Domain: pinupdatabase.com Server Adress: 208.122.217.104
privdayz.com -- MySQL dump 10.14 Distrib 5.5.60-MariaDB, for Linux (x86_64)
--
-- Host: localhost Database: thepennychallenge
-- ------------------------------------------------------
-- Server version 5.5.60-MariaDB
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `wp_commentmeta`
--
DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_commentmeta`
--
LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_comments`
--
DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
`comment_author` tinytext NOT NULL,
`comment_author_email` varchar(100) NOT NULL DEFAULT '',
`comment_author_url` varchar(200) NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT '0',
`comment_approved` varchar(20) NOT NULL DEFAULT '1',
`comment_agent` varchar(255) NOT NULL DEFAULT '',
`comment_type` varchar(20) NOT NULL DEFAULT '',
`comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`),
KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_comments`
--
LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_give_customermeta`
--
DROP TABLE IF EXISTS `wp_give_customermeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_give_customermeta` (
`meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
`customer_id` bigint(20) NOT NULL,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext,
PRIMARY KEY (`meta_id`),
KEY `customer_id` (`customer_id`),
KEY `meta_key` (`meta_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_give_customermeta`
--
LOCK TABLES `wp_give_customermeta` WRITE;
/*!40000 ALTER TABLE `wp_give_customermeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_give_customermeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_give_customers`
--
DROP TABLE IF EXISTS `wp_give_customers`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_give_customers` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) NOT NULL,
`email` varchar(50) NOT NULL,
`name` mediumtext NOT NULL,
`purchase_value` mediumtext NOT NULL,
`purchase_count` bigint(20) NOT NULL,
`payment_ids` longtext NOT NULL,
`notes` longtext NOT NULL,
`date_created` datetime NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `email` (`email`),
KEY `user` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_give_customers`
--
LOCK TABLES `wp_give_customers` WRITE;
/*!40000 ALTER TABLE `wp_give_customers` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_give_customers` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_iwp_backup_status`
--
DROP TABLE IF EXISTS `wp_iwp_backup_status`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_iwp_backup_status` (
`ID` int(11) NOT NULL AUTO_INCREMENT,
`historyID` int(11) NOT NULL,
`taskName` varchar(255) NOT NULL,
`action` varchar(50) NOT NULL,
`type` varchar(50) NOT NULL,
`category` varchar(50) NOT NULL,
`stage` varchar(255) NOT NULL,
`status` varchar(255) NOT NULL,
`finalStatus` varchar(50) DEFAULT NULL,
`statusMsg` longtext,
`requestParams` text NOT NULL,
`responseParams` longtext,
`taskResults` text,
`startTime` int(11) DEFAULT NULL,
`lastUpdateTime` int(10) unsigned DEFAULT NULL,
`endTime` int(11) NOT NULL,
PRIMARY KEY (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_iwp_backup_status`
--
LOCK TABLES `wp_iwp_backup_status` WRITE;
/*!40000 ALTER TABLE `wp_iwp_backup_status` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_iwp_backup_status` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_links`
--
DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) NOT NULL DEFAULT '',
`link_name` varchar(255) NOT NULL DEFAULT '',
`link_image` varchar(255) NOT NULL DEFAULT '',
`link_target` varchar(25) NOT NULL DEFAULT '',
`link_description` varchar(255) NOT NULL DEFAULT '',
`link_visible` varchar(20) NOT NULL DEFAULT 'Y',
`link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
`link_rating` int(11) NOT NULL DEFAULT '0',
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) NOT NULL DEFAULT '',
`link_notes` mediumtext NOT NULL,
`link_rss` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_links`
--
LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nextend2_image_storage`
--
DROP TABLE IF EXISTS `wp_nextend2_image_storage`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nextend2_image_storage` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`hash` varchar(32) NOT NULL,
`image` text NOT NULL,
`value` mediumtext NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `hash` (`hash`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nextend2_image_storage`
--
LOCK TABLES `wp_nextend2_image_storage` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_image_storage` DISABLE KEYS */;
INSERT INTO `wp_nextend2_image_storage` VALUES (1,'7148fa26ad6dd9ee953b6c3f5f30c99d','https://smartslider3.com/sample/programmer.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(2,'6681af77aa8c9f342a3f8a98939dca43','https://smartslider3.com/sample/free1.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(3,'2ebcc61fcb32c829e4927fbfd782ff7a','https://smartslider3.com/sample/photographer.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(4,'c2cfabb9811b9390c47083c80fe68421','$upload$/2018/03/ISWO-2-Minute-Challenge-Sheet.pdf','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ==');
/*!40000 ALTER TABLE `wp_nextend2_image_storage` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nextend2_section_storage`
--
DROP TABLE IF EXISTS `wp_nextend2_section_storage`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nextend2_section_storage` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`application` varchar(20) NOT NULL,
`section` varchar(128) NOT NULL,
`referencekey` varchar(128) NOT NULL,
`value` mediumtext NOT NULL,
`system` int(11) NOT NULL DEFAULT '0',
`editable` int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`id`),
KEY `application` (`application`,`section`,`referencekey`),
KEY `application_2` (`application`,`section`)
) ENGINE=InnoDB AUTO_INCREMENT=10009 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nextend2_section_storage`
--
LOCK TABLES `wp_nextend2_section_storage` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_section_storage` DISABLE KEYS */;
INSERT INTO `wp_nextend2_section_storage` VALUES (10000,'system','global','n2_ss3_version','3.3.11r2911',1,1),(10001,'smartslider','tutorial','free','1',0,1),(10002,'smartslider','free','promoUpgrade','1',0,1),(10003,'smartslider','sliderChanged','1','1',0,1),(10004,'smartslider','free','subscribeOnImport','1',0,1),(10005,'cache','notweb/n2-ss-1','data.manifest','{\"generator\":[]}',0,1),(10006,'cache','notweb/n2-ss-1','variations.manifest','1',0,1),(10007,'cache','notweb/n2-ss-1','slideren_US1.manifest','{\"hash\":\"\",\"nextCacheRefresh\":1762864054,\"currentPath\":\"32b9e6cddc4424efcec958c39a57b315\",\"version\":\"3.3.11\"}',0,1),(10008,'cache','notweb/n2-ss-1','slideren_US1','{\"html\":\"<div class=\\\"n2-section-smartslider\\\"><style>div#n2-ss-1{width:1200px;float:left;margin:0px 0px 0px 0px;}html[dir=\\\"rtl\\\"] div#n2-ss-1{float:right;}div#n2-ss-1 .n2-ss-slider-1{position:relative;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;height:600px;border-style:solid;border-width:0px;border-color:#3e3e3e;border-color:RGBA(62,62,62,1);border-radius:0px;background-clip:padding-box;background-repeat:repeat;background-position:50% 50%;background-size:cover;background-attachment:scroll;}div#n2-ss-1 .n2-ss-slider-background-video-container{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;}div#n2-ss-1 .n2-ss-slider-2{position:relative;width:100%;height:100%;}.x-firefox div#n2-ss-1 .n2-ss-slider-2{opacity:0.99999;}div#n2-ss-1 .n2-ss-slider-3{position:relative;width:100%;height:100%;overflow:hidden;outline:1px solid rgba(0,0,0,0);z-index:10;}div#n2-ss-1 .n2-ss-slide-backgrounds,div#n2-ss-1 .n2-ss-slider-3 > .n-particles-js-canvas-el,div#n2-ss-1 .n2-ss-slider-3 > .n2-ss-divider{position:absolute;left:0;top:0;width:100%;height:100%;}div#n2-ss-1 .n2-ss-slide-backgrounds{z-index:10;}div#n2-ss-1 .n2-ss-slider-3 > .n-particles-js-canvas-el{z-index:12;}div#n2-ss-1 .n2-ss-slide-backgrounds > *{overflow:hidden;}div#n2-ss-1 .n2-ss-slide{position:absolute;top:0;left:0;width:100%;height:100%;z-index:20;display:block;-webkit-backface-visibility:hidden;}div#n2-ss-1 .n2-ss-layers-container{position:relative;width:1200px;height:600px;}div#n2-ss-1 .n2-ss-parallax-clip > .n2-ss-layers-container{position:absolute;right:0;}div#n2-ss-1 .n2-ss-slide{-webkit-perspective:1500px;perspective:1500px;}div#n2-ss-1[data-ie] .n2-ss-slide{-webkit-perspective:none;perspective:none;-webkit-transform:perspective(1500px);transform:perspective(1500px);}div#n2-ss-1 .n2-ss-slide-active{z-index:21;}div#n2-ss-1 .nextend-arrow{cursor:pointer;overflow:hidden;line-height:0 !important;z-index:20;}div#n2-ss-1 .nextend-arrow img{position:relative;min-height:0;min-width:0;vertical-align:top;width:auto;height:auto;max-width:100%;max-height:100%;display:inline;}div#n2-ss-1 .nextend-arrow img.n2-arrow-hover-img{display:none;}div#n2-ss-1 .nextend-arrow:HOVER img.n2-arrow-hover-img{display:inline;}div#n2-ss-1 .nextend-arrow:HOVER img.n2-arrow-normal-img{display:none;}div#n2-ss-1 .nextend-arrow-animated{overflow:hidden;}div#n2-ss-1 .nextend-arrow-animated > div{position:relative;}div#n2-ss-1 .nextend-arrow-animated .n2-active{position:absolute;}div#n2-ss-1 .nextend-arrow-animated-fade{transition:background 0.3s, opacity 0.4s;}div#n2-ss-1 .nextend-arrow-animated-horizontal > div{transition:all 0.4s;left:0;}div#n2-ss-1 .nextend-arrow-animated-horizontal .n2-active{top:0;}div#n2-ss-1 .nextend-arrow-previous.nextend-arrow-animated-horizontal:HOVER > div,div#n2-ss-1 .nextend-arrow-next.nextend-arrow-animated-horizontal .n2-active{left:-100%;}div#n2-ss-1 .nextend-arrow-previous.nextend-arrow-animated-horizontal .n2-active,div#n2-ss-1 .nextend-arrow-next.nextend-arrow-animated-horizontal:HOVER > div{left:100%;}div#n2-ss-1 .nextend-arrow.nextend-arrow-animated-horizontal:HOVER .n2-active{left:0;}div#n2-ss-1 .nextend-arrow-animated-vertical > div{transition:all 0.4s;top:0;}div#n2-ss-1 .nextend-arrow-animated-vertical .n2-active{left:0;}div#n2-ss-1 .nextend-arrow-animated-vertical .n2-active{top:-100%;}div#n2-ss-1 .nextend-arrow-animated-vertical:HOVER > div{top:100%;}div#n2-ss-1 .nextend-arrow-animated-vertical:HOVER .n2-active{top:0;}div#n2-ss-1 .n2-ss-control-bullet{visibility:hidden;text-align:center;justify-content:center;}div#n2-ss-1 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize{width:100%;}div#n2-ss-1 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize{height:100%;flex-flow:column;}div#n2-ss-1 .nextend-bullet-bar{display:inline-flex;visibility:visible;align-items:center;flex-wrap:wrap;}div#n2-ss-1 .n2-bar-justify-content-left{justify-content:flex-start;}div#n2-ss-1 .n2-bar-justify-content-center{justify-content:center;}div#n2-ss-1 .n2-bar-justify-content-right{justify-content:flex-end;}div#n2-ss-1 .n2-ss-control-bullet-vertical > .nextend-bullet-bar{flex-flow:column;}div#n2-ss-1 .n2-ss-control-bullet-fullsize > .nextend-bullet-bar{display:flex;}div#n2-ss-1 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize > .nextend-bullet-bar{flex:1 1 auto;}div#n2-ss-1 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize > .nextend-bullet-bar{height:100%;}div#n2-ss-1 .nextend-bullet-bar > div{display:inline-block;cursor:pointer;transition:background-color 0.4s;vertical-align:top;}div#n2-ss-1 .nextend-bullet-bar > div.n2-active{cursor:default;}div#n2-ss-1 div.n2-ss-bullet-thumbnail-container{position:absolute;opacity:0;z-index:10000000;}div#n2-ss-1 .n2-ss-bullet-thumbnail-container .n2-ss-bullet-thumbnail{background-size:cover;background-repeat:no-repeat;background-position:center;}div#n2-ss-1 .n-uc-V40K0FykeMtg{transition:all .3s;transition-property:border,background-image,background-color,border-radius,box-shadow;background:RGBA(255,255,255,1);}div#n2-ss-1 .n-uc-V40K0FykeMtg:HOVER{background:RGBA(255,255,255,1);}div#n2-ss-1 .n2-ss-layer .n2-font-b3345663dc8b9cef8e1c2d7598218f7d-hover{font-family: \'Raleway\',\'Arial\';color: #0b0b0b;font-size:225%;text-shadow: none;line-height: 1.5;font-weight: normal;font-style: normal;text-decoration: none;text-align: center;letter-spacing: 10px;word-spacing: normal;text-transform: uppercase;}div#n2-ss-1 .n2-style-34aabac2d1a1f42ea86057074a5dba21-heading{background: #ffffff;background: RGBA(255,255,255,0.8);opacity:1;padding:0.4em 1em 0.4em 1em ;box-shadow: none;border-width: 0px;border-style: solid;border-color: #000000; border-color: RGBA(0,0,0,1);border-radius:0px;}div#n2-ss-1 .n2-ss-layer .n2-font-1304-paragraph{font-family: \'Roboto\',\'Arial\';color: #282828;font-size:87.5%;text-shadow: none;line-height: 1.5;font-weight: normal;font-style: normal;text-decoration: none;text-align: left;letter-spacing: normal;word-spacing: normal;text-transform: none;}div#n2-ss-1 .n2-ss-layer .n2-font-1304-paragraph a, div#n2-ss-1 .n2-ss-layer .n2-font-1304-paragraph a:FOCUS{font-family: \'Roboto\',\'Arial\';color: #1890d7;font-size:100%;text-shadow: none;line-height: 1.5;font-weight: normal;font-style: normal;text-decoration: none;text-align: left;letter-spacing: normal;word-spacing: normal;text-transform: none;}div#n2-ss-1 .n2-ss-layer .n2-font-1304-paragraph a:HOVER, div#n2-ss-1 .n2-ss-layer .n2-font-1304-paragraph a:ACTIVE{@tab2}div#n2-ss-1 .n2-ss-layer .n2-font-f7cfdde6001a78b89d1f32639ff1ac5c-hover{font-family: \'Raleway\',\'Arial\';color: #ffffff;font-size:137.5%;text-shadow: none;line-height: 1;font-weight: normal;font-style: normal;text-decoration: none;text-align: center;letter-spacing: 2px;word-spacing: normal;text-transform: none;}div#n2-ss-1 .n2-style-ef33d9149525c4afb4ba031e6eb66c9e-heading{background: #000000;background: RGBA(0,0,0,0.8);opacity:1;padding:0.8em 1em 0.8em 1em ;box-shadow: none;border-width: 0px;border-style: solid;border-color: #000000; border-color: RGBA(0,0,0,1);border-radius:0px;}div#n2-ss-1 .n-uc-IChbMYXMXALR{transition:all .3s;transition-property:border,background-image,background-color,border-radius,box-shadow;background:RGBA(255,255,255,1);}div#n2-ss-1 .n-uc-IChbMYXMXALR:HOVER{background:RGBA(255,255,255,1);}div#n2-ss-1 .n-uc-n9toqDMS4DuN{transition:all .3s;transition-property:border,background-image,background-color,border-radius,box-shadow;background:RGBA(255,255,255,1);}div#n2-ss-1 .n-uc-n9toqDMS4DuN:HOVER{background:RGBA(255,255,255,1);}div#n2-ss-1 .n-uc-h3CwNbWXKjrO{transition:all .3s;transition-property:border,background-image,background-color,border-radius,box-shadow;background:RGBA(255,255,255,1);}div#n2-ss-1 .n-uc-h3CwNbWXKjrO:HOVER{background:RGBA(255,255,255,1);}div#n2-ss-1 .n-uc-8Z1uCwRZehwh{transition:all .3s;transition-property:border,background-image,background-color,border-radius,box-shadow;background:RGBA(255,255,255,1);}div#n2-ss-1 .n-uc-8Z1uCwRZehwh:HOVER{background:RGBA(255,255,255,1);}div#n2-ss-1 .n2-style-7483fd4ddc966823f703a886978b4a45-heading{background: #000000;background: RGBA(0,0,0,0.67);opacity:1;padding:2px 2px 2px 2px ;box-shadow: none;border-width: 0px;border-style: solid;border-color: #000000; border-color: RGBA(0,0,0,1);border-radius:3px;}div#n2-ss-1 .n2-style-7483fd4ddc966823f703a886978b4a45-heading:Hover, div#n2-ss-1 .n2-style-7483fd4ddc966823f703a886978b4a45-heading:ACTIVE, div#n2-ss-1 .n2-style-7483fd4ddc966823f703a886978b4a45-heading:FOCUS{background: #01add3;background: RGBA(1,173,211,0.85);}div#n2-ss-1 .n2-style-09efebcef1f2f45d29438e0cabcf79bc-dot{background: #000000;background: RGBA(0,0,0,0.67);opacity:1;padding:5px 5px 5px 5px ;box-shadow: none;border-width: 0px;border-style: solid;border-color: #000000; border-color: RGBA(0,0,0,1);border-radius:50px;margin: 4px;}div#n2-ss-1 .n2-style-09efebcef1f2f45d29438e0cabcf79bc-dot.n2-active, div#n2-ss-1 .n2-style-09efebcef1f2f45d29438e0cabcf79bc-dot:HOVER{background: #09b474;}div#n2-ss-1 .n2-style-42845aa02120076deb3a5681d1d750ac-simple{background: #000000;background: RGBA(0,0,0,0.5);opacity:1;padding:3px 3px 3px 3px ;box-shadow: none;border-width: 0px;border-style: solid;border-color: #000000; border-color: RGBA(0,0,0,1);border-radius:3px;margin: 5px;}<\\/style><div id=\\\"n2-ss-1-align\\\" class=\\\"n2-ss-align\\\"><div class=\\\"n2-padding\\\"><div id=\\\"n2-ss-1\\\" data-creator=\\\"Smart Slider 3\\\" class=\\\"n2-ss-slider n2-ow n2-has-hover n2notransition n2-ss-load-fade \\\" data-minFontSizedesktopPortrait=\\\"4\\\" data-minFontSizedesktopLandscape=\\\"4\\\" data-minFontSizetabletPortrait=\\\"4\\\" data-minFontSizetabletLandscape=\\\"4\\\" data-minFontSizemobilePortrait=\\\"4\\\" data-minFontSizemobileLandscape=\\\"4\\\" style=\\\"font-size: 16px;\\\" data-fontsize=\\\"16\\\">\\r\\n <div class=\\\"n2-ss-slider-1 n2-ss-swipe-element n2-ow\\\" style=\\\"\\\">\\r\\n <div class=\\\"n2-ss-slider-2 n2-ow\\\">\\r\\n <div class=\\\"n2-ss-slider-3 n2-ow\\\" style=\\\"\\\">\\r\\n\\r\\n <div class=\\\"n2-ss-slide-backgrounds\\\"><\\/div><div data-slide-duration=\\\"0\\\" data-id=\\\"6\\\" data-thumbnail=\\\"\\/\\/itstartswithone.org\\/wp-content\\/uploads\\/2017\\/10\\/image2.jpg\\\" style=\\\"\\\" class=\\\" n2-ss-slide n2-ss-canvas n2-ow n2-ss-slide-6\\\"><div class=\\\"n2-ss-slide-background n2-ow\\\" data-mode=\\\"fill\\\"><\\/div><div class=\\\"n2-ss-layers-container n2-ow\\\" data-csstextalign=\\\"center\\\" style=\\\"\\\"><div class=\\\"n2-ss-layer n2-ow n-uc-V40K0FykeMtg\\\" style=\\\"max-width: 1200px;overflow:visible;\\\" data-csstextalign=\\\"left\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"1200\\\" data-cssselfalign=\\\"left\\\" data-desktopportraitselfalign=\\\"left\\\" data-pm=\\\"content\\\" data-desktopportraitpadding=\\\"30|*|30|*|30|*|30|*|px\\\" data-desktopportraitinneralign=\\\"left\\\" data-sstype=\\\"content\\\" data-hasbackground=\\\"1\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"1\\\" data-desktopportraitfontsize=\\\"100\\\" data-mobileportraitfontsize=\\\"60\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-section-main-content n2-ss-layer-content n2-ow\\\" style=\\\"padding:30px 30px 30px 30px ;\\\" data-verticalalign=\\\"center\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;overflow:visible;\\\" data-frontend-fullwidth=\\\"1\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-csstextalign=\\\"inherit\\\" data-desktopportraitpadding=\\\"10|*|10|*|10|*|10|*|px+\\\" data-desktopportraitgutter=\\\"20\\\" data-desktopportraitwrapafter=\\\"0\\\" data-mobileportraitwrapafter=\\\"1\\\" data-mobilelandscapewrapafter=\\\"1\\\" data-desktopportraitinneralign=\\\"inherit\\\" data-sstype=\\\"row\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-layer-row \\\" style=\\\"padding:0.625em 0.625em 0.625em 0.625em ;\\\"><div class=\\\"n2-ss-layer-row-inner \\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"width: 50%;margin-right: 20px;margin-top: 20px;overflow:visible;\\\" data-csstextalign=\\\"center\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-pm=\\\"default\\\" data-desktopportraitpadding=\\\"20|*|20|*|20|*|20|*|px+\\\" data-desktopportraitinneralign=\\\"center\\\" data-desktopportraitorder=\\\"0\\\" data-colwidthpercent=\\\"50\\\" data-sstype=\\\"col\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-layer-col n2-ss-layer-content\\\" style=\\\"padding:1.25em 1.25em 1.25em 1.25em ;\\\" data-verticalalign=\\\"flex-start\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;max-width: 565px;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"565\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div id=\\\"n2-ss-1item1\\\" class=\\\"n2-font-b3345663dc8b9cef8e1c2d7598218f7d-hover n2-style-34aabac2d1a1f42ea86057074a5dba21-heading n2-ow\\\" style=\\\"display:inline-block;\\\">Featured Family of the MOnth<\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;max-width: 560px;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"560\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ow n2-ow-all n2-ss-desktop n2-ss-mobile n2-ss-tablet\\\"><div style=\\\"font-size:18px; line-height:28px; margin:20px;\\\">While ISWO helps many families monthly, a portion of your donation goes towards supporting the Featured Family of the Month.<\\/div>\\n<\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;max-width: 530px;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"530\\\" data-cssselfalign=\\\"left\\\" data-desktopportraitselfalign=\\\"left\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><h2 id=\\\"n2-ss-1item3\\\" class=\\\" n2-ow\\\" style=\\\"display:inline-block;white-space:nowrap;\\\"><a class=\\\"n2-ow n2-font-f7cfdde6001a78b89d1f32639ff1ac5c-hover n2-style-ef33d9149525c4afb4ba031e6eb66c9e-heading \\\" style=\\\"display:inline-block;\\\" href=\\\"https:\\/\\/itstartswithone.org\\/ffm\\/\\\">Learn More<\\/a><\\/h2><\\/div><\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"width: 50%;margin-right: 20px;margin-top: 20px;overflow:visible;\\\" data-csstextalign=\\\"inherit\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-pm=\\\"default\\\" data-desktopportraitpadding=\\\"10|*|10|*|10|*|10|*|px+\\\" data-desktopportraitinneralign=\\\"inherit\\\" data-desktopportraitorder=\\\"0\\\" data-colwidthpercent=\\\"50\\\" data-sstype=\\\"col\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-layer-col n2-ss-layer-content\\\" style=\\\"padding:0.625em 0.625em 0.625em 0.625em ;\\\" data-verticalalign=\\\"flex-start\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ow n2-ow-all n2-ss-desktop n2-ss-mobile n2-ss-tablet\\\"><\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\" n2-ss-img-wrapper n2-ow\\\" style=\\\"overflow:hidden;\\\"><img src=\\\"\\/\\/itstartswithone.org\\/wp-content\\/uploads\\/2018\\/10\\/ryckers-family-2.jpg\\\" id=\\\"n2-ss-1item5\\\" alt=\\\"Image is not available\\\" style=\\\"display: inline-block; max-width: 100%; width: auto;height: auto;\\\" class=\\\" n2-ow\\\" data-no-lazy=\\\"1\\\" data-hack=\\\"data-lazy-src\\\" \\/><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div data-slide-duration=\\\"0\\\" data-id=\\\"9\\\" data-thumbnail=\\\"\\/\\/itstartswithone.org\\/wp-content\\/uploads\\/2017\\/10\\/image2.jpg\\\" style=\\\"\\\" class=\\\" n2-ss-slide n2-ss-canvas n2-ow n2-ss-slide-9\\\"><div class=\\\"n2-ss-slide-background n2-ow\\\" data-mode=\\\"fill\\\"><\\/div><div class=\\\"n2-ss-layers-container n2-ow\\\" data-csstextalign=\\\"center\\\" style=\\\"\\\"><div class=\\\"n2-ss-layer n2-ow n-uc-IChbMYXMXALR\\\" style=\\\"max-width: 1200px;overflow:visible;\\\" data-csstextalign=\\\"left\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"1200\\\" data-cssselfalign=\\\"left\\\" data-desktopportraitselfalign=\\\"left\\\" data-pm=\\\"content\\\" data-desktopportraitpadding=\\\"30|*|30|*|30|*|30|*|px\\\" data-desktopportraitinneralign=\\\"left\\\" data-sstype=\\\"content\\\" data-hasbackground=\\\"1\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"1\\\" data-desktopportraitfontsize=\\\"100\\\" data-mobileportraitfontsize=\\\"60\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-section-main-content n2-ss-layer-content n2-ow\\\" style=\\\"padding:30px 30px 30px 30px ;\\\" data-verticalalign=\\\"center\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;overflow:visible;\\\" data-frontend-fullwidth=\\\"1\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-csstextalign=\\\"inherit\\\" data-desktopportraitpadding=\\\"10|*|10|*|10|*|10|*|px+\\\" data-desktopportraitgutter=\\\"20\\\" data-desktopportraitwrapafter=\\\"0\\\" data-mobileportraitwrapafter=\\\"1\\\" data-mobilelandscapewrapafter=\\\"1\\\" data-desktopportraitinneralign=\\\"inherit\\\" data-sstype=\\\"row\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-layer-row \\\" style=\\\"padding:0.625em 0.625em 0.625em 0.625em ;\\\"><div class=\\\"n2-ss-layer-row-inner \\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"width: 50%;margin-right: 20px;margin-top: 20px;overflow:visible;\\\" data-csstextalign=\\\"center\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-pm=\\\"default\\\" data-desktopportraitpadding=\\\"20|*|20|*|20|*|20|*|px+\\\" data-desktopportraitinneralign=\\\"center\\\" data-desktopportraitorder=\\\"0\\\" data-colwidthpercent=\\\"50\\\" data-sstype=\\\"col\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-layer-col n2-ss-layer-content\\\" style=\\\"padding:1.25em 1.25em 1.25em 1.25em ;\\\" data-verticalalign=\\\"flex-start\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;max-width: 565px;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"565\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div id=\\\"n2-ss-1item6\\\" class=\\\"n2-font-b3345663dc8b9cef8e1c2d7598218f7d-hover n2-style-34aabac2d1a1f42ea86057074a5dba21-heading n2-ow\\\" style=\\\"display:inline-block;\\\">Penny Challenge <br \\/>Tag Cards<\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;max-width: 560px;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"560\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ow n2-ow-all n2-ss-desktop n2-ss-mobile n2-ss-tablet\\\"><div style=\\\"font-size:18px; line-height:28px; margin:20px;\\\">Get in the game!<br \\/>\\nOrder your own Penny Challenge Tag Cards today!<\\/div>\\n<\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;max-width: 530px;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"530\\\" data-cssselfalign=\\\"left\\\" data-desktopportraitselfalign=\\\"left\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><h2 id=\\\"n2-ss-1item8\\\" class=\\\" n2-ow\\\" style=\\\"display:inline-block;white-space:nowrap;\\\"><a class=\\\"n2-ow n2-font-f7cfdde6001a78b89d1f32639ff1ac5c-hover n2-style-ef33d9149525c4afb4ba031e6eb66c9e-heading \\\" style=\\\"display:inline-block;\\\" href=\\\"https:\\/\\/store.itstartswithone.org\\/collections\\/mens\\/products\\/the-penny-challenge-challenge-cards-qty-20\\\">Order Challenge Cards<\\/a><\\/h2><\\/div><\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"width: 50%;margin-right: 20px;margin-top: 20px;overflow:visible;\\\" data-csstextalign=\\\"inherit\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-pm=\\\"default\\\" data-desktopportraitpadding=\\\"10|*|10|*|10|*|10|*|px+\\\" data-desktopportraitinneralign=\\\"inherit\\\" data-desktopportraitorder=\\\"0\\\" data-colwidthpercent=\\\"50\\\" data-sstype=\\\"col\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-layer-col n2-ss-layer-content\\\" style=\\\"padding:0.625em 0.625em 0.625em 0.625em ;\\\" data-verticalalign=\\\"flex-start\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ow n2-ow-all n2-ss-desktop n2-ss-mobile n2-ss-tablet\\\"><\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\" n2-ss-img-wrapper n2-ow\\\" style=\\\"overflow:hidden;\\\"><img src=\\\"\\/\\/itstartswithone.org\\/wp-content\\/uploads\\/2018\\/10\\/penny-challenge-cards-4.jpg\\\" id=\\\"n2-ss-1item10\\\" alt=\\\"Image is not available\\\" style=\\\"display: inline-block; max-width: 100%; width: auto;height: auto;\\\" class=\\\" n2-ow\\\" data-no-lazy=\\\"1\\\" data-hack=\\\"data-lazy-src\\\" \\/><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div data-first=\\\"1\\\" data-slide-duration=\\\"0\\\" data-id=\\\"8\\\" data-thumbnail=\\\"\\/\\/itstartswithone.org\\/wp-content\\/uploads\\/2017\\/10\\/image2.jpg\\\" style=\\\"\\\" class=\\\" n2-ss-slide n2-ss-canvas n2-ow n2-ss-slide-8\\\"><div class=\\\"n2-ss-slide-background n2-ow\\\" data-mode=\\\"fill\\\"><\\/div><div class=\\\"n2-ss-layers-container n2-ow\\\" data-csstextalign=\\\"center\\\" style=\\\"\\\"><div class=\\\"n2-ss-layer n2-ow n-uc-n9toqDMS4DuN\\\" style=\\\"max-width: 1200px;overflow:visible;\\\" data-csstextalign=\\\"left\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"1200\\\" data-cssselfalign=\\\"left\\\" data-desktopportraitselfalign=\\\"left\\\" data-pm=\\\"content\\\" data-desktopportraitpadding=\\\"30|*|30|*|30|*|30|*|px\\\" data-desktopportraitinneralign=\\\"left\\\" data-sstype=\\\"content\\\" data-hasbackground=\\\"1\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"1\\\" data-desktopportraitfontsize=\\\"100\\\" data-mobileportraitfontsize=\\\"60\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-section-main-content n2-ss-layer-content n2-ow\\\" style=\\\"padding:30px 30px 30px 30px ;\\\" data-verticalalign=\\\"center\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;overflow:visible;\\\" data-frontend-fullwidth=\\\"1\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-csstextalign=\\\"inherit\\\" data-desktopportraitpadding=\\\"10|*|10|*|10|*|10|*|px+\\\" data-desktopportraitgutter=\\\"20\\\" data-desktopportraitwrapafter=\\\"0\\\" data-mobileportraitwrapafter=\\\"1\\\" data-mobilelandscapewrapafter=\\\"1\\\" data-desktopportraitinneralign=\\\"inherit\\\" data-sstype=\\\"row\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-layer-row \\\" style=\\\"padding:0.625em 0.625em 0.625em 0.625em ;\\\"><div class=\\\"n2-ss-layer-row-inner \\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"width: 50%;margin-right: 20px;margin-top: 20px;overflow:visible;\\\" data-csstextalign=\\\"center\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-pm=\\\"default\\\" data-desktopportraitpadding=\\\"20|*|20|*|20|*|20|*|px+\\\" data-desktopportraitinneralign=\\\"center\\\" data-desktopportraitorder=\\\"0\\\" data-colwidthpercent=\\\"50\\\" data-sstype=\\\"col\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-layer-col n2-ss-layer-content\\\" style=\\\"padding:1.25em 1.25em 1.25em 1.25em ;\\\" data-verticalalign=\\\"flex-start\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;max-width: 565px;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"565\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div id=\\\"n2-ss-1item11\\\" class=\\\"n2-font-b3345663dc8b9cef8e1c2d7598218f7d-hover n2-style-34aabac2d1a1f42ea86057074a5dba21-heading n2-ow\\\" style=\\\"display:inline-block;\\\">2018<br \\/>be the one campaign<\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;max-width: 560px;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"560\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ow n2-ow-all n2-ss-desktop n2-ss-mobile n2-ss-tablet\\\"><div style=\\\"font-size:18px; line-height:28px; margin:20px;\\\">\\nClick below to learn how your school can<br \\/>\\nget in the game this holiday season!<\\/div>\\n<\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;max-width: 530px;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"530\\\" data-cssselfalign=\\\"left\\\" data-desktopportraitselfalign=\\\"left\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><h2 id=\\\"n2-ss-1item13\\\" class=\\\" n2-ow\\\" style=\\\"display:inline-block;white-space:nowrap;\\\"><a class=\\\"n2-ow n2-font-f7cfdde6001a78b89d1f32639ff1ac5c-hover n2-style-ef33d9149525c4afb4ba031e6eb66c9e-heading \\\" style=\\\"display:inline-block;\\\" href=\\\"https:\\/\\/itstartswithone.org\\/betheone\\\">Learn More<\\/a><\\/h2><\\/div><\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"width: 50%;margin-right: 20px;margin-top: 20px;overflow:visible;\\\" data-csstextalign=\\\"inherit\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-pm=\\\"default\\\" data-desktopportraitpadding=\\\"10|*|10|*|10|*|10|*|px+\\\" data-desktopportraitinneralign=\\\"inherit\\\" data-desktopportraitorder=\\\"0\\\" data-colwidthpercent=\\\"50\\\" data-sstype=\\\"col\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-layer-col n2-ss-layer-content\\\" style=\\\"padding:0.625em 0.625em 0.625em 0.625em ;\\\" data-verticalalign=\\\"flex-start\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ow n2-ow-all n2-ss-desktop n2-ss-mobile n2-ss-tablet\\\"><\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\" n2-ss-img-wrapper n2-ow\\\" style=\\\"overflow:hidden;\\\"><img src=\\\"\\/\\/itstartswithone.org\\/wp-content\\/uploads\\/2018\\/04\\/Be-the-One.png\\\" id=\\\"n2-ss-1item15\\\" alt=\\\"Image is not available\\\" style=\\\"display: inline-block; max-width: 100%; width: auto;height: auto;\\\" class=\\\" n2-ow\\\" data-no-lazy=\\\"1\\\" data-hack=\\\"data-lazy-src\\\" \\/><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div data-slide-duration=\\\"0\\\" data-id=\\\"1\\\" style=\\\"\\\" class=\\\" n2-ss-slide n2-ss-canvas n2-ow n2-ss-slide-1\\\"><div class=\\\"n2-ss-slide-background n2-ow\\\" data-mode=\\\"fill\\\"><\\/div><div class=\\\"n2-ss-layers-container n2-ow\\\" data-csstextalign=\\\"center\\\" style=\\\"\\\"><div class=\\\"n2-ss-layer n2-ow n-uc-h3CwNbWXKjrO\\\" style=\\\"max-width: 1200px;overflow:visible;\\\" data-csstextalign=\\\"left\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"1200\\\" data-cssselfalign=\\\"left\\\" data-desktopportraitselfalign=\\\"left\\\" data-pm=\\\"content\\\" data-desktopportraitpadding=\\\"30|*|30|*|30|*|30|*|px\\\" data-desktopportraitinneralign=\\\"left\\\" data-sstype=\\\"content\\\" data-hasbackground=\\\"1\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"1\\\" data-desktopportraitfontsize=\\\"100\\\" data-mobileportraitfontsize=\\\"60\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-section-main-content n2-ss-layer-content n2-ow\\\" style=\\\"padding:30px 30px 30px 30px ;\\\" data-verticalalign=\\\"center\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;overflow:visible;\\\" data-frontend-fullwidth=\\\"1\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-csstextalign=\\\"inherit\\\" data-desktopportraitpadding=\\\"10|*|10|*|10|*|10|*|px+\\\" data-desktopportraitgutter=\\\"20\\\" data-desktopportraitwrapafter=\\\"0\\\" data-mobileportraitwrapafter=\\\"1\\\" data-mobilelandscapewrapafter=\\\"1\\\" data-desktopportraitinneralign=\\\"inherit\\\" data-sstype=\\\"row\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-layer-row \\\" style=\\\"padding:0.625em 0.625em 0.625em 0.625em ;\\\"><div class=\\\"n2-ss-layer-row-inner \\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"width: 50%;margin-right: 20px;margin-top: 20px;overflow:visible;\\\" data-csstextalign=\\\"center\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-pm=\\\"default\\\" data-desktopportraitpadding=\\\"20|*|20|*|20|*|20|*|px+\\\" data-desktopportraitinneralign=\\\"center\\\" data-desktopportraitorder=\\\"0\\\" data-colwidthpercent=\\\"50\\\" data-sstype=\\\"col\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-layer-col n2-ss-layer-content\\\" style=\\\"padding:1.25em 1.25em 1.25em 1.25em ;\\\" data-verticalalign=\\\"flex-start\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;max-width: 565px;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"565\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div id=\\\"n2-ss-1item16\\\" class=\\\"n2-font-b3345663dc8b9cef8e1c2d7598218f7d-hover n2-style-34aabac2d1a1f42ea86057074a5dba21-heading n2-ow\\\" style=\\\"display:inline-block;\\\">School Assemblies<\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;max-width: 560px;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"560\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ow n2-ow-all n2-ss-desktop n2-ss-mobile n2-ss-tablet\\\"><div style=\\\"font-size:18px; line-height:28px; margin:20px;\\\">Our school assembly programs focus on getting students involved in random acts of kindness and sharing a message to help develop compassionate and charitable hearts towards those in need. <\\/div>\\n<\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;max-width: 530px;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"530\\\" data-cssselfalign=\\\"left\\\" data-desktopportraitselfalign=\\\"left\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><h2 id=\\\"n2-ss-1item18\\\" class=\\\" n2-ow\\\" style=\\\"display:inline-block;white-space:nowrap;\\\"><a class=\\\"n2-ow n2-font-f7cfdde6001a78b89d1f32639ff1ac5c-hover n2-style-ef33d9149525c4afb4ba031e6eb66c9e-heading \\\" style=\\\"display:inline-block;\\\" href=\\\"\\/assemblies\\/\\\">Learn More<\\/a><\\/h2><\\/div><\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"width: 50%;margin-right: 20px;margin-top: 20px;overflow:visible;\\\" data-csstextalign=\\\"inherit\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-pm=\\\"default\\\" data-desktopportraitpadding=\\\"10|*|10|*|10|*|10|*|px+\\\" data-desktopportraitinneralign=\\\"inherit\\\" data-desktopportraitorder=\\\"0\\\" data-colwidthpercent=\\\"50\\\" data-sstype=\\\"col\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-layer-col n2-ss-layer-content\\\" style=\\\"padding:0.625em 0.625em 0.625em 0.625em ;\\\" data-verticalalign=\\\"flex-start\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ow n2-ow-all n2-ss-desktop n2-ss-mobile n2-ss-tablet\\\"><p class=\\\"n2-font-1304-paragraph n2-ow\\\"><iframe width=\\\"100%\\\" height=\\\"400\\\" src=\\\"https:\\/\\/www.youtube.com\\/embed\\/wwAbWUSaf-Y\\\" frameborder=\\\"0\\\" allow=\\\"autoplay; encrypted-media\\\" allowfullscreen style=\\\"width:100%;height:400px;\\\"><\\/iframe><\\/p>\\n<\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div data-slide-duration=\\\"0\\\" data-id=\\\"4\\\" style=\\\"\\\" class=\\\" n2-ss-slide n2-ss-canvas n2-ow n2-ss-slide-4\\\"><div class=\\\"n2-ss-slide-background n2-ow\\\" data-mode=\\\"fill\\\"><\\/div><div class=\\\"n2-ss-layers-container n2-ow\\\" data-csstextalign=\\\"center\\\" style=\\\"\\\"><div class=\\\"n2-ss-layer n2-ow n-uc-8Z1uCwRZehwh\\\" style=\\\"max-width: 1200px;overflow:visible;\\\" data-csstextalign=\\\"left\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"1200\\\" data-cssselfalign=\\\"left\\\" data-desktopportraitselfalign=\\\"left\\\" data-pm=\\\"content\\\" data-desktopportraitpadding=\\\"30|*|30|*|30|*|30|*|px\\\" data-desktopportraitinneralign=\\\"left\\\" data-sstype=\\\"content\\\" data-hasbackground=\\\"1\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"1\\\" data-desktopportraitfontsize=\\\"100\\\" data-mobileportraitfontsize=\\\"60\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-section-main-content n2-ss-layer-content n2-ow\\\" style=\\\"padding:30px 30px 30px 30px ;\\\" data-verticalalign=\\\"center\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;overflow:visible;\\\" data-frontend-fullwidth=\\\"1\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-csstextalign=\\\"inherit\\\" data-desktopportraitpadding=\\\"10|*|10|*|10|*|10|*|px+\\\" data-desktopportraitgutter=\\\"20\\\" data-desktopportraitwrapafter=\\\"0\\\" data-mobileportraitwrapafter=\\\"1\\\" data-mobilelandscapewrapafter=\\\"1\\\" data-desktopportraitinneralign=\\\"inherit\\\" data-sstype=\\\"row\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-layer-row \\\" style=\\\"padding:0.625em 0.625em 0.625em 0.625em ;\\\"><div class=\\\"n2-ss-layer-row-inner \\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"width: 50%;margin-right: 20px;margin-top: 20px;overflow:visible;\\\" data-csstextalign=\\\"center\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-pm=\\\"default\\\" data-desktopportraitpadding=\\\"20|*|20|*|20|*|20|*|px+\\\" data-desktopportraitinneralign=\\\"center\\\" data-desktopportraitorder=\\\"0\\\" data-colwidthpercent=\\\"50\\\" data-sstype=\\\"col\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-layer-col n2-ss-layer-content\\\" style=\\\"padding:1.25em 1.25em 1.25em 1.25em ;\\\" data-verticalalign=\\\"flex-start\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;max-width: 565px;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"565\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div id=\\\"n2-ss-1item20\\\" class=\\\"n2-font-b3345663dc8b9cef8e1c2d7598218f7d-hover n2-style-34aabac2d1a1f42ea86057074a5dba21-heading n2-ow\\\" style=\\\"display:inline-block;\\\">Our Purpose & Mission<\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;max-width: 560px;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"560\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ow n2-ow-all n2-ss-desktop n2-ss-mobile n2-ss-tablet\\\"><div style=\\\"font-size:18px; line-height:28px; margin:20px;\\\">Our purpose is to help kids develop kind, compassionate and charitable hearts, while providing aid to children in need.<br \\/>\\nOur mission is to inspire kids to play an individual role in charity, supporting other children facing dire circumstances.<\\/div>\\n<\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;max-width: 530px;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"530\\\" data-cssselfalign=\\\"left\\\" data-desktopportraitselfalign=\\\"left\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><h2 id=\\\"n2-ss-1item22\\\" class=\\\" n2-ow\\\" style=\\\"display:inline-block;white-space:nowrap;\\\"><a class=\\\"n2-ow n2-font-f7cfdde6001a78b89d1f32639ff1ac5c-hover n2-style-ef33d9149525c4afb4ba031e6eb66c9e-heading \\\" style=\\\"display:inline-block;\\\" href=\\\"https:\\/\\/itstartswithone.org\\/assemblies\\/\\\">Learn More<\\/a><\\/h2><\\/div><\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"width: 50%;margin-right: 20px;margin-top: 20px;overflow:visible;\\\" data-csstextalign=\\\"inherit\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-pm=\\\"default\\\" data-desktopportraitpadding=\\\"10|*|10|*|10|*|10|*|px+\\\" data-desktopportraitinneralign=\\\"inherit\\\" data-desktopportraitorder=\\\"0\\\" data-colwidthpercent=\\\"50\\\" data-sstype=\\\"col\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-layer-col n2-ss-layer-content\\\" style=\\\"padding:0.625em 0.625em 0.625em 0.625em ;\\\" data-verticalalign=\\\"flex-start\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ow n2-ow-all n2-ss-desktop n2-ss-mobile n2-ss-tablet\\\"><p class=\\\"n2-font-1304-paragraph n2-ow\\\"><iframe width=\\\"100%\\\" height=\\\"400\\\" src=\\\"https:\\/\\/www.youtube.com\\/embed\\/0D5l5Pyi8ak\\\" frameborder=\\\"0\\\" allow=\\\"autoplay; encrypted-media\\\" allowfullscreen style=\\\"width:100%;height:400px;\\\"><\\/iframe><\\/p>\\n<\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div> <\\/div>\\r\\n <\\/div>\\r\\n <div data-ssleft=\\\"0+15\\\" data-sstop=\\\"height\\/2-previousheight\\/2\\\" id=\\\"n2-ss-1-arrow-previous\\\" class=\\\"n2-ss-widget n2-ss-widget-display-desktop n2-ss-widget-display-tablet n2-ss-widget-display-mobile n2-ss-widget-display-hover n2-style-7483fd4ddc966823f703a886978b4a45-heading nextend-arrow n2-ow nextend-arrow-previous nextend-arrow-animated-fade n2-ib\\\" style=\\\"position: absolute;\\\" role=\\\"button\\\" aria-label=\\\"Previous slide\\\" tabindex=\\\"0\\\"><img class=\\\"n2-ow\\\" data-no-lazy=\\\"1\\\" data-hack=\\\"data-lazy-src\\\" src=\\\"data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIwLjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4Ljk5NTggOC45OTA3YzAtLjQyNC0uMjA0LS43MjMtLjYxLS44OTgtLjQwOS0uMTczLS43NzItLjEwNC0xLjA5My4yMDlsLTcuMDA2IDYuOTc1Yy0uMjAxLjE5OS0uMjk3LjQzNy0uMjg2LjcxNiAwIC4yNjcuMDk2LjQ5OC4yODYuNjg5bDcuMDA2IDcuMDAxYy4zMjEuMzIxLjY4NC4zODkgMS4wOTMuMjA5LjQwNi0uMTc0LjYxLS40ODIuNjEtLjkyMlY4Ljk5MDd6Ii8+PC9zdmc+\\\" alt=\\\"previous arrow\\\" \\/><\\/div>\\n<div data-ssright=\\\"0+15\\\" data-sstop=\\\"height\\/2-nextheight\\/2\\\" id=\\\"n2-ss-1-arrow-next\\\" class=\\\"n2-ss-widget n2-ss-widget-display-desktop n2-ss-widget-display-tablet n2-ss-widget-display-mobile n2-ss-widget-display-hover n2-style-7483fd4ddc966823f703a886978b4a45-heading nextend-arrow n2-ow nextend-arrow-next nextend-arrow-animated-fade n2-ib\\\" style=\\\"position: absolute;\\\" role=\\\"button\\\" aria-label=\\\"Next slide\\\" tabindex=\\\"0\\\"><img class=\\\"n2-ow\\\" data-no-lazy=\\\"1\\\" data-hack=\\\"data-lazy-src\\\" src=\\\"data:image\\/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIgOC45OWMwLS40MjMuMjA0LS43MjIuNjEtLjg5Ny40MDgtLjE3My43NzItLjEwNCAxLjA5Mi4yMWw3LjAwNiA2Ljk3NGMuMjAyLjIuMjk4LjQzNy4yODcuNzE2IDAgLjI2Ny0uMDk2LjQ5OC0uMjg3LjY5bC03LjAwNiA3Yy0uMzIuMzItLjY4NC4zOS0xLjA5Mi4yMS0uNDA2LS4xNzUtLjYxLS40ODMtLjYxLS45MjNWOC45OXoiIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+\\\" alt=\\\"next arrow\\\" \\/><\\/div>\\n <\\/div>\\r\\n <div data-position=\\\"below\\\" data-offset=\\\"10\\\" class=\\\"n2-ss-widget n2-ss-widget-display-desktop n2-ss-widget-display-tablet n2-ss-widget-display-mobile n2-flex n2-ss-control-bullet n2-ss-control-bullet-horizontal\\\" style=\\\"margin-top:10px;\\\"><div class=\\\" nextend-bullet-bar n2-ow n2-bar-justify-content-center\\\"><\\/div><\\/div>\\n<\\/div><div class=\\\"n2-clear\\\"><\\/div><div id=\\\"n2-ss-1-spinner\\\" style=\\\"display: none;\\\"><div><div class=\\\"n2-ss-spinner-simple-white-container\\\"><div class=\\\"n2-ss-spinner-simple-white\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div id=\\\"n2-ss-1-placeholder\\\" style=\\\"position: relative;z-index:2;background-color:RGBA(0,0,0,0);max-height:3000px; background-color:RGBA(255,255,255,0);\\\"><img style=\\\"width: 100%; max-width:3000px; display: block;opacity:0;\\\" class=\\\"n2-ow\\\" src=\\\"data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMCIgd2lkdGg9IjEyMDAiIGhlaWdodD0iNjAwIiA+PC9zdmc+\\\" alt=\\\"Slider\\\" \\/><\\/div><\\/div>\",\"assets\":{\"css\":{\"staticGroup\":{\"smartslider\":\"\\/home\\/httpd\\/html\\/thepennychallenge.com\\/public_html\\/wp-content\\/plugins\\/smart-slider-3\\/library\\/media\\/smartslider.min.css\"},\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[\".n2-ss-spinner-simple-white-container {\\r\\n position: absolute;\\r\\n top: 50%;\\r\\n left: 50%;\\r\\n margin: -20px;\\r\\n background: #fff;\\r\\n width: 20px;\\r\\n height: 20px;\\r\\n padding: 10px;\\r\\n border-radius: 50%;\\r\\n z-index: 1000;\\r\\n}\\r\\n\\r\\n.n2-ss-spinner-simple-white {\\r\\n outline: 1px solid RGBA(0,0,0,0);\\r\\n width:100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.n2-ss-spinner-simple-white:before {\\r\\n position: absolute;\\r\\n top: 50%;\\r\\n left: 50%;\\r\\n width: 20px;\\r\\n height: 20px;\\r\\n margin-top: -11px;\\r\\n margin-left: -11px;\\r\\n}\\r\\n\\r\\n.n2-ss-spinner-simple-white:not(:required):before {\\r\\n content: \'\';\\r\\n border-radius: 50%;\\r\\n border-top: 2px solid #333;\\r\\n border-right: 2px solid transparent;\\r\\n animation: n2SimpleWhite .6s linear infinite;\\r\\n -webkit-animation: n2SimpleWhite .6s linear infinite;\\r\\n}\\r\\n@keyframes n2SimpleWhite {\\r\\n to {transform: rotate(360deg);}\\r\\n}\\r\\n\\r\\n@-webkit-keyframes n2SimpleWhite {\\r\\n to {-webkit-transform: rotate(360deg);}\\r\\n}\"],\"globalInline\":[]},\"less\":{\"staticGroup\":[],\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[],\"globalInline\":[]},\"js\":{\"staticGroup\":{\"smartslider-simple-type-frontend\":\"\\/home\\/httpd\\/html\\/thepennychallenge.com\\/public_html\\/wp-content\\/plugins\\/smart-slider-3\\/library\\/media\\/plugins\\/type\\/simple\\/simple\\/dist\\/smartslider-simple-type-frontend.min.js\"},\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[\"N2R([\\\"nextend-frontend\\\",\\\"smartslider-frontend\\\",\\\"smartslider-simple-type-frontend\\\"],function(){new N2Classes.SmartSliderSimple(\'#n2-ss-1\', {\\\"admin\\\":false,\\\"translate3d\\\":1,\\\"callbacks\\\":\\\"\\\",\\\"background.video.mobile\\\":1,\\\"align\\\":\\\"normal\\\",\\\"isDelayed\\\":0,\\\"load\\\":{\\\"fade\\\":1,\\\"scroll\\\":0},\\\"playWhenVisible\\\":1,\\\"playWhenVisibleAt\\\":0.5,\\\"responsive\\\":{\\\"desktop\\\":1,\\\"tablet\\\":1,\\\"mobile\\\":1,\\\"onResizeEnabled\\\":true,\\\"type\\\":\\\"auto\\\",\\\"downscale\\\":1,\\\"upscale\\\":1,\\\"minimumHeight\\\":0,\\\"maximumHeight\\\":3000,\\\"maximumSlideWidth\\\":3000,\\\"maximumSlideWidthLandscape\\\":3000,\\\"maximumSlideWidthTablet\\\":3000,\\\"maximumSlideWidthTabletLandscape\\\":3000,\\\"maximumSlideWidthMobile\\\":3000,\\\"maximumSlideWidthMobileLandscape\\\":3000,\\\"maximumSlideWidthConstrainHeight\\\":0,\\\"forceFull\\\":0,\\\"forceFullOverflowX\\\":\\\"body\\\",\\\"forceFullHorizontalSelector\\\":\\\"\\\",\\\"constrainRatio\\\":1,\\\"verticalOffsetSelectors\\\":\\\"\\\",\\\"decreaseSliderHeight\\\":0,\\\"focusUser\\\":0,\\\"focusAutoplay\\\":0,\\\"deviceModes\\\":{\\\"desktopPortrait\\\":1,\\\"desktopLandscape\\\":0,\\\"tabletPortrait\\\":1,\\\"tabletLandscape\\\":0,\\\"mobilePortrait\\\":1,\\\"mobileLandscape\\\":0},\\\"normalizedDeviceModes\\\":{\\\"unknownUnknown\\\":[\\\"unknown\\\",\\\"Unknown\\\"],\\\"desktopPortrait\\\":[\\\"desktop\\\",\\\"Portrait\\\"],\\\"desktopLandscape\\\":[\\\"desktop\\\",\\\"Portrait\\\"],\\\"tabletPortrait\\\":[\\\"tablet\\\",\\\"Portrait\\\"],\\\"tabletLandscape\\\":[\\\"tablet\\\",\\\"Portrait\\\"],\\\"mobilePortrait\\\":[\\\"mobile\\\",\\\"Portrait\\\"],\\\"mobileLandscape\\\":[\\\"mobile\\\",\\\"Portrait\\\"]},\\\"verticalRatioModifiers\\\":{\\\"unknownUnknown\\\":1,\\\"desktopPortrait\\\":1,\\\"desktopLandscape\\\":1,\\\"tabletPortrait\\\":1,\\\"tabletLandscape\\\":1,\\\"mobilePortrait\\\":1,\\\"mobileLandscape\\\":1},\\\"minimumFontSizes\\\":{\\\"desktopPortrait\\\":4,\\\"desktopLandscape\\\":4,\\\"tabletPortrait\\\":4,\\\"tabletLandscape\\\":4,\\\"mobilePortrait\\\":4,\\\"mobileLandscape\\\":4},\\\"ratioToDevice\\\":{\\\"Portrait\\\":{\\\"tablet\\\":0.7,\\\"mobile\\\":0.5},\\\"Landscape\\\":{\\\"tablet\\\":0,\\\"mobile\\\":0}},\\\"sliderWidthToDevice\\\":{\\\"desktopPortrait\\\":1200,\\\"desktopLandscape\\\":1200,\\\"tabletPortrait\\\":840,\\\"tabletLandscape\\\":0,\\\"mobilePortrait\\\":600,\\\"mobileLandscape\\\":0},\\\"basedOn\\\":\\\"combined\\\",\\\"orientationMode\\\":\\\"width_and_height\\\",\\\"overflowHiddenPage\\\":0,\\\"desktopPortraitScreenWidth\\\":1200,\\\"tabletPortraitScreenWidth\\\":800,\\\"mobilePortraitScreenWidth\\\":440,\\\"tabletLandscapeScreenWidth\\\":800,\\\"mobileLandscapeScreenWidth\\\":440},\\\"controls\\\":{\\\"scroll\\\":0,\\\"drag\\\":1,\\\"touch\\\":\\\"horizontal\\\",\\\"keyboard\\\":1,\\\"tilt\\\":0},\\\"lazyLoad\\\":0,\\\"lazyLoadNeighbor\\\":0,\\\"blockrightclick\\\":0,\\\"maintainSession\\\":0,\\\"autoplay\\\":{\\\"enabled\\\":1,\\\"start\\\":1,\\\"duration\\\":8000,\\\"autoplayToSlide\\\":-1,\\\"autoplayToSlideIndex\\\":-1,\\\"allowReStart\\\":0,\\\"pause\\\":{\\\"click\\\":1,\\\"mouse\\\":\\\"0\\\",\\\"mediaStarted\\\":1},\\\"resume\\\":{\\\"click\\\":0,\\\"mouse\\\":0,\\\"mediaEnded\\\":1,\\\"slidechanged\\\":0}},\\\"perspective\\\":1500,\\\"layerMode\\\":{\\\"playOnce\\\":0,\\\"playFirstLayer\\\":1,\\\"mode\\\":\\\"skippable\\\",\\\"inAnimation\\\":\\\"mainInEnd\\\"},\\\"initCallbacks\\\":[\\\"N2D(\\\\\\\"SmartSliderWidgetArrowImage\\\\\\\",function(i,e){function s(e,s,t,h){this.slider=e,this.slider.started(i.proxy(this.start,this,s,t,h))}return s.prototype.start=function(e,s,t){return this.slider.sliderElement.data(\\\\\\\"arrow\\\\\\\")?!1:(this.slider.sliderElement.data(\\\\\\\"arrow\\\\\\\",this),this.deferred=i.Deferred(),this.slider.sliderElement.on(\\\\\\\"SliderDevice\\\\\\\",i.proxy(this.onDevice,this)).trigger(\\\\\\\"addWidget\\\\\\\",this.deferred),this.previous=i(\\\\\\\"#\\\\\\\"+this.slider.elementID+\\\\\\\"-arrow-previous\\\\\\\").on(\\\\\\\"click\\\\\\\",i.proxy(function(i){i.stopPropagation(),this.slider[n2const.rtl.previous]()},this)),this.previousResize=this.previous.find(\\\\\\\".n2-resize\\\\\\\"),0===this.previousResize.length&&(this.previousResize=this.previous),this.next=i(\\\\\\\"#\\\\\\\"+this.slider.elementID+\\\\\\\"-arrow-next\\\\\\\").on(\\\\\\\"click\\\\\\\",i.proxy(function(i){i.stopPropagation(),this.slider[n2const.rtl.next]()},this)),this.nextResize=this.next.find(\\\\\\\".n2-resize\\\\\\\"),0===this.nextResize.length&&(this.nextResize=this.next),this.desktopRatio=e,this.tabletRatio=s,this.mobileRatio=t,void i.when(this.previous.n2imagesLoaded(),this.next.n2imagesLoaded()).always(i.proxy(this.loaded,this)))},s.prototype.loaded=function(){this.previous.css(\\\\\\\"display\\\\\\\",\\\\\\\"inline-block\\\\\\\"),this.previousResize.css(\\\\\\\"display\\\\\\\",\\\\\\\"inline-block\\\\\\\"),this.previousWidth=this.previousResize.width(),this.previousHeight=this.previousResize.height(),this.previousResize.css(\\\\\\\"display\\\\\\\",\\\\\\\"\\\\\\\"),this.previous.css(\\\\\\\"display\\\\\\\",\\\\\\\"\\\\\\\"),this.next.css(\\\\\\\"display\\\\\\\",\\\\\\\"inline-block\\\\\\\"),this.nextResize.css(\\\\\\\"display\\\\\\\",\\\\\\\"inline-block\\\\\\\"),this.nextWidth=this.nextResize.width(),this.nextHeight=this.nextResize.height(),this.nextResize.css(\\\\\\\"display\\\\\\\",\\\\\\\"\\\\\\\"),this.next.css(\\\\\\\"display\\\\\\\",\\\\\\\"\\\\\\\"),this.previousResize.find(\\\\\\\"img\\\\\\\").css(\\\\\\\"width\\\\\\\",\\\\\\\"100%\\\\\\\"),this.nextResize.find(\\\\\\\"img\\\\\\\").css(\\\\\\\"width\\\\\\\",\\\\\\\"100%\\\\\\\"),this.onDevice(null,{device:this.slider.responsive.getDeviceMode()}),this.deferred.resolve()},s.prototype.onDevice=function(i,e){var s=1;switch(e.device){case\\\\\\\"tablet\\\\\\\":s=this.tabletRatio;break;case\\\\\\\"mobile\\\\\\\":s=this.mobileRatio;break;default:s=this.desktopRatio}this.previousResize.width(this.previousWidth*s),this.previousResize.height(this.previousHeight*s),this.nextResize.width(this.nextWidth*s),this.nextResize.height(this.nextHeight*s)},s});\\\",\\\"new N2Classes.SmartSliderWidgetArrowImage(this, 0.8, 0.7, 0.5);\\\",\\\"N2D(\\\\\\\"SmartSliderWidgetBulletTransition\\\\\\\",function(t,e){function i(e,i){this.slider=e,this.slider.started(t.proxy(this.start,this,i))}return i.prototype.start=function(e){if(this.slider.sliderElement.data(\\\\\\\"bullet\\\\\\\"))return!1;if(this.slider.sliderElement.data(\\\\\\\"bullet\\\\\\\",this),this.axis=\\\\\\\"horizontal\\\\\\\",this.offset=0,this.parameters=e,this.bar=this.slider.sliderElement.find(\\\\\\\".nextend-bullet-bar\\\\\\\"),this.event=\\\\\\\"universalclick\\\\\\\",\\\\\\\"mouseenter\\\\\\\"===this.parameters.action&&(this.event=\\\\\\\"mouseenter\\\\\\\"),this.slider.sliderElement.on({slideCountChanged:t.proxy(this.onSlideCountChanged,this),sliderSwitchTo:t.proxy(this.onSlideSwitch,this)}),this.slider.firstSlideReady.done(t.proxy(this.onFirstSlideSet,this)),0===e.overlay){var i=!1;switch(e.area){case 1:i=\\\\\\\"Top\\\\\\\";break;case 12:i=\\\\\\\"Bottom\\\\\\\";break;case 5:i=\\\\\\\"Left\\\\\\\",this.axis=\\\\\\\"vertical\\\\\\\";break;case 8:i=\\\\\\\"Right\\\\\\\",this.axis=\\\\\\\"vertical\\\\\\\"}i&&(this.offset=parseFloat(this.bar.data(\\\\\\\"offset\\\\\\\")),this.slider.responsive.addStaticMargin(i,this))}},i.prototype.onFirstSlideSet=function(t){this.onSlideCountChanged(),this.$dots.eq(t.index).addClass(\\\\\\\"n2-active\\\\\\\")},i.prototype.onDotClick=function(e,i){this.slider.directionalChangeTo(e),t(i.target).blur()},i.prototype.onSlideSwitch=function(t,e){this.$dots.filter(\\\\\\\".n2-active\\\\\\\").removeClass(\\\\\\\"n2-active\\\\\\\"),this.$dots.eq(e).addClass(\\\\\\\"n2-active\\\\\\\")},i.prototype.isVisible=function(){return this.bar.is(\\\\\\\":visible\\\\\\\")},i.prototype.getSize=function(){return\\\\\\\"horizontal\\\\\\\"===this.axis?this.bar.height()+this.offset:this.bar.width()+this.offset},i.prototype.showThumbnail=function(e,i){var s=this.getThumbnail(e);NextendTween.to(s,.3,{opacity:1}),this.$dots.eq(e).one(\\\\\\\"universalleave.thumbnailleave\\\\\\\",t.proxy(this.hideThumbnail,this,e,s))},i.prototype.hideThumbnail=function(t,e,i){i.stopPropagation(),NextendTween.to(e,.3,{opacity:0,onComplete:function(){e.remove()}})},i.prototype.getThumbnail=function(e){var i=this.$dots.eq(e),s=this.slider.sliderElement.offset(),a=i.offset(),o=i.outerWidth(),r=i.outerHeight(),n=t(\\\\\\\"<div\\\\\\/>\\\\\\\").append(t(\\\\\\\"<div\\\\\\/>\\\\\\\").css({width:this.parameters.thumbnailWidth,height:this.parameters.thumbnailHeight,backgroundImage:\'url(\\\\\\\"\'+this.slider.slides[e].getThumbnail()+\'\\\\\\\")\'}).addClass(\\\\\\\"n2-ss-bullet-thumbnail\\\\\\\")).addClass(this.parameters.thumbnailStyle).addClass(\\\\\\\"n2-ss-bullet-thumbnail-container\\\\\\\").appendTo(this.slider.sliderElement);switch(this.parameters.thumbnailPosition){case\\\\\\\"right\\\\\\\":n.css({left:a.left-s.left+o,top:a.top-s.top+r\\\\\\/2-n.outerHeight(!0)\\\\\\/2});break;case\\\\\\\"left\\\\\\\":n.css({left:a.left-s.left-n.outerWidth(!0),top:a.top-s.top+r\\\\\\/2-n.outerHeight(!0)\\\\\\/2});break;case\\\\\\\"top\\\\\\\":n.css({left:a.left-s.left+o\\\\\\/2-n.outerWidth(!0)\\\\\\/2,top:a.top-s.top-n.outerHeight(!0)});break;case\\\\\\\"bottom\\\\\\\":n.css({left:a.left-s.left+o\\\\\\/2-n.outerWidth(!0)\\\\\\/2,top:a.top-s.top+r})}return i.data(\\\\\\\"thumbnail\\\\\\\",n),n},i.prototype.onSlideCountChanged=function(){this.bar.html(\\\\\\\"\\\\\\\");for(var e=0;e<this.slider.slides.length;e++){var i=this.slider.slides[e],s=t(\'<div class=\\\\\\\"n2-ow \'+this.parameters.dotClasses+\'\\\\\\\" tabindex=\\\\\\\"0\\\\\\\"><\\\\\\/div>\').on(this.event,t.proxy(this.onDotClick,this,e)).appendTo(this.bar);switch(this.parameters.mode){case\\\\\\\"numeric\\\\\\\":s.html(e+1);break;case\\\\\\\"title\\\\\\\":s.html(i.getTitle())}if(1===this.parameters.thumbnail){var a=i.getThumbnail();a&&s.on({universalenter:t.proxy(this.showThumbnail,this,e)},{leaveOnSecond:!0})}}this.$dots=this.bar.find(\\\\\\\">*\\\\\\\")},i});\\\",\\\"new N2Classes.SmartSliderWidgetBulletTransition(this, {\\\\\\\"overlay\\\\\\\":1,\\\\\\\"area\\\\\\\":12,\\\\\\\"dotClasses\\\\\\\":\\\\\\\"n2-style-09efebcef1f2f45d29438e0cabcf79bc-dot \\\\\\\",\\\\\\\"mode\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"action\\\\\\\":\\\\\\\"click\\\\\\\",\\\\\\\"thumbnail\\\\\\\":1,\\\\\\\"thumbnailWidth\\\\\\\":120,\\\\\\\"thumbnailHeight\\\\\\\":81,\\\\\\\"thumbnailStyle\\\\\\\":\\\\\\\"n2-style-42845aa02120076deb3a5681d1d750ac-simple \\\\\\\",\\\\\\\"thumbnailPosition\\\\\\\":\\\\\\\"top\\\\\\\"});\\\"],\\\"allowBGImageAttachmentFixed\\\":false,\\\"bgAnimationsColor\\\":\\\"RGBA(51,51,51,1)\\\",\\\"bgAnimations\\\":0,\\\"mainanimation\\\":{\\\"type\\\":\\\"horizontal\\\",\\\"duration\\\":600,\\\"delay\\\":0,\\\"ease\\\":\\\"easeOutQuad\\\",\\\"parallax\\\":0,\\\"shiftedBackgroundAnimation\\\":0},\\\"carousel\\\":1,\\\"dynamicHeight\\\":0});});\"],\"globalInline\":[]},\"googleFonts\":{\"staticGroup\":[],\"files\":{\"Raleway\":[\"300\",\"400\"],\"Roboto\":[\"300\",\"400\"]},\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[],\"globalInline\":[]},\"image\":{\"images\":[\"\\/\\/itstartswithone.org\\/wp-content\\/uploads\\/2018\\/10\\/ryckers-family-2.jpg\",\"\\/\\/itstartswithone.org\\/wp-content\\/uploads\\/2018\\/10\\/penny-challenge-cards-4.jpg\",\"\\/\\/itstartswithone.org\\/wp-content\\/uploads\\/2018\\/04\\/Be-the-One.png\"]}}}',0,1);
/*!40000 ALTER TABLE `wp_nextend2_section_storage` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nextend2_smartslider3_generators`
--
DROP TABLE IF EXISTS `wp_nextend2_smartslider3_generators`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nextend2_smartslider3_generators` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`group` varchar(254) NOT NULL,
`type` varchar(254) NOT NULL,
`params` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nextend2_smartslider3_generators`
--
LOCK TABLES `wp_nextend2_smartslider3_generators` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_generators` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_generators` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nextend2_smartslider3_sliders`
--
DROP TABLE IF EXISTS `wp_nextend2_smartslider3_sliders`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nextend2_smartslider3_sliders` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(100) NOT NULL,
`type` varchar(30) NOT NULL,
`params` mediumtext NOT NULL,
`time` datetime NOT NULL,
`thumbnail` varchar(255) NOT NULL,
`ordering` int(11) NOT NULL DEFAULT '0',
`alias` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nextend2_smartslider3_sliders`
--
LOCK TABLES `wp_nextend2_smartslider3_sliders` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_sliders` DISABLE KEYS */;
INSERT INTO `wp_nextend2_smartslider3_sliders` VALUES (1,'Sample Slider','simple','{\"controlsScroll\":\"0\",\"controlsDrag\":\"1\",\"controlsTouch\":\"horizontal\",\"controlsKeyboard\":\"1\",\"thumbnail\":\"\",\"align\":\"normal\",\"backgroundMode\":\"fill\",\"animation\":\"horizontal\",\"animation-duration\":\"600\",\"background-animation\":\"\",\"background-animation-speed\":\"normal\",\"width\":\"1200\",\"height\":\"600\",\"fontsize\":\"16\",\"margin\":\"0|*|0|*|0|*|0\",\"responsive-mode\":\"auto\",\"responsiveScaleDown\":\"1\",\"responsiveScaleUp\":\"1\",\"responsiveSliderHeightMin\":\"0\",\"responsiveSliderHeightMax\":\"3000\",\"responsiveSlideWidthMax\":\"3000\",\"autoplay\":\"1\",\"autoplayDuration\":\"8000\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"optimize\":\"0\",\"optimize-quality\":\"70\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"50\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"overflow-hidden-page\":\"0\",\"clear-both\":\"0\",\"remove-spaces-from-parents\":\"\",\"hide-siblings\":\"\",\"callbacks\":\"\",\"widgetarrow\":\"imageSmallRectangle\",\"widget-arrow-display-hover\":\"1\",\"widget-arrow-previous\":\"$ss$\\/plugins\\/widgetarrow\\/image\\/image\\/previous\\/full.svg\",\"widget-arrow-previous-color\":\"ffffffcc\",\"widget-arrow-previous-hover\":\"0\",\"widget-arrow-previous-hover-color\":\"ffffffcc\",\"widget-arrow-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwYWIiLCJwYWRkaW5nIjoiMnwqfDJ8KnwyfCp8MnwqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiIzIiwiZXh0cmEiOiIifSx7ImJhY2tncm91bmRjb2xvciI6IjAxYWRkM2Q5In1dfQ==\",\"widget-arrow-previous-position-mode\":\"simple\",\"widget-arrow-previous-position-area\":\"6\",\"widget-arrow-previous-position-stack\":\"1\",\"widget-arrow-previous-position-offset\":\"15\",\"widget-arrow-previous-position-horizontal\":\"left\",\"widget-arrow-previous-position-horizontal-position\":\"0\",\"widget-arrow-previous-position-horizontal-unit\":\"px\",\"widget-arrow-previous-position-vertical\":\"top\",\"widget-arrow-previous-position-vertical-position\":\"0\",\"widget-arrow-previous-position-vertical-unit\":\"px\",\"widget-arrow-next-position-mode\":\"simple\",\"widget-arrow-next-position-area\":\"7\",\"widget-arrow-next-position-stack\":\"1\",\"widget-arrow-next-position-offset\":\"15\",\"widget-arrow-next-position-horizontal\":\"left\",\"widget-arrow-next-position-horizontal-position\":\"0\",\"widget-arrow-next-position-horizontal-unit\":\"px\",\"widget-arrow-next-position-vertical\":\"top\",\"widget-arrow-next-position-vertical-position\":\"0\",\"widget-arrow-next-position-vertical-unit\":\"px\",\"widgetbullet\":\"transition\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-thumbnail-show-image\":\"1\",\"widget-bullet-thumbnail-width\":\"120\",\"widget-bullet-thumbnail-height\":\"81\",\"widget-bullet-thumbnail-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwODAiLCJwYWRkaW5nIjoiM3wqfDN8KnwzfCp8M3wqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiIzIiwiZXh0cmEiOiJtYXJnaW46IDVweDsifV19\",\"widget-bullet-thumbnail-side\":\"before\",\"widget-bullet-position-mode\":\"simple\",\"widget-bullet-position-area\":\"12\",\"widget-bullet-position-stack\":\"1\",\"widget-bullet-position-offset\":\"10\",\"widget-bullet-position-horizontal\":\"left\",\"widget-bullet-position-horizontal-position\":\"0\",\"widget-bullet-position-horizontal-unit\":\"px\",\"widget-bullet-position-vertical\":\"top\",\"widget-bullet-position-vertical-position\":\"0\",\"widget-bullet-position-vertical-unit\":\"px\",\"widget-bullet-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwYWIiLCJwYWRkaW5nIjoiNXwqfDV8Knw1fCp8NXwqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiI1MCIsImV4dHJhIjoibWFyZ2luOiA0cHg7In0seyJleHRyYSI6IiIsImJhY2tncm91bmRjb2xvciI6IjA5YjQ3NGZmIn1dfQ==\",\"widget-bullet-bar\":\"\",\"widgetautoplay\":\"disabled\",\"widget-autoplay-display-hover\":\"0\",\"widgetbar\":\"disabled\",\"widget-bar-display-hover\":\"0\",\"widgetthumbnail\":\"disabled\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widgetshadow\":\"disabled\",\"widgets\":\"arrow\"}','2015-11-01 14:14:20','',0,NULL);
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_sliders` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nextend2_smartslider3_sliders_xref`
--
DROP TABLE IF EXISTS `wp_nextend2_smartslider3_sliders_xref`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nextend2_smartslider3_sliders_xref` (
`group_id` int(11) NOT NULL,
`slider_id` int(11) NOT NULL,
`ordering` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`group_id`,`slider_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nextend2_smartslider3_sliders_xref`
--
LOCK TABLES `wp_nextend2_smartslider3_sliders_xref` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_sliders_xref` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_sliders_xref` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nextend2_smartslider3_slides`
--
DROP TABLE IF EXISTS `wp_nextend2_smartslider3_slides`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nextend2_smartslider3_slides` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(200) NOT NULL,
`slider` int(11) NOT NULL,
`publish_up` datetime NOT NULL,
`publish_down` datetime NOT NULL,
`published` tinyint(1) NOT NULL,
`first` int(11) NOT NULL,
`slide` longtext,
`description` text NOT NULL,
`thumbnail` varchar(255) NOT NULL,
`params` text NOT NULL,
`ordering` int(11) NOT NULL,
`generator_id` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nextend2_smartslider3_slides`
--
LOCK TABLES `wp_nextend2_smartslider3_slides` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_slides` DISABLE KEYS */;
INSERT INTO `wp_nextend2_smartslider3_slides` VALUES (1,'School Assembly Video',1,'2015-11-01 12:27:34','2025-11-11 12:27:34',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":1200,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"30|*|30|*|30|*|30|*|px\",\"desktopportraitselfalign\":\"left\",\"mobileportraitfontsize\":60,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"ffffffff\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitgutter\":20,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitwrapafter\":1,\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Row\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"cols\":[{\"type\":\"col\",\"lastplacement\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"center\",\"desktopportraitpadding\":\"20|*|20|*|20|*|20|*|px+\",\"desktopportraitorder\":0,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Col\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"flex-start\",\"colwidth\":\"1/2\",\"link\":\"#|*|_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"ffffffff\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":565,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"School Assemblies\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"link\":\"#|*|_self\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjBiMGIwYmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxLjUiLCJib2xkIjowLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJjZW50ZXIiLCJsZXR0ZXJzcGFjaW5nIjoiMTBweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LHsiZXh0cmEiOiIifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiJmZmZmZmZjYyIsIm9wYWNpdHkiOjEwMCwicGFkZGluZyI6IjAuNHwqfDF8KnwwLjR8KnwxfCp8ZW0iLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAifSx7ImV4dHJhIjoiIn1dfQ==\",\"heading\":\"School Assemblies\",\"priority\":\"div\",\"fullwidth\":\"0\",\"nowrap\":\"0\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":560,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"div style=\\\"font-size:18px; line-hei\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"contentmobile\":\"\",\"contenttablet\":\"\",\"font\":\"1304\",\"style\":\"\",\"content\":\"<div style=\\\"font-size:18px; line-height:28px; margin:20px;\\\">Our school assembly programs focus on getting students involved in random acts of kindness and sharing a message to help develop compassionate and charitable hearts towards those in need. </div>\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":530,\"desktopportraitselfalign\":\"left\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Learn More\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"link\":\"/assemblies/|*|_self|*|\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjIyfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjJweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwY2MiLCJwYWRkaW5nIjoiMC44fCp8MXwqfDAuOHwqfDF8KnxlbSIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCIsImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"heading\":\"Learn More\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"1\"}}}]},{\"type\":\"col\",\"lastplacement\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitorder\":0,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Col\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"flex-start\",\"colwidth\":\"1/2\",\"link\":\"#|*|_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"ffffffff\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"\\n\\niframe width=\\\"100%\\\" height=\\\"400\\\" \",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"contentmobile\":\"\",\"contenttablet\":\"\",\"font\":\"1304\",\"style\":\"\",\"content\":\"\\n\\n<iframe width=\\\"100%\\\" height=\\\"400\\\" src=\\\"https://www.youtube.com/embed/wwAbWUSaf-Y\\\" frameborder=\\\"0\\\" allow=\\\"autoplay; encrypted-media\\\" allowfullscreen style=\\\"width:100%;height:400px;\\\"></iframe>\"}}}]}]}]}]','','','{\"background-type\":\"image\",\"backgroundImage\":\"\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.12\"}',3,0),(2,'Slide Two',1,'2015-11-01 12:27:34','2025-11-11 12:27:34',0,0,'[{\"type\":\"content\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":60,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"\",\"parallax\":0,\"adaptivefont\":1,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"10|*|0|*|10|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Rachel Wright\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Rachel Wright\",\"link\":\"#|*|_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"0\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjBiMGIwYmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxLjUiLCJib2xkIjowLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJjZW50ZXIiLCJsZXR0ZXJzcGFjaW5nIjoiMTBweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LHsiZXh0cmEiOiIifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiJmZmZmZmZjYyIsIm9wYWNpdHkiOjEwMCwicGFkZGluZyI6IjAuNHwqfDF8KnwwLjR8KnwxfCp8ZW0iLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAifSx7ImV4dHJhIjoiIn1dfQ==\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}},{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Art Director & Photographer\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Art Director & Photographer\",\"link\":\"#|*|_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"1\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjIyfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjJweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwY2MiLCJwYWRkaW5nIjoiMC44fCp8MXwqfDAuOHwqfDF8KnxlbSIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCIsImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}}]}]','','https://smartslider3.com/sample/artdirectorthumbnail.jpg','{\"background-type\":\"image\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"preload\":\"auto\",\"backgroundVideoMode\":\"fill\",\"backgroundImage\":\"https://smartslider3.com/sample/free1.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.0\"}',5,0),(3,'Slide Three',1,'2015-11-01 12:27:34','2025-11-11 12:27:34',0,0,'[{\"type\":\"content\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":60,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"\",\"parallax\":0,\"adaptivefont\":1,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"10|*|0|*|10|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Andrew Butler\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Andrew Butler\",\"link\":\"#|*|_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"0\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjBiMGIwYmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxLjUiLCJib2xkIjowLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJjZW50ZXIiLCJsZXR0ZXJzcGFjaW5nIjoiMTBweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LHsiZXh0cmEiOiIifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiJmZmZmZmZjYyIsIm9wYWNpdHkiOjEwMCwicGFkZGluZyI6IjAuNHwqfDF8KnwwLjR8KnwxfCp8ZW0iLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAifSx7ImV4dHJhIjoiIn1dfQ==\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}},{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Photographer & Illustrator\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Photographer & Illustrator\",\"link\":\"#|*|_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"0\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjIyfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjJweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwY2MiLCJwYWRkaW5nIjoiMC44fCp8MXwqfDAuOHwqfDF8KnxlbSIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCIsImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}}]}]','','https://smartslider3.com/sample/photographerthumbnail.jpg','{\"background-type\":\"image\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"preload\":\"auto\",\"backgroundVideoMode\":\"fill\",\"backgroundImage\":\"https://smartslider3.com/sample/photographer.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.0\"}',6,0),(4,'Slide One - copy',1,'2015-11-01 12:27:34','2025-11-11 12:27:34',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":1200,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"30|*|30|*|30|*|30|*|px\",\"desktopportraitselfalign\":\"left\",\"mobileportraitfontsize\":60,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"ffffffff\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitgutter\":20,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitwrapafter\":1,\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Row\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"cols\":[{\"type\":\"col\",\"lastplacement\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"center\",\"desktopportraitpadding\":\"20|*|20|*|20|*|20|*|px+\",\"desktopportraitorder\":0,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Col\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"flex-start\",\"colwidth\":\"1/2\",\"link\":\"#|*|_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"ffffffff\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":565,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Our Purpose & Mission\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Our Purpose & Mission\",\"link\":\"#|*|_self\",\"priority\":\"div\",\"fullwidth\":\"0\",\"nowrap\":\"0\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjBiMGIwYmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxLjUiLCJib2xkIjowLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJjZW50ZXIiLCJsZXR0ZXJzcGFjaW5nIjoiMTBweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LHsiZXh0cmEiOiIifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiJmZmZmZmZjYyIsIm9wYWNpdHkiOjEwMCwicGFkZGluZyI6IjAuNHwqfDF8KnwwLjR8KnwxfCp8ZW0iLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAifSx7ImV4dHJhIjoiIn1dfQ==\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":560,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"div style=\\\"font-size:18px; line-hei\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"content\":\"<div style=\\\"font-size:18px; line-height:28px; margin:20px;\\\">Our purpose is to help kids develop kind, compassionate and charitable hearts, while providing aid to children in need.\\nOur mission is to inspire kids to play an individual role in charity, supporting other children facing dire circumstances.</div>\",\"font\":\"1304\",\"style\":\"\",\"contenttablet\":\"\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":530,\"desktopportraitselfalign\":\"left\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Learn More\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Learn More\",\"link\":\"https://itstartswithone.org/assemblies/|*|_self|*|\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"1\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjIyfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjJweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwY2MiLCJwYWRkaW5nIjoiMC44fCp8MXwqfDAuOHwqfDF8KnxlbSIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCIsImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\"}}}]},{\"type\":\"col\",\"lastplacement\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitorder\":0,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Col\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"flex-start\",\"colwidth\":\"1/2\",\"link\":\"#|*|_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"ffffffff\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"iframe width=\\\"100%\\\" height=\\\"400\\\" sr\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"content\":\"<iframe width=\\\"100%\\\" height=\\\"400\\\" src=\\\"https://www.youtube.com/embed/0D5l5Pyi8ak\\\" frameborder=\\\"0\\\" allow=\\\"autoplay; encrypted-media\\\" allowfullscreen style=\\\"width:100%;height:400px;\\\"></iframe>\",\"font\":\"1304\",\"style\":\"\",\"contenttablet\":\"\",\"contentmobile\":\"\"}}}]}]}]}]','','','{\"background-type\":\"image\",\"backgroundImage\":\"\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"1\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.12\"}',4,0),(6,'Featured Family of the Month',1,'2015-11-01 12:27:34','2025-11-11 12:27:34',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":1200,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"30|*|30|*|30|*|30|*|px\",\"desktopportraitselfalign\":\"left\",\"mobileportraitfontsize\":60,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"ffffffff\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitgutter\":20,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitwrapafter\":1,\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Row\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"cols\":[{\"type\":\"col\",\"lastplacement\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"center\",\"desktopportraitpadding\":\"20|*|20|*|20|*|20|*|px+\",\"desktopportraitorder\":0,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Col\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"flex-start\",\"colwidth\":\"1/2\",\"link\":\"#|*|_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"ffffffff\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":565,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Featured Family of the MOnth\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"link\":\"#|*|_self\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjBiMGIwYmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxLjUiLCJib2xkIjowLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJjZW50ZXIiLCJsZXR0ZXJzcGFjaW5nIjoiMTBweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LHsiZXh0cmEiOiIifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiJmZmZmZmZjYyIsIm9wYWNpdHkiOjEwMCwicGFkZGluZyI6IjAuNHwqfDF8KnwwLjR8KnwxfCp8ZW0iLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAifSx7ImV4dHJhIjoiIn1dfQ==\",\"heading\":\"Featured Family of the MOnth\",\"priority\":\"div\",\"fullwidth\":\"0\",\"nowrap\":\"0\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":560,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"div style=\\\"font-size:18px; line-hei\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"contentmobile\":\"\",\"contenttablet\":\"\",\"font\":\"1304\",\"style\":\"\",\"content\":\"<div style=\\\"font-size:18px; line-height:28px; margin:20px;\\\">While ISWO helps many families monthly, a portion of your donation goes towards supporting the Featured Family of the Month.</div>\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":530,\"desktopportraitselfalign\":\"left\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Learn More\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"link\":\"https://itstartswithone.org/ffm/|*|_self|*|\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjIyfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjJweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwY2MiLCJwYWRkaW5nIjoiMC44fCp8MXwqfDAuOHwqfDF8KnxlbSIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCIsImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"heading\":\"Learn More\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"1\"}}}]},{\"type\":\"col\",\"lastplacement\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitorder\":0,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Col\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"flex-start\",\"colwidth\":\"1/2\",\"link\":\"#|*|_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"ffffffff\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"contentmobile\":\"\",\"contenttablet\":\"\",\"font\":\"1304\",\"style\":\"\",\"content\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"ryckers-family-2.jpg\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"size\":\"auto|*|auto\",\"link\":\"#|*|_self\",\"style\":\"\",\"image\":\"$upload$/2018/10/ryckers-family-2.jpg\",\"alt\":\"Image is not available\"}}}]}]}]}]','','$upload$/2017/10/image2.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.12\"}',0,0),(7,'ISWO - 2 Minute Challenge Sheet',1,'2018-03-25 21:52:02','2028-03-26 21:52:02',0,0,'[]','','$upload$/2018/03/ISWO-2-Minute-Challenge-Sheet.pdf','{\"backgroundImage\":\"$upload$\\/2018\\/03\\/ISWO-2-Minute-Challenge-Sheet.pdf\",\"version\":\"3.2.12\"}',7,0),(8,'Be The One',1,'2015-11-01 12:27:34','2025-11-11 12:27:34',1,1,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":1200,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"30|*|30|*|30|*|30|*|px\",\"desktopportraitselfalign\":\"left\",\"mobileportraitfontsize\":60,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"ffffffff\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitgutter\":20,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitwrapafter\":1,\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Row\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"cols\":[{\"type\":\"col\",\"lastplacement\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"center\",\"desktopportraitpadding\":\"20|*|20|*|20|*|20|*|px+\",\"desktopportraitorder\":0,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Col\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"flex-start\",\"colwidth\":\"1/2\",\"link\":\"#|*|_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"ffffffff\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":565,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"2018br /be the one campaign\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"2018\\nbe the one campaign\",\"link\":\"#|*|_self\",\"priority\":\"div\",\"fullwidth\":\"0\",\"nowrap\":\"0\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjBiMGIwYmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxLjUiLCJib2xkIjowLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJjZW50ZXIiLCJsZXR0ZXJzcGFjaW5nIjoiMTBweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LHsiZXh0cmEiOiIifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiJmZmZmZmZjYyIsIm9wYWNpdHkiOjEwMCwicGFkZGluZyI6IjAuNHwqfDF8KnwwLjR8KnwxfCp8ZW0iLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAifSx7ImV4dHJhIjoiIn1dfQ==\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":560,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"div style=\\\"font-size:18px; line-hei\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"content\":\"<div style=\\\"font-size:18px; line-height:28px; margin:20px;\\\">\\nClick below to learn how your school can \\nget in the game this holiday season!\",\"font\":\"1304\",\"style\":\"\",\"contenttablet\":\"\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":530,\"desktopportraitselfalign\":\"left\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Learn More\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"link\":\"https://itstartswithone.org/betheone|*|_self|*|\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjIyfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjJweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwY2MiLCJwYWRkaW5nIjoiMC44fCp8MXwqfDAuOHwqfDF8KnxlbSIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCIsImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"heading\":\"Learn More\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"1\"}}}]},{\"type\":\"col\",\"lastplacement\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitorder\":0,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Col\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"flex-start\",\"colwidth\":\"1/2\",\"link\":\"#|*|_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"ffffffff\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"contentmobile\":\"\",\"contenttablet\":\"\",\"font\":\"1304\",\"style\":\"\",\"content\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Be-the-One.png\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"size\":\"auto|*|auto\",\"link\":\"#|*|_self\",\"style\":\"\",\"image\":\"$upload$/2018/04/Be-the-One.png\",\"alt\":\"Image is not available\"}}}]}]}]}]','','$upload$/2017/10/image2.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"1\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.12\"}',2,0),(9,'Penny Challenge Tag Cards',1,'2015-11-01 12:27:34','2025-11-11 12:27:34',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":1200,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"30|*|30|*|30|*|30|*|px\",\"desktopportraitselfalign\":\"left\",\"mobileportraitfontsize\":60,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"ffffffff\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitgutter\":20,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitwrapafter\":1,\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Row\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"cols\":[{\"type\":\"col\",\"lastplacement\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"center\",\"desktopportraitpadding\":\"20|*|20|*|20|*|20|*|px+\",\"desktopportraitorder\":0,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Col\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"flex-start\",\"colwidth\":\"1/2\",\"link\":\"#|*|_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"ffffffff\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":565,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Penny Challenge br /Tag Cards\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"link\":\"#|*|_self\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjBiMGIwYmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxLjUiLCJib2xkIjowLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJjZW50ZXIiLCJsZXR0ZXJzcGFjaW5nIjoiMTBweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LHsiZXh0cmEiOiIifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiJmZmZmZmZjYyIsIm9wYWNpdHkiOjEwMCwicGFkZGluZyI6IjAuNHwqfDF8KnwwLjR8KnwxfCp8ZW0iLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAifSx7ImV4dHJhIjoiIn1dfQ==\",\"heading\":\"Penny Challenge \\nTag Cards\",\"priority\":\"div\",\"fullwidth\":\"0\",\"nowrap\":\"0\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":560,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"div style=\\\"font-size:18px; line-hei\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"contentmobile\":\"\",\"contenttablet\":\"\",\"font\":\"1304\",\"style\":\"\",\"content\":\"<div style=\\\"font-size:18px; line-height:28px; margin:20px;\\\">Get in the game! \\nOrder your own Penny Challenge Tag Cards today!</div>\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":530,\"desktopportraitselfalign\":\"left\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Order Challenge Cards\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"link\":\"https://store.itstartswithone.org/collections/mens/products/the-penny-challenge-challenge-cards-qty-20|*|_self|*|\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjIyfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjJweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwY2MiLCJwYWRkaW5nIjoiMC44fCp8MXwqfDAuOHwqfDF8KnxlbSIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCIsImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"heading\":\"Order Challenge Cards\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"1\"}}}]},{\"type\":\"col\",\"lastplacement\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitorder\":0,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Col\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"flex-start\",\"colwidth\":\"1/2\",\"link\":\"#|*|_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"ffffffff\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"contentmobile\":\"\",\"contenttablet\":\"\",\"font\":\"1304\",\"style\":\"\",\"content\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"penny-challenge-cards-4.jpg\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"size\":\"auto|*|auto\",\"link\":\"#|*|_self\",\"style\":\"\",\"image\":\"$upload$/2018/10/penny-challenge-cards-4.jpg\",\"alt\":\"Image is not available\"}}}]}]}]}]','','$upload$/2017/10/image2.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.12\"}',1,0);
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_slides` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nf3_action_meta`
--
DROP TABLE IF EXISTS `wp_nf3_action_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_action_meta` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`parent_id` int(11) NOT NULL,
`key` longtext NOT NULL,
`value` longtext,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=518 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nf3_action_meta`
--
LOCK TABLES `wp_nf3_action_meta` WRITE;
/*!40000 ALTER TABLE `wp_nf3_action_meta` DISABLE KEYS */;
INSERT INTO `wp_nf3_action_meta` VALUES (1,1,'label','Save to Database'),(2,1,'objectType','Action'),(3,1,'objectDomain','actions'),(4,1,'editActive',''),(5,1,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(6,1,'payment_gateways',''),(7,1,'payment_total','0'),(8,1,'tag',''),(9,1,'to','{wp:admin_email}'),(10,1,'email_subject','Ninja Forms Submission'),(11,1,'email_message','{fields_table}'),(12,1,'from_name',''),(13,1,'from_address',''),(14,1,'reply_to',''),(15,1,'email_format','html'),(16,1,'cc',''),(17,1,'bcc',''),(18,1,'attach_csv',''),(19,1,'redirect_url',''),(20,1,'email_message_plain',''),(21,2,'label','Email Confirmation'),(22,2,'to','{field:email}'),(23,2,'subject','This is an email action.'),(24,2,'message','Hello, Ninja Forms!'),(25,2,'objectType','Action'),(26,2,'objectDomain','actions'),(27,2,'editActive',''),(28,2,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(29,2,'payment_gateways',''),(30,2,'payment_total','0'),(31,2,'tag',''),(32,2,'email_subject','Submission Confirmation '),(33,2,'email_message','<p>{field:all_fields}<br></p>'),(34,2,'from_name',''),(35,2,'from_address',''),(36,2,'reply_to',''),(37,2,'email_format','html'),(38,2,'cc',''),(39,2,'bcc',''),(40,2,'attach_csv',''),(41,2,'email_message_plain',''),(42,3,'objectType','Action'),(43,3,'objectDomain','actions'),(44,3,'editActive',''),(45,3,'label','Email Notification'),(46,3,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(47,3,'payment_gateways',''),(48,3,'payment_total','0'),(49,3,'tag',''),(50,3,'to','{system:admin_email}'),(51,3,'email_subject','New message from {field:your_name_1540387686922}'),(52,3,'email_message','<p>{field:questions_comments_1540387753137}</p><p>- {field:your_name_1540387686922} ( {field:email} )</p>'),(53,3,'from_name',''),(54,3,'from_address',''),(55,3,'reply_to','{field:email}'),(56,3,'email_format','html'),(57,3,'cc',''),(58,3,'bcc',''),(59,3,'attach_csv','1'),(60,3,'email_message_plain',''),(61,4,'label','Success Message'),(62,4,'message','Thank you {field:name} for filling out my form!'),(63,4,'objectType','Action'),(64,4,'objectDomain','actions'),(65,4,'editActive',''),(66,4,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(67,4,'payment_gateways',''),(68,4,'payment_total','0'),(69,4,'tag',''),(70,4,'to','{wp:admin_email}'),(71,4,'email_subject','Ninja Forms Submission'),(72,4,'email_message','{fields_table}'),(73,4,'from_name',''),(74,4,'from_address',''),(75,4,'reply_to',''),(76,4,'email_format','html'),(77,4,'cc',''),(78,4,'bcc',''),(79,4,'attach_csv',''),(80,4,'redirect_url',''),(81,4,'success_msg','<p>Form submitted successfully.</p>\n<p>A confirmation email was sent to {field:email}.</p>\n<!-- Google Code for Lead Conversion Page -->\n<script type=\"text/javascript\">\n/* <![CDATA[ */\nvar google_conversion_id = 856643644;\nvar google_conversion_language = \"en\";\nvar google_conversion_format = \"3\";\nvar google_conversion_color = \"ffffff\";\nvar google_conversion_label = \"sptyCITQzHAQvLC9mAM\";\nvar google_remarketing_only = false;\n/* ]]> */\n</script>\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\n</script>\n<noscript>\n<div style=\"display:inline;\">\n<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/856643644/?label=sptyCITQzHAQvLC9mAM&guid=ON&script=0\"/>\n</div>\n</noscript>\n'),(82,4,'email_message_plain',''),(83,5,'objectType','Action'),(84,5,'objectDomain','actions'),(85,5,'editActive',''),(86,5,'label','Success Message'),(87,5,'message','Your form has been successfully submitted.'),(88,5,'order','1'),(89,5,'payment_gateways',''),(90,5,'payment_total','0'),(91,5,'tag',''),(92,5,'to','{wp:admin_email}'),(93,5,'reply_to',''),(94,5,'email_subject','Ninja Forms Submission'),(95,5,'email_message','{fields_table}'),(96,5,'email_message_plain',''),(97,5,'from_name',''),(98,5,'from_address',''),(99,5,'email_format','html'),(100,5,'cc',''),(101,5,'bcc',''),(102,5,'attach_csv',''),(103,5,'redirect_url',''),(104,5,'success_msg','Your form has been successfully submitted.\n<!-- Google Code for Lead Conversion Page -->\n<script type=\"text/javascript\">\n/* <![CDATA[ */\nvar google_conversion_id = 856643644;\nvar google_conversion_language = \"en\";\nvar google_conversion_format = \"3\";\nvar google_conversion_color = \"ffffff\";\nvar google_conversion_label = \"sptyCITQzHAQvLC9mAM\";\nvar google_remarketing_only = false;\n/* ]]> */\n</script>\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\n</script>\n<noscript>\n<div style=\"display:inline;\">\n<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/856643644/?label=sptyCITQzHAQvLC9mAM&guid=ON&script=0\"/>\n</div>\n</noscript>\n'),(105,6,'objectType','Action'),(106,6,'objectDomain','actions'),(107,6,'editActive',''),(108,6,'label','Admin Email'),(109,6,'to','stacy@verovine.com{wp:admin_email}'),(110,6,'subject','Ninja Forms Submission'),(111,6,'message','{field:all_fields}'),(112,6,'order','2'),(113,6,'payment_gateways',''),(114,6,'payment_total','0'),(115,6,'tag',''),(116,6,'reply_to',''),(117,6,'email_subject','Ninja Forms Submission'),(118,6,'email_message','{fields_table}'),(119,6,'email_message_plain',''),(120,6,'from_name',''),(121,6,'from_address',''),(122,6,'email_format','html'),(123,6,'cc',''),(124,6,'bcc',''),(125,6,'attach_csv',''),(126,7,'objectType','Action'),(127,7,'objectDomain','actions'),(128,7,'editActive',''),(129,7,'label','Save Submission'),(130,7,'order','3'),(131,7,'payment_gateways',''),(132,7,'payment_total','0'),(133,7,'tag',''),(134,7,'to','{wp:admin_email}'),(135,7,'reply_to',''),(136,7,'email_subject','Ninja Forms Submission'),(137,7,'email_message','{fields_table}'),(138,7,'email_message_plain',''),(139,7,'from_name',''),(140,7,'from_address',''),(141,7,'email_format','html'),(142,7,'cc',''),(143,7,'bcc',''),(144,7,'attach_csv',''),(145,7,'redirect_url',''),(146,8,'objectType','Action'),(147,8,'objectDomain','actions'),(148,8,'editActive',''),(149,8,'label','Success Message'),(150,8,'message','Your form has been successfully submitted.'),(151,8,'order','1'),(152,8,'payment_gateways',''),(153,8,'payment_total',''),(154,8,'tag',''),(155,8,'to',''),(156,8,'reply_to',''),(157,8,'email_subject',''),(158,8,'email_message',''),(159,8,'email_message_plain',''),(160,8,'from_name',''),(161,8,'from_address',''),(162,8,'email_format','html'),(163,8,'cc',''),(164,8,'bcc',''),(165,8,'attach_csv',''),(166,8,'redirect_url',''),(167,8,'success_msg','Your form has been successfully submitted.\n<!-- Google Code for Lead Conversion Page -->\n<script type=\"text/javascript\">\n/* <![CDATA[ */\nvar google_conversion_id = 856643644;\nvar google_conversion_language = \"en\";\nvar google_conversion_format = \"3\";\nvar google_conversion_color = \"ffffff\";\nvar google_conversion_label = \"sptyCITQzHAQvLC9mAM\";\nvar google_remarketing_only = false;\n/* ]]> */\n</script>\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\n</script>\n<noscript>\n<div style=\"display:inline;\">\n<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/856643644/?label=sptyCITQzHAQvLC9mAM&guid=ON&script=0\"/>\n</div>\n</noscript>\n'),(168,9,'objectType','Action'),(169,9,'objectDomain','actions'),(170,9,'editActive',''),(171,9,'label','Admin Email'),(172,9,'to','a:1:{i:0;s:18:\"stacy@verovine.com\";}'),(173,9,'subject','Ninja Forms Submission'),(174,9,'message','{field:all_fields}'),(175,9,'order','2'),(176,9,'payment_gateways',''),(177,9,'payment_total',''),(178,9,'tag',''),(179,9,'reply_to',''),(180,9,'email_subject',''),(181,9,'email_message',''),(182,9,'email_message_plain',''),(183,9,'from_name',''),(184,9,'from_address',''),(185,9,'email_format','html'),(186,9,'cc',''),(187,9,'bcc',''),(188,9,'attach_csv',''),(189,10,'objectType','Action'),(190,10,'objectDomain','actions'),(191,10,'editActive',''),(192,10,'label','Save Submission'),(193,10,'order','3'),(194,10,'payment_gateways',''),(195,10,'payment_total',''),(196,10,'tag',''),(197,10,'to',''),(198,10,'reply_to',''),(199,10,'email_subject',''),(200,10,'email_message',''),(201,10,'email_message_plain',''),(202,10,'from_name',''),(203,10,'from_address',''),(204,10,'email_format','html'),(205,10,'cc',''),(206,10,'bcc',''),(207,10,'attach_csv',''),(208,10,'redirect_url',''),(209,11,'objectType','Action'),(210,11,'objectDomain','actions'),(211,11,'editActive',''),(212,11,'label','Success Message'),(213,11,'message','Your form has been successfully submitted.'),(214,11,'order','1'),(215,11,'payment_gateways',''),(216,11,'payment_total','0'),(217,11,'tag',''),(218,11,'to','{wp:admin_email}'),(219,11,'reply_to',''),(220,11,'email_subject','Ninja Forms Submission'),(221,11,'email_message','{fields_table}'),(222,11,'email_message_plain',''),(223,11,'from_name',''),(224,11,'from_address',''),(225,11,'email_format','html'),(226,11,'cc',''),(227,11,'bcc',''),(228,11,'attach_csv',''),(229,11,'redirect_url',''),(230,11,'success_msg','Your form has been successfully submitted.\n<!-- Google Code for Invitation Conversion Page -->\n<script type=\"text/javascript\">\n/* <![CDATA[ */\nvar google_conversion_id = 856643644;\nvar google_conversion_language = \"en\";\nvar google_conversion_format = \"3\";\nvar google_conversion_color = \"ffffff\";\nvar google_conversion_label = \"EhtACKel03AQvLC9mAM\";\nvar google_remarketing_only = false;\n/* ]]> */\n</script>\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\n</script>\n<noscript>\n<div style=\"display:inline;\">\n<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/856643644/?label=EhtACKel03AQvLC9mAM&guid=ON&script=0\"/>\n</div>\n</noscript>\n'),(231,12,'objectType','Action'),(232,12,'objectDomain','actions'),(233,12,'editActive',''),(234,12,'label','Admin Email'),(235,12,'to','{wp:admin_email}'),(236,12,'subject','Ninja Forms Submission'),(237,12,'message','{field:all_fields}'),(238,12,'order','2'),(239,12,'payment_gateways',''),(240,12,'payment_total','0'),(241,12,'tag',''),(242,12,'reply_to',''),(243,12,'email_subject','Ninja Forms Submission'),(244,12,'email_message','{fields_table}'),(245,12,'email_message_plain',''),(246,12,'from_name',''),(247,12,'from_address',''),(248,12,'email_format','html'),(249,12,'cc',''),(250,12,'bcc',''),(251,12,'attach_csv',''),(252,13,'objectType','Action'),(253,13,'objectDomain','actions'),(254,13,'editActive',''),(255,13,'label','Save Submission'),(256,13,'order','3'),(257,13,'payment_gateways',''),(258,13,'payment_total','0'),(259,13,'tag',''),(260,13,'to','{wp:admin_email}'),(261,13,'reply_to',''),(262,13,'email_subject','Ninja Forms Submission'),(263,13,'email_message','{fields_table}'),(264,13,'email_message_plain',''),(265,13,'from_name',''),(266,13,'from_address',''),(267,13,'email_format','html'),(268,13,'cc',''),(269,13,'bcc',''),(270,13,'attach_csv',''),(271,13,'redirect_url',''),(272,14,'objectType','Action'),(273,14,'objectDomain','actions'),(274,14,'editActive',''),(275,14,'label','Email Challenges'),(276,14,'payment_gateways',''),(277,14,'payment_total','0'),(278,14,'tag',''),(279,14,'to','{system:admin_email}'),(280,14,'reply_to','{field:your_email_1491242117816}'),(281,14,'email_subject','You Have Been Challenged by {field:your_name_1491241149362}'),(282,14,'email_message','<div style=\"color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;\">You have just been selected by {field:your_name_1491241149362} to take The Penny Challenge!</div><div style=\"color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;\"><br></div><div style=\"color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;\">Challenge: Select your favorite cause/charity you\'d like to support at <span style=\"font-size: 12.8px;\">{field:your_penny_tree_link_1491585931756}</span> and then donate $3.65 (the equivalent of a penny a day for a year). Lastly, select and challenge three other friends to do the same.</div><div style=\"color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;\"><br></div><div style=\"color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;\">By you just playing your small part, YOU can help local families in your community as well as causes ISWO supports around the globe.</div><div style=\"color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;\"><br>For more information on It Starts With One, The Penny Challenge or the causes we support visit <span style=\"font-size: 12.8px;\">{field:your_penny_tree_link_1491585931756} click about.</span><a href=\"http://www.itstartswithone.org/about\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&q=http://www.itstartswithone.org/about&source=gmail&ust=1491326468336000&usg=AFQjCNGEyXqf45cty_zTjRIK1DtTWnAcYQ\" style=\"color: rgb(17, 85, 204);\"></a></div><div style=\"color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;\"><br></div><div style=\"color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;\"><div style=\"font-size: 12.8px;\">Thank You,</div><div style=\"font-size: 12.8px;\"><br></div><div style=\"font-size: 12.8px;\">Loren Hockensmith</div><div style=\"font-size: 12.8px;\"><br></div><div style=\"font-size: 12.8px;\">It Starts With One and The Penny Challenge</div></div>'),(283,14,'email_message_plain',''),(284,14,'from_name','{user:first_name}'),(285,14,'from_address','{field:your_email_1491242117816}'),(286,14,'email_format','html'),(287,14,'cc',''),(288,14,'bcc','{field:email_1_1491242185193}, {field:email_2_1491242189322}, {field:email_3_1491242192265}, '),(289,14,'attach_csv',''),(290,15,'objectType','Action'),(291,15,'objectDomain','actions'),(292,15,'editActive',''),(293,15,'label','Success Message'),(294,15,'message','Your form has been successfully submitted.'),(295,15,'order','1'),(296,15,'payment_gateways',''),(297,15,'payment_total','0'),(298,15,'tag',''),(299,15,'to','{wp:admin_email}'),(300,15,'reply_to',''),(301,15,'email_subject','Ninja Forms Submission'),(302,15,'email_message','{fields_table}'),(303,15,'email_message_plain',''),(304,15,'from_name',''),(305,15,'from_address',''),(306,15,'email_format','html'),(307,15,'cc',''),(308,15,'bcc',''),(309,15,'attach_csv',''),(310,15,'redirect_url',''),(311,15,'success_msg','Your form has been successfully submitted.\n<!-- Google Code for Lead Conversion Page -->\n<script type=\"text/javascript\">\n/* <![CDATA[ */\nvar google_conversion_id = 856643644;\nvar google_conversion_language = \"en\";\nvar google_conversion_format = \"3\";\nvar google_conversion_color = \"ffffff\";\nvar google_conversion_label = \"sptyCITQzHAQvLC9mAM\";\nvar google_remarketing_only = false;\n/* ]]> */\n</script>\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\n</script>\n<noscript>\n<div style=\"display:inline;\">\n<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/856643644/?label=sptyCITQzHAQvLC9mAM&guid=ON&script=0\"/>\n</div>\n</noscript>\n'),(312,16,'objectType','Action'),(313,16,'objectDomain','actions'),(314,16,'editActive',''),(315,16,'label','Admin Email'),(316,16,'to','stacy@verovine.com{wp:admin_email}'),(317,16,'subject','Ninja Forms Submission'),(318,16,'message','{field:all_fields}'),(319,16,'order','2'),(320,16,'payment_gateways',''),(321,16,'payment_total','0'),(322,16,'tag',''),(323,16,'reply_to',''),(324,16,'email_subject','Ninja Forms Submission'),(325,16,'email_message','{fields_table}'),(326,16,'email_message_plain',''),(327,16,'from_name',''),(328,16,'from_address',''),(329,16,'email_format','html'),(330,16,'cc',''),(331,16,'bcc',''),(332,16,'attach_csv',''),(333,17,'objectType','Action'),(334,17,'objectDomain','actions'),(335,17,'editActive',''),(336,17,'label','Save Submission'),(337,17,'order','3'),(338,17,'payment_gateways',''),(339,17,'payment_total','0'),(340,17,'tag',''),(341,17,'to','{wp:admin_email}'),(342,17,'reply_to',''),(343,17,'email_subject','Ninja Forms Submission'),(344,17,'email_message','{fields_table}'),(345,17,'email_message_plain',''),(346,17,'from_name',''),(347,17,'from_address',''),(348,17,'email_format','html'),(349,17,'cc',''),(350,17,'bcc',''),(351,17,'attach_csv',''),(352,17,'redirect_url',''),(353,11,'payment_total_type',''),(354,12,'payment_total_type',''),(355,13,'payment_total_type',''),(356,14,'payment_total_type',''),(357,12,'drawerDisabled',''),(358,5,'payment_total_type',''),(359,6,'payment_total_type',''),(360,6,'drawerDisabled',''),(361,7,'payment_total_type',''),(362,15,'payment_total_type',''),(363,16,'payment_total_type',''),(364,16,'drawerDisabled',''),(365,17,'payment_total_type',''),(366,14,'drawerDisabled',''),(367,18,'objectType','Action'),(368,18,'objectDomain','actions'),(369,18,'editActive',''),(370,18,'label','Success Message'),(371,18,'message','Your form has been successfully submitted.'),(372,18,'order','1'),(373,18,'payment_gateways',''),(374,18,'payment_total_type',''),(375,18,'payment_total','0'),(376,18,'tag',''),(377,18,'to','{wp:admin_email}'),(378,18,'reply_to',''),(379,18,'email_subject','Ninja Forms Submission'),(380,18,'email_message','{fields_table}'),(381,18,'email_message_plain',''),(382,18,'from_name',''),(383,18,'from_address',''),(384,18,'email_format','html'),(385,18,'cc',''),(386,18,'bcc',''),(387,18,'attach_csv',''),(388,18,'redirect_url',''),(389,18,'success_msg','Your form has been successfully submitted.'),(390,19,'objectType','Action'),(391,19,'objectDomain','actions'),(392,19,'editActive',''),(393,19,'label','Admin Email'),(394,19,'order','2'),(395,19,'payment_gateways',''),(396,19,'payment_total_type',''),(397,19,'payment_total','0'),(398,19,'tag',''),(399,19,'to','{wp:admin_email}'),(400,19,'reply_to',''),(401,19,'email_subject','Ninja Forms Submission'),(402,19,'email_message','{fields_table}'),(403,19,'email_message_plain',''),(404,19,'from_name',''),(405,19,'from_address',''),(406,19,'email_format','html'),(407,19,'cc',''),(408,19,'bcc',''),(409,19,'attach_csv',''),(410,20,'objectType','Action'),(411,20,'objectDomain','actions'),(412,20,'editActive',''),(413,20,'label','Store Submission'),(414,20,'order','3'),(415,20,'payment_gateways',''),(416,20,'payment_total_type',''),(417,20,'payment_total','0'),(418,20,'tag',''),(419,20,'to','{wp:admin_email}'),(420,20,'reply_to',''),(421,20,'email_subject','Ninja Forms Submission'),(422,20,'email_message','{fields_table}'),(423,20,'email_message_plain',''),(424,20,'from_name',''),(425,20,'from_address',''),(426,20,'email_format','html'),(427,20,'cc',''),(428,20,'bcc',''),(429,20,'attach_csv',''),(430,20,'redirect_url',''),(431,21,'label','Store Submission'),(432,21,'objectType','Action'),(433,21,'objectDomain','actions'),(434,21,'editActive',''),(435,21,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(436,21,'payment_gateways',''),(437,21,'payment_total','0'),(438,21,'tag',''),(439,21,'to','{wp:admin_email}'),(440,21,'email_subject','Ninja Forms Submission'),(441,21,'email_message','{fields_table}'),(442,21,'from_name',''),(443,21,'from_address',''),(444,21,'reply_to',''),(445,21,'email_format','html'),(446,21,'cc',''),(447,21,'bcc',''),(448,21,'attach_csv',''),(449,21,'redirect_url',''),(450,21,'email_message_plain',''),(451,22,'label','Email Confirmation'),(452,22,'to','{field:email}'),(453,22,'subject','This is an email action.'),(454,22,'message','Hello, Ninja Forms!'),(455,22,'objectType','Action'),(456,22,'objectDomain','actions'),(457,22,'editActive',''),(458,22,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(459,22,'payment_gateways',''),(460,22,'payment_total','0'),(461,22,'tag',''),(462,22,'email_subject','Submission Confirmation '),(463,22,'email_message','<p>{all_fields_table}<br></p>'),(464,22,'from_name',''),(465,22,'from_address',''),(466,22,'reply_to',''),(467,22,'email_format','html'),(468,22,'cc',''),(469,22,'bcc',''),(470,22,'attach_csv',''),(471,22,'email_message_plain',''),(472,23,'objectType','Action'),(473,23,'objectDomain','actions'),(474,23,'editActive',''),(475,23,'label','Email Notification'),(476,23,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(477,23,'payment_gateways',''),(478,23,'payment_total','0'),(479,23,'tag',''),(480,23,'to','{system:admin_email}'),(481,23,'email_subject','New message from {field:name}'),(482,23,'email_message','<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>'),(483,23,'from_name',''),(484,23,'from_address',''),(485,23,'reply_to','{field:email}'),(486,23,'email_format','html'),(487,23,'cc',''),(488,23,'bcc',''),(489,23,'attach_csv','1'),(490,23,'email_message_plain',''),(491,24,'label','Success Message'),(492,24,'message','Thank you {field:name} for filling out my form!'),(493,24,'objectType','Action'),(494,24,'objectDomain','actions'),(495,24,'editActive',''),(496,24,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(497,24,'payment_gateways',''),(498,24,'payment_total','0'),(499,24,'tag',''),(500,24,'to','{wp:admin_email}'),(501,24,'email_subject','Ninja Forms Submission'),(502,24,'email_message','{fields_table}'),(503,24,'from_name',''),(504,24,'from_address',''),(505,24,'reply_to',''),(506,24,'email_format','html'),(507,24,'cc',''),(508,24,'bcc',''),(509,24,'attach_csv',''),(510,24,'redirect_url',''),(511,24,'success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>'),(512,24,'email_message_plain',''),(513,2,'drawerDisabled',''),(514,3,'drawerDisabled',''),(515,4,'drawerDisabled',''),(516,22,'drawerDisabled',''),(517,24,'drawerDisabled','');
/*!40000 ALTER TABLE `wp_nf3_action_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nf3_actions`
--
DROP TABLE IF EXISTS `wp_nf3_actions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_actions` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` longtext,
`key` longtext,
`type` longtext,
`active` tinyint(1) DEFAULT '1',
`parent_id` int(11) NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` datetime DEFAULT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nf3_actions`
--
LOCK TABLES `wp_nf3_actions` WRITE;
/*!40000 ALTER TABLE `wp_nf3_actions` DISABLE KEYS */;
INSERT INTO `wp_nf3_actions` VALUES (1,'','','save',1,1,'2016-08-24 20:39:20',NULL),(2,'','','email',1,1,'2016-08-24 20:39:20',NULL),(3,'','','email',1,1,'2016-08-24 20:47:39',NULL),(4,'','','successmessage',1,1,'2016-08-24 20:39:20',NULL),(5,NULL,NULL,'successmessage',1,2,'2017-02-09 21:36:47',NULL),(6,NULL,NULL,'email',1,2,'2017-02-09 21:36:47',NULL),(7,NULL,NULL,'save',1,2,'2017-02-09 21:36:47',NULL),(8,NULL,NULL,'successmessage',1,3,'2017-02-17 16:11:21',NULL),(9,NULL,NULL,'email',1,3,'2017-02-17 16:11:21',NULL),(10,NULL,NULL,'save',1,3,'2017-02-17 16:11:21',NULL),(11,NULL,NULL,'successmessage',1,4,'2017-03-26 19:59:11',NULL),(12,NULL,NULL,'email',1,4,'2017-03-26 19:59:11',NULL),(13,NULL,NULL,'save',1,4,'2017-03-26 19:59:11',NULL),(14,NULL,NULL,'email',1,4,'2017-04-03 17:33:08',NULL),(15,NULL,NULL,'successmessage',1,5,'2017-04-06 21:00:45',NULL),(16,NULL,NULL,'email',1,5,'2017-04-06 21:00:45',NULL),(17,NULL,NULL,'save',1,5,'2017-04-06 21:00:45',NULL),(18,NULL,NULL,'successmessage',1,6,'2017-11-11 04:10:15','2017-11-10 23:10:14'),(19,NULL,NULL,'email',1,6,'2017-11-11 04:10:19','2017-11-10 23:10:18'),(20,NULL,NULL,'save',1,6,'2017-11-11 04:10:20','2017-11-10 23:10:20'),(21,'','','save',1,7,'2018-10-24 12:24:42','2018-10-24 08:24:42'),(22,'','','email',1,7,'2018-10-24 12:24:42','2018-10-24 08:24:42'),(23,'','','email',1,7,'2018-10-24 12:24:42','2018-10-24 08:24:42'),(24,'','','successmessage',1,7,'2018-10-24 12:24:42','2018-10-24 08:24:42');
/*!40000 ALTER TABLE `wp_nf3_actions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nf3_chunks`
--
DROP TABLE IF EXISTS `wp_nf3_chunks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_chunks` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(200) DEFAULT NULL,
`value` longtext,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nf3_chunks`
--
LOCK TABLES `wp_nf3_chunks` WRITE;
/*!40000 ALTER TABLE `wp_nf3_chunks` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nf3_chunks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nf3_field_meta`
--
DROP TABLE IF EXISTS `wp_nf3_field_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_field_meta` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`parent_id` int(11) NOT NULL,
`key` longtext NOT NULL,
`value` longtext,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1479 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nf3_field_meta`
--
LOCK TABLES `wp_nf3_field_meta` WRITE;
/*!40000 ALTER TABLE `wp_nf3_field_meta` DISABLE KEYS */;
INSERT INTO `wp_nf3_field_meta` VALUES (1,5,'objectType','Field'),(2,5,'objectDomain','fields'),(3,5,'editActive',''),(4,5,'order','1'),(5,5,'label_pos','default'),(6,5,'required',''),(7,6,'objectType','Field'),(8,6,'objectDomain','fields'),(9,6,'editActive',''),(10,6,'order','2'),(11,6,'label_pos','default'),(12,6,'required',''),(13,7,'objectType','Field'),(14,7,'objectDomain','fields'),(15,7,'editActive',''),(16,7,'order','3'),(17,7,'label_pos','default'),(18,7,'required','0'),(19,7,'options','a:7:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Missions\";s:5:\"value\";s:8:\"missions\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:15:\"Sex-trafficking\";s:5:\"value\";s:15:\"sex-trafficking\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:2;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:17:\"Wounded Veterans \";s:5:\"value\";s:16:\"wounded-veterans\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:3;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:3;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:9:\"HIV/AIDS \";s:5:\"value\";s:8:\"hiv-aids\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:4;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:4;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:4:\"ALS \";s:5:\"value\";s:3:\"als\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:5;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:5;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:7:\"Cancer \";s:5:\"value\";s:6:\"cancer\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:6;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:6;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:12:\"General Fund\";s:5:\"value\";s:12:\"general-fund\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}'),(20,8,'objectType','Field'),(21,8,'objectDomain','fields'),(22,8,'editActive',''),(23,8,'order','4'),(24,8,'label_pos','default'),(25,8,'required',''),(26,8,'input_limit_type','characters'),(27,8,'input_limit_msg','Character(s) left'),(28,8,'manual_key',''),(29,9,'objectType','Field'),(30,9,'objectDomain','fields'),(31,9,'editActive',''),(32,9,'order','5'),(33,9,'processing_label','Processing'),(34,10,'objectType','Field'),(35,10,'objectDomain','fields'),(36,10,'editActive',''),(37,10,'order','1'),(38,10,'label_pos','default'),(39,10,'required',''),(40,11,'objectType','Field'),(41,11,'objectDomain','fields'),(42,11,'editActive',''),(43,11,'order','2'),(44,11,'processing_label','Processing'),(45,12,'objectType','Field'),(46,12,'objectDomain','fields'),(47,12,'editActive',''),(48,12,'order','6'),(49,12,'type','email'),(50,12,'label','Email 1'),(51,12,'key','email_1_1491242185193'),(52,12,'label_pos','default'),(53,12,'required','1'),(54,12,'default',''),(55,12,'placeholder',''),(56,12,'container_class','one-half first'),(57,12,'element_class',''),(58,12,'admin_label',''),(59,12,'help_text',''),(60,12,'desc_text',''),(61,13,'objectType','Field'),(62,13,'objectDomain','fields'),(63,13,'editActive',''),(64,13,'order','7'),(65,13,'type','email'),(66,13,'label','Email 2'),(67,13,'key','email_2_1491242189322'),(68,13,'label_pos','default'),(69,13,'required','1'),(70,13,'default',''),(71,13,'placeholder',''),(72,13,'container_class','one-half second'),(73,13,'element_class',''),(74,13,'admin_label',''),(75,13,'help_text',''),(76,13,'desc_text',''),(77,14,'objectType','Field'),(78,14,'objectDomain','fields'),(79,14,'editActive',''),(80,14,'order','8'),(81,14,'type','email'),(82,14,'label','Email 3'),(83,14,'key','email_3_1491242192265'),(84,14,'label_pos','default'),(85,14,'required','1'),(86,14,'default',''),(87,14,'placeholder',''),(88,14,'container_class','one-half first'),(89,14,'element_class',''),(90,14,'admin_label',''),(91,14,'help_text',''),(92,14,'desc_text',''),(157,19,'objectType','Field'),(158,19,'objectDomain','fields'),(159,19,'editActive',''),(160,19,'order','10'),(161,19,'type','submit'),(162,19,'label','Submit'),(163,19,'processing_label','Processing'),(164,19,'container_class',''),(165,19,'element_class',''),(166,19,'key','submit_1490554914998'),(167,1,'objectType','Field'),(168,1,'objectDomain','fields'),(169,1,'editActive',''),(170,1,'order','1'),(171,1,'label','Your Name'),(172,1,'key','your_name_1540387686922'),(173,1,'type','textbox'),(174,1,'created_at','2016-08-24 16:39:20'),(175,1,'label_pos','above'),(176,1,'required','1'),(177,1,'placeholder',''),(178,1,'default',''),(179,1,'wrapper_class',''),(180,1,'element_class',''),(181,1,'container_class',''),(182,1,'input_limit',''),(183,1,'input_limit_type','characters'),(184,1,'input_limit_msg','Character(s) left'),(185,1,'manual_key',''),(186,1,'disable_input',''),(187,1,'admin_label',''),(188,1,'help_text',''),(189,1,'desc_text',''),(190,1,'disable_browser_autocomplete',''),(191,1,'mask',''),(192,1,'custom_mask',''),(193,1,'wrap_styles_background-color',''),(194,1,'wrap_styles_border',''),(195,1,'wrap_styles_border-style',''),(196,1,'wrap_styles_border-color',''),(197,1,'wrap_styles_color',''),(198,1,'wrap_styles_height',''),(199,1,'wrap_styles_width',''),(200,1,'wrap_styles_font-size',''),(201,1,'wrap_styles_margin',''),(202,1,'wrap_styles_padding',''),(203,1,'wrap_styles_display',''),(204,1,'wrap_styles_float',''),(205,1,'wrap_styles_show_advanced_css','0'),(206,1,'wrap_styles_advanced',''),(207,1,'label_styles_background-color',''),(208,1,'label_styles_border',''),(209,1,'label_styles_border-style',''),(210,1,'label_styles_border-color',''),(211,1,'label_styles_color',''),(212,1,'label_styles_height',''),(213,1,'label_styles_width',''),(214,1,'label_styles_font-size',''),(215,1,'label_styles_margin',''),(216,1,'label_styles_padding',''),(217,1,'label_styles_display',''),(218,1,'label_styles_float',''),(219,1,'label_styles_show_advanced_css','0'),(220,1,'label_styles_advanced',''),(221,1,'element_styles_background-color',''),(222,1,'element_styles_border',''),(223,1,'element_styles_border-style',''),(224,1,'element_styles_border-color',''),(225,1,'element_styles_color',''),(226,1,'element_styles_height',''),(227,1,'element_styles_width',''),(228,1,'element_styles_font-size',''),(229,1,'element_styles_margin',''),(230,1,'element_styles_padding',''),(231,1,'element_styles_display',''),(232,1,'element_styles_float',''),(233,1,'element_styles_show_advanced_css','0'),(234,1,'element_styles_advanced',''),(235,1,'cellcid','c3277'),(236,2,'objectType','Field'),(237,2,'objectDomain','fields'),(238,2,'editActive',''),(239,2,'order','2'),(240,2,'label','Email'),(241,2,'key','email'),(242,2,'type','email'),(243,2,'created_at','2016-08-24 16:39:20'),(244,2,'label_pos','above'),(245,2,'required','1'),(246,2,'placeholder',''),(247,2,'default',''),(248,2,'wrapper_class',''),(249,2,'element_class',''),(250,2,'container_class',''),(251,2,'admin_label',''),(252,2,'help_text',''),(253,2,'desc_text',''),(254,2,'wrap_styles_background-color',''),(255,2,'wrap_styles_border',''),(256,2,'wrap_styles_border-style',''),(257,2,'wrap_styles_border-color',''),(258,2,'wrap_styles_color',''),(259,2,'wrap_styles_height',''),(260,2,'wrap_styles_width',''),(261,2,'wrap_styles_font-size',''),(262,2,'wrap_styles_margin',''),(263,2,'wrap_styles_padding',''),(264,2,'wrap_styles_display',''),(265,2,'wrap_styles_float',''),(266,2,'wrap_styles_show_advanced_css','0'),(267,2,'wrap_styles_advanced',''),(268,2,'label_styles_background-color',''),(269,2,'label_styles_border',''),(270,2,'label_styles_border-style',''),(271,2,'label_styles_border-color',''),(272,2,'label_styles_color',''),(273,2,'label_styles_height',''),(274,2,'label_styles_width',''),(275,2,'label_styles_font-size',''),(276,2,'label_styles_margin',''),(277,2,'label_styles_padding',''),(278,2,'label_styles_display',''),(279,2,'label_styles_float',''),(280,2,'label_styles_show_advanced_css','0'),(281,2,'label_styles_advanced',''),(282,2,'element_styles_background-color',''),(283,2,'element_styles_border',''),(284,2,'element_styles_border-style',''),(285,2,'element_styles_border-color',''),(286,2,'element_styles_color',''),(287,2,'element_styles_height',''),(288,2,'element_styles_width',''),(289,2,'element_styles_font-size',''),(290,2,'element_styles_margin',''),(291,2,'element_styles_padding',''),(292,2,'element_styles_display',''),(293,2,'element_styles_float',''),(294,2,'element_styles_show_advanced_css','0'),(295,2,'element_styles_advanced',''),(296,2,'cellcid','c3281'),(297,3,'objectType','Field'),(298,3,'objectDomain','fields'),(299,3,'editActive',''),(300,3,'order','11'),(301,3,'label','Questions / Comments?'),(302,3,'key','questions_comments_1540387753137'),(303,3,'type','textarea'),(304,3,'created_at','2016-08-24 16:39:20'),(305,3,'label_pos','above'),(306,3,'required','0'),(307,3,'placeholder',''),(308,3,'default',''),(309,3,'wrapper_class',''),(310,3,'element_class',''),(311,3,'container_class',''),(312,3,'input_limit',''),(313,3,'input_limit_type','characters'),(314,3,'input_limit_msg','Character(s) left'),(315,3,'manual_key',''),(316,3,'disable_input',''),(317,3,'admin_label',''),(318,3,'help_text',''),(319,3,'desc_text',''),(320,3,'disable_browser_autocomplete',''),(321,3,'textarea_rte',''),(322,3,'disable_rte_mobile',''),(323,3,'textarea_media',''),(324,3,'wrap_styles_background-color',''),(325,3,'wrap_styles_border',''),(326,3,'wrap_styles_border-style',''),(327,3,'wrap_styles_border-color',''),(328,3,'wrap_styles_color',''),(329,3,'wrap_styles_height',''),(330,3,'wrap_styles_width',''),(331,3,'wrap_styles_font-size',''),(332,3,'wrap_styles_margin',''),(333,3,'wrap_styles_padding',''),(334,3,'wrap_styles_display',''),(335,3,'wrap_styles_float',''),(336,3,'wrap_styles_show_advanced_css','0'),(337,3,'wrap_styles_advanced',''),(338,3,'label_styles_background-color',''),(339,3,'label_styles_border',''),(340,3,'label_styles_border-style',''),(341,3,'label_styles_border-color',''),(342,3,'label_styles_color',''),(343,3,'label_styles_height',''),(344,3,'label_styles_width',''),(345,3,'label_styles_font-size',''),(346,3,'label_styles_margin',''),(347,3,'label_styles_padding',''),(348,3,'label_styles_display',''),(349,3,'label_styles_float',''),(350,3,'label_styles_show_advanced_css','0'),(351,3,'label_styles_advanced',''),(352,3,'element_styles_background-color',''),(353,3,'element_styles_border',''),(354,3,'element_styles_border-style',''),(355,3,'element_styles_border-color',''),(356,3,'element_styles_color',''),(357,3,'element_styles_height',''),(358,3,'element_styles_width',''),(359,3,'element_styles_font-size',''),(360,3,'element_styles_margin',''),(361,3,'element_styles_padding',''),(362,3,'element_styles_display',''),(363,3,'element_styles_float',''),(364,3,'element_styles_show_advanced_css','0'),(365,3,'element_styles_advanced',''),(366,3,'cellcid','c3284'),(367,4,'objectType','Field'),(368,4,'objectDomain','fields'),(369,4,'editActive',''),(370,4,'order','12'),(371,4,'label','Submit'),(372,4,'key','submit'),(373,4,'type','submit'),(374,4,'created_at','2016-08-24 16:39:20'),(375,4,'processing_label','Processing'),(376,4,'container_class',''),(377,4,'element_class',''),(378,4,'wrap_styles_background-color',''),(379,4,'wrap_styles_border',''),(380,4,'wrap_styles_border-style',''),(381,4,'wrap_styles_border-color',''),(382,4,'wrap_styles_color',''),(383,4,'wrap_styles_height',''),(384,4,'wrap_styles_width',''),(385,4,'wrap_styles_font-size',''),(386,4,'wrap_styles_margin',''),(387,4,'wrap_styles_padding',''),(388,4,'wrap_styles_display',''),(389,4,'wrap_styles_float',''),(390,4,'wrap_styles_show_advanced_css','0'),(391,4,'wrap_styles_advanced',''),(392,4,'label_styles_background-color',''),(393,4,'label_styles_border',''),(394,4,'label_styles_border-style',''),(395,4,'label_styles_border-color',''),(396,4,'label_styles_color',''),(397,4,'label_styles_height',''),(398,4,'label_styles_width',''),(399,4,'label_styles_font-size',''),(400,4,'label_styles_margin',''),(401,4,'label_styles_padding',''),(402,4,'label_styles_display',''),(403,4,'label_styles_float',''),(404,4,'label_styles_show_advanced_css','0'),(405,4,'label_styles_advanced',''),(406,4,'element_styles_background-color',''),(407,4,'element_styles_border',''),(408,4,'element_styles_border-style',''),(409,4,'element_styles_border-color',''),(410,4,'element_styles_color',''),(411,4,'element_styles_height',''),(412,4,'element_styles_width',''),(413,4,'element_styles_font-size',''),(414,4,'element_styles_margin',''),(415,4,'element_styles_padding',''),(416,4,'element_styles_display',''),(417,4,'element_styles_float',''),(418,4,'element_styles_show_advanced_css','0'),(419,4,'element_styles_advanced',''),(420,4,'submit_element_hover_styles_background-color',''),(421,4,'submit_element_hover_styles_border',''),(422,4,'submit_element_hover_styles_border-style',''),(423,4,'submit_element_hover_styles_border-color',''),(424,4,'submit_element_hover_styles_color',''),(425,4,'submit_element_hover_styles_height',''),(426,4,'submit_element_hover_styles_width',''),(427,4,'submit_element_hover_styles_font-size',''),(428,4,'submit_element_hover_styles_margin',''),(429,4,'submit_element_hover_styles_padding',''),(430,4,'submit_element_hover_styles_display',''),(431,4,'submit_element_hover_styles_float',''),(432,4,'submit_element_hover_styles_show_advanced_css','0'),(433,4,'submit_element_hover_styles_advanced',''),(434,4,'cellcid','c3287'),(435,20,'objectType','Field'),(436,20,'objectDomain','fields'),(437,20,'editActive',''),(438,20,'order','2'),(439,20,'label','Your Name'),(440,20,'type','firstname'),(441,20,'key','your_name_1491241149362'),(442,20,'label_pos','default'),(443,20,'required','1'),(444,20,'default',''),(445,20,'placeholder',''),(446,20,'container_class','one-half first'),(447,20,'element_class',''),(448,20,'admin_label',''),(449,20,'help_text',''),(450,20,'desc_text',''),(451,21,'objectType','Field'),(452,21,'objectDomain','fields'),(453,21,'editActive',''),(454,21,'order','3'),(455,21,'label','Your Email'),(456,21,'type','email'),(457,21,'key','your_email_1491242117816'),(458,21,'label_pos','default'),(459,21,'required','1'),(460,21,'default',''),(461,21,'placeholder',''),(462,21,'container_class','one-half second'),(463,21,'element_class',''),(464,21,'admin_label',''),(465,21,'help_text',''),(466,21,'desc_text',''),(467,22,'objectType','Field'),(468,22,'objectDomain','fields'),(469,22,'editActive',''),(470,22,'order','1'),(471,22,'label','HTML'),(472,22,'type','html'),(473,22,'default','<p>Thank you for playing your part by donating $3.65+!! However, you\'re not quite done yet. The MOST IMPORTANT step in making a huge impact, is to challenge/sponsor at least three people you know to take The Penny Challenge as well!<br></p><p>Take a moment and challenge & sponsor three people to complete your Penny Challenge. Please enter emails below.<br></p>'),(474,22,'container_class',''),(475,22,'element_class',''),(476,22,'key','html_1491242625916'),(487,24,'objectType','Field'),(488,24,'objectDomain','fields'),(489,24,'editActive',''),(490,24,'order','2'),(491,24,'type','firstname'),(492,24,'label','Name'),(493,24,'key','name_1491508983371'),(494,24,'label_pos','default'),(495,24,'required',''),(496,24,'default',''),(497,24,'placeholder',''),(498,24,'container_class',''),(499,24,'element_class',''),(500,24,'admin_label',''),(501,24,'help_text',''),(502,24,'desc_text',''),(503,25,'objectType','Field'),(504,25,'objectDomain','fields'),(505,25,'editActive',''),(506,25,'order','3'),(507,25,'type','city'),(508,25,'label','City'),(509,25,'key','city_1491508953752'),(510,25,'label_pos','default'),(511,25,'required',''),(512,25,'placeholder',''),(513,25,'default',''),(514,25,'container_class',''),(515,25,'element_class',''),(516,25,'input_limit',''),(517,25,'input_limit_type','characters'),(518,25,'input_limit_msg','Character(s) left'),(519,25,'manual_key',''),(520,25,'disable_input',''),(521,25,'admin_label',''),(522,25,'help_text',''),(523,25,'desc_text',''),(524,25,'disable_browser_autocomplete',''),(525,25,'mask',''),(526,25,'custom_mask',''),(527,26,'objectType','Field'),(528,26,'objectDomain','fields'),(529,26,'editActive',''),(530,26,'order','4'),(531,26,'type','liststate'),(532,26,'label','State'),(533,26,'key','liststate_1491508955031'),(534,26,'label_pos','default'),(535,26,'required',''),(536,26,'options','a:53:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Alabama\";s:5:\"value\";s:2:\"AL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Alaska\";s:5:\"value\";s:2:\"AK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:2;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Arizona\";s:5:\"value\";s:2:\"AZ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:3;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Arkansas\";s:5:\"value\";s:2:\"AR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:3;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:4;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"California\";s:5:\"value\";s:2:\"CA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:4;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:5;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Colorado\";s:5:\"value\";s:2:\"CO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:5;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:6;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:11:\"Connecticut\";s:5:\"value\";s:2:\"CT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:6;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:7;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Delaware\";s:5:\"value\";s:2:\"DE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:7;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:8;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Florida\";s:5:\"value\";s:2:\"FL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:8;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:9;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Georgia\";s:5:\"value\";s:2:\"GA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:9;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:10;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Hawaii\";s:5:\"value\";s:2:\"HI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:10;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:11;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:5:\"Idaho\";s:5:\"value\";s:2:\"ID\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:11;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:12;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Illinois\";s:5:\"value\";s:2:\"IL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:12;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:13;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Indiana\";s:5:\"value\";s:2:\"IN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:13;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:14;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:4:\"Iowa\";s:5:\"value\";s:2:\"IA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:14;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:15;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Kansas\";s:5:\"value\";s:2:\"KS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:15;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:16;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Kentucky\";s:5:\"value\";s:2:\"KY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:16;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:17;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:9:\"Louisiana\";s:5:\"value\";s:2:\"LA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:17;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:18;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:5:\"Maine\";s:5:\"value\";s:2:\"ME\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:18;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:19;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Maryland\";s:5:\"value\";s:2:\"MD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:19;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:20;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:13:\"Massachusetts\";s:5:\"value\";s:2:\"MA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:20;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:21;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Michigan\";s:5:\"value\";s:2:\"MI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:21;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:22;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:9:\"Minnesota\";s:5:\"value\";s:2:\"MN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:22;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:23;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:11:\"Mississippi\";s:5:\"value\";s:2:\"MS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:23;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:24;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Missouri\";s:5:\"value\";s:2:\"MO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:24;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:25;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Montana\";s:5:\"value\";s:2:\"MT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:25;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:26;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Nebraska\";s:5:\"value\";s:2:\"NE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:26;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:27;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Nevada\";s:5:\"value\";s:2:\"NV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:27;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:28;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:13:\"New Hampshire\";s:5:\"value\";s:2:\"NH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:28;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:29;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"New Jersey\";s:5:\"value\";s:2:\"NJ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:29;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:30;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"New Mexico\";s:5:\"value\";s:2:\"NM\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:30;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:31;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"New York\";s:5:\"value\";s:2:\"NY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:31;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:32;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:14:\"North Carolina\";s:5:\"value\";s:2:\"NC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:32;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:33;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:12:\"North Dakota\";s:5:\"value\";s:2:\"ND\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:33;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:34;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:4:\"Ohio\";s:5:\"value\";s:2:\"OH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:34;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:35;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Oklahoma\";s:5:\"value\";s:2:\"OK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:35;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:36;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Oregon\";s:5:\"value\";s:2:\"OR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:36;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:37;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:12:\"Pennsylvania\";s:5:\"value\";s:2:\"PA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:37;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:38;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:12:\"Rhode Island\";s:5:\"value\";s:2:\"RI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:38;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:39;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:14:\"South Carolina\";s:5:\"value\";s:2:\"SC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:39;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:40;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:12:\"South Dakota\";s:5:\"value\";s:2:\"SD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:40;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:41;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:9:\"Tennessee\";s:5:\"value\";s:2:\"TN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:41;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:42;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:5:\"Texas\";s:5:\"value\";s:2:\"TX\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:42;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:43;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:4:\"Utah\";s:5:\"value\";s:2:\"UT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:43;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:44;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Vermont\";s:5:\"value\";s:2:\"VT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:44;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:45;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Virginia\";s:5:\"value\";s:2:\"VA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:45;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:46;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"Washington\";s:5:\"value\";s:2:\"WA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:46;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:47;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:13:\"West Virginia\";s:5:\"value\";s:2:\"WV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:47;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:48;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:9:\"Wisconsin\";s:5:\"value\";s:2:\"WI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:48;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:49;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Wyoming\";s:5:\"value\";s:2:\"WY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:49;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:50;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:51:\"ARMED FORCES AFRICA \\ CANADA \\ EUROPE \\ MIDDLE EAST\";s:5:\"value\";s:2:\"AE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:50;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:51;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:36:\"ARMED FORCES AMERICA (EXCEPT CANADA)\";s:5:\"value\";s:2:\"AA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:51;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:52;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:20:\"ARMED FORCES PACIFIC\";s:5:\"value\";s:2:\"AP\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:52;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}'),(537,26,'container_class',''),(538,26,'element_class',''),(539,26,'admin_label',''),(540,26,'help_text',''),(541,26,'desc_text',''),(542,27,'objectType','Field'),(543,27,'objectDomain','fields'),(544,27,'editActive',''),(545,27,'order','5'),(546,27,'type','email'),(547,27,'label','Email'),(548,27,'key','email_1491508959383'),(549,27,'label_pos','default'),(550,27,'required',''),(551,27,'default',''),(552,27,'placeholder',''),(553,27,'container_class',''),(554,27,'element_class',''),(555,27,'admin_label',''),(556,27,'help_text',''),(557,27,'desc_text',''),(558,28,'objectType','Field'),(559,28,'objectDomain','fields'),(560,28,'editActive',''),(561,28,'order','6'),(562,28,'type','phone'),(563,28,'label','Phone'),(564,28,'key','phone_1491508964220'),(565,28,'label_pos','default'),(566,28,'required',''),(567,28,'placeholder',''),(568,28,'default',''),(569,28,'container_class',''),(570,28,'element_class',''),(571,28,'input_limit',''),(572,28,'input_limit_type','characters'),(573,28,'input_limit_msg','Character(s) left'),(574,28,'manual_key',''),(575,28,'disable_input',''),(576,28,'admin_label',''),(577,28,'help_text',''),(578,28,'desc_text',''),(579,28,'disable_browser_autocomplete',''),(580,28,'mask',''),(581,28,'custom_mask',''),(582,29,'objectType','Field'),(583,29,'objectDomain','fields'),(584,29,'editActive',''),(585,29,'order','7'),(586,29,'label','Paragraph Text'),(587,29,'type','textarea'),(588,29,'key','textarea_1491509025097'),(589,29,'label_pos','default'),(590,29,'required',''),(591,29,'placeholder',''),(592,29,'default',''),(593,29,'container_class',''),(594,29,'element_class',''),(595,29,'input_limit',''),(596,29,'input_limit_type','characters'),(597,29,'input_limit_msg','Character(s) left'),(598,29,'manual_key',''),(599,29,'disable_input',''),(600,29,'admin_label',''),(601,29,'help_text',''),(602,29,'desc_text',''),(603,29,'disable_browser_autocomplete',''),(604,29,'textarea_rte',''),(605,29,'disable_rte_mobile',''),(606,29,'textarea_media',''),(607,30,'objectType','Field'),(608,30,'objectDomain','fields'),(609,30,'editActive',''),(610,30,'order','8'),(611,30,'type','submit'),(612,30,'label','Submit'),(613,30,'processing_label','Processing'),(614,30,'container_class',''),(615,30,'element_class',''),(616,30,'key','submit_1491508969802'),(617,31,'objectType','Field'),(618,31,'objectDomain','fields'),(619,31,'editActive',''),(620,31,'order','5'),(621,31,'label','HTML'),(622,31,'type','html'),(623,31,'default','<p>You get this from your email or by <a href=\"http://login.thepennychallenge.com/affiliates/login.php#login\" target=\"_blank\">logging in</a> at the top of your screen. Get Your Penny Tree account by either taking <a href=\"https://store.itstartswithone.org/collections/the-penny-challenge/products/take-the-penny-challenge\" target=\"_blank\">The Penny Challenge</a> or <a href=\"http://login.thepennychallenge.com/affiliates/signup.php#SignupForm\" target=\"_blank\">create an account</a>. Your link should look similar to this... http://itstartswithone.org/#58dacb3f51b88</p>'),(624,31,'container_class',''),(625,31,'element_class',''),(626,31,'key','html_1491585948048'),(627,32,'objectType','Field'),(628,32,'objectDomain','fields'),(629,32,'editActive',''),(630,32,'order','4'),(631,32,'label','Your Penny Tree Link'),(632,32,'type','textbox'),(633,32,'key','your_penny_tree_link_1491585931756'),(634,32,'label_pos','default'),(635,32,'required','0'),(636,32,'placeholder',''),(637,32,'default',''),(638,32,'container_class',''),(639,32,'element_class',''),(640,32,'input_limit',''),(641,32,'input_limit_type','characters'),(642,32,'input_limit_msg','Character(s) left'),(643,32,'manual_key',''),(644,32,'disable_input',''),(645,32,'admin_label',''),(646,32,'help_text',''),(647,32,'desc_text',''),(648,32,'disable_browser_autocomplete',''),(649,32,'mask',''),(650,32,'custom_mask',''),(651,9,'element_class',''),(652,11,'element_class',''),(653,5,'type','firstname'),(654,5,'label','Name'),(655,5,'key','name_1486676005804'),(656,5,'default',''),(657,5,'placeholder',''),(658,5,'container_class',''),(659,5,'element_class',''),(660,5,'admin_label',''),(661,5,'help_text',''),(662,5,'desc_text',''),(663,6,'type','email'),(664,6,'label','Email'),(665,6,'key','email_1486676035330'),(666,6,'default',''),(667,6,'placeholder',''),(668,6,'container_class',''),(669,6,'element_class',''),(670,6,'admin_label',''),(671,6,'help_text',''),(672,6,'desc_text',''),(673,7,'type','listcheckbox'),(674,7,'label','Checkbox List'),(675,7,'key','listcheckbox_1486676056951'),(676,7,'container_class',''),(677,7,'element_class',''),(678,7,'admin_label',''),(679,7,'help_text',''),(680,7,'desc_text',''),(681,8,'type','textarea'),(682,8,'label','Paragraph Text'),(683,8,'key','textarea_1486675990403'),(684,8,'placeholder',''),(685,8,'default',''),(686,8,'container_class',''),(687,8,'element_class',''),(688,8,'input_limit',''),(689,8,'disable_input',''),(690,8,'admin_label',''),(691,8,'help_text',''),(692,8,'desc_text',''),(693,8,'disable_browser_autocomplete',''),(694,8,'textarea_rte',''),(695,8,'disable_rte_mobile',''),(696,8,'textarea_media',''),(697,9,'type','submit'),(698,9,'label','Submit'),(699,9,'key','submit_1486675982026'),(700,9,'container_class',''),(701,22,'drawerDisabled',''),(702,33,'objectType','Field'),(703,33,'objectDomain','fields'),(704,33,'editActive',''),(705,33,'order','1'),(706,33,'type','date'),(707,33,'label','Date'),(708,33,'key','date_1510373017718'),(709,33,'label_pos','default'),(710,33,'required',''),(711,33,'placeholder',''),(712,33,'container_class',''),(713,33,'element_class',''),(714,33,'manual_key',''),(715,33,'admin_label',''),(716,33,'help_text',''),(717,33,'desc_text',''),(718,33,'date_default',''),(719,33,'date_format',''),(720,33,'year_range_start',''),(721,33,'year_range_end',''),(722,34,'objectType','Field'),(723,34,'objectDomain','fields'),(724,34,'editActive',''),(725,34,'order','2'),(726,34,'type','firstname'),(727,34,'label','First Name'),(728,34,'key','firstname_1510372953112'),(729,34,'label_pos','default'),(730,34,'required',''),(731,34,'default',''),(732,34,'placeholder',''),(733,34,'container_class',''),(734,34,'element_class',''),(735,34,'admin_label',''),(736,34,'help_text',''),(737,34,'desc_text',''),(738,35,'objectType','Field'),(739,35,'objectDomain','fields'),(740,35,'editActive',''),(741,35,'order','3'),(742,35,'type','lastname'),(743,35,'label','Last Name'),(744,35,'key','lastname_1510372957682'),(745,35,'label_pos','default'),(746,35,'required',''),(747,35,'default',''),(748,35,'placeholder',''),(749,35,'container_class',''),(750,35,'element_class',''),(751,35,'admin_label',''),(752,35,'help_text',''),(753,35,'desc_text',''),(754,36,'objectType','Field'),(755,36,'objectDomain','fields'),(756,36,'editActive',''),(757,36,'order','4'),(758,36,'type','address'),(759,36,'label','Address'),(760,36,'key','address_1510372964835'),(761,36,'label_pos','default'),(762,36,'required',''),(763,36,'default',''),(764,36,'placeholder',''),(765,36,'container_class',''),(766,36,'element_class',''),(767,36,'input_limit',''),(768,36,'input_limit_type','characters'),(769,36,'input_limit_msg','Character(s) left'),(770,36,'manual_key',''),(771,36,'disable_input',''),(772,36,'admin_label',''),(773,36,'help_text',''),(774,36,'desc_text',''),(775,36,'disable_browser_autocomplete',''),(776,36,'mask',''),(777,36,'custom_mask',''),(778,37,'objectType','Field'),(779,37,'objectDomain','fields'),(780,37,'editActive',''),(781,37,'order','5'),(782,37,'type','city'),(783,37,'label','City'),(784,37,'key','city_1510372979494'),(785,37,'label_pos','default'),(786,37,'required',''),(787,37,'default',''),(788,37,'placeholder',''),(789,37,'container_class',''),(790,37,'element_class',''),(791,37,'input_limit',''),(792,37,'input_limit_type','characters'),(793,37,'input_limit_msg','Character(s) left'),(794,37,'manual_key',''),(795,37,'disable_input',''),(796,37,'admin_label',''),(797,37,'help_text',''),(798,37,'desc_text',''),(799,37,'disable_browser_autocomplete',''),(800,37,'mask',''),(801,37,'custom_mask',''),(802,38,'objectType','Field'),(803,38,'objectDomain','fields'),(804,38,'editActive',''),(805,38,'order','6'),(806,38,'type','liststate'),(807,38,'label','US States'),(808,38,'key','liststate_1510372983034'),(809,38,'label_pos','default'),(810,38,'required',''),(811,38,'options','a:54:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Alabama\";s:5:\"value\";s:2:\"AL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Alaska\";s:5:\"value\";s:2:\"AK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:2;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Arizona\";s:5:\"value\";s:2:\"AZ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:3;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Arkansas\";s:5:\"value\";s:2:\"AR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:3;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:4;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"California\";s:5:\"value\";s:2:\"CA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:4;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:5;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Colorado\";s:5:\"value\";s:2:\"CO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:5;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:6;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:11:\"Connecticut\";s:5:\"value\";s:2:\"CT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:6;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:7;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Delaware\";s:5:\"value\";s:2:\"DE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:7;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:8;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Florida\";s:5:\"value\";s:2:\"FL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:8;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:9;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Georgia\";s:5:\"value\";s:2:\"GA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:9;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:10;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Hawaii\";s:5:\"value\";s:2:\"HI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:10;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:11;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:5:\"Idaho\";s:5:\"value\";s:2:\"ID\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:11;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:12;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Illinois\";s:5:\"value\";s:2:\"IL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:12;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:13;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Indiana\";s:5:\"value\";s:2:\"IN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:13;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:14;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:4:\"Iowa\";s:5:\"value\";s:2:\"IA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:14;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:15;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Kansas\";s:5:\"value\";s:2:\"KS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:15;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:16;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Kentucky\";s:5:\"value\";s:2:\"KY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:16;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:17;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:9:\"Louisiana\";s:5:\"value\";s:2:\"LA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:17;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:18;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:5:\"Maine\";s:5:\"value\";s:2:\"ME\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:18;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:19;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Maryland\";s:5:\"value\";s:2:\"MD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:19;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:20;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:13:\"Massachusetts\";s:5:\"value\";s:2:\"MA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:20;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:21;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Michigan\";s:5:\"value\";s:2:\"MI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:21;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:22;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:9:\"Minnesota\";s:5:\"value\";s:2:\"MN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:22;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:23;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:11:\"Mississippi\";s:5:\"value\";s:2:\"MS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:23;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:24;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Missouri\";s:5:\"value\";s:2:\"MO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:24;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:25;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Montana\";s:5:\"value\";s:2:\"MT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:25;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:26;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Nebraska\";s:5:\"value\";s:2:\"NE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:26;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:27;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Nevada\";s:5:\"value\";s:2:\"NV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:27;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:28;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:13:\"New Hampshire\";s:5:\"value\";s:2:\"NH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:28;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:29;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"New Jersey\";s:5:\"value\";s:2:\"NJ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:29;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:30;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"New Mexico\";s:5:\"value\";s:2:\"NM\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:30;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:31;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"New York\";s:5:\"value\";s:2:\"NY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:31;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:32;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:14:\"North Carolina\";s:5:\"value\";s:2:\"NC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:32;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:33;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:12:\"North Dakota\";s:5:\"value\";s:2:\"ND\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:33;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:34;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:4:\"Ohio\";s:5:\"value\";s:2:\"OH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:34;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:35;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Oklahoma\";s:5:\"value\";s:2:\"OK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:35;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:36;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Oregon\";s:5:\"value\";s:2:\"OR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:36;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:37;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:12:\"Pennsylvania\";s:5:\"value\";s:2:\"PA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:37;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:38;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:12:\"Rhode Island\";s:5:\"value\";s:2:\"RI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:38;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:39;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:14:\"South Carolina\";s:5:\"value\";s:2:\"SC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:39;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:40;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:12:\"South Dakota\";s:5:\"value\";s:2:\"SD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:40;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:41;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:9:\"Tennessee\";s:5:\"value\";s:2:\"TN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:41;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:42;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:5:\"Texas\";s:5:\"value\";s:2:\"TX\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:42;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:43;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:4:\"Utah\";s:5:\"value\";s:2:\"UT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:43;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:44;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Vermont\";s:5:\"value\";s:2:\"VT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:44;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:45;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Virginia\";s:5:\"value\";s:2:\"VA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:45;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:46;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"Washington\";s:5:\"value\";s:2:\"WA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:46;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:47;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:13:\"West Virginia\";s:5:\"value\";s:2:\"WV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:47;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:48;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:9:\"Wisconsin\";s:5:\"value\";s:2:\"WI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:48;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:49;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Wyoming\";s:5:\"value\";s:2:\"WY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:49;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:50;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:13:\"Washington DC\";s:5:\"value\";s:2:\"DC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:50;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:51;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:51:\"ARMED FORCES AFRICA \\ CANADA \\ EUROPE \\ MIDDLE EAST\";s:5:\"value\";s:2:\"AE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:51;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:52;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:36:\"ARMED FORCES AMERICA (EXCEPT CANADA)\";s:5:\"value\";s:2:\"AA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:52;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:53;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:20:\"ARMED FORCES PACIFIC\";s:5:\"value\";s:2:\"AP\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:53;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}'),(812,38,'container_class',''),(813,38,'element_class',''),(814,38,'admin_label',''),(815,38,'help_text',''),(816,38,'desc_text',''),(817,39,'objectType','Field'),(818,39,'objectDomain','fields'),(819,39,'editActive',''),(820,39,'order','7'),(821,39,'type','zip'),(822,39,'label','Zip'),(823,39,'key','zip_1510372985251'),(824,39,'label_pos','default'),(825,39,'required',''),(826,39,'default',''),(827,39,'placeholder',''),(828,39,'container_class',''),(829,39,'element_class',''),(830,39,'input_limit',''),(831,39,'input_limit_type','characters'),(832,39,'input_limit_msg','Character(s) left'),(833,39,'manual_key',''),(834,39,'disable_input',''),(835,39,'admin_label',''),(836,39,'help_text',''),(837,39,'desc_text',''),(838,39,'disable_browser_autocomplete',''),(839,39,'mask',''),(840,39,'custom_mask',''),(841,40,'objectType','Field'),(842,40,'objectDomain','fields'),(843,40,'editActive',''),(844,40,'order','8'),(845,40,'type','phone'),(846,40,'label','Phone'),(847,40,'key','phone_1510372989836'),(848,40,'label_pos','default'),(849,40,'required',''),(850,40,'default',''),(851,40,'placeholder',''),(852,40,'container_class',''),(853,40,'element_class',''),(854,40,'input_limit',''),(855,40,'input_limit_type','characters'),(856,40,'input_limit_msg','Character(s) left'),(857,40,'manual_key',''),(858,40,'disable_input',''),(859,40,'admin_label',''),(860,40,'help_text',''),(861,40,'desc_text',''),(862,40,'disable_browser_autocomplete',''),(863,40,'mask',''),(864,40,'custom_mask',''),(865,41,'objectType','Field'),(866,41,'objectDomain','fields'),(867,41,'editActive',''),(868,41,'order','9'),(869,41,'type','email'),(870,41,'label','Email'),(871,41,'key','email_1510372991710'),(872,41,'label_pos','default'),(873,41,'required',''),(874,41,'default',''),(875,41,'placeholder',''),(876,41,'container_class',''),(877,41,'element_class',''),(878,41,'admin_label',''),(879,41,'help_text',''),(880,41,'desc_text',''),(881,42,'objectType','Field'),(882,42,'objectDomain','fields'),(883,42,'editActive',''),(884,42,'order','14'),(885,42,'type','textbox'),(886,42,'label','Reason for application (i.e. medical expenses, natural disaster etc)'),(887,42,'key','reason_for_application_i_e_medical_expenses_natural_disaster_etc_1510375231970'),(888,42,'label_pos','default'),(889,42,'required',''),(890,42,'default',''),(891,42,'placeholder',''),(892,42,'container_class',''),(893,42,'element_class',''),(894,42,'input_limit',''),(895,42,'input_limit_type','characters'),(896,42,'input_limit_msg','Character(s) left'),(897,42,'manual_key',''),(898,42,'disable_input',''),(899,42,'admin_label',''),(900,42,'help_text',''),(901,42,'desc_text',''),(902,42,'disable_browser_autocomplete',''),(903,42,'mask',''),(904,42,'custom_mask',''),(905,43,'objectType','Field'),(906,43,'objectDomain','fields'),(907,43,'editActive',''),(908,43,'order','15'),(909,43,'type','textarea'),(910,43,'label','Describe your situation in detail.'),(911,43,'key','describe_your_situation_in_detail_1510373281098'),(912,43,'label_pos','default'),(913,43,'required',''),(914,43,'default',''),(915,43,'placeholder',''),(916,43,'container_class',''),(917,43,'element_class',''),(918,43,'input_limit',''),(919,43,'input_limit_type','characters'),(920,43,'input_limit_msg','Character(s) left'),(921,43,'manual_key',''),(922,43,'disable_input',''),(923,43,'admin_label',''),(924,43,'help_text',''),(925,43,'desc_text',''),(926,43,'disable_browser_autocomplete',''),(927,43,'textarea_rte',''),(928,43,'disable_rte_mobile',''),(929,43,'textarea_media',''),(930,43,'drawerDisabled',''),(931,44,'objectType','Field'),(932,44,'objectDomain','fields'),(933,44,'editActive',''),(934,44,'order','17'),(935,44,'type','submit'),(936,44,'label','Submit'),(937,44,'processing_label','Processing'),(938,44,'container_class',''),(939,44,'element_class',''),(940,44,'key','submit_1510373409480'),(982,42,'drawerDisabled',''),(1004,48,'objectType','Field'),(1005,48,'objectDomain','fields'),(1006,48,'editActive',''),(1007,48,'order','16'),(1008,48,'label','Fundraising $ Goal:'),(1009,48,'type','textbox'),(1010,48,'key','fundraising_usd_goal_1538019818387'),(1011,48,'label_pos','default'),(1012,48,'required',''),(1013,48,'default',''),(1014,48,'placeholder','$'),(1015,48,'container_class',''),(1016,48,'element_class',''),(1017,48,'input_limit',''),(1018,48,'input_limit_type','characters'),(1019,48,'input_limit_msg','Character(s) left'),(1020,48,'manual_key',''),(1021,48,'disable_input',''),(1022,48,'admin_label',''),(1023,48,'help_text',''),(1024,48,'desc_text',''),(1025,48,'disable_browser_autocomplete',''),(1026,48,'mask',''),(1027,48,'custom_mask',''),(1028,48,'drawerDisabled',''),(1029,49,'objectType','Field'),(1030,49,'objectDomain','fields'),(1031,49,'editActive',''),(1032,49,'order','10'),(1033,49,'label','This Campaign Is For...'),(1034,49,'type','listcheckbox'),(1035,49,'key','this_campaign_is_for_1510513613527'),(1036,49,'label_pos','default'),(1037,49,'required',''),(1038,49,'options','a:2:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:14:\"Me personally.\";s:5:\"value\";s:13:\"me-personally\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:15:\"Someone I know.\";s:5:\"value\";s:14:\"someone-i-know\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}'),(1039,49,'container_class',''),(1040,49,'element_class',''),(1041,49,'admin_label',''),(1042,49,'help_text',''),(1043,49,'desc_text',''),(1044,49,'drawerDisabled',''),(1045,50,'objectType','Field'),(1046,50,'objectDomain','fields'),(1047,50,'editActive',''),(1048,50,'order','11'),(1049,50,'label','Funds Would Go To?'),(1050,50,'type','textbox'),(1051,50,'key','funds_would_go_to_1510513671182'),(1052,50,'label_pos','default'),(1053,50,'required',''),(1054,50,'default',''),(1055,50,'placeholder','List the name of the person that the funds would go to.'),(1056,50,'container_class',''),(1057,50,'element_class',''),(1058,50,'input_limit',''),(1059,50,'input_limit_type','characters'),(1060,50,'input_limit_msg','Character(s) left'),(1061,50,'manual_key',''),(1062,50,'disable_input',''),(1063,50,'admin_label',''),(1064,50,'help_text',''),(1065,50,'desc_text',''),(1066,50,'disable_browser_autocomplete',''),(1067,50,'mask',''),(1068,50,'custom_mask',''),(1069,50,'drawerDisabled',''),(1070,51,'label_pos','above'),(1071,51,'required','1'),(1072,51,'order','1'),(1073,51,'placeholder',''),(1074,51,'default',''),(1075,51,'wrapper_class',''),(1076,51,'element_class',''),(1077,51,'objectType','Field'),(1078,51,'objectDomain','fields'),(1079,51,'editActive',''),(1080,51,'container_class',''),(1081,51,'input_limit',''),(1082,51,'input_limit_type','characters'),(1083,51,'input_limit_msg','Character(s) left'),(1084,51,'manual_key',''),(1085,51,'disable_input',''),(1086,51,'admin_label',''),(1087,51,'help_text',''),(1088,51,'desc_text',''),(1089,51,'disable_browser_autocomplete',''),(1090,51,'mask',''),(1091,51,'custom_mask',''),(1092,51,'wrap_styles_background-color',''),(1093,51,'wrap_styles_border',''),(1094,51,'wrap_styles_border-style',''),(1095,51,'wrap_styles_border-color',''),(1096,51,'wrap_styles_color',''),(1097,51,'wrap_styles_height',''),(1098,51,'wrap_styles_width',''),(1099,51,'wrap_styles_font-size',''),(1100,51,'wrap_styles_margin',''),(1101,51,'wrap_styles_padding',''),(1102,51,'wrap_styles_display',''),(1103,51,'wrap_styles_float',''),(1104,51,'wrap_styles_show_advanced_css','0'),(1105,51,'wrap_styles_advanced',''),(1106,51,'label_styles_background-color',''),(1107,51,'label_styles_border',''),(1108,51,'label_styles_border-style',''),(1109,51,'label_styles_border-color',''),(1110,51,'label_styles_color',''),(1111,51,'label_styles_height',''),(1112,51,'label_styles_width',''),(1113,51,'label_styles_font-size',''),(1114,51,'label_styles_margin',''),(1115,51,'label_styles_padding',''),(1116,51,'label_styles_display',''),(1117,51,'label_styles_float',''),(1118,51,'label_styles_show_advanced_css','0'),(1119,51,'label_styles_advanced',''),(1120,51,'element_styles_background-color',''),(1121,51,'element_styles_border',''),(1122,51,'element_styles_border-style',''),(1123,51,'element_styles_border-color',''),(1124,51,'element_styles_color',''),(1125,51,'element_styles_height',''),(1126,51,'element_styles_width',''),(1127,51,'element_styles_font-size',''),(1128,51,'element_styles_margin',''),(1129,51,'element_styles_padding',''),(1130,51,'element_styles_display',''),(1131,51,'element_styles_float',''),(1132,51,'element_styles_show_advanced_css','0'),(1133,51,'element_styles_advanced',''),(1134,51,'cellcid','c3277'),(1135,52,'label_pos','above'),(1136,52,'required','1'),(1137,52,'order','2'),(1138,52,'placeholder',''),(1139,52,'default',''),(1140,52,'wrapper_class',''),(1141,52,'element_class',''),(1142,52,'objectType','Field'),(1143,52,'objectDomain','fields'),(1144,52,'editActive',''),(1145,52,'container_class',''),(1146,52,'admin_label',''),(1147,52,'help_text',''),(1148,52,'desc_text',''),(1149,52,'wrap_styles_background-color',''),(1150,52,'wrap_styles_border',''),(1151,52,'wrap_styles_border-style',''),(1152,52,'wrap_styles_border-color',''),(1153,52,'wrap_styles_color',''),(1154,52,'wrap_styles_height',''),(1155,52,'wrap_styles_width',''),(1156,52,'wrap_styles_font-size',''),(1157,52,'wrap_styles_margin',''),(1158,52,'wrap_styles_padding',''),(1159,52,'wrap_styles_display',''),(1160,52,'wrap_styles_float',''),(1161,52,'wrap_styles_show_advanced_css','0'),(1162,52,'wrap_styles_advanced',''),(1163,52,'label_styles_background-color',''),(1164,52,'label_styles_border',''),(1165,52,'label_styles_border-style',''),(1166,52,'label_styles_border-color',''),(1167,52,'label_styles_color',''),(1168,52,'label_styles_height',''),(1169,52,'label_styles_width',''),(1170,52,'label_styles_font-size',''),(1171,52,'label_styles_margin',''),(1172,52,'label_styles_padding',''),(1173,52,'label_styles_display',''),(1174,52,'label_styles_float',''),(1175,52,'label_styles_show_advanced_css','0'),(1176,52,'label_styles_advanced',''),(1177,52,'element_styles_background-color',''),(1178,52,'element_styles_border',''),(1179,52,'element_styles_border-style',''),(1180,52,'element_styles_border-color',''),(1181,52,'element_styles_color',''),(1182,52,'element_styles_height',''),(1183,52,'element_styles_width',''),(1184,52,'element_styles_font-size',''),(1185,52,'element_styles_margin',''),(1186,52,'element_styles_padding',''),(1187,52,'element_styles_display',''),(1188,52,'element_styles_float',''),(1189,52,'element_styles_show_advanced_css','0'),(1190,52,'element_styles_advanced',''),(1191,52,'cellcid','c3281'),(1192,53,'label_pos','above'),(1193,53,'required','1'),(1194,53,'order','3'),(1195,53,'placeholder',''),(1196,53,'default',''),(1197,53,'wrapper_class',''),(1198,53,'element_class',''),(1199,53,'objectType','Field'),(1200,53,'objectDomain','fields'),(1201,53,'editActive',''),(1202,53,'container_class',''),(1203,53,'input_limit',''),(1204,53,'input_limit_type','characters'),(1205,53,'input_limit_msg','Character(s) left'),(1206,53,'manual_key',''),(1207,53,'disable_input',''),(1208,53,'admin_label',''),(1209,53,'help_text',''),(1210,53,'desc_text',''),(1211,53,'disable_browser_autocomplete',''),(1212,53,'textarea_rte',''),(1213,53,'disable_rte_mobile',''),(1214,53,'textarea_media',''),(1215,53,'wrap_styles_background-color',''),(1216,53,'wrap_styles_border',''),(1217,53,'wrap_styles_border-style',''),(1218,53,'wrap_styles_border-color',''),(1219,53,'wrap_styles_color',''),(1220,53,'wrap_styles_height',''),(1221,53,'wrap_styles_width',''),(1222,53,'wrap_styles_font-size',''),(1223,53,'wrap_styles_margin',''),(1224,53,'wrap_styles_padding',''),(1225,53,'wrap_styles_display',''),(1226,53,'wrap_styles_float',''),(1227,53,'wrap_styles_show_advanced_css','0'),(1228,53,'wrap_styles_advanced',''),(1229,53,'label_styles_background-color',''),(1230,53,'label_styles_border',''),(1231,53,'label_styles_border-style',''),(1232,53,'label_styles_border-color',''),(1233,53,'label_styles_color',''),(1234,53,'label_styles_height',''),(1235,53,'label_styles_width',''),(1236,53,'label_styles_font-size',''),(1237,53,'label_styles_margin',''),(1238,53,'label_styles_padding',''),(1239,53,'label_styles_display',''),(1240,53,'label_styles_float',''),(1241,53,'label_styles_show_advanced_css','0'),(1242,53,'label_styles_advanced',''),(1243,53,'element_styles_background-color',''),(1244,53,'element_styles_border',''),(1245,53,'element_styles_border-style',''),(1246,53,'element_styles_border-color',''),(1247,53,'element_styles_color',''),(1248,53,'element_styles_height',''),(1249,53,'element_styles_width',''),(1250,53,'element_styles_font-size',''),(1251,53,'element_styles_margin',''),(1252,53,'element_styles_padding',''),(1253,53,'element_styles_display',''),(1254,53,'element_styles_float',''),(1255,53,'element_styles_show_advanced_css','0'),(1256,53,'element_styles_advanced',''),(1257,53,'cellcid','c3284'),(1258,54,'processing_label','Processing'),(1259,54,'order','5'),(1260,54,'objectType','Field'),(1261,54,'objectDomain','fields'),(1262,54,'editActive',''),(1263,54,'container_class',''),(1264,54,'element_class',''),(1265,54,'wrap_styles_background-color',''),(1266,54,'wrap_styles_border',''),(1267,54,'wrap_styles_border-style',''),(1268,54,'wrap_styles_border-color',''),(1269,54,'wrap_styles_color',''),(1270,54,'wrap_styles_height',''),(1271,54,'wrap_styles_width',''),(1272,54,'wrap_styles_font-size',''),(1273,54,'wrap_styles_margin',''),(1274,54,'wrap_styles_padding',''),(1275,54,'wrap_styles_display',''),(1276,54,'wrap_styles_float',''),(1277,54,'wrap_styles_show_advanced_css','0'),(1278,54,'wrap_styles_advanced',''),(1279,54,'label_styles_background-color',''),(1280,54,'label_styles_border',''),(1281,54,'label_styles_border-style',''),(1282,54,'label_styles_border-color',''),(1283,54,'label_styles_color',''),(1284,54,'label_styles_height',''),(1285,54,'label_styles_width',''),(1286,54,'label_styles_font-size',''),(1287,54,'label_styles_margin',''),(1288,54,'label_styles_padding',''),(1289,54,'label_styles_display',''),(1290,54,'label_styles_float',''),(1291,54,'label_styles_show_advanced_css','0'),(1292,54,'label_styles_advanced',''),(1293,54,'element_styles_background-color',''),(1294,54,'element_styles_border',''),(1295,54,'element_styles_border-style',''),(1296,54,'element_styles_border-color',''),(1297,54,'element_styles_color',''),(1298,54,'element_styles_height',''),(1299,54,'element_styles_width',''),(1300,54,'element_styles_font-size',''),(1301,54,'element_styles_margin',''),(1302,54,'element_styles_padding',''),(1303,54,'element_styles_display',''),(1304,54,'element_styles_float',''),(1305,54,'element_styles_show_advanced_css','0'),(1306,54,'element_styles_advanced',''),(1307,54,'submit_element_hover_styles_background-color',''),(1308,54,'submit_element_hover_styles_border',''),(1309,54,'submit_element_hover_styles_border-style',''),(1310,54,'submit_element_hover_styles_border-color',''),(1311,54,'submit_element_hover_styles_color',''),(1312,54,'submit_element_hover_styles_height',''),(1313,54,'submit_element_hover_styles_width',''),(1314,54,'submit_element_hover_styles_font-size',''),(1315,54,'submit_element_hover_styles_margin',''),(1316,54,'submit_element_hover_styles_padding',''),(1317,54,'submit_element_hover_styles_display',''),(1318,54,'submit_element_hover_styles_float',''),(1319,54,'submit_element_hover_styles_show_advanced_css','0'),(1320,54,'submit_element_hover_styles_advanced',''),(1321,54,'cellcid','c3287'),(1322,55,'objectType','Field'),(1323,55,'objectDomain','fields'),(1324,55,'editActive',''),(1325,55,'order','4'),(1326,55,'type','firstname'),(1327,55,'label','Name of School'),(1328,55,'key','name_of_school_1540387668761'),(1329,55,'label_pos','default'),(1330,55,'required','1'),(1331,55,'default',''),(1332,55,'placeholder',''),(1333,55,'container_class',''),(1334,55,'element_class',''),(1335,55,'admin_label',''),(1336,55,'help_text',''),(1337,1,'drawerDisabled',''),(1338,56,'objectType','Field'),(1339,56,'objectDomain','fields'),(1340,56,'editActive',''),(1341,56,'order','3'),(1342,56,'type','phone'),(1343,56,'label','Phone'),(1344,56,'key','phone_1540387619861'),(1345,56,'label_pos','default'),(1346,56,'required','1'),(1347,56,'default',''),(1348,56,'placeholder',''),(1349,56,'container_class',''),(1350,56,'element_class',''),(1351,56,'input_limit',''),(1352,56,'input_limit_type','characters'),(1353,56,'input_limit_msg','Character(s) left'),(1354,56,'manual_key',''),(1355,56,'admin_label',''),(1356,56,'help_text',''),(1357,56,'mask',''),(1358,56,'custom_mask',''),(1359,3,'drawerDisabled',''),(1360,57,'objectType','Field'),(1361,57,'objectDomain','fields'),(1362,57,'editActive',''),(1363,57,'order','10'),(1364,57,'type','listmultiselect'),(1365,57,'label','Budget'),(1366,57,'key','budget_1540389760466'),(1367,57,'label_pos','default'),(1368,57,'required','1'),(1369,57,'options','a:6:{i:0;a:9:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"< $1,000\";s:5:\"value\";s:8:\"< $1,000\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:1;a:9:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:15:\"$1,000 - $2,000\";s:5:\"value\";s:15:\"$1,000 - $2,000\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:2;a:9:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:15:\"$2,000 - $3,000\";s:5:\"value\";s:15:\"$2,000 - $3,000\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:3;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:3;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:15:\"$3,000 - $5,000\";s:5:\"value\";s:15:\"$3,000 - $5,000\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:4;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:4;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:16:\"$5,000 - $10,000\";s:5:\"value\";s:16:\"$5,000 - $10,000\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:5;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:5;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:8:\"$10,000+\";s:5:\"value\";s:8:\"$10,000+\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}}'),(1370,57,'container_class',''),(1371,57,'element_class',''),(1372,57,'admin_label',''),(1373,57,'help_text',''),(1374,57,'multi_size','5'),(1375,57,'drawerDisabled',''),(1376,58,'objectType','Field'),(1377,58,'objectDomain','fields'),(1378,58,'editActive',''),(1379,58,'order','8'),(1380,58,'type','textbox'),(1381,58,'label','Approx # of Students Attending Assembly'),(1382,58,'key','approx_of_students_attending_assembly_1540389897233'),(1383,58,'label_pos','default'),(1384,58,'required','1'),(1385,58,'default',''),(1386,58,'placeholder',''),(1387,58,'container_class',''),(1388,58,'element_class',''),(1389,58,'input_limit',''),(1390,58,'input_limit_type','characters'),(1391,58,'input_limit_msg','Character(s) left'),(1392,58,'manual_key',''),(1393,58,'admin_label',''),(1394,58,'help_text',''),(1395,58,'mask',''),(1396,58,'custom_mask',''),(1397,58,'drawerDisabled',''),(1398,59,'objectType','Field'),(1399,59,'objectDomain','fields'),(1400,59,'editActive',''),(1401,59,'order','7'),(1402,59,'type','listcheckbox'),(1403,59,'label','Grade Levels Attending Assembly'),(1404,59,'key','grade_levels_attending_assembly_1540389751494'),(1405,59,'label_pos','default'),(1406,59,'required','1'),(1407,59,'options','a:4:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"K - 5/6\";s:5:\"value\";s:5:\"k-5-6\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:5:\"6 - 8\";s:5:\"value\";s:3:\"6-8\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:2;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"9 - 12\";s:5:\"value\";s:4:\"9-12\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:3;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:3;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:5:\"Other\";s:5:\"value\";s:5:\"Other\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}}'),(1408,59,'container_class',''),(1409,59,'element_class',''),(1410,59,'admin_label',''),(1411,59,'help_text',''),(1412,59,'drawerDisabled',''),(1413,60,'objectType','Field'),(1414,60,'objectDomain','fields'),(1415,60,'editActive',''),(1416,60,'order','5'),(1417,60,'type','city'),(1418,60,'label','City'),(1419,60,'key','city_1540388984250'),(1420,60,'label_pos','default'),(1421,60,'required','1'),(1422,60,'default',''),(1423,60,'placeholder',''),(1424,60,'container_class',''),(1425,60,'element_class',''),(1426,60,'input_limit',''),(1427,60,'input_limit_type','characters'),(1428,60,'input_limit_msg','Character(s) left'),(1429,60,'manual_key',''),(1430,60,'admin_label',''),(1431,60,'help_text',''),(1432,60,'mask',''),(1433,60,'custom_mask',''),(1434,61,'objectType','Field'),(1435,61,'objectDomain','fields'),(1436,61,'editActive',''),(1437,61,'order','6'),(1438,61,'type','liststate'),(1439,61,'label','US States'),(1440,61,'key','liststate_1540388990030'),(1441,61,'label_pos','default'),(1442,61,'required','1'),(1443,61,'options','a:54:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Alabama\";s:5:\"value\";s:2:\"AL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Alaska\";s:5:\"value\";s:2:\"AK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:2;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Arizona\";s:5:\"value\";s:2:\"AZ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:3;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Arkansas\";s:5:\"value\";s:2:\"AR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:3;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:4;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"California\";s:5:\"value\";s:2:\"CA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:4;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:5;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Colorado\";s:5:\"value\";s:2:\"CO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:5;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:6;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:11:\"Connecticut\";s:5:\"value\";s:2:\"CT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:6;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:7;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Delaware\";s:5:\"value\";s:2:\"DE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:7;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:8;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Florida\";s:5:\"value\";s:2:\"FL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:8;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:9;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Georgia\";s:5:\"value\";s:2:\"GA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:9;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:10;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Hawaii\";s:5:\"value\";s:2:\"HI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:10;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:11;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:5:\"Idaho\";s:5:\"value\";s:2:\"ID\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:11;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:12;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Illinois\";s:5:\"value\";s:2:\"IL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:12;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:13;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Indiana\";s:5:\"value\";s:2:\"IN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:13;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:14;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:4:\"Iowa\";s:5:\"value\";s:2:\"IA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:14;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:15;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Kansas\";s:5:\"value\";s:2:\"KS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:15;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:16;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Kentucky\";s:5:\"value\";s:2:\"KY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:16;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:17;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:9:\"Louisiana\";s:5:\"value\";s:2:\"LA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:17;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:18;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:5:\"Maine\";s:5:\"value\";s:2:\"ME\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:18;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:19;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Maryland\";s:5:\"value\";s:2:\"MD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:19;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:20;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:13:\"Massachusetts\";s:5:\"value\";s:2:\"MA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:20;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:21;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Michigan\";s:5:\"value\";s:2:\"MI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:21;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:22;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:9:\"Minnesota\";s:5:\"value\";s:2:\"MN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:22;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:23;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:11:\"Mississippi\";s:5:\"value\";s:2:\"MS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:23;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:24;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Missouri\";s:5:\"value\";s:2:\"MO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:24;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:25;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Montana\";s:5:\"value\";s:2:\"MT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:25;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:26;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Nebraska\";s:5:\"value\";s:2:\"NE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:26;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:27;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Nevada\";s:5:\"value\";s:2:\"NV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:27;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:28;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:13:\"New Hampshire\";s:5:\"value\";s:2:\"NH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:28;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:29;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"New Jersey\";s:5:\"value\";s:2:\"NJ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:29;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:30;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"New Mexico\";s:5:\"value\";s:2:\"NM\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:30;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:31;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"New York\";s:5:\"value\";s:2:\"NY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:31;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:32;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:14:\"North Carolina\";s:5:\"value\";s:2:\"NC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:32;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:33;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:12:\"North Dakota\";s:5:\"value\";s:2:\"ND\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:33;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:34;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:4:\"Ohio\";s:5:\"value\";s:2:\"OH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:34;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:35;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Oklahoma\";s:5:\"value\";s:2:\"OK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:35;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:36;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Oregon\";s:5:\"value\";s:2:\"OR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:36;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:37;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:12:\"Pennsylvania\";s:5:\"value\";s:2:\"PA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:37;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:38;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:12:\"Rhode Island\";s:5:\"value\";s:2:\"RI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:38;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:39;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:14:\"South Carolina\";s:5:\"value\";s:2:\"SC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:39;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:40;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:12:\"South Dakota\";s:5:\"value\";s:2:\"SD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:40;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:41;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:9:\"Tennessee\";s:5:\"value\";s:2:\"TN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:41;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:42;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:5:\"Texas\";s:5:\"value\";s:2:\"TX\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:42;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:43;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:4:\"Utah\";s:5:\"value\";s:2:\"UT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:43;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:44;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Vermont\";s:5:\"value\";s:2:\"VT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:44;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:45;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Virginia\";s:5:\"value\";s:2:\"VA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:45;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:46;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"Washington\";s:5:\"value\";s:2:\"WA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:46;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:47;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:13:\"West Virginia\";s:5:\"value\";s:2:\"WV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:47;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:48;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:9:\"Wisconsin\";s:5:\"value\";s:2:\"WI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:48;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:49;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Wyoming\";s:5:\"value\";s:2:\"WY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:49;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:50;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:13:\"Washington DC\";s:5:\"value\";s:2:\"DC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:50;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:51;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:51:\"ARMED FORCES AFRICA \\ CANADA \\ EUROPE \\ MIDDLE EAST\";s:5:\"value\";s:2:\"AE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:51;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:52;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:36:\"ARMED FORCES AMERICA (EXCEPT CANADA)\";s:5:\"value\";s:2:\"AA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:52;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:53;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:20:\"ARMED FORCES PACIFIC\";s:5:\"value\";s:2:\"AP\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:53;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}'),(1444,61,'container_class',''),(1445,61,'element_class',''),(1446,61,'admin_label',''),(1447,61,'help_text',''),(1448,51,'label','Name'),(1449,51,'key','name'),(1450,51,'type','textbox'),(1451,51,'created_at','2018-10-24 08:24:41'),(1452,52,'label','Email'),(1453,52,'key','email'),(1454,52,'type','email'),(1455,52,'created_at','2018-10-24 08:24:41'),(1456,53,'label','Message'),(1457,53,'key','message'),(1458,53,'type','textarea'),(1459,53,'created_at','2018-10-24 08:24:41'),(1460,54,'label','Submit'),(1461,54,'key','submit'),(1462,54,'type','submit'),(1463,54,'created_at','2018-10-24 08:24:41'),(1464,62,'objectType','Field'),(1465,62,'objectDomain','fields'),(1466,62,'editActive',''),(1467,62,'order','9'),(1468,62,'type','listcheckbox'),(1469,62,'label','Date for Assembly'),(1470,62,'key','date_for_assembly_1540393623412'),(1471,62,'label_pos','default'),(1472,62,'required','1'),(1473,62,'options','a:3:{i:0;a:9:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:23:\"We are open to ANY DATE\";s:5:\"value\";s:23:\"We are open to ANY DATE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:1;a:9:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:35:\"We have a specific MONTH picked out\";s:5:\"value\";s:35:\"We have a specific MONTH picked out\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:2;a:9:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:34:\"We have a specific DATE picked out\";s:5:\"value\";s:34:\"We have a specific DATE picked out\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}}'),(1474,62,'container_class',''),(1475,62,'element_class',''),(1476,62,'admin_label',''),(1477,62,'help_text',''),(1478,62,'drawerDisabled','');
/*!40000 ALTER TABLE `wp_nf3_field_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nf3_fields`
--
DROP TABLE IF EXISTS `wp_nf3_fields`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_fields` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`label` longtext,
`key` longtext,
`type` longtext,
`parent_id` int(11) NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` datetime DEFAULT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=63 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nf3_fields`
--
LOCK TABLES `wp_nf3_fields` WRITE;
/*!40000 ALTER TABLE `wp_nf3_fields` DISABLE KEYS */;
INSERT INTO `wp_nf3_fields` VALUES (1,'Your Name','your_name_1540387686922','textbox',1,'2018-10-24 13:38:12',NULL),(2,'Email','email','email',1,'2016-08-24 20:39:20',NULL),(3,'Questions / Comments?','questions_comments_1540387753137','textarea',1,'2018-10-24 13:38:12',NULL),(4,'Submit','submit','submit',1,'2016-08-24 20:39:20',NULL),(5,'Name','name_1486676005804','firstname',2,'2017-02-09 21:36:48',NULL),(6,'Email','email_1486676035330','email',2,'2017-02-09 21:36:48',NULL),(7,'Checkbox List','listcheckbox_1486676056951','listcheckbox',2,'2017-02-09 21:36:48',NULL),(8,'Paragraph Text','textarea_1486675990403','textarea',2,'2017-02-09 21:36:48',NULL),(9,'Submit','submit_1486675982026','submit',2,'2017-02-09 21:36:48',NULL),(10,'Email','email_1487347815812','email',3,'2017-02-17 16:11:23',NULL),(11,'Submit','submit_1487347823635','submit',3,'2017-02-17 16:11:23',NULL),(12,'Email 1','email_1_1491242185193','email',4,'2017-04-03 17:56:38',NULL),(13,'Email 2','email_2_1491242189322','email',4,'2017-04-03 17:56:38',NULL),(14,'Email 3','email_3_1491242192265','email',4,'2017-04-03 17:56:38',NULL),(19,'Submit','submit_1490554914998','submit',4,'2017-03-26 19:59:11',NULL),(20,'Your Name','your_name_1491241149362','firstname',4,'2017-04-03 17:39:19',NULL),(21,'Your Email','your_email_1491242117816','email',4,'2017-04-03 17:56:38',NULL),(22,'HTML','html_1491242625916','html',4,'2017-04-03 18:04:10',NULL),(24,'Name','name_1491508983371','firstname',5,'2017-04-06 21:00:45',NULL),(25,'City','city_1491508953752','city',5,'2017-04-06 21:00:45',NULL),(26,'State','liststate_1491508955031','liststate',5,'2017-04-06 21:00:45',NULL),(27,'Email','email_1491508959383','email',5,'2017-04-06 21:00:45',NULL),(28,'Phone','phone_1491508964220','phone',5,'2017-04-06 21:00:45',NULL),(29,'Paragraph Text','textarea_1491509025097','textarea',5,'2017-04-06 21:00:45',NULL),(30,'Submit','submit_1491508969802','submit',5,'2017-04-06 21:00:45',NULL),(31,'HTML','html_1491585948048','html',4,'2017-04-07 18:23:26',NULL),(32,'Your Penny Tree Link','your_penny_tree_link_1491585931756','textbox',4,'2017-04-07 18:23:26',NULL),(33,'Date','date_1510373017718','date',6,'2017-11-11 04:10:14',NULL),(34,'First Name','firstname_1510372953112','firstname',6,'2017-11-11 04:10:14',NULL),(35,'Last Name','lastname_1510372957682','lastname',6,'2017-11-11 04:10:14',NULL),(36,'Address','address_1510372964835','address',6,'2017-11-11 04:10:14',NULL),(37,'City','city_1510372979494','city',6,'2017-11-11 04:10:14',NULL),(38,'US States','liststate_1510372983034','liststate',6,'2017-11-11 04:10:14',NULL),(39,'Zip','zip_1510372985251','zip',6,'2017-11-11 04:10:14',NULL),(40,'Phone','phone_1510372989836','phone',6,'2017-11-11 04:10:14',NULL),(41,'Email','email_1510372991710','email',6,'2017-11-11 04:10:14',NULL),(42,'Reason for application (i.e. medical expenses, natural disaster etc)','reason_for_application_i_e_medical_expenses_natural_disaster_etc_1510375231970','textbox',6,'2017-11-11 04:43:13',NULL),(43,'Describe your situation in detail.','describe_your_situation_in_detail_1510373281098','textarea',6,'2017-11-11 04:10:14',NULL),(44,'Submit','submit_1510373409480','submit',6,'2017-11-11 04:10:14',NULL),(48,'Fundraising $ Goal:','fundraising_usd_goal_1538019818387','textbox',6,'2018-09-27 03:43:42',NULL),(49,'This Campaign Is For...','this_campaign_is_for_1510513613527','listcheckbox',6,'2017-11-12 19:08:22',NULL),(50,'Funds Would Go To?','funds_would_go_to_1510513671182','textbox',6,'2017-11-12 19:08:22',NULL),(51,'Name','name','textbox',7,'2018-10-24 12:24:41','2018-10-24 08:24:41'),(52,'Email','email','email',7,'2018-10-24 12:24:41','2018-10-24 08:24:41'),(53,'Message','message','textarea',7,'2018-10-24 12:24:41','2018-10-24 08:24:41'),(54,'Submit','submit','submit',7,'2018-10-24 12:24:41','2018-10-24 08:24:41'),(55,'Name of School','name_of_school_1540387668761','firstname',1,'2018-10-24 13:38:12',NULL),(56,'Phone','phone_1540387619861','phone',1,'2018-10-24 13:38:12',NULL),(57,'Budget','budget_1540389760466','listmultiselect',1,'2018-10-24 14:02:47',NULL),(58,'Approx # of Students Attending Assembly','approx_of_students_attending_assembly_1540389897233','textbox',1,'2018-10-24 14:05:07',NULL),(59,'Grade Levels Attending Assembly','grade_levels_attending_assembly_1540389751494','listcheckbox',1,'2018-10-24 14:02:47',NULL),(60,'City','city_1540388984250','city',1,'2018-10-24 13:50:41',NULL),(61,'US States','liststate_1540388990030','liststate',1,'2018-10-24 13:50:41',NULL),(62,'Date for Assembly','date_for_assembly_1540393623412','listcheckbox',1,'2018-10-24 15:09:37',NULL);
/*!40000 ALTER TABLE `wp_nf3_fields` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nf3_form_meta`
--
DROP TABLE IF EXISTS `wp_nf3_form_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_form_meta` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`parent_id` int(11) NOT NULL,
`key` longtext NOT NULL,
`value` longtext,
`meta_key` longtext CHARACTER SET utf8mb4,
`meta_value` longtext CHARACTER SET utf8mb4,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=288 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nf3_form_meta`
--
LOCK TABLES `wp_nf3_form_meta` WRITE;
/*!40000 ALTER TABLE `wp_nf3_form_meta` DISABLE KEYS */;
INSERT INTO `wp_nf3_form_meta` VALUES (1,1,'default_label_pos','above',NULL,NULL),(2,1,'_seq_num','17',NULL,NULL),(3,1,'conditions','a:0:{}',NULL,NULL),(4,1,'objectType','Form Setting',NULL,NULL),(5,1,'editActive','1',NULL,NULL),(6,1,'show_title','1',NULL,NULL),(7,1,'clear_complete','1',NULL,NULL),(8,1,'hide_complete','1',NULL,NULL),(9,1,'wrapper_class','',NULL,NULL),(10,1,'element_class','',NULL,NULL),(11,1,'add_submit','1',NULL,NULL),(12,1,'logged_in','',NULL,NULL),(13,1,'not_logged_in_msg','',NULL,NULL),(14,1,'sub_limit_number','',NULL,NULL),(15,1,'sub_limit_msg','',NULL,NULL),(16,1,'calculations','a:0:{}',NULL,NULL),(17,1,'formContentData','a:12:{i:0;s:23:\"your_name_1540387686922\";i:1;s:5:\"email\";i:2;s:19:\"phone_1540387619861\";i:3;s:28:\"name_of_school_1540387668761\";i:4;s:18:\"city_1540388984250\";i:5;s:23:\"liststate_1540388990030\";i:6;s:45:\"grade_levels_attending_assembly_1540389751494\";i:7;s:51:\"approx_of_students_attending_assembly_1540389897233\";i:8;s:31:\"date_for_assembly_1540393623412\";i:9;s:20:\"budget_1540389760466\";i:10;s:32:\"questions_comments_1540387753137\";i:11;s:6:\"submit\";}',NULL,NULL),(18,1,'container_styles_background-color','',NULL,NULL),(19,1,'container_styles_border','',NULL,NULL),(20,1,'container_styles_border-style','',NULL,NULL),(21,1,'container_styles_border-color','',NULL,NULL),(22,1,'container_styles_color','',NULL,NULL),(23,1,'container_styles_height','',NULL,NULL),(24,1,'container_styles_width','',NULL,NULL),(25,1,'container_styles_font-size','',NULL,NULL),(26,1,'container_styles_margin','',NULL,NULL),(27,1,'container_styles_padding','',NULL,NULL),(28,1,'container_styles_display','',NULL,NULL),(29,1,'container_styles_float','',NULL,NULL),(30,1,'container_styles_show_advanced_css','0',NULL,NULL),(31,1,'container_styles_advanced','',NULL,NULL),(32,1,'title_styles_background-color','',NULL,NULL),(33,1,'title_styles_border','',NULL,NULL),(34,1,'title_styles_border-style','',NULL,NULL),(35,1,'title_styles_border-color','',NULL,NULL),(36,1,'title_styles_color','',NULL,NULL),(37,1,'title_styles_height','',NULL,NULL),(38,1,'title_styles_width','',NULL,NULL),(39,1,'title_styles_font-size','',NULL,NULL),(40,1,'title_styles_margin','',NULL,NULL),(41,1,'title_styles_padding','',NULL,NULL),(42,1,'title_styles_display','',NULL,NULL),(43,1,'title_styles_float','',NULL,NULL),(44,1,'title_styles_show_advanced_css','0',NULL,NULL),(45,1,'title_styles_advanced','',NULL,NULL),(46,1,'row_styles_background-color','',NULL,NULL),(47,1,'row_styles_border','',NULL,NULL),(48,1,'row_styles_border-style','',NULL,NULL),(49,1,'row_styles_border-color','',NULL,NULL),(50,1,'row_styles_color','',NULL,NULL),(51,1,'row_styles_height','',NULL,NULL),(52,1,'row_styles_width','',NULL,NULL),(53,1,'row_styles_font-size','',NULL,NULL),(54,1,'row_styles_margin','',NULL,NULL),(55,1,'row_styles_padding','',NULL,NULL),(56,1,'row_styles_display','',NULL,NULL),(57,1,'row_styles_show_advanced_css','0',NULL,NULL),(58,1,'row_styles_advanced','',NULL,NULL),(59,1,'row-odd_styles_background-color','',NULL,NULL),(60,1,'row-odd_styles_border','',NULL,NULL),(61,1,'row-odd_styles_border-style','',NULL,NULL),(62,1,'row-odd_styles_border-color','',NULL,NULL),(63,1,'row-odd_styles_color','',NULL,NULL),(64,1,'row-odd_styles_height','',NULL,NULL),(65,1,'row-odd_styles_width','',NULL,NULL),(66,1,'row-odd_styles_font-size','',NULL,NULL),(67,1,'row-odd_styles_margin','',NULL,NULL),(68,1,'row-odd_styles_padding','',NULL,NULL),(69,1,'row-odd_styles_display','',NULL,NULL),(70,1,'row-odd_styles_show_advanced_css','0',NULL,NULL),(71,1,'row-odd_styles_advanced','',NULL,NULL),(72,1,'success-msg_styles_background-color','',NULL,NULL),(73,1,'success-msg_styles_border','',NULL,NULL),(74,1,'success-msg_styles_border-style','',NULL,NULL),(75,1,'success-msg_styles_border-color','',NULL,NULL),(76,1,'success-msg_styles_color','',NULL,NULL),(77,1,'success-msg_styles_height','',NULL,NULL),(78,1,'success-msg_styles_width','',NULL,NULL),(79,1,'success-msg_styles_font-size','',NULL,NULL),(80,1,'success-msg_styles_margin','',NULL,NULL),(81,1,'success-msg_styles_padding','',NULL,NULL),(82,1,'success-msg_styles_display','',NULL,NULL),(83,1,'success-msg_styles_show_advanced_css','0',NULL,NULL),(84,1,'success-msg_styles_advanced','',NULL,NULL),(85,1,'error_msg_styles_background-color','',NULL,NULL),(86,1,'error_msg_styles_border','',NULL,NULL),(87,1,'error_msg_styles_border-style','',NULL,NULL),(88,1,'error_msg_styles_border-color','',NULL,NULL),(89,1,'error_msg_styles_color','',NULL,NULL),(90,1,'error_msg_styles_height','',NULL,NULL),(91,1,'error_msg_styles_width','',NULL,NULL),(92,1,'error_msg_styles_font-size','',NULL,NULL),(93,1,'error_msg_styles_margin','',NULL,NULL),(94,1,'error_msg_styles_padding','',NULL,NULL),(95,1,'error_msg_styles_display','',NULL,NULL),(96,1,'error_msg_styles_show_advanced_css','0',NULL,NULL),(97,1,'error_msg_styles_advanced','',NULL,NULL),(98,2,'objectType','Form Setting',NULL,NULL),(99,2,'editActive','',NULL,NULL),(100,2,'show_title','1',NULL,NULL),(101,2,'clear_complete','1',NULL,NULL),(102,2,'hide_complete','1',NULL,NULL),(103,2,'default_label_pos','above',NULL,NULL),(104,2,'wrapper_class','',NULL,NULL),(105,2,'element_class','',NULL,NULL),(106,2,'add_submit','0',NULL,NULL),(107,2,'currency','',NULL,NULL),(108,2,'logged_in','',NULL,NULL),(109,2,'not_logged_in_msg','',NULL,NULL),(110,2,'sub_limit_number',NULL,NULL,NULL),(111,2,'sub_limit_msg','',NULL,NULL),(112,2,'calculations','a:0:{}',NULL,NULL),(113,2,'formContentData','a:5:{i:0;s:18:\"name_1486676005804\";i:1;s:19:\"email_1486676035330\";i:2;s:26:\"listcheckbox_1486676056951\";i:3;s:22:\"textarea_1486675990403\";i:4;s:20:\"submit_1486675982026\";}',NULL,NULL),(114,3,'objectType','Form Setting',NULL,NULL),(115,3,'editActive','1',NULL,NULL),(116,3,'show_title','1',NULL,NULL),(117,3,'clear_complete','1',NULL,NULL),(118,3,'hide_complete','1',NULL,NULL),(119,3,'default_label_pos','above',NULL,NULL),(120,3,'wrapper_class','',NULL,NULL),(121,3,'element_class','',NULL,NULL),(122,3,'add_submit','0',NULL,NULL),(123,3,'currency','',NULL,NULL),(124,3,'logged_in','',NULL,NULL),(125,3,'not_logged_in_msg','',NULL,NULL),(126,3,'sub_limit_number',NULL,NULL,NULL),(127,3,'sub_limit_msg','',NULL,NULL),(128,3,'calculations','a:0:{}',NULL,NULL),(129,3,'formContentData','a:2:{i:0;s:19:\"email_1487347815812\";i:1;s:20:\"submit_1487347823635\";}',NULL,NULL),(130,4,'objectType','Form Setting',NULL,NULL),(131,4,'editActive','1',NULL,NULL),(132,4,'show_title','0',NULL,NULL),(133,4,'clear_complete','1',NULL,NULL),(134,4,'hide_complete','1',NULL,NULL),(135,4,'default_label_pos','above',NULL,NULL),(136,4,'wrapper_class','',NULL,NULL),(137,4,'element_class','',NULL,NULL),(138,4,'add_submit','0',NULL,NULL),(139,4,'currency','',NULL,NULL),(140,4,'logged_in','',NULL,NULL),(141,4,'not_logged_in_msg','',NULL,NULL),(142,4,'sub_limit_number',NULL,NULL,NULL),(143,4,'sub_limit_msg','',NULL,NULL),(144,4,'calculations','a:0:{}',NULL,NULL),(145,4,'formContentData','a:9:{i:0;s:18:\"html_1491242625916\";i:1;s:23:\"your_name_1491241149362\";i:2;s:24:\"your_email_1491242117816\";i:3;s:34:\"your_penny_tree_link_1491585931756\";i:4;s:18:\"html_1491585948048\";i:5;s:21:\"email_1_1491242185193\";i:6;s:21:\"email_2_1491242189322\";i:7;s:21:\"email_3_1491242192265\";i:8;s:20:\"submit_1490554914998\";}',NULL,NULL),(146,1,'currency','',NULL,NULL),(147,4,'_seq_num','26',NULL,NULL),(148,5,'objectType','Form Setting',NULL,NULL),(149,5,'editActive','1',NULL,NULL),(150,5,'show_title','0',NULL,NULL),(151,5,'clear_complete','1',NULL,NULL),(152,5,'hide_complete','1',NULL,NULL),(153,5,'default_label_pos','above',NULL,NULL),(154,5,'wrapper_class','',NULL,NULL),(155,5,'element_class','',NULL,NULL),(156,5,'add_submit','0',NULL,NULL),(157,5,'currency','',NULL,NULL),(158,5,'logged_in','',NULL,NULL),(159,5,'not_logged_in_msg','',NULL,NULL),(160,5,'sub_limit_number',NULL,NULL,NULL),(161,5,'sub_limit_msg','',NULL,NULL),(162,5,'calculations','a:0:{}',NULL,NULL),(163,5,'formContentData','a:7:{i:0;s:18:\"name_1491508983371\";i:1;s:18:\"city_1491508953752\";i:2;s:23:\"liststate_1491508955031\";i:3;s:19:\"email_1491508959383\";i:4;s:19:\"phone_1491508964220\";i:5;s:22:\"textarea_1491509025097\";i:6;s:20:\"submit_1491508969802\";}',NULL,NULL),(164,4,'unique_field_error','A form with this value has already been submitted.',NULL,NULL),(165,2,'unique_field_error','A form with this value has already been submitted.',NULL,NULL),(166,5,'unique_field_error','A form with this value has already been submitted.',NULL,NULL),(167,6,'objectType','Form Setting',NULL,NULL),(168,6,'editActive','1',NULL,NULL),(169,6,'show_title','1',NULL,NULL),(170,6,'clear_complete','1',NULL,NULL),(171,6,'hide_complete','1',NULL,NULL),(172,6,'default_label_pos','above',NULL,NULL),(173,6,'wrapper_class','',NULL,NULL),(174,6,'element_class','',NULL,NULL),(175,6,'add_submit','1',NULL,NULL),(176,6,'currency','',NULL,NULL),(177,6,'unique_field_error','A form with this value has already been submitted.',NULL,NULL),(178,6,'logged_in','',NULL,NULL),(179,6,'not_logged_in_msg','',NULL,NULL),(180,6,'sub_limit_number',NULL,NULL,NULL),(181,6,'sub_limit_msg','The form has reached its submission limit.',NULL,NULL),(182,6,'calculations','a:0:{}',NULL,NULL),(183,6,'formContentData','a:15:{i:0;s:18:\"date_1510373017718\";i:1;s:23:\"firstname_1510372953112\";i:2;s:22:\"lastname_1510372957682\";i:3;s:21:\"address_1510372964835\";i:4;s:18:\"city_1510372979494\";i:5;s:23:\"liststate_1510372983034\";i:6;s:17:\"zip_1510372985251\";i:7;s:19:\"phone_1510372989836\";i:8;s:19:\"email_1510372991710\";i:9;s:34:\"this_campaign_is_for_1510513613527\";i:10;s:31:\"funds_would_go_to_1510513671182\";i:11;s:78:\"reason_for_application_i_e_medical_expenses_natural_disaster_etc_1510375231970\";i:12;s:47:\"describe_your_situation_in_detail_1510373281098\";i:13;s:34:\"fundraising_usd_goal_1538019818387\";i:14;s:20:\"submit_1510373409480\";}',NULL,NULL),(184,6,'drawerDisabled','',NULL,NULL),(185,6,'_seq_num','4',NULL,NULL),(186,7,'default_label_pos','above',NULL,NULL),(187,7,'conditions','a:0:{}',NULL,NULL),(188,7,'objectType','Form Setting',NULL,NULL),(189,7,'editActive','1',NULL,NULL),(190,7,'show_title','1',NULL,NULL),(191,7,'clear_complete','1',NULL,NULL),(192,7,'hide_complete','1',NULL,NULL),(193,7,'wrapper_class','',NULL,NULL),(194,7,'element_class','',NULL,NULL),(195,7,'add_submit','1',NULL,NULL),(196,7,'logged_in','',NULL,NULL),(197,7,'not_logged_in_msg','',NULL,NULL),(198,7,'sub_limit_number','',NULL,NULL),(199,7,'sub_limit_msg','',NULL,NULL),(200,7,'calculations','a:0:{}',NULL,NULL),(201,7,'formContentData','a:4:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:6:\"submit\";}',NULL,NULL),(202,7,'container_styles_background-color','',NULL,NULL),(203,7,'container_styles_border','',NULL,NULL),(204,7,'container_styles_border-style','',NULL,NULL),(205,7,'container_styles_border-color','',NULL,NULL),(206,7,'container_styles_color','',NULL,NULL),(207,7,'container_styles_height','',NULL,NULL),(208,7,'container_styles_width','',NULL,NULL),(209,7,'container_styles_font-size','',NULL,NULL),(210,7,'container_styles_margin','',NULL,NULL),(211,7,'container_styles_padding','',NULL,NULL),(212,7,'container_styles_display','',NULL,NULL),(213,7,'container_styles_float','',NULL,NULL),(214,7,'container_styles_show_advanced_css','0',NULL,NULL),(215,7,'container_styles_advanced','',NULL,NULL),(216,7,'title_styles_background-color','',NULL,NULL),(217,7,'title_styles_border','',NULL,NULL),(218,7,'title_styles_border-style','',NULL,NULL),(219,7,'title_styles_border-color','',NULL,NULL),(220,7,'title_styles_color','',NULL,NULL),(221,7,'title_styles_height','',NULL,NULL),(222,7,'title_styles_width','',NULL,NULL),(223,7,'title_styles_font-size','',NULL,NULL),(224,7,'title_styles_margin','',NULL,NULL),(225,7,'title_styles_padding','',NULL,NULL),(226,7,'title_styles_display','',NULL,NULL),(227,7,'title_styles_float','',NULL,NULL),(228,7,'title_styles_show_advanced_css','0',NULL,NULL),(229,7,'title_styles_advanced','',NULL,NULL),(230,7,'row_styles_background-color','',NULL,NULL),(231,7,'row_styles_border','',NULL,NULL),(232,7,'row_styles_border-style','',NULL,NULL),(233,7,'row_styles_border-color','',NULL,NULL),(234,7,'row_styles_color','',NULL,NULL),(235,7,'row_styles_height','',NULL,NULL),(236,7,'row_styles_width','',NULL,NULL),(237,7,'row_styles_font-size','',NULL,NULL),(238,7,'row_styles_margin','',NULL,NULL),(239,7,'row_styles_padding','',NULL,NULL),(240,7,'row_styles_display','',NULL,NULL),(241,7,'row_styles_show_advanced_css','0',NULL,NULL),(242,7,'row_styles_advanced','',NULL,NULL),(243,7,'row-odd_styles_background-color','',NULL,NULL),(244,7,'row-odd_styles_border','',NULL,NULL),(245,7,'row-odd_styles_border-style','',NULL,NULL),(246,7,'row-odd_styles_border-color','',NULL,NULL),(247,7,'row-odd_styles_color','',NULL,NULL),(248,7,'row-odd_styles_height','',NULL,NULL),(249,7,'row-odd_styles_width','',NULL,NULL),(250,7,'row-odd_styles_font-size','',NULL,NULL),(251,7,'row-odd_styles_margin','',NULL,NULL),(252,7,'row-odd_styles_padding','',NULL,NULL),(253,7,'row-odd_styles_display','',NULL,NULL),(254,7,'row-odd_styles_show_advanced_css','0',NULL,NULL),(255,7,'row-odd_styles_advanced','',NULL,NULL),(256,7,'success-msg_styles_background-color','',NULL,NULL),(257,7,'success-msg_styles_border','',NULL,NULL),(258,7,'success-msg_styles_border-style','',NULL,NULL),(259,7,'success-msg_styles_border-color','',NULL,NULL),(260,7,'success-msg_styles_color','',NULL,NULL),(261,7,'success-msg_styles_height','',NULL,NULL),(262,7,'success-msg_styles_width','',NULL,NULL),(263,7,'success-msg_styles_font-size','',NULL,NULL),(264,7,'success-msg_styles_margin','',NULL,NULL),(265,7,'success-msg_styles_padding','',NULL,NULL),(266,7,'success-msg_styles_display','',NULL,NULL),(267,7,'success-msg_styles_show_advanced_css','0',NULL,NULL),(268,7,'success-msg_styles_advanced','',NULL,NULL),(269,7,'error_msg_styles_background-color','',NULL,NULL),(270,7,'error_msg_styles_border','',NULL,NULL),(271,7,'error_msg_styles_border-style','',NULL,NULL),(272,7,'error_msg_styles_border-color','',NULL,NULL),(273,7,'error_msg_styles_color','',NULL,NULL),(274,7,'error_msg_styles_height','',NULL,NULL),(275,7,'error_msg_styles_width','',NULL,NULL),(276,7,'error_msg_styles_font-size','',NULL,NULL),(277,7,'error_msg_styles_margin','',NULL,NULL),(278,7,'error_msg_styles_padding','',NULL,NULL),(279,7,'error_msg_styles_display','',NULL,NULL),(280,7,'error_msg_styles_show_advanced_css','0',NULL,NULL),(281,7,'error_msg_styles_advanced','',NULL,NULL),(282,1,'unique_field_error','A form with this value has already been submitted.',NULL,NULL),(283,1,'drawerDisabled','',NULL,NULL),(284,7,'currency','',NULL,NULL),(285,7,'unique_field_error','A form with this value has already been submitted.',NULL,NULL),(286,7,'drawerDisabled','',NULL,NULL),(287,7,'_seq_num','2',NULL,NULL);
/*!40000 ALTER TABLE `wp_nf3_form_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nf3_forms`
--
DROP TABLE IF EXISTS `wp_nf3_forms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_forms` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` longtext,
`key` longtext,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` datetime DEFAULT NULL,
`views` int(11) DEFAULT NULL,
`subs` int(11) DEFAULT NULL,
`form_title` longtext CHARACTER SET utf8mb4,
`default_label_pos` varchar(15) CHARACTER SET utf8mb4 DEFAULT NULL,
`show_title` bit(1) DEFAULT NULL,
`clear_complete` bit(1) DEFAULT NULL,
`hide_complete` bit(1) DEFAULT NULL,
`logged_in` bit(1) DEFAULT NULL,
`seq_num` int(11) DEFAULT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nf3_forms`
--
LOCK TABLES `wp_nf3_forms` WRITE;
/*!40000 ALTER TABLE `wp_nf3_forms` DISABLE KEYS */;
INSERT INTO `wp_nf3_forms` VALUES (1,'(Usually takes less than 90 seconds to complete form)','','2016-08-24 20:39:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(2,'Get Help','','2017-02-09 21:36:46',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(3,'Take the Pledge','','2017-02-17 16:11:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(4,'Challenge Your Friends','','2017-04-07 23:17:55',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(5,'Get Involved','','2017-04-06 21:00:45',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(6,'Applications are for children (or family\'s of children) facing dire circumstances only.','','2018-09-27 03:39:04','2017-11-10 23:10:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(7,'Contact Us','','2018-10-24 12:24:40','2018-10-24 08:24:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `wp_nf3_forms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nf3_object_meta`
--
DROP TABLE IF EXISTS `wp_nf3_object_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_object_meta` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`parent_id` int(11) NOT NULL,
`key` longtext NOT NULL,
`value` longtext,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5341 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nf3_object_meta`
--
LOCK TABLES `wp_nf3_object_meta` WRITE;
/*!40000 ALTER TABLE `wp_nf3_object_meta` DISABLE KEYS */;
INSERT INTO `wp_nf3_object_meta` VALUES (1,1,'level','emergency'),(2,1,'message','Script error. in http://sumome-140a.kxcdn.com/static/dfd8ec4d273665f5a274e6132142cb7f37218d2f/client/js/822aaf16-c4d6-4241-911a-41567c68b443/service.js on line 0'),(3,2,'level','emergency'),(4,2,'message','Script error. in http://sumome-140a.kxcdn.com/static/dfd8ec4d273665f5a274e6132142cb7f37218d2f/client/js/822aaf16-c4d6-4241-911a-41567c68b443/service.js on line 0'),(5,3,'level','emergency'),(6,3,'message','Script error. in on line 0'),(7,4,'level','emergency'),(8,4,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(9,5,'level','emergency'),(10,5,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(11,6,'level','emergency'),(12,6,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(13,7,'level','emergency'),(14,7,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(15,8,'level','emergency'),(16,8,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(17,9,'level','emergency'),(18,9,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(19,10,'level','emergency'),(20,10,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(21,11,'level','emergency'),(22,11,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(23,12,'level','emergency'),(24,12,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(25,13,'level','emergency'),(26,13,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(27,14,'level','emergency'),(28,14,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(29,15,'level','emergency'),(30,15,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(31,16,'level','emergency'),(32,16,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(33,17,'level','emergency'),(34,17,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(35,18,'level','emergency'),(36,18,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(37,19,'level','emergency'),(38,19,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(39,20,'level','emergency'),(40,20,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(41,21,'level','emergency'),(42,21,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(43,22,'level','emergency'),(44,22,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(45,23,'level','emergency'),(46,23,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(47,24,'level','emergency'),(48,24,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(49,25,'level','emergency'),(50,25,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(51,26,'level','emergency'),(52,26,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(53,27,'level','emergency'),(54,27,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(55,28,'level','emergency'),(56,28,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(57,29,'level','emergency'),(58,29,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(59,30,'level','emergency'),(60,30,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(61,31,'level','emergency'),(62,31,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(63,32,'level','emergency'),(64,32,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(65,33,'level','emergency'),(66,33,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(67,34,'level','emergency'),(68,34,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(69,35,'level','emergency'),(70,35,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(71,36,'level','emergency'),(72,36,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(73,37,'level','emergency'),(74,37,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(75,38,'level','emergency'),(76,38,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(77,39,'level','emergency'),(78,39,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(79,40,'level','emergency'),(80,40,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(81,41,'level','emergency'),(82,41,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(83,42,'level','emergency'),(84,42,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(85,43,'level','emergency'),(86,43,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(87,44,'level','emergency'),(88,44,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(89,45,'level','emergency'),(90,45,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(91,46,'level','emergency'),(92,46,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(93,47,'level','emergency'),(94,47,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(95,48,'level','emergency'),(96,48,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(97,49,'level','emergency'),(98,49,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(99,50,'level','emergency'),(100,50,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(101,51,'level','emergency'),(102,51,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(103,52,'level','emergency'),(104,52,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(105,53,'level','emergency'),(106,53,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(107,54,'level','emergency'),(108,54,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(109,55,'level','emergency'),(110,55,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(111,56,'level','emergency'),(112,56,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(113,57,'level','emergency'),(114,57,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(115,58,'level','emergency'),(116,58,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(117,59,'level','emergency'),(118,59,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(119,60,'level','emergency'),(120,60,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(121,61,'level','emergency'),(122,61,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(123,62,'level','emergency'),(124,62,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(125,63,'level','emergency'),(126,63,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(127,64,'level','emergency'),(128,64,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(129,65,'level','emergency'),(130,65,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(131,66,'level','emergency'),(132,66,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(133,67,'level','emergency'),(134,67,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(135,68,'level','emergency'),(136,68,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(137,69,'level','emergency'),(138,69,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(139,70,'level','emergency'),(140,70,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(141,71,'level','emergency'),(142,71,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(143,72,'level','emergency'),(144,72,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(145,73,'level','emergency'),(146,73,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(147,74,'level','emergency'),(148,74,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(149,75,'level','emergency'),(150,75,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(151,76,'level','emergency'),(152,76,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(153,77,'level','emergency'),(154,77,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(155,78,'level','emergency'),(156,78,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(157,79,'level','emergency'),(158,79,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(159,80,'level','emergency'),(160,80,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(161,81,'level','emergency'),(162,81,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(163,82,'level','emergency'),(164,82,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(165,83,'level','emergency'),(166,83,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(167,84,'level','emergency'),(168,84,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(169,85,'level','emergency'),(170,85,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(171,86,'level','emergency'),(172,86,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(173,87,'level','emergency'),(174,87,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(175,88,'level','emergency'),(176,88,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(177,89,'level','emergency'),(178,89,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(179,90,'level','emergency'),(180,90,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(181,91,'level','emergency'),(182,91,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(183,92,'level','emergency'),(184,92,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(185,93,'level','emergency'),(186,93,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(187,94,'level','emergency'),(188,94,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(189,95,'level','emergency'),(190,95,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(191,96,'level','emergency'),(192,96,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(193,97,'level','emergency'),(194,97,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(195,98,'level','emergency'),(196,98,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(197,99,'level','emergency'),(198,99,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(199,100,'level','emergency'),(200,100,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(201,101,'level','emergency'),(202,101,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(203,102,'level','emergency'),(204,102,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(205,103,'level','emergency'),(206,103,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(207,104,'level','emergency'),(208,104,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(209,105,'level','emergency'),(210,105,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(211,106,'level','emergency'),(212,106,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(213,107,'level','emergency'),(214,107,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(215,108,'level','emergency'),(216,108,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(217,109,'level','emergency'),(218,109,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(219,110,'level','emergency'),(220,110,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(221,111,'level','emergency'),(222,111,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(223,112,'level','emergency'),(224,112,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(225,113,'level','emergency'),(226,113,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(227,114,'level','emergency'),(228,114,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(229,115,'level','emergency'),(230,115,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(231,116,'level','emergency'),(232,116,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(233,117,'level','emergency'),(234,117,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(235,118,'level','emergency'),(236,118,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(237,119,'level','emergency'),(238,119,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(239,120,'level','emergency'),(240,120,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(241,121,'level','emergency'),(242,121,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(243,122,'level','emergency'),(244,122,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(245,123,'level','emergency'),(246,123,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(247,124,'level','emergency'),(248,124,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(249,125,'level','emergency'),(250,125,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(251,126,'level','emergency'),(252,126,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(253,127,'level','emergency'),(254,127,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(255,128,'level','emergency'),(256,128,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(257,129,'level','emergency'),(258,129,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(259,130,'level','emergency'),(260,130,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(261,131,'level','emergency'),(262,131,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(263,132,'level','emergency'),(264,132,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(265,133,'level','emergency'),(266,133,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(267,134,'level','emergency'),(268,134,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(269,135,'level','emergency'),(270,135,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(271,136,'level','emergency'),(272,136,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(273,137,'level','emergency'),(274,137,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(275,138,'level','emergency'),(276,138,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(277,139,'level','emergency'),(278,139,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(279,140,'level','emergency'),(280,140,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(281,141,'level','emergency'),(282,141,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(283,142,'level','emergency'),(284,142,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(285,143,'level','emergency'),(286,143,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(287,144,'level','emergency'),(288,144,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(289,145,'level','emergency'),(290,145,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(291,146,'level','emergency'),(292,146,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(293,147,'level','emergency'),(294,147,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(295,148,'level','emergency'),(296,148,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(297,149,'level','emergency'),(298,149,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(299,150,'level','emergency'),(300,150,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(301,151,'level','emergency'),(302,151,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(303,152,'level','emergency'),(304,152,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(305,153,'level','emergency'),(306,153,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(307,154,'level','emergency'),(308,154,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(309,155,'level','emergency'),(310,155,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(311,156,'level','emergency'),(312,156,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(313,157,'level','emergency'),(314,157,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(315,158,'level','emergency'),(316,158,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(317,159,'level','emergency'),(318,159,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(319,160,'level','emergency'),(320,160,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(321,161,'level','emergency'),(322,161,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(323,162,'level','emergency'),(324,162,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(325,163,'level','emergency'),(326,163,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(327,164,'level','emergency'),(328,164,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(329,165,'level','emergency'),(330,165,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(331,166,'level','emergency'),(332,166,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(333,167,'level','emergency'),(334,167,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(335,168,'level','emergency'),(336,168,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(337,169,'level','emergency'),(338,169,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(339,170,'level','emergency'),(340,170,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(341,171,'level','emergency'),(342,171,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(343,172,'level','emergency'),(344,172,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(345,173,'level','emergency'),(346,173,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(347,174,'level','emergency'),(348,174,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(349,175,'level','emergency'),(350,175,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(351,176,'level','emergency'),(352,176,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(353,177,'level','emergency'),(354,177,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(355,178,'level','emergency'),(356,178,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(357,179,'level','emergency'),(358,179,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(359,180,'level','emergency'),(360,180,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(361,181,'level','emergency'),(362,181,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(363,182,'level','emergency'),(364,182,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(365,183,'level','emergency'),(366,183,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(367,184,'level','emergency'),(368,184,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(369,185,'level','emergency'),(370,185,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(371,186,'level','emergency'),(372,186,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(373,187,'level','emergency'),(374,187,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(375,188,'level','emergency'),(376,188,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(377,189,'level','emergency'),(378,189,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(379,190,'level','emergency'),(380,190,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(381,191,'level','emergency'),(382,191,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(383,192,'level','emergency'),(384,192,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(385,193,'level','emergency'),(386,193,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(387,194,'level','emergency'),(388,194,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(389,195,'level','emergency'),(390,195,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(391,196,'level','emergency'),(392,196,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(393,197,'level','emergency'),(394,197,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(395,198,'level','emergency'),(396,198,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(397,199,'level','emergency'),(398,199,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(399,200,'level','emergency'),(400,200,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(401,201,'level','emergency'),(402,201,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(403,202,'level','emergency'),(404,202,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(405,203,'level','emergency'),(406,203,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(407,204,'level','emergency'),(408,204,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(409,205,'level','emergency'),(410,205,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(411,206,'level','emergency'),(412,206,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(413,207,'level','emergency'),(414,207,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(415,208,'level','emergency'),(416,208,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(417,209,'level','emergency'),(418,209,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(419,210,'level','emergency'),(420,210,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(421,211,'level','emergency'),(422,211,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(423,212,'level','emergency'),(424,212,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(425,213,'level','emergency'),(426,213,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(427,214,'level','emergency'),(428,214,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(429,215,'level','emergency'),(430,215,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(431,216,'level','emergency'),(432,216,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(433,217,'level','emergency'),(434,217,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(435,218,'level','emergency'),(436,218,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(437,219,'level','emergency'),(438,219,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(439,220,'level','emergency'),(440,220,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(441,221,'level','emergency'),(442,221,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(443,222,'level','emergency'),(444,222,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(445,223,'level','emergency'),(446,223,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(447,224,'level','emergency'),(448,224,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(449,225,'level','emergency'),(450,225,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(451,226,'level','emergency'),(452,226,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(453,227,'level','emergency'),(454,227,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(455,228,'level','emergency'),(456,228,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(457,229,'level','emergency'),(458,229,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(459,230,'level','emergency'),(460,230,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(461,231,'level','emergency'),(462,231,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(463,232,'level','emergency'),(464,232,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(465,233,'level','emergency'),(466,233,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(467,234,'level','emergency'),(468,234,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(469,235,'level','emergency'),(470,235,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(471,236,'level','emergency'),(472,236,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(473,237,'level','emergency'),(474,237,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(475,238,'level','emergency'),(476,238,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(477,239,'level','emergency'),(478,239,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(479,240,'level','emergency'),(480,240,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(481,241,'level','emergency'),(482,241,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(483,242,'level','emergency'),(484,242,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(485,243,'level','emergency'),(486,243,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(487,244,'level','emergency'),(488,244,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(489,245,'level','emergency'),(490,245,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(491,246,'level','emergency'),(492,246,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(493,247,'level','emergency'),(494,247,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(495,248,'level','emergency'),(496,248,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(497,249,'level','emergency'),(498,249,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(499,250,'level','emergency'),(500,250,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(501,251,'level','emergency'),(502,251,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(503,252,'level','emergency'),(504,252,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(505,253,'level','emergency'),(506,253,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(507,254,'level','emergency'),(508,254,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(509,255,'level','emergency'),(510,255,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(511,256,'level','emergency'),(512,256,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(513,257,'level','emergency'),(514,257,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(515,258,'level','emergency'),(516,258,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(517,259,'level','emergency'),(518,259,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(519,260,'level','emergency'),(520,260,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(521,261,'level','emergency'),(522,261,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(523,262,'level','emergency'),(524,262,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(525,263,'level','emergency'),(526,263,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(527,264,'level','emergency'),(528,264,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(529,265,'level','emergency'),(530,265,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(531,266,'level','emergency'),(532,266,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(533,267,'level','emergency'),(534,267,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(535,268,'level','emergency'),(536,268,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(537,269,'level','emergency'),(538,269,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(539,270,'level','emergency'),(540,270,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(541,271,'level','emergency'),(542,271,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(543,272,'level','emergency'),(544,272,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(545,273,'level','emergency'),(546,273,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(547,274,'level','emergency'),(548,274,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(549,275,'level','emergency'),(550,275,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(551,276,'level','emergency'),(552,276,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(553,277,'level','emergency'),(554,277,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(555,278,'level','emergency'),(556,278,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(557,279,'level','emergency'),(558,279,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(559,280,'level','emergency'),(560,280,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(561,281,'level','emergency'),(562,281,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(563,282,'level','emergency'),(564,282,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(565,283,'level','emergency'),(566,283,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(567,284,'level','emergency'),(568,284,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(569,285,'level','emergency'),(570,285,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(571,286,'level','emergency'),(572,286,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(573,287,'level','emergency'),(574,287,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(575,288,'level','emergency'),(576,288,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(577,289,'level','emergency'),(578,289,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(579,290,'level','emergency'),(580,290,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(581,291,'level','emergency'),(582,291,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(583,292,'level','emergency'),(584,292,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(585,293,'level','emergency'),(586,293,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(587,294,'level','emergency'),(588,294,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(589,295,'level','emergency'),(590,295,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(591,296,'level','emergency'),(592,296,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(593,297,'level','emergency'),(594,297,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(595,298,'level','emergency'),(596,298,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(597,299,'level','emergency'),(598,299,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(599,300,'level','emergency'),(600,300,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(601,301,'level','emergency'),(602,301,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(603,302,'level','emergency'),(604,302,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(605,303,'level','emergency'),(606,303,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(607,304,'level','emergency'),(608,304,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(609,305,'level','emergency'),(610,305,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(611,306,'level','emergency'),(612,306,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(613,307,'level','emergency'),(614,307,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(615,308,'level','emergency'),(616,308,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(617,309,'level','emergency'),(618,309,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(619,310,'level','emergency'),(620,310,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(621,311,'level','emergency'),(622,311,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(623,312,'level','emergency'),(624,312,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(625,313,'level','emergency'),(626,313,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(627,314,'level','emergency'),(628,314,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(629,315,'level','emergency'),(630,315,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(631,316,'level','emergency'),(632,316,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(633,317,'level','emergency'),(634,317,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(635,318,'level','emergency'),(636,318,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(637,319,'level','emergency'),(638,319,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(639,320,'level','emergency'),(640,320,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(641,321,'level','emergency'),(642,321,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(643,322,'level','emergency'),(644,322,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(645,323,'level','emergency'),(646,323,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(647,324,'level','emergency'),(648,324,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(649,325,'level','emergency'),(650,325,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(651,326,'level','emergency'),(652,326,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(653,327,'level','emergency'),(654,327,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(655,328,'level','emergency'),(656,328,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(657,329,'level','emergency'),(658,329,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(659,330,'level','emergency'),(660,330,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(661,331,'level','emergency'),(662,331,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(663,332,'level','emergency'),(664,332,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(665,333,'level','emergency'),(666,333,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(667,334,'level','emergency'),(668,334,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(669,335,'level','emergency'),(670,335,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(671,336,'level','emergency'),(672,336,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(673,337,'level','emergency'),(674,337,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(675,338,'level','emergency'),(676,338,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(677,339,'level','emergency'),(678,339,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(679,340,'level','emergency'),(680,340,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(681,341,'level','emergency'),(682,341,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(683,342,'level','emergency'),(684,342,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(685,343,'level','emergency'),(686,343,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(687,344,'level','emergency'),(688,344,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(689,345,'level','emergency'),(690,345,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(691,346,'level','emergency'),(692,346,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(693,347,'level','emergency'),(694,347,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(695,348,'level','emergency'),(696,348,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(697,349,'level','emergency'),(698,349,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(699,350,'level','emergency'),(700,350,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(701,351,'level','emergency'),(702,351,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(703,352,'level','emergency'),(704,352,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(705,353,'level','emergency'),(706,353,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(707,354,'level','emergency'),(708,354,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(709,355,'level','emergency'),(710,355,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(711,356,'level','emergency'),(712,356,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(713,357,'level','emergency'),(714,357,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(715,358,'level','emergency'),(716,358,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(717,359,'level','emergency'),(718,359,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(719,360,'level','emergency'),(720,360,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(721,361,'level','emergency'),(722,361,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(723,362,'level','emergency'),(724,362,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(725,363,'level','emergency'),(726,363,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(727,364,'level','emergency'),(728,364,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(729,365,'level','emergency'),(730,365,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(731,366,'level','emergency'),(732,366,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(733,367,'level','emergency'),(734,367,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(735,368,'level','emergency'),(736,368,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(737,369,'level','emergency'),(738,369,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(739,370,'level','emergency'),(740,370,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(741,371,'level','emergency'),(742,371,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(743,372,'level','emergency'),(744,372,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(745,373,'level','emergency'),(746,373,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(747,374,'level','emergency'),(748,374,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(749,375,'level','emergency'),(750,375,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(751,376,'level','emergency'),(752,376,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(753,377,'level','emergency'),(754,377,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(755,378,'level','emergency'),(756,378,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(757,379,'level','emergency'),(758,379,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(759,380,'level','emergency'),(760,380,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(761,381,'level','emergency'),(762,381,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(763,382,'level','emergency'),(764,382,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(765,383,'level','emergency'),(766,383,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(767,384,'level','emergency'),(768,384,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(769,385,'level','emergency'),(770,385,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(771,386,'level','emergency'),(772,386,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(773,387,'level','emergency'),(774,387,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(775,388,'level','emergency'),(776,388,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(777,389,'level','emergency'),(778,389,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(779,390,'level','emergency'),(780,390,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(781,391,'level','emergency'),(782,391,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(783,392,'level','emergency'),(784,392,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(785,393,'level','emergency'),(786,393,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(787,394,'level','emergency'),(788,394,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(789,395,'level','emergency'),(790,395,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(791,396,'level','emergency'),(792,396,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(793,397,'level','emergency'),(794,397,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(795,398,'level','emergency'),(796,398,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(797,399,'level','emergency'),(798,399,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(799,400,'level','emergency'),(800,400,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(801,401,'level','emergency'),(802,401,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(803,402,'level','emergency'),(804,402,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(805,403,'level','emergency'),(806,403,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(807,404,'level','emergency'),(808,404,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(809,405,'level','emergency'),(810,405,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(811,406,'level','emergency'),(812,406,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(813,407,'level','emergency'),(814,407,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(815,408,'level','emergency'),(816,408,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(817,409,'level','emergency'),(818,409,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(819,410,'level','emergency'),(820,410,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(821,411,'level','emergency'),(822,411,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(823,412,'level','emergency'),(824,412,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(825,413,'level','emergency'),(826,413,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(827,414,'level','emergency'),(828,414,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(829,415,'level','emergency'),(830,415,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(831,416,'level','emergency'),(832,416,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(833,417,'level','emergency'),(834,417,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(835,418,'level','emergency'),(836,418,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(837,419,'level','emergency'),(838,419,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(839,420,'level','emergency'),(840,420,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(841,421,'level','emergency'),(842,421,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(843,422,'level','emergency'),(844,422,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(845,423,'level','emergency'),(846,423,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(847,424,'level','emergency'),(848,424,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(849,425,'level','emergency'),(850,425,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(851,426,'level','emergency'),(852,426,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(853,427,'level','emergency'),(854,427,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(855,428,'level','emergency'),(856,428,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(857,429,'level','emergency'),(858,429,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(859,430,'level','emergency'),(860,430,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(861,431,'level','emergency'),(862,431,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(863,432,'level','emergency'),(864,432,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(865,433,'level','emergency'),(866,433,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(867,434,'level','emergency'),(868,434,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(869,435,'level','emergency'),(870,435,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(871,436,'level','emergency'),(872,436,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(873,437,'level','emergency'),(874,437,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(875,438,'level','emergency'),(876,438,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(877,439,'level','emergency'),(878,439,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(879,440,'level','emergency'),(880,440,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(881,441,'level','emergency'),(882,441,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(883,442,'level','emergency'),(884,442,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(885,443,'level','emergency'),(886,443,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(887,444,'level','emergency'),(888,444,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(889,445,'level','emergency'),(890,445,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(891,446,'level','emergency'),(892,446,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(893,447,'level','emergency'),(894,447,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(895,448,'level','emergency'),(896,448,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(897,449,'level','emergency'),(898,449,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(899,450,'level','emergency'),(900,450,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(901,451,'level','emergency'),(902,451,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(903,452,'level','emergency'),(904,452,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(905,453,'level','emergency'),(906,453,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(907,454,'level','emergency'),(908,454,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(909,455,'level','emergency'),(910,455,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(911,456,'level','emergency'),(912,456,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(913,457,'level','emergency'),(914,457,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(915,458,'level','emergency'),(916,458,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(917,459,'level','emergency'),(918,459,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(919,460,'level','emergency'),(920,460,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(921,461,'level','emergency'),(922,461,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(923,462,'level','emergency'),(924,462,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(925,463,'level','emergency'),(926,463,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(927,464,'level','emergency'),(928,464,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(929,465,'level','emergency'),(930,465,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(931,466,'level','emergency'),(932,466,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(933,467,'level','emergency'),(934,467,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(935,468,'level','emergency'),(936,468,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(937,469,'level','emergency'),(938,469,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(939,470,'level','emergency'),(940,470,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(941,471,'level','emergency'),(942,471,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(943,472,'level','emergency'),(944,472,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(945,473,'level','emergency'),(946,473,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(947,474,'level','emergency'),(948,474,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(949,475,'level','emergency'),(950,475,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(951,476,'level','emergency'),(952,476,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(953,477,'level','emergency'),(954,477,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(955,478,'level','emergency'),(956,478,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(957,479,'level','emergency'),(958,479,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(959,480,'level','emergency'),(960,480,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(961,481,'level','emergency'),(962,481,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(963,482,'level','emergency'),(964,482,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(965,483,'level','emergency'),(966,483,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(967,484,'level','emergency'),(968,484,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(969,485,'level','emergency'),(970,485,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(971,486,'level','emergency'),(972,486,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(973,487,'level','emergency'),(974,487,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(975,488,'level','emergency'),(976,488,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(977,489,'level','emergency'),(978,489,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(979,490,'level','emergency'),(980,490,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(981,491,'level','emergency'),(982,491,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(983,492,'level','emergency'),(984,492,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(985,493,'level','emergency'),(986,493,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(987,494,'level','emergency'),(988,494,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(989,495,'level','emergency'),(990,495,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(991,496,'level','emergency'),(992,496,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(993,497,'level','emergency'),(994,497,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(995,498,'level','emergency'),(996,498,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(997,499,'level','emergency'),(998,499,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(999,500,'level','emergency'),(1000,500,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1001,501,'level','emergency'),(1002,501,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1003,502,'level','emergency'),(1004,502,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1005,503,'level','emergency'),(1006,503,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1007,504,'level','emergency'),(1008,504,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1009,505,'level','emergency'),(1010,505,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1011,506,'level','emergency'),(1012,506,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1013,507,'level','emergency'),(1014,507,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1015,508,'level','emergency'),(1016,508,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1017,509,'level','emergency'),(1018,509,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1019,510,'level','emergency'),(1020,510,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1021,511,'level','emergency'),(1022,511,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1023,512,'level','emergency'),(1024,512,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1025,513,'level','emergency'),(1026,513,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1027,514,'level','emergency'),(1028,514,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1029,515,'level','emergency'),(1030,515,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1031,516,'level','emergency'),(1032,516,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1033,517,'level','emergency'),(1034,517,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1035,518,'level','emergency'),(1036,518,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1037,519,'level','emergency'),(1038,519,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1039,520,'level','emergency'),(1040,520,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1041,521,'level','emergency'),(1042,521,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1043,522,'level','emergency'),(1044,522,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1045,523,'level','emergency'),(1046,523,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1047,524,'level','emergency'),(1048,524,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1049,525,'level','emergency'),(1050,525,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1051,526,'level','emergency'),(1052,526,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1053,527,'level','emergency'),(1054,527,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1055,528,'level','emergency'),(1056,528,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1057,529,'level','emergency'),(1058,529,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1059,530,'level','emergency'),(1060,530,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1061,531,'level','emergency'),(1062,531,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1063,532,'level','emergency'),(1064,532,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1065,533,'level','emergency'),(1066,533,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1067,534,'level','emergency'),(1068,534,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1069,535,'level','emergency'),(1070,535,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1071,536,'level','emergency'),(1072,536,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1073,537,'level','emergency'),(1074,537,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1075,538,'level','emergency'),(1076,538,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1077,539,'level','emergency'),(1078,539,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1079,540,'level','emergency'),(1080,540,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1081,541,'level','emergency'),(1082,541,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1083,542,'level','emergency'),(1084,542,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1085,543,'level','emergency'),(1086,543,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1087,544,'level','emergency'),(1088,544,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1089,545,'level','emergency'),(1090,545,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1091,546,'level','emergency'),(1092,546,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1093,547,'level','emergency'),(1094,547,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1095,548,'level','emergency'),(1096,548,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1097,549,'level','emergency'),(1098,549,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1099,550,'level','emergency'),(1100,550,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1101,551,'level','emergency'),(1102,551,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1103,552,'level','emergency'),(1104,552,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1105,553,'level','emergency'),(1106,553,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1107,554,'level','emergency'),(1108,554,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1109,555,'level','emergency'),(1110,555,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1111,556,'level','emergency'),(1112,556,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1113,557,'level','emergency'),(1114,557,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1115,558,'level','emergency'),(1116,558,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1117,559,'level','emergency'),(1118,559,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1119,560,'level','emergency'),(1120,560,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1121,561,'level','emergency'),(1122,561,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1123,562,'level','emergency'),(1124,562,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1125,563,'level','emergency'),(1126,563,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1127,564,'level','emergency'),(1128,564,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1129,565,'level','emergency'),(1130,565,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1131,566,'level','emergency'),(1132,566,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1133,567,'level','emergency'),(1134,567,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1135,568,'level','emergency'),(1136,568,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1137,569,'level','emergency'),(1138,569,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1139,570,'level','emergency'),(1140,570,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1141,571,'level','emergency'),(1142,571,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1143,572,'level','emergency'),(1144,572,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1145,573,'level','emergency'),(1146,573,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1147,574,'level','emergency'),(1148,574,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1149,575,'level','emergency'),(1150,575,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1151,576,'level','emergency'),(1152,576,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1153,577,'level','emergency'),(1154,577,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1155,578,'level','emergency'),(1156,578,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1157,579,'level','emergency'),(1158,579,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1159,580,'level','emergency'),(1160,580,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1161,581,'level','emergency'),(1162,581,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1163,582,'level','emergency'),(1164,582,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1165,583,'level','emergency'),(1166,583,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1167,584,'level','emergency'),(1168,584,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1169,585,'level','emergency'),(1170,585,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1171,586,'level','emergency'),(1172,586,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1173,587,'level','emergency'),(1174,587,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1175,588,'level','emergency'),(1176,588,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1177,589,'level','emergency'),(1178,589,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1179,590,'level','emergency'),(1180,590,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1181,591,'level','emergency'),(1182,591,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1183,592,'level','emergency'),(1184,592,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1185,593,'level','emergency'),(1186,593,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1187,594,'level','emergency'),(1188,594,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1189,595,'level','emergency'),(1190,595,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1191,596,'level','emergency'),(1192,596,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1193,597,'level','emergency'),(1194,597,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1195,598,'level','emergency'),(1196,598,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1197,599,'level','emergency'),(1198,599,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1199,600,'level','emergency'),(1200,600,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1201,601,'level','emergency'),(1202,601,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1203,602,'level','emergency'),(1204,602,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1205,603,'level','emergency'),(1206,603,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1207,604,'level','emergency'),(1208,604,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1209,605,'level','emergency'),(1210,605,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1211,606,'level','emergency'),(1212,606,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1213,607,'level','emergency'),(1214,607,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1215,608,'level','emergency'),(1216,608,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1217,609,'level','emergency'),(1218,609,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1219,610,'level','emergency'),(1220,610,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1221,611,'level','emergency'),(1222,611,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1223,612,'level','emergency'),(1224,612,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1225,613,'level','emergency'),(1226,613,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1227,614,'level','emergency'),(1228,614,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1229,615,'level','emergency'),(1230,615,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1231,616,'level','emergency'),(1232,616,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1233,617,'level','emergency'),(1234,617,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1235,618,'level','emergency'),(1236,618,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1237,619,'level','emergency'),(1238,619,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1239,620,'level','emergency'),(1240,620,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1241,621,'level','emergency'),(1242,621,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1243,622,'level','emergency'),(1244,622,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1245,623,'level','emergency'),(1246,623,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1247,624,'level','emergency'),(1248,624,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1249,625,'level','emergency'),(1250,625,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1251,626,'level','emergency'),(1252,626,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1253,627,'level','emergency'),(1254,627,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1255,628,'level','emergency'),(1256,628,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1257,629,'level','emergency'),(1258,629,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1259,630,'level','emergency'),(1260,630,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1261,631,'level','emergency'),(1262,631,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1263,632,'level','emergency'),(1264,632,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1265,633,'level','emergency'),(1266,633,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1267,634,'level','emergency'),(1268,634,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1269,635,'level','emergency'),(1270,635,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1271,636,'level','emergency'),(1272,636,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1273,637,'level','emergency'),(1274,637,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1275,638,'level','emergency'),(1276,638,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1277,639,'level','emergency'),(1278,639,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1279,640,'level','emergency'),(1280,640,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1281,641,'level','emergency'),(1282,641,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1283,642,'level','emergency'),(1284,642,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1285,643,'level','emergency'),(1286,643,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1287,644,'level','emergency'),(1288,644,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1289,645,'level','emergency'),(1290,645,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1291,646,'level','emergency'),(1292,646,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1293,647,'level','emergency'),(1294,647,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1295,648,'level','emergency'),(1296,648,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1297,649,'level','emergency'),(1298,649,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1299,650,'level','emergency'),(1300,650,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1301,651,'level','emergency'),(1302,651,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1303,652,'level','emergency'),(1304,652,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1305,653,'level','emergency'),(1306,653,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1307,654,'level','emergency'),(1308,654,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1309,655,'level','emergency'),(1310,655,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1311,656,'level','emergency'),(1312,656,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1313,657,'level','emergency'),(1314,657,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1315,658,'level','emergency'),(1316,658,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1317,659,'level','emergency'),(1318,659,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1319,660,'level','emergency'),(1320,660,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1321,661,'level','emergency'),(1322,661,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1323,662,'level','emergency'),(1324,662,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1325,663,'level','emergency'),(1326,663,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1327,664,'level','emergency'),(1328,664,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1329,665,'level','emergency'),(1330,665,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1331,666,'level','emergency'),(1332,666,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1333,667,'level','emergency'),(1334,667,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1335,668,'level','emergency'),(1336,668,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1337,669,'level','emergency'),(1338,669,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1339,670,'level','emergency'),(1340,670,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1341,671,'level','emergency'),(1342,671,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1343,672,'level','emergency'),(1344,672,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1345,673,'level','emergency'),(1346,673,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1347,674,'level','emergency'),(1348,674,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1349,675,'level','emergency'),(1350,675,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1351,676,'level','emergency'),(1352,676,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1353,677,'level','emergency'),(1354,677,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1355,678,'level','emergency'),(1356,678,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1357,679,'level','emergency'),(1358,679,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1359,680,'level','emergency'),(1360,680,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1361,681,'level','emergency'),(1362,681,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1363,682,'level','emergency'),(1364,682,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1365,683,'level','emergency'),(1366,683,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1367,684,'level','emergency'),(1368,684,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1369,685,'level','emergency'),(1370,685,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1371,686,'level','emergency'),(1372,686,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1373,687,'level','emergency'),(1374,687,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1375,688,'level','emergency'),(1376,688,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1377,689,'level','emergency'),(1378,689,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1379,690,'level','emergency'),(1380,690,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1381,691,'level','emergency'),(1382,691,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1383,692,'level','emergency'),(1384,692,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1385,693,'level','emergency'),(1386,693,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1387,694,'level','emergency'),(1388,694,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1389,695,'level','emergency'),(1390,695,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1391,696,'level','emergency'),(1392,696,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1393,697,'level','emergency'),(1394,697,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1395,698,'level','emergency'),(1396,698,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1397,699,'level','emergency'),(1398,699,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1399,700,'level','emergency'),(1400,700,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1401,701,'level','emergency'),(1402,701,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1403,702,'level','emergency'),(1404,702,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1405,703,'level','emergency'),(1406,703,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1407,704,'level','emergency'),(1408,704,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1409,705,'level','emergency'),(1410,705,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1411,706,'level','emergency'),(1412,706,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1413,707,'level','emergency'),(1414,707,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1415,708,'level','emergency'),(1416,708,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1417,709,'level','emergency'),(1418,709,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1419,710,'level','emergency'),(1420,710,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1421,711,'level','emergency'),(1422,711,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1423,712,'level','emergency'),(1424,712,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1425,713,'level','emergency'),(1426,713,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1427,714,'level','emergency'),(1428,714,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1429,715,'level','emergency'),(1430,715,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1431,716,'level','emergency'),(1432,716,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1433,717,'level','emergency'),(1434,717,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1435,718,'level','emergency'),(1436,718,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1437,719,'level','emergency'),(1438,719,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1439,720,'level','emergency'),(1440,720,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1441,721,'level','emergency'),(1442,721,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1443,722,'level','emergency'),(1444,722,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1445,723,'level','emergency'),(1446,723,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1447,724,'level','emergency'),(1448,724,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1449,725,'level','emergency'),(1450,725,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1451,726,'level','emergency'),(1452,726,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1453,727,'level','emergency'),(1454,727,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1455,728,'level','emergency'),(1456,728,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1457,729,'level','emergency'),(1458,729,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1459,730,'level','emergency'),(1460,730,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1461,731,'level','emergency'),(1462,731,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1463,732,'level','emergency'),(1464,732,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1465,733,'level','emergency'),(1466,733,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1467,734,'level','emergency'),(1468,734,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1469,735,'level','emergency'),(1470,735,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1471,736,'level','emergency'),(1472,736,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1473,737,'level','emergency'),(1474,737,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1475,738,'level','emergency'),(1476,738,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1477,739,'level','emergency'),(1478,739,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1479,740,'level','emergency'),(1480,740,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1481,741,'level','emergency'),(1482,741,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1483,742,'level','emergency'),(1484,742,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1485,743,'level','emergency'),(1486,743,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1487,744,'level','emergency'),(1488,744,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1489,745,'level','emergency'),(1490,745,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1491,746,'level','emergency'),(1492,746,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1493,747,'level','emergency'),(1494,747,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1495,748,'level','emergency'),(1496,748,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1497,749,'level','emergency'),(1498,749,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1499,750,'level','emergency'),(1500,750,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1501,751,'level','emergency'),(1502,751,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1503,752,'level','emergency'),(1504,752,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1505,753,'level','emergency'),(1506,753,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1507,754,'level','emergency'),(1508,754,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1509,755,'level','emergency'),(1510,755,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1511,756,'level','emergency'),(1512,756,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1513,757,'level','emergency'),(1514,757,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1515,758,'level','emergency'),(1516,758,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1517,759,'level','emergency'),(1518,759,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1519,760,'level','emergency'),(1520,760,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1521,761,'level','emergency'),(1522,761,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1523,762,'level','emergency'),(1524,762,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1525,763,'level','emergency'),(1526,763,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1527,764,'level','emergency'),(1528,764,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1529,765,'level','emergency'),(1530,765,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1531,766,'level','emergency'),(1532,766,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1533,767,'level','emergency'),(1534,767,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1535,768,'level','emergency'),(1536,768,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1537,769,'level','emergency'),(1538,769,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1539,770,'level','emergency'),(1540,770,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1541,771,'level','emergency'),(1542,771,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1543,772,'level','emergency'),(1544,772,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1545,773,'level','emergency'),(1546,773,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1547,774,'level','emergency'),(1548,774,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1549,775,'level','emergency'),(1550,775,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1551,776,'level','emergency'),(1552,776,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1553,777,'level','emergency'),(1554,777,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1555,778,'level','emergency'),(1556,778,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1557,779,'level','emergency'),(1558,779,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1559,780,'level','emergency'),(1560,780,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1561,781,'level','emergency'),(1562,781,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1563,782,'level','emergency'),(1564,782,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1565,783,'level','emergency'),(1566,783,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1567,784,'level','emergency'),(1568,784,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1569,785,'level','emergency'),(1570,785,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1571,786,'level','emergency'),(1572,786,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1573,787,'level','emergency'),(1574,787,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1575,788,'level','emergency'),(1576,788,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1577,789,'level','emergency'),(1578,789,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1579,790,'level','emergency'),(1580,790,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1581,791,'level','emergency'),(1582,791,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1583,792,'level','emergency'),(1584,792,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1585,793,'level','emergency'),(1586,793,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1587,794,'level','emergency'),(1588,794,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1589,795,'level','emergency'),(1590,795,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1591,796,'level','emergency'),(1592,796,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1593,797,'level','emergency'),(1594,797,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1595,798,'level','emergency'),(1596,798,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1597,799,'level','emergency'),(1598,799,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1599,800,'level','emergency'),(1600,800,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1601,801,'level','emergency'),(1602,801,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1603,802,'level','emergency'),(1604,802,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1605,803,'level','emergency'),(1606,803,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1607,804,'level','emergency'),(1608,804,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1609,805,'level','emergency'),(1610,805,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1611,806,'level','emergency'),(1612,806,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1613,807,'level','emergency'),(1614,807,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1615,808,'level','emergency'),(1616,808,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1617,809,'level','emergency'),(1618,809,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1619,810,'level','emergency'),(1620,810,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1621,811,'level','emergency'),(1622,811,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1623,812,'level','emergency'),(1624,812,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1625,813,'level','emergency'),(1626,813,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1627,814,'level','emergency'),(1628,814,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1629,815,'level','emergency'),(1630,815,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1631,816,'level','emergency'),(1632,816,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1633,817,'level','emergency'),(1634,817,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1635,818,'level','emergency'),(1636,818,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1637,819,'level','emergency'),(1638,819,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1639,820,'level','emergency'),(1640,820,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1641,821,'level','emergency'),(1642,821,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1643,822,'level','emergency'),(1644,822,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1645,823,'level','emergency'),(1646,823,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1647,824,'level','emergency'),(1648,824,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1649,825,'level','emergency'),(1650,825,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1651,826,'level','emergency'),(1652,826,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1653,827,'level','emergency'),(1654,827,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1655,828,'level','emergency'),(1656,828,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1657,829,'level','emergency'),(1658,829,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1659,830,'level','emergency'),(1660,830,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1661,831,'level','emergency'),(1662,831,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1663,832,'level','emergency'),(1664,832,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1665,833,'level','emergency'),(1666,833,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1667,834,'level','emergency'),(1668,834,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1669,835,'level','emergency'),(1670,835,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1671,836,'level','emergency'),(1672,836,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1673,837,'level','emergency'),(1674,837,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1675,838,'level','emergency'),(1676,838,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1677,839,'level','emergency'),(1678,839,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1679,840,'level','emergency'),(1680,840,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1681,841,'level','emergency'),(1682,841,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1683,842,'level','emergency'),(1684,842,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1685,843,'level','emergency'),(1686,843,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1687,844,'level','emergency'),(1688,844,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1689,845,'level','emergency'),(1690,845,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1691,846,'level','emergency'),(1692,846,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1693,847,'level','emergency'),(1694,847,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1695,848,'level','emergency'),(1696,848,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1697,849,'level','emergency'),(1698,849,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1699,850,'level','emergency'),(1700,850,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1701,851,'level','emergency'),(1702,851,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1703,852,'level','emergency'),(1704,852,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1705,853,'level','emergency'),(1706,853,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1707,854,'level','emergency'),(1708,854,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1709,855,'level','emergency'),(1710,855,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1711,856,'level','emergency'),(1712,856,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1713,857,'level','emergency'),(1714,857,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1715,858,'level','emergency'),(1716,858,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1717,859,'level','emergency'),(1718,859,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1719,860,'level','emergency'),(1720,860,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1721,861,'level','emergency'),(1722,861,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1723,862,'level','emergency'),(1724,862,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1725,863,'level','emergency'),(1726,863,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1727,864,'level','emergency'),(1728,864,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1729,865,'level','emergency'),(1730,865,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1731,866,'level','emergency'),(1732,866,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1733,867,'level','emergency'),(1734,867,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1735,868,'level','emergency'),(1736,868,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1737,869,'level','emergency'),(1738,869,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1739,870,'level','emergency'),(1740,870,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1741,871,'level','emergency'),(1742,871,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1743,872,'level','emergency'),(1744,872,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1745,873,'level','emergency'),(1746,873,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1747,874,'level','emergency'),(1748,874,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1749,875,'level','emergency'),(1750,875,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1751,876,'level','emergency'),(1752,876,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1753,877,'level','emergency'),(1754,877,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1755,878,'level','emergency'),(1756,878,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1757,879,'level','emergency'),(1758,879,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1759,880,'level','emergency'),(1760,880,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1761,881,'level','emergency'),(1762,881,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1763,882,'level','emergency'),(1764,882,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1765,883,'level','emergency'),(1766,883,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1767,884,'level','emergency'),(1768,884,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1769,885,'level','emergency'),(1770,885,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1771,886,'level','emergency'),(1772,886,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1773,887,'level','emergency'),(1774,887,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1775,888,'level','emergency'),(1776,888,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1777,889,'level','emergency'),(1778,889,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1779,890,'level','emergency'),(1780,890,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1781,891,'level','emergency'),(1782,891,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1783,892,'level','emergency'),(1784,892,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1785,893,'level','emergency'),(1786,893,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1787,894,'level','emergency'),(1788,894,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1789,895,'level','emergency'),(1790,895,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1791,896,'level','emergency'),(1792,896,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1793,897,'level','emergency'),(1794,897,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1795,898,'level','emergency'),(1796,898,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1797,899,'level','emergency'),(1798,899,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1799,900,'level','emergency'),(1800,900,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1801,901,'level','emergency'),(1802,901,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1803,902,'level','emergency'),(1804,902,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1805,903,'level','emergency'),(1806,903,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1807,904,'level','emergency'),(1808,904,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1809,905,'level','emergency'),(1810,905,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1811,906,'level','emergency'),(1812,906,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1813,907,'level','emergency'),(1814,907,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1815,908,'level','emergency'),(1816,908,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1817,909,'level','emergency'),(1818,909,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1819,910,'level','emergency'),(1820,910,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1821,911,'level','emergency'),(1822,911,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1823,912,'level','emergency'),(1824,912,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1825,913,'level','emergency'),(1826,913,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1827,914,'level','emergency'),(1828,914,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1829,915,'level','emergency'),(1830,915,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1831,916,'level','emergency'),(1832,916,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1833,917,'level','emergency'),(1834,917,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1835,918,'level','emergency'),(1836,918,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1837,919,'level','emergency'),(1838,919,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1839,920,'level','emergency'),(1840,920,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1841,921,'level','emergency'),(1842,921,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1843,922,'level','emergency'),(1844,922,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1845,923,'level','emergency'),(1846,923,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1847,924,'level','emergency'),(1848,924,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1849,925,'level','emergency'),(1850,925,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1851,926,'level','emergency'),(1852,926,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1853,927,'level','emergency'),(1854,927,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1855,928,'level','emergency'),(1856,928,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1857,929,'level','emergency'),(1858,929,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1859,930,'level','emergency'),(1860,930,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1861,931,'level','emergency'),(1862,931,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1863,932,'level','emergency'),(1864,932,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1865,933,'level','emergency'),(1866,933,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1867,934,'level','emergency'),(1868,934,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1869,935,'level','emergency'),(1870,935,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1871,936,'level','emergency'),(1872,936,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1873,937,'level','emergency'),(1874,937,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1875,938,'level','emergency'),(1876,938,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1877,939,'level','emergency'),(1878,939,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1879,940,'level','emergency'),(1880,940,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1881,941,'level','emergency'),(1882,941,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1883,942,'level','emergency'),(1884,942,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1885,943,'level','emergency'),(1886,943,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1887,944,'level','emergency'),(1888,944,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1889,945,'level','emergency'),(1890,945,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1891,946,'level','emergency'),(1892,946,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1893,947,'level','emergency'),(1894,947,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1895,948,'level','emergency'),(1896,948,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1897,949,'level','emergency'),(1898,949,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1899,950,'level','emergency'),(1900,950,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1901,951,'level','emergency'),(1902,951,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1903,952,'level','emergency'),(1904,952,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1905,953,'level','emergency'),(1906,953,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1907,954,'level','emergency'),(1908,954,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1909,955,'level','emergency'),(1910,955,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1911,956,'level','emergency'),(1912,956,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1913,957,'level','emergency'),(1914,957,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1915,958,'level','emergency'),(1916,958,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1917,959,'level','emergency'),(1918,959,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1919,960,'level','emergency'),(1920,960,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1921,961,'level','emergency'),(1922,961,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1923,962,'level','emergency'),(1924,962,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1925,963,'level','emergency'),(1926,963,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1927,964,'level','emergency'),(1928,964,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1929,965,'level','emergency'),(1930,965,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1931,966,'level','emergency'),(1932,966,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1933,967,'level','emergency'),(1934,967,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1935,968,'level','emergency'),(1936,968,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1937,969,'level','emergency'),(1938,969,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1939,970,'level','emergency'),(1940,970,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1941,971,'level','emergency'),(1942,971,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1943,972,'level','emergency'),(1944,972,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1945,973,'level','emergency'),(1946,973,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1947,974,'level','emergency'),(1948,974,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1949,975,'level','emergency'),(1950,975,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1951,976,'level','emergency'),(1952,976,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1953,977,'level','emergency'),(1954,977,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1955,978,'level','emergency'),(1956,978,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1957,979,'level','emergency'),(1958,979,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1959,980,'level','emergency'),(1960,980,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1961,981,'level','emergency'),(1962,981,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1963,982,'level','emergency'),(1964,982,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1965,983,'level','emergency'),(1966,983,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1967,984,'level','emergency'),(1968,984,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1969,985,'level','emergency'),(1970,985,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1971,986,'level','emergency'),(1972,986,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1973,987,'level','emergency'),(1974,987,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1975,988,'level','emergency'),(1976,988,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1977,989,'level','emergency'),(1978,989,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1979,990,'level','emergency'),(1980,990,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1981,991,'level','emergency'),(1982,991,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1983,992,'level','emergency'),(1984,992,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1985,993,'level','emergency'),(1986,993,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1987,994,'level','emergency'),(1988,994,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1989,995,'level','emergency'),(1990,995,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1991,996,'level','emergency'),(1992,996,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1993,997,'level','emergency'),(1994,997,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1995,998,'level','emergency'),(1996,998,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1997,999,'level','emergency'),(1998,999,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(1999,1000,'level','emergency'),(2000,1000,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2001,1001,'level','emergency'),(2002,1001,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2003,1002,'level','emergency'),(2004,1002,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2005,1003,'level','emergency'),(2006,1003,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2007,1004,'level','emergency'),(2008,1004,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2009,1005,'level','emergency'),(2010,1005,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2011,1006,'level','emergency'),(2012,1006,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2013,1007,'level','emergency'),(2014,1007,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2015,1008,'level','emergency'),(2016,1008,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2017,1009,'level','emergency'),(2018,1009,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2019,1010,'level','emergency'),(2020,1010,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2021,1011,'level','emergency'),(2022,1011,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2023,1012,'level','emergency'),(2024,1012,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2025,1013,'level','emergency'),(2026,1013,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2027,1014,'level','emergency'),(2028,1014,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2029,1015,'level','emergency'),(2030,1015,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2031,1016,'level','emergency'),(2032,1016,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2033,1017,'level','emergency'),(2034,1017,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2035,1018,'level','emergency'),(2036,1018,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2037,1019,'level','emergency'),(2038,1019,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2039,1020,'level','emergency'),(2040,1020,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2041,1021,'level','emergency'),(2042,1021,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2043,1022,'level','emergency'),(2044,1022,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2045,1023,'level','emergency'),(2046,1023,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2047,1024,'level','emergency'),(2048,1024,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2049,1025,'level','emergency'),(2050,1025,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2051,1026,'level','emergency'),(2052,1026,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2053,1027,'level','emergency'),(2054,1027,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2055,1028,'level','emergency'),(2056,1028,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2057,1029,'level','emergency'),(2058,1029,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2059,1030,'level','emergency'),(2060,1030,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2061,1031,'level','emergency'),(2062,1031,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2063,1032,'level','emergency'),(2064,1032,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2065,1033,'level','emergency'),(2066,1033,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2067,1034,'level','emergency'),(2068,1034,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2069,1035,'level','emergency'),(2070,1035,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2071,1036,'level','emergency'),(2072,1036,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2073,1037,'level','emergency'),(2074,1037,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2075,1038,'level','emergency'),(2076,1038,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2077,1039,'level','emergency'),(2078,1039,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2079,1040,'level','emergency'),(2080,1040,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2081,1041,'level','emergency'),(2082,1041,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2083,1042,'level','emergency'),(2084,1042,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2085,1043,'level','emergency'),(2086,1043,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2087,1044,'level','emergency'),(2088,1044,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2089,1045,'level','emergency'),(2090,1045,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2091,1046,'level','emergency'),(2092,1046,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2093,1047,'level','emergency'),(2094,1047,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2095,1048,'level','emergency'),(2096,1048,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2097,1049,'level','emergency'),(2098,1049,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2099,1050,'level','emergency'),(2100,1050,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2101,1051,'level','emergency'),(2102,1051,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2103,1052,'level','emergency'),(2104,1052,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2105,1053,'level','emergency'),(2106,1053,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2107,1054,'level','emergency'),(2108,1054,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2109,1055,'level','emergency'),(2110,1055,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2111,1056,'level','emergency'),(2112,1056,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2113,1057,'level','emergency'),(2114,1057,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2115,1058,'level','emergency'),(2116,1058,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2117,1059,'level','emergency'),(2118,1059,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2119,1060,'level','emergency'),(2120,1060,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2121,1061,'level','emergency'),(2122,1061,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2123,1062,'level','emergency'),(2124,1062,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2125,1063,'level','emergency'),(2126,1063,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2127,1064,'level','emergency'),(2128,1064,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2129,1065,'level','emergency'),(2130,1065,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2131,1066,'level','emergency'),(2132,1066,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2133,1067,'level','emergency'),(2134,1067,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2135,1068,'level','emergency'),(2136,1068,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2137,1069,'level','emergency'),(2138,1069,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2139,1070,'level','emergency'),(2140,1070,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2141,1071,'level','emergency'),(2142,1071,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2143,1072,'level','emergency'),(2144,1072,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2145,1073,'level','emergency'),(2146,1073,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2147,1074,'level','emergency'),(2148,1074,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2149,1075,'level','emergency'),(2150,1075,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2151,1076,'level','emergency'),(2152,1076,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2153,1077,'level','emergency'),(2154,1077,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2155,1078,'level','emergency'),(2156,1078,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2157,1079,'level','emergency'),(2158,1079,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2159,1080,'level','emergency'),(2160,1080,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2161,1081,'level','emergency'),(2162,1081,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2163,1082,'level','emergency'),(2164,1082,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2165,1083,'level','emergency'),(2166,1083,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2167,1084,'level','emergency'),(2168,1084,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2169,1085,'level','emergency'),(2170,1085,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2171,1086,'level','emergency'),(2172,1086,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2173,1087,'level','emergency'),(2174,1087,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2175,1088,'level','emergency'),(2176,1088,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2177,1089,'level','emergency'),(2178,1089,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2179,1090,'level','emergency'),(2180,1090,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2181,1091,'level','emergency'),(2182,1091,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2183,1092,'level','emergency'),(2184,1092,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2185,1093,'level','emergency'),(2186,1093,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2187,1094,'level','emergency'),(2188,1094,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2189,1095,'level','emergency'),(2190,1095,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2191,1096,'level','emergency'),(2192,1096,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2193,1097,'level','emergency'),(2194,1097,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2195,1098,'level','emergency'),(2196,1098,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2197,1099,'level','emergency'),(2198,1099,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2199,1100,'level','emergency'),(2200,1100,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2201,1101,'level','emergency'),(2202,1101,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2203,1102,'level','emergency'),(2204,1102,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2205,1103,'level','emergency'),(2206,1103,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2207,1104,'level','emergency'),(2208,1104,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2209,1105,'level','emergency'),(2210,1105,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2211,1106,'level','emergency'),(2212,1106,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2213,1107,'level','emergency'),(2214,1107,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2215,1108,'level','emergency'),(2216,1108,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2217,1109,'level','emergency'),(2218,1109,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2219,1110,'level','emergency'),(2220,1110,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2221,1111,'level','emergency'),(2222,1111,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2223,1112,'level','emergency'),(2224,1112,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2225,1113,'level','emergency'),(2226,1113,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2227,1114,'level','emergency'),(2228,1114,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2229,1115,'level','emergency'),(2230,1115,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2231,1116,'level','emergency'),(2232,1116,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2233,1117,'level','emergency'),(2234,1117,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2235,1118,'level','emergency'),(2236,1118,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2237,1119,'level','emergency'),(2238,1119,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2239,1120,'level','emergency'),(2240,1120,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2241,1121,'level','emergency'),(2242,1121,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2243,1122,'level','emergency'),(2244,1122,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2245,1123,'level','emergency'),(2246,1123,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2247,1124,'level','emergency'),(2248,1124,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2249,1125,'level','emergency'),(2250,1125,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2251,1126,'level','emergency'),(2252,1126,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2253,1127,'level','emergency'),(2254,1127,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2255,1128,'level','emergency'),(2256,1128,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2257,1129,'level','emergency'),(2258,1129,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2259,1130,'level','emergency'),(2260,1130,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2261,1131,'level','emergency'),(2262,1131,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2263,1132,'level','emergency'),(2264,1132,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2265,1133,'level','emergency'),(2266,1133,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2267,1134,'level','emergency'),(2268,1134,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2269,1135,'level','emergency'),(2270,1135,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2271,1136,'level','emergency'),(2272,1136,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2273,1137,'level','emergency'),(2274,1137,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2275,1138,'level','emergency'),(2276,1138,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2277,1139,'level','emergency'),(2278,1139,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2279,1140,'level','emergency'),(2280,1140,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2281,1141,'level','emergency'),(2282,1141,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2283,1142,'level','emergency'),(2284,1142,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2285,1143,'level','emergency'),(2286,1143,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2287,1144,'level','emergency'),(2288,1144,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2289,1145,'level','emergency'),(2290,1145,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2291,1146,'level','emergency'),(2292,1146,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2293,1147,'level','emergency'),(2294,1147,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2295,1148,'level','emergency'),(2296,1148,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2297,1149,'level','emergency'),(2298,1149,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2299,1150,'level','emergency'),(2300,1150,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2301,1151,'level','emergency'),(2302,1151,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2303,1152,'level','emergency'),(2304,1152,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2305,1153,'level','emergency'),(2306,1153,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2307,1154,'level','emergency'),(2308,1154,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2309,1155,'level','emergency'),(2310,1155,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2311,1156,'level','emergency'),(2312,1156,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2313,1157,'level','emergency'),(2314,1157,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2315,1158,'level','emergency'),(2316,1158,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2317,1159,'level','emergency'),(2318,1159,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2319,1160,'level','emergency'),(2320,1160,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2321,1161,'level','emergency'),(2322,1161,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2323,1162,'level','emergency'),(2324,1162,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2325,1163,'level','emergency'),(2326,1163,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2327,1164,'level','emergency'),(2328,1164,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2329,1165,'level','emergency'),(2330,1165,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2331,1166,'level','emergency'),(2332,1166,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2333,1167,'level','emergency'),(2334,1167,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2335,1168,'level','emergency'),(2336,1168,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2337,1169,'level','emergency'),(2338,1169,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2339,1170,'level','emergency'),(2340,1170,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2341,1171,'level','emergency'),(2342,1171,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2343,1172,'level','emergency'),(2344,1172,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2345,1173,'level','emergency'),(2346,1173,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2347,1174,'level','emergency'),(2348,1174,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2349,1175,'level','emergency'),(2350,1175,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2351,1176,'level','emergency'),(2352,1176,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2353,1177,'level','emergency'),(2354,1177,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2355,1178,'level','emergency'),(2356,1178,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2357,1179,'level','emergency'),(2358,1179,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2359,1180,'level','emergency'),(2360,1180,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2361,1181,'level','emergency'),(2362,1181,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2363,1182,'level','emergency'),(2364,1182,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2365,1183,'level','emergency'),(2366,1183,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2367,1184,'level','emergency'),(2368,1184,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2369,1185,'level','emergency'),(2370,1185,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2371,1186,'level','emergency'),(2372,1186,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2373,1187,'level','emergency'),(2374,1187,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2375,1188,'level','emergency'),(2376,1188,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2377,1189,'level','emergency'),(2378,1189,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2379,1190,'level','emergency'),(2380,1190,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2381,1191,'level','emergency'),(2382,1191,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2383,1192,'level','emergency'),(2384,1192,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2385,1193,'level','emergency'),(2386,1193,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2387,1194,'level','emergency'),(2388,1194,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2389,1195,'level','emergency'),(2390,1195,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2391,1196,'level','emergency'),(2392,1196,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2393,1197,'level','emergency'),(2394,1197,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2395,1198,'level','emergency'),(2396,1198,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2397,1199,'level','emergency'),(2398,1199,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2399,1200,'level','emergency'),(2400,1200,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2401,1201,'level','emergency'),(2402,1201,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2403,1202,'level','emergency'),(2404,1202,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2405,1203,'level','emergency'),(2406,1203,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2407,1204,'level','emergency'),(2408,1204,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2409,1205,'level','emergency'),(2410,1205,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2411,1206,'level','emergency'),(2412,1206,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2413,1207,'level','emergency'),(2414,1207,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2415,1208,'level','emergency'),(2416,1208,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2417,1209,'level','emergency'),(2418,1209,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2419,1210,'level','emergency'),(2420,1210,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2421,1211,'level','emergency'),(2422,1211,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2423,1212,'level','emergency'),(2424,1212,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2425,1213,'level','emergency'),(2426,1213,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2427,1214,'level','emergency'),(2428,1214,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2429,1215,'level','emergency'),(2430,1215,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2431,1216,'level','emergency'),(2432,1216,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2433,1217,'level','emergency'),(2434,1217,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2435,1218,'level','emergency'),(2436,1218,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2437,1219,'level','emergency'),(2438,1219,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2439,1220,'level','emergency'),(2440,1220,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2441,1221,'level','emergency'),(2442,1221,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2443,1222,'level','emergency'),(2444,1222,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2445,1223,'level','emergency'),(2446,1223,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2447,1224,'level','emergency'),(2448,1224,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2449,1225,'level','emergency'),(2450,1225,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2451,1226,'level','emergency'),(2452,1226,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2453,1227,'level','emergency'),(2454,1227,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2455,1228,'level','emergency'),(2456,1228,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2457,1229,'level','emergency'),(2458,1229,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2459,1230,'level','emergency'),(2460,1230,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2461,1231,'level','emergency'),(2462,1231,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2463,1232,'level','emergency'),(2464,1232,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2465,1233,'level','emergency'),(2466,1233,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2467,1234,'level','emergency'),(2468,1234,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2469,1235,'level','emergency'),(2470,1235,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2471,1236,'level','emergency'),(2472,1236,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2473,1237,'level','emergency'),(2474,1237,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2475,1238,'level','emergency'),(2476,1238,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2477,1239,'level','emergency'),(2478,1239,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2479,1240,'level','emergency'),(2480,1240,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2481,1241,'level','emergency'),(2482,1241,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2483,1242,'level','emergency'),(2484,1242,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2485,1243,'level','emergency'),(2486,1243,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2487,1244,'level','emergency'),(2488,1244,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2489,1245,'level','emergency'),(2490,1245,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2491,1246,'level','emergency'),(2492,1246,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2493,1247,'level','emergency'),(2494,1247,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2495,1248,'level','emergency'),(2496,1248,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2497,1249,'level','emergency'),(2498,1249,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2499,1250,'level','emergency'),(2500,1250,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2501,1251,'level','emergency'),(2502,1251,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2503,1252,'level','emergency'),(2504,1252,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2505,1253,'level','emergency'),(2506,1253,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2507,1254,'level','emergency'),(2508,1254,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2509,1255,'level','emergency'),(2510,1255,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2511,1256,'level','emergency'),(2512,1256,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2513,1257,'level','emergency'),(2514,1257,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2515,1258,'level','emergency'),(2516,1258,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2517,1259,'level','emergency'),(2518,1259,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2519,1260,'level','emergency'),(2520,1260,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2521,1261,'level','emergency'),(2522,1261,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2523,1262,'level','emergency'),(2524,1262,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2525,1263,'level','emergency'),(2526,1263,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2527,1264,'level','emergency'),(2528,1264,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2529,1265,'level','emergency'),(2530,1265,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2531,1266,'level','emergency'),(2532,1266,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2533,1267,'level','emergency'),(2534,1267,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2535,1268,'level','emergency'),(2536,1268,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2537,1269,'level','emergency'),(2538,1269,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2539,1270,'level','emergency'),(2540,1270,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2541,1271,'level','emergency'),(2542,1271,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2543,1272,'level','emergency'),(2544,1272,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2545,1273,'level','emergency'),(2546,1273,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2547,1274,'level','emergency'),(2548,1274,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2549,1275,'level','emergency'),(2550,1275,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2551,1276,'level','emergency'),(2552,1276,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2553,1277,'level','emergency'),(2554,1277,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2555,1278,'level','emergency'),(2556,1278,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2557,1279,'level','emergency'),(2558,1279,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2559,1280,'level','emergency'),(2560,1280,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2561,1281,'level','emergency'),(2562,1281,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2563,1282,'level','emergency'),(2564,1282,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2565,1283,'level','emergency'),(2566,1283,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2567,1284,'level','emergency'),(2568,1284,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2569,1285,'level','emergency'),(2570,1285,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2571,1286,'level','emergency'),(2572,1286,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2573,1287,'level','emergency'),(2574,1287,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2575,1288,'level','emergency'),(2576,1288,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2577,1289,'level','emergency'),(2578,1289,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2579,1290,'level','emergency'),(2580,1290,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2581,1291,'level','emergency'),(2582,1291,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2583,1292,'level','emergency'),(2584,1292,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2585,1293,'level','emergency'),(2586,1293,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2587,1294,'level','emergency'),(2588,1294,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2589,1295,'level','emergency'),(2590,1295,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2591,1296,'level','emergency'),(2592,1296,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2593,1297,'level','emergency'),(2594,1297,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2595,1298,'level','emergency'),(2596,1298,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2597,1299,'level','emergency'),(2598,1299,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2599,1300,'level','emergency'),(2600,1300,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2601,1301,'level','emergency'),(2602,1301,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2603,1302,'level','emergency'),(2604,1302,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2605,1303,'level','emergency'),(2606,1303,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2607,1304,'level','emergency'),(2608,1304,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2609,1305,'level','emergency'),(2610,1305,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2611,1306,'level','emergency'),(2612,1306,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2613,1307,'level','emergency'),(2614,1307,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2615,1308,'level','emergency'),(2616,1308,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2617,1309,'level','emergency'),(2618,1309,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2619,1310,'level','emergency'),(2620,1310,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2621,1311,'level','emergency'),(2622,1311,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2623,1312,'level','emergency'),(2624,1312,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2625,1313,'level','emergency'),(2626,1313,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2627,1314,'level','emergency'),(2628,1314,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2629,1315,'level','emergency'),(2630,1315,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2631,1316,'level','emergency'),(2632,1316,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2633,1317,'level','emergency'),(2634,1317,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2635,1318,'level','emergency'),(2636,1318,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2637,1319,'level','emergency'),(2638,1319,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2639,1320,'level','emergency'),(2640,1320,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2641,1321,'level','emergency'),(2642,1321,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2643,1322,'level','emergency'),(2644,1322,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2645,1323,'level','emergency'),(2646,1323,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2647,1324,'level','emergency'),(2648,1324,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2649,1325,'level','emergency'),(2650,1325,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2651,1326,'level','emergency'),(2652,1326,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2653,1327,'level','emergency'),(2654,1327,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2655,1328,'level','emergency'),(2656,1328,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2657,1329,'level','emergency'),(2658,1329,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2659,1330,'level','emergency'),(2660,1330,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2661,1331,'level','emergency'),(2662,1331,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2663,1332,'level','emergency'),(2664,1332,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2665,1333,'level','emergency'),(2666,1333,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2667,1334,'level','emergency'),(2668,1334,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2669,1335,'level','emergency'),(2670,1335,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2671,1336,'level','emergency'),(2672,1336,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2673,1337,'level','emergency'),(2674,1337,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2675,1338,'level','emergency'),(2676,1338,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2677,1339,'level','emergency'),(2678,1339,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2679,1340,'level','emergency'),(2680,1340,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2681,1341,'level','emergency'),(2682,1341,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2683,1342,'level','emergency'),(2684,1342,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2685,1343,'level','emergency'),(2686,1343,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2687,1344,'level','emergency'),(2688,1344,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2689,1345,'level','emergency'),(2690,1345,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2691,1346,'level','emergency'),(2692,1346,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2693,1347,'level','emergency'),(2694,1347,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2695,1348,'level','emergency'),(2696,1348,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2697,1349,'level','emergency'),(2698,1349,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2699,1350,'level','emergency'),(2700,1350,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2701,1351,'level','emergency'),(2702,1351,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2703,1352,'level','emergency'),(2704,1352,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2705,1353,'level','emergency'),(2706,1353,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2707,1354,'level','emergency'),(2708,1354,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2709,1355,'level','emergency'),(2710,1355,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2711,1356,'level','emergency'),(2712,1356,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2713,1357,'level','emergency'),(2714,1357,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2715,1358,'level','emergency'),(2716,1358,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2717,1359,'level','emergency'),(2718,1359,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2719,1360,'level','emergency'),(2720,1360,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2721,1361,'level','emergency'),(2722,1361,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2723,1362,'level','emergency'),(2724,1362,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2725,1363,'level','emergency'),(2726,1363,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2727,1364,'level','emergency'),(2728,1364,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2729,1365,'level','emergency'),(2730,1365,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2731,1366,'level','emergency'),(2732,1366,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2733,1367,'level','emergency'),(2734,1367,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2735,1368,'level','emergency'),(2736,1368,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2737,1369,'level','emergency'),(2738,1369,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2739,1370,'level','emergency'),(2740,1370,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2741,1371,'level','emergency'),(2742,1371,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2743,1372,'level','emergency'),(2744,1372,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2745,1373,'level','emergency'),(2746,1373,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2747,1374,'level','emergency'),(2748,1374,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2749,1375,'level','emergency'),(2750,1375,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2751,1376,'level','emergency'),(2752,1376,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2753,1377,'level','emergency'),(2754,1377,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2755,1378,'level','emergency'),(2756,1378,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2757,1379,'level','emergency'),(2758,1379,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2759,1380,'level','emergency'),(2760,1380,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2761,1381,'level','emergency'),(2762,1381,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2763,1382,'level','emergency'),(2764,1382,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2765,1383,'level','emergency'),(2766,1383,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2767,1384,'level','emergency'),(2768,1384,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2769,1385,'level','emergency'),(2770,1385,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2771,1386,'level','emergency'),(2772,1386,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2773,1387,'level','emergency'),(2774,1387,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2775,1388,'level','emergency'),(2776,1388,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2777,1389,'level','emergency'),(2778,1389,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2779,1390,'level','emergency'),(2780,1390,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2781,1391,'level','emergency'),(2782,1391,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2783,1392,'level','emergency'),(2784,1392,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2785,1393,'level','emergency'),(2786,1393,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2787,1394,'level','emergency'),(2788,1394,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2789,1395,'level','emergency'),(2790,1395,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2791,1396,'level','emergency'),(2792,1396,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2793,1397,'level','emergency'),(2794,1397,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2795,1398,'level','emergency'),(2796,1398,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2797,1399,'level','emergency'),(2798,1399,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2799,1400,'level','emergency'),(2800,1400,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2801,1401,'level','emergency'),(2802,1401,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2803,1402,'level','emergency'),(2804,1402,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2805,1403,'level','emergency'),(2806,1403,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2807,1404,'level','emergency'),(2808,1404,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2809,1405,'level','emergency'),(2810,1405,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2811,1406,'level','emergency'),(2812,1406,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2813,1407,'level','emergency'),(2814,1407,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2815,1408,'level','emergency'),(2816,1408,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2817,1409,'level','emergency'),(2818,1409,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2819,1410,'level','emergency'),(2820,1410,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2821,1411,'level','emergency'),(2822,1411,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2823,1412,'level','emergency'),(2824,1412,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2825,1413,'level','emergency'),(2826,1413,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2827,1414,'level','emergency'),(2828,1414,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2829,1415,'level','emergency'),(2830,1415,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2831,1416,'level','emergency'),(2832,1416,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2833,1417,'level','emergency'),(2834,1417,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2835,1418,'level','emergency'),(2836,1418,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2837,1419,'level','emergency'),(2838,1419,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2839,1420,'level','emergency'),(2840,1420,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2841,1421,'level','emergency'),(2842,1421,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2843,1422,'level','emergency'),(2844,1422,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2845,1423,'level','emergency'),(2846,1423,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2847,1424,'level','emergency'),(2848,1424,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2849,1425,'level','emergency'),(2850,1425,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2851,1426,'level','emergency'),(2852,1426,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2853,1427,'level','emergency'),(2854,1427,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2855,1428,'level','emergency'),(2856,1428,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2857,1429,'level','emergency'),(2858,1429,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2859,1430,'level','emergency'),(2860,1430,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2861,1431,'level','emergency'),(2862,1431,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2863,1432,'level','emergency'),(2864,1432,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2865,1433,'level','emergency'),(2866,1433,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2867,1434,'level','emergency'),(2868,1434,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2869,1435,'level','emergency'),(2870,1435,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2871,1436,'level','emergency'),(2872,1436,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2873,1437,'level','emergency'),(2874,1437,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2875,1438,'level','emergency'),(2876,1438,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2877,1439,'level','emergency'),(2878,1439,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2879,1440,'level','emergency'),(2880,1440,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2881,1441,'level','emergency'),(2882,1441,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2883,1442,'level','emergency'),(2884,1442,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2885,1443,'level','emergency'),(2886,1443,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2887,1444,'level','emergency'),(2888,1444,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2889,1445,'level','emergency'),(2890,1445,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2891,1446,'level','emergency'),(2892,1446,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2893,1447,'level','emergency'),(2894,1447,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2895,1448,'level','emergency'),(2896,1448,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2897,1449,'level','emergency'),(2898,1449,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2899,1450,'level','emergency'),(2900,1450,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2901,1451,'level','emergency'),(2902,1451,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2903,1452,'level','emergency'),(2904,1452,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2905,1453,'level','emergency'),(2906,1453,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2907,1454,'level','emergency'),(2908,1454,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2909,1455,'level','emergency'),(2910,1455,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2911,1456,'level','emergency'),(2912,1456,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2913,1457,'level','emergency'),(2914,1457,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2915,1458,'level','emergency'),(2916,1458,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2917,1459,'level','emergency'),(2918,1459,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2919,1460,'level','emergency'),(2920,1460,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2921,1461,'level','emergency'),(2922,1461,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2923,1462,'level','emergency'),(2924,1462,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2925,1463,'level','emergency'),(2926,1463,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2927,1464,'level','emergency'),(2928,1464,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2929,1465,'level','emergency'),(2930,1465,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2931,1466,'level','emergency'),(2932,1466,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2933,1467,'level','emergency'),(2934,1467,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2935,1468,'level','emergency'),(2936,1468,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2937,1469,'level','emergency'),(2938,1469,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2939,1470,'level','emergency'),(2940,1470,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2941,1471,'level','emergency'),(2942,1471,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2943,1472,'level','emergency'),(2944,1472,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2945,1473,'level','emergency'),(2946,1473,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2947,1474,'level','emergency'),(2948,1474,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2949,1475,'level','emergency'),(2950,1475,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2951,1476,'level','emergency'),(2952,1476,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2953,1477,'level','emergency'),(2954,1477,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2955,1478,'level','emergency'),(2956,1478,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2957,1479,'level','emergency'),(2958,1479,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2959,1480,'level','emergency'),(2960,1480,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2961,1481,'level','emergency'),(2962,1481,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2963,1482,'level','emergency'),(2964,1482,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2965,1483,'level','emergency'),(2966,1483,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2967,1484,'level','emergency'),(2968,1484,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2969,1485,'level','emergency'),(2970,1485,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2971,1486,'level','emergency'),(2972,1486,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2973,1487,'level','emergency'),(2974,1487,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2975,1488,'level','emergency'),(2976,1488,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2977,1489,'level','emergency'),(2978,1489,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2979,1490,'level','emergency'),(2980,1490,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2981,1491,'level','emergency'),(2982,1491,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2983,1492,'level','emergency'),(2984,1492,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2985,1493,'level','emergency'),(2986,1493,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2987,1494,'level','emergency'),(2988,1494,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2989,1495,'level','emergency'),(2990,1495,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2991,1496,'level','emergency'),(2992,1496,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2993,1497,'level','emergency'),(2994,1497,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2995,1498,'level','emergency'),(2996,1498,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2997,1499,'level','emergency'),(2998,1499,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(2999,1500,'level','emergency'),(3000,1500,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3001,1501,'level','emergency'),(3002,1501,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3003,1502,'level','emergency'),(3004,1502,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3005,1503,'level','emergency'),(3006,1503,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3007,1504,'level','emergency'),(3008,1504,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3009,1505,'level','emergency'),(3010,1505,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3011,1506,'level','emergency'),(3012,1506,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3013,1507,'level','emergency'),(3014,1507,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3015,1508,'level','emergency'),(3016,1508,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3017,1509,'level','emergency'),(3018,1509,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3019,1510,'level','emergency'),(3020,1510,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3021,1511,'level','emergency'),(3022,1511,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3023,1512,'level','emergency'),(3024,1512,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3025,1513,'level','emergency'),(3026,1513,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3027,1514,'level','emergency'),(3028,1514,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3029,1515,'level','emergency'),(3030,1515,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3031,1516,'level','emergency'),(3032,1516,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3033,1517,'level','emergency'),(3034,1517,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3035,1518,'level','emergency'),(3036,1518,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3037,1519,'level','emergency'),(3038,1519,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3039,1520,'level','emergency'),(3040,1520,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3041,1521,'level','emergency'),(3042,1521,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3043,1522,'level','emergency'),(3044,1522,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3045,1523,'level','emergency'),(3046,1523,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3047,1524,'level','emergency'),(3048,1524,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3049,1525,'level','emergency'),(3050,1525,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3051,1526,'level','emergency'),(3052,1526,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3053,1527,'level','emergency'),(3054,1527,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3055,1528,'level','emergency'),(3056,1528,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3057,1529,'level','emergency'),(3058,1529,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3059,1530,'level','emergency'),(3060,1530,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3061,1531,'level','emergency'),(3062,1531,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3063,1532,'level','emergency'),(3064,1532,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3065,1533,'level','emergency'),(3066,1533,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3067,1534,'level','emergency'),(3068,1534,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3069,1535,'level','emergency'),(3070,1535,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3071,1536,'level','emergency'),(3072,1536,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3073,1537,'level','emergency'),(3074,1537,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3075,1538,'level','emergency'),(3076,1538,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3077,1539,'level','emergency'),(3078,1539,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3079,1540,'level','emergency'),(3080,1540,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3081,1541,'level','emergency'),(3082,1541,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3083,1542,'level','emergency'),(3084,1542,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3085,1543,'level','emergency'),(3086,1543,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3087,1544,'level','emergency'),(3088,1544,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3089,1545,'level','emergency'),(3090,1545,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3091,1546,'level','emergency'),(3092,1546,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3093,1547,'level','emergency'),(3094,1547,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3095,1548,'level','emergency'),(3096,1548,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3097,1549,'level','emergency'),(3098,1549,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3099,1550,'level','emergency'),(3100,1550,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3101,1551,'level','emergency'),(3102,1551,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3103,1552,'level','emergency'),(3104,1552,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3105,1553,'level','emergency'),(3106,1553,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3107,1554,'level','emergency'),(3108,1554,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3109,1555,'level','emergency'),(3110,1555,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3111,1556,'level','emergency'),(3112,1556,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3113,1557,'level','emergency'),(3114,1557,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3115,1558,'level','emergency'),(3116,1558,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3117,1559,'level','emergency'),(3118,1559,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3119,1560,'level','emergency'),(3120,1560,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3121,1561,'level','emergency'),(3122,1561,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3123,1562,'level','emergency'),(3124,1562,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3125,1563,'level','emergency'),(3126,1563,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3127,1564,'level','emergency'),(3128,1564,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3129,1565,'level','emergency'),(3130,1565,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3131,1566,'level','emergency'),(3132,1566,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3133,1567,'level','emergency'),(3134,1567,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3135,1568,'level','emergency'),(3136,1568,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3137,1569,'level','emergency'),(3138,1569,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3139,1570,'level','emergency'),(3140,1570,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3141,1571,'level','emergency'),(3142,1571,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3143,1572,'level','emergency'),(3144,1572,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3145,1573,'level','emergency'),(3146,1573,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3147,1574,'level','emergency'),(3148,1574,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3149,1575,'level','emergency'),(3150,1575,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3151,1576,'level','emergency'),(3152,1576,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3153,1577,'level','emergency'),(3154,1577,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3155,1578,'level','emergency'),(3156,1578,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3157,1579,'level','emergency'),(3158,1579,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3159,1580,'level','emergency'),(3160,1580,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3161,1581,'level','emergency'),(3162,1581,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3163,1582,'level','emergency'),(3164,1582,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3165,1583,'level','emergency'),(3166,1583,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3167,1584,'level','emergency'),(3168,1584,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3169,1585,'level','emergency'),(3170,1585,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3171,1586,'level','emergency'),(3172,1586,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3173,1587,'level','emergency'),(3174,1587,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3175,1588,'level','emergency'),(3176,1588,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3177,1589,'level','emergency'),(3178,1589,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3179,1590,'level','emergency'),(3180,1590,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3181,1591,'level','emergency'),(3182,1591,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3183,1592,'level','emergency'),(3184,1592,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3185,1593,'level','emergency'),(3186,1593,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3187,1594,'level','emergency'),(3188,1594,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3189,1595,'level','emergency'),(3190,1595,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3191,1596,'level','emergency'),(3192,1596,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3193,1597,'level','emergency'),(3194,1597,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3195,1598,'level','emergency'),(3196,1598,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3197,1599,'level','emergency'),(3198,1599,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3199,1600,'level','emergency'),(3200,1600,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3201,1601,'level','emergency'),(3202,1601,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3203,1602,'level','emergency'),(3204,1602,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3205,1603,'level','emergency'),(3206,1603,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3207,1604,'level','emergency'),(3208,1604,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3209,1605,'level','emergency'),(3210,1605,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3211,1606,'level','emergency'),(3212,1606,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3213,1607,'level','emergency'),(3214,1607,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3215,1608,'level','emergency'),(3216,1608,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3217,1609,'level','emergency'),(3218,1609,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3219,1610,'level','emergency'),(3220,1610,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3221,1611,'level','emergency'),(3222,1611,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3223,1612,'level','emergency'),(3224,1612,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3225,1613,'level','emergency'),(3226,1613,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3227,1614,'level','emergency'),(3228,1614,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3229,1615,'level','emergency'),(3230,1615,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3231,1616,'level','emergency'),(3232,1616,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3233,1617,'level','emergency'),(3234,1617,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3235,1618,'level','emergency'),(3236,1618,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3237,1619,'level','emergency'),(3238,1619,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3239,1620,'level','emergency'),(3240,1620,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3241,1621,'level','emergency'),(3242,1621,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3243,1622,'level','emergency'),(3244,1622,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3245,1623,'level','emergency'),(3246,1623,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3247,1624,'level','emergency'),(3248,1624,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3249,1625,'level','emergency'),(3250,1625,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3251,1626,'level','emergency'),(3252,1626,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3253,1627,'level','emergency'),(3254,1627,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3255,1628,'level','emergency'),(3256,1628,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3257,1629,'level','emergency'),(3258,1629,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3259,1630,'level','emergency'),(3260,1630,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3261,1631,'level','emergency'),(3262,1631,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3263,1632,'level','emergency'),(3264,1632,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3265,1633,'level','emergency'),(3266,1633,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3267,1634,'level','emergency'),(3268,1634,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3269,1635,'level','emergency'),(3270,1635,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3271,1636,'level','emergency'),(3272,1636,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3273,1637,'level','emergency'),(3274,1637,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3275,1638,'level','emergency'),(3276,1638,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3277,1639,'level','emergency'),(3278,1639,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3279,1640,'level','emergency'),(3280,1640,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3281,1641,'level','emergency'),(3282,1641,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3283,1642,'level','emergency'),(3284,1642,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3285,1643,'level','emergency'),(3286,1643,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3287,1644,'level','emergency'),(3288,1644,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3289,1645,'level','emergency'),(3290,1645,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3291,1646,'level','emergency'),(3292,1646,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3293,1647,'level','emergency'),(3294,1647,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3295,1648,'level','emergency'),(3296,1648,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3297,1649,'level','emergency'),(3298,1649,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3299,1650,'level','emergency'),(3300,1650,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3301,1651,'level','emergency'),(3302,1651,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3303,1652,'level','emergency'),(3304,1652,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3305,1653,'level','emergency'),(3306,1653,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3307,1654,'level','emergency'),(3308,1654,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3309,1655,'level','emergency'),(3310,1655,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3311,1656,'level','emergency'),(3312,1656,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3313,1657,'level','emergency'),(3314,1657,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3315,1658,'level','emergency'),(3316,1658,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3317,1659,'level','emergency'),(3318,1659,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3319,1660,'level','emergency'),(3320,1660,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3321,1661,'level','emergency'),(3322,1661,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3323,1662,'level','emergency'),(3324,1662,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3325,1663,'level','emergency'),(3326,1663,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3327,1664,'level','emergency'),(3328,1664,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3329,1665,'level','emergency'),(3330,1665,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3331,1666,'level','emergency'),(3332,1666,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3333,1667,'level','emergency'),(3334,1667,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3335,1668,'level','emergency'),(3336,1668,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3337,1669,'level','emergency'),(3338,1669,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3339,1670,'level','emergency'),(3340,1670,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3341,1671,'level','emergency'),(3342,1671,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3343,1672,'level','emergency'),(3344,1672,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3345,1673,'level','emergency'),(3346,1673,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3347,1674,'level','emergency'),(3348,1674,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3349,1675,'level','emergency'),(3350,1675,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3351,1676,'level','emergency'),(3352,1676,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3353,1677,'level','emergency'),(3354,1677,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3355,1678,'level','emergency'),(3356,1678,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3357,1679,'level','emergency'),(3358,1679,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3359,1680,'level','emergency'),(3360,1680,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3361,1681,'level','emergency'),(3362,1681,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3363,1682,'level','emergency'),(3364,1682,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3365,1683,'level','emergency'),(3366,1683,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3367,1684,'level','emergency'),(3368,1684,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3369,1685,'level','emergency'),(3370,1685,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3371,1686,'level','emergency'),(3372,1686,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3373,1687,'level','emergency'),(3374,1687,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3375,1688,'level','emergency'),(3376,1688,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3377,1689,'level','emergency'),(3378,1689,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3379,1690,'level','emergency'),(3380,1690,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3381,1691,'level','emergency'),(3382,1691,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3383,1692,'level','emergency'),(3384,1692,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3385,1693,'level','emergency'),(3386,1693,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3387,1694,'level','emergency'),(3388,1694,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3389,1695,'level','emergency'),(3390,1695,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3391,1696,'level','emergency'),(3392,1696,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3393,1697,'level','emergency'),(3394,1697,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3395,1698,'level','emergency'),(3396,1698,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3397,1699,'level','emergency'),(3398,1699,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3399,1700,'level','emergency'),(3400,1700,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3401,1701,'level','emergency'),(3402,1701,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3403,1702,'level','emergency'),(3404,1702,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3405,1703,'level','emergency'),(3406,1703,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3407,1704,'level','emergency'),(3408,1704,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3409,1705,'level','emergency'),(3410,1705,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3411,1706,'level','emergency'),(3412,1706,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3413,1707,'level','emergency'),(3414,1707,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3415,1708,'level','emergency'),(3416,1708,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3417,1709,'level','emergency'),(3418,1709,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3419,1710,'level','emergency'),(3420,1710,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3421,1711,'level','emergency'),(3422,1711,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3423,1712,'level','emergency'),(3424,1712,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3425,1713,'level','emergency'),(3426,1713,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3427,1714,'level','emergency'),(3428,1714,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3429,1715,'level','emergency'),(3430,1715,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3431,1716,'level','emergency'),(3432,1716,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3433,1717,'level','emergency'),(3434,1717,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3435,1718,'level','emergency'),(3436,1718,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3437,1719,'level','emergency'),(3438,1719,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3439,1720,'level','emergency'),(3440,1720,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3441,1721,'level','emergency'),(3442,1721,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3443,1722,'level','emergency'),(3444,1722,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3445,1723,'level','emergency'),(3446,1723,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3447,1724,'level','emergency'),(3448,1724,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3449,1725,'level','emergency'),(3450,1725,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3451,1726,'level','emergency'),(3452,1726,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3453,1727,'level','emergency'),(3454,1727,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3455,1728,'level','emergency'),(3456,1728,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3457,1729,'level','emergency'),(3458,1729,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3459,1730,'level','emergency'),(3460,1730,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3461,1731,'level','emergency'),(3462,1731,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3463,1732,'level','emergency'),(3464,1732,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3465,1733,'level','emergency'),(3466,1733,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3467,1734,'level','emergency'),(3468,1734,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3469,1735,'level','emergency'),(3470,1735,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3471,1736,'level','emergency'),(3472,1736,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3473,1737,'level','emergency'),(3474,1737,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3475,1738,'level','emergency'),(3476,1738,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3477,1739,'level','emergency'),(3478,1739,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3479,1740,'level','emergency'),(3480,1740,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3481,1741,'level','emergency'),(3482,1741,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3483,1742,'level','emergency'),(3484,1742,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3485,1743,'level','emergency'),(3486,1743,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3487,1744,'level','emergency'),(3488,1744,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3489,1745,'level','emergency'),(3490,1745,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3491,1746,'level','emergency'),(3492,1746,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3493,1747,'level','emergency'),(3494,1747,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3495,1748,'level','emergency'),(3496,1748,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3497,1749,'level','emergency'),(3498,1749,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3499,1750,'level','emergency'),(3500,1750,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3501,1751,'level','emergency'),(3502,1751,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3503,1752,'level','emergency'),(3504,1752,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3505,1753,'level','emergency'),(3506,1753,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3507,1754,'level','emergency'),(3508,1754,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3509,1755,'level','emergency'),(3510,1755,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3511,1756,'level','emergency'),(3512,1756,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3513,1757,'level','emergency'),(3514,1757,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3515,1758,'level','emergency'),(3516,1758,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3517,1759,'level','emergency'),(3518,1759,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3519,1760,'level','emergency'),(3520,1760,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3521,1761,'level','emergency'),(3522,1761,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3523,1762,'level','emergency'),(3524,1762,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3525,1763,'level','emergency'),(3526,1763,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3527,1764,'level','emergency'),(3528,1764,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3529,1765,'level','emergency'),(3530,1765,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3531,1766,'level','emergency'),(3532,1766,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3533,1767,'level','emergency'),(3534,1767,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3535,1768,'level','emergency'),(3536,1768,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3537,1769,'level','emergency'),(3538,1769,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3539,1770,'level','emergency'),(3540,1770,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3541,1771,'level','emergency'),(3542,1771,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3543,1772,'level','emergency'),(3544,1772,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3545,1773,'level','emergency'),(3546,1773,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3547,1774,'level','emergency'),(3548,1774,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3549,1775,'level','emergency'),(3550,1775,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3551,1776,'level','emergency'),(3552,1776,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3553,1777,'level','emergency'),(3554,1777,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3555,1778,'level','emergency'),(3556,1778,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3557,1779,'level','emergency'),(3558,1779,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3559,1780,'level','emergency'),(3560,1780,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3561,1781,'level','emergency'),(3562,1781,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3563,1782,'level','emergency'),(3564,1782,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3565,1783,'level','emergency'),(3566,1783,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3567,1784,'level','emergency'),(3568,1784,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3569,1785,'level','emergency'),(3570,1785,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3571,1786,'level','emergency'),(3572,1786,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3573,1787,'level','emergency'),(3574,1787,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3575,1788,'level','emergency'),(3576,1788,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3577,1789,'level','emergency'),(3578,1789,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3579,1790,'level','emergency'),(3580,1790,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3581,1791,'level','emergency'),(3582,1791,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3583,1792,'level','emergency'),(3584,1792,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3585,1793,'level','emergency'),(3586,1793,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3587,1794,'level','emergency'),(3588,1794,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3589,1795,'level','emergency'),(3590,1795,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3591,1796,'level','emergency'),(3592,1796,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3593,1797,'level','emergency'),(3594,1797,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3595,1798,'level','emergency'),(3596,1798,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3597,1799,'level','emergency'),(3598,1799,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3599,1800,'level','emergency'),(3600,1800,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3601,1801,'level','emergency'),(3602,1801,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3603,1802,'level','emergency'),(3604,1802,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3605,1803,'level','emergency'),(3606,1803,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3607,1804,'level','emergency'),(3608,1804,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3609,1805,'level','emergency'),(3610,1805,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3611,1806,'level','emergency'),(3612,1806,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3613,1807,'level','emergency'),(3614,1807,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3615,1808,'level','emergency'),(3616,1808,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3617,1809,'level','emergency'),(3618,1809,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3619,1810,'level','emergency'),(3620,1810,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3621,1811,'level','emergency'),(3622,1811,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3623,1812,'level','emergency'),(3624,1812,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3625,1813,'level','emergency'),(3626,1813,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3627,1814,'level','emergency'),(3628,1814,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3629,1815,'level','emergency'),(3630,1815,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3631,1816,'level','emergency'),(3632,1816,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3633,1817,'level','emergency'),(3634,1817,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3635,1818,'level','emergency'),(3636,1818,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3637,1819,'level','emergency'),(3638,1819,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3639,1820,'level','emergency'),(3640,1820,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3641,1821,'level','emergency'),(3642,1821,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3643,1822,'level','emergency'),(3644,1822,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3645,1823,'level','emergency'),(3646,1823,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3647,1824,'level','emergency'),(3648,1824,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3649,1825,'level','emergency'),(3650,1825,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3651,1826,'level','emergency'),(3652,1826,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3653,1827,'level','emergency'),(3654,1827,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3655,1828,'level','emergency'),(3656,1828,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3657,1829,'level','emergency'),(3658,1829,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3659,1830,'level','emergency'),(3660,1830,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3661,1831,'level','emergency'),(3662,1831,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3663,1832,'level','emergency'),(3664,1832,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3665,1833,'level','emergency'),(3666,1833,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3667,1834,'level','emergency'),(3668,1834,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3669,1835,'level','emergency'),(3670,1835,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3671,1836,'level','emergency'),(3672,1836,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3673,1837,'level','emergency'),(3674,1837,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3675,1838,'level','emergency'),(3676,1838,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3677,1839,'level','emergency'),(3678,1839,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3679,1840,'level','emergency'),(3680,1840,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3681,1841,'level','emergency'),(3682,1841,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3683,1842,'level','emergency'),(3684,1842,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3685,1843,'level','emergency'),(3686,1843,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3687,1844,'level','emergency'),(3688,1844,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3689,1845,'level','emergency'),(3690,1845,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3691,1846,'level','emergency'),(3692,1846,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3693,1847,'level','emergency'),(3694,1847,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3695,1848,'level','emergency'),(3696,1848,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3697,1849,'level','emergency'),(3698,1849,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3699,1850,'level','emergency'),(3700,1850,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3701,1851,'level','emergency'),(3702,1851,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3703,1852,'level','emergency'),(3704,1852,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3705,1853,'level','emergency'),(3706,1853,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3707,1854,'level','emergency'),(3708,1854,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3709,1855,'level','emergency'),(3710,1855,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3711,1856,'level','emergency'),(3712,1856,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3713,1857,'level','emergency'),(3714,1857,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3715,1858,'level','emergency'),(3716,1858,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3717,1859,'level','emergency'),(3718,1859,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3719,1860,'level','emergency'),(3720,1860,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3721,1861,'level','emergency'),(3722,1861,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3723,1862,'level','emergency'),(3724,1862,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3725,1863,'level','emergency'),(3726,1863,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3727,1864,'level','emergency'),(3728,1864,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3729,1865,'level','emergency'),(3730,1865,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3731,1866,'level','emergency'),(3732,1866,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3733,1867,'level','emergency'),(3734,1867,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3735,1868,'level','emergency'),(3736,1868,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3737,1869,'level','emergency'),(3738,1869,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3739,1870,'level','emergency'),(3740,1870,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3741,1871,'level','emergency'),(3742,1871,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3743,1872,'level','emergency'),(3744,1872,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3745,1873,'level','emergency'),(3746,1873,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3747,1874,'level','emergency'),(3748,1874,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3749,1875,'level','emergency'),(3750,1875,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3751,1876,'level','emergency'),(3752,1876,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3753,1877,'level','emergency'),(3754,1877,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3755,1878,'level','emergency'),(3756,1878,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3757,1879,'level','emergency'),(3758,1879,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3759,1880,'level','emergency'),(3760,1880,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3761,1881,'level','emergency'),(3762,1881,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3763,1882,'level','emergency'),(3764,1882,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3765,1883,'level','emergency'),(3766,1883,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3767,1884,'level','emergency'),(3768,1884,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3769,1885,'level','emergency'),(3770,1885,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3771,1886,'level','emergency'),(3772,1886,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3773,1887,'level','emergency'),(3774,1887,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3775,1888,'level','emergency'),(3776,1888,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3777,1889,'level','emergency'),(3778,1889,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3779,1890,'level','emergency'),(3780,1890,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3781,1891,'level','emergency'),(3782,1891,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3783,1892,'level','emergency'),(3784,1892,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3785,1893,'level','emergency'),(3786,1893,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3787,1894,'level','emergency'),(3788,1894,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3789,1895,'level','emergency'),(3790,1895,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3791,1896,'level','emergency'),(3792,1896,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3793,1897,'level','emergency'),(3794,1897,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3795,1898,'level','emergency'),(3796,1898,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3797,1899,'level','emergency'),(3798,1899,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3799,1900,'level','emergency'),(3800,1900,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3801,1901,'level','emergency'),(3802,1901,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3803,1902,'level','emergency'),(3804,1902,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3805,1903,'level','emergency'),(3806,1903,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3807,1904,'level','emergency'),(3808,1904,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3809,1905,'level','emergency'),(3810,1905,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3811,1906,'level','emergency'),(3812,1906,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3813,1907,'level','emergency'),(3814,1907,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3815,1908,'level','emergency'),(3816,1908,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3817,1909,'level','emergency'),(3818,1909,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3819,1910,'level','emergency'),(3820,1910,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3821,1911,'level','emergency'),(3822,1911,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3823,1912,'level','emergency'),(3824,1912,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3825,1913,'level','emergency'),(3826,1913,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3827,1914,'level','emergency'),(3828,1914,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3829,1915,'level','emergency'),(3830,1915,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3831,1916,'level','emergency'),(3832,1916,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3833,1917,'level','emergency'),(3834,1917,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3835,1918,'level','emergency'),(3836,1918,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3837,1919,'level','emergency'),(3838,1919,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3839,1920,'level','emergency'),(3840,1920,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3841,1921,'level','emergency'),(3842,1921,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3843,1922,'level','emergency'),(3844,1922,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3845,1923,'level','emergency'),(3846,1923,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3847,1924,'level','emergency'),(3848,1924,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3849,1925,'level','emergency'),(3850,1925,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3851,1926,'level','emergency'),(3852,1926,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3853,1927,'level','emergency'),(3854,1927,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3855,1928,'level','emergency'),(3856,1928,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3857,1929,'level','emergency'),(3858,1929,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3859,1930,'level','emergency'),(3860,1930,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3861,1931,'level','emergency'),(3862,1931,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3863,1932,'level','emergency'),(3864,1932,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3865,1933,'level','emergency'),(3866,1933,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3867,1934,'level','emergency'),(3868,1934,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3869,1935,'level','emergency'),(3870,1935,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3871,1936,'level','emergency'),(3872,1936,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3873,1937,'level','emergency'),(3874,1937,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3875,1938,'level','emergency'),(3876,1938,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3877,1939,'level','emergency'),(3878,1939,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3879,1940,'level','emergency'),(3880,1940,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3881,1941,'level','emergency'),(3882,1941,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3883,1942,'level','emergency'),(3884,1942,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3885,1943,'level','emergency'),(3886,1943,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3887,1944,'level','emergency'),(3888,1944,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3889,1945,'level','emergency'),(3890,1945,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3891,1946,'level','emergency'),(3892,1946,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3893,1947,'level','emergency'),(3894,1947,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3895,1948,'level','emergency'),(3896,1948,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3897,1949,'level','emergency'),(3898,1949,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3899,1950,'level','emergency'),(3900,1950,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3901,1951,'level','emergency'),(3902,1951,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3903,1952,'level','emergency'),(3904,1952,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3905,1953,'level','emergency'),(3906,1953,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3907,1954,'level','emergency'),(3908,1954,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3909,1955,'level','emergency'),(3910,1955,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3911,1956,'level','emergency'),(3912,1956,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3913,1957,'level','emergency'),(3914,1957,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3915,1958,'level','emergency'),(3916,1958,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3917,1959,'level','emergency'),(3918,1959,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3919,1960,'level','emergency'),(3920,1960,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3921,1961,'level','emergency'),(3922,1961,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3923,1962,'level','emergency'),(3924,1962,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3925,1963,'level','emergency'),(3926,1963,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3927,1964,'level','emergency'),(3928,1964,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3929,1965,'level','emergency'),(3930,1965,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3931,1966,'level','emergency'),(3932,1966,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3933,1967,'level','emergency'),(3934,1967,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3935,1968,'level','emergency'),(3936,1968,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3937,1969,'level','emergency'),(3938,1969,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3939,1970,'level','emergency'),(3940,1970,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3941,1971,'level','emergency'),(3942,1971,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3943,1972,'level','emergency'),(3944,1972,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3945,1973,'level','emergency'),(3946,1973,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3947,1974,'level','emergency'),(3948,1974,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3949,1975,'level','emergency'),(3950,1975,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3951,1976,'level','emergency'),(3952,1976,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3953,1977,'level','emergency'),(3954,1977,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3955,1978,'level','emergency'),(3956,1978,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3957,1979,'level','emergency'),(3958,1979,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3959,1980,'level','emergency'),(3960,1980,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3961,1981,'level','emergency'),(3962,1981,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3963,1982,'level','emergency'),(3964,1982,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3965,1983,'level','emergency'),(3966,1983,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3967,1984,'level','emergency'),(3968,1984,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3969,1985,'level','emergency'),(3970,1985,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3971,1986,'level','emergency'),(3972,1986,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3973,1987,'level','emergency'),(3974,1987,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3975,1988,'level','emergency'),(3976,1988,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3977,1989,'level','emergency'),(3978,1989,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3979,1990,'level','emergency'),(3980,1990,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3981,1991,'level','emergency'),(3982,1991,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3983,1992,'level','emergency'),(3984,1992,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3985,1993,'level','emergency'),(3986,1993,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3987,1994,'level','emergency'),(3988,1994,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3989,1995,'level','emergency'),(3990,1995,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3991,1996,'level','emergency'),(3992,1996,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3993,1997,'level','emergency'),(3994,1997,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3995,1998,'level','emergency'),(3996,1998,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3997,1999,'level','emergency'),(3998,1999,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(3999,2000,'level','emergency'),(4000,2000,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4001,2001,'level','emergency'),(4002,2001,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4003,2002,'level','emergency'),(4004,2002,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4005,2003,'level','emergency'),(4006,2003,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4007,2004,'level','emergency'),(4008,2004,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4009,2005,'level','emergency'),(4010,2005,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4011,2006,'level','emergency'),(4012,2006,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4013,2007,'level','emergency'),(4014,2007,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4015,2008,'level','emergency'),(4016,2008,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4017,2009,'level','emergency'),(4018,2009,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4019,2010,'level','emergency'),(4020,2010,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4021,2011,'level','emergency'),(4022,2011,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4023,2012,'level','emergency'),(4024,2012,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4025,2013,'level','emergency'),(4026,2013,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4027,2014,'level','emergency'),(4028,2014,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4029,2015,'level','emergency'),(4030,2015,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4031,2016,'level','emergency'),(4032,2016,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4033,2017,'level','emergency'),(4034,2017,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4035,2018,'level','emergency'),(4036,2018,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4037,2019,'level','emergency'),(4038,2019,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4039,2020,'level','emergency'),(4040,2020,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4041,2021,'level','emergency'),(4042,2021,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4043,2022,'level','emergency'),(4044,2022,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4045,2023,'level','emergency'),(4046,2023,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4047,2024,'level','emergency'),(4048,2024,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4049,2025,'level','emergency'),(4050,2025,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4051,2026,'level','emergency'),(4052,2026,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4053,2027,'level','emergency'),(4054,2027,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4055,2028,'level','emergency'),(4056,2028,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4057,2029,'level','emergency'),(4058,2029,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4059,2030,'level','emergency'),(4060,2030,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4061,2031,'level','emergency'),(4062,2031,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4063,2032,'level','emergency'),(4064,2032,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4065,2033,'level','emergency'),(4066,2033,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4067,2034,'level','emergency'),(4068,2034,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4069,2035,'level','emergency'),(4070,2035,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4071,2036,'level','emergency'),(4072,2036,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4073,2037,'level','emergency'),(4074,2037,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4075,2038,'level','emergency'),(4076,2038,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4077,2039,'level','emergency'),(4078,2039,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4079,2040,'level','emergency'),(4080,2040,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4081,2041,'level','emergency'),(4082,2041,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4083,2042,'level','emergency'),(4084,2042,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4085,2043,'level','emergency'),(4086,2043,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4087,2044,'level','emergency'),(4088,2044,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4089,2045,'level','emergency'),(4090,2045,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4091,2046,'level','emergency'),(4092,2046,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4093,2047,'level','emergency'),(4094,2047,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4095,2048,'level','emergency'),(4096,2048,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4097,2049,'level','emergency'),(4098,2049,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4099,2050,'level','emergency'),(4100,2050,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4101,2051,'level','emergency'),(4102,2051,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4103,2052,'level','emergency'),(4104,2052,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4105,2053,'level','emergency'),(4106,2053,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4107,2054,'level','emergency'),(4108,2054,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4109,2055,'level','emergency'),(4110,2055,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4111,2056,'level','emergency'),(4112,2056,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4113,2057,'level','emergency'),(4114,2057,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4115,2058,'level','emergency'),(4116,2058,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4117,2059,'level','emergency'),(4118,2059,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4119,2060,'level','emergency'),(4120,2060,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4121,2061,'level','emergency'),(4122,2061,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4123,2062,'level','emergency'),(4124,2062,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4125,2063,'level','emergency'),(4126,2063,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4127,2064,'level','emergency'),(4128,2064,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4129,2065,'level','emergency'),(4130,2065,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4131,2066,'level','emergency'),(4132,2066,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4133,2067,'level','emergency'),(4134,2067,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4135,2068,'level','emergency'),(4136,2068,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4137,2069,'level','emergency'),(4138,2069,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4139,2070,'level','emergency'),(4140,2070,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4141,2071,'level','emergency'),(4142,2071,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4143,2072,'level','emergency'),(4144,2072,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4145,2073,'level','emergency'),(4146,2073,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4147,2074,'level','emergency'),(4148,2074,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4149,2075,'level','emergency'),(4150,2075,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4151,2076,'level','emergency'),(4152,2076,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4153,2077,'level','emergency'),(4154,2077,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4155,2078,'level','emergency'),(4156,2078,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4157,2079,'level','emergency'),(4158,2079,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4159,2080,'level','emergency'),(4160,2080,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4161,2081,'level','emergency'),(4162,2081,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4163,2082,'level','emergency'),(4164,2082,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4165,2083,'level','emergency'),(4166,2083,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4167,2084,'level','emergency'),(4168,2084,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4169,2085,'level','emergency'),(4170,2085,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4171,2086,'level','emergency'),(4172,2086,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4173,2087,'level','emergency'),(4174,2087,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4175,2088,'level','emergency'),(4176,2088,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4177,2089,'level','emergency'),(4178,2089,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4179,2090,'level','emergency'),(4180,2090,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4181,2091,'level','emergency'),(4182,2091,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4183,2092,'level','emergency'),(4184,2092,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4185,2093,'level','emergency'),(4186,2093,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4187,2094,'level','emergency'),(4188,2094,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4189,2095,'level','emergency'),(4190,2095,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4191,2096,'level','emergency'),(4192,2096,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4193,2097,'level','emergency'),(4194,2097,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4195,2098,'level','emergency'),(4196,2098,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4197,2099,'level','emergency'),(4198,2099,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4199,2100,'level','emergency'),(4200,2100,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4201,2101,'level','emergency'),(4202,2101,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4203,2102,'level','emergency'),(4204,2102,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4205,2103,'level','emergency'),(4206,2103,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4207,2104,'level','emergency'),(4208,2104,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4209,2105,'level','emergency'),(4210,2105,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4211,2106,'level','emergency'),(4212,2106,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4213,2107,'level','emergency'),(4214,2107,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4215,2108,'level','emergency'),(4216,2108,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4217,2109,'level','emergency'),(4218,2109,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4219,2110,'level','emergency'),(4220,2110,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4221,2111,'level','emergency'),(4222,2111,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4223,2112,'level','emergency'),(4224,2112,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4225,2113,'level','emergency'),(4226,2113,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4227,2114,'level','emergency'),(4228,2114,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4229,2115,'level','emergency'),(4230,2115,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4231,2116,'level','emergency'),(4232,2116,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4233,2117,'level','emergency'),(4234,2117,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4235,2118,'level','emergency'),(4236,2118,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4237,2119,'level','emergency'),(4238,2119,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4239,2120,'level','emergency'),(4240,2120,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4241,2121,'level','emergency'),(4242,2121,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4243,2122,'level','emergency'),(4244,2122,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4245,2123,'level','emergency'),(4246,2123,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4247,2124,'level','emergency'),(4248,2124,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4249,2125,'level','emergency'),(4250,2125,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4251,2126,'level','emergency'),(4252,2126,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4253,2127,'level','emergency'),(4254,2127,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4255,2128,'level','emergency'),(4256,2128,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4257,2129,'level','emergency'),(4258,2129,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4259,2130,'level','emergency'),(4260,2130,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4261,2131,'level','emergency'),(4262,2131,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4263,2132,'level','emergency'),(4264,2132,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4265,2133,'level','emergency'),(4266,2133,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4267,2134,'level','emergency'),(4268,2134,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4269,2135,'level','emergency'),(4270,2135,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4271,2136,'level','emergency'),(4272,2136,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4273,2137,'level','emergency'),(4274,2137,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4275,2138,'level','emergency'),(4276,2138,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4277,2139,'level','emergency'),(4278,2139,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4279,2140,'level','emergency'),(4280,2140,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4281,2141,'level','emergency'),(4282,2141,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4283,2142,'level','emergency'),(4284,2142,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4285,2143,'level','emergency'),(4286,2143,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4287,2144,'level','emergency'),(4288,2144,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4289,2145,'level','emergency'),(4290,2145,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4291,2146,'level','emergency'),(4292,2146,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4293,2147,'level','emergency'),(4294,2147,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4295,2148,'level','emergency'),(4296,2148,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4297,2149,'level','emergency'),(4298,2149,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4299,2150,'level','emergency'),(4300,2150,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4301,2151,'level','emergency'),(4302,2151,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4303,2152,'level','emergency'),(4304,2152,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4305,2153,'level','emergency'),(4306,2153,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4307,2154,'level','emergency'),(4308,2154,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4309,2155,'level','emergency'),(4310,2155,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4311,2156,'level','emergency'),(4312,2156,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4313,2157,'level','emergency'),(4314,2157,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4315,2158,'level','emergency'),(4316,2158,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4317,2159,'level','emergency'),(4318,2159,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4319,2160,'level','emergency'),(4320,2160,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4321,2161,'level','emergency'),(4322,2161,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4323,2162,'level','emergency'),(4324,2162,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4325,2163,'level','emergency'),(4326,2163,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4327,2164,'level','emergency'),(4328,2164,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4329,2165,'level','emergency'),(4330,2165,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4331,2166,'level','emergency'),(4332,2166,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4333,2167,'level','emergency'),(4334,2167,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4335,2168,'level','emergency'),(4336,2168,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4337,2169,'level','emergency'),(4338,2169,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4339,2170,'level','emergency'),(4340,2170,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4341,2171,'level','emergency'),(4342,2171,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4343,2172,'level','emergency'),(4344,2172,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4345,2173,'level','emergency'),(4346,2173,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4347,2174,'level','emergency'),(4348,2174,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4349,2175,'level','emergency'),(4350,2175,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4351,2176,'level','emergency'),(4352,2176,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4353,2177,'level','emergency'),(4354,2177,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4355,2178,'level','emergency'),(4356,2178,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4357,2179,'level','emergency'),(4358,2179,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4359,2180,'level','emergency'),(4360,2180,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4361,2181,'level','emergency'),(4362,2181,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4363,2182,'level','emergency'),(4364,2182,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4365,2183,'level','emergency'),(4366,2183,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4367,2184,'level','emergency'),(4368,2184,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4369,2185,'level','emergency'),(4370,2185,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4371,2186,'level','emergency'),(4372,2186,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4373,2187,'level','emergency'),(4374,2187,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4375,2188,'level','emergency'),(4376,2188,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4377,2189,'level','emergency'),(4378,2189,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4379,2190,'level','emergency'),(4380,2190,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4381,2191,'level','emergency'),(4382,2191,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4383,2192,'level','emergency'),(4384,2192,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4385,2193,'level','emergency'),(4386,2193,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4387,2194,'level','emergency'),(4388,2194,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4389,2195,'level','emergency'),(4390,2195,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4391,2196,'level','emergency'),(4392,2196,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4393,2197,'level','emergency'),(4394,2197,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4395,2198,'level','emergency'),(4396,2198,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4397,2199,'level','emergency'),(4398,2199,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4399,2200,'level','emergency'),(4400,2200,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4401,2201,'level','emergency'),(4402,2201,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4403,2202,'level','emergency'),(4404,2202,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4405,2203,'level','emergency'),(4406,2203,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4407,2204,'level','emergency'),(4408,2204,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4409,2205,'level','emergency'),(4410,2205,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4411,2206,'level','emergency'),(4412,2206,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4413,2207,'level','emergency'),(4414,2207,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4415,2208,'level','emergency'),(4416,2208,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4417,2209,'level','emergency'),(4418,2209,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4419,2210,'level','emergency'),(4420,2210,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4421,2211,'level','emergency'),(4422,2211,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4423,2212,'level','emergency'),(4424,2212,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4425,2213,'level','emergency'),(4426,2213,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4427,2214,'level','emergency'),(4428,2214,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4429,2215,'level','emergency'),(4430,2215,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4431,2216,'level','emergency'),(4432,2216,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4433,2217,'level','emergency'),(4434,2217,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4435,2218,'level','emergency'),(4436,2218,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4437,2219,'level','emergency'),(4438,2219,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4439,2220,'level','emergency'),(4440,2220,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4441,2221,'level','emergency'),(4442,2221,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4443,2222,'level','emergency'),(4444,2222,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4445,2223,'level','emergency'),(4446,2223,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4447,2224,'level','emergency'),(4448,2224,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4449,2225,'level','emergency'),(4450,2225,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4451,2226,'level','emergency'),(4452,2226,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4453,2227,'level','emergency'),(4454,2227,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4455,2228,'level','emergency'),(4456,2228,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4457,2229,'level','emergency'),(4458,2229,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4459,2230,'level','emergency'),(4460,2230,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4461,2231,'level','emergency'),(4462,2231,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4463,2232,'level','emergency'),(4464,2232,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4465,2233,'level','emergency'),(4466,2233,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4467,2234,'level','emergency'),(4468,2234,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4469,2235,'level','emergency'),(4470,2235,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4471,2236,'level','emergency'),(4472,2236,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4473,2237,'level','emergency'),(4474,2237,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4475,2238,'level','emergency'),(4476,2238,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4477,2239,'level','emergency'),(4478,2239,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4479,2240,'level','emergency'),(4480,2240,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4481,2241,'level','emergency'),(4482,2241,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4483,2242,'level','emergency'),(4484,2242,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4485,2243,'level','emergency'),(4486,2243,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4487,2244,'level','emergency'),(4488,2244,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4489,2245,'level','emergency'),(4490,2245,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4491,2246,'level','emergency'),(4492,2246,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4493,2247,'level','emergency'),(4494,2247,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4495,2248,'level','emergency'),(4496,2248,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4497,2249,'level','emergency'),(4498,2249,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4499,2250,'level','emergency'),(4500,2250,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4501,2251,'level','emergency'),(4502,2251,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4503,2252,'level','emergency'),(4504,2252,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4505,2253,'level','emergency'),(4506,2253,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4507,2254,'level','emergency'),(4508,2254,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4509,2255,'level','emergency'),(4510,2255,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4511,2256,'level','emergency'),(4512,2256,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4513,2257,'level','emergency'),(4514,2257,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4515,2258,'level','emergency'),(4516,2258,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4517,2259,'level','emergency'),(4518,2259,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4519,2260,'level','emergency'),(4520,2260,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4521,2261,'level','emergency'),(4522,2261,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4523,2262,'level','emergency'),(4524,2262,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4525,2263,'level','emergency'),(4526,2263,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4527,2264,'level','emergency'),(4528,2264,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4529,2265,'level','emergency'),(4530,2265,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4531,2266,'level','emergency'),(4532,2266,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4533,2267,'level','emergency'),(4534,2267,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4535,2268,'level','emergency'),(4536,2268,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4537,2269,'level','emergency'),(4538,2269,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4539,2270,'level','emergency'),(4540,2270,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4541,2271,'level','emergency'),(4542,2271,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4543,2272,'level','emergency'),(4544,2272,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4545,2273,'level','emergency'),(4546,2273,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4547,2274,'level','emergency'),(4548,2274,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4549,2275,'level','emergency'),(4550,2275,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4551,2276,'level','emergency'),(4552,2276,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4553,2277,'level','emergency'),(4554,2277,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4555,2278,'level','emergency'),(4556,2278,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4557,2279,'level','emergency'),(4558,2279,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4559,2280,'level','emergency'),(4560,2280,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4561,2281,'level','emergency'),(4562,2281,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4563,2282,'level','emergency'),(4564,2282,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4565,2283,'level','emergency'),(4566,2283,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4567,2284,'level','emergency'),(4568,2284,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4569,2285,'level','emergency'),(4570,2285,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4571,2286,'level','emergency'),(4572,2286,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4573,2287,'level','emergency'),(4574,2287,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4575,2288,'level','emergency'),(4576,2288,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4577,2289,'level','emergency'),(4578,2289,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4579,2290,'level','emergency'),(4580,2290,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4581,2291,'level','emergency'),(4582,2291,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4583,2292,'level','emergency'),(4584,2292,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4585,2293,'level','emergency'),(4586,2293,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4587,2294,'level','emergency'),(4588,2294,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4589,2295,'level','emergency'),(4590,2295,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4591,2296,'level','emergency'),(4592,2296,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4593,2297,'level','emergency'),(4594,2297,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4595,2298,'level','emergency'),(4596,2298,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4597,2299,'level','emergency'),(4598,2299,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4599,2300,'level','emergency'),(4600,2300,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4601,2301,'level','emergency'),(4602,2301,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4603,2302,'level','emergency'),(4604,2302,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4605,2303,'level','emergency'),(4606,2303,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4607,2304,'level','emergency'),(4608,2304,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4609,2305,'level','emergency'),(4610,2305,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4611,2306,'level','emergency'),(4612,2306,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4613,2307,'level','emergency'),(4614,2307,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4615,2308,'level','emergency'),(4616,2308,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4617,2309,'level','emergency'),(4618,2309,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4619,2310,'level','emergency'),(4620,2310,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4621,2311,'level','emergency'),(4622,2311,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4623,2312,'level','emergency'),(4624,2312,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4625,2313,'level','emergency'),(4626,2313,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4627,2314,'level','emergency'),(4628,2314,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4629,2315,'level','emergency'),(4630,2315,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4631,2316,'level','emergency'),(4632,2316,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4633,2317,'level','emergency'),(4634,2317,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4635,2318,'level','emergency'),(4636,2318,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4637,2319,'level','emergency'),(4638,2319,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4639,2320,'level','emergency'),(4640,2320,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4641,2321,'level','emergency'),(4642,2321,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4643,2322,'level','emergency'),(4644,2322,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4645,2323,'level','emergency'),(4646,2323,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4647,2324,'level','emergency'),(4648,2324,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4649,2325,'level','emergency'),(4650,2325,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4651,2326,'level','emergency'),(4652,2326,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4653,2327,'level','emergency'),(4654,2327,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4655,2328,'level','emergency'),(4656,2328,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4657,2329,'level','emergency'),(4658,2329,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4659,2330,'level','emergency'),(4660,2330,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4661,2331,'level','emergency'),(4662,2331,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4663,2332,'level','emergency'),(4664,2332,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4665,2333,'level','emergency'),(4666,2333,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4667,2334,'level','emergency'),(4668,2334,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4669,2335,'level','emergency'),(4670,2335,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4671,2336,'level','emergency'),(4672,2336,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4673,2337,'level','emergency'),(4674,2337,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4675,2338,'level','emergency'),(4676,2338,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4677,2339,'level','emergency'),(4678,2339,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4679,2340,'level','emergency'),(4680,2340,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4681,2341,'level','emergency'),(4682,2341,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4683,2342,'level','emergency'),(4684,2342,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4685,2343,'level','emergency'),(4686,2343,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4687,2344,'level','emergency'),(4688,2344,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4689,2345,'level','emergency'),(4690,2345,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4691,2346,'level','emergency'),(4692,2346,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4693,2347,'level','emergency'),(4694,2347,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4695,2348,'level','emergency'),(4696,2348,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4697,2349,'level','emergency'),(4698,2349,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4699,2350,'level','emergency'),(4700,2350,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4701,2351,'level','emergency'),(4702,2351,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4703,2352,'level','emergency'),(4704,2352,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4705,2353,'level','emergency'),(4706,2353,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4707,2354,'level','emergency'),(4708,2354,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4709,2355,'level','emergency'),(4710,2355,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4711,2356,'level','emergency'),(4712,2356,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4713,2357,'level','emergency'),(4714,2357,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4715,2358,'level','emergency'),(4716,2358,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4717,2359,'level','emergency'),(4718,2359,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4719,2360,'level','emergency'),(4720,2360,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4721,2361,'level','emergency'),(4722,2361,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4723,2362,'level','emergency'),(4724,2362,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4725,2363,'level','emergency'),(4726,2363,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4727,2364,'level','emergency'),(4728,2364,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4729,2365,'level','emergency'),(4730,2365,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4731,2366,'level','emergency'),(4732,2366,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4733,2367,'level','emergency'),(4734,2367,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4735,2368,'level','emergency'),(4736,2368,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4737,2369,'level','emergency'),(4738,2369,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4739,2370,'level','emergency'),(4740,2370,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4741,2371,'level','emergency'),(4742,2371,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4743,2372,'level','emergency'),(4744,2372,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4745,2373,'level','emergency'),(4746,2373,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4747,2374,'level','emergency'),(4748,2374,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4749,2375,'level','emergency'),(4750,2375,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4751,2376,'level','emergency'),(4752,2376,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4753,2377,'level','emergency'),(4754,2377,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4755,2378,'level','emergency'),(4756,2378,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4757,2379,'level','emergency'),(4758,2379,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4759,2380,'level','emergency'),(4760,2380,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4761,2381,'level','emergency'),(4762,2381,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4763,2382,'level','emergency'),(4764,2382,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4765,2383,'level','emergency'),(4766,2383,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4767,2384,'level','emergency'),(4768,2384,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4769,2385,'level','emergency'),(4770,2385,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4771,2386,'level','emergency'),(4772,2386,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4773,2387,'level','emergency'),(4774,2387,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4775,2388,'level','emergency'),(4776,2388,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4777,2389,'level','emergency'),(4778,2389,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4779,2390,'level','emergency'),(4780,2390,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4781,2391,'level','emergency'),(4782,2391,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4783,2392,'level','emergency'),(4784,2392,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4785,2393,'level','emergency'),(4786,2393,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4787,2394,'level','emergency'),(4788,2394,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4789,2395,'level','emergency'),(4790,2395,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4791,2396,'level','emergency'),(4792,2396,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4793,2397,'level','emergency'),(4794,2397,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4795,2398,'level','emergency'),(4796,2398,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4797,2399,'level','emergency'),(4798,2399,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4799,2400,'level','emergency'),(4800,2400,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4801,2401,'level','emergency'),(4802,2401,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4803,2402,'level','emergency'),(4804,2402,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4805,2403,'level','emergency'),(4806,2403,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4807,2404,'level','emergency'),(4808,2404,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4809,2405,'level','emergency'),(4810,2405,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4811,2406,'level','emergency'),(4812,2406,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4813,2407,'level','emergency'),(4814,2407,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4815,2408,'level','emergency'),(4816,2408,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4817,2409,'level','emergency'),(4818,2409,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4819,2410,'level','emergency'),(4820,2410,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4821,2411,'level','emergency'),(4822,2411,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4823,2412,'level','emergency'),(4824,2412,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4825,2413,'level','emergency'),(4826,2413,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4827,2414,'level','emergency'),(4828,2414,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4829,2415,'level','emergency'),(4830,2415,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4831,2416,'level','emergency'),(4832,2416,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4833,2417,'level','emergency'),(4834,2417,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4835,2418,'level','emergency'),(4836,2418,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4837,2419,'level','emergency'),(4838,2419,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4839,2420,'level','emergency'),(4840,2420,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4841,2421,'level','emergency'),(4842,2421,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4843,2422,'level','emergency'),(4844,2422,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4845,2423,'level','emergency'),(4846,2423,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4847,2424,'level','emergency'),(4848,2424,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4849,2425,'level','emergency'),(4850,2425,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4851,2426,'level','emergency'),(4852,2426,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4853,2427,'level','emergency'),(4854,2427,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4855,2428,'level','emergency'),(4856,2428,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4857,2429,'level','emergency'),(4858,2429,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4859,2430,'level','emergency'),(4860,2430,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4861,2431,'level','emergency'),(4862,2431,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4863,2432,'level','emergency'),(4864,2432,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4865,2433,'level','emergency'),(4866,2433,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4867,2434,'level','emergency'),(4868,2434,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4869,2435,'level','emergency'),(4870,2435,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4871,2436,'level','emergency'),(4872,2436,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4873,2437,'level','emergency'),(4874,2437,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4875,2438,'level','emergency'),(4876,2438,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4877,2439,'level','emergency'),(4878,2439,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4879,2440,'level','emergency'),(4880,2440,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4881,2441,'level','emergency'),(4882,2441,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4883,2442,'level','emergency'),(4884,2442,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4885,2443,'level','emergency'),(4886,2443,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4887,2444,'level','emergency'),(4888,2444,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4889,2445,'level','emergency'),(4890,2445,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4891,2446,'level','emergency'),(4892,2446,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4893,2447,'level','emergency'),(4894,2447,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4895,2448,'level','emergency'),(4896,2448,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4897,2449,'level','emergency'),(4898,2449,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4899,2450,'level','emergency'),(4900,2450,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4901,2451,'level','emergency'),(4902,2451,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4903,2452,'level','emergency'),(4904,2452,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4905,2453,'level','emergency'),(4906,2453,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4907,2454,'level','emergency'),(4908,2454,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4909,2455,'level','emergency'),(4910,2455,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4911,2456,'level','emergency'),(4912,2456,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4913,2457,'level','emergency'),(4914,2457,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4915,2458,'level','emergency'),(4916,2458,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4917,2459,'level','emergency'),(4918,2459,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4919,2460,'level','emergency'),(4920,2460,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4921,2461,'level','emergency'),(4922,2461,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4923,2462,'level','emergency'),(4924,2462,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4925,2463,'level','emergency'),(4926,2463,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4927,2464,'level','emergency'),(4928,2464,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4929,2465,'level','emergency'),(4930,2465,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4931,2466,'level','emergency'),(4932,2466,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4933,2467,'level','emergency'),(4934,2467,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4935,2468,'level','emergency'),(4936,2468,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4937,2469,'level','emergency'),(4938,2469,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4939,2470,'level','emergency'),(4940,2470,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4941,2471,'level','emergency'),(4942,2471,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4943,2472,'level','emergency'),(4944,2472,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4945,2473,'level','emergency'),(4946,2473,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4947,2474,'level','emergency'),(4948,2474,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4949,2475,'level','emergency'),(4950,2475,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4951,2476,'level','emergency'),(4952,2476,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4953,2477,'level','emergency'),(4954,2477,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4955,2478,'level','emergency'),(4956,2478,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4957,2479,'level','emergency'),(4958,2479,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4959,2480,'level','emergency'),(4960,2480,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4961,2481,'level','emergency'),(4962,2481,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4963,2482,'level','emergency'),(4964,2482,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4965,2483,'level','emergency'),(4966,2483,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4967,2484,'level','emergency'),(4968,2484,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4969,2485,'level','emergency'),(4970,2485,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4971,2486,'level','emergency'),(4972,2486,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4973,2487,'level','emergency'),(4974,2487,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4975,2488,'level','emergency'),(4976,2488,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4977,2489,'level','emergency'),(4978,2489,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4979,2490,'level','emergency'),(4980,2490,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4981,2491,'level','emergency'),(4982,2491,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4983,2492,'level','emergency'),(4984,2492,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4985,2493,'level','emergency'),(4986,2493,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4987,2494,'level','emergency'),(4988,2494,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4989,2495,'level','emergency'),(4990,2495,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4991,2496,'level','emergency'),(4992,2496,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4993,2497,'level','emergency'),(4994,2497,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4995,2498,'level','emergency'),(4996,2498,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4997,2499,'level','emergency'),(4998,2499,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(4999,2500,'level','emergency'),(5000,2500,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5001,2501,'level','emergency'),(5002,2501,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5003,2502,'level','emergency'),(5004,2502,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5005,2503,'level','emergency'),(5006,2503,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5007,2504,'level','emergency'),(5008,2504,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5009,2505,'level','emergency'),(5010,2505,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5011,2506,'level','emergency'),(5012,2506,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5013,2507,'level','emergency'),(5014,2507,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5015,2508,'level','emergency'),(5016,2508,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5017,2509,'level','emergency'),(5018,2509,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5019,2510,'level','emergency'),(5020,2510,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5021,2511,'level','emergency'),(5022,2511,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5023,2512,'level','emergency'),(5024,2512,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5025,2513,'level','emergency'),(5026,2513,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5027,2514,'level','emergency'),(5028,2514,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5029,2515,'level','emergency'),(5030,2515,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5031,2516,'level','emergency'),(5032,2516,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5033,2517,'level','emergency'),(5034,2517,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5035,2518,'level','emergency'),(5036,2518,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5037,2519,'level','emergency'),(5038,2519,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5039,2520,'level','emergency'),(5040,2520,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5041,2521,'level','emergency'),(5042,2521,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5043,2522,'level','emergency'),(5044,2522,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5045,2523,'level','emergency'),(5046,2523,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5047,2524,'level','emergency'),(5048,2524,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5049,2525,'level','emergency'),(5050,2525,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5051,2526,'level','emergency'),(5052,2526,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5053,2527,'level','emergency'),(5054,2527,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5055,2528,'level','emergency'),(5056,2528,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5057,2529,'level','emergency'),(5058,2529,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5059,2530,'level','emergency'),(5060,2530,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5061,2531,'level','emergency'),(5062,2531,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5063,2532,'level','emergency'),(5064,2532,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5065,2533,'level','emergency'),(5066,2533,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5067,2534,'level','emergency'),(5068,2534,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5069,2535,'level','emergency'),(5070,2535,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5071,2536,'level','emergency'),(5072,2536,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5073,2537,'level','emergency'),(5074,2537,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5075,2538,'level','emergency'),(5076,2538,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5077,2539,'level','emergency'),(5078,2539,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5079,2540,'level','emergency'),(5080,2540,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5081,2541,'level','emergency'),(5082,2541,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5083,2542,'level','emergency'),(5084,2542,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5085,2543,'level','emergency'),(5086,2543,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5087,2544,'level','emergency'),(5088,2544,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5089,2545,'level','emergency'),(5090,2545,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5091,2546,'level','emergency'),(5092,2546,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5093,2547,'level','emergency'),(5094,2547,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5095,2548,'level','emergency'),(5096,2548,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5097,2549,'level','emergency'),(5098,2549,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5099,2550,'level','emergency'),(5100,2550,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5101,2551,'level','emergency'),(5102,2551,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5103,2552,'level','emergency'),(5104,2552,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5105,2553,'level','emergency'),(5106,2553,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5107,2554,'level','emergency'),(5108,2554,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5109,2555,'level','emergency'),(5110,2555,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5111,2556,'level','emergency'),(5112,2556,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5113,2557,'level','emergency'),(5114,2557,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5115,2558,'level','emergency'),(5116,2558,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5117,2559,'level','emergency'),(5118,2559,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5119,2560,'level','emergency'),(5120,2560,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5121,2561,'level','emergency'),(5122,2561,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5123,2562,'level','emergency'),(5124,2562,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5125,2563,'level','emergency'),(5126,2563,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5127,2564,'level','emergency'),(5128,2564,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5129,2565,'level','emergency'),(5130,2565,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5131,2566,'level','emergency'),(5132,2566,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5133,2567,'level','emergency'),(5134,2567,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5135,2568,'level','emergency'),(5136,2568,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5137,2569,'level','emergency'),(5138,2569,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5139,2570,'level','emergency'),(5140,2570,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5141,2571,'level','emergency'),(5142,2571,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5143,2572,'level','emergency'),(5144,2572,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5145,2573,'level','emergency'),(5146,2573,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5147,2574,'level','emergency'),(5148,2574,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5149,2575,'level','emergency'),(5150,2575,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5151,2576,'level','emergency'),(5152,2576,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5153,2577,'level','emergency'),(5154,2577,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5155,2578,'level','emergency'),(5156,2578,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5157,2579,'level','emergency'),(5158,2579,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5159,2580,'level','emergency'),(5160,2580,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5161,2581,'level','emergency'),(5162,2581,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5163,2582,'level','emergency'),(5164,2582,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5165,2583,'level','emergency'),(5166,2583,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5167,2584,'level','emergency'),(5168,2584,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5169,2585,'level','emergency'),(5170,2585,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5171,2586,'level','emergency'),(5172,2586,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5173,2587,'level','emergency'),(5174,2587,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5175,2588,'level','emergency'),(5176,2588,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5177,2589,'level','emergency'),(5178,2589,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5179,2590,'level','emergency'),(5180,2590,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5181,2591,'level','emergency'),(5182,2591,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5183,2592,'level','emergency'),(5184,2592,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5185,2593,'level','emergency'),(5186,2593,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5187,2594,'level','emergency'),(5188,2594,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5189,2595,'level','emergency'),(5190,2595,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5191,2596,'level','emergency'),(5192,2596,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5193,2597,'level','emergency'),(5194,2597,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5195,2598,'level','emergency'),(5196,2598,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5197,2599,'level','emergency'),(5198,2599,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5199,2600,'level','emergency'),(5200,2600,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5201,2601,'level','emergency'),(5202,2601,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5203,2602,'level','emergency'),(5204,2602,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5205,2603,'level','emergency'),(5206,2603,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5207,2604,'level','emergency'),(5208,2604,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5209,2605,'level','emergency'),(5210,2605,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5211,2606,'level','emergency'),(5212,2606,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5213,2607,'level','emergency'),(5214,2607,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5215,2608,'level','emergency'),(5216,2608,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5217,2609,'level','emergency'),(5218,2609,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5219,2610,'level','emergency'),(5220,2610,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5221,2611,'level','emergency'),(5222,2611,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5223,2612,'level','emergency'),(5224,2612,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5225,2613,'level','emergency'),(5226,2613,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5227,2614,'level','emergency'),(5228,2614,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5229,2615,'level','emergency'),(5230,2615,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5231,2616,'level','emergency'),(5232,2616,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5233,2617,'level','emergency'),(5234,2617,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5235,2618,'level','emergency'),(5236,2618,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5237,2619,'level','emergency'),(5238,2619,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5239,2620,'level','emergency'),(5240,2620,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5241,2621,'level','emergency'),(5242,2621,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5243,2622,'level','emergency'),(5244,2622,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5245,2623,'level','emergency'),(5246,2623,'message','NS_ERROR_NOT_INITIALIZED: in https://s0.2mdn.net/instream/video/client.js on line 32'),(5247,2624,'level','emergency'),(5248,2624,'message','Script error. in on line 0'),(5249,2625,'level','emergency'),(5250,2625,'message','Script error. in on line 0'),(5251,2626,'level','emergency'),(5252,2626,'message','Script error. in on line 0'),(5253,2627,'level','emergency'),(5254,2627,'message','Script error. in on line 0'),(5255,2628,'level','emergency'),(5256,2628,'message','Script error. in on line 0'),(5257,2629,'level','emergency'),(5258,2629,'message','Script error in http://connect.facebook.net/en-US/sdk.js on line 0'),(5259,2630,'level','emergency'),(5260,2630,'message','Script error. in on line 0'),(5261,2631,'level','emergency'),(5262,2631,'message','Script error. in on line 0'),(5263,2632,'level','emergency'),(5264,2632,'message','Invariant Violation: React depends on requestAnimationFrame. Make sure that you load a polyfill in older browsers. in undefined on line 0'),(5265,2633,'level','emergency'),(5266,2633,'message','Script error. in on line 0'),(5267,2634,'level','emergency'),(5268,2634,'message','Script error in https://widgets.shopifyapps.com/assets/widgets/embed/client.js on line 0'),(5269,2635,'level','emergency'),(5270,2635,'message','Script error in https://widgets.shopifyapps.com/assets/widgets/embed/client.js on line 0'),(5271,2636,'level','emergency'),(5272,2636,'message','Script error. in on line 0'),(5273,2637,'level','emergency'),(5274,2637,'message','Invariant Violation: React depends on requestAnimationFrame. Make sure that you load a polyfill in older browsers. in undefined on line 0'),(5275,2638,'level','emergency'),(5276,2638,'message','ReferenceError: Can't find variable: $R in undefined on line 0'),(5277,2639,'level','emergency'),(5278,2639,'message','Invariant Violation: React depends on requestAnimationFrame. Make sure that you load a polyfill in older browsers. in undefined on line 0'),(5279,2640,'level','emergency'),(5280,2640,'message','Script error. in on line 0'),(5281,2641,'level','emergency'),(5282,2642,'level','emergency'),(5283,2646,'level','emergency'),(5284,2644,'level','emergency'),(5285,2643,'level','emergency'),(5286,2645,'level','emergency'),(5287,2642,'message','Access is denied.\r\n in on line 1'),(5288,2641,'message','Access is denied.\r\n in on line 1'),(5289,2646,'message','Access is denied.\r\n in on line 1'),(5290,2644,'message','Access is denied.\r\n in on line 1'),(5291,2645,'message','Access is denied.\r\n in on line 1'),(5292,2643,'message','Access is denied.\r\n in on line 1'),(5293,2647,'level','emergency'),(5294,2647,'message','Invariant Violation: React depends on requestAnimationFrame. Make sure that you load a polyfill in older browsers. in undefined on line 0'),(5295,2648,'level','emergency'),(5296,2648,'message','Invariant Violation: React depends on requestAnimationFrame. Make sure that you load a polyfill in older browsers. in undefined on line 0'),(5297,2649,'level','emergency'),(5298,2649,'message','ReferenceError: Can't find variable: didEnterViewPort in http://itstartswithone.org/?gclid=EAIaIQobChMIj4GylZf51wIV0IizCh2tugzNEAMYAiAAEgI-q_D_BwE on line 1'),(5299,2650,'level','emergency'),(5300,2650,'message','Script error in http://connect.facebook.net/en-US/sdk.js on line 0'),(5301,2651,'level','emergency'),(5302,2651,'message','ReferenceError: Can't find variable: didEnterViewPort in http://itstartswithone.org/?gclid=EAIaIQobChMIu6fEpIqB2AIVmY2zCh2i7w8pEAAYBCAAEgKG6PD_BwE on line 1'),(5303,2652,'level','emergency'),(5304,2652,'message','Script error in https://widgets.shopifyapps.com/assets/widgets/embed/client.js on line 0'),(5305,2653,'level','emergency'),(5306,2653,'message','Error: Script error for: 156085c5-0017-4150-b225-a731ad248f38/service\nhttp://requirejs.org/docs/errors.html#scripterror in http://load.sumome.com/ on line 1'),(5307,2654,'level','emergency'),(5308,2654,'message','Script error in https://widgets.shopifyapps.com/assets/widgets/embed/client.js on line 0'),(5309,2655,'level','emergency'),(5310,2655,'message','Script error in https://widgets.shopifyapps.com/assets/widgets/embed/client.js on line 0'),(5311,2656,'level','emergency'),(5312,2656,'message','Script error. in on line 0'),(5313,2657,'level','emergency'),(5314,2657,'message','Script error in https://widgets.shopifyapps.com/assets/widgets/embed/client.js on line 0'),(5315,2658,'level','emergency'),(5316,2658,'message','Script error in https://widgets.shopifyapps.com/assets/widgets/embed/client.js on line 0'),(5317,2659,'level','emergency'),(5318,2659,'message','Script error. in on line 0'),(5319,2660,'level','emergency'),(5320,2660,'message','Script error. in http://sumome-140a.kxcdn.com/static/1da67499b6e2155c55a8b3ecb709ec98f164946d/client/js/services/services.js on line 0'),(5321,2661,'level','emergency'),(5322,2661,'message','Script error. in http://sumome-140a.kxcdn.com/static/1da67499b6e2155c55a8b3ecb709ec98f164946d/client/js/services/services.js on line 0'),(5323,2662,'level','emergency'),(5324,2662,'message','Script error. in on line 0'),(5325,2663,'level','emergency'),(5326,2663,'message','Script error. in on line 0'),(5327,2664,'level','emergency'),(5328,2664,'message','ReferenceError: "HTMLElement" is not defined. (http://cdn.itstartswithone.org/wp-content/cache/autoptimize/js/autoptimize_8da78679fec7995e49e6a303228eaf34.js|_|/html/body/center/script[3]#319) in http://itstartswithone.org/?gclid=EAIaIQobChMIkfOqne232AIV0oR-Ch1mqAY8EAAYASAAEgK3GfD_BwE on line 319'),(5329,2665,'level','emergency'),(5330,2665,'message','ReferenceError: "HTMLElement" is not defined. (http://cdn.itstartswithone.org/wp-content/cache/autoptimize/js/autoptimize_8da78679fec7995e49e6a303228eaf34.js|_|/html/body/center/script[3]#319) in http://itstartswithone.org/?gclid=EAIaIQobChMIjJ-QkKK62AIVyiMrCh2tKAyoEAAYAyAAEgL80PD_BwE on line 319'),(5331,2666,'level','emergency'),(5332,2666,'message','Script error. in on line 0'),(5333,2667,'level','emergency'),(5334,2667,'message','Script error. in on line 0'),(5335,2668,'level','emergency'),(5336,2668,'message','Script error. in on line 0'),(5337,2669,'level','emergency'),(5338,2669,'message','Script error. in on line 0'),(5339,2670,'level','emergency'),(5340,2670,'message','Script error. in on line 0');
/*!40000 ALTER TABLE `wp_nf3_object_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nf3_objects`
--
DROP TABLE IF EXISTS `wp_nf3_objects`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_objects` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`type` longtext,
`title` longtext,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` datetime DEFAULT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2671 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nf3_objects`
--
LOCK TABLES `wp_nf3_objects` WRITE;
/*!40000 ALTER TABLE `wp_nf3_objects` DISABLE KEYS */;
INSERT INTO `wp_nf3_objects` VALUES (1,'log',NULL,'2017-10-17 16:34:06',NULL),(2,'log',NULL,'2017-10-17 16:34:09',NULL),(3,'log',NULL,'2017-10-30 01:50:21',NULL),(4,'log',NULL,'2017-11-08 13:17:07',NULL),(5,'log',NULL,'2017-11-08 13:17:08',NULL),(6,'log',NULL,'2017-11-08 13:17:09',NULL),(7,'log',NULL,'2017-11-08 13:17:10',NULL),(8,'log',NULL,'2017-11-08 13:17:10',NULL),(9,'log',NULL,'2017-11-08 13:17:11',NULL),(10,'log',NULL,'2017-11-08 13:17:12',NULL),(11,'log',NULL,'2017-11-08 13:17:13',NULL),(12,'log',NULL,'2017-11-08 13:17:13',NULL),(13,'log',NULL,'2017-11-08 13:17:14',NULL),(14,'log',NULL,'2017-11-08 13:17:15',NULL),(15,'log',NULL,'2017-11-08 13:17:16',NULL),(16,'log',NULL,'2017-11-08 13:17:16',NULL),(17,'log',NULL,'2017-11-08 13:17:17',NULL),(18,'log',NULL,'2017-11-08 13:17:18',NULL),(19,'log',NULL,'2017-11-08 13:17:19',NULL),(20,'log',NULL,'2017-11-08 13:17:19',NULL),(21,'log',NULL,'2017-11-08 13:17:20',NULL),(22,'log',NULL,'2017-11-08 13:17:21',NULL),(23,'log',NULL,'2017-11-08 13:17:22',NULL),(24,'log',NULL,'2017-11-08 13:17:23',NULL),(25,'log',NULL,'2017-11-08 13:17:24',NULL),(26,'log',NULL,'2017-11-08 13:17:24',NULL),(27,'log',NULL,'2017-11-08 13:17:25',NULL),(28,'log',NULL,'2017-11-08 13:17:26',NULL),(29,'log',NULL,'2017-11-08 13:17:26',NULL),(30,'log',NULL,'2017-11-08 13:17:27',NULL),(31,'log',NULL,'2017-11-08 13:17:28',NULL),(32,'log',NULL,'2017-11-08 13:17:29',NULL),(33,'log',NULL,'2017-11-08 13:17:29',NULL),(34,'log',NULL,'2017-11-08 13:17:30',NULL),(35,'log',NULL,'2017-11-08 13:17:31',NULL),(36,'log',NULL,'2017-11-08 13:17:32',NULL),(37,'log',NULL,'2017-11-08 13:17:32',NULL),(38,'log',NULL,'2017-11-08 13:17:33',NULL),(39,'log',NULL,'2017-11-08 13:17:33',NULL),(40,'log',NULL,'2017-11-08 13:17:34',NULL),(41,'log',NULL,'2017-11-08 13:17:35',NULL),(42,'log',NULL,'2017-11-08 13:17:36',NULL),(43,'log',NULL,'2017-11-08 13:17:36',NULL),(44,'log',NULL,'2017-11-08 13:17:37',NULL),(45,'log',NULL,'2017-11-08 13:17:37',NULL),(46,'log',NULL,'2017-11-08 13:17:38',NULL),(47,'log',NULL,'2017-11-08 13:17:39',NULL),(48,'log',NULL,'2017-11-08 13:17:39',NULL),(49,'log',NULL,'2017-11-08 13:17:40',NULL),(50,'log',NULL,'2017-11-08 13:17:40',NULL),(51,'log',NULL,'2017-11-08 13:17:41',NULL),(52,'log',NULL,'2017-11-08 13:17:42',NULL),(53,'log',NULL,'2017-11-08 13:17:43',NULL),(54,'log',NULL,'2017-11-08 13:17:44',NULL),(55,'log',NULL,'2017-11-08 13:17:45',NULL),(56,'log',NULL,'2017-11-08 13:17:46',NULL),(57,'log',NULL,'2017-11-08 13:17:46',NULL),(58,'log',NULL,'2017-11-08 13:17:47',NULL),(59,'log',NULL,'2017-11-08 13:17:48',NULL),(60,'log',NULL,'2017-11-08 13:17:49',NULL),(61,'log',NULL,'2017-11-08 13:17:49',NULL),(62,'log',NULL,'2017-11-08 13:17:50',NULL),(63,'log',NULL,'2017-11-08 13:17:51',NULL),(64,'log',NULL,'2017-11-08 13:17:51',NULL),(65,'log',NULL,'2017-11-08 13:17:52',NULL),(66,'log',NULL,'2017-11-08 13:17:53',NULL),(67,'log',NULL,'2017-11-08 13:17:53',NULL),(68,'log',NULL,'2017-11-08 13:17:54',NULL),(69,'log',NULL,'2017-11-08 13:17:55',NULL),(70,'log',NULL,'2017-11-08 13:17:56',NULL),(71,'log',NULL,'2017-11-08 13:17:57',NULL),(72,'log',NULL,'2017-11-08 13:17:57',NULL),(73,'log',NULL,'2017-11-08 13:17:58',NULL),(74,'log',NULL,'2017-11-08 13:17:59',NULL),(75,'log',NULL,'2017-11-08 13:17:59',NULL),(76,'log',NULL,'2017-11-08 13:18:00',NULL),(77,'log',NULL,'2017-11-08 13:18:01',NULL),(78,'log',NULL,'2017-11-08 13:18:02',NULL),(79,'log',NULL,'2017-11-08 13:18:03',NULL),(80,'log',NULL,'2017-11-08 13:18:03',NULL),(81,'log',NULL,'2017-11-08 13:18:04',NULL),(82,'log',NULL,'2017-11-08 13:18:05',NULL),(83,'log',NULL,'2017-11-08 13:18:05',NULL),(84,'log',NULL,'2017-11-08 13:18:06',NULL),(85,'log',NULL,'2017-11-08 13:18:06',NULL),(86,'log',NULL,'2017-11-08 13:18:07',NULL),(87,'log',NULL,'2017-11-08 13:18:08',NULL),(88,'log',NULL,'2017-11-08 13:18:08',NULL),(89,'log',NULL,'2017-11-08 13:18:09',NULL),(90,'log',NULL,'2017-11-08 13:18:09',NULL),(91,'log',NULL,'2017-11-08 13:18:10',NULL),(92,'log',NULL,'2017-11-08 13:18:10',NULL),(93,'log',NULL,'2017-11-08 13:18:11',NULL),(94,'log',NULL,'2017-11-08 13:18:12',NULL),(95,'log',NULL,'2017-11-08 13:18:12',NULL),(96,'log',NULL,'2017-11-08 13:18:13',NULL),(97,'log',NULL,'2017-11-08 13:18:14',NULL),(98,'log',NULL,'2017-11-08 13:18:15',NULL),(99,'log',NULL,'2017-11-08 13:18:16',NULL),(100,'log',NULL,'2017-11-08 13:18:16',NULL),(101,'log',NULL,'2017-11-08 13:18:17',NULL),(102,'log',NULL,'2017-11-08 13:18:18',NULL),(103,'log',NULL,'2017-11-08 13:18:19',NULL),(104,'log',NULL,'2017-11-08 13:18:19',NULL),(105,'log',NULL,'2017-11-08 13:18:20',NULL),(106,'log',NULL,'2017-11-08 13:18:21',NULL),(107,'log',NULL,'2017-11-08 13:18:21',NULL),(108,'log',NULL,'2017-11-08 13:18:22',NULL),(109,'log',NULL,'2017-11-08 13:18:23',NULL),(110,'log',NULL,'2017-11-08 13:18:24',NULL),(111,'log',NULL,'2017-11-08 13:18:25',NULL),(112,'log',NULL,'2017-11-08 13:18:25',NULL),(113,'log',NULL,'2017-11-08 13:18:26',NULL),(114,'log',NULL,'2017-11-08 13:18:27',NULL),(115,'log',NULL,'2017-11-08 13:18:27',NULL),(116,'log',NULL,'2017-11-08 13:18:28',NULL),(117,'log',NULL,'2017-11-08 13:18:29',NULL),(118,'log',NULL,'2017-11-08 13:18:30',NULL),(119,'log',NULL,'2017-11-08 13:18:30',NULL),(120,'log',NULL,'2017-11-08 13:18:31',NULL),(121,'log',NULL,'2017-11-08 13:18:32',NULL),(122,'log',NULL,'2017-11-08 13:18:33',NULL),(123,'log',NULL,'2017-11-08 13:18:33',NULL),(124,'log',NULL,'2017-11-08 13:18:34',NULL),(125,'log',NULL,'2017-11-08 13:18:35',NULL),(126,'log',NULL,'2017-11-08 13:18:36',NULL),(127,'log',NULL,'2017-11-08 13:18:36',NULL),(128,'log',NULL,'2017-11-08 13:18:37',NULL),(129,'log',NULL,'2017-11-08 13:18:38',NULL),(130,'log',NULL,'2017-11-08 13:18:38',NULL),(131,'log',NULL,'2017-11-08 13:18:39',NULL),(132,'log',NULL,'2017-11-08 13:18:40',NULL),(133,'log',NULL,'2017-11-08 13:18:40',NULL),(134,'log',NULL,'2017-11-08 13:18:41',NULL),(135,'log',NULL,'2017-11-08 13:18:42',NULL),(136,'log',NULL,'2017-11-08 13:18:42',NULL),(137,'log',NULL,'2017-11-08 13:18:43',NULL),(138,'log',NULL,'2017-11-08 13:18:44',NULL),(139,'log',NULL,'2017-11-08 13:18:44',NULL),(140,'log',NULL,'2017-11-08 13:18:45',NULL),(141,'log',NULL,'2017-11-08 13:18:46',NULL),(142,'log',NULL,'2017-11-08 13:18:47',NULL),(143,'log',NULL,'2017-11-08 13:18:47',NULL),(144,'log',NULL,'2017-11-08 13:18:48',NULL),(145,'log',NULL,'2017-11-08 13:18:49',NULL),(146,'log',NULL,'2017-11-08 13:18:49',NULL),(147,'log',NULL,'2017-11-08 13:18:50',NULL),(148,'log',NULL,'2017-11-08 13:18:51',NULL),(149,'log',NULL,'2017-11-08 13:18:52',NULL),(150,'log',NULL,'2017-11-08 13:18:53',NULL),(151,'log',NULL,'2017-11-08 13:18:53',NULL),(152,'log',NULL,'2017-11-08 13:18:54',NULL),(153,'log',NULL,'2017-11-08 13:18:55',NULL),(154,'log',NULL,'2017-11-08 13:18:56',NULL),(155,'log',NULL,'2017-11-08 13:18:57',NULL),(156,'log',NULL,'2017-11-08 13:18:57',NULL),(157,'log',NULL,'2017-11-08 13:18:58',NULL),(158,'log',NULL,'2017-11-08 13:18:59',NULL),(159,'log',NULL,'2017-11-08 13:19:00',NULL),(160,'log',NULL,'2017-11-08 13:19:00',NULL),(161,'log',NULL,'2017-11-08 13:19:01',NULL),(162,'log',NULL,'2017-11-08 13:19:02',NULL),(163,'log',NULL,'2017-11-08 13:19:02',NULL),(164,'log',NULL,'2017-11-08 13:19:03',NULL),(165,'log',NULL,'2017-11-08 13:19:04',NULL),(166,'log',NULL,'2017-11-08 13:19:04',NULL),(167,'log',NULL,'2017-11-08 13:19:06',NULL),(168,'log',NULL,'2017-11-08 13:19:06',NULL),(169,'log',NULL,'2017-11-08 13:19:07',NULL),(170,'log',NULL,'2017-11-08 13:19:08',NULL),(171,'log',NULL,'2017-11-08 13:19:08',NULL),(172,'log',NULL,'2017-11-08 13:19:09',NULL),(173,'log',NULL,'2017-11-08 13:19:10',NULL),(174,'log',NULL,'2017-11-08 13:19:11',NULL),(175,'log',NULL,'2017-11-08 13:19:11',NULL),(176,'log',NULL,'2017-11-08 13:19:12',NULL),(177,'log',NULL,'2017-11-08 13:19:13',NULL),(178,'log',NULL,'2017-11-08 13:19:13',NULL),(179,'log',NULL,'2017-11-08 13:19:14',NULL),(180,'log',NULL,'2017-11-08 13:19:15',NULL),(181,'log',NULL,'2017-11-08 13:19:15',NULL),(182,'log',NULL,'2017-11-08 13:19:16',NULL),(183,'log',NULL,'2017-11-08 13:19:17',NULL),(184,'log',NULL,'2017-11-08 13:19:17',NULL),(185,'log',NULL,'2017-11-08 13:19:18',NULL),(186,'log',NULL,'2017-11-08 13:19:19',NULL),(187,'log',NULL,'2017-11-08 13:19:19',NULL),(188,'log',NULL,'2017-11-08 13:19:20',NULL),(189,'log',NULL,'2017-11-08 13:19:21',NULL),(190,'log',NULL,'2017-11-08 13:19:21',NULL),(191,'log',NULL,'2017-11-08 13:19:22',NULL),(192,'log',NULL,'2017-11-08 13:19:23',NULL),(193,'log',NULL,'2017-11-08 13:19:24',NULL),(194,'log',NULL,'2017-11-08 13:19:24',NULL),(195,'log',NULL,'2017-11-08 13:19:25',NULL),(196,'log',NULL,'2017-11-08 13:19:26',NULL),(197,'log',NULL,'2017-11-08 13:19:27',NULL),(198,'log',NULL,'2017-11-08 13:19:27',NULL),(199,'log',NULL,'2017-11-08 13:19:28',NULL),(200,'log',NULL,'2017-11-08 13:19:29',NULL),(201,'log',NULL,'2017-11-08 13:19:30',NULL),(202,'log',NULL,'2017-11-08 13:19:31',NULL),(203,'log',NULL,'2017-11-08 13:19:31',NULL),(204,'log',NULL,'2017-11-08 13:19:32',NULL),(205,'log',NULL,'2017-11-08 13:19:33',NULL),(206,'log',NULL,'2017-11-08 13:19:33',NULL),(207,'log',NULL,'2017-11-08 13:19:34',NULL),(208,'log',NULL,'2017-11-08 13:19:35',NULL),(209,'log',NULL,'2017-11-08 13:19:36',NULL),(210,'log',NULL,'2017-11-08 13:19:37',NULL),(211,'log',NULL,'2017-11-08 13:19:37',NULL),(212,'log',NULL,'2017-11-08 13:19:38',NULL),(213,'log',NULL,'2017-11-08 13:19:39',NULL),(214,'log',NULL,'2017-11-08 13:19:39',NULL),(215,'log',NULL,'2017-11-08 13:19:40',NULL),(216,'log',NULL,'2017-11-08 13:19:41',NULL),(217,'log',NULL,'2017-11-08 13:19:41',NULL),(218,'log',NULL,'2017-11-08 13:19:42',NULL),(219,'log',NULL,'2017-11-08 13:19:43',NULL),(220,'log',NULL,'2017-11-08 13:19:44',NULL),(221,'log',NULL,'2017-11-08 13:19:44',NULL),(222,'log',NULL,'2017-11-08 13:19:45',NULL),(223,'log',NULL,'2017-11-08 13:19:46',NULL),(224,'log',NULL,'2017-11-08 13:19:47',NULL),(225,'log',NULL,'2017-11-08 13:19:48',NULL),(226,'log',NULL,'2017-11-08 13:19:48',NULL),(227,'log',NULL,'2017-11-08 13:19:49',NULL),(228,'log',NULL,'2017-11-08 13:19:49',NULL),(229,'log',NULL,'2017-11-08 13:19:50',NULL),(230,'log',NULL,'2017-11-08 13:19:51',NULL),(231,'log',NULL,'2017-11-08 13:19:52',NULL),(232,'log',NULL,'2017-11-08 13:19:53',NULL),(233,'log',NULL,'2017-11-08 13:19:54',NULL),(234,'log',NULL,'2017-11-08 13:19:54',NULL),(235,'log',NULL,'2017-11-08 13:19:55',NULL),(236,'log',NULL,'2017-11-08 13:19:56',NULL),(237,'log',NULL,'2017-11-08 13:19:56',NULL),(238,'log',NULL,'2017-11-08 13:19:57',NULL),(239,'log',NULL,'2017-11-08 13:19:58',NULL),(240,'log',NULL,'2017-11-08 13:19:58',NULL),(241,'log',NULL,'2017-11-08 13:19:59',NULL),(242,'log',NULL,'2017-11-08 13:20:00',NULL),(243,'log',NULL,'2017-11-08 13:20:00',NULL),(244,'log',NULL,'2017-11-08 13:20:02',NULL),(245,'log',NULL,'2017-11-08 13:20:03',NULL),(246,'log',NULL,'2017-11-08 13:20:03',NULL),(247,'log',NULL,'2017-11-08 13:20:04',NULL),(248,'log',NULL,'2017-11-08 13:20:05',NULL),(249,'log',NULL,'2017-11-08 13:20:06',NULL),(250,'log',NULL,'2017-11-08 13:20:06',NULL),(251,'log',NULL,'2017-11-08 13:20:07',NULL),(252,'log',NULL,'2017-11-08 13:20:08',NULL),(253,'log',NULL,'2017-11-08 13:20:08',NULL),(254,'log',NULL,'2017-11-08 13:20:09',NULL),(255,'log',NULL,'2017-11-08 13:20:10',NULL),(256,'log',NULL,'2017-11-08 13:20:11',NULL),(257,'log',NULL,'2017-11-08 13:20:12',NULL),(258,'log',NULL,'2017-11-08 13:20:13',NULL),(259,'log',NULL,'2017-11-08 13:20:14',NULL),(260,'log',NULL,'2017-11-08 13:20:14',NULL),(261,'log',NULL,'2017-11-08 13:20:15',NULL),(262,'log',NULL,'2017-11-08 13:20:15',NULL),(263,'log',NULL,'2017-11-08 13:20:16',NULL),(264,'log',NULL,'2017-11-08 13:20:17',NULL),(265,'log',NULL,'2017-11-08 13:20:17',NULL),(266,'log',NULL,'2017-11-08 13:20:18',NULL),(267,'log',NULL,'2017-11-08 13:20:19',NULL),(268,'log',NULL,'2017-11-08 13:20:20',NULL),(269,'log',NULL,'2017-11-08 13:20:20',NULL),(270,'log',NULL,'2017-11-08 13:20:21',NULL),(271,'log',NULL,'2017-11-08 13:20:22',NULL),(272,'log',NULL,'2017-11-08 13:20:22',NULL),(273,'log',NULL,'2017-11-08 13:20:23',NULL),(274,'log',NULL,'2017-11-08 13:20:24',NULL),(275,'log',NULL,'2017-11-08 13:20:24',NULL),(276,'log',NULL,'2017-11-08 13:20:25',NULL),(277,'log',NULL,'2017-11-08 13:20:26',NULL),(278,'log',NULL,'2017-11-08 13:20:26',NULL),(279,'log',NULL,'2017-11-08 13:20:27',NULL),(280,'log',NULL,'2017-11-08 13:20:28',NULL),(281,'log',NULL,'2017-11-08 13:20:28',NULL),(282,'log',NULL,'2017-11-08 13:20:29',NULL),(283,'log',NULL,'2017-11-08 13:20:31',NULL),(284,'log',NULL,'2017-11-08 13:20:31',NULL),(285,'log',NULL,'2017-11-08 13:20:32',NULL),(286,'log',NULL,'2017-11-08 13:20:33',NULL),(287,'log',NULL,'2017-11-08 13:20:33',NULL),(288,'log',NULL,'2017-11-08 13:20:34',NULL),(289,'log',NULL,'2017-11-08 13:20:35',NULL),(290,'log',NULL,'2017-11-08 13:20:36',NULL),(291,'log',NULL,'2017-11-08 13:20:37',NULL),(292,'log',NULL,'2017-11-08 13:20:38',NULL),(293,'log',NULL,'2017-11-08 13:20:38',NULL),(294,'log',NULL,'2017-11-08 13:20:39',NULL),(295,'log',NULL,'2017-11-08 13:20:40',NULL),(296,'log',NULL,'2017-11-08 13:20:40',NULL),(297,'log',NULL,'2017-11-08 13:20:41',NULL),(298,'log',NULL,'2017-11-08 13:20:42',NULL),(299,'log',NULL,'2017-11-08 13:20:43',NULL),(300,'log',NULL,'2017-11-08 13:20:43',NULL),(301,'log',NULL,'2017-11-08 13:20:44',NULL),(302,'log',NULL,'2017-11-08 13:20:45',NULL),(303,'log',NULL,'2017-11-08 13:20:46',NULL),(304,'log',NULL,'2017-11-08 13:20:46',NULL),(305,'log',NULL,'2017-11-08 13:20:47',NULL),(306,'log',NULL,'2017-11-08 13:20:48',NULL),(307,'log',NULL,'2017-11-08 13:20:48',NULL),(308,'log',NULL,'2017-11-08 13:20:49',NULL),(309,'log',NULL,'2017-11-08 13:20:50',NULL),(310,'log',NULL,'2017-11-08 13:20:51',NULL),(311,'log',NULL,'2017-11-08 13:20:52',NULL),(312,'log',NULL,'2017-11-08 13:20:54',NULL),(313,'log',NULL,'2017-11-08 13:20:56',NULL),(314,'log',NULL,'2017-11-08 13:20:57',NULL),(315,'log',NULL,'2017-11-08 13:20:58',NULL),(316,'log',NULL,'2017-11-08 13:20:59',NULL),(317,'log',NULL,'2017-11-08 13:21:00',NULL),(318,'log',NULL,'2017-11-08 13:21:00',NULL),(319,'log',NULL,'2017-11-08 13:21:02',NULL),(320,'log',NULL,'2017-11-08 13:21:02',NULL),(321,'log',NULL,'2017-11-08 13:21:03',NULL),(322,'log',NULL,'2017-11-08 13:21:04',NULL),(323,'log',NULL,'2017-11-08 13:21:05',NULL),(324,'log',NULL,'2017-11-08 13:21:06',NULL),(325,'log',NULL,'2017-11-08 13:21:07',NULL),(326,'log',NULL,'2017-11-08 13:21:08',NULL),(327,'log',NULL,'2017-11-08 13:21:09',NULL),(328,'log',NULL,'2017-11-08 13:21:10',NULL),(329,'log',NULL,'2017-11-08 13:21:11',NULL),(330,'log',NULL,'2017-11-08 13:21:12',NULL),(331,'log',NULL,'2017-11-08 13:21:13',NULL),(332,'log',NULL,'2017-11-08 13:21:13',NULL),(333,'log',NULL,'2017-11-08 13:21:14',NULL),(334,'log',NULL,'2017-11-08 13:21:15',NULL),(335,'log',NULL,'2017-11-08 13:21:15',NULL),(336,'log',NULL,'2017-11-08 13:21:16',NULL),(337,'log',NULL,'2017-11-08 13:21:17',NULL),(338,'log',NULL,'2017-11-08 13:21:17',NULL),(339,'log',NULL,'2017-11-08 13:21:18',NULL),(340,'log',NULL,'2017-11-08 13:21:18',NULL),(341,'log',NULL,'2017-11-08 13:21:19',NULL),(342,'log',NULL,'2017-11-08 13:21:20',NULL),(343,'log',NULL,'2017-11-08 13:21:20',NULL),(344,'log',NULL,'2017-11-08 13:21:22',NULL),(345,'log',NULL,'2017-11-08 13:21:23',NULL),(346,'log',NULL,'2017-11-08 13:21:24',NULL),(347,'log',NULL,'2017-11-08 13:21:24',NULL),(348,'log',NULL,'2017-11-08 13:21:25',NULL),(349,'log',NULL,'2017-11-08 13:21:25',NULL),(350,'log',NULL,'2017-11-08 13:21:26',NULL),(351,'log',NULL,'2017-11-08 13:21:27',NULL),(352,'log',NULL,'2017-11-08 13:21:28',NULL),(353,'log',NULL,'2017-11-08 13:21:29',NULL),(354,'log',NULL,'2017-11-08 13:21:30',NULL),(355,'log',NULL,'2017-11-08 13:21:30',NULL),(356,'log',NULL,'2017-11-08 13:21:31',NULL),(357,'log',NULL,'2017-11-08 13:21:32',NULL),(358,'log',NULL,'2017-11-08 13:21:33',NULL),(359,'log',NULL,'2017-11-08 13:21:34',NULL),(360,'log',NULL,'2017-11-08 13:21:34',NULL),(361,'log',NULL,'2017-11-08 13:21:35',NULL),(362,'log',NULL,'2017-11-08 13:21:36',NULL),(363,'log',NULL,'2017-11-08 13:21:36',NULL),(364,'log',NULL,'2017-11-08 13:21:37',NULL),(365,'log',NULL,'2017-11-08 13:21:38',NULL),(366,'log',NULL,'2017-11-08 13:21:39',NULL),(367,'log',NULL,'2017-11-08 13:21:40',NULL),(368,'log',NULL,'2017-11-08 13:21:41',NULL),(369,'log',NULL,'2017-11-08 13:21:42',NULL),(370,'log',NULL,'2017-11-08 13:21:43',NULL),(371,'log',NULL,'2017-11-08 13:21:44',NULL),(372,'log',NULL,'2017-11-08 13:21:44',NULL),(373,'log',NULL,'2017-11-08 13:21:45',NULL),(374,'log',NULL,'2017-11-08 13:21:46',NULL),(375,'log',NULL,'2017-11-08 13:21:46',NULL),(376,'log',NULL,'2017-11-08 13:21:47',NULL),(377,'log',NULL,'2017-11-08 13:21:48',NULL),(378,'log',NULL,'2017-11-08 13:21:48',NULL),(379,'log',NULL,'2017-11-08 13:21:49',NULL),(380,'log',NULL,'2017-11-08 13:21:50',NULL),(381,'log',NULL,'2017-11-08 13:21:50',NULL),(382,'log',NULL,'2017-11-08 13:21:51',NULL),(383,'log',NULL,'2017-11-08 13:21:52',NULL),(384,'log',NULL,'2017-11-08 13:21:52',NULL),(385,'log',NULL,'2017-11-08 13:21:53',NULL),(386,'log',NULL,'2017-11-08 13:21:54',NULL),(387,'log',NULL,'2017-11-08 13:21:54',NULL),(388,'log',NULL,'2017-11-08 13:21:55',NULL),(389,'log',NULL,'2017-11-08 13:21:55',NULL),(390,'log',NULL,'2017-11-08 13:21:56',NULL),(391,'log',NULL,'2017-11-08 13:21:56',NULL),(392,'log',NULL,'2017-11-08 13:21:57',NULL),(393,'log',NULL,'2017-11-08 13:21:58',NULL),(394,'log',NULL,'2017-11-08 13:21:58',NULL),(395,'log',NULL,'2017-11-08 13:21:59',NULL),(396,'log',NULL,'2017-11-08 13:21:59',NULL),(397,'log',NULL,'2017-11-08 13:22:00',NULL),(398,'log',NULL,'2017-11-08 13:22:00',NULL),(399,'log',NULL,'2017-11-08 13:22:01',NULL),(400,'log',NULL,'2017-11-08 13:22:02',NULL),(401,'log',NULL,'2017-11-08 13:22:03',NULL),(402,'log',NULL,'2017-11-08 13:22:04',NULL),(403,'log',NULL,'2017-11-08 13:22:04',NULL),(404,'log',NULL,'2017-11-08 13:22:05',NULL),(405,'log',NULL,'2017-11-08 13:22:05',NULL),(406,'log',NULL,'2017-11-08 13:22:06',NULL),(407,'log',NULL,'2017-11-08 13:22:07',NULL),(408,'log',NULL,'2017-11-08 13:22:08',NULL),(409,'log',NULL,'2017-11-08 13:22:08',NULL),(410,'log',NULL,'2017-11-08 13:22:09',NULL),(411,'log',NULL,'2017-11-08 13:22:10',NULL),(412,'log',NULL,'2017-11-08 13:22:11',NULL),(413,'log',NULL,'2017-11-08 13:22:11',NULL),(414,'log',NULL,'2017-11-08 13:22:12',NULL),(415,'log',NULL,'2017-11-08 13:22:13',NULL),(416,'log',NULL,'2017-11-08 13:22:13',NULL),(417,'log',NULL,'2017-11-08 13:22:14',NULL),(418,'log',NULL,'2017-11-08 13:22:14',NULL),(419,'log',NULL,'2017-11-08 13:22:16',NULL),(420,'log',NULL,'2017-11-08 13:22:16',NULL),(421,'log',NULL,'2017-11-08 13:22:17',NULL),(422,'log',NULL,'2017-11-08 13:22:17',NULL),(423,'log',NULL,'2017-11-08 13:22:18',NULL),(424,'log',NULL,'2017-11-08 13:22:18',NULL),(425,'log',NULL,'2017-11-08 13:22:19',NULL),(426,'log',NULL,'2017-11-08 13:22:19',NULL),(427,'log',NULL,'2017-11-08 13:22:20',NULL),(428,'log',NULL,'2017-11-08 13:22:20',NULL),(429,'log',NULL,'2017-11-08 13:22:21',NULL),(430,'log',NULL,'2017-11-08 13:22:22',NULL),(431,'log',NULL,'2017-11-08 13:22:23',NULL),(432,'log',NULL,'2017-11-08 13:22:23',NULL),(433,'log',NULL,'2017-11-08 13:22:24',NULL),(434,'log',NULL,'2017-11-08 13:22:25',NULL),(435,'log',NULL,'2017-11-08 13:22:25',NULL),(436,'log',NULL,'2017-11-08 13:22:26',NULL),(437,'log',NULL,'2017-11-08 13:22:26',NULL),(438,'log',NULL,'2017-11-08 13:22:26',NULL),(439,'log',NULL,'2017-11-08 13:22:27',NULL),(440,'log',NULL,'2017-11-08 13:22:28',NULL),(441,'log',NULL,'2017-11-08 13:22:29',NULL),(442,'log',NULL,'2017-11-08 13:22:30',NULL),(443,'log',NULL,'2017-11-08 13:22:31',NULL),(444,'log',NULL,'2017-11-08 13:22:31',NULL),(445,'log',NULL,'2017-11-08 13:22:31',NULL),(446,'log',NULL,'2017-11-08 13:22:32',NULL),(447,'log',NULL,'2017-11-08 13:22:32',NULL),(448,'log',NULL,'2017-11-08 13:22:33',NULL),(449,'log',NULL,'2017-11-08 13:22:33',NULL),(450,'log',NULL,'2017-11-08 13:22:34',NULL),(451,'log',NULL,'2017-11-08 13:22:35',NULL),(452,'log',NULL,'2017-11-08 13:22:36',NULL),(453,'log',NULL,'2017-11-08 13:22:36',NULL),(454,'log',NULL,'2017-11-08 13:22:37',NULL),(455,'log',NULL,'2017-11-08 13:22:37',NULL),(456,'log',NULL,'2017-11-08 13:22:38',NULL),(457,'log',NULL,'2017-11-08 13:22:38',NULL),(458,'log',NULL,'2017-11-08 13:22:39',NULL),(459,'log',NULL,'2017-11-08 13:22:40',NULL),(460,'log',NULL,'2017-11-08 13:22:41',NULL),(461,'log',NULL,'2017-11-08 13:22:41',NULL),(462,'log',NULL,'2017-11-08 13:22:43',NULL),(463,'log',NULL,'2017-11-08 13:22:44',NULL),(464,'log',NULL,'2017-11-08 13:22:45',NULL),(465,'log',NULL,'2017-11-08 13:22:45',NULL),(466,'log',NULL,'2017-11-08 13:22:46',NULL),(467,'log',NULL,'2017-11-08 13:22:46',NULL),(468,'log',NULL,'2017-11-08 13:22:47',NULL),(469,'log',NULL,'2017-11-08 13:22:47',NULL),(470,'log',NULL,'2017-11-08 13:22:48',NULL),(471,'log',NULL,'2017-11-08 13:22:48',NULL),(472,'log',NULL,'2017-11-08 13:22:49',NULL),(473,'log',NULL,'2017-11-08 13:22:49',NULL),(474,'log',NULL,'2017-11-08 13:22:50',NULL),(475,'log',NULL,'2017-11-08 13:22:50',NULL),(476,'log',NULL,'2017-11-08 13:22:51',NULL),(477,'log',NULL,'2017-11-08 13:22:51',NULL),(478,'log',NULL,'2017-11-08 13:22:52',NULL),(479,'log',NULL,'2017-11-08 13:22:53',NULL),(480,'log',NULL,'2017-11-08 13:22:54',NULL),(481,'log',NULL,'2017-11-08 13:22:55',NULL),(482,'log',NULL,'2017-11-08 13:22:55',NULL),(483,'log',NULL,'2017-11-08 13:22:56',NULL),(484,'log',NULL,'2017-11-08 13:22:56',NULL),(485,'log',NULL,'2017-11-08 13:22:57',NULL),(486,'log',NULL,'2017-11-08 13:22:57',NULL),(487,'log',NULL,'2017-11-08 13:22:58',NULL),(488,'log',NULL,'2017-11-08 13:22:58',NULL),(489,'log',NULL,'2017-11-08 13:22:59',NULL),(490,'log',NULL,'2017-11-08 13:23:00',NULL),(491,'log',NULL,'2017-11-08 13:23:00',NULL),(492,'log',NULL,'2017-11-08 13:23:00',NULL),(493,'log',NULL,'2017-11-08 13:23:01',NULL),(494,'log',NULL,'2017-11-08 13:23:01',NULL),(495,'log',NULL,'2017-11-08 13:23:02',NULL),(496,'log',NULL,'2017-11-08 13:23:03',NULL),(497,'log',NULL,'2017-11-08 13:23:03',NULL),(498,'log',NULL,'2017-11-08 13:23:04',NULL),(499,'log',NULL,'2017-11-08 13:23:04',NULL),(500,'log',NULL,'2017-11-08 13:23:04',NULL),(501,'log',NULL,'2017-11-08 13:23:05',NULL),(502,'log',NULL,'2017-11-08 13:23:05',NULL),(503,'log',NULL,'2017-11-08 13:23:06',NULL),(504,'log',NULL,'2017-11-08 13:23:06',NULL),(505,'log',NULL,'2017-11-08 13:23:07',NULL),(506,'log',NULL,'2017-11-08 13:23:07',NULL),(507,'log',NULL,'2017-11-08 13:23:08',NULL),(508,'log',NULL,'2017-11-08 13:23:08',NULL),(509,'log',NULL,'2017-11-08 13:23:09',NULL),(510,'log',NULL,'2017-11-08 13:23:09',NULL),(511,'log',NULL,'2017-11-08 13:23:10',NULL),(512,'log',NULL,'2017-11-08 13:23:10',NULL),(513,'log',NULL,'2017-11-08 13:23:11',NULL),(514,'log',NULL,'2017-11-08 13:23:11',NULL),(515,'log',NULL,'2017-11-08 13:23:12',NULL),(516,'log',NULL,'2017-11-08 13:23:12',NULL),(517,'log',NULL,'2017-11-08 13:23:13',NULL),(518,'log',NULL,'2017-11-08 13:23:14',NULL),(519,'log',NULL,'2017-11-08 13:23:14',NULL),(520,'log',NULL,'2017-11-08 13:23:15',NULL),(521,'log',NULL,'2017-11-08 13:23:15',NULL),(522,'log',NULL,'2017-11-08 13:23:16',NULL),(523,'log',NULL,'2017-11-08 13:23:17',NULL),(524,'log',NULL,'2017-11-08 13:23:17',NULL),(525,'log',NULL,'2017-11-08 13:23:18',NULL),(526,'log',NULL,'2017-11-08 13:23:18',NULL),(527,'log',NULL,'2017-11-08 13:23:19',NULL),(528,'log',NULL,'2017-11-08 13:23:19',NULL),(529,'log',NULL,'2017-11-08 13:23:20',NULL),(530,'log',NULL,'2017-11-08 13:23:20',NULL),(531,'log',NULL,'2017-11-08 13:23:21',NULL),(532,'log',NULL,'2017-11-08 13:23:21',NULL),(533,'log',NULL,'2017-11-08 13:23:22',NULL),(534,'log',NULL,'2017-11-08 13:23:22',NULL),(535,'log',NULL,'2017-11-08 13:23:23',NULL),(536,'log',NULL,'2017-11-08 13:23:23',NULL),(537,'log',NULL,'2017-11-08 13:23:24',NULL),(538,'log',NULL,'2017-11-08 13:23:24',NULL),(539,'log',NULL,'2017-11-08 13:23:25',NULL),(540,'log',NULL,'2017-11-08 13:23:25',NULL),(541,'log',NULL,'2017-11-08 13:23:26',NULL),(542,'log',NULL,'2017-11-08 13:23:26',NULL),(543,'log',NULL,'2017-11-08 13:23:27',NULL),(544,'log',NULL,'2017-11-08 13:23:27',NULL),(545,'log',NULL,'2017-11-08 13:23:28',NULL),(546,'log',NULL,'2017-11-08 13:23:28',NULL),(547,'log',NULL,'2017-11-08 13:23:29',NULL),(548,'log',NULL,'2017-11-08 13:23:29',NULL),(549,'log',NULL,'2017-11-08 13:23:30',NULL),(550,'log',NULL,'2017-11-08 13:23:30',NULL),(551,'log',NULL,'2017-11-08 13:23:31',NULL),(552,'log',NULL,'2017-11-08 13:23:31',NULL),(553,'log',NULL,'2017-11-08 13:23:32',NULL),(554,'log',NULL,'2017-11-08 13:23:33',NULL),(555,'log',NULL,'2017-11-08 13:23:34',NULL),(556,'log',NULL,'2017-11-08 13:23:34',NULL),(557,'log',NULL,'2017-11-08 13:23:35',NULL),(558,'log',NULL,'2017-11-08 13:23:35',NULL),(559,'log',NULL,'2017-11-08 13:23:36',NULL),(560,'log',NULL,'2017-11-08 13:23:36',NULL),(561,'log',NULL,'2017-11-08 13:23:37',NULL),(562,'log',NULL,'2017-11-08 13:23:37',NULL),(563,'log',NULL,'2017-11-08 13:23:38',NULL),(564,'log',NULL,'2017-11-08 13:23:38',NULL),(565,'log',NULL,'2017-11-08 13:23:39',NULL),(566,'log',NULL,'2017-11-08 13:23:39',NULL),(567,'log',NULL,'2017-11-08 13:23:40',NULL),(568,'log',NULL,'2017-11-08 13:23:40',NULL),(569,'log',NULL,'2017-11-08 13:23:40',NULL),(570,'log',NULL,'2017-11-08 13:23:41',NULL),(571,'log',NULL,'2017-11-08 13:23:41',NULL),(572,'log',NULL,'2017-11-08 13:23:42',NULL),(573,'log',NULL,'2017-11-08 13:23:42',NULL),(574,'log',NULL,'2017-11-08 13:23:43',NULL),(575,'log',NULL,'2017-11-08 13:23:43',NULL),(576,'log',NULL,'2017-11-08 13:23:44',NULL),(577,'log',NULL,'2017-11-08 13:23:44',NULL),(578,'log',NULL,'2017-11-08 13:23:44',NULL),(579,'log',NULL,'2017-11-08 13:23:45',NULL),(580,'log',NULL,'2017-11-08 13:23:45',NULL),(581,'log',NULL,'2017-11-08 13:23:46',NULL),(582,'log',NULL,'2017-11-08 13:23:46',NULL),(583,'log',NULL,'2017-11-08 13:23:47',NULL),(584,'log',NULL,'2017-11-08 13:23:48',NULL),(585,'log',NULL,'2017-11-08 13:23:48',NULL),(586,'log',NULL,'2017-11-08 13:23:49',NULL),(587,'log',NULL,'2017-11-08 13:23:50',NULL),(588,'log',NULL,'2017-11-08 13:23:50',NULL),(589,'log',NULL,'2017-11-08 13:23:51',NULL),(590,'log',NULL,'2017-11-08 13:23:51',NULL),(591,'log',NULL,'2017-11-08 13:23:52',NULL),(592,'log',NULL,'2017-11-08 13:23:52',NULL),(593,'log',NULL,'2017-11-08 13:23:53',NULL),(594,'log',NULL,'2017-11-08 13:23:53',NULL),(595,'log',NULL,'2017-11-08 13:23:53',NULL),(596,'log',NULL,'2017-11-08 13:23:54',NULL),(597,'log',NULL,'2017-11-08 13:23:54',NULL),(598,'log',NULL,'2017-11-08 13:23:55',NULL),(599,'log',NULL,'2017-11-08 13:23:56',NULL),(600,'log',NULL,'2017-11-08 13:23:57',NULL),(601,'log',NULL,'2017-11-08 13:23:57',NULL),(602,'log',NULL,'2017-11-08 13:23:58',NULL),(603,'log',NULL,'2017-11-08 13:23:59',NULL),(604,'log',NULL,'2017-11-08 13:23:59',NULL),(605,'log',NULL,'2017-11-08 13:24:00',NULL),(606,'log',NULL,'2017-11-08 13:24:00',NULL),(607,'log',NULL,'2017-11-08 13:24:01',NULL),(608,'log',NULL,'2017-11-08 13:24:01',NULL),(609,'log',NULL,'2017-11-08 13:24:02',NULL),(610,'log',NULL,'2017-11-08 13:24:03',NULL),(611,'log',NULL,'2017-11-08 13:24:03',NULL),(612,'log',NULL,'2017-11-08 13:24:04',NULL),(613,'log',NULL,'2017-11-08 13:24:04',NULL),(614,'log',NULL,'2017-11-08 13:24:05',NULL),(615,'log',NULL,'2017-11-08 13:24:05',NULL),(616,'log',NULL,'2017-11-08 13:24:06',NULL),(617,'log',NULL,'2017-11-08 13:24:06',NULL),(618,'log',NULL,'2017-11-08 13:24:07',NULL),(619,'log',NULL,'2017-11-08 13:24:07',NULL),(620,'log',NULL,'2017-11-08 13:24:07',NULL),(621,'log',NULL,'2017-11-08 13:24:08',NULL),(622,'log',NULL,'2017-11-08 13:24:09',NULL),(623,'log',NULL,'2017-11-08 13:24:09',NULL),(624,'log',NULL,'2017-11-08 13:24:10',NULL),(625,'log',NULL,'2017-11-08 13:24:10',NULL),(626,'log',NULL,'2017-11-08 13:24:10',NULL),(627,'log',NULL,'2017-11-08 13:24:11',NULL),(628,'log',NULL,'2017-11-08 13:24:11',NULL),(629,'log',NULL,'2017-11-08 13:24:12',NULL),(630,'log',NULL,'2017-11-08 13:24:12',NULL),(631,'log',NULL,'2017-11-08 13:24:13',NULL),(632,'log',NULL,'2017-11-08 13:24:14',NULL),(633,'log',NULL,'2017-11-08 13:24:14',NULL),(634,'log',NULL,'2017-11-08 13:24:15',NULL),(635,'log',NULL,'2017-11-08 13:24:15',NULL),(636,'log',NULL,'2017-11-08 13:24:16',NULL),(637,'log',NULL,'2017-11-08 13:24:16',NULL),(638,'log',NULL,'2017-11-08 13:24:17',NULL),(639,'log',NULL,'2017-11-08 13:24:17',NULL),(640,'log',NULL,'2017-11-08 13:24:18',NULL),(641,'log',NULL,'2017-11-08 13:24:18',NULL),(642,'log',NULL,'2017-11-08 13:24:19',NULL),(643,'log',NULL,'2017-11-08 13:24:19',NULL),(644,'log',NULL,'2017-11-08 13:24:20',NULL),(645,'log',NULL,'2017-11-08 13:24:20',NULL),(646,'log',NULL,'2017-11-08 13:24:21',NULL),(647,'log',NULL,'2017-11-08 13:24:21',NULL),(648,'log',NULL,'2017-11-08 13:24:22',NULL),(649,'log',NULL,'2017-11-08 13:24:22',NULL),(650,'log',NULL,'2017-11-08 13:24:23',NULL),(651,'log',NULL,'2017-11-08 13:24:23',NULL),(652,'log',NULL,'2017-11-08 13:24:24',NULL),(653,'log',NULL,'2017-11-08 13:24:24',NULL),(654,'log',NULL,'2017-11-08 13:24:25',NULL),(655,'log',NULL,'2017-11-08 13:24:25',NULL),(656,'log',NULL,'2017-11-08 13:24:26',NULL),(657,'log',NULL,'2017-11-08 13:24:26',NULL),(658,'log',NULL,'2017-11-08 13:24:27',NULL),(659,'log',NULL,'2017-11-08 13:24:27',NULL),(660,'log',NULL,'2017-11-08 13:24:28',NULL),(661,'log',NULL,'2017-11-08 13:24:29',NULL),(662,'log',NULL,'2017-11-08 13:24:29',NULL),(663,'log',NULL,'2017-11-08 13:24:30',NULL),(664,'log',NULL,'2017-11-08 13:24:30',NULL),(665,'log',NULL,'2017-11-08 13:24:31',NULL),(666,'log',NULL,'2017-11-08 13:24:31',NULL),(667,'log',NULL,'2017-11-08 13:24:32',NULL),(668,'log',NULL,'2017-11-08 13:24:32',NULL),(669,'log',NULL,'2017-11-08 13:24:33',NULL),(670,'log',NULL,'2017-11-08 13:24:33',NULL),(671,'log',NULL,'2017-11-08 13:24:33',NULL),(672,'log',NULL,'2017-11-08 13:24:34',NULL),(673,'log',NULL,'2017-11-08 13:24:34',NULL),(674,'log',NULL,'2017-11-08 13:24:35',NULL),(675,'log',NULL,'2017-11-08 13:24:35',NULL),(676,'log',NULL,'2017-11-08 13:24:36',NULL),(677,'log',NULL,'2017-11-08 13:24:36',NULL),(678,'log',NULL,'2017-11-08 13:24:36',NULL),(679,'log',NULL,'2017-11-08 13:24:37',NULL),(680,'log',NULL,'2017-11-08 13:24:38',NULL),(681,'log',NULL,'2017-11-08 13:24:38',NULL),(682,'log',NULL,'2017-11-08 13:24:38',NULL),(683,'log',NULL,'2017-11-08 13:24:39',NULL),(684,'log',NULL,'2017-11-08 13:24:40',NULL),(685,'log',NULL,'2017-11-08 13:24:40',NULL),(686,'log',NULL,'2017-11-08 13:24:41',NULL),(687,'log',NULL,'2017-11-08 13:24:41',NULL),(688,'log',NULL,'2017-11-08 13:24:42',NULL),(689,'log',NULL,'2017-11-08 13:24:42',NULL),(690,'log',NULL,'2017-11-08 13:24:43',NULL),(691,'log',NULL,'2017-11-08 13:24:43',NULL),(692,'log',NULL,'2017-11-08 13:24:44',NULL),(693,'log',NULL,'2017-11-08 13:24:44',NULL),(694,'log',NULL,'2017-11-08 13:24:45',NULL),(695,'log',NULL,'2017-11-08 13:24:45',NULL),(696,'log',NULL,'2017-11-08 13:24:46',NULL),(697,'log',NULL,'2017-11-08 13:24:46',NULL),(698,'log',NULL,'2017-11-08 13:24:47',NULL),(699,'log',NULL,'2017-11-08 13:24:47',NULL),(700,'log',NULL,'2017-11-08 13:24:48',NULL),(701,'log',NULL,'2017-11-08 13:24:49',NULL),(702,'log',NULL,'2017-11-08 13:24:49',NULL),(703,'log',NULL,'2017-11-08 13:24:50',NULL),(704,'log',NULL,'2017-11-08 13:24:51',NULL),(705,'log',NULL,'2017-11-08 13:24:51',NULL),(706,'log',NULL,'2017-11-08 13:24:52',NULL),(707,'log',NULL,'2017-11-08 13:24:53',NULL),(708,'log',NULL,'2017-11-08 13:24:53',NULL),(709,'log',NULL,'2017-11-08 13:24:54',NULL),(710,'log',NULL,'2017-11-08 13:24:54',NULL),(711,'log',NULL,'2017-11-08 13:24:55',NULL),(712,'log',NULL,'2017-11-08 13:24:55',NULL),(713,'log',NULL,'2017-11-08 13:24:56',NULL),(714,'log',NULL,'2017-11-08 13:24:56',NULL),(715,'log',NULL,'2017-11-08 13:24:56',NULL),(716,'log',NULL,'2017-11-08 13:24:57',NULL),(717,'log',NULL,'2017-11-08 13:24:57',NULL),(718,'log',NULL,'2017-11-08 13:24:58',NULL),(719,'log',NULL,'2017-11-08 13:24:58',NULL),(720,'log',NULL,'2017-11-08 13:24:59',NULL),(721,'log',NULL,'2017-11-08 13:25:00',NULL),(722,'log',NULL,'2017-11-08 13:25:00',NULL),(723,'log',NULL,'2017-11-08 13:25:01',NULL),(724,'log',NULL,'2017-11-08 13:25:02',NULL),(725,'log',NULL,'2017-11-08 13:25:03',NULL),(726,'log',NULL,'2017-11-08 13:25:03',NULL),(727,'log',NULL,'2017-11-08 13:25:03',NULL),(728,'log',NULL,'2017-11-08 13:25:04',NULL),(729,'log',NULL,'2017-11-08 13:25:04',NULL),(730,'log',NULL,'2017-11-08 13:25:05',NULL),(731,'log',NULL,'2017-11-08 13:25:05',NULL),(732,'log',NULL,'2017-11-08 13:25:06',NULL),(733,'log',NULL,'2017-11-08 13:25:06',NULL),(734,'log',NULL,'2017-11-08 13:25:07',NULL),(735,'log',NULL,'2017-11-08 13:25:07',NULL),(736,'log',NULL,'2017-11-08 13:25:08',NULL),(737,'log',NULL,'2017-11-08 13:25:08',NULL),(738,'log',NULL,'2017-11-08 13:25:09',NULL),(739,'log',NULL,'2017-11-08 13:25:09',NULL),(740,'log',NULL,'2017-11-08 13:25:10',NULL),(741,'log',NULL,'2017-11-08 13:25:10',NULL),(742,'log',NULL,'2017-11-08 13:25:10',NULL),(743,'log',NULL,'2017-11-08 13:25:11',NULL),(744,'log',NULL,'2017-11-08 13:25:11',NULL),(745,'log',NULL,'2017-11-08 13:25:12',NULL),(746,'log',NULL,'2017-11-08 13:25:12',NULL),(747,'log',NULL,'2017-11-08 13:25:14',NULL),(748,'log',NULL,'2017-11-08 13:25:14',NULL),(749,'log',NULL,'2017-11-08 13:25:15',NULL),(750,'log',NULL,'2017-11-08 13:25:15',NULL),(751,'log',NULL,'2017-11-08 13:25:16',NULL),(752,'log',NULL,'2017-11-08 13:25:16',NULL),(753,'log',NULL,'2017-11-08 13:25:17',NULL),(754,'log',NULL,'2017-11-08 13:25:17',NULL),(755,'log',NULL,'2017-11-08 13:25:18',NULL),(756,'log',NULL,'2017-11-08 13:25:18',NULL),(757,'log',NULL,'2017-11-08 13:25:19',NULL),(758,'log',NULL,'2017-11-08 13:25:19',NULL),(759,'log',NULL,'2017-11-08 13:25:20',NULL),(760,'log',NULL,'2017-11-08 13:25:20',NULL),(761,'log',NULL,'2017-11-08 13:25:21',NULL),(762,'log',NULL,'2017-11-08 13:25:21',NULL),(763,'log',NULL,'2017-11-08 13:25:22',NULL),(764,'log',NULL,'2017-11-08 13:25:22',NULL),(765,'log',NULL,'2017-11-08 13:25:23',NULL),(766,'log',NULL,'2017-11-08 13:25:23',NULL),(767,'log',NULL,'2017-11-08 13:25:23',NULL),(768,'log',NULL,'2017-11-08 13:25:24',NULL),(769,'log',NULL,'2017-11-08 13:25:25',NULL),(770,'log',NULL,'2017-11-08 13:25:25',NULL),(771,'log',NULL,'2017-11-08 13:25:26',NULL),(772,'log',NULL,'2017-11-08 13:25:26',NULL),(773,'log',NULL,'2017-11-08 13:25:27',NULL),(774,'log',NULL,'2017-11-08 13:25:28',NULL),(775,'log',NULL,'2017-11-08 13:25:28',NULL),(776,'log',NULL,'2017-11-08 13:25:29',NULL),(777,'log',NULL,'2017-11-08 13:25:29',NULL),(778,'log',NULL,'2017-11-08 13:25:30',NULL),(779,'log',NULL,'2017-11-08 13:25:30',NULL),(780,'log',NULL,'2017-11-08 13:25:31',NULL),(781,'log',NULL,'2017-11-08 13:25:32',NULL),(782,'log',NULL,'2017-11-08 13:25:32',NULL),(783,'log',NULL,'2017-11-08 13:25:33',NULL),(784,'log',NULL,'2017-11-08 13:25:34',NULL),(785,'log',NULL,'2017-11-08 13:25:34',NULL),(786,'log',NULL,'2017-11-08 13:25:35',NULL),(787,'log',NULL,'2017-11-08 13:25:35',NULL),(788,'log',NULL,'2017-11-08 13:25:36',NULL),(789,'log',NULL,'2017-11-08 13:25:36',NULL),(790,'log',NULL,'2017-11-08 13:25:36',NULL),(791,'log',NULL,'2017-11-08 13:25:37',NULL),(792,'log',NULL,'2017-11-08 13:25:37',NULL),(793,'log',NULL,'2017-11-08 13:25:38',NULL),(794,'log',NULL,'2017-11-08 13:25:38',NULL),(795,'log',NULL,'2017-11-08 13:25:39',NULL),(796,'log',NULL,'2017-11-08 13:25:39',NULL),(797,'log',NULL,'2017-11-08 13:25:40',NULL),(798,'log',NULL,'2017-11-08 13:25:40',NULL),(799,'log',NULL,'2017-11-08 13:25:41',NULL),(800,'log',NULL,'2017-11-08 13:25:41',NULL),(801,'log',NULL,'2017-11-08 13:25:41',NULL),(802,'log',NULL,'2017-11-08 13:25:42',NULL),(803,'log',NULL,'2017-11-08 13:25:43',NULL),(804,'log',NULL,'2017-11-08 13:25:43',NULL),(805,'log',NULL,'2017-11-08 13:25:44',NULL),(806,'log',NULL,'2017-11-08 13:25:44',NULL),(807,'log',NULL,'2017-11-08 13:25:45',NULL),(808,'log',NULL,'2017-11-08 13:25:45',NULL),(809,'log',NULL,'2017-11-08 13:25:46',NULL),(810,'log',NULL,'2017-11-08 13:25:46',NULL),(811,'log',NULL,'2017-11-08 13:25:47',NULL),(812,'log',NULL,'2017-11-08 13:25:47',NULL),(813,'log',NULL,'2017-11-08 13:25:48',NULL),(814,'log',NULL,'2017-11-08 13:25:48',NULL),(815,'log',NULL,'2017-11-08 13:25:49',NULL),(816,'log',NULL,'2017-11-08 13:25:49',NULL),(817,'log',NULL,'2017-11-08 13:25:50',NULL),(818,'log',NULL,'2017-11-08 13:25:50',NULL),(819,'log',NULL,'2017-11-08 13:25:51',NULL),(820,'log',NULL,'2017-11-08 13:25:51',NULL),(821,'log',NULL,'2017-11-08 13:25:52',NULL),(822,'log',NULL,'2017-11-08 13:25:53',NULL),(823,'log',NULL,'2017-11-08 13:25:53',NULL),(824,'log',NULL,'2017-11-08 13:25:54',NULL),(825,'log',NULL,'2017-11-08 13:25:54',NULL),(826,'log',NULL,'2017-11-08 13:25:55',NULL),(827,'log',NULL,'2017-11-08 13:25:55',NULL),(828,'log',NULL,'2017-11-08 13:25:56',NULL),(829,'log',NULL,'2017-11-08 13:25:56',NULL),(830,'log',NULL,'2017-11-08 13:25:56',NULL),(831,'log',NULL,'2017-11-08 13:25:57',NULL),(832,'log',NULL,'2017-11-08 13:25:58',NULL),(833,'log',NULL,'2017-11-08 13:25:58',NULL),(834,'log',NULL,'2017-11-08 13:25:58',NULL),(835,'log',NULL,'2017-11-08 13:25:59',NULL),(836,'log',NULL,'2017-11-08 13:25:59',NULL),(837,'log',NULL,'2017-11-08 13:26:00',NULL),(838,'log',NULL,'2017-11-08 13:26:00',NULL),(839,'log',NULL,'2017-11-08 13:26:01',NULL),(840,'log',NULL,'2017-11-08 13:26:01',NULL),(841,'log',NULL,'2017-11-08 13:26:02',NULL),(842,'log',NULL,'2017-11-08 13:26:02',NULL),(843,'log',NULL,'2017-11-08 13:26:03',NULL),(844,'log',NULL,'2017-11-08 13:26:03',NULL),(845,'log',NULL,'2017-11-08 13:26:04',NULL),(846,'log',NULL,'2017-11-08 13:26:04',NULL),(847,'log',NULL,'2017-11-08 13:26:05',NULL),(848,'log',NULL,'2017-11-08 13:26:05',NULL),(849,'log',NULL,'2017-11-08 13:26:06',NULL),(850,'log',NULL,'2017-11-08 13:26:06',NULL),(851,'log',NULL,'2017-11-08 13:26:07',NULL),(852,'log',NULL,'2017-11-08 13:26:07',NULL),(853,'log',NULL,'2017-11-08 13:26:08',NULL),(854,'log',NULL,'2017-11-08 13:26:08',NULL),(855,'log',NULL,'2017-11-08 13:26:09',NULL),(856,'log',NULL,'2017-11-08 13:26:09',NULL),(857,'log',NULL,'2017-11-08 13:26:10',NULL),(858,'log',NULL,'2017-11-08 13:26:10',NULL),(859,'log',NULL,'2017-11-08 13:26:11',NULL),(860,'log',NULL,'2017-11-08 13:26:11',NULL),(861,'log',NULL,'2017-11-08 13:26:12',NULL),(862,'log',NULL,'2017-11-08 13:26:12',NULL),(863,'log',NULL,'2017-11-08 13:26:13',NULL),(864,'log',NULL,'2017-11-08 13:26:13',NULL),(865,'log',NULL,'2017-11-08 13:26:14',NULL),(866,'log',NULL,'2017-11-08 13:26:15',NULL),(867,'log',NULL,'2017-11-08 13:26:15',NULL),(868,'log',NULL,'2017-11-08 13:26:16',NULL),(869,'log',NULL,'2017-11-08 13:26:16',NULL),(870,'log',NULL,'2017-11-08 13:26:17',NULL),(871,'log',NULL,'2017-11-08 13:26:18',NULL),(872,'log',NULL,'2017-11-08 13:26:18',NULL),(873,'log',NULL,'2017-11-08 13:26:18',NULL),(874,'log',NULL,'2017-11-08 13:26:19',NULL),(875,'log',NULL,'2017-11-08 13:26:19',NULL),(876,'log',NULL,'2017-11-08 13:26:20',NULL),(877,'log',NULL,'2017-11-08 13:26:20',NULL),(878,'log',NULL,'2017-11-08 13:26:21',NULL),(879,'log',NULL,'2017-11-08 13:26:22',NULL),(880,'log',NULL,'2017-11-08 13:26:22',NULL),(881,'log',NULL,'2017-11-08 13:26:23',NULL),(882,'log',NULL,'2017-11-08 13:26:23',NULL),(883,'log',NULL,'2017-11-08 13:26:24',NULL),(884,'log',NULL,'2017-11-08 13:26:25',NULL),(885,'log',NULL,'2017-11-08 13:26:25',NULL),(886,'log',NULL,'2017-11-08 13:26:26',NULL),(887,'log',NULL,'2017-11-08 13:26:26',NULL),(888,'log',NULL,'2017-11-08 13:26:27',NULL),(889,'log',NULL,'2017-11-08 13:26:27',NULL),(890,'log',NULL,'2017-11-08 13:26:28',NULL),(891,'log',NULL,'2017-11-08 13:26:29',NULL),(892,'log',NULL,'2017-11-08 13:26:29',NULL),(893,'log',NULL,'2017-11-08 13:26:30',NULL),(894,'log',NULL,'2017-11-08 13:26:30',NULL),(895,'log',NULL,'2017-11-08 13:26:31',NULL),(896,'log',NULL,'2017-11-08 13:26:32',NULL),(897,'log',NULL,'2017-11-08 13:26:32',NULL),(898,'log',NULL,'2017-11-08 13:26:33',NULL),(899,'log',NULL,'2017-11-08 13:26:33',NULL),(900,'log',NULL,'2017-11-08 13:26:34',NULL),(901,'log',NULL,'2017-11-08 13:26:34',NULL),(902,'log',NULL,'2017-11-08 13:26:35',NULL),(903,'log',NULL,'2017-11-08 13:26:35',NULL),(904,'log',NULL,'2017-11-08 13:26:36',NULL),(905,'log',NULL,'2017-11-08 13:26:36',NULL),(906,'log',NULL,'2017-11-08 13:26:37',NULL),(907,'log',NULL,'2017-11-08 13:26:37',NULL),(908,'log',NULL,'2017-11-08 13:26:38',NULL),(909,'log',NULL,'2017-11-08 13:26:39',NULL),(910,'log',NULL,'2017-11-08 13:26:40',NULL),(911,'log',NULL,'2017-11-08 13:26:40',NULL),(912,'log',NULL,'2017-11-08 13:26:41',NULL),(913,'log',NULL,'2017-11-08 13:26:41',NULL),(914,'log',NULL,'2017-11-08 13:26:41',NULL),(915,'log',NULL,'2017-11-08 13:26:42',NULL),(916,'log',NULL,'2017-11-08 13:26:42',NULL),(917,'log',NULL,'2017-11-08 13:26:43',NULL),(918,'log',NULL,'2017-11-08 13:26:43',NULL),(919,'log',NULL,'2017-11-08 13:26:44',NULL),(920,'log',NULL,'2017-11-08 13:26:45',NULL),(921,'log',NULL,'2017-11-08 13:26:45',NULL),(922,'log',NULL,'2017-11-08 13:26:46',NULL),(923,'log',NULL,'2017-11-08 13:26:46',NULL),(924,'log',NULL,'2017-11-08 13:26:47',NULL),(925,'log',NULL,'2017-11-08 13:26:47',NULL),(926,'log',NULL,'2017-11-08 13:26:47',NULL),(927,'log',NULL,'2017-11-08 13:26:48',NULL),(928,'log',NULL,'2017-11-08 13:26:48',NULL),(929,'log',NULL,'2017-11-08 13:26:49',NULL),(930,'log',NULL,'2017-11-08 13:26:49',NULL),(931,'log',NULL,'2017-11-08 13:26:50',NULL),(932,'log',NULL,'2017-11-08 13:26:51',NULL),(933,'log',NULL,'2017-11-08 13:26:51',NULL),(934,'log',NULL,'2017-11-08 13:26:52',NULL),(935,'log',NULL,'2017-11-08 13:26:52',NULL),(936,'log',NULL,'2017-11-08 13:26:53',NULL),(937,'log',NULL,'2017-11-08 13:26:54',NULL),(938,'log',NULL,'2017-11-08 13:26:54',NULL),(939,'log',NULL,'2017-11-08 13:26:55',NULL),(940,'log',NULL,'2017-11-08 13:26:55',NULL),(941,'log',NULL,'2017-11-08 13:26:56',NULL),(942,'log',NULL,'2017-11-08 13:26:56',NULL),(943,'log',NULL,'2017-11-08 13:26:57',NULL),(944,'log',NULL,'2017-11-08 13:26:57',NULL),(945,'log',NULL,'2017-11-08 13:26:58',NULL),(946,'log',NULL,'2017-11-08 13:26:58',NULL),(947,'log',NULL,'2017-11-08 13:26:59',NULL),(948,'log',NULL,'2017-11-08 13:26:59',NULL),(949,'log',NULL,'2017-11-08 13:27:00',NULL),(950,'log',NULL,'2017-11-08 13:27:00',NULL),(951,'log',NULL,'2017-11-08 13:27:01',NULL),(952,'log',NULL,'2017-11-08 13:27:02',NULL),(953,'log',NULL,'2017-11-08 13:27:03',NULL),(954,'log',NULL,'2017-11-08 13:27:03',NULL),(955,'log',NULL,'2017-11-08 13:27:04',NULL),(956,'log',NULL,'2017-11-08 13:27:05',NULL),(957,'log',NULL,'2017-11-08 13:27:05',NULL),(958,'log',NULL,'2017-11-08 13:27:06',NULL),(959,'log',NULL,'2017-11-08 13:27:06',NULL),(960,'log',NULL,'2017-11-08 13:27:07',NULL),(961,'log',NULL,'2017-11-08 13:27:07',NULL),(962,'log',NULL,'2017-11-08 13:27:08',NULL),(963,'log',NULL,'2017-11-08 13:27:08',NULL),(964,'log',NULL,'2017-11-08 13:27:09',NULL),(965,'log',NULL,'2017-11-08 13:27:10',NULL),(966,'log',NULL,'2017-11-08 13:27:10',NULL),(967,'log',NULL,'2017-11-08 13:27:11',NULL),(968,'log',NULL,'2017-11-08 13:27:11',NULL),(969,'log',NULL,'2017-11-08 13:27:12',NULL),(970,'log',NULL,'2017-11-08 13:27:13',NULL),(971,'log',NULL,'2017-11-08 13:27:13',NULL),(972,'log',NULL,'2017-11-08 13:27:14',NULL),(973,'log',NULL,'2017-11-08 13:27:15',NULL),(974,'log',NULL,'2017-11-08 13:27:16',NULL),(975,'log',NULL,'2017-11-08 13:27:16',NULL),(976,'log',NULL,'2017-11-08 13:27:17',NULL),(977,'log',NULL,'2017-11-08 13:27:18',NULL),(978,'log',NULL,'2017-11-08 13:27:18',NULL),(979,'log',NULL,'2017-11-08 13:27:19',NULL),(980,'log',NULL,'2017-11-08 13:27:19',NULL),(981,'log',NULL,'2017-11-08 13:27:20',NULL),(982,'log',NULL,'2017-11-08 13:27:20',NULL),(983,'log',NULL,'2017-11-08 13:27:21',NULL),(984,'log',NULL,'2017-11-08 13:27:21',NULL),(985,'log',NULL,'2017-11-08 13:27:22',NULL),(986,'log',NULL,'2017-11-08 13:27:23',NULL),(987,'log',NULL,'2017-11-08 13:27:23',NULL),(988,'log',NULL,'2017-11-08 13:27:23',NULL),(989,'log',NULL,'2017-11-08 13:27:24',NULL),(990,'log',NULL,'2017-11-08 13:27:25',NULL),(991,'log',NULL,'2017-11-08 13:27:26',NULL),(992,'log',NULL,'2017-11-08 13:27:26',NULL),(993,'log',NULL,'2017-11-08 13:27:27',NULL),(994,'log',NULL,'2017-11-08 13:27:27',NULL),(995,'log',NULL,'2017-11-08 13:27:28',NULL),(996,'log',NULL,'2017-11-08 13:27:29',NULL),(997,'log',NULL,'2017-11-08 13:27:29',NULL),(998,'log',NULL,'2017-11-08 13:27:30',NULL),(999,'log',NULL,'2017-11-08 13:27:31',NULL),(1000,'log',NULL,'2017-11-08 13:27:31',NULL),(1001,'log',NULL,'2017-11-08 13:27:31',NULL),(1002,'log',NULL,'2017-11-08 13:27:32',NULL),(1003,'log',NULL,'2017-11-08 13:27:33',NULL),(1004,'log',NULL,'2017-11-08 13:27:33',NULL),(1005,'log',NULL,'2017-11-08 13:27:34',NULL),(1006,'log',NULL,'2017-11-08 13:27:34',NULL),(1007,'log',NULL,'2017-11-08 13:27:35',NULL),(1008,'log',NULL,'2017-11-08 13:27:36',NULL),(1009,'log',NULL,'2017-11-08 13:27:37',NULL),(1010,'log',NULL,'2017-11-08 13:27:37',NULL),(1011,'log',NULL,'2017-11-08 13:27:38',NULL),(1012,'log',NULL,'2017-11-08 13:27:38',NULL),(1013,'log',NULL,'2017-11-08 13:27:39',NULL),(1014,'log',NULL,'2017-11-08 13:27:39',NULL),(1015,'log',NULL,'2017-11-08 13:27:40',NULL),(1016,'log',NULL,'2017-11-08 13:27:40',NULL),(1017,'log',NULL,'2017-11-08 13:27:41',NULL),(1018,'log',NULL,'2017-11-08 13:27:41',NULL),(1019,'log',NULL,'2017-11-08 13:27:42',NULL),(1020,'log',NULL,'2017-11-08 13:27:43',NULL),(1021,'log',NULL,'2017-11-08 13:27:43',NULL),(1022,'log',NULL,'2017-11-08 13:27:44',NULL),(1023,'log',NULL,'2017-11-08 13:27:44',NULL),(1024,'log',NULL,'2017-11-08 13:27:45',NULL),(1025,'log',NULL,'2017-11-08 13:27:46',NULL),(1026,'log',NULL,'2017-11-08 13:27:46',NULL),(1027,'log',NULL,'2017-11-08 13:27:47',NULL),(1028,'log',NULL,'2017-11-08 13:27:47',NULL),(1029,'log',NULL,'2017-11-08 13:27:48',NULL),(1030,'log',NULL,'2017-11-08 13:27:48',NULL),(1031,'log',NULL,'2017-11-08 13:27:49',NULL),(1032,'log',NULL,'2017-11-08 13:27:49',NULL),(1033,'log',NULL,'2017-11-08 13:27:50',NULL),(1034,'log',NULL,'2017-11-08 13:27:50',NULL),(1035,'log',NULL,'2017-11-08 13:27:51',NULL),(1036,'log',NULL,'2017-11-08 13:27:51',NULL),(1037,'log',NULL,'2017-11-08 13:27:52',NULL),(1038,'log',NULL,'2017-11-08 13:27:52',NULL),(1039,'log',NULL,'2017-11-08 13:27:53',NULL),(1040,'log',NULL,'2017-11-08 13:27:53',NULL),(1041,'log',NULL,'2017-11-08 13:27:54',NULL),(1042,'log',NULL,'2017-11-08 13:27:54',NULL),(1043,'log',NULL,'2017-11-08 13:27:55',NULL),(1044,'log',NULL,'2017-11-08 13:27:56',NULL),(1045,'log',NULL,'2017-11-08 13:27:56',NULL),(1046,'log',NULL,'2017-11-08 13:27:57',NULL),(1047,'log',NULL,'2017-11-08 13:27:57',NULL),(1048,'log',NULL,'2017-11-08 13:27:58',NULL),(1049,'log',NULL,'2017-11-08 13:27:58',NULL),(1050,'log',NULL,'2017-11-08 13:27:59',NULL),(1051,'log',NULL,'2017-11-08 13:27:59',NULL),(1052,'log',NULL,'2017-11-08 13:28:00',NULL),(1053,'log',NULL,'2017-11-08 13:28:00',NULL),(1054,'log',NULL,'2017-11-08 13:28:01',NULL),(1055,'log',NULL,'2017-11-08 13:28:01',NULL),(1056,'log',NULL,'2017-11-08 13:28:02',NULL),(1057,'log',NULL,'2017-11-08 13:28:02',NULL),(1058,'log',NULL,'2017-11-08 13:28:03',NULL),(1059,'log',NULL,'2017-11-08 13:28:04',NULL),(1060,'log',NULL,'2017-11-08 13:28:04',NULL),(1061,'log',NULL,'2017-11-08 13:28:05',NULL),(1062,'log',NULL,'2017-11-08 13:28:06',NULL),(1063,'log',NULL,'2017-11-08 13:28:07',NULL),(1064,'log',NULL,'2017-11-08 13:28:07',NULL),(1065,'log',NULL,'2017-11-08 13:28:08',NULL),(1066,'log',NULL,'2017-11-08 13:28:08',NULL),(1067,'log',NULL,'2017-11-08 13:28:09',NULL),(1068,'log',NULL,'2017-11-08 13:28:09',NULL),(1069,'log',NULL,'2017-11-08 13:28:10',NULL),(1070,'log',NULL,'2017-11-08 13:28:11',NULL),(1071,'log',NULL,'2017-11-08 13:28:11',NULL),(1072,'log',NULL,'2017-11-08 13:28:12',NULL),(1073,'log',NULL,'2017-11-08 13:28:12',NULL),(1074,'log',NULL,'2017-11-08 13:28:13',NULL),(1075,'log',NULL,'2017-11-08 13:28:13',NULL),(1076,'log',NULL,'2017-11-08 13:28:14',NULL),(1077,'log',NULL,'2017-11-08 13:28:14',NULL),(1078,'log',NULL,'2017-11-08 13:28:15',NULL),(1079,'log',NULL,'2017-11-08 13:28:15',NULL),(1080,'log',NULL,'2017-11-08 13:28:16',NULL),(1081,'log',NULL,'2017-11-08 13:28:16',NULL),(1082,'log',NULL,'2017-11-08 13:28:17',NULL),(1083,'log',NULL,'2017-11-08 13:28:17',NULL),(1084,'log',NULL,'2017-11-08 13:28:18',NULL),(1085,'log',NULL,'2017-11-08 13:28:18',NULL),(1086,'log',NULL,'2017-11-08 13:28:19',NULL),(1087,'log',NULL,'2017-11-08 13:28:20',NULL),(1088,'log',NULL,'2017-11-08 13:28:20',NULL),(1089,'log',NULL,'2017-11-08 13:28:21',NULL),(1090,'log',NULL,'2017-11-08 13:28:22',NULL),(1091,'log',NULL,'2017-11-08 13:28:22',NULL),(1092,'log',NULL,'2017-11-08 13:28:23',NULL),(1093,'log',NULL,'2017-11-08 13:28:23',NULL),(1094,'log',NULL,'2017-11-08 13:28:24',NULL),(1095,'log',NULL,'2017-11-08 13:28:24',NULL),(1096,'log',NULL,'2017-11-08 13:28:25',NULL),(1097,'log',NULL,'2017-11-08 13:28:25',NULL),(1098,'log',NULL,'2017-11-08 13:28:26',NULL),(1099,'log',NULL,'2017-11-08 13:28:27',NULL),(1100,'log',NULL,'2017-11-08 13:28:28',NULL),(1101,'log',NULL,'2017-11-08 13:28:28',NULL),(1102,'log',NULL,'2017-11-08 13:28:29',NULL),(1103,'log',NULL,'2017-11-08 13:28:30',NULL),(1104,'log',NULL,'2017-11-08 13:28:30',NULL),(1105,'log',NULL,'2017-11-08 13:28:30',NULL),(1106,'log',NULL,'2017-11-08 13:28:31',NULL),(1107,'log',NULL,'2017-11-08 13:28:32',NULL),(1108,'log',NULL,'2017-11-08 13:28:33',NULL),(1109,'log',NULL,'2017-11-08 13:28:33',NULL),(1110,'log',NULL,'2017-11-08 13:28:34',NULL),(1111,'log',NULL,'2017-11-08 13:28:34',NULL),(1112,'log',NULL,'2017-11-08 13:28:35',NULL),(1113,'log',NULL,'2017-11-08 13:28:35',NULL),(1114,'log',NULL,'2017-11-08 13:28:36',NULL),(1115,'log',NULL,'2017-11-08 13:28:37',NULL),(1116,'log',NULL,'2017-11-08 13:28:38',NULL),(1117,'log',NULL,'2017-11-08 13:28:39',NULL),(1118,'log',NULL,'2017-11-08 13:28:39',NULL),(1119,'log',NULL,'2017-11-08 13:28:40',NULL),(1120,'log',NULL,'2017-11-08 13:28:40',NULL),(1121,'log',NULL,'2017-11-08 13:28:41',NULL),(1122,'log',NULL,'2017-11-08 13:28:42',NULL),(1123,'log',NULL,'2017-11-08 13:28:43',NULL),(1124,'log',NULL,'2017-11-08 13:28:44',NULL),(1125,'log',NULL,'2017-11-08 13:28:44',NULL),(1126,'log',NULL,'2017-11-08 13:28:45',NULL),(1127,'log',NULL,'2017-11-08 13:28:45',NULL),(1128,'log',NULL,'2017-11-08 13:28:46',NULL),(1129,'log',NULL,'2017-11-08 13:28:46',NULL),(1130,'log',NULL,'2017-11-08 13:28:47',NULL),(1131,'log',NULL,'2017-11-08 13:28:47',NULL),(1132,'log',NULL,'2017-11-08 13:28:48',NULL),(1133,'log',NULL,'2017-11-08 13:28:48',NULL),(1134,'log',NULL,'2017-11-08 13:28:49',NULL),(1135,'log',NULL,'2017-11-08 13:28:49',NULL),(1136,'log',NULL,'2017-11-08 13:28:50',NULL),(1137,'log',NULL,'2017-11-08 13:28:51',NULL),(1138,'log',NULL,'2017-11-08 13:28:51',NULL),(1139,'log',NULL,'2017-11-08 13:28:52',NULL),(1140,'log',NULL,'2017-11-08 13:28:52',NULL),(1141,'log',NULL,'2017-11-08 13:28:53',NULL),(1142,'log',NULL,'2017-11-08 13:28:54',NULL),(1143,'log',NULL,'2017-11-08 13:28:55',NULL),(1144,'log',NULL,'2017-11-08 13:28:55',NULL),(1145,'log',NULL,'2017-11-08 13:28:56',NULL),(1146,'log',NULL,'2017-11-08 13:28:57',NULL),(1147,'log',NULL,'2017-11-08 13:28:58',NULL),(1148,'log',NULL,'2017-11-08 13:28:58',NULL),(1149,'log',NULL,'2017-11-08 13:28:58',NULL),(1150,'log',NULL,'2017-11-08 13:28:59',NULL),(1151,'log',NULL,'2017-11-08 13:29:00',NULL),(1152,'log',NULL,'2017-11-08 13:29:00',NULL),(1153,'log',NULL,'2017-11-08 13:29:01',NULL),(1154,'log',NULL,'2017-11-08 13:29:02',NULL),(1155,'log',NULL,'2017-11-08 13:29:03',NULL),(1156,'log',NULL,'2017-11-08 13:29:03',NULL),(1157,'log',NULL,'2017-11-08 13:29:04',NULL),(1158,'log',NULL,'2017-11-08 13:29:04',NULL),(1159,'log',NULL,'2017-11-08 13:29:05',NULL),(1160,'log',NULL,'2017-11-08 13:29:06',NULL),(1161,'log',NULL,'2017-11-08 13:29:06',NULL),(1162,'log',NULL,'2017-11-08 13:29:07',NULL),(1163,'log',NULL,'2017-11-08 13:29:07',NULL),(1164,'log',NULL,'2017-11-08 13:29:08',NULL),(1165,'log',NULL,'2017-11-08 13:29:08',NULL),(1166,'log',NULL,'2017-11-08 13:29:09',NULL),(1167,'log',NULL,'2017-11-08 13:29:09',NULL),(1168,'log',NULL,'2017-11-08 13:29:10',NULL),(1169,'log',NULL,'2017-11-08 13:29:10',NULL),(1170,'log',NULL,'2017-11-08 13:29:11',NULL),(1171,'log',NULL,'2017-11-08 13:29:12',NULL),(1172,'log',NULL,'2017-11-08 13:29:12',NULL),(1173,'log',NULL,'2017-11-08 13:29:13',NULL),(1174,'log',NULL,'2017-11-08 13:29:13',NULL),(1175,'log',NULL,'2017-11-08 13:29:14',NULL),(1176,'log',NULL,'2017-11-08 13:29:15',NULL),(1177,'log',NULL,'2017-11-08 13:29:15',NULL),(1178,'log',NULL,'2017-11-08 13:29:16',NULL),(1179,'log',NULL,'2017-11-08 13:29:16',NULL),(1180,'log',NULL,'2017-11-08 13:29:17',NULL),(1181,'log',NULL,'2017-11-08 13:29:18',NULL),(1182,'log',NULL,'2017-11-08 13:29:18',NULL),(1183,'log',NULL,'2017-11-08 13:29:19',NULL),(1184,'log',NULL,'2017-11-08 13:29:19',NULL),(1185,'log',NULL,'2017-11-08 13:29:20',NULL),(1186,'log',NULL,'2017-11-08 13:29:21',NULL),(1187,'log',NULL,'2017-11-08 13:29:21',NULL),(1188,'log',NULL,'2017-11-08 13:29:22',NULL),(1189,'log',NULL,'2017-11-08 13:29:22',NULL),(1190,'log',NULL,'2017-11-08 13:29:23',NULL),(1191,'log',NULL,'2017-11-08 13:29:23',NULL),(1192,'log',NULL,'2017-11-08 13:29:24',NULL),(1193,'log',NULL,'2017-11-08 13:29:24',NULL),(1194,'log',NULL,'2017-11-08 13:29:25',NULL),(1195,'log',NULL,'2017-11-08 13:29:26',NULL),(1196,'log',NULL,'2017-11-08 13:29:26',NULL),(1197,'log',NULL,'2017-11-08 13:29:27',NULL),(1198,'log',NULL,'2017-11-08 13:29:27',NULL),(1199,'log',NULL,'2017-11-08 13:29:28',NULL),(1200,'log',NULL,'2017-11-08 13:29:29',NULL),(1201,'log',NULL,'2017-11-08 13:29:29',NULL),(1202,'log',NULL,'2017-11-08 13:29:29',NULL),(1203,'log',NULL,'2017-11-08 13:29:30',NULL),(1204,'log',NULL,'2017-11-08 13:29:31',NULL),(1205,'log',NULL,'2017-11-08 13:29:32',NULL),(1206,'log',NULL,'2017-11-08 13:29:32',NULL),(1207,'log',NULL,'2017-11-08 13:29:33',NULL),(1208,'log',NULL,'2017-11-08 13:29:34',NULL),(1209,'log',NULL,'2017-11-08 13:29:35',NULL),(1210,'log',NULL,'2017-11-08 13:29:35',NULL),(1211,'log',NULL,'2017-11-08 13:29:36',NULL),(1212,'log',NULL,'2017-11-08 13:29:36',NULL),(1213,'log',NULL,'2017-11-08 13:29:37',NULL),(1214,'log',NULL,'2017-11-08 13:29:37',NULL),(1215,'log',NULL,'2017-11-08 13:29:38',NULL),(1216,'log',NULL,'2017-11-08 13:29:38',NULL),(1217,'log',NULL,'2017-11-08 13:29:39',NULL),(1218,'log',NULL,'2017-11-08 13:29:39',NULL),(1219,'log',NULL,'2017-11-08 13:29:40',NULL),(1220,'log',NULL,'2017-11-08 13:29:41',NULL),(1221,'log',NULL,'2017-11-08 13:29:41',NULL),(1222,'log',NULL,'2017-11-08 13:29:42',NULL),(1223,'log',NULL,'2017-11-08 13:29:42',NULL),(1224,'log',NULL,'2017-11-08 13:29:43',NULL),(1225,'log',NULL,'2017-11-08 13:29:43',NULL),(1226,'log',NULL,'2017-11-08 13:29:44',NULL),(1227,'log',NULL,'2017-11-08 13:29:44',NULL),(1228,'log',NULL,'2017-11-08 13:29:45',NULL),(1229,'log',NULL,'2017-11-08 13:29:46',NULL),(1230,'log',NULL,'2017-11-08 13:29:46',NULL),(1231,'log',NULL,'2017-11-08 13:29:47',NULL),(1232,'log',NULL,'2017-11-08 13:29:47',NULL),(1233,'log',NULL,'2017-11-08 13:29:48',NULL),(1234,'log',NULL,'2017-11-08 13:29:48',NULL),(1235,'log',NULL,'2017-11-08 13:29:49',NULL),(1236,'log',NULL,'2017-11-08 13:29:50',NULL),(1237,'log',NULL,'2017-11-08 13:29:50',NULL),(1238,'log',NULL,'2017-11-08 13:29:51',NULL),(1239,'log',NULL,'2017-11-08 13:29:51',NULL),(1240,'log',NULL,'2017-11-08 13:29:52',NULL),(1241,'log',NULL,'2017-11-08 13:29:52',NULL),(1242,'log',NULL,'2017-11-08 13:29:53',NULL),(1243,'log',NULL,'2017-11-08 13:29:53',NULL),(1244,'log',NULL,'2017-11-08 13:29:54',NULL),(1245,'log',NULL,'2017-11-08 13:29:54',NULL),(1246,'log',NULL,'2017-11-08 13:29:55',NULL),(1247,'log',NULL,'2017-11-08 13:29:56',NULL),(1248,'log',NULL,'2017-11-08 13:29:56',NULL),(1249,'log',NULL,'2017-11-08 13:29:57',NULL),(1250,'log',NULL,'2017-11-08 13:29:57',NULL),(1251,'log',NULL,'2017-11-08 13:29:58',NULL),(1252,'log',NULL,'2017-11-08 13:29:58',NULL),(1253,'log',NULL,'2017-11-08 13:29:59',NULL),(1254,'log',NULL,'2017-11-08 13:29:59',NULL),(1255,'log',NULL,'2017-11-08 13:30:00',NULL),(1256,'log',NULL,'2017-11-08 13:30:02',NULL),(1257,'log',NULL,'2017-11-08 13:30:03',NULL),(1258,'log',NULL,'2017-11-08 13:30:03',NULL),(1259,'log',NULL,'2017-11-08 13:30:04',NULL),(1260,'log',NULL,'2017-11-08 13:30:04',NULL),(1261,'log',NULL,'2017-11-08 13:30:05',NULL),(1262,'log',NULL,'2017-11-08 13:30:05',NULL),(1263,'log',NULL,'2017-11-08 13:30:06',NULL),(1264,'log',NULL,'2017-11-08 13:30:07',NULL),(1265,'log',NULL,'2017-11-08 13:30:07',NULL),(1266,'log',NULL,'2017-11-08 13:30:08',NULL),(1267,'log',NULL,'2017-11-08 13:30:09',NULL),(1268,'log',NULL,'2017-11-08 13:30:09',NULL),(1269,'log',NULL,'2017-11-08 13:30:10',NULL),(1270,'log',NULL,'2017-11-08 13:30:10',NULL),(1271,'log',NULL,'2017-11-08 13:30:11',NULL),(1272,'log',NULL,'2017-11-08 13:30:12',NULL),(1273,'log',NULL,'2017-11-08 13:30:12',NULL),(1274,'log',NULL,'2017-11-08 13:30:12',NULL),(1275,'log',NULL,'2017-11-08 13:30:13',NULL),(1276,'log',NULL,'2017-11-08 13:30:13',NULL),(1277,'log',NULL,'2017-11-08 13:30:14',NULL),(1278,'log',NULL,'2017-11-08 13:30:15',NULL),(1279,'log',NULL,'2017-11-08 13:30:16',NULL),(1280,'log',NULL,'2017-11-08 13:30:16',NULL),(1281,'log',NULL,'2017-11-08 13:30:17',NULL),(1282,'log',NULL,'2017-11-08 13:30:17',NULL),(1283,'log',NULL,'2017-11-08 13:30:18',NULL),(1284,'log',NULL,'2017-11-08 13:30:18',NULL),(1285,'log',NULL,'2017-11-08 13:30:19',NULL),(1286,'log',NULL,'2017-11-08 13:30:19',NULL),(1287,'log',NULL,'2017-11-08 13:30:20',NULL),(1288,'log',NULL,'2017-11-08 13:30:21',NULL),(1289,'log',NULL,'2017-11-08 13:30:22',NULL),(1290,'log',NULL,'2017-11-08 13:30:22',NULL),(1291,'log',NULL,'2017-11-08 13:30:23',NULL),(1292,'log',NULL,'2017-11-08 13:30:24',NULL),(1293,'log',NULL,'2017-11-08 13:30:24',NULL),(1294,'log',NULL,'2017-11-08 13:30:25',NULL),(1295,'log',NULL,'2017-11-08 13:30:26',NULL),(1296,'log',NULL,'2017-11-08 13:30:27',NULL),(1297,'log',NULL,'2017-11-08 13:30:27',NULL),(1298,'log',NULL,'2017-11-08 13:30:28',NULL),(1299,'log',NULL,'2017-11-08 13:30:29',NULL),(1300,'log',NULL,'2017-11-08 13:30:29',NULL),(1301,'log',NULL,'2017-11-08 13:30:29',NULL),(1302,'log',NULL,'2017-11-08 13:30:30',NULL),(1303,'log',NULL,'2017-11-08 13:30:30',NULL),(1304,'log',NULL,'2017-11-08 13:30:31',NULL),(1305,'log',NULL,'2017-11-08 13:30:32',NULL),(1306,'log',NULL,'2017-11-08 13:30:32',NULL),(1307,'log',NULL,'2017-11-08 13:30:33',NULL),(1308,'log',NULL,'2017-11-08 13:30:33',NULL),(1309,'log',NULL,'2017-11-08 13:30:33',NULL),(1310,'log',NULL,'2017-11-08 13:30:34',NULL),(1311,'log',NULL,'2017-11-08 13:30:34',NULL),(1312,'log',NULL,'2017-11-08 13:30:35',NULL),(1313,'log',NULL,'2017-11-08 13:30:35',NULL),(1314,'log',NULL,'2017-11-08 13:30:37',NULL),(1315,'log',NULL,'2017-11-08 13:30:38',NULL),(1316,'log',NULL,'2017-11-08 13:30:39',NULL),(1317,'log',NULL,'2017-11-08 13:30:39',NULL),(1318,'log',NULL,'2017-11-08 13:30:40',NULL),(1319,'log',NULL,'2017-11-08 13:30:40',NULL),(1320,'log',NULL,'2017-11-08 13:30:41',NULL),(1321,'log',NULL,'2017-11-08 13:30:41',NULL),(1322,'log',NULL,'2017-11-08 13:30:42',NULL),(1323,'log',NULL,'2017-11-08 13:30:43',NULL),(1324,'log',NULL,'2017-11-08 13:30:43',NULL),(1325,'log',NULL,'2017-11-08 13:30:44',NULL),(1326,'log',NULL,'2017-11-08 13:30:44',NULL),(1327,'log',NULL,'2017-11-08 13:30:44',NULL),(1328,'log',NULL,'2017-11-08 13:30:45',NULL),(1329,'log',NULL,'2017-11-08 13:30:45',NULL),(1330,'log',NULL,'2017-11-08 13:30:46',NULL),(1331,'log',NULL,'2017-11-08 13:30:46',NULL),(1332,'log',NULL,'2017-11-08 13:30:47',NULL),(1333,'log',NULL,'2017-11-08 13:30:47',NULL),(1334,'log',NULL,'2017-11-08 13:30:48',NULL),(1335,'log',NULL,'2017-11-08 13:30:49',NULL),(1336,'log',NULL,'2017-11-08 13:30:49',NULL),(1337,'log',NULL,'2017-11-08 13:30:50',NULL),(1338,'log',NULL,'2017-11-08 13:30:50',NULL),(1339,'log',NULL,'2017-11-08 13:30:51',NULL),(1340,'log',NULL,'2017-11-08 13:30:51',NULL),(1341,'log',NULL,'2017-11-08 13:30:52',NULL),(1342,'log',NULL,'2017-11-08 13:30:52',NULL),(1343,'log',NULL,'2017-11-08 13:30:53',NULL),(1344,'log',NULL,'2017-11-08 13:30:53',NULL),(1345,'log',NULL,'2017-11-08 13:30:54',NULL),(1346,'log',NULL,'2017-11-08 13:30:54',NULL),(1347,'log',NULL,'2017-11-08 13:30:55',NULL),(1348,'log',NULL,'2017-11-08 13:30:55',NULL),(1349,'log',NULL,'2017-11-08 13:30:56',NULL),(1350,'log',NULL,'2017-11-08 13:30:56',NULL),(1351,'log',NULL,'2017-11-08 13:30:57',NULL),(1352,'log',NULL,'2017-11-08 13:30:57',NULL),(1353,'log',NULL,'2017-11-08 13:30:58',NULL),(1354,'log',NULL,'2017-11-08 13:30:58',NULL),(1355,'log',NULL,'2017-11-08 13:30:59',NULL),(1356,'log',NULL,'2017-11-08 13:30:59',NULL),(1357,'log',NULL,'2017-11-08 13:31:00',NULL),(1358,'log',NULL,'2017-11-08 13:31:00',NULL),(1359,'log',NULL,'2017-11-08 13:31:01',NULL),(1360,'log',NULL,'2017-11-08 13:31:01',NULL),(1361,'log',NULL,'2017-11-08 13:31:02',NULL),(1362,'log',NULL,'2017-11-08 13:31:02',NULL),(1363,'log',NULL,'2017-11-08 13:31:03',NULL),(1364,'log',NULL,'2017-11-08 13:31:03',NULL),(1365,'log',NULL,'2017-11-08 13:31:04',NULL),(1366,'log',NULL,'2017-11-08 13:31:04',NULL),(1367,'log',NULL,'2017-11-08 13:31:05',NULL),(1368,'log',NULL,'2017-11-08 13:31:06',NULL),(1369,'log',NULL,'2017-11-08 13:31:07',NULL),(1370,'log',NULL,'2017-11-08 13:31:08',NULL),(1371,'log',NULL,'2017-11-08 13:31:08',NULL),(1372,'log',NULL,'2017-11-08 13:31:09',NULL),(1373,'log',NULL,'2017-11-08 13:31:09',NULL),(1374,'log',NULL,'2017-11-08 13:31:10',NULL),(1375,'log',NULL,'2017-11-08 13:31:10',NULL),(1376,'log',NULL,'2017-11-08 13:31:11',NULL),(1377,'log',NULL,'2017-11-08 13:31:11',NULL),(1378,'log',NULL,'2017-11-08 13:31:12',NULL),(1379,'log',NULL,'2017-11-08 13:31:13',NULL),(1380,'log',NULL,'2017-11-08 13:31:14',NULL),(1381,'log',NULL,'2017-11-08 13:31:14',NULL),(1382,'log',NULL,'2017-11-08 13:31:15',NULL),(1383,'log',NULL,'2017-11-08 13:31:15',NULL),(1384,'log',NULL,'2017-11-08 13:31:16',NULL),(1385,'log',NULL,'2017-11-08 13:31:17',NULL),(1386,'log',NULL,'2017-11-08 13:31:18',NULL),(1387,'log',NULL,'2017-11-08 13:31:19',NULL),(1388,'log',NULL,'2017-11-08 13:31:19',NULL),(1389,'log',NULL,'2017-11-08 13:31:20',NULL),(1390,'log',NULL,'2017-11-08 13:31:20',NULL),(1391,'log',NULL,'2017-11-08 13:31:21',NULL),(1392,'log',NULL,'2017-11-08 13:31:22',NULL),(1393,'log',NULL,'2017-11-08 13:31:22',NULL),(1394,'log',NULL,'2017-11-08 13:31:23',NULL),(1395,'log',NULL,'2017-11-08 13:31:23',NULL),(1396,'log',NULL,'2017-11-08 13:31:24',NULL),(1397,'log',NULL,'2017-11-08 13:31:25',NULL),(1398,'log',NULL,'2017-11-08 13:31:26',NULL),(1399,'log',NULL,'2017-11-08 13:31:27',NULL),(1400,'log',NULL,'2017-11-08 13:31:27',NULL),(1401,'log',NULL,'2017-11-08 13:31:28',NULL),(1402,'log',NULL,'2017-11-08 13:31:28',NULL),(1403,'log',NULL,'2017-11-08 13:31:29',NULL),(1404,'log',NULL,'2017-11-08 13:31:30',NULL),(1405,'log',NULL,'2017-11-08 13:31:30',NULL),(1406,'log',NULL,'2017-11-08 13:31:31',NULL),(1407,'log',NULL,'2017-11-08 13:31:31',NULL),(1408,'log',NULL,'2017-11-08 13:31:32',NULL),(1409,'log',NULL,'2017-11-08 13:31:32',NULL),(1410,'log',NULL,'2017-11-08 13:31:33',NULL),(1411,'log',NULL,'2017-11-08 13:31:34',NULL),(1412,'log',NULL,'2017-11-08 13:31:34',NULL),(1413,'log',NULL,'2017-11-08 13:31:35',NULL),(1414,'log',NULL,'2017-11-08 13:31:35',NULL),(1415,'log',NULL,'2017-11-08 13:31:36',NULL),(1416,'log',NULL,'2017-11-08 13:31:36',NULL),(1417,'log',NULL,'2017-11-08 13:31:37',NULL),(1418,'log',NULL,'2017-11-08 13:31:38',NULL),(1419,'log',NULL,'2017-11-08 13:31:38',NULL),(1420,'log',NULL,'2017-11-08 13:31:39',NULL),(1421,'log',NULL,'2017-11-08 13:31:39',NULL),(1422,'log',NULL,'2017-11-08 13:31:40',NULL),(1423,'log',NULL,'2017-11-08 13:31:41',NULL),(1424,'log',NULL,'2017-11-08 13:31:42',NULL),(1425,'log',NULL,'2017-11-08 13:31:43',NULL),(1426,'log',NULL,'2017-11-08 13:31:43',NULL),(1427,'log',NULL,'2017-11-08 13:31:44',NULL),(1428,'log',NULL,'2017-11-08 13:31:45',NULL),(1429,'log',NULL,'2017-11-08 13:31:45',NULL),(1430,'log',NULL,'2017-11-08 13:31:46',NULL),(1431,'log',NULL,'2017-11-08 13:31:47',NULL),(1432,'log',NULL,'2017-11-08 13:31:48',NULL),(1433,'log',NULL,'2017-11-08 13:31:48',NULL),(1434,'log',NULL,'2017-11-08 13:31:49',NULL),(1435,'log',NULL,'2017-11-08 13:31:49',NULL),(1436,'log',NULL,'2017-11-08 13:31:51',NULL),(1437,'log',NULL,'2017-11-08 13:31:51',NULL),(1438,'log',NULL,'2017-11-08 13:31:52',NULL),(1439,'log',NULL,'2017-11-08 13:31:52',NULL),(1440,'log',NULL,'2017-11-08 13:31:53',NULL),(1441,'log',NULL,'2017-11-08 13:31:54',NULL),(1442,'log',NULL,'2017-11-08 13:31:54',NULL),(1443,'log',NULL,'2017-11-08 13:31:55',NULL),(1444,'log',NULL,'2017-11-08 13:31:55',NULL),(1445,'log',NULL,'2017-11-08 13:31:56',NULL),(1446,'log',NULL,'2017-11-08 13:31:57',NULL),(1447,'log',NULL,'2017-11-08 13:31:58',NULL),(1448,'log',NULL,'2017-11-08 13:31:59',NULL),(1449,'log',NULL,'2017-11-08 13:32:00',NULL),(1450,'log',NULL,'2017-11-08 13:32:00',NULL),(1451,'log',NULL,'2017-11-08 13:32:01',NULL),(1452,'log',NULL,'2017-11-08 13:32:02',NULL),(1453,'log',NULL,'2017-11-08 13:32:03',NULL),(1454,'log',NULL,'2017-11-08 13:32:03',NULL),(1455,'log',NULL,'2017-11-08 13:32:04',NULL),(1456,'log',NULL,'2017-11-08 13:32:05',NULL),(1457,'log',NULL,'2017-11-08 13:32:05',NULL),(1458,'log',NULL,'2017-11-08 13:32:06',NULL),(1459,'log',NULL,'2017-11-08 13:32:07',NULL),(1460,'log',NULL,'2017-11-08 13:32:07',NULL),(1461,'log',NULL,'2017-11-08 13:32:08',NULL),(1462,'log',NULL,'2017-11-08 13:32:09',NULL),(1463,'log',NULL,'2017-11-08 13:32:09',NULL),(1464,'log',NULL,'2017-11-08 13:32:10',NULL),(1465,'log',NULL,'2017-11-08 13:32:10',NULL),(1466,'log',NULL,'2017-11-08 13:32:11',NULL),(1467,'log',NULL,'2017-11-08 13:32:12',NULL),(1468,'log',NULL,'2017-11-08 13:32:12',NULL),(1469,'log',NULL,'2017-11-08 13:32:13',NULL),(1470,'log',NULL,'2017-11-08 13:32:15',NULL),(1471,'log',NULL,'2017-11-08 13:32:15',NULL),(1472,'log',NULL,'2017-11-08 13:32:17',NULL),(1473,'log',NULL,'2017-11-08 13:32:17',NULL),(1474,'log',NULL,'2017-11-08 13:32:18',NULL),(1475,'log',NULL,'2017-11-08 13:32:19',NULL),(1476,'log',NULL,'2017-11-08 13:32:19',NULL),(1477,'log',NULL,'2017-11-08 13:32:20',NULL),(1478,'log',NULL,'2017-11-08 13:32:21',NULL),(1479,'log',NULL,'2017-11-08 13:32:22',NULL),(1480,'log',NULL,'2017-11-08 13:32:22',NULL),(1481,'log',NULL,'2017-11-08 13:32:23',NULL),(1482,'log',NULL,'2017-11-08 13:32:24',NULL),(1483,'log',NULL,'2017-11-08 13:32:25',NULL),(1484,'log',NULL,'2017-11-08 13:32:26',NULL),(1485,'log',NULL,'2017-11-08 13:32:27',NULL),(1486,'log',NULL,'2017-11-08 13:32:27',NULL),(1487,'log',NULL,'2017-11-08 13:32:29',NULL),(1488,'log',NULL,'2017-11-08 13:32:29',NULL),(1489,'log',NULL,'2017-11-08 13:32:30',NULL),(1490,'log',NULL,'2017-11-08 13:32:31',NULL),(1491,'log',NULL,'2017-11-08 13:32:32',NULL),(1492,'log',NULL,'2017-11-08 13:32:33',NULL),(1493,'log',NULL,'2017-11-08 13:32:34',NULL),(1494,'log',NULL,'2017-11-08 13:32:35',NULL),(1495,'log',NULL,'2017-11-08 13:32:36',NULL),(1496,'log',NULL,'2017-11-08 13:32:36',NULL),(1497,'log',NULL,'2017-11-08 13:32:37',NULL),(1498,'log',NULL,'2017-11-08 13:32:38',NULL),(1499,'log',NULL,'2017-11-08 13:32:39',NULL),(1500,'log',NULL,'2017-11-08 13:32:40',NULL),(1501,'log',NULL,'2017-11-08 13:32:40',NULL),(1502,'log',NULL,'2017-11-08 13:32:41',NULL),(1503,'log',NULL,'2017-11-08 13:32:42',NULL),(1504,'log',NULL,'2017-11-08 13:32:43',NULL),(1505,'log',NULL,'2017-11-08 13:32:44',NULL),(1506,'log',NULL,'2017-11-08 13:32:45',NULL),(1507,'log',NULL,'2017-11-08 13:32:46',NULL),(1508,'log',NULL,'2017-11-08 13:32:46',NULL),(1509,'log',NULL,'2017-11-08 13:32:47',NULL),(1510,'log',NULL,'2017-11-08 13:32:48',NULL),(1511,'log',NULL,'2017-11-08 13:32:49',NULL),(1512,'log',NULL,'2017-11-08 13:32:49',NULL),(1513,'log',NULL,'2017-11-08 13:32:50',NULL),(1514,'log',NULL,'2017-11-08 13:32:51',NULL),(1515,'log',NULL,'2017-11-08 13:32:51',NULL),(1516,'log',NULL,'2017-11-08 13:32:52',NULL),(1517,'log',NULL,'2017-11-08 13:32:53',NULL),(1518,'log',NULL,'2017-11-08 13:32:54',NULL),(1519,'log',NULL,'2017-11-08 13:32:54',NULL),(1520,'log',NULL,'2017-11-08 13:32:55',NULL),(1521,'log',NULL,'2017-11-08 13:32:56',NULL),(1522,'log',NULL,'2017-11-08 13:32:57',NULL),(1523,'log',NULL,'2017-11-08 13:32:58',NULL),(1524,'log',NULL,'2017-11-08 13:32:59',NULL),(1525,'log',NULL,'2017-11-08 13:32:59',NULL),(1526,'log',NULL,'2017-11-08 13:33:01',NULL),(1527,'log',NULL,'2017-11-08 13:33:01',NULL),(1528,'log',NULL,'2017-11-08 13:33:02',NULL),(1529,'log',NULL,'2017-11-08 13:33:02',NULL),(1530,'log',NULL,'2017-11-08 13:33:03',NULL),(1531,'log',NULL,'2017-11-08 13:33:04',NULL),(1532,'log',NULL,'2017-11-08 13:33:04',NULL),(1533,'log',NULL,'2017-11-08 13:33:05',NULL),(1534,'log',NULL,'2017-11-08 13:33:06',NULL),(1535,'log',NULL,'2017-11-08 13:33:07',NULL),(1536,'log',NULL,'2017-11-08 13:33:08',NULL),(1537,'log',NULL,'2017-11-08 13:33:08',NULL),(1538,'log',NULL,'2017-11-08 13:33:10',NULL),(1539,'log',NULL,'2017-11-08 13:33:10',NULL),(1540,'log',NULL,'2017-11-08 13:33:11',NULL),(1541,'log',NULL,'2017-11-08 13:33:12',NULL),(1542,'log',NULL,'2017-11-08 13:33:12',NULL),(1543,'log',NULL,'2017-11-08 13:33:13',NULL),(1544,'log',NULL,'2017-11-08 13:33:14',NULL),(1545,'log',NULL,'2017-11-08 13:33:15',NULL),(1546,'log',NULL,'2017-11-08 13:33:15',NULL),(1547,'log',NULL,'2017-11-08 13:33:16',NULL),(1548,'log',NULL,'2017-11-08 13:33:17',NULL),(1549,'log',NULL,'2017-11-08 13:33:17',NULL),(1550,'log',NULL,'2017-11-08 13:33:18',NULL),(1551,'log',NULL,'2017-11-08 13:33:19',NULL),(1552,'log',NULL,'2017-11-08 13:33:20',NULL),(1553,'log',NULL,'2017-11-08 13:33:21',NULL),(1554,'log',NULL,'2017-11-08 13:33:22',NULL),(1555,'log',NULL,'2017-11-08 13:33:23',NULL),(1556,'log',NULL,'2017-11-08 13:33:23',NULL),(1557,'log',NULL,'2017-11-08 13:33:24',NULL),(1558,'log',NULL,'2017-11-08 13:33:25',NULL),(1559,'log',NULL,'2017-11-08 13:33:25',NULL),(1560,'log',NULL,'2017-11-08 13:33:26',NULL),(1561,'log',NULL,'2017-11-08 13:33:26',NULL),(1562,'log',NULL,'2017-11-08 13:33:27',NULL),(1563,'log',NULL,'2017-11-08 13:33:27',NULL),(1564,'log',NULL,'2017-11-08 13:33:28',NULL),(1565,'log',NULL,'2017-11-08 13:33:29',NULL),(1566,'log',NULL,'2017-11-08 13:33:30',NULL),(1567,'log',NULL,'2017-11-08 13:33:30',NULL),(1568,'log',NULL,'2017-11-08 13:33:31',NULL),(1569,'log',NULL,'2017-11-08 13:33:31',NULL),(1570,'log',NULL,'2017-11-08 13:33:32',NULL),(1571,'log',NULL,'2017-11-08 13:33:34',NULL),(1572,'log',NULL,'2017-11-08 13:33:35',NULL),(1573,'log',NULL,'2017-11-08 13:33:36',NULL),(1574,'log',NULL,'2017-11-08 13:33:36',NULL),(1575,'log',NULL,'2017-11-08 13:33:36',NULL),(1576,'log',NULL,'2017-11-08 13:33:37',NULL),(1577,'log',NULL,'2017-11-08 13:33:37',NULL),(1578,'log',NULL,'2017-11-08 13:33:39',NULL),(1579,'log',NULL,'2017-11-08 13:33:39',NULL),(1580,'log',NULL,'2017-11-08 13:33:40',NULL),(1581,'log',NULL,'2017-11-08 13:33:40',NULL),(1582,'log',NULL,'2017-11-08 13:33:41',NULL),(1583,'log',NULL,'2017-11-08 13:33:41',NULL),(1584,'log',NULL,'2017-11-08 13:33:42',NULL),(1585,'log',NULL,'2017-11-08 13:33:42',NULL),(1586,'log',NULL,'2017-11-08 13:33:43',NULL),(1587,'log',NULL,'2017-11-08 13:33:43',NULL),(1588,'log',NULL,'2017-11-08 13:33:44',NULL),(1589,'log',NULL,'2017-11-08 13:33:44',NULL),(1590,'log',NULL,'2017-11-08 13:33:45',NULL),(1591,'log',NULL,'2017-11-08 13:33:45',NULL),(1592,'log',NULL,'2017-11-08 13:33:46',NULL),(1593,'log',NULL,'2017-11-08 13:33:47',NULL),(1594,'log',NULL,'2017-11-08 13:33:47',NULL),(1595,'log',NULL,'2017-11-08 13:33:48',NULL),(1596,'log',NULL,'2017-11-08 13:33:48',NULL),(1597,'log',NULL,'2017-11-08 13:33:49',NULL),(1598,'log',NULL,'2017-11-08 13:33:49',NULL),(1599,'log',NULL,'2017-11-08 13:33:50',NULL),(1600,'log',NULL,'2017-11-08 13:33:50',NULL),(1601,'log',NULL,'2017-11-08 13:33:51',NULL),(1602,'log',NULL,'2017-11-08 13:33:51',NULL),(1603,'log',NULL,'2017-11-08 13:33:52',NULL),(1604,'log',NULL,'2017-11-08 13:33:52',NULL),(1605,'log',NULL,'2017-11-08 13:33:53',NULL),(1606,'log',NULL,'2017-11-08 13:33:54',NULL),(1607,'log',NULL,'2017-11-08 13:33:54',NULL),(1608,'log',NULL,'2017-11-08 13:33:55',NULL),(1609,'log',NULL,'2017-11-08 13:33:56',NULL),(1610,'log',NULL,'2017-11-08 13:33:56',NULL),(1611,'log',NULL,'2017-11-08 13:33:57',NULL),(1612,'log',NULL,'2017-11-08 13:33:57',NULL),(1613,'log',NULL,'2017-11-08 13:33:58',NULL),(1614,'log',NULL,'2017-11-08 13:33:59',NULL),(1615,'log',NULL,'2017-11-08 13:33:59',NULL),(1616,'log',NULL,'2017-11-08 13:34:00',NULL),(1617,'log',NULL,'2017-11-08 13:34:01',NULL),(1618,'log',NULL,'2017-11-08 13:34:01',NULL),(1619,'log',NULL,'2017-11-08 13:34:02',NULL),(1620,'log',NULL,'2017-11-08 13:34:02',NULL),(1621,'log',NULL,'2017-11-08 13:34:03',NULL),(1622,'log',NULL,'2017-11-08 13:34:03',NULL),(1623,'log',NULL,'2017-11-08 13:34:04',NULL),(1624,'log',NULL,'2017-11-08 13:34:05',NULL),(1625,'log',NULL,'2017-11-08 13:34:05',NULL),(1626,'log',NULL,'2017-11-08 13:34:06',NULL),(1627,'log',NULL,'2017-11-08 13:34:06',NULL),(1628,'log',NULL,'2017-11-08 13:34:07',NULL),(1629,'log',NULL,'2017-11-08 13:34:07',NULL),(1630,'log',NULL,'2017-11-08 13:34:08',NULL),(1631,'log',NULL,'2017-11-08 13:34:08',NULL),(1632,'log',NULL,'2017-11-08 13:34:09',NULL),(1633,'log',NULL,'2017-11-08 13:34:09',NULL),(1634,'log',NULL,'2017-11-08 13:34:10',NULL),(1635,'log',NULL,'2017-11-08 13:34:10',NULL),(1636,'log',NULL,'2017-11-08 13:34:11',NULL),(1637,'log',NULL,'2017-11-08 13:34:12',NULL),(1638,'log',NULL,'2017-11-08 13:34:12',NULL),(1639,'log',NULL,'2017-11-08 13:34:13',NULL),(1640,'log',NULL,'2017-11-08 13:34:14',NULL),(1641,'log',NULL,'2017-11-08 13:34:14',NULL),(1642,'log',NULL,'2017-11-08 13:34:15',NULL),(1643,'log',NULL,'2017-11-08 13:34:16',NULL),(1644,'log',NULL,'2017-11-08 13:34:16',NULL),(1645,'log',NULL,'2017-11-08 13:34:17',NULL),(1646,'log',NULL,'2017-11-08 13:34:17',NULL),(1647,'log',NULL,'2017-11-08 13:34:18',NULL),(1648,'log',NULL,'2017-11-08 13:34:18',NULL),(1649,'log',NULL,'2017-11-08 13:34:19',NULL),(1650,'log',NULL,'2017-11-08 13:34:19',NULL),(1651,'log',NULL,'2017-11-08 13:34:20',NULL),(1652,'log',NULL,'2017-11-08 13:34:20',NULL),(1653,'log',NULL,'2017-11-08 13:34:21',NULL),(1654,'log',NULL,'2017-11-08 13:34:21',NULL),(1655,'log',NULL,'2017-11-08 13:34:22',NULL),(1656,'log',NULL,'2017-11-08 13:34:23',NULL),(1657,'log',NULL,'2017-11-08 13:34:23',NULL),(1658,'log',NULL,'2017-11-08 13:34:24',NULL),(1659,'log',NULL,'2017-11-08 13:34:24',NULL),(1660,'log',NULL,'2017-11-08 13:34:25',NULL),(1661,'log',NULL,'2017-11-08 13:34:25',NULL),(1662,'log',NULL,'2017-11-08 13:34:26',NULL),(1663,'log',NULL,'2017-11-08 13:34:27',NULL),(1664,'log',NULL,'2017-11-08 13:34:27',NULL),(1665,'log',NULL,'2017-11-08 13:34:27',NULL),(1666,'log',NULL,'2017-11-08 13:34:28',NULL),(1667,'log',NULL,'2017-11-08 13:34:29',NULL),(1668,'log',NULL,'2017-11-08 13:34:29',NULL),(1669,'log',NULL,'2017-11-08 13:34:30',NULL),(1670,'log',NULL,'2017-11-08 13:34:30',NULL),(1671,'log',NULL,'2017-11-08 13:34:30',NULL),(1672,'log',NULL,'2017-11-08 13:34:31',NULL),(1673,'log',NULL,'2017-11-08 13:34:31',NULL),(1674,'log',NULL,'2017-11-08 13:34:32',NULL),(1675,'log',NULL,'2017-11-08 13:34:33',NULL),(1676,'log',NULL,'2017-11-08 13:34:34',NULL),(1677,'log',NULL,'2017-11-08 13:34:34',NULL),(1678,'log',NULL,'2017-11-08 13:34:35',NULL),(1679,'log',NULL,'2017-11-08 13:34:35',NULL),(1680,'log',NULL,'2017-11-08 13:34:36',NULL),(1681,'log',NULL,'2017-11-08 13:34:36',NULL),(1682,'log',NULL,'2017-11-08 13:34:37',NULL),(1683,'log',NULL,'2017-11-08 13:34:37',NULL),(1684,'log',NULL,'2017-11-08 13:34:37',NULL),(1685,'log',NULL,'2017-11-08 13:34:38',NULL),(1686,'log',NULL,'2017-11-08 13:34:38',NULL),(1687,'log',NULL,'2017-11-08 13:34:39',NULL),(1688,'log',NULL,'2017-11-08 13:34:39',NULL),(1689,'log',NULL,'2017-11-08 13:34:40',NULL),(1690,'log',NULL,'2017-11-08 13:34:40',NULL),(1691,'log',NULL,'2017-11-08 13:34:41',NULL),(1692,'log',NULL,'2017-11-08 13:34:42',NULL),(1693,'log',NULL,'2017-11-08 13:34:42',NULL),(1694,'log',NULL,'2017-11-08 13:34:43',NULL),(1695,'log',NULL,'2017-11-08 13:34:43',NULL),(1696,'log',NULL,'2017-11-08 13:34:44',NULL),(1697,'log',NULL,'2017-11-08 13:34:45',NULL),(1698,'log',NULL,'2017-11-08 13:34:45',NULL),(1699,'log',NULL,'2017-11-08 13:34:46',NULL),(1700,'log',NULL,'2017-11-08 13:34:46',NULL),(1701,'log',NULL,'2017-11-08 13:34:47',NULL),(1702,'log',NULL,'2017-11-08 13:34:47',NULL),(1703,'log',NULL,'2017-11-08 13:34:48',NULL),(1704,'log',NULL,'2017-11-08 13:34:48',NULL),(1705,'log',NULL,'2017-11-08 13:34:49',NULL),(1706,'log',NULL,'2017-11-08 13:34:49',NULL),(1707,'log',NULL,'2017-11-08 13:34:50',NULL),(1708,'log',NULL,'2017-11-08 13:34:51',NULL),(1709,'log',NULL,'2017-11-08 13:34:51',NULL),(1710,'log',NULL,'2017-11-08 13:34:52',NULL),(1711,'log',NULL,'2017-11-08 13:34:53',NULL),(1712,'log',NULL,'2017-11-08 13:34:53',NULL),(1713,'log',NULL,'2017-11-08 13:34:54',NULL),(1714,'log',NULL,'2017-11-08 13:34:55',NULL),(1715,'log',NULL,'2017-11-08 13:34:55',NULL),(1716,'log',NULL,'2017-11-08 13:34:55',NULL),(1717,'log',NULL,'2017-11-08 13:34:56',NULL),(1718,'log',NULL,'2017-11-08 13:34:56',NULL),(1719,'log',NULL,'2017-11-08 13:34:57',NULL),(1720,'log',NULL,'2017-11-08 13:34:57',NULL),(1721,'log',NULL,'2017-11-08 13:34:59',NULL),(1722,'log',NULL,'2017-11-08 13:34:59',NULL),(1723,'log',NULL,'2017-11-08 13:35:00',NULL),(1724,'log',NULL,'2017-11-08 13:35:00',NULL),(1725,'log',NULL,'2017-11-08 13:35:01',NULL),(1726,'log',NULL,'2017-11-08 13:35:02',NULL),(1727,'log',NULL,'2017-11-08 13:35:02',NULL),(1728,'log',NULL,'2017-11-08 13:35:03',NULL),(1729,'log',NULL,'2017-11-08 13:35:04',NULL),(1730,'log',NULL,'2017-11-08 13:35:04',NULL),(1731,'log',NULL,'2017-11-08 13:35:05',NULL),(1732,'log',NULL,'2017-11-08 13:35:06',NULL),(1733,'log',NULL,'2017-11-08 13:35:06',NULL),(1734,'log',NULL,'2017-11-08 13:35:07',NULL),(1735,'log',NULL,'2017-11-08 13:35:07',NULL),(1736,'log',NULL,'2017-11-08 13:35:08',NULL),(1737,'log',NULL,'2017-11-08 13:35:08',NULL),(1738,'log',NULL,'2017-11-08 13:35:09',NULL),(1739,'log',NULL,'2017-11-08 13:35:10',NULL),(1740,'log',NULL,'2017-11-08 13:35:10',NULL),(1741,'log',NULL,'2017-11-08 13:35:11',NULL),(1742,'log',NULL,'2017-11-08 13:35:11',NULL),(1743,'log',NULL,'2017-11-08 13:35:12',NULL),(1744,'log',NULL,'2017-11-08 13:35:12',NULL),(1745,'log',NULL,'2017-11-08 13:35:13',NULL),(1746,'log',NULL,'2017-11-08 13:35:14',NULL),(1747,'log',NULL,'2017-11-08 13:35:14',NULL),(1748,'log',NULL,'2017-11-08 13:35:15',NULL),(1749,'log',NULL,'2017-11-08 13:35:15',NULL),(1750,'log',NULL,'2017-11-08 13:35:16',NULL),(1751,'log',NULL,'2017-11-08 13:35:16',NULL),(1752,'log',NULL,'2017-11-08 13:35:17',NULL),(1753,'log',NULL,'2017-11-08 13:35:18',NULL),(1754,'log',NULL,'2017-11-08 13:35:18',NULL),(1755,'log',NULL,'2017-11-08 13:35:19',NULL),(1756,'log',NULL,'2017-11-08 13:35:20',NULL),(1757,'log',NULL,'2017-11-08 13:35:20',NULL),(1758,'log',NULL,'2017-11-08 13:35:21',NULL),(1759,'log',NULL,'2017-11-08 13:35:22',NULL),(1760,'log',NULL,'2017-11-08 13:35:22',NULL),(1761,'log',NULL,'2017-11-08 13:35:23',NULL),(1762,'log',NULL,'2017-11-08 13:35:23',NULL),(1763,'log',NULL,'2017-11-08 13:35:24',NULL),(1764,'log',NULL,'2017-11-08 13:35:24',NULL),(1765,'log',NULL,'2017-11-08 13:35:25',NULL),(1766,'log',NULL,'2017-11-08 13:35:25',NULL),(1767,'log',NULL,'2017-11-08 13:35:25',NULL),(1768,'log',NULL,'2017-11-08 13:35:26',NULL),(1769,'log',NULL,'2017-11-08 13:35:27',NULL),(1770,'log',NULL,'2017-11-08 13:35:28',NULL),(1771,'log',NULL,'2017-11-08 13:35:28',NULL),(1772,'log',NULL,'2017-11-08 13:35:29',NULL),(1773,'log',NULL,'2017-11-08 13:35:29',NULL),(1774,'log',NULL,'2017-11-08 13:35:30',NULL),(1775,'log',NULL,'2017-11-08 13:35:31',NULL),(1776,'log',NULL,'2017-11-08 13:35:31',NULL),(1777,'log',NULL,'2017-11-08 13:35:32',NULL),(1778,'log',NULL,'2017-11-08 13:35:32',NULL),(1779,'log',NULL,'2017-11-08 13:35:33',NULL),(1780,'log',NULL,'2017-11-08 13:35:34',NULL),(1781,'log',NULL,'2017-11-08 13:35:35',NULL),(1782,'log',NULL,'2017-11-08 13:35:35',NULL),(1783,'log',NULL,'2017-11-08 13:35:36',NULL),(1784,'log',NULL,'2017-11-08 13:35:36',NULL),(1785,'log',NULL,'2017-11-08 13:35:37',NULL),(1786,'log',NULL,'2017-11-08 13:35:38',NULL),(1787,'log',NULL,'2017-11-08 13:35:38',NULL),(1788,'log',NULL,'2017-11-08 13:35:39',NULL),(1789,'log',NULL,'2017-11-08 13:35:39',NULL),(1790,'log',NULL,'2017-11-08 13:35:40',NULL),(1791,'log',NULL,'2017-11-08 13:35:40',NULL),(1792,'log',NULL,'2017-11-08 13:35:41',NULL),(1793,'log',NULL,'2017-11-08 13:35:41',NULL),(1794,'log',NULL,'2017-11-08 13:35:42',NULL),(1795,'log',NULL,'2017-11-08 13:35:42',NULL),(1796,'log',NULL,'2017-11-08 13:35:43',NULL),(1797,'log',NULL,'2017-11-08 13:35:43',NULL),(1798,'log',NULL,'2017-11-08 13:35:44',NULL),(1799,'log',NULL,'2017-11-08 13:35:44',NULL),(1800,'log',NULL,'2017-11-08 13:35:45',NULL),(1801,'log',NULL,'2017-11-08 13:35:45',NULL),(1802,'log',NULL,'2017-11-08 13:35:46',NULL),(1803,'log',NULL,'2017-11-08 13:35:47',NULL),(1804,'log',NULL,'2017-11-08 13:35:47',NULL),(1805,'log',NULL,'2017-11-08 13:35:48',NULL),(1806,'log',NULL,'2017-11-08 13:35:48',NULL),(1807,'log',NULL,'2017-11-08 13:35:49',NULL),(1808,'log',NULL,'2017-11-08 13:35:49',NULL),(1809,'log',NULL,'2017-11-08 13:35:50',NULL),(1810,'log',NULL,'2017-11-08 13:35:51',NULL),(1811,'log',NULL,'2017-11-08 13:35:51',NULL),(1812,'log',NULL,'2017-11-08 13:35:52',NULL),(1813,'log',NULL,'2017-11-08 13:35:52',NULL),(1814,'log',NULL,'2017-11-08 13:35:53',NULL),(1815,'log',NULL,'2017-11-08 13:35:53',NULL),(1816,'log',NULL,'2017-11-08 13:35:54',NULL),(1817,'log',NULL,'2017-11-08 13:35:54',NULL),(1818,'log',NULL,'2017-11-08 13:35:55',NULL),(1819,'log',NULL,'2017-11-08 13:35:55',NULL),(1820,'log',NULL,'2017-11-08 13:35:55',NULL),(1821,'log',NULL,'2017-11-08 13:35:56',NULL),(1822,'log',NULL,'2017-11-08 13:35:57',NULL),(1823,'log',NULL,'2017-11-08 13:35:57',NULL),(1824,'log',NULL,'2017-11-08 13:35:58',NULL),(1825,'log',NULL,'2017-11-08 13:35:58',NULL),(1826,'log',NULL,'2017-11-08 13:35:59',NULL),(1827,'log',NULL,'2017-11-08 13:36:00',NULL),(1828,'log',NULL,'2017-11-08 13:36:00',NULL),(1829,'log',NULL,'2017-11-08 13:36:01',NULL),(1830,'log',NULL,'2017-11-08 13:36:01',NULL),(1831,'log',NULL,'2017-11-08 13:36:02',NULL),(1832,'log',NULL,'2017-11-08 13:36:02',NULL),(1833,'log',NULL,'2017-11-08 13:36:03',NULL),(1834,'log',NULL,'2017-11-08 13:36:03',NULL),(1835,'log',NULL,'2017-11-08 13:36:04',NULL),(1836,'log',NULL,'2017-11-08 13:36:04',NULL),(1837,'log',NULL,'2017-11-08 13:36:05',NULL),(1838,'log',NULL,'2017-11-08 13:36:05',NULL),(1839,'log',NULL,'2017-11-08 13:36:06',NULL),(1840,'log',NULL,'2017-11-08 13:36:06',NULL),(1841,'log',NULL,'2017-11-08 13:36:08',NULL),(1842,'log',NULL,'2017-11-08 13:36:08',NULL),(1843,'log',NULL,'2017-11-08 13:36:09',NULL),(1844,'log',NULL,'2017-11-08 13:36:09',NULL),(1845,'log',NULL,'2017-11-08 13:36:10',NULL),(1846,'log',NULL,'2017-11-08 13:36:10',NULL),(1847,'log',NULL,'2017-11-08 13:36:11',NULL),(1848,'log',NULL,'2017-11-08 13:36:11',NULL),(1849,'log',NULL,'2017-11-08 13:36:12',NULL),(1850,'log',NULL,'2017-11-08 13:36:12',NULL),(1851,'log',NULL,'2017-11-08 13:36:13',NULL),(1852,'log',NULL,'2017-11-08 13:36:13',NULL),(1853,'log',NULL,'2017-11-08 13:36:14',NULL),(1854,'log',NULL,'2017-11-08 13:36:14',NULL),(1855,'log',NULL,'2017-11-08 13:36:15',NULL),(1856,'log',NULL,'2017-11-08 13:36:16',NULL),(1857,'log',NULL,'2017-11-08 13:36:16',NULL),(1858,'log',NULL,'2017-11-08 13:36:17',NULL),(1859,'log',NULL,'2017-11-08 13:36:17',NULL),(1860,'log',NULL,'2017-11-08 13:36:18',NULL),(1861,'log',NULL,'2017-11-08 13:36:19',NULL),(1862,'log',NULL,'2017-11-08 13:36:19',NULL),(1863,'log',NULL,'2017-11-08 13:36:20',NULL),(1864,'log',NULL,'2017-11-08 13:36:20',NULL),(1865,'log',NULL,'2017-11-08 13:36:21',NULL),(1866,'log',NULL,'2017-11-08 13:36:21',NULL),(1867,'log',NULL,'2017-11-08 13:36:22',NULL),(1868,'log',NULL,'2017-11-08 13:36:22',NULL),(1869,'log',NULL,'2017-11-08 13:36:23',NULL),(1870,'log',NULL,'2017-11-08 13:36:23',NULL),(1871,'log',NULL,'2017-11-08 13:36:24',NULL),(1872,'log',NULL,'2017-11-08 13:36:24',NULL),(1873,'log',NULL,'2017-11-08 13:36:25',NULL),(1874,'log',NULL,'2017-11-08 13:36:25',NULL),(1875,'log',NULL,'2017-11-08 13:36:26',NULL),(1876,'log',NULL,'2017-11-08 13:36:26',NULL),(1877,'log',NULL,'2017-11-08 13:36:27',NULL),(1878,'log',NULL,'2017-11-08 13:36:28',NULL),(1879,'log',NULL,'2017-11-08 13:36:28',NULL),(1880,'log',NULL,'2017-11-08 13:36:29',NULL),(1881,'log',NULL,'2017-11-08 13:36:29',NULL),(1882,'log',NULL,'2017-11-08 13:36:30',NULL),(1883,'log',NULL,'2017-11-08 13:36:31',NULL),(1884,'log',NULL,'2017-11-08 13:36:31',NULL),(1885,'log',NULL,'2017-11-08 13:36:32',NULL),(1886,'log',NULL,'2017-11-08 13:36:32',NULL),(1887,'log',NULL,'2017-11-08 13:36:33',NULL),(1888,'log',NULL,'2017-11-08 13:36:34',NULL),(1889,'log',NULL,'2017-11-08 13:36:35',NULL),(1890,'log',NULL,'2017-11-08 13:36:36',NULL),(1891,'log',NULL,'2017-11-08 13:36:36',NULL),(1892,'log',NULL,'2017-11-08 13:36:37',NULL),(1893,'log',NULL,'2017-11-08 13:36:37',NULL),(1894,'log',NULL,'2017-11-08 13:36:38',NULL),(1895,'log',NULL,'2017-11-08 13:36:38',NULL),(1896,'log',NULL,'2017-11-08 13:36:39',NULL),(1897,'log',NULL,'2017-11-08 13:36:40',NULL),(1898,'log',NULL,'2017-11-08 13:36:40',NULL),(1899,'log',NULL,'2017-11-08 13:36:41',NULL),(1900,'log',NULL,'2017-11-08 13:36:41',NULL),(1901,'log',NULL,'2017-11-08 13:36:42',NULL),(1902,'log',NULL,'2017-11-08 13:36:42',NULL),(1903,'log',NULL,'2017-11-08 13:36:43',NULL),(1904,'log',NULL,'2017-11-08 13:36:43',NULL),(1905,'log',NULL,'2017-11-08 13:36:44',NULL),(1906,'log',NULL,'2017-11-08 13:36:45',NULL),(1907,'log',NULL,'2017-11-08 13:36:45',NULL),(1908,'log',NULL,'2017-11-08 13:36:46',NULL),(1909,'log',NULL,'2017-11-08 13:36:47',NULL),(1910,'log',NULL,'2017-11-08 13:36:47',NULL),(1911,'log',NULL,'2017-11-08 13:36:48',NULL),(1912,'log',NULL,'2017-11-08 13:36:48',NULL),(1913,'log',NULL,'2017-11-08 13:36:49',NULL),(1914,'log',NULL,'2017-11-08 13:36:49',NULL),(1915,'log',NULL,'2017-11-08 13:36:50',NULL),(1916,'log',NULL,'2017-11-08 13:36:50',NULL),(1917,'log',NULL,'2017-11-08 13:36:51',NULL),(1918,'log',NULL,'2017-11-08 13:36:51',NULL),(1919,'log',NULL,'2017-11-08 13:36:52',NULL),(1920,'log',NULL,'2017-11-08 13:36:53',NULL),(1921,'log',NULL,'2017-11-08 13:36:53',NULL),(1922,'log',NULL,'2017-11-08 13:36:54',NULL),(1923,'log',NULL,'2017-11-08 13:36:54',NULL),(1924,'log',NULL,'2017-11-08 13:36:55',NULL),(1925,'log',NULL,'2017-11-08 13:36:55',NULL),(1926,'log',NULL,'2017-11-08 13:36:56',NULL),(1927,'log',NULL,'2017-11-08 13:36:57',NULL),(1928,'log',NULL,'2017-11-08 13:36:57',NULL),(1929,'log',NULL,'2017-11-08 13:36:57',NULL),(1930,'log',NULL,'2017-11-08 13:36:58',NULL),(1931,'log',NULL,'2017-11-08 13:36:58',NULL),(1932,'log',NULL,'2017-11-08 13:36:59',NULL),(1933,'log',NULL,'2017-11-08 13:36:59',NULL),(1934,'log',NULL,'2017-11-08 13:37:00',NULL),(1935,'log',NULL,'2017-11-08 13:37:00',NULL),(1936,'log',NULL,'2017-11-08 13:37:01',NULL),(1937,'log',NULL,'2017-11-08 13:37:01',NULL),(1938,'log',NULL,'2017-11-08 13:37:02',NULL),(1939,'log',NULL,'2017-11-08 13:37:02',NULL),(1940,'log',NULL,'2017-11-08 13:37:03',NULL),(1941,'log',NULL,'2017-11-08 13:37:04',NULL),(1942,'log',NULL,'2017-11-08 13:37:04',NULL),(1943,'log',NULL,'2017-11-08 13:37:05',NULL),(1944,'log',NULL,'2017-11-08 13:37:05',NULL),(1945,'log',NULL,'2017-11-08 13:37:06',NULL),(1946,'log',NULL,'2017-11-08 13:37:06',NULL),(1947,'log',NULL,'2017-11-08 13:37:07',NULL),(1948,'log',NULL,'2017-11-08 13:37:07',NULL),(1949,'log',NULL,'2017-11-08 13:37:08',NULL),(1950,'log',NULL,'2017-11-08 13:37:08',NULL),(1951,'log',NULL,'2017-11-08 13:37:09',NULL),(1952,'log',NULL,'2017-11-08 13:37:09',NULL),(1953,'log',NULL,'2017-11-08 13:37:10',NULL),(1954,'log',NULL,'2017-11-08 13:37:10',NULL),(1955,'log',NULL,'2017-11-08 13:37:11',NULL),(1956,'log',NULL,'2017-11-08 13:37:11',NULL),(1957,'log',NULL,'2017-11-08 13:37:12',NULL),(1958,'log',NULL,'2017-11-08 13:37:12',NULL),(1959,'log',NULL,'2017-11-08 13:37:13',NULL),(1960,'log',NULL,'2017-11-08 13:37:14',NULL),(1961,'log',NULL,'2017-11-08 13:37:15',NULL),(1962,'log',NULL,'2017-11-08 13:37:15',NULL),(1963,'log',NULL,'2017-11-08 13:37:16',NULL),(1964,'log',NULL,'2017-11-08 13:37:16',NULL),(1965,'log',NULL,'2017-11-08 13:37:17',NULL),(1966,'log',NULL,'2017-11-08 13:37:17',NULL),(1967,'log',NULL,'2017-11-08 13:37:18',NULL),(1968,'log',NULL,'2017-11-08 13:37:18',NULL),(1969,'log',NULL,'2017-11-08 13:37:19',NULL),(1970,'log',NULL,'2017-11-08 13:37:19',NULL),(1971,'log',NULL,'2017-11-08 13:37:20',NULL),(1972,'log',NULL,'2017-11-08 13:37:20',NULL),(1973,'log',NULL,'2017-11-08 13:37:21',NULL),(1974,'log',NULL,'2017-11-08 13:37:21',NULL),(1975,'log',NULL,'2017-11-08 13:37:22',NULL),(1976,'log',NULL,'2017-11-08 13:37:22',NULL),(1977,'log',NULL,'2017-11-08 13:37:23',NULL),(1978,'log',NULL,'2017-11-08 13:37:23',NULL),(1979,'log',NULL,'2017-11-08 13:37:24',NULL),(1980,'log',NULL,'2017-11-08 13:37:25',NULL),(1981,'log',NULL,'2017-11-08 13:37:26',NULL),(1982,'log',NULL,'2017-11-08 13:37:26',NULL),(1983,'log',NULL,'2017-11-08 13:37:27',NULL),(1984,'log',NULL,'2017-11-08 13:37:27',NULL),(1985,'log',NULL,'2017-11-08 13:37:28',NULL),(1986,'log',NULL,'2017-11-08 13:37:28',NULL),(1987,'log',NULL,'2017-11-08 13:37:29',NULL),(1988,'log',NULL,'2017-11-08 13:37:30',NULL),(1989,'log',NULL,'2017-11-08 13:37:30',NULL),(1990,'log',NULL,'2017-11-08 13:37:31',NULL),(1991,'log',NULL,'2017-11-08 13:37:31',NULL),(1992,'log',NULL,'2017-11-08 13:37:31',NULL),(1993,'log',NULL,'2017-11-08 13:37:32',NULL),(1994,'log',NULL,'2017-11-08 13:37:33',NULL),(1995,'log',NULL,'2017-11-08 13:37:33',NULL),(1996,'log',NULL,'2017-11-08 13:37:33',NULL),(1997,'log',NULL,'2017-11-08 13:37:34',NULL),(1998,'log',NULL,'2017-11-08 13:37:34',NULL),(1999,'log',NULL,'2017-11-08 13:37:35',NULL),(2000,'log',NULL,'2017-11-08 13:37:36',NULL),(2001,'log',NULL,'2017-11-08 13:37:36',NULL),(2002,'log',NULL,'2017-11-08 13:37:36',NULL),(2003,'log',NULL,'2017-11-08 13:37:37',NULL),(2004,'log',NULL,'2017-11-08 13:37:38',NULL),(2005,'log',NULL,'2017-11-08 13:37:38',NULL),(2006,'log',NULL,'2017-11-08 13:37:39',NULL),(2007,'log',NULL,'2017-11-08 13:37:39',NULL),(2008,'log',NULL,'2017-11-08 13:37:40',NULL),(2009,'log',NULL,'2017-11-08 13:37:40',NULL),(2010,'log',NULL,'2017-11-08 13:37:41',NULL),(2011,'log',NULL,'2017-11-08 13:37:42',NULL),(2012,'log',NULL,'2017-11-08 13:37:43',NULL),(2013,'log',NULL,'2017-11-08 13:37:43',NULL),(2014,'log',NULL,'2017-11-08 13:37:44',NULL),(2015,'log',NULL,'2017-11-08 13:37:44',NULL),(2016,'log',NULL,'2017-11-08 13:37:45',NULL),(2017,'log',NULL,'2017-11-08 13:37:46',NULL),(2018,'log',NULL,'2017-11-08 13:37:46',NULL),(2019,'log',NULL,'2017-11-08 13:37:47',NULL),(2020,'log',NULL,'2017-11-08 13:37:47',NULL),(2021,'log',NULL,'2017-11-08 13:37:48',NULL),(2022,'log',NULL,'2017-11-08 13:37:48',NULL),(2023,'log',NULL,'2017-11-08 13:37:49',NULL),(2024,'log',NULL,'2017-11-08 13:37:50',NULL),(2025,'log',NULL,'2017-11-08 13:37:51',NULL),(2026,'log',NULL,'2017-11-08 13:37:51',NULL),(2027,'log',NULL,'2017-11-08 13:37:52',NULL),(2028,'log',NULL,'2017-11-08 13:37:52',NULL),(2029,'log',NULL,'2017-11-08 13:37:53',NULL),(2030,'log',NULL,'2017-11-08 13:37:53',NULL),(2031,'log',NULL,'2017-11-08 13:37:54',NULL),(2032,'log',NULL,'2017-11-08 13:37:54',NULL),(2033,'log',NULL,'2017-11-08 13:37:55',NULL),(2034,'log',NULL,'2017-11-08 13:37:55',NULL),(2035,'log',NULL,'2017-11-08 13:37:56',NULL),(2036,'log',NULL,'2017-11-08 13:37:57',NULL),(2037,'log',NULL,'2017-11-08 13:37:57',NULL),(2038,'log',NULL,'2017-11-08 13:37:58',NULL),(2039,'log',NULL,'2017-11-08 13:37:58',NULL),(2040,'log',NULL,'2017-11-08 13:37:59',NULL),(2041,'log',NULL,'2017-11-08 13:37:59',NULL),(2042,'log',NULL,'2017-11-08 13:38:00',NULL),(2043,'log',NULL,'2017-11-08 13:38:00',NULL),(2044,'log',NULL,'2017-11-08 13:38:01',NULL),(2045,'log',NULL,'2017-11-08 13:38:02',NULL),(2046,'log',NULL,'2017-11-08 13:38:02',NULL),(2047,'log',NULL,'2017-11-08 13:38:03',NULL),(2048,'log',NULL,'2017-11-08 13:38:03',NULL),(2049,'log',NULL,'2017-11-08 13:38:03',NULL),(2050,'log',NULL,'2017-11-08 13:38:04',NULL),(2051,'log',NULL,'2017-11-08 13:38:05',NULL),(2052,'log',NULL,'2017-11-08 13:38:05',NULL),(2053,'log',NULL,'2017-11-08 13:38:07',NULL),(2054,'log',NULL,'2017-11-08 13:38:07',NULL),(2055,'log',NULL,'2017-11-08 13:38:08',NULL),(2056,'log',NULL,'2017-11-08 13:38:08',NULL),(2057,'log',NULL,'2017-11-08 13:38:09',NULL),(2058,'log',NULL,'2017-11-08 13:38:10',NULL),(2059,'log',NULL,'2017-11-08 13:38:10',NULL),(2060,'log',NULL,'2017-11-08 13:38:11',NULL),(2061,'log',NULL,'2017-11-08 13:38:11',NULL),(2062,'log',NULL,'2017-11-08 13:38:12',NULL),(2063,'log',NULL,'2017-11-08 13:38:12',NULL),(2064,'log',NULL,'2017-11-08 13:38:13',NULL),(2065,'log',NULL,'2017-11-08 13:38:13',NULL),(2066,'log',NULL,'2017-11-08 13:38:13',NULL),(2067,'log',NULL,'2017-11-08 13:38:14',NULL),(2068,'log',NULL,'2017-11-08 13:38:14',NULL),(2069,'log',NULL,'2017-11-08 13:38:15',NULL),(2070,'log',NULL,'2017-11-08 13:38:16',NULL),(2071,'log',NULL,'2017-11-08 13:38:16',NULL),(2072,'log',NULL,'2017-11-08 13:38:17',NULL),(2073,'log',NULL,'2017-11-08 13:38:18',NULL),(2074,'log',NULL,'2017-11-08 13:38:18',NULL),(2075,'log',NULL,'2017-11-08 13:38:19',NULL),(2076,'log',NULL,'2017-11-08 13:38:19',NULL),(2077,'log',NULL,'2017-11-08 13:38:20',NULL),(2078,'log',NULL,'2017-11-08 13:38:20',NULL),(2079,'log',NULL,'2017-11-08 13:38:21',NULL),(2080,'log',NULL,'2017-11-08 13:38:21',NULL),(2081,'log',NULL,'2017-11-08 13:38:22',NULL),(2082,'log',NULL,'2017-11-08 13:38:22',NULL),(2083,'log',NULL,'2017-11-08 13:38:23',NULL),(2084,'log',NULL,'2017-11-08 13:38:23',NULL),(2085,'log',NULL,'2017-11-08 13:38:24',NULL),(2086,'log',NULL,'2017-11-08 13:38:24',NULL),(2087,'log',NULL,'2017-11-08 13:38:25',NULL),(2088,'log',NULL,'2017-11-08 13:38:25',NULL),(2089,'log',NULL,'2017-11-08 13:38:26',NULL),(2090,'log',NULL,'2017-11-08 13:38:26',NULL),(2091,'log',NULL,'2017-11-08 13:38:27',NULL),(2092,'log',NULL,'2017-11-08 13:38:27',NULL),(2093,'log',NULL,'2017-11-08 13:38:28',NULL),(2094,'log',NULL,'2017-11-08 13:38:28',NULL),(2095,'log',NULL,'2017-11-08 13:38:29',NULL),(2096,'log',NULL,'2017-11-08 13:38:29',NULL),(2097,'log',NULL,'2017-11-08 13:38:30',NULL),(2098,'log',NULL,'2017-11-08 13:38:30',NULL),(2099,'log',NULL,'2017-11-08 13:38:31',NULL),(2100,'log',NULL,'2017-11-08 13:38:31',NULL),(2101,'log',NULL,'2017-11-08 13:38:32',NULL),(2102,'log',NULL,'2017-11-08 13:38:32',NULL),(2103,'log',NULL,'2017-11-08 13:38:33',NULL),(2104,'log',NULL,'2017-11-08 13:38:34',NULL),(2105,'log',NULL,'2017-11-08 13:38:34',NULL),(2106,'log',NULL,'2017-11-08 13:38:35',NULL),(2107,'log',NULL,'2017-11-08 13:38:35',NULL),(2108,'log',NULL,'2017-11-08 13:38:36',NULL),(2109,'log',NULL,'2017-11-08 13:38:36',NULL),(2110,'log',NULL,'2017-11-08 13:38:37',NULL),(2111,'log',NULL,'2017-11-08 13:38:37',NULL),(2112,'log',NULL,'2017-11-08 13:38:38',NULL),(2113,'log',NULL,'2017-11-08 13:38:38',NULL),(2114,'log',NULL,'2017-11-08 13:38:38',NULL),(2115,'log',NULL,'2017-11-08 13:38:39',NULL),(2116,'log',NULL,'2017-11-08 13:38:39',NULL),(2117,'log',NULL,'2017-11-08 13:38:40',NULL),(2118,'log',NULL,'2017-11-08 13:38:41',NULL),(2119,'log',NULL,'2017-11-08 13:38:41',NULL),(2120,'log',NULL,'2017-11-08 13:38:42',NULL),(2121,'log',NULL,'2017-11-08 13:38:43',NULL),(2122,'log',NULL,'2017-11-08 13:38:43',NULL),(2123,'log',NULL,'2017-11-08 13:38:44',NULL),(2124,'log',NULL,'2017-11-08 13:38:44',NULL),(2125,'log',NULL,'2017-11-08 13:38:44',NULL),(2126,'log',NULL,'2017-11-08 13:38:45',NULL),(2127,'log',NULL,'2017-11-08 13:38:45',NULL),(2128,'log',NULL,'2017-11-08 13:38:46',NULL),(2129,'log',NULL,'2017-11-08 13:38:46',NULL),(2130,'log',NULL,'2017-11-08 13:38:47',NULL),(2131,'log',NULL,'2017-11-08 13:38:47',NULL),(2132,'log',NULL,'2017-11-08 13:38:48',NULL),(2133,'log',NULL,'2017-11-08 13:38:48',NULL),(2134,'log',NULL,'2017-11-08 13:38:49',NULL),(2135,'log',NULL,'2017-11-08 13:38:49',NULL),(2136,'log',NULL,'2017-11-08 13:38:50',NULL),(2137,'log',NULL,'2017-11-08 13:38:50',NULL),(2138,'log',NULL,'2017-11-08 13:38:51',NULL),(2139,'log',NULL,'2017-11-08 13:38:51',NULL),(2140,'log',NULL,'2017-11-08 13:38:52',NULL),(2141,'log',NULL,'2017-11-08 13:38:52',NULL),(2142,'log',NULL,'2017-11-08 13:38:53',NULL),(2143,'log',NULL,'2017-11-08 13:38:53',NULL),(2144,'log',NULL,'2017-11-08 13:38:54',NULL),(2145,'log',NULL,'2017-11-08 13:38:54',NULL),(2146,'log',NULL,'2017-11-08 13:38:55',NULL),(2147,'log',NULL,'2017-11-08 13:38:55',NULL),(2148,'log',NULL,'2017-11-08 13:38:56',NULL),(2149,'log',NULL,'2017-11-08 13:38:57',NULL),(2150,'log',NULL,'2017-11-08 13:38:57',NULL),(2151,'log',NULL,'2017-11-08 13:38:58',NULL),(2152,'log',NULL,'2017-11-08 13:38:58',NULL),(2153,'log',NULL,'2017-11-08 13:38:59',NULL),(2154,'log',NULL,'2017-11-08 13:38:59',NULL),(2155,'log',NULL,'2017-11-08 13:39:00',NULL),(2156,'log',NULL,'2017-11-08 13:39:00',NULL),(2157,'log',NULL,'2017-11-08 13:39:01',NULL),(2158,'log',NULL,'2017-11-08 13:39:01',NULL),(2159,'log',NULL,'2017-11-08 13:39:02',NULL),(2160,'log',NULL,'2017-11-08 13:39:02',NULL),(2161,'log',NULL,'2017-11-08 13:39:03',NULL),(2162,'log',NULL,'2017-11-08 13:39:03',NULL),(2163,'log',NULL,'2017-11-08 13:39:04',NULL),(2164,'log',NULL,'2017-11-08 13:39:05',NULL),(2165,'log',NULL,'2017-11-08 13:39:06',NULL),(2166,'log',NULL,'2017-11-08 13:39:07',NULL),(2167,'log',NULL,'2017-11-08 13:39:07',NULL),(2168,'log',NULL,'2017-11-08 13:39:08',NULL),(2169,'log',NULL,'2017-11-08 13:39:09',NULL),(2170,'log',NULL,'2017-11-08 13:39:10',NULL),(2171,'log',NULL,'2017-11-08 13:39:11',NULL),(2172,'log',NULL,'2017-11-08 13:39:11',NULL),(2173,'log',NULL,'2017-11-08 13:39:12',NULL),(2174,'log',NULL,'2017-11-08 13:39:12',NULL),(2175,'log',NULL,'2017-11-08 13:39:13',NULL),(2176,'log',NULL,'2017-11-08 13:39:14',NULL),(2177,'log',NULL,'2017-11-08 13:39:15',NULL),(2178,'log',NULL,'2017-11-08 13:39:15',NULL),(2179,'log',NULL,'2017-11-08 13:39:16',NULL),(2180,'log',NULL,'2017-11-08 13:39:17',NULL),(2181,'log',NULL,'2017-11-08 13:39:17',NULL),(2182,'log',NULL,'2017-11-08 13:39:18',NULL),(2183,'log',NULL,'2017-11-08 13:39:19',NULL),(2184,'log',NULL,'2017-11-08 13:39:20',NULL),(2185,'log',NULL,'2017-11-08 13:39:20',NULL),(2186,'log',NULL,'2017-11-08 13:39:21',NULL),(2187,'log',NULL,'2017-11-08 13:39:21',NULL),(2188,'log',NULL,'2017-11-08 13:39:22',NULL),(2189,'log',NULL,'2017-11-08 13:39:23',NULL),(2190,'log',NULL,'2017-11-08 13:39:23',NULL),(2191,'log',NULL,'2017-11-08 13:39:24',NULL),(2192,'log',NULL,'2017-11-08 13:39:24',NULL),(2193,'log',NULL,'2017-11-08 13:39:25',NULL),(2194,'log',NULL,'2017-11-08 13:39:26',NULL),(2195,'log',NULL,'2017-11-08 13:39:26',NULL),(2196,'log',NULL,'2017-11-08 13:39:27',NULL),(2197,'log',NULL,'2017-11-08 13:39:28',NULL),(2198,'log',NULL,'2017-11-08 13:39:28',NULL),(2199,'log',NULL,'2017-11-08 13:39:29',NULL),(2200,'log',NULL,'2017-11-08 13:39:29',NULL),(2201,'log',NULL,'2017-11-08 13:39:30',NULL),(2202,'log',NULL,'2017-11-08 13:39:31',NULL),(2203,'log',NULL,'2017-11-08 13:39:32',NULL),(2204,'log',NULL,'2017-11-08 13:39:32',NULL),(2205,'log',NULL,'2017-11-08 13:39:33',NULL),(2206,'log',NULL,'2017-11-08 13:39:34',NULL),(2207,'log',NULL,'2017-11-08 13:39:34',NULL),(2208,'log',NULL,'2017-11-08 13:39:35',NULL),(2209,'log',NULL,'2017-11-08 13:39:35',NULL),(2210,'log',NULL,'2017-11-08 13:39:36',NULL),(2211,'log',NULL,'2017-11-08 13:39:36',NULL),(2212,'log',NULL,'2017-11-08 13:39:37',NULL),(2213,'log',NULL,'2017-11-08 13:39:37',NULL),(2214,'log',NULL,'2017-11-08 13:39:38',NULL),(2215,'log',NULL,'2017-11-08 13:39:38',NULL),(2216,'log',NULL,'2017-11-08 13:39:39',NULL),(2217,'log',NULL,'2017-11-08 13:39:39',NULL),(2218,'log',NULL,'2017-11-08 13:39:40',NULL),(2219,'log',NULL,'2017-11-08 13:39:41',NULL),(2220,'log',NULL,'2017-11-08 13:39:41',NULL),(2221,'log',NULL,'2017-11-08 13:39:41',NULL),(2222,'log',NULL,'2017-11-08 13:39:42',NULL),(2223,'log',NULL,'2017-11-08 13:39:43',NULL),(2224,'log',NULL,'2017-11-08 13:39:43',NULL),(2225,'log',NULL,'2017-11-08 13:39:44',NULL),(2226,'log',NULL,'2017-11-08 13:39:44',NULL),(2227,'log',NULL,'2017-11-08 13:39:45',NULL),(2228,'log',NULL,'2017-11-08 13:39:45',NULL),(2229,'log',NULL,'2017-11-08 13:39:46',NULL),(2230,'log',NULL,'2017-11-08 13:39:46',NULL),(2231,'log',NULL,'2017-11-08 13:39:47',NULL),(2232,'log',NULL,'2017-11-08 13:39:47',NULL),(2233,'log',NULL,'2017-11-08 13:39:48',NULL),(2234,'log',NULL,'2017-11-08 13:39:48',NULL),(2235,'log',NULL,'2017-11-08 13:39:49',NULL),(2236,'log',NULL,'2017-11-08 13:39:50',NULL),(2237,'log',NULL,'2017-11-08 13:39:51',NULL),(2238,'log',NULL,'2017-11-08 13:39:52',NULL),(2239,'log',NULL,'2017-11-08 13:39:52',NULL),(2240,'log',NULL,'2017-11-08 13:39:53',NULL),(2241,'log',NULL,'2017-11-08 13:39:53',NULL),(2242,'log',NULL,'2017-11-08 13:39:54',NULL),(2243,'log',NULL,'2017-11-08 13:39:54',NULL),(2244,'log',NULL,'2017-11-08 13:39:55',NULL),(2245,'log',NULL,'2017-11-08 13:39:55',NULL),(2246,'log',NULL,'2017-11-08 13:39:56',NULL),(2247,'log',NULL,'2017-11-08 13:39:56',NULL),(2248,'log',NULL,'2017-11-08 13:39:57',NULL),(2249,'log',NULL,'2017-11-08 13:39:57',NULL),(2250,'log',NULL,'2017-11-08 13:39:58',NULL),(2251,'log',NULL,'2017-11-08 13:39:58',NULL),(2252,'log',NULL,'2017-11-08 13:39:59',NULL),(2253,'log',NULL,'2017-11-08 13:39:59',NULL),(2254,'log',NULL,'2017-11-08 13:40:00',NULL),(2255,'log',NULL,'2017-11-08 13:40:00',NULL),(2256,'log',NULL,'2017-11-08 13:40:01',NULL),(2257,'log',NULL,'2017-11-08 13:40:01',NULL),(2258,'log',NULL,'2017-11-08 13:40:02',NULL),(2259,'log',NULL,'2017-11-08 13:40:03',NULL),(2260,'log',NULL,'2017-11-08 13:40:03',NULL),(2261,'log',NULL,'2017-11-08 13:40:04',NULL),(2262,'log',NULL,'2017-11-08 13:40:04',NULL),(2263,'log',NULL,'2017-11-08 13:40:05',NULL),(2264,'log',NULL,'2017-11-08 13:40:05',NULL),(2265,'log',NULL,'2017-11-08 13:40:06',NULL),(2266,'log',NULL,'2017-11-08 13:40:07',NULL),(2267,'log',NULL,'2017-11-08 13:40:07',NULL),(2268,'log',NULL,'2017-11-08 13:40:08',NULL),(2269,'log',NULL,'2017-11-08 13:40:09',NULL),(2270,'log',NULL,'2017-11-08 13:40:09',NULL),(2271,'log',NULL,'2017-11-08 13:40:10',NULL),(2272,'log',NULL,'2017-11-08 13:40:10',NULL),(2273,'log',NULL,'2017-11-08 13:40:11',NULL),(2274,'log',NULL,'2017-11-08 13:40:12',NULL),(2275,'log',NULL,'2017-11-08 13:40:12',NULL),(2276,'log',NULL,'2017-11-08 13:40:13',NULL),(2277,'log',NULL,'2017-11-08 13:40:14',NULL),(2278,'log',NULL,'2017-11-08 13:40:14',NULL),(2279,'log',NULL,'2017-11-08 13:40:15',NULL),(2280,'log',NULL,'2017-11-08 13:40:16',NULL),(2281,'log',NULL,'2017-11-08 13:40:16',NULL),(2282,'log',NULL,'2017-11-08 13:40:17',NULL),(2283,'log',NULL,'2017-11-08 13:40:17',NULL),(2284,'log',NULL,'2017-11-08 13:40:18',NULL),(2285,'log',NULL,'2017-11-08 13:40:18',NULL),(2286,'log',NULL,'2017-11-08 13:40:19',NULL),(2287,'log',NULL,'2017-11-08 13:40:20',NULL),(2288,'log',NULL,'2017-11-08 13:40:21',NULL),(2289,'log',NULL,'2017-11-08 13:40:21',NULL),(2290,'log',NULL,'2017-11-08 13:40:22',NULL),(2291,'log',NULL,'2017-11-08 13:40:23',NULL),(2292,'log',NULL,'2017-11-08 13:40:23',NULL),(2293,'log',NULL,'2017-11-08 13:40:24',NULL),(2294,'log',NULL,'2017-11-08 13:40:24',NULL),(2295,'log',NULL,'2017-11-08 13:40:25',NULL),(2296,'log',NULL,'2017-11-08 13:40:25',NULL),(2297,'log',NULL,'2017-11-08 13:40:26',NULL),(2298,'log',NULL,'2017-11-08 13:40:26',NULL),(2299,'log',NULL,'2017-11-08 13:40:27',NULL),(2300,'log',NULL,'2017-11-08 13:40:27',NULL),(2301,'log',NULL,'2017-11-08 13:40:28',NULL),(2302,'log',NULL,'2017-11-08 13:40:28',NULL),(2303,'log',NULL,'2017-11-08 13:40:29',NULL),(2304,'log',NULL,'2017-11-08 13:40:29',NULL),(2305,'log',NULL,'2017-11-08 13:40:30',NULL),(2306,'log',NULL,'2017-11-08 13:40:30',NULL),(2307,'log',NULL,'2017-11-08 13:40:31',NULL),(2308,'log',NULL,'2017-11-08 13:40:31',NULL),(2309,'log',NULL,'2017-11-08 13:40:32',NULL),(2310,'log',NULL,'2017-11-08 13:40:33',NULL),(2311,'log',NULL,'2017-11-08 13:40:33',NULL),(2312,'log',NULL,'2017-11-08 13:40:33',NULL),(2313,'log',NULL,'2017-11-08 13:40:34',NULL),(2314,'log',NULL,'2017-11-08 13:40:35',NULL),(2315,'log',NULL,'2017-11-08 13:40:35',NULL),(2316,'log',NULL,'2017-11-08 13:40:36',NULL),(2317,'log',NULL,'2017-11-08 13:40:36',NULL),(2318,'log',NULL,'2017-11-08 13:40:37',NULL),(2319,'log',NULL,'2017-11-08 13:40:37',NULL),(2320,'log',NULL,'2017-11-08 13:40:38',NULL),(2321,'log',NULL,'2017-11-08 13:40:38',NULL),(2322,'log',NULL,'2017-11-08 13:40:39',NULL),(2323,'log',NULL,'2017-11-08 13:40:39',NULL),(2324,'log',NULL,'2017-11-08 13:40:40',NULL),(2325,'log',NULL,'2017-11-08 13:40:40',NULL),(2326,'log',NULL,'2017-11-08 13:40:41',NULL),(2327,'log',NULL,'2017-11-08 13:40:42',NULL),(2328,'log',NULL,'2017-11-08 13:40:43',NULL),(2329,'log',NULL,'2017-11-08 13:40:43',NULL),(2330,'log',NULL,'2017-11-08 13:40:44',NULL),(2331,'log',NULL,'2017-11-08 13:40:44',NULL),(2332,'log',NULL,'2017-11-08 13:40:45',NULL),(2333,'log',NULL,'2017-11-08 13:40:45',NULL),(2334,'log',NULL,'2017-11-08 13:40:46',NULL),(2335,'log',NULL,'2017-11-08 13:40:47',NULL),(2336,'log',NULL,'2017-11-08 13:40:48',NULL),(2337,'log',NULL,'2017-11-08 13:40:48',NULL),(2338,'log',NULL,'2017-11-08 13:40:49',NULL),(2339,'log',NULL,'2017-11-08 13:40:49',NULL),(2340,'log',NULL,'2017-11-08 13:40:49',NULL),(2341,'log',NULL,'2017-11-08 13:40:50',NULL),(2342,'log',NULL,'2017-11-08 13:40:50',NULL),(2343,'log',NULL,'2017-11-08 13:40:51',NULL),(2344,'log',NULL,'2017-11-08 13:40:51',NULL),(2345,'log',NULL,'2017-11-08 13:40:52',NULL),(2346,'log',NULL,'2017-11-08 13:40:53',NULL),(2347,'log',NULL,'2017-11-08 13:40:54',NULL),(2348,'log',NULL,'2017-11-08 13:40:55',NULL),(2349,'log',NULL,'2017-11-08 13:40:55',NULL),(2350,'log',NULL,'2017-11-08 13:40:56',NULL),(2351,'log',NULL,'2017-11-08 13:40:57',NULL),(2352,'log',NULL,'2017-11-08 13:40:57',NULL),(2353,'log',NULL,'2017-11-08 13:40:58',NULL),(2354,'log',NULL,'2017-11-08 13:40:58',NULL),(2355,'log',NULL,'2017-11-08 13:40:59',NULL),(2356,'log',NULL,'2017-11-08 13:40:59',NULL),(2357,'log',NULL,'2017-11-08 13:41:00',NULL),(2358,'log',NULL,'2017-11-08 13:41:00',NULL),(2359,'log',NULL,'2017-11-08 13:41:01',NULL),(2360,'log',NULL,'2017-11-08 13:41:02',NULL),(2361,'log',NULL,'2017-11-08 13:41:02',NULL),(2362,'log',NULL,'2017-11-08 13:41:03',NULL),(2363,'log',NULL,'2017-11-08 13:41:04',NULL),(2364,'log',NULL,'2017-11-08 13:41:05',NULL),(2365,'log',NULL,'2017-11-08 13:41:05',NULL),(2366,'log',NULL,'2017-11-08 13:41:06',NULL),(2367,'log',NULL,'2017-11-08 13:41:07',NULL),(2368,'log',NULL,'2017-11-08 13:41:07',NULL),(2369,'log',NULL,'2017-11-08 13:41:08',NULL),(2370,'log',NULL,'2017-11-08 13:41:09',NULL),(2371,'log',NULL,'2017-11-08 13:41:09',NULL),(2372,'log',NULL,'2017-11-08 13:41:10',NULL),(2373,'log',NULL,'2017-11-08 13:41:11',NULL),(2374,'log',NULL,'2017-11-08 13:41:12',NULL),(2375,'log',NULL,'2017-11-08 13:41:13',NULL),(2376,'log',NULL,'2017-11-08 13:41:13',NULL),(2377,'log',NULL,'2017-11-08 13:41:14',NULL),(2378,'log',NULL,'2017-11-08 13:41:15',NULL),(2379,'log',NULL,'2017-11-08 13:41:15',NULL),(2380,'log',NULL,'2017-11-08 13:41:16',NULL),(2381,'log',NULL,'2017-11-08 13:41:18',NULL),(2382,'log',NULL,'2017-11-08 13:41:18',NULL),(2383,'log',NULL,'2017-11-08 13:41:19',NULL),(2384,'log',NULL,'2017-11-08 13:41:19',NULL),(2385,'log',NULL,'2017-11-08 13:41:20',NULL),(2386,'log',NULL,'2017-11-08 13:41:21',NULL),(2387,'log',NULL,'2017-11-08 13:41:22',NULL),(2388,'log',NULL,'2017-11-08 13:41:22',NULL),(2389,'log',NULL,'2017-11-08 13:41:23',NULL),(2390,'log',NULL,'2017-11-08 13:41:24',NULL),(2391,'log',NULL,'2017-11-08 13:41:24',NULL),(2392,'log',NULL,'2017-11-08 13:41:25',NULL),(2393,'log',NULL,'2017-11-08 13:41:26',NULL),(2394,'log',NULL,'2017-11-08 13:41:26',NULL),(2395,'log',NULL,'2017-11-08 13:41:27',NULL),(2396,'log',NULL,'2017-11-08 13:41:28',NULL),(2397,'log',NULL,'2017-11-08 13:41:28',NULL),(2398,'log',NULL,'2017-11-08 13:41:29',NULL),(2399,'log',NULL,'2017-11-08 13:41:29',NULL),(2400,'log',NULL,'2017-11-08 13:41:29',NULL),(2401,'log',NULL,'2017-11-08 13:41:30',NULL),(2402,'log',NULL,'2017-11-08 13:41:31',NULL),(2403,'log',NULL,'2017-11-08 13:41:31',NULL),(2404,'log',NULL,'2017-11-08 13:41:32',NULL),(2405,'log',NULL,'2017-11-08 13:41:33',NULL),(2406,'log',NULL,'2017-11-08 13:41:33',NULL),(2407,'log',NULL,'2017-11-08 13:41:34',NULL),(2408,'log',NULL,'2017-11-08 13:41:35',NULL),(2409,'log',NULL,'2017-11-08 13:41:35',NULL),(2410,'log',NULL,'2017-11-08 13:41:36',NULL),(2411,'log',NULL,'2017-11-08 13:41:36',NULL),(2412,'log',NULL,'2017-11-08 13:41:37',NULL),(2413,'log',NULL,'2017-11-08 13:41:38',NULL),(2414,'log',NULL,'2017-11-08 13:41:38',NULL),(2415,'log',NULL,'2017-11-08 13:41:39',NULL),(2416,'log',NULL,'2017-11-08 13:41:39',NULL),(2417,'log',NULL,'2017-11-08 13:41:40',NULL),(2418,'log',NULL,'2017-11-08 13:41:40',NULL),(2419,'log',NULL,'2017-11-08 13:41:40',NULL),(2420,'log',NULL,'2017-11-08 13:41:41',NULL),(2421,'log',NULL,'2017-11-08 13:41:42',NULL),(2422,'log',NULL,'2017-11-08 13:41:43',NULL),(2423,'log',NULL,'2017-11-08 13:41:43',NULL),(2424,'log',NULL,'2017-11-08 13:41:44',NULL),(2425,'log',NULL,'2017-11-08 13:41:45',NULL),(2426,'log',NULL,'2017-11-08 13:41:45',NULL),(2427,'log',NULL,'2017-11-08 13:41:46',NULL),(2428,'log',NULL,'2017-11-08 13:41:47',NULL),(2429,'log',NULL,'2017-11-08 13:41:48',NULL),(2430,'log',NULL,'2017-11-08 13:41:49',NULL),(2431,'log',NULL,'2017-11-08 13:41:49',NULL),(2432,'log',NULL,'2017-11-08 13:41:50',NULL),(2433,'log',NULL,'2017-11-08 13:41:50',NULL),(2434,'log',NULL,'2017-11-08 13:41:51',NULL),(2435,'log',NULL,'2017-11-08 13:41:51',NULL),(2436,'log',NULL,'2017-11-08 13:41:52',NULL),(2437,'log',NULL,'2017-11-08 13:41:52',NULL),(2438,'log',NULL,'2017-11-08 13:41:53',NULL),(2439,'log',NULL,'2017-11-08 13:41:54',NULL),(2440,'log',NULL,'2017-11-08 13:41:54',NULL),(2441,'log',NULL,'2017-11-08 13:41:55',NULL),(2442,'log',NULL,'2017-11-08 13:41:55',NULL),(2443,'log',NULL,'2017-11-08 13:41:56',NULL),(2444,'log',NULL,'2017-11-08 13:41:57',NULL),(2445,'log',NULL,'2017-11-08 13:41:58',NULL),(2446,'log',NULL,'2017-11-08 13:41:58',NULL),(2447,'log',NULL,'2017-11-08 13:41:59',NULL),(2448,'log',NULL,'2017-11-08 13:41:59',NULL),(2449,'log',NULL,'2017-11-08 13:42:00',NULL),(2450,'log',NULL,'2017-11-08 13:42:00',NULL),(2451,'log',NULL,'2017-11-08 13:42:02',NULL),(2452,'log',NULL,'2017-11-08 13:42:02',NULL),(2453,'log',NULL,'2017-11-08 13:42:03',NULL),(2454,'log',NULL,'2017-11-08 13:42:03',NULL),(2455,'log',NULL,'2017-11-08 13:42:04',NULL),(2456,'log',NULL,'2017-11-08 13:42:05',NULL),(2457,'log',NULL,'2017-11-08 13:42:05',NULL),(2458,'log',NULL,'2017-11-08 13:42:06',NULL),(2459,'log',NULL,'2017-11-08 13:42:07',NULL),(2460,'log',NULL,'2017-11-08 13:42:07',NULL),(2461,'log',NULL,'2017-11-08 13:42:07',NULL),(2462,'log',NULL,'2017-11-08 13:42:08',NULL),(2463,'log',NULL,'2017-11-08 13:42:08',NULL),(2464,'log',NULL,'2017-11-08 13:42:09',NULL),(2465,'log',NULL,'2017-11-08 13:42:10',NULL),(2466,'log',NULL,'2017-11-08 13:42:10',NULL),(2467,'log',NULL,'2017-11-08 13:42:11',NULL),(2468,'log',NULL,'2017-11-08 13:42:11',NULL),(2469,'log',NULL,'2017-11-08 13:42:12',NULL),(2470,'log',NULL,'2017-11-08 13:42:12',NULL),(2471,'log',NULL,'2017-11-08 13:42:13',NULL),(2472,'log',NULL,'2017-11-08 13:42:13',NULL),(2473,'log',NULL,'2017-11-08 13:42:14',NULL),(2474,'log',NULL,'2017-11-08 13:42:14',NULL),(2475,'log',NULL,'2017-11-08 13:42:15',NULL),(2476,'log',NULL,'2017-11-08 13:42:15',NULL),(2477,'log',NULL,'2017-11-08 13:42:16',NULL),(2478,'log',NULL,'2017-11-08 13:42:16',NULL),(2479,'log',NULL,'2017-11-08 13:42:17',NULL),(2480,'log',NULL,'2017-11-08 13:42:17',NULL),(2481,'log',NULL,'2017-11-08 13:42:18',NULL),(2482,'log',NULL,'2017-11-08 13:42:18',NULL),(2483,'log',NULL,'2017-11-08 13:42:19',NULL),(2484,'log',NULL,'2017-11-08 13:42:19',NULL),(2485,'log',NULL,'2017-11-08 13:42:20',NULL),(2486,'log',NULL,'2017-11-08 13:42:20',NULL),(2487,'log',NULL,'2017-11-08 13:42:21',NULL),(2488,'log',NULL,'2017-11-08 13:42:21',NULL),(2489,'log',NULL,'2017-11-08 13:42:22',NULL),(2490,'log',NULL,'2017-11-08 13:42:23',NULL),(2491,'log',NULL,'2017-11-08 13:42:23',NULL),(2492,'log',NULL,'2017-11-08 13:42:24',NULL),(2493,'log',NULL,'2017-11-08 13:42:24',NULL),(2494,'log',NULL,'2017-11-08 13:42:25',NULL),(2495,'log',NULL,'2017-11-08 13:42:25',NULL),(2496,'log',NULL,'2017-11-08 13:42:26',NULL),(2497,'log',NULL,'2017-11-08 13:42:27',NULL),(2498,'log',NULL,'2017-11-08 13:42:27',NULL),(2499,'log',NULL,'2017-11-08 13:42:28',NULL),(2500,'log',NULL,'2017-11-08 13:42:28',NULL),(2501,'log',NULL,'2017-11-08 13:42:29',NULL),(2502,'log',NULL,'2017-11-08 13:42:30',NULL),(2503,'log',NULL,'2017-11-08 13:42:31',NULL),(2504,'log',NULL,'2017-11-08 13:42:31',NULL),(2505,'log',NULL,'2017-11-08 13:42:32',NULL),(2506,'log',NULL,'2017-11-08 13:42:33',NULL),(2507,'log',NULL,'2017-11-08 13:42:33',NULL),(2508,'log',NULL,'2017-11-08 13:42:34',NULL),(2509,'log',NULL,'2017-11-08 13:42:35',NULL),(2510,'log',NULL,'2017-11-08 13:42:35',NULL),(2511,'log',NULL,'2017-11-08 13:42:36',NULL),(2512,'log',NULL,'2017-11-08 13:42:37',NULL),(2513,'log',NULL,'2017-11-08 13:42:38',NULL),(2514,'log',NULL,'2017-11-08 13:42:38',NULL),(2515,'log',NULL,'2017-11-08 13:42:39',NULL),(2516,'log',NULL,'2017-11-08 13:42:39',NULL),(2517,'log',NULL,'2017-11-08 13:42:40',NULL),(2518,'log',NULL,'2017-11-08 13:42:41',NULL),(2519,'log',NULL,'2017-11-08 13:42:42',NULL),(2520,'log',NULL,'2017-11-08 13:42:42',NULL),(2521,'log',NULL,'2017-11-08 13:42:43',NULL),(2522,'log',NULL,'2017-11-08 13:42:44',NULL),(2523,'log',NULL,'2017-11-08 13:42:45',NULL),(2524,'log',NULL,'2017-11-08 13:42:45',NULL),(2525,'log',NULL,'2017-11-08 13:42:46',NULL),(2526,'log',NULL,'2017-11-08 13:42:46',NULL),(2527,'log',NULL,'2017-11-08 13:42:47',NULL),(2528,'log',NULL,'2017-11-08 13:42:47',NULL),(2529,'log',NULL,'2017-11-08 13:42:48',NULL),(2530,'log',NULL,'2017-11-08 13:42:48',NULL),(2531,'log',NULL,'2017-11-08 13:42:49',NULL),(2532,'log',NULL,'2017-11-08 13:42:49',NULL),(2533,'log',NULL,'2017-11-08 13:42:50',NULL),(2534,'log',NULL,'2017-11-08 13:42:50',NULL),(2535,'log',NULL,'2017-11-08 13:42:51',NULL),(2536,'log',NULL,'2017-11-08 13:42:51',NULL),(2537,'log',NULL,'2017-11-08 13:42:52',NULL),(2538,'log',NULL,'2017-11-08 13:42:53',NULL),(2539,'log',NULL,'2017-11-08 13:42:54',NULL),(2540,'log',NULL,'2017-11-08 13:42:54',NULL),(2541,'log',NULL,'2017-11-08 13:42:55',NULL),(2542,'log',NULL,'2017-11-08 13:42:55',NULL),(2543,'log',NULL,'2017-11-08 13:42:56',NULL),(2544,'log',NULL,'2017-11-08 13:42:56',NULL),(2545,'log',NULL,'2017-11-08 13:42:56',NULL),(2546,'log',NULL,'2017-11-08 13:42:57',NULL),(2547,'log',NULL,'2017-11-08 13:42:58',NULL),(2548,'log',NULL,'2017-11-08 13:42:58',NULL),(2549,'log',NULL,'2017-11-08 13:42:59',NULL),(2550,'log',NULL,'2017-11-08 13:42:59',NULL),(2551,'log',NULL,'2017-11-08 13:43:00',NULL),(2552,'log',NULL,'2017-11-08 13:43:00',NULL),(2553,'log',NULL,'2017-11-08 13:43:01',NULL),(2554,'log',NULL,'2017-11-08 13:43:01',NULL),(2555,'log',NULL,'2017-11-08 13:43:02',NULL),(2556,'log',NULL,'2017-11-08 13:43:02',NULL),(2557,'log',NULL,'2017-11-08 13:43:03',NULL),(2558,'log',NULL,'2017-11-08 13:43:03',NULL),(2559,'log',NULL,'2017-11-08 13:43:04',NULL),(2560,'log',NULL,'2017-11-08 13:43:05',NULL),(2561,'log',NULL,'2017-11-08 13:43:06',NULL),(2562,'log',NULL,'2017-11-08 13:43:06',NULL),(2563,'log',NULL,'2017-11-08 13:43:07',NULL),(2564,'log',NULL,'2017-11-08 13:43:07',NULL),(2565,'log',NULL,'2017-11-08 13:43:08',NULL),(2566,'log',NULL,'2017-11-08 13:43:08',NULL),(2567,'log',NULL,'2017-11-08 13:43:09',NULL),(2568,'log',NULL,'2017-11-08 13:43:09',NULL),(2569,'log',NULL,'2017-11-08 13:43:10',NULL),(2570,'log',NULL,'2017-11-08 13:43:10',NULL),(2571,'log',NULL,'2017-11-08 13:43:11',NULL),(2572,'log',NULL,'2017-11-08 13:43:11',NULL),(2573,'log',NULL,'2017-11-08 13:43:12',NULL),(2574,'log',NULL,'2017-11-08 13:43:12',NULL),(2575,'log',NULL,'2017-11-08 13:43:13',NULL),(2576,'log',NULL,'2017-11-08 13:43:14',NULL),(2577,'log',NULL,'2017-11-08 13:43:15',NULL),(2578,'log',NULL,'2017-11-08 13:43:15',NULL),(2579,'log',NULL,'2017-11-08 13:43:16',NULL),(2580,'log',NULL,'2017-11-08 13:43:17',NULL),(2581,'log',NULL,'2017-11-08 13:43:19',NULL),(2582,'log',NULL,'2017-11-08 13:43:19',NULL),(2583,'log',NULL,'2017-11-08 13:43:20',NULL),(2584,'log',NULL,'2017-11-08 13:43:21',NULL),(2585,'log',NULL,'2017-11-08 13:43:22',NULL),(2586,'log',NULL,'2017-11-08 13:43:23',NULL),(2587,'log',NULL,'2017-11-08 13:43:24',NULL),(2588,'log',NULL,'2017-11-08 13:43:25',NULL),(2589,'log',NULL,'2017-11-08 13:43:26',NULL),(2590,'log',NULL,'2017-11-08 13:43:26',NULL),(2591,'log',NULL,'2017-11-08 13:43:27',NULL),(2592,'log',NULL,'2017-11-08 13:43:29',NULL),(2593,'log',NULL,'2017-11-08 13:43:29',NULL),(2594,'log',NULL,'2017-11-08 13:43:30',NULL),(2595,'log',NULL,'2017-11-08 13:43:31',NULL),(2596,'log',NULL,'2017-11-08 13:43:31',NULL),(2597,'log',NULL,'2017-11-08 13:43:32',NULL),(2598,'log',NULL,'2017-11-08 13:43:34',NULL),(2599,'log',NULL,'2017-11-08 13:43:34',NULL),(2600,'log',NULL,'2017-11-08 13:43:35',NULL),(2601,'log',NULL,'2017-11-08 13:43:36',NULL),(2602,'log',NULL,'2017-11-08 13:43:37',NULL),(2603,'log',NULL,'2017-11-08 13:43:38',NULL),(2604,'log',NULL,'2017-11-08 13:43:39',NULL),(2605,'log',NULL,'2017-11-08 13:43:40',NULL),(2606,'log',NULL,'2017-11-08 13:43:41',NULL),(2607,'log',NULL,'2017-11-08 13:43:42',NULL),(2608,'log',NULL,'2017-11-08 13:43:43',NULL),(2609,'log',NULL,'2017-11-08 13:43:44',NULL),(2610,'log',NULL,'2017-11-08 13:43:44',NULL),(2611,'log',NULL,'2017-11-08 13:43:45',NULL),(2612,'log',NULL,'2017-11-08 13:43:46',NULL),(2613,'log',NULL,'2017-11-08 13:43:47',NULL),(2614,'log',NULL,'2017-11-08 13:43:47',NULL),(2615,'log',NULL,'2017-11-08 13:43:48',NULL),(2616,'log',NULL,'2017-11-08 13:43:49',NULL),(2617,'log',NULL,'2017-11-08 13:43:49',NULL),(2618,'log',NULL,'2017-11-08 13:43:51',NULL),(2619,'log',NULL,'2017-11-08 13:43:51',NULL),(2620,'log',NULL,'2017-11-08 13:43:52',NULL),(2621,'log',NULL,'2017-11-08 13:43:52',NULL),(2622,'log',NULL,'2017-11-08 13:43:54',NULL),(2623,'log',NULL,'2017-11-08 13:43:54',NULL),(2624,'log',NULL,'2017-11-11 14:26:02',NULL),(2625,'log',NULL,'2017-11-11 14:26:03',NULL),(2626,'log',NULL,'2017-11-11 14:26:03',NULL),(2627,'log',NULL,'2017-11-11 14:26:03',NULL),(2628,'log',NULL,'2017-11-11 14:26:04',NULL),(2629,'log',NULL,'2017-11-13 18:50:56',NULL),(2630,'log',NULL,'2017-11-14 18:00:11',NULL),(2631,'log',NULL,'2017-11-14 18:32:44',NULL),(2632,'log',NULL,'2017-11-18 21:08:36',NULL),(2633,'log',NULL,'2017-11-26 21:55:25',NULL),(2634,'log',NULL,'2017-11-27 06:51:43',NULL),(2635,'log',NULL,'2017-11-28 15:54:50',NULL),(2636,'log',NULL,'2017-11-29 01:51:51',NULL),(2637,'log',NULL,'2017-11-30 17:35:00',NULL),(2638,'log',NULL,'2017-11-30 17:35:05',NULL),(2639,'log',NULL,'2017-12-02 07:35:53',NULL),(2640,'log',NULL,'2017-12-02 13:01:06',NULL),(2641,'log',NULL,'2017-12-04 07:30:44',NULL),(2642,'log',NULL,'2017-12-04 07:30:44',NULL),(2643,'log',NULL,'2017-12-04 07:30:44',NULL),(2644,'log',NULL,'2017-12-04 07:30:44',NULL),(2645,'log',NULL,'2017-12-04 07:30:44',NULL),(2646,'log',NULL,'2017-12-04 07:30:44',NULL),(2647,'log',NULL,'2017-12-04 08:39:05',NULL),(2648,'log',NULL,'2017-12-07 12:46:33',NULL),(2649,'log',NULL,'2017-12-08 00:42:49',NULL),(2650,'log',NULL,'2017-12-08 19:04:16',NULL),(2651,'log',NULL,'2017-12-11 04:08:24',NULL),(2652,'log',NULL,'2017-12-13 00:45:10',NULL),(2653,'log',NULL,'2017-12-19 11:50:11',NULL),(2654,'log',NULL,'2017-12-19 15:32:18',NULL),(2655,'log',NULL,'2017-12-19 15:32:19',NULL),(2656,'log',NULL,'2017-12-21 07:15:29',NULL),(2657,'log',NULL,'2017-12-23 01:53:03',NULL),(2658,'log',NULL,'2017-12-23 01:53:04',NULL),(2659,'log',NULL,'2017-12-27 21:04:12',NULL),(2660,'log',NULL,'2017-12-29 23:27:39',NULL),(2661,'log',NULL,'2017-12-29 23:27:40',NULL),(2662,'log',NULL,'2018-01-01 00:13:42',NULL),(2663,'log',NULL,'2018-01-01 20:27:18',NULL),(2664,'log',NULL,'2018-01-01 22:52:38',NULL),(2665,'log',NULL,'2018-01-02 21:54:49',NULL),(2666,'log',NULL,'2018-01-03 02:24:32',NULL),(2667,'log',NULL,'2018-01-03 18:52:40',NULL),(2668,'log',NULL,'2018-01-08 00:04:46',NULL),(2669,'log',NULL,'2018-01-11 02:02:26',NULL),(2670,'log',NULL,'2018-01-11 02:02:27',NULL);
/*!40000 ALTER TABLE `wp_nf3_objects` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nf3_relationships`
--
DROP TABLE IF EXISTS `wp_nf3_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_relationships` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`child_id` int(11) NOT NULL,
`child_type` longtext NOT NULL,
`parent_id` int(11) NOT NULL,
`parent_type` longtext NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` datetime DEFAULT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nf3_relationships`
--
LOCK TABLES `wp_nf3_relationships` WRITE;
/*!40000 ALTER TABLE `wp_nf3_relationships` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nf3_relationships` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nf3_upgrades`
--
DROP TABLE IF EXISTS `wp_nf3_upgrades`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_upgrades` (
`id` int(11) NOT NULL,
`cache` longtext,
`stage` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nf3_upgrades`
--
LOCK TABLES `wp_nf3_upgrades` WRITE;
/*!40000 ALTER TABLE `wp_nf3_upgrades` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nf3_upgrades` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_options`
--
DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(191) NOT NULL DEFAULT '',
`option_value` longtext NOT NULL,
`autoload` varchar(20) NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`)
) ENGINE=InnoDB AUTO_INCREMENT=160064 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_options`
--
LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','https://itstartswithone.org','yes'),(2,'home','https://itstartswithone.org','yes'),(3,'blogname','It Starts with One','yes'),(4,'blogdescription','The Penny Challenge','yes'),(5,'users_can_register','1','yes'),(6,'admin_email','iswoinc@gmail.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','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','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:311:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:34:\"nf_sub/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"nf_sub/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"nf_sub/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"nf_sub/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"nf_sub/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"nf_sub/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"nf_sub/([^/]+)/embed/?$\";s:39:\"index.php?nf_sub=$matches[1]&embed=true\";s:27:\"nf_sub/([^/]+)/trackback/?$\";s:33:\"index.php?nf_sub=$matches[1]&tb=1\";s:35:\"nf_sub/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?nf_sub=$matches[1]&paged=$matches[2]\";s:42:\"nf_sub/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?nf_sub=$matches[1]&cpage=$matches[2]\";s:31:\"nf_sub/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?nf_sub=$matches[1]&page=$matches[2]\";s:23:\"nf_sub/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"nf_sub/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"nf_sub/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"nf_sub/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"nf_sub/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"nf_sub/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"iwp-log/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"iwp-log/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"iwp-log/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"iwp-log/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"iwp-log/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"iwp-log/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"iwp-log/([^/]+)/embed/?$\";s:40:\"index.php?iwp-log=$matches[1]&embed=true\";s:28:\"iwp-log/([^/]+)/trackback/?$\";s:34:\"index.php?iwp-log=$matches[1]&tb=1\";s:36:\"iwp-log/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?iwp-log=$matches[1]&paged=$matches[2]\";s:43:\"iwp-log/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?iwp-log=$matches[1]&cpage=$matches[2]\";s:32:\"iwp-log/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?iwp-log=$matches[1]&page=$matches[2]\";s:24:\"iwp-log/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"iwp-log/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"iwp-log/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"iwp-log/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"iwp-log/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"iwp-log/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"sp_result/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"sp_result/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"sp_result/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"sp_result/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"sp_result/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"sp_result/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"sp_result/([^/]+)/embed/?$\";s:42:\"index.php?sp_result=$matches[1]&embed=true\";s:30:\"sp_result/([^/]+)/trackback/?$\";s:36:\"index.php?sp_result=$matches[1]&tb=1\";s:38:\"sp_result/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?sp_result=$matches[1]&paged=$matches[2]\";s:45:\"sp_result/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?sp_result=$matches[1]&cpage=$matches[2]\";s:34:\"sp_result/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?sp_result=$matches[1]&page=$matches[2]\";s:26:\"sp_result/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"sp_result/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"sp_result/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"sp_result/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"sp_result/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"sp_result/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"sp_outcome/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"sp_outcome/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"sp_outcome/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"sp_outcome/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"sp_outcome/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"sp_outcome/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"sp_outcome/([^/]+)/embed/?$\";s:43:\"index.php?sp_outcome=$matches[1]&embed=true\";s:31:\"sp_outcome/([^/]+)/trackback/?$\";s:37:\"index.php?sp_outcome=$matches[1]&tb=1\";s:39:\"sp_outcome/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?sp_outcome=$matches[1]&paged=$matches[2]\";s:46:\"sp_outcome/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?sp_outcome=$matches[1]&cpage=$matches[2]\";s:35:\"sp_outcome/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?sp_outcome=$matches[1]&page=$matches[2]\";s:27:\"sp_outcome/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"sp_outcome/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"sp_outcome/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"sp_outcome/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"sp_outcome/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"sp_outcome/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"sp_column/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"sp_column/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"sp_column/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"sp_column/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"sp_column/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"sp_column/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"sp_column/([^/]+)/embed/?$\";s:42:\"index.php?sp_column=$matches[1]&embed=true\";s:30:\"sp_column/([^/]+)/trackback/?$\";s:36:\"index.php?sp_column=$matches[1]&tb=1\";s:38:\"sp_column/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?sp_column=$matches[1]&paged=$matches[2]\";s:45:\"sp_column/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?sp_column=$matches[1]&cpage=$matches[2]\";s:34:\"sp_column/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?sp_column=$matches[1]&page=$matches[2]\";s:26:\"sp_column/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"sp_column/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"sp_column/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"sp_column/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"sp_column/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"sp_column/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"sp_metric/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"sp_metric/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"sp_metric/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"sp_metric/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"sp_metric/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"sp_metric/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"sp_metric/([^/]+)/embed/?$\";s:42:\"index.php?sp_metric=$matches[1]&embed=true\";s:30:\"sp_metric/([^/]+)/trackback/?$\";s:36:\"index.php?sp_metric=$matches[1]&tb=1\";s:38:\"sp_metric/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?sp_metric=$matches[1]&paged=$matches[2]\";s:45:\"sp_metric/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?sp_metric=$matches[1]&cpage=$matches[2]\";s:34:\"sp_metric/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?sp_metric=$matches[1]&page=$matches[2]\";s:26:\"sp_metric/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"sp_metric/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"sp_metric/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"sp_metric/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"sp_metric/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"sp_metric/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"sp_performance/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"sp_performance/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"sp_performance/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"sp_performance/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"sp_performance/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"sp_performance/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"sp_performance/([^/]+)/embed/?$\";s:47:\"index.php?sp_performance=$matches[1]&embed=true\";s:35:\"sp_performance/([^/]+)/trackback/?$\";s:41:\"index.php?sp_performance=$matches[1]&tb=1\";s:43:\"sp_performance/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?sp_performance=$matches[1]&paged=$matches[2]\";s:50:\"sp_performance/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?sp_performance=$matches[1]&cpage=$matches[2]\";s:39:\"sp_performance/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?sp_performance=$matches[1]&page=$matches[2]\";s:31:\"sp_performance/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"sp_performance/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"sp_performance/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"sp_performance/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"sp_performance/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"sp_performance/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"sp_statistic/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"sp_statistic/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"sp_statistic/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"sp_statistic/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"sp_statistic/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"sp_statistic/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"sp_statistic/([^/]+)/embed/?$\";s:45:\"index.php?sp_statistic=$matches[1]&embed=true\";s:33:\"sp_statistic/([^/]+)/trackback/?$\";s:39:\"index.php?sp_statistic=$matches[1]&tb=1\";s:41:\"sp_statistic/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?sp_statistic=$matches[1]&paged=$matches[2]\";s:48:\"sp_statistic/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?sp_statistic=$matches[1]&cpage=$matches[2]\";s:37:\"sp_statistic/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?sp_statistic=$matches[1]&page=$matches[2]\";s:29:\"sp_statistic/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"sp_statistic/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"sp_statistic/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"sp_statistic/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"sp_statistic/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"sp_statistic/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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:39:\"event/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"event/([^/]+)/embed/?$\";s:41:\"index.php?sp_event=$matches[1]&embed=true\";s:26:\"event/([^/]+)/trackback/?$\";s:35:\"index.php?sp_event=$matches[1]&tb=1\";s:34:\"event/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?sp_event=$matches[1]&paged=$matches[2]\";s:41:\"event/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?sp_event=$matches[1]&cpage=$matches[2]\";s:30:\"event/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?sp_event=$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:28:\"event/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"team/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"team/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"team/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"team/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"team/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"team/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:19:\"team/(.+?)/embed/?$\";s:40:\"index.php?sp_team=$matches[1]&embed=true\";s:23:\"team/(.+?)/trackback/?$\";s:34:\"index.php?sp_team=$matches[1]&tb=1\";s:31:\"team/(.+?)/page/?([0-9]{1,})/?$\";s:47:\"index.php?sp_team=$matches[1]&paged=$matches[2]\";s:38:\"team/(.+?)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?sp_team=$matches[1]&cpage=$matches[2]\";s:27:\"team/(.+?)(?:/([0-9]+))?/?$\";s:46:\"index.php?sp_team=$matches[1]&page=$matches[2]\";s:34:\"player/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"player/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"player/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"player/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"player/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"player/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"player/([^/]+)/embed/?$\";s:42:\"index.php?sp_player=$matches[1]&embed=true\";s:27:\"player/([^/]+)/trackback/?$\";s:36:\"index.php?sp_player=$matches[1]&tb=1\";s:35:\"player/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?sp_player=$matches[1]&paged=$matches[2]\";s:42:\"player/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?sp_player=$matches[1]&cpage=$matches[2]\";s:31:\"player/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?sp_player=$matches[1]&page=$matches[2]\";s:23:\"player/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"player/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"player/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"player/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"player/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"player/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"staff/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"staff/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"staff/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"staff/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"staff/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"staff/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"staff/([^/]+)/embed/?$\";s:41:\"index.php?sp_staff=$matches[1]&embed=true\";s:26:\"staff/([^/]+)/trackback/?$\";s:35:\"index.php?sp_staff=$matches[1]&tb=1\";s:34:\"staff/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?sp_staff=$matches[1]&paged=$matches[2]\";s:41:\"staff/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?sp_staff=$matches[1]&cpage=$matches[2]\";s:30:\"staff/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?sp_staff=$matches[1]&page=$matches[2]\";s:22:\"staff/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"staff/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"staff/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"staff/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"staff/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"staff/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"league/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?sp_league=$matches[1]&feed=$matches[2]\";s:42:\"league/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?sp_league=$matches[1]&feed=$matches[2]\";s:23:\"league/([^/]+)/embed/?$\";s:42:\"index.php?sp_league=$matches[1]&embed=true\";s:35:\"league/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?sp_league=$matches[1]&paged=$matches[2]\";s:17:\"league/([^/]+)/?$\";s:31:\"index.php?sp_league=$matches[1]\";s:47:\"season/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?sp_season=$matches[1]&feed=$matches[2]\";s:42:\"season/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?sp_season=$matches[1]&feed=$matches[2]\";s:23:\"season/([^/]+)/embed/?$\";s:42:\"index.php?sp_season=$matches[1]&embed=true\";s:35:\"season/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?sp_season=$matches[1]&paged=$matches[2]\";s:17:\"season/([^/]+)/?$\";s:31:\"index.php?sp_season=$matches[1]\";s:46:\"venue/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?sp_venue=$matches[1]&feed=$matches[2]\";s:41:\"venue/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?sp_venue=$matches[1]&feed=$matches[2]\";s:22:\"venue/([^/]+)/embed/?$\";s:41:\"index.php?sp_venue=$matches[1]&embed=true\";s:34:\"venue/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?sp_venue=$matches[1]&paged=$matches[2]\";s:16:\"venue/([^/]+)/?$\";s:30:\"index.php?sp_venue=$matches[1]\";s:49:\"position/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?sp_position=$matches[1]&feed=$matches[2]\";s:44:\"position/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?sp_position=$matches[1]&feed=$matches[2]\";s:25:\"position/([^/]+)/embed/?$\";s:44:\"index.php?sp_position=$matches[1]&embed=true\";s:37:\"position/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?sp_position=$matches[1]&paged=$matches[2]\";s:19:\"position/([^/]+)/?$\";s:33:\"index.php?sp_position=$matches[1]\";s:45:\"role/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?sp_role=$matches[1]&feed=$matches[2]\";s:40:\"role/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?sp_role=$matches[1]&feed=$matches[2]\";s:21:\"role/([^/]+)/embed/?$\";s:40:\"index.php?sp_role=$matches[1]&embed=true\";s:33:\"role/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?sp_role=$matches[1]&paged=$matches[2]\";s:15:\"role/([^/]+)/?$\";s:29:\"index.php?sp_role=$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:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=6&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:12:{i:0;s:19:\"iwp-client/init.php\";i:1;s:19:\"akismet/akismet.php\";i:3;s:27:\"ninja-forms/ninja-forms.php\";i:4;s:37:\"postaffiliatepro/postaffiliatepro.php\";i:5;s:49:\"responsive-coming-soon/responsive-coming-soon.php\";i:6;s:67:\"shopify-ecommerce-shopping-cart/shopify-ecommerce-shopping-cart.php\";i:7;s:33:\"smart-slider-3/smart-slider-3.php\";i:8;s:27:\"sportspress/sportspress.php\";i:9;s:17:\"sumome/sumome.php\";i:10;s:37:\"super-socializer/super_socializer.php\";i:11;s:69:\"wonderm00ns-simple-facebook-open-graph-tags/wonderm00n-open-graph.php\";i:13;s:28:\"wp-mail-returnpath/index.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','-5','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:5:{i:0;s:86:\"/home/httpd/html/thepennychallenge.com/public_html/wp-content/themes/helena/footer.php\";i:2;s:85:\"/home/httpd/html/thepennychallenge.com/public_html/wp-content/themes/helena/style.css\";i:3;s:86:\"/home/httpd/html/thepennychallenge.com/public_html/wp-content/themes/helena/single.php\";i:4;s:86:\"/home/httpd/html/thepennychallenge.com/public_html/wp-content/themes/helena/header.php\";i:5;s:87:\"/home/httpd/html/thepennychallenge.com/public_html/wp-content/themes/helena/sidebar.php\";}','no'),(40,'template','helena','yes'),(41,'stylesheet','helena','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','43764','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:5:{s:27:\"ninja-forms/ninja-forms.php\";s:21:\"ninja_forms_uninstall\";s:28:\"shopsite-plugin/shopsite.php\";s:12:\"on_uninstall\";s:27:\"wp-super-cache/wp-cache.php\";s:22:\"wpsupercache_uninstall\";s:69:\"wonderm00ns-simple-facebook-open-graph-tags/wonderm00n-open-graph.php\";s:21:\"webdados_fb_uninstall\";s:27:\"autoptimize/autoptimize.php\";s:21:\"autoptimize_uninstall\";}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','12','yes'),(84,'page_on_front','6','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','76','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','38590','yes'),(92,'wp_user_roles','a:13:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:249:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:17:\"view_give_reports\";b:1;s:24:\"view_give_sensitive_data\";b:1;s:19:\"export_give_reports\";b:1;s:20:\"manage_give_settings\";b:1;s:14:\"edit_give_form\";b:1;s:14:\"read_give_form\";b:1;s:16:\"delete_give_form\";b:1;s:15:\"edit_give_forms\";b:1;s:22:\"edit_others_give_forms\";b:1;s:18:\"publish_give_forms\";b:1;s:23:\"read_private_give_forms\";b:1;s:17:\"delete_give_forms\";b:1;s:25:\"delete_private_give_forms\";b:1;s:27:\"delete_published_give_forms\";b:1;s:24:\"delete_others_give_forms\";b:1;s:23:\"edit_private_give_forms\";b:1;s:25:\"edit_published_give_forms\";b:1;s:22:\"manage_give_form_terms\";b:1;s:20:\"edit_give_form_terms\";b:1;s:22:\"delete_give_form_terms\";b:1;s:22:\"assign_give_form_terms\";b:1;s:20:\"view_give_form_stats\";b:1;s:17:\"import_give_forms\";b:1;s:17:\"edit_give_payment\";b:1;s:17:\"read_give_payment\";b:1;s:19:\"delete_give_payment\";b:1;s:18:\"edit_give_payments\";b:1;s:25:\"edit_others_give_payments\";b:1;s:21:\"publish_give_payments\";b:1;s:26:\"read_private_give_payments\";b:1;s:20:\"delete_give_payments\";b:1;s:28:\"delete_private_give_payments\";b:1;s:30:\"delete_published_give_payments\";b:1;s:27:\"delete_others_give_payments\";b:1;s:26:\"edit_private_give_payments\";b:1;s:28:\"edit_published_give_payments\";b:1;s:25:\"manage_give_payment_terms\";b:1;s:23:\"edit_give_payment_terms\";b:1;s:25:\"delete_give_payment_terms\";b:1;s:25:\"assign_give_payment_terms\";b:1;s:23:\"view_give_payment_stats\";b:1;s:20:\"import_give_payments\";b:1;s:7:\"nextend\";b:1;s:14:\"nextend_config\";b:1;s:19:\"nextend_visual_edit\";b:1;s:21:\"nextend_visual_delete\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;s:18:\"manage_sportspress\";b:1;s:24:\"view_sportspress_reports\";b:1;s:14:\"edit_sp_config\";b:1;s:14:\"read_sp_config\";b:1;s:16:\"delete_sp_config\";b:1;s:15:\"edit_sp_configs\";b:1;s:22:\"edit_others_sp_configs\";b:1;s:18:\"publish_sp_configs\";b:1;s:23:\"read_private_sp_configs\";b:1;s:17:\"delete_sp_configs\";b:1;s:25:\"delete_private_sp_configs\";b:1;s:27:\"delete_published_sp_configs\";b:1;s:24:\"delete_others_sp_configs\";b:1;s:23:\"edit_private_sp_configs\";b:1;s:25:\"edit_published_sp_configs\";b:1;s:22:\"manage_sp_config_terms\";b:1;s:20:\"edit_sp_config_terms\";b:1;s:22:\"delete_sp_config_terms\";b:1;s:22:\"assign_sp_config_terms\";b:1;s:13:\"edit_sp_event\";b:1;s:13:\"read_sp_event\";b:1;s:15:\"delete_sp_event\";b:1;s:14:\"edit_sp_events\";b:1;s:21:\"edit_others_sp_events\";b:1;s:17:\"publish_sp_events\";b:1;s:22:\"read_private_sp_events\";b:1;s:16:\"delete_sp_events\";b:1;s:24:\"delete_private_sp_events\";b:1;s:26:\"delete_published_sp_events\";b:1;s:23:\"delete_others_sp_events\";b:1;s:22:\"edit_private_sp_events\";b:1;s:24:\"edit_published_sp_events\";b:1;s:21:\"manage_sp_event_terms\";b:1;s:19:\"edit_sp_event_terms\";b:1;s:21:\"delete_sp_event_terms\";b:1;s:21:\"assign_sp_event_terms\";b:1;s:16:\"edit_sp_calendar\";b:1;s:16:\"read_sp_calendar\";b:1;s:18:\"delete_sp_calendar\";b:1;s:17:\"edit_sp_calendars\";b:1;s:24:\"edit_others_sp_calendars\";b:1;s:20:\"publish_sp_calendars\";b:1;s:25:\"read_private_sp_calendars\";b:1;s:19:\"delete_sp_calendars\";b:1;s:27:\"delete_private_sp_calendars\";b:1;s:29:\"delete_published_sp_calendars\";b:1;s:26:\"delete_others_sp_calendars\";b:1;s:25:\"edit_private_sp_calendars\";b:1;s:27:\"edit_published_sp_calendars\";b:1;s:24:\"manage_sp_calendar_terms\";b:1;s:22:\"edit_sp_calendar_terms\";b:1;s:24:\"delete_sp_calendar_terms\";b:1;s:24:\"assign_sp_calendar_terms\";b:1;s:12:\"edit_sp_team\";b:1;s:12:\"read_sp_team\";b:1;s:14:\"delete_sp_team\";b:1;s:13:\"edit_sp_teams\";b:1;s:20:\"edit_others_sp_teams\";b:1;s:16:\"publish_sp_teams\";b:1;s:21:\"read_private_sp_teams\";b:1;s:15:\"delete_sp_teams\";b:1;s:23:\"delete_private_sp_teams\";b:1;s:25:\"delete_published_sp_teams\";b:1;s:22:\"delete_others_sp_teams\";b:1;s:21:\"edit_private_sp_teams\";b:1;s:23:\"edit_published_sp_teams\";b:1;s:20:\"manage_sp_team_terms\";b:1;s:18:\"edit_sp_team_terms\";b:1;s:20:\"delete_sp_team_terms\";b:1;s:20:\"assign_sp_team_terms\";b:1;s:13:\"edit_sp_table\";b:1;s:13:\"read_sp_table\";b:1;s:15:\"delete_sp_table\";b:1;s:14:\"edit_sp_tables\";b:1;s:21:\"edit_others_sp_tables\";b:1;s:17:\"publish_sp_tables\";b:1;s:22:\"read_private_sp_tables\";b:1;s:16:\"delete_sp_tables\";b:1;s:24:\"delete_private_sp_tables\";b:1;s:26:\"delete_published_sp_tables\";b:1;s:23:\"delete_others_sp_tables\";b:1;s:22:\"edit_private_sp_tables\";b:1;s:24:\"edit_published_sp_tables\";b:1;s:21:\"manage_sp_table_terms\";b:1;s:19:\"edit_sp_table_terms\";b:1;s:21:\"delete_sp_table_terms\";b:1;s:21:\"assign_sp_table_terms\";b:1;s:14:\"edit_sp_player\";b:1;s:14:\"read_sp_player\";b:1;s:16:\"delete_sp_player\";b:1;s:15:\"edit_sp_players\";b:1;s:22:\"edit_others_sp_players\";b:1;s:18:\"publish_sp_players\";b:1;s:23:\"read_private_sp_players\";b:1;s:17:\"delete_sp_players\";b:1;s:25:\"delete_private_sp_players\";b:1;s:27:\"delete_published_sp_players\";b:1;s:24:\"delete_others_sp_players\";b:1;s:23:\"edit_private_sp_players\";b:1;s:25:\"edit_published_sp_players\";b:1;s:22:\"manage_sp_player_terms\";b:1;s:20:\"edit_sp_player_terms\";b:1;s:22:\"delete_sp_player_terms\";b:1;s:22:\"assign_sp_player_terms\";b:1;s:12:\"edit_sp_list\";b:1;s:12:\"read_sp_list\";b:1;s:14:\"delete_sp_list\";b:1;s:13:\"edit_sp_lists\";b:1;s:20:\"edit_others_sp_lists\";b:1;s:16:\"publish_sp_lists\";b:1;s:21:\"read_private_sp_lists\";b:1;s:15:\"delete_sp_lists\";b:1;s:23:\"delete_private_sp_lists\";b:1;s:25:\"delete_published_sp_lists\";b:1;s:22:\"delete_others_sp_lists\";b:1;s:21:\"edit_private_sp_lists\";b:1;s:23:\"edit_published_sp_lists\";b:1;s:20:\"manage_sp_list_terms\";b:1;s:18:\"edit_sp_list_terms\";b:1;s:20:\"delete_sp_list_terms\";b:1;s:20:\"assign_sp_list_terms\";b:1;s:13:\"edit_sp_staff\";b:1;s:13:\"read_sp_staff\";b:1;s:15:\"delete_sp_staff\";b:1;s:14:\"edit_sp_staffs\";b:1;s:21:\"edit_others_sp_staffs\";b:1;s:17:\"publish_sp_staffs\";b:1;s:22:\"read_private_sp_staffs\";b:1;s:16:\"delete_sp_staffs\";b:1;s:24:\"delete_private_sp_staffs\";b:1;s:26:\"delete_published_sp_staffs\";b:1;s:23:\"delete_others_sp_staffs\";b:1;s:22:\"edit_private_sp_staffs\";b:1;s:24:\"edit_published_sp_staffs\";b:1;s:21:\"manage_sp_staff_terms\";b:1;s:19:\"edit_sp_staff_terms\";b:1;s:21:\"delete_sp_staff_terms\";b:1;s:21:\"assign_sp_staff_terms\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:42:{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:7:\"nextend\";b:1;s:14:\"nextend_config\";b:1;s:19:\"nextend_visual_edit\";b:1;s:21:\"nextend_visual_delete\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:12:\"give_manager\";a:2:{s:4:\"name\";s:12:\"Give Manager\";s:12:\"capabilities\";a:70:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:1;s:12:\"delete_posts\";b:1;s:15:\"unfiltered_html\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:19:\"delete_others_pages\";b:1;s:19:\"delete_others_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:17:\"edit_others_posts\";b:1;s:10:\"edit_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:13:\"publish_pages\";b:1;s:13:\"publish_posts\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:17:\"view_give_reports\";b:1;s:24:\"view_give_sensitive_data\";b:1;s:19:\"export_give_reports\";b:1;s:20:\"manage_give_settings\";b:1;s:14:\"edit_give_form\";b:1;s:14:\"read_give_form\";b:1;s:16:\"delete_give_form\";b:1;s:15:\"edit_give_forms\";b:1;s:22:\"edit_others_give_forms\";b:1;s:18:\"publish_give_forms\";b:1;s:23:\"read_private_give_forms\";b:1;s:17:\"delete_give_forms\";b:1;s:25:\"delete_private_give_forms\";b:1;s:27:\"delete_published_give_forms\";b:1;s:24:\"delete_others_give_forms\";b:1;s:23:\"edit_private_give_forms\";b:1;s:25:\"edit_published_give_forms\";b:1;s:22:\"manage_give_form_terms\";b:1;s:20:\"edit_give_form_terms\";b:1;s:22:\"delete_give_form_terms\";b:1;s:22:\"assign_give_form_terms\";b:1;s:20:\"view_give_form_stats\";b:1;s:17:\"import_give_forms\";b:1;s:17:\"edit_give_payment\";b:1;s:17:\"read_give_payment\";b:1;s:19:\"delete_give_payment\";b:1;s:18:\"edit_give_payments\";b:1;s:25:\"edit_others_give_payments\";b:1;s:21:\"publish_give_payments\";b:1;s:26:\"read_private_give_payments\";b:1;s:20:\"delete_give_payments\";b:1;s:28:\"delete_private_give_payments\";b:1;s:30:\"delete_published_give_payments\";b:1;s:27:\"delete_others_give_payments\";b:1;s:26:\"edit_private_give_payments\";b:1;s:28:\"edit_published_give_payments\";b:1;s:25:\"manage_give_payment_terms\";b:1;s:23:\"edit_give_payment_terms\";b:1;s:25:\"delete_give_payment_terms\";b:1;s:25:\"assign_give_payment_terms\";b:1;s:23:\"view_give_payment_stats\";b:1;s:20:\"import_give_payments\";b:1;}}s:15:\"give_accountant\";a:2:{s:4:\"name\";s:15:\"Give Accountant\";s:12:\"capabilities\";a:8:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:0;s:12:\"delete_posts\";b:0;s:15:\"edit_give_forms\";b:1;s:23:\"read_private_give_forms\";b:1;s:17:\"view_give_reports\";b:1;s:19:\"export_give_reports\";b:1;s:18:\"edit_give_payments\";b:1;}}s:11:\"give_worker\";a:2:{s:4:\"name\";s:11:\"Give Worker\";s:12:\"capabilities\";a:42:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:0;s:12:\"upload_files\";b:1;s:12:\"delete_posts\";b:0;s:14:\"edit_give_form\";b:1;s:14:\"read_give_form\";b:1;s:16:\"delete_give_form\";b:1;s:15:\"edit_give_forms\";b:1;s:22:\"edit_others_give_forms\";b:1;s:18:\"publish_give_forms\";b:1;s:23:\"read_private_give_forms\";b:1;s:17:\"delete_give_forms\";b:1;s:25:\"delete_private_give_forms\";b:1;s:27:\"delete_published_give_forms\";b:1;s:24:\"delete_others_give_forms\";b:1;s:23:\"edit_private_give_forms\";b:1;s:25:\"edit_published_give_forms\";b:1;s:22:\"manage_give_form_terms\";b:1;s:20:\"edit_give_form_terms\";b:1;s:22:\"delete_give_form_terms\";b:1;s:22:\"assign_give_form_terms\";b:1;s:20:\"view_give_form_stats\";b:1;s:17:\"import_give_forms\";b:1;s:17:\"edit_give_payment\";b:1;s:17:\"read_give_payment\";b:1;s:19:\"delete_give_payment\";b:1;s:18:\"edit_give_payments\";b:1;s:25:\"edit_others_give_payments\";b:1;s:21:\"publish_give_payments\";b:1;s:26:\"read_private_give_payments\";b:1;s:20:\"delete_give_payments\";b:1;s:28:\"delete_private_give_payments\";b:1;s:30:\"delete_published_give_payments\";b:1;s:27:\"delete_others_give_payments\";b:1;s:26:\"edit_private_give_payments\";b:1;s:28:\"edit_published_give_payments\";b:1;s:25:\"manage_give_payment_terms\";b:1;s:23:\"edit_give_payment_terms\";b:1;s:25:\"delete_give_payment_terms\";b:1;s:25:\"assign_give_payment_terms\";b:1;s:23:\"view_give_payment_stats\";b:1;s:20:\"import_give_payments\";b:1;}}s:9:\"sp_player\";a:2:{s:4:\"name\";s:6:\"Player\";s:12:\"capabilities\";a:21:{s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:12:\"delete_posts\";b:1;s:10:\"edit_posts\";b:1;s:12:\"upload_files\";b:1;s:14:\"edit_sp_player\";b:1;s:14:\"read_sp_player\";b:1;s:15:\"edit_sp_players\";b:1;s:25:\"edit_published_sp_players\";b:1;s:22:\"assign_sp_player_terms\";b:1;s:13:\"edit_sp_event\";b:1;s:13:\"read_sp_event\";b:1;s:14:\"edit_sp_events\";b:1;s:24:\"edit_published_sp_events\";b:1;s:21:\"assign_sp_event_terms\";b:1;s:12:\"edit_sp_team\";b:1;s:12:\"read_sp_team\";b:1;s:13:\"edit_sp_teams\";b:1;s:23:\"edit_published_sp_teams\";b:1;s:20:\"assign_sp_team_terms\";b:1;}}s:8:\"sp_staff\";a:2:{s:4:\"name\";s:5:\"Staff\";s:12:\"capabilities\";a:26:{s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:12:\"delete_posts\";b:1;s:10:\"edit_posts\";b:1;s:12:\"upload_files\";b:1;s:13:\"edit_sp_staff\";b:1;s:13:\"read_sp_staff\";b:1;s:14:\"edit_sp_staffs\";b:1;s:24:\"edit_published_sp_staffs\";b:1;s:21:\"assign_sp_staff_terms\";b:1;s:13:\"edit_sp_event\";b:1;s:13:\"read_sp_event\";b:1;s:14:\"edit_sp_events\";b:1;s:24:\"edit_published_sp_events\";b:1;s:21:\"assign_sp_event_terms\";b:1;s:12:\"edit_sp_team\";b:1;s:12:\"read_sp_team\";b:1;s:13:\"edit_sp_teams\";b:1;s:23:\"edit_published_sp_teams\";b:1;s:20:\"assign_sp_team_terms\";b:1;s:14:\"edit_sp_player\";b:1;s:14:\"read_sp_player\";b:1;s:15:\"edit_sp_players\";b:1;s:25:\"edit_published_sp_players\";b:1;s:22:\"assign_sp_player_terms\";b:1;}}s:16:\"sp_event_manager\";a:2:{s:4:\"name\";s:13:\"Event Manager\";s:12:\"capabilities\";a:35:{s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:12:\"delete_posts\";b:1;s:10:\"edit_posts\";b:1;s:12:\"upload_files\";b:1;s:17:\"manage_categories\";b:1;s:13:\"edit_sp_event\";b:1;s:13:\"read_sp_event\";b:1;s:15:\"delete_sp_event\";b:1;s:14:\"edit_sp_events\";b:1;s:21:\"edit_others_sp_events\";b:1;s:17:\"publish_sp_events\";b:1;s:16:\"delete_sp_events\";b:1;s:26:\"delete_published_sp_events\";b:1;s:24:\"edit_published_sp_events\";b:1;s:21:\"manage_sp_event_terms\";b:1;s:19:\"edit_sp_event_terms\";b:1;s:21:\"delete_sp_event_terms\";b:1;s:21:\"assign_sp_event_terms\";b:1;s:12:\"edit_sp_team\";b:1;s:12:\"read_sp_team\";b:1;s:13:\"edit_sp_teams\";b:1;s:23:\"edit_published_sp_teams\";b:1;s:20:\"assign_sp_team_terms\";b:1;s:14:\"edit_sp_player\";b:1;s:14:\"read_sp_player\";b:1;s:15:\"edit_sp_players\";b:1;s:25:\"edit_published_sp_players\";b:1;s:22:\"assign_sp_player_terms\";b:1;s:13:\"edit_sp_staff\";b:1;s:13:\"read_sp_staff\";b:1;s:14:\"edit_sp_staffs\";b:1;s:24:\"edit_published_sp_staffs\";b:1;s:21:\"assign_sp_staff_terms\";b:1;}}s:15:\"sp_team_manager\";a:2:{s:4:\"name\";s:12:\"Team Manager\";s:12:\"capabilities\";a:57:{s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:12:\"delete_posts\";b:1;s:10:\"edit_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:12:\"upload_files\";b:1;s:20:\"edit_published_posts\";b:1;s:14:\"edit_sp_player\";b:1;s:14:\"read_sp_player\";b:1;s:16:\"delete_sp_player\";b:1;s:15:\"edit_sp_players\";b:1;s:22:\"edit_others_sp_players\";b:1;s:18:\"publish_sp_players\";b:1;s:17:\"delete_sp_players\";b:1;s:27:\"delete_published_sp_players\";b:1;s:25:\"edit_published_sp_players\";b:1;s:22:\"assign_sp_player_terms\";b:1;s:13:\"edit_sp_staff\";b:1;s:13:\"read_sp_staff\";b:1;s:15:\"delete_sp_staff\";b:1;s:14:\"edit_sp_staffs\";b:1;s:21:\"edit_others_sp_staffs\";b:1;s:17:\"publish_sp_staffs\";b:1;s:16:\"delete_sp_staffs\";b:1;s:26:\"delete_published_sp_staffs\";b:1;s:24:\"edit_published_sp_staffs\";b:1;s:21:\"assign_sp_staff_terms\";b:1;s:13:\"edit_sp_event\";b:1;s:13:\"read_sp_event\";b:1;s:15:\"delete_sp_event\";b:1;s:14:\"edit_sp_events\";b:1;s:21:\"edit_others_sp_events\";b:1;s:17:\"publish_sp_events\";b:1;s:16:\"delete_sp_events\";b:1;s:26:\"delete_published_sp_events\";b:1;s:24:\"edit_published_sp_events\";b:1;s:21:\"manage_sp_event_terms\";b:1;s:19:\"edit_sp_event_terms\";b:1;s:21:\"delete_sp_event_terms\";b:1;s:21:\"assign_sp_event_terms\";b:1;s:12:\"edit_sp_team\";b:1;s:12:\"read_sp_team\";b:1;s:13:\"edit_sp_teams\";b:1;s:23:\"edit_published_sp_teams\";b:1;s:20:\"assign_sp_team_terms\";b:1;s:12:\"edit_sp_list\";b:1;s:12:\"read_sp_list\";b:1;s:14:\"delete_sp_list\";b:1;s:13:\"edit_sp_lists\";b:1;s:16:\"publish_sp_lists\";b:1;s:15:\"delete_sp_lists\";b:1;s:25:\"delete_published_sp_lists\";b:1;s:23:\"edit_published_sp_lists\";b:1;s:20:\"assign_sp_list_terms\";b:1;}}s:17:\"sp_league_manager\";a:2:{s:4:\"name\";s:14:\"League Manager\";s:12:\"capabilities\";a:176:{s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:15:\"unfiltered_html\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"manage_sportspress\";b:1;s:24:\"view_sportspress_reports\";b:1;s:14:\"edit_sp_config\";b:1;s:14:\"read_sp_config\";b:1;s:16:\"delete_sp_config\";b:1;s:15:\"edit_sp_configs\";b:1;s:22:\"edit_others_sp_configs\";b:1;s:18:\"publish_sp_configs\";b:1;s:23:\"read_private_sp_configs\";b:1;s:17:\"delete_sp_configs\";b:1;s:25:\"delete_private_sp_configs\";b:1;s:27:\"delete_published_sp_configs\";b:1;s:24:\"delete_others_sp_configs\";b:1;s:23:\"edit_private_sp_configs\";b:1;s:25:\"edit_published_sp_configs\";b:1;s:22:\"manage_sp_config_terms\";b:1;s:20:\"edit_sp_config_terms\";b:1;s:22:\"delete_sp_config_terms\";b:1;s:22:\"assign_sp_config_terms\";b:1;s:13:\"edit_sp_event\";b:1;s:13:\"read_sp_event\";b:1;s:15:\"delete_sp_event\";b:1;s:14:\"edit_sp_events\";b:1;s:21:\"edit_others_sp_events\";b:1;s:17:\"publish_sp_events\";b:1;s:22:\"read_private_sp_events\";b:1;s:16:\"delete_sp_events\";b:1;s:24:\"delete_private_sp_events\";b:1;s:26:\"delete_published_sp_events\";b:1;s:23:\"delete_others_sp_events\";b:1;s:22:\"edit_private_sp_events\";b:1;s:24:\"edit_published_sp_events\";b:1;s:21:\"manage_sp_event_terms\";b:1;s:19:\"edit_sp_event_terms\";b:1;s:21:\"delete_sp_event_terms\";b:1;s:21:\"assign_sp_event_terms\";b:1;s:16:\"edit_sp_calendar\";b:1;s:16:\"read_sp_calendar\";b:1;s:18:\"delete_sp_calendar\";b:1;s:17:\"edit_sp_calendars\";b:1;s:24:\"edit_others_sp_calendars\";b:1;s:20:\"publish_sp_calendars\";b:1;s:25:\"read_private_sp_calendars\";b:1;s:19:\"delete_sp_calendars\";b:1;s:27:\"delete_private_sp_calendars\";b:1;s:29:\"delete_published_sp_calendars\";b:1;s:26:\"delete_others_sp_calendars\";b:1;s:25:\"edit_private_sp_calendars\";b:1;s:27:\"edit_published_sp_calendars\";b:1;s:24:\"manage_sp_calendar_terms\";b:1;s:22:\"edit_sp_calendar_terms\";b:1;s:24:\"delete_sp_calendar_terms\";b:1;s:24:\"assign_sp_calendar_terms\";b:1;s:12:\"edit_sp_team\";b:1;s:12:\"read_sp_team\";b:1;s:14:\"delete_sp_team\";b:1;s:13:\"edit_sp_teams\";b:1;s:20:\"edit_others_sp_teams\";b:1;s:16:\"publish_sp_teams\";b:1;s:21:\"read_private_sp_teams\";b:1;s:15:\"delete_sp_teams\";b:1;s:23:\"delete_private_sp_teams\";b:1;s:25:\"delete_published_sp_teams\";b:1;s:22:\"delete_others_sp_teams\";b:1;s:21:\"edit_private_sp_teams\";b:1;s:23:\"edit_published_sp_teams\";b:1;s:20:\"manage_sp_team_terms\";b:1;s:18:\"edit_sp_team_terms\";b:1;s:20:\"delete_sp_team_terms\";b:1;s:20:\"assign_sp_team_terms\";b:1;s:13:\"edit_sp_table\";b:1;s:13:\"read_sp_table\";b:1;s:15:\"delete_sp_table\";b:1;s:14:\"edit_sp_tables\";b:1;s:21:\"edit_others_sp_tables\";b:1;s:17:\"publish_sp_tables\";b:1;s:22:\"read_private_sp_tables\";b:1;s:16:\"delete_sp_tables\";b:1;s:24:\"delete_private_sp_tables\";b:1;s:26:\"delete_published_sp_tables\";b:1;s:23:\"delete_others_sp_tables\";b:1;s:22:\"edit_private_sp_tables\";b:1;s:24:\"edit_published_sp_tables\";b:1;s:21:\"manage_sp_table_terms\";b:1;s:19:\"edit_sp_table_terms\";b:1;s:21:\"delete_sp_table_terms\";b:1;s:21:\"assign_sp_table_terms\";b:1;s:14:\"edit_sp_player\";b:1;s:14:\"read_sp_player\";b:1;s:16:\"delete_sp_player\";b:1;s:15:\"edit_sp_players\";b:1;s:22:\"edit_others_sp_players\";b:1;s:18:\"publish_sp_players\";b:1;s:23:\"read_private_sp_players\";b:1;s:17:\"delete_sp_players\";b:1;s:25:\"delete_private_sp_players\";b:1;s:27:\"delete_published_sp_players\";b:1;s:24:\"delete_others_sp_players\";b:1;s:23:\"edit_private_sp_players\";b:1;s:25:\"edit_published_sp_players\";b:1;s:22:\"manage_sp_player_terms\";b:1;s:20:\"edit_sp_player_terms\";b:1;s:22:\"delete_sp_player_terms\";b:1;s:22:\"assign_sp_player_terms\";b:1;s:12:\"edit_sp_list\";b:1;s:12:\"read_sp_list\";b:1;s:14:\"delete_sp_list\";b:1;s:13:\"edit_sp_lists\";b:1;s:20:\"edit_others_sp_lists\";b:1;s:16:\"publish_sp_lists\";b:1;s:21:\"read_private_sp_lists\";b:1;s:15:\"delete_sp_lists\";b:1;s:23:\"delete_private_sp_lists\";b:1;s:25:\"delete_published_sp_lists\";b:1;s:22:\"delete_others_sp_lists\";b:1;s:21:\"edit_private_sp_lists\";b:1;s:23:\"edit_published_sp_lists\";b:1;s:20:\"manage_sp_list_terms\";b:1;s:18:\"edit_sp_list_terms\";b:1;s:20:\"delete_sp_list_terms\";b:1;s:20:\"assign_sp_list_terms\";b:1;s:13:\"edit_sp_staff\";b:1;s:13:\"read_sp_staff\";b:1;s:15:\"delete_sp_staff\";b:1;s:14:\"edit_sp_staffs\";b:1;s:21:\"edit_others_sp_staffs\";b:1;s:17:\"publish_sp_staffs\";b:1;s:22:\"read_private_sp_staffs\";b:1;s:16:\"delete_sp_staffs\";b:1;s:24:\"delete_private_sp_staffs\";b:1;s:26:\"delete_published_sp_staffs\";b:1;s:23:\"delete_others_sp_staffs\";b:1;s:22:\"edit_private_sp_staffs\";b:1;s:24:\"edit_published_sp_staffs\";b:1;s:21:\"manage_sp_staff_terms\";b:1;s:19:\"edit_sp_staff_terms\";b:1;s:21:\"delete_sp_staff_terms\";b:1;s:21:\"assign_sp_staff_terms\";b:1;}}}','yes'),(93,'fresh_site','0','yes'),(94,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"primary-sidebar\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";N;s:13:\"array_version\";i:3;}','yes'),(100,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'cron','a:13:{i:1544987515;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:1544987634;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:1544987758;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:1544988402;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1544995272;a:1:{s:29:\"wp_session_garbage_collection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1545003948;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1545003998;a:1:{s:24:\"jp_purge_transients_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1545009058;a:1:{s:15:\"ao_cachechecker\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1545009778;a:1:{s:27:\"give_daily_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1545055022;a:1:{s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1545515910;a:1:{s:22:\"nf_marketing_feed_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"nf-weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1545600072;a:1:{s:13:\"nf_optin_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"nf-monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2678400;}}}s:7:\"version\";i:2;}','yes'),(105,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1485112540;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(115,'auto_core_update_notified','a:4:{s:4:\"type\";s:8:\"critical\";s:5:\"email\";s:17:\"iswoinc@gmail.com\";s:7:\"version\";s:5:\"4.9.9\";s:9:\"timestamp\";i:1544685241;}','no'),(135,'ftp_credentials','a:3:{s:8:\"hostname\";s:9:\"localhost\";s:8:\"username\";s:16:\"r48n44HSU3iX_ftp\";s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(143,'current_theme','Helena','yes'),(144,'theme_mods_helena','a:58:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:2;s:6:\"social\";i:3;}s:18:\"custom_css_post_id\";i:126;s:17:\"breadcrumb_option\";b:0;s:22:\"breadcrumb_on_homepage\";b:0;s:23:\"single_page_post_layout\";s:21:\"no-sidebar-full-width\";s:15:\"pagination_type\";s:22:\"infinite-scroll-scroll\";s:22:\"featured_slider_option\";s:8:\"disabled\";s:19:\"hero_content_option\";s:8:\"disabled\";s:31:\"header_highlight_content_option\";s:8:\"homepage\";s:23:\"featured_content_option\";s:8:\"disabled\";s:18:\"logo_slider_option\";s:8:\"disabled\";s:16:\"portfolio_option\";s:8:\"disabled\";s:14:\"content_layout\";s:12:\"full-content\";s:24:\"single_post_image_layout\";s:8:\"disabled\";s:12:\"header_image\";s:13:\"remove-header\";s:19:\"enable_header_image\";s:8:\"disabled\";s:17:\"hero_content_type\";s:17:\"hero-page-content\";s:25:\"promotion_headline_option\";s:8:\"disabled\";s:11:\"custom_logo\";i:586;s:16:\"background_color\";s:6:\"518fbc\";s:12:\"color_scheme\";s:5:\"light\";s:27:\"featured_header_button_link\";s:1:\"/\";s:20:\"featured_slider_type\";s:20:\"featured-page-slider\";s:22:\"featured_slider_page_1\";i:102;s:22:\"featured_slider_page_2\";i:52;s:22:\"featured_slider_page_3\";i:48;s:19:\"hero_content_page_1\";i:792;s:19:\"hero_content_number\";i:1;s:25:\"hero_content_enable_title\";b:0;s:19:\"hero_content_page_2\";b:0;s:19:\"hero_content_page_3\";b:0;s:29:\"header_highlight_content_type\";s:29:\"header-highlight-page-content\";s:29:\"header_highlight_content_show\";s:7:\"excerpt\";s:31:\"header_highlight_content_page_1\";b:0;s:31:\"header_highlight_content_page_2\";i:48;s:31:\"header_highlight_content_page_3\";b:0;s:33:\"header_highlight_content_headline\";s:54:\"Creating Heroes Every Day By Inspiring Everyday Heroes\";s:36:\"header_highlight_content_subheadline\";s:49:\"You’re The Hero, We’re The Guide. Be The One.\";s:14:\"excerpt_length\";s:2:\"40\";s:17:\"excerpt_more_text\";s:9:\"Read More\";s:21:\"featured_content_type\";s:21:\"featured-page-content\";s:21:\"featured_content_show\";s:7:\"excerpt\";s:23:\"featured_content_page_1\";i:102;s:23:\"featured_content_page_2\";i:52;s:23:\"featured_content_page_3\";i:48;s:23:\"featured_content_slider\";b:0;s:23:\"promotion_headline_type\";s:4:\"page\";s:16:\"header_textcolor\";s:5:\"blank\";s:22:\"disable_tagline_header\";b:0;s:19:\"featured_image_size\";s:13:\"helena-slider\";s:16:\"background_image\";s:0:\"\";s:17:\"hero_content_show\";s:12:\"full-content\";s:23:\"promotion_headline_show\";s:12:\"full-content\";s:23:\"promotion_headline_page\";i:792;s:14:\"portfolio_type\";s:14:\"page-portfolio\";s:16:\"portfolio_page_1\";i:792;s:16:\"portfolio_number\";i:3;}','yes'),(145,'theme_switched','','yes'),(146,'widget_ct-featured-post','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(147,'widget_helena_social_icons','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(148,'widget_ct-tag-cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(152,'WPLANG','','yes'),(163,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(274,'infinite_scroll','1','yes'),(479,'recently_activated','a:4:{s:29:\"health-check/health-check.php\";i:1544935638;s:36:\"wordpress-social-invitations/wsi.php\";i:1544935588;s:27:\"sportspress/sportspress.php\";i:1544935388;s:17:\"sumome/sumome.php\";i:1544935388;}','yes'),(487,'ninja_forms_version','3.3.20','yes'),(488,'ninja_forms_settings','a:7:{s:11:\"date_format\";s:5:\"m/d/Y\";s:8:\"currency\";s:3:\"USD\";s:18:\"recaptcha_site_key\";s:0:\"\";s:20:\"recaptcha_secret_key\";s:0:\"\";s:14:\"recaptcha_lang\";s:0:\"\";s:19:\"delete_on_uninstall\";i:0;s:21:\"disable_admin_notices\";i:0;}','yes'),(491,'nf_form_1','a:7:{s:2:\"id\";i:1;s:20:\"show_publish_options\";b:0;s:6:\"fields\";a:12:{i:0;a:2:{s:8:\"settings\";a:70:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:1;s:5:\"label\";s:9:\"Your Name\";s:3:\"key\";s:23:\"your_name_1540387686922\";s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";i:1;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3277\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";s:1:\"1\";}i:1;a:2:{s:8:\"settings\";a:61:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:2;s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";i:1;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3281\";}s:2:\"id\";s:1:\"2\";}i:2;a:2:{s:8:\"settings\";a:21:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:3;s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:5:\"Phone\";s:3:\"key\";s:19:\"phone_1540387619861\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:1;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";}s:2:\"id\";s:2:\"56\";}i:3;a:2:{s:8:\"settings\";a:15:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:4;s:4:\"type\";s:9:\"firstname\";s:5:\"label\";s:14:\"Name of School\";s:3:\"key\";s:28:\"name_of_school_1540387668761\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:1;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";}s:2:\"id\";s:2:\"55\";}i:4;a:2:{s:8:\"settings\";a:21:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:5;s:4:\"type\";s:4:\"city\";s:5:\"label\";s:4:\"City\";s:3:\"key\";s:18:\"city_1540388984250\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:1;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";}s:2:\"id\";s:2:\"60\";}i:5;a:2:{s:8:\"settings\";a:14:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:6;s:4:\"type\";s:9:\"liststate\";s:5:\"label\";s:9:\"US States\";s:3:\"key\";s:23:\"liststate_1540388990030\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:1;s:7:\"options\";a:54:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Alabama\";s:5:\"value\";s:2:\"AL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Alaska\";s:5:\"value\";s:2:\"AK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:2;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Arizona\";s:5:\"value\";s:2:\"AZ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:3;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Arkansas\";s:5:\"value\";s:2:\"AR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:3;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:4;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"California\";s:5:\"value\";s:2:\"CA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:4;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:5;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Colorado\";s:5:\"value\";s:2:\"CO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:5;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:6;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:11:\"Connecticut\";s:5:\"value\";s:2:\"CT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:6;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:7;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Delaware\";s:5:\"value\";s:2:\"DE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:7;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:8;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Florida\";s:5:\"value\";s:2:\"FL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:8;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:9;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Georgia\";s:5:\"value\";s:2:\"GA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:9;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:10;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Hawaii\";s:5:\"value\";s:2:\"HI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:10;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:11;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:5:\"Idaho\";s:5:\"value\";s:2:\"ID\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:11;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:12;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Illinois\";s:5:\"value\";s:2:\"IL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:12;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:13;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Indiana\";s:5:\"value\";s:2:\"IN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:13;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:14;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:4:\"Iowa\";s:5:\"value\";s:2:\"IA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:14;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:15;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Kansas\";s:5:\"value\";s:2:\"KS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:15;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:16;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Kentucky\";s:5:\"value\";s:2:\"KY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:16;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:17;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:9:\"Louisiana\";s:5:\"value\";s:2:\"LA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:17;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:18;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:5:\"Maine\";s:5:\"value\";s:2:\"ME\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:18;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:19;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Maryland\";s:5:\"value\";s:2:\"MD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:19;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:20;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:13:\"Massachusetts\";s:5:\"value\";s:2:\"MA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:20;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:21;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Michigan\";s:5:\"value\";s:2:\"MI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:21;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:22;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:9:\"Minnesota\";s:5:\"value\";s:2:\"MN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:22;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:23;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:11:\"Mississippi\";s:5:\"value\";s:2:\"MS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:23;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:24;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Missouri\";s:5:\"value\";s:2:\"MO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:24;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:25;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Montana\";s:5:\"value\";s:2:\"MT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:25;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:26;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Nebraska\";s:5:\"value\";s:2:\"NE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:26;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:27;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Nevada\";s:5:\"value\";s:2:\"NV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:27;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:28;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:13:\"New Hampshire\";s:5:\"value\";s:2:\"NH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:28;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:29;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"New Jersey\";s:5:\"value\";s:2:\"NJ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:29;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:30;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"New Mexico\";s:5:\"value\";s:2:\"NM\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:30;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:31;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"New York\";s:5:\"value\";s:2:\"NY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:31;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:32;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:14:\"North Carolina\";s:5:\"value\";s:2:\"NC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:32;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:33;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:12:\"North Dakota\";s:5:\"value\";s:2:\"ND\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:33;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:34;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:4:\"Ohio\";s:5:\"value\";s:2:\"OH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:34;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:35;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Oklahoma\";s:5:\"value\";s:2:\"OK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:35;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:36;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Oregon\";s:5:\"value\";s:2:\"OR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:36;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:37;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:12:\"Pennsylvania\";s:5:\"value\";s:2:\"PA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:37;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:38;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:12:\"Rhode Island\";s:5:\"value\";s:2:\"RI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:38;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:39;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:14:\"South Carolina\";s:5:\"value\";s:2:\"SC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:39;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:40;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:12:\"South Dakota\";s:5:\"value\";s:2:\"SD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:40;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:41;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:9:\"Tennessee\";s:5:\"value\";s:2:\"TN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:41;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:42;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:5:\"Texas\";s:5:\"value\";s:2:\"TX\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:42;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:43;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:4:\"Utah\";s:5:\"value\";s:2:\"UT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:43;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:44;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Vermont\";s:5:\"value\";s:2:\"VT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:44;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:45;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Virginia\";s:5:\"value\";s:2:\"VA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:45;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:46;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"Washington\";s:5:\"value\";s:2:\"WA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:46;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:47;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:13:\"West Virginia\";s:5:\"value\";s:2:\"WV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:47;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:48;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:9:\"Wisconsin\";s:5:\"value\";s:2:\"WI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:48;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:49;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Wyoming\";s:5:\"value\";s:2:\"WY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:49;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:50;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:13:\"Washington DC\";s:5:\"value\";s:2:\"DC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:50;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:51;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:51:\"ARMED FORCES AFRICA \\ CANADA \\ EUROPE \\ MIDDLE EAST\";s:5:\"value\";s:2:\"AE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:51;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:52;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:36:\"ARMED FORCES AMERICA (EXCEPT CANADA)\";s:5:\"value\";s:2:\"AA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:52;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:53;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:20:\"ARMED FORCES PACIFIC\";s:5:\"value\";s:2:\"AP\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:53;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";}s:2:\"id\";s:2:\"61\";}i:6;a:2:{s:8:\"settings\";a:15:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:7;s:4:\"type\";s:12:\"listcheckbox\";s:5:\"label\";s:31:\"Grade Levels Attending Assembly\";s:3:\"key\";s:45:\"grade_levels_attending_assembly_1540389751494\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:1;s:7:\"options\";a:4:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"K - 5/6\";s:5:\"value\";s:5:\"k-5-6\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:5:\"6 - 8\";s:5:\"value\";s:3:\"6-8\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:2;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"9 - 12\";s:5:\"value\";s:4:\"9-12\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:3;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:3;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:5:\"Other\";s:5:\"value\";s:5:\"Other\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}}s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";s:2:\"59\";}i:7;a:2:{s:8:\"settings\";a:22:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:8;s:4:\"type\";s:7:\"textbox\";s:5:\"label\";s:39:\"Approx # of Students Attending Assembly\";s:3:\"key\";s:51:\"approx_of_students_attending_assembly_1540389897233\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:1;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";s:2:\"58\";}i:8;a:2:{s:8:\"settings\";a:15:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:9;s:4:\"type\";s:12:\"listcheckbox\";s:5:\"label\";s:17:\"Date for Assembly\";s:3:\"key\";s:31:\"date_for_assembly_1540393623412\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:1;s:7:\"options\";a:3:{i:0;a:9:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:23:\"We are open to ANY DATE\";s:5:\"value\";s:23:\"We are open to ANY DATE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:1;a:9:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:35:\"We have a specific MONTH picked out\";s:5:\"value\";s:35:\"We have a specific MONTH picked out\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:2;a:9:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:34:\"We have a specific DATE picked out\";s:5:\"value\";s:34:\"We have a specific DATE picked out\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}}s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";s:2:\"62\";}i:9;a:2:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:10;s:4:\"type\";s:15:\"listmultiselect\";s:5:\"label\";s:6:\"Budget\";s:3:\"key\";s:20:\"budget_1540389760466\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:1;s:7:\"options\";a:6:{i:0;a:9:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"< $1,000\";s:5:\"value\";s:8:\"< $1,000\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:1;a:9:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:15:\"$1,000 - $2,000\";s:5:\"value\";s:15:\"$1,000 - $2,000\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:2;a:9:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:15:\"$2,000 - $3,000\";s:5:\"value\";s:15:\"$2,000 - $3,000\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:3;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:3;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:15:\"$3,000 - $5,000\";s:5:\"value\";s:15:\"$3,000 - $5,000\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:4;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:4;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:16:\"$5,000 - $10,000\";s:5:\"value\";s:16:\"$5,000 - $10,000\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}i:5;a:11:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:5;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:8:\"$10,000+\";s:5:\"value\";s:8:\"$10,000+\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}s:12:\"manual_value\";b:1;}}s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:10:\"multi_size\";s:1:\"5\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";s:2:\"57\";}i:10;a:2:{s:8:\"settings\";a:71:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:11;s:5:\"label\";s:21:\"Questions / Comments?\";s:3:\"key\";s:32:\"questions_comments_1540387753137\";s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";i:0;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3284\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";s:1:\"3\";}i:11;a:2:{s:8:\"settings\";a:68:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:12;s:5:\"label\";s:6:\"Submit\";s:3:\"key\";s:6:\"submit\";s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:44:\"submit_element_hover_styles_background-color\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:0:\"\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:36:\"submit_element_hover_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3287\";}s:2:\"id\";s:1:\"4\";}}s:7:\"actions\";a:4:{i:0;a:2:{s:8:\"settings\";a:24:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:5:\"label\";s:16:\"Save to Database\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";}s:2:\"id\";i:1;}i:1;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:5:\"label\";s:18:\"Email Confirmation\";s:2:\"to\";s:13:\"{field:email}\";s:7:\"subject\";s:24:\"This is an email action.\";s:7:\"message\";s:19:\"Hello, Ninja Forms!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:13:\"email_subject\";s:24:\"Submission Confirmation \";s:13:\"email_message\";s:29:\"<p>{field:all_fields}<br></p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:2;}i:2;a:2:{s:8:\"settings\";a:25:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2016-08-24 16:47:39\";s:5:\"label\";s:18:\"Email Notification\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:20:\"{system:admin_email}\";s:13:\"email_subject\";s:48:\"New message from {field:your_name_1540387686922}\";s:13:\"email_message\";s:107:\"<p>{field:questions_comments_1540387753137}</p><p>- {field:your_name_1540387686922} ( {field:email} )</p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:13:\"{field:email}\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";i:1;s:19:\"email_message_plain\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:3;}i:3;a:2:{s:8:\"settings\";a:27:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:47:\"Thank you {field:name} for filling out my form!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:779:\"<p>Form submitted successfully.</p>\n<p>A confirmation email was sent to {field:email}.</p>\n<!-- Google Code for Lead Conversion Page -->\n<script type=\"text/javascript\">\n/* <![CDATA[ */\nvar google_conversion_id = 856643644;\nvar google_conversion_language = \"en\";\nvar google_conversion_format = \"3\";\nvar google_conversion_color = \"ffffff\";\nvar google_conversion_label = \"sptyCITQzHAQvLC9mAM\";\nvar google_remarketing_only = false;\n/* ]]> */\n</script>\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\n</script>\n<noscript>\n<div style=\"display:inline;\">\n<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/856643644/?label=sptyCITQzHAQvLC9mAM&guid=ON&script=0\"/>\n</div>\n</noscript>\n\";s:19:\"email_message_plain\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:4;}}s:8:\"settings\";a:102:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:53:\"(Usually takes less than 90 seconds to complete form)\";s:3:\"key\";s:0:\"\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:17:\"default_label_pos\";s:5:\"above\";s:10:\"conditions\";a:0:{}s:10:\"show_title\";s:1:\"1\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"add_submit\";s:1:\"1\";s:9:\"logged_in\";s:0:\"\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:12:{i:0;s:23:\"your_name_1540387686922\";i:1;s:5:\"email\";i:2;s:19:\"phone_1540387619861\";i:3;s:28:\"name_of_school_1540387668761\";i:4;s:18:\"city_1540388984250\";i:5;s:23:\"liststate_1540388990030\";i:6;s:45:\"grade_levels_attending_assembly_1540389751494\";i:7;s:51:\"approx_of_students_attending_assembly_1540389897233\";i:8;s:31:\"date_for_assembly_1540393623412\";i:9;s:20:\"budget_1540389760466\";i:10;s:32:\"questions_comments_1540387753137\";i:11;s:6:\"submit\";}s:33:\"container_styles_background-color\";s:0:\"\";s:23:\"container_styles_border\";s:0:\"\";s:29:\"container_styles_border-style\";s:0:\"\";s:29:\"container_styles_border-color\";s:0:\"\";s:22:\"container_styles_color\";s:0:\"\";s:23:\"container_styles_height\";s:0:\"\";s:22:\"container_styles_width\";s:0:\"\";s:26:\"container_styles_font-size\";s:0:\"\";s:23:\"container_styles_margin\";s:0:\"\";s:24:\"container_styles_padding\";s:0:\"\";s:24:\"container_styles_display\";s:0:\"\";s:22:\"container_styles_float\";s:0:\"\";s:34:\"container_styles_show_advanced_css\";s:1:\"0\";s:25:\"container_styles_advanced\";s:0:\"\";s:29:\"title_styles_background-color\";s:0:\"\";s:19:\"title_styles_border\";s:0:\"\";s:25:\"title_styles_border-style\";s:0:\"\";s:25:\"title_styles_border-color\";s:0:\"\";s:18:\"title_styles_color\";s:0:\"\";s:19:\"title_styles_height\";s:0:\"\";s:18:\"title_styles_width\";s:0:\"\";s:22:\"title_styles_font-size\";s:0:\"\";s:19:\"title_styles_margin\";s:0:\"\";s:20:\"title_styles_padding\";s:0:\"\";s:20:\"title_styles_display\";s:0:\"\";s:18:\"title_styles_float\";s:0:\"\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:21:\"title_styles_advanced\";s:0:\"\";s:27:\"row_styles_background-color\";s:0:\"\";s:17:\"row_styles_border\";s:0:\"\";s:23:\"row_styles_border-style\";s:0:\"\";s:23:\"row_styles_border-color\";s:0:\"\";s:16:\"row_styles_color\";s:0:\"\";s:17:\"row_styles_height\";s:0:\"\";s:16:\"row_styles_width\";s:0:\"\";s:20:\"row_styles_font-size\";s:0:\"\";s:17:\"row_styles_margin\";s:0:\"\";s:18:\"row_styles_padding\";s:0:\"\";s:18:\"row_styles_display\";s:0:\"\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:19:\"row_styles_advanced\";s:0:\"\";s:31:\"row-odd_styles_background-color\";s:0:\"\";s:21:\"row-odd_styles_border\";s:0:\"\";s:27:\"row-odd_styles_border-style\";s:0:\"\";s:27:\"row-odd_styles_border-color\";s:0:\"\";s:20:\"row-odd_styles_color\";s:0:\"\";s:21:\"row-odd_styles_height\";s:0:\"\";s:20:\"row-odd_styles_width\";s:0:\"\";s:24:\"row-odd_styles_font-size\";s:0:\"\";s:21:\"row-odd_styles_margin\";s:0:\"\";s:22:\"row-odd_styles_padding\";s:0:\"\";s:22:\"row-odd_styles_display\";s:0:\"\";s:32:\"row-odd_styles_show_advanced_css\";s:1:\"0\";s:23:\"row-odd_styles_advanced\";s:0:\"\";s:35:\"success-msg_styles_background-color\";s:0:\"\";s:25:\"success-msg_styles_border\";s:0:\"\";s:31:\"success-msg_styles_border-style\";s:0:\"\";s:31:\"success-msg_styles_border-color\";s:0:\"\";s:24:\"success-msg_styles_color\";s:0:\"\";s:25:\"success-msg_styles_height\";s:0:\"\";s:24:\"success-msg_styles_width\";s:0:\"\";s:28:\"success-msg_styles_font-size\";s:0:\"\";s:25:\"success-msg_styles_margin\";s:0:\"\";s:26:\"success-msg_styles_padding\";s:0:\"\";s:26:\"success-msg_styles_display\";s:0:\"\";s:36:\"success-msg_styles_show_advanced_css\";s:1:\"0\";s:27:\"success-msg_styles_advanced\";s:0:\"\";s:33:\"error_msg_styles_background-color\";s:0:\"\";s:23:\"error_msg_styles_border\";s:0:\"\";s:29:\"error_msg_styles_border-style\";s:0:\"\";s:29:\"error_msg_styles_border-color\";s:0:\"\";s:22:\"error_msg_styles_color\";s:0:\"\";s:23:\"error_msg_styles_height\";s:0:\"\";s:22:\"error_msg_styles_width\";s:0:\"\";s:26:\"error_msg_styles_font-size\";s:0:\"\";s:23:\"error_msg_styles_margin\";s:0:\"\";s:24:\"error_msg_styles_padding\";s:0:\"\";s:24:\"error_msg_styles_display\";s:0:\"\";s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:25:\"error_msg_styles_advanced\";s:0:\"\";s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:14:\"drawerDisabled\";b:0;}s:14:\"deleted_fields\";a:0:{}s:15:\"deleted_actions\";a:0:{}}','yes'),(492,'widget_ninja_forms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(493,'nf_admin_notice','a:3:{s:16:\"one_week_support\";a:3:{s:5:\"start\";s:9:\"2/16/2017\";s:3:\"int\";i:7;s:9:\"dismissed\";i:1;}s:14:\"allow_tracking\";a:2:{s:5:\"start\";s:8:\"2/9/2017\";s:3:\"int\";i:0;}s:12:\"data_cleanup\";a:2:{s:5:\"start\";s:10:\"12/15/2018\";s:3:\"int\";i:0;}}','yes'),(494,'ninja_forms_do_not_allow_tracking','1','yes'),(495,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(496,'manage-multiple-blogs','a:2:{s:5:\"blogs\";a:0:{}s:12:\"current_blog\";a:1:{s:4:\"type\";N;}}','yes'),(509,'do_activate','0','yes'),(539,'nf_form_2','a:7:{s:2:\"id\";i:2;s:20:\"show_publish_options\";b:0;s:6:\"fields\";a:5:{i:0;a:2:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:1;s:4:\"type\";s:9:\"firstname\";s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:18:\"name_1486676005804\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}s:2:\"id\";i:5;}i:1;a:2:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:2;s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:19:\"email_1486676035330\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}s:2:\"id\";i:6;}i:2;a:2:{s:8:\"settings\";a:15:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:3;s:4:\"type\";s:12:\"listcheckbox\";s:5:\"label\";s:13:\"Checkbox List\";s:3:\"key\";s:26:\"listcheckbox_1486676056951\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:0;s:7:\"options\";a:7:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Missions\";s:5:\"value\";s:8:\"missions\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:15:\"Sex-trafficking\";s:5:\"value\";s:15:\"sex-trafficking\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:2;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:17:\"Wounded Veterans \";s:5:\"value\";s:16:\"wounded-veterans\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:3;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:3;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:9:\"HIV/AIDS \";s:5:\"value\";s:8:\"hiv-aids\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:4;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:4;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:4:\"ALS \";s:5:\"value\";s:3:\"als\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:5;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:5;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:7:\"Cancer \";s:5:\"value\";s:6:\"cancer\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:6;a:10:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"order\";i:6;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:12:\"General Fund\";s:5:\"value\";s:12:\"general-fund\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}s:2:\"id\";i:7;}i:3;a:2:{s:8:\"settings\";a:25:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:4;s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:14:\"Paragraph Text\";s:3:\"key\";s:22:\"textarea_1486675990403\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";}s:2:\"id\";i:8;}i:4;a:2:{s:8:\"settings\";a:10:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:5;s:4:\"type\";s:6:\"submit\";s:5:\"label\";s:6:\"Submit\";s:16:\"processing_label\";s:10:\"Processing\";s:3:\"key\";s:20:\"submit_1486675982026\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";}s:2:\"id\";i:9;}}s:7:\"actions\";a:3:{i:0;a:2:{s:8:\"settings\";a:28:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";N;s:3:\"key\";N;s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-02-09 16:36:47\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:42:\"Your form has been successfully submitted.\";s:5:\"order\";s:1:\"1\";s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:731:\"Your form has been successfully submitted.\n<!-- Google Code for Lead Conversion Page -->\n<script type=\"text/javascript\">\n/* <![CDATA[ */\nvar google_conversion_id = 856643644;\nvar google_conversion_language = \"en\";\nvar google_conversion_format = \"3\";\nvar google_conversion_color = \"ffffff\";\nvar google_conversion_label = \"sptyCITQzHAQvLC9mAM\";\nvar google_remarketing_only = false;\n/* ]]> */\n</script>\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\n</script>\n<noscript>\n<div style=\"display:inline;\">\n<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/856643644/?label=sptyCITQzHAQvLC9mAM&guid=ON&script=0\"/>\n</div>\n</noscript>\n\";s:18:\"payment_total_type\";s:0:\"\";}s:2:\"id\";i:5;}i:1;a:2:{s:8:\"settings\";a:28:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";N;s:3:\"key\";N;s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-02-09 16:36:47\";s:5:\"label\";s:11:\"Admin Email\";s:2:\"to\";s:34:\"stacy@verovine.com{wp:admin_email}\";s:7:\"subject\";s:22:\"Ninja Forms Submission\";s:7:\"message\";s:18:\"{field:all_fields}\";s:5:\"order\";s:1:\"2\";s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:18:\"payment_total_type\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:6;}i:2;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";N;s:3:\"key\";N;s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-02-09 16:36:47\";s:5:\"label\";s:15:\"Save Submission\";s:5:\"order\";s:1:\"3\";s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:18:\"payment_total_type\";s:0:\"\";}s:2:\"id\";i:7;}}s:8:\"settings\";a:19:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:0;s:5:\"title\";s:8:\"Get Help\";s:10:\"show_title\";i:1;s:14:\"clear_complete\";i:1;s:13:\"hide_complete\";i:1;s:17:\"default_label_pos\";s:5:\"above\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:0:\"\";s:10:\"add_submit\";i:0;s:8:\"currency\";s:0:\"\";s:9:\"logged_in\";b:0;s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";N;s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:5:{i:0;s:18:\"name_1486676005804\";i:1;s:19:\"email_1486676035330\";i:2;s:26:\"listcheckbox_1486676056951\";i:3;s:22:\"textarea_1486675990403\";i:4;s:20:\"submit_1486675982026\";}s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";}s:14:\"deleted_fields\";a:0:{}s:15:\"deleted_actions\";a:0:{}}','yes'),(732,'widget_shopify-ecommerce-shopping-cart-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(748,'widget_blog_subscription','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(749,'widget_authors','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(750,'widget_facebook-likebox','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(751,'widget_wpcom-goodreads','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(752,'widget_google_translate_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(753,'widget_googleplus-badge','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(754,'widget_grofile','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(755,'widget_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(756,'widget_milestone_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(757,'widget_jetpack_my_community','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(758,'widget_rss_links','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(759,'widget_wpcom_social_media_icons_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(760,'widget_twitter_timeline','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(761,'widget_upcoming_events_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(762,'widget_jetpack_display_posts_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(795,'jetpack_constants_sync_checksum','a:22:{s:16:\"EMPTY_TRASH_DAYS\";i:2473281379;s:17:\"WP_POST_REVISIONS\";i:4261170317;s:26:\"AUTOMATIC_UPDATER_DISABLED\";i:634125391;s:7:\"ABSPATH\";i:2725382263;s:14:\"WP_CONTENT_DIR\";i:858537555;s:9:\"FS_METHOD\";i:634125391;s:18:\"DISALLOW_FILE_EDIT\";i:634125391;s:18:\"DISALLOW_FILE_MODS\";i:634125391;s:19:\"WP_AUTO_UPDATE_CORE\";i:634125391;s:22:\"WP_HTTP_BLOCK_EXTERNAL\";i:634125391;s:19:\"WP_ACCESSIBLE_HOSTS\";i:634125391;s:16:\"JETPACK__VERSION\";i:3948757819;s:12:\"IS_PRESSABLE\";i:634125391;s:15:\"DISABLE_WP_CRON\";i:634125391;s:17:\"ALTERNATE_WP_CRON\";i:634125391;s:20:\"WP_CRON_LOCK_TIMEOUT\";i:3994858278;s:11:\"PHP_VERSION\";i:361239028;s:10:\"WPLOCKDOWN\";i:634125391;s:24:\"WPSC_DISABLE_COMPRESSION\";i:634125391;s:20:\"WPSC_DISABLE_LOCKING\";i:634125391;s:28:\"WPSC_DISABLE_HTACCESS_UPDATE\";i:634125391;s:20:\"ADVANCEDCACHEPROBLEM\";i:634125391;}','yes'),(796,'jpsq_sync_checkout','0:0','no'),(804,'gravatar_disable_hovercards','0','yes'),(806,'safecss_add','','yes'),(807,'verification_services_codes','0','yes'),(811,'open_graph_protocol_site_type','','yes'),(812,'facebook_admins','a:0:{}','yes'),(816,'safecss','','yes'),(822,'trusted_ip_header','O:8:\"stdClass\":3:{s:14:\"trusted_header\";s:11:\"REMOTE_ADDR\";s:8:\"segments\";i:1;s:7:\"reverse\";b:0;}','no'),(827,'jetpack_sync_https_history_main_network_site_url','a:5:{i:0;s:4:\"http\";i:1;s:4:\"http\";i:2;s:4:\"http\";i:3;s:4:\"http\";i:4;s:4:\"http\";}','yes'),(828,'jetpack_sync_https_history_site_url','a:5:{i:0;s:4:\"http\";i:1;s:4:\"http\";i:2;s:4:\"http\";i:3;s:4:\"http\";i:4;s:4:\"http\";}','yes'),(829,'jetpack_sync_https_history_home_url','a:5:{i:0;s:4:\"http\";i:1;s:4:\"http\";i:2;s:4:\"http\";i:3;s:4:\"http\";i:4;s:4:\"http\";}','yes'),(859,'jetpack_callables_sync_checksum','a:28:{s:18:\"wp_max_upload_size\";i:2450289511;s:15:\"is_main_network\";i:734881840;s:13:\"is_multi_site\";i:734881840;s:17:\"main_network_site\";i:1829219343;s:8:\"site_url\";i:1829219343;s:8:\"home_url\";i:1829219343;s:16:\"single_user_site\";i:734881840;s:7:\"updates\";i:1887119825;s:28:\"has_file_system_write_access\";i:4261170317;s:21:\"is_version_controlled\";i:734881840;s:10:\"taxonomies\";i:1909909129;s:10:\"post_types\";i:4043005236;s:18:\"post_type_features\";i:3912089088;s:10:\"shortcodes\";i:3567937694;s:27:\"rest_api_allowed_post_types\";i:2508398024;s:32:\"rest_api_allowed_public_metadata\";i:223132457;s:24:\"sso_is_two_step_required\";i:734881840;s:26:\"sso_should_hide_login_form\";i:734881840;s:18:\"sso_match_by_email\";i:4261170317;s:21:\"sso_new_user_override\";i:734881840;s:29:\"sso_bypass_default_login_form\";i:734881840;s:10:\"wp_version\";i:204082101;s:11:\"get_plugins\";i:3127861878;s:14:\"active_modules\";i:2308420799;s:16:\"hosting_provider\";i:769900095;s:6:\"locale\";i:110763218;s:13:\"site_icon_url\";i:3909798844;s:22:\"wp_super_cache_globals\";i:948958974;}','yes'),(862,'stats_cache','a:2:{s:32:\"ac72594b8c934fd0dc8d0fd8e3853d44\";a:1:{i:1493921749;a:3:{i:0;a:4:{s:7:\"post_id\";s:1:\"6\";s:10:\"post_title\";s:0:\"\";s:14:\"post_permalink\";s:27:\"http://itstartswithone.org/\";s:5:\"views\";s:2:\"25\";}i:1;a:4:{s:7:\"post_id\";s:3:\"102\";s:10:\"post_title\";s:19:\"The Penny Challenge\";s:14:\"post_permalink\";s:47:\"http://itstartswithone.org/the-penny-challenge/\";s:5:\"views\";s:1:\"3\";}i:2;a:4:{s:7:\"post_id\";s:3:\"162\";s:10:\"post_title\";s:22:\"Challenge Your Friends\";s:14:\"post_permalink\";s:34:\"http://itstartswithone.org/invite/\";s:5:\"views\";s:1:\"1\";}}}s:32:\"65f87176fa34031aec7d196c6369a511\";a:1:{i:1493921749;a:1:{i:0;a:2:{s:10:\"searchterm\";s:11:\"funmaviesin\";s:5:\"views\";s:1:\"1\";}}}}','yes'),(1014,'jetpack_updates_sync_checksum','a:3:{s:11:\"update_core\";i:51093482;s:14:\"update_plugins\";i:274301566;s:13:\"update_themes\";i:3220232964;}','yes'),(1295,'category_children','a:0:{}','yes'),(1353,'widget_blog-stats','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1356,'widget_widget_contact_info','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1357,'widget_top-posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1848,'secp_shop','embeds.myshopify.com','yes'),(1849,'shopify_ecommerce_plugin_customize','a:9:{s:23:\"button_background_color\";s:7:\"#7db461\";s:17:\"button_text_color\";s:7:\"#ffffff\";s:12:\"accent_color\";s:7:\"#000000\";s:10:\"text_color\";s:7:\"#000000\";s:16:\"background_color\";s:7:\"#ffffff\";s:15:\"buy_button_text\";s:7:\"Buy Now\";s:10:\"cart_title\";s:9:\"Your Cart\";s:20:\"checkout_button_text\";s:8:\"Checkout\";s:11:\"redirect_to\";s:8:\"checkout\";}','yes'),(2083,'nf_form_3','a:7:{s:2:\"id\";i:3;s:20:\"show_publish_options\";b:0;s:6:\"fields\";a:2:{i:0;a:2:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:1;s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:19:\"email_1487347815812\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}s:2:\"id\";i:10;}i:1;a:2:{s:8:\"settings\";a:10:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:2;s:4:\"type\";s:6:\"submit\";s:5:\"label\";s:6:\"Submit\";s:16:\"processing_label\";s:10:\"Processing\";s:3:\"key\";s:20:\"submit_1487347823635\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";}s:2:\"id\";i:11;}}s:7:\"actions\";a:3:{i:0;a:2:{s:8:\"settings\";a:27:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";N;s:3:\"key\";N;s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-02-17 11:11:21\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:42:\"Your form has been successfully submitted.\";s:5:\"order\";s:1:\"1\";s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:13:\"email_message\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:731:\"Your form has been successfully submitted.\n<!-- Google Code for Lead Conversion Page -->\n<script type=\"text/javascript\">\n/* <![CDATA[ */\nvar google_conversion_id = 856643644;\nvar google_conversion_language = \"en\";\nvar google_conversion_format = \"3\";\nvar google_conversion_color = \"ffffff\";\nvar google_conversion_label = \"sptyCITQzHAQvLC9mAM\";\nvar google_remarketing_only = false;\n/* ]]> */\n</script>\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\n</script>\n<noscript>\n<div style=\"display:inline;\">\n<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/856643644/?label=sptyCITQzHAQvLC9mAM&guid=ON&script=0\"/>\n</div>\n</noscript>\n\";}s:2:\"id\";i:8;}i:1;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";N;s:3:\"key\";N;s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-02-17 11:11:21\";s:5:\"label\";s:11:\"Admin Email\";s:2:\"to\";a:1:{i:0;s:18:\"stacy@verovine.com\";}s:7:\"subject\";s:22:\"Ninja Forms Submission\";s:7:\"message\";s:18:\"{field:all_fields}\";s:5:\"order\";s:1:\"2\";s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:13:\"email_message\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";}s:2:\"id\";i:9;}i:2;a:2:{s:8:\"settings\";a:25:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";N;s:3:\"key\";N;s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-02-17 11:11:21\";s:5:\"label\";s:15:\"Save Submission\";s:5:\"order\";s:1:\"3\";s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:13:\"email_message\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";}s:2:\"id\";i:10;}}s:8:\"settings\";a:18:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:15:\"Take the Pledge\";s:10:\"show_title\";i:1;s:14:\"clear_complete\";i:1;s:13:\"hide_complete\";i:1;s:17:\"default_label_pos\";s:5:\"above\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:0:\"\";s:10:\"add_submit\";i:0;s:8:\"currency\";s:0:\"\";s:9:\"logged_in\";b:0;s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";N;s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:2:{i:0;s:19:\"email_1487347815812\";i:1;s:20:\"submit_1487347823635\";}}s:14:\"deleted_fields\";a:0:{}s:15:\"deleted_actions\";a:0:{}}','yes'),(2446,'iwp_backup_table_version','1.1.4','yes'),(2447,'iwp_client_replaced_old_hash_backup_files','1','yes'),(2466,'akismet_strictness','0','yes'),(2467,'akismet_show_user_comments_approved','0','yes'),(2468,'wordpress_api_key','1e9ac862716e','yes'),(5666,'give_use_php_sessions','1','yes'),(5673,'give_settings','a:34:{i:0;b:0;s:12:\"success_page\";i:138;s:12:\"failure_page\";i:139;s:12:\"history_page\";i:140;s:12:\"base_country\";s:2:\"US\";s:9:\"test_mode\";s:7:\"enabled\";s:8:\"currency\";s:3:\"USD\";s:17:\"currency_position\";s:6:\"before\";s:16:\"session_lifetime\";s:6:\"604800\";s:12:\"email_access\";s:8:\"disabled\";s:15:\"number_decimals\";i:2;s:3:\"css\";s:7:\"enabled\";s:11:\"floatlabels\";s:8:\"disabled\";s:7:\"welcome\";s:7:\"enabled\";s:14:\"forms_singular\";s:7:\"enabled\";s:14:\"forms_archives\";s:7:\"enabled\";s:13:\"forms_excerpt\";s:7:\"enabled\";s:17:\"form_featured_img\";s:7:\"enabled\";s:12:\"form_sidebar\";s:7:\"enabled\";s:10:\"categories\";s:8:\"disabled\";s:4:\"tags\";s:8:\"disabled\";s:5:\"terms\";s:8:\"disabled\";s:13:\"admin_notices\";s:7:\"enabled\";s:19:\"uninstall_on_delete\";s:8:\"disabled\";s:18:\"the_content_filter\";s:7:\"enabled\";s:14:\"scripts_footer\";s:8:\"disabled\";s:19:\"paypal_verification\";s:7:\"enabled\";s:8:\"gateways\";a:2:{s:6:\"manual\";i:1;s:7:\"offline\";i:1;}s:15:\"default_gateway\";s:6:\"manual\";s:31:\"global_offline_donation_content\";s:537:\"<p>In order to make an offline donation we ask that you please follow these instructions: </p><ol><li>Make a check payable to \"The Penny Challenge\"</li><li>On the memo line of the check, please indicate that the donation is for \"The Penny Challenge\"</li><li>Please mail your check to:</li></ol> <em>The Penny Challenge</em><br> <em>123 G Street </em><br> <em>San Diego, CA 92101 </em><br><p>All contributions will be gratefully acknowledged and are tax deductible.</p>\";s:29:\"global_offline_donation_email\";s:537:\"<p>In order to make an offline donation we ask that you please follow these instructions: </p><ol><li>Make a check payable to \"The Penny Challenge\"</li><li>On the memo line of the check, please indicate that the donation is for \"The Penny Challenge\"</li><li>Please mail your check to:</li></ol> <em>The Penny Challenge</em><br> <em>123 G Street </em><br> <em>San Diego, CA 92101 </em><br><p>All contributions will be gratefully acknowledged and are tax deductible.</p>\";s:43:\"give_offline_donation_enable_billing_fields\";s:8:\"disabled\";s:21:\"donation_notification\";s:357:\"Hi there,\n\nThis email is to inform you that a new donation has been made on your website: <a href=\"http://thepennychallenge.com\" target=\"_blank\">http://thepennychallenge.com</a>.\n\n<strong>Donor:</strong> {name}\n<strong>Donation:</strong> {donation}\n<strong>Amount:</strong> {amount}\n<strong>Payment Method:</strong> {payment_method}\n\nThank you,\n\n{sitename}\n\";s:16:\"donation_receipt\";s:436:\"Dear {name},\n\nThank you for your donation. Your generosity is appreciated! Here are the details of your donation:\n\n<strong>Donor:</strong> {fullname}\n<strong>Donation:</strong> {donation}\n<strong>Donation Date:</strong> {date}\n<strong>Amount:</strong> {amount}\n<strong>Payment Method:</strong> {payment_method}\n<strong>Payment ID:</strong> {payment_id}\n<strong>Receipt ID:</strong> {receipt_id}\n\n{receipt_link}\n\n\n\nSincerely,\n{sitename}\n\";}','yes'),(5674,'wp_give_customers_db_version','1.0','yes'),(5675,'wp_give_customermeta_db_version','1.0','yes'),(5676,'give_version','1.8.4','yes'),(5677,'give_default_api_version','v1','yes'),(5680,'give_completed_upgrades','a:5:{i:0;s:30:\"upgrade_give_user_caps_cleanup\";i:1;s:32:\"upgrade_give_payment_customer_id\";i:2;s:27:\"upgrade_give_offline_status\";i:3;s:25:\"v18_upgrades_core_setting\";i:4;s:26:\"v18_upgrades_form_metadata\";}','yes'),(5685,'widget_give_forms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(5687,'give_site_address_before_migrate','http://itstartswithone.org','yes'),(5688,'_give_table_check','1489809010','yes'),(9222,'wpcom_publish_posts_with_markdown','1','yes'),(9330,'widget_postaffiliatepro_topaffiliates','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(9331,'pap-url','https://login.thepennychallenge.com/','yes'),(9332,'pap-merchant-name','betheonecc@gmail.com','yes'),(9333,'pap-merchant-password','7Guardian7','yes'),(9334,'pap-click-tracking-account','default1','yes'),(9383,'pap-click-tracking-enabled','true','yes'),(9384,'pap-click-tracking-capaign','11111111','yes'),(9386,'pap-sugnup-integration-enabled','true','yes'),(9387,'pap-sugnup-default-parent','from_cookie','yes'),(9388,'pap-sugnup-default-status','A','yes'),(9389,'pap-sugnup-sendconfiramtionemail','true','yes'),(9390,'pap-sugnup-campaigns-settings','','yes'),(9391,'pap-sugnup-use-photo','true','yes'),(9408,'_transient_jp_http://thepennychallenge.com/wp-content/uploads/2017/02/cropped-image3-1-270x270.jpg','0','yes'),(11718,'pap-sugnup-save-level','0','yes'),(11756,'feedback_unread_count','0','yes'),(11846,'the_champ_general','a:5:{s:13:\"footer_script\";s:1:\"1\";s:15:\"combined_script\";s:1:\"1\";s:14:\"delete_options\";s:1:\"1\";s:11:\"browser_msg\";s:121:\"Your browser is blocking some features of this website. Please follow the instructions at {support_url} to unblock these.\";s:10:\"custom_css\";s:0:\"\";}','yes'),(11847,'the_champ_login','a:36:{s:6:\"enable\";s:1:\"1\";s:20:\"disable_reg_redirect\";s:0:\"\";s:9:\"providers\";a:1:{i:0;s:8:\"facebook\";}s:6:\"fb_key\";s:15:\"104483656761006\";s:11:\"twitter_key\";s:0:\"\";s:14:\"twitter_secret\";s:0:\"\";s:6:\"li_key\";s:0:\"\";s:10:\"google_key\";s:0:\"\";s:6:\"vk_key\";s:0:\"\";s:8:\"insta_id\";s:0:\"\";s:7:\"xing_ck\";s:0:\"\";s:7:\"xing_cs\";s:0:\"\";s:16:\"twitch_client_id\";s:0:\"\";s:5:\"title\";s:25:\"Login with your Social ID\";s:13:\"enableAtLogin\";s:1:\"1\";s:16:\"enableAtRegister\";s:1:\"1\";s:15:\"enableAtComment\";s:1:\"1\";s:12:\"link_account\";s:1:\"1\";s:6:\"avatar\";s:1:\"1\";s:14:\"avatar_quality\";s:7:\"average\";s:14:\"email_required\";s:1:\"1\";s:14:\"password_email\";s:1:\"1\";s:20:\"new_user_admin_email\";s:1:\"1\";s:17:\"login_redirection\";s:4:\"same\";s:21:\"login_redirection_url\";s:0:\"\";s:20:\"register_redirection\";s:4:\"same\";s:24:\"register_redirection_url\";s:0:\"\";s:16:\"email_popup_text\";s:70:\"Please enter a valid email address. You might be required to verify it\";s:19:\"email_error_message\";s:50:\"Email you entered is already registered or invalid\";s:12:\"popup_height\";s:0:\"\";s:14:\"gdpr_placement\";s:5:\"above\";s:9:\"scl_title\";s:65:\"Link your social account to login to your account at this website\";s:11:\"gdpr_enable\";i:1;s:25:\"privacy_policy_optin_text\";s:71:\"I agree to my personal data being stored and used as per Privacy Policy\";s:15:\"ppu_placeholder\";s:14:\"Privacy Policy\";s:18:\"privacy_policy_url\";s:0:\"\";}','yes'),(11848,'the_champ_facebook','a:11:{s:17:\"enable_commenting\";s:1:\"1\";s:17:\"enable_fbcomments\";s:1:\"1\";s:11:\"enable_page\";s:1:\"1\";s:11:\"enable_post\";s:1:\"1\";s:12:\"comment_lang\";s:5:\"en_US\";s:16:\"commenting_order\";s:36:\"wordpress,facebook,googleplus,disqus\";s:16:\"commenting_label\";s:13:\"Leave a reply\";s:24:\"label_wordpress_comments\";s:16:\"Default Comments\";s:23:\"label_facebook_comments\";s:17:\"Facebook Comments\";s:25:\"label_googleplus_comments\";s:11:\"G+ Comments\";s:21:\"label_disqus_comments\";s:15:\"Disqus Comments\";}','yes'),(11849,'the_champ_sharing','a:73:{s:24:\"horizontal_sharing_shape\";s:5:\"round\";s:23:\"horizontal_sharing_size\";s:2:\"35\";s:24:\"horizontal_sharing_width\";s:2:\"70\";s:25:\"horizontal_sharing_height\";s:2:\"35\";s:24:\"horizontal_border_radius\";s:0:\"\";s:29:\"horizontal_font_color_default\";s:0:\"\";s:32:\"horizontal_sharing_replace_color\";s:4:\"#fff\";s:27:\"horizontal_font_color_hover\";s:0:\"\";s:38:\"horizontal_sharing_replace_color_hover\";s:4:\"#fff\";s:27:\"horizontal_bg_color_default\";s:0:\"\";s:25:\"horizontal_bg_color_hover\";s:0:\"\";s:31:\"horizontal_border_width_default\";s:0:\"\";s:31:\"horizontal_border_color_default\";s:0:\"\";s:29:\"horizontal_border_width_hover\";s:0:\"\";s:29:\"horizontal_border_color_hover\";s:0:\"\";s:22:\"vertical_sharing_shape\";s:6:\"square\";s:21:\"vertical_sharing_size\";s:2:\"40\";s:22:\"vertical_sharing_width\";s:2:\"80\";s:23:\"vertical_sharing_height\";s:2:\"40\";s:22:\"vertical_border_radius\";s:0:\"\";s:27:\"vertical_font_color_default\";s:0:\"\";s:30:\"vertical_sharing_replace_color\";s:4:\"#fff\";s:25:\"vertical_font_color_hover\";s:0:\"\";s:36:\"vertical_sharing_replace_color_hover\";s:4:\"#fff\";s:25:\"vertical_bg_color_default\";s:0:\"\";s:23:\"vertical_bg_color_hover\";s:0:\"\";s:29:\"vertical_border_width_default\";s:0:\"\";s:29:\"vertical_border_color_default\";s:0:\"\";s:27:\"vertical_border_width_hover\";s:0:\"\";s:27:\"vertical_border_color_hover\";s:0:\"\";s:10:\"hor_enable\";s:1:\"1\";s:21:\"horizontal_target_url\";s:7:\"default\";s:28:\"horizontal_target_url_custom\";s:0:\"\";s:5:\"title\";s:15:\"Spread the love\";s:18:\"instagram_username\";s:0:\"\";s:23:\"horizontal_re_providers\";a:9:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:11:\"google_plus\";i:3;s:8:\"linkedin\";i:4;s:9:\"pinterest\";i:5;s:6:\"reddit\";i:6;s:9:\"delicious\";i:7;s:3:\"mix\";i:8;s:8:\"whatsapp\";}s:21:\"hor_sharing_alignment\";s:4:\"left\";s:3:\"top\";s:1:\"1\";s:4:\"post\";s:1:\"1\";s:4:\"page\";s:1:\"1\";s:19:\"tweet_count_service\";s:14:\"opensharecount\";s:15:\"horizontal_more\";s:1:\"1\";s:15:\"vertical_enable\";s:1:\"1\";s:19:\"vertical_target_url\";s:7:\"default\";s:26:\"vertical_target_url_custom\";s:0:\"\";s:27:\"vertical_instagram_username\";s:0:\"\";s:21:\"vertical_re_providers\";a:9:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:11:\"google_plus\";i:3;s:8:\"linkedin\";i:4;s:9:\"pinterest\";i:5;s:6:\"reddit\";i:6;s:9:\"delicious\";i:7;s:3:\"mix\";i:8;s:8:\"whatsapp\";}s:11:\"vertical_bg\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:11:\"left_offset\";s:3:\"-10\";s:12:\"right_offset\";s:3:\"-10\";s:10:\"top_offset\";s:3:\"100\";s:13:\"vertical_home\";s:1:\"1\";s:13:\"vertical_post\";s:1:\"1\";s:13:\"vertical_page\";s:1:\"1\";s:28:\"vertical_tweet_count_service\";s:14:\"newsharecounts\";s:13:\"vertical_more\";s:1:\"1\";s:19:\"hide_mobile_sharing\";s:1:\"1\";s:21:\"vertical_screen_width\";s:3:\"783\";s:21:\"bottom_mobile_sharing\";s:1:\"1\";s:23:\"horizontal_screen_width\";s:3:\"783\";s:23:\"bottom_sharing_position\";s:1:\"0\";s:24:\"bottom_sharing_alignment\";s:4:\"left\";s:14:\"bitly_username\";s:0:\"\";s:9:\"bitly_key\";s:0:\"\";s:31:\"share_count_cache_refresh_count\";s:2:\"10\";s:30:\"share_count_cache_refresh_unit\";s:7:\"minutes\";s:8:\"language\";s:5:\"en_US\";s:16:\"twitter_username\";s:0:\"\";s:15:\"buffer_username\";s:0:\"\";s:20:\"comment_container_id\";s:7:\"respond\";s:29:\"vertical_comment_container_id\";s:7:\"respond\";s:29:\"bottom_sharing_position_radio\";s:10:\"responsive\";}','yes'),(11850,'the_champ_counter','a:4:{s:11:\"left_offset\";s:3:\"-10\";s:12:\"right_offset\";s:3:\"-10\";s:10:\"top_offset\";s:3:\"100\";s:9:\"alignment\";s:4:\"left\";}','yes'),(11851,'the_champ_ss_version','7.12.5','yes'),(11854,'widget_thechamplogin','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(11855,'widget_thechamphorizontalsharing','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(11856,'widget_thechampverticalsharing','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(11857,'widget_thechamphorizontalcounter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(11858,'widget_thechampverticalcounter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(11859,'heateor_ss_browser_notification_read','1','yes'),(11868,'ossdl_off_cdn_url','http://itstartswithone.org','yes'),(11869,'ossdl_off_include_dirs','wp-content,wp-includes','yes'),(11870,'ossdl_off_exclude','.php','yes'),(11871,'ossdl_cname','cdn, cdn1, cdn2, cdn3, cdn4, cdn5, cdn6, cdn7, cdn8','yes'),(12578,'nf_form_4','a:7:{s:2:\"id\";i:4;s:20:\"show_publish_options\";b:0;s:6:\"fields\";a:9:{i:0;a:2:{s:8:\"settings\";a:11:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:1;s:5:\"label\";s:4:\"HTML\";s:4:\"type\";s:4:\"html\";s:7:\"default\";s:366:\"<p>Thank you for playing your part by donating $3.65+!! However, you\'re not quite done yet. The MOST IMPORTANT step in making a huge impact, is to challenge/sponsor at least three people you know to take The Penny Challenge as well!<br></p><p>Take a moment and challenge & sponsor three people to complete your Penny Challenge. Please enter emails below.<br></p>\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:18:\"html_1491242625916\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";s:2:\"22\";}i:1;a:2:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:2;s:5:\"label\";s:9:\"Your Name\";s:4:\"type\";s:9:\"firstname\";s:3:\"key\";s:23:\"your_name_1491241149362\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:1;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:14:\"one-half first\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}s:2:\"id\";s:2:\"20\";}i:2;a:2:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:3;s:5:\"label\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:3:\"key\";s:24:\"your_email_1491242117816\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:1;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:15:\"one-half second\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}s:2:\"id\";s:2:\"21\";}i:3;a:2:{s:8:\"settings\";a:24:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:4;s:5:\"label\";s:20:\"Your Penny Tree Link\";s:4:\"type\";s:7:\"textbox\";s:3:\"key\";s:34:\"your_penny_tree_link_1491585931756\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:0;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";}s:2:\"id\";s:2:\"32\";}i:4;a:2:{s:8:\"settings\";a:10:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:5;s:5:\"label\";s:4:\"HTML\";s:4:\"type\";s:4:\"html\";s:7:\"default\";s:574:\"<p>You get this from your email or by <a href=\"http://login.thepennychallenge.com/affiliates/login.php#login\" target=\"_blank\">logging in</a> at the top of your screen. Get Your Penny Tree account by either taking <a href=\"https://store.itstartswithone.org/collections/the-penny-challenge/products/take-the-penny-challenge\" target=\"_blank\">The Penny Challenge</a> or <a href=\"http://login.thepennychallenge.com/affiliates/signup.php#SignupForm\" target=\"_blank\">create an account</a>. Your link should look similar to this... http://itstartswithone.org/#58dacb3f51b88</p>\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:18:\"html_1491585948048\";}s:2:\"id\";s:2:\"31\";}i:5;a:2:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:6;s:4:\"type\";s:5:\"email\";s:5:\"label\";s:7:\"Email 1\";s:3:\"key\";s:21:\"email_1_1491242185193\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:1;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:14:\"one-half first\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}s:2:\"id\";s:2:\"12\";}i:6;a:2:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:7;s:4:\"type\";s:5:\"email\";s:5:\"label\";s:7:\"Email 2\";s:3:\"key\";s:21:\"email_2_1491242189322\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:1;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:15:\"one-half second\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}s:2:\"id\";s:2:\"13\";}i:7;a:2:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:8;s:4:\"type\";s:5:\"email\";s:5:\"label\";s:7:\"Email 3\";s:3:\"key\";s:21:\"email_3_1491242192265\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:1;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:14:\"one-half first\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}s:2:\"id\";s:2:\"14\";}i:8;a:2:{s:8:\"settings\";a:10:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:10;s:4:\"type\";s:6:\"submit\";s:5:\"label\";s:6:\"Submit\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:20:\"submit_1490554914998\";}s:2:\"id\";s:2:\"19\";}}s:7:\"actions\";a:4:{i:0;a:2:{s:8:\"settings\";a:28:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";N;s:3:\"key\";N;s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-03-26 15:59:11\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:42:\"Your form has been successfully submitted.\";s:5:\"order\";s:1:\"1\";s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:737:\"Your form has been successfully submitted.\n<!-- Google Code for Invitation Conversion Page -->\n<script type=\"text/javascript\">\n/* <![CDATA[ */\nvar google_conversion_id = 856643644;\nvar google_conversion_language = \"en\";\nvar google_conversion_format = \"3\";\nvar google_conversion_color = \"ffffff\";\nvar google_conversion_label = \"EhtACKel03AQvLC9mAM\";\nvar google_remarketing_only = false;\n/* ]]> */\n</script>\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\n</script>\n<noscript>\n<div style=\"display:inline;\">\n<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/856643644/?label=EhtACKel03AQvLC9mAM&guid=ON&script=0\"/>\n</div>\n</noscript>\n\";s:18:\"payment_total_type\";s:0:\"\";}s:2:\"id\";i:11;}i:1;a:2:{s:8:\"settings\";a:28:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";N;s:3:\"key\";N;s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-03-26 15:59:11\";s:5:\"label\";s:11:\"Admin Email\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:7:\"subject\";s:22:\"Ninja Forms Submission\";s:7:\"message\";s:18:\"{field:all_fields}\";s:5:\"order\";s:1:\"2\";s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:18:\"payment_total_type\";s:0:\"\";s:14:\"drawerDisabled\";s:0:\"\";}s:2:\"id\";i:12;}i:2;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";N;s:3:\"key\";N;s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-03-26 15:59:11\";s:5:\"label\";s:15:\"Save Submission\";s:5:\"order\";s:1:\"3\";s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:18:\"payment_total_type\";s:0:\"\";}s:2:\"id\";i:13;}i:3;a:2:{s:8:\"settings\";a:25:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";N;s:3:\"key\";N;s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-04-03 13:33:08\";s:5:\"label\";s:16:\"Email Challenges\";s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:20:\"{system:admin_email}\";s:8:\"reply_to\";s:32:\"{field:your_email_1491242117816}\";s:13:\"email_subject\";s:59:\"You Have Been Challenged by {field:your_name_1491241149362}\";s:13:\"email_message\";s:2038:\"<div style=\"color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;\">You have just been selected by {field:your_name_1491241149362} to take The Penny Challenge!</div><div style=\"color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;\"><br></div><div style=\"color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;\">Challenge: Select your favorite cause/charity you\'d like to support at <span style=\"font-size: 12.8px;\">{field:your_penny_tree_link_1491585931756}</span> and then donate $3.65 (the equivalent of a penny a day for a year). Lastly, select and challenge three other friends to do the same.</div><div style=\"color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;\"><br></div><div style=\"color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;\">By you just playing your small part, YOU can help local families in your community as well as causes ISWO supports around the globe.</div><div style=\"color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;\"><br>For more information on It Starts With One, The Penny Challenge or the causes we support visit <span style=\"font-size: 12.8px;\">{field:your_penny_tree_link_1491585931756} click about.</span><a href=\"http://www.itstartswithone.org/about\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&q=http://www.itstartswithone.org/about&source=gmail&ust=1491326468336000&usg=AFQjCNGEyXqf45cty_zTjRIK1DtTWnAcYQ\" style=\"color: rgb(17, 85, 204);\"></a></div><div style=\"color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;\"><br></div><div style=\"color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;\"><div style=\"font-size: 12.8px;\">Thank You,</div><div style=\"font-size: 12.8px;\"><br></div><div style=\"font-size: 12.8px;\">Loren Hockensmith</div><div style=\"font-size: 12.8px;\"><br></div><div style=\"font-size: 12.8px;\">It Starts With One and The Penny Challenge</div></div>\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:17:\"{user:first_name}\";s:12:\"from_address\";s:32:\"{field:your_email_1491242117816}\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:93:\"{field:email_1_1491242185193}, {field:email_2_1491242189322}, {field:email_3_1491242192265}, \";s:10:\"attach_csv\";s:0:\"\";s:18:\"payment_total_type\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:14;}}s:8:\"settings\";a:19:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:22:\"Challenge Your Friends\";s:10:\"show_title\";i:0;s:14:\"clear_complete\";i:1;s:13:\"hide_complete\";i:1;s:17:\"default_label_pos\";s:5:\"above\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:0:\"\";s:10:\"add_submit\";i:0;s:8:\"currency\";s:0:\"\";s:9:\"logged_in\";b:0;s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";N;s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:9:{i:0;s:18:\"html_1491242625916\";i:1;s:23:\"your_name_1491241149362\";i:2;s:24:\"your_email_1491242117816\";i:3;s:34:\"your_penny_tree_link_1491585931756\";i:4;s:18:\"html_1491585948048\";i:5;s:21:\"email_1_1491242185193\";i:6;s:21:\"email_2_1491242189322\";i:7;s:21:\"email_3_1491242192265\";i:8;s:20:\"submit_1490554914998\";}s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";}s:14:\"deleted_fields\";a:0:{}s:15:\"deleted_actions\";a:0:{}}','yes'),(14632,'_transient_jp_http://itstartswithone.org/wp-content/uploads/2017/02/cropped-image3-1-270x270.jpg','0','yes'),(18130,'_transient_jp_https://itstartswithone.org/wp-content/uploads/2017/02/cropped-image3-1-270x270.jpg','0','yes'),(18918,'widget_widget_mailchimp_subscriber_popup','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(18988,'wonderm00n_open_graph_settings','a:71:{s:14:\"fb_app_id_show\";s:0:\"\";s:9:\"fb_app_id\";s:0:\"\";s:16:\"fb_admin_id_show\";s:0:\"\";s:11:\"fb_admin_id\";s:0:\"\";s:14:\"fb_locale_show\";i:1;s:9:\"fb_locale\";s:0:\"\";s:16:\"fb_sitename_show\";i:1;s:13:\"fb_title_show\";i:1;s:20:\"fb_title_show_schema\";i:1;s:21:\"fb_title_show_twitter\";i:1;s:11:\"fb_url_show\";i:1;s:19:\"fb_url_show_twitter\";i:1;s:16:\"fb_url_canonical\";s:0:\"\";s:19:\"fb_url_add_trailing\";s:0:\"\";s:12:\"fb_type_show\";i:1;s:19:\"fb_type_show_schema\";s:0:\"\";s:16:\"fb_type_homepage\";s:0:\"\";s:23:\"fb_type_schema_homepage\";s:0:\"\";s:19:\"fb_type_schema_post\";s:0:\"\";s:21:\"fb_article_dates_show\";i:1;s:24:\"fb_article_sections_show\";i:1;s:17:\"fb_publisher_show\";i:1;s:12:\"fb_publisher\";s:0:\"\";s:24:\"fb_publisher_show_schema\";i:1;s:19:\"fb_publisher_schema\";s:0:\"\";s:25:\"fb_publisher_show_twitter\";i:1;s:24:\"fb_publisher_twitteruser\";s:0:\"\";s:14:\"fb_author_show\";i:1;s:19:\"fb_author_show_meta\";s:0:\"\";s:24:\"fb_author_show_linkrelgp\";s:0:\"\";s:22:\"fb_author_show_twitter\";i:1;s:23:\"fb_author_hide_on_pages\";s:0:\"\";s:12:\"fb_desc_show\";i:1;s:17:\"fb_desc_show_meta\";s:0:\"\";s:19:\"fb_desc_show_schema\";i:1;s:20:\"fb_desc_show_twitter\";i:1;s:13:\"fb_desc_chars\";i:300;s:16:\"fb_desc_homepage\";s:0:\"\";s:27:\"fb_desc_homepage_customtext\";s:0:\"\";s:22:\"fb_desc_default_option\";s:0:\"\";s:15:\"fb_desc_default\";s:0:\"\";s:13:\"fb_image_show\";i:1;s:18:\"fb_image_size_show\";s:0:\"\";s:20:\"fb_image_show_schema\";i:1;s:21:\"fb_image_show_twitter\";i:1;s:8:\"fb_image\";s:0:\"\";s:12:\"fb_image_rss\";s:0:\"\";s:21:\"fb_image_use_specific\";i:1;s:21:\"fb_image_use_featured\";i:1;s:20:\"fb_image_use_content\";s:0:\"\";s:18:\"fb_image_use_media\";s:0:\"\";s:20:\"fb_image_use_default\";i:1;s:17:\"fb_image_min_size\";i:200;s:18:\"fb_show_wpseoyoast\";i:1;s:15:\"fb_show_aioseop\";s:0:\"\";s:18:\"fb_show_subheading\";s:0:\"\";s:22:\"fb_subheading_position\";s:5:\"after\";s:31:\"fb_show_businessdirectoryplugin\";s:0:\"\";s:22:\"fb_keep_data_uninstall\";i:1;s:18:\"fb_adv_force_local\";s:0:\"\";s:16:\"fb_adv_notify_fb\";i:1;s:24:\"fb_adv_supress_fb_notice\";s:0:\"\";s:20:\"fb_twitter_card_type\";s:19:\"summary_large_image\";s:19:\"fb_wc_usecategthumb\";s:0:\"\";s:23:\"fb_wc_useproductgallery\";i:1;s:23:\"fb_wc_usepg_png_overlay\";s:0:\"\";s:16:\"fb_image_overlay\";s:0:\"\";s:22:\"fb_image_overlay_image\";s:0:\"\";s:22:\"fb_publisher_show_meta\";s:0:\"\";s:21:\"fb_declaration_method\";s:6:\"prefix\";s:17:\"settings_last_tab\";s:0:\"\";}','yes'),(18989,'wonderm00n_open_graph_version','2.2.4.2','yes'),(20205,'nf_form_5','a:7:{s:2:\"id\";i:5;s:20:\"show_publish_options\";b:0;s:6:\"fields\";a:7:{i:0;a:2:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:2;s:4:\"type\";s:9:\"firstname\";s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:18:\"name_1491508983371\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}s:2:\"id\";s:2:\"24\";}i:1;a:2:{s:8:\"settings\";a:24:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:3;s:4:\"type\";s:4:\"city\";s:5:\"label\";s:4:\"City\";s:3:\"key\";s:18:\"city_1491508953752\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";}s:2:\"id\";s:2:\"25\";}i:2;a:2:{s:8:\"settings\";a:15:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:4;s:4:\"type\";s:9:\"liststate\";s:5:\"label\";s:5:\"State\";s:3:\"key\";s:23:\"liststate_1491508955031\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"options\";a:53:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Alabama\";s:5:\"value\";s:2:\"AL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Alaska\";s:5:\"value\";s:2:\"AK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:2;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Arizona\";s:5:\"value\";s:2:\"AZ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:3;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Arkansas\";s:5:\"value\";s:2:\"AR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:3;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:4;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"California\";s:5:\"value\";s:2:\"CA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:4;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:5;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Colorado\";s:5:\"value\";s:2:\"CO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:5;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:6;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:11:\"Connecticut\";s:5:\"value\";s:2:\"CT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:6;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:7;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Delaware\";s:5:\"value\";s:2:\"DE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:7;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:8;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Florida\";s:5:\"value\";s:2:\"FL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:8;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:9;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Georgia\";s:5:\"value\";s:2:\"GA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:9;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:10;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Hawaii\";s:5:\"value\";s:2:\"HI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:10;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:11;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:5:\"Idaho\";s:5:\"value\";s:2:\"ID\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:11;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:12;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Illinois\";s:5:\"value\";s:2:\"IL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:12;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:13;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Indiana\";s:5:\"value\";s:2:\"IN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:13;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:14;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:4:\"Iowa\";s:5:\"value\";s:2:\"IA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:14;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:15;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Kansas\";s:5:\"value\";s:2:\"KS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:15;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:16;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Kentucky\";s:5:\"value\";s:2:\"KY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:16;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:17;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:9:\"Louisiana\";s:5:\"value\";s:2:\"LA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:17;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:18;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:5:\"Maine\";s:5:\"value\";s:2:\"ME\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:18;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:19;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Maryland\";s:5:\"value\";s:2:\"MD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:19;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:20;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:13:\"Massachusetts\";s:5:\"value\";s:2:\"MA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:20;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:21;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Michigan\";s:5:\"value\";s:2:\"MI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:21;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:22;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:9:\"Minnesota\";s:5:\"value\";s:2:\"MN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:22;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:23;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:11:\"Mississippi\";s:5:\"value\";s:2:\"MS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:23;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:24;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Missouri\";s:5:\"value\";s:2:\"MO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:24;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:25;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Montana\";s:5:\"value\";s:2:\"MT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:25;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:26;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Nebraska\";s:5:\"value\";s:2:\"NE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:26;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:27;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Nevada\";s:5:\"value\";s:2:\"NV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:27;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:28;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:13:\"New Hampshire\";s:5:\"value\";s:2:\"NH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:28;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:29;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"New Jersey\";s:5:\"value\";s:2:\"NJ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:29;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:30;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"New Mexico\";s:5:\"value\";s:2:\"NM\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:30;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:31;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"New York\";s:5:\"value\";s:2:\"NY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:31;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:32;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:14:\"North Carolina\";s:5:\"value\";s:2:\"NC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:32;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:33;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:12:\"North Dakota\";s:5:\"value\";s:2:\"ND\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:33;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:34;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:4:\"Ohio\";s:5:\"value\";s:2:\"OH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:34;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:35;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Oklahoma\";s:5:\"value\";s:2:\"OK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:35;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:36;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Oregon\";s:5:\"value\";s:2:\"OR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:36;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:37;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:12:\"Pennsylvania\";s:5:\"value\";s:2:\"PA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:37;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:38;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:12:\"Rhode Island\";s:5:\"value\";s:2:\"RI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:38;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:39;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:14:\"South Carolina\";s:5:\"value\";s:2:\"SC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:39;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:40;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:12:\"South Dakota\";s:5:\"value\";s:2:\"SD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:40;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:41;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:9:\"Tennessee\";s:5:\"value\";s:2:\"TN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:41;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:42;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:5:\"Texas\";s:5:\"value\";s:2:\"TX\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:42;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:43;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:4:\"Utah\";s:5:\"value\";s:2:\"UT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:43;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:44;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Vermont\";s:5:\"value\";s:2:\"VT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:44;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:45;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Virginia\";s:5:\"value\";s:2:\"VA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:45;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:46;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"Washington\";s:5:\"value\";s:2:\"WA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:46;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:47;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:13:\"West Virginia\";s:5:\"value\";s:2:\"WV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:47;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:48;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:9:\"Wisconsin\";s:5:\"value\";s:2:\"WI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:48;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:49;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Wyoming\";s:5:\"value\";s:2:\"WY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:49;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:50;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:51:\"ARMED FORCES AFRICA \\ CANADA \\ EUROPE \\ MIDDLE EAST\";s:5:\"value\";s:2:\"AE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:50;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:51;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:36:\"ARMED FORCES AMERICA (EXCEPT CANADA)\";s:5:\"value\";s:2:\"AA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:51;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:52;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:20:\"ARMED FORCES PACIFIC\";s:5:\"value\";s:2:\"AP\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:52;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}s:2:\"id\";s:2:\"26\";}i:3;a:2:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:5;s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:19:\"email_1491508959383\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}s:2:\"id\";s:2:\"27\";}i:4;a:2:{s:8:\"settings\";a:24:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:6;s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:5:\"Phone\";s:3:\"key\";s:19:\"phone_1491508964220\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";}s:2:\"id\";s:2:\"28\";}i:5;a:2:{s:8:\"settings\";a:25:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:7;s:5:\"label\";s:14:\"Paragraph Text\";s:4:\"type\";s:8:\"textarea\";s:3:\"key\";s:22:\"textarea_1491509025097\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";}s:2:\"id\";s:2:\"29\";}i:6;a:2:{s:8:\"settings\";a:10:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:8;s:4:\"type\";s:6:\"submit\";s:5:\"label\";s:6:\"Submit\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:20:\"submit_1491508969802\";}s:2:\"id\";s:2:\"30\";}}s:7:\"actions\";a:3:{i:0;a:2:{s:8:\"settings\";a:28:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";N;s:3:\"key\";N;s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-04-06 17:00:45\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:42:\"Your form has been successfully submitted.\";s:5:\"order\";s:1:\"1\";s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:731:\"Your form has been successfully submitted.\n<!-- Google Code for Lead Conversion Page -->\n<script type=\"text/javascript\">\n/* <![CDATA[ */\nvar google_conversion_id = 856643644;\nvar google_conversion_language = \"en\";\nvar google_conversion_format = \"3\";\nvar google_conversion_color = \"ffffff\";\nvar google_conversion_label = \"sptyCITQzHAQvLC9mAM\";\nvar google_remarketing_only = false;\n/* ]]> */\n</script>\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\n</script>\n<noscript>\n<div style=\"display:inline;\">\n<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/856643644/?label=sptyCITQzHAQvLC9mAM&guid=ON&script=0\"/>\n</div>\n</noscript>\n\";s:18:\"payment_total_type\";s:0:\"\";}s:2:\"id\";i:15;}i:1;a:2:{s:8:\"settings\";a:28:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";N;s:3:\"key\";N;s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-04-06 17:00:45\";s:5:\"label\";s:11:\"Admin Email\";s:2:\"to\";s:34:\"stacy@verovine.com{wp:admin_email}\";s:7:\"subject\";s:22:\"Ninja Forms Submission\";s:7:\"message\";s:18:\"{field:all_fields}\";s:5:\"order\";s:1:\"2\";s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:18:\"payment_total_type\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:16;}i:2;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";N;s:3:\"key\";N;s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-04-06 17:00:45\";s:5:\"label\";s:15:\"Save Submission\";s:5:\"order\";s:1:\"3\";s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:18:\"payment_total_type\";s:0:\"\";}s:2:\"id\";i:17;}}s:8:\"settings\";a:19:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:12:\"Get Involved\";s:10:\"show_title\";i:0;s:14:\"clear_complete\";i:1;s:13:\"hide_complete\";i:1;s:17:\"default_label_pos\";s:5:\"above\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:0:\"\";s:10:\"add_submit\";i:0;s:8:\"currency\";s:0:\"\";s:9:\"logged_in\";b:0;s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";N;s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:7:{i:0;s:18:\"name_1491508983371\";i:1;s:18:\"city_1491508953752\";i:2;s:23:\"liststate_1491508955031\";i:3;s:19:\"email_1491508959383\";i:4;s:19:\"phone_1491508964220\";i:5;s:22:\"textarea_1491509025097\";i:6;s:20:\"submit_1491508969802\";}s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";}s:14:\"deleted_fields\";a:0:{}s:15:\"deleted_actions\";a:0:{}}','yes'),(21966,'wpsupercache_start','1491612408','yes'),(21967,'wpsupercache_count','0','yes'),(21971,'wpsupercache_gc_time','1493921515','yes'),(21980,'ossdl_https','0','yes'),(22043,'autoptimize_version','2.3.0','yes'),(22064,'autoptimize_html','on','yes'),(22065,'autoptimize_html_keepcomments','','yes'),(22066,'autoptimize_js','on','yes'),(22067,'autoptimize_js_exclude','seal.js, js/jquery/jquery.js','yes'),(22068,'autoptimize_js_trycatch','','yes'),(22069,'autoptimize_js_justhead','','yes'),(22070,'autoptimize_js_forcehead','','yes'),(22071,'autoptimize_js_include_inline','','yes'),(22072,'autoptimize_css','on','yes'),(22073,'autoptimize_css_exclude','admin-bar.min.css, dashicons.min.css','yes'),(22074,'autoptimize_css_justhead','','yes'),(22075,'autoptimize_css_datauris','','yes'),(22076,'autoptimize_css_defer','','yes'),(22077,'autoptimize_css_defer_inline','','yes'),(22078,'autoptimize_css_inline','','yes'),(22079,'autoptimize_css_include_inline','on','yes'),(22081,'autoptimize_cdn_url','//cdn.itstartswithone.org/','yes'),(22082,'autoptimize_cache_clean','','yes'),(22083,'autoptimize_cache_nogzip','on','yes'),(22084,'autoptimize_show_adv','0','yes'),(22106,'wp-short-pixel-apiKey','qC2mBNClY57TuudgrFur','yes'),(22107,'wp-short-pixel-verifiedKey','1','yes'),(22108,'wp-short-pixel-compression','1','yes'),(22109,'wp-short-process_thumbnails','1','yes'),(22110,'wp-short-pixel_cmyk2rgb','1','yes'),(22111,'wp-short-backup_images','1','yes'),(22112,'wp-short-pixel-auto-media-library','1','yes'),(22113,'wp-short-pixel-optimize-retina','1','yes'),(22114,'wp-short-pixel-optimize-pdfs','1','yes'),(22115,'wp-short-pixel-fileCount','103','yes'),(22116,'wp-short-pixel-thumbnail-count','88','yes'),(22117,'wp-short-pixel-files-under-5-percent','9','yes'),(22118,'wp-short-pixel-savedSpace','9955798','yes'),(22119,'wp-short-pixel-api-retries','0','yes'),(22120,'wp-short-pixel-quota-exceeded','1','yes'),(22121,'wp-short-pixel-total-original','16112567','yes'),(22122,'wp-short-pixel-total-optimized','6156769','yes'),(22123,'wp-short-pixel-protocol','https','yes'),(22124,'wp-short-pixel-resize-images','0','yes'),(22125,'wp-short-pixel-resize-width','0','yes'),(22126,'wp-short-pixel-resize-height','0','yes'),(22127,'wp-short-pixel-has-custom-folders','','yes'),(22129,'wp-short-pixel-view-mode','','yes'),(22130,'wp-short-pixel-front-bootstrap','0','yes'),(22131,'wp-short-pixel-redirected-settings','2','yes'),(22132,'wp-short-pixel-query-id-start','348','yes'),(22133,'wp-short-pixel-query-id-stop','348','yes'),(22135,'wp-short-pixel-dismissed-notices','a:1:{s:6:\"exceed\";b:1;}','yes'),(22136,'wp-short-pixel-activation-date','','yes'),(22138,'wp-short-pixel-site-auth-user','','yes'),(22139,'wp-short-pixel-keep-exif','0','yes'),(22140,'wp-short-pixel-media-alert','','yes'),(22142,'wp-short-pixel-current-total-files','213','yes'),(22144,'wp-short-pixel-resize-type','outer','yes'),(22145,'wp-short-pixel-include-next-gen','0','yes'),(22146,'wp-short-create-webp','0','yes'),(22147,'wp-short-pixel-site-auth-pass','','yes'),(22166,'wp-short-pixel-bulk-ever-ran','1','yes'),(22173,'wp-short-pixel-prioritySkip','a:3:{i:0;s:3:\"297\";i:1;s:3:\"298\";i:2;s:3:\"299\";}','yes'),(22176,'wp-short-pixel-custom-bulk-paused','0','yes'),(22182,'wp-short-pixel-download-protocol','http','yes'),(22183,'wp-short-pixel-averageCompression','0','yes'),(22185,'wp-short-pixel-failed-imgs','','yes'),(22247,'supercache_stats','a:3:{s:9:\"generated\";i:1491834857;s:10:\"supercache\";a:5:{s:7:\"expired\";i:0;s:12:\"expired_list\";a:0:{}s:6:\"cached\";i:0;s:11:\"cached_list\";a:0:{}s:2:\"ts\";i:1491834857;}s:7:\"wpcache\";a:3:{s:6:\"cached\";i:0;s:7:\"expired\";i:0;s:5:\"fsize\";s:3:\"0KB\";}}','yes'),(23537,'wp-short-pixel-bulk-last-status','a:4:{s:6:\"Status\";i:-3;s:7:\"Message\";s:15:\"Quota exceeded.\";s:7:\"ImageID\";s:3:\"109\";s:8:\"Filename\";s:12:\"image1-4.png\";}','yes'),(30049,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1492562618','no'),(47974,'widget_eu_cookie_law_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(47975,'widget_flickr','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(47976,'widget_internet_defense_league_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(47984,'wsi_version','2.6','yes'),(47987,'widget_wsi_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(47988,'widget_wsi_stats_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(50376,'wsi_settings','a:51:{s:15:\"wsi_license_key\";s:32:\"adb029eea021172dec0d89b2ea8c3c4d\";s:12:\"redirect_url\";s:37:\"http://itstartswithone.org/thank-you/\";s:13:\"force_invites\";s:1:\"0\";s:15:\"max_invitations\";s:1:\"0\";s:15:\"enable_facebook\";s:1:\"1\";s:12:\"facebook_key\";s:15:\"290543538039341\";s:18:\"facebook_share_url\";s:8:\"site_url\";s:14:\"enable_twitter\";s:1:\"1\";s:11:\"twitter_key\";s:25:\"lMaYfGGHexlJiSOVQFjoy5PTB\";s:14:\"twitter_secret\";s:50:\"hrClLKVZE9XeWh8MqKry8VUYdKz7gDSSWnzu0yOpFX7mzvRnd9\";s:13:\"enable_google\";s:1:\"0\";s:10:\"google_key\";s:0:\"\";s:13:\"google_secret\";s:0:\"\";s:15:\"enable_linkedin\";s:1:\"0\";s:12:\"linkedin_key\";s:0:\"\";s:15:\"linkedin_secret\";s:0:\"\";s:12:\"enable_yahoo\";s:1:\"0\";s:9:\"yahoo_key\";s:0:\"\";s:12:\"yahoo_secret\";s:0:\"\";s:17:\"enable_foursquare\";s:1:\"0\";s:14:\"foursquare_key\";s:0:\"\";s:17:\"foursquare_secret\";s:0:\"\";s:11:\"enable_live\";s:1:\"0\";s:11:\"enable_mail\";s:1:\"0\";s:10:\"custom_url\";s:0:\"\";s:7:\"subject\";s:55:\"I invite you to join It Starts with One Penny Challenge\";s:16:\"subject_editable\";s:1:\"0\";s:12:\"html_message\";s:112:\"<h3>%%INVITERNAME%% just invited you!</h3>\r\n%%INVITERNAME%% would like you to join %%SITENAME%% Penny Challenge.\";s:21:\"html_message_editable\";s:1:\"0\";s:25:\"html_non_editable_message\";s:70:\"Please accept the invitation for The Penny Challenge in %%ACCEPTURL%%\";s:6:\"footer\";s:0:\"\";s:12:\"text_subject\";s:55:\"I invite you to join It Starts with One Penny Challenge\";s:21:\"text_subject_editable\";s:1:\"0\";s:7:\"message\";s:76:\"%%INVITERNAME%% would like you to join %%SITENAME%% , click on %%ACCEPTURL%%\";s:16:\"message_editable\";s:1:\"0\";s:8:\"fb_title\";s:67:\"%%INVITERNAME%% would like you to join %%SITENAME%% Penny Challenge\";s:10:\"fb_message\";s:92:\"Hi! %%INVITERNAME%% would like you to join %%SITENAME%%, click here to visit this cool site.\";s:10:\"tw_message\";s:91:\"%%INVITERNAME%% would like you to join %%SITENAME%% Penny Challenge, click on %%ACCEPTURL%%\";s:19:\"tw_message_editable\";s:1:\"0\";s:9:\"send_with\";s:5:\"gmail\";s:14:\"gmail_username\";s:25:\"loren@itstartswithone.org\";s:10:\"gmail_pass\";s:10:\"7Guardian7\";s:11:\"smtp_server\";s:0:\"\";s:13:\"smtp_username\";s:0:\"\";s:9:\"smtp_pass\";s:0:\"\";s:9:\"smtp_port\";s:0:\"\";s:11:\"smtp_secure\";s:0:\"\";s:12:\"emails_limit\";s:2:\"20\";s:17:\"emails_limit_time\";s:2:\"60\";s:10:\"custom_css\";s:0:\"\";s:10:\"enable_dev\";s:1:\"0\";}','yes'),(50392,'765fa4e5c94016f7e94ead44f860b76a','a:2:{s:7:\"timeout\";i:1544921038;s:5:\"value\";s:17131:\"{\"new_version\":\"2.6.3\",\"stable_version\":\"2.6.3\",\"name\":\"Wordpress Social Invitations\",\"slug\":\"wsi\",\"url\":\"https:\\/\\/timersys.com\\/plugins\\/wordpress-social-invitations\\/?changelog=1\",\"last_updated\":\"2 weeks ago\",\"homepage\":\"https:\\/\\/timersys.com\\/plugins\\/wordpress-social-invitations\\/\",\"package\":\"https:\\/\\/timersys.com\\/edd-sl\\/package_download\\/MTU0NTAwMzgzODphZGIwMjllZWEwMjExNzJkZWMwZDg5YjJlYThjM2M0ZDoxOTU6NTE2NTE3MjU4MDUwNDc5MTcyNTMyYTM4YmYwZTE3Njk6aHR0cHNALy9pdHN0YXJ0c3dpdGhvbmUub3JnOjA=\",\"download_link\":\"https:\\/\\/timersys.com\\/edd-sl\\/package_download\\/MTU0NTAwMzgzODphZGIwMjllZWEwMjExNzJkZWMwZDg5YjJlYThjM2M0ZDoxOTU6NTE2NTE3MjU4MDUwNDc5MTcyNTMyYTM4YmYwZTE3Njk6aHR0cHNALy9pdHN0YXJ0c3dpdGhvbmUub3JnOjA=\",\"sections\":{\"description\":\"<p>Unique on it\'s kind, it will let your users connect to their social networks and bring their friends back to your site<\\/p>\\n\",\"changelog\":\"<p>= 2.3.4 - 23 Sept, 2014 =<\\/p>\\n<ul>\\n<li>Fixed Facebook workflow<\\/li>\\n<li>Fixed bug with facebook and Mycred\\/Cubepoints<\\/li>\\n<li>Fixed Oauth redeclare bug<\\/li>\\n<li>Added Cubepoints multiple points support<\\/li>\\n<\\/ul>\\n<p>= 2.3.3 - Jul 26, 2014 =<\\/p>\\n<ul>\\n<li>Changed CSS of widget for better compatibility<\\/li>\\n<li>Added fallback for facebook when using a mobile device<\\/li>\\n<\\/ul>\\n<p>= 2.3.2 - Jul 10, 2014 =<\\/p>\\n<ul>\\n<li>Improved error page<\\/li>\\n<li>Updated hybrid auth<\\/li>\\n<li>Updated Google providers for new api<\\/li>\\n<li>Updated Facebook send dialog that was failing when other fb plugins were initializated earlier<\\/li>\\n<li>Fixed fb og:tags<\\/li>\\n<li>Update edd plugin updater<\\/li>\\n<\\/ul>\\n<p>= 2.3.1 - May 22, 2014 =<\\/p>\\n<ul>\\n<li>Fixed bug that was preventing to Facebook work with registration url<\\/li>\\n<li>Added the ability to change fb open graph tags in the registration page<\\/li>\\n<li>Emails and popups use site charset<\\/li>\\n<\\/ul>\\n<p>= 2.3 - May 17, 2014 =<\\/p>\\n<ul>\\n<li>Changed facebook to SEND dialog. Thanks API 2.0 :\\\\<\\/li>\\n<li>Removed content filters<\\/li>\\n<li>Css bugfixes in front and backend<\\/li>\\n<li>Updated language files<\\/li>\\n<\\/ul>\\n<p>= 2.2.2 - March 29, 2014 =<\\/p>\\n<ul>\\n<li>Updated hybridauth providers Yahoo, Foursquare, and Facebook<\\/li>\\n<li>Fixed bug with ie 10<\\/li>\\n<li>Added filters to change bp slug<\\/li>\\n<li>Fixed fontawesome collision in some sites<\\/li>\\n<\\/ul>\\n<p>= 2.2.1 - March 8, 2014 =<\\/p>\\n<ul>\\n<li>Changed css styles to avoid problems with sites with font awesome already installed<\\/li>\\n<li>Added %%CURRENTTITLE%% shortcode<\\/li>\\n<li>Fixed chars left script error<\\/li>\\n<li>Added an option to disable html email templates<\\/li>\\n<\\/ul>\\n<p>= 2.2 - March 4, 2014 =<\\/p>\\n<ul>\\n<li>Improved Facebook invitations script<\\/li>\\n<li>Added manual cron functions to override Wordpress cron system<\\/li>\\n<li>Changed style and icons with fonts for better customization<\\/li>\\n<li>Added the ability to add emails manually(mail provider)<\\/li>\\n<li>Improved debug tab<\\/li>\\n<li>Templates updated<\\/li>\\n<li>Updated language files<\\/li>\\n<\\/ul>\\n<p>= 2.1.3 - February 3, 2014 =<\\/p>\\n<ul>\\n<li>Changed how cubepoints\\/My cred gives points in invitations<\\/li>\\n<li>Fixed bug in test.php file<\\/li>\\n<li>Added new filters to let users change messages programatically<\\/li>\\n<li>Fixed bug with popup in Internet Explorer<\\/li>\\n<li>Css fixes for Internet Explorer<\\/li>\\n<li>Updated spanish translation<\\/li>\\n<\\/ul>\\n<p>= 2.1.2 - December 28, 2013 =<\\/p>\\n<ul>\\n<li>Fixed bug in error template<\\/li>\\n<li>Fixed bug in cubepoints module<\\/li>\\n<li>Remove extra scripts and html from other plugins in popup<\\/li>\\n<\\/ul>\\n<p>= 2.1.1 - November 30, 2013 =<\\/p>\\n<ul>\\n<li>Added new placeholder %%CURENTURL%%<\\/li>\\n<li>Added fallback for Twitter DM fail - Read <a href=\\\"http:\\/\\/wp.timersys.com\\/twitter-playing-us\\/\\\">http:\\/\\/wp.timersys.com\\/twitter-playing-us\\/<\\/a><\\/li>\\n<li>Fixed bug with facebook cypto error that was preventing the post to wall - Read <a href=\\\"http:\\/\\/wp.timersys.com\\/known-openssl-bug-affecting-facebook-chat-new-centos\\/\\\">http:\\/\\/wp.timersys.com\\/known-openssl-bug-affecting-facebook-chat-new-centos\\/<\\/a><\\/li>\\n<li>Added an extra check for cron in case is not setted up properly<\\/li>\\n<li>Moved goo.gl function to Queue Class so it can be used globally now<\\/li>\\n<li>Fixed sidebar broken link<\\/li>\\n<li>Added new error message in error template<\\/li>\\n<\\/ul>\\n<p>= 2.1 - November 30, 2013 =<\\/p>\\n<ul>\\n<li>Fixed bug with js that was preventing popup to close and show thanks message in sidebar or widgets<\\/li>\\n<li>Fixed bug to remove extra html added by other plugins in the popup<\\/li>\\n<li>Fixed bug with editor height<\\/li>\\n<li>Better buddypress integration . "Send Social Invites" screen and menu options added<\\/li>\\n<\\/ul>\\n<p>= 2.0 - November 18, 2013 = <\\/p>\\n<ul>\\n<li>\\n<p>Content locker. Now you can protect your posts and show content to only users that send invitations<\\/p>\\n<\\/li>\\n<li>\\n<p>MyCreed Integration. Give points for invitations sent \\/ accepted<\\/p>\\n<\\/li>\\n<li>\\n<p>Cubepoints Integration. Give points for invitations sent \\/ accepted ( I recommend MyCreed project, this is abandoned and I just added for backward compatibility)<\\/p>\\n<\\/li>\\n<li>\\n<p>Automatic Updates. Now you will be able to update your plugin the same way you do with other plugins<\\/p>\\n<\\/li>\\n<li>\\n<p>Small bugfixes and code improvement<\\/p>\\n<\\/li>\\n<li>\\n<p>Added new action hooks for developers<\\/p>\\n<\\/li>\\n<li>\\n<p>Changelog now includes date :)<\\/p>\\n<\\/li>\\n<\\/ul>\\n<p>= 1.4.0.4 =<\\/p>\\n<ul>\\n<li>Changed Linkedin default message as it only support 200 characters<\\/li>\\n<li>Fixed small bug with redirect url field<\\/li>\\n<\\/ul>\\n<p>= 1.4.0.3 =<\\/p>\\n<ul>\\n<li>Fixed encoding problems <\\/li>\\n<\\/ul>\\n<p>= 1.4.0.2 =<\\/p>\\n<ul>\\n<li>Fixed bug with facebook that was preventing the queue to continue when error<\\/li>\\n<li>Fixed bug with twitter that was preventing the queue to continue when error<\\/li>\\n<li>Fixed bug with Linkeding that was preventing the queue to continue when error<\\/li>\\n<li>Fixed bug with scopes on facebook<\\/li>\\n<\\/ul>\\n<p>= 1.4.0.1 =<\\/p>\\n<ul>\\n<li>Fixed bug with queue system on server with different time than WP<\\/li>\\n<\\/ul>\\n<p>= 1.4 =<\\/p>\\n<ul>\\n<li>Complete redesign of popup email collector <\\/li>\\n<li>New template system for emails and visual aspects that let users change everything <\\/li>\\n<li>Queue system to handle invitations and API limits using wp-cron <\\/li>\\n<li>Gmail and SMTP Support <\\/li>\\n<li>New default messages separate for each providers <\\/li>\\n<li>Placeholders to use in messages <\\/li>\\n<li>HTML Email Templates <\\/li>\\n<li>Improved facebook chat system with fallback to wall post <\\/li>\\n<li>Goo.gl for facebook and twitter to improve rates <\\/li>\\n<li>New Online documentation <\\/li>\\n<li>Improved PHP functions <\\/li>\\n<li>CSS bugfixes<\\/li>\\n<\\/ul>\\n<p>= 1.3.4.2 =<\\/p>\\n<ul>\\n<li>Fixed js with Invite Anyone plugin in widget<\\/li>\\n<li>Updated language files<\\/li>\\n<li>Added debug section & common problems to Docs<\\/li>\\n<\\/ul>\\n<p>= 1.3.4.1 =<\\/p>\\n<ul>\\n<li>Fixed enquein problem with stylesheet and js<\\/li>\\n<li>Added check to see if mb_string PHP function is supported<\\/li>\\n<li>Added option to enable dev mode to debug errors<\\/li>\\n<\\/ul>\\n<p>= 1.3.4 =<\\/p>\\n<ul>\\n<li>Added DEBUG tab to help me out with support tickets and to check facebook chat status<\\/li>\\n<li>Updated Docs<\\/li>\\n<li>Fixed bug that was preventing widget to display inside Invite Anyone sidebar widget<\\/li>\\n<li>Removed all statics functions from Plugin<\\/li>\\n<\\/ul>\\n<p>= 1.3.3 =<\\/p>\\n<ul>\\n<li>Fixed bug when message edition was disabled<\\/li>\\n<li>Added new tab to check stats on the settings page<\\/li>\\n<li>Changed the way emails were sent with Bcc<\\/li>\\n<\\/ul>\\n<p>= 1.3.2 =<\\/p>\\n<ul>\\n<li>Added a sidebar widget<\\/li>\\n<li>Added background for logging invitations for future stats<\\/li>\\n<li>Css Fixes<\\/li>\\n<li>Improved coding batches<\\/li>\\n<\\/ul>\\n<p>= 1.3 =<\\/p>\\n<ul>\\n<li>Added foursquare<\\/li>\\n<li>Fixed documentation<\\/li>\\n<li>Minor fixes<\\/li>\\n<\\/ul>\\n<p>= 1.2 =<\\/p>\\n<ul>\\n<li>Fixed with Live provider<\\/li>\\n<li>Added Twitter<\\/li>\\n<li>Added feature to redirect users after they send invitations<\\/li>\\n<li>Improved documentation<\\/li>\\n<\\/ul>\\n<p>= 1.1 =<\\/p>\\n<ul>\\n<li>Added facebook<\\/li>\\n<li>Added ordering feature for widget providers<\\/li>\\n<li>Added custom CSS<\\/li>\\n<li>Minor fixes<\\/li>\\n<\\/ul>\\n<p>= 1.0 =<\\/p>\\n<ul>\\n<li>Plugin released, woohoo!<\\/li>\\n<\\/ul>\",\"installation\":\"<ol>\\n<li>Upload the <code>wordpress-social-invitations<\\/code> directory to the <code>\\/wp-content\\/plugins\\/<\\/code> directory<\\/li>\\n<li>Activate the plugin through the \'Plugins\' menu in WordPress<\\/li>\\n<\\/ol>\\n<p>You\'re done!<\\/p>\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":\"a:2:{s:2:\\\"1x\\\";s:59:\\\"https:\\/\\/timersys.com\\/wp-content\\/uploads\\/edd\\/2015\\/07\\/wsi.jpg\\\";s:2:\\\"2x\\\";s:59:\\\"https:\\/\\/timersys.com\\/wp-content\\/uploads\\/edd\\/2015\\/07\\/wsi.jpg\\\";}\",\"stable_tag\":\"2.2.2\",\"contributors\":{\"Timersys\":\"\\/\\/profiles.wordpress.org\\/Timersys\"},\"added\":\"2013-11-01\",\"description\":[\"<p>Unique on it\'s kind, it will let your users connect to their social networks and bring their friends back to your site<\\/p>\\n\"],\"changelog\":[\"<p>= 2.3.4 - 23 Sept, 2014 =<\\/p>\\n<ul>\\n<li>Fixed Facebook workflow<\\/li>\\n<li>Fixed bug with facebook and Mycred\\/Cubepoints<\\/li>\\n<li>Fixed Oauth redeclare bug<\\/li>\\n<li>Added Cubepoints multiple points support<\\/li>\\n<\\/ul>\\n<p>= 2.3.3 - Jul 26, 2014 =<\\/p>\\n<ul>\\n<li>Changed CSS of widget for better compatibility<\\/li>\\n<li>Added fallback for facebook when using a mobile device<\\/li>\\n<\\/ul>\\n<p>= 2.3.2 - Jul 10, 2014 =<\\/p>\\n<ul>\\n<li>Improved error page<\\/li>\\n<li>Updated hybrid auth<\\/li>\\n<li>Updated Google providers for new api<\\/li>\\n<li>Updated Facebook send dialog that was failing when other fb plugins were initializated earlier<\\/li>\\n<li>Fixed fb og:tags<\\/li>\\n<li>Update edd plugin updater<\\/li>\\n<\\/ul>\\n<p>= 2.3.1 - May 22, 2014 =<\\/p>\\n<ul>\\n<li>Fixed bug that was preventing to Facebook work with registration url<\\/li>\\n<li>Added the ability to change fb open graph tags in the registration page<\\/li>\\n<li>Emails and popups use site charset<\\/li>\\n<\\/ul>\\n<p>= 2.3 - May 17, 2014 =<\\/p>\\n<ul>\\n<li>Changed facebook to SEND dialog. Thanks API 2.0 :\\\\<\\/li>\\n<li>Removed content filters<\\/li>\\n<li>Css bugfixes in front and backend<\\/li>\\n<li>Updated language files<\\/li>\\n<\\/ul>\\n<p>= 2.2.2 - March 29, 2014 =<\\/p>\\n<ul>\\n<li>Updated hybridauth providers Yahoo, Foursquare, and Facebook<\\/li>\\n<li>Fixed bug with ie 10<\\/li>\\n<li>Added filters to change bp slug<\\/li>\\n<li>Fixed fontawesome collision in some sites<\\/li>\\n<\\/ul>\\n<p>= 2.2.1 - March 8, 2014 =<\\/p>\\n<ul>\\n<li>Changed css styles to avoid problems with sites with font awesome already installed<\\/li>\\n<li>Added %%CURRENTTITLE%% shortcode<\\/li>\\n<li>Fixed chars left script error<\\/li>\\n<li>Added an option to disable html email templates<\\/li>\\n<\\/ul>\\n<p>= 2.2 - March 4, 2014 =<\\/p>\\n<ul>\\n<li>Improved Facebook invitations script<\\/li>\\n<li>Added manual cron functions to override Wordpress cron system<\\/li>\\n<li>Changed style and icons with fonts for better customization<\\/li>\\n<li>Added the ability to add emails manually(mail provider)<\\/li>\\n<li>Improved debug tab<\\/li>\\n<li>Templates updated<\\/li>\\n<li>Updated language files<\\/li>\\n<\\/ul>\\n<p>= 2.1.3 - February 3, 2014 =<\\/p>\\n<ul>\\n<li>Changed how cubepoints\\/My cred gives points in invitations<\\/li>\\n<li>Fixed bug in test.php file<\\/li>\\n<li>Added new filters to let users change messages programatically<\\/li>\\n<li>Fixed bug with popup in Internet Explorer<\\/li>\\n<li>Css fixes for Internet Explorer<\\/li>\\n<li>Updated spanish translation<\\/li>\\n<\\/ul>\\n<p>= 2.1.2 - December 28, 2013 =<\\/p>\\n<ul>\\n<li>Fixed bug in error template<\\/li>\\n<li>Fixed bug in cubepoints module<\\/li>\\n<li>Remove extra scripts and html from other plugins in popup<\\/li>\\n<\\/ul>\\n<p>= 2.1.1 - November 30, 2013 =<\\/p>\\n<ul>\\n<li>Added new placeholder %%CURENTURL%%<\\/li>\\n<li>Added fallback for Twitter DM fail - Read <a href=\\\"http:\\/\\/wp.timersys.com\\/twitter-playing-us\\/\\\">http:\\/\\/wp.timersys.com\\/twitter-playing-us\\/<\\/a><\\/li>\\n<li>Fixed bug with facebook cypto error that was preventing the post to wall - Read <a href=\\\"http:\\/\\/wp.timersys.com\\/known-openssl-bug-affecting-facebook-chat-new-centos\\/\\\">http:\\/\\/wp.timersys.com\\/known-openssl-bug-affecting-facebook-chat-new-centos\\/<\\/a><\\/li>\\n<li>Added an extra check for cron in case is not setted up properly<\\/li>\\n<li>Moved goo.gl function to Queue Class so it can be used globally now<\\/li>\\n<li>Fixed sidebar broken link<\\/li>\\n<li>Added new error message in error template<\\/li>\\n<\\/ul>\\n<p>= 2.1 - November 30, 2013 =<\\/p>\\n<ul>\\n<li>Fixed bug with js that was preventing popup to close and show thanks message in sidebar or widgets<\\/li>\\n<li>Fixed bug to remove extra html added by other plugins in the popup<\\/li>\\n<li>Fixed bug with editor height<\\/li>\\n<li>Better buddypress integration . "Send Social Invites" screen and menu options added<\\/li>\\n<\\/ul>\\n<p>= 2.0 - November 18, 2013 = <\\/p>\\n<ul>\\n<li>\\n<p>Content locker. Now you can protect your posts and show content to only users that send invitations<\\/p>\\n<\\/li>\\n<li>\\n<p>MyCreed Integration. Give points for invitations sent \\/ accepted<\\/p>\\n<\\/li>\\n<li>\\n<p>Cubepoints Integration. Give points for invitations sent \\/ accepted ( I recommend MyCreed project, this is abandoned and I just added for backward compatibility)<\\/p>\\n<\\/li>\\n<li>\\n<p>Automatic Updates. Now you will be able to update your plugin the same way you do with other plugins<\\/p>\\n<\\/li>\\n<li>\\n<p>Small bugfixes and code improvement<\\/p>\\n<\\/li>\\n<li>\\n<p>Added new action hooks for developers<\\/p>\\n<\\/li>\\n<li>\\n<p>Changelog now includes date :)<\\/p>\\n<\\/li>\\n<\\/ul>\\n<p>= 1.4.0.4 =<\\/p>\\n<ul>\\n<li>Changed Linkedin default message as it only support 200 characters<\\/li>\\n<li>Fixed small bug with redirect url field<\\/li>\\n<\\/ul>\\n<p>= 1.4.0.3 =<\\/p>\\n<ul>\\n<li>Fixed encoding problems <\\/li>\\n<\\/ul>\\n<p>= 1.4.0.2 =<\\/p>\\n<ul>\\n<li>Fixed bug with facebook that was preventing the queue to continue when error<\\/li>\\n<li>Fixed bug with twitter that was preventing the queue to continue when error<\\/li>\\n<li>Fixed bug with Linkeding that was preventing the queue to continue when error<\\/li>\\n<li>Fixed bug with scopes on facebook<\\/li>\\n<\\/ul>\\n<p>= 1.4.0.1 =<\\/p>\\n<ul>\\n<li>Fixed bug with queue system on server with different time than WP<\\/li>\\n<\\/ul>\\n<p>= 1.4 =<\\/p>\\n<ul>\\n<li>Complete redesign of popup email collector <\\/li>\\n<li>New template system for emails and visual aspects that let users change everything <\\/li>\\n<li>Queue system to handle invitations and API limits using wp-cron <\\/li>\\n<li>Gmail and SMTP Support <\\/li>\\n<li>New default messages separate for each providers <\\/li>\\n<li>Placeholders to use in messages <\\/li>\\n<li>HTML Email Templates <\\/li>\\n<li>Improved facebook chat system with fallback to wall post <\\/li>\\n<li>Goo.gl for facebook and twitter to improve rates <\\/li>\\n<li>New Online documentation <\\/li>\\n<li>Improved PHP functions <\\/li>\\n<li>CSS bugfixes<\\/li>\\n<\\/ul>\\n<p>= 1.3.4.2 =<\\/p>\\n<ul>\\n<li>Fixed js with Invite Anyone plugin in widget<\\/li>\\n<li>Updated language files<\\/li>\\n<li>Added debug section & common problems to Docs<\\/li>\\n<\\/ul>\\n<p>= 1.3.4.1 =<\\/p>\\n<ul>\\n<li>Fixed enquein problem with stylesheet and js<\\/li>\\n<li>Added check to see if mb_string PHP function is supported<\\/li>\\n<li>Added option to enable dev mode to debug errors<\\/li>\\n<\\/ul>\\n<p>= 1.3.4 =<\\/p>\\n<ul>\\n<li>Added DEBUG tab to help me out with support tickets and to check facebook chat status<\\/li>\\n<li>Updated Docs<\\/li>\\n<li>Fixed bug that was preventing widget to display inside Invite Anyone sidebar widget<\\/li>\\n<li>Removed all statics functions from Plugin<\\/li>\\n<\\/ul>\\n<p>= 1.3.3 =<\\/p>\\n<ul>\\n<li>Fixed bug when message edition was disabled<\\/li>\\n<li>Added new tab to check stats on the settings page<\\/li>\\n<li>Changed the way emails were sent with Bcc<\\/li>\\n<\\/ul>\\n<p>= 1.3.2 =<\\/p>\\n<ul>\\n<li>Added a sidebar widget<\\/li>\\n<li>Added background for logging invitations for future stats<\\/li>\\n<li>Css Fixes<\\/li>\\n<li>Improved coding batches<\\/li>\\n<\\/ul>\\n<p>= 1.3 =<\\/p>\\n<ul>\\n<li>Added foursquare<\\/li>\\n<li>Fixed documentation<\\/li>\\n<li>Minor fixes<\\/li>\\n<\\/ul>\\n<p>= 1.2 =<\\/p>\\n<ul>\\n<li>Fixed with Live provider<\\/li>\\n<li>Added Twitter<\\/li>\\n<li>Added feature to redirect users after they send invitations<\\/li>\\n<li>Improved documentation<\\/li>\\n<\\/ul>\\n<p>= 1.1 =<\\/p>\\n<ul>\\n<li>Added facebook<\\/li>\\n<li>Added ordering feature for widget providers<\\/li>\\n<li>Added custom CSS<\\/li>\\n<li>Minor fixes<\\/li>\\n<\\/ul>\\n<p>= 1.0 =<\\/p>\\n<ul>\\n<li>Plugin released, woohoo!<\\/li>\\n<\\/ul>\"],\"installation\":[\"<ol>\\n<li>Upload the <code>wordpress-social-invitations<\\/code> directory to the <code>\\/wp-content\\/plugins\\/<\\/code> directory<\\/li>\\n<li>Activate the plugin through the \'Plugins\' menu in WordPress<\\/li>\\n<\\/ol>\\n<p>You\'re done!<\\/p>\"]}\";}','no'),(50448,'wsi_license_active','valid','yes'),(129710,'wsi-lock-lk','yes','yes'),(140042,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(140043,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(140044,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(140045,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(140063,'ninja_forms_optin_reported','1','yes'),(140067,'ossdl_off_blog_url','http://itstartswithone.org','yes'),(140391,'sumome_hide_dashboard_overlay','0','yes'),(140392,'sumome_site_id','12a673008e7be500896bac0088761000a49d2c001d42100093390c0050219000','yes'),(140402,'sumome_initial_wpdashboard_load_time','20171014031355','yes'),(140587,'sportspress_sport','custom','yes'),(140588,'sportspress_styles','yes','yes'),(140589,'sportspress_table_text_align','default','yes'),(140590,'sportspress_enable_live_countdowns','yes','yes'),(140591,'sportspress_rich_editing','yes','yes'),(140592,'sportspress_enable_responsive_tables','yes','yes'),(140593,'sportspress_enable_scrollable_tables','yes','yes'),(140594,'sportspress_enable_sortable_tables','yes','yes'),(140595,'sportspress_widget_unique','no','yes'),(140596,'sportspress_event_page_template','default','yes'),(140597,'sportspress_link_events','yes','yes'),(140598,'sportspress_event_show_date','yes','yes'),(140599,'sportspress_event_show_time','no','yes'),(140600,'sportspress_event_show_day','no','yes'),(140601,'sportspress_event_show_full_time','no','yes'),(140602,'sportspress_mode','team','yes'),(140603,'sportspress_event_teams','1','yes'),(140604,'sportspress_event_filter_teams_by_league','no','yes'),(140605,'sportspress_event_filter_teams_by_season','no','yes'),(140606,'sportspress_event_reverse_teams','no','yes'),(140607,'sportspress_event_show_maps','yes','yes'),(140608,'sportspress_link_venues','no','yes'),(140609,'sportspress_map_type','ROADMAP','yes'),(140610,'sportspress_event_minutes','90','yes'),(140611,'sportspress_event_comment_status','no','yes'),(140612,'sportspress_map_zoom','15','yes'),(140613,'sportspress_event_logos_format','inline','yes'),(140614,'sportspress_event_logos_show_team_names','yes','yes'),(140615,'sportspress_event_logos_show_time','no','yes'),(140616,'sportspress_event_logos_show_results','no','yes'),(140617,'sportspress_event_result_columns','auto','yes'),(140618,'sportspress_event_show_outcome','no','yes'),(140619,'sportspress_event_show_staff','yes','yes'),(140620,'sportspress_event_show_players','yes','yes'),(140621,'sportspress_event_show_total','yes','yes'),(140622,'sportspress_event_performance_columns','auto','yes'),(140623,'sportspress_event_performance_mode','values','yes'),(140624,'sportspress_event_hide_child_positions','no','yes'),(140625,'sportspress_event_show_player_numbers','yes','yes'),(140626,'sportspress_event_show_position','yes','yes'),(140627,'sportspress_event_performance_show_minutes','no','yes'),(140628,'sportspress_event_performance_sections','-1','yes'),(140629,'sportspress_event_total_performance','all','yes'),(140630,'sportspress_calendar_page_template','default','yes'),(140631,'sportspress_event_list_show_title','yes','yes'),(140632,'sportspress_event_list_show_logos','no','yes'),(140633,'sportspress_event_list_title_format','title','yes'),(140634,'sportspress_event_list_time_format','combined','yes'),(140635,'sportspress_event_list_paginated','yes','yes'),(140636,'sportspress_event_list_rows','10','yes'),(140637,'sportspress_event_blocks_show_title','no','yes'),(140638,'sportspress_event_blocks_show_logos','yes','yes'),(140639,'sportspress_event_blocks_show_league','no','yes'),(140640,'sportspress_event_blocks_show_season','no','yes'),(140641,'sportspress_event_blocks_show_venue','no','yes'),(140642,'sportspress_event_blocks_paginated','yes','yes'),(140643,'sportspress_event_blocks_rows','5','yes'),(140644,'sportspress_countdown_show_logos','no','yes'),(140645,'sportspress_team_page_template','default','yes'),(140646,'sportspress_link_teams','no','yes'),(140647,'sportspress_team_link_venues','no','yes'),(140648,'sportspress_abbreviate_teams','yes','yes'),(140649,'sportspress_team_site_target_blank','no','yes'),(140650,'sportspress_team_events_format','title','yes'),(140651,'sportspress_table_page_template','default','yes'),(140652,'sportspress_table_show_title','yes','yes'),(140653,'sportspress_table_show_logos','yes','yes'),(140654,'sportspress_table_paginated','yes','yes'),(140655,'sportspress_table_rows','10','yes'),(140656,'sportspress_form_limit','5','yes'),(140657,'sportspress_table_increment','no','yes'),(140658,'sportspress_table_tiebreaker','none','yes'),(140659,'sportspress_player_page_template','default','yes'),(140660,'sportspress_link_players','yes','yes'),(140661,'sportspress_player_show_number','no','yes'),(140662,'sportspress_player_show_name','yes','yes'),(140663,'sportspress_player_show_nationality','no','yes'),(140664,'sportspress_player_show_positions','yes','yes'),(140665,'sportspress_player_show_current_teams','yes','yes'),(140666,'sportspress_player_show_past_teams','yes','yes'),(140667,'sportspress_player_show_leagues','no','yes'),(140668,'sportspress_player_show_seasons','no','yes'),(140669,'sportspress_player_show_flags','yes','yes'),(140670,'sportspress_player_show_birthday','no','yes'),(140671,'sportspress_player_show_age','no','yes'),(140672,'sportspress_player_events_format','blocks','yes'),(140673,'sportspress_registration_name_inputs','no','yes'),(140674,'sportspress_registration_team_input','no','yes'),(140675,'sportspress_registration_team_select','no','yes'),(140676,'sportspress_registration_add_player','no','yes'),(140677,'sportspress_player_columns','auto','yes'),(140678,'sportspress_player_performance_sections','-1','yes'),(140679,'sportspress_player_show_total','no','yes'),(140680,'sportspress_player_show_career_total','no','yes'),(140681,'sportspress_list_page_template','default','yes'),(140682,'sportspress_list_show_title','yes','yes'),(140683,'sportspress_list_show_photos','no','yes'),(140684,'sportspress_list_show_flags','no','yes'),(140685,'sportspress_list_paginated','yes','yes'),(140686,'sportspress_list_rows','10','yes'),(140687,'sportspress_staff_page_template','default','yes'),(140688,'sportspress_link_staff','yes','yes'),(140689,'sportspress_staff_show_nationality','yes','yes'),(140690,'sportspress_staff_show_current_teams','yes','yes'),(140691,'sportspress_staff_show_past_teams','yes','yes'),(140692,'sportspress_staff_show_flags','yes','yes'),(140693,'sportspress_staff_show_birthday','no','yes'),(140694,'sportspress_staff_show_age','no','yes'),(140695,'sportspress_text[Age]','','yes'),(140696,'sportspress_text[Article]','','yes'),(140697,'sportspress_text[Away]','','yes'),(140698,'sportspress_text[Birthday]','','yes'),(140699,'sportspress_text[Box Score]','','yes'),(140700,'sportspress_text[Canceled]','','yes'),(140701,'sportspress_text[Career Total]','','yes'),(140702,'sportspress_text[Competition]','','yes'),(140703,'sportspress_text[Current Team]','','yes'),(140704,'sportspress_text[Date]','','yes'),(140705,'sportspress_text[Defense]','','yes'),(140706,'sportspress_text[Details]','','yes'),(140707,'sportspress_text[Event]','','yes'),(140708,'sportspress_text[Events]','','yes'),(140709,'sportspress_text[Excerpt]','','yes'),(140710,'sportspress_text[Fixtures]','','yes'),(140711,'sportspress_text[Full Time]','','yes'),(140712,'sportspress_text[Home]','','yes'),(140713,'sportspress_text[League Table]','','yes'),(140714,'sportspress_text[Match Day]','','yes'),(140715,'sportspress_text[Nationality]','','yes'),(140716,'sportspress_text[Offense]','','yes'),(140717,'sportspress_text[Outcome]','','yes'),(140718,'sportspress_text[Past Teams]','','yes'),(140719,'sportspress_text[Photo]','','yes'),(140720,'sportspress_text[Player]','','yes'),(140721,'sportspress_text[Players]','','yes'),(140722,'sportspress_text[Pos]','','yes'),(140723,'sportspress_text[Position]','','yes'),(140724,'sportspress_text[Postponed]','','yes'),(140725,'sportspress_text[Preview]','','yes'),(140726,'sportspress_text[Profile]','','yes'),(140727,'sportspress_text[Rank]','','yes'),(140728,'sportspress_text[Recap]','','yes'),(140729,'sportspress_text[Results]','','yes'),(140730,'sportspress_text[Season]','','yes'),(140731,'sportspress_text[Staff]','','yes'),(140732,'sportspress_text[Statistics]','','yes'),(140733,'sportspress_text[TBD]','','yes'),(140734,'sportspress_text[Team]','','yes'),(140735,'sportspress_text[Teams]','','yes'),(140736,'sportspress_text[Time]','','yes'),(140737,'sportspress_text[Time/Results]','','yes'),(140738,'sportspress_text[Total]','','yes'),(140739,'sportspress_text[Venue]','','yes'),(140740,'sportspress_text[Video]','','yes'),(140741,'sportspress_text[View all events]','','yes'),(140742,'sportspress_text[View all players]','','yes'),(140743,'sportspress_text[View full table]','','yes'),(140744,'sportspress_text[Visit Site]','','yes'),(140745,'sportspress_frontend_css_primary','#2b353e','yes'),(140746,'sportspress_frontend_css_background','#f4f4f4','yes'),(140747,'sportspress_frontend_css_text','#222222','yes'),(140748,'sportspress_frontend_css_heading','#ffffff','yes'),(140749,'sportspress_frontend_css_link','#00a69c','yes'),(140750,'sportspress_version','2.6.14','yes'),(140753,'widget_sportspress-staff','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(140754,'widget_sportspress-birthdays','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(140755,'widget_sportspress-event-calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(140756,'widget_sportspress-event-list','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(140757,'widget_sportspress-event-blocks','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(140758,'widget_sportspress-countdown','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(140759,'widget_sportspress-league-table','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(140760,'widget_sportspress-team-gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(140761,'widget_sportspress-player-list','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(140762,'widget_sportspress-player-gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(140764,'sportspress_primary_result','0','yes'),(140765,'sp_league_children','a:0:{}','yes'),(140766,'sp_season_children','a:0:{}','yes'),(140767,'sp_position_children','a:0:{}','yes'),(140768,'sp_role_children','a:0:{}','yes'),(140769,'sp_venue_children','a:0:{}','yes'),(140770,'taxonomy_8','a:3:{s:10:\"sp_address\";s:42:\"455 58th Ave SW, Vero Beach, FL 32968, USA\";s:11:\"sp_latitude\";s:8:\"27.59754\";s:12:\"sp_longitude\";s:18:\"-80.44923299999999\";}','yes'),(140771,'sportspress_installed','1','yes'),(140772,'sportspress_completed_setup','1','yes'),(140782,'sportspress_player_template_order','a:8:{i:0;s:8:\"selector\";i:1;s:5:\"photo\";i:2;s:7:\"details\";i:3;s:7:\"excerpt\";i:4;s:7:\"content\";i:5;s:10:\"statistics\";i:6;s:6:\"events\";i:7;s:4:\"tabs\";}','yes'),(140783,'sportspress_player_show_selector','yes','yes'),(140784,'sportspress_player_show_photo','yes','yes'),(140785,'sportspress_player_show_details','yes','yes'),(140786,'sportspress_player_show_excerpt','yes','yes'),(140787,'sportspress_player_show_content','yes','yes'),(140788,'sportspress_player_show_statistics','yes','yes'),(140789,'sportspress_player_show_events','no','yes'),(140790,'sportspress_event_template_order','a:9:{i:0;s:5:\"logos\";i:1;s:7:\"excerpt\";i:2;s:7:\"content\";i:3;s:5:\"video\";i:4;s:7:\"details\";i:5;s:5:\"venue\";i:6;s:7:\"results\";i:7;s:11:\"performance\";i:8;s:4:\"tabs\";}','yes'),(140791,'sportspress_event_show_logos','yes','yes'),(140792,'sportspress_event_show_excerpt','yes','yes'),(140793,'sportspress_event_show_content','yes','yes'),(140794,'sportspress_event_show_video','yes','yes'),(140795,'sportspress_event_show_details','yes','yes'),(140796,'sportspress_event_show_venue','yes','yes'),(140797,'sportspress_event_show_results','yes','yes'),(140798,'sportspress_event_show_performance','yes','yes'),(140799,'sportspress_event_teams_delimiter','','yes'),(140813,'theme_mods_rookie','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:2;s:6:\"social\";i:3;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1508179445;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:8:\"header-1\";a:0:{}s:10:\"homepage-1\";a:0:{}s:8:\"footer-1\";N;s:8:\"footer-2\";N;s:8:\"footer-3\";N;}}}','yes'),(140814,'sportspress_admin_notices','a:1:{i:0;s:14:\"template_files\";}','yes'),(141562,'akismet_spam_count','0','yes'),(141771,'widget_rich_web_photo_slider','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(143648,'nf_form_6','a:7:{s:2:\"id\";i:6;s:20:\"show_publish_options\";b:0;s:6:\"fields\";a:15:{i:0;a:2:{s:8:\"settings\";a:20:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:1;s:4:\"type\";s:4:\"date\";s:5:\"label\";s:4:\"Date\";s:3:\"key\";s:18:\"date_1510373017718\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"manual_key\";b:0;s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:12:\"date_default\";s:0:\"\";s:11:\"date_format\";s:0:\"\";s:16:\"year_range_start\";s:0:\"\";s:14:\"year_range_end\";s:0:\"\";}s:2:\"id\";s:2:\"33\";}i:1;a:2:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:2;s:4:\"type\";s:9:\"firstname\";s:5:\"label\";s:10:\"First Name\";s:3:\"key\";s:23:\"firstname_1510372953112\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}s:2:\"id\";s:2:\"34\";}i:2;a:2:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:3;s:4:\"type\";s:8:\"lastname\";s:5:\"label\";s:9:\"Last Name\";s:3:\"key\";s:22:\"lastname_1510372957682\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}s:2:\"id\";s:2:\"35\";}i:3;a:2:{s:8:\"settings\";a:24:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:4;s:4:\"type\";s:7:\"address\";s:5:\"label\";s:7:\"Address\";s:3:\"key\";s:21:\"address_1510372964835\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";}s:2:\"id\";s:2:\"36\";}i:4;a:2:{s:8:\"settings\";a:24:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:5;s:4:\"type\";s:4:\"city\";s:5:\"label\";s:4:\"City\";s:3:\"key\";s:18:\"city_1510372979494\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";}s:2:\"id\";s:2:\"37\";}i:5;a:2:{s:8:\"settings\";a:15:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:6;s:4:\"type\";s:9:\"liststate\";s:5:\"label\";s:9:\"US States\";s:3:\"key\";s:23:\"liststate_1510372983034\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"options\";a:54:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Alabama\";s:5:\"value\";s:2:\"AL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Alaska\";s:5:\"value\";s:2:\"AK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:2;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Arizona\";s:5:\"value\";s:2:\"AZ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:3;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Arkansas\";s:5:\"value\";s:2:\"AR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:3;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:4;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"California\";s:5:\"value\";s:2:\"CA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:4;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:5;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Colorado\";s:5:\"value\";s:2:\"CO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:5;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:6;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:11:\"Connecticut\";s:5:\"value\";s:2:\"CT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:6;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:7;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Delaware\";s:5:\"value\";s:2:\"DE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:7;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:8;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Florida\";s:5:\"value\";s:2:\"FL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:8;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:9;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Georgia\";s:5:\"value\";s:2:\"GA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:9;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:10;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Hawaii\";s:5:\"value\";s:2:\"HI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:10;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:11;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:5:\"Idaho\";s:5:\"value\";s:2:\"ID\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:11;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:12;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Illinois\";s:5:\"value\";s:2:\"IL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:12;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:13;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Indiana\";s:5:\"value\";s:2:\"IN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:13;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:14;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:4:\"Iowa\";s:5:\"value\";s:2:\"IA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:14;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:15;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Kansas\";s:5:\"value\";s:2:\"KS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:15;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:16;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Kentucky\";s:5:\"value\";s:2:\"KY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:16;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:17;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:9:\"Louisiana\";s:5:\"value\";s:2:\"LA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:17;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:18;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:5:\"Maine\";s:5:\"value\";s:2:\"ME\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:18;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:19;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Maryland\";s:5:\"value\";s:2:\"MD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:19;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:20;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:13:\"Massachusetts\";s:5:\"value\";s:2:\"MA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:20;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:21;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Michigan\";s:5:\"value\";s:2:\"MI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:21;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:22;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:9:\"Minnesota\";s:5:\"value\";s:2:\"MN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:22;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:23;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:11:\"Mississippi\";s:5:\"value\";s:2:\"MS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:23;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:24;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Missouri\";s:5:\"value\";s:2:\"MO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:24;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:25;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Montana\";s:5:\"value\";s:2:\"MT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:25;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:26;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Nebraska\";s:5:\"value\";s:2:\"NE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:26;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:27;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Nevada\";s:5:\"value\";s:2:\"NV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:27;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:28;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:13:\"New Hampshire\";s:5:\"value\";s:2:\"NH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:28;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:29;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"New Jersey\";s:5:\"value\";s:2:\"NJ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:29;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:30;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"New Mexico\";s:5:\"value\";s:2:\"NM\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:30;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:31;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"New York\";s:5:\"value\";s:2:\"NY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:31;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:32;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:14:\"North Carolina\";s:5:\"value\";s:2:\"NC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:32;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:33;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:12:\"North Dakota\";s:5:\"value\";s:2:\"ND\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:33;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:34;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:4:\"Ohio\";s:5:\"value\";s:2:\"OH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:34;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:35;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Oklahoma\";s:5:\"value\";s:2:\"OK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:35;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:36;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Oregon\";s:5:\"value\";s:2:\"OR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:36;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:37;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:12:\"Pennsylvania\";s:5:\"value\";s:2:\"PA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:37;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:38;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:12:\"Rhode Island\";s:5:\"value\";s:2:\"RI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:38;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:39;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:14:\"South Carolina\";s:5:\"value\";s:2:\"SC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:39;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:40;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:12:\"South Dakota\";s:5:\"value\";s:2:\"SD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:40;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:41;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:9:\"Tennessee\";s:5:\"value\";s:2:\"TN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:41;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:42;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:5:\"Texas\";s:5:\"value\";s:2:\"TX\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:42;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:43;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:4:\"Utah\";s:5:\"value\";s:2:\"UT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:43;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:44;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Vermont\";s:5:\"value\";s:2:\"VT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:44;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:45;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Virginia\";s:5:\"value\";s:2:\"VA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:45;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:46;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"Washington\";s:5:\"value\";s:2:\"WA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:46;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:47;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:13:\"West Virginia\";s:5:\"value\";s:2:\"WV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:47;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:48;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:9:\"Wisconsin\";s:5:\"value\";s:2:\"WI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:48;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:49;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Wyoming\";s:5:\"value\";s:2:\"WY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:49;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:50;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:13:\"Washington DC\";s:5:\"value\";s:2:\"DC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:50;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:51;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:51:\"ARMED FORCES AFRICA \\ CANADA \\ EUROPE \\ MIDDLE EAST\";s:5:\"value\";s:2:\"AE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:51;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:52;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:36:\"ARMED FORCES AMERICA (EXCEPT CANADA)\";s:5:\"value\";s:2:\"AA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:52;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:53;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:20:\"ARMED FORCES PACIFIC\";s:5:\"value\";s:2:\"AP\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:53;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}s:2:\"id\";s:2:\"38\";}i:6;a:2:{s:8:\"settings\";a:24:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:7;s:4:\"type\";s:3:\"zip\";s:5:\"label\";s:3:\"Zip\";s:3:\"key\";s:17:\"zip_1510372985251\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";}s:2:\"id\";s:2:\"39\";}i:7;a:2:{s:8:\"settings\";a:24:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:8;s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:5:\"Phone\";s:3:\"key\";s:19:\"phone_1510372989836\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";}s:2:\"id\";s:2:\"40\";}i:8;a:2:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:9;s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:19:\"email_1510372991710\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}s:2:\"id\";s:2:\"41\";}i:9;a:2:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:10;s:5:\"label\";s:23:\"This Campaign Is For...\";s:4:\"type\";s:12:\"listcheckbox\";s:3:\"key\";s:34:\"this_campaign_is_for_1510513613527\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"options\";a:2:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:14:\"Me personally.\";s:5:\"value\";s:13:\"me-personally\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:15:\"Someone I know.\";s:5:\"value\";s:14:\"someone-i-know\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";s:2:\"49\";}i:10;a:2:{s:8:\"settings\";a:25:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:11;s:5:\"label\";s:18:\"Funds Would Go To?\";s:4:\"type\";s:7:\"textbox\";s:3:\"key\";s:31:\"funds_would_go_to_1510513671182\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:55:\"List the name of the person that the funds would go to.\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";s:2:\"50\";}i:11;a:2:{s:8:\"settings\";a:25:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:14;s:4:\"type\";s:7:\"textbox\";s:5:\"label\";s:68:\"Reason for application (i.e. medical expenses, natural disaster etc)\";s:3:\"key\";s:78:\"reason_for_application_i_e_medical_expenses_natural_disaster_etc_1510375231970\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";s:2:\"42\";}i:12;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:15;s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:34:\"Describe your situation in detail.\";s:3:\"key\";s:47:\"describe_your_situation_in_detail_1510373281098\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";s:2:\"43\";}i:13;a:2:{s:8:\"settings\";a:25:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:16;s:5:\"label\";s:19:\"Fundraising $ Goal:\";s:4:\"type\";s:7:\"textbox\";s:3:\"key\";s:34:\"fundraising_usd_goal_1538019818387\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:1:\"$\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";s:2:\"48\";}i:14;a:2:{s:8:\"settings\";a:10:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:17;s:4:\"type\";s:6:\"submit\";s:5:\"label\";s:6:\"Submit\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:20:\"submit_1510373409480\";}s:2:\"id\";s:2:\"44\";}}s:7:\"actions\";a:3:{i:0;a:2:{s:8:\"settings\";a:24:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-11-10 23:10:15\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:42:\"Your form has been successfully submitted.\";s:5:\"order\";s:1:\"1\";s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:42:\"Your form has been successfully submitted.\";}s:2:\"id\";i:18;}i:1;a:2:{s:8:\"settings\";a:21:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-11-10 23:10:19\";s:5:\"label\";s:11:\"Admin Email\";s:5:\"order\";s:1:\"2\";s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";}s:2:\"id\";i:19;}i:2;a:2:{s:8:\"settings\";a:22:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-11-10 23:10:20\";s:5:\"label\";s:16:\"Store Submission\";s:5:\"order\";s:1:\"3\";s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";}s:2:\"id\";i:20;}}s:8:\"settings\";a:19:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:87:\"Applications are for children (or family\'s of children) facing dire circumstances only.\";s:10:\"show_title\";i:1;s:14:\"clear_complete\";i:1;s:13:\"hide_complete\";i:1;s:17:\"default_label_pos\";s:5:\"above\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:0:\"\";s:10:\"add_submit\";i:1;s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:9:\"logged_in\";b:0;s:17:\"not_logged_in_msg\";s:0:\"\";s:13:\"sub_limit_msg\";s:42:\"The form has reached its submission limit.\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:15:{i:0;s:18:\"date_1510373017718\";i:1;s:23:\"firstname_1510372953112\";i:2;s:22:\"lastname_1510372957682\";i:3;s:21:\"address_1510372964835\";i:4;s:18:\"city_1510372979494\";i:5;s:23:\"liststate_1510372983034\";i:6;s:17:\"zip_1510372985251\";i:7;s:19:\"phone_1510372989836\";i:8;s:19:\"email_1510372991710\";i:9;s:34:\"this_campaign_is_for_1510513613527\";i:10;s:31:\"funds_would_go_to_1510513671182\";i:11;s:78:\"reason_for_application_i_e_medical_expenses_natural_disaster_etc_1510375231970\";i:12;s:47:\"describe_your_situation_in_detail_1510373281098\";i:13;s:34:\"fundraising_usd_goal_1538019818387\";i:14;s:20:\"submit_1510373409480\";}s:14:\"drawerDisabled\";b:0;}s:14:\"deleted_fields\";a:2:{i:45;s:2:\"45\";i:46;s:2:\"46\";}s:15:\"deleted_actions\";a:0:{}}','yes'),(146718,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(146738,'sportspress_event_player_sort','jersey','yes'),(146739,'sportspress_event_performance_stars_type','0','yes'),(146740,'sportspress_team_link_staff','no','yes'),(146741,'sportspress_text[League]','','yes'),(146742,'sportspress_text[Player of the Match]','','yes'),(146746,'widget_thechampfollow','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(146820,'n2_ss3_version','3.3.11r2911','yes'),(146821,'widget_smartslider3','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(146972,'hashed-tracking-script','eq9jqxwu37','yes'),(147197,'new_admin_email','iswoinc@gmail.com','yes'),(155978,'wpsm_rcs_plugin_options_dashboard','s:37:\"a:1:{s:15:\"wpsm_csp_status\";s:1:\"0\";}\";','yes'),(155979,'wpsm_rcs_plugin_options_templates','s:30:\"a:1:{s:9:\"templates\";s:1:\"1\";}\";','yes'),(155980,'wpsm_rcs_plugin_options_general','s:570:\"a:7:{s:13:\"rcsp_logo_url\";s:80:\"https://itstartswithone.org/wp-content/plugins/responsive-coming-soon/img/wp.png\";s:10:\"logo_width\";s:3:\"110\";s:11:\"logo_height\";s:2:\"90\";s:11:\"logo_enable\";s:2:\"on\";s:13:\"rcsp_headline\";s:11:\"Coming Soon\";s:16:\"rcsp_description\";s:262:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent id dolor dui, dapibus gravida elit. Donec conseenigmat laore gittis. Suspendisse ultricies ultrices viverra. Morbi rhoncus laoreet tincidunt. Mauris interdum convallis metus. Suspendiss lacus est.\";s:17:\"home_sec_link_txt\";s:4:\"Home\";}\";','yes'),(155981,'wpsm_rcs_plugin_options_header','s:191:\"a:4:{s:7:\"favicon\";s:80:\"https://itstartswithone.org/wp-content/plugins/responsive-coming-soon/img/wp.png\";s:10:\"meta_title\";s:11:\"Coming Soon\";s:9:\"meta_desc\";s:0:\"\";s:9:\"google_al\";s:0:\"\";}\";','yes'),(155982,'wpsm_rcs_plugin_options_countdown','s:215:\"a:7:{s:16:\"countdown_enable\";s:2:\"on\";s:14:\"countdown_date\";s:10:\"2017/11/22\";s:14:\"countdown_time\";s:5:\"10:50\";s:4:\"days\";s:4:\"Days\";s:5:\"hours\";s:5:\"Hours\";s:7:\"minutes\";s:7:\"Minutes\";s:7:\"seconds\";s:7:\"Seconds\";}\";','yes'),(155983,'wpsm_rcs_plugin_options_background','s:869:\"a:11:{s:17:\"select_background\";s:8:\"bg_image\";s:16:\"background_color\";s:7:\"#31a3dd\";s:9:\"bg_effect\";s:3:\"off\";s:24:\"background_color_overlay\";s:1:\"1\";s:16:\"background_image\";s:80:\"https://itstartswithone.org/wp-content/plugins/responsive-coming-soon/img/bg.jpg\";s:15:\"bg_slideshow_no\";s:1:\"2\";s:19:\"background_slides_0\";s:80:\"https://itstartswithone.org/wp-content/plugins/responsive-coming-soon/img/bg.jpg\";s:19:\"background_slides_1\";s:80:\"https://itstartswithone.org/wp-content/plugins/responsive-coming-soon/img/bg.jpg\";s:19:\"background_slides_2\";s:80:\"https://itstartswithone.org/wp-content/plugins/responsive-coming-soon/img/bg.jpg\";s:19:\"background_slides_3\";s:80:\"https://itstartswithone.org/wp-content/plugins/responsive-coming-soon/img/bg.jpg\";s:19:\"background_slides_4\";s:80:\"https://itstartswithone.org/wp-content/plugins/responsive-coming-soon/img/bg.jpg\";}\";','yes'),(155984,'wpsm_rcs_plugin_options_text_and_color','s:503:\"a:14:{s:16:\"headeline_ft_clr\";s:7:\"#ffffff\";s:11:\"desc_ft_clr\";s:7:\"#ffffff\";s:13:\"sb_btn_ft_clr\";s:7:\"#ffffff\";s:13:\"sb_btn_bg_clr\";s:7:\"#16c9d0\";s:13:\"cnd_timer_clr\";s:7:\"#ffffff\";s:15:\"social_icon_clr\";s:7:\"#333333\";s:18:\"social_icon_bg_clr\";s:7:\"#ffffff\";s:10:\"ext_ft_clr\";s:7:\"#ffffff\";s:10:\"ext_bg_clr\";s:7:\"#16c9d0\";s:16:\"headline_ft_size\";s:2:\"65\";s:12:\"desc_ft_size\";s:2:\"20\";s:16:\"headlines_ft_stl\";s:10:\"sans-serif\";s:11:\"desc_ft_stl\";s:10:\"sans-serif\";s:12:\"other_ft_stl\";s:10:\"sans-serif\";}\";','yes'),(155985,'wpsm_rcs_plugin_options_custom_css','s:31:\"a:1:{s:10:\"custom_css\";s:0:\"\";}\";','yes'),(155986,'wpsm_rcs_plugin_options_social','s:411:\"a:3:{s:6:\"social\";a:6:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";i:4;s:1:\"#\";i:5;s:1:\"#\";}s:11:\"social_icon\";a:6:{i:0;s:11:\"fa-facebook\";i:1;s:10:\"fa-twitter\";i:2;s:11:\"fa-linkedin\";i:3;s:14:\"fa-google-plus\";i:4;s:15:\"fa-youtube-play\";i:5;s:14:\"fa-pinterest-p\";}s:11:\"social_name\";a:6:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:8:\"linkedin\";i:3;s:11:\"google plus\";i:4;s:7:\"youtube\";i:5;s:9:\"pinterest\";}}\";','yes'),(155987,'wpsm_rcs_plugin_options_about_us','s:415:\"a:4:{s:15:\"about_us_enable\";s:2:\"on\";s:15:\"about_btn_label\";s:8:\"About Us\";s:19:\"about_section_title\";s:8:\"About Us\";s:18:\"about_section_desc\";s:262:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent id dolor dui, dapibus gravida elit. Donec conseenigmat laore gittis. Suspendisse ultricies ultrices viverra. Morbi rhoncus laoreet tincidunt. Mauris interdum convallis metus. Suspendiss lacus est.\";}\";','yes'),(155988,'wpsm_rcs_plugin_options_contact_us','s:524:\"a:7:{s:17:\"contact_us_enable\";s:2:\"on\";s:28:\"contact_us_section_btn_label\";s:7:\"Contact\";s:24:\"contact_us_section_title\";s:12:\"Contact Info\";s:29:\"contact_us_section_title_desc\";s:174:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent id dolor dui, dapibus gravida elit. Donec conseenigmat laore gittis. Suspendisse ultricies ultrices viverra.\";s:20:\"contact_info_address\";s:16:\"123 Street, City\";s:19:\"contact_info_number\";s:16:\"(00) 123-4567890\";s:26:\"contact_info_email_address\";s:17:\"email@example.com\";}\";','yes'),(155989,'wpsm_rcs_plugin_options_newsletter','s:363:\"a:6:{s:28:\"wpsm_rcs_newsletter_dropdown\";s:1:\"0\";s:16:\"to_subs_mail_sub\";s:16:\"Coming soon page\";s:16:\"to_subs_mail_msg\";s:67:\"Thanks for submitting your email. We will notify you once we launch\";s:17:\"to_admin_mail_sub\";s:16:\"Coming soon page\";s:17:\"to_admin_mail_msg\";s:51:\"Hey Some one has subscribed to the Coming Soon page\";s:18:\"email_add_of_admin\";s:0:\"\";}\";','yes'),(155990,'wpsm_rcs_plugin_options_subscription_field','s:459:\"a:7:{s:36:\"subscription_field_link_button_label\";s:9:\"Subscribe\";s:32:\"subscription_field_section_title\";s:10:\"Newsletter\";s:31:\"subscription_field_section_desc\";s:27:\"subscribe to our newsletter\";s:24:\"email_field_pl_hold_text\";s:16:\"Enter Your Email\";s:20:\"subs_me_button_label\";s:9:\"Notify Me\";s:30:\"success_subs_notification_text\";s:28:\"Thank you for subscribing Us\";s:31:\"invalid_email_notification_text\";s:40:\"Invalid Email , Please enter valid Email\";}\";','yes'),(155991,'wpsm_rcs_review','a:2:{s:4:\"time\";i:1544928230;s:9:\"dismissed\";b:1;}','yes'),(157376,'nf_form_7','a:7:{s:2:\"id\";i:7;s:20:\"show_publish_options\";b:0;s:6:\"fields\";a:4:{i:0;a:2:{s:8:\"settings\";a:69:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"1\";s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2018-10-24 08:24:41\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3277\";}s:2:\"id\";i:51;}i:1;a:2:{s:8:\"settings\";a:61:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"2\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2018-10-24 08:24:41\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3281\";}s:2:\"id\";i:52;}i:2;a:2:{s:8:\"settings\";a:70:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"3\";s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:7:\"message\";s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2018-10-24 08:24:41\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3284\";}s:2:\"id\";i:53;}i:3;a:2:{s:8:\"settings\";a:68:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"5\";s:5:\"label\";s:6:\"Submit\";s:3:\"key\";s:6:\"submit\";s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2018-10-24 08:24:41\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:44:\"submit_element_hover_styles_background-color\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:0:\"\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:36:\"submit_element_hover_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3287\";}s:2:\"id\";i:54;}}s:7:\"actions\";a:4:{i:0;a:2:{s:8:\"settings\";a:24:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2018-10-24 08:24:42\";s:5:\"label\";s:16:\"Store Submission\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";}s:2:\"id\";i:21;}i:1;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2018-10-24 08:24:42\";s:5:\"label\";s:18:\"Email Confirmation\";s:2:\"to\";s:13:\"{field:email}\";s:7:\"subject\";s:24:\"This is an email action.\";s:7:\"message\";s:19:\"Hello, Ninja Forms!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:13:\"email_subject\";s:24:\"Submission Confirmation \";s:13:\"email_message\";s:29:\"<p>{all_fields_table}<br></p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:22;}i:2;a:2:{s:8:\"settings\";a:24:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2018-10-24 08:24:42\";s:5:\"label\";s:18:\"Email Notification\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:20:\"{system:admin_email}\";s:13:\"email_subject\";s:29:\"New message from {field:name}\";s:13:\"email_message\";s:60:\"<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:13:\"{field:email}\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";i:1;s:19:\"email_message_plain\";s:0:\"\";}s:2:\"id\";i:23;}i:3;a:2:{s:8:\"settings\";a:27:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2018-10-24 08:24:42\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:47:\"Thank you {field:name} for filling out my form!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:89:\"<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>\";s:19:\"email_message_plain\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:24;}}s:8:\"settings\";a:102:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:10:\"Contact Us\";s:3:\"key\";s:0:\"\";s:10:\"created_at\";s:19:\"2018-10-24 08:24:40\";s:17:\"default_label_pos\";s:5:\"above\";s:10:\"conditions\";a:0:{}s:10:\"show_title\";s:1:\"1\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"add_submit\";s:1:\"1\";s:9:\"logged_in\";s:0:\"\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:4:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:6:\"submit\";}s:33:\"container_styles_background-color\";s:0:\"\";s:23:\"container_styles_border\";s:0:\"\";s:29:\"container_styles_border-style\";s:0:\"\";s:29:\"container_styles_border-color\";s:0:\"\";s:22:\"container_styles_color\";s:0:\"\";s:23:\"container_styles_height\";s:0:\"\";s:22:\"container_styles_width\";s:0:\"\";s:26:\"container_styles_font-size\";s:0:\"\";s:23:\"container_styles_margin\";s:0:\"\";s:24:\"container_styles_padding\";s:0:\"\";s:24:\"container_styles_display\";s:0:\"\";s:22:\"container_styles_float\";s:0:\"\";s:34:\"container_styles_show_advanced_css\";s:1:\"0\";s:25:\"container_styles_advanced\";s:0:\"\";s:29:\"title_styles_background-color\";s:0:\"\";s:19:\"title_styles_border\";s:0:\"\";s:25:\"title_styles_border-style\";s:0:\"\";s:25:\"title_styles_border-color\";s:0:\"\";s:18:\"title_styles_color\";s:0:\"\";s:19:\"title_styles_height\";s:0:\"\";s:18:\"title_styles_width\";s:0:\"\";s:22:\"title_styles_font-size\";s:0:\"\";s:19:\"title_styles_margin\";s:0:\"\";s:20:\"title_styles_padding\";s:0:\"\";s:20:\"title_styles_display\";s:0:\"\";s:18:\"title_styles_float\";s:0:\"\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:21:\"title_styles_advanced\";s:0:\"\";s:27:\"row_styles_background-color\";s:0:\"\";s:17:\"row_styles_border\";s:0:\"\";s:23:\"row_styles_border-style\";s:0:\"\";s:23:\"row_styles_border-color\";s:0:\"\";s:16:\"row_styles_color\";s:0:\"\";s:17:\"row_styles_height\";s:0:\"\";s:16:\"row_styles_width\";s:0:\"\";s:20:\"row_styles_font-size\";s:0:\"\";s:17:\"row_styles_margin\";s:0:\"\";s:18:\"row_styles_padding\";s:0:\"\";s:18:\"row_styles_display\";s:0:\"\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:19:\"row_styles_advanced\";s:0:\"\";s:31:\"row-odd_styles_background-color\";s:0:\"\";s:21:\"row-odd_styles_border\";s:0:\"\";s:27:\"row-odd_styles_border-style\";s:0:\"\";s:27:\"row-odd_styles_border-color\";s:0:\"\";s:20:\"row-odd_styles_color\";s:0:\"\";s:21:\"row-odd_styles_height\";s:0:\"\";s:20:\"row-odd_styles_width\";s:0:\"\";s:24:\"row-odd_styles_font-size\";s:0:\"\";s:21:\"row-odd_styles_margin\";s:0:\"\";s:22:\"row-odd_styles_padding\";s:0:\"\";s:22:\"row-odd_styles_display\";s:0:\"\";s:32:\"row-odd_styles_show_advanced_css\";s:1:\"0\";s:23:\"row-odd_styles_advanced\";s:0:\"\";s:35:\"success-msg_styles_background-color\";s:0:\"\";s:25:\"success-msg_styles_border\";s:0:\"\";s:31:\"success-msg_styles_border-style\";s:0:\"\";s:31:\"success-msg_styles_border-color\";s:0:\"\";s:24:\"success-msg_styles_color\";s:0:\"\";s:25:\"success-msg_styles_height\";s:0:\"\";s:24:\"success-msg_styles_width\";s:0:\"\";s:28:\"success-msg_styles_font-size\";s:0:\"\";s:25:\"success-msg_styles_margin\";s:0:\"\";s:26:\"success-msg_styles_padding\";s:0:\"\";s:26:\"success-msg_styles_display\";s:0:\"\";s:36:\"success-msg_styles_show_advanced_css\";s:1:\"0\";s:27:\"success-msg_styles_advanced\";s:0:\"\";s:33:\"error_msg_styles_background-color\";s:0:\"\";s:23:\"error_msg_styles_border\";s:0:\"\";s:29:\"error_msg_styles_border-style\";s:0:\"\";s:29:\"error_msg_styles_border-color\";s:0:\"\";s:22:\"error_msg_styles_color\";s:0:\"\";s:23:\"error_msg_styles_height\";s:0:\"\";s:22:\"error_msg_styles_width\";s:0:\"\";s:26:\"error_msg_styles_font-size\";s:0:\"\";s:23:\"error_msg_styles_margin\";s:0:\"\";s:24:\"error_msg_styles_padding\";s:0:\"\";s:24:\"error_msg_styles_display\";s:0:\"\";s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:25:\"error_msg_styles_advanced\";s:0:\"\";s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:14:\"drawerDisabled\";b:0;}s:14:\"deleted_fields\";a:0:{}s:15:\"deleted_actions\";a:0:{}}','yes'),(159854,'_site_transient_timeout_browser_0ac1f9240df96b3586c220faef490724','1545452322','no'),(159855,'_site_transient_browser_0ac1f9240df96b3586c220faef490724','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"71.0.3578.98\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(159858,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1544890729','no'),(159861,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1544890729','no'),(159927,'_site_transient_timeout_browser_e0b7751b8040fb7c8de50ddf95d10645','1545506762','no'),(159928,'_site_transient_browser_e0b7751b8040fb7c8de50ddf95d10645','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"64.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(159936,'_transient_is_multi_author','0','yes'),(159953,'_transient_timeout_helena_header_highlight_content','1544992324','no'),(159954,'_transient_helena_header_highlight_content','\r\n <section id=\"header-highlights-content\" class=\"header-highlight-page-content content-number-3\">\r\n <div class=\"wrapper\">\r\n <div class=\"header-highlight-heading-wrap\">\r\n <h2 id=\"header-highlight-heading\" class=\"section-title\">Creating Heroes Every Day By Inspiring Everyday Heroes</h2>\r\n <p>You’re The Hero, We’re The Guide. Be The One.</p>\r\n </div><!-- .header-highlight-heading-wrap -->\r\n <div class=\"header-highlight-content-wrap\">\r\n </div><!-- .header-highlight-content-wrap -->\r\n </div><!-- .wrapper -->\r\n </section><!-- #header-highlight-content -->','no'),(159958,'_transient_helena_categories','0','yes'),(159967,'ninja_forms_oauth_client_secret','Gp2gfgoJgnaukYqvWiwsfFnrrlkqLmhrLkI1A6KQ','yes'),(159968,'ninja_forms_db_version','1.1','no'),(159969,'sportspress_default_nationality','','yes'),(159970,'sportspress_event_blocks_show_matchday','no','yes'),(159971,'sportspress_countdown_show_thumbnail','no','yes'),(159972,'sportspress_table_next_team_filter_league','no','yes'),(159973,'sportspress_player_statistics_mode','values','yes'),(159978,'ninja_forms_memberships_feed','<div class=\"widget widget-memberships\">\r\n<div class=\"pricing-container\">\r\n<div class=\"pricing-block widget\">\r\n<div class=\"pricing-header\">\r\n<div class=\"pricing-title\">Agency</div>\r\n<div class=\"pricing-price\">$499</div>\r\n<div class=\"pricing-savings\">Save $2000+</div>\r\n<div class=\"pricing-cta\"><a class=\"nf-button primary\" href=\"https://ninjaforms.com/checkout/?edd_action=add_to_cart&download_id=203757&utm_medium=plugin&utm_source=plugin-dashboard&utm_campaign=Ninja+Forms+Memberships&utm_content=Agency+Membership\" target=\"_blank\" rel=\"noopener\">Buy Now</a></div>\r\n</div>\r\n<div class=\"pricing-body\">\r\n<div><i class=\"fa fa-users\" aria-hidden=\"true\"></i>\r\n<span class=\"pricing-body-title\">Unlimited Sites</span>\r\n<span>Updates & Support</span></div>\r\n<div><i class=\"fa fa-rocket\" aria-hidden=\"true\"></i>\r\n<span class=\"pricing-body-title\">Fastest Support</span>\r\n<span>1 Year of Updates & Support</span></div>\r\n<div><i class=\"fa fa-trophy\" aria-hidden=\"true\"></i>\r\n<span class=\"pricing-body-title\">All add-ons included!</span>\r\n<ul>\r\n <li>Builder PRO Pack</li>\r\n <li>PDF Form Submissions</li>\r\n <li>Zapier</li>\r\n <li>Newsletters (MailChimp, etc.)</li>\r\n <li>CRMs (Saleforce, etc.)</li>\r\n <li>Payments (PayPal, etc.)</li>\r\n <li>And so much more...</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"pricing-block widget highlight\">\r\n\r\n<!--\r\n<div class=\"callout\">\r\n Most Popular</div>\r\n-->\r\n<div class=\"pricing-header\">\r\n<div class=\"pricing-title\">Professional</div>\r\n<div class=\"pricing-price\">$199</div>\r\n<div class=\"pricing-savings\">Save $197</div>\r\n<div class=\"pricing-cta\"><a class=\"nf-button primary\" href=\"https://ninjaforms.com/checkout/?edd_action=add_to_cart&download_id=471355&utm_medium=plugin&utm_source=plugin-dashboard&utm_campaign=Ninja+Forms+Memberships&utm_content=Professional+Membership\" target=\"_blank\" rel=\"noopener\">Buy Now</a></div>\r\n</div>\r\n<div class=\"pricing-body\">\r\n<div><i class=\"fa fa-users\" aria-hidden=\"true\"></i>\r\n<span class=\"pricing-body-title\">20 Sites</span>\r\n<span>Updates & Support</span></div>\r\n<div><i class=\"fa fa-plane\" aria-hidden=\"true\"></i>\r\n<span class=\"pricing-body-title\">Faster Support</span></div>\r\n<div><i class=\"fa fa-wrench\" aria-hidden=\"true\"></i>\r\n<span class=\"pricing-body-title\">Builder Pro Pack</span>\r\n<span>Layout & Styles, Multi-Part Forms, Conditional Logic, File Uploads</span></div>\r\n<div><i class=\"fa fa-percent\" aria-hidden=\"true\"></i>\r\n<span>Plus <strong>40% off</strong>\r\nAdditional Add-Ons</span></div>\r\n</div>\r\n</div>\r\n<div class=\"pricing-block widget\">\r\n<div class=\"pricing-header\">\r\n<div class=\"pricing-title\">Personal</div>\r\n<div class=\"pricing-price\">$99</div>\r\n<div class=\"pricing-savings\">Save $57</div>\r\n<div class=\"pricing-cta\"><a class=\"nf-button primary\" href=\"https://ninjaforms.com/checkout/?edd_action=add_to_cart&download_id=471356&utm_medium=plugin&utm_source=plugin-dashboard&utm_campaign=Ninja+Forms+Memberships&utm_content=Personal+Membership\" target=\"_blank\" rel=\"noopener\">Buy Now</a></div>\r\n</div>\r\n<div class=\"pricing-body\">\r\n<div><i class=\"fa fa-user\" aria-hidden=\"true\"></i>\r\n<span class=\"pricing-body-title\">1 Site</span>\r\n<span>Updates & Support</span></div>\r\n<div><i class=\"fa fa-car\" aria-hidden=\"true\"></i>\r\n<span class=\"pricing-body-title\">Fast Support</span></div>\r\n<div><i class=\"fa fa-wrench\" aria-hidden=\"true\"></i>\r\n<span class=\"pricing-body-title\">Builder Pro Pack</span>\r\n<span>Layout & Styles, Multi-Part Forms, Conditional Logic, File Uploads</span></div>\r\n<div><i class=\"fa fa-percent\" aria-hidden=\"true\"></i>\r\n<span>Plus <strong>20% off</strong>\r\nAdditional Add-Ons</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"widget widget-plan-notice\">\r\n<p class=\"widget-title\">That sounds amazing! What else comes with Ninja Forms?</p>\r\n<a class=\"nf-button primary feature-list-link\" href=\"https://ninjaforms.com/features/?utm_medium=plugin&utm_source=plugin-dashboard&utm_campaign=Ninja+Forms+Memberships&utm_content=Features\" target=\"_blank\" rel=\"noopener\">We\'re glad you asked! Checkout our full list of features! <i class=\"fa fa-chevron-circle-right\" aria-hidden=\"true\"></i></a>\r\n<div><em>All plans include a 14 day money back guarantee.</em></div>\r\n<div>Requires a current active license and subject to our <a href=\"https://ninjaforms.com/terms-conditions/?utm_medium=plugin&utm_source=plugin-dashboard&utm_campaign=Ninja+Forms+Memberships&utm_content=Terms+Conditions\" target=\"_blank\" rel=\"noopener\">Terms & Conditions</a>.</div>\r\n</div>','no'),(159979,'ninja_forms_addons_feed','[{\"title\":\"Conditional Logic\",\"image\":\"assets\\/img\\/add-ons\\/conditional-logic.png\",\"content\":\"Build smart, dynamic, interactive WordPress forms that tailor themselves to what a user needs as they fill out the form.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/conditional-logic\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Conditional+Logic\",\"plugin\":\"ninja-forms-conditionals\\/conditionals.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/conditional-logic\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Conditional+Logic+Docs\",\"version\":\"3.0.22\",\"categories\":[{\"name\":\"Look & Feel\",\"slug\":\"look-feel\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"}]},{\"title\":\"Multi-Part Forms\",\"image\":\"assets\\/img\\/add-ons\\/multi-part-forms.png\",\"content\":\"Easily break long forms into multiple pages for a huge user experience upgrade!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/multi-part-forms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Multi-Part+Forms\",\"plugin\":\"ninja-forms-multi-part\\/multi-part.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/multi-part-forms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Multi-Part+Forms+Docs\",\"version\":\"3.0.24\",\"categories\":[{\"name\":\"Look & Feel\",\"slug\":\"look-feel\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"}]},{\"title\":\"Front-End Posting\",\"image\":\"assets\\/img\\/add-ons\\/front-end-posting.png\",\"content\":\"Allow users to create their own public posts and pages without ever seeing the Dashboard!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/post-creation\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Front-End+Posting\",\"plugin\":\"ninja-forms-post-creation\\/ninja-forms-post-creation.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/post-creation\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Front-End+Posting+Docs\",\"version\":\"3.0.7\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"}]},{\"title\":\"File Uploads\",\"image\":\"assets\\/img\\/add-ons\\/file-uploads.png\",\"content\":\"Allow users to upload files and save them to your server, media library, or even Dropbox and Amazon S3!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/file-uploads\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=File+Uploads\",\"plugin\":\"ninja-forms-uploads\\/file-uploads.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/file-uploads\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=File+Uploads+Docs\",\"version\":\"3.0.22\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"}]},{\"title\":\"Layout and Styles\",\"image\":\"assets\\/img\\/add-ons\\/layout-styles.png\",\"content\":\"Easily create multi-column form layouts and beautifully styled WordPress forms without mastering CSS.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/layouts-and-styles\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Layout+and+Styles\",\"plugin\":\"ninja-forms-style\\/ninja-forms-style.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/layouts-and-styles\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Layout+and+Styles+Docs\",\"version\":\"3.0.25\",\"categories\":[{\"name\":\"Look & Feel\",\"slug\":\"look-feel\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"}]},{\"title\":\"MailChimp\",\"image\":\"assets\\/img\\/add-ons\\/mail-chimp.png\",\"content\":\"Integrate MailChimp and WordPress with easy-to-create, fully customizable signup forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/mailchimp\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=MailChimp\",\"plugin\":\"ninja-forms-mail-chimp\\/ninja-forms-mail-chimp.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/mailchimp\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=MailChimp+Docs\",\"version\":\"3.1.9\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"}]},{\"title\":\"Campaign Monitor\",\"image\":\"assets\\/img\\/add-ons\\/campaign-monitor.png\",\"content\":\"Connect your website directly with Campaign Monitor using any of your WordPress forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/campaign-monitor\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Campaign+Monitor\",\"plugin\":\"ninja-forms-campaign-monitor\\/ninja-forms-campaign-monitor.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/campaign-monitor\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Campaign+Monitor+Docs\",\"version\":\"3.0.5\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"}]},{\"title\":\"User Analytics\",\"image\":\"assets\\/img\\/add-ons\\/user-analytics.png\",\"content\":\"Collect valuable user data on form submission without the hassle of integrating with other services!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/user-analytics\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Analytics\",\"plugin\":\"ninja-forms-user-analytics\\/ninja-forms-user-analytics.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/user-analytics\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Analytics+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Membership\",\"slug\":\"membership\"}]},{\"title\":\"Constant Contact\",\"image\":\"assets\\/img\\/add-ons\\/constant-contact.png\",\"content\":\"Turn any WordPress form into a beautiful, fully customizable Constant Contact signup form in minutes!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/constant-contact\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Constant+Contact\",\"plugin\":\"ninja-forms-constant-contact\\/ninja-forms-constant-contact.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/constant-contact\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Constant+Contact+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"}]},{\"title\":\"AWeber\",\"image\":\"assets\\/img\\/add-ons\\/aweber.png\",\"content\":\"Integrate AWeber and WordPress for fully automated email marketing in minutes!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/aweber\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=AWeber\",\"plugin\":\"ninja-forms-aweber\\/ninja-forms-aweber.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/aweber\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=AWeber+Docs\",\"version\":\"3.0.2\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"}]},{\"title\":\"PayPal Express\",\"image\":\"assets\\/img\\/add-ons\\/paypal-express.png\",\"content\":\"Connect WordPress with PayPal Express & start collecting payments with your WordPress forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/paypal-express\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PayPal+Express\",\"plugin\":\"ninja-forms-paypal-express\\/ninja-forms-paypal-express.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/paypal-express\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PayPal+Express+Docs\",\"version\":\"3.0.14\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"}]},{\"title\":\"MailPoet\",\"image\":\"assets\\/img\\/add-ons\\/mailpoet.png\",\"content\":\"Supercharge your MailPoet newsletter campaigns with easy to integrate and fully customizable WordPress signup forms!\",\"link\":\"\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=MailPoet\",\"plugin\":\"ninja-forms-mailpoet\\/nf-mailpoet.php\",\"docs\":\"\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=MailPoet+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"}]},{\"title\":\"Zoho CRM\",\"image\":\"assets\\/img\\/add-ons\\/zoho-crm.png\",\"content\":\"Sell smarter, better, and faster with total integration between Zoho CRM and WordPress\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/zoho-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zoho+CRM\",\"plugin\":\"ninja-forms-zoho-crm\\/ninja-forms-zoho-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/zoho-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zoho+CRM+Docs\",\"version\":\"3.3.3\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"}]},{\"title\":\"Capsule CRM\",\"image\":\"assets\\/img\\/add-ons\\/capsule-crm.png\",\"content\":\"Save time to focus on sales with direct, flawless integration with your Capsule CRM account\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/capsule-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Capsule+CRM\",\"plugin\":\"ninja-forms-capsule-crm\\/ninja-forms-capsule-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/capsule-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Capsule+CRM+Docs\",\"version\":\"3.3.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"}]},{\"title\":\"Stripe\",\"image\":\"assets\\/img\\/add-ons\\/stripe.png\",\"content\":\"Accept credit cards payments securely and efficiently from your WordPress forms\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/stripe\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Stripe\",\"plugin\":\"ninja-forms-stripe\\/ninja-forms-stripe.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/stripe\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Stripe+Docs\",\"version\":\"3.0.19\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"}]},{\"title\":\"Insightly CRM\",\"image\":\"assets\\/img\\/add-ons\\/insightly-crm.png\",\"content\":\"Connect your WordPress forms and Insightly CRM to build better customer relationships and accelerate sales\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/insightly-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Insightly+CRM\",\"plugin\":\"ninja-forms-insightly-crm\\/ninja-forms-insightly-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/insightly-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Insightly+CRM+Docs\",\"version\":\"3.2.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"}]},{\"title\":\"PDF Form Submission\",\"image\":\"assets\\/img\\/add-ons\\/pdf-form-submission.png\",\"content\":\"Easily create standardized PDF copies of any form submission to export or email\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/pdf\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PDF+Form+Submission\",\"plugin\":\"ninja-forms-pdf-submissions\\/nf-pdf-submissions.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/pdf\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PDF+Form+Submission+Docs\",\"version\":\"3.0.5\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"}]},{\"title\":\"Sendy\",\"image\":\"assets\\/img\\/add-ons\\/sendy.png\",\"content\":\"Sendy extension for Ninja Forms lets you subscribe users using Ninja Forms.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/sendy\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Sendy\",\"plugin\":\"ninja-forms-sendy\\/ninja-forms-sendy.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/sendy\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Sendy+Docs\",\"version\":\"3.0\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"}]},{\"title\":\"Trello\",\"image\":\"assets\\/img\\/add-ons\\/trello.png\",\"content\":\"Create Trello cards from your Ninja Forms submissions.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/trello\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Trello\",\"plugin\":\"ninja-forms-trello\\/ninja-forms-trello.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/trello\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Trello+Docs\",\"version\":\"3.0.2\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"}]},{\"title\":\"Elavon\",\"image\":\"assets\\/img\\/add-ons\\/elavon.png\",\"content\":\"A simple, streamlined, and secure way to accept credit card payments in WordPress\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/elavon\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Elavon\",\"plugin\":\"ninja-forms-elavon-payment-gateway\\/ninja-forms-elavon-payment-gateway.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/elavon\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Elavon+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Membership\",\"slug\":\"membership\"}]},{\"title\":\"Zapier\",\"image\":\"assets\\/img\\/add-ons\\/zapier.png\",\"content\":\"Integrate WordPress with virtually any service in a matter of minutes!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/zapier\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zapier\",\"plugin\":\"ninja-forms-zapier\\/ninja-forms-zapier.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/zapier\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zapier+Docs\",\"version\":\"3.0.8\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"}]},{\"title\":\"Salesforce CRM\",\"image\":\"assets\\/img\\/add-ons\\/salesforce-crm.png\",\"content\":\"Complete, effortless integration between Salesforce and WordPress\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/salesforce-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Salesforce+CRM\",\"plugin\":\"ninja-forms-salesforce-crm\\/ninja-forms-salesforce-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/salesforce-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Salesforce+CRM+Docs\",\"version\":\"3.2.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"}]},{\"title\":\"Slack\",\"image\":\"assets\\/img\\/add-ons\\/slack.png\",\"content\":\"Stay in touch with real-time notifications every time a form is submitted. Get Slack for WordPress and never miss a thing!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/slack\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Slack\",\"plugin\":\"ninja-forms-slack\\/ninja-forms-slack.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/slack\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Slack+Docs\",\"version\":\"3.0.2\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"}]},{\"title\":\"CleverReach\",\"image\":\"assets\\/img\\/add-ons\\/cleverreach.png\",\"content\":\"Connect to CleverReach and turn any of your WordPress forms into a CleverReach signup form in minutes!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/cleverreach\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=CleverReach\",\"plugin\":\"ninja-forms-cleverreach\\/ninja-forms-cleverreach.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/cleverreach\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=CleverReach+Docs\",\"version\":\"3.1.3\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"}]},{\"title\":\"Webhooks\",\"image\":\"assets\\/img\\/add-ons\\/webhooks.png\",\"content\":\"Connect your WordPress forms to virtually any external service, no code required!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/webhooks\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Webhooks\",\"plugin\":\"ninja-forms-webhooks\\/ninja-forms-webhooks.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/webhooks\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Webhooks+Docs\",\"version\":\"3.0.5\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"}]},{\"title\":\"Excel Export\",\"image\":\"assets\\/img\\/add-ons\\/excel-export.png\",\"content\":\"Flawlessly export any number of form submissions into an Excel spreadsheet with the press of a button!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/excel-export\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Excel+Export\",\"plugin\":\"ninja-forms-excel-export\\/ninja-forms-excel-export.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/excel-export\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Excel+Export+Docs\",\"version\":\"3.3.1\",\"categories\":[{\"name\":\"Membership\",\"slug\":\"membership\"}]},{\"title\":\"WebMerge\",\"image\":\"assets\\/img\\/add-ons\\/webmerge.png\",\"content\":\"Populate documents in WordPress, digital or paper! Perfect for contracts, applications, government forms, patient registration, and more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/webmerge\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=WebMerge\",\"plugin\":\"ninja-forms-webmerge\\/ninja-forms-webmerge.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/webmerge\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=WebMerge+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"}]},{\"title\":\"Help Scout\",\"image\":\"assets\\/img\\/add-ons\\/help-scout.png\",\"content\":\"Bring excellent customer support home to your WordPress dashboard with Help Scout integration for Ninja Forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/help-scout\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Help+Scout\",\"plugin\":null,\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/help-scout\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Help+Scout+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"}]},{\"title\":\"Emma\",\"image\":\"assets\\/img\\/add-ons\\/emma.png\",\"content\":\"Add users to Emma newsletters using Ninja Forms\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/emma\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Emma\",\"plugin\":\"ninja-forms-emma\\/ninja-forms-emma.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/emma\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Emma+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"}]},{\"title\":\"ClickSend SMS\",\"image\":\"assets\\/img\\/add-ons\\/clicksend-sms.png\",\"content\":\"Send a SMS when someone submits your form via ClickSend.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/clicksend-sms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ClickSend+SMS\",\"plugin\":\"ninja-forms-clicksend\\/ninja-forms-clicksend.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/clicksend-sms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ClickSend+SMS+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"}]},{\"title\":\"Twilio SMS\",\"image\":\"assets\\/img\\/add-ons\\/twilio-sms.png\",\"content\":\"Send a SMS when someone submits your form via Twilio.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/twilio\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Twilio+SMS\",\"plugin\":\"ninja-forms-twilio\\/ninja-forms-twilio.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/twilio\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Twilio+SMS+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"}]},{\"title\":\"Recurly\",\"image\":\"assets\\/img\\/add-ons\\/recurly.png\",\"content\":\"Subscribe users to Recurly plans using Ninja Forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/recurly\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Recurly\",\"plugin\":\"ninja-forms-recurly\\/ninja-forms-recurly.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/recurly\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Recurly+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Actions\",\"slug\":\"actions\"}]},{\"title\":\"User Management\",\"image\":\"assets\\/img\\/add-ons\\/user-management.png\",\"content\":\"User registration and management made easy using your Wordpress forms. Simple. Beautiful. Efficient.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/user-management\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Management\",\"plugin\":\"ninja-forms-user-management\\/ninja-forms-user-management.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/user-management\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Management+Docs\",\"version\":\"3.0.11\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"}]},{\"title\":\"Save Progress\",\"image\":\"assets\\/img\\/add-ons\\/save-progress.png\",\"content\":\"Stop losing conversions on longer WordPress forms! Give your users a way to save their progress for any incomplete form.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/save-progress\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Save+Progress\",\"plugin\":\"ninja-forms-save-progress\\/ninja-forms-save-progress.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/save-progress\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Save+Progress+Docs\",\"version\":\"3.0.17\",\"categories\":[{\"name\":\"Look & Feel\",\"slug\":\"look-feel\"}]},{\"title\":\"EmailOctopus\",\"image\":\"assets\\/img\\/add-ons\\/emailoctopus.png\",\"content\":\"Automation, integration, analytics... EmailOctopus is the email management solution that fills every need, and it\'s now available for WordPress!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/emailoctopus\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=EmailOctopus\",\"plugin\":\"ninja-forms-emailoctopus\\/ninja-forms-emailoctopus.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/emailoctopus\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=EmailOctopus+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"}]},{\"title\":\"PipelineDeals CRM\",\"image\":\"assets\\/img\\/add-ons\\/pipelinedeals-crm.png\",\"content\":\"Automated, effortless integration with PipelineDeals CRM\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/pipelinedeals-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PipelineDeals+CRM\",\"plugin\":\"ninja-forms-zoho-crm\\/zoho-integration.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/pipelinedeals-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PipelineDeals+CRM+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"}]},{\"title\":\"Highrise CRM\",\"image\":\"assets\\/img\\/add-ons\\/highrise-crm.png\",\"content\":\"Combine the functional simplicity of Highrise CRM + the power to build lasting customer relationships with your WordPress website.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/highrise-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Highrise+CRM\",\"plugin\":\"ninja-forms-highrise-crm\\/ninja-forms-highrise-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/highrise-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Highrise+CRM+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"}]},{\"title\":\"ConvertKit\",\"image\":\"assets\\/img\\/add-ons\\/convertkit.png\",\"content\":\"Integrate WordPress with ConvertKit seamlessly through your WordPress forms\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/convertkit\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ConvertKit\",\"plugin\":\"ninja-forms-convertkit\\/ninja-forms-convertkit.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/convertkit\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ConvertKit+Docs\",\"version\":\"3.0.2\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"}]},{\"title\":\"IntelligenceWP\",\"image\":\"assets\\/img\\/add-ons\\/intelligencewp.png\",\"content\":\"Complete Google Analytics Integration for Your WordPress Forms\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/intelligencewp\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=IntelligenceWP\",\"plugin\":\"ninja-forms-intelligencewp\\/ninja-forms-intelligencewp.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/intelligencewp\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=IntelligenceWP+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"}]},{\"title\":\"OnePageCRM\",\"image\":\"assets\\/img\\/add-ons\\/onepage-crm.png\",\"content\":\"Integrate WordPress with OnePage CRM seamlessly through your WordPress forms\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/onepage-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=OnePageCRM\",\"plugin\":\"ninja-forms-onepage-crm\\/ninja-forms-onepage-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/onepage-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=OnePageCRM+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"}]},{\"title\":\"Active Campaign\",\"image\":\"assets\\/img\\/add-ons\\/active-campaign.png\",\"content\":\"Discover marketing automation that\'s intelligent, powerful, and easy to use!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/activecampaign\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Active+Campaign\",\"plugin\":\"ninja-forms-active-campaign\\/ninja-forms-active-campaign.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/activecampaign\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Active+Campaign+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"}]}]','no'),(159980,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1544944328;s:7:\"checked\";a:6:{s:6:\"helena\";s:3:\"1.5\";s:6:\"rookie\";s:5:\"1.5.3\";s:13:\"twentyfifteen\";s:3:\"2.1\";s:14:\"twentynineteen\";s:3:\"1.0\";s:15:\"twentyseventeen\";s:3:\"1.8\";s:13:\"twentysixteen\";s:3:\"1.6\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(159981,'_transient_timeout_helena_footer_content','1545016068','no'),(159982,'_transient_helena_footer_content','Copyright © 2018 <a href=\"https://itstartswithone.org/\">It Starts with One</a> . Helena by <a target=\"_blank\" href=\"https://catchthemes.com/\">Catch Themes</a>','no'),(159986,'wp_page_for_privacy_policy','0','yes'),(159987,'show_comments_cookies_opt_in','0','yes'),(159988,'db_upgraded','','yes'),(159989,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.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-5.0.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.0.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.0.1\";s:7:\"version\";s:5:\"5.0.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1544944326;s:15:\"version_checked\";s:5:\"5.0.1\";s:12:\"translations\";a:0:{}}','no'),(159990,'can_compress_scripts','1','no'),(159991,'nf_form_tel_data','7','no'),(159993,'ninja_forms_data_is_clean','true','yes'),(159994,'heateor_ss_gdpr_notification_read','1','yes'),(159995,'heateor_ss_fb_redirection_notification_read','1','yes'),(159996,'akismet_comment_form_privacy_notice','hide','yes'),(159997,'_transient_timeout_plugin_slugs','1545022038','no'),(159998,'_transient_plugin_slugs','a:14:{i:0;s:19:\"akismet/akismet.php\";i:1;s:29:\"health-check/health-check.php\";i:2;s:19:\"iwp-client/init.php\";i:3;s:27:\"ninja-forms/ninja-forms.php\";i:4;s:69:\"wonderm00ns-simple-facebook-open-graph-tags/wonderm00n-open-graph.php\";i:5;s:37:\"postaffiliatepro/postaffiliatepro.php\";i:6;s:49:\"responsive-coming-soon/responsive-coming-soon.php\";i:7;s:67:\"shopify-ecommerce-shopping-cart/shopify-ecommerce-shopping-cart.php\";i:8;s:33:\"smart-slider-3/smart-slider-3.php\";i:9;s:27:\"sportspress/sportspress.php\";i:10;s:17:\"sumome/sumome.php\";i:11;s:37:\"super-socializer/super_socializer.php\";i:12;s:36:\"wordpress-social-invitations/wsi.php\";i:13;s:28:\"wp-mail-returnpath/index.php\";}','no'),(160004,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1544944328;s:7:\"checked\";a:13:{s:19:\"akismet/akismet.php\";s:3:\"4.1\";s:19:\"iwp-client/init.php\";s:5:\"1.8.5\";s:27:\"ninja-forms/ninja-forms.php\";s:6:\"3.3.20\";s:69:\"wonderm00ns-simple-facebook-open-graph-tags/wonderm00n-open-graph.php\";s:7:\"2.2.4.2\";s:37:\"postaffiliatepro/postaffiliatepro.php\";s:6:\"1.15.3\";s:49:\"responsive-coming-soon/responsive-coming-soon.php\";s:5:\"1.7.3\";s:67:\"shopify-ecommerce-shopping-cart/shopify-ecommerce-shopping-cart.php\";s:5:\"1.1.8\";s:33:\"smart-slider-3/smart-slider-3.php\";s:6:\"3.3.11\";s:27:\"sportspress/sportspress.php\";s:6:\"2.6.14\";s:17:\"sumome/sumome.php\";s:4:\"1.30\";s:37:\"super-socializer/super_socializer.php\";s:6:\"7.12.5\";s:36:\"wordpress-social-invitations/wsi.php\";s:3:\"2.6\";s:28:\"wp-mail-returnpath/index.php\";s:5:\"1.0.3\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:11:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"4.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.4.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}}s:19:\"iwp-client/init.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:24:\"w.org/plugins/iwp-client\";s:4:\"slug\";s:10:\"iwp-client\";s:6:\"plugin\";s:19:\"iwp-client/init.php\";s:11:\"new_version\";s:5:\"1.8.5\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/iwp-client/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/plugin/iwp-client.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/iwp-client/assets/icon-256x256.png?rev=1132008\";s:2:\"1x\";s:63:\"https://ps.w.org/iwp-client/assets/icon-128x128.png?rev=1132008\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:64:\"https://ps.w.org/iwp-client/assets/banner-772x250.png?rev=536142\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"ninja-forms/ninja-forms.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/ninja-forms\";s:4:\"slug\";s:11:\"ninja-forms\";s:6:\"plugin\";s:27:\"ninja-forms/ninja-forms.php\";s:11:\"new_version\";s:6:\"3.3.20\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/ninja-forms/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/ninja-forms.3.3.20.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-256x256.png?rev=1649747\";s:2:\"1x\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-128x128.png?rev=1649747\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/ninja-forms/assets/banner-1544x500.png?rev=1649747\";s:2:\"1x\";s:66:\"https://ps.w.org/ninja-forms/assets/banner-772x250.png?rev=1649747\";}s:11:\"banners_rtl\";a:0:{}}s:69:\"wonderm00ns-simple-facebook-open-graph-tags/wonderm00n-open-graph.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:57:\"w.org/plugins/wonderm00ns-simple-facebook-open-graph-tags\";s:4:\"slug\";s:43:\"wonderm00ns-simple-facebook-open-graph-tags\";s:6:\"plugin\";s:69:\"wonderm00ns-simple-facebook-open-graph-tags/wonderm00n-open-graph.php\";s:11:\"new_version\";s:7:\"2.2.4.2\";s:3:\"url\";s:74:\"https://wordpress.org/plugins/wonderm00ns-simple-facebook-open-graph-tags/\";s:7:\"package\";s:94:\"https://downloads.wordpress.org/plugin/wonderm00ns-simple-facebook-open-graph-tags.2.2.4.2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:88:\"https://ps.w.org/wonderm00ns-simple-facebook-open-graph-tags/assets/icon.svg?rev=1979453\";s:3:\"svg\";s:88:\"https://ps.w.org/wonderm00ns-simple-facebook-open-graph-tags/assets/icon.svg?rev=1979453\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:99:\"https://ps.w.org/wonderm00ns-simple-facebook-open-graph-tags/assets/banner-1544x500.jpg?rev=1773921\";s:2:\"1x\";s:98:\"https://ps.w.org/wonderm00ns-simple-facebook-open-graph-tags/assets/banner-772x250.jpg?rev=1773921\";}s:11:\"banners_rtl\";a:0:{}}s:37:\"postaffiliatepro/postaffiliatepro.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:30:\"w.org/plugins/postaffiliatepro\";s:4:\"slug\";s:16:\"postaffiliatepro\";s:6:\"plugin\";s:37:\"postaffiliatepro/postaffiliatepro.php\";s:11:\"new_version\";s:6:\"1.15.3\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/postaffiliatepro/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/postaffiliatepro.1.15.3.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/postaffiliatepro/assets/icon-128x128.png?rev=1336122\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/postaffiliatepro/assets/banner-772x250.png?rev=1336148\";}s:11:\"banners_rtl\";a:0:{}}s:49:\"responsive-coming-soon/responsive-coming-soon.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:36:\"w.org/plugins/responsive-coming-soon\";s:4:\"slug\";s:22:\"responsive-coming-soon\";s:6:\"plugin\";s:49:\"responsive-coming-soon/responsive-coming-soon.php\";s:11:\"new_version\";s:5:\"1.7.3\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/responsive-coming-soon/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/responsive-coming-soon.1.7.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/responsive-coming-soon/assets/icon-256x256.png?rev=1420656\";s:2:\"1x\";s:75:\"https://ps.w.org/responsive-coming-soon/assets/icon-128x128.png?rev=1420656\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:77:\"https://ps.w.org/responsive-coming-soon/assets/banner-772x250.png?rev=1383724\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"smart-slider-3/smart-slider-3.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/smart-slider-3\";s:4:\"slug\";s:14:\"smart-slider-3\";s:6:\"plugin\";s:33:\"smart-slider-3/smart-slider-3.php\";s:11:\"new_version\";s:6:\"3.3.11\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/smart-slider-3/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/smart-slider-3.3.3.11.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/smart-slider-3/assets/icon-256x256.png?rev=1284893\";s:2:\"1x\";s:67:\"https://ps.w.org/smart-slider-3/assets/icon-128x128.png?rev=1284893\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/smart-slider-3/assets/banner-1544x500.png?rev=1902662\";s:2:\"1x\";s:69:\"https://ps.w.org/smart-slider-3/assets/banner-772x250.png?rev=1902662\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"sportspress/sportspress.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/sportspress\";s:4:\"slug\";s:11:\"sportspress\";s:6:\"plugin\";s:27:\"sportspress/sportspress.php\";s:11:\"new_version\";s:6:\"2.6.14\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/sportspress/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/sportspress.2.6.14.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/sportspress/assets/icon-256x256.png?rev=1252005\";s:2:\"1x\";s:64:\"https://ps.w.org/sportspress/assets/icon-128x128.png?rev=1252005\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/sportspress/assets/banner-1544x500.png?rev=1405496\";s:2:\"1x\";s:66:\"https://ps.w.org/sportspress/assets/banner-772x250.png?rev=1405496\";}s:11:\"banners_rtl\";a:0:{}}s:17:\"sumome/sumome.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:20:\"w.org/plugins/sumome\";s:4:\"slug\";s:6:\"sumome\";s:6:\"plugin\";s:17:\"sumome/sumome.php\";s:11:\"new_version\";s:4:\"1.30\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/sumome/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/sumome.1.30.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:59:\"https://ps.w.org/sumome/assets/icon-128x128.png?rev=1614410\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/sumome/assets/banner-1544x500.png?rev=1614410\";s:2:\"1x\";s:61:\"https://ps.w.org/sumome/assets/banner-772x250.png?rev=1614410\";}s:11:\"banners_rtl\";a:0:{}}s:37:\"super-socializer/super_socializer.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:30:\"w.org/plugins/super-socializer\";s:4:\"slug\";s:16:\"super-socializer\";s:6:\"plugin\";s:37:\"super-socializer/super_socializer.php\";s:11:\"new_version\";s:6:\"7.12.5\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/super-socializer/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/super-socializer.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/super-socializer/assets/icon-128x128.png?rev=1866723\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/super-socializer/assets/banner-772x250.png?rev=1866718\";}s:11:\"banners_rtl\";a:0:{}}s:28:\"wp-mail-returnpath/index.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:32:\"w.org/plugins/wp-mail-returnpath\";s:4:\"slug\";s:18:\"wp-mail-returnpath\";s:6:\"plugin\";s:28:\"wp-mail-returnpath/index.php\";s:11:\"new_version\";s:5:\"1.0.3\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wp-mail-returnpath/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wp-mail-returnpath.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:62:\"https://s.w.org/plugins/geopattern-icon/wp-mail-returnpath.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}}}','no'),(160005,'_site_transient_timeout_browser_472be989e0f1d73276ac01827b58112d','1545534801','no'),(160006,'_site_transient_browser_472be989e0f1d73276ac01827b58112d','a:10:{s:4:\"name\";s:7:\"unknown\";s:7:\"version\";s:0:\"\";s:8:\"platform\";s:0:\"\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(160029,'iwp_client_activate_key','65255449cf53680db2c73e916eb46bcfe6f79903','yes'),(160030,'iwp_client_all_plugins_history','a:12:{s:19:\"akismet/akismet.php\";s:3:\"4.1\";s:27:\"ninja-forms/ninja-forms.php\";s:6:\"3.3.20\";s:69:\"wonderm00ns-simple-facebook-open-graph-tags/wonderm00n-open-graph.php\";s:7:\"2.2.4.2\";s:37:\"postaffiliatepro/postaffiliatepro.php\";s:6:\"1.15.3\";s:49:\"responsive-coming-soon/responsive-coming-soon.php\";s:5:\"1.7.3\";s:67:\"shopify-ecommerce-shopping-cart/shopify-ecommerce-shopping-cart.php\";s:5:\"1.1.8\";s:33:\"smart-slider-3/smart-slider-3.php\";s:6:\"3.3.11\";s:27:\"sportspress/sportspress.php\";s:6:\"2.6.14\";s:17:\"sumome/sumome.php\";s:4:\"1.30\";s:37:\"super-socializer/super_socializer.php\";s:6:\"7.12.5\";s:36:\"wordpress-social-invitations/wsi.php\";s:3:\"2.6\";s:28:\"wp-mail-returnpath/index.php\";s:5:\"1.0.3\";}','yes'),(160031,'iwp_client_all_themes_history','a:6:{s:6:\"helena\";s:3:\"1.5\";s:6:\"rookie\";s:5:\"1.5.3\";s:13:\"twentyfifteen\";s:3:\"2.1\";s:14:\"twentynineteen\";s:3:\"1.0\";s:15:\"twentyseventeen\";s:3:\"1.8\";s:13:\"twentysixteen\";s:3:\"1.6\";}','yes'),(160032,'iwp_client_wp_version_old','5.0.1','yes'),(160056,'_transient_timeout_helena_custom_css','1545054059','no'),(160057,'_transient_helena_custom_css','<!-- It Starts with One inline CSS Styles -->\n<style type=\"text/css\" media=\"screen\">\n .site-title a { color: #blank; }\n</style>\n','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_postmeta`
--
DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_postmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=4276 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_postmeta`
--
LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (9,6,'_edit_last','2'),(13,6,'_edit_lock','1544929008:1'),(14,8,'_edit_last','2'),(18,8,'_edit_lock','1543552630:2'),(19,10,'_edit_last','2'),(23,10,'_edit_lock','1540390163:2'),(24,12,'_edit_last','1'),(25,12,'helena-layout-option','default'),(26,12,'helena-header-image','default'),(27,12,'helena-featured-image','default'),(28,12,'_edit_lock','1523466028:2'),(38,15,'_menu_item_type','post_type'),(39,15,'_menu_item_menu_item_parent','16'),(40,15,'_menu_item_object_id','10'),(41,15,'_menu_item_object','page'),(42,15,'_menu_item_target',''),(43,15,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(44,15,'_menu_item_xfn',''),(45,15,'_menu_item_url',''),(47,16,'_menu_item_type','post_type'),(48,16,'_menu_item_menu_item_parent','0'),(49,16,'_menu_item_object_id','8'),(50,16,'_menu_item_object','page'),(51,16,'_menu_item_target',''),(52,16,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(53,16,'_menu_item_xfn',''),(54,16,'_menu_item_url',''),(99,32,'_edit_lock','1524488470:2'),(100,32,'_edit_last','2'),(104,34,'_edit_lock','1508181002:2'),(105,34,'_edit_last','1'),(106,34,'helena-layout-option','default'),(107,34,'helena-header-image','default'),(108,34,'helena-featured-image','default'),(109,36,'_edit_lock','1486676093:1'),(110,36,'_edit_last','1'),(114,36,'helena-layout-option','default'),(115,36,'helena-header-image','default'),(116,36,'helena-featured-image','default'),(136,44,'_edit_lock','1491330488:1'),(137,44,'_edit_last','1'),(156,52,'_edit_lock','1491701205:1'),(157,52,'_edit_last','1'),(161,54,'_edit_lock','1487348394:1'),(162,54,'_edit_last','1'),(166,56,'_edit_lock','1523466126:2'),(167,56,'_edit_last','1'),(182,63,'_wp_attached_file','2017/02/concert-poster.jpg'),(183,63,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:706;s:6:\"height\";i:1052;s:4:\"file\";s:26:\"2017/02/concert-poster.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"concert-poster-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"concert-poster-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"concert-poster-687x1024.jpg\";s:5:\"width\";i:687;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"concert-poster-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:26:\"concert-poster-706x658.jpg\";s:5:\"width\";i:706;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:24:\"concert-poster-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(184,64,'_wp_attached_file','2017/02/image1.png'),(185,64,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:18:\"2017/02/image1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"image1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"image1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"image1-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"image1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"image1-585x439.png\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:19:\"image1-1170x658.png\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:16:\"image1-90x68.png\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(186,65,'_wp_attached_file','2017/02/image2.png'),(187,65,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:18:\"2017/02/image2.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"image2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"image2-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"image2-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"image2-585x439.png\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:18:\"image2-720x658.png\";s:5:\"width\";i:720;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:16:\"image2-90x68.png\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(188,66,'_wp_attached_file','2017/02/image1-1.jpg'),(189,66,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1125;s:6:\"height\";i:905;s:4:\"file\";s:20:\"2017/02/image1-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"image1-1-300x241.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"image1-1-768x618.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:618;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"image1-1-1024x824.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:824;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"image1-1-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:21:\"image1-1-1125x658.jpg\";s:5:\"width\";i:1125;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:18:\"image1-1-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(190,67,'_wp_attached_file','2017/02/image1-2.jpg'),(191,67,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:756;s:6:\"height\";i:636;s:4:\"file\";s:20:\"2017/02/image1-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image1-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"image1-2-300x252.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"image1-2-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:18:\"image1-2-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(192,68,'_wp_attached_file','2017/02/image3.jpg'),(193,68,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1056;s:6:\"height\";i:1273;s:4:\"file\";s:18:\"2017/02/image3.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"image3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"image3-249x300.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"image3-768x926.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:926;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"image3-849x1024.jpg\";s:5:\"width\";i:849;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"image3-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:19:\"image3-1056x658.jpg\";s:5:\"width\";i:1056;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:16:\"image3-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(194,69,'_wp_attached_file','2017/02/image1-3.jpg'),(195,69,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2017/02/image1-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image1-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"image1-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"image1-3-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:18:\"image1-3-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(196,70,'_wp_attached_file','2017/02/image4.png'),(197,70,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:18:\"2017/02/image4.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"image4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"image4-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"image4-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"image4-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"image4-585x439.png\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:19:\"image4-1170x658.png\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:16:\"image4-90x68.png\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(198,71,'_wp_attached_file','2017/02/image5.png'),(199,71,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:18:\"2017/02/image5.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"image5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"image5-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"image5-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"image5-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"image5-585x439.png\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:19:\"image5-1170x658.png\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:16:\"image5-90x68.png\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(200,72,'_wp_attached_file','2017/02/image6.png'),(201,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:18:\"2017/02/image6.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"image6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"image6-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"image6-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"image6-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"image6-585x439.png\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:19:\"image6-1170x658.png\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:16:\"image6-90x68.png\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(202,73,'_wp_attached_file','2017/02/image11.png'),(203,73,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:19:\"2017/02/image11.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image11-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"image11-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"image11-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"image11-585x439.png\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:20:\"image11-1170x658.png\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:17:\"image11-90x68.png\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(206,75,'_wp_attached_file','2017/02/cropped-image3.jpg'),(207,75,'_wp_attachment_context','custom-logo'),(208,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1056;s:6:\"height\";i:1054;s:4:\"file\";s:26:\"2017/02/cropped-image3.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"cropped-image3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"cropped-image3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"cropped-image3-768x767.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"cropped-image3-1024x1022.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"cropped-image3-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:27:\"cropped-image3-1056x658.jpg\";s:5:\"width\";i:1056;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:24:\"cropped-image3-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(209,76,'_wp_attached_file','2017/02/cropped-image3-1.jpg'),(210,76,'_wp_attachment_context','site-icon'),(211,76,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:28:\"2017/02/cropped-image3-1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"cropped-image3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"cropped-image3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"cropped-image3-1-512x439.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:26:\"cropped-image3-1-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:28:\"cropped-image3-1-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:28:\"cropped-image3-1-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:28:\"cropped-image3-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:26:\"cropped-image3-1-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"ShortPixel\";a:1:{s:17:\"WaitingProcessing\";b:1;}}'),(218,16,'_jetpack_dont_email_post_to_subs','1'),(219,15,'_jetpack_dont_email_post_to_subs','1'),(220,78,'_menu_item_type','custom'),(221,78,'_menu_item_menu_item_parent','0'),(222,78,'_menu_item_object_id','78'),(223,78,'_menu_item_object','custom'),(224,78,'_menu_item_target',''),(225,78,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(226,78,'_menu_item_xfn',''),(227,78,'_menu_item_url','https://www.facebook.com/iswoinc'),(229,79,'_menu_item_type','custom'),(230,79,'_menu_item_menu_item_parent','0'),(231,79,'_menu_item_object_id','79'),(232,79,'_menu_item_object','custom'),(233,79,'_menu_item_target',''),(234,79,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(235,79,'_menu_item_xfn',''),(236,79,'_menu_item_url','https://www.twitter.com/iswoinc'),(238,78,'_publicize_pending','1'),(239,79,'_publicize_pending','1'),(240,6,'_jetpack_dont_email_post_to_subs','1'),(266,8,'_jetpack_dont_email_post_to_subs','1'),(365,102,'_edit_lock','1539647457:2'),(366,102,'_edit_last','2'),(367,102,'_publicize_pending','1'),(371,102,'_jetpack_dont_email_post_to_subs','1'),(378,106,'_wp_attached_file','2017/02/Your-Life-s-Purpose.jpeg'),(379,106,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:355;s:6:\"height\";i:475;s:4:\"file\";s:32:\"2017/02/Your-Life-s-Purpose.jpeg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Your-Life-s-Purpose-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Your-Life-s-Purpose-224x300.jpeg\";s:5:\"width\";i:224;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Your-Life-s-Purpose-355x439.jpeg\";s:5:\"width\";i:355;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:30:\"Your-Life-s-Purpose-90x68.jpeg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"ShortPixel\";a:1:{s:17:\"WaitingProcessing\";b:1;}}'),(380,56,'_jetpack_dont_email_post_to_subs','1'),(381,56,'helena-layout-option','default'),(382,56,'helena-header-image','default'),(383,56,'helena-featured-image','default'),(384,109,'_wp_attached_file','2017/02/image1-4.png'),(385,109,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:20:\"2017/02/image1-4.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image1-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"image1-4-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"image1-4-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"image1-4-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"image1-4-585x439.png\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:21:\"image1-4-1170x658.png\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:18:\"image1-4-90x68.png\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"ShortPixel\";a:1:{s:17:\"WaitingProcessing\";b:1;}}'),(386,44,'_jetpack_dont_email_post_to_subs','1'),(426,115,'_wp_attached_file','2017/02/Our-Sponsors.jpeg'),(427,115,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:421;s:6:\"height\";i:541;s:4:\"file\";s:25:\"2017/02/Our-Sponsors.jpeg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Our-Sponsors-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Our-Sponsors-233x300.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Our-Sponsors-421x439.jpeg\";s:5:\"width\";i:421;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:23:\"Our-Sponsors-90x68.jpeg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"ShortPixel\";a:6:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:10:\"2017-04-08\";s:9:\"thumbsOpt\";i:4;s:10:\"retinasOpt\";i:0;s:8:\"NoBackup\";b:1;}s:21:\"ShortPixelImprovement\";s:5:\"36.06\";}'),(428,54,'_jetpack_dont_email_post_to_subs','1'),(429,54,'helena-layout-option','default'),(430,54,'helena-header-image','default'),(431,54,'helena-featured-image','default'),(465,126,'_publicize_pending','1'),(469,126,'_jetpack_dont_email_post_to_subs','1'),(482,52,'_jetpack_dont_email_post_to_subs','1'),(486,138,'_publicize_pending','1'),(487,139,'_publicize_pending','1'),(488,140,'_publicize_pending','1'),(489,141,'_publicize_pending','1'),(490,141,'_field_1','rebekah'),(491,141,'_field_2','ivanastarlight@yahoo.com'),(492,141,'_field_3','Hi,\n\ncan you donate if even you are not going to the concert? i live to far away but want to help to far to to make it to the show but i think this is important. thank you \nrebekah'),(493,141,'_form_id','1'),(494,141,'_seq_num','3'),(495,142,'_publicize_pending','1'),(496,142,'_field_1','Kim Doran '),(497,142,'_field_2','ladiesinspiringfaithandtruth@gmail.com'),(498,142,'_field_3','Hi, \nCan you please advise the cost of a ticket for the concert on April 8th at Fenn Center. Heather Williams is our worship leader at Grace Church and we would like to support her and attend the concert. I have the promo material but neither the post card nor this site give info on cost. Also do you do group rate? Any info would be helpful. \n\nThank You. '),(499,142,'_form_id','1'),(500,142,'_seq_num','4'),(501,143,'_publicize_pending','1'),(502,143,'_field_1','Stan'),(503,143,'_field_2','Stanman512@gmail.com'),(504,143,'_field_3','Is there a group rate '),(505,143,'_form_id','1'),(506,143,'_seq_num','5'),(510,146,'_menu_item_type','custom'),(511,146,'_menu_item_menu_item_parent','0'),(512,146,'_menu_item_object_id','146'),(513,146,'_menu_item_object','custom'),(514,146,'_menu_item_target','_blank'),(515,146,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(516,146,'_menu_item_xfn',''),(517,146,'_menu_item_url','https://store.itstartswithone.org'),(519,146,'_publicize_pending','1'),(520,147,'_wp_attached_file','2017/02/Untitled-design-35.png'),(521,147,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2017/02/Untitled-design-35.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-35-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Untitled-design-35-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Untitled-design-35-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-35-585x439.png\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:30:\"Untitled-design-35-800x658.png\";s:5:\"width\";i:800;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:28:\"Untitled-design-35-90x68.png\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"ShortPixel\";a:6:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:10:\"2017-04-08\";s:9:\"thumbsOpt\";i:6;s:10:\"retinasOpt\";i:0;s:8:\"NoBackup\";b:1;}s:21:\"ShortPixelImprovement\";s:5:\"64.46\";}'),(558,6,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(571,146,'_jetpack_dont_email_post_to_subs','1'),(573,162,'_edit_lock','1523465731:2'),(574,162,'_edit_last','1'),(575,162,'_publicize_pending','1'),(576,162,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(598,170,'_publicize_pending','1'),(599,170,'_menu_item_type','custom'),(600,170,'_menu_item_menu_item_parent','0'),(601,170,'_menu_item_object_id','170'),(602,170,'_menu_item_object','custom'),(603,170,'_menu_item_target',''),(604,170,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(605,170,'_menu_item_xfn',''),(606,170,'_menu_item_url','https://www.youtube.com/channel/UCGMG4IRMr6TbmxVFW48Sjeg'),(649,162,'_jetpack_dont_email_post_to_subs','1'),(653,186,'_edit_lock','1523515634:3'),(654,186,'_edit_last','3'),(655,186,'_publicize_pending','1'),(656,186,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(660,186,'_jetpack_dont_email_post_to_subs','1'),(667,190,'_wp_attached_file','2017/01/loren-hockensmith.png'),(668,190,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1125;s:6:\"height\";i:1254;s:4:\"file\";s:29:\"2017/01/loren-hockensmith.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"loren-hockensmith-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"loren-hockensmith-269x300.png\";s:5:\"width\";i:269;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"loren-hockensmith-768x856.png\";s:5:\"width\";i:768;s:6:\"height\";i:856;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"loren-hockensmith-919x1024.png\";s:5:\"width\";i:919;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"loren-hockensmith-585x439.png\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:30:\"loren-hockensmith-1125x658.png\";s:5:\"width\";i:1125;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:27:\"loren-hockensmith-90x68.png\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"ShortPixel\";a:6:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:10:\"2017-04-08\";s:9:\"thumbsOpt\";i:7;s:10:\"retinasOpt\";i:0;s:8:\"NoBackup\";b:1;}s:21:\"ShortPixelImprovement\";s:5:\"64.31\";}'),(669,8,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(673,192,'_publicize_pending','1'),(674,192,'_field_1','Frances Yeo'),(675,192,'_field_2','francesann64@gmail.com'),(676,192,'_field_3','I just ordered two VIP tickets for Jars of Clay. They will be beside each other, correct? We did not get to pick which seat, correct? Also I did not see where I could pick a charity? Thanks so much.......'),(677,192,'_form_id','1'),(678,192,'_seq_num','6'),(679,194,'_wp_attached_file','2017/01/TAKE-THE.jpg'),(680,194,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:20:\"2017/01/TAKE-THE.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"TAKE-THE-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"TAKE-THE-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"TAKE-THE-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"TAKE-THE-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"TAKE-THE-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:21:\"TAKE-THE-1024x658.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:18:\"TAKE-THE-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"ShortPixel\";a:6:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:10:\"2017-04-08\";s:9:\"thumbsOpt\";i:7;s:10:\"retinasOpt\";i:0;s:8:\"NoBackup\";b:1;}s:21:\"ShortPixelImprovement\";s:5:\"55.89\";}'),(690,198,'_wp_attached_file','2017/01/image1.jpg'),(691,198,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1067;s:6:\"height\";i:1159;s:4:\"file\";s:18:\"2017/01/image1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"image1-276x300.jpg\";s:5:\"width\";i:276;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"image1-768x834.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:834;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"image1-943x1024.jpg\";s:5:\"width\";i:943;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"image1-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:19:\"image1-1067x658.jpg\";s:5:\"width\";i:1067;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:16:\"image1-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"ShortPixel\";a:6:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:10:\"2017-04-08\";s:9:\"thumbsOpt\";i:7;s:10:\"retinasOpt\";i:0;s:8:\"NoBackup\";b:1;}s:21:\"ShortPixelImprovement\";s:4:\"50.6\";}'),(695,10,'_jetpack_dont_email_post_to_subs','1'),(696,10,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(709,205,'_publicize_pending','1'),(710,205,'_field_1','Dorene Starocci'),(711,205,'_field_2','Angel06158@aol.com'),(712,205,'_field_3','Can you tell me if the tickets can be picked up instead of mailing them out to us?\n\nThank you!'),(713,205,'_form_id','1'),(714,205,'_seq_num','3'),(715,102,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(750,162,'ninja_forms_form','4'),(770,44,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(771,44,'helena-layout-option','default'),(772,44,'helena-header-image','default'),(773,44,'helena-featured-image','default'),(777,218,'_edit_lock','1523465802:2'),(778,218,'_edit_last','2'),(779,219,'_wp_attached_file','2017/04/Copy-of-TAKE-THE.jpg'),(780,219,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:28:\"2017/04/Copy-of-TAKE-THE.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Copy-of-TAKE-THE-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Copy-of-TAKE-THE-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Copy-of-TAKE-THE-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Copy-of-TAKE-THE-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Copy-of-TAKE-THE-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:29:\"Copy-of-TAKE-THE-1024x658.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:26:\"Copy-of-TAKE-THE-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"ShortPixel\";a:6:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:10:\"2017-04-08\";s:9:\"thumbsOpt\";i:7;s:10:\"retinasOpt\";i:0;s:8:\"NoBackup\";b:1;}s:21:\"ShortPixelImprovement\";s:5:\"56.63\";}'),(781,218,'_publicize_pending','1'),(782,218,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(792,218,'_webdados_fb_open_graph_specific_image','http://itstartswithone.org/wp-content/uploads/2017/04/Copy-of-TAKE-THE.jpg'),(796,8,'_webdados_fb_open_graph_specific_image',''),(821,162,'_webdados_fb_open_graph_specific_image','http://itstartswithone.org/wp-content/uploads/2017/03/Copy-of-TAKE-THE-1.jpg'),(825,232,'_wp_attached_file','2017/01/View-map-Mapcustomizer.com_.jpeg'),(826,232,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:893;s:6:\"height\";i:573;s:4:\"file\";s:40:\"2017/01/View-map-Mapcustomizer.com_.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"View-map-Mapcustomizer.com_-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"View-map-Mapcustomizer.com_-300x192.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"View-map-Mapcustomizer.com_-768x493.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"View-map-Mapcustomizer.com_-585x439.jpeg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:38:\"View-map-Mapcustomizer.com_-90x68.jpeg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"ShortPixel\";a:6:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:10:\"2017-04-08\";s:9:\"thumbsOpt\";i:5;s:10:\"retinasOpt\";i:0;s:8:\"NoBackup\";b:1;}s:21:\"ShortPixelImprovement\";s:5:\"16.73\";}'),(827,6,'_webdados_fb_open_graph_specific_image',''),(831,234,'_wp_attached_file','2017/01/cropped-image1.jpg'),(832,234,'_wp_attachment_context','custom-logo'),(833,234,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1067;s:6:\"height\";i:1067;s:4:\"file\";s:26:\"2017/01/cropped-image1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"cropped-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"cropped-image1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"cropped-image1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"cropped-image1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"cropped-image1-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:27:\"cropped-image1-1067x658.jpg\";s:5:\"width\";i:1067;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:24:\"cropped-image1-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"ShortPixel\";a:6:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:10:\"2017-04-08\";s:9:\"thumbsOpt\";i:7;s:10:\"retinasOpt\";i:0;s:8:\"NoBackup\";b:1;}s:21:\"ShortPixelImprovement\";s:5:\"43.73\";}'),(861,248,'_wp_attached_file','2017/01/loren-hockensmith-sq.jpg'),(862,248,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:547;s:6:\"height\";i:547;s:4:\"file\";s:32:\"2017/01/loren-hockensmith-sq.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"loren-hockensmith-sq-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"loren-hockensmith-sq-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"loren-hockensmith-sq-547x439.jpg\";s:5:\"width\";i:547;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:30:\"loren-hockensmith-sq-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"ShortPixel\";a:6:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:10:\"2017-04-08\";s:9:\"thumbsOpt\";i:4;s:10:\"retinasOpt\";i:0;s:8:\"NoBackup\";b:1;}s:21:\"ShortPixelImprovement\";s:5:\"54.61\";}'),(863,249,'_wp_attached_file','2017/01/loren-hockensmith2-sq.jpg'),(864,249,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:548;s:6:\"height\";i:548;s:4:\"file\";s:33:\"2017/01/loren-hockensmith2-sq.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"loren-hockensmith2-sq-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"loren-hockensmith2-sq-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"loren-hockensmith2-sq-548x439.jpg\";s:5:\"width\";i:548;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:31:\"loren-hockensmith2-sq-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"ShortPixel\";a:6:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:10:\"2017-04-08\";s:9:\"thumbsOpt\";i:4;s:10:\"retinasOpt\";i:0;s:8:\"NoBackup\";b:1;}s:21:\"ShortPixelImprovement\";s:5:\"61.46\";}'),(909,264,'_wp_attached_file','2017/02/GET-INVOLVED.jpg'),(910,264,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:940;s:6:\"height\";i:788;s:4:\"file\";s:24:\"2017/02/GET-INVOLVED.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"GET-INVOLVED-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"GET-INVOLVED-300x251.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"GET-INVOLVED-768x644.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"GET-INVOLVED-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:24:\"GET-INVOLVED-940x658.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:22:\"GET-INVOLVED-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"ShortPixel\";a:6:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:10:\"2017-04-08\";s:9:\"thumbsOpt\";i:6;s:10:\"retinasOpt\";i:0;s:8:\"NoBackup\";b:1;}s:21:\"ShortPixelImprovement\";s:5:\"68.76\";}'),(916,102,'_webdados_fb_open_graph_specific_image','http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE.jpg'),(929,269,'_wp_attached_file','2017/02/iswo-video.jpeg'),(930,269,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:727;s:6:\"height\";i:333;s:4:\"file\";s:23:\"2017/02/iswo-video.jpeg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"iswo-video-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"iswo-video-300x137.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"iswo-video-585x333.jpeg\";s:5:\"width\";i:585;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:21:\"iswo-video-90x68.jpeg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"ShortPixel\";a:6:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:10:\"2017-04-08\";s:9:\"thumbsOpt\";i:4;s:10:\"retinasOpt\";i:0;s:8:\"NoBackup\";b:1;}s:21:\"ShortPixelImprovement\";s:4:\"7.65\";}'),(931,102,'_thumbnail_id','299'),(935,270,'_wp_attached_file','2017/02/iswo-products.png'),(936,270,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:940;s:6:\"height\";i:788;s:4:\"file\";s:25:\"2017/02/iswo-products.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"iswo-products-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"iswo-products-300x251.png\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"iswo-products-768x644.png\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"iswo-products-585x439.png\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:25:\"iswo-products-940x658.png\";s:5:\"width\";i:940;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:23:\"iswo-products-90x68.png\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"ShortPixel\";a:6:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:10:\"2017-04-08\";s:9:\"thumbsOpt\";i:6;s:10:\"retinasOpt\";i:0;s:8:\"NoBackup\";b:1;}s:21:\"ShortPixelImprovement\";s:5:\"71.07\";}'),(937,52,'_thumbnail_id','297'),(938,52,'_webdados_fb_open_graph_specific_image','http://itstartswithone.org/wp-content/uploads/2017/02/iswo-products.png'),(942,52,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(943,271,'_wp_attached_file','2017/03/Copy-of-TAKE-THE.jpg'),(944,271,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:28:\"2017/03/Copy-of-TAKE-THE.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Copy-of-TAKE-THE-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Copy-of-TAKE-THE-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Copy-of-TAKE-THE-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Copy-of-TAKE-THE-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Copy-of-TAKE-THE-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:29:\"Copy-of-TAKE-THE-1024x658.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:26:\"Copy-of-TAKE-THE-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"ShortPixel\";a:6:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:10:\"2017-04-08\";s:9:\"thumbsOpt\";i:7;s:10:\"retinasOpt\";i:0;s:8:\"NoBackup\";b:1;}s:21:\"ShortPixelImprovement\";s:5:\"56.42\";}'),(948,272,'_wp_attached_file','2017/03/Copy-of-TAKE-THE-1.jpg'),(949,272,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:30:\"2017/03/Copy-of-TAKE-THE-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Copy-of-TAKE-THE-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Copy-of-TAKE-THE-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Copy-of-TAKE-THE-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Copy-of-TAKE-THE-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Copy-of-TAKE-THE-1-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:31:\"Copy-of-TAKE-THE-1-1024x658.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:28:\"Copy-of-TAKE-THE-1-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"ShortPixel\";a:6:{s:4:\"type\";s:5:\"lossy\";s:8:\"exifKept\";s:1:\"0\";s:4:\"date\";s:10:\"2017-04-08\";s:9:\"thumbsOpt\";i:7;s:10:\"retinasOpt\";i:0;s:8:\"NoBackup\";b:1;}s:21:\"ShortPixelImprovement\";s:5:\"56.42\";}'),(1048,297,'_wp_attached_file','2017/02/iswo-products2.jpg'),(1049,297,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:727;s:6:\"height\";i:333;s:4:\"file\";s:26:\"2017/02/iswo-products2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"iswo-products2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"iswo-products2-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"iswo-products2-585x333.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:24:\"iswo-products2-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"ShortPixel\";a:1:{s:17:\"WaitingProcessing\";b:1;}}'),(1053,298,'_wp_attached_file','2017/02/iswo-get-involved.jpg'),(1054,298,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:727;s:6:\"height\";i:333;s:4:\"file\";s:29:\"2017/02/iswo-get-involved.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"iswo-get-involved-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"iswo-get-involved-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"iswo-get-involved-585x333.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:27:\"iswo-get-involved-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"ShortPixel\";a:1:{s:17:\"WaitingProcessing\";b:1;}}'),(1061,299,'_wp_attached_file','2017/02/iswo-video-1.jpeg'),(1062,299,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:727;s:6:\"height\";i:333;s:4:\"file\";s:25:\"2017/02/iswo-video-1.jpeg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"iswo-video-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"iswo-video-1-300x137.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"iswo-video-1-585x333.jpeg\";s:5:\"width\";i:585;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:23:\"iswo-video-1-90x68.jpeg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"ShortPixel\";a:1:{s:17:\"WaitingProcessing\";b:1;}}'),(1087,52,'helena-layout-option','default'),(1088,52,'helena-header-image','default'),(1089,52,'helena-featured-image','default'),(1135,138,'_edit_lock','1508180956:2'),(1136,321,'_edit_lock','1491702504:1'),(1137,321,'_edit_last','1'),(1148,324,'_publicize_pending','1'),(1149,324,'_field_20','Stacy Cook'),(1150,324,'_field_21','stacy@verovine.com'),(1151,324,'_field_32','http://itstartswithone.org/#58e7f5896f254'),(1152,324,'_field_12','beth@sandandland.com'),(1153,324,'_field_13','maria@sandandland.com'),(1154,324,'_field_14','ashley@sandandland.com'),(1155,324,'_field_15','jody@verobeachmarketing.com'),(1156,324,'_form_id','4'),(1157,324,'_seq_num','5'),(1158,162,'helena-layout-option','default'),(1159,162,'helena-header-image','default'),(1160,162,'helena-featured-image','default'),(1161,326,'_publicize_pending','1'),(1162,326,'_field_20','sean noon'),(1163,326,'_field_21','dreamtime15@yahoo.com'),(1164,326,'_field_32','http://itstartswithone.org/#9fa42d50'),(1165,326,'_field_12','bbrogna@comcast.net'),(1166,326,'_field_13','rosienoon@yahoo.com'),(1167,326,'_field_14','nooner2605@yahoo.com'),(1168,326,'_field_15','melissafrohberg@hotmail.com'),(1169,326,'_form_id','4'),(1170,326,'_seq_num','6'),(1171,327,'_publicize_pending','1'),(1172,327,'_field_20','Joy Torres'),(1173,327,'_field_21','msjoy28@comcast.net'),(1174,327,'_field_32','http://itstartswithone.org/#58ea984c3054a'),(1175,327,'_field_12','clynnh@bellsouth.net'),(1176,327,'_field_13','dnerios822@yahoo.com'),(1177,327,'_field_14','katinsc@gmail.com'),(1178,327,'_field_15','alabarb28@comcast.net'),(1179,327,'_form_id','4'),(1180,327,'_seq_num','7'),(1181,328,'_publicize_pending','1'),(1182,328,'_field_20','Karen Billingsley'),(1183,328,'_field_21','kbillingsley55@yahoo.com'),(1184,328,'_field_32',' http://itstartswithone.org/#58ea2797bbbc3'),(1185,328,'_field_12','lriggi1344@gmail.com'),(1186,328,'_field_13','butterflypreacher@juno.com'),(1187,328,'_field_14','adhola@yahoo.com'),(1188,328,'_field_15','peteavp@yahoo.com'),(1189,328,'_form_id','4'),(1190,328,'_seq_num','8'),(1191,330,'_publicize_pending','1'),(1192,330,'_field_1','sharon hardingham'),(1193,330,'_field_2','lovey515@yahoo.com'),(1194,330,'_field_3','will not let me sign in to get my account # so I can do the challenge'),(1195,330,'_form_id','1'),(1196,330,'_seq_num','4'),(1197,331,'_publicize_pending','1'),(1198,331,'_field_20','Sharon Hardingham'),(1199,331,'_field_21','lovey515@yahoo.com'),(1200,331,'_field_32','http://itstartswithone.org/#58eabe2077abd'),(1201,331,'_field_12','denise@radiuspos.com'),(1202,331,'_field_13','hjoan341@aol.com'),(1203,331,'_field_14','djcaviness66@verizon.net'),(1204,331,'_field_15','sue.hinkley@aol.com'),(1205,331,'_form_id','4'),(1206,331,'_seq_num','9'),(1219,332,'_publicize_pending','1'),(1220,332,'_field_1','Kenny'),(1221,332,'_field_2','kentoowin622@bellsouth.net'),(1222,332,'_field_3','looking how to make a password for my penny tree God Bless\n'),(1223,332,'_form_id','1'),(1224,332,'_seq_num','5'),(1225,333,'_publicize_pending','1'),(1226,333,'_field_20','Jody Kelly'),(1227,333,'_field_21','Jody@verobeachmarketing.com'),(1228,333,'_field_32','http://itstartswithone.org/#58e7f587403a7'),(1229,333,'_field_12','cward11605@aol.com'),(1230,333,'_field_13','camelottechpet@gmail.com'),(1231,333,'_field_14','dgonzale@irs.edu'),(1232,333,'_field_15','fpdolfan@bellsouth.net'),(1233,333,'_form_id','4'),(1234,333,'_seq_num','10'),(1235,334,'_publicize_pending','1'),(1236,334,'_field_20','kenneth d carmichael'),(1237,334,'_field_21','kentoowin622@bellsouth.net'),(1238,334,'_field_32','http://itstartswithone.org/#58eb867ae99a2'),(1239,334,'_field_12','barbaraha@verison.net'),(1240,334,'_field_13','58cmarrie@gmail.com'),(1241,334,'_field_14','grglisk@yahoo.com'),(1242,334,'_field_15','KPFitz23@comcast.net'),(1243,334,'_form_id','4'),(1244,334,'_seq_num','11'),(1245,335,'_publicize_pending','1'),(1246,335,'_field_20','Jason Egli'),(1247,335,'_field_21','forfendlit@gmail.com'),(1248,335,'_field_32','http://itstartswithone.org/#58e98c0c3a41c'),(1249,335,'_field_12','degli1234@aol.com'),(1250,335,'_field_13','teddersdy@okee.k12.fl.us'),(1251,335,'_field_14','stus0129@gmail.com'),(1252,335,'_field_15','julieboh@gmail.com'),(1253,335,'_form_id','4'),(1254,335,'_seq_num','12'),(1255,336,'_publicize_pending','1'),(1256,336,'_field_20','Jason Egli'),(1257,336,'_field_21','forfendlit@gmail.com'),(1258,336,'_field_32','http://itstartswithone.org/#58e98c0c3a41c'),(1259,336,'_field_12','Halseyjm@yahoo.com'),(1260,336,'_field_13','cassandra.perry4@gmail.com'),(1261,336,'_field_14',''),(1262,336,'_field_15',''),(1263,336,'_form_id','4'),(1264,336,'_seq_num','13'),(1265,337,'_publicize_pending','1'),(1266,337,'_field_20','Jason Egli'),(1267,337,'_field_21','forfendlit@gmail.com'),(1268,337,'_field_32','http://itstartswithone.org/#58e98c0c3a41c'),(1269,337,'_field_12','Halseyjm@yahoo.com'),(1270,337,'_field_13','cassandra.perry4@gmail.com'),(1271,337,'_field_14','aerodome5@aol.com'),(1272,337,'_field_15','kenninomiya@eknlinks.com'),(1273,337,'_form_id','4'),(1274,337,'_seq_num','14'),(1275,338,'_publicize_pending','1'),(1276,338,'_field_20','Sharon Schorner'),(1277,338,'_field_21','sharon@enjoycitrus.com'),(1278,338,'_field_32',''),(1279,338,'_field_12','sharon@enjoycitrus.com'),(1280,338,'_field_13',''),(1281,338,'_field_14',''),(1282,338,'_field_15',''),(1283,338,'_form_id','4'),(1284,338,'_seq_num','15'),(1285,339,'_publicize_pending','1'),(1286,339,'_field_1','Sharon Schorner'),(1287,339,'_field_2','sharon@enjoycitrus.com'),(1288,339,'_field_3','Can not log into my Penny Tree.\nIt says:\nYour link should look similar to this... http://itstartswithone.org/#58dacb3f51b88\nI have lost the link with the numbers and letters after the .org/. Sorry!\n'),(1289,339,'_form_id','1'),(1290,339,'_seq_num','6'),(1291,340,'_publicize_pending','1'),(1292,340,'_field_20','Jody Kelly'),(1293,340,'_field_21','Jody@verobeachmarketing.com'),(1294,340,'_field_32','http://itstartswithone.org/#58e7f587403a7'),(1295,340,'_field_12','angelaself77@aol.com'),(1296,340,'_field_13','finnut13@aol.com'),(1297,340,'_field_14','brianhartman@harborcb.com'),(1298,340,'_field_15','chamois@gosfieldtel.com'),(1299,340,'_form_id','4'),(1300,340,'_seq_num','16'),(1301,341,'_publicize_pending','1'),(1302,341,'_field_20','Jody Kelly'),(1303,341,'_field_21','jody@verobeachmarketing.com'),(1304,341,'_field_32','http://itstartswithone.org/#58e7f587403a7'),(1305,341,'_field_12','charlielovito@hotmail.com'),(1306,341,'_field_13','chuck@max-lifeforce.com'),(1307,341,'_field_14','colettewalega@yahoo.com'),(1308,341,'_field_15','topaz1943@aol.com'),(1309,341,'_form_id','4'),(1310,341,'_seq_num','17'),(1311,342,'_publicize_pending','1'),(1312,342,'_field_20','Jody Kelly'),(1313,342,'_field_21','jody@verobeachmarketing.com'),(1314,342,'_field_32','http://itstartswithone.org/#58e7f587403a7'),(1315,342,'_field_12','domsardone@gmail.com'),(1316,342,'_field_13',''),(1317,342,'_field_14',''),(1318,342,'_field_15',''),(1319,342,'_form_id','4'),(1320,342,'_seq_num','18'),(1321,343,'_publicize_pending','1'),(1322,343,'_field_20','test'),(1323,343,'_field_21','test@test.sk'),(1324,343,'_field_32','test.org/#something'),(1325,343,'_field_12','test1@test.sk'),(1326,343,'_field_13','test2@test.sk'),(1327,343,'_field_14','test3@test.sk'),(1328,343,'_field_15','test4@test.sk'),(1329,343,'_form_id','4'),(1330,343,'_seq_num','19'),(1331,345,'_publicize_pending','1'),(1332,345,'_field_20','Loren Hockensmith'),(1333,345,'_field_21','iswoinc@gmail.com'),(1334,345,'_field_32','http://itstartswithone.org/#58dba821eb656'),(1335,345,'_field_12','kimjohnson.slc@gmail.com'),(1336,345,'_field_13','gabe.tullier@gmail.com'),(1337,345,'_field_14','forfendlit@gmail.com'),(1338,345,'_field_15','tyler.hissong@gmail.com'),(1339,345,'_form_id','4'),(1340,345,'_seq_num','20'),(1341,346,'_publicize_pending','1'),(1342,346,'_field_1','Tim Welborn'),(1343,346,'_field_2','ridgepastor@yahoo.com'),(1344,346,'_field_3','Just wanted to do some diligence before I gave. Could you send me your 501c3 information? Thanks'),(1345,346,'_form_id','1'),(1346,346,'_seq_num','7'),(1347,348,'_publicize_pending','1'),(1348,348,'_field_1','Samuel Vonziah'),(1349,348,'_field_2','cucog1@gmail.com'),(1350,348,'_field_3','Hello,\n I am a church planter that live in the republic of Liberia.\nI am seeking for your support toward my mission in Liberia.'),(1351,348,'_form_id','1'),(1352,348,'_seq_num','3'),(1356,351,'_edit_lock','1493921215:1'),(1357,351,'_edit_last','1'),(1358,351,'_publicize_pending','1'),(1359,351,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(1360,351,'_webdados_fb_open_graph_specific_image',''),(1361,351,'helena-layout-option','default'),(1362,351,'helena-header-image','default'),(1363,351,'helena-featured-image','default'),(1364,358,'_field_1',''),(1365,358,'_field_2',''),(1366,358,'_field_3',''),(1367,358,'_form_id','1'),(1368,358,'_seq_num','4'),(1369,359,'_field_20','Loren'),(1370,359,'_field_21','landkenterprise@gmail.com'),(1371,359,'_field_32',''),(1372,359,'_field_12','iswoinc@gmail.com'),(1373,359,'_field_13','htllawnservices1@yahoo.com'),(1374,359,'_field_14','htllawnservices12@yahoo.com'),(1375,359,'_field_15','htllawnservices10@yahoo.com'),(1376,359,'_form_id','4'),(1377,359,'_seq_num','21'),(1378,361,'_edit_last','2'),(1379,361,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(1380,361,'_webdados_fb_open_graph_specific_image',''),(1384,361,'_edit_lock','1543552169:2'),(1385,363,'_edit_last','2'),(1386,363,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(1387,363,'_webdados_fb_open_graph_specific_image',''),(1391,363,'_edit_lock','1524833424:2'),(1392,365,'_edit_last','2'),(1393,365,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(1394,365,'_webdados_fb_open_graph_specific_image',''),(1398,365,'_edit_lock','1508607224:2'),(1399,367,'_edit_last','1'),(1400,367,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(1401,367,'_webdados_fb_open_graph_specific_image',''),(1402,367,'helena-layout-option','default'),(1403,367,'helena-header-image','default'),(1404,367,'helena-featured-image','default'),(1405,367,'_edit_lock','1507909959:1'),(1406,369,'_edit_last','2'),(1407,369,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(1408,369,'_webdados_fb_open_graph_specific_image',''),(1412,369,'_edit_lock','1543599089:2'),(1413,371,'_menu_item_type','post_type'),(1414,371,'_menu_item_menu_item_parent','0'),(1415,371,'_menu_item_object_id','369'),(1416,371,'_menu_item_object','page'),(1417,371,'_menu_item_target',''),(1418,371,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1419,371,'_menu_item_xfn',''),(1420,371,'_menu_item_url',''),(1422,372,'_menu_item_type','post_type'),(1423,372,'_menu_item_menu_item_parent','371'),(1424,372,'_menu_item_object_id','367'),(1425,372,'_menu_item_object','page'),(1426,372,'_menu_item_target',''),(1427,372,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1428,372,'_menu_item_xfn',''),(1429,372,'_menu_item_url',''),(1431,373,'_menu_item_type','post_type'),(1432,373,'_menu_item_menu_item_parent','16'),(1433,373,'_menu_item_object_id','365'),(1434,373,'_menu_item_object','page'),(1435,373,'_menu_item_target',''),(1436,373,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1437,373,'_menu_item_xfn',''),(1438,373,'_menu_item_url',''),(1440,374,'_menu_item_type','post_type'),(1441,374,'_menu_item_menu_item_parent','16'),(1442,374,'_menu_item_object_id','363'),(1443,374,'_menu_item_object','page'),(1444,374,'_menu_item_target',''),(1445,374,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1446,374,'_menu_item_xfn',''),(1447,374,'_menu_item_url',''),(1449,375,'_menu_item_type','post_type'),(1450,375,'_menu_item_menu_item_parent','16'),(1451,375,'_menu_item_object_id','361'),(1452,375,'_menu_item_object','page'),(1453,375,'_menu_item_target',''),(1454,375,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1455,375,'_menu_item_xfn',''),(1456,375,'_menu_item_url',''),(1458,376,'_menu_item_type','custom'),(1459,376,'_menu_item_menu_item_parent','0'),(1460,376,'_menu_item_object_id','376'),(1461,376,'_menu_item_object','custom'),(1462,376,'_menu_item_target',''),(1463,376,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1464,376,'_menu_item_xfn',''),(1465,376,'_menu_item_url','https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation'),(1473,6,'_webdados_fb_open_graph_specific_description',''),(1483,382,'_wp_attached_file','2017/01/more-content-for-better-seo.png'),(1484,382,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:580;s:6:\"height\";i:243;s:4:\"file\";s:39:\"2017/01/more-content-for-better-seo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"more-content-for-better-seo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"more-content-for-better-seo-300x126.png\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:37:\"more-content-for-better-seo-90x68.png\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1488,369,'_webdados_fb_open_graph_specific_description',''),(1492,387,'_wp_attached_file','2017/10/FullSizeRender-2.jpg'),(1493,387,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1608;s:6:\"height\";i:1125;s:4:\"file\";s:28:\"2017/10/FullSizeRender-2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"FullSizeRender-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"FullSizeRender-2-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"FullSizeRender-2-768x537.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:537;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"FullSizeRender-2-1024x716.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:716;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"FullSizeRender-2-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:29:\"FullSizeRender-2-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:26:\"FullSizeRender-2-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1494,388,'_wp_attached_file','2017/10/Kim-Johnson.jpg'),(1495,388,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2017/10/Kim-Johnson.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Kim-Johnson-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Kim-Johnson-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Kim-Johnson-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Kim-Johnson-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Kim-Johnson-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:24:\"Kim-Johnson-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:21:\"Kim-Johnson-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1499,390,'_edit_lock','1539645516:2'),(1500,390,'_edit_last','2'),(1501,390,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(1502,390,'_webdados_fb_open_graph_specific_image',''),(1503,390,'_webdados_fb_open_graph_specific_description',''),(1510,392,'_edit_lock','1507923268:2'),(1511,392,'_edit_last','2'),(1512,392,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(1513,392,'_webdados_fb_open_graph_specific_image',''),(1514,392,'_webdados_fb_open_graph_specific_description',''),(1518,394,'_menu_item_type','post_type'),(1519,394,'_menu_item_menu_item_parent','372'),(1520,394,'_menu_item_object_id','392'),(1521,394,'_menu_item_object','page'),(1522,394,'_menu_item_target',''),(1523,394,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1524,394,'_menu_item_xfn',''),(1525,394,'_menu_item_url',''),(1527,395,'_menu_item_type','post_type'),(1528,395,'_menu_item_menu_item_parent','372'),(1529,395,'_menu_item_object_id','390'),(1530,395,'_menu_item_object','page'),(1531,395,'_menu_item_target',''),(1532,395,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1533,395,'_menu_item_xfn',''),(1534,395,'_menu_item_url',''),(1542,392,'helena-layout-option','default'),(1543,392,'helena-header-image','default'),(1544,392,'helena-featured-image','default'),(1607,8,'_webdados_fb_open_graph_specific_description',''),(1611,361,'_webdados_fb_open_graph_specific_description',''),(1618,363,'_webdados_fb_open_graph_specific_description',''),(1622,414,'_wp_attached_file','2017/10/IMG_3865-e1507943918677.jpg'),(1623,414,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2017/10/IMG_3865-e1507943918677.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3865-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3865-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3865-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:18:\"IMG_3865-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1624,414,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:12:\"IMG_3865.jpg\";}s:18:\"full-1507943918677\";a:3:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:27:\"IMG_3865-e1507943881425.jpg\";}}'),(1625,365,'_webdados_fb_open_graph_specific_description',''),(1683,432,'_edit_lock','1540387410:2'),(1684,432,'_edit_last','2'),(1685,432,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(1686,432,'_webdados_fb_open_graph_specific_image',''),(1687,432,'_webdados_fb_open_graph_specific_description',''),(1688,432,'helena-layout-option','default'),(1689,432,'helena-header-image','default'),(1690,432,'helena-featured-image','default'),(1691,434,'_edit_last','2'),(1692,434,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(1693,434,'_webdados_fb_open_graph_specific_image',''),(1694,434,'_webdados_fb_open_graph_specific_description',''),(1698,434,'_edit_lock','1543868027:2'),(1699,436,'_menu_item_type','post_type'),(1700,436,'_menu_item_menu_item_parent','371'),(1701,436,'_menu_item_object_id','434'),(1702,436,'_menu_item_object','page'),(1703,436,'_menu_item_target',''),(1704,436,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1705,436,'_menu_item_xfn',''),(1706,436,'_menu_item_url',''),(1708,437,'_menu_item_type','post_type'),(1709,437,'_menu_item_menu_item_parent','371'),(1710,437,'_menu_item_object_id','432'),(1711,437,'_menu_item_object','page'),(1712,437,'_menu_item_target',''),(1713,437,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1714,437,'_menu_item_xfn',''),(1715,437,'_menu_item_url',''),(1723,439,'_edit_lock','1510522286:2'),(1724,439,'_edit_last','2'),(1725,439,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(1726,439,'_webdados_fb_open_graph_specific_image',''),(1727,439,'_webdados_fb_open_graph_specific_description',''),(1734,441,'_edit_last','2'),(1735,441,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(1736,441,'_webdados_fb_open_graph_specific_image',''),(1737,441,'_webdados_fb_open_graph_specific_description',''),(1741,441,'_edit_lock','1543599271:2'),(1742,443,'_edit_last','2'),(1743,443,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(1744,443,'_webdados_fb_open_graph_specific_image',''),(1745,443,'_webdados_fb_open_graph_specific_description',''),(1749,443,'_edit_lock','1543859726:2'),(1750,445,'_menu_item_type','post_type'),(1751,445,'_menu_item_menu_item_parent','371'),(1752,445,'_menu_item_object_id','443'),(1753,445,'_menu_item_object','page'),(1754,445,'_menu_item_target',''),(1755,445,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1756,445,'_menu_item_xfn',''),(1757,445,'_menu_item_url',''),(1759,446,'_menu_item_type','post_type'),(1760,446,'_menu_item_menu_item_parent','16'),(1761,446,'_menu_item_object_id','441'),(1762,446,'_menu_item_object','page'),(1763,446,'_menu_item_target',''),(1764,446,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1765,446,'_menu_item_xfn',''),(1766,446,'_menu_item_url',''),(1783,102,'_webdados_fb_open_graph_specific_description',''),(1800,454,'_field_20','Loren'),(1801,454,'_field_21','htlcleaningservices@gmail.com'),(1802,454,'_field_32','http://itstartswithone.org/#59e4b13c5d123'),(1803,454,'_field_12','lorenhockensmith@gmail.com'),(1804,454,'_field_13','asdf@bob.com'),(1805,454,'_field_14','asdfasdf@bob.com'),(1806,454,'_form_id','4'),(1807,454,'_seq_num','22'),(1808,455,'_field_20','Loren'),(1809,455,'_field_21','htlcleaningservices@gmail.com'),(1810,455,'_field_32','http://itstartswithone.org/#59e4b13c5d123'),(1811,455,'_field_12','AidingAnglesLLC@gmail.com'),(1812,455,'_field_13','mdwband@gmail.com'),(1813,455,'_field_14','hockura@gmail.com'),(1814,455,'_form_id','4'),(1815,455,'_seq_num','23'),(1816,456,'_field_20','Loren'),(1817,456,'_field_21','htlcleaningservices@gmail.com'),(1818,456,'_field_32','http://itstartswithone.org/#59e4b13c5d123'),(1819,456,'_field_12','p@p.com'),(1820,456,'_field_13','o@o.com'),(1821,456,'_field_14','i@i.com'),(1822,456,'_form_id','4'),(1823,456,'_seq_num','24'),(1824,459,'sp_number','1'),(1825,459,'sp_team','458'),(1826,459,'sp_current_team','458'),(1827,460,'sp_number','2'),(1828,460,'sp_team','458'),(1829,460,'sp_current_team','458'),(1830,461,'sp_number','3'),(1831,461,'sp_team','458'),(1832,461,'sp_current_team','458'),(1833,462,'sp_team','458'),(1834,462,'sp_current_team','458'),(1835,463,'_sp_sample','1'),(1836,464,'_sp_sample','1'),(1837,465,'_sp_sample','1'),(1845,466,'_sp_first','1'),(1846,466,'_edit_lock','1508181288:2'),(1847,466,'_edit_last','2'),(1848,466,'sp_status','ok'),(1849,466,'sp_format','league'),(1850,466,'sp_mode','team'),(1851,466,'sp_day',''),(1852,466,'sp_minutes',''),(1862,466,'sp_results','a:0:{}'),(1863,466,'sp_result_columns','a:0:{}'),(1864,466,'sp_players','a:1:{i:458;a:3:{i:461;a:4:{s:6:\"number\";s:1:\"3\";s:8:\"position\";a:1:{i:0;s:1:\"6\";}s:6:\"status\";s:6:\"lineup\";s:3:\"sub\";s:1:\"0\";}i:460;a:4:{s:6:\"number\";s:1:\"2\";s:8:\"position\";a:1:{i:0;s:1:\"6\";}s:6:\"status\";s:6:\"lineup\";s:3:\"sub\";s:1:\"0\";}i:459;a:4:{s:6:\"number\";s:1:\"1\";s:8:\"position\";a:1:{i:0;s:1:\"6\";}s:6:\"status\";s:6:\"lineup\";s:3:\"sub\";s:1:\"0\";}}}'),(1865,466,'sp_columns','a:0:{}'),(1866,466,'sp_order','a:0:{}'),(1867,466,'sp_timeline','a:1:{i:458;a:3:{i:461;a:1:{s:3:\"sub\";a:1:{i:0;s:0:\"\";}}i:460;a:1:{s:3:\"sub\";a:1:{i:0;s:0:\"\";}}i:459;a:1:{s:3:\"sub\";a:1:{i:0;s:0:\"\";}}}}'),(1868,466,'sp_video',''),(1869,466,'_webdados_fb_open_graph_specific_image',''),(1870,466,'_webdados_fb_open_graph_specific_description',''),(1871,466,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(1872,467,'_edit_lock','1508176607:2'),(1873,467,'_edit_last','2'),(1874,467,'sp_number',''),(1875,467,'sp_metrics','a:0:{}'),(1876,467,'sp_leagues','a:0:{}'),(1877,467,'sp_statistics','a:0:{}'),(1878,467,'_webdados_fb_open_graph_specific_image',''),(1879,467,'_webdados_fb_open_graph_specific_description',''),(1880,467,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(1881,457,'_edit_lock','1508176654:2'),(1882,464,'_edit_lock','1508178592:2'),(1883,468,'_edit_lock','1508178507:2'),(1884,468,'_edit_last','2'),(1885,468,'sp_status','ok'),(1886,468,'sp_format','league'),(1887,468,'sp_mode','team'),(1888,468,'sp_day',''),(1889,468,'sp_minutes',''),(1890,468,'sp_team','-1'),(1891,468,'sp_player','0'),(1892,468,'sp_staff','0'),(1893,468,'sp_results','a:0:{}'),(1894,468,'sp_result_columns','a:0:{}'),(1895,468,'sp_players','a:0:{}'),(1896,468,'sp_columns','a:0:{}'),(1897,468,'sp_order','a:0:{}'),(1898,468,'sp_timeline','a:0:{}'),(1899,468,'sp_video',''),(1900,468,'_webdados_fb_open_graph_specific_image',''),(1901,468,'_webdados_fb_open_graph_specific_description',''),(1902,468,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(1903,469,'_edit_lock','1508178663:2'),(1904,469,'_edit_last','2'),(1905,469,'sp_number',''),(1906,469,'sp_metrics','a:0:{}'),(1907,469,'sp_leagues','a:0:{}'),(1908,469,'sp_statistics','a:0:{}'),(1909,469,'_webdados_fb_open_graph_specific_image',''),(1910,469,'_webdados_fb_open_graph_specific_description',''),(1911,469,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(1912,470,'_edit_last','2'),(1913,470,'sp_number','1'),(1914,470,'sp_metrics','a:0:{}'),(1915,470,'sp_leagues','a:0:{}'),(1916,470,'sp_statistics','a:0:{}'),(1917,470,'_webdados_fb_open_graph_specific_image',''),(1918,470,'_webdados_fb_open_graph_specific_description',''),(1919,470,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(1920,470,'_edit_lock','1508179013:2'),(1925,465,'_edit_lock','1508178820:2'),(1926,471,'_edit_lock','1508178875:2'),(1927,471,'_edit_last','2'),(1928,471,'sp_current_team','457'),(1929,471,'sp_team','457'),(1930,471,'_webdados_fb_open_graph_specific_image',''),(1931,471,'_webdados_fb_open_graph_specific_description',''),(1932,471,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(1933,470,'sp_current_team','457'),(1934,470,'sp_team','457'),(1936,466,'sp_team','458'),(1937,466,'sp_player','0'),(1938,466,'sp_player','459'),(1939,466,'sp_player','460'),(1940,466,'sp_player','461'),(1941,466,'sp_staff','0'),(1942,218,'_webdados_fb_open_graph_specific_description',''),(1949,475,'_field_1',''),(1950,475,'_field_2',''),(1951,475,'_field_3','Hello Sir/Madam,\n\nHope you\'re having a great day!\n\nMyself Daniel,from an Internet Marketing Company.\n\nI would like to tell you some points about your online business. I hope you won’t mind spending only 2-3 minutes to have a look at the following lines:\n\nIt seems you\'ve been spending budget with sponsored listing or PPC.\n\n. In PPC, you may get the sales but only after paying a certain amount every time and if you stop paying, then the sales will be vanished soon.\n\n . In SEO, You need to spend budget for few months. Once keywords will be in first page of Google, you can get satisfied traffic for long time.\n\n. 90% of users like Organic results over the sponsored ones because these results are more relevant and valuable. So just imagine how many valuable customers you are losing by not focusing on organic search results.\n\nBy investing a few months in SEO, you can see drastic changes in your website internally and externally. We\'ll show you TOP Rankings in your keywords, link popularity, organic traffic and many more...\n\nAfter reviewing your website. I noticed some major on-page and off-page issues need to be fixed soon. For more information about your site errors, please respond to my email.\n\nI would be happy to provide you Complete Site Analysis Report (free of cost) with our Company Profile, Work Experience and Client Testimonials.\n\nOur main AIM is customer satisfaction. We are not like others. We\'ve limited customers and make it sure they are really happy with our performance.\n\nYou may be interested with Big Big Companies but I can say they\'re taking money only showing their company brand to customers; otherwise the result part is Zero. Decision is yours!\n\nWe wish you the best of luck and looking forward to a long and healthy business relationship with you and your company.\n\nWaiting for your positive response…\n\nBest Regards,\nDaniel Jason\n------------------------------------- \nBusiness Development Manager\nNew York 11801, USA\n \nCONFIDENTIALITY NOTICE: This e-mail, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use or distribution is prohibited. If you are not the intended recipient, please contact the sender immediately and destroy all copies of the original message. Thank you.'),(1952,475,'_form_id','1'),(1953,475,'_seq_num','5'),(1954,186,'_webdados_fb_open_graph_specific_image',''),(1955,186,'_webdados_fb_open_graph_specific_description',''),(1959,478,'_edit_lock','1539645030:2'),(1960,478,'_edit_last','2'),(1961,478,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(1962,478,'_webdados_fb_open_graph_specific_image',''),(1963,478,'_webdados_fb_open_graph_specific_description',''),(1967,480,'_menu_item_type','post_type'),(1968,480,'_menu_item_menu_item_parent','16'),(1969,480,'_menu_item_object_id','478'),(1970,480,'_menu_item_object','page'),(1971,480,'_menu_item_target',''),(1972,480,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1973,480,'_menu_item_xfn',''),(1974,480,'_menu_item_url',''),(1985,482,'_edit_lock','1508608142:2'),(1986,482,'_edit_last','2'),(1987,482,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(1988,482,'_webdados_fb_open_graph_specific_image',''),(1989,482,'_webdados_fb_open_graph_specific_description',''),(1993,484,'_edit_lock','1508608545:2'),(1994,484,'_edit_last','2'),(1995,484,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(1996,484,'_webdados_fb_open_graph_specific_image',''),(1997,484,'_webdados_fb_open_graph_specific_description',''),(2022,490,'_wp_attached_file','2017/10/image1-4.jpg'),(2023,490,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2017/10/image1-4.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image1-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"image1-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:20:\"image1-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:20:\"image1-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:20:\"image1-4-128x128.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:18:\"image1-4-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"image1-4-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:18:\"image1-4-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2036,496,'_wp_attached_file','2017/10/image1-5.jpg'),(2037,496,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1125;s:6:\"height\";i:1122;s:4:\"file\";s:20:\"2017/10/image1-5.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image1-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"image1-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"image1-5-768x766.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:766;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"image1-5-1024x1021.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:20:\"image1-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:20:\"image1-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:20:\"image1-5-128x128.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:18:\"image1-5-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"image1-5-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:21:\"image1-5-1125x658.jpg\";s:5:\"width\";i:1125;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:18:\"image1-5-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2038,497,'_wp_attached_file','2017/10/image2.jpg'),(2039,497,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1125;s:6:\"height\";i:1108;s:4:\"file\";s:18:\"2017/10/image2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"image2-300x295.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"image2-768x756.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:756;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"image2-1024x1009.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1009;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:18:\"image2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:18:\"image2-300x295.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:18:\"image2-128x126.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:16:\"image2-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"image2-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:19:\"image2-1125x658.jpg\";s:5:\"width\";i:1125;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:16:\"image2-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2052,482,'helena-layout-option','default'),(2053,482,'helena-header-image','default'),(2054,482,'helena-featured-image','default'),(2055,503,'_wp_attached_file','2017/10/penny-shirt-final-trans-bg2.jpg'),(2056,503,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:696;s:6:\"height\";i:717;s:4:\"file\";s:39:\"2017/10/penny-shirt-final-trans-bg2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"penny-shirt-final-trans-bg2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"penny-shirt-final-trans-bg2-291x300.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:39:\"penny-shirt-final-trans-bg2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:39:\"penny-shirt-final-trans-bg2-291x300.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:39:\"penny-shirt-final-trans-bg2-124x128.jpg\";s:5:\"width\";i:124;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:37:\"penny-shirt-final-trans-bg2-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"penny-shirt-final-trans-bg2-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:39:\"penny-shirt-final-trans-bg2-696x658.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:37:\"penny-shirt-final-trans-bg2-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2069,508,'_wp_attached_file','2017/10/penny-shirt-final-trans-bg2-1.jpg'),(2070,508,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:696;s:6:\"height\";i:717;s:4:\"file\";s:41:\"2017/10/penny-shirt-final-trans-bg2-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"penny-shirt-final-trans-bg2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"penny-shirt-final-trans-bg2-1-291x300.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:41:\"penny-shirt-final-trans-bg2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:41:\"penny-shirt-final-trans-bg2-1-291x300.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:41:\"penny-shirt-final-trans-bg2-1-124x128.jpg\";s:5:\"width\";i:124;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:39:\"penny-shirt-final-trans-bg2-1-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"penny-shirt-final-trans-bg2-1-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:41:\"penny-shirt-final-trans-bg2-1-696x658.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:39:\"penny-shirt-final-trans-bg2-1-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2098,518,'_edit_last','2'),(2099,518,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(2100,518,'_webdados_fb_open_graph_specific_image',''),(2101,518,'_webdados_fb_open_graph_specific_description',''),(2105,518,'_edit_lock','1538150968:2'),(2118,522,'_wp_attached_file','2017/10/IMG_0862.mov'),(2119,522,'_wp_attachment_metadata','a:10:{s:8:\"lossless\";b:0;s:8:\"filesize\";i:9675255;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:5;s:16:\"length_formatted\";s:4:\"0:05\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:1;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:4:\"mono\";}}'),(2123,524,'_wp_attached_file','2017/10/IMG_0808.jpg'),(2124,524,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:20:\"2017/10/IMG_0808.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0808-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0808-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0808-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0808-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:20:\"IMG_0808-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:20:\"IMG_0808-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:19:\"IMG_0808-128x96.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:18:\"IMG_0808-32x24.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0808-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:21:\"IMG_0808-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:18:\"IMG_0808-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2125,525,'_wp_attached_file','2017/10/IMG_0873.png'),(2126,525,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:577;s:6:\"height\";i:1024;s:4:\"file\";s:20:\"2017/10/IMG_0873.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0873-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0873-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0873-577x1024.png\";s:5:\"width\";i:577;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:20:\"IMG_0873-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:20:\"IMG_0873-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:19:\"IMG_0873-72x128.png\";s:5:\"width\";i:72;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:18:\"IMG_0873-18x32.png\";s:5:\"width\";i:18;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0873-577x439.png\";s:5:\"width\";i:577;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:20:\"IMG_0873-577x658.png\";s:5:\"width\";i:577;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:18:\"IMG_0873-90x68.png\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2127,526,'_wp_attached_file','2017/10/IMG_0874.png'),(2128,526,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:577;s:6:\"height\";i:1024;s:4:\"file\";s:20:\"2017/10/IMG_0874.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0874-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0874-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0874-577x1024.png\";s:5:\"width\";i:577;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:20:\"IMG_0874-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:20:\"IMG_0874-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:19:\"IMG_0874-72x128.png\";s:5:\"width\";i:72;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:18:\"IMG_0874-18x32.png\";s:5:\"width\";i:18;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0874-577x439.png\";s:5:\"width\";i:577;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:20:\"IMG_0874-577x658.png\";s:5:\"width\";i:577;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:18:\"IMG_0874-90x68.png\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2129,527,'_wp_attached_file','2017/10/IMG_0875.png'),(2130,527,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:577;s:6:\"height\";i:1024;s:4:\"file\";s:20:\"2017/10/IMG_0875.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0875-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0875-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0875-577x1024.png\";s:5:\"width\";i:577;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:20:\"IMG_0875-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:20:\"IMG_0875-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:19:\"IMG_0875-72x128.png\";s:5:\"width\";i:72;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:18:\"IMG_0875-18x32.png\";s:5:\"width\";i:18;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0875-577x439.png\";s:5:\"width\";i:577;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:20:\"IMG_0875-577x658.png\";s:5:\"width\";i:577;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:18:\"IMG_0875-90x68.png\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2131,528,'_wp_attached_file','2017/10/IMG_0876.png'),(2132,528,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:577;s:6:\"height\";i:1024;s:4:\"file\";s:20:\"2017/10/IMG_0876.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0876-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0876-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0876-577x1024.png\";s:5:\"width\";i:577;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:20:\"IMG_0876-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:20:\"IMG_0876-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:19:\"IMG_0876-72x128.png\";s:5:\"width\";i:72;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:18:\"IMG_0876-18x32.png\";s:5:\"width\";i:18;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0876-577x439.png\";s:5:\"width\";i:577;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:20:\"IMG_0876-577x658.png\";s:5:\"width\";i:577;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:18:\"IMG_0876-90x68.png\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2133,529,'_wp_attached_file','2017/10/IMG_0880-e1508286163536.jpg'),(2134,529,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:35:\"2017/10/IMG_0880-e1508286163536.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_0880-e1508286163536-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_0880-e1508286163536-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"IMG_0880-e1508286163536-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"IMG_0880-e1508286163536-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:35:\"IMG_0880-e1508286163536-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:35:\"IMG_0880-e1508286163536-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:34:\"IMG_0880-e1508286163536-96x128.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:33:\"IMG_0880-e1508286163536-24x32.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_0880-e1508286163536-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:36:\"IMG_0880-e1508286163536-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:33:\"IMG_0880-e1508286163536-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2135,530,'_wp_attached_file','2017/10/IMG_0881-e1508286194750.jpg'),(2136,530,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:35:\"2017/10/IMG_0881-e1508286194750.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_0881-e1508286194750-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_0881-e1508286194750-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"IMG_0881-e1508286194750-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"IMG_0881-e1508286194750-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:35:\"IMG_0881-e1508286194750-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:35:\"IMG_0881-e1508286194750-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:34:\"IMG_0881-e1508286194750-96x128.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:33:\"IMG_0881-e1508286194750-24x32.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_0881-e1508286194750-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:36:\"IMG_0881-e1508286194750-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:33:\"IMG_0881-e1508286194750-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2137,531,'_wp_attached_file','2017/10/IMG_0941.jpg'),(2138,531,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2017/10/IMG_0941.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0941-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0941-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_0941-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0941-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:20:\"IMG_0941-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:20:\"IMG_0941-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:19:\"IMG_0941-96x128.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:18:\"IMG_0941-24x32.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0941-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:21:\"IMG_0941-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:18:\"IMG_0941-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2139,532,'_wp_attached_file','2017/10/IMG_0942.jpg'),(2140,532,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2017/10/IMG_0942.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0942-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0942-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_0942-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0942-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:20:\"IMG_0942-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:20:\"IMG_0942-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:19:\"IMG_0942-96x128.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:18:\"IMG_0942-24x32.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0942-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:21:\"IMG_0942-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:18:\"IMG_0942-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2141,533,'_wp_attached_file','2017/10/IMG_0957.png'),(2142,533,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2001;s:6:\"height\";i:1125;s:4:\"file\";s:20:\"2017/10/IMG_0957.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0957-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0957-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0957-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0957-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:20:\"IMG_0957-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:20:\"IMG_0957-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:19:\"IMG_0957-128x72.png\";s:5:\"width\";i:128;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:18:\"IMG_0957-32x18.png\";s:5:\"width\";i:32;s:6:\"height\";i:18;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0957-585x439.png\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:21:\"IMG_0957-1170x658.png\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:18:\"IMG_0957-90x68.png\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2143,529,'_wp_attachment_backup_sizes','a:12:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:12:\"IMG_0880.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0880-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0880-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0880-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_0880-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"sportspress-crop-medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0880-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"sportspress-fit-medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0880-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sportspress-fit-icon-orig\";a:4:{s:4:\"file\";s:19:\"IMG_0880-128x96.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sportspress-fit-mini-orig\";a:4:{s:4:\"file\";s:18:\"IMG_0880-32x24.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0880-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"helena-slider-orig\";a:4:{s:4:\"file\";s:21:\"IMG_0880-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"helena-small-orig\";a:4:{s:4:\"file\";s:18:\"IMG_0880-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(2144,534,'_wp_attached_file','2017/10/IMG_0959.png'),(2145,534,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1125;s:6:\"height\";i:2001;s:4:\"file\";s:20:\"2017/10/IMG_0959.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0959-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0959-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_0959-768x1366.png\";s:5:\"width\";i:768;s:6:\"height\";i:1366;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0959-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:20:\"IMG_0959-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:20:\"IMG_0959-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:19:\"IMG_0959-72x128.png\";s:5:\"width\";i:72;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:18:\"IMG_0959-18x32.png\";s:5:\"width\";i:18;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0959-585x439.png\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:21:\"IMG_0959-1125x658.png\";s:5:\"width\";i:1125;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:18:\"IMG_0959-90x68.png\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2146,530,'_wp_attachment_backup_sizes','a:12:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:12:\"IMG_0881.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0881-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0881-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0881-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_0881-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"sportspress-crop-medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0881-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"sportspress-fit-medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0881-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sportspress-fit-icon-orig\";a:4:{s:4:\"file\";s:19:\"IMG_0881-128x96.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sportspress-fit-mini-orig\";a:4:{s:4:\"file\";s:18:\"IMG_0881-32x24.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0881-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"helena-slider-orig\";a:4:{s:4:\"file\";s:21:\"IMG_0881-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"helena-small-orig\";a:4:{s:4:\"file\";s:18:\"IMG_0881-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(2147,535,'_wp_attached_file','2017/10/IMG_0960.png'),(2148,535,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1125;s:6:\"height\";i:2001;s:4:\"file\";s:20:\"2017/10/IMG_0960.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0960-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0960-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_0960-768x1366.png\";s:5:\"width\";i:768;s:6:\"height\";i:1366;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0960-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:20:\"IMG_0960-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:20:\"IMG_0960-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:19:\"IMG_0960-72x128.png\";s:5:\"width\";i:72;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:18:\"IMG_0960-18x32.png\";s:5:\"width\";i:18;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0960-585x439.png\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:21:\"IMG_0960-1125x658.png\";s:5:\"width\";i:1125;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:18:\"IMG_0960-90x68.png\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2149,536,'_wp_attached_file','2017/10/IMG_1277.png'),(2150,536,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2001;s:6:\"height\";i:1125;s:4:\"file\";s:20:\"2017/10/IMG_1277.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1277-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1277-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_1277-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1277-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:20:\"IMG_1277-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:20:\"IMG_1277-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:19:\"IMG_1277-128x72.png\";s:5:\"width\";i:128;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:18:\"IMG_1277-32x18.png\";s:5:\"width\";i:32;s:6:\"height\";i:18;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1277-585x439.png\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:21:\"IMG_1277-1170x658.png\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:18:\"IMG_1277-90x68.png\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2151,537,'_wp_attached_file','2017/10/IMG_1284.png'),(2152,537,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2001;s:6:\"height\";i:1125;s:4:\"file\";s:20:\"2017/10/IMG_1284.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1284-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1284-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_1284-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1284-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:20:\"IMG_1284-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:20:\"IMG_1284-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:19:\"IMG_1284-128x72.png\";s:5:\"width\";i:128;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:18:\"IMG_1284-32x18.png\";s:5:\"width\";i:32;s:6:\"height\";i:18;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1284-585x439.png\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:21:\"IMG_1284-1170x658.png\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:18:\"IMG_1284-90x68.png\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2153,538,'_wp_attached_file','2017/10/IMG_1286.png'),(2154,538,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2001;s:6:\"height\";i:1125;s:4:\"file\";s:20:\"2017/10/IMG_1286.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1286-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1286-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_1286-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1286-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:20:\"IMG_1286-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:20:\"IMG_1286-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:19:\"IMG_1286-128x72.png\";s:5:\"width\";i:128;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:18:\"IMG_1286-32x18.png\";s:5:\"width\";i:32;s:6:\"height\";i:18;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1286-585x439.png\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:21:\"IMG_1286-1170x658.png\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:18:\"IMG_1286-90x68.png\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2155,539,'_wp_attached_file','2017/10/IMG_1288.png'),(2156,539,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2001;s:6:\"height\";i:1125;s:4:\"file\";s:20:\"2017/10/IMG_1288.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1288-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1288-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_1288-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1288-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:20:\"IMG_1288-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:20:\"IMG_1288-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:19:\"IMG_1288-128x72.png\";s:5:\"width\";i:128;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:18:\"IMG_1288-32x18.png\";s:5:\"width\";i:32;s:6:\"height\";i:18;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1288-585x439.png\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:21:\"IMG_1288-1170x658.png\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:18:\"IMG_1288-90x68.png\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2157,540,'_wp_attached_file','2017/10/IMG_1289.png'),(2158,540,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2001;s:6:\"height\";i:1125;s:4:\"file\";s:20:\"2017/10/IMG_1289.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1289-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1289-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_1289-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1289-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:20:\"IMG_1289-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:20:\"IMG_1289-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:19:\"IMG_1289-128x72.png\";s:5:\"width\";i:128;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:18:\"IMG_1289-32x18.png\";s:5:\"width\";i:32;s:6:\"height\";i:18;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1289-585x439.png\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:21:\"IMG_1289-1170x658.png\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:18:\"IMG_1289-90x68.png\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2159,541,'_wp_attached_file','2017/10/IMG_1291.png'),(2160,541,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2001;s:6:\"height\";i:1125;s:4:\"file\";s:20:\"2017/10/IMG_1291.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1291-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1291-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_1291-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1291-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:20:\"IMG_1291-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:20:\"IMG_1291-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:19:\"IMG_1291-128x72.png\";s:5:\"width\";i:128;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:18:\"IMG_1291-32x18.png\";s:5:\"width\";i:32;s:6:\"height\";i:18;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1291-585x439.png\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:21:\"IMG_1291-1170x658.png\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:18:\"IMG_1291-90x68.png\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2233,565,'_wp_attached_file','2017/10/FullSizeRender-25.jpg'),(2234,565,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1073;s:6:\"height\";i:1544;s:4:\"file\";s:29:\"2017/10/FullSizeRender-25.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"FullSizeRender-25-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"FullSizeRender-25-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"FullSizeRender-25-768x1105.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"FullSizeRender-25-712x1024.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:29:\"FullSizeRender-25-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:29:\"FullSizeRender-25-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:28:\"FullSizeRender-25-89x128.jpg\";s:5:\"width\";i:89;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:27:\"FullSizeRender-25-22x32.jpg\";s:5:\"width\";i:22;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"FullSizeRender-25-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:30:\"FullSizeRender-25-1073x658.jpg\";s:5:\"width\";i:1073;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:27:\"FullSizeRender-25-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2241,570,'_edit_lock','1510026415:2'),(2242,570,'_edit_last','2'),(2243,570,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(2244,570,'_webdados_fb_open_graph_specific_image',''),(2245,570,'_webdados_fb_open_graph_specific_description',''),(2258,573,'_edit_last','2'),(2259,573,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(2260,573,'_webdados_fb_open_graph_specific_image',''),(2261,573,'_webdados_fb_open_graph_specific_description',''),(2265,573,'_edit_lock','1525389404:2'),(2275,576,'_edit_lock','1508536595:2'),(2276,576,'_edit_last','2'),(2277,576,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(2278,576,'_webdados_fb_open_graph_specific_image',''),(2279,576,'_webdados_fb_open_graph_specific_description',''),(2280,576,'helena-layout-option','default'),(2281,576,'helena-header-image','default'),(2282,576,'helena-featured-image','default'),(2305,586,'_wp_attached_file','2017/10/iswo-logo-edited.jpg'),(2306,586,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:838;s:6:\"height\";i:899;s:4:\"file\";s:28:\"2017/10/iswo-logo-edited.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"iswo-logo-edited-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"iswo-logo-edited-280x300.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"iswo-logo-edited-768x824.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:824;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:28:\"iswo-logo-edited-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:28:\"iswo-logo-edited-280x300.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:28:\"iswo-logo-edited-119x128.jpg\";s:5:\"width\";i:119;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:26:\"iswo-logo-edited-30x32.jpg\";s:5:\"width\";i:30;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"iswo-logo-edited-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:28:\"iswo-logo-edited-838x658.jpg\";s:5:\"width\";i:838;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:26:\"iswo-logo-edited-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2311,541,'_wp_attachment_is_custom_background','helena'),(2322,365,'helena-layout-option','default'),(2323,365,'helena-header-image','default'),(2324,365,'helena-featured-image','default'),(2325,10,'_webdados_fb_open_graph_specific_image',''),(2326,10,'_webdados_fb_open_graph_specific_description',''),(2339,484,'helena-layout-option','default'),(2340,484,'helena-header-image','default'),(2341,484,'helena-featured-image','default'),(2342,601,'_wp_attached_file','2017/10/FullSizeRender-29.jpg'),(2343,601,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1125;s:6:\"height\";i:1122;s:4:\"file\";s:29:\"2017/10/FullSizeRender-29.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"FullSizeRender-29-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"FullSizeRender-29-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"FullSizeRender-29-768x766.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:766;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"FullSizeRender-29-1024x1021.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:29:\"FullSizeRender-29-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:29:\"FullSizeRender-29-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:29:\"FullSizeRender-29-128x128.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:27:\"FullSizeRender-29-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"FullSizeRender-29-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:30:\"FullSizeRender-29-1125x658.jpg\";s:5:\"width\";i:1125;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:27:\"FullSizeRender-29-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1508179023\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2344,602,'_wp_attached_file','2017/10/100435080-disney_getty1.1910x1000-e1510425497460.jpg'),(2345,602,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:628;s:4:\"file\";s:60:\"2017/10/100435080-disney_getty1.1910x1000-e1510425497460.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"100435080-disney_getty1.1910x1000-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"100435080-disney_getty1.1910x1000-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"100435080-disney_getty1.1910x1000-768x402.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"100435080-disney_getty1.1910x1000-1024x536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:45:\"100435080-disney_getty1.1910x1000-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:45:\"100435080-disney_getty1.1910x1000-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:44:\"100435080-disney_getty1.1910x1000-128x67.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:43:\"100435080-disney_getty1.1910x1000-32x17.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:17;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"100435080-disney_getty1.1910x1000-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:46:\"100435080-disney_getty1.1910x1000-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:43:\"100435080-disney_getty1.1910x1000-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2363,608,'_edit_lock','1510753300:3'),(2364,608,'_edit_last','2'),(2365,608,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(2366,608,'_webdados_fb_open_graph_specific_image',''),(2367,608,'_webdados_fb_open_graph_specific_description',''),(2380,611,'_edit_lock','1508859912:2'),(2381,611,'_edit_last','2'),(2382,611,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(2383,611,'_webdados_fb_open_graph_specific_image',''),(2384,611,'_webdados_fb_open_graph_specific_description',''),(2398,616,'_edit_lock','1508859865:2'),(2399,616,'_edit_last','2'),(2400,616,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(2401,616,'_webdados_fb_open_graph_specific_image',''),(2402,616,'_webdados_fb_open_graph_specific_description',''),(2415,619,'_edit_lock','1508859836:2'),(2416,619,'_edit_last','2'),(2417,619,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(2418,619,'_webdados_fb_open_graph_specific_image',''),(2419,619,'_webdados_fb_open_graph_specific_description',''),(2456,627,'_field_20','test'),(2457,627,'_field_21','test@test.sk'),(2458,627,'_field_32','test1234'),(2459,627,'_field_12','robotnymail@gmail.com'),(2460,627,'_field_13','robotnymail@gmail.com'),(2461,627,'_field_14','robotnymail@gmail.com'),(2462,627,'_form_id','4'),(2463,627,'_seq_num','25'),(2494,638,'_edit_lock','1524831383:2'),(2495,638,'_edit_last','2'),(2496,638,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(2497,638,'_webdados_fb_open_graph_specific_image',''),(2498,638,'_webdados_fb_open_graph_specific_description',''),(2523,619,'helena-layout-option','default'),(2524,619,'helena-header-image','default'),(2525,619,'helena-featured-image','default'),(2526,616,'helena-layout-option','default'),(2527,616,'helena-header-image','default'),(2528,616,'helena-featured-image','default'),(2529,611,'helena-layout-option','default'),(2530,611,'helena-header-image','default'),(2531,611,'helena-featured-image','default'),(2541,651,'_edit_lock','1510753281:3'),(2542,651,'_edit_last','2'),(2543,651,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(2544,651,'_webdados_fb_open_graph_specific_image',''),(2545,651,'_webdados_fb_open_graph_specific_description',''),(2669,692,'_edit_lock','1510017817:2'),(2670,692,'_edit_last','2'),(2671,692,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(2672,692,'_webdados_fb_open_graph_specific_image',''),(2673,692,'_webdados_fb_open_graph_specific_description',''),(2674,692,'helena-layout-option','default'),(2675,692,'helena-header-image','default'),(2676,692,'helena-featured-image','default'),(2713,570,'helena-layout-option','default'),(2714,570,'helena-header-image','default'),(2715,570,'helena-featured-image','default'),(2719,608,'helena-layout-option','default'),(2720,608,'helena-header-image','default'),(2721,608,'helena-featured-image','default'),(2725,708,'_edit_lock','1538021661:2'),(2726,708,'_edit_last','2'),(2727,708,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(2728,708,'_webdados_fb_open_graph_specific_image',''),(2729,708,'_webdados_fb_open_graph_specific_description',''),(2757,713,'_field_33','2017-11-11T00:00:00-05:00'),(2758,713,'_field_45','business'),(2759,713,'_field_46','Be the One Clothing Company'),(2760,713,'_field_34','Loren'),(2761,713,'_field_35','Hockensmith'),(2762,713,'_field_36','5909 Spring Lake Terrace'),(2763,713,'_field_37','Fort Pierce'),(2764,713,'_field_38','FL'),(2765,713,'_field_39','34951'),(2766,713,'_field_40','772-242-0446'),(2767,713,'_field_41','lorenhockensmith@aol.com'),(2768,713,'_field_42','Cancer'),(2769,713,'_field_43','Too much to even list.'),(2770,713,'_field_48','$1000'),(2771,713,'_form_id','6'),(2772,713,'_seq_num','1'),(2773,714,'_menu_item_type','post_type'),(2774,714,'_menu_item_menu_item_parent','16'),(2775,714,'_menu_item_object_id','708'),(2776,714,'_menu_item_object','page'),(2777,714,'_menu_item_target',''),(2778,714,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2779,714,'_menu_item_xfn',''),(2780,714,'_menu_item_url',''),(2845,725,'_edit_lock','1510511486:2'),(2846,725,'_edit_last','2'),(2847,725,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(2848,725,'_webdados_fb_open_graph_specific_image',''),(2849,725,'_webdados_fb_open_graph_specific_description',''),(2853,725,'helena-layout-option','default'),(2854,725,'helena-header-image','default'),(2855,725,'helena-featured-image','default'),(2856,602,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1910;s:6:\"height\";i:1000;s:4:\"file\";s:37:\"100435080-disney_getty1.1910x1000.jpg\";}}'),(2863,731,'_wp_attached_file','2017/10/TPC-Networking-Example-List.pdf'),(2870,734,'_wp_attached_file','2017/10/The-Penny-Challenge-Step-by-step-instructions.docx'),(2874,736,'_wp_attached_file','2017/10/The-Penny-Challenge-Step-by-step-instructions.pdf'),(2875,439,'helena-layout-option','default'),(2876,439,'helena-header-image','default'),(2877,439,'helena-featured-image','default'),(2903,745,'_edit_lock','1510689001:2'),(2904,745,'_edit_last','2'),(2905,745,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(2906,745,'_webdados_fb_open_graph_specific_image',''),(2907,745,'_webdados_fb_open_graph_specific_description',''),(2911,745,'helena-layout-option','default'),(2912,745,'helena-header-image','default'),(2913,745,'helena-featured-image','default'),(2914,747,'_edit_lock','1538021280:2'),(2915,747,'_edit_last','2'),(2916,747,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(2917,747,'_webdados_fb_open_graph_specific_image',''),(2918,747,'_webdados_fb_open_graph_specific_description',''),(2964,651,'helena-layout-option','default'),(2965,651,'helena-header-image','default'),(2966,651,'helena-featured-image','default'),(2994,747,'helena-layout-option','default'),(2995,747,'helena-header-image','default'),(2996,747,'helena-featured-image','default'),(2997,767,'_field_1','Denny Peter'),(2998,767,'_field_2','Denny.Peters1@execs.com'),(2999,767,'_field_3',' Dear,\nI wish to inform you of my interest to invest/fund your company/projects as a silent investor[Angel Investor].\nIf my interest is reviewed and considered please kindly get back to me with the project details and \nthe DEBT/EQUITY percentage reserved for investors for me to have a view on it and for further proceedings.\n\n\n Thanks,\n\n\nDenny Peters'),(3000,767,'_form_id','1'),(3001,767,'_seq_num','6'),(3002,768,'_field_33','2017-11-17T00:00:00-05:00'),(3003,768,'_field_34','Stephen'),(3004,768,'_field_35','Murdock '),(3005,768,'_field_36','47th terrace'),(3006,768,'_field_37','Vero Beach'),(3007,768,'_field_38','FL'),(3008,768,'_field_39','32966'),(3009,768,'_field_40','772-633-2301'),(3010,768,'_field_41','smjfire167@yahoo.com'),(3011,768,'_field_49','a:1:{i:0;s:13:\"me-personally\";}'),(3012,768,'_field_50','Myself / my go fund me page'),(3013,768,'_field_45','individual'),(3014,768,'_field_46','N/A'),(3015,768,'_field_42','Out of pocket medical expenses'),(3016,768,'_field_43','I have been sick for several years with workplace exposure as a firefighter. My exposures include living in moldy fire stations, high amounts of petro-chemicals and organophosphates in my blood and tissues, and traumatic brain injury. My employer has denied my workers compensation claim. I do have a Dr that can successfully treat me but the entire process is paid out of pocket. I’ve spent several thousands of dollars and burned almost all of my paid time off of work for treatment earlier in the year and made some progress, but I was not able to continue due to being out of time and money.\nI am looking at retirement the end of this year to stop further exposure and go back to complete treatment. \nAny help is greatly appreciated. \nThank you, Lt Stephen Murdock\nhttps://www.gofundme.com/help-a-firefighter-and-his-son'),(3017,768,'_field_48','$77,000'),(3018,768,'_form_id','6'),(3019,768,'_seq_num','2'),(3032,774,'_field_1',''),(3033,774,'_field_2',''),(3034,774,'_field_3',''),(3035,774,'_form_id','1'),(3036,774,'_seq_num','7'),(3042,778,'_field_33','2018-01-07T00:00:00-05:00'),(3043,778,'_field_34','Rebecca'),(3044,778,'_field_35','Hockensmith '),(3045,778,'_field_36','444 Grandview Avenue '),(3046,778,'_field_37','Chambersburg '),(3047,778,'_field_38','PA'),(3048,778,'_field_39','17201'),(3049,778,'_field_40','7174463179'),(3050,778,'_field_41','bhockensmith12@gmail.com'),(3051,778,'_field_49','a:1:{i:0;s:14:\"someone-i-know\";}'),(3052,778,'_field_50','Bridget Rohn'),(3053,778,'_field_45','individual'),(3054,778,'_field_46','Bridget Rohn'),(3055,778,'_field_42','Child VERY sick!'),(3056,778,'_field_43','My friend has a 6 month old son with downs syndrome who just went through heart surgery and is not doing well.\nHe may end up needing a heart transplant.\nThe mother has not left the hospital for over 2 weeks and the father works over 40 miles away.\nI\'d like to help take some financial burden off them and bring Jeffery home from work so the family can be together for little Rycker.\nThe mother has taken a lot of bad news on her own, and watched her son struggle on her own. \nI wish I could make her son better but I cant, but I can try to help take some money pressures off so maybe Dad can be there too!!\nWe know what it\'s like having babies very sick in hospital and want to help in someway!!!!\nTHANK YOU SO much!'),(3057,778,'_field_48','10,000'),(3058,778,'_form_id','6'),(3059,778,'_seq_num','3'),(3079,792,'_edit_lock','1516898450:1'),(3080,792,'_edit_last','1'),(3081,792,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(3082,792,'_webdados_fb_open_graph_specific_image',''),(3083,792,'_webdados_fb_open_graph_specific_description',''),(3093,792,'helena-layout-option','no-sidebar-full-width'),(3094,792,'helena-header-image','disable'),(3095,792,'helena-featured-image','disabled'),(3128,809,'_edit_lock','1539985111:2'),(3129,809,'_edit_last','2'),(3130,810,'_wp_attached_file','2018/03/ISWO-2-Minute-Challenge-Sheet.pdf'),(3131,809,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(3132,809,'_webdados_fb_open_graph_specific_image',''),(3133,809,'_webdados_fb_open_graph_specific_description',''),(3137,812,'_wp_attached_file','2018/03/It-Starts-With-One-Monthly-Pledge-Sheet.pdf'),(3138,813,'_wp_attached_file','2018/03/It-Starts-With-One-Who-We-Are-Detail-Sheet.pdf'),(3151,816,'_wp_attached_file','2018/03/2-minute-challenge.png'),(3152,816,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:549;s:6:\"height\";i:730;s:4:\"file\";s:30:\"2018/03/2-minute-challenge.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"2-minute-challenge-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"2-minute-challenge-226x300.png\";s:5:\"width\";i:226;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:30:\"2-minute-challenge-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:30:\"2-minute-challenge-226x300.png\";s:5:\"width\";i:226;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:29:\"2-minute-challenge-96x128.png\";s:5:\"width\";i:96;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:28:\"2-minute-challenge-24x32.png\";s:5:\"width\";i:24;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"2-minute-challenge-549x439.png\";s:5:\"width\";i:549;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:30:\"2-minute-challenge-549x658.png\";s:5:\"width\";i:549;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:28:\"2-minute-challenge-90x68.png\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3189,830,'_wp_attached_file','2018/04/ISWO-2018-Budget.pdf'),(3234,218,'helena-layout-option','default'),(3235,218,'helena-header-image','default'),(3236,218,'helena-featured-image','default'),(3246,843,'_edit_lock','1524848569:2'),(3247,843,'_edit_last','2'),(3248,843,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(3249,843,'_webdados_fb_open_graph_specific_image',''),(3250,843,'_webdados_fb_open_graph_specific_description',''),(3278,186,'helena-layout-option','default'),(3279,186,'helena-header-image','default'),(3280,186,'helena-featured-image','default'),(3281,850,'_edit_lock','1524186205:2'),(3282,850,'_edit_last','2'),(3283,850,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(3284,850,'_webdados_fb_open_graph_specific_image',''),(3285,850,'_webdados_fb_open_graph_specific_description',''),(3292,852,'_edit_lock','1524186261:2'),(3293,852,'_edit_last','2'),(3294,852,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(3295,852,'_webdados_fb_open_graph_specific_image',''),(3296,852,'_webdados_fb_open_graph_specific_description',''),(3303,854,'_edit_lock','1523554326:2'),(3304,854,'_edit_last','2'),(3305,854,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(3306,854,'_webdados_fb_open_graph_specific_image',''),(3307,854,'_webdados_fb_open_graph_specific_description',''),(3308,854,'helena-layout-option','default'),(3309,854,'helena-header-image','default'),(3310,854,'helena-featured-image','default'),(3311,858,'_edit_lock','1524186207:2'),(3312,858,'_edit_last','2'),(3313,858,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(3314,858,'_webdados_fb_open_graph_specific_image',''),(3315,858,'_webdados_fb_open_graph_specific_description',''),(3417,889,'_wp_attached_file','2018/04/Be-the-One.png'),(3418,889,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:368;s:6:\"height\";i:374;s:4:\"file\";s:22:\"2018/04/Be-the-One.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Be-the-One-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Be-the-One-295x300.png\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:22:\"Be-the-One-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:22:\"Be-the-One-295x300.png\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:22:\"Be-the-One-126x128.png\";s:5:\"width\";i:126;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:20:\"Be-the-One-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:20:\"Be-the-One-90x68.png\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3468,858,'helena-layout-option','default'),(3469,858,'helena-header-image','default'),(3470,858,'helena-featured-image','default'),(3474,850,'helena-layout-option','default'),(3475,850,'helena-header-image','default'),(3476,850,'helena-featured-image','default'),(3477,852,'helena-layout-option','default'),(3478,852,'helena-header-image','default'),(3479,852,'helena-featured-image','default'),(3489,32,'_webdados_fb_open_graph_specific_image',''),(3490,32,'_webdados_fb_open_graph_specific_description',''),(3491,32,'helena-layout-option','default'),(3492,32,'helena-header-image','default'),(3493,32,'helena-featured-image','default'),(3494,32,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(3516,921,'_edit_lock','1524930922:2'),(3517,922,'_wp_attached_file','2018/04/1-Minute-Challenge.pdf'),(3518,921,'_edit_last','2'),(3519,921,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(3520,921,'_webdados_fb_open_graph_specific_image',''),(3521,921,'_webdados_fb_open_graph_specific_description',''),(3531,638,'helena-layout-option','default'),(3532,638,'helena-header-image','default'),(3533,638,'helena-featured-image','default'),(3543,363,'helena-layout-option','default'),(3544,363,'helena-header-image','default'),(3545,363,'helena-featured-image','default'),(3557,933,'_wp_attached_file','2018/04/iswo-bjj-1.jpg'),(3558,933,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:482;s:6:\"height\";i:619;s:4:\"file\";s:22:\"2018/04/iswo-bjj-1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"iswo-bjj-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"iswo-bjj-1-234x300.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:22:\"iswo-bjj-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:22:\"iswo-bjj-1-234x300.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:22:\"iswo-bjj-1-100x128.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:20:\"iswo-bjj-1-25x32.jpg\";s:5:\"width\";i:25;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"iswo-bjj-1-482x439.jpg\";s:5:\"width\";i:482;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:20:\"iswo-bjj-1-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3571,843,'helena-layout-option','default'),(3572,843,'helena-header-image','default'),(3573,843,'helena-featured-image','default'),(3602,949,'_wp_attached_file','2018/04/Copy-of-ISWO-1-Minute-Challenge-Sheet-1.jpeg'),(3603,949,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2550;s:6:\"height\";i:3300;s:4:\"file\";s:52:\"2018/04/Copy-of-ISWO-1-Minute-Challenge-Sheet-1.jpeg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Copy-of-ISWO-1-Minute-Challenge-Sheet-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"Copy-of-ISWO-1-Minute-Challenge-Sheet-1-232x300.jpeg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"Copy-of-ISWO-1-Minute-Challenge-Sheet-1-768x994.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"Copy-of-ISWO-1-Minute-Challenge-Sheet-1-791x1024.jpeg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:52:\"Copy-of-ISWO-1-Minute-Challenge-Sheet-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:52:\"Copy-of-ISWO-1-Minute-Challenge-Sheet-1-232x300.jpeg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:51:\"Copy-of-ISWO-1-Minute-Challenge-Sheet-1-99x128.jpeg\";s:5:\"width\";i:99;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:50:\"Copy-of-ISWO-1-Minute-Challenge-Sheet-1-25x32.jpeg\";s:5:\"width\";i:25;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"Copy-of-ISWO-1-Minute-Challenge-Sheet-1-585x439.jpeg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:53:\"Copy-of-ISWO-1-Minute-Challenge-Sheet-1-1170x658.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:50:\"Copy-of-ISWO-1-Minute-Challenge-Sheet-1-90x68.jpeg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3616,952,'_wp_attached_file','2018/04/Copy-of-ISWO-1-Minute-Challenge-Sheet-2.jpeg'),(3617,952,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2550;s:6:\"height\";i:3300;s:4:\"file\";s:52:\"2018/04/Copy-of-ISWO-1-Minute-Challenge-Sheet-2.jpeg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Copy-of-ISWO-1-Minute-Challenge-Sheet-2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"Copy-of-ISWO-1-Minute-Challenge-Sheet-2-232x300.jpeg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"Copy-of-ISWO-1-Minute-Challenge-Sheet-2-768x994.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"Copy-of-ISWO-1-Minute-Challenge-Sheet-2-791x1024.jpeg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:52:\"Copy-of-ISWO-1-Minute-Challenge-Sheet-2-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:52:\"Copy-of-ISWO-1-Minute-Challenge-Sheet-2-232x300.jpeg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:51:\"Copy-of-ISWO-1-Minute-Challenge-Sheet-2-99x128.jpeg\";s:5:\"width\";i:99;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:50:\"Copy-of-ISWO-1-Minute-Challenge-Sheet-2-25x32.jpeg\";s:5:\"width\";i:25;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"Copy-of-ISWO-1-Minute-Challenge-Sheet-2-585x439.jpeg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:53:\"Copy-of-ISWO-1-Minute-Challenge-Sheet-2-1170x658.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:50:\"Copy-of-ISWO-1-Minute-Challenge-Sheet-2-90x68.jpeg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3618,953,'_wp_attached_file','2018/04/Copy-of-ISWO-1-Minute-Challenge-Sheet-3.jpeg'),(3619,953,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2550;s:6:\"height\";i:3300;s:4:\"file\";s:52:\"2018/04/Copy-of-ISWO-1-Minute-Challenge-Sheet-3.jpeg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Copy-of-ISWO-1-Minute-Challenge-Sheet-3-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"Copy-of-ISWO-1-Minute-Challenge-Sheet-3-232x300.jpeg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"Copy-of-ISWO-1-Minute-Challenge-Sheet-3-768x994.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"Copy-of-ISWO-1-Minute-Challenge-Sheet-3-791x1024.jpeg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:52:\"Copy-of-ISWO-1-Minute-Challenge-Sheet-3-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:52:\"Copy-of-ISWO-1-Minute-Challenge-Sheet-3-232x300.jpeg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:51:\"Copy-of-ISWO-1-Minute-Challenge-Sheet-3-99x128.jpeg\";s:5:\"width\";i:99;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:50:\"Copy-of-ISWO-1-Minute-Challenge-Sheet-3-25x32.jpeg\";s:5:\"width\";i:25;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"Copy-of-ISWO-1-Minute-Challenge-Sheet-3-585x439.jpeg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:53:\"Copy-of-ISWO-1-Minute-Challenge-Sheet-3-1170x658.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:50:\"Copy-of-ISWO-1-Minute-Challenge-Sheet-3-90x68.jpeg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3620,921,'helena-layout-option','default'),(3621,921,'helena-header-image','default'),(3622,921,'helena-featured-image','default'),(3683,573,'helena-layout-option','default'),(3684,573,'helena-header-image','default'),(3685,573,'helena-featured-image','default'),(3686,973,'_edit_lock','1525456958:2'),(3687,973,'_edit_last','2'),(3688,973,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(3689,973,'_webdados_fb_open_graph_specific_image',''),(3690,973,'_webdados_fb_open_graph_specific_description',''),(3703,973,'helena-layout-option','default'),(3704,973,'helena-header-image','default'),(3705,973,'helena-featured-image','default'),(3706,978,'_edit_lock','1525466065:2'),(3707,978,'_edit_last','2'),(3708,979,'_wp_attached_file','2018/05/Be-The-One-Commitment-Sheet-1.jpeg'),(3709,979,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2550;s:6:\"height\";i:3300;s:4:\"file\";s:42:\"2018/05/Be-The-One-Commitment-Sheet-1.jpeg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Be-The-One-Commitment-Sheet-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Be-The-One-Commitment-Sheet-1-232x300.jpeg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Be-The-One-Commitment-Sheet-1-768x994.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Be-The-One-Commitment-Sheet-1-791x1024.jpeg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:42:\"Be-The-One-Commitment-Sheet-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:42:\"Be-The-One-Commitment-Sheet-1-232x300.jpeg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:41:\"Be-The-One-Commitment-Sheet-1-99x128.jpeg\";s:5:\"width\";i:99;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:40:\"Be-The-One-Commitment-Sheet-1-25x32.jpeg\";s:5:\"width\";i:25;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Be-The-One-Commitment-Sheet-1-585x439.jpeg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:43:\"Be-The-One-Commitment-Sheet-1-1170x658.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:40:\"Be-The-One-Commitment-Sheet-1-90x68.jpeg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3710,980,'_wp_attached_file','2018/05/Be-The-One-Commitment-Sheet-EXAMPLE-1.jpeg'),(3711,980,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2550;s:6:\"height\";i:3300;s:4:\"file\";s:50:\"2018/05/Be-The-One-Commitment-Sheet-EXAMPLE-1.jpeg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Be-The-One-Commitment-Sheet-EXAMPLE-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Be-The-One-Commitment-Sheet-EXAMPLE-1-232x300.jpeg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"Be-The-One-Commitment-Sheet-EXAMPLE-1-768x994.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"Be-The-One-Commitment-Sheet-EXAMPLE-1-791x1024.jpeg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:50:\"Be-The-One-Commitment-Sheet-EXAMPLE-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:50:\"Be-The-One-Commitment-Sheet-EXAMPLE-1-232x300.jpeg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:49:\"Be-The-One-Commitment-Sheet-EXAMPLE-1-99x128.jpeg\";s:5:\"width\";i:99;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:48:\"Be-The-One-Commitment-Sheet-EXAMPLE-1-25x32.jpeg\";s:5:\"width\";i:25;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"Be-The-One-Commitment-Sheet-EXAMPLE-1-585x439.jpeg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:51:\"Be-The-One-Commitment-Sheet-EXAMPLE-1-1170x658.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:48:\"Be-The-One-Commitment-Sheet-EXAMPLE-1-90x68.jpeg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3712,981,'_wp_attached_file','2018/05/Be-The-One-Commitment-Sheet-EXAMPLE.pdf'),(3713,978,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(3714,978,'_webdados_fb_open_graph_specific_image',''),(3715,978,'_webdados_fb_open_graph_specific_description',''),(3716,978,'helena-layout-option','default'),(3717,978,'helena-header-image','default'),(3718,978,'helena-featured-image','default'),(3727,984,'_field_1','ALISHA'),(3728,984,'_field_2','alisha.wilson@weboptimizes.com'),(3729,984,'_field_3','Hi there,\n\nI noticed something interesting while going through your website, \nIt\'s apparent that you have used Adwords marketing to promote your business in the past; however your website does see some organic search traffic here and there. Now, I believe I can help increase that portion of organic traffic significantly, at Your website\n\nI believe you would like to come top on searches for keywords related to: Yor websiteI found a number of SEO issues such as broken links, page speed issue, HTML validation errors, images with no ALT text on your website, that\'s stopping you from getting that traffic.\n\nHow about I fix those, and also promote you through engaging content on relevant places on the web (read, social media).\n\nI guarantee you will see a drastic change in your search ranking and traffic once these issues are fixed. Also, this is one time, so no payingAdwords every month.\nIs this something you are interested in?\n\nI also prepared a free website audit report for your website. If you are interested i can show you the report.\nI\'d be happy to send you our package, pricing and past work details, if you\'d like to assess our work.\nI look forward to hearing from you.\nBest Regards,\n\nAlisha Wilson | Digital Marketing Specialist\n \n\n'),(3730,984,'_form_id','1'),(3731,984,'_seq_num','8'),(3747,989,'_menu_item_type','post_type'),(3748,989,'_menu_item_menu_item_parent','0'),(3749,989,'_menu_item_object_id','10'),(3750,989,'_menu_item_object','page'),(3751,989,'_menu_item_target',''),(3752,989,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3753,989,'_menu_item_xfn',''),(3754,989,'_menu_item_url',''),(3765,991,'_menu_item_type','post_type'),(3766,991,'_menu_item_menu_item_parent','0'),(3767,991,'_menu_item_object_id','708'),(3768,991,'_menu_item_object','page'),(3769,991,'_menu_item_target',''),(3770,991,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3771,991,'_menu_item_xfn',''),(3772,991,'_menu_item_url',''),(3777,708,'helena-layout-option','default'),(3778,708,'helena-header-image','default'),(3779,708,'helena-featured-image','default'),(3786,996,'_wp_attached_file','2018/09/it-starts-with-one-tag-card-back-side-for-social-media.jpg'),(3787,996,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:481;s:6:\"height\";i:477;s:4:\"file\";s:66:\"2018/09/it-starts-with-one-tag-card-back-side-for-social-media.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"it-starts-with-one-tag-card-back-side-for-social-media-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:66:\"it-starts-with-one-tag-card-back-side-for-social-media-300x298.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:66:\"it-starts-with-one-tag-card-back-side-for-social-media-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:66:\"it-starts-with-one-tag-card-back-side-for-social-media-300x298.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:66:\"it-starts-with-one-tag-card-back-side-for-social-media-128x128.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:64:\"it-starts-with-one-tag-card-back-side-for-social-media-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:66:\"it-starts-with-one-tag-card-back-side-for-social-media-481x439.jpg\";s:5:\"width\";i:481;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:64:\"it-starts-with-one-tag-card-back-side-for-social-media-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3788,997,'_wp_attached_file','2018/09/it-starts-with-one-tag-card-for-social-media.jpg'),(3789,997,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:481;s:6:\"height\";i:476;s:4:\"file\";s:56:\"2018/09/it-starts-with-one-tag-card-for-social-media.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"it-starts-with-one-tag-card-for-social-media-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"it-starts-with-one-tag-card-for-social-media-300x297.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:56:\"it-starts-with-one-tag-card-for-social-media-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:56:\"it-starts-with-one-tag-card-for-social-media-300x297.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:56:\"it-starts-with-one-tag-card-for-social-media-128x128.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:54:\"it-starts-with-one-tag-card-for-social-media-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:56:\"it-starts-with-one-tag-card-for-social-media-481x439.jpg\";s:5:\"width\";i:481;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:54:\"it-starts-with-one-tag-card-for-social-media-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3796,997,'_edit_lock','1538097954:2'),(3797,997,'_edit_last','2'),(3798,1000,'_wp_attached_file','2018/09/it-starts-with-one-tag-card-back-side-for-social-media-2.jpg'),(3799,1000,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:476;s:4:\"file\";s:68:\"2018/09/it-starts-with-one-tag-card-back-side-for-social-media-2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:68:\"it-starts-with-one-tag-card-back-side-for-social-media-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:68:\"it-starts-with-one-tag-card-back-side-for-social-media-2-300x298.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:68:\"it-starts-with-one-tag-card-back-side-for-social-media-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:68:\"it-starts-with-one-tag-card-back-side-for-social-media-2-300x298.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:68:\"it-starts-with-one-tag-card-back-side-for-social-media-2-128x128.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:66:\"it-starts-with-one-tag-card-back-side-for-social-media-2-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:68:\"it-starts-with-one-tag-card-back-side-for-social-media-2-480x439.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:66:\"it-starts-with-one-tag-card-back-side-for-social-media-2-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3806,1000,'_edit_lock','1538098151:2'),(3807,1000,'_edit_last','2'),(3808,996,'_edit_lock','1538098212:2'),(3809,996,'_edit_last','2'),(3810,1003,'_edit_lock','1538148611:2'),(3811,1003,'_edit_last','2'),(3812,1003,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(3813,1003,'_webdados_fb_open_graph_specific_image',''),(3814,1003,'_webdados_fb_open_graph_specific_description',''),(3815,1003,'helena-layout-option','default'),(3816,1003,'helena-header-image','default'),(3817,1003,'helena-featured-image','default'),(3826,518,'helena-layout-option','default'),(3827,518,'helena-header-image','default'),(3828,518,'helena-featured-image','default'),(3838,1011,'_edit_lock','1539485361:2'),(3839,1011,'_edit_last','2'),(3840,1011,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(3841,1011,'_webdados_fb_open_graph_specific_image',''),(3842,1011,'_webdados_fb_open_graph_specific_description',''),(3843,1011,'helena-layout-option','default'),(3844,1011,'helena-header-image','default'),(3845,1011,'helena-featured-image','default'),(3846,1014,'_wp_attached_file','2018/10/50-random-acts-of-kindness.jpg'),(3847,1014,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:387;s:6:\"height\";i:498;s:4:\"file\";s:38:\"2018/10/50-random-acts-of-kindness.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"50-random-acts-of-kindness-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"50-random-acts-of-kindness-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:38:\"50-random-acts-of-kindness-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:38:\"50-random-acts-of-kindness-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:37:\"50-random-acts-of-kindness-99x128.jpg\";s:5:\"width\";i:99;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:36:\"50-random-acts-of-kindness-25x32.jpg\";s:5:\"width\";i:25;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"50-random-acts-of-kindness-387x439.jpg\";s:5:\"width\";i:387;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:36:\"50-random-acts-of-kindness-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3848,1015,'_wp_attached_file','2018/10/Kindness-Journal-ISWO.jpg'),(3849,1015,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:387;s:6:\"height\";i:501;s:4:\"file\";s:33:\"2018/10/Kindness-Journal-ISWO.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Kindness-Journal-ISWO-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Kindness-Journal-ISWO-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:33:\"Kindness-Journal-ISWO-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:33:\"Kindness-Journal-ISWO-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:32:\"Kindness-Journal-ISWO-99x128.jpg\";s:5:\"width\";i:99;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:31:\"Kindness-Journal-ISWO-25x32.jpg\";s:5:\"width\";i:25;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Kindness-Journal-ISWO-387x439.jpg\";s:5:\"width\";i:387;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:31:\"Kindness-Journal-ISWO-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3853,1017,'_wp_attached_file','2018/10/letter-to-parents.jpg'),(3854,1017,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:387;s:6:\"height\";i:498;s:4:\"file\";s:29:\"2018/10/letter-to-parents.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"letter-to-parents-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"letter-to-parents-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:29:\"letter-to-parents-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:29:\"letter-to-parents-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:28:\"letter-to-parents-99x128.jpg\";s:5:\"width\";i:99;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:27:\"letter-to-parents-25x32.jpg\";s:5:\"width\";i:25;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"letter-to-parents-387x439.jpg\";s:5:\"width\";i:387;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:27:\"letter-to-parents-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3858,1019,'_wp_attached_file','2018/10/back-of-parent-letter.jpg'),(3859,1019,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:387;s:6:\"height\";i:502;s:4:\"file\";s:33:\"2018/10/back-of-parent-letter.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"back-of-parent-letter-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"back-of-parent-letter-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:33:\"back-of-parent-letter-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:33:\"back-of-parent-letter-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:32:\"back-of-parent-letter-99x128.jpg\";s:5:\"width\";i:99;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:31:\"back-of-parent-letter-25x32.jpg\";s:5:\"width\";i:25;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"back-of-parent-letter-387x439.jpg\";s:5:\"width\";i:387;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:31:\"back-of-parent-letter-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3866,1022,'_wp_attached_file','2018/10/penny-challenge-cards-4.jpg'),(3867,1022,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:573;s:6:\"height\";i:242;s:4:\"file\";s:35:\"2018/10/penny-challenge-cards-4.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"penny-challenge-cards-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"penny-challenge-cards-4-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:35:\"penny-challenge-cards-4-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:35:\"penny-challenge-cards-4-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:34:\"penny-challenge-cards-4-128x54.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:54;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:33:\"penny-challenge-cards-4-32x14.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:14;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:33:\"penny-challenge-cards-4-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1539543806\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3874,1025,'_wp_attached_file','2018/10/IMG_6493-1.jpg'),(3875,1025,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:22:\"2018/10/IMG_6493-1.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_6493-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IMG_6493-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"IMG_6493-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"IMG_6493-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:22:\"IMG_6493-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:22:\"IMG_6493-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:21:\"IMG_6493-1-96x128.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:20:\"IMG_6493-1-24x32.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_6493-1-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:23:\"IMG_6493-1-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:20:\"IMG_6493-1-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 7\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1526842602\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:2:\"20\";s:13:\"shutter_speed\";s:18:\"0.0030395136778116\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3876,1026,'_wp_attached_file','2018/10/IMG_6494.jpg'),(3877,1026,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:20:\"2018/10/IMG_6494.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6494-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_6494-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_6494-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_6494-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:20:\"IMG_6494-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:20:\"IMG_6494-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:19:\"IMG_6494-96x128.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:18:\"IMG_6494-24x32.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6494-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:21:\"IMG_6494-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:18:\"IMG_6494-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 7\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1526842614\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:2:\"20\";s:13:\"shutter_speed\";s:18:\"0.0028409090909091\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3878,1027,'_wp_attached_file','2018/10/IMG_6495.jpg'),(3879,1027,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1575;s:6:\"height\";i:2100;s:4:\"file\";s:20:\"2018/10/IMG_6495.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6495-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_6495-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_6495-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_6495-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:20:\"IMG_6495-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:20:\"IMG_6495-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:19:\"IMG_6495-96x128.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:18:\"IMG_6495-24x32.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6495-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:21:\"IMG_6495-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:18:\"IMG_6495-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 7\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1526842638\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:2:\"20\";s:13:\"shutter_speed\";s:18:\"0.0027700831024931\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3886,1029,'_wp_attached_file','2018/10/IMG_7597.png'),(3887,1029,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2001;s:6:\"height\";i:1125;s:4:\"file\";s:20:\"2018/10/IMG_7597.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_7597-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_7597-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_7597-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_7597-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:20:\"IMG_7597-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:20:\"IMG_7597-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:19:\"IMG_7597-128x72.png\";s:5:\"width\";i:128;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:18:\"IMG_7597-32x18.png\";s:5:\"width\";i:32;s:6:\"height\";i:18;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_7597-585x439.png\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:21:\"IMG_7597-1170x658.png\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:18:\"IMG_7597-90x68.png\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3888,1030,'_wp_attached_file','2018/10/ryckers-family-2.jpg'),(3889,1030,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:781;s:6:\"height\";i:563;s:4:\"file\";s:28:\"2018/10/ryckers-family-2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"ryckers-family-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"ryckers-family-2-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"ryckers-family-2-768x554.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:554;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:28:\"ryckers-family-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:28:\"ryckers-family-2-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:27:\"ryckers-family-2-128x92.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:26:\"ryckers-family-2-32x23.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"ryckers-family-2-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:26:\"ryckers-family-2-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1539629406\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3890,478,'helena-layout-option','default'),(3891,478,'helena-header-image','default'),(3892,478,'helena-featured-image','default'),(3893,1032,'_menu_item_type','post_type'),(3894,1032,'_menu_item_menu_item_parent','0'),(3895,1032,'_menu_item_object_id','478'),(3896,1032,'_menu_item_object','page'),(3897,1032,'_menu_item_target',''),(3898,1032,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3899,1032,'_menu_item_xfn',''),(3900,1032,'_menu_item_url',''),(3902,390,'helena-layout-option','default'),(3903,390,'helena-header-image','default'),(3904,390,'helena-featured-image','default'),(3905,1034,'_menu_item_type','post_type'),(3906,1034,'_menu_item_menu_item_parent','0'),(3907,1034,'_menu_item_object_id','441'),(3908,1034,'_menu_item_object','page'),(3909,1034,'_menu_item_target',''),(3910,1034,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3911,1034,'_menu_item_xfn',''),(3912,1034,'_menu_item_url',''),(3914,102,'helena-layout-option','default'),(3915,102,'helena-header-image','default'),(3916,102,'helena-featured-image','default'),(3917,434,'helena-layout-option','default'),(3918,434,'helena-header-image','default'),(3919,434,'helena-featured-image','default'),(3938,1043,'_wp_attached_file','2018/10/FullSizeRender-63.jpg'),(3939,1043,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1655;s:6:\"height\";i:664;s:4:\"file\";s:29:\"2018/10/FullSizeRender-63.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"FullSizeRender-63-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"FullSizeRender-63-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"FullSizeRender-63-768x308.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"FullSizeRender-63-1024x411.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:411;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:29:\"FullSizeRender-63-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:29:\"FullSizeRender-63-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:28:\"FullSizeRender-63-128x51.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:51;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:27:\"FullSizeRender-63-32x13.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:13;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"FullSizeRender-63-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:30:\"FullSizeRender-63-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:27:\"FullSizeRender-63-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3943,1045,'_wp_attached_file','2018/10/penny-challenge-cards-4-1.jpg'),(3944,1045,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:573;s:6:\"height\";i:242;s:4:\"file\";s:37:\"2018/10/penny-challenge-cards-4-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"penny-challenge-cards-4-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"penny-challenge-cards-4-1-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:37:\"penny-challenge-cards-4-1-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:37:\"penny-challenge-cards-4-1-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:36:\"penny-challenge-cards-4-1-128x54.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:54;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:35:\"penny-challenge-cards-4-1-32x14.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:14;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:35:\"penny-challenge-cards-4-1-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1539543806\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3951,1048,'_wp_attached_file','2018/10/penny-challenge-cards.jpg'),(3952,1048,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:574;s:6:\"height\";i:502;s:4:\"file\";s:33:\"2018/10/penny-challenge-cards.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"penny-challenge-cards-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"penny-challenge-cards-300x262.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:33:\"penny-challenge-cards-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:33:\"penny-challenge-cards-300x262.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:33:\"penny-challenge-cards-128x112.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:31:\"penny-challenge-cards-32x28.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:28;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"penny-challenge-cards-574x439.jpg\";s:5:\"width\";i:574;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:31:\"penny-challenge-cards-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3953,1049,'_wp_attached_file','2018/10/penny-challenge-tag-cards.jpg'),(3954,1049,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:563;s:6:\"height\";i:220;s:4:\"file\";s:37:\"2018/10/penny-challenge-tag-cards.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"penny-challenge-tag-cards-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"penny-challenge-tag-cards-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:37:\"penny-challenge-tag-cards-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:37:\"penny-challenge-tag-cards-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:36:\"penny-challenge-tag-cards-128x50.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:35:\"penny-challenge-tag-cards-32x13.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:13;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:35:\"penny-challenge-tag-cards-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3958,809,'helena-layout-option','default'),(3959,809,'helena-header-image','default'),(3960,809,'helena-featured-image','default'),(3961,1054,'_menu_item_type','post_type'),(3962,1054,'_menu_item_menu_item_parent','371'),(3963,1054,'_menu_item_object_id','809'),(3964,1054,'_menu_item_object','page'),(3965,1054,'_menu_item_target',''),(3966,1054,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3967,1054,'_menu_item_xfn',''),(3968,1054,'_menu_item_url',''),(3976,1056,'_wp_attached_file','2018/10/ISWO-Letter-to-Parents.pdf'),(3977,1057,'_wp_attached_file','2018/10/ISWO-50-acts-of-kindness-sheet.pdf'),(3978,1058,'_wp_attached_file','2018/10/ISWO-Kindness-Journal.pdf'),(3979,1059,'_wp_attached_file','2018/10/ISWO-Who-Do-You-Know-Sheet.pdf'),(3980,1060,'_wp_attached_file','2018/10/Penny-Challenge-Tag-Card-back.pdf'),(3981,1061,'_wp_attached_file','2018/10/Penny-Challenge-Tag-Card-front.pdf'),(3982,1062,'_wp_attached_file','2018/10/ISWO-50-random-acts-of-kindness.jpg'),(3983,1062,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:407;s:6:\"height\";i:525;s:4:\"file\";s:43:\"2018/10/ISWO-50-random-acts-of-kindness.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"ISWO-50-random-acts-of-kindness-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"ISWO-50-random-acts-of-kindness-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:43:\"ISWO-50-random-acts-of-kindness-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:43:\"ISWO-50-random-acts-of-kindness-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:42:\"ISWO-50-random-acts-of-kindness-99x128.jpg\";s:5:\"width\";i:99;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:41:\"ISWO-50-random-acts-of-kindness-25x32.jpg\";s:5:\"width\";i:25;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"ISWO-50-random-acts-of-kindness-407x439.jpg\";s:5:\"width\";i:407;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:41:\"ISWO-50-random-acts-of-kindness-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3984,1063,'_wp_attached_file','2018/10/ISWO-Kindness-Journal.jpg'),(3985,1063,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:407;s:6:\"height\";i:525;s:4:\"file\";s:33:\"2018/10/ISWO-Kindness-Journal.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"ISWO-Kindness-Journal-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"ISWO-Kindness-Journal-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:33:\"ISWO-Kindness-Journal-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:33:\"ISWO-Kindness-Journal-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:32:\"ISWO-Kindness-Journal-99x128.jpg\";s:5:\"width\";i:99;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:31:\"ISWO-Kindness-Journal-25x32.jpg\";s:5:\"width\";i:25;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"ISWO-Kindness-Journal-407x439.jpg\";s:5:\"width\";i:407;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:31:\"ISWO-Kindness-Journal-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3986,1064,'_wp_attached_file','2018/10/ISWO-Letter-to-Parents.jpg'),(3987,1064,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:407;s:6:\"height\";i:525;s:4:\"file\";s:34:\"2018/10/ISWO-Letter-to-Parents.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"ISWO-Letter-to-Parents-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"ISWO-Letter-to-Parents-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:34:\"ISWO-Letter-to-Parents-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:34:\"ISWO-Letter-to-Parents-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:33:\"ISWO-Letter-to-Parents-99x128.jpg\";s:5:\"width\";i:99;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:32:\"ISWO-Letter-to-Parents-25x32.jpg\";s:5:\"width\";i:25;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"ISWO-Letter-to-Parents-407x439.jpg\";s:5:\"width\";i:407;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:32:\"ISWO-Letter-to-Parents-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3988,1065,'_wp_attached_file','2018/10/ISWO-Networking-Idea-Sheet.jpg'),(3989,1065,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:407;s:6:\"height\";i:525;s:4:\"file\";s:38:\"2018/10/ISWO-Networking-Idea-Sheet.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"ISWO-Networking-Idea-Sheet-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"ISWO-Networking-Idea-Sheet-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:38:\"ISWO-Networking-Idea-Sheet-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:38:\"ISWO-Networking-Idea-Sheet-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:37:\"ISWO-Networking-Idea-Sheet-99x128.jpg\";s:5:\"width\";i:99;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:36:\"ISWO-Networking-Idea-Sheet-25x32.jpg\";s:5:\"width\";i:25;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"ISWO-Networking-Idea-Sheet-407x439.jpg\";s:5:\"width\";i:407;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:36:\"ISWO-Networking-Idea-Sheet-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3990,1066,'_wp_attached_file','2018/10/Penny-Challenge-Tag-Card-back.jpg'),(3991,1066,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:357;s:6:\"height\";i:362;s:4:\"file\";s:41:\"2018/10/Penny-Challenge-Tag-Card-back.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Penny-Challenge-Tag-Card-back-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Penny-Challenge-Tag-Card-back-296x300.jpg\";s:5:\"width\";i:296;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:41:\"Penny-Challenge-Tag-Card-back-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:41:\"Penny-Challenge-Tag-Card-back-296x300.jpg\";s:5:\"width\";i:296;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:41:\"Penny-Challenge-Tag-Card-back-126x128.jpg\";s:5:\"width\";i:126;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:39:\"Penny-Challenge-Tag-Card-back-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:39:\"Penny-Challenge-Tag-Card-back-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3992,1067,'_wp_attached_file','2018/10/Penny-Challenge-Tag-Card-front.jpg'),(3993,1067,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:352;s:6:\"height\";i:367;s:4:\"file\";s:42:\"2018/10/Penny-Challenge-Tag-Card-front.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Penny-Challenge-Tag-Card-front-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Penny-Challenge-Tag-Card-front-288x300.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:42:\"Penny-Challenge-Tag-Card-front-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:42:\"Penny-Challenge-Tag-Card-front-288x300.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:42:\"Penny-Challenge-Tag-Card-front-123x128.jpg\";s:5:\"width\";i:123;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:40:\"Penny-Challenge-Tag-Card-front-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:40:\"Penny-Challenge-Tag-Card-front-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3997,1070,'_field_1','Loren Hockensmith'),(3998,1070,'_field_55','Big Spring High School'),(3999,1070,'_field_60','Newville'),(4000,1070,'_field_61','PA'),(4001,1070,'_field_59','a:1:{i:0;s:4:\"9-12\";}'),(4002,1070,'_field_58','900'),(4003,1070,'_field_56','7174401952'),(4004,1070,'_field_2','mdwband@aol.com'),(4005,1070,'_field_57','a:1:{i:0;s:4:\"four\";}'),(4006,1070,'_field_3',''),(4007,1070,'_form_id','1'),(4008,1070,'_seq_num','9'),(4009,10,'helena-layout-option','default'),(4010,10,'helena-header-image','default'),(4011,10,'helena-featured-image','default'),(4012,1072,'_field_1','Loren Hockensmith'),(4013,1072,'_field_2','htlcleaningservices@gmail.com'),(4014,1072,'_field_56','772-242-0446'),(4015,1072,'_field_55','Boiling Springs'),(4016,1072,'_field_60','Carlisle'),(4017,1072,'_field_61','PA'),(4018,1072,'_field_59','a:1:{i:0;s:5:\"Other\";}'),(4019,1072,'_field_58','500'),(4020,1072,'_field_57','a:1:{i:0;s:4:\"four\";}'),(4021,1072,'_field_3',''),(4022,1072,'_form_id','1'),(4023,1072,'_seq_num','10'),(4024,984,'_edit_lock','1540391268:2'),(4025,1073,'_field_1','a'),(4026,1073,'_field_2','a@a.com'),(4027,1073,'_field_56','7777777777'),(4028,1073,'_field_55','a'),(4029,1073,'_field_60','a'),(4030,1073,'_field_61','LA'),(4031,1073,'_field_59','a:0:{}'),(4032,1073,'_field_58',''),(4033,1073,'_field_57','a:1:{i:0;s:16:\"usd3-000usd5-000\";}'),(4034,1073,'_field_3',''),(4035,1073,'_form_id','1'),(4036,1073,'_seq_num','11'),(4037,1074,'_field_1','asdf'),(4038,1074,'_field_2','htlcleaningservices@gmail.com'),(4039,1074,'_field_56','7777777777'),(4040,1074,'_field_55','a'),(4041,1074,'_field_60','a'),(4042,1074,'_field_61','AL'),(4043,1074,'_field_59','a:0:{}'),(4044,1074,'_field_58',''),(4045,1074,'_field_57','a:1:{i:0;s:16:\"usd5-000usd10000\";}'),(4046,1074,'_field_3',''),(4047,1074,'_form_id','1'),(4048,1074,'_seq_num','12'),(4049,1075,'_field_1','Bobby'),(4050,1075,'_field_2','landkenterprise@gmail.com'),(4051,1075,'_field_56','7777777777'),(4052,1075,'_field_55','Bob\'s'),(4053,1075,'_field_60','Newville'),(4054,1075,'_field_61','KY'),(4055,1075,'_field_59','a:1:{i:0;s:3:\"6-8\";}'),(4056,1075,'_field_58','2'),(4057,1075,'_field_57','a:1:{i:0;s:16:\"$5,000 - $10,000\";}'),(4058,1075,'_field_3','Hello! How are you?'),(4059,1075,'_form_id','1'),(4060,1075,'_seq_num','13'),(4061,1076,'_field_1','Butch McGee'),(4062,1076,'_field_2','dwjdbracelets@gmail.com'),(4063,1076,'_field_56','5554443210'),(4064,1076,'_field_55','Montee\'s '),(4065,1076,'_field_60','Boiling Springs'),(4066,1076,'_field_61','MA'),(4067,1076,'_field_59','a:0:{}'),(4068,1076,'_field_58','1000'),(4069,1076,'_field_57','a:1:{i:0;s:15:\"$3,000 - $5,000\";}'),(4070,1076,'_field_3','Hola. I miss you. I need you. I love you. Wooohooo!'),(4071,1076,'_form_id','1'),(4072,1076,'_seq_num','14'),(4073,1077,'_field_1','Ron White'),(4074,1077,'_field_2','mompopandamop@gmail.com'),(4075,1077,'_field_56','1112223333'),(4076,1077,'_field_55','Bubba Gump'),(4077,1077,'_field_60','Carlisle'),(4078,1077,'_field_61','PA'),(4079,1077,'_field_59','a:1:{i:0;s:5:\"k-5-6\";}'),(4080,1077,'_field_58','750'),(4081,1077,'_field_62','a:1:{i:0;s:35:\"We have a specific MONTH picked out\";}'),(4082,1077,'_field_57','a:1:{i:0;s:8:\"$10,000+\";}'),(4083,1077,'_field_3','Word up'),(4084,1077,'_form_id','1'),(4085,1077,'_seq_num','15'),(4086,1078,'_wp_attached_file','2018/10/iswo-presentation-folder-front.jpg'),(4087,1078,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:701;s:6:\"height\";i:461;s:4:\"file\";s:42:\"2018/10/iswo-presentation-folder-front.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"iswo-presentation-folder-front-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"iswo-presentation-folder-front-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:42:\"iswo-presentation-folder-front-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:42:\"iswo-presentation-folder-front-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:41:\"iswo-presentation-folder-front-128x84.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:40:\"iswo-presentation-folder-front-32x21.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:21;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"iswo-presentation-folder-front-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:40:\"iswo-presentation-folder-front-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4088,1079,'_wp_attached_file','2018/10/iswo-presentation-folder-inside.jpg'),(4089,1079,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:693;s:6:\"height\";i:452;s:4:\"file\";s:43:\"2018/10/iswo-presentation-folder-inside.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"iswo-presentation-folder-inside-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"iswo-presentation-folder-inside-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:43:\"iswo-presentation-folder-inside-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:43:\"iswo-presentation-folder-inside-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:42:\"iswo-presentation-folder-inside-128x83.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:41:\"iswo-presentation-folder-inside-32x21.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:21;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"iswo-presentation-folder-inside-585x439.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:41:\"iswo-presentation-folder-inside-90x68.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4099,1084,'_field_51','Rebecca Eberly'),(4100,1084,'_field_52','reberly@wcasd.net'),(4101,1084,'_field_53','Hello. I am interested in learning about your Be the One assembly. I would be looking to bring it to two schools in the West Chester, PA area. I would be intersted in two assemblies at each school, one for K-2 and one for 3-5. What is the pricing on these? Also, do you alter the assemblies for the two grade level bans? Thank you for your time.'),(4102,1084,'_form_id','7'),(4103,1084,'_seq_num','1'),(4104,1085,'_field_1','Christine Herman'),(4105,1085,'_field_2','christine.herman@rak12.org'),(4106,1085,'_field_56','610-983-4080 x264'),(4107,1085,'_field_55','Renaissance Academy'),(4108,1085,'_field_60','Phoenixville '),(4109,1085,'_field_61','PA'),(4110,1085,'_field_59','a:1:{i:0;s:5:\"k-5-6\";}'),(4111,1085,'_field_58','600'),(4112,1085,'_field_62','a:1:{i:0;s:35:\"We have a specific MONTH picked out\";}'),(4113,1085,'_field_57','a:1:{i:0;s:11:\"< $1,000\";}'),(4114,1085,'_field_3','We would like to connect it in Jan/Feb around Random Act of Kindness Week'),(4115,1085,'_form_id','1'),(4116,1085,'_seq_num','16'),(4117,1086,'_edit_lock','1544883446:2'),(4118,1086,'_edit_last','2'),(4120,1089,'_menu_item_type','post_type'),(4121,1089,'_menu_item_menu_item_parent','989'),(4122,1089,'_menu_item_object_id','432'),(4123,1089,'_menu_item_object','page'),(4124,1089,'_menu_item_target',''),(4125,1089,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4126,1089,'_menu_item_xfn',''),(4127,1089,'_menu_item_url',''),(4129,1090,'_menu_item_type','post_type'),(4130,1090,'_menu_item_menu_item_parent','989'),(4131,1090,'_menu_item_object_id','10'),(4132,1090,'_menu_item_object','page'),(4133,1090,'_menu_item_target',''),(4134,1090,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4135,1090,'_menu_item_xfn',''),(4136,1090,'_menu_item_url',''),(4138,1086,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(4139,1086,'_webdados_fb_open_graph_specific_image',''),(4140,1086,'_webdados_fb_open_graph_specific_description',''),(4153,6,'helena-layout-option','default'),(4154,6,'helena-header-image','default'),(4155,6,'helena-featured-image','default'),(4156,361,'helena-layout-option','default'),(4157,361,'helena-header-image','default'),(4158,361,'helena-featured-image','default'),(4159,8,'helena-layout-option','default'),(4160,8,'helena-header-image','default'),(4161,8,'helena-featured-image','default'),(4162,369,'helena-layout-option','default'),(4163,369,'helena-header-image','default'),(4164,369,'helena-featured-image','default'),(4165,441,'helena-layout-option','default'),(4166,441,'helena-header-image','default'),(4167,441,'helena-featured-image','default'),(4168,1101,'_edit_lock','1543810636:2'),(4169,1101,'_edit_last','2'),(4170,1102,'_wp_attached_file','2018/12/Prize-Sheet.png'),(4171,1102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:709;s:6:\"height\";i:924;s:4:\"file\";s:23:\"2018/12/Prize-Sheet.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Prize-Sheet-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Prize-Sheet-230x300.png\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:23:\"Prize-Sheet-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:23:\"Prize-Sheet-230x300.png\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:22:\"Prize-Sheet-98x128.png\";s:5:\"width\";i:98;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:21:\"Prize-Sheet-25x32.png\";s:5:\"width\";i:25;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Prize-Sheet-585x439.png\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:23:\"Prize-Sheet-709x658.png\";s:5:\"width\";i:709;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:21:\"Prize-Sheet-90x68.png\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4172,1101,'_the_champ_meta','a:5:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;s:7:\"counter\";i:0;s:16:\"vertical_counter\";i:0;s:11:\"fb_comments\";i:0;}'),(4173,1101,'_webdados_fb_open_graph_specific_image',''),(4174,1101,'_webdados_fb_open_graph_specific_description',''),(4181,1105,'_menu_item_type','post_type'),(4182,1105,'_menu_item_menu_item_parent','371'),(4183,1105,'_menu_item_object_id','1101'),(4184,1105,'_menu_item_object','page'),(4185,1105,'_menu_item_target',''),(4186,1105,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4187,1105,'_menu_item_xfn',''),(4188,1105,'_menu_item_url',''),(4205,1112,'_wp_attached_file','2018/12/Penny-Tracker.png'),(4206,1112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:710;s:6:\"height\";i:921;s:4:\"file\";s:25:\"2018/12/Penny-Tracker.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Penny-Tracker-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Penny-Tracker-231x300.png\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:25:\"Penny-Tracker-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:25:\"Penny-Tracker-231x300.png\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:24:\"Penny-Tracker-99x128.png\";s:5:\"width\";i:99;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:23:\"Penny-Tracker-25x32.png\";s:5:\"width\";i:25;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Penny-Tracker-585x439.png\";s:5:\"width\";i:585;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"helena-slider\";a:4:{s:4:\"file\";s:25:\"Penny-Tracker-710x658.png\";s:5:\"width\";i:710;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"helena-small\";a:4:{s:4:\"file\";s:23:\"Penny-Tracker-90x68.png\";s:5:\"width\";i:90;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4219,1101,'helena-layout-option','default'),(4220,1101,'helena-header-image','default'),(4221,1101,'helena-featured-image','default'),(4240,443,'helena-layout-option','default'),(4241,443,'helena-header-image','default'),(4242,443,'helena-featured-image','default'),(4273,1086,'helena-layout-option','default'),(4274,1086,'helena-header-image','default'),(4275,1086,'helena-featured-image','default');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_posts`
--
DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
`post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content` longtext NOT NULL,
`post_title` text NOT NULL,
`post_excerpt` text NOT NULL,
`post_status` varchar(20) NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) NOT NULL DEFAULT 'open',
`ping_status` varchar(20) NOT NULL DEFAULT 'open',
`post_password` varchar(255) NOT NULL DEFAULT '',
`post_name` varchar(200) NOT NULL DEFAULT '',
`to_ping` text NOT NULL,
`pinged` text NOT NULL,
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content_filtered` longtext NOT NULL,
`post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`guid` varchar(255) NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT '0',
`post_type` varchar(20) NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) NOT NULL DEFAULT '',
`comment_count` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`),
KEY `post_name` (`post_name`(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=1136 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_posts`
--
LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (6,1,'2017-01-22 19:16:03','2017-01-22 19:16:03','<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">School Assembly Informational Video The Penny Challenge Commercial</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<p style=\"text-align: center;\"><iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/wwAbWUSaf-Y\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> <iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \"></div>','','','publish','closed','closed','','home','','','2018-10-30 12:11:43','2018-10-30 17:11:43','',0,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/?page_id=6',0,'page','',0),(7,1,'2017-01-22 19:16:03','2017-01-22 19:16:03','','Home','','inherit','closed','closed','','6-revision-v1','','','2017-01-22 19:16:03','2017-01-22 19:16:03','',6,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/index.php/2017/01/22/6-revision-v1/',0,'revision','',0),(8,1,'2017-01-22 19:16:11','2017-01-22 19:16:11','<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-m-b-lg-bpxs x-f-pri-fam x-f-sz-md \"><strong>WHO WE ARE:</strong><img class=\"alignright wp-image-76\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"126\" height=\"126\" /></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nIt Starts With One is a 501(c)3 non-profit business that provides aid and support to children facing dire circumstances and produces school assemblies to help inspire kids to develop kind, compassionate and charitable hearts.\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nOur purpose is to inspire kids to play a role in changing the world, first locally in your community and then globally through a pay it forward movement we call The Penny Challenge. We work to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n\r\nWe provide financial support to families with children battling potentially fatal illnesses such as Cancer, HIV/AIDS & Heart Disease. We also provide aid to children of our wounded vets. In addition, we raise awareness and resources for kids caught in sex-trafficking and those in 3rd world countries without clean water. We do this on a local and global level.\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n\r\nBecause there will always be unmet needs, inherent evil and fatal illnesses in the world, we feel called to make a difference and will work daily to meet the needs, combat the evil and ease the suffering of illnesses.\r\n\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n<p dir=\"ltr\"><strong>IT STARTS WITH ONE</strong></p>\r\n<p dir=\"ltr\"><img class=\"alignright size-medium wp-image-190\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/01/loren-hockensmith-269x300.png\" alt=\"\" width=\"269\" height=\"300\" />It Starts With One began in December 2016 out of the ashes of the most difficult year of founder, Loren Hockensmith’s life. In July of that year he was hit at about 50 mph by a person who was texting and driving. Loren suffered a stage 3 concussion and broke his back in two places. While being x-rayed in the hospital doctors discovered a mass on his kidney that turned out to be cancer. About a month later while in the hospital battling cancer an employee of Hockensmith’s lawn care business stole $30,000 worth of equipment. Subsequently the company lost over 100 customers <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1607775337\"><span class=\"aQJ\">within two weeks</span></span> and were forced to close the doors on the landscaping business. It was in the darkest days that followed that Loren started actively seeking and earnestly searching for the meaning and purpose of his life and time here on earth. While reading a book, he was prompted to focus, not on finding a way to make a million dollars, but instead finding a way to help a million people. It wasn’t long after that revelation, one insomnia filled night the he was blessed with the idea for what would later become It Starts With One and The Penny Challenge. Loren’s goal is to majorly impact and influence the next generation by helping children develop kind, compassionate and charitable hearts. Loren truly believes with everyone playing their part by donating the equivalent of just a penny a day, $3.65/year we can accomplish all those goals. 300 million people donating $3.65 = over 1 BILLION dollars. We create heroes every day by inspiring everyday heroes. You’re the hero. We’re just the guide. It starts with you. It starts with me. It Starts With One.</p>','About','','publish','closed','closed','','about','','','2018-11-29 23:39:27','2018-11-30 04:39:27','',0,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/?page_id=8',0,'page','',0),(9,1,'2017-01-22 19:16:11','2017-01-22 19:16:11','','About','','inherit','closed','closed','','8-revision-v1','','','2017-01-22 19:16:11','2017-01-22 19:16:11','',8,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/index.php/2017/01/22/8-revision-v1/',0,'revision','',0),(10,1,'2017-01-22 19:16:18','2017-01-22 19:16:18','<div style=\"width: 300px; float: right;\">\r\n\r\nIT STARTS WITH ONE\r\n\r\niswoinc@gmail.com\r\n\r\n(772) 242-0446\r\n\r\n \r\n\r\n</div>\r\n<div style=\"width: 300px; float: left;\">[ninja_form id=7]</div>','Contact','','publish','closed','closed','','contact','','','2018-10-24 09:11:37','2018-10-24 14:11:37','',0,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/?page_id=10',0,'page','',0),(11,1,'2017-01-22 19:16:18','2017-01-22 19:16:18','','Contact','','inherit','closed','closed','','10-revision-v1','','','2017-01-22 19:16:18','2017-01-22 19:16:18','',10,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/index.php/2017/01/22/10-revision-v1/',0,'revision','',0),(12,1,'2017-01-22 19:16:24','2017-01-22 19:16:24','','News','','publish','closed','closed','','news','','','2017-01-22 19:16:24','2017-01-22 19:16:24','',0,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/?page_id=12',0,'page','',0),(13,1,'2017-01-22 19:16:24','2017-01-22 19:16:24','','News','','inherit','closed','closed','','12-revision-v1','','','2017-01-22 19:16:24','2017-01-22 19:16:24','',12,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/index.php/2017/01/22/12-revision-v1/',0,'revision','',0),(15,1,'2017-01-22 19:18:00','2017-01-22 19:18:00',' ','','','publish','closed','closed','','15','','','2018-12-02 22:01:25','2018-12-03 03:01:25','',0,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/?p=15',7,'nav_menu_item','',0),(16,1,'2017-01-22 19:18:00','2017-01-22 19:18:00',' ','','','publish','closed','closed','','16','','','2018-12-02 22:01:25','2018-12-03 03:01:25','',0,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/?p=16',1,'nav_menu_item','',0),(22,1,'2017-04-05 20:15:59','2017-04-05 20:15:59','<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\n<div class=\"x-el x-el-div x-ntrl-def x-m-b-lg-bpxs x-f-pri-fam x-f-sz-md \"><strong>WHO WE ARE</strong> <img class=\"alignright wp-image-76\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"126\" height=\"126\" /></div>\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\n\nIt Starts With One is a nonprofit business that provides aid and support to six causes that we deeply believe in.\n\n</div>\n</div>\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\n\nOur purpose is to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\n\nWe provide financial support to those battling fatal illnesses such as Cancer, HIV/AIDS & ALS. We provide aid to our wounded vets. In addition, we raise awareness and resources for kids caught in sex-trafficking and those in 3rd world countries without clean water.\n\n</div>\n</div>\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\n\nChange really starts with one person deciding to play their part. Because there will always be unmet needs, inherent evil and fatal illnesses in the world, we feel called to make a difference and will work daily to meet the needs, combat the evil and ease the suffering of illnesses. An ounce of action beats a ton of words.\n\n</div>\n</div>\n\n<hr />\n<p dir=\"ltr\">IT STARTS WITH ONE</p>\n<p dir=\"ltr\"><img class=\"alignright size-medium wp-image-190\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/01/loren-hockensmith-269x300.png\" alt=\"\" width=\"269\" height=\"300\" />It Starts With One began in December 2016 out of the ashes of the most difficult year of founder, Loren Hockensmith’s life. In July of that year he was hit at about 50 mph by a woman who was texting and driving. Loren suffered a stage 3 concussion and broke his back in two places. While being x-rayed in the hospital doctors discovered a mass on his kidney that turned out to be cancer. About a month later while in the hospital battling cancer an employee of Hockensmith’s lawn care business stole $30,000 worth of equipment. Subsequently the company lost over 100 customers <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1607775337\"><span class=\"aQJ\">within two weeks</span></span> and were forced to close the doors on the landscaping business. It was in the darkest days that followed that Loren started actively seeking and earnestly searching for the meaning and purpose of his life and time here on earth. While reading a book, he was prompted to focus not on finding a way to make a million dollars, but instead find a way to help a million people. It wasn’t long after that revelation, one insomnia filled night the he was blessed with the idea for what would later become It Starts With One and The Penny Challenge. Loren’s goal is to raise enough money through ISWO to provide clean water to every human-being on earth, see sex-trafficking come to an end and provide aid to our wounded vets and those battling serious illnesses. Loren truly believes with everyone playing their part by donating the equivalency of just a penny a day, $3.65/year we can accomplish all those goals. 300 million Americans x $3.65 = over 1 BILLION dollars. You’re the hero. We’re just the guide. It starts with you. It starts with me. It Starts With One.</p>\n<p dir=\"ltr\">Mission Statement: Because there will always be unmet needs, inherent evil and fatal illnesses in the world, we will work daily to meet the needs, combat the evil and ease the suffering of illnesses. We believe that one person truly can make a difference and that an ounce of action beats a ton of words.</p>\n<p dir=\"ltr\">Purpose Statement: Our purpose is to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.</p>\n<p dir=\"ltr\">Mantra: Creating heroes every day by inspiring everyday heroes.</p>\n<p dir=\"ltr\">Slogans: 1) Be the One. 2) You’re the Hero. We’re the guide.</p>\n<p dir=\"ltr\">It Starts With One Causes -</p>\n\n<ol>\n <li dir=\"ltr\">\n<p dir=\"ltr\">Missions - About 71% of the earth is made up of water. Despite that fact approximately 783 million people do not have access to clean water and almost 2.5 billion do not have access to adequate sanitation. 6 to 8 million people die annually from the consequences of disasters and water-related diseases. One of our main missions is to help bring safe and clean water to the millions of people in need. We also fund building projects to create housing, schools and churches for those without adequate shelter and facilities.</p>\n</li>\n</ol>\n<ol start=\"2\">\n <li dir=\"ltr\">\n<p dir=\"ltr\">Sex-trafficking - Sex trafficking is a form of modern slavery that exists throughout the United States and globally. Sex traffickers use violence, threats, lies, debt bondage, and other forms of coercion to compel adults and children to engage in commercial sex acts against their will. Under U.S. federal law, any minor under the age of 18 years induced into commercial sex is a victim of sex trafficking—regardless of whether or not the trafficker used force, fraud, or coercion. The situations that sex trafficking victims face vary dramatically. Many victims become romantically involved with someone who then forces or manipulates them into prostitution. Others are lured in with false promises of a job, such as modeling or dancing. Some are forced to sell sex by their parents or other family members. They may be involved in a trafficking situation for a few days or weeks, or may remain in the same trafficking situation for years. There are approximately 4.5 million people trapped in forced sexual exploitation globally and has become a multi-billion dollar industry.</p>\n</li>\n</ol>\n<ol start=\"3\">\n <li dir=\"ltr\">\n<p dir=\"ltr\">Wounded Veterans - 3.6 million is the number of veterans with a service-connected disability rating in 2013. Of this number, 957,504 had a rating of 70 percent or higher. A “service-connected” disability is one that was a result of a disease or injury incurred or aggravated during active military service. Often times our wounded vets have to jump through hoops to get the much needed care that they not only have a right to, but deserve.</p>\n</li>\n</ol>\n<ol start=\"4\">\n <li dir=\"ltr\">\n<p dir=\"ltr\">AIDS - More than 1.2 million people in the United States are living with HIV infection. It is estimated that almost 1 in 8 (12.8 percent) don\'t know they are infected. From 1981 to 2013, an estimated 1,194,039 people in the United States had been diagnosed with AIDS. Of those, 658,507 have died.</p>\n</li>\n</ol>\n<ol start=\"5\">\n <li dir=\"ltr\">\n<p dir=\"ltr\">ALS - Most people who develop ALS are between the ages of 40 and 70, although the disease can occur at a younger age. It occurs throughout the world with no racial, ethnic or socioeconomic boundaries. It affects as many as 30,000 in the United States, with 5,000 new cases diagnosed each year.</p>\n</li>\n</ol>\n<ol start=\"6\">\n <li dir=\"ltr\">\n<p dir=\"ltr\">Cancer - Cancer is among the leading causes of death worldwide. In 2012, there were 14 million new cases and 8.2 million cancer-related deaths worldwide. The number of new cancer cases will rise to 22 million within the next two decades.</p>\n</li>\n</ol>\n<ol start=\"7\">\n <li dir=\"ltr\">\n<p dir=\"ltr\">General Fund - Everyone needs help from time to time. It is our hope and prayer that with your support, together we can be the change we wish to see in the world. During the darker moments in life (that at one point or another find us all), ISWO wants to be a beacon of light and a ray of hope.</p>\n</li>\n</ol>','About','','inherit','closed','closed','','8-autosave-v1','','','2017-04-05 20:15:59','2017-04-05 20:15:59','',8,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/8-autosave-v1/',0,'revision','',0),(23,1,'2017-02-09 21:09:08','2017-02-09 21:09:08','<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-m-b-lg-bpxs x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md x-d-field\" data-field=\"cardImage1\"></div>\r\n</div>\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-md-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\">Who We Are</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nIt Starts With One is a nonprofit business that provides aid and support to six causes that we deeply believe in.\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-m-b-lg-bpxs x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md x-d-field\" data-field=\"cardImage2\"></div>\r\n</div>\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-md-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">What We Do</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nOur purpose is to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n\r\nWe provide financial support to those battling fatal illnesses such as Cancer, HIV/AIDS & ALS. We provide aid to our wounded vets. In addition, we raise awareness and resources for kids caught in sex-trafficking and those in 3rd world countries without clean water.\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-m-b-lg-bpxs x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md x-d-field\" data-field=\"cardImage3\"></div>\r\n</div>\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-md-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED3\" data-field=\"headline3\">Why We Do It</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n\r\nChange really starts with one person deciding to play their part. Because there will always be unmet needs, inherent evil and fatal illnesses in the world, we feel called to make a difference and will work daily to meet the needs, combat the evil and ease the suffering of illnesses. An ounce of action beats a ton of words.\r\n\r\n</div>\r\n</div>','About','','inherit','closed','closed','','8-revision-v1','','','2017-02-09 21:09:08','2017-02-09 21:09:08','',8,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/8-revision-v1/',0,'revision','',0),(24,1,'2017-02-09 21:10:00','2017-02-09 21:10:00','<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-m-b-lg-bpxs x-f-pri-fam x-f-sz-md \"></div>\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-md-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\">Who We Are</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nIt Starts With One is a nonprofit business that provides aid and support to six causes that we deeply believe in.\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-m-b-lg-bpxs x-f-pri-fam x-f-sz-md \"></div>\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-md-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">What We Do</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nOur purpose is to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n\r\nWe provide financial support to those battling fatal illnesses such as Cancer, HIV/AIDS & ALS. We provide aid to our wounded vets. In addition, we raise awareness and resources for kids caught in sex-trafficking and those in 3rd world countries without clean water.\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-m-b-lg-bpxs x-f-pri-fam x-f-sz-md \"></div>\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-md-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED3\" data-field=\"headline3\">Why We Do It</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n\r\nChange really starts with one person deciding to play their part. Because there will always be unmet needs, inherent evil and fatal illnesses in the world, we feel called to make a difference and will work daily to meet the needs, combat the evil and ease the suffering of illnesses. An ounce of action beats a ton of words.\r\n\r\n</div>\r\n</div>','About','','inherit','closed','closed','','8-revision-v1','','','2017-02-09 21:10:00','2017-02-09 21:10:00','',8,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/8-revision-v1/',0,'revision','',0),(26,1,'2017-02-09 21:21:30','2017-02-09 21:21:30','<div class=\"x-el x-el-div x-ntrl-def x-m-b-lg-bpxs x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-md-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"CONTACT_INFO_BIZ_NAME_REND\" data-field=\"businessName\">It Starts With One</h4>\r\n<p class=\"x-el x-el-p x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-md-bpxs x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field\" data-aid=\"CONTACT_INFO_ADDRESS_REND\" data-field=\"address\">iswoinc@gmail.com</p>\r\n<p class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md \"><a class=\"x-el x-el-a x-ntrl-def x-d-inline x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-md-bpxs x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-c-text-hl-hover x-td-none x-cur-pointer x-d-aid x-d-field\" href=\"tel:7722420446\" data-aid=\"CONTACT_INFO_PHONE_REND\" data-field=\"phone\">(772) 242-0446</a></p>\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-m-b-lg-bpxs x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-md-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-field x-d-aid\" data-field=\"hoursTitle\" data-aid=\"CONTACT_HOURS_TITLE_REND\">Hours</h4>\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md x-d-aid x-d-field\" data-aid=\"CONTACT_HOURS_REND\" data-field=\"hours\">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-rt\">\r\n\r\nMonday - Saturday: 9am - 5pm\r\n\r\nSunday: Closed\r\n\r\n</div>\r\n</div>\r\n</div>','Contact','','inherit','closed','closed','','10-revision-v1','','','2017-02-09 21:21:30','2017-02-09 21:21:30','',10,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/10-revision-v1/',0,'revision','',0),(32,1,'2017-02-09 21:31:43','2017-02-09 21:31:43','<h4 class=\"x-el x-el-h4 x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\">We Raise Funds for the Following Causes</h4>\r\n<div class=\"x-el x-el-p x-ntrl-alt x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n \r\n<ol>\r\n <li><span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">Missions</span> - In addition to supporting local churches with their missions, ISWO helps fund the approximately <span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">783 million people</span> that do not have access to clean water. 6 to 8 million people die annually from the consequences of disasters and water-related diseases. One of our main missions is to help bring safe and clean water to the millions of people in need. We also fund building projects to create housing, schools and churches for those without adequate shelter and facilities.</li>\r\n <li><span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">Sex-trafficking</span> - Sex trafficking is a form of modern slavery that exists throughout the United States and globally. Sex traffickers use violence, threats, lies, debt bondage, and other forms of coercion to compel adults and children to engage in commercial sex acts against their will. Under U.S. federal law, any minor under the age of 18 years induced into commercial sex is a victim of sex trafficking—regardless of whether or not the trafficker used force, fraud, or coercion. The situations that sex trafficking victims face vary dramatically. Many victims become romantically involved with someone who then forces or manipulates them into prostitution. Others are lured in with false promises of a job, such as modeling or dancing. Some are forced to sell sex by their parents or other family members. There are approximately <span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">4.5 million</span> people trapped in forced sexual exploitation globally and has become a multi-billion dollar industry.</li>\r\n <li><span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">Wounded Veterans</span> - <span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">3.6 million</span> is the number of veterans with a service-connected disability rating in 2013. Of this number, 957,504 had a rating of 70 percent or higher. A “service-connected” disability is one that was a result of a disease or injury incurred or aggravated during active military service. Often times our wounded vets have to jump through hoops to get the much needed care that they not only have a right to, but deserve.</li>\r\n <li><span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">HIV/AIDS</span> - More than <span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">1.2 million</span> people in the United States are living with HIV infection. It is estimated that almost 1 in 8 (12.8 percent) don\'t know they are infected. From 1981 to 2013, an estimated <span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">1,194,039</span> people in the United States had been diagnosed with AIDS. Of those, <span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">658,507</span> have died.</li>\r\n <li><span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">ALS</span> - Most people who develop ALS are between the ages of 40 and 70, although the disease can occur at a younger age. It occurs throughout the world with no racial, ethnic or socioeconomic boundaries. It affects as many as <span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">30,000</span> in the United States, with <span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">5,000</span> new cases diagnosed each year.</li>\r\n <li><span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">Cancer</span> - Cancer is among the leading causes of death worldwide. In 2012, there were <span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">14 million</span> new cases and <span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">8.2 million</span> cancer-related deaths worldwide. The number of new cancer cases will rise to <span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">22 million</span> within the next two decades.</li>\r\n <li><span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">General Fund</span> - Everyone needs help from time to time. It is our hope and prayer that with your support, together we can be the change we wish to see in the world. During the darker moments in life (that at one point or another find us all), ISWO wants to be a beacon of light and a ray of hope.</li>\r\n</ol>\r\nYou may apply to receive relief funds below. Fill out the Help Your Family / Friends Pre-Application.\r\n\r\n</div>','Causes','','publish','closed','closed','','causes1asdf','','','2018-04-23 08:03:23','2018-04-23 13:03:23','',0,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/?page_id=32',0,'page','',0),(33,1,'2017-02-09 21:31:43','2017-02-09 21:31:43','<h4 class=\"x-el x-el-h4 x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\">We Raise Funds for the Following Causes</h4>\r\n<div class=\"x-el x-el-p x-ntrl-alt x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n \r\n<ol>\r\n <li><span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">Missions</span> - In addition to supporting local churches with their missions, ISWO helps fund the approximately <span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">783 million people</span> that do not have access to clean water. 6 to 8 million people die annually from the consequences of disasters and water-related diseases. One of our main missions is to help bring safe and clean water to the millions of people in need. We also fund building projects to create housing, schools and churches for those without adequate shelter and facilities.</li>\r\n <li><span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">Sex-trafficking</span> - Sex trafficking is a form of modern slavery that exists throughout the United States and globally. Sex traffickers use violence, threats, lies, debt bondage, and other forms of coercion to compel adults and children to engage in commercial sex acts against their will. Under U.S. federal law, any minor under the age of 18 years induced into commercial sex is a victim of sex trafficking—regardless of whether or not the trafficker used force, fraud, or coercion. The situations that sex trafficking victims face vary dramatically. Many victims become romantically involved with someone who then forces or manipulates them into prostitution. Others are lured in with false promises of a job, such as modeling or dancing. Some are forced to sell sex by their parents or other family members. There are approximately <span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">4.5 million</span> people trapped in forced sexual exploitation globally and has become a multi-billion dollar industry.</li>\r\n <li><span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">Wounded Veterans</span> - <span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">3.6 million</span> is the number of veterans with a service-connected disability rating in 2013. Of this number, 957,504 had a rating of 70 percent or higher. A “service-connected” disability is one that was a result of a disease or injury incurred or aggravated during active military service. Often times our wounded vets have to jump through hoops to get the much needed care that they not only have a right to, but deserve.</li>\r\n <li><span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">HIV/AIDS</span> - More than <span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">1.2 million</span> people in the United States are living with HIV infection. It is estimated that almost 1 in 8 (12.8 percent) don\'t know they are infected. From 1981 to 2013, an estimated <span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">1,194,039</span> people in the United States had been diagnosed with AIDS. Of those, <span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">658,507</span> have died.</li>\r\n <li><span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">ALS</span> - Most people who develop ALS are between the ages of 40 and 70, although the disease can occur at a younger age. It occurs throughout the world with no racial, ethnic or socioeconomic boundaries. It affects as many as <span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">30,000</span> in the United States, with <span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">5,000</span> new cases diagnosed each year.</li>\r\n <li><span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">Cancer</span> - Cancer is among the leading causes of death worldwide. In 2012, there were <span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">14 million</span> new cases and <span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">8.2 million</span> cancer-related deaths worldwide. The number of new cancer cases will rise to <span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">22 million</span> within the next two decades.</li>\r\n <li><span class=\"x-el x-el-div x-ntrl-alt x-f-alt-fam x-f-sz-md x-f-wt-bolder \">General Fund</span> - Everyone needs help from time to time. It is our hope and prayer that with your support, together we can be the change we wish to see in the world. During the darker moments in life (that at one point or another find us all), ISWO wants to be a beacon of light and a ray of hope.</li>\r\n</ol>\r\nYou may apply to receive relief funds below. Fill out the Help Your Family / Friends Pre-Application.\r\n\r\n</div>','Causes','','inherit','closed','closed','','32-revision-v1','','','2017-02-09 21:31:43','2017-02-09 21:31:43','',32,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/32-revision-v1/',0,'revision','',0),(34,1,'2017-02-09 21:32:16','2017-02-09 21:32:16','<div class=\"x-el x-el-div x-ntrl-alt x-row x-m-t-xs-bpxs x-m-b-xs-bpxs x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-center-xs x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h3 class=\"x-el x-el-h3 x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-ww-break x-f-pri-fam x-f-sz-xl x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"SECTION_TITLE_REND\" data-field=\"sectionTitle\">The Penny Challenge Pledge</h3>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div id=\"00b6e193-7827-4328-a028-e6d3cb75a9a0-bootstrap-container\">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-container x-f-pri-fam x-f-sz-md \" data-reactroot=\"\">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-m-t-xs-bpxs x-m-b-xs-bpxs x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-center-xs x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<p class=\"x-el x-el-p x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-xs-bpxs x-m-b-xs-bpxs x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field\" data-aid=\"FORM_DESC_REND\" data-field=\"description\">By submitting your email address below you\'re pledging to make a minimum one time $3.65 donation on ISWO\'s launch date (04/08/2017) and to challenge & sponsor one other person to do the same within 24 hours.\r\nYour email & personal information will not be sold or distributed.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Make the Pledge','','publish','closed','closed','','make-the-pledge','','','2017-02-09 21:32:16','2017-02-09 21:32:16','',0,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/?page_id=34',0,'page','',0),(35,1,'2017-02-09 21:32:16','2017-02-09 21:32:16','<div class=\"x-el x-el-div x-ntrl-alt x-row x-m-t-xs-bpxs x-m-b-xs-bpxs x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-center-xs x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h3 class=\"x-el x-el-h3 x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-ww-break x-f-pri-fam x-f-sz-xl x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"SECTION_TITLE_REND\" data-field=\"sectionTitle\">The Penny Challenge Pledge</h3>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div id=\"00b6e193-7827-4328-a028-e6d3cb75a9a0-bootstrap-container\">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-container x-f-pri-fam x-f-sz-md \" data-reactroot=\"\">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-m-t-xs-bpxs x-m-b-xs-bpxs x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-center-xs x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<p class=\"x-el x-el-p x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-xs-bpxs x-m-b-xs-bpxs x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field\" data-aid=\"FORM_DESC_REND\" data-field=\"description\">By submitting your email address below you\'re pledging to make a minimum one time $3.65 donation on ISWO\'s launch date (04/08/2017) and to challenge & sponsor one other person to do the same within 24 hours.\r\nYour email & personal information will not be sold or distributed.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Make the Pledge','','inherit','closed','closed','','34-revision-v1','','','2017-02-09 21:32:16','2017-02-09 21:32:16','',34,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/34-revision-v1/',0,'revision','',0),(36,1,'2017-02-09 21:33:05','2017-02-09 21:33:05','<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-field x-d-aid\" data-field=\"sectionTitle\" data-aid=\"CONTACT_SECTION_TITLE_REND\">Help Your Family / Friends</h2>\r\n \r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-md-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"CONTACT_FORM_TITLE_REND\" data-field=\"formTitle\">Pre-Application to Receive Aid</h4>\r\n \r\n\r\n[ninja_form id=2]','Get Help','','publish','closed','closed','','get-help','','','2017-02-09 21:37:11','2017-02-09 21:37:11','',0,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/?page_id=36',0,'page','',0),(37,1,'2017-02-09 21:33:05','2017-02-09 21:33:05','<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-field x-d-aid\" data-field=\"sectionTitle\" data-aid=\"CONTACT_SECTION_TITLE_REND\">Help Your Family / Friends</h2>\r\n \r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-md-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"CONTACT_FORM_TITLE_REND\" data-field=\"formTitle\">Pre-Application to Receive Aid</h4>','Get Help','','inherit','closed','closed','','36-revision-v1','','','2017-02-09 21:33:05','2017-02-09 21:33:05','',36,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/36-revision-v1/',0,'revision','',0),(38,1,'2017-02-09 21:37:11','2017-02-09 21:37:11','<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-field x-d-aid\" data-field=\"sectionTitle\" data-aid=\"CONTACT_SECTION_TITLE_REND\">Help Your Family / Friends</h2>\r\n \r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-md-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"CONTACT_FORM_TITLE_REND\" data-field=\"formTitle\">Pre-Application to Receive Aid</h4>\r\n \r\n\r\n[ninja_form id=2]','Get Help','','inherit','closed','closed','','36-revision-v1','','','2017-02-09 21:37:11','2017-02-09 21:37:11','',36,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/36-revision-v1/',0,'revision','',0),(40,1,'2017-02-09 21:38:44','2017-02-09 21:38:44','Creating Heroes Every Day By Inspiring Everyday Heroes.\r\n\r\nYou\'re The Hero, We\'re The Guide.\r\n\r\nBe The One.','Home','','inherit','closed','closed','','6-revision-v1','','','2017-02-09 21:38:44','2017-02-09 21:38:44','',6,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/6-revision-v1/',0,'revision','',0),(43,1,'2017-02-09 21:43:10','2017-02-09 21:43:10','Creating Heroes Every Day By Inspiring Everyday Heroes.\r\n\r\nYou\'re The Hero, We\'re The Guide.\r\n\r\nBe The One.\r\n\r\n \r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\">The Mission</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nOur mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nWant to get a little wet & crazy with your friends before supporting this great cause? Click on the Water Walk Challenge tab.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED3\" data-field=\"headline3\">Donations</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n\r\nLaunch day is April 8th 2017!!! You will be able to donate and sponsor a friend on and after launch day.\r\n\r\nIn the meantime, make the official pledge to donate, challenge and sponsor on launch day on the Home Page!\r\n\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','6-revision-v1','','','2017-02-09 21:43:10','2017-02-09 21:43:10','',6,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/6-revision-v1/',0,'revision','',0),(44,1,'2017-02-09 21:45:49','2017-02-09 21:45:49','<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nWant to get a little wet & crazy with your friends while supporting this great cause? Details coming soon.\r\n\r\n<hr />\r\n\r\n</div>\r\nThis is a video of Fathe who walks 12 miles once a week to gather dirty water for her family. Like Fathe many of the 3/4 of a billion people without clean water must walk multiple miles every day to collect water that may very well lead to making their families ill.\r\n\r\n<iframe style=\"width: 100%; border: 0;\" src=\"//youtube.com/embed/jcT-OQde4fM?rel=0&showinfo=0&start=0\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-aid=\"VIDEO_IFRAME_RENDERED\"></iframe>\r\n<div class=\"x-el x-el-div x-ntrl-alt x-f-pri-fam x-f-sz-md \">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">Water Walk Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-alt x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\">Awareness</h4>\r\n<div class=\"x-el x-el-p x-ntrl-alt x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nLike, Fathe millions upon millions of people must walk multiple miles daily to get dirty water for their families. Many of these women and children must carry up to 5 gallon (40 lbs) buckets for hours on top of their head over rough terrain.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">What You\'ll Need</h4>\r\n<div class=\"x-el x-el-p x-ntrl-alt x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n<ul>\r\n <li>4 active participants.</li>\r\n <li>1 cameraman (iPhone or Droid will do).</li>\r\n <li>2, 3 & 5 gallon buckets and a one gallon water/milk jug.</li>\r\n <li>A lid for the 5 gallon bucket.</li>\r\n <li>5 gallons of creek/lake/pond water.</li>\r\n <li>A 400 yard track (local high school or college track).</li>\r\n <li>A stop watch</li>\r\n <li>Splice app</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED3\" data-field=\"headline3\"><img class=\"alignright size-medium wp-image-109\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-4-300x169.png\" alt=\"\" width=\"300\" height=\"169\" />The Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-alt x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n\r\nTo raise awareness and funds for the nearly 1 billion people on the planet without clean water we\'re challenging you to create a team of 4 (with an additional cameraman) to film your very own Water Walk.\r\n\r\nFill a 5 gallon bucket with dirty creek/lake/pond water (put the lid on the bucket ;-) ) and drive to your local high school/college - 400 yard track. Have your teammates lineup every 100 yards along the track. Teammate 1 (T1) starts with the 5 gallon bucket full of water on their head. (They must keep it on their head for the full 100 yards until they reach teammate 2). (T2) is knelt down with the 3 gallon bucket on their head as (T1) dumps his water into (T2\'s) bucket. (T2) runs with it on his head 100 yards to (T3) who is knelt down with a two gallon bucket on his head. (T2) transfers to (T3). (T3) runs 100 yards with it on his head to (T4) who has a 1 gallon water/milk jug on his head. (T3) transfers to (T4) who runs the rest of the way to the finish line with the jug on his head.\r\n\r\nObjective: Goal is to get the best time in the nation (which will be posted on our website). Each quarter of the year the winning team will receive free tickets to Disney world which they will get to attend with families that have received funds from ISWO.\r\n\r\nRules: the whole event is timed. The camera must keep the stopwatch in the camera from beginning to end. The bucket must remain on your head while running and receiving water from previous teammate. Your team must finish with enough water in the gallon jug to reach the handle portion of the jug when laid flat. When you\'re done, first logon to ISWO and donate a minimum of $3.65 per teammate. Then use the Splice app to shorten your video to 1 minute or less of the \"highlights\". Upload your videos (full length and Splice edit) to YouTube and send the link to the ISWO website. Have each teammate tag/challenge four friends to be the next participants on social media while hashtagging #waterwalkchallenge, #thepennychallenge & #itstartswithone. (You can only submit the YouTube links AFTER you\'ve donated a minimum of $3.65 per teammate to ISWO).\r\n\r\n</div>\r\n</div>\r\n</div>','Water Walk','','publish','closed','closed','','water-walk','','','2017-04-04 18:30:25','2017-04-04 18:30:25','',0,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/?page_id=44',0,'page','',0),(45,1,'2017-02-09 21:45:49','2017-02-09 21:45:49','This is a video of Fathe who walks 12 miles once a week to gather dirty water for her family. Like Fathe many of the 3/4 of a billion people without clean water must walk multiple miles every day to collect water that may very well lead to making their families ill.\r\n\r\n<iframe style=\"position: absolute; top: 0; bottom: 0; left: 0; width: 100%; border: 0;\" src=\"//youtube.com/embed/jcT-OQde4fM?rel=0&showinfo=0&start=0\" width=\"100%\" height=\"150\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-aid=\"VIDEO_IFRAME_RENDERED\"></iframe>\r\n<div class=\"x-el x-el-div x-ntrl-alt x-f-pri-fam x-f-sz-md \">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">Water Walk Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-alt x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\">Awareness</h4>\r\n<div class=\"x-el x-el-p x-ntrl-alt x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nLike, Fathe millions upon millions of people must walk multiple miles daily to get dirty water for their families. Many of these women and children must carry up to 5 gallon (40 lbs) buckets for hours on top of their head over rough terrain.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">What You\'ll Need</h4>\r\n<div class=\"x-el x-el-p x-ntrl-alt x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n<ul>\r\n <li>4 active participants.</li>\r\n <li>1 cameraman (iPhone or Droid will do).</li>\r\n <li>2, 3 & 5 gallon buckets and a one gallon water/milk jug.</li>\r\n <li>A lid for the 5 gallon bucket.</li>\r\n <li>5 gallons of creek/lake/pond water.</li>\r\n <li>A 400 yard track (local high school or college track).</li>\r\n <li>A stop watch</li>\r\n <li>Splice app</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED3\" data-field=\"headline3\">The Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-alt x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n\r\nTo raise awareness and funds for the nearly 1 billion people on the planet without clean water we\'re challenging you to create a team of 4 (with an additional cameraman) to film your very own Water Walk.\r\n\r\nFill a 5 gallon bucket with dirty creek/lake/pond water (put the lid on the bucket ;-) ) and drive to your local high school/college - 400 yard track. Have your teammates lineup every 100 yards along the track. Teammate 1 (T1) starts with the 5 gallon bucket full of water on their head. (They must keep it on their head for the full 100 yards until they reach teammate 2). (T2) is knelt down with the 3 gallon bucket on their head as (T1) dumps his water into (T2\'s) bucket. (T2) runs with it on his head 100 yards to (T3) who is knelt down with a two gallon bucket on his head. (T2) transfers to (T3). (T3) runs 100 yards with it on his head to (T4) who has a 1 gallon water/milk jug on his head. (T3) transfers to (T4) who runs the rest of the way to the finish line with the jug on his head.\r\n\r\nObjective: Goal is to get the best time in the nation (which will be posted on our website). Each quarter of the year the winning team will receive free tickets to Disney world which they will get to attend with families that have received funds from ISWO.\r\n\r\nRules: the whole event is timed. The camera must keep the stopwatch in the camera from beginning to end. The bucket must remain on your head while running and receiving water from previous teammate. Your team must finish with enough water in the gallon jug to reach the handle portion of the jug when laid flat. When you\'re done, first logon to ISWO and donate a minimum of $3.65 per teammate. Then use the Splice app to shorten your video to 1 minute or less of the \"highlights\". Upload your videos (full length and Splice edit) to YouTube and send the link to the ISWO website. Have each teammate tag/challenge four friends to be the next participants on social media while hashtagging #waterwalkchallenge, #thepennychallenge & #itstartswithone. (You can only submit the YouTube links AFTER you\'ve donated a minimum of $3.65 per teammate to ISWO).\r\n\r\n</div>\r\n</div>\r\n</div>\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Water Walk','','inherit','closed','closed','','44-revision-v1','','','2017-02-09 21:45:49','2017-02-09 21:45:49','',44,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/44-revision-v1/',0,'revision','',0),(52,1,'2017-02-09 21:50:08','2017-02-09 21:50:08','<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\"><img class=\"aligncenter wp-image-147 size-medium\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/Untitled-design-35-300x300.png\" alt=\"\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\">Click to Enter the Store</a></p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\">Your purchases will help fund our mission and other causes.</p>\r\n\r\n<div style=\"align: center;\" align=\"center\"></div>','Store','','publish','closed','closed','','store','','','2017-04-09 01:27:28','2017-04-09 01:27:28','',0,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/?page_id=52',0,'page','',0),(53,1,'2017-02-09 21:50:08','2017-02-09 21:50:08','<h2 class=\"x-el x-el-h2 x-acnt-def x-m-t-lg-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hc x-f-lh-xxl x-d-aid x-d-field\" data-aid=\"PAYMENT_HEADLINE_RENDERED\" data-field=\"headline\">ISWO Apparel Store Coming Soon</h2>\r\n<h4 class=\"x-el x-el-h4 x-acnt-def x-m-t-lg-bpxs x-m-b-lg-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field x-rt\" data-aid=\"PAYMENT_DESCRIPTION_RENDERED\" data-field=\"donateDescription\">In the meantime your generous donations will help fund our mission and our causes.</h4>\r\n<form class=\"x-el x-el-form x-acnt-def x-m-b-0-bpxs x-f-pri-fam x-f-sz-md \" action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"><input name=\"edit_selector\" type=\"hidden\" data-aid=\"EDIT_PANEL_EDIT_PAYMENT_ICON\" /><input name=\"business\" type=\"hidden\" value=\"landkenterprise@gmail.com\" /><input name=\"cmd\" type=\"hidden\" value=\"_donations\" /><input name=\"item_name\" type=\"hidden\" value=\"It Starts With One\" /><input name=\"item_number\" type=\"hidden\" value=\"\" /><input name=\"amount\" type=\"hidden\" value=\"0.00\" data-aid=\"PAYMENT_HIDDEN_AMOUNT\" /><input name=\"shipping\" type=\"hidden\" value=\"0.00\" /><input name=\"currency_code\" type=\"hidden\" value=\"USD\" data-aid=\"PAYMENT_HIDDEN_CURRENCY\" /><input name=\"rm\" type=\"hidden\" value=\"0\" /><input name=\"return\" type=\"hidden\" value=\"http://thepennychallenge.com/apparel\" /><input name=\"cancel_return\" type=\"hidden\" value=\"http://thepennychallenge.com/apparel\" /><input name=\"cbt\" type=\"hidden\" value=\"Return to It Starts With One\" />\r\n<div class=\"x-el x-el-div x-acnt-def x-d-inline-block x-f-pri-fam x-f-sz-md x-d-field\" data-field=\"donateButtonLabel\"><button class=\"x-el x-el-button x-acnt-def x-btn x-b-0 x-b-rad-md x-c-act-bg x-c-act-bg-hover x-d-inline-block x-va-middle x-m-b-0-bpxs x-p-t-xs-bpxs x-p-b-xs-bpxs x-p-r-md-bpxs x-p-l-md-bpxs x-p-r-md-bpxs x-f-alt-fam x-f-sz-md x-c-act-text x-c-act-text-hover x-ta-center-bpxs x-ws-normal x-cur-pointer x-d-aid\" name=\"submit\" data-aid=\"PAYMENT_PAYPALBUTTON_RENDERED\"><img class=\"x-el x-el-img x-acnt-def x-img x-d-inline x-va-middle x-w-auto x-w-100m x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-h-auto x-f-alt-fam x-f-sz-md \" style=\"width: 30px; height: auto; margin-right: 8px;\" src=\"https://www.paypalobjects.com/webstatic/icon/pp258.png\" alt=\"image-placeholder\" /><span class=\"x-el x-el-span x-acnt-def x-va-middle x-f-alt-fam x-f-sz-md \">Donate Now</span></button></div>\r\n</form><img class=\"x-el x-el-img x-acnt-def x-img x-d-inline x-w-auto x-w-100m x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-xs-bpxs x-h-auto x-f-pri-fam x-f-sz-md x-d-aid\" style=\"width: 150px; height: auto;\" src=\"https://www.paypalobjects.com/webstatic/en_US/i/buttons/cc-badges-ppmcvdam.png\" alt=\"[object Object]\" data-aid=\"PAYMENT_CREDIT_CARD_BADGES_RENDERED\" />','Store','','inherit','closed','closed','','52-revision-v1','','','2017-02-09 21:50:08','2017-02-09 21:50:08','',52,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/52-revision-v1/',0,'revision','',0),(54,1,'2017-02-09 21:50:47','2017-02-09 21:50:47','<p style=\"text-align: center;\">Join our team! Become an official It Starts With One sponsor today!</p>\r\n<img class=\"aligncenter size-medium wp-image-115\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/Our-Sponsors-233x300.jpeg\" alt=\"\" width=\"233\" height=\"300\" />','Our Sponsors','','publish','closed','closed','','our-sponsors','','','2017-02-17 16:22:00','2017-02-17 16:22:00','',0,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/?page_id=54',0,'page','',0),(55,1,'2017-02-09 21:50:47','2017-02-09 21:50:47','Join our team! Become an official It Starts With One sponsor today!','Our Sponsors','','inherit','closed','closed','','54-revision-v1','','','2017-02-09 21:50:47','2017-02-09 21:50:47','',54,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/54-revision-v1/',0,'revision','',0),(56,1,'2017-02-09 21:52:22','2017-02-09 21:52:22','<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-ta-center-bpxs x-ta-left-bpmd x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-field x-d-aid\" data-field=\"headline1\" data-aid=\"CONTENT_HEADLINE1_RENDERED\"><img class=\"alignright size-medium wp-image-106\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/Your-Life-s-Purpose-224x300.jpeg\" alt=\"\" width=\"224\" height=\"300\" />The capacity of a product is always determined by the manufacturer, never by the user.</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-m-t-xs-bpxs x-ta-center-bpxs x-ta-left-bpmd x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-field x-d-aid x-rt\" data-field=\"description1\" data-aid=\"CONTENT_DESCRIPTION1_RENDERED\">\r\n\r\nUntil you know why you were created and who you were created by, you will never fully understand the true purpose of your life.\r\n\r\nJohn 3:16 - For God so loved the world that he gave his one and only Son, that whoever believes in him shall not perish but have eternal life.\r\n\r\n</div>','Your Purpose','','publish','closed','closed','','your-purpose','','','2017-02-17 16:14:05','2017-02-17 16:14:05','',0,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/?page_id=56',0,'page','',0),(57,1,'2017-02-09 21:52:22','2017-02-09 21:52:22','<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-ta-center-bpxs x-ta-left-bpmd x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-field x-d-aid\" data-field=\"headline1\" data-aid=\"CONTENT_HEADLINE1_RENDERED\">The capacity of a product is always determined by the manufacturer, never by the user.</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-m-t-xs-bpxs x-ta-center-bpxs x-ta-left-bpmd x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-field x-d-aid x-rt\" data-field=\"description1\" data-aid=\"CONTENT_DESCRIPTION1_RENDERED\">\r\n\r\nUntil you know why you were created and who you were created by, you will never fully understand the true purpose of your life.\r\n\r\nJohn 3:16 - For God so loved the world that he gave his one and only Son, that whoever believes in him shall not perish but have eternal life.\r\n\r\n</div>','Your Purpose','','inherit','closed','closed','','56-revision-v1','','','2017-02-09 21:52:22','2017-02-09 21:52:22','',56,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/56-revision-v1/',0,'revision','',0),(58,1,'2017-02-09 22:15:07','2017-02-09 22:15:07','Creating Heroes Every Day By Inspiring Everyday Heroes.\r\n\r\nYou\'re The Hero, We\'re The Guide.\r\n\r\nBe The One.\r\n\r\n \r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\">The Mission</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nOur mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nWant to get a little wet & crazy with your friends before supporting this great cause? Click on the Water Walk Challenge tab.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED3\" data-field=\"headline3\">Donations</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n\r\nLaunch day is April 8th 2017!!! You will be able to donate and sponsor a friend on and after launch day.\r\n\r\nIn the meantime, make the official pledge to donate, challenge and sponsor on launch day on the Home Page!\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-02-09 22:15:07','2017-02-09 22:15:07','',6,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/6-revision-v1/',0,'revision','',0),(63,1,'2017-02-13 15:52:07','2017-02-13 15:52:07','','concert poster','','inherit','closed','closed','','concert-poster','','','2017-02-17 15:59:40','2017-02-17 15:59:40','',6,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/concert-poster.jpg',0,'attachment','image/jpeg',0),(64,1,'2017-02-13 15:52:16','2017-02-13 15:52:16','','image1','','inherit','closed','closed','','image1','','','2017-02-17 16:02:19','2017-02-17 16:02:19','',8,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1.png',0,'attachment','image/png',0),(65,1,'2017-02-13 15:52:23','2017-02-13 15:52:23','','image2','','inherit','closed','closed','','image2','','','2017-02-17 16:03:20','2017-02-17 16:03:20','',8,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image2.png',0,'attachment','image/png',0),(66,1,'2017-02-13 15:52:30','2017-02-13 15:52:30','','image1 (1)','','inherit','closed','closed','','image1-1','','','2017-02-13 17:31:26','2017-02-13 17:31:26','',6,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1.jpg',0,'attachment','image/jpeg',0),(67,1,'2017-02-13 15:52:36','2017-02-13 15:52:36','','image1 (2)','','inherit','closed','closed','','image1-2','','','2017-02-17 16:17:35','2017-02-17 16:17:35','',0,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-2.jpg',0,'attachment','image/jpeg',0),(68,1,'2017-02-13 15:52:43','2017-02-13 15:52:43','','image3','','inherit','closed','closed','','image3','','','2017-02-13 15:52:43','2017-02-13 15:52:43','',0,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image3.jpg',0,'attachment','image/jpeg',0),(69,1,'2017-02-13 15:52:51','2017-02-13 15:52:51','','image1 (3)','','inherit','closed','closed','','image1-3','','','2017-03-17 19:14:59','2017-03-17 19:14:59','',52,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-3.jpg',0,'attachment','image/jpeg',0),(70,1,'2017-02-13 15:52:56','2017-02-13 15:52:56','','image4','','inherit','closed','closed','','image4','','','2017-02-13 15:52:56','2017-02-13 15:52:56','',0,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image4.png',0,'attachment','image/png',0),(71,1,'2017-02-13 15:53:06','2017-02-13 15:53:06','','image5','','inherit','closed','closed','','image5','','','2017-02-13 15:53:06','2017-02-13 15:53:06','',0,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image5.png',0,'attachment','image/png',0),(72,1,'2017-02-13 15:53:15','2017-02-13 15:53:15','','image6','','inherit','closed','closed','','image6','','','2017-02-13 15:53:15','2017-02-13 15:53:15','',0,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image6.png',0,'attachment','image/png',0),(73,1,'2017-02-13 15:53:23','2017-02-13 15:53:23','','image11','','inherit','closed','closed','','image11','','','2017-02-13 15:53:23','2017-02-13 15:53:23','',0,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image11.png',0,'attachment','image/png',0),(75,1,'2017-02-13 16:02:13','2017-02-13 16:02:13','http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3.jpg','cropped-image3.jpg','','inherit','closed','closed','','cropped-image3-jpg','','','2017-02-13 16:02:13','2017-02-13 16:02:13','',0,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3.jpg',0,'attachment','image/jpeg',0),(76,1,'2017-02-13 16:02:42','2017-02-13 16:02:42','','cropped-image3-1.jpg','','inherit','closed','closed','','cropped-image3-1-jpg','','','2017-02-13 17:19:53','2017-02-13 17:19:53','',6,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1.jpg',0,'attachment','image/jpeg',0),(78,1,'2017-02-13 16:07:23','2017-02-13 16:07:23','','Facebook','','publish','closed','closed','','facebook','','','2017-02-13 16:07:23','2017-02-13 16:07:23','',0,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/?p=78',1,'nav_menu_item','',0),(79,1,'2017-02-13 16:07:23','2017-02-13 16:07:23','','Twitter','','publish','closed','closed','','twitter','','','2017-02-13 16:07:23','2017-02-13 16:07:23','',0,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/?p=79',2,'nav_menu_item','',0),(80,1,'2017-10-13 16:29:27','2017-10-13 16:29:27','<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-194 size-medium\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"The Penny Challenge\" width=\"300\" height=\"225\" /></a>\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">Take The Penny Challenge</a></h2>\n</div>\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\n<p style=\"text-align: center;\">Be The One</p>\n\n\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\n\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\n\nSchool Assembly Informational Video\n\n<iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/Ar7abcf81P8\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n\nThe Penny Challenge Commercial\n\n<iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\n\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\n\n#itstartswithone #thepennychallenge\n\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\n\n</div>\n</div>\n</div>\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">TAKE THE PENNY CHALLENGE</a></h2>\n<p style=\"text-align: center;\">or <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\" rel=\"noopener\">share with a friend</a>.</p>\n\n</div>\n</div>\n</div>','','','inherit','closed','closed','','6-autosave-v1','','','2017-10-13 16:29:27','2017-10-13 16:29:27','',6,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/6-autosave-v1/',0,'revision','',0),(81,1,'2017-02-13 17:30:43','2017-02-13 17:30:43','<img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes.</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide.</p>\r\n<p style=\"text-align: center;\">Be The One.</p>\r\n \r\n<div style=\"border: 1px solid #cccccc; padding: 20px;\">\r\n<p style=\"text-align: center;\"><a href=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/concert-tickets/\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n \r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\">The Mission</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nOur mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nWant to get a little wet & crazy with your friends before supporting this great cause? Click on the Water Walk Challenge tab.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED3\" data-field=\"headline3\">Donations</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n\r\nLaunch day is April 8th 2017!!! You will be able to donate and sponsor a friend on and after launch day.\r\n\r\nIn the meantime, make the official pledge to donate, challenge and sponsor on launch day on the Home Page!\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-02-13 17:30:43','2017-02-13 17:30:43','',6,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/6-revision-v1/',0,'revision','',0),(82,1,'2017-02-13 17:31:34','2017-02-13 17:31:34','<img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes.</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide.</p>\r\n<p style=\"text-align: center;\">Be The One.</p>\r\n \r\n<div style=\"border: 1px solid #cccccc; padding: 20px;\">\r\n<p style=\"text-align: center;\"><a href=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/concert-tickets/\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n \r\n\r\n \r\n\r\n<img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" />\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\">The Mission</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nOur mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nWant to get a little wet & crazy with your friends before supporting this great cause? Click on the Water Walk Challenge tab.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED3\" data-field=\"headline3\">Donations</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">Launch day is April 8th 2017!!! You will be able to donate and sponsor a friend on and after launch day.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official pledge to donate, challenge and sponsor on launch day on the Home Page!</p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-02-13 17:31:34','2017-02-13 17:31:34','',6,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/6-revision-v1/',0,'revision','',0),(88,1,'2017-02-17 15:59:00','2017-02-17 15:59:00','<img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes.</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide.</p>\r\n<p style=\"text-align: center;\">Be The One.</p>\r\n\r\n<div style=\"border: 1px solid #cccccc; padding: 20px;\">\r\n<p style=\"text-align: center;\"><a href=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/concert-tickets/\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" />\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\">The Mission</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nOur mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nWant to get a little wet & crazy with your friends before supporting this great cause? Click on the Water Walk Challenge tab.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED3\" data-field=\"headline3\">Donations</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">Launch day is April 8th 2017!!! You will be able to donate and sponsor a friend on and after launch day.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official pledge to donate, challenge and sponsor on launch day on the Home Page!</p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-02-17 15:59:00','2017-02-17 15:59:00','',6,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/6-revision-v1/',0,'revision','',0),(89,1,'2017-02-17 16:00:52','2017-02-17 16:00:52','<img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes.</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide.</p>\r\n<p style=\"text-align: center;\">Be The One.</p>\r\n\r\n<div style=\"border: 1px solid #cccccc; padding: 20px;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\">It Starts With One presents...</h2>\r\n<p style=\"text-align: center;\"><a href=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/concert-tickets/\"><img class=\"alignnone wp-image-63 size-full\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/concert-poster.jpg\" width=\"706\" height=\"1052\" /></a></p>\r\n<p style=\"text-align: center;\"><a href=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/concert-tickets/\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" />\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\">The Mission</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nOur mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nWant to get a little wet & crazy with your friends before supporting this great cause? Click on the Water Walk Challenge tab.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED3\" data-field=\"headline3\">Donations</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">Launch day is April 8th 2017!!! You will be able to donate and sponsor a friend on and after launch day.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official pledge to donate, challenge and sponsor on launch day on the Home Page!</p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-02-17 16:00:52','2017-02-17 16:00:52','',6,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/6-revision-v1/',0,'revision','',0),(90,1,'2017-02-17 16:03:39','2017-02-17 16:03:39','<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-m-b-lg-bpxs x-f-pri-fam x-f-sz-md \"></div>\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-md-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"><img class=\"alignright wp-image-76\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"126\" height=\"126\" />Who We Are</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nIt Starts With One is a nonprofit business that provides aid and support to six causes that we deeply believe in.\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-m-b-lg-bpxs x-f-pri-fam x-f-sz-md \"></div>\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-md-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\"><img class=\"alignright size-medium wp-image-64\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-300x169.png\" alt=\"\" width=\"300\" height=\"169\" />What We Do</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nOur purpose is to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n\r\nWe provide financial support to those battling fatal illnesses such as Cancer, HIV/AIDS & ALS. We provide aid to our wounded vets. In addition, we raise awareness and resources for kids caught in sex-trafficking and those in 3rd world countries without clean water.\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-m-b-lg-bpxs x-f-pri-fam x-f-sz-md \"></div>\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-md-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED3\" data-field=\"headline3\"><img class=\"alignright size-medium wp-image-65\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image2-169x300.png\" alt=\"\" width=\"169\" height=\"300\" />Why We Do It</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n\r\nChange really starts with one person deciding to play their part. Because there will always be unmet needs, inherent evil and fatal illnesses in the world, we feel called to make a difference and will work daily to meet the needs, combat the evil and ease the suffering of illnesses. An ounce of action beats a ton of words.\r\n\r\n</div>\r\n</div>','About','','inherit','closed','closed','','8-revision-v1','','','2017-02-17 16:03:39','2017-02-17 16:03:39','',8,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/8-revision-v1/',0,'revision','',0),(91,1,'2017-02-17 16:04:16','2017-02-17 16:04:16','<img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes.</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide.</p>\r\n<p style=\"text-align: center;\">Be The One.</p>\r\n\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\">It Starts With One presents...</h2>\r\n<p style=\"text-align: center;\"><a href=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/concert-tickets/\"><img class=\"alignnone wp-image-63 size-full\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/concert-poster.jpg\" width=\"706\" height=\"1052\" /></a></p>\r\n<p style=\"text-align: center;\"><a href=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/concert-tickets/\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\">The Mission</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nOur mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nWant to get a little wet & crazy with your friends before supporting this great cause? Click on the Water Walk Challenge tab.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED3\" data-field=\"headline3\">Donations</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">Launch day is April 8th 2017!!! You will be able to donate and sponsor a friend on and after launch day.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official pledge to donate, challenge and sponsor on launch day on the Home Page!</p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-02-17 16:04:16','2017-02-17 16:04:16','',6,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/6-revision-v1/',0,'revision','',0),(92,1,'2017-02-17 16:05:27','2017-02-17 16:05:27','<img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes.</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide.</p>\r\n<p style=\"text-align: center;\">Be The One.</p>\r\n\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\">It Starts With One presents...</h2>\r\n \r\n<p style=\"text-align: center;\"><a href=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/concert-tickets/\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/concert-poster.jpg\" width=\"706\" height=\"1052\" /></a></p>\r\n<p style=\"text-align: center;\"><a href=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/concert-tickets/\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\">The Mission</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nOur mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nWant to get a little wet & crazy with your friends before supporting this great cause? Click on the Water Walk Challenge tab.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED3\" data-field=\"headline3\">Donations</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">Launch day is April 8th 2017!!! You will be able to donate and sponsor a friend on and after launch day.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official pledge to donate, challenge and sponsor on launch day on the Home Page!</p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-02-17 16:05:27','2017-02-17 16:05:27','',6,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/6-revision-v1/',0,'revision','',0),(102,1,'2017-02-17 16:09:53','2017-02-17 16:09:53','<div style=\"height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"150\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\nOur purpose is to inspire people, young and old to play a role in changing the world, first locally in their community and then globally through a pay it forward movement we call The Penny Challenge. We work to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n\r\n[wsi-widget title=\"Invite your friends\"]','The Penny Challenge','','publish','closed','closed','','the-penny-challenge','','','2018-10-15 18:52:57','2018-10-15 23:52:57','',0,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/?page_id=102',0,'page','',0),(103,1,'2017-02-17 16:09:53','2017-02-17 16:09:53','<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><img class=\"alignright size-medium wp-image-66\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" />The Mission</h2>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nOur mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nWant to get a little wet & crazy with your friends before supporting this great cause? Click on the Water Walk Challenge tab.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED3\" data-field=\"headline3\">Donations</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n\r\nLaunch day is April 8th 2017!!! You will be able to donate and sponsor a friend on and after launch day.\r\n\r\nIn the meantime, make the official pledge to donate, challenge and sponsor on launch day on the Home Page!\r\n\r\n</div>\r\n</div>\r\n</div>','The Penny Challenge','','inherit','closed','closed','','102-revision-v1','','','2017-02-17 16:09:53','2017-02-17 16:09:53','',102,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/102-revision-v1/',0,'revision','',0),(104,1,'2017-02-17 16:10:23','2017-02-17 16:10:23','<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><img class=\"alignright size-medium wp-image-66\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" />The Mission</h2>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nOur mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nWant to get a little wet & crazy with your friends before supporting this great cause? Click on the Water Walk Challenge tab.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED3\" data-field=\"headline3\">Donations</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n\r\nLaunch day is April 8th 2017!!! You will be able to donate and sponsor a friend on and after launch day.\r\n\r\nIn the meantime, make the official pledge to donate, challenge and sponsor on launch day on the Home Page!\r\n\r\n<hr />\r\n\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-m-t-xs-bpxs x-m-b-xs-bpxs x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-center-xs x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h3 class=\"x-el x-el-h3 x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-ww-break x-f-pri-fam x-f-sz-xl x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"SECTION_TITLE_REND\" data-field=\"sectionTitle\">The Penny Challenge Pledge</h3>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div id=\"7f0c2f14-d313-474f-85ca-da78b40f7db8-bootstrap-container\">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-container x-f-pri-fam x-f-sz-md \" data-reactroot=\"\">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-m-t-xs-bpxs x-m-b-xs-bpxs x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-center-xs x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<p class=\"x-el x-el-p x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-xs-bpxs x-m-b-xs-bpxs x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field\" data-aid=\"FORM_DESC_REND\" data-field=\"description\">By submitting your email address below you\'re pledging to make a minimum one time $3.65 donation on ISWO\'s launch date (04/08/2017) and to challenge & sponsor one other person to do the same within 24 hours.</p>\r\n<p class=\"x-el x-el-p x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-xs-bpxs x-m-b-xs-bpxs x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field\" data-aid=\"FORM_DESC_REND\" data-field=\"description\">\r\nYour email & personal information will not be sold or distributed.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','The Penny Challenge','','inherit','closed','closed','','102-revision-v1','','','2017-02-17 16:10:23','2017-02-17 16:10:23','',102,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/102-revision-v1/',0,'revision','',0),(105,1,'2017-02-17 16:11:50','2017-02-17 16:11:50','<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><img class=\"alignright size-medium wp-image-66\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" />The Mission</h2>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nOur mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nWant to get a little wet & crazy with your friends before supporting this great cause? Click on the Water Walk Challenge tab.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED3\" data-field=\"headline3\">Donations</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n\r\nLaunch day is April 8th 2017!!! You will be able to donate and sponsor a friend on and after launch day.\r\n\r\nIn the meantime, make the official pledge to donate, challenge and sponsor on launch day on the Home Page!\r\n\r\n<hr />\r\n\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-m-t-xs-bpxs x-m-b-xs-bpxs x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-center-xs x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h3 class=\"x-el x-el-h3 x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-ww-break x-f-pri-fam x-f-sz-xl x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"SECTION_TITLE_REND\" data-field=\"sectionTitle\">The Penny Challenge Pledge</h3>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div id=\"7f0c2f14-d313-474f-85ca-da78b40f7db8-bootstrap-container\">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-container x-f-pri-fam x-f-sz-md \" data-reactroot=\"\">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-m-t-xs-bpxs x-m-b-xs-bpxs x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-center-xs x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<p class=\"x-el x-el-p x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-xs-bpxs x-m-b-xs-bpxs x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field\" data-aid=\"FORM_DESC_REND\" data-field=\"description\">By submitting your email address below you\'re pledging to make a minimum one time $3.65 donation on ISWO\'s launch date (04/08/2017) and to challenge & sponsor one other person to do the same within 24 hours.</p>\r\n<p class=\"x-el x-el-p x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-xs-bpxs x-m-b-xs-bpxs x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field\" data-aid=\"FORM_DESC_REND\" data-field=\"description\">Your email & personal information will not be sold or distributed.</p>\r\n\r\n</div>\r\n<p class=\"x-el x-el-p x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-xs-bpxs x-m-b-xs-bpxs x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field\" data-aid=\"FORM_DESC_REND\" data-field=\"description\">[ninja_form id=3]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','The Penny Challenge','','inherit','closed','closed','','102-revision-v1','','','2017-02-17 16:11:50','2017-02-17 16:11:50','',102,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/102-revision-v1/',0,'revision','',0),(106,1,'2017-02-17 16:13:46','2017-02-17 16:13:46','','Your Life s Purpose','','inherit','closed','closed','','your-life-s-purpose','','','2017-02-17 16:13:46','2017-02-17 16:13:46','',56,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/Your-Life-s-Purpose.jpeg',0,'attachment','image/jpeg',0),(107,1,'2017-02-17 16:14:05','2017-02-17 16:14:05','<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-ta-center-bpxs x-ta-left-bpmd x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-field x-d-aid\" data-field=\"headline1\" data-aid=\"CONTENT_HEADLINE1_RENDERED\"><img class=\"alignright size-medium wp-image-106\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/Your-Life-s-Purpose-224x300.jpeg\" alt=\"\" width=\"224\" height=\"300\" />The capacity of a product is always determined by the manufacturer, never by the user.</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-m-t-xs-bpxs x-ta-center-bpxs x-ta-left-bpmd x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-field x-d-aid x-rt\" data-field=\"description1\" data-aid=\"CONTENT_DESCRIPTION1_RENDERED\">\r\n\r\nUntil you know why you were created and who you were created by, you will never fully understand the true purpose of your life.\r\n\r\nJohn 3:16 - For God so loved the world that he gave his one and only Son, that whoever believes in him shall not perish but have eternal life.\r\n\r\n</div>','Your Purpose','','inherit','closed','closed','','56-revision-v1','','','2017-02-17 16:14:05','2017-02-17 16:14:05','',56,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/56-revision-v1/',0,'revision','',0),(108,1,'2017-02-17 16:15:57','2017-02-17 16:15:57','This is a video of Fathe who walks 12 miles once a week to gather dirty water for her family. Like Fathe many of the 3/4 of a billion people without clean water must walk multiple miles every day to collect water that may very well lead to making their families ill.\n\n<iframe style=\"position: absolute; top: 0; bottom: 0; left: 0; width: 100%; border: 0;\" src=\"//youtube.com/embed/jcT-OQde4fM?rel=0&showinfo=0&start=0\" width=\"100%\" height=\"150\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-aid=\"VIDEO_IFRAME_RENDERED\"></iframe>\n<div class=\"x-el x-el-div x-ntrl-alt x-f-pri-fam x-f-sz-md \">\n<h2 class=\"x-el x-el-h2 x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">Water Walk Challenge</h2>\n\n<hr class=\"x-el x-el-hr x-ntrl-alt x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\n\n</div>\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-f-pri-fam x-f-sz-md \">\n<div class=\"x-el x-el-div x-ntrl-alt x-col-xs-12 x-f-pri-fam x-f-sz-md \">\n<h4 class=\"x-el x-el-h4 x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\">Awareness</h4>\n<div class=\"x-el x-el-p x-ntrl-alt x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\n\nLike, Fathe millions upon millions of people must walk multiple miles daily to get dirty water for their families. Many of these women and children must carry up to 5 gallon (40 lbs) buckets for hours on top of their head over rough terrain.\n\n</div>\n</div>\n</div>\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-f-pri-fam x-f-sz-md \">\n<div class=\"x-el x-el-div x-ntrl-alt x-col-xs-12 x-f-pri-fam x-f-sz-md \">\n<h4 class=\"x-el x-el-h4 x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">What You\'ll Need</h4>\n<div class=\"x-el x-el-p x-ntrl-alt x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\n<ul>\n <li>4 active participants.</li>\n <li>1 cameraman (iPhone or Droid will do).</li>\n <li>2, 3 & 5 gallon buckets and a one gallon water/milk jug.</li>\n <li>A lid for the 5 gallon bucket.</li>\n <li>5 gallons of creek/lake/pond water.</li>\n <li>A 400 yard track (local high school or college track).</li>\n <li>A stop watch</li>\n <li>Splice app</li>\n</ul>\n</div>\n</div>\n</div>\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-f-pri-fam x-f-sz-md \">\n<div class=\"x-el x-el-div x-ntrl-alt x-col-xs-12 x-f-pri-fam x-f-sz-md \">\n<h4 class=\"x-el x-el-h4 x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED3\" data-field=\"headline3\">The Challenge</h4>\n<div class=\"x-el x-el-p x-ntrl-alt x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\n\nTo raise awareness and funds for the nearly 1 billion people on the planet without clean water we\'re challenging you to create a team of 4 (with an additional cameraman) to film your very own Water Walk.\n\nFill a 5 gallon bucket with dirty creek/lake/pond water (put the lid on the bucket ;-) ) and drive to your local high school/college - 400 yard track. Have your teammates lineup every 100 yards along the track. Teammate 1 (T1) starts with the 5 gallon bucket full of water on their head. (They must keep it on their head for the full 100 yards until they reach teammate 2). (T2) is knelt down with the 3 gallon bucket on their head as (T1) dumps his water into (T2\'s) bucket. (T2) runs with it on his head 100 yards to (T3) who is knelt down with a two gallon bucket on his head. (T2) transfers to (T3). (T3) runs 100 yards with it on his head to (T4) who has a 1 gallon water/milk jug on his head. (T3) transfers to (T4) who runs the rest of the way to the finish line with the jug on his head.\n\nObjective: Goal is to get the best time in the nation (which will be posted on our website). Each quarter of the year the winning team will receive free tickets to Disney world which they will get to attend with families that have received funds from ISWO.\n\nRules: the whole event is timed. The camera must keep the stopwatch in the camera from beginning to end. The bucket must remain on your head while running and receiving water from previous teammate. Your team must finish with enough water in the gallon jug to reach the handle portion of the jug when laid flat. When you\'re done, first logon to ISWO and donate a minimum of $3.65 per teammate. Then use the Splice app to shorten your video to 1 minute or less of the \"highlights\". Upload your videos (full length and Splice edit) to YouTube and send the link to the ISWO website. Have each teammate tag/challenge four friends to be the next participants on social media while hashtagging #waterwalkchallenge, #thepennychallenge & #itstartswithone. (You can only submit the YouTube links AFTER you\'ve donated a minimum of $3.65 per teammate to ISWO).\n\n</div>\n</div>\n</div>','Water Walk','','inherit','closed','closed','','44-autosave-v1','','','2017-02-17 16:15:57','2017-02-17 16:15:57','',44,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/44-autosave-v1/',0,'revision','',0),(109,1,'2017-02-17 16:16:59','2017-02-17 16:16:59','','image1 (4)','','inherit','closed','closed','','image1-4','','','2017-02-17 16:16:59','2017-02-17 16:16:59','',44,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-4.png',0,'attachment','image/png',0),(110,1,'2017-02-17 16:17:07','2017-02-17 16:17:07','This is a video of Fathe who walks 12 miles once a week to gather dirty water for her family. Like Fathe many of the 3/4 of a billion people without clean water must walk multiple miles every day to collect water that may very well lead to making their families ill.\r\n\r\n<iframe style=\"width: 100%; border: 0;\" src=\"//youtube.com/embed/jcT-OQde4fM?rel=0&showinfo=0&start=0\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-aid=\"VIDEO_IFRAME_RENDERED\"></iframe>\r\n<div class=\"x-el x-el-div x-ntrl-alt x-f-pri-fam x-f-sz-md \">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">Water Walk Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-alt x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\">Awareness</h4>\r\n<div class=\"x-el x-el-p x-ntrl-alt x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nLike, Fathe millions upon millions of people must walk multiple miles daily to get dirty water for their families. Many of these women and children must carry up to 5 gallon (40 lbs) buckets for hours on top of their head over rough terrain.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">What You\'ll Need</h4>\r\n<div class=\"x-el x-el-p x-ntrl-alt x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n<ul>\r\n <li>4 active participants.</li>\r\n <li>1 cameraman (iPhone or Droid will do).</li>\r\n <li>2, 3 & 5 gallon buckets and a one gallon water/milk jug.</li>\r\n <li>A lid for the 5 gallon bucket.</li>\r\n <li>5 gallons of creek/lake/pond water.</li>\r\n <li>A 400 yard track (local high school or college track).</li>\r\n <li>A stop watch</li>\r\n <li>Splice app</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED3\" data-field=\"headline3\"><img class=\"alignright size-medium wp-image-109\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-4-300x169.png\" alt=\"\" width=\"300\" height=\"169\" />The Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-alt x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n\r\nTo raise awareness and funds for the nearly 1 billion people on the planet without clean water we\'re challenging you to create a team of 4 (with an additional cameraman) to film your very own Water Walk.\r\n\r\nFill a 5 gallon bucket with dirty creek/lake/pond water (put the lid on the bucket ;-) ) and drive to your local high school/college - 400 yard track. Have your teammates lineup every 100 yards along the track. Teammate 1 (T1) starts with the 5 gallon bucket full of water on their head. (They must keep it on their head for the full 100 yards until they reach teammate 2). (T2) is knelt down with the 3 gallon bucket on their head as (T1) dumps his water into (T2\'s) bucket. (T2) runs with it on his head 100 yards to (T3) who is knelt down with a two gallon bucket on his head. (T2) transfers to (T3). (T3) runs 100 yards with it on his head to (T4) who has a 1 gallon water/milk jug on his head. (T3) transfers to (T4) who runs the rest of the way to the finish line with the jug on his head.\r\n\r\nObjective: Goal is to get the best time in the nation (which will be posted on our website). Each quarter of the year the winning team will receive free tickets to Disney world which they will get to attend with families that have received funds from ISWO.\r\n\r\nRules: the whole event is timed. The camera must keep the stopwatch in the camera from beginning to end. The bucket must remain on your head while running and receiving water from previous teammate. Your team must finish with enough water in the gallon jug to reach the handle portion of the jug when laid flat. When you\'re done, first logon to ISWO and donate a minimum of $3.65 per teammate. Then use the Splice app to shorten your video to 1 minute or less of the \"highlights\". Upload your videos (full length and Splice edit) to YouTube and send the link to the ISWO website. Have each teammate tag/challenge four friends to be the next participants on social media while hashtagging #waterwalkchallenge, #thepennychallenge & #itstartswithone. (You can only submit the YouTube links AFTER you\'ve donated a minimum of $3.65 per teammate to ISWO).\r\n\r\n</div>\r\n</div>\r\n</div>','Water Walk','','inherit','closed','closed','','44-revision-v1','','','2017-02-17 16:17:07','2017-02-17 16:17:07','',44,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/44-revision-v1/',0,'revision','',0),(115,1,'2017-02-17 16:21:49','2017-02-17 16:21:49','','Our Sponsors','','inherit','closed','closed','','our-sponsors-2','','','2017-02-17 16:21:49','2017-02-17 16:21:49','',54,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/Our-Sponsors.jpeg',0,'attachment','image/jpeg',0),(116,1,'2017-02-17 16:22:00','2017-02-17 16:22:00','<p style=\"text-align: center;\">Join our team! Become an official It Starts With One sponsor today!</p>\r\n<img class=\"aligncenter size-medium wp-image-115\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/Our-Sponsors-233x300.jpeg\" alt=\"\" width=\"233\" height=\"300\" />','Our Sponsors','','inherit','closed','closed','','54-revision-v1','','','2017-02-17 16:22:00','2017-02-17 16:22:00','',54,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/54-revision-v1/',0,'revision','',0),(117,1,'2017-02-17 16:55:41','2017-02-17 16:55:41','<img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes.</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide.</p>\r\n<p style=\"text-align: center;\">Be The One.</p>\r\n\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"></h2>\r\n<p style=\"text-align: center;\"><a href=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/concert-tickets/\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/concert-poster.jpg\" width=\"706\" height=\"1052\" /></a></p>\r\n<p style=\"text-align: center;\"><a href=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/concert-tickets/\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\">The Mission</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nOur mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nWant to get a little wet & crazy with your friends before supporting this great cause? Click on the Water Walk Challenge tab.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED3\" data-field=\"headline3\">Donations</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">Launch day is April 8th 2017!!! You will be able to donate and sponsor a friend on and after launch day.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official pledge to donate, challenge and sponsor on launch day on the Home Page!</p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-02-17 16:55:41','2017-02-17 16:55:41','',6,'http://vm3001.mojohost.com/thepennychallenge.com/public_html/6-revision-v1/',0,'revision','',0),(119,1,'2017-02-19 20:12:55','2017-02-19 20:12:55','<img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes.</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide.</p>\r\n<p style=\"text-align: center;\">Be The One.</p>\r\n\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"></h2>\r\n<p style=\"text-align: center;\"><a href=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/concert-tickets/\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/concert-poster.jpg\" width=\"706\" height=\"1052\" /></a></p>\r\n<p style=\"text-align: center;\"><a href=\"/concert-tickets/\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\">The Mission</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nOur mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nWant to get a little wet & crazy with your friends before supporting this great cause? Click on the Water Walk Challenge tab.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED3\" data-field=\"headline3\">Donations</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">Launch day is April 8th 2017!!! You will be able to donate and sponsor a friend on and after launch day.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official pledge to donate, challenge and sponsor on launch day on the Home Page!</p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-02-19 20:12:55','2017-02-19 20:12:55','',6,'http://thepennychallenge.com/6-revision-v1/',0,'revision','',0),(120,1,'2017-02-19 20:13:18','2017-02-19 20:13:18','<img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes.</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide.</p>\r\n<p style=\"text-align: center;\">Be The One.</p>\r\n\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"></h2>\r\n<p style=\"text-align: center;\"><a href=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/concert-tickets/\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/concert-poster.jpg\" width=\"706\" height=\"1052\" /></a></p>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"/concert-tickets/\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\">The Mission</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nOur mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nWant to get a little wet & crazy with your friends before supporting this great cause? Click on the Water Walk Challenge tab.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED3\" data-field=\"headline3\">Donations</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">Launch day is April 8th 2017!!! You will be able to donate and sponsor a friend on and after launch day.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official pledge to donate, challenge and sponsor on launch day on the Home Page!</p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-02-19 20:13:18','2017-02-19 20:13:18','',6,'http://thepennychallenge.com/6-revision-v1/',0,'revision','',0),(124,1,'2017-02-19 20:37:09','2017-02-19 20:37:09','<img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes.</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide.</p>\r\n<p style=\"text-align: center;\">Be The One.</p>\r\n\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://the-penny-challenge.myshopify.com\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/concert-poster.jpg\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\">The Mission</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nOur mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nWant to get a little wet & crazy with your friends before supporting this great cause? Click on the Water Walk Challenge tab.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED3\" data-field=\"headline3\">Donations</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">Launch day is April 8th 2017!!! You will be able to donate and sponsor a friend on and after launch day.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official pledge to donate, challenge and sponsor on launch day on the Home Page!</p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-02-19 20:37:09','2017-02-19 20:37:09','',6,'http://thepennychallenge.com/6-revision-v1/',0,'revision','',0),(126,1,'2017-02-19 20:40:12','2017-02-19 20:40:12','#breadcrumb-list {\n display:none;\n}\n\n#jsalign { margin: 0 auto; display: block;}\n\n#search-toggle a {color:#000000;}\n\n\n\n#site-logo img {\n max-height: 150px;\n height: 150px;\n min-height: 150px;\n max-width: 150px;\n width: 150px;\n min-width: 150px;\n text-align:center;\n \n}\n.dropdown-toggle {color:#000000;}\n\n.menu-toggle {color:#000000;}\n\n.entry-thumbnail {display:none;}\n\n#masthead .wrapper {\n background-color: #ffffff;\n}\n \n.menu-item a {color:#000000;}\n\n.main-navigation ul ul a {color:#000000;}\n\n.menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus {\n background-color: #ffffff;\n border-color: #1a1a1a;\n color: #e8554e;\n}\n\n#search-container .search-form {\n background-color: #ffffff;\n padding: 15px 0;\n}','helena','','publish','closed','closed','','helena','','','2018-01-25 11:59:08','2018-01-25 16:59:08','',0,'http://thepennychallenge.com/helena/',0,'custom_css','',0),(127,1,'2017-02-19 20:40:12','2017-02-19 20:40:12','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.breadcrumb {\n display:none;\n}','helena','','inherit','closed','closed','','126-revision-v1','','','2017-02-19 20:40:12','2017-02-19 20:40:12','',126,'http://thepennychallenge.com/126-revision-v1/',0,'revision','',0),(129,1,'2017-02-19 20:40:39','2017-02-19 20:40:39','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.breadcrumb-list {\n display:none;\n}','helena','','inherit','closed','closed','','126-revision-v1','','','2017-02-19 20:40:39','2017-02-19 20:40:39','',126,'http://thepennychallenge.com/126-revision-v1/',0,'revision','',0),(132,1,'2017-02-19 20:44:36','2017-02-19 20:44:36','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n.breadcrumb {\n display:none;\n}','helena','','inherit','closed','closed','','126-revision-v1','','','2017-02-19 20:44:36','2017-02-19 20:44:36','',126,'http://thepennychallenge.com/126-revision-v1/',0,'revision','',0),(134,1,'2017-02-19 20:45:13','2017-02-19 20:45:13','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n#breadcrumb-list {\n display:none;\n}','helena','','inherit','closed','closed','','126-revision-v1','','','2017-02-19 20:45:13','2017-02-19 20:45:13','',126,'http://thepennychallenge.com/126-revision-v1/',0,'revision','',0),(136,1,'2017-03-17 19:18:47','2017-03-17 19:18:47','<p style=\"text-align: center;\"></p>\n<p style=\"text-align: center;\">Your generous donations will help fund our mission and our causes.</p>\n\n<div style=\"align: center;\" align=\"center\"><form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" target=\"_top\"><input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" />\n<img class=\"aligncenter\" src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></form></div>','Store','','inherit','closed','closed','','52-autosave-v1','','','2017-03-17 19:18:47','2017-03-17 19:18:47','',52,'http://thepennychallenge.com/52-autosave-v1/',0,'revision','',0),(137,1,'2017-02-26 19:01:39','2017-02-26 19:01:39','<p style=\"text-align: center;\">It Starts with One Apparel Store Coming Soon</p>\r\n<p style=\"text-align: center;\">In the meantime your generous donations will help fund our mission and our causes.</p>\r\n\r\n<div style=\"align: center;\" align=\"center\"><form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" target=\"_top\"><input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" />\r\n<img class=\"aligncenter\" src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></form></div>','Store','','inherit','closed','closed','','52-revision-v1','','','2017-02-26 19:01:39','2017-02-26 19:01:39','',52,'http://thepennychallenge.com/52-revision-v1/',0,'revision','',0),(138,1,'2017-03-04 01:00:46','2017-03-04 01:00:46','[give_receipt]','Donation Confirmation','','publish','closed','closed','','donation-confirmation','','','2017-03-04 01:00:46','2017-03-04 01:00:46','',0,'http://thepennychallenge.com/donation-confirmation/',0,'page','',0),(139,1,'2017-03-04 01:00:46','2017-03-04 01:00:46','We're sorry, your donation failed to process. Please try again or contact site support.','Donation Failed','','publish','closed','closed','','donation-failed','','','2017-03-04 01:00:46','2017-03-04 01:00:46','',0,'http://thepennychallenge.com/donation-failed/',0,'page','',0),(140,1,'2017-03-04 01:00:46','2017-03-04 01:00:46','[donation_history]','Donation History','','publish','closed','closed','','donation-history','','','2017-03-04 01:00:46','2017-03-04 01:00:46','',0,'http://thepennychallenge.com/donation-history/',0,'page','',0),(141,0,'2017-03-10 07:42:28','2017-03-10 07:42:28','','','','publish','closed','closed','','141','','','2017-03-10 07:42:28','2017-03-10 07:42:28','',0,'http://thepennychallenge.com/nf_sub/141/',0,'nf_sub','',0),(142,0,'2017-03-11 03:50:10','2017-03-11 03:50:10','','','','publish','closed','closed','','142','','','2017-03-11 03:50:10','2017-03-11 03:50:10','',0,'http://thepennychallenge.com/nf_sub/142/',0,'nf_sub','',0),(143,0,'2017-03-12 17:12:40','2017-03-12 17:12:40','','','','publish','closed','closed','','143','','','2017-03-12 17:12:40','2017-03-12 17:12:40','',0,'http://thepennychallenge.com/nf_sub/143/',0,'nf_sub','',0),(145,1,'2017-03-13 18:15:15','2017-03-13 18:15:15','<img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes.</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide.</p>\r\n<p style=\"text-align: center;\">Be The One.</p>\r\n\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\">The Mission</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nOur mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nWant to get a little wet & crazy with your friends before supporting this great cause? Click on the Water Walk Challenge tab.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED3\" data-field=\"headline3\">Donations</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">Launch day is April 8th 2017!!! You will be able to donate and sponsor a friend on and after launch day.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official pledge to donate, challenge and sponsor on launch day on the Home Page!</p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-03-13 18:15:15','2017-03-13 18:15:15','',6,'http://thepennychallenge.com/6-revision-v1/',0,'revision','',0),(146,1,'2017-03-17 17:57:14','2017-03-17 17:57:14','','Store','','publish','closed','closed','','store','','','2018-12-02 22:01:25','2018-12-03 03:01:25','',0,'http://thepennychallenge.com/?p=146',21,'nav_menu_item','',0),(147,1,'2017-03-17 19:18:10','2017-03-17 19:18:10','','ISWO Store','','inherit','closed','closed','','untitled-design-35','','','2017-03-17 19:18:57','2017-03-17 19:18:57','',52,'http://thepennychallenge.com/wp-content/uploads/2017/02/Untitled-design-35.png',0,'attachment','image/png',0),(148,1,'2017-03-17 19:19:40','2017-03-17 19:19:40','<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\"><img class=\"aligncenter wp-image-147 size-medium\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/Untitled-design-35-300x300.png\" alt=\"\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\">Click to Enter the Store</a></p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\">Your generous donations will help fund our mission and our causes.</p>\r\n\r\n<div style=\"align: center;\" align=\"center\"><form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" target=\"_top\"><input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" />\r\n<img class=\"aligncenter\" src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></form></div>','Store','','inherit','closed','closed','','52-revision-v1','','','2017-03-17 19:19:40','2017-03-17 19:19:40','',52,'http://thepennychallenge.com/52-revision-v1/',0,'revision','',0),(149,1,'2017-03-17 23:01:13','2017-03-17 23:01:13','<img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes.</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide.</p>\r\n<p style=\"text-align: center;\">Be The One.</p>\r\n\r\n<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">BUY TICKETS</a> **</h1>\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\">The Mission</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nOur mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nWant to get a little wet & crazy with your friends before supporting this great cause? Click on the Water Walk Challenge tab.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED3\" data-field=\"headline3\">Donations</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">Launch day is April 8th 2017!!! You will be able to donate and sponsor a friend on and after launch day.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official pledge to donate, challenge and sponsor on launch day on the Home Page!</p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-03-17 23:01:13','2017-03-17 23:01:13','',6,'http://thepennychallenge.com/6-revision-v1/',0,'revision','',0),(150,1,'2017-03-17 23:02:28','2017-03-17 23:02:28','<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></p>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes.</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide.</p>\r\n<p style=\"text-align: center;\">Be The One.</p>\r\n\r\n<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">BUY TICKETS</a> **</h1>\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\">The Mission</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nOur mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nWant to get a little wet & crazy with your friends before supporting this great cause? Click on the Water Walk Challenge tab.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED3\" data-field=\"headline3\">Donations</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">Launch day is April 8th 2017!!! You will be able to donate and sponsor a friend on and after launch day.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official pledge to donate, challenge and sponsor on launch day on the Home Page!</p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-03-17 23:02:28','2017-03-17 23:02:28','',6,'http://thepennychallenge.com/6-revision-v1/',0,'revision','',0),(153,1,'2017-03-24 23:15:45','2017-03-24 23:15:45','<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></p>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes.</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide.</p>\r\n<p style=\"text-align: center;\">Be The One.</p>\r\n\r\n<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">BUY TICKETS</a> **</h1>\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\">The Mission</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nOur mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nWant to get a little wet & crazy with your friends before supporting this great cause? Details coming soon.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED3\" data-field=\"headline3\">Donations</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">Launch day is April 8th 2017!!! You will be able to donate and sponsor a friend on and after launch day.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official pledge to donate, challenge and sponsor on launch day on the Home Page!</p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-03-24 23:15:45','2017-03-24 23:15:45','',6,'http://thepennychallenge.com/6-revision-v1/',0,'revision','',0),(154,1,'2017-03-24 23:19:14','2017-03-24 23:19:14','<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></p>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes.</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide.</p>\r\n<p style=\"text-align: center;\">Be The One.</p>\r\n\r\n<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">BUY TICKETS</a> **</h1>\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\">The Mission</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nOur mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n<h3>Launch day is April 8th 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to donate and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official pledge to donate, purchase an item from our shop and share with a friend.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n<p style=\"text-align: center;\">Want to get a little wet & crazy with your friends while supporting this great cause? Details coming soon.</p>\r\n\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-03-24 23:19:14','2017-03-24 23:19:14','',6,'http://thepennychallenge.com/6-revision-v1/',0,'revision','',0),(155,1,'2017-03-24 23:42:06','2017-03-24 23:42:06','<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></p>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">BUY TICKETS</a> **</h1>\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n<h3>Launch day is April 8th 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to donate and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official pledge to donate, purchase an item from our shop and share with a friend.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n<p style=\"text-align: center;\">Want to get a little wet & crazy with your friends while supporting this great cause? Details coming soon.</p>\r\n\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-03-24 23:42:06','2017-03-24 23:42:06','',6,'http://thepennychallenge.com/6-revision-v1/',0,'revision','',0),(156,1,'2017-03-24 23:52:14','2017-03-24 23:52:14','<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></p>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">BUY TICKETS</a> **</h1>\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n<h3>Launch day is April 8th 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official pledge to donate, purchase an item from our shop and share with a friend.</p>\r\n\r\n<div id=\'product-component-7e5d95ef0fd\'></div>\r\n<script type=\"text/javascript\">\r\n/*<![CDATA[*/\r\n\r\n(function () {\r\n var scriptURL = \'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js\';\r\n if (window.ShopifyBuy) {\r\n if (window.ShopifyBuy.UI) {\r\n ShopifyBuyInit();\r\n } else {\r\n loadScript();\r\n }\r\n } else {\r\n loadScript();\r\n }\r\n\r\n function loadScript() {\r\n var script = document.createElement(\'script\');\r\n script.async = true;\r\n script.src = scriptURL;\r\n (document.getElementsByTagName(\'head\')[0] || document.getElementsByTagName(\'body\')[0]).appendChild(script);\r\n script.onload = ShopifyBuyInit;\r\n }\r\n\r\n function ShopifyBuyInit() {\r\n var client = ShopifyBuy.buildClient({\r\n domain: \'the-penny-challenge.myshopify.com\',\r\n apiKey: \'a0c5279b8dc56dbdc7930f570808a201\',\r\n appId: \'6\',\r\n });\r\n\r\n ShopifyBuy.UI.onReady(client).then(function (ui) {\r\n ui.createComponent(\'product\', {\r\n id: [10637816975],\r\n node: document.getElementById(\'product-component-7e5d95ef0fd\'),\r\n moneyFormat: \'%24%7B%7Bamount%7D%7D\',\r\n options: {\r\n \"product\": {\r\n \"buttonDestination\": \"checkout\",\r\n \"variantId\": \"all\",\r\n \"contents\": {\r\n \"imgWithCarousel\": false,\r\n \"variantTitle\": false,\r\n \"description\": false,\r\n \"buttonWithQuantity\": false,\r\n \"quantity\": false\r\n },\r\n \"text\": {\r\n \"button\": \"BUY NOW\"\r\n },\r\n \"styles\": {\r\n \"product\": {\r\n \"@media (min-width: 601px)\": {\r\n \"max-width\": \"calc(25% - 20px)\",\r\n \"margin-left\": \"20px\",\r\n \"margin-bottom\": \"50px\"\r\n }\r\n }\r\n }\r\n },\r\n \"cart\": {\r\n \"contents\": {\r\n \"button\": true\r\n },\r\n \"styles\": {\r\n \"footer\": {\r\n \"background-color\": \"#ffffff\"\r\n }\r\n }\r\n },\r\n \"modalProduct\": {\r\n \"contents\": {\r\n \"img\": false,\r\n \"imgWithCarousel\": true,\r\n \"variantTitle\": false,\r\n \"buttonWithQuantity\": true,\r\n \"button\": false,\r\n \"quantity\": false\r\n },\r\n \"styles\": {\r\n \"product\": {\r\n \"@media (min-width: 601px)\": {\r\n \"max-width\": \"100%\",\r\n \"margin-left\": \"0px\",\r\n \"margin-bottom\": \"0px\"\r\n }\r\n }\r\n }\r\n },\r\n \"productSet\": {\r\n \"styles\": {\r\n \"products\": {\r\n \"@media (min-width: 601px)\": {\r\n \"margin-left\": \"-20px\"\r\n }\r\n }\r\n }\r\n }\r\n}\r\n });\r\n });\r\n }\r\n})();\r\n/*]]>*/\r\n</script>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n<p style=\"text-align: center;\">Want to get a little wet & crazy with your friends while supporting this great cause? Details coming soon.</p>\r\n\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-03-24 23:52:14','2017-03-24 23:52:14','',6,'http://thepennychallenge.com/6-revision-v1/',0,'revision','',0),(157,1,'2017-03-24 23:53:13','2017-03-24 23:53:13','<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></p>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">BUY TICKETS</a> **</h1>\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n<h3>Launch day is April 8th 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official pledge to donate, purchase an item from our shop and share with a friend.</p>\r\n\r\n<div id=\"product-component-7e5d95ef0fd\" style=\"text-align: center;\"></div>\r\n<script type=\"text/javascript\">\r\n/*<![CDATA[*/ (function () { var scriptURL = \'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js\'; if (window.ShopifyBuy) { if (window.ShopifyBuy.UI) { ShopifyBuyInit(); } else { loadScript(); } } else { loadScript(); } function loadScript() { var script = document.createElement(\'script\'); script.async = true; script.src = scriptURL; (document.getElementsByTagName(\'head\')[0] || document.getElementsByTagName(\'body\')[0]).appendChild(script); script.onload = ShopifyBuyInit; } function ShopifyBuyInit() { var client = ShopifyBuy.buildClient({ domain: \'the-penny-challenge.myshopify.com\', apiKey: \'a0c5279b8dc56dbdc7930f570808a201\', appId: \'6\', }); ShopifyBuy.UI.onReady(client).then(function (ui) { ui.createComponent(\'product\', { id: [10637816975], node: document.getElementById(\'product-component-7e5d95ef0fd\'), moneyFormat: \'%24%7B%7Bamount%7D%7D\', options: { \"product\": { \"buttonDestination\": \"checkout\", \"variantId\": \"all\", \"contents\": { \"imgWithCarousel\": false, \"variantTitle\": false, \"description\": false, \"buttonWithQuantity\": false, \"quantity\": false }, \"text\": { \"button\": \"BUY NOW\" }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"calc(25% - 20px)\", \"margin-left\": \"20px\", \"margin-bottom\": \"50px\" } } } }, \"cart\": { \"contents\": { \"button\": true }, \"styles\": { \"footer\": { \"background-color\": \"#ffffff\" } } }, \"modalProduct\": { \"contents\": { \"img\": false, \"imgWithCarousel\": true, \"variantTitle\": false, \"buttonWithQuantity\": true, \"button\": false, \"quantity\": false }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"100%\", \"margin-left\": \"0px\", \"margin-bottom\": \"0px\" } } } }, \"productSet\": { \"styles\": { \"products\": { \"@media (min-width: 601px)\": { \"margin-left\": \"-20px\" } } } } } }); }); } })(); /*]]>*/\r\n</script>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n<p style=\"text-align: center;\">Want to get a little wet & crazy with your friends while supporting this great cause? Details coming soon.</p>\r\n\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-03-24 23:53:13','2017-03-24 23:53:13','',6,'http://thepennychallenge.com/6-revision-v1/',0,'revision','',0),(158,1,'2017-03-24 23:54:04','2017-03-24 23:54:04','<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></p>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">BUY TICKETS</a> **</h1>\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n<h3>Launch day is April 8th 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official pledge to donate, purchase an item from our shop and share with a friend.</p>\r\n<center>\r\n<div>\r\n<div id=\"product-component-7e5d95ef0fd\" style=\"text-align: center;\"></div>\r\n<script type=\"text/javascript\">\r\n/*<![CDATA[*/ (function () { var scriptURL = \'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js\'; if (window.ShopifyBuy) { if (window.ShopifyBuy.UI) { ShopifyBuyInit(); } else { loadScript(); } } else { loadScript(); } function loadScript() { var script = document.createElement(\'script\'); script.async = true; script.src = scriptURL; (document.getElementsByTagName(\'head\')[0] || document.getElementsByTagName(\'body\')[0]).appendChild(script); script.onload = ShopifyBuyInit; } function ShopifyBuyInit() { var client = ShopifyBuy.buildClient({ domain: \'the-penny-challenge.myshopify.com\', apiKey: \'a0c5279b8dc56dbdc7930f570808a201\', appId: \'6\', }); ShopifyBuy.UI.onReady(client).then(function (ui) { ui.createComponent(\'product\', { id: [10637816975], node: document.getElementById(\'product-component-7e5d95ef0fd\'), moneyFormat: \'%24%7B%7Bamount%7D%7D\', options: { \"product\": { \"buttonDestination\": \"checkout\", \"variantId\": \"all\", \"contents\": { \"imgWithCarousel\": false, \"variantTitle\": false, \"description\": false, \"buttonWithQuantity\": false, \"quantity\": false }, \"text\": { \"button\": \"BUY NOW\" }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"calc(25% - 20px)\", \"margin-left\": \"20px\", \"margin-bottom\": \"50px\" } } } }, \"cart\": { \"contents\": { \"button\": true }, \"styles\": { \"footer\": { \"background-color\": \"#ffffff\" } } }, \"modalProduct\": { \"contents\": { \"img\": false, \"imgWithCarousel\": true, \"variantTitle\": false, \"buttonWithQuantity\": true, \"button\": false, \"quantity\": false }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"100%\", \"margin-left\": \"0px\", \"margin-bottom\": \"0px\" } } } }, \"productSet\": { \"styles\": { \"products\": { \"@media (min-width: 601px)\": { \"margin-left\": \"-20px\" } } } } } }); }); } })(); /*]]>*/\r\n</script>\r\n</center>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n<p style=\"text-align: center;\">Want to get a little wet & crazy with your friends while supporting this great cause? Details coming soon.</p>\r\n\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-03-24 23:54:04','2017-03-24 23:54:04','',6,'http://thepennychallenge.com/6-revision-v1/',0,'revision','',0),(159,1,'2017-03-24 23:55:01','2017-03-24 23:55:01','<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></p>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">BUY TICKETS</a> **</h1>\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n<h3>Launch day is April 8th 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://the-penny-challenge.myshopify.com/collections/mens\">purchase an item from our shop</a> and share with a friend.</p>\r\n \r\n<div>\r\n<div id=\"product-component-7e5d95ef0fd\" style=\"text-align: center;\"></div>\r\n<script type=\"text/javascript\">\r\n/*<![CDATA[*/ (function () { var scriptURL = \'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js\'; if (window.ShopifyBuy) { if (window.ShopifyBuy.UI) { ShopifyBuyInit(); } else { loadScript(); } } else { loadScript(); } function loadScript() { var script = document.createElement(\'script\'); script.async = true; script.src = scriptURL; (document.getElementsByTagName(\'head\')[0] || document.getElementsByTagName(\'body\')[0]).appendChild(script); script.onload = ShopifyBuyInit; } function ShopifyBuyInit() { var client = ShopifyBuy.buildClient({ domain: \'the-penny-challenge.myshopify.com\', apiKey: \'a0c5279b8dc56dbdc7930f570808a201\', appId: \'6\', }); ShopifyBuy.UI.onReady(client).then(function (ui) { ui.createComponent(\'product\', { id: [10637816975], node: document.getElementById(\'product-component-7e5d95ef0fd\'), moneyFormat: \'%24%7B%7Bamount%7D%7D\', options: { \"product\": { \"buttonDestination\": \"checkout\", \"variantId\": \"all\", \"contents\": { \"imgWithCarousel\": false, \"variantTitle\": false, \"description\": false, \"buttonWithQuantity\": false, \"quantity\": false }, \"text\": { \"button\": \"BUY NOW\" }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"calc(25% - 20px)\", \"margin-left\": \"20px\", \"margin-bottom\": \"50px\" } } } }, \"cart\": { \"contents\": { \"button\": true }, \"styles\": { \"footer\": { \"background-color\": \"#ffffff\" } } }, \"modalProduct\": { \"contents\": { \"img\": false, \"imgWithCarousel\": true, \"variantTitle\": false, \"buttonWithQuantity\": true, \"button\": false, \"quantity\": false }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"100%\", \"margin-left\": \"0px\", \"margin-bottom\": \"0px\" } } } }, \"productSet\": { \"styles\": { \"products\": { \"@media (min-width: 601px)\": { \"margin-left\": \"-20px\" } } } } } }); }); } })(); /*]]>*/\r\n</script>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n<p style=\"text-align: center;\">Want to get a little wet & crazy with your friends while supporting this great cause? Details coming soon.</p>\r\n\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-03-24 23:55:01','2017-03-24 23:55:01','',6,'http://thepennychallenge.com/6-revision-v1/',0,'revision','',0),(160,1,'2017-03-26 18:46:22','2017-03-26 18:46:22','<br clear=\"all\" /><h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></p>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">BUY TICKETS</a> **</h1>\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n<h3>Launch day is April 8th 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://the-penny-challenge.myshopify.com/collections/mens\">purchase an item from our shop</a> and share with a friend.</p>\r\n \r\n<div>\r\n<div id=\"product-component-7e5d95ef0fd\" style=\"text-align: center;\"></div>\r\n<script type=\"text/javascript\">\r\n/*<![CDATA[*/ (function () { var scriptURL = \'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js\'; if (window.ShopifyBuy) { if (window.ShopifyBuy.UI) { ShopifyBuyInit(); } else { loadScript(); } } else { loadScript(); } function loadScript() { var script = document.createElement(\'script\'); script.async = true; script.src = scriptURL; (document.getElementsByTagName(\'head\')[0] || document.getElementsByTagName(\'body\')[0]).appendChild(script); script.onload = ShopifyBuyInit; } function ShopifyBuyInit() { var client = ShopifyBuy.buildClient({ domain: \'the-penny-challenge.myshopify.com\', apiKey: \'a0c5279b8dc56dbdc7930f570808a201\', appId: \'6\', }); ShopifyBuy.UI.onReady(client).then(function (ui) { ui.createComponent(\'product\', { id: [10637816975], node: document.getElementById(\'product-component-7e5d95ef0fd\'), moneyFormat: \'%24%7B%7Bamount%7D%7D\', options: { \"product\": { \"buttonDestination\": \"checkout\", \"variantId\": \"all\", \"contents\": { \"imgWithCarousel\": false, \"variantTitle\": false, \"description\": false, \"buttonWithQuantity\": false, \"quantity\": false }, \"text\": { \"button\": \"BUY NOW\" }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"calc(25% - 20px)\", \"margin-left\": \"20px\", \"margin-bottom\": \"50px\" } } } }, \"cart\": { \"contents\": { \"button\": true }, \"styles\": { \"footer\": { \"background-color\": \"#ffffff\" } } }, \"modalProduct\": { \"contents\": { \"img\": false, \"imgWithCarousel\": true, \"variantTitle\": false, \"buttonWithQuantity\": true, \"button\": false, \"quantity\": false }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"100%\", \"margin-left\": \"0px\", \"margin-bottom\": \"0px\" } } } }, \"productSet\": { \"styles\": { \"products\": { \"@media (min-width: 601px)\": { \"margin-left\": \"-20px\" } } } } } }); }); } })(); /*]]>*/\r\n</script>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n<p style=\"text-align: center;\">Want to get a little wet & crazy with your friends while supporting this great cause? Details coming soon.</p>\r\n\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-03-26 18:46:22','2017-03-26 18:46:22','',6,'http://thepennychallenge.com/6-revision-v1/',0,'revision','',0),(162,1,'2017-03-26 20:00:36','2017-03-26 20:00:36','','Challenge Your Friends','','publish','closed','closed','','invite','','','2017-04-09 02:59:24','2017-04-09 02:59:24','',0,'http://thepennychallenge.com/?page_id=162',0,'page','',0),(163,1,'2017-03-26 20:00:36','2017-03-26 20:00:36','There are 7 causes and thus we need you to invite seven people to take The Penny Challenge in order to complete the challenge. Please enter seven emails below.\r\n\r\n[ninja_form id=4]','Invite 7 to The Penny Challenge','','inherit','closed','closed','','162-revision-v1','','','2017-03-26 20:00:36','2017-03-26 20:00:36','',162,'http://thepennychallenge.com/162-revision-v1/',0,'revision','',0),(164,1,'2017-03-26 20:11:12','2017-03-26 20:11:12',' \r\n<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></p>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">BUY TICKETS</a> **</h1>\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n<h3>Launch day is April 8th 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://the-penny-challenge.myshopify.com/collections/mens\">purchase an item from our shop</a> and share with a friend.</p>\r\n\r\n\r\n<iframe width=\"100%\" height=\"500\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\n<div>\r\n<div id=\"product-component-7e5d95ef0fd\" style=\"text-align: center;\"></div>\r\n<script type=\"text/javascript\">\r\n/*<![CDATA[*/ (function () { var scriptURL = \'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js\'; if (window.ShopifyBuy) { if (window.ShopifyBuy.UI) { ShopifyBuyInit(); } else { loadScript(); } } else { loadScript(); } function loadScript() { var script = document.createElement(\'script\'); script.async = true; script.src = scriptURL; (document.getElementsByTagName(\'head\')[0] || document.getElementsByTagName(\'body\')[0]).appendChild(script); script.onload = ShopifyBuyInit; } function ShopifyBuyInit() { var client = ShopifyBuy.buildClient({ domain: \'the-penny-challenge.myshopify.com\', apiKey: \'a0c5279b8dc56dbdc7930f570808a201\', appId: \'6\', }); ShopifyBuy.UI.onReady(client).then(function (ui) { ui.createComponent(\'product\', { id: [10637816975], node: document.getElementById(\'product-component-7e5d95ef0fd\'), moneyFormat: \'%24%7B%7Bamount%7D%7D\', options: { \"product\": { \"buttonDestination\": \"checkout\", \"variantId\": \"all\", \"contents\": { \"imgWithCarousel\": false, \"variantTitle\": false, \"description\": false, \"buttonWithQuantity\": false, \"quantity\": false }, \"text\": { \"button\": \"BUY NOW\" }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"calc(25% - 20px)\", \"margin-left\": \"20px\", \"margin-bottom\": \"50px\" } } } }, \"cart\": { \"contents\": { \"button\": true }, \"styles\": { \"footer\": { \"background-color\": \"#ffffff\" } } }, \"modalProduct\": { \"contents\": { \"img\": false, \"imgWithCarousel\": true, \"variantTitle\": false, \"buttonWithQuantity\": true, \"button\": false, \"quantity\": false }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"100%\", \"margin-left\": \"0px\", \"margin-bottom\": \"0px\" } } } }, \"productSet\": { \"styles\": { \"products\": { \"@media (min-width: 601px)\": { \"margin-left\": \"-20px\" } } } } } }); }); } })(); /*]]>*/\r\n</script>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n<p style=\"text-align: center;\">Want to get a little wet & crazy with your friends while supporting this great cause? Details coming soon.</p>\r\n\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-03-26 20:11:12','2017-03-26 20:11:12','',6,'http://thepennychallenge.com/6-revision-v1/',0,'revision','',0),(165,1,'2017-03-26 20:12:57','2017-03-26 20:12:57',' \r\n<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></p>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">BUY TICKETS</a> **</h1>\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<iframe width=\"100%\" height=\"500\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n<h3>Launch day is April 8th 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://the-penny-challenge.myshopify.com/collections/mens\">purchase an item from our shop</a> and share with a friend.</p>\r\n\r\n\r\n\r\n\r\n<div>\r\n<div id=\"product-component-7e5d95ef0fd\" style=\"text-align: center;\"></div>\r\n<script type=\"text/javascript\">\r\n/*<![CDATA[*/ (function () { var scriptURL = \'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js\'; if (window.ShopifyBuy) { if (window.ShopifyBuy.UI) { ShopifyBuyInit(); } else { loadScript(); } } else { loadScript(); } function loadScript() { var script = document.createElement(\'script\'); script.async = true; script.src = scriptURL; (document.getElementsByTagName(\'head\')[0] || document.getElementsByTagName(\'body\')[0]).appendChild(script); script.onload = ShopifyBuyInit; } function ShopifyBuyInit() { var client = ShopifyBuy.buildClient({ domain: \'the-penny-challenge.myshopify.com\', apiKey: \'a0c5279b8dc56dbdc7930f570808a201\', appId: \'6\', }); ShopifyBuy.UI.onReady(client).then(function (ui) { ui.createComponent(\'product\', { id: [10637816975], node: document.getElementById(\'product-component-7e5d95ef0fd\'), moneyFormat: \'%24%7B%7Bamount%7D%7D\', options: { \"product\": { \"buttonDestination\": \"checkout\", \"variantId\": \"all\", \"contents\": { \"imgWithCarousel\": false, \"variantTitle\": false, \"description\": false, \"buttonWithQuantity\": false, \"quantity\": false }, \"text\": { \"button\": \"BUY NOW\" }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"calc(25% - 20px)\", \"margin-left\": \"20px\", \"margin-bottom\": \"50px\" } } } }, \"cart\": { \"contents\": { \"button\": true }, \"styles\": { \"footer\": { \"background-color\": \"#ffffff\" } } }, \"modalProduct\": { \"contents\": { \"img\": false, \"imgWithCarousel\": true, \"variantTitle\": false, \"buttonWithQuantity\": true, \"button\": false, \"quantity\": false }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"100%\", \"margin-left\": \"0px\", \"margin-bottom\": \"0px\" } } } }, \"productSet\": { \"styles\": { \"products\": { \"@media (min-width: 601px)\": { \"margin-left\": \"-20px\" } } } } } }); }); } })(); /*]]>*/\r\n</script>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n<p style=\"text-align: center;\">Want to get a little wet & crazy with your friends while supporting this great cause? Details coming soon.</p>\r\n\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-03-26 20:12:57','2017-03-26 20:12:57','',6,'http://thepennychallenge.com/6-revision-v1/',0,'revision','',0),(166,1,'2017-03-26 20:13:37','2017-03-26 20:13:37','<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></p>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">BUY TICKETS</a> **</h1>\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<iframe src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n<h3>Launch day is April 8th 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://the-penny-challenge.myshopify.com/collections/mens\">purchase an item from our shop</a> and share with a friend.</p>\r\n\r\n<div>\r\n<div id=\"product-component-7e5d95ef0fd\" style=\"text-align: center;\"></div>\r\n<script type=\"text/javascript\">\r\n/*<![CDATA[*/ (function () { var scriptURL = \'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js\'; if (window.ShopifyBuy) { if (window.ShopifyBuy.UI) { ShopifyBuyInit(); } else { loadScript(); } } else { loadScript(); } function loadScript() { var script = document.createElement(\'script\'); script.async = true; script.src = scriptURL; (document.getElementsByTagName(\'head\')[0] || document.getElementsByTagName(\'body\')[0]).appendChild(script); script.onload = ShopifyBuyInit; } function ShopifyBuyInit() { var client = ShopifyBuy.buildClient({ domain: \'the-penny-challenge.myshopify.com\', apiKey: \'a0c5279b8dc56dbdc7930f570808a201\', appId: \'6\', }); ShopifyBuy.UI.onReady(client).then(function (ui) { ui.createComponent(\'product\', { id: [10637816975], node: document.getElementById(\'product-component-7e5d95ef0fd\'), moneyFormat: \'%24%7B%7Bamount%7D%7D\', options: { \"product\": { \"buttonDestination\": \"checkout\", \"variantId\": \"all\", \"contents\": { \"imgWithCarousel\": false, \"variantTitle\": false, \"description\": false, \"buttonWithQuantity\": false, \"quantity\": false }, \"text\": { \"button\": \"BUY NOW\" }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"calc(25% - 20px)\", \"margin-left\": \"20px\", \"margin-bottom\": \"50px\" } } } }, \"cart\": { \"contents\": { \"button\": true }, \"styles\": { \"footer\": { \"background-color\": \"#ffffff\" } } }, \"modalProduct\": { \"contents\": { \"img\": false, \"imgWithCarousel\": true, \"variantTitle\": false, \"buttonWithQuantity\": true, \"button\": false, \"quantity\": false }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"100%\", \"margin-left\": \"0px\", \"margin-bottom\": \"0px\" } } } }, \"productSet\": { \"styles\": { \"products\": { \"@media (min-width: 601px)\": { \"margin-left\": \"-20px\" } } } } } }); }); } })(); /*]]>*/\r\n</script>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n<p style=\"text-align: center;\">Want to get a little wet & crazy with your friends while supporting this great cause? Details coming soon.</p>\r\n\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-03-26 20:13:37','2017-03-26 20:13:37','',6,'http://thepennychallenge.com/6-revision-v1/',0,'revision','',0),(167,1,'2017-03-26 20:15:02','2017-03-26 20:15:02','<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></p>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">BUY TICKETS</a> **</h1>\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n\r\n<iframe src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n<h3>Launch day is April 8th 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://the-penny-challenge.myshopify.com/collections/mens\">purchase an item from our shop</a> and share with a friend.</p>\r\n\r\n<div>\r\n<div id=\"product-component-7e5d95ef0fd\" style=\"text-align: center;\"></div>\r\n<script type=\"text/javascript\">\r\n/*<![CDATA[*/ (function () { var scriptURL = \'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js\'; if (window.ShopifyBuy) { if (window.ShopifyBuy.UI) { ShopifyBuyInit(); } else { loadScript(); } } else { loadScript(); } function loadScript() { var script = document.createElement(\'script\'); script.async = true; script.src = scriptURL; (document.getElementsByTagName(\'head\')[0] || document.getElementsByTagName(\'body\')[0]).appendChild(script); script.onload = ShopifyBuyInit; } function ShopifyBuyInit() { var client = ShopifyBuy.buildClient({ domain: \'the-penny-challenge.myshopify.com\', apiKey: \'a0c5279b8dc56dbdc7930f570808a201\', appId: \'6\', }); ShopifyBuy.UI.onReady(client).then(function (ui) { ui.createComponent(\'product\', { id: [10637816975], node: document.getElementById(\'product-component-7e5d95ef0fd\'), moneyFormat: \'%24%7B%7Bamount%7D%7D\', options: { \"product\": { \"buttonDestination\": \"checkout\", \"variantId\": \"all\", \"contents\": { \"imgWithCarousel\": false, \"variantTitle\": false, \"description\": false, \"buttonWithQuantity\": false, \"quantity\": false }, \"text\": { \"button\": \"BUY NOW\" }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"calc(25% - 20px)\", \"margin-left\": \"20px\", \"margin-bottom\": \"50px\" } } } }, \"cart\": { \"contents\": { \"button\": true }, \"styles\": { \"footer\": { \"background-color\": \"#ffffff\" } } }, \"modalProduct\": { \"contents\": { \"img\": false, \"imgWithCarousel\": true, \"variantTitle\": false, \"buttonWithQuantity\": true, \"button\": false, \"quantity\": false }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"100%\", \"margin-left\": \"0px\", \"margin-bottom\": \"0px\" } } } }, \"productSet\": { \"styles\": { \"products\": { \"@media (min-width: 601px)\": { \"margin-left\": \"-20px\" } } } } } }); }); } })(); /*]]>*/\r\n</script>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n<p style=\"text-align: center;\">Want to get a little wet & crazy with your friends while supporting this great cause? Details coming soon.</p>\r\n\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-03-26 20:15:02','2017-03-26 20:15:02','',6,'http://thepennychallenge.com/6-revision-v1/',0,'revision','',0),(168,1,'2017-03-26 20:18:32','2017-03-26 20:18:32','<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></p>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">BUY TICKETS</a> **</h1>\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width:100%; height:500px;\">\r\n<iframe src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n</div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n<h3>Launch day is April 8th 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://the-penny-challenge.myshopify.com/collections/mens\">purchase an item from our shop</a> and share with a friend.</p>\r\n\r\n<div>\r\n<div id=\"product-component-7e5d95ef0fd\" style=\"text-align: center;\"><center>\r\n<script type=\"text/javascript\">\r\n/*<![CDATA[*/ (function () { var scriptURL = \'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js\'; if (window.ShopifyBuy) { if (window.ShopifyBuy.UI) { ShopifyBuyInit(); } else { loadScript(); } } else { loadScript(); } function loadScript() { var script = document.createElement(\'script\'); script.async = true; script.src = scriptURL; (document.getElementsByTagName(\'head\')[0] || document.getElementsByTagName(\'body\')[0]).appendChild(script); script.onload = ShopifyBuyInit; } function ShopifyBuyInit() { var client = ShopifyBuy.buildClient({ domain: \'the-penny-challenge.myshopify.com\', apiKey: \'a0c5279b8dc56dbdc7930f570808a201\', appId: \'6\', }); ShopifyBuy.UI.onReady(client).then(function (ui) { ui.createComponent(\'product\', { id: [10637816975], node: document.getElementById(\'product-component-7e5d95ef0fd\'), moneyFormat: \'%24%7B%7Bamount%7D%7D\', options: { \"product\": { \"buttonDestination\": \"checkout\", \"variantId\": \"all\", \"contents\": { \"imgWithCarousel\": false, \"variantTitle\": false, \"description\": false, \"buttonWithQuantity\": false, \"quantity\": false }, \"text\": { \"button\": \"BUY NOW\" }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"calc(25% - 20px)\", \"margin-left\": \"20px\", \"margin-bottom\": \"50px\" } } } }, \"cart\": { \"contents\": { \"button\": true }, \"styles\": { \"footer\": { \"background-color\": \"#ffffff\" } } }, \"modalProduct\": { \"contents\": { \"img\": false, \"imgWithCarousel\": true, \"variantTitle\": false, \"buttonWithQuantity\": true, \"button\": false, \"quantity\": false }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"100%\", \"margin-left\": \"0px\", \"margin-bottom\": \"0px\" } } } }, \"productSet\": { \"styles\": { \"products\": { \"@media (min-width: 601px)\": { \"margin-left\": \"-20px\" } } } } } }); }); } })(); /*]]>*/\r\n</script></center>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n<p style=\"text-align: center;\">Want to get a little wet & crazy with your friends while supporting this great cause? Details coming soon.</p>\r\n\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-03-26 20:18:32','2017-03-26 20:18:32','',6,'http://thepennychallenge.com/6-revision-v1/',0,'revision','',0),(170,1,'2017-03-26 20:27:53','2017-03-26 20:27:53','','YouTube','','publish','closed','closed','','youtube','','','2017-03-26 20:27:53','2017-03-26 20:27:53','',0,'http://thepennychallenge.com/youtube/',3,'nav_menu_item','',0),(171,1,'2017-03-26 20:33:35','2017-03-26 20:33:35','<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></p>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">BUY TICKETS</a> **</h1>\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width:100%; height:500px;\">\r\n<iframe src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n</div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n<h3>Launch day is April 8th 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://the-penny-challenge.myshopify.com/collections/mens\">purchase an item from our shop</a> and share with a friend.</p>\r\n\r\n<div>\r\n<div id=\"product-component-7e5d95ef0fd\" style=\"text-align: center;\"><center>\r\n<p style=\"text-align: center;\">\r\n<script type=\"text/javascript\">\r\n/*<![CDATA[*/ (function () { var scriptURL = \'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js\'; if (window.ShopifyBuy) { if (window.ShopifyBuy.UI) { ShopifyBuyInit(); } else { loadScript(); } } else { loadScript(); } function loadScript() { var script = document.createElement(\'script\'); script.async = true; script.src = scriptURL; (document.getElementsByTagName(\'head\')[0] || document.getElementsByTagName(\'body\')[0]).appendChild(script); script.onload = ShopifyBuyInit; } function ShopifyBuyInit() { var client = ShopifyBuy.buildClient({ domain: \'the-penny-challenge.myshopify.com\', apiKey: \'a0c5279b8dc56dbdc7930f570808a201\', appId: \'6\', }); ShopifyBuy.UI.onReady(client).then(function (ui) { ui.createComponent(\'product\', { id: [10637816975], node: document.getElementById(\'product-component-7e5d95ef0fd\'), moneyFormat: \'%24%7B%7Bamount%7D%7D\', options: { \"product\": { \"buttonDestination\": \"checkout\", \"variantId\": \"all\", \"contents\": { \"imgWithCarousel\": false, \"variantTitle\": false, \"description\": false, \"buttonWithQuantity\": false, \"quantity\": false }, \"text\": { \"button\": \"BUY NOW\" }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"calc(25% - 20px)\", \"margin-left\": \"20px\", \"margin-bottom\": \"50px\" } } } }, \"cart\": { \"contents\": { \"button\": true }, \"styles\": { \"footer\": { \"background-color\": \"#ffffff\" } } }, \"modalProduct\": { \"contents\": { \"img\": false, \"imgWithCarousel\": true, \"variantTitle\": false, \"buttonWithQuantity\": true, \"button\": false, \"quantity\": false }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"100%\", \"margin-left\": \"0px\", \"margin-bottom\": \"0px\" } } } }, \"productSet\": { \"styles\": { \"products\": { \"@media (min-width: 601px)\": { \"margin-left\": \"-20px\" } } } } } }); }); } })(); /*]]>*/\r\n</script></p></center>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n<p style=\"text-align: center;\">Want to get a little wet & crazy with your friends while supporting this great cause? Details coming soon.</p>\r\n\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-03-26 20:33:35','2017-03-26 20:33:35','',6,'http://thepennychallenge.com/6-revision-v1/',0,'revision','',0),(172,1,'2017-03-26 20:34:04','2017-03-26 20:34:04','<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></p>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">BUY TICKETS</a> **</h1>\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width:100%; height:500px;\">\r\n<iframe src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" style=\"width:100%; height:500px;\"></iframe>\r\n</div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n<h3>Launch day is April 8th 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://the-penny-challenge.myshopify.com/collections/mens\">purchase an item from our shop</a> and share with a friend.</p>\r\n\r\n<div>\r\n<div id=\"product-component-7e5d95ef0fd\" style=\"text-align: center;\"><center>\r\n<p style=\"text-align: center;\">\r\n<script type=\"text/javascript\">\r\n/*<![CDATA[*/ (function () { var scriptURL = \'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js\'; if (window.ShopifyBuy) { if (window.ShopifyBuy.UI) { ShopifyBuyInit(); } else { loadScript(); } } else { loadScript(); } function loadScript() { var script = document.createElement(\'script\'); script.async = true; script.src = scriptURL; (document.getElementsByTagName(\'head\')[0] || document.getElementsByTagName(\'body\')[0]).appendChild(script); script.onload = ShopifyBuyInit; } function ShopifyBuyInit() { var client = ShopifyBuy.buildClient({ domain: \'the-penny-challenge.myshopify.com\', apiKey: \'a0c5279b8dc56dbdc7930f570808a201\', appId: \'6\', }); ShopifyBuy.UI.onReady(client).then(function (ui) { ui.createComponent(\'product\', { id: [10637816975], node: document.getElementById(\'product-component-7e5d95ef0fd\'), moneyFormat: \'%24%7B%7Bamount%7D%7D\', options: { \"product\": { \"buttonDestination\": \"checkout\", \"variantId\": \"all\", \"contents\": { \"imgWithCarousel\": false, \"variantTitle\": false, \"description\": false, \"buttonWithQuantity\": false, \"quantity\": false }, \"text\": { \"button\": \"BUY NOW\" }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"calc(25% - 20px)\", \"margin-left\": \"20px\", \"margin-bottom\": \"50px\" } } } }, \"cart\": { \"contents\": { \"button\": true }, \"styles\": { \"footer\": { \"background-color\": \"#ffffff\" } } }, \"modalProduct\": { \"contents\": { \"img\": false, \"imgWithCarousel\": true, \"variantTitle\": false, \"buttonWithQuantity\": true, \"button\": false, \"quantity\": false }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"100%\", \"margin-left\": \"0px\", \"margin-bottom\": \"0px\" } } } }, \"productSet\": { \"styles\": { \"products\": { \"@media (min-width: 601px)\": { \"margin-left\": \"-20px\" } } } } } }); }); } })(); /*]]>*/\r\n</script></p></center>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n<p style=\"text-align: center;\">Want to get a little wet & crazy with your friends while supporting this great cause? Details coming soon.</p>\r\n\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-03-26 20:34:04','2017-03-26 20:34:04','',6,'http://thepennychallenge.com/6-revision-v1/',0,'revision','',0),(174,1,'2017-03-26 20:43:21','2017-03-26 20:43:21','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n#breadcrumb-list {\n display:none;\n}\n\n#jsalign { margin: 0 auto; display: block;}','helena','','inherit','closed','closed','','126-revision-v1','','','2017-03-26 20:43:21','2017-03-26 20:43:21','',126,'http://thepennychallenge.com/126-revision-v1/',0,'revision','',0),(175,1,'2017-03-26 20:43:57','2017-03-26 20:43:57','<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></p>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">BUY TICKETS</a> **</h1>\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width:100%; height:500px;\">\r\n<iframe src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" style=\"width:100%; height:500px;\"></iframe>\r\n</div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n<h3>Launch day is April 8th 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://the-penny-challenge.myshopify.com/collections/mens\">purchase an item from our shop</a> and share with a friend.</p>\r\n\r\n<div>\r\n<div id=\"jsalign\" style=\"text-align: center;\"><center>\r\n<p style=\"text-align: center;\">\r\n<script type=\"text/javascript\">\r\n/*<![CDATA[*/ (function () { var scriptURL = \'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js\'; if (window.ShopifyBuy) { if (window.ShopifyBuy.UI) { ShopifyBuyInit(); } else { loadScript(); } } else { loadScript(); } function loadScript() { var script = document.createElement(\'script\'); script.async = true; script.src = scriptURL; (document.getElementsByTagName(\'head\')[0] || document.getElementsByTagName(\'body\')[0]).appendChild(script); script.onload = ShopifyBuyInit; } function ShopifyBuyInit() { var client = ShopifyBuy.buildClient({ domain: \'the-penny-challenge.myshopify.com\', apiKey: \'a0c5279b8dc56dbdc7930f570808a201\', appId: \'6\', }); ShopifyBuy.UI.onReady(client).then(function (ui) { ui.createComponent(\'product\', { id: [10637816975], node: document.getElementById(\'product-component-7e5d95ef0fd\'), moneyFormat: \'%24%7B%7Bamount%7D%7D\', options: { \"product\": { \"buttonDestination\": \"checkout\", \"variantId\": \"all\", \"contents\": { \"imgWithCarousel\": false, \"variantTitle\": false, \"description\": false, \"buttonWithQuantity\": false, \"quantity\": false }, \"text\": { \"button\": \"BUY NOW\" }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"calc(25% - 20px)\", \"margin-left\": \"20px\", \"margin-bottom\": \"50px\" } } } }, \"cart\": { \"contents\": { \"button\": true }, \"styles\": { \"footer\": { \"background-color\": \"#ffffff\" } } }, \"modalProduct\": { \"contents\": { \"img\": false, \"imgWithCarousel\": true, \"variantTitle\": false, \"buttonWithQuantity\": true, \"button\": false, \"quantity\": false }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"100%\", \"margin-left\": \"0px\", \"margin-bottom\": \"0px\" } } } }, \"productSet\": { \"styles\": { \"products\": { \"@media (min-width: 601px)\": { \"margin-left\": \"-20px\" } } } } } }); }); } })(); /*]]>*/\r\n</script></p></center>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n<p style=\"text-align: center;\">Want to get a little wet & crazy with your friends while supporting this great cause? Details coming soon.</p>\r\n\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-03-26 20:43:57','2017-03-26 20:43:57','',6,'http://thepennychallenge.com/6-revision-v1/',0,'revision','',0),(176,1,'2017-03-26 20:44:45','2017-03-26 20:44:45','<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></p>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">BUY TICKETS</a> **</h1>\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width:100%; height:500px;\">\r\n<iframe src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" style=\"width:100%; height:500px;\"></iframe>\r\n</div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n<h3>Launch day is April 8th 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://the-penny-challenge.myshopify.com/collections/mens\">purchase an item from our shop</a> and share with a friend.</p>\r\n\r\n<div>\r\n<div id=\"jsalign\" style=\"text-align: center;\">\r\n<center>\r\n<p style=\"text-align: center;\">\r\n<script type=\"text/javascript\">\r\n/*<![CDATA[*/ (function () { var scriptURL = \'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js\'; if (window.ShopifyBuy) { if (window.ShopifyBuy.UI) { ShopifyBuyInit(); } else { loadScript(); } } else { loadScript(); } function loadScript() { var script = document.createElement(\'script\'); script.async = true; script.src = scriptURL; (document.getElementsByTagName(\'head\')[0] || document.getElementsByTagName(\'body\')[0]).appendChild(script); script.onload = ShopifyBuyInit; } function ShopifyBuyInit() { var client = ShopifyBuy.buildClient({ domain: \'the-penny-challenge.myshopify.com\', apiKey: \'a0c5279b8dc56dbdc7930f570808a201\', appId: \'6\', }); ShopifyBuy.UI.onReady(client).then(function (ui) { ui.createComponent(\'product\', { id: [10637816975], node: document.getElementById(\'product-component-7e5d95ef0fd\'), moneyFormat: \'%24%7B%7Bamount%7D%7D\', options: { \"product\": { \"buttonDestination\": \"checkout\", \"variantId\": \"all\", \"contents\": { \"imgWithCarousel\": false, \"variantTitle\": false, \"description\": false, \"buttonWithQuantity\": false, \"quantity\": false }, \"text\": { \"button\": \"BUY NOW\" }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"calc(25% - 20px)\", \"margin-left\": \"20px\", \"margin-bottom\": \"50px\" } } } }, \"cart\": { \"contents\": { \"button\": true }, \"styles\": { \"footer\": { \"background-color\": \"#ffffff\" } } }, \"modalProduct\": { \"contents\": { \"img\": false, \"imgWithCarousel\": true, \"variantTitle\": false, \"buttonWithQuantity\": true, \"button\": false, \"quantity\": false }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"100%\", \"margin-left\": \"0px\", \"margin-bottom\": \"0px\" } } } }, \"productSet\": { \"styles\": { \"products\": { \"@media (min-width: 601px)\": { \"margin-left\": \"-20px\" } } } } } }); }); } })(); /*]]>*/\r\n</script>\r\n</p>\r\n</center>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n<p style=\"text-align: center;\">Want to get a little wet & crazy with your friends while supporting this great cause? Details coming soon.</p>\r\n\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-03-26 20:44:45','2017-03-26 20:44:45','',6,'http://thepennychallenge.com/6-revision-v1/',0,'revision','',0),(177,1,'2017-03-26 20:46:03','2017-03-26 20:46:03','<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></p>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">BUY TICKETS</a> **</h1>\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width:100%; height:500px;\">\r\n<iframe src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" style=\"width:100%; height:500px;\"></iframe>\r\n</div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n<h3>Launch day is April 8th 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://the-penny-challenge.myshopify.com/collections/mens\">purchase an item from our shop</a> and share with a friend.</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n<p style=\"text-align: center;\">Want to get a little wet & crazy with your friends while supporting this great cause? Details coming soon.</p>\r\n\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-03-26 20:46:03','2017-03-26 20:46:03','',6,'http://thepennychallenge.com/6-revision-v1/',0,'revision','',0),(178,1,'2017-03-26 20:46:39','2017-03-26 20:46:39','<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></p>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">BUY TICKETS</a> **</h1>\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width:100%; height:500px;\">\r\n<iframe src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" style=\"width:100%; height:500px;\"></iframe>\r\n</div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n<h3>Launch day is April 8th 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://the-penny-challenge.myshopify.com/collections/mens\">purchase an item from our shop</a> and share with a friend.</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div>\r\n<div id=\"jsalign\" style=\"text-align: center;\">\r\n<center>\r\n<p style=\"text-align: center;\">\r\n<script type=\"text/javascript\">\r\n/*<![CDATA[*/ (function () { var scriptURL = \'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js\'; if (window.ShopifyBuy) { if (window.ShopifyBuy.UI) { ShopifyBuyInit(); } else { loadScript(); } } else { loadScript(); } function loadScript() { var script = document.createElement(\'script\'); script.async = true; script.src = scriptURL; (document.getElementsByTagName(\'head\')[0] || document.getElementsByTagName(\'body\')[0]).appendChild(script); script.onload = ShopifyBuyInit; } function ShopifyBuyInit() { var client = ShopifyBuy.buildClient({ domain: \'the-penny-challenge.myshopify.com\', apiKey: \'a0c5279b8dc56dbdc7930f570808a201\', appId: \'6\', }); ShopifyBuy.UI.onReady(client).then(function (ui) { ui.createComponent(\'product\', { id: [10637816975], node: document.getElementById(\'product-component-7e5d95ef0fd\'), moneyFormat: \'%24%7B%7Bamount%7D%7D\', options: { \"product\": { \"buttonDestination\": \"checkout\", \"variantId\": \"all\", \"contents\": { \"imgWithCarousel\": false, \"variantTitle\": false, \"description\": false, \"buttonWithQuantity\": false, \"quantity\": false }, \"text\": { \"button\": \"BUY NOW\" }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"calc(25% - 20px)\", \"margin-left\": \"20px\", \"margin-bottom\": \"50px\" } } } }, \"cart\": { \"contents\": { \"button\": true }, \"styles\": { \"footer\": { \"background-color\": \"#ffffff\" } } }, \"modalProduct\": { \"contents\": { \"img\": false, \"imgWithCarousel\": true, \"variantTitle\": false, \"buttonWithQuantity\": true, \"button\": false, \"quantity\": false }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"100%\", \"margin-left\": \"0px\", \"margin-bottom\": \"0px\" } } } }, \"productSet\": { \"styles\": { \"products\": { \"@media (min-width: 601px)\": { \"margin-left\": \"-20px\" } } } } } }); }); } })(); /*]]>*/\r\n</script>\r\n</p>\r\n</center>\r\n\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n<p style=\"text-align: center;\">Want to get a little wet & crazy with your friends while supporting this great cause? Details coming soon.</p>\r\n\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-03-26 20:46:39','2017-03-26 20:46:39','',6,'http://thepennychallenge.com/6-revision-v1/',0,'revision','',0),(179,1,'2017-03-26 20:47:25','2017-03-26 20:47:25','<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></p>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">BUY TICKETS</a> **</h1>\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width:100%; height:500px;\">\r\n<iframe src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" style=\"width:100%; height:500px;\"></iframe>\r\n</div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n<h3>Launch day is April 8th 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://the-penny-challenge.myshopify.com/collections/mens\">purchase an item from our shop</a> and share with a friend.</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n\r\n<div style=\"text-align: center;\">\r\n<center>\r\n<p style=\"text-align: center;\">\r\n<script type=\"text/javascript\">\r\n/*<![CDATA[*/ (function () { var scriptURL = \'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js\'; if (window.ShopifyBuy) { if (window.ShopifyBuy.UI) { ShopifyBuyInit(); } else { loadScript(); } } else { loadScript(); } function loadScript() { var script = document.createElement(\'script\'); script.async = true; script.src = scriptURL; (document.getElementsByTagName(\'head\')[0] || document.getElementsByTagName(\'body\')[0]).appendChild(script); script.onload = ShopifyBuyInit; } function ShopifyBuyInit() { var client = ShopifyBuy.buildClient({ domain: \'the-penny-challenge.myshopify.com\', apiKey: \'a0c5279b8dc56dbdc7930f570808a201\', appId: \'6\', }); ShopifyBuy.UI.onReady(client).then(function (ui) { ui.createComponent(\'product\', { id: [10637816975], node: document.getElementById(\'product-component-7e5d95ef0fd\'), moneyFormat: \'%24%7B%7Bamount%7D%7D\', options: { \"product\": { \"buttonDestination\": \"checkout\", \"variantId\": \"all\", \"contents\": { \"imgWithCarousel\": false, \"variantTitle\": false, \"description\": false, \"buttonWithQuantity\": false, \"quantity\": false }, \"text\": { \"button\": \"BUY NOW\" }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"calc(25% - 20px)\", \"margin-left\": \"20px\", \"margin-bottom\": \"50px\" } } } }, \"cart\": { \"contents\": { \"button\": true }, \"styles\": { \"footer\": { \"background-color\": \"#ffffff\" } } }, \"modalProduct\": { \"contents\": { \"img\": false, \"imgWithCarousel\": true, \"variantTitle\": false, \"buttonWithQuantity\": true, \"button\": false, \"quantity\": false }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"100%\", \"margin-left\": \"0px\", \"margin-bottom\": \"0px\" } } } }, \"productSet\": { \"styles\": { \"products\": { \"@media (min-width: 601px)\": { \"margin-left\": \"-20px\" } } } } } }); }); } })(); /*]]>*/\r\n</script>\r\n</p>\r\n</center>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n<p style=\"text-align: center;\">Want to get a little wet & crazy with your friends while supporting this great cause? Details coming soon.</p>\r\n\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-03-26 20:47:25','2017-03-26 20:47:25','',6,'http://thepennychallenge.com/6-revision-v1/',0,'revision','',0),(180,1,'2017-03-26 20:54:36','2017-03-26 20:54:36','<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></p>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">BUY TICKETS</a> **</h1>\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width:100%; height:500px;\">\r\n<iframe src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" style=\"width:100%; height:500px;\"></iframe>\r\n</div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n<h3>Launch day is April 8th 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://the-penny-challenge.myshopify.com/collections/mens\">purchase an item from our shop</a> and share with a friend.</p>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n\r\n\r\n\r\n<script type=\"text/javascript\">\r\n/*<![CDATA[*/ (function () { var scriptURL = \'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js\'; if (window.ShopifyBuy) { if (window.ShopifyBuy.UI) { ShopifyBuyInit(); } else { loadScript(); } } else { loadScript(); } function loadScript() { var script = document.createElement(\'script\'); script.async = true; script.src = scriptURL; (document.getElementsByTagName(\'head\')[0] || document.getElementsByTagName(\'body\')[0]).appendChild(script); script.onload = ShopifyBuyInit; } function ShopifyBuyInit() { var client = ShopifyBuy.buildClient({ domain: \'the-penny-challenge.myshopify.com\', apiKey: \'a0c5279b8dc56dbdc7930f570808a201\', appId: \'6\', }); ShopifyBuy.UI.onReady(client).then(function (ui) { ui.createComponent(\'product\', { id: [10637816975], node: document.getElementById(\'product-component-7e5d95ef0fd\'), moneyFormat: \'%24%7B%7Bamount%7D%7D\', options: { \"product\": { \"buttonDestination\": \"checkout\", \"variantId\": \"all\", \"contents\": { \"imgWithCarousel\": false, \"variantTitle\": false, \"description\": false, \"buttonWithQuantity\": false, \"quantity\": false }, \"text\": { \"button\": \"BUY NOW\" }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"calc(25% - 20px)\", \"margin-left\": \"20px\", \"margin-bottom\": \"50px\" } } } }, \"cart\": { \"contents\": { \"button\": true }, \"styles\": { \"footer\": { \"background-color\": \"#ffffff\" } } }, \"modalProduct\": { \"contents\": { \"img\": false, \"imgWithCarousel\": true, \"variantTitle\": false, \"buttonWithQuantity\": true, \"button\": false, \"quantity\": false }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"100%\", \"margin-left\": \"0px\", \"margin-bottom\": \"0px\" } } } }, \"productSet\": { \"styles\": { \"products\": { \"@media (min-width: 601px)\": { \"margin-left\": \"-20px\" } } } } } }); }); } })(); /*]]>*/\r\n</script>\r\n\r\n\r\n\r\n<hr />\r\n\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n<p style=\"text-align: center;\">Want to get a little wet & crazy with your friends while supporting this great cause? Details coming soon.</p>\r\n\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-03-26 20:54:36','2017-03-26 20:54:36','',6,'http://thepennychallenge.com/6-revision-v1/',0,'revision','',0),(181,1,'2017-03-26 20:56:06','2017-03-26 20:56:06','<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></p>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">BUY TICKETS</a> **</h1>\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width:100%; height:500px;\">\r\n<iframe src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" style=\"width:100%; height:500px;\"></iframe>\r\n</div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n<h3>Launch day is April 8th 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://the-penny-challenge.myshopify.com/collections/mens\">purchase an item from our shop</a> and share with a friend.</p>\r\n</div>\r\n</div>\r\n\r\n\r\n<script type=\"text/javascript\">\r\n/*<![CDATA[*/ (function () { var scriptURL = \'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js\'; if (window.ShopifyBuy) { if (window.ShopifyBuy.UI) { ShopifyBuyInit(); } else { loadScript(); } } else { loadScript(); } function loadScript() { var script = document.createElement(\'script\'); script.async = true; script.src = scriptURL; (document.getElementsByTagName(\'head\')[0] || document.getElementsByTagName(\'body\')[0]).appendChild(script); script.onload = ShopifyBuyInit; } function ShopifyBuyInit() { var client = ShopifyBuy.buildClient({ domain: \'the-penny-challenge.myshopify.com\', apiKey: \'a0c5279b8dc56dbdc7930f570808a201\', appId: \'6\', }); ShopifyBuy.UI.onReady(client).then(function (ui) { ui.createComponent(\'product\', { id: [10637816975], node: document.getElementById(\'product-component-7e5d95ef0fd\'), moneyFormat: \'%24%7B%7Bamount%7D%7D\', options: { \"product\": { \"buttonDestination\": \"checkout\", \"variantId\": \"all\", \"contents\": { \"imgWithCarousel\": false, \"variantTitle\": false, \"description\": false, \"buttonWithQuantity\": false, \"quantity\": false }, \"text\": { \"button\": \"BUY NOW\" }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"calc(25% - 20px)\", \"margin-left\": \"20px\", \"margin-bottom\": \"50px\" } } } }, \"cart\": { \"contents\": { \"button\": true }, \"styles\": { \"footer\": { \"background-color\": \"#ffffff\" } } }, \"modalProduct\": { \"contents\": { \"img\": false, \"imgWithCarousel\": true, \"variantTitle\": false, \"buttonWithQuantity\": true, \"button\": false, \"quantity\": false }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"100%\", \"margin-left\": \"0px\", \"margin-bottom\": \"0px\" } } } }, \"productSet\": { \"styles\": { \"products\": { \"@media (min-width: 601px)\": { \"margin-left\": \"-20px\" } } } } } }); }); } })(); /*]]>*/\r\n</script>\r\n\r\n\r\n\r\n\r\n\r\n<hr />\r\n\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n<p style=\"text-align: center;\">Want to get a little wet & crazy with your friends while supporting this great cause? Details coming soon.</p>\r\n\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-03-26 20:56:06','2017-03-26 20:56:06','',6,'http://thepennychallenge.com/6-revision-v1/',0,'revision','',0),(182,1,'2017-03-26 21:04:40','2017-03-26 21:04:40','<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></p>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">BUY TICKETS</a> **</h1>\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width:100%; height:500px;\">\r\n<iframe src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" style=\"width:100%; height:500px;\"></iframe>\r\n</div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n<h3>Launch day is April 8th 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://the-penny-challenge.myshopify.com/collections/mens\">purchase an item from our shop</a> and share with a friend.</p>\r\n\r\n\r\n\r\n<script type=\"text/javascript\">\r\n/*<![CDATA[*/ (function () { var scriptURL = \'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js\'; if (window.ShopifyBuy) { if (window.ShopifyBuy.UI) { ShopifyBuyInit(); } else { loadScript(); } } else { loadScript(); } function loadScript() { var script = document.createElement(\'script\'); script.async = true; script.src = scriptURL; (document.getElementsByTagName(\'head\')[0] || document.getElementsByTagName(\'body\')[0]).appendChild(script); script.onload = ShopifyBuyInit; } function ShopifyBuyInit() { var client = ShopifyBuy.buildClient({ domain: \'the-penny-challenge.myshopify.com\', apiKey: \'a0c5279b8dc56dbdc7930f570808a201\', appId: \'6\', }); ShopifyBuy.UI.onReady(client).then(function (ui) { ui.createComponent(\'product\', { id: [10637816975], node: document.getElementById(\'product-component-7e5d95ef0fd\'), moneyFormat: \'%24%7B%7Bamount%7D%7D\', options: { \"product\": { \"buttonDestination\": \"checkout\", \"variantId\": \"all\", \"contents\": { \"imgWithCarousel\": false, \"variantTitle\": false, \"description\": false, \"buttonWithQuantity\": false, \"quantity\": false }, \"text\": { \"button\": \"BUY NOW\" }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"calc(25% - 20px)\", \"margin-left\": \"20px\", \"margin-bottom\": \"50px\" } } } }, \"cart\": { \"contents\": { \"button\": true }, \"styles\": { \"footer\": { \"background-color\": \"#ffffff\" } } }, \"modalProduct\": { \"contents\": { \"img\": false, \"imgWithCarousel\": true, \"variantTitle\": false, \"buttonWithQuantity\": true, \"button\": false, \"quantity\": false }, \"styles\": { \"product\": { \"@media (min-width: 601px)\": { \"max-width\": \"100%\", \"margin-left\": \"0px\", \"margin-bottom\": \"0px\" } } } }, \"productSet\": { \"styles\": { \"products\": { \"@media (min-width: 601px)\": { \"margin-left\": \"-20px\" } } } } } }); }); } })(); /*]]>*/\r\n</script>\r\n\r\n\r\n\r\n\r\n\r\n\r\n<hr />\r\n\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n<p style=\"text-align: center;\">Want to get a little wet & crazy with your friends while supporting this great cause? Details coming soon.</p>\r\n\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-03-26 21:04:40','2017-03-26 21:04:40','',6,'http://thepennychallenge.com/6-revision-v1/',0,'revision','',0),(183,1,'2017-03-26 21:11:00','2017-03-26 21:11:00','<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></p>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">BUY TICKETS</a> **</h1>\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width:100%; height:500px;\">\r\n<iframe src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" style=\"width:100%; height:500px;\"></iframe>\r\n</div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n<h3>Launch day is April 8th 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://the-penny-challenge.myshopify.com/collections/mens\">purchase an item from our shop</a> and share with a friend.</p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<hr />\r\n\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n<p style=\"text-align: center;\">Want to get a little wet & crazy with your friends while supporting this great cause? Details coming soon.</p>\r\n\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-03-26 21:11:00','2017-03-26 21:11:00','',6,'http://thepennychallenge.com/6-revision-v1/',0,'revision','',0),(184,1,'2017-03-26 21:12:10','2017-03-26 21:12:10','<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></p>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">BUY TICKETS</a> **</h1>\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-66 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-1-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width: 100%; height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n<h3>Launch day is April 8th 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://the-penny-challenge.myshopify.com/collections/mens\">purchase an item from our shop</a> and <a href=\"http://thepennychallenge.com/invite-7-to-the-penny-challenge/\" target=\"_blank\">share with a friend</a>.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n<p style=\"text-align: center;\">Want to get a little wet & crazy with your friends while supporting this great cause? Details coming soon.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-03-26 21:12:10','2017-03-26 21:12:10','',6,'http://thepennychallenge.com/6-revision-v1/',0,'revision','',0),(185,1,'2017-03-28 21:12:24','2017-03-28 21:12:24','Take a moment and share in order to complete The Penny Challenge. Please enter emails or phone numbers below.\r\n\r\n[ninja_form id=4]','Invite Four to The Penny Challenge','','inherit','closed','closed','','162-revision-v1','','','2017-03-28 21:12:24','2017-03-28 21:12:24','',162,'http://thepennychallenge.com/162-revision-v1/',0,'revision','',0),(186,1,'2017-03-29 13:01:27','2017-03-29 13:01:27','<style>\r\ninput[placeholder] { text-overflow: ellipsis; }\r\n::-moz-placeholder { text-overflow: ellipsis; }\r\ninput:-moz-placeholder { text-overflow: ellipsis; }\r\n</style>\r\n<form id=\"affSignup\" action=\"https://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" placeholder=\"Enter sponsor\'s Email address, then click SET NEW SPONSOR\"/><button id=\"setNewParentButton\" type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n<div><label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" /></div>\r\n<input type=\"submit\" value=\"Start Your Challenge\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"https://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n\r\n</form>The Penny Challenge - Step by Step Instructions (Part One of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" style=\"width:100%; height:400px;\"></iframe>\r\n\r\nThe Penny Challenge - Step by Step Instructions (Part Two of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/sSrHwNQSSqg\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" style=\"width:100%; height:400px;\"></iframe>','The Penny Challenge - Start Your Penny Tree (Step 1 of 2)','','publish','closed','closed','','tpc','','','2018-04-12 01:49:08','2018-04-12 06:49:08','',0,'http://thepennychallenge.com/?page_id=186',0,'page','',0),(187,1,'2017-03-29 13:01:27','2017-03-29 13:01:27','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n<input type=\"submit\" value=\"Signup\" />\r\n<script id=\"pap_x2s6df8d\" src=\"http://login.thepennychallenge.com/scripts/salejs.php\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">PostAffTracker.writeAffiliateToCustomField(\'parentuserid\');</script></form>','The Penny Challenge - Step 1','','inherit','closed','closed','','186-revision-v1','','','2017-03-29 13:01:27','2017-03-29 13:01:27','',186,'http://thepennychallenge.com/186-revision-v1/',0,'revision','',0),(188,1,'2017-03-29 13:17:44','2017-03-29 13:17:44','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" /><br />\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" /><br />\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" /><br />\r\n<input type=\"submit\" value=\"Signup\" />\r\n<script id=\"pap_x2s6df8d\" src=\"http://login.thepennychallenge.com/scripts/salejs.php\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">PostAffTracker.writeAffiliateToCustomField(\'parentuserid\');</script></form>','The Penny Challenge - Step 1','','inherit','closed','closed','','186-revision-v1','','','2017-03-29 13:17:44','2017-03-29 13:17:44','',186,'http://thepennychallenge.com/186-revision-v1/',0,'revision','',0),(189,1,'2017-03-29 13:18:07','2017-03-29 13:18:07','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" /><br /><br />\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" /><br /><br />\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" /><br /><br />\r\n<input type=\"submit\" value=\"Signup\" />\r\n<script id=\"pap_x2s6df8d\" src=\"http://login.thepennychallenge.com/scripts/salejs.php\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">PostAffTracker.writeAffiliateToCustomField(\'parentuserid\');</script></form>','The Penny Challenge - Step 1','','inherit','closed','closed','','186-revision-v1','','','2017-03-29 13:18:07','2017-03-29 13:18:07','',186,'http://thepennychallenge.com/186-revision-v1/',0,'revision','',0),(190,1,'2017-03-29 13:22:04','2017-03-29 13:22:04','','loren-hockensmith','','inherit','closed','closed','','loren-hockensmith','','','2017-03-29 13:22:04','2017-03-29 13:22:04','',8,'http://thepennychallenge.com/wp-content/uploads/2017/01/loren-hockensmith.png',0,'attachment','image/png',0),(191,1,'2017-03-29 13:22:32','2017-03-29 13:22:32','<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-m-b-lg-bpxs x-f-pri-fam x-f-sz-md \"></div>\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-md-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"><img class=\"alignright wp-image-76\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"126\" height=\"126\" />Who We Are</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nIt Starts With One is a nonprofit business that provides aid and support to six causes that we deeply believe in.\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-m-b-lg-bpxs x-f-pri-fam x-f-sz-md \"></div>\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-md-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\"><img class=\"alignright size-medium wp-image-64\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-300x169.png\" alt=\"\" width=\"300\" height=\"169\" />What We Do</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nOur purpose is to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n\r\nWe provide financial support to those battling fatal illnesses such as Cancer, HIV/AIDS & ALS. We provide aid to our wounded vets. In addition, we raise awareness and resources for kids caught in sex-trafficking and those in 3rd world countries without clean water.\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-m-b-lg-bpxs x-f-pri-fam x-f-sz-md \"></div>\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-md-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED3\" data-field=\"headline3\"><img class=\"alignright size-medium wp-image-65\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image2-169x300.png\" alt=\"\" width=\"169\" height=\"300\" />Why We Do It</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n\r\nChange really starts with one person deciding to play their part. Because there will always be unmet needs, inherent evil and fatal illnesses in the world, we feel called to make a difference and will work daily to meet the needs, combat the evil and ease the suffering of illnesses. An ounce of action beats a ton of words.\r\n\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n<p dir=\"ltr\">It Starts With One</p>\r\n \r\n<p dir=\"ltr\"><img class=\"alignright size-medium wp-image-190\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/01/loren-hockensmith-269x300.png\" alt=\"\" width=\"269\" height=\"300\" />It Starts With One began in December 2016 out of the ashes of the most difficult year of founder, Loren Hockensmith’s life. In July of that year he was hit at about 50 mph by a woman who was texting and driving. Loren suffered a stage 3 concussion and broke his back in two places. While being x-rayed in the hospital doctors discovered a mass on his kidney that turned out to be cancer. About a month later while in the hospital battling cancer an employee of Hockensmith’s lawn care business stole $30,000 worth of equipment. Subsequently the company lost over 100 customers <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1607775337\"><span class=\"aQJ\">within two weeks</span></span> and were forced to close the doors on the landscaping business. It was in the darkest days that followed that Loren started actively seeking and earnestly searching for the meaning and purpose of his life and time here on earth. While reading a book, he was prompted to focus not on finding a way to make a million dollars, but instead find a way to help a million people. It wasn’t long after that revelation, one insomnia filled night the he was blessed with the idea for what would later become It Starts With One and The Penny Challenge. Loren’s goal is to raise enough money through ISWO to provide clean water to every human-being on earth, see sex-trafficking come to an end and provide aid to our wounded vets and those battling serious illnesses. Loren truly believes with everyone playing their part by donating the equivalency of just a penny a day, $3.65/year we can accomplish all those goals. 300 million Americans x $3.65 = over 1 BILLION dollars. You’re the hero. We’re just the guide. It starts with you. It starts with me. It Starts With One.</p>\r\n \r\n<p dir=\"ltr\">Mission Statement: Because there will always be unmet needs, inherent evil and fatal illnesses in the world, we will work daily to meet the needs, combat the evil and ease the suffering of illnesses. We believe that one person truly can make a difference and that an ounce of action beats a ton of words.</p>\r\n \r\n<p dir=\"ltr\">Purpose Statement: Our purpose is to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.</p>\r\n \r\n<p dir=\"ltr\">Mantra: Creating heroes every day by inspiring everyday heroes.</p>\r\n \r\n<p dir=\"ltr\">Slogans: 1) Be the One. 2) You’re the Hero. We’re the guide.</p>\r\n \r\n<p dir=\"ltr\">It Starts With One Causes -</p>\r\n \r\n<ol>\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">Missions - About 71% of the earth is made up of water. Despite that fact approximately 783 million people do not have access to clean water and almost 2.5 billion do not have access to adequate sanitation. 6 to 8 million people die annually from the consequences of disasters and water-related diseases. One of our main missions is to help bring safe and clean water to the millions of people in need. We also fund building projects to create housing, schools and churches for those without adequate shelter and facilities.</p>\r\n</li>\r\n</ol>\r\n \r\n<ol start=\"2\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">Sex-trafficking - Sex trafficking is a form of modern slavery that exists throughout the United States and globally. Sex traffickers use violence, threats, lies, debt bondage, and other forms of coercion to compel adults and children to engage in commercial sex acts against their will. Under U.S. federal law, any minor under the age of 18 years induced into commercial sex is a victim of sex trafficking—regardless of whether or not the trafficker used force, fraud, or coercion. The situations that sex trafficking victims face vary dramatically. Many victims become romantically involved with someone who then forces or manipulates them into prostitution. Others are lured in with false promises of a job, such as modeling or dancing. Some are forced to sell sex by their parents or other family members. They may be involved in a trafficking situation for a few days or weeks, or may remain in the same trafficking situation for years. There are approximately 4.5 million people trapped in forced sexual exploitation globally and has become a multi-billion dollar industry.</p>\r\n</li>\r\n</ol>\r\n \r\n<ol start=\"3\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">Wounded Veterans - 3.6 million is the number of veterans with a service-connected disability rating in 2013. Of this number, 957,504 had a rating of 70 percent or higher. A “service-connected” disability is one that was a result of a disease or injury incurred or aggravated during active military service. Often times our wounded vets have to jump through hoops to get the much needed care that they not only have a right to, but deserve.</p>\r\n</li>\r\n</ol>\r\n \r\n<ol start=\"4\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">AIDS - More than 1.2 million people in the United States are living with HIV infection. It is estimated that almost 1 in 8 (12.8 percent) don\'t know they are infected. From 1981 to 2013, an estimated 1,194,039 people in the United States had been diagnosed with AIDS. Of those, 658,507 have died.</p>\r\n</li>\r\n</ol>\r\n \r\n<ol start=\"5\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">ALS - Most people who develop ALS are between the ages of 40 and 70, although the disease can occur at a younger age. It occurs throughout the world with no racial, ethnic or socioeconomic boundaries. It affects as many as 30,000 in the United States, with 5,000 new cases diagnosed each year.</p>\r\n</li>\r\n</ol>\r\n \r\n<ol start=\"6\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">Cancer - Cancer is among the leading causes of death worldwide. In 2012, there were 14 million new cases and 8.2 million cancer-related deaths worldwide. The number of new cancer cases will rise to 22 million within the next two decades.</p>\r\n</li>\r\n</ol>\r\n \r\n<ol start=\"7\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">General Fund - Everyone needs help from time to time. It is our hope and prayer that with your support, together we can be the change we wish to see in the world. During the darker moments in life (that at one point or another find us all), ISWO wants to be a beacon of light and a ray of hope.</p>\r\n</li>\r\n</ol>','About','','inherit','closed','closed','','8-revision-v1','','','2017-03-29 13:22:32','2017-03-29 13:22:32','',8,'http://thepennychallenge.com/8-revision-v1/',0,'revision','',0),(192,0,'2017-03-31 18:25:27','2017-03-31 18:25:27','','','','publish','closed','closed','','192','','','2017-03-31 18:25:27','2017-03-31 18:25:27','',0,'http://itstartswithone.org/nf_sub/192/',0,'nf_sub','',0),(194,1,'2017-04-01 21:13:29','2017-04-01 21:13:29','','TAKE THE PENNY CHALLENGE','','inherit','closed','closed','','take-the','','','2017-04-07 14:32:55','2017-04-07 14:32:55','',6,'http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE.jpg',0,'attachment','image/jpeg',0),(195,1,'2017-04-01 21:13:47','2017-04-01 21:13:47','<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></p>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">BUY TICKETS</a> **</h1>\r\n<div style=\"border: 1px solid #cccccc; padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-medium wp-image-194\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width: 100%; height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n<h3>Launch day is April 8th 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://the-penny-challenge.myshopify.com/collections/mens\">purchase an item from our shop</a> and <a href=\"http://thepennychallenge.com/invite-7-to-the-penny-challenge/\" target=\"_blank\">share with a friend</a>.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n<p style=\"text-align: center;\">Want to get a little wet & crazy with your friends while supporting this great cause? Details coming soon.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-04-01 21:13:47','2017-04-01 21:13:47','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(197,1,'2017-04-01 23:12:43','2017-04-01 23:12:43','<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-76 aligncenter\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></p>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">BUY TICKETS</a> **</h1>\r\n<div style=\"padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-medium wp-image-194\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width: 100%; height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n<h3>Launch day is April 8th 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://the-penny-challenge.myshopify.com/collections/mens\">purchase an item from our shop</a> and <a href=\"http://thepennychallenge.com/invite-7-to-the-penny-challenge/\" target=\"_blank\">share with a friend</a>.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n<p style=\"text-align: center;\">Want to get a little wet & crazy with your friends while supporting this great cause? Details coming soon.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-04-01 23:12:43','2017-04-01 23:12:43','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(198,1,'2017-04-01 23:19:20','2017-04-01 23:19:20','','image1','','inherit','closed','closed','','image1-5','','','2017-04-01 23:19:20','2017-04-01 23:19:20','',6,'http://itstartswithone.org/wp-content/uploads/2017/01/image1.jpg',0,'attachment','image/jpeg',0),(199,1,'2017-04-01 23:19:30','2017-04-01 23:19:30','<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<img class=\"aligncenter size-medium wp-image-198\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/image1-276x300.jpg\" alt=\"\" width=\"276\" height=\"300\" />\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<h1 style=\"text-align: center;\">** <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\">BUY TICKETS</a> **</h1>\r\n<div style=\"padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-medium wp-image-194\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">The Penny Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width: 100%; height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n<h3>Launch day is April 8th 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://the-penny-challenge.myshopify.com/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://the-penny-challenge.myshopify.com/collections/mens\">purchase an item from our shop</a> and <a href=\"http://thepennychallenge.com/invite-7-to-the-penny-challenge/\" target=\"_blank\">share with a friend</a>.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n<p style=\"text-align: center;\">Want to get a little wet & crazy with your friends while supporting this great cause? Details coming soon.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-04-01 23:19:30','2017-04-01 23:19:30','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(200,1,'2017-04-01 23:21:35','2017-04-01 23:21:35','<div style=\"width:300px; float:right;\">\nIT STARTS WITH ONE\n<br /><br />\niswoinc@gmail.com\n<br /><br />\n(772) 242-0446\n<br /><br />\nHOURS\n\nMonday - Saturday: 9am - 5pm\n\nSunday: Closed\n</div>','Contact','','inherit','closed','closed','','10-autosave-v1','','','2017-04-01 23:21:35','2017-04-01 23:21:35','',10,'http://itstartswithone.org/10-autosave-v1/',0,'revision','',0),(201,1,'2017-04-01 23:21:59','2017-04-01 23:21:59','<div style=\"width: 300px; float: right;\">IT STARTS WITH ONEiswoinc@gmail.com\r\n\r\n(772) 242-0446\r\n\r\nHOURS\r\n\r\nMonday - Saturday: 9am - 5pm\r\n\r\nSunday: Closed\r\n\r\n</div>\r\n<div style=\"width: 300px; float: left;\"></div>','Contact','','inherit','closed','closed','','10-revision-v1','','','2017-04-01 23:21:59','2017-04-01 23:21:59','',10,'http://itstartswithone.org/10-revision-v1/',0,'revision','',0),(202,1,'2017-04-01 23:23:05','2017-04-01 23:23:05','<div style=\"width: 300px; float: right;\">\r\n\r\nIT STARTS WITH ONEiswoinc@gmail.com\r\n\r\n(772) 242-0446\r\n\r\nHOURS\r\n\r\nMonday - Saturday: 9am - 5pm\r\n\r\nSunday: Closed\r\n\r\n</div>\r\n<div style=\"width: 300px; float: left;\"></div>','Contact','','inherit','closed','closed','','10-revision-v1','','','2017-04-01 23:23:05','2017-04-01 23:23:05','',10,'http://itstartswithone.org/10-revision-v1/',0,'revision','',0),(203,1,'2017-04-01 23:23:12','2017-04-01 23:23:12','<div style=\"width: 300px; float: right;\">\r\n\r\nIT STARTS WITH ONEiswoinc@gmail.com\r\n\r\n(772) 242-0446\r\n\r\nHOURS\r\n\r\nMonday - Saturday: 9am - 5pm\r\n\r\nSunday: Closed\r\n\r\n</div>\r\n<div style=\"width: 300px; float: left;\">[ninja_form id=1]</div>','Contact','','inherit','closed','closed','','10-revision-v1','','','2017-04-01 23:23:12','2017-04-01 23:23:12','',10,'http://itstartswithone.org/10-revision-v1/',0,'revision','',0),(204,1,'2017-04-01 23:28:21','2017-04-01 23:28:21','<div style=\"width: 300px; float: right;\">\r\n\r\nIT STARTS WITH ONE\r\n\r\niswoinc@gmail.com\r\n\r\n(772) 242-0446\r\n\r\nHOURS\r\n\r\nMonday - Saturday: 9am - 5pm\r\n\r\nSunday: Closed\r\n\r\n</div>\r\n<div style=\"width: 300px; float: left;\">[ninja_form id=1]</div>','Contact','','inherit','closed','closed','','10-revision-v1','','','2017-04-01 23:28:21','2017-04-01 23:28:21','',10,'http://itstartswithone.org/10-revision-v1/',0,'revision','',0),(205,0,'2017-04-02 17:26:22','2017-04-02 17:26:22','','','','publish','closed','closed','','205','','','2017-04-02 17:26:22','2017-04-02 17:26:22','',0,'http://itstartswithone.org/nf_sub/205/',0,'nf_sub','',0),(206,1,'2017-04-03 13:34:33','2017-04-03 13:34:33','<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><img class=\"alignright size-medium wp-image-194\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" />The Mission</h2>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nOur mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nWant to get a little wet & crazy with your friends before supporting this great cause? Click on the Water Walk Challenge tab.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED3\" data-field=\"headline3\">Donations</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n\r\nLaunch day is April 8th 2017!!! You will be able to donate and sponsor a friend on and after launch day.\r\n\r\nIn the meantime, make the official pledge to donate, challenge and sponsor on launch day on the Home Page!\r\n\r\n<hr />\r\n\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-m-t-xs-bpxs x-m-b-xs-bpxs x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-center-xs x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h3 class=\"x-el x-el-h3 x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-ww-break x-f-pri-fam x-f-sz-xl x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"SECTION_TITLE_REND\" data-field=\"sectionTitle\">The Penny Challenge Pledge</h3>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div id=\"7f0c2f14-d313-474f-85ca-da78b40f7db8-bootstrap-container\">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-container x-f-pri-fam x-f-sz-md \" data-reactroot=\"\">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-m-t-xs-bpxs x-m-b-xs-bpxs x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-center-xs x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<p class=\"x-el x-el-p x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-xs-bpxs x-m-b-xs-bpxs x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field\" data-aid=\"FORM_DESC_REND\" data-field=\"description\">By submitting your email address below you\'re pledging to make a minimum one time $3.65 donation on ISWO\'s launch date (04/08/2017) and to challenge & sponsor one other person to do the same within 24 hours.</p>\r\n<p class=\"x-el x-el-p x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-xs-bpxs x-m-b-xs-bpxs x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field\" data-aid=\"FORM_DESC_REND\" data-field=\"description\">Your email & personal information will not be sold or distributed.</p>\r\n\r\n</div>\r\n<p class=\"x-el x-el-p x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-xs-bpxs x-m-b-xs-bpxs x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field\" data-aid=\"FORM_DESC_REND\" data-field=\"description\">[ninja_form id=3]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','The Penny Challenge','','inherit','closed','closed','','102-revision-v1','','','2017-04-03 13:34:33','2017-04-03 13:34:33','',102,'http://itstartswithone.org/102-revision-v1/',0,'revision','',0),(207,1,'2017-04-03 13:35:37','2017-04-03 13:35:37','<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><img class=\"alignright size-medium wp-image-194\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" />The Mission</h2>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nOur mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \"></div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n\r\nLaunch day is April 8th 2017!\r\n\r\nYou will be able to donate and sponsor a friend on and after launch day.\r\n\r\n<hr />\r\n\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-m-t-xs-bpxs x-m-b-xs-bpxs x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-center-xs x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h3 class=\"x-el x-el-h3 x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-ww-break x-f-pri-fam x-f-sz-xl x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"SECTION_TITLE_REND\" data-field=\"sectionTitle\">The Penny Challenge Pledge</h3>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div id=\"7f0c2f14-d313-474f-85ca-da78b40f7db8-bootstrap-container\">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-container x-f-pri-fam x-f-sz-md \" data-reactroot=\"\">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-m-t-xs-bpxs x-m-b-xs-bpxs x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-center-xs x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<p class=\"x-el x-el-p x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-xs-bpxs x-m-b-xs-bpxs x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field\" data-aid=\"FORM_DESC_REND\" data-field=\"description\">By submitting your email address below you\'re pledging to make a minimum one time $3.65 donation on ISWO\'s launch date (04/08/2017) and to challenge & sponsor one other person to do the same within 24 hours.</p>\r\n<p class=\"x-el x-el-p x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-xs-bpxs x-m-b-xs-bpxs x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field\" data-aid=\"FORM_DESC_REND\" data-field=\"description\">Your email & personal information will not be sold or distributed.</p>\r\n\r\n</div>\r\n<p class=\"x-el x-el-p x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-xs-bpxs x-m-b-xs-bpxs x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field\" data-aid=\"FORM_DESC_REND\" data-field=\"description\">[ninja_form id=3]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','The Penny Challenge','','inherit','closed','closed','','102-revision-v1','','','2017-04-03 13:35:37','2017-04-03 13:35:37','',102,'http://itstartswithone.org/102-revision-v1/',0,'revision','',0),(208,1,'2017-04-03 14:04:20','2017-04-03 14:04:20','Take a moment and share in order to complete The Penny Challenge. Please enter emails or phone numbers below.\r\n\r\n[ninja_form id=4]','Invite Four to The Penny Challenge','','inherit','closed','closed','','162-revision-v1','','','2017-04-03 14:04:20','2017-04-03 14:04:20','',162,'http://itstartswithone.org/162-revision-v1/',0,'revision','',0),(212,1,'2017-04-03 18:02:18','2017-04-03 18:02:18','','Invite Four to The Penny Challenge','','inherit','closed','closed','','162-revision-v1','','','2017-04-03 18:02:18','2017-04-03 18:02:18','',162,'http://itstartswithone.org/162-revision-v1/',0,'revision','',0),(214,1,'2017-04-04 18:14:06','2017-04-04 18:14:06','<h1 style=\"text-align: center;\">** <a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<img class=\"aligncenter size-medium wp-image-198\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/image1-276x300.jpg\" alt=\"\" width=\"276\" height=\"300\" />\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<h1 style=\"text-align: center;\">** <a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\">BUY TICKETS</a> **</h1>\r\n<div style=\"padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://itstartswithone.org/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-194 size-medium\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"The Penny Challenge\" width=\"300\" height=\"225\" /></a>\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">Take The Penny Challenge</a></h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width: 100%; height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n<h3>Launch day is April 8th 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://store.itstartswithone.org/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\">share with a friend</a>.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n<p style=\"text-align: center;\">Want to get a little wet & crazy with your friends while supporting this great cause? Details coming soon.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-04-04 18:14:06','2017-04-04 18:14:06','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(215,1,'2017-04-04 18:29:59','2017-04-04 18:29:59','<h1 style=\"text-align: center;\">** <a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<img class=\"aligncenter size-medium wp-image-198\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/image1-276x300.jpg\" alt=\"\" width=\"276\" height=\"300\" />\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<h1 style=\"text-align: center;\">** <a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\">BUY TICKETS</a> **</h1>\r\n<div style=\"padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://itstartswithone.org/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-194 size-medium\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"The Penny Challenge\" width=\"300\" height=\"225\" /></a>\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">Take The Penny Challenge</a></h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width: 100%; height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n<h3>Launch day is April 8th 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://store.itstartswithone.org/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\">share with a friend</a>.</p>\r\n\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\"></h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\"></div>\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-04-04 18:29:59','2017-04-04 18:29:59','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(216,1,'2017-04-04 18:30:25','2017-04-04 18:30:25','<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">Water Walk Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nWant to get a little wet & crazy with your friends while supporting this great cause? Details coming soon.\r\n\r\n<hr />\r\n\r\n</div>\r\nThis is a video of Fathe who walks 12 miles once a week to gather dirty water for her family. Like Fathe many of the 3/4 of a billion people without clean water must walk multiple miles every day to collect water that may very well lead to making their families ill.\r\n\r\n<iframe style=\"width: 100%; border: 0;\" src=\"//youtube.com/embed/jcT-OQde4fM?rel=0&showinfo=0&start=0\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-aid=\"VIDEO_IFRAME_RENDERED\"></iframe>\r\n<div class=\"x-el x-el-div x-ntrl-alt x-f-pri-fam x-f-sz-md \">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\">Water Walk Challenge</h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-alt x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\">Awareness</h4>\r\n<div class=\"x-el x-el-p x-ntrl-alt x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nLike, Fathe millions upon millions of people must walk multiple miles daily to get dirty water for their families. Many of these women and children must carry up to 5 gallon (40 lbs) buckets for hours on top of their head over rough terrain.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\">What You\'ll Need</h4>\r\n<div class=\"x-el x-el-p x-ntrl-alt x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n<ul>\r\n <li>4 active participants.</li>\r\n <li>1 cameraman (iPhone or Droid will do).</li>\r\n <li>2, 3 & 5 gallon buckets and a one gallon water/milk jug.</li>\r\n <li>A lid for the 5 gallon bucket.</li>\r\n <li>5 gallons of creek/lake/pond water.</li>\r\n <li>A 400 yard track (local high school or college track).</li>\r\n <li>A stop watch</li>\r\n <li>Splice app</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED3\" data-field=\"headline3\"><img class=\"alignright size-medium wp-image-109\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-4-300x169.png\" alt=\"\" width=\"300\" height=\"169\" />The Challenge</h4>\r\n<div class=\"x-el x-el-p x-ntrl-alt x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n\r\nTo raise awareness and funds for the nearly 1 billion people on the planet without clean water we\'re challenging you to create a team of 4 (with an additional cameraman) to film your very own Water Walk.\r\n\r\nFill a 5 gallon bucket with dirty creek/lake/pond water (put the lid on the bucket ;-) ) and drive to your local high school/college - 400 yard track. Have your teammates lineup every 100 yards along the track. Teammate 1 (T1) starts with the 5 gallon bucket full of water on their head. (They must keep it on their head for the full 100 yards until they reach teammate 2). (T2) is knelt down with the 3 gallon bucket on their head as (T1) dumps his water into (T2\'s) bucket. (T2) runs with it on his head 100 yards to (T3) who is knelt down with a two gallon bucket on his head. (T2) transfers to (T3). (T3) runs 100 yards with it on his head to (T4) who has a 1 gallon water/milk jug on his head. (T3) transfers to (T4) who runs the rest of the way to the finish line with the jug on his head.\r\n\r\nObjective: Goal is to get the best time in the nation (which will be posted on our website). Each quarter of the year the winning team will receive free tickets to Disney world which they will get to attend with families that have received funds from ISWO.\r\n\r\nRules: the whole event is timed. The camera must keep the stopwatch in the camera from beginning to end. The bucket must remain on your head while running and receiving water from previous teammate. Your team must finish with enough water in the gallon jug to reach the handle portion of the jug when laid flat. When you\'re done, first logon to ISWO and donate a minimum of $3.65 per teammate. Then use the Splice app to shorten your video to 1 minute or less of the \"highlights\". Upload your videos (full length and Splice edit) to YouTube and send the link to the ISWO website. Have each teammate tag/challenge four friends to be the next participants on social media while hashtagging #waterwalkchallenge, #thepennychallenge & #itstartswithone. (You can only submit the YouTube links AFTER you\'ve donated a minimum of $3.65 per teammate to ISWO).\r\n\r\n</div>\r\n</div>\r\n</div>','Water Walk','','inherit','closed','closed','','44-revision-v1','','','2017-04-04 18:30:25','2017-04-04 18:30:25','',44,'http://itstartswithone.org/44-revision-v1/',0,'revision','',0),(217,1,'2017-04-04 18:35:22','2017-04-04 18:35:22','<h1 style=\"text-align: center;\">** <a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<img class=\"aligncenter size-medium wp-image-198\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/image1-276x300.jpg\" alt=\"\" width=\"276\" height=\"300\" />\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<h1 style=\"text-align: center;\">** <a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\">BUY TICKETS</a> **</h1>\r\n<div style=\"padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://itstartswithone.org/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-194 size-medium\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"The Penny Challenge\" width=\"300\" height=\"225\" /></a>\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">Take The Penny Challenge</a></h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width: 100%; height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n<h3>Launch day is April 8th, 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://store.itstartswithone.org/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\">share with a friend</a>.</p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-04-04 18:35:22','2017-04-04 18:35:22','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(218,1,'2017-04-05 14:00:41','2017-04-05 14:00:41','<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"wp-image-219 aligncenter\" src=\"http://itstartswithone.org/wp-content/uploads/2017/04/Copy-of-TAKE-THE-1024x768.jpg\" alt=\"\" width=\"600\" height=\"450\" /></a>\r\n<p style=\"text-align: center;\">I just took The Penny Challenge and now it\'s your turn. I challenge you to donate $3.65 (a penny a day for a year) and then challenge 3 of your friends to do the same within 24 hours. #itstartswithone #thepennychallenge</p>\r\n\r\n<h2 style=\"text-align: center;\"><strong><a href=\"https://store.itstartswithone.org/collections/the-penny-challenge/products/take-the-penny-challenge\" target=\"_blank\" rel=\"noopener noreferrer\"></a></strong></h2>\r\n<h2 style=\"text-align: center;\"><a href=\"http://itstartswithone.org/invite/\" target=\"_blank\" rel=\"noopener noreferrer\">Challenge Others Now</a></h2>\r\n<p style=\"text-align: center;\">Click below to challenge others via social media.</p>','','','publish','closed','closed','','i-challenge-you','','','2018-04-11 11:56:40','2018-04-11 16:56:40','',0,'http://itstartswithone.org/?page_id=218',0,'page','',0),(219,1,'2017-04-05 13:59:27','2017-04-05 13:59:27','','I Challenge You','','inherit','closed','closed','','copy-of-take-the','','','2017-04-05 14:05:55','2017-04-05 14:05:55','',218,'http://itstartswithone.org/wp-content/uploads/2017/04/Copy-of-TAKE-THE.jpg',0,'attachment','image/jpeg',0),(220,1,'2017-04-05 14:00:41','2017-04-05 14:00:41','<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-219\" src=\"http://itstartswithone.org/wp-content/uploads/2017/04/Copy-of-TAKE-THE-1024x768.jpg\" alt=\"\" width=\"600\" height=\"450\" /></a>','I Challenge You','','inherit','closed','closed','','218-revision-v1','','','2017-04-05 14:00:41','2017-04-05 14:00:41','',218,'http://itstartswithone.org/218-revision-v1/',0,'revision','',0),(221,1,'2017-04-05 14:03:11','2017-04-05 14:03:11','<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-219\" src=\"http://itstartswithone.org/wp-content/uploads/2017/04/Copy-of-TAKE-THE-1024x768.jpg\" alt=\"\" width=\"600\" height=\"450\" /></a>\n\nI just took The Penny Challenge and now it is your turn. I challenge you to choose your cause and donate a penny a day ($3.65) and then challenge 4 of your friends to do the same within 24 hours.\n\n<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\">Take The Penny Challenge</a> | Challenge Others Now\n\nClick below to challenge others via social media.','I Challenge You','','inherit','closed','closed','','218-autosave-v1','','','2017-04-05 14:03:11','2017-04-05 14:03:11','',218,'http://itstartswithone.org/218-autosave-v1/',0,'revision','',0),(222,1,'2017-04-05 14:03:32','2017-04-05 14:03:32','<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-219\" src=\"http://itstartswithone.org/wp-content/uploads/2017/04/Copy-of-TAKE-THE-1024x768.jpg\" alt=\"\" width=\"600\" height=\"450\" /></a>\r\n\r\nI just took The Penny Challenge and now it is your turn. I challenge you to choose your cause and donate a penny a day ($3.65) and then challenge 4 of your friends to do the same within 24 hours.\r\n<h2 style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\">Take The Penny Challenge</a> | <a href=\"http://itstartswithone.org/invite-to-the-penny-challenge/\" target=\"_blank\">Challenge Others Now</a></h2>\r\nClick below to challenge others via social media.','I Challenge You','','inherit','closed','closed','','218-revision-v1','','','2017-04-05 14:03:32','2017-04-05 14:03:32','',218,'http://itstartswithone.org/218-revision-v1/',0,'revision','',0),(223,1,'2017-04-05 14:04:49','2017-04-05 14:04:49','<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-219\" src=\"http://itstartswithone.org/wp-content/uploads/2017/04/Copy-of-TAKE-THE-1024x768.jpg\" alt=\"\" width=\"600\" height=\"450\" /></a>\r\n\r\nI just took The Penny Challenge and now it is your turn. I challenge you to choose your cause and donate a penny a day ($3.65) and then challenge 4 of your friends to do the same within 24 hours.\r\n<h2 style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\">Take The Penny Challenge</a> | <a href=\"http://itstartswithone.org/invite-to-the-penny-challenge/\" target=\"_blank\">Challenge Others Now</a></h2>\r\nClick below to challenge others via social media.','Take The Penny Challenge','','inherit','closed','closed','','218-revision-v1','','','2017-04-05 14:04:49','2017-04-05 14:04:49','',218,'http://itstartswithone.org/218-revision-v1/',0,'revision','',0),(224,1,'2017-04-05 20:08:06','2017-04-05 20:08:06','<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-m-b-lg-bpxs x-f-pri-fam x-f-sz-md \"></div>\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-md-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"><img class=\"alignright wp-image-76\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"126\" height=\"126\" />Who We Are</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nIt Starts With One is a nonprofit business that provides aid and support to six causes that we deeply believe in.\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-m-b-lg-bpxs x-f-pri-fam x-f-sz-md \"></div>\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-md-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\"><img class=\"alignright size-medium wp-image-64\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-300x169.png\" alt=\"\" width=\"300\" height=\"169\" />What We Do</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nOur purpose is to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n\r\nWe provide financial support to those battling fatal illnesses such as Cancer, HIV/AIDS & ALS. We provide aid to our wounded vets. In addition, we raise awareness and resources for kids caught in sex-trafficking and those in 3rd world countries without clean water.\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-m-b-lg-bpxs x-f-pri-fam x-f-sz-md \"></div>\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-md-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED3\" data-field=\"headline3\"><img class=\"alignright size-medium wp-image-65\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image2-169x300.png\" alt=\"\" width=\"169\" height=\"300\" />Why We Do It</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n\r\nChange really starts with one person deciding to play their part. Because there will always be unmet needs, inherent evil and fatal illnesses in the world, we feel called to make a difference and will work daily to meet the needs, combat the evil and ease the suffering of illnesses. An ounce of action beats a ton of words.\r\n\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n<p dir=\"ltr\">It Starts With One</p>\r\n<p dir=\"ltr\"><img class=\"alignright size-medium wp-image-190\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/01/loren-hockensmith-269x300.png\" alt=\"\" width=\"269\" height=\"300\" />It Starts With One began in December 2016 out of the ashes of the most difficult year of founder, Loren Hockensmith’s life. In July of that year he was hit at about 50 mph by a woman who was texting and driving. Loren suffered a stage 3 concussion and broke his back in two places. While being x-rayed in the hospital doctors discovered a mass on his kidney that turned out to be cancer. About a month later while in the hospital battling cancer an employee of Hockensmith’s lawn care business stole $30,000 worth of equipment. Subsequently the company lost over 100 customers <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1607775337\"><span class=\"aQJ\">within two weeks</span></span> and were forced to close the doors on the landscaping business. It was in the darkest days that followed that Loren started actively seeking and earnestly searching for the meaning and purpose of his life and time here on earth. While reading a book, he was prompted to focus not on finding a way to make a million dollars, but instead find a way to help a million people. It wasn’t long after that revelation, one insomnia filled night the he was blessed with the idea for what would later become It Starts With One and The Penny Challenge. Loren’s goal is to raise enough money through ISWO to provide clean water to every human-being on earth, see sex-trafficking come to an end and provide aid to our wounded vets and those battling serious illnesses. Loren truly believes with everyone playing their part by donating the equivalency of just a penny a day, $3.65/year we can accomplish all those goals. 300 million Americans x $3.65 = over 1 BILLION dollars. You’re the hero. We’re just the guide. It starts with you. It starts with me. It Starts With One.</p>\r\n<p dir=\"ltr\">Mission Statement: Because there will always be unmet needs, inherent evil and fatal illnesses in the world, we will work daily to meet the needs, combat the evil and ease the suffering of illnesses. We believe that one person truly can make a difference and that an ounce of action beats a ton of words.</p>\r\n<p dir=\"ltr\">Purpose Statement: Our purpose is to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.</p>\r\n<p dir=\"ltr\">Mantra: Creating heroes every day by inspiring everyday heroes.</p>\r\n<p dir=\"ltr\">Slogans: 1) Be the One. 2) You’re the Hero. We’re the guide.</p>\r\n<p dir=\"ltr\">It Starts With One Causes -</p>\r\n\r\n<ol>\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">Missions - About 71% of the earth is made up of water. Despite that fact approximately 783 million people do not have access to clean water and almost 2.5 billion do not have access to adequate sanitation. 6 to 8 million people die annually from the consequences of disasters and water-related diseases. One of our main missions is to help bring safe and clean water to the millions of people in need. We also fund building projects to create housing, schools and churches for those without adequate shelter and facilities.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"2\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">Sex-trafficking - Sex trafficking is a form of modern slavery that exists throughout the United States and globally. Sex traffickers use violence, threats, lies, debt bondage, and other forms of coercion to compel adults and children to engage in commercial sex acts against their will. Under U.S. federal law, any minor under the age of 18 years induced into commercial sex is a victim of sex trafficking—regardless of whether or not the trafficker used force, fraud, or coercion. The situations that sex trafficking victims face vary dramatically. Many victims become romantically involved with someone who then forces or manipulates them into prostitution. Others are lured in with false promises of a job, such as modeling or dancing. Some are forced to sell sex by their parents or other family members. They may be involved in a trafficking situation for a few days or weeks, or may remain in the same trafficking situation for years. There are approximately 4.5 million people trapped in forced sexual exploitation globally and has become a multi-billion dollar industry.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"3\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">Wounded Veterans - 3.6 million is the number of veterans with a service-connected disability rating in 2013. Of this number, 957,504 had a rating of 70 percent or higher. A “service-connected” disability is one that was a result of a disease or injury incurred or aggravated during active military service. Often times our wounded vets have to jump through hoops to get the much needed care that they not only have a right to, but deserve.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"4\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">AIDS - More than 1.2 million people in the United States are living with HIV infection. It is estimated that almost 1 in 8 (12.8 percent) don\'t know they are infected. From 1981 to 2013, an estimated 1,194,039 people in the United States had been diagnosed with AIDS. Of those, 658,507 have died.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"5\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">ALS - Most people who develop ALS are between the ages of 40 and 70, although the disease can occur at a younger age. It occurs throughout the world with no racial, ethnic or socioeconomic boundaries. It affects as many as 30,000 in the United States, with 5,000 new cases diagnosed each year.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"6\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">Cancer - Cancer is among the leading causes of death worldwide. In 2012, there were 14 million new cases and 8.2 million cancer-related deaths worldwide. The number of new cancer cases will rise to 22 million within the next two decades.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"7\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">General Fund - Everyone needs help from time to time. It is our hope and prayer that with your support, together we can be the change we wish to see in the world. During the darker moments in life (that at one point or another find us all), ISWO wants to be a beacon of light and a ray of hope.</p>\r\n</li>\r\n</ol>','About','','inherit','closed','closed','','8-revision-v1','','','2017-04-05 20:08:06','2017-04-05 20:08:06','',8,'http://itstartswithone.org/8-revision-v1/',0,'revision','',0),(225,1,'2017-04-05 20:08:41','2017-04-05 20:08:41','<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-m-b-lg-bpxs x-f-pri-fam x-f-sz-md \"><strong>WHO WE ARE</strong> <img class=\"alignright wp-image-76\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"126\" height=\"126\" /></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nIt Starts With One is a nonprofit business that provides aid and support to six causes that we deeply believe in.\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-m-b-lg-bpxs x-f-pri-fam x-f-sz-md \"></div>\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-md-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED2\" data-field=\"headline2\"><img class=\"alignright size-medium wp-image-64\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image1-300x169.png\" alt=\"\" width=\"300\" height=\"169\" />What We Do</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nOur purpose is to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n\r\nWe provide financial support to those battling fatal illnesses such as Cancer, HIV/AIDS & ALS. We provide aid to our wounded vets. In addition, we raise awareness and resources for kids caught in sex-trafficking and those in 3rd world countries without clean water.\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-m-b-lg-bpxs x-f-pri-fam x-f-sz-md \"></div>\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-md-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED3\" data-field=\"headline3\"><img class=\"alignright size-medium wp-image-65\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/image2-169x300.png\" alt=\"\" width=\"169\" height=\"300\" />Why We Do It</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n\r\nChange really starts with one person deciding to play their part. Because there will always be unmet needs, inherent evil and fatal illnesses in the world, we feel called to make a difference and will work daily to meet the needs, combat the evil and ease the suffering of illnesses. An ounce of action beats a ton of words.\r\n\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n<p dir=\"ltr\">It Starts With One</p>\r\n<p dir=\"ltr\"><img class=\"alignright size-medium wp-image-190\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/01/loren-hockensmith-269x300.png\" alt=\"\" width=\"269\" height=\"300\" />It Starts With One began in December 2016 out of the ashes of the most difficult year of founder, Loren Hockensmith’s life. In July of that year he was hit at about 50 mph by a woman who was texting and driving. Loren suffered a stage 3 concussion and broke his back in two places. While being x-rayed in the hospital doctors discovered a mass on his kidney that turned out to be cancer. About a month later while in the hospital battling cancer an employee of Hockensmith’s lawn care business stole $30,000 worth of equipment. Subsequently the company lost over 100 customers <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1607775337\"><span class=\"aQJ\">within two weeks</span></span> and were forced to close the doors on the landscaping business. It was in the darkest days that followed that Loren started actively seeking and earnestly searching for the meaning and purpose of his life and time here on earth. While reading a book, he was prompted to focus not on finding a way to make a million dollars, but instead find a way to help a million people. It wasn’t long after that revelation, one insomnia filled night the he was blessed with the idea for what would later become It Starts With One and The Penny Challenge. Loren’s goal is to raise enough money through ISWO to provide clean water to every human-being on earth, see sex-trafficking come to an end and provide aid to our wounded vets and those battling serious illnesses. Loren truly believes with everyone playing their part by donating the equivalency of just a penny a day, $3.65/year we can accomplish all those goals. 300 million Americans x $3.65 = over 1 BILLION dollars. You’re the hero. We’re just the guide. It starts with you. It starts with me. It Starts With One.</p>\r\n<p dir=\"ltr\">Mission Statement: Because there will always be unmet needs, inherent evil and fatal illnesses in the world, we will work daily to meet the needs, combat the evil and ease the suffering of illnesses. We believe that one person truly can make a difference and that an ounce of action beats a ton of words.</p>\r\n<p dir=\"ltr\">Purpose Statement: Our purpose is to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.</p>\r\n<p dir=\"ltr\">Mantra: Creating heroes every day by inspiring everyday heroes.</p>\r\n<p dir=\"ltr\">Slogans: 1) Be the One. 2) You’re the Hero. We’re the guide.</p>\r\n<p dir=\"ltr\">It Starts With One Causes -</p>\r\n\r\n<ol>\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">Missions - About 71% of the earth is made up of water. Despite that fact approximately 783 million people do not have access to clean water and almost 2.5 billion do not have access to adequate sanitation. 6 to 8 million people die annually from the consequences of disasters and water-related diseases. One of our main missions is to help bring safe and clean water to the millions of people in need. We also fund building projects to create housing, schools and churches for those without adequate shelter and facilities.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"2\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">Sex-trafficking - Sex trafficking is a form of modern slavery that exists throughout the United States and globally. Sex traffickers use violence, threats, lies, debt bondage, and other forms of coercion to compel adults and children to engage in commercial sex acts against their will. Under U.S. federal law, any minor under the age of 18 years induced into commercial sex is a victim of sex trafficking—regardless of whether or not the trafficker used force, fraud, or coercion. The situations that sex trafficking victims face vary dramatically. Many victims become romantically involved with someone who then forces or manipulates them into prostitution. Others are lured in with false promises of a job, such as modeling or dancing. Some are forced to sell sex by their parents or other family members. They may be involved in a trafficking situation for a few days or weeks, or may remain in the same trafficking situation for years. There are approximately 4.5 million people trapped in forced sexual exploitation globally and has become a multi-billion dollar industry.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"3\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">Wounded Veterans - 3.6 million is the number of veterans with a service-connected disability rating in 2013. Of this number, 957,504 had a rating of 70 percent or higher. A “service-connected” disability is one that was a result of a disease or injury incurred or aggravated during active military service. Often times our wounded vets have to jump through hoops to get the much needed care that they not only have a right to, but deserve.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"4\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">AIDS - More than 1.2 million people in the United States are living with HIV infection. It is estimated that almost 1 in 8 (12.8 percent) don\'t know they are infected. From 1981 to 2013, an estimated 1,194,039 people in the United States had been diagnosed with AIDS. Of those, 658,507 have died.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"5\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">ALS - Most people who develop ALS are between the ages of 40 and 70, although the disease can occur at a younger age. It occurs throughout the world with no racial, ethnic or socioeconomic boundaries. It affects as many as 30,000 in the United States, with 5,000 new cases diagnosed each year.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"6\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">Cancer - Cancer is among the leading causes of death worldwide. In 2012, there were 14 million new cases and 8.2 million cancer-related deaths worldwide. The number of new cancer cases will rise to 22 million within the next two decades.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"7\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">General Fund - Everyone needs help from time to time. It is our hope and prayer that with your support, together we can be the change we wish to see in the world. During the darker moments in life (that at one point or another find us all), ISWO wants to be a beacon of light and a ray of hope.</p>\r\n</li>\r\n</ol>','About','','inherit','closed','closed','','8-revision-v1','','','2017-04-05 20:08:41','2017-04-05 20:08:41','',8,'http://itstartswithone.org/8-revision-v1/',0,'revision','',0),(226,1,'2017-04-05 20:09:06','2017-04-05 20:09:06','<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-m-b-lg-bpxs x-f-pri-fam x-f-sz-md \"><strong>WHO WE ARE</strong> <img class=\"alignright wp-image-76\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"126\" height=\"126\" /></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nIt Starts With One is a nonprofit business that provides aid and support to six causes that we deeply believe in.\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nOur purpose is to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n\r\nWe provide financial support to those battling fatal illnesses such as Cancer, HIV/AIDS & ALS. We provide aid to our wounded vets. In addition, we raise awareness and resources for kids caught in sex-trafficking and those in 3rd world countries without clean water.\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n\r\nChange really starts with one person deciding to play their part. Because there will always be unmet needs, inherent evil and fatal illnesses in the world, we feel called to make a difference and will work daily to meet the needs, combat the evil and ease the suffering of illnesses. An ounce of action beats a ton of words.\r\n\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n<p dir=\"ltr\">It Starts With One</p>\r\n<p dir=\"ltr\"><img class=\"alignright size-medium wp-image-190\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/01/loren-hockensmith-269x300.png\" alt=\"\" width=\"269\" height=\"300\" />It Starts With One began in December 2016 out of the ashes of the most difficult year of founder, Loren Hockensmith’s life. In July of that year he was hit at about 50 mph by a woman who was texting and driving. Loren suffered a stage 3 concussion and broke his back in two places. While being x-rayed in the hospital doctors discovered a mass on his kidney that turned out to be cancer. About a month later while in the hospital battling cancer an employee of Hockensmith’s lawn care business stole $30,000 worth of equipment. Subsequently the company lost over 100 customers <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1607775337\"><span class=\"aQJ\">within two weeks</span></span> and were forced to close the doors on the landscaping business. It was in the darkest days that followed that Loren started actively seeking and earnestly searching for the meaning and purpose of his life and time here on earth. While reading a book, he was prompted to focus not on finding a way to make a million dollars, but instead find a way to help a million people. It wasn’t long after that revelation, one insomnia filled night the he was blessed with the idea for what would later become It Starts With One and The Penny Challenge. Loren’s goal is to raise enough money through ISWO to provide clean water to every human-being on earth, see sex-trafficking come to an end and provide aid to our wounded vets and those battling serious illnesses. Loren truly believes with everyone playing their part by donating the equivalency of just a penny a day, $3.65/year we can accomplish all those goals. 300 million Americans x $3.65 = over 1 BILLION dollars. You’re the hero. We’re just the guide. It starts with you. It starts with me. It Starts With One.</p>\r\n<p dir=\"ltr\">Mission Statement: Because there will always be unmet needs, inherent evil and fatal illnesses in the world, we will work daily to meet the needs, combat the evil and ease the suffering of illnesses. We believe that one person truly can make a difference and that an ounce of action beats a ton of words.</p>\r\n<p dir=\"ltr\">Purpose Statement: Our purpose is to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.</p>\r\n<p dir=\"ltr\">Mantra: Creating heroes every day by inspiring everyday heroes.</p>\r\n<p dir=\"ltr\">Slogans: 1) Be the One. 2) You’re the Hero. We’re the guide.</p>\r\n<p dir=\"ltr\">It Starts With One Causes -</p>\r\n\r\n<ol>\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">Missions - About 71% of the earth is made up of water. Despite that fact approximately 783 million people do not have access to clean water and almost 2.5 billion do not have access to adequate sanitation. 6 to 8 million people die annually from the consequences of disasters and water-related diseases. One of our main missions is to help bring safe and clean water to the millions of people in need. We also fund building projects to create housing, schools and churches for those without adequate shelter and facilities.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"2\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">Sex-trafficking - Sex trafficking is a form of modern slavery that exists throughout the United States and globally. Sex traffickers use violence, threats, lies, debt bondage, and other forms of coercion to compel adults and children to engage in commercial sex acts against their will. Under U.S. federal law, any minor under the age of 18 years induced into commercial sex is a victim of sex trafficking—regardless of whether or not the trafficker used force, fraud, or coercion. The situations that sex trafficking victims face vary dramatically. Many victims become romantically involved with someone who then forces or manipulates them into prostitution. Others are lured in with false promises of a job, such as modeling or dancing. Some are forced to sell sex by their parents or other family members. They may be involved in a trafficking situation for a few days or weeks, or may remain in the same trafficking situation for years. There are approximately 4.5 million people trapped in forced sexual exploitation globally and has become a multi-billion dollar industry.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"3\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">Wounded Veterans - 3.6 million is the number of veterans with a service-connected disability rating in 2013. Of this number, 957,504 had a rating of 70 percent or higher. A “service-connected” disability is one that was a result of a disease or injury incurred or aggravated during active military service. Often times our wounded vets have to jump through hoops to get the much needed care that they not only have a right to, but deserve.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"4\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">AIDS - More than 1.2 million people in the United States are living with HIV infection. It is estimated that almost 1 in 8 (12.8 percent) don\'t know they are infected. From 1981 to 2013, an estimated 1,194,039 people in the United States had been diagnosed with AIDS. Of those, 658,507 have died.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"5\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">ALS - Most people who develop ALS are between the ages of 40 and 70, although the disease can occur at a younger age. It occurs throughout the world with no racial, ethnic or socioeconomic boundaries. It affects as many as 30,000 in the United States, with 5,000 new cases diagnosed each year.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"6\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">Cancer - Cancer is among the leading causes of death worldwide. In 2012, there were 14 million new cases and 8.2 million cancer-related deaths worldwide. The number of new cancer cases will rise to 22 million within the next two decades.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"7\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">General Fund - Everyone needs help from time to time. It is our hope and prayer that with your support, together we can be the change we wish to see in the world. During the darker moments in life (that at one point or another find us all), ISWO wants to be a beacon of light and a ray of hope.</p>\r\n</li>\r\n</ol>','About','','inherit','closed','closed','','8-revision-v1','','','2017-04-05 20:09:06','2017-04-05 20:09:06','',8,'http://itstartswithone.org/8-revision-v1/',0,'revision','',0),(227,1,'2017-04-05 20:16:37','2017-04-05 20:16:37','<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-m-b-lg-bpxs x-f-pri-fam x-f-sz-md \"><strong>WHO WE ARE</strong> <img class=\"alignright wp-image-76\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"126\" height=\"126\" /></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nIt Starts With One is a nonprofit business that provides aid and support to six causes that we deeply believe in.\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nOur purpose is to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n\r\nWe provide financial support to those battling fatal illnesses such as Cancer, HIV/AIDS & ALS. We provide aid to our wounded vets. In addition, we raise awareness and resources for kids caught in sex-trafficking and those in 3rd world countries without clean water.\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n\r\nChange really starts with one person deciding to play their part. Because there will always be unmet needs, inherent evil and fatal illnesses in the world, we feel called to make a difference and will work daily to meet the needs, combat the evil and ease the suffering of illnesses. An ounce of action beats a ton of words.\r\n\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n<p dir=\"ltr\"><strong>IT STARTS WITH ONE</strong></p>\r\n<p dir=\"ltr\"><img class=\"alignright size-medium wp-image-190\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/01/loren-hockensmith-269x300.png\" alt=\"\" width=\"269\" height=\"300\" />It Starts With One began in December 2016 out of the ashes of the most difficult year of founder, Loren Hockensmith’s life. In July of that year he was hit at about 50 mph by a woman who was texting and driving. Loren suffered a stage 3 concussion and broke his back in two places. While being x-rayed in the hospital doctors discovered a mass on his kidney that turned out to be cancer. About a month later while in the hospital battling cancer an employee of Hockensmith’s lawn care business stole $30,000 worth of equipment. Subsequently the company lost over 100 customers <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1607775337\"><span class=\"aQJ\">within two weeks</span></span> and were forced to close the doors on the landscaping business. It was in the darkest days that followed that Loren started actively seeking and earnestly searching for the meaning and purpose of his life and time here on earth. While reading a book, he was prompted to focus not on finding a way to make a million dollars, but instead find a way to help a million people. It wasn’t long after that revelation, one insomnia filled night the he was blessed with the idea for what would later become It Starts With One and The Penny Challenge. Loren’s goal is to raise enough money through ISWO to provide clean water to every human-being on earth, see sex-trafficking come to an end and provide aid to our wounded vets and those battling serious illnesses. Loren truly believes with everyone playing their part by donating the equivalency of just a penny a day, $3.65/year we can accomplish all those goals. 300 million Americans x $3.65 = over 1 BILLION dollars. You’re the hero. We’re just the guide. It starts with you. It starts with me. It Starts With One.</p>\r\n<p dir=\"ltr\">Mission Statement: Because there will always be unmet needs, inherent evil and fatal illnesses in the world, we will work daily to meet the needs, combat the evil and ease the suffering of illnesses. We believe that one person truly can make a difference and that an ounce of action beats a ton of words.</p>\r\n<p dir=\"ltr\">Purpose Statement: Our purpose is to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.</p>\r\n<p dir=\"ltr\">Mantra: Creating heroes every day by inspiring everyday heroes.</p>\r\n<p dir=\"ltr\">Slogans: 1) Be the One. 2) You’re the Hero. We’re the guide.</p>\r\n<p dir=\"ltr\">It Starts With One Causes -</p>\r\n\r\n<ol>\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">Missions - About 71% of the earth is made up of water. Despite that fact approximately 783 million people do not have access to clean water and almost 2.5 billion do not have access to adequate sanitation. 6 to 8 million people die annually from the consequences of disasters and water-related diseases. One of our main missions is to help bring safe and clean water to the millions of people in need. We also fund building projects to create housing, schools and churches for those without adequate shelter and facilities.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"2\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">Sex-trafficking - Sex trafficking is a form of modern slavery that exists throughout the United States and globally. Sex traffickers use violence, threats, lies, debt bondage, and other forms of coercion to compel adults and children to engage in commercial sex acts against their will. Under U.S. federal law, any minor under the age of 18 years induced into commercial sex is a victim of sex trafficking—regardless of whether or not the trafficker used force, fraud, or coercion. The situations that sex trafficking victims face vary dramatically. Many victims become romantically involved with someone who then forces or manipulates them into prostitution. Others are lured in with false promises of a job, such as modeling or dancing. Some are forced to sell sex by their parents or other family members. They may be involved in a trafficking situation for a few days or weeks, or may remain in the same trafficking situation for years. There are approximately 4.5 million people trapped in forced sexual exploitation globally and has become a multi-billion dollar industry.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"3\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">Wounded Veterans - 3.6 million is the number of veterans with a service-connected disability rating in 2013. Of this number, 957,504 had a rating of 70 percent or higher. A “service-connected” disability is one that was a result of a disease or injury incurred or aggravated during active military service. Often times our wounded vets have to jump through hoops to get the much needed care that they not only have a right to, but deserve.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"4\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">AIDS - More than 1.2 million people in the United States are living with HIV infection. It is estimated that almost 1 in 8 (12.8 percent) don\'t know they are infected. From 1981 to 2013, an estimated 1,194,039 people in the United States had been diagnosed with AIDS. Of those, 658,507 have died.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"5\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">ALS - Most people who develop ALS are between the ages of 40 and 70, although the disease can occur at a younger age. It occurs throughout the world with no racial, ethnic or socioeconomic boundaries. It affects as many as 30,000 in the United States, with 5,000 new cases diagnosed each year.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"6\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">Cancer - Cancer is among the leading causes of death worldwide. In 2012, there were 14 million new cases and 8.2 million cancer-related deaths worldwide. The number of new cancer cases will rise to 22 million within the next two decades.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"7\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">General Fund - Everyone needs help from time to time. It is our hope and prayer that with your support, together we can be the change we wish to see in the world. During the darker moments in life (that at one point or another find us all), ISWO wants to be a beacon of light and a ray of hope.</p>\r\n</li>\r\n</ol>','About','','inherit','closed','closed','','8-revision-v1','','','2017-04-05 20:16:37','2017-04-05 20:16:37','',8,'http://itstartswithone.org/8-revision-v1/',0,'revision','',0),(228,1,'2017-04-05 20:18:32','2017-04-05 20:18:32','<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-m-b-lg-bpxs x-f-pri-fam x-f-sz-md \"><strong>WHO WE ARE</strong> <img class=\"alignright wp-image-76\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"126\" height=\"126\" /></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nIt Starts With One is a nonprofit business that provides aid and support to six causes that we deeply believe in.\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nOur purpose is to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n\r\nWe provide financial support to those battling fatal illnesses such as Cancer, HIV/AIDS & ALS. We provide aid to our wounded vets. In addition, we raise awareness and resources for kids caught in sex-trafficking and those in 3rd world countries without clean water.\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n\r\nChange really starts with one person deciding to play their part. Because there will always be unmet needs, inherent evil and fatal illnesses in the world, we feel called to make a difference and will work daily to meet the needs, combat the evil and ease the suffering of illnesses. An ounce of action beats a ton of words.\r\n\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n<p dir=\"ltr\"><strong>IT STARTS WITH ONE</strong></p>\r\n<p dir=\"ltr\"><img class=\"alignright size-medium wp-image-190\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/01/loren-hockensmith-269x300.png\" alt=\"\" width=\"269\" height=\"300\" />It Starts With One began in December 2016 out of the ashes of the most difficult year of founder, Loren Hockensmith’s life. In July of that year he was hit at about 50 mph by a woman who was texting and driving. Loren suffered a stage 3 concussion and broke his back in two places. While being x-rayed in the hospital doctors discovered a mass on his kidney that turned out to be cancer. About a month later while in the hospital battling cancer an employee of Hockensmith’s lawn care business stole $30,000 worth of equipment. Subsequently the company lost over 100 customers <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1607775337\"><span class=\"aQJ\">within two weeks</span></span> and were forced to close the doors on the landscaping business. It was in the darkest days that followed that Loren started actively seeking and earnestly searching for the meaning and purpose of his life and time here on earth. While reading a book, he was prompted to focus not on finding a way to make a million dollars, but instead find a way to help a million people. It wasn’t long after that revelation, one insomnia filled night the he was blessed with the idea for what would later become It Starts With One and The Penny Challenge. Loren’s goal is to raise enough money through ISWO to provide clean water to every human-being on earth, see sex-trafficking come to an end and provide aid to our wounded vets and those battling serious illnesses. Loren truly believes with everyone playing their part by donating the equivalent of just a penny a day, $3.65/year we can accomplish all those goals. 300 million Americans x $3.65 = over 1 BILLION dollars. You’re the hero. We’re just the guide. It starts with you. It starts with me. It Starts With One.</p>\r\n<p dir=\"ltr\">Mission Statement: Because there will always be unmet needs, inherent evil and fatal illnesses in the world, we will work daily to meet the needs, combat the evil and ease the suffering of illnesses. We believe that one person truly can make a difference and that an ounce of action beats a ton of words.</p>\r\n<p dir=\"ltr\">Purpose Statement: Our purpose is to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.</p>\r\n<p dir=\"ltr\">Mantra: Creating heroes every day by inspiring everyday heroes.</p>\r\n<p dir=\"ltr\">Slogans: 1) Be the One. 2) You’re the Hero. We’re the guide.</p>\r\n<p dir=\"ltr\">It Starts With One Causes -</p>\r\n\r\n<ol>\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">Missions - About 71% of the earth is made up of water. Despite that fact approximately 783 million people do not have access to clean water and almost 2.5 billion do not have access to adequate sanitation. 6 to 8 million people die annually from the consequences of disasters and water-related diseases. One of our main missions is to help bring safe and clean water to the millions of people in need. We also fund building projects to create housing, schools and churches for those without adequate shelter and facilities.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"2\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">Sex-trafficking - Sex trafficking is a form of modern slavery that exists throughout the United States and globally. Sex traffickers use violence, threats, lies, debt bondage, and other forms of coercion to compel adults and children to engage in commercial sex acts against their will. Under U.S. federal law, any minor under the age of 18 years induced into commercial sex is a victim of sex trafficking—regardless of whether or not the trafficker used force, fraud, or coercion. The situations that sex trafficking victims face vary dramatically. Many victims become romantically involved with someone who then forces or manipulates them into prostitution. Others are lured in with false promises of a job, such as modeling or dancing. Some are forced to sell sex by their parents or other family members. They may be involved in a trafficking situation for a few days or weeks, or may remain in the same trafficking situation for years. There are approximately 4.5 million people trapped in forced sexual exploitation globally and has become a multi-billion dollar industry.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"3\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">Wounded Veterans - 3.6 million is the number of veterans with a service-connected disability rating in 2013. Of this number, 957,504 had a rating of 70 percent or higher. A “service-connected” disability is one that was a result of a disease or injury incurred or aggravated during active military service. Often times our wounded vets have to jump through hoops to get the much needed care that they not only have a right to, but deserve.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"4\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">AIDS - More than 1.2 million people in the United States are living with HIV infection. It is estimated that almost 1 in 8 (12.8 percent) don\'t know they are infected. From 1981 to 2013, an estimated 1,194,039 people in the United States had been diagnosed with AIDS. Of those, 658,507 have died.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"5\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">ALS - Most people who develop ALS are between the ages of 40 and 70, although the disease can occur at a younger age. It occurs throughout the world with no racial, ethnic or socioeconomic boundaries. It affects as many as 30,000 in the United States, with 5,000 new cases diagnosed each year.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"6\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">Cancer - Cancer is among the leading causes of death worldwide. In 2012, there were 14 million new cases and 8.2 million cancer-related deaths worldwide. The number of new cancer cases will rise to 22 million within the next two decades.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"7\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">General Fund - Everyone needs help from time to time. It is our hope and prayer that with your support, together we can be the change we wish to see in the world. During the darker moments in life (that at one point or another find us all), ISWO wants to be a beacon of light and a ray of hope.</p>\r\n</li>\r\n</ol>','About','','inherit','closed','closed','','8-revision-v1','','','2017-04-05 20:18:32','2017-04-05 20:18:32','',8,'http://itstartswithone.org/8-revision-v1/',0,'revision','',0),(229,1,'2017-04-05 21:34:15','2017-04-05 21:34:15','<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-219\" src=\"http://itstartswithone.org/wp-content/uploads/2017/04/Copy-of-TAKE-THE-1024x768.jpg\" alt=\"\" width=\"600\" height=\"450\" /></a>\r\n\r\nI just took The Penny Challenge and now it is your turn. I challenge you to choose your cause and donate a penny a day ($3.65) and then challenge 4 of your friends to do the same within 24 hours.\r\n<h2 style=\"text-align: center;\"><a href=\"http://itstartswithone.org/invite-to-the-penny-challenge/\" target=\"_blank\">Challenge Others Now</a></h2>\r\nClick below to challenge others via social media.','','','inherit','closed','closed','','218-revision-v1','','','2017-04-05 21:34:15','2017-04-05 21:34:15','',218,'http://itstartswithone.org/218-revision-v1/',0,'revision','',0),(230,1,'2017-04-05 21:35:07','2017-04-05 21:35:07','<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-219\" src=\"http://itstartswithone.org/wp-content/uploads/2017/04/Copy-of-TAKE-THE-1024x768.jpg\" alt=\"\" width=\"600\" height=\"450\" /></a>\r\n\r\nI just took The Penny Challenge and now it is your turn. I challenge you to choose your cause and donate a penny a day ($3.65) and then challenge 4 of your friends to do the same within 24 hours. #itstartswithone #thepennychallenge\r\n<h2 style=\"text-align: center;\"><a href=\"http://itstartswithone.org/invite-to-the-penny-challenge/\" target=\"_blank\">Challenge Others Now</a></h2>\r\nClick below to challenge others via social media.','','','inherit','closed','closed','','218-revision-v1','','','2017-04-05 21:35:07','2017-04-05 21:35:07','',218,'http://itstartswithone.org/218-revision-v1/',0,'revision','',0),(231,1,'2017-04-05 21:52:30','2017-04-05 21:52:30','','Challenge Four Friends','','inherit','closed','closed','','162-revision-v1','','','2017-04-05 21:52:30','2017-04-05 21:52:30','',162,'http://itstartswithone.org/162-revision-v1/',0,'revision','',0),(232,1,'2017-04-05 22:06:57','2017-04-05 22:06:57','','','','inherit','closed','closed','','view-map-mapcustomizer-com','','','2017-04-05 22:07:05','2017-04-05 22:07:05','',6,'http://itstartswithone.org/wp-content/uploads/2017/01/View-map-Mapcustomizer.com_.jpeg',0,'attachment','image/jpeg',0),(233,1,'2017-04-05 22:07:22','2017-04-05 22:07:22','<h1 style=\"text-align: center;\">** <a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<img class=\"aligncenter size-medium wp-image-198\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/image1-276x300.jpg\" alt=\"\" width=\"276\" height=\"300\" />\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<h1 style=\"text-align: center;\">** <a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\">BUY TICKETS</a> **</h1>\r\n<div style=\"padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://itstartswithone.org/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-194 size-medium\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"The Penny Challenge\" width=\"300\" height=\"225\" /></a>\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">Take The Penny Challenge</a></h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width: 100%; height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n<h3>Launch day is April 8th, 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://store.itstartswithone.org/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\">share with a friend</a>.</p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\">Have a look at those who have taken The Penny Challenge</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-232\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/View-map-Mapcustomizer.com_.jpeg\" alt=\"\" width=\"893\" height=\"573\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-04-05 22:07:22','2017-04-05 22:07:22','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(234,1,'2017-04-05 22:17:44','2017-04-05 22:17:44','http://itstartswithone.org/wp-content/uploads/2017/01/cropped-image1.jpg','cropped-image1.jpg','','inherit','closed','closed','','cropped-image1-jpg','','','2017-04-05 22:17:44','2017-04-05 22:17:44','',0,'http://itstartswithone.org/wp-content/uploads/2017/01/cropped-image1.jpg',0,'attachment','image/jpeg',0),(237,2,'2018-10-30 12:11:26','2018-10-30 17:11:26','<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">School Assembly Informational Video The Penny Challenge Commercial</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<p style=\"text-align: center;\"><iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/wwAbWUSaf-Y\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> <iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \"></div>','','','inherit','closed','closed','','6-autosave-v1','','','2018-10-30 12:11:26','2018-10-30 17:11:26','',6,'http://itstartswithone.org/6-autosave-v1/',0,'revision','',0),(238,2,'2017-04-06 03:05:01','2017-04-06 03:05:01','<h1 style=\"text-align: center;\">** <a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\">Tickets purchased on/after 4/5 will be available for pickup at will call.</p>\r\n<img class=\"aligncenter size-medium wp-image-198\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/image1-276x300.jpg\" alt=\"\" width=\"276\" height=\"300\" />\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<h1 style=\"text-align: center;\">** BUy Tickets **</h1>\r\n<div style=\"padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://itstartswithone.org/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-194 size-medium\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"The Penny Challenge\" width=\"300\" height=\"225\" /></a>\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">Take The Penny Challenge</a></h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width: 100%; height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n<h3>Launch day is April 8th, 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://store.itstartswithone.org/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\">share with a friend</a>.</p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\">Have a look at those who have taken The Penny Challenge</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-232\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/View-map-Mapcustomizer.com_.jpeg\" alt=\"\" width=\"893\" height=\"573\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-04-06 03:05:01','2017-04-06 03:05:01','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(239,2,'2017-04-06 03:05:27','2017-04-06 03:05:27','<h1 style=\"text-align: center;\">** <a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\">Tickets purchased on/after 4/5 will be available for pickup at will call.</p>\r\n<img class=\"aligncenter size-medium wp-image-198\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/image1-276x300.jpg\" alt=\"\" width=\"276\" height=\"300\" />\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<h1 style=\"text-align: center;\">** BUY Tickets **</h1>\r\n<div style=\"padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://itstartswithone.org/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-194 size-medium\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"The Penny Challenge\" width=\"300\" height=\"225\" /></a>\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">Take The Penny Challenge</a></h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width: 100%; height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n<h3>Launch day is April 8th, 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://store.itstartswithone.org/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\">share with a friend</a>.</p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\">Have a look at those who have taken The Penny Challenge</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-232\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/View-map-Mapcustomizer.com_.jpeg\" alt=\"\" width=\"893\" height=\"573\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-04-06 03:05:27','2017-04-06 03:05:27','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(240,2,'2017-04-06 03:06:03','2017-04-06 03:06:03','<h1 style=\"text-align: center;\">** <a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\">Tickets purchased on/after 4/5 will be available for pickup at will call.</p>\r\n<img class=\"aligncenter size-medium wp-image-198\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/image1-276x300.jpg\" alt=\"\" width=\"276\" height=\"300\" />\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<h1 style=\"text-align: center;\"></h1>\r\n<div style=\"padding: 20px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://itstartswithone.org/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here</p>\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-194 size-medium\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"The Penny Challenge\" width=\"300\" height=\"225\" /></a>\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">Take The Penny Challenge</a></h2>\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width: 100%; height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n<h3>Launch day is April 8th, 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://store.itstartswithone.org/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\">share with a friend</a>.</p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\">Have a look at those who have taken The Penny Challenge</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-232\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/View-map-Mapcustomizer.com_.jpeg\" alt=\"\" width=\"893\" height=\"573\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-04-06 03:06:03','2017-04-06 03:06:03','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(241,1,'2017-04-06 19:30:32','2017-04-06 19:30:32','<h1 style=\"text-align: center;\">** <a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\">Tickets purchased on/after 4/5 will be available for pickup at will call.</p>\r\n\r\n<div style=\"padding: 0px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://itstartswithone.org/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here...</p>\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-194 size-medium\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"The Penny Challenge\" width=\"300\" height=\"225\" /></a>\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">Take The Penny Challenge</a></h2>\r\n</div>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width: 100%; height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n<h3>Launch day is April 8th, 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://store.itstartswithone.org/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\">share with a friend</a>.</p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\">Have a look at those who have taken The Penny Challenge</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-232\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/View-map-Mapcustomizer.com_.jpeg\" alt=\"\" width=\"893\" height=\"573\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-04-06 19:30:32','2017-04-06 19:30:32','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(245,1,'2017-04-06 19:51:25','2017-04-06 19:51:25','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n#breadcrumb-list {\n display:none;\n}\n\n#jsalign { margin: 0 auto; display: block;}\n\n.wrapper {background-color: #000000;}','helena','','inherit','closed','closed','','126-revision-v1','','','2017-04-06 19:51:25','2017-04-06 19:51:25','',126,'http://itstartswithone.org/126-revision-v1/',0,'revision','',0),(247,1,'2017-04-06 19:52:17','2017-04-06 19:52:17','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n#breadcrumb-list {\n display:none;\n}\n\n#jsalign { margin: 0 auto; display: block;}\n\n.site-content .wrapper {background-color: #000000;}','helena','','inherit','closed','closed','','126-revision-v1','','','2017-04-06 19:52:17','2017-04-06 19:52:17','',126,'http://itstartswithone.org/126-revision-v1/',0,'revision','',0),(248,1,'2017-04-06 20:25:38','2017-04-06 20:25:38','','loren-hockensmith-sq','','inherit','closed','closed','','loren-hockensmith-sq','','','2017-04-06 20:25:38','2017-04-06 20:25:38','',6,'http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith-sq.jpg',0,'attachment','image/jpeg',0),(249,1,'2017-04-06 20:25:41','2017-04-06 20:25:41','','loren-hockensmith2-sq','','inherit','closed','closed','','loren-hockensmith2-sq','','','2017-04-06 20:25:41','2017-04-06 20:25:41','',6,'http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith2-sq.jpg',0,'attachment','image/jpeg',0),(250,1,'2017-04-06 20:29:36','2017-04-06 20:29:36','<h1 style=\"text-align: center;\">** <a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\">Tickets purchased on/after 4/5 will be available for pickup at will call.</p>\r\n\r\n<div style=\"padding: 0px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://itstartswithone.org/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here...</p>\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-194 size-medium\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"The Penny Challenge\" width=\"300\" height=\"225\" /></a>\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">Take The Penny Challenge</a></h2>\r\n</div>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width: 100%; height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n<h3>Launch day is April 8th, 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://store.itstartswithone.org/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\">share with a friend</a>.</p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\">Have a look at those who have taken The Penny Challenge</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-232\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/View-map-Mapcustomizer.com_.jpeg\" alt=\"\" width=\"893\" height=\"573\" /></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739111811941/?type=3&theater\" target=\"_blank\"><img class=\"alignleft wp-image-248 size-thumbnail\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith-sq-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a> <a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739205145265/?type=3&theater\" target=\"_blank\"><img class=\"alignleft wp-image-249 size-thumbnail\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith2-sq-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-04-06 20:29:36','2017-04-06 20:29:36','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(252,1,'2017-04-06 20:53:53','2017-04-06 20:53:53','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n#breadcrumb-list {\n display:none;\n}\n\n#jsalign { margin: 0 auto; display: block;}\n\n.site-content .wrapper {background-color: #000000;}\n\n#site-logo img {\n max-height: 150px;\n}','helena','','inherit','closed','closed','','126-revision-v1','','','2017-04-06 20:53:53','2017-04-06 20:53:53','',126,'http://itstartswithone.org/126-revision-v1/',0,'revision','',0),(258,1,'2017-04-06 23:27:21','2017-04-06 23:27:21','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n#breadcrumb-list {\n display:none;\n}\n\n#jsalign { margin: 0 auto; display: block;}\n\n.site-content .wrapper {background-color: #000000;}\n\n#site-logo img {\n max-height: 150px;\n height: 150px;\n min-height: 150px;\n}','helena','','inherit','closed','closed','','126-revision-v1','','','2017-04-06 23:27:21','2017-04-06 23:27:21','',126,'http://itstartswithone.org/126-revision-v1/',0,'revision','',0),(260,1,'2017-04-06 23:29:28','2017-04-06 23:29:28','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n#breadcrumb-list {\n display:none;\n}\n\n#jsalign { margin: 0 auto; display: block;}\n\n.site-content .wrapper {background-color: #000000;}\n\n#site-logo img {\n max-height: 150px;\n height: 150px;\n min-height: 150px;\n max-width: 150px;\n width: 150px;\n min-width: 150px\n}','helena','','inherit','closed','closed','','126-revision-v1','','','2017-04-06 23:29:28','2017-04-06 23:29:28','',126,'http://itstartswithone.org/126-revision-v1/',0,'revision','',0),(262,1,'2017-04-07 14:08:36','2017-04-07 14:08:36','<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-219\" src=\"http://itstartswithone.org/wp-content/uploads/2017/04/Copy-of-TAKE-THE-1024x768.jpg\" alt=\"\" width=\"600\" height=\"450\" /></a>\r\n\r\nI just took The Penny Challenge and now it\'s your turn. I challenge you to choose your cause and donate a penny a day ($3.65) and then challenge 4 of your friends to do the same within 24 hours. #itstartswithone #thepennychallenge\r\n<h2 style=\"text-align: center;\"><a href=\"http://itstartswithone.org/invite-to-the-penny-challenge/\" target=\"_blank\">Challenge Others Now</a></h2>\r\nClick below to challenge others via social media.','','','inherit','closed','closed','','218-revision-v1','','','2017-04-07 14:08:36','2017-04-07 14:08:36','',218,'http://itstartswithone.org/218-revision-v1/',0,'revision','',0),(264,1,'2017-04-07 14:22:04','2017-04-07 14:22:04','','GET INVOLVED!','','inherit','closed','closed','','get-involved-2','','','2017-04-07 14:22:04','2017-04-07 14:22:04','',0,'http://itstartswithone.org/wp-content/uploads/2017/02/GET-INVOLVED.jpg',0,'attachment','image/jpeg',0),(265,1,'2017-04-07 14:24:08','2017-04-07 14:24:08','<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><img class=\"alignright size-medium wp-image-194\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" />The Mission</h2>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nOur mission is to inspire the U.S. population into action through the-penny-challenge-movement. By donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to build wells providing clean water for impoverished countries, combat sex-trafficking, aid wounded vets and ease those battling fatal illnesses.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<h2 style=\"text-align: center;\">Launch day is April 8th 2017!</h2>\r\nYou will be able to donate and sponsor a friend on and after launch day.\r\n\r\n<hr />\r\n\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-m-t-xs-bpxs x-m-b-xs-bpxs x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-center-xs x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h3 class=\"x-el x-el-h3 x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-ww-break x-f-pri-fam x-f-sz-xl x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"SECTION_TITLE_REND\" data-field=\"sectionTitle\">The Penny Challenge Pledge</h3>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div id=\"7f0c2f14-d313-474f-85ca-da78b40f7db8-bootstrap-container\">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-container x-f-pri-fam x-f-sz-md \" data-reactroot=\"\">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-m-t-xs-bpxs x-m-b-xs-bpxs x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-center-xs x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<p class=\"x-el x-el-p x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-xs-bpxs x-m-b-xs-bpxs x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field\" data-aid=\"FORM_DESC_REND\" data-field=\"description\">By submitting your email address below you\'re pledging to make a minimum one time $3.65 donation on ISWO\'s launch date (04/08/2017) and to challenge & sponsor one other person to do the same within 24 hours.</p>\r\n<p class=\"x-el x-el-p x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-xs-bpxs x-m-b-xs-bpxs x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field\" data-aid=\"FORM_DESC_REND\" data-field=\"description\">Your email & personal information will not be sold or distributed.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','The Penny Challenge','','inherit','closed','closed','','102-revision-v1','','','2017-04-07 14:24:08','2017-04-07 14:24:08','',102,'http://itstartswithone.org/102-revision-v1/',0,'revision','',0),(266,1,'2017-04-07 14:27:12','2017-04-07 14:27:12','<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"></h2>\r\n<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-194 size-medium\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"The Penny Challenge\" width=\"300\" height=\"225\" /></a>\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">TAKE THE PENNY CHALLENGE</a></h2>\r\n</div>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width: 100%; height: 500px;\"><iframe src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n<h3>LAUNCH DAY IS APRIL 8TH, 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://store.itstartswithone.org/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\">share with a friend</a>.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"></h2>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n\r\n<hr />\r\n\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-m-t-xs-bpxs x-m-b-xs-bpxs x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-center-xs x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h3 class=\"x-el x-el-h3 x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-ww-break x-f-pri-fam x-f-sz-xl x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"SECTION_TITLE_REND\" data-field=\"sectionTitle\">The Penny Challenge Pledge</h3>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div id=\"7f0c2f14-d313-474f-85ca-da78b40f7db8-bootstrap-container\">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-container x-f-pri-fam x-f-sz-md \" data-reactroot=\"\">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-m-t-xs-bpxs x-m-b-xs-bpxs x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-center-xs x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<p class=\"x-el x-el-p x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-xs-bpxs x-m-b-xs-bpxs x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field\" data-aid=\"FORM_DESC_REND\" data-field=\"description\">By submitting your email address below you\'re pledging to make a minimum one time $3.65 donation on ISWO\'s launch date (04/08/2017) and to challenge & sponsor one other person to do the same within 24 hours.</p>\r\n<p class=\"x-el x-el-p x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-xs-bpxs x-m-b-xs-bpxs x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field\" data-aid=\"FORM_DESC_REND\" data-field=\"description\">Your email & personal information will not be sold or distributed.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','The Penny Challenge','','inherit','closed','closed','','102-revision-v1','','','2017-04-07 14:27:12','2017-04-07 14:27:12','',102,'http://itstartswithone.org/102-revision-v1/',0,'revision','',0),(267,1,'2017-04-09 01:36:36','2017-04-09 01:36:36','<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \">\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"> <iframe src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\n\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\n\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \"></div>','The Penny Challenge','','inherit','closed','closed','','102-autosave-v1','','','2017-04-09 01:36:36','2017-04-09 01:36:36','',102,'http://itstartswithone.org/102-autosave-v1/',0,'revision','',0),(268,1,'2017-04-07 14:32:04','2017-04-07 14:32:04','<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-194 size-medium\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"The Penny Challenge\" width=\"300\" height=\"225\" /></a></h2>\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">TAKE THE PENNY CHALLENGE</a></h2>\r\n</div>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width: 100%; height: 500px;\"><iframe src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n<h3>LAUNCH DAY IS APRIL 8TH, 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://store.itstartswithone.org/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\">share with a friend</a>.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"></h2>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n\r\n<hr />\r\n\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-m-t-xs-bpxs x-m-b-xs-bpxs x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-center-xs x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h3 class=\"x-el x-el-h3 x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-ww-break x-f-pri-fam x-f-sz-xl x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"SECTION_TITLE_REND\" data-field=\"sectionTitle\"></h3>\r\n<h3 class=\"x-el x-el-h3 x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-ww-break x-f-pri-fam x-f-sz-xl x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"SECTION_TITLE_REND\" data-field=\"sectionTitle\">The Penny Challenge Pledge</h3>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div id=\"7f0c2f14-d313-474f-85ca-da78b40f7db8-bootstrap-container\">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-container x-f-pri-fam x-f-sz-md \" data-reactroot=\"\">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-m-t-xs-bpxs x-m-b-xs-bpxs x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-center-xs x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<p class=\"x-el x-el-p x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-xs-bpxs x-m-b-xs-bpxs x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field\" data-aid=\"FORM_DESC_REND\" data-field=\"description\">By submitting your email address below you\'re pledging to make a minimum one time $3.65 donation on ISWO\'s launch date (04/08/2017) and to challenge & sponsor one other person to do the same within 24 hours.</p>\r\n<p class=\"x-el x-el-p x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-xs-bpxs x-m-b-xs-bpxs x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field\" data-aid=\"FORM_DESC_REND\" data-field=\"description\">Your email & personal information will not be sold or distributed.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','The Penny Challenge','','inherit','closed','closed','','102-revision-v1','','','2017-04-07 14:32:04','2017-04-07 14:32:04','',102,'http://itstartswithone.org/102-revision-v1/',0,'revision','',0),(269,1,'2017-04-07 14:32:30','2017-04-07 14:32:30','','iswo-video','','inherit','closed','closed','','iswo-video','','','2017-04-07 14:32:30','2017-04-07 14:32:30','',102,'http://itstartswithone.org/wp-content/uploads/2017/02/iswo-video.jpeg',0,'attachment','image/jpeg',0),(270,1,'2017-04-07 15:45:58','2017-04-07 15:45:58','','iswo-products','','inherit','closed','closed','','iswo-products','','','2017-04-07 15:45:58','2017-04-07 15:45:58','',52,'http://itstartswithone.org/wp-content/uploads/2017/02/iswo-products.png',0,'attachment','image/png',0),(271,1,'2017-04-07 16:43:30','2017-04-07 16:43:30','','Copy of TAKE THE','','inherit','closed','closed','','copy-of-take-the-2','','','2017-04-07 16:43:30','2017-04-07 16:43:30','',162,'http://itstartswithone.org/wp-content/uploads/2017/03/Copy-of-TAKE-THE.jpg',0,'attachment','image/jpeg',0),(272,1,'2017-04-07 17:15:34','2017-04-07 17:15:34','','Copy of TAKE THE','','inherit','closed','closed','','copy-of-take-the-3','','','2017-04-07 17:15:34','2017-04-07 17:15:34','',162,'http://itstartswithone.org/wp-content/uploads/2017/03/Copy-of-TAKE-THE-1.jpg',0,'attachment','image/jpeg',0),(274,1,'2017-04-07 17:53:45','2017-04-07 17:53:45','<h1 style=\"text-align: center;\">** <a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\">Tickets purchased on/after 4/5 will be available for pickup at will call.</p>\r\n\r\n<div style=\"padding: 0px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://itstartswithone.org/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here...</p>\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-194 size-medium\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"The Penny Challenge\" width=\"300\" height=\"225\" /></a>\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">Take The Penny Challenge</a></h2>\r\n</div>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width: 100%; height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n<h3>Launch day is April 8th, 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://store.itstartswithone.org/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\">share with a friend</a>.</p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\">Have a look at those who have taken The Penny Challenge</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-232\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/View-map-Mapcustomizer.com_.jpeg\" alt=\"\" width=\"893\" height=\"573\" /></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739111811941/?type=3&theater\" target=\"_blank\"><img class=\"wp-image-248 size-thumbnail\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith-sq-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a> <a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739205145265/?type=3&theater\" target=\"_blank\"><img class=\"wp-image-249 size-thumbnail\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith2-sq-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-04-07 17:53:45','2017-04-07 17:53:45','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(275,1,'2017-04-07 17:55:10','2017-04-07 17:55:10','<h1 style=\"text-align: center;\">** <a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\">Tickets purchased on/after 4/5 will be available for pickup at will call.</p>\r\n\r\n<div style=\"padding: 0px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://itstartswithone.org/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here...</p>\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-194 size-medium\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"The Penny Challenge\" width=\"300\" height=\"225\" /></a>\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">Take The Penny Challenge</a></h2>\r\n</div>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width: 100%; height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\n#itstartswithone #thepennychallenge\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n<h3>Launch day is April 8th, 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://store.itstartswithone.org/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\">share with a friend</a>.</p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\">Have a look at those who have taken The Penny Challenge</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-232\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/View-map-Mapcustomizer.com_.jpeg\" alt=\"\" width=\"893\" height=\"573\" /></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739111811941/?type=3&theater\" target=\"_blank\"><img class=\"wp-image-248 size-thumbnail\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith-sq-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a> <a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739205145265/?type=3&theater\" target=\"_blank\"><img class=\"wp-image-249 size-thumbnail\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith2-sq-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-04-07 17:55:10','2017-04-07 17:55:10','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(276,1,'2017-04-07 17:56:02','2017-04-07 17:56:02','<h1 style=\"text-align: center;\">** <a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\">Tickets purchased on/after 4/5 will be available for pickup at will call.</p>\r\n\r\n<div style=\"padding: 0px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://itstartswithone.org/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here...</p>\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n\r\n\r\n<hr />\r\n\r\n<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-194 size-medium\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"The Penny Challenge\" width=\"300\" height=\"225\" /></a>\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">Take The Penny Challenge</a></h2>\r\n</div>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width: 100%; height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\n#itstartswithone #thepennychallenge\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n<h3>Launch day is April 8th, 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://store.itstartswithone.org/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\">share with a friend</a>.</p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\">Have a look at those who have taken The Penny Challenge</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-232\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/View-map-Mapcustomizer.com_.jpeg\" alt=\"\" width=\"893\" height=\"573\" /></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739111811941/?type=3&theater\" target=\"_blank\"><img class=\"wp-image-248 size-thumbnail\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith-sq-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a> <a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739205145265/?type=3&theater\" target=\"_blank\"><img class=\"wp-image-249 size-thumbnail\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith2-sq-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-04-07 17:56:02','2017-04-07 17:56:02','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(277,1,'2017-04-07 18:16:32','2017-04-07 18:16:32','<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-219\" src=\"http://itstartswithone.org/wp-content/uploads/2017/04/Copy-of-TAKE-THE-1024x768.jpg\" alt=\"\" width=\"600\" height=\"450\" /></a>\r\n\r\nI just took The Penny Challenge and now it\'s your turn. I challenge you to choose your cause and donate a penny a day ($3.65) and then challenge 4 of your friends to do the same within 24 hours. #itstartswithone #thepennychallenge\r\n<p style=\"text-align: center;\"><strong><a href=\"https://store.itstartswithone.org/collections/the-penny-challenge/products/take-the-penny-challenge\" target=\"_blank\">TAKE THE PENNY CHALLENGE</a></strong></p>\r\n\r\n<h2 style=\"text-align: center;\"><a href=\"http://itstartswithone.org/invite/\" target=\"_blank\">Challenge Others Now</a></h2>\r\nClick below to challenge others via social media.','','','inherit','closed','closed','','218-revision-v1','','','2017-04-07 18:16:32','2017-04-07 18:16:32','',218,'http://itstartswithone.org/218-revision-v1/',0,'revision','',0),(278,1,'2017-04-07 18:16:59','2017-04-07 18:16:59','<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"wp-image-219 aligncenter\" src=\"http://itstartswithone.org/wp-content/uploads/2017/04/Copy-of-TAKE-THE-1024x768.jpg\" alt=\"\" width=\"600\" height=\"450\" /></a>\r\n<p style=\"text-align: center;\">I just took The Penny Challenge and now it\'s your turn. I challenge you to choose your cause and donate a penny a day ($3.65) and then challenge 4 of your friends to do the same within 24 hours. #itstartswithone #thepennychallenge</p>\r\n\r\n<h2 style=\"text-align: center;\"><strong><a href=\"https://store.itstartswithone.org/collections/the-penny-challenge/products/take-the-penny-challenge\" target=\"_blank\">TAKE THE PENNY CHALLENGE</a></strong></h2>\r\n<h2 style=\"text-align: center;\"><a href=\"http://itstartswithone.org/invite/\" target=\"_blank\">Challenge Others Now</a></h2>\r\n<p style=\"text-align: center;\">Click below to challenge others via social media.</p>','','','inherit','closed','closed','','218-revision-v1','','','2017-04-07 18:16:59','2017-04-07 18:16:59','',218,'http://itstartswithone.org/218-revision-v1/',0,'revision','',0),(279,1,'2017-04-07 22:09:23','2017-04-07 22:09:23','<h1 style=\"text-align: center;\">** <a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\">Tickets purchased on/after 4/5 will be available for pickup at will call.</p>\r\n\r\n<div style=\"padding: 0px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://itstartswithone.org/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here...</p>\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n\r\n\r\n<hr />\r\n\r\n<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-194 size-medium\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"The Penny Challenge\" width=\"300\" height=\"225\" /></a>\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">Take The Penny Challenge</a></h2>\r\n</div>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width: 100%; height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\n#itstartswithone #thepennychallenge\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n<h3>Launch day is April 8th, 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://store.itstartswithone.org/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\">share with a friend</a>.</p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\">Have a look at those who have taken The Penny Challenge</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-232\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/View-map-Mapcustomizer.com_.jpeg\" alt=\"\" width=\"893\" height=\"573\" /></p>\r\n<p style=\"text-align: center; display:in-line;\"><a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739111811941/?type=3&theater\" target=\"_blank\"><img class=\"wp-image-248 size-thumbnail\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith-sq-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a> <a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739205145265/?type=3&theater\" target=\"_blank\"><img class=\"wp-image-249 size-thumbnail\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith2-sq-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-04-07 22:09:23','2017-04-07 22:09:23','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(280,1,'2017-04-07 22:11:27','2017-04-07 22:11:27','<h1 style=\"text-align: center;\">** <a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\">Tickets purchased on/after 4/5 will be available for pickup at will call.</p>\r\n\r\n<div style=\"padding: 0px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://itstartswithone.org/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here...</p>\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n\r\n\r\n<hr />\r\n\r\n<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-194 size-medium\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"The Penny Challenge\" width=\"300\" height=\"225\" /></a>\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">Take The Penny Challenge</a></h2>\r\n</div>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width: 100%; height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\n#itstartswithone #thepennychallenge\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n<h3>Launch day is April 8th, 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://store.itstartswithone.org/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\">share with a friend</a>.</p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\">Have a look at those who have taken The Penny Challenge</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-232\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/View-map-Mapcustomizer.com_.jpeg\" alt=\"\" width=\"893\" height=\"573\" /></p>\r\n<p style=\"text-align: center; display:block;\"><a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739111811941/?type=3&theater\" target=\"_blank\"><img class=\"wp-image-248 size-thumbnail\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith-sq-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a> <a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739205145265/?type=3&theater\" target=\"_blank\"><img class=\"wp-image-249 size-thumbnail\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith2-sq-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-04-07 22:11:27','2017-04-07 22:11:27','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(281,1,'2017-04-07 22:16:05','2017-04-07 22:16:05','<h1 style=\"text-align: center;\">** <a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\">Tickets purchased on/after 4/5 will be available for pickup at will call.</p>\r\n\r\n<div style=\"padding: 0px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://itstartswithone.org/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here...</p>\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n\r\n\r\n<hr />\r\n\r\n<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-194 size-medium\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"The Penny Challenge\" width=\"300\" height=\"225\" /></a>\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">Take The Penny Challenge</a></h2>\r\n</div>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width: 100%; height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\n#itstartswithone #thepennychallenge\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n<h3>Launch day is April 8th, 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://store.itstartswithone.org/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\">share with a friend</a>.</p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\">Have a look at those who have taken The Penny Challenge</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-232\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/View-map-Mapcustomizer.com_.jpeg\" alt=\"\" width=\"893\" height=\"573\" /></p>\r\n\r\n<p style=\"text-align: center; display:block; width:100%;\">\r\n<a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739111811941/?type=3&theater\" target=\"_blank\"><img class=\"wp-image-248 size-thumbnail\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith-sq-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a> \r\n<a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739205145265/?type=3&theater\" target=\"_blank\"><img class=\"wp-image-249 size-thumbnail\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith2-sq-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-04-07 22:16:05','2017-04-07 22:16:05','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(282,1,'2017-04-07 22:16:25','2017-04-07 22:16:25','<h1 style=\"text-align: center;\">** <a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\">Tickets purchased on/after 4/5 will be available for pickup at will call.</p>\r\n\r\n<div style=\"padding: 0px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://itstartswithone.org/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here...</p>\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n\r\n\r\n<hr />\r\n\r\n<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-194 size-medium\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"The Penny Challenge\" width=\"300\" height=\"225\" /></a>\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">Take The Penny Challenge</a></h2>\r\n</div>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width: 100%; height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\n#itstartswithone #thepennychallenge\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n<h3>Launch day is April 8th, 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://store.itstartswithone.org/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\">share with a friend</a>.</p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\">Have a look at those who have taken The Penny Challenge</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-232\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/View-map-Mapcustomizer.com_.jpeg\" alt=\"\" width=\"893\" height=\"573\" /></p>\r\n\r\n<p style=\"text-align: center; display:inline; width:100%;\">\r\n<a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739111811941/?type=3&theater\" target=\"_blank\"><img class=\"wp-image-248 size-thumbnail\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith-sq-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a> \r\n<a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739205145265/?type=3&theater\" target=\"_blank\"><img class=\"wp-image-249 size-thumbnail\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith2-sq-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-04-07 22:16:25','2017-04-07 22:16:25','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(283,1,'2017-04-07 22:32:28','2017-04-07 22:32:28','<h1 style=\"text-align: center;\">** <a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\">Tickets purchased on/after 4/5 will be available for pickup at will call.</p>\r\n\r\n<div style=\"padding: 0px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://itstartswithone.org/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here...</p>\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n\r\n\r\n<hr />\r\n\r\n<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-194 size-medium\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"The Penny Challenge\" width=\"300\" height=\"225\" /></a>\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">Take The Penny Challenge</a></h2>\r\n</div>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width: 100%; height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\n#itstartswithone #thepennychallenge\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n<h3>Launch day is April 8th, 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://store.itstartswithone.org/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\">share with a friend</a>.</p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\">Have a look at those who have taken The Penny Challenge</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-232\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/View-map-Mapcustomizer.com_.jpeg\" alt=\"\" width=\"893\" height=\"573\" /></p>\r\n\r\n<p style=\"text-align: center; display:inline-block; width:100%;\">\r\n<a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739111811941/?type=3&theater\" target=\"_blank\"><img class=\"wp-image-248 size-thumbnail\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith-sq-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a> \r\n<a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739205145265/?type=3&theater\" target=\"_blank\"><img class=\"wp-image-249 size-thumbnail\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith2-sq-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-04-07 22:32:28','2017-04-07 22:32:28','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(284,1,'2017-04-07 22:33:56','2017-04-07 22:33:56','<h1 style=\"text-align: center;\">** <a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\">Tickets purchased on/after 4/5 will be available for pickup at will call.</p>\r\n\r\n<div style=\"padding: 0px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://itstartswithone.org/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here...</p>\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n\r\n\r\n<hr />\r\n\r\n<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-194 size-medium\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"The Penny Challenge\" width=\"300\" height=\"225\" /></a>\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">Take The Penny Challenge</a></h2>\r\n</div>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width: 100%; height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\n#itstartswithone #thepennychallenge\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n<h3>Launch day is April 8th, 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://store.itstartswithone.org/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\">share with a friend</a>.</p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\">Have a look at those who have taken The Penny Challenge</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-232\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/View-map-Mapcustomizer.com_.jpeg\" alt=\"\" width=\"893\" height=\"573\" /></p>\r\n\r\n<center>\r\n<a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739111811941/?type=3&theater\" target=\"_blank\"><img class=\"wp-image-248 size-thumbnail\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith-sq-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a> \r\n<a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739205145265/?type=3&theater\" target=\"_blank\"><img class=\"wp-image-249 size-thumbnail\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith2-sq-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></center>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-04-07 22:33:56','2017-04-07 22:33:56','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(285,1,'2017-04-07 22:43:52','2017-04-07 22:43:52','<h1 style=\"text-align: center;\">** <a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\">Tickets purchased on/after 4/5 will be available for pickup at will call.</p>\r\n\r\n<div style=\"padding: 0px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://itstartswithone.org/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here...</p>\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n\r\n\r\n<hr />\r\n\r\n<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-194 size-medium\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"The Penny Challenge\" width=\"300\" height=\"225\" /></a>\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">Take The Penny Challenge</a></h2>\r\n</div>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width: 100%; height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\n#itstartswithone #thepennychallenge\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n<h3>Launch day is April 8th, 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://store.itstartswithone.org/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\">share with a friend</a>.</p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\">Have a look at those who have taken The Penny Challenge</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-232\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/View-map-Mapcustomizer.com_.jpeg\" alt=\"\" width=\"893\" height=\"573\" /></p>\r\n<div style=\"display: block;\r\n margin-left: auto;\r\n margin-right: auto;\">\r\n<center>\r\n<a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739111811941/?type=3&theater\" target=\"_blank\"><img src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith-sq.jpg\" alt=\"Loren Hockensmith\" width=\"250\" /></a> \r\n<a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739205145265/?type=3&theater\" target=\"_blank\"><img src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith2-sq.jpg\" alt=\"Loren Hockensmith\" width=\"250\" /></a></center>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-04-07 22:43:52','2017-04-07 22:43:52','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(286,1,'2017-04-07 23:10:26','2017-04-07 23:10:26','Thank you for playing your part by donating $3.65+!! However, you\'re not quite done yet, world changer! The MOST IMPORTANT step to make a huge impact, is to challenge/sponsor at least four people you know to be part of the It Starts With One movement and take The Penny Challenge as well!','Challenge Four Friends','','inherit','closed','closed','','162-revision-v1','','','2017-04-07 23:10:26','2017-04-07 23:10:26','',162,'http://itstartswithone.org/162-revision-v1/',0,'revision','',0),(287,1,'2017-04-07 23:18:39','2017-04-07 23:18:39','Thank you for playing your part by donating $3.65+!! However, you\'re not quite done yet, world changer! The MOST IMPORTANT step to make a huge impact, is to challenge/sponsor at least four people you know to be part of the It Starts With One movement and take The Penny Challenge as well!','Challenge Your Friends','','inherit','closed','closed','','162-revision-v1','','','2017-04-07 23:18:39','2017-04-07 23:18:39','',162,'http://itstartswithone.org/162-revision-v1/',0,'revision','',0),(288,1,'2017-04-07 23:26:36','2017-04-07 23:26:36','<h1 style=\"text-align: center;\">** <a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\">Tickets purchased on/after 4/5 will be available for pickup at will call.</p>\r\n\r\n<div style=\"padding: 0px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://itstartswithone.org/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here...</p>\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n\r\n\r\n<hr />\r\n\r\n<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-194 size-medium\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"The Penny Challenge\" width=\"300\" height=\"225\" /></a>\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">Take The Penny Challenge</a></h2>\r\n</div>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width: 100%; height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\n#itstartswithone #thepennychallenge\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n<h3>Launch day is April 8th, 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://store.itstartswithone.org/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\">share with a friend</a>.</p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\">Have a look at those who have taken The Penny Challenge</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-232\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/View-map-Mapcustomizer.com_.jpeg\" alt=\"\" width=\"893\" height=\"573\" /></p>\r\n\r\n<div style=\"display: block; margin-left: auto; margin-right: auto; width:100%;\"><center>\r\n<a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739111811941/?type=3&theater\" target=\"_blank\"><img src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith-sq.jpg\" alt=\"Loren Hockensmith\" width=\"250\" /></a>\r\n<a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739205145265/?type=3&theater\" target=\"_blank\"><img src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith2-sq.jpg\" alt=\"Loren Hockensmith\" width=\"250\" /></a></center></div>\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-04-07 23:26:36','2017-04-07 23:26:36','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(289,1,'2017-04-08 00:34:57','2017-04-08 00:34:57','<h1 style=\"text-align: center;\">** <a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\">Tickets purchased on/after 4/5 will be available for pickup at will call.</p>\r\n\r\n<div style=\"padding: 0px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://itstartswithone.org/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here...</p>\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n\r\n\r\n<hr />\r\n\r\n<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-194 size-medium\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"The Penny Challenge\" width=\"300\" height=\"225\" /></a>\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">Take The Penny Challenge</a></h2>\r\n</div>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width: 100%; height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\n#itstartswithone #thepennychallenge\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n<h3>Launch day is April 8th, 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://store.itstartswithone.org/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\">share with a friend</a>.</p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\">Have a look at those who have taken The Penny Challenge</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-232\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/View-map-Mapcustomizer.com_.jpeg\" alt=\"\" width=\"893\" height=\"573\" /></p>\r\n\r\n<div style=\"display: block; margin-left: auto; margin-right: auto; width: 100%;\"><center><a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739111811941/?type=3&theater\" target=\"_blank\"><img src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith-sq.jpg\" alt=\"Loren Hockensmith\" width=\"250\" /></a><!--\r\n<a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739205145265/?type=3&theater\" target=\"_blank\"><img src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith2-sq.jpg\" alt=\"Loren Hockensmith\" width=\"250\" /></a>--></center></div>\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-04-08 00:34:57','2017-04-08 00:34:57','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(290,1,'2017-04-08 04:50:15','2017-04-08 04:50:15','<h1 style=\"text-align: center;\">MEET & GREET <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_109934200\"><span class=\"aQJ\">5:30</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_109934201\"><span class=\"aQJ\">6:30</span></span></h1>\r\n<h1 style=\"text-align: center;\">** <a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\">Tickets purchased on/after 4/5 will be available for pickup at will call.</p>\r\n\r\n<div style=\"padding: 0px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://itstartswithone.org/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here...</p>\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n\r\n\r\n<hr />\r\n\r\n<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-194 size-medium\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"The Penny Challenge\" width=\"300\" height=\"225\" /></a>\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">Take The Penny Challenge</a></h2>\r\n</div>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width: 100%; height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\n#itstartswithone #thepennychallenge\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n<h3>Launch day is April 8th, 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://store.itstartswithone.org/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\">share with a friend</a>.</p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\">Have a look at those who have taken The Penny Challenge</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-232\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/View-map-Mapcustomizer.com_.jpeg\" alt=\"\" width=\"893\" height=\"573\" /></p>\r\n\r\n<div style=\"display: block; margin-left: auto; margin-right: auto; width: 100%;\"><center><a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739111811941/?type=3&theater\" target=\"_blank\"><img src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith-sq.jpg\" alt=\"Loren Hockensmith\" width=\"250\" /></a><!--\r\n<a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739205145265/?type=3&theater\" target=\"_blank\"><img src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith2-sq.jpg\" alt=\"Loren Hockensmith\" width=\"250\" /></a>--></center></div>\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-04-08 04:50:15','2017-04-08 04:50:15','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(291,1,'2017-04-08 04:51:13','2017-04-08 04:51:13','<h1 style=\"text-align: center;\">TICKETS AVAILABLE AT THE DOOR</h1>\r\n<h1 style=\"text-align: center;\">MEET & GREET <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_109934200\"><span class=\"aQJ\">5:30</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_109934201\"><span class=\"aQJ\">6:30</span></span></h1>\r\n<h1 style=\"text-align: center;\">** <a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\">CLICK HERE TO BUY TICKETS</a> **</h1>\r\n<p style=\"text-align: center;\">Tickets purchased on/after 4/5 will be available for pickup at will call.</p>\r\n\r\n<div style=\"padding: 0px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://itstartswithone.org/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\">Purchase Tickets Here...</p>\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org\" target=\"_blank\">JARS OF CLAY, SANCTUS REAL & HEATHER WILLIAMS TICKETS</a></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n\r\n\r\n<hr />\r\n\r\n<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-194 size-medium\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"The Penny Challenge\" width=\"300\" height=\"225\" /></a>\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">Take The Penny Challenge</a></h2>\r\n</div>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"></h4>\r\n<div style=\"width: 100%; height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\n#itstartswithone #thepennychallenge\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n<h3>Launch day is April 8th, 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://store.itstartswithone.org/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\">share with a friend</a>.</p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\">Have a look at those who have taken The Penny Challenge</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-232\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/View-map-Mapcustomizer.com_.jpeg\" alt=\"\" width=\"893\" height=\"573\" /></p>\r\n\r\n<div style=\"display: block; margin-left: auto; margin-right: auto; width: 100%;\"><center><a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739111811941/?type=3&theater\" target=\"_blank\"><img src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith-sq.jpg\" alt=\"Loren Hockensmith\" width=\"250\" /></a><!--\r\n<a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739205145265/?type=3&theater\" target=\"_blank\"><img src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith2-sq.jpg\" alt=\"Loren Hockensmith\" width=\"250\" /></a>--></center></div>\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-04-08 04:51:13','2017-04-08 04:51:13','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(292,1,'2017-04-08 14:30:24','2017-04-08 14:30:24','<h1 style=\"text-align: center;\">TICKETS AVAILABLE AT THE DOOR</h1>\r\n<h1 style=\"text-align: center;\">MEET & GREET <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_109934200\"><span class=\"aQJ\">5:30</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_109934201\"><span class=\"aQJ\">6:30</span></span></h1>\r\n<p style=\"text-align: center;\">Tickets purchased on/after 4/5 will be available for pickup at will call.</p>\r\n\r\n<div style=\"padding: 0px; text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-route\" style=\"text-align: center;\" data-aid=\"GALLERY_SECTION_TITLE_RENDERED\" data-route=\"title\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/jars-of-clay-tickets\"><img class=\"aligncenter wp-image-63 size-full\" src=\"http://itstartswithone.org/wp-content/uploads/2017/02/concert-poster.jpg\" alt=\"\" width=\"706\" height=\"1052\" /></a></h2>\r\n<p style=\"text-align: center;\"></p>\r\n\r\n</div>\r\n<p style=\"text-align: center;\">Call for More Information\r\n(772) 242-0446</p>\r\n\r\n\r\n<hr />\r\n\r\n<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-194 size-medium\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"The Penny Challenge\" width=\"300\" height=\"225\" /></a>\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">Take The Penny Challenge</a></h2>\r\n</div>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"> <iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\n#itstartswithone #thepennychallenge\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">TAKE THE PENNY CHALLENGE</a></h2>\r\n<p style=\"text-align: center;\">or <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\">share with a friend</a>.</p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\">Have a look at those who have taken The Penny Challenge</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-232\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/View-map-Mapcustomizer.com_.jpeg\" alt=\"\" width=\"893\" height=\"573\" /></p>\r\n\r\n<div style=\"display: block; margin-left: auto; margin-right: auto; width: 100%;\"><center><a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739111811941/?type=3&theater\" target=\"_blank\"><img src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith-sq.jpg\" alt=\"Loren Hockensmith\" width=\"250\" /></a><!--\r\n<a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739205145265/?type=3&theater\" target=\"_blank\"><img src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith2-sq.jpg\" alt=\"Loren Hockensmith\" width=\"250\" /></a>--></center></div>\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-04-08 14:30:24','2017-04-08 14:30:24','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(294,1,'2017-04-09 00:24:39','2017-04-09 00:24:39','<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-194 size-medium\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"The Penny Challenge\" width=\"300\" height=\"225\" /></a>\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">Take The Penny Challenge</a></h2>\r\n</div>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"> <iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\n#itstartswithone #thepennychallenge\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">TAKE THE PENNY CHALLENGE</a></h2>\r\n<p style=\"text-align: center;\">or <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\">share with a friend</a>.</p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\">Have a look at those who have taken The Penny Challenge</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-232\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/View-map-Mapcustomizer.com_.jpeg\" alt=\"\" width=\"893\" height=\"573\" /></p>\r\n\r\n<div style=\"display: block; margin-left: auto; margin-right: auto; width: 100%;\"><center><a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739111811941/?type=3&theater\" target=\"_blank\"><img src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith-sq.jpg\" alt=\"Loren Hockensmith\" width=\"250\" /></a><!--\r\n<a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739205145265/?type=3&theater\" target=\"_blank\"><img src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith2-sq.jpg\" alt=\"Loren Hockensmith\" width=\"250\" /></a>--></center></div>\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-04-09 00:24:39','2017-04-09 00:24:39','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(295,1,'2017-04-09 00:26:17','2017-04-09 00:26:17','<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-194 size-medium\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"The Penny Challenge\" width=\"300\" height=\"225\" /></a>\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">Take The Penny Challenge</a></h2>\r\n</div>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"> <iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\n#itstartswithone #thepennychallenge\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">TAKE THE PENNY CHALLENGE</a></h2>\r\n<p style=\"text-align: center;\">or <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\">share with a friend</a>.</p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\">Have a look at those who have taken The Penny Challenge</p>\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org/products/take-the-penny-challenge\" target=\"_blank\"><img class=\"aligncenter wp-image-232 size-full\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/View-map-Mapcustomizer.com_.jpeg\" alt=\"\" width=\"893\" height=\"573\" /></a></p>\r\n\r\n<div style=\"display: block; margin-left: auto; margin-right: auto; width: 100%;\"><center><a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739111811941/?type=3&theater\" target=\"_blank\"><img src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith-sq.jpg\" alt=\"Loren Hockensmith\" width=\"250\" /></a><!--\r\n<a href=\"https://www.facebook.com/100010275664774/videos/pcb.418739495145236/418739205145265/?type=3&theater\" target=\"_blank\"><img src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith2-sq.jpg\" alt=\"Loren Hockensmith\" width=\"250\" /></a>--></center></div>\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-04-09 00:26:17','2017-04-09 00:26:17','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(297,1,'2017-04-09 01:12:23','2017-04-09 01:12:23','','iswo-products2','','inherit','closed','closed','','iswo-products2','','','2017-04-09 01:12:23','2017-04-09 01:12:23','',52,'http://itstartswithone.org/wp-content/uploads/2017/02/iswo-products2.jpg',0,'attachment','image/jpeg',0),(298,1,'2017-04-09 01:13:02','2017-04-09 01:13:02','','iswo-get-involved','','inherit','closed','closed','','iswo-get-involved','','','2017-04-09 01:13:02','2017-04-09 01:13:02','',0,'http://itstartswithone.org/wp-content/uploads/2017/02/iswo-get-involved.jpg',0,'attachment','image/jpeg',0),(299,1,'2017-04-09 01:15:43','2017-04-09 01:15:43','','iswo-video','','inherit','closed','closed','','iswo-video-2','','','2017-04-09 01:15:43','2017-04-09 01:15:43','',102,'http://itstartswithone.org/wp-content/uploads/2017/02/iswo-video-1.jpeg',0,'attachment','image/jpeg',0),(306,1,'2017-04-09 01:27:28','2017-04-09 01:27:28','<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\"><img class=\"aligncenter wp-image-147 size-medium\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/02/Untitled-design-35-300x300.png\" alt=\"\" width=\"300\" height=\"300\" /></a></p>\r\n<p style=\"text-align: center;\"><a href=\"https://the-penny-challenge.myshopify.com\">Click to Enter the Store</a></p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\">Your purchases will help fund our mission and other causes.</p>\r\n\r\n<div style=\"align: center;\" align=\"center\"></div>','Store','','inherit','closed','closed','','52-revision-v1','','','2017-04-09 01:27:28','2017-04-09 01:27:28','',52,'http://itstartswithone.org/52-revision-v1/',0,'revision','',0),(309,1,'2017-04-09 01:31:02','2017-04-09 01:31:02','<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-m-b-lg-bpxs x-f-pri-fam x-f-sz-md \"><strong>WHO WE ARE:</strong><img class=\"alignright wp-image-76\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"126\" height=\"126\" /></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nIt Starts With One is a 501(c)3 non-profit business that provides aid and support to seven causes that we deeply believe in.\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nOur purpose is to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n\r\nWe provide financial support to those battling fatal illnesses such as Cancer, HIV/AIDS & ALS. We provide aid to our wounded vets. In addition, we raise awareness and resources for kids caught in sex-trafficking and those in 3rd world countries without clean water.\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n\r\nChange really starts with one person deciding to play their part. Because there will always be unmet needs, inherent evil and fatal illnesses in the world, we feel called to make a difference and will work daily to meet the needs, combat the evil and ease the suffering of illnesses. An ounce of action beats a ton of words.\r\n\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n<p dir=\"ltr\"><strong>IT STARTS WITH ONE</strong></p>\r\n<p dir=\"ltr\"><img class=\"alignright size-medium wp-image-190\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/01/loren-hockensmith-269x300.png\" alt=\"\" width=\"269\" height=\"300\" />It Starts With One began in December 2016 out of the ashes of the most difficult year of founder, Loren Hockensmith’s life. In July of that year he was hit at about 50 mph by a woman who was texting and driving. Loren suffered a stage 3 concussion and broke his back in two places. While being x-rayed in the hospital doctors discovered a mass on his kidney that turned out to be cancer. About a month later while in the hospital battling cancer an employee of Hockensmith’s lawn care business stole $30,000 worth of equipment. Subsequently the company lost over 100 customers <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1607775337\"><span class=\"aQJ\">within two weeks</span></span> and were forced to close the doors on the landscaping business. It was in the darkest days that followed that Loren started actively seeking and earnestly searching for the meaning and purpose of his life and time here on earth. While reading a book, he was prompted to focus not on finding a way to make a million dollars, but instead find a way to help a million people. It wasn’t long after that revelation, one insomnia filled night the he was blessed with the idea for what would later become It Starts With One and The Penny Challenge. Loren’s goal is to raise enough money through ISWO to provide clean water to every human-being on earth, see sex-trafficking come to an end and provide aid to our wounded vets and those battling serious illnesses. Loren truly believes with everyone playing their part by donating the equivalent of just a penny a day, $3.65/year we can accomplish all those goals. 300 million Americans x $3.65 = over 1 BILLION dollars. You’re the hero. We’re just the guide. It starts with you. It starts with me. It Starts With One.</p>\r\n<p dir=\"ltr\">Mission Statement: Because there will always be unmet needs, inherent evil and fatal illnesses in the world, we will work daily to meet the needs, combat the evil and ease the suffering of illnesses. We believe that one person truly can make a difference and that an ounce of action beats a ton of words.</p>\r\n<p dir=\"ltr\">Purpose Statement: Our purpose is to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.</p>\r\n<p dir=\"ltr\">Mantra: Creating heroes every day by inspiring everyday heroes.</p>\r\n<p dir=\"ltr\">Slogans: 1) Be the One. 2) You’re the Hero. We’re the guide.</p>\r\n<p dir=\"ltr\">It Starts With One Causes -</p>\r\n\r\n<ol>\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">Missions - About 71% of the earth is made up of water. Despite that fact approximately 783 million people do not have access to clean water and almost 2.5 billion do not have access to adequate sanitation. 6 to 8 million people die annually from the consequences of disasters and water-related diseases. One of our main missions is to help bring safe and clean water to the millions of people in need. We also fund building projects to create housing, schools and churches for those without adequate shelter and facilities.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"2\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">Sex-trafficking - Sex trafficking is a form of modern slavery that exists throughout the United States and globally. Sex traffickers use violence, threats, lies, debt bondage, and other forms of coercion to compel adults and children to engage in commercial sex acts against their will. Under U.S. federal law, any minor under the age of 18 years induced into commercial sex is a victim of sex trafficking—regardless of whether or not the trafficker used force, fraud, or coercion. The situations that sex trafficking victims face vary dramatically. Many victims become romantically involved with someone who then forces or manipulates them into prostitution. Others are lured in with false promises of a job, such as modeling or dancing. Some are forced to sell sex by their parents or other family members. They may be involved in a trafficking situation for a few days or weeks, or may remain in the same trafficking situation for years. There are approximately 4.5 million people trapped in forced sexual exploitation globally and has become a multi-billion dollar industry.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"3\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">Wounded Veterans - 3.6 million is the number of veterans with a service-connected disability rating in 2013. Of this number, 957,504 had a rating of 70 percent or higher. A “service-connected” disability is one that was a result of a disease or injury incurred or aggravated during active military service. Often times our wounded vets have to jump through hoops to get the much needed care that they not only have a right to, but deserve.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"4\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">AIDS - More than 1.2 million people in the United States are living with HIV infection. It is estimated that almost 1 in 8 (12.8 percent) don\'t know they are infected. From 1981 to 2013, an estimated 1,194,039 people in the United States had been diagnosed with AIDS. Of those, 658,507 have died.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"5\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">ALS - Most people who develop ALS are between the ages of 40 and 70, although the disease can occur at a younger age. It occurs throughout the world with no racial, ethnic or socioeconomic boundaries. It affects as many as 30,000 in the United States, with 5,000 new cases diagnosed each year.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"6\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">Cancer - Cancer is among the leading causes of death worldwide. In 2012, there were 14 million new cases and 8.2 million cancer-related deaths worldwide. The number of new cancer cases will rise to 22 million within the next two decades.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"7\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">General Fund - Everyone needs help from time to time. It is our hope and prayer that with your support, together we can be the change we wish to see in the world. During the darker moments in life (that at one point or another find us all), ISWO wants to be a beacon of light and a ray of hope.</p>\r\n</li>\r\n</ol>','About','','inherit','closed','closed','','8-revision-v1','','','2017-04-09 01:31:02','2017-04-09 01:31:02','',8,'http://itstartswithone.org/8-revision-v1/',0,'revision','',0),(311,1,'2017-04-09 01:32:58','2017-04-09 01:32:58','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n#breadcrumb-list {\n display:none;\n}\n\n#jsalign { margin: 0 auto; display: block;}\n\n.site-content .wrapper {background-color: #000000;}\n\n#site-logo img {\n max-height: 150px;\n height: 150px;\n min-height: 150px;\n max-width: 150px;\n width: 150px;\n min-width: 150px\n}\n\n.entry-thumbnail {display:none;}','helena','','inherit','closed','closed','','126-revision-v1','','','2017-04-09 01:32:58','2017-04-09 01:32:58','',126,'http://itstartswithone.org/126-revision-v1/',0,'revision','',0),(313,1,'2017-04-09 01:35:25','2017-04-09 01:35:25','<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"> <iframe src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n<h3>LAUNCH DAY IS APRIL 8TH, 2017!</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<p style=\"text-align: center;\">On this date, you will be able to challenge and sponsor a friend.</p>\r\n<p style=\"text-align: center;\">In the meantime, make the official <a href=\"https://store.itstartswithone.org/collections/frontpage/products/make-a-donation\">pledge to donate</a>, <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\">share with a friend</a>.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"></h2>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n\r\n<hr />\r\n\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-m-t-xs-bpxs x-m-b-xs-bpxs x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-center-xs x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h3 class=\"x-el x-el-h3 x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-ww-break x-f-pri-fam x-f-sz-xl x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"SECTION_TITLE_REND\" data-field=\"sectionTitle\"></h3>\r\n<h3 class=\"x-el x-el-h3 x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-ww-break x-f-pri-fam x-f-sz-xl x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"SECTION_TITLE_REND\" data-field=\"sectionTitle\">The Penny Challenge Pledge</h3>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div id=\"7f0c2f14-d313-474f-85ca-da78b40f7db8-bootstrap-container\">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-container x-f-pri-fam x-f-sz-md \" data-reactroot=\"\">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-row x-m-t-xs-bpxs x-m-b-xs-bpxs x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-alt x-center-xs x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<p class=\"x-el x-el-p x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-xs-bpxs x-m-b-xs-bpxs x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field\" data-aid=\"FORM_DESC_REND\" data-field=\"description\">By submitting your email address below you\'re pledging to make a minimum one time $3.65 donation on ISWO\'s launch date (04/08/2017) and to challenge & sponsor one other person to do the same within 24 hours.</p>\r\n<p class=\"x-el x-el-p x-ntrl-alt x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-xs-bpxs x-m-b-xs-bpxs x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field\" data-aid=\"FORM_DESC_REND\" data-field=\"description\">Your email & personal information will not be sold or distributed.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','The Penny Challenge','','inherit','closed','closed','','102-revision-v1','','','2017-04-09 01:35:25','2017-04-09 01:35:25','',102,'http://itstartswithone.org/102-revision-v1/',0,'revision','',0),(314,1,'2017-04-09 01:37:16','2017-04-09 01:37:16','<iframe src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).','The Penny Challenge','','inherit','closed','closed','','102-revision-v1','','','2017-04-09 01:37:16','2017-04-09 01:37:16','',102,'http://itstartswithone.org/102-revision-v1/',0,'revision','',0),(315,1,'2017-04-09 01:40:22','2017-04-09 01:40:22','<iframe src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org/collections/the-penny-challenge/products/take-the-penny-challenge\" target=\"_blank\">TAKE THE PENNY CHALLENGE</a></p>','The Penny Challenge','','inherit','closed','closed','','102-revision-v1','','','2017-04-09 01:40:22','2017-04-09 01:40:22','',102,'http://itstartswithone.org/102-revision-v1/',0,'revision','',0),(316,1,'2017-04-09 01:40:49','2017-04-09 01:40:49','<div style=\"height:500px;\"><iframe src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org/collections/the-penny-challenge/products/take-the-penny-challenge\" target=\"_blank\">TAKE THE PENNY CHALLENGE</a></p>','The Penny Challenge','','inherit','closed','closed','','102-revision-v1','','','2017-04-09 01:40:49','2017-04-09 01:40:49','',102,'http://itstartswithone.org/102-revision-v1/',0,'revision','',0),(317,1,'2017-04-09 01:41:30','2017-04-09 01:41:30','<div style=\"height:500px;\"><iframe src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" style=\"width:100%;height:500px;\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org/collections/the-penny-challenge/products/take-the-penny-challenge\" target=\"_blank\">TAKE THE PENNY CHALLENGE</a></p>','The Penny Challenge','','inherit','closed','closed','','102-revision-v1','','','2017-04-09 01:41:30','2017-04-09 01:41:30','',102,'http://itstartswithone.org/102-revision-v1/',0,'revision','',0),(318,1,'2017-04-09 01:41:48','2017-04-09 01:41:48','<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org/collections/the-penny-challenge/products/take-the-penny-challenge\" target=\"_blank\">TAKE THE PENNY CHALLENGE</a></p><div style=\"height:500px;\"><iframe src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" style=\"width:100%;height:500px;\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org/collections/the-penny-challenge/products/take-the-penny-challenge\" target=\"_blank\">TAKE THE PENNY CHALLENGE</a></p>','The Penny Challenge','','inherit','closed','closed','','102-revision-v1','','','2017-04-09 01:41:48','2017-04-09 01:41:48','',102,'http://itstartswithone.org/102-revision-v1/',0,'revision','',0),(319,1,'2017-04-09 01:42:03','2017-04-09 01:42:03','<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org/collections/the-penny-challenge/products/take-the-penny-challenge\" target=\"_blank\">TAKE THE PENNY CHALLENGE</a></p>\r\n\r\n<div style=\"height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"150\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n<strong>\r\nMission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org/collections/the-penny-challenge/products/take-the-penny-challenge\" target=\"_blank\">TAKE THE PENNY CHALLENGE</a></p>','The Penny Challenge','','inherit','closed','closed','','102-revision-v1','','','2017-04-09 01:42:03','2017-04-09 01:42:03','',102,'http://itstartswithone.org/102-revision-v1/',0,'revision','',0),(321,1,'2017-04-09 01:48:24','0000-00-00 00:00:00','','Make a Donation','','draft','closed','closed','','','','','2017-04-09 01:48:24','2017-04-09 01:48:24','',0,'http://itstartswithone.org/?page_id=321',0,'page','',0),(324,1,'2017-04-09 02:58:43','2017-04-09 02:58:43','','','','publish','closed','closed','','324','','','2017-04-09 02:58:43','2017-04-09 02:58:43','',0,'http://itstartswithone.org/nf_sub/324/',0,'nf_sub','',0),(325,1,'2017-04-09 02:59:24','2017-04-09 02:59:24','','Challenge Your Friends','','inherit','closed','closed','','162-revision-v1','','','2017-04-09 02:59:24','2017-04-09 02:59:24','',162,'http://itstartswithone.org/162-revision-v1/',0,'revision','',0),(326,0,'2017-04-09 19:34:44','2017-04-09 19:34:44','','','','publish','closed','closed','','326','','','2017-04-09 19:34:44','2017-04-09 19:34:44','',0,'http://itstartswithone.org/nf_sub/326/',0,'nf_sub','',0),(327,0,'2017-04-09 21:27:12','2017-04-09 21:27:12','','','','publish','closed','closed','','327','','','2017-04-09 21:27:12','2017-04-09 21:27:12','',0,'http://itstartswithone.org/nf_sub/327/',0,'nf_sub','',0),(328,0,'2017-04-09 23:54:16','2017-04-09 23:54:16','','','','publish','closed','closed','','328','','','2017-04-09 23:54:16','2017-04-09 23:54:16','',0,'http://itstartswithone.org/nf_sub/328/',0,'nf_sub','',0),(330,0,'2017-04-10 00:03:54','2017-04-10 00:03:54','','','','publish','closed','closed','','330','','','2017-04-10 00:03:54','2017-04-10 00:03:54','',0,'http://itstartswithone.org/nf_sub/330/',0,'nf_sub','',0),(331,0,'2017-04-10 00:25:57','2017-04-10 00:25:57','','','','publish','closed','closed','','331','','','2017-04-10 00:25:57','2017-04-10 00:25:57','',0,'http://itstartswithone.org/nf_sub/331/',0,'nf_sub','',0),(332,0,'2017-04-10 05:48:12','2017-04-10 05:48:12','','','','publish','closed','closed','','332','','','2017-04-10 05:48:12','2017-04-10 05:48:12','',0,'http://itstartswithone.org/nf_sub/332/',0,'nf_sub','',0),(333,0,'2017-04-10 13:51:31','2017-04-10 13:51:31','','','','publish','closed','closed','','333','','','2017-04-10 13:51:31','2017-04-10 13:51:31','',0,'http://itstartswithone.org/nf_sub/333/',0,'nf_sub','',0),(334,0,'2017-04-10 14:52:20','2017-04-10 14:52:20','','','','publish','closed','closed','','334','','','2017-04-10 14:52:20','2017-04-10 14:52:20','',0,'http://itstartswithone.org/nf_sub/334/',0,'nf_sub','',0),(335,0,'2017-04-10 19:09:25','2017-04-10 19:09:25','','','','publish','closed','closed','','335','','','2017-04-10 19:09:25','2017-04-10 19:09:25','',0,'http://itstartswithone.org/nf_sub/335/',0,'nf_sub','',0),(336,0,'2017-04-10 19:45:30','2017-04-10 19:45:30','','','','publish','closed','closed','','336','','','2017-04-10 19:45:30','2017-04-10 19:45:30','',0,'http://itstartswithone.org/nf_sub/336/',0,'nf_sub','',0),(337,0,'2017-04-10 19:48:36','2017-04-10 19:48:36','','','','publish','closed','closed','','337','','','2017-04-10 19:48:36','2017-04-10 19:48:36','',0,'http://itstartswithone.org/nf_sub/337/',0,'nf_sub','',0),(338,0,'2017-04-10 21:26:15','2017-04-10 21:26:15','','','','publish','closed','closed','','338','','','2017-04-10 21:26:15','2017-04-10 21:26:15','',0,'http://itstartswithone.org/nf_sub/338/',0,'nf_sub','',0),(339,0,'2017-04-10 21:32:17','2017-04-10 21:32:17','','','','publish','closed','closed','','339','','','2017-04-10 21:32:17','2017-04-10 21:32:17','',0,'http://itstartswithone.org/nf_sub/339/',0,'nf_sub','',0),(340,0,'2017-04-11 20:18:46','2017-04-11 20:18:46','','','','publish','closed','closed','','340','','','2017-04-11 20:18:46','2017-04-11 20:18:46','',0,'http://itstartswithone.org/nf_sub/340/',0,'nf_sub','',0),(341,0,'2017-04-11 20:23:07','2017-04-11 20:23:07','','','','publish','closed','closed','','341','','','2017-04-11 20:23:07','2017-04-11 20:23:07','',0,'http://itstartswithone.org/nf_sub/341/',0,'nf_sub','',0),(342,0,'2017-04-11 20:24:44','2017-04-11 20:24:44','','','','publish','closed','closed','','342','','','2017-04-11 20:24:44','2017-04-11 20:24:44','',0,'http://itstartswithone.org/nf_sub/342/',0,'nf_sub','',0),(343,0,'2017-04-12 14:12:40','2017-04-12 14:12:40','','','','publish','closed','closed','','343','','','2017-04-12 14:12:40','2017-04-12 14:12:40','',0,'http://itstartswithone.org/nf_sub/343/',0,'nf_sub','',0),(345,0,'2017-04-17 21:44:31','2017-04-17 21:44:31','','','','publish','closed','closed','','345','','','2017-04-17 21:44:31','2017-04-17 21:44:31','',0,'http://itstartswithone.org/nf_sub/345/',0,'nf_sub','',0),(346,0,'2017-04-18 11:44:26','2017-04-18 11:44:26','','','','publish','closed','closed','','346','','','2017-04-18 11:44:26','2017-04-18 11:44:26','',0,'http://itstartswithone.org/nf_sub/346/',0,'nf_sub','',0),(348,0,'2017-04-21 15:44:35','2017-04-21 15:44:35','','','','publish','closed','closed','','348','','','2017-04-21 15:44:35','2017-04-21 15:44:35','',0,'http://itstartswithone.org/nf_sub/348/',0,'nf_sub','',0),(350,1,'2017-05-04 17:53:50','2017-05-04 17:53:50','<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org/collections/the-penny-challenge/products/take-the-penny-challenge\" target=\"_blank\" rel=\"noopener noreferrer\">TAKE THE PENNY CHALLENGE</a></p>\r\n\r\n<div style=\"height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"150\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\n<strong>\r\nMission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org/collections/the-penny-challenge/products/take-the-penny-challenge\" target=\"_blank\" rel=\"noopener noreferrer\">TAKE THE PENNY CHALLENGE</a></p>\r\n\r\n\r\n[wsi-widget title=\"Invite your friends\"]','The Penny Challenge','','inherit','closed','closed','','102-revision-v1','','','2017-05-04 17:53:50','2017-05-04 17:53:50','',102,'http://itstartswithone.org/102-revision-v1/',0,'revision','',0),(351,1,'2017-05-04 17:56:09','2017-05-04 17:56:09','We appreciate you inviting your friends o help support worldly causes.','Thank You','','publish','closed','closed','','thank-you','','','2017-05-04 17:56:09','2017-05-04 17:56:09','',0,'http://itstartswithone.org/?page_id=351',0,'page','',0),(352,1,'2017-05-04 17:56:09','2017-05-04 17:56:09','We appreciate you inviting your friends o help support worldly causes.','Thank You','','inherit','closed','closed','','351-revision-v1','','','2017-05-04 17:56:09','2017-05-04 17:56:09','',351,'http://itstartswithone.org/351-revision-v1/',0,'revision','',0),(354,1,'2017-05-04 18:13:23','2017-05-04 18:13:23','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\n#breadcrumb-list {\n display:none;\n}\n\n#jsalign { margin: 0 auto; display: block;}\n\n.site-content .wrapper {background-color: #ffffff;}\n\n#site-logo img {\n max-height: 150px;\n height: 150px;\n min-height: 150px;\n max-width: 150px;\n width: 150px;\n min-width: 150px\n}\n\n.entry-thumbnail {display:none;}','helena','','inherit','closed','closed','','126-revision-v1','','','2017-05-04 18:13:23','2017-05-04 18:13:23','',126,'http://itstartswithone.org/126-revision-v1/',0,'revision','',0),(357,1,'2017-05-04 18:14:58','2017-05-04 18:14:58','#breadcrumb-list {\n display:none;\n}\n\n#jsalign { margin: 0 auto; display: block;}\n\n.site-content .wrapper {background-color: #ffffff;}\n\n#site-logo img {\n max-height: 150px;\n height: 150px;\n min-height: 150px;\n max-width: 150px;\n width: 150px;\n min-width: 150px;\n text-align:center;\n \n}\n\n.entry-thumbnail {display:none;}','helena','','inherit','closed','closed','','126-revision-v1','','','2017-05-04 18:14:58','2017-05-04 18:14:58','',126,'http://itstartswithone.org/126-revision-v1/',0,'revision','',0),(358,0,'2017-09-15 04:43:24','2017-09-15 04:43:24','','','','publish','closed','closed','','358','','','2017-09-15 04:43:24','2017-09-15 04:43:24','',0,'http://itstartswithone.org/nf_sub/358/',0,'nf_sub','',0),(359,0,'2017-10-10 12:23:07','2017-10-10 12:23:07','','','','publish','closed','closed','','359','','','2017-10-10 12:23:07','2017-10-10 12:23:07','',0,'http://itstartswithone.org/nf_sub/359/',0,'nf_sub','',0),(361,1,'2017-10-13 15:54:18','2017-10-13 15:54:18','<p dir=\"ltr\"><strong>Purpose Statement:</strong></p>\r\n<p dir=\"ltr\"><strong>Our purpose is to instill in kids a compassionate heart for charity, providing aid to their peers in need.</strong></p>\r\n<p dir=\"ltr\"><strong>Mission Statement:</strong></p>\r\n<p class=\"heading__title\"><strong>Our mission is to inspire kids to develop kind, compassionate and charitable hearts while supporting other children facing dire circumstances.</strong></p>','Our Purpose & Mission','','publish','closed','closed','','purpose-mission','','','2018-11-29 23:31:48','2018-11-30 04:31:48','',0,'http://itstartswithone.org/?page_id=361',0,'page','',0),(362,1,'2017-10-13 15:54:18','2017-10-13 15:54:18','','Our Mission','','inherit','closed','closed','','361-revision-v1','','','2017-10-13 15:54:18','2017-10-13 15:54:18','',361,'http://itstartswithone.org/361-revision-v1/',0,'revision','',0),(363,1,'2017-10-13 15:54:34','2017-10-13 15:54:34','<p style=\"text-align: left;\"><img class=\"size-medium wp-image-190 alignright\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith-269x300.png\" alt=\"\" width=\"269\" height=\"300\" />It Starts With One began in December 2016 out of the ashes of the most difficult year of founder, Loren Hockensmith’s life. In July of that year he was hit at about 50 mph by a woman who was texting and driving. Loren suffered a stage 3 concussion and broke his back in two places. While being x-rayed in the hospital doctors discovered a mass on his kidney that turned out to be cancer. About a month later while in the hospital battling cancer an employee of Hockensmith’s lawn care business stole $30,000 worth of equipment. Subsequently the company lost over 100 customers <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1607775337\"><span class=\"aQJ\">within two weeks</span></span> and were forced to close the doors on the landscaping business. It was in the darkest days that followed that Loren started actively seeking and earnestly searching for the meaning and purpose of his life and time here on earth. While reading a book, he was prompted to focus not on finding a way to make a million dollars, but instead find a way to help a million people. It wasn’t long after that revelation, one insomnia filled night the he was blessed with the idea for what would later become It Starts With One and The Penny Challenge. Loren’s dream is to create the most impactful children\'s charity in the world. You’re the hero. We’re the guide. It starts with you. It starts with me. It Starts With One.</p>','Our Story','','publish','closed','closed','','our-story','','','2018-04-27 07:52:42','2018-04-27 12:52:42','',0,'http://itstartswithone.org/?page_id=363',0,'page','',0),(364,1,'2017-10-13 15:54:34','2017-10-13 15:54:34','','Our Story','','inherit','closed','closed','','363-revision-v1','','','2017-10-13 15:54:34','2017-10-13 15:54:34','',363,'http://itstartswithone.org/363-revision-v1/',0,'revision','',0),(365,1,'2017-10-13 15:54:46','2017-10-13 15:54:46','<p style=\"text-align: center;\">ISWO Board Members</p>\r\n<img class=\"alignnone wp-image-414 aligncenter\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/IMG_3865-300x300.jpg\" alt=\"\" width=\"446\" height=\"446\" />\r\n\r\nTop Left - Bottom Right:\r\n\r\nLoren Hockensmith - President & Founder\r\n\r\nJenna Hockensmith - Treasurer\r\n\r\nKim Johnson - Vice President\r\n\r\nJason Egli - Director\r\n\r\nKayla Mitchell - Secretary\r\n\r\nGabe Tullier - Director','Meet the Team','','publish','closed','closed','','meet-the-team','','','2017-10-21 12:36:00','2017-10-21 17:36:00','',0,'http://itstartswithone.org/?page_id=365',0,'page','',0),(366,1,'2017-10-13 15:54:46','2017-10-13 15:54:46','','Meet the Team','','inherit','closed','closed','','365-revision-v1','','','2017-10-13 15:54:46','2017-10-13 15:54:46','',365,'http://itstartswithone.org/365-revision-v1/',0,'revision','',0),(367,1,'2017-10-13 15:54:59','2017-10-13 15:54:59','','Speakers','','publish','closed','closed','','speakers','','','2017-10-13 15:54:59','2017-10-13 15:54:59','',0,'http://itstartswithone.org/?page_id=367',0,'page','',0),(368,1,'2017-10-13 15:54:59','2017-10-13 15:54:59','','Speakers','','inherit','closed','closed','','367-revision-v1','','','2017-10-13 15:54:59','2017-10-13 15:54:59','',367,'http://itstartswithone.org/367-revision-v1/',0,'revision','',0),(369,1,'2017-10-13 15:55:10','2017-10-13 15:55:10','<p style=\"text-align: center;\">The Penny Challenge - School Informational Video</p>\r\n<p style=\"text-align: center;\"><iframe style=\"width: 100%; height: 400px;\" src=\"https://www.youtube.com/embed/wwAbWUSaf-Y\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\nFor more information about your school partnering with It Starts With One, please fill out a <a href=\"https://itstartswithone.org/booking-request-form/\">booking request form</a>, call 772-242-0446 or email us at iswoinc@gmail.com with your questions.\r\n\r\nWe look forward to helping your school develop a culture and brand of kindness, compassion and charity that will undoubtedly create a ripple effect that will positively impact your students and your community.\r\n\r\nIt Starts With One – School Assemblies\r\n\r\nWe believe in helping kids develop kind, compassionate and charitable hearts.\r\n\r\nTherefore we have produced a powerful, results driven school assembly program that helps guide students to get engaged in measurable, random acts of kindness.\r\n\r\nOur program also encourages kids to actively get involved in local charity, providing aid for children in desperate need in your own community.\r\n\r\nOur “Be The One” program begins at every school with an inspirational assembly promoting kindness, compassion and charity. Often times, our friend Bumbler the Bee even stops by to help motivate and encourage the kids.\r\n\r\nAfter your schools assembly, each student will receive a folder containing two challenges inside. For 15 days students will compete against other schools to see which school will win this year’s, It Starts With One’s kindness and compassion award.\r\n\r\nChallenge 1 is where students document all the acts of kindness they do over a two week period. Challenge 2 is where students actively participate in charity, providing support for kids facing dire circumstances, in your local area.\r\n\r\nJust imagine kindness and compassion becoming the culture of your school, while personal responsibility and charity becomes the brand that your school, becomes known for. Imagine the influence a kindness campaign will have on your students and the impact that your students will make on local children in need.\r\n\r\nAs we continue partnering with schools to create a student-driven kindness and compassion movement, we unfortunately have very limited availability for the dates and times we’ll be in your area.\r\n\r\nPlease <a href=\"https://itstartswithone.org/booking-request-form/\">contact us</a> today for more information about bringing It Starts With One to your school!','School Assemblies','','publish','closed','closed','','assemblies','','','2018-11-30 12:30:12','2018-11-30 17:30:12','',0,'http://itstartswithone.org/?page_id=369',0,'page','',0),(370,1,'2017-10-13 15:55:10','2017-10-13 15:55:10','','Assemblies','','inherit','closed','closed','','369-revision-v1','','','2017-10-13 15:55:10','2017-10-13 15:55:10','',369,'http://itstartswithone.org/369-revision-v1/',0,'revision','',0),(371,1,'2017-10-13 15:56:57','2017-10-13 15:56:57','','School Programs','','publish','closed','closed','','371','','','2018-12-02 22:01:25','2018-12-03 03:01:25','',0,'http://itstartswithone.org/?p=371',12,'nav_menu_item','',0),(372,1,'2017-10-13 15:56:56','2017-10-13 15:56:56',' ','','','publish','closed','closed','','372','','','2018-12-02 22:01:25','2018-12-03 03:01:25','',0,'http://itstartswithone.org/?p=372',16,'nav_menu_item','',0),(373,1,'2017-10-13 15:56:56','2017-10-13 15:56:56',' ','','','publish','closed','closed','','373','','','2018-12-02 22:01:25','2018-12-03 03:01:25','',0,'http://itstartswithone.org/?p=373',5,'nav_menu_item','',0),(374,1,'2017-10-13 15:56:55','2017-10-13 15:56:55',' ','','','publish','closed','closed','','374','','','2018-12-02 22:01:25','2018-12-03 03:01:25','',0,'http://itstartswithone.org/?p=374',3,'nav_menu_item','',0),(375,1,'2017-10-13 15:56:55','2017-10-13 15:56:55',' ','','','publish','closed','closed','','375','','','2018-12-02 22:01:25','2018-12-03 03:01:25','',0,'http://itstartswithone.org/?p=375',2,'nav_menu_item','',0),(376,1,'2017-10-13 15:57:32','2017-10-13 15:57:32','','Donate','','publish','closed','closed','','donate','','','2018-12-02 22:01:25','2018-12-03 03:01:25','',0,'http://itstartswithone.org/?p=376',9,'nav_menu_item','',0),(377,1,'2017-10-13 15:59:06','2017-10-13 15:59:06','<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"wp-image-219 aligncenter\" src=\"http://itstartswithone.org/wp-content/uploads/2017/04/Copy-of-TAKE-THE-1024x768.jpg\" alt=\"\" width=\"600\" height=\"450\" /></a>\r\n<p style=\"text-align: center;\">I just took The Penny Challenge and now it\'s your turn. I challenge you to choose your cause and donate a penny a day ($3.65) and then challenge 4 of your friends to do the same within 24 hours. #itstartswithone #thepennychallenge</p>\r\n\r\n<h2 style=\"text-align: center;\"><strong><a href=\"https://store.itstartswithone.org/collections/the-penny-challenge/products/take-the-penny-challenge\" target=\"_blank\" rel=\"noopener noreferrer\">TAKE THE PENNY CHALLENGE</a></strong></h2>\r\n<h2 style=\"text-align: center;\"><a href=\"http://itstartswithone.org/invite/\" target=\"_blank\" rel=\"noopener noreferrer\">Challenge Others Now</a></h2>\r\n<p style=\"text-align: center;\">Click below to challenge others via social media.</p>','','','inherit','closed','closed','','218-revision-v1','','','2017-10-13 15:59:06','2017-10-13 15:59:06','',218,'http://itstartswithone.org/218-revision-v1/',0,'revision','',0),(378,1,'2017-10-13 16:09:47','2017-10-13 16:09:47','<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-194 size-medium\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"The Penny Challenge\" width=\"300\" height=\"225\" /></a>\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">Take The Penny Challenge</a></h2>\r\n</div>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"> <iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"500\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\n#itstartswithone #thepennychallenge\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">TAKE THE PENNY CHALLENGE</a></h2>\r\n<p style=\"text-align: center;\">or <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\" rel=\"noopener\">share with a friend</a>.</p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-10-13 16:09:47','2017-10-13 16:09:47','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(379,1,'2017-10-13 16:26:52','2017-10-13 16:26:52','<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-194 size-medium\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"The Penny Challenge\" width=\"300\" height=\"225\" /></a>\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">Take The Penny Challenge</a></h2>\r\n</div>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<h4 class=\"x-el x-el-h4 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-t-sm-bpxs x-ww-break x-f-alt-fam x-f-sz-lg x-f-wt-norm x-c-text-hc x-f-lh-sm x-d-aid x-d-field\" data-aid=\"ABOUT_HEADLINE_RENDERED1\" data-field=\"headline1\"> \r\n\r\n\r\n\r\n<iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/Ar7abcf81P8\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n\r\n\r\n\r\n\r\n</h4>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\n#itstartswithone #thepennychallenge\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">TAKE THE PENNY CHALLENGE</a></h2>\r\n<p style=\"text-align: center;\">or <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\" rel=\"noopener\">share with a friend</a>.</p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-10-13 16:26:52','2017-10-13 16:26:52','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(380,1,'2017-10-13 16:28:14','2017-10-13 16:28:14','<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-194 size-medium\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"The Penny Challenge\" width=\"300\" height=\"225\" /></a>\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">Take The Penny Challenge</a></h2>\r\n</div>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\"></div>\r\n \r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n\r\nSchool Assembly Informational Video\r\n\r\n<iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/Ar7abcf81P8\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nThe Penny Challenge Commercial\r\n\r\n<iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\n#itstartswithone #thepennychallenge\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">TAKE THE PENNY CHALLENGE</a></h2>\r\n<p style=\"text-align: center;\">or <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\" rel=\"noopener\">share with a friend</a>.</p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-10-13 16:28:14','2017-10-13 16:28:14','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(381,1,'2017-10-13 16:29:51','2017-10-13 16:29:51','<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-194 size-medium\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/TAKE-THE-300x225.jpg\" alt=\"The Penny Challenge\" width=\"300\" height=\"225\" /></a>\r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">Take The Penny Challenge</a></h2>\r\n</div>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n\r\nSchool Assembly Informational Video\r\n\r\n<iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/Ar7abcf81P8\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nThe Penny Challenge Commercial\r\n\r\n<iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\n#itstartswithone #thepennychallenge\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">TAKE THE PENNY CHALLENGE</a></h2>\r\n<p style=\"text-align: center;\">or <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\" rel=\"noopener\">share with a friend</a>.</p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-10-13 16:29:51','2017-10-13 16:29:51','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(382,1,'2017-10-13 16:31:47','2017-10-13 16:31:47','','more-content-for-better-seo','','inherit','closed','closed','','more-content-for-better-seo','','','2017-10-13 16:31:47','2017-10-13 16:31:47','',6,'http://itstartswithone.org/wp-content/uploads/2017/01/more-content-for-better-seo.png',0,'attachment','image/png',0),(383,1,'2017-10-13 16:31:58','2017-10-13 16:31:58',' \r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">Take The Penny Challenge</a></h2>\r\n</div>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n\r\nSchool Assembly Informational Video\r\n\r\n<iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/Ar7abcf81P8\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nThe Penny Challenge Commercial\r\n\r\n<iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\n<strong>Mission:</strong> Our mission is to inspire the U.S. population into action through the-penny-challenge-movement.\r\n\r\n#itstartswithone #thepennychallenge\r\n\r\nBy donating $3.65, (a penny a day), and challenging/sponsoring another person to do the same within 24 hours, you will help raise over $12 million dollars this year to 1) Missions (providing clean water / housing to those without etc) 2) Sex-trafficking 3) Wounded Vets 4) HIV/AIDS 5) ALS 6) Cancer 7) General Fund (reserved for natural disaster relief etc / discretionary fund).\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">TAKE THE PENNY CHALLENGE</a></h2>\r\n<p style=\"text-align: center;\">or <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\" rel=\"noopener\">share with a friend</a>.</p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-10-13 16:31:58','2017-10-13 16:31:58','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(385,2,'2017-10-13 19:11:41','2017-10-13 19:11:41','','School Assemblies','','inherit','closed','closed','','369-revision-v1','','','2017-10-13 19:11:41','2017-10-13 19:11:41','',369,'http://itstartswithone.org/369-revision-v1/',0,'revision','',0),(386,2,'2018-11-30 12:29:49','2018-11-30 17:29:49','<p style=\"text-align: center;\">The Penny Challenge - School Informational Video</p>\n<p style=\"text-align: center;\"><iframe style=\"width: 100%; height: 400px;\" src=\"https://www.youtube.com/embed/wwAbWUSaf-Y\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\nFor more information about your school partnering with It Starts With One, please fill out a <a href=\"https://itstartswithone.org/booking-request-form/\">booking request form</a>, call 772-242-0446 or email us at iswoinc@gmail.com with your questions.\n\nWe look forward to helping your school develop a culture and brand of kindness, compassion and charity that will undoubtedly create a ripple effect that will positively impact your students and your community.\n\nIt Starts With One – School Assemblies\n\nWe believe in helping kids develop kind, compassionate and charitable hearts.\n\nTherefore we have produced a powerful, results driven school assembly program that helps guide students to get engaged in measurable, random acts of kindness.\n\nOur program also encourages kids to actively get involved in local charity, providing aid for children in desperate need in your own community.\n\nOur “Be The One” program begins at every school with an inspirational assembly promoting kindness, compassion and charity. Often times, our friend Bumbler the Bee even stops by to help motivate and encourage the kids.\n\nAfter your schools assembly, each student will receive a folder containing two challenges inside. For 15 days students will compete against other schools to see which school will win this year’s, It Starts With One’s kindness and compassion award.\n\nChallenge 1 is where students document all the acts of kindness they do over a two week period. Challenge 2 is where students actively participate in charity, providing support for kids facing dire circumstances, in your local area.\n\nJust imagine kindness and compassion becoming the culture of your school, while personal responsibility and charity becomes the brand that your school, becomes known for. Imagine the influence a kindness campaign will have on your students and the impact that your students will make on local children in need.\n\nAs we continue partnering with schools to create a student-driven kindness and compassion movement, we unfortunately have very limited availability for the dates and times we’ll be in your area.\n\nPlease contact us today for more information about bringing It Starts With One to your school!','School Assemblies','','inherit','closed','closed','','369-autosave-v1','','','2018-11-30 12:29:49','2018-11-30 17:29:49','',369,'http://itstartswithone.org/369-autosave-v1/',0,'revision','',0),(387,2,'2017-10-13 19:13:35','2017-10-13 19:13:35','','FullSizeRender (2)','','inherit','closed','closed','','fullsizerender-2','','','2017-10-13 19:13:35','2017-10-13 19:13:35','',369,'http://itstartswithone.org/wp-content/uploads/2017/10/FullSizeRender-2.jpg',0,'attachment','image/jpeg',0),(388,2,'2017-10-13 19:19:57','2017-10-13 19:19:57','','Kim Johnson','','inherit','closed','closed','','kim-johnson','','','2017-10-13 19:19:57','2017-10-13 19:19:57','',369,'http://itstartswithone.org/wp-content/uploads/2017/10/Kim-Johnson.jpg',0,'attachment','image/jpeg',0),(389,2,'2017-10-13 19:21:40','2017-10-13 19:21:40','Loren Hockensmith - ISWO President & Founder\r\n\r\n<img class=\"alignnone size-medium wp-image-387\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/FullSizeRender-2-300x210.jpg\" alt=\"\" width=\"300\" height=\"210\" />\r\n\r\nKim Johnson - Former St Lucie County Commissioner\r\n\r\n<img class=\"alignnone size-medium wp-image-388\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/Kim-Johnson-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />','School Assemblies','','inherit','closed','closed','','369-revision-v1','','','2017-10-13 19:21:40','2017-10-13 19:21:40','',369,'http://itstartswithone.org/369-revision-v1/',0,'revision','',0),(390,2,'2017-10-13 19:23:53','2017-10-13 19:23:53','Loren Hockensmith - ISWO President & Founder\r\n\r\n<img class=\"alignnone size-medium wp-image-387\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/FullSizeRender-2-300x210.jpg\" alt=\"\" width=\"300\" height=\"210\" />\r\n\r\nLoren grew up in Newville Pennsylvania, a small farming town in the heart of the state. Always an ambitious youth, Loren spent the majority of his teenage years involved in sports or music. Even at a young age Loren had a knack for leadership and inspiring others.\r\n\r\nAt 25 years old Loren started his first business. One he grew to generate over a million dollars in revenue in a few short years. At 30, Loren relocated to the Treasure Coast Florida, where he has lived ever since.\r\n\r\nDuring the next several years, a car accident, cancer and several health challenges changed his life significantly. After going through a dozen major surgeries along with a few dramatic twists and turns with his businesses, Loren and his family were left with a mountain of medical bills and had to overcome going from a six figure annual income to being without any income for over a years time.\r\n\r\nLoren has a powerful message that reaches right to the heart of his audience every time. As a cancer survivor who went from on top to rock bottom, Loren connects as he shares the journey of his climb back up the mountain top. Whether speaking to students or adults, schools or churches his message is sure to forever impact his listeners.','Loren Hockensmith','','publish','closed','closed','','loren-hockensmith','','','2018-10-15 18:20:44','2018-10-15 23:20:44','',0,'http://itstartswithone.org/?page_id=390',0,'page','',0),(391,2,'2017-10-13 19:23:53','2017-10-13 19:23:53','','Loren Hockensmith','','inherit','closed','closed','','390-revision-v1','','','2017-10-13 19:23:53','2017-10-13 19:23:53','',390,'http://itstartswithone.org/390-revision-v1/',0,'revision','',0),(392,2,'2017-10-13 19:24:25','2017-10-13 19:24:25','Kim Johnson - Former St Lucie County Commissioner\r\n\r\n<img class=\"alignnone size-medium wp-image-388\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/Kim-Johnson-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />\r\n\r\nKim Johnson, is a multi-dimensionally gifted Motivational Speaker, Governmental Consultant and former County Commissioner who has shared the stage lights with former Secretary of State, Hillary Clinton and the spotlight with americas 44th President, Barack Obama! Kim has trained and advised leaders in education, business, government, media, and religion--attributing to the advancement of their personal, professional, spiritual, and corporate developlment. A graduate of Westwood High School, Kim lettered in both football & track along with being named captain of each team. He\'s also a graduate of Coahoma Community College where he earned his Associate’s Degree in General Studies, and would later go onto graduate from Southeast Missouri State University where he received a Bachelor’s Degree in Psychology. After graduating from college, Kim became an Award-Winning Teacher, earning the Golden Apple Award in Missouri, and Outstanding Teacher of the year in St. Lucie County, FL.\r\n\r\nUpon becoming an effective teacher, Kim decided to take his teaching ability on the road, giving more than 3,000 speeches to schools, churches and community organizations along with multiple radio & television interviews—reaching more than a million people. A speaker who’s known for making success possible for others—Barbizon International named him their 2004, 2005 & 2006 speaker of the year. With his love and passion for his hometown and its people, Kim moved back home and began to work with youth locally—which prompted him to run for public office because he felt there was a lack of jobs, lack in use of resources, and a lack of local contracts given to local contractors.\r\n\r\nUsing this platform to bring “REAL CHANGE,” Kim was elected as St. Lucie County Commissioner in District 5 - where he helped the (1) unemployment rate drop from 12.3% in 2012 to a rate of less than 6% in 2016; he helped the (2) Airport become fully leased & funded for expansion to increase job creation; he helped the (3) Port become reinvigorated by creating camrarderie between the city & county to collaboratively work together for bettering its infrastructure and positioning it for more job creation; lastly, he also helped (4) Florida\'s newest Veterans Nursing Home become Awarded to St Lucie County by the state of Florida--to better serve the needs of veterans within this region; furthermore, he assisted in helping (5) youth for the future by having them participate in a “Summer of Success Program;” which gave at least 115 teens a paid internship working with our local Government, School Board, and Businesses; finally, he helped renegotiate a new deal for the New York Mets continuance of Spring Training in Port St. Lucie, FL. ','Kim Johnson','','publish','closed','closed','','kim-johnson','','','2017-10-13 19:36:41','2017-10-13 19:36:41','',0,'http://itstartswithone.org/?page_id=392',0,'page','',0),(393,2,'2017-10-13 19:24:25','2017-10-13 19:24:25','','Kim Johnson','','inherit','closed','closed','','392-revision-v1','','','2017-10-13 19:24:25','2017-10-13 19:24:25','',392,'http://itstartswithone.org/392-revision-v1/',0,'revision','',0),(394,2,'2017-10-13 19:25:40','2017-10-13 19:25:40',' ','','','publish','closed','closed','','394','','','2018-12-02 22:01:25','2018-12-03 03:01:25','',0,'http://itstartswithone.org/?p=394',18,'nav_menu_item','',0),(395,2,'2017-10-13 19:25:40','2017-10-13 19:25:40',' ','','','publish','closed','closed','','395','','','2018-12-02 22:01:25','2018-12-03 03:01:25','',0,'http://itstartswithone.org/?p=395',17,'nav_menu_item','',0),(396,2,'2017-10-13 19:27:07','2017-10-13 19:27:07','Loren Hockensmith - ISWO President & Founder\r\n\r\n<img class=\"alignnone size-medium wp-image-387\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/FullSizeRender-2-300x210.jpg\" alt=\"\" width=\"300\" height=\"210\" />','Loren Hockensmith','','inherit','closed','closed','','390-revision-v1','','','2017-10-13 19:27:07','2017-10-13 19:27:07','',390,'http://itstartswithone.org/390-revision-v1/',0,'revision','',0),(397,2,'2017-10-13 19:33:20','2017-10-13 19:33:20','Kim Johnson - Former St Lucie County Commissioner\n\n<img class=\"alignnone size-medium wp-image-388\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/Kim-Johnson-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />\n\nKim Johnson, is a multi-dimensionally gifted Motivational Speaker, Governmental Consultant and former County Commissioner who has shared the stage lights with former Secretary of State, Hillary Clinton and the spotlight with americas 44th President, Barack Obama! Kim has trained and advised leaders in education, business, government, media, and religion--attributing to the advancement of their personal, professional, spiritual, and corporate developlment. A graduate of Westwood High School, Kim lettered in both football & track along with being named captain of each team. He\'s also a graduate of Coahoma Community College where he earned his Associate’s Degree in General Studies, and would later go onto graduate from Southeast Missouri State University where he received a Bachelor’s Degree in Psychology. After graduating from college, Kim became an Award-Winning Teacher, earning the Golden Apple Award in Missouri, and Outstanding Teacher of the year in St. Lucie County, FL.\n\nUpon becoming an effective teacher, Kim decided to take his teaching ability on the road, giving more than 3,000 speeches to schools, churches and community organizations along with multiple radio & television interviews—reaching more than a million people. A speaker who’s known for making success possible for others—Barbizon International named him their 2004, 2005 & 2006 speaker of the year. With his love and passion for his hometown and its people, Kim moved back home and began to work with youth locally—which prompted him to run for public office because he felt there was a lack of jobs, lack in use of resources, and a lack of local contracts given to local contractors.\n\nUsing this platform to bring “REAL CHANGE,” Kim was elected as St. Lucie County Commissioner in District 5 - where he helped the (1) unemployment rate drop from 12.3% in 2012 to a rate of less than 6% in 2016; he helped the (2) Airport become fully leased & funded for expansion to increase job creation; he helped the (3) Port become reinvigorated by creating camrarderie between the city & county to collaboratively work together for bettering its infrastructure and positioning it for more job creation; lastly, he also helped (4) Florida\'s newest Veterans Nursing Home become Awarded to St Lucie County by the state of Florida--to better serve the needs of veterans within this region; furthermore, he assisted in helping (5) youth for the future by having them participate in a “Summer of Success Program;” which gave at least 115 teens a paid internship working with our local Government, School Board, and Businesses; finally, he helped renegotiate a new deal for the New York Mets continuance of Spring Training in Port St. Lucie, FL. ','Kim Johnson','','inherit','closed','closed','','392-autosave-v1','','','2017-10-13 19:33:20','2017-10-13 19:33:20','',392,'http://itstartswithone.org/392-autosave-v1/',0,'revision','',0),(398,2,'2017-10-13 19:29:55','2017-10-13 19:29:55','Kim Johnson - Former St Lucie County Commissioner\r\n\r\n<img class=\"alignnone size-medium wp-image-388\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/Kim-Johnson-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />','Kim Johnson','','inherit','closed','closed','','392-revision-v1','','','2017-10-13 19:29:55','2017-10-13 19:29:55','',392,'http://itstartswithone.org/392-revision-v1/',0,'revision','',0),(399,2,'2017-10-13 19:36:41','2017-10-13 19:36:41','Kim Johnson - Former St Lucie County Commissioner\r\n\r\n<img class=\"alignnone size-medium wp-image-388\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/Kim-Johnson-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />\r\n\r\nKim Johnson, is a multi-dimensionally gifted Motivational Speaker, Governmental Consultant and former County Commissioner who has shared the stage lights with former Secretary of State, Hillary Clinton and the spotlight with americas 44th President, Barack Obama! Kim has trained and advised leaders in education, business, government, media, and religion--attributing to the advancement of their personal, professional, spiritual, and corporate developlment. A graduate of Westwood High School, Kim lettered in both football & track along with being named captain of each team. He\'s also a graduate of Coahoma Community College where he earned his Associate’s Degree in General Studies, and would later go onto graduate from Southeast Missouri State University where he received a Bachelor’s Degree in Psychology. After graduating from college, Kim became an Award-Winning Teacher, earning the Golden Apple Award in Missouri, and Outstanding Teacher of the year in St. Lucie County, FL.\r\n\r\nUpon becoming an effective teacher, Kim decided to take his teaching ability on the road, giving more than 3,000 speeches to schools, churches and community organizations along with multiple radio & television interviews—reaching more than a million people. A speaker who’s known for making success possible for others—Barbizon International named him their 2004, 2005 & 2006 speaker of the year. With his love and passion for his hometown and its people, Kim moved back home and began to work with youth locally—which prompted him to run for public office because he felt there was a lack of jobs, lack in use of resources, and a lack of local contracts given to local contractors.\r\n\r\nUsing this platform to bring “REAL CHANGE,” Kim was elected as St. Lucie County Commissioner in District 5 - where he helped the (1) unemployment rate drop from 12.3% in 2012 to a rate of less than 6% in 2016; he helped the (2) Airport become fully leased & funded for expansion to increase job creation; he helped the (3) Port become reinvigorated by creating camrarderie between the city & county to collaboratively work together for bettering its infrastructure and positioning it for more job creation; lastly, he also helped (4) Florida\'s newest Veterans Nursing Home become Awarded to St Lucie County by the state of Florida--to better serve the needs of veterans within this region; furthermore, he assisted in helping (5) youth for the future by having them participate in a “Summer of Success Program;” which gave at least 115 teens a paid internship working with our local Government, School Board, and Businesses; finally, he helped renegotiate a new deal for the New York Mets continuance of Spring Training in Port St. Lucie, FL. ','Kim Johnson','','inherit','closed','closed','','392-revision-v1','','','2017-10-13 19:36:41','2017-10-13 19:36:41','',392,'http://itstartswithone.org/392-revision-v1/',0,'revision','',0),(400,2,'2017-10-13 19:39:14','2017-10-13 19:39:14','Loren Hockensmith - ISWO President & Founder\r\n\r\n<img class=\"alignnone size-medium wp-image-387\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/FullSizeRender-2-300x210.jpg\" alt=\"\" width=\"300\" height=\"210\" />\r\n\r\nLoren grew up in Newville Pennsylvania, a small farming town in the heart of the state. Always an ambitious youth, Loren spent the majority of his teenage years involved in sports or music. Even at a young age Loren had a knack for leadership and inspiring others. \r\n\r\nAt 25 years old Loren started his first business. One he grew to generate over a million dollars in revenue in a few short years. At 30, Loren relocated to the Treasure Coast Florida, where he has lived ever since. \r\n\r\nDuring the next several years, a car accident and several health challenges changed his life significantly. After going through a dozen major surgeries along with a few dramatic twists and turns with his businesses, Loren and his family were left with a mountain of medical bills and had to overcome going from a six figure annual income to being without any income for over a years time.\r\n\r\nLoren has a powerful message that reaches right to the heart of his audience every time. As a cancer survivor who went from on top to rock bottom, Loren connects as he shares the journey of his climb back up the mountain top. Whether speaking to students or adults, schools or churches his message is sure to forever impact his listeners. ','Loren Hockensmith','','inherit','closed','closed','','390-revision-v1','','','2017-10-13 19:39:14','2017-10-13 19:39:14','',390,'http://itstartswithone.org/390-revision-v1/',0,'revision','',0),(401,2,'2017-10-13 19:52:55','2017-10-13 19:52:55','Loren Hockensmith - ISWO President & Founder\r\n\r\n<img class=\"alignnone size-medium wp-image-387\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/FullSizeRender-2-300x210.jpg\" alt=\"\" width=\"300\" height=\"210\" />\r\n\r\nLoren grew up in Newville Pennsylvania, a small farming town in the heart of the state. Always an ambitious youth, Loren spent the majority of his teenage years involved in sports or music. Even at a young age Loren had a knack for leadership and inspiring others. \r\n\r\nAt 25 years old Loren started his first business. One he grew to generate over a million dollars in revenue in a few short years. At 30, Loren relocated to the Treasure Coast Florida, where he has lived ever since. \r\n\r\nDuring the next several years, a car accident, cancer and several health challenges changed his life significantly. After going through a dozen major surgeries along with a few dramatic twists and turns with his businesses, Loren and his family were left with a mountain of medical bills and had to overcome going from a six figure annual income to being without any income for over a years time.\r\n\r\nLoren has a powerful message that reaches right to the heart of his audience every time. As a cancer survivor who went from on top to rock bottom, Loren connects as he shares the journey of his climb back up the mountain top. Whether speaking to students or adults, schools or churches his message is sure to forever impact his listeners. ','Loren Hockensmith','','inherit','closed','closed','','390-revision-v1','','','2017-10-13 19:52:55','2017-10-13 19:52:55','',390,'http://itstartswithone.org/390-revision-v1/',0,'revision','',0),(410,2,'2018-11-29 23:38:28','2018-11-30 04:38:28','<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\n<div class=\"x-el x-el-div x-ntrl-def x-m-b-lg-bpxs x-f-pri-fam x-f-sz-md \"><strong>WHO WE ARE:</strong><img class=\"alignright wp-image-76\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"126\" height=\"126\" /></div>\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\n\nIt Starts With One is a 501(c)3 non-profit business that provides aid and support to children facing dire circumstances and produces school assemblies to help inspire kids to develop kind, compassionate and charitable hearts.\n\n</div>\n</div>\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\n\nOur purpose is to inspire kids to play a role in changing the world, first locally in your community and then globally through a pay it forward movement we call The Penny Challenge. We work to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\n\nWe provide financial support to families with children battling potentially fatal illnesses such as Cancer, HIV/AIDS & Heart Disease. We also provide aid to children of our wounded vets. In addition, we raise awareness and resources for kids caught in sex-trafficking and those in 3rd world countries without clean water. We do this on a local and global level.\n\n</div>\n</div>\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\n\nBecause there will always be unmet needs, inherent evil and fatal illnesses in the world, we feel called to make a difference and will work daily to meet the needs, combat the evil and ease the suffering of illnesses.\n\n</div>\n</div>\n\n<hr />\n<p dir=\"ltr\"><strong>IT STARTS WITH ONE</strong></p>\n<p dir=\"ltr\"><img class=\"alignright size-medium wp-image-190\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/01/loren-hockensmith-269x300.png\" alt=\"\" width=\"269\" height=\"300\" />It Starts With One began in December 2016 out of the ashes of the most difficult year of founder, Loren Hockensmith’s life. In July of that year he was hit at about 50 mph by a person who was texting and driving. Loren suffered a stage 3 concussion and broke his back in two places. While being x-rayed in the hospital doctors discovered a mass on his kidney that turned out to be cancer. About a month later while in the hospital battling cancer an employee of Hockensmith’s lawn care business stole $30,000 worth of equipment. Subsequently the company lost over 100 customers <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1607775337\"><span class=\"aQJ\">within two weeks</span></span> and were forced to close the doors on the landscaping business. It was in the darkest days that followed that Loren started actively seeking and earnestly searching for the meaning and purpose of his life and time here on earth. While reading a book, he was prompted to focus, not on finding a way to make a million dollars, but instead finding a way to help a million people. It wasn’t long after that revelation, one insomnia filled night the he was blessed with the idea for what would later become It Starts With One and The Penny Challenge. Loren’s goal is to majorly impact and influence the next generation by helping children develop kind, compassionate and charitable hearts. Loren truly believes with everyone playing their part by donating the equivalent of just a penny a day, $3.65/year we can accomplish all those goals. 300 million people donating $3.65 = over 1 BILLION dollars. You’re the hero. We’re just the guide. It starts with you. It starts with me. It Starts With One.</p>','About','','inherit','closed','closed','','8-autosave-v1','','','2018-11-29 23:38:28','2018-11-30 04:38:28','',8,'http://itstartswithone.org/8-autosave-v1/',0,'revision','',0),(411,2,'2017-10-14 01:06:15','2017-10-14 01:06:15','<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-m-b-lg-bpxs x-f-pri-fam x-f-sz-md \"><strong>WHO WE ARE:</strong><img class=\"alignright wp-image-76\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"126\" height=\"126\" /></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nIt Starts With One is a 501(c)3 non-profit business that provides aid and support to causes we deeply believe in.\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nOur purpose is to inspire kids to play a role in changing the world, first locally in your community and then globally through a pay it forward movement we call The Penny Challenge. We work to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n\r\nWe provide financial support to those battling fatal illnesses such as Cancer, HIV/AIDS & ALS. We provide aid to our wounded vets. In addition, we raise awareness and resources for kids caught in sex-trafficking and those in 3rd world countries without clean water. We do this on a local and global level.\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n\r\nBecause there will always be unmet needs, inherent evil and fatal illnesses in the world, we feel called to make a difference and will work daily to meet the needs, combat the evil and ease the suffering of illnesses.\r\n\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n<p dir=\"ltr\"><strong>IT STARTS WITH ONE</strong></p>\r\n<p dir=\"ltr\"><img class=\"alignright size-medium wp-image-190\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/01/loren-hockensmith-269x300.png\" alt=\"\" width=\"269\" height=\"300\" />It Starts With One began in December 2016 out of the ashes of the most difficult year of founder, Loren Hockensmith’s life. In July of that year he was hit at about 50 mph by a woman who was texting and driving. Loren suffered a stage 3 concussion and broke his back in two places. While being x-rayed in the hospital doctors discovered a mass on his kidney that turned out to be cancer. About a month later while in the hospital battling cancer an employee of Hockensmith’s lawn care business stole $30,000 worth of equipment. Subsequently the company lost over 100 customers <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1607775337\"><span class=\"aQJ\">within two weeks</span></span> and were forced to close the doors on the landscaping business. It was in the darkest days that followed that Loren started actively seeking and earnestly searching for the meaning and purpose of his life and time here on earth. While reading a book, he was prompted to focus not on finding a way to make a million dollars, but instead find a way to help a million people. It wasn’t long after that revelation, one insomnia filled night the he was blessed with the idea for what would later become It Starts With One and The Penny Challenge. Loren’s goal is to raise enough money through ISWO to provide clean water to every human-being on earth, see sex-trafficking come to an end and provide aid to our wounded vets and those battling serious illnesses. Loren truly believes with everyone playing their part by donating the equivalent of just a penny a day, $3.65/year we can accomplish all those goals. 300 million people donating $3.65 = over 1 BILLION dollars. You’re the hero. We’re just the guide. It starts with you. It starts with me. It Starts With One.</p>\r\n<p dir=\"ltr\">Mission Statement: Because there will always be unmet needs, inherent evil and fatal illnesses in the world, we will work daily to meet the needs, combat the evil and ease the suffering of illnesses. We believe that one person truly can make a difference.</p>\r\n<p dir=\"ltr\">Purpose Statement: Our purpose is to inspire kids to play a role in changing the world, first locally in your community and then globally through a pay it forward movement we call The Penny Challenge. We work to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.</p>\r\n<p dir=\"ltr\">Mantra: Creating heroes every day by inspiring everyday heroes.</p>\r\n<p dir=\"ltr\">Slogans: 1) Be the One. 2) You’re the Hero. We’re the guide.</p>\r\n<p dir=\"ltr\">It Starts With One Causes -</p>\r\n\r\n<ol>\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">Missions - About 71% of the earth is made up of water. Despite that fact approximately 783 million people do not have access to clean water and almost 2.5 billion do not have access to adequate sanitation. 6 to 8 million people die annually from the consequences of disasters and water-related diseases. One of our main missions is to help bring safe and clean water to the millions of people in need. We also fund building projects to create housing, schools and churches for those without adequate shelter and facilities.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"2\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">Sex-trafficking - Sex trafficking is a form of modern slavery that exists throughout the United States and globally. Sex traffickers use violence, threats, lies, debt bondage, and other forms of coercion to compel adults and children to engage in commercial sex acts against their will. Under U.S. federal law, any minor under the age of 18 years induced into commercial sex is a victim of sex trafficking—regardless of whether or not the trafficker used force, fraud, or coercion. The situations that sex trafficking victims face vary dramatically. Many victims become romantically involved with someone who then forces or manipulates them into prostitution. Others are lured in with false promises of a job, such as modeling or dancing. Some are forced to sell sex by their parents or other family members. They may be involved in a trafficking situation for a few days or weeks, or may remain in the same trafficking situation for years. There are approximately 4.5 million people trapped in forced sexual exploitation globally and has become a multi-billion dollar industry.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"3\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">Wounded Veterans - 3.6 million is the number of veterans with a service-connected disability rating in 2013. Of this number, 957,504 had a rating of 70 percent or higher. A “service-connected” disability is one that was a result of a disease or injury incurred or aggravated during active military service. Often times our wounded vets have to jump through hoops to get the much needed care that they not only have a right to, but deserve.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"4\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">AIDS - More than 1.2 million people in the United States are living with HIV infection. It is estimated that almost 1 in 8 (12.8 percent) don\'t know they are infected. From 1981 to 2013, an estimated 1,194,039 people in the United States had been diagnosed with AIDS. Of those, 658,507 have died.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"5\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">ALS - Most people who develop ALS are between the ages of 40 and 70, although the disease can occur at a younger age. It occurs throughout the world with no racial, ethnic or socioeconomic boundaries. It affects as many as 30,000 in the United States, with 5,000 new cases diagnosed each year.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"6\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">Cancer - Cancer is among the leading causes of death worldwide. In 2012, there were 14 million new cases and 8.2 million cancer-related deaths worldwide. The number of new cancer cases will rise to 22 million within the next two decades.</p>\r\n</li>\r\n</ol>\r\n<ol start=\"7\">\r\n <li dir=\"ltr\">\r\n<p dir=\"ltr\">General Fund - Everyone needs help from time to time. It is our hope and prayer that with your support, together we can be the change we wish to see in the world. During the darker moments in life (that at one point or another find us all), ISWO wants to be a beacon of light and a ray of hope.</p>\r\n</li>\r\n</ol>','About','','inherit','closed','closed','','8-revision-v1','','','2017-10-14 01:06:15','2017-10-14 01:06:15','',8,'http://itstartswithone.org/8-revision-v1/',0,'revision','',0),(412,2,'2017-10-14 01:08:24','2017-10-14 01:08:24','<p dir=\"ltr\">Mission Statement: Because there will always be unmet needs, inherent evil and fatal illnesses in the world, we will work daily to meet the needs, combat the evil and ease the suffering of illnesses. We believe that one person truly can make a difference.</p>\r\n<p dir=\"ltr\">Purpose Statement: Our purpose is to inspire kids to play a role in changing the world, first locally in your community and then globally through a pay it forward movement we call The Penny Challenge. We work to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.</p>','Our Mission & Purpose','','inherit','closed','closed','','361-revision-v1','','','2017-10-14 01:08:24','2017-10-14 01:08:24','',361,'http://itstartswithone.org/361-revision-v1/',0,'revision','',0),(413,2,'2017-10-14 01:11:13','2017-10-14 01:11:13','<p style=\"text-align: center;\">Our Story</p>\r\nIt Starts With One began in December 2016 out of the ashes of the most difficult year of founder, Loren Hockensmith’s life. In July of that year he was hit at about 50 mph by a woman who was texting and driving. Loren suffered a stage 3 concussion and broke his back in two places. While being x-rayed in the hospital doctors discovered a mass on his kidney that turned out to be cancer. About a month later while in the hospital battling cancer an employee of Hockensmith’s lawn care business stole $30,000 worth of equipment. Subsequently the company lost over 100 customers <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1607775337\"><span class=\"aQJ\">within two weeks</span></span> and were forced to close the doors on the landscaping business. It was in the darkest days that followed that Loren started actively seeking and earnestly searching for the meaning and purpose of his life and time here on earth. While reading a book, he was prompted to focus not on finding a way to make a million dollars, but instead find a way to help a million people. It wasn’t long after that revelation, one insomnia filled night the he was blessed with the idea for what would later become It Starts With One and The Penny Challenge. Loren’s goal is to raise enough money through ISWO to provide clean water to every human-being on earth, see sex-trafficking come to an end and provide aid to our wounded vets and those battling serious illnesses. Loren truly believes with everyone playing their part by donating the equivalent of just a penny a day, $3.65/year we can accomplish all those goals. 300 million people donating $3.65 = over 1 BILLION dollars. You’re the hero. We’re just the guide. It starts with you. It starts with me. It Starts With One.','Our Story','','inherit','closed','closed','','363-revision-v1','','','2017-10-14 01:11:13','2017-10-14 01:11:13','',363,'http://itstartswithone.org/363-revision-v1/',0,'revision','',0),(414,2,'2017-10-14 01:16:50','2017-10-14 01:16:50','','IMG_3865','','inherit','closed','closed','','img_3865','','','2017-10-14 01:16:50','2017-10-14 01:16:50','',365,'http://itstartswithone.org/wp-content/uploads/2017/10/IMG_3865.jpg',0,'attachment','image/jpeg',0),(415,2,'2017-10-14 01:26:15','2017-10-14 01:26:15','<p style=\"text-align: center;\">ISWO Board Members</p>\n<img class=\"alignnone wp-image-414 aligncenter\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/IMG_3865-300x300.jpg\" alt=\"\" width=\"389\" height=\"389\" />\n\nTop Left - Bottom Right:\n\nLoren Hockensmith - President & Founder\n\nJenna Hockensmith - Treasurer\n\nKim Johnson - Vice President\n\nJason Egli - Director\n\nKayla Mitchell - Secretary\n\nDamien Tullier - Director','Meet the Team','','inherit','closed','closed','','365-autosave-v1','','','2017-10-14 01:26:15','2017-10-14 01:26:15','',365,'http://itstartswithone.org/365-autosave-v1/',0,'revision','',0),(416,2,'2017-10-14 01:21:39','2017-10-14 01:21:39','<p style=\"text-align: center;\">ISWO Board Members</p>\r\n<img class=\"alignnone size-medium wp-image-414 aligncenter\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/IMG_3865-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n\r\nTop Left - Bottom Right:\r\n\r\nLoren Hockensmith - President & Founder\r\n\r\nJenna Hockensmith - Treasurer\r\n\r\nKim Johnson - Vice President\r\n\r\nJason Egli - Director\r\n\r\nKayla Mitchell - Secretary\r\n\r\nDamien Tullier - Director','Meet the Team','','inherit','closed','closed','','365-revision-v1','','','2017-10-14 01:21:39','2017-10-14 01:21:39','',365,'http://itstartswithone.org/365-revision-v1/',0,'revision','',0),(417,2,'2017-10-14 01:24:10','2017-10-14 01:24:10','<p style=\"text-align: center;\">It Starts With One began in December 2016 out of the ashes of the most difficult year of founder, Loren Hockensmith’s life. In July of that year he was hit at about 50 mph by a woman who was texting and driving. Loren suffered a stage 3 concussion and broke his back in two places. While being x-rayed in the hospital doctors discovered a mass on his kidney that turned out to be cancer. About a month later while in the hospital battling cancer an employee of Hockensmith’s lawn care business stole $30,000 worth of equipment. Subsequently the company lost over 100 customers <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1607775337\"><span class=\"aQJ\">within two weeks</span></span> and were forced to close the doors on the landscaping business. It was in the darkest days that followed that Loren started actively seeking and earnestly searching for the meaning and purpose of his life and time here on earth. While reading a book, he was prompted to focus not on finding a way to make a million dollars, but instead find a way to help a million people. It wasn’t long after that revelation, one insomnia filled night the he was blessed with the idea for what would later become It Starts With One and The Penny Challenge. Loren’s goal is to raise enough money through ISWO to provide clean water to every human-being on earth, see sex-trafficking come to an end and provide aid to our wounded vets and those battling serious illnesses. Loren truly believes with everyone playing their part by donating the equivalent of just a penny a day, $3.65/year we can accomplish all those goals. 300 million people donating $3.65 = over 1 BILLION dollars. You’re the hero. We’re just the guide. It starts with you. It starts with me. It Starts With One.</p>','Our Story','','inherit','closed','closed','','363-revision-v1','','','2017-10-14 01:24:10','2017-10-14 01:24:10','',363,'http://itstartswithone.org/363-revision-v1/',0,'revision','',0),(418,2,'2017-10-14 01:26:48','2017-10-14 01:26:48','<p style=\"text-align: center;\">ISWO Board Members</p>\r\n<img class=\"alignnone wp-image-414 aligncenter\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/IMG_3865-300x300.jpg\" alt=\"\" width=\"446\" height=\"446\" />\r\n\r\nTop Left - Bottom Right:\r\n\r\nLoren Hockensmith - President & Founder\r\n\r\nJenna Hockensmith - Treasurer\r\n\r\nKim Johnson - Vice President\r\n\r\nJason Egli - Director\r\n\r\nKayla Mitchell - Secretary\r\n\r\nDamien Tullier - Director','Meet the Team','','inherit','closed','closed','','365-revision-v1','','','2017-10-14 01:26:48','2017-10-14 01:26:48','',365,'http://itstartswithone.org/365-revision-v1/',0,'revision','',0),(419,2,'2017-10-14 01:38:45','2017-10-14 01:38:45','<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Ar7abcf81P8\" frameborder=\"0\" allowfullscreen></iframe>','School Assemblies','','inherit','closed','closed','','369-revision-v1','','','2017-10-14 01:38:45','2017-10-14 01:38:45','',369,'http://itstartswithone.org/369-revision-v1/',0,'revision','',0),(420,2,'2017-10-14 01:39:44','2017-10-14 01:39:44','<p style=\"text-align: center;\">The Penny Challenge - School Informational Video</p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Ar7abcf81P8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>','School Assemblies','','inherit','closed','closed','','369-revision-v1','','','2017-10-14 01:39:44','2017-10-14 01:39:44','',369,'http://itstartswithone.org/369-revision-v1/',0,'revision','',0),(421,2,'2017-10-14 01:41:00','2017-10-14 01:41:00',' \r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">Take The Penny Challenge</a></h2>\r\n</div>\r\n<p style=\"text-align: center;\">Creating Heroes Every Day By Inspiring Everyday Heroes</p>\r\n<p style=\"text-align: center;\">You\'re The Hero, We\'re The Guide</p>\r\n<p style=\"text-align: center;\">Be The One</p>\r\n\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n\r\nSchool Assembly Informational Video\r\n\r\n<iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/Ar7abcf81P8\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nThe Penny Challenge Commercial\r\n\r\n<iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\"></div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">TAKE THE PENNY CHALLENGE</a></h2>\r\n<p style=\"text-align: center;\">or <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\" rel=\"noopener\">share with a friend</a>.</p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-10-14 01:41:00','2017-10-14 01:41:00','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(422,2,'2017-10-14 01:42:09','2017-10-14 01:42:09',' \r\n<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\"></div>\r\n<p style=\"text-align: center;\"></p>\r\n\r\n\r\n<hr class=\"x-el x-el-hr x-ntrl-def x-hr x-b-t-0 x-b-b-sm x-b-l-0 x-b-r-0 x-b-solid x-c-brdr x-d-inline-block x-w-100 x-m-b-md-bpxs x-h-0 x-f-pri-fam x-f-sz-xs \" />\r\n\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n\r\nSchool Assembly Informational Video\r\n\r\n<iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/Ar7abcf81P8\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nThe Penny Challenge Commercial\r\n\r\n<iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\"></div>\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n<h2 class=\"x-el x-el-h2 x-ntrl-def x-m-t-0-bpxs x-m-r-0-bpxs x-m-b-0-bpxs x-m-l-0-bpxs x-m-b-lg-bpxs x-ww-break x-f-pri-fam x-f-sz-xxl x-f-wt-norm x-c-text-hl x-f-lh-xxl x-d-aid x-d-field\" style=\"text-align: center;\" data-aid=\"ABOUT_SECTION_TITLE_RENDERED\" data-field=\"sectionTitle\"><a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\">TAKE THE PENNY CHALLENGE</a></h2>\r\n<p style=\"text-align: center;\">or <a href=\"https://store.itstartswithone.org/collections/mens\">purchase an item from our shop</a> and <a href=\"http://itstartswithone.org/invite-7-to-the-penny-challenge/\" target=\"_blank\" rel=\"noopener\">share with a friend</a>.</p>\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2017-10-14 01:42:09','2017-10-14 01:42:09','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(423,2,'2017-10-14 01:44:21','2017-10-14 01:44:21','<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: left;\">School Assembly Informational Video The Penny Challenge Commercial</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<p style=\"text-align: left;\"><iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/Ar7abcf81P8\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> <iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \"></div>','','','inherit','closed','closed','','6-revision-v1','','','2017-10-14 01:44:21','2017-10-14 01:44:21','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(424,2,'2017-10-14 01:45:12','2017-10-14 01:45:12','<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: left;\">School Assembly Informational Video The Penny Challenge Commercial</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<p style=\"text-align: left;\"><iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/Ar7abcf81P8\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> <iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \"></div>','','','inherit','closed','closed','','6-revision-v1','','','2017-10-14 01:45:12','2017-10-14 01:45:12','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(425,2,'2017-10-14 01:46:17','2017-10-14 01:46:17','<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: left;\">School Assembly Informational Video The Penny Challenge Commercial</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<p style=\"text-align: left;\"><iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/Ar7abcf81P8\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> <iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \"></div>','','','inherit','closed','closed','','6-revision-v1','','','2017-10-14 01:46:17','2017-10-14 01:46:17','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(426,2,'2017-10-14 01:47:00','2017-10-14 01:47:00','<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">School Assembly Informational Video The Penny Challenge Commercial</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<p style=\"text-align: center;\"><iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/Ar7abcf81P8\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> <iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \"></div>','','','inherit','closed','closed','','6-revision-v1','','','2017-10-14 01:47:00','2017-10-14 01:47:00','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(427,2,'2017-10-14 01:48:00','2017-10-14 01:48:00','<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: left;\"> School Assembly Informational Video The Penny Challenge Commercial</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<p style=\"text-align: center;\"><iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/Ar7abcf81P8\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> <iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \"></div>','','','inherit','closed','closed','','6-revision-v1','','','2017-10-14 01:48:00','2017-10-14 01:48:00','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(428,2,'2017-10-14 01:48:56','2017-10-14 01:48:56','<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">School Assembly Informational Video The Penny Challenge Commercial</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<p style=\"text-align: center;\"><iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/Ar7abcf81P8\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> <iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \"></div>','','','inherit','closed','closed','','6-revision-v1','','','2017-10-14 01:48:56','2017-10-14 01:48:56','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(429,2,'2017-10-14 01:49:39','2017-10-14 01:49:39','<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">School Assembly Informational Video The Penny Challenge Commercial</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<p style=\"text-align: center;\"><iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/Ar7abcf81P8\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> <iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \"></div>','','','inherit','closed','closed','','6-revision-v1','','','2017-10-14 01:49:39','2017-10-14 01:49:39','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(430,2,'2017-10-14 01:50:22','2017-10-14 01:50:22','<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">School Assembly Informational Video The Penny Challenge Commercial</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<p style=\"text-align: center;\"><iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/Ar7abcf81P8\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> <iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \"></div>','','','inherit','closed','closed','','6-revision-v1','','','2017-10-14 01:50:22','2017-10-14 01:50:22','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(432,2,'2017-10-14 01:59:05','2017-10-14 01:59:05','<div style=\"width: 300px; float: right;\">\r\n\r\nIT STARTS WITH ONE\r\n\r\niswoinc@gmail.com\r\n\r\n(772) 242-0446\r\n\r\nHOURS\r\n\r\nMonday - Saturday: 9am - 5pm\r\n\r\nSunday: Closed\r\n\r\n</div>\r\n<div style=\"width: 300px; float: left;\">[ninja_form id=1]</div>','Booking Request Form','','publish','closed','closed','','booking-request-form','','','2017-10-14 01:59:05','2017-10-14 01:59:05','',0,'http://itstartswithone.org/?page_id=432',0,'page','',0),(433,2,'2017-10-14 01:59:05','2017-10-14 01:59:05','<div style=\"width: 300px; float: right;\">\r\n\r\nIT STARTS WITH ONE\r\n\r\niswoinc@gmail.com\r\n\r\n(772) 242-0446\r\n\r\nHOURS\r\n\r\nMonday - Saturday: 9am - 5pm\r\n\r\nSunday: Closed\r\n\r\n</div>\r\n<div style=\"width: 300px; float: left;\">[ninja_form id=1]</div>','Booking Request Form','','inherit','closed','closed','','432-revision-v1','','','2017-10-14 01:59:05','2017-10-14 01:59:05','',432,'http://itstartswithone.org/432-revision-v1/',0,'revision','',0),(434,2,'2017-10-14 02:00:16','2017-10-14 02:00:16','<p style=\"text-align: center;\">The Penny Challenge - School Informational Video</p>\r\n<p style=\"text-align: center;\"><iframe style=\"width: 100%; height: 400px;\" src=\"https://www.youtube.com/embed/wwAbWUSaf-Y\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\nFor more information about your school partnering with It Starts With One, please fill out a <a href=\"https://itstartswithone.org/booking-request-form/\">booking request form</a>, call 772-242-0446 or email us at iswoinc@gmail.com with your questions.\r\n\r\nWe look forward to helping your school develop a culture and brand of kindness, compassion and charity that will undoubtedly create a ripple effect that will positively impact your students and your community.</p>\r\n \r\n\r\nIt Starts With One - School Assemblies\r\n\r\nWe believe in helping kids develop kind, compassionate and charitable hearts.\r\n\r\nTherefore we have produced a powerful, results driven school assembly program that helps guide students to get engaged in measurable, random acts of kindness.\r\n\r\nOur program also encourages kids to actively get involved in local charity, providing aid for children in desperate need in your own community.\r\n\r\nOur \"Be The One\" program begins at every school with an inspirational assembly promoting kindness, compassion and charity. Often times, our friend Bumbler the Bee even stops by to help motivate and encourage the kids.\r\n\r\nAfter your schools assembly, each student will receive a folder containing two challenges inside. For 15 days students will compete against other schools to see which school will win this year\'s, It Starts With One\'s kindness and compassion award.\r\n\r\nChallenge 1 is where students document all the acts of kindness they do over a two week period. Challenge 2 is where students actively participate in charity, providing support for kids facing dire circumstances, in your local area.\r\n\r\nJust imagine kindness and compassion becoming the culture of your school, while personal responsibility and charity becomes the brand that your school, becomes known for. Imagine the influence a kindness campaign will have on your students and the impact that your students will make on local children in need.\r\n\r\nAs we continue partnering with schools to create a student-driven kindness and compassion movement, we unfortunately have very limited availability for the dates and times we\'ll be in your area.','School Assemblies','','publish','closed','closed','','school-assemblies-2','','','2018-10-15 19:03:56','2018-10-16 00:03:56','',0,'http://itstartswithone.org/?page_id=434',0,'page','',0),(435,2,'2017-10-14 02:00:16','2017-10-14 02:00:16','','School Assemblies 2','','inherit','closed','closed','','434-revision-v1','','','2017-10-14 02:00:16','2017-10-14 02:00:16','',434,'http://itstartswithone.org/434-revision-v1/',0,'revision','',0),(436,2,'2017-10-14 02:01:31','2017-10-14 02:01:31',' ','','','publish','closed','closed','','school-assemblies','','','2018-12-02 22:01:25','2018-12-03 03:01:25','',0,'http://itstartswithone.org/?p=436',14,'nav_menu_item','',0),(437,2,'2017-10-14 02:01:31','2017-10-14 02:01:31','','School Assembly - Booking Request Form','','publish','closed','closed','','437','','','2018-12-02 22:01:25','2018-12-03 03:01:25','',0,'http://itstartswithone.org/?p=437',15,'nav_menu_item','',0),(438,2,'2017-10-14 02:03:04','2017-10-14 02:03:04','<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Ar7abcf81P8\" frameborder=\"0\" allowfullscreen></iframe>','School Assemblies','','inherit','closed','closed','','434-revision-v1','','','2017-10-14 02:03:04','2017-10-14 02:03:04','',434,'http://itstartswithone.org/434-revision-v1/',0,'revision','',0),(439,2,'2017-10-14 02:06:47','2017-10-14 02:06:47','<strong>Penny Challenge Invite - Text Message Template</strong>\r\n\r\nCopy the text below and paste it as a text message. Just add the recipients first name and your personal email address you used when donating to The Penny Challenge.\r\n\r\n(Name), I just took The Penny Challenge by donating $3.65 (the equivalent of a penny a day for a year) to help a child that\'s battling cancer. Would you accept my challenge to donate $3.65+ and sponsor three others to do the same within 24 hours? Go to <a href=\"http://www.itstartswithone.org/tpc\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?hl=en&q=http://www.itstartswithone.org/tpc&source=gmail&ust=1510110343103000&usg=AFQjCNFQOGCQJBYwgnthXaT0RiFcztPL5w\">www.itstartswithone.org/tpc</a> and enter my email address, (your email address) as your sponsor.\r\n\r\n<strong><a href=\"http://itstartswithone.org/wp-content/uploads/2017/10/TPC-Networking-Example-List.pdf\">TPC - Networking Example List</a></strong>\r\n\r\n<strong><a href=\"http://itstartswithone.org/wp-content/uploads/2017/10/The-Penny-Challenge-Step-by-step-instructions.pdf\">The Penny Challenge - Step by step instructions</a></strong>\r\n\r\n ','Penny Challenge Resources','','publish','closed','closed','','penny-challenge-resources','','','2017-11-12 15:33:18','2017-11-12 20:33:18','',0,'http://itstartswithone.org/?page_id=439',0,'page','',0),(440,2,'2017-10-14 02:06:47','2017-10-14 02:06:47','','Penny Challenge Resources','','inherit','closed','closed','','439-revision-v1','','','2017-10-14 02:06:47','2017-10-14 02:06:47','',439,'http://itstartswithone.org/439-revision-v1/',0,'revision','',0),(441,2,'2017-10-14 02:07:11','2017-10-14 02:07:11','<strong>Q: What is It Starts With One?</strong>\r\n\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization, EIN # 81-504 6170. Our purpose is to help kids develop compassionate and charitable hearts for those in need. Our mission is to inspire kids to play an individual role in charity, supporting other children facing dire circumstances.\r\n\r\n<span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\"><strong>Q: Which cause(s) does ISWO support?</strong></span>\r\n\r\n<span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\">A: </span><span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\">Children facing dire circumstances. (Examples include - Cancer, AIDS, Child Abuse, Human Trafficking etc) Our board of directors decide on a case by case basis who ISWO will support.</span>\r\n\r\n<strong>Q: I know a child that is facing dire circumstances, how can they receive aid and support? </strong>\r\n\r\nA: ISWO\'s board of directors selects the children/families that receive aid and support. You may fill out an application to request support for your child or a child you know that\'s facing dire circumstances. To submit an application to be considered to receive support from ISWO click <a href=\"https://itstartswithone.org/help/\">here</a>.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\n\r\nA: The Penny Challenge is a program in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then challenges others to do the same within 24 hours.\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\n\r\nA: Step 1) Go to www.itstartswithone.org/donate\r\nStep 2) Donate $3.65 (or more) by choosing a donation amount and frequency with which you would like to donate.\r\nStep 3) Challenge and sponsor other people to complete all three steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is an FFM (Featured Family of the Month)?</strong>\r\n\r\nA: The Featured Family of the Month (FFM) are children facing dire circumstances approved by ISWO\'s board of directors. Members of ISWO\'s board of directors will vet all FFM applicants. FFM\'s stories will always be listed on our website and/or in our brochures and print material. Anyone with a child battling dire circumstances can fill out an application by clicking <a href=\"https://itstartswithone.org/help/\">here</a> to be considered to be featured as a FFM.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\n\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs.\r\n\r\nAt ISWO we\'re proud to operate at a <strong>MAXIMUM</strong> of 20% going towards overhead costs and 80% <strong>(OR MORE)</strong> going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 1% going towards overhead expenses and 99% going towards charitable programs. It Starts With One will <strong>NEVER</strong> operate where any less than 80% of funds raised go to the children we support.\r\n\r\n<strong>Q: What is ISWO\'s budget?</strong>\r\n\r\nA: <a href=\"https://itstartswithone.org/wp-content/uploads/2018/04/ISWO-2018-Budget.pdf\">ISWO 2018 Budget</a>\r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\n\r\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\r\n\r\n \r\n\r\nDidn\'t find an answer above to your specific question? Don\'t worry. You can email your question(s) to iswoinc@gmail.com','Frequently Asked Questions','','publish','closed','closed','','faqs','','','2018-11-30 12:34:28','2018-11-30 17:34:28','',0,'http://itstartswithone.org/?page_id=441',0,'page','',0),(442,2,'2017-10-14 02:07:11','2017-10-14 02:07:11','','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2017-10-14 02:07:11','2017-10-14 02:07:11','',441,'http://itstartswithone.org/441-revision-v1/',0,'revision','',0),(443,2,'2017-10-14 02:08:01','2017-10-14 02:08:01','<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-letter-to-parents/\" rel=\"attachment wp-att-1056\">ISWO - Letter to Parents</a>\r\n\r\n<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-50-acts-of-kindness-sheet/\" rel=\"attachment wp-att-1057\">ISWO 50 acts of kindness sheet</a>\r\n\r\n<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-kindness-journal/\" rel=\"attachment wp-att-1058\">ISWO Kindness Journal</a>\r\n\r\n<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-who-do-you-know-sheet/\" rel=\"attachment wp-att-1059\">ISWO Who Do You Know Sheet</a>\r\n\r\n<img class=\"alignright size-full wp-image-1102\" src=\"https://itstartswithone.org/wp-content/uploads/2018/12/Prize-Sheet.png\" alt=\"\" width=\"709\" height=\"924\" /><a href=\"https://itstartswithone.org/prizes/penny-tracker/\" rel=\"attachment wp-att-1112\"><img class=\"alignright size-full wp-image-1112\" src=\"https://itstartswithone.org/wp-content/uploads/2018/12/Penny-Tracker.png\" alt=\"\" width=\"710\" height=\"921\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/iswo-50-random-acts-of-kindness/\" rel=\"attachment wp-att-1062\"><img class=\"alignright size-full wp-image-1062\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-50-random-acts-of-kindness.jpg\" alt=\"\" width=\"407\" height=\"525\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/iswo-kindness-journal-2/\" rel=\"attachment wp-att-1063\"><img class=\"alignright size-full wp-image-1063\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-Kindness-Journal.jpg\" alt=\"\" width=\"407\" height=\"525\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/iswo-letter-to-parents-2/\" rel=\"attachment wp-att-1064\"><img class=\"alignright size-full wp-image-1064\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-Letter-to-Parents.jpg\" alt=\"\" width=\"407\" height=\"525\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/iswo-networking-idea-sheet/\" rel=\"attachment wp-att-1065\"><img class=\"alignright size-full wp-image-1065\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-Networking-Idea-Sheet.jpg\" alt=\"\" width=\"407\" height=\"525\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/penny-challenge-tag-card-back-2/\" rel=\"attachment wp-att-1066\"><img class=\"alignright size-full wp-image-1066\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/Penny-Challenge-Tag-Card-back.jpg\" alt=\"\" width=\"357\" height=\"362\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/penny-challenge-tag-card-front-2/\" rel=\"attachment wp-att-1067\"><img class=\"alignright size-full wp-image-1067\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/Penny-Challenge-Tag-Card-front.jpg\" alt=\"\" width=\"352\" height=\"367\" /></a>\r\n\r\n<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-presentation-folder-front/\" rel=\"attachment wp-att-1078\"><img class=\"size-full wp-image-1078 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/iswo-presentation-folder-front.jpg\" alt=\"\" width=\"701\" height=\"461\" /></a>\r\n\r\n<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-presentation-folder-inside/\" rel=\"attachment wp-att-1079\"><img class=\"size-full wp-image-1079 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/iswo-presentation-folder-inside.jpg\" alt=\"\" width=\"693\" height=\"452\" /></a>','School Assembly Resources','','publish','closed','closed','','school-assembly-resources','','','2018-12-03 11:27:54','2018-12-03 16:27:54','',0,'http://itstartswithone.org/?page_id=443',0,'page','',0),(444,2,'2017-10-14 02:08:01','2017-10-14 02:08:01','','School Assembly Resources','','inherit','closed','closed','','443-revision-v1','','','2017-10-14 02:08:01','2017-10-14 02:08:01','',443,'http://itstartswithone.org/443-revision-v1/',0,'revision','',0),(445,2,'2017-10-14 02:09:29','2017-10-14 02:09:29',' ','','','publish','closed','closed','','445','','','2018-12-02 22:01:25','2018-12-03 03:01:25','',0,'http://itstartswithone.org/?p=445',19,'nav_menu_item','',0),(446,2,'2017-10-14 02:09:30','2017-10-14 02:09:30',' ','','','publish','closed','closed','','faqs','','','2018-12-02 22:01:25','2018-12-03 03:01:25','',0,'http://itstartswithone.org/?p=446',4,'nav_menu_item','',0),(448,2,'2017-10-14 02:22:40','2017-10-14 02:22:40','<iframe width=\"560\" height=\"560\" src=\"https://www.youtube.com/embed/Ar7abcf81P8\" frameborder=\"0\" allowfullscreen></iframe>','School Assemblies','','inherit','closed','closed','','434-revision-v1','','','2017-10-14 02:22:40','2017-10-14 02:22:40','',434,'http://itstartswithone.org/434-revision-v1/',0,'revision','',0),(449,2,'2017-10-21 13:28:41','2017-10-21 18:28:41','<?php echo do_shortcode(\'[Rich_Web_Slider id=\"1\"]\');?>\n<div style=\"height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"150\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\nOur purpose is to inspire people, young and old to play a role in changing the world, first locally in their community and then globally through a pay it forward movement we call The Penny Challenge. We work to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org/collections/the-penny-challenge/products/take-the-penny-challenge\" target=\"_blank\" rel=\"noopener noreferrer\">TAKE THE PENNY CHALLENGE</a></p>\n[wsi-widget title=\"Invite your friends\"]','The Penny Challenge','','inherit','closed','closed','','102-autosave-v1','','','2017-10-21 13:28:41','2017-10-21 18:28:41','',102,'http://itstartswithone.org/102-autosave-v1/',0,'revision','',0),(450,2,'2017-10-14 03:42:22','2017-10-14 03:42:22','<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org/collections/the-penny-challenge/products/take-the-penny-challenge\" target=\"_blank\" rel=\"noopener noreferrer\">TAKE THE PENNY CHALLENGE</a></p>\r\n\r\n<div style=\"height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"150\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\nOur purpose is to inspire kids to play a role in changing the world, first locally in your community and then globally through a pay it forward movement we call The Penny Challenge. We work to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org/collections/the-penny-challenge/products/take-the-penny-challenge\" target=\"_blank\" rel=\"noopener noreferrer\">TAKE THE PENNY CHALLENGE</a></p>\r\n[wsi-widget title=\"Invite your friends\"]','The Penny Challenge','','inherit','closed','closed','','102-revision-v1','','','2017-10-14 03:42:22','2017-10-14 03:42:22','',102,'http://itstartswithone.org/102-revision-v1/',0,'revision','',0),(451,2,'2017-10-14 03:43:13','2017-10-14 03:43:13','<p style=\"text-align: center;\"></p>\r\n\r\n<div style=\"height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"150\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\nOur purpose is to inspire kids to play a role in changing the world, first locally in your community and then globally through a pay it forward movement we call The Penny Challenge. We work to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org/collections/the-penny-challenge/products/take-the-penny-challenge\" target=\"_blank\" rel=\"noopener noreferrer\">TAKE THE PENNY CHALLENGE</a></p>\r\n[wsi-widget title=\"Invite your friends\"]','The Penny Challenge','','inherit','closed','closed','','102-revision-v1','','','2017-10-14 03:43:13','2017-10-14 03:43:13','',102,'http://itstartswithone.org/102-revision-v1/',0,'revision','',0),(453,2,'2017-10-16 12:58:08','2017-10-16 12:58:08','<p dir=\"ltr\">Mission Statement: Because there will always be unmet needs, inherent evil and fatal illnesses in the world, we will work daily to meet the needs, combat the evil and ease the suffering of illnesses. We believe that one person truly can make a difference.</p>\r\n<p dir=\"ltr\">Purpose Statement: Our purpose is to inspire people, young and old to play a role in changing the world, first locally in their community and then globally through a pay it forward movement we call The Penny Challenge. We work to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.</p>','Our Mission & Purpose','','inherit','closed','closed','','361-revision-v1','','','2017-10-16 12:58:08','2017-10-16 12:58:08','',361,'http://itstartswithone.org/361-revision-v1/',0,'revision','',0),(454,0,'2017-10-16 13:35:15','2017-10-16 13:35:15','','','','publish','closed','closed','','454','','','2017-10-16 13:35:15','2017-10-16 13:35:15','',0,'http://itstartswithone.org/nf_sub/454/',0,'nf_sub','',0),(455,0,'2017-10-16 15:58:18','2017-10-16 15:58:18','','','','publish','closed','closed','','455','','','2017-10-16 15:58:18','2017-10-16 15:58:18','',0,'http://itstartswithone.org/nf_sub/455/',0,'nf_sub','',0),(456,0,'2017-10-16 16:05:15','2017-10-16 16:05:15','','','','publish','closed','closed','','456','','','2017-10-16 16:05:15','2017-10-16 16:05:15','',0,'http://itstartswithone.org/nf_sub/456/',0,'nf_sub','',0),(457,2,'2017-10-16 12:47:11','2017-10-16 17:47:11','','First Church of God','','publish','closed','closed','','first-church-of-god','','','2017-10-16 12:47:11','2017-10-16 17:47:11','',0,'http://itstartswithone.org/team/first-church-of-god/',0,'sp_team','',0),(458,2,'2017-10-16 12:47:13','2017-10-16 17:47:13','','Freedom Church','','publish','closed','closed','','freedom-church','','','2017-10-16 12:47:13','2017-10-16 17:47:13','',0,'http://itstartswithone.org/team/freedom-church/',0,'sp_team','',0),(459,2,'2017-10-16 12:48:37','2017-10-16 17:48:37','','Sean Hockensmith','','publish','closed','closed','','sean-hockensmith','','','2017-10-16 12:48:37','2017-10-16 17:48:37','',0,'http://itstartswithone.org/player/sean-hockensmith/',0,'sp_player','',0),(460,2,'2017-10-16 12:48:38','2017-10-16 17:48:38','','Craig Ellis','','publish','closed','closed','','craig-ellis','','','2017-10-16 12:48:38','2017-10-16 17:48:38','',0,'http://itstartswithone.org/player/craig-ellis/',0,'sp_player','',0),(461,2,'2017-10-16 12:48:39','2017-10-16 17:48:39','','Wallace Bailey','','publish','closed','closed','','wallace-bailey','','','2017-10-16 12:48:39','2017-10-16 17:48:39','',0,'http://itstartswithone.org/player/wallace-bailey/',0,'sp_player','',0),(462,2,'2017-10-16 12:48:40','2017-10-16 17:48:40','','Roger Ball','','publish','closed','closed','','roger-ball','','','2017-10-16 12:48:40','2017-10-16 17:48:40','',0,'http://itstartswithone.org/staff/roger-ball/',0,'sp_staff','',0),(463,2,'2017-10-16 12:50:21','2017-10-16 17:50:21','This is an example Calendar. As a new SportsPress user, you should go to <a href=\"http://itstartswithone.org/wp-admin/edit.php?post_type=sp_calendar\">your dashboard</a> to delete this Calendar and create new Calendars for your content. Have fun!','Calendar','','publish','closed','closed','','calendar','','','2017-10-16 12:50:21','2017-10-16 17:50:21','',0,'http://itstartswithone.org/calendar/calendar/',0,'sp_calendar','',0),(464,2,'2017-10-16 12:50:22','2017-10-16 17:50:22','This is an example League Table. As a new SportsPress user, you should go to <a href=\"http://itstartswithone.org/wp-admin/edit.php?post_type=sp_table\">your dashboard</a> to delete this League Table and create new League Tables for your content. Have fun!','League Table','','publish','closed','closed','','league-table','','','2017-10-16 12:50:22','2017-10-16 17:50:22','',0,'http://itstartswithone.org/table/league-table/',0,'sp_table','',0),(465,2,'2017-10-16 12:50:22','2017-10-16 17:50:22','This is an example Player List. As a new SportsPress user, you should go to <a href=\"http://itstartswithone.org/wp-admin/edit.php?post_type=sp_list\">your dashboard</a> to delete this Player List and create new Player Lists for your content. Have fun!','Player List','','publish','closed','closed','','player-list','','','2017-10-16 12:50:22','2017-10-16 17:50:22','',0,'http://itstartswithone.org/list/player-list/',0,'sp_list','',0),(466,2,'2017-10-16 14:01:35','0000-00-00 00:00:00','','Freedom Church vs First Church of God','','draft','closed','closed','','','','','2017-10-16 14:01:35','2017-10-16 19:01:35','',0,'http://itstartswithone.org/?post_type=sp_event&p=466',0,'sp_event','',0),(467,2,'2017-10-16 12:59:01','2017-10-16 17:59:01','','Tommy Jenkins','','publish','closed','closed','','tommy-jenkins','','','2017-10-16 12:59:01','2017-10-16 17:59:01','',0,'http://itstartswithone.org/?post_type=sp_player&p=467',0,'sp_player','',0),(468,2,'2017-10-16 13:30:22','2017-10-16 18:30:22','','The Penny Challenge','','publish','closed','closed','','the-penny-challenge','','','2017-10-16 13:30:22','2017-10-16 18:30:22','',0,'http://itstartswithone.org/?post_type=sp_event&p=468',0,'sp_event','',0),(469,2,'2017-10-16 13:33:15','2017-10-16 18:33:15','','Niko Green','','publish','closed','closed','','niko-green','','','2017-10-16 13:33:15','2017-10-16 18:33:15','',0,'http://itstartswithone.org/?post_type=sp_player&p=469',0,'sp_player','',0),(470,2,'2017-10-16 13:33:42','2017-10-16 18:33:42','','Adam AAA','','publish','closed','closed','','adam-aaa','','','2017-10-16 13:38:54','2017-10-16 18:38:54','',0,'http://itstartswithone.org/?post_type=sp_player&p=470',0,'sp_player','',0),(471,2,'2017-10-16 13:36:49','2017-10-16 18:36:49','','Wayne Smith','','publish','closed','closed','','wayne-smith','','','2017-10-16 13:36:49','2017-10-16 18:36:49','',0,'http://itstartswithone.org/?post_type=sp_staff&p=471',0,'sp_staff','',0),(473,2,'2018-04-11 11:56:25','2018-04-11 16:56:25','<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"wp-image-219 aligncenter\" src=\"http://itstartswithone.org/wp-content/uploads/2017/04/Copy-of-TAKE-THE-1024x768.jpg\" alt=\"\" width=\"600\" height=\"450\" /></a>\r\n<p style=\"text-align: center;\">I just took The Penny Challenge and now it\'s your turn. I challenge you to donate $3.65 (a penny a day for a year) and then challenge 3 of your friends to do the same within 24 hours. #itstartswithone #thepennychallenge</p>\r\n\r\n<h2 style=\"text-align: center;\"><strong><a href=\"https://store.itstartswithone.org/collections/the-penny-challenge/products/take-the-penny-challenge\" target=\"_blank\" rel=\"noopener noreferrer\"></a></strong></h2>\r\n<h2 style=\"text-align: center;\"><a href=\"http://itstartswithone.org/invite/\" target=\"_blank\" rel=\"noopener noreferrer\">Challenge Others Now</a></h2>\r\n<p style=\"text-align: center;\">Click below to challenge others via social media.</p>','','','inherit','closed','closed','','218-autosave-v1','','','2018-04-11 11:56:25','2018-04-11 16:56:25','',218,'http://itstartswithone.org/218-autosave-v1/',0,'revision','',0),(474,2,'2017-10-16 14:07:28','2017-10-16 19:07:28','<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"wp-image-219 aligncenter\" src=\"http://itstartswithone.org/wp-content/uploads/2017/04/Copy-of-TAKE-THE-1024x768.jpg\" alt=\"\" width=\"600\" height=\"450\" /></a>\r\n<p style=\"text-align: center;\">I just took The Penny Challenge and now it\'s your turn. I challenge you to donate $3.65 (a penny a day for a year) and then challenge 3 of your friends to do the same within 24 hours. #itstartswithone #thepennychallenge</p>\r\n\r\n<h2 style=\"text-align: center;\"><strong><a href=\"https://store.itstartswithone.org/collections/the-penny-challenge/products/take-the-penny-challenge\" target=\"_blank\" rel=\"noopener noreferrer\">TAKE THE PENNY CHALLENGE</a></strong></h2>\r\n<h2 style=\"text-align: center;\"><a href=\"http://itstartswithone.org/invite/\" target=\"_blank\" rel=\"noopener noreferrer\">Challenge Others Now</a></h2>\r\n<p style=\"text-align: center;\">Click below to challenge others via social media.</p>','','','inherit','closed','closed','','218-revision-v1','','','2017-10-16 14:07:28','2017-10-16 19:07:28','',218,'http://itstartswithone.org/218-revision-v1/',0,'revision','',0),(475,0,'2017-10-17 09:35:05','2017-10-17 14:35:05','','','','publish','closed','closed','','475','','','2017-10-17 09:35:05','2017-10-17 14:35:05','',0,'http://itstartswithone.org/nf_sub/475/',0,'nf_sub','',0),(477,3,'2017-10-17 13:02:01','2017-10-17 18:02:01','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n\r\n<input name=\"parentuserid\" type=\"hidden\" />\r\n\r\n<input type=\"submit\" value=\"Signup\" />\r\n<script id=\"pap_x2s6df8d\" src=\"http://login.thepennychallenge.com/scripts/salejs.php\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">PostAffTracker.writeAffiliateToCustomField(\'parentuserid\');</script>\r\n\r\n</form>','The Penny Challenge - Step 1','','inherit','closed','closed','','186-revision-v1','','','2017-10-17 13:02:01','2017-10-17 18:02:01','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(478,2,'2017-10-17 13:58:01','2017-10-17 18:58:01','<a href=\"https://itstartswithone.org/ffm/ryckers-family-2/\" rel=\"attachment wp-att-1030\"><img class=\"alignright size-full wp-image-1030\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/ryckers-family-2.jpg\" alt=\"\" width=\"781\" height=\"563\" /></a> <a href=\"https://itstartswithone.org/ffm/img_7597/\" rel=\"attachment wp-att-1029\"><img class=\"alignright wp-image-1029\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/IMG_7597.png\" alt=\"\" width=\"349\" height=\"196\" /></a>\r\n\r\nRycker\'s story:\r\n\r\nLast night my sweet Rycker’s life flashed before my eyes, as he went in to full cardiac arrest and pulmonary hypertension crises, while his whole body turned blue and went limp in my arms. After nudging my baby to try get him to come too, my babies lifeless body lay in my arms. As scared as I was, I wasn’t going to let that moment be the last moment of my babies life. I can’t help the tears rolling down my face as I write this, but it needs to be done. Immediately the CPR certification class I had taken came full force, I rushed against the seconds and grabbed a blanket and put Rycker flat on the floor and started doing infant CPR, strictly compressions,as he was already on oxygen and I knew every second counted, that if I stopped doing those compressions even for a second that it could make all the difference. As distraught as I was I knew I had to be focused for my baby. Although it seemed like forever my baby,came back and soon started wailing, I never thought I would be so happy to hear that sound of wailing, or a screaming baby! My sister-in-law and Jeffrey came rushing in the house soon after with the police coming in behind, all while Rycker was still going in and out of it, crying to the point of turning blue again, and not being able to breath. As we waited for the ambulance, there was nothing more that could be done but wait,we waited for 20 minutes for the ambulance to arrive . The reason I’m posting about this devastating event, is to let others know that even though you may think you will never need it, A CPR class is of the utmost importance. I tell you as a heart mom, as an everyday mom, as a mom that saw my sons life flash before my eyes, as a mom that had never thought she would need to do CPR on her child, that learning CPR is what every parent should be mandated to do after having a baby. Cardiac issues or not. Just like before you leave the hospital after having a baby you have to watch the shaken baby syndrome videos or how you have to go to a car seat class. It should be mandated that every parent learns CPR before leaving the hospital with their baby. You never know when something could happen to the point that you will need it, even if it’s not to save your child’s life but another. So I please ask you to think about taking a CPR class, no mom or parent should ever have to go through what we went through last night.\r\n\r\nRycker has been in and out of it since arriving to the hospital, he had another cyanotic episode last night where his lips and the lower half of his body turned blue, he went into brachycardia, which means his heart rate went below 60(it should be between 120-145) He is very weak. So again we are back in the hospital not knowing what the future holds, not knowing if our baby will have another episode or ever fully recover. I really don’t think my baby would even be here if it wasn’t for CPR. All I ask is for prayers and If you have never considered taking a CPR class please consider it, even if you never think you will have to use it, you just never know !\r\n\r\n\r\n\r\n<a href=\"https://itstartswithone.org/healers-heroes/img_6495/\" rel=\"attachment wp-att-1027\"><img class=\"alignright wp-image-1027\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/IMG_6495.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a> <a href=\"https://itstartswithone.org/healers-heroes/img_6494/\" rel=\"attachment wp-att-1026\"><img class=\"alignright wp-image-1026\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/IMG_6494.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a> <a href=\"https://itstartswithone.org/healers-heroes/img_6493-1/\" rel=\"attachment wp-att-1025\"><img class=\"alignright wp-image-1025\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/IMG_6493-1.jpg\" alt=\"\" width=\"226\" height=\"301\" /></a>\r\n\r\nLiam K.\r\n\r\n<img class=\"alignnone size-medium wp-image-496\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image1-5-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n\r\nLiam\'s story:\r\n\r\nLiam was diagnosed with Medulloblastoma (a form of brain cancer) at the beginning of 2016 when he was just five years old. He went through surgery to remove as much of the tumors as possible. Liam had another surgery to place a central line which would be used for chemotherapy throughout five cycles. Most cycles required long stays at PSHMC (Penn State Hershey Medical Center). Liam completed chemo and had a stem cell transplant in August 2016. At that time he was declared cancer free and needed routine MRIs every three months.\r\n<div></div>\r\n<div>In April 2017 his MRI revealed his cancer was had returned. He had biopsy surgery in the beginning of May. Since then he has started treatment of oral chemo medications. This requires routine exams and blood work twice a week at PSHMC. The whole brain and spine are receiving treatment not just the tumors. The treatment has the risk of many side effects.</div>\r\n<div></div>\r\n<div>Kristen (Liam\'s Mom) and Liam are living in Philadelphia during weekdays and hope to go home to Shippensburg each weekend as long as he is able to make the trip. Kristen is a single Mom and has an older son, Caleb who is 9 and a daughter Eden who is 4. Kristen\'s faith is amazing, but as you know, it can be hard and trying. This family could really use your thoughts and prayers. In addition to your prayers, they could use a financial blessing. To help support Liam and Kristen you can <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">donate here</a> or participate in <a href=\"http://itstartswithone.org/the-penny-challenge-step-1/\">The Penny Challenge</a>.</div>\r\n<img class=\"alignnone size-medium wp-image-497\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image2-300x295.jpg\" alt=\"\" width=\"300\" height=\"295\" />\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nLexi V.\r\n\r\n<img class=\"alignnone size-medium wp-image-490\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image1-4-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n\r\nLexi is the first person that ISWO had the privilege of supporting through YOUR efforts, hard work and donations. Lexi has been battling a brain tumor while her Mom, Vanessa has been right by her side every second of every day. ISWO was able to aid Lexi and her family with a check for $3,250. YOU make these moments possible.\r\n\r\n<iframe src=\"https://www.youtube.com/embed/EuIF93X01qc\" width=\"560\" height=\"380\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nIt Starts With One Launch Party Volunteers (Heroes)\r\n\r\n*In no particular order...\r\n\r\nRobert Smith Gabe Tullier Justine Tullier\r\n\r\nShaun Schofield Kyle Bailey Eli Osborn\r\n\r\nJulio Cantu Roger Ball Niko Green\r\n\r\nShawn Fey Michael Skelley Laura Psaric\r\n\r\nAllen Lowery Kim Johnson Sheritta Johnson\r\n\r\nJeffiner Garcia Brendan Edwards Miguel Garcia\r\n\r\nDenny Hockensmith Pat Hockensmith Jim Sunderwirth\r\n\r\nAlex Henriquez','Featured Family of the Month','','publish','closed','closed','','ffm','','','2018-10-15 18:12:41','2018-10-15 23:12:41','',0,'http://itstartswithone.org/?page_id=478',0,'page','',0),(479,2,'2017-10-17 13:58:01','2017-10-17 18:58:01','','Healers & Heroes','','inherit','closed','closed','','478-revision-v1','','','2017-10-17 13:58:01','2017-10-17 18:58:01','',478,'http://itstartswithone.org/478-revision-v1/',0,'revision','',0),(480,2,'2017-10-17 13:59:22','2017-10-17 18:59:22',' ','','','publish','closed','closed','','480','','','2018-12-02 22:01:25','2018-12-03 03:01:25','',0,'http://itstartswithone.org/?p=480',6,'nav_menu_item','',0),(482,2,'2017-10-17 14:24:42','2017-10-17 19:24:42','Liam K.\r\n\r\n<img class=\"alignnone size-medium wp-image-496\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image1-5-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n\r\nLiam\'s story:\r\n\r\nLiam was diagnosed with Medulloblastoma (a form of brain cancer) at the beginning of 2016 when he was just five years old. He went through surgery to remove as much of the tumors as possible. Liam had another surgery to place a central line which would be used for chemotherapy throughout five cycles. Most cycles required long stays at PSHMC (Penn State Hershey Medical Center). Liam completed chemo and had a stem cell transplant in August 2016. At that time he was declared cancer free and needed routine MRIs every three months.\r\n<div></div>\r\n<div>In April 2017 his MRI revealed his cancer was had returned. He had biopsy surgery in the beginning of May. Since then he has started treatment of oral chemo medications. This requires routine exams and blood work twice a week at PSHMC. The whole brain and spine are receiving treatment not just the tumors. The treatment has the risk of many side effects.</div>\r\n<div></div>\r\n<div>Kristen (Liam\'s Mom) and Liam are living in Philadelphia during weekdays and hope to go home to Shippensburg each weekend as long as he is able to make the trip. Kristen is a single Mom and has an older son, Caleb who is 9 and a daughter Eden who is 4. Kristen\'s faith is amazing, but as you know, it can be hard and trying. This family could really use your thoughts and prayers. In addition to your prayers, they could use a financial blessing. To help support Liam and Kristen you can <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">donate here</a> or participate in <a href=\"http://itstartswithone.org/the-penny-challenge-step-1/\">The Penny Challenge</a>.</div>\r\n<img class=\"alignnone size-medium wp-image-497\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image2-300x295.jpg\" alt=\"\" width=\"300\" height=\"295\" />\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nLexi V.\r\n\r\n<img class=\"alignnone size-medium wp-image-490\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image1-4-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n\r\nLexi is the first person that ISWO had the privilege of supporting through YOUR efforts, hard work and donations. Lexi has been battling a brain tumor while her Mom, Vanessa has been right by her side every second of every day. ISWO was able to aid Lexi and her family with a check for $3,250. YOU make these moments possible.\r\n\r\n<iframe src=\"https://www.youtube.com/embed/EuIF93X01qc\" width=\"560\" height=\"380\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','Healers (People ISWO is helping)','','publish','closed','closed','','healers-people-iswo-is-helping','','','2017-10-17 15:18:32','2017-10-17 20:18:32','',0,'http://itstartswithone.org/?page_id=482',0,'page','',0),(483,2,'2017-10-17 14:24:42','2017-10-17 19:24:42','','Healers (People ISWO is helping)','','inherit','closed','closed','','482-revision-v1','','','2017-10-17 14:24:42','2017-10-17 19:24:42','',482,'http://itstartswithone.org/482-revision-v1/',0,'revision','',0),(484,2,'2017-10-17 14:25:44','2017-10-17 19:25:44','It Starts With One Launch Party Volunteers (Heroes)\r\n\r\n*In no particular order...\r\n\r\nRobert Smith Gabe Tullier Justine Tullier\r\n\r\nShaun Schofield Kyle Bailey Eli Osborn\r\n\r\nJulio Cantu Roger Ball Niko Green\r\n\r\nShawn Fey Michael Skelley Laura Psaric\r\n\r\nAllen Lowery Kim Johnson Sheritta Johnson\r\n\r\nJeffiner Garcia Brendan Edwards Miguel Garcia\r\n\r\nDenny Hockensmith Pat Hockensmith Jim Sunderwirth\r\n\r\nAlex Henriquez','Heroes (Standout Volunteers / TPC Participants)','','publish','closed','closed','','heroes-standout-volunteers-tpc-participants','','','2017-10-21 12:57:50','2017-10-21 17:57:50','',0,'http://itstartswithone.org/?page_id=484',0,'page','',0),(485,2,'2017-10-17 14:25:44','2017-10-17 19:25:44','','Heroes (Standout Volunteers / TPC Participants)','','inherit','closed','closed','','484-revision-v1','','','2017-10-17 14:25:44','2017-10-17 19:25:44','',484,'http://itstartswithone.org/484-revision-v1/',0,'revision','',0),(488,2,'2017-10-17 14:33:15','2017-10-17 19:33:15','Loren Hockensmith - ISWO President & Founder\n\n<img class=\"alignnone size-medium wp-image-387\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/FullSizeRender-2-300x210.jpg\" alt=\"\" width=\"300\" height=\"210\" />\n\nLoren grew up in Newville Pennsylvania, a small farming town in the heart of the state. Always an ambitious youth, Loren spent the majority of his teenage years involved in sports or music. Even at a young age Loren had a knack for leadership and inspiring others.\n\nAt 25 years old Loren started his first business. One he grew to generate over a million dollars in revenue in a few short years. At 30, Loren relocated to the Treasure Coast Florida, where he has lived ever since.\n\nDuring the next several years, a car accident, cancer and several health challenges changed his life significantly. After going through a dozen major surgeries along with a few dramatic twists and turns with his businesses, Loren and his family were left with a mountain of medical bills and had to overcome going from a six figure annual income to being without any income for over a years time.\n\nLoren has a powerful message that reaches right to the heart of his audience every time. As a cancer survivor who went from on top to rock bottom, Loren connects as he shares the journey of his climb back up the mountain top. Whether speaking to students or adults, schools or churches his message is sure to forever impact his listeners.\n\n ','Loren Hockensmith','','inherit','closed','closed','','390-autosave-v1','','','2017-10-17 14:33:15','2017-10-17 19:33:15','',390,'http://itstartswithone.org/390-autosave-v1/',0,'revision','',0),(489,2,'2017-10-17 14:34:07','2017-10-17 19:34:07','Loren Hockensmith - ISWO President & Founder\r\n\r\n<img class=\"alignnone size-medium wp-image-387\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/FullSizeRender-2-300x210.jpg\" alt=\"\" width=\"300\" height=\"210\" />\r\n\r\nLoren grew up in Newville Pennsylvania, a small farming town in the heart of the state. Always an ambitious youth, Loren spent the majority of his teenage years involved in sports or music. Even at a young age Loren had a knack for leadership and inspiring others.\r\n\r\nAt 25 years old Loren started his first business. One he grew to generate over a million dollars in revenue in a few short years. At 30, Loren relocated to the Treasure Coast Florida, where he has lived ever since.\r\n\r\nDuring the next several years, a car accident, cancer and several health challenges changed his life significantly. After going through a dozen major surgeries along with a few dramatic twists and turns with his businesses, Loren and his family were left with a mountain of medical bills and had to overcome going from a six figure annual income to being without any income for over a years time.\r\n\r\nLoren has a powerful message that reaches right to the heart of his audience every time. As a cancer survivor who went from on top to rock bottom, Loren connects as he shares the journey of his climb back up the mountain top. Whether speaking to students or adults, schools or churches his message is sure to forever impact his listeners.\r\n\r\n<a href=\"http://www.lorenhockensmith.com\">Loren\'s Official Website</a>','Loren Hockensmith','','inherit','closed','closed','','390-revision-v1','','','2017-10-17 14:34:07','2017-10-17 19:34:07','',390,'http://itstartswithone.org/390-revision-v1/',0,'revision','',0),(490,2,'2017-10-17 14:37:49','2017-10-17 19:37:49','','image1 (4)','','inherit','closed','closed','','image1-4-2','','','2017-10-17 14:37:49','2017-10-17 19:37:49','',482,'http://itstartswithone.org/wp-content/uploads/2017/10/image1-4.jpg',0,'attachment','image/jpeg',0),(491,2,'2017-10-17 15:17:49','2017-10-17 20:17:49','Liam K.\n\n<img class=\"alignnone size-medium wp-image-496\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image1-5-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\n\nLiam\'s story:\n\nLiam was diagnosed with Medulloblastoma (a form of brain cancer) at the beginning of 2016 when he was just five years old. He went through surgery to remove as much of the tumors as possible. Liam had another surgery to place a central line which would be used for chemotherapy throughout five cycles. Most cycles required long stays at PSHMC (Penn State Hershey Medical Center). Liam completed chemo and had a stem cell transplant in August 2016. At that time he was declared cancer free and needed routine MRIs every three months.\n<div></div>\n<div>In April 2017 his MRI revealed his cancer was had returned. He had biopsy surgery in the beginning of May. Since then he has started treatment of oral chemo medications. This requires routine exams and blood work twice a week at PSHMC. The whole brain and spine are receiving treatment not just the tumors. The treatment has the risk of many side effects.</div>\n<div></div>\n<div>Kristen (Liam\'s Mom) and Liam are living in Philadelphia during weekdays and hope to go home to Shippensburg each weekend as long as he is able to make the trip. Kristen is a single Mom and has an older son, Caleb who is 9 and a daughter Eden who is 4. Kristen\'s faith is amazing, but as you know, it can be hard and trying. This family could really use your thoughts and prayers. In addition to your prayers, they could use a financial blessing. To help support Liam and Kristen you can <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">donate here</a> or participate in</div>\n<img class=\"alignnone size-medium wp-image-497\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image2-300x295.jpg\" alt=\"\" width=\"300\" height=\"295\" />\n\n \n\n \n\n \n\nLexi V.\n\n<img class=\"alignnone size-medium wp-image-490\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image1-4-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\n\nLexi is the first person that ISWO had the privilege of supporting through YOUR efforts, hard work and donations. Lexi has been battling a brain tumor while her Mom, Vanessa has been right by her side every second of every day. ISWO was able to aid Lexi and her family with a check for $3,250. YOU make these moments possible.\n\n<iframe src=\"https://www.youtube.com/embed/EuIF93X01qc\" width=\"560\" height=\"380\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','Healers (People ISWO is helping)','','inherit','closed','closed','','482-autosave-v1','','','2017-10-17 15:17:49','2017-10-17 20:17:49','',482,'http://itstartswithone.org/482-autosave-v1/',0,'revision','',0),(492,2,'2017-10-17 14:43:39','2017-10-17 19:43:39','Lexi is the first person that ISWO had the privilege of blessing through YOUR hard work and donations. Lexi has been battling a brain tumor while her Mom, Vanessa has been right by her side every second of every day. ISWO was able to support Lexi\'s battle with a check for $3,250. YOU make these moments possible.\r\n\r\n<img class=\"alignnone size-medium wp-image-490\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image1-4-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /> <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EuIF93X01qc\" frameborder=\"0\" allowfullscreen></iframe>','Healers (People ISWO is helping)','','inherit','closed','closed','','482-revision-v1','','','2017-10-17 14:43:39','2017-10-17 19:43:39','',482,'http://itstartswithone.org/482-revision-v1/',0,'revision','',0),(493,2,'2017-10-17 14:44:53','2017-10-17 19:44:53','Lexi is the first person that ISWO had the privilege of blessing through YOUR hard work and donations. Lexi has been battling a brain tumor while her Mom, Vanessa has been right by her side every second of every day. ISWO was able to support Lexi\'s battle with a check for $3,250. YOU make these moments possible.\r\n\r\n<img class=\"alignnone size-medium wp-image-490\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image1-4-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /> <iframe width=\"560\" height=\"560\" src=\"https://www.youtube.com/embed/EuIF93X01qc\" frameborder=\"0\" allowfullscreen></iframe>','Healers (People ISWO is helping)','','inherit','closed','closed','','482-revision-v1','','','2017-10-17 14:44:53','2017-10-17 19:44:53','',482,'http://itstartswithone.org/482-revision-v1/',0,'revision','',0),(494,2,'2017-10-17 14:47:58','2017-10-17 19:47:58','Lexi is the first person that ISWO had the privilege of supporting through YOUR efforts, hard work and donations. Lexi has been battling a brain tumor while her Mom, Vanessa has been right by her side every second of every day. ISWO was able to aid Lexi and her family with a check for $3,250. YOU make these moments possible.\r\n\r\n<img class=\"alignnone size-medium wp-image-490\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image1-4-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /> <iframe src=\"https://www.youtube.com/embed/EuIF93X01qc\" width=\"560\" height=\"560\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','Healers (People ISWO is helping)','','inherit','closed','closed','','482-revision-v1','','','2017-10-17 14:47:58','2017-10-17 19:47:58','',482,'http://itstartswithone.org/482-revision-v1/',0,'revision','',0),(495,2,'2017-10-17 14:48:48','2017-10-17 19:48:48','Lexi is the first person that ISWO had the privilege of supporting through YOUR efforts, hard work and donations. Lexi has been battling a brain tumor while her Mom, Vanessa has been right by her side every second of every day. ISWO was able to aid Lexi and her family with a check for $3,250. YOU make these moments possible.\r\n\r\n<img class=\"alignnone size-medium wp-image-490\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image1-4-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /> <iframe src=\"https://www.youtube.com/embed/EuIF93X01qc\" width=\"560\" height=\"380\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','Healers (People ISWO is helping)','','inherit','closed','closed','','482-revision-v1','','','2017-10-17 14:48:48','2017-10-17 19:48:48','',482,'http://itstartswithone.org/482-revision-v1/',0,'revision','',0),(496,2,'2017-10-17 15:08:52','2017-10-17 20:08:52','','image1 (5)','','inherit','closed','closed','','image1-5-2','','','2017-10-17 15:08:52','2017-10-17 20:08:52','',482,'http://itstartswithone.org/wp-content/uploads/2017/10/image1-5.jpg',0,'attachment','image/jpeg',0),(497,2,'2017-10-17 15:09:58','2017-10-17 20:09:58','','image2','','inherit','closed','closed','','image2-2','','','2017-10-17 15:09:58','2017-10-17 20:09:58','',482,'http://itstartswithone.org/wp-content/uploads/2017/10/image2.jpg',0,'attachment','image/jpeg',0),(498,2,'2017-10-17 15:10:20','2017-10-17 20:10:20','Liam K.\r\n\r\n<img class=\"alignnone size-medium wp-image-496\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image1-5-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\nLiam\'s story:\r\n\r\nLiam was diagnosed with Medulloblastoma (a form of brain cancer) at the beginning of 2016 when he was just five years old. He went through surgery to remove as much of the tumors as possible. Liam had another surgery to place a central line which would be used for chemotherapy throughout five cycles. Most cycles required long stays at PSHMC (Penn State Hershey Medical Center). Liam completed chemo and had a stem cell transplant in August 2016. At that time he was declared cancer free and needed routine MRIs every three months.\r\n<div></div>\r\n<div>In April 2017 his MRI revealed his cancer was had returned. He had biopsy surgery in the beginning of May. Since then he has started treatment of oral chemo medications. This requires routine exams and blood work twice a week at PSHMC. The whole brain and spine are receiving treatment not just the tumors. The treatment has the risk of many side effects.</div>\r\n<div></div>\r\n<div>Kristen (Liam\'s Mom) and Liam are living in Philadelphia during weekdays and hope to go home to Shippensburg each weekend as long as he is able to make the trip. Kristen is a single Mom and has an older son, Caleb who is 9 and a daughter Eden who is 4. Kristen\'s faith is amazing, but as you know, it can be hard and trying.</div>\r\n<div></div>\r\n<div>This family could really use your thoughts and prayers. In addition to your prayers, they could use a financial blessing. To help support Liam and Kristen you can donate</div>\r\n<img class=\"alignnone size-medium wp-image-497\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image2-300x295.jpg\" alt=\"\" width=\"300\" height=\"295\" />\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nLexi V.\r\n\r\n<img class=\"alignnone size-medium wp-image-490\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image1-4-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n\r\nLexi is the first person that ISWO had the privilege of supporting through YOUR efforts, hard work and donations. Lexi has been battling a brain tumor while her Mom, Vanessa has been right by her side every second of every day. ISWO was able to aid Lexi and her family with a check for $3,250. YOU make these moments possible.\r\n\r\n<iframe src=\"https://www.youtube.com/embed/EuIF93X01qc\" width=\"560\" height=\"380\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','Healers (People ISWO is helping)','','inherit','closed','closed','','482-revision-v1','','','2017-10-17 15:10:20','2017-10-17 20:10:20','',482,'http://itstartswithone.org/482-revision-v1/',0,'revision','',0),(499,2,'2017-10-17 15:11:59','2017-10-17 20:11:59','Liam K.\r\n\r\n<img class=\"alignnone size-medium wp-image-496\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image1-5-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n\r\nLiam\'s story:\r\n\r\nLiam was diagnosed with Medulloblastoma (a form of brain cancer) at the beginning of 2016 when he was just five years old. He went through surgery to remove as much of the tumors as possible. Liam had another surgery to place a central line which would be used for chemotherapy throughout five cycles. Most cycles required long stays at PSHMC (Penn State Hershey Medical Center). Liam completed chemo and had a stem cell transplant in August 2016. At that time he was declared cancer free and needed routine MRIs every three months.\r\n<div></div>\r\n<div>In April 2017 his MRI revealed his cancer was had returned. He had biopsy surgery in the beginning of May. Since then he has started treatment of oral chemo medications. This requires routine exams and blood work twice a week at PSHMC. The whole brain and spine are receiving treatment not just the tumors. The treatment has the risk of many side effects.</div>\r\n<div></div>\r\n<div>Kristen (Liam\'s Mom) and Liam are living in Philadelphia during weekdays and hope to go home to Shippensburg each weekend as long as he is able to make the trip. Kristen is a single Mom and has an older son, Caleb who is 9 and a daughter Eden who is 4. Kristen\'s faith is amazing, but as you know, it can be hard and trying.</div>\r\n<div></div>\r\n<div></div>\r\n<div>This family could really use your thoughts and prayers. In addition to your prayers, they could use a financial blessing. To help support Liam and Kristen you can donate</div>\r\n<img class=\"alignnone size-medium wp-image-497\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image2-300x295.jpg\" alt=\"\" width=\"300\" height=\"295\" />\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nLexi V.\r\n\r\n<img class=\"alignnone size-medium wp-image-490\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image1-4-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n\r\nLexi is the first person that ISWO had the privilege of supporting through YOUR efforts, hard work and donations. Lexi has been battling a brain tumor while her Mom, Vanessa has been right by her side every second of every day. ISWO was able to aid Lexi and her family with a check for $3,250. YOU make these moments possible.\r\n\r\n<iframe src=\"https://www.youtube.com/embed/EuIF93X01qc\" width=\"560\" height=\"380\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','Healers (People ISWO is helping)','','inherit','closed','closed','','482-revision-v1','','','2017-10-17 15:11:59','2017-10-17 20:11:59','',482,'http://itstartswithone.org/482-revision-v1/',0,'revision','',0),(500,2,'2017-10-17 15:14:14','2017-10-17 20:14:14','Liam K.\r\n\r\n<img class=\"alignnone size-medium wp-image-496\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image1-5-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n\r\nLiam\'s story:\r\n\r\nLiam was diagnosed with Medulloblastoma (a form of brain cancer) at the beginning of 2016 when he was just five years old. He went through surgery to remove as much of the tumors as possible. Liam had another surgery to place a central line which would be used for chemotherapy throughout five cycles. Most cycles required long stays at PSHMC (Penn State Hershey Medical Center). Liam completed chemo and had a stem cell transplant in August 2016. At that time he was declared cancer free and needed routine MRIs every three months.\r\n<div></div>\r\n<div>In April 2017 his MRI revealed his cancer was had returned. He had biopsy surgery in the beginning of May. Since then he has started treatment of oral chemo medications. This requires routine exams and blood work twice a week at PSHMC. The whole brain and spine are receiving treatment not just the tumors. The treatment has the risk of many side effects.</div>\r\n<div></div>\r\n<div>Kristen (Liam\'s Mom) and Liam are living in Philadelphia during weekdays and hope to go home to Shippensburg each weekend as long as he is able to make the trip. Kristen is a single Mom and has an older son, Caleb who is 9 and a daughter Eden who is 4. Kristen\'s faith is amazing, but as you know, it can be hard and trying.</div>\r\n<div></div>\r\n<div>This family could really use your thoughts and prayers. In addition to your prayers, they could use a financial blessing. To help support Liam and Kristen you can donate</div>\r\n<img class=\"alignnone size-medium wp-image-497\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image2-300x295.jpg\" alt=\"\" width=\"300\" height=\"295\" />\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nLexi V.\r\n\r\n<img class=\"alignnone size-medium wp-image-490\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image1-4-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n\r\nLexi is the first person that ISWO had the privilege of supporting through YOUR efforts, hard work and donations. Lexi has been battling a brain tumor while her Mom, Vanessa has been right by her side every second of every day. ISWO was able to aid Lexi and her family with a check for $3,250. YOU make these moments possible.\r\n\r\n<iframe src=\"https://www.youtube.com/embed/EuIF93X01qc\" width=\"560\" height=\"380\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','Healers (People ISWO is helping)','','inherit','closed','closed','','482-revision-v1','','','2017-10-17 15:14:14','2017-10-17 20:14:14','',482,'http://itstartswithone.org/482-revision-v1/',0,'revision','',0),(501,2,'2017-10-17 15:15:05','2017-10-17 20:15:05','Liam K.\r\n\r\n<img class=\"alignnone size-medium wp-image-496\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image1-5-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n\r\nLiam\'s story:\r\n\r\nLiam was diagnosed with Medulloblastoma (a form of brain cancer) at the beginning of 2016 when he was just five years old. He went through surgery to remove as much of the tumors as possible. Liam had another surgery to place a central line which would be used for chemotherapy throughout five cycles. Most cycles required long stays at PSHMC (Penn State Hershey Medical Center). Liam completed chemo and had a stem cell transplant in August 2016. At that time he was declared cancer free and needed routine MRIs every three months.\r\n<div></div>\r\n<div>In April 2017 his MRI revealed his cancer was had returned. He had biopsy surgery in the beginning of May. Since then he has started treatment of oral chemo medications. This requires routine exams and blood work twice a week at PSHMC. The whole brain and spine are receiving treatment not just the tumors. The treatment has the risk of many side effects.</div>\r\n<div></div>\r\n<div>Kristen (Liam\'s Mom) and Liam are living in Philadelphia during weekdays and hope to go home to Shippensburg each weekend as long as he is able to make the trip. Kristen is a single Mom and has an older son, Caleb who is 9 and a daughter Eden who is 4. Kristen\'s faith is amazing, but as you know, it can be hard and trying. This family could really use your thoughts and prayers. In addition to your prayers, they could use a financial blessing. To help support Liam and Kristen you can donate</div>\r\n<img class=\"alignnone size-medium wp-image-497\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image2-300x295.jpg\" alt=\"\" width=\"300\" height=\"295\" />\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nLexi V.\r\n\r\n<img class=\"alignnone size-medium wp-image-490\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image1-4-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n\r\nLexi is the first person that ISWO had the privilege of supporting through YOUR efforts, hard work and donations. Lexi has been battling a brain tumor while her Mom, Vanessa has been right by her side every second of every day. ISWO was able to aid Lexi and her family with a check for $3,250. YOU make these moments possible.\r\n\r\n<iframe src=\"https://www.youtube.com/embed/EuIF93X01qc\" width=\"560\" height=\"380\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','Healers (People ISWO is helping)','','inherit','closed','closed','','482-revision-v1','','','2017-10-17 15:15:05','2017-10-17 20:15:05','',482,'http://itstartswithone.org/482-revision-v1/',0,'revision','',0),(502,2,'2017-10-17 15:18:32','2017-10-17 20:18:32','Liam K.\r\n\r\n<img class=\"alignnone size-medium wp-image-496\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image1-5-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n\r\nLiam\'s story:\r\n\r\nLiam was diagnosed with Medulloblastoma (a form of brain cancer) at the beginning of 2016 when he was just five years old. He went through surgery to remove as much of the tumors as possible. Liam had another surgery to place a central line which would be used for chemotherapy throughout five cycles. Most cycles required long stays at PSHMC (Penn State Hershey Medical Center). Liam completed chemo and had a stem cell transplant in August 2016. At that time he was declared cancer free and needed routine MRIs every three months.\r\n<div></div>\r\n<div>In April 2017 his MRI revealed his cancer was had returned. He had biopsy surgery in the beginning of May. Since then he has started treatment of oral chemo medications. This requires routine exams and blood work twice a week at PSHMC. The whole brain and spine are receiving treatment not just the tumors. The treatment has the risk of many side effects.</div>\r\n<div></div>\r\n<div>Kristen (Liam\'s Mom) and Liam are living in Philadelphia during weekdays and hope to go home to Shippensburg each weekend as long as he is able to make the trip. Kristen is a single Mom and has an older son, Caleb who is 9 and a daughter Eden who is 4. Kristen\'s faith is amazing, but as you know, it can be hard and trying. This family could really use your thoughts and prayers. In addition to your prayers, they could use a financial blessing. To help support Liam and Kristen you can <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">donate here</a> or participate in <a href=\"http://itstartswithone.org/the-penny-challenge-step-1/\">The Penny Challenge</a>.</div>\r\n<img class=\"alignnone size-medium wp-image-497\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image2-300x295.jpg\" alt=\"\" width=\"300\" height=\"295\" />\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nLexi V.\r\n\r\n<img class=\"alignnone size-medium wp-image-490\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image1-4-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n\r\nLexi is the first person that ISWO had the privilege of supporting through YOUR efforts, hard work and donations. Lexi has been battling a brain tumor while her Mom, Vanessa has been right by her side every second of every day. ISWO was able to aid Lexi and her family with a check for $3,250. YOU make these moments possible.\r\n\r\n<iframe src=\"https://www.youtube.com/embed/EuIF93X01qc\" width=\"560\" height=\"380\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','Healers (People ISWO is helping)','','inherit','closed','closed','','482-revision-v1','','','2017-10-17 15:18:32','2017-10-17 20:18:32','',482,'http://itstartswithone.org/482-revision-v1/',0,'revision','',0),(503,2,'2017-10-17 15:29:43','2017-10-17 20:29:43','','penny-shirt-final-trans-bg2','','inherit','closed','closed','','penny-shirt-final-trans-bg2','','','2017-10-17 15:29:43','2017-10-17 20:29:43','',439,'http://itstartswithone.org/wp-content/uploads/2017/10/penny-shirt-final-trans-bg2.jpg',0,'attachment','image/jpeg',0),(504,2,'2017-10-17 15:29:56','2017-10-17 20:29:56','<img src=\"http://itstartswithone.org/wp-content/uploads/2017/10/penny-shirt-final-trans-bg2-291x300.jpg\" alt=\"\" width=\"291\" height=\"300\" class=\"alignnone size-medium wp-image-503\" />','Penny Challenge Resources','','inherit','closed','closed','','439-revision-v1','','','2017-10-17 15:29:56','2017-10-17 20:29:56','',439,'http://itstartswithone.org/439-revision-v1/',0,'revision','',0),(506,2,'2017-10-17 15:51:44','2017-10-17 20:51:44','It Starts With One Launch Party Volunteers\r\n\r\nGabe Tullier\r\n\r\nJustine Tullier\r\n\r\nShaun Schofield\r\n\r\nKyle Bailey\r\n\r\nRoger Ball\r\n\r\nNiko Green\r\n\r\nShawn Fey\r\n\r\nMichael Skelley\r\n\r\nLaura Psaric\r\n\r\nAllen Lowery\r\n\r\nKim Johnson\r\n\r\nSheritta Johnson','Heroes (Standout Volunteers / TPC Participants)','','inherit','closed','closed','','484-revision-v1','','','2017-10-17 15:51:44','2017-10-17 20:51:44','',484,'http://itstartswithone.org/484-revision-v1/',0,'revision','',0),(507,2,'2017-10-17 15:52:54','2017-10-17 20:52:54','It Starts With One Launch Party Volunteers (In no particular order)...\r\n\r\nRobert Smith\r\n\r\nGabe Tullier\r\n\r\nJustine Tullier\r\n\r\nShaun Schofield\r\n\r\nKyle Bailey\r\n\r\nRoger Ball\r\n\r\nNiko Green\r\n\r\nShawn Fey\r\n\r\nMichael Skelley\r\n\r\nLaura Psaric\r\n\r\nAllen Lowery\r\n\r\nKim Johnson\r\n\r\nSheritta Johnson','Heroes (Standout Volunteers / TPC Participants)','','inherit','closed','closed','','484-revision-v1','','','2017-10-17 15:52:54','2017-10-17 20:52:54','',484,'http://itstartswithone.org/484-revision-v1/',0,'revision','',0),(508,2,'2017-10-17 15:58:36','2017-10-17 20:58:36','','penny-shirt-final-trans-bg2','','inherit','closed','closed','','penny-shirt-final-trans-bg2-2','','','2017-10-17 15:58:36','2017-10-17 20:58:36','',443,'http://itstartswithone.org/wp-content/uploads/2017/10/penny-shirt-final-trans-bg2-1.jpg',0,'attachment','image/jpeg',0),(509,2,'2017-10-17 15:58:47','2017-10-17 20:58:47','<img class=\"alignnone size-medium wp-image-503\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/penny-shirt-final-trans-bg2-291x300.jpg\" alt=\"\" width=\"291\" height=\"300\" />','School Assembly Resources','','inherit','closed','closed','','443-revision-v1','','','2017-10-17 15:58:47','2017-10-17 20:58:47','',443,'http://itstartswithone.org/443-revision-v1/',0,'revision','',0),(510,2,'2017-10-17 16:00:02','2017-10-17 21:00:02','It Starts With One Launch Party Volunteers (In no particular order)...\r\n\r\nRobert Smith\r\n\r\nGabe Tullier\r\n\r\nJustine Tullier\r\n\r\nShaun Schofield\r\n\r\nKyle Bailey\r\n\r\nEli Osborn\r\n\r\nJulio Cantu\r\n\r\nRoger Ball\r\n\r\nNiko Green\r\n\r\nShawn Fey\r\n\r\nMichael Skelley\r\n\r\nLaura Psaric\r\n\r\nAllen Lowery\r\n\r\nKim Johnson\r\n\r\nSheritta Johnson','Heroes (Standout Volunteers / TPC Participants)','','inherit','closed','closed','','484-revision-v1','','','2017-10-17 16:00:02','2017-10-17 21:00:02','',484,'http://itstartswithone.org/484-revision-v1/',0,'revision','',0),(511,2,'2017-10-17 16:05:24','2017-10-17 21:05:24','It Starts With One Launch Party Volunteers (In no particular order)...\r\n\r\nRobert Smith Gabe Tullier Justine Tullier\r\n\r\nShaun Schofield Kyle Bailey Eli Osborn\r\n\r\nJulio Cantu Roger Ball Niko Green\r\n\r\nShawn Fey\r\n\r\nMichael Skelley\r\n\r\nLaura Psaric\r\n\r\nAllen Lowery\r\n\r\nKim Johnson\r\n\r\nSheritta Johnson','Heroes (Standout Volunteers / TPC Participants)','','inherit','closed','closed','','484-revision-v1','','','2017-10-17 16:05:24','2017-10-17 21:05:24','',484,'http://itstartswithone.org/484-revision-v1/',0,'revision','',0),(512,2,'2017-10-17 16:19:15','2017-10-17 21:19:15','It Starts With One Launch Party Volunteers (Heroes)\n\n*In no particular order...\n\nRobert Smith Gabe Tullier Justine Tullier\n\nShaun Schofield Kyle Bailey Eli Osborn\n\nJulio Cantu Roger Ball Niko Green\n\nShawn Fey Michael Skelley Laura Psaric\n\nAllen Lowery Kim Johnson Sheritta Johnson\n\nJeffiner Garcia','Heroes (Standout Volunteers / TPC Participants)','','inherit','closed','closed','','484-autosave-v1','','','2017-10-17 16:19:15','2017-10-17 21:19:15','',484,'http://itstartswithone.org/484-autosave-v1/',0,'revision','',0),(513,2,'2017-10-17 16:07:16','2017-10-17 21:07:16','It Starts With One Launch Party Volunteers (In no particular order)...\r\n\r\nRobert Smith Gabe Tullier Justine Tullier\r\n\r\nShaun Schofield Kyle Bailey Eli Osborn\r\n\r\nJulio Cantu Roger Ball Niko Green\r\n\r\nShawn Fey Michael Skelley Laura Psaric\r\n\r\nAllen Lowery Kim Johnson Sheritta Johnson','Heroes (Standout Volunteers / TPC Participants)','','inherit','closed','closed','','484-revision-v1','','','2017-10-17 16:07:16','2017-10-17 21:07:16','',484,'http://itstartswithone.org/484-revision-v1/',0,'revision','',0),(514,2,'2017-10-17 16:12:48','2017-10-17 21:12:48','It Starts With One Launch Party Volunteers (Heroes)\r\n\r\n*In no particular order...\r\n\r\nRobert Smith Gabe Tullier Justine Tullier\r\n\r\nShaun Schofield Kyle Bailey Eli Osborn\r\n\r\nJulio Cantu Roger Ball Niko Green\r\n\r\nShawn Fey Michael Skelley Laura Psaric\r\n\r\nAllen Lowery Kim Johnson Sheritta Johnson','Heroes (Standout Volunteers / TPC Participants)','','inherit','closed','closed','','484-revision-v1','','','2017-10-17 16:12:48','2017-10-17 21:12:48','',484,'http://itstartswithone.org/484-revision-v1/',0,'revision','',0),(515,2,'2017-10-17 16:20:02','2017-10-17 21:20:02','It Starts With One Launch Party Volunteers (Heroes)\r\n\r\n*In no particular order...\r\n\r\nRobert Smith Gabe Tullier Justine Tullier\r\n\r\nShaun Schofield Kyle Bailey Eli Osborn\r\n\r\nJulio Cantu Roger Ball Niko Green\r\n\r\nShawn Fey Michael Skelley Laura Psaric\r\n\r\nAllen Lowery Kim Johnson Sheritta Johnson\r\n\r\nJeffiner Garcia Brendan Edwards Miguel Garcia','Heroes (Standout Volunteers / TPC Participants)','','inherit','closed','closed','','484-revision-v1','','','2017-10-17 16:20:02','2017-10-17 21:20:02','',484,'http://itstartswithone.org/484-revision-v1/',0,'revision','',0),(516,2,'2017-10-17 16:24:37','2017-10-17 21:24:37','It Starts With One Launch Party Volunteers (Heroes)\r\n\r\n*In no particular order...\r\n\r\nRobert Smith Gabe Tullier Justine Tullier\r\n\r\nShaun Schofield Kyle Bailey Eli Osborn\r\n\r\nJulio Cantu Roger Ball Niko Green\r\n\r\nShawn Fey Michael Skelley Laura Psaric\r\n\r\nAllen Lowery Kim Johnson Sheritta Johnson\r\n\r\nJeffiner Garcia Brendan Edwards Miguel Garcia','Heroes (Standout Volunteers / TPC Participants)','','inherit','closed','closed','','484-revision-v1','','','2017-10-17 16:24:37','2017-10-17 21:24:37','',484,'http://itstartswithone.org/484-revision-v1/',0,'revision','',0),(517,2,'2017-10-17 16:28:21','2017-10-17 21:28:21','<div style=\"height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"150\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\nOur purpose is to inspire people, young and old to play a role in changing the world, first locally in their community and then globally through a pay it forward movement we call The Penny Challenge. We work to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org/collections/the-penny-challenge/products/take-the-penny-challenge\" target=\"_blank\" rel=\"noopener noreferrer\">TAKE THE PENNY CHALLENGE</a></p>\r\n[wsi-widget title=\"Invite your friends\"]','The Penny Challenge','','inherit','closed','closed','','102-revision-v1','','','2017-10-17 16:28:21','2017-10-17 21:28:21','',102,'http://itstartswithone.org/102-revision-v1/',0,'revision','',0),(518,2,'2017-10-17 16:47:40','2017-10-17 21:47:40','The Penny Challenge Commercial\r\n<iframe src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nThe Penny Challenge - School Informational Video\r\n<iframe src=\"https://www.youtube.com/embed/Ar7abcf81P8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n \r\n\r\nMaking of <em>The Penny Challenge</em> Commercial\r\n\r\n[gallery ids=\"524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541\"]','Media','','publish','closed','closed','','media','','','2018-09-28 11:11:48','2018-09-28 16:11:48','',0,'http://itstartswithone.org/?page_id=518',0,'page','',0),(519,2,'2017-10-17 16:47:40','2017-10-17 21:47:40','','Media','','inherit','closed','closed','','518-revision-v1','','','2017-10-17 16:47:40','2017-10-17 21:47:40','',518,'http://itstartswithone.org/518-revision-v1/',0,'revision','',0),(521,2,'2017-11-14 15:26:33','2017-11-14 20:26:33','What is The Penny Challenge?\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/l7KTivwybNY\" frameborder=\"0\" allowfullscreen></iframe>\n\nHow to take The Penny Challenge steps 1 of 2 and 2 of 2\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" frameborder=\"0\" allowfullscreen></iframe> <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/sSrHwNQSSqg\" frameborder=\"0\" allowfullscreen></iframe>\n\nThe Penny Challenge Flip\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/OfSSN9Jr6v8\" frameborder=\"0\" allowfullscreen></iframe>\n\nThe Penny Challenge Personal Campaign\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/FHVUbjAKjl8\" frameborder=\"0\" allowfullscreen></iframe>\n\nThe Penny Challenge Application Process\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/ZfVDVSB13t8\" frameborder=\"0\" allowfullscreen></iframe>\n\nHow to raise $1,000 in 72 hours using The Penny Challenge\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/yUIDTBJn8Ko\" frameborder=\"0\" allowfullscreen></iframe>\n\nThe Penny Challenge Commercial\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" frameborder=\"0\" allowfullscreen></iframe>\n\nThe Penny Challenge - School Informational Video\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Ar7abcf81P8\" frameborder=\"0\" allowfullscreen></iframe>\n\n \n\nMaking of <em>The Penny Challenge</em> Commercial\n\n[gallery ids=\"524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541\"]','Media','','inherit','closed','closed','','518-autosave-v1','','','2017-11-14 15:26:33','2017-11-14 20:26:33','',518,'http://itstartswithone.org/518-autosave-v1/',0,'revision','',0),(522,2,'2017-10-17 17:13:29','2017-10-17 22:13:29','','IMG_0862','','inherit','closed','closed','','img_0862','','','2017-10-17 17:13:29','2017-10-17 22:13:29','',518,'http://itstartswithone.org/wp-content/uploads/2017/10/IMG_0862.mov',0,'attachment','video/quicktime',0),(523,2,'2017-10-17 17:14:35','2017-10-17 22:14:35','Making of <em>The Penny Challenge</em> Commercial\r\n\r\n[playlist type=\"video\" ids=\"522\"]','Media','','inherit','closed','closed','','518-revision-v1','','','2017-10-17 17:14:35','2017-10-17 22:14:35','',518,'http://itstartswithone.org/518-revision-v1/',0,'revision','',0),(524,2,'2017-10-17 17:29:20','2017-10-17 22:29:20','','IMG_0808','','inherit','closed','closed','','img_0808','','','2017-10-17 17:29:20','2017-10-17 22:29:20','',518,'http://itstartswithone.org/wp-content/uploads/2017/10/IMG_0808.jpg',0,'attachment','image/jpeg',0),(525,2,'2017-10-17 17:32:58','2017-10-17 22:32:58','','IMG_0873','','inherit','closed','closed','','img_0873','','','2017-10-17 17:32:58','2017-10-17 22:32:58','',518,'http://itstartswithone.org/wp-content/uploads/2017/10/IMG_0873.png',0,'attachment','image/png',0),(526,2,'2017-10-17 17:35:30','2017-10-17 22:35:30','','IMG_0874','','inherit','closed','closed','','img_0874','','','2017-10-17 17:35:30','2017-10-17 22:35:30','',518,'http://itstartswithone.org/wp-content/uploads/2017/10/IMG_0874.png',0,'attachment','image/png',0),(527,2,'2017-10-17 17:38:17','2017-10-17 22:38:17','','IMG_0875','','inherit','closed','closed','','img_0875','','','2017-10-17 17:38:17','2017-10-17 22:38:17','',518,'http://itstartswithone.org/wp-content/uploads/2017/10/IMG_0875.png',0,'attachment','image/png',0),(528,2,'2017-10-17 17:42:00','2017-10-17 22:42:00','','IMG_0876','','inherit','closed','closed','','img_0876','','','2017-10-17 17:42:00','2017-10-17 22:42:00','',518,'http://itstartswithone.org/wp-content/uploads/2017/10/IMG_0876.png',0,'attachment','image/png',0),(529,2,'2017-10-17 19:21:45','2017-10-18 00:21:45','','IMG_0880','','inherit','closed','closed','','img_0880','','','2017-10-17 19:21:45','2017-10-18 00:21:45','',518,'http://itstartswithone.org/wp-content/uploads/2017/10/IMG_0880.jpg',0,'attachment','image/jpeg',0),(530,2,'2017-10-17 19:21:55','2017-10-18 00:21:55','','IMG_0881','','inherit','closed','closed','','img_0881','','','2017-10-17 19:21:55','2017-10-18 00:21:55','',518,'http://itstartswithone.org/wp-content/uploads/2017/10/IMG_0881.jpg',0,'attachment','image/jpeg',0),(531,2,'2017-10-17 19:22:03','2017-10-18 00:22:03','','IMG_0941','','inherit','closed','closed','','img_0941','','','2017-10-17 19:22:03','2017-10-18 00:22:03','',518,'http://itstartswithone.org/wp-content/uploads/2017/10/IMG_0941.jpg',0,'attachment','image/jpeg',0),(532,2,'2017-10-17 19:22:08','2017-10-18 00:22:08','','IMG_0942','','inherit','closed','closed','','img_0942','','','2017-10-17 19:22:08','2017-10-18 00:22:08','',518,'http://itstartswithone.org/wp-content/uploads/2017/10/IMG_0942.jpg',0,'attachment','image/jpeg',0),(533,2,'2017-10-17 19:22:28','2017-10-18 00:22:28','','IMG_0957','','inherit','closed','closed','','img_0957','','','2017-10-17 19:22:28','2017-10-18 00:22:28','',518,'http://itstartswithone.org/wp-content/uploads/2017/10/IMG_0957.png',0,'attachment','image/png',0),(534,2,'2017-10-17 19:22:54','2017-10-18 00:22:54','','IMG_0959','','inherit','closed','closed','','img_0959','','','2017-10-17 19:22:54','2017-10-18 00:22:54','',518,'http://itstartswithone.org/wp-content/uploads/2017/10/IMG_0959.png',0,'attachment','image/png',0),(535,2,'2017-10-17 19:23:18','2017-10-18 00:23:18','','IMG_0960','','inherit','closed','closed','','img_0960','','','2017-10-17 19:23:18','2017-10-18 00:23:18','',518,'http://itstartswithone.org/wp-content/uploads/2017/10/IMG_0960.png',0,'attachment','image/png',0),(536,2,'2017-10-17 19:23:30','2017-10-18 00:23:30','','IMG_1277','','inherit','closed','closed','','img_1277','','','2017-10-17 19:23:30','2017-10-18 00:23:30','',518,'http://itstartswithone.org/wp-content/uploads/2017/10/IMG_1277.png',0,'attachment','image/png',0),(537,2,'2017-10-17 19:23:44','2017-10-18 00:23:44','','IMG_1284','','inherit','closed','closed','','img_1284','','','2017-10-17 19:23:44','2017-10-18 00:23:44','',518,'http://itstartswithone.org/wp-content/uploads/2017/10/IMG_1284.png',0,'attachment','image/png',0),(538,2,'2017-10-17 19:23:59','2017-10-18 00:23:59','','IMG_1286','','inherit','closed','closed','','img_1286','','','2017-10-17 19:23:59','2017-10-18 00:23:59','',518,'http://itstartswithone.org/wp-content/uploads/2017/10/IMG_1286.png',0,'attachment','image/png',0),(539,2,'2017-10-17 19:24:17','2017-10-18 00:24:17','','IMG_1288','','inherit','closed','closed','','img_1288','','','2017-10-17 19:24:17','2017-10-18 00:24:17','',518,'http://itstartswithone.org/wp-content/uploads/2017/10/IMG_1288.png',0,'attachment','image/png',0),(540,2,'2017-10-17 19:24:43','2017-10-18 00:24:43','','IMG_1289','','inherit','closed','closed','','img_1289','','','2017-10-17 19:24:43','2017-10-18 00:24:43','',518,'http://itstartswithone.org/wp-content/uploads/2017/10/IMG_1289.png',0,'attachment','image/png',0),(541,2,'2017-10-17 19:25:09','2017-10-18 00:25:09','','IMG_1291','','inherit','closed','closed','','img_1291','','','2017-10-17 19:25:09','2017-10-18 00:25:09','',518,'http://itstartswithone.org/wp-content/uploads/2017/10/IMG_1291.png',0,'attachment','image/png',0),(542,2,'2017-10-17 21:25:12','2017-10-18 02:25:12','Making of <em>The Penny Challenge</em> Commercial\r\n\r\n[gallery ids=\"524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541\"]\r\n\r\n[playlist type=\"video\" ids=\"522\"]','Media','','inherit','closed','closed','','518-revision-v1','','','2017-10-17 21:25:12','2017-10-18 02:25:12','',518,'http://itstartswithone.org/518-revision-v1/',0,'revision','',0),(543,2,'2017-10-18 01:00:54','2017-10-18 06:00:54','<p style=\"text-align: center;\"><img class=\"alignright size-medium wp-image-190\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith-269x300.png\" alt=\"\" width=\"269\" height=\"300\" />It Starts With One began in December 2016 out of the ashes of the most difficult year of founder, Loren Hockensmith’s life. In July of that year he was hit at about 50 mph by a woman who was texting and driving. Loren suffered a stage 3 concussion and broke his back in two places. While being x-rayed in the hospital doctors discovered a mass on his kidney that turned out to be cancer. About a month later while in the hospital battling cancer an employee of Hockensmith’s lawn care business stole $30,000 worth of equipment. Subsequently the company lost over 100 customers <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1607775337\"><span class=\"aQJ\">within two weeks</span></span> and were forced to close the doors on the landscaping business. It was in the darkest days that followed that Loren started actively seeking and earnestly searching for the meaning and purpose of his life and time here on earth. While reading a book, he was prompted to focus not on finding a way to make a million dollars, but instead find a way to help a million people. It wasn’t long after that revelation, one insomnia filled night the he was blessed with the idea for what would later become It Starts With One and The Penny Challenge. Loren’s goal is to raise enough money through ISWO to provide clean water to every human-being on earth, see sex-trafficking come to an end and provide aid to our wounded vets and those battling serious illnesses. Loren truly believes with everyone playing their part by donating the equivalent of just a penny a day, $3.65/year we can accomplish all those goals. 300 million people donating $3.65 = over 1 BILLION dollars. You’re the hero. We’re just the guide. It starts with you. It starts with me. It Starts With One.</p>','Our Story','','inherit','closed','closed','','363-revision-v1','','','2017-10-18 01:00:54','2017-10-18 06:00:54','',363,'http://itstartswithone.org/363-revision-v1/',0,'revision','',0),(544,3,'2017-10-18 03:18:42','2017-10-18 08:18:42','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n\r\n<input type=\"submit\" value=\"Signup\" />\r\n<script id=\"pap_x2s6df8d\" src=\"http://login.thepennychallenge.com/scripts/salejs.php\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">PostAffTracker.writeAffiliateToCustomField(\'parentuserid\');</script>\r\n\r\n</form>','The Penny Challenge - Step 1','','inherit','closed','closed','','186-revision-v1','','','2017-10-18 03:18:42','2017-10-18 08:18:42','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(545,3,'2017-11-17 14:30:01','2017-11-17 19:30:01','<style>\ninput[placeholder] { text-overflow: ellipsis; }\n::-moz-placeholder { text-overflow: ellipsis; }\ninput:-moz-placeholder { text-overflow: ellipsis; }\n@media screen and (max-width:1080px){\n h{\n color:white;\n font-size:25px;\n } \n}\n</style>\n<form id=\"affSignup\" action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\n\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\n\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" placeholder=\"Enter sponsor\'s Email address, then click SET NEW SPONSOR\"/><button id=\"setNewParentButton\" type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\n<div><label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" /></div>\n<input type=\"submit\" value=\"Start Your Challenge\" />\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\n\n</form>The Penny Challenge - Step by Step Instructions (Part One of Two)\n\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"560\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n\nThe Penny Challenge - Step by Step Instructions (Part Two of Two)\n\n<iframe src=\"https://www.youtube.com/embed/sSrHwNQSSqg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge - Start Your Penny Tree (Step 1 of 2)','','inherit','closed','closed','','186-autosave-v1','','','2017-11-17 14:30:01','2017-11-17 19:30:01','',186,'http://itstartswithone.org/186-autosave-v1/',0,'revision','',0),(546,3,'2017-10-18 06:29:43','2017-10-18 11:29:43','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n<span id=\"sponsor\" style=\"font-weight:bold;\"></span>\r\n<div id=\"manualSponsor\" style=\"display:none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\"><button type=\"button\" onclick=\"setNewParent()\">Set new sponsor</button><span style=\"color:red\" id=\"sponsorError\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n\r\n<input type=\"submit\" value=\"Signup\" />\r\n<script id=\"pap_x2s6df8d\" src=\"http://login.thepennychallenge.com/scripts/salejs.php\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">\r\n PostAffTracker.track();\r\n PostAffTracker.writeAffiliateToCustomField(\'parentuserid\');\r\n var i = 0;\r\n var papInterval = setInterval(doMagic, 100);\r\n function doMagic() {\r\n i = i + 1;\r\n var parentID = jQuery(\"#parentuserid\").val();\r\n if ((parentID == \'\' || parentID == undefined || parentID == null) && i < 20) {\r\n return;\r\n }\r\n window.clearInterval(papInterval);\r\n doAjaxCall(\'getEmail\',parentID);\r\n }\r\n function displayManualSponsor () {\r\n if (document.getElementById(\"changeButton\") != null) {\r\n document.getElementById(\"changeButton\").style.display = \"none\";\r\n }\r\n document.getElementById(\"manualSponsor\").style.display = \"block\";\r\n }\r\n function setNewParent() {\r\n var email = document.getElementById(\"sponsorEmail\").value;\r\n if (email == \'\' || email == undefined || email == null || email.indexOf(\'@\') === -1) {\r\n document.getElementById(\"sponsorError\").innerHTML = \'Invalid email address\';\r\n }\r\n var value = doAjaxCall(\'getId\',email); \r\n }\r\n function doAjaxCall (action, value) {\r\n $.ajax({\r\n type: \'GET\',\r\n url: \'http://itstartswithone.org/papStep1Sponsor.php?action=\'+action+\'&value=\'+value,\r\n dataType: \'json\',\r\n success: function(data) {\r\n if (action == \'getEmail\') {\r\n if(data.value != \"\" && data.value != undefined && data.value != null) {\r\n document.getElementById(\"sponsor\").innerHTML = \"Your sponsor is \" + data.value + \". <button type=\'button\' onclick=\'displayManualSponsor()\' id=\'changeButton\'>Change</button>\";\r\n } else {\r\n displayManualSponsor();\r\n }\r\n }\r\n if (action == \'getId\') {\r\n if(data.value != \"\" && data.value != undefined && data.value != null) {\r\n document.getElementById(\"sponsor\").innerHTML = \"Your sponsor is \" + value + \". <button type=\'button\' onclick=\'displayManualSponsor()\' id=\'changeButton\'>Change</button>\";\r\n document.getElementById(\"parentuserid\").value = data.value;\r\n if (document.getElementById(\"sponsorError\").innerHTML != \'\') {\r\n document.getElementById(\"sponsorError\").innerHTML = \'\';\r\n }\r\n } else {\r\n document.getElementById(\"sponsorError\").innerHTML = \'No sponsor with such email address found.\';\r\n }\r\n }\r\n }\r\n });\r\n }\r\n</script>\r\n\r\n</form>','The Penny Challenge - Step 1','','inherit','closed','closed','','186-revision-v1','','','2017-10-18 06:29:43','2017-10-18 11:29:43','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(547,3,'2017-10-18 06:36:24','2017-10-18 11:36:24','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n<span id=\"sponsor\" style=\"font-weight:bold;\"></span>\r\n<div id=\"manualSponsor\" style=\"display:none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\"><button type=\"button\" onclick=\"setNewParent()\">Set new sponsor</button><span style=\"color:red\" id=\"sponsorError\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n\r\n<input type=\"submit\" value=\"Signup\" />\r\n<script id=\"pap_x2s6df8d\" src=\"http://login.thepennychallenge.com/scripts/salejs.php\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n</form>','The Penny Challenge - Step 1','','inherit','closed','closed','','186-revision-v1','','','2017-10-18 06:36:24','2017-10-18 11:36:24','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(548,3,'2017-10-18 06:43:01','2017-10-18 11:43:01','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" /><br />\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" /><br />\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" /><br />\r\n<span id=\"sponsor\" style=\"font-weight:bold;\"></span>\r\n<div id=\"manualSponsor\" style=\"display:none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\"><button type=\"button\" onclick=\"setNewParent()\">Set new sponsor</button><span style=\"color:red\" id=\"sponsorError\"></span><br /></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n\r\n<input type=\"submit\" value=\"Signup\" />\r\n<script id=\"pap_x2s6df8d\" src=\"http://login.thepennychallenge.com/scripts/salejs.php\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n</form>','The Penny Challenge - Step 1','','inherit','closed','closed','','186-revision-v1','','','2017-10-18 06:43:01','2017-10-18 11:43:01','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(549,3,'2017-10-18 06:44:55','2017-10-18 11:44:55','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\">\r\n<p><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" /></p>\r\n<p><label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" /></p>\r\n<p><label><strong>Email </strong></label><input name=\"username\" type=\"text\" /></p>\r\n<p><span id=\"sponsor\" style=\"font-weight:bold;\"></span></p>\r\n<div id=\"manualSponsor\" style=\"display:none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\"><button type=\"button\" onclick=\"setNewParent()\">Set new sponsor</button><span style=\"color:red\" id=\"sponsorError\"></span><br /></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n\r\n<input type=\"submit\" value=\"Signup\" />\r\n<script id=\"pap_x2s6df8d\" src=\"http://login.thepennychallenge.com/scripts/salejs.php\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n</form>','The Penny Challenge - Step 1','','inherit','closed','closed','','186-revision-v1','','','2017-10-18 06:44:55','2017-10-18 11:44:55','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(550,3,'2017-10-18 06:46:34','2017-10-18 11:46:34','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\">\r\n<p><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" /></p>\r\n<p><label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" /></p>\r\n<p><label><strong>Email </strong></label><input name=\"username\" type=\"text\" /></p>\r\n<p><span id=\"sponsor\" style=\"font-weight:bold;\"></span></p>\r\n<div id=\"manualSponsor\" style=\"display:none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\"><button type=\"button\" onclick=\"setNewParent()\">Set new sponsor</button><span style=\"color:red;padding-left:25px;\" id=\"sponsorError\"></span><br /></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n\r\n<input type=\"submit\" value=\"Signup\" />\r\n<script id=\"pap_x2s6df8d\" src=\"http://login.thepennychallenge.com/scripts/salejs.php\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n</form>','The Penny Challenge - Step 1','','inherit','closed','closed','','186-revision-v1','','','2017-10-18 06:46:34','2017-10-18 11:46:34','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(551,3,'2017-10-18 07:15:00','2017-10-18 12:15:00','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\">\r\n<p><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" /></p>\r\n<p><label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" /></p>\r\n<p><label><strong>Email </strong></label><input name=\"username\" type=\"text\" /></p>\r\n<p><span id=\"sponsor\" style=\"font-weight:bold;\"></span></p>\r\n<div id=\"manualSponsor\" style=\"display:none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\"><button type=\"button\" onclick=\"setNewParent()\">Set new sponsor</button><span style=\"border: 1px solid;margin: 10px 0px;padding:15px 10px 15px 50px;color: #D8000C;background-color: #FFBABA;\" id=\"sponsorError\"></span><br /></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n\r\n<input type=\"submit\" value=\"Signup\" />\r\n<script id=\"pap_x2s6df8d\" src=\"http://login.thepennychallenge.com/scripts/salejs.php\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n</form>','The Penny Challenge - Step 1','','inherit','closed','closed','','186-revision-v1','','','2017-10-18 07:15:00','2017-10-18 12:15:00','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(552,3,'2017-10-18 07:16:02','2017-10-18 12:16:02','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\">\r\n<p><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" /></p>\r\n<p><label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" /></p>\r\n<p><label><strong>Email </strong></label><input name=\"username\" type=\"text\" /></p>\r\n<p><span id=\"sponsor\" style=\"font-weight:bold;\"></span></p>\r\n<div id=\"manualSponsor\" style=\"display:none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\"><button type=\"button\" onclick=\"setNewParent()\">Set new sponsor</button><span style=\"color:red;background-color:#FFBABA;margin-left:15px\" id=\"sponsorError\"></span><br /></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n\r\n<input type=\"submit\" value=\"Signup\" />\r\n<script id=\"pap_x2s6df8d\" src=\"http://login.thepennychallenge.com/scripts/salejs.php\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n</form>','The Penny Challenge - Step 1','','inherit','closed','closed','','186-revision-v1','','','2017-10-18 07:16:02','2017-10-18 12:16:02','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(553,3,'2017-10-18 07:28:15','2017-10-18 12:28:15','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\">\r\n<p><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" /></p>\r\n<p><label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" /></p>\r\n<p><label><strong>Email </strong></label><input name=\"username\" type=\"text\" /></p>\r\n<p><span id=\"sponsor\" style=\"font-weight:bold;\"></span></p>\r\n<div id=\"manualSponsor\" style=\"display:none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\"><button type=\"button\" onclick=\"setNewParent()\">Set new sponsor</button><span style=\"color:red;background-color:#FFBABA;margin-left:15px\" id=\"sponsorError\"></span><br /></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n\r\n<input type=\"submit\" value=\"Signup\" />\r\n<script id=\"pap_x2s6df8d\" src=\"http://login.thepennychallenge.com/scripts/salejs.php\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n</form>','The Penny Challenge - Step 1','','inherit','closed','closed','','186-revision-v1','','','2017-10-18 07:28:15','2017-10-18 12:28:15','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(555,3,'2017-10-19 05:53:23','2017-10-19 10:53:23','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\">\r\n<p><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" /></p>\r\n<p><label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" /></p>\r\n<p><label><strong>Email </strong></label><input name=\"username\" type=\"text\" /></p>\r\n<p><span id=\"sponsor\" style=\"font-weight:bold;\"></span></p>\r\n<div id=\"manualSponsor\" style=\"display:none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\"><button type=\"button\" onclick=\"setNewParent()\">Set new sponsor</button><span style=\"color:red;background-color:#FFBABA;margin-left:15px\" id=\"sponsorError\"></span><br /></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n<label><strong>Don\'t have a sponsor. Click here.</strong></label><input id=\"noParentCheckbox\" type=\"checkbox\">\r\n<input type=\"submit\" value=\"Signup\" />\r\n<script id=\"pap_x2s6df8d\" src=\"http://login.thepennychallenge.com/scripts/salejs.php\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n</form>','The Penny Challenge - Step 1','','inherit','closed','closed','','186-revision-v1','','','2017-10-19 05:53:23','2017-10-19 10:53:23','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(556,3,'2017-10-19 05:55:08','2017-10-19 10:55:08','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\">\r\n<p><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" /></p>\r\n<p><label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" /></p>\r\n<p><label><strong>Email </strong></label><input name=\"username\" type=\"text\" /></p>\r\n<p><span id=\"sponsor\" style=\"font-weight:bold;\"></span></p>\r\n<div id=\"manualSponsor\" style=\"display:none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\"><button type=\"button\" onclick=\"setNewParent()\">Set new sponsor</button><span style=\"color:red;background-color:#FFBABA;margin-left:15px\" id=\"sponsorError\"></span><br /></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n<p><label><strong>Don\'t have a sponsor. Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\"></p>\r\n<input type=\"submit\" value=\"Signup\" />\r\n<script id=\"pap_x2s6df8d\" src=\"http://login.thepennychallenge.com/scripts/salejs.php\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n</form>','The Penny Challenge - Step 1','','inherit','closed','closed','','186-revision-v1','','','2017-10-19 05:55:08','2017-10-19 10:55:08','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(557,3,'2017-10-19 05:58:32','2017-10-19 10:58:32','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\">\r\n<p><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" /></p>\r\n<p><label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" /></p>\r\n<p><label><strong>Email </strong></label><input name=\"username\" type=\"text\" /></p>\r\n<p><span id=\"sponsor\" style=\"font-weight:bold;\"></span></p>\r\n<div id=\"manualSponsor\" style=\"display:none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\"><button type=\"button\" onclick=\"setNewParent()\">Set new sponsor</button><span style=\"color:red;background-color:#FFBABA;margin-left:15px\" id=\"sponsorError\"></span><br /></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n<p><label><strong>Don\'t have a sponsor. Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" onchange=\"removeParent(this)\"></p>\r\n<input type=\"submit\" value=\"Signup\" />\r\n<script id=\"pap_x2s6df8d\" src=\"http://login.thepennychallenge.com/scripts/salejs.php\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n</form>','The Penny Challenge - Step 1','','inherit','closed','closed','','186-revision-v1','','','2017-10-19 05:58:32','2017-10-19 10:58:32','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(558,3,'2017-10-19 06:44:26','2017-10-19 11:44:26','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\">\r\n<p><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" /></p>\r\n<p><label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" /></p>\r\n<p><label><strong>Email </strong></label><input name=\"username\" type=\"text\" /></p>\r\n<p><span id=\"sponsor\" style=\"font-weight:bold;\"></span></p>\r\n<div id=\"manualSponsor\" style=\"display:none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\"><button type=\"button\" onclick=\"setNewParent()\">Set new sponsor</button><span style=\"color:red;background-color:#FFBABA;margin-left:15px\" id=\"sponsorError\"></span><br /></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n<p><label><strong>Don\'t have a sponsor. Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" onchange=\"removeParent(this)\"></p>\r\n<input type=\"submit\" value=\"Signup\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n</form>','The Penny Challenge - Step 1','','inherit','closed','closed','','186-revision-v1','','','2017-10-19 06:44:26','2017-10-19 11:44:26','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(559,2,'2017-10-19 15:59:41','2017-10-19 20:59:41','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n\r\n \r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" /><button type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n\r\n<label><strong>Don\'t have a sponsor. Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" />\r\n\r\n<input type=\"submit\" value=\"Signup\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n\r\n</form>','The Penny Challenge - Enter Your Sponsor','','inherit','closed','closed','','186-revision-v1','','','2017-10-19 15:59:41','2017-10-19 20:59:41','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(560,2,'2017-10-19 16:00:43','2017-10-19 21:00:43','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n\r\n \r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" /><button type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n\r\n<label><strong>Don\'t have a sponsor. Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" />\r\n\r\n<input type=\"submit\" value=\"Signup\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n\r\n</form>','The Penny Challenge - Start Your Penny Tree','','inherit','closed','closed','','186-revision-v1','','','2017-10-19 16:00:43','2017-10-19 21:00:43','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(562,2,'2017-10-19 16:04:57','2017-10-19 21:04:57','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\">\r\n<p><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" /></p>\r\n<p><label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" /></p>\r\n<p><label><strong>Email </strong></label><input name=\"username\" type=\"text\" /></p>\r\n<p><span id=\"sponsor\" style=\"font-weight:bold;\"></span></p>\r\n<div id=\"manualSponsor\" style=\"display:none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\"><button type=\"button\" onclick=\"setNewParent()\">Set new sponsor</button><span style=\"color:red;background-color:#FFBABA;margin-left:15px\" id=\"sponsorError\"></span><br /></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n<p><label><strong>Don\'t have a sponsor. Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" onchange=\"removeParent(this)\"></p>\r\n<input type=\"submit\" value=\"Signup\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n</form>','The Penny Challenge - Step 1','','inherit','closed','closed','','186-revision-v1','','','2017-10-19 16:04:57','2017-10-19 21:04:57','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(564,2,'2017-10-19 16:05:50','2017-10-19 21:05:50','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\">\r\n<p><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" /></p>\r\n<p><label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" /></p>\r\n<p><label><strong>Email </strong></label><input name=\"username\" type=\"text\" /></p>\r\n<p><span id=\"sponsor\" style=\"font-weight:bold;\"></span></p>\r\n<div id=\"manualSponsor\" style=\"display:none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\"><button type=\"button\" onclick=\"setNewParent()\">Set new sponsor</button><span style=\"color:red;background-color:#FFBABA;margin-left:15px\" id=\"sponsorError\"></span><br /></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n<p><label><strong>Don\'t have a sponsor. Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" onchange=\"removeParent(this)\"></p>\r\n<input type=\"submit\" value=\"Signup\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n</form>','The Penny Challenge - Start Your Penny Tree','','inherit','closed','closed','','186-revision-v1','','','2017-10-19 16:05:50','2017-10-19 21:05:50','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(565,2,'2017-10-19 20:29:32','2017-10-20 01:29:32','','FullSizeRender (25)','','inherit','closed','closed','','fullsizerender-25','','','2017-10-19 20:29:32','2017-10-20 01:29:32','',439,'http://itstartswithone.org/wp-content/uploads/2017/10/FullSizeRender-25.jpg',0,'attachment','image/jpeg',0),(566,2,'2017-10-19 20:29:51','2017-10-20 01:29:51','<img class=\"alignnone size-medium wp-image-503\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/penny-shirt-final-trans-bg2-291x300.jpg\" alt=\"\" width=\"291\" height=\"300\" /><img class=\"alignright size-medium wp-image-565\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/FullSizeRender-25-208x300.jpg\" alt=\"\" width=\"208\" height=\"300\" />','Penny Challenge Resources','','inherit','closed','closed','','439-revision-v1','','','2017-10-19 20:29:51','2017-10-20 01:29:51','',439,'http://itstartswithone.org/439-revision-v1/',0,'revision','',0),(568,2,'2017-10-19 20:31:13','2017-10-20 01:31:13','<img class=\"alignnone size-medium wp-image-503\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/penny-shirt-final-trans-bg2-291x300.jpg\" alt=\"\" width=\"291\" height=\"300\" /><img class=\"alignright size-medium wp-image-565\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/FullSizeRender-25-208x300.jpg\" alt=\"\" width=\"360\" height=\"500\" />','Penny Challenge Resources','','inherit','closed','closed','','439-revision-v1','','','2017-10-19 20:31:13','2017-10-20 01:31:13','',439,'http://itstartswithone.org/439-revision-v1/',0,'revision','',0),(570,2,'2017-10-19 20:32:35','2017-10-20 01:32:35','Coming soon!','TPC - Street Team','','publish','closed','closed','','penny-challenge-street-team','','','2017-11-06 22:49:08','2017-11-07 03:49:08','',0,'http://itstartswithone.org/?page_id=570',0,'page','',0),(571,2,'2017-10-19 20:32:35','2017-10-20 01:32:35','','Penny Challenge - Street Team','','inherit','closed','closed','','570-revision-v1','','','2017-10-19 20:32:35','2017-10-20 01:32:35','',570,'http://itstartswithone.org/570-revision-v1/',0,'revision','',0),(573,2,'2017-10-20 16:49:15','2017-10-20 21:49:15','Coming Soon!','Kids Corner','','publish','closed','closed','','kidscorner','','','2018-05-03 17:48:31','2018-05-03 22:48:31','',0,'http://itstartswithone.org/?page_id=573',0,'page','',0),(574,2,'2017-10-20 16:49:15','2017-10-20 21:49:15','','Kids Corner','','inherit','closed','closed','','573-revision-v1','','','2017-10-20 16:49:15','2017-10-20 21:49:15','',573,'http://itstartswithone.org/573-revision-v1/',0,'revision','',0),(576,2,'2017-10-20 16:56:15','2017-10-20 21:56:15','','Penny Challenge - Street Team','','publish','closed','closed','','penny-challenge-street-team-2','','','2017-10-20 16:56:15','2017-10-20 21:56:15','',0,'http://itstartswithone.org/?page_id=576',0,'page','',0),(577,2,'2017-10-20 16:56:15','2017-10-20 21:56:15','','Penny Challenge - Street Team','','inherit','closed','closed','','576-revision-v1','','','2017-10-20 16:56:15','2017-10-20 21:56:15','',576,'http://itstartswithone.org/576-revision-v1/',0,'revision','',0),(586,2,'2017-10-20 21:55:36','2017-10-21 02:55:36','','iswo-logo-edited','','inherit','closed','closed','','iswo-logo-edited','','','2017-10-20 21:55:36','2017-10-21 02:55:36','',0,'http://itstartswithone.org/wp-content/uploads/2017/10/iswo-logo-edited.jpg',0,'attachment','image/jpeg',0),(592,2,'2018-04-27 07:52:10','2018-04-27 12:52:10','<p style=\"text-align: left;\"><img class=\"size-medium wp-image-190 alignright\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith-269x300.png\" alt=\"\" width=\"269\" height=\"300\" />It Starts With One began in December 2016 out of the ashes of the most difficult year of founder, Loren Hockensmith’s life. In July of that year he was hit at about 50 mph by a woman who was texting and driving. Loren suffered a stage 3 concussion and broke his back in two places. While being x-rayed in the hospital doctors discovered a mass on his kidney that turned out to be cancer. About a month later while in the hospital battling cancer an employee of Hockensmith’s lawn care business stole $30,000 worth of equipment. Subsequently the company lost over 100 customers <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1607775337\"><span class=\"aQJ\">within two weeks</span></span> and were forced to close the doors on the landscaping business. It was in the darkest days that followed that Loren started actively seeking and earnestly searching for the meaning and purpose of his life and time here on earth. While reading a book, he was prompted to focus not on finding a way to make a million dollars, but instead find a way to help a million people. It wasn’t long after that revelation, one insomnia filled night the he was blessed with the idea for what would later become It Starts With One and The Penny Challenge. Loren’s dream is to create the most impactful children\'s charity in the world. You’re the hero. We’re just the guide. It starts with you. It starts with me. It Starts With One.</p>','Our Story','','inherit','closed','closed','','363-autosave-v1','','','2018-04-27 07:52:10','2018-04-27 12:52:10','',363,'http://itstartswithone.org/363-autosave-v1/',0,'revision','',0),(593,2,'2017-10-21 12:33:55','2017-10-21 17:33:55','<p style=\"text-align: left;\"><img class=\"size-medium wp-image-190 alignright\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith-269x300.png\" alt=\"\" width=\"269\" height=\"300\" />It Starts With One began in December 2016 out of the ashes of the most difficult year of founder, Loren Hockensmith’s life. In July of that year he was hit at about 50 mph by a woman who was texting and driving. Loren suffered a stage 3 concussion and broke his back in two places. While being x-rayed in the hospital doctors discovered a mass on his kidney that turned out to be cancer. About a month later while in the hospital battling cancer an employee of Hockensmith’s lawn care business stole $30,000 worth of equipment. Subsequently the company lost over 100 customers <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1607775337\"><span class=\"aQJ\">within two weeks</span></span> and were forced to close the doors on the landscaping business. It was in the darkest days that followed that Loren started actively seeking and earnestly searching for the meaning and purpose of his life and time here on earth. While reading a book, he was prompted to focus not on finding a way to make a million dollars, but instead find a way to help a million people. It wasn’t long after that revelation, one insomnia filled night the he was blessed with the idea for what would later become It Starts With One and The Penny Challenge. Loren’s goal is to raise enough money through ISWO to provide clean water to every human-being on earth, see sex-trafficking come to an end and provide aid to our wounded vets and those battling serious illnesses. Loren truly believes with everyone playing their part by donating the equivalent of just a penny a day, $3.65/year we can accomplish all those goals. 300 million people donating $3.65 = over 1 BILLION dollars. You’re the hero. We’re just the guide. It starts with you. It starts with me. It Starts With One.</p>','Our Story','','inherit','closed','closed','','363-revision-v1','','','2017-10-21 12:33:55','2017-10-21 17:33:55','',363,'http://itstartswithone.org/363-revision-v1/',0,'revision','',0),(594,2,'2017-10-21 12:36:00','2017-10-21 17:36:00','<p style=\"text-align: center;\">ISWO Board Members</p>\r\n<img class=\"alignnone wp-image-414 aligncenter\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/IMG_3865-300x300.jpg\" alt=\"\" width=\"446\" height=\"446\" />\r\n\r\nTop Left - Bottom Right:\r\n\r\nLoren Hockensmith - President & Founder\r\n\r\nJenna Hockensmith - Treasurer\r\n\r\nKim Johnson - Vice President\r\n\r\nJason Egli - Director\r\n\r\nKayla Mitchell - Secretary\r\n\r\nGabe Tullier - Director','Meet the Team','','inherit','closed','closed','','365-revision-v1','','','2017-10-21 12:36:00','2017-10-21 17:36:00','',365,'http://itstartswithone.org/365-revision-v1/',0,'revision','',0),(595,2,'2017-10-21 12:37:44','2017-10-21 17:37:44','<div style=\"width: 300px; float: right;\">\r\n\r\nIT STARTS WITH ONE\r\n\r\niswoinc@gmail.com\r\n\r\n(772) 242-0446\r\n\r\n \r\n\r\n</div>\r\n<div style=\"width: 300px; float: left;\">[ninja_form id=1]</div>','Contact','','inherit','closed','closed','','10-revision-v1','','','2017-10-21 12:37:44','2017-10-21 17:37:44','',10,'http://itstartswithone.org/10-revision-v1/',0,'revision','',0),(596,2,'2017-10-21 12:52:07','2017-10-21 17:52:07','Liam K.\r\n\r\n<img class=\"alignnone size-medium wp-image-496\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image1-5-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n\r\nLiam\'s story:\r\n\r\nLiam was diagnosed with Medulloblastoma (a form of brain cancer) at the beginning of 2016 when he was just five years old. He went through surgery to remove as much of the tumors as possible. Liam had another surgery to place a central line which would be used for chemotherapy throughout five cycles. Most cycles required long stays at PSHMC (Penn State Hershey Medical Center). Liam completed chemo and had a stem cell transplant in August 2016. At that time he was declared cancer free and needed routine MRIs every three months.\r\n<div></div>\r\n<div>In April 2017 his MRI revealed his cancer was had returned. He had biopsy surgery in the beginning of May. Since then he has started treatment of oral chemo medications. This requires routine exams and blood work twice a week at PSHMC. The whole brain and spine are receiving treatment not just the tumors. The treatment has the risk of many side effects.</div>\r\n<div></div>\r\n<div>Kristen (Liam\'s Mom) and Liam are living in Philadelphia during weekdays and hope to go home to Shippensburg each weekend as long as he is able to make the trip. Kristen is a single Mom and has an older son, Caleb who is 9 and a daughter Eden who is 4. Kristen\'s faith is amazing, but as you know, it can be hard and trying. This family could really use your thoughts and prayers. In addition to your prayers, they could use a financial blessing. To help support Liam and Kristen you can <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">donate here</a> or participate in <a href=\"http://itstartswithone.org/the-penny-challenge-step-1/\">The Penny Challenge</a>.</div>\r\n<img class=\"alignnone size-medium wp-image-497\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image2-300x295.jpg\" alt=\"\" width=\"300\" height=\"295\" />\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nLexi V.\r\n\r\n<img class=\"alignnone size-medium wp-image-490\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image1-4-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n\r\nLexi is the first person that ISWO had the privilege of supporting through YOUR efforts, hard work and donations. Lexi has been battling a brain tumor while her Mom, Vanessa has been right by her side every second of every day. ISWO was able to aid Lexi and her family with a check for $3,250. YOU make these moments possible.\r\n\r\n<iframe src=\"https://www.youtube.com/embed/EuIF93X01qc\" width=\"560\" height=\"380\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n','Healers & Heroes','','inherit','closed','closed','','478-revision-v1','','','2017-10-21 12:52:07','2017-10-21 17:52:07','',478,'http://itstartswithone.org/478-revision-v1/',0,'revision','',0),(597,2,'2017-10-21 12:54:02','2017-10-21 17:54:02','Liam K.\r\n\r\n<img class=\"alignnone size-medium wp-image-496\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image1-5-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n\r\nLiam\'s story:\r\n\r\nLiam was diagnosed with Medulloblastoma (a form of brain cancer) at the beginning of 2016 when he was just five years old. He went through surgery to remove as much of the tumors as possible. Liam had another surgery to place a central line which would be used for chemotherapy throughout five cycles. Most cycles required long stays at PSHMC (Penn State Hershey Medical Center). Liam completed chemo and had a stem cell transplant in August 2016. At that time he was declared cancer free and needed routine MRIs every three months.\r\n<div></div>\r\n<div>In April 2017 his MRI revealed his cancer was had returned. He had biopsy surgery in the beginning of May. Since then he has started treatment of oral chemo medications. This requires routine exams and blood work twice a week at PSHMC. The whole brain and spine are receiving treatment not just the tumors. The treatment has the risk of many side effects.</div>\r\n<div></div>\r\n<div>Kristen (Liam\'s Mom) and Liam are living in Philadelphia during weekdays and hope to go home to Shippensburg each weekend as long as he is able to make the trip. Kristen is a single Mom and has an older son, Caleb who is 9 and a daughter Eden who is 4. Kristen\'s faith is amazing, but as you know, it can be hard and trying. This family could really use your thoughts and prayers. In addition to your prayers, they could use a financial blessing. To help support Liam and Kristen you can <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">donate here</a> or participate in <a href=\"http://itstartswithone.org/the-penny-challenge-step-1/\">The Penny Challenge</a>.</div>\r\n<img class=\"alignnone size-medium wp-image-497\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image2-300x295.jpg\" alt=\"\" width=\"300\" height=\"295\" />\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nLexi V.\r\n\r\n<img class=\"alignnone size-medium wp-image-490\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image1-4-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n\r\nLexi is the first person that ISWO had the privilege of supporting through YOUR efforts, hard work and donations. Lexi has been battling a brain tumor while her Mom, Vanessa has been right by her side every second of every day. ISWO was able to aid Lexi and her family with a check for $3,250. YOU make these moments possible.\r\n\r\n<iframe src=\"https://www.youtube.com/embed/EuIF93X01qc\" width=\"560\" height=\"380\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nIt Starts With One Launch Party Volunteers (Heroes)\r\n\r\n*In no particular order...\r\n\r\nRobert Smith Gabe Tullier Justine Tullier\r\n\r\nShaun Schofield Kyle Bailey Eli Osborn\r\n\r\nJulio Cantu Roger Ball Niko Green\r\n\r\nShawn Fey Michael Skelley Laura Psaric\r\n\r\nAllen Lowery Kim Johnson Sheritta Johnson\r\n\r\nJeffiner Garcia Brendan Edwards Miguel Garcia','Healers & Heroes','','inherit','closed','closed','','478-revision-v1','','','2017-10-21 12:54:02','2017-10-21 17:54:02','',478,'http://itstartswithone.org/478-revision-v1/',0,'revision','',0),(598,2,'2018-10-15 18:11:59','2018-10-15 23:11:59','<a href=\"https://itstartswithone.org/ffm/ryckers-family-2/\" rel=\"attachment wp-att-1030\"><img class=\"alignright size-full wp-image-1030\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/ryckers-family-2.jpg\" alt=\"\" width=\"781\" height=\"563\" /></a> <a href=\"https://itstartswithone.org/ffm/img_7597/\" rel=\"attachment wp-att-1029\"><img class=\"alignright wp-image-1029\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/IMG_7597.png\" alt=\"\" width=\"349\" height=\"196\" /></a>\r\n\r\nRycker\'s story:\r\n\r\nLast night my sweet Rycker’s life flashed before my eyes, as he went in to full cardiac arrest and pulmonary hypertension crises, while his whole body turned blue and went limp in my arms. After nudging my baby to try get him to come too, my babies lifeless body lay in my arms. As scared as I was, I wasn’t going to let that moment be the last moment of my babies life. I can’t help the tears rolling down my face as I write this, but it needs to be done. Immediately the CPR certification class I had taken came full force, I rushed against the seconds and grabbed a blanket and put Rycker flat on the floor and started doing infant CPR, strictly compressions,as he was already on oxygen and I knew every second counted, that if I stopped doing those compressions even for a second that it could make all the difference. As distraught as I was I knew I had to be focused for my baby. Although it seemed like forever my baby,came back and soon started wailing, I never thought I would be so happy to hear that sound of wailing, or a screaming baby! My sister-in-law and Jeffrey came rushing in the house soon after with the police coming in behind, all while Rycker was still going in and out of it, crying to the point of turning blue again, and not being able to breath. As we waited for the ambulance, there was nothing more that could be done but wait,we waited for 20 minutes for the ambulance to arrive . The reason I’m posting about this devastating event, is to let others know that even though you may think you will never need it, A CPR class is of the utmost importance. I tell you as a heart mom, as an everyday mom, as a mom that saw my sons life flash before my eyes, as a mom that had never thought she would need to do CPR on her child, that learning CPR is what every parent should be mandated to do after having a baby. Cardiac issues or not. Just like before you leave the hospital after having a baby you have to watch the shaken baby syndrome videos or how you have to go to a car seat class. It should be mandated that every parent learns CPR before leaving the hospital with their baby. You never know when something could happen to the point that you will need it, even if it’s not to save your child’s life but another. So I please ask you to think about taking a CPR class, no mom or parent should ever have to go through what we went through last night.\r\n\r\nRycker has been in and out of it since arriving to the hospital, he had another cyanotic episode last night where his lips and the lower half of his body turned blue, he went into brachycardia, which means his heart rate went below 60(it should be between 120-145) He is very weak. So again we are back in the hospital not knowing what the future holds, not knowing if our baby will have another episode or ever fully recover. I really don’t think my baby would even be here if it wasn’t for CPR. All I ask is for prayers and If you have never considered taking a CPR class please consider it, even if you never think you will have to use it, you just never know !\r\n\r\n\r\n\r\n<a href=\"https://itstartswithone.org/healers-heroes/img_6495/\" rel=\"attachment wp-att-1027\"><img class=\"alignright wp-image-1027\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/IMG_6495.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a> <a href=\"https://itstartswithone.org/healers-heroes/img_6494/\" rel=\"attachment wp-att-1026\"><img class=\"alignright wp-image-1026\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/IMG_6494.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a> <a href=\"https://itstartswithone.org/healers-heroes/img_6493-1/\" rel=\"attachment wp-att-1025\"><img class=\"alignright wp-image-1025\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/IMG_6493-1.jpg\" alt=\"\" width=\"226\" height=\"301\" /></a>\r\n\r\nLiam K.\r\n\r\n<img class=\"alignnone size-medium wp-image-496\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image1-5-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n\r\nLiam\'s story:\r\n\r\nLiam was diagnosed with Medulloblastoma (a form of brain cancer) at the beginning of 2016 when he was just five years old. He went through surgery to remove as much of the tumors as possible. Liam had another surgery to place a central line which would be used for chemotherapy throughout five cycles. Most cycles required long stays at PSHMC (Penn State Hershey Medical Center). Liam completed chemo and had a stem cell transplant in August 2016. At that time he was declared cancer free and needed routine MRIs every three months.\r\n<div></div>\r\n<div>In April 2017 his MRI revealed his cancer was had returned. He had biopsy surgery in the beginning of May. Since then he has started treatment of oral chemo medications. This requires routine exams and blood work twice a week at PSHMC. The whole brain and spine are receiving treatment not just the tumors. The treatment has the risk of many side effects.</div>\r\n<div></div>\r\n<div>Kristen (Liam\'s Mom) and Liam are living in Philadelphia during weekdays and hope to go home to Shippensburg each weekend as long as he is able to make the trip. Kristen is a single Mom and has an older son, Caleb who is 9 and a daughter Eden who is 4. Kristen\'s faith is amazing, but as you know, it can be hard and trying. This family could really use your thoughts and prayers. In addition to your prayers, they could use a financial blessing. To help support Liam and Kristen you can <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">donate here</a> or participate in <a href=\"http://itstartswithone.org/the-penny-challenge-step-1/\">The Penny Challenge</a>.</div>\r\n<img class=\"alignnone size-medium wp-image-497\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image2-300x295.jpg\" alt=\"\" width=\"300\" height=\"295\" />\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nLexi V.\r\n\r\n<img class=\"alignnone size-medium wp-image-490\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image1-4-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n\r\nLexi is the first person that ISWO had the privilege of supporting through YOUR efforts, hard work and donations. Lexi has been battling a brain tumor while her Mom, Vanessa has been right by her side every second of every day. ISWO was able to aid Lexi and her family with a check for $3,250. YOU make these moments possible.\r\n\r\n<iframe src=\"https://www.youtube.com/embed/EuIF93X01qc\" width=\"560\" height=\"380\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nIt Starts With One Launch Party Volunteers (Heroes)\r\n\r\n*In no particular order...\r\n\r\nRobert Smith Gabe Tullier Justine Tullier\r\n\r\nShaun Schofield Kyle Bailey Eli Osborn\r\n\r\nJulio Cantu Roger Ball Niko Green\r\n\r\nShawn Fey Michael Skelley Laura Psaric\r\n\r\nAllen Lowery Kim Johnson Sheritta Johnson\r\n\r\nJeffiner Garcia Brendan Edwards Miguel Garcia\r\n\r\nDenny Hockensmith Pat Hockensmith Jim Sunderwirth\r\n\r\nAlex Henriquez','Featured Family of the Month','','inherit','closed','closed','','478-autosave-v1','','','2018-10-15 18:11:59','2018-10-15 23:11:59','',478,'http://itstartswithone.org/478-autosave-v1/',0,'revision','',0),(599,2,'2017-10-21 12:56:15','2017-10-21 17:56:15','Liam K.\r\n\r\n<img class=\"alignnone size-medium wp-image-496\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image1-5-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n\r\nLiam\'s story:\r\n\r\nLiam was diagnosed with Medulloblastoma (a form of brain cancer) at the beginning of 2016 when he was just five years old. He went through surgery to remove as much of the tumors as possible. Liam had another surgery to place a central line which would be used for chemotherapy throughout five cycles. Most cycles required long stays at PSHMC (Penn State Hershey Medical Center). Liam completed chemo and had a stem cell transplant in August 2016. At that time he was declared cancer free and needed routine MRIs every three months.\r\n<div></div>\r\n<div>In April 2017 his MRI revealed his cancer was had returned. He had biopsy surgery in the beginning of May. Since then he has started treatment of oral chemo medications. This requires routine exams and blood work twice a week at PSHMC. The whole brain and spine are receiving treatment not just the tumors. The treatment has the risk of many side effects.</div>\r\n<div></div>\r\n<div>Kristen (Liam\'s Mom) and Liam are living in Philadelphia during weekdays and hope to go home to Shippensburg each weekend as long as he is able to make the trip. Kristen is a single Mom and has an older son, Caleb who is 9 and a daughter Eden who is 4. Kristen\'s faith is amazing, but as you know, it can be hard and trying. This family could really use your thoughts and prayers. In addition to your prayers, they could use a financial blessing. To help support Liam and Kristen you can <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">donate here</a> or participate in <a href=\"http://itstartswithone.org/the-penny-challenge-step-1/\">The Penny Challenge</a>.</div>\r\n<img class=\"alignnone size-medium wp-image-497\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image2-300x295.jpg\" alt=\"\" width=\"300\" height=\"295\" />\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nLexi V.\r\n\r\n<img class=\"alignnone size-medium wp-image-490\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image1-4-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n\r\nLexi is the first person that ISWO had the privilege of supporting through YOUR efforts, hard work and donations. Lexi has been battling a brain tumor while her Mom, Vanessa has been right by her side every second of every day. ISWO was able to aid Lexi and her family with a check for $3,250. YOU make these moments possible.\r\n\r\n<iframe src=\"https://www.youtube.com/embed/EuIF93X01qc\" width=\"560\" height=\"380\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nIt Starts With One Launch Party Volunteers (Heroes)\r\n\r\n*In no particular order...\r\n\r\nRobert Smith Gabe Tullier Justine Tullier\r\n\r\nShaun Schofield Kyle Bailey Eli Osborn\r\n\r\nJulio Cantu Roger Ball Niko Green\r\n\r\nShawn Fey Michael Skelley Laura Psaric\r\n\r\nAllen Lowery Kim Johnson Sheritta Johnson\r\n\r\nJeffiner Garcia Brendan Edwards Miguel Garcia\r\n\r\nDenny Hockensmith Pat Hockensmith Jim Sunderwirth\r\n\r\nAlex Henriquez','Healers & Heroes','','inherit','closed','closed','','478-revision-v1','','','2017-10-21 12:56:15','2017-10-21 17:56:15','',478,'http://itstartswithone.org/478-revision-v1/',0,'revision','',0),(600,2,'2017-10-21 12:57:50','2017-10-21 17:57:50','It Starts With One Launch Party Volunteers (Heroes)\r\n\r\n*In no particular order...\r\n\r\nRobert Smith Gabe Tullier Justine Tullier\r\n\r\nShaun Schofield Kyle Bailey Eli Osborn\r\n\r\nJulio Cantu Roger Ball Niko Green\r\n\r\nShawn Fey Michael Skelley Laura Psaric\r\n\r\nAllen Lowery Kim Johnson Sheritta Johnson\r\n\r\nJeffiner Garcia Brendan Edwards Miguel Garcia\r\n\r\nDenny Hockensmith Pat Hockensmith Jim Sunderwirth\r\n\r\nAlex Henriquez','Heroes (Standout Volunteers / TPC Participants)','','inherit','closed','closed','','484-revision-v1','','','2017-10-21 12:57:50','2017-10-21 17:57:50','',484,'http://itstartswithone.org/484-revision-v1/',0,'revision','',0),(601,2,'2017-10-21 13:17:52','2017-10-21 18:17:52','','FullSizeRender (29)','','inherit','closed','closed','','fullsizerender-29','','','2017-10-21 13:17:52','2017-10-21 18:17:52','',0,'http://itstartswithone.org/wp-content/uploads/2017/10/FullSizeRender-29.jpg',0,'attachment','image/jpeg',0),(602,2,'2017-10-21 13:25:51','2017-10-21 18:25:51','','100435080-disney_getty1.1910x1000','','inherit','closed','closed','','100435080-disney_getty1-1910x1000','','','2017-11-11 13:26:58','2017-11-11 18:26:58','',725,'http://itstartswithone.org/wp-content/uploads/2017/10/100435080-disney_getty1.1910x1000.jpg',0,'attachment','image/jpeg',0),(608,2,'2017-10-21 16:35:35','2017-10-21 21:35:35','The Penny Challenge Tournament – COMING SOON!','TPC Tournament','','publish','closed','closed','','tpc-tournament','','','2017-11-06 23:00:01','2017-11-07 04:00:01','',0,'http://itstartswithone.org/?page_id=608',0,'page','',0),(609,2,'2017-10-21 16:35:35','2017-10-21 21:35:35','','TPC Tournament','','inherit','closed','closed','','608-revision-v1','','','2017-10-21 16:35:35','2017-10-21 21:35:35','',608,'http://itstartswithone.org/608-revision-v1/',0,'revision','',0),(611,2,'2017-10-21 16:39:44','2017-10-21 21:39:44','The Penny Challenge Tournament - COMING SOON!','Teen Challenge (13-18 league)','','publish','closed','closed','','teen-challenge-13-18-league','','','2017-10-24 10:47:07','2017-10-24 15:47:07','',0,'http://itstartswithone.org/?page_id=611',0,'page','',0),(612,2,'2017-10-21 16:39:44','2017-10-21 21:39:44','','Teen Challenge (13-18 league)','','inherit','closed','closed','','611-revision-v1','','','2017-10-21 16:39:44','2017-10-21 21:39:44','',611,'http://itstartswithone.org/611-revision-v1/',0,'revision','',0),(616,2,'2017-10-21 16:42:57','2017-10-21 21:42:57','The Penny Challenge Tournament - COMING SOON!','Be the One (18 & older league)','','publish','closed','closed','','be-the-one-19-older-league','','','2017-10-24 10:46:39','2017-10-24 15:46:39','',0,'http://itstartswithone.org/?page_id=616',0,'page','',0),(617,2,'2017-10-21 16:42:57','2017-10-21 21:42:57','','Be the One (19 & older league)','','inherit','closed','closed','','616-revision-v1','','','2017-10-21 16:42:57','2017-10-21 21:42:57','',616,'http://itstartswithone.org/616-revision-v1/',0,'revision','',0),(619,2,'2017-10-21 18:09:24','2017-10-21 23:09:24','The Penny Challenge Tournament - COMING SOON!','The Penny Challenge Tournament - How to Video','','publish','closed','closed','','tpc-tourn-how-to-video','','','2017-10-24 10:46:04','2017-10-24 15:46:04','',0,'http://itstartswithone.org/?page_id=619',0,'page','',0),(620,2,'2017-10-21 18:09:24','2017-10-21 23:09:24','','TPC Tourn How to Video','','inherit','closed','closed','','619-revision-v1','','','2017-10-21 18:09:24','2017-10-21 23:09:24','',619,'http://itstartswithone.org/619-revision-v1/',0,'revision','',0),(622,2,'2017-10-21 18:13:15','2017-10-21 23:13:15','','TPC Tournament How to Video','','inherit','closed','closed','','619-revision-v1','','','2017-10-21 18:13:15','2017-10-21 23:13:15','',619,'http://itstartswithone.org/619-revision-v1/',0,'revision','',0),(623,2,'2017-10-21 18:16:38','2017-10-21 23:16:38','','The Penny Challenge Tournament How to Video','','inherit','closed','closed','','619-revision-v1','','','2017-10-21 18:16:38','2017-10-21 23:16:38','',619,'http://itstartswithone.org/619-revision-v1/',0,'revision','',0),(624,2,'2017-10-21 18:41:18','2017-10-21 23:41:18','','TPC - Street Team','','inherit','closed','closed','','570-revision-v1','','','2017-10-21 18:41:18','2017-10-21 23:41:18','',570,'http://itstartswithone.org/570-revision-v1/',0,'revision','',0),(625,2,'2017-10-21 18:46:03','2017-10-21 23:46:03','','The Penny Challenge Tournament - How to Video','','inherit','closed','closed','','619-revision-v1','','','2017-10-21 18:46:03','2017-10-21 23:46:03','',619,'http://itstartswithone.org/619-revision-v1/',0,'revision','',0),(626,2,'2017-10-21 18:47:17','2017-10-21 23:47:17','','Be the One (18 & older league)','','inherit','closed','closed','','616-revision-v1','','','2017-10-21 18:47:17','2017-10-21 23:47:17','',616,'http://itstartswithone.org/616-revision-v1/',0,'revision','',0),(627,0,'2017-10-23 10:49:46','2017-10-23 15:49:46','','','','publish','closed','closed','','627','','','2017-10-23 10:49:46','2017-10-23 15:49:46','',0,'http://itstartswithone.org/nf_sub/627/',0,'nf_sub','',0),(629,2,'2018-09-24 13:02:45','2018-09-24 18:02:45','<strong>Q: What is It Starts With One?</strong>\n\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization, EIN # 81-504 6170. Our purpose is to help kids develop compassionate and charitable hearts for charity for those in need. Our mission is to inspire kids to play an individual role in charity, supporting other children facing dire circumstances.\n\n<span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\"><strong>Q: Which cause(s) does ISWO support?</strong></span>\n\n<span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\">A: </span><span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\">Children facing dire circumstances. (Examples include - Cancer, AIDS, Child Abuse, Human Trafficking etc) Our board of directors decide on a case by case basis who ISWO will support.</span>\n\n<strong>Q: I know a child that is facing dire circumstances, how can they receive aid and support? </strong>\n\nA: ISWO\'s board of directors selects the children/families that receive aid and support. You may fill out an application to request support for your child or a child you know that\'s facing dire circumstances. To submit an application to be considered to receive support from ISWO click <a href=\"https://itstartswithone.org/application/\">here</a>.\n\n<strong>Q: What is The Penny Challenge?</strong>\n\nA: The Penny Challenge is a program in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then challenges others to do the same within 24 hours.\n\n<strong>Q: How do I take The Penny Challenge?</strong>\n\nA: Step 1) Go to www.itstartswithone.org/donate\nStep 2) Donate $3.65 (or more) by choosing a donation amount and frequency with which you would like to donate.\nStep 3) Challenge and sponsor other people to complete all three steps of The Penny Challenge within 24 hours.\n\n<strong>Q: What is an FFM (Featured Family of the Month)?</strong>\n\nA: The Featured Family of the Month (FFM) are children facing dire circumstances approved by ISWO\'s board of directors. Members of ISWO\'s board of directors will vet all FFM applicants. FFM\'s stories will always be listed on our website and/or in our brochures and print material. Anyone with a child battling dire circumstances can fill out an application by clicking <a href=\"https://itstartswithone.org/application/\">here</a> to be considered to be featured as a FFM.\n\n<strong>Q: Where do funds raised go?</strong>\n\nA: 80% (OR MORE) of funds go towards FFM\'s or other children ISWO\'s board of directors approves to receive support. 20% (OR LESS) goes to overhead. <em>***See the next Q&A for more details.</em>\n\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\n\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs.\n\nAt ISWO we\'re proud to operate at a <strong>MAXIMUM</strong> of 20% going towards overhead costs and 80% <strong>(OR MORE)</strong> going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 1% going towards overhead expenses and 99% going towards charitable programs. It Starts With One will <strong>NEVER</strong> operate where any less than 80% of funds raised go to the children we support.\n\n<strong>Q: What is ISWO\'s budget?</strong>\n\nA: <a href=\"https://itstartswithone.org/wp-content/uploads/2018/04/ISWO-2018-Budget.pdf\">ISWO 2018 Budget</a>\n\n<strong>Q: When are beneficiary checks issued?</strong>\n\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\n\n \n\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-autosave-v1','','','2018-09-24 13:02:45','2018-09-24 18:02:45','',441,'http://itstartswithone.org/441-autosave-v1/',0,'revision','',0),(630,2,'2017-10-23 21:48:47','2017-10-24 02:48:47','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization. Our main purpose is to inspire people, young and old to play a role in changing the world. First, we provide support to the local community and then globally through a pay it forward movement we call, \"The Penny Challenge.\" We work to ensure that all human beings are assured their unalienable rights of life, liberty and the pursuit of happiness. We are here to ensure, protect, and bless those fighting for the very existence of these rights.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a <em>\"Pay It Forward\"</em> movement in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed two ways. The first is to help aid local residents that are personally struggling with any of the ten different causes that ISWO supports. These local residents are often the <em>Featured Family of the Month.</em> The second provides global support to the following ten causes 1) AIDS 2) ALS 3) Cancer 4) General Fund (natural disasters/discretionary etc) 5) Heart Disease 6) Human Trafficking 7) Missions (Clean Water/Housing) 8) Substance Abuse 9) World Hunger 10) Wounded Vets\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are families or individuals struggling with any one of the ten causes we support. Members of ISWO\'s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM\'s stories will always be listed on our website or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all six steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: 3% of every donation is automatically reserved to be distributed to each of the ten causes ISWO supports totaling 30% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims. The percentage that is distributed to local FFM\'s is a case by case basis that is voted on by ISWO\'s board of directors. i.e. One family may have $5,000 worth of medical bills whereas another family with a similar illness, in a similar situation may have $50,000 worth of medical bills. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors.\r\n\r\n','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2017-10-23 21:48:47','2017-10-24 02:48:47','',441,'http://itstartswithone.org/441-revision-v1/',0,'revision','',0),(631,2,'2017-10-23 21:52:18','2017-10-24 02:52:18','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization. Our main purpose is to inspire people, young and old to play a role in changing the world. First, we provide support to the local community and then globally through a pay it forward movement we call, \"The Penny Challenge.\" We work to ensure that all human beings are assured their unalienable rights of life, liberty and the pursuit of happiness. We are here to ensure, protect, and bless those fighting for the very existence of these rights.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a <em>\"Pay It Forward\"</em> movement in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed two ways. The first is to help aid local residents that are personally struggling with any of the ten different causes that ISWO supports. These local residents are often the <em>Featured Family of the Month.</em> The second provides global support to the following ten causes 1) AIDS 2) ALS 3) Cancer 4) General Fund (natural disasters/discretionary etc) 5) Heart Disease 6) Human Trafficking 7) Missions (Clean Water/Housing) 8) Substance Abuse 9) World Hunger 10) Wounded Vets\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all six steps of The Penny Challenge within 24 hours.\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are families or individuals struggling with any one of the ten causes we support. Members of ISWO\'s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM\'s stories will always be listed on our website or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: 3% of every donation is automatically reserved to be distributed to each of the ten causes ISWO supports totaling 30% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims. The percentage that is distributed to local FFM\'s is a case by case basis that is voted on by ISWO\'s board of directors. i.e. One family may have $5,000 worth of medical bills whereas another family with a similar illness, in a similar situation may have $50,000 worth of medical bills. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors.\r\n\r\n','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2017-10-23 21:52:18','2017-10-24 02:52:18','',441,'http://itstartswithone.org/441-revision-v1/',0,'revision','',0),(632,2,'2017-10-23 22:08:18','2017-10-24 03:08:18','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization. Our main purpose is to inspire people, young and old to play a role in changing the world. First, we provide support to the local community and then globally through a pay it forward movement we call, \"The Penny Challenge.\" We work to ensure that all human beings are assured their unalienable rights of life, liberty and the pursuit of happiness. We are here to ensure, protect, and bless those fighting for the very existence of these rights.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a <em>\"Pay It Forward\"</em> movement in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed two ways. The first is to help aid local residents that are personally struggling with any of the ten different causes that ISWO supports. These local residents are often the <em>Featured Family of the Month.</em> The second provides global support to the following ten causes 1) AIDS 2) ALS 3) Cancer 4) General Fund (natural disasters/discretionary etc) 5) Heart Disease 6) Human Trafficking 7) Missions (Clean Water/Housing) 8) Substance Abuse 9) World Hunger 10) Wounded Vets\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all six steps of The Penny Challenge within 24 hours.\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are families or individuals struggling with any one of the ten causes we support. Members of ISWO\'s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM\'s stories will always be listed on our website or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: 3% of every donation is automatically reserved to be distributed to each of the ten causes ISWO supports totaling 30% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims. The percentage that is distributed to local FFM\'s is a case by case basis that is voted on by ISWO\'s board of directors. i.e. One family may have $5,000 worth of medical bills whereas another family with a similar illness, in a similar situation may have $50,000 worth of medical bills. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc. It is widely agreed that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs. At ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 2% going towards overhead expenses and 98% going towards charitable programs.','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2017-10-23 22:08:18','2017-10-24 03:08:18','',441,'http://itstartswithone.org/441-revision-v1/',0,'revision','',0),(633,2,'2017-10-23 22:13:05','2017-10-24 03:13:05','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization. Our main purpose is to inspire people, young and old to play a role in changing the world. First, we provide support to the local community and then globally through a pay it forward movement we call, \"The Penny Challenge.\" We work to ensure that all human beings are assured their unalienable rights of life, liberty and the pursuit of happiness. We are here to ensure, protect, and bless those fighting for the very existence of these rights.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a <em>\"Pay It Forward\"</em> movement in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed two ways. The first is to help aid local residents that are personally struggling with any of the ten different causes that ISWO supports. These local residents are often the <em>Featured Family of the Month.</em> The second provides global support to the following ten causes 1) AIDS 2) ALS 3) Cancer 4) General Fund (natural disasters/discretionary etc) 5) Heart Disease 6) Human Trafficking 7) Missions (Clean Water/Housing) 8) Substance Abuse 9) World Hunger 10) Wounded Vets\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all six steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are families or individuals struggling with any one of the ten causes we support. Members of ISWO\'s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM\'s stories will always be listed on our website or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: 3% of every donation is automatically reserved to be distributed to each of the ten causes ISWO supports totaling 30% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims. The percentage that is distributed to local FFM\'s is a case by case basis that is voted on by ISWO\'s board of directors. i.e. One family may have $5,000 worth of medical bills whereas another family with a similar illness, in a similar situation may have $50,000 worth of medical bills. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs. At ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 2% going towards overhead expenses and 98% going towards charitable programs.','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2017-10-23 22:13:05','2017-10-24 03:13:05','',441,'http://itstartswithone.org/441-revision-v1/',0,'revision','',0),(634,2,'2017-10-23 22:18:50','2017-10-24 03:18:50','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization. Our main purpose is to inspire people, young and old to play a role in changing the world. First, we provide support to the local community and then globally through a pay it forward movement we call, \"The Penny Challenge.\" We work to ensure that all human beings are assured their unalienable rights of life, liberty and the pursuit of happiness. We are here to ensure, protect, and bless those fighting for the very existence of these rights.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a <em>\"Pay It Forward\"</em> movement in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed two ways. The first is to help aid local residents that are personally struggling with any of the ten different causes that ISWO supports. These local residents are often the <em>Featured Family of the Month.</em> The second provides global support to the following ten causes 1) AIDS 2) ALS 3) Cancer 4) General Fund (natural disasters/discretionary etc) 5) Heart Disease 6) Human Trafficking 7) Missions (Clean Water/Housing) 8) Substance Abuse 9) World Hunger 10) Wounded Vets\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all six steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are families or individuals struggling with any one of the ten causes we support. Members of ISWO\'s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM\'s stories will always be listed on our website or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: 3% of every donation is automatically reserved to be distributed to each of the ten causes ISWO supports totaling 30% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims through cause #4 ISWO\'s <em>General Fund</em>. The percentage that is distributed to local FFM\'s is a case by case basis that is voted on by ISWO\'s board of directors. i.e. One family may have $5,000 worth of medical bills whereas another family with a similar illness, in a similar situation may have $50,000 worth of medical bills. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs. At ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 2% going towards overhead expenses and 98% going towards charitable programs.','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2017-10-23 22:18:50','2017-10-24 03:18:50','',441,'http://itstartswithone.org/441-revision-v1/',0,'revision','',0),(635,2,'2017-10-23 22:26:23','2017-10-24 03:26:23','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization. Our main purpose is to inspire people, young and old to play a role in changing the world. First, we provide support to the local community and then globally through a pay it forward movement we call, \"The Penny Challenge.\" We work to ensure that all human beings are assured their unalienable rights of life, liberty and the pursuit of happiness. We are here to ensure, protect, and bless those fighting for the very existence of these rights.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a <em>\"Pay It Forward\"</em> movement in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed two ways. The first is to help aid local residents that are personally struggling with any of the ten different causes that ISWO supports. These local residents are often the <em>Featured Family of the Month.</em> The second provides global support to the following ten causes 1) AIDS 2) ALS 3) Cancer 4) General Fund (natural disasters/discretionary etc) 5) Heart Disease 6) Human Trafficking 7) Missions (Clean Water/Housing) 8) Substance Abuse 9) World Hunger 10) Wounded Vets\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all six steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are families or individuals struggling with any one of the ten causes we support. Members of ISWO\'s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM\'s stories will always be listed on our website or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: 3% of every donation is automatically reserved to be distributed to each of the ten causes ISWO supports totaling 30% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims through cause #4 ISWO\'s <em>General Fund</em>. The percentage that is distributed to local FFM\'s is a case by case basis that is voted on by ISWO\'s board of directors. i.e. One family may have $5,000 worth of medical bills whereas another family with a similar illness, in a similar situation may have $50,000 worth of medical bills. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs. At ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 2% going towards overhead expenses and 98% going towards charitable programs.\r\n\r\nDidn\'t find the answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2017-10-23 22:26:23','2017-10-24 03:26:23','',441,'http://itstartswithone.org/441-revision-v1/',0,'revision','',0),(636,3,'2017-10-24 09:21:14','2017-10-24 14:21:14','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\">\r\n<p><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" /></p>\r\n<p><label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" /></p>\r\n<p><label><strong>Email </strong></label><input name=\"username\" type=\"text\" /></p>\r\n<p><span id=\"sponsor\" style=\"font-weight:bold;\"></span></p>\r\n<div id=\"manualSponsor\" style=\"display:none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\"><button type=\"button\" onclick=\"setNewParent()\">Set new sponsor</button><span style=\"color:red;background-color:#FFBABA;margin-left:15px\" id=\"sponsorError\"></span><br /></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n<p><label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" onchange=\"removeParent(this)\"></p>\r\n<input type=\"submit\" value=\"Signup\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n</form>','The Penny Challenge - Start Your Penny Tree','','inherit','closed','closed','','186-revision-v1','','','2017-10-24 09:21:14','2017-10-24 14:21:14','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(637,2,'2017-10-24 10:17:33','2017-10-24 15:17:33','<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-m-b-lg-bpxs x-f-pri-fam x-f-sz-md \"><strong>WHO WE ARE:</strong><img class=\"alignright wp-image-76\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"126\" height=\"126\" /></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nIt Starts With One is a 501(c)3 non-profit business that provides aid and support to causes we deeply believe in.\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nOur purpose is to inspire kids to play a role in changing the world, first locally in your community and then globally through a pay it forward movement we call The Penny Challenge. We work to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n\r\nWe provide financial support to those battling fatal illnesses such as Cancer, HIV/AIDS & ALS. We provide aid to our wounded vets. In addition, we raise awareness and resources for kids caught in sex-trafficking and those in 3rd world countries without clean water. We do this on a local and global level.\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n\r\nBecause there will always be unmet needs, inherent evil and fatal illnesses in the world, we feel called to make a difference and will work daily to meet the needs, combat the evil and ease the suffering of illnesses.\r\n\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n<p dir=\"ltr\"><strong>IT STARTS WITH ONE</strong></p>\r\n<p dir=\"ltr\"><img class=\"alignright size-medium wp-image-190\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/01/loren-hockensmith-269x300.png\" alt=\"\" width=\"269\" height=\"300\" />It Starts With One began in December 2016 out of the ashes of the most difficult year of founder, Loren Hockensmith’s life. In July of that year he was hit at about 50 mph by a woman who was texting and driving. Loren suffered a stage 3 concussion and broke his back in two places. While being x-rayed in the hospital doctors discovered a mass on his kidney that turned out to be cancer. About a month later while in the hospital battling cancer an employee of Hockensmith’s lawn care business stole $30,000 worth of equipment. Subsequently the company lost over 100 customers <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1607775337\"><span class=\"aQJ\">within two weeks</span></span> and were forced to close the doors on the landscaping business. It was in the darkest days that followed that Loren started actively seeking and earnestly searching for the meaning and purpose of his life and time here on earth. While reading a book, he was prompted to focus not on finding a way to make a million dollars, but instead find a way to help a million people. It wasn’t long after that revelation, one insomnia filled night the he was blessed with the idea for what would later become It Starts With One and The Penny Challenge. Loren’s goal is to raise enough money through ISWO to provide clean water to every human-being on earth, see sex-trafficking come to an end and provide aid to our wounded vets and those battling serious illnesses. Loren truly believes with everyone playing their part by donating the equivalent of just a penny a day, $3.65/year we can accomplish all those goals. 300 million people donating $3.65 = over 1 BILLION dollars. You’re the hero. We’re just the guide. It starts with you. It starts with me. It Starts With One.</p>\r\n<p dir=\"ltr\">Mission Statement: Because there will always be unmet needs, inherent evil and fatal illnesses in the world, we will work daily to meet the needs, combat the evil and ease the suffering of illnesses. We believe that one person truly can make a difference.</p>\r\n<p dir=\"ltr\">Purpose Statement: Our purpose is to inspire kids to play a role in changing the world, first locally in your community and then globally through a pay it forward movement we call The Penny Challenge. We work to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.</p>\r\n<p dir=\"ltr\">Mantra: Creating heroes every day by inspiring everyday heroes.</p>\r\n<p dir=\"ltr\">Slogans: 1) Be the One. 2) You’re the Hero. We’re the guide.</p>\r\n<p dir=\"ltr\">It Starts With One Causes -</p>\r\n<p dir=\"ltr\">1) AIDS - More than 1.2 million people in the United States are living with HIV infection. It is estimated that almost 1 in 8 (12.8 percent) don\'t know they are infected. From 1981 to 2013, an estimated 1,194,039 people in the United States had been diagnosed with AIDS. Of those, 658,507 have died.</p>\r\n<p dir=\"ltr\">2) ALS - Most people who develop ALS are between the ages of 40 and 70, although the disease can occur at a younger age. It occurs throughout the world with no racial, ethnic or socioeconomic boundaries. It affects as many as 30,000 in the United States, with 5,000 new cases diagnosed each year.</p>\r\n<p dir=\"ltr\">3) Cancer - Cancer is among the leading causes of death worldwide. In 2012, there were 14 million new cases and 8.2 million cancer-related deaths worldwide. The number of new cancer cases will rise to 22 million within the next two decades.</p>\r\n<p dir=\"ltr\">4) General Fund - Everyone needs help from time to time. It is our hope and prayer that with your support, together we can be the change we wish to see in the world. During the darker moments in life (that at one point or another find us all), ISWO wants to be a beacon of light and a ray of hope.</p>\r\n<p dir=\"ltr\">5) Heart Disease - Cardiovascular disease is the leading global cause of death, accounting for 17.3 million deaths per year, a number that is expected to grow to more than 23.6 million by 2030. In 2008, cardiovascular deaths represented 30 percent of all global deaths, with 80 percent of those deaths taking place in low- and middle-income countries. Nearly 787,000 people in the U.S. died from heart disease, stroke and other\r\ncardiovascular diseases in 2011. That’s about one of every three deaths in America. About 2,150 Americans die each day from these diseases, one every 40 seconds. Cardiovascular diseases claim more lives than all forms of cancer combined.</p>\r\n<p dir=\"ltr\">6) Human Trafficking - Human (or sex) trafficking is a form of modern slavery that exists throughout the United States and globally. Sex traffickers use violence, threats, lies, debt bondage, and other forms of coercion to compel adults and children to engage in commercial sex acts against their will. Under U.S. federal law, any minor under the age of 18 years induced into commercial sex is a victim of sex trafficking—regardless of whether or not the trafficker used force, fraud, or coercion. The situations that sex trafficking victims face vary dramatically. Many victims become romantically involved with someone who then forces or manipulates them into prostitution. Others are lured in with false promises of a job, such as modeling or dancing. Some are forced to sell sex by their parents or other family members. They may be involved in a trafficking situation for a few days or weeks, or may remain in the same trafficking situation for years. There are approximately 4.5 million people trapped in forced sexual exploitation globally and has become a multi-billion dollar industry.</p>\r\n<p dir=\"ltr\">7) Missions - About 71% of the earth is made up of water. Despite that fact approximately 783 million people do not have access to clean water and almost 2.5 billion do not have access to adequate sanitation. 6 to 8 million people die annually from the consequences of disasters and water-related diseases. One of our main missions is to help bring safe and clean water to the millions of people in need. We also fund building projects to create housing, schools and churches for those without adequate shelter and facilities.</p>\r\n<p dir=\"ltr\">8) Substance Abuse - According to an article by <a href=\"https://www.cbsnews.com/news/overdoses-are-leading-cause-of-death-americans-under-50/\">CBS news</a> drug overdoses have become the #1 killer of Americans under 50 years old. Substance abuse, also known as drug abuse, is a patterned use of a drug in which the user consumes the substance in amounts or with methods which are harmful to themselves or others, and is a form of substance-related disorder. Widely differing definitions of drug abuse are used in public health, medical and criminal justice contexts. In some cases criminal or anti-social behavior occurs when the person is under the influence of a drug, and long term personality changes in individuals may occur as well. In addition to possible physical, social, and psychological harm, use of some drugs may also lead to criminal penalties, although these vary widely depending on the local jurisdiction. Drugs most often associated with this term Drugs most often associated with this term include: alcohol, cannabis, barbiturates, benzodiazepines, cocaine, methaqualone, opioids and some substituted amphetamines. The exact cause of substance abuse is not clear, with the two predominant theories being: either a genetic disposition which is learned from others, or a habit which if addiction develops, manifests itself as a chronic debilitating disease.</p>\r\n<p dir=\"ltr\">9) World Hunger - The United Nations Food and Agriculture Organization estimates that about 795 million people of the 7.3 billion people in the world, or one in nine, were suffering from chronic undernourishment in 2014-2016. Almost all the hungry people, 780 million, live in developing countries, representing 12.9 percent, or one in eight, of the population of developing counties. There are 11 million people undernourished in developed countries.</p>\r\n<p dir=\"ltr\">10) Wounded Veterans - 3.6 million is the number of veterans with a service-connected disability rating in 2013. Of this number, 957,504 had a rating of 70 percent or higher. A “service-connected” disability is one that was a result of a disease or injury incurred or aggravated during active military service. Often times our wounded vets have to jump through hoops to get the much needed care that they not only have a right to, but deserve.</p>','About','','inherit','closed','closed','','8-revision-v1','','','2017-10-24 10:17:33','2017-10-24 15:17:33','',8,'http://itstartswithone.org/8-revision-v1/',0,'revision','',0),(638,2,'2017-10-24 10:20:10','2017-10-24 15:20:10','<p dir=\"ltr\">Featured Family of the Month (FFM) - The Featured Family of the Month (FFM) is a child struggling with any one of the twelve causes we support. Members of ISWO’s board of directors will vet all FFM applicants. FFM’s stories will always be listed on our website or in our brochures. Anyone that has a child struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.</p>\r\n<p dir=\"ltr\" style=\"text-align: center;\">IT STARTS WITH ONE CAUSES - ALL FOR CHILDREN (17 & under)</p>\r\n\r\n<div data-section-id=\"1524181623157\">\r\n<div class=\"\">\r\n<div id=\"\" class=\"section section--video_embed section--middle section--medium section--dark section--1524181623157 \">\r\n<div class=\"container\">\r\n<div class=\"row heading\">\r\n<div class=\"col-md-8\">\r\n<p class=\"heading__subtitle\">1) AIDS 2) Cancer 3) Child Abuse 4) Children of Military Men/Women KIA 5) Education 6) General Fund (house fires, hurricanes etc) 7) Heart Disease 8) Human Trafficking 9) Missions (clean water, housing etc) 10) Substance Addiction 11) Teen Pregnancy 12) World Hunger</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p dir=\"ltr\">1) AIDS - More than 1.2 million people in the United States are living with HIV infection. It is estimated that almost 1 in 8 (12.8 percent) don\'t know they are infected. From 1981 to 2013, an estimated 1,194,039 people in the United States had been diagnosed with AIDS. Of those, 658,507 have died.</p>\r\n<p dir=\"ltr\">2) Cancer - Cancer is among the leading causes of death worldwide. In 2012, there were 14 million new cases and 8.2 million cancer-related deaths worldwide. The number of new cancer cases will rise to 22 million within the next two decades.</p>\r\n<p dir=\"ltr\">3) Child Abuse - Every year more than 3.6 million referrals are made to child protection agencies involving more than 6.6 million children (a referral can include multiple children).</p>\r\n<p dir=\"ltr\">4) Children of Military Men/Women KIA - When our brave military men and women make the ultimate sacrifice for our country, they\'re not the only ones that sacrifice. There is a huge void left in their children\'s lives. We do our best to help them fill the void with something positive.</p>\r\n<p dir=\"ltr\">5) Education - With budgets and funding being slashed from most educational programs, It Starts With One uses its Penny Challenge platform to help schools raise needed funding while educating students on the importance of compassion and charity through our Penny Challenge assemblies.</p>\r\n<p dir=\"ltr\">6) General Fund - Everyone needs help from time to time. It is our hope and prayer that with your support, together we can be the change we wish to see in the world. During the darker moments in life (that at one point or another find us all), ISWO wants to be a beacon of light and a ray of hope for those in need.</p>\r\n<p dir=\"ltr\">7) Heart Disease - Cardiovascular disease is the leading global cause of death, accounting for 17.3 million deaths per year, a number that is expected to grow to more than 23.6 million by 2030. In 2008, cardiovascular deaths represented 30 percent of all global deaths, with 80 percent of those deaths taking place in low- and middle-income countries. Nearly 787,000 people in the U.S. died from heart disease, stroke and other\r\ncardiovascular diseases in 2011. That’s about one of every three deaths in America. About 2,150 Americans die each day from these diseases, one every 40 seconds. Cardiovascular diseases claim more lives than all forms of cancer combined.</p>\r\n<p dir=\"ltr\">8) Human Trafficking - Human (or sex) trafficking is a form of modern slavery that exists throughout the United States and globally. Sex traffickers use violence, threats, lies, debt bondage, and other forms of coercion to compel adults and children to engage in commercial sex acts against their will. Under U.S. federal law, any minor under the age of 18 years induced into commercial sex is a victim of sex trafficking—regardless of whether or not the trafficker used force, fraud, or coercion. The situations that sex trafficking victims face vary dramatically. Many victims become romantically involved with someone who then forces or manipulates them into prostitution. Others are lured in with false promises of a job, such as modeling or dancing. Some are forced to sell sex by their parents or other family members. They may be involved in a trafficking situation for a few days or weeks, or may remain in the same trafficking situation for years. There are approximately 4.5 million people trapped in forced sexual exploitation globally and has become a multi-billion dollar industry.</p>\r\n<p dir=\"ltr\">9) Missions - About 71% of the earth is made up of water. Despite that fact approximately 783 million people do not have access to clean water and almost 2.5 billion do not have access to adequate sanitation. 6 to 8 million people die annually from the consequences of disasters and water-related diseases. One of our main missions is to help bring safe and clean water to the millions of people in need. We also fund building projects to create housing, schools and churches for those without adequate shelter and facilities. Missions can include anything that leads to people helping people have better lives.</p>\r\n<p dir=\"ltr\">10) Substance Addiction - According to an article by <a href=\"https://www.cbsnews.com/news/overdoses-are-leading-cause-of-death-americans-under-50/\">CBS news</a> drug overdoses have become the #1 killer of Americans under 50 years old. Substance abuse, also known as drug abuse, is a patterned use of a drug in which the user consumes the substance in amounts or with methods which are harmful to themselves or others, and is a form of substance-related disorder. Widely differing definitions of drug abuse are used in public health, medical and criminal justice contexts. In some cases criminal or anti-social behavior occurs when the person is under the influence of a drug, and long term personality changes in individuals may occur as well. In addition to possible physical, social, and psychological harm, use of some drugs may also lead to criminal penalties, although these vary widely depending on the local jurisdiction. Drugs most often associated with this term Drugs most often associated with this term include: alcohol, cannabis, barbiturates, benzodiazepines, cocaine, methaqualone, opioids and some substituted amphetamines. The exact cause of substance abuse is not clear, with the two predominant theories being: either a genetic disposition which is learned from others, or a habit which if addiction develops, manifests itself as a chronic debilitating disease.</p>\r\n<p dir=\"ltr\">11) Teen Pregnancy - 1. 3 in 10 teen American girls will get pregnant at least once before age 20. That’s nearly 750,000 teen pregnancies every year. Parenthood is the leading reason that teen girls drop out of school. More than 50% of teen mothers never graduate from high school. About 25% of teen moms have a 2nd child within 24 months of their first baby. Less than 2% of teen moms earn a college degree by age 30. The United States has one of the highest teen pregnancy rates in the western industrialized world. In 2011, the teen birthrate in the United States fell to the lowest level recorded in nearly 70 years of tracking teen childbearing. 4 out of 5 teen dads don’t marry the mother of their child. More than half of all mothers on welfare had their first child as a teenager. In fact, two-thirds of families begun by a young, unmarried mother are poor.</p>\r\n<p dir=\"ltr\">12) World Hunger - The United Nations Food and Agriculture Organization estimates that about 795 million people of the 7.3 billion people in the world, or one in nine, were suffering from chronic undernourishment in 2014-2016. Almost all the hungry people, 780 million, live in developing countries, representing 12.9 percent, or one in eight, of the population of developing counties. There are 11 million people undernourished in developed countries.</p>','Our Causes','','publish','closed','closed','','causes','','','2018-04-27 07:18:42','2018-04-27 12:18:42','',0,'http://itstartswithone.org/?page_id=638',0,'page','',0),(639,2,'2017-10-24 10:20:10','2017-10-24 15:20:10','<p dir=\"ltr\">Featured Family of the Month (FFM) -</p>\r\n<p dir=\"ltr\">1) AIDS - More than 1.2 million people in the United States are living with HIV infection. It is estimated that almost 1 in 8 (12.8 percent) don\'t know they are infected. From 1981 to 2013, an estimated 1,194,039 people in the United States had been diagnosed with AIDS. Of those, 658,507 have died.</p>\r\n<p dir=\"ltr\">2) ALS - Most people who develop ALS are between the ages of 40 and 70, although the disease can occur at a younger age. It occurs throughout the world with no racial, ethnic or socioeconomic boundaries. It affects as many as 30,000 in the United States, with 5,000 new cases diagnosed each year.</p>\r\n<p dir=\"ltr\">3) Cancer - Cancer is among the leading causes of death worldwide. In 2012, there were 14 million new cases and 8.2 million cancer-related deaths worldwide. The number of new cancer cases will rise to 22 million within the next two decades.</p>\r\n<p dir=\"ltr\">4) General Fund - Everyone needs help from time to time. It is our hope and prayer that with your support, together we can be the change we wish to see in the world. During the darker moments in life (that at one point or another find us all), ISWO wants to be a beacon of light and a ray of hope.</p>\r\n<p dir=\"ltr\">5) Heart Disease - Cardiovascular disease is the leading global cause of death, accounting for 17.3 million deaths per year, a number that is expected to grow to more than 23.6 million by 2030. In 2008, cardiovascular deaths represented 30 percent of all global deaths, with 80 percent of those deaths taking place in low- and middle-income countries. Nearly 787,000 people in the U.S. died from heart disease, stroke and other\r\ncardiovascular diseases in 2011. That’s about one of every three deaths in America. About 2,150 Americans die each day from these diseases, one every 40 seconds. Cardiovascular diseases claim more lives than all forms of cancer combined.</p>\r\n<p dir=\"ltr\">6) Human Trafficking - Human (or sex) trafficking is a form of modern slavery that exists throughout the United States and globally. Sex traffickers use violence, threats, lies, debt bondage, and other forms of coercion to compel adults and children to engage in commercial sex acts against their will. Under U.S. federal law, any minor under the age of 18 years induced into commercial sex is a victim of sex trafficking—regardless of whether or not the trafficker used force, fraud, or coercion. The situations that sex trafficking victims face vary dramatically. Many victims become romantically involved with someone who then forces or manipulates them into prostitution. Others are lured in with false promises of a job, such as modeling or dancing. Some are forced to sell sex by their parents or other family members. They may be involved in a trafficking situation for a few days or weeks, or may remain in the same trafficking situation for years. There are approximately 4.5 million people trapped in forced sexual exploitation globally and has become a multi-billion dollar industry.</p>\r\n<p dir=\"ltr\">7) Missions - About 71% of the earth is made up of water. Despite that fact approximately 783 million people do not have access to clean water and almost 2.5 billion do not have access to adequate sanitation. 6 to 8 million people die annually from the consequences of disasters and water-related diseases. One of our main missions is to help bring safe and clean water to the millions of people in need. We also fund building projects to create housing, schools and churches for those without adequate shelter and facilities.</p>\r\n<p dir=\"ltr\">8) Substance Abuse - According to an article by <a href=\"https://www.cbsnews.com/news/overdoses-are-leading-cause-of-death-americans-under-50/\">CBS news</a> drug overdoses have become the #1 killer of Americans under 50 years old. Substance abuse, also known as drug abuse, is a patterned use of a drug in which the user consumes the substance in amounts or with methods which are harmful to themselves or others, and is a form of substance-related disorder. Widely differing definitions of drug abuse are used in public health, medical and criminal justice contexts. In some cases criminal or anti-social behavior occurs when the person is under the influence of a drug, and long term personality changes in individuals may occur as well. In addition to possible physical, social, and psychological harm, use of some drugs may also lead to criminal penalties, although these vary widely depending on the local jurisdiction. Drugs most often associated with this term Drugs most often associated with this term include: alcohol, cannabis, barbiturates, benzodiazepines, cocaine, methaqualone, opioids and some substituted amphetamines. The exact cause of substance abuse is not clear, with the two predominant theories being: either a genetic disposition which is learned from others, or a habit which if addiction develops, manifests itself as a chronic debilitating disease.</p>\r\n<p dir=\"ltr\">9) World Hunger - The United Nations Food and Agriculture Organization estimates that about 795 million people of the 7.3 billion people in the world, or one in nine, were suffering from chronic undernourishment in 2014-2016. Almost all the hungry people, 780 million, live in developing countries, representing 12.9 percent, or one in eight, of the population of developing counties. There are 11 million people undernourished in developed countries.</p>\r\n<p dir=\"ltr\">10) Wounded Veterans - 3.6 million is the number of veterans with a service-connected disability rating in 2013. Of this number, 957,504 had a rating of 70 percent or higher. A “service-connected” disability is one that was a result of a disease or injury incurred or aggravated during active military service. Often times our wounded vets have to jump through hoops to get the much needed care that they not only have a right to, but deserve.</p>','ISWO Causes','','inherit','closed','closed','','638-revision-v1','','','2017-10-24 10:20:10','2017-10-24 15:20:10','',638,'http://itstartswithone.org/638-revision-v1/',0,'revision','',0),(641,2,'2018-04-27 07:10:58','2018-04-27 12:10:58','<p dir=\"ltr\">Featured Family of the Month (FFM) - The Featured Family of the Month (FFM) is a child struggling with any one of the twelve causes we support. Members of ISWO’s board of directors will vet all FFM applicants. Often times the FFM align with the cause of the month or are children battling a form of cancer. FFM’s stories will always be listed on our website or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.</p>\n<p dir=\"ltr\" style=\"text-align: center;\">IT STARTS WITH ONE CAUSES - ALL FOR CHILDREN (17 & under)</p>\n\n<div data-section-id=\"1524181623157\">\n<div class=\"\">\n<div id=\"\" class=\"section section--video_embed section--middle section--medium section--dark section--1524181623157 \">\n<div class=\"container\">\n<div class=\"row heading\">\n<div class=\"col-md-8\">\n<p class=\"heading__subtitle\">1) AIDS 2) Cancer 3) Child Abuse 4) Children of Military Men/Women KIA 5) Education 6) General Fund (house fires, hurricanes etc) 7) Heart Disease 8) Human Trafficking 9) Missions (clean water, housing etc) 10) Substance Addiction 11) Teen Pregnancy 12) World Hunger</p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<p dir=\"ltr\">1) AIDS - More than 1.2 million people in the United States are living with HIV infection. It is estimated that almost 1 in 8 (12.8 percent) don\'t know they are infected. From 1981 to 2013, an estimated 1,194,039 people in the United States had been diagnosed with AIDS. Of those, 658,507 have died.</p>\n<p dir=\"ltr\">2) Cancer - Cancer is among the leading causes of death worldwide. In 2012, there were 14 million new cases and 8.2 million cancer-related deaths worldwide. The number of new cancer cases will rise to 22 million within the next two decades.</p>\n<p dir=\"ltr\">3) Child Abuse - Every year more than 3.6 million referrals are made to child protection agencies involving more than 6.6 million children (a referral can include multiple children).</p>\n<p dir=\"ltr\">4) Children of Military Men/Women KIA - When our brave military men and women make the ultimate sacrifice for our country, they\'re not the only ones that sacrifice. There is a huge void left in their children\'s lives. We do our best to help them fill the void with something positive.</p>\n<p dir=\"ltr\">5) Education - With budgets and funding being slashed from most educational programs, It Starts With One uses its Penny Challenge platform to help schools raise needed funding while educating students on the importance of compassion and charity through our Penny Challenge assemblies.</p>\n<p dir=\"ltr\">6) General Fund - Everyone needs help from time to time. It is our hope and prayer that with your support, together we can be the change we wish to see in the world. During the darker moments in life (that at one point or another find us all), ISWO wants to be a beacon of light and a ray of hope for those in need.</p>\n<p dir=\"ltr\">7) Heart Disease - Cardiovascular disease is the leading global cause of death, accounting for 17.3 million deaths per year, a number that is expected to grow to more than 23.6 million by 2030. In 2008, cardiovascular deaths represented 30 percent of all global deaths, with 80 percent of those deaths taking place in low- and middle-income countries. Nearly 787,000 people in the U.S. died from heart disease, stroke and other\ncardiovascular diseases in 2011. That’s about one of every three deaths in America. About 2,150 Americans die each day from these diseases, one every 40 seconds. Cardiovascular diseases claim more lives than all forms of cancer combined.</p>\n<p dir=\"ltr\">8) Human Trafficking - Human (or sex) trafficking is a form of modern slavery that exists throughout the United States and globally. Sex traffickers use violence, threats, lies, debt bondage, and other forms of coercion to compel adults and children to engage in commercial sex acts against their will. Under U.S. federal law, any minor under the age of 18 years induced into commercial sex is a victim of sex trafficking—regardless of whether or not the trafficker used force, fraud, or coercion. The situations that sex trafficking victims face vary dramatically. Many victims become romantically involved with someone who then forces or manipulates them into prostitution. Others are lured in with false promises of a job, such as modeling or dancing. Some are forced to sell sex by their parents or other family members. They may be involved in a trafficking situation for a few days or weeks, or may remain in the same trafficking situation for years. There are approximately 4.5 million people trapped in forced sexual exploitation globally and has become a multi-billion dollar industry.</p>\n<p dir=\"ltr\">9) Missions - About 71% of the earth is made up of water. Despite that fact approximately 783 million people do not have access to clean water and almost 2.5 billion do not have access to adequate sanitation. 6 to 8 million people die annually from the consequences of disasters and water-related diseases. One of our main missions is to help bring safe and clean water to the millions of people in need. We also fund building projects to create housing, schools and churches for those without adequate shelter and facilities. Missions can include anything that leads to people helping people have better lives.</p>\n<p dir=\"ltr\">10) Substance Addiction - According to an article by <a href=\"https://www.cbsnews.com/news/overdoses-are-leading-cause-of-death-americans-under-50/\">CBS news</a> drug overdoses have become the #1 killer of Americans under 50 years old. Substance abuse, also known as drug abuse, is a patterned use of a drug in which the user consumes the substance in amounts or with methods which are harmful to themselves or others, and is a form of substance-related disorder. Widely differing definitions of drug abuse are used in public health, medical and criminal justice contexts. In some cases criminal or anti-social behavior occurs when the person is under the influence of a drug, and long term personality changes in individuals may occur as well. In addition to possible physical, social, and psychological harm, use of some drugs may also lead to criminal penalties, although these vary widely depending on the local jurisdiction. Drugs most often associated with this term Drugs most often associated with this term include: alcohol, cannabis, barbiturates, benzodiazepines, cocaine, methaqualone, opioids and some substituted amphetamines. The exact cause of substance abuse is not clear, with the two predominant theories being: either a genetic disposition which is learned from others, or a habit which if addiction develops, manifests itself as a chronic debilitating disease.</p>\n<p dir=\"ltr\">11) Teen Pregnancy - 1. 3 in 10 teen American girls will get pregnant at least once before age 20. That’s nearly 750,000 teen pregnancies every year. Parenthood is the leading reason that teen girls drop out of school. More than 50% of teen mothers never graduate from high school. About 25% of teen moms have a 2nd child within 24 months of their first baby. Less than 2% of teen moms earn a college degree by age 30. The United States has one of the highest teen pregnancy rates in the western industrialized world. In 2011, the teen birthrate in the United States fell to the lowest level recorded in nearly 70 years of tracking teen childbearing. 4 out of 5 teen dads don’t marry the mother of their child. More than half of all mothers on welfare had their first child as a teenager. In fact, two-thirds of families begun by a young, unmarried mother are poor.</p>\n<p dir=\"ltr\">12) World Hunger - The United Nations Food and Agriculture Organization estimates that about 795 million people of the 7.3 billion people in the world, or one in nine, were suffering from chronic undernourishment in 2014-2016. Almost all the hungry people, 780 million, live in developing countries, representing 12.9 percent, or one in eight, of the population of developing counties. There are 11 million people undernourished in developed countries.</p>','Our Causes','','inherit','closed','closed','','638-autosave-v1','','','2018-04-27 07:10:58','2018-04-27 12:10:58','',638,'http://itstartswithone.org/638-autosave-v1/',0,'revision','',0),(642,2,'2017-10-24 10:35:12','2017-10-24 15:35:12','<p dir=\"ltr\">Featured Family of the Month (FFM) - The FFM</p>\r\n<p dir=\"ltr\">1) AIDS - More than 1.2 million people in the United States are living with HIV infection. It is estimated that almost 1 in 8 (12.8 percent) don\'t know they are infected. From 1981 to 2013, an estimated 1,194,039 people in the United States had been diagnosed with AIDS. Of those, 658,507 have died.</p>\r\n<p dir=\"ltr\">2) ALS - Most people who develop ALS are between the ages of 40 and 70, although the disease can occur at a younger age. It occurs throughout the world with no racial, ethnic or socioeconomic boundaries. It affects as many as 30,000 in the United States, with 5,000 new cases diagnosed each year.</p>\r\n<p dir=\"ltr\">3) Cancer - Cancer is among the leading causes of death worldwide. In 2012, there were 14 million new cases and 8.2 million cancer-related deaths worldwide. The number of new cancer cases will rise to 22 million within the next two decades.</p>\r\n<p dir=\"ltr\">4) General Fund - Everyone needs help from time to time. It is our hope and prayer that with your support, together we can be the change we wish to see in the world. During the darker moments in life (that at one point or another find us all), ISWO wants to be a beacon of light and a ray of hope.</p>\r\n<p dir=\"ltr\">5) Heart Disease - Cardiovascular disease is the leading global cause of death, accounting for 17.3 million deaths per year, a number that is expected to grow to more than 23.6 million by 2030. In 2008, cardiovascular deaths represented 30 percent of all global deaths, with 80 percent of those deaths taking place in low- and middle-income countries. Nearly 787,000 people in the U.S. died from heart disease, stroke and other\r\ncardiovascular diseases in 2011. That’s about one of every three deaths in America. About 2,150 Americans die each day from these diseases, one every 40 seconds. Cardiovascular diseases claim more lives than all forms of cancer combined.</p>\r\n<p dir=\"ltr\">6) Human Trafficking - Human (or sex) trafficking is a form of modern slavery that exists throughout the United States and globally. Sex traffickers use violence, threats, lies, debt bondage, and other forms of coercion to compel adults and children to engage in commercial sex acts against their will. Under U.S. federal law, any minor under the age of 18 years induced into commercial sex is a victim of sex trafficking—regardless of whether or not the trafficker used force, fraud, or coercion. The situations that sex trafficking victims face vary dramatically. Many victims become romantically involved with someone who then forces or manipulates them into prostitution. Others are lured in with false promises of a job, such as modeling or dancing. Some are forced to sell sex by their parents or other family members. They may be involved in a trafficking situation for a few days or weeks, or may remain in the same trafficking situation for years. There are approximately 4.5 million people trapped in forced sexual exploitation globally and has become a multi-billion dollar industry.</p>\r\n<p dir=\"ltr\">7) Missions - About 71% of the earth is made up of water. Despite that fact approximately 783 million people do not have access to clean water and almost 2.5 billion do not have access to adequate sanitation. 6 to 8 million people die annually from the consequences of disasters and water-related diseases. One of our main missions is to help bring safe and clean water to the millions of people in need. We also fund building projects to create housing, schools and churches for those without adequate shelter and facilities. Missions can include anything that leads to people helping people have better lives.</p>\r\n<p dir=\"ltr\">8) Substance Abuse - According to an article by <a href=\"https://www.cbsnews.com/news/overdoses-are-leading-cause-of-death-americans-under-50/\">CBS news</a> drug overdoses have become the #1 killer of Americans under 50 years old. Substance abuse, also known as drug abuse, is a patterned use of a drug in which the user consumes the substance in amounts or with methods which are harmful to themselves or others, and is a form of substance-related disorder. Widely differing definitions of drug abuse are used in public health, medical and criminal justice contexts. In some cases criminal or anti-social behavior occurs when the person is under the influence of a drug, and long term personality changes in individuals may occur as well. In addition to possible physical, social, and psychological harm, use of some drugs may also lead to criminal penalties, although these vary widely depending on the local jurisdiction. Drugs most often associated with this term Drugs most often associated with this term include: alcohol, cannabis, barbiturates, benzodiazepines, cocaine, methaqualone, opioids and some substituted amphetamines. The exact cause of substance abuse is not clear, with the two predominant theories being: either a genetic disposition which is learned from others, or a habit which if addiction develops, manifests itself as a chronic debilitating disease.</p>\r\n<p dir=\"ltr\">9) World Hunger - The United Nations Food and Agriculture Organization estimates that about 795 million people of the 7.3 billion people in the world, or one in nine, were suffering from chronic undernourishment in 2014-2016. Almost all the hungry people, 780 million, live in developing countries, representing 12.9 percent, or one in eight, of the population of developing counties. There are 11 million people undernourished in developed countries.</p>\r\n<p dir=\"ltr\">10) Wounded Veterans - 3.6 million is the number of veterans with a service-connected disability rating in 2013. Of this number, 957,504 had a rating of 70 percent or higher. A “service-connected” disability is one that was a result of a disease or injury incurred or aggravated during active military service. Often times our wounded vets have to jump through hoops to get the much needed care that they not only have a right to, but deserve.</p>','ISWO Causes','','inherit','closed','closed','','638-revision-v1','','','2017-10-24 10:35:12','2017-10-24 15:35:12','',638,'http://itstartswithone.org/638-revision-v1/',0,'revision','',0),(643,2,'2017-10-24 10:37:48','2017-10-24 15:37:48','<p dir=\"ltr\">Featured Family of the Month (FFM) - The Featured Family of the Month (FFM) is a family or individual struggling with any one of the ten causes we support. Members of ISWO’s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM’s stories will always be listed on our website or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.</p>\r\n<p dir=\"ltr\">1) AIDS - More than 1.2 million people in the United States are living with HIV infection. It is estimated that almost 1 in 8 (12.8 percent) don\'t know they are infected. From 1981 to 2013, an estimated 1,194,039 people in the United States had been diagnosed with AIDS. Of those, 658,507 have died.</p>\r\n<p dir=\"ltr\">2) ALS - Most people who develop ALS are between the ages of 40 and 70, although the disease can occur at a younger age. It occurs throughout the world with no racial, ethnic or socioeconomic boundaries. It affects as many as 30,000 in the United States, with 5,000 new cases diagnosed each year.</p>\r\n<p dir=\"ltr\">3) Cancer - Cancer is among the leading causes of death worldwide. In 2012, there were 14 million new cases and 8.2 million cancer-related deaths worldwide. The number of new cancer cases will rise to 22 million within the next two decades.</p>\r\n<p dir=\"ltr\">4) General Fund - Everyone needs help from time to time. It is our hope and prayer that with your support, together we can be the change we wish to see in the world. During the darker moments in life (that at one point or another find us all), ISWO wants to be a beacon of light and a ray of hope.</p>\r\n<p dir=\"ltr\">5) Heart Disease - Cardiovascular disease is the leading global cause of death, accounting for 17.3 million deaths per year, a number that is expected to grow to more than 23.6 million by 2030. In 2008, cardiovascular deaths represented 30 percent of all global deaths, with 80 percent of those deaths taking place in low- and middle-income countries. Nearly 787,000 people in the U.S. died from heart disease, stroke and other\r\ncardiovascular diseases in 2011. That’s about one of every three deaths in America. About 2,150 Americans die each day from these diseases, one every 40 seconds. Cardiovascular diseases claim more lives than all forms of cancer combined.</p>\r\n<p dir=\"ltr\">6) Human Trafficking - Human (or sex) trafficking is a form of modern slavery that exists throughout the United States and globally. Sex traffickers use violence, threats, lies, debt bondage, and other forms of coercion to compel adults and children to engage in commercial sex acts against their will. Under U.S. federal law, any minor under the age of 18 years induced into commercial sex is a victim of sex trafficking—regardless of whether or not the trafficker used force, fraud, or coercion. The situations that sex trafficking victims face vary dramatically. Many victims become romantically involved with someone who then forces or manipulates them into prostitution. Others are lured in with false promises of a job, such as modeling or dancing. Some are forced to sell sex by their parents or other family members. They may be involved in a trafficking situation for a few days or weeks, or may remain in the same trafficking situation for years. There are approximately 4.5 million people trapped in forced sexual exploitation globally and has become a multi-billion dollar industry.</p>\r\n<p dir=\"ltr\">7) Missions - About 71% of the earth is made up of water. Despite that fact approximately 783 million people do not have access to clean water and almost 2.5 billion do not have access to adequate sanitation. 6 to 8 million people die annually from the consequences of disasters and water-related diseases. One of our main missions is to help bring safe and clean water to the millions of people in need. We also fund building projects to create housing, schools and churches for those without adequate shelter and facilities. Missions can include anything that leads to people helping people have better lives.</p>\r\n<p dir=\"ltr\">8) Substance Abuse - According to an article by <a href=\"https://www.cbsnews.com/news/overdoses-are-leading-cause-of-death-americans-under-50/\">CBS news</a> drug overdoses have become the #1 killer of Americans under 50 years old. Substance abuse, also known as drug abuse, is a patterned use of a drug in which the user consumes the substance in amounts or with methods which are harmful to themselves or others, and is a form of substance-related disorder. Widely differing definitions of drug abuse are used in public health, medical and criminal justice contexts. In some cases criminal or anti-social behavior occurs when the person is under the influence of a drug, and long term personality changes in individuals may occur as well. In addition to possible physical, social, and psychological harm, use of some drugs may also lead to criminal penalties, although these vary widely depending on the local jurisdiction. Drugs most often associated with this term Drugs most often associated with this term include: alcohol, cannabis, barbiturates, benzodiazepines, cocaine, methaqualone, opioids and some substituted amphetamines. The exact cause of substance abuse is not clear, with the two predominant theories being: either a genetic disposition which is learned from others, or a habit which if addiction develops, manifests itself as a chronic debilitating disease.</p>\r\n<p dir=\"ltr\">9) World Hunger - The United Nations Food and Agriculture Organization estimates that about 795 million people of the 7.3 billion people in the world, or one in nine, were suffering from chronic undernourishment in 2014-2016. Almost all the hungry people, 780 million, live in developing countries, representing 12.9 percent, or one in eight, of the population of developing counties. There are 11 million people undernourished in developed countries.</p>\r\n<p dir=\"ltr\">10) Wounded Veterans - 3.6 million is the number of veterans with a service-connected disability rating in 2013. Of this number, 957,504 had a rating of 70 percent or higher. A “service-connected” disability is one that was a result of a disease or injury incurred or aggravated during active military service. Often times our wounded vets have to jump through hoops to get the much needed care that they not only have a right to, but deserve.</p>','ISWO Causes','','inherit','closed','closed','','638-revision-v1','','','2017-10-24 10:37:48','2017-10-24 15:37:48','',638,'http://itstartswithone.org/638-revision-v1/',0,'revision','',0),(644,2,'2017-10-24 10:39:29','2017-10-24 15:39:29','<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-m-b-lg-bpxs x-f-pri-fam x-f-sz-md \"><strong>WHO WE ARE:</strong><img class=\"alignright wp-image-76\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"126\" height=\"126\" /></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nIt Starts With One is a 501(c)3 non-profit business that provides aid and support to causes we deeply believe in.\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nOur purpose is to inspire kids to play a role in changing the world, first locally in your community and then globally through a pay it forward movement we call The Penny Challenge. We work to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n\r\nWe provide financial support to those battling fatal illnesses such as Cancer, HIV/AIDS & ALS. We provide aid to our wounded vets. In addition, we raise awareness and resources for kids caught in sex-trafficking and those in 3rd world countries without clean water. We do this on a local and global level.\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n\r\nBecause there will always be unmet needs, inherent evil and fatal illnesses in the world, we feel called to make a difference and will work daily to meet the needs, combat the evil and ease the suffering of illnesses.\r\n\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n<p dir=\"ltr\"><strong>IT STARTS WITH ONE</strong></p>\r\n<p dir=\"ltr\"><img class=\"alignright size-medium wp-image-190\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/01/loren-hockensmith-269x300.png\" alt=\"\" width=\"269\" height=\"300\" />It Starts With One began in December 2016 out of the ashes of the most difficult year of founder, Loren Hockensmith’s life. In July of that year he was hit at about 50 mph by a woman who was texting and driving. Loren suffered a stage 3 concussion and broke his back in two places. While being x-rayed in the hospital doctors discovered a mass on his kidney that turned out to be cancer. About a month later while in the hospital battling cancer an employee of Hockensmith’s lawn care business stole $30,000 worth of equipment. Subsequently the company lost over 100 customers <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1607775337\"><span class=\"aQJ\">within two weeks</span></span> and were forced to close the doors on the landscaping business. It was in the darkest days that followed that Loren started actively seeking and earnestly searching for the meaning and purpose of his life and time here on earth. While reading a book, he was prompted to focus not on finding a way to make a million dollars, but instead find a way to help a million people. It wasn’t long after that revelation, one insomnia filled night the he was blessed with the idea for what would later become It Starts With One and The Penny Challenge. Loren’s goal is to raise enough money through ISWO to provide clean water to every human-being on earth, see sex-trafficking come to an end and provide aid to our wounded vets and those battling serious illnesses. Loren truly believes with everyone playing their part by donating the equivalent of just a penny a day, $3.65/year we can accomplish all those goals. 300 million people donating $3.65 = over 1 BILLION dollars. You’re the hero. We’re just the guide. It starts with you. It starts with me. It Starts With One.</p>\r\n<p dir=\"ltr\">Mission Statement: Because there will always be unmet needs, inherent evil and fatal illnesses in the world, we will work daily to meet the needs, combat the evil and ease the suffering of illnesses. We believe that one person truly can make a difference.</p>\r\n<p dir=\"ltr\">Purpose Statement: Our purpose is to inspire kids to play a role in changing the world, first locally in your community and then globally through a pay it forward movement we call The Penny Challenge. We work to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.</p>\r\n<p dir=\"ltr\">Mantra: Creating heroes every day by inspiring everyday heroes.</p>\r\n<p dir=\"ltr\">Slogans: 1) Be the One. 2) You’re the Hero. We’re the guide.</p>\r\n<p dir=\"ltr\">It Starts With One Causes -</p>\r\n<p dir=\"ltr\">Featured Family of the Month (FFM) - The Featured Family of the Month (FFM) is a family or individual struggling with any one of the ten causes we support. Members of ISWO’s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM’s stories will always be listed on our website or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.</p>\r\n<p dir=\"ltr\">1) AIDS - More than 1.2 million people in the United States are living with HIV infection. It is estimated that almost 1 in 8 (12.8 percent) don\'t know they are infected. From 1981 to 2013, an estimated 1,194,039 people in the United States had been diagnosed with AIDS. Of those, 658,507 have died.</p>\r\n<p dir=\"ltr\">2) ALS - Most people who develop ALS are between the ages of 40 and 70, although the disease can occur at a younger age. It occurs throughout the world with no racial, ethnic or socioeconomic boundaries. It affects as many as 30,000 in the United States, with 5,000 new cases diagnosed each year.</p>\r\n<p dir=\"ltr\">3) Cancer - Cancer is among the leading causes of death worldwide. In 2012, there were 14 million new cases and 8.2 million cancer-related deaths worldwide. The number of new cancer cases will rise to 22 million within the next two decades.</p>\r\n<p dir=\"ltr\">4) General Fund - Everyone needs help from time to time. It is our hope and prayer that with your support, together we can be the change we wish to see in the world. During the darker moments in life (that at one point or another find us all), ISWO wants to be a beacon of light and a ray of hope.</p>\r\n<p dir=\"ltr\">5) Heart Disease - Cardiovascular disease is the leading global cause of death, accounting for 17.3 million deaths per year, a number that is expected to grow to more than 23.6 million by 2030. In 2008, cardiovascular deaths represented 30 percent of all global deaths, with 80 percent of those deaths taking place in low- and middle-income countries. Nearly 787,000 people in the U.S. died from heart disease, stroke and other\r\ncardiovascular diseases in 2011. That’s about one of every three deaths in America. About 2,150 Americans die each day from these diseases, one every 40 seconds. Cardiovascular diseases claim more lives than all forms of cancer combined.</p>\r\n<p dir=\"ltr\">6) Human Trafficking - Human (or sex) trafficking is a form of modern slavery that exists throughout the United States and globally. Sex traffickers use violence, threats, lies, debt bondage, and other forms of coercion to compel adults and children to engage in commercial sex acts against their will. Under U.S. federal law, any minor under the age of 18 years induced into commercial sex is a victim of sex trafficking—regardless of whether or not the trafficker used force, fraud, or coercion. The situations that sex trafficking victims face vary dramatically. Many victims become romantically involved with someone who then forces or manipulates them into prostitution. Others are lured in with false promises of a job, such as modeling or dancing. Some are forced to sell sex by their parents or other family members. They may be involved in a trafficking situation for a few days or weeks, or may remain in the same trafficking situation for years. There are approximately 4.5 million people trapped in forced sexual exploitation globally and has become a multi-billion dollar industry.</p>\r\n<p dir=\"ltr\">7) Missions - About 71% of the earth is made up of water. Despite that fact approximately 783 million people do not have access to clean water and almost 2.5 billion do not have access to adequate sanitation. 6 to 8 million people die annually from the consequences of disasters and water-related diseases. One of our main missions is to help bring safe and clean water to the millions of people in need. We also fund building projects to create housing, schools and churches for those without adequate shelter and facilities. Missions can include anything that leads to people helping people have better lives.</p>\r\n<p dir=\"ltr\">8) Substance Abuse - According to an article by <a href=\"https://www.cbsnews.com/news/overdoses-are-leading-cause-of-death-americans-under-50/\">CBS news</a> drug overdoses have become the #1 killer of Americans under 50 years old. Substance abuse, also known as drug abuse, is a patterned use of a drug in which the user consumes the substance in amounts or with methods which are harmful to themselves or others, and is a form of substance-related disorder. Widely differing definitions of drug abuse are used in public health, medical and criminal justice contexts. In some cases criminal or anti-social behavior occurs when the person is under the influence of a drug, and long term personality changes in individuals may occur as well. In addition to possible physical, social, and psychological harm, use of some drugs may also lead to criminal penalties, although these vary widely depending on the local jurisdiction. Drugs most often associated with this term Drugs most often associated with this term include: alcohol, cannabis, barbiturates, benzodiazepines, cocaine, methaqualone, opioids and some substituted amphetamines. The exact cause of substance abuse is not clear, with the two predominant theories being: either a genetic disposition which is learned from others, or a habit which if addiction develops, manifests itself as a chronic debilitating disease.</p>\r\n<p dir=\"ltr\">9) World Hunger - The United Nations Food and Agriculture Organization estimates that about 795 million people of the 7.3 billion people in the world, or one in nine, were suffering from chronic undernourishment in 2014-2016. Almost all the hungry people, 780 million, live in developing countries, representing 12.9 percent, or one in eight, of the population of developing counties. There are 11 million people undernourished in developed countries.</p>\r\n<p dir=\"ltr\">10) Wounded Veterans - 3.6 million is the number of veterans with a service-connected disability rating in 2013. Of this number, 957,504 had a rating of 70 percent or higher. A “service-connected” disability is one that was a result of a disease or injury incurred or aggravated during active military service. Often times our wounded vets have to jump through hoops to get the much needed care that they not only have a right to, but deserve.</p>','About','','inherit','closed','closed','','8-revision-v1','','','2017-10-24 10:39:29','2017-10-24 15:39:29','',8,'http://itstartswithone.org/8-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (645,2,'2017-10-24 10:42:14','2017-10-24 15:42:14','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization. Our main purpose is to inspire people, young and old to play a role in changing the world. First, we provide support to the local community and then globally through a pay it forward movement we call, \"The Penny Challenge.\" We work to ensure that all human beings are assured their unalienable rights of life, liberty and the pursuit of happiness. We are here to ensure, protect, and bless those fighting for the very existence of these rights.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a <em>\"Pay It Forward\"</em> movement in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed two ways. The first is to help aid local residents that are personally struggling with any of the ten different causes that ISWO supports. These local residents are often the <em>Featured Family of the Month.</em> The second provides global support to the following ten causes 1) AIDS 2) ALS 3) Cancer 4) General Fund (natural disasters/discretionary etc) 5) Heart Disease 6) Human Trafficking 7) Missions (Clean Water/Housing) 8) Substance Abuse 9) World Hunger 10) Wounded Vets\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all six steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are families or individuals struggling with any one of the ten causes we support. Members of ISWO\'s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM\'s stories will always be listed on our website or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: 3% of every donation is automatically reserved to be distributed to each of the ten causes ISWO supports totaling 30% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims through cause #4 ISWO\'s <em>General Fund</em>. The percentage that is distributed to local FFM\'s is a case by case basis that is voted on by ISWO\'s board of directors. i.e. One family may have $5,000 worth of medical bills whereas another family with a similar illness, in a similar situation may have $50,000 worth of medical bills. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs. At ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 2% going towards overhead expenses and 98% going towards charitable programs.\r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2017-10-24 10:42:14','2017-10-24 15:42:14','',441,'http://itstartswithone.org/441-revision-v1/',0,'revision','',0),(646,2,'2017-10-24 10:46:04','2017-10-24 15:46:04','The Penny Challenge Tournament - COMING SOON!','The Penny Challenge Tournament - How to Video','','inherit','closed','closed','','619-revision-v1','','','2017-10-24 10:46:04','2017-10-24 15:46:04','',619,'http://itstartswithone.org/619-revision-v1/',0,'revision','',0),(647,2,'2017-10-24 10:46:39','2017-10-24 15:46:39','The Penny Challenge Tournament - COMING SOON!','Be the One (18 & older league)','','inherit','closed','closed','','616-revision-v1','','','2017-10-24 10:46:39','2017-10-24 15:46:39','',616,'http://itstartswithone.org/616-revision-v1/',0,'revision','',0),(648,2,'2017-10-24 10:47:07','2017-10-24 15:47:07','The Penny Challenge Tournament - COMING SOON!','Teen Challenge (13-18 league)','','inherit','closed','closed','','611-revision-v1','','','2017-10-24 10:47:07','2017-10-24 15:47:07','',611,'http://itstartswithone.org/611-revision-v1/',0,'revision','',0),(649,2,'2017-10-24 10:48:16','2017-10-24 15:48:16','The Penny Challenge Tournament - COMING SOON!','Kids Corner','','inherit','closed','closed','','573-revision-v1','','','2017-10-24 10:48:16','2017-10-24 15:48:16','',573,'http://itstartswithone.org/573-revision-v1/',0,'revision','',0),(650,2,'2017-10-24 11:13:25','2017-10-24 16:13:25','<img class=\"alignnone size-medium wp-image-503\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/penny-shirt-final-trans-bg2-291x300.jpg\" alt=\"\" width=\"291\" height=\"300\" />Coming soon!','School Assembly Resources','','inherit','closed','closed','','443-revision-v1','','','2017-10-24 11:13:25','2017-10-24 16:13:25','',443,'http://itstartswithone.org/443-revision-v1/',0,'revision','',0),(651,2,'2017-10-24 14:37:10','2017-10-24 19:37:10','(\"HOW TO\" VIDEOS BELOW WRITTEN INSTRUCTIONS)\r\n\r\n<a href=\"http://itstartswithone.org/wp-content/uploads/2017/10/The-Penny-Challenge-Step-by-step-instructions.pdf\">The Penny Challenge - Step by step instructions </a>\r\n\r\nStep 1) Do the challenge TODAY. Right now, if possible (the website is smartphone friendly). - “The smallest good deed is better than the greatest of intentions.”\r\n\r\nStep 2) Go to www.itstartswithone.org\r\n\r\nStep 3) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\n\r\nStep 4) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\n\r\nStep 5) Choose a donation amount and frequency with which you would like to donate & checkout.\r\n\r\nStep 6) Check your email and set your password. Challenge and sponsor 3 people via text or email to complete all six steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Penny Challenge Invite – Text Message Template</strong>\r\nCopy the text below and paste it as a text message. Just add the recipients first name and your personal email address you used when donating to The Penny Challenge.\r\n\r\n(Name), I just took The Penny Challenge by donating $3.65 (the equivalent of a penny a day for a year) to help a child that’s battling cancer. Would you accept my challenge to donate $3.65+ and sponsor three others to do the same within 24 hours? Go to www.itstartswithone.org/tpc and enter my email address, (your email address) as your sponsor.\r\n\r\n \r\n\r\n<strong>The Penny Challenge Flip (Optional)</strong>\r\nTo participate in The Penny Challenge Flip you\'ll need a penny, a paper plate and a bottle of whip cream. The person who accepted the challenge gets to flip the penny. If it lands on heads, their sponsor gets a pie in the face. If it lands on tales, the pie goes the other direction. Make sure to film your Penny Challenge Flip and post it on social media along with your challenge to three others. Don\'t forget to hashtag #itstartswithone and #thepennychallenge\r\n\r\n \r\n\r\n<strong>The Penny Challenge - Step by Step Instructions (Part One of Two)</strong>\r\n\r\n<iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"100%\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>The Penny Challenge - Step by Step Instructions (Part Two of Two)</strong>\r\n\r\n<iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/sSrHwNQSSqg\" width=\"100%\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/OfSSN9Jr6v8\" width=\"100%\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge How To Instructions','','publish','closed','closed','','how-to','','','2017-11-14 16:03:12','2017-11-14 21:03:12','',0,'http://itstartswithone.org/?page_id=651',0,'page','',0),(652,2,'2017-10-24 14:37:10','2017-10-24 19:37:10','','HOW TO VIDEO on taking The Penny Challenge','','inherit','closed','closed','','651-revision-v1','','','2017-10-24 14:37:10','2017-10-24 19:37:10','',651,'http://itstartswithone.org/651-revision-v1/',0,'revision','',0),(654,2,'2017-10-24 14:46:14','2017-10-24 19:46:14','','The Penny Challenge How To Video','','inherit','closed','closed','','651-revision-v1','','','2017-10-24 14:46:14','2017-10-24 19:46:14','',651,'http://itstartswithone.org/651-revision-v1/',0,'revision','',0),(655,2,'2017-10-24 15:12:49','2017-10-24 20:12:49','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n\r\n \r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" /><button type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n\r\n<label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" />\r\n\r\n<input type=\"submit\" value=\"Start My Challenge\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n\r\n</form>','The Penny Challenge - Start Your Penny Tree','','inherit','closed','closed','','186-revision-v1','','','2017-10-24 15:12:49','2017-10-24 20:12:49','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(656,2,'2017-10-24 15:29:16','2017-10-24 20:29:16','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\">\r\n<p><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" /></p>\r\n<p><label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" /></p>\r\n<p><label><strong>Email </strong></label><input name=\"username\" type=\"text\" /></p>\r\n<p><span id=\"sponsor\" style=\"font-weight:bold;\"></span></p>\r\n<div id=\"manualSponsor\" style=\"display:none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\"><button type=\"button\" onclick=\"setNewParent()\">Set new sponsor</button><span style=\"color:red;background-color:#FFBABA;margin-left:15px\" id=\"sponsorError\"></span><br /></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n<p><label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" onchange=\"removeParent(this)\"></p>\r\n<input type=\"submit\" value=\"Signup\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n</form>','The Penny Challenge - Start Your Penny Tree','','inherit','closed','closed','','186-revision-v1','','','2017-10-24 15:29:16','2017-10-24 20:29:16','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(657,2,'2017-11-12 15:32:55','2017-11-12 20:32:55','<strong><a href=\"http://itstartswithone.org/wp-content/uploads/2017/10/The-Penny-Challenge-Step-by-step-instructions.pdf\">The Penny Challenge - Step by step instructions</a>Penny Challenge Invite - Text Message Template</strong>\n\nCopy the text below and paste it as a text message. Just add the recipients first name and your personal email address you used when donating to The Penny Challenge.\n\n(Name), I just took The Penny Challenge by donating $3.65 (the equivalent of a penny a day for a year) to help a child that\'s battling cancer. Would you accept my challenge to donate $3.65+ and sponsor three others to do the same within 24 hours? Go to <a href=\"http://www.itstartswithone.org/tpc\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?hl=en&q=http://www.itstartswithone.org/tpc&source=gmail&ust=1510110343103000&usg=AFQjCNFQOGCQJBYwgnthXaT0RiFcztPL5w\">www.itstartswithone.org/tpc</a> and enter my email address, (your email address) as your sponsor.\n\n<strong><a href=\"http://itstartswithone.org/wp-content/uploads/2017/10/TPC-Networking-Example-List.pdf\">TPC - Networking Example List</a></strong>\n\n<strong><a href=\"http://itstartswithone.org/wp-content/uploads/2017/10/The-Penny-Challenge-Step-by-step-instructions.docx\">The Penny Challenge - Step by step instructions</a></strong>\n\n ','Penny Challenge Resources','','inherit','closed','closed','','439-autosave-v1','','','2017-11-12 15:32:55','2017-11-12 20:32:55','',439,'http://itstartswithone.org/439-autosave-v1/',0,'revision','',0),(658,2,'2017-10-24 19:44:40','2017-10-25 00:44:40','<img class=\"alignnone size-medium wp-image-503\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/penny-shirt-final-trans-bg2-291x300.jpg\" alt=\"\" width=\"291\" height=\"300\" /><iframe src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe><img class=\"alignright size-medium wp-image-565\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/FullSizeRender-25-208x300.jpg\" alt=\"\" width=\"360\" height=\"500\" />','Penny Challenge Resources','','inherit','closed','closed','','439-revision-v1','','','2017-10-24 19:44:40','2017-10-25 00:44:40','',439,'http://itstartswithone.org/439-revision-v1/',0,'revision','',0),(659,2,'2017-11-14 16:02:43','2017-11-14 21:02:43','(HOW TO VIDEOS BELOW WRITTEN INSTRUCTIONS)\n\n<a href=\"http://itstartswithone.org/wp-content/uploads/2017/10/The-Penny-Challenge-Step-by-step-instructions.pdf\">The Penny Challenge - Step by step instructions </a>\n\nStep 1) Do the challenge TODAY. Right now, if possible (the website is smartphone friendly). - “The smallest good deed is better than the greatest of intentions.”\n\nStep 2) Go to www.itstartswithone.org\n\nStep 3) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\n\nStep 4) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\n\nStep 5) Choose a donation amount and frequency with which you would like to donate & checkout.\n\nStep 6) Check your email and set your password. Challenge and sponsor 3 people via text or email to complete all six steps of The Penny Challenge within 24 hours.\n\n<strong>Penny Challenge Invite – Text Message Template</strong>\nCopy the text below and paste it as a text message. Just add the recipients first name and your personal email address you used when donating to The Penny Challenge.\n\n(Name), I just took The Penny Challenge by donating $3.65 (the equivalent of a penny a day for a year) to help a child that’s battling cancer. Would you accept my challenge to donate $3.65+ and sponsor three others to do the same within 24 hours? Go to www.itstartswithone.org/tpc and enter my email address, (your email address) as your sponsor.\n\n \n\n<strong>The Penny Challenge Flip (Optional)</strong>\nTo participate in The Penny Challenge Flip you\'ll need a penny, a paper plate and a bottle of whip cream. The person who accepted the challenge gets to flip the penny. If it lands on heads, their sponsor gets a pie in the face. If it lands on tales, the pie goes the other direction. Make sure to film your Penny Challenge Flip and post it on social media along with your challenge to three others. Don\'t forget to hashtag #itstartswithone and #thepennychallenge\n\n \n\n<strong>The Penny Challenge - Step by Step Instructions (Part One of Two)</strong>\n\n<iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"100%\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n\n<strong>The Penny Challenge - Step by Step Instructions (Part Two of Two)</strong>\n\n<iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/sSrHwNQSSqg\" width=\"100%\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n\n<iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/OfSSN9Jr6v8\" width=\"100%\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge How To Instructions','','inherit','closed','closed','','651-autosave-v1','','','2017-11-14 16:02:43','2017-11-14 21:02:43','',651,'http://itstartswithone.org/651-autosave-v1/',0,'revision','',0),(660,2,'2017-10-24 21:52:52','2017-10-25 02:52:52','The Penny Challenge - Step by Step Instructions (Part One)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge How To Video','','inherit','closed','closed','','651-revision-v1','','','2017-10-24 21:52:52','2017-10-25 02:52:52','',651,'http://itstartswithone.org/651-revision-v1/',0,'revision','',0),(661,2,'2017-10-24 21:54:04','2017-10-25 02:54:04','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n\r\n \r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" /><button type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n\r\n<label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" />\r\n\r\n<input type=\"submit\" value=\"Signup\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n\r\n</form>\r\n\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" frameborder=\"0\" allowfullscreen></iframe>','The Penny Challenge - Start Your Penny Tree','','inherit','closed','closed','','186-revision-v1','','','2017-10-24 21:54:04','2017-10-25 02:54:04','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(662,2,'2017-10-24 21:56:08','2017-10-25 02:56:08','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n\r\n \r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" /><button type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n\r\n<label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" />\r\n\r\n<input type=\"submit\" value=\"Signup\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n\r\n</form>The Penny Challenge - Step by Step Instructions (Part One)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge - Start Your Penny Tree','','inherit','closed','closed','','186-revision-v1','','','2017-10-24 21:56:08','2017-10-25 02:56:08','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(663,2,'2017-10-24 22:01:21','2017-10-25 03:01:21','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n\r\n \r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" /><button type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n\r\n<label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" />\r\n\r\n<input type=\"submit\" value=\"Signup\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n\r\n</form>The Penny Challenge - Step by Step Instructions (Part One of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge - Start Your Penny Tree','','inherit','closed','closed','','186-revision-v1','','','2017-10-24 22:01:21','2017-10-25 03:01:21','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(664,2,'2017-10-24 22:03:15','2017-10-25 03:03:15','The Penny Challenge - Step by Step Instructions (Part One of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge How To Video','','inherit','closed','closed','','651-revision-v1','','','2017-10-24 22:03:15','2017-10-25 03:03:15','',651,'http://itstartswithone.org/651-revision-v1/',0,'revision','',0),(665,2,'2017-10-24 22:24:07','2017-10-25 03:24:07','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\">\r\n<p><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" /></p>\r\n<p><label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" /></p>\r\n<p><label><strong>Email </strong></label><input name=\"username\" type=\"text\" /></p>\r\n<p><span id=\"sponsor\" style=\"font-weight:bold;\"></span></p>\r\n<div id=\"manualSponsor\" style=\"display:none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\"><button type=\"button\" onclick=\"setNewParent()\">Set new sponsor</button><span style=\"color:red;background-color:#FFBABA;margin-left:15px\" id=\"sponsorError\"></span><br /></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n<p><label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" onchange=\"removeParent(this)\"></p>\r\n<input type=\"submit\" value=\"Signup\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n</form>','The Penny Challenge - Start Your Penny Tree','','inherit','closed','closed','','186-revision-v1','','','2017-10-24 22:24:07','2017-10-25 03:24:07','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(666,2,'2017-10-24 22:24:19','2017-10-25 03:24:19','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n\r\n \r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" /><button type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n\r\n<label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" />\r\n\r\n<input type=\"submit\" value=\"Signup\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n\r\n</form>','The Penny Challenge - Start Your Penny Tree','','inherit','closed','closed','','186-revision-v1','','','2017-10-24 22:24:19','2017-10-25 03:24:19','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(667,2,'2017-10-24 22:26:52','2017-10-25 03:26:52','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\">\r\n<p><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" /></p>\r\n<p><label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" /></p>\r\n<p><label><strong>Email </strong></label><input name=\"username\" type=\"text\" /></p>\r\n<p><span id=\"sponsor\" style=\"font-weight:bold;\"></span></p>\r\n<div id=\"manualSponsor\" style=\"display:none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\"><button type=\"button\" onclick=\"setNewParent()\">Set new sponsor</button><span style=\"color:red;background-color:#FFBABA;margin-left:15px\" id=\"sponsorError\"></span><br /></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n<p><label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" onchange=\"removeParent(this)\"></p>\r\n<input type=\"submit\" value=\"Signup\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n</form>','The Penny Challenge - Start Your Penny Tree','','inherit','closed','closed','','186-revision-v1','','','2017-10-24 22:26:52','2017-10-25 03:26:52','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(668,2,'2017-10-24 22:27:06','2017-10-25 03:27:06','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n\r\n \r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" /><button type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n\r\n<label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" />\r\n\r\n<input type=\"submit\" value=\"Signup\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n\r\n</form>','The Penny Challenge - Start Your Penny Tree','','inherit','closed','closed','','186-revision-v1','','','2017-10-24 22:27:06','2017-10-25 03:27:06','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(669,2,'2017-10-24 22:33:06','2017-10-25 03:33:06','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n\r\n \r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" /><button type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n\r\n<label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" />\r\n\r\n<input type=\"submit\" value=\"Signup\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n\r\n</form>\r\n\r\nThe Penny Challenge - Step by Step Instructions (Part One of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge - Start Your Penny Tree','','inherit','closed','closed','','186-revision-v1','','','2017-10-24 22:33:06','2017-10-25 03:33:06','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(671,3,'2017-10-25 10:41:01','2017-10-25 15:41:01','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n\r\n<p><span id=\"sponsor\" style=\"font-weight:bold;\"></span></p>\r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" /><button type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n\r\n<label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" />\r\n\r\n<input type=\"submit\" value=\"Signup\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n\r\n</form>\r\n\r\nThe Penny Challenge - Step by Step Instructions (Part One of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge - Start Your Penny Tree','','inherit','closed','closed','','186-revision-v1','','','2017-10-25 10:41:01','2017-10-25 15:41:01','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(672,3,'2017-10-25 10:41:49','2017-10-25 15:41:49','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n\r\n<p><span id=\"sponsor\" style=\"font-weight:bold;\"></span></p>\r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" /><button type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n\r\n<label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" />\r\n\r\n<input type=\"submit\" value=\"Start Your Challenge\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n\r\n</form>\r\n\r\nThe Penny Challenge - Step by Step Instructions (Part One of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge - Start Your Penny Tree','','inherit','closed','closed','','186-revision-v1','','','2017-10-25 10:41:49','2017-10-25 15:41:49','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(674,1,'2017-10-25 14:43:06','2017-10-25 19:43:06','The Penny Challenge - Step by Step Instructions (Part One of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"560\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge How To Video','','inherit','closed','closed','','651-revision-v1','','','2017-10-25 14:43:06','2017-10-25 19:43:06','',651,'http://itstartswithone.org/651-revision-v1/',0,'revision','',0),(675,1,'2017-10-25 14:45:16','2017-10-25 19:45:16','The Penny Challenge - Step by Step Instructions (Part One of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"100%\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" style=\"width:100%;height:450px;\"></iframe>','The Penny Challenge How To Video','','inherit','closed','closed','','651-revision-v1','','','2017-10-25 14:45:16','2017-10-25 19:45:16','',651,'http://itstartswithone.org/651-revision-v1/',0,'revision','',0),(676,1,'2017-10-25 14:46:12','2017-10-25 19:46:12','The Penny Challenge - Step by Step Instructions (Part One of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"100%\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" style=\"width:100%;height:500px;\"></iframe>','The Penny Challenge How To Video','','inherit','closed','closed','','651-revision-v1','','','2017-10-25 14:46:12','2017-10-25 19:46:12','',651,'http://itstartswithone.org/651-revision-v1/',0,'revision','',0),(677,3,'2017-10-26 10:02:20','2017-10-26 15:02:20','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n\r\n<p><span id=\"sponsor\" style=\"font-weight:bold;\"></span></p>\r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" /><button id=\"setNewParentButton\" type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n\r\n<label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\"/>\r\n\r\n<input type=\"submit\" value=\"Start Your Challenge\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n\r\n</form>\r\n\r\nThe Penny Challenge - Step by Step Instructions (Part One of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge - Start Your Penny Tree','','inherit','closed','closed','','186-revision-v1','','','2017-10-26 10:02:20','2017-10-26 15:02:20','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(678,3,'2017-10-26 10:17:34','2017-10-26 15:17:34','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n\r\n \r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" /><button id=\"setNewParentButton\" type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n\r\n<label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" />\r\n\r\n<input type=\"submit\" value=\"Start Your Challenge\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n\r\n</form>The Penny Challenge - Step by Step Instructions (Part One of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge - Start Your Penny Tree','','inherit','closed','closed','','186-revision-v1','','','2017-10-26 10:17:34','2017-10-26 15:17:34','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(679,3,'2017-10-26 10:24:15','2017-10-26 15:24:15','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n\r\n<p><span id=\"sponsor\" style=\"font-weight:bold;\"> </span></p>\r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" /><button id=\"setNewParentButton\" type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n\r\n<label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" />\r\n\r\n<input type=\"submit\" value=\"Start Your Challenge\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n\r\n</form>The Penny Challenge - Step by Step Instructions (Part One of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge - Start Your Penny Tree','','inherit','closed','closed','','186-revision-v1','','','2017-10-26 10:24:15','2017-10-26 15:24:15','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(680,3,'2017-10-26 10:24:37','2017-10-26 15:24:37','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n\r\n<span id=\"sponsor\" style=\"font-weight: bold;\"> </span>\r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" /><button id=\"setNewParentButton\" type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n\r\n<label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" />\r\n\r\n<input type=\"submit\" value=\"Start Your Challenge\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n\r\n</form>The Penny Challenge - Step by Step Instructions (Part One of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge - Start Your Penny Tree','','inherit','closed','closed','','186-revision-v1','','','2017-10-26 10:24:37','2017-10-26 15:24:37','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(681,3,'2017-10-26 10:25:04','2017-10-26 15:25:04','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n\r\n<span id=\"sponsor\" style=\"font-weight: bold;\"> a</span>\r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" /><button id=\"setNewParentButton\" type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n\r\n<label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" />\r\n\r\n<input type=\"submit\" value=\"Start Your Challenge\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n\r\n</form>The Penny Challenge - Step by Step Instructions (Part One of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge - Start Your Penny Tree','','inherit','closed','closed','','186-revision-v1','','','2017-10-26 10:25:04','2017-10-26 15:25:04','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(682,3,'2017-10-26 10:25:22','2017-10-26 15:25:22','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n\r\n<span id=\"sponsor\" style=\"font-weight: bold;\"> </span>\r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" /><button id=\"setNewParentButton\" type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n\r\n<label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" />\r\n\r\n<input type=\"submit\" value=\"Start Your Challenge\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n\r\n</form>The Penny Challenge - Step by Step Instructions (Part One of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge - Start Your Penny Tree','','inherit','closed','closed','','186-revision-v1','','','2017-10-26 10:25:22','2017-10-26 15:25:22','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(683,3,'2017-10-26 10:31:46','2017-10-26 15:31:46','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\" id=\"affSignup\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n\r\n<span id=\"sponsor\" style=\"font-weight: bold;\"> </span>\r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" /><button id=\"setNewParentButton\" type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n\r\n<label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" />\r\n\r\n<input type=\"submit\" value=\"Start Your Challenge\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n\r\n</form>The Penny Challenge - Step by Step Instructions (Part One of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge - Start Your Penny Tree','','inherit','closed','closed','','186-revision-v1','','','2017-10-26 10:31:46','2017-10-26 15:31:46','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(684,3,'2017-10-26 10:33:49','2017-10-26 15:33:49','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\" id=\"affSignup\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n\r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" /><button id=\"setNewParentButton\" type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n\r\n<label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" />\r\n\r\n<input type=\"submit\" value=\"Start Your Challenge\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n\r\n</form>The Penny Challenge - Step by Step Instructions (Part One of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge - Start Your Penny Tree','','inherit','closed','closed','','186-revision-v1','','','2017-10-26 10:33:49','2017-10-26 15:33:49','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(685,3,'2017-10-26 11:05:07','2017-10-26 16:05:07','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\" id=\"affSignup\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n\r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" /><button id=\"setNewParentButton\" type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n\r\n<label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n<input type=\"submit\" value=\"Start Your Challenge\" />\r\n\r\n</form>The Penny Challenge - Step by Step Instructions (Part One of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge - Start Your Penny Tree','','inherit','closed','closed','','186-revision-v1','','','2017-10-26 11:05:07','2017-10-26 16:05:07','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(686,3,'2017-10-26 14:18:27','2017-10-26 19:18:27','<form action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\" id=\"affSignup\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n\r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" /><button id=\"setNewParentButton\" type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n\r\n<p><label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" /></p>\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n<input type=\"submit\" value=\"Start Your Challenge\" />\r\n\r\n</form>The Penny Challenge - Step by Step Instructions (Part One of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge - Start Your Penny Tree','','inherit','closed','closed','','186-revision-v1','','','2017-10-26 14:18:27','2017-10-26 19:18:27','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(687,3,'2017-10-26 14:18:55','2017-10-26 19:18:55','<form id=\"affSignup\" action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" /><button id=\"setNewParentButton\" type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n\r\n<label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" />\r\n\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n<input type=\"submit\" value=\"Start Your Challenge\" />\r\n\r\n</form>The Penny Challenge - Step by Step Instructions (Part One of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge - Start Your Penny Tree','','inherit','closed','closed','','186-revision-v1','','','2017-10-26 14:18:55','2017-10-26 19:18:55','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(688,3,'2017-10-26 14:19:24','2017-10-26 19:19:24','<form id=\"affSignup\" action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" /><button id=\"setNewParentButton\" type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n\r\n<div><label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" /></div>\r\n\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n<input type=\"submit\" value=\"Start Your Challenge\" />\r\n\r\n</form>The Penny Challenge - Step by Step Instructions (Part One of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge - Start Your Penny Tree','','inherit','closed','closed','','186-revision-v1','','','2017-10-26 14:19:24','2017-10-26 19:19:24','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(689,3,'2017-10-26 14:20:57','2017-10-26 19:20:57','<form id=\"affSignup\" action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" /><button id=\"setNewParentButton\" type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n<div><label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" /></div>\r\n<input type=\"submit\" value=\"Start Your Challenge\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n\r\n</form>The Penny Challenge - Step by Step Instructions (Part One of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge - Start Your Penny Tree','','inherit','closed','closed','','186-revision-v1','','','2017-10-26 14:20:57','2017-10-26 19:20:57','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(691,2,'2017-11-06 20:13:56','2017-11-07 01:13:56','<strong>The Penny Challenge - Step by Step Instructions (Part One of Two)</strong>\r\n\r\n<iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"100%\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>The Penny Challenge - Step by Step Instructions (Part Two of Two)</strong>\r\n\r\n<iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/sSrHwNQSSqg\" width=\"100%\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge How To Video','','inherit','closed','closed','','651-revision-v1','','','2017-11-06 20:13:56','2017-11-07 01:13:56','',651,'http://itstartswithone.org/651-revision-v1/',0,'revision','',0),(692,2,'2017-11-06 20:22:17','0000-00-00 00:00:00','','Challenge Your Friends 2','','draft','closed','closed','','','','','2017-11-06 20:22:17','2017-11-07 01:22:17','',0,'http://itstartswithone.org/?page_id=692',0,'page','',0),(693,2,'2017-11-06 20:22:17','2017-11-07 01:22:17','','Challenge Your Friends 2','','inherit','closed','closed','','692-revision-v1','','','2017-11-06 20:22:17','2017-11-07 01:22:17','',692,'http://itstartswithone.org/692-revision-v1/',0,'revision','',0),(695,2,'2018-10-15 19:02:43','2018-10-16 00:02:43','<p style=\"text-align: center;\">The Penny Challenge - School Informational Video</p>\n<p style=\"text-align: center;\"><iframe style=\"width: 100%; height: 400px;\" src=\"https://www.youtube.com/embed/wwAbWUSaf-Y\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>We believe in helping kids develop kind, compassionate and charitable hearts.\n\nTherefore we have produced a powerful, results driven school assembly program that helps guide students to get engaged in measurable, random acts of kindness.\n\nOur program also encourages kids to actively get involved in local charity, providing aid for children in desperate need in your own community.\n\nOur \"Be The One\" program begins at every school with an inspirational assembly promoting kindness, compassion and charity. Often times, our friend Bumbler the Bee even stops by to help motivate and encourage the kids.\n\nAfter your schools assembly, each student will receive a folder containing two challenges inside. For 15 days students will compete against other schools to see which school will win this year\'s, It Starts With One\'s kindness and compassion award.\n\nChallenge 1 is where students document all the acts of kindness they do over a two week period. Challenge 2 is where students actively participate in charity, providing support for kids facing dire circumstances, in your local area.\n\nJust imagine kindness and compassion becoming the culture of your school, while personal responsibility and charity becomes the brand that your school, becomes known for. Imagine the influence a kindness campaign will have on your students and the impact that your students will make on local children in need.\n\nAs we continue partnering with schools to create a student-driven kindness and compassion movement, we unfortunately have very limited availability for the dates and times we\'ll be in your area.\n\nFor more information about your school partnering with It Starts With One, please fill out a booking request form, call 772-242-0446 or email us at iswoinc@gmail.com with your questions.\n\nWe look forward to helping your school develop a culture and brand of kindness, compassion and charity that will undoubtedly create a ripple effect that will positively impact your students and your community.</p>','School Assemblies','','inherit','closed','closed','','434-autosave-v1','','','2018-10-15 19:02:43','2018-10-16 00:02:43','',434,'http://itstartswithone.org/434-autosave-v1/',0,'revision','',0),(697,2,'2017-11-06 20:49:57','2017-11-07 01:49:57','<form id=\"affSignup\" action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" /><button id=\"setNewParentButton\" type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n<div><label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" /></div>\r\n<input type=\"submit\" value=\"Start Your Challenge\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n\r\n</form>The Penny Challenge - Step by Step Instructions (Part One of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"560\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nThe Penny Challenge - Step by Step Instructions (Part Two of Two)\r\n\r\n <iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/sSrHwNQSSqg\" width=\"560%\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge - Start Your Penny Tree','','inherit','closed','closed','','186-revision-v1','','','2017-11-06 20:49:57','2017-11-07 01:49:57','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(698,2,'2017-11-06 21:45:42','2017-11-07 02:45:42','<form id=\"affSignup\" action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" /><button id=\"setNewParentButton\" type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n<div><label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" /></div>\r\n<input type=\"submit\" value=\"Start Your Challenge\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n\r\n</form>The Penny Challenge - Step by Step Instructions (Part One of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"560\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nThe Penny Challenge - Step by Step Instructions (Part Two of Two)\r\n\r\n<iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/sSrHwNQSSqg\" width=\"560%\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge - Start Your Penny Tree','','inherit','closed','closed','','186-revision-v1','','','2017-11-06 21:45:42','2017-11-07 02:45:42','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(700,2,'2017-11-07 15:45:35','2017-11-07 20:45:35','<form id=\"affSignup\" action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\n\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\n\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" /><button id=\"setNewParentButton\" type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\n<div><label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" /></div>\n<input type=\"submit\" value=\"Start Your Challenge\" />\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\n\n</form>The Penny Challenge - Step by Step Instructions (Part One of Two)\n\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"560\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n\nThe Penny Challenge - Step by Step Instructions (Part Two of Two)\n\n<iframe src=\"https://www.youtube.com/embed/sSrHwNQSSqg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge - Start Your Penny Tree (Step 1 of 2)','','inherit','closed','closed','','186-autosave-v1','','','2017-11-07 15:45:35','2017-11-07 20:45:35','',186,'http://itstartswithone.org/186-autosave-v1/',0,'revision','',0),(701,2,'2017-11-06 22:11:50','2017-11-07 03:11:50','<form id=\"affSignup\" action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" /><button id=\"setNewParentButton\" type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n<div><label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" /></div>\r\n<input type=\"submit\" value=\"Start Your Challenge\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n\r\n</form>The Penny Challenge - Step by Step Instructions (Part One of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"560\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nThe Penny Challenge - Step by Step Instructions (Part Two of Two)\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/sSrHwNQSSqg\" frameborder=\"0\" allowfullscreen></iframe>','The Penny Challenge - Start Your Penny Tree','','inherit','closed','closed','','186-revision-v1','','','2017-11-06 22:11:50','2017-11-07 03:11:50','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(702,2,'2017-11-06 22:44:37','2017-11-07 03:44:37','<strong>Penny Challenge Invite - Text Message Template</strong>\r\n\r\n(Name), I just took The Penny Challenge by donating $3.65 (the equivalent of a penny a day for a year) to help a child that\'s battling cancer. Would you accept my challenge to donate a penny a day and sponsor three others to do the same? Go to <a href=\"http://www.itstartswithone.org/tpc\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?hl=en&q=http://www.itstartswithone.org/tpc&source=gmail&ust=1510110343103000&usg=AFQjCNFQOGCQJBYwgnthXaT0RiFcztPL5w\">www.itstartswithone.org/tpc</a> and enter my email address, (your email address) as your sponsor.\r\n\r\n<img class=\"alignnone size-medium wp-image-503\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/penny-shirt-final-trans-bg2-291x300.jpg\" alt=\"\" width=\"291\" height=\"300\" /><iframe src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe><img class=\"alignright size-medium wp-image-565\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/FullSizeRender-25-208x300.jpg\" alt=\"\" width=\"360\" height=\"500\" />','Penny Challenge Resources','','inherit','closed','closed','','439-revision-v1','','','2017-11-06 22:44:37','2017-11-07 03:44:37','',439,'http://itstartswithone.org/439-revision-v1/',0,'revision','',0),(703,2,'2017-11-06 22:46:24','2017-11-07 03:46:24','<strong>Penny Challenge Invite - Text Message Template</strong>\r\n\r\nCopy the text below and paste it as a text message. Just add the recipients first name and your personal email address you used when donating to The Penny Challenge.\r\n\r\n(Name), I just took The Penny Challenge by donating $3.65 (the equivalent of a penny a day for a year) to help a child that\'s battling cancer. Would you accept my challenge to donate a penny a day and sponsor three others to do the same? Go to <a href=\"http://www.itstartswithone.org/tpc\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?hl=en&q=http://www.itstartswithone.org/tpc&source=gmail&ust=1510110343103000&usg=AFQjCNFQOGCQJBYwgnthXaT0RiFcztPL5w\">www.itstartswithone.org/tpc</a> and enter my email address, (your email address) as your sponsor.\r\n\r\n<img class=\"alignnone size-medium wp-image-503\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/penny-shirt-final-trans-bg2-291x300.jpg\" alt=\"\" width=\"291\" height=\"300\" /><iframe src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe><img class=\"alignright size-medium wp-image-565\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/FullSizeRender-25-208x300.jpg\" alt=\"\" width=\"360\" height=\"500\" />','Penny Challenge Resources','','inherit','closed','closed','','439-revision-v1','','','2017-11-06 22:46:24','2017-11-07 03:46:24','',439,'http://itstartswithone.org/439-revision-v1/',0,'revision','',0),(704,2,'2017-11-06 22:49:08','2017-11-07 03:49:08','Coming soon!','TPC - Street Team','','inherit','closed','closed','','570-revision-v1','','','2017-11-06 22:49:08','2017-11-07 03:49:08','',570,'http://itstartswithone.org/570-revision-v1/',0,'revision','',0),(705,2,'2017-11-06 22:58:53','2017-11-07 03:58:53','Coming soon!','TPC Tournament','','inherit','closed','closed','','608-revision-v1','','','2017-11-06 22:58:53','2017-11-07 03:58:53','',608,'http://itstartswithone.org/608-revision-v1/',0,'revision','',0),(706,2,'2017-11-06 23:00:01','2017-11-07 04:00:01','The Penny Challenge Tournament – COMING SOON!','TPC Tournament','','inherit','closed','closed','','608-revision-v1','','','2017-11-06 23:00:01','2017-11-07 04:00:01','',608,'http://itstartswithone.org/608-revision-v1/',0,'revision','',0),(707,2,'2017-11-07 15:45:38','2017-11-07 20:45:38','<form id=\"affSignup\" action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" /><button id=\"setNewParentButton\" type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n<div><label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" /></div>\r\n<input type=\"submit\" value=\"Start Your Challenge\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n\r\n</form>The Penny Challenge - Step by Step Instructions (Part One of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"560\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nThe Penny Challenge - Step by Step Instructions (Part Two of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/sSrHwNQSSqg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge - Start Your Penny Tree (Step 1 of 2)','','inherit','closed','closed','','186-revision-v1','','','2017-11-07 15:45:38','2017-11-07 20:45:38','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(708,2,'2017-11-11 00:02:21','2017-11-11 05:02:21','[ninja_form id=6]','Application for Assistance','','publish','closed','closed','','help','','','2018-09-26 23:12:30','2018-09-27 04:12:30','',0,'http://itstartswithone.org/?page_id=708',0,'page','',0),(709,2,'2017-11-11 00:00:57','2017-11-11 05:00:57','[ninja_form id=6]','Penny Challenge Application','','inherit','closed','closed','','708-revision-v1','','','2017-11-11 00:00:57','2017-11-11 05:00:57','',708,'http://itstartswithone.org/708-revision-v1/',0,'revision','',0),(711,2,'2017-11-11 00:20:52','2017-11-11 05:20:52','[ninja_form id=6]','Penny Challenge - Campaign Application','','inherit','closed','closed','','708-revision-v1','','','2017-11-11 00:20:52','2017-11-11 05:20:52','',708,'http://itstartswithone.org/708-revision-v1/',0,'revision','',0),(712,2,'2017-11-11 00:27:27','2017-11-11 05:27:27','<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">School Assembly Informational Video The Penny Challenge Commercial</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<p style=\"text-align: center;\"><iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/Ar7abcf81P8\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> <iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \"></div>\r\n\r\n[ninja_form id=6]','','','inherit','closed','closed','','6-revision-v1','','','2017-11-11 00:27:27','2017-11-11 05:27:27','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(713,0,'2017-11-11 08:58:09','2017-11-11 13:58:09','','','','publish','closed','closed','','713','','','2017-11-11 08:58:09','2017-11-11 13:58:09','',0,'http://itstartswithone.org/nf_sub/713/',0,'nf_sub','',0),(714,2,'2017-11-11 09:21:35','2017-11-11 14:21:35','','FFM – Application','','publish','closed','closed','','penny-challenge-campaign-application','','','2018-12-02 22:01:25','2018-12-03 03:01:25','',0,'http://itstartswithone.org/?p=714',8,'nav_menu_item','',0),(721,2,'2017-11-11 11:59:49','2017-11-11 16:59:49','<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">School Assembly Informational Video The Penny Challenge Commercial</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<p style=\"text-align: center;\"><iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/Ar7abcf81P8\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> <iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</div>\r\n</div>\r\n<p class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \"></p>\r\n[ninja_form id=6]','','','inherit','closed','closed','','6-revision-v1','','','2017-11-11 11:59:49','2017-11-11 16:59:49','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(722,2,'2017-11-11 12:00:37','2017-11-11 17:00:37','<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">School Assembly Informational Video The Penny Challenge Commercial</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<p style=\"text-align: center;\"><iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/Ar7abcf81P8\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> <iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \"></div>\r\n\r\n</div>\r\n</div>\r\n[ninja_form id=6]','','','inherit','closed','closed','','6-revision-v1','','','2017-11-11 12:00:37','2017-11-11 17:00:37','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(725,2,'2017-11-11 13:27:35','2017-11-11 18:27:35','<img class=\"alignright size-medium wp-image-602\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/100435080-disney_getty1.1200x600-300x157.jpg\" alt=\"\" width=\"1200\" height=\"600\" />','Slider 2','','publish','closed','closed','','slider-2','','','2017-11-11 13:34:52','2017-11-11 18:34:52','',0,'http://itstartswithone.org/?page_id=725',0,'page','',0),(726,2,'2017-11-11 13:27:35','2017-11-11 18:27:35','<img class=\"alignright size-medium wp-image-602\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/100435080-disney_getty1.1910x1000-300x157.jpg\" alt=\"\" width=\"300\" height=\"157\" />','Slider 2','','inherit','closed','closed','','725-revision-v1','','','2017-11-11 13:27:35','2017-11-11 18:27:35','',725,'http://itstartswithone.org/725-revision-v1/',0,'revision','',0),(728,2,'2017-11-11 13:40:55','2017-11-11 18:40:55','<img class=\"alignright size-medium wp-image-602\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/100435080-disney_getty1.1910x1000-300x157.jpg\" alt=\"\" width=\"300\" height=\"157\" />','Slider 2','','inherit','closed','closed','','725-autosave-v1','','','2017-11-11 13:40:55','2017-11-11 18:40:55','',725,'http://itstartswithone.org/725-autosave-v1/',0,'revision','',0),(729,2,'2017-11-11 13:34:52','2017-11-11 18:34:52','<img class=\"alignright size-medium wp-image-602\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/100435080-disney_getty1.1200x600-300x157.jpg\" alt=\"\" width=\"1200\" height=\"600\" />','Slider 2','','inherit','closed','closed','','725-revision-v1','','','2017-11-11 13:34:52','2017-11-11 18:34:52','',725,'http://itstartswithone.org/725-revision-v1/',0,'revision','',0),(730,2,'2017-11-12 14:17:13','2017-11-12 19:17:13','[ninja_form id=6]','Penny Challenge - Application','','inherit','closed','closed','','708-revision-v1','','','2017-11-12 14:17:13','2017-11-12 19:17:13','',708,'http://itstartswithone.org/708-revision-v1/',0,'revision','',0),(731,2,'2017-11-12 15:02:51','2017-11-12 20:02:51','','TPC - Networking Example List','','inherit','closed','closed','','tpc-networking-example-list','','','2017-11-12 15:02:51','2017-11-12 20:02:51','',439,'http://itstartswithone.org/wp-content/uploads/2017/10/TPC-Networking-Example-List.pdf',0,'attachment','application/pdf',0),(732,2,'2017-11-12 15:04:11','2017-11-12 20:04:11','<strong>Penny Challenge Invite - Text Message Template</strong>\r\n\r\nCopy the text below and paste it as a text message. Just add the recipients first name and your personal email address you used when donating to The Penny Challenge.\r\n\r\n(Name), I just took The Penny Challenge by donating $3.65 (the equivalent of a penny a day for a year) to help a child that\'s battling cancer. Would you accept my challenge to donate $3.65+ and sponsor three others to do the same within 24 hours? Go to <a href=\"http://www.itstartswithone.org/tpc\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?hl=en&q=http://www.itstartswithone.org/tpc&source=gmail&ust=1510110343103000&usg=AFQjCNFQOGCQJBYwgnthXaT0RiFcztPL5w\">www.itstartswithone.org/tpc</a> and enter my email address, (your email address) as your sponsor.\r\n\r\n<strong><a href=\"http://itstartswithone.org/wp-content/uploads/2017/10/TPC-Networking-Example-List.pdf\">TPC - Networking Example List</a></strong>\r\n\r\n<img class=\"alignnone size-medium wp-image-503\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/penny-shirt-final-trans-bg2-291x300.jpg\" alt=\"\" width=\"291\" height=\"300\" /><iframe src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe><img class=\"alignright size-medium wp-image-565\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/FullSizeRender-25-208x300.jpg\" alt=\"\" width=\"360\" height=\"500\" />','Penny Challenge Resources','','inherit','closed','closed','','439-revision-v1','','','2017-11-12 15:04:11','2017-11-12 20:04:11','',439,'http://itstartswithone.org/439-revision-v1/',0,'revision','',0),(733,2,'2017-11-12 15:15:19','2017-11-12 20:15:19','<strong>Penny Challenge Invite - Text Message Template</strong>\r\n\r\nCopy the text below and paste it as a text message. Just add the recipients first name and your personal email address you used when donating to The Penny Challenge.\r\n\r\n(Name), I just took The Penny Challenge by donating $3.65 (the equivalent of a penny a day for a year) to help a child that\'s battling cancer. Would you accept my challenge to donate $3.65+ and sponsor three others to do the same within 24 hours? Go to <a href=\"http://www.itstartswithone.org/tpc\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?hl=en&q=http://www.itstartswithone.org/tpc&source=gmail&ust=1510110343103000&usg=AFQjCNFQOGCQJBYwgnthXaT0RiFcztPL5w\">www.itstartswithone.org/tpc</a> and enter my email address, (your email address) as your sponsor.\r\n\r\n<strong><a href=\"http://itstartswithone.org/wp-content/uploads/2017/10/TPC-Networking-Example-List.pdf\">TPC - Networking Example List</a></strong>\r\n\r\n ','Penny Challenge Resources','','inherit','closed','closed','','439-revision-v1','','','2017-11-12 15:15:19','2017-11-12 20:15:19','',439,'http://itstartswithone.org/439-revision-v1/',0,'revision','',0),(734,2,'2017-11-12 15:28:14','2017-11-12 20:28:14','','The Penny Challenge - Step by step instructions','','inherit','closed','closed','','the-penny-challenge-step-by-step-instructions','','','2017-11-12 15:28:14','2017-11-12 20:28:14','',439,'http://itstartswithone.org/wp-content/uploads/2017/10/The-Penny-Challenge-Step-by-step-instructions.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(735,2,'2017-11-12 15:28:42','2017-11-12 20:28:42','<strong>Penny Challenge Invite - Text Message Template</strong>\r\n\r\nCopy the text below and paste it as a text message. Just add the recipients first name and your personal email address you used when donating to The Penny Challenge.\r\n\r\n(Name), I just took The Penny Challenge by donating $3.65 (the equivalent of a penny a day for a year) to help a child that\'s battling cancer. Would you accept my challenge to donate $3.65+ and sponsor three others to do the same within 24 hours? Go to <a href=\"http://www.itstartswithone.org/tpc\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?hl=en&q=http://www.itstartswithone.org/tpc&source=gmail&ust=1510110343103000&usg=AFQjCNFQOGCQJBYwgnthXaT0RiFcztPL5w\">www.itstartswithone.org/tpc</a> and enter my email address, (your email address) as your sponsor.\r\n\r\n<strong><a href=\"http://itstartswithone.org/wp-content/uploads/2017/10/TPC-Networking-Example-List.pdf\">TPC - Networking Example List</a></strong>\r\n\r\n<strong><a href=\"http://itstartswithone.org/wp-content/uploads/2017/10/The-Penny-Challenge-Step-by-step-instructions.docx\">The Penny Challenge - Step by step instructions</a></strong>\r\n\r\n ','Penny Challenge Resources','','inherit','closed','closed','','439-revision-v1','','','2017-11-12 15:28:42','2017-11-12 20:28:42','',439,'http://itstartswithone.org/439-revision-v1/',0,'revision','',0),(736,2,'2017-11-12 15:32:40','2017-11-12 20:32:40','','The Penny Challenge - Step by step instructions','','inherit','closed','closed','','the-penny-challenge-step-by-step-instructions-2','','','2017-11-12 15:32:40','2017-11-12 20:32:40','',439,'http://itstartswithone.org/wp-content/uploads/2017/10/The-Penny-Challenge-Step-by-step-instructions.pdf',0,'attachment','application/pdf',0),(737,2,'2017-11-12 15:33:18','2017-11-12 20:33:18','<strong>Penny Challenge Invite - Text Message Template</strong>\r\n\r\nCopy the text below and paste it as a text message. Just add the recipients first name and your personal email address you used when donating to The Penny Challenge.\r\n\r\n(Name), I just took The Penny Challenge by donating $3.65 (the equivalent of a penny a day for a year) to help a child that\'s battling cancer. Would you accept my challenge to donate $3.65+ and sponsor three others to do the same within 24 hours? Go to <a href=\"http://www.itstartswithone.org/tpc\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?hl=en&q=http://www.itstartswithone.org/tpc&source=gmail&ust=1510110343103000&usg=AFQjCNFQOGCQJBYwgnthXaT0RiFcztPL5w\">www.itstartswithone.org/tpc</a> and enter my email address, (your email address) as your sponsor.\r\n\r\n<strong><a href=\"http://itstartswithone.org/wp-content/uploads/2017/10/TPC-Networking-Example-List.pdf\">TPC - Networking Example List</a></strong>\r\n\r\n<strong><a href=\"http://itstartswithone.org/wp-content/uploads/2017/10/The-Penny-Challenge-Step-by-step-instructions.pdf\">The Penny Challenge - Step by step instructions</a></strong>\r\n\r\n ','Penny Challenge Resources','','inherit','closed','closed','','439-revision-v1','','','2017-11-12 15:33:18','2017-11-12 20:33:18','',439,'http://itstartswithone.org/439-revision-v1/',0,'revision','',0),(738,2,'2017-11-13 12:29:56','2017-11-13 17:29:56','<a href=\"http://itstartswithone.org/wp-content/uploads/2017/10/The-Penny-Challenge-Step-by-step-instructions.pdf\">The Penny Challenge - Step by step instructions</a>\r\n\r\n<strong>The Penny Challenge - Step by Step Instructions (Part One of Two)</strong>\r\n\r\n<iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"100%\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>The Penny Challenge - Step by Step Instructions (Part Two of Two)</strong>\r\n\r\n<iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/sSrHwNQSSqg\" width=\"100%\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge How To Instructions','','inherit','closed','closed','','651-revision-v1','','','2017-11-13 12:29:56','2017-11-13 17:29:56','',651,'http://itstartswithone.org/651-revision-v1/',0,'revision','',0),(739,2,'2017-11-13 12:37:12','2017-11-13 17:37:12','<a href=\"http://itstartswithone.org/wp-content/uploads/2017/10/The-Penny-Challenge-Step-by-step-instructions.pdf\">The Penny Challenge - Step by step instructions </a>(Videos below)\r\n\r\nStep 1) Do the challenge TODAY. Right now, if possible (the website is smartphone friendly). - “The smallest good deed is better than the greatest of intentions.”\r\n\r\nStep 2) Go to www.itstartswithone.org\r\n\r\nStep 3) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\n\r\nStep 4) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\n\r\nStep 5) Choose a donation amount and frequency with which you would like to donate & checkout.\r\n\r\nStep 6) Check your email and set your password. Challenge and sponsor 3 people via text or email to complete all six steps of The Penny Challenge within 24 hours.\r\n\r\n \r\n\r\n<strong>The Penny Challenge - Step by Step Instructions (Part One of Two)</strong>\r\n\r\n<iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"100%\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>The Penny Challenge - Step by Step Instructions (Part Two of Two)</strong>\r\n\r\n<iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/sSrHwNQSSqg\" width=\"100%\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge How To Instructions','','inherit','closed','closed','','651-revision-v1','','','2017-11-13 12:37:12','2017-11-13 17:37:12','',651,'http://itstartswithone.org/651-revision-v1/',0,'revision','',0),(740,2,'2017-11-14 14:23:11','2017-11-14 19:23:11','What is The Penny Challenge?\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/l7KTivwybNY\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\nHow to take The Penny Challenge steps 1 of 2 and 2 of 2\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" frameborder=\"0\" allowfullscreen></iframe> <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/sSrHwNQSSqg\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\nThe Penny Challenge Flip\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/OfSSN9Jr6v8\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\nThe Penny Challenge Application Process\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/ZfVDVSB13t8\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\nHow to raise $1,000 in 72 hours using The Penny Challenge\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/yUIDTBJn8Ko\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\n \r\n\r\nMaking of <em>The Penny Challenge</em> Commercial\r\n\r\n[gallery ids=\"524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541\"]\r\n\r\n[playlist type=\"video\" ids=\"522\"]','Media','','inherit','closed','closed','','518-revision-v1','','','2017-11-14 14:23:11','2017-11-14 19:23:11','',518,'http://itstartswithone.org/518-revision-v1/',0,'revision','',0),(741,2,'2017-11-14 14:26:46','2017-11-14 19:26:46','What is The Penny Challenge?\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/l7KTivwybNY\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\nHow to take The Penny Challenge steps 1 of 2 and 2 of 2\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" frameborder=\"0\" allowfullscreen></iframe> <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/sSrHwNQSSqg\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\nThe Penny Challenge Flip\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/OfSSN9Jr6v8\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\nThe Penny Challenge Application Process\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/ZfVDVSB13t8\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\nHow to raise $1,000 in 72 hours using The Penny Challenge\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/yUIDTBJn8Ko\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\n \r\n\r\nMaking of <em>The Penny Challenge</em> Commercial\r\n\r\n[gallery ids=\"524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541\"]','Media','','inherit','closed','closed','','518-revision-v1','','','2017-11-14 14:26:46','2017-11-14 19:26:46','',518,'http://itstartswithone.org/518-revision-v1/',0,'revision','',0),(743,2,'2017-11-14 14:34:16','2017-11-14 19:34:16','What is The Penny Challenge?\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/l7KTivwybNY\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\nHow to take The Penny Challenge steps 1 of 2 and 2 of 2\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" frameborder=\"0\" allowfullscreen></iframe> <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/sSrHwNQSSqg\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\nThe Penny Challenge Flip\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/OfSSN9Jr6v8\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\nThe Penny Challenge Application Process\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/ZfVDVSB13t8\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\nHow to raise $1,000 in 72 hours using The Penny Challenge\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/yUIDTBJn8Ko\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\nThe Penny Challenge Commercial\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\nThe Penny Challenge - School Informational Video\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Ar7abcf81P8\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\n \r\n\r\nMaking of <em>The Penny Challenge</em> Commercial\r\n\r\n[gallery ids=\"524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541\"]','Media','','inherit','closed','closed','','518-revision-v1','','','2017-11-14 14:34:16','2017-11-14 19:34:16','',518,'http://itstartswithone.org/518-revision-v1/',0,'revision','',0),(745,2,'2017-11-14 14:49:39','2017-11-14 19:49:39','[ninja_form id=6]','Penny Challenge Application','','publish','closed','closed','','penny-challenge-application','','','2017-11-14 14:49:41','2017-11-14 19:49:41','',0,'http://itstartswithone.org/?page_id=745',0,'page','',0),(746,2,'2017-11-14 14:49:39','2017-11-14 19:49:39','[ninja_form id=6]','Penny Challenge Application','','inherit','closed','closed','','745-revision-v1','','','2017-11-14 14:49:39','2017-11-14 19:49:39','',745,'http://itstartswithone.org/745-revision-v1/',0,'revision','',0),(747,2,'2017-11-14 15:17:02','2017-11-14 20:17:02','What is The Penny Challenge?\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/l7KTivwybNY\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\nThe Penny Challenge Personal Campaign\r\n<iframe src=\"https://www.youtube.com/embed/FHVUbjAKjl8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nThe Penny Challenge Application Process\r\n<iframe src=\"https://www.youtube.com/embed/ZfVDVSB13t8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nHow to Raise $1,000+ in 72 Hours Using The Penny Challenge\r\n<iframe src=\"https://www.youtube.com/embed/yUIDTBJn8Ko\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','Penny Challenge Application - How To Videos','','publish','closed','closed','','helpthehurting','','','2017-11-15 10:43:34','2017-11-15 15:43:34','',0,'http://itstartswithone.org/?page_id=747',0,'page','',0),(748,2,'2017-11-14 15:17:02','2017-11-14 20:17:02','The Penny Challenge Application Process\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/ZfVDVSB13t8\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\nHow to Raise $1,000+ in 72 Hours Using The Penny Challenge\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/yUIDTBJn8Ko\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\n','Penny Challenge Application - How To Videos','','inherit','closed','closed','','747-revision-v1','','','2017-11-14 15:17:02','2017-11-14 20:17:02','',747,'http://itstartswithone.org/747-revision-v1/',0,'revision','',0),(751,2,'2017-11-15 10:42:58','2017-11-15 15:42:58',' \n\nThe Penny Challenge Personal Campaign\n<iframe src=\"https://www.youtube.com/embed/FHVUbjAKjl8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n\nThe Penny Challenge Application Process\n<iframe src=\"https://www.youtube.com/embed/ZfVDVSB13t8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n\nHow to Raise $1,000+ in 72 Hours Using The Penny Challenge\n<iframe src=\"https://www.youtube.com/embed/yUIDTBJn8Ko\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','Penny Challenge Application - How To Videos','','inherit','closed','closed','','747-autosave-v1','','','2017-11-15 10:42:58','2017-11-15 15:42:58','',747,'http://itstartswithone.org/747-autosave-v1/',0,'revision','',0),(752,2,'2017-11-14 15:23:36','2017-11-14 20:23:36','The Penny Challenge Personal Campaign\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/FHVUbjAKjl8\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\nThe Penny Challenge Application Process\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/ZfVDVSB13t8\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\nHow to Raise $1,000+ in 72 Hours Using The Penny Challenge\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/yUIDTBJn8Ko\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\n','Penny Challenge Application - How To Videos','','inherit','closed','closed','','747-revision-v1','','','2017-11-14 15:23:36','2017-11-14 20:23:36','',747,'http://itstartswithone.org/747-revision-v1/',0,'revision','',0),(753,2,'2017-11-14 15:27:00','2017-11-14 20:27:00','What is The Penny Challenge?\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/l7KTivwybNY\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\nHow to take The Penny Challenge steps 1 of 2 and 2 of 2\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" frameborder=\"0\" allowfullscreen></iframe> <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/sSrHwNQSSqg\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\nThe Penny Challenge Flip\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/OfSSN9Jr6v8\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\nThe Penny Challenge Personal Campaign\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/FHVUbjAKjl8\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\nThe Penny Challenge Application Process\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/ZfVDVSB13t8\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\nHow to raise $1,000 in 72 hours using The Penny Challenge\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/yUIDTBJn8Ko\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\nThe Penny Challenge Commercial\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\nThe Penny Challenge - School Informational Video\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Ar7abcf81P8\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\n \r\n\r\nMaking of <em>The Penny Challenge</em> Commercial\r\n\r\n[gallery ids=\"524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541\"]','Media','','inherit','closed','closed','','518-revision-v1','','','2017-11-14 15:27:00','2017-11-14 20:27:00','',518,'http://itstartswithone.org/518-revision-v1/',0,'revision','',0),(754,2,'2017-11-14 15:30:41','2017-11-14 20:30:41','What is The Penny Challenge?\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/l7KTivwybNY\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\nHow to take The Penny Challenge Steps 1 of 2 and 2 of 2\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" frameborder=\"0\" allowfullscreen></iframe> <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/sSrHwNQSSqg\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\nThe Penny Challenge Flip\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/OfSSN9Jr6v8\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\nThe Penny Challenge Personal Campaign\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/FHVUbjAKjl8\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\nThe Penny Challenge Application Process\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/ZfVDVSB13t8\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\nHow to Raise $1,000 in 72 Hours Using The Penny Challenge\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/yUIDTBJn8Ko\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\nThe Penny Challenge Commercial\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\nThe Penny Challenge - School Informational Video\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Ar7abcf81P8\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\n \r\n\r\nMaking of <em>The Penny Challenge</em> Commercial\r\n\r\n[gallery ids=\"524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541\"]','Media','','inherit','closed','closed','','518-revision-v1','','','2017-11-14 15:30:41','2017-11-14 20:30:41','',518,'http://itstartswithone.org/518-revision-v1/',0,'revision','',0),(755,2,'2017-11-14 15:36:17','2017-11-14 20:36:17','<a href=\"http://itstartswithone.org/wp-content/uploads/2017/10/The-Penny-Challenge-Step-by-step-instructions.pdf\">The Penny Challenge - Step by step instructions </a>(Videos below)\r\n\r\nStep 1) Do the challenge TODAY. Right now, if possible (the website is smartphone friendly). - “The smallest good deed is better than the greatest of intentions.”\r\n\r\nStep 2) Go to www.itstartswithone.org\r\n\r\nStep 3) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\n\r\nStep 4) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\n\r\nStep 5) Choose a donation amount and frequency with which you would like to donate & checkout.\r\n\r\nStep 6) Check your email and set your password. Challenge and sponsor 3 people via text or email to complete all six steps of The Penny Challenge within 24 hours.\r\n\r\n \r\n\r\n<strong>The Penny Challenge - Step by Step Instructions (Part One of Two)</strong>\r\n\r\n<iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"100%\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>The Penny Challenge - Step by Step Instructions (Part Two of Two)</strong>\r\n\r\n<iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/sSrHwNQSSqg\" width=\"100%\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/OfSSN9Jr6v8\" width=\"100%\" height=\"450\" frameborder=\"0\" allowfullscreen></iframe>','The Penny Challenge How To Instructions','','inherit','closed','closed','','651-revision-v1','','','2017-11-14 15:36:17','2017-11-14 20:36:17','',651,'http://itstartswithone.org/651-revision-v1/',0,'revision','',0),(756,2,'2017-11-14 15:39:17','2017-11-14 20:39:17','<a href=\"http://itstartswithone.org/wp-content/uploads/2017/10/The-Penny-Challenge-Step-by-step-instructions.pdf\">The Penny Challenge - Step by step instructions </a>(Videos below)\r\n\r\nStep 1) Do the challenge TODAY. Right now, if possible (the website is smartphone friendly). - “The smallest good deed is better than the greatest of intentions.”\r\n\r\nStep 2) Go to www.itstartswithone.org\r\n\r\nStep 3) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\n\r\nStep 4) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\n\r\nStep 5) Choose a donation amount and frequency with which you would like to donate & checkout.\r\n\r\nStep 6) Check your email and set your password. Challenge and sponsor 3 people via text or email to complete all six steps of The Penny Challenge within 24 hours.\r\n\r\nPenny Challenge Invite – Text Message Template\r\nCopy the text below and paste it as a text message. Just add the recipients first name and your personal email address you used when donating to The Penny Challenge.\r\n\r\n(Name), I just took The Penny Challenge by donating $3.65 (the equivalent of a penny a day for a year) to help a child that’s battling cancer. Would you accept my challenge to donate $3.65+ and sponsor three others to do the same within 24 hours? Go to www.itstartswithone.org/tpc and enter my email address, (your email address) as your sponsor.\r\n\r\nThe Penny Challenge Flip (Optional)\r\nTo participate in The Penny Challenge Flip you\'ll need a penny, a paper plate and a bottle of whip cream. The person who accepted the challenge gets to flip the penny. If it lands on heads, their sponsor gets a pie in the face. If it lands on tales, the pie goes the other direction. Make sure to film your Penny Challenge Flip and post it on social media along with your challenge to three others. Don\'t forget to hashtag #itstartswithone and #thepennychallenge\r\n\r\n \r\n\r\n<strong>The Penny Challenge - Step by Step Instructions (Part One of Two)</strong>\r\n\r\n<iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"100%\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>The Penny Challenge - Step by Step Instructions (Part Two of Two)</strong>\r\n\r\n<iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/sSrHwNQSSqg\" width=\"100%\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/OfSSN9Jr6v8\" width=\"100%\" height=\"450\" frameborder=\"0\" allowfullscreen></iframe>','The Penny Challenge How To Instructions','','inherit','closed','closed','','651-revision-v1','','','2017-11-14 15:39:17','2017-11-14 20:39:17','',651,'http://itstartswithone.org/651-revision-v1/',0,'revision','',0),(757,2,'2017-11-14 15:41:29','2017-11-14 20:41:29','<a href=\"http://itstartswithone.org/wp-content/uploads/2017/10/The-Penny-Challenge-Step-by-step-instructions.pdf\">The Penny Challenge - Step by step instructions </a>(Videos below)\r\n\r\nStep 1) Do the challenge TODAY. Right now, if possible (the website is smartphone friendly). - “The smallest good deed is better than the greatest of intentions.”\r\n\r\nStep 2) Go to www.itstartswithone.org\r\n\r\nStep 3) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\n\r\nStep 4) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\n\r\nStep 5) Choose a donation amount and frequency with which you would like to donate & checkout.\r\n\r\nStep 6) Check your email and set your password. Challenge and sponsor 3 people via text or email to complete all six steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Penny Challenge Invite – Text Message Template</strong>\r\nCopy the text below and paste it as a text message. Just add the recipients first name and your personal email address you used when donating to The Penny Challenge.\r\n\r\n(Name), I just took The Penny Challenge by donating $3.65 (the equivalent of a penny a day for a year) to help a child that’s battling cancer. Would you accept my challenge to donate $3.65+ and sponsor three others to do the same within 24 hours? Go to www.itstartswithone.org/tpc and enter my email address, (your email address) as your sponsor.\r\n\r\n<strong>The Penny Challenge Flip (Optional)</strong>\r\nTo participate in The Penny Challenge Flip you\'ll need a penny, a paper plate and a bottle of whip cream. The person who accepted the challenge gets to flip the penny. If it lands on heads, their sponsor gets a pie in the face. If it lands on tales, the pie goes the other direction. Make sure to film your Penny Challenge Flip and post it on social media along with your challenge to three others. Don\'t forget to hashtag #itstartswithone and #thepennychallenge\r\n\r\n \r\n\r\n<strong>The Penny Challenge - Step by Step Instructions (Part One of Two)</strong>\r\n\r\n<iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"100%\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>The Penny Challenge - Step by Step Instructions (Part Two of Two)</strong>\r\n\r\n<iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/sSrHwNQSSqg\" width=\"100%\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/OfSSN9Jr6v8\" width=\"100%\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge How To Instructions','','inherit','closed','closed','','651-revision-v1','','','2017-11-14 15:41:29','2017-11-14 20:41:29','',651,'http://itstartswithone.org/651-revision-v1/',0,'revision','',0),(758,2,'2017-11-14 16:03:12','2017-11-14 21:03:12','(\"HOW TO\" VIDEOS BELOW WRITTEN INSTRUCTIONS)\r\n\r\n<a href=\"http://itstartswithone.org/wp-content/uploads/2017/10/The-Penny-Challenge-Step-by-step-instructions.pdf\">The Penny Challenge - Step by step instructions </a>\r\n\r\nStep 1) Do the challenge TODAY. Right now, if possible (the website is smartphone friendly). - “The smallest good deed is better than the greatest of intentions.”\r\n\r\nStep 2) Go to www.itstartswithone.org\r\n\r\nStep 3) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\n\r\nStep 4) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\n\r\nStep 5) Choose a donation amount and frequency with which you would like to donate & checkout.\r\n\r\nStep 6) Check your email and set your password. Challenge and sponsor 3 people via text or email to complete all six steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Penny Challenge Invite – Text Message Template</strong>\r\nCopy the text below and paste it as a text message. Just add the recipients first name and your personal email address you used when donating to The Penny Challenge.\r\n\r\n(Name), I just took The Penny Challenge by donating $3.65 (the equivalent of a penny a day for a year) to help a child that’s battling cancer. Would you accept my challenge to donate $3.65+ and sponsor three others to do the same within 24 hours? Go to www.itstartswithone.org/tpc and enter my email address, (your email address) as your sponsor.\r\n\r\n \r\n\r\n<strong>The Penny Challenge Flip (Optional)</strong>\r\nTo participate in The Penny Challenge Flip you\'ll need a penny, a paper plate and a bottle of whip cream. The person who accepted the challenge gets to flip the penny. If it lands on heads, their sponsor gets a pie in the face. If it lands on tales, the pie goes the other direction. Make sure to film your Penny Challenge Flip and post it on social media along with your challenge to three others. Don\'t forget to hashtag #itstartswithone and #thepennychallenge\r\n\r\n \r\n\r\n<strong>The Penny Challenge - Step by Step Instructions (Part One of Two)</strong>\r\n\r\n<iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"100%\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<strong>The Penny Challenge - Step by Step Instructions (Part Two of Two)</strong>\r\n\r\n<iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/sSrHwNQSSqg\" width=\"100%\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/OfSSN9Jr6v8\" width=\"100%\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge How To Instructions','','inherit','closed','closed','','651-revision-v1','','','2017-11-14 16:03:12','2017-11-14 21:03:12','',651,'http://itstartswithone.org/651-revision-v1/',0,'revision','',0),(760,2,'2017-11-15 08:49:22','2017-11-15 13:49:22','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization. Our main purpose is to inspire people, young and old to play a role in changing the world. First, we provide support to the local community and then globally through a pay it forward movement we call, \"The Penny Challenge.\" We work to ensure that all human beings are assured their unalienable rights of life, liberty and the pursuit of happiness. We are here to ensure, protect, and bless those fighting for the very existence of these rights.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a <em>\"Pay It Forward\"</em> movement in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed two ways. The first is to help aid local residents that are personally struggling with any of the ten different causes that ISWO supports. These local residents are often the <em>Featured Family of the Month.</em> The second provides global support to the following ten causes 1) AIDS 2) ALS 3) Cancer 4) General Fund (natural disasters/discretionary etc) 5) Heart Disease 6) Human Trafficking 7) Missions (Clean Water/Housing) 8) Substance Abuse 9) World Hunger 10) Wounded Vets\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all six steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are families or individuals struggling with any one of the ten causes we support. Members of ISWO\'s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM\'s stories will always be listed on our website or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: 3% of every donation is automatically reserved to be distributed to each of the ten causes ISWO supports totaling 30% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims through cause #4 ISWO\'s <em>General Fund</em>. The percentage that is distributed to local FFM\'s is a case by case basis that is voted on by ISWO\'s board of directors. i.e. One family may have $5,000 worth of medical bills whereas another family with a similar illness, in a similar situation may have $50,000 worth of medical bills. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs. At ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 2% going towards overhead expenses and 98% going towards charitable programs.\r\n\r\n<strong>Q: How do personal Penny Challenge campaigns work? </strong>A: Campaign duration\'s are 30 days. The first day of the campaign is considered the first full day after campaign is initiated. The campaign will end at 11:59:59pm eastern time on the 30th day. For individual campaigns, all funds raised up to $2,500, the campaign beneficiary will receive 80% of (i.e. $2,500 x 80% = $2,000). All funds raised over $2,500, the campaign beneficiary will receive 50% (i.e. Total raised $6,500. $6,500 - $2,500 = $4,000. (80% of $2,500 = $2,000. 50% of $4,000 = $2,000) Campaign beneficiary would receive $4,000 ($2,000 + $2,000) total in this example). This is so the causes ISWO supports receive funding. For corporate campaigns (churches, businesses, schools), all funds raised up to $10,000, the campaign beneficiary will receive 80% of (i.e. $10,000 x 80% = $8000). All funds raised over $10,000, the campaign beneficiary will receive 50% (i.e. Total raised $16,000. $16,000 - $10,000 = $6,000. (80% of $10,000 = $8,000. 50% of $6,000 = $3,000) Campaign beneficiary would receive $11,000 ($8,000 + $3,000) total in this example).\r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2017-11-15 08:49:22','2017-11-15 13:49:22','',441,'http://itstartswithone.org/441-revision-v1/',0,'revision','',0),(761,2,'2017-11-15 08:51:44','2017-11-15 13:51:44','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization. Our main purpose is to inspire people, young and old to play a role in changing the world. First, we provide support to the local community and then globally through a pay it forward movement we call, \"The Penny Challenge.\" We work to ensure that all human beings are assured their unalienable rights of life, liberty and the pursuit of happiness. We are here to ensure, protect, and bless those fighting for the very existence of these rights.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a <em>\"Pay It Forward\"</em> movement in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed two ways. The first is to help aid local residents that are personally struggling with any of the ten different causes that ISWO supports. These local residents are often the <em>Featured Family of the Month.</em> The second provides global support to the following ten causes 1) AIDS 2) ALS 3) Cancer 4) General Fund (natural disasters/discretionary etc) 5) Heart Disease 6) Human Trafficking 7) Missions (Clean Water/Housing) 8) Substance Abuse 9) World Hunger 10) Wounded Vets\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all six steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are families or individuals struggling with any one of the ten causes we support. Members of ISWO\'s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM\'s stories will always be listed on our website or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: 3% of every donation is automatically reserved to be distributed to each of the ten causes ISWO supports totaling 30% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims through cause #4 ISWO\'s <em>General Fund</em>. The percentage that is distributed to local FFM\'s is a case by case basis that is voted on by ISWO\'s board of directors. i.e. One family may have $5,000 worth of medical bills whereas another family with a similar illness, in a similar situation may have $50,000 worth of medical bills. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs. At ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 2% going towards overhead expenses and 98% going towards charitable programs.\r\n\r\n<strong>Q: How do personal Penny Challenge campaigns work?</strong>\r\n\r\nA: Campaign duration\'s are 30 days. The first day of the campaign is considered the first full day after campaign is initiated. The campaign will end at 11:59:59pm eastern time on the 30th day. For individual campaigns, all funds raised up to $2,500, the campaign beneficiary will receive 80% of (i.e. $2,500 x 80% = $2,000). All funds raised over $2,500, the campaign beneficiary will receive 50% (i.e. Total raised $6,500. $6,500 - $2,500 = $4,000. (80% of $2,500 = $2,000. 50% of $4,000 = $2,000) Campaign beneficiary would receive $4,000 ($2,000 + $2,000) total in this example). This is so the causes ISWO supports receive funding. For corporate campaigns (churches, businesses, schools), all funds raised up to $10,000, the campaign beneficiary will receive 80% of (i.e. $10,000 x 80% = $8000). All funds raised over $10,000, the campaign beneficiary will receive 50% (i.e. Total raised $16,000. $16,000 - $10,000 = $6,000. (80% of $10,000 = $8,000. 50% of $6,000 = $3,000) Campaign beneficiary would receive $11,000 ($8,000 + $3,000) total in this example).\r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2017-11-15 08:51:44','2017-11-15 13:51:44','',441,'http://itstartswithone.org/441-revision-v1/',0,'revision','',0),(762,2,'2017-11-15 08:58:26','2017-11-15 13:58:26','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization. Our main purpose is to inspire people, young and old to play a role in changing the world. First, we provide support to the local community and then globally through a pay it forward movement we call, \"The Penny Challenge.\" We work to ensure that all human beings are assured their unalienable rights of life, liberty and the pursuit of happiness. We are here to ensure, protect, and bless those fighting for the very existence of these rights.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a <em>\"Pay It Forward\"</em> movement in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed two ways. The first is to help aid local residents that are personally struggling with any of the ten different causes that ISWO supports. These local residents are often the <em>Featured Family of the Month.</em> The second provides global support to the following ten causes 1) AIDS 2) ALS 3) Cancer 4) General Fund (natural disasters/discretionary etc) 5) Heart Disease 6) Human Trafficking 7) Missions (Clean Water/Housing) 8) Substance Abuse 9) World Hunger 10) Wounded Vets\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all six steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are families or individuals struggling with any one of the ten causes we support. Members of ISWO\'s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM\'s stories will always be listed on our website or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: 3% of every donation is automatically reserved to be distributed to each of the ten causes ISWO supports totaling 30% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims through cause #4 ISWO\'s <em>General Fund</em>. The percentage that is distributed to local FFM\'s is a case by case basis that is voted on by ISWO\'s board of directors. i.e. One family may have $5,000 worth of medical bills whereas another family with a similar illness, in a similar situation may have $50,000 worth of medical bills. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs. At ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 2% going towards overhead expenses and 98% going towards charitable programs.\r\n\r\n<strong>Q: How do personal Penny Challenge campaigns work?</strong>\r\nA: Campaign duration\'s are 30 days. The first day of the campaign is considered the first full day after campaign is initiated. The campaign will end at 11:59:59pm eastern time on the 30th day. For individual campaigns, all funds raised up to $2,500, the campaign beneficiary will receive 80% of (i.e. $2,500 x 80% = $2,000). All funds raised over and above $2,500, the campaign beneficiary will receive 50% (i.e. Total raised $6,500. $6,500 - $2,500 = $4,000. (80% of $2,500 = $2,000. 50% of $4,000 = $2,000) Campaign beneficiary would receive $4,000 ($2,000 + $2,000) total in this example). This is so the causes ISWO supports receive funding. For corporate campaigns (churches, businesses, schools), all funds raised up to $10,000, the campaign beneficiary will receive 80% of (i.e. $10,000 x 80% = $8000). All funds raised over and above $10,000, the campaign beneficiary will receive 50% (i.e. Total raised $16,000. $16,000 - $10,000 = $6,000. (80% of $10,000 = $8,000. 50% of $6,000 = $3,000) Campaign beneficiary would receive $11,000 ($8,000 + $3,000) total in this example). This is so the causes ISWO supports receive funding.\r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2017-11-15 08:58:26','2017-11-15 13:58:26','',441,'http://itstartswithone.org/441-revision-v1/',0,'revision','',0),(763,2,'2017-11-15 09:14:19','2017-11-15 14:14:19','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization. Our main purpose is to inspire people, young and old to play a role in changing the world. First, we provide support to the local community and then globally through a pay it forward movement we call, \"The Penny Challenge.\" We work to ensure that all human beings are assured their unalienable rights of life, liberty and the pursuit of happiness. We are here to ensure, protect, and bless those fighting for the very existence of these rights.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a <em>\"Pay It Forward\"</em> movement in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed two ways. The first is to help aid local residents that are personally struggling with any of the ten different causes that ISWO supports. These local residents are often the <em>Featured Family of the Month.</em> The second provides global support to the following ten causes 1) AIDS 2) ALS 3) Cancer 4) General Fund (natural disasters/discretionary etc) 5) Heart Disease 6) Human Trafficking 7) Missions (Clean Water/Housing) 8) Substance Abuse 9) World Hunger 10) Wounded Vets\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all six steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are families or individuals struggling with any one of the ten causes we support. Members of ISWO\'s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM\'s stories will always be listed on our website or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: 3% of every donation is automatically reserved to be distributed to each of the ten causes ISWO supports totaling 30% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims through cause #4 ISWO\'s <em>General Fund</em>. The percentage that is distributed to local FFM\'s is a case by case basis that is voted on by ISWO\'s board of directors. i.e. One family may have $5,000 worth of medical bills whereas another family with a similar illness, in a similar situation may have $50,000 worth of medical bills. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs. At ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 2% going towards overhead expenses and 98% going towards charitable programs.\r\n\r\n<strong>Q: How do personal Penny Challenge campaigns work?</strong>\r\nA: Campaign duration\'s are 30 days. The first day of the campaign is considered the first full day after campaign is initiated. The campaign will end at 11:59:59pm eastern time on the 30th day. For individual campaigns, all funds raised up to $2,500, the campaign beneficiary will receive 80% of (i.e. $2,500 x 80% = $2,000). All funds raised over and above $2,500, the campaign beneficiary will receive 50% (i.e. Total raised $6,500. $6,500 - $2,500 = $4,000. (80% of $2,500 = $2,000. 50% of $4,000 = $2,000) Campaign beneficiary would receive $4,000 ($2,000 + $2,000) total in this example). This is so the causes ISWO supports receive funding. For corporate campaigns (churches, businesses, schools), all funds raised up to $10,000, the campaign beneficiary will receive 80% of (i.e. $10,000 x 80% = $8000). All funds raised over and above $10,000, the campaign beneficiary will receive 50% (i.e. Total raised $16,000. $16,000 - $10,000 = $6,000. (80% of $10,000 = $8,000. 50% of $6,000 = $3,000) Campaign beneficiary would receive $11,000 ($8,000 + $3,000) total in this example). This is so the causes ISWO supports receive funding. Beneficiary checks will be issued 31 days after the campaign ends.\r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2017-11-15 09:14:19','2017-11-15 14:14:19','',441,'http://itstartswithone.org/441-revision-v1/',0,'revision','',0),(764,2,'2017-11-15 09:16:07','2017-11-15 14:16:07','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization. Our main purpose is to inspire people, young and old to play a role in changing the world. First, we provide support to the local community and then globally through a pay it forward movement we call, \"The Penny Challenge.\" We work to ensure that all human beings are assured their unalienable rights of life, liberty and the pursuit of happiness. We are here to ensure, protect, and bless those fighting for the very existence of these rights.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a <em>\"Pay It Forward\"</em> movement in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed two ways. The first is to help aid local residents that are personally struggling with any of the ten different causes that ISWO supports. These local residents are often the <em>Featured Family of the Month.</em> The second provides global support to the following ten causes 1) AIDS 2) ALS 3) Cancer 4) General Fund (natural disasters/discretionary etc) 5) Heart Disease 6) Human Trafficking 7) Missions (Clean Water/Housing) 8) Substance Abuse 9) World Hunger 10) Wounded Vets\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all six steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are families or individuals struggling with any one of the ten causes we support. Members of ISWO\'s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM\'s stories will always be listed on our website or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: 3% of every donation is automatically reserved to be distributed to each of the ten causes ISWO supports totaling 30% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims through cause #4 ISWO\'s <em>General Fund</em>. The percentage that is distributed to local FFM\'s is a case by case basis that is voted on by ISWO\'s board of directors. i.e. One family may have $5,000 worth of medical bills whereas another family with a similar illness, in a similar situation may have $50,000 worth of medical bills. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs. At ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 2% going towards overhead expenses and 98% going towards charitable programs.\r\n\r\n<strong>Q: How do personal Penny Challenge campaigns work?</strong>\r\nA: Campaign duration\'s are 30 days. The first day of the campaign is considered the first full day after campaign is initiated. The campaign will end at 11:59:59pm eastern time on the 30th day. For individual campaigns, all funds raised up to $2,500, the campaign beneficiary will receive 80% of (i.e. $2,500 x 80% = $2,000). All funds raised over and above $2,500, the campaign beneficiary will receive 50% (i.e. Total raised $6,500. $6,500 - $2,500 = $4,000. (80% of $2,500 = $2,000. 50% of $4,000 = $2,000) Campaign beneficiary would receive $4,000 ($2,000 + $2,000) total in this example). This is so the causes ISWO supports receive funding. For corporate campaigns (churches, businesses, schools), all funds raised up to $10,000, the campaign beneficiary will receive 80% of (i.e. $10,000 x 80% = $8000). All funds raised over and above $10,000, the campaign beneficiary will receive 50% (i.e. Total raised $16,000. $16,000 - $10,000 = $6,000. (80% of $10,000 = $8,000. 50% of $6,000 = $3,000) Campaign beneficiary would receive $11,000 ($8,000 + $3,000) total in this example). This is so the causes ISWO supports receive funding.\r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\nA: Beneficiary checks will be issued 31 days after campaign\'s end.\r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2017-11-15 09:16:07','2017-11-15 14:16:07','',441,'http://itstartswithone.org/441-revision-v1/',0,'revision','',0),(765,2,'2017-11-15 09:27:28','2017-11-15 14:27:28','The Penny Challenge Personal Campaign\r\n<iframe src=\"https://www.youtube.com/embed/FHVUbjAKjl8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nThe Penny Challenge Application Process\r\n<iframe src=\"https://www.youtube.com/embed/ZfVDVSB13t8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nHow to Raise $1,000+ in 72 Hours Using The Penny Challenge\r\n<iframe src=\"https://www.youtube.com/embed/yUIDTBJn8Ko\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','Penny Challenge Application - How To Videos','','inherit','closed','closed','','747-revision-v1','','','2017-11-15 09:27:28','2017-11-15 14:27:28','',747,'http://itstartswithone.org/747-revision-v1/',0,'revision','',0),(766,2,'2017-11-15 10:43:34','2017-11-15 15:43:34','What is The Penny Challenge?\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/l7KTivwybNY\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\nThe Penny Challenge Personal Campaign\r\n<iframe src=\"https://www.youtube.com/embed/FHVUbjAKjl8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nThe Penny Challenge Application Process\r\n<iframe src=\"https://www.youtube.com/embed/ZfVDVSB13t8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nHow to Raise $1,000+ in 72 Hours Using The Penny Challenge\r\n<iframe src=\"https://www.youtube.com/embed/yUIDTBJn8Ko\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','Penny Challenge Application - How To Videos','','inherit','closed','closed','','747-revision-v1','','','2017-11-15 10:43:34','2017-11-15 15:43:34','',747,'http://itstartswithone.org/747-revision-v1/',0,'revision','',0),(767,0,'2017-11-17 10:13:26','2017-11-17 15:13:26','','','','publish','closed','closed','','767','','','2017-11-17 10:13:26','2017-11-17 15:13:26','',0,'http://itstartswithone.org/nf_sub/767/',0,'nf_sub','',0),(768,0,'2017-11-17 11:58:44','2017-11-17 16:58:44','','','','publish','closed','closed','','768','','','2017-11-17 11:58:44','2017-11-17 16:58:44','',0,'http://itstartswithone.org/nf_sub/768/',0,'nf_sub','',0),(769,3,'2017-11-17 12:02:08','2017-11-17 17:02:08','<form id=\"affSignup\" action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" placeholder=\"Enter sponsor\'s Email address, then click SET NEW SPONSOR\"/><button id=\"setNewParentButton\" type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n<div><label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" /></div>\r\n<input type=\"submit\" value=\"Start Your Challenge\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n\r\n</form>The Penny Challenge - Step by Step Instructions (Part One of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"560\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nThe Penny Challenge - Step by Step Instructions (Part Two of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/sSrHwNQSSqg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge - Start Your Penny Tree (Step 1 of 2)','','inherit','closed','closed','','186-revision-v1','','','2017-11-17 12:02:08','2017-11-17 17:02:08','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(770,3,'2017-11-17 14:24:24','2017-11-17 19:24:24','<style>\r\ninput[placeholder] { text-overflow: ellipsis; }\r\n::-moz-placeholder { text-overflow: ellipsis; }\r\ninput:-moz-placeholder { text-overflow: ellipsis; }\r\n</style>\r\n<form id=\"affSignup\" action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" placeholder=\"Enter sponsor\'s Email address, then click SET NEW SPONSOR\"/><button id=\"setNewParentButton\" type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n<div><label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" /></div>\r\n<input type=\"submit\" value=\"Start Your Challenge\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n\r\n</form>The Penny Challenge - Step by Step Instructions (Part One of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"560\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nThe Penny Challenge - Step by Step Instructions (Part Two of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/sSrHwNQSSqg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge - Start Your Penny Tree (Step 1 of 2)','','inherit','closed','closed','','186-revision-v1','','','2017-11-17 14:24:24','2017-11-17 19:24:24','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(771,3,'2017-11-17 14:30:11','2017-11-17 19:30:11','<style>\r\ninput[placeholder] { text-overflow: ellipsis; }\r\n::-moz-placeholder { text-overflow: ellipsis; }\r\ninput:-moz-placeholder { text-overflow: ellipsis; }\r\n@media screen and (max-width:1080px){\r\n input{\r\n font-size:6px;\r\n } \r\n}\r\n</style>\r\n<form id=\"affSignup\" action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" placeholder=\"Enter sponsor\'s Email address, then click SET NEW SPONSOR\"/><button id=\"setNewParentButton\" type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n<div><label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" /></div>\r\n<input type=\"submit\" value=\"Start Your Challenge\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n\r\n</form>The Penny Challenge - Step by Step Instructions (Part One of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"560\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nThe Penny Challenge - Step by Step Instructions (Part Two of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/sSrHwNQSSqg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge - Start Your Penny Tree (Step 1 of 2)','','inherit','closed','closed','','186-revision-v1','','','2017-11-17 14:30:11','2017-11-17 19:30:11','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(772,3,'2017-11-17 14:37:38','2017-11-17 19:37:38','<style>\r\ninput[placeholder] { text-overflow: ellipsis; }\r\n::-moz-placeholder { text-overflow: ellipsis; }\r\ninput:-moz-placeholder { text-overflow: ellipsis; }\r\n</style>\r\n<form id=\"affSignup\" action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" placeholder=\"Enter sponsor\'s Email address, then click SET NEW SPONSOR\"/><button id=\"setNewParentButton\" type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n<div><label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" /></div>\r\n<input type=\"submit\" value=\"Start Your Challenge\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n\r\n</form>The Penny Challenge - Step by Step Instructions (Part One of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"560\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nThe Penny Challenge - Step by Step Instructions (Part Two of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/sSrHwNQSSqg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','The Penny Challenge - Start Your Penny Tree (Step 1 of 2)','','inherit','closed','closed','','186-revision-v1','','','2017-11-17 14:37:38','2017-11-17 19:37:38','',186,'http://itstartswithone.org/186-revision-v1/',0,'revision','',0),(774,0,'2017-12-18 01:03:57','2017-12-18 06:03:57','','','','publish','closed','closed','','774','','','2017-12-18 01:03:57','2017-12-18 06:03:57','',0,'http://itstartswithone.org/nf_sub/774/',0,'nf_sub','',0),(777,2,'2018-01-10 21:03:20','2018-01-11 02:03:20','<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">School Assembly Informational Video The Penny Challenge Commercial</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<p style=\"text-align: center;\"><iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/Ar7abcf81P8\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> <iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \"></div>\r\n\r\n</div>\r\n</div>','','','inherit','closed','closed','','6-revision-v1','','','2018-01-10 21:03:20','2018-01-11 02:03:20','',6,'http://itstartswithone.org/6-revision-v1/',0,'revision','',0),(778,0,'2018-01-24 22:17:21','2018-01-25 03:17:21','','','','publish','closed','closed','','778','','','2018-01-24 22:17:21','2018-01-25 03:17:21','',0,'http://itstartswithone.org/nf_sub/778/',0,'nf_sub','',0),(780,2,'2018-01-25 08:33:08','2018-01-25 13:33:08','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization. Our main purpose is to inspire people, young and old to play a role in changing the world. First, we provide support to the local community and then globally through a pay it forward movement we call, \"The Penny Challenge.\" We work to ensure that all human beings are assured their unalienable rights of life, liberty and the pursuit of happiness. We are here to ensure, protect, and bless those fighting for the very existence of these rights.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a <em>\"Pay It Forward\"</em> movement in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed two ways. The first is to help aid local residents that are personally struggling with any of the ten different causes that ISWO supports. These local residents are often the <em>Featured Family of the Month.</em> The second provides global support to the following ten causes 1) AIDS 2) ALS 3) Cancer 4) General Fund (natural disasters/discretionary etc) 5) Heart Disease 6) Human Trafficking 7) Missions (Clean Water/Housing) 8) Substance Abuse 9) World Hunger 10) Wounded Vets\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all six steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are families or individuals struggling with any one of the ten causes we support. Members of ISWO\'s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM\'s stories will always be listed on our website or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: For corporate campaigns (such as schools, workplaces, etc) 1% of every donation is automatically reserved to be distributed to the ten causes ISWO supports totaling 10% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims through cause #4 ISWO\'s <em>General Fund</em>. The percentage that is distributed to local FFM\'s is a case by case basis that is voted on by ISWO\'s board of directors. i.e. One family may have $5,000 worth of medical bills whereas another family with a similar illness, in a similar situation may have $50,000 worth of medical bills. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs. At ISWO we\'re proud to operate at a MAXIMUM of 7.9% (+ 30 cents on each transaction) going towards overhead costs and 92.1% going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 2% going towards overhead expenses and 95% going towards charitable programs.\r\n\r\n<strong>Q: How do personal Penny Challenge campaigns work?</strong>\r\nA: Campaign duration\'s are 30 days. The first day of the campaign is considered the first full day after campaign is initiated. The campaign will end at 11:59:59pm eastern time on the 30th day. For individual campaigns ISWO reserves 2.9% for each credit/debit card transaction, + 30 cents to cover the fees we\'re charged to use the processing company. 5% is reserved to cover the costs associated with running ISWO. The total reserved is 7.9% + 30 cents for each transaction. For corporate campaigns (churches, businesses, schools), all funds raised up to $10,000, the campaign beneficiary will receive 80% of (i.e. $10,000 x 80% = $8000). All funds raised over and above $10,000, the campaign beneficiary will receive 50% (i.e. Total raised $16,000. $16,000 - $10,000 = $6,000. (80% of $10,000 = $8,000. 50% of $6,000 = $3,000) Campaign beneficiary would receive $11,000 ($8,000 + $3,000) total in this example). This is so the the ten causes ISWO supports plus the FFM receive funding.\r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2018-01-25 08:33:08','2018-01-25 13:33:08','',441,'http://itstartswithone.org/441-revision-v1/',0,'revision','',0),(784,1,'2018-01-25 09:31:36','2018-01-25 14:31:36','#breadcrumb-list {\n display:none;\n}\n\n#jsalign { margin: 0 auto; display: block;}\n\n\n\n#site-logo img {\n max-height: 150px;\n height: 150px;\n min-height: 150px;\n max-width: 150px;\n width: 150px;\n min-width: 150px;\n text-align:center;\n \n}\n\n.entry-thumbnail {display:none;}\n\n#masthead .wrapper {\n background-color: #ffffff;\n}\n \n.menu-item a {color:#000000;}','helena','','inherit','closed','closed','','126-revision-v1','','','2018-01-25 09:31:36','2018-01-25 14:31:36','',126,'http://itstartswithone.org/126-revision-v1/',0,'revision','',0),(786,1,'2018-01-25 10:47:18','2018-01-25 15:47:18','#breadcrumb-list {\n display:none;\n}\n\n#jsalign { margin: 0 auto; display: block;}\n\n#search-toggle a {color:#000000;}\n\n\n#site-logo img {\n max-height: 150px;\n height: 150px;\n min-height: 150px;\n max-width: 150px;\n width: 150px;\n min-width: 150px;\n text-align:center;\n \n}\n\n.entry-thumbnail {display:none;}\n\n#masthead .wrapper {\n background-color: #ffffff;\n}\n \n.menu-item a {color:#000000;}\n\n.main-navigation ul ul a {color:#000000;}\n\n.menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus {\n background-color: #ffffff;\n border-color: #1a1a1a;\n color: #e8554e;\n}','helena','','inherit','closed','closed','','126-revision-v1','','','2018-01-25 10:47:18','2018-01-25 15:47:18','',126,'http://itstartswithone.org/126-revision-v1/',0,'revision','',0),(788,1,'2018-01-25 10:49:49','2018-01-25 15:49:49','#breadcrumb-list {\n display:none;\n}\n\n#jsalign { margin: 0 auto; display: block;}\n\n#search-toggle a {color:#000000;}\n\n\n#site-logo img {\n max-height: 150px;\n height: 150px;\n min-height: 150px;\n max-width: 150px;\n width: 150px;\n min-width: 150px;\n text-align:center;\n \n}\n.dropdown-toggle {color:#000000;}\n\n.entry-thumbnail {display:none;}\n\n#masthead .wrapper {\n background-color: #ffffff;\n}\n \n.menu-item a {color:#000000;}\n\n.main-navigation ul ul a {color:#000000;}\n\n.menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus {\n background-color: #ffffff;\n border-color: #1a1a1a;\n color: #e8554e;\n}\n\n#search-container .search-form {\n background-color: #ffffff;\n padding: 15px 0;\n}','helena','','inherit','closed','closed','','126-revision-v1','','','2018-01-25 10:49:49','2018-01-25 15:49:49','',126,'http://itstartswithone.org/126-revision-v1/',0,'revision','',0),(790,1,'2018-01-25 10:58:28','2018-01-25 15:58:28','#breadcrumb-list {\n display:none;\n}\n\n#jsalign { margin: 0 auto; display: block;}\n\n#search-toggle a {color:#000000;}\n\n\n#site-logo img {\n max-height: 150px;\n height: 150px;\n min-height: 150px;\n max-width: 150px;\n width: 150px;\n min-width: 150px;\n text-align:center;\n \n}\n.dropdown-toggle {color:#000000;}\n\n.menu-toggle {color:#000000;}\n\n.entry-thumbnail {display:none;}\n\n#masthead .wrapper {\n background-color: #ffffff;\n}\n \n.menu-item a {color:#000000;}\n\n.main-navigation ul ul a {color:#000000;}\n\n.menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus {\n background-color: #ffffff;\n border-color: #1a1a1a;\n color: #e8554e;\n}\n\n#search-container .search-form {\n background-color: #ffffff;\n padding: 15px 0;\n}','helena','','inherit','closed','closed','','126-revision-v1','','','2018-01-25 10:58:28','2018-01-25 15:58:28','',126,'http://itstartswithone.org/126-revision-v1/',0,'revision','',0),(792,1,'2018-01-25 11:28:25','2018-01-25 16:28:25','[smartslider3 slider=1]','Homepage Slider','','publish','closed','closed','','homepage-slider','','','2018-01-25 11:30:45','2018-01-25 16:30:45','',0,'http://itstartswithone.org/?page_id=792',0,'page','',0),(793,1,'2018-01-25 11:28:25','2018-01-25 16:28:25','[smartslider3 slider=1]','Homepage Slider','','inherit','closed','closed','','792-revision-v1','','','2018-01-25 11:28:25','2018-01-25 16:28:25','',792,'http://itstartswithone.org/792-revision-v1/',0,'revision','',0),(797,1,'2018-01-25 11:43:08','2018-01-25 16:43:08','#breadcrumb-list {\n display:none;\n}\n\n#jsalign { margin: 0 auto; display: block;}\n\n#search-toggle a {color:#000000;}\n\n.n2 {width:100% !important;}\n\n.n2-padding {width:100% !important;}\n\n.featured-image {display:none;}\n\n#site-logo img {\n max-height: 150px;\n height: 150px;\n min-height: 150px;\n max-width: 150px;\n width: 150px;\n min-width: 150px;\n text-align:center;\n \n}\n.dropdown-toggle {color:#000000;}\n\n.menu-toggle {color:#000000;}\n\n.entry-thumbnail {display:none;}\n\n#masthead .wrapper {\n background-color: #ffffff;\n}\n \n.menu-item a {color:#000000;}\n\n.main-navigation ul ul a {color:#000000;}\n\n.menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus {\n background-color: #ffffff;\n border-color: #1a1a1a;\n color: #e8554e;\n}\n\n#search-container .search-form {\n background-color: #ffffff;\n padding: 15px 0;\n}','helena','','inherit','closed','closed','','126-revision-v1','','','2018-01-25 11:43:08','2018-01-25 16:43:08','',126,'http://itstartswithone.org/126-revision-v1/',0,'revision','',0),(803,1,'2018-01-25 11:59:08','2018-01-25 16:59:08','#breadcrumb-list {\n display:none;\n}\n\n#jsalign { margin: 0 auto; display: block;}\n\n#search-toggle a {color:#000000;}\n\n\n\n#site-logo img {\n max-height: 150px;\n height: 150px;\n min-height: 150px;\n max-width: 150px;\n width: 150px;\n min-width: 150px;\n text-align:center;\n \n}\n.dropdown-toggle {color:#000000;}\n\n.menu-toggle {color:#000000;}\n\n.entry-thumbnail {display:none;}\n\n#masthead .wrapper {\n background-color: #ffffff;\n}\n \n.menu-item a {color:#000000;}\n\n.main-navigation ul ul a {color:#000000;}\n\n.menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus {\n background-color: #ffffff;\n border-color: #1a1a1a;\n color: #e8554e;\n}\n\n#search-container .search-form {\n background-color: #ffffff;\n padding: 15px 0;\n}','helena','','inherit','closed','closed','','126-revision-v1','','','2018-01-25 11:59:08','2018-01-25 16:59:08','',126,'http://itstartswithone.org/126-revision-v1/',0,'revision','',0),(805,1,'2018-01-25 12:53:44','2018-01-25 17:53:44','<p style=\"text-align: center;\">The Penny Challenge - School Informational Video</p>\r\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/Ar7abcf81P8\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" style=\"width:100%; height:400px;\"></iframe></p>','School Assemblies','','inherit','closed','closed','','369-revision-v1','','','2018-01-25 12:53:44','2018-01-25 17:53:44','',369,'https://itstartswithone.org/369-revision-v1/',0,'revision','',0),(806,1,'2018-01-25 12:55:38','2018-01-25 17:55:38','<style>\r\ninput[placeholder] { text-overflow: ellipsis; }\r\n::-moz-placeholder { text-overflow: ellipsis; }\r\ninput:-moz-placeholder { text-overflow: ellipsis; }\r\n</style>\r\n<form id=\"affSignup\" action=\"http://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" placeholder=\"Enter sponsor\'s Email address, then click SET NEW SPONSOR\"/><button id=\"setNewParentButton\" type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n<div><label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" /></div>\r\n<input type=\"submit\" value=\"Start Your Challenge\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n\r\n</form>The Penny Challenge - Step by Step Instructions (Part One of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" style=\"width:100%; height:400px;\"></iframe>\r\n\r\nThe Penny Challenge - Step by Step Instructions (Part Two of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/sSrHwNQSSqg\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" style=\"width:100%; height:400px;\"></iframe>','The Penny Challenge - Start Your Penny Tree (Step 1 of 2)','','inherit','closed','closed','','186-revision-v1','','','2018-01-25 12:55:38','2018-01-25 17:55:38','',186,'https://itstartswithone.org/186-revision-v1/',0,'revision','',0),(807,2,'2018-01-31 18:19:39','2018-01-31 23:19:39','<p style=\"text-align: center;\">The Penny Challenge - School Informational Video</p>\r\n<p style=\"text-align: center;\"><iframe style=\"width: 100%; height: 400px;\" src=\"https://www.youtube.com/embed/Ar7abcf81P8\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>','School Assemblies','','inherit','closed','closed','','434-revision-v1','','','2018-01-31 18:19:39','2018-01-31 23:19:39','',434,'https://itstartswithone.org/434-revision-v1/',0,'revision','',0),(809,2,'2018-03-26 16:45:11','2018-03-26 21:45:11','<p style=\"text-align: center;\">It Starts With One\'s 2018 Be The One Campaign</p>\r\nThis holiday season approximately 1,000 schools will compete to see which school has the kindest, most compassionate and charitable students. Our goal is to raise over $5 million dollars to help family\'s with children facing dire circumstances. (Cancer, Heart Disease, AIDS, Child Abuse, Human Trafficking, etc)\r\n<p style=\"text-align: center;\">Holiday Season - \"Be The One\" Challenge</p>\r\n<p style=\"text-align: center;\"><iframe style=\"width: 100%; height: 400px;\" src=\"https://www.youtube.com/embed/8abFBRf8Hw4\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org/collections/mens/products/the-penny-challenge-challenge-cards-qty-20\">Penny Challenge Tag Cards</a>\r\n<a href=\"https://itstartswithone.org/betheone/penny-challenge-tag-cards/\" rel=\"attachment wp-att-1049\"><img class=\"size-full wp-image-1049 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/penny-challenge-tag-cards.jpg\" alt=\"\" width=\"563\" height=\"220\" /></a></p>\r\n ','Be The One','','publish','closed','closed','','betheone','','','2018-10-18 14:02:12','2018-10-18 19:02:12','',0,'https://itstartswithone.org/?page_id=809',0,'page','',0),(810,2,'2018-03-26 15:18:11','2018-03-26 20:18:11','','ISWO - 2 Minute Challenge Sheet','','inherit','closed','closed','','iswo-2-minute-challenge-sheet','','','2018-03-26 15:18:11','2018-03-26 20:18:11','',809,'https://itstartswithone.org/wp-content/uploads/2018/03/ISWO-2-Minute-Challenge-Sheet.pdf',0,'attachment','application/pdf',0),(811,2,'2018-03-26 15:18:28','2018-03-26 20:18:28','<a href=\"https://itstartswithone.org/wp-content/uploads/2018/03/ISWO-2-Minute-Challenge-Sheet.pdf\">ISWO - 2 Minute Challenge Sheet</a>','2 Minute Challenge','','inherit','closed','closed','','809-revision-v1','','','2018-03-26 15:18:28','2018-03-26 20:18:28','',809,'https://itstartswithone.org/809-revision-v1/',0,'revision','',0),(812,2,'2018-03-26 16:44:20','2018-03-26 21:44:20','','It Starts With One - Monthly Pledge Sheet','','inherit','closed','closed','','it-starts-with-one-monthly-pledge-sheet','','','2018-03-26 16:44:20','2018-03-26 21:44:20','',809,'https://itstartswithone.org/wp-content/uploads/2018/03/It-Starts-With-One-Monthly-Pledge-Sheet.pdf',0,'attachment','application/pdf',0),(813,2,'2018-03-26 16:44:21','2018-03-26 21:44:21','','It Starts With One - Who We Are Detail Sheet','','inherit','closed','closed','','it-starts-with-one-who-we-are-detail-sheet','','','2018-03-26 16:44:21','2018-03-26 21:44:21','',809,'https://itstartswithone.org/wp-content/uploads/2018/03/It-Starts-With-One-Who-We-Are-Detail-Sheet.pdf',0,'attachment','application/pdf',0),(814,2,'2018-03-26 16:45:11','2018-03-26 21:45:11','<a href=\"https://itstartswithone.org/wp-content/uploads/2018/03/ISWO-2-Minute-Challenge-Sheet.pdf\">ISWO - 2 Minute Challenge Sheet</a>\r\n\r\n<a href=\"https://itstartswithone.org/wp-content/uploads/2018/03/It-Starts-With-One-Monthly-Pledge-Sheet.pdf\">It Starts With One - Monthly Pledge Sheet</a>\r\n\r\n<a href=\"https://itstartswithone.org/wp-content/uploads/2018/03/It-Starts-With-One-Who-We-Are-Detail-Sheet.pdf\">It Starts With One - Who We Are Sheet</a>\r\n\r\n<em><strong>It Starts With One</strong></em> is running a nationwide campaign to raise funding for the causes we support, particularly battling children\'s cancer. <strong><em>The 2 Minute Challenge</em></strong> campaign is where a participant donates <strong>2 minutes</strong> of income from their 8 hour workday. A participant making $10/hour or $20,800/year ends up donating $10/month by simply donating <strong>2 minutes</strong> of income from their workday, 5 days a week.\r\n\r\nThe 2 minute challenge is a three stage campaign. Stage one is to identify 300 workplaces, groups, clubs, gyms, employers, company\'s etc that donate $10+/month, while ten or more employees, members etc donate $10+/month as well. This would be a minimum of $30,000/month in donations allowing us to help families incurring large medical expenses etc. Additionally, the funding will multiply exponentially as it enables <em>It Starts With One</em> to produce and deliver <em>The Penny Challenge</em> school assemblies, regardless of the school\'s budget. This gives us the ability to not have to turn away schools wishing to partner with <em>ISWO</em> due to a lack of school budget.\r\n\r\nStage 2 is to reach 85,000 $10+ monthly donors, allowing us to help families on a massive scale. Also allowing <em>ISWO</em> to create teams in all 50 states to put on school assemblies teaching our kids and youth to be servant leaders and get directly involved in the charity process providing aid and support to their peers and community.\r\n\r\nStage 3 is to reach 8,500,000 $10+ monthly donors. This will generate the funding and momentum necessary to create a worldwide movement. Providing a minimum of $30 million dollars to each of the causes <em>ISWO</em> supports.','2 Minute Challenge','','inherit','closed','closed','','809-revision-v1','','','2018-03-26 16:45:11','2018-03-26 21:45:11','',809,'https://itstartswithone.org/809-revision-v1/',0,'revision','',0),(816,2,'2018-03-26 16:57:49','2018-03-26 21:57:49','','2 minute challenge','','inherit','closed','closed','','2-minute-challenge-2','','','2018-03-26 16:57:49','2018-03-26 21:57:49','',0,'https://itstartswithone.org/wp-content/uploads/2018/03/2-minute-challenge.png',0,'attachment','image/png',0),(818,2,'2018-03-30 11:34:14','2018-03-30 16:34:14','Click here to take the 2 Minute Challenge\r\n\r\n<a href=\"https://itstartswithone.org/wp-content/uploads/2018/03/ISWO-2-Minute-Challenge-Sheet.pdf\">ISWO - 2 Minute Challenge Sheet</a>\r\n\r\n<a href=\"https://itstartswithone.org/wp-content/uploads/2018/03/It-Starts-With-One-Monthly-Pledge-Sheet.pdf\">It Starts With One - Monthly Pledge Sheet</a>\r\n\r\n<a href=\"https://itstartswithone.org/wp-content/uploads/2018/03/It-Starts-With-One-Who-We-Are-Detail-Sheet.pdf\">It Starts With One - Who We Are Sheet</a>\r\n\r\n<em><strong>It Starts With One</strong></em> is running a nationwide campaign to raise funding for the causes we support, particularly battling children\'s cancer. <strong><em>The 2 Minute Challenge</em></strong> campaign is where a participant donates <strong>2 minutes</strong> of income from their 8 hour workday. A participant making $10/hour or $20,800/year ends up donating $10/month by simply donating <strong>2 minutes</strong> of income from their workday, 5 days a week.\r\n\r\nThe 2 minute challenge is a three stage campaign. Stage one is to identify 300 workplaces, groups, clubs, gyms, employers, company\'s etc that donate $10+/month, while ten or more employees, members etc donate $10+/month as well. This would be a minimum of $30,000/month in donations allowing us to help families incurring large medical expenses etc. Additionally, the funding will multiply exponentially as it enables <em>It Starts With One</em> to produce and deliver <em>The Penny Challenge</em> school assemblies, regardless of the school\'s budget. This gives us the ability to not have to turn away schools wishing to partner with <em>ISWO</em> due to a lack of school budget.\r\n\r\nStage 2 is to reach 85,000 $10+ monthly donors, allowing us to help families on a massive scale. Also allowing <em>ISWO</em> to create teams in all 50 states to put on school assemblies teaching our kids and youth to be servant leaders and get directly involved in the charity process providing aid and support to their peers and community.\r\n\r\nStage 3 is to reach 8,500,000 $10+ monthly donors. This will generate the funding and momentum necessary to create a worldwide movement. Providing a minimum of $30 million dollars to each of the causes <em>ISWO</em> supports.','2 Minute Challenge','','inherit','closed','closed','','809-revision-v1','','','2018-03-30 11:34:14','2018-03-30 16:34:14','',809,'https://itstartswithone.org/809-revision-v1/',0,'revision','',0),(819,2,'2018-03-30 11:35:21','2018-03-30 16:35:21','<a href=\"https://store.itstartswithone.org/products/make-a-donation\">Click here to take the 2 Minute Challenge</a>\r\n\r\n<a href=\"https://itstartswithone.org/wp-content/uploads/2018/03/ISWO-2-Minute-Challenge-Sheet.pdf\">ISWO - 2 Minute Challenge Sheet</a>\r\n\r\n<a href=\"https://itstartswithone.org/wp-content/uploads/2018/03/It-Starts-With-One-Monthly-Pledge-Sheet.pdf\">It Starts With One - Monthly Pledge Sheet</a>\r\n\r\n<a href=\"https://itstartswithone.org/wp-content/uploads/2018/03/It-Starts-With-One-Who-We-Are-Detail-Sheet.pdf\">It Starts With One - Who We Are Sheet</a>\r\n\r\n<em><strong>It Starts With One</strong></em> is running a nationwide campaign to raise funding for the causes we support, particularly battling children\'s cancer. <strong><em>The 2 Minute Challenge</em></strong> campaign is where a participant donates <strong>2 minutes</strong> of income from their 8 hour workday. A participant making $10/hour or $20,800/year ends up donating $10/month by simply donating <strong>2 minutes</strong> of income from their workday, 5 days a week.\r\n\r\nThe 2 minute challenge is a three stage campaign. Stage one is to identify 300 workplaces, groups, clubs, gyms, employers, company\'s etc that donate $10+/month, while ten or more employees, members etc donate $10+/month as well. This would be a minimum of $30,000/month in donations allowing us to help families incurring large medical expenses etc. Additionally, the funding will multiply exponentially as it enables <em>It Starts With One</em> to produce and deliver <em>The Penny Challenge</em> school assemblies, regardless of the school\'s budget. This gives us the ability to not have to turn away schools wishing to partner with <em>ISWO</em> due to a lack of school budget.\r\n\r\nStage 2 is to reach 85,000 $10+ monthly donors, allowing us to help families on a massive scale. Also allowing <em>ISWO</em> to create teams in all 50 states to put on school assemblies teaching our kids and youth to be servant leaders and get directly involved in the charity process providing aid and support to their peers and community.\r\n\r\nStage 3 is to reach 8,500,000 $10+ monthly donors. This will generate the funding and momentum necessary to create a worldwide movement. Providing a minimum of $30 million dollars to each of the causes <em>ISWO</em> supports.','2 Minute Challenge','','inherit','closed','closed','','809-revision-v1','','','2018-03-30 11:35:21','2018-03-30 16:35:21','',809,'https://itstartswithone.org/809-revision-v1/',0,'revision','',0),(820,2,'2018-03-30 11:35:50','2018-03-30 16:35:50','<a href=\"https://store.itstartswithone.org/products/make-a-donation\">Click <span style=\"text-decoration: underline;\">here</span> to take the 2 Minute Challenge</a>\r\n\r\n<a href=\"https://itstartswithone.org/wp-content/uploads/2018/03/ISWO-2-Minute-Challenge-Sheet.pdf\">ISWO - 2 Minute Challenge Sheet</a>\r\n\r\n<a href=\"https://itstartswithone.org/wp-content/uploads/2018/03/It-Starts-With-One-Monthly-Pledge-Sheet.pdf\">It Starts With One - Monthly Pledge Sheet</a>\r\n\r\n<a href=\"https://itstartswithone.org/wp-content/uploads/2018/03/It-Starts-With-One-Who-We-Are-Detail-Sheet.pdf\">It Starts With One - Who We Are Sheet</a>\r\n\r\n<em><strong>It Starts With One</strong></em> is running a nationwide campaign to raise funding for the causes we support, particularly battling children\'s cancer. <strong><em>The 2 Minute Challenge</em></strong> campaign is where a participant donates <strong>2 minutes</strong> of income from their 8 hour workday. A participant making $10/hour or $20,800/year ends up donating $10/month by simply donating <strong>2 minutes</strong> of income from their workday, 5 days a week.\r\n\r\nThe 2 minute challenge is a three stage campaign. Stage one is to identify 300 workplaces, groups, clubs, gyms, employers, company\'s etc that donate $10+/month, while ten or more employees, members etc donate $10+/month as well. This would be a minimum of $30,000/month in donations allowing us to help families incurring large medical expenses etc. Additionally, the funding will multiply exponentially as it enables <em>It Starts With One</em> to produce and deliver <em>The Penny Challenge</em> school assemblies, regardless of the school\'s budget. This gives us the ability to not have to turn away schools wishing to partner with <em>ISWO</em> due to a lack of school budget.\r\n\r\nStage 2 is to reach 85,000 $10+ monthly donors, allowing us to help families on a massive scale. Also allowing <em>ISWO</em> to create teams in all 50 states to put on school assemblies teaching our kids and youth to be servant leaders and get directly involved in the charity process providing aid and support to their peers and community.\r\n\r\nStage 3 is to reach 8,500,000 $10+ monthly donors. This will generate the funding and momentum necessary to create a worldwide movement. Providing a minimum of $30 million dollars to each of the causes <em>ISWO</em> supports.','2 Minute Challenge','','inherit','closed','closed','','809-revision-v1','','','2018-03-30 11:35:50','2018-03-30 16:35:50','',809,'https://itstartswithone.org/809-revision-v1/',0,'revision','',0),(822,2,'2018-04-09 10:23:38','2018-04-09 15:23:38','<p dir=\"ltr\">Mission Statement: Because there will always be unmet needs, inherent evil and fatal illnesses in the world, we will work daily to meet the needs, combat the evil and ease the suffering of illnesses.</p>\r\n<p dir=\"ltr\">Purpose Statement: We believe that many hands make light work. Our purpose is to inspire people, young and old to play a role in changing the world, first locally in their community and then on a global level. We work to ensure all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.</p>','Our Mission & Purpose','','inherit','closed','closed','','361-revision-v1','','','2018-04-09 10:23:38','2018-04-09 15:23:38','',361,'https://itstartswithone.org/361-revision-v1/',0,'revision','',0),(823,2,'2018-04-09 10:25:46','2018-04-09 15:25:46','<p style=\"text-align: left;\"><img class=\"size-medium wp-image-190 alignright\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith-269x300.png\" alt=\"\" width=\"269\" height=\"300\" />It Starts With One began in December 2016 out of the ashes of the most difficult year of founder, Loren Hockensmith’s life. In July of that year he was hit at about 50 mph by a woman who was texting and driving. Loren suffered a stage 3 concussion and broke his back in two places. While being x-rayed in the hospital doctors discovered a mass on his kidney that turned out to be cancer. About a month later while in the hospital battling cancer an employee of Hockensmith’s lawn care business stole $30,000 worth of equipment. Subsequently the company lost over 100 customers <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1607775337\"><span class=\"aQJ\">within two weeks</span></span> and were forced to close the doors on the landscaping business. It was in the darkest days that followed that Loren started actively seeking and earnestly searching for the meaning and purpose of his life and time here on earth. While reading a book, he was prompted to focus not on finding a way to make a million dollars, but instead find a way to help a million people. It wasn’t long after that revelation, one insomnia filled night the he was blessed with the idea for what would later become It Starts With One and The Penny Challenge. Loren’s dream is to raise enough money through ISWO to provide clean water to every human-being on earth, see sex-trafficking come to an end and provide aid to our wounded vets and those battling serious illnesses. Loren truly believes with everyone playing their part by donating the equivalent of just a penny a day, $3.65/year we can accomplish all those goals. 300 million people donating $3.65 = over 1 BILLION dollars. You’re the hero. We’re just the guide. It starts with you. It starts with me. It Starts With One.</p>','Our Story','','inherit','closed','closed','','363-revision-v1','','','2018-04-09 10:25:46','2018-04-09 15:25:46','',363,'https://itstartswithone.org/363-revision-v1/',0,'revision','',0),(824,2,'2018-04-09 10:31:48','2018-04-09 15:31:48','<p dir=\"ltr\">Featured Family of the Month (FFM) - The Featured Family of the Month (FFM) is a family or individual struggling with any one of the ten causes we support. Members of ISWO’s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM’s stories will always be listed on our website or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.</p>\r\n<p dir=\"ltr\" style=\"text-align: center;\">IT STARTS WITH ONE CAUSES</p>\r\n<p dir=\"ltr\">1) AIDS 2) ALS 3) Cancer 4) General Fund 5) Heart Disease 6) Human Trafficking 7) Missions 8) Substance Abuse 9) World Hunger 10) Wounded Veterans</p>\r\n<p dir=\"ltr\">1) AIDS - More than 1.2 million people in the United States are living with HIV infection. It is estimated that almost 1 in 8 (12.8 percent) don\'t know they are infected. From 1981 to 2013, an estimated 1,194,039 people in the United States had been diagnosed with AIDS. Of those, 658,507 have died.</p>\r\n<p dir=\"ltr\">2) ALS - Most people who develop ALS are between the ages of 40 and 70, although the disease can occur at a younger age. It occurs throughout the world with no racial, ethnic or socioeconomic boundaries. It affects as many as 30,000 in the United States, with 5,000 new cases diagnosed each year.</p>\r\n<p dir=\"ltr\">3) Cancer - Cancer is among the leading causes of death worldwide. In 2012, there were 14 million new cases and 8.2 million cancer-related deaths worldwide. The number of new cancer cases will rise to 22 million within the next two decades.</p>\r\n<p dir=\"ltr\">4) General Fund - Everyone needs help from time to time. It is our hope and prayer that with your support, together we can be the change we wish to see in the world. During the darker moments in life (that at one point or another find us all), ISWO wants to be a beacon of light and a ray of hope for those in need.</p>\r\n<p dir=\"ltr\">5) Heart Disease - Cardiovascular disease is the leading global cause of death, accounting for 17.3 million deaths per year, a number that is expected to grow to more than 23.6 million by 2030. In 2008, cardiovascular deaths represented 30 percent of all global deaths, with 80 percent of those deaths taking place in low- and middle-income countries. Nearly 787,000 people in the U.S. died from heart disease, stroke and other\r\ncardiovascular diseases in 2011. That’s about one of every three deaths in America. About 2,150 Americans die each day from these diseases, one every 40 seconds. Cardiovascular diseases claim more lives than all forms of cancer combined.</p>\r\n<p dir=\"ltr\">6) Human Trafficking - Human (or sex) trafficking is a form of modern slavery that exists throughout the United States and globally. Sex traffickers use violence, threats, lies, debt bondage, and other forms of coercion to compel adults and children to engage in commercial sex acts against their will. Under U.S. federal law, any minor under the age of 18 years induced into commercial sex is a victim of sex trafficking—regardless of whether or not the trafficker used force, fraud, or coercion. The situations that sex trafficking victims face vary dramatically. Many victims become romantically involved with someone who then forces or manipulates them into prostitution. Others are lured in with false promises of a job, such as modeling or dancing. Some are forced to sell sex by their parents or other family members. They may be involved in a trafficking situation for a few days or weeks, or may remain in the same trafficking situation for years. There are approximately 4.5 million people trapped in forced sexual exploitation globally and has become a multi-billion dollar industry.</p>\r\n<p dir=\"ltr\">7) Missions - About 71% of the earth is made up of water. Despite that fact approximately 783 million people do not have access to clean water and almost 2.5 billion do not have access to adequate sanitation. 6 to 8 million people die annually from the consequences of disasters and water-related diseases. One of our main missions is to help bring safe and clean water to the millions of people in need. We also fund building projects to create housing, schools and churches for those without adequate shelter and facilities. Missions can include anything that leads to people helping people have better lives.</p>\r\n<p dir=\"ltr\">8) Substance Abuse - According to an article by <a href=\"https://www.cbsnews.com/news/overdoses-are-leading-cause-of-death-americans-under-50/\">CBS news</a> drug overdoses have become the #1 killer of Americans under 50 years old. Substance abuse, also known as drug abuse, is a patterned use of a drug in which the user consumes the substance in amounts or with methods which are harmful to themselves or others, and is a form of substance-related disorder. Widely differing definitions of drug abuse are used in public health, medical and criminal justice contexts. In some cases criminal or anti-social behavior occurs when the person is under the influence of a drug, and long term personality changes in individuals may occur as well. In addition to possible physical, social, and psychological harm, use of some drugs may also lead to criminal penalties, although these vary widely depending on the local jurisdiction. Drugs most often associated with this term Drugs most often associated with this term include: alcohol, cannabis, barbiturates, benzodiazepines, cocaine, methaqualone, opioids and some substituted amphetamines. The exact cause of substance abuse is not clear, with the two predominant theories being: either a genetic disposition which is learned from others, or a habit which if addiction develops, manifests itself as a chronic debilitating disease.</p>\r\n<p dir=\"ltr\">9) World Hunger - The United Nations Food and Agriculture Organization estimates that about 795 million people of the 7.3 billion people in the world, or one in nine, were suffering from chronic undernourishment in 2014-2016. Almost all the hungry people, 780 million, live in developing countries, representing 12.9 percent, or one in eight, of the population of developing counties. There are 11 million people undernourished in developed countries.</p>\r\n<p dir=\"ltr\">10) Wounded Veterans - 3.6 million is the number of veterans with a service-connected disability rating in 2013. Of this number, 957,504 had a rating of 70 percent or higher. A “service-connected” disability is one that was a result of a disease or injury incurred or aggravated during active military service. Often times our wounded vets have to jump through hoops to get the much needed care that they not only have a right to, but deserve.</p>','ISWO Causes','','inherit','closed','closed','','638-revision-v1','','','2018-04-09 10:31:48','2018-04-09 15:31:48','',638,'https://itstartswithone.org/638-revision-v1/',0,'revision','',0),(825,2,'2018-04-09 11:01:42','2018-04-09 16:01:42','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization, EIN # 81-504 6170. We believe that many hands make light work. Our purpose is to inspire people, young and old to play a role in changing the world, first locally in their community and then on a global level. We work to ensure all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a <em>\"Pay It Forward\"</em> movement in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed two ways. The first is to help aid our <em>Featured Family of the Month.</em> The second provides global support to the following ten causes 1) AIDS 2) ALS 3) Cancer 4) General Fund (natural disasters/discretionary etc) 5) Heart Disease 6) Human Trafficking 7) Missions (Clean Water/Housing) 8) Substance Abuse 9) World Hunger 10) Wounded Vets\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are families or individuals struggling with any one of the ten causes we support. Members of ISWO\'s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM\'s stories will always be listed on our website and/or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all six steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: For corporate campaigns (such as schools, workplaces, etc) 1% of every donation is automatically reserved to be distributed to the ten causes ISWO supports totaling 10% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims through cause #4 ISWO\'s <em>General Fund</em>. The percentage that is distributed to local FFM\'s is a case by case basis that is voted on by ISWO\'s board of directors. i.e. One family may have $5,000 worth of medical bills whereas another family with a similar illness, in a similar situation may have $50,000 worth of medical bills. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors.\r\n\r\nNon-corporate campaigns, the breakdown is as follows: 3% to each of the ten causes ISWO supports (totaling 30% of all donations). 50% is allocated for FFM\'s. 20% <strong>(OR LESS) </strong>is reserved for ISWO\'s overhead costs (salaries, fund raising campaigns, marketing materials, audits etc).\r\n\r\nIt Starts With One will <strong>NEVER</strong> operate where <span style=\"text-decoration: underline;\">any less</span> than 80% of funds raised go to our causes.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs. At ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% <strong>(OR MORE)</strong> going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 5% going towards overhead expenses and 95% going towards charitable programs.\r\n\r\n<strong>Q: How do personal Penny Challenge campaigns work?</strong>\r\nA: Campaign duration\'s are 30 days. The first day of the campaign is considered the first full day after campaign is initiated. The campaign will end at 11:59:59pm eastern time on the 30th day. For individual campaigns ISWO reserves 2.9% for each credit/debit card transaction, + 30 cents (each transaction) to cover the fees we\'re charged to use the processing company. 5% is reserved to cover the costs associated with running ISWO. The total reserved is 7.9% + 30 cents for each transaction. For corporate campaigns (churches, businesses, schools), all funds raised up to $10,000, the campaign beneficiary will receive 80% of (i.e. $10,000 x 80% = $8000). All funds raised over and above $10,000, the campaign beneficiary will receive 50% (i.e. Total raised $16,000. $16,000 - $10,000 = $6,000. (80% of $10,000 = $8,000. 50% of $6,000 = $3,000) Campaign beneficiary would receive $11,000 ($8,000 + $3,000) total in this example). This is so the the ten causes ISWO supports plus the FFM receive funding.\r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2018-04-09 11:01:42','2018-04-09 16:01:42','',441,'https://itstartswithone.org/441-revision-v1/',0,'revision','',0),(826,2,'2018-04-10 13:13:56','2018-04-10 18:13:56','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization, EIN # 81-504 6170. We believe that many hands make light work. Our purpose is to inspire people, young and old to play a role in changing the world, first locally in their community and then on a global level. We work to ensure all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a <em>\"Pay It Forward\"</em> movement in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed two ways. The first is to help aid our <em>Featured Family of the Month.</em> The second provides global support to the following ten causes 1) AIDS 2) ALS 3) Cancer 4) General Fund (natural disasters/discretionary etc) 5) Heart Disease 6) Human Trafficking 7) Missions (Clean Water/Housing) 8) Substance Abuse 9) World Hunger 10) Wounded Vets\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are families or individuals struggling with any one of the ten causes we support. Members of ISWO\'s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM\'s stories will always be listed on our website and/or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all six steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: For corporate campaigns (such as schools, workplaces, etc) 3% of every donation is automatically reserved to be distributed to the ten causes ISWO supports totaling 30% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims through cause #4 ISWO\'s <em>General Fund</em>. The percentage that is distributed to local FFM\'s is a case by case basis that is voted on by ISWO\'s board of directors. i.e. One family may have $5,000 worth of medical bills whereas another family with a similar illness, in a similar situation may have $50,000 worth of medical bills. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors. 20% <strong>(OR LESS) </strong>is reserved for ISWO\'s overhead costs (salaries, fund raising campaigns, marketing materials, audits etc).\r\n\r\nIt Starts With One will <strong>NEVER</strong> operate where <span style=\"text-decoration: underline;\">any less</span> than 80% of funds raised go to our causes.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs. At ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% <strong>(OR MORE)</strong> going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 5% going towards overhead expenses and 95% going towards charitable programs.\r\n\r\n<strong>Q: How do personal Penny Challenge campaigns work?</strong>\r\nA: Campaign duration\'s are 30 days. The first day of the campaign is considered the first full day after campaign is initiated. The campaign will end at 11:59:59pm eastern time on the 30th day. For individual campaigns ISWO reserves 2.9% for each credit/debit card transaction, + 30 cents (each transaction) to cover the fees we\'re charged to use the processing company. 5% is reserved to cover the costs associated with running ISWO. The total reserved is 7.9% + 30 cents for each transaction. For corporate campaigns (churches, businesses, schools), all funds raised up to $10,000, the campaign beneficiary will receive 80% of (i.e. $10,000 x 80% = $8000). All funds raised over and above $10,000, the campaign beneficiary will receive 50% (i.e. Total raised $16,000. $16,000 - $10,000 = $6,000. (80% of $10,000 = $8,000. 50% of $6,000 = $3,000) Campaign beneficiary would receive $11,000 ($8,000 + $3,000) total in this example). This is so the the ten causes ISWO supports plus the FFM receive funding.\r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2018-04-10 13:13:56','2018-04-10 18:13:56','',441,'https://itstartswithone.org/441-revision-v1/',0,'revision','',0),(827,2,'2018-04-10 13:21:46','2018-04-10 18:21:46','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization, EIN # 81-504 6170. We believe that many hands make light work. Our purpose is to inspire people, young and old to play a role in changing the world, first locally in their community and then on a global level. We work to ensure all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a <em>\"Pay It Forward\"</em> movement in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed two ways. The first is to help aid our <em>Featured Family of the Month.</em> The second provides global support to the following ten causes 1) AIDS 2) ALS 3) Cancer 4) General Fund (natural disasters/discretionary etc) 5) Heart Disease 6) Human Trafficking 7) Missions (Clean Water/Housing) 8) Substance Abuse 9) World Hunger 10) Wounded Vets\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are families or individuals struggling with any one of the ten causes we support. Members of ISWO\'s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM\'s stories will always be listed on our website and/or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all six steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: For corporate campaigns (such as schools, workplaces, etc) 3% of every donation is automatically reserved to be distributed to the ten causes ISWO supports totaling 30% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims through cause #4 ISWO\'s <em>General Fund</em>. The percentage that is distributed to local FFM\'s is a case by case basis that is voted on by ISWO\'s board of directors. i.e. One family may have $5,000 worth of medical bills whereas another family with a similar illness, in a similar situation may have $50,000 worth of medical bills. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors. 20% <strong>(OR LESS) </strong>is reserved for ISWO\'s overhead costs (salaries, fund raising campaigns, marketing materials, audits etc).\r\n\r\nIt Starts With One will <strong>NEVER</strong> operate where <span style=\"text-decoration: underline;\">any less</span> than 80% of funds raised go to our causes.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs. At ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% <strong>(OR MORE)</strong> going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 5% going towards overhead expenses and 95% going towards charitable programs.\r\n\r\n<strong>Q: How do personal Penny Challenge campaigns work?</strong>\r\nA: Campaign duration\'s are 30 days. The first day of the campaign is considered the first full day after campaign is initiated. The campaign will end at 11:59:59pm eastern time on the 30th day. For individual campaigns ISWO reserves 2.9% for each credit/debit card transaction, + 30 cents (each transaction) to cover the fees we\'re charged to use the processing company. 5% is reserved to cover the costs associated with running ISWO. The total reserved is 7.9% + 30 cents for each transaction. For corporate campaigns (churches, businesses, schools), all funds raised up to $10,000, the campaign beneficiary will receive 80% of (i.e. $10,000 x 80% = $8000). All funds raised over and above $10,000, the campaign beneficiary will receive 50% (i.e. Total raised $16,000. $16,000 - $10,000 = $6,000. (80% of $10,000 = $8,000. 50% of $6,000 = $3,000) Campaign beneficiary would receive $11,000 ($8,000 + $3,000) total in this example). This is so the the ten causes ISWO supports plus the FFM receive funding.\r\n\r\n<strong>Q: What is ISWO\'s budget? </strong> A: 2018\'s proposed budget\r\n\r\n<span data-lucid-type=\"application/vnd.lucid.text\" data-lucid-content=\"{"t":"It Starts With One 2018 Budget\\t\\tAmount Raised\\t\\t\\t%\\nOperating expenses + salaries up to 20%\\t< $374,999.99\\t\\t\\t20%\\n\\t $75,000 - $100,000\\t\\t\\t$375k - $999,999.99\\t\\t20% - 10%\\n\\t $100,000 - $500,000\\t\\t\\t$1M - $5M\\t\\t\\t\\t10%\\n\\t $500,000 - $550,000\\t\\t\\t$5M - $7M\\t\\t\\t\\t10% - 7.85%\\n\\t $550,000 - $600,000\\t\\t\\t$7M - $9M\\t\\t\\t\\t7.85% - 6.67%\\n\\t $600,000 - $700,000\\t\\t\\t$9M - $10M\\t\\t\\t\\t6.67% - 7%\\n\\t $700,000 - $800,000\\t\\t\\t$10M - $15M\\t\\t\\t7% - 5.33%\\n\\t $800,000 - $900,000\\t\\t\\t$15M - $25M\\t\\t\\t5.33% - 3.6%\\n\\t $900,000 - $1,000,000\\t\\t\\t$25M - $1Billion\\t\\t\\t3.6% - 0.01% ","m":[{"s":0,"n":"c","v":"#000000ff","e":512},{"s":0,"n":"s","v":12.8,"e":512},{"s":0,"n":"fc","v":"Bold","e":30},{"s":0,"n":"b","v":true,"e":30},{"s":32,"n":"fc","v":"Bold","e":49},{"s":32,"n":"b","v":true,"e":49}]}\">It Starts With One 2018 Budget </span><span data-lucid-type=\"application/vnd.lucid.text\" data-lucid-content=\"{"t":"It Starts With One 2018 Budget\\t\\tAmount Raised\\t\\t\\t%\\nOperating expenses + salaries up to 20%\\t< $374,999.99\\t\\t\\t20%\\n\\t $75,000 - $100,000\\t\\t\\t$375k - $999,999.99\\t\\t20% - 10%\\n\\t $100,000 - $500,000\\t\\t\\t$1M - $5M\\t\\t\\t\\t10%\\n\\t $500,000 - $550,000\\t\\t\\t$5M - $7M\\t\\t\\t\\t10% - 7.85%\\n\\t $550,000 - $600,000\\t\\t\\t$7M - $9M\\t\\t\\t\\t7.85% - 6.67%\\n\\t $600,000 - $700,000\\t\\t\\t$9M - $10M\\t\\t\\t\\t6.67% - 7%\\n\\t $700,000 - $800,000\\t\\t\\t$10M - $15M\\t\\t\\t7% - 5.33%\\n\\t $800,000 - $900,000\\t\\t\\t$15M - $25M\\t\\t\\t5.33% - 3.6%\\n\\t $900,000 - $1,000,000\\t\\t\\t$25M - $1Billion\\t\\t\\t3.6% - 0.01% ","m":[{"s":0,"n":"c","v":"#000000ff","e":512},{"s":0,"n":"s","v":12.8,"e":512},{"s":0,"n":"fc","v":"Bold","e":30},{"s":0,"n":"b","v":true,"e":30},{"s":32,"n":"fc","v":"Bold","e":49},{"s":32,"n":"b","v":true,"e":49}]}\">Amount Raised % Operating exp + salaries up to 20% (max) < $374,999.99 20% $75,000 - $100,000 $375k - $999,999.99 20% - 10% $100,000 - $500,000 $1M - $5M 10% $500,000 - $550,000 $5M - $7M 10% - 7.85% $550,000 - $600,000 $7M - $9M 7.85% - 6.67% $600,000 - $700,000 $9M - $10M 6.67% - 7% $700,000 - $800,000 $10M - $15M 7% - 5.33% $800,000 - $900,000 $15M - $25M 5.33% - 3.6% $900,000 - $1,000,000 $25M - $1Billion 3.6% - 0.01% </span>\r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2018-04-10 13:21:46','2018-04-10 18:21:46','',441,'https://itstartswithone.org/441-revision-v1/',0,'revision','',0),(828,2,'2018-04-10 13:33:03','2018-04-10 18:33:03','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization, EIN # 81-504 6170. We believe that many hands make light work. Our purpose is to inspire people, young and old to play a role in changing the world, first locally in their community and then on a global level. We work to ensure all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a <em>\"Pay It Forward\"</em> movement in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed two ways. The first is to help aid our <em>Featured Family of the Month.</em> The second provides global support to the following ten causes 1) AIDS 2) ALS 3) Cancer 4) General Fund (natural disasters/discretionary etc) 5) Heart Disease 6) Human Trafficking 7) Missions (Clean Water/Housing) 8) Substance Abuse 9) World Hunger 10) Wounded Vets\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are families or individuals struggling with any one of the ten causes we support. Members of ISWO\'s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM\'s stories will always be listed on our website and/or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all six steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: For corporate campaigns (such as schools, workplaces, etc) 3% of every donation is automatically reserved to be distributed to the ten causes ISWO supports totaling 30% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims through cause #4 ISWO\'s <em>General Fund</em>. The percentage that is distributed to local FFM\'s is a case by case basis that is voted on by ISWO\'s board of directors. i.e. One family may have $5,000 worth of medical bills whereas another family with a similar illness, in a similar situation may have $50,000 worth of medical bills. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors. 20% <strong>(OR LESS) </strong>is reserved for ISWO\'s overhead costs (salaries, fund raising campaigns, marketing materials, audits etc).\r\n\r\nIt Starts With One will <strong>NEVER</strong> operate where <span style=\"text-decoration: underline;\">any less</span> than 80% of funds raised go to our causes.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs. At ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% <strong>(OR MORE)</strong> going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 5% going towards overhead expenses and 95% going towards charitable programs.\r\n\r\n<strong>Q: How do personal Penny Challenge campaigns work?</strong>\r\nA: Campaign duration\'s are 30 days. The first day of the campaign is considered the first full day after campaign is initiated. The campaign will end at 11:59:59pm eastern time on the 30th day. For individual campaigns ISWO reserves 2.9% for each credit/debit card transaction, + 30 cents (each transaction) to cover the fees we\'re charged to use the processing company. 5% is reserved to cover the costs associated with running ISWO. The total reserved is 7.9% + 30 cents for each transaction. For corporate campaigns (churches, businesses, schools), all funds raised up to $10,000, the campaign beneficiary will receive 80% of (i.e. $10,000 x 80% = $8000). All funds raised over and above $10,000, the campaign beneficiary will receive 50% (i.e. Total raised $16,000. $16,000 - $10,000 = $6,000. (80% of $10,000 = $8,000. 50% of $6,000 = $3,000) Campaign beneficiary would receive $11,000 ($8,000 + $3,000) total in this example). This is so the the ten causes ISWO supports plus the FFM receive funding.\r\n\r\n<strong>Q: What is ISWO\'s budget? </strong> A: 2018\'s budget (click here)\r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2018-04-10 13:33:03','2018-04-10 18:33:03','',441,'https://itstartswithone.org/441-revision-v1/',0,'revision','',0),(829,2,'2018-04-10 15:45:53','2018-04-10 20:45:53','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization, EIN # 81-504 6170. We believe that many hands make light work. Our purpose is to inspire people, young and old to play a role in changing the world, first locally in their community and then on a global level. We work to ensure all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a <em>\"Pay It Forward\"</em> movement in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed two ways. The first is to help aid our <em>Featured Family of the Month.</em> The second provides global support to the following ten causes 1) AIDS 2) ALS 3) Cancer 4) General Fund (natural disasters/discretionary etc) 5) Heart Disease 6) Human Trafficking 7) Missions (Clean Water/Housing) 8) Substance Abuse 9) World Hunger 10) Wounded Vets\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are families or individuals struggling with any one of the ten causes we support. Members of ISWO\'s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM\'s stories will always be listed on our website and/or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all six steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: For corporate campaigns (such as schools, workplaces, etc) 3% of every donation is automatically reserved to be distributed to the ten causes ISWO supports totaling 30% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims through cause #4 ISWO\'s <em>General Fund</em>. The percentage that is distributed to local FFM\'s is a case by case basis that is voted on by ISWO\'s board of directors. i.e. One family may have $5,000 worth of medical bills whereas another family with a similar illness, in a similar situation may have $50,000 worth of medical bills. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors. 20% <strong>(OR LESS) </strong>is reserved for ISWO\'s overhead costs (salaries, fund raising campaigns, marketing materials, audits etc).\r\n\r\nIt Starts With One will <strong>NEVER</strong> operate where <span style=\"text-decoration: underline;\">any less</span> than 80% of funds raised go to our causes.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs. At ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% <strong>(OR MORE)</strong> going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 5% going towards overhead expenses and 95% going towards charitable programs.\r\n\r\n<strong>Q: How do personal Penny Challenge campaigns work?</strong>\r\nA: Campaign duration\'s are 30 days. The first day of the campaign is considered the first full day after campaign is initiated. The campaign will end at 11:59:59pm eastern time on the 30th day. For individual campaigns ISWO reserves 2.9% for each credit/debit card transaction, + 30 cents (each transaction) to cover the fees we\'re charged to use the processing company. 5% is reserved to cover the costs associated with running ISWO. The total reserved is 7.9% + 30 cents for each transaction. For corporate campaigns (churches, businesses, schools), all funds raised up to $10,000, the campaign beneficiary will receive 80% of (i.e. $10,000 x 80% = $8000). All funds raised over and above $10,000, the campaign beneficiary will receive 50% (i.e. Total raised $16,000. $16,000 - $10,000 = $6,000. (80% of $10,000 = $8,000. 50% of $6,000 = $3,000) Campaign beneficiary would receive $11,000 ($8,000 + $3,000) total in this example). This is so the the ten causes ISWO supports plus the FFM receive funding.\r\n\r\n<strong>Q: What is ISWO\'s budget?</strong>\r\n\r\nA: 2018\'s budget (<a href=\"https://www.lucidpress.com/invitations/accept/191d31bf-db12-47f4-8685-a29ba25d761d\">click here</a>)\r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2018-04-10 15:45:53','2018-04-10 20:45:53','',441,'https://itstartswithone.org/441-revision-v1/',0,'revision','',0),(830,2,'2018-04-10 15:53:38','2018-04-10 20:53:38','','ISWO 2018 Budget','','inherit','closed','closed','','iswo-2018-budget','','','2018-04-10 15:53:38','2018-04-10 20:53:38','',441,'https://itstartswithone.org/wp-content/uploads/2018/04/ISWO-2018-Budget.pdf',0,'attachment','application/pdf',0),(831,2,'2018-04-10 15:54:00','2018-04-10 20:54:00','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization, EIN # 81-504 6170. We believe that many hands make light work. Our purpose is to inspire people, young and old to play a role in changing the world, first locally in their community and then on a global level. We work to ensure all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a <em>\"Pay It Forward\"</em> movement in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed two ways. The first is to help aid our <em>Featured Family of the Month.</em> The second provides global support to the following ten causes 1) AIDS 2) ALS 3) Cancer 4) General Fund (natural disasters/discretionary etc) 5) Heart Disease 6) Human Trafficking 7) Missions (Clean Water/Housing) 8) Substance Abuse 9) World Hunger 10) Wounded Vets\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are families or individuals struggling with any one of the ten causes we support. Members of ISWO\'s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM\'s stories will always be listed on our website and/or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all six steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: For corporate campaigns (such as schools, workplaces, etc) 3% of every donation is automatically reserved to be distributed to the ten causes ISWO supports totaling 30% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims through cause #4 ISWO\'s <em>General Fund</em>. The percentage that is distributed to local FFM\'s is a case by case basis that is voted on by ISWO\'s board of directors. i.e. One family may have $5,000 worth of medical bills whereas another family with a similar illness, in a similar situation may have $50,000 worth of medical bills. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors. 20% <strong>(OR LESS) </strong>is reserved for ISWO\'s overhead costs (salaries, fund raising campaigns, marketing materials, audits etc).\r\n\r\nIt Starts With One will <strong>NEVER</strong> operate where <span style=\"text-decoration: underline;\">any less</span> than 80% of funds raised go to our causes.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs. At ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% <strong>(OR MORE)</strong> going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 5% going towards overhead expenses and 95% going towards charitable programs.\r\n\r\n<strong>Q: How do personal Penny Challenge campaigns work?</strong>\r\nA: Campaign duration\'s are 30 days. The first day of the campaign is considered the first full day after campaign is initiated. The campaign will end at 11:59:59pm eastern time on the 30th day. For individual campaigns ISWO reserves 2.9% for each credit/debit card transaction, + 30 cents (each transaction) to cover the fees we\'re charged to use the processing company. 5% is reserved to cover the costs associated with running ISWO. The total reserved is 7.9% + 30 cents for each transaction. For corporate campaigns (churches, businesses, schools), all funds raised up to $10,000, the campaign beneficiary will receive 80% of (i.e. $10,000 x 80% = $8000). All funds raised over and above $10,000, the campaign beneficiary will receive 50% (i.e. Total raised $16,000. $16,000 - $10,000 = $6,000. (80% of $10,000 = $8,000. 50% of $6,000 = $3,000) Campaign beneficiary would receive $11,000 ($8,000 + $3,000) total in this example). This is so the the ten causes ISWO supports plus the FFM receive funding.\r\n\r\n<strong>Q: What is ISWO\'s budget?</strong>\r\n\r\nA: <a href=\"https://itstartswithone.org/wp-content/uploads/2018/04/ISWO-2018-Budget.pdf\">ISWO 2018 Budget</a>\r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2018-04-10 15:54:00','2018-04-10 20:54:00','',441,'https://itstartswithone.org/441-revision-v1/',0,'revision','',0),(835,2,'2018-04-10 16:32:55','2018-04-10 21:32:55','<a href=\"https://store.itstartswithone.org/products/make-a-donation\">Click <span style=\"text-decoration: underline;\">here</span> to join the Be The One Campaign</a>\r\n\r\n<a href=\"https://itstartswithone.org/wp-content/uploads/2018/03/It-Starts-With-One-Monthly-Pledge-Sheet.pdf\">It Starts With One - Monthly Pledge Sheet</a>\r\n\r\n<a href=\"https://itstartswithone.org/wp-content/uploads/2018/03/It-Starts-With-One-Who-We-Are-Detail-Sheet.pdf\">It Starts With One - Who We Are Sheet</a>\r\n\r\n<em><strong>It Starts With One</strong></em> is running a nationwide campaign to raise funding for the causes we support, particularly battling children\'s cancer. The <b><i>Be The One</i></b> campaign is where a participant donates $10/month by simply donating, just 33 cents a day.\r\n\r\n<strong><em>Be The One</em></strong> is a three stage campaign. Stage one is to identify 300 workplaces, groups, clubs, gyms, employers, company\'s etc that donate $10+/month, while ten or more employees, members etc donate $10+/month as well. This would be a minimum of $30,000/month in donations allowing us to help families incurring large medical expenses etc. Additionally, the funding will multiply exponentially as it enables <em>It Starts With One</em> to produce and deliver <em>The Penny Challenge</em> school assemblies, regardless of the school\'s budget. This gives us the ability to not have to turn away schools wishing to partner with <em>ISWO</em> due to a lack of school budget.\r\n\r\nStage 2 is to reach 85,000 $10+ monthly donors, allowing us to help families on a massive scale. Also allowing <em>ISWO</em> to create teams in all 50 states to put on school assemblies teaching our kids and youth to be servant leaders and get directly involved in the charity process providing aid and support to their peers and community.\r\n\r\nStage 3 is to reach 8,500,000 $10+ monthly donors. This will generate the funding and momentum necessary to create a worldwide movement. Providing a minimum of $30 million dollars to each of the causes <em>ISWO</em> supports.','Be The One','','inherit','closed','closed','','809-revision-v1','','','2018-04-10 16:32:55','2018-04-10 21:32:55','',809,'https://itstartswithone.org/809-revision-v1/',0,'revision','',0),(839,3,'2018-04-11 10:54:03','2018-04-11 15:54:03','<style>\r\ninput[placeholder] { text-overflow: ellipsis; }\r\n::-moz-placeholder { text-overflow: ellipsis; }\r\ninput:-moz-placeholder { text-overflow: ellipsis; }\r\n</style>\r\n<form id=\"affSignup\" action=\"https://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" placeholder=\"Enter sponsor\'s Email address, then click SET NEW SPONSOR\"/><button id=\"setNewParentButton\" type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n<div><label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" /></div>\r\n<input type=\"submit\" value=\"Start Your Challenge\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"http://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n\r\n</form>The Penny Challenge - Step by Step Instructions (Part One of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" style=\"width:100%; height:400px;\"></iframe>\r\n\r\nThe Penny Challenge - Step by Step Instructions (Part Two of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/sSrHwNQSSqg\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" style=\"width:100%; height:400px;\"></iframe>','The Penny Challenge - Start Your Penny Tree (Step 1 of 2)','','inherit','closed','closed','','186-revision-v1','','','2018-04-11 10:54:03','2018-04-11 15:54:03','',186,'https://itstartswithone.org/186-revision-v1/',0,'revision','',0),(840,2,'2018-04-11 11:53:14','2018-04-11 16:53:14','<p dir=\"ltr\">Featured Family of the Month (FFM) - The Featured Family of the Month (FFM) is a family or individual struggling with any one of the ten causes we support. Members of ISWO’s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM’s stories will always be listed on our website or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.</p>\r\n<p dir=\"ltr\" style=\"text-align: center;\">IT STARTS WITH ONE CAUSES</p>\r\n<p dir=\"ltr\">1) AIDS 2) ALS 3) Cancer 4) General Fund 5) Heart Disease 6) Human Trafficking 7) Missions 8) Substance Abuse 9) World Hunger 10) Wounded Veterans</p>\r\n<p dir=\"ltr\">1) AIDS - More than 1.2 million people in the United States are living with HIV infection. It is estimated that almost 1 in 8 (12.8 percent) don\'t know they are infected. From 1981 to 2013, an estimated 1,194,039 people in the United States had been diagnosed with AIDS. Of those, 658,507 have died.</p>\r\n<p dir=\"ltr\">2) ALS - Most people who develop ALS are between the ages of 40 and 70, although the disease can occur at a younger age. It occurs throughout the world with no racial, ethnic or socioeconomic boundaries. It affects as many as 30,000 in the United States, with 5,000 new cases diagnosed each year.</p>\r\n<p dir=\"ltr\">3) Cancer - Cancer is among the leading causes of death worldwide. In 2012, there were 14 million new cases and 8.2 million cancer-related deaths worldwide. The number of new cancer cases will rise to 22 million within the next two decades.</p>\r\n<p dir=\"ltr\">4) General Fund - Everyone needs help from time to time. It is our hope and prayer that with your support, together we can be the change we wish to see in the world. During the darker moments in life (that at one point or another find us all), ISWO wants to be a beacon of light and a ray of hope for those in need.</p>\r\n<p dir=\"ltr\">5) Heart Disease - Cardiovascular disease is the leading global cause of death, accounting for 17.3 million deaths per year, a number that is expected to grow to more than 23.6 million by 2030. In 2008, cardiovascular deaths represented 30 percent of all global deaths, with 80 percent of those deaths taking place in low- and middle-income countries. Nearly 787,000 people in the U.S. died from heart disease, stroke and other\r\ncardiovascular diseases in 2011. That’s about one of every three deaths in America. About 2,150 Americans die each day from these diseases, one every 40 seconds. Cardiovascular diseases claim more lives than all forms of cancer combined.</p>\r\n<p dir=\"ltr\">6) Human Trafficking - Human (or sex) trafficking is a form of modern slavery that exists throughout the United States and globally. Sex traffickers use violence, threats, lies, debt bondage, and other forms of coercion to compel adults and children to engage in commercial sex acts against their will. Under U.S. federal law, any minor under the age of 18 years induced into commercial sex is a victim of sex trafficking—regardless of whether or not the trafficker used force, fraud, or coercion. The situations that sex trafficking victims face vary dramatically. Many victims become romantically involved with someone who then forces or manipulates them into prostitution. Others are lured in with false promises of a job, such as modeling or dancing. Some are forced to sell sex by their parents or other family members. They may be involved in a trafficking situation for a few days or weeks, or may remain in the same trafficking situation for years. There are approximately 4.5 million people trapped in forced sexual exploitation globally and has become a multi-billion dollar industry.</p>\r\n<p dir=\"ltr\">7) Missions - About 71% of the earth is made up of water. Despite that fact approximately 783 million people do not have access to clean water and almost 2.5 billion do not have access to adequate sanitation. 6 to 8 million people die annually from the consequences of disasters and water-related diseases. One of our main missions is to help bring safe and clean water to the millions of people in need. We also fund building projects to create housing, schools and churches for those without adequate shelter and facilities. Missions can include anything that leads to people helping people have better lives.</p>\r\n<p dir=\"ltr\">8) Substance Abuse - According to an article by <a href=\"https://www.cbsnews.com/news/overdoses-are-leading-cause-of-death-americans-under-50/\">CBS news</a> drug overdoses have become the #1 killer of Americans under 50 years old. Substance abuse, also known as drug abuse, is a patterned use of a drug in which the user consumes the substance in amounts or with methods which are harmful to themselves or others, and is a form of substance-related disorder. Widely differing definitions of drug abuse are used in public health, medical and criminal justice contexts. In some cases criminal or anti-social behavior occurs when the person is under the influence of a drug, and long term personality changes in individuals may occur as well. In addition to possible physical, social, and psychological harm, use of some drugs may also lead to criminal penalties, although these vary widely depending on the local jurisdiction. Drugs most often associated with this term Drugs most often associated with this term include: alcohol, cannabis, barbiturates, benzodiazepines, cocaine, methaqualone, opioids and some substituted amphetamines. The exact cause of substance abuse is not clear, with the two predominant theories being: either a genetic disposition which is learned from others, or a habit which if addiction develops, manifests itself as a chronic debilitating disease.</p>\r\n<p dir=\"ltr\">9) World Hunger - The United Nations Food and Agriculture Organization estimates that about 795 million people of the 7.3 billion people in the world, or one in nine, were suffering from chronic undernourishment in 2014-2016. Almost all the hungry people, 780 million, live in developing countries, representing 12.9 percent, or one in eight, of the population of developing counties. There are 11 million people undernourished in developed countries.</p>\r\n<p dir=\"ltr\">10) Wounded Veterans - 3.6 million is the number of veterans with a service-connected disability rating in 2013. Of this number, 957,504 had a rating of 70 percent or higher. A “service-connected” disability is one that was a result of a disease or injury incurred or aggravated during active military service. Often times our wounded vets have to jump through hoops to get the much needed care that they not only have a right to, but deserve.</p>','ISWO Causes','','inherit','closed','closed','','638-revision-v1','','','2018-04-11 11:53:14','2018-04-11 16:53:14','',638,'https://itstartswithone.org/638-revision-v1/',0,'revision','',0),(841,2,'2018-04-11 11:56:40','2018-04-11 16:56:40','<a href=\"https://store.itstartswithone.org/collections/frontpage/products/take-the-penny-challenge\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"wp-image-219 aligncenter\" src=\"http://itstartswithone.org/wp-content/uploads/2017/04/Copy-of-TAKE-THE-1024x768.jpg\" alt=\"\" width=\"600\" height=\"450\" /></a>\r\n<p style=\"text-align: center;\">I just took The Penny Challenge and now it\'s your turn. I challenge you to donate $3.65 (a penny a day for a year) and then challenge 3 of your friends to do the same within 24 hours. #itstartswithone #thepennychallenge</p>\r\n\r\n<h2 style=\"text-align: center;\"><strong><a href=\"https://store.itstartswithone.org/collections/the-penny-challenge/products/take-the-penny-challenge\" target=\"_blank\" rel=\"noopener noreferrer\"></a></strong></h2>\r\n<h2 style=\"text-align: center;\"><a href=\"http://itstartswithone.org/invite/\" target=\"_blank\" rel=\"noopener noreferrer\">Challenge Others Now</a></h2>\r\n<p style=\"text-align: center;\">Click below to challenge others via social media.</p>','','','inherit','closed','closed','','218-revision-v1','','','2018-04-11 11:56:40','2018-04-11 16:56:40','',218,'https://itstartswithone.org/218-revision-v1/',0,'revision','',0),(843,2,'2018-04-11 20:46:14','2018-04-12 01:46:14','<p style=\"text-align: center;\"><iframe style=\"width: 100%; height: 400px;\" src=\"https://www.youtube.com/embed/fXmnHPW40aE\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://itstartswithone.mykajabi.com/p/bjj\">The 2018 Be The One Campaign - FREE RT</a></strong><a href=\"https://itstartswithone.mykajabi.com/p/bjj\"> <strong>BJJ</strong> </a><strong><a href=\"https://itstartswithone.mykajabi.com/p/bjj\">Seminar</a><a href=\"https://itstartswithone.mykajabi.com/p/bjj\"> Competition</a><a href=\"https://itstartswithone.org/bjj/iswo-bjj-1/\" rel=\"attachment wp-att-933\"><img class=\"alignright size-full wp-image-933\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/iswo-bjj-1.jpg\" alt=\"\" width=\"482\" height=\"619\" /></a></strong></p>\r\n<p style=\"text-align: left;\">Instructions to enter the drawing for the free Renato Tavares Seminar.</p>\r\nStep 1) First have your gym register to be a $10+ monthly supporter of It Starts With One. (You can do that <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">here</a>. List your gyms name under \"company name\" when checking out.)\r\n\r\nStep 2) Refer at least one other gym, business, person etc to be a It Starts With One supporter.\r\n\r\nThe winning gym will be named and recognized December 2018.\r\n\r\nIMPORTANT: List your gyms name under \"company name\" when checking out.\r\n\r\n ','2018 BJJ & MMA Gym Competition','','publish','closed','closed','','bjj','','','2018-04-27 11:41:25','2018-04-27 16:41:25','',0,'https://itstartswithone.org/?page_id=843',0,'page','',0),(844,2,'2018-04-11 20:46:14','2018-04-12 01:46:14','Coming Soon...','BJJ & MMA GYM Competition','','inherit','closed','closed','','843-revision-v1','','','2018-04-11 20:46:14','2018-04-12 01:46:14','',843,'https://itstartswithone.org/843-revision-v1/',0,'revision','',0),(846,2,'2018-04-11 20:49:06','2018-04-12 01:49:06','Coming Soon...','2018 BJJ & MMA GYM Competition','','inherit','closed','closed','','843-revision-v1','','','2018-04-11 20:49:06','2018-04-12 01:49:06','',843,'https://itstartswithone.org/843-revision-v1/',0,'revision','',0),(849,3,'2018-04-12 01:49:08','2018-04-12 06:49:08','<style>\r\ninput[placeholder] { text-overflow: ellipsis; }\r\n::-moz-placeholder { text-overflow: ellipsis; }\r\ninput:-moz-placeholder { text-overflow: ellipsis; }\r\n</style>\r\n<form id=\"affSignup\" action=\"https://login.thepennychallenge.com/affiliates/signup.php\" method=\"post\"><label><strong>First Name </strong></label><input name=\"firstname\" type=\"text\" />\r\n\r\n<label><strong>Last Name </strong></label><input name=\"lastname\" type=\"text\" />\r\n\r\n<label><strong>Email </strong></label><input name=\"username\" type=\"text\" />\r\n<div id=\"manualSponsor\" style=\"display: none;\"><label><strong>Sponsor\'s email address </strong></label><input id=\"sponsorEmail\" type=\"email\" placeholder=\"Enter sponsor\'s Email address, then click SET NEW SPONSOR\"/><button id=\"setNewParentButton\" type=\"button\">Set new sponsor</button><span id=\"sponsorError\" style=\"color: red; background-color: #ffbaba; margin-left: 15px;\"></span></div>\r\n<input id=\"parentuserid\" name=\"parentuserid\" type=\"hidden\" />\r\n<div><label><strong>Don\'t have a sponsor? Click here. </strong></label><input id=\"noParentCheckbox\" type=\"checkbox\" /></div>\r\n<input type=\"submit\" value=\"Start Your Challenge\" />\r\n<script id=\"pap_x2s6df8d\" src=\"https://login.thepennychallenge.com/scripts/eq9jqxwu37\" type=\"text/javascript\"></script>\r\n<script src=\"https://itstartswithone.org/papStep1Sponsor.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\">var AffiliateID = \'\';</script>\r\n\r\n</form>The Penny Challenge - Step by Step Instructions (Part One of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/eIlZ0EGLVtA\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" style=\"width:100%; height:400px;\"></iframe>\r\n\r\nThe Penny Challenge - Step by Step Instructions (Part Two of Two)\r\n\r\n<iframe src=\"https://www.youtube.com/embed/sSrHwNQSSqg\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" style=\"width:100%; height:400px;\"></iframe>','The Penny Challenge - Start Your Penny Tree (Step 1 of 2)','','inherit','closed','closed','','186-revision-v1','','','2018-04-12 01:49:08','2018-04-12 06:49:08','',186,'https://itstartswithone.org/186-revision-v1/',0,'revision','',0),(850,2,'2018-04-12 12:28:16','2018-04-12 17:28:16','<a href=\"https://itstartswithone.mykajabi.com/p/chick-fil-a\">Be The One Campaign - Chick-fil-A Partnership</a>','Chick-fil-A','','publish','closed','closed','','chick-fil-a','','','2018-04-19 20:05:42','2018-04-20 01:05:42','',0,'https://itstartswithone.org/?page_id=850',0,'page','',0),(851,2,'2018-04-12 12:27:42','2018-04-12 17:27:42','<a href=\"https://cornerstonecoaching.mykajabi.com/p/discover-my-purpose-1\">Be The One Campaign - Chick-fil-A Partnership</a>','Chick-fil-A','','inherit','closed','closed','','850-revision-v1','','','2018-04-12 12:27:42','2018-04-12 17:27:42','',850,'https://itstartswithone.org/850-revision-v1/',0,'revision','',0),(852,2,'2018-04-12 12:31:00','2018-04-12 17:31:00','<a href=\"https://itstartswithone.mykajabi.com/p/realestate\">Be The One Campaign - Real Estate Agency Partnership</a>','Real Estate Agencies','','publish','closed','closed','','realestate','','','2018-04-19 20:06:40','2018-04-20 01:06:40','',0,'https://itstartswithone.org/?page_id=852',0,'page','',0),(853,2,'2018-04-12 12:31:00','2018-04-12 17:31:00','<a href=\"https://cornerstonecoaching.mykajabi.com/p/it-starts-with-one-1\">Be The One Campaign - Real Estate Agency Partnership</a>','Real Estate Agencies','','inherit','closed','closed','','852-revision-v1','','','2018-04-12 12:31:00','2018-04-12 17:31:00','',852,'https://itstartswithone.org/852-revision-v1/',0,'revision','',0),(854,2,'2018-04-12 12:34:13','2018-04-12 17:34:13','<a href=\"https://cornerstonecoaching.mykajabi.com/p/it-starts-with-one-2\">Be The One Campaign - Fire Departments Partnership</a>','Fire Fighters','','publish','closed','closed','','fire','','','2018-04-12 12:34:13','2018-04-12 17:34:13','',0,'https://itstartswithone.org/?page_id=854',0,'page','',0),(855,2,'2018-04-12 12:34:13','2018-04-12 17:34:13','<a href=\"https://cornerstonecoaching.mykajabi.com/p/it-starts-with-one-2\">Be The One Campaign - Fire Departments Partnership</a>','Fire Fighters','','inherit','closed','closed','','854-revision-v1','','','2018-04-12 12:34:13','2018-04-12 17:34:13','',854,'https://itstartswithone.org/854-revision-v1/',0,'revision','',0),(858,2,'2018-04-12 12:46:13','2018-04-12 17:46:13','<p style=\"text-align: center;\"><a href=\"https://itstartswithone.mykajabi.com/p/crossfit\">Be The One Campaign - CrossFit Gyms Partnership Video</a></p>\r\n<p style=\"text-align: center;\"><strong>The 2018 Be The One CrossFit Gym of the Year Competition</strong></p>\r\n<p style=\"text-align: center;\"><strong>Or as we like to call it... Burpees for Buck$ </strong></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://itstartswithone.org/crossfit/crossfit-bto-flyer/\" rel=\"attachment wp-att-897\">\r\n<img class=\"alignright size-full wp-image-897\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/crossfit-bto-flyer.png\" alt=\"\" width=\"425\" height=\"547\" /></a></strong></p>\r\n<p style=\"text-align: center;\">INSTRUCTIONS</p>\r\n<p style=\"text-align: left;\">Instructions to compete for the 2018 most charitable gym of the year award.</p>\r\nStep 1) Your gym must first register to be a $10+ monthly supporter of It Starts With One. (You can do that <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">here</a>. List your gyms name under \"company name\" when checking out.)\r\n\r\nStep 2) Your gym then has 30 days to raise funds for the Be The One Campaign. (For ideas and suggestions the produce great results email us at <a href=\"mailto:iswoinc@gmail.com\">iswoinc@gmail.com</a>) (Your gym can donate raised funds <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">here</a>. List your gyms name under \"company name\" when checking out.)\r\n\r\nThe winning gym will be named and recognized December 2018.\r\n\r\nIMPORTANT: List your gyms name under \"company name\" when checking out.\r\n\r\n<strong>Recurring monthly donations count x 12. Example: Recurring $10/month x 12 = $120 towards your gyms total numbers.</strong>\r\n\r\nTHE GYM THAT RAISES THE MOST DONATIONS WILL RECEIVE A PLAQUE AWARD BEING NAMED THE <em>ISWO</em> MOST CHARITABLE GYM OF THE YEAR!','CrossFit','','publish','closed','closed','','crossfit','','','2018-04-19 20:03:09','2018-04-20 01:03:09','',0,'https://itstartswithone.org/?page_id=858',0,'page','',0),(859,2,'2018-04-12 12:46:13','2018-04-12 17:46:13','Be The One Campaign - CrossFit Gyms Partnership','Crossfit','','inherit','closed','closed','','858-revision-v1','','','2018-04-12 12:46:13','2018-04-12 17:46:13','',858,'https://itstartswithone.org/858-revision-v1/',0,'revision','',0),(860,2,'2018-04-12 14:55:38','2018-04-12 19:55:38','<a href=\"https://cornerstonecoaching.mykajabi.com/p/it-starts-with-one-3\">Be The One Campaign - CrossFit Gyms Partnership</a>','Crossfit','','inherit','closed','closed','','858-revision-v1','','','2018-04-12 14:55:38','2018-04-12 19:55:38','',858,'https://itstartswithone.org/858-revision-v1/',0,'revision','',0),(862,2,'2018-04-12 15:12:17','2018-04-12 20:12:17','<a href=\"https://cornerstonecoaching.mykajabi.com/p/it-starts-with-one-3\">Be The One Campaign - CrossFit Gyms Partnership</a>\r\n\r\nThe 2018 Be The One CrossFit Gym of the year competition.\r\n\r\nStep 1) Register your gym as a $10 (or more) monthly supporter <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a>.\r\n\r\nStep 2) Pick any day in the month of May to hold a <em>Be The One WOD</em>. (You can print out the support posters <span style=\"text-decoration: underline;\">here</span>)\r\n\r\nStep 3) Have members (or guests) of your gym personally donate and raise funds to support <em>It Starts With One</em>. (Donations can be submitted <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a>)\r\n\r\nTHE GYM THAT RAISES THE MOST WILL RECEIVE A PLAQUE AWARD AND BE NAMED THE <em>ISWO</em> MOST CHARITABLE CROSSFIT GYM OF THE YEAR!','Crossfit','','inherit','closed','closed','','858-revision-v1','','','2018-04-12 15:12:17','2018-04-12 20:12:17','',858,'https://itstartswithone.org/858-revision-v1/',0,'revision','',0),(863,2,'2018-04-12 15:13:05','2018-04-12 20:13:05','<a href=\"https://cornerstonecoaching.mykajabi.com/p/it-starts-with-one-3\">Be The One Campaign - CrossFit Gyms Partnership</a>\r\n\r\nThe 2018 Be The One CrossFit Gym of the year competition.\r\n\r\nStep 1) Register your gym as a $10 (or more) monthly supporter <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a>.\r\n\r\nStep 2) Pick any day in the month of May to hold a <em>Be The One WOD</em>. (You can print out the support posters <span style=\"text-decoration: underline;\">here</span>)\r\n\r\nStep 3) Have members (or guests) of your gym personally donate and raise funds to support <em>It Starts With One</em>. (Donations can be submitted <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a>)\r\n\r\nTHE GYM THAT RAISES THE MOST WILL RECEIVE A PLAQUE AWARD AND BE NAMED THE <em>ISWO</em> MOST CHARITABLE CROSSFIT GYM OF THE YEAR!','CrossFit','','inherit','closed','closed','','858-revision-v1','','','2018-04-12 15:13:05','2018-04-12 20:13:05','',858,'https://itstartswithone.org/858-revision-v1/',0,'revision','',0),(865,2,'2018-04-12 15:16:30','2018-04-12 20:16:30','<a href=\"https://cornerstonecoaching.mykajabi.com/p/it-starts-with-one-3\">Be The One Campaign - CrossFit Gyms Partnership</a>\r\n<p style=\"text-align: center;\"><strong>The 2018 Be The One CrossFit Gym of the year competition.</strong></p>\r\n<p style=\"text-align: center;\">INSTRUCTIONS</p>\r\nStep 1) Register your gym as a $10 (or more) monthly supporter <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a>.\r\n\r\nStep 2) Pick any day in the month of May to hold a <em>Be The One WOD</em>. (You can print out the support posters <span style=\"text-decoration: underline;\">here</span>)\r\n\r\nStep 3) Have members (or guests) of your gym personally donate and raise funds to support <em>It Starts With One</em>. (Donations can be submitted <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a>)\r\n\r\nTHE GYM THAT RAISES THE MOST WILL RECEIVE A PLAQUE AWARD AND BE NAMED THE <em>ISWO</em> MOST CHARITABLE CROSSFIT GYM OF THE YEAR!','CrossFit','','inherit','closed','closed','','858-revision-v1','','','2018-04-12 15:16:30','2018-04-12 20:16:30','',858,'https://itstartswithone.org/858-revision-v1/',0,'revision','',0),(866,2,'2018-04-12 15:21:57','2018-04-12 20:21:57','<a href=\"https://cornerstonecoaching.mykajabi.com/p/it-starts-with-one-3\">Be The One Campaign - CrossFit Gyms Partnership</a>\r\n<p style=\"text-align: center;\"><strong>The 2018 Be The One CrossFit Gym of the year competition.</strong></p>\r\n<p style=\"text-align: center;\">INSTRUCTIONS</p>\r\nStep 1) Register your gym as a $10 (or more) monthly supporter <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a>. (List your gym name under \"company name\" when checking out)\r\n\r\nStep 2) Pick any day in the month of May to hold a <em>Be The One WOD</em>. (You can print out the support posters <span style=\"text-decoration: underline;\">here</span>)\r\n\r\nStep 3) Have members (or guests) of your gym personally donate and raise funds to support <em>It Starts With One</em>. (Donations can be submitted <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a>)\r\n\r\nTHE GYM THAT RAISES THE MOST WILL RECEIVE A PLAQUE AWARD AND BE NAMED THE <em>ISWO</em> MOST CHARITABLE CROSSFIT GYM OF THE YEAR!','CrossFit','','inherit','closed','closed','','858-revision-v1','','','2018-04-12 15:21:57','2018-04-12 20:21:57','',858,'https://itstartswithone.org/858-revision-v1/',0,'revision','',0),(867,2,'2018-04-12 15:25:40','2018-04-12 20:25:40','<a href=\"https://cornerstonecoaching.mykajabi.com/p/it-starts-with-one-3\">Be The One Campaign - CrossFit Gyms Partnership</a>\r\n<p style=\"text-align: center;\"><strong>The 2018 Be The One CrossFit Gym of the year competition.</strong></p>\r\n<p style=\"text-align: center;\">INSTRUCTIONS</p>\r\nStep 1) Register your gym as a $10 (or more) monthly supporter <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a>. (List your gym name under \"company name\" when checking out)\r\n\r\nStep 2) Choose any day in the month of May to hold a <em>Be The One WOD</em>. (You can print out the support posters <span style=\"text-decoration: underline;\">here</span>)\r\n\r\nStep 3) Have members (or guests) of your gym personally donate and raise funds to support <em>It Starts With One</em>. (Donations can be submitted <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a> - Have your members list your gym name under \"company name\" when checking out)\r\n\r\nTHE GYM THAT RAISES THE MOST WILL RECEIVE A PLAQUE AWARD AND BE NAMED THE <em>ISWO</em> MOST CHARITABLE CROSSFIT GYM OF THE YEAR!','CrossFit','','inherit','closed','closed','','858-revision-v1','','','2018-04-12 15:25:40','2018-04-12 20:25:40','',858,'https://itstartswithone.org/858-revision-v1/',0,'revision','',0),(871,2,'2018-04-12 21:05:16','2018-04-13 02:05:16','<a href=\"https://cornerstonecoaching.mykajabi.com/p/it-starts-with-one-3\">Be The One Campaign - CrossFit Gyms Partnership</a>\r\n<p style=\"text-align: center;\"><strong>The 2018 Be The One CrossFit Gym of the year competition.</strong></p>\r\n<p style=\"text-align: center;\">INSTRUCTIONS<a href=\"https://itstartswithone.org/crossfit/iswo-crossfit-3/\" rel=\"attachment wp-att-870\"><img class=\"alignright size-full wp-image-870\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/iswo-crossfit-2.png\" alt=\"\" width=\"423\" height=\"548\" /></a></p>\r\nStep 1) Register your gym as a $10 (or more) monthly supporter <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a>. (List your gym name under \"company name\" when checking out)\r\n\r\nStep 2) Choose any day in the month of May to hold a <em>Be The One WOD</em>. (You can email us for support posters <u>at</u> iswoinc@gmail.com)\r\n\r\nStep 3) Have members (or guests) of your gym personally donate and raise funds to support <em>It Starts With One</em>. (Donations can be submitted <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a> - Have your members list your gym name under \"company name\" when checking out)\r\n\r\nTHE GYM THAT RAISES THE MOST WILL RECEIVE A PLAQUE AWARD AND BE NAMED THE <em>ISWO</em> MOST CHARITABLE CROSSFIT GYM OF THE YEAR!','CrossFit','','inherit','closed','closed','','858-revision-v1','','','2018-04-12 21:05:16','2018-04-13 02:05:16','',858,'https://itstartswithone.org/858-revision-v1/',0,'revision','',0),(872,2,'2018-04-12 21:07:01','2018-04-13 02:07:01','<p style=\"text-align: center;\"><a href=\"https://cornerstonecoaching.mykajabi.com/p/it-starts-with-one-3\">Be The One Campaign - CrossFit Gyms Partnership</a></p>\r\n<p style=\"text-align: center;\"><strong>The 2018 Be The One CrossFit Gym of the Year Competition<a href=\"https://itstartswithone.org/crossfit/iswo-crossfit-3/\" rel=\"attachment wp-att-870\"><img class=\"alignright size-full wp-image-870\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/iswo-crossfit-2.png\" alt=\"\" width=\"423\" height=\"548\" /></a></strong></p>\r\n<p style=\"text-align: center;\">INSTRUCTIONS</p>\r\nStep 1) Register your gym as a $10 (or more) monthly supporter <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a>. (List your gym name under \"company name\" when checking out)\r\n\r\nStep 2) Choose any day in the month of May to hold a <em>Be The One WOD</em>. (You can email us for support posters <u>at</u> iswoinc@gmail.com)\r\n\r\nStep 3) Have members (or guests) of your gym personally donate and raise funds to support <em>It Starts With One</em>. (Donations can be submitted <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a> - Have your members list your gym name under \"company name\" when checking out)\r\n\r\nTHE GYM THAT RAISES THE MOST WILL RECEIVE A PLAQUE AWARD AND BE NAMED THE <em>ISWO</em> MOST CHARITABLE CROSSFIT GYM OF THE YEAR!','CrossFit','','inherit','closed','closed','','858-revision-v1','','','2018-04-12 21:07:01','2018-04-13 02:07:01','',858,'https://itstartswithone.org/858-revision-v1/',0,'revision','',0),(873,2,'2018-04-12 21:07:30','2018-04-13 02:07:30','<p style=\"text-align: center;\"><a href=\"https://cornerstonecoaching.mykajabi.com/p/it-starts-with-one-3\">Be The One Campaign - CrossFit Gyms Partnership Video</a></p>\r\n<p style=\"text-align: center;\"><strong>The 2018 Be The One CrossFit Gym of the Year Competition<a href=\"https://itstartswithone.org/crossfit/iswo-crossfit-3/\" rel=\"attachment wp-att-870\"><img class=\"alignright size-full wp-image-870\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/iswo-crossfit-2.png\" alt=\"\" width=\"423\" height=\"548\" /></a></strong></p>\r\n<p style=\"text-align: center;\">INSTRUCTIONS</p>\r\nStep 1) Register your gym as a $10 (or more) monthly supporter <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a>. (List your gym name under \"company name\" when checking out)\r\n\r\nStep 2) Choose any day in the month of May to hold a <em>Be The One WOD</em>. (You can email us for support posters <u>at</u> iswoinc@gmail.com)\r\n\r\nStep 3) Have members (or guests) of your gym personally donate and raise funds to support <em>It Starts With One</em>. (Donations can be submitted <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a> - Have your members list your gym name under \"company name\" when checking out)\r\n\r\nTHE GYM THAT RAISES THE MOST WILL RECEIVE A PLAQUE AWARD AND BE NAMED THE <em>ISWO</em> MOST CHARITABLE CROSSFIT GYM OF THE YEAR!','CrossFit','','inherit','closed','closed','','858-revision-v1','','','2018-04-12 21:07:30','2018-04-13 02:07:30','',858,'https://itstartswithone.org/858-revision-v1/',0,'revision','',0),(874,2,'2018-04-12 21:07:44','2018-04-13 02:07:44','<a href=\"https://cornerstonecoaching.mykajabi.com/p/it-starts-with-one-3\">Be The One Campaign - CrossFit Gyms Partnership</a>\r\n<p style=\"text-align: center;\"><strong>The 2018 Be The One CrossFit Gym of the year competition.</strong></p>\r\n<p style=\"text-align: center;\">INSTRUCTIONS</p>\r\nStep 1) Register your gym as a $10 (or more) monthly supporter <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a>. (List your gym <a href=\"https://itstartswithone.org/crossfit/iswo-crossfit-3/\" rel=\"attachment wp-att-870\"><img class=\"alignright size-full wp-image-870\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/iswo-crossfit-2.png\" alt=\"\" width=\"423\" height=\"548\" /></a>name under \"company name\" when checking out)\r\n\r\nStep 2) Choose any day in the month of May to hold a <em>Be The One WOD</em>. (You can print out the support posters <span style=\"text-decoration: underline;\">here</span>)\r\n\r\nStep 3) Have members (or guests) of your gym personally donate and raise funds to support <em>It Starts With One</em>. (Donations can be submitted <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a> - Have your members list your gym name under \"company name\" when checking out)\r\n\r\nTHE GYM THAT RAISES THE MOST WILL RECEIVE A PLAQUE AWARD AND BE NAMED THE <em>ISWO</em> MOST CHARITABLE CROSSFIT GYM OF THE YEAR!','CrossFit','','inherit','closed','closed','','858-revision-v1','','','2018-04-12 21:07:44','2018-04-13 02:07:44','',858,'https://itstartswithone.org/858-revision-v1/',0,'revision','',0),(875,2,'2018-04-12 21:07:54','2018-04-13 02:07:54','<p style=\"text-align: center;\"><a href=\"https://cornerstonecoaching.mykajabi.com/p/it-starts-with-one-3\">Be The One Campaign - CrossFit Gyms Partnership Video</a></p>\r\n<p style=\"text-align: center;\"><strong>The 2018 Be The One CrossFit Gym of the Year Competition<a href=\"https://itstartswithone.org/crossfit/iswo-crossfit-3/\" rel=\"attachment wp-att-870\"><img class=\"alignright size-full wp-image-870\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/iswo-crossfit-2.png\" alt=\"\" width=\"423\" height=\"548\" /></a></strong></p>\r\n<p style=\"text-align: center;\">INSTRUCTIONS</p>\r\nStep 1) Register your gym as a $10 (or more) monthly supporter <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a>. (List your gym name under \"company name\" when checking out)\r\n\r\nStep 2) Choose any day in the month of May to hold a <em>Be The One WOD</em>. (You can email us for support posters <u>at</u> iswoinc@gmail.com)\r\n\r\nStep 3) Have members (or guests) of your gym personally donate and raise funds to support <em>It Starts With One</em>. (Donations can be submitted <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a> - Have your members list your gym name under \"company name\" when checking out)\r\n\r\nTHE GYM THAT RAISES THE MOST WILL RECEIVE A PLAQUE AWARD AND BE NAMED THE <em>ISWO</em> MOST CHARITABLE CROSSFIT GYM OF THE YEAR!','CrossFit','','inherit','closed','closed','','858-revision-v1','','','2018-04-12 21:07:54','2018-04-13 02:07:54','',858,'https://itstartswithone.org/858-revision-v1/',0,'revision','',0),(876,2,'2018-04-12 21:08:39','2018-04-13 02:08:39','<p style=\"text-align: center;\"><a href=\"https://cornerstonecoaching.mykajabi.com/p/it-starts-with-one-3\">Be The One Campaign - CrossFit Gyms Partnership Video</a></p>\r\n<p style=\"text-align: center;\"><strong>The 2018 Be The One CrossFit Gym of the Year Competition<a href=\"https://itstartswithone.org/crossfit/iswo-crossfit-3/\" rel=\"attachment wp-att-870\"><img class=\"alignright size-full wp-image-870\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/iswo-crossfit-2.png\" alt=\"\" width=\"423\" height=\"548\" /></a></strong></p>\r\n<p style=\"text-align: center;\">INSTRUCTIONS</p>\r\nStep 1) Register your gym as a $10 (or more) monthly supporter <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a>. (List your gym name under \"company name\" when checking out)\r\n\r\nStep 2) Choose any day in the month of May to hold a <em>Be The One WOD</em>. (You can email us for support posters <u>at</u> iswoinc@gmail.com)\r\n\r\nStep 3) Have members (or guests) of your gym personally donate and raise funds to support <em>It Starts With One</em>. (Donations can be submitted <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a> - Have your members list your gym name under \"company name\" when checking out)\r\n\r\nTHE GYM THAT RAISES THE MOST DONATIONS WILL RECEIVE A PLAQUE AWARD AND BE NAMED THE <em>ISWO</em> MOST CHARITABLE CROSSFIT GYM OF THE YEAR!','CrossFit','','inherit','closed','closed','','858-revision-v1','','','2018-04-12 21:08:39','2018-04-13 02:08:39','',858,'https://itstartswithone.org/858-revision-v1/',0,'revision','',0),(877,2,'2018-04-27 11:40:26','2018-04-27 16:40:26','<p style=\"text-align: center;\"><iframe style=\"width: 100%; height: 400px;\" src=\"https://www.youtube.com/embed/fXmnHPW40aE\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\n<p style=\"text-align: center;\"><strong><a href=\"https://itstartswithone.mykajabi.com/p/bjj\">The 2018 Be The One Campaign - BJJ FREE RT Seminar</a><a href=\"https://itstartswithone.org/bjj/iswo-bjj-1/\" rel=\"attachment wp-att-933\"><img class=\"alignright size-full wp-image-933\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/iswo-bjj-1.jpg\" alt=\"\" width=\"482\" height=\"619\" /></a></strong></p>\n<p style=\"text-align: left;\">Instructions to enter the drawing for the free Renato Tavares Seminar.</p>\nStep 1) First have your gym register to be a $10+ monthly supporter of It Starts With One. (You can do that <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">here</a>. List your gyms name under \"company name\" when checking out.)\n\nStep 2) Refer at least one other gym, business, person etc to be a It Starts With One supporter.\n\nThe winning gym will be named and recognized December 2018.\n\nIMPORTANT: List your gyms name under \"company name\" when checking out.\n\n ','2018 BJJ & MMA Gym Competition','','inherit','closed','closed','','843-autosave-v1','','','2018-04-27 11:40:26','2018-04-27 16:40:26','',843,'https://itstartswithone.org/843-autosave-v1/',0,'revision','',0),(879,2,'2018-04-12 21:25:24','2018-04-13 02:25:24','<p style=\"text-align: center;\"><strong>The 2018 Be The One CrossFit Gym of the year competition <a href=\"https://itstartswithone.org/betheonecompetition/iswo-roll/\" rel=\"attachment wp-att-878\"><img class=\"alignright size-full wp-image-878\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/iswo-roll.png\" alt=\"\" width=\"423\" height=\"545\" /></a></strong></p>\r\n<p style=\"text-align: center;\">INSTRUCTIONS</p>\r\nStep 1) Register your gym as a $10 (or more) monthly supporter <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a>. (List your gym name under \"company name\" when checking out)\r\n\r\nStep 2) Choose any day in the month of May to hold a <em>Be The One WOD</em>. (You can print out the support posters here)\r\n\r\nStep 3) Have members (or guests) of your gym personally donate and raise funds to support <em>It Starts With One</em>. (Donations can be submitted <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a> - Have your members list your gym name under \"company name\" when checking out)\r\n\r\nTHE GYM THAT RAISES THE MOST WILL RECEIVE A PLAQUE AWARD AND BE NAMED THE <em>ISWO</em> MOST CHARITABLE CROSSFIT GYM OF THE YEAR!','2018 BJJ & MMA GYM Competition','','inherit','closed','closed','','843-revision-v1','','','2018-04-12 21:25:24','2018-04-13 02:25:24','',843,'https://itstartswithone.org/843-revision-v1/',0,'revision','',0),(880,2,'2018-04-12 21:27:56','2018-04-13 02:27:56','<p style=\"text-align: center;\"><strong>The 2018 Be The One BJJ/MMA Gym of the Year Competition <a href=\"https://itstartswithone.org/betheonecompetition/iswo-roll/\" rel=\"attachment wp-att-878\"><img class=\"alignright size-full wp-image-878\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/iswo-roll.png\" alt=\"\" width=\"423\" height=\"545\" /></a></strong></p>\r\n<p style=\"text-align: center;\">INSTRUCTIONS</p>\r\nStep 1) Register your gym as a $10 (or more) monthly supporter <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a>. (List your gym name under \"company name\" when checking out)\r\n\r\nStep 2) Choose any day in the month of May to hold a <em>Be The One ROLL</em>. (You can email us for support posters at iswoinc@gmail.com)\r\n\r\nStep 3) Have members (or guests) of your gym personally donate and raise funds to support <em>It Starts With One</em>. (Donations can be submitted <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a> - Have your members list your gym name under \"company name\" when checking out)\r\n\r\nTHE GYM THAT RAISES THE MOST DONATIONS WILL RECEIVE A PLAQUE AWARD AND BE NAMED THE <em>ISWO</em> MOST CHARITABLE BJJ/MMA GYM OF THE YEAR!','2018 BJJ & MMA GYM Competition','','inherit','closed','closed','','843-revision-v1','','','2018-04-12 21:27:56','2018-04-13 02:27:56','',843,'https://itstartswithone.org/843-revision-v1/',0,'revision','',0),(881,2,'2018-04-12 21:33:10','2018-04-13 02:33:10','<p style=\"text-align: center;\"><strong>The 2018 Be The One BJJ/MMA Gym of the Year Competition <a href=\"https://itstartswithone.org/betheonecompetition/iswo-roll/\" rel=\"attachment wp-att-878\"><img class=\"alignright size-full wp-image-878\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/iswo-roll.png\" alt=\"\" width=\"423\" height=\"545\" /></a></strong></p>\r\n<p style=\"text-align: center;\">INSTRUCTIONS</p>\r\nStep 1) Register your gym as a $10 (or more) monthly supporter <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a>. (List your gym name under \"company name\" when checking out)\r\n\r\nStep 2) Choose any day in the month of May to hold a <em>Be The One ROLL</em>. (You can email us for support posters at iswoinc@gmail.com)\r\n\r\nStep 3) Have members (or guests) of your gym personally donate and raise funds to support <em>It Starts With One</em>. (Donations can be submitted <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a> - Have your members list your gym name under \"company name\" when checking out)\r\n\r\nTHE GYM THAT RAISES THE MOST DONATIONS WILL RECEIVE A PLAQUE AWARD AND BE NAMED THE <em>ISWO</em> MOST CHARITABLE BJJ/MMA GYM OF THE YEAR!','2018 BJJ & MMA Gym Competition','','inherit','closed','closed','','843-revision-v1','','','2018-04-12 21:33:10','2018-04-13 02:33:10','',843,'https://itstartswithone.org/843-revision-v1/',0,'revision','',0),(882,2,'2018-04-12 21:35:00','2018-04-13 02:35:00','<p style=\"text-align: center;\"><strong>The 2018 Be The One BJJ/MMA Gym of the Year Competition <a href=\"https://itstartswithone.org/betheonecompetition/iswo-roll/\" rel=\"attachment wp-att-878\"><img class=\"alignright size-full wp-image-878\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/iswo-roll.png\" alt=\"\" width=\"423\" height=\"545\" /></a></strong></p>\r\n<p style=\"text-align: center;\">INSTRUCTIONS</p>\r\nStep 1) Register your gym as a $10 (or more) monthly supporter <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a>. (List your gym name under \"company name\" when checking out)\r\n\r\nStep 2) Choose any day in the month of May to hold a <em>Be The One ROLL</em>. (You can email us for support posters at iswoinc@gmail.com)\r\n\r\nStep 3) Have members (or guests) of your gym personally donate and raise funds to support <em>It Starts With One</em>. (Donations can be submitted <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a> - Have your members list your gym name under \"company name\" when checking out)\r\n\r\nTHE GYM THAT RAISES THE MOST DONATIONS WILL RECEIVE A PLAQUE AWARD AND BE NAMED THE <em>ISWO</em> MOST CHARITABLE BJJ/MMA GYM OF THE YEAR! (RECURRING DONATIONS COUNT AS x 12!!!!!! - i.e. $10/month x 12 = $120)','2018 BJJ & MMA Gym Competition','','inherit','closed','closed','','843-revision-v1','','','2018-04-12 21:35:00','2018-04-13 02:35:00','',843,'https://itstartswithone.org/843-revision-v1/',0,'revision','',0),(883,2,'2018-04-12 21:35:32','2018-04-13 02:35:32','<p style=\"text-align: center;\"><strong>The 2018 Be The One BJJ/MMA Gym of the Year Competition <a href=\"https://itstartswithone.org/betheonecompetition/iswo-roll/\" rel=\"attachment wp-att-878\"><img class=\"alignright size-full wp-image-878\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/iswo-roll.png\" alt=\"\" width=\"423\" height=\"545\" /></a></strong></p>\r\n<p style=\"text-align: center;\">INSTRUCTIONS</p>\r\nStep 1) Register your gym as a $10 (or more) monthly supporter <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a>. (List your gym name under \"company name\" when checking out)\r\n\r\nStep 2) Choose any day in the month of May to hold a <em>Be The One ROLL</em>. (You can email us for support posters at iswoinc@gmail.com)\r\n\r\nStep 3) Have members (or guests) of your gym personally donate and raise funds to support <em>It Starts With One</em>. (Donations can be submitted <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a> - Have your members list your gym name under \"company name\" when checking out)\r\n\r\nTHE GYM THAT RAISES THE MOST DONATIONS WILL RECEIVE A PLAQUE AWARD AND BE NAMED THE <em>ISWO</em> MOST CHARITABLE BJJ/MMA GYM OF THE YEAR! (RECURRING MONTHLY DONATIONS COUNT AS x 12!!!!!! - i.e. $10/month x 12 = $120)','2018 BJJ & MMA Gym Competition','','inherit','closed','closed','','843-revision-v1','','','2018-04-12 21:35:32','2018-04-13 02:35:32','',843,'https://itstartswithone.org/843-revision-v1/',0,'revision','',0),(884,2,'2018-04-12 21:37:10','2018-04-13 02:37:10','<p style=\"text-align: center;\"><a href=\"https://cornerstonecoaching.mykajabi.com/p/it-starts-with-one-3\">Be The One Campaign - CrossFit Gyms Partnership Video</a></p>\r\n<p style=\"text-align: center;\"><strong>The 2018 Be The One CrossFit Gym of the Year Competition<a href=\"https://itstartswithone.org/crossfit/iswo-crossfit-3/\" rel=\"attachment wp-att-870\"><img class=\"alignright size-full wp-image-870\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/iswo-crossfit-2.png\" alt=\"\" width=\"423\" height=\"548\" /></a></strong></p>\r\n<p style=\"text-align: center;\">INSTRUCTIONS</p>\r\nStep 1) Register your gym as a $10 (or more) monthly supporter <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a>. (List your gym name under \"company name\" when checking out)\r\n\r\nStep 2) Choose any day in the month of May to hold a <em>Be The One WOD</em>. (You can email us for support posters <u>at</u> iswoinc@gmail.com)\r\n\r\nStep 3) Have members (or guests) of your gym personally donate and raise funds to support <em>It Starts With One</em>. (Donations can be submitted <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a> - Have your members list your gym name under \"company name\" when checking out)\r\n\r\nTHE GYM THAT RAISES THE MOST DONATIONS WILL RECEIVE A PLAQUE AWARD AND BE NAMED THE <em>ISWO</em> MOST CHARITABLE CROSSFIT GYM OF THE YEAR! (RECURRING MONTHLY DONATIONS COUNT AS x 12!!!!!! - i.e. $10/month x 12 = $120)','CrossFit','','inherit','closed','closed','','858-revision-v1','','','2018-04-12 21:37:10','2018-04-13 02:37:10','',858,'https://itstartswithone.org/858-revision-v1/',0,'revision','',0),(885,2,'2018-04-12 21:38:03','2018-04-13 02:38:03','<p style=\"text-align: center;\"><a href=\"https://cornerstonecoaching.mykajabi.com/p/it-starts-with-one-3\">Be The One Campaign - CrossFit Gyms Partnership Video</a></p>\r\n<p style=\"text-align: center;\"><strong>The 2018 Be The One CrossFit Gym of the Year Competition<a href=\"https://itstartswithone.org/crossfit/iswo-crossfit-3/\" rel=\"attachment wp-att-870\"><img class=\"alignright size-full wp-image-870\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/iswo-crossfit-2.png\" alt=\"\" width=\"423\" height=\"548\" /></a></strong></p>\r\n<p style=\"text-align: center;\">INSTRUCTIONS</p>\r\nStep 1) Register your gym as a $10 (or more) monthly supporter <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a>. (List your gym name under \"company name\" when checking out)\r\n\r\nStep 2) Choose any day in the month of May to hold a <em>Be The One WOD</em>. (You can email us for support posters at iswoinc@gmail.com)\r\n\r\nStep 3) Have members (or guests) of your gym personally donate and raise funds to support <em>It Starts With One</em>. (Donations can be submitted <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a> - Have your members list your gym name under \"company name\" when checking out)\r\n\r\nTHE GYM THAT RAISES THE MOST DONATIONS WILL RECEIVE A PLAQUE AWARD AND BE NAMED THE <em>ISWO</em> MOST CHARITABLE CROSSFIT GYM OF THE YEAR! (RECURRING MONTHLY DONATIONS COUNT AS x 12!!!!!! - i.e. $10/month x 12 = $120)','CrossFit','','inherit','closed','closed','','858-revision-v1','','','2018-04-12 21:38:03','2018-04-13 02:38:03','',858,'https://itstartswithone.org/858-revision-v1/',0,'revision','',0),(886,2,'2018-04-12 21:45:05','2018-04-13 02:45:05','<p style=\"text-align: center;\"><strong>The 2018 Be The One BJJ/MMA Gym of the Year Competition <a href=\"https://itstartswithone.org/betheonecompetition/iswo-roll/\" rel=\"attachment wp-att-878\"><img class=\"alignright size-full wp-image-878\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/iswo-roll.png\" alt=\"\" width=\"423\" height=\"545\" /></a></strong></p>\r\n<p style=\"text-align: center;\">INSTRUCTIONS</p>\r\nStep 1) Register your gym as a $10 (or more) monthly supporter <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a>. (List your gym name under \"company name\" when checking out)\r\n\r\nStep 2) Choose any day in the month of May to hold a <em>Be The One ROLL</em>. (You can email us for support posters at iswoinc@gmail.com)\r\n\r\nStep 3) Have members (or guests) of your gym personally donate and raise funds to support <em>It Starts With One</em>. (Donations can be submitted <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a> - Have your members list your gym name under \"company name\" when checking out)\r\n\r\nTHE GYM THAT RAISES THE MOST DONATIONS WILL RECEIVE A <strong>FREE SEMINAR FROM MASTER RENATO TAVARES</strong> & A PLAQUE AWARD BEING NAMED THE <em>ISWO</em> MOST CHARITABLE BJJ/MMA GYM OF THE YEAR! (RECURRING MONTHLY DONATIONS COUNT AS x 12!!!!!! - i.e. $10/month x 12 = $120)','2018 BJJ & MMA Gym Competition','','inherit','closed','closed','','843-revision-v1','','','2018-04-12 21:45:05','2018-04-13 02:45:05','',843,'https://itstartswithone.org/843-revision-v1/',0,'revision','',0),(887,2,'2018-04-12 21:47:26','2018-04-13 02:47:26','<p style=\"text-align: center;\"><strong>The 2018 Be The One BJJ/MMA Gym of the Year Competition <a href=\"https://itstartswithone.org/betheonecompetition/iswo-roll/\" rel=\"attachment wp-att-878\"><img class=\"alignright size-full wp-image-878\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/iswo-roll.png\" alt=\"\" width=\"423\" height=\"545\" /></a></strong></p>\r\n<p style=\"text-align: center;\">INSTRUCTIONS</p>\r\nStep 1) Register your gym as a $10 (or more) monthly supporter <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a>. (List your gym name under \"company name\" when checking out)\r\n\r\nStep 2) Choose any day in the month of May to hold a <em>Be The One ROLL</em>. (You can email us for support posters at iswoinc@gmail.com)\r\n\r\nStep 3) Have members (or guests) of your gym raise funds and personally donate to support <em>It Starts With One</em>. (Donations can be submitted <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a> - Have your members list your gym name under \"company name\" when checking out)\r\n\r\nTHE GYM THAT RAISES THE MOST DONATIONS WILL RECEIVE A <strong>FREE SEMINAR FROM MASTER RENATO TAVARES</strong> & A PLAQUE AWARD BEING NAMED THE <em>ISWO</em> MOST CHARITABLE BJJ/MMA GYM OF THE YEAR! (RECURRING MONTHLY DONATIONS COUNT AS x 12!!!!!! - i.e. $10/month x 12 = $120)','2018 BJJ & MMA Gym Competition','','inherit','closed','closed','','843-revision-v1','','','2018-04-12 21:47:26','2018-04-13 02:47:26','',843,'https://itstartswithone.org/843-revision-v1/',0,'revision','',0),(888,2,'2018-04-12 21:49:48','2018-04-13 02:49:48','<p style=\"text-align: center;\"><a href=\"https://cornerstonecoaching.mykajabi.com/p/it-starts-with-one-3\">Be The One Campaign - CrossFit Gyms Partnership Video</a></p>\r\n<p style=\"text-align: center;\"><strong>The 2018 Be The One CrossFit Gym of the Year Competition<a href=\"https://itstartswithone.org/crossfit/iswo-crossfit-3/\" rel=\"attachment wp-att-870\"><img class=\"alignright size-full wp-image-870\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/iswo-crossfit-2.png\" alt=\"\" width=\"423\" height=\"548\" /></a></strong></p>\r\n<p style=\"text-align: center;\">INSTRUCTIONS</p>\r\nStep 1) Register your gym as a $10 (or more) monthly supporter <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a>. (List your gym name under \"company name\" when checking out)\r\n\r\nStep 2) Choose any day in the month of May to hold a <em>Be The One WOD</em>. (You can email us for support posters at iswoinc@gmail.com)\r\n\r\nStep 3) Have members (or guests) of your gym raise funds and personally donate to support <em>It Starts With One</em>. (Donations can be submitted <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\"><span style=\"text-decoration: underline;\">here</span></a> - Have your members list your gym name under \"company name\" when checking out)\r\n\r\nTHE GYM THAT RAISES THE MOST DONATIONS WILL RECEIVE A PLAQUE AWARD AND BE NAMED THE <em>ISWO</em> MOST CHARITABLE CROSSFIT GYM OF THE YEAR! (RECURRING MONTHLY DONATIONS COUNT AS x 12!!!!!! - i.e. $10/month x 12 = $120)','CrossFit','','inherit','closed','closed','','858-revision-v1','','','2018-04-12 21:49:48','2018-04-13 02:49:48','',858,'https://itstartswithone.org/858-revision-v1/',0,'revision','',0),(889,2,'2018-04-12 21:55:22','2018-04-13 02:55:22','','Be-the-One','','inherit','closed','closed','','be-the-one','','','2018-04-12 21:55:22','2018-04-13 02:55:22','',0,'https://itstartswithone.org/wp-content/uploads/2018/04/Be-the-One.png',0,'attachment','image/png',0),(890,2,'2018-04-12 22:09:29','2018-04-13 03:09:29','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization, EIN # 81-504 6170. We believe that many hands make light work. Our purpose is to inspire people, young and old to play a role in changing the world, first locally in their community and then on a global level. We work to ensure all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a <em>\"Pay It Forward\"</em> movement in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed two ways. The first is to help aid our <em>Featured Family of the Month.</em> The second provides global support to the following ten causes 1) AIDS 2) ALS 3) Cancer 4) General Fund (natural disasters/discretionary etc) 5) Heart Disease 6) Human Trafficking 7) Missions (Clean Water/Housing) 8) Substance Abuse 9) World Hunger 10) Wounded Vets\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are families or individuals struggling with any one of the ten causes we support. Members of ISWO\'s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM\'s stories will always be listed on our website and/or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all six steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: For corporate campaigns (such as schools, workplaces, etc) 3% of every donation is automatically reserved to be distributed to the ten causes ISWO supports totaling 30% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims through cause #4 ISWO\'s <em>General Fund</em>. The percentage that is distributed to local FFM\'s is a case by case basis that is voted on by ISWO\'s board of directors. i.e. One family may have $5,000 worth of medical bills whereas another family with a similar illness, in a similar situation may have $50,000 worth of medical bills. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors. 20% <strong>(OR LESS) </strong>is reserved for ISWO\'s overhead costs (salaries, fund raising campaigns, marketing materials, audits etc).\r\n\r\nIt Starts With One will <strong>NEVER</strong> operate where <span style=\"text-decoration: underline;\">any less</span> than 80% of funds raised go to our causes.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs. At ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% <strong>(OR MORE)</strong> going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 5% going towards overhead expenses and 95% going towards charitable programs.\r\n\r\n<strong>Q: What is ISWO\'s budget?</strong>\r\n\r\nA: <a href=\"https://itstartswithone.org/wp-content/uploads/2018/04/ISWO-2018-Budget.pdf\">ISWO 2018 Budget</a>\r\n\r\n<strong>Q: How do personal Penny Challenge campaigns work?</strong>\r\nA: Campaign duration\'s are 30 days. The first day of the campaign is considered the first full day after campaign is initiated. The campaign will end at 11:59:59pm eastern time on the 30th day. For individual campaigns ISWO reserves 2.9% for each credit/debit card transaction, + 30 cents (each transaction) to cover the fees we\'re charged to use the processing company. 5% is reserved to cover the costs associated with running ISWO. The total reserved is 7.9% + 30 cents for each transaction. For corporate campaigns (churches, businesses, schools), all funds raised up to $10,000, the campaign beneficiary will receive 80% of (i.e. $10,000 x 80% = $8000). All funds raised over and above $10,000, the campaign beneficiary will receive 50% (i.e. Total raised $16,000. $16,000 - $10,000 = $6,000. (80% of $10,000 = $8,000. 50% of $6,000 = $3,000) Campaign beneficiary would receive $11,000 ($8,000 + $3,000) total in this example). This is so the the ten causes ISWO supports plus the FFM receive funding.\r\n\r\n \r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2018-04-12 22:09:29','2018-04-13 03:09:29','',441,'https://itstartswithone.org/441-revision-v1/',0,'revision','',0),(891,2,'2018-04-12 22:10:31','2018-04-13 03:10:31','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization, EIN # 81-504 6170. We believe that many hands make light work. Our purpose is to inspire people, young and old to play a role in changing the world, first locally in their community and then on a global level. We work to ensure all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a <em>\"Pay It Forward\"</em> movement in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed two ways. The first is to help aid our <em>Featured Family of the Month.</em> The second provides global support to the following ten causes 1) AIDS 2) ALS 3) Cancer 4) General Fund (natural disasters/discretionary etc) 5) Heart Disease 6) Human Trafficking 7) Missions (Clean Water/Housing) 8) Substance Abuse 9) World Hunger 10) Wounded Vets\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all six steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are families or individuals struggling with any one of the ten causes we support. Members of ISWO\'s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM\'s stories will always be listed on our website and/or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: For corporate campaigns (such as schools, workplaces, etc) 3% of every donation is automatically reserved to be distributed to the ten causes ISWO supports totaling 30% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims through cause #4 ISWO\'s <em>General Fund</em>. The percentage that is distributed to local FFM\'s is a case by case basis that is voted on by ISWO\'s board of directors. i.e. One family may have $5,000 worth of medical bills whereas another family with a similar illness, in a similar situation may have $50,000 worth of medical bills. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors. 20% <strong>(OR LESS) </strong>is reserved for ISWO\'s overhead costs (salaries, fund raising campaigns, marketing materials, audits etc).\r\n\r\nIt Starts With One will <strong>NEVER</strong> operate where <span style=\"text-decoration: underline;\">any less</span> than 80% of funds raised go to our causes.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs. At ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% <strong>(OR MORE)</strong> going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 5% going towards overhead expenses and 95% going towards charitable programs.\r\n\r\n<strong>Q: What is ISWO\'s budget?</strong>\r\n\r\nA: <a href=\"https://itstartswithone.org/wp-content/uploads/2018/04/ISWO-2018-Budget.pdf\">ISWO 2018 Budget</a>\r\n\r\n<strong>Q: How do personal Penny Challenge campaigns work?</strong>\r\nA: Campaign duration\'s are 30 days. The first day of the campaign is considered the first full day after campaign is initiated. The campaign will end at 11:59:59pm eastern time on the 30th day. For individual campaigns ISWO reserves 2.9% for each credit/debit card transaction, + 30 cents (each transaction) to cover the fees we\'re charged to use the processing company. 5% is reserved to cover the costs associated with running ISWO. The total reserved is 7.9% + 30 cents for each transaction. For corporate campaigns (churches, businesses, schools), all funds raised up to $10,000, the campaign beneficiary will receive 80% of (i.e. $10,000 x 80% = $8000). All funds raised over and above $10,000, the campaign beneficiary will receive 50% (i.e. Total raised $16,000. $16,000 - $10,000 = $6,000. (80% of $10,000 = $8,000. 50% of $6,000 = $3,000) Campaign beneficiary would receive $11,000 ($8,000 + $3,000) total in this example). This is so the the ten causes ISWO supports plus the FFM receive funding.\r\n\r\n \r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2018-04-12 22:10:31','2018-04-13 03:10:31','',441,'https://itstartswithone.org/441-revision-v1/',0,'revision','',0),(892,2,'2018-04-12 22:11:23','2018-04-13 03:11:23','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization, EIN # 81-504 6170. We believe that many hands make light work. Our purpose is to inspire people, young and old to play a role in changing the world, first locally in their community and then on a global level. We work to ensure all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a <em>\"Pay It Forward\"</em> movement in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed two ways. The first is to help aid our <em>Featured Family of the Month.</em> The second provides global support to the following ten causes 1) AIDS 2) ALS 3) Cancer 4) General Fund (natural disasters/discretionary etc) 5) Heart Disease 6) Human Trafficking 7) Missions (Clean Water/Housing) 8) Substance Abuse 9) World Hunger 10) Wounded Vets\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all six steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are families or individuals struggling with any one of the ten causes we support. Members of ISWO\'s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM\'s stories will always be listed on our website and/or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: For corporate campaigns (such as schools, workplaces, etc) 3% of every donation is automatically reserved to be distributed to the ten causes ISWO supports totaling 30% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims through cause #4 ISWO\'s <em>General Fund</em>. The percentage that is distributed to local FFM\'s is a case by case basis that is voted on by ISWO\'s board of directors. i.e. One family may have $5,000 worth of medical bills whereas another family with a similar illness, in a similar situation may have $50,000 worth of medical bills. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors. 20% <strong>(OR LESS) </strong>is reserved for ISWO\'s overhead costs (salaries, fund raising campaigns, marketing materials, audits etc).\r\n\r\nIt Starts With One will <strong>NEVER</strong> operate where <span style=\"text-decoration: underline;\">any less</span> than 80% of funds raised go to our causes.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs. At ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% <strong>(OR MORE)</strong> going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 5% going towards overhead expenses and 95% going towards charitable programs.\r\n\r\n<strong>Q: What is ISWO\'s budget?</strong>\r\n\r\nA: <a href=\"https://itstartswithone.org/wp-content/uploads/2018/04/ISWO-2018-Budget.pdf\">ISWO 2018 Budget</a>\r\n\r\n<strong>Q: How do personal Penny Challenge campaigns work?</strong>\r\nA: Campaign duration\'s are 30 days. The first day of the campaign is considered the first full day after campaign is initiated. The campaign will end at 11:59:59pm eastern time on the 30th day. For individual campaigns ISWO reserves 2.9% for each credit/debit card transaction, + 30 cents (each transaction) to cover the fees we\'re charged to use the processing company. 5% is reserved to cover the costs associated with running ISWO. The total reserved is 7.9% + 30 cents for each transaction. For corporate campaigns (churches, businesses, schools), all funds raised up to $10,000, the campaign beneficiary will receive 80% of (i.e. $10,000 x 80% = $8000). All funds raised over and above $10,000, the campaign beneficiary will receive 50% (i.e. Total raised $16,000. $16,000 - $10,000 = $6,000. (80% of $10,000 = $8,000. 50% of $6,000 = $3,000) Campaign beneficiary would receive $11,000 ($8,000 + $3,000) total in this example). This is so the the ten causes ISWO supports plus the FFM receive funding.\r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\r\n\r\n \r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2018-04-12 22:11:23','2018-04-13 03:11:23','',441,'https://itstartswithone.org/441-revision-v1/',0,'revision','',0),(893,2,'2018-04-19 09:05:57','2018-04-19 14:05:57','<p style=\"text-align: center;\"><strong>The 2018 Be The One BJJ/MMA Gym of the Year Competition <a href=\"https://itstartswithone.org/betheonecompetition/iswo-roll/\" rel=\"attachment wp-att-878\"><img class=\"alignright size-full wp-image-878\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/iswo-roll.png\" alt=\"\" width=\"423\" height=\"545\" /></a></strong></p>\r\n<p style=\"text-align: center;\">INSTRUCTIONS</p>\r\n<p style=\"text-align: left;\">Instructions to compete for the free Renato Tavares Seminar and the 2018 most charitable gym of the year award.\r\n\r\nStep 1) Your gym must first register to be a $10+ monthly supporter of It Starts With One. (You can do that <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">here</a>. List your gyms name under \"company name\" when checking out.)\r\n\r\nStep 2) Your gym then has 30 days to raise funds for the Be The One Campaign. (For ideas and suggestions the produce great results email us at <a href=\"mailto:iswoinc@gmail.com\">iswoinc@gmail.com</a>) (Your gym can donate raised funds <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">here</a>. List your gyms name under \"company name\" when checking out.)\r\n\r\nThe winning gym will be named and recognized December 2018.\r\n\r\nIMPORTANT: List your gyms name under \"company name\" when checking out.\r\n\r\n<strong>Recurring monthly donations count x 12. Example: Recurring $10/month x 12 = $120 towards your gyms total numbers.</strong></p>\r\nTHE GYM THAT RAISES THE MOST DONATIONS WILL RECEIVE A <strong>FREE SEMINAR FROM MASTER RENATO TAVARES</strong> & A PLAQUE AWARD BEING NAMED THE <em>ISWO</em> MOST CHARITABLE BJJ/MMA GYM OF THE YEAR!','2018 BJJ & MMA Gym Competition','','inherit','closed','closed','','843-revision-v1','','','2018-04-19 09:05:57','2018-04-19 14:05:57','',843,'https://itstartswithone.org/843-revision-v1/',0,'revision','',0),(894,2,'2018-04-19 09:06:55','2018-04-19 14:06:55','<p style=\"text-align: center;\"><strong>The 2018 Be The One BJJ/MMA Gym of the Year Competition <a href=\"https://itstartswithone.org/betheonecompetition/iswo-roll/\" rel=\"attachment wp-att-878\"><img class=\"alignright size-full wp-image-878\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/iswo-roll.png\" alt=\"\" width=\"423\" height=\"545\" /></a></strong></p>\r\n<p style=\"text-align: center;\">INSTRUCTIONS</p>\r\n<p style=\"text-align: left;\">Instructions to compete for the free Renato Tavares Seminar and the 2018 most charitable gym of the year award.</p>\r\nStep 1) Your gym must first register to be a $10+ monthly supporter of It Starts With One. (You can do that <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">here</a>. List your gyms name under \"company name\" when checking out.)\r\n\r\nStep 2) Your gym then has 30 days to raise funds for the Be The One Campaign. (For ideas and suggestions the produce great results email us at <a href=\"mailto:iswoinc@gmail.com\">iswoinc@gmail.com</a>) (Your gym can donate raised funds <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">here</a>. List your gyms name under \"company name\" when checking out.)\r\n\r\nThe winning gym will be named and recognized December 2018.\r\n\r\nIMPORTANT: List your gyms name under \"company name\" when checking out.\r\n\r\n<strong>Recurring monthly donations count x 12. Example: Recurring $10/month x 12 = $120 towards your gyms total numbers.</strong>\r\n\r\nTHE GYM THAT RAISES THE MOST DONATIONS WILL RECEIVE A <strong>FREE SEMINAR FROM MASTER RENATO TAVARES</strong> & A PLAQUE AWARD BEING NAMED THE <em>ISWO</em> MOST CHARITABLE BJJ/MMA GYM OF THE YEAR!','2018 BJJ & MMA Gym Competition','','inherit','closed','closed','','843-revision-v1','','','2018-04-19 09:06:55','2018-04-19 14:06:55','',843,'https://itstartswithone.org/843-revision-v1/',0,'revision','',0),(896,2,'2018-04-19 09:09:31','2018-04-19 14:09:31','<p style=\"text-align: center;\"><a href=\"https://cornerstonecoaching.mykajabi.com/p/it-starts-with-one-3\">Be The One Campaign - CrossFit Gyms Partnership Video</a></p>\r\n<p style=\"text-align: center;\"><strong>The 2018 Be The One CrossFit Gym of the Year Competition <a href=\"https://itstartswithone.org/betheonecompetition/iswo-roll/\" rel=\"attachment wp-att-878\"><img class=\"alignright size-full wp-image-878\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/iswo-roll.png\" alt=\"\" width=\"423\" height=\"545\" /></a></strong></p>\r\n<p style=\"text-align: center;\">INSTRUCTIONS</p>\r\n<p style=\"text-align: left;\">Instructions to compete for the 2018 most charitable gym of the year award.</p>\r\nStep 1) Your gym must first register to be a $10+ monthly supporter of It Starts With One. (You can do that <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">here</a>. List your gyms name under \"company name\" when checking out.)\r\n\r\nStep 2) Your gym then has 30 days to raise funds for the Be The One Campaign. (For ideas and suggestions the produce great results email us at <a href=\"mailto:iswoinc@gmail.com\">iswoinc@gmail.com</a>) (Your gym can donate raised funds <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">here</a>. List your gyms name under \"company name\" when checking out.)\r\n\r\nThe winning gym will be named and recognized December 2018.\r\n\r\nIMPORTANT: List your gyms name under \"company name\" when checking out.\r\n\r\n<strong>Recurring monthly donations count x 12. Example: Recurring $10/month x 12 = $120 towards your gyms total numbers.</strong>\r\n\r\nTHE GYM THAT RAISES THE MOST DONATIONS WILL RECEIVE A PLAQUE AWARD BEING NAMED THE <em>ISWO</em> MOST CHARITABLE GYM OF THE YEAR!','CrossFit','','inherit','closed','closed','','858-revision-v1','','','2018-04-19 09:09:31','2018-04-19 14:09:31','',858,'https://itstartswithone.org/858-revision-v1/',0,'revision','',0),(898,2,'2018-04-19 10:03:11','2018-04-19 15:03:11','<p style=\"text-align: center;\"><a href=\"https://cornerstonecoaching.mykajabi.com/p/it-starts-with-one-3\">Be The One Campaign - CrossFit Gyms Partnership Video</a></p>\r\n<p style=\"text-align: center;\"><strong>The 2018 Be The One CrossFit Gym of the Year Competition <a href=\"https://itstartswithone.org/crossfit/crossfit-bto-flyer/\" rel=\"attachment wp-att-897\"><img class=\"alignright size-full wp-image-897\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/crossfit-bto-flyer.png\" alt=\"\" width=\"425\" height=\"547\" /></a></strong></p>\r\n<p style=\"text-align: center;\">INSTRUCTIONS</p>\r\n<p style=\"text-align: left;\">Instructions to compete for the 2018 most charitable gym of the year award.</p>\r\nStep 1) Your gym must first register to be a $10+ monthly supporter of It Starts With One. (You can do that <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">here</a>. List your gyms name under \"company name\" when checking out.)\r\n\r\nStep 2) Your gym then has 30 days to raise funds for the Be The One Campaign. (For ideas and suggestions the produce great results email us at <a href=\"mailto:iswoinc@gmail.com\">iswoinc@gmail.com</a>) (Your gym can donate raised funds <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">here</a>. List your gyms name under \"company name\" when checking out.)\r\n\r\nThe winning gym will be named and recognized December 2018.\r\n\r\nIMPORTANT: List your gyms name under \"company name\" when checking out.\r\n\r\n<strong>Recurring monthly donations count x 12. Example: Recurring $10/month x 12 = $120 towards your gyms total numbers.</strong>\r\n\r\nTHE GYM THAT RAISES THE MOST DONATIONS WILL RECEIVE A PLAQUE AWARD BEING NAMED THE <em>ISWO</em> MOST CHARITABLE GYM OF THE YEAR!','CrossFit','','inherit','closed','closed','','858-revision-v1','','','2018-04-19 10:03:11','2018-04-19 15:03:11','',858,'https://itstartswithone.org/858-revision-v1/',0,'revision','',0),(900,2,'2018-04-19 10:06:24','2018-04-19 15:06:24','<p style=\"text-align: center;\"><strong>The 2018 Be The One BJJ/MMA Gym of the Year Competition <a href=\"https://itstartswithone.org/roll/bjj-bto-flyer/\" rel=\"attachment wp-att-899\"><img class=\"alignright size-full wp-image-899\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/bjj-bto-flyer.png\" alt=\"\" width=\"425\" height=\"547\" /></a></strong></p>\r\n<p style=\"text-align: center;\">INSTRUCTIONS</p>\r\n<p style=\"text-align: left;\">Instructions to compete for the free Renato Tavares Seminar and the 2018 most charitable gym of the year award.</p>\r\nStep 1) Your gym must first register to be a $10+ monthly supporter of It Starts With One. (You can do that <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">here</a>. List your gyms name under \"company name\" when checking out.)\r\n\r\nStep 2) Your gym then has 30 days to raise funds for the Be The One Campaign. (For ideas and suggestions the produce great results email us at <a href=\"mailto:iswoinc@gmail.com\">iswoinc@gmail.com</a>) (Your gym can donate raised funds <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">here</a>. List your gyms name under \"company name\" when checking out.)\r\n\r\nThe winning gym will be named and recognized December 2018.\r\n\r\nIMPORTANT: List your gyms name under \"company name\" when checking out.\r\n\r\n<strong>Recurring monthly donations count x 12. Example: Recurring $10/month x 12 = $120 towards your gyms total numbers.</strong>\r\n\r\nTHE GYM THAT RAISES THE MOST DONATIONS WILL RECEIVE A <strong>FREE SEMINAR FROM MASTER RENATO TAVARES</strong> & A PLAQUE AWARD BEING NAMED THE <em>ISWO</em> MOST CHARITABLE BJJ/MMA GYM OF THE YEAR!','2018 BJJ & MMA Gym Competition','','inherit','closed','closed','','843-revision-v1','','','2018-04-19 10:06:24','2018-04-19 15:06:24','',843,'https://itstartswithone.org/843-revision-v1/',0,'revision','',0),(901,2,'2018-04-19 10:07:52','2018-04-19 15:07:52','<p style=\"text-align: center;\"><strong><a href=\"https://cornerstonecoaching.mykajabi.com/p/it-starts-with-one-4\">The 2018 Be The One BJJ/MMA Gym of the Year Competition Video </a><a href=\"https://itstartswithone.org/roll/bjj-bto-flyer/\" rel=\"attachment wp-att-899\"><img class=\"alignright size-full wp-image-899\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/bjj-bto-flyer.png\" alt=\"\" width=\"425\" height=\"547\" /></a></strong></p>\r\n<p style=\"text-align: center;\">INSTRUCTIONS</p>\r\n<p style=\"text-align: left;\">Instructions to compete for the free Renato Tavares Seminar and the 2018 most charitable gym of the year award.</p>\r\nStep 1) Your gym must first register to be a $10+ monthly supporter of It Starts With One. (You can do that <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">here</a>. List your gyms name under \"company name\" when checking out.)\r\n\r\nStep 2) Your gym then has 30 days to raise funds for the Be The One Campaign. (For ideas and suggestions the produce great results email us at <a href=\"mailto:iswoinc@gmail.com\">iswoinc@gmail.com</a>) (Your gym can donate raised funds <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">here</a>. List your gyms name under \"company name\" when checking out.)\r\n\r\nThe winning gym will be named and recognized December 2018.\r\n\r\nIMPORTANT: List your gyms name under \"company name\" when checking out.\r\n\r\n<strong>Recurring monthly donations count x 12. Example: Recurring $10/month x 12 = $120 towards your gyms total numbers.</strong>\r\n\r\nTHE GYM THAT RAISES THE MOST DONATIONS WILL RECEIVE A <strong>FREE SEMINAR FROM MASTER RENATO TAVARES</strong> & A PLAQUE AWARD BEING NAMED THE <em>ISWO</em> MOST CHARITABLE BJJ/MMA GYM OF THE YEAR!','2018 BJJ & MMA Gym Competition','','inherit','closed','closed','','843-revision-v1','','','2018-04-19 10:07:52','2018-04-19 15:07:52','',843,'https://itstartswithone.org/843-revision-v1/',0,'revision','',0),(902,2,'2018-04-19 14:45:59','2018-04-19 19:45:59','<p dir=\"ltr\">Featured Family of the Month (FFM) - The Featured Family of the Month (FFM) is a family or individual struggling with any one of the ten causes we support. Members of ISWO’s board of directors will vet all FFM applicants. Often times the FFM align with the cause of the month or are children battling a form of cancer. FFM’s stories will always be listed on our website or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.</p>\r\n<p dir=\"ltr\" style=\"text-align: center;\">IT STARTS WITH ONE CAUSES</p>\r\n<p dir=\"ltr\">1) AIDS 2) ALS 3) Cancer 4) General Fund 5) Heart Disease 6) Human Trafficking 7) Missions 8) Substance Abuse 9) World Hunger 10) Wounded Veterans</p>\r\n<p dir=\"ltr\">1) AIDS - More than 1.2 million people in the United States are living with HIV infection. It is estimated that almost 1 in 8 (12.8 percent) don\'t know they are infected. From 1981 to 2013, an estimated 1,194,039 people in the United States had been diagnosed with AIDS. Of those, 658,507 have died.</p>\r\n<p dir=\"ltr\">2) ALS - Most people who develop ALS are between the ages of 40 and 70, although the disease can occur at a younger age. It occurs throughout the world with no racial, ethnic or socioeconomic boundaries. It affects as many as 30,000 in the United States, with 5,000 new cases diagnosed each year.</p>\r\n<p dir=\"ltr\">3) Cancer - Cancer is among the leading causes of death worldwide. In 2012, there were 14 million new cases and 8.2 million cancer-related deaths worldwide. The number of new cancer cases will rise to 22 million within the next two decades.</p>\r\n<p dir=\"ltr\">4) Education - With budgets and funding being slashed from most educational programs, It Starts With One uses its Penny Challenge platform to help schools raise needed funding while educating students on the importance of compassion and charity through our Penny Challenge assemblies.</p>\r\n<p dir=\"ltr\">5) General Fund - Everyone needs help from time to time. It is our hope and prayer that with your support, together we can be the change we wish to see in the world. During the darker moments in life (that at one point or another find us all), ISWO wants to be a beacon of light and a ray of hope for those in need.</p>\r\n<p dir=\"ltr\">6) Heart Disease - Cardiovascular disease is the leading global cause of death, accounting for 17.3 million deaths per year, a number that is expected to grow to more than 23.6 million by 2030. In 2008, cardiovascular deaths represented 30 percent of all global deaths, with 80 percent of those deaths taking place in low- and middle-income countries. Nearly 787,000 people in the U.S. died from heart disease, stroke and other\r\ncardiovascular diseases in 2011. That’s about one of every three deaths in America. About 2,150 Americans die each day from these diseases, one every 40 seconds. Cardiovascular diseases claim more lives than all forms of cancer combined.</p>\r\n<p dir=\"ltr\">7) Human Trafficking - Human (or sex) trafficking is a form of modern slavery that exists throughout the United States and globally. Sex traffickers use violence, threats, lies, debt bondage, and other forms of coercion to compel adults and children to engage in commercial sex acts against their will. Under U.S. federal law, any minor under the age of 18 years induced into commercial sex is a victim of sex trafficking—regardless of whether or not the trafficker used force, fraud, or coercion. The situations that sex trafficking victims face vary dramatically. Many victims become romantically involved with someone who then forces or manipulates them into prostitution. Others are lured in with false promises of a job, such as modeling or dancing. Some are forced to sell sex by their parents or other family members. They may be involved in a trafficking situation for a few days or weeks, or may remain in the same trafficking situation for years. There are approximately 4.5 million people trapped in forced sexual exploitation globally and has become a multi-billion dollar industry.</p>\r\n<p dir=\"ltr\">8) Missions - About 71% of the earth is made up of water. Despite that fact approximately 783 million people do not have access to clean water and almost 2.5 billion do not have access to adequate sanitation. 6 to 8 million people die annually from the consequences of disasters and water-related diseases. One of our main missions is to help bring safe and clean water to the millions of people in need. We also fund building projects to create housing, schools and churches for those without adequate shelter and facilities. Missions can include anything that leads to people helping people have better lives.</p>\r\n<p dir=\"ltr\">9) Substance Abuse - According to an article by <a href=\"https://www.cbsnews.com/news/overdoses-are-leading-cause-of-death-americans-under-50/\">CBS news</a> drug overdoses have become the #1 killer of Americans under 50 years old. Substance abuse, also known as drug abuse, is a patterned use of a drug in which the user consumes the substance in amounts or with methods which are harmful to themselves or others, and is a form of substance-related disorder. Widely differing definitions of drug abuse are used in public health, medical and criminal justice contexts. In some cases criminal or anti-social behavior occurs when the person is under the influence of a drug, and long term personality changes in individuals may occur as well. In addition to possible physical, social, and psychological harm, use of some drugs may also lead to criminal penalties, although these vary widely depending on the local jurisdiction. Drugs most often associated with this term Drugs most often associated with this term include: alcohol, cannabis, barbiturates, benzodiazepines, cocaine, methaqualone, opioids and some substituted amphetamines. The exact cause of substance abuse is not clear, with the two predominant theories being: either a genetic disposition which is learned from others, or a habit which if addiction develops, manifests itself as a chronic debilitating disease.</p>\r\n<p dir=\"ltr\">10) Women\'s Health - Unexpected pregnancy can be a scary and worrisome time for women. We provide support to women to help them receive the best care possible for them and their child.</p>\r\n<p dir=\"ltr\">11) World Hunger - The United Nations Food and Agriculture Organization estimates that about 795 million people of the 7.3 billion people in the world, or one in nine, were suffering from chronic undernourishment in 2014-2016. Almost all the hungry people, 780 million, live in developing countries, representing 12.9 percent, or one in eight, of the population of developing counties. There are 11 million people undernourished in developed countries.</p>\r\n<p dir=\"ltr\">12) Wounded Veterans - 3.6 million is the number of veterans with a service-connected disability rating in 2013. Of this number, 957,504 had a rating of 70 percent or higher. A “service-connected” disability is one that was a result of a disease or injury incurred or aggravated during active military service. Often times our wounded vets have to jump through hoops to get the much needed care that they not only have a right to, but deserve.</p>','ISWO Causes','','inherit','closed','closed','','638-revision-v1','','','2018-04-19 14:45:59','2018-04-19 19:45:59','',638,'https://itstartswithone.org/638-revision-v1/',0,'revision','',0),(903,2,'2018-04-19 14:47:40','2018-04-19 19:47:40','<p dir=\"ltr\">Featured Family of the Month (FFM) - The Featured Family of the Month (FFM) is a family or individual struggling with any one of the ten causes we support. Members of ISWO’s board of directors will vet all FFM applicants. Often times the FFM align with the cause of the month or are children battling a form of cancer. FFM’s stories will always be listed on our website or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.</p>\r\n<p dir=\"ltr\" style=\"text-align: center;\">IT STARTS WITH ONE CAUSES</p>\r\n<p dir=\"ltr\">1) AIDS 2) ALS 3) Cancer 4) Education 5) General Fund 6) Heart Disease 7) Human Trafficking 8) Missions 9) Substance Addiction 10) Women\'s Health 11) World Hunger 12) Wounded Veterans</p>\r\n<p dir=\"ltr\">1) AIDS - More than 1.2 million people in the United States are living with HIV infection. It is estimated that almost 1 in 8 (12.8 percent) don\'t know they are infected. From 1981 to 2013, an estimated 1,194,039 people in the United States had been diagnosed with AIDS. Of those, 658,507 have died.</p>\r\n<p dir=\"ltr\">2) ALS - Most people who develop ALS are between the ages of 40 and 70, although the disease can occur at a younger age. It occurs throughout the world with no racial, ethnic or socioeconomic boundaries. It affects as many as 30,000 in the United States, with 5,000 new cases diagnosed each year.</p>\r\n<p dir=\"ltr\">3) Cancer - Cancer is among the leading causes of death worldwide. In 2012, there were 14 million new cases and 8.2 million cancer-related deaths worldwide. The number of new cancer cases will rise to 22 million within the next two decades.</p>\r\n<p dir=\"ltr\">4) Education - With budgets and funding being slashed from most educational programs, It Starts With One uses its Penny Challenge platform to help schools raise needed funding while educating students on the importance of compassion and charity through our Penny Challenge assemblies.</p>\r\n<p dir=\"ltr\">5) General Fund - Everyone needs help from time to time. It is our hope and prayer that with your support, together we can be the change we wish to see in the world. During the darker moments in life (that at one point or another find us all), ISWO wants to be a beacon of light and a ray of hope for those in need.</p>\r\n<p dir=\"ltr\">6) Heart Disease - Cardiovascular disease is the leading global cause of death, accounting for 17.3 million deaths per year, a number that is expected to grow to more than 23.6 million by 2030. In 2008, cardiovascular deaths represented 30 percent of all global deaths, with 80 percent of those deaths taking place in low- and middle-income countries. Nearly 787,000 people in the U.S. died from heart disease, stroke and other\r\ncardiovascular diseases in 2011. That’s about one of every three deaths in America. About 2,150 Americans die each day from these diseases, one every 40 seconds. Cardiovascular diseases claim more lives than all forms of cancer combined.</p>\r\n<p dir=\"ltr\">7) Human Trafficking - Human (or sex) trafficking is a form of modern slavery that exists throughout the United States and globally. Sex traffickers use violence, threats, lies, debt bondage, and other forms of coercion to compel adults and children to engage in commercial sex acts against their will. Under U.S. federal law, any minor under the age of 18 years induced into commercial sex is a victim of sex trafficking—regardless of whether or not the trafficker used force, fraud, or coercion. The situations that sex trafficking victims face vary dramatically. Many victims become romantically involved with someone who then forces or manipulates them into prostitution. Others are lured in with false promises of a job, such as modeling or dancing. Some are forced to sell sex by their parents or other family members. They may be involved in a trafficking situation for a few days or weeks, or may remain in the same trafficking situation for years. There are approximately 4.5 million people trapped in forced sexual exploitation globally and has become a multi-billion dollar industry.</p>\r\n<p dir=\"ltr\">8) Missions - About 71% of the earth is made up of water. Despite that fact approximately 783 million people do not have access to clean water and almost 2.5 billion do not have access to adequate sanitation. 6 to 8 million people die annually from the consequences of disasters and water-related diseases. One of our main missions is to help bring safe and clean water to the millions of people in need. We also fund building projects to create housing, schools and churches for those without adequate shelter and facilities. Missions can include anything that leads to people helping people have better lives.</p>\r\n<p dir=\"ltr\">9) Substance Addiction - According to an article by <a href=\"https://www.cbsnews.com/news/overdoses-are-leading-cause-of-death-americans-under-50/\">CBS news</a> drug overdoses have become the #1 killer of Americans under 50 years old. Substance abuse, also known as drug abuse, is a patterned use of a drug in which the user consumes the substance in amounts or with methods which are harmful to themselves or others, and is a form of substance-related disorder. Widely differing definitions of drug abuse are used in public health, medical and criminal justice contexts. In some cases criminal or anti-social behavior occurs when the person is under the influence of a drug, and long term personality changes in individuals may occur as well. In addition to possible physical, social, and psychological harm, use of some drugs may also lead to criminal penalties, although these vary widely depending on the local jurisdiction. Drugs most often associated with this term Drugs most often associated with this term include: alcohol, cannabis, barbiturates, benzodiazepines, cocaine, methaqualone, opioids and some substituted amphetamines. The exact cause of substance abuse is not clear, with the two predominant theories being: either a genetic disposition which is learned from others, or a habit which if addiction develops, manifests itself as a chronic debilitating disease.</p>\r\n<p dir=\"ltr\">10) Women\'s Health - Unexpected pregnancy can be a scary and worrisome time for women. We provide support to women to help them receive the best care possible for them and their child.</p>\r\n<p dir=\"ltr\">11) World Hunger - The United Nations Food and Agriculture Organization estimates that about 795 million people of the 7.3 billion people in the world, or one in nine, were suffering from chronic undernourishment in 2014-2016. Almost all the hungry people, 780 million, live in developing countries, representing 12.9 percent, or one in eight, of the population of developing counties. There are 11 million people undernourished in developed countries.</p>\r\n<p dir=\"ltr\">12) Wounded Veterans - 3.6 million is the number of veterans with a service-connected disability rating in 2013. Of this number, 957,504 had a rating of 70 percent or higher. A “service-connected” disability is one that was a result of a disease or injury incurred or aggravated during active military service. Often times our wounded vets have to jump through hoops to get the much needed care that they not only have a right to, but deserve.</p>','ISWO Causes','','inherit','closed','closed','','638-revision-v1','','','2018-04-19 14:47:40','2018-04-19 19:47:40','',638,'https://itstartswithone.org/638-revision-v1/',0,'revision','',0),(904,2,'2018-04-19 14:50:20','2018-04-19 19:50:20','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization, EIN # 81-504 6170. We believe that many hands make light work. Our purpose is to inspire people, young and old to play a role in changing the world, first locally in their community and then on a global level. We work to ensure all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a <em>\"Pay It Forward\"</em> movement in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed two ways. The first is to help aid our <em>Featured Family of the Month.</em> The second provides local & global support to the following twelve causes 1) AIDS 2) ALS 3) Cancer 4) Education 5) General Fund 6) Heart Disease 7) Human Trafficking 8) Missions 9) Substance Addiction 10) Women’s Health 11) World Hunger 12) Wounded Veterans\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all six steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are families or individuals struggling with any one of the ten causes we support. Members of ISWO\'s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM\'s stories will always be listed on our website and/or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: For corporate campaigns (such as schools, workplaces, etc) 2.5% of every donation is automatically reserved to be distributed to the twelve causes ISWO supports totaling 30% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims through cause #4 ISWO\'s <em>General Fund</em>. The percentage that is distributed to local FFM\'s is a case by case basis that is voted on by ISWO\'s board of directors. i.e. One family may have $5,000 worth of medical bills whereas another family with a similar illness, in a similar situation may have $50,000 worth of medical bills. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors. 20% <strong>(OR LESS) </strong>is reserved for ISWO\'s overhead costs (salaries, fund raising campaigns, marketing materials, audits etc).\r\n\r\nIt Starts With One will <strong>NEVER</strong> operate where <span style=\"text-decoration: underline;\">any less</span> than 80% of funds raised go to our causes.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs. At ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% <strong>(OR MORE)</strong> going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 5% going towards overhead expenses and 95% going towards charitable programs.\r\n\r\n<strong>Q: What is ISWO\'s budget?</strong>\r\n\r\nA: <a href=\"https://itstartswithone.org/wp-content/uploads/2018/04/ISWO-2018-Budget.pdf\">ISWO 2018 Budget</a>\r\n\r\n<strong>Q: How do personal Penny Challenge campaigns work?</strong>\r\nA: Campaign duration\'s are 30 days. The first day of the campaign is considered the first full day after campaign is initiated. The campaign will end at 11:59:59pm eastern time on the 30th day. For individual campaigns ISWO reserves 2.9% for each credit/debit card transaction, + 30 cents (each transaction) to cover the fees we\'re charged to use the processing company. 5% is reserved to cover the costs associated with running ISWO. The total reserved is 7.9% + 30 cents for each transaction. For corporate campaigns (churches, businesses, schools), all funds raised up to $10,000, the campaign beneficiary will receive 80% of (i.e. $10,000 x 80% = $8000). All funds raised over and above $10,000, the campaign beneficiary will receive 50% (i.e. Total raised $16,000. $16,000 - $10,000 = $6,000. (80% of $10,000 = $8,000. 50% of $6,000 = $3,000) Campaign beneficiary would receive $11,000 ($8,000 + $3,000) total in this example). This is so the the ten causes ISWO supports plus the FFM receive funding.\r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\r\n\r\n \r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2018-04-19 14:50:20','2018-04-19 19:50:20','',441,'https://itstartswithone.org/441-revision-v1/',0,'revision','',0),(905,2,'2018-04-19 14:53:40','2018-04-19 19:53:40','<p style=\"text-align: center;\"><a href=\"https://cornerstonecoaching.mykajabi.com/p/it-starts-with-one-3\">Be The One Campaign - CrossFit Gyms Partnership Video</a></p>\r\n<p style=\"text-align: center;\"><strong>The 2018 Be The One CrossFit Gym of the Year Competition</strong></p>\r\n<p style=\"text-align: center;\"><strong>Or as we like to call it... Burpees for Buck$ </strong></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://itstartswithone.org/crossfit/crossfit-bto-flyer/\" rel=\"attachment wp-att-897\">\r\n<img class=\"alignright size-full wp-image-897\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/crossfit-bto-flyer.png\" alt=\"\" width=\"425\" height=\"547\" /></a></strong></p>\r\n<p style=\"text-align: center;\">INSTRUCTIONS</p>\r\n<p style=\"text-align: left;\">Instructions to compete for the 2018 most charitable gym of the year award.</p>\r\nStep 1) Your gym must first register to be a $10+ monthly supporter of It Starts With One. (You can do that <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">here</a>. List your gyms name under \"company name\" when checking out.)\r\n\r\nStep 2) Your gym then has 30 days to raise funds for the Be The One Campaign. (For ideas and suggestions the produce great results email us at <a href=\"mailto:iswoinc@gmail.com\">iswoinc@gmail.com</a>) (Your gym can donate raised funds <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">here</a>. List your gyms name under \"company name\" when checking out.)\r\n\r\nThe winning gym will be named and recognized December 2018.\r\n\r\nIMPORTANT: List your gyms name under \"company name\" when checking out.\r\n\r\n<strong>Recurring monthly donations count x 12. Example: Recurring $10/month x 12 = $120 towards your gyms total numbers.</strong>\r\n\r\nTHE GYM THAT RAISES THE MOST DONATIONS WILL RECEIVE A PLAQUE AWARD BEING NAMED THE <em>ISWO</em> MOST CHARITABLE GYM OF THE YEAR!','CrossFit','','inherit','closed','closed','','858-autosave-v1','','','2018-04-19 14:53:40','2018-04-19 19:53:40','',858,'https://itstartswithone.org/858-autosave-v1/',0,'revision','',0),(906,2,'2018-04-19 14:54:19','2018-04-19 19:54:19','<p style=\"text-align: center;\"><a href=\"https://cornerstonecoaching.mykajabi.com/p/it-starts-with-one-3\">Be The One Campaign - CrossFit Gyms Partnership Video</a></p>\r\n<p style=\"text-align: center;\"><strong>The 2018 Be The One CrossFit Gym of the Year Competition</strong></p>\r\n<p style=\"text-align: center;\"><strong>Or as we like to call it... Burpees for Buck$ </strong></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://itstartswithone.org/crossfit/crossfit-bto-flyer/\" rel=\"attachment wp-att-897\">\r\n<img class=\"alignright size-full wp-image-897\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/crossfit-bto-flyer.png\" alt=\"\" width=\"425\" height=\"547\" /></a></strong></p>\r\n<p style=\"text-align: center;\">INSTRUCTIONS</p>\r\n<p style=\"text-align: left;\">Instructions to compete for the 2018 most charitable gym of the year award.</p>\r\nStep 1) Your gym must first register to be a $10+ monthly supporter of It Starts With One. (You can do that <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">here</a>. List your gyms name under \"company name\" when checking out.)\r\n\r\nStep 2) Your gym then has 30 days to raise funds for the Be The One Campaign. (For ideas and suggestions the produce great results email us at <a href=\"mailto:iswoinc@gmail.com\">iswoinc@gmail.com</a>) (Your gym can donate raised funds <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">here</a>. List your gyms name under \"company name\" when checking out.)\r\n\r\nThe winning gym will be named and recognized December 2018.\r\n\r\nIMPORTANT: List your gyms name under \"company name\" when checking out.\r\n\r\n<strong>Recurring monthly donations count x 12. Example: Recurring $10/month x 12 = $120 towards your gyms total numbers.</strong>\r\n\r\nTHE GYM THAT RAISES THE MOST DONATIONS WILL RECEIVE A PLAQUE AWARD BEING NAMED THE <em>ISWO</em> MOST CHARITABLE GYM OF THE YEAR!','CrossFit','','inherit','closed','closed','','858-revision-v1','','','2018-04-19 14:54:19','2018-04-19 19:54:19','',858,'https://itstartswithone.org/858-revision-v1/',0,'revision','',0),(908,2,'2018-04-19 16:34:48','2018-04-19 21:34:48','<p style=\"text-align: center;\"><strong><a href=\"https://itstartswithone.mykajabi.com/p/roll\">The 2018 Be The One BJJ/MMA Gym of the Year Competition Video </a><a href=\"https://itstartswithone.org/roll/bjj-bto-flyer/\" rel=\"attachment wp-att-899\"><img class=\"alignright size-full wp-image-899\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/bjj-bto-flyer.png\" alt=\"\" width=\"425\" height=\"547\" /></a></strong></p>\r\n<p style=\"text-align: center;\">INSTRUCTIONS</p>\r\n<p style=\"text-align: left;\">Instructions to compete for the free Renato Tavares Seminar and the 2018 most charitable gym of the year award.</p>\r\nStep 1) Your gym must first register to be a $10+ monthly supporter of It Starts With One. (You can do that <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">here</a>. List your gyms name under \"company name\" when checking out.)\r\n\r\nStep 2) Your gym then has 30 days to raise funds for the Be The One Campaign. (For ideas and suggestions the produce great results email us at <a href=\"mailto:iswoinc@gmail.com\">iswoinc@gmail.com</a>) (Your gym can donate raised funds <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">here</a>. List your gyms name under \"company name\" when checking out.)\r\n\r\nThe winning gym will be named and recognized December 2018.\r\n\r\nIMPORTANT: List your gyms name under \"company name\" when checking out.\r\n\r\n<strong>Recurring monthly donations count x 12. Example: Recurring $10/month x 12 = $120 towards your gyms total numbers.</strong>\r\n\r\nTHE GYM THAT RAISES THE MOST DONATIONS WILL RECEIVE A <strong>FREE SEMINAR FROM MASTER RENATO TAVARES</strong> & A PLAQUE AWARD BEING NAMED THE <em>ISWO</em> MOST CHARITABLE BJJ/MMA GYM OF THE YEAR!','2018 BJJ & MMA Gym Competition','','inherit','closed','closed','','843-revision-v1','','','2018-04-19 16:34:48','2018-04-19 21:34:48','',843,'https://itstartswithone.org/843-revision-v1/',0,'revision','',0),(909,2,'2018-04-19 20:03:09','2018-04-20 01:03:09','<p style=\"text-align: center;\"><a href=\"https://itstartswithone.mykajabi.com/p/crossfit\">Be The One Campaign - CrossFit Gyms Partnership Video</a></p>\r\n<p style=\"text-align: center;\"><strong>The 2018 Be The One CrossFit Gym of the Year Competition</strong></p>\r\n<p style=\"text-align: center;\"><strong>Or as we like to call it... Burpees for Buck$ </strong></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://itstartswithone.org/crossfit/crossfit-bto-flyer/\" rel=\"attachment wp-att-897\">\r\n<img class=\"alignright size-full wp-image-897\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/crossfit-bto-flyer.png\" alt=\"\" width=\"425\" height=\"547\" /></a></strong></p>\r\n<p style=\"text-align: center;\">INSTRUCTIONS</p>\r\n<p style=\"text-align: left;\">Instructions to compete for the 2018 most charitable gym of the year award.</p>\r\nStep 1) Your gym must first register to be a $10+ monthly supporter of It Starts With One. (You can do that <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">here</a>. List your gyms name under \"company name\" when checking out.)\r\n\r\nStep 2) Your gym then has 30 days to raise funds for the Be The One Campaign. (For ideas and suggestions the produce great results email us at <a href=\"mailto:iswoinc@gmail.com\">iswoinc@gmail.com</a>) (Your gym can donate raised funds <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">here</a>. List your gyms name under \"company name\" when checking out.)\r\n\r\nThe winning gym will be named and recognized December 2018.\r\n\r\nIMPORTANT: List your gyms name under \"company name\" when checking out.\r\n\r\n<strong>Recurring monthly donations count x 12. Example: Recurring $10/month x 12 = $120 towards your gyms total numbers.</strong>\r\n\r\nTHE GYM THAT RAISES THE MOST DONATIONS WILL RECEIVE A PLAQUE AWARD BEING NAMED THE <em>ISWO</em> MOST CHARITABLE GYM OF THE YEAR!','CrossFit','','inherit','closed','closed','','858-revision-v1','','','2018-04-19 20:03:09','2018-04-20 01:03:09','',858,'https://itstartswithone.org/858-revision-v1/',0,'revision','',0),(910,2,'2018-04-19 20:05:42','2018-04-20 01:05:42','<a href=\"https://itstartswithone.mykajabi.com/p/chick-fil-a\">Be The One Campaign - Chick-fil-A Partnership</a>','Chick-fil-A','','inherit','closed','closed','','850-revision-v1','','','2018-04-19 20:05:42','2018-04-20 01:05:42','',850,'https://itstartswithone.org/850-revision-v1/',0,'revision','',0),(911,2,'2018-04-19 20:06:40','2018-04-20 01:06:40','<a href=\"https://itstartswithone.mykajabi.com/p/realestate\">Be The One Campaign - Real Estate Agency Partnership</a>','Real Estate Agencies','','inherit','closed','closed','','852-revision-v1','','','2018-04-19 20:06:40','2018-04-20 01:06:40','',852,'https://itstartswithone.org/852-revision-v1/',0,'revision','',0),(912,2,'2018-04-23 07:58:18','2018-04-23 12:58:18','<p dir=\"ltr\">Featured Family of the Month (FFM) - The Featured Family of the Month (FFM) is a family or individual struggling with any one of the ten causes we support. Members of ISWO’s board of directors will vet all FFM applicants. Often times the FFM align with the cause of the month or are children battling a form of cancer. FFM’s stories will always be listed on our website or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.</p>\r\n<p dir=\"ltr\" style=\"text-align: center;\">IT STARTS WITH ONE CAUSES</p>\r\n<p dir=\"ltr\">1) Abused Children/Foster Care 2) AIDS 3) ALS 4) Cancer 5) Education 6) General Fund 7) Heart Disease 8) Human Trafficking 9) Missions 10) Substance Addiction 11) World Hunger 12) Wounded Veterans</p>\r\n<p dir=\"ltr\">1) Abused Children/Foster Care - Every year more than 3.6 million referrals are made to child protection agencies involving more than 6.6 million children (a referral can include multiple children). Over 400,000 American children are in foster care, taken away when their families are in crisis and can’t take care of them. Who are these children? Where do they live? These statistics will help you better understand their world. 415,129 children were in foster care on September 30th, 2014, a 4% increase from 2012. 264,746 children entered care - that translates to a child entering care every two minutes in the United States. 238,230 children exited foster care. 107,918 children waiting to be adopted on September 30th, 2014. 60,898 children waiting to be adopted whose parental rights (for all living parents) were terminated. 50,644 children adopted with public child welfare agency involvement.</p>\r\n<p dir=\"ltr\">2) AIDS - More than 1.2 million people in the United States are living with HIV infection. It is estimated that almost 1 in 8 (12.8 percent) don\'t know they are infected. From 1981 to 2013, an estimated 1,194,039 people in the United States had been diagnosed with AIDS. Of those, 658,507 have died.</p>\r\n<p dir=\"ltr\">3) ALS - Most people who develop ALS are between the ages of 40 and 70, although the disease can occur at a younger age. It occurs throughout the world with no racial, ethnic or socioeconomic boundaries. It affects as many as 30,000 in the United States, with 5,000 new cases diagnosed each year.</p>\r\n<p dir=\"ltr\">4) Cancer - Cancer is among the leading causes of death worldwide. In 2012, there were 14 million new cases and 8.2 million cancer-related deaths worldwide. The number of new cancer cases will rise to 22 million within the next two decades.</p>\r\n<p dir=\"ltr\">5) Education - With budgets and funding being slashed from most educational programs, It Starts With One uses its Penny Challenge platform to help schools raise needed funding while educating students on the importance of compassion and charity through our Penny Challenge assemblies.</p>\r\n<p dir=\"ltr\">6) General Fund - Everyone needs help from time to time. It is our hope and prayer that with your support, together we can be the change we wish to see in the world. During the darker moments in life (that at one point or another find us all), ISWO wants to be a beacon of light and a ray of hope for those in need.</p>\r\n<p dir=\"ltr\">7) Heart Disease - Cardiovascular disease is the leading global cause of death, accounting for 17.3 million deaths per year, a number that is expected to grow to more than 23.6 million by 2030. In 2008, cardiovascular deaths represented 30 percent of all global deaths, with 80 percent of those deaths taking place in low- and middle-income countries. Nearly 787,000 people in the U.S. died from heart disease, stroke and other\r\ncardiovascular diseases in 2011. That’s about one of every three deaths in America. About 2,150 Americans die each day from these diseases, one every 40 seconds. Cardiovascular diseases claim more lives than all forms of cancer combined.</p>\r\n<p dir=\"ltr\">8) Human Trafficking - Human (or sex) trafficking is a form of modern slavery that exists throughout the United States and globally. Sex traffickers use violence, threats, lies, debt bondage, and other forms of coercion to compel adults and children to engage in commercial sex acts against their will. Under U.S. federal law, any minor under the age of 18 years induced into commercial sex is a victim of sex trafficking—regardless of whether or not the trafficker used force, fraud, or coercion. The situations that sex trafficking victims face vary dramatically. Many victims become romantically involved with someone who then forces or manipulates them into prostitution. Others are lured in with false promises of a job, such as modeling or dancing. Some are forced to sell sex by their parents or other family members. They may be involved in a trafficking situation for a few days or weeks, or may remain in the same trafficking situation for years. There are approximately 4.5 million people trapped in forced sexual exploitation globally and has become a multi-billion dollar industry.</p>\r\n<p dir=\"ltr\">9) Missions - About 71% of the earth is made up of water. Despite that fact approximately 783 million people do not have access to clean water and almost 2.5 billion do not have access to adequate sanitation. 6 to 8 million people die annually from the consequences of disasters and water-related diseases. One of our main missions is to help bring safe and clean water to the millions of people in need. We also fund building projects to create housing, schools and churches for those without adequate shelter and facilities. Missions can include anything that leads to people helping people have better lives.</p>\r\n<p dir=\"ltr\">10) Substance Addiction - According to an article by <a href=\"https://www.cbsnews.com/news/overdoses-are-leading-cause-of-death-americans-under-50/\">CBS news</a> drug overdoses have become the #1 killer of Americans under 50 years old. Substance abuse, also known as drug abuse, is a patterned use of a drug in which the user consumes the substance in amounts or with methods which are harmful to themselves or others, and is a form of substance-related disorder. Widely differing definitions of drug abuse are used in public health, medical and criminal justice contexts. In some cases criminal or anti-social behavior occurs when the person is under the influence of a drug, and long term personality changes in individuals may occur as well. In addition to possible physical, social, and psychological harm, use of some drugs may also lead to criminal penalties, although these vary widely depending on the local jurisdiction. Drugs most often associated with this term Drugs most often associated with this term include: alcohol, cannabis, barbiturates, benzodiazepines, cocaine, methaqualone, opioids and some substituted amphetamines. The exact cause of substance abuse is not clear, with the two predominant theories being: either a genetic disposition which is learned from others, or a habit which if addiction develops, manifests itself as a chronic debilitating disease.</p>\r\n<p dir=\"ltr\">11) World Hunger - The United Nations Food and Agriculture Organization estimates that about 795 million people of the 7.3 billion people in the world, or one in nine, were suffering from chronic undernourishment in 2014-2016. Almost all the hungry people, 780 million, live in developing countries, representing 12.9 percent, or one in eight, of the population of developing counties. There are 11 million people undernourished in developed countries.</p>\r\n<p dir=\"ltr\">12) Wounded Veterans - 3.6 million is the number of veterans with a service-connected disability rating in 2013. Of this number, 957,504 had a rating of 70 percent or higher. A “service-connected” disability is one that was a result of a disease or injury incurred or aggravated during active military service. Often times our wounded vets have to jump through hoops to get the much needed care that they not only have a right to, but deserve.</p>','ISWO Causes','','inherit','closed','closed','','638-revision-v1','','','2018-04-23 07:58:18','2018-04-23 12:58:18','',638,'https://itstartswithone.org/638-revision-v1/',0,'revision','',0),(913,2,'2018-04-23 08:00:17','2018-04-23 13:00:17','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization, EIN # 81-504 6170. We believe that many hands make light work. Our purpose is to inspire people, young and old to play a role in changing the world, first locally in their community and then on a global level. We work to ensure all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a <em>\"Pay It Forward\"</em> movement in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed two ways. The first is to help aid our <em>Featured Family of the Month.</em> The second provides local & global support to the following twelve causes 1) Abused Children/Foster Care 2) AIDS 3) ALS 4) Cancer 5) Education 6) General Fund 7) Heart Disease 8) Human Trafficking 9) Missions 10) Substance Addiction 11) World Hunger 12) Wounded Veterans\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all six steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are families or individuals struggling with any one of the ten causes we support. Members of ISWO\'s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM\'s stories will always be listed on our website and/or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: For corporate campaigns (such as schools, workplaces, etc) 2.5% of every donation is automatically reserved to be distributed to the twelve causes ISWO supports totaling 30% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims through cause #4 ISWO\'s <em>General Fund</em>. The percentage that is distributed to local FFM\'s is a case by case basis that is voted on by ISWO\'s board of directors. i.e. One family may have $5,000 worth of medical bills whereas another family with a similar illness, in a similar situation may have $50,000 worth of medical bills. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors. 20% <strong>(OR LESS) </strong>is reserved for ISWO\'s overhead costs (salaries, fund raising campaigns, marketing materials, audits etc).\r\n\r\nIt Starts With One will <strong>NEVER</strong> operate where <span style=\"text-decoration: underline;\">any less</span> than 80% of funds raised go to our causes.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs. At ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% <strong>(OR MORE)</strong> going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 5% going towards overhead expenses and 95% going towards charitable programs.\r\n\r\n<strong>Q: What is ISWO\'s budget?</strong>\r\n\r\nA: <a href=\"https://itstartswithone.org/wp-content/uploads/2018/04/ISWO-2018-Budget.pdf\">ISWO 2018 Budget</a>\r\n\r\n<strong>Q: How do personal Penny Challenge campaigns work?</strong>\r\nA: Campaign duration\'s are 30 days. The first day of the campaign is considered the first full day after campaign is initiated. The campaign will end at 11:59:59pm eastern time on the 30th day. For individual campaigns ISWO reserves 2.9% for each credit/debit card transaction, + 30 cents (each transaction) to cover the fees we\'re charged to use the processing company. 5% is reserved to cover the costs associated with running ISWO. The total reserved is 7.9% + 30 cents for each transaction. For corporate campaigns (churches, businesses, schools), all funds raised up to $10,000, the campaign beneficiary will receive 80% of (i.e. $10,000 x 80% = $8000). All funds raised over and above $10,000, the campaign beneficiary will receive 50% (i.e. Total raised $16,000. $16,000 - $10,000 = $6,000. (80% of $10,000 = $8,000. 50% of $6,000 = $3,000) Campaign beneficiary would receive $11,000 ($8,000 + $3,000) total in this example). This is so the the ten causes ISWO supports plus the FFM receive funding.\r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\r\n\r\n \r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2018-04-23 08:00:17','2018-04-23 13:00:17','',441,'https://itstartswithone.org/441-revision-v1/',0,'revision','',0),(914,2,'2018-04-23 08:02:29','2018-04-23 13:02:29','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization, EIN # 81-504 6170. We believe that many hands make light work. Our purpose is to inspire people, young and old to play a role in changing the world, first locally in their community and then on a global level. We work to ensure all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a <em>\"Pay It Forward\"</em> movement in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed two ways. The first is to help aid our <em>Featured Family of the Month.</em> The second provides local & global support to the following twelve causes (more about these causes can be found <a href=\"https://itstartswithone.org/causes\">here</a>) 1) Abused Children/Foster Care 2) AIDS 3) ALS 4) Cancer 5) Education 6) General Fund 7) Heart Disease 8) Human Trafficking 9) Missions 10) Substance Addiction 11) World Hunger 12) Wounded Veterans\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all six steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are families or individuals struggling with any one of the ten causes we support. Members of ISWO\'s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM\'s stories will always be listed on our website and/or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: For corporate campaigns (such as schools, workplaces, etc) 2.5% of every donation is automatically reserved to be distributed to the twelve causes ISWO supports totaling 30% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims through cause #4 ISWO\'s <em>General Fund</em>. The percentage that is distributed to local FFM\'s is a case by case basis that is voted on by ISWO\'s board of directors. i.e. One family may have $5,000 worth of medical bills whereas another family with a similar illness, in a similar situation may have $50,000 worth of medical bills. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors. 20% <strong>(OR LESS) </strong>is reserved for ISWO\'s overhead costs (salaries, fund raising campaigns, marketing materials, audits etc).\r\n\r\nIt Starts With One will <strong>NEVER</strong> operate where <span style=\"text-decoration: underline;\">any less</span> than 80% of funds raised go to our causes.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs. At ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% <strong>(OR MORE)</strong> going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 5% going towards overhead expenses and 95% going towards charitable programs.\r\n\r\n<strong>Q: What is ISWO\'s budget?</strong>\r\n\r\nA: <a href=\"https://itstartswithone.org/wp-content/uploads/2018/04/ISWO-2018-Budget.pdf\">ISWO 2018 Budget</a>\r\n\r\n<strong>Q: How do personal Penny Challenge campaigns work?</strong>\r\nA: Campaign duration\'s are 30 days. The first day of the campaign is considered the first full day after campaign is initiated. The campaign will end at 11:59:59pm eastern time on the 30th day. For individual campaigns ISWO reserves 2.9% for each credit/debit card transaction, + 30 cents (each transaction) to cover the fees we\'re charged to use the processing company. 5% is reserved to cover the costs associated with running ISWO. The total reserved is 7.9% + 30 cents for each transaction. For corporate campaigns (churches, businesses, schools), all funds raised up to $10,000, the campaign beneficiary will receive 80% of (i.e. $10,000 x 80% = $8000). All funds raised over and above $10,000, the campaign beneficiary will receive 50% (i.e. Total raised $16,000. $16,000 - $10,000 = $6,000. (80% of $10,000 = $8,000. 50% of $6,000 = $3,000) Campaign beneficiary would receive $11,000 ($8,000 + $3,000) total in this example). This is so the the ten causes ISWO supports plus the FFM receive funding.\r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\r\n\r\n \r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2018-04-23 08:02:29','2018-04-23 13:02:29','',441,'https://itstartswithone.org/441-revision-v1/',0,'revision','',0),(915,2,'2018-04-23 08:04:13','2018-04-23 13:04:13','<p dir=\"ltr\">Featured Family of the Month (FFM) - The Featured Family of the Month (FFM) is a family or individual struggling with any one of the ten causes we support. Members of ISWO’s board of directors will vet all FFM applicants. Often times the FFM align with the cause of the month or are children battling a form of cancer. FFM’s stories will always be listed on our website or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.</p>\r\n<p dir=\"ltr\" style=\"text-align: center;\">IT STARTS WITH ONE CAUSES</p>\r\n<p dir=\"ltr\">1) Abused Children/Foster Care 2) AIDS 3) ALS 4) Cancer 5) Education 6) General Fund 7) Heart Disease 8) Human Trafficking 9) Missions 10) Substance Addiction 11) World Hunger 12) Wounded Veterans</p>\r\n<p dir=\"ltr\">1) Abused Children/Foster Care - Every year more than 3.6 million referrals are made to child protection agencies involving more than 6.6 million children (a referral can include multiple children). Over 400,000 American children are in foster care, taken away when their families are in crisis and can’t take care of them. Who are these children? Where do they live? These statistics will help you better understand their world. 415,129 children were in foster care on September 30th, 2014, a 4% increase from 2012. 264,746 children entered care - that translates to a child entering care every two minutes in the United States. 238,230 children exited foster care. 107,918 children waiting to be adopted on September 30th, 2014. 60,898 children waiting to be adopted whose parental rights (for all living parents) were terminated. 50,644 children adopted with public child welfare agency involvement.</p>\r\n<p dir=\"ltr\">2) AIDS - More than 1.2 million people in the United States are living with HIV infection. It is estimated that almost 1 in 8 (12.8 percent) don\'t know they are infected. From 1981 to 2013, an estimated 1,194,039 people in the United States had been diagnosed with AIDS. Of those, 658,507 have died.</p>\r\n<p dir=\"ltr\">3) ALS - Most people who develop ALS are between the ages of 40 and 70, although the disease can occur at a younger age. It occurs throughout the world with no racial, ethnic or socioeconomic boundaries. It affects as many as 30,000 in the United States, with 5,000 new cases diagnosed each year.</p>\r\n<p dir=\"ltr\">4) Cancer - Cancer is among the leading causes of death worldwide. In 2012, there were 14 million new cases and 8.2 million cancer-related deaths worldwide. The number of new cancer cases will rise to 22 million within the next two decades.</p>\r\n<p dir=\"ltr\">5) Education - With budgets and funding being slashed from most educational programs, It Starts With One uses its Penny Challenge platform to help schools raise needed funding while educating students on the importance of compassion and charity through our Penny Challenge assemblies.</p>\r\n<p dir=\"ltr\">6) General Fund - Everyone needs help from time to time. It is our hope and prayer that with your support, together we can be the change we wish to see in the world. During the darker moments in life (that at one point or another find us all), ISWO wants to be a beacon of light and a ray of hope for those in need.</p>\r\n<p dir=\"ltr\">7) Heart Disease - Cardiovascular disease is the leading global cause of death, accounting for 17.3 million deaths per year, a number that is expected to grow to more than 23.6 million by 2030. In 2008, cardiovascular deaths represented 30 percent of all global deaths, with 80 percent of those deaths taking place in low- and middle-income countries. Nearly 787,000 people in the U.S. died from heart disease, stroke and other\r\ncardiovascular diseases in 2011. That’s about one of every three deaths in America. About 2,150 Americans die each day from these diseases, one every 40 seconds. Cardiovascular diseases claim more lives than all forms of cancer combined.</p>\r\n<p dir=\"ltr\">8) Human Trafficking - Human (or sex) trafficking is a form of modern slavery that exists throughout the United States and globally. Sex traffickers use violence, threats, lies, debt bondage, and other forms of coercion to compel adults and children to engage in commercial sex acts against their will. Under U.S. federal law, any minor under the age of 18 years induced into commercial sex is a victim of sex trafficking—regardless of whether or not the trafficker used force, fraud, or coercion. The situations that sex trafficking victims face vary dramatically. Many victims become romantically involved with someone who then forces or manipulates them into prostitution. Others are lured in with false promises of a job, such as modeling or dancing. Some are forced to sell sex by their parents or other family members. They may be involved in a trafficking situation for a few days or weeks, or may remain in the same trafficking situation for years. There are approximately 4.5 million people trapped in forced sexual exploitation globally and has become a multi-billion dollar industry.</p>\r\n<p dir=\"ltr\">9) Missions - About 71% of the earth is made up of water. Despite that fact approximately 783 million people do not have access to clean water and almost 2.5 billion do not have access to adequate sanitation. 6 to 8 million people die annually from the consequences of disasters and water-related diseases. One of our main missions is to help bring safe and clean water to the millions of people in need. We also fund building projects to create housing, schools and churches for those without adequate shelter and facilities. Missions can include anything that leads to people helping people have better lives.</p>\r\n<p dir=\"ltr\">10) Substance Addiction - According to an article by <a href=\"https://www.cbsnews.com/news/overdoses-are-leading-cause-of-death-americans-under-50/\">CBS news</a> drug overdoses have become the #1 killer of Americans under 50 years old. Substance abuse, also known as drug abuse, is a patterned use of a drug in which the user consumes the substance in amounts or with methods which are harmful to themselves or others, and is a form of substance-related disorder. Widely differing definitions of drug abuse are used in public health, medical and criminal justice contexts. In some cases criminal or anti-social behavior occurs when the person is under the influence of a drug, and long term personality changes in individuals may occur as well. In addition to possible physical, social, and psychological harm, use of some drugs may also lead to criminal penalties, although these vary widely depending on the local jurisdiction. Drugs most often associated with this term Drugs most often associated with this term include: alcohol, cannabis, barbiturates, benzodiazepines, cocaine, methaqualone, opioids and some substituted amphetamines. The exact cause of substance abuse is not clear, with the two predominant theories being: either a genetic disposition which is learned from others, or a habit which if addiction develops, manifests itself as a chronic debilitating disease.</p>\r\n<p dir=\"ltr\">11) World Hunger - The United Nations Food and Agriculture Organization estimates that about 795 million people of the 7.3 billion people in the world, or one in nine, were suffering from chronic undernourishment in 2014-2016. Almost all the hungry people, 780 million, live in developing countries, representing 12.9 percent, or one in eight, of the population of developing counties. There are 11 million people undernourished in developed countries.</p>\r\n<p dir=\"ltr\">12) Wounded Veterans - 3.6 million is the number of veterans with a service-connected disability rating in 2013. Of this number, 957,504 had a rating of 70 percent or higher. A “service-connected” disability is one that was a result of a disease or injury incurred or aggravated during active military service. Often times our wounded vets have to jump through hoops to get the much needed care that they not only have a right to, but deserve.</p>','Causes','','inherit','closed','closed','','638-revision-v1','','','2018-04-23 08:04:13','2018-04-23 13:04:13','',638,'https://itstartswithone.org/638-revision-v1/',0,'revision','',0),(916,2,'2018-04-23 08:04:29','2018-04-23 13:04:29','<p dir=\"ltr\">Featured Family of the Month (FFM) - The Featured Family of the Month (FFM) is a family or individual struggling with any one of the ten causes we support. Members of ISWO’s board of directors will vet all FFM applicants. Often times the FFM align with the cause of the month or are children battling a form of cancer. FFM’s stories will always be listed on our website or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.</p>\r\n<p dir=\"ltr\" style=\"text-align: center;\">IT STARTS WITH ONE CAUSES</p>\r\n<p dir=\"ltr\">1) Abused Children/Foster Care 2) AIDS 3) ALS 4) Cancer 5) Education 6) General Fund 7) Heart Disease 8) Human Trafficking 9) Missions 10) Substance Addiction 11) World Hunger 12) Wounded Veterans</p>\r\n<p dir=\"ltr\">1) Abused Children/Foster Care - Every year more than 3.6 million referrals are made to child protection agencies involving more than 6.6 million children (a referral can include multiple children). Over 400,000 American children are in foster care, taken away when their families are in crisis and can’t take care of them. Who are these children? Where do they live? These statistics will help you better understand their world. 415,129 children were in foster care on September 30th, 2014, a 4% increase from 2012. 264,746 children entered care - that translates to a child entering care every two minutes in the United States. 238,230 children exited foster care. 107,918 children waiting to be adopted on September 30th, 2014. 60,898 children waiting to be adopted whose parental rights (for all living parents) were terminated. 50,644 children adopted with public child welfare agency involvement.</p>\r\n<p dir=\"ltr\">2) AIDS - More than 1.2 million people in the United States are living with HIV infection. It is estimated that almost 1 in 8 (12.8 percent) don\'t know they are infected. From 1981 to 2013, an estimated 1,194,039 people in the United States had been diagnosed with AIDS. Of those, 658,507 have died.</p>\r\n<p dir=\"ltr\">3) ALS - Most people who develop ALS are between the ages of 40 and 70, although the disease can occur at a younger age. It occurs throughout the world with no racial, ethnic or socioeconomic boundaries. It affects as many as 30,000 in the United States, with 5,000 new cases diagnosed each year.</p>\r\n<p dir=\"ltr\">4) Cancer - Cancer is among the leading causes of death worldwide. In 2012, there were 14 million new cases and 8.2 million cancer-related deaths worldwide. The number of new cancer cases will rise to 22 million within the next two decades.</p>\r\n<p dir=\"ltr\">5) Education - With budgets and funding being slashed from most educational programs, It Starts With One uses its Penny Challenge platform to help schools raise needed funding while educating students on the importance of compassion and charity through our Penny Challenge assemblies.</p>\r\n<p dir=\"ltr\">6) General Fund - Everyone needs help from time to time. It is our hope and prayer that with your support, together we can be the change we wish to see in the world. During the darker moments in life (that at one point or another find us all), ISWO wants to be a beacon of light and a ray of hope for those in need.</p>\r\n<p dir=\"ltr\">7) Heart Disease - Cardiovascular disease is the leading global cause of death, accounting for 17.3 million deaths per year, a number that is expected to grow to more than 23.6 million by 2030. In 2008, cardiovascular deaths represented 30 percent of all global deaths, with 80 percent of those deaths taking place in low- and middle-income countries. Nearly 787,000 people in the U.S. died from heart disease, stroke and other\r\ncardiovascular diseases in 2011. That’s about one of every three deaths in America. About 2,150 Americans die each day from these diseases, one every 40 seconds. Cardiovascular diseases claim more lives than all forms of cancer combined.</p>\r\n<p dir=\"ltr\">8) Human Trafficking - Human (or sex) trafficking is a form of modern slavery that exists throughout the United States and globally. Sex traffickers use violence, threats, lies, debt bondage, and other forms of coercion to compel adults and children to engage in commercial sex acts against their will. Under U.S. federal law, any minor under the age of 18 years induced into commercial sex is a victim of sex trafficking—regardless of whether or not the trafficker used force, fraud, or coercion. The situations that sex trafficking victims face vary dramatically. Many victims become romantically involved with someone who then forces or manipulates them into prostitution. Others are lured in with false promises of a job, such as modeling or dancing. Some are forced to sell sex by their parents or other family members. They may be involved in a trafficking situation for a few days or weeks, or may remain in the same trafficking situation for years. There are approximately 4.5 million people trapped in forced sexual exploitation globally and has become a multi-billion dollar industry.</p>\r\n<p dir=\"ltr\">9) Missions - About 71% of the earth is made up of water. Despite that fact approximately 783 million people do not have access to clean water and almost 2.5 billion do not have access to adequate sanitation. 6 to 8 million people die annually from the consequences of disasters and water-related diseases. One of our main missions is to help bring safe and clean water to the millions of people in need. We also fund building projects to create housing, schools and churches for those without adequate shelter and facilities. Missions can include anything that leads to people helping people have better lives.</p>\r\n<p dir=\"ltr\">10) Substance Addiction - According to an article by <a href=\"https://www.cbsnews.com/news/overdoses-are-leading-cause-of-death-americans-under-50/\">CBS news</a> drug overdoses have become the #1 killer of Americans under 50 years old. Substance abuse, also known as drug abuse, is a patterned use of a drug in which the user consumes the substance in amounts or with methods which are harmful to themselves or others, and is a form of substance-related disorder. Widely differing definitions of drug abuse are used in public health, medical and criminal justice contexts. In some cases criminal or anti-social behavior occurs when the person is under the influence of a drug, and long term personality changes in individuals may occur as well. In addition to possible physical, social, and psychological harm, use of some drugs may also lead to criminal penalties, although these vary widely depending on the local jurisdiction. Drugs most often associated with this term Drugs most often associated with this term include: alcohol, cannabis, barbiturates, benzodiazepines, cocaine, methaqualone, opioids and some substituted amphetamines. The exact cause of substance abuse is not clear, with the two predominant theories being: either a genetic disposition which is learned from others, or a habit which if addiction develops, manifests itself as a chronic debilitating disease.</p>\r\n<p dir=\"ltr\">11) World Hunger - The United Nations Food and Agriculture Organization estimates that about 795 million people of the 7.3 billion people in the world, or one in nine, were suffering from chronic undernourishment in 2014-2016. Almost all the hungry people, 780 million, live in developing countries, representing 12.9 percent, or one in eight, of the population of developing counties. There are 11 million people undernourished in developed countries.</p>\r\n<p dir=\"ltr\">12) Wounded Veterans - 3.6 million is the number of veterans with a service-connected disability rating in 2013. Of this number, 957,504 had a rating of 70 percent or higher. A “service-connected” disability is one that was a result of a disease or injury incurred or aggravated during active military service. Often times our wounded vets have to jump through hoops to get the much needed care that they not only have a right to, but deserve.</p>','It Starts With One\'s Causes','','inherit','closed','closed','','638-revision-v1','','','2018-04-23 08:04:29','2018-04-23 13:04:29','',638,'https://itstartswithone.org/638-revision-v1/',0,'revision','',0),(917,2,'2018-04-23 08:05:19','2018-04-23 13:05:19','<p dir=\"ltr\">Featured Family of the Month (FFM) - The Featured Family of the Month (FFM) is a family or individual struggling with any one of the ten causes we support. Members of ISWO’s board of directors will vet all FFM applicants. Often times the FFM align with the cause of the month or are children battling a form of cancer. FFM’s stories will always be listed on our website or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.</p>\r\n<p dir=\"ltr\" style=\"text-align: center;\">IT STARTS WITH ONE CAUSES</p>\r\n<p dir=\"ltr\">1) Abused Children/Foster Care 2) AIDS 3) ALS 4) Cancer 5) Education 6) General Fund 7) Heart Disease 8) Human Trafficking 9) Missions 10) Substance Addiction 11) World Hunger 12) Wounded Veterans</p>\r\n<p dir=\"ltr\">1) Abused Children/Foster Care - Every year more than 3.6 million referrals are made to child protection agencies involving more than 6.6 million children (a referral can include multiple children). Over 400,000 American children are in foster care, taken away when their families are in crisis and can’t take care of them. Who are these children? Where do they live? These statistics will help you better understand their world. 415,129 children were in foster care on September 30th, 2014, a 4% increase from 2012. 264,746 children entered care - that translates to a child entering care every two minutes in the United States. 238,230 children exited foster care. 107,918 children waiting to be adopted on September 30th, 2014. 60,898 children waiting to be adopted whose parental rights (for all living parents) were terminated. 50,644 children adopted with public child welfare agency involvement.</p>\r\n<p dir=\"ltr\">2) AIDS - More than 1.2 million people in the United States are living with HIV infection. It is estimated that almost 1 in 8 (12.8 percent) don\'t know they are infected. From 1981 to 2013, an estimated 1,194,039 people in the United States had been diagnosed with AIDS. Of those, 658,507 have died.</p>\r\n<p dir=\"ltr\">3) ALS - Most people who develop ALS are between the ages of 40 and 70, although the disease can occur at a younger age. It occurs throughout the world with no racial, ethnic or socioeconomic boundaries. It affects as many as 30,000 in the United States, with 5,000 new cases diagnosed each year.</p>\r\n<p dir=\"ltr\">4) Cancer - Cancer is among the leading causes of death worldwide. In 2012, there were 14 million new cases and 8.2 million cancer-related deaths worldwide. The number of new cancer cases will rise to 22 million within the next two decades.</p>\r\n<p dir=\"ltr\">5) Education - With budgets and funding being slashed from most educational programs, It Starts With One uses its Penny Challenge platform to help schools raise needed funding while educating students on the importance of compassion and charity through our Penny Challenge assemblies.</p>\r\n<p dir=\"ltr\">6) General Fund - Everyone needs help from time to time. It is our hope and prayer that with your support, together we can be the change we wish to see in the world. During the darker moments in life (that at one point or another find us all), ISWO wants to be a beacon of light and a ray of hope for those in need.</p>\r\n<p dir=\"ltr\">7) Heart Disease - Cardiovascular disease is the leading global cause of death, accounting for 17.3 million deaths per year, a number that is expected to grow to more than 23.6 million by 2030. In 2008, cardiovascular deaths represented 30 percent of all global deaths, with 80 percent of those deaths taking place in low- and middle-income countries. Nearly 787,000 people in the U.S. died from heart disease, stroke and other\r\ncardiovascular diseases in 2011. That’s about one of every three deaths in America. About 2,150 Americans die each day from these diseases, one every 40 seconds. Cardiovascular diseases claim more lives than all forms of cancer combined.</p>\r\n<p dir=\"ltr\">8) Human Trafficking - Human (or sex) trafficking is a form of modern slavery that exists throughout the United States and globally. Sex traffickers use violence, threats, lies, debt bondage, and other forms of coercion to compel adults and children to engage in commercial sex acts against their will. Under U.S. federal law, any minor under the age of 18 years induced into commercial sex is a victim of sex trafficking—regardless of whether or not the trafficker used force, fraud, or coercion. The situations that sex trafficking victims face vary dramatically. Many victims become romantically involved with someone who then forces or manipulates them into prostitution. Others are lured in with false promises of a job, such as modeling or dancing. Some are forced to sell sex by their parents or other family members. They may be involved in a trafficking situation for a few days or weeks, or may remain in the same trafficking situation for years. There are approximately 4.5 million people trapped in forced sexual exploitation globally and has become a multi-billion dollar industry.</p>\r\n<p dir=\"ltr\">9) Missions - About 71% of the earth is made up of water. Despite that fact approximately 783 million people do not have access to clean water and almost 2.5 billion do not have access to adequate sanitation. 6 to 8 million people die annually from the consequences of disasters and water-related diseases. One of our main missions is to help bring safe and clean water to the millions of people in need. We also fund building projects to create housing, schools and churches for those without adequate shelter and facilities. Missions can include anything that leads to people helping people have better lives.</p>\r\n<p dir=\"ltr\">10) Substance Addiction - According to an article by <a href=\"https://www.cbsnews.com/news/overdoses-are-leading-cause-of-death-americans-under-50/\">CBS news</a> drug overdoses have become the #1 killer of Americans under 50 years old. Substance abuse, also known as drug abuse, is a patterned use of a drug in which the user consumes the substance in amounts or with methods which are harmful to themselves or others, and is a form of substance-related disorder. Widely differing definitions of drug abuse are used in public health, medical and criminal justice contexts. In some cases criminal or anti-social behavior occurs when the person is under the influence of a drug, and long term personality changes in individuals may occur as well. In addition to possible physical, social, and psychological harm, use of some drugs may also lead to criminal penalties, although these vary widely depending on the local jurisdiction. Drugs most often associated with this term Drugs most often associated with this term include: alcohol, cannabis, barbiturates, benzodiazepines, cocaine, methaqualone, opioids and some substituted amphetamines. The exact cause of substance abuse is not clear, with the two predominant theories being: either a genetic disposition which is learned from others, or a habit which if addiction develops, manifests itself as a chronic debilitating disease.</p>\r\n<p dir=\"ltr\">11) World Hunger - The United Nations Food and Agriculture Organization estimates that about 795 million people of the 7.3 billion people in the world, or one in nine, were suffering from chronic undernourishment in 2014-2016. Almost all the hungry people, 780 million, live in developing countries, representing 12.9 percent, or one in eight, of the population of developing counties. There are 11 million people undernourished in developed countries.</p>\r\n<p dir=\"ltr\">12) Wounded Veterans - 3.6 million is the number of veterans with a service-connected disability rating in 2013. Of this number, 957,504 had a rating of 70 percent or higher. A “service-connected” disability is one that was a result of a disease or injury incurred or aggravated during active military service. Often times our wounded vets have to jump through hoops to get the much needed care that they not only have a right to, but deserve.</p>','Our Causes','','inherit','closed','closed','','638-revision-v1','','','2018-04-23 08:05:19','2018-04-23 13:05:19','',638,'https://itstartswithone.org/638-revision-v1/',0,'revision','',0),(918,2,'2018-04-23 08:14:59','2018-04-23 13:14:59','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization, EIN # 81-504 6170. We believe that many hands make light work. Our purpose is to inspire people, young and old to play a role in changing the world, first locally in their community and then on a global level. We work to ensure all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a <em>\"Pay It Forward\"</em> movement in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed in the following ways: A minimum of 30% is given to the school that participated in The Penny Challenge to provide funding for under-funded programs or other needs the school/community has. A minimum of 20% goes to our <em>Featured Family of the Month.</em> 2.5% of every donation is automatically reserved to be distributed to the twelve causes ISWO supports totaling 30% of every donation. Those twelve causes are (more about these causes can be found <a href=\"https://itstartswithone.org/causes\">here</a>) 1) Abused Children/Foster Care 2) AIDS 3) ALS 4) Cancer 5) Education 6) General Fund 7) Heart Disease 8) Human Trafficking 9) Missions 10) Substance Addiction 11) World Hunger 12) Wounded Veterans\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all six steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are families or individuals struggling with any one of the ten causes we support. Members of ISWO\'s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM\'s stories will always be listed on our website and/or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: For corporate campaigns (such as schools, workplaces, etc) 2.5% of every donation is automatically reserved to be distributed to the twelve causes ISWO supports totaling 30% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims through cause #4 ISWO\'s <em>General Fund</em>. The percentage that is distributed to local FFM\'s is a case by case basis that is voted on by ISWO\'s board of directors. i.e. One family may have $5,000 worth of medical bills whereas another family with a similar illness, in a similar situation may have $50,000 worth of medical bills. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors. 20% <strong>(OR LESS) </strong>is reserved for ISWO\'s overhead costs (salaries, fund raising campaigns, marketing materials, audits etc).\r\n\r\nIt Starts With One will <strong>NEVER</strong> operate where <span style=\"text-decoration: underline;\">any less</span> than 80% of funds raised go to our causes.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs. At ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% <strong>(OR MORE)</strong> going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 5% going towards overhead expenses and 95% going towards charitable programs.\r\n\r\n<strong>Q: What is ISWO\'s budget?</strong>\r\n\r\nA: <a href=\"https://itstartswithone.org/wp-content/uploads/2018/04/ISWO-2018-Budget.pdf\">ISWO 2018 Budget</a>\r\n\r\n<strong>Q: How do personal Penny Challenge campaigns work?</strong>\r\nA: Campaign duration\'s are 30 days. The first day of the campaign is considered the first full day after campaign is initiated. The campaign will end at 11:59:59pm eastern time on the 30th day. For individual campaigns ISWO reserves 2.9% for each credit/debit card transaction, + 30 cents (each transaction) to cover the fees we\'re charged to use the processing company. 5% is reserved to cover the costs associated with running ISWO. The total reserved is 7.9% + 30 cents for each transaction. For corporate campaigns (churches, businesses, schools), all funds raised up to $10,000, the campaign beneficiary will receive 80% of (i.e. $10,000 x 80% = $8000). All funds raised over and above $10,000, the campaign beneficiary will receive 50% (i.e. Total raised $16,000. $16,000 - $10,000 = $6,000. (80% of $10,000 = $8,000. 50% of $6,000 = $3,000) Campaign beneficiary would receive $11,000 ($8,000 + $3,000) total in this example). This is so the the ten causes ISWO supports plus the FFM receive funding.\r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\r\n\r\n \r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2018-04-23 08:14:59','2018-04-23 13:14:59','',441,'https://itstartswithone.org/441-revision-v1/',0,'revision','',0),(919,2,'2018-04-23 08:19:47','2018-04-23 13:19:47','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization, EIN # 81-504 6170. We believe that many hands make light work. Our purpose is to inspire people, young and old to play a role in changing the world, first locally in their community and then on a global level. We work to ensure all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a school assembly program in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed in the following ways: A minimum of 30% is given to the school that participated in The Penny Challenge to provide funding for under-funded programs or other needs the school/community has. A minimum of 20% goes to our <em>Featured Family of the Month.</em> 2.5% of every donation is automatically reserved to be distributed to the twelve causes ISWO supports totaling 30% of every donation. Those twelve causes are (more about these causes can be found <a href=\"https://itstartswithone.org/causes\">here</a>) 1) Abused Children/Foster Care 2) AIDS 3) ALS 4) Cancer 5) Education 6) General Fund 7) Heart Disease 8) Human Trafficking 9) Missions 10) Substance Addiction 11) World Hunger 12) Wounded Veterans\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all six steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are families or individuals struggling with any one of the ten causes we support. Members of ISWO\'s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM\'s stories will always be listed on our website and/or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: For corporate campaigns (such as schools, workplaces, etc) 2.5% of every donation is automatically reserved to be distributed to the twelve causes ISWO supports totaling 30% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims through cause #4 ISWO\'s <em>General Fund</em>. The percentage that is distributed to local FFM\'s is a case by case basis that is voted on by ISWO\'s board of directors. i.e. One family may have $5,000 worth of medical bills whereas another family with a similar illness, in a similar situation may have $50,000 worth of medical bills. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors. 20% <strong>(OR LESS) </strong>is reserved for ISWO\'s overhead costs (salaries, fund raising campaigns, marketing materials, audits etc).\r\n\r\nIt Starts With One will <strong>NEVER</strong> operate where <span style=\"text-decoration: underline;\">any less</span> than 80% of funds raised go to our causes.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs. At ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% <strong>(OR MORE)</strong> going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 5% going towards overhead expenses and 95% going towards charitable programs.\r\n\r\n<strong>Q: What is ISWO\'s budget?</strong>\r\n\r\nA: <a href=\"https://itstartswithone.org/wp-content/uploads/2018/04/ISWO-2018-Budget.pdf\">ISWO 2018 Budget</a>\r\n\r\n<strong>Q: How do personal Penny Challenge campaigns work?</strong>\r\nA: Campaign duration\'s are 30 days. The first day of the campaign is considered the first full day after campaign is initiated. The campaign will end at 11:59:59pm eastern time on the 30th day. For individual campaigns ISWO reserves 2.9% for each credit/debit card transaction, + 30 cents (each transaction) to cover the fees we\'re charged to use the processing company. 5% is reserved to cover the costs associated with running ISWO. The total reserved is 7.9% + 30 cents for each transaction. For corporate campaigns (churches, businesses, schools), all funds raised up to $10,000, the campaign beneficiary will receive 80% of (i.e. $10,000 x 80% = $8000). All funds raised over and above $10,000, the campaign beneficiary will receive 50% (i.e. Total raised $16,000. $16,000 - $10,000 = $6,000. (80% of $10,000 = $8,000. 50% of $6,000 = $3,000) Campaign beneficiary would receive $11,000 ($8,000 + $3,000) total in this example). This is so the the ten causes ISWO supports plus the FFM receive funding.\r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\r\n\r\n \r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2018-04-23 08:19:47','2018-04-23 13:19:47','',441,'https://itstartswithone.org/441-revision-v1/',0,'revision','',0),(920,2,'2018-04-23 08:54:58','2018-04-23 13:54:58','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization, EIN # 81-504 6170. We believe that many hands make light work. Our purpose is to inspire people, young and old to play a role in changing the world, first locally in their community and then on a global level. We work to ensure all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a school assembly program in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed in the following ways: A minimum of 30% is given back to the school that participated in The Penny Challenge to provide funding for under-funded programs or other needs the school/community has. A minimum of 20% goes to our <em>Featured Family of the Month.</em> 2.5% of every donation is automatically reserved to be distributed to the twelve causes ISWO supports totaling 30% of every donation. Those twelve causes are (more about these causes can be found <a href=\"https://itstartswithone.org/causes\">here</a>) 1) Abused Children/Foster Care 2) AIDS 3) ALS 4) Cancer 5) Education 6) General Fund 7) Heart Disease 8) Human Trafficking 9) Missions 10) Substance Addiction 11) World Hunger 12) Wounded Veterans\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all six steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are families or individuals struggling with any one of the ten causes we support. Members of ISWO\'s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM\'s stories will always be listed on our website and/or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: For corporate campaigns (such as schools, workplaces, etc) 2.5% of every donation is automatically reserved to be distributed to the twelve causes ISWO supports totaling 30% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims through cause #4 ISWO\'s <em>General Fund</em>. The percentage that is distributed to local FFM\'s is a case by case basis that is voted on by ISWO\'s board of directors. i.e. One family may have $5,000 worth of medical bills whereas another family with a similar illness, in a similar situation may have $50,000 worth of medical bills. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors. 20% <strong>(OR LESS) </strong>is reserved for ISWO\'s overhead costs (salaries, fund raising campaigns, marketing materials, audits etc).\r\n\r\nIt Starts With One will <strong>NEVER</strong> operate where <span style=\"text-decoration: underline;\">any less</span> than 80% of funds raised go to our causes.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs. At ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% <strong>(OR MORE)</strong> going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 5% going towards overhead expenses and 95% going towards charitable programs.\r\n\r\n<strong>Q: What is ISWO\'s budget?</strong>\r\n\r\nA: <a href=\"https://itstartswithone.org/wp-content/uploads/2018/04/ISWO-2018-Budget.pdf\">ISWO 2018 Budget</a>\r\n\r\n<strong>Q: How do personal Penny Challenge campaigns work?</strong>\r\nA: Campaign duration\'s are 30 days. The first day of the campaign is considered the first full day after campaign is initiated. The campaign will end at 11:59:59pm eastern time on the 30th day. For individual campaigns ISWO reserves 2.9% for each credit/debit card transaction, + 30 cents (each transaction) to cover the fees we\'re charged to use the processing company. 5% is reserved to cover the costs associated with running ISWO. The total reserved is 7.9% + 30 cents for each transaction. For corporate campaigns (churches, businesses, schools), all funds raised up to $10,000, the campaign beneficiary will receive 80% of (i.e. $10,000 x 80% = $8000). All funds raised over and above $10,000, the campaign beneficiary will receive 50% (i.e. Total raised $16,000. $16,000 - $10,000 = $6,000. (80% of $10,000 = $8,000. 50% of $6,000 = $3,000) Campaign beneficiary would receive $11,000 ($8,000 + $3,000) total in this example). This is so the the ten causes ISWO supports plus the FFM receive funding.\r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\r\n\r\n \r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2018-04-23 08:54:58','2018-04-23 13:54:58','',441,'https://itstartswithone.org/441-revision-v1/',0,'revision','',0),(921,2,'2018-04-23 09:39:17','2018-04-23 14:39:17','<a href=\"https://itstartswithone.org/one-minute-challenge/copy-of-iswo-1-minute-challenge-sheet-3/\" rel=\"attachment wp-att-953\"><img class=\"alignright size-full wp-image-953\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/Copy-of-ISWO-1-Minute-Challenge-Sheet-3.jpeg\" alt=\"\" width=\"2550\" height=\"3300\" /></a>','One Minute Challenge','','publish','closed','closed','','one-minute-challenge','','','2018-04-28 09:26:22','2018-04-28 14:26:22','',0,'https://itstartswithone.org/?page_id=921',0,'page','',0),(922,2,'2018-04-23 09:33:05','2018-04-23 14:33:05','','1 Minute Challenge','','inherit','closed','closed','','1-minute-challenge','','','2018-04-23 09:33:05','2018-04-23 14:33:05','',921,'https://itstartswithone.org/wp-content/uploads/2018/04/1-Minute-Challenge.pdf',0,'attachment','application/pdf',0),(923,2,'2018-04-23 09:39:17','2018-04-23 14:39:17','<a href=\"https://itstartswithone.org/?attachment_id=922\" rel=\"attachment wp-att-922\">1 Minute Challenge</a>','One Minute Challenge','','inherit','closed','closed','','921-revision-v1','','','2018-04-23 09:39:17','2018-04-23 14:39:17','',921,'https://itstartswithone.org/921-revision-v1/',0,'revision','',0),(924,2,'2018-04-23 09:39:18','2018-04-23 14:39:18','<a href=\"https://itstartswithone.org/one-minute-challenge/1-minute-challenge/\" rel=\"attachment wp-att-922\">1 Minute Challenge</a>','One Minute Challenge','','inherit','closed','closed','','921-revision-v1','','','2018-04-23 09:39:18','2018-04-23 14:39:18','',921,'https://itstartswithone.org/921-revision-v1/',0,'revision','',0),(926,2,'2018-04-27 07:11:30','2018-04-27 12:11:30','<p dir=\"ltr\">Featured Family of the Month (FFM) - The Featured Family of the Month (FFM) is a child struggling with any one of the twelve causes we support. Members of ISWO’s board of directors will vet all FFM applicants. FFM’s stories will always be listed on our website or in our brochures. Anyone that has a child struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.</p>\r\n<p dir=\"ltr\" style=\"text-align: center;\">IT STARTS WITH ONE CAUSES - ALL FOR CHILDREN (17 & under)</p>\r\n\r\n<div data-section-id=\"1524181623157\">\r\n<div class=\"\">\r\n<div id=\"\" class=\"section section--video_embed section--middle section--medium section--dark section--1524181623157 \">\r\n<div class=\"container\">\r\n<div class=\"row heading\">\r\n<div class=\"col-md-8\">\r\n<p class=\"heading__subtitle\">1) AIDS 2) Cancer 3) Child Abuse 4) Children of Military Men/Women KIA 5) Education 6) General Fund (house fires, hurricanes etc) 7) Heart Disease 8) Human Trafficking 9) Missions (clean water, housing etc) 10) Substance Addiction 11) Teen Pregnancy 12) World Hunger</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p dir=\"ltr\">1) AIDS - More than 1.2 million people in the United States are living with HIV infection. It is estimated that almost 1 in 8 (12.8 percent) don\'t know they are infected. From 1981 to 2013, an estimated 1,194,039 people in the United States had been diagnosed with AIDS. Of those, 658,507 have died.</p>\r\n<p dir=\"ltr\">2) Cancer - Cancer is among the leading causes of death worldwide. In 2012, there were 14 million new cases and 8.2 million cancer-related deaths worldwide. The number of new cancer cases will rise to 22 million within the next two decades.</p>\r\n<p dir=\"ltr\">3) Child Abuse - Every year more than 3.6 million referrals are made to child protection agencies involving more than 6.6 million children (a referral can include multiple children).</p>\r\n<p dir=\"ltr\">4) Children of Military Men/Women KIA - When our brave military men and women make the ultimate sacrifice for our country, they\'re not the only ones that sacrifice. There is a huge void left in their children\'s lives. We do our best to help them fill the void with something positive.</p>\r\n<p dir=\"ltr\">5) Education - With budgets and funding being slashed from most educational programs, It Starts With One uses its Penny Challenge platform to help schools raise needed funding while educating students on the importance of compassion and charity through our Penny Challenge assemblies.</p>\r\n<p dir=\"ltr\">6) General Fund - Everyone needs help from time to time. It is our hope and prayer that with your support, together we can be the change we wish to see in the world. During the darker moments in life (that at one point or another find us all), ISWO wants to be a beacon of light and a ray of hope for those in need.</p>\r\n<p dir=\"ltr\">7) Heart Disease - Cardiovascular disease is the leading global cause of death, accounting for 17.3 million deaths per year, a number that is expected to grow to more than 23.6 million by 2030. In 2008, cardiovascular deaths represented 30 percent of all global deaths, with 80 percent of those deaths taking place in low- and middle-income countries. Nearly 787,000 people in the U.S. died from heart disease, stroke and other\r\ncardiovascular diseases in 2011. That’s about one of every three deaths in America. About 2,150 Americans die each day from these diseases, one every 40 seconds. Cardiovascular diseases claim more lives than all forms of cancer combined.</p>\r\n<p dir=\"ltr\">8) Human Trafficking - Human (or sex) trafficking is a form of modern slavery that exists throughout the United States and globally. Sex traffickers use violence, threats, lies, debt bondage, and other forms of coercion to compel adults and children to engage in commercial sex acts against their will. Under U.S. federal law, any minor under the age of 18 years induced into commercial sex is a victim of sex trafficking—regardless of whether or not the trafficker used force, fraud, or coercion. The situations that sex trafficking victims face vary dramatically. Many victims become romantically involved with someone who then forces or manipulates them into prostitution. Others are lured in with false promises of a job, such as modeling or dancing. Some are forced to sell sex by their parents or other family members. They may be involved in a trafficking situation for a few days or weeks, or may remain in the same trafficking situation for years. There are approximately 4.5 million people trapped in forced sexual exploitation globally and has become a multi-billion dollar industry.</p>\r\n<p dir=\"ltr\">9) Missions - About 71% of the earth is made up of water. Despite that fact approximately 783 million people do not have access to clean water and almost 2.5 billion do not have access to adequate sanitation. 6 to 8 million people die annually from the consequences of disasters and water-related diseases. One of our main missions is to help bring safe and clean water to the millions of people in need. We also fund building projects to create housing, schools and churches for those without adequate shelter and facilities. Missions can include anything that leads to people helping people have better lives.</p>\r\n<p dir=\"ltr\">10) Substance Addiction - According to an article by <a href=\"https://www.cbsnews.com/news/overdoses-are-leading-cause-of-death-americans-under-50/\">CBS news</a> drug overdoses have become the #1 killer of Americans under 50 years old. Substance abuse, also known as drug abuse, is a patterned use of a drug in which the user consumes the substance in amounts or with methods which are harmful to themselves or others, and is a form of substance-related disorder. Widely differing definitions of drug abuse are used in public health, medical and criminal justice contexts. In some cases criminal or anti-social behavior occurs when the person is under the influence of a drug, and long term personality changes in individuals may occur as well. In addition to possible physical, social, and psychological harm, use of some drugs may also lead to criminal penalties, although these vary widely depending on the local jurisdiction. Drugs most often associated with this term Drugs most often associated with this term include: alcohol, cannabis, barbiturates, benzodiazepines, cocaine, methaqualone, opioids and some substituted amphetamines. The exact cause of substance abuse is not clear, with the two predominant theories being: either a genetic disposition which is learned from others, or a habit which if addiction develops, manifests itself as a chronic debilitating disease.</p>\r\n<p dir=\"ltr\">11) Teen Pregnancy - 1. 3 in 10 teen American girls will get pregnant at least once before age 20. That’s nearly 750,000 teen pregnancies every year. Parenthood is the leading reason that teen girls drop out of school. More than 50% of teen mothers never graduate from high school. About 25% of teen moms have a 2nd child within 24 months of their first baby. Less than 2% of teen moms earn a college degree by age 30. The United States has one of the highest teen pregnancy rates in the western industrialized world. In 2011, the teen birthrate in the United States fell to the lowest level recorded in nearly 70 years of tracking teen childbearing. 4 out of 5 teen dads don’t marry the mother of their child. More than half of all mothers on welfare had their first child as a teenager. In fact, two-thirds of families begun by a young, unmarried mother are poor.</p>\r\n<p dir=\"ltr\">12) World Hunger - The United Nations Food and Agriculture Organization estimates that about 795 million people of the 7.3 billion people in the world, or one in nine, were suffering from chronic undernourishment in 2014-2016. Almost all the hungry people, 780 million, live in developing countries, representing 12.9 percent, or one in eight, of the population of developing counties. There are 11 million people undernourished in developed countries.</p>','Our Causes','','inherit','closed','closed','','638-revision-v1','','','2018-04-27 07:11:30','2018-04-27 12:11:30','',638,'https://itstartswithone.org/638-revision-v1/',0,'revision','',0),(927,2,'2018-04-27 07:19:33','2018-04-27 12:19:33','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization, EIN # 81-504 6170. We believe that many hands make light work. Our purpose is to inspire people, young and old to play a role in changing the world, first locally in their community and then on a global level. We work to ensure all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a school assembly program in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed in the following ways: A minimum of 30% is given back to the school that participated in The Penny Challenge to provide funding for under-funded programs or other needs the school/community has. A minimum of 20% goes to our <em>Featured Family of the Month.</em> 2.5% of every donation is automatically reserved to be distributed to the twelve causes ISWO supports totaling 30% of every donation. Those twelve causes are (more about these causes can be found <a href=\"https://itstartswithone.org/causes\">here</a>) 1) AIDS 2) Cancer 3) Child Abuse 4) Children of Military Men/Women KIA 5) Education 6) General Fund (house fires, hurricanes etc) 7) Heart Disease 8) Human Trafficking 9) Missions (clean water, housing etc) 10) Substance Addiction 11) Teen Pregnancy 12) World Hunger\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all six steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are families or individuals struggling with any one of the ten causes we support. Members of ISWO\'s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM\'s stories will always be listed on our website and/or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: For corporate campaigns (such as schools, workplaces, etc) 2.5% of every donation is automatically reserved to be distributed to the twelve causes ISWO supports totaling 30% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims through cause #4 ISWO\'s <em>General Fund</em>. The percentage that is distributed to local FFM\'s is a case by case basis that is voted on by ISWO\'s board of directors. i.e. One family may have $5,000 worth of medical bills whereas another family with a similar illness, in a similar situation may have $50,000 worth of medical bills. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors. 20% <strong>(OR LESS) </strong>is reserved for ISWO\'s overhead costs (salaries, fund raising campaigns, marketing materials, audits etc).\r\n\r\nIt Starts With One will <strong>NEVER</strong> operate where <span style=\"text-decoration: underline;\">any less</span> than 80% of funds raised go to our causes.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs. At ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% <strong>(OR MORE)</strong> going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 5% going towards overhead expenses and 95% going towards charitable programs.\r\n\r\n<strong>Q: What is ISWO\'s budget?</strong>\r\n\r\nA: <a href=\"https://itstartswithone.org/wp-content/uploads/2018/04/ISWO-2018-Budget.pdf\">ISWO 2018 Budget</a>\r\n\r\n<strong>Q: How do personal Penny Challenge campaigns work?</strong>\r\nA: Campaign duration\'s are 30 days. The first day of the campaign is considered the first full day after campaign is initiated. The campaign will end at 11:59:59pm eastern time on the 30th day. For individual campaigns ISWO reserves 2.9% for each credit/debit card transaction, + 30 cents (each transaction) to cover the fees we\'re charged to use the processing company. 5% is reserved to cover the costs associated with running ISWO. The total reserved is 7.9% + 30 cents for each transaction. For corporate campaigns (churches, businesses, schools), all funds raised up to $10,000, the campaign beneficiary will receive 80% of (i.e. $10,000 x 80% = $8000). All funds raised over and above $10,000, the campaign beneficiary will receive 50% (i.e. Total raised $16,000. $16,000 - $10,000 = $6,000. (80% of $10,000 = $8,000. 50% of $6,000 = $3,000) Campaign beneficiary would receive $11,000 ($8,000 + $3,000) total in this example). This is so the the ten causes ISWO supports plus the FFM receive funding.\r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\r\n\r\n \r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2018-04-27 07:19:33','2018-04-27 12:19:33','',441,'https://itstartswithone.org/441-revision-v1/',0,'revision','',0),(928,2,'2018-04-27 07:49:22','2018-04-27 12:49:22','<p dir=\"ltr\"><strong>Mission Statement:</strong></p>\r\n\r\n<h2 class=\"heading__title\">Our mission is to inspire ALL people, both young & old to play a role in charity for children facing dire circumstances.</h2>','Our Mission','','inherit','closed','closed','','361-revision-v1','','','2018-04-27 07:49:22','2018-04-27 12:49:22','',361,'https://itstartswithone.org/361-revision-v1/',0,'revision','',0),(929,2,'2018-04-27 07:52:42','2018-04-27 12:52:42','<p style=\"text-align: left;\"><img class=\"size-medium wp-image-190 alignright\" src=\"http://itstartswithone.org/wp-content/uploads/2017/01/loren-hockensmith-269x300.png\" alt=\"\" width=\"269\" height=\"300\" />It Starts With One began in December 2016 out of the ashes of the most difficult year of founder, Loren Hockensmith’s life. In July of that year he was hit at about 50 mph by a woman who was texting and driving. Loren suffered a stage 3 concussion and broke his back in two places. While being x-rayed in the hospital doctors discovered a mass on his kidney that turned out to be cancer. About a month later while in the hospital battling cancer an employee of Hockensmith’s lawn care business stole $30,000 worth of equipment. Subsequently the company lost over 100 customers <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1607775337\"><span class=\"aQJ\">within two weeks</span></span> and were forced to close the doors on the landscaping business. It was in the darkest days that followed that Loren started actively seeking and earnestly searching for the meaning and purpose of his life and time here on earth. While reading a book, he was prompted to focus not on finding a way to make a million dollars, but instead find a way to help a million people. It wasn’t long after that revelation, one insomnia filled night the he was blessed with the idea for what would later become It Starts With One and The Penny Challenge. Loren’s dream is to create the most impactful children\'s charity in the world. You’re the hero. We’re the guide. It starts with you. It starts with me. It Starts With One.</p>','Our Story','','inherit','closed','closed','','363-revision-v1','','','2018-04-27 07:52:42','2018-04-27 12:52:42','',363,'https://itstartswithone.org/363-revision-v1/',0,'revision','',0),(930,2,'2018-04-27 08:19:15','2018-04-27 13:19:15','<p style=\"text-align: center;\"><strong><a href=\"https://itstartswithone.mykajabi.com/p/bjj\">The 2018 Be The One BJJ/MMA Gym of the Year Competition Video </a><a href=\"https://itstartswithone.org/roll/bjj-bto-flyer/\" rel=\"attachment wp-att-899\"><img class=\"alignright size-full wp-image-899\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/bjj-bto-flyer.png\" alt=\"\" width=\"425\" height=\"547\" /></a></strong></p>\r\n<p style=\"text-align: center;\">INSTRUCTIONS</p>\r\n<p style=\"text-align: left;\">Instructions to enter the drawing for the free Renato Tavares Seminar.</p>\r\nStep 1) Your gym must first register to be a $10+ monthly supporter of It Starts With One. (You can do that <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">here</a>. List your gyms name under \"company name\" when checking out.)\r\n\r\nStep 2) Refer at least one other gym, business, person etc to be a It Starts With One supporter.\r\n\r\nThe winning gym will be named and recognized December 2018.\r\n\r\nIMPORTANT: List your gyms name under \"company name\" when checking out.\r\n\r\n ','2018 BJJ & MMA Gym Competition','','inherit','closed','closed','','843-revision-v1','','','2018-04-27 08:19:15','2018-04-27 13:19:15','',843,'https://itstartswithone.org/843-revision-v1/',0,'revision','',0),(931,2,'2018-04-27 09:48:41','2018-04-27 14:48:41','<p style=\"text-align: center;\"><strong><a href=\"https://itstartswithone.mykajabi.com/p/bjj\">The 2018 Be The One BJJ/MMA Gym of the Year Competition Video </a><a href=\"https://itstartswithone.org/roll/bjj-bto-flyer/\" rel=\"attachment wp-att-899\"><img class=\"alignright size-full wp-image-899\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/bjj-bto-flyer.png\" alt=\"\" width=\"425\" height=\"547\" /></a></strong></p>\r\n<p style=\"text-align: center;\">INSTRUCTIONS</p>\r\n<p style=\"text-align: left;\">Instructions to enter the drawing for the free Renato Tavares Seminar.</p>\r\nStep 1) First have your gym register to be a $10+ monthly supporter of It Starts With One. (You can do that <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">here</a>. List your gyms name under \"company name\" when checking out.)\r\n\r\nStep 2) Refer at least one other gym, business, person etc to be a It Starts With One supporter.\r\n\r\nThe winning gym will be named and recognized December 2018.\r\n\r\nIMPORTANT: List your gyms name under \"company name\" when checking out.\r\n\r\n ','2018 BJJ & MMA Gym Competition','','inherit','closed','closed','','843-revision-v1','','','2018-04-27 09:48:41','2018-04-27 14:48:41','',843,'https://itstartswithone.org/843-revision-v1/',0,'revision','',0),(933,2,'2018-04-27 11:26:41','2018-04-27 16:26:41','','iswo bjj (1)','','inherit','closed','closed','','iswo-bjj-1','','','2018-04-27 11:26:41','2018-04-27 16:26:41','',843,'https://itstartswithone.org/wp-content/uploads/2018/04/iswo-bjj-1.jpg',0,'attachment','image/jpeg',0),(934,2,'2018-04-27 11:27:14','2018-04-27 16:27:14','<p style=\"text-align: center;\"><strong><a href=\"https://itstartswithone.mykajabi.com/p/bjj\">The 2018 Be The One BJJ/MMA Gym of the Year Competition Video</a><a href=\"https://itstartswithone.org/bjj/iswo-bjj-1/\" rel=\"attachment wp-att-933\"><img class=\"alignright size-full wp-image-933\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/iswo-bjj-1.jpg\" alt=\"\" width=\"482\" height=\"619\" /></a></strong></p>\r\n<p style=\"text-align: left;\">Instructions to enter the drawing for the free Renato Tavares Seminar.</p>\r\nStep 1) First have your gym register to be a $10+ monthly supporter of It Starts With One. (You can do that <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">here</a>. List your gyms name under \"company name\" when checking out.)\r\n\r\nStep 2) Refer at least one other gym, business, person etc to be a It Starts With One supporter.\r\n\r\nThe winning gym will be named and recognized December 2018.\r\n\r\nIMPORTANT: List your gyms name under \"company name\" when checking out.\r\n\r\n ','2018 BJJ & MMA Gym Competition','','inherit','closed','closed','','843-revision-v1','','','2018-04-27 11:27:14','2018-04-27 16:27:14','',843,'https://itstartswithone.org/843-revision-v1/',0,'revision','',0),(935,2,'2018-04-27 11:33:27','2018-04-27 16:33:27','<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/fXmnHPW40aE\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://itstartswithone.mykajabi.com/p/bjj\">The 2018 Be The One BJJ/MMA Gym of the Year Competition Video</a><a href=\"https://itstartswithone.org/bjj/iswo-bjj-1/\" rel=\"attachment wp-att-933\"><img class=\"alignright size-full wp-image-933\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/iswo-bjj-1.jpg\" alt=\"\" width=\"482\" height=\"619\" /></a></strong></p>\r\n<p style=\"text-align: left;\">Instructions to enter the drawing for the free Renato Tavares Seminar.</p>\r\nStep 1) First have your gym register to be a $10+ monthly supporter of It Starts With One. (You can do that <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">here</a>. List your gyms name under \"company name\" when checking out.)\r\n\r\nStep 2) Refer at least one other gym, business, person etc to be a It Starts With One supporter.\r\n\r\nThe winning gym will be named and recognized December 2018.\r\n\r\nIMPORTANT: List your gyms name under \"company name\" when checking out.\r\n\r\n ','2018 BJJ & MMA Gym Competition','','inherit','closed','closed','','843-revision-v1','','','2018-04-27 11:33:27','2018-04-27 16:33:27','',843,'https://itstartswithone.org/843-revision-v1/',0,'revision','',0),(936,2,'2018-04-27 11:37:46','2018-04-27 16:37:46','<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/fXmnHPW40aE\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://itstartswithone.mykajabi.com/p/bjj\">The 2018 Be The One BJJ/MMA Gym of the Year Competition Video</a><a href=\"https://itstartswithone.org/bjj/iswo-bjj-1/\" rel=\"attachment wp-att-933\"><img class=\"alignright size-full wp-image-933\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/iswo-bjj-1.jpg\" alt=\"\" width=\"482\" height=\"619\" /></a></strong></p>\r\n<p style=\"text-align: left;\">Instructions to enter the drawing for the free Renato Tavares Seminar.</p>\r\nStep 1) First have your gym register to be a $10+ monthly supporter of It Starts With One. (You can do that <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">here</a>. List your gyms name under \"company name\" when checking out.)\r\n\r\nStep 2) Refer at least one other gym, business, person etc to be a It Starts With One supporter.\r\n\r\nThe winning gym will be named and recognized December 2018.\r\n\r\nIMPORTANT: List your gyms name under \"company name\" when checking out. https://www.youtube.com/embed/fXmnHPW40aE\r\n\r\n ','2018 BJJ & MMA Gym Competition','','inherit','closed','closed','','843-revision-v1','','','2018-04-27 11:37:46','2018-04-27 16:37:46','',843,'https://itstartswithone.org/843-revision-v1/',0,'revision','',0),(937,2,'2018-04-27 11:38:58','2018-04-27 16:38:58','<p style=\"text-align: center;\"><iframe style=\"width: 100%; height: 400px;\" src=\"https://www.youtube.com/embed/fXmnHPW40aE\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://itstartswithone.mykajabi.com/p/bjj\">The 2018 Be The One BJJ/MMA Gym of the Year Competition Video</a><a href=\"https://itstartswithone.org/bjj/iswo-bjj-1/\" rel=\"attachment wp-att-933\"><img class=\"alignright size-full wp-image-933\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/iswo-bjj-1.jpg\" alt=\"\" width=\"482\" height=\"619\" /></a></strong></p>\r\n<p style=\"text-align: left;\">Instructions to enter the drawing for the free Renato Tavares Seminar.</p>\r\nStep 1) First have your gym register to be a $10+ monthly supporter of It Starts With One. (You can do that <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">here</a>. List your gyms name under \"company name\" when checking out.)\r\n\r\nStep 2) Refer at least one other gym, business, person etc to be a It Starts With One supporter.\r\n\r\nThe winning gym will be named and recognized December 2018.\r\n\r\nIMPORTANT: List your gyms name under \"company name\" when checking out. \r\n\r\n ','2018 BJJ & MMA Gym Competition','','inherit','closed','closed','','843-revision-v1','','','2018-04-27 11:38:58','2018-04-27 16:38:58','',843,'https://itstartswithone.org/843-revision-v1/',0,'revision','',0),(938,2,'2018-04-27 11:41:25','2018-04-27 16:41:25','<p style=\"text-align: center;\"><iframe style=\"width: 100%; height: 400px;\" src=\"https://www.youtube.com/embed/fXmnHPW40aE\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://itstartswithone.mykajabi.com/p/bjj\">The 2018 Be The One Campaign - FREE RT</a></strong><a href=\"https://itstartswithone.mykajabi.com/p/bjj\"> <strong>BJJ</strong> </a><strong><a href=\"https://itstartswithone.mykajabi.com/p/bjj\">Seminar</a><a href=\"https://itstartswithone.mykajabi.com/p/bjj\"> Competition</a><a href=\"https://itstartswithone.org/bjj/iswo-bjj-1/\" rel=\"attachment wp-att-933\"><img class=\"alignright size-full wp-image-933\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/iswo-bjj-1.jpg\" alt=\"\" width=\"482\" height=\"619\" /></a></strong></p>\r\n<p style=\"text-align: left;\">Instructions to enter the drawing for the free Renato Tavares Seminar.</p>\r\nStep 1) First have your gym register to be a $10+ monthly supporter of It Starts With One. (You can do that <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">here</a>. List your gyms name under \"company name\" when checking out.)\r\n\r\nStep 2) Refer at least one other gym, business, person etc to be a It Starts With One supporter.\r\n\r\nThe winning gym will be named and recognized December 2018.\r\n\r\nIMPORTANT: List your gyms name under \"company name\" when checking out.\r\n\r\n ','2018 BJJ & MMA Gym Competition','','inherit','closed','closed','','843-revision-v1','','','2018-04-27 11:41:25','2018-04-27 16:41:25','',843,'https://itstartswithone.org/843-revision-v1/',0,'revision','',0),(939,2,'2018-04-27 12:08:29','2018-04-27 17:08:29','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization, EIN # 81-504 6170. Our mission is to inspire all people, young and old to play a role in charity for children facing dire circumstances.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a school assembly program in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed in the following ways: A minimum of 30% is given back to the school that participated in The Penny Challenge to provide funding for under-funded programs or other needs the school/community has. A minimum of 20% goes to our <em>Featured Family of the Month.</em> 2.5% of every donation is automatically reserved to be distributed to the twelve causes ISWO supports totaling 30% of every donation. Those twelve causes are (more about these causes can be found <a href=\"https://itstartswithone.org/causes\">here</a>) 1) AIDS 2) Cancer 3) Child Abuse 4) Children of Military Men/Women KIA 5) Education 6) General Fund (house fires, hurricanes etc) 7) Heart Disease 8) Human Trafficking 9) Missions (clean water, housing etc) 10) Substance Addiction 11) Teen Pregnancy 12) World Hunger\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab. Select \"Penny Tree Version\" (Penny Tree allows you to track & follow your impact) or \"Non-Penny Tree Version\" (if you select \"Non-Penny Tree Version\" simply choose an amount to donate & check out).\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all six steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are families or individuals struggling with any one of the ten causes we support. Members of ISWO\'s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM\'s stories will always be listed on our website and/or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: For corporate campaigns (such as schools, workplaces, etc) 2.5% of every donation is automatically reserved to be distributed to the twelve causes ISWO supports totaling 30% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims through cause #4 ISWO\'s <em>General Fund</em>. The percentage that is distributed to local FFM\'s is a case by case basis that is voted on by ISWO\'s board of directors. i.e. One family may have $5,000 worth of medical bills whereas another family with a similar illness, in a similar situation may have $50,000 worth of medical bills. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors. 20% <strong>(OR LESS) </strong>is reserved for ISWO\'s overhead costs (salaries, fund raising campaigns, marketing materials, audits etc).\r\n\r\nIt Starts With One will <strong>NEVER</strong> operate where <span style=\"text-decoration: underline;\">any less</span> than 80% of funds raised go to our causes.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs. At ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% <strong>(OR MORE)</strong> going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 5% going towards overhead expenses and 95% going towards charitable programs.\r\n\r\n<strong>Q: What is ISWO\'s budget?</strong>\r\n\r\nA: <a href=\"https://itstartswithone.org/wp-content/uploads/2018/04/ISWO-2018-Budget.pdf\">ISWO 2018 Budget</a>\r\n\r\n<strong>Q: How do personal Penny Challenge campaigns work?</strong>\r\nA: Campaign duration\'s are 30 days. The first day of the campaign is considered the first full day after campaign is initiated. The campaign will end at 11:59:59pm eastern time on the 30th day. For individual campaigns ISWO reserves 2.9% for each credit/debit card transaction, + 30 cents (each transaction) to cover the fees we\'re charged to use the processing company. 5% is reserved to cover the costs associated with running ISWO. The total reserved is 7.9% + 30 cents for each transaction. For corporate campaigns (churches, businesses, schools), all funds raised up to $10,000, the campaign beneficiary will receive 80% of (i.e. $10,000 x 80% = $8000). All funds raised over and above $10,000, the campaign beneficiary will receive 50% (i.e. Total raised $16,000. $16,000 - $10,000 = $6,000. (80% of $10,000 = $8,000. 50% of $6,000 = $3,000) Campaign beneficiary would receive $11,000 ($8,000 + $3,000) total in this example). This is so the the ten causes ISWO supports plus the FFM receive funding.\r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\r\n\r\n \r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2018-04-27 12:08:29','2018-04-27 17:08:29','',441,'https://itstartswithone.org/441-revision-v1/',0,'revision','',0),(940,2,'2018-04-27 12:13:20','2018-04-27 17:13:20','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization, EIN # 81-504 6170. Our mission is to inspire all people, young and old to play a role in charity, for children facing dire circumstances.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a school assembly program in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed in the following ways: A minimum of 30% is given back to the school that participated in The Penny Challenge to provide funding for under-funded programs or other needs the school/community has. A minimum of 20% goes to our <em>Featured Family of the Month.</em> 2.5% of every donation is automatically reserved to be distributed to the twelve causes ISWO supports totaling 30% of every donation. Those twelve causes are (more about these causes can be found <a href=\"https://itstartswithone.org/causes\">here</a>) 1) AIDS 2) Cancer 3) Child Abuse 4) Children of Military Men/Women KIA 5) Education 6) General Fund (house fires, hurricanes etc) 7) Heart Disease 8) Human Trafficking 9) Missions (clean water, housing etc) 10) Substance Addiction 11) Teen Pregnancy 12) World Hunger\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab.\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all five steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are families or individuals struggling with any one of the twelve causes we support. Members of ISWO\'s board of directors will vet all FFM applicants. Often times the FFM are children that align with the cause we\'re highlighting that particular month. FFM\'s stories will always be listed on our website and/or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: For corporate campaigns (such as schools, workplaces, etc) 2.5% of every donation is automatically reserved to be distributed to the twelve causes ISWO supports totaling 30% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims through cause #4 ISWO\'s <em>General Fund</em>. The percentage that is distributed to local FFM\'s is a case by case basis that is voted on by ISWO\'s board of directors. i.e. One family may have $5,000 worth of medical bills whereas another family with a similar illness, in a similar situation may have $50,000 worth of medical bills. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors. 20% <strong>(OR LESS) </strong>is reserved for ISWO\'s overhead costs (salaries, fund raising campaigns, marketing materials, audits etc).\r\n\r\nIt Starts With One will <strong>NEVER</strong> operate where <span style=\"text-decoration: underline;\">any less</span> than 80% of funds raised go to our causes.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs. At ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% <strong>(OR MORE)</strong> going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 5% going towards overhead expenses and 95% going towards charitable programs.\r\n\r\n<strong>Q: What is ISWO\'s budget?</strong>\r\n\r\nA: <a href=\"https://itstartswithone.org/wp-content/uploads/2018/04/ISWO-2018-Budget.pdf\">ISWO 2018 Budget</a>\r\n\r\n<strong>Q: How do personal Penny Challenge campaigns work?</strong>\r\nA: Campaign duration\'s are 30 days. The first day of the campaign is considered the first full day after campaign is initiated. The campaign will end at 11:59:59pm eastern time on the 30th day. For individual campaigns ISWO reserves 2.9% for each credit/debit card transaction, + 30 cents (each transaction) to cover the fees we\'re charged to use the processing company. 5% is reserved to cover the costs associated with running ISWO. The total reserved is 7.9% + 30 cents for each transaction. For corporate campaigns (churches, businesses, schools), all funds raised up to $10,000, the campaign beneficiary will receive 80% of (i.e. $10,000 x 80% = $8000). All funds raised over and above $10,000, the campaign beneficiary will receive 50% (i.e. Total raised $16,000. $16,000 - $10,000 = $6,000. (80% of $10,000 = $8,000. 50% of $6,000 = $3,000) Campaign beneficiary would receive $11,000 ($8,000 + $3,000) total in this example). This is so the the ten causes ISWO supports plus the FFM receive funding.\r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\r\n\r\n \r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2018-04-27 12:13:20','2018-04-27 17:13:20','',441,'https://itstartswithone.org/441-revision-v1/',0,'revision','',0),(941,2,'2018-04-27 14:03:20','2018-04-27 19:03:20','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization, EIN # 81-504 6170. Our mission is to inspire all people, young and old to play a role in charity, for children facing dire circumstances.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a school assembly program in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed in the following ways: A minimum of 75% is given back to the school that participated in The Penny Challenge to provide funding for under-funded programs or other needs the school/community has. A minimum of 5% goes to our <em>Featured Family of the Month.</em> Those twelve causes are (more about these causes can be found <a href=\"https://itstartswithone.org/causes\">here</a>) 1) AIDS 2) Cancer 3) Child Abuse 4) Children of Military Men/Women KIA 5) Education 6) General Fund (house fires, hurricanes etc) 7) Heart Disease 8) Human Trafficking 9) Missions (clean water, housing etc) 10) Substance Addiction 11) Teen Pregnancy 12) World Hunger\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab.\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all five steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are families or individuals struggling with any one of the twelve causes we support. Members of ISWO\'s board of directors will vet all FFM applicants. Often times the FFM are children that align with the cause we\'re highlighting that particular month. FFM\'s stories will always be listed on our website and/or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: 5% of every donation is allocated to each of the twelve causes ISWO supports totaling 60% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims through cause #6 ISWO\'s <em>General Fund</em>. 20% is allocated for that months FFM. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors. 20% <strong>(OR LESS) </strong>is reserved for ISWO\'s overhead costs (salaries, fund raising campaigns, marketing materials, audits etc). As the % of overhead lessens, the extra % will be distributed to FFM\'s.\r\n\r\nIt Starts With One will <strong>NEVER</strong> operate where <span style=\"text-decoration: underline;\">any less</span> than 80% of funds raised go to our causes.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs. At ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% <strong>(OR MORE)</strong> going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 5% going towards overhead expenses and 95% going towards charitable programs.\r\n\r\n<strong>Q: What is ISWO\'s budget?</strong>\r\n\r\nA: <a href=\"https://itstartswithone.org/wp-content/uploads/2018/04/ISWO-2018-Budget.pdf\">ISWO 2018 Budget</a>\r\n\r\n<strong>Q: How do personal Penny Challenge campaigns work?</strong>\r\nA: Campaign duration\'s are 30 days. The first day of the campaign is considered the first full day after campaign is initiated. The campaign will end at 11:59:59pm eastern time on the 30th day. For individual campaigns ISWO reserves 2.9% for each credit/debit card transaction, + 30 cents (each transaction) to cover the fees we\'re charged to use the processing company. 5% is reserved to cover the costs associated with running ISWO. The total reserved is 7.9% + 30 cents for each transaction. For corporate campaigns (churches, businesses, schools), all funds raised up to $10,000, the campaign beneficiary will receive 80% of (i.e. $10,000 x 80% = $8000). All funds raised over and above $10,000, the campaign beneficiary will receive 50% (i.e. Total raised $16,000. $16,000 - $10,000 = $6,000. (80% of $10,000 = $8,000. 50% of $6,000 = $3,000) Campaign beneficiary would receive $11,000 ($8,000 + $3,000) total in this example). This is so the the ten causes ISWO supports plus the FFM receive funding.\r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\r\n\r\n \r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2018-04-27 14:03:20','2018-04-27 19:03:20','',441,'https://itstartswithone.org/441-revision-v1/',0,'revision','',0),(942,2,'2018-04-27 14:08:45','2018-04-27 19:08:45','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization, EIN # 81-504 6170. Our mission is to inspire all people, young and old to play a role in charity, for children facing dire circumstances.\r\n\r\n<span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\"><strong>Q: Which causes does ISWO support?</strong> </span><span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\">A: </span><span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\">1) AIDS 2) Cancer 3) Child Abuse 4) Children of Military Men/Women KIA 5) Education 6) General Fund (house fires, hurricanes etc) 7) Heart Disease 8) Human Trafficking 9) Missions (clean water, housing etc) 10) Substance Addiction 11) Teen Pregnancy 12) World Hunger</span>\r\n\r\n \r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a school assembly program in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed in the following ways: A minimum of 75% is given back to the school that participated in The Penny Challenge to provide funding for under-funded programs or other needs the school/community has. A minimum of 5% goes to our <em>Featured Family of the Month.</em> <span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; cursor: text; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;\">As the % of overhead lessens, the extra % will be distributed to FFM\'s.</span>\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab.\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all five steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are families or individuals struggling with any one of the twelve causes we support. Members of ISWO\'s board of directors will vet all FFM applicants. Often times the FFM are children that align with the cause we\'re highlighting that particular month. FFM\'s stories will always be listed on our website and/or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: 5% of every donation is allocated to each of the twelve causes ISWO supports totaling 60% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims through cause #6 ISWO\'s <em>General Fund</em>. 20% is allocated for that months FFM. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors. 20% <strong>(OR LESS) </strong>is reserved for ISWO\'s overhead costs (salaries, fund raising campaigns, marketing materials, audits etc). As the % of overhead lessens, the extra % will be distributed to FFM\'s.\r\n\r\nIt Starts With One will <strong>NEVER</strong> operate where <span style=\"text-decoration: underline;\">any less</span> than 80% of funds raised go to our causes.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs. At ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% <strong>(OR MORE)</strong> going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 5% going towards overhead expenses and 95% going towards charitable programs.\r\n\r\n<strong>Q: What is ISWO\'s budget?</strong>\r\n\r\nA: <a href=\"https://itstartswithone.org/wp-content/uploads/2018/04/ISWO-2018-Budget.pdf\">ISWO 2018 Budget</a>\r\n\r\n<strong>Q: How do personal Penny Challenge campaigns work?</strong>\r\nA: Campaign duration\'s are 30 days. The first day of the campaign is considered the first full day after campaign is initiated. The campaign will end at 11:59:59pm eastern time on the 30th day. For individual campaigns ISWO reserves 2.9% for each credit/debit card transaction, + 30 cents (each transaction) to cover the fees we\'re charged to use the processing company. 5% is reserved to cover the costs associated with running ISWO. The total reserved is 7.9% + 30 cents for each transaction. For corporate campaigns (churches, businesses, schools), all funds raised up to $10,000, the campaign beneficiary will receive 80% of (i.e. $10,000 x 80% = $8000). All funds raised over and above $10,000, the campaign beneficiary will receive 50% (i.e. Total raised $16,000. $16,000 - $10,000 = $6,000. (80% of $10,000 = $8,000. 50% of $6,000 = $3,000) Campaign beneficiary would receive $11,000 ($8,000 + $3,000) total in this example). This is so the the ten causes ISWO supports plus the FFM receive funding.\r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\r\n\r\n \r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2018-04-27 14:08:45','2018-04-27 19:08:45','',441,'https://itstartswithone.org/441-revision-v1/',0,'revision','',0),(943,2,'2018-04-27 14:10:03','2018-04-27 19:10:03','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization, EIN # 81-504 6170. Our mission is to inspire all people, young and old to play a role in charity, for children facing dire circumstances.\r\n\r\n<span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\"><strong>Q: Which causes does ISWO support?</strong> </span><span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\">A: </span><span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\">1) AIDS 2) Cancer 3) Child Abuse 4) Children of Military Men/Women KIA 5) Education 6) General Fund (house fires, hurricanes etc) 7) Heart Disease 8) Human Trafficking 9) Missions (clean water, housing etc) 10) Substance Addiction 11) Teen Pregnancy 12) World Hunger</span>\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a school assembly program in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed in the following ways: A minimum of 75% is given back to the school that participated in The Penny Challenge to provide funding for under-funded programs or other needs the school/community has. A minimum of 5% goes to our <em>Featured Family of the Month.</em> <span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; cursor: text; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;\">As the % of overhead lessens, the extra % will be distributed to FFM\'s.</span>\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab.\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all five steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are families or individuals struggling with any one of the twelve causes we support. Members of ISWO\'s board of directors will vet all FFM applicants. Often times the FFM are children that align with the cause we\'re highlighting that particular month. FFM\'s stories will always be listed on our website and/or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: 5% of every donation is allocated to each of the twelve causes ISWO supports totaling 60% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims through cause #6 ISWO\'s <em>General Fund</em>. 20% is allocated for that months FFM. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors. 20% <strong>(OR LESS) </strong>is reserved for ISWO\'s overhead costs (salaries, fund raising campaigns, marketing materials, audits etc). As the % of overhead lessens, the extra % will be distributed to FFM\'s.\r\n\r\nIt Starts With One will <strong>NEVER</strong> operate where <span style=\"text-decoration: underline;\">any less</span> than 80% of funds raised go to our causes.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs. At ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% <strong>(OR MORE)</strong> going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 5% going towards overhead expenses and 95% going towards charitable programs.\r\n\r\n<strong>Q: What is ISWO\'s budget?</strong>\r\n\r\nA: <a href=\"https://itstartswithone.org/wp-content/uploads/2018/04/ISWO-2018-Budget.pdf\">ISWO 2018 Budget</a>\r\n\r\n<strong>Q: How do personal Penny Challenge campaigns work?</strong>\r\nA: Campaign duration\'s are 30 days. The first day of the campaign is considered the first full day after campaign is initiated. The campaign will end at 11:59:59pm eastern time on the 30th day. For individual campaigns ISWO reserves 2.9% for each credit/debit card transaction, + 30 cents (each transaction) to cover the fees we\'re charged to use the processing company. 5% is reserved to cover the costs associated with running ISWO. The total reserved is 7.9% + 30 cents for each transaction. For corporate campaigns (churches, businesses, schools), all funds raised up to $10,000, the campaign beneficiary will receive 80% of (i.e. $10,000 x 80% = $8000). All funds raised over and above $10,000, the campaign beneficiary will receive 50% (i.e. Total raised $16,000. $16,000 - $10,000 = $6,000. (80% of $10,000 = $8,000. 50% of $6,000 = $3,000) Campaign beneficiary would receive $11,000 ($8,000 + $3,000) total in this example). This is so the the ten causes ISWO supports plus the FFM receive funding.\r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\r\n\r\n \r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2018-04-27 14:10:03','2018-04-27 19:10:03','',441,'https://itstartswithone.org/441-revision-v1/',0,'revision','',0),(944,2,'2018-04-28 08:49:14','2018-04-28 13:49:14','<p dir=\"ltr\"><strong>Mission Statement:</strong></p>\r\n\r\n<h2 class=\"heading__title\">Our mission is to inspire all people, both young & old to play a role in charity for children facing dire circumstances.</h2>','Our Mission','','inherit','closed','closed','','361-revision-v1','','','2018-04-28 08:49:14','2018-04-28 13:49:14','',361,'https://itstartswithone.org/361-revision-v1/',0,'revision','',0),(945,2,'2018-04-28 08:50:14','2018-04-28 13:50:14','<p dir=\"ltr\"><strong>Mission Statement:</strong></p>\r\n\r\n<h2 class=\"heading__title\">Our mission is to inspire all people, young & old to play a role in charity, for children facing dire circumstances.</h2>','Our Mission','','inherit','closed','closed','','361-revision-v1','','','2018-04-28 08:50:14','2018-04-28 13:50:14','',361,'https://itstartswithone.org/361-revision-v1/',0,'revision','',0),(947,2,'2018-04-28 09:26:20','2018-04-28 14:26:20','<a href=\"https://itstartswithone.org/one-minute-challenge/copy-of-iswo-1-minute-challenge-sheet-3/\" rel=\"attachment wp-att-953\"><img class=\"alignright size-full wp-image-953\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/Copy-of-ISWO-1-Minute-Challenge-Sheet-3.jpeg\" alt=\"\" width=\"2550\" height=\"3300\" /></a>','One Minute Challenge','','inherit','closed','closed','','921-autosave-v1','','','2018-04-28 09:26:20','2018-04-28 14:26:20','',921,'https://itstartswithone.org/921-autosave-v1/',0,'revision','',0),(949,2,'2018-04-28 09:07:41','2018-04-28 14:07:41','','Copy of ISWO - 1 Minute Challenge Sheet (1)','','inherit','closed','closed','','copy-of-iswo-1-minute-challenge-sheet-1','','','2018-04-28 09:07:41','2018-04-28 14:07:41','',921,'https://itstartswithone.org/wp-content/uploads/2018/04/Copy-of-ISWO-1-Minute-Challenge-Sheet-1.jpeg',0,'attachment','image/jpeg',0),(950,2,'2018-04-28 09:08:08','2018-04-28 14:08:08','<a href=\"https://itstartswithone.org/one-minute-challenge/copy-of-iswo-1-minute-challenge-sheet-1/\" rel=\"attachment wp-att-949\"><img class=\"alignright size-full wp-image-949\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/Copy-of-ISWO-1-Minute-Challenge-Sheet-1.jpeg\" alt=\"\" width=\"2550\" height=\"3300\" /></a>','One Minute Challenge','','inherit','closed','closed','','921-revision-v1','','','2018-04-28 09:08:08','2018-04-28 14:08:08','',921,'https://itstartswithone.org/921-revision-v1/',0,'revision','',0),(952,2,'2018-04-28 09:20:59','2018-04-28 14:20:59','','Copy of ISWO - 1 Minute Challenge Sheet (2)','','inherit','closed','closed','','copy-of-iswo-1-minute-challenge-sheet-2','','','2018-04-28 09:20:59','2018-04-28 14:20:59','',921,'https://itstartswithone.org/wp-content/uploads/2018/04/Copy-of-ISWO-1-Minute-Challenge-Sheet-2.jpeg',0,'attachment','image/jpeg',0),(953,2,'2018-04-28 09:26:04','2018-04-28 14:26:04','','Copy of ISWO - 1 Minute Challenge Sheet (3)','','inherit','closed','closed','','copy-of-iswo-1-minute-challenge-sheet-3','','','2018-04-28 09:26:04','2018-04-28 14:26:04','',921,'https://itstartswithone.org/wp-content/uploads/2018/04/Copy-of-ISWO-1-Minute-Challenge-Sheet-3.jpeg',0,'attachment','image/jpeg',0),(954,2,'2018-04-28 09:26:22','2018-04-28 14:26:22','<a href=\"https://itstartswithone.org/one-minute-challenge/copy-of-iswo-1-minute-challenge-sheet-3/\" rel=\"attachment wp-att-953\"><img class=\"alignright size-full wp-image-953\" src=\"https://itstartswithone.org/wp-content/uploads/2018/04/Copy-of-ISWO-1-Minute-Challenge-Sheet-3.jpeg\" alt=\"\" width=\"2550\" height=\"3300\" /></a>','One Minute Challenge','','inherit','closed','closed','','921-revision-v1','','','2018-04-28 09:26:22','2018-04-28 14:26:22','',921,'https://itstartswithone.org/921-revision-v1/',0,'revision','',0),(955,2,'2018-05-02 12:13:38','2018-05-02 17:13:38','','Kids Corner','','inherit','closed','closed','','573-autosave-v1','','','2018-05-02 12:13:38','2018-05-02 17:13:38','',573,'https://itstartswithone.org/573-autosave-v1/',0,'revision','',0),(956,2,'2018-05-02 12:14:52','2018-05-02 17:14:52','a','Kids Corner','','inherit','closed','closed','','573-revision-v1','','','2018-05-02 12:14:52','2018-05-02 17:14:52','',573,'https://itstartswithone.org/573-revision-v1/',0,'revision','',0),(957,2,'2018-05-02 21:25:23','2018-05-03 02:25:23','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization, EIN # 81-504 6170. Our mission is to inspire all people, young and old to play a role in charity, supporting children facing dire circumstances.\r\n\r\n<span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\"><strong>Q: Which cause(s) does ISWO support?</strong> </span><span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\">A: </span><span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\">Children facing dire circumstances. (Cancer, AIDS, Child Abuse etc) </span>\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a school assembly program in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed in the following ways: A minimum of 75% is given back to the school that participated in The Penny Challenge to provide funding for children facing dire circumstances within that school district. A minimum of 5% goes to our <em>Featured Family of the Month.</em> <span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; cursor: text; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;\">As the % of overhead lessens, the extra % will be distributed to FFM\'s.</span>\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab.\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all five steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are children facing dire circumstances approved by ISWO\'s board of directors. Members of ISWO\'s board of directors will vet all FFM applicants. FFM\'s stories will always be listed on our website and/or in our brochures. Anyone with a child battling dire circumstances can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: 5% of every donation is allocated to each of the twelve causes ISWO supports totaling 60% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims through cause #6 ISWO\'s <em>General Fund</em>. 20% is allocated for that months FFM. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors. 20% <strong>(OR LESS) </strong>is reserved for ISWO\'s overhead costs (salaries, fund raising campaigns, marketing materials, audits etc). As the % of overhead lessens, the extra % will be distributed to FFM\'s.\r\n\r\nIt Starts With One will <strong>NEVER</strong> operate where <span style=\"text-decoration: underline;\">any less</span> than 80% of funds raised go to our causes.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs. At ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% <strong>(OR MORE)</strong> going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 5% going towards overhead expenses and 95% going towards charitable programs.\r\n\r\n<strong>Q: What is ISWO\'s budget?</strong>\r\n\r\nA: <a href=\"https://itstartswithone.org/wp-content/uploads/2018/04/ISWO-2018-Budget.pdf\">ISWO 2018 Budget</a>\r\n\r\n<strong>Q: How do personal Penny Challenge campaigns work?</strong>\r\nA: Campaign duration\'s are 30 days. The first day of the campaign is considered the first full day after campaign is initiated. The campaign will end at 11:59:59pm eastern time on the 30th day. For individual campaigns ISWO reserves 2.9% for each credit/debit card transaction, + 30 cents (each transaction) to cover the fees we\'re charged to use the processing company. 5% is reserved to cover the costs associated with running ISWO. The total reserved is 7.9% + 30 cents for each transaction. For corporate campaigns (churches, businesses, schools), all funds raised up to $10,000, the campaign beneficiary will receive 80% of (i.e. $10,000 x 80% = $8000). All funds raised over and above $10,000, the campaign beneficiary will receive 50% (i.e. Total raised $16,000. $16,000 - $10,000 = $6,000. (80% of $10,000 = $8,000. 50% of $6,000 = $3,000) Campaign beneficiary would receive $11,000 ($8,000 + $3,000) total in this example). This is so the the ten causes ISWO supports plus the FFM receive funding.\r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\r\n\r\n \r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2018-05-02 21:25:23','2018-05-03 02:25:23','',441,'https://itstartswithone.org/441-revision-v1/',0,'revision','',0),(958,2,'2018-05-02 21:26:36','2018-05-03 02:26:36','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization, EIN # 81-504 6170. Our mission is to inspire kids to play a role in charity, supporting children facing dire circumstances.\r\n\r\n<span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\"><strong>Q: Which cause(s) does ISWO support?</strong> </span><span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\">A: </span><span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\">Children facing dire circumstances. (Cancer, AIDS, Child Abuse etc) </span>\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a school assembly program in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed in the following ways: A minimum of 75% is given back to the school that participated in The Penny Challenge to provide funding for children facing dire circumstances within that school district. A minimum of 5% goes to our <em>Featured Family of the Month.</em> <span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; cursor: text; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;\">As the % of overhead lessens, the extra % will be distributed to FFM\'s.</span>\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab.\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all five steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are children facing dire circumstances approved by ISWO\'s board of directors. Members of ISWO\'s board of directors will vet all FFM applicants. FFM\'s stories will always be listed on our website and/or in our brochures. Anyone with a child battling dire circumstances can send an email to iswoinc@gmail.com to be considered to be a FFM.\r\n\r\n<strong>Q: What percentage of my donation is distributed to each cause?</strong>\r\nA: 5% of every donation is allocated to each of the twelve causes ISWO supports totaling 60% of every donation. In the event of catastrophic natural or man-made disasters such as hurricanes, earthquakes, terrorist attacks etc a larger percentage will be allocated to provide aid and support to the victims through cause #6 ISWO\'s <em>General Fund</em>. 20% is allocated for that months FFM. ISWO reserves the right to distribute funds to each FFM as voted on by ISWO\'s board of directors. 20% <strong>(OR LESS) </strong>is reserved for ISWO\'s overhead costs (salaries, fund raising campaigns, marketing materials, audits etc). As the % of overhead lessens, the extra % will be distributed to FFM\'s.\r\n\r\nIt Starts With One will <strong>NEVER</strong> operate where <span style=\"text-decoration: underline;\">any less</span> than 80% of funds raised go to our causes.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs. At ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% <strong>(OR MORE)</strong> going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 5% going towards overhead expenses and 95% going towards charitable programs.\r\n\r\n<strong>Q: What is ISWO\'s budget?</strong>\r\n\r\nA: <a href=\"https://itstartswithone.org/wp-content/uploads/2018/04/ISWO-2018-Budget.pdf\">ISWO 2018 Budget</a>\r\n\r\n<strong>Q: How do personal Penny Challenge campaigns work?</strong>\r\nA: Campaign duration\'s are 30 days. The first day of the campaign is considered the first full day after campaign is initiated. The campaign will end at 11:59:59pm eastern time on the 30th day. For individual campaigns ISWO reserves 2.9% for each credit/debit card transaction, + 30 cents (each transaction) to cover the fees we\'re charged to use the processing company. 5% is reserved to cover the costs associated with running ISWO. The total reserved is 7.9% + 30 cents for each transaction. For corporate campaigns (churches, businesses, schools), all funds raised up to $10,000, the campaign beneficiary will receive 80% of (i.e. $10,000 x 80% = $8000). All funds raised over and above $10,000, the campaign beneficiary will receive 50% (i.e. Total raised $16,000. $16,000 - $10,000 = $6,000. (80% of $10,000 = $8,000. 50% of $6,000 = $3,000) Campaign beneficiary would receive $11,000 ($8,000 + $3,000) total in this example). This is so the the ten causes ISWO supports plus the FFM receive funding.\r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\r\n\r\n \r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2018-05-02 21:26:36','2018-05-03 02:26:36','',441,'https://itstartswithone.org/441-revision-v1/',0,'revision','',0),(959,2,'2018-05-02 21:48:57','2018-05-03 02:48:57','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization, EIN # 81-504 6170. Our mission is to inspire kids to play a role in charity, supporting children facing dire circumstances.\r\n\r\n<span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\"><strong>Q: Which cause(s) does ISWO support?</strong> </span><span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\">A: </span><span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\">Children facing dire circumstances. (Examples include - Cancer, AIDS, Child Abuse, Human Trafficking etc) </span>\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a school assembly program in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed in the following ways: A minimum of 75% is given back to the school that participated in The Penny Challenge to provide funding for children facing dire circumstances within that school district. A minimum of 5% goes to our <em>Featured Family of the Month.</em> <span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; cursor: text; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;\">As the % of overhead lessens, the extra % will be distributed to FFM\'s.</span>\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab.\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all five steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are children facing dire circumstances approved by ISWO\'s board of directors. Members of ISWO\'s board of directors will vet all FFM applicants. FFM\'s stories will always be listed on our website and/or in our brochures. Anyone with a child battling dire circumstances can send an email to iswoinc@gmail.com to be considered to be featured as a FFM.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs.\r\n\r\nAt ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% <strong>(OR MORE)</strong> going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 5% going towards overhead expenses and 95% going towards charitable programs. It Starts With One will <strong>NEVER</strong> operate where any less than 80% of funds raised go to the children we support.\r\n\r\n<strong>Q: What is ISWO\'s budget?</strong>\r\n\r\nA: <a href=\"https://itstartswithone.org/wp-content/uploads/2018/04/ISWO-2018-Budget.pdf\">ISWO 2018 Budget</a>\r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\r\n\r\n \r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2018-05-02 21:48:57','2018-05-03 02:48:57','',441,'https://itstartswithone.org/441-revision-v1/',0,'revision','',0),(960,2,'2018-05-02 21:54:38','2018-05-03 02:54:38','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization, EIN # 81-504 6170. Our mission is to inspire kids to play a role in charity, supporting children facing dire circumstances.\r\n\r\n<span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\"><strong>Q: Which cause(s) does ISWO support?</strong> </span><span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\">A: </span><span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\">Children facing dire circumstances. (Examples include - Cancer, AIDS, Child Abuse, Human Trafficking etc) </span>\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a school assembly program in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed in the following ways: A minimum of 75% is given back to the school that participated in The Penny Challenge to provide funding for children facing dire circumstances within that school district. A minimum of 5% goes to our <em>Featured Family of the Month.</em> <span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; cursor: text; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;\">As the % of overhead lessens, the extra % will be distributed to FFM\'s.</span>\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab.\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all five steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are children facing dire circumstances approved by ISWO\'s board of directors. Members of ISWO\'s board of directors will vet all FFM applicants. FFM\'s stories will always be listed on our website and/or in our brochures. Anyone with a child battling dire circumstances can send an email to iswoinc@gmail.com to be considered to be featured as a FFM.\r\n\r\nQ: Where do funds raised go?\r\n\r\n80% (OR MORE) go towards FFM\'s or other children ISWO\'s board of directors approves to receive support. 20% (OR LESS) goes to overhead. ***See next Q&A for more details.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs.\r\n\r\nAt ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% <strong>(OR MORE)</strong> going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 5% going towards overhead expenses and 95% going towards charitable programs. It Starts With One will <strong>NEVER</strong> operate where any less than 80% of funds raised go to the children we support.\r\n\r\n<strong>Q: What is ISWO\'s budget?</strong>\r\n\r\nA: <a href=\"https://itstartswithone.org/wp-content/uploads/2018/04/ISWO-2018-Budget.pdf\">ISWO 2018 Budget</a>\r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\r\n\r\n \r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2018-05-02 21:54:38','2018-05-03 02:54:38','',441,'https://itstartswithone.org/441-revision-v1/',0,'revision','',0),(961,2,'2018-11-29 23:31:16','2018-11-30 04:31:16','<p dir=\"ltr\"><strong>Purpose Statement:</strong></p>\n<p dir=\"ltr\"><strong>Our purpose is to instill in kids a compassionate heart for charity, providing aid to their peers in need.</strong></p>\n<p dir=\"ltr\"><strong>Mission Statement:</strong></p>\n<p class=\"heading__title\"><strong>Our mission is to inspire kids to develop kind, compassionate and charitable hearts supporting other children facing dire circumstances.</strong></p>','Our Purpose & Mission','','inherit','closed','closed','','361-autosave-v1','','','2018-11-29 23:31:16','2018-11-30 04:31:16','',361,'https://itstartswithone.org/361-autosave-v1/',0,'revision','',0),(962,2,'2018-05-02 21:57:25','2018-05-03 02:57:25','<p dir=\"ltr\"><strong>Mission Statement:</strong></p>\r\n\r\n<h2 class=\"heading__title\">Our mission is to inspire kids to play a role in charity, supporting children facing dire circumstances.</h2>','Our Mission','','inherit','closed','closed','','361-revision-v1','','','2018-05-02 21:57:25','2018-05-03 02:57:25','',361,'https://itstartswithone.org/361-revision-v1/',0,'revision','',0),(963,2,'2018-05-02 21:58:10','2018-05-03 02:58:10','<p dir=\"ltr\"><strong>Mission Statement:</strong></p>\r\n\r\n<h2 class=\"heading__title\">Our mission is to inspire kids to play a role in charity, supporting children (0-17 years old) facing dire circumstances.</h2>','Our Mission','','inherit','closed','closed','','361-revision-v1','','','2018-05-02 21:58:10','2018-05-03 02:58:10','',361,'https://itstartswithone.org/361-revision-v1/',0,'revision','',0),(964,2,'2018-05-02 22:32:17','2018-05-03 03:32:17','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization, EIN # 81-504 6170. Our mission is to inspire kids to play a role in charity, supporting children facing dire circumstances.\r\n\r\n<span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\"><strong>Q: Which cause(s) does ISWO support?</strong></span>\r\n\r\n<span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\">A: </span><span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\">Children facing dire circumstances. (Examples include - Cancer, AIDS, Child Abuse, Human Trafficking etc) </span>\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a school assembly program in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed in the following ways: A minimum of 75% is given back to the school that participated in The Penny Challenge to provide funding for children facing dire circumstances within that school district. A minimum of 5% goes to our <em>Featured Family of the Month.</em> <span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; cursor: text; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;\">As the % of overhead lessens, the extra % will be distributed to FFM\'s.</span>\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab.\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all five steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are children facing dire circumstances approved by ISWO\'s board of directors. Members of ISWO\'s board of directors will vet all FFM applicants. FFM\'s stories will always be listed on our website and/or in our brochures. Anyone with a child battling dire circumstances can send an email to iswoinc@gmail.com to be considered to be featured as a FFM.\r\n\r\n<strong>Q: Where do funds raised go?</strong>\r\n\r\nA: 80% (OR MORE) go towards FFM\'s or other children ISWO\'s board of directors approves to receive support. 20% (OR LESS) goes to overhead. ***See next Q&A for more details.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs.\r\n\r\nAt ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% <strong>(OR MORE)</strong> going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 5% going towards overhead expenses and 95% going towards charitable programs. It Starts With One will <strong>NEVER</strong> operate where any less than 80% of funds raised go to the children we support.\r\n\r\n<strong>Q: What is ISWO\'s budget?</strong>\r\n\r\nA: <a href=\"https://itstartswithone.org/wp-content/uploads/2018/04/ISWO-2018-Budget.pdf\">ISWO 2018 Budget</a>\r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\r\n\r\n \r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2018-05-02 22:32:17','2018-05-03 03:32:17','',441,'https://itstartswithone.org/441-revision-v1/',0,'revision','',0),(965,2,'2018-05-03 06:48:15','2018-05-03 11:48:15','<p dir=\"ltr\"><strong>Purpose Statement:</strong></p>\r\n<p dir=\"ltr\"><strong>WE BELIEVE MANY HANDS MAKE LIGHT WORK. WE BELIEVE THAT EVERYONE HAS A CAUSE THEY\'RE PASSIONATE ABOUT SUPPORTING. OUR PURPOSE IS TO INSPIRE ALL PEOPLE, YOUNG AND OLD TO PLAY A ROLE IN CHARITY, SUPPORTING THOSE FACING DIRE CIRCUMSTANCES.</strong></p>\r\n<p dir=\"ltr\"><strong>Mission Statement:</strong></p>\r\n<p class=\"heading__title\"><strong>OUR MISSION IS TO INSPIRE KIDS TO PLAY A ROLE IN CHARITY, SUPPORTING CHILDREN FACING DIRE CIRCUMSTANCES.</strong></p>','Our Purpose & Mission','','inherit','closed','closed','','361-revision-v1','','','2018-05-03 06:48:15','2018-05-03 11:48:15','',361,'https://itstartswithone.org/361-revision-v1/',0,'revision','',0),(966,2,'2018-05-03 14:17:25','2018-05-03 19:17:25','<p dir=\"ltr\"><strong>Purpose Statement:</strong></p>\r\n<p dir=\"ltr\"><strong>Our purpose is to instill in kids a compassionate heart for charity, providing aid to their peers in need.</strong></p>\r\n<p dir=\"ltr\"><strong>Mission Statement:</strong></p>\r\n<p class=\"heading__title\"><strong>Our mission is to inspire kids to play their individual role in charity, supporting other children facing dire circumstances.</strong></p>','Our Purpose & Mission','','inherit','closed','closed','','361-revision-v1','','','2018-05-03 14:17:25','2018-05-03 19:17:25','',361,'https://itstartswithone.org/361-revision-v1/',0,'revision','',0),(967,2,'2018-05-03 14:26:58','2018-05-03 19:26:58','<p dir=\"ltr\"><strong>Purpose Statement:</strong></p>\r\n<p dir=\"ltr\"><strong>Our purpose is to instill in kids a compassionate heart for charity, providing aid to their peers in need.</strong></p>\r\n<p dir=\"ltr\"><strong>Mission Statement:</strong></p>\r\n<p class=\"heading__title\"><strong>Our mission is to inspire kids to play an individual role in charity, supporting other children facing dire circumstances.</strong></p>','Our Purpose & Mission','','inherit','closed','closed','','361-revision-v1','','','2018-05-03 14:26:58','2018-05-03 19:26:58','',361,'https://itstartswithone.org/361-revision-v1/',0,'revision','',0),(968,2,'2018-05-03 14:38:41','2018-05-03 19:38:41','<strong>Q: What is It Starts With One?</strong>\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization, EIN # 81-504 6170. Our purpose is to instill in kids a compassionate heart for charity, providing aid to their peers in need. Our mission is to inspire kids to play an individual role in charity, supporting other children facing dire circumstances.\r\n\r\n<span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\"><strong>Q: Which cause(s) does ISWO support?</strong></span>\r\n\r\n<span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\">A: </span><span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\">Children facing dire circumstances. (Examples include - Cancer, AIDS, Child Abuse, Human Trafficking etc) Our board of directors votes on a case by case basis, children that ISWO will support.</span>\r\n\r\n<strong>Q: I know a child that is facing dire circumstances, how can they receive aid and support? </strong>\r\n\r\nA: ISWO\'s board of directors selects the children/families that receive aid and support from ISWO. You may fill out an application to request support for your child or a child you know that\'s facing dire circumstances. To submit an application to be considered to receive support from ISWO click <a href=\"https://itstartswithone.org/application/\">here</a>.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\nA: The Penny Challenge is a school assembly program in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed in the following ways: A minimum of 75% is given back to the school that participated in The Penny Challenge to provide funding for children facing dire circumstances within that school district. A minimum of 5% goes to our <em>Featured Family of the Month.</em> <span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; cursor: text; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;\">As the % of overhead lessens, the extra % will be distributed to ISWO\'s current FFM.</span>\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab.\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all five steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is the Featured Family of the Month?</strong>\r\nA: The Featured Family of the Month (FFM) are children facing dire circumstances approved by ISWO\'s board of directors. Members of ISWO\'s board of directors will vet all FFM applicants. FFM\'s stories will always be listed on our website and/or in our brochures. Anyone with a child battling dire circumstances can send an email to iswoinc@gmail.com to be considered to be featured as a FFM.\r\n\r\n<strong>Q: Where do funds raised go?</strong>\r\n\r\nA: 80% (OR MORE) go towards FFM\'s or other children ISWO\'s board of directors approves to receive support. 20% (OR LESS) goes to overhead. ***See next Q&A for more details.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs.\r\n\r\nAt ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% <strong>(OR MORE)</strong> going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 5% going towards overhead expenses and 95% going towards charitable programs. It Starts With One will <strong>NEVER</strong> operate where any less than 80% of funds raised go to the children we support.\r\n\r\n<strong>Q: What is ISWO\'s budget?</strong>\r\n\r\nA: <a href=\"https://itstartswithone.org/wp-content/uploads/2018/04/ISWO-2018-Budget.pdf\">ISWO 2018 Budget</a>\r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\r\n\r\n \r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2018-05-03 14:38:41','2018-05-03 19:38:41','',441,'https://itstartswithone.org/441-revision-v1/',0,'revision','',0),(969,2,'2018-05-03 14:44:04','2018-05-03 19:44:04','<strong>Q: What is It Starts With One?</strong>\r\n\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization, EIN # 81-504 6170. Our purpose is to instill in kids a compassionate heart for charity, providing aid to their peers in need. Our mission is to inspire kids to play an individual role in charity, supporting other children facing dire circumstances.\r\n\r\n<span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\"><strong>Q: Which cause(s) does ISWO support?</strong></span>\r\n\r\n<span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\">A: </span><span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\">Children facing dire circumstances. (Examples include - Cancer, AIDS, Child Abuse, Human Trafficking etc) Our board of directors votes on a case by case basis, children that ISWO will support.</span>\r\n\r\n<strong>Q: I know a child that is facing dire circumstances, how can they receive aid and support? </strong>\r\n\r\nA: ISWO\'s board of directors selects the children/families that receive aid and support from ISWO. You may fill out an application to request support for your child or a child you know that\'s facing dire circumstances. To submit an application to be considered to receive support from ISWO click <a href=\"https://itstartswithone.org/application/\">here</a>.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\n\r\nA: The Penny Challenge is a school assembly program in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then sponsors three others to do the same within 24 hours. Donations are distributed in the following ways: A minimum of 75% is given back to the school that participated in The Penny Challenge to provide funding for children facing dire circumstances within that school district. A minimum of 5% goes to our <em>Featured Family of the Month.</em> <span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; cursor: text; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;\">As the % of overhead lessens, the extra % will be distributed to ISWO\'s current FFM.</span>\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\n\r\nA: Step 1) Go to www.itstartswithone.org\r\nStep 2) Click on \"The Penny Challenge\" tab.\r\nStep 3) Start Your Penny Tree - Fill in your name & email address. If you were challenged via email, your sponsors email address may auto-populate. If not, fill in your sponsors email address. If you don\'t have a sponsor, click \"Don\'t have a sponsor.\"\r\nStep 4) Choose a donation amount and frequency with which you would like to donate.\r\nStep 5) Challenge and sponsor 3 people to complete all five steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is an FFM (Featured Family of the Month)?</strong>\r\n\r\nA: The Featured Family of the Month (FFM) are children facing dire circumstances approved by ISWO\'s board of directors. Members of ISWO\'s board of directors will vet all FFM applicants. FFM\'s stories will always be listed on our website and/or in our brochures. Anyone with a child battling dire circumstances can fill out an application by clicking <a href=\"https://itstartswithone.org/application/\">here</a> to be considered to be featured as a FFM.\r\n\r\n<strong>Q: Where do funds raised go?</strong>\r\n\r\nA: 80% (OR MORE) of funds go towards FFM\'s or other children ISWO\'s board of directors approves to receive support. 20% (OR LESS) goes to overhead. <em>***See the next Q&A for more details.</em>\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\n\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs.\r\n\r\nAt ISWO we\'re proud to operate at a MAXIMUM of 20% going towards overhead costs and 80% <strong>(OR MORE)</strong> going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 5% going towards overhead expenses and 95% going towards charitable programs. It Starts With One will <strong>NEVER</strong> operate where any less than 80% of funds raised go to the children we support.\r\n\r\n<strong>Q: What is ISWO\'s budget?</strong>\r\n\r\nA: <a href=\"https://itstartswithone.org/wp-content/uploads/2018/04/ISWO-2018-Budget.pdf\">ISWO 2018 Budget</a>\r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\n\r\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\r\n\r\n \r\n\r\nDidn\'t find an answer above to your specific question? Not to worry. You can email us your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2018-05-03 14:44:04','2018-05-03 19:44:04','',441,'https://itstartswithone.org/441-revision-v1/',0,'revision','',0),(970,2,'2018-05-03 14:45:33','2018-05-03 19:45:33','[ninja_form id=6]','FFM - Application','','inherit','closed','closed','','708-revision-v1','','','2018-05-03 14:45:33','2018-05-03 19:45:33','',708,'https://itstartswithone.org/708-revision-v1/',0,'revision','',0),(972,2,'2018-05-03 17:47:40','2018-05-03 22:47:40','Coming Soon!','Kids Corner','','inherit','closed','closed','','573-revision-v1','','','2018-05-03 17:47:40','2018-05-03 22:47:40','',573,'https://itstartswithone.org/573-revision-v1/',0,'revision','',0),(973,2,'2018-05-04 11:39:55','2018-05-04 16:39:55','<p style=\"text-align: left;\">Parents Start Here Kids Start Here</p>','START HERE','','publish','closed','closed','','starthere','','','2018-05-04 11:47:02','2018-05-04 16:47:02','',0,'https://itstartswithone.org/?page_id=973',0,'page','',0),(974,2,'2018-05-04 11:39:55','2018-05-04 16:39:55','','START HERE','','inherit','closed','closed','','973-revision-v1','','','2018-05-04 11:39:55','2018-05-04 16:39:55','',973,'https://itstartswithone.org/973-revision-v1/',0,'revision','',0),(976,2,'2018-05-04 11:47:32','2018-05-04 16:47:32','<p style=\"text-align: left;\">Parents Start Here Kids Start Here</p>','START HERE','','inherit','closed','closed','','973-autosave-v1','','','2018-05-04 11:47:32','2018-05-04 16:47:32','',973,'https://itstartswithone.org/973-autosave-v1/',0,'revision','',0),(977,2,'2018-05-04 11:47:02','2018-05-04 16:47:02','<p style=\"text-align: left;\">Parents Start Here Kids Start Here</p>','START HERE','','inherit','closed','closed','','973-revision-v1','','','2018-05-04 11:47:02','2018-05-04 16:47:02','',973,'https://itstartswithone.org/973-revision-v1/',0,'revision','',0),(978,2,'2018-05-04 15:33:49','2018-05-04 20:33:49','','Kid\'s Corner Club','','publish','closed','closed','','kids-corner-club','','','2018-05-04 15:33:49','2018-05-04 20:33:49','',0,'https://itstartswithone.org/?page_id=978',0,'page','',0),(979,2,'2018-05-04 15:17:38','2018-05-04 20:17:38','','Be The One Commitment Sheet (1)','','inherit','closed','closed','','be-the-one-commitment-sheet-1','','','2018-05-04 15:17:38','2018-05-04 20:17:38','',978,'https://itstartswithone.org/wp-content/uploads/2018/05/Be-The-One-Commitment-Sheet-1.jpeg',0,'attachment','image/jpeg',0),(980,2,'2018-05-04 15:24:21','2018-05-04 20:24:21','','Be The One Commitment Sheet EXAMPLE (1)','','inherit','closed','closed','','be-the-one-commitment-sheet-example-1','','','2018-05-04 15:24:21','2018-05-04 20:24:21','',978,'https://itstartswithone.org/wp-content/uploads/2018/05/Be-The-One-Commitment-Sheet-EXAMPLE-1.jpeg',0,'attachment','image/jpeg',0),(981,2,'2018-05-04 15:31:08','2018-05-04 20:31:08','','Be The One Commitment Sheet EXAMPLE','','inherit','closed','closed','','be-the-one-commitment-sheet-example','','','2018-05-04 15:31:08','2018-05-04 20:31:08','',978,'https://itstartswithone.org/wp-content/uploads/2018/05/Be-The-One-Commitment-Sheet-EXAMPLE.pdf',0,'attachment','application/pdf',0),(982,2,'2018-05-04 15:33:49','2018-05-04 20:33:49','','Kid\'s Corner Club','','inherit','closed','closed','','978-revision-v1','','','2018-05-04 15:33:49','2018-05-04 20:33:49','',978,'https://itstartswithone.org/978-revision-v1/',0,'revision','',0),(984,0,'2018-08-31 00:46:00','2018-08-31 05:46:00','','','','publish','closed','closed','','984','','','2018-08-31 00:46:00','2018-08-31 05:46:00','',0,'https://itstartswithone.org/nf_sub/984/',0,'nf_sub','',0),(986,2,'2018-09-24 13:03:48','2018-09-24 18:03:48','<strong>Q: What is It Starts With One?</strong>\r\n\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization, EIN # 81-504 6170. Our purpose is to help kids develop compassionate and charitable hearts for charity for those in need. Our mission is to inspire kids to play an individual role in charity, supporting other children facing dire circumstances.\r\n\r\n<span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\"><strong>Q: Which cause(s) does ISWO support?</strong></span>\r\n\r\n<span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\">A: </span><span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\">Children facing dire circumstances. (Examples include - Cancer, AIDS, Child Abuse, Human Trafficking etc) Our board of directors decide on a case by case basis who ISWO will support.</span>\r\n\r\n<strong>Q: I know a child that is facing dire circumstances, how can they receive aid and support? </strong>\r\n\r\nA: ISWO\'s board of directors selects the children/families that receive aid and support. You may fill out an application to request support for your child or a child you know that\'s facing dire circumstances. To submit an application to be considered to receive support from ISWO click <a href=\"https://itstartswithone.org/application/\">here</a>.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\n\r\nA: The Penny Challenge is a program in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then challenges others to do the same within 24 hours.\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\n\r\nA: Step 1) Go to www.itstartswithone.org/donate\r\nStep 2) Donate $3.65 (or more) by choosing a donation amount and frequency with which you would like to donate.\r\nStep 3) Challenge and sponsor other people to complete all three steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is an FFM (Featured Family of the Month)?</strong>\r\n\r\nA: The Featured Family of the Month (FFM) are children facing dire circumstances approved by ISWO\'s board of directors. Members of ISWO\'s board of directors will vet all FFM applicants. FFM\'s stories will always be listed on our website and/or in our brochures and print material. Anyone with a child battling dire circumstances can fill out an application by clicking <a href=\"https://itstartswithone.org/application/\">here</a> to be considered to be featured as a FFM.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\n\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs.\r\n\r\nAt ISWO we\'re proud to operate at a <strong>MAXIMUM</strong> of 20% going towards overhead costs and 80% <strong>(OR MORE)</strong> going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 1% going towards overhead expenses and 99% going towards charitable programs. It Starts With One will <strong>NEVER</strong> operate where any less than 80% of funds raised go to the children we support.\r\n\r\n<strong>Q: What is ISWO\'s budget?</strong>\r\n\r\nA: <a href=\"https://itstartswithone.org/wp-content/uploads/2018/04/ISWO-2018-Budget.pdf\">ISWO 2018 Budget</a>\r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\n\r\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\r\n\r\n \r\n\r\nDidn\'t find an answer above to your specific question? Don\'t worry. You can email your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2018-09-24 13:03:48','2018-09-24 18:03:48','',441,'https://itstartswithone.org/441-revision-v1/',0,'revision','',0),(987,2,'2018-09-24 13:05:10','2018-09-24 18:05:10','<strong>Q: What is It Starts With One?</strong>\r\n\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization, EIN # 81-504 6170. Our purpose is to help kids develop compassionate and charitable hearts for those in need. Our mission is to inspire kids to play an individual role in charity, supporting other children facing dire circumstances.\r\n\r\n<span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\"><strong>Q: Which cause(s) does ISWO support?</strong></span>\r\n\r\n<span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\">A: </span><span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\">Children facing dire circumstances. (Examples include - Cancer, AIDS, Child Abuse, Human Trafficking etc) Our board of directors decide on a case by case basis who ISWO will support.</span>\r\n\r\n<strong>Q: I know a child that is facing dire circumstances, how can they receive aid and support? </strong>\r\n\r\nA: ISWO\'s board of directors selects the children/families that receive aid and support. You may fill out an application to request support for your child or a child you know that\'s facing dire circumstances. To submit an application to be considered to receive support from ISWO click <a href=\"https://itstartswithone.org/application/\">here</a>.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\n\r\nA: The Penny Challenge is a program in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then challenges others to do the same within 24 hours.\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\n\r\nA: Step 1) Go to www.itstartswithone.org/donate\r\nStep 2) Donate $3.65 (or more) by choosing a donation amount and frequency with which you would like to donate.\r\nStep 3) Challenge and sponsor other people to complete all three steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is an FFM (Featured Family of the Month)?</strong>\r\n\r\nA: The Featured Family of the Month (FFM) are children facing dire circumstances approved by ISWO\'s board of directors. Members of ISWO\'s board of directors will vet all FFM applicants. FFM\'s stories will always be listed on our website and/or in our brochures and print material. Anyone with a child battling dire circumstances can fill out an application by clicking <a href=\"https://itstartswithone.org/application/\">here</a> to be considered to be featured as a FFM.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\n\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs.\r\n\r\nAt ISWO we\'re proud to operate at a <strong>MAXIMUM</strong> of 20% going towards overhead costs and 80% <strong>(OR MORE)</strong> going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 1% going towards overhead expenses and 99% going towards charitable programs. It Starts With One will <strong>NEVER</strong> operate where any less than 80% of funds raised go to the children we support.\r\n\r\n<strong>Q: What is ISWO\'s budget?</strong>\r\n\r\nA: <a href=\"https://itstartswithone.org/wp-content/uploads/2018/04/ISWO-2018-Budget.pdf\">ISWO 2018 Budget</a>\r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\n\r\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\r\n\r\n \r\n\r\nDidn\'t find an answer above to your specific question? Don\'t worry. You can email your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2018-09-24 13:05:10','2018-09-24 18:05:10','',441,'https://itstartswithone.org/441-revision-v1/',0,'revision','',0),(989,2,'2018-09-26 21:58:52','2018-09-27 02:58:52',' ','','','publish','closed','closed','','989','','','2018-12-02 22:01:25','2018-12-03 03:01:25','',0,'https://itstartswithone.org/?p=989',23,'nav_menu_item','',0),(991,2,'2018-09-26 22:08:43','2018-09-27 03:08:43',' ','','','publish','closed','closed','','application-for-assistance','','','2018-12-02 22:01:25','2018-12-03 03:01:25','',0,'https://itstartswithone.org/?p=991',11,'nav_menu_item','',0),(992,2,'2018-09-26 22:29:11','2018-09-27 03:29:11','[ninja_form id=6]','Application for Assistance','','inherit','closed','closed','','708-revision-v1','','','2018-09-26 22:29:11','2018-09-27 03:29:11','',708,'https://itstartswithone.org/708-revision-v1/',0,'revision','',0),(994,2,'2018-09-27 20:07:17','2018-09-28 01:07:17','It Starts With One\'s 2018 Be The One Campaign\r\n\r\nOn December 10th over 10,000 people will take help launch The Penny Challenge. Our goal is to raise over $10 million dollars to help children and the family\'s of children facing dire circumstances. (Cancer, AIDS, Child Abuse, Human Trafficking, etc)','Be The One','','inherit','closed','closed','','809-revision-v1','','','2018-09-27 20:07:17','2018-09-28 01:07:17','',809,'https://itstartswithone.org/809-revision-v1/',0,'revision','',0),(995,2,'2018-09-27 20:10:38','2018-09-28 01:10:38','It Starts With One\'s 2018 Be The One Campaign\r\n\r\nOn December 10th over 10,000 people will take help launch The Penny Challenge. Our goal is to raise over $10 million dollars to help children and the family\'s of children facing dire circumstances. (Cancer, AIDS, Child Abuse, Human Trafficking, etc)\r\n\r\nIf you know a family in need, apply for assistance <a href=\"http://www.itstartswithone.org/help\">here</a>.','Be The One','','inherit','closed','closed','','809-revision-v1','','','2018-09-27 20:10:38','2018-09-28 01:10:38','',809,'https://itstartswithone.org/809-revision-v1/',0,'revision','',0),(996,2,'2018-09-27 20:11:56','2018-09-28 01:11:56','','The Penny Challenge \"Tag Card Instructions\" for Social Media Use','','inherit','closed','closed','','it-starts-with-one-tag-card-back-side-for-social-media','','','2018-09-27 20:32:21','2018-09-28 01:32:21','',809,'https://itstartswithone.org/wp-content/uploads/2018/09/it-starts-with-one-tag-card-back-side-for-social-media.jpg',0,'attachment','image/jpeg',0),(997,2,'2018-09-27 20:11:58','2018-09-28 01:11:58','','The Penny Challenge \"Tag Card\" for Social Media Use','','inherit','closed','closed','','it-starts-with-one-tag-card-for-social-media','','','2018-09-27 20:27:42','2018-09-28 01:27:42','',809,'https://itstartswithone.org/wp-content/uploads/2018/09/it-starts-with-one-tag-card-for-social-media.jpg',0,'attachment','image/jpeg',0),(998,2,'2018-09-27 20:13:57','2018-09-28 01:13:57','It Starts With One\'s 2018 Be The One Campaign\r\n\r\nOn December 10th over 10,000 people will take help launch The Penny Challenge. Our goal is to raise over $10 million dollars to help children and the family\'s of children facing dire circumstances. (Cancer, AIDS, Child Abuse, Human Trafficking, etc)\r\n\r\n<a href=\"https://itstartswithone.org/betheone/it-starts-with-one-tag-card-for-social-media/\" rel=\"attachment wp-att-997\"><img class=\"alignright size-full wp-image-997\" src=\"https://itstartswithone.org/wp-content/uploads/2018/09/it-starts-with-one-tag-card-for-social-media.jpg\" alt=\"\" width=\"481\" height=\"476\" /></a>\r\n\r\nIf you know a family in need, apply for assistance <a href=\"http://www.itstartswithone.org/help\">here</a>.<a href=\"https://itstartswithone.org/betheone/it-starts-with-one-tag-card-back-side-for-social-media/\" rel=\"attachment wp-att-996\"><img class=\"alignright size-full wp-image-996\" src=\"https://itstartswithone.org/wp-content/uploads/2018/09/it-starts-with-one-tag-card-back-side-for-social-media.jpg\" alt=\"\" width=\"481\" height=\"477\" /></a>','Be The One','','inherit','closed','closed','','809-revision-v1','','','2018-09-27 20:13:57','2018-09-28 01:13:57','',809,'https://itstartswithone.org/809-revision-v1/',0,'revision','',0),(999,2,'2018-09-27 20:16:18','2018-09-28 01:16:18','It Starts With One\'s 2018 Be The One Campaign\r\n\r\nOn December 10th over 10,000 people will take help launch The Penny Challenge. Our goal is to raise over $10 million dollars to help children and the family\'s of children facing dire circumstances. (Cancer, AIDS, Child Abuse, Human Trafficking, etc)\r\n\r\n<a href=\"https://itstartswithone.org/betheone/it-starts-with-one-tag-card-for-social-media/\" rel=\"attachment wp-att-997\"><img class=\"size-full wp-image-997 alignleft\" src=\"https://itstartswithone.org/wp-content/uploads/2018/09/it-starts-with-one-tag-card-for-social-media.jpg\" alt=\"\" width=\"481\" height=\"476\" /></a>\r\n\r\nIf you know a family in need, apply for assistance <a href=\"http://www.itstartswithone.org/help\">here</a>.<a href=\"https://itstartswithone.org/betheone/it-starts-with-one-tag-card-back-side-for-social-media/\" rel=\"attachment wp-att-996\"><img class=\"size-full wp-image-996 alignright\" src=\"https://itstartswithone.org/wp-content/uploads/2018/09/it-starts-with-one-tag-card-back-side-for-social-media.jpg\" alt=\"\" width=\"481\" height=\"477\" /></a>','Be The One','','inherit','closed','closed','','809-revision-v1','','','2018-09-27 20:16:18','2018-09-28 01:16:18','',809,'https://itstartswithone.org/809-revision-v1/',0,'revision','',0),(1000,2,'2018-09-27 20:29:18','2018-09-28 01:29:18','','The Penny Challenge \"Tag Card\" for Social Media Use','','inherit','closed','closed','','it-starts-with-one-tag-card-back-side-for-social-media-2','','','2018-09-27 20:31:28','2018-09-28 01:31:28','',809,'https://itstartswithone.org/wp-content/uploads/2018/09/it-starts-with-one-tag-card-back-side-for-social-media-2.jpg',0,'attachment','image/jpeg',0),(1001,2,'2018-09-27 20:29:29','2018-09-28 01:29:29','It Starts With One\'s 2018 Be The One Campaign\r\n\r\nOn December 10th over 10,000 people will take help launch The Penny Challenge. Our goal is to raise over $10 million dollars to help children and the family\'s of children facing dire circumstances. (Cancer, AIDS, Child Abuse, Human Trafficking, etc)\r\n\r\n<a href=\"https://itstartswithone.org/betheone/it-starts-with-one-tag-card-back-side-for-social-media-2/\" rel=\"attachment wp-att-1000\"><img class=\"alignright size-full wp-image-1000\" src=\"https://itstartswithone.org/wp-content/uploads/2018/09/it-starts-with-one-tag-card-back-side-for-social-media-2.jpg\" alt=\"\" width=\"480\" height=\"476\" /></a>\r\n\r\n \r\n\r\nIf you know a family in need, apply for assistance <a href=\"http://www.itstartswithone.org/help\">here</a>.<a href=\"https://itstartswithone.org/betheone/it-starts-with-one-tag-card-back-side-for-social-media/\" rel=\"attachment wp-att-996\"><img class=\"size-full wp-image-996 alignright\" src=\"https://itstartswithone.org/wp-content/uploads/2018/09/it-starts-with-one-tag-card-back-side-for-social-media.jpg\" alt=\"\" width=\"481\" height=\"477\" /></a>','Be The One','','inherit','closed','closed','','809-revision-v1','','','2018-09-27 20:29:29','2018-09-28 01:29:29','',809,'https://itstartswithone.org/809-revision-v1/',0,'revision','',0),(1002,2,'2018-09-27 20:30:21','2018-09-28 01:30:21','It Starts With One\'s 2018 Be The One Campaign\r\n\r\nOn December 10th over 10,000 people will take help launch The Penny Challenge. Our goal is to raise over $10 million dollars to help children and the family\'s of children facing dire circumstances. (Cancer, AIDS, Child Abuse, Human Trafficking, etc)\r\n\r\n<a href=\"https://itstartswithone.org/betheone/it-starts-with-one-tag-card-back-side-for-social-media-2/\" rel=\"attachment wp-att-1000\"><img class=\"size-full wp-image-1000 alignleft\" src=\"https://itstartswithone.org/wp-content/uploads/2018/09/it-starts-with-one-tag-card-back-side-for-social-media-2.jpg\" alt=\"\" width=\"480\" height=\"476\" /></a>\r\n\r\n \r\n\r\nIf you know a family in need, apply for assistance <a href=\"http://www.itstartswithone.org/help\">here</a>.<a href=\"https://itstartswithone.org/betheone/it-starts-with-one-tag-card-back-side-for-social-media/\" rel=\"attachment wp-att-996\"><img class=\"size-full wp-image-996 alignright\" src=\"https://itstartswithone.org/wp-content/uploads/2018/09/it-starts-with-one-tag-card-back-side-for-social-media.jpg\" alt=\"\" width=\"481\" height=\"477\" /></a>','Be The One','','inherit','closed','closed','','809-revision-v1','','','2018-09-27 20:30:21','2018-09-28 01:30:21','',809,'https://itstartswithone.org/809-revision-v1/',0,'revision','',0),(1003,2,'2018-09-28 10:28:58','2018-09-28 15:28:58','<p style=\"text-align: center;\">THE PENNY CHALLENGE LAUNCH - WEDNESDAY, JANUARY 9TH, 2019.</p>','It Starts With One - Information','','publish','closed','closed','','info','','','2018-09-28 10:28:58','2018-09-28 15:28:58','',0,'https://itstartswithone.org/?page_id=1003',0,'page','',0),(1004,2,'2018-09-28 10:28:58','2018-09-28 15:28:58','<p style=\"text-align: center;\">THE PENNY CHALLENGE LAUNCH - WEDNESDAY, JANUARY 9TH, 2019.</p>','It Starts With One - Information','','inherit','closed','closed','','1003-revision-v1','','','2018-09-28 10:28:58','2018-09-28 15:28:58','',1003,'https://itstartswithone.org/1003-revision-v1/',0,'revision','',0),(1006,2,'2018-09-28 11:06:31','2018-09-28 16:06:31','<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-m-b-lg-bpxs x-f-pri-fam x-f-sz-md \"><strong>WHO WE ARE:</strong><img class=\"alignright wp-image-76\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"126\" height=\"126\" /></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nIt Starts With One is a 501(c)3 non-profit business that provides aid and support to children facing dire circumstances and produces school assemblies to help inspire and develop compassionate and charitable hearts in children.\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nOur purpose is to inspire kids to play a role in changing the world, first locally in your community and then globally through a pay it forward movement we call The Penny Challenge. We work to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n\r\nWe provide financial support to those battling fatal illnesses such as Cancer, HIV/AIDS & Heart Disease. We provide aid to children of our wounded vets. In addition, we raise awareness and resources for kids caught in sex-trafficking and those in 3rd world countries without clean water. We do this on a local and global level.\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n\r\nBecause there will always be unmet needs, inherent evil and fatal illnesses in the world, we feel called to make a difference and will work daily to meet the needs, combat the evil and ease the suffering of illnesses.\r\n\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n<p dir=\"ltr\"><strong>IT STARTS WITH ONE</strong></p>\r\n<p dir=\"ltr\"><img class=\"alignright size-medium wp-image-190\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/01/loren-hockensmith-269x300.png\" alt=\"\" width=\"269\" height=\"300\" />It Starts With One began in December 2016 out of the ashes of the most difficult year of founder, Loren Hockensmith’s life. In July of that year he was hit at about 50 mph by a woman who was texting and driving. Loren suffered a stage 3 concussion and broke his back in two places. While being x-rayed in the hospital doctors discovered a mass on his kidney that turned out to be cancer. About a month later while in the hospital battling cancer an employee of Hockensmith’s lawn care business stole $30,000 worth of equipment. Subsequently the company lost over 100 customers <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1607775337\"><span class=\"aQJ\">within two weeks</span></span> and were forced to close the doors on the landscaping business. It was in the darkest days that followed that Loren started actively seeking and earnestly searching for the meaning and purpose of his life and time here on earth. While reading a book, he was prompted to focus not on finding a way to make a million dollars, but instead find a way to help a million people. It wasn’t long after that revelation, one insomnia filled night the he was blessed with the idea for what would later become It Starts With One and The Penny Challenge. Loren’s goal is to raise enough money through ISWO to provide clean water to every human-being on earth, see sex-trafficking come to an end and provide aid to our wounded vets and those battling serious illnesses. Loren truly believes with everyone playing their part by donating the equivalent of just a penny a day, $3.65/year we can accomplish all those goals. 300 million people donating $3.65 = over 1 BILLION dollars. You’re the hero. We’re just the guide. It starts with you. It starts with me. It Starts With One.</p>\r\n<p dir=\"ltr\">Mission Statement: Because there will always be unmet needs, inherent evil and fatal illnesses in the world, we will work daily to meet the needs, combat the evil and ease the suffering of illnesses. We believe that one person truly can make a difference.</p>\r\n<p dir=\"ltr\">Purpose Statement: Our purpose is to inspire kids to play a role in changing the world, first locally in your community and then globally through a pay it forward movement we call The Penny Challenge. We work to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.</p>\r\n<p dir=\"ltr\">Mantra: Creating heroes every day by inspiring everyday heroes.</p>\r\n<p dir=\"ltr\">Slogans: 1) Be the One. 2) You’re the Hero. We’re the guide.</p>\r\n<p dir=\"ltr\">It Starts With One Causes -</p>\r\n<p dir=\"ltr\">Featured Family of the Month (FFM) - The Featured Family of the Month (FFM) is a family or individual struggling with any one of the ten causes we support. Members of ISWO’s board of directors will vet all FFM applicants. Often times the FFM are children battling a form of cancer. FFM’s stories will always be listed on our website or in our brochures. Anyone struggling with any of the causes we support can send an email to iswoinc@gmail.com to be considered to be a FFM.</p>\r\n<p dir=\"ltr\">1) AIDS - More than 1.2 million people in the United States are living with HIV infection. It is estimated that almost 1 in 8 (12.8 percent) don\'t know they are infected. From 1981 to 2013, an estimated 1,194,039 people in the United States had been diagnosed with AIDS. Of those, 658,507 have died.</p>\r\n<p dir=\"ltr\">2) ALS - Most people who develop ALS are between the ages of 40 and 70, although the disease can occur at a younger age. It occurs throughout the world with no racial, ethnic or socioeconomic boundaries. It affects as many as 30,000 in the United States, with 5,000 new cases diagnosed each year.</p>\r\n<p dir=\"ltr\">3) Cancer - Cancer is among the leading causes of death worldwide. In 2012, there were 14 million new cases and 8.2 million cancer-related deaths worldwide. The number of new cancer cases will rise to 22 million within the next two decades.</p>\r\n<p dir=\"ltr\">4) General Fund - Everyone needs help from time to time. It is our hope and prayer that with your support, together we can be the change we wish to see in the world. During the darker moments in life (that at one point or another find us all), ISWO wants to be a beacon of light and a ray of hope.</p>\r\n<p dir=\"ltr\">5) Heart Disease - Cardiovascular disease is the leading global cause of death, accounting for 17.3 million deaths per year, a number that is expected to grow to more than 23.6 million by 2030. In 2008, cardiovascular deaths represented 30 percent of all global deaths, with 80 percent of those deaths taking place in low- and middle-income countries. Nearly 787,000 people in the U.S. died from heart disease, stroke and other\r\ncardiovascular diseases in 2011. That’s about one of every three deaths in America. About 2,150 Americans die each day from these diseases, one every 40 seconds. Cardiovascular diseases claim more lives than all forms of cancer combined.</p>\r\n<p dir=\"ltr\">6) Human Trafficking - Human (or sex) trafficking is a form of modern slavery that exists throughout the United States and globally. Sex traffickers use violence, threats, lies, debt bondage, and other forms of coercion to compel adults and children to engage in commercial sex acts against their will. Under U.S. federal law, any minor under the age of 18 years induced into commercial sex is a victim of sex trafficking—regardless of whether or not the trafficker used force, fraud, or coercion. The situations that sex trafficking victims face vary dramatically. Many victims become romantically involved with someone who then forces or manipulates them into prostitution. Others are lured in with false promises of a job, such as modeling or dancing. Some are forced to sell sex by their parents or other family members. They may be involved in a trafficking situation for a few days or weeks, or may remain in the same trafficking situation for years. There are approximately 4.5 million people trapped in forced sexual exploitation globally and has become a multi-billion dollar industry.</p>\r\n<p dir=\"ltr\">7) Missions - About 71% of the earth is made up of water. Despite that fact approximately 783 million people do not have access to clean water and almost 2.5 billion do not have access to adequate sanitation. 6 to 8 million people die annually from the consequences of disasters and water-related diseases. One of our main missions is to help bring safe and clean water to the millions of people in need. We also fund building projects to create housing, schools and churches for those without adequate shelter and facilities. Missions can include anything that leads to people helping people have better lives.</p>\r\n<p dir=\"ltr\">8) Substance Abuse - According to an article by <a href=\"https://www.cbsnews.com/news/overdoses-are-leading-cause-of-death-americans-under-50/\">CBS news</a> drug overdoses have become the #1 killer of Americans under 50 years old. Substance abuse, also known as drug abuse, is a patterned use of a drug in which the user consumes the substance in amounts or with methods which are harmful to themselves or others, and is a form of substance-related disorder. Widely differing definitions of drug abuse are used in public health, medical and criminal justice contexts. In some cases criminal or anti-social behavior occurs when the person is under the influence of a drug, and long term personality changes in individuals may occur as well. In addition to possible physical, social, and psychological harm, use of some drugs may also lead to criminal penalties, although these vary widely depending on the local jurisdiction. Drugs most often associated with this term Drugs most often associated with this term include: alcohol, cannabis, barbiturates, benzodiazepines, cocaine, methaqualone, opioids and some substituted amphetamines. The exact cause of substance abuse is not clear, with the two predominant theories being: either a genetic disposition which is learned from others, or a habit which if addiction develops, manifests itself as a chronic debilitating disease.</p>\r\n<p dir=\"ltr\">9) World Hunger - The United Nations Food and Agriculture Organization estimates that about 795 million people of the 7.3 billion people in the world, or one in nine, were suffering from chronic undernourishment in 2014-2016. Almost all the hungry people, 780 million, live in developing countries, representing 12.9 percent, or one in eight, of the population of developing counties. There are 11 million people undernourished in developed countries.</p>\r\n<p dir=\"ltr\">10) Wounded Veterans - 3.6 million is the number of veterans with a service-connected disability rating in 2013. Of this number, 957,504 had a rating of 70 percent or higher. A “service-connected” disability is one that was a result of a disease or injury incurred or aggravated during active military service. Often times our wounded vets have to jump through hoops to get the much needed care that they not only have a right to, but deserve.</p>','About','','inherit','closed','closed','','8-revision-v1','','','2018-09-28 11:06:31','2018-09-28 16:06:31','',8,'https://itstartswithone.org/8-revision-v1/',0,'revision','',0),(1007,2,'2018-09-28 11:10:52','2018-09-28 16:10:52','The Penny Challenge Commercial\r\n<iframe src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nThe Penny Challenge - School Informational Video\r\n<iframe src=\"https://www.youtube.com/embed/Ar7abcf81P8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n \r\n\r\nMaking of <em>The Penny Challenge</em> Commercial\r\n\r\n[gallery ids=\"524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541\"]','Media','','inherit','closed','closed','','518-revision-v1','','','2018-09-28 11:10:52','2018-09-28 16:10:52','',518,'https://itstartswithone.org/518-revision-v1/',0,'revision','',0),(1009,2,'2018-10-13 15:18:09','2018-10-13 20:18:09','<p style=\"text-align: center;\">The Penny Challenge - School Informational Video</p>\r\n<p style=\"text-align: center;\"><iframe style=\"width: 100%; height: 400px;\" src=\"https://www.youtube.com/embed/wwAbWUSaf-Y\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>','School Assemblies','','inherit','closed','closed','','434-revision-v1','','','2018-10-13 15:18:09','2018-10-13 20:18:09','',434,'https://itstartswithone.org/434-revision-v1/',0,'revision','',0),(1010,2,'2018-10-13 15:22:36','2018-10-13 20:22:36','<p style=\"text-align: center;\">The Penny Challenge - School Informational Video</p>\r\n<p style=\"text-align: center;\"><iframe style=\"width: 100%; height: 400px;\" src=\"https://www.youtube.com/embed/wwAbWUSaf-Y\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>','School Assemblies','','inherit','closed','closed','','369-revision-v1','','','2018-10-13 15:22:36','2018-10-13 20:22:36','',369,'https://itstartswithone.org/369-revision-v1/',0,'revision','',0),(1011,2,'2018-10-13 21:06:53','2018-10-14 02:06:53','','Penny A Day','','publish','closed','closed','','pennyaday','','','2018-10-13 21:06:53','2018-10-14 02:06:53','',0,'https://itstartswithone.org/?page_id=1011',0,'page','',0),(1012,2,'2018-10-13 21:06:53','2018-10-14 02:06:53','','Penny A Day','','inherit','closed','closed','','1011-revision-v1','','','2018-10-13 21:06:53','2018-10-14 02:06:53','',1011,'https://itstartswithone.org/1011-revision-v1/',0,'revision','',0),(1014,2,'2018-10-15 11:23:06','2018-10-15 16:23:06','','50 random acts of kindness','','inherit','closed','closed','','50-random-acts-of-kindness','','','2018-10-15 11:23:06','2018-10-15 16:23:06','',443,'https://itstartswithone.org/wp-content/uploads/2018/10/50-random-acts-of-kindness.jpg',0,'attachment','image/jpeg',0),(1015,2,'2018-10-15 11:23:08','2018-10-15 16:23:08','','Kindness Journal - ISWO','','inherit','closed','closed','','kindness-journal-iswo','','','2018-10-15 11:23:08','2018-10-15 16:23:08','',443,'https://itstartswithone.org/wp-content/uploads/2018/10/Kindness-Journal-ISWO.jpg',0,'attachment','image/jpeg',0),(1016,2,'2018-10-15 11:23:26','2018-10-15 16:23:26','<a href=\"https://itstartswithone.org/school-assembly-resources/50-random-acts-of-kindness/\" rel=\"attachment wp-att-1014\"><img class=\"alignright size-full wp-image-1014\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/50-random-acts-of-kindness.jpg\" alt=\"\" width=\"387\" height=\"498\" /></a> <a href=\"https://itstartswithone.org/school-assembly-resources/kindness-journal-iswo/\" rel=\"attachment wp-att-1015\"><img class=\"alignright size-full wp-image-1015\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/Kindness-Journal-ISWO.jpg\" alt=\"\" width=\"387\" height=\"501\" /></a>','School Assembly Resources','','inherit','closed','closed','','443-revision-v1','','','2018-10-15 11:23:26','2018-10-15 16:23:26','',443,'https://itstartswithone.org/443-revision-v1/',0,'revision','',0),(1017,2,'2018-10-15 14:05:44','2018-10-15 19:05:44','','letter to parents','','inherit','closed','closed','','letter-to-parents','','','2018-10-15 14:05:44','2018-10-15 19:05:44','',443,'https://itstartswithone.org/wp-content/uploads/2018/10/letter-to-parents.jpg',0,'attachment','image/jpeg',0),(1018,2,'2018-10-15 14:06:00','2018-10-15 19:06:00','<a href=\"https://itstartswithone.org/school-assembly-resources/letter-to-parents/\" rel=\"attachment wp-att-1017\"><img class=\"alignright size-full wp-image-1017\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/letter-to-parents.jpg\" alt=\"\" width=\"387\" height=\"498\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/50-random-acts-of-kindness/\" rel=\"attachment wp-att-1014\"><img class=\"alignright size-full wp-image-1014\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/50-random-acts-of-kindness.jpg\" alt=\"\" width=\"387\" height=\"498\" /></a> <a href=\"https://itstartswithone.org/school-assembly-resources/kindness-journal-iswo/\" rel=\"attachment wp-att-1015\"><img class=\"alignright size-full wp-image-1015\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/Kindness-Journal-ISWO.jpg\" alt=\"\" width=\"387\" height=\"501\" /></a>','School Assembly Resources','','inherit','closed','closed','','443-revision-v1','','','2018-10-15 14:06:00','2018-10-15 19:06:00','',443,'https://itstartswithone.org/443-revision-v1/',0,'revision','',0),(1019,2,'2018-10-15 16:43:22','2018-10-15 21:43:22','','back of parent letter','','inherit','closed','closed','','back-of-parent-letter','','','2018-10-15 16:43:22','2018-10-15 21:43:22','',443,'https://itstartswithone.org/wp-content/uploads/2018/10/back-of-parent-letter.jpg',0,'attachment','image/jpeg',0),(1020,2,'2018-10-15 16:44:13','2018-10-15 21:44:13','<a href=\"https://itstartswithone.org/school-assembly-resources/back-of-parent-letter/\" rel=\"attachment wp-att-1019\"><img class=\"alignright size-full wp-image-1019\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/back-of-parent-letter.jpg\" alt=\"\" width=\"387\" height=\"502\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/letter-to-parents/\" rel=\"attachment wp-att-1017\"><img class=\"alignright size-full wp-image-1017\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/letter-to-parents.jpg\" alt=\"\" width=\"387\" height=\"498\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/50-random-acts-of-kindness/\" rel=\"attachment wp-att-1014\"><img class=\"alignright size-full wp-image-1014\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/50-random-acts-of-kindness.jpg\" alt=\"\" width=\"387\" height=\"498\" /></a> <a href=\"https://itstartswithone.org/school-assembly-resources/kindness-journal-iswo/\" rel=\"attachment wp-att-1015\"><img class=\"alignright size-full wp-image-1015\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/Kindness-Journal-ISWO.jpg\" alt=\"\" width=\"387\" height=\"501\" /></a>','School Assembly Resources','','inherit','closed','closed','','443-revision-v1','','','2018-10-15 16:44:13','2018-10-15 21:44:13','',443,'https://itstartswithone.org/443-revision-v1/',0,'revision','',0),(1021,2,'2018-10-15 16:47:04','2018-10-15 21:47:04','<p style=\"text-align: center;\"><a href=\"https://itstartswithone.org/school-assembly-resources/back-of-parent-letter/\" rel=\"attachment wp-att-1019\"><img class=\"alignright wp-image-1019\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/back-of-parent-letter.jpg\" alt=\"\" width=\"363\" height=\"471\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/letter-to-parents/\" rel=\"attachment wp-att-1017\"><img class=\"alignright wp-image-1017\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/letter-to-parents.jpg\" alt=\"\" width=\"368\" height=\"474\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/50-random-acts-of-kindness/\" rel=\"attachment wp-att-1014\"><img class=\"alignright wp-image-1014\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/50-random-acts-of-kindness.jpg\" alt=\"\" width=\"361\" height=\"465\" /></a> <a href=\"https://itstartswithone.org/school-assembly-resources/kindness-journal-iswo/\" rel=\"attachment wp-att-1015\"><img class=\"alignright wp-image-1015\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/Kindness-Journal-ISWO.jpg\" alt=\"\" width=\"368\" height=\"476\" /></a></p>','School Assembly Resources','','inherit','closed','closed','','443-revision-v1','','','2018-10-15 16:47:04','2018-10-15 21:47:04','',443,'https://itstartswithone.org/443-revision-v1/',0,'revision','',0),(1022,2,'2018-10-15 16:48:13','2018-10-15 21:48:13','','penny challenge cards (4)','','inherit','closed','closed','','penny-challenge-cards-4','','','2018-10-15 16:48:13','2018-10-15 21:48:13','',443,'https://itstartswithone.org/wp-content/uploads/2018/10/penny-challenge-cards-4.jpg',0,'attachment','image/jpeg',0),(1023,2,'2018-10-15 16:48:38','2018-10-15 21:48:38','<p style=\"text-align: center;\"><a href=\"https://itstartswithone.org/school-assembly-resources/penny-challenge-cards-4/\" rel=\"attachment wp-att-1022\"><img class=\"alignright size-full wp-image-1022\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/penny-challenge-cards-4.jpg\" alt=\"\" width=\"573\" height=\"242\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/back-of-parent-letter/\" rel=\"attachment wp-att-1019\">Penny Challenge Tag Cards<img class=\"alignright wp-image-1019\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/back-of-parent-letter.jpg\" alt=\"\" width=\"363\" height=\"471\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/letter-to-parents/\" rel=\"attachment wp-att-1017\"><img class=\"alignright wp-image-1017\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/letter-to-parents.jpg\" alt=\"\" width=\"368\" height=\"474\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/50-random-acts-of-kindness/\" rel=\"attachment wp-att-1014\"><img class=\"alignright wp-image-1014\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/50-random-acts-of-kindness.jpg\" alt=\"\" width=\"361\" height=\"465\" /></a> <a href=\"https://itstartswithone.org/school-assembly-resources/kindness-journal-iswo/\" rel=\"attachment wp-att-1015\"><img class=\"alignright wp-image-1015\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/Kindness-Journal-ISWO.jpg\" alt=\"\" width=\"368\" height=\"476\" /></a></p>','School Assembly Resources','','inherit','closed','closed','','443-revision-v1','','','2018-10-15 16:48:38','2018-10-15 21:48:38','',443,'https://itstartswithone.org/443-revision-v1/',0,'revision','',0),(1024,2,'2018-10-15 16:50:06','2018-10-15 21:50:06','<p style=\"text-align: center;\"><a href=\"https://itstartswithone.org/school-assembly-resources/back-of-parent-letter/\" rel=\"attachment wp-att-1019\">\r\n<img class=\"alignright wp-image-1019\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/back-of-parent-letter.jpg\" alt=\"\" width=\"363\" height=\"471\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/letter-to-parents/\" rel=\"attachment wp-att-1017\"><img class=\"alignright wp-image-1017\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/letter-to-parents.jpg\" alt=\"\" width=\"368\" height=\"474\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/50-random-acts-of-kindness/\" rel=\"attachment wp-att-1014\"><img class=\"alignright wp-image-1014\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/50-random-acts-of-kindness.jpg\" alt=\"\" width=\"361\" height=\"465\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/kindness-journal-iswo/\" rel=\"attachment wp-att-1015\"><img class=\"alignright wp-image-1015\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/Kindness-Journal-ISWO.jpg\" alt=\"\" width=\"368\" height=\"476\" /></a></p>','School Assembly Resources','','inherit','closed','closed','','443-revision-v1','','','2018-10-15 16:50:06','2018-10-15 21:50:06','',443,'https://itstartswithone.org/443-revision-v1/',0,'revision','',0),(1025,2,'2018-10-15 17:11:54','2018-10-15 22:11:54','','IMG_6493 (1)','','inherit','closed','closed','','img_6493-1','','','2018-10-15 17:11:54','2018-10-15 22:11:54','',478,'https://itstartswithone.org/wp-content/uploads/2018/10/IMG_6493-1.jpg',0,'attachment','image/jpeg',0),(1026,2,'2018-10-15 17:12:07','2018-10-15 22:12:07','','IMG_6494','','inherit','closed','closed','','img_6494','','','2018-10-15 17:12:07','2018-10-15 22:12:07','',478,'https://itstartswithone.org/wp-content/uploads/2018/10/IMG_6494.jpg',0,'attachment','image/jpeg',0),(1027,2,'2018-10-15 17:12:15','2018-10-15 22:12:15','','IMG_6495','','inherit','closed','closed','','img_6495','','','2018-10-15 17:12:15','2018-10-15 22:12:15','',478,'https://itstartswithone.org/wp-content/uploads/2018/10/IMG_6495.jpg',0,'attachment','image/jpeg',0),(1028,2,'2018-10-15 17:16:46','2018-10-15 22:16:46','<a href=\"https://itstartswithone.org/healers-heroes/img_6495/\" rel=\"attachment wp-att-1027\"><img class=\"alignright wp-image-1027\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/IMG_6495.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a> <a href=\"https://itstartswithone.org/healers-heroes/img_6494/\" rel=\"attachment wp-att-1026\"><img class=\"alignright wp-image-1026\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/IMG_6494.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a> <a href=\"https://itstartswithone.org/healers-heroes/img_6493-1/\" rel=\"attachment wp-att-1025\"><img class=\"alignright wp-image-1025\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/IMG_6493-1.jpg\" alt=\"\" width=\"226\" height=\"301\" /></a>\r\n\r\nLiam K.\r\n\r\n<img class=\"alignnone size-medium wp-image-496\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image1-5-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n\r\nLiam\'s story:\r\n\r\nLiam was diagnosed with Medulloblastoma (a form of brain cancer) at the beginning of 2016 when he was just five years old. He went through surgery to remove as much of the tumors as possible. Liam had another surgery to place a central line which would be used for chemotherapy throughout five cycles. Most cycles required long stays at PSHMC (Penn State Hershey Medical Center). Liam completed chemo and had a stem cell transplant in August 2016. At that time he was declared cancer free and needed routine MRIs every three months.\r\n<div></div>\r\n<div>In April 2017 his MRI revealed his cancer was had returned. He had biopsy surgery in the beginning of May. Since then he has started treatment of oral chemo medications. This requires routine exams and blood work twice a week at PSHMC. The whole brain and spine are receiving treatment not just the tumors. The treatment has the risk of many side effects.</div>\r\n<div></div>\r\n<div>Kristen (Liam\'s Mom) and Liam are living in Philadelphia during weekdays and hope to go home to Shippensburg each weekend as long as he is able to make the trip. Kristen is a single Mom and has an older son, Caleb who is 9 and a daughter Eden who is 4. Kristen\'s faith is amazing, but as you know, it can be hard and trying. This family could really use your thoughts and prayers. In addition to your prayers, they could use a financial blessing. To help support Liam and Kristen you can <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">donate here</a> or participate in <a href=\"http://itstartswithone.org/the-penny-challenge-step-1/\">The Penny Challenge</a>.</div>\r\n<img class=\"alignnone size-medium wp-image-497\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image2-300x295.jpg\" alt=\"\" width=\"300\" height=\"295\" />\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nLexi V.\r\n\r\n<img class=\"alignnone size-medium wp-image-490\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image1-4-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n\r\nLexi is the first person that ISWO had the privilege of supporting through YOUR efforts, hard work and donations. Lexi has been battling a brain tumor while her Mom, Vanessa has been right by her side every second of every day. ISWO was able to aid Lexi and her family with a check for $3,250. YOU make these moments possible.\r\n\r\n<iframe src=\"https://www.youtube.com/embed/EuIF93X01qc\" width=\"560\" height=\"380\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nIt Starts With One Launch Party Volunteers (Heroes)\r\n\r\n*In no particular order...\r\n\r\nRobert Smith Gabe Tullier Justine Tullier\r\n\r\nShaun Schofield Kyle Bailey Eli Osborn\r\n\r\nJulio Cantu Roger Ball Niko Green\r\n\r\nShawn Fey Michael Skelley Laura Psaric\r\n\r\nAllen Lowery Kim Johnson Sheritta Johnson\r\n\r\nJeffiner Garcia Brendan Edwards Miguel Garcia\r\n\r\nDenny Hockensmith Pat Hockensmith Jim Sunderwirth\r\n\r\nAlex Henriquez','Featured Family of the Month','','inherit','closed','closed','','478-revision-v1','','','2018-10-15 17:16:46','2018-10-15 22:16:46','',478,'https://itstartswithone.org/478-revision-v1/',0,'revision','',0),(1029,2,'2018-10-15 17:25:35','2018-10-15 22:25:35','','IMG_7597','','inherit','closed','closed','','img_7597','','','2018-10-15 18:00:38','2018-10-15 23:00:38','',478,'https://itstartswithone.org/wp-content/uploads/2018/10/IMG_7597.png',0,'attachment','image/png',0),(1030,2,'2018-10-15 17:53:46','2018-10-15 22:53:46','','rycker\'s family (2)','','inherit','closed','closed','','ryckers-family-2','','','2018-10-15 18:00:38','2018-10-15 23:00:38','',478,'https://itstartswithone.org/wp-content/uploads/2018/10/ryckers-family-2.jpg',0,'attachment','image/jpeg',0),(1031,2,'2018-10-15 18:12:41','2018-10-15 23:12:41','<a href=\"https://itstartswithone.org/ffm/ryckers-family-2/\" rel=\"attachment wp-att-1030\"><img class=\"alignright size-full wp-image-1030\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/ryckers-family-2.jpg\" alt=\"\" width=\"781\" height=\"563\" /></a> <a href=\"https://itstartswithone.org/ffm/img_7597/\" rel=\"attachment wp-att-1029\"><img class=\"alignright wp-image-1029\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/IMG_7597.png\" alt=\"\" width=\"349\" height=\"196\" /></a>\r\n\r\nRycker\'s story:\r\n\r\nLast night my sweet Rycker’s life flashed before my eyes, as he went in to full cardiac arrest and pulmonary hypertension crises, while his whole body turned blue and went limp in my arms. After nudging my baby to try get him to come too, my babies lifeless body lay in my arms. As scared as I was, I wasn’t going to let that moment be the last moment of my babies life. I can’t help the tears rolling down my face as I write this, but it needs to be done. Immediately the CPR certification class I had taken came full force, I rushed against the seconds and grabbed a blanket and put Rycker flat on the floor and started doing infant CPR, strictly compressions,as he was already on oxygen and I knew every second counted, that if I stopped doing those compressions even for a second that it could make all the difference. As distraught as I was I knew I had to be focused for my baby. Although it seemed like forever my baby,came back and soon started wailing, I never thought I would be so happy to hear that sound of wailing, or a screaming baby! My sister-in-law and Jeffrey came rushing in the house soon after with the police coming in behind, all while Rycker was still going in and out of it, crying to the point of turning blue again, and not being able to breath. As we waited for the ambulance, there was nothing more that could be done but wait,we waited for 20 minutes for the ambulance to arrive . The reason I’m posting about this devastating event, is to let others know that even though you may think you will never need it, A CPR class is of the utmost importance. I tell you as a heart mom, as an everyday mom, as a mom that saw my sons life flash before my eyes, as a mom that had never thought she would need to do CPR on her child, that learning CPR is what every parent should be mandated to do after having a baby. Cardiac issues or not. Just like before you leave the hospital after having a baby you have to watch the shaken baby syndrome videos or how you have to go to a car seat class. It should be mandated that every parent learns CPR before leaving the hospital with their baby. You never know when something could happen to the point that you will need it, even if it’s not to save your child’s life but another. So I please ask you to think about taking a CPR class, no mom or parent should ever have to go through what we went through last night.\r\n\r\nRycker has been in and out of it since arriving to the hospital, he had another cyanotic episode last night where his lips and the lower half of his body turned blue, he went into brachycardia, which means his heart rate went below 60(it should be between 120-145) He is very weak. So again we are back in the hospital not knowing what the future holds, not knowing if our baby will have another episode or ever fully recover. I really don’t think my baby would even be here if it wasn’t for CPR. All I ask is for prayers and If you have never considered taking a CPR class please consider it, even if you never think you will have to use it, you just never know !\r\n\r\n\r\n\r\n<a href=\"https://itstartswithone.org/healers-heroes/img_6495/\" rel=\"attachment wp-att-1027\"><img class=\"alignright wp-image-1027\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/IMG_6495.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a> <a href=\"https://itstartswithone.org/healers-heroes/img_6494/\" rel=\"attachment wp-att-1026\"><img class=\"alignright wp-image-1026\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/IMG_6494.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a> <a href=\"https://itstartswithone.org/healers-heroes/img_6493-1/\" rel=\"attachment wp-att-1025\"><img class=\"alignright wp-image-1025\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/IMG_6493-1.jpg\" alt=\"\" width=\"226\" height=\"301\" /></a>\r\n\r\nLiam K.\r\n\r\n<img class=\"alignnone size-medium wp-image-496\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image1-5-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n\r\nLiam\'s story:\r\n\r\nLiam was diagnosed with Medulloblastoma (a form of brain cancer) at the beginning of 2016 when he was just five years old. He went through surgery to remove as much of the tumors as possible. Liam had another surgery to place a central line which would be used for chemotherapy throughout five cycles. Most cycles required long stays at PSHMC (Penn State Hershey Medical Center). Liam completed chemo and had a stem cell transplant in August 2016. At that time he was declared cancer free and needed routine MRIs every three months.\r\n<div></div>\r\n<div>In April 2017 his MRI revealed his cancer was had returned. He had biopsy surgery in the beginning of May. Since then he has started treatment of oral chemo medications. This requires routine exams and blood work twice a week at PSHMC. The whole brain and spine are receiving treatment not just the tumors. The treatment has the risk of many side effects.</div>\r\n<div></div>\r\n<div>Kristen (Liam\'s Mom) and Liam are living in Philadelphia during weekdays and hope to go home to Shippensburg each weekend as long as he is able to make the trip. Kristen is a single Mom and has an older son, Caleb who is 9 and a daughter Eden who is 4. Kristen\'s faith is amazing, but as you know, it can be hard and trying. This family could really use your thoughts and prayers. In addition to your prayers, they could use a financial blessing. To help support Liam and Kristen you can <a href=\"https://store.itstartswithone.org/collections/make-a-donation/products/make-a-donation\">donate here</a> or participate in <a href=\"http://itstartswithone.org/the-penny-challenge-step-1/\">The Penny Challenge</a>.</div>\r\n<img class=\"alignnone size-medium wp-image-497\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image2-300x295.jpg\" alt=\"\" width=\"300\" height=\"295\" />\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nLexi V.\r\n\r\n<img class=\"alignnone size-medium wp-image-490\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/image1-4-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\r\n\r\nLexi is the first person that ISWO had the privilege of supporting through YOUR efforts, hard work and donations. Lexi has been battling a brain tumor while her Mom, Vanessa has been right by her side every second of every day. ISWO was able to aid Lexi and her family with a check for $3,250. YOU make these moments possible.\r\n\r\n<iframe src=\"https://www.youtube.com/embed/EuIF93X01qc\" width=\"560\" height=\"380\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\nIt Starts With One Launch Party Volunteers (Heroes)\r\n\r\n*In no particular order...\r\n\r\nRobert Smith Gabe Tullier Justine Tullier\r\n\r\nShaun Schofield Kyle Bailey Eli Osborn\r\n\r\nJulio Cantu Roger Ball Niko Green\r\n\r\nShawn Fey Michael Skelley Laura Psaric\r\n\r\nAllen Lowery Kim Johnson Sheritta Johnson\r\n\r\nJeffiner Garcia Brendan Edwards Miguel Garcia\r\n\r\nDenny Hockensmith Pat Hockensmith Jim Sunderwirth\r\n\r\nAlex Henriquez','Featured Family of the Month','','inherit','closed','closed','','478-revision-v1','','','2018-10-15 18:12:41','2018-10-15 23:12:41','',478,'https://itstartswithone.org/478-revision-v1/',0,'revision','',0),(1032,2,'2018-10-15 18:14:31','2018-10-15 23:14:31','','FFM','','publish','closed','closed','','1032','','','2018-12-02 22:01:25','2018-12-03 03:01:25','',0,'https://itstartswithone.org/?p=1032',10,'nav_menu_item','',0),(1033,2,'2018-10-15 18:20:44','2018-10-15 23:20:44','Loren Hockensmith - ISWO President & Founder\r\n\r\n<img class=\"alignnone size-medium wp-image-387\" src=\"http://itstartswithone.org/wp-content/uploads/2017/10/FullSizeRender-2-300x210.jpg\" alt=\"\" width=\"300\" height=\"210\" />\r\n\r\nLoren grew up in Newville Pennsylvania, a small farming town in the heart of the state. Always an ambitious youth, Loren spent the majority of his teenage years involved in sports or music. Even at a young age Loren had a knack for leadership and inspiring others.\r\n\r\nAt 25 years old Loren started his first business. One he grew to generate over a million dollars in revenue in a few short years. At 30, Loren relocated to the Treasure Coast Florida, where he has lived ever since.\r\n\r\nDuring the next several years, a car accident, cancer and several health challenges changed his life significantly. After going through a dozen major surgeries along with a few dramatic twists and turns with his businesses, Loren and his family were left with a mountain of medical bills and had to overcome going from a six figure annual income to being without any income for over a years time.\r\n\r\nLoren has a powerful message that reaches right to the heart of his audience every time. As a cancer survivor who went from on top to rock bottom, Loren connects as he shares the journey of his climb back up the mountain top. Whether speaking to students or adults, schools or churches his message is sure to forever impact his listeners.','Loren Hockensmith','','inherit','closed','closed','','390-revision-v1','','','2018-10-15 18:20:44','2018-10-15 23:20:44','',390,'https://itstartswithone.org/390-revision-v1/',0,'revision','',0),(1034,2,'2018-10-15 18:22:58','2018-10-15 23:22:58','','FAQ','','publish','closed','closed','','faqs-2','','','2018-12-02 22:01:25','2018-12-03 03:01:25','',0,'https://itstartswithone.org/?p=1034',22,'nav_menu_item','',0),(1035,2,'2018-10-15 18:52:57','2018-10-15 23:52:57','<div style=\"height: 500px;\"><iframe style=\"width: 100%; height: 500px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"150\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\r\nOur purpose is to inspire people, young and old to play a role in changing the world, first locally in their community and then globally through a pay it forward movement we call The Penny Challenge. We work to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n\r\n[wsi-widget title=\"Invite your friends\"]','The Penny Challenge','','inherit','closed','closed','','102-revision-v1','','','2018-10-15 18:52:57','2018-10-15 23:52:57','',102,'https://itstartswithone.org/102-revision-v1/',0,'revision','',0),(1036,2,'2018-10-15 19:03:56','2018-10-16 00:03:56','<p style=\"text-align: center;\">The Penny Challenge - School Informational Video</p>\r\n<p style=\"text-align: center;\"><iframe style=\"width: 100%; height: 400px;\" src=\"https://www.youtube.com/embed/wwAbWUSaf-Y\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\nFor more information about your school partnering with It Starts With One, please fill out a <a href=\"https://itstartswithone.org/booking-request-form/\">booking request form</a>, call 772-242-0446 or email us at iswoinc@gmail.com with your questions.\r\n\r\nWe look forward to helping your school develop a culture and brand of kindness, compassion and charity that will undoubtedly create a ripple effect that will positively impact your students and your community.</p>\r\n \r\n\r\nIt Starts With One - School Assemblies\r\n\r\nWe believe in helping kids develop kind, compassionate and charitable hearts.\r\n\r\nTherefore we have produced a powerful, results driven school assembly program that helps guide students to get engaged in measurable, random acts of kindness.\r\n\r\nOur program also encourages kids to actively get involved in local charity, providing aid for children in desperate need in your own community.\r\n\r\nOur \"Be The One\" program begins at every school with an inspirational assembly promoting kindness, compassion and charity. Often times, our friend Bumbler the Bee even stops by to help motivate and encourage the kids.\r\n\r\nAfter your schools assembly, each student will receive a folder containing two challenges inside. For 15 days students will compete against other schools to see which school will win this year\'s, It Starts With One\'s kindness and compassion award.\r\n\r\nChallenge 1 is where students document all the acts of kindness they do over a two week period. Challenge 2 is where students actively participate in charity, providing support for kids facing dire circumstances, in your local area.\r\n\r\nJust imagine kindness and compassion becoming the culture of your school, while personal responsibility and charity becomes the brand that your school, becomes known for. Imagine the influence a kindness campaign will have on your students and the impact that your students will make on local children in need.\r\n\r\nAs we continue partnering with schools to create a student-driven kindness and compassion movement, we unfortunately have very limited availability for the dates and times we\'ll be in your area.','School Assemblies','','inherit','closed','closed','','434-revision-v1','','','2018-10-15 19:03:56','2018-10-16 00:03:56','',434,'https://itstartswithone.org/434-revision-v1/',0,'revision','',0),(1037,2,'2018-10-18 12:32:51','2018-10-18 17:32:51','It Starts With One\'s 2018 Be The One Campaign\r\n\r\nThis holiday season approximately 1,000 schools will compete to see which school has the kindest, most compassionate and charitable students. Our goal is to raise over $5 million dollars to help family\'s with children facing dire circumstances. (Cancer, AIDS, Child Abuse, Human Trafficking, etc)\r\n\r\n \r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/8abFBRf8Hw4\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>\r\n\r\n<a href=\"https://itstartswithone.org/betheone/it-starts-with-one-tag-card-back-side-for-social-media-2/\" rel=\"attachment wp-att-1000\"><img class=\"size-full wp-image-1000 alignleft\" src=\"https://itstartswithone.org/wp-content/uploads/2018/09/it-starts-with-one-tag-card-back-side-for-social-media-2.jpg\" alt=\"\" width=\"480\" height=\"476\" /></a>\r\n\r\n \r\n\r\nIf you know a family in need, apply for assistance <a href=\"http://www.itstartswithone.org/help\">here</a>.<a href=\"https://itstartswithone.org/betheone/it-starts-with-one-tag-card-back-side-for-social-media/\" rel=\"attachment wp-att-996\"><img class=\"size-full wp-image-996 alignright\" src=\"https://itstartswithone.org/wp-content/uploads/2018/09/it-starts-with-one-tag-card-back-side-for-social-media.jpg\" alt=\"\" width=\"481\" height=\"477\" /></a>','Be The One','','inherit','closed','closed','','809-revision-v1','','','2018-10-18 12:32:51','2018-10-18 17:32:51','',809,'https://itstartswithone.org/809-revision-v1/',0,'revision','',0),(1038,2,'2018-10-18 12:36:31','2018-10-18 17:36:31','It Starts With One\'s 2018 Be The One Campaign\r\n\r\nThis holiday season approximately 1,000 schools will compete to see which school has the kindest, most compassionate and charitable students. Our goal is to raise over $5 million dollars to help family\'s with children facing dire circumstances. (Cancer, AIDS, Child Abuse, Human Trafficking, etc)\r\n\r\n \r\n<p style=\"text-align: center;\">The Penny Challenge - School Informational Video</p>\r\n<p style=\"text-align: center;\"><iframe style=\"width: 100%; height: 400px;\" src=\"https://www.youtube.com/embed/8abFBRf8Hw4\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n\r\n<a href=\"https://itstartswithone.org/betheone/it-starts-with-one-tag-card-back-side-for-social-media-2/\" rel=\"attachment wp-att-1000\"><img class=\"size-full wp-image-1000 alignleft\" src=\"https://itstartswithone.org/wp-content/uploads/2018/09/it-starts-with-one-tag-card-back-side-for-social-media-2.jpg\" alt=\"\" width=\"480\" height=\"476\" /></a>\r\n\r\n \r\n\r\nIf you know a family in need, apply for assistance <a href=\"http://www.itstartswithone.org/help\">here</a>.<a href=\"https://itstartswithone.org/betheone/it-starts-with-one-tag-card-back-side-for-social-media/\" rel=\"attachment wp-att-996\"><img class=\"size-full wp-image-996 alignright\" src=\"https://itstartswithone.org/wp-content/uploads/2018/09/it-starts-with-one-tag-card-back-side-for-social-media.jpg\" alt=\"\" width=\"481\" height=\"477\" /></a>','Be The One','','inherit','closed','closed','','809-revision-v1','','','2018-10-18 12:36:31','2018-10-18 17:36:31','',809,'https://itstartswithone.org/809-revision-v1/',0,'revision','',0),(1039,2,'2018-10-18 12:37:34','2018-10-18 17:37:34','It Starts With One\'s 2018 Be The One Campaign\r\n\r\nThis holiday season approximately 1,000 schools will compete to see which school has the kindest, most compassionate and charitable students. Our goal is to raise over $5 million dollars to help family\'s with children facing dire circumstances. (Cancer, AIDS, Child Abuse, Human Trafficking, etc)\r\n\r\n \r\n<p style=\"text-align: center;\">Holiday Season - \"Be The One\" Challenge</p>\r\n<p style=\"text-align: center;\"><iframe style=\"width: 100%; height: 400px;\" src=\"https://www.youtube.com/embed/8abFBRf8Hw4\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<a href=\"https://itstartswithone.org/betheone/it-starts-with-one-tag-card-back-side-for-social-media-2/\" rel=\"attachment wp-att-1000\"><img class=\"size-full wp-image-1000 alignleft\" src=\"https://itstartswithone.org/wp-content/uploads/2018/09/it-starts-with-one-tag-card-back-side-for-social-media-2.jpg\" alt=\"\" width=\"480\" height=\"476\" /></a>\r\n\r\n \r\n\r\nIf you know a family in need, apply for assistance <a href=\"http://www.itstartswithone.org/help\">here</a>.<a href=\"https://itstartswithone.org/betheone/it-starts-with-one-tag-card-back-side-for-social-media/\" rel=\"attachment wp-att-996\"><img class=\"size-full wp-image-996 alignright\" src=\"https://itstartswithone.org/wp-content/uploads/2018/09/it-starts-with-one-tag-card-back-side-for-social-media.jpg\" alt=\"\" width=\"481\" height=\"477\" /></a>','Be The One','','inherit','closed','closed','','809-revision-v1','','','2018-10-18 12:37:34','2018-10-18 17:37:34','',809,'https://itstartswithone.org/809-revision-v1/',0,'revision','',0),(1040,2,'2018-10-18 13:40:37','2018-10-18 18:40:37','It Starts With One\'s 2018 Be The One Campaign\r\n\r\nThis holiday season approximately 1,000 schools will compete to see which school has the kindest, most compassionate and charitable students. Our goal is to raise over $5 million dollars to help family\'s with children facing dire circumstances. (Cancer, Heart Disease, AIDS, Child Abuse, Human Trafficking, etc)\r\n\r\n \r\n<p style=\"text-align: center;\">Holiday Season - \"Be The One\" Challenge</p>\r\n<p style=\"text-align: center;\"><iframe style=\"width: 100%; height: 400px;\" src=\"https://www.youtube.com/embed/8abFBRf8Hw4\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org/collections/mens/products/the-penny-challenge-challenge-cards-qty-20\">Penny Challenge Tag Cards</a>\r\n<a href=\"https://itstartswithone.org/betheone/it-starts-with-one-tag-card-back-side-for-social-media-2/\" rel=\"attachment wp-att-1000\"><img class=\"size-full wp-image-1000 alignleft\" src=\"https://itstartswithone.org/wp-content/uploads/2018/09/it-starts-with-one-tag-card-back-side-for-social-media-2.jpg\" alt=\"\" width=\"480\" height=\"476\" /></a></p>\r\n \r\n\r\nIf you know a family in need, apply for assistance <a href=\"http://www.itstartswithone.org/help\">here</a>.<a href=\"https://itstartswithone.org/betheone/it-starts-with-one-tag-card-back-side-for-social-media/\" rel=\"attachment wp-att-996\"><img class=\"size-full wp-image-996 alignright\" src=\"https://itstartswithone.org/wp-content/uploads/2018/09/it-starts-with-one-tag-card-back-side-for-social-media.jpg\" alt=\"\" width=\"481\" height=\"477\" /></a>','Be The One','','inherit','closed','closed','','809-revision-v1','','','2018-10-18 13:40:37','2018-10-18 18:40:37','',809,'https://itstartswithone.org/809-revision-v1/',0,'revision','',0),(1041,2,'2018-10-18 13:41:19','2018-10-18 18:41:19','<p style=\"text-align: center;\">It Starts With One\'s 2018 Be The One Campaign</p>\r\nThis holiday season approximately 1,000 schools will compete to see which school has the kindest, most compassionate and charitable students. Our goal is to raise over $5 million dollars to help family\'s with children facing dire circumstances. (Cancer, Heart Disease, AIDS, Child Abuse, Human Trafficking, etc)\r\n\r\n \r\n<p style=\"text-align: center;\">Holiday Season - \"Be The One\" Challenge</p>\r\n<p style=\"text-align: center;\"><iframe style=\"width: 100%; height: 400px;\" src=\"https://www.youtube.com/embed/8abFBRf8Hw4\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org/collections/mens/products/the-penny-challenge-challenge-cards-qty-20\">Penny Challenge Tag Cards</a>\r\n<a href=\"https://itstartswithone.org/betheone/it-starts-with-one-tag-card-back-side-for-social-media-2/\" rel=\"attachment wp-att-1000\"><img class=\"size-full wp-image-1000 alignleft\" src=\"https://itstartswithone.org/wp-content/uploads/2018/09/it-starts-with-one-tag-card-back-side-for-social-media-2.jpg\" alt=\"\" width=\"480\" height=\"476\" /></a></p>\r\n \r\n\r\nIf you know a family in need, apply for assistance <a href=\"http://www.itstartswithone.org/help\">here</a>.<a href=\"https://itstartswithone.org/betheone/it-starts-with-one-tag-card-back-side-for-social-media/\" rel=\"attachment wp-att-996\"><img class=\"size-full wp-image-996 alignright\" src=\"https://itstartswithone.org/wp-content/uploads/2018/09/it-starts-with-one-tag-card-back-side-for-social-media.jpg\" alt=\"\" width=\"481\" height=\"477\" /></a>','Be The One','','inherit','closed','closed','','809-revision-v1','','','2018-10-18 13:41:19','2018-10-18 18:41:19','',809,'https://itstartswithone.org/809-revision-v1/',0,'revision','',0),(1042,2,'2018-10-18 13:47:43','2018-10-18 18:47:43','<p style=\"text-align: center;\">It Starts With One\'s 2018 Be The One Campaign</p>\r\nThis holiday season approximately 1,000 schools will compete to see which school has the kindest, most compassionate and charitable students. Our goal is to raise over $5 million dollars to help family\'s with children facing dire circumstances. (Cancer, Heart Disease, AIDS, Child Abuse, Human Trafficking, etc)\r\n\r\n \r\n<p style=\"text-align: center;\">Holiday Season - \"Be The One\" Challenge</p>\r\n<p style=\"text-align: center;\"><iframe style=\"width: 100%; height: 400px;\" src=\"https://www.youtube.com/embed/8abFBRf8Hw4\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org/collections/mens/products/the-penny-challenge-challenge-cards-qty-20\">Penny Challenge Tag Cards</a>\r\n<a href=\"https://itstartswithone.org/betheone/it-starts-with-one-tag-card-back-side-for-social-media-2/\" rel=\"attachment wp-att-1000\"><img class=\" wp-image-1000 alignleft\" src=\"https://itstartswithone.org/wp-content/uploads/2018/09/it-starts-with-one-tag-card-back-side-for-social-media-2.jpg\" alt=\"\" width=\"430\" height=\"426\" /></a></p><a href=\"https://itstartswithone.org/betheone/it-starts-with-one-tag-card-back-side-for-social-media/\" rel=\"attachment wp-att-996\"><img class=\" wp-image-996 alignright\" src=\"https://itstartswithone.org/wp-content/uploads/2018/09/it-starts-with-one-tag-card-back-side-for-social-media.jpg\" alt=\"\" width=\"430\" height=\"426\" /></a>','Be The One','','inherit','closed','closed','','809-revision-v1','','','2018-10-18 13:47:43','2018-10-18 18:47:43','',809,'https://itstartswithone.org/809-revision-v1/',0,'revision','',0),(1043,2,'2018-10-18 13:52:39','2018-10-18 18:52:39','','FullSizeRender (63)','','inherit','closed','closed','','fullsizerender-63','','','2018-10-18 13:52:39','2018-10-18 18:52:39','',809,'https://itstartswithone.org/wp-content/uploads/2018/10/FullSizeRender-63.jpg',0,'attachment','image/jpeg',0),(1044,2,'2018-10-18 13:53:07','2018-10-18 18:53:07','<p style=\"text-align: center;\">It Starts With One\'s 2018 Be The One Campaign</p>\r\nThis holiday season approximately 1,000 schools will compete to see which school has the kindest, most compassionate and charitable students. Our goal is to raise over $5 million dollars to help family\'s with children facing dire circumstances. (Cancer, Heart Disease, AIDS, Child Abuse, Human Trafficking, etc)\r\n\r\n \r\n<p style=\"text-align: center;\">Holiday Season - \"Be The One\" Challenge</p>\r\n<p style=\"text-align: center;\"><iframe style=\"width: 100%; height: 400px;\" src=\"https://www.youtube.com/embed/8abFBRf8Hw4\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org/collections/mens/products/the-penny-challenge-challenge-cards-qty-20\">Penny Challenge Tag Cards</a>\r\n<a href=\"https://itstartswithone.org/betheone/fullsizerender-63/\" rel=\"attachment wp-att-1043\"><img class=\"alignright size-full wp-image-1043\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/FullSizeRender-63.jpg\" alt=\"\" width=\"1655\" height=\"664\" /></a></p>\r\n ','Be The One','','inherit','closed','closed','','809-revision-v1','','','2018-10-18 13:53:07','2018-10-18 18:53:07','',809,'https://itstartswithone.org/809-revision-v1/',0,'revision','',0),(1045,2,'2018-10-18 13:57:49','2018-10-18 18:57:49','','penny challenge cards (4)','','inherit','closed','closed','','penny-challenge-cards-4-2','','','2018-10-18 13:57:49','2018-10-18 18:57:49','',809,'https://itstartswithone.org/wp-content/uploads/2018/10/penny-challenge-cards-4-1.jpg',0,'attachment','image/jpeg',0),(1046,2,'2018-10-18 13:58:10','2018-10-18 18:58:10','<p style=\"text-align: center;\">It Starts With One\'s 2018 Be The One Campaign</p>\r\nThis holiday season approximately 1,000 schools will compete to see which school has the kindest, most compassionate and charitable students. Our goal is to raise over $5 million dollars to help family\'s with children facing dire circumstances. (Cancer, Heart Disease, AIDS, Child Abuse, Human Trafficking, etc)\r\n\r\n \r\n<p style=\"text-align: center;\">Holiday Season - \"Be The One\" Challenge</p>\r\n<p style=\"text-align: center;\"><iframe style=\"width: 100%; height: 400px;\" src=\"https://www.youtube.com/embed/8abFBRf8Hw4\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org/collections/mens/products/the-penny-challenge-challenge-cards-qty-20\">Penny Challenge Tag Cards</a>\r\n<a href=\"https://itstartswithone.org/betheone/penny-challenge-cards-4-2/\" rel=\"attachment wp-att-1045\"><img class=\"alignright size-full wp-image-1045\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/penny-challenge-cards-4-1.jpg\" alt=\"\" width=\"573\" height=\"242\" /></a></p>\r\n ','Be The One','','inherit','closed','closed','','809-revision-v1','','','2018-10-18 13:58:10','2018-10-18 18:58:10','',809,'https://itstartswithone.org/809-revision-v1/',0,'revision','',0),(1047,2,'2018-10-18 13:58:49','2018-10-18 18:58:49','<p style=\"text-align: center;\">It Starts With One\'s 2018 Be The One Campaign</p>\r\nThis holiday season approximately 1,000 schools will compete to see which school has the kindest, most compassionate and charitable students. Our goal is to raise over $5 million dollars to help family\'s with children facing dire circumstances. (Cancer, Heart Disease, AIDS, Child Abuse, Human Trafficking, etc)\r\n\r\n \r\n<p style=\"text-align: center;\">Holiday Season - \"Be The One\" Challenge</p>\r\n<p style=\"text-align: center;\"><iframe style=\"width: 100%; height: 400px;\" src=\"https://www.youtube.com/embed/8abFBRf8Hw4\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org/collections/mens/products/the-penny-challenge-challenge-cards-qty-20\">Penny Challenge Tag Cards</a>\r\n<a href=\"https://itstartswithone.org/betheone/penny-challenge-cards-4-2/\" rel=\"attachment wp-att-1045\"><img class=\"size-full wp-image-1045 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/penny-challenge-cards-4-1.jpg\" alt=\"\" width=\"573\" height=\"242\" /></a></p>\r\n ','Be The One','','inherit','closed','closed','','809-revision-v1','','','2018-10-18 13:58:49','2018-10-18 18:58:49','',809,'https://itstartswithone.org/809-revision-v1/',0,'revision','',0),(1048,2,'2018-10-18 14:00:04','2018-10-18 19:00:04','','penny challenge cards','','inherit','closed','closed','','penny-challenge-cards','','','2018-10-18 14:00:04','2018-10-18 19:00:04','',809,'https://itstartswithone.org/wp-content/uploads/2018/10/penny-challenge-cards.jpg',0,'attachment','image/jpeg',0),(1049,2,'2018-10-18 14:00:33','2018-10-18 19:00:33','','penny challenge tag cards','','inherit','closed','closed','','penny-challenge-tag-cards','','','2018-10-18 14:00:33','2018-10-18 19:00:33','',809,'https://itstartswithone.org/wp-content/uploads/2018/10/penny-challenge-tag-cards.jpg',0,'attachment','image/jpeg',0),(1051,2,'2018-10-18 14:00:59','2018-10-18 19:00:59','<p style=\"text-align: center;\">It Starts With One\'s 2018 Be The One Campaign</p>\r\nThis holiday season approximately 1,000 schools will compete to see which school has the kindest, most compassionate and charitable students. Our goal is to raise over $5 million dollars to help family\'s with children facing dire circumstances. (Cancer, Heart Disease, AIDS, Child Abuse, Human Trafficking, etc)\r\n\r\n \r\n<p style=\"text-align: center;\">Holiday Season - \"Be The One\" Challenge</p>\r\n<p style=\"text-align: center;\"><iframe style=\"width: 100%; height: 400px;\" src=\"https://www.youtube.com/embed/8abFBRf8Hw4\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org/collections/mens/products/the-penny-challenge-challenge-cards-qty-20\">Penny Challenge Tag Cards</a>\r\n<a href=\"https://itstartswithone.org/betheone/penny-challenge-tag-cards/\" rel=\"attachment wp-att-1049\"><img class=\"size-full wp-image-1049 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/penny-challenge-tag-cards.jpg\" alt=\"\" width=\"563\" height=\"220\" /></a></p>\r\n ','Be The One','','inherit','closed','closed','','809-revision-v1','','','2018-10-18 14:00:59','2018-10-18 19:00:59','',809,'https://itstartswithone.org/809-revision-v1/',0,'revision','',0),(1052,2,'2018-10-18 14:02:12','2018-10-18 19:02:12','<p style=\"text-align: center;\">It Starts With One\'s 2018 Be The One Campaign</p>\r\nThis holiday season approximately 1,000 schools will compete to see which school has the kindest, most compassionate and charitable students. Our goal is to raise over $5 million dollars to help family\'s with children facing dire circumstances. (Cancer, Heart Disease, AIDS, Child Abuse, Human Trafficking, etc)\r\n<p style=\"text-align: center;\">Holiday Season - \"Be The One\" Challenge</p>\r\n<p style=\"text-align: center;\"><iframe style=\"width: 100%; height: 400px;\" src=\"https://www.youtube.com/embed/8abFBRf8Hw4\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p style=\"text-align: center;\"><a href=\"https://store.itstartswithone.org/collections/mens/products/the-penny-challenge-challenge-cards-qty-20\">Penny Challenge Tag Cards</a>\r\n<a href=\"https://itstartswithone.org/betheone/penny-challenge-tag-cards/\" rel=\"attachment wp-att-1049\"><img class=\"size-full wp-image-1049 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/penny-challenge-tag-cards.jpg\" alt=\"\" width=\"563\" height=\"220\" /></a></p>\r\n ','Be The One','','inherit','closed','closed','','809-revision-v1','','','2018-10-18 14:02:12','2018-10-18 19:02:12','',809,'https://itstartswithone.org/809-revision-v1/',0,'revision','',0),(1054,2,'2018-10-18 14:06:03','2018-10-18 19:06:03','','Be The One Campaign','','publish','closed','closed','','be-the-one-campaign','','','2018-12-02 22:01:25','2018-12-03 03:01:25','',0,'https://itstartswithone.org/?p=1054',13,'nav_menu_item','',0),(1055,2,'2018-10-18 14:08:47','2018-10-18 19:08:47','<p style=\"text-align: center;\">The Penny Challenge - School Informational Video</p>\r\n<p style=\"text-align: center;\"><iframe style=\"width: 100%; height: 400px;\" src=\"https://www.youtube.com/embed/wwAbWUSaf-Y\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\nFor more information about your school partnering with It Starts With One, please fill out a booking request form, call 772-242-0446 or email us at iswoinc@gmail.com with your questions.\r\n\r\nWe look forward to helping your school develop a culture and brand of kindness, compassion and charity that will undoubtedly create a ripple effect that will positively impact your students and your community.\r\n\r\nIt Starts With One – School Assemblies\r\n\r\nWe believe in helping kids develop kind, compassionate and charitable hearts.\r\n\r\nTherefore we have produced a powerful, results driven school assembly program that helps guide students to get engaged in measurable, random acts of kindness.\r\n\r\nOur program also encourages kids to actively get involved in local charity, providing aid for children in desperate need in your own community.\r\n\r\nOur “Be The One” program begins at every school with an inspirational assembly promoting kindness, compassion and charity. Often times, our friend Bumbler the Bee even stops by to help motivate and encourage the kids.\r\n\r\nAfter your schools assembly, each student will receive a folder containing two challenges inside. For 15 days students will compete against other schools to see which school will win this year’s, It Starts With One’s kindness and compassion award.\r\n\r\nChallenge 1 is where students document all the acts of kindness they do over a two week period. Challenge 2 is where students actively participate in charity, providing support for kids facing dire circumstances, in your local area.\r\n\r\nJust imagine kindness and compassion becoming the culture of your school, while personal responsibility and charity becomes the brand that your school, becomes known for. Imagine the influence a kindness campaign will have on your students and the impact that your students will make on local children in need.\r\n\r\nAs we continue partnering with schools to create a student-driven kindness and compassion movement, we unfortunately have very limited availability for the dates and times we’ll be in your area.','School Assemblies','','inherit','closed','closed','','369-revision-v1','','','2018-10-18 14:08:47','2018-10-18 19:08:47','',369,'https://itstartswithone.org/369-revision-v1/',0,'revision','',0),(1056,2,'2018-10-19 16:22:08','2018-10-19 21:22:08','','ISWO - Letter to Parents','','inherit','closed','closed','','iswo-letter-to-parents','','','2018-10-19 16:22:08','2018-10-19 21:22:08','',443,'https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-Letter-to-Parents.pdf',0,'attachment','application/pdf',0),(1057,2,'2018-10-19 16:22:12','2018-10-19 21:22:12','','ISWO 50 acts of kindness sheet','','inherit','closed','closed','','iswo-50-acts-of-kindness-sheet','','','2018-10-19 16:22:12','2018-10-19 21:22:12','',443,'https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-50-acts-of-kindness-sheet.pdf',0,'attachment','application/pdf',0),(1058,2,'2018-10-19 16:22:13','2018-10-19 21:22:13','','ISWO Kindness Journal','','inherit','closed','closed','','iswo-kindness-journal','','','2018-10-19 16:22:13','2018-10-19 21:22:13','',443,'https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-Kindness-Journal.pdf',0,'attachment','application/pdf',0),(1059,2,'2018-10-19 16:22:15','2018-10-19 21:22:15','','ISWO Who Do You Know Sheet','','inherit','closed','closed','','iswo-who-do-you-know-sheet','','','2018-10-19 16:22:15','2018-10-19 21:22:15','',443,'https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-Who-Do-You-Know-Sheet.pdf',0,'attachment','application/pdf',0),(1060,2,'2018-10-19 16:22:16','2018-10-19 21:22:16','','Penny Challenge Tag Card (back)','','inherit','closed','closed','','penny-challenge-tag-card-back','','','2018-10-19 16:22:16','2018-10-19 21:22:16','',443,'https://itstartswithone.org/wp-content/uploads/2018/10/Penny-Challenge-Tag-Card-back.pdf',0,'attachment','application/pdf',0),(1061,2,'2018-10-19 16:22:18','2018-10-19 21:22:18','','Penny Challenge Tag Card (front)','','inherit','closed','closed','','penny-challenge-tag-card-front','','','2018-10-19 16:22:18','2018-10-19 21:22:18','',443,'https://itstartswithone.org/wp-content/uploads/2018/10/Penny-Challenge-Tag-Card-front.pdf',0,'attachment','application/pdf',0),(1062,2,'2018-10-19 16:38:15','2018-10-19 21:38:15','','ISWO 50 random acts of kindness','','inherit','closed','closed','','iswo-50-random-acts-of-kindness','','','2018-10-19 16:38:15','2018-10-19 21:38:15','',443,'https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-50-random-acts-of-kindness.jpg',0,'attachment','image/jpeg',0),(1063,2,'2018-10-19 16:38:16','2018-10-19 21:38:16','','ISWO Kindness Journal','','inherit','closed','closed','','iswo-kindness-journal-2','','','2018-10-19 16:38:16','2018-10-19 21:38:16','',443,'https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-Kindness-Journal.jpg',0,'attachment','image/jpeg',0),(1064,2,'2018-10-19 16:38:17','2018-10-19 21:38:17','','ISWO Letter to Parents','','inherit','closed','closed','','iswo-letter-to-parents-2','','','2018-10-19 16:38:17','2018-10-19 21:38:17','',443,'https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-Letter-to-Parents.jpg',0,'attachment','image/jpeg',0),(1065,2,'2018-10-19 16:38:18','2018-10-19 21:38:18','','ISWO Networking Idea Sheet','','inherit','closed','closed','','iswo-networking-idea-sheet','','','2018-10-19 16:38:18','2018-10-19 21:38:18','',443,'https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-Networking-Idea-Sheet.jpg',0,'attachment','image/jpeg',0),(1066,2,'2018-10-19 16:38:49','2018-10-19 21:38:49','','Penny Challenge Tag Card (back)','','inherit','closed','closed','','penny-challenge-tag-card-back-2','','','2018-10-19 16:38:49','2018-10-19 21:38:49','',443,'https://itstartswithone.org/wp-content/uploads/2018/10/Penny-Challenge-Tag-Card-back.jpg',0,'attachment','image/jpeg',0),(1067,2,'2018-10-19 16:38:50','2018-10-19 21:38:50','','Penny Challenge Tag Card (front)','','inherit','closed','closed','','penny-challenge-tag-card-front-2','','','2018-10-19 16:38:50','2018-10-19 21:38:50','',443,'https://itstartswithone.org/wp-content/uploads/2018/10/Penny-Challenge-Tag-Card-front.jpg',0,'attachment','image/jpeg',0),(1068,2,'2018-10-19 16:39:50','2018-10-19 21:39:50','<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-letter-to-parents/\" rel=\"attachment wp-att-1056\">ISWO - Letter to Parents</a>\r\n\r\n<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-50-acts-of-kindness-sheet/\" rel=\"attachment wp-att-1057\">ISWO 50 acts of kindness sheet</a>\r\n\r\n<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-kindness-journal/\" rel=\"attachment wp-att-1058\">ISWO Kindness Journal</a>\r\n\r\n<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-who-do-you-know-sheet/\" rel=\"attachment wp-att-1059\">ISWO Who Do You Know Sheet</a><a href=\"https://itstartswithone.org/school-assembly-resources/iswo-50-random-acts-of-kindness/\" rel=\"attachment wp-att-1062\"><img class=\"alignright size-full wp-image-1062\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-50-random-acts-of-kindness.jpg\" alt=\"\" width=\"407\" height=\"525\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/iswo-kindness-journal-2/\" rel=\"attachment wp-att-1063\"><img class=\"alignright size-full wp-image-1063\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-Kindness-Journal.jpg\" alt=\"\" width=\"407\" height=\"525\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/iswo-letter-to-parents-2/\" rel=\"attachment wp-att-1064\"><img class=\"alignright size-full wp-image-1064\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-Letter-to-Parents.jpg\" alt=\"\" width=\"407\" height=\"525\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/iswo-networking-idea-sheet/\" rel=\"attachment wp-att-1065\"><img class=\"alignright size-full wp-image-1065\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-Networking-Idea-Sheet.jpg\" alt=\"\" width=\"407\" height=\"525\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/penny-challenge-tag-card-back-2/\" rel=\"attachment wp-att-1066\"><img class=\"alignright size-full wp-image-1066\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/Penny-Challenge-Tag-Card-back.jpg\" alt=\"\" width=\"357\" height=\"362\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/penny-challenge-tag-card-front-2/\" rel=\"attachment wp-att-1067\"><img class=\"alignright size-full wp-image-1067\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/Penny-Challenge-Tag-Card-front.jpg\" alt=\"\" width=\"352\" height=\"367\" /></a>\r\n\r\n<a href=\"https://itstartswithone.org/school-assembly-resources/penny-challenge-tag-card-front/\" rel=\"attachment wp-att-1061\">Penny Challenge Tag Card (front)</a>\r\n\r\n<a href=\"https://itstartswithone.org/school-assembly-resources/penny-challenge-tag-card-back/\" rel=\"attachment wp-att-1060\">Penny Challenge Tag Card (back)</a>','School Assembly Resources','','inherit','closed','closed','','443-revision-v1','','','2018-10-19 16:39:50','2018-10-19 21:39:50','',443,'https://itstartswithone.org/443-revision-v1/',0,'revision','',0),(1070,0,'2018-10-24 08:52:08','2018-10-24 13:52:08','','','','publish','closed','closed','','1070','','','2018-10-24 08:52:08','2018-10-24 13:52:08','',0,'https://itstartswithone.org/nf_sub/1070/',0,'nf_sub','',0),(1071,2,'2018-10-24 09:11:37','2018-10-24 14:11:37','<div style=\"width: 300px; float: right;\">\r\n\r\nIT STARTS WITH ONE\r\n\r\niswoinc@gmail.com\r\n\r\n(772) 242-0446\r\n\r\n \r\n\r\n</div>\r\n<div style=\"width: 300px; float: left;\">[ninja_form id=7]</div>','Contact','','inherit','closed','closed','','10-revision-v1','','','2018-10-24 09:11:37','2018-10-24 14:11:37','',10,'https://itstartswithone.org/10-revision-v1/',0,'revision','',0),(1072,0,'2018-10-24 09:24:17','2018-10-24 14:24:17','','','','publish','closed','closed','','1072','','','2018-10-24 09:24:17','2018-10-24 14:24:17','',0,'https://itstartswithone.org/nf_sub/1072/',0,'nf_sub','',0),(1073,0,'2018-10-24 09:44:18','2018-10-24 14:44:18','','','','publish','closed','closed','','1073','','','2018-10-24 09:44:18','2018-10-24 14:44:18','',0,'https://itstartswithone.org/nf_sub/1073/',0,'nf_sub','',0),(1074,0,'2018-10-24 09:48:45','2018-10-24 14:48:45','','','','publish','closed','closed','','1074','','','2018-10-24 09:48:45','2018-10-24 14:48:45','',0,'https://itstartswithone.org/nf_sub/1074/',0,'nf_sub','',0),(1075,0,'2018-10-24 09:52:35','2018-10-24 14:52:35','','','','publish','closed','closed','','1075','','','2018-10-24 09:52:35','2018-10-24 14:52:35','',0,'https://itstartswithone.org/nf_sub/1075/',0,'nf_sub','',0),(1076,0,'2018-10-24 09:57:16','2018-10-24 14:57:16','','','','publish','closed','closed','','1076','','','2018-10-24 09:57:16','2018-10-24 14:57:16','',0,'https://itstartswithone.org/nf_sub/1076/',0,'nf_sub','',0),(1077,0,'2018-10-24 10:12:08','2018-10-24 15:12:08','','','','publish','closed','closed','','1077','','','2018-10-24 10:12:08','2018-10-24 15:12:08','',0,'https://itstartswithone.org/nf_sub/1077/',0,'nf_sub','',0),(1078,2,'2018-10-24 12:59:05','2018-10-24 17:59:05','','iswo presentation folder (front)','','inherit','closed','closed','','iswo-presentation-folder-front','','','2018-10-24 12:59:05','2018-10-24 17:59:05','',443,'https://itstartswithone.org/wp-content/uploads/2018/10/iswo-presentation-folder-front.jpg',0,'attachment','image/jpeg',0),(1079,2,'2018-10-24 12:59:17','2018-10-24 17:59:17','','iswo presentation folder (inside)','','inherit','closed','closed','','iswo-presentation-folder-inside','','','2018-10-24 12:59:17','2018-10-24 17:59:17','',443,'https://itstartswithone.org/wp-content/uploads/2018/10/iswo-presentation-folder-inside.jpg',0,'attachment','image/jpeg',0),(1080,2,'2018-10-24 12:59:46','2018-10-24 17:59:46','<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-letter-to-parents/\" rel=\"attachment wp-att-1056\">ISWO - Letter to Parents</a>\r\n\r\n<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-50-acts-of-kindness-sheet/\" rel=\"attachment wp-att-1057\">ISWO 50 acts of kindness sheet</a>\r\n\r\n<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-kindness-journal/\" rel=\"attachment wp-att-1058\">ISWO Kindness Journal</a>\r\n\r\n<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-who-do-you-know-sheet/\" rel=\"attachment wp-att-1059\">ISWO Who Do You Know Sheet</a><a href=\"https://itstartswithone.org/school-assembly-resources/iswo-50-random-acts-of-kindness/\" rel=\"attachment wp-att-1062\"><img class=\"alignright size-full wp-image-1062\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-50-random-acts-of-kindness.jpg\" alt=\"\" width=\"407\" height=\"525\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/iswo-kindness-journal-2/\" rel=\"attachment wp-att-1063\"><img class=\"alignright size-full wp-image-1063\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-Kindness-Journal.jpg\" alt=\"\" width=\"407\" height=\"525\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/iswo-letter-to-parents-2/\" rel=\"attachment wp-att-1064\"><img class=\"alignright size-full wp-image-1064\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-Letter-to-Parents.jpg\" alt=\"\" width=\"407\" height=\"525\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/iswo-networking-idea-sheet/\" rel=\"attachment wp-att-1065\"><img class=\"alignright size-full wp-image-1065\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-Networking-Idea-Sheet.jpg\" alt=\"\" width=\"407\" height=\"525\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/penny-challenge-tag-card-back-2/\" rel=\"attachment wp-att-1066\"><img class=\"alignright size-full wp-image-1066\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/Penny-Challenge-Tag-Card-back.jpg\" alt=\"\" width=\"357\" height=\"362\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/penny-challenge-tag-card-front-2/\" rel=\"attachment wp-att-1067\"><img class=\"alignright size-full wp-image-1067\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/Penny-Challenge-Tag-Card-front.jpg\" alt=\"\" width=\"352\" height=\"367\" /></a>\r\n\r\n<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-presentation-folder-front/\" rel=\"attachment wp-att-1078\"><img class=\"size-full wp-image-1078 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/iswo-presentation-folder-front.jpg\" alt=\"\" width=\"701\" height=\"461\" /></a> <a href=\"https://itstartswithone.org/school-assembly-resources/iswo-presentation-folder-inside/\" rel=\"attachment wp-att-1079\"><img class=\"size-full wp-image-1079 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/iswo-presentation-folder-inside.jpg\" alt=\"\" width=\"693\" height=\"452\" /></a>\r\n\r\n<a href=\"https://itstartswithone.org/school-assembly-resources/penny-challenge-tag-card-front/\" rel=\"attachment wp-att-1061\">Penny Challenge Tag Card (front)</a>\r\n\r\n<a href=\"https://itstartswithone.org/school-assembly-resources/penny-challenge-tag-card-back/\" rel=\"attachment wp-att-1060\">Penny Challenge Tag Card (back)</a>','School Assembly Resources','','inherit','closed','closed','','443-revision-v1','','','2018-10-24 12:59:46','2018-10-24 17:59:46','',443,'https://itstartswithone.org/443-revision-v1/',0,'revision','',0),(1081,2,'2018-10-24 13:17:16','2018-10-24 18:17:16','<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-letter-to-parents/\" rel=\"attachment wp-att-1056\">ISWO - Letter to Parents</a>\n\n<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-50-acts-of-kindness-sheet/\" rel=\"attachment wp-att-1057\">ISWO 50 acts of kindness sheet</a>\n\n<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-kindness-journal/\" rel=\"attachment wp-att-1058\">ISWO Kindness Journal</a>\n\n<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-who-do-you-know-sheet/\" rel=\"attachment wp-att-1059\">ISWO Who Do You Know Sheet</a><a href=\"https://itstartswithone.org/school-assembly-resources/iswo-50-random-acts-of-kindness/\" rel=\"attachment wp-att-1062\"><img class=\"alignright size-full wp-image-1062\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-50-random-acts-of-kindness.jpg\" alt=\"\" width=\"407\" height=\"525\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/iswo-kindness-journal-2/\" rel=\"attachment wp-att-1063\"><img class=\"alignright size-full wp-image-1063\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-Kindness-Journal.jpg\" alt=\"\" width=\"407\" height=\"525\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/iswo-letter-to-parents-2/\" rel=\"attachment wp-att-1064\"><img class=\"alignright size-full wp-image-1064\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-Letter-to-Parents.jpg\" alt=\"\" width=\"407\" height=\"525\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/iswo-networking-idea-sheet/\" rel=\"attachment wp-att-1065\"><img class=\"alignright size-full wp-image-1065\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-Networking-Idea-Sheet.jpg\" alt=\"\" width=\"407\" height=\"525\" /></a>\n\n<a href=\"https://itstartswithone.org/school-assembly-resources/penny-challenge-tag-card-back-2/\" rel=\"attachment wp-att-1066\"><img class=\"alignright size-full wp-image-1066\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/Penny-Challenge-Tag-Card-back.jpg\" alt=\"\" width=\"357\" height=\"362\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/penny-challenge-tag-card-front-2/\" rel=\"attachment wp-att-1067\"><img class=\"alignright size-full wp-image-1067\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/Penny-Challenge-Tag-Card-front.jpg\" alt=\"\" width=\"352\" height=\"367\" /></a>\n\n<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-presentation-folder-front/\" rel=\"attachment wp-att-1078\"><img class=\"size-full wp-image-1078 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/iswo-presentation-folder-front.jpg\" alt=\"\" width=\"701\" height=\"461\" /></a>\n\n<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-presentation-folder-inside/\" rel=\"attachment wp-att-1079\"><img class=\"size-full wp-image-1079 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/iswo-presentation-folder-inside.jpg\" alt=\"\" width=\"693\" height=\"452\" /></a>','School Assembly Resources','','inherit','closed','closed','','443-autosave-v1','','','2018-10-24 13:17:16','2018-10-24 18:17:16','',443,'https://itstartswithone.org/443-autosave-v1/',0,'revision','',0),(1082,2,'2018-10-24 13:15:19','2018-10-24 18:15:19','<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-letter-to-parents/\" rel=\"attachment wp-att-1056\">ISWO - Letter to Parents</a>\r\n\r\n<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-50-acts-of-kindness-sheet/\" rel=\"attachment wp-att-1057\">ISWO 50 acts of kindness sheet</a>\r\n\r\n<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-kindness-journal/\" rel=\"attachment wp-att-1058\">ISWO Kindness Journal</a>\r\n\r\n<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-who-do-you-know-sheet/\" rel=\"attachment wp-att-1059\">ISWO Who Do You Know Sheet</a><a href=\"https://itstartswithone.org/school-assembly-resources/iswo-50-random-acts-of-kindness/\" rel=\"attachment wp-att-1062\"><img class=\"alignright size-full wp-image-1062\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-50-random-acts-of-kindness.jpg\" alt=\"\" width=\"407\" height=\"525\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/iswo-kindness-journal-2/\" rel=\"attachment wp-att-1063\"><img class=\"alignright size-full wp-image-1063\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-Kindness-Journal.jpg\" alt=\"\" width=\"407\" height=\"525\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/iswo-letter-to-parents-2/\" rel=\"attachment wp-att-1064\"><img class=\"alignright size-full wp-image-1064\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-Letter-to-Parents.jpg\" alt=\"\" width=\"407\" height=\"525\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/iswo-networking-idea-sheet/\" rel=\"attachment wp-att-1065\"><img class=\"alignright size-full wp-image-1065\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-Networking-Idea-Sheet.jpg\" alt=\"\" width=\"407\" height=\"525\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/penny-challenge-tag-card-back-2/\" rel=\"attachment wp-att-1066\"><img class=\"alignright size-full wp-image-1066\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/Penny-Challenge-Tag-Card-back.jpg\" alt=\"\" width=\"357\" height=\"362\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/penny-challenge-tag-card-front-2/\" rel=\"attachment wp-att-1067\"><img class=\"alignright size-full wp-image-1067\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/Penny-Challenge-Tag-Card-front.jpg\" alt=\"\" width=\"352\" height=\"367\" /></a>\r\n\r\n<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-presentation-folder-front/\" rel=\"attachment wp-att-1078\"><img class=\"size-full wp-image-1078 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/iswo-presentation-folder-front.jpg\" alt=\"\" width=\"701\" height=\"461\" /></a>\r\n\r\n<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-presentation-folder-inside/\" rel=\"attachment wp-att-1079\"><img class=\"size-full wp-image-1079 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/iswo-presentation-folder-inside.jpg\" alt=\"\" width=\"693\" height=\"452\" /></a>','School Assembly Resources','','inherit','closed','closed','','443-revision-v1','','','2018-10-24 13:15:19','2018-10-24 18:15:19','',443,'https://itstartswithone.org/443-revision-v1/',0,'revision','',0),(1083,2,'2018-10-24 13:26:29','2018-10-24 18:26:29','<p style=\"text-align: center;\">The Penny Challenge - School Informational Video</p>\r\n<p style=\"text-align: center;\"><iframe style=\"width: 100%; height: 400px;\" src=\"https://www.youtube.com/embed/wwAbWUSaf-Y\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\nFor more information about your school partnering with It Starts With One, please fill out a <a href=\"https://itstartswithone.org/booking-request-form/\">booking request form</a>, call 772-242-0446 or email us at iswoinc@gmail.com with your questions.\r\n\r\nWe look forward to helping your school develop a culture and brand of kindness, compassion and charity that will undoubtedly create a ripple effect that will positively impact your students and your community.\r\n\r\nIt Starts With One – School Assemblies\r\n\r\nWe believe in helping kids develop kind, compassionate and charitable hearts.\r\n\r\nTherefore we have produced a powerful, results driven school assembly program that helps guide students to get engaged in measurable, random acts of kindness.\r\n\r\nOur program also encourages kids to actively get involved in local charity, providing aid for children in desperate need in your own community.\r\n\r\nOur “Be The One” program begins at every school with an inspirational assembly promoting kindness, compassion and charity. Often times, our friend Bumbler the Bee even stops by to help motivate and encourage the kids.\r\n\r\nAfter your schools assembly, each student will receive a folder containing two challenges inside. For 15 days students will compete against other schools to see which school will win this year’s, It Starts With One’s kindness and compassion award.\r\n\r\nChallenge 1 is where students document all the acts of kindness they do over a two week period. Challenge 2 is where students actively participate in charity, providing support for kids facing dire circumstances, in your local area.\r\n\r\nJust imagine kindness and compassion becoming the culture of your school, while personal responsibility and charity becomes the brand that your school, becomes known for. Imagine the influence a kindness campaign will have on your students and the impact that your students will make on local children in need.\r\n\r\nAs we continue partnering with schools to create a student-driven kindness and compassion movement, we unfortunately have very limited availability for the dates and times we’ll be in your area.','School Assemblies','','inherit','closed','closed','','369-revision-v1','','','2018-10-24 13:26:29','2018-10-24 18:26:29','',369,'https://itstartswithone.org/369-revision-v1/',0,'revision','',0),(1084,0,'2018-10-30 05:58:25','2018-10-30 10:58:25','','','','publish','closed','closed','','1084','','','2018-10-30 05:58:25','2018-10-30 10:58:25','',0,'https://itstartswithone.org/nf_sub/1084/',0,'nf_sub','',0),(1085,0,'2018-10-30 09:07:11','2018-10-30 14:07:11','','','','publish','closed','closed','','1085','','','2018-10-30 09:07:11','2018-10-30 14:07:11','',0,'https://itstartswithone.org/nf_sub/1085/',0,'nf_sub','',0),(1086,2,'2018-10-30 11:34:45','2018-10-30 16:34:45','<div style=\"text-align: center;\"><strong><span style=\"text-decoration: underline;\">NEW PRICING STRUCTURE</span>*</strong></div>\r\n<div style=\"text-align: left;\"><strong>< 200 STUDENTS</strong> = $5/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div><strong>200 - 499 STUDENTS</strong> = $4.35/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div><strong>500 - 999 STUDENTS</strong> = $4.17/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div><strong>1000 - 1999 STUDENTS</strong> = $4.07/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div><strong>2000 - 2999 STUDENTS</strong> = $3.82/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div><strong>> 3000 STUDENTS</strong> = $3.57/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div></div>\r\n<div>*SCHOOLS <span style=\"text-decoration: underline;\"><strong>MAY</strong></span> COMBINE/PARTNER WITH OTHER SCHOOLS WHEN BOOKING THEIR ASSEMBLY TO LOWER THE COST PER STUDENT.</div>\r\n<div></div>\r\n<div>e.g. Learnersville Elementary School has 650 students and partners with Learnersville Middle School, which has 551 students and Learnersville High School, which has 999 students. Instead of all three schools getting the $4.17/student rate, they combine for a total of 2200 students to get a rate of $3.82/student.</div>\r\n<div></div>\r\n<div>We\'re able to give these discounts because of the lower printing costs for larger quantity orders.</div>\r\n<div></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><span style=\"text-decoration: underline;\"><strong>ASSEMBLY PAID IN FULL / SCHOOL </strong><b>FUNDRAISER</b></span></div>\r\n<div>Lead by example! Have teachers, administration, secretaries, lunch workers, custodians, maintenance workers, <span style=\"text-decoration: underline;\">ALL STAFF MEMBERS</span> participate in The Penny Challenge to cover the cost of the assembly and print materials. More importantly this sets an example for the students. Not only is this \"leading from the front\" but it ensures that the 25% of every donation students raise is going to unmet needs around the school (books, classroom supplies, athletic gear etc).</div>\r\n<div>\r\n<div><strong>30 Staff Members</strong> x 10 Penny Challenge Tag Cards x $20 Donation = $6,000 x 25% = <strong>$1,500</strong></div>\r\n<div><strong>40 Staff Members</strong> x 10 Penny Challenge Tag Cards x $20 Donation = $8,000 x 25% = <strong>$2,000</strong></div>\r\n<div><strong>60 Staff Members</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $6,000 x 25% = <strong>$1,500</strong></div>\r\n<div><strong>80 Staff Members</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $8,000 x 25% = <strong>$2,000</strong></div>\r\n</div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>FUNDRAISER</strong></div>\r\n<div><strong>150 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $15,000 x 25% = <strong>$3,750 </strong>RAISED FOR YOUR SCHOOL</div>\r\n<div><strong>300 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $10,950 x 25% = <strong>$2,737.50 </strong>RAISED FOR YOUR SCHOOL</div>\r\n<div></div>\r\n<div><strong>300 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $30,000 x 25% = <strong>$7,500 </strong>RAISED FOR YOUR SCHOOL</div>\r\n<div><strong>500 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $18,250 x 25% = <strong>$4,562.50 </strong>RAISED FOR YOUR SCHOOL</div>\r\n<div><strong>500 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $50,000 x 25% = <strong>$12,500 </strong>RAISED FOR YOUR SCHOOL</div>\r\n<div><strong>850 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $31,025 x 25% = <strong>$7,756.25</strong> RAISED FOR YOUR SCHOOL</div>\r\n<div><strong>850 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $85,000 x 25% = <strong>$21,250</strong> RAISED FOR YOUR SCHOOL</div>','Assembly Fees','','publish','closed','closed','','assemblyfees','','','2018-12-15 09:19:05','2018-12-15 14:19:05','',0,'https://itstartswithone.org/?page_id=1086',0,'page','',0),(1089,2,'2018-10-30 11:29:31','2018-10-30 16:29:31','','School Assembly - Booking Request Form','','publish','closed','closed','','1089','','','2018-12-02 22:01:26','2018-12-03 03:01:26','',0,'https://itstartswithone.org/?p=1089',25,'nav_menu_item','',0),(1090,2,'2018-10-30 11:32:06','2018-10-30 16:32:06',' ','','','publish','closed','closed','','1090','','','2018-12-02 22:01:26','2018-12-03 03:01:26','',0,'https://itstartswithone.org/?p=1090',24,'nav_menu_item','',0),(1091,2,'2018-10-30 11:34:45','2018-10-30 16:34:45','<div style=\"text-align: center;\">School Assembly Fee Structure</div>\r\n<div>Standard assembly - $6/student</div>\r\n<div>No presentation folders - $5/student</div>\r\n<div>No folders & school prints papers - $4.75/student</div>\r\n<div>1 school referral - 10% discount (max discount of $750)</div>\r\n<div>2 school referral - 20% discount (max discount of $750)</div>\r\n<div>3 school referral - 30% discount (max discount of $750)</div>\r\n<div>Still not within budget - call us for a final option to make it work.</div>\r\n<div>$250/charge for 2nd assembly at the same school.</div>\r\n<div></div>\r\n<div>\r\n<div>Standard assembly programs include ISWO sending personalized videos to your school before the assembly to get students excited about the program. It includes the assembly itself with a speaker - either Loren Hockensmith (President/Founder - ISWO), Kim Johnson (former teacher and St Lucie County Commissioner), Charlie Brenneman (former teacher and UFC fighter) or Colby Jacobs (successful entrepreneur) and one assistant (usually playing the part of mascot, Bumbler the Bee) the day of the assembly. It includes all the print material for every student, which is...</div>\r\n<div></div>\r\n<div>ISWO Presentation Folder</div>\r\n<div>Letter to Parents</div>\r\n<div>Who You Know Sheet</div>\r\n<div>50 Acts of Kindness Idea Sheet</div>\r\n<div>Kindness Journal</div>\r\n<div>10 Penny Challenge Tag Cards per student</div>\r\n<div></div>\r\n<div>It also includes follow up videos for your school and reports on how your students are doing with updates on their two challenges.</div>\r\n<div></div>\r\n<div>Also, if you document bully related incidents at your school, we\'ll periodically, throughout the year send progress reports to your students about their acts of kindness (It has been shown that this kindness program reduces bully related incidents by over 30% at participating schools). We\'ll also update the students on the ripple effect their Penny Challenge efforts have produced and the children they have helped in the community. (Schools of 500 students are easily able to raise over $18,000 for local family\'s in need).</div>\r\n<div></div>\r\n<div>This is all included for only $6/student.</div>\r\n<div></div>\r\n<div>If that isn\'t within your budget we have additional options...</div>\r\n<div></div>\r\n<div>You can opt to not get the ISWO Presentation Folders. This drops it by $1, down to $5/student.</div>\r\n<div></div>\r\n<div>You can choose to print the participation sheets (Letter to Parents, Who You Know Sheet, 50 acts of kindness idea sheet & kindness journal) at your school. We\'ll send you the PDF\'s. This will lower the cost by an additional $0.25/student. (If you exclude the presentation folders and participation sheets it would be $4.75/student)</div>\r\n<div></div>\r\n<div>You can also have other schools within your district (or within a half an hour drive of your school) participate in our assembly program. If you personally refer and help us schedule an event at another school, you and the other participating school will receive a 10% discount. If you help us schedule at two additional schools you\'ll receive a 20% discount (the other school will still receive a 10% discount). Lastly, if you help us schedule at three additional schools, you\'ll receive a 30% (the other school will still receive a 10% discount). (Max discount is $750)</div>\r\n<div></div>\r\n<div>If this still isn\'t within your budget, don\'t worry! We have one final option we can discuss.</div>\r\n</div>','Assembly Fees','','inherit','closed','closed','','1086-revision-v1','','','2018-10-30 11:34:45','2018-10-30 16:34:45','',1086,'https://itstartswithone.org/1086-revision-v1/',0,'revision','',0),(1092,2,'2018-12-15 09:18:03','2018-12-15 14:18:03','<div style=\"text-align: center;\"><strong><span style=\"text-decoration: underline;\">NEW PRICING STRUCTURE</span>*</strong></div>\n<div style=\"text-align: left;\"><strong>< 200 STUDENTS</strong> = $5/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\n<div><strong>200 - 499 STUDENTS</strong> = $4.35/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\n<div><strong>500 - 999 STUDENTS</strong> = $4.17/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\n<div><strong>1000 - 1999 STUDENTS</strong> = $4.07/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\n<div><strong>2000 - 2999 STUDENTS</strong> = $3.82/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\n<div><strong>> 3000 STUDENTS</strong> = $3.57/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\n<div></div>\n<div>*SCHOOLS <span style=\"text-decoration: underline;\"><strong>MAY</strong></span> COMBINE/PARTNER WITH OTHER SCHOOLS WHEN BOOKING THEIR ASSEMBLY TO LOWER THE COST PER STUDENT.</div>\n<div></div>\n<div>e.g. Learnersville Elementary School has 650 students and partners with Learnersville Middle School, which has 551 students and Learnersville High School, which has 999 students. Instead of all three schools getting the $4.17/student rate, they combine for a total of 2200 students to get a rate of $3.82/student.</div>\n<div></div>\n<div>We\'re able to give these discounts because of the lower printing costs for larger quantity orders.</div>\n<div></div>\n<div></div>\n<div style=\"text-align: center;\"><span style=\"text-decoration: underline;\"><strong>ASSEMBLY PAID IN FULL / SCHOOL </strong><b>FUNDRAISER</b></span></div>\n<div>Lead by example! Have teachers, administration, secretaries, lunch workers, custodians, maintenance workers, <span style=\"text-decoration: underline;\">ALL STAFF MEMBERS</span> participate in The Penny Challenge to cover the cost of the assembly and print materials. More importantly this sets an example for the students. Not only is this \"leading from the front\" but it ensures that the 25% of every donation students raise is going to unmet needs around the school (books, classroom supplies, athletic gear etc).</div>\n<div>\n<div><strong>30 Staff Members</strong> x 10 Penny Challenge Tag Cards x $20 Donation = $6,000 x 25% = <strong>$1,500</strong></div>\n<div><strong>40 Staff Members</strong> x 10 Penny Challenge Tag Cards x $20 Donation = $8,000 x 25% = <strong>$2,000</strong></div>\n<div><strong>60 Staff Members</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $6,000 x 25% = <strong>$1,500</strong></div>\n<div><strong>80 Staff Members</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $8,000 x 25% = <strong>$2,000</strong></div>\n</div>\n<div></div>\n<div style=\"text-align: center;\"><strong>FUNDRAISER</strong></div>\n<div><strong>150 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $15,000 x 25% = <strong>$3,750 </strong>RAISED FOR YOUR SCHOOL</div>\n<div><strong>300 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $10,950 x 25% = <strong>$2,737.50 </strong>RAISED FOR YOUR SCHOOL</div>\n<div></div>\n<div><strong>300 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $30,000 x 25% = <strong>$7,500 </strong>RAISED FOR YOUR SCHOOL</div>\n<div><strong>500 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $18,250 x 25% = <strong>$4,562.50 </strong>RAISED FOR YOUR SCHOOL</div>\n<div><strong>500 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $50,000 x 25% = <strong>$12,500 </strong>RAISED FOR YOUR SCHOOL</div>\n<div>850 Students x 10 Penny Challenge Tag Cards x $3.65 Donation = $31,025 x 25% = $7,756.25 RAISED FOR YOUR SCHOOL</div>\n<div>850 Students x 10 Penny Challenge Tag Cards x $10 Donation = $85,000 x 25% = $21, RAISED FOR YOUR SCHOOL</div>','Assembly Fees','','inherit','closed','closed','','1086-autosave-v1','','','2018-12-15 09:18:03','2018-12-15 14:18:03','',1086,'https://itstartswithone.org/1086-autosave-v1/',0,'revision','',0),(1093,2,'2018-10-30 11:45:51','2018-10-30 16:45:51','<div style=\"text-align: center;\">School Assembly Fee Structure</div>\r\n<div>Standard assembly - $6/student</div>\r\n<div>No presentation folders - $5/student</div>\r\n<div>No folders & school prints papers - $4.75/student</div>\r\n<div>1 school referral - 10% discount (max discount of $750)</div>\r\n<div>2 school referral - 20% discount (max discount of $750)</div>\r\n<div>3 school referral - 30% discount (max discount of $750)</div>\r\n<div>$250/charge for 2nd assembly at the same school.</div>\r\n<div>Still not within budget?? - Don\'t worry, call us. We\'ll help you find a way to make it work.</div>\r\n<div></div>\r\n<div>\r\n<div>Standard assembly programs include ISWO sending personalized videos to your school before the assembly to get students excited about the program. It includes the assembly itself with a speaker - either Loren Hockensmith (President/Founder - ISWO), Kim Johnson (former teacher and St Lucie County Commissioner), Charlie Brenneman (former teacher and UFC fighter) or Colby Jacobs (successful entrepreneur) and one assistant (usually playing the part of mascot, Bumbler the Bee) the day of the assembly. It includes all the print material for every student, which is...</div>\r\n<div></div>\r\n<div>ISWO Presentation Folder</div>\r\n<div>Letter to Parents</div>\r\n<div>Who You Know Sheet</div>\r\n<div>50 Acts of Kindness Idea Sheet</div>\r\n<div>Kindness Journal</div>\r\n<div>10 Penny Challenge Tag Cards per student</div>\r\n<div></div>\r\n<div>It also includes follow up videos for your school and reports on how your students are doing with updates on their two challenges.</div>\r\n<div></div>\r\n<div>Also, if you document bully related incidents at your school, we\'ll periodically, throughout the year send progress reports to your students about their acts of kindness (It has been shown that this kindness program reduces bully related incidents by over 30% at participating schools). We\'ll also update the students on the ripple effect their Penny Challenge efforts have produced and the children they have helped in the community. (Schools of 500 students are easily able to raise over $18,000 for local family\'s in need).</div>\r\n<div></div>\r\n<div>This is all included for only $6/student.</div>\r\n<div></div>\r\n<div>If that isn\'t within your budget we have additional options...</div>\r\n<div></div>\r\n<div>You can opt to not get the ISWO Presentation Folders. This drops it by $1, down to $5/student.</div>\r\n<div></div>\r\n<div>You can choose to print the participation sheets (Letter to Parents, Who You Know Sheet, 50 acts of kindness idea sheet & kindness journal) at your school. We\'ll send you the PDF\'s. This will lower the cost by an additional $0.25/student. (If you exclude the presentation folders and participation sheets it would be $4.75/student)</div>\r\n<div></div>\r\n<div>You can also have other schools within your district (or within a half an hour drive of your school) participate in our assembly program. If you personally refer and help us schedule an event at another school, you and the other participating school will receive a 10% discount. If you help us schedule at two additional schools you\'ll receive a 20% discount (the other school will still receive a 10% discount). Lastly, if you help us schedule at three additional schools, you\'ll receive a 30% (the other school will still receive a 10% discount). (Max discount is $750)</div>\r\n<div></div>\r\n<div>If this still isn\'t within your budget, don\'t worry! We have one final option we can discuss.</div>\r\n</div>','Assembly Fees','','inherit','closed','closed','','1086-revision-v1','','','2018-10-30 11:45:51','2018-10-30 16:45:51','',1086,'https://itstartswithone.org/1086-revision-v1/',0,'revision','',0),(1094,2,'2018-10-30 12:06:07','2018-10-30 17:06:07','<strong>Q: What is It Starts With One?</strong>\r\n\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization, EIN # 81-504 6170. Our purpose is to help kids develop compassionate and charitable hearts for those in need. Our mission is to inspire kids to play an individual role in charity, supporting other children facing dire circumstances.\r\n\r\n<span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\"><strong>Q: Which cause(s) does ISWO support?</strong></span>\r\n\r\n<span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\">A: </span><span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\">Children facing dire circumstances. (Examples include - Cancer, AIDS, Child Abuse, Human Trafficking etc) Our board of directors decide on a case by case basis who ISWO will support.</span>\r\n\r\n<strong>Q: I know a child that is facing dire circumstances, how can they receive aid and support? </strong>\r\n\r\nA: ISWO\'s board of directors selects the children/families that receive aid and support. You may fill out an application to request support for your child or a child you know that\'s facing dire circumstances. To submit an application to be considered to receive support from ISWO click <a href=\"https://itstartswithone.org/help/\">here</a>.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\n\r\nA: The Penny Challenge is a program in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then challenges others to do the same within 24 hours.\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\n\r\nA: Step 1) Go to www.itstartswithone.org/donate\r\nStep 2) Donate $3.65 (or more) by choosing a donation amount and frequency with which you would like to donate.\r\nStep 3) Challenge and sponsor other people to complete all three steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is an FFM (Featured Family of the Month)?</strong>\r\n\r\nA: The Featured Family of the Month (FFM) are children facing dire circumstances approved by ISWO\'s board of directors. Members of ISWO\'s board of directors will vet all FFM applicants. FFM\'s stories will always be listed on our website and/or in our brochures and print material. Anyone with a child battling dire circumstances can fill out an application by clicking <a href=\"https://itstartswithone.org/help/\">here</a> to be considered to be featured as a FFM.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\n\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs.\r\n\r\nAt ISWO we\'re proud to operate at a <strong>MAXIMUM</strong> of 20% going towards overhead costs and 80% <strong>(OR MORE)</strong> going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 1% going towards overhead expenses and 99% going towards charitable programs. It Starts With One will <strong>NEVER</strong> operate where any less than 80% of funds raised go to the children we support.\r\n\r\n<strong>Q: What is ISWO\'s budget?</strong>\r\n\r\nA: <a href=\"https://itstartswithone.org/wp-content/uploads/2018/04/ISWO-2018-Budget.pdf\">ISWO 2018 Budget</a>\r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\n\r\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\r\n\r\n \r\n\r\nDidn\'t find an answer above to your specific question? Don\'t worry. You can email your question(s) to iswoinc@gmail.com','FAQ\'s','','inherit','closed','closed','','441-revision-v1','','','2018-10-30 12:06:07','2018-10-30 17:06:07','',441,'https://itstartswithone.org/441-revision-v1/',0,'revision','',0),(1095,2,'2018-10-30 12:11:43','2018-10-30 17:11:43','<div class=\"x-el x-el-div x-ntrl-def x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">School Assembly Informational Video The Penny Challenge Commercial</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \" style=\"text-align: center;\">\r\n<div class=\"x-el x-el-div x-ntrl-def x-col-xs-12 x-f-pri-fam x-f-sz-md \">\r\n<p style=\"text-align: center;\"><iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/wwAbWUSaf-Y\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> <iframe style=\"width: 300px; height: 250px;\" src=\"https://www.youtube.com/embed/0D5l5Pyi8ak\" width=\"100%\" height=\"250\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-row x-f-pri-fam x-f-sz-md \"></div>','','','inherit','closed','closed','','6-revision-v1','','','2018-10-30 12:11:43','2018-10-30 17:11:43','',6,'https://itstartswithone.org/6-revision-v1/',0,'revision','',0),(1097,2,'2018-11-29 23:31:48','2018-11-30 04:31:48','<p dir=\"ltr\"><strong>Purpose Statement:</strong></p>\r\n<p dir=\"ltr\"><strong>Our purpose is to instill in kids a compassionate heart for charity, providing aid to their peers in need.</strong></p>\r\n<p dir=\"ltr\"><strong>Mission Statement:</strong></p>\r\n<p class=\"heading__title\"><strong>Our mission is to inspire kids to develop kind, compassionate and charitable hearts while supporting other children facing dire circumstances.</strong></p>','Our Purpose & Mission','','inherit','closed','closed','','361-revision-v1','','','2018-11-29 23:31:48','2018-11-30 04:31:48','',361,'https://itstartswithone.org/361-revision-v1/',0,'revision','',0),(1098,2,'2018-11-29 23:39:27','2018-11-30 04:39:27','<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-div x-ntrl-def x-m-b-lg-bpxs x-f-pri-fam x-f-sz-md \"><strong>WHO WE ARE:</strong><img class=\"alignright wp-image-76\" src=\"http://vm3001.mojohost.com/thepennychallenge.com/public_html/wp-content/uploads/2017/02/cropped-image3-1-300x300.jpg\" alt=\"\" width=\"126\" height=\"126\" /></div>\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED1\" data-field=\"description1\">\r\n\r\nIt Starts With One is a 501(c)3 non-profit business that provides aid and support to children facing dire circumstances and produces school assemblies to help inspire kids to develop kind, compassionate and charitable hearts.\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED2\" data-field=\"description2\">\r\n\r\nOur purpose is to inspire kids to play a role in changing the world, first locally in your community and then globally through a pay it forward movement we call The Penny Challenge. We work to ensure that all human beings are assured their unalienable rights to life, liberty and the pursuit of happiness and to protect and bless those fighting for the very existence of these rights.\r\n\r\nWe provide financial support to families with children battling potentially fatal illnesses such as Cancer, HIV/AIDS & Heart Disease. We also provide aid to children of our wounded vets. In addition, we raise awareness and resources for kids caught in sex-trafficking and those in 3rd world countries without clean water. We do this on a local and global level.\r\n\r\n</div>\r\n</div>\r\n<div class=\"x-el x-el-div x-ntrl-def x-center-xs x-col-xs-12 x-col-md-4 x-col-md-offset-0 x-f-pri-fam x-f-sz-md \">\r\n<div class=\"x-el x-el-p x-ntrl-def x-ww-break x-f-alt-fam x-f-sz-md x-c-text x-f-lh-md x-d-aid x-d-field x-rt\" data-aid=\"ABOUT_DESCRIPTION_RENDERED3\" data-field=\"description3\">\r\n\r\nBecause there will always be unmet needs, inherent evil and fatal illnesses in the world, we feel called to make a difference and will work daily to meet the needs, combat the evil and ease the suffering of illnesses.\r\n\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n<p dir=\"ltr\"><strong>IT STARTS WITH ONE</strong></p>\r\n<p dir=\"ltr\"><img class=\"alignright size-medium wp-image-190\" src=\"http://thepennychallenge.com/wp-content/uploads/2017/01/loren-hockensmith-269x300.png\" alt=\"\" width=\"269\" height=\"300\" />It Starts With One began in December 2016 out of the ashes of the most difficult year of founder, Loren Hockensmith’s life. In July of that year he was hit at about 50 mph by a person who was texting and driving. Loren suffered a stage 3 concussion and broke his back in two places. While being x-rayed in the hospital doctors discovered a mass on his kidney that turned out to be cancer. About a month later while in the hospital battling cancer an employee of Hockensmith’s lawn care business stole $30,000 worth of equipment. Subsequently the company lost over 100 customers <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1607775337\"><span class=\"aQJ\">within two weeks</span></span> and were forced to close the doors on the landscaping business. It was in the darkest days that followed that Loren started actively seeking and earnestly searching for the meaning and purpose of his life and time here on earth. While reading a book, he was prompted to focus, not on finding a way to make a million dollars, but instead finding a way to help a million people. It wasn’t long after that revelation, one insomnia filled night the he was blessed with the idea for what would later become It Starts With One and The Penny Challenge. Loren’s goal is to majorly impact and influence the next generation by helping children develop kind, compassionate and charitable hearts. Loren truly believes with everyone playing their part by donating the equivalent of just a penny a day, $3.65/year we can accomplish all those goals. 300 million people donating $3.65 = over 1 BILLION dollars. We create heroes every day by inspiring everyday heroes. You’re the hero. We’re just the guide. It starts with you. It starts with me. It Starts With One.</p>','About','','inherit','closed','closed','','8-revision-v1','','','2018-11-29 23:39:27','2018-11-30 04:39:27','',8,'https://itstartswithone.org/8-revision-v1/',0,'revision','',0),(1099,2,'2018-11-30 12:30:12','2018-11-30 17:30:12','<p style=\"text-align: center;\">The Penny Challenge - School Informational Video</p>\r\n<p style=\"text-align: center;\"><iframe style=\"width: 100%; height: 400px;\" src=\"https://www.youtube.com/embed/wwAbWUSaf-Y\" width=\"100%\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\nFor more information about your school partnering with It Starts With One, please fill out a <a href=\"https://itstartswithone.org/booking-request-form/\">booking request form</a>, call 772-242-0446 or email us at iswoinc@gmail.com with your questions.\r\n\r\nWe look forward to helping your school develop a culture and brand of kindness, compassion and charity that will undoubtedly create a ripple effect that will positively impact your students and your community.\r\n\r\nIt Starts With One – School Assemblies\r\n\r\nWe believe in helping kids develop kind, compassionate and charitable hearts.\r\n\r\nTherefore we have produced a powerful, results driven school assembly program that helps guide students to get engaged in measurable, random acts of kindness.\r\n\r\nOur program also encourages kids to actively get involved in local charity, providing aid for children in desperate need in your own community.\r\n\r\nOur “Be The One” program begins at every school with an inspirational assembly promoting kindness, compassion and charity. Often times, our friend Bumbler the Bee even stops by to help motivate and encourage the kids.\r\n\r\nAfter your schools assembly, each student will receive a folder containing two challenges inside. For 15 days students will compete against other schools to see which school will win this year’s, It Starts With One’s kindness and compassion award.\r\n\r\nChallenge 1 is where students document all the acts of kindness they do over a two week period. Challenge 2 is where students actively participate in charity, providing support for kids facing dire circumstances, in your local area.\r\n\r\nJust imagine kindness and compassion becoming the culture of your school, while personal responsibility and charity becomes the brand that your school, becomes known for. Imagine the influence a kindness campaign will have on your students and the impact that your students will make on local children in need.\r\n\r\nAs we continue partnering with schools to create a student-driven kindness and compassion movement, we unfortunately have very limited availability for the dates and times we’ll be in your area.\r\n\r\nPlease <a href=\"https://itstartswithone.org/booking-request-form/\">contact us</a> today for more information about bringing It Starts With One to your school!','School Assemblies','','inherit','closed','closed','','369-revision-v1','','','2018-11-30 12:30:12','2018-11-30 17:30:12','',369,'https://itstartswithone.org/369-revision-v1/',0,'revision','',0),(1100,2,'2018-11-30 12:34:28','2018-11-30 17:34:28','<strong>Q: What is It Starts With One?</strong>\r\n\r\nA: It Starts With One (ISWO) is a 501c3 nonprofit organization, EIN # 81-504 6170. Our purpose is to help kids develop compassionate and charitable hearts for those in need. Our mission is to inspire kids to play an individual role in charity, supporting other children facing dire circumstances.\r\n\r\n<span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\"><strong>Q: Which cause(s) does ISWO support?</strong></span>\r\n\r\n<span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\">A: </span><span style=\"display: inline !important; float: none; background-color: transparent; color: #666666; font-family: \'Quattrocento Sans\',sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 34.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;\">Children facing dire circumstances. (Examples include - Cancer, AIDS, Child Abuse, Human Trafficking etc) Our board of directors decide on a case by case basis who ISWO will support.</span>\r\n\r\n<strong>Q: I know a child that is facing dire circumstances, how can they receive aid and support? </strong>\r\n\r\nA: ISWO\'s board of directors selects the children/families that receive aid and support. You may fill out an application to request support for your child or a child you know that\'s facing dire circumstances. To submit an application to be considered to receive support from ISWO click <a href=\"https://itstartswithone.org/help/\">here</a>.\r\n\r\n<strong>Q: What is The Penny Challenge?</strong>\r\n\r\nA: The Penny Challenge is a program in which an individual donates at least $3.65 (the equivalent of a penny a day for a year) and then challenges others to do the same within 24 hours.\r\n\r\n<strong>Q: How do I take The Penny Challenge?</strong>\r\n\r\nA: Step 1) Go to www.itstartswithone.org/donate\r\nStep 2) Donate $3.65 (or more) by choosing a donation amount and frequency with which you would like to donate.\r\nStep 3) Challenge and sponsor other people to complete all three steps of The Penny Challenge within 24 hours.\r\n\r\n<strong>Q: What is an FFM (Featured Family of the Month)?</strong>\r\n\r\nA: The Featured Family of the Month (FFM) are children facing dire circumstances approved by ISWO\'s board of directors. Members of ISWO\'s board of directors will vet all FFM applicants. FFM\'s stories will always be listed on our website and/or in our brochures and print material. Anyone with a child battling dire circumstances can fill out an application by clicking <a href=\"https://itstartswithone.org/help/\">here</a> to be considered to be featured as a FFM.\r\n\r\n<strong>Q: What percentage of my donation goes to programs vs administration costs and overhead?</strong>\r\n\r\nA: There are several charitable <em>\"watchdogs\"</em> out there that grade charities on several different criteria. One of the main criteria\'s is what percentage of funds raised goes to administration costs, salaries, fundraising efforts etc vs charitable programs. It is widely agreed by these \"watchdog organizations\" that no more than 35% of funds should go towards overhead, while no less than 65% going towards charitable programs. Many charitable organizations receiving \"A\" scores operate a budget at 25% going to overhead and 75% going towards programs.\r\n\r\nAt ISWO we\'re proud to operate at a <strong>MAXIMUM</strong> of 20% going towards overhead costs and 80% <strong>(OR MORE)</strong> going to programs. As ISWO continues to grow and gain support and momentum we will continue to lower the percentage of overhead costs to eventually hit our goal at operating at 1% going towards overhead expenses and 99% going towards charitable programs. It Starts With One will <strong>NEVER</strong> operate where any less than 80% of funds raised go to the children we support.\r\n\r\n<strong>Q: What is ISWO\'s budget?</strong>\r\n\r\nA: <a href=\"https://itstartswithone.org/wp-content/uploads/2018/04/ISWO-2018-Budget.pdf\">ISWO 2018 Budget</a>\r\n\r\n<strong>Q: When are beneficiary checks issued?</strong>\r\n\r\nA: Beneficiary checks will be issued between 2-6 weeks after a campaign\'s end.\r\n\r\n \r\n\r\nDidn\'t find an answer above to your specific question? Don\'t worry. You can email your question(s) to iswoinc@gmail.com','Frequently Asked Questions','','inherit','closed','closed','','441-revision-v1','','','2018-11-30 12:34:28','2018-11-30 17:34:28','',441,'https://itstartswithone.org/441-revision-v1/',0,'revision','',0),(1101,2,'2018-12-02 21:58:42','2018-12-03 02:58:42','<a href=\"https://itstartswithone.org/prizes/prize-sheet/\" rel=\"attachment wp-att-1102\"><img class=\"size-full wp-image-1102 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/12/Prize-Sheet.png\" alt=\"\" width=\"709\" height=\"924\" /></a>\r\n<p style=\"text-align: center;\"><strong>The Penny Challenge Competition</strong></p>\r\n<p style=\"text-align: left;\">It Starts With One is proud to present <em>The Penny Challenge Competition</em>. While this friendly competition was created for schools and youth groups across the country to compete against each other for the annual <em>It Starts With One - Kindness & Compassion Award, </em>anyone is welcome to participate in <em>The Penny Challenge Competition</em>.</p>\r\nFor helping us in our efforts to provide financial support for children battling potentially fatal illnesses, participants are rewarded not just from the great satisfaction that comes from helping ill children and their families, but are also rewarded with prizes that we hope will bless your life.\r\n\r\n<strong>Although school and youth group competitions only last for 15 days <span style=\"text-decoration: underline;\">corporately</span>, <span style=\"text-decoration: underline;\">students have a full year from their school/church\'s official start date to accumulate their INDIVIDUAL donation totals</span></strong>. For anyone participating in <em>The Penny Challenge Competition </em>independent of a school or youth group, your total donations start accumulating from the date of your first documented donation. Individuals also have a full 365 days to amass total donations redeemable for Penny Challenge Prizes.\r\n\r\nWhile participants are able to raise donations how they see fit (car washes, bake sales, lemonade stands, benefit concerts etc) WE STRONGLY recommend competitors use Penny Challenge Tag Cards as their main source for raising funds. Encourage donors to go above and beyond the minimum $3.65 donation. Share what we do here at It Starts With One with would-be donors and inspire them to give $10, $20 even $100 donations or more to support our mission.\r\n\r\nAdditional Penny Challenge Tag Cards can be ordered <a href=\"https://store.itstartswithone.org/collections/mens/products/the-penny-challenge-challenge-cards-qty-20\">here</a>.\r\n\r\n<a href=\"https://itstartswithone.org/betheone/penny-challenge-cards-4-2/\" rel=\"attachment wp-att-1045\"><img class=\"size-full wp-image-1045 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/penny-challenge-cards-4-1.jpg\" alt=\"\" width=\"573\" height=\"242\" /></a>\r\n<p style=\"text-align: center;\"><strong>Levels & Prizes</strong></p>\r\nLevel 1 - $100 total documented donations within 1 year time period earns $5 Amazon Gift Card.\r\n\r\nLevel 2 - $250 total documented donations within 1 year earns $12.50 Amazon Gift Card or a $10 AMC Theater Gift Card.\r\n\r\nLevel 3 - $500 total documented donations within 1 year earns $25 gift card to any of the following Amazon, AMC Theaters, Guitar Center or Minor League Baseball tickets.\r\n\r\nLevel 4 - $1,000 total documented donations within 1 year earns $50 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets or Minor League Hockey Tickets.\r\n\r\nLevel 5 - $2,500 total documented donations within 1 year earns $125 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks or Professional Sports Tickets.\r\n\r\nLevel 6 - $5,000 total documented donations within 1 year earns $250 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks or Professional Sports Tickets.\r\n\r\nLevel 7 - $10,000 total documented donations within 1 year earns $500 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks, Professional Sports Tickets or Caribbean Cruise Gift Card.\r\n<p style=\"text-align: center;\"><strong>Penny Tracker</strong></p>\r\n<p style=\"text-align: left;\">In order to be eligible for any Penny Challenge prizes, participants must email their completed <em>Penny Tracker</em> sheets along with a completed <em>Penny Challenge Prize Redemption Form</em> to iswo.pennytracker@gmail.com.</p>\r\n<a href=\"https://itstartswithone.org/prizes/penny-tracker/\" rel=\"attachment wp-att-1112\"><img class=\"size-full wp-image-1112 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/12/Penny-Tracker.png\" alt=\"\" width=\"710\" height=\"921\" /></a>','Prizes','','publish','closed','closed','','prizes','','','2018-12-02 23:19:17','2018-12-03 04:19:17','',0,'https://itstartswithone.org/?page_id=1101',0,'page','',0),(1102,2,'2018-12-02 21:58:23','2018-12-03 02:58:23','','Prize Sheet','','inherit','closed','closed','','prize-sheet','','','2018-12-02 21:58:23','2018-12-03 02:58:23','',1101,'https://itstartswithone.org/wp-content/uploads/2018/12/Prize-Sheet.png',0,'attachment','image/png',0),(1103,2,'2018-12-02 21:58:42','2018-12-03 02:58:42','<a href=\"https://itstartswithone.org/?attachment_id=1102\" rel=\"attachment wp-att-1102\"><img class=\"size-full wp-image-1102 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/12/Prize-Sheet.png\" alt=\"\" width=\"709\" height=\"924\" /></a>','Prizes','','inherit','closed','closed','','1101-revision-v1','','','2018-12-02 21:58:42','2018-12-03 02:58:42','',1101,'https://itstartswithone.org/1101-revision-v1/',0,'revision','',0),(1104,2,'2018-12-02 21:58:42','2018-12-03 02:58:42','<a href=\"https://itstartswithone.org/prizes/prize-sheet/\" rel=\"attachment wp-att-1102\"><img class=\"size-full wp-image-1102 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/12/Prize-Sheet.png\" alt=\"\" width=\"709\" height=\"924\" /></a>','Prizes','','inherit','closed','closed','','1101-revision-v1','','','2018-12-02 21:58:42','2018-12-03 02:58:42','',1101,'https://itstartswithone.org/1101-revision-v1/',0,'revision','',0),(1105,2,'2018-12-02 21:59:59','2018-12-03 02:59:59','','Penny Challenge Prizes','','publish','closed','closed','','penny-challenge-prizes','','','2018-12-02 22:01:25','2018-12-03 03:01:25','',0,'https://itstartswithone.org/?p=1105',20,'nav_menu_item','',0),(1106,2,'2018-12-02 23:17:42','2018-12-03 04:17:42','<a href=\"https://itstartswithone.org/prizes/prize-sheet/\" rel=\"attachment wp-att-1102\"><img class=\"size-full wp-image-1102 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/12/Prize-Sheet.png\" alt=\"\" width=\"709\" height=\"924\" /></a>\n<p style=\"text-align: center;\"><strong>The Penny Challenge Competition</strong></p>\n<p style=\"text-align: left;\">It Starts With One is proud to present <em>The Penny Challenge Competition</em>. While this friendly competition was created for schools and youth groups across the country to compete against each other for the annual <em>It Starts With One - Kindness & Compassion Award, </em>anyone is welcome to participate in <em>The Penny Challenge Competition</em>.</p>\nFor helping us in our efforts to provide financial support for children battling potentially fatal illnesses, participants are rewarded not just from the great satisfaction that comes from helping ill children and their families, but are also rewarded with prizes that we hope will bless your life.\n\n<strong>Although school and youth group competitions only last for 15 days <span style=\"text-decoration: underline;\">corporately</span>, <span style=\"text-decoration: underline;\">students have a full year from their school/church\'s official start date to accumulate their INDIVIDUAL donation totals</span></strong>. For anyone participating in <em>The Penny Challenge Competition </em>independent of a school or youth group, your total donations start accumulating from the date of your first documented donation. Individuals also have a full 365 days to amass total donations redeemable for Penny Challenge Prizes.\n\nWhile participants are able to raise donations how they see fit (car washes, bake sales, lemonade stands, benefit concerts etc) WE STRONGLY recommend competitors use Penny Challenge Tag Cards as their main source for raising funds. Encourage donors to go above and beyond the minimum $3.65 donation. Share what we do here at It Starts With One with would-be donors and inspire them to give $10, $20 even $100 donations or more to support our mission.\n\nAdditional Penny Challenge Tag Cards can be ordered here.\n\n \n\n<a href=\"https://itstartswithone.org/betheone/penny-challenge-cards-4-2/\" rel=\"attachment wp-att-1045\"><img class=\"size-full wp-image-1045 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/penny-challenge-cards-4-1.jpg\" alt=\"\" width=\"573\" height=\"242\" /></a>\n<p style=\"text-align: center;\"><strong>Levels & Prizes</strong></p>\nLevel 1 - $100 total documented donations within 1 year time period earns $5 Amazon Gift Card.\n\nLevel 2 - $250 total documented donations within 1 year earns $12.50 Amazon Gift Card or a $10 AMC Theater Gift Card.\n\nLevel 3 - $500 total documented donations within 1 year earns $25 gift card to any of the following Amazon, AMC Theaters, Guitar Center or Minor League Baseball tickets.\n\nLevel 4 - $1,000 total documented donations within 1 year earns $50 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets or Minor League Hockey Tickets.\n\nLevel 5 - $2,500 total documented donations within 1 year earns $125 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks or Professional Sports Tickets.\n\nLevel 6 - $5,000 total documented donations within 1 year earns $250 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks or Professional Sports Tickets.\n\nLevel 7 - $10,000 total documented donations within 1 year earns $500 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks, Professional Sports Tickets or Caribbean Cruise Gift Card.\n<p style=\"text-align: center;\"><strong>Penny Tracker</strong></p>\n<p style=\"text-align: left;\">In order to be eligible for any Penny Challenge prizes, participants must email their completed <em>Penny Tracker</em> sheets along with a completed <em>Penny Challenge Prize Redemption Form</em> to iswo.pennytracker@gmail.com.</p>\n<a href=\"https://itstartswithone.org/prizes/penny-tracker/\" rel=\"attachment wp-att-1112\"><img class=\"size-full wp-image-1112 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/12/Penny-Tracker.png\" alt=\"\" width=\"710\" height=\"921\" /></a>','Prizes','','inherit','closed','closed','','1101-autosave-v1','','','2018-12-02 23:17:42','2018-12-03 04:17:42','',1101,'https://itstartswithone.org/1101-autosave-v1/',0,'revision','',0),(1107,2,'2018-12-02 22:30:47','2018-12-03 03:30:47','<a href=\"https://itstartswithone.org/prizes/prize-sheet/\" rel=\"attachment wp-att-1102\"><img class=\"size-full wp-image-1102 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/12/Prize-Sheet.png\" alt=\"\" width=\"709\" height=\"924\" /></a>\r\n<p style=\"text-align: center;\"><strong>The Penny Challenge Competition</strong></p>\r\n<p style=\"text-align: left;\">It Starts With One is proud to present <em>The Penny Challenge Competition</em>. While this friendly competition was created for schools and youth groups across the country to compete against each other for the annual <em>It Starts With One - Kindness & Compassion Award, </em>anyone is welcome to participate in <em>The Penny Challenge Competition</em>.</p>\r\nFor helping us financially support children battling potentially fatal illnesses, participants are rewarded not just from the great satisfaction that comes from helping ill children and their families, but are also rewarded for your efforts with prizes that will bless your life.\r\n\r\nAlthough school and youth group competitions only last for 15 days corporately, students have a full year from their school/church\'s official start date to accumulate their donation totals. For anyone participating in <em>The Penny Challenge Competition </em>independent of a school or youth group, your total donations start accumulating from your first documented donation. Individuals also have a full 365 days to amass total donations to redeem for Penny Challenge Prizes.\r\n\r\nLevel 1 - $100 total donations within 1 year time period earns $5 Amazon Gift Card.\r\n\r\nLevel 2 - $250 total donations within 1 year earns $12.50 Amazon Gift Card or a $10 AMC Theater Gift Card.\r\n\r\nLevel 3 - $500 total donations within 1 year earns $25 gift card to any of the following... Amazon, AMC Theaters, Guitar Center or Minor League Baseball tickets.\r\n\r\nLevel 4 - $1,000 total donations within 1 year earns $50 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets or Minor League Hockey Tickets.\r\n\r\nLevel 5 - $2,500 total donations within 1 year earns $125 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks or Professional Sports Tickets.\r\n\r\nLevel 6 - $5,000 total donations within 1 year earns $250 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks or Professional Sports Tickets.\r\n\r\nLevel 7 - $10,000 total donations within 1 year earns $500 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks, Professional Sports Tickets or Caribbean Cruise Gift Card.','Prizes','','inherit','closed','closed','','1101-revision-v1','','','2018-12-02 22:30:47','2018-12-03 03:30:47','',1101,'https://itstartswithone.org/1101-revision-v1/',0,'revision','',0),(1108,2,'2018-12-02 22:36:34','2018-12-03 03:36:34','<a href=\"https://itstartswithone.org/prizes/prize-sheet/\" rel=\"attachment wp-att-1102\"><img class=\"size-full wp-image-1102 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/12/Prize-Sheet.png\" alt=\"\" width=\"709\" height=\"924\" /></a>\r\n<p style=\"text-align: center;\"><strong>The Penny Challenge Competition</strong></p>\r\n<p style=\"text-align: left;\">It Starts With One is proud to present <em>The Penny Challenge Competition</em>. While this friendly competition was created for schools and youth groups across the country to compete against each other for the annual <em>It Starts With One - Kindness & Compassion Award, </em>anyone is welcome to participate in <em>The Penny Challenge Competition</em>.</p>\r\nFor helping us in our efforts to provide financial support for children battling potentially fatal illnesses, participants are rewarded not just from the great satisfaction that comes from helping ill children and their families, but are also rewarded with prizes that we hope will bless your life.\r\n\r\n<strong>Although school and youth group competitions only last for 15 days <span style=\"text-decoration: underline;\">corporately</span>, <span style=\"text-decoration: underline;\">students have a full year from their school/church\'s official start date to accumulate their INDIVIDUAL donation totals</span></strong>. For anyone participating in <em>The Penny Challenge Competition </em>independent of a school or youth group, your total donations start accumulating from the date of your first documented donation. Individuals also have a full 365 days to amass total donations redeemable for Penny Challenge Prizes.\r\n<p style=\"text-align: center;\"><strong>Levels & Prizes</strong></p>\r\nLevel 1 - $100 total donations within 1 year time period earns $5 Amazon Gift Card.\r\n\r\nLevel 2 - $250 total donations within 1 year earns $12.50 Amazon Gift Card or a $10 AMC Theater Gift Card.\r\n\r\nLevel 3 - $500 total donations within 1 year earns $25 gift card to any of the following... Amazon, AMC Theaters, Guitar Center or Minor League Baseball tickets.\r\n\r\nLevel 4 - $1,000 total donations within 1 year earns $50 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets or Minor League Hockey Tickets.\r\n\r\nLevel 5 - $2,500 total donations within 1 year earns $125 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks or Professional Sports Tickets.\r\n\r\nLevel 6 - $5,000 total donations within 1 year earns $250 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks or Professional Sports Tickets.\r\n\r\nLevel 7 - $10,000 total donations within 1 year earns $500 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks, Professional Sports Tickets or Caribbean Cruise Gift Card.\r\n\r\n ','Prizes','','inherit','closed','closed','','1101-revision-v1','','','2018-12-02 22:36:34','2018-12-03 03:36:34','',1101,'https://itstartswithone.org/1101-revision-v1/',0,'revision','',0),(1109,2,'2018-12-02 22:37:43','2018-12-03 03:37:43','<a href=\"https://itstartswithone.org/prizes/prize-sheet/\" rel=\"attachment wp-att-1102\"><img class=\"size-full wp-image-1102 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/12/Prize-Sheet.png\" alt=\"\" width=\"709\" height=\"924\" /></a>\r\n<p style=\"text-align: center;\"><strong>The Penny Challenge Competition</strong></p>\r\n<p style=\"text-align: left;\">It Starts With One is proud to present <em>The Penny Challenge Competition</em>. While this friendly competition was created for schools and youth groups across the country to compete against each other for the annual <em>It Starts With One - Kindness & Compassion Award, </em>anyone is welcome to participate in <em>The Penny Challenge Competition</em>.</p>\r\nFor helping us in our efforts to provide financial support for children battling potentially fatal illnesses, participants are rewarded not just from the great satisfaction that comes from helping ill children and their families, but are also rewarded with prizes that we hope will bless your life.\r\n\r\n<strong>Although school and youth group competitions only last for 15 days <span style=\"text-decoration: underline;\">corporately</span>, <span style=\"text-decoration: underline;\">students have a full year from their school/church\'s official start date to accumulate their INDIVIDUAL donation totals</span></strong>. For anyone participating in <em>The Penny Challenge Competition </em>independent of a school or youth group, your total donations start accumulating from the date of your first documented donation. Individuals also have a full 365 days to amass total donations redeemable for Penny Challenge Prizes.\r\n<p style=\"text-align: center;\"><strong>Levels & Prizes</strong></p>\r\nLevel 1 - $100 total donations within 1 year time period earns $5 Amazon Gift Card.\r\n\r\nLevel 2 - $250 total donations within 1 year earns $12.50 Amazon Gift Card or a $10 AMC Theater Gift Card.\r\n\r\nLevel 3 - $500 total donations within 1 year earns $25 gift card to any of the following Amazon, AMC Theaters, Guitar Center or Minor League Baseball tickets.\r\n\r\nLevel 4 - $1,000 total donations within 1 year earns $50 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets or Minor League Hockey Tickets.\r\n\r\nLevel 5 - $2,500 total donations within 1 year earns $125 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks or Professional Sports Tickets.\r\n\r\nLevel 6 - $5,000 total donations within 1 year earns $250 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks or Professional Sports Tickets.\r\n\r\nLevel 7 - $10,000 total donations within 1 year earns $500 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks, Professional Sports Tickets or Caribbean Cruise Gift Card.\r\n\r\n ','Prizes','','inherit','closed','closed','','1101-revision-v1','','','2018-12-02 22:37:43','2018-12-03 03:37:43','',1101,'https://itstartswithone.org/1101-revision-v1/',0,'revision','',0),(1110,2,'2018-12-02 22:50:23','2018-12-03 03:50:23','<a href=\"https://itstartswithone.org/prizes/prize-sheet/\" rel=\"attachment wp-att-1102\"><img class=\"size-full wp-image-1102 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/12/Prize-Sheet.png\" alt=\"\" width=\"709\" height=\"924\" /></a>\r\n<p style=\"text-align: center;\"><strong>The Penny Challenge Competition</strong></p>\r\n<p style=\"text-align: left;\">It Starts With One is proud to present <em>The Penny Challenge Competition</em>. While this friendly competition was created for schools and youth groups across the country to compete against each other for the annual <em>It Starts With One - Kindness & Compassion Award, </em>anyone is welcome to participate in <em>The Penny Challenge Competition</em>.</p>\r\nFor helping us in our efforts to provide financial support for children battling potentially fatal illnesses, participants are rewarded not just from the great satisfaction that comes from helping ill children and their families, but are also rewarded with prizes that we hope will bless your life.\r\n\r\n<strong>Although school and youth group competitions only last for 15 days <span style=\"text-decoration: underline;\">corporately</span>, <span style=\"text-decoration: underline;\">students have a full year from their school/church\'s official start date to accumulate their INDIVIDUAL donation totals</span></strong>. For anyone participating in <em>The Penny Challenge Competition </em>independent of a school or youth group, your total donations start accumulating from the date of your first documented donation. Individuals also have a full 365 days to amass total donations redeemable for Penny Challenge Prizes.\r\n<p style=\"text-align: center;\"><strong>Levels & Prizes</strong></p>\r\nLevel 1 - $100 total documented donations within 1 year time period earns $5 Amazon Gift Card.\r\n\r\nLevel 2 - $250 total documented donations within 1 year earns $12.50 Amazon Gift Card or a $10 AMC Theater Gift Card.\r\n\r\nLevel 3 - $500 total documented donations within 1 year earns $25 gift card to any of the following Amazon, AMC Theaters, Guitar Center or Minor League Baseball tickets.\r\n\r\nLevel 4 - $1,000 total documented donations within 1 year earns $50 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets or Minor League Hockey Tickets.\r\n\r\nLevel 5 - $2,500 total documented donations within 1 year earns $125 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks or Professional Sports Tickets.\r\n\r\nLevel 6 - $5,000 total documented donations within 1 year earns $250 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks or Professional Sports Tickets.\r\n\r\nLevel 7 - $10,000 total documented donations within 1 year earns $500 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks, Professional Sports Tickets or Caribbean Cruise Gift Card.\r\n<p style=\"text-align: center;\"><strong>Penny Tracker</strong></p>\r\n<p style=\"text-align: left;\">In order to be eligible for any Penny Challenge prizes, participants must email their completed <em>Penny Tracker</em> sheets along with the completed <em>Penny Challenge Prize Redemption Form</em> to iswo.pennytracker@gmail.com.</p>','Prizes','','inherit','closed','closed','','1101-revision-v1','','','2018-12-02 22:50:23','2018-12-03 03:50:23','',1101,'https://itstartswithone.org/1101-revision-v1/',0,'revision','',0),(1111,2,'2018-12-02 22:54:00','2018-12-03 03:54:00','<a href=\"https://itstartswithone.org/prizes/prize-sheet/\" rel=\"attachment wp-att-1102\"><img class=\"size-full wp-image-1102 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/12/Prize-Sheet.png\" alt=\"\" width=\"709\" height=\"924\" /></a>\r\n<p style=\"text-align: center;\"><strong>The Penny Challenge Competition</strong></p>\r\n<p style=\"text-align: left;\">It Starts With One is proud to present <em>The Penny Challenge Competition</em>. While this friendly competition was created for schools and youth groups across the country to compete against each other for the annual <em>It Starts With One - Kindness & Compassion Award, </em>anyone is welcome to participate in <em>The Penny Challenge Competition</em>.</p>\r\nFor helping us in our efforts to provide financial support for children battling potentially fatal illnesses, participants are rewarded not just from the great satisfaction that comes from helping ill children and their families, but are also rewarded with prizes that we hope will bless your life.\r\n\r\n<strong>Although school and youth group competitions only last for 15 days <span style=\"text-decoration: underline;\">corporately</span>, <span style=\"text-decoration: underline;\">students have a full year from their school/church\'s official start date to accumulate their INDIVIDUAL donation totals</span></strong>. For anyone participating in <em>The Penny Challenge Competition </em>independent of a school or youth group, your total donations start accumulating from the date of your first documented donation. Individuals also have a full 365 days to amass total donations redeemable for Penny Challenge Prizes.\r\n<p style=\"text-align: center;\"><strong>Levels & Prizes</strong></p>\r\nLevel 1 - $100 total documented donations within 1 year time period earns $5 Amazon Gift Card.\r\n\r\nLevel 2 - $250 total documented donations within 1 year earns $12.50 Amazon Gift Card or a $10 AMC Theater Gift Card.\r\n\r\nLevel 3 - $500 total documented donations within 1 year earns $25 gift card to any of the following Amazon, AMC Theaters, Guitar Center or Minor League Baseball tickets.\r\n\r\nLevel 4 - $1,000 total documented donations within 1 year earns $50 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets or Minor League Hockey Tickets.\r\n\r\nLevel 5 - $2,500 total documented donations within 1 year earns $125 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks or Professional Sports Tickets.\r\n\r\nLevel 6 - $5,000 total documented donations within 1 year earns $250 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks or Professional Sports Tickets.\r\n\r\nLevel 7 - $10,000 total documented donations within 1 year earns $500 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks, Professional Sports Tickets or Caribbean Cruise Gift Card.\r\n<p style=\"text-align: center;\"><strong>Penny Tracker</strong></p>\r\n<p style=\"text-align: left;\">In order to be eligible for any Penny Challenge prizes, participants must email their completed <em>Penny Tracker</em> sheets along with a completed <em>Penny Challenge Prize Redemption Form</em> to iswo.pennytracker@gmail.com.</p>','Prizes','','inherit','closed','closed','','1101-revision-v1','','','2018-12-02 22:54:00','2018-12-03 03:54:00','',1101,'https://itstartswithone.org/1101-revision-v1/',0,'revision','',0),(1112,2,'2018-12-02 23:04:39','2018-12-03 04:04:39','','Penny Tracker','','inherit','closed','closed','','penny-tracker','','','2018-12-02 23:04:39','2018-12-03 04:04:39','',1101,'https://itstartswithone.org/wp-content/uploads/2018/12/Penny-Tracker.png',0,'attachment','image/png',0),(1113,2,'2018-12-02 23:04:57','2018-12-03 04:04:57','<a href=\"https://itstartswithone.org/prizes/prize-sheet/\" rel=\"attachment wp-att-1102\"><img class=\"size-full wp-image-1102 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/12/Prize-Sheet.png\" alt=\"\" width=\"709\" height=\"924\" /></a>\r\n<p style=\"text-align: center;\"><strong>The Penny Challenge Competition</strong></p>\r\n<p style=\"text-align: left;\">It Starts With One is proud to present <em>The Penny Challenge Competition</em>. While this friendly competition was created for schools and youth groups across the country to compete against each other for the annual <em>It Starts With One - Kindness & Compassion Award, </em>anyone is welcome to participate in <em>The Penny Challenge Competition</em>.</p>\r\nFor helping us in our efforts to provide financial support for children battling potentially fatal illnesses, participants are rewarded not just from the great satisfaction that comes from helping ill children and their families, but are also rewarded with prizes that we hope will bless your life.\r\n\r\n<strong>Although school and youth group competitions only last for 15 days <span style=\"text-decoration: underline;\">corporately</span>, <span style=\"text-decoration: underline;\">students have a full year from their school/church\'s official start date to accumulate their INDIVIDUAL donation totals</span></strong>. For anyone participating in <em>The Penny Challenge Competition </em>independent of a school or youth group, your total donations start accumulating from the date of your first documented donation. Individuals also have a full 365 days to amass total donations redeemable for Penny Challenge Prizes.\r\n<p style=\"text-align: center;\"><strong>Levels & Prizes</strong></p>\r\nLevel 1 - $100 total documented donations within 1 year time period earns $5 Amazon Gift Card.\r\n\r\nLevel 2 - $250 total documented donations within 1 year earns $12.50 Amazon Gift Card or a $10 AMC Theater Gift Card.\r\n\r\nLevel 3 - $500 total documented donations within 1 year earns $25 gift card to any of the following Amazon, AMC Theaters, Guitar Center or Minor League Baseball tickets.\r\n\r\nLevel 4 - $1,000 total documented donations within 1 year earns $50 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets or Minor League Hockey Tickets.\r\n\r\nLevel 5 - $2,500 total documented donations within 1 year earns $125 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks or Professional Sports Tickets.\r\n\r\nLevel 6 - $5,000 total documented donations within 1 year earns $250 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks or Professional Sports Tickets.\r\n\r\nLevel 7 - $10,000 total documented donations within 1 year earns $500 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks, Professional Sports Tickets or Caribbean Cruise Gift Card.\r\n<p style=\"text-align: center;\"><strong>Penny Tracker</strong></p>\r\n<p style=\"text-align: left;\">In order to be eligible for any Penny Challenge prizes, participants must email their completed <em>Penny Tracker</em> sheets along with a completed <em>Penny Challenge Prize Redemption Form</em> to iswo.pennytracker@gmail.com.</p>\r\n<a href=\"https://itstartswithone.org/prizes/penny-tracker/\" rel=\"attachment wp-att-1112\"><img class=\"size-full wp-image-1112 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/12/Penny-Tracker.png\" alt=\"\" width=\"710\" height=\"921\" /></a>','Prizes','','inherit','closed','closed','','1101-revision-v1','','','2018-12-02 23:04:57','2018-12-03 04:04:57','',1101,'https://itstartswithone.org/1101-revision-v1/',0,'revision','',0),(1114,2,'2018-12-02 23:15:19','2018-12-03 04:15:19','<a href=\"https://itstartswithone.org/prizes/prize-sheet/\" rel=\"attachment wp-att-1102\"><img class=\"size-full wp-image-1102 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/12/Prize-Sheet.png\" alt=\"\" width=\"709\" height=\"924\" /></a>\r\n<p style=\"text-align: center;\"><strong>The Penny Challenge Competition</strong></p>\r\n<p style=\"text-align: left;\">It Starts With One is proud to present <em>The Penny Challenge Competition</em>. While this friendly competition was created for schools and youth groups across the country to compete against each other for the annual <em>It Starts With One - Kindness & Compassion Award, </em>anyone is welcome to participate in <em>The Penny Challenge Competition</em>.</p>\r\nFor helping us in our efforts to provide financial support for children battling potentially fatal illnesses, participants are rewarded not just from the great satisfaction that comes from helping ill children and their families, but are also rewarded with prizes that we hope will bless your life.\r\n\r\n<strong>Although school and youth group competitions only last for 15 days <span style=\"text-decoration: underline;\">corporately</span>, <span style=\"text-decoration: underline;\">students have a full year from their school/church\'s official start date to accumulate their INDIVIDUAL donation totals</span></strong>. For anyone participating in <em>The Penny Challenge Competition </em>independent of a school or youth group, your total donations start accumulating from the date of your first documented donation. Individuals also have a full 365 days to amass total donations redeemable for Penny Challenge Prizes.\r\n\r\nWhile participants are able to raise donations how they see fit (car washes, bake sales, lemonade stands, benefit concerts etc) WE STRONGLY recommend competitors use Penny Challenge Tag Cards as their main source for raising funds. Encourage donors to go above and beyond the minimum $3.65 donation. Share what we do here at It Starts With One with would-be donors and inspire them to give $10, $20 even $100 donations or more to support our mission.\r\n<p style=\"text-align: center;\"><strong>Levels & Prizes</strong></p>\r\nLevel 1 - $100 total documented donations within 1 year time period earns $5 Amazon Gift Card.\r\n\r\nLevel 2 - $250 total documented donations within 1 year earns $12.50 Amazon Gift Card or a $10 AMC Theater Gift Card.\r\n\r\nLevel 3 - $500 total documented donations within 1 year earns $25 gift card to any of the following Amazon, AMC Theaters, Guitar Center or Minor League Baseball tickets.\r\n\r\nLevel 4 - $1,000 total documented donations within 1 year earns $50 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets or Minor League Hockey Tickets.\r\n\r\nLevel 5 - $2,500 total documented donations within 1 year earns $125 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks or Professional Sports Tickets.\r\n\r\nLevel 6 - $5,000 total documented donations within 1 year earns $250 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks or Professional Sports Tickets.\r\n\r\nLevel 7 - $10,000 total documented donations within 1 year earns $500 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks, Professional Sports Tickets or Caribbean Cruise Gift Card.\r\n<p style=\"text-align: center;\"><strong>Penny Tracker</strong></p>\r\n<p style=\"text-align: left;\">In order to be eligible for any Penny Challenge prizes, participants must email their completed <em>Penny Tracker</em> sheets along with a completed <em>Penny Challenge Prize Redemption Form</em> to iswo.pennytracker@gmail.com.</p>\r\n<a href=\"https://itstartswithone.org/prizes/penny-tracker/\" rel=\"attachment wp-att-1112\"><img class=\"size-full wp-image-1112 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/12/Penny-Tracker.png\" alt=\"\" width=\"710\" height=\"921\" /></a>','Prizes','','inherit','closed','closed','','1101-revision-v1','','','2018-12-02 23:15:19','2018-12-03 04:15:19','',1101,'https://itstartswithone.org/1101-revision-v1/',0,'revision','',0),(1115,2,'2018-12-02 23:16:38','2018-12-03 04:16:38','<a href=\"https://itstartswithone.org/prizes/prize-sheet/\" rel=\"attachment wp-att-1102\"><img class=\"size-full wp-image-1102 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/12/Prize-Sheet.png\" alt=\"\" width=\"709\" height=\"924\" /></a>\r\n<p style=\"text-align: center;\"><strong>The Penny Challenge Competition</strong></p>\r\n<p style=\"text-align: left;\">It Starts With One is proud to present <em>The Penny Challenge Competition</em>. While this friendly competition was created for schools and youth groups across the country to compete against each other for the annual <em>It Starts With One - Kindness & Compassion Award, </em>anyone is welcome to participate in <em>The Penny Challenge Competition</em>.</p>\r\nFor helping us in our efforts to provide financial support for children battling potentially fatal illnesses, participants are rewarded not just from the great satisfaction that comes from helping ill children and their families, but are also rewarded with prizes that we hope will bless your life.\r\n\r\n<strong>Although school and youth group competitions only last for 15 days <span style=\"text-decoration: underline;\">corporately</span>, <span style=\"text-decoration: underline;\">students have a full year from their school/church\'s official start date to accumulate their INDIVIDUAL donation totals</span></strong>. For anyone participating in <em>The Penny Challenge Competition </em>independent of a school or youth group, your total donations start accumulating from the date of your first documented donation. Individuals also have a full 365 days to amass total donations redeemable for Penny Challenge Prizes.\r\n\r\nWhile participants are able to raise donations how they see fit (car washes, bake sales, lemonade stands, benefit concerts etc) WE STRONGLY recommend competitors use Penny Challenge Tag Cards as their main source for raising funds. Encourage donors to go above and beyond the minimum $3.65 donation. Share what we do here at It Starts With One with would-be donors and inspire them to give $10, $20 even $100 donations or more to support our mission.\r\n\r\n \r\n\r\n<a href=\"https://itstartswithone.org/betheone/penny-challenge-cards-4-2/\" rel=\"attachment wp-att-1045\"><img class=\"size-full wp-image-1045 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/penny-challenge-cards-4-1.jpg\" alt=\"\" width=\"573\" height=\"242\" /></a>\r\n<p style=\"text-align: center;\"><strong>Levels & Prizes</strong></p>\r\nLevel 1 - $100 total documented donations within 1 year time period earns $5 Amazon Gift Card.\r\n\r\nLevel 2 - $250 total documented donations within 1 year earns $12.50 Amazon Gift Card or a $10 AMC Theater Gift Card.\r\n\r\nLevel 3 - $500 total documented donations within 1 year earns $25 gift card to any of the following Amazon, AMC Theaters, Guitar Center or Minor League Baseball tickets.\r\n\r\nLevel 4 - $1,000 total documented donations within 1 year earns $50 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets or Minor League Hockey Tickets.\r\n\r\nLevel 5 - $2,500 total documented donations within 1 year earns $125 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks or Professional Sports Tickets.\r\n\r\nLevel 6 - $5,000 total documented donations within 1 year earns $250 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks or Professional Sports Tickets.\r\n\r\nLevel 7 - $10,000 total documented donations within 1 year earns $500 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks, Professional Sports Tickets or Caribbean Cruise Gift Card.\r\n<p style=\"text-align: center;\"><strong>Penny Tracker</strong></p>\r\n<p style=\"text-align: left;\">In order to be eligible for any Penny Challenge prizes, participants must email their completed <em>Penny Tracker</em> sheets along with a completed <em>Penny Challenge Prize Redemption Form</em> to iswo.pennytracker@gmail.com.</p>\r\n<a href=\"https://itstartswithone.org/prizes/penny-tracker/\" rel=\"attachment wp-att-1112\"><img class=\"size-full wp-image-1112 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/12/Penny-Tracker.png\" alt=\"\" width=\"710\" height=\"921\" /></a>','Prizes','','inherit','closed','closed','','1101-revision-v1','','','2018-12-02 23:16:38','2018-12-03 04:16:38','',1101,'https://itstartswithone.org/1101-revision-v1/',0,'revision','',0),(1116,2,'2018-12-02 23:18:38','2018-12-03 04:18:38','<a href=\"https://itstartswithone.org/prizes/prize-sheet/\" rel=\"attachment wp-att-1102\"><img class=\"size-full wp-image-1102 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/12/Prize-Sheet.png\" alt=\"\" width=\"709\" height=\"924\" /></a>\r\n<p style=\"text-align: center;\"><strong>The Penny Challenge Competition</strong></p>\r\n<p style=\"text-align: left;\">It Starts With One is proud to present <em>The Penny Challenge Competition</em>. While this friendly competition was created for schools and youth groups across the country to compete against each other for the annual <em>It Starts With One - Kindness & Compassion Award, </em>anyone is welcome to participate in <em>The Penny Challenge Competition</em>.</p>\r\nFor helping us in our efforts to provide financial support for children battling potentially fatal illnesses, participants are rewarded not just from the great satisfaction that comes from helping ill children and their families, but are also rewarded with prizes that we hope will bless your life.\r\n\r\n<strong>Although school and youth group competitions only last for 15 days <span style=\"text-decoration: underline;\">corporately</span>, <span style=\"text-decoration: underline;\">students have a full year from their school/church\'s official start date to accumulate their INDIVIDUAL donation totals</span></strong>. For anyone participating in <em>The Penny Challenge Competition </em>independent of a school or youth group, your total donations start accumulating from the date of your first documented donation. Individuals also have a full 365 days to amass total donations redeemable for Penny Challenge Prizes.\r\n\r\nWhile participants are able to raise donations how they see fit (car washes, bake sales, lemonade stands, benefit concerts etc) WE STRONGLY recommend competitors use Penny Challenge Tag Cards as their main source for raising funds. Encourage donors to go above and beyond the minimum $3.65 donation. Share what we do here at It Starts With One with would-be donors and inspire them to give $10, $20 even $100 donations or more to support our mission.\r\n\r\nAdditional Penny Challenge Tag Cards can be ordered <a href=\"https://store.itstartswithone.org/collections/mens/products/the-penny-challenge-challenge-cards-qty-20\">here</a>.\r\n\r\n \r\n\r\n<a href=\"https://itstartswithone.org/betheone/penny-challenge-cards-4-2/\" rel=\"attachment wp-att-1045\"><img class=\"size-full wp-image-1045 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/penny-challenge-cards-4-1.jpg\" alt=\"\" width=\"573\" height=\"242\" /></a>\r\n<p style=\"text-align: center;\"><strong>Levels & Prizes</strong></p>\r\nLevel 1 - $100 total documented donations within 1 year time period earns $5 Amazon Gift Card.\r\n\r\nLevel 2 - $250 total documented donations within 1 year earns $12.50 Amazon Gift Card or a $10 AMC Theater Gift Card.\r\n\r\nLevel 3 - $500 total documented donations within 1 year earns $25 gift card to any of the following Amazon, AMC Theaters, Guitar Center or Minor League Baseball tickets.\r\n\r\nLevel 4 - $1,000 total documented donations within 1 year earns $50 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets or Minor League Hockey Tickets.\r\n\r\nLevel 5 - $2,500 total documented donations within 1 year earns $125 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks or Professional Sports Tickets.\r\n\r\nLevel 6 - $5,000 total documented donations within 1 year earns $250 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks or Professional Sports Tickets.\r\n\r\nLevel 7 - $10,000 total documented donations within 1 year earns $500 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks, Professional Sports Tickets or Caribbean Cruise Gift Card.\r\n<p style=\"text-align: center;\"><strong>Penny Tracker</strong></p>\r\n<p style=\"text-align: left;\">In order to be eligible for any Penny Challenge prizes, participants must email their completed <em>Penny Tracker</em> sheets along with a completed <em>Penny Challenge Prize Redemption Form</em> to iswo.pennytracker@gmail.com.</p>\r\n<a href=\"https://itstartswithone.org/prizes/penny-tracker/\" rel=\"attachment wp-att-1112\"><img class=\"size-full wp-image-1112 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/12/Penny-Tracker.png\" alt=\"\" width=\"710\" height=\"921\" /></a>','Prizes','','inherit','closed','closed','','1101-revision-v1','','','2018-12-02 23:18:38','2018-12-03 04:18:38','',1101,'https://itstartswithone.org/1101-revision-v1/',0,'revision','',0),(1117,2,'2018-12-02 23:19:17','2018-12-03 04:19:17','<a href=\"https://itstartswithone.org/prizes/prize-sheet/\" rel=\"attachment wp-att-1102\"><img class=\"size-full wp-image-1102 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/12/Prize-Sheet.png\" alt=\"\" width=\"709\" height=\"924\" /></a>\r\n<p style=\"text-align: center;\"><strong>The Penny Challenge Competition</strong></p>\r\n<p style=\"text-align: left;\">It Starts With One is proud to present <em>The Penny Challenge Competition</em>. While this friendly competition was created for schools and youth groups across the country to compete against each other for the annual <em>It Starts With One - Kindness & Compassion Award, </em>anyone is welcome to participate in <em>The Penny Challenge Competition</em>.</p>\r\nFor helping us in our efforts to provide financial support for children battling potentially fatal illnesses, participants are rewarded not just from the great satisfaction that comes from helping ill children and their families, but are also rewarded with prizes that we hope will bless your life.\r\n\r\n<strong>Although school and youth group competitions only last for 15 days <span style=\"text-decoration: underline;\">corporately</span>, <span style=\"text-decoration: underline;\">students have a full year from their school/church\'s official start date to accumulate their INDIVIDUAL donation totals</span></strong>. For anyone participating in <em>The Penny Challenge Competition </em>independent of a school or youth group, your total donations start accumulating from the date of your first documented donation. Individuals also have a full 365 days to amass total donations redeemable for Penny Challenge Prizes.\r\n\r\nWhile participants are able to raise donations how they see fit (car washes, bake sales, lemonade stands, benefit concerts etc) WE STRONGLY recommend competitors use Penny Challenge Tag Cards as their main source for raising funds. Encourage donors to go above and beyond the minimum $3.65 donation. Share what we do here at It Starts With One with would-be donors and inspire them to give $10, $20 even $100 donations or more to support our mission.\r\n\r\nAdditional Penny Challenge Tag Cards can be ordered <a href=\"https://store.itstartswithone.org/collections/mens/products/the-penny-challenge-challenge-cards-qty-20\">here</a>.\r\n\r\n<a href=\"https://itstartswithone.org/betheone/penny-challenge-cards-4-2/\" rel=\"attachment wp-att-1045\"><img class=\"size-full wp-image-1045 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/penny-challenge-cards-4-1.jpg\" alt=\"\" width=\"573\" height=\"242\" /></a>\r\n<p style=\"text-align: center;\"><strong>Levels & Prizes</strong></p>\r\nLevel 1 - $100 total documented donations within 1 year time period earns $5 Amazon Gift Card.\r\n\r\nLevel 2 - $250 total documented donations within 1 year earns $12.50 Amazon Gift Card or a $10 AMC Theater Gift Card.\r\n\r\nLevel 3 - $500 total documented donations within 1 year earns $25 gift card to any of the following Amazon, AMC Theaters, Guitar Center or Minor League Baseball tickets.\r\n\r\nLevel 4 - $1,000 total documented donations within 1 year earns $50 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets or Minor League Hockey Tickets.\r\n\r\nLevel 5 - $2,500 total documented donations within 1 year earns $125 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks or Professional Sports Tickets.\r\n\r\nLevel 6 - $5,000 total documented donations within 1 year earns $250 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks or Professional Sports Tickets.\r\n\r\nLevel 7 - $10,000 total documented donations within 1 year earns $500 gift card to any of the following Amazon, AMC Theaters, Guitar Center, Minor League Baseball Tickets, Minor League Hockey Tickets, Amusement Parks, Professional Sports Tickets or Caribbean Cruise Gift Card.\r\n<p style=\"text-align: center;\"><strong>Penny Tracker</strong></p>\r\n<p style=\"text-align: left;\">In order to be eligible for any Penny Challenge prizes, participants must email their completed <em>Penny Tracker</em> sheets along with a completed <em>Penny Challenge Prize Redemption Form</em> to iswo.pennytracker@gmail.com.</p>\r\n<a href=\"https://itstartswithone.org/prizes/penny-tracker/\" rel=\"attachment wp-att-1112\"><img class=\"size-full wp-image-1112 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/12/Penny-Tracker.png\" alt=\"\" width=\"710\" height=\"921\" /></a>','Prizes','','inherit','closed','closed','','1101-revision-v1','','','2018-12-02 23:19:17','2018-12-03 04:19:17','',1101,'https://itstartswithone.org/1101-revision-v1/',0,'revision','',0),(1118,2,'2018-12-03 11:01:47','2018-12-03 16:01:47','<div style=\"text-align: center;\">SCHOOL FUNDRAISER & NEW PRICING STRUCTURE</div>\r\n<div style=\"text-align: left;\">100 - 249 STUDENTS = $1,500 (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div>250 - 500 STUDENTS = $2,000 (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div>> 500 STUDENTS = $4/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div></div>\r\n<div>\r\n<div></div>\r\n</div>','Assembly Fees','','inherit','closed','closed','','1086-revision-v1','','','2018-12-03 11:01:47','2018-12-03 16:01:47','',1086,'https://itstartswithone.org/1086-revision-v1/',0,'revision','',0),(1119,2,'2018-12-03 11:19:57','2018-12-03 16:19:57','<div style=\"text-align: center;\">SCHOOL FUNDRAISER & NEW PRICING STRUCTURE</div>\r\n<div style=\"text-align: left;\">100 - 249 STUDENTS = $1,500 (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div>250 - 500 STUDENTS = $2,000 (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div>> 500 STUDENTS = $4/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div></div>\r\n<div style=\"text-align: center;\">FREE ASSEMBLY</div>\r\n<div><strong>60 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $6,000 x 25% = <strong>$1,500</strong></div>\r\n<div><strong>165 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $6,022.50 x 25% = <strong>$1,505.63</strong></div>\r\n<div></div>\r\n<div><strong>80 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $8,000 x 25% = <strong>$2,000</strong></div>\r\n<div><strong>220 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $8,030 x 25% = <strong>$2,007.50</strong></div>\r\n<div></div>\r\n<div><strong>150 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $15,000 x 25% = <strong>$3,750</strong></div>\r\n<div><strong>300 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $10,950 x 25% = <strong>$2,737.50</strong></div>\r\n<div></div>\r\n<div><strong>300 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $30,000 x 25% = $7,500</div>\r\n<div><strong>500 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $18,250 x 25% = <strong>$4,562.50</strong></div>\r\n<div><strong>500 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $50,000 x 25% = <strong>$12,500</strong></div>\r\n<div></div>','Assembly Fees','','inherit','closed','closed','','1086-revision-v1','','','2018-12-03 11:19:57','2018-12-03 16:19:57','',1086,'https://itstartswithone.org/1086-revision-v1/',0,'revision','',0),(1120,2,'2018-12-03 11:21:37','2018-12-03 16:21:37','<div style=\"text-align: center;\"><strong>SCHOOL FUNDRAISER & NEW PRICING STRUCTURE</strong></div>\r\n<div style=\"text-align: left;\">100 - 249 STUDENTS = $1,500 (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div>250 - 500 STUDENTS = $2,000 (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div>> 500 STUDENTS = $4/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>FREE ASSEMBLY</strong></div>\r\n<div><strong>60 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $6,000 x 25% = <strong>$1,500</strong></div>\r\n<div><strong>165 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $6,022.50 x 25% = <strong>$1,505.63</strong></div>\r\n<div></div>\r\n<div><strong>80 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $8,000 x 25% = <strong>$2,000</strong></div>\r\n<div><strong>220 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $8,030 x 25% = <strong>$2,007.50</strong></div>\r\n<div></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>FUNDRAISER</strong></div>\r\n<div><strong>150 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $15,000 x 25% = <strong>$3,750</strong></div>\r\n<div><strong>300 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $10,950 x 25% = <strong>$2,737.50</strong></div>\r\n<div></div>\r\n<div><strong>300 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $30,000 x 25% = $7,500</div>\r\n<div><strong>500 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $18,250 x 25% = <strong>$4,562.50</strong></div>\r\n<div><strong>500 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $50,000 x 25% = <strong>$12,500</strong></div>\r\n<div></div>','Assembly Fees','','inherit','closed','closed','','1086-revision-v1','','','2018-12-03 11:21:37','2018-12-03 16:21:37','',1086,'https://itstartswithone.org/1086-revision-v1/',0,'revision','',0),(1121,2,'2018-12-03 11:23:18','2018-12-03 16:23:18','<div style=\"text-align: center;\"><strong>SCHOOL FUNDRAISER & NEW PRICING STRUCTURE</strong></div>\r\n<div style=\"text-align: left;\">100 - 249 STUDENTS = $1,500 (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div>250 - 500 STUDENTS = $2,000 (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div>> 500 STUDENTS = $4/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>FREE ASSEMBLY</strong></div>\r\n<div><strong>60 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $6,000 x 25% = <strong>$1,500</strong></div>\r\n<div><strong>165 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $6,022.50 x 25% = <strong>$1,505.63</strong></div>\r\n<div></div>\r\n<div><strong>80 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $8,000 x 25% = <strong>$2,000</strong></div>\r\n<div><strong>220 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $8,030 x 25% = <strong>$2,007.50</strong></div>\r\n<div></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>FUNDRAISER</strong></div>\r\n<div><strong>150 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $15,000 x 25% = <strong>$3,750</strong></div>\r\n<div><strong>300 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $10,950 x 25% = <strong>$2,737.50</strong></div>\r\n<div></div>\r\n<div><strong>300 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $30,000 x 25% = <strong>$7,500</strong></div>\r\n<div><strong>500 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $18,250 x 25% = <strong>$4,562.50</strong></div>\r\n<div><strong>500 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $50,000 x 25% = <strong>$12,500</strong></div>\r\n<div></div>','Assembly Fees','','inherit','closed','closed','','1086-revision-v1','','','2018-12-03 11:23:18','2018-12-03 16:23:18','',1086,'https://itstartswithone.org/1086-revision-v1/',0,'revision','',0),(1122,2,'2018-12-03 11:26:50','2018-12-03 16:26:50','<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-letter-to-parents/\" rel=\"attachment wp-att-1056\">ISWO - Letter to Parents</a>\r\n\r\n<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-50-acts-of-kindness-sheet/\" rel=\"attachment wp-att-1057\">ISWO 50 acts of kindness sheet</a>\r\n\r\n<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-kindness-journal/\" rel=\"attachment wp-att-1058\">ISWO Kindness Journal</a>\r\n\r\n<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-who-do-you-know-sheet/\" rel=\"attachment wp-att-1059\">ISWO Who Do You Know Sheet</a>\r\n\r\n<a href=\"https://itstartswithone.org/prizes/penny-tracker/\" rel=\"attachment wp-att-1112\"><img class=\"alignright size-full wp-image-1112\" src=\"https://itstartswithone.org/wp-content/uploads/2018/12/Penny-Tracker.png\" alt=\"\" width=\"710\" height=\"921\" /></a><a href=\"https://itstartswithone.org/prizes/prize-sheet/\" rel=\"attachment wp-att-1102\"><img class=\"alignright size-full wp-image-1102\" src=\"https://itstartswithone.org/wp-content/uploads/2018/12/Prize-Sheet.png\" alt=\"\" width=\"709\" height=\"924\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/iswo-50-random-acts-of-kindness/\" rel=\"attachment wp-att-1062\"><img class=\"alignright size-full wp-image-1062\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-50-random-acts-of-kindness.jpg\" alt=\"\" width=\"407\" height=\"525\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/iswo-kindness-journal-2/\" rel=\"attachment wp-att-1063\"><img class=\"alignright size-full wp-image-1063\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-Kindness-Journal.jpg\" alt=\"\" width=\"407\" height=\"525\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/iswo-letter-to-parents-2/\" rel=\"attachment wp-att-1064\"><img class=\"alignright size-full wp-image-1064\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-Letter-to-Parents.jpg\" alt=\"\" width=\"407\" height=\"525\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/iswo-networking-idea-sheet/\" rel=\"attachment wp-att-1065\"><img class=\"alignright size-full wp-image-1065\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-Networking-Idea-Sheet.jpg\" alt=\"\" width=\"407\" height=\"525\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/penny-challenge-tag-card-back-2/\" rel=\"attachment wp-att-1066\"><img class=\"alignright size-full wp-image-1066\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/Penny-Challenge-Tag-Card-back.jpg\" alt=\"\" width=\"357\" height=\"362\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/penny-challenge-tag-card-front-2/\" rel=\"attachment wp-att-1067\"><img class=\"alignright size-full wp-image-1067\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/Penny-Challenge-Tag-Card-front.jpg\" alt=\"\" width=\"352\" height=\"367\" /></a>\r\n\r\n<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-presentation-folder-front/\" rel=\"attachment wp-att-1078\"><img class=\"size-full wp-image-1078 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/iswo-presentation-folder-front.jpg\" alt=\"\" width=\"701\" height=\"461\" /></a>\r\n\r\n<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-presentation-folder-inside/\" rel=\"attachment wp-att-1079\"><img class=\"size-full wp-image-1079 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/iswo-presentation-folder-inside.jpg\" alt=\"\" width=\"693\" height=\"452\" /></a>','School Assembly Resources','','inherit','closed','closed','','443-revision-v1','','','2018-12-03 11:26:50','2018-12-03 16:26:50','',443,'https://itstartswithone.org/443-revision-v1/',0,'revision','',0),(1123,2,'2018-12-03 11:27:54','2018-12-03 16:27:54','<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-letter-to-parents/\" rel=\"attachment wp-att-1056\">ISWO - Letter to Parents</a>\r\n\r\n<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-50-acts-of-kindness-sheet/\" rel=\"attachment wp-att-1057\">ISWO 50 acts of kindness sheet</a>\r\n\r\n<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-kindness-journal/\" rel=\"attachment wp-att-1058\">ISWO Kindness Journal</a>\r\n\r\n<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-who-do-you-know-sheet/\" rel=\"attachment wp-att-1059\">ISWO Who Do You Know Sheet</a>\r\n\r\n<img class=\"alignright size-full wp-image-1102\" src=\"https://itstartswithone.org/wp-content/uploads/2018/12/Prize-Sheet.png\" alt=\"\" width=\"709\" height=\"924\" /><a href=\"https://itstartswithone.org/prizes/penny-tracker/\" rel=\"attachment wp-att-1112\"><img class=\"alignright size-full wp-image-1112\" src=\"https://itstartswithone.org/wp-content/uploads/2018/12/Penny-Tracker.png\" alt=\"\" width=\"710\" height=\"921\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/iswo-50-random-acts-of-kindness/\" rel=\"attachment wp-att-1062\"><img class=\"alignright size-full wp-image-1062\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-50-random-acts-of-kindness.jpg\" alt=\"\" width=\"407\" height=\"525\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/iswo-kindness-journal-2/\" rel=\"attachment wp-att-1063\"><img class=\"alignright size-full wp-image-1063\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-Kindness-Journal.jpg\" alt=\"\" width=\"407\" height=\"525\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/iswo-letter-to-parents-2/\" rel=\"attachment wp-att-1064\"><img class=\"alignright size-full wp-image-1064\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-Letter-to-Parents.jpg\" alt=\"\" width=\"407\" height=\"525\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/iswo-networking-idea-sheet/\" rel=\"attachment wp-att-1065\"><img class=\"alignright size-full wp-image-1065\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/ISWO-Networking-Idea-Sheet.jpg\" alt=\"\" width=\"407\" height=\"525\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/penny-challenge-tag-card-back-2/\" rel=\"attachment wp-att-1066\"><img class=\"alignright size-full wp-image-1066\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/Penny-Challenge-Tag-Card-back.jpg\" alt=\"\" width=\"357\" height=\"362\" /></a><a href=\"https://itstartswithone.org/school-assembly-resources/penny-challenge-tag-card-front-2/\" rel=\"attachment wp-att-1067\"><img class=\"alignright size-full wp-image-1067\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/Penny-Challenge-Tag-Card-front.jpg\" alt=\"\" width=\"352\" height=\"367\" /></a>\r\n\r\n<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-presentation-folder-front/\" rel=\"attachment wp-att-1078\"><img class=\"size-full wp-image-1078 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/iswo-presentation-folder-front.jpg\" alt=\"\" width=\"701\" height=\"461\" /></a>\r\n\r\n<a href=\"https://itstartswithone.org/school-assembly-resources/iswo-presentation-folder-inside/\" rel=\"attachment wp-att-1079\"><img class=\"size-full wp-image-1079 aligncenter\" src=\"https://itstartswithone.org/wp-content/uploads/2018/10/iswo-presentation-folder-inside.jpg\" alt=\"\" width=\"693\" height=\"452\" /></a>','School Assembly Resources','','inherit','closed','closed','','443-revision-v1','','','2018-12-03 11:27:54','2018-12-03 16:27:54','',443,'https://itstartswithone.org/443-revision-v1/',0,'revision','',0),(1124,2,'2018-12-03 23:10:22','2018-12-04 04:10:22','<div style=\"text-align: center;\"><strong>SCHOOL FUNDRAISER & NEW PRICING STRUCTURE</strong></div>\r\n<div style=\"text-align: left;\">100 - 249 STUDENTS = $1,500 (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div>250 - 500 STUDENTS = $2,000 (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div>> 500 STUDENTS = $4/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>FREE ASSEMBLY</strong></div>\r\n<div><strong>60 Staff Members</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $6,000 x 25% = <strong>$1,500</strong></div>\r\n<div><strong>80 Staff Members</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $8,000 x 25% = <strong>$2,000</strong></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>FUNDRAISER</strong></div>\r\n<div><strong>150 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $15,000 x 25% = <strong>$3,750</strong></div>\r\n<div><strong>300 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $10,950 x 25% = <strong>$2,737.50</strong></div>\r\n<div></div>\r\n<div><strong>300 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $30,000 x 25% = <strong>$7,500</strong></div>\r\n<div><strong>500 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $18,250 x 25% = <strong>$4,562.50</strong></div>\r\n<div><strong>500 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $50,000 x 25% = <strong>$12,500</strong></div>\r\n<div></div>','Assembly Fees','','inherit','closed','closed','','1086-revision-v1','','','2018-12-03 23:10:22','2018-12-04 04:10:22','',1086,'https://itstartswithone.org/1086-revision-v1/',0,'revision','',0),(1125,2,'2018-12-03 23:16:55','2018-12-04 04:16:55','<div style=\"text-align: center;\"><strong>SCHOOL FUNDRAISER & NEW PRICING STRUCTURE</strong></div>\r\n<div style=\"text-align: left;\">100 - 249 STUDENTS = $1,500 (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div>250 - 500 STUDENTS = $2,000 (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div>> 500 STUDENTS = $4/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>FREE ASSEMBLY</strong></div>\r\n<div>Lead by example! Have teachers, administration, secretaries, lunch workers, custodians, maintenance workers all participate in The Penny Challenge to cover the cost of the assembly and more importantly set an example for the students. Not only is this \"leading from the front\" but it ensures that 25% of every donation the students raise is going to unmet needs around the school (books, classroom supplies, athletic gear etc).</div>\r\n<div>\r\n<div><strong>30 Staff Members</strong> x 10 Penny Challenge Tag Cards x $20 Donation = $6,000 x 25% = <strong>$1,500</strong></div>\r\n<div><strong>40 Staff Members</strong> x 10 Penny Challenge Tag Cards x $20 Donation = $8,000 x 25% = <strong>$2,000</strong></div>\r\n<strong>60 Staff Members</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $6,000 x 25% = <strong>$1,500</strong></div>\r\n<div><strong>80 Staff Members</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $8,000 x 25% = <strong>$2,000</strong></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>FUNDRAISER</strong></div>\r\n<div><strong>150 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $15,000 x 25% = <strong>$3,750</strong></div>\r\n<div><strong>300 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $10,950 x 25% = <strong>$2,737.50</strong></div>\r\n<div></div>\r\n<div><strong>300 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $30,000 x 25% = <strong>$7,500</strong></div>\r\n<div><strong>500 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $18,250 x 25% = <strong>$4,562.50</strong></div>\r\n<div><strong>500 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $50,000 x 25% = <strong>$12,500</strong></div>\r\n<div></div>','Assembly Fees','','inherit','closed','closed','','1086-revision-v1','','','2018-12-03 23:16:55','2018-12-04 04:16:55','',1086,'https://itstartswithone.org/1086-revision-v1/',0,'revision','',0),(1126,2,'2018-12-03 23:18:54','2018-12-04 04:18:54','<div style=\"text-align: center;\"><strong>NEW PRICING STRUCTURE</strong></div>\r\n<div style=\"text-align: left;\">100 - 249 STUDENTS = $1,500 (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div>250 - 500 STUDENTS = $2,000 (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div>> 500 STUDENTS = $4/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>ASSEMBLY PAID IN FULL / SCHOOL </strong><b>FUNDRAISER</b></div>\r\n<div>Lead by example! Have teachers, administration, secretaries, lunch workers, custodians, maintenance workers all participate in The Penny Challenge to cover the cost of the assembly and more importantly set an example for the students. Not only is this \"leading from the front\" but it ensures that 25% of every donation the students raise is going to unmet needs around the school (books, classroom supplies, athletic gear etc).</div>\r\n<div>\r\n<div><strong>30 Staff Members</strong> x 10 Penny Challenge Tag Cards x $20 Donation = $6,000 x 25% = <strong>$1,500</strong></div>\r\n<div><strong>40 Staff Members</strong> x 10 Penny Challenge Tag Cards x $20 Donation = $8,000 x 25% = <strong>$2,000</strong></div>\r\n<strong>60 Staff Members</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $6,000 x 25% = <strong>$1,500</strong>\r\n\r\n</div>\r\n<div><strong>80 Staff Members</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $8,000 x 25% = <strong>$2,000</strong></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>FUNDRAISER</strong></div>\r\n<div><strong>150 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $15,000 x 25% = <strong>$3,750</strong></div>\r\n<div><strong>300 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $10,950 x 25% = <strong>$2,737.50</strong></div>\r\n<div></div>\r\n<div><strong>300 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $30,000 x 25% = <strong>$7,500</strong></div>\r\n<div><strong>500 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $18,250 x 25% = <strong>$4,562.50</strong></div>\r\n<div><strong>500 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $50,000 x 25% = <strong>$12,500</strong></div>\r\n<div></div>','Assembly Fees','','inherit','closed','closed','','1086-revision-v1','','','2018-12-03 23:18:54','2018-12-04 04:18:54','',1086,'https://itstartswithone.org/1086-revision-v1/',0,'revision','',0),(1127,2,'2018-12-03 23:21:11','2018-12-04 04:21:11','<div style=\"text-align: center;\"><strong>NEW PRICING STRUCTURE</strong></div>\r\n<div style=\"text-align: left;\">100 - 249 STUDENTS = $1,500 (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div>250 - 500 STUDENTS = $2,000 (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div>> 500 STUDENTS = $4/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>ASSEMBLY PAID IN FULL / SCHOOL </strong><b>FUNDRAISER</b></div>\r\n<div>Lead by example! Have teachers, administration, secretaries, lunch workers, custodians, maintenance workers all participate in The Penny Challenge to cover the cost of the assembly and more importantly set an example for the students. Not only is this \"leading from the front\" but it ensures that 25% of every donation the students raise is going to unmet needs around the school (books, classroom supplies, athletic gear etc).</div>\r\n<div>\r\n<div><strong>30 Staff Members</strong> x 10 Penny Challenge Tag Cards x $20 Donation = $6,000 x 25% = <strong>$1,500</strong></div>\r\n<div><strong>40 Staff Members</strong> x 10 Penny Challenge Tag Cards x $20 Donation = $8,000 x 25% = <strong>$2,000</strong></div>\r\n<div><strong>60 Staff Members</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $6,000 x 25% = <strong>$1,500</strong></div>\r\n<div><strong>80 Staff Members</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $8,000 x 25% = <strong>$2,000</strong></div>\r\n</div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>FUNDRAISER</strong></div>\r\n<div><strong>150 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $15,000 x 25% = <strong>$3,750</strong></div>\r\n<div><strong>300 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $10,950 x 25% = <strong>$2,737.50</strong></div>\r\n<div></div>\r\n<div><strong>300 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $30,000 x 25% = <strong>$7,500</strong></div>\r\n<div><strong>500 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $18,250 x 25% = <strong>$4,562.50</strong></div>\r\n<div><strong>500 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $50,000 x 25% = <strong>$12,500</strong></div>\r\n<div></div>','Assembly Fees','','inherit','closed','closed','','1086-revision-v1','','','2018-12-03 23:21:11','2018-12-04 04:21:11','',1086,'https://itstartswithone.org/1086-revision-v1/',0,'revision','',0),(1128,2,'2018-12-03 23:23:20','2018-12-04 04:23:20','<div style=\"text-align: center;\"><strong>NEW PRICING STRUCTURE</strong></div>\r\n<div style=\"text-align: left;\">100 - 249 STUDENTS = $1,500 (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div>250 - 500 STUDENTS = $2,000 (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div>> 500 STUDENTS = $4/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>ASSEMBLY PAID IN FULL / SCHOOL </strong><b>FUNDRAISER</b></div>\r\n<div>Lead by example! Have teachers, administration, secretaries, lunch workers, custodians, maintenance workers, ALL staff members, etc participate in The Penny Challenge to cover the cost of the assembly and more importantly set an example for the students. Not only is this \"leading from the front\" but it ensures that 25% of every donation the students raise is going to unmet needs around the school (books, classroom supplies, athletic gear etc).</div>\r\n<div>\r\n<div><strong>30 Staff Members</strong> x 10 Penny Challenge Tag Cards x $20 Donation = $6,000 x 25% = <strong>$1,500</strong></div>\r\n<div><strong>40 Staff Members</strong> x 10 Penny Challenge Tag Cards x $20 Donation = $8,000 x 25% = <strong>$2,000</strong></div>\r\n<div><strong>60 Staff Members</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $6,000 x 25% = <strong>$1,500</strong></div>\r\n<div><strong>80 Staff Members</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $8,000 x 25% = <strong>$2,000</strong></div>\r\n</div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>FUNDRAISER</strong></div>\r\n<div><strong>150 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $15,000 x 25% = <strong>$3,750</strong></div>\r\n<div><strong>300 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $10,950 x 25% = <strong>$2,737.50</strong></div>\r\n<div></div>\r\n<div><strong>300 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $30,000 x 25% = <strong>$7,500</strong></div>\r\n<div><strong>500 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $18,250 x 25% = <strong>$4,562.50</strong></div>\r\n<div><strong>500 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $50,000 x 25% = <strong>$12,500</strong></div>\r\n<div></div>','Assembly Fees','','inherit','closed','closed','','1086-revision-v1','','','2018-12-03 23:23:20','2018-12-04 04:23:20','',1086,'https://itstartswithone.org/1086-revision-v1/',0,'revision','',0),(1129,2,'2018-12-14 23:18:42','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2018-12-14 23:18:42','0000-00-00 00:00:00','',0,'https://itstartswithone.org/?p=1129',0,'post','',0),(1130,2,'2018-12-15 09:03:29','2018-12-15 14:03:29','<div style=\"text-align: center;\"><strong><span style=\"text-decoration: underline;\">NEW PRICING STRUCTURE</span>*</strong></div>\r\n<div style=\"text-align: left;\">< 200 STUDENTS = $5/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div>200 - 499 STUDENTS = $4.35/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div>500 - 999 STUDENTS = $4.17/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div>1000 - 1999 STUDENTS = $4.07/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div>2000 - 2999 STUDENTS = $3.82/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div>> 3000 STUDENTS = $3.57/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div></div>\r\n<div>*SCHOOLS <span style=\"text-decoration: underline;\"><strong>MAY</strong></span> COMBINE/PARTNER WITH OTHER SCHOOLS WHEN BOOKING THEIR ASSEMBLY TO LOWER THE COST PER STUDENT.</div>\r\n<div></div>\r\n<div>e.g. Learnersville Elementary School has 650 students and partners with Learnersville Middle School, which has 551 students and Learnersville High School, which has 999 students. Instead of all three schools getting the $4.17/student rate, they combine for a total of 2200 students to get a rate of $3.82/student.</div>\r\n<div></div>\r\n<div>We\'re able to give these discounts because of the lower printing costs for larger quantity orders.</div>\r\n<div></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><span style=\"text-decoration: underline;\"><strong>ASSEMBLY PAID IN FULL / SCHOOL </strong><b>FUNDRAISER</b></span></div>\r\n<div>Lead by example! Have teachers, administration, secretaries, lunch workers, custodians, maintenance workers, ALL staff members, etc participate in The Penny Challenge to cover the cost of the assembly and more importantly set an example for the students. Not only is this \"leading from the front\" but it ensures that 25% of every donation the students raise is going to unmet needs around the school (books, classroom supplies, athletic gear etc).</div>\r\n<div>\r\n<div><strong>30 Staff Members</strong> x 10 Penny Challenge Tag Cards x $20 Donation = $6,000 x 25% = <strong>$1,500</strong></div>\r\n<div><strong>40 Staff Members</strong> x 10 Penny Challenge Tag Cards x $20 Donation = $8,000 x 25% = <strong>$2,000</strong></div>\r\n<div><strong>60 Staff Members</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $6,000 x 25% = <strong>$1,500</strong></div>\r\n<div><strong>80 Staff Members</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $8,000 x 25% = <strong>$2,000</strong></div>\r\n</div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>FUNDRAISER</strong></div>\r\n<div><strong>150 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $15,000 x 25% = <strong>$3,750</strong></div>\r\n<div><strong>300 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $10,950 x 25% = <strong>$2,737.50</strong></div>\r\n<div></div>\r\n<div><strong>300 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $30,000 x 25% = <strong>$7,500</strong></div>\r\n<div><strong>500 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $18,250 x 25% = <strong>$4,562.50</strong></div>\r\n<div><strong>500 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $50,000 x 25% = <strong>$12,500</strong></div>\r\n<div></div>','Assembly Fees','','inherit','closed','closed','','1086-revision-v1','','','2018-12-15 09:03:29','2018-12-15 14:03:29','',1086,'https://itstartswithone.org/1086-revision-v1/',0,'revision','',0),(1131,2,'2018-12-15 09:08:49','2018-12-15 14:08:49','<div style=\"text-align: center;\"><strong><span style=\"text-decoration: underline;\">NEW PRICING STRUCTURE</span>*</strong></div>\r\n<div style=\"text-align: left;\">< 200 STUDENTS = $5/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div>200 - 499 STUDENTS = $4.35/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div>500 - 999 STUDENTS = $4.17/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div>1000 - 1999 STUDENTS = $4.07/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div>2000 - 2999 STUDENTS = $3.82/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div>> 3000 STUDENTS = $3.57/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div></div>\r\n<div>*SCHOOLS <span style=\"text-decoration: underline;\"><strong>MAY</strong></span> COMBINE/PARTNER WITH OTHER SCHOOLS WHEN BOOKING THEIR ASSEMBLY TO LOWER THE COST PER STUDENT.</div>\r\n<div></div>\r\n<div>e.g. Learnersville Elementary School has 650 students and partners with Learnersville Middle School, which has 551 students and Learnersville High School, which has 999 students. Instead of all three schools getting the $4.17/student rate, they combine for a total of 2200 students to get a rate of $3.82/student.</div>\r\n<div></div>\r\n<div>We\'re able to give these discounts because of the lower printing costs for larger quantity orders.</div>\r\n<div></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><span style=\"text-decoration: underline;\"><strong>ASSEMBLY PAID IN FULL / SCHOOL </strong><b>FUNDRAISER</b></span></div>\r\n<div>Lead by example! Have teachers, administration, secretaries, lunch workers, custodians, maintenance workers, <span style=\"text-decoration: underline;\">ALL STAFF MEMBERS</span> participate in The Penny Challenge to cover the cost of the assembly and print materials. More importantly this sets an example for the students. Not only is this \"leading from the front\" but it ensures that the 25% of every donation students raise is going to unmet needs around the school (books, classroom supplies, athletic gear etc).</div>\r\n<div>\r\n<div><strong>30 Staff Members</strong> x 10 Penny Challenge Tag Cards x $20 Donation = $6,000 x 25% = <strong>$1,500</strong></div>\r\n<div><strong>40 Staff Members</strong> x 10 Penny Challenge Tag Cards x $20 Donation = $8,000 x 25% = <strong>$2,000</strong></div>\r\n<div><strong>60 Staff Members</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $6,000 x 25% = <strong>$1,500</strong></div>\r\n<div><strong>80 Staff Members</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $8,000 x 25% = <strong>$2,000</strong></div>\r\n</div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>FUNDRAISER</strong></div>\r\n<div><strong>150 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $15,000 x 25% = <strong>$3,750</strong></div>\r\n<div><strong>300 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $10,950 x 25% = <strong>$2,737.50</strong></div>\r\n<div></div>\r\n<div><strong>300 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $30,000 x 25% = <strong>$7,500</strong></div>\r\n<div><strong>500 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $18,250 x 25% = <strong>$4,562.50</strong></div>\r\n<div><strong>500 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $50,000 x 25% = <strong>$12,500</strong></div>\r\n<div></div>','Assembly Fees','','inherit','closed','closed','','1086-revision-v1','','','2018-12-15 09:08:49','2018-12-15 14:08:49','',1086,'https://itstartswithone.org/1086-revision-v1/',0,'revision','',0),(1132,2,'2018-12-15 09:13:08','2018-12-15 14:13:08','<div style=\"text-align: center;\"><strong><span style=\"text-decoration: underline;\">NEW PRICING STRUCTURE</span>*</strong></div>\r\n<div style=\"text-align: left;\"><strong>< 200 STUDENTS</strong> = $5/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div><strong>200 - 499 STUDENTS</strong> = $4.35/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div><strong>500 - 999 STUDENTS</strong> = $4.17/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div><strong>1000 - 1999 STUDENTS</strong> = $4.07/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div><strong>2000 - 2999 STUDENTS</strong> = $3.82/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div><strong>> 3000 STUDENTS</strong> = $3.57/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div></div>\r\n<div>*SCHOOLS <span style=\"text-decoration: underline;\"><strong>MAY</strong></span> COMBINE/PARTNER WITH OTHER SCHOOLS WHEN BOOKING THEIR ASSEMBLY TO LOWER THE COST PER STUDENT.</div>\r\n<div></div>\r\n<div>e.g. Learnersville Elementary School has 650 students and partners with Learnersville Middle School, which has 551 students and Learnersville High School, which has 999 students. Instead of all three schools getting the $4.17/student rate, they combine for a total of 2200 students to get a rate of $3.82/student.</div>\r\n<div></div>\r\n<div>We\'re able to give these discounts because of the lower printing costs for larger quantity orders.</div>\r\n<div></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><span style=\"text-decoration: underline;\"><strong>ASSEMBLY PAID IN FULL / SCHOOL </strong><b>FUNDRAISER</b></span></div>\r\n<div>Lead by example! Have teachers, administration, secretaries, lunch workers, custodians, maintenance workers, <span style=\"text-decoration: underline;\">ALL STAFF MEMBERS</span> participate in The Penny Challenge to cover the cost of the assembly and print materials. More importantly this sets an example for the students. Not only is this \"leading from the front\" but it ensures that the 25% of every donation students raise is going to unmet needs around the school (books, classroom supplies, athletic gear etc).</div>\r\n<div>\r\n<div><strong>30 Staff Members</strong> x 10 Penny Challenge Tag Cards x $20 Donation = $6,000 x 25% = <strong>$1,500</strong></div>\r\n<div><strong>40 Staff Members</strong> x 10 Penny Challenge Tag Cards x $20 Donation = $8,000 x 25% = <strong>$2,000</strong></div>\r\n<div><strong>60 Staff Members</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $6,000 x 25% = <strong>$1,500</strong></div>\r\n<div><strong>80 Staff Members</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $8,000 x 25% = <strong>$2,000</strong></div>\r\n</div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>FUNDRAISER</strong></div>\r\n<div><strong>150 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $15,000 x 25% = <strong>$3,750</strong></div>\r\n<div><strong>300 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $10,950 x 25% = <strong>$2,737.50</strong></div>\r\n<div></div>\r\n<div><strong>300 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $30,000 x 25% = <strong>$7,500</strong></div>\r\n<div><strong>500 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $18,250 x 25% = <strong>$4,562.50</strong></div>\r\n<div><strong>500 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $50,000 x 25% = <strong>$12,500</strong></div>\r\n<div></div>','Assembly Fees','','inherit','closed','closed','','1086-revision-v1','','','2018-12-15 09:13:08','2018-12-15 14:13:08','',1086,'https://itstartswithone.org/1086-revision-v1/',0,'revision','',0),(1133,2,'2018-12-15 09:14:31','2018-12-15 14:14:31','<div style=\"text-align: center;\"><strong><span style=\"text-decoration: underline;\">NEW PRICING STRUCTURE</span>*</strong></div>\r\n<div style=\"text-align: left;\"><strong>< 200 STUDENTS</strong> = $5/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div><strong>200 - 499 STUDENTS</strong> = $4.35/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div><strong>500 - 999 STUDENTS</strong> = $4.17/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div><strong>1000 - 1999 STUDENTS</strong> = $4.07/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div><strong>2000 - 2999 STUDENTS</strong> = $3.82/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div><strong>> 3000 STUDENTS</strong> = $3.57/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div></div>\r\n<div>*SCHOOLS <span style=\"text-decoration: underline;\"><strong>MAY</strong></span> COMBINE/PARTNER WITH OTHER SCHOOLS WHEN BOOKING THEIR ASSEMBLY TO LOWER THE COST PER STUDENT.</div>\r\n<div></div>\r\n<div>e.g. Learnersville Elementary School has 650 students and partners with Learnersville Middle School, which has 551 students and Learnersville High School, which has 999 students. Instead of all three schools getting the $4.17/student rate, they combine for a total of 2200 students to get a rate of $3.82/student.</div>\r\n<div></div>\r\n<div>We\'re able to give these discounts because of the lower printing costs for larger quantity orders.</div>\r\n<div></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><span style=\"text-decoration: underline;\"><strong>ASSEMBLY PAID IN FULL / SCHOOL </strong><b>FUNDRAISER</b></span></div>\r\n<div>Lead by example! Have teachers, administration, secretaries, lunch workers, custodians, maintenance workers, <span style=\"text-decoration: underline;\">ALL STAFF MEMBERS</span> participate in The Penny Challenge to cover the cost of the assembly and print materials. More importantly this sets an example for the students. Not only is this \"leading from the front\" but it ensures that the 25% of every donation students raise is going to unmet needs around the school (books, classroom supplies, athletic gear etc).</div>\r\n<div>\r\n<div><strong>30 Staff Members</strong> x 10 Penny Challenge Tag Cards x $20 Donation = $6,000 x 25% = <strong>$1,500</strong></div>\r\n<div><strong>40 Staff Members</strong> x 10 Penny Challenge Tag Cards x $20 Donation = $8,000 x 25% = <strong>$2,000</strong></div>\r\n<div><strong>60 Staff Members</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $6,000 x 25% = <strong>$1,500</strong></div>\r\n<div><strong>80 Staff Members</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $8,000 x 25% = <strong>$2,000</strong></div>\r\n</div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>FUNDRAISER</strong></div>\r\n<div><strong>150 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $15,000 x 25% = <strong>$3,750 RAISED FOR YOUR SCHOOL</strong></div>\r\n<div><strong>300 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $10,950 x 25% = <strong>$2,737.50 RAISED FOR YOUR SCHOOL</strong></div>\r\n<div></div>\r\n<div><strong>300 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $30,000 x 25% = <strong>$7,500 RAISED FOR YOUR SCHOOL</strong></div>\r\n<div><strong>500 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $18,250 x 25% = <strong>$4,562.50 RAISED FOR YOUR SCHOOL</strong></div>\r\n<div><strong>500 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $50,000 x 25% = <strong>$12,500 RAISED FOR YOUR SCHOOL</strong></div>\r\n<div></div>','Assembly Fees','','inherit','closed','closed','','1086-revision-v1','','','2018-12-15 09:14:31','2018-12-15 14:14:31','',1086,'https://itstartswithone.org/1086-revision-v1/',0,'revision','',0),(1134,2,'2018-12-15 09:19:05','2018-12-15 14:19:05','<div style=\"text-align: center;\"><strong><span style=\"text-decoration: underline;\">NEW PRICING STRUCTURE</span>*</strong></div>\r\n<div style=\"text-align: left;\"><strong>< 200 STUDENTS</strong> = $5/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div><strong>200 - 499 STUDENTS</strong> = $4.35/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div><strong>500 - 999 STUDENTS</strong> = $4.17/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div><strong>1000 - 1999 STUDENTS</strong> = $4.07/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div><strong>2000 - 2999 STUDENTS</strong> = $3.82/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div><strong>> 3000 STUDENTS</strong> = $3.57/STUDENT (ALL PRINT MATERIALS INCLUDED)</div>\r\n<div></div>\r\n<div>*SCHOOLS <span style=\"text-decoration: underline;\"><strong>MAY</strong></span> COMBINE/PARTNER WITH OTHER SCHOOLS WHEN BOOKING THEIR ASSEMBLY TO LOWER THE COST PER STUDENT.</div>\r\n<div></div>\r\n<div>e.g. Learnersville Elementary School has 650 students and partners with Learnersville Middle School, which has 551 students and Learnersville High School, which has 999 students. Instead of all three schools getting the $4.17/student rate, they combine for a total of 2200 students to get a rate of $3.82/student.</div>\r\n<div></div>\r\n<div>We\'re able to give these discounts because of the lower printing costs for larger quantity orders.</div>\r\n<div></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><span style=\"text-decoration: underline;\"><strong>ASSEMBLY PAID IN FULL / SCHOOL </strong><b>FUNDRAISER</b></span></div>\r\n<div>Lead by example! Have teachers, administration, secretaries, lunch workers, custodians, maintenance workers, <span style=\"text-decoration: underline;\">ALL STAFF MEMBERS</span> participate in The Penny Challenge to cover the cost of the assembly and print materials. More importantly this sets an example for the students. Not only is this \"leading from the front\" but it ensures that the 25% of every donation students raise is going to unmet needs around the school (books, classroom supplies, athletic gear etc).</div>\r\n<div>\r\n<div><strong>30 Staff Members</strong> x 10 Penny Challenge Tag Cards x $20 Donation = $6,000 x 25% = <strong>$1,500</strong></div>\r\n<div><strong>40 Staff Members</strong> x 10 Penny Challenge Tag Cards x $20 Donation = $8,000 x 25% = <strong>$2,000</strong></div>\r\n<div><strong>60 Staff Members</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $6,000 x 25% = <strong>$1,500</strong></div>\r\n<div><strong>80 Staff Members</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $8,000 x 25% = <strong>$2,000</strong></div>\r\n</div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>FUNDRAISER</strong></div>\r\n<div><strong>150 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $15,000 x 25% = <strong>$3,750 </strong>RAISED FOR YOUR SCHOOL</div>\r\n<div><strong>300 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $10,950 x 25% = <strong>$2,737.50 </strong>RAISED FOR YOUR SCHOOL</div>\r\n<div></div>\r\n<div><strong>300 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $30,000 x 25% = <strong>$7,500 </strong>RAISED FOR YOUR SCHOOL</div>\r\n<div><strong>500 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $18,250 x 25% = <strong>$4,562.50 </strong>RAISED FOR YOUR SCHOOL</div>\r\n<div><strong>500 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $50,000 x 25% = <strong>$12,500 </strong>RAISED FOR YOUR SCHOOL</div>\r\n<div><strong>850 Students</strong> x 10 Penny Challenge Tag Cards x $3.65 Donation = $31,025 x 25% = <strong>$7,756.25</strong> RAISED FOR YOUR SCHOOL</div>\r\n<div><strong>850 Students</strong> x 10 Penny Challenge Tag Cards x $10 Donation = $85,000 x 25% = <strong>$21,250</strong> RAISED FOR YOUR SCHOOL</div>','Assembly Fees','','inherit','closed','closed','','1086-revision-v1','','','2018-12-15 09:19:05','2018-12-15 14:19:05','',1086,'https://itstartswithone.org/1086-revision-v1/',0,'revision','',0),(1135,1,'2018-12-15 14:26:02','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2018-12-15 14:26:02','0000-00-00 00:00:00','',0,'https://itstartswithone.org/?p=1135',0,'post','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_rich_web_photo_slider_instal`
--
DROP TABLE IF EXISTS `wp_rich_web_photo_slider_instal`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_photo_slider_instal` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`SL_Img_Title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Sl_Img_Description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`Sl_Img_Url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Sl_Link_Url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Sl_Link_NewTab` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Sl_Number` int(10) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_rich_web_photo_slider_instal`
--
LOCK TABLES `wp_rich_web_photo_slider_instal` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_photo_slider_instal` DISABLE KEYS */;
INSERT INTO `wp_rich_web_photo_slider_instal` VALUES (1,'test','test','http://itstartswithone.org/wp-content/uploads/2017/10/FullSizeRender-29-300x300.jpg','','undefined',1),(2,'test 2','test 2','http://itstartswithone.org/wp-content/uploads/2017/10/100435080-disney_getty1.1910x1000-300x157.jpg','','undefined',1);
/*!40000 ALTER TABLE `wp_rich_web_photo_slider_instal` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_rich_web_photo_slider_manager`
--
DROP TABLE IF EXISTS `wp_rich_web_photo_slider_manager`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_photo_slider_manager` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`Slider_Title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Slider_Type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Slider_IMGS_Quantity` int(10) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_rich_web_photo_slider_manager`
--
LOCK TABLES `wp_rich_web_photo_slider_manager` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_photo_slider_manager` DISABLE KEYS */;
INSERT INTO `wp_rich_web_photo_slider_manager` VALUES (1,'test 2','Content Slider',2);
/*!40000 ALTER TABLE `wp_rich_web_photo_slider_manager` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_rich_web_slider_effect1`
--
DROP TABLE IF EXISTS `wp_rich_web_slider_effect1`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_slider_effect1` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_slider_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_slider_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_SlS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_SlSS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_PoH` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_W` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_H` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_BoxS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_BoxSC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_IBW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_IBS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_IBC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_IBR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_TBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_TC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_TTA` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_TFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_TFF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_TUp` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_ArBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_ArOp` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_ArType` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_ArHBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_ArHOp` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_ArHEff` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_ArBoxW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_NavW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_NavH` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_NavPB` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_NavBW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_NavBS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_NavBC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_NavBR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_NavCC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_NavHC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_ArPFT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_Sl1_NavPos` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_rich_web_slider_effect1`
--
LOCK TABLES `wp_rich_web_slider_effect1` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_slider_effect1` DISABLE KEYS */;
INSERT INTO `wp_rich_web_slider_effect1` VALUES (1,'1','Slider Navigation 1','Slider Navigation','true','3','true','750','400','true','#0084aa','10','solid','#ffffff','0','#0084aa','#ffffff','center','10','Aldhabi','true','#1e73be','82','1','#1e73be','80','slide out','50','8','8','8','1','solid','#ffffff','20','#0084aa','#ffffff','35','bottom'),(2,'2','Slider Navigation 2','Slider Navigation','true','3','true','380','450','true','#0084aa','0','none','#ffffff','0','#0084aa','#ffffff','center','10','Aldhabi','true','rgba(30,115,190,0.6)','100','2','#1e73be','100','flip out','50','8','8','8','1','solid','#ffffff','20','#0084aa','#1967aa','40','bottom');
/*!40000 ALTER TABLE `wp_rich_web_slider_effect1` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_rich_web_slider_effect10`
--
DROP TABLE IF EXISTS `wp_rich_web_slider_effect10`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_slider_effect10` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_slider_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_slider_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_W` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_H` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_BR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_BSh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_ShC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_ET` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_SSh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_SShChT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_T_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_T_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_T_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_T_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_T_TA` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_T_Sh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_T_ShC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_N_Sh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_N_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_N_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_N_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_N_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_N_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_N_HBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_N_CC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_N_M` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_Ic_Sh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_Ic_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_Ic_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_Ic_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_L_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_L_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_L_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_L_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_L_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_L1_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_L2_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnSL_L3_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_rich_web_slider_effect10`
--
LOCK TABLES `wp_rich_web_slider_effect10` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_slider_effect10` DISABLE KEYS */;
INSERT INTO `wp_rich_web_slider_effect10` VALUES (1,'19','Animation Slider 1','Animation Slider','700','536','0','none','#1e73be','0','10','#000000','4','true','5500','22','Abadi MT Condensed Light','#ffffff','rgba(0,0,0,0.3)','center','5','Image','true','13','1','rgba(0,0,0,0.15)','rgba(0,0,0,0.15)','Type 1','rgba(255,255,255,0.4)','rgba(0,0,0,0.3)','3','true','rich_web rich_web-angle-double','40','#ffffff','#000000','Loading. Please Wait...','16','Abadi MT Condensed Light','#ffffff','#ffffff','#1e73be','#bababa'),(2,'20','Animation Slider 2','Animation Slider','700','536','0','none','#1e73be','0','0','rgba(0,0,0,0)','6','true','5500','22','Abadi MT Condensed Light','#ffffff','rgba(30,115,190,0.3)','center','5','Icon','false','13','1','#1e73be','#1e73be','Type 1','rgba(255,255,255,0.4)','rgba(0,0,0,0.3)','3','true','rich_web rich_web-caret','50','rgba(30,115,190,0.8)','#000000','Loading. Please Wait...','16','Abadi MT Condensed Light','#ffffff','#ffffff','#1e73be','#bababa');
/*!40000 ALTER TABLE `wp_rich_web_slider_effect10` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_rich_web_slider_effect10_loader`
--
DROP TABLE IF EXISTS `wp_rich_web_slider_effect10_loader`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_slider_effect10_loader` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnimSl_L_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnimSl_LT_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnimSl_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnimSl_L_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnimSl_L_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnimSl_LT_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnimSl_LT_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnimSl_LT_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnimSl_LT_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnimSl_L_T1_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnimSl_L_T2_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnimSl_L_T3_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnimSl_LT_T2_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnimSl_L_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnimSl_LT_T2_AnC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnimSl_LT_T3_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnimSl_L_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AnimSl_Loading_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_rich_web_slider_effect10_loader`
--
LOCK TABLES `wp_rich_web_slider_effect10_loader` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_slider_effect10_loader` DISABLE KEYS */;
INSERT INTO `wp_rich_web_slider_effect10_loader` VALUES (1,'19','true','true','Loading','#ffffff','Type 1','Type 2','13','Abadi MT Condensed Light','#dd3333','#dd3333','#dd0000','#990700','rgba(30,115,190,0.54)','#dd0000','#dd3333','#dd3333','middle','true'),(2,'20','true','true','Loading','#ffffff','Type 2','Type 2','15','Abadi MT Condensed Light','#004da0','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#1e73be','#1e73be','#dd3333','middle','true');
/*!40000 ALTER TABLE `wp_rich_web_slider_effect10_loader` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_rich_web_slider_effect1_loader`
--
DROP TABLE IF EXISTS `wp_rich_web_slider_effect1_loader`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_slider_effect1_loader` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_NSL_L_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_NSL_LT_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_NSL_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_NSL_L_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_NSL_L_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_NSL_LT_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_NSL_LT_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_NSL_LT_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_NSL_LT_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_NSL_L_T1_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_NSL_L_T2_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_NSL_L_T3_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_NSL_LT_T2_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_NSL_L_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_NSL_LT_T2_AnC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_NSL_LT_T3_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_NSL_L_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_NSL_Loading_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_rich_web_slider_effect1_loader`
--
LOCK TABLES `wp_rich_web_slider_effect1_loader` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_slider_effect1_loader` DISABLE KEYS */;
INSERT INTO `wp_rich_web_slider_effect1_loader` VALUES (1,'1','true','true','Loading','#ffffff','Type 4','Type 4','13','Abadi MT Condensed Light','#dd3333','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#0084aa','#ffffff','#dd3333','small','true'),(2,'2','true','true','Loading','#ffffff','Type 2','Type 2','13','Abadi MT Condensed Light','#0066bf','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#0066bf','#ffffff','#dd3333','middle','true');
/*!40000 ALTER TABLE `wp_rich_web_slider_effect1_loader` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_rich_web_slider_effect2`
--
DROP TABLE IF EXISTS `wp_rich_web_slider_effect2`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_slider_effect2` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`richideo_EN_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_slider_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_slider_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_BIB` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_P` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_Loop` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_SD` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_AT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_Cont_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_Cont_BSC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_Cont_W` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_Cont_H` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_Cont_Op` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_Cont_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_Cont_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_Cont_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_Cont_BR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_Video_TShow` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_Video_TC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_Video_TSC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_Video_TFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_Video_TFF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_Video_TTA` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_Video_DShow` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_Video_DC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_Video_DSC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_Video_DFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_Video_DFF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_Video_DTA` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_Video_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_Video_W` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_Video_H` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_LFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_LFF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_LC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_LBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_LBC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_LBR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_LPos` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_LHBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_LHC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_Video_ArrShow` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_AFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_AC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_Icon` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_Link_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_CS_Link_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_rich_web_slider_effect2`
--
LOCK TABLES `wp_rich_web_slider_effect2` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_slider_effect2` DISABLE KEYS */;
INSERT INTO `wp_rich_web_slider_effect2` VALUES (1,'3','Content Slider','Content Slider','true','true','true','10','bounceUp','#0084aa','#0084aa','650','400','50','0','solid','#898989','0','true','#ffffff','#ffffff','20','Aldhabi','left','true','#ffffff','#ffffff','18','Aldhabi','left','true','36','on','16','Vijaya','#ffffff','View More','#007da0','#ffffff','0','left','#0084aa','#000000','true','30','#ffffff','3','1','solid'),(2,'4','Content-Slider','Content Slider','true','true','true','20','bounce3','#0084aa','#0084aa','800','400','100','0','solid','#898989','0','true','#ffffff','#ffffff','20','Aldhabi','left','true','#ffffff','#ffffff','18','Aldhabi','left','true','36','on','16','Vijaya','#ffffff','View More','#007893','#ffffff','10','left','#3190aa','#ffffff','true','30','#ffffff','3','1','solid'),(3,'21','Content-Slider','Content Slider','true','true','true','20','bounce3','#0084aa','#0084aa','800','400','100','0','solid','#898989','0','true','#ffffff','#ffffff','20','Aldhabi','left','true','#ffffff','#ffffff','18','Aldhabi','left','true','36','on','16','Vijaya','#ffffff','View More','#007893','#ffffff','10','left','#3190aa','#ffffff','true','30','#ffffff','3','1','solid'),(4,'22','Content-Slider','Content Slider','true','true','true','20','bounce3','#0084aa','#0084aa','800','400','100','0','solid','#898989','0','true','#ffffff','#ffffff','20','Aldhabi','left','true','#ffffff','#ffffff','18','Aldhabi','left','true','36','on','16','Vijaya','#ffffff','View More','#007893','#ffffff','10','left','#3190aa','#ffffff','true','30','#ffffff','3','1','solid'),(5,'23','Content-Slider','Content Slider','true','true','true','20','bounce3','#0084aa','#0084aa','800','400','100','0','solid','#898989','0','true','#ffffff','#ffffff','20','Aldhabi','left','true','#ffffff','#ffffff','18','Aldhabi','left','true','36','on','16','Vijaya','#ffffff','View More','#007893','#ffffff','10','left','#3190aa','#ffffff','true','30','#ffffff','3','1','solid'),(6,'24','Content-Slider','Content Slider','true','true','true','20','bounce3','#0084aa','#0084aa','800','400','100','0','solid','#898989','0','true','#ffffff','#ffffff','20','Aldhabi','left','true','#ffffff','#ffffff','18','Aldhabi','left','true','36','on','16','Vijaya','#ffffff','View More','#007893','#ffffff','10','left','#3190aa','#ffffff','true','30','#ffffff','3','1','solid'),(7,'25','Content-Slider','Content Slider','true','true','true','20','bounce3','#0084aa','#0084aa','800','400','100','0','solid','#898989','0','true','#ffffff','#ffffff','20','Aldhabi','left','true','#ffffff','#ffffff','18','Aldhabi','left','true','36','on','16','Vijaya','#ffffff','View More','#007893','#ffffff','10','left','#3190aa','#ffffff','true','30','#ffffff','3','1','solid'),(8,'26','Content-Slider','Content Slider','true','true','true','20','bounce3','#0084aa','#0084aa','800','400','100','0','solid','#898989','0','true','#ffffff','#ffffff','20','Aldhabi','left','true','#ffffff','#ffffff','18','Aldhabi','left','true','36','on','16','Vijaya','#ffffff','View More','#007893','#ffffff','10','left','#3190aa','#ffffff','true','30','#ffffff','3','1','solid');
/*!40000 ALTER TABLE `wp_rich_web_slider_effect2` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_rich_web_slider_effect2_loader`
--
DROP TABLE IF EXISTS `wp_rich_web_slider_effect2_loader`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_slider_effect2_loader` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ContSl_L_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ContSl_LT_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ContSl_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ContSl_L_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ContSl_L_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ContSl_LT_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ContSl_LT_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ContSl_LT_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ContSl_LT_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ContSl_L_T1_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ContSl_L_T2_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ContSl_L_T3_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ContSl_LT_T2_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ContSl_L_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ContSl_LT_T2_AnC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ContSl_LT_T3_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ContSl_L_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ContSl_Loading_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_rich_web_slider_effect2_loader`
--
LOCK TABLES `wp_rich_web_slider_effect2_loader` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_slider_effect2_loader` DISABLE KEYS */;
INSERT INTO `wp_rich_web_slider_effect2_loader` VALUES (1,'3','true','true','Loading','#ffffff','Type 1','Type 2','13','Abadi MT Condensed Light','#000000','#357ebf','#0066bf','#145b91','rgba(30,115,190,0.54)','#dd9933','#ffffff','#dd3333','middle','true'),(2,'4','true','false','Loading','#ffffff','Type 3','Type 2','13','Abadi MT Condensed Light','#dd3333','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#000000','#ffffff','#dd3333','middle','true'),(3,'21','true','false','Loading','#ffffff','Type 3','Type 2','13','Abadi MT Condensed Light','#dd3333','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#000000','#ffffff','#dd3333','middle','true'),(4,'22','true','false','Loading','#ffffff','Type 3','Type 2','13','Abadi MT Condensed Light','#dd3333','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#000000','#ffffff','#dd3333','middle','true'),(5,'23','true','false','Loading','#ffffff','Type 3','Type 2','13','Abadi MT Condensed Light','#dd3333','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#000000','#ffffff','#dd3333','middle','true'),(6,'24','true','false','Loading','#ffffff','Type 3','Type 2','13','Abadi MT Condensed Light','#dd3333','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#000000','#ffffff','#dd3333','middle','true'),(7,'25','true','false','Loading','#ffffff','Type 3','Type 2','13','Abadi MT Condensed Light','#dd3333','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#000000','#ffffff','#dd3333','middle','true'),(8,'26','true','false','Loading','#ffffff','Type 3','Type 2','13','Abadi MT Condensed Light','#dd3333','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#000000','#ffffff','#dd3333','middle','true');
/*!40000 ALTER TABLE `wp_rich_web_slider_effect2_loader` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_rich_web_slider_effect3`
--
DROP TABLE IF EXISTS `wp_rich_web_slider_effect3`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_slider_effect3` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_slider_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_slider_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_animation` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_SShow` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_SShow_Speed` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Anim_Dur` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Ic_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_PPL_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Randomize` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Loop` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Width` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Height` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Border_Width` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Border_Style` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Border_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Box_Shadow` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Shadow_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Desc_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Desc_Size` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Desc_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Desc_Font_Family` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Desc_Text_Align` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Desc_Bg_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Desc_Transparency` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Title_Font_Size` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Title_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Title_Text_Shadow` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Title_Font_Family` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Title_Text_Align` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Link_Text` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Link_Border_Width` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Link_Border_Style` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Link_Border_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Link_Font_Size` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Link_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Link_Font_Family` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Link_Bg_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Link_Transparency` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Link_Hover_Border_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Link_Hover_Bg_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Link_Hover_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Link_Hover_Transparency` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Icon_Size` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Icon_Type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_fsl_Hover_Icon_Type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_rich_web_slider_effect3`
--
LOCK TABLES `wp_rich_web_slider_effect3` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_slider_effect3` DISABLE KEYS */;
INSERT INTO `wp_rich_web_slider_effect3` VALUES (1,'5','Fashion Slider 1','Fashion Slider','fade','1','3','3','1','','','1','750','390','0','solid','#ffffff','35','#606060','on','15','#ffffff','Aldhabi','left','rgba(0,132,170,0.75)','','18','#ffffff','0','Aldhabi','center','View More','0','solid','#0084aa','19','#0084aa','Vijaya','rgba(255,255,255,0.65)','','#0084aa','#0084aa','rgba(255,255,255,0.65)','','30','1','12'),(2,'6','Fashion Slider 2','Fashion Slider','fade','1','3','3','1','','','1','600','300','4','solid','#ffffff','30','#0084aa','on','15','#0084aa','Aldhabi','left','rgba(255,255,255,0.65)','','18','#0084aa','0','Aldhabi','center','View More','0','solid','#0084aa','19','#0084aa','Vijaya','rgba(255,255,255,0.65)','','#0084aa','#0084aa','rgba(255,255,255,0.65)','','30','1','12');
/*!40000 ALTER TABLE `wp_rich_web_slider_effect3` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_rich_web_slider_effect3_loader`
--
DROP TABLE IF EXISTS `wp_rich_web_slider_effect3_loader`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_slider_effect3_loader` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FSl_L_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FSl_LT_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FSl_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FSl_L_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FSl_L_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FSl_LT_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FSl_LT_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FSl_LT_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FSl_LT_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FSl_L_T1_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FSl_L_T2_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FSl_L_T3_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FSl_LT_T2_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FSl_L_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FSl_LT_T2_AnC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FSl_LT_T3_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FSl_L_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FSl_Loading_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_rich_web_slider_effect3_loader`
--
LOCK TABLES `wp_rich_web_slider_effect3_loader` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_slider_effect3_loader` DISABLE KEYS */;
INSERT INTO `wp_rich_web_slider_effect3_loader` VALUES (1,'5','false','true','Loading','#ffffff','Type 4','Type 1','18','Vijaya','#0066bf','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#ffffff','#ffffff','#dd3333','large','true'),(2,'6','false','true','Loading','#ffffff','Type 2','Type 2','17','Aldhabi','#000000','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#ffffff','#ffffff','#dd3333','middle','true');
/*!40000 ALTER TABLE `wp_rich_web_slider_effect3_loader` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_rich_web_slider_effect4`
--
DROP TABLE IF EXISTS `wp_rich_web_slider_effect4`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_slider_effect4` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_slider_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_slider_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_CT_W` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_CT_H` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_CT_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_CT_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_CT_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_CT_BxSShow` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_CT_BxSType` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_CT_BxS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_CT_BxC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_CT_TDABgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_CT_TDAPos` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_CT_LBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_CT_TFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_CT_TFF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_CT_TCC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_CT_TC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_CT_ArBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_CT_ArBR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_CT_ArType` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_CT_ArHBC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_CT_ArHBR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_CT_ArText` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_CT_ArLeft` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_CT_ArRight` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_CT_ArTextC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_CT_ArTextFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_CT_ArTextFF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_rich_web_slider_effect4`
--
LOCK TABLES `wp_rich_web_slider_effect4` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_slider_effect4` DISABLE KEYS */;
INSERT INTO `wp_rich_web_slider_effect4` VALUES (1,'7','Circle Thumbnails','Circle Thumbnails','750','410','7','solid','#ffffff','true','true','8','#009491','#009491','bottom','#009491','23','Vijaya','#ffffff','#cccccc','#007573','25','1','#009491','30','true','Prev','Next','#ffffff','20','Vijaya'),(2,'8','Circle Thumbnails 2','Circle Thumbnails','650','370','7','solid','#ffffff','true','false','20','#009491','rgba(0,148,145,0.6)','top','rgba(0,148,145,0.6)','23','Vijaya','#ffffff','#cccccc','#007573','25','1','#009491','30','true','Prev','Next','rgba(255,255,255,0.6)','20','Vijaya');
/*!40000 ALTER TABLE `wp_rich_web_slider_effect4` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_rich_web_slider_effect4_loader`
--
DROP TABLE IF EXISTS `wp_rich_web_slider_effect4_loader`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_slider_effect4_loader` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CircleSl_L_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CircleSl_LT_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CircleSl_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CircleSl_L_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CircleSl_L_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CircleSl_LT_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CircleSl_LT_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CircleSl_LT_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CircleSl_LT_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CircleSl_L_T1_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CircleSl_L_T2_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CircleSl_L_T3_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CircleSl_LT_T2_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CircleSl_L_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CircleSl_LT_T2_AnC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CircleSl_LT_T3_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CircleSl_L_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CircleSl_Loading_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_rich_web_slider_effect4_loader`
--
LOCK TABLES `wp_rich_web_slider_effect4_loader` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_slider_effect4_loader` DISABLE KEYS */;
INSERT INTO `wp_rich_web_slider_effect4_loader` VALUES (1,'7','false','true','Loading','#ffffff','Type 1','Type 3','15','Abadi MT Condensed Light','#ffffff','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#dd9933','#ffffff','#009491','middle','true'),(2,'8','true','false','Loading','#ffffff','Type 4','Type 2','13','Abadi MT Condensed Light','#dd3333','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#009491','#1e73be','#dd3333','middle','true');
/*!40000 ALTER TABLE `wp_rich_web_slider_effect4_loader` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_rich_web_slider_effect5`
--
DROP TABLE IF EXISTS `wp_rich_web_slider_effect5`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_slider_effect5` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`rich_web_slider_ID` varchar(255) NOT NULL,
`rich_web_slider_name` varchar(255) NOT NULL,
`rich_web_slider_type` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_BW` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_BS` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_BC` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_BoxShShow` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_BoxShType` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_BoxSh` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_BoxShC` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_IW` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_IH` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_IBW` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_IBS` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_IBC` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_IBR` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_ICBW` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_ICBS` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_ICBC` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_TBgC` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_TC` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_TFS` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_TFF` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_THBgC` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_THC` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_Pop_OC` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_Pop_BW` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_Pop_BC` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_Pop_BoxShShow` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_Pop_BoxShType` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_Pop_BoxSh` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_Pop_BoxShC` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_L_BgC` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_L_C` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_L_FS` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_L_BW` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_L_BS` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_L_BC` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_L_BR` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_L_HBgC` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_L_HC` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_L_Type` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_L_Text` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_L_IType` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_L_FF` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_PI_BgC` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_PI_C` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_PI_FS` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_PI_BW` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_PI_BS` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_PI_BC` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_PI_BR` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_PI_HBgC` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_PI_HC` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_PI_Type` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_PI_Text` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_PI_IType` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_PI_FF` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_Arr_BgC` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_Arr_C` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_Arr_FS` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_Arr_BW` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_Arr_BS` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_Arr_BC` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_Arr_BR` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_Arr_HBgC` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_Arr_HC` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_Arr_Type` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_Arr_FF` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_Arr_IType` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_Arr_Next` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_Arr_Prev` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_PCI_FS` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_PCI_C` varchar(255) NOT NULL,
`Rich_Web_Sl_SC_PCI_Type` varchar(255) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_rich_web_slider_effect5`
--
LOCK TABLES `wp_rich_web_slider_effect5` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_slider_effect5` DISABLE KEYS */;
INSERT INTO `wp_rich_web_slider_effect5` VALUES (1,'9','Slider Carousel 1','Slider Carousel','2','solid','#ffffff','true','true','15','#0084aa','270','150','4','solid','#ffffff','0','0','solid','#b5b5b5','#0084aa','#ffffff','23','Vijaya','#ffffff','#0084aa','rgba(0,132,170,0.85)','10','#ffffff','true','false','50','#ffffff','rgba(255,255,255,0.7)','#0084aa','18','0','solid','#ffffff','3','rgba(0,132,170,0.7)','#ffffff','text','More','link','Vijaya','rgba(0,132,170,0.7)','#ffffff','18','0','solid','#0084aa','3','rgba(255,255,255,0.7)','#0084aa','text','Picture','picture-o','Gabriola','rgba(255,255,255,0.6)','#0084aa','20','0','solid','#6a90d8','10','rgba(0,132,170,0.6)','#ffffff','icon','Gabriola','angle','Next','Prev','35','#0084aa','home'),(2,'10','Slider Carousel 2','Slider Carousel','5','solid','#ffffff','true','false','25','#0084aa','270','150','5','solid','#ffffff','15','0','solid','#b5b5b5','#0084aa','#ffffff','23','Vijaya','#ffffff','#0084aa','rgba(0,132,170,0.75)','10','#ffffff','true','false','50','#ffffff','rgba(255,255,255,0.5)','#0084aa','16','0','solid','#ffffff','3','rgba(0,132,170,0.5)','#ffffff','icon','More','link','Vijaya','rgba(0,132,170,0.5)','#ffffff','18','0','solid','#0084aa','3','rgba(255,255,255,0.5)','#0084aa','icon','Picture','picture-o','Gabriola','rgba(255,255,255,0.5)','#0084aa','20','0','solid','#6a90d8','10','rgba(0,132,170,0.5)','#ffffff','icon','Gabriola','angle-double','Next','Prev','35','#0084aa','times');
/*!40000 ALTER TABLE `wp_rich_web_slider_effect5` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_rich_web_slider_effect5_loader`
--
DROP TABLE IF EXISTS `wp_rich_web_slider_effect5_loader`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_slider_effect5_loader` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CarSl_L_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CarSl_LT_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CarSl_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CarSl_L_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CarSl_L_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CarSl_LT_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CarSl_LT_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CarSl_LT_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CarSl_LT_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CarSl_L_T1_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CarSl_L_T2_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CarSl_L_T3_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CarSl_LT_T2_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CarSl_L_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CarSl_LT_T2_AnC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CarSl_LT_T3_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CarSl_HT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CarSl_H_OvC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CarSl_L_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_CarSl_Loading_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_rich_web_slider_effect5_loader`
--
LOCK TABLES `wp_rich_web_slider_effect5_loader` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_slider_effect5_loader` DISABLE KEYS */;
INSERT INTO `wp_rich_web_slider_effect5_loader` VALUES (1,'9','true','true','Loading','#ffffff','Type 3','Type 4','18','Aharoni','#1e73be','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#1e73be','#ffffff','#1e73be','11','#dd3333','middle','true'),(2,'10','false','true','Loading','#ffffff','Type 2','Type 3','17','Aharoni','#ffffff','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#ffffff','#ffffff','#1e73be','11','#dd3333','middle','true');
/*!40000 ALTER TABLE `wp_rich_web_slider_effect5_loader` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_rich_web_slider_effect6`
--
DROP TABLE IF EXISTS `wp_rich_web_slider_effect6`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_slider_effect6` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_slider_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_slider_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_AP` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_TS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_PT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_SS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_SVis` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_CS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_SLoop` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_SSc` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_SlPos` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_ShNavBut` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_I_W` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_I_H` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_I_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_I_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_I_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_I_BR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_I_BoxShShow` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_I_BoxShType` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_I_BoxSh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_I_BoxShC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_T_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_T_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_Nav_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_Nav_W` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_Nav_H` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_Nav_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_Nav_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_Nav_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_Nav_BR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_Nav_PB` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_Nav_CC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_Nav_HC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_Nav_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_Arr_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_Arr_Type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_Arr_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_FS_Arr_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_rich_web_slider_effect6`
--
LOCK TABLES `wp_rich_web_slider_effect6` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_slider_effect6` DISABLE KEYS */;
INSERT INTO `wp_rich_web_slider_effect6` VALUES (1,'11','Flexible Slider 1','Flexible Slider','#0084aa','true','400','4','1','true','6','true','200','center','true','225','225','5','solid','#ffffff','134','true','false','33','#0084aa','#0084aa','Aldhabi','true','15','10','1','solid','#0084aa','15','3','#0084aa','#0066bf','#ffffff','true','angle','40','#ffffff'),(2,'12','Flexible Slider 2','Flexible Slider','#0084aa','true','400','4','1','true','6','true','200','center','true','225','225','5','solid','#ffffff','0','true','true','33','#0084aa','#0084aa','Aldhabi','true','15','10','1','solid','#0084aa','15','3','#0084aa','#0066bf','#ffffff','true','angle','40','#ffffff');
/*!40000 ALTER TABLE `wp_rich_web_slider_effect6` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_rich_web_slider_effect6_loader`
--
DROP TABLE IF EXISTS `wp_rich_web_slider_effect6_loader`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_slider_effect6_loader` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FlexibleSl_L_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FlexibleSl_LT_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FlexibleSl_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FlexibleSl_L_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FlexibleSl_L_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FlexibleSl_LT_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FlexibleSl_LT_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FlexibleSl_LT_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FlexibleSl_LT_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FlexibleSl_L_T1_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FlexibleSl_L_T2_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FlexibleSl_L_T3_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FlexibleSl_LT_T2_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FlexibleSl_L_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FlexibleSl_LT_T2_AnC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FlexibleSl_LT_T3_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FlexibleSl_L_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_FlexibleSl_Loading_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_rich_web_slider_effect6_loader`
--
LOCK TABLES `wp_rich_web_slider_effect6_loader` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_slider_effect6_loader` DISABLE KEYS */;
INSERT INTO `wp_rich_web_slider_effect6_loader` VALUES (1,'11','true','false','Loading','#ffffff','Type 1','Type 2','13','Abadi MT Condensed Light','#dd3333','#dd8282','#c9c9c9','#000000','rgba(30,115,190,0.54)','#ffffff','#ffffff','#dd3333','middle','true'),(2,'12','true','false','Loading','#ffffff','Type 3','Type 2','13','Abadi MT Condensed Light','#dd3333','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#0084aa','#ffffff','#dd3333','middle','true');
/*!40000 ALTER TABLE `wp_rich_web_slider_effect6_loader` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_rich_web_slider_effect7`
--
DROP TABLE IF EXISTS `wp_rich_web_slider_effect7`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_slider_effect7` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_slider_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_slider_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_AP` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_PT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_Tr` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_H` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_TFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_TFF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_TC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_DFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_DFF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_DC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_LFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_LFF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_LC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_LBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_LBW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_LBS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_LBC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_LBR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_LHC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_LHBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_Arr_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_Arr_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_Arr_RT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_Arr_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_Arr_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_Arr_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_Arr_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_Arr_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_Arr_BR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_Arr_HC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_Arr_HBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_Nav_W` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_Nav_H` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_Nav_PB` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_Nav_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_Nav_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_Nav_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_Nav_BR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_Nav_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_Nav_HC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_DS_Nav_CC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_rich_web_slider_effect7`
--
LOCK TABLES `wp_rich_web_slider_effect7` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_slider_effect7` DISABLE KEYS */;
INSERT INTO `wp_rich_web_slider_effect7` VALUES (1,'13','Dynamic Slider 1','Dynamic Slider','true','5','true','250','4','solid','#ffffff','15','Aldhabi','#ffffff','14','Aldhabi','#598fbf','16','Aldhabi','#ffffff','#dd3333','0','dotted','#4a1fc1','0','#dd3333','#ffffff','View','true','Prev','Next','#ffffff','#0084aa','0','solid','#16a309','46','#ffffff','#5598aa','11','12','5','1','solid','#ffffff','50','#0084aa','#dd3333','#ffffff'),(2,'14','Dynamic Slider 2','Dynamic Slider','true','5','true','400','4','solid','#ffffff','18','Aldhabi','#598fbf','16','Aldhabi','#ffffff','16','Aldhabi','#ffffff','rgba(221,51,51,0)','1','solid','#ffffff','0','#0084aa','rgba(255,255,255,0)','View More','true','Prev','Next','#0084aa','rgba(255,255,255,0.45)','0','solid','#000000','46','#0084aa','#ffffff','10','10','5','1','solid','#ffffff','50','#0084aa','#ffffff','#ffffff');
/*!40000 ALTER TABLE `wp_rich_web_slider_effect7` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_rich_web_slider_effect7_loader`
--
DROP TABLE IF EXISTS `wp_rich_web_slider_effect7_loader`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_slider_effect7_loader` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_DynamicSl_L_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_DynamicSl_LT_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_DynamicSl_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_DynamicSl_L_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_DynamicSl_L_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_DynamicSl_LT_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_DynamicSl_LT_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_DynamicSl_LT_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_DynamicSl_LT_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_DynamicSl_L_T1_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_DynamicSl_L_T2_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_DynamicSl_L_T3_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_DynamicSl_LT_T2_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_DynamicSl_L_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_DynamicSl_LT_T2_AnC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_DynamicSl_LT_T3_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_DynamicSl_ImgT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_DynamicSl_L_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_DynamicSl_Loading_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_rich_web_slider_effect7_loader`
--
LOCK TABLES `wp_rich_web_slider_effect7_loader` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_slider_effect7_loader` DISABLE KEYS */;
INSERT INTO `wp_rich_web_slider_effect7_loader` VALUES (1,'13','true','true','Loading','#ffffff','Type 3','Type 2','21','Gabriola','#0084aa','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#007596','#0084aa','#dd3333','Type 2','middle','true'),(2,'14','true','true','LOADING','#ffffff','Type 2','Type 2','13','Abadi MT Condensed Light','#0084aa','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#0084aa','#0084aa','#dd3333','Type 1','middle','true');
/*!40000 ALTER TABLE `wp_rich_web_slider_effect7_loader` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_rich_web_slider_effect8`
--
DROP TABLE IF EXISTS `wp_rich_web_slider_effect8`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_slider_effect8` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_slider_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_slider_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_W` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_H` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_BR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_BoxShShow` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_BoxShType` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_BoxSh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_BoxShC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_CM` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_TA` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_AP` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_PH` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_Loop` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_PT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_CS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_Nav_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_Nav_W` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_Nav_H` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_Nav_PB` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_Nav_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_Nav_BR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_Nav_CBC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_Nav_HBC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_Nav_Pos` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_SS_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_SS_W` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_SS_H` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_SS_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_SS_BR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_SS_StC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_SS_SpC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_Arr_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_Arr_Type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_Arr_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_Arr_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_Pop_OvC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_Pop_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_Pop_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_Pop_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_Pop_BR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_Pop_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_TFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_TFF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_TC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_Pop_ArrType` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_Pop_ArrS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_Pop_ArrC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_CIT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_CIS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_Sl_TSL_CIC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_rich_web_slider_effect8`
--
LOCK TABLES `wp_rich_web_slider_effect8` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_slider_effect8` DISABLE KEYS */;
INSERT INTO `wp_rich_web_slider_effect8` VALUES (1,'15','Thumbnails Slider & Lightbox 1','Thumbnails Slider & Lightbox','700','425','5','solid','#598fbf','0','true','false','32','#598fbf','vertical','true','true','true','true','5','500','true','50','50','4','#ffffff','0','#598fbf','#598fbf','bottom','true','10','10','#598fbf','8','#598fbf','#ffffff','true','9','39','#ffffff','rgba(89,143,191,0.85)','0','solid','#ffffff','0','rgba(89,143,191,0)','27','Gabriola','#ffffff','angle-double','27','#ffffff','times-circle','28','rgba(255,255,255,0.86)'),(2,'16','Thumbnails Slider & Lightbox 2','Thumbnails Slider & Lightbox','700','425','5','solid','#ffffff','0','true','true','15','#598fbf','fade','false','true','true','false','5','500','true','25','25','6','rgba(255,255,255,0.43)','20','rgba(89,143,191,0.46)','rgba(89,143,191,0.41)','top','false','10','10','#598fbf','8','#598fbf','#ffffff','true','9','39','#ffffff','rgba(89,143,191,0.85)','0','solid','#ffffff','0','rgba(89,143,191,0)','27','Gabriola','#ffffff','angle-double','27','#ffffff','times-circle','28','rgba(255,255,255,0.86');
/*!40000 ALTER TABLE `wp_rich_web_slider_effect8` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_rich_web_slider_effect8_loader`
--
DROP TABLE IF EXISTS `wp_rich_web_slider_effect8_loader`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_slider_effect8_loader` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ThSl_L_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ThSl_LT_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ThSl_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ThSl_L_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ThSl_L_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ThSl_LT_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ThSl_LT_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ThSl_LT_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ThSl_LT_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ThSl_L_T1_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ThSl_L_T2_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ThSl_L_T3_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ThSl_LT_T2_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ThSl_L_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ThSl_LT_T2_AnC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ThSl_LT_T3_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ThSl_L_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_ThSl_Loading_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_rich_web_slider_effect8_loader`
--
LOCK TABLES `wp_rich_web_slider_effect8_loader` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_slider_effect8_loader` DISABLE KEYS */;
INSERT INTO `wp_rich_web_slider_effect8_loader` VALUES (1,'15','false','true','Loading','#ffffff','Type 2','Type 1','15','Abadi MT Condensed Light','#828282','#dd9933','#dd9933','#dd3333','#000000','#dd3333','#ffffff','#dd3333','middle','true'),(2,'16','true','false','Loading','#ffffff','Type 1','Type 2','13','Abadi MT Condensed Light','#dd3333','#000000','#606060','#b7b7b7','#000000','#ffffff','#81d742','#dd3333','middle','true');
/*!40000 ALTER TABLE `wp_rich_web_slider_effect8_loader` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_rich_web_slider_effect9`
--
DROP TABLE IF EXISTS `wp_rich_web_slider_effect9`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_slider_effect9` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_slider_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`rich_web_slider_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AcSL_W` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AcSL_H` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AcSL_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AcSL_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AcSL_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AcSL_BSh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AcSL_BShC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AcSL_Img_W` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AcSL_Img_BSh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AcSL_Img_BShC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AcSL_Title_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AcSL_Title_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AcSL_Title_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AcSL_Title_TSh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AcSL_Title_TShC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AcSL_Title_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AcSL_Link_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AcSL_Link_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AcSL_Link_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AcSL_Link_TSh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AcSL_Link_TShC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AcSL_Link_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AcSL_Link_Text` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_rich_web_slider_effect9`
--
LOCK TABLES `wp_rich_web_slider_effect9` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_slider_effect9` DISABLE KEYS */;
INSERT INTO `wp_rich_web_slider_effect9` VALUES (1,'17','Accordion 1','Accordion Slider','720','350','7','solid','#eaeaea','14','#0084aa','596','2','#eaeaea','16','Aldhabi','#ffffff','3','#ffffff','rgba(0,132,170,0.65)','16','Vijaya','#0084aa','3','#0084aa','rgba(255,255,255,0.6)','View . . .'),(2,'18','Accordion 2','Accordion Slider','720','350','7','solid','#ffffff','14','#0084aa','572','3','#ffffff','16','Aldhabi','#0084aa','3','#ffffff','rgba(255,255,255,0.8)','16','Vijaya','#ffffff','3','rgba(0,132,170,0.5)','rgba(255,255,255,0.6)','View . . .');
/*!40000 ALTER TABLE `wp_rich_web_slider_effect9` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_rich_web_slider_effect9_loader`
--
DROP TABLE IF EXISTS `wp_rich_web_slider_effect9_loader`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_slider_effect9_loader` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`rich_web_slider_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AccSl_L_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AccSl_LT_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AccSl_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AccSl_L_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AccSl_L_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AccSl_LT_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AccSl_LT_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AccSl_LT_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AccSl_LT_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AccSl_L_T1_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AccSl_L_T2_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AccSl_L_T3_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AccSl_LT_T2_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AccSl_L_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AccSl_LT_T2_AnC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AccSl_LT_T3_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AccSl_L_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`Rich_Web_AccSl_Loading_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_rich_web_slider_effect9_loader`
--
LOCK TABLES `wp_rich_web_slider_effect9_loader` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_slider_effect9_loader` DISABLE KEYS */;
INSERT INTO `wp_rich_web_slider_effect9_loader` VALUES (1,'17','false','true','Loading','#ffffff','Type 2','Type 2','17','Abadi MT Condensed Light','#0084aa','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#ffffff','#00688e','#dd3333','middle','true'),(2,'18','false','true','Loading','#ffffff','Type 2','Type 2','13','Abadi MT Condensed Light','#0084aa','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#ffffff','#007087','#dd3333','middle','true');
/*!40000 ALTER TABLE `wp_rich_web_slider_effect9_loader` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_rich_web_slider_effects_data`
--
DROP TABLE IF EXISTS `wp_rich_web_slider_effects_data`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_slider_effects_data` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`slider_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`slider_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_rich_web_slider_effects_data`
--
LOCK TABLES `wp_rich_web_slider_effects_data` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_slider_effects_data` DISABLE KEYS */;
INSERT INTO `wp_rich_web_slider_effects_data` VALUES (1,'Slider Navigation 1','Slider Navigation'),(2,'Slider Navigation 2','Slider Navigation'),(3,'Content Slider','Content Slider'),(4,'Content-Slider','Content Slider'),(5,'Fashion Slider 1','Fashion Slider'),(6,'Fashion Slider 2','Fashion Slider'),(7,'Circle Thumbnails','Circle Thumbnails'),(8,'Circle Thumbnails 2','Circle Thumbnails'),(9,'Slider Carousel 1','Slider Carousel'),(10,'Slider Carousel 2','Slider Carousel'),(11,'Flexible Slider 1','Flexible Slider'),(12,'Flexible Slider 2','Flexible Slider'),(13,'Dynamic Slider 1','Dynamic Slider'),(14,'Dynamic Slider 2','Dynamic Slider'),(15,'Thumbnails Slider & Lightbox 1','Thumbnails Slider & Lightbox'),(16,'Thumbnails Slider & Lightbox 2','Thumbnails Slider & Lightbox'),(17,'Accordion 1','Accordion Slider'),(18,'Accordion 2','Accordion Slider'),(19,'Animation Slider 1','Animation Slider'),(20,'Animation Slider 2','Animation Slider'),(21,'Content-Slider','Content Slider'),(22,'Content-Slider','Content Slider'),(23,'Content-Slider','Content Slider'),(24,'Content-Slider','Content Slider'),(25,'Content-Slider','Content Slider'),(26,'Content-Slider','Content Slider');
/*!40000 ALTER TABLE `wp_rich_web_slider_effects_data` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_rich_web_slider_font_family`
--
DROP TABLE IF EXISTS `wp_rich_web_slider_font_family`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_slider_font_family` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`Font_family` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=126 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_rich_web_slider_font_family`
--
LOCK TABLES `wp_rich_web_slider_font_family` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_slider_font_family` DISABLE KEYS */;
INSERT INTO `wp_rich_web_slider_font_family` VALUES (1,'Abadi MT Condensed Light'),(2,'Aharoni'),(3,'Aldhabi'),(4,'Andalus'),(5,'Angsana New'),(6,'AngsanaUPC'),(7,'Aparajita'),(8,'Arabic Typesetting'),(9,'Arial'),(10,'Arial Black'),(11,'Batang'),(12,'BatangChe'),(13,'Browallia New'),(14,'BrowalliaUPC'),(15,'Calibri'),(16,'Calibri Light'),(17,'Calisto MT'),(18,'Cambria'),(19,'Candara'),(20,'Century Gothic'),(21,'Comic Sans MS'),(22,'Consolas'),(23,'Constantia'),(24,'Copperplate Gothic'),(25,'Copperplate Gothic Light'),(26,'Corbel'),(27,'Cordia New'),(28,'CordiaUPC'),(29,'Courier New'),(30,'DaunPenh'),(31,'David'),(32,'DFKai-SB'),(33,'DilleniaUPC'),(34,'DokChampa'),(35,'Dotum'),(36,'DotumChe'),(37,'Ebrima'),(38,'Estrangelo Edessa'),(39,'EucrosiaUPC'),(40,'Euphemia'),(41,'FangSong'),(42,'Franklin Gothic Medium'),(43,'FrankRuehl'),(44,'FreesiaUPC'),(45,'Gabriola'),(46,'Gadugi'),(47,'Gautami'),(48,'Georgia'),(49,'Gisha'),(50,'Gulim'),(51,'GulimChe'),(52,'Gungsuh'),(53,'GungsuhChe'),(54,'Impact'),(55,'IrisUPC'),(56,'Iskoola Pota'),(57,'JasmineUPC'),(58,'KaiTi'),(59,'Kalinga'),(60,'Kartika'),(61,'Khmer UI'),(62,'KodchiangUPC'),(63,'Kokila'),(64,'Lao UI'),(65,'Latha'),(66,'Leelawadee'),(67,'Levenim MT'),(68,'LilyUPC'),(69,'Lucida Console'),(70,'Lucida Handwriting Italic'),(71,'Lucida Sans Unicode'),(72,'Malgun Gothic'),(73,'Mangal'),(74,'Manny ITC'),(75,'Marlett'),(76,'Meiryo'),(77,'Meiryo UI'),(78,'Microsoft Himalaya'),(79,'Microsoft JhengHei'),(80,'Microsoft JhengHei UI'),(81,'Microsoft New Tai Lue'),(82,'Microsoft PhagsPa'),(83,'Microsoft Sans Serif'),(84,'Microsoft Tai Le'),(85,'Microsoft Uighur'),(86,'Microsoft YaHei'),(87,'Microsoft YaHei UI'),(88,'Microsoft Yi Baiti'),(89,'MingLiU_HKSCS'),(90,'MingLiU_HKSCS-ExtB'),(91,'Miriam'),(92,'Mongolian Baiti'),(93,'MoolBoran'),(94,'MS UI Gothic'),(95,'MV Boli'),(96,'Myanmar Text'),(97,'Narkisim'),(98,'Nirmala UI'),(99,'News Gothic MT'),(100,'NSimSun'),(101,'Nyala'),(102,'Palatino Linotype'),(103,'Plantagenet Cherokee'),(104,'Raavi'),(105,'Rod'),(106,'Sakkal Majalla'),(107,'Segoe Print'),(108,'Segoe Script'),(109,'Segoe UI Symbol'),(110,'Shonar Bangla'),(111,'Shruti'),(112,'SimHei'),(113,'SimKai'),(114,'Simplified Arabic'),(115,'SimSun'),(116,'SimSun-ExtB'),(117,'Sylfaen'),(118,'Tahoma'),(119,'Times New Roman'),(120,'Traditional Arabic'),(121,'Trebuchet MS'),(122,'Tunga'),(123,'Utsaah'),(124,'Vani'),(125,'Vijaya');
/*!40000 ALTER TABLE `wp_rich_web_slider_font_family` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_rich_web_slider_id`
--
DROP TABLE IF EXISTS `wp_rich_web_slider_id`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_slider_id` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`Slider_ID` int(10) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_rich_web_slider_id`
--
LOCK TABLES `wp_rich_web_slider_id` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_slider_id` DISABLE KEYS */;
INSERT INTO `wp_rich_web_slider_id` VALUES (1,1),(2,2);
/*!40000 ALTER TABLE `wp_rich_web_slider_id` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_relationships`
--
DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
`object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`term_order` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_relationships`
--
LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (15,2,0),(16,2,0),(78,3,0),(79,3,0),(146,2,0),(170,3,0),(371,2,0),(372,2,0),(373,2,0),(374,2,0),(375,2,0),(376,2,0),(394,2,0),(395,2,0),(436,2,0),(437,2,0),(445,2,0),(446,2,0),(457,4,0),(457,5,0),(458,4,0),(458,5,0),(458,8,0),(459,4,0),(459,5,0),(459,6,0),(460,4,0),(460,5,0),(460,6,0),(461,4,0),(461,5,0),(461,6,0),(462,4,0),(462,5,0),(462,7,0),(466,4,0),(466,5,0),(466,8,0),(470,6,0),(471,7,0),(480,2,0),(714,2,0),(989,2,0),(991,2,0),(1032,2,0),(1034,2,0),(1054,2,0),(1089,2,0),(1090,2,0),(1105,2,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_taxonomy`
--
DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
`term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`taxonomy` varchar(32) NOT NULL DEFAULT '',
`description` longtext NOT NULL,
`parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`count` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`term_taxonomy_id`),
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_taxonomy`
--
LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'nav_menu','',0,25),(3,3,'nav_menu','',0,3),(4,4,'sp_league','',0,6),(5,5,'sp_season','',0,6),(6,6,'sp_position','',0,4),(7,7,'sp_role','',0,2),(8,8,'sp_venue','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_termmeta`
--
DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext,
PRIMARY KEY (`meta_id`),
KEY `term_id` (`term_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_termmeta`
--
LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_terms`
--
DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
`term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) NOT NULL DEFAULT '',
`slug` varchar(200) 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=9 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_terms`
--
LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Main','main',0),(3,'Social','social',0),(4,'Primary League','primary-league',0),(5,'2017','2017',0),(6,'Player','player',0),(7,'Coach','coach',0),(8,'Florida','florida',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_usermeta`
--
DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
`umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=84401 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_usermeta`
--
LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','stacy'),(2,1,'first_name','Stacy'),(3,1,'last_name','Cook'),(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,'locale',''),(11,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(12,1,'wp_user_level','10'),(13,1,'dismissed_wp_pointers','theme_editor_notice,wp496_privacy'),(14,1,'show_welcome_panel','0'),(15,1,'session_tokens','a:2:{s:64:\"bf471f8a59e2e0ccd90fc2a45ff27875a600d20eb1a64e414419d424557f7644\";a:4:{s:10:\"expiration\";i:1545074761;s:2:\"ip\";s:14:\"99.192.230.138\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0\";s:5:\"login\";i:1544901961;}s:64:\"76a4267e5849a2e49b974829dfb621a114c1b70e94370e0244df162c6191b6b0\";a:4:{s:10:\"expiration\";i:1545101023;s:2:\"ip\";s:14:\"99.192.230.138\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36\";s:5:\"login\";i:1544928223;}}'),(16,1,'wp_dashboard_quick_press_last_post_id','1135'),(17,1,'managenav-menuscolumnshidden','a:4:{i:0;s:15:\"title-attribute\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(18,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(19,1,'closedpostboxes_dashboard','a:5:{i:0;s:19:\"my_dashboard_widget\";i:1;s:19:\"dashboard_right_now\";i:2;s:21:\"dashboard_quick_press\";i:3;s:18:\"dashboard_activity\";i:4;s:17:\"dashboard_primary\";}'),(20,1,'metaboxhidden_dashboard','a:0:{}'),(21,1,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:68:\"my_dashboard_widget,dashboard_right_now,sportspress_dashboard_status\";s:4:\"side\";s:18:\"dashboard_activity\";s:7:\"column3\";s:17:\"dashboard_primary\";s:7:\"column4\";s:21:\"dashboard_quick_press\";}'),(22,2,'nickname','loren'),(23,2,'first_name','Loren'),(24,2,'last_name','Hockensmith'),(25,2,'description',''),(26,2,'rich_editing','true'),(27,2,'comment_shortcuts','false'),(28,2,'admin_color','fresh'),(29,2,'use_ssl','0'),(30,2,'show_admin_bar_front','true'),(31,2,'locale',''),(32,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(33,2,'wp_user_level','10'),(34,2,'dismissed_wp_pointers','wp496_privacy,theme_editor_notice'),(36,1,'nav_menu_recently_edited','2'),(37,1,'wp_user-settings','editor=html&libraryContent=browse&post_dfw=off&align=center&hidetb=1&editor_expand=off&ed_size=1500&advImgDetails=show&imgsize=full'),(38,1,'wp_user-settings-time','1516897841'),(39,1,'wp_nf_form_preview_tmp-1486675991','a:4:{s:2:\"id\";s:14:\"tmp-1486675991\";s:8:\"settings\";a:18:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:0;s:5:\"title\";s:8:\"Get Help\";s:10:\"show_title\";i:1;s:14:\"clear_complete\";i:1;s:13:\"hide_complete\";i:1;s:17:\"default_label_pos\";s:5:\"above\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:0:\"\";s:10:\"add_submit\";i:0;s:8:\"currency\";s:0:\"\";s:9:\"logged_in\";b:0;s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";N;s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:5:{i:0;s:18:\"name_1486676005804\";i:1;s:19:\"email_1486676035330\";i:2;s:26:\"listcheckbox_1486676056951\";i:3;s:22:\"textarea_1486675990403\";i:4;s:20:\"submit_1486675982026\";}}s:6:\"fields\";a:5:{s:5:\"tmp-3\";a:1:{s:8:\"settings\";a:12:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:4;s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:14:\"Paragraph Text\";s:3:\"key\";s:22:\"textarea_1486675990403\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;}}s:5:\"tmp-1\";a:1:{s:8:\"settings\";a:8:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:5;s:4:\"type\";s:6:\"submit\";s:5:\"label\";s:6:\"Submit\";s:16:\"processing_label\";s:10:\"Processing\";s:3:\"key\";s:20:\"submit_1486675982026\";}}s:5:\"tmp-2\";a:1:{s:8:\"settings\";a:9:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:1;s:4:\"type\";s:9:\"firstname\";s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:18:\"name_1486676005804\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;}}s:5:\"tmp-4\";a:1:{s:8:\"settings\";a:9:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:2;s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:19:\"email_1486676035330\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;}}s:5:\"tmp-5\";a:1:{s:8:\"settings\";a:10:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:3;s:4:\"type\";s:12:\"listcheckbox\";s:5:\"label\";s:13:\"Checkbox List\";s:3:\"key\";s:26:\"listcheckbox_1486676056951\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:0;s:7:\"options\";a:7:{i:0;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:8:\"Missions\";s:5:\"value\";s:8:\"missions\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:15:\"Sex-trafficking\";s:5:\"value\";s:15:\"sex-trafficking\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:2;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:17:\"Wounded Veterans \";s:5:\"value\";s:16:\"wounded-veterans\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:3;a:9:{s:6:\"errors\";a:0:{}s:5:\"order\";i:3;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:9:\"HIV/AIDS \";s:5:\"value\";s:8:\"hiv-aids\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:4;a:9:{s:6:\"errors\";a:0:{}s:5:\"order\";i:4;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:4:\"ALS \";s:5:\"value\";s:3:\"als\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:5;a:9:{s:6:\"errors\";a:0:{}s:5:\"order\";i:5;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:7:\"Cancer \";s:5:\"value\";s:6:\"cancer\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:6;a:9:{s:6:\"errors\";a:0:{}s:5:\"order\";i:6;s:3:\"new\";b:0;s:7:\"options\";a:0:{}s:5:\"label\";s:12:\"General Fund\";s:5:\"value\";s:12:\"general-fund\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}}}}s:7:\"actions\";a:3:{s:5:\"tmp-1\";a:1:{s:8:\"settings\";a:24:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"label\";s:15:\"Success Message\";s:4:\"type\";s:14:\"successmessage\";s:7:\"message\";s:42:\"Your form has been successfully submitted.\";s:5:\"order\";i:1;s:6:\"active\";b:1;s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:13:\"email_message\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:42:\"Your form has been successfully submitted.\";}}s:5:\"tmp-2\";a:1:{s:8:\"settings\";a:23:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"label\";s:11:\"Admin Email\";s:4:\"type\";s:5:\"email\";s:2:\"to\";a:1:{i:0;s:18:\"stacy@verovine.com\";}s:7:\"subject\";s:22:\"Ninja Forms Submission\";s:7:\"message\";s:18:\"{field:all_fields}\";s:5:\"order\";i:2;s:6:\"active\";b:1;s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:13:\"email_message\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";}}s:5:\"tmp-3\";a:1:{s:8:\"settings\";a:22:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"label\";s:15:\"Save Submission\";s:4:\"type\";s:4:\"save\";s:5:\"order\";i:3;s:6:\"active\";b:1;s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:13:\"email_message\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";}}}}'),(40,1,'wp_nf_form_preview_tmp-1487347830','a:4:{s:2:\"id\";s:14:\"tmp-1487347830\";s:8:\"settings\";a:18:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:15:\"Take the Pledge\";s:10:\"show_title\";i:1;s:14:\"clear_complete\";i:1;s:13:\"hide_complete\";i:1;s:17:\"default_label_pos\";s:5:\"above\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:0:\"\";s:10:\"add_submit\";i:0;s:8:\"currency\";s:0:\"\";s:9:\"logged_in\";b:0;s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";N;s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:2:{i:0;s:19:\"email_1487347815812\";i:1;s:20:\"submit_1487347823635\";}}s:6:\"fields\";a:2:{s:5:\"tmp-1\";a:1:{s:8:\"settings\";a:9:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:1;s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:19:\"email_1487347815812\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;}}s:5:\"tmp-2\";a:1:{s:8:\"settings\";a:8:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:2;s:4:\"type\";s:6:\"submit\";s:5:\"label\";s:6:\"Submit\";s:16:\"processing_label\";s:10:\"Processing\";s:3:\"key\";s:20:\"submit_1487347823635\";}}}s:7:\"actions\";a:3:{s:5:\"tmp-1\";a:1:{s:8:\"settings\";a:24:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"label\";s:15:\"Success Message\";s:4:\"type\";s:14:\"successmessage\";s:7:\"message\";s:42:\"Your form has been successfully submitted.\";s:5:\"order\";i:1;s:6:\"active\";b:1;s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:13:\"email_message\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:42:\"Your form has been successfully submitted.\";}}s:5:\"tmp-2\";a:1:{s:8:\"settings\";a:23:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"label\";s:11:\"Admin Email\";s:4:\"type\";s:5:\"email\";s:2:\"to\";a:1:{i:0;s:18:\"stacy@verovine.com\";}s:7:\"subject\";s:22:\"Ninja Forms Submission\";s:7:\"message\";s:18:\"{field:all_fields}\";s:5:\"order\";i:2;s:6:\"active\";b:1;s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:13:\"email_message\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";}}s:5:\"tmp-3\";a:1:{s:8:\"settings\";a:22:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"label\";s:15:\"Save Submission\";s:4:\"type\";s:4:\"save\";s:5:\"order\";i:3;s:6:\"active\";b:1;s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:13:\"email_message\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";}}}}'),(41,2,'session_tokens','a:1:{s:64:\"f7c237d9c014ae1190a6d74f8a51d86192f581e3a0c017af3ee0911ea54cec76\";a:4:{s:10:\"expiration\";i:1545020321;s:2:\"ip\";s:15:\"192.173.188.167\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36\";s:5:\"login\";i:1544847521;}}'),(42,2,'wp_dashboard_quick_press_last_post_id','1129'),(43,2,'wp_user-settings','editor=tinymce&libraryContent=browse&align=right&urlbutton=post&imgsize=full&advImgDetails=show'),(44,2,'wp_user-settings-time','1543552763'),(45,3,'nickname','postaffiliatepro'),(46,3,'first_name','Post Affiliate'),(47,3,'last_name','Pro'),(48,3,'description',''),(49,3,'rich_editing','true'),(50,3,'comment_shortcuts','false'),(51,3,'admin_color','fresh'),(52,3,'use_ssl','0'),(53,3,'show_admin_bar_front','true'),(54,3,'locale',''),(55,3,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(56,3,'wp_user_level','10'),(57,3,'dismissed_wp_pointers',''),(58,1,'AtD_options',''),(59,1,'AtD_check_when',''),(60,1,'AtD_guess_lang',''),(61,1,'AtD_ignored_phrases',''),(62,3,'session_tokens','a:1:{s:64:\"ce364d0637bfa7d8c6b13055d9a4c576b947b47a714a7c6e8d79479a2b19e39a\";a:4:{s:10:\"expiration\";i:1523595514;s:2:\"ip\";s:13:\"176.10.43.204\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0\";s:5:\"login\";i:1523422714;}}'),(63,3,'wp_dashboard_quick_press_last_post_id','837'),(64,1,'wp_nf_form_preview_tmp-1490558046','a:4:{s:2:\"id\";s:14:\"tmp-1490558046\";s:8:\"settings\";a:18:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:15:\"Penny Challenge\";s:10:\"show_title\";i:1;s:14:\"clear_complete\";i:1;s:13:\"hide_complete\";i:1;s:17:\"default_label_pos\";s:5:\"above\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:0:\"\";s:10:\"add_submit\";i:0;s:8:\"currency\";s:0:\"\";s:9:\"logged_in\";b:0;s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";N;s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:8:{i:0;s:19:\"email_1490554903603\";i:1;s:19:\"email_1490554904902\";i:2;s:19:\"email_1490554905632\";i:3;s:19:\"email_1490554906124\";i:4;s:19:\"email_1490554906633\";i:5;s:19:\"email_1490554908188\";i:6;s:19:\"email_1490554908609\";i:7;s:20:\"submit_1490554914998\";}}s:6:\"fields\";a:8:{s:5:\"tmp-1\";a:1:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:1;s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:19:\"email_1490554903603\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}}s:5:\"tmp-2\";a:1:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:2;s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:19:\"email_1490554904902\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}}s:5:\"tmp-3\";a:1:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:3;s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:19:\"email_1490554905632\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}}s:5:\"tmp-4\";a:1:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:4;s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:19:\"email_1490554906124\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}}s:5:\"tmp-5\";a:1:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:5;s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:19:\"email_1490554906633\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}}s:5:\"tmp-6\";a:1:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:6;s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:19:\"email_1490554908188\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}}s:5:\"tmp-7\";a:1:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:7;s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:19:\"email_1490554908609\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}}s:5:\"tmp-8\";a:1:{s:8:\"settings\";a:10:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:8;s:4:\"type\";s:6:\"submit\";s:5:\"label\";s:6:\"Submit\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:20:\"submit_1490554914998\";}}}s:7:\"actions\";a:3:{s:5:\"tmp-1\";a:1:{s:8:\"settings\";a:24:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"label\";s:15:\"Success Message\";s:4:\"type\";s:14:\"successmessage\";s:7:\"message\";s:42:\"Your form has been successfully submitted.\";s:5:\"order\";i:1;s:6:\"active\";b:1;s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:13:\"email_message\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:42:\"Your form has been successfully submitted.\";}}s:5:\"tmp-2\";a:1:{s:8:\"settings\";a:23:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"label\";s:11:\"Admin Email\";s:4:\"type\";s:5:\"email\";s:2:\"to\";a:1:{i:0;s:18:\"stacy@verovine.com\";}s:7:\"subject\";s:22:\"Ninja Forms Submission\";s:7:\"message\";s:18:\"{field:all_fields}\";s:5:\"order\";i:2;s:6:\"active\";b:1;s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:13:\"email_message\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";}}s:5:\"tmp-3\";a:1:{s:8:\"settings\";a:22:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"label\";s:15:\"Save Submission\";s:4:\"type\";s:4:\"save\";s:5:\"order\";i:3;s:6:\"active\";b:1;s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:13:\"email_message\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";}}}}'),(66,4,'nickname','nmarquezponce1991'),(67,4,'first_name',''),(68,4,'last_name',''),(69,4,'description',''),(70,4,'rich_editing','true'),(71,4,'comment_shortcuts','false'),(72,4,'admin_color','fresh'),(73,4,'use_ssl','0'),(74,4,'show_admin_bar_front','true'),(75,4,'locale',''),(76,4,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77,4,'wp_user_level','0'),(78,5,'nickname','zfireman6421983'),(79,5,'first_name',''),(80,5,'last_name',''),(81,5,'description',''),(82,5,'rich_editing','true'),(83,5,'comment_shortcuts','false'),(84,5,'admin_color','fresh'),(85,5,'use_ssl','0'),(86,5,'show_admin_bar_front','true'),(87,5,'locale',''),(88,5,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(89,5,'wp_user_level','0'),(90,6,'nickname','carolinestackhouse1963'),(91,6,'first_name',''),(92,6,'last_name',''),(93,6,'description',''),(94,6,'rich_editing','true'),(95,6,'comment_shortcuts','false'),(96,6,'admin_color','fresh'),(97,6,'use_ssl','0'),(98,6,'show_admin_bar_front','true'),(99,6,'locale',''),(100,6,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(101,6,'wp_user_level','0'),(102,7,'nickname','darshinp2002'),(103,7,'first_name',''),(104,7,'last_name',''),(105,7,'description',''),(106,7,'rich_editing','true'),(107,7,'comment_shortcuts','false'),(108,7,'admin_color','fresh'),(109,7,'use_ssl','0'),(110,7,'show_admin_bar_front','true'),(111,7,'locale',''),(112,7,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(113,7,'wp_user_level','0'),(114,8,'nickname','mvd6371956'),(115,8,'first_name',''),(116,8,'last_name',''),(117,8,'description',''),(118,8,'rich_editing','true'),(119,8,'comment_shortcuts','false'),(120,8,'admin_color','fresh'),(121,8,'use_ssl','0'),(122,8,'show_admin_bar_front','true'),(123,8,'locale',''),(124,8,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(125,8,'wp_user_level','0'),(126,9,'nickname','jeffbuhl1979'),(127,9,'first_name',''),(128,9,'last_name',''),(129,9,'description',''),(130,9,'rich_editing','true'),(131,9,'comment_shortcuts','false'),(132,9,'admin_color','fresh'),(133,9,'use_ssl','0'),(134,9,'show_admin_bar_front','true'),(135,9,'locale',''),(136,9,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(137,9,'wp_user_level','0'),(138,10,'nickname','psima332008'),(139,10,'first_name',''),(140,10,'last_name',''),(141,10,'description',''),(142,10,'rich_editing','true'),(143,10,'comment_shortcuts','false'),(144,10,'admin_color','fresh'),(145,10,'use_ssl','0'),(146,10,'show_admin_bar_front','true'),(147,10,'locale',''),(148,10,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(149,10,'wp_user_level','0'),(150,11,'nickname','flymustangs1996'),(151,11,'first_name',''),(152,11,'last_name',''),(153,11,'description',''),(154,11,'rich_editing','true'),(155,11,'comment_shortcuts','false'),(156,11,'admin_color','fresh'),(157,11,'use_ssl','0'),(158,11,'show_admin_bar_front','true'),(159,11,'locale',''),(160,11,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(161,11,'wp_user_level','0'),(162,12,'nickname','apf19951965'),(163,12,'first_name',''),(164,12,'last_name',''),(165,12,'description',''),(166,12,'rich_editing','true'),(167,12,'comment_shortcuts','false'),(168,12,'admin_color','fresh'),(169,12,'use_ssl','0'),(170,12,'show_admin_bar_front','true'),(171,12,'locale',''),(172,12,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(173,12,'wp_user_level','0'),(174,13,'nickname','cgarcia7801994'),(175,13,'first_name',''),(176,13,'last_name',''),(177,13,'description',''),(178,13,'rich_editing','true'),(179,13,'comment_shortcuts','false'),(180,13,'admin_color','fresh'),(181,13,'use_ssl','0'),(182,13,'show_admin_bar_front','true'),(183,13,'locale',''),(184,13,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(185,13,'wp_user_level','0'),(186,14,'nickname','samantha.hsieh1976'),(187,14,'first_name',''),(188,14,'last_name',''),(189,14,'description',''),(190,14,'rich_editing','true'),(191,14,'comment_shortcuts','false'),(192,14,'admin_color','fresh'),(193,14,'use_ssl','0'),(194,14,'show_admin_bar_front','true'),(195,14,'locale',''),(196,14,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(197,14,'wp_user_level','0'),(198,15,'nickname','dylannrobynsmom1950'),(199,15,'first_name',''),(200,15,'last_name',''),(201,15,'description',''),(202,15,'rich_editing','true'),(203,15,'comment_shortcuts','false'),(204,15,'admin_color','fresh'),(205,15,'use_ssl','0'),(206,15,'show_admin_bar_front','true'),(207,15,'locale',''),(208,15,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(209,15,'wp_user_level','0'),(210,16,'nickname','phogneunh1981'),(211,16,'first_name',''),(212,16,'last_name',''),(213,16,'description',''),(214,16,'rich_editing','true'),(215,16,'comment_shortcuts','false'),(216,16,'admin_color','fresh'),(217,16,'use_ssl','0'),(218,16,'show_admin_bar_front','true'),(219,16,'locale',''),(220,16,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(221,16,'wp_user_level','0'),(222,17,'nickname','catherinelee77931977'),(223,17,'first_name',''),(224,17,'last_name',''),(225,17,'description',''),(226,17,'rich_editing','true'),(227,17,'comment_shortcuts','false'),(228,17,'admin_color','fresh'),(229,17,'use_ssl','0'),(230,17,'show_admin_bar_front','true'),(231,17,'locale',''),(232,17,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(233,17,'wp_user_level','0'),(234,18,'nickname','alan.ruda1967'),(235,18,'first_name',''),(236,18,'last_name',''),(237,18,'description',''),(238,18,'rich_editing','true'),(239,18,'comment_shortcuts','false'),(240,18,'admin_color','fresh'),(241,18,'use_ssl','0'),(242,18,'show_admin_bar_front','true'),(243,18,'locale',''),(244,18,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(245,18,'wp_user_level','0'),(246,19,'nickname','scottcol231959'),(247,19,'first_name',''),(248,19,'last_name',''),(249,19,'description',''),(250,19,'rich_editing','true'),(251,19,'comment_shortcuts','false'),(252,19,'admin_color','fresh'),(253,19,'use_ssl','0'),(254,19,'show_admin_bar_front','true'),(255,19,'locale',''),(256,19,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(257,19,'wp_user_level','0'),(258,20,'nickname','mrphilrocket1988'),(259,20,'first_name',''),(260,20,'last_name',''),(261,20,'description',''),(262,20,'rich_editing','true'),(263,20,'comment_shortcuts','false'),(264,20,'admin_color','fresh'),(265,20,'use_ssl','0'),(266,20,'show_admin_bar_front','true'),(267,20,'locale',''),(268,20,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(269,20,'wp_user_level','0'),(270,21,'nickname','happy2000'),(271,21,'first_name',''),(272,21,'last_name',''),(273,21,'description',''),(274,21,'rich_editing','true'),(275,21,'comment_shortcuts','false'),(276,21,'admin_color','fresh'),(277,21,'use_ssl','0'),(278,21,'show_admin_bar_front','true'),(279,21,'locale',''),(280,21,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(281,21,'wp_user_level','0'),(282,22,'nickname','shellonda.anderson.biz1974'),(283,22,'first_name',''),(284,22,'last_name',''),(285,22,'description',''),(286,22,'rich_editing','true'),(287,22,'comment_shortcuts','false'),(288,22,'admin_color','fresh'),(289,22,'use_ssl','0'),(290,22,'show_admin_bar_front','true'),(291,22,'locale',''),(292,22,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(293,22,'wp_user_level','0'),(294,23,'nickname','andy_high11974'),(295,23,'first_name',''),(296,23,'last_name',''),(297,23,'description',''),(298,23,'rich_editing','true'),(299,23,'comment_shortcuts','false'),(300,23,'admin_color','fresh'),(301,23,'use_ssl','0'),(302,23,'show_admin_bar_front','true'),(303,23,'locale',''),(304,23,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(305,23,'wp_user_level','0'),(306,24,'nickname','nath_green1995'),(307,24,'first_name',''),(308,24,'last_name',''),(309,24,'description',''),(310,24,'rich_editing','true'),(311,24,'comment_shortcuts','false'),(312,24,'admin_color','fresh'),(313,24,'use_ssl','0'),(314,24,'show_admin_bar_front','true'),(315,24,'locale',''),(316,24,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(317,24,'wp_user_level','0'),(318,25,'nickname','cmelvindewees2000'),(319,25,'first_name',''),(320,25,'last_name',''),(321,25,'description',''),(322,25,'rich_editing','true'),(323,25,'comment_shortcuts','false'),(324,25,'admin_color','fresh'),(325,25,'use_ssl','0'),(326,25,'show_admin_bar_front','true'),(327,25,'locale',''),(328,25,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(329,25,'wp_user_level','0'),(330,26,'nickname','trumpetguy1991'),(331,26,'first_name',''),(332,26,'last_name',''),(333,26,'description',''),(334,26,'rich_editing','true'),(335,26,'comment_shortcuts','false'),(336,26,'admin_color','fresh'),(337,26,'use_ssl','0'),(338,26,'show_admin_bar_front','true'),(339,26,'locale',''),(340,26,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(341,26,'wp_user_level','0'),(342,27,'nickname','basenjisgalore1976'),(343,27,'first_name',''),(344,27,'last_name',''),(345,27,'description',''),(346,27,'rich_editing','true'),(347,27,'comment_shortcuts','false'),(348,27,'admin_color','fresh'),(349,27,'use_ssl','0'),(350,27,'show_admin_bar_front','true'),(351,27,'locale',''),(352,27,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(353,27,'wp_user_level','0'),(354,28,'nickname','cschellen3601988'),(355,28,'first_name',''),(356,28,'last_name',''),(357,28,'description',''),(358,28,'rich_editing','true'),(359,28,'comment_shortcuts','false'),(360,28,'admin_color','fresh'),(361,28,'use_ssl','0'),(362,28,'show_admin_bar_front','true'),(363,28,'locale',''),(364,28,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(365,28,'wp_user_level','0'),(366,29,'nickname','shellondaanderson2005'),(367,29,'first_name',''),(368,29,'last_name',''),(369,29,'description',''),(370,29,'rich_editing','true'),(371,29,'comment_shortcuts','false'),(372,29,'admin_color','fresh'),(373,29,'use_ssl','0'),(374,29,'show_admin_bar_front','true'),(375,29,'locale',''),(376,29,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(377,29,'wp_user_level','0'),(378,30,'nickname','rjfrom1953'),(379,30,'first_name',''),(380,30,'last_name',''),(381,30,'description',''),(382,30,'rich_editing','true'),(383,30,'comment_shortcuts','false'),(384,30,'admin_color','fresh'),(385,30,'use_ssl','0'),(386,30,'show_admin_bar_front','true'),(387,30,'locale',''),(388,30,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(389,30,'wp_user_level','0'),(390,31,'nickname','contact1960'),(391,31,'first_name',''),(392,31,'last_name',''),(393,31,'description',''),(394,31,'rich_editing','true'),(395,31,'comment_shortcuts','false'),(396,31,'admin_color','fresh'),(397,31,'use_ssl','0'),(398,31,'show_admin_bar_front','true'),(399,31,'locale',''),(400,31,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(401,31,'wp_user_level','0'),(402,32,'nickname','gustavomedina0411985'),(403,32,'first_name',''),(404,32,'last_name',''),(405,32,'description',''),(406,32,'rich_editing','true'),(407,32,'comment_shortcuts','false'),(408,32,'admin_color','fresh'),(409,32,'use_ssl','0'),(410,32,'show_admin_bar_front','true'),(411,32,'locale',''),(412,32,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(413,32,'wp_user_level','0'),(414,33,'nickname','equus871997'),(415,33,'first_name',''),(416,33,'last_name',''),(417,33,'description',''),(418,33,'rich_editing','true'),(419,33,'comment_shortcuts','false'),(420,33,'admin_color','fresh'),(421,33,'use_ssl','0'),(422,33,'show_admin_bar_front','true'),(423,33,'locale',''),(424,33,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(425,33,'wp_user_level','0'),(426,34,'nickname','nmaloney11975'),(427,34,'first_name',''),(428,34,'last_name',''),(429,34,'description',''),(430,34,'rich_editing','true'),(431,34,'comment_shortcuts','false'),(432,34,'admin_color','fresh'),(433,34,'use_ssl','0'),(434,34,'show_admin_bar_front','true'),(435,34,'locale',''),(436,34,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(437,34,'wp_user_level','0'),(438,35,'nickname','visionexplorers1974'),(439,35,'first_name',''),(440,35,'last_name',''),(441,35,'description',''),(442,35,'rich_editing','true'),(443,35,'comment_shortcuts','false'),(444,35,'admin_color','fresh'),(445,35,'use_ssl','0'),(446,35,'show_admin_bar_front','true'),(447,35,'locale',''),(448,35,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(449,35,'wp_user_level','0'),(450,36,'nickname','pearlaka20001959'),(451,36,'first_name',''),(452,36,'last_name',''),(453,36,'description',''),(454,36,'rich_editing','true'),(455,36,'comment_shortcuts','false'),(456,36,'admin_color','fresh'),(457,36,'use_ssl','0'),(458,36,'show_admin_bar_front','true'),(459,36,'locale',''),(460,36,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(461,36,'wp_user_level','0'),(462,37,'nickname','annette.ebright2005'),(463,37,'first_name',''),(464,37,'last_name',''),(465,37,'description',''),(466,37,'rich_editing','true'),(467,37,'comment_shortcuts','false'),(468,37,'admin_color','fresh'),(469,37,'use_ssl','0'),(470,37,'show_admin_bar_front','true'),(471,37,'locale',''),(472,37,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(473,37,'wp_user_level','0'),(474,38,'nickname','kcthomson571996'),(475,38,'first_name',''),(476,38,'last_name',''),(477,38,'description',''),(478,38,'rich_editing','true'),(479,38,'comment_shortcuts','false'),(480,38,'admin_color','fresh'),(481,38,'use_ssl','0'),(482,38,'show_admin_bar_front','true'),(483,38,'locale',''),(484,38,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(485,38,'wp_user_level','0'),(486,39,'nickname','mtb3111997'),(487,39,'first_name',''),(488,39,'last_name',''),(489,39,'description',''),(490,39,'rich_editing','true'),(491,39,'comment_shortcuts','false'),(492,39,'admin_color','fresh'),(493,39,'use_ssl','0'),(494,39,'show_admin_bar_front','true'),(495,39,'locale',''),(496,39,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(497,39,'wp_user_level','0'),(498,40,'nickname','jayjay_14911956'),(499,40,'first_name',''),(500,40,'last_name',''),(501,40,'description',''),(502,40,'rich_editing','true'),(503,40,'comment_shortcuts','false'),(504,40,'admin_color','fresh'),(505,40,'use_ssl','0'),(506,40,'show_admin_bar_front','true'),(507,40,'locale',''),(508,40,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(509,40,'wp_user_level','0'),(510,41,'nickname','kostrominv2000'),(511,41,'first_name',''),(512,41,'last_name',''),(513,41,'description',''),(514,41,'rich_editing','true'),(515,41,'comment_shortcuts','false'),(516,41,'admin_color','fresh'),(517,41,'use_ssl','0'),(518,41,'show_admin_bar_front','true'),(519,41,'locale',''),(520,41,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(521,41,'wp_user_level','0'),(522,42,'nickname','alexinoelle1975'),(523,42,'first_name',''),(524,42,'last_name',''),(525,42,'description',''),(526,42,'rich_editing','true'),(527,42,'comment_shortcuts','false'),(528,42,'admin_color','fresh'),(529,42,'use_ssl','0'),(530,42,'show_admin_bar_front','true'),(531,42,'locale',''),(532,42,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(533,42,'wp_user_level','0'),(534,43,'nickname','rbberinger11959'),(535,43,'first_name',''),(536,43,'last_name',''),(537,43,'description',''),(538,43,'rich_editing','true'),(539,43,'comment_shortcuts','false'),(540,43,'admin_color','fresh'),(541,43,'use_ssl','0'),(542,43,'show_admin_bar_front','true'),(543,43,'locale',''),(544,43,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(545,43,'wp_user_level','0'),(546,44,'nickname','lynnehalterman1968'),(547,44,'first_name',''),(548,44,'last_name',''),(549,44,'description',''),(550,44,'rich_editing','true'),(551,44,'comment_shortcuts','false'),(552,44,'admin_color','fresh'),(553,44,'use_ssl','0'),(554,44,'show_admin_bar_front','true'),(555,44,'locale',''),(556,44,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(557,44,'wp_user_level','0'),(558,45,'nickname','marketplace1980'),(559,45,'first_name',''),(560,45,'last_name',''),(561,45,'description',''),(562,45,'rich_editing','true'),(563,45,'comment_shortcuts','false'),(564,45,'admin_color','fresh'),(565,45,'use_ssl','0'),(566,45,'show_admin_bar_front','true'),(567,45,'locale',''),(568,45,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(569,45,'wp_user_level','0'),(570,46,'nickname','paul1975'),(571,46,'first_name',''),(572,46,'last_name',''),(573,46,'description',''),(574,46,'rich_editing','true'),(575,46,'comment_shortcuts','false'),(576,46,'admin_color','fresh'),(577,46,'use_ssl','0'),(578,46,'show_admin_bar_front','true'),(579,46,'locale',''),(580,46,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(581,46,'wp_user_level','0'),(582,47,'nickname','hishikawa9592007'),(583,47,'first_name',''),(584,47,'last_name',''),(585,47,'description',''),(586,47,'rich_editing','true'),(587,47,'comment_shortcuts','false'),(588,47,'admin_color','fresh'),(589,47,'use_ssl','0'),(590,47,'show_admin_bar_front','true'),(591,47,'locale',''),(592,47,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(593,47,'wp_user_level','0'),(594,48,'nickname','yungrweic1995'),(595,48,'first_name',''),(596,48,'last_name',''),(597,48,'description',''),(598,48,'rich_editing','true'),(599,48,'comment_shortcuts','false'),(600,48,'admin_color','fresh'),(601,48,'use_ssl','0'),(602,48,'show_admin_bar_front','true'),(603,48,'locale',''),(604,48,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(605,48,'wp_user_level','0'),(606,49,'nickname','jonlee3041998'),(607,49,'first_name',''),(608,49,'last_name',''),(609,49,'description',''),(610,49,'rich_editing','true'),(611,49,'comment_shortcuts','false'),(612,49,'admin_color','fresh'),(613,49,'use_ssl','0'),(614,49,'show_admin_bar_front','true'),(615,49,'locale',''),(616,49,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(617,49,'wp_user_level','0'),(618,50,'nickname','joe.sasala1977'),(619,50,'first_name',''),(620,50,'last_name',''),(621,50,'description',''),(622,50,'rich_editing','true'),(623,50,'comment_shortcuts','false'),(624,50,'admin_color','fresh'),(625,50,'use_ssl','0'),(626,50,'show_admin_bar_front','true'),(627,50,'locale',''),(628,50,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(629,50,'wp_user_level','0'),(630,51,'nickname','intothevoid19981990'),(631,51,'first_name',''),(632,51,'last_name',''),(633,51,'description',''),(634,51,'rich_editing','true'),(635,51,'comment_shortcuts','false'),(636,51,'admin_color','fresh'),(637,51,'use_ssl','0'),(638,51,'show_admin_bar_front','true'),(639,51,'locale',''),(640,51,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(641,51,'wp_user_level','0'),(642,52,'nickname','baggiebred682010'),(643,52,'first_name',''),(644,52,'last_name',''),(645,52,'description',''),(646,52,'rich_editing','true'),(647,52,'comment_shortcuts','false'),(648,52,'admin_color','fresh'),(649,52,'use_ssl','0'),(650,52,'show_admin_bar_front','true'),(651,52,'locale',''),(652,52,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(653,52,'wp_user_level','0'),(654,53,'nickname','andreaallport1986'),(655,53,'first_name',''),(656,53,'last_name',''),(657,53,'description',''),(658,53,'rich_editing','true'),(659,53,'comment_shortcuts','false'),(660,53,'admin_color','fresh'),(661,53,'use_ssl','0'),(662,53,'show_admin_bar_front','true'),(663,53,'locale',''),(664,53,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(665,53,'wp_user_level','0'),(666,54,'nickname','yatttir1962'),(667,54,'first_name',''),(668,54,'last_name',''),(669,54,'description',''),(670,54,'rich_editing','true'),(671,54,'comment_shortcuts','false'),(672,54,'admin_color','fresh'),(673,54,'use_ssl','0'),(674,54,'show_admin_bar_front','true'),(675,54,'locale',''),(676,54,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(677,54,'wp_user_level','0'),(678,55,'nickname','jodybrower31995'),(679,55,'first_name',''),(680,55,'last_name',''),(681,55,'description',''),(682,55,'rich_editing','true'),(683,55,'comment_shortcuts','false'),(684,55,'admin_color','fresh'),(685,55,'use_ssl','0'),(686,55,'show_admin_bar_front','true'),(687,55,'locale',''),(688,55,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(689,55,'wp_user_level','0'),(691,56,'nickname','anni777771953'),(692,56,'first_name',''),(693,56,'last_name',''),(694,56,'description',''),(695,56,'rich_editing','true'),(696,56,'comment_shortcuts','false'),(697,56,'admin_color','fresh'),(698,56,'use_ssl','0'),(699,56,'show_admin_bar_front','true'),(700,56,'locale',''),(701,56,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(702,56,'wp_user_level','0'),(703,57,'nickname','kristenhg1966'),(704,57,'first_name',''),(705,57,'last_name',''),(706,57,'description',''),(707,57,'rich_editing','true'),(708,57,'comment_shortcuts','false'),(709,57,'admin_color','fresh'),(710,57,'use_ssl','0'),(711,57,'show_admin_bar_front','true'),(712,57,'locale',''),(713,57,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(714,57,'wp_user_level','0'),(715,58,'nickname','dickinsonlt1963'),(716,58,'first_name',''),(717,58,'last_name',''),(718,58,'description',''),(719,58,'rich_editing','true'),(720,58,'comment_shortcuts','false'),(721,58,'admin_color','fresh'),(722,58,'use_ssl','0'),(723,58,'show_admin_bar_front','true'),(724,58,'locale',''),(725,58,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(726,58,'wp_user_level','0'),(727,59,'nickname','austen_hammit2001'),(728,59,'first_name',''),(729,59,'last_name',''),(730,59,'description',''),(731,59,'rich_editing','true'),(732,59,'comment_shortcuts','false'),(733,59,'admin_color','fresh'),(734,59,'use_ssl','0'),(735,59,'show_admin_bar_front','true'),(736,59,'locale',''),(737,59,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(738,59,'wp_user_level','0'),(739,60,'nickname','marayamares2001'),(740,60,'first_name',''),(741,60,'last_name',''),(742,60,'description',''),(743,60,'rich_editing','true'),(744,60,'comment_shortcuts','false'),(745,60,'admin_color','fresh'),(746,60,'use_ssl','0'),(747,60,'show_admin_bar_front','true'),(748,60,'locale',''),(749,60,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(750,60,'wp_user_level','0'),(751,61,'nickname','dmanry811986'),(752,61,'first_name',''),(753,61,'last_name',''),(754,61,'description',''),(755,61,'rich_editing','true'),(756,61,'comment_shortcuts','false'),(757,61,'admin_color','fresh'),(758,61,'use_ssl','0'),(759,61,'show_admin_bar_front','true'),(760,61,'locale',''),(761,61,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(762,61,'wp_user_level','0'),(763,62,'nickname','lp_3111992'),(764,62,'first_name',''),(765,62,'last_name',''),(766,62,'description',''),(767,62,'rich_editing','true'),(768,62,'comment_shortcuts','false'),(769,62,'admin_color','fresh'),(770,62,'use_ssl','0'),(771,62,'show_admin_bar_front','true'),(772,62,'locale',''),(773,62,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(774,62,'wp_user_level','0'),(775,63,'nickname','amanda_mouchet1990'),(776,63,'first_name',''),(777,63,'last_name',''),(778,63,'description',''),(779,63,'rich_editing','true'),(780,63,'comment_shortcuts','false'),(781,63,'admin_color','fresh'),(782,63,'use_ssl','0'),(783,63,'show_admin_bar_front','true'),(784,63,'locale',''),(785,63,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(786,63,'wp_user_level','0'),(787,64,'nickname','rstack171950'),(788,64,'first_name',''),(789,64,'last_name',''),(790,64,'description',''),(791,64,'rich_editing','true'),(792,64,'comment_shortcuts','false'),(793,64,'admin_color','fresh'),(794,64,'use_ssl','0'),(795,64,'show_admin_bar_front','true'),(796,64,'locale',''),(797,64,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(798,64,'wp_user_level','0'),(799,65,'nickname','vasquez.gladis1982'),(800,65,'first_name',''),(801,65,'last_name',''),(802,65,'description',''),(803,65,'rich_editing','true'),(804,65,'comment_shortcuts','false'),(805,65,'admin_color','fresh'),(806,65,'use_ssl','0'),(807,65,'show_admin_bar_front','true'),(808,65,'locale',''),(809,65,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(810,65,'wp_user_level','0'),(811,66,'nickname','scarr1571958'),(812,66,'first_name',''),(813,66,'last_name',''),(814,66,'description',''),(815,66,'rich_editing','true'),(816,66,'comment_shortcuts','false'),(817,66,'admin_color','fresh'),(818,66,'use_ssl','0'),(819,66,'show_admin_bar_front','true'),(820,66,'locale',''),(821,66,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(822,66,'wp_user_level','0'),(823,67,'nickname','dralexmagat1998'),(824,67,'first_name',''),(825,67,'last_name',''),(826,67,'description',''),(827,67,'rich_editing','true'),(828,67,'comment_shortcuts','false'),(829,67,'admin_color','fresh'),(830,67,'use_ssl','0'),(831,67,'show_admin_bar_front','true'),(832,67,'locale',''),(833,67,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(834,67,'wp_user_level','0'),(835,68,'nickname','prm15022010'),(836,68,'first_name',''),(837,68,'last_name',''),(838,68,'description',''),(839,68,'rich_editing','true'),(840,68,'comment_shortcuts','false'),(841,68,'admin_color','fresh'),(842,68,'use_ssl','0'),(843,68,'show_admin_bar_front','true'),(844,68,'locale',''),(845,68,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(846,68,'wp_user_level','0'),(847,69,'nickname','georgefajardo1999'),(848,69,'first_name',''),(849,69,'last_name',''),(850,69,'description',''),(851,69,'rich_editing','true'),(852,69,'comment_shortcuts','false'),(853,69,'admin_color','fresh'),(854,69,'use_ssl','0'),(855,69,'show_admin_bar_front','true'),(856,69,'locale',''),(857,69,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(858,69,'wp_user_level','0'),(859,70,'nickname','willitriana1980'),(860,70,'first_name',''),(861,70,'last_name',''),(862,70,'description',''),(863,70,'rich_editing','true'),(864,70,'comment_shortcuts','false'),(865,70,'admin_color','fresh'),(866,70,'use_ssl','0'),(867,70,'show_admin_bar_front','true'),(868,70,'locale',''),(869,70,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(870,70,'wp_user_level','0'),(871,71,'nickname','amazongroup1998'),(872,71,'first_name',''),(873,71,'last_name',''),(874,71,'description',''),(875,71,'rich_editing','true'),(876,71,'comment_shortcuts','false'),(877,71,'admin_color','fresh'),(878,71,'use_ssl','0'),(879,71,'show_admin_bar_front','true'),(880,71,'locale',''),(881,71,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(882,71,'wp_user_level','0'),(883,72,'nickname','lmtrade132006'),(884,72,'first_name',''),(885,72,'last_name',''),(886,72,'description',''),(887,72,'rich_editing','true'),(888,72,'comment_shortcuts','false'),(889,72,'admin_color','fresh'),(890,72,'use_ssl','0'),(891,72,'show_admin_bar_front','true'),(892,72,'locale',''),(893,72,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(894,72,'wp_user_level','0'),(895,73,'nickname','pamcohen20011990'),(896,73,'first_name',''),(897,73,'last_name',''),(898,73,'description',''),(899,73,'rich_editing','true'),(900,73,'comment_shortcuts','false'),(901,73,'admin_color','fresh'),(902,73,'use_ssl','0'),(903,73,'show_admin_bar_front','true'),(904,73,'locale',''),(905,73,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(906,73,'wp_user_level','0'),(907,74,'nickname','cfair951968'),(908,74,'first_name',''),(909,74,'last_name',''),(910,74,'description',''),(911,74,'rich_editing','true'),(912,74,'comment_shortcuts','false'),(913,74,'admin_color','fresh'),(914,74,'use_ssl','0'),(915,74,'show_admin_bar_front','true'),(916,74,'locale',''),(917,74,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(918,74,'wp_user_level','0'),(919,75,'nickname','nnowak431974'),(920,75,'first_name',''),(921,75,'last_name',''),(922,75,'description',''),(923,75,'rich_editing','true'),(924,75,'comment_shortcuts','false'),(925,75,'admin_color','fresh'),(926,75,'use_ssl','0'),(927,75,'show_admin_bar_front','true'),(928,75,'locale',''),(929,75,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(930,75,'wp_user_level','0'),(931,76,'nickname','brizzo1986'),(932,76,'first_name',''),(933,76,'last_name',''),(934,76,'description',''),(935,76,'rich_editing','true'),(936,76,'comment_shortcuts','false'),(937,76,'admin_color','fresh'),(938,76,'use_ssl','0'),(939,76,'show_admin_bar_front','true'),(940,76,'locale',''),(941,76,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(942,76,'wp_user_level','0'),(943,77,'nickname','carolj18121982'),(944,77,'first_name',''),(945,77,'last_name',''),(946,77,'description',''),(947,77,'rich_editing','true'),(948,77,'comment_shortcuts','false'),(949,77,'admin_color','fresh'),(950,77,'use_ssl','0'),(951,77,'show_admin_bar_front','true'),(952,77,'locale',''),(953,77,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(954,77,'wp_user_level','0'),(955,78,'nickname','info1959'),(956,78,'first_name',''),(957,78,'last_name',''),(958,78,'description',''),(959,78,'rich_editing','true'),(960,78,'comment_shortcuts','false'),(961,78,'admin_color','fresh'),(962,78,'use_ssl','0'),(963,78,'show_admin_bar_front','true'),(964,78,'locale',''),(965,78,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(966,78,'wp_user_level','0'),(967,79,'nickname','lporter20031954'),(968,79,'first_name',''),(969,79,'last_name',''),(970,79,'description',''),(971,79,'rich_editing','true'),(972,79,'comment_shortcuts','false'),(973,79,'admin_color','fresh'),(974,79,'use_ssl','0'),(975,79,'show_admin_bar_front','true'),(976,79,'locale',''),(977,79,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(978,79,'wp_user_level','0'),(979,80,'nickname','louislynch441976'),(980,80,'first_name',''),(981,80,'last_name',''),(982,80,'description',''),(983,80,'rich_editing','true'),(984,80,'comment_shortcuts','false'),(985,80,'admin_color','fresh'),(986,80,'use_ssl','0'),(987,80,'show_admin_bar_front','true'),(988,80,'locale',''),(989,80,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(990,80,'wp_user_level','0'),(991,81,'nickname','sbeatty051969'),(992,81,'first_name',''),(993,81,'last_name',''),(994,81,'description',''),(995,81,'rich_editing','true'),(996,81,'comment_shortcuts','false'),(997,81,'admin_color','fresh'),(998,81,'use_ssl','0'),(999,81,'show_admin_bar_front','true'),(1000,81,'locale',''),(1001,81,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1002,81,'wp_user_level','0'),(1003,82,'nickname','emtmc9111987'),(1004,82,'first_name',''),(1005,82,'last_name',''),(1006,82,'description',''),(1007,82,'rich_editing','true'),(1008,82,'comment_shortcuts','false'),(1009,82,'admin_color','fresh'),(1010,82,'use_ssl','0'),(1011,82,'show_admin_bar_front','true'),(1012,82,'locale',''),(1013,82,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1014,82,'wp_user_level','0'),(1015,83,'nickname','j0rge181956'),(1016,83,'first_name',''),(1017,83,'last_name',''),(1018,83,'description',''),(1019,83,'rich_editing','true'),(1020,83,'comment_shortcuts','false'),(1021,83,'admin_color','fresh'),(1022,83,'use_ssl','0'),(1023,83,'show_admin_bar_front','true'),(1024,83,'locale',''),(1025,83,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1026,83,'wp_user_level','0'),(1027,84,'nickname','jkp991961'),(1028,84,'first_name',''),(1029,84,'last_name',''),(1030,84,'description',''),(1031,84,'rich_editing','true'),(1032,84,'comment_shortcuts','false'),(1033,84,'admin_color','fresh'),(1034,84,'use_ssl','0'),(1035,84,'show_admin_bar_front','true'),(1036,84,'locale',''),(1037,84,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1038,84,'wp_user_level','0'),(1039,85,'nickname','info1981'),(1040,85,'first_name',''),(1041,85,'last_name',''),(1042,85,'description',''),(1043,85,'rich_editing','true'),(1044,85,'comment_shortcuts','false'),(1045,85,'admin_color','fresh'),(1046,85,'use_ssl','0'),(1047,85,'show_admin_bar_front','true'),(1048,85,'locale',''),(1049,85,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1050,85,'wp_user_level','0'),(1051,86,'nickname','ldianeb1993'),(1052,86,'first_name',''),(1053,86,'last_name',''),(1054,86,'description',''),(1055,86,'rich_editing','true'),(1056,86,'comment_shortcuts','false'),(1057,86,'admin_color','fresh'),(1058,86,'use_ssl','0'),(1059,86,'show_admin_bar_front','true'),(1060,86,'locale',''),(1061,86,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1062,86,'wp_user_level','0'),(1063,87,'nickname','antares4341962'),(1064,87,'first_name',''),(1065,87,'last_name',''),(1066,87,'description',''),(1067,87,'rich_editing','true'),(1068,87,'comment_shortcuts','false'),(1069,87,'admin_color','fresh'),(1070,87,'use_ssl','0'),(1071,87,'show_admin_bar_front','true'),(1072,87,'locale',''),(1073,87,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1074,87,'wp_user_level','0'),(1075,88,'nickname','sklep1954'),(1076,88,'first_name',''),(1077,88,'last_name',''),(1078,88,'description',''),(1079,88,'rich_editing','true'),(1080,88,'comment_shortcuts','false'),(1081,88,'admin_color','fresh'),(1082,88,'use_ssl','0'),(1083,88,'show_admin_bar_front','true'),(1084,88,'locale',''),(1085,88,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1086,88,'wp_user_level','0'),(1087,89,'nickname','rodortiz051978'),(1088,89,'first_name',''),(1089,89,'last_name',''),(1090,89,'description',''),(1091,89,'rich_editing','true'),(1092,89,'comment_shortcuts','false'),(1093,89,'admin_color','fresh'),(1094,89,'use_ssl','0'),(1095,89,'show_admin_bar_front','true'),(1096,89,'locale',''),(1097,89,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1098,89,'wp_user_level','0'),(1099,90,'nickname','stevenbryce3e321960'),(1100,90,'first_name',''),(1101,90,'last_name',''),(1102,90,'description',''),(1103,90,'rich_editing','true'),(1104,90,'comment_shortcuts','false'),(1105,90,'admin_color','fresh'),(1106,90,'use_ssl','0'),(1107,90,'show_admin_bar_front','true'),(1108,90,'locale',''),(1109,90,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1110,90,'wp_user_level','0'),(1111,91,'nickname','alex.knobloch.uk1963'),(1112,91,'first_name',''),(1113,91,'last_name',''),(1114,91,'description',''),(1115,91,'rich_editing','true'),(1116,91,'comment_shortcuts','false'),(1117,91,'admin_color','fresh'),(1118,91,'use_ssl','0'),(1119,91,'show_admin_bar_front','true'),(1120,91,'locale',''),(1121,91,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1122,91,'wp_user_level','0'),(1123,92,'nickname','mladensa641999'),(1124,92,'first_name',''),(1125,92,'last_name',''),(1126,92,'description',''),(1127,92,'rich_editing','true'),(1128,92,'comment_shortcuts','false'),(1129,92,'admin_color','fresh'),(1130,92,'use_ssl','0'),(1131,92,'show_admin_bar_front','true'),(1132,92,'locale',''),(1133,92,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1134,92,'wp_user_level','0'),(1135,93,'nickname','anthony.p.marsh2002'),(1136,93,'first_name',''),(1137,93,'last_name',''),(1138,93,'description',''),(1139,93,'rich_editing','true'),(1140,93,'comment_shortcuts','false'),(1141,93,'admin_color','fresh'),(1142,93,'use_ssl','0'),(1143,93,'show_admin_bar_front','true'),(1144,93,'locale',''),(1145,93,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1146,93,'wp_user_level','0'),(1147,94,'nickname','tomobomber1957'),(1148,94,'first_name',''),(1149,94,'last_name',''),(1150,94,'description',''),(1151,94,'rich_editing','true'),(1152,94,'comment_shortcuts','false'),(1153,94,'admin_color','fresh'),(1154,94,'use_ssl','0'),(1155,94,'show_admin_bar_front','true'),(1156,94,'locale',''),(1157,94,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1158,94,'wp_user_level','0'),(1159,95,'nickname','caradonna361952'),(1160,95,'first_name',''),(1161,95,'last_name',''),(1162,95,'description',''),(1163,95,'rich_editing','true'),(1164,95,'comment_shortcuts','false'),(1165,95,'admin_color','fresh'),(1166,95,'use_ssl','0'),(1167,95,'show_admin_bar_front','true'),(1168,95,'locale',''),(1169,95,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1170,95,'wp_user_level','0'),(1171,96,'nickname','carrie_lacy1984'),(1172,96,'first_name',''),(1173,96,'last_name',''),(1174,96,'description',''),(1175,96,'rich_editing','true'),(1176,96,'comment_shortcuts','false'),(1177,96,'admin_color','fresh'),(1178,96,'use_ssl','0'),(1179,96,'show_admin_bar_front','true'),(1180,96,'locale',''),(1181,96,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1182,96,'wp_user_level','0'),(1183,97,'nickname','h.iffertpfaar1979'),(1184,97,'first_name',''),(1185,97,'last_name',''),(1186,97,'description',''),(1187,97,'rich_editing','true'),(1188,97,'comment_shortcuts','false'),(1189,97,'admin_color','fresh'),(1190,97,'use_ssl','0'),(1191,97,'show_admin_bar_front','true'),(1192,97,'locale',''),(1193,97,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1194,97,'wp_user_level','0'),(1195,98,'nickname','mikestaine1985'),(1196,98,'first_name',''),(1197,98,'last_name',''),(1198,98,'description',''),(1199,98,'rich_editing','true'),(1200,98,'comment_shortcuts','false'),(1201,98,'admin_color','fresh'),(1202,98,'use_ssl','0'),(1203,98,'show_admin_bar_front','true'),(1204,98,'locale',''),(1205,98,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1206,98,'wp_user_level','0'),(1207,99,'nickname','race7011966'),(1208,99,'first_name',''),(1209,99,'last_name',''),(1210,99,'description',''),(1211,99,'rich_editing','true'),(1212,99,'comment_shortcuts','false'),(1213,99,'admin_color','fresh'),(1214,99,'use_ssl','0'),(1215,99,'show_admin_bar_front','true'),(1216,99,'locale',''),(1217,99,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1218,99,'wp_user_level','0'),(1227,2,'thechamp_avatar',''),(1228,2,'thechamp_large_avatar',''),(1229,2,'thechamp_dontupdate_avatar','0'),(1230,2,'googleplus',''),(1231,2,'twitter',''),(1232,2,'facebook',''),(1234,1,'wp_nf_form_preview_tmp-1491512340','a:4:{s:2:\"id\";s:14:\"tmp-1491512340\";s:8:\"settings\";a:18:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:12:\"Get Involved\";s:10:\"show_title\";i:0;s:14:\"clear_complete\";i:1;s:13:\"hide_complete\";i:1;s:17:\"default_label_pos\";s:5:\"above\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:0:\"\";s:10:\"add_submit\";i:0;s:8:\"currency\";s:0:\"\";s:9:\"logged_in\";b:0;s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";N;s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:8:{i:0;s:18:\"html_1491508971204\";i:1;s:18:\"name_1491508983371\";i:2;s:18:\"city_1491508953752\";i:3;s:23:\"liststate_1491508955031\";i:4;s:19:\"email_1491508959383\";i:5;s:19:\"phone_1491508964220\";i:6;s:22:\"textarea_1491509025097\";i:7;s:20:\"submit_1491508969802\";}}s:6:\"fields\";a:8:{s:5:\"tmp-7\";a:1:{s:8:\"settings\";a:10:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:1;s:4:\"type\";s:4:\"html\";s:5:\"label\";s:4:\"HTML\";s:7:\"default\";s:104:\"<p>Please let us know how you would like to help and get involved. Any special skills, availability?</p>\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:18:\"html_1491508971204\";}}s:5:\"tmp-1\";a:1:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:2;s:4:\"type\";s:9:\"firstname\";s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:18:\"name_1491508983371\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}}s:5:\"tmp-2\";a:1:{s:8:\"settings\";a:24:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:3;s:4:\"type\";s:4:\"city\";s:5:\"label\";s:4:\"City\";s:3:\"key\";s:18:\"city_1491508953752\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";}}s:5:\"tmp-3\";a:1:{s:8:\"settings\";a:15:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:4;s:4:\"type\";s:9:\"liststate\";s:5:\"label\";s:5:\"State\";s:3:\"key\";s:23:\"liststate_1491508955031\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"options\";a:53:{i:0;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:7:\"Alabama\";s:5:\"value\";s:2:\"AL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:6:\"Alaska\";s:5:\"value\";s:2:\"AK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:2;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:7:\"Arizona\";s:5:\"value\";s:2:\"AZ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:3;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:8:\"Arkansas\";s:5:\"value\";s:2:\"AR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:3;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:4;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:10:\"California\";s:5:\"value\";s:2:\"CA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:4;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:5;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:8:\"Colorado\";s:5:\"value\";s:2:\"CO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:5;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:6;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:11:\"Connecticut\";s:5:\"value\";s:2:\"CT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:6;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:7;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:8:\"Delaware\";s:5:\"value\";s:2:\"DE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:7;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:8;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:7:\"Florida\";s:5:\"value\";s:2:\"FL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:8;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:9;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:7:\"Georgia\";s:5:\"value\";s:2:\"GA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:9;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:10;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:6:\"Hawaii\";s:5:\"value\";s:2:\"HI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:10;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:11;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:5:\"Idaho\";s:5:\"value\";s:2:\"ID\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:11;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:12;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:8:\"Illinois\";s:5:\"value\";s:2:\"IL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:12;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:13;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:7:\"Indiana\";s:5:\"value\";s:2:\"IN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:13;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:14;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:4:\"Iowa\";s:5:\"value\";s:2:\"IA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:14;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:15;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:6:\"Kansas\";s:5:\"value\";s:2:\"KS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:15;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:16;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:8:\"Kentucky\";s:5:\"value\";s:2:\"KY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:16;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:17;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:9:\"Louisiana\";s:5:\"value\";s:2:\"LA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:17;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:18;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:5:\"Maine\";s:5:\"value\";s:2:\"ME\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:18;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:19;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:8:\"Maryland\";s:5:\"value\";s:2:\"MD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:19;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:20;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:13:\"Massachusetts\";s:5:\"value\";s:2:\"MA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:20;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:21;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:8:\"Michigan\";s:5:\"value\";s:2:\"MI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:21;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:22;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:9:\"Minnesota\";s:5:\"value\";s:2:\"MN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:22;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:23;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:11:\"Mississippi\";s:5:\"value\";s:2:\"MS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:23;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:24;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:8:\"Missouri\";s:5:\"value\";s:2:\"MO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:24;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:25;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:7:\"Montana\";s:5:\"value\";s:2:\"MT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:25;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:26;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:8:\"Nebraska\";s:5:\"value\";s:2:\"NE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:26;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:27;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:6:\"Nevada\";s:5:\"value\";s:2:\"NV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:27;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:28;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:13:\"New Hampshire\";s:5:\"value\";s:2:\"NH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:28;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:29;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:10:\"New Jersey\";s:5:\"value\";s:2:\"NJ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:29;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:30;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:10:\"New Mexico\";s:5:\"value\";s:2:\"NM\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:30;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:31;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:8:\"New York\";s:5:\"value\";s:2:\"NY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:31;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:32;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:14:\"North Carolina\";s:5:\"value\";s:2:\"NC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:32;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:33;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:12:\"North Dakota\";s:5:\"value\";s:2:\"ND\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:33;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:34;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:4:\"Ohio\";s:5:\"value\";s:2:\"OH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:34;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:35;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:8:\"Oklahoma\";s:5:\"value\";s:2:\"OK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:35;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:36;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:6:\"Oregon\";s:5:\"value\";s:2:\"OR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:36;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:37;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:12:\"Pennsylvania\";s:5:\"value\";s:2:\"PA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:37;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:38;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:12:\"Rhode Island\";s:5:\"value\";s:2:\"RI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:38;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:39;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:14:\"South Carolina\";s:5:\"value\";s:2:\"SC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:39;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:40;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:12:\"South Dakota\";s:5:\"value\";s:2:\"SD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:40;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:41;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:9:\"Tennessee\";s:5:\"value\";s:2:\"TN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:41;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:42;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:5:\"Texas\";s:5:\"value\";s:2:\"TX\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:42;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:43;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:4:\"Utah\";s:5:\"value\";s:2:\"UT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:43;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:44;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:7:\"Vermont\";s:5:\"value\";s:2:\"VT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:44;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:45;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:8:\"Virginia\";s:5:\"value\";s:2:\"VA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:45;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:46;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:10:\"Washington\";s:5:\"value\";s:2:\"WA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:46;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:47;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:13:\"West Virginia\";s:5:\"value\";s:2:\"WV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:47;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:48;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:9:\"Wisconsin\";s:5:\"value\";s:2:\"WI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:48;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:49;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:7:\"Wyoming\";s:5:\"value\";s:2:\"WY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:49;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:50;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:48:\"ARMED FORCES AFRICA CANADA EUROPE MIDDLE EAST\";s:5:\"value\";s:2:\"AE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:50;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:51;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:36:\"ARMED FORCES AMERICA (EXCEPT CANADA)\";s:5:\"value\";s:2:\"AA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:51;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:52;a:7:{s:6:\"errors\";a:0:{}s:5:\"label\";s:20:\"ARMED FORCES PACIFIC\";s:5:\"value\";s:2:\"AP\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:52;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}}s:5:\"tmp-4\";a:1:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:5;s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:19:\"email_1491508959383\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}}s:5:\"tmp-5\";a:1:{s:8:\"settings\";a:24:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:6;s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:5:\"Phone\";s:3:\"key\";s:19:\"phone_1491508964220\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";}}s:5:\"tmp-6\";a:1:{s:8:\"settings\";a:10:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:8;s:4:\"type\";s:6:\"submit\";s:5:\"label\";s:6:\"Submit\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:20:\"submit_1491508969802\";}}s:5:\"tmp-8\";a:1:{s:8:\"settings\";a:25:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:7;s:5:\"label\";s:14:\"Paragraph Text\";s:4:\"type\";s:8:\"textarea\";s:3:\"key\";s:22:\"textarea_1491509025097\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";}}}s:7:\"actions\";a:3:{s:5:\"tmp-1\";a:1:{s:8:\"settings\";a:24:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"label\";s:15:\"Success Message\";s:4:\"type\";s:14:\"successmessage\";s:7:\"message\";s:42:\"Your form has been successfully submitted.\";s:5:\"order\";i:1;s:6:\"active\";b:1;s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:13:\"email_message\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:42:\"Your form has been successfully submitted.\";}}s:5:\"tmp-2\";a:1:{s:8:\"settings\";a:23:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"label\";s:11:\"Admin Email\";s:4:\"type\";s:5:\"email\";s:2:\"to\";a:1:{i:0;s:18:\"stacy@verovine.com\";}s:7:\"subject\";s:22:\"Ninja Forms Submission\";s:7:\"message\";s:18:\"{field:all_fields}\";s:5:\"order\";i:2;s:6:\"active\";b:1;s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:13:\"email_message\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";}}s:5:\"tmp-3\";a:1:{s:8:\"settings\";a:22:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"label\";s:15:\"Save Submission\";s:4:\"type\";s:4:\"save\";s:5:\"order\";i:3;s:6:\"active\";b:1;s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:13:\"email_message\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";}}}}'),(1235,100,'nickname','sodays11991'),(1236,100,'first_name',''),(1237,100,'last_name',''),(1238,100,'description',''),(1239,100,'rich_editing','true'),(1240,100,'comment_shortcuts','false'),(1241,100,'admin_color','fresh'),(1242,100,'use_ssl','0'),(1243,100,'show_admin_bar_front','true'),(1244,100,'locale',''),(1245,100,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1246,100,'wp_user_level','0'),(1247,101,'nickname','kelseylove1958'),(1248,101,'first_name',''),(1249,101,'last_name',''),(1250,101,'description',''),(1251,101,'rich_editing','true'),(1252,101,'comment_shortcuts','false'),(1253,101,'admin_color','fresh'),(1254,101,'use_ssl','0'),(1255,101,'show_admin_bar_front','true'),(1256,101,'locale',''),(1257,101,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1258,101,'wp_user_level','0'),(1260,102,'nickname','jami.williamson791968'),(1261,102,'first_name',''),(1262,102,'last_name',''),(1263,102,'description',''),(1264,102,'rich_editing','true'),(1265,102,'comment_shortcuts','false'),(1266,102,'admin_color','fresh'),(1267,102,'use_ssl','0'),(1268,102,'show_admin_bar_front','true'),(1269,102,'locale',''),(1270,102,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1271,102,'wp_user_level','0'),(1274,103,'nickname','wacotxdude2004'),(1275,103,'first_name',''),(1276,103,'last_name',''),(1277,103,'description',''),(1278,103,'rich_editing','true'),(1279,103,'comment_shortcuts','false'),(1280,103,'admin_color','fresh'),(1281,103,'use_ssl','0'),(1282,103,'show_admin_bar_front','true'),(1283,103,'locale',''),(1284,103,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1285,103,'wp_user_level','0'),(1286,104,'nickname','samhuston12008'),(1287,104,'first_name',''),(1288,104,'last_name',''),(1289,104,'description',''),(1290,104,'rich_editing','true'),(1291,104,'comment_shortcuts','false'),(1292,104,'admin_color','fresh'),(1293,104,'use_ssl','0'),(1294,104,'show_admin_bar_front','true'),(1295,104,'locale',''),(1296,104,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1297,104,'wp_user_level','0'),(1302,105,'nickname','fernz672002'),(1303,105,'first_name',''),(1304,105,'last_name',''),(1305,105,'description',''),(1306,105,'rich_editing','true'),(1307,105,'comment_shortcuts','false'),(1308,105,'admin_color','fresh'),(1309,105,'use_ssl','0'),(1310,105,'show_admin_bar_front','true'),(1311,105,'locale',''),(1312,105,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1313,105,'wp_user_level','0'),(1314,106,'nickname','marilyn.scott1967'),(1315,106,'first_name',''),(1316,106,'last_name',''),(1317,106,'description',''),(1318,106,'rich_editing','true'),(1319,106,'comment_shortcuts','false'),(1320,106,'admin_color','fresh'),(1321,106,'use_ssl','0'),(1322,106,'show_admin_bar_front','true'),(1323,106,'locale',''),(1324,106,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1325,106,'wp_user_level','0'),(1326,107,'nickname','kcjoe20061972'),(1327,107,'first_name',''),(1328,107,'last_name',''),(1329,107,'description',''),(1330,107,'rich_editing','true'),(1331,107,'comment_shortcuts','false'),(1332,107,'admin_color','fresh'),(1333,107,'use_ssl','0'),(1334,107,'show_admin_bar_front','true'),(1335,107,'locale',''),(1336,107,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1337,107,'wp_user_level','0'),(1338,108,'nickname','philmichals1953'),(1339,108,'first_name',''),(1340,108,'last_name',''),(1341,108,'description',''),(1342,108,'rich_editing','true'),(1343,108,'comment_shortcuts','false'),(1344,108,'admin_color','fresh'),(1345,108,'use_ssl','0'),(1346,108,'show_admin_bar_front','true'),(1347,108,'locale',''),(1348,108,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1349,108,'wp_user_level','0'),(1350,109,'nickname','jasononline1952'),(1351,109,'first_name',''),(1352,109,'last_name',''),(1353,109,'description',''),(1354,109,'rich_editing','true'),(1355,109,'comment_shortcuts','false'),(1356,109,'admin_color','fresh'),(1357,109,'use_ssl','0'),(1358,109,'show_admin_bar_front','true'),(1359,109,'locale',''),(1360,109,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1361,109,'wp_user_level','0'),(1362,110,'nickname','jayres112008'),(1363,110,'first_name',''),(1364,110,'last_name',''),(1365,110,'description',''),(1366,110,'rich_editing','true'),(1367,110,'comment_shortcuts','false'),(1368,110,'admin_color','fresh'),(1369,110,'use_ssl','0'),(1370,110,'show_admin_bar_front','true'),(1371,110,'locale',''),(1372,110,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1373,110,'wp_user_level','0'),(1374,111,'nickname','whiteheadjody1971'),(1375,111,'first_name',''),(1376,111,'last_name',''),(1377,111,'description',''),(1378,111,'rich_editing','true'),(1379,111,'comment_shortcuts','false'),(1380,111,'admin_color','fresh'),(1381,111,'use_ssl','0'),(1382,111,'show_admin_bar_front','true'),(1383,111,'locale',''),(1384,111,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1385,111,'wp_user_level','0'),(1388,112,'nickname','sashagoris1932'),(1389,112,'first_name',''),(1390,112,'last_name',''),(1391,112,'description',''),(1392,112,'rich_editing','true'),(1393,112,'comment_shortcuts','false'),(1394,112,'admin_color','fresh'),(1395,112,'use_ssl','0'),(1396,112,'show_admin_bar_front','true'),(1397,112,'locale',''),(1398,112,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1399,112,'wp_user_level','0'),(1400,113,'nickname','abti31969'),(1401,113,'first_name',''),(1402,113,'last_name',''),(1403,113,'description',''),(1404,113,'rich_editing','true'),(1405,113,'comment_shortcuts','false'),(1406,113,'admin_color','fresh'),(1407,113,'use_ssl','0'),(1408,113,'show_admin_bar_front','true'),(1409,113,'locale',''),(1410,113,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1411,113,'wp_user_level','0'),(1412,114,'nickname','sdilling172007'),(1413,114,'first_name',''),(1414,114,'last_name',''),(1415,114,'description',''),(1416,114,'rich_editing','true'),(1417,114,'comment_shortcuts','false'),(1418,114,'admin_color','fresh'),(1419,114,'use_ssl','0'),(1420,114,'show_admin_bar_front','true'),(1421,114,'locale',''),(1422,114,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1423,114,'wp_user_level','0'),(1424,115,'nickname','woodla1963'),(1425,115,'first_name',''),(1426,115,'last_name',''),(1427,115,'description',''),(1428,115,'rich_editing','true'),(1429,115,'comment_shortcuts','false'),(1430,115,'admin_color','fresh'),(1431,115,'use_ssl','0'),(1432,115,'show_admin_bar_front','true'),(1433,115,'locale',''),(1434,115,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1435,115,'wp_user_level','0'),(1436,116,'nickname','sebastian1950'),(1437,116,'first_name',''),(1438,116,'last_name',''),(1439,116,'description',''),(1440,116,'rich_editing','true'),(1441,116,'comment_shortcuts','false'),(1442,116,'admin_color','fresh'),(1443,116,'use_ssl','0'),(1444,116,'show_admin_bar_front','true'),(1445,116,'locale',''),(1446,116,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1447,116,'wp_user_level','0'),(1448,117,'nickname','kranner081956'),(1449,117,'first_name',''),(1450,117,'last_name',''),(1451,117,'description',''),(1452,117,'rich_editing','true'),(1453,117,'comment_shortcuts','false'),(1454,117,'admin_color','fresh'),(1455,117,'use_ssl','0'),(1456,117,'show_admin_bar_front','true'),(1457,117,'locale',''),(1458,117,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1459,117,'wp_user_level','0'),(1460,118,'nickname','lasolana1995'),(1461,118,'first_name',''),(1462,118,'last_name',''),(1463,118,'description',''),(1464,118,'rich_editing','true'),(1465,118,'comment_shortcuts','false'),(1466,118,'admin_color','fresh'),(1467,118,'use_ssl','0'),(1468,118,'show_admin_bar_front','true'),(1469,118,'locale',''),(1470,118,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1471,118,'wp_user_level','0'),(1472,119,'nickname','snapshot19781970'),(1473,119,'first_name',''),(1474,119,'last_name',''),(1475,119,'description',''),(1476,119,'rich_editing','true'),(1477,119,'comment_shortcuts','false'),(1478,119,'admin_color','fresh'),(1479,119,'use_ssl','0'),(1480,119,'show_admin_bar_front','true'),(1481,119,'locale',''),(1482,119,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1483,119,'wp_user_level','0'),(1484,120,'nickname','grammatology1960'),(1485,120,'first_name',''),(1486,120,'last_name',''),(1487,120,'description',''),(1488,120,'rich_editing','true'),(1489,120,'comment_shortcuts','false'),(1490,120,'admin_color','fresh'),(1491,120,'use_ssl','0'),(1492,120,'show_admin_bar_front','true'),(1493,120,'locale',''),(1494,120,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1495,120,'wp_user_level','0'),(1496,121,'nickname','rtd51501972'),(1497,121,'first_name',''),(1498,121,'last_name',''),(1499,121,'description',''),(1500,121,'rich_editing','true'),(1501,121,'comment_shortcuts','false'),(1502,121,'admin_color','fresh'),(1503,121,'use_ssl','0'),(1504,121,'show_admin_bar_front','true'),(1505,121,'locale',''),(1506,121,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1507,121,'wp_user_level','0'),(1508,122,'nickname','handdryer2008'),(1509,122,'first_name',''),(1510,122,'last_name',''),(1511,122,'description',''),(1512,122,'rich_editing','true'),(1513,122,'comment_shortcuts','false'),(1514,122,'admin_color','fresh'),(1515,122,'use_ssl','0'),(1516,122,'show_admin_bar_front','true'),(1517,122,'locale',''),(1518,122,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1519,122,'wp_user_level','0'),(1520,123,'nickname','gangineni_sn1997'),(1521,123,'first_name',''),(1522,123,'last_name',''),(1523,123,'description',''),(1524,123,'rich_editing','true'),(1525,123,'comment_shortcuts','false'),(1526,123,'admin_color','fresh'),(1527,123,'use_ssl','0'),(1528,123,'show_admin_bar_front','true'),(1529,123,'locale',''),(1530,123,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1531,123,'wp_user_level','0'),(1532,124,'nickname','jvratil1981'),(1533,124,'first_name',''),(1534,124,'last_name',''),(1535,124,'description',''),(1536,124,'rich_editing','true'),(1537,124,'comment_shortcuts','false'),(1538,124,'admin_color','fresh'),(1539,124,'use_ssl','0'),(1540,124,'show_admin_bar_front','true'),(1541,124,'locale',''),(1542,124,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1543,124,'wp_user_level','0'),(1544,125,'nickname','randy_curran2006'),(1545,125,'first_name',''),(1546,125,'last_name',''),(1547,125,'description',''),(1548,125,'rich_editing','true'),(1549,125,'comment_shortcuts','false'),(1550,125,'admin_color','fresh'),(1551,125,'use_ssl','0'),(1552,125,'show_admin_bar_front','true'),(1553,125,'locale',''),(1554,125,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1555,125,'wp_user_level','0'),(1557,126,'nickname','jetteweaver2004'),(1558,126,'first_name',''),(1559,126,'last_name',''),(1560,126,'description',''),(1561,126,'rich_editing','true'),(1562,126,'comment_shortcuts','false'),(1563,126,'admin_color','fresh'),(1564,126,'use_ssl','0'),(1565,126,'show_admin_bar_front','true'),(1566,126,'locale',''),(1567,126,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1568,126,'wp_user_level','0'),(1572,1,'manageedit-nf_subcolumnshidden','a:3:{i:0;i:13;i:1;i:14;i:2;i:15;}'),(1573,127,'nickname','rajsekar_631993'),(1574,127,'first_name',''),(1575,127,'last_name',''),(1576,127,'description',''),(1577,127,'rich_editing','true'),(1578,127,'comment_shortcuts','false'),(1579,127,'admin_color','fresh'),(1580,127,'use_ssl','0'),(1581,127,'show_admin_bar_front','true'),(1582,127,'locale',''),(1583,127,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1584,127,'wp_user_level','0'),(1585,128,'nickname','mark1965'),(1586,128,'first_name',''),(1587,128,'last_name',''),(1588,128,'description',''),(1589,128,'rich_editing','true'),(1590,128,'comment_shortcuts','false'),(1591,128,'admin_color','fresh'),(1592,128,'use_ssl','0'),(1593,128,'show_admin_bar_front','true'),(1594,128,'locale',''),(1595,128,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1596,128,'wp_user_level','0'),(1597,129,'nickname','cmlgram11959'),(1598,129,'first_name',''),(1599,129,'last_name',''),(1600,129,'description',''),(1601,129,'rich_editing','true'),(1602,129,'comment_shortcuts','false'),(1603,129,'admin_color','fresh'),(1604,129,'use_ssl','0'),(1605,129,'show_admin_bar_front','true'),(1606,129,'locale',''),(1607,129,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1608,129,'wp_user_level','0'),(1609,130,'nickname','umpalumpaaa1962'),(1610,130,'first_name',''),(1611,130,'last_name',''),(1612,130,'description',''),(1613,130,'rich_editing','true'),(1614,130,'comment_shortcuts','false'),(1615,130,'admin_color','fresh'),(1616,130,'use_ssl','0'),(1617,130,'show_admin_bar_front','true'),(1618,130,'locale',''),(1619,130,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1620,130,'wp_user_level','0'),(1623,2,'manageedit-nf_subcolumnshidden','a:0:{}'),(1626,131,'nickname','robdebnath1961'),(1627,131,'first_name',''),(1628,131,'last_name',''),(1629,131,'description',''),(1630,131,'rich_editing','true'),(1631,131,'comment_shortcuts','false'),(1632,131,'admin_color','fresh'),(1633,131,'use_ssl','0'),(1634,131,'show_admin_bar_front','true'),(1635,131,'locale',''),(1636,131,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1637,131,'wp_user_level','0'),(1638,132,'nickname','amg80421960'),(1639,132,'first_name',''),(1640,132,'last_name',''),(1641,132,'description',''),(1642,132,'rich_editing','true'),(1643,132,'comment_shortcuts','false'),(1644,132,'admin_color','fresh'),(1645,132,'use_ssl','0'),(1646,132,'show_admin_bar_front','true'),(1647,132,'locale',''),(1648,132,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1649,132,'wp_user_level','0'),(1650,3,'thechamp_avatar',''),(1651,3,'thechamp_large_avatar',''),(1652,3,'thechamp_dontupdate_avatar','0'),(1653,3,'googleplus',''),(1654,3,'twitter',''),(1655,3,'facebook',''),(1656,133,'nickname','popculturegod771973'),(1657,133,'first_name',''),(1658,133,'last_name',''),(1659,133,'description',''),(1660,133,'rich_editing','true'),(1661,133,'comment_shortcuts','false'),(1662,133,'admin_color','fresh'),(1663,133,'use_ssl','0'),(1664,133,'show_admin_bar_front','true'),(1665,133,'locale',''),(1666,133,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1667,133,'wp_user_level','0'),(1668,3,'wp_user-settings','editor=html'),(1669,3,'wp_user-settings-time','1510938124'),(1670,134,'nickname','juventud1957'),(1671,134,'first_name',''),(1672,134,'last_name',''),(1673,134,'description',''),(1674,134,'rich_editing','true'),(1675,134,'comment_shortcuts','false'),(1676,134,'admin_color','fresh'),(1677,134,'use_ssl','0'),(1678,134,'show_admin_bar_front','true'),(1679,134,'locale',''),(1680,134,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1681,134,'wp_user_level','0'),(1682,135,'nickname','jennylmcdonnell2003'),(1683,135,'first_name',''),(1684,135,'last_name',''),(1685,135,'description',''),(1686,135,'rich_editing','true'),(1687,135,'comment_shortcuts','false'),(1688,135,'admin_color','fresh'),(1689,135,'use_ssl','0'),(1690,135,'show_admin_bar_front','true'),(1691,135,'locale',''),(1692,135,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1693,135,'wp_user_level','0'),(1694,136,'nickname','jblakeellis2007'),(1695,136,'first_name',''),(1696,136,'last_name',''),(1697,136,'description',''),(1698,136,'rich_editing','true'),(1699,136,'comment_shortcuts','false'),(1700,136,'admin_color','fresh'),(1701,136,'use_ssl','0'),(1702,136,'show_admin_bar_front','true'),(1703,136,'locale',''),(1704,136,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1705,136,'wp_user_level','0'),(1706,137,'nickname','linschultz1985'),(1707,137,'first_name',''),(1708,137,'last_name',''),(1709,137,'description',''),(1710,137,'rich_editing','true'),(1711,137,'comment_shortcuts','false'),(1712,137,'admin_color','fresh'),(1713,137,'use_ssl','0'),(1714,137,'show_admin_bar_front','true'),(1715,137,'locale',''),(1716,137,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1717,137,'wp_user_level','0'),(1718,138,'nickname','karaikovice1967'),(1719,138,'first_name',''),(1720,138,'last_name',''),(1721,138,'description',''),(1722,138,'rich_editing','true'),(1723,138,'comment_shortcuts','false'),(1724,138,'admin_color','fresh'),(1725,138,'use_ssl','0'),(1726,138,'show_admin_bar_front','true'),(1727,138,'locale',''),(1728,138,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1729,138,'wp_user_level','0'),(1730,139,'nickname','etzfree1965'),(1731,139,'first_name',''),(1732,139,'last_name',''),(1733,139,'description',''),(1734,139,'rich_editing','true'),(1735,139,'comment_shortcuts','false'),(1736,139,'admin_color','fresh'),(1737,139,'use_ssl','0'),(1738,139,'show_admin_bar_front','true'),(1739,139,'locale',''),(1740,139,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1741,139,'wp_user_level','0'),(1742,140,'nickname','handslifted1954'),(1743,140,'first_name',''),(1744,140,'last_name',''),(1745,140,'description',''),(1746,140,'rich_editing','true'),(1747,140,'comment_shortcuts','false'),(1748,140,'admin_color','fresh'),(1749,140,'use_ssl','0'),(1750,140,'show_admin_bar_front','true'),(1751,140,'locale',''),(1752,140,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1753,140,'wp_user_level','0'),(1754,141,'nickname','lespesjulien332009'),(1755,141,'first_name',''),(1756,141,'last_name',''),(1757,141,'description',''),(1758,141,'rich_editing','true'),(1759,141,'comment_shortcuts','false'),(1760,141,'admin_color','fresh'),(1761,141,'use_ssl','0'),(1762,141,'show_admin_bar_front','true'),(1763,141,'locale',''),(1764,141,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1765,141,'wp_user_level','0'),(1766,142,'nickname','jim_witmer1968'),(1767,142,'first_name',''),(1768,142,'last_name',''),(1769,142,'description',''),(1770,142,'rich_editing','true'),(1771,142,'comment_shortcuts','false'),(1772,142,'admin_color','fresh'),(1773,142,'use_ssl','0'),(1774,142,'show_admin_bar_front','true'),(1775,142,'locale',''),(1776,142,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1777,142,'wp_user_level','0'),(1778,143,'nickname','midgli1992'),(1779,143,'first_name',''),(1780,143,'last_name',''),(1781,143,'description',''),(1782,143,'rich_editing','true'),(1783,143,'comment_shortcuts','false'),(1784,143,'admin_color','fresh'),(1785,143,'use_ssl','0'),(1786,143,'show_admin_bar_front','true'),(1787,143,'locale',''),(1788,143,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1789,143,'wp_user_level','0'),(1790,144,'nickname','naomiespinoza1950'),(1791,144,'first_name',''),(1792,144,'last_name',''),(1793,144,'description',''),(1794,144,'rich_editing','true'),(1795,144,'comment_shortcuts','false'),(1796,144,'admin_color','fresh'),(1797,144,'use_ssl','0'),(1798,144,'show_admin_bar_front','true'),(1799,144,'locale',''),(1800,144,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1801,144,'wp_user_level','0'),(1802,145,'nickname','rebekah6152001'),(1803,145,'first_name',''),(1804,145,'last_name',''),(1805,145,'description',''),(1806,145,'rich_editing','true'),(1807,145,'comment_shortcuts','false'),(1808,145,'admin_color','fresh'),(1809,145,'use_ssl','0'),(1810,145,'show_admin_bar_front','true'),(1811,145,'locale',''),(1812,145,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1813,145,'wp_user_level','0'),(1814,146,'nickname','leejbow1981'),(1815,146,'first_name',''),(1816,146,'last_name',''),(1817,146,'description',''),(1818,146,'rich_editing','true'),(1819,146,'comment_shortcuts','false'),(1820,146,'admin_color','fresh'),(1821,146,'use_ssl','0'),(1822,146,'show_admin_bar_front','true'),(1823,146,'locale',''),(1824,146,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1825,146,'wp_user_level','0'),(1826,147,'nickname','jemgaquino1988'),(1827,147,'first_name',''),(1828,147,'last_name',''),(1829,147,'description',''),(1830,147,'rich_editing','true'),(1831,147,'comment_shortcuts','false'),(1832,147,'admin_color','fresh'),(1833,147,'use_ssl','0'),(1834,147,'show_admin_bar_front','true'),(1835,147,'locale',''),(1836,147,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1837,147,'wp_user_level','0'),(1838,148,'nickname','laura.cianchetti1986'),(1839,148,'first_name',''),(1840,148,'last_name',''),(1841,148,'description',''),(1842,148,'rich_editing','true'),(1843,148,'comment_shortcuts','false'),(1844,148,'admin_color','fresh'),(1845,148,'use_ssl','0'),(1846,148,'show_admin_bar_front','true'),(1847,148,'locale',''),(1848,148,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1849,148,'wp_user_level','0'),(1850,149,'nickname','mdinurmouth22004'),(1851,149,'first_name',''),(1852,149,'last_name',''),(1853,149,'description',''),(1854,149,'rich_editing','true'),(1855,149,'comment_shortcuts','false'),(1856,149,'admin_color','fresh'),(1857,149,'use_ssl','0'),(1858,149,'show_admin_bar_front','true'),(1859,149,'locale',''),(1860,149,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1861,149,'wp_user_level','0'),(1862,150,'nickname','veachypoo1982'),(1863,150,'first_name',''),(1864,150,'last_name',''),(1865,150,'description',''),(1866,150,'rich_editing','true'),(1867,150,'comment_shortcuts','false'),(1868,150,'admin_color','fresh'),(1869,150,'use_ssl','0'),(1870,150,'show_admin_bar_front','true'),(1871,150,'locale',''),(1872,150,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1873,150,'wp_user_level','0'),(1874,151,'nickname','hayley1988'),(1875,151,'first_name',''),(1876,151,'last_name',''),(1877,151,'description',''),(1878,151,'rich_editing','true'),(1879,151,'comment_shortcuts','false'),(1880,151,'admin_color','fresh'),(1881,151,'use_ssl','0'),(1882,151,'show_admin_bar_front','true'),(1883,151,'locale',''),(1884,151,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1885,151,'wp_user_level','0'),(1886,152,'nickname','mackenzied.garcia1999'),(1887,152,'first_name',''),(1888,152,'last_name',''),(1889,152,'description',''),(1890,152,'rich_editing','true'),(1891,152,'comment_shortcuts','false'),(1892,152,'admin_color','fresh'),(1893,152,'use_ssl','0'),(1894,152,'show_admin_bar_front','true'),(1895,152,'locale',''),(1896,152,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1897,152,'wp_user_level','0'),(1898,153,'nickname','sales1966'),(1899,153,'first_name',''),(1900,153,'last_name',''),(1901,153,'description',''),(1902,153,'rich_editing','true'),(1903,153,'comment_shortcuts','false'),(1904,153,'admin_color','fresh'),(1905,153,'use_ssl','0'),(1906,153,'show_admin_bar_front','true'),(1907,153,'locale',''),(1908,153,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1909,153,'wp_user_level','0'),(1910,154,'nickname','carol.snyder281992'),(1911,154,'first_name',''),(1912,154,'last_name',''),(1913,154,'description',''),(1914,154,'rich_editing','true'),(1915,154,'comment_shortcuts','false'),(1916,154,'admin_color','fresh'),(1917,154,'use_ssl','0'),(1918,154,'show_admin_bar_front','true'),(1919,154,'locale',''),(1920,154,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1921,154,'wp_user_level','0'),(1922,155,'nickname','walkingondocs2005'),(1923,155,'first_name',''),(1924,155,'last_name',''),(1925,155,'description',''),(1926,155,'rich_editing','true'),(1927,155,'comment_shortcuts','false'),(1928,155,'admin_color','fresh'),(1929,155,'use_ssl','0'),(1930,155,'show_admin_bar_front','true'),(1931,155,'locale',''),(1932,155,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1933,155,'wp_user_level','0'),(1934,156,'nickname','khrios111996'),(1935,156,'first_name',''),(1936,156,'last_name',''),(1937,156,'description',''),(1938,156,'rich_editing','true'),(1939,156,'comment_shortcuts','false'),(1940,156,'admin_color','fresh'),(1941,156,'use_ssl','0'),(1942,156,'show_admin_bar_front','true'),(1943,156,'locale',''),(1944,156,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1945,156,'wp_user_level','0'),(1946,157,'nickname','judypchen1983'),(1947,157,'first_name',''),(1948,157,'last_name',''),(1949,157,'description',''),(1950,157,'rich_editing','true'),(1951,157,'comment_shortcuts','false'),(1952,157,'admin_color','fresh'),(1953,157,'use_ssl','0'),(1954,157,'show_admin_bar_front','true'),(1955,157,'locale',''),(1956,157,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1957,157,'wp_user_level','0'),(1958,158,'nickname','vintagegirl1997'),(1959,158,'first_name',''),(1960,158,'last_name',''),(1961,158,'description',''),(1962,158,'rich_editing','true'),(1963,158,'comment_shortcuts','false'),(1964,158,'admin_color','fresh'),(1965,158,'use_ssl','0'),(1966,158,'show_admin_bar_front','true'),(1967,158,'locale',''),(1968,158,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1969,158,'wp_user_level','0'),(1970,159,'nickname','emg_0271998'),(1971,159,'first_name',''),(1972,159,'last_name',''),(1973,159,'description',''),(1974,159,'rich_editing','true'),(1975,159,'comment_shortcuts','false'),(1976,159,'admin_color','fresh'),(1977,159,'use_ssl','0'),(1978,159,'show_admin_bar_front','true'),(1979,159,'locale',''),(1980,159,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1981,159,'wp_user_level','0'),(1982,160,'nickname','lelandchad1972'),(1983,160,'first_name',''),(1984,160,'last_name',''),(1985,160,'description',''),(1986,160,'rich_editing','true'),(1987,160,'comment_shortcuts','false'),(1988,160,'admin_color','fresh'),(1989,160,'use_ssl','0'),(1990,160,'show_admin_bar_front','true'),(1991,160,'locale',''),(1992,160,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1993,160,'wp_user_level','0'),(1994,161,'nickname','stephen_cotner1965'),(1995,161,'first_name',''),(1996,161,'last_name',''),(1997,161,'description',''),(1998,161,'rich_editing','true'),(1999,161,'comment_shortcuts','false'),(2000,161,'admin_color','fresh'),(2001,161,'use_ssl','0'),(2002,161,'show_admin_bar_front','true'),(2003,161,'locale',''),(2004,161,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2005,161,'wp_user_level','0'),(2006,162,'nickname','theultima1231969'),(2007,162,'first_name',''),(2008,162,'last_name',''),(2009,162,'description',''),(2010,162,'rich_editing','true'),(2011,162,'comment_shortcuts','false'),(2012,162,'admin_color','fresh'),(2013,162,'use_ssl','0'),(2014,162,'show_admin_bar_front','true'),(2015,162,'locale',''),(2016,162,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2017,162,'wp_user_level','0'),(2018,163,'nickname','gballer2006'),(2019,163,'first_name',''),(2020,163,'last_name',''),(2021,163,'description',''),(2022,163,'rich_editing','true'),(2023,163,'comment_shortcuts','false'),(2024,163,'admin_color','fresh'),(2025,163,'use_ssl','0'),(2026,163,'show_admin_bar_front','true'),(2027,163,'locale',''),(2028,163,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2029,163,'wp_user_level','0'),(2030,164,'nickname','shrosenblum1986'),(2031,164,'first_name',''),(2032,164,'last_name',''),(2033,164,'description',''),(2034,164,'rich_editing','true'),(2035,164,'comment_shortcuts','false'),(2036,164,'admin_color','fresh'),(2037,164,'use_ssl','0'),(2038,164,'show_admin_bar_front','true'),(2039,164,'locale',''),(2040,164,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2041,164,'wp_user_level','0'),(2042,165,'nickname','bob.danielson1965'),(2043,165,'first_name',''),(2044,165,'last_name',''),(2045,165,'description',''),(2046,165,'rich_editing','true'),(2047,165,'comment_shortcuts','false'),(2048,165,'admin_color','fresh'),(2049,165,'use_ssl','0'),(2050,165,'show_admin_bar_front','true'),(2051,165,'locale',''),(2052,165,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2053,165,'wp_user_level','0'),(2054,166,'nickname','naleenie1591995'),(2055,166,'first_name',''),(2056,166,'last_name',''),(2057,166,'description',''),(2058,166,'rich_editing','true'),(2059,166,'comment_shortcuts','false'),(2060,166,'admin_color','fresh'),(2061,166,'use_ssl','0'),(2062,166,'show_admin_bar_front','true'),(2063,166,'locale',''),(2064,166,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2065,166,'wp_user_level','0'),(2066,167,'nickname','kathy.gebler1995'),(2067,167,'first_name',''),(2068,167,'last_name',''),(2069,167,'description',''),(2070,167,'rich_editing','true'),(2071,167,'comment_shortcuts','false'),(2072,167,'admin_color','fresh'),(2073,167,'use_ssl','0'),(2074,167,'show_admin_bar_front','true'),(2075,167,'locale',''),(2076,167,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2077,167,'wp_user_level','0'),(2078,168,'nickname','kenlin1960'),(2079,168,'first_name',''),(2080,168,'last_name',''),(2081,168,'description',''),(2082,168,'rich_editing','true'),(2083,168,'comment_shortcuts','false'),(2084,168,'admin_color','fresh'),(2085,168,'use_ssl','0'),(2086,168,'show_admin_bar_front','true'),(2087,168,'locale',''),(2088,168,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2089,168,'wp_user_level','0'),(2090,169,'nickname','sruddems2006'),(2091,169,'first_name',''),(2092,169,'last_name',''),(2093,169,'description',''),(2094,169,'rich_editing','true'),(2095,169,'comment_shortcuts','false'),(2096,169,'admin_color','fresh'),(2097,169,'use_ssl','0'),(2098,169,'show_admin_bar_front','true'),(2099,169,'locale',''),(2100,169,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2101,169,'wp_user_level','0'),(2102,170,'nickname','jeannacg1976'),(2103,170,'first_name',''),(2104,170,'last_name',''),(2105,170,'description',''),(2106,170,'rich_editing','true'),(2107,170,'comment_shortcuts','false'),(2108,170,'admin_color','fresh'),(2109,170,'use_ssl','0'),(2110,170,'show_admin_bar_front','true'),(2111,170,'locale',''),(2112,170,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2113,170,'wp_user_level','0'),(2114,171,'nickname','guitar_dude2092002'),(2115,171,'first_name',''),(2116,171,'last_name',''),(2117,171,'description',''),(2118,171,'rich_editing','true'),(2119,171,'comment_shortcuts','false'),(2120,171,'admin_color','fresh'),(2121,171,'use_ssl','0'),(2122,171,'show_admin_bar_front','true'),(2123,171,'locale',''),(2124,171,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2125,171,'wp_user_level','0'),(2126,172,'nickname','imjudypooh1967'),(2127,172,'first_name',''),(2128,172,'last_name',''),(2129,172,'description',''),(2130,172,'rich_editing','true'),(2131,172,'comment_shortcuts','false'),(2132,172,'admin_color','fresh'),(2133,172,'use_ssl','0'),(2134,172,'show_admin_bar_front','true'),(2135,172,'locale',''),(2136,172,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2137,172,'wp_user_level','0'),(2138,173,'nickname','me1962'),(2139,173,'first_name',''),(2140,173,'last_name',''),(2141,173,'description',''),(2142,173,'rich_editing','true'),(2143,173,'comment_shortcuts','false'),(2144,173,'admin_color','fresh'),(2145,173,'use_ssl','0'),(2146,173,'show_admin_bar_front','true'),(2147,173,'locale',''),(2148,173,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2149,173,'wp_user_level','0'),(2150,174,'nickname','keithdanielsmith6161979'),(2151,174,'first_name',''),(2152,174,'last_name',''),(2153,174,'description',''),(2154,174,'rich_editing','true'),(2155,174,'comment_shortcuts','false'),(2156,174,'admin_color','fresh'),(2157,174,'use_ssl','0'),(2158,174,'show_admin_bar_front','true'),(2159,174,'locale',''),(2160,174,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2161,174,'wp_user_level','0'),(2162,175,'nickname','jmazur1998'),(2163,175,'first_name',''),(2164,175,'last_name',''),(2165,175,'description',''),(2166,175,'rich_editing','true'),(2167,175,'comment_shortcuts','false'),(2168,175,'admin_color','fresh'),(2169,175,'use_ssl','0'),(2170,175,'show_admin_bar_front','true'),(2171,175,'locale',''),(2172,175,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2173,175,'wp_user_level','0'),(2174,176,'nickname','carmen.velasquez1998'),(2175,176,'first_name',''),(2176,176,'last_name',''),(2177,176,'description',''),(2178,176,'rich_editing','true'),(2179,176,'comment_shortcuts','false'),(2180,176,'admin_color','fresh'),(2181,176,'use_ssl','0'),(2182,176,'show_admin_bar_front','true'),(2183,176,'locale',''),(2184,176,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2185,176,'wp_user_level','0'),(2191,177,'nickname','info1962'),(2192,177,'first_name',''),(2193,177,'last_name',''),(2194,177,'description',''),(2195,177,'rich_editing','true'),(2196,177,'comment_shortcuts','false'),(2197,177,'admin_color','fresh'),(2198,177,'use_ssl','0'),(2199,177,'show_admin_bar_front','true'),(2200,177,'locale',''),(2201,177,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2202,177,'wp_user_level','0'),(2203,177,'default_password_nag','1'),(2204,178,'nickname','bydghs1977'),(2205,178,'first_name',''),(2206,178,'last_name',''),(2207,178,'description',''),(2208,178,'rich_editing','true'),(2209,178,'comment_shortcuts','false'),(2210,178,'admin_color','fresh'),(2211,178,'use_ssl','0'),(2212,178,'show_admin_bar_front','true'),(2213,178,'locale',''),(2214,178,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2215,178,'wp_user_level','0'),(2216,178,'default_password_nag','1'),(2217,179,'nickname','elmisselmis1231950'),(2218,179,'first_name',''),(2219,179,'last_name',''),(2220,179,'description',''),(2221,179,'rich_editing','true'),(2222,179,'comment_shortcuts','false'),(2223,179,'admin_color','fresh'),(2224,179,'use_ssl','0'),(2225,179,'show_admin_bar_front','true'),(2226,179,'locale',''),(2227,179,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2228,179,'wp_user_level','0'),(2229,179,'default_password_nag','1'),(2230,180,'nickname','hensley19812004'),(2231,180,'first_name',''),(2232,180,'last_name',''),(2233,180,'description',''),(2234,180,'rich_editing','true'),(2235,180,'comment_shortcuts','false'),(2236,180,'admin_color','fresh'),(2237,180,'use_ssl','0'),(2238,180,'show_admin_bar_front','true'),(2239,180,'locale',''),(2240,180,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2241,180,'wp_user_level','0'),(2242,180,'default_password_nag','1'),(2243,181,'nickname','norton7211959'),(2244,181,'first_name',''),(2245,181,'last_name',''),(2246,181,'description',''),(2247,181,'rich_editing','true'),(2248,181,'comment_shortcuts','false'),(2249,181,'admin_color','fresh'),(2250,181,'use_ssl','0'),(2251,181,'show_admin_bar_front','true'),(2252,181,'locale',''),(2253,181,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2254,181,'wp_user_level','0'),(2255,181,'default_password_nag','1'),(2256,182,'nickname','natalie.afton2005'),(2257,182,'first_name',''),(2258,182,'last_name',''),(2259,182,'description',''),(2260,182,'rich_editing','true'),(2261,182,'comment_shortcuts','false'),(2262,182,'admin_color','fresh'),(2263,182,'use_ssl','0'),(2264,182,'show_admin_bar_front','true'),(2265,182,'locale',''),(2266,182,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2267,182,'wp_user_level','0'),(2268,182,'default_password_nag','1'),(2269,183,'nickname','patrick.banger1960'),(2270,183,'first_name',''),(2271,183,'last_name',''),(2272,183,'description',''),(2273,183,'rich_editing','true'),(2274,183,'comment_shortcuts','false'),(2275,183,'admin_color','fresh'),(2276,183,'use_ssl','0'),(2277,183,'show_admin_bar_front','true'),(2278,183,'locale',''),(2279,183,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2280,183,'wp_user_level','0'),(2281,183,'default_password_nag','1'),(2282,184,'nickname','alfredwbuckley1950'),(2283,184,'first_name',''),(2284,184,'last_name',''),(2285,184,'description',''),(2286,184,'rich_editing','true'),(2287,184,'comment_shortcuts','false'),(2288,184,'admin_color','fresh'),(2289,184,'use_ssl','0'),(2290,184,'show_admin_bar_front','true'),(2291,184,'locale',''),(2292,184,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2293,184,'wp_user_level','0'),(2294,184,'default_password_nag','1'),(2295,185,'nickname','danielffroelich1991'),(2296,185,'first_name',''),(2297,185,'last_name',''),(2298,185,'description',''),(2299,185,'rich_editing','true'),(2300,185,'comment_shortcuts','false'),(2301,185,'admin_color','fresh'),(2302,185,'use_ssl','0'),(2303,185,'show_admin_bar_front','true'),(2304,185,'locale',''),(2305,185,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2306,185,'wp_user_level','0'),(2307,185,'default_password_nag','1'),(2308,186,'nickname','gerardoxochitl1989'),(2309,186,'first_name',''),(2310,186,'last_name',''),(2311,186,'description',''),(2312,186,'rich_editing','true'),(2313,186,'comment_shortcuts','false'),(2314,186,'admin_color','fresh'),(2315,186,'use_ssl','0'),(2316,186,'show_admin_bar_front','true'),(2317,186,'locale',''),(2318,186,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2319,186,'wp_user_level','0'),(2320,186,'default_password_nag','1'),(2321,187,'nickname','stevevetter1960'),(2322,187,'first_name',''),(2323,187,'last_name',''),(2324,187,'description',''),(2325,187,'rich_editing','true'),(2326,187,'comment_shortcuts','false'),(2327,187,'admin_color','fresh'),(2328,187,'use_ssl','0'),(2329,187,'show_admin_bar_front','true'),(2330,187,'locale',''),(2331,187,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2332,187,'wp_user_level','0'),(2333,187,'default_password_nag','1'),(2334,188,'nickname','ndpoto1998'),(2335,188,'first_name',''),(2336,188,'last_name',''),(2337,188,'description',''),(2338,188,'rich_editing','true'),(2339,188,'comment_shortcuts','false'),(2340,188,'admin_color','fresh'),(2341,188,'use_ssl','0'),(2342,188,'show_admin_bar_front','true'),(2343,188,'locale',''),(2344,188,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2345,188,'wp_user_level','0'),(2346,188,'default_password_nag','1'),(2347,189,'nickname','bcchavez20002009'),(2348,189,'first_name',''),(2349,189,'last_name',''),(2350,189,'description',''),(2351,189,'rich_editing','true'),(2352,189,'comment_shortcuts','false'),(2353,189,'admin_color','fresh'),(2354,189,'use_ssl','0'),(2355,189,'show_admin_bar_front','true'),(2356,189,'locale',''),(2357,189,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2358,189,'wp_user_level','0'),(2359,189,'default_password_nag','1'),(2360,190,'nickname','philz321952'),(2361,190,'first_name',''),(2362,190,'last_name',''),(2363,190,'description',''),(2364,190,'rich_editing','true'),(2365,190,'comment_shortcuts','false'),(2366,190,'admin_color','fresh'),(2367,190,'use_ssl','0'),(2368,190,'show_admin_bar_front','true'),(2369,190,'locale',''),(2370,190,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2371,190,'wp_user_level','0'),(2372,190,'default_password_nag','1'),(2373,191,'nickname','aharris07031993'),(2374,191,'first_name',''),(2375,191,'last_name',''),(2376,191,'description',''),(2377,191,'rich_editing','true'),(2378,191,'comment_shortcuts','false'),(2379,191,'admin_color','fresh'),(2380,191,'use_ssl','0'),(2381,191,'show_admin_bar_front','true'),(2382,191,'locale',''),(2383,191,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2384,191,'wp_user_level','0'),(2385,191,'default_password_nag','1'),(2386,192,'nickname','ddavisusa1985'),(2387,192,'first_name',''),(2388,192,'last_name',''),(2389,192,'description',''),(2390,192,'rich_editing','true'),(2391,192,'comment_shortcuts','false'),(2392,192,'admin_color','fresh'),(2393,192,'use_ssl','0'),(2394,192,'show_admin_bar_front','true'),(2395,192,'locale',''),(2396,192,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2397,192,'wp_user_level','0'),(2398,192,'default_password_nag','1'),(2399,193,'nickname','henman27692006'),(2400,193,'first_name',''),(2401,193,'last_name',''),(2402,193,'description',''),(2403,193,'rich_editing','true'),(2404,193,'comment_shortcuts','false'),(2405,193,'admin_color','fresh'),(2406,193,'use_ssl','0'),(2407,193,'show_admin_bar_front','true'),(2408,193,'locale',''),(2409,193,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2410,193,'wp_user_level','0'),(2411,193,'default_password_nag','1'),(2412,194,'nickname','jkeaquintero1981'),(2413,194,'first_name',''),(2414,194,'last_name',''),(2415,194,'description',''),(2416,194,'rich_editing','true'),(2417,194,'comment_shortcuts','false'),(2418,194,'admin_color','fresh'),(2419,194,'use_ssl','0'),(2420,194,'show_admin_bar_front','true'),(2421,194,'locale',''),(2422,194,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2423,194,'wp_user_level','0'),(2424,194,'default_password_nag','1'),(2425,195,'nickname','taylorwbyrd1966'),(2426,195,'first_name',''),(2427,195,'last_name',''),(2428,195,'description',''),(2429,195,'rich_editing','true'),(2430,195,'comment_shortcuts','false'),(2431,195,'admin_color','fresh'),(2432,195,'use_ssl','0'),(2433,195,'show_admin_bar_front','true'),(2434,195,'locale',''),(2435,195,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2436,195,'wp_user_level','0'),(2437,195,'default_password_nag','1'),(2438,196,'nickname','jdnndj1978'),(2439,196,'first_name',''),(2440,196,'last_name',''),(2441,196,'description',''),(2442,196,'rich_editing','true'),(2443,196,'comment_shortcuts','false'),(2444,196,'admin_color','fresh'),(2445,196,'use_ssl','0'),(2446,196,'show_admin_bar_front','true'),(2447,196,'locale',''),(2448,196,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2449,196,'wp_user_level','0'),(2450,196,'default_password_nag','1'),(2451,197,'nickname','mindzeye51996'),(2452,197,'first_name',''),(2453,197,'last_name',''),(2454,197,'description',''),(2455,197,'rich_editing','true'),(2456,197,'comment_shortcuts','false'),(2457,197,'admin_color','fresh'),(2458,197,'use_ssl','0'),(2459,197,'show_admin_bar_front','true'),(2460,197,'locale',''),(2461,197,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2462,197,'wp_user_level','0'),(2463,197,'default_password_nag','1'),(2464,198,'nickname','info1951'),(2465,198,'first_name',''),(2466,198,'last_name',''),(2467,198,'description',''),(2468,198,'rich_editing','true'),(2469,198,'comment_shortcuts','false'),(2470,198,'admin_color','fresh'),(2471,198,'use_ssl','0'),(2472,198,'show_admin_bar_front','true'),(2473,198,'locale',''),(2474,198,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2475,198,'wp_user_level','0'),(2476,198,'default_password_nag','1'),(2477,199,'nickname','janet1956'),(2478,199,'first_name',''),(2479,199,'last_name',''),(2480,199,'description',''),(2481,199,'rich_editing','true'),(2482,199,'comment_shortcuts','false'),(2483,199,'admin_color','fresh'),(2484,199,'use_ssl','0'),(2485,199,'show_admin_bar_front','true'),(2486,199,'locale',''),(2487,199,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2488,199,'wp_user_level','0'),(2489,199,'default_password_nag','1'),(2490,200,'nickname','wolfspider861996'),(2491,200,'first_name',''),(2492,200,'last_name',''),(2493,200,'description',''),(2494,200,'rich_editing','true'),(2495,200,'comment_shortcuts','false'),(2496,200,'admin_color','fresh'),(2497,200,'use_ssl','0'),(2498,200,'show_admin_bar_front','true'),(2499,200,'locale',''),(2500,200,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2501,200,'wp_user_level','0'),(2502,200,'default_password_nag','1'),(2503,201,'nickname','harlemtoni1951'),(2504,201,'first_name',''),(2505,201,'last_name',''),(2506,201,'description',''),(2507,201,'rich_editing','true'),(2508,201,'comment_shortcuts','false'),(2509,201,'admin_color','fresh'),(2510,201,'use_ssl','0'),(2511,201,'show_admin_bar_front','true'),(2512,201,'locale',''),(2513,201,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2514,201,'wp_user_level','0'),(2515,201,'default_password_nag','1'),(2516,202,'nickname','bbo64c2002'),(2517,202,'first_name',''),(2518,202,'last_name',''),(2519,202,'description',''),(2520,202,'rich_editing','true'),(2521,202,'comment_shortcuts','false'),(2522,202,'admin_color','fresh'),(2523,202,'use_ssl','0'),(2524,202,'show_admin_bar_front','true'),(2525,202,'locale',''),(2526,202,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2527,202,'wp_user_level','0'),(2528,202,'default_password_nag','1'),(2529,203,'nickname','amanda.nather2003'),(2530,203,'first_name',''),(2531,203,'last_name',''),(2532,203,'description',''),(2533,203,'rich_editing','true'),(2534,203,'comment_shortcuts','false'),(2535,203,'admin_color','fresh'),(2536,203,'use_ssl','0'),(2537,203,'show_admin_bar_front','true'),(2538,203,'locale',''),(2539,203,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2540,203,'wp_user_level','0'),(2541,203,'default_password_nag','1'),(2542,204,'nickname','steve.jarvis2010'),(2543,204,'first_name',''),(2544,204,'last_name',''),(2545,204,'description',''),(2546,204,'rich_editing','true'),(2547,204,'comment_shortcuts','false'),(2548,204,'admin_color','fresh'),(2549,204,'use_ssl','0'),(2550,204,'show_admin_bar_front','true'),(2551,204,'locale',''),(2552,204,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2553,204,'wp_user_level','0'),(2554,204,'default_password_nag','1'),(2555,205,'nickname','thongdao1964'),(2556,205,'first_name',''),(2557,205,'last_name',''),(2558,205,'description',''),(2559,205,'rich_editing','true'),(2560,205,'comment_shortcuts','false'),(2561,205,'admin_color','fresh'),(2562,205,'use_ssl','0'),(2563,205,'show_admin_bar_front','true'),(2564,205,'locale',''),(2565,205,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2566,205,'wp_user_level','0'),(2567,205,'default_password_nag','1'),(2568,206,'nickname','montipora11956'),(2569,206,'first_name',''),(2570,206,'last_name',''),(2571,206,'description',''),(2572,206,'rich_editing','true'),(2573,206,'comment_shortcuts','false'),(2574,206,'admin_color','fresh'),(2575,206,'use_ssl','0'),(2576,206,'show_admin_bar_front','true'),(2577,206,'locale',''),(2578,206,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2579,206,'wp_user_level','0'),(2580,206,'default_password_nag','1'),(2581,207,'nickname','maryknollvicencio1962'),(2582,207,'first_name',''),(2583,207,'last_name',''),(2584,207,'description',''),(2585,207,'rich_editing','true'),(2586,207,'comment_shortcuts','false'),(2587,207,'admin_color','fresh'),(2588,207,'use_ssl','0'),(2589,207,'show_admin_bar_front','true'),(2590,207,'locale',''),(2591,207,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2592,207,'wp_user_level','0'),(2593,207,'default_password_nag','1'),(2594,208,'nickname','bondarenko.volodymyr1974'),(2595,208,'first_name',''),(2596,208,'last_name',''),(2597,208,'description',''),(2598,208,'rich_editing','true'),(2599,208,'comment_shortcuts','false'),(2600,208,'admin_color','fresh'),(2601,208,'use_ssl','0'),(2602,208,'show_admin_bar_front','true'),(2603,208,'locale',''),(2604,208,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2605,208,'wp_user_level','0'),(2606,208,'default_password_nag','1'),(2607,209,'nickname','kristi_wernig1974'),(2608,209,'first_name',''),(2609,209,'last_name',''),(2610,209,'description',''),(2611,209,'rich_editing','true'),(2612,209,'comment_shortcuts','false'),(2613,209,'admin_color','fresh'),(2614,209,'use_ssl','0'),(2615,209,'show_admin_bar_front','true'),(2616,209,'locale',''),(2617,209,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2618,209,'wp_user_level','0'),(2619,209,'default_password_nag','1'),(2620,210,'nickname','chgfan212007'),(2621,210,'first_name',''),(2622,210,'last_name',''),(2623,210,'description',''),(2624,210,'rich_editing','true'),(2625,210,'comment_shortcuts','false'),(2626,210,'admin_color','fresh'),(2627,210,'use_ssl','0'),(2628,210,'show_admin_bar_front','true'),(2629,210,'locale',''),(2630,210,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2631,210,'wp_user_level','0'),(2632,210,'default_password_nag','1'),(2633,211,'nickname','cyndl4122010'),(2634,211,'first_name',''),(2635,211,'last_name',''),(2636,211,'description',''),(2637,211,'rich_editing','true'),(2638,211,'comment_shortcuts','false'),(2639,211,'admin_color','fresh'),(2640,211,'use_ssl','0'),(2641,211,'show_admin_bar_front','true'),(2642,211,'locale',''),(2643,211,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2644,211,'wp_user_level','0'),(2645,211,'default_password_nag','1'),(2646,212,'nickname','jrioux20051996'),(2647,212,'first_name',''),(2648,212,'last_name',''),(2649,212,'description',''),(2650,212,'rich_editing','true'),(2651,212,'comment_shortcuts','false'),(2652,212,'admin_color','fresh'),(2653,212,'use_ssl','0'),(2654,212,'show_admin_bar_front','true'),(2655,212,'locale',''),(2656,212,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2657,212,'wp_user_level','0'),(2658,212,'default_password_nag','1'),(2659,213,'nickname','noleybaby301966'),(2660,213,'first_name',''),(2661,213,'last_name',''),(2662,213,'description',''),(2663,213,'rich_editing','true'),(2664,213,'comment_shortcuts','false'),(2665,213,'admin_color','fresh'),(2666,213,'use_ssl','0'),(2667,213,'show_admin_bar_front','true'),(2668,213,'locale',''),(2669,213,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2670,213,'wp_user_level','0'),(2671,213,'default_password_nag','1'),(2672,214,'nickname','rachelmbayer1980'),(2673,214,'first_name',''),(2674,214,'last_name',''),(2675,214,'description',''),(2676,214,'rich_editing','true'),(2677,214,'comment_shortcuts','false'),(2678,214,'admin_color','fresh'),(2679,214,'use_ssl','0'),(2680,214,'show_admin_bar_front','true'),(2681,214,'locale',''),(2682,214,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2683,214,'wp_user_level','0'),(2684,214,'default_password_nag','1'),(2685,215,'nickname','jharpphoto1966'),(2686,215,'first_name',''),(2687,215,'last_name',''),(2688,215,'description',''),(2689,215,'rich_editing','true'),(2690,215,'comment_shortcuts','false'),(2691,215,'admin_color','fresh'),(2692,215,'use_ssl','0'),(2693,215,'show_admin_bar_front','true'),(2694,215,'locale',''),(2695,215,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2696,215,'wp_user_level','0'),(2697,215,'default_password_nag','1'),(2698,216,'nickname','rbenson1998'),(2699,216,'first_name',''),(2700,216,'last_name',''),(2701,216,'description',''),(2702,216,'rich_editing','true'),(2703,216,'comment_shortcuts','false'),(2704,216,'admin_color','fresh'),(2705,216,'use_ssl','0'),(2706,216,'show_admin_bar_front','true'),(2707,216,'locale',''),(2708,216,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2709,216,'wp_user_level','0'),(2710,216,'default_password_nag','1'),(2711,217,'nickname','info1999'),(2712,217,'first_name',''),(2713,217,'last_name',''),(2714,217,'description',''),(2715,217,'rich_editing','true'),(2716,217,'comment_shortcuts','false'),(2717,217,'admin_color','fresh'),(2718,217,'use_ssl','0'),(2719,217,'show_admin_bar_front','true'),(2720,217,'locale',''),(2721,217,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2722,217,'wp_user_level','0'),(2723,217,'default_password_nag','1'),(2724,218,'nickname','mmbenish1952'),(2725,218,'first_name',''),(2726,218,'last_name',''),(2727,218,'description',''),(2728,218,'rich_editing','true'),(2729,218,'comment_shortcuts','false'),(2730,218,'admin_color','fresh'),(2731,218,'use_ssl','0'),(2732,218,'show_admin_bar_front','true'),(2733,218,'locale',''),(2734,218,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2735,218,'wp_user_level','0'),(2736,218,'default_password_nag','1'),(2737,219,'nickname','bob2004'),(2738,219,'first_name',''),(2739,219,'last_name',''),(2740,219,'description',''),(2741,219,'rich_editing','true'),(2742,219,'comment_shortcuts','false'),(2743,219,'admin_color','fresh'),(2744,219,'use_ssl','0'),(2745,219,'show_admin_bar_front','true'),(2746,219,'locale',''),(2747,219,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2748,219,'wp_user_level','0'),(2749,219,'default_password_nag','1'),(2750,220,'nickname','morganholzer1996'),(2751,220,'first_name',''),(2752,220,'last_name',''),(2753,220,'description',''),(2754,220,'rich_editing','true'),(2755,220,'comment_shortcuts','false'),(2756,220,'admin_color','fresh'),(2757,220,'use_ssl','0'),(2758,220,'show_admin_bar_front','true'),(2759,220,'locale',''),(2760,220,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2761,220,'wp_user_level','0'),(2762,220,'default_password_nag','1'),(2763,221,'nickname','tina1989'),(2764,221,'first_name',''),(2765,221,'last_name',''),(2766,221,'description',''),(2767,221,'rich_editing','true'),(2768,221,'comment_shortcuts','false'),(2769,221,'admin_color','fresh'),(2770,221,'use_ssl','0'),(2771,221,'show_admin_bar_front','true'),(2772,221,'locale',''),(2773,221,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2774,221,'wp_user_level','0'),(2775,221,'default_password_nag','1'),(2776,222,'nickname','cccharity1961'),(2777,222,'first_name',''),(2778,222,'last_name',''),(2779,222,'description',''),(2780,222,'rich_editing','true'),(2781,222,'comment_shortcuts','false'),(2782,222,'admin_color','fresh'),(2783,222,'use_ssl','0'),(2784,222,'show_admin_bar_front','true'),(2785,222,'locale',''),(2786,222,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2787,222,'wp_user_level','0'),(2788,222,'default_password_nag','1'),(2789,223,'nickname','miaoer1998'),(2790,223,'first_name',''),(2791,223,'last_name',''),(2792,223,'description',''),(2793,223,'rich_editing','true'),(2794,223,'comment_shortcuts','false'),(2795,223,'admin_color','fresh'),(2796,223,'use_ssl','0'),(2797,223,'show_admin_bar_front','true'),(2798,223,'locale',''),(2799,223,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2800,223,'wp_user_level','0'),(2801,223,'default_password_nag','1'),(2802,224,'nickname','jlmoody31981'),(2803,224,'first_name',''),(2804,224,'last_name',''),(2805,224,'description',''),(2806,224,'rich_editing','true'),(2807,224,'comment_shortcuts','false'),(2808,224,'admin_color','fresh'),(2809,224,'use_ssl','0'),(2810,224,'show_admin_bar_front','true'),(2811,224,'locale',''),(2812,224,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2813,224,'wp_user_level','0'),(2814,224,'default_password_nag','1'),(2815,225,'nickname','scottmyeilding1989'),(2816,225,'first_name',''),(2817,225,'last_name',''),(2818,225,'description',''),(2819,225,'rich_editing','true'),(2820,225,'comment_shortcuts','false'),(2821,225,'admin_color','fresh'),(2822,225,'use_ssl','0'),(2823,225,'show_admin_bar_front','true'),(2824,225,'locale',''),(2825,225,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2826,225,'wp_user_level','0'),(2827,225,'default_password_nag','1'),(2828,226,'nickname','andrew-fraser1953'),(2829,226,'first_name',''),(2830,226,'last_name',''),(2831,226,'description',''),(2832,226,'rich_editing','true'),(2833,226,'comment_shortcuts','false'),(2834,226,'admin_color','fresh'),(2835,226,'use_ssl','0'),(2836,226,'show_admin_bar_front','true'),(2837,226,'locale',''),(2838,226,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2839,226,'wp_user_level','0'),(2840,226,'default_password_nag','1'),(2841,227,'nickname','bracialetto1992'),(2842,227,'first_name',''),(2843,227,'last_name',''),(2844,227,'description',''),(2845,227,'rich_editing','true'),(2846,227,'comment_shortcuts','false'),(2847,227,'admin_color','fresh'),(2848,227,'use_ssl','0'),(2849,227,'show_admin_bar_front','true'),(2850,227,'locale',''),(2851,227,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2852,227,'wp_user_level','0'),(2853,227,'default_password_nag','1'),(2854,228,'nickname','tiffanyfunn1971'),(2855,228,'first_name',''),(2856,228,'last_name',''),(2857,228,'description',''),(2858,228,'rich_editing','true'),(2859,228,'comment_shortcuts','false'),(2860,228,'admin_color','fresh'),(2861,228,'use_ssl','0'),(2862,228,'show_admin_bar_front','true'),(2863,228,'locale',''),(2864,228,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2865,228,'wp_user_level','0'),(2866,228,'default_password_nag','1'),(2867,229,'nickname','boyblu191961'),(2868,229,'first_name',''),(2869,229,'last_name',''),(2870,229,'description',''),(2871,229,'rich_editing','true'),(2872,229,'comment_shortcuts','false'),(2873,229,'admin_color','fresh'),(2874,229,'use_ssl','0'),(2875,229,'show_admin_bar_front','true'),(2876,229,'locale',''),(2877,229,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2878,229,'wp_user_level','0'),(2879,229,'default_password_nag','1'),(2880,230,'nickname','pudgie1978262002'),(2881,230,'first_name',''),(2882,230,'last_name',''),(2883,230,'description',''),(2884,230,'rich_editing','true'),(2885,230,'comment_shortcuts','false'),(2886,230,'admin_color','fresh'),(2887,230,'use_ssl','0'),(2888,230,'show_admin_bar_front','true'),(2889,230,'locale',''),(2890,230,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2891,230,'wp_user_level','0'),(2892,230,'default_password_nag','1'),(2893,231,'nickname','jjensen1421975'),(2894,231,'first_name',''),(2895,231,'last_name',''),(2896,231,'description',''),(2897,231,'rich_editing','true'),(2898,231,'comment_shortcuts','false'),(2899,231,'admin_color','fresh'),(2900,231,'use_ssl','0'),(2901,231,'show_admin_bar_front','true'),(2902,231,'locale',''),(2903,231,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2904,231,'wp_user_level','0'),(2905,231,'default_password_nag','1'),(2906,232,'nickname','girlinthelake1975'),(2907,232,'first_name',''),(2908,232,'last_name',''),(2909,232,'description',''),(2910,232,'rich_editing','true'),(2911,232,'comment_shortcuts','false'),(2912,232,'admin_color','fresh'),(2913,232,'use_ssl','0'),(2914,232,'show_admin_bar_front','true'),(2915,232,'locale',''),(2916,232,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2917,232,'wp_user_level','0'),(2918,232,'default_password_nag','1'),(2919,233,'nickname','spwyss1983'),(2920,233,'first_name',''),(2921,233,'last_name',''),(2922,233,'description',''),(2923,233,'rich_editing','true'),(2924,233,'comment_shortcuts','false'),(2925,233,'admin_color','fresh'),(2926,233,'use_ssl','0'),(2927,233,'show_admin_bar_front','true'),(2928,233,'locale',''),(2929,233,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2930,233,'wp_user_level','0'),(2931,233,'default_password_nag','1'),(2932,234,'nickname','achavez8871971'),(2933,234,'first_name',''),(2934,234,'last_name',''),(2935,234,'description',''),(2936,234,'rich_editing','true'),(2937,234,'comment_shortcuts','false'),(2938,234,'admin_color','fresh'),(2939,234,'use_ssl','0'),(2940,234,'show_admin_bar_front','true'),(2941,234,'locale',''),(2942,234,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2943,234,'wp_user_level','0'),(2944,234,'default_password_nag','1'),(2945,235,'nickname','nrpickering1965'),(2946,235,'first_name',''),(2947,235,'last_name',''),(2948,235,'description',''),(2949,235,'rich_editing','true'),(2950,235,'comment_shortcuts','false'),(2951,235,'admin_color','fresh'),(2952,235,'use_ssl','0'),(2953,235,'show_admin_bar_front','true'),(2954,235,'locale',''),(2955,235,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2956,235,'wp_user_level','0'),(2957,235,'default_password_nag','1'),(2958,236,'nickname','dawntrice131970'),(2959,236,'first_name',''),(2960,236,'last_name',''),(2961,236,'description',''),(2962,236,'rich_editing','true'),(2963,236,'comment_shortcuts','false'),(2964,236,'admin_color','fresh'),(2965,236,'use_ssl','0'),(2966,236,'show_admin_bar_front','true'),(2967,236,'locale',''),(2968,236,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2969,236,'wp_user_level','0'),(2970,236,'default_password_nag','1'),(2971,237,'nickname','hwon206641969'),(2972,237,'first_name',''),(2973,237,'last_name',''),(2974,237,'description',''),(2975,237,'rich_editing','true'),(2976,237,'comment_shortcuts','false'),(2977,237,'admin_color','fresh'),(2978,237,'use_ssl','0'),(2979,237,'show_admin_bar_front','true'),(2980,237,'locale',''),(2981,237,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2982,237,'wp_user_level','0'),(2983,237,'default_password_nag','1'),(2984,238,'nickname','msmitty202004'),(2985,238,'first_name',''),(2986,238,'last_name',''),(2987,238,'description',''),(2988,238,'rich_editing','true'),(2989,238,'comment_shortcuts','false'),(2990,238,'admin_color','fresh'),(2991,238,'use_ssl','0'),(2992,238,'show_admin_bar_front','true'),(2993,238,'locale',''),(2994,238,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2995,238,'wp_user_level','0'),(2996,238,'default_password_nag','1'),(2997,239,'nickname','jbmmitchell1968'),(2998,239,'first_name',''),(2999,239,'last_name',''),(3000,239,'description',''),(3001,239,'rich_editing','true'),(3002,239,'comment_shortcuts','false'),(3003,239,'admin_color','fresh'),(3004,239,'use_ssl','0'),(3005,239,'show_admin_bar_front','true'),(3006,239,'locale',''),(3007,239,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3008,239,'wp_user_level','0'),(3009,239,'default_password_nag','1'),(3010,240,'nickname','normamenaged2005'),(3011,240,'first_name',''),(3012,240,'last_name',''),(3013,240,'description',''),(3014,240,'rich_editing','true'),(3015,240,'comment_shortcuts','false'),(3016,240,'admin_color','fresh'),(3017,240,'use_ssl','0'),(3018,240,'show_admin_bar_front','true'),(3019,240,'locale',''),(3020,240,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3021,240,'wp_user_level','0'),(3022,240,'default_password_nag','1'),(3023,241,'nickname','mellian1999'),(3024,241,'first_name',''),(3025,241,'last_name',''),(3026,241,'description',''),(3027,241,'rich_editing','true'),(3028,241,'comment_shortcuts','false'),(3029,241,'admin_color','fresh'),(3030,241,'use_ssl','0'),(3031,241,'show_admin_bar_front','true'),(3032,241,'locale',''),(3033,241,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3034,241,'wp_user_level','0'),(3035,241,'default_password_nag','1'),(3036,242,'nickname','saloviche2006'),(3037,242,'first_name',''),(3038,242,'last_name',''),(3039,242,'description',''),(3040,242,'rich_editing','true'),(3041,242,'comment_shortcuts','false'),(3042,242,'admin_color','fresh'),(3043,242,'use_ssl','0'),(3044,242,'show_admin_bar_front','true'),(3045,242,'locale',''),(3046,242,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3047,242,'wp_user_level','0'),(3048,242,'default_password_nag','1'),(3049,243,'nickname','pamjitkaur7112005'),(3050,243,'first_name',''),(3051,243,'last_name',''),(3052,243,'description',''),(3053,243,'rich_editing','true'),(3054,243,'comment_shortcuts','false'),(3055,243,'admin_color','fresh'),(3056,243,'use_ssl','0'),(3057,243,'show_admin_bar_front','true'),(3058,243,'locale',''),(3059,243,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3060,243,'wp_user_level','0'),(3061,243,'default_password_nag','1'),(3062,244,'nickname','ariacomputersuk2009'),(3063,244,'first_name',''),(3064,244,'last_name',''),(3065,244,'description',''),(3066,244,'rich_editing','true'),(3067,244,'comment_shortcuts','false'),(3068,244,'admin_color','fresh'),(3069,244,'use_ssl','0'),(3070,244,'show_admin_bar_front','true'),(3071,244,'locale',''),(3072,244,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3073,244,'wp_user_level','0'),(3074,244,'default_password_nag','1'),(3075,245,'nickname','hzyhzy011957'),(3076,245,'first_name',''),(3077,245,'last_name',''),(3078,245,'description',''),(3079,245,'rich_editing','true'),(3080,245,'comment_shortcuts','false'),(3081,245,'admin_color','fresh'),(3082,245,'use_ssl','0'),(3083,245,'show_admin_bar_front','true'),(3084,245,'locale',''),(3085,245,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3086,245,'wp_user_level','0'),(3087,245,'default_password_nag','1'),(3088,246,'nickname','annac1974'),(3089,246,'first_name',''),(3090,246,'last_name',''),(3091,246,'description',''),(3092,246,'rich_editing','true'),(3093,246,'comment_shortcuts','false'),(3094,246,'admin_color','fresh'),(3095,246,'use_ssl','0'),(3096,246,'show_admin_bar_front','true'),(3097,246,'locale',''),(3098,246,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3099,246,'wp_user_level','0'),(3100,246,'default_password_nag','1'),(3101,247,'nickname','dbackfan312007'),(3102,247,'first_name',''),(3103,247,'last_name',''),(3104,247,'description',''),(3105,247,'rich_editing','true'),(3106,247,'comment_shortcuts','false'),(3107,247,'admin_color','fresh'),(3108,247,'use_ssl','0'),(3109,247,'show_admin_bar_front','true'),(3110,247,'locale',''),(3111,247,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3112,247,'wp_user_level','0'),(3113,247,'default_password_nag','1'),(3114,248,'nickname','veemac741969'),(3115,248,'first_name',''),(3116,248,'last_name',''),(3117,248,'description',''),(3118,248,'rich_editing','true'),(3119,248,'comment_shortcuts','false'),(3120,248,'admin_color','fresh'),(3121,248,'use_ssl','0'),(3122,248,'show_admin_bar_front','true'),(3123,248,'locale',''),(3124,248,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3125,248,'wp_user_level','0'),(3126,248,'default_password_nag','1'),(3127,249,'nickname','tinsel862004'),(3128,249,'first_name',''),(3129,249,'last_name',''),(3130,249,'description',''),(3131,249,'rich_editing','true'),(3132,249,'comment_shortcuts','false'),(3133,249,'admin_color','fresh'),(3134,249,'use_ssl','0'),(3135,249,'show_admin_bar_front','true'),(3136,249,'locale',''),(3137,249,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3138,249,'wp_user_level','0'),(3139,249,'default_password_nag','1'),(3140,250,'nickname','piyushgupta2002'),(3141,250,'first_name',''),(3142,250,'last_name',''),(3143,250,'description',''),(3144,250,'rich_editing','true'),(3145,250,'comment_shortcuts','false'),(3146,250,'admin_color','fresh'),(3147,250,'use_ssl','0'),(3148,250,'show_admin_bar_front','true'),(3149,250,'locale',''),(3150,250,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3151,250,'wp_user_level','0'),(3152,250,'default_password_nag','1'),(3153,251,'nickname','evilpinoy1981'),(3154,251,'first_name',''),(3155,251,'last_name',''),(3156,251,'description',''),(3157,251,'rich_editing','true'),(3158,251,'comment_shortcuts','false'),(3159,251,'admin_color','fresh'),(3160,251,'use_ssl','0'),(3161,251,'show_admin_bar_front','true'),(3162,251,'locale',''),(3163,251,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3164,251,'wp_user_level','0'),(3165,251,'default_password_nag','1'),(3166,252,'nickname','chloe__vb1985'),(3167,252,'first_name',''),(3168,252,'last_name',''),(3169,252,'description',''),(3170,252,'rich_editing','true'),(3171,252,'comment_shortcuts','false'),(3172,252,'admin_color','fresh'),(3173,252,'use_ssl','0'),(3174,252,'show_admin_bar_front','true'),(3175,252,'locale',''),(3176,252,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3177,252,'wp_user_level','0'),(3178,252,'default_password_nag','1'),(3179,253,'nickname','brade7771966'),(3180,253,'first_name',''),(3181,253,'last_name',''),(3182,253,'description',''),(3183,253,'rich_editing','true'),(3184,253,'comment_shortcuts','false'),(3185,253,'admin_color','fresh'),(3186,253,'use_ssl','0'),(3187,253,'show_admin_bar_front','true'),(3188,253,'locale',''),(3189,253,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3190,253,'wp_user_level','0'),(3191,253,'default_password_nag','1'),(3192,254,'nickname','dawood_ca1950'),(3193,254,'first_name',''),(3194,254,'last_name',''),(3195,254,'description',''),(3196,254,'rich_editing','true'),(3197,254,'comment_shortcuts','false'),(3198,254,'admin_color','fresh'),(3199,254,'use_ssl','0'),(3200,254,'show_admin_bar_front','true'),(3201,254,'locale',''),(3202,254,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3203,254,'wp_user_level','0'),(3204,254,'default_password_nag','1'),(3205,255,'nickname','theman871955'),(3206,255,'first_name',''),(3207,255,'last_name',''),(3208,255,'description',''),(3209,255,'rich_editing','true'),(3210,255,'comment_shortcuts','false'),(3211,255,'admin_color','fresh'),(3212,255,'use_ssl','0'),(3213,255,'show_admin_bar_front','true'),(3214,255,'locale',''),(3215,255,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3216,255,'wp_user_level','0'),(3217,255,'default_password_nag','1'),(3218,256,'nickname','wolfekristin2004'),(3219,256,'first_name',''),(3220,256,'last_name',''),(3221,256,'description',''),(3222,256,'rich_editing','true'),(3223,256,'comment_shortcuts','false'),(3224,256,'admin_color','fresh'),(3225,256,'use_ssl','0'),(3226,256,'show_admin_bar_front','true'),(3227,256,'locale',''),(3228,256,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3229,256,'wp_user_level','0'),(3230,256,'default_password_nag','1'),(3231,257,'nickname','pedesrosiers2000'),(3232,257,'first_name',''),(3233,257,'last_name',''),(3234,257,'description',''),(3235,257,'rich_editing','true'),(3236,257,'comment_shortcuts','false'),(3237,257,'admin_color','fresh'),(3238,257,'use_ssl','0'),(3239,257,'show_admin_bar_front','true'),(3240,257,'locale',''),(3241,257,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3242,257,'wp_user_level','0'),(3243,257,'default_password_nag','1'),(3244,258,'nickname','darcypamela5521991'),(3245,258,'first_name',''),(3246,258,'last_name',''),(3247,258,'description',''),(3248,258,'rich_editing','true'),(3249,258,'comment_shortcuts','false'),(3250,258,'admin_color','fresh'),(3251,258,'use_ssl','0'),(3252,258,'show_admin_bar_front','true'),(3253,258,'locale',''),(3254,258,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3255,258,'wp_user_level','0'),(3256,258,'default_password_nag','1'),(3257,259,'nickname','sstvns661961'),(3258,259,'first_name',''),(3259,259,'last_name',''),(3260,259,'description',''),(3261,259,'rich_editing','true'),(3262,259,'comment_shortcuts','false'),(3263,259,'admin_color','fresh'),(3264,259,'use_ssl','0'),(3265,259,'show_admin_bar_front','true'),(3266,259,'locale',''),(3267,259,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3268,259,'wp_user_level','0'),(3269,259,'default_password_nag','1'),(3270,260,'nickname','justleanne1957'),(3271,260,'first_name',''),(3272,260,'last_name',''),(3273,260,'description',''),(3274,260,'rich_editing','true'),(3275,260,'comment_shortcuts','false'),(3276,260,'admin_color','fresh'),(3277,260,'use_ssl','0'),(3278,260,'show_admin_bar_front','true'),(3279,260,'locale',''),(3280,260,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3281,260,'wp_user_level','0'),(3282,260,'default_password_nag','1'),(3283,261,'nickname','abuse1954'),(3284,261,'first_name',''),(3285,261,'last_name',''),(3286,261,'description',''),(3287,261,'rich_editing','true'),(3288,261,'comment_shortcuts','false'),(3289,261,'admin_color','fresh'),(3290,261,'use_ssl','0'),(3291,261,'show_admin_bar_front','true'),(3292,261,'locale',''),(3293,261,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3294,261,'wp_user_level','0'),(3295,261,'default_password_nag','1'),(3296,262,'nickname','robynerin1953'),(3297,262,'first_name',''),(3298,262,'last_name',''),(3299,262,'description',''),(3300,262,'rich_editing','true'),(3301,262,'comment_shortcuts','false'),(3302,262,'admin_color','fresh'),(3303,262,'use_ssl','0'),(3304,262,'show_admin_bar_front','true'),(3305,262,'locale',''),(3306,262,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3307,262,'wp_user_level','0'),(3308,262,'default_password_nag','1'),(3309,263,'nickname','stephanieg45791964'),(3310,263,'first_name',''),(3311,263,'last_name',''),(3312,263,'description',''),(3313,263,'rich_editing','true'),(3314,263,'comment_shortcuts','false'),(3315,263,'admin_color','fresh'),(3316,263,'use_ssl','0'),(3317,263,'show_admin_bar_front','true'),(3318,263,'locale',''),(3319,263,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3320,263,'wp_user_level','0'),(3321,263,'default_password_nag','1'),(3322,264,'nickname','abuse1993'),(3323,264,'first_name',''),(3324,264,'last_name',''),(3325,264,'description',''),(3326,264,'rich_editing','true'),(3327,264,'comment_shortcuts','false'),(3328,264,'admin_color','fresh'),(3329,264,'use_ssl','0'),(3330,264,'show_admin_bar_front','true'),(3331,264,'locale',''),(3332,264,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3333,264,'wp_user_level','0'),(3334,264,'default_password_nag','1'),(3335,265,'nickname','kt2hamilton1980'),(3336,265,'first_name',''),(3337,265,'last_name',''),(3338,265,'description',''),(3339,265,'rich_editing','true'),(3340,265,'comment_shortcuts','false'),(3341,265,'admin_color','fresh'),(3342,265,'use_ssl','0'),(3343,265,'show_admin_bar_front','true'),(3344,265,'locale',''),(3345,265,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3346,265,'wp_user_level','0'),(3347,265,'default_password_nag','1'),(3348,266,'nickname','alicebennett1987'),(3349,266,'first_name',''),(3350,266,'last_name',''),(3351,266,'description',''),(3352,266,'rich_editing','true'),(3353,266,'comment_shortcuts','false'),(3354,266,'admin_color','fresh'),(3355,266,'use_ssl','0'),(3356,266,'show_admin_bar_front','true'),(3357,266,'locale',''),(3358,266,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3359,266,'wp_user_level','0'),(3360,266,'default_password_nag','1'),(3361,267,'nickname','meem11272010'),(3362,267,'first_name',''),(3363,267,'last_name',''),(3364,267,'description',''),(3365,267,'rich_editing','true'),(3366,267,'comment_shortcuts','false'),(3367,267,'admin_color','fresh'),(3368,267,'use_ssl','0'),(3369,267,'show_admin_bar_front','true'),(3370,267,'locale',''),(3371,267,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3372,267,'wp_user_level','0'),(3373,267,'default_password_nag','1'),(3374,268,'nickname','adgb21996'),(3375,268,'first_name',''),(3376,268,'last_name',''),(3377,268,'description',''),(3378,268,'rich_editing','true'),(3379,268,'comment_shortcuts','false'),(3380,268,'admin_color','fresh'),(3381,268,'use_ssl','0'),(3382,268,'show_admin_bar_front','true'),(3383,268,'locale',''),(3384,268,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3385,268,'wp_user_level','0'),(3386,268,'default_password_nag','1'),(3387,269,'nickname','authenticbrands1989'),(3388,269,'first_name',''),(3389,269,'last_name',''),(3390,269,'description',''),(3391,269,'rich_editing','true'),(3392,269,'comment_shortcuts','false'),(3393,269,'admin_color','fresh'),(3394,269,'use_ssl','0'),(3395,269,'show_admin_bar_front','true'),(3396,269,'locale',''),(3397,269,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3398,269,'wp_user_level','0'),(3399,269,'default_password_nag','1'),(3400,270,'nickname','ogorkavchuk2003'),(3401,270,'first_name',''),(3402,270,'last_name',''),(3403,270,'description',''),(3404,270,'rich_editing','true'),(3405,270,'comment_shortcuts','false'),(3406,270,'admin_color','fresh'),(3407,270,'use_ssl','0'),(3408,270,'show_admin_bar_front','true'),(3409,270,'locale',''),(3410,270,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3411,270,'wp_user_level','0'),(3412,270,'default_password_nag','1'),(3413,271,'nickname','jdiluigi11984'),(3414,271,'first_name',''),(3415,271,'last_name',''),(3416,271,'description',''),(3417,271,'rich_editing','true'),(3418,271,'comment_shortcuts','false'),(3419,271,'admin_color','fresh'),(3420,271,'use_ssl','0'),(3421,271,'show_admin_bar_front','true'),(3422,271,'locale',''),(3423,271,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3424,271,'wp_user_level','0'),(3425,271,'default_password_nag','1'),(3426,272,'nickname','wilfried.labbus1998'),(3427,272,'first_name',''),(3428,272,'last_name',''),(3429,272,'description',''),(3430,272,'rich_editing','true'),(3431,272,'comment_shortcuts','false'),(3432,272,'admin_color','fresh'),(3433,272,'use_ssl','0'),(3434,272,'show_admin_bar_front','true'),(3435,272,'locale',''),(3436,272,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3437,272,'wp_user_level','0'),(3438,272,'default_password_nag','1'),(3439,273,'nickname','smdiel91997'),(3440,273,'first_name',''),(3441,273,'last_name',''),(3442,273,'description',''),(3443,273,'rich_editing','true'),(3444,273,'comment_shortcuts','false'),(3445,273,'admin_color','fresh'),(3446,273,'use_ssl','0'),(3447,273,'show_admin_bar_front','true'),(3448,273,'locale',''),(3449,273,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3450,273,'wp_user_level','0'),(3451,273,'default_password_nag','1'),(3452,274,'nickname','raramos872008'),(3453,274,'first_name',''),(3454,274,'last_name',''),(3455,274,'description',''),(3456,274,'rich_editing','true'),(3457,274,'comment_shortcuts','false'),(3458,274,'admin_color','fresh'),(3459,274,'use_ssl','0'),(3460,274,'show_admin_bar_front','true'),(3461,274,'locale',''),(3462,274,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3463,274,'wp_user_level','0'),(3464,274,'default_password_nag','1'),(3465,275,'nickname','joeykc242005'),(3466,275,'first_name',''),(3467,275,'last_name',''),(3468,275,'description',''),(3469,275,'rich_editing','true'),(3470,275,'comment_shortcuts','false'),(3471,275,'admin_color','fresh'),(3472,275,'use_ssl','0'),(3473,275,'show_admin_bar_front','true'),(3474,275,'locale',''),(3475,275,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3476,275,'wp_user_level','0'),(3477,275,'default_password_nag','1'),(3478,276,'nickname','dunkbm281983'),(3479,276,'first_name',''),(3480,276,'last_name',''),(3481,276,'description',''),(3482,276,'rich_editing','true'),(3483,276,'comment_shortcuts','false'),(3484,276,'admin_color','fresh'),(3485,276,'use_ssl','0'),(3486,276,'show_admin_bar_front','true'),(3487,276,'locale',''),(3488,276,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3489,276,'wp_user_level','0'),(3490,276,'default_password_nag','1'),(3491,277,'nickname','taank7141952'),(3492,277,'first_name',''),(3493,277,'last_name',''),(3494,277,'description',''),(3495,277,'rich_editing','true'),(3496,277,'comment_shortcuts','false'),(3497,277,'admin_color','fresh'),(3498,277,'use_ssl','0'),(3499,277,'show_admin_bar_front','true'),(3500,277,'locale',''),(3501,277,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3502,277,'wp_user_level','0'),(3503,277,'default_password_nag','1'),(3504,278,'nickname','dunn10162003'),(3505,278,'first_name',''),(3506,278,'last_name',''),(3507,278,'description',''),(3508,278,'rich_editing','true'),(3509,278,'comment_shortcuts','false'),(3510,278,'admin_color','fresh'),(3511,278,'use_ssl','0'),(3512,278,'show_admin_bar_front','true'),(3513,278,'locale',''),(3514,278,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3515,278,'wp_user_level','0'),(3516,278,'default_password_nag','1'),(3517,279,'nickname','drkel31981'),(3518,279,'first_name',''),(3519,279,'last_name',''),(3520,279,'description',''),(3521,279,'rich_editing','true'),(3522,279,'comment_shortcuts','false'),(3523,279,'admin_color','fresh'),(3524,279,'use_ssl','0'),(3525,279,'show_admin_bar_front','true'),(3526,279,'locale',''),(3527,279,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3528,279,'wp_user_level','0'),(3529,279,'default_password_nag','1'),(3530,280,'nickname','cathyrose3331975'),(3531,280,'first_name',''),(3532,280,'last_name',''),(3533,280,'description',''),(3534,280,'rich_editing','true'),(3535,280,'comment_shortcuts','false'),(3536,280,'admin_color','fresh'),(3537,280,'use_ssl','0'),(3538,280,'show_admin_bar_front','true'),(3539,280,'locale',''),(3540,280,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3541,280,'wp_user_level','0'),(3542,280,'default_password_nag','1'),(3543,281,'nickname','jamar9131983'),(3544,281,'first_name',''),(3545,281,'last_name',''),(3546,281,'description',''),(3547,281,'rich_editing','true'),(3548,281,'comment_shortcuts','false'),(3549,281,'admin_color','fresh'),(3550,281,'use_ssl','0'),(3551,281,'show_admin_bar_front','true'),(3552,281,'locale',''),(3553,281,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3554,281,'wp_user_level','0'),(3555,281,'default_password_nag','1'),(3556,282,'nickname','griegoalberto1980'),(3557,282,'first_name',''),(3558,282,'last_name',''),(3559,282,'description',''),(3560,282,'rich_editing','true'),(3561,282,'comment_shortcuts','false'),(3562,282,'admin_color','fresh'),(3563,282,'use_ssl','0'),(3564,282,'show_admin_bar_front','true'),(3565,282,'locale',''),(3566,282,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3567,282,'wp_user_level','0'),(3568,282,'default_password_nag','1'),(3569,283,'nickname','piperofpeace2001'),(3570,283,'first_name',''),(3571,283,'last_name',''),(3572,283,'description',''),(3573,283,'rich_editing','true'),(3574,283,'comment_shortcuts','false'),(3575,283,'admin_color','fresh'),(3576,283,'use_ssl','0'),(3577,283,'show_admin_bar_front','true'),(3578,283,'locale',''),(3579,283,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3580,283,'wp_user_level','0'),(3581,283,'default_password_nag','1'),(3582,284,'nickname','emerino22872009'),(3583,284,'first_name',''),(3584,284,'last_name',''),(3585,284,'description',''),(3586,284,'rich_editing','true'),(3587,284,'comment_shortcuts','false'),(3588,284,'admin_color','fresh'),(3589,284,'use_ssl','0'),(3590,284,'show_admin_bar_front','true'),(3591,284,'locale',''),(3592,284,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3593,284,'wp_user_level','0'),(3594,284,'default_password_nag','1'),(3595,285,'nickname','hostmaster1955'),(3596,285,'first_name',''),(3597,285,'last_name',''),(3598,285,'description',''),(3599,285,'rich_editing','true'),(3600,285,'comment_shortcuts','false'),(3601,285,'admin_color','fresh'),(3602,285,'use_ssl','0'),(3603,285,'show_admin_bar_front','true'),(3604,285,'locale',''),(3605,285,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3606,285,'wp_user_level','0'),(3607,285,'default_password_nag','1'),(3608,286,'nickname','rmoss291955'),(3609,286,'first_name',''),(3610,286,'last_name',''),(3611,286,'description',''),(3612,286,'rich_editing','true'),(3613,286,'comment_shortcuts','false'),(3614,286,'admin_color','fresh'),(3615,286,'use_ssl','0'),(3616,286,'show_admin_bar_front','true'),(3617,286,'locale',''),(3618,286,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3619,286,'wp_user_level','0'),(3620,286,'default_password_nag','1'),(3621,287,'nickname','lisabarram2004'),(3622,287,'first_name',''),(3623,287,'last_name',''),(3624,287,'description',''),(3625,287,'rich_editing','true'),(3626,287,'comment_shortcuts','false'),(3627,287,'admin_color','fresh'),(3628,287,'use_ssl','0'),(3629,287,'show_admin_bar_front','true'),(3630,287,'locale',''),(3631,287,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3632,287,'wp_user_level','0'),(3633,287,'default_password_nag','1'),(3634,288,'nickname','jason.fishbein1985'),(3635,288,'first_name',''),(3636,288,'last_name',''),(3637,288,'description',''),(3638,288,'rich_editing','true'),(3639,288,'comment_shortcuts','false'),(3640,288,'admin_color','fresh'),(3641,288,'use_ssl','0'),(3642,288,'show_admin_bar_front','true'),(3643,288,'locale',''),(3644,288,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3645,288,'wp_user_level','0'),(3646,288,'default_password_nag','1'),(3647,289,'nickname','eadjmn2009'),(3648,289,'first_name',''),(3649,289,'last_name',''),(3650,289,'description',''),(3651,289,'rich_editing','true'),(3652,289,'comment_shortcuts','false'),(3653,289,'admin_color','fresh'),(3654,289,'use_ssl','0'),(3655,289,'show_admin_bar_front','true'),(3656,289,'locale',''),(3657,289,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3658,289,'wp_user_level','0'),(3659,289,'default_password_nag','1'),(3660,290,'nickname','shaunswanger1969'),(3661,290,'first_name',''),(3662,290,'last_name',''),(3663,290,'description',''),(3664,290,'rich_editing','true'),(3665,290,'comment_shortcuts','false'),(3666,290,'admin_color','fresh'),(3667,290,'use_ssl','0'),(3668,290,'show_admin_bar_front','true'),(3669,290,'locale',''),(3670,290,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3671,290,'wp_user_level','0'),(3672,290,'default_password_nag','1'),(3673,291,'nickname','tammy1985'),(3674,291,'first_name',''),(3675,291,'last_name',''),(3676,291,'description',''),(3677,291,'rich_editing','true'),(3678,291,'comment_shortcuts','false'),(3679,291,'admin_color','fresh'),(3680,291,'use_ssl','0'),(3681,291,'show_admin_bar_front','true'),(3682,291,'locale',''),(3683,291,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3684,291,'wp_user_level','0'),(3685,291,'default_password_nag','1'),(3686,292,'nickname','jfpendal1988'),(3687,292,'first_name',''),(3688,292,'last_name',''),(3689,292,'description',''),(3690,292,'rich_editing','true'),(3691,292,'comment_shortcuts','false'),(3692,292,'admin_color','fresh'),(3693,292,'use_ssl','0'),(3694,292,'show_admin_bar_front','true'),(3695,292,'locale',''),(3696,292,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3697,292,'wp_user_level','0'),(3698,292,'default_password_nag','1'),(3699,293,'nickname','matthewhagedorn1973'),(3700,293,'first_name',''),(3701,293,'last_name',''),(3702,293,'description',''),(3703,293,'rich_editing','true'),(3704,293,'comment_shortcuts','false'),(3705,293,'admin_color','fresh'),(3706,293,'use_ssl','0'),(3707,293,'show_admin_bar_front','true'),(3708,293,'locale',''),(3709,293,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3710,293,'wp_user_level','0'),(3711,293,'default_password_nag','1'),(3712,294,'nickname','robinrizek1987'),(3713,294,'first_name',''),(3714,294,'last_name',''),(3715,294,'description',''),(3716,294,'rich_editing','true'),(3717,294,'comment_shortcuts','false'),(3718,294,'admin_color','fresh'),(3719,294,'use_ssl','0'),(3720,294,'show_admin_bar_front','true'),(3721,294,'locale',''),(3722,294,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3723,294,'wp_user_level','0'),(3724,294,'default_password_nag','1'),(3725,295,'nickname','samjoym1951'),(3726,295,'first_name',''),(3727,295,'last_name',''),(3728,295,'description',''),(3729,295,'rich_editing','true'),(3730,295,'comment_shortcuts','false'),(3731,295,'admin_color','fresh'),(3732,295,'use_ssl','0'),(3733,295,'show_admin_bar_front','true'),(3734,295,'locale',''),(3735,295,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3736,295,'wp_user_level','0'),(3737,295,'default_password_nag','1'),(3738,296,'nickname','ejkmouse1955'),(3739,296,'first_name',''),(3740,296,'last_name',''),(3741,296,'description',''),(3742,296,'rich_editing','true'),(3743,296,'comment_shortcuts','false'),(3744,296,'admin_color','fresh'),(3745,296,'use_ssl','0'),(3746,296,'show_admin_bar_front','true'),(3747,296,'locale',''),(3748,296,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3749,296,'wp_user_level','0'),(3750,296,'default_password_nag','1'),(3751,297,'nickname','rhedd451973'),(3752,297,'first_name',''),(3753,297,'last_name',''),(3754,297,'description',''),(3755,297,'rich_editing','true'),(3756,297,'comment_shortcuts','false'),(3757,297,'admin_color','fresh'),(3758,297,'use_ssl','0'),(3759,297,'show_admin_bar_front','true'),(3760,297,'locale',''),(3761,297,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3762,297,'wp_user_level','0'),(3763,297,'default_password_nag','1'),(3764,298,'nickname','dannyqt3421987'),(3765,298,'first_name',''),(3766,298,'last_name',''),(3767,298,'description',''),(3768,298,'rich_editing','true'),(3769,298,'comment_shortcuts','false'),(3770,298,'admin_color','fresh'),(3771,298,'use_ssl','0'),(3772,298,'show_admin_bar_front','true'),(3773,298,'locale',''),(3774,298,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3775,298,'wp_user_level','0'),(3776,298,'default_password_nag','1'),(3777,299,'nickname','ashtray5102000'),(3778,299,'first_name',''),(3779,299,'last_name',''),(3780,299,'description',''),(3781,299,'rich_editing','true'),(3782,299,'comment_shortcuts','false'),(3783,299,'admin_color','fresh'),(3784,299,'use_ssl','0'),(3785,299,'show_admin_bar_front','true'),(3786,299,'locale',''),(3787,299,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3788,299,'wp_user_level','0'),(3789,299,'default_password_nag','1'),(3790,300,'nickname','coachmrm1969'),(3791,300,'first_name',''),(3792,300,'last_name',''),(3793,300,'description',''),(3794,300,'rich_editing','true'),(3795,300,'comment_shortcuts','false'),(3796,300,'admin_color','fresh'),(3797,300,'use_ssl','0'),(3798,300,'show_admin_bar_front','true'),(3799,300,'locale',''),(3800,300,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3801,300,'wp_user_level','0'),(3802,300,'default_password_nag','1'),(3803,301,'nickname','trentehall1968'),(3804,301,'first_name',''),(3805,301,'last_name',''),(3806,301,'description',''),(3807,301,'rich_editing','true'),(3808,301,'comment_shortcuts','false'),(3809,301,'admin_color','fresh'),(3810,301,'use_ssl','0'),(3811,301,'show_admin_bar_front','true'),(3812,301,'locale',''),(3813,301,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3814,301,'wp_user_level','0'),(3815,301,'default_password_nag','1'),(3816,302,'nickname','design8a1962'),(3817,302,'first_name',''),(3818,302,'last_name',''),(3819,302,'description',''),(3820,302,'rich_editing','true'),(3821,302,'comment_shortcuts','false'),(3822,302,'admin_color','fresh'),(3823,302,'use_ssl','0'),(3824,302,'show_admin_bar_front','true'),(3825,302,'locale',''),(3826,302,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3827,302,'wp_user_level','0'),(3828,302,'default_password_nag','1'),(3829,303,'nickname','joymolen1972'),(3830,303,'first_name',''),(3831,303,'last_name',''),(3832,303,'description',''),(3833,303,'rich_editing','true'),(3834,303,'comment_shortcuts','false'),(3835,303,'admin_color','fresh'),(3836,303,'use_ssl','0'),(3837,303,'show_admin_bar_front','true'),(3838,303,'locale',''),(3839,303,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3840,303,'wp_user_level','0'),(3841,303,'default_password_nag','1'),(3842,304,'nickname','nachambers101994'),(3843,304,'first_name',''),(3844,304,'last_name',''),(3845,304,'description',''),(3846,304,'rich_editing','true'),(3847,304,'comment_shortcuts','false'),(3848,304,'admin_color','fresh'),(3849,304,'use_ssl','0'),(3850,304,'show_admin_bar_front','true'),(3851,304,'locale',''),(3852,304,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3853,304,'wp_user_level','0'),(3854,304,'default_password_nag','1'),(3855,305,'nickname','jrsutherland1974'),(3856,305,'first_name',''),(3857,305,'last_name',''),(3858,305,'description',''),(3859,305,'rich_editing','true'),(3860,305,'comment_shortcuts','false'),(3861,305,'admin_color','fresh'),(3862,305,'use_ssl','0'),(3863,305,'show_admin_bar_front','true'),(3864,305,'locale',''),(3865,305,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3866,305,'wp_user_level','0'),(3867,305,'default_password_nag','1'),(3868,306,'nickname','jeremychang1980'),(3869,306,'first_name',''),(3870,306,'last_name',''),(3871,306,'description',''),(3872,306,'rich_editing','true'),(3873,306,'comment_shortcuts','false'),(3874,306,'admin_color','fresh'),(3875,306,'use_ssl','0'),(3876,306,'show_admin_bar_front','true'),(3877,306,'locale',''),(3878,306,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3879,306,'wp_user_level','0'),(3880,306,'default_password_nag','1'),(3881,307,'nickname','fishdance1951'),(3882,307,'first_name',''),(3883,307,'last_name',''),(3884,307,'description',''),(3885,307,'rich_editing','true'),(3886,307,'comment_shortcuts','false'),(3887,307,'admin_color','fresh'),(3888,307,'use_ssl','0'),(3889,307,'show_admin_bar_front','true'),(3890,307,'locale',''),(3891,307,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3892,307,'wp_user_level','0'),(3893,307,'default_password_nag','1'),(3894,308,'nickname','tomlynniii2010'),(3895,308,'first_name',''),(3896,308,'last_name',''),(3897,308,'description',''),(3898,308,'rich_editing','true'),(3899,308,'comment_shortcuts','false'),(3900,308,'admin_color','fresh'),(3901,308,'use_ssl','0'),(3902,308,'show_admin_bar_front','true'),(3903,308,'locale',''),(3904,308,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3905,308,'wp_user_level','0'),(3906,308,'default_password_nag','1'),(3907,309,'nickname','mbcatto1972'),(3908,309,'first_name',''),(3909,309,'last_name',''),(3910,309,'description',''),(3911,309,'rich_editing','true'),(3912,309,'comment_shortcuts','false'),(3913,309,'admin_color','fresh'),(3914,309,'use_ssl','0'),(3915,309,'show_admin_bar_front','true'),(3916,309,'locale',''),(3917,309,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3918,309,'wp_user_level','0'),(3919,309,'default_password_nag','1'),(3920,310,'nickname','abuse1957'),(3921,310,'first_name',''),(3922,310,'last_name',''),(3923,310,'description',''),(3924,310,'rich_editing','true'),(3925,310,'comment_shortcuts','false'),(3926,310,'admin_color','fresh'),(3927,310,'use_ssl','0'),(3928,310,'show_admin_bar_front','true'),(3929,310,'locale',''),(3930,310,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3931,310,'wp_user_level','0'),(3932,310,'default_password_nag','1'),(3933,311,'nickname','lmalicki091989'),(3934,311,'first_name',''),(3935,311,'last_name',''),(3936,311,'description',''),(3937,311,'rich_editing','true'),(3938,311,'comment_shortcuts','false'),(3939,311,'admin_color','fresh'),(3940,311,'use_ssl','0'),(3941,311,'show_admin_bar_front','true'),(3942,311,'locale',''),(3943,311,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3944,311,'wp_user_level','0'),(3945,311,'default_password_nag','1'),(3946,312,'nickname','justin1980'),(3947,312,'first_name',''),(3948,312,'last_name',''),(3949,312,'description',''),(3950,312,'rich_editing','true'),(3951,312,'comment_shortcuts','false'),(3952,312,'admin_color','fresh'),(3953,312,'use_ssl','0'),(3954,312,'show_admin_bar_front','true'),(3955,312,'locale',''),(3956,312,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3957,312,'wp_user_level','0'),(3958,312,'default_password_nag','1'),(3959,313,'nickname','otraylor221959'),(3960,313,'first_name',''),(3961,313,'last_name',''),(3962,313,'description',''),(3963,313,'rich_editing','true'),(3964,313,'comment_shortcuts','false'),(3965,313,'admin_color','fresh'),(3966,313,'use_ssl','0'),(3967,313,'show_admin_bar_front','true'),(3968,313,'locale',''),(3969,313,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3970,313,'wp_user_level','0'),(3971,313,'default_password_nag','1'),(3972,314,'nickname','vrmii2007'),(3973,314,'first_name',''),(3974,314,'last_name',''),(3975,314,'description',''),(3976,314,'rich_editing','true'),(3977,314,'comment_shortcuts','false'),(3978,314,'admin_color','fresh'),(3979,314,'use_ssl','0'),(3980,314,'show_admin_bar_front','true'),(3981,314,'locale',''),(3982,314,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3983,314,'wp_user_level','0'),(3984,314,'default_password_nag','1'),(3985,315,'nickname','pbernard201959'),(3986,315,'first_name',''),(3987,315,'last_name',''),(3988,315,'description',''),(3989,315,'rich_editing','true'),(3990,315,'comment_shortcuts','false'),(3991,315,'admin_color','fresh'),(3992,315,'use_ssl','0'),(3993,315,'show_admin_bar_front','true'),(3994,315,'locale',''),(3995,315,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3996,315,'wp_user_level','0'),(3997,315,'default_password_nag','1'),(3998,316,'nickname','lfinazzi2010'),(3999,316,'first_name',''),(4000,316,'last_name',''),(4001,316,'description',''),(4002,316,'rich_editing','true'),(4003,316,'comment_shortcuts','false'),(4004,316,'admin_color','fresh'),(4005,316,'use_ssl','0'),(4006,316,'show_admin_bar_front','true'),(4007,316,'locale',''),(4008,316,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4009,316,'wp_user_level','0'),(4010,316,'default_password_nag','1'),(4011,317,'nickname','jbruhn44441987'),(4012,317,'first_name',''),(4013,317,'last_name',''),(4014,317,'description',''),(4015,317,'rich_editing','true'),(4016,317,'comment_shortcuts','false'),(4017,317,'admin_color','fresh'),(4018,317,'use_ssl','0'),(4019,317,'show_admin_bar_front','true'),(4020,317,'locale',''),(4021,317,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4022,317,'wp_user_level','0'),(4023,317,'default_password_nag','1'),(4024,318,'nickname','abuse1997'),(4025,318,'first_name',''),(4026,318,'last_name',''),(4027,318,'description',''),(4028,318,'rich_editing','true'),(4029,318,'comment_shortcuts','false'),(4030,318,'admin_color','fresh'),(4031,318,'use_ssl','0'),(4032,318,'show_admin_bar_front','true'),(4033,318,'locale',''),(4034,318,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4035,318,'wp_user_level','0'),(4036,318,'default_password_nag','1'),(4037,319,'nickname','bootylious_c1974'),(4038,319,'first_name',''),(4039,319,'last_name',''),(4040,319,'description',''),(4041,319,'rich_editing','true'),(4042,319,'comment_shortcuts','false'),(4043,319,'admin_color','fresh'),(4044,319,'use_ssl','0'),(4045,319,'show_admin_bar_front','true'),(4046,319,'locale',''),(4047,319,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4048,319,'wp_user_level','0'),(4049,319,'default_password_nag','1'),(4050,320,'nickname','acharm2c1996'),(4051,320,'first_name',''),(4052,320,'last_name',''),(4053,320,'description',''),(4054,320,'rich_editing','true'),(4055,320,'comment_shortcuts','false'),(4056,320,'admin_color','fresh'),(4057,320,'use_ssl','0'),(4058,320,'show_admin_bar_front','true'),(4059,320,'locale',''),(4060,320,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4061,320,'wp_user_level','0'),(4062,320,'default_password_nag','1'),(4063,321,'nickname','delovely91950'),(4064,321,'first_name',''),(4065,321,'last_name',''),(4066,321,'description',''),(4067,321,'rich_editing','true'),(4068,321,'comment_shortcuts','false'),(4069,321,'admin_color','fresh'),(4070,321,'use_ssl','0'),(4071,321,'show_admin_bar_front','true'),(4072,321,'locale',''),(4073,321,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4074,321,'wp_user_level','0'),(4075,321,'default_password_nag','1'),(4076,322,'nickname','steele.19751971'),(4077,322,'first_name',''),(4078,322,'last_name',''),(4079,322,'description',''),(4080,322,'rich_editing','true'),(4081,322,'comment_shortcuts','false'),(4082,322,'admin_color','fresh'),(4083,322,'use_ssl','0'),(4084,322,'show_admin_bar_front','true'),(4085,322,'locale',''),(4086,322,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4087,322,'wp_user_level','0'),(4088,322,'default_password_nag','1'),(4089,323,'nickname','haileybugs4171954'),(4090,323,'first_name',''),(4091,323,'last_name',''),(4092,323,'description',''),(4093,323,'rich_editing','true'),(4094,323,'comment_shortcuts','false'),(4095,323,'admin_color','fresh'),(4096,323,'use_ssl','0'),(4097,323,'show_admin_bar_front','true'),(4098,323,'locale',''),(4099,323,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4100,323,'wp_user_level','0'),(4101,323,'default_password_nag','1'),(4102,324,'nickname','dopemods1986'),(4103,324,'first_name',''),(4104,324,'last_name',''),(4105,324,'description',''),(4106,324,'rich_editing','true'),(4107,324,'comment_shortcuts','false'),(4108,324,'admin_color','fresh'),(4109,324,'use_ssl','0'),(4110,324,'show_admin_bar_front','true'),(4111,324,'locale',''),(4112,324,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4113,324,'wp_user_level','0'),(4114,324,'default_password_nag','1'),(4115,325,'nickname','albgreenville2000'),(4116,325,'first_name',''),(4117,325,'last_name',''),(4118,325,'description',''),(4119,325,'rich_editing','true'),(4120,325,'comment_shortcuts','false'),(4121,325,'admin_color','fresh'),(4122,325,'use_ssl','0'),(4123,325,'show_admin_bar_front','true'),(4124,325,'locale',''),(4125,325,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4126,325,'wp_user_level','0'),(4127,325,'default_password_nag','1'),(4128,326,'nickname','rratliff20021971'),(4129,326,'first_name',''),(4130,326,'last_name',''),(4131,326,'description',''),(4132,326,'rich_editing','true'),(4133,326,'comment_shortcuts','false'),(4134,326,'admin_color','fresh'),(4135,326,'use_ssl','0'),(4136,326,'show_admin_bar_front','true'),(4137,326,'locale',''),(4138,326,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4139,326,'wp_user_level','0'),(4140,326,'default_password_nag','1'),(4141,327,'nickname','adam_damewood1974'),(4142,327,'first_name',''),(4143,327,'last_name',''),(4144,327,'description',''),(4145,327,'rich_editing','true'),(4146,327,'comment_shortcuts','false'),(4147,327,'admin_color','fresh'),(4148,327,'use_ssl','0'),(4149,327,'show_admin_bar_front','true'),(4150,327,'locale',''),(4151,327,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4152,327,'wp_user_level','0'),(4153,327,'default_password_nag','1'),(4154,328,'nickname','paolympia1988'),(4155,328,'first_name',''),(4156,328,'last_name',''),(4157,328,'description',''),(4158,328,'rich_editing','true'),(4159,328,'comment_shortcuts','false'),(4160,328,'admin_color','fresh'),(4161,328,'use_ssl','0'),(4162,328,'show_admin_bar_front','true'),(4163,328,'locale',''),(4164,328,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4165,328,'wp_user_level','0'),(4166,328,'default_password_nag','1'),(4167,329,'nickname','ashlynwolfjohnson1990'),(4168,329,'first_name',''),(4169,329,'last_name',''),(4170,329,'description',''),(4171,329,'rich_editing','true'),(4172,329,'comment_shortcuts','false'),(4173,329,'admin_color','fresh'),(4174,329,'use_ssl','0'),(4175,329,'show_admin_bar_front','true'),(4176,329,'locale',''),(4177,329,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4178,329,'wp_user_level','0'),(4179,329,'default_password_nag','1'),(4180,330,'nickname','kathrid_551986'),(4181,330,'first_name',''),(4182,330,'last_name',''),(4183,330,'description',''),(4184,330,'rich_editing','true'),(4185,330,'comment_shortcuts','false'),(4186,330,'admin_color','fresh'),(4187,330,'use_ssl','0'),(4188,330,'show_admin_bar_front','true'),(4189,330,'locale',''),(4190,330,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4191,330,'wp_user_level','0'),(4192,330,'default_password_nag','1'),(4193,331,'nickname','christiemt1963'),(4194,331,'first_name',''),(4195,331,'last_name',''),(4196,331,'description',''),(4197,331,'rich_editing','true'),(4198,331,'comment_shortcuts','false'),(4199,331,'admin_color','fresh'),(4200,331,'use_ssl','0'),(4201,331,'show_admin_bar_front','true'),(4202,331,'locale',''),(4203,331,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4204,331,'wp_user_level','0'),(4205,331,'default_password_nag','1'),(4206,332,'nickname','ssial12005'),(4207,332,'first_name',''),(4208,332,'last_name',''),(4209,332,'description',''),(4210,332,'rich_editing','true'),(4211,332,'comment_shortcuts','false'),(4212,332,'admin_color','fresh'),(4213,332,'use_ssl','0'),(4214,332,'show_admin_bar_front','true'),(4215,332,'locale',''),(4216,332,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4217,332,'wp_user_level','0'),(4218,332,'default_password_nag','1'),(4219,333,'nickname','thelinebacker431990'),(4220,333,'first_name',''),(4221,333,'last_name',''),(4222,333,'description',''),(4223,333,'rich_editing','true'),(4224,333,'comment_shortcuts','false'),(4225,333,'admin_color','fresh'),(4226,333,'use_ssl','0'),(4227,333,'show_admin_bar_front','true'),(4228,333,'locale',''),(4229,333,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4230,333,'wp_user_level','0'),(4231,333,'default_password_nag','1'),(4232,334,'nickname','valahdyo.arbandy2004'),(4233,334,'first_name',''),(4234,334,'last_name',''),(4235,334,'description',''),(4236,334,'rich_editing','true'),(4237,334,'comment_shortcuts','false'),(4238,334,'admin_color','fresh'),(4239,334,'use_ssl','0'),(4240,334,'show_admin_bar_front','true'),(4241,334,'locale',''),(4242,334,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4243,334,'wp_user_level','0'),(4244,334,'default_password_nag','1'),(4245,335,'nickname','abuse1960'),(4246,335,'first_name',''),(4247,335,'last_name',''),(4248,335,'description',''),(4249,335,'rich_editing','true'),(4250,335,'comment_shortcuts','false'),(4251,335,'admin_color','fresh'),(4252,335,'use_ssl','0'),(4253,335,'show_admin_bar_front','true'),(4254,335,'locale',''),(4255,335,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4256,335,'wp_user_level','0'),(4257,335,'default_password_nag','1'),(4258,336,'nickname','jordancunningham2005'),(4259,336,'first_name',''),(4260,336,'last_name',''),(4261,336,'description',''),(4262,336,'rich_editing','true'),(4263,336,'comment_shortcuts','false'),(4264,336,'admin_color','fresh'),(4265,336,'use_ssl','0'),(4266,336,'show_admin_bar_front','true'),(4267,336,'locale',''),(4268,336,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4269,336,'wp_user_level','0'),(4270,336,'default_password_nag','1'),(4271,337,'nickname','cherindadenell1965'),(4272,337,'first_name',''),(4273,337,'last_name',''),(4274,337,'description',''),(4275,337,'rich_editing','true'),(4276,337,'comment_shortcuts','false'),(4277,337,'admin_color','fresh'),(4278,337,'use_ssl','0'),(4279,337,'show_admin_bar_front','true'),(4280,337,'locale',''),(4281,337,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4282,337,'wp_user_level','0'),(4283,337,'default_password_nag','1'),(4284,338,'nickname','blendahoops1964'),(4285,338,'first_name',''),(4286,338,'last_name',''),(4287,338,'description',''),(4288,338,'rich_editing','true'),(4289,338,'comment_shortcuts','false'),(4290,338,'admin_color','fresh'),(4291,338,'use_ssl','0'),(4292,338,'show_admin_bar_front','true'),(4293,338,'locale',''),(4294,338,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4295,338,'wp_user_level','0'),(4296,338,'default_password_nag','1'),(4297,339,'nickname','postmaster1981'),(4298,339,'first_name',''),(4299,339,'last_name',''),(4300,339,'description',''),(4301,339,'rich_editing','true'),(4302,339,'comment_shortcuts','false'),(4303,339,'admin_color','fresh'),(4304,339,'use_ssl','0'),(4305,339,'show_admin_bar_front','true'),(4306,339,'locale',''),(4307,339,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4308,339,'wp_user_level','0'),(4309,339,'default_password_nag','1'),(4310,340,'nickname','clucarini2004'),(4311,340,'first_name',''),(4312,340,'last_name',''),(4313,340,'description',''),(4314,340,'rich_editing','true'),(4315,340,'comment_shortcuts','false'),(4316,340,'admin_color','fresh'),(4317,340,'use_ssl','0'),(4318,340,'show_admin_bar_front','true'),(4319,340,'locale',''),(4320,340,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4321,340,'wp_user_level','0'),(4322,340,'default_password_nag','1'),(4323,341,'nickname','dshin111962'),(4324,341,'first_name',''),(4325,341,'last_name',''),(4326,341,'description',''),(4327,341,'rich_editing','true'),(4328,341,'comment_shortcuts','false'),(4329,341,'admin_color','fresh'),(4330,341,'use_ssl','0'),(4331,341,'show_admin_bar_front','true'),(4332,341,'locale',''),(4333,341,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4334,341,'wp_user_level','0'),(4335,341,'default_password_nag','1'),(4336,342,'nickname','ggoodwin4332002'),(4337,342,'first_name',''),(4338,342,'last_name',''),(4339,342,'description',''),(4340,342,'rich_editing','true'),(4341,342,'comment_shortcuts','false'),(4342,342,'admin_color','fresh'),(4343,342,'use_ssl','0'),(4344,342,'show_admin_bar_front','true'),(4345,342,'locale',''),(4346,342,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4347,342,'wp_user_level','0'),(4348,342,'default_password_nag','1'),(4349,343,'nickname','manniseeger1957'),(4350,343,'first_name',''),(4351,343,'last_name',''),(4352,343,'description',''),(4353,343,'rich_editing','true'),(4354,343,'comment_shortcuts','false'),(4355,343,'admin_color','fresh'),(4356,343,'use_ssl','0'),(4357,343,'show_admin_bar_front','true'),(4358,343,'locale',''),(4359,343,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4360,343,'wp_user_level','0'),(4361,343,'default_password_nag','1'),(4362,344,'nickname','chauhanviral1975'),(4363,344,'first_name',''),(4364,344,'last_name',''),(4365,344,'description',''),(4366,344,'rich_editing','true'),(4367,344,'comment_shortcuts','false'),(4368,344,'admin_color','fresh'),(4369,344,'use_ssl','0'),(4370,344,'show_admin_bar_front','true'),(4371,344,'locale',''),(4372,344,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4373,344,'wp_user_level','0'),(4374,344,'default_password_nag','1'),(4375,345,'nickname','goodwin.maddie2008'),(4376,345,'first_name',''),(4377,345,'last_name',''),(4378,345,'description',''),(4379,345,'rich_editing','true'),(4380,345,'comment_shortcuts','false'),(4381,345,'admin_color','fresh'),(4382,345,'use_ssl','0'),(4383,345,'show_admin_bar_front','true'),(4384,345,'locale',''),(4385,345,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4386,345,'wp_user_level','0'),(4387,345,'default_password_nag','1'),(4388,346,'nickname','theresedupont601995'),(4389,346,'first_name',''),(4390,346,'last_name',''),(4391,346,'description',''),(4392,346,'rich_editing','true'),(4393,346,'comment_shortcuts','false'),(4394,346,'admin_color','fresh'),(4395,346,'use_ssl','0'),(4396,346,'show_admin_bar_front','true'),(4397,346,'locale',''),(4398,346,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4399,346,'wp_user_level','0'),(4400,346,'default_password_nag','1'),(4401,347,'nickname','skilg492010'),(4402,347,'first_name',''),(4403,347,'last_name',''),(4404,347,'description',''),(4405,347,'rich_editing','true'),(4406,347,'comment_shortcuts','false'),(4407,347,'admin_color','fresh'),(4408,347,'use_ssl','0'),(4409,347,'show_admin_bar_front','true'),(4410,347,'locale',''),(4411,347,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4412,347,'wp_user_level','0'),(4413,347,'default_password_nag','1'),(4414,348,'nickname','julie_cordeiro1963'),(4415,348,'first_name',''),(4416,348,'last_name',''),(4417,348,'description',''),(4418,348,'rich_editing','true'),(4419,348,'comment_shortcuts','false'),(4420,348,'admin_color','fresh'),(4421,348,'use_ssl','0'),(4422,348,'show_admin_bar_front','true'),(4423,348,'locale',''),(4424,348,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4425,348,'wp_user_level','0'),(4426,348,'default_password_nag','1'),(4427,349,'nickname','skyeizme2007'),(4428,349,'first_name',''),(4429,349,'last_name',''),(4430,349,'description',''),(4431,349,'rich_editing','true'),(4432,349,'comment_shortcuts','false'),(4433,349,'admin_color','fresh'),(4434,349,'use_ssl','0'),(4435,349,'show_admin_bar_front','true'),(4436,349,'locale',''),(4437,349,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4438,349,'wp_user_level','0'),(4439,349,'default_password_nag','1'),(4440,350,'nickname','jsckwolf2004'),(4441,350,'first_name',''),(4442,350,'last_name',''),(4443,350,'description',''),(4444,350,'rich_editing','true'),(4445,350,'comment_shortcuts','false'),(4446,350,'admin_color','fresh'),(4447,350,'use_ssl','0'),(4448,350,'show_admin_bar_front','true'),(4449,350,'locale',''),(4450,350,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4451,350,'wp_user_level','0'),(4452,350,'default_password_nag','1'),(4453,351,'nickname','jenclark24281962'),(4454,351,'first_name',''),(4455,351,'last_name',''),(4456,351,'description',''),(4457,351,'rich_editing','true'),(4458,351,'comment_shortcuts','false'),(4459,351,'admin_color','fresh'),(4460,351,'use_ssl','0'),(4461,351,'show_admin_bar_front','true'),(4462,351,'locale',''),(4463,351,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4464,351,'wp_user_level','0'),(4465,351,'default_password_nag','1'),(4466,352,'nickname','hello2005'),(4467,352,'first_name',''),(4468,352,'last_name',''),(4469,352,'description',''),(4470,352,'rich_editing','true'),(4471,352,'comment_shortcuts','false'),(4472,352,'admin_color','fresh'),(4473,352,'use_ssl','0'),(4474,352,'show_admin_bar_front','true'),(4475,352,'locale',''),(4476,352,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4477,352,'wp_user_level','0'),(4478,352,'default_password_nag','1'),(4479,353,'nickname','searchcz1991'),(4480,353,'first_name',''),(4481,353,'last_name',''),(4482,353,'description',''),(4483,353,'rich_editing','true'),(4484,353,'comment_shortcuts','false'),(4485,353,'admin_color','fresh'),(4486,353,'use_ssl','0'),(4487,353,'show_admin_bar_front','true'),(4488,353,'locale',''),(4489,353,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4490,353,'wp_user_level','0'),(4491,353,'default_password_nag','1'),(4492,354,'nickname','avuoso32001'),(4493,354,'first_name',''),(4494,354,'last_name',''),(4495,354,'description',''),(4496,354,'rich_editing','true'),(4497,354,'comment_shortcuts','false'),(4498,354,'admin_color','fresh'),(4499,354,'use_ssl','0'),(4500,354,'show_admin_bar_front','true'),(4501,354,'locale',''),(4502,354,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4503,354,'wp_user_level','0'),(4504,354,'default_password_nag','1'),(4505,355,'nickname','joaquinmurrieta321958'),(4506,355,'first_name',''),(4507,355,'last_name',''),(4508,355,'description',''),(4509,355,'rich_editing','true'),(4510,355,'comment_shortcuts','false'),(4511,355,'admin_color','fresh'),(4512,355,'use_ssl','0'),(4513,355,'show_admin_bar_front','true'),(4514,355,'locale',''),(4515,355,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4516,355,'wp_user_level','0'),(4517,355,'default_password_nag','1'),(4518,356,'nickname','1ryanbrown1985'),(4519,356,'first_name',''),(4520,356,'last_name',''),(4521,356,'description',''),(4522,356,'rich_editing','true'),(4523,356,'comment_shortcuts','false'),(4524,356,'admin_color','fresh'),(4525,356,'use_ssl','0'),(4526,356,'show_admin_bar_front','true'),(4527,356,'locale',''),(4528,356,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4529,356,'wp_user_level','0'),(4530,356,'default_password_nag','1'),(4531,357,'nickname','dmartin1984'),(4532,357,'first_name',''),(4533,357,'last_name',''),(4534,357,'description',''),(4535,357,'rich_editing','true'),(4536,357,'comment_shortcuts','false'),(4537,357,'admin_color','fresh'),(4538,357,'use_ssl','0'),(4539,357,'show_admin_bar_front','true'),(4540,357,'locale',''),(4541,357,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4542,357,'wp_user_level','0'),(4543,357,'default_password_nag','1'),(4544,358,'nickname','jim.moreau1975'),(4545,358,'first_name',''),(4546,358,'last_name',''),(4547,358,'description',''),(4548,358,'rich_editing','true'),(4549,358,'comment_shortcuts','false'),(4550,358,'admin_color','fresh'),(4551,358,'use_ssl','0'),(4552,358,'show_admin_bar_front','true'),(4553,358,'locale',''),(4554,358,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4555,358,'wp_user_level','0'),(4556,358,'default_password_nag','1'),(4557,359,'nickname','jsittontx1981'),(4558,359,'first_name',''),(4559,359,'last_name',''),(4560,359,'description',''),(4561,359,'rich_editing','true'),(4562,359,'comment_shortcuts','false'),(4563,359,'admin_color','fresh'),(4564,359,'use_ssl','0'),(4565,359,'show_admin_bar_front','true'),(4566,359,'locale',''),(4567,359,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4568,359,'wp_user_level','0'),(4569,359,'default_password_nag','1'),(4570,360,'nickname','falimam20001955'),(4571,360,'first_name',''),(4572,360,'last_name',''),(4573,360,'description',''),(4574,360,'rich_editing','true'),(4575,360,'comment_shortcuts','false'),(4576,360,'admin_color','fresh'),(4577,360,'use_ssl','0'),(4578,360,'show_admin_bar_front','true'),(4579,360,'locale',''),(4580,360,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4581,360,'wp_user_level','0'),(4582,360,'default_password_nag','1'),(4583,361,'nickname','danamartindds1976'),(4584,361,'first_name',''),(4585,361,'last_name',''),(4586,361,'description',''),(4587,361,'rich_editing','true'),(4588,361,'comment_shortcuts','false'),(4589,361,'admin_color','fresh'),(4590,361,'use_ssl','0'),(4591,361,'show_admin_bar_front','true'),(4592,361,'locale',''),(4593,361,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4594,361,'wp_user_level','0'),(4595,361,'default_password_nag','1'),(4596,362,'nickname','jcub3331990'),(4597,362,'first_name',''),(4598,362,'last_name',''),(4599,362,'description',''),(4600,362,'rich_editing','true'),(4601,362,'comment_shortcuts','false'),(4602,362,'admin_color','fresh'),(4603,362,'use_ssl','0'),(4604,362,'show_admin_bar_front','true'),(4605,362,'locale',''),(4606,362,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4607,362,'wp_user_level','0'),(4608,362,'default_password_nag','1'),(4609,363,'nickname','bholder14141971'),(4610,363,'first_name',''),(4611,363,'last_name',''),(4612,363,'description',''),(4613,363,'rich_editing','true'),(4614,363,'comment_shortcuts','false'),(4615,363,'admin_color','fresh'),(4616,363,'use_ssl','0'),(4617,363,'show_admin_bar_front','true'),(4618,363,'locale',''),(4619,363,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4620,363,'wp_user_level','0'),(4621,363,'default_password_nag','1'),(4622,364,'nickname','mizginnie1989'),(4623,364,'first_name',''),(4624,364,'last_name',''),(4625,364,'description',''),(4626,364,'rich_editing','true'),(4627,364,'comment_shortcuts','false'),(4628,364,'admin_color','fresh'),(4629,364,'use_ssl','0'),(4630,364,'show_admin_bar_front','true'),(4631,364,'locale',''),(4632,364,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4633,364,'wp_user_level','0'),(4634,364,'default_password_nag','1'),(4635,365,'nickname','cody.e.richardson1984'),(4636,365,'first_name',''),(4637,365,'last_name',''),(4638,365,'description',''),(4639,365,'rich_editing','true'),(4640,365,'comment_shortcuts','false'),(4641,365,'admin_color','fresh'),(4642,365,'use_ssl','0'),(4643,365,'show_admin_bar_front','true'),(4644,365,'locale',''),(4645,365,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4646,365,'wp_user_level','0'),(4647,365,'default_password_nag','1'),(4648,366,'nickname','becnoonie1967'),(4649,366,'first_name',''),(4650,366,'last_name',''),(4651,366,'description',''),(4652,366,'rich_editing','true'),(4653,366,'comment_shortcuts','false'),(4654,366,'admin_color','fresh'),(4655,366,'use_ssl','0'),(4656,366,'show_admin_bar_front','true'),(4657,366,'locale',''),(4658,366,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4659,366,'wp_user_level','0'),(4660,366,'default_password_nag','1'),(4661,367,'nickname','57harleyrider1950'),(4662,367,'first_name',''),(4663,367,'last_name',''),(4664,367,'description',''),(4665,367,'rich_editing','true'),(4666,367,'comment_shortcuts','false'),(4667,367,'admin_color','fresh'),(4668,367,'use_ssl','0'),(4669,367,'show_admin_bar_front','true'),(4670,367,'locale',''),(4671,367,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4672,367,'wp_user_level','0'),(4673,367,'default_password_nag','1'),(4674,368,'nickname','britta.wenzig1988'),(4675,368,'first_name',''),(4676,368,'last_name',''),(4677,368,'description',''),(4678,368,'rich_editing','true'),(4679,368,'comment_shortcuts','false'),(4680,368,'admin_color','fresh'),(4681,368,'use_ssl','0'),(4682,368,'show_admin_bar_front','true'),(4683,368,'locale',''),(4684,368,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4685,368,'wp_user_level','0'),(4686,368,'default_password_nag','1'),(4687,369,'nickname','broselli1969'),(4688,369,'first_name',''),(4689,369,'last_name',''),(4690,369,'description',''),(4691,369,'rich_editing','true'),(4692,369,'comment_shortcuts','false'),(4693,369,'admin_color','fresh'),(4694,369,'use_ssl','0'),(4695,369,'show_admin_bar_front','true'),(4696,369,'locale',''),(4697,369,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4698,369,'wp_user_level','0'),(4699,369,'default_password_nag','1'),(4700,370,'nickname','nicey181959'),(4701,370,'first_name',''),(4702,370,'last_name',''),(4703,370,'description',''),(4704,370,'rich_editing','true'),(4705,370,'comment_shortcuts','false'),(4706,370,'admin_color','fresh'),(4707,370,'use_ssl','0'),(4708,370,'show_admin_bar_front','true'),(4709,370,'locale',''),(4710,370,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4711,370,'wp_user_level','0'),(4712,370,'default_password_nag','1'),(4713,371,'nickname','camaren.walker1999'),(4714,371,'first_name',''),(4715,371,'last_name',''),(4716,371,'description',''),(4717,371,'rich_editing','true'),(4718,371,'comment_shortcuts','false'),(4719,371,'admin_color','fresh'),(4720,371,'use_ssl','0'),(4721,371,'show_admin_bar_front','true'),(4722,371,'locale',''),(4723,371,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4724,371,'wp_user_level','0'),(4725,371,'default_password_nag','1'),(4726,372,'nickname','mollylabby1981'),(4727,372,'first_name',''),(4728,372,'last_name',''),(4729,372,'description',''),(4730,372,'rich_editing','true'),(4731,372,'comment_shortcuts','false'),(4732,372,'admin_color','fresh'),(4733,372,'use_ssl','0'),(4734,372,'show_admin_bar_front','true'),(4735,372,'locale',''),(4736,372,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4737,372,'wp_user_level','0'),(4738,372,'default_password_nag','1'),(4739,373,'nickname','mark.arnold2171972'),(4740,373,'first_name',''),(4741,373,'last_name',''),(4742,373,'description',''),(4743,373,'rich_editing','true'),(4744,373,'comment_shortcuts','false'),(4745,373,'admin_color','fresh'),(4746,373,'use_ssl','0'),(4747,373,'show_admin_bar_front','true'),(4748,373,'locale',''),(4749,373,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4750,373,'wp_user_level','0'),(4751,373,'default_password_nag','1'),(4752,374,'nickname','gilcash1970'),(4753,374,'first_name',''),(4754,374,'last_name',''),(4755,374,'description',''),(4756,374,'rich_editing','true'),(4757,374,'comment_shortcuts','false'),(4758,374,'admin_color','fresh'),(4759,374,'use_ssl','0'),(4760,374,'show_admin_bar_front','true'),(4761,374,'locale',''),(4762,374,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4763,374,'wp_user_level','0'),(4764,374,'default_password_nag','1'),(4765,375,'nickname','weedsjj1981'),(4766,375,'first_name',''),(4767,375,'last_name',''),(4768,375,'description',''),(4769,375,'rich_editing','true'),(4770,375,'comment_shortcuts','false'),(4771,375,'admin_color','fresh'),(4772,375,'use_ssl','0'),(4773,375,'show_admin_bar_front','true'),(4774,375,'locale',''),(4775,375,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4776,375,'wp_user_level','0'),(4777,375,'default_password_nag','1'),(4778,376,'nickname','darrylcsaw1961'),(4779,376,'first_name',''),(4780,376,'last_name',''),(4781,376,'description',''),(4782,376,'rich_editing','true'),(4783,376,'comment_shortcuts','false'),(4784,376,'admin_color','fresh'),(4785,376,'use_ssl','0'),(4786,376,'show_admin_bar_front','true'),(4787,376,'locale',''),(4788,376,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4789,376,'wp_user_level','0'),(4790,376,'default_password_nag','1'),(4791,377,'nickname','nk1977'),(4792,377,'first_name',''),(4793,377,'last_name',''),(4794,377,'description',''),(4795,377,'rich_editing','true'),(4796,377,'comment_shortcuts','false'),(4797,377,'admin_color','fresh'),(4798,377,'use_ssl','0'),(4799,377,'show_admin_bar_front','true'),(4800,377,'locale',''),(4801,377,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4802,377,'wp_user_level','0'),(4803,377,'default_password_nag','1'),(4804,378,'nickname','nevillee0319901967'),(4805,378,'first_name',''),(4806,378,'last_name',''),(4807,378,'description',''),(4808,378,'rich_editing','true'),(4809,378,'comment_shortcuts','false'),(4810,378,'admin_color','fresh'),(4811,378,'use_ssl','0'),(4812,378,'show_admin_bar_front','true'),(4813,378,'locale',''),(4814,378,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4815,378,'wp_user_level','0'),(4816,378,'default_password_nag','1'),(4817,379,'nickname','briones2010281974'),(4818,379,'first_name',''),(4819,379,'last_name',''),(4820,379,'description',''),(4821,379,'rich_editing','true'),(4822,379,'comment_shortcuts','false'),(4823,379,'admin_color','fresh'),(4824,379,'use_ssl','0'),(4825,379,'show_admin_bar_front','true'),(4826,379,'locale',''),(4827,379,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4828,379,'wp_user_level','0'),(4829,379,'default_password_nag','1'),(4830,380,'nickname','kenneth.clubb1968'),(4831,380,'first_name',''),(4832,380,'last_name',''),(4833,380,'description',''),(4834,380,'rich_editing','true'),(4835,380,'comment_shortcuts','false'),(4836,380,'admin_color','fresh'),(4837,380,'use_ssl','0'),(4838,380,'show_admin_bar_front','true'),(4839,380,'locale',''),(4840,380,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4841,380,'wp_user_level','0'),(4842,380,'default_password_nag','1'),(4843,381,'nickname','cwdenari1998'),(4844,381,'first_name',''),(4845,381,'last_name',''),(4846,381,'description',''),(4847,381,'rich_editing','true'),(4848,381,'comment_shortcuts','false'),(4849,381,'admin_color','fresh'),(4850,381,'use_ssl','0'),(4851,381,'show_admin_bar_front','true'),(4852,381,'locale',''),(4853,381,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4854,381,'wp_user_level','0'),(4855,381,'default_password_nag','1'),(4856,382,'nickname','barbararospond1986'),(4857,382,'first_name',''),(4858,382,'last_name',''),(4859,382,'description',''),(4860,382,'rich_editing','true'),(4861,382,'comment_shortcuts','false'),(4862,382,'admin_color','fresh'),(4863,382,'use_ssl','0'),(4864,382,'show_admin_bar_front','true'),(4865,382,'locale',''),(4866,382,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4867,382,'wp_user_level','0'),(4868,382,'default_password_nag','1'),(4869,383,'nickname','hbkwwe4life1976'),(4870,383,'first_name',''),(4871,383,'last_name',''),(4872,383,'description',''),(4873,383,'rich_editing','true'),(4874,383,'comment_shortcuts','false'),(4875,383,'admin_color','fresh'),(4876,383,'use_ssl','0'),(4877,383,'show_admin_bar_front','true'),(4878,383,'locale',''),(4879,383,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4880,383,'wp_user_level','0'),(4881,383,'default_password_nag','1'),(4882,384,'nickname','victoriaantonio491984'),(4883,384,'first_name',''),(4884,384,'last_name',''),(4885,384,'description',''),(4886,384,'rich_editing','true'),(4887,384,'comment_shortcuts','false'),(4888,384,'admin_color','fresh'),(4889,384,'use_ssl','0'),(4890,384,'show_admin_bar_front','true'),(4891,384,'locale',''),(4892,384,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4893,384,'wp_user_level','0'),(4894,384,'default_password_nag','1'),(4895,385,'nickname','giuseppe121956'),(4896,385,'first_name',''),(4897,385,'last_name',''),(4898,385,'description',''),(4899,385,'rich_editing','true'),(4900,385,'comment_shortcuts','false'),(4901,385,'admin_color','fresh'),(4902,385,'use_ssl','0'),(4903,385,'show_admin_bar_front','true'),(4904,385,'locale',''),(4905,385,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4906,385,'wp_user_level','0'),(4907,385,'default_password_nag','1'),(4908,386,'nickname','matthewebarr1982'),(4909,386,'first_name',''),(4910,386,'last_name',''),(4911,386,'description',''),(4912,386,'rich_editing','true'),(4913,386,'comment_shortcuts','false'),(4914,386,'admin_color','fresh'),(4915,386,'use_ssl','0'),(4916,386,'show_admin_bar_front','true'),(4917,386,'locale',''),(4918,386,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4919,386,'wp_user_level','0'),(4920,386,'default_password_nag','1'),(4921,387,'nickname','ngothong1973'),(4922,387,'first_name',''),(4923,387,'last_name',''),(4924,387,'description',''),(4925,387,'rich_editing','true'),(4926,387,'comment_shortcuts','false'),(4927,387,'admin_color','fresh'),(4928,387,'use_ssl','0'),(4929,387,'show_admin_bar_front','true'),(4930,387,'locale',''),(4931,387,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4932,387,'wp_user_level','0'),(4933,387,'default_password_nag','1'),(4934,388,'nickname','maxfieldd1993'),(4935,388,'first_name',''),(4936,388,'last_name',''),(4937,388,'description',''),(4938,388,'rich_editing','true'),(4939,388,'comment_shortcuts','false'),(4940,388,'admin_color','fresh'),(4941,388,'use_ssl','0'),(4942,388,'show_admin_bar_front','true'),(4943,388,'locale',''),(4944,388,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4945,388,'wp_user_level','0'),(4946,388,'default_password_nag','1'),(4947,389,'nickname','sbrenner121954'),(4948,389,'first_name',''),(4949,389,'last_name',''),(4950,389,'description',''),(4951,389,'rich_editing','true'),(4952,389,'comment_shortcuts','false'),(4953,389,'admin_color','fresh'),(4954,389,'use_ssl','0'),(4955,389,'show_admin_bar_front','true'),(4956,389,'locale',''),(4957,389,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4958,389,'wp_user_level','0'),(4959,389,'default_password_nag','1'),(4960,390,'nickname','gillclarke011986'),(4961,390,'first_name',''),(4962,390,'last_name',''),(4963,390,'description',''),(4964,390,'rich_editing','true'),(4965,390,'comment_shortcuts','false'),(4966,390,'admin_color','fresh'),(4967,390,'use_ssl','0'),(4968,390,'show_admin_bar_front','true'),(4969,390,'locale',''),(4970,390,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4971,390,'wp_user_level','0'),(4972,390,'default_password_nag','1'),(4973,391,'nickname','valterteves2002'),(4974,391,'first_name',''),(4975,391,'last_name',''),(4976,391,'description',''),(4977,391,'rich_editing','true'),(4978,391,'comment_shortcuts','false'),(4979,391,'admin_color','fresh'),(4980,391,'use_ssl','0'),(4981,391,'show_admin_bar_front','true'),(4982,391,'locale',''),(4983,391,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4984,391,'wp_user_level','0'),(4985,391,'default_password_nag','1'),(4986,392,'nickname','navyofficer12271979'),(4987,392,'first_name',''),(4988,392,'last_name',''),(4989,392,'description',''),(4990,392,'rich_editing','true'),(4991,392,'comment_shortcuts','false'),(4992,392,'admin_color','fresh'),(4993,392,'use_ssl','0'),(4994,392,'show_admin_bar_front','true'),(4995,392,'locale',''),(4996,392,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4997,392,'wp_user_level','0'),(4998,392,'default_password_nag','1'),(4999,393,'nickname','bmanrique21968'),(5000,393,'first_name',''),(5001,393,'last_name',''),(5002,393,'description',''),(5003,393,'rich_editing','true'),(5004,393,'comment_shortcuts','false'),(5005,393,'admin_color','fresh'),(5006,393,'use_ssl','0'),(5007,393,'show_admin_bar_front','true'),(5008,393,'locale',''),(5009,393,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5010,393,'wp_user_level','0'),(5011,393,'default_password_nag','1'),(5012,394,'nickname','sbdog1951'),(5013,394,'first_name',''),(5014,394,'last_name',''),(5015,394,'description',''),(5016,394,'rich_editing','true'),(5017,394,'comment_shortcuts','false'),(5018,394,'admin_color','fresh'),(5019,394,'use_ssl','0'),(5020,394,'show_admin_bar_front','true'),(5021,394,'locale',''),(5022,394,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5023,394,'wp_user_level','0'),(5024,394,'default_password_nag','1'),(5025,395,'nickname','chrisibay2005'),(5026,395,'first_name',''),(5027,395,'last_name',''),(5028,395,'description',''),(5029,395,'rich_editing','true'),(5030,395,'comment_shortcuts','false'),(5031,395,'admin_color','fresh'),(5032,395,'use_ssl','0'),(5033,395,'show_admin_bar_front','true'),(5034,395,'locale',''),(5035,395,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5036,395,'wp_user_level','0'),(5037,395,'default_password_nag','1'),(5038,396,'nickname','bbarton19801967'),(5039,396,'first_name',''),(5040,396,'last_name',''),(5041,396,'description',''),(5042,396,'rich_editing','true'),(5043,396,'comment_shortcuts','false'),(5044,396,'admin_color','fresh'),(5045,396,'use_ssl','0'),(5046,396,'show_admin_bar_front','true'),(5047,396,'locale',''),(5048,396,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5049,396,'wp_user_level','0'),(5050,396,'default_password_nag','1'),(5051,397,'nickname','support1953'),(5052,397,'first_name',''),(5053,397,'last_name',''),(5054,397,'description',''),(5055,397,'rich_editing','true'),(5056,397,'comment_shortcuts','false'),(5057,397,'admin_color','fresh'),(5058,397,'use_ssl','0'),(5059,397,'show_admin_bar_front','true'),(5060,397,'locale',''),(5061,397,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5062,397,'wp_user_level','0'),(5063,397,'default_password_nag','1'),(5064,398,'nickname','izkapl1959'),(5065,398,'first_name',''),(5066,398,'last_name',''),(5067,398,'description',''),(5068,398,'rich_editing','true'),(5069,398,'comment_shortcuts','false'),(5070,398,'admin_color','fresh'),(5071,398,'use_ssl','0'),(5072,398,'show_admin_bar_front','true'),(5073,398,'locale',''),(5074,398,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5075,398,'wp_user_level','0'),(5076,398,'default_password_nag','1'),(5077,399,'nickname','krjohnson9111982'),(5078,399,'first_name',''),(5079,399,'last_name',''),(5080,399,'description',''),(5081,399,'rich_editing','true'),(5082,399,'comment_shortcuts','false'),(5083,399,'admin_color','fresh'),(5084,399,'use_ssl','0'),(5085,399,'show_admin_bar_front','true'),(5086,399,'locale',''),(5087,399,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5088,399,'wp_user_level','0'),(5089,399,'default_password_nag','1'),(5090,400,'nickname','josiemarston1990'),(5091,400,'first_name',''),(5092,400,'last_name',''),(5093,400,'description',''),(5094,400,'rich_editing','true'),(5095,400,'comment_shortcuts','false'),(5096,400,'admin_color','fresh'),(5097,400,'use_ssl','0'),(5098,400,'show_admin_bar_front','true'),(5099,400,'locale',''),(5100,400,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5101,400,'wp_user_level','0'),(5102,400,'default_password_nag','1'),(5103,401,'nickname','candybarranch2002'),(5104,401,'first_name',''),(5105,401,'last_name',''),(5106,401,'description',''),(5107,401,'rich_editing','true'),(5108,401,'comment_shortcuts','false'),(5109,401,'admin_color','fresh'),(5110,401,'use_ssl','0'),(5111,401,'show_admin_bar_front','true'),(5112,401,'locale',''),(5113,401,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5114,401,'wp_user_level','0'),(5115,401,'default_password_nag','1'),(5116,402,'nickname','fonz19861994'),(5117,402,'first_name',''),(5118,402,'last_name',''),(5119,402,'description',''),(5120,402,'rich_editing','true'),(5121,402,'comment_shortcuts','false'),(5122,402,'admin_color','fresh'),(5123,402,'use_ssl','0'),(5124,402,'show_admin_bar_front','true'),(5125,402,'locale',''),(5126,402,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5127,402,'wp_user_level','0'),(5128,402,'default_password_nag','1'),(5129,403,'nickname','connie35820082005'),(5130,403,'first_name',''),(5131,403,'last_name',''),(5132,403,'description',''),(5133,403,'rich_editing','true'),(5134,403,'comment_shortcuts','false'),(5135,403,'admin_color','fresh'),(5136,403,'use_ssl','0'),(5137,403,'show_admin_bar_front','true'),(5138,403,'locale',''),(5139,403,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5140,403,'wp_user_level','0'),(5141,403,'default_password_nag','1'),(5142,404,'nickname','ryanhoium2009'),(5143,404,'first_name',''),(5144,404,'last_name',''),(5145,404,'description',''),(5146,404,'rich_editing','true'),(5147,404,'comment_shortcuts','false'),(5148,404,'admin_color','fresh'),(5149,404,'use_ssl','0'),(5150,404,'show_admin_bar_front','true'),(5151,404,'locale',''),(5152,404,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5153,404,'wp_user_level','0'),(5154,404,'default_password_nag','1'),(5155,405,'nickname','rory.murphy2001'),(5156,405,'first_name',''),(5157,405,'last_name',''),(5158,405,'description',''),(5159,405,'rich_editing','true'),(5160,405,'comment_shortcuts','false'),(5161,405,'admin_color','fresh'),(5162,405,'use_ssl','0'),(5163,405,'show_admin_bar_front','true'),(5164,405,'locale',''),(5165,405,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5166,405,'wp_user_level','0'),(5167,405,'default_password_nag','1'),(5168,406,'nickname','lawlor.jeff1957'),(5169,406,'first_name',''),(5170,406,'last_name',''),(5171,406,'description',''),(5172,406,'rich_editing','true'),(5173,406,'comment_shortcuts','false'),(5174,406,'admin_color','fresh'),(5175,406,'use_ssl','0'),(5176,406,'show_admin_bar_front','true'),(5177,406,'locale',''),(5178,406,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5179,406,'wp_user_level','0'),(5180,406,'default_password_nag','1'),(5181,407,'nickname','trinh_nguyen152009'),(5182,407,'first_name',''),(5183,407,'last_name',''),(5184,407,'description',''),(5185,407,'rich_editing','true'),(5186,407,'comment_shortcuts','false'),(5187,407,'admin_color','fresh'),(5188,407,'use_ssl','0'),(5189,407,'show_admin_bar_front','true'),(5190,407,'locale',''),(5191,407,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5192,407,'wp_user_level','0'),(5193,407,'default_password_nag','1'),(5194,408,'nickname','tkhamielec1974'),(5195,408,'first_name',''),(5196,408,'last_name',''),(5197,408,'description',''),(5198,408,'rich_editing','true'),(5199,408,'comment_shortcuts','false'),(5200,408,'admin_color','fresh'),(5201,408,'use_ssl','0'),(5202,408,'show_admin_bar_front','true'),(5203,408,'locale',''),(5204,408,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5205,408,'wp_user_level','0'),(5206,408,'default_password_nag','1'),(5207,409,'nickname','tinnyou2004'),(5208,409,'first_name',''),(5209,409,'last_name',''),(5210,409,'description',''),(5211,409,'rich_editing','true'),(5212,409,'comment_shortcuts','false'),(5213,409,'admin_color','fresh'),(5214,409,'use_ssl','0'),(5215,409,'show_admin_bar_front','true'),(5216,409,'locale',''),(5217,409,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5218,409,'wp_user_level','0'),(5219,409,'default_password_nag','1'),(5220,410,'nickname','frankandjaime2000'),(5221,410,'first_name',''),(5222,410,'last_name',''),(5223,410,'description',''),(5224,410,'rich_editing','true'),(5225,410,'comment_shortcuts','false'),(5226,410,'admin_color','fresh'),(5227,410,'use_ssl','0'),(5228,410,'show_admin_bar_front','true'),(5229,410,'locale',''),(5230,410,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5231,410,'wp_user_level','0'),(5232,410,'default_password_nag','1'),(5233,411,'nickname','jpatrickwalker1962'),(5234,411,'first_name',''),(5235,411,'last_name',''),(5236,411,'description',''),(5237,411,'rich_editing','true'),(5238,411,'comment_shortcuts','false'),(5239,411,'admin_color','fresh'),(5240,411,'use_ssl','0'),(5241,411,'show_admin_bar_front','true'),(5242,411,'locale',''),(5243,411,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5244,411,'wp_user_level','0'),(5245,411,'default_password_nag','1'),(5246,412,'nickname','terry_sanders_jr1992'),(5247,412,'first_name',''),(5248,412,'last_name',''),(5249,412,'description',''),(5250,412,'rich_editing','true'),(5251,412,'comment_shortcuts','false'),(5252,412,'admin_color','fresh'),(5253,412,'use_ssl','0'),(5254,412,'show_admin_bar_front','true'),(5255,412,'locale',''),(5256,412,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5257,412,'wp_user_level','0'),(5258,412,'default_password_nag','1'),(5259,413,'nickname','swati1969'),(5260,413,'first_name',''),(5261,413,'last_name',''),(5262,413,'description',''),(5263,413,'rich_editing','true'),(5264,413,'comment_shortcuts','false'),(5265,413,'admin_color','fresh'),(5266,413,'use_ssl','0'),(5267,413,'show_admin_bar_front','true'),(5268,413,'locale',''),(5269,413,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5270,413,'wp_user_level','0'),(5271,413,'default_password_nag','1'),(5272,414,'nickname','carbon4091972'),(5273,414,'first_name',''),(5274,414,'last_name',''),(5275,414,'description',''),(5276,414,'rich_editing','true'),(5277,414,'comment_shortcuts','false'),(5278,414,'admin_color','fresh'),(5279,414,'use_ssl','0'),(5280,414,'show_admin_bar_front','true'),(5281,414,'locale',''),(5282,414,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5283,414,'wp_user_level','0'),(5284,414,'default_password_nag','1'),(5285,415,'nickname','elaine43331991'),(5286,415,'first_name',''),(5287,415,'last_name',''),(5288,415,'description',''),(5289,415,'rich_editing','true'),(5290,415,'comment_shortcuts','false'),(5291,415,'admin_color','fresh'),(5292,415,'use_ssl','0'),(5293,415,'show_admin_bar_front','true'),(5294,415,'locale',''),(5295,415,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5296,415,'wp_user_level','0'),(5297,415,'default_password_nag','1'),(5298,416,'nickname','sugarbodylan1964'),(5299,416,'first_name',''),(5300,416,'last_name',''),(5301,416,'description',''),(5302,416,'rich_editing','true'),(5303,416,'comment_shortcuts','false'),(5304,416,'admin_color','fresh'),(5305,416,'use_ssl','0'),(5306,416,'show_admin_bar_front','true'),(5307,416,'locale',''),(5308,416,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5309,416,'wp_user_level','0'),(5310,416,'default_password_nag','1'),(5311,417,'nickname','jfonsecas101961'),(5312,417,'first_name',''),(5313,417,'last_name',''),(5314,417,'description',''),(5315,417,'rich_editing','true'),(5316,417,'comment_shortcuts','false'),(5317,417,'admin_color','fresh'),(5318,417,'use_ssl','0'),(5319,417,'show_admin_bar_front','true'),(5320,417,'locale',''),(5321,417,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5322,417,'wp_user_level','0'),(5323,417,'default_password_nag','1'),(5324,418,'nickname','rommelhale1988'),(5325,418,'first_name',''),(5326,418,'last_name',''),(5327,418,'description',''),(5328,418,'rich_editing','true'),(5329,418,'comment_shortcuts','false'),(5330,418,'admin_color','fresh'),(5331,418,'use_ssl','0'),(5332,418,'show_admin_bar_front','true'),(5333,418,'locale',''),(5334,418,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5335,418,'wp_user_level','0'),(5336,418,'default_password_nag','1'),(5337,419,'nickname','tranhung0261955'),(5338,419,'first_name',''),(5339,419,'last_name',''),(5340,419,'description',''),(5341,419,'rich_editing','true'),(5342,419,'comment_shortcuts','false'),(5343,419,'admin_color','fresh'),(5344,419,'use_ssl','0'),(5345,419,'show_admin_bar_front','true'),(5346,419,'locale',''),(5347,419,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5348,419,'wp_user_level','0'),(5349,419,'default_password_nag','1'),(5350,420,'nickname','aslohn1998'),(5351,420,'first_name',''),(5352,420,'last_name',''),(5353,420,'description',''),(5354,420,'rich_editing','true'),(5355,420,'comment_shortcuts','false'),(5356,420,'admin_color','fresh'),(5357,420,'use_ssl','0'),(5358,420,'show_admin_bar_front','true'),(5359,420,'locale',''),(5360,420,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5361,420,'wp_user_level','0'),(5362,420,'default_password_nag','1'),(5363,421,'nickname','y_ari931979'),(5364,421,'first_name',''),(5365,421,'last_name',''),(5366,421,'description',''),(5367,421,'rich_editing','true'),(5368,421,'comment_shortcuts','false'),(5369,421,'admin_color','fresh'),(5370,421,'use_ssl','0'),(5371,421,'show_admin_bar_front','true'),(5372,421,'locale',''),(5373,421,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5374,421,'wp_user_level','0'),(5375,421,'default_password_nag','1'),(5376,422,'nickname','bhohn1985'),(5377,422,'first_name',''),(5378,422,'last_name',''),(5379,422,'description',''),(5380,422,'rich_editing','true'),(5381,422,'comment_shortcuts','false'),(5382,422,'admin_color','fresh'),(5383,422,'use_ssl','0'),(5384,422,'show_admin_bar_front','true'),(5385,422,'locale',''),(5386,422,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5387,422,'wp_user_level','0'),(5388,422,'default_password_nag','1'),(5389,423,'nickname','jo6jor1996'),(5390,423,'first_name',''),(5391,423,'last_name',''),(5392,423,'description',''),(5393,423,'rich_editing','true'),(5394,423,'comment_shortcuts','false'),(5395,423,'admin_color','fresh'),(5396,423,'use_ssl','0'),(5397,423,'show_admin_bar_front','true'),(5398,423,'locale',''),(5399,423,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5400,423,'wp_user_level','0'),(5401,423,'default_password_nag','1'),(5402,424,'nickname','tony.gatlin1951'),(5403,424,'first_name',''),(5404,424,'last_name',''),(5405,424,'description',''),(5406,424,'rich_editing','true'),(5407,424,'comment_shortcuts','false'),(5408,424,'admin_color','fresh'),(5409,424,'use_ssl','0'),(5410,424,'show_admin_bar_front','true'),(5411,424,'locale',''),(5412,424,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5413,424,'wp_user_level','0'),(5414,424,'default_password_nag','1'),(5415,425,'nickname','pbova1959'),(5416,425,'first_name',''),(5417,425,'last_name',''),(5418,425,'description',''),(5419,425,'rich_editing','true'),(5420,425,'comment_shortcuts','false'),(5421,425,'admin_color','fresh'),(5422,425,'use_ssl','0'),(5423,425,'show_admin_bar_front','true'),(5424,425,'locale',''),(5425,425,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5426,425,'wp_user_level','0'),(5427,425,'default_password_nag','1'),(5428,426,'nickname','ttb25orless1962'),(5429,426,'first_name',''),(5430,426,'last_name',''),(5431,426,'description',''),(5432,426,'rich_editing','true'),(5433,426,'comment_shortcuts','false'),(5434,426,'admin_color','fresh'),(5435,426,'use_ssl','0'),(5436,426,'show_admin_bar_front','true'),(5437,426,'locale',''),(5438,426,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5439,426,'wp_user_level','0'),(5440,426,'default_password_nag','1'),(5441,427,'nickname','clyde1988'),(5442,427,'first_name',''),(5443,427,'last_name',''),(5444,427,'description',''),(5445,427,'rich_editing','true'),(5446,427,'comment_shortcuts','false'),(5447,427,'admin_color','fresh'),(5448,427,'use_ssl','0'),(5449,427,'show_admin_bar_front','true'),(5450,427,'locale',''),(5451,427,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5452,427,'wp_user_level','0'),(5453,427,'default_password_nag','1'),(5454,428,'nickname','lsharpton12000'),(5455,428,'first_name',''),(5456,428,'last_name',''),(5457,428,'description',''),(5458,428,'rich_editing','true'),(5459,428,'comment_shortcuts','false'),(5460,428,'admin_color','fresh'),(5461,428,'use_ssl','0'),(5462,428,'show_admin_bar_front','true'),(5463,428,'locale',''),(5464,428,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5465,428,'wp_user_level','0'),(5466,428,'default_password_nag','1'),(5467,429,'nickname','cai.eason1984'),(5468,429,'first_name',''),(5469,429,'last_name',''),(5470,429,'description',''),(5471,429,'rich_editing','true'),(5472,429,'comment_shortcuts','false'),(5473,429,'admin_color','fresh'),(5474,429,'use_ssl','0'),(5475,429,'show_admin_bar_front','true'),(5476,429,'locale',''),(5477,429,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5478,429,'wp_user_level','0'),(5479,429,'default_password_nag','1'),(5480,430,'nickname','k.rutherford1971'),(5481,430,'first_name',''),(5482,430,'last_name',''),(5483,430,'description',''),(5484,430,'rich_editing','true'),(5485,430,'comment_shortcuts','false'),(5486,430,'admin_color','fresh'),(5487,430,'use_ssl','0'),(5488,430,'show_admin_bar_front','true'),(5489,430,'locale',''),(5490,430,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5491,430,'wp_user_level','0'),(5492,430,'default_password_nag','1'),(5493,431,'nickname','randall.tranel1969'),(5494,431,'first_name',''),(5495,431,'last_name',''),(5496,431,'description',''),(5497,431,'rich_editing','true'),(5498,431,'comment_shortcuts','false'),(5499,431,'admin_color','fresh'),(5500,431,'use_ssl','0'),(5501,431,'show_admin_bar_front','true'),(5502,431,'locale',''),(5503,431,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5504,431,'wp_user_level','0'),(5505,431,'default_password_nag','1'),(5506,432,'nickname','dianegma12007'),(5507,432,'first_name',''),(5508,432,'last_name',''),(5509,432,'description',''),(5510,432,'rich_editing','true'),(5511,432,'comment_shortcuts','false'),(5512,432,'admin_color','fresh'),(5513,432,'use_ssl','0'),(5514,432,'show_admin_bar_front','true'),(5515,432,'locale',''),(5516,432,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5517,432,'wp_user_level','0'),(5518,432,'default_password_nag','1'),(5519,433,'nickname','nanatommie1967'),(5520,433,'first_name',''),(5521,433,'last_name',''),(5522,433,'description',''),(5523,433,'rich_editing','true'),(5524,433,'comment_shortcuts','false'),(5525,433,'admin_color','fresh'),(5526,433,'use_ssl','0'),(5527,433,'show_admin_bar_front','true'),(5528,433,'locale',''),(5529,433,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5530,433,'wp_user_level','0'),(5531,433,'default_password_nag','1'),(5532,434,'nickname','fenna.s1975'),(5533,434,'first_name',''),(5534,434,'last_name',''),(5535,434,'description',''),(5536,434,'rich_editing','true'),(5537,434,'comment_shortcuts','false'),(5538,434,'admin_color','fresh'),(5539,434,'use_ssl','0'),(5540,434,'show_admin_bar_front','true'),(5541,434,'locale',''),(5542,434,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5543,434,'wp_user_level','0'),(5544,434,'default_password_nag','1'),(5545,435,'nickname','ara_aslyan1973'),(5546,435,'first_name',''),(5547,435,'last_name',''),(5548,435,'description',''),(5549,435,'rich_editing','true'),(5550,435,'comment_shortcuts','false'),(5551,435,'admin_color','fresh'),(5552,435,'use_ssl','0'),(5553,435,'show_admin_bar_front','true'),(5554,435,'locale',''),(5555,435,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5556,435,'wp_user_level','0'),(5557,435,'default_password_nag','1'),(5558,436,'nickname','virginia_ik1955'),(5559,436,'first_name',''),(5560,436,'last_name',''),(5561,436,'description',''),(5562,436,'rich_editing','true'),(5563,436,'comment_shortcuts','false'),(5564,436,'admin_color','fresh'),(5565,436,'use_ssl','0'),(5566,436,'show_admin_bar_front','true'),(5567,436,'locale',''),(5568,436,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5569,436,'wp_user_level','0'),(5570,436,'default_password_nag','1'),(5571,437,'nickname','bradley.ben1975'),(5572,437,'first_name',''),(5573,437,'last_name',''),(5574,437,'description',''),(5575,437,'rich_editing','true'),(5576,437,'comment_shortcuts','false'),(5577,437,'admin_color','fresh'),(5578,437,'use_ssl','0'),(5579,437,'show_admin_bar_front','true'),(5580,437,'locale',''),(5581,437,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5582,437,'wp_user_level','0'),(5583,437,'default_password_nag','1'),(5584,438,'nickname','bossmanrich71952'),(5585,438,'first_name',''),(5586,438,'last_name',''),(5587,438,'description',''),(5588,438,'rich_editing','true'),(5589,438,'comment_shortcuts','false'),(5590,438,'admin_color','fresh'),(5591,438,'use_ssl','0'),(5592,438,'show_admin_bar_front','true'),(5593,438,'locale',''),(5594,438,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5595,438,'wp_user_level','0'),(5596,438,'default_password_nag','1'),(5597,439,'nickname','kylbak1967'),(5598,439,'first_name',''),(5599,439,'last_name',''),(5600,439,'description',''),(5601,439,'rich_editing','true'),(5602,439,'comment_shortcuts','false'),(5603,439,'admin_color','fresh'),(5604,439,'use_ssl','0'),(5605,439,'show_admin_bar_front','true'),(5606,439,'locale',''),(5607,439,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5608,439,'wp_user_level','0'),(5609,439,'default_password_nag','1'),(5610,440,'nickname','enel11131998'),(5611,440,'first_name',''),(5612,440,'last_name',''),(5613,440,'description',''),(5614,440,'rich_editing','true'),(5615,440,'comment_shortcuts','false'),(5616,440,'admin_color','fresh'),(5617,440,'use_ssl','0'),(5618,440,'show_admin_bar_front','true'),(5619,440,'locale',''),(5620,440,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5621,440,'wp_user_level','0'),(5622,440,'default_password_nag','1'),(5623,441,'nickname','gregthomas351988'),(5624,441,'first_name',''),(5625,441,'last_name',''),(5626,441,'description',''),(5627,441,'rich_editing','true'),(5628,441,'comment_shortcuts','false'),(5629,441,'admin_color','fresh'),(5630,441,'use_ssl','0'),(5631,441,'show_admin_bar_front','true'),(5632,441,'locale',''),(5633,441,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5634,441,'wp_user_level','0'),(5635,441,'default_password_nag','1'),(5636,442,'nickname','ricardo1951'),(5637,442,'first_name',''),(5638,442,'last_name',''),(5639,442,'description',''),(5640,442,'rich_editing','true'),(5641,442,'comment_shortcuts','false'),(5642,442,'admin_color','fresh'),(5643,442,'use_ssl','0'),(5644,442,'show_admin_bar_front','true'),(5645,442,'locale',''),(5646,442,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5647,442,'wp_user_level','0'),(5648,442,'default_password_nag','1'),(5649,443,'nickname','rendly1970'),(5650,443,'first_name',''),(5651,443,'last_name',''),(5652,443,'description',''),(5653,443,'rich_editing','true'),(5654,443,'comment_shortcuts','false'),(5655,443,'admin_color','fresh'),(5656,443,'use_ssl','0'),(5657,443,'show_admin_bar_front','true'),(5658,443,'locale',''),(5659,443,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5660,443,'wp_user_level','0'),(5661,443,'default_password_nag','1'),(5662,444,'nickname','nilu_prasad121952'),(5663,444,'first_name',''),(5664,444,'last_name',''),(5665,444,'description',''),(5666,444,'rich_editing','true'),(5667,444,'comment_shortcuts','false'),(5668,444,'admin_color','fresh'),(5669,444,'use_ssl','0'),(5670,444,'show_admin_bar_front','true'),(5671,444,'locale',''),(5672,444,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5673,444,'wp_user_level','0'),(5674,444,'default_password_nag','1'),(5675,445,'nickname','chloejennings1957'),(5676,445,'first_name',''),(5677,445,'last_name',''),(5678,445,'description',''),(5679,445,'rich_editing','true'),(5680,445,'comment_shortcuts','false'),(5681,445,'admin_color','fresh'),(5682,445,'use_ssl','0'),(5683,445,'show_admin_bar_front','true'),(5684,445,'locale',''),(5685,445,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5686,445,'wp_user_level','0'),(5687,445,'default_password_nag','1'),(5688,446,'nickname','clarklj662007'),(5689,446,'first_name',''),(5690,446,'last_name',''),(5691,446,'description',''),(5692,446,'rich_editing','true'),(5693,446,'comment_shortcuts','false'),(5694,446,'admin_color','fresh'),(5695,446,'use_ssl','0'),(5696,446,'show_admin_bar_front','true'),(5697,446,'locale',''),(5698,446,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5699,446,'wp_user_level','0'),(5700,446,'default_password_nag','1'),(5701,447,'nickname','zackka21999'),(5702,447,'first_name',''),(5703,447,'last_name',''),(5704,447,'description',''),(5705,447,'rich_editing','true'),(5706,447,'comment_shortcuts','false'),(5707,447,'admin_color','fresh'),(5708,447,'use_ssl','0'),(5709,447,'show_admin_bar_front','true'),(5710,447,'locale',''),(5711,447,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5712,447,'wp_user_level','0'),(5713,447,'default_password_nag','1'),(5714,448,'nickname','rachael_glossop1990'),(5715,448,'first_name',''),(5716,448,'last_name',''),(5717,448,'description',''),(5718,448,'rich_editing','true'),(5719,448,'comment_shortcuts','false'),(5720,448,'admin_color','fresh'),(5721,448,'use_ssl','0'),(5722,448,'show_admin_bar_front','true'),(5723,448,'locale',''),(5724,448,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5725,448,'wp_user_level','0'),(5726,448,'default_password_nag','1'),(5727,449,'nickname','luka-rauschmayer1984'),(5728,449,'first_name',''),(5729,449,'last_name',''),(5730,449,'description',''),(5731,449,'rich_editing','true'),(5732,449,'comment_shortcuts','false'),(5733,449,'admin_color','fresh'),(5734,449,'use_ssl','0'),(5735,449,'show_admin_bar_front','true'),(5736,449,'locale',''),(5737,449,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5738,449,'wp_user_level','0'),(5739,449,'default_password_nag','1'),(5740,1,'wsi_total_invites','5'),(5741,450,'nickname','somerdmguy1968'),(5742,450,'first_name',''),(5743,450,'last_name',''),(5744,450,'description',''),(5745,450,'rich_editing','true'),(5746,450,'comment_shortcuts','false'),(5747,450,'admin_color','fresh'),(5748,450,'use_ssl','0'),(5749,450,'show_admin_bar_front','true'),(5750,450,'locale',''),(5751,450,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5752,450,'wp_user_level','0'),(5753,450,'default_password_nag','1'),(5754,451,'nickname','lloyd.l.amanda1996'),(5755,451,'first_name',''),(5756,451,'last_name',''),(5757,451,'description',''),(5758,451,'rich_editing','true'),(5759,451,'comment_shortcuts','false'),(5760,451,'admin_color','fresh'),(5761,451,'use_ssl','0'),(5762,451,'show_admin_bar_front','true'),(5763,451,'locale',''),(5764,451,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5765,451,'wp_user_level','0'),(5766,451,'default_password_nag','1'),(5767,452,'nickname','frank.vutrano1965'),(5768,452,'first_name',''),(5769,452,'last_name',''),(5770,452,'description',''),(5771,452,'rich_editing','true'),(5772,452,'comment_shortcuts','false'),(5773,452,'admin_color','fresh'),(5774,452,'use_ssl','0'),(5775,452,'show_admin_bar_front','true'),(5776,452,'locale',''),(5777,452,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5778,452,'wp_user_level','0'),(5779,452,'default_password_nag','1'),(5780,453,'nickname','luvinmaya2001'),(5781,453,'first_name',''),(5782,453,'last_name',''),(5783,453,'description',''),(5784,453,'rich_editing','true'),(5785,453,'comment_shortcuts','false'),(5786,453,'admin_color','fresh'),(5787,453,'use_ssl','0'),(5788,453,'show_admin_bar_front','true'),(5789,453,'locale',''),(5790,453,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5791,453,'wp_user_level','0'),(5792,453,'default_password_nag','1'),(5793,454,'nickname','wickevan1980'),(5794,454,'first_name',''),(5795,454,'last_name',''),(5796,454,'description',''),(5797,454,'rich_editing','true'),(5798,454,'comment_shortcuts','false'),(5799,454,'admin_color','fresh'),(5800,454,'use_ssl','0'),(5801,454,'show_admin_bar_front','true'),(5802,454,'locale',''),(5803,454,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5804,454,'wp_user_level','0'),(5805,454,'default_password_nag','1'),(5806,455,'nickname','anniejaffri1997'),(5807,455,'first_name',''),(5808,455,'last_name',''),(5809,455,'description',''),(5810,455,'rich_editing','true'),(5811,455,'comment_shortcuts','false'),(5812,455,'admin_color','fresh'),(5813,455,'use_ssl','0'),(5814,455,'show_admin_bar_front','true'),(5815,455,'locale',''),(5816,455,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5817,455,'wp_user_level','0'),(5818,455,'default_password_nag','1'),(5819,456,'nickname','carl1961'),(5820,456,'first_name',''),(5821,456,'last_name',''),(5822,456,'description',''),(5823,456,'rich_editing','true'),(5824,456,'comment_shortcuts','false'),(5825,456,'admin_color','fresh'),(5826,456,'use_ssl','0'),(5827,456,'show_admin_bar_front','true'),(5828,456,'locale',''),(5829,456,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5830,456,'wp_user_level','0'),(5831,456,'default_password_nag','1'),(5832,457,'nickname','amekimb1978'),(5833,457,'first_name',''),(5834,457,'last_name',''),(5835,457,'description',''),(5836,457,'rich_editing','true'),(5837,457,'comment_shortcuts','false'),(5838,457,'admin_color','fresh'),(5839,457,'use_ssl','0'),(5840,457,'show_admin_bar_front','true'),(5841,457,'locale',''),(5842,457,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5843,457,'wp_user_level','0'),(5844,457,'default_password_nag','1'),(5845,458,'nickname','tgeorge271957'),(5846,458,'first_name',''),(5847,458,'last_name',''),(5848,458,'description',''),(5849,458,'rich_editing','true'),(5850,458,'comment_shortcuts','false'),(5851,458,'admin_color','fresh'),(5852,458,'use_ssl','0'),(5853,458,'show_admin_bar_front','true'),(5854,458,'locale',''),(5855,458,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5856,458,'wp_user_level','0'),(5857,458,'default_password_nag','1'),(5858,459,'nickname','boatechcorp2008'),(5859,459,'first_name',''),(5860,459,'last_name',''),(5861,459,'description',''),(5862,459,'rich_editing','true'),(5863,459,'comment_shortcuts','false'),(5864,459,'admin_color','fresh'),(5865,459,'use_ssl','0'),(5866,459,'show_admin_bar_front','true'),(5867,459,'locale',''),(5868,459,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5869,459,'wp_user_level','0'),(5870,459,'default_password_nag','1'),(5871,460,'nickname','beeze50.sj1999'),(5872,460,'first_name',''),(5873,460,'last_name',''),(5874,460,'description',''),(5875,460,'rich_editing','true'),(5876,460,'comment_shortcuts','false'),(5877,460,'admin_color','fresh'),(5878,460,'use_ssl','0'),(5879,460,'show_admin_bar_front','true'),(5880,460,'locale',''),(5881,460,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5882,460,'wp_user_level','0'),(5883,460,'default_password_nag','1'),(5884,461,'nickname','jhorstma1978'),(5885,461,'first_name',''),(5886,461,'last_name',''),(5887,461,'description',''),(5888,461,'rich_editing','true'),(5889,461,'comment_shortcuts','false'),(5890,461,'admin_color','fresh'),(5891,461,'use_ssl','0'),(5892,461,'show_admin_bar_front','true'),(5893,461,'locale',''),(5894,461,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5895,461,'wp_user_level','0'),(5896,461,'default_password_nag','1'),(5897,462,'nickname','sshepherd19941960'),(5898,462,'first_name',''),(5899,462,'last_name',''),(5900,462,'description',''),(5901,462,'rich_editing','true'),(5902,462,'comment_shortcuts','false'),(5903,462,'admin_color','fresh'),(5904,462,'use_ssl','0'),(5905,462,'show_admin_bar_front','true'),(5906,462,'locale',''),(5907,462,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5908,462,'wp_user_level','0'),(5909,462,'default_password_nag','1'),(5910,463,'nickname','ruzz3081999'),(5911,463,'first_name',''),(5912,463,'last_name',''),(5913,463,'description',''),(5914,463,'rich_editing','true'),(5915,463,'comment_shortcuts','false'),(5916,463,'admin_color','fresh'),(5917,463,'use_ssl','0'),(5918,463,'show_admin_bar_front','true'),(5919,463,'locale',''),(5920,463,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5921,463,'wp_user_level','0'),(5922,463,'default_password_nag','1'),(5923,464,'nickname','barb43181988'),(5924,464,'first_name',''),(5925,464,'last_name',''),(5926,464,'description',''),(5927,464,'rich_editing','true'),(5928,464,'comment_shortcuts','false'),(5929,464,'admin_color','fresh'),(5930,464,'use_ssl','0'),(5931,464,'show_admin_bar_front','true'),(5932,464,'locale',''),(5933,464,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5934,464,'wp_user_level','0'),(5935,464,'default_password_nag','1'),(5936,465,'nickname','couturetj1973'),(5937,465,'first_name',''),(5938,465,'last_name',''),(5939,465,'description',''),(5940,465,'rich_editing','true'),(5941,465,'comment_shortcuts','false'),(5942,465,'admin_color','fresh'),(5943,465,'use_ssl','0'),(5944,465,'show_admin_bar_front','true'),(5945,465,'locale',''),(5946,465,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5947,465,'wp_user_level','0'),(5948,465,'default_password_nag','1'),(5949,466,'nickname','bakes1983'),(5950,466,'first_name',''),(5951,466,'last_name',''),(5952,466,'description',''),(5953,466,'rich_editing','true'),(5954,466,'comment_shortcuts','false'),(5955,466,'admin_color','fresh'),(5956,466,'use_ssl','0'),(5957,466,'show_admin_bar_front','true'),(5958,466,'locale',''),(5959,466,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5960,466,'wp_user_level','0'),(5961,466,'default_password_nag','1'),(5962,467,'nickname','mkl7862010'),(5963,467,'first_name',''),(5964,467,'last_name',''),(5965,467,'description',''),(5966,467,'rich_editing','true'),(5967,467,'comment_shortcuts','false'),(5968,467,'admin_color','fresh'),(5969,467,'use_ssl','0'),(5970,467,'show_admin_bar_front','true'),(5971,467,'locale',''),(5972,467,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5973,467,'wp_user_level','0'),(5974,467,'default_password_nag','1'),(5975,468,'nickname','bhawikster2005'),(5976,468,'first_name',''),(5977,468,'last_name',''),(5978,468,'description',''),(5979,468,'rich_editing','true'),(5980,468,'comment_shortcuts','false'),(5981,468,'admin_color','fresh'),(5982,468,'use_ssl','0'),(5983,468,'show_admin_bar_front','true'),(5984,468,'locale',''),(5985,468,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5986,468,'wp_user_level','0'),(5987,468,'default_password_nag','1'),(5988,469,'nickname','withlove1131961'),(5989,469,'first_name',''),(5990,469,'last_name',''),(5991,469,'description',''),(5992,469,'rich_editing','true'),(5993,469,'comment_shortcuts','false'),(5994,469,'admin_color','fresh'),(5995,469,'use_ssl','0'),(5996,469,'show_admin_bar_front','true'),(5997,469,'locale',''),(5998,469,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5999,469,'wp_user_level','0'),(6000,469,'default_password_nag','1'),(6001,470,'nickname','timwolfe67671954'),(6002,470,'first_name',''),(6003,470,'last_name',''),(6004,470,'description',''),(6005,470,'rich_editing','true'),(6006,470,'comment_shortcuts','false'),(6007,470,'admin_color','fresh'),(6008,470,'use_ssl','0'),(6009,470,'show_admin_bar_front','true'),(6010,470,'locale',''),(6011,470,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6012,470,'wp_user_level','0'),(6013,470,'default_password_nag','1'),(6014,471,'nickname','recordrepeat1973'),(6015,471,'first_name',''),(6016,471,'last_name',''),(6017,471,'description',''),(6018,471,'rich_editing','true'),(6019,471,'comment_shortcuts','false'),(6020,471,'admin_color','fresh'),(6021,471,'use_ssl','0'),(6022,471,'show_admin_bar_front','true'),(6023,471,'locale',''),(6024,471,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6025,471,'wp_user_level','0'),(6026,471,'default_password_nag','1'),(6027,472,'nickname','alex.siggia1955'),(6028,472,'first_name',''),(6029,472,'last_name',''),(6030,472,'description',''),(6031,472,'rich_editing','true'),(6032,472,'comment_shortcuts','false'),(6033,472,'admin_color','fresh'),(6034,472,'use_ssl','0'),(6035,472,'show_admin_bar_front','true'),(6036,472,'locale',''),(6037,472,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6038,472,'wp_user_level','0'),(6039,472,'default_password_nag','1'),(6040,473,'nickname','j.reyes20081980'),(6041,473,'first_name',''),(6042,473,'last_name',''),(6043,473,'description',''),(6044,473,'rich_editing','true'),(6045,473,'comment_shortcuts','false'),(6046,473,'admin_color','fresh'),(6047,473,'use_ssl','0'),(6048,473,'show_admin_bar_front','true'),(6049,473,'locale',''),(6050,473,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6051,473,'wp_user_level','0'),(6052,473,'default_password_nag','1'),(6053,474,'nickname','dwnakano1963'),(6054,474,'first_name',''),(6055,474,'last_name',''),(6056,474,'description',''),(6057,474,'rich_editing','true'),(6058,474,'comment_shortcuts','false'),(6059,474,'admin_color','fresh'),(6060,474,'use_ssl','0'),(6061,474,'show_admin_bar_front','true'),(6062,474,'locale',''),(6063,474,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6064,474,'wp_user_level','0'),(6065,474,'default_password_nag','1'),(6066,475,'nickname','buttons132007'),(6067,475,'first_name',''),(6068,475,'last_name',''),(6069,475,'description',''),(6070,475,'rich_editing','true'),(6071,475,'comment_shortcuts','false'),(6072,475,'admin_color','fresh'),(6073,475,'use_ssl','0'),(6074,475,'show_admin_bar_front','true'),(6075,475,'locale',''),(6076,475,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6077,475,'wp_user_level','0'),(6078,475,'default_password_nag','1'),(6079,476,'nickname','support1954'),(6080,476,'first_name',''),(6081,476,'last_name',''),(6082,476,'description',''),(6083,476,'rich_editing','true'),(6084,476,'comment_shortcuts','false'),(6085,476,'admin_color','fresh'),(6086,476,'use_ssl','0'),(6087,476,'show_admin_bar_front','true'),(6088,476,'locale',''),(6089,476,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6090,476,'wp_user_level','0'),(6091,476,'default_password_nag','1'),(6092,477,'nickname','wbrackman2005'),(6093,477,'first_name',''),(6094,477,'last_name',''),(6095,477,'description',''),(6096,477,'rich_editing','true'),(6097,477,'comment_shortcuts','false'),(6098,477,'admin_color','fresh'),(6099,477,'use_ssl','0'),(6100,477,'show_admin_bar_front','true'),(6101,477,'locale',''),(6102,477,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6103,477,'wp_user_level','0'),(6104,477,'default_password_nag','1'),(6105,478,'nickname','wendyvroom1989'),(6106,478,'first_name',''),(6107,478,'last_name',''),(6108,478,'description',''),(6109,478,'rich_editing','true'),(6110,478,'comment_shortcuts','false'),(6111,478,'admin_color','fresh'),(6112,478,'use_ssl','0'),(6113,478,'show_admin_bar_front','true'),(6114,478,'locale',''),(6115,478,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6116,478,'wp_user_level','0'),(6117,478,'default_password_nag','1'),(6118,479,'nickname','torpido981975'),(6119,479,'first_name',''),(6120,479,'last_name',''),(6121,479,'description',''),(6122,479,'rich_editing','true'),(6123,479,'comment_shortcuts','false'),(6124,479,'admin_color','fresh'),(6125,479,'use_ssl','0'),(6126,479,'show_admin_bar_front','true'),(6127,479,'locale',''),(6128,479,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6129,479,'wp_user_level','0'),(6130,479,'default_password_nag','1'),(6131,480,'nickname','scottweaver251992'),(6132,480,'first_name',''),(6133,480,'last_name',''),(6134,480,'description',''),(6135,480,'rich_editing','true'),(6136,480,'comment_shortcuts','false'),(6137,480,'admin_color','fresh'),(6138,480,'use_ssl','0'),(6139,480,'show_admin_bar_front','true'),(6140,480,'locale',''),(6141,480,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6142,480,'wp_user_level','0'),(6143,480,'default_password_nag','1'),(6144,481,'nickname','josh_draper1965'),(6145,481,'first_name',''),(6146,481,'last_name',''),(6147,481,'description',''),(6148,481,'rich_editing','true'),(6149,481,'comment_shortcuts','false'),(6150,481,'admin_color','fresh'),(6151,481,'use_ssl','0'),(6152,481,'show_admin_bar_front','true'),(6153,481,'locale',''),(6154,481,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6155,481,'wp_user_level','0'),(6156,481,'default_password_nag','1'),(6157,482,'nickname','anne.lothian1952'),(6158,482,'first_name',''),(6159,482,'last_name',''),(6160,482,'description',''),(6161,482,'rich_editing','true'),(6162,482,'comment_shortcuts','false'),(6163,482,'admin_color','fresh'),(6164,482,'use_ssl','0'),(6165,482,'show_admin_bar_front','true'),(6166,482,'locale',''),(6167,482,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6168,482,'wp_user_level','0'),(6169,482,'default_password_nag','1'),(6170,483,'nickname','creighton.lee1979'),(6171,483,'first_name',''),(6172,483,'last_name',''),(6173,483,'description',''),(6174,483,'rich_editing','true'),(6175,483,'comment_shortcuts','false'),(6176,483,'admin_color','fresh'),(6177,483,'use_ssl','0'),(6178,483,'show_admin_bar_front','true'),(6179,483,'locale',''),(6180,483,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6181,483,'wp_user_level','0'),(6182,483,'default_password_nag','1'),(6183,484,'nickname','hardy.patel1972'),(6184,484,'first_name',''),(6185,484,'last_name',''),(6186,484,'description',''),(6187,484,'rich_editing','true'),(6188,484,'comment_shortcuts','false'),(6189,484,'admin_color','fresh'),(6190,484,'use_ssl','0'),(6191,484,'show_admin_bar_front','true'),(6192,484,'locale',''),(6193,484,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6194,484,'wp_user_level','0'),(6195,484,'default_password_nag','1'),(6196,485,'nickname','atalal992009'),(6197,485,'first_name',''),(6198,485,'last_name',''),(6199,485,'description',''),(6200,485,'rich_editing','true'),(6201,485,'comment_shortcuts','false'),(6202,485,'admin_color','fresh'),(6203,485,'use_ssl','0'),(6204,485,'show_admin_bar_front','true'),(6205,485,'locale',''),(6206,485,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6207,485,'wp_user_level','0'),(6208,485,'default_password_nag','1'),(6209,486,'nickname','sara.sponagle1958'),(6210,486,'first_name',''),(6211,486,'last_name',''),(6212,486,'description',''),(6213,486,'rich_editing','true'),(6214,486,'comment_shortcuts','false'),(6215,486,'admin_color','fresh'),(6216,486,'use_ssl','0'),(6217,486,'show_admin_bar_front','true'),(6218,486,'locale',''),(6219,486,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6220,486,'wp_user_level','0'),(6221,486,'default_password_nag','1'),(6222,487,'nickname','jess1994'),(6223,487,'first_name',''),(6224,487,'last_name',''),(6225,487,'description',''),(6226,487,'rich_editing','true'),(6227,487,'comment_shortcuts','false'),(6228,487,'admin_color','fresh'),(6229,487,'use_ssl','0'),(6230,487,'show_admin_bar_front','true'),(6231,487,'locale',''),(6232,487,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6233,487,'wp_user_level','0'),(6234,487,'default_password_nag','1'),(6235,488,'nickname','mjkraft171997'),(6236,488,'first_name',''),(6237,488,'last_name',''),(6238,488,'description',''),(6239,488,'rich_editing','true'),(6240,488,'comment_shortcuts','false'),(6241,488,'admin_color','fresh'),(6242,488,'use_ssl','0'),(6243,488,'show_admin_bar_front','true'),(6244,488,'locale',''),(6245,488,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6246,488,'wp_user_level','0'),(6247,488,'default_password_nag','1'),(6248,489,'nickname','gans422002'),(6249,489,'first_name',''),(6250,489,'last_name',''),(6251,489,'description',''),(6252,489,'rich_editing','true'),(6253,489,'comment_shortcuts','false'),(6254,489,'admin_color','fresh'),(6255,489,'use_ssl','0'),(6256,489,'show_admin_bar_front','true'),(6257,489,'locale',''),(6258,489,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6259,489,'wp_user_level','0'),(6260,489,'default_password_nag','1'),(6261,490,'nickname','mpg9161989'),(6262,490,'first_name',''),(6263,490,'last_name',''),(6264,490,'description',''),(6265,490,'rich_editing','true'),(6266,490,'comment_shortcuts','false'),(6267,490,'admin_color','fresh'),(6268,490,'use_ssl','0'),(6269,490,'show_admin_bar_front','true'),(6270,490,'locale',''),(6271,490,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6272,490,'wp_user_level','0'),(6273,490,'default_password_nag','1'),(6274,491,'nickname','princesseri381993'),(6275,491,'first_name',''),(6276,491,'last_name',''),(6277,491,'description',''),(6278,491,'rich_editing','true'),(6279,491,'comment_shortcuts','false'),(6280,491,'admin_color','fresh'),(6281,491,'use_ssl','0'),(6282,491,'show_admin_bar_front','true'),(6283,491,'locale',''),(6284,491,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6285,491,'wp_user_level','0'),(6286,491,'default_password_nag','1'),(6287,492,'nickname','valeriebenson232s1990'),(6288,492,'first_name',''),(6289,492,'last_name',''),(6290,492,'description',''),(6291,492,'rich_editing','true'),(6292,492,'comment_shortcuts','false'),(6293,492,'admin_color','fresh'),(6294,492,'use_ssl','0'),(6295,492,'show_admin_bar_front','true'),(6296,492,'locale',''),(6297,492,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6298,492,'wp_user_level','0'),(6299,492,'default_password_nag','1'),(6300,493,'nickname','eleveld.johan2000'),(6301,493,'first_name',''),(6302,493,'last_name',''),(6303,493,'description',''),(6304,493,'rich_editing','true'),(6305,493,'comment_shortcuts','false'),(6306,493,'admin_color','fresh'),(6307,493,'use_ssl','0'),(6308,493,'show_admin_bar_front','true'),(6309,493,'locale',''),(6310,493,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6311,493,'wp_user_level','0'),(6312,493,'default_password_nag','1'),(6313,494,'nickname','t03hughes2002'),(6314,494,'first_name',''),(6315,494,'last_name',''),(6316,494,'description',''),(6317,494,'rich_editing','true'),(6318,494,'comment_shortcuts','false'),(6319,494,'admin_color','fresh'),(6320,494,'use_ssl','0'),(6321,494,'show_admin_bar_front','true'),(6322,494,'locale',''),(6323,494,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6324,494,'wp_user_level','0'),(6325,494,'default_password_nag','1'),(6326,495,'nickname','withrowmichael1951'),(6327,495,'first_name',''),(6328,495,'last_name',''),(6329,495,'description',''),(6330,495,'rich_editing','true'),(6331,495,'comment_shortcuts','false'),(6332,495,'admin_color','fresh'),(6333,495,'use_ssl','0'),(6334,495,'show_admin_bar_front','true'),(6335,495,'locale',''),(6336,495,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6337,495,'wp_user_level','0'),(6338,495,'default_password_nag','1'),(6339,496,'nickname','daphkyom1960'),(6340,496,'first_name',''),(6341,496,'last_name',''),(6342,496,'description',''),(6343,496,'rich_editing','true'),(6344,496,'comment_shortcuts','false'),(6345,496,'admin_color','fresh'),(6346,496,'use_ssl','0'),(6347,496,'show_admin_bar_front','true'),(6348,496,'locale',''),(6349,496,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6350,496,'wp_user_level','0'),(6351,496,'default_password_nag','1'),(6352,497,'nickname','saud.sss1985'),(6353,497,'first_name',''),(6354,497,'last_name',''),(6355,497,'description',''),(6356,497,'rich_editing','true'),(6357,497,'comment_shortcuts','false'),(6358,497,'admin_color','fresh'),(6359,497,'use_ssl','0'),(6360,497,'show_admin_bar_front','true'),(6361,497,'locale',''),(6362,497,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6363,497,'wp_user_level','0'),(6364,497,'default_password_nag','1'),(6365,498,'nickname','amendolia20161984'),(6366,498,'first_name',''),(6367,498,'last_name',''),(6368,498,'description',''),(6369,498,'rich_editing','true'),(6370,498,'comment_shortcuts','false'),(6371,498,'admin_color','fresh'),(6372,498,'use_ssl','0'),(6373,498,'show_admin_bar_front','true'),(6374,498,'locale',''),(6375,498,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6376,498,'wp_user_level','0'),(6377,498,'default_password_nag','1'),(6378,499,'nickname','timmeh.chan2005'),(6379,499,'first_name',''),(6380,499,'last_name',''),(6381,499,'description',''),(6382,499,'rich_editing','true'),(6383,499,'comment_shortcuts','false'),(6384,499,'admin_color','fresh'),(6385,499,'use_ssl','0'),(6386,499,'show_admin_bar_front','true'),(6387,499,'locale',''),(6388,499,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6389,499,'wp_user_level','0'),(6390,499,'default_password_nag','1'),(6391,500,'nickname','ahhommel1986'),(6392,500,'first_name',''),(6393,500,'last_name',''),(6394,500,'description',''),(6395,500,'rich_editing','true'),(6396,500,'comment_shortcuts','false'),(6397,500,'admin_color','fresh'),(6398,500,'use_ssl','0'),(6399,500,'show_admin_bar_front','true'),(6400,500,'locale',''),(6401,500,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6402,500,'wp_user_level','0'),(6403,500,'default_password_nag','1'),(6404,501,'nickname','jenny_sue1984'),(6405,501,'first_name',''),(6406,501,'last_name',''),(6407,501,'description',''),(6408,501,'rich_editing','true'),(6409,501,'comment_shortcuts','false'),(6410,501,'admin_color','fresh'),(6411,501,'use_ssl','0'),(6412,501,'show_admin_bar_front','true'),(6413,501,'locale',''),(6414,501,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6415,501,'wp_user_level','0'),(6416,501,'default_password_nag','1'),(6417,502,'nickname','jimfd451966'),(6418,502,'first_name',''),(6419,502,'last_name',''),(6420,502,'description',''),(6421,502,'rich_editing','true'),(6422,502,'comment_shortcuts','false'),(6423,502,'admin_color','fresh'),(6424,502,'use_ssl','0'),(6425,502,'show_admin_bar_front','true'),(6426,502,'locale',''),(6427,502,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6428,502,'wp_user_level','0'),(6429,502,'default_password_nag','1'),(6430,503,'nickname','sobisaeed1959'),(6431,503,'first_name',''),(6432,503,'last_name',''),(6433,503,'description',''),(6434,503,'rich_editing','true'),(6435,503,'comment_shortcuts','false'),(6436,503,'admin_color','fresh'),(6437,503,'use_ssl','0'),(6438,503,'show_admin_bar_front','true'),(6439,503,'locale',''),(6440,503,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6441,503,'wp_user_level','0'),(6442,503,'default_password_nag','1'),(6443,504,'nickname','altun_neringa1988'),(6444,504,'first_name',''),(6445,504,'last_name',''),(6446,504,'description',''),(6447,504,'rich_editing','true'),(6448,504,'comment_shortcuts','false'),(6449,504,'admin_color','fresh'),(6450,504,'use_ssl','0'),(6451,504,'show_admin_bar_front','true'),(6452,504,'locale',''),(6453,504,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6454,504,'wp_user_level','0'),(6455,504,'default_password_nag','1'),(6456,505,'nickname','rkdaughrity1967'),(6457,505,'first_name',''),(6458,505,'last_name',''),(6459,505,'description',''),(6460,505,'rich_editing','true'),(6461,505,'comment_shortcuts','false'),(6462,505,'admin_color','fresh'),(6463,505,'use_ssl','0'),(6464,505,'show_admin_bar_front','true'),(6465,505,'locale',''),(6466,505,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6467,505,'wp_user_level','0'),(6468,505,'default_password_nag','1'),(6469,506,'nickname','juliemccullam1964'),(6470,506,'first_name',''),(6471,506,'last_name',''),(6472,506,'description',''),(6473,506,'rich_editing','true'),(6474,506,'comment_shortcuts','false'),(6475,506,'admin_color','fresh'),(6476,506,'use_ssl','0'),(6477,506,'show_admin_bar_front','true'),(6478,506,'locale',''),(6479,506,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6480,506,'wp_user_level','0'),(6481,506,'default_password_nag','1'),(6482,507,'nickname','stiflermeister71970'),(6483,507,'first_name',''),(6484,507,'last_name',''),(6485,507,'description',''),(6486,507,'rich_editing','true'),(6487,507,'comment_shortcuts','false'),(6488,507,'admin_color','fresh'),(6489,507,'use_ssl','0'),(6490,507,'show_admin_bar_front','true'),(6491,507,'locale',''),(6492,507,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6493,507,'wp_user_level','0'),(6494,507,'default_password_nag','1'),(6495,508,'nickname','danny_creely2004'),(6496,508,'first_name',''),(6497,508,'last_name',''),(6498,508,'description',''),(6499,508,'rich_editing','true'),(6500,508,'comment_shortcuts','false'),(6501,508,'admin_color','fresh'),(6502,508,'use_ssl','0'),(6503,508,'show_admin_bar_front','true'),(6504,508,'locale',''),(6505,508,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6506,508,'wp_user_level','0'),(6507,508,'default_password_nag','1'),(6508,509,'nickname','nived642005'),(6509,509,'first_name',''),(6510,509,'last_name',''),(6511,509,'description',''),(6512,509,'rich_editing','true'),(6513,509,'comment_shortcuts','false'),(6514,509,'admin_color','fresh'),(6515,509,'use_ssl','0'),(6516,509,'show_admin_bar_front','true'),(6517,509,'locale',''),(6518,509,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6519,509,'wp_user_level','0'),(6520,509,'default_password_nag','1'),(6521,510,'nickname','jtbudda11tsz32005'),(6522,510,'first_name',''),(6523,510,'last_name',''),(6524,510,'description',''),(6525,510,'rich_editing','true'),(6526,510,'comment_shortcuts','false'),(6527,510,'admin_color','fresh'),(6528,510,'use_ssl','0'),(6529,510,'show_admin_bar_front','true'),(6530,510,'locale',''),(6531,510,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6532,510,'wp_user_level','0'),(6533,510,'default_password_nag','1'),(6534,511,'nickname','hannemonti1991'),(6535,511,'first_name',''),(6536,511,'last_name',''),(6537,511,'description',''),(6538,511,'rich_editing','true'),(6539,511,'comment_shortcuts','false'),(6540,511,'admin_color','fresh'),(6541,511,'use_ssl','0'),(6542,511,'show_admin_bar_front','true'),(6543,511,'locale',''),(6544,511,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6545,511,'wp_user_level','0'),(6546,511,'default_password_nag','1'),(6547,512,'nickname','debs4bks1991'),(6548,512,'first_name',''),(6549,512,'last_name',''),(6550,512,'description',''),(6551,512,'rich_editing','true'),(6552,512,'comment_shortcuts','false'),(6553,512,'admin_color','fresh'),(6554,512,'use_ssl','0'),(6555,512,'show_admin_bar_front','true'),(6556,512,'locale',''),(6557,512,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6558,512,'wp_user_level','0'),(6559,512,'default_password_nag','1'),(6560,513,'nickname','graystone87322005'),(6561,513,'first_name',''),(6562,513,'last_name',''),(6563,513,'description',''),(6564,513,'rich_editing','true'),(6565,513,'comment_shortcuts','false'),(6566,513,'admin_color','fresh'),(6567,513,'use_ssl','0'),(6568,513,'show_admin_bar_front','true'),(6569,513,'locale',''),(6570,513,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6571,513,'wp_user_level','0'),(6572,513,'default_password_nag','1'),(6573,514,'nickname','ignacio.barba1952'),(6574,514,'first_name',''),(6575,514,'last_name',''),(6576,514,'description',''),(6577,514,'rich_editing','true'),(6578,514,'comment_shortcuts','false'),(6579,514,'admin_color','fresh'),(6580,514,'use_ssl','0'),(6581,514,'show_admin_bar_front','true'),(6582,514,'locale',''),(6583,514,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6584,514,'wp_user_level','0'),(6585,514,'default_password_nag','1'),(6586,515,'nickname','abelcorner1978'),(6587,515,'first_name',''),(6588,515,'last_name',''),(6589,515,'description',''),(6590,515,'rich_editing','true'),(6591,515,'comment_shortcuts','false'),(6592,515,'admin_color','fresh'),(6593,515,'use_ssl','0'),(6594,515,'show_admin_bar_front','true'),(6595,515,'locale',''),(6596,515,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6597,515,'wp_user_level','0'),(6598,515,'default_password_nag','1'),(6599,516,'nickname','dan1992'),(6600,516,'first_name',''),(6601,516,'last_name',''),(6602,516,'description',''),(6603,516,'rich_editing','true'),(6604,516,'comment_shortcuts','false'),(6605,516,'admin_color','fresh'),(6606,516,'use_ssl','0'),(6607,516,'show_admin_bar_front','true'),(6608,516,'locale',''),(6609,516,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6610,516,'wp_user_level','0'),(6611,516,'default_password_nag','1'),(6612,517,'nickname','billy1961'),(6613,517,'first_name',''),(6614,517,'last_name',''),(6615,517,'description',''),(6616,517,'rich_editing','true'),(6617,517,'comment_shortcuts','false'),(6618,517,'admin_color','fresh'),(6619,517,'use_ssl','0'),(6620,517,'show_admin_bar_front','true'),(6621,517,'locale',''),(6622,517,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6623,517,'wp_user_level','0'),(6624,517,'default_password_nag','1'),(6625,518,'nickname','hauxhurst932002'),(6626,518,'first_name',''),(6627,518,'last_name',''),(6628,518,'description',''),(6629,518,'rich_editing','true'),(6630,518,'comment_shortcuts','false'),(6631,518,'admin_color','fresh'),(6632,518,'use_ssl','0'),(6633,518,'show_admin_bar_front','true'),(6634,518,'locale',''),(6635,518,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6636,518,'wp_user_level','0'),(6637,518,'default_password_nag','1'),(6638,519,'nickname','christina.keedy1964'),(6639,519,'first_name',''),(6640,519,'last_name',''),(6641,519,'description',''),(6642,519,'rich_editing','true'),(6643,519,'comment_shortcuts','false'),(6644,519,'admin_color','fresh'),(6645,519,'use_ssl','0'),(6646,519,'show_admin_bar_front','true'),(6647,519,'locale',''),(6648,519,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6649,519,'wp_user_level','0'),(6650,519,'default_password_nag','1'),(6651,520,'nickname','z33per.orders1995'),(6652,520,'first_name',''),(6653,520,'last_name',''),(6654,520,'description',''),(6655,520,'rich_editing','true'),(6656,520,'comment_shortcuts','false'),(6657,520,'admin_color','fresh'),(6658,520,'use_ssl','0'),(6659,520,'show_admin_bar_front','true'),(6660,520,'locale',''),(6661,520,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6662,520,'wp_user_level','0'),(6663,520,'default_password_nag','1'),(6664,521,'nickname','ernestinegant2007'),(6665,521,'first_name',''),(6666,521,'last_name',''),(6667,521,'description',''),(6668,521,'rich_editing','true'),(6669,521,'comment_shortcuts','false'),(6670,521,'admin_color','fresh'),(6671,521,'use_ssl','0'),(6672,521,'show_admin_bar_front','true'),(6673,521,'locale',''),(6674,521,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6675,521,'wp_user_level','0'),(6676,521,'default_password_nag','1'),(6677,522,'nickname','dejian_chen1998'),(6678,522,'first_name',''),(6679,522,'last_name',''),(6680,522,'description',''),(6681,522,'rich_editing','true'),(6682,522,'comment_shortcuts','false'),(6683,522,'admin_color','fresh'),(6684,522,'use_ssl','0'),(6685,522,'show_admin_bar_front','true'),(6686,522,'locale',''),(6687,522,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6688,522,'wp_user_level','0'),(6689,522,'default_password_nag','1'),(6690,523,'nickname','susierico1974'),(6691,523,'first_name',''),(6692,523,'last_name',''),(6693,523,'description',''),(6694,523,'rich_editing','true'),(6695,523,'comment_shortcuts','false'),(6696,523,'admin_color','fresh'),(6697,523,'use_ssl','0'),(6698,523,'show_admin_bar_front','true'),(6699,523,'locale',''),(6700,523,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6701,523,'wp_user_level','0'),(6702,523,'default_password_nag','1'),(6703,524,'nickname','mlhorses2003'),(6704,524,'first_name',''),(6705,524,'last_name',''),(6706,524,'description',''),(6707,524,'rich_editing','true'),(6708,524,'comment_shortcuts','false'),(6709,524,'admin_color','fresh'),(6710,524,'use_ssl','0'),(6711,524,'show_admin_bar_front','true'),(6712,524,'locale',''),(6713,524,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6714,524,'wp_user_level','0'),(6715,524,'default_password_nag','1'),(6716,525,'nickname','rhiannontk1979'),(6717,525,'first_name',''),(6718,525,'last_name',''),(6719,525,'description',''),(6720,525,'rich_editing','true'),(6721,525,'comment_shortcuts','false'),(6722,525,'admin_color','fresh'),(6723,525,'use_ssl','0'),(6724,525,'show_admin_bar_front','true'),(6725,525,'locale',''),(6726,525,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6727,525,'wp_user_level','0'),(6728,525,'default_password_nag','1'),(6729,526,'nickname','ronniemcnuttpt1965'),(6730,526,'first_name',''),(6731,526,'last_name',''),(6732,526,'description',''),(6733,526,'rich_editing','true'),(6734,526,'comment_shortcuts','false'),(6735,526,'admin_color','fresh'),(6736,526,'use_ssl','0'),(6737,526,'show_admin_bar_front','true'),(6738,526,'locale',''),(6739,526,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6740,526,'wp_user_level','0'),(6741,526,'default_password_nag','1'),(6742,527,'nickname','schis1976'),(6743,527,'first_name',''),(6744,527,'last_name',''),(6745,527,'description',''),(6746,527,'rich_editing','true'),(6747,527,'comment_shortcuts','false'),(6748,527,'admin_color','fresh'),(6749,527,'use_ssl','0'),(6750,527,'show_admin_bar_front','true'),(6751,527,'locale',''),(6752,527,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6753,527,'wp_user_level','0'),(6754,527,'default_password_nag','1'),(6755,528,'nickname','ccriptor1950'),(6756,528,'first_name',''),(6757,528,'last_name',''),(6758,528,'description',''),(6759,528,'rich_editing','true'),(6760,528,'comment_shortcuts','false'),(6761,528,'admin_color','fresh'),(6762,528,'use_ssl','0'),(6763,528,'show_admin_bar_front','true'),(6764,528,'locale',''),(6765,528,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6766,528,'wp_user_level','0'),(6767,528,'default_password_nag','1'),(6768,529,'nickname','sydnsams1968'),(6769,529,'first_name',''),(6770,529,'last_name',''),(6771,529,'description',''),(6772,529,'rich_editing','true'),(6773,529,'comment_shortcuts','false'),(6774,529,'admin_color','fresh'),(6775,529,'use_ssl','0'),(6776,529,'show_admin_bar_front','true'),(6777,529,'locale',''),(6778,529,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6779,529,'wp_user_level','0'),(6780,529,'default_password_nag','1'),(6781,530,'nickname','feelinfroggy231993'),(6782,530,'first_name',''),(6783,530,'last_name',''),(6784,530,'description',''),(6785,530,'rich_editing','true'),(6786,530,'comment_shortcuts','false'),(6787,530,'admin_color','fresh'),(6788,530,'use_ssl','0'),(6789,530,'show_admin_bar_front','true'),(6790,530,'locale',''),(6791,530,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6792,530,'wp_user_level','0'),(6793,530,'default_password_nag','1'),(6794,531,'nickname','chaz55941962'),(6795,531,'first_name',''),(6796,531,'last_name',''),(6797,531,'description',''),(6798,531,'rich_editing','true'),(6799,531,'comment_shortcuts','false'),(6800,531,'admin_color','fresh'),(6801,531,'use_ssl','0'),(6802,531,'show_admin_bar_front','true'),(6803,531,'locale',''),(6804,531,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6805,531,'wp_user_level','0'),(6806,531,'default_password_nag','1'),(6807,532,'nickname','cheredi2004'),(6808,532,'first_name',''),(6809,532,'last_name',''),(6810,532,'description',''),(6811,532,'rich_editing','true'),(6812,532,'comment_shortcuts','false'),(6813,532,'admin_color','fresh'),(6814,532,'use_ssl','0'),(6815,532,'show_admin_bar_front','true'),(6816,532,'locale',''),(6817,532,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6818,532,'wp_user_level','0'),(6819,532,'default_password_nag','1'),(6820,533,'nickname','buddydionmaxx1971'),(6821,533,'first_name',''),(6822,533,'last_name',''),(6823,533,'description',''),(6824,533,'rich_editing','true'),(6825,533,'comment_shortcuts','false'),(6826,533,'admin_color','fresh'),(6827,533,'use_ssl','0'),(6828,533,'show_admin_bar_front','true'),(6829,533,'locale',''),(6830,533,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6831,533,'wp_user_level','0'),(6832,533,'default_password_nag','1'),(6833,534,'nickname','susan.rice1972'),(6834,534,'first_name',''),(6835,534,'last_name',''),(6836,534,'description',''),(6837,534,'rich_editing','true'),(6838,534,'comment_shortcuts','false'),(6839,534,'admin_color','fresh'),(6840,534,'use_ssl','0'),(6841,534,'show_admin_bar_front','true'),(6842,534,'locale',''),(6843,534,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6844,534,'wp_user_level','0'),(6845,534,'default_password_nag','1'),(6846,535,'nickname','vickislp502007'),(6847,535,'first_name',''),(6848,535,'last_name',''),(6849,535,'description',''),(6850,535,'rich_editing','true'),(6851,535,'comment_shortcuts','false'),(6852,535,'admin_color','fresh'),(6853,535,'use_ssl','0'),(6854,535,'show_admin_bar_front','true'),(6855,535,'locale',''),(6856,535,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6857,535,'wp_user_level','0'),(6858,535,'default_password_nag','1'),(6859,536,'nickname','edwardvillarrubia1978'),(6860,536,'first_name',''),(6861,536,'last_name',''),(6862,536,'description',''),(6863,536,'rich_editing','true'),(6864,536,'comment_shortcuts','false'),(6865,536,'admin_color','fresh'),(6866,536,'use_ssl','0'),(6867,536,'show_admin_bar_front','true'),(6868,536,'locale',''),(6869,536,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6870,536,'wp_user_level','0'),(6871,536,'default_password_nag','1'),(6872,537,'nickname','stevenrichards_021998'),(6873,537,'first_name',''),(6874,537,'last_name',''),(6875,537,'description',''),(6876,537,'rich_editing','true'),(6877,537,'comment_shortcuts','false'),(6878,537,'admin_color','fresh'),(6879,537,'use_ssl','0'),(6880,537,'show_admin_bar_front','true'),(6881,537,'locale',''),(6882,537,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6883,537,'wp_user_level','0'),(6884,537,'default_password_nag','1'),(6885,538,'nickname','margarita.freedom1971'),(6886,538,'first_name',''),(6887,538,'last_name',''),(6888,538,'description',''),(6889,538,'rich_editing','true'),(6890,538,'comment_shortcuts','false'),(6891,538,'admin_color','fresh'),(6892,538,'use_ssl','0'),(6893,538,'show_admin_bar_front','true'),(6894,538,'locale',''),(6895,538,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6896,538,'wp_user_level','0'),(6897,538,'default_password_nag','1'),(6898,539,'nickname','jrpj242005'),(6899,539,'first_name',''),(6900,539,'last_name',''),(6901,539,'description',''),(6902,539,'rich_editing','true'),(6903,539,'comment_shortcuts','false'),(6904,539,'admin_color','fresh'),(6905,539,'use_ssl','0'),(6906,539,'show_admin_bar_front','true'),(6907,539,'locale',''),(6908,539,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6909,539,'wp_user_level','0'),(6910,539,'default_password_nag','1'),(6911,540,'nickname','justme_422231997'),(6912,540,'first_name',''),(6913,540,'last_name',''),(6914,540,'description',''),(6915,540,'rich_editing','true'),(6916,540,'comment_shortcuts','false'),(6917,540,'admin_color','fresh'),(6918,540,'use_ssl','0'),(6919,540,'show_admin_bar_front','true'),(6920,540,'locale',''),(6921,540,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6922,540,'wp_user_level','0'),(6923,540,'default_password_nag','1'),(6924,541,'nickname','mpin86971950'),(6925,541,'first_name',''),(6926,541,'last_name',''),(6927,541,'description',''),(6928,541,'rich_editing','true'),(6929,541,'comment_shortcuts','false'),(6930,541,'admin_color','fresh'),(6931,541,'use_ssl','0'),(6932,541,'show_admin_bar_front','true'),(6933,541,'locale',''),(6934,541,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6935,541,'wp_user_level','0'),(6936,541,'default_password_nag','1'),(6937,542,'nickname','mebesaturday1999'),(6938,542,'first_name',''),(6939,542,'last_name',''),(6940,542,'description',''),(6941,542,'rich_editing','true'),(6942,542,'comment_shortcuts','false'),(6943,542,'admin_color','fresh'),(6944,542,'use_ssl','0'),(6945,542,'show_admin_bar_front','true'),(6946,542,'locale',''),(6947,542,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6948,542,'wp_user_level','0'),(6949,542,'default_password_nag','1'),(6950,543,'nickname','abad172004'),(6951,543,'first_name',''),(6952,543,'last_name',''),(6953,543,'description',''),(6954,543,'rich_editing','true'),(6955,543,'comment_shortcuts','false'),(6956,543,'admin_color','fresh'),(6957,543,'use_ssl','0'),(6958,543,'show_admin_bar_front','true'),(6959,543,'locale',''),(6960,543,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6961,543,'wp_user_level','0'),(6962,543,'default_password_nag','1'),(6963,544,'nickname','hannahpeters2000'),(6964,544,'first_name',''),(6965,544,'last_name',''),(6966,544,'description',''),(6967,544,'rich_editing','true'),(6968,544,'comment_shortcuts','false'),(6969,544,'admin_color','fresh'),(6970,544,'use_ssl','0'),(6971,544,'show_admin_bar_front','true'),(6972,544,'locale',''),(6973,544,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6974,544,'wp_user_level','0'),(6975,544,'default_password_nag','1'),(6976,545,'nickname','nicoleanneblake1958'),(6977,545,'first_name',''),(6978,545,'last_name',''),(6979,545,'description',''),(6980,545,'rich_editing','true'),(6981,545,'comment_shortcuts','false'),(6982,545,'admin_color','fresh'),(6983,545,'use_ssl','0'),(6984,545,'show_admin_bar_front','true'),(6985,545,'locale',''),(6986,545,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6987,545,'wp_user_level','0'),(6988,545,'default_password_nag','1'),(6989,546,'nickname','cupplesbob1977'),(6990,546,'first_name',''),(6991,546,'last_name',''),(6992,546,'description',''),(6993,546,'rich_editing','true'),(6994,546,'comment_shortcuts','false'),(6995,546,'admin_color','fresh'),(6996,546,'use_ssl','0'),(6997,546,'show_admin_bar_front','true'),(6998,546,'locale',''),(6999,546,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7000,546,'wp_user_level','0'),(7001,546,'default_password_nag','1'),(7002,547,'nickname','seanlin20082006'),(7003,547,'first_name',''),(7004,547,'last_name',''),(7005,547,'description',''),(7006,547,'rich_editing','true'),(7007,547,'comment_shortcuts','false'),(7008,547,'admin_color','fresh'),(7009,547,'use_ssl','0'),(7010,547,'show_admin_bar_front','true'),(7011,547,'locale',''),(7012,547,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7013,547,'wp_user_level','0'),(7014,547,'default_password_nag','1'),(7015,548,'nickname','the_school_teacher2006'),(7016,548,'first_name',''),(7017,548,'last_name',''),(7018,548,'description',''),(7019,548,'rich_editing','true'),(7020,548,'comment_shortcuts','false'),(7021,548,'admin_color','fresh'),(7022,548,'use_ssl','0'),(7023,548,'show_admin_bar_front','true'),(7024,548,'locale',''),(7025,548,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7026,548,'wp_user_level','0'),(7027,548,'default_password_nag','1'),(7028,549,'nickname','underwoodtanyamc1962'),(7029,549,'first_name',''),(7030,549,'last_name',''),(7031,549,'description',''),(7032,549,'rich_editing','true'),(7033,549,'comment_shortcuts','false'),(7034,549,'admin_color','fresh'),(7035,549,'use_ssl','0'),(7036,549,'show_admin_bar_front','true'),(7037,549,'locale',''),(7038,549,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7039,549,'wp_user_level','0'),(7040,549,'default_password_nag','1'),(7041,550,'nickname','yyy.xwx.yyy1961'),(7042,550,'first_name',''),(7043,550,'last_name',''),(7044,550,'description',''),(7045,550,'rich_editing','true'),(7046,550,'comment_shortcuts','false'),(7047,550,'admin_color','fresh'),(7048,550,'use_ssl','0'),(7049,550,'show_admin_bar_front','true'),(7050,550,'locale',''),(7051,550,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7052,550,'wp_user_level','0'),(7053,550,'default_password_nag','1'),(7054,551,'nickname','amberlynn04041950'),(7055,551,'first_name',''),(7056,551,'last_name',''),(7057,551,'description',''),(7058,551,'rich_editing','true'),(7059,551,'comment_shortcuts','false'),(7060,551,'admin_color','fresh'),(7061,551,'use_ssl','0'),(7062,551,'show_admin_bar_front','true'),(7063,551,'locale',''),(7064,551,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7065,551,'wp_user_level','0'),(7066,551,'default_password_nag','1'),(7067,552,'nickname','ialsabur1992'),(7068,552,'first_name',''),(7069,552,'last_name',''),(7070,552,'description',''),(7071,552,'rich_editing','true'),(7072,552,'comment_shortcuts','false'),(7073,552,'admin_color','fresh'),(7074,552,'use_ssl','0'),(7075,552,'show_admin_bar_front','true'),(7076,552,'locale',''),(7077,552,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7078,552,'wp_user_level','0'),(7079,552,'default_password_nag','1'),(7080,553,'nickname','katrina2r1977'),(7081,553,'first_name',''),(7082,553,'last_name',''),(7083,553,'description',''),(7084,553,'rich_editing','true'),(7085,553,'comment_shortcuts','false'),(7086,553,'admin_color','fresh'),(7087,553,'use_ssl','0'),(7088,553,'show_admin_bar_front','true'),(7089,553,'locale',''),(7090,553,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7091,553,'wp_user_level','0'),(7092,553,'default_password_nag','1'),(7093,554,'nickname','flipperswife3261951'),(7094,554,'first_name',''),(7095,554,'last_name',''),(7096,554,'description',''),(7097,554,'rich_editing','true'),(7098,554,'comment_shortcuts','false'),(7099,554,'admin_color','fresh'),(7100,554,'use_ssl','0'),(7101,554,'show_admin_bar_front','true'),(7102,554,'locale',''),(7103,554,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7104,554,'wp_user_level','0'),(7105,554,'default_password_nag','1'),(7106,555,'nickname','doobitably671995'),(7107,555,'first_name',''),(7108,555,'last_name',''),(7109,555,'description',''),(7110,555,'rich_editing','true'),(7111,555,'comment_shortcuts','false'),(7112,555,'admin_color','fresh'),(7113,555,'use_ssl','0'),(7114,555,'show_admin_bar_front','true'),(7115,555,'locale',''),(7116,555,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7117,555,'wp_user_level','0'),(7118,555,'default_password_nag','1'),(7119,556,'nickname','sasawalker1989'),(7120,556,'first_name',''),(7121,556,'last_name',''),(7122,556,'description',''),(7123,556,'rich_editing','true'),(7124,556,'comment_shortcuts','false'),(7125,556,'admin_color','fresh'),(7126,556,'use_ssl','0'),(7127,556,'show_admin_bar_front','true'),(7128,556,'locale',''),(7129,556,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7130,556,'wp_user_level','0'),(7131,556,'default_password_nag','1'),(7132,557,'nickname','raulcarrillo881975'),(7133,557,'first_name',''),(7134,557,'last_name',''),(7135,557,'description',''),(7136,557,'rich_editing','true'),(7137,557,'comment_shortcuts','false'),(7138,557,'admin_color','fresh'),(7139,557,'use_ssl','0'),(7140,557,'show_admin_bar_front','true'),(7141,557,'locale',''),(7142,557,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7143,557,'wp_user_level','0'),(7144,557,'default_password_nag','1'),(7145,558,'nickname','kimberlyvthomas21954'),(7146,558,'first_name',''),(7147,558,'last_name',''),(7148,558,'description',''),(7149,558,'rich_editing','true'),(7150,558,'comment_shortcuts','false'),(7151,558,'admin_color','fresh'),(7152,558,'use_ssl','0'),(7153,558,'show_admin_bar_front','true'),(7154,558,'locale',''),(7155,558,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7156,558,'wp_user_level','0'),(7157,558,'default_password_nag','1'),(7158,559,'nickname','dougpwilburn1974'),(7159,559,'first_name',''),(7160,559,'last_name',''),(7161,559,'description',''),(7162,559,'rich_editing','true'),(7163,559,'comment_shortcuts','false'),(7164,559,'admin_color','fresh'),(7165,559,'use_ssl','0'),(7166,559,'show_admin_bar_front','true'),(7167,559,'locale',''),(7168,559,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7169,559,'wp_user_level','0'),(7170,559,'default_password_nag','1'),(7171,560,'nickname','anthonyrupert601974'),(7172,560,'first_name',''),(7173,560,'last_name',''),(7174,560,'description',''),(7175,560,'rich_editing','true'),(7176,560,'comment_shortcuts','false'),(7177,560,'admin_color','fresh'),(7178,560,'use_ssl','0'),(7179,560,'show_admin_bar_front','true'),(7180,560,'locale',''),(7181,560,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7182,560,'wp_user_level','0'),(7183,560,'default_password_nag','1'),(7184,561,'nickname','windy.tevelde1951'),(7185,561,'first_name',''),(7186,561,'last_name',''),(7187,561,'description',''),(7188,561,'rich_editing','true'),(7189,561,'comment_shortcuts','false'),(7190,561,'admin_color','fresh'),(7191,561,'use_ssl','0'),(7192,561,'show_admin_bar_front','true'),(7193,561,'locale',''),(7194,561,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7195,561,'wp_user_level','0'),(7196,561,'default_password_nag','1'),(7197,562,'nickname','alex.ohearn1969'),(7198,562,'first_name',''),(7199,562,'last_name',''),(7200,562,'description',''),(7201,562,'rich_editing','true'),(7202,562,'comment_shortcuts','false'),(7203,562,'admin_color','fresh'),(7204,562,'use_ssl','0'),(7205,562,'show_admin_bar_front','true'),(7206,562,'locale',''),(7207,562,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7208,562,'wp_user_level','0'),(7209,562,'default_password_nag','1'),(7210,563,'nickname','superman9519841981'),(7211,563,'first_name',''),(7212,563,'last_name',''),(7213,563,'description',''),(7214,563,'rich_editing','true'),(7215,563,'comment_shortcuts','false'),(7216,563,'admin_color','fresh'),(7217,563,'use_ssl','0'),(7218,563,'show_admin_bar_front','true'),(7219,563,'locale',''),(7220,563,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7221,563,'wp_user_level','0'),(7222,563,'default_password_nag','1'),(7223,564,'nickname','amanda_a31955'),(7224,564,'first_name',''),(7225,564,'last_name',''),(7226,564,'description',''),(7227,564,'rich_editing','true'),(7228,564,'comment_shortcuts','false'),(7229,564,'admin_color','fresh'),(7230,564,'use_ssl','0'),(7231,564,'show_admin_bar_front','true'),(7232,564,'locale',''),(7233,564,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7234,564,'wp_user_level','0'),(7235,564,'default_password_nag','1'),(7236,565,'nickname','battleloid11981'),(7237,565,'first_name',''),(7238,565,'last_name',''),(7239,565,'description',''),(7240,565,'rich_editing','true'),(7241,565,'comment_shortcuts','false'),(7242,565,'admin_color','fresh'),(7243,565,'use_ssl','0'),(7244,565,'show_admin_bar_front','true'),(7245,565,'locale',''),(7246,565,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7247,565,'wp_user_level','0'),(7248,565,'default_password_nag','1'),(7249,566,'nickname','jasmine.jones1984'),(7250,566,'first_name',''),(7251,566,'last_name',''),(7252,566,'description',''),(7253,566,'rich_editing','true'),(7254,566,'comment_shortcuts','false'),(7255,566,'admin_color','fresh'),(7256,566,'use_ssl','0'),(7257,566,'show_admin_bar_front','true'),(7258,566,'locale',''),(7259,566,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7260,566,'wp_user_level','0'),(7261,566,'default_password_nag','1'),(7262,567,'nickname','ssfriedman731974'),(7263,567,'first_name',''),(7264,567,'last_name',''),(7265,567,'description',''),(7266,567,'rich_editing','true'),(7267,567,'comment_shortcuts','false'),(7268,567,'admin_color','fresh'),(7269,567,'use_ssl','0'),(7270,567,'show_admin_bar_front','true'),(7271,567,'locale',''),(7272,567,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7273,567,'wp_user_level','0'),(7274,567,'default_password_nag','1'),(7275,568,'nickname','ssrinell1974'),(7276,568,'first_name',''),(7277,568,'last_name',''),(7278,568,'description',''),(7279,568,'rich_editing','true'),(7280,568,'comment_shortcuts','false'),(7281,568,'admin_color','fresh'),(7282,568,'use_ssl','0'),(7283,568,'show_admin_bar_front','true'),(7284,568,'locale',''),(7285,568,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7286,568,'wp_user_level','0'),(7287,568,'default_password_nag','1'),(7288,569,'nickname','elizabeth_r_johnson1967'),(7289,569,'first_name',''),(7290,569,'last_name',''),(7291,569,'description',''),(7292,569,'rich_editing','true'),(7293,569,'comment_shortcuts','false'),(7294,569,'admin_color','fresh'),(7295,569,'use_ssl','0'),(7296,569,'show_admin_bar_front','true'),(7297,569,'locale',''),(7298,569,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7299,569,'wp_user_level','0'),(7300,569,'default_password_nag','1'),(7301,570,'nickname','jcprince221995'),(7302,570,'first_name',''),(7303,570,'last_name',''),(7304,570,'description',''),(7305,570,'rich_editing','true'),(7306,570,'comment_shortcuts','false'),(7307,570,'admin_color','fresh'),(7308,570,'use_ssl','0'),(7309,570,'show_admin_bar_front','true'),(7310,570,'locale',''),(7311,570,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7312,570,'wp_user_level','0'),(7313,570,'default_password_nag','1'),(7314,571,'nickname','wei_jingdong1952'),(7315,571,'first_name',''),(7316,571,'last_name',''),(7317,571,'description',''),(7318,571,'rich_editing','true'),(7319,571,'comment_shortcuts','false'),(7320,571,'admin_color','fresh'),(7321,571,'use_ssl','0'),(7322,571,'show_admin_bar_front','true'),(7323,571,'locale',''),(7324,571,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7325,571,'wp_user_level','0'),(7326,571,'default_password_nag','1'),(7327,572,'nickname','cbjarboe1982'),(7328,572,'first_name',''),(7329,572,'last_name',''),(7330,572,'description',''),(7331,572,'rich_editing','true'),(7332,572,'comment_shortcuts','false'),(7333,572,'admin_color','fresh'),(7334,572,'use_ssl','0'),(7335,572,'show_admin_bar_front','true'),(7336,572,'locale',''),(7337,572,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7338,572,'wp_user_level','0'),(7339,572,'default_password_nag','1'),(7340,573,'nickname','sortfil1950'),(7341,573,'first_name',''),(7342,573,'last_name',''),(7343,573,'description',''),(7344,573,'rich_editing','true'),(7345,573,'comment_shortcuts','false'),(7346,573,'admin_color','fresh'),(7347,573,'use_ssl','0'),(7348,573,'show_admin_bar_front','true'),(7349,573,'locale',''),(7350,573,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7351,573,'wp_user_level','0'),(7352,573,'default_password_nag','1'),(7353,574,'nickname','rehab52511964'),(7354,574,'first_name',''),(7355,574,'last_name',''),(7356,574,'description',''),(7357,574,'rich_editing','true'),(7358,574,'comment_shortcuts','false'),(7359,574,'admin_color','fresh'),(7360,574,'use_ssl','0'),(7361,574,'show_admin_bar_front','true'),(7362,574,'locale',''),(7363,574,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7364,574,'wp_user_level','0'),(7365,574,'default_password_nag','1'),(7366,575,'nickname','danieljpoliveira1986'),(7367,575,'first_name',''),(7368,575,'last_name',''),(7369,575,'description',''),(7370,575,'rich_editing','true'),(7371,575,'comment_shortcuts','false'),(7372,575,'admin_color','fresh'),(7373,575,'use_ssl','0'),(7374,575,'show_admin_bar_front','true'),(7375,575,'locale',''),(7376,575,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7377,575,'wp_user_level','0'),(7378,575,'default_password_nag','1'),(7379,576,'nickname','gb_renz1998'),(7380,576,'first_name',''),(7381,576,'last_name',''),(7382,576,'description',''),(7383,576,'rich_editing','true'),(7384,576,'comment_shortcuts','false'),(7385,576,'admin_color','fresh'),(7386,576,'use_ssl','0'),(7387,576,'show_admin_bar_front','true'),(7388,576,'locale',''),(7389,576,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7390,576,'wp_user_level','0'),(7391,576,'default_password_nag','1'),(7392,577,'nickname','brad_and_deborah1983'),(7393,577,'first_name',''),(7394,577,'last_name',''),(7395,577,'description',''),(7396,577,'rich_editing','true'),(7397,577,'comment_shortcuts','false'),(7398,577,'admin_color','fresh'),(7399,577,'use_ssl','0'),(7400,577,'show_admin_bar_front','true'),(7401,577,'locale',''),(7402,577,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7403,577,'wp_user_level','0'),(7404,577,'default_password_nag','1'),(7405,578,'nickname','eddienln6191982'),(7406,578,'first_name',''),(7407,578,'last_name',''),(7408,578,'description',''),(7409,578,'rich_editing','true'),(7410,578,'comment_shortcuts','false'),(7411,578,'admin_color','fresh'),(7412,578,'use_ssl','0'),(7413,578,'show_admin_bar_front','true'),(7414,578,'locale',''),(7415,578,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7416,578,'wp_user_level','0'),(7417,578,'default_password_nag','1'),(7418,579,'nickname','patsismail1966'),(7419,579,'first_name',''),(7420,579,'last_name',''),(7421,579,'description',''),(7422,579,'rich_editing','true'),(7423,579,'comment_shortcuts','false'),(7424,579,'admin_color','fresh'),(7425,579,'use_ssl','0'),(7426,579,'show_admin_bar_front','true'),(7427,579,'locale',''),(7428,579,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7429,579,'wp_user_level','0'),(7430,579,'default_password_nag','1'),(7431,580,'nickname','carmelcup1957'),(7432,580,'first_name',''),(7433,580,'last_name',''),(7434,580,'description',''),(7435,580,'rich_editing','true'),(7436,580,'comment_shortcuts','false'),(7437,580,'admin_color','fresh'),(7438,580,'use_ssl','0'),(7439,580,'show_admin_bar_front','true'),(7440,580,'locale',''),(7441,580,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7442,580,'wp_user_level','0'),(7443,580,'default_password_nag','1'),(7444,581,'nickname','luongkimberly1953'),(7445,581,'first_name',''),(7446,581,'last_name',''),(7447,581,'description',''),(7448,581,'rich_editing','true'),(7449,581,'comment_shortcuts','false'),(7450,581,'admin_color','fresh'),(7451,581,'use_ssl','0'),(7452,581,'show_admin_bar_front','true'),(7453,581,'locale',''),(7454,581,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7455,581,'wp_user_level','0'),(7456,581,'default_password_nag','1'),(7457,582,'nickname','celia_gallego_calvete1994'),(7458,582,'first_name',''),(7459,582,'last_name',''),(7460,582,'description',''),(7461,582,'rich_editing','true'),(7462,582,'comment_shortcuts','false'),(7463,582,'admin_color','fresh'),(7464,582,'use_ssl','0'),(7465,582,'show_admin_bar_front','true'),(7466,582,'locale',''),(7467,582,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7468,582,'wp_user_level','0'),(7469,582,'default_password_nag','1'),(7470,583,'nickname','bushead111976'),(7471,583,'first_name',''),(7472,583,'last_name',''),(7473,583,'description',''),(7474,583,'rich_editing','true'),(7475,583,'comment_shortcuts','false'),(7476,583,'admin_color','fresh'),(7477,583,'use_ssl','0'),(7478,583,'show_admin_bar_front','true'),(7479,583,'locale',''),(7480,583,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7481,583,'wp_user_level','0'),(7482,583,'default_password_nag','1'),(7483,584,'nickname','kefa111991'),(7484,584,'first_name',''),(7485,584,'last_name',''),(7486,584,'description',''),(7487,584,'rich_editing','true'),(7488,584,'comment_shortcuts','false'),(7489,584,'admin_color','fresh'),(7490,584,'use_ssl','0'),(7491,584,'show_admin_bar_front','true'),(7492,584,'locale',''),(7493,584,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7494,584,'wp_user_level','0'),(7495,584,'default_password_nag','1'),(7496,585,'nickname','qcmj52010'),(7497,585,'first_name',''),(7498,585,'last_name',''),(7499,585,'description',''),(7500,585,'rich_editing','true'),(7501,585,'comment_shortcuts','false'),(7502,585,'admin_color','fresh'),(7503,585,'use_ssl','0'),(7504,585,'show_admin_bar_front','true'),(7505,585,'locale',''),(7506,585,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7507,585,'wp_user_level','0'),(7508,585,'default_password_nag','1'),(7509,586,'nickname','rmcg7920021967'),(7510,586,'first_name',''),(7511,586,'last_name',''),(7512,586,'description',''),(7513,586,'rich_editing','true'),(7514,586,'comment_shortcuts','false'),(7515,586,'admin_color','fresh'),(7516,586,'use_ssl','0'),(7517,586,'show_admin_bar_front','true'),(7518,586,'locale',''),(7519,586,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7520,586,'wp_user_level','0'),(7521,586,'default_password_nag','1'),(7522,587,'nickname','subm1ss1on2u1971'),(7523,587,'first_name',''),(7524,587,'last_name',''),(7525,587,'description',''),(7526,587,'rich_editing','true'),(7527,587,'comment_shortcuts','false'),(7528,587,'admin_color','fresh'),(7529,587,'use_ssl','0'),(7530,587,'show_admin_bar_front','true'),(7531,587,'locale',''),(7532,587,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7533,587,'wp_user_level','0'),(7534,587,'default_password_nag','1'),(7535,588,'nickname','stan.elenbaas2007'),(7536,588,'first_name',''),(7537,588,'last_name',''),(7538,588,'description',''),(7539,588,'rich_editing','true'),(7540,588,'comment_shortcuts','false'),(7541,588,'admin_color','fresh'),(7542,588,'use_ssl','0'),(7543,588,'show_admin_bar_front','true'),(7544,588,'locale',''),(7545,588,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7546,588,'wp_user_level','0'),(7547,588,'default_password_nag','1'),(7548,589,'nickname','bkalotkin731978'),(7549,589,'first_name',''),(7550,589,'last_name',''),(7551,589,'description',''),(7552,589,'rich_editing','true'),(7553,589,'comment_shortcuts','false'),(7554,589,'admin_color','fresh'),(7555,589,'use_ssl','0'),(7556,589,'show_admin_bar_front','true'),(7557,589,'locale',''),(7558,589,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7559,589,'wp_user_level','0'),(7560,589,'default_password_nag','1'),(7561,590,'nickname','tatkatatka2003'),(7562,590,'first_name',''),(7563,590,'last_name',''),(7564,590,'description',''),(7565,590,'rich_editing','true'),(7566,590,'comment_shortcuts','false'),(7567,590,'admin_color','fresh'),(7568,590,'use_ssl','0'),(7569,590,'show_admin_bar_front','true'),(7570,590,'locale',''),(7571,590,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7572,590,'wp_user_level','0'),(7573,590,'default_password_nag','1'),(7574,591,'nickname','sdcorvette11991'),(7575,591,'first_name',''),(7576,591,'last_name',''),(7577,591,'description',''),(7578,591,'rich_editing','true'),(7579,591,'comment_shortcuts','false'),(7580,591,'admin_color','fresh'),(7581,591,'use_ssl','0'),(7582,591,'show_admin_bar_front','true'),(7583,591,'locale',''),(7584,591,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7585,591,'wp_user_level','0'),(7586,591,'default_password_nag','1'),(7587,592,'nickname','averyleiann1986'),(7588,592,'first_name',''),(7589,592,'last_name',''),(7590,592,'description',''),(7591,592,'rich_editing','true'),(7592,592,'comment_shortcuts','false'),(7593,592,'admin_color','fresh'),(7594,592,'use_ssl','0'),(7595,592,'show_admin_bar_front','true'),(7596,592,'locale',''),(7597,592,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7598,592,'wp_user_level','0'),(7599,592,'default_password_nag','1'),(7600,593,'nickname','vmerkulo2010'),(7601,593,'first_name',''),(7602,593,'last_name',''),(7603,593,'description',''),(7604,593,'rich_editing','true'),(7605,593,'comment_shortcuts','false'),(7606,593,'admin_color','fresh'),(7607,593,'use_ssl','0'),(7608,593,'show_admin_bar_front','true'),(7609,593,'locale',''),(7610,593,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7611,593,'wp_user_level','0'),(7612,593,'default_password_nag','1'),(7613,594,'nickname','sweetleigh52000'),(7614,594,'first_name',''),(7615,594,'last_name',''),(7616,594,'description',''),(7617,594,'rich_editing','true'),(7618,594,'comment_shortcuts','false'),(7619,594,'admin_color','fresh'),(7620,594,'use_ssl','0'),(7621,594,'show_admin_bar_front','true'),(7622,594,'locale',''),(7623,594,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7624,594,'wp_user_level','0'),(7625,594,'default_password_nag','1'),(7626,595,'nickname','bluerose12161966'),(7627,595,'first_name',''),(7628,595,'last_name',''),(7629,595,'description',''),(7630,595,'rich_editing','true'),(7631,595,'comment_shortcuts','false'),(7632,595,'admin_color','fresh'),(7633,595,'use_ssl','0'),(7634,595,'show_admin_bar_front','true'),(7635,595,'locale',''),(7636,595,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7637,595,'wp_user_level','0'),(7638,595,'default_password_nag','1'),(7639,596,'nickname','andrya_a81952'),(7640,596,'first_name',''),(7641,596,'last_name',''),(7642,596,'description',''),(7643,596,'rich_editing','true'),(7644,596,'comment_shortcuts','false'),(7645,596,'admin_color','fresh'),(7646,596,'use_ssl','0'),(7647,596,'show_admin_bar_front','true'),(7648,596,'locale',''),(7649,596,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7650,596,'wp_user_level','0'),(7651,596,'default_password_nag','1'),(7652,597,'nickname','j_keating2002'),(7653,597,'first_name',''),(7654,597,'last_name',''),(7655,597,'description',''),(7656,597,'rich_editing','true'),(7657,597,'comment_shortcuts','false'),(7658,597,'admin_color','fresh'),(7659,597,'use_ssl','0'),(7660,597,'show_admin_bar_front','true'),(7661,597,'locale',''),(7662,597,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7663,597,'wp_user_level','0'),(7664,597,'default_password_nag','1'),(7665,598,'nickname','jamie.aulert1959'),(7666,598,'first_name',''),(7667,598,'last_name',''),(7668,598,'description',''),(7669,598,'rich_editing','true'),(7670,598,'comment_shortcuts','false'),(7671,598,'admin_color','fresh'),(7672,598,'use_ssl','0'),(7673,598,'show_admin_bar_front','true'),(7674,598,'locale',''),(7675,598,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7676,598,'wp_user_level','0'),(7677,598,'default_password_nag','1'),(7678,599,'nickname','ediz.munir1959'),(7679,599,'first_name',''),(7680,599,'last_name',''),(7681,599,'description',''),(7682,599,'rich_editing','true'),(7683,599,'comment_shortcuts','false'),(7684,599,'admin_color','fresh'),(7685,599,'use_ssl','0'),(7686,599,'show_admin_bar_front','true'),(7687,599,'locale',''),(7688,599,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7689,599,'wp_user_level','0'),(7690,600,'nickname','sparker11692001'),(7691,600,'first_name',''),(7692,600,'last_name',''),(7693,600,'description',''),(7694,600,'rich_editing','true'),(7695,600,'comment_shortcuts','false'),(7696,600,'admin_color','fresh'),(7697,600,'use_ssl','0'),(7698,600,'show_admin_bar_front','true'),(7699,600,'locale',''),(7700,600,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7701,600,'wp_user_level','0'),(7702,599,'default_password_nag','1'),(7703,600,'default_password_nag','1'),(7704,601,'nickname','m.mathewson1993'),(7705,601,'first_name',''),(7706,601,'last_name',''),(7707,601,'description',''),(7708,601,'rich_editing','true'),(7709,601,'comment_shortcuts','false'),(7710,601,'admin_color','fresh'),(7711,601,'use_ssl','0'),(7712,601,'show_admin_bar_front','true'),(7713,601,'locale',''),(7714,601,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7715,601,'wp_user_level','0'),(7716,601,'default_password_nag','1'),(7717,602,'nickname','sfudally11956'),(7718,602,'first_name',''),(7719,602,'last_name',''),(7720,602,'description',''),(7721,602,'rich_editing','true'),(7722,602,'comment_shortcuts','false'),(7723,602,'admin_color','fresh'),(7724,602,'use_ssl','0'),(7725,602,'show_admin_bar_front','true'),(7726,602,'locale',''),(7727,602,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7728,602,'wp_user_level','0'),(7729,602,'default_password_nag','1'),(7730,603,'nickname','wddww4rf1981'),(7731,603,'first_name',''),(7732,603,'last_name',''),(7733,603,'description',''),(7734,603,'rich_editing','true'),(7735,603,'comment_shortcuts','false'),(7736,603,'admin_color','fresh'),(7737,603,'use_ssl','0'),(7738,603,'show_admin_bar_front','true'),(7739,603,'locale',''),(7740,603,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7741,603,'wp_user_level','0'),(7742,603,'default_password_nag','1'),(7743,604,'nickname','adam_w_klein1972'),(7744,604,'first_name',''),(7745,604,'last_name',''),(7746,604,'description',''),(7747,604,'rich_editing','true'),(7748,604,'comment_shortcuts','false'),(7749,604,'admin_color','fresh'),(7750,604,'use_ssl','0'),(7751,604,'show_admin_bar_front','true'),(7752,604,'locale',''),(7753,604,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7754,604,'wp_user_level','0'),(7755,604,'default_password_nag','1'),(7756,605,'nickname','angelly2991996'),(7757,605,'first_name',''),(7758,605,'last_name',''),(7759,605,'description',''),(7760,605,'rich_editing','true'),(7761,605,'comment_shortcuts','false'),(7762,605,'admin_color','fresh'),(7763,605,'use_ssl','0'),(7764,605,'show_admin_bar_front','true'),(7765,605,'locale',''),(7766,605,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7767,605,'wp_user_level','0'),(7768,605,'default_password_nag','1'),(7769,606,'nickname','tessap781990'),(7770,606,'first_name',''),(7771,606,'last_name',''),(7772,606,'description',''),(7773,606,'rich_editing','true'),(7774,606,'comment_shortcuts','false'),(7775,606,'admin_color','fresh'),(7776,606,'use_ssl','0'),(7777,606,'show_admin_bar_front','true'),(7778,606,'locale',''),(7779,606,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7780,606,'wp_user_level','0'),(7781,606,'default_password_nag','1'),(7782,607,'nickname','delsol71998'),(7783,607,'first_name',''),(7784,607,'last_name',''),(7785,607,'description',''),(7786,607,'rich_editing','true'),(7787,607,'comment_shortcuts','false'),(7788,607,'admin_color','fresh'),(7789,607,'use_ssl','0'),(7790,607,'show_admin_bar_front','true'),(7791,607,'locale',''),(7792,607,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7793,607,'wp_user_level','0'),(7794,607,'default_password_nag','1'),(7795,608,'nickname','ardilase1954'),(7796,608,'first_name',''),(7797,608,'last_name',''),(7798,608,'description',''),(7799,608,'rich_editing','true'),(7800,608,'comment_shortcuts','false'),(7801,608,'admin_color','fresh'),(7802,608,'use_ssl','0'),(7803,608,'show_admin_bar_front','true'),(7804,608,'locale',''),(7805,608,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7806,608,'wp_user_level','0'),(7807,608,'default_password_nag','1'),(7808,609,'nickname','audiojnky1958'),(7809,609,'first_name',''),(7810,609,'last_name',''),(7811,609,'description',''),(7812,609,'rich_editing','true'),(7813,609,'comment_shortcuts','false'),(7814,609,'admin_color','fresh'),(7815,609,'use_ssl','0'),(7816,609,'show_admin_bar_front','true'),(7817,609,'locale',''),(7818,609,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7819,609,'wp_user_level','0'),(7820,609,'default_password_nag','1'),(7821,610,'nickname','only4you1979'),(7822,610,'first_name',''),(7823,610,'last_name',''),(7824,610,'description',''),(7825,610,'rich_editing','true'),(7826,610,'comment_shortcuts','false'),(7827,610,'admin_color','fresh'),(7828,610,'use_ssl','0'),(7829,610,'show_admin_bar_front','true'),(7830,610,'locale',''),(7831,610,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7832,610,'wp_user_level','0'),(7833,610,'default_password_nag','1'),(7834,611,'nickname','bauerr31950'),(7835,611,'first_name',''),(7836,611,'last_name',''),(7837,611,'description',''),(7838,611,'rich_editing','true'),(7839,611,'comment_shortcuts','false'),(7840,611,'admin_color','fresh'),(7841,611,'use_ssl','0'),(7842,611,'show_admin_bar_front','true'),(7843,611,'locale',''),(7844,611,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7845,611,'wp_user_level','0'),(7846,611,'default_password_nag','1'),(7847,612,'nickname','jasells4u1974'),(7848,612,'first_name',''),(7849,612,'last_name',''),(7850,612,'description',''),(7851,612,'rich_editing','true'),(7852,612,'comment_shortcuts','false'),(7853,612,'admin_color','fresh'),(7854,612,'use_ssl','0'),(7855,612,'show_admin_bar_front','true'),(7856,612,'locale',''),(7857,612,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7858,612,'wp_user_level','0'),(7859,612,'default_password_nag','1'),(7860,613,'nickname','joanne1975'),(7861,613,'first_name',''),(7862,613,'last_name',''),(7863,613,'description',''),(7864,613,'rich_editing','true'),(7865,613,'comment_shortcuts','false'),(7866,613,'admin_color','fresh'),(7867,613,'use_ssl','0'),(7868,613,'show_admin_bar_front','true'),(7869,613,'locale',''),(7870,613,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7871,613,'wp_user_level','0'),(7872,613,'default_password_nag','1'),(7873,614,'nickname','acagle1981'),(7874,614,'first_name',''),(7875,614,'last_name',''),(7876,614,'description',''),(7877,614,'rich_editing','true'),(7878,614,'comment_shortcuts','false'),(7879,614,'admin_color','fresh'),(7880,614,'use_ssl','0'),(7881,614,'show_admin_bar_front','true'),(7882,614,'locale',''),(7883,614,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7884,614,'wp_user_level','0'),(7885,614,'default_password_nag','1'),(7886,615,'nickname','mjrmichael1990'),(7887,615,'first_name',''),(7888,615,'last_name',''),(7889,615,'description',''),(7890,615,'rich_editing','true'),(7891,615,'comment_shortcuts','false'),(7892,615,'admin_color','fresh'),(7893,615,'use_ssl','0'),(7894,615,'show_admin_bar_front','true'),(7895,615,'locale',''),(7896,615,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7897,615,'wp_user_level','0'),(7898,615,'default_password_nag','1'),(7899,616,'nickname','chaygenray1984'),(7900,616,'first_name',''),(7901,616,'last_name',''),(7902,616,'description',''),(7903,616,'rich_editing','true'),(7904,616,'comment_shortcuts','false'),(7905,616,'admin_color','fresh'),(7906,616,'use_ssl','0'),(7907,616,'show_admin_bar_front','true'),(7908,616,'locale',''),(7909,616,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7910,616,'wp_user_level','0'),(7911,616,'default_password_nag','1'),(7912,617,'nickname','faro8272005'),(7913,617,'first_name',''),(7914,617,'last_name',''),(7915,617,'description',''),(7916,617,'rich_editing','true'),(7917,617,'comment_shortcuts','false'),(7918,617,'admin_color','fresh'),(7919,617,'use_ssl','0'),(7920,617,'show_admin_bar_front','true'),(7921,617,'locale',''),(7922,617,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7923,617,'wp_user_level','0'),(7924,617,'default_password_nag','1'),(7925,618,'nickname','kevinm1951'),(7926,618,'first_name',''),(7927,618,'last_name',''),(7928,618,'description',''),(7929,618,'rich_editing','true'),(7930,618,'comment_shortcuts','false'),(7931,618,'admin_color','fresh'),(7932,618,'use_ssl','0'),(7933,618,'show_admin_bar_front','true'),(7934,618,'locale',''),(7935,618,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7936,618,'wp_user_level','0'),(7937,618,'default_password_nag','1'),(7938,619,'nickname','simontonhosp2007'),(7939,619,'first_name',''),(7940,619,'last_name',''),(7941,619,'description',''),(7942,619,'rich_editing','true'),(7943,619,'comment_shortcuts','false'),(7944,619,'admin_color','fresh'),(7945,619,'use_ssl','0'),(7946,619,'show_admin_bar_front','true'),(7947,619,'locale',''),(7948,619,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7949,619,'wp_user_level','0'),(7950,619,'default_password_nag','1'),(7951,620,'nickname','meagan40001996'),(7952,620,'first_name',''),(7953,620,'last_name',''),(7954,620,'description',''),(7955,620,'rich_editing','true'),(7956,620,'comment_shortcuts','false'),(7957,620,'admin_color','fresh'),(7958,620,'use_ssl','0'),(7959,620,'show_admin_bar_front','true'),(7960,620,'locale',''),(7961,620,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7962,620,'wp_user_level','0'),(7963,620,'default_password_nag','1'),(7964,621,'nickname','acarunner1996'),(7965,621,'first_name',''),(7966,621,'last_name',''),(7967,621,'description',''),(7968,621,'rich_editing','true'),(7969,621,'comment_shortcuts','false'),(7970,621,'admin_color','fresh'),(7971,621,'use_ssl','0'),(7972,621,'show_admin_bar_front','true'),(7973,621,'locale',''),(7974,621,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7975,621,'wp_user_level','0'),(7976,621,'default_password_nag','1'),(7977,622,'nickname','sls04191971'),(7978,622,'first_name',''),(7979,622,'last_name',''),(7980,622,'description',''),(7981,622,'rich_editing','true'),(7982,622,'comment_shortcuts','false'),(7983,622,'admin_color','fresh'),(7984,622,'use_ssl','0'),(7985,622,'show_admin_bar_front','true'),(7986,622,'locale',''),(7987,622,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7988,622,'wp_user_level','0'),(7989,622,'default_password_nag','1'),(7990,623,'nickname','bryce_moss2002'),(7991,623,'first_name',''),(7992,623,'last_name',''),(7993,623,'description',''),(7994,623,'rich_editing','true'),(7995,623,'comment_shortcuts','false'),(7996,623,'admin_color','fresh'),(7997,623,'use_ssl','0'),(7998,623,'show_admin_bar_front','true'),(7999,623,'locale',''),(8000,623,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8001,623,'wp_user_level','0'),(8002,623,'default_password_nag','1'),(8003,624,'nickname','evanianetto1972'),(8004,624,'first_name',''),(8005,624,'last_name',''),(8006,624,'description',''),(8007,624,'rich_editing','true'),(8008,624,'comment_shortcuts','false'),(8009,624,'admin_color','fresh'),(8010,624,'use_ssl','0'),(8011,624,'show_admin_bar_front','true'),(8012,624,'locale',''),(8013,624,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8014,624,'wp_user_level','0'),(8015,624,'default_password_nag','1'),(8016,625,'nickname','jim_hill1986'),(8017,625,'first_name',''),(8018,625,'last_name',''),(8019,625,'description',''),(8020,625,'rich_editing','true'),(8021,625,'comment_shortcuts','false'),(8022,625,'admin_color','fresh'),(8023,625,'use_ssl','0'),(8024,625,'show_admin_bar_front','true'),(8025,625,'locale',''),(8026,625,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8027,625,'wp_user_level','0'),(8028,625,'default_password_nag','1'),(8029,626,'nickname','lvedo1995'),(8030,626,'first_name',''),(8031,626,'last_name',''),(8032,626,'description',''),(8033,626,'rich_editing','true'),(8034,626,'comment_shortcuts','false'),(8035,626,'admin_color','fresh'),(8036,626,'use_ssl','0'),(8037,626,'show_admin_bar_front','true'),(8038,626,'locale',''),(8039,626,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8040,626,'wp_user_level','0'),(8041,626,'default_password_nag','1'),(8042,627,'nickname','rogandles21962'),(8043,627,'first_name',''),(8044,627,'last_name',''),(8045,627,'description',''),(8046,627,'rich_editing','true'),(8047,627,'comment_shortcuts','false'),(8048,627,'admin_color','fresh'),(8049,627,'use_ssl','0'),(8050,627,'show_admin_bar_front','true'),(8051,627,'locale',''),(8052,627,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8053,627,'wp_user_level','0'),(8054,627,'default_password_nag','1'),(8055,628,'nickname','samuelkoren1950'),(8056,628,'first_name',''),(8057,628,'last_name',''),(8058,628,'description',''),(8059,628,'rich_editing','true'),(8060,628,'comment_shortcuts','false'),(8061,628,'admin_color','fresh'),(8062,628,'use_ssl','0'),(8063,628,'show_admin_bar_front','true'),(8064,628,'locale',''),(8065,628,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8066,628,'wp_user_level','0'),(8067,628,'default_password_nag','1'),(8068,629,'nickname','hskerhunter19871965'),(8069,629,'first_name',''),(8070,629,'last_name',''),(8071,629,'description',''),(8072,629,'rich_editing','true'),(8073,629,'comment_shortcuts','false'),(8074,629,'admin_color','fresh'),(8075,629,'use_ssl','0'),(8076,629,'show_admin_bar_front','true'),(8077,629,'locale',''),(8078,629,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8079,629,'wp_user_level','0'),(8080,629,'default_password_nag','1'),(8081,630,'nickname','almndjoy1990'),(8082,630,'first_name',''),(8083,630,'last_name',''),(8084,630,'description',''),(8085,630,'rich_editing','true'),(8086,630,'comment_shortcuts','false'),(8087,630,'admin_color','fresh'),(8088,630,'use_ssl','0'),(8089,630,'show_admin_bar_front','true'),(8090,630,'locale',''),(8091,630,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8092,630,'wp_user_level','0'),(8093,630,'default_password_nag','1'),(8094,631,'nickname','randallrac162002'),(8095,631,'first_name',''),(8096,631,'last_name',''),(8097,631,'description',''),(8098,631,'rich_editing','true'),(8099,631,'comment_shortcuts','false'),(8100,631,'admin_color','fresh'),(8101,631,'use_ssl','0'),(8102,631,'show_admin_bar_front','true'),(8103,631,'locale',''),(8104,631,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8105,631,'wp_user_level','0'),(8106,631,'default_password_nag','1'),(8107,632,'nickname','maritimediesel1956'),(8108,632,'first_name',''),(8109,632,'last_name',''),(8110,632,'description',''),(8111,632,'rich_editing','true'),(8112,632,'comment_shortcuts','false'),(8113,632,'admin_color','fresh'),(8114,632,'use_ssl','0'),(8115,632,'show_admin_bar_front','true'),(8116,632,'locale',''),(8117,632,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8118,632,'wp_user_level','0'),(8119,632,'default_password_nag','1'),(8120,633,'nickname','cexray1999'),(8121,633,'first_name',''),(8122,633,'last_name',''),(8123,633,'description',''),(8124,633,'rich_editing','true'),(8125,633,'comment_shortcuts','false'),(8126,633,'admin_color','fresh'),(8127,633,'use_ssl','0'),(8128,633,'show_admin_bar_front','true'),(8129,633,'locale',''),(8130,633,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8131,633,'wp_user_level','0'),(8132,633,'default_password_nag','1'),(8133,634,'nickname','susa_d1978'),(8134,634,'first_name',''),(8135,634,'last_name',''),(8136,634,'description',''),(8137,634,'rich_editing','true'),(8138,634,'comment_shortcuts','false'),(8139,634,'admin_color','fresh'),(8140,634,'use_ssl','0'),(8141,634,'show_admin_bar_front','true'),(8142,634,'locale',''),(8143,634,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8144,634,'wp_user_level','0'),(8145,634,'default_password_nag','1'),(8146,635,'nickname','jlscoates1991'),(8147,635,'first_name',''),(8148,635,'last_name',''),(8149,635,'description',''),(8150,635,'rich_editing','true'),(8151,635,'comment_shortcuts','false'),(8152,635,'admin_color','fresh'),(8153,635,'use_ssl','0'),(8154,635,'show_admin_bar_front','true'),(8155,635,'locale',''),(8156,635,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8157,635,'wp_user_level','0'),(8158,635,'default_password_nag','1'),(8159,636,'nickname','markbird231998'),(8160,636,'first_name',''),(8161,636,'last_name',''),(8162,636,'description',''),(8163,636,'rich_editing','true'),(8164,636,'comment_shortcuts','false'),(8165,636,'admin_color','fresh'),(8166,636,'use_ssl','0'),(8167,636,'show_admin_bar_front','true'),(8168,636,'locale',''),(8169,636,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8170,636,'wp_user_level','0'),(8171,636,'default_password_nag','1'),(8172,637,'nickname','b109992001'),(8173,637,'first_name',''),(8174,637,'last_name',''),(8175,637,'description',''),(8176,637,'rich_editing','true'),(8177,637,'comment_shortcuts','false'),(8178,637,'admin_color','fresh'),(8179,637,'use_ssl','0'),(8180,637,'show_admin_bar_front','true'),(8181,637,'locale',''),(8182,637,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8183,637,'wp_user_level','0'),(8184,637,'default_password_nag','1'),(8185,638,'nickname','ehp1111992'),(8186,638,'first_name',''),(8187,638,'last_name',''),(8188,638,'description',''),(8189,638,'rich_editing','true'),(8190,638,'comment_shortcuts','false'),(8191,638,'admin_color','fresh'),(8192,638,'use_ssl','0'),(8193,638,'show_admin_bar_front','true'),(8194,638,'locale',''),(8195,638,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8196,638,'wp_user_level','0'),(8197,638,'default_password_nag','1'),(8198,639,'nickname','vcjrhpg2010'),(8199,639,'first_name',''),(8200,639,'last_name',''),(8201,639,'description',''),(8202,639,'rich_editing','true'),(8203,639,'comment_shortcuts','false'),(8204,639,'admin_color','fresh'),(8205,639,'use_ssl','0'),(8206,639,'show_admin_bar_front','true'),(8207,639,'locale',''),(8208,639,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8209,639,'wp_user_level','0'),(8210,639,'default_password_nag','1'),(8211,640,'nickname','barbosa.ines1956'),(8212,640,'first_name',''),(8213,640,'last_name',''),(8214,640,'description',''),(8215,640,'rich_editing','true'),(8216,640,'comment_shortcuts','false'),(8217,640,'admin_color','fresh'),(8218,640,'use_ssl','0'),(8219,640,'show_admin_bar_front','true'),(8220,640,'locale',''),(8221,640,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8222,640,'wp_user_level','0'),(8223,640,'default_password_nag','1'),(8224,641,'nickname','nutrilac2007'),(8225,641,'first_name',''),(8226,641,'last_name',''),(8227,641,'description',''),(8228,641,'rich_editing','true'),(8229,641,'comment_shortcuts','false'),(8230,641,'admin_color','fresh'),(8231,641,'use_ssl','0'),(8232,641,'show_admin_bar_front','true'),(8233,641,'locale',''),(8234,641,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8235,641,'wp_user_level','0'),(8236,641,'default_password_nag','1'),(8237,642,'nickname','jimmybleep1978'),(8238,642,'first_name',''),(8239,642,'last_name',''),(8240,642,'description',''),(8241,642,'rich_editing','true'),(8242,642,'comment_shortcuts','false'),(8243,642,'admin_color','fresh'),(8244,642,'use_ssl','0'),(8245,642,'show_admin_bar_front','true'),(8246,642,'locale',''),(8247,642,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8248,642,'wp_user_level','0'),(8249,642,'default_password_nag','1'),(8250,643,'nickname','rosa_eliah1981'),(8251,643,'first_name',''),(8252,643,'last_name',''),(8253,643,'description',''),(8254,643,'rich_editing','true'),(8255,643,'comment_shortcuts','false'),(8256,643,'admin_color','fresh'),(8257,643,'use_ssl','0'),(8258,643,'show_admin_bar_front','true'),(8259,643,'locale',''),(8260,643,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8261,643,'wp_user_level','0'),(8262,643,'default_password_nag','1'),(8263,644,'nickname','daves4741955'),(8264,644,'first_name',''),(8265,644,'last_name',''),(8266,644,'description',''),(8267,644,'rich_editing','true'),(8268,644,'comment_shortcuts','false'),(8269,644,'admin_color','fresh'),(8270,644,'use_ssl','0'),(8271,644,'show_admin_bar_front','true'),(8272,644,'locale',''),(8273,644,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8274,644,'wp_user_level','0'),(8275,644,'default_password_nag','1'),(8276,645,'nickname','earlarnette91954'),(8277,645,'first_name',''),(8278,645,'last_name',''),(8279,645,'description',''),(8280,645,'rich_editing','true'),(8281,645,'comment_shortcuts','false'),(8282,645,'admin_color','fresh'),(8283,645,'use_ssl','0'),(8284,645,'show_admin_bar_front','true'),(8285,645,'locale',''),(8286,645,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8287,645,'wp_user_level','0'),(8288,645,'default_password_nag','1'),(8289,646,'nickname','jjhpark1962'),(8290,646,'first_name',''),(8291,646,'last_name',''),(8292,646,'description',''),(8293,646,'rich_editing','true'),(8294,646,'comment_shortcuts','false'),(8295,646,'admin_color','fresh'),(8296,646,'use_ssl','0'),(8297,646,'show_admin_bar_front','true'),(8298,646,'locale',''),(8299,646,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8300,646,'wp_user_level','0'),(8301,646,'default_password_nag','1'),(8302,647,'nickname','ab.sweetie1981'),(8303,647,'first_name',''),(8304,647,'last_name',''),(8305,647,'description',''),(8306,647,'rich_editing','true'),(8307,647,'comment_shortcuts','false'),(8308,647,'admin_color','fresh'),(8309,647,'use_ssl','0'),(8310,647,'show_admin_bar_front','true'),(8311,647,'locale',''),(8312,647,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8313,647,'wp_user_level','0'),(8314,647,'default_password_nag','1'),(8315,648,'nickname','emilyratton2001'),(8316,648,'first_name',''),(8317,648,'last_name',''),(8318,648,'description',''),(8319,648,'rich_editing','true'),(8320,648,'comment_shortcuts','false'),(8321,648,'admin_color','fresh'),(8322,648,'use_ssl','0'),(8323,648,'show_admin_bar_front','true'),(8324,648,'locale',''),(8325,648,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8326,648,'wp_user_level','0'),(8327,648,'default_password_nag','1'),(8328,649,'nickname','costcoolusa1987'),(8329,649,'first_name',''),(8330,649,'last_name',''),(8331,649,'description',''),(8332,649,'rich_editing','true'),(8333,649,'comment_shortcuts','false'),(8334,649,'admin_color','fresh'),(8335,649,'use_ssl','0'),(8336,649,'show_admin_bar_front','true'),(8337,649,'locale',''),(8338,649,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8339,649,'wp_user_level','0'),(8340,649,'default_password_nag','1'),(8341,650,'nickname','javier_mix2009'),(8342,650,'first_name',''),(8343,650,'last_name',''),(8344,650,'description',''),(8345,650,'rich_editing','true'),(8346,650,'comment_shortcuts','false'),(8347,650,'admin_color','fresh'),(8348,650,'use_ssl','0'),(8349,650,'show_admin_bar_front','true'),(8350,650,'locale',''),(8351,650,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8352,650,'wp_user_level','0'),(8353,650,'default_password_nag','1'),(8354,651,'nickname','waccamawmetal2005'),(8355,651,'first_name',''),(8356,651,'last_name',''),(8357,651,'description',''),(8358,651,'rich_editing','true'),(8359,651,'comment_shortcuts','false'),(8360,651,'admin_color','fresh'),(8361,651,'use_ssl','0'),(8362,651,'show_admin_bar_front','true'),(8363,651,'locale',''),(8364,651,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8365,651,'wp_user_level','0'),(8366,651,'default_password_nag','1'),(8367,652,'nickname','joshuajac1997'),(8368,652,'first_name',''),(8369,652,'last_name',''),(8370,652,'description',''),(8371,652,'rich_editing','true'),(8372,652,'comment_shortcuts','false'),(8373,652,'admin_color','fresh'),(8374,652,'use_ssl','0'),(8375,652,'show_admin_bar_front','true'),(8376,652,'locale',''),(8377,652,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8378,652,'wp_user_level','0'),(8379,652,'default_password_nag','1'),(8380,653,'nickname','witte_121981'),(8381,653,'first_name',''),(8382,653,'last_name',''),(8383,653,'description',''),(8384,653,'rich_editing','true'),(8385,653,'comment_shortcuts','false'),(8386,653,'admin_color','fresh'),(8387,653,'use_ssl','0'),(8388,653,'show_admin_bar_front','true'),(8389,653,'locale',''),(8390,653,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8391,653,'wp_user_level','0'),(8392,653,'default_password_nag','1'),(8393,654,'nickname','karina.pido1969'),(8394,654,'first_name',''),(8395,654,'last_name',''),(8396,654,'description',''),(8397,654,'rich_editing','true'),(8398,654,'comment_shortcuts','false'),(8399,654,'admin_color','fresh'),(8400,654,'use_ssl','0'),(8401,654,'show_admin_bar_front','true'),(8402,654,'locale',''),(8403,654,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8404,654,'wp_user_level','0'),(8405,654,'default_password_nag','1'),(8406,655,'nickname','dragon_gin2006'),(8407,655,'first_name',''),(8408,655,'last_name',''),(8409,655,'description',''),(8410,655,'rich_editing','true'),(8411,655,'comment_shortcuts','false'),(8412,655,'admin_color','fresh'),(8413,655,'use_ssl','0'),(8414,655,'show_admin_bar_front','true'),(8415,655,'locale',''),(8416,655,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8417,655,'wp_user_level','0'),(8418,655,'default_password_nag','1'),(8419,656,'nickname','dlpogge1950'),(8420,656,'first_name',''),(8421,656,'last_name',''),(8422,656,'description',''),(8423,656,'rich_editing','true'),(8424,656,'comment_shortcuts','false'),(8425,656,'admin_color','fresh'),(8426,656,'use_ssl','0'),(8427,656,'show_admin_bar_front','true'),(8428,656,'locale',''),(8429,656,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8430,656,'wp_user_level','0'),(8431,656,'default_password_nag','1'),(8432,657,'nickname','vslayer1001956'),(8433,657,'first_name',''),(8434,657,'last_name',''),(8435,657,'description',''),(8436,657,'rich_editing','true'),(8437,657,'comment_shortcuts','false'),(8438,657,'admin_color','fresh'),(8439,657,'use_ssl','0'),(8440,657,'show_admin_bar_front','true'),(8441,657,'locale',''),(8442,657,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8443,657,'wp_user_level','0'),(8444,657,'default_password_nag','1'),(8445,658,'nickname','mark.b.rfc1962'),(8446,658,'first_name',''),(8447,658,'last_name',''),(8448,658,'description',''),(8449,658,'rich_editing','true'),(8450,658,'comment_shortcuts','false'),(8451,658,'admin_color','fresh'),(8452,658,'use_ssl','0'),(8453,658,'show_admin_bar_front','true'),(8454,658,'locale',''),(8455,658,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8456,658,'wp_user_level','0'),(8457,658,'default_password_nag','1'),(8458,659,'nickname','andrewgekl1990'),(8459,659,'first_name',''),(8460,659,'last_name',''),(8461,659,'description',''),(8462,659,'rich_editing','true'),(8463,659,'comment_shortcuts','false'),(8464,659,'admin_color','fresh'),(8465,659,'use_ssl','0'),(8466,659,'show_admin_bar_front','true'),(8467,659,'locale',''),(8468,659,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8469,659,'wp_user_level','0'),(8470,659,'default_password_nag','1'),(8471,660,'nickname','edimarco91964'),(8472,660,'first_name',''),(8473,660,'last_name',''),(8474,660,'description',''),(8475,660,'rich_editing','true'),(8476,660,'comment_shortcuts','false'),(8477,660,'admin_color','fresh'),(8478,660,'use_ssl','0'),(8479,660,'show_admin_bar_front','true'),(8480,660,'locale',''),(8481,660,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8482,660,'wp_user_level','0'),(8483,660,'default_password_nag','1'),(8484,661,'nickname','salomao36542009'),(8485,661,'first_name',''),(8486,661,'last_name',''),(8487,661,'description',''),(8488,661,'rich_editing','true'),(8489,661,'comment_shortcuts','false'),(8490,661,'admin_color','fresh'),(8491,661,'use_ssl','0'),(8492,661,'show_admin_bar_front','true'),(8493,661,'locale',''),(8494,661,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8495,661,'wp_user_level','0'),(8496,661,'default_password_nag','1'),(8497,662,'nickname','bvbbritter2009'),(8498,662,'first_name',''),(8499,662,'last_name',''),(8500,662,'description',''),(8501,662,'rich_editing','true'),(8502,662,'comment_shortcuts','false'),(8503,662,'admin_color','fresh'),(8504,662,'use_ssl','0'),(8505,662,'show_admin_bar_front','true'),(8506,662,'locale',''),(8507,662,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8508,662,'wp_user_level','0'),(8509,662,'default_password_nag','1'),(8510,663,'nickname','brigham9111974'),(8511,663,'first_name',''),(8512,663,'last_name',''),(8513,663,'description',''),(8514,663,'rich_editing','true'),(8515,663,'comment_shortcuts','false'),(8516,663,'admin_color','fresh'),(8517,663,'use_ssl','0'),(8518,663,'show_admin_bar_front','true'),(8519,663,'locale',''),(8520,663,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8521,663,'wp_user_level','0'),(8522,663,'default_password_nag','1'),(8523,664,'nickname','stevecutts_1989'),(8524,664,'first_name',''),(8525,664,'last_name',''),(8526,664,'description',''),(8527,664,'rich_editing','true'),(8528,664,'comment_shortcuts','false'),(8529,664,'admin_color','fresh'),(8530,664,'use_ssl','0'),(8531,664,'show_admin_bar_front','true'),(8532,664,'locale',''),(8533,664,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8534,664,'wp_user_level','0'),(8535,664,'default_password_nag','1'),(8536,665,'nickname','vp14781974'),(8537,665,'first_name',''),(8538,665,'last_name',''),(8539,665,'description',''),(8540,665,'rich_editing','true'),(8541,665,'comment_shortcuts','false'),(8542,665,'admin_color','fresh'),(8543,665,'use_ssl','0'),(8544,665,'show_admin_bar_front','true'),(8545,665,'locale',''),(8546,665,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8547,665,'wp_user_level','0'),(8548,665,'default_password_nag','1'),(8549,666,'nickname','hodemicco1971'),(8550,666,'first_name',''),(8551,666,'last_name',''),(8552,666,'description',''),(8553,666,'rich_editing','true'),(8554,666,'comment_shortcuts','false'),(8555,666,'admin_color','fresh'),(8556,666,'use_ssl','0'),(8557,666,'show_admin_bar_front','true'),(8558,666,'locale',''),(8559,666,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8560,666,'wp_user_level','0'),(8561,666,'default_password_nag','1'),(8562,667,'nickname','j.santana41959'),(8563,667,'first_name',''),(8564,667,'last_name',''),(8565,667,'description',''),(8566,667,'rich_editing','true'),(8567,667,'comment_shortcuts','false'),(8568,667,'admin_color','fresh'),(8569,667,'use_ssl','0'),(8570,667,'show_admin_bar_front','true'),(8571,667,'locale',''),(8572,667,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8573,667,'wp_user_level','0'),(8574,667,'default_password_nag','1'),(8575,668,'nickname','wallvirginia1960'),(8576,668,'first_name',''),(8577,668,'last_name',''),(8578,668,'description',''),(8579,668,'rich_editing','true'),(8580,668,'comment_shortcuts','false'),(8581,668,'admin_color','fresh'),(8582,668,'use_ssl','0'),(8583,668,'show_admin_bar_front','true'),(8584,668,'locale',''),(8585,668,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8586,668,'wp_user_level','0'),(8587,668,'default_password_nag','1'),(8588,669,'nickname','claytonmorris802010'),(8589,669,'first_name',''),(8590,669,'last_name',''),(8591,669,'description',''),(8592,669,'rich_editing','true'),(8593,669,'comment_shortcuts','false'),(8594,669,'admin_color','fresh'),(8595,669,'use_ssl','0'),(8596,669,'show_admin_bar_front','true'),(8597,669,'locale',''),(8598,669,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8599,669,'wp_user_level','0'),(8600,669,'default_password_nag','1'),(8601,670,'nickname','cjtolzien1995'),(8602,670,'first_name',''),(8603,670,'last_name',''),(8604,670,'description',''),(8605,670,'rich_editing','true'),(8606,670,'comment_shortcuts','false'),(8607,670,'admin_color','fresh'),(8608,670,'use_ssl','0'),(8609,670,'show_admin_bar_front','true'),(8610,670,'locale',''),(8611,670,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8612,670,'wp_user_level','0'),(8613,670,'default_password_nag','1'),(8614,671,'nickname','jhines31959'),(8615,671,'first_name',''),(8616,671,'last_name',''),(8617,671,'description',''),(8618,671,'rich_editing','true'),(8619,671,'comment_shortcuts','false'),(8620,671,'admin_color','fresh'),(8621,671,'use_ssl','0'),(8622,671,'show_admin_bar_front','true'),(8623,671,'locale',''),(8624,671,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8625,671,'wp_user_level','0'),(8626,671,'default_password_nag','1'),(8627,672,'nickname','carriepetersen1960'),(8628,672,'first_name',''),(8629,672,'last_name',''),(8630,672,'description',''),(8631,672,'rich_editing','true'),(8632,672,'comment_shortcuts','false'),(8633,672,'admin_color','fresh'),(8634,672,'use_ssl','0'),(8635,672,'show_admin_bar_front','true'),(8636,672,'locale',''),(8637,672,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8638,672,'wp_user_level','0'),(8639,672,'default_password_nag','1'),(8640,673,'nickname','nanafraser1973'),(8641,673,'first_name',''),(8642,673,'last_name',''),(8643,673,'description',''),(8644,673,'rich_editing','true'),(8645,673,'comment_shortcuts','false'),(8646,673,'admin_color','fresh'),(8647,673,'use_ssl','0'),(8648,673,'show_admin_bar_front','true'),(8649,673,'locale',''),(8650,673,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8651,673,'wp_user_level','0'),(8652,673,'default_password_nag','1'),(8653,674,'nickname','sofiane_psg1983'),(8654,674,'first_name',''),(8655,674,'last_name',''),(8656,674,'description',''),(8657,674,'rich_editing','true'),(8658,674,'comment_shortcuts','false'),(8659,674,'admin_color','fresh'),(8660,674,'use_ssl','0'),(8661,674,'show_admin_bar_front','true'),(8662,674,'locale',''),(8663,674,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8664,674,'wp_user_level','0'),(8665,674,'default_password_nag','1'),(8666,675,'nickname','cirbolya1994'),(8667,675,'first_name',''),(8668,675,'last_name',''),(8669,675,'description',''),(8670,675,'rich_editing','true'),(8671,675,'comment_shortcuts','false'),(8672,675,'admin_color','fresh'),(8673,675,'use_ssl','0'),(8674,675,'show_admin_bar_front','true'),(8675,675,'locale',''),(8676,675,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8677,675,'wp_user_level','0'),(8678,675,'default_password_nag','1'),(8679,676,'nickname','brent_chapman2001'),(8680,676,'first_name',''),(8681,676,'last_name',''),(8682,676,'description',''),(8683,676,'rich_editing','true'),(8684,676,'comment_shortcuts','false'),(8685,676,'admin_color','fresh'),(8686,676,'use_ssl','0'),(8687,676,'show_admin_bar_front','true'),(8688,676,'locale',''),(8689,676,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8690,676,'wp_user_level','0'),(8691,676,'default_password_nag','1'),(8692,677,'nickname','jacqueline_12171952'),(8693,677,'first_name',''),(8694,677,'last_name',''),(8695,677,'description',''),(8696,677,'rich_editing','true'),(8697,677,'comment_shortcuts','false'),(8698,677,'admin_color','fresh'),(8699,677,'use_ssl','0'),(8700,677,'show_admin_bar_front','true'),(8701,677,'locale',''),(8702,677,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8703,677,'wp_user_level','0'),(8704,677,'default_password_nag','1'),(8705,678,'nickname','yongxin_c1987'),(8706,678,'first_name',''),(8707,678,'last_name',''),(8708,678,'description',''),(8709,678,'rich_editing','true'),(8710,678,'comment_shortcuts','false'),(8711,678,'admin_color','fresh'),(8712,678,'use_ssl','0'),(8713,678,'show_admin_bar_front','true'),(8714,678,'locale',''),(8715,678,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8716,678,'wp_user_level','0'),(8717,678,'default_password_nag','1'),(8718,679,'nickname','mason_kuck1950'),(8719,679,'first_name',''),(8720,679,'last_name',''),(8721,679,'description',''),(8722,679,'rich_editing','true'),(8723,679,'comment_shortcuts','false'),(8724,679,'admin_color','fresh'),(8725,679,'use_ssl','0'),(8726,679,'show_admin_bar_front','true'),(8727,679,'locale',''),(8728,679,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8729,679,'wp_user_level','0'),(8730,679,'default_password_nag','1'),(8731,680,'nickname','armstrongmsw1988'),(8732,680,'first_name',''),(8733,680,'last_name',''),(8734,680,'description',''),(8735,680,'rich_editing','true'),(8736,680,'comment_shortcuts','false'),(8737,680,'admin_color','fresh'),(8738,680,'use_ssl','0'),(8739,680,'show_admin_bar_front','true'),(8740,680,'locale',''),(8741,680,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8742,680,'wp_user_level','0'),(8743,680,'default_password_nag','1'),(8744,681,'nickname','jerry.wd.1231990'),(8745,681,'first_name',''),(8746,681,'last_name',''),(8747,681,'description',''),(8748,681,'rich_editing','true'),(8749,681,'comment_shortcuts','false'),(8750,681,'admin_color','fresh'),(8751,681,'use_ssl','0'),(8752,681,'show_admin_bar_front','true'),(8753,681,'locale',''),(8754,681,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8755,681,'wp_user_level','0'),(8756,681,'default_password_nag','1'),(8757,682,'nickname','cherabeck2001'),(8758,682,'first_name',''),(8759,682,'last_name',''),(8760,682,'description',''),(8761,682,'rich_editing','true'),(8762,682,'comment_shortcuts','false'),(8763,682,'admin_color','fresh'),(8764,682,'use_ssl','0'),(8765,682,'show_admin_bar_front','true'),(8766,682,'locale',''),(8767,682,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8768,682,'wp_user_level','0'),(8769,682,'default_password_nag','1'),(8770,683,'nickname','live-love-laugh871982'),(8771,683,'first_name',''),(8772,683,'last_name',''),(8773,683,'description',''),(8774,683,'rich_editing','true'),(8775,683,'comment_shortcuts','false'),(8776,683,'admin_color','fresh'),(8777,683,'use_ssl','0'),(8778,683,'show_admin_bar_front','true'),(8779,683,'locale',''),(8780,683,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8781,683,'wp_user_level','0'),(8782,683,'default_password_nag','1'),(8783,684,'nickname','rocksinmyheadtoo1992'),(8784,684,'first_name',''),(8785,684,'last_name',''),(8786,684,'description',''),(8787,684,'rich_editing','true'),(8788,684,'comment_shortcuts','false'),(8789,684,'admin_color','fresh'),(8790,684,'use_ssl','0'),(8791,684,'show_admin_bar_front','true'),(8792,684,'locale',''),(8793,684,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8794,684,'wp_user_level','0'),(8795,684,'default_password_nag','1'),(8796,685,'nickname','sammie20111975'),(8797,685,'first_name',''),(8798,685,'last_name',''),(8799,685,'description',''),(8800,685,'rich_editing','true'),(8801,685,'comment_shortcuts','false'),(8802,685,'admin_color','fresh'),(8803,685,'use_ssl','0'),(8804,685,'show_admin_bar_front','true'),(8805,685,'locale',''),(8806,685,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8807,685,'wp_user_level','0'),(8808,685,'default_password_nag','1'),(8809,686,'nickname','mike2003'),(8810,686,'first_name',''),(8811,686,'last_name',''),(8812,686,'description',''),(8813,686,'rich_editing','true'),(8814,686,'comment_shortcuts','false'),(8815,686,'admin_color','fresh'),(8816,686,'use_ssl','0'),(8817,686,'show_admin_bar_front','true'),(8818,686,'locale',''),(8819,686,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8820,686,'wp_user_level','0'),(8821,686,'default_password_nag','1'),(8822,687,'nickname','cclarke2007'),(8823,687,'first_name',''),(8824,687,'last_name',''),(8825,687,'description',''),(8826,687,'rich_editing','true'),(8827,687,'comment_shortcuts','false'),(8828,687,'admin_color','fresh'),(8829,687,'use_ssl','0'),(8830,687,'show_admin_bar_front','true'),(8831,687,'locale',''),(8832,687,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8833,687,'wp_user_level','0'),(8834,687,'default_password_nag','1'),(8835,688,'nickname','kimber_19821991'),(8836,688,'first_name',''),(8837,688,'last_name',''),(8838,688,'description',''),(8839,688,'rich_editing','true'),(8840,688,'comment_shortcuts','false'),(8841,688,'admin_color','fresh'),(8842,688,'use_ssl','0'),(8843,688,'show_admin_bar_front','true'),(8844,688,'locale',''),(8845,688,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8846,688,'wp_user_level','0'),(8847,688,'default_password_nag','1'),(8848,689,'nickname','aseem.telli1978'),(8849,689,'first_name',''),(8850,689,'last_name',''),(8851,689,'description',''),(8852,689,'rich_editing','true'),(8853,689,'comment_shortcuts','false'),(8854,689,'admin_color','fresh'),(8855,689,'use_ssl','0'),(8856,689,'show_admin_bar_front','true'),(8857,689,'locale',''),(8858,689,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8859,689,'wp_user_level','0'),(8860,689,'default_password_nag','1'),(8861,690,'nickname','sandcastle1461996'),(8862,690,'first_name',''),(8863,690,'last_name',''),(8864,690,'description',''),(8865,690,'rich_editing','true'),(8866,690,'comment_shortcuts','false'),(8867,690,'admin_color','fresh'),(8868,690,'use_ssl','0'),(8869,690,'show_admin_bar_front','true'),(8870,690,'locale',''),(8871,690,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8872,690,'wp_user_level','0'),(8873,690,'default_password_nag','1'),(8874,691,'nickname','jayson.can1953'),(8875,691,'first_name',''),(8876,691,'last_name',''),(8877,691,'description',''),(8878,691,'rich_editing','true'),(8879,691,'comment_shortcuts','false'),(8880,691,'admin_color','fresh'),(8881,691,'use_ssl','0'),(8882,691,'show_admin_bar_front','true'),(8883,691,'locale',''),(8884,691,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8885,691,'wp_user_level','0'),(8886,691,'default_password_nag','1'),(8887,692,'nickname','nagornovamaryna1911990'),(8888,692,'first_name',''),(8889,692,'last_name',''),(8890,692,'description',''),(8891,692,'rich_editing','true'),(8892,692,'comment_shortcuts','false'),(8893,692,'admin_color','fresh'),(8894,692,'use_ssl','0'),(8895,692,'show_admin_bar_front','true'),(8896,692,'locale',''),(8897,692,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8898,692,'wp_user_level','0'),(8899,692,'default_password_nag','1'),(8900,693,'nickname','normasova1962'),(8901,693,'first_name',''),(8902,693,'last_name',''),(8903,693,'description',''),(8904,693,'rich_editing','true'),(8905,693,'comment_shortcuts','false'),(8906,693,'admin_color','fresh'),(8907,693,'use_ssl','0'),(8908,693,'show_admin_bar_front','true'),(8909,693,'locale',''),(8910,693,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8911,693,'wp_user_level','0'),(8912,693,'default_password_nag','1'),(8913,694,'nickname','jharry121986'),(8914,694,'first_name',''),(8915,694,'last_name',''),(8916,694,'description',''),(8917,694,'rich_editing','true'),(8918,694,'comment_shortcuts','false'),(8919,694,'admin_color','fresh'),(8920,694,'use_ssl','0'),(8921,694,'show_admin_bar_front','true'),(8922,694,'locale',''),(8923,694,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8924,694,'wp_user_level','0'),(8925,694,'default_password_nag','1'),(8926,695,'nickname','creagos1963'),(8927,695,'first_name',''),(8928,695,'last_name',''),(8929,695,'description',''),(8930,695,'rich_editing','true'),(8931,695,'comment_shortcuts','false'),(8932,695,'admin_color','fresh'),(8933,695,'use_ssl','0'),(8934,695,'show_admin_bar_front','true'),(8935,695,'locale',''),(8936,695,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8937,695,'wp_user_level','0'),(8938,695,'default_password_nag','1'),(8939,696,'nickname','amagnus002010'),(8940,696,'first_name',''),(8941,696,'last_name',''),(8942,696,'description',''),(8943,696,'rich_editing','true'),(8944,696,'comment_shortcuts','false'),(8945,696,'admin_color','fresh'),(8946,696,'use_ssl','0'),(8947,696,'show_admin_bar_front','true'),(8948,696,'locale',''),(8949,696,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8950,696,'wp_user_level','0'),(8951,696,'default_password_nag','1'),(8952,697,'nickname','prodhemisphere1974'),(8953,697,'first_name',''),(8954,697,'last_name',''),(8955,697,'description',''),(8956,697,'rich_editing','true'),(8957,697,'comment_shortcuts','false'),(8958,697,'admin_color','fresh'),(8959,697,'use_ssl','0'),(8960,697,'show_admin_bar_front','true'),(8961,697,'locale',''),(8962,697,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8963,697,'wp_user_level','0'),(8964,697,'default_password_nag','1'),(8965,698,'nickname','dcburden2001'),(8966,698,'first_name',''),(8967,698,'last_name',''),(8968,698,'description',''),(8969,698,'rich_editing','true'),(8970,698,'comment_shortcuts','false'),(8971,698,'admin_color','fresh'),(8972,698,'use_ssl','0'),(8973,698,'show_admin_bar_front','true'),(8974,698,'locale',''),(8975,698,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8976,698,'wp_user_level','0'),(8977,698,'default_password_nag','1'),(8978,699,'nickname','jbeyer1982'),(8979,699,'first_name',''),(8980,699,'last_name',''),(8981,699,'description',''),(8982,699,'rich_editing','true'),(8983,699,'comment_shortcuts','false'),(8984,699,'admin_color','fresh'),(8985,699,'use_ssl','0'),(8986,699,'show_admin_bar_front','true'),(8987,699,'locale',''),(8988,699,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8989,699,'wp_user_level','0'),(8990,699,'default_password_nag','1'),(8991,700,'nickname','sleepingsaturn1983'),(8992,700,'first_name',''),(8993,700,'last_name',''),(8994,700,'description',''),(8995,700,'rich_editing','true'),(8996,700,'comment_shortcuts','false'),(8997,700,'admin_color','fresh'),(8998,700,'use_ssl','0'),(8999,700,'show_admin_bar_front','true'),(9000,700,'locale',''),(9001,700,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9002,700,'wp_user_level','0'),(9003,700,'default_password_nag','1'),(9004,701,'nickname','inezl1959'),(9005,701,'first_name',''),(9006,701,'last_name',''),(9007,701,'description',''),(9008,701,'rich_editing','true'),(9009,701,'comment_shortcuts','false'),(9010,701,'admin_color','fresh'),(9011,701,'use_ssl','0'),(9012,701,'show_admin_bar_front','true'),(9013,701,'locale',''),(9014,701,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9015,701,'wp_user_level','0'),(9016,701,'default_password_nag','1'),(9017,702,'nickname','robmclintock1982'),(9018,702,'first_name',''),(9019,702,'last_name',''),(9020,702,'description',''),(9021,702,'rich_editing','true'),(9022,702,'comment_shortcuts','false'),(9023,702,'admin_color','fresh'),(9024,702,'use_ssl','0'),(9025,702,'show_admin_bar_front','true'),(9026,702,'locale',''),(9027,702,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9028,702,'wp_user_level','0'),(9029,702,'default_password_nag','1'),(9030,703,'nickname','hosleybrianna1960'),(9031,703,'first_name',''),(9032,703,'last_name',''),(9033,703,'description',''),(9034,703,'rich_editing','true'),(9035,703,'comment_shortcuts','false'),(9036,703,'admin_color','fresh'),(9037,703,'use_ssl','0'),(9038,703,'show_admin_bar_front','true'),(9039,703,'locale',''),(9040,703,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9041,703,'wp_user_level','0'),(9042,703,'default_password_nag','1'),(9043,704,'nickname','phillip.veski1987'),(9044,704,'first_name',''),(9045,704,'last_name',''),(9046,704,'description',''),(9047,704,'rich_editing','true'),(9048,704,'comment_shortcuts','false'),(9049,704,'admin_color','fresh'),(9050,704,'use_ssl','0'),(9051,704,'show_admin_bar_front','true'),(9052,704,'locale',''),(9053,704,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9054,704,'wp_user_level','0'),(9055,704,'default_password_nag','1'),(9056,705,'nickname','derni3991955'),(9057,705,'first_name',''),(9058,705,'last_name',''),(9059,705,'description',''),(9060,705,'rich_editing','true'),(9061,705,'comment_shortcuts','false'),(9062,705,'admin_color','fresh'),(9063,705,'use_ssl','0'),(9064,705,'show_admin_bar_front','true'),(9065,705,'locale',''),(9066,705,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9067,705,'wp_user_level','0'),(9068,705,'default_password_nag','1'),(9069,706,'nickname','lizreyes311991'),(9070,706,'first_name',''),(9071,706,'last_name',''),(9072,706,'description',''),(9073,706,'rich_editing','true'),(9074,706,'comment_shortcuts','false'),(9075,706,'admin_color','fresh'),(9076,706,'use_ssl','0'),(9077,706,'show_admin_bar_front','true'),(9078,706,'locale',''),(9079,706,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9080,706,'wp_user_level','0'),(9081,706,'default_password_nag','1'),(9082,707,'nickname','ram94831987'),(9083,707,'first_name',''),(9084,707,'last_name',''),(9085,707,'description',''),(9086,707,'rich_editing','true'),(9087,707,'comment_shortcuts','false'),(9088,707,'admin_color','fresh'),(9089,707,'use_ssl','0'),(9090,707,'show_admin_bar_front','true'),(9091,707,'locale',''),(9092,707,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9093,707,'wp_user_level','0'),(9094,707,'default_password_nag','1'),(9095,708,'nickname','fishing4fun92921971'),(9096,708,'first_name',''),(9097,708,'last_name',''),(9098,708,'description',''),(9099,708,'rich_editing','true'),(9100,708,'comment_shortcuts','false'),(9101,708,'admin_color','fresh'),(9102,708,'use_ssl','0'),(9103,708,'show_admin_bar_front','true'),(9104,708,'locale',''),(9105,708,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9106,708,'wp_user_level','0'),(9107,708,'default_password_nag','1'),(9108,709,'nickname','account.verify1982'),(9109,709,'first_name',''),(9110,709,'last_name',''),(9111,709,'description',''),(9112,709,'rich_editing','true'),(9113,709,'comment_shortcuts','false'),(9114,709,'admin_color','fresh'),(9115,709,'use_ssl','0'),(9116,709,'show_admin_bar_front','true'),(9117,709,'locale',''),(9118,709,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9119,709,'wp_user_level','0'),(9120,709,'default_password_nag','1'),(9121,710,'nickname','gconron071965'),(9122,710,'first_name',''),(9123,710,'last_name',''),(9124,710,'description',''),(9125,710,'rich_editing','true'),(9126,710,'comment_shortcuts','false'),(9127,710,'admin_color','fresh'),(9128,710,'use_ssl','0'),(9129,710,'show_admin_bar_front','true'),(9130,710,'locale',''),(9131,710,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9132,710,'wp_user_level','0'),(9133,710,'default_password_nag','1'),(9134,711,'nickname','team2k22000'),(9135,711,'first_name',''),(9136,711,'last_name',''),(9137,711,'description',''),(9138,711,'rich_editing','true'),(9139,711,'comment_shortcuts','false'),(9140,711,'admin_color','fresh'),(9141,711,'use_ssl','0'),(9142,711,'show_admin_bar_front','true'),(9143,711,'locale',''),(9144,711,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9145,711,'wp_user_level','0'),(9146,711,'default_password_nag','1'),(9147,712,'nickname','dougputnam1986'),(9148,712,'first_name',''),(9149,712,'last_name',''),(9150,712,'description',''),(9151,712,'rich_editing','true'),(9152,712,'comment_shortcuts','false'),(9153,712,'admin_color','fresh'),(9154,712,'use_ssl','0'),(9155,712,'show_admin_bar_front','true'),(9156,712,'locale',''),(9157,712,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9158,712,'wp_user_level','0'),(9159,712,'default_password_nag','1'),(9160,713,'nickname','adam.carle.cchmc2000'),(9161,713,'first_name',''),(9162,713,'last_name',''),(9163,713,'description',''),(9164,713,'rich_editing','true'),(9165,713,'comment_shortcuts','false'),(9166,713,'admin_color','fresh'),(9167,713,'use_ssl','0'),(9168,713,'show_admin_bar_front','true'),(9169,713,'locale',''),(9170,713,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9171,713,'wp_user_level','0'),(9172,713,'default_password_nag','1'),(9173,714,'nickname','gypsea501985'),(9174,714,'first_name',''),(9175,714,'last_name',''),(9176,714,'description',''),(9177,714,'rich_editing','true'),(9178,714,'comment_shortcuts','false'),(9179,714,'admin_color','fresh'),(9180,714,'use_ssl','0'),(9181,714,'show_admin_bar_front','true'),(9182,714,'locale',''),(9183,714,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9184,714,'wp_user_level','0'),(9185,714,'default_password_nag','1'),(9186,715,'nickname','tr4nqued1981'),(9187,715,'first_name',''),(9188,715,'last_name',''),(9189,715,'description',''),(9190,715,'rich_editing','true'),(9191,715,'comment_shortcuts','false'),(9192,715,'admin_color','fresh'),(9193,715,'use_ssl','0'),(9194,715,'show_admin_bar_front','true'),(9195,715,'locale',''),(9196,715,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9197,715,'wp_user_level','0'),(9198,715,'default_password_nag','1'),(9199,716,'nickname','skysserious1958'),(9200,716,'first_name',''),(9201,716,'last_name',''),(9202,716,'description',''),(9203,716,'rich_editing','true'),(9204,716,'comment_shortcuts','false'),(9205,716,'admin_color','fresh'),(9206,716,'use_ssl','0'),(9207,716,'show_admin_bar_front','true'),(9208,716,'locale',''),(9209,716,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9210,716,'wp_user_level','0'),(9211,716,'default_password_nag','1'),(9212,717,'nickname','danabidlack1973'),(9213,717,'first_name',''),(9214,717,'last_name',''),(9215,717,'description',''),(9216,717,'rich_editing','true'),(9217,717,'comment_shortcuts','false'),(9218,717,'admin_color','fresh'),(9219,717,'use_ssl','0'),(9220,717,'show_admin_bar_front','true'),(9221,717,'locale',''),(9222,717,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9223,717,'wp_user_level','0'),(9224,717,'default_password_nag','1'),(9225,718,'nickname','llburdine1954'),(9226,718,'first_name',''),(9227,718,'last_name',''),(9228,718,'description',''),(9229,718,'rich_editing','true'),(9230,718,'comment_shortcuts','false'),(9231,718,'admin_color','fresh'),(9232,718,'use_ssl','0'),(9233,718,'show_admin_bar_front','true'),(9234,718,'locale',''),(9235,718,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9236,718,'wp_user_level','0'),(9237,718,'default_password_nag','1'),(9238,719,'nickname','tboxdesigns1987'),(9239,719,'first_name',''),(9240,719,'last_name',''),(9241,719,'description',''),(9242,719,'rich_editing','true'),(9243,719,'comment_shortcuts','false'),(9244,719,'admin_color','fresh'),(9245,719,'use_ssl','0'),(9246,719,'show_admin_bar_front','true'),(9247,719,'locale',''),(9248,719,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9249,719,'wp_user_level','0'),(9250,719,'default_password_nag','1'),(9251,720,'nickname','kimskyolson2004'),(9252,720,'first_name',''),(9253,720,'last_name',''),(9254,720,'description',''),(9255,720,'rich_editing','true'),(9256,720,'comment_shortcuts','false'),(9257,720,'admin_color','fresh'),(9258,720,'use_ssl','0'),(9259,720,'show_admin_bar_front','true'),(9260,720,'locale',''),(9261,720,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9262,720,'wp_user_level','0'),(9263,720,'default_password_nag','1'),(9264,721,'nickname','lesleycox19771962'),(9265,721,'first_name',''),(9266,721,'last_name',''),(9267,721,'description',''),(9268,721,'rich_editing','true'),(9269,721,'comment_shortcuts','false'),(9270,721,'admin_color','fresh'),(9271,721,'use_ssl','0'),(9272,721,'show_admin_bar_front','true'),(9273,721,'locale',''),(9274,721,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9275,721,'wp_user_level','0'),(9276,721,'default_password_nag','1'),(9277,722,'nickname','rbetts901980'),(9278,722,'first_name',''),(9279,722,'last_name',''),(9280,722,'description',''),(9281,722,'rich_editing','true'),(9282,722,'comment_shortcuts','false'),(9283,722,'admin_color','fresh'),(9284,722,'use_ssl','0'),(9285,722,'show_admin_bar_front','true'),(9286,722,'locale',''),(9287,722,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9288,722,'wp_user_level','0'),(9289,722,'default_password_nag','1'),(9290,723,'nickname','glvfd161963'),(9291,723,'first_name',''),(9292,723,'last_name',''),(9293,723,'description',''),(9294,723,'rich_editing','true'),(9295,723,'comment_shortcuts','false'),(9296,723,'admin_color','fresh'),(9297,723,'use_ssl','0'),(9298,723,'show_admin_bar_front','true'),(9299,723,'locale',''),(9300,723,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9301,723,'wp_user_level','0'),(9302,723,'default_password_nag','1'),(9303,724,'nickname','pspjhp2005'),(9304,724,'first_name',''),(9305,724,'last_name',''),(9306,724,'description',''),(9307,724,'rich_editing','true'),(9308,724,'comment_shortcuts','false'),(9309,724,'admin_color','fresh'),(9310,724,'use_ssl','0'),(9311,724,'show_admin_bar_front','true'),(9312,724,'locale',''),(9313,724,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9314,724,'wp_user_level','0'),(9315,724,'default_password_nag','1'),(9316,725,'nickname','krisaghab19831985'),(9317,725,'first_name',''),(9318,725,'last_name',''),(9319,725,'description',''),(9320,725,'rich_editing','true'),(9321,725,'comment_shortcuts','false'),(9322,725,'admin_color','fresh'),(9323,725,'use_ssl','0'),(9324,725,'show_admin_bar_front','true'),(9325,725,'locale',''),(9326,725,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9327,725,'wp_user_level','0'),(9328,725,'default_password_nag','1'),(9329,726,'nickname','nikalas.stroomer1998'),(9330,726,'first_name',''),(9331,726,'last_name',''),(9332,726,'description',''),(9333,726,'rich_editing','true'),(9334,726,'comment_shortcuts','false'),(9335,726,'admin_color','fresh'),(9336,726,'use_ssl','0'),(9337,726,'show_admin_bar_front','true'),(9338,726,'locale',''),(9339,726,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9340,726,'wp_user_level','0'),(9341,726,'default_password_nag','1'),(9342,727,'nickname','wsinsc2003'),(9343,727,'first_name',''),(9344,727,'last_name',''),(9345,727,'description',''),(9346,727,'rich_editing','true'),(9347,727,'comment_shortcuts','false'),(9348,727,'admin_color','fresh'),(9349,727,'use_ssl','0'),(9350,727,'show_admin_bar_front','true'),(9351,727,'locale',''),(9352,727,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9353,727,'wp_user_level','0'),(9354,727,'default_password_nag','1'),(9355,728,'nickname','pkarzai1997'),(9356,728,'first_name',''),(9357,728,'last_name',''),(9358,728,'description',''),(9359,728,'rich_editing','true'),(9360,728,'comment_shortcuts','false'),(9361,728,'admin_color','fresh'),(9362,728,'use_ssl','0'),(9363,728,'show_admin_bar_front','true'),(9364,728,'locale',''),(9365,728,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9366,728,'wp_user_level','0'),(9367,728,'default_password_nag','1'),(9368,729,'nickname','predator31988'),(9369,729,'first_name',''),(9370,729,'last_name',''),(9371,729,'description',''),(9372,729,'rich_editing','true'),(9373,729,'comment_shortcuts','false'),(9374,729,'admin_color','fresh'),(9375,729,'use_ssl','0'),(9376,729,'show_admin_bar_front','true'),(9377,729,'locale',''),(9378,729,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9379,729,'wp_user_level','0'),(9380,729,'default_password_nag','1'),(9381,730,'nickname','smilinash111975'),(9382,730,'first_name',''),(9383,730,'last_name',''),(9384,730,'description',''),(9385,730,'rich_editing','true'),(9386,730,'comment_shortcuts','false'),(9387,730,'admin_color','fresh'),(9388,730,'use_ssl','0'),(9389,730,'show_admin_bar_front','true'),(9390,730,'locale',''),(9391,730,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9392,730,'wp_user_level','0'),(9393,730,'default_password_nag','1'),(9394,731,'nickname','cakamarinkovic1996'),(9395,731,'first_name',''),(9396,731,'last_name',''),(9397,731,'description',''),(9398,731,'rich_editing','true'),(9399,731,'comment_shortcuts','false'),(9400,731,'admin_color','fresh'),(9401,731,'use_ssl','0'),(9402,731,'show_admin_bar_front','true'),(9403,731,'locale',''),(9404,731,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9405,731,'wp_user_level','0'),(9406,731,'default_password_nag','1'),(9407,732,'nickname','too_tall_trey1998'),(9408,732,'first_name',''),(9409,732,'last_name',''),(9410,732,'description',''),(9411,732,'rich_editing','true'),(9412,732,'comment_shortcuts','false'),(9413,732,'admin_color','fresh'),(9414,732,'use_ssl','0'),(9415,732,'show_admin_bar_front','true'),(9416,732,'locale',''),(9417,732,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9418,732,'wp_user_level','0'),(9419,732,'default_password_nag','1'),(9420,733,'nickname','cakamarinkovic1998'),(9421,733,'first_name',''),(9422,733,'last_name',''),(9423,733,'description',''),(9424,733,'rich_editing','true'),(9425,733,'comment_shortcuts','false'),(9426,733,'admin_color','fresh'),(9427,733,'use_ssl','0'),(9428,733,'show_admin_bar_front','true'),(9429,733,'locale',''),(9430,733,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9431,733,'wp_user_level','0'),(9432,733,'default_password_nag','1'),(9433,734,'nickname','jennifer.hogan012005'),(9434,734,'first_name',''),(9435,734,'last_name',''),(9436,734,'description',''),(9437,734,'rich_editing','true'),(9438,734,'comment_shortcuts','false'),(9439,734,'admin_color','fresh'),(9440,734,'use_ssl','0'),(9441,734,'show_admin_bar_front','true'),(9442,734,'locale',''),(9443,734,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9444,734,'wp_user_level','0'),(9445,734,'default_password_nag','1'),(9446,735,'nickname','soberman7191964'),(9447,735,'first_name',''),(9448,735,'last_name',''),(9449,735,'description',''),(9450,735,'rich_editing','true'),(9451,735,'comment_shortcuts','false'),(9452,735,'admin_color','fresh'),(9453,735,'use_ssl','0'),(9454,735,'show_admin_bar_front','true'),(9455,735,'locale',''),(9456,735,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9457,735,'wp_user_level','0'),(9458,735,'default_password_nag','1'),(9459,736,'nickname','tammydoc20091967'),(9460,736,'first_name',''),(9461,736,'last_name',''),(9462,736,'description',''),(9463,736,'rich_editing','true'),(9464,736,'comment_shortcuts','false'),(9465,736,'admin_color','fresh'),(9466,736,'use_ssl','0'),(9467,736,'show_admin_bar_front','true'),(9468,736,'locale',''),(9469,736,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9470,736,'wp_user_level','0'),(9471,736,'default_password_nag','1'),(9472,737,'nickname','brianhadlock281964'),(9473,737,'first_name',''),(9474,737,'last_name',''),(9475,737,'description',''),(9476,737,'rich_editing','true'),(9477,737,'comment_shortcuts','false'),(9478,737,'admin_color','fresh'),(9479,737,'use_ssl','0'),(9480,737,'show_admin_bar_front','true'),(9481,737,'locale',''),(9482,737,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9483,737,'wp_user_level','0'),(9484,737,'default_password_nag','1'),(9485,738,'nickname','mayzhu71962'),(9486,738,'first_name',''),(9487,738,'last_name',''),(9488,738,'description',''),(9489,738,'rich_editing','true'),(9490,738,'comment_shortcuts','false'),(9491,738,'admin_color','fresh'),(9492,738,'use_ssl','0'),(9493,738,'show_admin_bar_front','true'),(9494,738,'locale',''),(9495,738,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9496,738,'wp_user_level','0'),(9497,738,'default_password_nag','1'),(9498,739,'nickname','coxy1_2_31950'),(9499,739,'first_name',''),(9500,739,'last_name',''),(9501,739,'description',''),(9502,739,'rich_editing','true'),(9503,739,'comment_shortcuts','false'),(9504,739,'admin_color','fresh'),(9505,739,'use_ssl','0'),(9506,739,'show_admin_bar_front','true'),(9507,739,'locale',''),(9508,739,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9509,739,'wp_user_level','0'),(9510,739,'default_password_nag','1'),(9511,740,'nickname','beertender111979'),(9512,740,'first_name',''),(9513,740,'last_name',''),(9514,740,'description',''),(9515,740,'rich_editing','true'),(9516,740,'comment_shortcuts','false'),(9517,740,'admin_color','fresh'),(9518,740,'use_ssl','0'),(9519,740,'show_admin_bar_front','true'),(9520,740,'locale',''),(9521,740,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9522,740,'wp_user_level','0'),(9523,740,'default_password_nag','1'),(9524,741,'nickname','rvaliente191952'),(9525,741,'first_name',''),(9526,741,'last_name',''),(9527,741,'description',''),(9528,741,'rich_editing','true'),(9529,741,'comment_shortcuts','false'),(9530,741,'admin_color','fresh'),(9531,741,'use_ssl','0'),(9532,741,'show_admin_bar_front','true'),(9533,741,'locale',''),(9534,741,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9535,741,'wp_user_level','0'),(9536,741,'default_password_nag','1'),(9537,742,'nickname','batmajian1973'),(9538,742,'first_name',''),(9539,742,'last_name',''),(9540,742,'description',''),(9541,742,'rich_editing','true'),(9542,742,'comment_shortcuts','false'),(9543,742,'admin_color','fresh'),(9544,742,'use_ssl','0'),(9545,742,'show_admin_bar_front','true'),(9546,742,'locale',''),(9547,742,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9548,742,'wp_user_level','0'),(9549,742,'default_password_nag','1'),(9550,743,'nickname','bee55amg1964'),(9551,743,'first_name',''),(9552,743,'last_name',''),(9553,743,'description',''),(9554,743,'rich_editing','true'),(9555,743,'comment_shortcuts','false'),(9556,743,'admin_color','fresh'),(9557,743,'use_ssl','0'),(9558,743,'show_admin_bar_front','true'),(9559,743,'locale',''),(9560,743,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9561,743,'wp_user_level','0'),(9562,743,'default_password_nag','1'),(9563,744,'nickname','aka2621978'),(9564,744,'first_name',''),(9565,744,'last_name',''),(9566,744,'description',''),(9567,744,'rich_editing','true'),(9568,744,'comment_shortcuts','false'),(9569,744,'admin_color','fresh'),(9570,744,'use_ssl','0'),(9571,744,'show_admin_bar_front','true'),(9572,744,'locale',''),(9573,744,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9574,744,'wp_user_level','0'),(9575,744,'default_password_nag','1'),(9576,745,'nickname','heidi-171979'),(9577,745,'first_name',''),(9578,745,'last_name',''),(9579,745,'description',''),(9580,745,'rich_editing','true'),(9581,745,'comment_shortcuts','false'),(9582,745,'admin_color','fresh'),(9583,745,'use_ssl','0'),(9584,745,'show_admin_bar_front','true'),(9585,745,'locale',''),(9586,745,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9587,745,'wp_user_level','0'),(9588,745,'default_password_nag','1'),(9589,746,'nickname','anthony.aguirre861963'),(9590,746,'first_name',''),(9591,746,'last_name',''),(9592,746,'description',''),(9593,746,'rich_editing','true'),(9594,746,'comment_shortcuts','false'),(9595,746,'admin_color','fresh'),(9596,746,'use_ssl','0'),(9597,746,'show_admin_bar_front','true'),(9598,746,'locale',''),(9599,746,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9600,746,'wp_user_level','0'),(9601,746,'default_password_nag','1'),(9602,747,'nickname','training1987'),(9603,747,'first_name',''),(9604,747,'last_name',''),(9605,747,'description',''),(9606,747,'rich_editing','true'),(9607,747,'comment_shortcuts','false'),(9608,747,'admin_color','fresh'),(9609,747,'use_ssl','0'),(9610,747,'show_admin_bar_front','true'),(9611,747,'locale',''),(9612,747,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9613,747,'wp_user_level','0'),(9614,747,'default_password_nag','1'),(9615,748,'nickname','dsheperis1987'),(9616,748,'first_name',''),(9617,748,'last_name',''),(9618,748,'description',''),(9619,748,'rich_editing','true'),(9620,748,'comment_shortcuts','false'),(9621,748,'admin_color','fresh'),(9622,748,'use_ssl','0'),(9623,748,'show_admin_bar_front','true'),(9624,748,'locale',''),(9625,748,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9626,748,'wp_user_level','0'),(9627,748,'default_password_nag','1'),(9628,749,'nickname','misterliksantobacco1967'),(9629,749,'first_name',''),(9630,749,'last_name',''),(9631,749,'description',''),(9632,749,'rich_editing','true'),(9633,749,'comment_shortcuts','false'),(9634,749,'admin_color','fresh'),(9635,749,'use_ssl','0'),(9636,749,'show_admin_bar_front','true'),(9637,749,'locale',''),(9638,749,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9639,749,'wp_user_level','0'),(9640,749,'default_password_nag','1'),(9641,750,'nickname','intclarinet1983'),(9642,750,'first_name',''),(9643,750,'last_name',''),(9644,750,'description',''),(9645,750,'rich_editing','true'),(9646,750,'comment_shortcuts','false'),(9647,750,'admin_color','fresh'),(9648,750,'use_ssl','0'),(9649,750,'show_admin_bar_front','true'),(9650,750,'locale',''),(9651,750,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9652,750,'wp_user_level','0'),(9653,750,'default_password_nag','1'),(9654,751,'nickname','j.zik.nyc2010'),(9655,751,'first_name',''),(9656,751,'last_name',''),(9657,751,'description',''),(9658,751,'rich_editing','true'),(9659,751,'comment_shortcuts','false'),(9660,751,'admin_color','fresh'),(9661,751,'use_ssl','0'),(9662,751,'show_admin_bar_front','true'),(9663,751,'locale',''),(9664,751,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9665,751,'wp_user_level','0'),(9666,751,'default_password_nag','1'),(9667,752,'nickname','christina1969'),(9668,752,'first_name',''),(9669,752,'last_name',''),(9670,752,'description',''),(9671,752,'rich_editing','true'),(9672,752,'comment_shortcuts','false'),(9673,752,'admin_color','fresh'),(9674,752,'use_ssl','0'),(9675,752,'show_admin_bar_front','true'),(9676,752,'locale',''),(9677,752,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9678,752,'wp_user_level','0'),(9679,752,'default_password_nag','1'),(9680,753,'nickname','jeroall1976'),(9681,753,'first_name',''),(9682,753,'last_name',''),(9683,753,'description',''),(9684,753,'rich_editing','true'),(9685,753,'comment_shortcuts','false'),(9686,753,'admin_color','fresh'),(9687,753,'use_ssl','0'),(9688,753,'show_admin_bar_front','true'),(9689,753,'locale',''),(9690,753,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9691,753,'wp_user_level','0'),(9692,753,'default_password_nag','1'),(9693,754,'nickname','ga2bela_91960'),(9694,754,'first_name',''),(9695,754,'last_name',''),(9696,754,'description',''),(9697,754,'rich_editing','true'),(9698,754,'comment_shortcuts','false'),(9699,754,'admin_color','fresh'),(9700,754,'use_ssl','0'),(9701,754,'show_admin_bar_front','true'),(9702,754,'locale',''),(9703,754,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9704,754,'wp_user_level','0'),(9705,754,'default_password_nag','1'),(9706,755,'nickname','hharrisonj1989'),(9707,755,'first_name',''),(9708,755,'last_name',''),(9709,755,'description',''),(9710,755,'rich_editing','true'),(9711,755,'comment_shortcuts','false'),(9712,755,'admin_color','fresh'),(9713,755,'use_ssl','0'),(9714,755,'show_admin_bar_front','true'),(9715,755,'locale',''),(9716,755,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9717,755,'wp_user_level','0'),(9718,755,'default_password_nag','1'),(9719,756,'nickname','zzzwea1963'),(9720,756,'first_name',''),(9721,756,'last_name',''),(9722,756,'description',''),(9723,756,'rich_editing','true'),(9724,756,'comment_shortcuts','false'),(9725,756,'admin_color','fresh'),(9726,756,'use_ssl','0'),(9727,756,'show_admin_bar_front','true'),(9728,756,'locale',''),(9729,756,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9730,756,'wp_user_level','0'),(9731,756,'default_password_nag','1'),(9732,757,'nickname','helenmcknight1979'),(9733,757,'first_name',''),(9734,757,'last_name',''),(9735,757,'description',''),(9736,757,'rich_editing','true'),(9737,757,'comment_shortcuts','false'),(9738,757,'admin_color','fresh'),(9739,757,'use_ssl','0'),(9740,757,'show_admin_bar_front','true'),(9741,757,'locale',''),(9742,757,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9743,757,'wp_user_level','0'),(9744,757,'default_password_nag','1'),(9745,758,'nickname','thisel20101960'),(9746,758,'first_name',''),(9747,758,'last_name',''),(9748,758,'description',''),(9749,758,'rich_editing','true'),(9750,758,'comment_shortcuts','false'),(9751,758,'admin_color','fresh'),(9752,758,'use_ssl','0'),(9753,758,'show_admin_bar_front','true'),(9754,758,'locale',''),(9755,758,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9756,758,'wp_user_level','0'),(9757,758,'default_password_nag','1'),(9758,759,'nickname','cheetham111951'),(9759,759,'first_name',''),(9760,759,'last_name',''),(9761,759,'description',''),(9762,759,'rich_editing','true'),(9763,759,'comment_shortcuts','false'),(9764,759,'admin_color','fresh'),(9765,759,'use_ssl','0'),(9766,759,'show_admin_bar_front','true'),(9767,759,'locale',''),(9768,759,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9769,759,'wp_user_level','0'),(9770,759,'default_password_nag','1'),(9771,760,'nickname','garlockcharm1976'),(9772,760,'first_name',''),(9773,760,'last_name',''),(9774,760,'description',''),(9775,760,'rich_editing','true'),(9776,760,'comment_shortcuts','false'),(9777,760,'admin_color','fresh'),(9778,760,'use_ssl','0'),(9779,760,'show_admin_bar_front','true'),(9780,760,'locale',''),(9781,760,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9782,760,'wp_user_level','0'),(9783,760,'default_password_nag','1'),(9784,761,'nickname','stacyyang1961'),(9785,761,'first_name',''),(9786,761,'last_name',''),(9787,761,'description',''),(9788,761,'rich_editing','true'),(9789,761,'comment_shortcuts','false'),(9790,761,'admin_color','fresh'),(9791,761,'use_ssl','0'),(9792,761,'show_admin_bar_front','true'),(9793,761,'locale',''),(9794,761,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9795,761,'wp_user_level','0'),(9796,761,'default_password_nag','1'),(9797,762,'nickname','amissssa1951'),(9798,762,'first_name',''),(9799,762,'last_name',''),(9800,762,'description',''),(9801,762,'rich_editing','true'),(9802,762,'comment_shortcuts','false'),(9803,762,'admin_color','fresh'),(9804,762,'use_ssl','0'),(9805,762,'show_admin_bar_front','true'),(9806,762,'locale',''),(9807,762,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9808,762,'wp_user_level','0'),(9809,762,'default_password_nag','1'),(9810,763,'nickname','wynia12005'),(9811,763,'first_name',''),(9812,763,'last_name',''),(9813,763,'description',''),(9814,763,'rich_editing','true'),(9815,763,'comment_shortcuts','false'),(9816,763,'admin_color','fresh'),(9817,763,'use_ssl','0'),(9818,763,'show_admin_bar_front','true'),(9819,763,'locale',''),(9820,763,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9821,763,'wp_user_level','0'),(9822,763,'default_password_nag','1'),(9823,764,'nickname','henryglasheen1986'),(9824,764,'first_name',''),(9825,764,'last_name',''),(9826,764,'description',''),(9827,764,'rich_editing','true'),(9828,764,'comment_shortcuts','false'),(9829,764,'admin_color','fresh'),(9830,764,'use_ssl','0'),(9831,764,'show_admin_bar_front','true'),(9832,764,'locale',''),(9833,764,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9834,764,'wp_user_level','0'),(9835,764,'default_password_nag','1'),(9836,765,'nickname','s4000tw1980'),(9837,765,'first_name',''),(9838,765,'last_name',''),(9839,765,'description',''),(9840,765,'rich_editing','true'),(9841,765,'comment_shortcuts','false'),(9842,765,'admin_color','fresh'),(9843,765,'use_ssl','0'),(9844,765,'show_admin_bar_front','true'),(9845,765,'locale',''),(9846,765,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9847,765,'wp_user_level','0'),(9848,765,'default_password_nag','1'),(9849,766,'nickname','danfaye1981'),(9850,766,'first_name',''),(9851,766,'last_name',''),(9852,766,'description',''),(9853,766,'rich_editing','true'),(9854,766,'comment_shortcuts','false'),(9855,766,'admin_color','fresh'),(9856,766,'use_ssl','0'),(9857,766,'show_admin_bar_front','true'),(9858,766,'locale',''),(9859,766,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9860,766,'wp_user_level','0'),(9861,766,'default_password_nag','1'),(9862,767,'nickname','jones39621950'),(9863,767,'first_name',''),(9864,767,'last_name',''),(9865,767,'description',''),(9866,767,'rich_editing','true'),(9867,767,'comment_shortcuts','false'),(9868,767,'admin_color','fresh'),(9869,767,'use_ssl','0'),(9870,767,'show_admin_bar_front','true'),(9871,767,'locale',''),(9872,767,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9873,767,'wp_user_level','0'),(9874,767,'default_password_nag','1'),(9875,768,'nickname','md_brown1956'),(9876,768,'first_name',''),(9877,768,'last_name',''),(9878,768,'description',''),(9879,768,'rich_editing','true'),(9880,768,'comment_shortcuts','false'),(9881,768,'admin_color','fresh'),(9882,768,'use_ssl','0'),(9883,768,'show_admin_bar_front','true'),(9884,768,'locale',''),(9885,768,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9886,768,'wp_user_level','0'),(9887,768,'default_password_nag','1'),(9888,769,'nickname','evp-191958'),(9889,769,'first_name',''),(9890,769,'last_name',''),(9891,769,'description',''),(9892,769,'rich_editing','true'),(9893,769,'comment_shortcuts','false'),(9894,769,'admin_color','fresh'),(9895,769,'use_ssl','0'),(9896,769,'show_admin_bar_front','true'),(9897,769,'locale',''),(9898,769,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9899,769,'wp_user_level','0'),(9900,769,'default_password_nag','1'),(9901,770,'nickname','sillycarissa1972'),(9902,770,'first_name',''),(9903,770,'last_name',''),(9904,770,'description',''),(9905,770,'rich_editing','true'),(9906,770,'comment_shortcuts','false'),(9907,770,'admin_color','fresh'),(9908,770,'use_ssl','0'),(9909,770,'show_admin_bar_front','true'),(9910,770,'locale',''),(9911,770,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9912,770,'wp_user_level','0'),(9913,770,'default_password_nag','1'),(9914,771,'nickname','ryanwest1963'),(9915,771,'first_name',''),(9916,771,'last_name',''),(9917,771,'description',''),(9918,771,'rich_editing','true'),(9919,771,'comment_shortcuts','false'),(9920,771,'admin_color','fresh'),(9921,771,'use_ssl','0'),(9922,771,'show_admin_bar_front','true'),(9923,771,'locale',''),(9924,771,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9925,771,'wp_user_level','0'),(9926,771,'default_password_nag','1'),(9927,772,'nickname','info1998'),(9928,772,'first_name',''),(9929,772,'last_name',''),(9930,772,'description',''),(9931,772,'rich_editing','true'),(9932,772,'comment_shortcuts','false'),(9933,772,'admin_color','fresh'),(9934,772,'use_ssl','0'),(9935,772,'show_admin_bar_front','true'),(9936,772,'locale',''),(9937,772,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9938,772,'wp_user_level','0'),(9939,772,'default_password_nag','1'),(9940,773,'nickname','77398879581968'),(9941,773,'first_name',''),(9942,773,'last_name',''),(9943,773,'description',''),(9944,773,'rich_editing','true'),(9945,773,'comment_shortcuts','false'),(9946,773,'admin_color','fresh'),(9947,773,'use_ssl','0'),(9948,773,'show_admin_bar_front','true'),(9949,773,'locale',''),(9950,773,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9951,773,'wp_user_level','0'),(9952,773,'default_password_nag','1'),(9953,774,'nickname','tjohnny1986'),(9954,774,'first_name',''),(9955,774,'last_name',''),(9956,774,'description',''),(9957,774,'rich_editing','true'),(9958,774,'comment_shortcuts','false'),(9959,774,'admin_color','fresh'),(9960,774,'use_ssl','0'),(9961,774,'show_admin_bar_front','true'),(9962,774,'locale',''),(9963,774,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9964,774,'wp_user_level','0'),(9965,774,'default_password_nag','1'),(9966,775,'nickname','janeellenjnk2003'),(9967,775,'first_name',''),(9968,775,'last_name',''),(9969,775,'description',''),(9970,775,'rich_editing','true'),(9971,775,'comment_shortcuts','false'),(9972,775,'admin_color','fresh'),(9973,775,'use_ssl','0'),(9974,775,'show_admin_bar_front','true'),(9975,775,'locale',''),(9976,775,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9977,775,'wp_user_level','0'),(9978,775,'default_password_nag','1'),(9979,776,'nickname','schenningj1969'),(9980,776,'first_name',''),(9981,776,'last_name',''),(9982,776,'description',''),(9983,776,'rich_editing','true'),(9984,776,'comment_shortcuts','false'),(9985,776,'admin_color','fresh'),(9986,776,'use_ssl','0'),(9987,776,'show_admin_bar_front','true'),(9988,776,'locale',''),(9989,776,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(9990,776,'wp_user_level','0'),(9991,776,'default_password_nag','1'),(9992,777,'nickname','hgaudon1989'),(9993,777,'first_name',''),(9994,777,'last_name',''),(9995,777,'description',''),(9996,777,'rich_editing','true'),(9997,777,'comment_shortcuts','false'),(9998,777,'admin_color','fresh'),(9999,777,'use_ssl','0'),(10000,777,'show_admin_bar_front','true'),(10001,777,'locale',''),(10002,777,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10003,777,'wp_user_level','0'),(10004,777,'default_password_nag','1'),(10005,778,'nickname','aeobermeier1963'),(10006,778,'first_name',''),(10007,778,'last_name',''),(10008,778,'description',''),(10009,778,'rich_editing','true'),(10010,778,'comment_shortcuts','false'),(10011,778,'admin_color','fresh'),(10012,778,'use_ssl','0'),(10013,778,'show_admin_bar_front','true'),(10014,778,'locale',''),(10015,778,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10016,778,'wp_user_level','0'),(10017,778,'default_password_nag','1'),(10018,779,'nickname','stevenbainbridge20031954'),(10019,779,'first_name',''),(10020,779,'last_name',''),(10021,779,'description',''),(10022,779,'rich_editing','true'),(10023,779,'comment_shortcuts','false'),(10024,779,'admin_color','fresh'),(10025,779,'use_ssl','0'),(10026,779,'show_admin_bar_front','true'),(10027,779,'locale',''),(10028,779,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10029,779,'wp_user_level','0'),(10030,779,'default_password_nag','1'),(10031,780,'nickname','randyflores131976'),(10032,780,'first_name',''),(10033,780,'last_name',''),(10034,780,'description',''),(10035,780,'rich_editing','true'),(10036,780,'comment_shortcuts','false'),(10037,780,'admin_color','fresh'),(10038,780,'use_ssl','0'),(10039,780,'show_admin_bar_front','true'),(10040,780,'locale',''),(10041,780,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10042,780,'wp_user_level','0'),(10043,780,'default_password_nag','1'),(10044,781,'nickname','mrkic1968'),(10045,781,'first_name',''),(10046,781,'last_name',''),(10047,781,'description',''),(10048,781,'rich_editing','true'),(10049,781,'comment_shortcuts','false'),(10050,781,'admin_color','fresh'),(10051,781,'use_ssl','0'),(10052,781,'show_admin_bar_front','true'),(10053,781,'locale',''),(10054,781,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10055,781,'wp_user_level','0'),(10056,781,'default_password_nag','1'),(10057,782,'nickname','linzigardner1996'),(10058,782,'first_name',''),(10059,782,'last_name',''),(10060,782,'description',''),(10061,782,'rich_editing','true'),(10062,782,'comment_shortcuts','false'),(10063,782,'admin_color','fresh'),(10064,782,'use_ssl','0'),(10065,782,'show_admin_bar_front','true'),(10066,782,'locale',''),(10067,782,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10068,782,'wp_user_level','0'),(10069,782,'default_password_nag','1'),(10070,783,'nickname','rong_cao1960'),(10071,783,'first_name',''),(10072,783,'last_name',''),(10073,783,'description',''),(10074,783,'rich_editing','true'),(10075,783,'comment_shortcuts','false'),(10076,783,'admin_color','fresh'),(10077,783,'use_ssl','0'),(10078,783,'show_admin_bar_front','true'),(10079,783,'locale',''),(10080,783,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10081,783,'wp_user_level','0'),(10082,783,'default_password_nag','1'),(10083,784,'nickname','danielle.basquitt1954'),(10084,784,'first_name',''),(10085,784,'last_name',''),(10086,784,'description',''),(10087,784,'rich_editing','true'),(10088,784,'comment_shortcuts','false'),(10089,784,'admin_color','fresh'),(10090,784,'use_ssl','0'),(10091,784,'show_admin_bar_front','true'),(10092,784,'locale',''),(10093,784,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10094,784,'wp_user_level','0'),(10095,784,'default_password_nag','1'),(10096,785,'nickname','deanyb1471994'),(10097,785,'first_name',''),(10098,785,'last_name',''),(10099,785,'description',''),(10100,785,'rich_editing','true'),(10101,785,'comment_shortcuts','false'),(10102,785,'admin_color','fresh'),(10103,785,'use_ssl','0'),(10104,785,'show_admin_bar_front','true'),(10105,785,'locale',''),(10106,785,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10107,785,'wp_user_level','0'),(10108,785,'default_password_nag','1'),(10109,786,'nickname','daytona841957'),(10110,786,'first_name',''),(10111,786,'last_name',''),(10112,786,'description',''),(10113,786,'rich_editing','true'),(10114,786,'comment_shortcuts','false'),(10115,786,'admin_color','fresh'),(10116,786,'use_ssl','0'),(10117,786,'show_admin_bar_front','true'),(10118,786,'locale',''),(10119,786,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10120,786,'wp_user_level','0'),(10121,786,'default_password_nag','1'),(10122,787,'nickname','krusk1953'),(10123,787,'first_name',''),(10124,787,'last_name',''),(10125,787,'description',''),(10126,787,'rich_editing','true'),(10127,787,'comment_shortcuts','false'),(10128,787,'admin_color','fresh'),(10129,787,'use_ssl','0'),(10130,787,'show_admin_bar_front','true'),(10131,787,'locale',''),(10132,787,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10133,787,'wp_user_level','0'),(10134,787,'default_password_nag','1'),(10135,788,'nickname','lynesy-061982'),(10136,788,'first_name',''),(10137,788,'last_name',''),(10138,788,'description',''),(10139,788,'rich_editing','true'),(10140,788,'comment_shortcuts','false'),(10141,788,'admin_color','fresh'),(10142,788,'use_ssl','0'),(10143,788,'show_admin_bar_front','true'),(10144,788,'locale',''),(10145,788,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10146,788,'wp_user_level','0'),(10147,788,'default_password_nag','1'),(10148,789,'nickname','thadlouise2'),(10149,789,'first_name',''),(10150,789,'last_name',''),(10151,789,'description',''),(10152,789,'rich_editing','true'),(10153,789,'comment_shortcuts','false'),(10154,789,'admin_color','fresh'),(10155,789,'use_ssl','0'),(10156,789,'show_admin_bar_front','true'),(10157,789,'locale',''),(10158,789,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10159,789,'wp_user_level','0'),(10160,789,'default_password_nag','1'),(10161,790,'nickname','sharkfeed20001990'),(10162,790,'first_name',''),(10163,790,'last_name',''),(10164,790,'description',''),(10165,790,'rich_editing','true'),(10166,790,'comment_shortcuts','false'),(10167,790,'admin_color','fresh'),(10168,790,'use_ssl','0'),(10169,790,'show_admin_bar_front','true'),(10170,790,'locale',''),(10171,790,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10172,790,'wp_user_level','0'),(10173,790,'default_password_nag','1'),(10174,791,'nickname','nikischafer1978'),(10175,791,'first_name',''),(10176,791,'last_name',''),(10177,791,'description',''),(10178,791,'rich_editing','true'),(10179,791,'comment_shortcuts','false'),(10180,791,'admin_color','fresh'),(10181,791,'use_ssl','0'),(10182,791,'show_admin_bar_front','true'),(10183,791,'locale',''),(10184,791,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10185,791,'wp_user_level','0'),(10186,791,'default_password_nag','1'),(10187,792,'nickname','lizbeth.cardenas1971'),(10188,792,'first_name',''),(10189,792,'last_name',''),(10190,792,'description',''),(10191,792,'rich_editing','true'),(10192,792,'comment_shortcuts','false'),(10193,792,'admin_color','fresh'),(10194,792,'use_ssl','0'),(10195,792,'show_admin_bar_front','true'),(10196,792,'locale',''),(10197,792,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10198,792,'wp_user_level','0'),(10199,792,'default_password_nag','1'),(10200,793,'nickname','mbrannonm91961'),(10201,793,'first_name',''),(10202,793,'last_name',''),(10203,793,'description',''),(10204,793,'rich_editing','true'),(10205,793,'comment_shortcuts','false'),(10206,793,'admin_color','fresh'),(10207,793,'use_ssl','0'),(10208,793,'show_admin_bar_front','true'),(10209,793,'locale',''),(10210,793,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10211,793,'wp_user_level','0'),(10212,793,'default_password_nag','1'),(10213,794,'nickname','ydert21959'),(10214,794,'first_name',''),(10215,794,'last_name',''),(10216,794,'description',''),(10217,794,'rich_editing','true'),(10218,794,'comment_shortcuts','false'),(10219,794,'admin_color','fresh'),(10220,794,'use_ssl','0'),(10221,794,'show_admin_bar_front','true'),(10222,794,'locale',''),(10223,794,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10224,794,'wp_user_level','0'),(10225,794,'default_password_nag','1'),(10226,795,'nickname','gioliquid761973'),(10227,795,'first_name',''),(10228,795,'last_name',''),(10229,795,'description',''),(10230,795,'rich_editing','true'),(10231,795,'comment_shortcuts','false'),(10232,795,'admin_color','fresh'),(10233,795,'use_ssl','0'),(10234,795,'show_admin_bar_front','true'),(10235,795,'locale',''),(10236,795,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10237,795,'wp_user_level','0'),(10238,795,'default_password_nag','1'),(10239,796,'nickname','oliverchesterman1973'),(10240,796,'first_name',''),(10241,796,'last_name',''),(10242,796,'description',''),(10243,796,'rich_editing','true'),(10244,796,'comment_shortcuts','false'),(10245,796,'admin_color','fresh'),(10246,796,'use_ssl','0'),(10247,796,'show_admin_bar_front','true'),(10248,796,'locale',''),(10249,796,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10250,796,'wp_user_level','0'),(10251,796,'default_password_nag','1'),(10252,797,'nickname','juliehess1977'),(10253,797,'first_name',''),(10254,797,'last_name',''),(10255,797,'description',''),(10256,797,'rich_editing','true'),(10257,797,'comment_shortcuts','false'),(10258,797,'admin_color','fresh'),(10259,797,'use_ssl','0'),(10260,797,'show_admin_bar_front','true'),(10261,797,'locale',''),(10262,797,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10263,797,'wp_user_level','0'),(10264,797,'default_password_nag','1'),(10265,798,'nickname','lauren_holmes2000'),(10266,798,'first_name',''),(10267,798,'last_name',''),(10268,798,'description',''),(10269,798,'rich_editing','true'),(10270,798,'comment_shortcuts','false'),(10271,798,'admin_color','fresh'),(10272,798,'use_ssl','0'),(10273,798,'show_admin_bar_front','true'),(10274,798,'locale',''),(10275,798,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10276,798,'wp_user_level','0'),(10277,798,'default_password_nag','1'),(10278,799,'nickname','david-obrien-11983'),(10279,799,'first_name',''),(10280,799,'last_name',''),(10281,799,'description',''),(10282,799,'rich_editing','true'),(10283,799,'comment_shortcuts','false'),(10284,799,'admin_color','fresh'),(10285,799,'use_ssl','0'),(10286,799,'show_admin_bar_front','true'),(10287,799,'locale',''),(10288,799,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10289,799,'wp_user_level','0'),(10290,799,'default_password_nag','1'),(10291,800,'nickname','matthewhazell2002'),(10292,800,'first_name',''),(10293,800,'last_name',''),(10294,800,'description',''),(10295,800,'rich_editing','true'),(10296,800,'comment_shortcuts','false'),(10297,800,'admin_color','fresh'),(10298,800,'use_ssl','0'),(10299,800,'show_admin_bar_front','true'),(10300,800,'locale',''),(10301,800,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10302,800,'wp_user_level','0'),(10303,800,'default_password_nag','1'),(10304,801,'nickname','junepher1960'),(10305,801,'first_name',''),(10306,801,'last_name',''),(10307,801,'description',''),(10308,801,'rich_editing','true'),(10309,801,'comment_shortcuts','false'),(10310,801,'admin_color','fresh'),(10311,801,'use_ssl','0'),(10312,801,'show_admin_bar_front','true'),(10313,801,'locale',''),(10314,801,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10315,801,'wp_user_level','0'),(10316,801,'default_password_nag','1'),(10317,802,'nickname','sold32s2002'),(10318,802,'first_name',''),(10319,802,'last_name',''),(10320,802,'description',''),(10321,802,'rich_editing','true'),(10322,802,'comment_shortcuts','false'),(10323,802,'admin_color','fresh'),(10324,802,'use_ssl','0'),(10325,802,'show_admin_bar_front','true'),(10326,802,'locale',''),(10327,802,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10328,802,'wp_user_level','0'),(10329,802,'default_password_nag','1'),(10330,803,'nickname','s2dfbdfdfb1975'),(10331,803,'first_name',''),(10332,803,'last_name',''),(10333,803,'description',''),(10334,803,'rich_editing','true'),(10335,803,'comment_shortcuts','false'),(10336,803,'admin_color','fresh'),(10337,803,'use_ssl','0'),(10338,803,'show_admin_bar_front','true'),(10339,803,'locale',''),(10340,803,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10341,803,'wp_user_level','0'),(10342,803,'default_password_nag','1'),(10343,804,'nickname','raver_rulez1950'),(10344,804,'first_name',''),(10345,804,'last_name',''),(10346,804,'description',''),(10347,804,'rich_editing','true'),(10348,804,'comment_shortcuts','false'),(10349,804,'admin_color','fresh'),(10350,804,'use_ssl','0'),(10351,804,'show_admin_bar_front','true'),(10352,804,'locale',''),(10353,804,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10354,804,'wp_user_level','0'),(10355,804,'default_password_nag','1'),(10356,805,'nickname','keanseager1958'),(10357,805,'first_name',''),(10358,805,'last_name',''),(10359,805,'description',''),(10360,805,'rich_editing','true'),(10361,805,'comment_shortcuts','false'),(10362,805,'admin_color','fresh'),(10363,805,'use_ssl','0'),(10364,805,'show_admin_bar_front','true'),(10365,805,'locale',''),(10366,805,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10367,805,'wp_user_level','0'),(10368,805,'default_password_nag','1'),(10369,806,'nickname','howly25251996'),(10370,806,'first_name',''),(10371,806,'last_name',''),(10372,806,'description',''),(10373,806,'rich_editing','true'),(10374,806,'comment_shortcuts','false'),(10375,806,'admin_color','fresh'),(10376,806,'use_ssl','0'),(10377,806,'show_admin_bar_front','true'),(10378,806,'locale',''),(10379,806,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10380,806,'wp_user_level','0'),(10381,806,'default_password_nag','1'),(10382,807,'nickname','vrindap1993'),(10383,807,'first_name',''),(10384,807,'last_name',''),(10385,807,'description',''),(10386,807,'rich_editing','true'),(10387,807,'comment_shortcuts','false'),(10388,807,'admin_color','fresh'),(10389,807,'use_ssl','0'),(10390,807,'show_admin_bar_front','true'),(10391,807,'locale',''),(10392,807,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10393,807,'wp_user_level','0'),(10394,807,'default_password_nag','1'),(10395,808,'nickname','mdcount1955'),(10396,808,'first_name',''),(10397,808,'last_name',''),(10398,808,'description',''),(10399,808,'rich_editing','true'),(10400,808,'comment_shortcuts','false'),(10401,808,'admin_color','fresh'),(10402,808,'use_ssl','0'),(10403,808,'show_admin_bar_front','true'),(10404,808,'locale',''),(10405,808,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10406,808,'wp_user_level','0'),(10407,808,'default_password_nag','1'),(10408,809,'nickname','bh1979'),(10409,809,'first_name',''),(10410,809,'last_name',''),(10411,809,'description',''),(10412,809,'rich_editing','true'),(10413,809,'comment_shortcuts','false'),(10414,809,'admin_color','fresh'),(10415,809,'use_ssl','0'),(10416,809,'show_admin_bar_front','true'),(10417,809,'locale',''),(10418,809,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10419,809,'wp_user_level','0'),(10420,809,'default_password_nag','1'),(10421,810,'nickname','avcps1956'),(10422,810,'first_name',''),(10423,810,'last_name',''),(10424,810,'description',''),(10425,810,'rich_editing','true'),(10426,810,'comment_shortcuts','false'),(10427,810,'admin_color','fresh'),(10428,810,'use_ssl','0'),(10429,810,'show_admin_bar_front','true'),(10430,810,'locale',''),(10431,810,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10432,810,'wp_user_level','0'),(10433,810,'default_password_nag','1'),(10434,811,'nickname','rainy.eve1965'),(10435,811,'first_name',''),(10436,811,'last_name',''),(10437,811,'description',''),(10438,811,'rich_editing','true'),(10439,811,'comment_shortcuts','false'),(10440,811,'admin_color','fresh'),(10441,811,'use_ssl','0'),(10442,811,'show_admin_bar_front','true'),(10443,811,'locale',''),(10444,811,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10445,811,'wp_user_level','0'),(10446,811,'default_password_nag','1'),(10447,812,'nickname','bgcalayag1974'),(10448,812,'first_name',''),(10449,812,'last_name',''),(10450,812,'description',''),(10451,812,'rich_editing','true'),(10452,812,'comment_shortcuts','false'),(10453,812,'admin_color','fresh'),(10454,812,'use_ssl','0'),(10455,812,'show_admin_bar_front','true'),(10456,812,'locale',''),(10457,812,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10458,812,'wp_user_level','0'),(10459,812,'default_password_nag','1'),(10460,813,'nickname','catmoajwill42010'),(10461,813,'first_name',''),(10462,813,'last_name',''),(10463,813,'description',''),(10464,813,'rich_editing','true'),(10465,813,'comment_shortcuts','false'),(10466,813,'admin_color','fresh'),(10467,813,'use_ssl','0'),(10468,813,'show_admin_bar_front','true'),(10469,813,'locale',''),(10470,813,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10471,813,'wp_user_level','0'),(10472,813,'default_password_nag','1'),(10473,814,'nickname','karl_patchett1970'),(10474,814,'first_name',''),(10475,814,'last_name',''),(10476,814,'description',''),(10477,814,'rich_editing','true'),(10478,814,'comment_shortcuts','false'),(10479,814,'admin_color','fresh'),(10480,814,'use_ssl','0'),(10481,814,'show_admin_bar_front','true'),(10482,814,'locale',''),(10483,814,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10484,814,'wp_user_level','0'),(10485,814,'default_password_nag','1'),(10486,815,'nickname','waller21971'),(10487,815,'first_name',''),(10488,815,'last_name',''),(10489,815,'description',''),(10490,815,'rich_editing','true'),(10491,815,'comment_shortcuts','false'),(10492,815,'admin_color','fresh'),(10493,815,'use_ssl','0'),(10494,815,'show_admin_bar_front','true'),(10495,815,'locale',''),(10496,815,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10497,815,'wp_user_level','0'),(10498,815,'default_password_nag','1'),(10499,816,'nickname','dsawicki1982'),(10500,816,'first_name',''),(10501,816,'last_name',''),(10502,816,'description',''),(10503,816,'rich_editing','true'),(10504,816,'comment_shortcuts','false'),(10505,816,'admin_color','fresh'),(10506,816,'use_ssl','0'),(10507,816,'show_admin_bar_front','true'),(10508,816,'locale',''),(10509,816,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10510,816,'wp_user_level','0'),(10511,816,'default_password_nag','1'),(10512,817,'nickname','33032183231994'),(10513,817,'first_name',''),(10514,817,'last_name',''),(10515,817,'description',''),(10516,817,'rich_editing','true'),(10517,817,'comment_shortcuts','false'),(10518,817,'admin_color','fresh'),(10519,817,'use_ssl','0'),(10520,817,'show_admin_bar_front','true'),(10521,817,'locale',''),(10522,817,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10523,817,'wp_user_level','0'),(10524,817,'default_password_nag','1'),(10525,818,'nickname','dconstantine1972'),(10526,818,'first_name',''),(10527,818,'last_name',''),(10528,818,'description',''),(10529,818,'rich_editing','true'),(10530,818,'comment_shortcuts','false'),(10531,818,'admin_color','fresh'),(10532,818,'use_ssl','0'),(10533,818,'show_admin_bar_front','true'),(10534,818,'locale',''),(10535,818,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10536,818,'wp_user_level','0'),(10537,818,'default_password_nag','1'),(10538,819,'nickname','44061090472007'),(10539,819,'first_name',''),(10540,819,'last_name',''),(10541,819,'description',''),(10542,819,'rich_editing','true'),(10543,819,'comment_shortcuts','false'),(10544,819,'admin_color','fresh'),(10545,819,'use_ssl','0'),(10546,819,'show_admin_bar_front','true'),(10547,819,'locale',''),(10548,819,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10549,819,'wp_user_level','0'),(10550,819,'default_password_nag','1'),(10551,820,'nickname','rbecker3301996'),(10552,820,'first_name',''),(10553,820,'last_name',''),(10554,820,'description',''),(10555,820,'rich_editing','true'),(10556,820,'comment_shortcuts','false'),(10557,820,'admin_color','fresh'),(10558,820,'use_ssl','0'),(10559,820,'show_admin_bar_front','true'),(10560,820,'locale',''),(10561,820,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10562,820,'wp_user_level','0'),(10563,820,'default_password_nag','1'),(10564,821,'nickname','ed1971'),(10565,821,'first_name',''),(10566,821,'last_name',''),(10567,821,'description',''),(10568,821,'rich_editing','true'),(10569,821,'comment_shortcuts','false'),(10570,821,'admin_color','fresh'),(10571,821,'use_ssl','0'),(10572,821,'show_admin_bar_front','true'),(10573,821,'locale',''),(10574,821,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10575,821,'wp_user_level','0'),(10576,821,'default_password_nag','1'),(10577,822,'nickname','kakern1988'),(10578,822,'first_name',''),(10579,822,'last_name',''),(10580,822,'description',''),(10581,822,'rich_editing','true'),(10582,822,'comment_shortcuts','false'),(10583,822,'admin_color','fresh'),(10584,822,'use_ssl','0'),(10585,822,'show_admin_bar_front','true'),(10586,822,'locale',''),(10587,822,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10588,822,'wp_user_level','0'),(10589,822,'default_password_nag','1'),(10590,823,'nickname','juanita_beaudry1958'),(10591,823,'first_name',''),(10592,823,'last_name',''),(10593,823,'description',''),(10594,823,'rich_editing','true'),(10595,823,'comment_shortcuts','false'),(10596,823,'admin_color','fresh'),(10597,823,'use_ssl','0'),(10598,823,'show_admin_bar_front','true'),(10599,823,'locale',''),(10600,823,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10601,823,'wp_user_level','0'),(10602,823,'default_password_nag','1'),(10603,824,'nickname','domingzl1950'),(10604,824,'first_name',''),(10605,824,'last_name',''),(10606,824,'description',''),(10607,824,'rich_editing','true'),(10608,824,'comment_shortcuts','false'),(10609,824,'admin_color','fresh'),(10610,824,'use_ssl','0'),(10611,824,'show_admin_bar_front','true'),(10612,824,'locale',''),(10613,824,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10614,824,'wp_user_level','0'),(10615,824,'default_password_nag','1'),(10616,825,'nickname','store26732010'),(10617,825,'first_name',''),(10618,825,'last_name',''),(10619,825,'description',''),(10620,825,'rich_editing','true'),(10621,825,'comment_shortcuts','false'),(10622,825,'admin_color','fresh'),(10623,825,'use_ssl','0'),(10624,825,'show_admin_bar_front','true'),(10625,825,'locale',''),(10626,825,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10627,825,'wp_user_level','0'),(10628,825,'default_password_nag','1'),(10629,826,'nickname','tkral1958'),(10630,826,'first_name',''),(10631,826,'last_name',''),(10632,826,'description',''),(10633,826,'rich_editing','true'),(10634,826,'comment_shortcuts','false'),(10635,826,'admin_color','fresh'),(10636,826,'use_ssl','0'),(10637,826,'show_admin_bar_front','true'),(10638,826,'locale',''),(10639,826,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10640,826,'wp_user_level','0'),(10641,826,'default_password_nag','1'),(10642,827,'nickname','sbrackett1969'),(10643,827,'first_name',''),(10644,827,'last_name',''),(10645,827,'description',''),(10646,827,'rich_editing','true'),(10647,827,'comment_shortcuts','false'),(10648,827,'admin_color','fresh'),(10649,827,'use_ssl','0'),(10650,827,'show_admin_bar_front','true'),(10651,827,'locale',''),(10652,827,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10653,827,'wp_user_level','0'),(10654,827,'default_password_nag','1'),(10655,828,'nickname','andyj31011997'),(10656,828,'first_name',''),(10657,828,'last_name',''),(10658,828,'description',''),(10659,828,'rich_editing','true'),(10660,828,'comment_shortcuts','false'),(10661,828,'admin_color','fresh'),(10662,828,'use_ssl','0'),(10663,828,'show_admin_bar_front','true'),(10664,828,'locale',''),(10665,828,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10666,828,'wp_user_level','0'),(10667,828,'default_password_nag','1'),(10668,829,'nickname','janiya629031950'),(10669,829,'first_name',''),(10670,829,'last_name',''),(10671,829,'description',''),(10672,829,'rich_editing','true'),(10673,829,'comment_shortcuts','false'),(10674,829,'admin_color','fresh'),(10675,829,'use_ssl','0'),(10676,829,'show_admin_bar_front','true'),(10677,829,'locale',''),(10678,829,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10679,829,'wp_user_level','0'),(10680,829,'default_password_nag','1'),(10681,830,'nickname','bogotana001981'),(10682,830,'first_name',''),(10683,830,'last_name',''),(10684,830,'description',''),(10685,830,'rich_editing','true'),(10686,830,'comment_shortcuts','false'),(10687,830,'admin_color','fresh'),(10688,830,'use_ssl','0'),(10689,830,'show_admin_bar_front','true'),(10690,830,'locale',''),(10691,830,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10692,830,'wp_user_level','0'),(10693,830,'default_password_nag','1'),(10694,831,'nickname','deannaolsen1966'),(10695,831,'first_name',''),(10696,831,'last_name',''),(10697,831,'description',''),(10698,831,'rich_editing','true'),(10699,831,'comment_shortcuts','false'),(10700,831,'admin_color','fresh'),(10701,831,'use_ssl','0'),(10702,831,'show_admin_bar_front','true'),(10703,831,'locale',''),(10704,831,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10705,831,'wp_user_level','0'),(10706,831,'default_password_nag','1'),(10707,832,'nickname','brooke86181992'),(10708,832,'first_name',''),(10709,832,'last_name',''),(10710,832,'description',''),(10711,832,'rich_editing','true'),(10712,832,'comment_shortcuts','false'),(10713,832,'admin_color','fresh'),(10714,832,'use_ssl','0'),(10715,832,'show_admin_bar_front','true'),(10716,832,'locale',''),(10717,832,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10718,832,'wp_user_level','0'),(10719,832,'default_password_nag','1'),(10720,833,'nickname','izcdiaz1973'),(10721,833,'first_name',''),(10722,833,'last_name',''),(10723,833,'description',''),(10724,833,'rich_editing','true'),(10725,833,'comment_shortcuts','false'),(10726,833,'admin_color','fresh'),(10727,833,'use_ssl','0'),(10728,833,'show_admin_bar_front','true'),(10729,833,'locale',''),(10730,833,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10731,833,'wp_user_level','0'),(10732,833,'default_password_nag','1'),(10733,834,'nickname','gabbee781991'),(10734,834,'first_name',''),(10735,834,'last_name',''),(10736,834,'description',''),(10737,834,'rich_editing','true'),(10738,834,'comment_shortcuts','false'),(10739,834,'admin_color','fresh'),(10740,834,'use_ssl','0'),(10741,834,'show_admin_bar_front','true'),(10742,834,'locale',''),(10743,834,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10744,834,'wp_user_level','0'),(10745,834,'default_password_nag','1'),(10746,835,'nickname','laylanayfeh1965'),(10747,835,'first_name',''),(10748,835,'last_name',''),(10749,835,'description',''),(10750,835,'rich_editing','true'),(10751,835,'comment_shortcuts','false'),(10752,835,'admin_color','fresh'),(10753,835,'use_ssl','0'),(10754,835,'show_admin_bar_front','true'),(10755,835,'locale',''),(10756,835,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10757,835,'wp_user_level','0'),(10758,835,'default_password_nag','1'),(10759,836,'nickname','lros3057271998'),(10760,836,'first_name',''),(10761,836,'last_name',''),(10762,836,'description',''),(10763,836,'rich_editing','true'),(10764,836,'comment_shortcuts','false'),(10765,836,'admin_color','fresh'),(10766,836,'use_ssl','0'),(10767,836,'show_admin_bar_front','true'),(10768,836,'locale',''),(10769,836,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10770,836,'wp_user_level','0'),(10771,836,'default_password_nag','1'),(10772,837,'nickname','pumpngas1987'),(10773,837,'first_name',''),(10774,837,'last_name',''),(10775,837,'description',''),(10776,837,'rich_editing','true'),(10777,837,'comment_shortcuts','false'),(10778,837,'admin_color','fresh'),(10779,837,'use_ssl','0'),(10780,837,'show_admin_bar_front','true'),(10781,837,'locale',''),(10782,837,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10783,837,'wp_user_level','0'),(10784,837,'default_password_nag','1'),(10785,838,'nickname','joecc1231963'),(10786,838,'first_name',''),(10787,838,'last_name',''),(10788,838,'description',''),(10789,838,'rich_editing','true'),(10790,838,'comment_shortcuts','false'),(10791,838,'admin_color','fresh'),(10792,838,'use_ssl','0'),(10793,838,'show_admin_bar_front','true'),(10794,838,'locale',''),(10795,838,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10796,838,'wp_user_level','0'),(10797,838,'default_password_nag','1'),(10798,839,'nickname','jdcastleberry1957'),(10799,839,'first_name',''),(10800,839,'last_name',''),(10801,839,'description',''),(10802,839,'rich_editing','true'),(10803,839,'comment_shortcuts','false'),(10804,839,'admin_color','fresh'),(10805,839,'use_ssl','0'),(10806,839,'show_admin_bar_front','true'),(10807,839,'locale',''),(10808,839,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10809,839,'wp_user_level','0'),(10810,840,'nickname','fishing1462006'),(10811,840,'first_name',''),(10812,840,'last_name',''),(10813,840,'description',''),(10814,840,'rich_editing','true'),(10815,840,'comment_shortcuts','false'),(10816,840,'admin_color','fresh'),(10817,840,'use_ssl','0'),(10818,840,'show_admin_bar_front','true'),(10819,840,'locale',''),(10820,840,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10821,840,'wp_user_level','0'),(10822,839,'default_password_nag','1'),(10823,840,'default_password_nag','1'),(10824,841,'nickname','s.howell1995'),(10825,841,'first_name',''),(10826,841,'last_name',''),(10827,841,'description',''),(10828,841,'rich_editing','true'),(10829,841,'comment_shortcuts','false'),(10830,841,'admin_color','fresh'),(10831,841,'use_ssl','0'),(10832,841,'show_admin_bar_front','true'),(10833,841,'locale',''),(10834,841,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10835,841,'wp_user_level','0'),(10836,841,'default_password_nag','1'),(10837,842,'nickname','jentroyer1967'),(10838,842,'first_name',''),(10839,842,'last_name',''),(10840,842,'description',''),(10841,842,'rich_editing','true'),(10842,842,'comment_shortcuts','false'),(10843,842,'admin_color','fresh'),(10844,842,'use_ssl','0'),(10845,842,'show_admin_bar_front','true'),(10846,842,'locale',''),(10847,842,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10848,842,'wp_user_level','0'),(10849,842,'default_password_nag','1'),(10850,843,'nickname','joneramie1966'),(10851,843,'first_name',''),(10852,843,'last_name',''),(10853,843,'description',''),(10854,843,'rich_editing','true'),(10855,843,'comment_shortcuts','false'),(10856,843,'admin_color','fresh'),(10857,843,'use_ssl','0'),(10858,843,'show_admin_bar_front','true'),(10859,843,'locale',''),(10860,843,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10861,843,'wp_user_level','0'),(10862,843,'default_password_nag','1'),(10863,844,'nickname','katherine.biggar2005'),(10864,844,'first_name',''),(10865,844,'last_name',''),(10866,844,'description',''),(10867,844,'rich_editing','true'),(10868,844,'comment_shortcuts','false'),(10869,844,'admin_color','fresh'),(10870,844,'use_ssl','0'),(10871,844,'show_admin_bar_front','true'),(10872,844,'locale',''),(10873,844,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10874,844,'wp_user_level','0'),(10875,844,'default_password_nag','1'),(10876,845,'nickname','baerbel.rath1951'),(10877,845,'first_name',''),(10878,845,'last_name',''),(10879,845,'description',''),(10880,845,'rich_editing','true'),(10881,845,'comment_shortcuts','false'),(10882,845,'admin_color','fresh'),(10883,845,'use_ssl','0'),(10884,845,'show_admin_bar_front','true'),(10885,845,'locale',''),(10886,845,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10887,845,'wp_user_level','0'),(10888,845,'default_password_nag','1'),(10889,846,'nickname','ljmeek1954'),(10890,846,'first_name',''),(10891,846,'last_name',''),(10892,846,'description',''),(10893,846,'rich_editing','true'),(10894,846,'comment_shortcuts','false'),(10895,846,'admin_color','fresh'),(10896,846,'use_ssl','0'),(10897,846,'show_admin_bar_front','true'),(10898,846,'locale',''),(10899,846,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10900,846,'wp_user_level','0'),(10901,846,'default_password_nag','1'),(10902,847,'nickname','bryangks1982'),(10903,847,'first_name',''),(10904,847,'last_name',''),(10905,847,'description',''),(10906,847,'rich_editing','true'),(10907,847,'comment_shortcuts','false'),(10908,847,'admin_color','fresh'),(10909,847,'use_ssl','0'),(10910,847,'show_admin_bar_front','true'),(10911,847,'locale',''),(10912,847,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10913,847,'wp_user_level','0'),(10914,847,'default_password_nag','1'),(10915,848,'nickname','anthony1975'),(10916,848,'first_name',''),(10917,848,'last_name',''),(10918,848,'description',''),(10919,848,'rich_editing','true'),(10920,848,'comment_shortcuts','false'),(10921,848,'admin_color','fresh'),(10922,848,'use_ssl','0'),(10923,848,'show_admin_bar_front','true'),(10924,848,'locale',''),(10925,848,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10926,848,'wp_user_level','0'),(10927,848,'default_password_nag','1'),(10928,849,'nickname','cyialouris2006'),(10929,849,'first_name',''),(10930,849,'last_name',''),(10931,849,'description',''),(10932,849,'rich_editing','true'),(10933,849,'comment_shortcuts','false'),(10934,849,'admin_color','fresh'),(10935,849,'use_ssl','0'),(10936,849,'show_admin_bar_front','true'),(10937,849,'locale',''),(10938,849,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10939,849,'wp_user_level','0'),(10940,849,'default_password_nag','1'),(10941,850,'nickname','marzy_1993'),(10942,850,'first_name',''),(10943,850,'last_name',''),(10944,850,'description',''),(10945,850,'rich_editing','true'),(10946,850,'comment_shortcuts','false'),(10947,850,'admin_color','fresh'),(10948,850,'use_ssl','0'),(10949,850,'show_admin_bar_front','true'),(10950,850,'locale',''),(10951,850,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10952,850,'wp_user_level','0'),(10953,850,'default_password_nag','1'),(10954,851,'nickname','kathleen1982'),(10955,851,'first_name',''),(10956,851,'last_name',''),(10957,851,'description',''),(10958,851,'rich_editing','true'),(10959,851,'comment_shortcuts','false'),(10960,851,'admin_color','fresh'),(10961,851,'use_ssl','0'),(10962,851,'show_admin_bar_front','true'),(10963,851,'locale',''),(10964,851,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10965,851,'wp_user_level','0'),(10966,851,'default_password_nag','1'),(10967,852,'nickname','wildearp1969'),(10968,852,'first_name',''),(10969,852,'last_name',''),(10970,852,'description',''),(10971,852,'rich_editing','true'),(10972,852,'comment_shortcuts','false'),(10973,852,'admin_color','fresh'),(10974,852,'use_ssl','0'),(10975,852,'show_admin_bar_front','true'),(10976,852,'locale',''),(10977,852,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10978,852,'wp_user_level','0'),(10979,852,'default_password_nag','1'),(10980,853,'nickname','cnorosz1977'),(10981,853,'first_name',''),(10982,853,'last_name',''),(10983,853,'description',''),(10984,853,'rich_editing','true'),(10985,853,'comment_shortcuts','false'),(10986,853,'admin_color','fresh'),(10987,853,'use_ssl','0'),(10988,853,'show_admin_bar_front','true'),(10989,853,'locale',''),(10990,853,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(10991,853,'wp_user_level','0'),(10992,853,'default_password_nag','1'),(10993,854,'nickname','mccarthy_edward1963'),(10994,854,'first_name',''),(10995,854,'last_name',''),(10996,854,'description',''),(10997,854,'rich_editing','true'),(10998,854,'comment_shortcuts','false'),(10999,854,'admin_color','fresh'),(11000,854,'use_ssl','0'),(11001,854,'show_admin_bar_front','true'),(11002,854,'locale',''),(11003,854,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11004,854,'wp_user_level','0'),(11005,854,'default_password_nag','1'),(11006,855,'nickname','juliebogard1960'),(11007,855,'first_name',''),(11008,855,'last_name',''),(11009,855,'description',''),(11010,855,'rich_editing','true'),(11011,855,'comment_shortcuts','false'),(11012,855,'admin_color','fresh'),(11013,855,'use_ssl','0'),(11014,855,'show_admin_bar_front','true'),(11015,855,'locale',''),(11016,855,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11017,855,'wp_user_level','0'),(11018,855,'default_password_nag','1'),(11019,856,'nickname','mando72722008'),(11020,856,'first_name',''),(11021,856,'last_name',''),(11022,856,'description',''),(11023,856,'rich_editing','true'),(11024,856,'comment_shortcuts','false'),(11025,856,'admin_color','fresh'),(11026,856,'use_ssl','0'),(11027,856,'show_admin_bar_front','true'),(11028,856,'locale',''),(11029,856,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11030,856,'wp_user_level','0'),(11031,856,'default_password_nag','1'),(11032,857,'nickname','andrewcmartin1970'),(11033,857,'first_name',''),(11034,857,'last_name',''),(11035,857,'description',''),(11036,857,'rich_editing','true'),(11037,857,'comment_shortcuts','false'),(11038,857,'admin_color','fresh'),(11039,857,'use_ssl','0'),(11040,857,'show_admin_bar_front','true'),(11041,857,'locale',''),(11042,857,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11043,857,'wp_user_level','0'),(11044,857,'default_password_nag','1'),(11045,858,'nickname','duleisi1957'),(11046,858,'first_name',''),(11047,858,'last_name',''),(11048,858,'description',''),(11049,858,'rich_editing','true'),(11050,858,'comment_shortcuts','false'),(11051,858,'admin_color','fresh'),(11052,858,'use_ssl','0'),(11053,858,'show_admin_bar_front','true'),(11054,858,'locale',''),(11055,858,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11056,858,'wp_user_level','0'),(11057,858,'default_password_nag','1'),(11058,859,'nickname','lderouaux1994'),(11059,859,'first_name',''),(11060,859,'last_name',''),(11061,859,'description',''),(11062,859,'rich_editing','true'),(11063,859,'comment_shortcuts','false'),(11064,859,'admin_color','fresh'),(11065,859,'use_ssl','0'),(11066,859,'show_admin_bar_front','true'),(11067,859,'locale',''),(11068,859,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11069,859,'wp_user_level','0'),(11070,859,'default_password_nag','1'),(11071,860,'nickname','pamibahl1995'),(11072,860,'first_name',''),(11073,860,'last_name',''),(11074,860,'description',''),(11075,860,'rich_editing','true'),(11076,860,'comment_shortcuts','false'),(11077,860,'admin_color','fresh'),(11078,860,'use_ssl','0'),(11079,860,'show_admin_bar_front','true'),(11080,860,'locale',''),(11081,860,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11082,860,'wp_user_level','0'),(11083,860,'default_password_nag','1'),(11084,861,'nickname','jray15321991'),(11085,861,'first_name',''),(11086,861,'last_name',''),(11087,861,'description',''),(11088,861,'rich_editing','true'),(11089,861,'comment_shortcuts','false'),(11090,861,'admin_color','fresh'),(11091,861,'use_ssl','0'),(11092,861,'show_admin_bar_front','true'),(11093,861,'locale',''),(11094,861,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11095,861,'wp_user_level','0'),(11096,861,'default_password_nag','1'),(11097,862,'nickname','britt.glatz1970'),(11098,862,'first_name',''),(11099,862,'last_name',''),(11100,862,'description',''),(11101,862,'rich_editing','true'),(11102,862,'comment_shortcuts','false'),(11103,862,'admin_color','fresh'),(11104,862,'use_ssl','0'),(11105,862,'show_admin_bar_front','true'),(11106,862,'locale',''),(11107,862,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11108,862,'wp_user_level','0'),(11109,862,'default_password_nag','1'),(11110,863,'nickname','aevers55741994'),(11111,863,'first_name',''),(11112,863,'last_name',''),(11113,863,'description',''),(11114,863,'rich_editing','true'),(11115,863,'comment_shortcuts','false'),(11116,863,'admin_color','fresh'),(11117,863,'use_ssl','0'),(11118,863,'show_admin_bar_front','true'),(11119,863,'locale',''),(11120,863,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11121,863,'wp_user_level','0'),(11122,863,'default_password_nag','1'),(11123,864,'nickname','pdx1212121957'),(11124,864,'first_name',''),(11125,864,'last_name',''),(11126,864,'description',''),(11127,864,'rich_editing','true'),(11128,864,'comment_shortcuts','false'),(11129,864,'admin_color','fresh'),(11130,864,'use_ssl','0'),(11131,864,'show_admin_bar_front','true'),(11132,864,'locale',''),(11133,864,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11134,864,'wp_user_level','0'),(11135,864,'default_password_nag','1'),(11136,865,'nickname','genaburtch1993'),(11137,865,'first_name',''),(11138,865,'last_name',''),(11139,865,'description',''),(11140,865,'rich_editing','true'),(11141,865,'comment_shortcuts','false'),(11142,865,'admin_color','fresh'),(11143,865,'use_ssl','0'),(11144,865,'show_admin_bar_front','true'),(11145,865,'locale',''),(11146,865,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11147,865,'wp_user_level','0'),(11148,865,'default_password_nag','1'),(11149,866,'nickname','pmb6181969'),(11150,866,'first_name',''),(11151,866,'last_name',''),(11152,866,'description',''),(11153,866,'rich_editing','true'),(11154,866,'comment_shortcuts','false'),(11155,866,'admin_color','fresh'),(11156,866,'use_ssl','0'),(11157,866,'show_admin_bar_front','true'),(11158,866,'locale',''),(11159,866,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11160,866,'wp_user_level','0'),(11161,866,'default_password_nag','1'),(11162,867,'nickname','jennifer_dacey1988'),(11163,867,'first_name',''),(11164,867,'last_name',''),(11165,867,'description',''),(11166,867,'rich_editing','true'),(11167,867,'comment_shortcuts','false'),(11168,867,'admin_color','fresh'),(11169,867,'use_ssl','0'),(11170,867,'show_admin_bar_front','true'),(11171,867,'locale',''),(11172,867,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11173,867,'wp_user_level','0'),(11174,867,'default_password_nag','1'),(11175,868,'nickname','zahnowr2004'),(11176,868,'first_name',''),(11177,868,'last_name',''),(11178,868,'description',''),(11179,868,'rich_editing','true'),(11180,868,'comment_shortcuts','false'),(11181,868,'admin_color','fresh'),(11182,868,'use_ssl','0'),(11183,868,'show_admin_bar_front','true'),(11184,868,'locale',''),(11185,868,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11186,868,'wp_user_level','0'),(11187,868,'default_password_nag','1'),(11188,869,'nickname','kechols_jr1982'),(11189,869,'first_name',''),(11190,869,'last_name',''),(11191,869,'description',''),(11192,869,'rich_editing','true'),(11193,869,'comment_shortcuts','false'),(11194,869,'admin_color','fresh'),(11195,869,'use_ssl','0'),(11196,869,'show_admin_bar_front','true'),(11197,869,'locale',''),(11198,869,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11199,869,'wp_user_level','0'),(11200,869,'default_password_nag','1'),(11201,870,'nickname','mebelizard171982'),(11202,870,'first_name',''),(11203,870,'last_name',''),(11204,870,'description',''),(11205,870,'rich_editing','true'),(11206,870,'comment_shortcuts','false'),(11207,870,'admin_color','fresh'),(11208,870,'use_ssl','0'),(11209,870,'show_admin_bar_front','true'),(11210,870,'locale',''),(11211,870,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11212,870,'wp_user_level','0'),(11213,870,'default_password_nag','1'),(11214,871,'nickname','bobgalik1980'),(11215,871,'first_name',''),(11216,871,'last_name',''),(11217,871,'description',''),(11218,871,'rich_editing','true'),(11219,871,'comment_shortcuts','false'),(11220,871,'admin_color','fresh'),(11221,871,'use_ssl','0'),(11222,871,'show_admin_bar_front','true'),(11223,871,'locale',''),(11224,871,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11225,871,'wp_user_level','0'),(11226,871,'default_password_nag','1'),(11227,872,'nickname','bonniebrowneyes2009'),(11228,872,'first_name',''),(11229,872,'last_name',''),(11230,872,'description',''),(11231,872,'rich_editing','true'),(11232,872,'comment_shortcuts','false'),(11233,872,'admin_color','fresh'),(11234,872,'use_ssl','0'),(11235,872,'show_admin_bar_front','true'),(11236,872,'locale',''),(11237,872,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11238,872,'wp_user_level','0'),(11239,872,'default_password_nag','1'),(11240,873,'nickname','freesemp1984'),(11241,873,'first_name',''),(11242,873,'last_name',''),(11243,873,'description',''),(11244,873,'rich_editing','true'),(11245,873,'comment_shortcuts','false'),(11246,873,'admin_color','fresh'),(11247,873,'use_ssl','0'),(11248,873,'show_admin_bar_front','true'),(11249,873,'locale',''),(11250,873,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11251,873,'wp_user_level','0'),(11252,873,'default_password_nag','1'),(11253,874,'nickname','daniel_peters881968'),(11254,874,'first_name',''),(11255,874,'last_name',''),(11256,874,'description',''),(11257,874,'rich_editing','true'),(11258,874,'comment_shortcuts','false'),(11259,874,'admin_color','fresh'),(11260,874,'use_ssl','0'),(11261,874,'show_admin_bar_front','true'),(11262,874,'locale',''),(11263,874,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11264,874,'wp_user_level','0'),(11265,874,'default_password_nag','1'),(11266,875,'nickname','andylok011986'),(11267,875,'first_name',''),(11268,875,'last_name',''),(11269,875,'description',''),(11270,875,'rich_editing','true'),(11271,875,'comment_shortcuts','false'),(11272,875,'admin_color','fresh'),(11273,875,'use_ssl','0'),(11274,875,'show_admin_bar_front','true'),(11275,875,'locale',''),(11276,875,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11277,875,'wp_user_level','0'),(11278,875,'default_password_nag','1'),(11279,876,'nickname','ognsky1955'),(11280,876,'first_name',''),(11281,876,'last_name',''),(11282,876,'description',''),(11283,876,'rich_editing','true'),(11284,876,'comment_shortcuts','false'),(11285,876,'admin_color','fresh'),(11286,876,'use_ssl','0'),(11287,876,'show_admin_bar_front','true'),(11288,876,'locale',''),(11289,876,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11290,876,'wp_user_level','0'),(11291,876,'default_password_nag','1'),(11292,877,'nickname','cschrum771966'),(11293,877,'first_name',''),(11294,877,'last_name',''),(11295,877,'description',''),(11296,877,'rich_editing','true'),(11297,877,'comment_shortcuts','false'),(11298,877,'admin_color','fresh'),(11299,877,'use_ssl','0'),(11300,877,'show_admin_bar_front','true'),(11301,877,'locale',''),(11302,877,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11303,877,'wp_user_level','0'),(11304,877,'default_password_nag','1'),(11305,878,'nickname','adrienne1967'),(11306,878,'first_name',''),(11307,878,'last_name',''),(11308,878,'description',''),(11309,878,'rich_editing','true'),(11310,878,'comment_shortcuts','false'),(11311,878,'admin_color','fresh'),(11312,878,'use_ssl','0'),(11313,878,'show_admin_bar_front','true'),(11314,878,'locale',''),(11315,878,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11316,878,'wp_user_level','0'),(11317,878,'default_password_nag','1'),(11318,879,'nickname','jimsaulsgiver1981'),(11319,879,'first_name',''),(11320,879,'last_name',''),(11321,879,'description',''),(11322,879,'rich_editing','true'),(11323,879,'comment_shortcuts','false'),(11324,879,'admin_color','fresh'),(11325,879,'use_ssl','0'),(11326,879,'show_admin_bar_front','true'),(11327,879,'locale',''),(11328,879,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11329,879,'wp_user_level','0'),(11330,879,'default_password_nag','1'),(11331,880,'nickname','syoung1702009'),(11332,880,'first_name',''),(11333,880,'last_name',''),(11334,880,'description',''),(11335,880,'rich_editing','true'),(11336,880,'comment_shortcuts','false'),(11337,880,'admin_color','fresh'),(11338,880,'use_ssl','0'),(11339,880,'show_admin_bar_front','true'),(11340,880,'locale',''),(11341,880,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11342,880,'wp_user_level','0'),(11343,880,'default_password_nag','1'),(11344,881,'nickname','itsgeorgebryant1954'),(11345,881,'first_name',''),(11346,881,'last_name',''),(11347,881,'description',''),(11348,881,'rich_editing','true'),(11349,881,'comment_shortcuts','false'),(11350,881,'admin_color','fresh'),(11351,881,'use_ssl','0'),(11352,881,'show_admin_bar_front','true'),(11353,881,'locale',''),(11354,881,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11355,881,'wp_user_level','0'),(11356,881,'default_password_nag','1'),(11357,882,'nickname','hating0loving1997'),(11358,882,'first_name',''),(11359,882,'last_name',''),(11360,882,'description',''),(11361,882,'rich_editing','true'),(11362,882,'comment_shortcuts','false'),(11363,882,'admin_color','fresh'),(11364,882,'use_ssl','0'),(11365,882,'show_admin_bar_front','true'),(11366,882,'locale',''),(11367,882,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11368,882,'wp_user_level','0'),(11369,882,'default_password_nag','1'),(11370,883,'nickname','junkertm2006'),(11371,883,'first_name',''),(11372,883,'last_name',''),(11373,883,'description',''),(11374,883,'rich_editing','true'),(11375,883,'comment_shortcuts','false'),(11376,883,'admin_color','fresh'),(11377,883,'use_ssl','0'),(11378,883,'show_admin_bar_front','true'),(11379,883,'locale',''),(11380,883,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11381,883,'wp_user_level','0'),(11382,883,'default_password_nag','1'),(11383,884,'nickname','jk_morse1970'),(11384,884,'first_name',''),(11385,884,'last_name',''),(11386,884,'description',''),(11387,884,'rich_editing','true'),(11388,884,'comment_shortcuts','false'),(11389,884,'admin_color','fresh'),(11390,884,'use_ssl','0'),(11391,884,'show_admin_bar_front','true'),(11392,884,'locale',''),(11393,884,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11394,884,'wp_user_level','0'),(11395,884,'default_password_nag','1'),(11396,885,'nickname','info1953'),(11397,885,'first_name',''),(11398,885,'last_name',''),(11399,885,'description',''),(11400,885,'rich_editing','true'),(11401,885,'comment_shortcuts','false'),(11402,885,'admin_color','fresh'),(11403,885,'use_ssl','0'),(11404,885,'show_admin_bar_front','true'),(11405,885,'locale',''),(11406,885,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11407,885,'wp_user_level','0'),(11408,885,'default_password_nag','1'),(11409,886,'nickname','j.draut1985'),(11410,886,'first_name',''),(11411,886,'last_name',''),(11412,886,'description',''),(11413,886,'rich_editing','true'),(11414,886,'comment_shortcuts','false'),(11415,886,'admin_color','fresh'),(11416,886,'use_ssl','0'),(11417,886,'show_admin_bar_front','true'),(11418,886,'locale',''),(11419,886,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11420,886,'wp_user_level','0'),(11421,886,'default_password_nag','1'),(11422,887,'nickname','celticdannybhoy1976'),(11423,887,'first_name',''),(11424,887,'last_name',''),(11425,887,'description',''),(11426,887,'rich_editing','true'),(11427,887,'comment_shortcuts','false'),(11428,887,'admin_color','fresh'),(11429,887,'use_ssl','0'),(11430,887,'show_admin_bar_front','true'),(11431,887,'locale',''),(11432,887,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11433,887,'wp_user_level','0'),(11434,887,'default_password_nag','1'),(11435,888,'nickname','kathrynwalsh011953'),(11436,888,'first_name',''),(11437,888,'last_name',''),(11438,888,'description',''),(11439,888,'rich_editing','true'),(11440,888,'comment_shortcuts','false'),(11441,888,'admin_color','fresh'),(11442,888,'use_ssl','0'),(11443,888,'show_admin_bar_front','true'),(11444,888,'locale',''),(11445,888,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11446,888,'wp_user_level','0'),(11447,888,'default_password_nag','1'),(11448,889,'nickname','zarahswood1964'),(11449,889,'first_name',''),(11450,889,'last_name',''),(11451,889,'description',''),(11452,889,'rich_editing','true'),(11453,889,'comment_shortcuts','false'),(11454,889,'admin_color','fresh'),(11455,889,'use_ssl','0'),(11456,889,'show_admin_bar_front','true'),(11457,889,'locale',''),(11458,889,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11459,889,'wp_user_level','0'),(11460,889,'default_password_nag','1'),(11461,890,'nickname','cassomahoney81956'),(11462,890,'first_name',''),(11463,890,'last_name',''),(11464,890,'description',''),(11465,890,'rich_editing','true'),(11466,890,'comment_shortcuts','false'),(11467,890,'admin_color','fresh'),(11468,890,'use_ssl','0'),(11469,890,'show_admin_bar_front','true'),(11470,890,'locale',''),(11471,890,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11472,890,'wp_user_level','0'),(11473,890,'default_password_nag','1'),(11474,891,'nickname','sailingships1981'),(11475,891,'first_name',''),(11476,891,'last_name',''),(11477,891,'description',''),(11478,891,'rich_editing','true'),(11479,891,'comment_shortcuts','false'),(11480,891,'admin_color','fresh'),(11481,891,'use_ssl','0'),(11482,891,'show_admin_bar_front','true'),(11483,891,'locale',''),(11484,891,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11485,891,'wp_user_level','0'),(11486,891,'default_password_nag','1'),(11487,892,'nickname','hvw_nj1971'),(11488,892,'first_name',''),(11489,892,'last_name',''),(11490,892,'description',''),(11491,892,'rich_editing','true'),(11492,892,'comment_shortcuts','false'),(11493,892,'admin_color','fresh'),(11494,892,'use_ssl','0'),(11495,892,'show_admin_bar_front','true'),(11496,892,'locale',''),(11497,892,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11498,892,'wp_user_level','0'),(11499,892,'default_password_nag','1'),(11500,893,'nickname','wilburn770902000'),(11501,893,'first_name',''),(11502,893,'last_name',''),(11503,893,'description',''),(11504,893,'rich_editing','true'),(11505,893,'comment_shortcuts','false'),(11506,893,'admin_color','fresh'),(11507,893,'use_ssl','0'),(11508,893,'show_admin_bar_front','true'),(11509,893,'locale',''),(11510,893,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11511,893,'wp_user_level','0'),(11512,893,'default_password_nag','1'),(11513,894,'nickname','marinak1955'),(11514,894,'first_name',''),(11515,894,'last_name',''),(11516,894,'description',''),(11517,894,'rich_editing','true'),(11518,894,'comment_shortcuts','false'),(11519,894,'admin_color','fresh'),(11520,894,'use_ssl','0'),(11521,894,'show_admin_bar_front','true'),(11522,894,'locale',''),(11523,894,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11524,894,'wp_user_level','0'),(11525,894,'default_password_nag','1'),(11526,895,'nickname','kenna51061966'),(11527,895,'first_name',''),(11528,895,'last_name',''),(11529,895,'description',''),(11530,895,'rich_editing','true'),(11531,895,'comment_shortcuts','false'),(11532,895,'admin_color','fresh'),(11533,895,'use_ssl','0'),(11534,895,'show_admin_bar_front','true'),(11535,895,'locale',''),(11536,895,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11537,895,'wp_user_level','0'),(11538,895,'default_password_nag','1'),(11539,896,'nickname','shunarbangla061964'),(11540,896,'first_name',''),(11541,896,'last_name',''),(11542,896,'description',''),(11543,896,'rich_editing','true'),(11544,896,'comment_shortcuts','false'),(11545,896,'admin_color','fresh'),(11546,896,'use_ssl','0'),(11547,896,'show_admin_bar_front','true'),(11548,896,'locale',''),(11549,896,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11550,896,'wp_user_level','0'),(11551,896,'default_password_nag','1'),(11552,897,'nickname','beverlybertini1955'),(11553,897,'first_name',''),(11554,897,'last_name',''),(11555,897,'description',''),(11556,897,'rich_editing','true'),(11557,897,'comment_shortcuts','false'),(11558,897,'admin_color','fresh'),(11559,897,'use_ssl','0'),(11560,897,'show_admin_bar_front','true'),(11561,897,'locale',''),(11562,897,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11563,897,'wp_user_level','0'),(11564,897,'default_password_nag','1'),(11565,898,'nickname','ibarra8331964'),(11566,898,'first_name',''),(11567,898,'last_name',''),(11568,898,'description',''),(11569,898,'rich_editing','true'),(11570,898,'comment_shortcuts','false'),(11571,898,'admin_color','fresh'),(11572,898,'use_ssl','0'),(11573,898,'show_admin_bar_front','true'),(11574,898,'locale',''),(11575,898,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11576,898,'wp_user_level','0'),(11577,898,'default_password_nag','1'),(11578,899,'nickname','jrhodes19901957'),(11579,899,'first_name',''),(11580,899,'last_name',''),(11581,899,'description',''),(11582,899,'rich_editing','true'),(11583,899,'comment_shortcuts','false'),(11584,899,'admin_color','fresh'),(11585,899,'use_ssl','0'),(11586,899,'show_admin_bar_front','true'),(11587,899,'locale',''),(11588,899,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11589,899,'wp_user_level','0'),(11590,899,'default_password_nag','1'),(11591,900,'nickname','45man1977'),(11592,900,'first_name',''),(11593,900,'last_name',''),(11594,900,'description',''),(11595,900,'rich_editing','true'),(11596,900,'comment_shortcuts','false'),(11597,900,'admin_color','fresh'),(11598,900,'use_ssl','0'),(11599,900,'show_admin_bar_front','true'),(11600,900,'locale',''),(11601,900,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11602,900,'wp_user_level','0'),(11603,900,'default_password_nag','1'),(11604,901,'nickname','a_picken1977'),(11605,901,'first_name',''),(11606,901,'last_name',''),(11607,901,'description',''),(11608,901,'rich_editing','true'),(11609,901,'comment_shortcuts','false'),(11610,901,'admin_color','fresh'),(11611,901,'use_ssl','0'),(11612,901,'show_admin_bar_front','true'),(11613,901,'locale',''),(11614,901,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11615,901,'wp_user_level','0'),(11616,901,'default_password_nag','1'),(11617,902,'nickname','bestjudge1960'),(11618,902,'first_name',''),(11619,902,'last_name',''),(11620,902,'description',''),(11621,902,'rich_editing','true'),(11622,902,'comment_shortcuts','false'),(11623,902,'admin_color','fresh'),(11624,902,'use_ssl','0'),(11625,902,'show_admin_bar_front','true'),(11626,902,'locale',''),(11627,902,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11628,902,'wp_user_level','0'),(11629,902,'default_password_nag','1'),(11630,903,'nickname','valkimacri1992'),(11631,903,'first_name',''),(11632,903,'last_name',''),(11633,903,'description',''),(11634,903,'rich_editing','true'),(11635,903,'comment_shortcuts','false'),(11636,903,'admin_color','fresh'),(11637,903,'use_ssl','0'),(11638,903,'show_admin_bar_front','true'),(11639,903,'locale',''),(11640,903,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11641,903,'wp_user_level','0'),(11642,903,'default_password_nag','1'),(11643,904,'nickname','tails81761954'),(11644,904,'first_name',''),(11645,904,'last_name',''),(11646,904,'description',''),(11647,904,'rich_editing','true'),(11648,904,'comment_shortcuts','false'),(11649,904,'admin_color','fresh'),(11650,904,'use_ssl','0'),(11651,904,'show_admin_bar_front','true'),(11652,904,'locale',''),(11653,904,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11654,904,'wp_user_level','0'),(11655,904,'default_password_nag','1'),(11656,905,'nickname','bnewbu811964'),(11657,905,'first_name',''),(11658,905,'last_name',''),(11659,905,'description',''),(11660,905,'rich_editing','true'),(11661,905,'comment_shortcuts','false'),(11662,905,'admin_color','fresh'),(11663,905,'use_ssl','0'),(11664,905,'show_admin_bar_front','true'),(11665,905,'locale',''),(11666,905,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11667,905,'wp_user_level','0'),(11668,905,'default_password_nag','1'),(11669,906,'nickname','dmdomin1999'),(11670,906,'first_name',''),(11671,906,'last_name',''),(11672,906,'description',''),(11673,906,'rich_editing','true'),(11674,906,'comment_shortcuts','false'),(11675,906,'admin_color','fresh'),(11676,906,'use_ssl','0'),(11677,906,'show_admin_bar_front','true'),(11678,906,'locale',''),(11679,906,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11680,906,'wp_user_level','0'),(11681,906,'default_password_nag','1'),(11682,907,'nickname','emclark6241977'),(11683,907,'first_name',''),(11684,907,'last_name',''),(11685,907,'description',''),(11686,907,'rich_editing','true'),(11687,907,'comment_shortcuts','false'),(11688,907,'admin_color','fresh'),(11689,907,'use_ssl','0'),(11690,907,'show_admin_bar_front','true'),(11691,907,'locale',''),(11692,907,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11693,907,'wp_user_level','0'),(11694,907,'default_password_nag','1'),(11695,908,'nickname','laura019801999'),(11696,908,'first_name',''),(11697,908,'last_name',''),(11698,908,'description',''),(11699,908,'rich_editing','true'),(11700,908,'comment_shortcuts','false'),(11701,908,'admin_color','fresh'),(11702,908,'use_ssl','0'),(11703,908,'show_admin_bar_front','true'),(11704,908,'locale',''),(11705,908,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11706,908,'wp_user_level','0'),(11707,908,'default_password_nag','1'),(11708,909,'nickname','infielderx2010'),(11709,909,'first_name',''),(11710,909,'last_name',''),(11711,909,'description',''),(11712,909,'rich_editing','true'),(11713,909,'comment_shortcuts','false'),(11714,909,'admin_color','fresh'),(11715,909,'use_ssl','0'),(11716,909,'show_admin_bar_front','true'),(11717,909,'locale',''),(11718,909,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11719,909,'wp_user_level','0'),(11720,909,'default_password_nag','1'),(11721,910,'nickname','tchou9131977'),(11722,910,'first_name',''),(11723,910,'last_name',''),(11724,910,'description',''),(11725,910,'rich_editing','true'),(11726,910,'comment_shortcuts','false'),(11727,910,'admin_color','fresh'),(11728,910,'use_ssl','0'),(11729,910,'show_admin_bar_front','true'),(11730,910,'locale',''),(11731,910,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11732,910,'wp_user_level','0'),(11733,910,'default_password_nag','1'),(11734,911,'nickname','edicionesjhon1983'),(11735,911,'first_name',''),(11736,911,'last_name',''),(11737,911,'description',''),(11738,911,'rich_editing','true'),(11739,911,'comment_shortcuts','false'),(11740,911,'admin_color','fresh'),(11741,911,'use_ssl','0'),(11742,911,'show_admin_bar_front','true'),(11743,911,'locale',''),(11744,911,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11745,911,'wp_user_level','0'),(11746,911,'default_password_nag','1'),(11747,912,'nickname','nancy.jocelyn1994'),(11748,912,'first_name',''),(11749,912,'last_name',''),(11750,912,'description',''),(11751,912,'rich_editing','true'),(11752,912,'comment_shortcuts','false'),(11753,912,'admin_color','fresh'),(11754,912,'use_ssl','0'),(11755,912,'show_admin_bar_front','true'),(11756,912,'locale',''),(11757,912,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11758,912,'wp_user_level','0'),(11759,912,'default_password_nag','1'),(11760,913,'nickname','angelina1_20061953'),(11761,913,'first_name',''),(11762,913,'last_name',''),(11763,913,'description',''),(11764,913,'rich_editing','true'),(11765,913,'comment_shortcuts','false'),(11766,913,'admin_color','fresh'),(11767,913,'use_ssl','0'),(11768,913,'show_admin_bar_front','true'),(11769,913,'locale',''),(11770,913,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11771,913,'wp_user_level','0'),(11772,913,'default_password_nag','1'),(11773,914,'nickname','reb212861955'),(11774,914,'first_name',''),(11775,914,'last_name',''),(11776,914,'description',''),(11777,914,'rich_editing','true'),(11778,914,'comment_shortcuts','false'),(11779,914,'admin_color','fresh'),(11780,914,'use_ssl','0'),(11781,914,'show_admin_bar_front','true'),(11782,914,'locale',''),(11783,914,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11784,914,'wp_user_level','0'),(11785,914,'default_password_nag','1'),(11786,915,'nickname','jonathanharper1231997'),(11787,915,'first_name',''),(11788,915,'last_name',''),(11789,915,'description',''),(11790,915,'rich_editing','true'),(11791,915,'comment_shortcuts','false'),(11792,915,'admin_color','fresh'),(11793,915,'use_ssl','0'),(11794,915,'show_admin_bar_front','true'),(11795,915,'locale',''),(11796,915,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11797,915,'wp_user_level','0'),(11798,915,'default_password_nag','1'),(11799,916,'nickname','barthtina2007'),(11800,916,'first_name',''),(11801,916,'last_name',''),(11802,916,'description',''),(11803,916,'rich_editing','true'),(11804,916,'comment_shortcuts','false'),(11805,916,'admin_color','fresh'),(11806,916,'use_ssl','0'),(11807,916,'show_admin_bar_front','true'),(11808,916,'locale',''),(11809,916,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11810,916,'wp_user_level','0'),(11811,916,'default_password_nag','1'),(11812,917,'nickname','wkraft11958'),(11813,917,'first_name',''),(11814,917,'last_name',''),(11815,917,'description',''),(11816,917,'rich_editing','true'),(11817,917,'comment_shortcuts','false'),(11818,917,'admin_color','fresh'),(11819,917,'use_ssl','0'),(11820,917,'show_admin_bar_front','true'),(11821,917,'locale',''),(11822,917,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11823,917,'wp_user_level','0'),(11824,917,'default_password_nag','1'),(11825,918,'nickname','nosovairina8032008'),(11826,918,'first_name',''),(11827,918,'last_name',''),(11828,918,'description',''),(11829,918,'rich_editing','true'),(11830,918,'comment_shortcuts','false'),(11831,918,'admin_color','fresh'),(11832,918,'use_ssl','0'),(11833,918,'show_admin_bar_front','true'),(11834,918,'locale',''),(11835,918,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11836,918,'wp_user_level','0'),(11837,918,'default_password_nag','1'),(11838,919,'nickname','laetitiamm071991'),(11839,919,'first_name',''),(11840,919,'last_name',''),(11841,919,'description',''),(11842,919,'rich_editing','true'),(11843,919,'comment_shortcuts','false'),(11844,919,'admin_color','fresh'),(11845,919,'use_ssl','0'),(11846,919,'show_admin_bar_front','true'),(11847,919,'locale',''),(11848,919,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11849,919,'wp_user_level','0'),(11850,919,'default_password_nag','1'),(11851,920,'nickname','jajnov29811978'),(11852,920,'first_name',''),(11853,920,'last_name',''),(11854,920,'description',''),(11855,920,'rich_editing','true'),(11856,920,'comment_shortcuts','false'),(11857,920,'admin_color','fresh'),(11858,920,'use_ssl','0'),(11859,920,'show_admin_bar_front','true'),(11860,920,'locale',''),(11861,920,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11862,920,'wp_user_level','0'),(11863,920,'default_password_nag','1'),(11864,921,'nickname','ajantzi2001'),(11865,921,'first_name',''),(11866,921,'last_name',''),(11867,921,'description',''),(11868,921,'rich_editing','true'),(11869,921,'comment_shortcuts','false'),(11870,921,'admin_color','fresh'),(11871,921,'use_ssl','0'),(11872,921,'show_admin_bar_front','true'),(11873,921,'locale',''),(11874,921,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11875,921,'wp_user_level','0'),(11876,921,'default_password_nag','1'),(11877,922,'nickname','mc_laurent1979'),(11878,922,'first_name',''),(11879,922,'last_name',''),(11880,922,'description',''),(11881,922,'rich_editing','true'),(11882,922,'comment_shortcuts','false'),(11883,922,'admin_color','fresh'),(11884,922,'use_ssl','0'),(11885,922,'show_admin_bar_front','true'),(11886,922,'locale',''),(11887,922,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11888,922,'wp_user_level','0'),(11889,922,'default_password_nag','1'),(11890,923,'nickname','agleitz1982'),(11891,923,'first_name',''),(11892,923,'last_name',''),(11893,923,'description',''),(11894,923,'rich_editing','true'),(11895,923,'comment_shortcuts','false'),(11896,923,'admin_color','fresh'),(11897,923,'use_ssl','0'),(11898,923,'show_admin_bar_front','true'),(11899,923,'locale',''),(11900,923,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11901,923,'wp_user_level','0'),(11902,923,'default_password_nag','1'),(11903,924,'nickname','trever8031970'),(11904,924,'first_name',''),(11905,924,'last_name',''),(11906,924,'description',''),(11907,924,'rich_editing','true'),(11908,924,'comment_shortcuts','false'),(11909,924,'admin_color','fresh'),(11910,924,'use_ssl','0'),(11911,924,'show_admin_bar_front','true'),(11912,924,'locale',''),(11913,924,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11914,924,'wp_user_level','0'),(11915,924,'default_password_nag','1'),(11916,925,'nickname','stephschalken1967'),(11917,925,'first_name',''),(11918,925,'last_name',''),(11919,925,'description',''),(11920,925,'rich_editing','true'),(11921,925,'comment_shortcuts','false'),(11922,925,'admin_color','fresh'),(11923,925,'use_ssl','0'),(11924,925,'show_admin_bar_front','true'),(11925,925,'locale',''),(11926,925,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11927,925,'wp_user_level','0'),(11928,925,'default_password_nag','1'),(11929,926,'nickname','russtlobello2009'),(11930,926,'first_name',''),(11931,926,'last_name',''),(11932,926,'description',''),(11933,926,'rich_editing','true'),(11934,926,'comment_shortcuts','false'),(11935,926,'admin_color','fresh'),(11936,926,'use_ssl','0'),(11937,926,'show_admin_bar_front','true'),(11938,926,'locale',''),(11939,926,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11940,926,'wp_user_level','0'),(11941,926,'default_password_nag','1'),(11942,927,'nickname','scoterryb1971'),(11943,927,'first_name',''),(11944,927,'last_name',''),(11945,927,'description',''),(11946,927,'rich_editing','true'),(11947,927,'comment_shortcuts','false'),(11948,927,'admin_color','fresh'),(11949,927,'use_ssl','0'),(11950,927,'show_admin_bar_front','true'),(11951,927,'locale',''),(11952,927,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11953,927,'wp_user_level','0'),(11954,927,'default_password_nag','1'),(11955,928,'nickname','green21661950'),(11956,928,'first_name',''),(11957,928,'last_name',''),(11958,928,'description',''),(11959,928,'rich_editing','true'),(11960,928,'comment_shortcuts','false'),(11961,928,'admin_color','fresh'),(11962,928,'use_ssl','0'),(11963,928,'show_admin_bar_front','true'),(11964,928,'locale',''),(11965,928,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11966,928,'wp_user_level','0'),(11967,928,'default_password_nag','1'),(11968,929,'nickname','koertrorter1956'),(11969,929,'first_name',''),(11970,929,'last_name',''),(11971,929,'description',''),(11972,929,'rich_editing','true'),(11973,929,'comment_shortcuts','false'),(11974,929,'admin_color','fresh'),(11975,929,'use_ssl','0'),(11976,929,'show_admin_bar_front','true'),(11977,929,'locale',''),(11978,929,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11979,929,'wp_user_level','0'),(11980,929,'default_password_nag','1'),(11981,930,'nickname','lluis.faus1966'),(11982,930,'first_name',''),(11983,930,'last_name',''),(11984,930,'description',''),(11985,930,'rich_editing','true'),(11986,930,'comment_shortcuts','false'),(11987,930,'admin_color','fresh'),(11988,930,'use_ssl','0'),(11989,930,'show_admin_bar_front','true'),(11990,930,'locale',''),(11991,930,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(11992,930,'wp_user_level','0'),(11993,930,'default_password_nag','1'),(11994,931,'nickname','linda.mcmullen1994'),(11995,931,'first_name',''),(11996,931,'last_name',''),(11997,931,'description',''),(11998,931,'rich_editing','true'),(11999,931,'comment_shortcuts','false'),(12000,931,'admin_color','fresh'),(12001,931,'use_ssl','0'),(12002,931,'show_admin_bar_front','true'),(12003,931,'locale',''),(12004,931,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12005,931,'wp_user_level','0'),(12006,931,'default_password_nag','1'),(12007,932,'nickname','yvonneanneyisi1984'),(12008,932,'first_name',''),(12009,932,'last_name',''),(12010,932,'description',''),(12011,932,'rich_editing','true'),(12012,932,'comment_shortcuts','false'),(12013,932,'admin_color','fresh'),(12014,932,'use_ssl','0'),(12015,932,'show_admin_bar_front','true'),(12016,932,'locale',''),(12017,932,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12018,932,'wp_user_level','0'),(12019,932,'default_password_nag','1'),(12020,933,'nickname','yellow04851979'),(12021,933,'first_name',''),(12022,933,'last_name',''),(12023,933,'description',''),(12024,933,'rich_editing','true'),(12025,933,'comment_shortcuts','false'),(12026,933,'admin_color','fresh'),(12027,933,'use_ssl','0'),(12028,933,'show_admin_bar_front','true'),(12029,933,'locale',''),(12030,933,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12031,933,'wp_user_level','0'),(12032,933,'default_password_nag','1'),(12033,934,'nickname','eightmann1950'),(12034,934,'first_name',''),(12035,934,'last_name',''),(12036,934,'description',''),(12037,934,'rich_editing','true'),(12038,934,'comment_shortcuts','false'),(12039,934,'admin_color','fresh'),(12040,934,'use_ssl','0'),(12041,934,'show_admin_bar_front','true'),(12042,934,'locale',''),(12043,934,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12044,934,'wp_user_level','0'),(12045,934,'default_password_nag','1'),(12046,935,'nickname','support1977'),(12047,935,'first_name',''),(12048,935,'last_name',''),(12049,935,'description',''),(12050,935,'rich_editing','true'),(12051,935,'comment_shortcuts','false'),(12052,935,'admin_color','fresh'),(12053,935,'use_ssl','0'),(12054,935,'show_admin_bar_front','true'),(12055,935,'locale',''),(12056,935,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12057,935,'wp_user_level','0'),(12058,935,'default_password_nag','1'),(12059,936,'nickname','serec251955'),(12060,936,'first_name',''),(12061,936,'last_name',''),(12062,936,'description',''),(12063,936,'rich_editing','true'),(12064,936,'comment_shortcuts','false'),(12065,936,'admin_color','fresh'),(12066,936,'use_ssl','0'),(12067,936,'show_admin_bar_front','true'),(12068,936,'locale',''),(12069,936,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12070,936,'wp_user_level','0'),(12071,936,'default_password_nag','1'),(12072,937,'nickname','martinfz1951'),(12073,937,'first_name',''),(12074,937,'last_name',''),(12075,937,'description',''),(12076,937,'rich_editing','true'),(12077,937,'comment_shortcuts','false'),(12078,937,'admin_color','fresh'),(12079,937,'use_ssl','0'),(12080,937,'show_admin_bar_front','true'),(12081,937,'locale',''),(12082,937,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12083,937,'wp_user_level','0'),(12084,937,'default_password_nag','1'),(12085,938,'nickname','fpuryear1969'),(12086,938,'first_name',''),(12087,938,'last_name',''),(12088,938,'description',''),(12089,938,'rich_editing','true'),(12090,938,'comment_shortcuts','false'),(12091,938,'admin_color','fresh'),(12092,938,'use_ssl','0'),(12093,938,'show_admin_bar_front','true'),(12094,938,'locale',''),(12095,938,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12096,938,'wp_user_level','0'),(12097,938,'default_password_nag','1'),(12098,939,'nickname','rmarmoucha1961'),(12099,939,'first_name',''),(12100,939,'last_name',''),(12101,939,'description',''),(12102,939,'rich_editing','true'),(12103,939,'comment_shortcuts','false'),(12104,939,'admin_color','fresh'),(12105,939,'use_ssl','0'),(12106,939,'show_admin_bar_front','true'),(12107,939,'locale',''),(12108,939,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12109,939,'wp_user_level','0'),(12110,939,'default_password_nag','1'),(12111,940,'nickname','dmcleod6930031973'),(12112,940,'first_name',''),(12113,940,'last_name',''),(12114,940,'description',''),(12115,940,'rich_editing','true'),(12116,940,'comment_shortcuts','false'),(12117,940,'admin_color','fresh'),(12118,940,'use_ssl','0'),(12119,940,'show_admin_bar_front','true'),(12120,940,'locale',''),(12121,940,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12122,940,'wp_user_level','0'),(12123,940,'default_password_nag','1'),(12124,941,'nickname','tscoli1972'),(12125,941,'first_name',''),(12126,941,'last_name',''),(12127,941,'description',''),(12128,941,'rich_editing','true'),(12129,941,'comment_shortcuts','false'),(12130,941,'admin_color','fresh'),(12131,941,'use_ssl','0'),(12132,941,'show_admin_bar_front','true'),(12133,941,'locale',''),(12134,941,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12135,941,'wp_user_level','0'),(12136,941,'default_password_nag','1'),(12137,942,'nickname','shanebaalham1987'),(12138,942,'first_name',''),(12139,942,'last_name',''),(12140,942,'description',''),(12141,942,'rich_editing','true'),(12142,942,'comment_shortcuts','false'),(12143,942,'admin_color','fresh'),(12144,942,'use_ssl','0'),(12145,942,'show_admin_bar_front','true'),(12146,942,'locale',''),(12147,942,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12148,942,'wp_user_level','0'),(12149,942,'default_password_nag','1'),(12150,943,'nickname','glenlogue2007'),(12151,943,'first_name',''),(12152,943,'last_name',''),(12153,943,'description',''),(12154,943,'rich_editing','true'),(12155,943,'comment_shortcuts','false'),(12156,943,'admin_color','fresh'),(12157,943,'use_ssl','0'),(12158,943,'show_admin_bar_front','true'),(12159,943,'locale',''),(12160,943,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12161,943,'wp_user_level','0'),(12162,943,'default_password_nag','1'),(12163,944,'nickname','mikipool301955'),(12164,944,'first_name',''),(12165,944,'last_name',''),(12166,944,'description',''),(12167,944,'rich_editing','true'),(12168,944,'comment_shortcuts','false'),(12169,944,'admin_color','fresh'),(12170,944,'use_ssl','0'),(12171,944,'show_admin_bar_front','true'),(12172,944,'locale',''),(12173,944,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12174,944,'wp_user_level','0'),(12175,944,'default_password_nag','1'),(12176,945,'nickname','agillings1988'),(12177,945,'first_name',''),(12178,945,'last_name',''),(12179,945,'description',''),(12180,945,'rich_editing','true'),(12181,945,'comment_shortcuts','false'),(12182,945,'admin_color','fresh'),(12183,945,'use_ssl','0'),(12184,945,'show_admin_bar_front','true'),(12185,945,'locale',''),(12186,945,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12187,945,'wp_user_level','0'),(12188,945,'default_password_nag','1'),(12189,946,'nickname','gmc1210522002'),(12190,946,'first_name',''),(12191,946,'last_name',''),(12192,946,'description',''),(12193,946,'rich_editing','true'),(12194,946,'comment_shortcuts','false'),(12195,946,'admin_color','fresh'),(12196,946,'use_ssl','0'),(12197,946,'show_admin_bar_front','true'),(12198,946,'locale',''),(12199,946,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12200,946,'wp_user_level','0'),(12201,946,'default_password_nag','1'),(12202,947,'nickname','pumpkinbeans221959'),(12203,947,'first_name',''),(12204,947,'last_name',''),(12205,947,'description',''),(12206,947,'rich_editing','true'),(12207,947,'comment_shortcuts','false'),(12208,947,'admin_color','fresh'),(12209,947,'use_ssl','0'),(12210,947,'show_admin_bar_front','true'),(12211,947,'locale',''),(12212,947,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12213,947,'wp_user_level','0'),(12214,947,'default_password_nag','1'),(12215,948,'nickname','gliske1954'),(12216,948,'first_name',''),(12217,948,'last_name',''),(12218,948,'description',''),(12219,948,'rich_editing','true'),(12220,948,'comment_shortcuts','false'),(12221,948,'admin_color','fresh'),(12222,948,'use_ssl','0'),(12223,948,'show_admin_bar_front','true'),(12224,948,'locale',''),(12225,948,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12226,948,'wp_user_level','0'),(12227,948,'default_password_nag','1'),(12228,949,'nickname','plantgirlmary1971'),(12229,949,'first_name',''),(12230,949,'last_name',''),(12231,949,'description',''),(12232,949,'rich_editing','true'),(12233,949,'comment_shortcuts','false'),(12234,949,'admin_color','fresh'),(12235,949,'use_ssl','0'),(12236,949,'show_admin_bar_front','true'),(12237,949,'locale',''),(12238,949,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12239,949,'wp_user_level','0'),(12240,949,'default_password_nag','1'),(12241,950,'nickname','ajay_sharm1953'),(12242,950,'first_name',''),(12243,950,'last_name',''),(12244,950,'description',''),(12245,950,'rich_editing','true'),(12246,950,'comment_shortcuts','false'),(12247,950,'admin_color','fresh'),(12248,950,'use_ssl','0'),(12249,950,'show_admin_bar_front','true'),(12250,950,'locale',''),(12251,950,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12252,950,'wp_user_level','0'),(12253,950,'default_password_nag','1'),(12254,951,'nickname','mikejmcguire1972'),(12255,951,'first_name',''),(12256,951,'last_name',''),(12257,951,'description',''),(12258,951,'rich_editing','true'),(12259,951,'comment_shortcuts','false'),(12260,951,'admin_color','fresh'),(12261,951,'use_ssl','0'),(12262,951,'show_admin_bar_front','true'),(12263,951,'locale',''),(12264,951,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12265,951,'wp_user_level','0'),(12266,951,'default_password_nag','1'),(12267,952,'nickname','monkey2007'),(12268,952,'first_name',''),(12269,952,'last_name',''),(12270,952,'description',''),(12271,952,'rich_editing','true'),(12272,952,'comment_shortcuts','false'),(12273,952,'admin_color','fresh'),(12274,952,'use_ssl','0'),(12275,952,'show_admin_bar_front','true'),(12276,952,'locale',''),(12277,952,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12278,952,'wp_user_level','0'),(12279,952,'default_password_nag','1'),(12280,953,'nickname','tcqvcqueen1955'),(12281,953,'first_name',''),(12282,953,'last_name',''),(12283,953,'description',''),(12284,953,'rich_editing','true'),(12285,953,'comment_shortcuts','false'),(12286,953,'admin_color','fresh'),(12287,953,'use_ssl','0'),(12288,953,'show_admin_bar_front','true'),(12289,953,'locale',''),(12290,953,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12291,953,'wp_user_level','0'),(12292,953,'default_password_nag','1'),(12293,954,'nickname','braehmer1988'),(12294,954,'first_name',''),(12295,954,'last_name',''),(12296,954,'description',''),(12297,954,'rich_editing','true'),(12298,954,'comment_shortcuts','false'),(12299,954,'admin_color','fresh'),(12300,954,'use_ssl','0'),(12301,954,'show_admin_bar_front','true'),(12302,954,'locale',''),(12303,954,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12304,954,'wp_user_level','0'),(12305,954,'default_password_nag','1'),(12306,955,'nickname','pacrac42002'),(12307,955,'first_name',''),(12308,955,'last_name',''),(12309,955,'description',''),(12310,955,'rich_editing','true'),(12311,955,'comment_shortcuts','false'),(12312,955,'admin_color','fresh'),(12313,955,'use_ssl','0'),(12314,955,'show_admin_bar_front','true'),(12315,955,'locale',''),(12316,955,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12317,955,'wp_user_level','0'),(12318,955,'default_password_nag','1'),(12319,956,'nickname','trinaeve232008'),(12320,956,'first_name',''),(12321,956,'last_name',''),(12322,956,'description',''),(12323,956,'rich_editing','true'),(12324,956,'comment_shortcuts','false'),(12325,956,'admin_color','fresh'),(12326,956,'use_ssl','0'),(12327,956,'show_admin_bar_front','true'),(12328,956,'locale',''),(12329,956,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12330,956,'wp_user_level','0'),(12331,956,'default_password_nag','1'),(12332,957,'nickname','goldengraham_891973'),(12333,957,'first_name',''),(12334,957,'last_name',''),(12335,957,'description',''),(12336,957,'rich_editing','true'),(12337,957,'comment_shortcuts','false'),(12338,957,'admin_color','fresh'),(12339,957,'use_ssl','0'),(12340,957,'show_admin_bar_front','true'),(12341,957,'locale',''),(12342,957,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12343,957,'wp_user_level','0'),(12344,957,'default_password_nag','1'),(12345,958,'nickname','baifang1001974'),(12346,958,'first_name',''),(12347,958,'last_name',''),(12348,958,'description',''),(12349,958,'rich_editing','true'),(12350,958,'comment_shortcuts','false'),(12351,958,'admin_color','fresh'),(12352,958,'use_ssl','0'),(12353,958,'show_admin_bar_front','true'),(12354,958,'locale',''),(12355,958,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12356,958,'wp_user_level','0'),(12357,958,'default_password_nag','1'),(12358,959,'nickname','davidjesse262009'),(12359,959,'first_name',''),(12360,959,'last_name',''),(12361,959,'description',''),(12362,959,'rich_editing','true'),(12363,959,'comment_shortcuts','false'),(12364,959,'admin_color','fresh'),(12365,959,'use_ssl','0'),(12366,959,'show_admin_bar_front','true'),(12367,959,'locale',''),(12368,959,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12369,959,'wp_user_level','0'),(12370,959,'default_password_nag','1'),(12371,960,'nickname','rvkelsey8651998'),(12372,960,'first_name',''),(12373,960,'last_name',''),(12374,960,'description',''),(12375,960,'rich_editing','true'),(12376,960,'comment_shortcuts','false'),(12377,960,'admin_color','fresh'),(12378,960,'use_ssl','0'),(12379,960,'show_admin_bar_front','true'),(12380,960,'locale',''),(12381,960,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12382,960,'wp_user_level','0'),(12383,960,'default_password_nag','1'),(12384,961,'nickname','grouch971983'),(12385,961,'first_name',''),(12386,961,'last_name',''),(12387,961,'description',''),(12388,961,'rich_editing','true'),(12389,961,'comment_shortcuts','false'),(12390,961,'admin_color','fresh'),(12391,961,'use_ssl','0'),(12392,961,'show_admin_bar_front','true'),(12393,961,'locale',''),(12394,961,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12395,961,'wp_user_level','0'),(12396,961,'default_password_nag','1'),(12397,962,'nickname','denverding1981'),(12398,962,'first_name',''),(12399,962,'last_name',''),(12400,962,'description',''),(12401,962,'rich_editing','true'),(12402,962,'comment_shortcuts','false'),(12403,962,'admin_color','fresh'),(12404,962,'use_ssl','0'),(12405,962,'show_admin_bar_front','true'),(12406,962,'locale',''),(12407,962,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12408,962,'wp_user_level','0'),(12409,962,'default_password_nag','1'),(12410,963,'nickname','mmelograno121950'),(12411,963,'first_name',''),(12412,963,'last_name',''),(12413,963,'description',''),(12414,963,'rich_editing','true'),(12415,963,'comment_shortcuts','false'),(12416,963,'admin_color','fresh'),(12417,963,'use_ssl','0'),(12418,963,'show_admin_bar_front','true'),(12419,963,'locale',''),(12420,963,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12421,963,'wp_user_level','0'),(12422,963,'default_password_nag','1'),(12423,964,'nickname','like2play002003'),(12424,964,'first_name',''),(12425,964,'last_name',''),(12426,964,'description',''),(12427,964,'rich_editing','true'),(12428,964,'comment_shortcuts','false'),(12429,964,'admin_color','fresh'),(12430,964,'use_ssl','0'),(12431,964,'show_admin_bar_front','true'),(12432,964,'locale',''),(12433,964,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12434,964,'wp_user_level','0'),(12435,964,'default_password_nag','1'),(12436,965,'nickname','onecure2005'),(12437,965,'first_name',''),(12438,965,'last_name',''),(12439,965,'description',''),(12440,965,'rich_editing','true'),(12441,965,'comment_shortcuts','false'),(12442,965,'admin_color','fresh'),(12443,965,'use_ssl','0'),(12444,965,'show_admin_bar_front','true'),(12445,965,'locale',''),(12446,965,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12447,965,'wp_user_level','0'),(12448,965,'default_password_nag','1'),(12449,966,'nickname','jaisonmathai1974'),(12450,966,'first_name',''),(12451,966,'last_name',''),(12452,966,'description',''),(12453,966,'rich_editing','true'),(12454,966,'comment_shortcuts','false'),(12455,966,'admin_color','fresh'),(12456,966,'use_ssl','0'),(12457,966,'show_admin_bar_front','true'),(12458,966,'locale',''),(12459,966,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12460,966,'wp_user_level','0'),(12461,966,'default_password_nag','1'),(12462,967,'nickname','chrisbillham1988'),(12463,967,'first_name',''),(12464,967,'last_name',''),(12465,967,'description',''),(12466,967,'rich_editing','true'),(12467,967,'comment_shortcuts','false'),(12468,967,'admin_color','fresh'),(12469,967,'use_ssl','0'),(12470,967,'show_admin_bar_front','true'),(12471,967,'locale',''),(12472,967,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12473,967,'wp_user_level','0'),(12474,967,'default_password_nag','1'),(12475,968,'nickname','aecs.arcachon1964'),(12476,968,'first_name',''),(12477,968,'last_name',''),(12478,968,'description',''),(12479,968,'rich_editing','true'),(12480,968,'comment_shortcuts','false'),(12481,968,'admin_color','fresh'),(12482,968,'use_ssl','0'),(12483,968,'show_admin_bar_front','true'),(12484,968,'locale',''),(12485,968,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12486,968,'wp_user_level','0'),(12487,968,'default_password_nag','1'),(12488,969,'nickname','jus0051959'),(12489,969,'first_name',''),(12490,969,'last_name',''),(12491,969,'description',''),(12492,969,'rich_editing','true'),(12493,969,'comment_shortcuts','false'),(12494,969,'admin_color','fresh'),(12495,969,'use_ssl','0'),(12496,969,'show_admin_bar_front','true'),(12497,969,'locale',''),(12498,969,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12499,969,'wp_user_level','0'),(12500,969,'default_password_nag','1'),(12501,970,'nickname','jblyholder551993'),(12502,970,'first_name',''),(12503,970,'last_name',''),(12504,970,'description',''),(12505,970,'rich_editing','true'),(12506,970,'comment_shortcuts','false'),(12507,970,'admin_color','fresh'),(12508,970,'use_ssl','0'),(12509,970,'show_admin_bar_front','true'),(12510,970,'locale',''),(12511,970,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12512,970,'wp_user_level','0'),(12513,970,'default_password_nag','1'),(12514,971,'nickname','lhumenik11993'),(12515,971,'first_name',''),(12516,971,'last_name',''),(12517,971,'description',''),(12518,971,'rich_editing','true'),(12519,971,'comment_shortcuts','false'),(12520,971,'admin_color','fresh'),(12521,971,'use_ssl','0'),(12522,971,'show_admin_bar_front','true'),(12523,971,'locale',''),(12524,971,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12525,971,'wp_user_level','0'),(12526,971,'default_password_nag','1'),(12527,972,'nickname','wilmabown9991954'),(12528,972,'first_name',''),(12529,972,'last_name',''),(12530,972,'description',''),(12531,972,'rich_editing','true'),(12532,972,'comment_shortcuts','false'),(12533,972,'admin_color','fresh'),(12534,972,'use_ssl','0'),(12535,972,'show_admin_bar_front','true'),(12536,972,'locale',''),(12537,972,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12538,972,'wp_user_level','0'),(12539,972,'default_password_nag','1'),(12540,973,'nickname','canjerry2007'),(12541,973,'first_name',''),(12542,973,'last_name',''),(12543,973,'description',''),(12544,973,'rich_editing','true'),(12545,973,'comment_shortcuts','false'),(12546,973,'admin_color','fresh'),(12547,973,'use_ssl','0'),(12548,973,'show_admin_bar_front','true'),(12549,973,'locale',''),(12550,973,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12551,973,'wp_user_level','0'),(12552,973,'default_password_nag','1'),(12553,974,'nickname','cody_gronning1962'),(12554,974,'first_name',''),(12555,974,'last_name',''),(12556,974,'description',''),(12557,974,'rich_editing','true'),(12558,974,'comment_shortcuts','false'),(12559,974,'admin_color','fresh'),(12560,974,'use_ssl','0'),(12561,974,'show_admin_bar_front','true'),(12562,974,'locale',''),(12563,974,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12564,974,'wp_user_level','0'),(12565,974,'default_password_nag','1'),(12566,975,'nickname','bthig15072007'),(12567,975,'first_name',''),(12568,975,'last_name',''),(12569,975,'description',''),(12570,975,'rich_editing','true'),(12571,975,'comment_shortcuts','false'),(12572,975,'admin_color','fresh'),(12573,975,'use_ssl','0'),(12574,975,'show_admin_bar_front','true'),(12575,975,'locale',''),(12576,975,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12577,975,'wp_user_level','0'),(12578,975,'default_password_nag','1'),(12579,976,'nickname','kipoots1974'),(12580,976,'first_name',''),(12581,976,'last_name',''),(12582,976,'description',''),(12583,976,'rich_editing','true'),(12584,976,'comment_shortcuts','false'),(12585,976,'admin_color','fresh'),(12586,976,'use_ssl','0'),(12587,976,'show_admin_bar_front','true'),(12588,976,'locale',''),(12589,976,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12590,976,'wp_user_level','0'),(12591,976,'default_password_nag','1'),(12592,977,'nickname','nelsonchang71992'),(12593,977,'first_name',''),(12594,977,'last_name',''),(12595,977,'description',''),(12596,977,'rich_editing','true'),(12597,977,'comment_shortcuts','false'),(12598,977,'admin_color','fresh'),(12599,977,'use_ssl','0'),(12600,977,'show_admin_bar_front','true'),(12601,977,'locale',''),(12602,977,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12603,977,'wp_user_level','0'),(12604,977,'default_password_nag','1'),(12605,978,'nickname','sabrinaostendorf2007'),(12606,978,'first_name',''),(12607,978,'last_name',''),(12608,978,'description',''),(12609,978,'rich_editing','true'),(12610,978,'comment_shortcuts','false'),(12611,978,'admin_color','fresh'),(12612,978,'use_ssl','0'),(12613,978,'show_admin_bar_front','true'),(12614,978,'locale',''),(12615,978,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12616,978,'wp_user_level','0'),(12617,978,'default_password_nag','1'),(12618,979,'nickname','norwestman1995'),(12619,979,'first_name',''),(12620,979,'last_name',''),(12621,979,'description',''),(12622,979,'rich_editing','true'),(12623,979,'comment_shortcuts','false'),(12624,979,'admin_color','fresh'),(12625,979,'use_ssl','0'),(12626,979,'show_admin_bar_front','true'),(12627,979,'locale',''),(12628,979,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12629,979,'wp_user_level','0'),(12630,979,'default_password_nag','1'),(12631,980,'nickname','jordan1975'),(12632,980,'first_name',''),(12633,980,'last_name',''),(12634,980,'description',''),(12635,980,'rich_editing','true'),(12636,980,'comment_shortcuts','false'),(12637,980,'admin_color','fresh'),(12638,980,'use_ssl','0'),(12639,980,'show_admin_bar_front','true'),(12640,980,'locale',''),(12641,980,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12642,980,'wp_user_level','0'),(12643,980,'default_password_nag','1'),(12644,981,'nickname','brandi_brooks1979'),(12645,981,'first_name',''),(12646,981,'last_name',''),(12647,981,'description',''),(12648,981,'rich_editing','true'),(12649,981,'comment_shortcuts','false'),(12650,981,'admin_color','fresh'),(12651,981,'use_ssl','0'),(12652,981,'show_admin_bar_front','true'),(12653,981,'locale',''),(12654,981,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12655,981,'wp_user_level','0'),(12656,981,'default_password_nag','1'),(12657,982,'nickname','thorns021990'),(12658,982,'first_name',''),(12659,982,'last_name',''),(12660,982,'description',''),(12661,982,'rich_editing','true'),(12662,982,'comment_shortcuts','false'),(12663,982,'admin_color','fresh'),(12664,982,'use_ssl','0'),(12665,982,'show_admin_bar_front','true'),(12666,982,'locale',''),(12667,982,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12668,982,'wp_user_level','0'),(12669,982,'default_password_nag','1'),(12670,983,'nickname','maryharlie1989'),(12671,983,'first_name',''),(12672,983,'last_name',''),(12673,983,'description',''),(12674,983,'rich_editing','true'),(12675,983,'comment_shortcuts','false'),(12676,983,'admin_color','fresh'),(12677,983,'use_ssl','0'),(12678,983,'show_admin_bar_front','true'),(12679,983,'locale',''),(12680,983,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12681,983,'wp_user_level','0'),(12682,983,'default_password_nag','1'),(12683,984,'nickname','drakeheminger1960'),(12684,984,'first_name',''),(12685,984,'last_name',''),(12686,984,'description',''),(12687,984,'rich_editing','true'),(12688,984,'comment_shortcuts','false'),(12689,984,'admin_color','fresh'),(12690,984,'use_ssl','0'),(12691,984,'show_admin_bar_front','true'),(12692,984,'locale',''),(12693,984,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12694,984,'wp_user_level','0'),(12695,984,'default_password_nag','1'),(12696,985,'nickname','annebriggs20101976'),(12697,985,'first_name',''),(12698,985,'last_name',''),(12699,985,'description',''),(12700,985,'rich_editing','true'),(12701,985,'comment_shortcuts','false'),(12702,985,'admin_color','fresh'),(12703,985,'use_ssl','0'),(12704,985,'show_admin_bar_front','true'),(12705,985,'locale',''),(12706,985,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12707,985,'wp_user_level','0'),(12708,985,'default_password_nag','1'),(12709,986,'nickname','ciprian.fernando1979'),(12710,986,'first_name',''),(12711,986,'last_name',''),(12712,986,'description',''),(12713,986,'rich_editing','true'),(12714,986,'comment_shortcuts','false'),(12715,986,'admin_color','fresh'),(12716,986,'use_ssl','0'),(12717,986,'show_admin_bar_front','true'),(12718,986,'locale',''),(12719,986,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12720,986,'wp_user_level','0'),(12721,986,'default_password_nag','1'),(12722,987,'nickname','wrightc2142009'),(12723,987,'first_name',''),(12724,987,'last_name',''),(12725,987,'description',''),(12726,987,'rich_editing','true'),(12727,987,'comment_shortcuts','false'),(12728,987,'admin_color','fresh'),(12729,987,'use_ssl','0'),(12730,987,'show_admin_bar_front','true'),(12731,987,'locale',''),(12732,987,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12733,987,'wp_user_level','0'),(12734,987,'default_password_nag','1'),(12735,988,'nickname','iamking.tg1955'),(12736,988,'first_name',''),(12737,988,'last_name',''),(12738,988,'description',''),(12739,988,'rich_editing','true'),(12740,988,'comment_shortcuts','false'),(12741,988,'admin_color','fresh'),(12742,988,'use_ssl','0'),(12743,988,'show_admin_bar_front','true'),(12744,988,'locale',''),(12745,988,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12746,988,'wp_user_level','0'),(12747,988,'default_password_nag','1'),(12748,989,'nickname','kathistalking2002'),(12749,989,'first_name',''),(12750,989,'last_name',''),(12751,989,'description',''),(12752,989,'rich_editing','true'),(12753,989,'comment_shortcuts','false'),(12754,989,'admin_color','fresh'),(12755,989,'use_ssl','0'),(12756,989,'show_admin_bar_front','true'),(12757,989,'locale',''),(12758,989,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12759,989,'wp_user_level','0'),(12760,989,'default_password_nag','1'),(12761,990,'nickname','paulairley1990'),(12762,990,'first_name',''),(12763,990,'last_name',''),(12764,990,'description',''),(12765,990,'rich_editing','true'),(12766,990,'comment_shortcuts','false'),(12767,990,'admin_color','fresh'),(12768,990,'use_ssl','0'),(12769,990,'show_admin_bar_front','true'),(12770,990,'locale',''),(12771,990,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12772,990,'wp_user_level','0'),(12773,990,'default_password_nag','1'),(12774,991,'nickname','kelly.vitale1995'),(12775,991,'first_name',''),(12776,991,'last_name',''),(12777,991,'description',''),(12778,991,'rich_editing','true'),(12779,991,'comment_shortcuts','false'),(12780,991,'admin_color','fresh'),(12781,991,'use_ssl','0'),(12782,991,'show_admin_bar_front','true'),(12783,991,'locale',''),(12784,991,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12785,991,'wp_user_level','0'),(12786,991,'default_password_nag','1'),(12787,992,'nickname','jshrum992002'),(12788,992,'first_name',''),(12789,992,'last_name',''),(12790,992,'description',''),(12791,992,'rich_editing','true'),(12792,992,'comment_shortcuts','false'),(12793,992,'admin_color','fresh'),(12794,992,'use_ssl','0'),(12795,992,'show_admin_bar_front','true'),(12796,992,'locale',''),(12797,992,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12798,992,'wp_user_level','0'),(12799,992,'default_password_nag','1'),(12800,993,'nickname','emskalski1975'),(12801,993,'first_name',''),(12802,993,'last_name',''),(12803,993,'description',''),(12804,993,'rich_editing','true'),(12805,993,'comment_shortcuts','false'),(12806,993,'admin_color','fresh'),(12807,993,'use_ssl','0'),(12808,993,'show_admin_bar_front','true'),(12809,993,'locale',''),(12810,993,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12811,993,'wp_user_level','0'),(12812,993,'default_password_nag','1'),(12813,994,'nickname','support2010'),(12814,994,'first_name',''),(12815,994,'last_name',''),(12816,994,'description',''),(12817,994,'rich_editing','true'),(12818,994,'comment_shortcuts','false'),(12819,994,'admin_color','fresh'),(12820,994,'use_ssl','0'),(12821,994,'show_admin_bar_front','true'),(12822,994,'locale',''),(12823,994,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12824,994,'wp_user_level','0'),(12825,994,'default_password_nag','1'),(12826,995,'nickname','joe.hernandez1999'),(12827,995,'first_name',''),(12828,995,'last_name',''),(12829,995,'description',''),(12830,995,'rich_editing','true'),(12831,995,'comment_shortcuts','false'),(12832,995,'admin_color','fresh'),(12833,995,'use_ssl','0'),(12834,995,'show_admin_bar_front','true'),(12835,995,'locale',''),(12836,995,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12837,995,'wp_user_level','0'),(12838,995,'default_password_nag','1'),(12839,996,'nickname','angiew86961973'),(12840,996,'first_name',''),(12841,996,'last_name',''),(12842,996,'description',''),(12843,996,'rich_editing','true'),(12844,996,'comment_shortcuts','false'),(12845,996,'admin_color','fresh'),(12846,996,'use_ssl','0'),(12847,996,'show_admin_bar_front','true'),(12848,996,'locale',''),(12849,996,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12850,996,'wp_user_level','0'),(12851,996,'default_password_nag','1'),(12852,997,'nickname','luca0931959'),(12853,997,'first_name',''),(12854,997,'last_name',''),(12855,997,'description',''),(12856,997,'rich_editing','true'),(12857,997,'comment_shortcuts','false'),(12858,997,'admin_color','fresh'),(12859,997,'use_ssl','0'),(12860,997,'show_admin_bar_front','true'),(12861,997,'locale',''),(12862,997,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12863,997,'wp_user_level','0'),(12864,997,'default_password_nag','1'),(12865,998,'nickname','jays2th1978'),(12866,998,'first_name',''),(12867,998,'last_name',''),(12868,998,'description',''),(12869,998,'rich_editing','true'),(12870,998,'comment_shortcuts','false'),(12871,998,'admin_color','fresh'),(12872,998,'use_ssl','0'),(12873,998,'show_admin_bar_front','true'),(12874,998,'locale',''),(12875,998,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12876,998,'wp_user_level','0'),(12877,998,'default_password_nag','1'),(12878,999,'nickname','minbox571998'),(12879,999,'first_name',''),(12880,999,'last_name',''),(12881,999,'description',''),(12882,999,'rich_editing','true'),(12883,999,'comment_shortcuts','false'),(12884,999,'admin_color','fresh'),(12885,999,'use_ssl','0'),(12886,999,'show_admin_bar_front','true'),(12887,999,'locale',''),(12888,999,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12889,999,'wp_user_level','0'),(12890,999,'default_password_nag','1'),(12891,1000,'nickname','nicole_patrick2001'),(12892,1000,'first_name',''),(12893,1000,'last_name',''),(12894,1000,'description',''),(12895,1000,'rich_editing','true'),(12896,1000,'comment_shortcuts','false'),(12897,1000,'admin_color','fresh'),(12898,1000,'use_ssl','0'),(12899,1000,'show_admin_bar_front','true'),(12900,1000,'locale',''),(12901,1000,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12902,1000,'wp_user_level','0'),(12903,1000,'default_password_nag','1'),(12904,1001,'nickname','maribel_mou2007'),(12905,1001,'first_name',''),(12906,1001,'last_name',''),(12907,1001,'description',''),(12908,1001,'rich_editing','true'),(12909,1001,'comment_shortcuts','false'),(12910,1001,'admin_color','fresh'),(12911,1001,'use_ssl','0'),(12912,1001,'show_admin_bar_front','true'),(12913,1001,'locale',''),(12914,1001,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12915,1001,'wp_user_level','0'),(12916,1001,'default_password_nag','1'),(12917,1002,'nickname','adam29391985'),(12918,1002,'first_name',''),(12919,1002,'last_name',''),(12920,1002,'description',''),(12921,1002,'rich_editing','true'),(12922,1002,'comment_shortcuts','false'),(12923,1002,'admin_color','fresh'),(12924,1002,'use_ssl','0'),(12925,1002,'show_admin_bar_front','true'),(12926,1002,'locale',''),(12927,1002,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12928,1002,'wp_user_level','0'),(12929,1002,'default_password_nag','1'),(12930,1003,'nickname','nate.c.vail2008'),(12931,1003,'first_name',''),(12932,1003,'last_name',''),(12933,1003,'description',''),(12934,1003,'rich_editing','true'),(12935,1003,'comment_shortcuts','false'),(12936,1003,'admin_color','fresh'),(12937,1003,'use_ssl','0'),(12938,1003,'show_admin_bar_front','true'),(12939,1003,'locale',''),(12940,1003,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12941,1003,'wp_user_level','0'),(12942,1003,'default_password_nag','1'),(12943,1004,'nickname','tobyj911959'),(12944,1004,'first_name',''),(12945,1004,'last_name',''),(12946,1004,'description',''),(12947,1004,'rich_editing','true'),(12948,1004,'comment_shortcuts','false'),(12949,1004,'admin_color','fresh'),(12950,1004,'use_ssl','0'),(12951,1004,'show_admin_bar_front','true'),(12952,1004,'locale',''),(12953,1004,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12954,1004,'wp_user_level','0'),(12955,1004,'default_password_nag','1'),(12956,1005,'nickname','yheredia11971'),(12957,1005,'first_name',''),(12958,1005,'last_name',''),(12959,1005,'description',''),(12960,1005,'rich_editing','true'),(12961,1005,'comment_shortcuts','false'),(12962,1005,'admin_color','fresh'),(12963,1005,'use_ssl','0'),(12964,1005,'show_admin_bar_front','true'),(12965,1005,'locale',''),(12966,1005,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12967,1005,'wp_user_level','0'),(12968,1005,'default_password_nag','1'),(12969,1006,'nickname','velichkin1950'),(12970,1006,'first_name',''),(12971,1006,'last_name',''),(12972,1006,'description',''),(12973,1006,'rich_editing','true'),(12974,1006,'comment_shortcuts','false'),(12975,1006,'admin_color','fresh'),(12976,1006,'use_ssl','0'),(12977,1006,'show_admin_bar_front','true'),(12978,1006,'locale',''),(12979,1006,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12980,1006,'wp_user_level','0'),(12981,1006,'default_password_nag','1'),(12982,1007,'nickname','jacquelines_parker1977'),(12983,1007,'first_name',''),(12984,1007,'last_name',''),(12985,1007,'description',''),(12986,1007,'rich_editing','true'),(12987,1007,'comment_shortcuts','false'),(12988,1007,'admin_color','fresh'),(12989,1007,'use_ssl','0'),(12990,1007,'show_admin_bar_front','true'),(12991,1007,'locale',''),(12992,1007,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(12993,1007,'wp_user_level','0'),(12994,1007,'default_password_nag','1'),(12995,1008,'nickname','noelpense1953'),(12996,1008,'first_name',''),(12997,1008,'last_name',''),(12998,1008,'description',''),(12999,1008,'rich_editing','true'),(13000,1008,'comment_shortcuts','false'),(13001,1008,'admin_color','fresh'),(13002,1008,'use_ssl','0'),(13003,1008,'show_admin_bar_front','true'),(13004,1008,'locale',''),(13005,1008,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13006,1008,'wp_user_level','0'),(13007,1008,'default_password_nag','1'),(13008,1009,'nickname','buckbenkelman1993'),(13009,1009,'first_name',''),(13010,1009,'last_name',''),(13011,1009,'description',''),(13012,1009,'rich_editing','true'),(13013,1009,'comment_shortcuts','false'),(13014,1009,'admin_color','fresh'),(13015,1009,'use_ssl','0'),(13016,1009,'show_admin_bar_front','true'),(13017,1009,'locale',''),(13018,1009,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13019,1009,'wp_user_level','0'),(13020,1009,'default_password_nag','1'),(13021,1010,'nickname','tkeenan324771984'),(13022,1010,'first_name',''),(13023,1010,'last_name',''),(13024,1010,'description',''),(13025,1010,'rich_editing','true'),(13026,1010,'comment_shortcuts','false'),(13027,1010,'admin_color','fresh'),(13028,1010,'use_ssl','0'),(13029,1010,'show_admin_bar_front','true'),(13030,1010,'locale',''),(13031,1010,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13032,1010,'wp_user_level','0'),(13033,1010,'default_password_nag','1'),(13034,1011,'nickname','ndeflora2010'),(13035,1011,'first_name',''),(13036,1011,'last_name',''),(13037,1011,'description',''),(13038,1011,'rich_editing','true'),(13039,1011,'comment_shortcuts','false'),(13040,1011,'admin_color','fresh'),(13041,1011,'use_ssl','0'),(13042,1011,'show_admin_bar_front','true'),(13043,1011,'locale',''),(13044,1011,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13045,1011,'wp_user_level','0'),(13046,1011,'default_password_nag','1'),(13047,1012,'nickname','rawllw1971'),(13048,1012,'first_name',''),(13049,1012,'last_name',''),(13050,1012,'description',''),(13051,1012,'rich_editing','true'),(13052,1012,'comment_shortcuts','false'),(13053,1012,'admin_color','fresh'),(13054,1012,'use_ssl','0'),(13055,1012,'show_admin_bar_front','true'),(13056,1012,'locale',''),(13057,1012,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13058,1012,'wp_user_level','0'),(13059,1012,'default_password_nag','1'),(13060,1013,'nickname','cjbluechel1980'),(13061,1013,'first_name',''),(13062,1013,'last_name',''),(13063,1013,'description',''),(13064,1013,'rich_editing','true'),(13065,1013,'comment_shortcuts','false'),(13066,1013,'admin_color','fresh'),(13067,1013,'use_ssl','0'),(13068,1013,'show_admin_bar_front','true'),(13069,1013,'locale',''),(13070,1013,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13071,1013,'wp_user_level','0'),(13072,1013,'default_password_nag','1'),(13073,1014,'nickname','dan_steen1957'),(13074,1014,'first_name',''),(13075,1014,'last_name',''),(13076,1014,'description',''),(13077,1014,'rich_editing','true'),(13078,1014,'comment_shortcuts','false'),(13079,1014,'admin_color','fresh'),(13080,1014,'use_ssl','0'),(13081,1014,'show_admin_bar_front','true'),(13082,1014,'locale',''),(13083,1014,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13084,1014,'wp_user_level','0'),(13085,1014,'default_password_nag','1'),(13086,1015,'nickname','bucklemike1962'),(13087,1015,'first_name',''),(13088,1015,'last_name',''),(13089,1015,'description',''),(13090,1015,'rich_editing','true'),(13091,1015,'comment_shortcuts','false'),(13092,1015,'admin_color','fresh'),(13093,1015,'use_ssl','0'),(13094,1015,'show_admin_bar_front','true'),(13095,1015,'locale',''),(13096,1015,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13097,1015,'wp_user_level','0'),(13098,1015,'default_password_nag','1'),(13099,1016,'nickname','lisat1951'),(13100,1016,'first_name',''),(13101,1016,'last_name',''),(13102,1016,'description',''),(13103,1016,'rich_editing','true'),(13104,1016,'comment_shortcuts','false'),(13105,1016,'admin_color','fresh'),(13106,1016,'use_ssl','0'),(13107,1016,'show_admin_bar_front','true'),(13108,1016,'locale',''),(13109,1016,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13110,1016,'wp_user_level','0'),(13111,1016,'default_password_nag','1'),(13112,1017,'nickname','jianbai_wang1956'),(13113,1017,'first_name',''),(13114,1017,'last_name',''),(13115,1017,'description',''),(13116,1017,'rich_editing','true'),(13117,1017,'comment_shortcuts','false'),(13118,1017,'admin_color','fresh'),(13119,1017,'use_ssl','0'),(13120,1017,'show_admin_bar_front','true'),(13121,1017,'locale',''),(13122,1017,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13123,1017,'wp_user_level','0'),(13124,1017,'default_password_nag','1'),(13125,1018,'nickname','nofarrell1951'),(13126,1018,'first_name',''),(13127,1018,'last_name',''),(13128,1018,'description',''),(13129,1018,'rich_editing','true'),(13130,1018,'comment_shortcuts','false'),(13131,1018,'admin_color','fresh'),(13132,1018,'use_ssl','0'),(13133,1018,'show_admin_bar_front','true'),(13134,1018,'locale',''),(13135,1018,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13136,1018,'wp_user_level','0'),(13137,1018,'default_password_nag','1'),(13138,1019,'nickname','famlawdjs2000'),(13139,1019,'first_name',''),(13140,1019,'last_name',''),(13141,1019,'description',''),(13142,1019,'rich_editing','true'),(13143,1019,'comment_shortcuts','false'),(13144,1019,'admin_color','fresh'),(13145,1019,'use_ssl','0'),(13146,1019,'show_admin_bar_front','true'),(13147,1019,'locale',''),(13148,1019,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13149,1019,'wp_user_level','0'),(13150,1019,'default_password_nag','1'),(13151,1020,'nickname','jason_stokes1994'),(13152,1020,'first_name',''),(13153,1020,'last_name',''),(13154,1020,'description',''),(13155,1020,'rich_editing','true'),(13156,1020,'comment_shortcuts','false'),(13157,1020,'admin_color','fresh'),(13158,1020,'use_ssl','0'),(13159,1020,'show_admin_bar_front','true'),(13160,1020,'locale',''),(13161,1020,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13162,1020,'wp_user_level','0'),(13163,1020,'default_password_nag','1'),(13164,1021,'nickname','sd13sd13sd131958'),(13165,1021,'first_name',''),(13166,1021,'last_name',''),(13167,1021,'description',''),(13168,1021,'rich_editing','true'),(13169,1021,'comment_shortcuts','false'),(13170,1021,'admin_color','fresh'),(13171,1021,'use_ssl','0'),(13172,1021,'show_admin_bar_front','true'),(13173,1021,'locale',''),(13174,1021,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13175,1021,'wp_user_level','0'),(13176,1021,'default_password_nag','1'),(13177,1022,'nickname','solbakkenk1998'),(13178,1022,'first_name',''),(13179,1022,'last_name',''),(13180,1022,'description',''),(13181,1022,'rich_editing','true'),(13182,1022,'comment_shortcuts','false'),(13183,1022,'admin_color','fresh'),(13184,1022,'use_ssl','0'),(13185,1022,'show_admin_bar_front','true'),(13186,1022,'locale',''),(13187,1022,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13188,1022,'wp_user_level','0'),(13189,1022,'default_password_nag','1'),(13190,1023,'nickname','dhamburger191954'),(13191,1023,'first_name',''),(13192,1023,'last_name',''),(13193,1023,'description',''),(13194,1023,'rich_editing','true'),(13195,1023,'comment_shortcuts','false'),(13196,1023,'admin_color','fresh'),(13197,1023,'use_ssl','0'),(13198,1023,'show_admin_bar_front','true'),(13199,1023,'locale',''),(13200,1023,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13201,1023,'wp_user_level','0'),(13202,1023,'default_password_nag','1'),(13203,1024,'nickname','revtasachurch1989'),(13204,1024,'first_name',''),(13205,1024,'last_name',''),(13206,1024,'description',''),(13207,1024,'rich_editing','true'),(13208,1024,'comment_shortcuts','false'),(13209,1024,'admin_color','fresh'),(13210,1024,'use_ssl','0'),(13211,1024,'show_admin_bar_front','true'),(13212,1024,'locale',''),(13213,1024,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13214,1024,'wp_user_level','0'),(13215,1024,'default_password_nag','1'),(13216,1025,'nickname','bmx5932008'),(13217,1025,'first_name',''),(13218,1025,'last_name',''),(13219,1025,'description',''),(13220,1025,'rich_editing','true'),(13221,1025,'comment_shortcuts','false'),(13222,1025,'admin_color','fresh'),(13223,1025,'use_ssl','0'),(13224,1025,'show_admin_bar_front','true'),(13225,1025,'locale',''),(13226,1025,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13227,1025,'wp_user_level','0'),(13228,1025,'default_password_nag','1'),(13229,1026,'nickname','jplanger1963'),(13230,1026,'first_name',''),(13231,1026,'last_name',''),(13232,1026,'description',''),(13233,1026,'rich_editing','true'),(13234,1026,'comment_shortcuts','false'),(13235,1026,'admin_color','fresh'),(13236,1026,'use_ssl','0'),(13237,1026,'show_admin_bar_front','true'),(13238,1026,'locale',''),(13239,1026,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13240,1026,'wp_user_level','0'),(13241,1026,'default_password_nag','1'),(13242,1027,'nickname','jasonparsons6662010'),(13243,1027,'first_name',''),(13244,1027,'last_name',''),(13245,1027,'description',''),(13246,1027,'rich_editing','true'),(13247,1027,'comment_shortcuts','false'),(13248,1027,'admin_color','fresh'),(13249,1027,'use_ssl','0'),(13250,1027,'show_admin_bar_front','true'),(13251,1027,'locale',''),(13252,1027,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13253,1027,'wp_user_level','0'),(13254,1027,'default_password_nag','1'),(13255,1028,'nickname','brucei220582003'),(13256,1028,'first_name',''),(13257,1028,'last_name',''),(13258,1028,'description',''),(13259,1028,'rich_editing','true'),(13260,1028,'comment_shortcuts','false'),(13261,1028,'admin_color','fresh'),(13262,1028,'use_ssl','0'),(13263,1028,'show_admin_bar_front','true'),(13264,1028,'locale',''),(13265,1028,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13266,1028,'wp_user_level','0'),(13267,1028,'default_password_nag','1'),(13268,1029,'nickname','susan75751983'),(13269,1029,'first_name',''),(13270,1029,'last_name',''),(13271,1029,'description',''),(13272,1029,'rich_editing','true'),(13273,1029,'comment_shortcuts','false'),(13274,1029,'admin_color','fresh'),(13275,1029,'use_ssl','0'),(13276,1029,'show_admin_bar_front','true'),(13277,1029,'locale',''),(13278,1029,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13279,1029,'wp_user_level','0'),(13280,1029,'default_password_nag','1'),(13281,1030,'nickname','josueaguirrealvarado1983'),(13282,1030,'first_name',''),(13283,1030,'last_name',''),(13284,1030,'description',''),(13285,1030,'rich_editing','true'),(13286,1030,'comment_shortcuts','false'),(13287,1030,'admin_color','fresh'),(13288,1030,'use_ssl','0'),(13289,1030,'show_admin_bar_front','true'),(13290,1030,'locale',''),(13291,1030,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13292,1030,'wp_user_level','0'),(13293,1030,'default_password_nag','1'),(13294,1031,'nickname','klawton2004'),(13295,1031,'first_name',''),(13296,1031,'last_name',''),(13297,1031,'description',''),(13298,1031,'rich_editing','true'),(13299,1031,'comment_shortcuts','false'),(13300,1031,'admin_color','fresh'),(13301,1031,'use_ssl','0'),(13302,1031,'show_admin_bar_front','true'),(13303,1031,'locale',''),(13304,1031,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13305,1031,'wp_user_level','0'),(13306,1031,'default_password_nag','1'),(13307,1032,'nickname','cljansen11978'),(13308,1032,'first_name',''),(13309,1032,'last_name',''),(13310,1032,'description',''),(13311,1032,'rich_editing','true'),(13312,1032,'comment_shortcuts','false'),(13313,1032,'admin_color','fresh'),(13314,1032,'use_ssl','0'),(13315,1032,'show_admin_bar_front','true'),(13316,1032,'locale',''),(13317,1032,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13318,1032,'wp_user_level','0'),(13319,1032,'default_password_nag','1'),(13320,1033,'nickname','dsedg871992'),(13321,1033,'first_name',''),(13322,1033,'last_name',''),(13323,1033,'description',''),(13324,1033,'rich_editing','true'),(13325,1033,'comment_shortcuts','false'),(13326,1033,'admin_color','fresh'),(13327,1033,'use_ssl','0'),(13328,1033,'show_admin_bar_front','true'),(13329,1033,'locale',''),(13330,1033,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13331,1033,'wp_user_level','0'),(13332,1033,'default_password_nag','1'),(13333,1034,'nickname','robertcwilliams1974'),(13334,1034,'first_name',''),(13335,1034,'last_name',''),(13336,1034,'description',''),(13337,1034,'rich_editing','true'),(13338,1034,'comment_shortcuts','false'),(13339,1034,'admin_color','fresh'),(13340,1034,'use_ssl','0'),(13341,1034,'show_admin_bar_front','true'),(13342,1034,'locale',''),(13343,1034,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13344,1034,'wp_user_level','0'),(13345,1034,'default_password_nag','1'),(13346,1035,'nickname','danigeo12001'),(13347,1035,'first_name',''),(13348,1035,'last_name',''),(13349,1035,'description',''),(13350,1035,'rich_editing','true'),(13351,1035,'comment_shortcuts','false'),(13352,1035,'admin_color','fresh'),(13353,1035,'use_ssl','0'),(13354,1035,'show_admin_bar_front','true'),(13355,1035,'locale',''),(13356,1035,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13357,1035,'wp_user_level','0'),(13358,1035,'default_password_nag','1'),(13359,1036,'nickname','kulchetan.sanga2008'),(13360,1036,'first_name',''),(13361,1036,'last_name',''),(13362,1036,'description',''),(13363,1036,'rich_editing','true'),(13364,1036,'comment_shortcuts','false'),(13365,1036,'admin_color','fresh'),(13366,1036,'use_ssl','0'),(13367,1036,'show_admin_bar_front','true'),(13368,1036,'locale',''),(13369,1036,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13370,1036,'wp_user_level','0'),(13371,1036,'default_password_nag','1'),(13372,1037,'nickname','scott9292006'),(13373,1037,'first_name',''),(13374,1037,'last_name',''),(13375,1037,'description',''),(13376,1037,'rich_editing','true'),(13377,1037,'comment_shortcuts','false'),(13378,1037,'admin_color','fresh'),(13379,1037,'use_ssl','0'),(13380,1037,'show_admin_bar_front','true'),(13381,1037,'locale',''),(13382,1037,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13383,1037,'wp_user_level','0'),(13384,1037,'default_password_nag','1'),(13385,1038,'nickname','sboresow1970'),(13386,1038,'first_name',''),(13387,1038,'last_name',''),(13388,1038,'description',''),(13389,1038,'rich_editing','true'),(13390,1038,'comment_shortcuts','false'),(13391,1038,'admin_color','fresh'),(13392,1038,'use_ssl','0'),(13393,1038,'show_admin_bar_front','true'),(13394,1038,'locale',''),(13395,1038,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13396,1038,'wp_user_level','0'),(13397,1038,'default_password_nag','1'),(13398,1039,'nickname','eod0021962'),(13399,1039,'first_name',''),(13400,1039,'last_name',''),(13401,1039,'description',''),(13402,1039,'rich_editing','true'),(13403,1039,'comment_shortcuts','false'),(13404,1039,'admin_color','fresh'),(13405,1039,'use_ssl','0'),(13406,1039,'show_admin_bar_front','true'),(13407,1039,'locale',''),(13408,1039,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13409,1039,'wp_user_level','0'),(13410,1039,'default_password_nag','1'),(13411,1040,'nickname','lori.fritzer1976'),(13412,1040,'first_name',''),(13413,1040,'last_name',''),(13414,1040,'description',''),(13415,1040,'rich_editing','true'),(13416,1040,'comment_shortcuts','false'),(13417,1040,'admin_color','fresh'),(13418,1040,'use_ssl','0'),(13419,1040,'show_admin_bar_front','true'),(13420,1040,'locale',''),(13421,1040,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13422,1040,'wp_user_level','0'),(13423,1040,'default_password_nag','1'),(13424,1041,'nickname','wdeutsch1955'),(13425,1041,'first_name',''),(13426,1041,'last_name',''),(13427,1041,'description',''),(13428,1041,'rich_editing','true'),(13429,1041,'comment_shortcuts','false'),(13430,1041,'admin_color','fresh'),(13431,1041,'use_ssl','0'),(13432,1041,'show_admin_bar_front','true'),(13433,1041,'locale',''),(13434,1041,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13435,1041,'wp_user_level','0'),(13436,1041,'default_password_nag','1'),(13437,1042,'nickname','jcao3212006'),(13438,1042,'first_name',''),(13439,1042,'last_name',''),(13440,1042,'description',''),(13441,1042,'rich_editing','true'),(13442,1042,'comment_shortcuts','false'),(13443,1042,'admin_color','fresh'),(13444,1042,'use_ssl','0'),(13445,1042,'show_admin_bar_front','true'),(13446,1042,'locale',''),(13447,1042,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13448,1042,'wp_user_level','0'),(13449,1042,'default_password_nag','1'),(13450,1043,'nickname','stephanie.dolezal1999'),(13451,1043,'first_name',''),(13452,1043,'last_name',''),(13453,1043,'description',''),(13454,1043,'rich_editing','true'),(13455,1043,'comment_shortcuts','false'),(13456,1043,'admin_color','fresh'),(13457,1043,'use_ssl','0'),(13458,1043,'show_admin_bar_front','true'),(13459,1043,'locale',''),(13460,1043,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13461,1043,'wp_user_level','0'),(13462,1043,'default_password_nag','1'),(13463,1044,'nickname','volar19631976'),(13464,1044,'first_name',''),(13465,1044,'last_name',''),(13466,1044,'description',''),(13467,1044,'rich_editing','true'),(13468,1044,'comment_shortcuts','false'),(13469,1044,'admin_color','fresh'),(13470,1044,'use_ssl','0'),(13471,1044,'show_admin_bar_front','true'),(13472,1044,'locale',''),(13473,1044,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13474,1044,'wp_user_level','0'),(13475,1044,'default_password_nag','1'),(13476,1045,'nickname','vraiteri1955'),(13477,1045,'first_name',''),(13478,1045,'last_name',''),(13479,1045,'description',''),(13480,1045,'rich_editing','true'),(13481,1045,'comment_shortcuts','false'),(13482,1045,'admin_color','fresh'),(13483,1045,'use_ssl','0'),(13484,1045,'show_admin_bar_front','true'),(13485,1045,'locale',''),(13486,1045,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13487,1045,'wp_user_level','0'),(13488,1045,'default_password_nag','1'),(13489,1046,'nickname','kari1810901963'),(13490,1046,'first_name',''),(13491,1046,'last_name',''),(13492,1046,'description',''),(13493,1046,'rich_editing','true'),(13494,1046,'comment_shortcuts','false'),(13495,1046,'admin_color','fresh'),(13496,1046,'use_ssl','0'),(13497,1046,'show_admin_bar_front','true'),(13498,1046,'locale',''),(13499,1046,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13500,1046,'wp_user_level','0'),(13501,1046,'default_password_nag','1'),(13502,1047,'nickname','topaz13132006'),(13503,1047,'first_name',''),(13504,1047,'last_name',''),(13505,1047,'description',''),(13506,1047,'rich_editing','true'),(13507,1047,'comment_shortcuts','false'),(13508,1047,'admin_color','fresh'),(13509,1047,'use_ssl','0'),(13510,1047,'show_admin_bar_front','true'),(13511,1047,'locale',''),(13512,1047,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13513,1047,'wp_user_level','0'),(13514,1047,'default_password_nag','1'),(13515,1048,'nickname','los_chucky1965'),(13516,1048,'first_name',''),(13517,1048,'last_name',''),(13518,1048,'description',''),(13519,1048,'rich_editing','true'),(13520,1048,'comment_shortcuts','false'),(13521,1048,'admin_color','fresh'),(13522,1048,'use_ssl','0'),(13523,1048,'show_admin_bar_front','true'),(13524,1048,'locale',''),(13525,1048,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13526,1048,'wp_user_level','0'),(13527,1048,'default_password_nag','1'),(13528,1049,'nickname','butterfly0952004'),(13529,1049,'first_name',''),(13530,1049,'last_name',''),(13531,1049,'description',''),(13532,1049,'rich_editing','true'),(13533,1049,'comment_shortcuts','false'),(13534,1049,'admin_color','fresh'),(13535,1049,'use_ssl','0'),(13536,1049,'show_admin_bar_front','true'),(13537,1049,'locale',''),(13538,1049,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13539,1049,'wp_user_level','0'),(13540,1049,'default_password_nag','1'),(13541,1050,'nickname','buffalo18551970'),(13542,1050,'first_name',''),(13543,1050,'last_name',''),(13544,1050,'description',''),(13545,1050,'rich_editing','true'),(13546,1050,'comment_shortcuts','false'),(13547,1050,'admin_color','fresh'),(13548,1050,'use_ssl','0'),(13549,1050,'show_admin_bar_front','true'),(13550,1050,'locale',''),(13551,1050,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13552,1050,'wp_user_level','0'),(13553,1050,'default_password_nag','1'),(13554,1051,'nickname','tsvimark1984'),(13555,1051,'first_name',''),(13556,1051,'last_name',''),(13557,1051,'description',''),(13558,1051,'rich_editing','true'),(13559,1051,'comment_shortcuts','false'),(13560,1051,'admin_color','fresh'),(13561,1051,'use_ssl','0'),(13562,1051,'show_admin_bar_front','true'),(13563,1051,'locale',''),(13564,1051,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13565,1051,'wp_user_level','0'),(13566,1051,'default_password_nag','1'),(13567,1052,'nickname','speed49racer1974'),(13568,1052,'first_name',''),(13569,1052,'last_name',''),(13570,1052,'description',''),(13571,1052,'rich_editing','true'),(13572,1052,'comment_shortcuts','false'),(13573,1052,'admin_color','fresh'),(13574,1052,'use_ssl','0'),(13575,1052,'show_admin_bar_front','true'),(13576,1052,'locale',''),(13577,1052,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13578,1052,'wp_user_level','0'),(13579,1052,'default_password_nag','1'),(13580,1053,'nickname','harrietwrightuk1953'),(13581,1053,'first_name',''),(13582,1053,'last_name',''),(13583,1053,'description',''),(13584,1053,'rich_editing','true'),(13585,1053,'comment_shortcuts','false'),(13586,1053,'admin_color','fresh'),(13587,1053,'use_ssl','0'),(13588,1053,'show_admin_bar_front','true'),(13589,1053,'locale',''),(13590,1053,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13591,1053,'wp_user_level','0'),(13592,1053,'default_password_nag','1'),(13593,1054,'nickname','holzberg1977'),(13594,1054,'first_name',''),(13595,1054,'last_name',''),(13596,1054,'description',''),(13597,1054,'rich_editing','true'),(13598,1054,'comment_shortcuts','false'),(13599,1054,'admin_color','fresh'),(13600,1054,'use_ssl','0'),(13601,1054,'show_admin_bar_front','true'),(13602,1054,'locale',''),(13603,1054,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13604,1054,'wp_user_level','0'),(13605,1054,'default_password_nag','1'),(13606,1055,'nickname','troublesome16711972'),(13607,1055,'first_name',''),(13608,1055,'last_name',''),(13609,1055,'description',''),(13610,1055,'rich_editing','true'),(13611,1055,'comment_shortcuts','false'),(13612,1055,'admin_color','fresh'),(13613,1055,'use_ssl','0'),(13614,1055,'show_admin_bar_front','true'),(13615,1055,'locale',''),(13616,1055,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13617,1055,'wp_user_level','0'),(13618,1055,'default_password_nag','1'),(13619,1056,'nickname','rsbourgeois2007'),(13620,1056,'first_name',''),(13621,1056,'last_name',''),(13622,1056,'description',''),(13623,1056,'rich_editing','true'),(13624,1056,'comment_shortcuts','false'),(13625,1056,'admin_color','fresh'),(13626,1056,'use_ssl','0'),(13627,1056,'show_admin_bar_front','true'),(13628,1056,'locale',''),(13629,1056,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13630,1056,'wp_user_level','0'),(13631,1056,'default_password_nag','1'),(13632,1057,'nickname','jseverydayfashion1965'),(13633,1057,'first_name',''),(13634,1057,'last_name',''),(13635,1057,'description',''),(13636,1057,'rich_editing','true'),(13637,1057,'comment_shortcuts','false'),(13638,1057,'admin_color','fresh'),(13639,1057,'use_ssl','0'),(13640,1057,'show_admin_bar_front','true'),(13641,1057,'locale',''),(13642,1057,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13643,1057,'wp_user_level','0'),(13644,1057,'default_password_nag','1'),(13645,1058,'nickname','hightower1041970'),(13646,1058,'first_name',''),(13647,1058,'last_name',''),(13648,1058,'description',''),(13649,1058,'rich_editing','true'),(13650,1058,'comment_shortcuts','false'),(13651,1058,'admin_color','fresh'),(13652,1058,'use_ssl','0'),(13653,1058,'show_admin_bar_front','true'),(13654,1058,'locale',''),(13655,1058,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13656,1058,'wp_user_level','0'),(13657,1058,'default_password_nag','1'),(13658,1059,'nickname','libnsam1992'),(13659,1059,'first_name',''),(13660,1059,'last_name',''),(13661,1059,'description',''),(13662,1059,'rich_editing','true'),(13663,1059,'comment_shortcuts','false'),(13664,1059,'admin_color','fresh'),(13665,1059,'use_ssl','0'),(13666,1059,'show_admin_bar_front','true'),(13667,1059,'locale',''),(13668,1059,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13669,1059,'wp_user_level','0'),(13670,1059,'default_password_nag','1'),(13671,1060,'nickname','antoine.harel1974'),(13672,1060,'first_name',''),(13673,1060,'last_name',''),(13674,1060,'description',''),(13675,1060,'rich_editing','true'),(13676,1060,'comment_shortcuts','false'),(13677,1060,'admin_color','fresh'),(13678,1060,'use_ssl','0'),(13679,1060,'show_admin_bar_front','true'),(13680,1060,'locale',''),(13681,1060,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13682,1060,'wp_user_level','0'),(13683,1060,'default_password_nag','1'),(13684,1061,'nickname','jwidmer522001'),(13685,1061,'first_name',''),(13686,1061,'last_name',''),(13687,1061,'description',''),(13688,1061,'rich_editing','true'),(13689,1061,'comment_shortcuts','false'),(13690,1061,'admin_color','fresh'),(13691,1061,'use_ssl','0'),(13692,1061,'show_admin_bar_front','true'),(13693,1061,'locale',''),(13694,1061,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13695,1061,'wp_user_level','0'),(13696,1061,'default_password_nag','1'),(13697,1062,'nickname','joshjohns2005'),(13698,1062,'first_name',''),(13699,1062,'last_name',''),(13700,1062,'description',''),(13701,1062,'rich_editing','true'),(13702,1062,'comment_shortcuts','false'),(13703,1062,'admin_color','fresh'),(13704,1062,'use_ssl','0'),(13705,1062,'show_admin_bar_front','true'),(13706,1062,'locale',''),(13707,1062,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13708,1062,'wp_user_level','0'),(13709,1062,'default_password_nag','1'),(13710,1063,'nickname','walters1111955'),(13711,1063,'first_name',''),(13712,1063,'last_name',''),(13713,1063,'description',''),(13714,1063,'rich_editing','true'),(13715,1063,'comment_shortcuts','false'),(13716,1063,'admin_color','fresh'),(13717,1063,'use_ssl','0'),(13718,1063,'show_admin_bar_front','true'),(13719,1063,'locale',''),(13720,1063,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13721,1063,'wp_user_level','0'),(13722,1063,'default_password_nag','1'),(13723,1064,'nickname','razyrae1964'),(13724,1064,'first_name',''),(13725,1064,'last_name',''),(13726,1064,'description',''),(13727,1064,'rich_editing','true'),(13728,1064,'comment_shortcuts','false'),(13729,1064,'admin_color','fresh'),(13730,1064,'use_ssl','0'),(13731,1064,'show_admin_bar_front','true'),(13732,1064,'locale',''),(13733,1064,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13734,1064,'wp_user_level','0'),(13735,1064,'default_password_nag','1'),(13736,1065,'nickname','aimee_boit1990'),(13737,1065,'first_name',''),(13738,1065,'last_name',''),(13739,1065,'description',''),(13740,1065,'rich_editing','true'),(13741,1065,'comment_shortcuts','false'),(13742,1065,'admin_color','fresh'),(13743,1065,'use_ssl','0'),(13744,1065,'show_admin_bar_front','true'),(13745,1065,'locale',''),(13746,1065,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13747,1065,'wp_user_level','0'),(13748,1065,'default_password_nag','1'),(13749,1066,'nickname','jahiggi331979'),(13750,1066,'first_name',''),(13751,1066,'last_name',''),(13752,1066,'description',''),(13753,1066,'rich_editing','true'),(13754,1066,'comment_shortcuts','false'),(13755,1066,'admin_color','fresh'),(13756,1066,'use_ssl','0'),(13757,1066,'show_admin_bar_front','true'),(13758,1066,'locale',''),(13759,1066,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13760,1066,'wp_user_level','0'),(13761,1066,'default_password_nag','1'),(13762,1067,'nickname','gordon_riza1951'),(13763,1067,'first_name',''),(13764,1067,'last_name',''),(13765,1067,'description',''),(13766,1067,'rich_editing','true'),(13767,1067,'comment_shortcuts','false'),(13768,1067,'admin_color','fresh'),(13769,1067,'use_ssl','0'),(13770,1067,'show_admin_bar_front','true'),(13771,1067,'locale',''),(13772,1067,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13773,1067,'wp_user_level','0'),(13774,1067,'default_password_nag','1'),(13775,1068,'nickname','shadow_th201955'),(13776,1068,'first_name',''),(13777,1068,'last_name',''),(13778,1068,'description',''),(13779,1068,'rich_editing','true'),(13780,1068,'comment_shortcuts','false'),(13781,1068,'admin_color','fresh'),(13782,1068,'use_ssl','0'),(13783,1068,'show_admin_bar_front','true'),(13784,1068,'locale',''),(13785,1068,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13786,1068,'wp_user_level','0'),(13787,1068,'default_password_nag','1'),(13788,1069,'nickname','lmg87781971'),(13789,1069,'first_name',''),(13790,1069,'last_name',''),(13791,1069,'description',''),(13792,1069,'rich_editing','true'),(13793,1069,'comment_shortcuts','false'),(13794,1069,'admin_color','fresh'),(13795,1069,'use_ssl','0'),(13796,1069,'show_admin_bar_front','true'),(13797,1069,'locale',''),(13798,1069,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13799,1069,'wp_user_level','0'),(13800,1069,'default_password_nag','1'),(13801,1070,'nickname','ssamonek1951'),(13802,1070,'first_name',''),(13803,1070,'last_name',''),(13804,1070,'description',''),(13805,1070,'rich_editing','true'),(13806,1070,'comment_shortcuts','false'),(13807,1070,'admin_color','fresh'),(13808,1070,'use_ssl','0'),(13809,1070,'show_admin_bar_front','true'),(13810,1070,'locale',''),(13811,1070,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13812,1070,'wp_user_level','0'),(13813,1070,'default_password_nag','1'),(13814,1071,'nickname','april.cr91081952'),(13815,1071,'first_name',''),(13816,1071,'last_name',''),(13817,1071,'description',''),(13818,1071,'rich_editing','true'),(13819,1071,'comment_shortcuts','false'),(13820,1071,'admin_color','fresh'),(13821,1071,'use_ssl','0'),(13822,1071,'show_admin_bar_front','true'),(13823,1071,'locale',''),(13824,1071,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13825,1071,'wp_user_level','0'),(13826,1071,'default_password_nag','1'),(13827,1072,'nickname','alisonsmith4261984'),(13828,1072,'first_name',''),(13829,1072,'last_name',''),(13830,1072,'description',''),(13831,1072,'rich_editing','true'),(13832,1072,'comment_shortcuts','false'),(13833,1072,'admin_color','fresh'),(13834,1072,'use_ssl','0'),(13835,1072,'show_admin_bar_front','true'),(13836,1072,'locale',''),(13837,1072,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13838,1072,'wp_user_level','0'),(13839,1072,'default_password_nag','1'),(13840,1073,'nickname','cbglobie1956'),(13841,1073,'first_name',''),(13842,1073,'last_name',''),(13843,1073,'description',''),(13844,1073,'rich_editing','true'),(13845,1073,'comment_shortcuts','false'),(13846,1073,'admin_color','fresh'),(13847,1073,'use_ssl','0'),(13848,1073,'show_admin_bar_front','true'),(13849,1073,'locale',''),(13850,1073,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13851,1073,'wp_user_level','0'),(13852,1073,'default_password_nag','1'),(13853,1074,'nickname','garrettchap1976'),(13854,1074,'first_name',''),(13855,1074,'last_name',''),(13856,1074,'description',''),(13857,1074,'rich_editing','true'),(13858,1074,'comment_shortcuts','false'),(13859,1074,'admin_color','fresh'),(13860,1074,'use_ssl','0'),(13861,1074,'show_admin_bar_front','true'),(13862,1074,'locale',''),(13863,1074,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13864,1074,'wp_user_level','0'),(13865,1074,'default_password_nag','1'),(13866,1075,'nickname','ziomaramolina1969'),(13867,1075,'first_name',''),(13868,1075,'last_name',''),(13869,1075,'description',''),(13870,1075,'rich_editing','true'),(13871,1075,'comment_shortcuts','false'),(13872,1075,'admin_color','fresh'),(13873,1075,'use_ssl','0'),(13874,1075,'show_admin_bar_front','true'),(13875,1075,'locale',''),(13876,1075,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13877,1075,'wp_user_level','0'),(13878,1075,'default_password_nag','1'),(13879,1076,'nickname','adrienneross1976'),(13880,1076,'first_name',''),(13881,1076,'last_name',''),(13882,1076,'description',''),(13883,1076,'rich_editing','true'),(13884,1076,'comment_shortcuts','false'),(13885,1076,'admin_color','fresh'),(13886,1076,'use_ssl','0'),(13887,1076,'show_admin_bar_front','true'),(13888,1076,'locale',''),(13889,1076,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13890,1076,'wp_user_level','0'),(13891,1076,'default_password_nag','1'),(13892,1077,'nickname','jomiller181959'),(13893,1077,'first_name',''),(13894,1077,'last_name',''),(13895,1077,'description',''),(13896,1077,'rich_editing','true'),(13897,1077,'comment_shortcuts','false'),(13898,1077,'admin_color','fresh'),(13899,1077,'use_ssl','0'),(13900,1077,'show_admin_bar_front','true'),(13901,1077,'locale',''),(13902,1077,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13903,1077,'wp_user_level','0'),(13904,1077,'default_password_nag','1'),(13905,1078,'nickname','npierce891950'),(13906,1078,'first_name',''),(13907,1078,'last_name',''),(13908,1078,'description',''),(13909,1078,'rich_editing','true'),(13910,1078,'comment_shortcuts','false'),(13911,1078,'admin_color','fresh'),(13912,1078,'use_ssl','0'),(13913,1078,'show_admin_bar_front','true'),(13914,1078,'locale',''),(13915,1078,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13916,1078,'wp_user_level','0'),(13917,1078,'default_password_nag','1'),(13918,1079,'nickname','elenthall2004'),(13919,1079,'first_name',''),(13920,1079,'last_name',''),(13921,1079,'description',''),(13922,1079,'rich_editing','true'),(13923,1079,'comment_shortcuts','false'),(13924,1079,'admin_color','fresh'),(13925,1079,'use_ssl','0'),(13926,1079,'show_admin_bar_front','true'),(13927,1079,'locale',''),(13928,1079,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13929,1079,'wp_user_level','0'),(13930,1079,'default_password_nag','1'),(13931,1080,'nickname','maxmess20101953'),(13932,1080,'first_name',''),(13933,1080,'last_name',''),(13934,1080,'description',''),(13935,1080,'rich_editing','true'),(13936,1080,'comment_shortcuts','false'),(13937,1080,'admin_color','fresh'),(13938,1080,'use_ssl','0'),(13939,1080,'show_admin_bar_front','true'),(13940,1080,'locale',''),(13941,1080,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13942,1080,'wp_user_level','0'),(13943,1080,'default_password_nag','1'),(13944,1081,'nickname','evemeier1961'),(13945,1081,'first_name',''),(13946,1081,'last_name',''),(13947,1081,'description',''),(13948,1081,'rich_editing','true'),(13949,1081,'comment_shortcuts','false'),(13950,1081,'admin_color','fresh'),(13951,1081,'use_ssl','0'),(13952,1081,'show_admin_bar_front','true'),(13953,1081,'locale',''),(13954,1081,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13955,1081,'wp_user_level','0'),(13956,1081,'default_password_nag','1'),(13957,1082,'nickname','ioriokeith1961'),(13958,1082,'first_name',''),(13959,1082,'last_name',''),(13960,1082,'description',''),(13961,1082,'rich_editing','true'),(13962,1082,'comment_shortcuts','false'),(13963,1082,'admin_color','fresh'),(13964,1082,'use_ssl','0'),(13965,1082,'show_admin_bar_front','true'),(13966,1082,'locale',''),(13967,1082,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13968,1082,'wp_user_level','0'),(13969,1082,'default_password_nag','1'),(13970,1083,'nickname','bsonetwo2000'),(13971,1083,'first_name',''),(13972,1083,'last_name',''),(13973,1083,'description',''),(13974,1083,'rich_editing','true'),(13975,1083,'comment_shortcuts','false'),(13976,1083,'admin_color','fresh'),(13977,1083,'use_ssl','0'),(13978,1083,'show_admin_bar_front','true'),(13979,1083,'locale',''),(13980,1083,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13981,1083,'wp_user_level','0'),(13982,1083,'default_password_nag','1'),(13983,1084,'nickname','orlandogavilan2004'),(13984,1084,'first_name',''),(13985,1084,'last_name',''),(13986,1084,'description',''),(13987,1084,'rich_editing','true'),(13988,1084,'comment_shortcuts','false'),(13989,1084,'admin_color','fresh'),(13990,1084,'use_ssl','0'),(13991,1084,'show_admin_bar_front','true'),(13992,1084,'locale',''),(13993,1084,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(13994,1084,'wp_user_level','0'),(13995,1084,'default_password_nag','1'),(13996,1085,'nickname','gfreedom992004'),(13997,1085,'first_name',''),(13998,1085,'last_name',''),(13999,1085,'description',''),(14000,1085,'rich_editing','true'),(14001,1085,'comment_shortcuts','false'),(14002,1085,'admin_color','fresh'),(14003,1085,'use_ssl','0'),(14004,1085,'show_admin_bar_front','true'),(14005,1085,'locale',''),(14006,1085,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14007,1085,'wp_user_level','0'),(14008,1085,'default_password_nag','1'),(14009,1086,'nickname','augustov1953'),(14010,1086,'first_name',''),(14011,1086,'last_name',''),(14012,1086,'description',''),(14013,1086,'rich_editing','true'),(14014,1086,'comment_shortcuts','false'),(14015,1086,'admin_color','fresh'),(14016,1086,'use_ssl','0'),(14017,1086,'show_admin_bar_front','true'),(14018,1086,'locale',''),(14019,1086,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14020,1086,'wp_user_level','0'),(14021,1086,'default_password_nag','1'),(14022,1087,'nickname','lketola1972'),(14023,1087,'first_name',''),(14024,1087,'last_name',''),(14025,1087,'description',''),(14026,1087,'rich_editing','true'),(14027,1087,'comment_shortcuts','false'),(14028,1087,'admin_color','fresh'),(14029,1087,'use_ssl','0'),(14030,1087,'show_admin_bar_front','true'),(14031,1087,'locale',''),(14032,1087,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14033,1087,'wp_user_level','0'),(14034,1087,'default_password_nag','1'),(14035,1088,'nickname','emichel2009'),(14036,1088,'first_name',''),(14037,1088,'last_name',''),(14038,1088,'description',''),(14039,1088,'rich_editing','true'),(14040,1088,'comment_shortcuts','false'),(14041,1088,'admin_color','fresh'),(14042,1088,'use_ssl','0'),(14043,1088,'show_admin_bar_front','true'),(14044,1088,'locale',''),(14045,1088,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14046,1088,'wp_user_level','0'),(14047,1088,'default_password_nag','1'),(14048,1089,'nickname','karlakringen1981'),(14049,1089,'first_name',''),(14050,1089,'last_name',''),(14051,1089,'description',''),(14052,1089,'rich_editing','true'),(14053,1089,'comment_shortcuts','false'),(14054,1089,'admin_color','fresh'),(14055,1089,'use_ssl','0'),(14056,1089,'show_admin_bar_front','true'),(14057,1089,'locale',''),(14058,1089,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14059,1089,'wp_user_level','0'),(14060,1089,'default_password_nag','1'),(14061,1090,'nickname','crazyblimo1001981'),(14062,1090,'first_name',''),(14063,1090,'last_name',''),(14064,1090,'description',''),(14065,1090,'rich_editing','true'),(14066,1090,'comment_shortcuts','false'),(14067,1090,'admin_color','fresh'),(14068,1090,'use_ssl','0'),(14069,1090,'show_admin_bar_front','true'),(14070,1090,'locale',''),(14071,1090,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14072,1090,'wp_user_level','0'),(14073,1090,'default_password_nag','1'),(14074,1091,'nickname','kevin2006'),(14075,1091,'first_name',''),(14076,1091,'last_name',''),(14077,1091,'description',''),(14078,1091,'rich_editing','true'),(14079,1091,'comment_shortcuts','false'),(14080,1091,'admin_color','fresh'),(14081,1091,'use_ssl','0'),(14082,1091,'show_admin_bar_front','true'),(14083,1091,'locale',''),(14084,1091,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14085,1091,'wp_user_level','0'),(14086,1091,'default_password_nag','1'),(14087,1092,'nickname','justinhansen571950'),(14088,1092,'first_name',''),(14089,1092,'last_name',''),(14090,1092,'description',''),(14091,1092,'rich_editing','true'),(14092,1092,'comment_shortcuts','false'),(14093,1092,'admin_color','fresh'),(14094,1092,'use_ssl','0'),(14095,1092,'show_admin_bar_front','true'),(14096,1092,'locale',''),(14097,1092,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14098,1092,'wp_user_level','0'),(14099,1092,'default_password_nag','1'),(14100,1093,'nickname','griep011984'),(14101,1093,'first_name',''),(14102,1093,'last_name',''),(14103,1093,'description',''),(14104,1093,'rich_editing','true'),(14105,1093,'comment_shortcuts','false'),(14106,1093,'admin_color','fresh'),(14107,1093,'use_ssl','0'),(14108,1093,'show_admin_bar_front','true'),(14109,1093,'locale',''),(14110,1093,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14111,1093,'wp_user_level','0'),(14112,1093,'default_password_nag','1'),(14113,1094,'nickname','sherrys072005'),(14114,1094,'first_name',''),(14115,1094,'last_name',''),(14116,1094,'description',''),(14117,1094,'rich_editing','true'),(14118,1094,'comment_shortcuts','false'),(14119,1094,'admin_color','fresh'),(14120,1094,'use_ssl','0'),(14121,1094,'show_admin_bar_front','true'),(14122,1094,'locale',''),(14123,1094,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14124,1094,'wp_user_level','0'),(14125,1094,'default_password_nag','1'),(14126,1095,'nickname','terencerice1986'),(14127,1095,'first_name',''),(14128,1095,'last_name',''),(14129,1095,'description',''),(14130,1095,'rich_editing','true'),(14131,1095,'comment_shortcuts','false'),(14132,1095,'admin_color','fresh'),(14133,1095,'use_ssl','0'),(14134,1095,'show_admin_bar_front','true'),(14135,1095,'locale',''),(14136,1095,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14137,1095,'wp_user_level','0'),(14138,1095,'default_password_nag','1'),(14139,1096,'nickname','dsbyler1989'),(14140,1096,'first_name',''),(14141,1096,'last_name',''),(14142,1096,'description',''),(14143,1096,'rich_editing','true'),(14144,1096,'comment_shortcuts','false'),(14145,1096,'admin_color','fresh'),(14146,1096,'use_ssl','0'),(14147,1096,'show_admin_bar_front','true'),(14148,1096,'locale',''),(14149,1096,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14150,1096,'wp_user_level','0'),(14151,1096,'default_password_nag','1'),(14152,1097,'nickname','tonyamccall2007'),(14153,1097,'first_name',''),(14154,1097,'last_name',''),(14155,1097,'description',''),(14156,1097,'rich_editing','true'),(14157,1097,'comment_shortcuts','false'),(14158,1097,'admin_color','fresh'),(14159,1097,'use_ssl','0'),(14160,1097,'show_admin_bar_front','true'),(14161,1097,'locale',''),(14162,1097,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14163,1097,'wp_user_level','0'),(14164,1097,'default_password_nag','1'),(14165,1098,'nickname','michaeltoddsanders1997'),(14166,1098,'first_name',''),(14167,1098,'last_name',''),(14168,1098,'description',''),(14169,1098,'rich_editing','true'),(14170,1098,'comment_shortcuts','false'),(14171,1098,'admin_color','fresh'),(14172,1098,'use_ssl','0'),(14173,1098,'show_admin_bar_front','true'),(14174,1098,'locale',''),(14175,1098,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14176,1098,'wp_user_level','0'),(14177,1098,'default_password_nag','1'),(14178,1099,'nickname','poche_1989'),(14179,1099,'first_name',''),(14180,1099,'last_name',''),(14181,1099,'description',''),(14182,1099,'rich_editing','true'),(14183,1099,'comment_shortcuts','false'),(14184,1099,'admin_color','fresh'),(14185,1099,'use_ssl','0'),(14186,1099,'show_admin_bar_front','true'),(14187,1099,'locale',''),(14188,1099,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14189,1099,'wp_user_level','0'),(14190,1099,'default_password_nag','1'),(14191,1100,'nickname','bluphoenix281973'),(14192,1100,'first_name',''),(14193,1100,'last_name',''),(14194,1100,'description',''),(14195,1100,'rich_editing','true'),(14196,1100,'comment_shortcuts','false'),(14197,1100,'admin_color','fresh'),(14198,1100,'use_ssl','0'),(14199,1100,'show_admin_bar_front','true'),(14200,1100,'locale',''),(14201,1100,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14202,1100,'wp_user_level','0'),(14203,1100,'default_password_nag','1'),(14204,1101,'nickname','i.dot.jufro1999'),(14205,1101,'first_name',''),(14206,1101,'last_name',''),(14207,1101,'description',''),(14208,1101,'rich_editing','true'),(14209,1101,'comment_shortcuts','false'),(14210,1101,'admin_color','fresh'),(14211,1101,'use_ssl','0'),(14212,1101,'show_admin_bar_front','true'),(14213,1101,'locale',''),(14214,1101,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14215,1101,'wp_user_level','0'),(14216,1101,'default_password_nag','1'),(14217,1102,'nickname','daisy-fresh2003'),(14218,1102,'first_name',''),(14219,1102,'last_name',''),(14220,1102,'description',''),(14221,1102,'rich_editing','true'),(14222,1102,'comment_shortcuts','false'),(14223,1102,'admin_color','fresh'),(14224,1102,'use_ssl','0'),(14225,1102,'show_admin_bar_front','true'),(14226,1102,'locale',''),(14227,1102,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14228,1102,'wp_user_level','0'),(14229,1102,'default_password_nag','1'),(14230,1103,'nickname','m4hharris2004'),(14231,1103,'first_name',''),(14232,1103,'last_name',''),(14233,1103,'description',''),(14234,1103,'rich_editing','true'),(14235,1103,'comment_shortcuts','false'),(14236,1103,'admin_color','fresh'),(14237,1103,'use_ssl','0'),(14238,1103,'show_admin_bar_front','true'),(14239,1103,'locale',''),(14240,1103,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14241,1103,'wp_user_level','0'),(14242,1103,'default_password_nag','1'),(14243,1104,'nickname','mcasten1970'),(14244,1104,'first_name',''),(14245,1104,'last_name',''),(14246,1104,'description',''),(14247,1104,'rich_editing','true'),(14248,1104,'comment_shortcuts','false'),(14249,1104,'admin_color','fresh'),(14250,1104,'use_ssl','0'),(14251,1104,'show_admin_bar_front','true'),(14252,1104,'locale',''),(14253,1104,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14254,1104,'wp_user_level','0'),(14255,1104,'default_password_nag','1'),(14256,1105,'nickname','antonycharman21963'),(14257,1105,'first_name',''),(14258,1105,'last_name',''),(14259,1105,'description',''),(14260,1105,'rich_editing','true'),(14261,1105,'comment_shortcuts','false'),(14262,1105,'admin_color','fresh'),(14263,1105,'use_ssl','0'),(14264,1105,'show_admin_bar_front','true'),(14265,1105,'locale',''),(14266,1105,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14267,1105,'wp_user_level','0'),(14268,1105,'default_password_nag','1'),(14269,1106,'nickname','jen028281991'),(14270,1106,'first_name',''),(14271,1106,'last_name',''),(14272,1106,'description',''),(14273,1106,'rich_editing','true'),(14274,1106,'comment_shortcuts','false'),(14275,1106,'admin_color','fresh'),(14276,1106,'use_ssl','0'),(14277,1106,'show_admin_bar_front','true'),(14278,1106,'locale',''),(14279,1106,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14280,1106,'wp_user_level','0'),(14281,1106,'default_password_nag','1'),(14282,1107,'nickname','skopanja1951'),(14283,1107,'first_name',''),(14284,1107,'last_name',''),(14285,1107,'description',''),(14286,1107,'rich_editing','true'),(14287,1107,'comment_shortcuts','false'),(14288,1107,'admin_color','fresh'),(14289,1107,'use_ssl','0'),(14290,1107,'show_admin_bar_front','true'),(14291,1107,'locale',''),(14292,1107,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14293,1107,'wp_user_level','0'),(14294,1107,'default_password_nag','1'),(14295,1108,'nickname','rlromeo1989'),(14296,1108,'first_name',''),(14297,1108,'last_name',''),(14298,1108,'description',''),(14299,1108,'rich_editing','true'),(14300,1108,'comment_shortcuts','false'),(14301,1108,'admin_color','fresh'),(14302,1108,'use_ssl','0'),(14303,1108,'show_admin_bar_front','true'),(14304,1108,'locale',''),(14305,1108,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14306,1108,'wp_user_level','0'),(14307,1108,'default_password_nag','1'),(14308,1109,'nickname','beckysmoke1954'),(14309,1109,'first_name',''),(14310,1109,'last_name',''),(14311,1109,'description',''),(14312,1109,'rich_editing','true'),(14313,1109,'comment_shortcuts','false'),(14314,1109,'admin_color','fresh'),(14315,1109,'use_ssl','0'),(14316,1109,'show_admin_bar_front','true'),(14317,1109,'locale',''),(14318,1109,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14319,1109,'wp_user_level','0'),(14320,1109,'default_password_nag','1'),(14321,1110,'nickname','sdiamante082010'),(14322,1110,'first_name',''),(14323,1110,'last_name',''),(14324,1110,'description',''),(14325,1110,'rich_editing','true'),(14326,1110,'comment_shortcuts','false'),(14327,1110,'admin_color','fresh'),(14328,1110,'use_ssl','0'),(14329,1110,'show_admin_bar_front','true'),(14330,1110,'locale',''),(14331,1110,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14332,1110,'wp_user_level','0'),(14333,1110,'default_password_nag','1'),(14334,1111,'nickname','somerville.scott1995'),(14335,1111,'first_name',''),(14336,1111,'last_name',''),(14337,1111,'description',''),(14338,1111,'rich_editing','true'),(14339,1111,'comment_shortcuts','false'),(14340,1111,'admin_color','fresh'),(14341,1111,'use_ssl','0'),(14342,1111,'show_admin_bar_front','true'),(14343,1111,'locale',''),(14344,1111,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14345,1111,'wp_user_level','0'),(14346,1111,'default_password_nag','1'),(14347,1112,'nickname','marc.leclair1960'),(14348,1112,'first_name',''),(14349,1112,'last_name',''),(14350,1112,'description',''),(14351,1112,'rich_editing','true'),(14352,1112,'comment_shortcuts','false'),(14353,1112,'admin_color','fresh'),(14354,1112,'use_ssl','0'),(14355,1112,'show_admin_bar_front','true'),(14356,1112,'locale',''),(14357,1112,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14358,1112,'wp_user_level','0'),(14359,1112,'default_password_nag','1'),(14360,1113,'nickname','pjrogers.ylw2007'),(14361,1113,'first_name',''),(14362,1113,'last_name',''),(14363,1113,'description',''),(14364,1113,'rich_editing','true'),(14365,1113,'comment_shortcuts','false'),(14366,1113,'admin_color','fresh'),(14367,1113,'use_ssl','0'),(14368,1113,'show_admin_bar_front','true'),(14369,1113,'locale',''),(14370,1113,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14371,1113,'wp_user_level','0'),(14372,1113,'default_password_nag','1'),(14373,1114,'nickname','amy.yoder171998'),(14374,1114,'first_name',''),(14375,1114,'last_name',''),(14376,1114,'description',''),(14377,1114,'rich_editing','true'),(14378,1114,'comment_shortcuts','false'),(14379,1114,'admin_color','fresh'),(14380,1114,'use_ssl','0'),(14381,1114,'show_admin_bar_front','true'),(14382,1114,'locale',''),(14383,1114,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14384,1114,'wp_user_level','0'),(14385,1114,'default_password_nag','1'),(14386,1115,'nickname','yhc641961'),(14387,1115,'first_name',''),(14388,1115,'last_name',''),(14389,1115,'description',''),(14390,1115,'rich_editing','true'),(14391,1115,'comment_shortcuts','false'),(14392,1115,'admin_color','fresh'),(14393,1115,'use_ssl','0'),(14394,1115,'show_admin_bar_front','true'),(14395,1115,'locale',''),(14396,1115,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14397,1115,'wp_user_level','0'),(14398,1115,'default_password_nag','1'),(14399,1116,'nickname','1blackgold2005'),(14400,1116,'first_name',''),(14401,1116,'last_name',''),(14402,1116,'description',''),(14403,1116,'rich_editing','true'),(14404,1116,'comment_shortcuts','false'),(14405,1116,'admin_color','fresh'),(14406,1116,'use_ssl','0'),(14407,1116,'show_admin_bar_front','true'),(14408,1116,'locale',''),(14409,1116,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14410,1116,'wp_user_level','0'),(14411,1116,'default_password_nag','1'),(14412,1117,'nickname','wesmcentyre1972'),(14413,1117,'first_name',''),(14414,1117,'last_name',''),(14415,1117,'description',''),(14416,1117,'rich_editing','true'),(14417,1117,'comment_shortcuts','false'),(14418,1117,'admin_color','fresh'),(14419,1117,'use_ssl','0'),(14420,1117,'show_admin_bar_front','true'),(14421,1117,'locale',''),(14422,1117,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14423,1117,'wp_user_level','0'),(14424,1117,'default_password_nag','1'),(14425,1118,'nickname','ralphnmel2004'),(14426,1118,'first_name',''),(14427,1118,'last_name',''),(14428,1118,'description',''),(14429,1118,'rich_editing','true'),(14430,1118,'comment_shortcuts','false'),(14431,1118,'admin_color','fresh'),(14432,1118,'use_ssl','0'),(14433,1118,'show_admin_bar_front','true'),(14434,1118,'locale',''),(14435,1118,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14436,1118,'wp_user_level','0'),(14437,1118,'default_password_nag','1'),(14438,1119,'nickname','vbohan1956'),(14439,1119,'first_name',''),(14440,1119,'last_name',''),(14441,1119,'description',''),(14442,1119,'rich_editing','true'),(14443,1119,'comment_shortcuts','false'),(14444,1119,'admin_color','fresh'),(14445,1119,'use_ssl','0'),(14446,1119,'show_admin_bar_front','true'),(14447,1119,'locale',''),(14448,1119,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14449,1119,'wp_user_level','0'),(14450,1119,'default_password_nag','1'),(14451,1120,'nickname','scottl19691991'),(14452,1120,'first_name',''),(14453,1120,'last_name',''),(14454,1120,'description',''),(14455,1120,'rich_editing','true'),(14456,1120,'comment_shortcuts','false'),(14457,1120,'admin_color','fresh'),(14458,1120,'use_ssl','0'),(14459,1120,'show_admin_bar_front','true'),(14460,1120,'locale',''),(14461,1120,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14462,1120,'wp_user_level','0'),(14463,1120,'default_password_nag','1'),(14464,1121,'nickname','lbrown031985'),(14465,1121,'first_name',''),(14466,1121,'last_name',''),(14467,1121,'description',''),(14468,1121,'rich_editing','true'),(14469,1121,'comment_shortcuts','false'),(14470,1121,'admin_color','fresh'),(14471,1121,'use_ssl','0'),(14472,1121,'show_admin_bar_front','true'),(14473,1121,'locale',''),(14474,1121,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14475,1121,'wp_user_level','0'),(14476,1121,'default_password_nag','1'),(14477,1122,'nickname','flighty1022005'),(14478,1122,'first_name',''),(14479,1122,'last_name',''),(14480,1122,'description',''),(14481,1122,'rich_editing','true'),(14482,1122,'comment_shortcuts','false'),(14483,1122,'admin_color','fresh'),(14484,1122,'use_ssl','0'),(14485,1122,'show_admin_bar_front','true'),(14486,1122,'locale',''),(14487,1122,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14488,1122,'wp_user_level','0'),(14489,1122,'default_password_nag','1'),(14490,1123,'nickname','djkrueger1994'),(14491,1123,'first_name',''),(14492,1123,'last_name',''),(14493,1123,'description',''),(14494,1123,'rich_editing','true'),(14495,1123,'comment_shortcuts','false'),(14496,1123,'admin_color','fresh'),(14497,1123,'use_ssl','0'),(14498,1123,'show_admin_bar_front','true'),(14499,1123,'locale',''),(14500,1123,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14501,1123,'wp_user_level','0'),(14502,1123,'default_password_nag','1'),(14503,1124,'nickname','jerry-burchell1973'),(14504,1124,'first_name',''),(14505,1124,'last_name',''),(14506,1124,'description',''),(14507,1124,'rich_editing','true'),(14508,1124,'comment_shortcuts','false'),(14509,1124,'admin_color','fresh'),(14510,1124,'use_ssl','0'),(14511,1124,'show_admin_bar_front','true'),(14512,1124,'locale',''),(14513,1124,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14514,1124,'wp_user_level','0'),(14515,1124,'default_password_nag','1'),(14516,1125,'nickname','sueduberry1969'),(14517,1125,'first_name',''),(14518,1125,'last_name',''),(14519,1125,'description',''),(14520,1125,'rich_editing','true'),(14521,1125,'comment_shortcuts','false'),(14522,1125,'admin_color','fresh'),(14523,1125,'use_ssl','0'),(14524,1125,'show_admin_bar_front','true'),(14525,1125,'locale',''),(14526,1125,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14527,1125,'wp_user_level','0'),(14528,1125,'default_password_nag','1'),(14529,1126,'nickname','anthonycruz62452008'),(14530,1126,'first_name',''),(14531,1126,'last_name',''),(14532,1126,'description',''),(14533,1126,'rich_editing','true'),(14534,1126,'comment_shortcuts','false'),(14535,1126,'admin_color','fresh'),(14536,1126,'use_ssl','0'),(14537,1126,'show_admin_bar_front','true'),(14538,1126,'locale',''),(14539,1126,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14540,1126,'wp_user_level','0'),(14541,1126,'default_password_nag','1'),(14542,1127,'nickname','n_osborg1963'),(14543,1127,'first_name',''),(14544,1127,'last_name',''),(14545,1127,'description',''),(14546,1127,'rich_editing','true'),(14547,1127,'comment_shortcuts','false'),(14548,1127,'admin_color','fresh'),(14549,1127,'use_ssl','0'),(14550,1127,'show_admin_bar_front','true'),(14551,1127,'locale',''),(14552,1127,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14553,1127,'wp_user_level','0'),(14554,1127,'default_password_nag','1'),(14555,1128,'nickname','trinitydracing1983'),(14556,1128,'first_name',''),(14557,1128,'last_name',''),(14558,1128,'description',''),(14559,1128,'rich_editing','true'),(14560,1128,'comment_shortcuts','false'),(14561,1128,'admin_color','fresh'),(14562,1128,'use_ssl','0'),(14563,1128,'show_admin_bar_front','true'),(14564,1128,'locale',''),(14565,1128,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14566,1128,'wp_user_level','0'),(14567,1128,'default_password_nag','1'),(14568,1129,'nickname','phil1974'),(14569,1129,'first_name',''),(14570,1129,'last_name',''),(14571,1129,'description',''),(14572,1129,'rich_editing','true'),(14573,1129,'comment_shortcuts','false'),(14574,1129,'admin_color','fresh'),(14575,1129,'use_ssl','0'),(14576,1129,'show_admin_bar_front','true'),(14577,1129,'locale',''),(14578,1129,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14579,1129,'wp_user_level','0'),(14580,1129,'default_password_nag','1'),(14581,1130,'nickname','murphfam2000'),(14582,1130,'first_name',''),(14583,1130,'last_name',''),(14584,1130,'description',''),(14585,1130,'rich_editing','true'),(14586,1130,'comment_shortcuts','false'),(14587,1130,'admin_color','fresh'),(14588,1130,'use_ssl','0'),(14589,1130,'show_admin_bar_front','true'),(14590,1130,'locale',''),(14591,1130,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14592,1130,'wp_user_level','0'),(14593,1130,'default_password_nag','1'),(14594,1131,'nickname','kevinjoyoung1958'),(14595,1131,'first_name',''),(14596,1131,'last_name',''),(14597,1131,'description',''),(14598,1131,'rich_editing','true'),(14599,1131,'comment_shortcuts','false'),(14600,1131,'admin_color','fresh'),(14601,1131,'use_ssl','0'),(14602,1131,'show_admin_bar_front','true'),(14603,1131,'locale',''),(14604,1131,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14605,1131,'wp_user_level','0'),(14606,1131,'default_password_nag','1'),(14607,1132,'nickname','zellermd1979'),(14608,1132,'first_name',''),(14609,1132,'last_name',''),(14610,1132,'description',''),(14611,1132,'rich_editing','true'),(14612,1132,'comment_shortcuts','false'),(14613,1132,'admin_color','fresh'),(14614,1132,'use_ssl','0'),(14615,1132,'show_admin_bar_front','true'),(14616,1132,'locale',''),(14617,1132,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14618,1132,'wp_user_level','0'),(14619,1132,'default_password_nag','1'),(14620,1133,'nickname','sidharthl1967'),(14621,1133,'first_name',''),(14622,1133,'last_name',''),(14623,1133,'description',''),(14624,1133,'rich_editing','true'),(14625,1133,'comment_shortcuts','false'),(14626,1133,'admin_color','fresh'),(14627,1133,'use_ssl','0'),(14628,1133,'show_admin_bar_front','true'),(14629,1133,'locale',''),(14630,1133,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14631,1133,'wp_user_level','0'),(14632,1133,'default_password_nag','1'),(14633,1134,'nickname','wheystek1974'),(14634,1134,'first_name',''),(14635,1134,'last_name',''),(14636,1134,'description',''),(14637,1134,'rich_editing','true'),(14638,1134,'comment_shortcuts','false'),(14639,1134,'admin_color','fresh'),(14640,1134,'use_ssl','0'),(14641,1134,'show_admin_bar_front','true'),(14642,1134,'locale',''),(14643,1134,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14644,1134,'wp_user_level','0'),(14645,1134,'default_password_nag','1'),(14646,1135,'nickname','yosice1953'),(14647,1135,'first_name',''),(14648,1135,'last_name',''),(14649,1135,'description',''),(14650,1135,'rich_editing','true'),(14651,1135,'comment_shortcuts','false'),(14652,1135,'admin_color','fresh'),(14653,1135,'use_ssl','0'),(14654,1135,'show_admin_bar_front','true'),(14655,1135,'locale',''),(14656,1135,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14657,1135,'wp_user_level','0'),(14658,1135,'default_password_nag','1'),(14659,1136,'nickname','julimol1964'),(14660,1136,'first_name',''),(14661,1136,'last_name',''),(14662,1136,'description',''),(14663,1136,'rich_editing','true'),(14664,1136,'comment_shortcuts','false'),(14665,1136,'admin_color','fresh'),(14666,1136,'use_ssl','0'),(14667,1136,'show_admin_bar_front','true'),(14668,1136,'locale',''),(14669,1136,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14670,1136,'wp_user_level','0'),(14671,1136,'default_password_nag','1'),(14672,1137,'nickname','chenke82003'),(14673,1137,'first_name',''),(14674,1137,'last_name',''),(14675,1137,'description',''),(14676,1137,'rich_editing','true'),(14677,1137,'comment_shortcuts','false'),(14678,1137,'admin_color','fresh'),(14679,1137,'use_ssl','0'),(14680,1137,'show_admin_bar_front','true'),(14681,1137,'locale',''),(14682,1137,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14683,1137,'wp_user_level','0'),(14684,1137,'default_password_nag','1'),(14685,1138,'nickname','mmlag011967'),(14686,1138,'first_name',''),(14687,1138,'last_name',''),(14688,1138,'description',''),(14689,1138,'rich_editing','true'),(14690,1138,'comment_shortcuts','false'),(14691,1138,'admin_color','fresh'),(14692,1138,'use_ssl','0'),(14693,1138,'show_admin_bar_front','true'),(14694,1138,'locale',''),(14695,1138,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14696,1138,'wp_user_level','0'),(14697,1138,'default_password_nag','1'),(14698,1139,'nickname','gmariern1992'),(14699,1139,'first_name',''),(14700,1139,'last_name',''),(14701,1139,'description',''),(14702,1139,'rich_editing','true'),(14703,1139,'comment_shortcuts','false'),(14704,1139,'admin_color','fresh'),(14705,1139,'use_ssl','0'),(14706,1139,'show_admin_bar_front','true'),(14707,1139,'locale',''),(14708,1139,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14709,1139,'wp_user_level','0'),(14710,1139,'default_password_nag','1'),(14711,1140,'nickname','bellahairfrance1959'),(14712,1140,'first_name',''),(14713,1140,'last_name',''),(14714,1140,'description',''),(14715,1140,'rich_editing','true'),(14716,1140,'comment_shortcuts','false'),(14717,1140,'admin_color','fresh'),(14718,1140,'use_ssl','0'),(14719,1140,'show_admin_bar_front','true'),(14720,1140,'locale',''),(14721,1140,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14722,1140,'wp_user_level','0'),(14723,1140,'default_password_nag','1'),(14724,1141,'nickname','simeonlyons11975'),(14725,1141,'first_name',''),(14726,1141,'last_name',''),(14727,1141,'description',''),(14728,1141,'rich_editing','true'),(14729,1141,'comment_shortcuts','false'),(14730,1141,'admin_color','fresh'),(14731,1141,'use_ssl','0'),(14732,1141,'show_admin_bar_front','true'),(14733,1141,'locale',''),(14734,1141,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14735,1141,'wp_user_level','0'),(14736,1141,'default_password_nag','1'),(14737,1142,'nickname','lhiggins662009'),(14738,1142,'first_name',''),(14739,1142,'last_name',''),(14740,1142,'description',''),(14741,1142,'rich_editing','true'),(14742,1142,'comment_shortcuts','false'),(14743,1142,'admin_color','fresh'),(14744,1142,'use_ssl','0'),(14745,1142,'show_admin_bar_front','true'),(14746,1142,'locale',''),(14747,1142,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14748,1142,'wp_user_level','0'),(14749,1142,'default_password_nag','1'),(14750,1143,'nickname','roundedrock1964'),(14751,1143,'first_name',''),(14752,1143,'last_name',''),(14753,1143,'description',''),(14754,1143,'rich_editing','true'),(14755,1143,'comment_shortcuts','false'),(14756,1143,'admin_color','fresh'),(14757,1143,'use_ssl','0'),(14758,1143,'show_admin_bar_front','true'),(14759,1143,'locale',''),(14760,1143,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14761,1143,'wp_user_level','0'),(14762,1143,'default_password_nag','1'),(14763,1144,'nickname','devyn1950'),(14764,1144,'first_name',''),(14765,1144,'last_name',''),(14766,1144,'description',''),(14767,1144,'rich_editing','true'),(14768,1144,'comment_shortcuts','false'),(14769,1144,'admin_color','fresh'),(14770,1144,'use_ssl','0'),(14771,1144,'show_admin_bar_front','true'),(14772,1144,'locale',''),(14773,1144,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14774,1144,'wp_user_level','0'),(14775,1144,'default_password_nag','1'),(14776,1145,'nickname','whitmorejeff1983'),(14777,1145,'first_name',''),(14778,1145,'last_name',''),(14779,1145,'description',''),(14780,1145,'rich_editing','true'),(14781,1145,'comment_shortcuts','false'),(14782,1145,'admin_color','fresh'),(14783,1145,'use_ssl','0'),(14784,1145,'show_admin_bar_front','true'),(14785,1145,'locale',''),(14786,1145,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14787,1145,'wp_user_level','0'),(14788,1145,'default_password_nag','1'),(14789,1146,'nickname','tedmetzger1957'),(14790,1146,'first_name',''),(14791,1146,'last_name',''),(14792,1146,'description',''),(14793,1146,'rich_editing','true'),(14794,1146,'comment_shortcuts','false'),(14795,1146,'admin_color','fresh'),(14796,1146,'use_ssl','0'),(14797,1146,'show_admin_bar_front','true'),(14798,1146,'locale',''),(14799,1146,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14800,1146,'wp_user_level','0'),(14801,1146,'default_password_nag','1'),(14802,1147,'nickname','crobinsoncpa2004'),(14803,1147,'first_name',''),(14804,1147,'last_name',''),(14805,1147,'description',''),(14806,1147,'rich_editing','true'),(14807,1147,'comment_shortcuts','false'),(14808,1147,'admin_color','fresh'),(14809,1147,'use_ssl','0'),(14810,1147,'show_admin_bar_front','true'),(14811,1147,'locale',''),(14812,1147,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14813,1147,'wp_user_level','0'),(14814,1147,'default_password_nag','1'),(14815,1148,'nickname','mollymcgee1968'),(14816,1148,'first_name',''),(14817,1148,'last_name',''),(14818,1148,'description',''),(14819,1148,'rich_editing','true'),(14820,1148,'comment_shortcuts','false'),(14821,1148,'admin_color','fresh'),(14822,1148,'use_ssl','0'),(14823,1148,'show_admin_bar_front','true'),(14824,1148,'locale',''),(14825,1148,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14826,1148,'wp_user_level','0'),(14827,1148,'default_password_nag','1'),(14828,1149,'nickname','matthewcorns1986'),(14829,1149,'first_name',''),(14830,1149,'last_name',''),(14831,1149,'description',''),(14832,1149,'rich_editing','true'),(14833,1149,'comment_shortcuts','false'),(14834,1149,'admin_color','fresh'),(14835,1149,'use_ssl','0'),(14836,1149,'show_admin_bar_front','true'),(14837,1149,'locale',''),(14838,1149,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14839,1149,'wp_user_level','0'),(14840,1149,'default_password_nag','1'),(14841,1150,'nickname','revo22011987'),(14842,1150,'first_name',''),(14843,1150,'last_name',''),(14844,1150,'description',''),(14845,1150,'rich_editing','true'),(14846,1150,'comment_shortcuts','false'),(14847,1150,'admin_color','fresh'),(14848,1150,'use_ssl','0'),(14849,1150,'show_admin_bar_front','true'),(14850,1150,'locale',''),(14851,1150,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14852,1150,'wp_user_level','0'),(14853,1150,'default_password_nag','1'),(14854,1151,'nickname','jnblsme2002'),(14855,1151,'first_name',''),(14856,1151,'last_name',''),(14857,1151,'description',''),(14858,1151,'rich_editing','true'),(14859,1151,'comment_shortcuts','false'),(14860,1151,'admin_color','fresh'),(14861,1151,'use_ssl','0'),(14862,1151,'show_admin_bar_front','true'),(14863,1151,'locale',''),(14864,1151,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14865,1151,'wp_user_level','0'),(14866,1151,'default_password_nag','1'),(14867,1152,'nickname','agf29101990'),(14868,1152,'first_name',''),(14869,1152,'last_name',''),(14870,1152,'description',''),(14871,1152,'rich_editing','true'),(14872,1152,'comment_shortcuts','false'),(14873,1152,'admin_color','fresh'),(14874,1152,'use_ssl','0'),(14875,1152,'show_admin_bar_front','true'),(14876,1152,'locale',''),(14877,1152,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14878,1152,'wp_user_level','0'),(14879,1152,'default_password_nag','1'),(14880,1153,'nickname','renatonogueira1959'),(14881,1153,'first_name',''),(14882,1153,'last_name',''),(14883,1153,'description',''),(14884,1153,'rich_editing','true'),(14885,1153,'comment_shortcuts','false'),(14886,1153,'admin_color','fresh'),(14887,1153,'use_ssl','0'),(14888,1153,'show_admin_bar_front','true'),(14889,1153,'locale',''),(14890,1153,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14891,1153,'wp_user_level','0'),(14892,1153,'default_password_nag','1'),(14893,1154,'nickname','saeedakhtar91979'),(14894,1154,'first_name',''),(14895,1154,'last_name',''),(14896,1154,'description',''),(14897,1154,'rich_editing','true'),(14898,1154,'comment_shortcuts','false'),(14899,1154,'admin_color','fresh'),(14900,1154,'use_ssl','0'),(14901,1154,'show_admin_bar_front','true'),(14902,1154,'locale',''),(14903,1154,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14904,1154,'wp_user_level','0'),(14905,1154,'default_password_nag','1'),(14906,1155,'nickname','ali66anderson1984'),(14907,1155,'first_name',''),(14908,1155,'last_name',''),(14909,1155,'description',''),(14910,1155,'rich_editing','true'),(14911,1155,'comment_shortcuts','false'),(14912,1155,'admin_color','fresh'),(14913,1155,'use_ssl','0'),(14914,1155,'show_admin_bar_front','true'),(14915,1155,'locale',''),(14916,1155,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14917,1155,'wp_user_level','0'),(14918,1155,'default_password_nag','1'),(14919,1156,'nickname','legatoiu1994'),(14920,1156,'first_name',''),(14921,1156,'last_name',''),(14922,1156,'description',''),(14923,1156,'rich_editing','true'),(14924,1156,'comment_shortcuts','false'),(14925,1156,'admin_color','fresh'),(14926,1156,'use_ssl','0'),(14927,1156,'show_admin_bar_front','true'),(14928,1156,'locale',''),(14929,1156,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14930,1156,'wp_user_level','0'),(14931,1156,'default_password_nag','1'),(14932,1157,'nickname','nick.agnetto1965'),(14933,1157,'first_name',''),(14934,1157,'last_name',''),(14935,1157,'description',''),(14936,1157,'rich_editing','true'),(14937,1157,'comment_shortcuts','false'),(14938,1157,'admin_color','fresh'),(14939,1157,'use_ssl','0'),(14940,1157,'show_admin_bar_front','true'),(14941,1157,'locale',''),(14942,1157,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14943,1157,'wp_user_level','0'),(14944,1157,'default_password_nag','1'),(14945,1158,'nickname','susan4852004'),(14946,1158,'first_name',''),(14947,1158,'last_name',''),(14948,1158,'description',''),(14949,1158,'rich_editing','true'),(14950,1158,'comment_shortcuts','false'),(14951,1158,'admin_color','fresh'),(14952,1158,'use_ssl','0'),(14953,1158,'show_admin_bar_front','true'),(14954,1158,'locale',''),(14955,1158,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14956,1158,'wp_user_level','0'),(14957,1158,'default_password_nag','1'),(14958,1159,'nickname','gener011963'),(14959,1159,'first_name',''),(14960,1159,'last_name',''),(14961,1159,'description',''),(14962,1159,'rich_editing','true'),(14963,1159,'comment_shortcuts','false'),(14964,1159,'admin_color','fresh'),(14965,1159,'use_ssl','0'),(14966,1159,'show_admin_bar_front','true'),(14967,1159,'locale',''),(14968,1159,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14969,1159,'wp_user_level','0'),(14970,1159,'default_password_nag','1'),(14971,1160,'nickname','erivas561993'),(14972,1160,'first_name',''),(14973,1160,'last_name',''),(14974,1160,'description',''),(14975,1160,'rich_editing','true'),(14976,1160,'comment_shortcuts','false'),(14977,1160,'admin_color','fresh'),(14978,1160,'use_ssl','0'),(14979,1160,'show_admin_bar_front','true'),(14980,1160,'locale',''),(14981,1160,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14982,1160,'wp_user_level','0'),(14983,1160,'default_password_nag','1'),(14984,1161,'nickname','harryvrecg2005'),(14985,1161,'first_name',''),(14986,1161,'last_name',''),(14987,1161,'description',''),(14988,1161,'rich_editing','true'),(14989,1161,'comment_shortcuts','false'),(14990,1161,'admin_color','fresh'),(14991,1161,'use_ssl','0'),(14992,1161,'show_admin_bar_front','true'),(14993,1161,'locale',''),(14994,1161,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(14995,1161,'wp_user_level','0'),(14996,1161,'default_password_nag','1'),(14997,1162,'nickname','codymac61967'),(14998,1162,'first_name',''),(14999,1162,'last_name',''),(15000,1162,'description',''),(15001,1162,'rich_editing','true'),(15002,1162,'comment_shortcuts','false'),(15003,1162,'admin_color','fresh'),(15004,1162,'use_ssl','0'),(15005,1162,'show_admin_bar_front','true'),(15006,1162,'locale',''),(15007,1162,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15008,1162,'wp_user_level','0'),(15009,1162,'default_password_nag','1'),(15010,1163,'nickname','petra.killar1964'),(15011,1163,'first_name',''),(15012,1163,'last_name',''),(15013,1163,'description',''),(15014,1163,'rich_editing','true'),(15015,1163,'comment_shortcuts','false'),(15016,1163,'admin_color','fresh'),(15017,1163,'use_ssl','0'),(15018,1163,'show_admin_bar_front','true'),(15019,1163,'locale',''),(15020,1163,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15021,1163,'wp_user_level','0'),(15022,1163,'default_password_nag','1'),(15023,1164,'nickname','dfallon1967'),(15024,1164,'first_name',''),(15025,1164,'last_name',''),(15026,1164,'description',''),(15027,1164,'rich_editing','true'),(15028,1164,'comment_shortcuts','false'),(15029,1164,'admin_color','fresh'),(15030,1164,'use_ssl','0'),(15031,1164,'show_admin_bar_front','true'),(15032,1164,'locale',''),(15033,1164,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15034,1164,'wp_user_level','0'),(15035,1164,'default_password_nag','1'),(15036,1165,'nickname','mkbowman1991'),(15037,1165,'first_name',''),(15038,1165,'last_name',''),(15039,1165,'description',''),(15040,1165,'rich_editing','true'),(15041,1165,'comment_shortcuts','false'),(15042,1165,'admin_color','fresh'),(15043,1165,'use_ssl','0'),(15044,1165,'show_admin_bar_front','true'),(15045,1165,'locale',''),(15046,1165,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15047,1165,'wp_user_level','0'),(15048,1165,'default_password_nag','1'),(15049,1166,'nickname','lew_hitman20011967'),(15050,1166,'first_name',''),(15051,1166,'last_name',''),(15052,1166,'description',''),(15053,1166,'rich_editing','true'),(15054,1166,'comment_shortcuts','false'),(15055,1166,'admin_color','fresh'),(15056,1166,'use_ssl','0'),(15057,1166,'show_admin_bar_front','true'),(15058,1166,'locale',''),(15059,1166,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15060,1166,'wp_user_level','0'),(15061,1166,'default_password_nag','1'),(15062,1167,'nickname','sofia.victoria1997'),(15063,1167,'first_name',''),(15064,1167,'last_name',''),(15065,1167,'description',''),(15066,1167,'rich_editing','true'),(15067,1167,'comment_shortcuts','false'),(15068,1167,'admin_color','fresh'),(15069,1167,'use_ssl','0'),(15070,1167,'show_admin_bar_front','true'),(15071,1167,'locale',''),(15072,1167,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15073,1167,'wp_user_level','0'),(15074,1167,'default_password_nag','1'),(15075,1168,'nickname','maryjeccles1995'),(15076,1168,'first_name',''),(15077,1168,'last_name',''),(15078,1168,'description',''),(15079,1168,'rich_editing','true'),(15080,1168,'comment_shortcuts','false'),(15081,1168,'admin_color','fresh'),(15082,1168,'use_ssl','0'),(15083,1168,'show_admin_bar_front','true'),(15084,1168,'locale',''),(15085,1168,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15086,1168,'wp_user_level','0'),(15087,1168,'default_password_nag','1'),(15088,1169,'nickname','oldhagggg1994'),(15089,1169,'first_name',''),(15090,1169,'last_name',''),(15091,1169,'description',''),(15092,1169,'rich_editing','true'),(15093,1169,'comment_shortcuts','false'),(15094,1169,'admin_color','fresh'),(15095,1169,'use_ssl','0'),(15096,1169,'show_admin_bar_front','true'),(15097,1169,'locale',''),(15098,1169,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15099,1169,'wp_user_level','0'),(15100,1169,'default_password_nag','1'),(15101,1170,'nickname','rogriffle1955'),(15102,1170,'first_name',''),(15103,1170,'last_name',''),(15104,1170,'description',''),(15105,1170,'rich_editing','true'),(15106,1170,'comment_shortcuts','false'),(15107,1170,'admin_color','fresh'),(15108,1170,'use_ssl','0'),(15109,1170,'show_admin_bar_front','true'),(15110,1170,'locale',''),(15111,1170,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15112,1170,'wp_user_level','0'),(15113,1170,'default_password_nag','1'),(15114,1171,'nickname','schida1950'),(15115,1171,'first_name',''),(15116,1171,'last_name',''),(15117,1171,'description',''),(15118,1171,'rich_editing','true'),(15119,1171,'comment_shortcuts','false'),(15120,1171,'admin_color','fresh'),(15121,1171,'use_ssl','0'),(15122,1171,'show_admin_bar_front','true'),(15123,1171,'locale',''),(15124,1171,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15125,1171,'wp_user_level','0'),(15126,1171,'default_password_nag','1'),(15127,1172,'nickname','cash_money11051967'),(15128,1172,'first_name',''),(15129,1172,'last_name',''),(15130,1172,'description',''),(15131,1172,'rich_editing','true'),(15132,1172,'comment_shortcuts','false'),(15133,1172,'admin_color','fresh'),(15134,1172,'use_ssl','0'),(15135,1172,'show_admin_bar_front','true'),(15136,1172,'locale',''),(15137,1172,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15138,1172,'wp_user_level','0'),(15139,1172,'default_password_nag','1'),(15140,1173,'nickname','lm1white1994'),(15141,1173,'first_name',''),(15142,1173,'last_name',''),(15143,1173,'description',''),(15144,1173,'rich_editing','true'),(15145,1173,'comment_shortcuts','false'),(15146,1173,'admin_color','fresh'),(15147,1173,'use_ssl','0'),(15148,1173,'show_admin_bar_front','true'),(15149,1173,'locale',''),(15150,1173,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15151,1173,'wp_user_level','0'),(15152,1173,'default_password_nag','1'),(15153,1174,'nickname','wahidabdul7862004'),(15154,1174,'first_name',''),(15155,1174,'last_name',''),(15156,1174,'description',''),(15157,1174,'rich_editing','true'),(15158,1174,'comment_shortcuts','false'),(15159,1174,'admin_color','fresh'),(15160,1174,'use_ssl','0'),(15161,1174,'show_admin_bar_front','true'),(15162,1174,'locale',''),(15163,1174,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15164,1174,'wp_user_level','0'),(15165,1174,'default_password_nag','1'),(15166,1175,'nickname','noely402000'),(15167,1175,'first_name',''),(15168,1175,'last_name',''),(15169,1175,'description',''),(15170,1175,'rich_editing','true'),(15171,1175,'comment_shortcuts','false'),(15172,1175,'admin_color','fresh'),(15173,1175,'use_ssl','0'),(15174,1175,'show_admin_bar_front','true'),(15175,1175,'locale',''),(15176,1175,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15177,1175,'wp_user_level','0'),(15178,1175,'default_password_nag','1'),(15179,1176,'nickname','mirelaricardo1964'),(15180,1176,'first_name',''),(15181,1176,'last_name',''),(15182,1176,'description',''),(15183,1176,'rich_editing','true'),(15184,1176,'comment_shortcuts','false'),(15185,1176,'admin_color','fresh'),(15186,1176,'use_ssl','0'),(15187,1176,'show_admin_bar_front','true'),(15188,1176,'locale',''),(15189,1176,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15190,1176,'wp_user_level','0'),(15191,1176,'default_password_nag','1'),(15192,1177,'nickname','sontamurr1953'),(15193,1177,'first_name',''),(15194,1177,'last_name',''),(15195,1177,'description',''),(15196,1177,'rich_editing','true'),(15197,1177,'comment_shortcuts','false'),(15198,1177,'admin_color','fresh'),(15199,1177,'use_ssl','0'),(15200,1177,'show_admin_bar_front','true'),(15201,1177,'locale',''),(15202,1177,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15203,1177,'wp_user_level','0'),(15204,1177,'default_password_nag','1'),(15205,1178,'nickname','isabels1996'),(15206,1178,'first_name',''),(15207,1178,'last_name',''),(15208,1178,'description',''),(15209,1178,'rich_editing','true'),(15210,1178,'comment_shortcuts','false'),(15211,1178,'admin_color','fresh'),(15212,1178,'use_ssl','0'),(15213,1178,'show_admin_bar_front','true'),(15214,1178,'locale',''),(15215,1178,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15216,1178,'wp_user_level','0'),(15217,1178,'default_password_nag','1'),(15218,1179,'nickname','cooperbailbonds2008'),(15219,1179,'first_name',''),(15220,1179,'last_name',''),(15221,1179,'description',''),(15222,1179,'rich_editing','true'),(15223,1179,'comment_shortcuts','false'),(15224,1179,'admin_color','fresh'),(15225,1179,'use_ssl','0'),(15226,1179,'show_admin_bar_front','true'),(15227,1179,'locale',''),(15228,1179,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15229,1179,'wp_user_level','0'),(15230,1179,'default_password_nag','1'),(15231,1180,'nickname','microbeecs1995'),(15232,1180,'first_name',''),(15233,1180,'last_name',''),(15234,1180,'description',''),(15235,1180,'rich_editing','true'),(15236,1180,'comment_shortcuts','false'),(15237,1180,'admin_color','fresh'),(15238,1180,'use_ssl','0'),(15239,1180,'show_admin_bar_front','true'),(15240,1180,'locale',''),(15241,1180,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15242,1180,'wp_user_level','0'),(15243,1180,'default_password_nag','1'),(15244,1181,'nickname','suzetors1968'),(15245,1181,'first_name',''),(15246,1181,'last_name',''),(15247,1181,'description',''),(15248,1181,'rich_editing','true'),(15249,1181,'comment_shortcuts','false'),(15250,1181,'admin_color','fresh'),(15251,1181,'use_ssl','0'),(15252,1181,'show_admin_bar_front','true'),(15253,1181,'locale',''),(15254,1181,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15255,1181,'wp_user_level','0'),(15256,1181,'default_password_nag','1'),(15257,1182,'nickname','laura_sf2006'),(15258,1182,'first_name',''),(15259,1182,'last_name',''),(15260,1182,'description',''),(15261,1182,'rich_editing','true'),(15262,1182,'comment_shortcuts','false'),(15263,1182,'admin_color','fresh'),(15264,1182,'use_ssl','0'),(15265,1182,'show_admin_bar_front','true'),(15266,1182,'locale',''),(15267,1182,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15268,1182,'wp_user_level','0'),(15269,1182,'default_password_nag','1'),(15270,1183,'nickname','byerlyscott2002'),(15271,1183,'first_name',''),(15272,1183,'last_name',''),(15273,1183,'description',''),(15274,1183,'rich_editing','true'),(15275,1183,'comment_shortcuts','false'),(15276,1183,'admin_color','fresh'),(15277,1183,'use_ssl','0'),(15278,1183,'show_admin_bar_front','true'),(15279,1183,'locale',''),(15280,1183,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15281,1183,'wp_user_level','0'),(15282,1183,'default_password_nag','1'),(15283,1184,'nickname','crbrus22131979'),(15284,1184,'first_name',''),(15285,1184,'last_name',''),(15286,1184,'description',''),(15287,1184,'rich_editing','true'),(15288,1184,'comment_shortcuts','false'),(15289,1184,'admin_color','fresh'),(15290,1184,'use_ssl','0'),(15291,1184,'show_admin_bar_front','true'),(15292,1184,'locale',''),(15293,1184,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15294,1184,'wp_user_level','0'),(15295,1184,'default_password_nag','1'),(15296,1185,'nickname','why_56791968'),(15297,1185,'first_name',''),(15298,1185,'last_name',''),(15299,1185,'description',''),(15300,1185,'rich_editing','true'),(15301,1185,'comment_shortcuts','false'),(15302,1185,'admin_color','fresh'),(15303,1185,'use_ssl','0'),(15304,1185,'show_admin_bar_front','true'),(15305,1185,'locale',''),(15306,1185,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15307,1185,'wp_user_level','0'),(15308,1185,'default_password_nag','1'),(15309,1186,'nickname','gavin_grewal2007'),(15310,1186,'first_name',''),(15311,1186,'last_name',''),(15312,1186,'description',''),(15313,1186,'rich_editing','true'),(15314,1186,'comment_shortcuts','false'),(15315,1186,'admin_color','fresh'),(15316,1186,'use_ssl','0'),(15317,1186,'show_admin_bar_front','true'),(15318,1186,'locale',''),(15319,1186,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15320,1186,'wp_user_level','0'),(15321,1186,'default_password_nag','1'),(15322,1187,'nickname','dinahajj1954'),(15323,1187,'first_name',''),(15324,1187,'last_name',''),(15325,1187,'description',''),(15326,1187,'rich_editing','true'),(15327,1187,'comment_shortcuts','false'),(15328,1187,'admin_color','fresh'),(15329,1187,'use_ssl','0'),(15330,1187,'show_admin_bar_front','true'),(15331,1187,'locale',''),(15332,1187,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15333,1187,'wp_user_level','0'),(15334,1187,'default_password_nag','1'),(15335,1188,'nickname','amyallen20091979'),(15336,1188,'first_name',''),(15337,1188,'last_name',''),(15338,1188,'description',''),(15339,1188,'rich_editing','true'),(15340,1188,'comment_shortcuts','false'),(15341,1188,'admin_color','fresh'),(15342,1188,'use_ssl','0'),(15343,1188,'show_admin_bar_front','true'),(15344,1188,'locale',''),(15345,1188,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15346,1188,'wp_user_level','0'),(15347,1188,'default_password_nag','1'),(15348,1189,'nickname','julie.riley941955'),(15349,1189,'first_name',''),(15350,1189,'last_name',''),(15351,1189,'description',''),(15352,1189,'rich_editing','true'),(15353,1189,'comment_shortcuts','false'),(15354,1189,'admin_color','fresh'),(15355,1189,'use_ssl','0'),(15356,1189,'show_admin_bar_front','true'),(15357,1189,'locale',''),(15358,1189,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15359,1189,'wp_user_level','0'),(15360,1189,'default_password_nag','1'),(15361,1190,'nickname','rutylaboy1997'),(15362,1190,'first_name',''),(15363,1190,'last_name',''),(15364,1190,'description',''),(15365,1190,'rich_editing','true'),(15366,1190,'comment_shortcuts','false'),(15367,1190,'admin_color','fresh'),(15368,1190,'use_ssl','0'),(15369,1190,'show_admin_bar_front','true'),(15370,1190,'locale',''),(15371,1190,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15372,1190,'wp_user_level','0'),(15373,1190,'default_password_nag','1'),(15374,1191,'nickname','rchika1962'),(15375,1191,'first_name',''),(15376,1191,'last_name',''),(15377,1191,'description',''),(15378,1191,'rich_editing','true'),(15379,1191,'comment_shortcuts','false'),(15380,1191,'admin_color','fresh'),(15381,1191,'use_ssl','0'),(15382,1191,'show_admin_bar_front','true'),(15383,1191,'locale',''),(15384,1191,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15385,1191,'wp_user_level','0'),(15386,1191,'default_password_nag','1'),(15387,1192,'nickname','adalaide1974'),(15388,1192,'first_name',''),(15389,1192,'last_name',''),(15390,1192,'description',''),(15391,1192,'rich_editing','true'),(15392,1192,'comment_shortcuts','false'),(15393,1192,'admin_color','fresh'),(15394,1192,'use_ssl','0'),(15395,1192,'show_admin_bar_front','true'),(15396,1192,'locale',''),(15397,1192,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15398,1192,'wp_user_level','0'),(15399,1192,'default_password_nag','1'),(15400,1193,'nickname','rbrossmann1991'),(15401,1193,'first_name',''),(15402,1193,'last_name',''),(15403,1193,'description',''),(15404,1193,'rich_editing','true'),(15405,1193,'comment_shortcuts','false'),(15406,1193,'admin_color','fresh'),(15407,1193,'use_ssl','0'),(15408,1193,'show_admin_bar_front','true'),(15409,1193,'locale',''),(15410,1193,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15411,1193,'wp_user_level','0'),(15412,1193,'default_password_nag','1'),(15413,1194,'nickname','marktquinn1984'),(15414,1194,'first_name',''),(15415,1194,'last_name',''),(15416,1194,'description',''),(15417,1194,'rich_editing','true'),(15418,1194,'comment_shortcuts','false'),(15419,1194,'admin_color','fresh'),(15420,1194,'use_ssl','0'),(15421,1194,'show_admin_bar_front','true'),(15422,1194,'locale',''),(15423,1194,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15424,1194,'wp_user_level','0'),(15425,1194,'default_password_nag','1'),(15426,1195,'nickname','ajarokul1953'),(15427,1195,'first_name',''),(15428,1195,'last_name',''),(15429,1195,'description',''),(15430,1195,'rich_editing','true'),(15431,1195,'comment_shortcuts','false'),(15432,1195,'admin_color','fresh'),(15433,1195,'use_ssl','0'),(15434,1195,'show_admin_bar_front','true'),(15435,1195,'locale',''),(15436,1195,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15437,1195,'wp_user_level','0'),(15438,1195,'default_password_nag','1'),(15439,1196,'nickname','mrcekilmer1998'),(15440,1196,'first_name',''),(15441,1196,'last_name',''),(15442,1196,'description',''),(15443,1196,'rich_editing','true'),(15444,1196,'comment_shortcuts','false'),(15445,1196,'admin_color','fresh'),(15446,1196,'use_ssl','0'),(15447,1196,'show_admin_bar_front','true'),(15448,1196,'locale',''),(15449,1196,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15450,1196,'wp_user_level','0'),(15451,1196,'default_password_nag','1'),(15452,1197,'nickname','dawnlmoriarty1992'),(15453,1197,'first_name',''),(15454,1197,'last_name',''),(15455,1197,'description',''),(15456,1197,'rich_editing','true'),(15457,1197,'comment_shortcuts','false'),(15458,1197,'admin_color','fresh'),(15459,1197,'use_ssl','0'),(15460,1197,'show_admin_bar_front','true'),(15461,1197,'locale',''),(15462,1197,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15463,1197,'wp_user_level','0'),(15464,1197,'default_password_nag','1'),(15465,1198,'nickname','bones192nd1951'),(15466,1198,'first_name',''),(15467,1198,'last_name',''),(15468,1198,'description',''),(15469,1198,'rich_editing','true'),(15470,1198,'comment_shortcuts','false'),(15471,1198,'admin_color','fresh'),(15472,1198,'use_ssl','0'),(15473,1198,'show_admin_bar_front','true'),(15474,1198,'locale',''),(15475,1198,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15476,1198,'wp_user_level','0'),(15477,1198,'default_password_nag','1'),(15478,1199,'nickname','acquisti1951'),(15479,1199,'first_name',''),(15480,1199,'last_name',''),(15481,1199,'description',''),(15482,1199,'rich_editing','true'),(15483,1199,'comment_shortcuts','false'),(15484,1199,'admin_color','fresh'),(15485,1199,'use_ssl','0'),(15486,1199,'show_admin_bar_front','true'),(15487,1199,'locale',''),(15488,1199,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15489,1199,'wp_user_level','0'),(15490,1199,'default_password_nag','1'),(15491,1200,'nickname','intotheaether2002'),(15492,1200,'first_name',''),(15493,1200,'last_name',''),(15494,1200,'description',''),(15495,1200,'rich_editing','true'),(15496,1200,'comment_shortcuts','false'),(15497,1200,'admin_color','fresh'),(15498,1200,'use_ssl','0'),(15499,1200,'show_admin_bar_front','true'),(15500,1200,'locale',''),(15501,1200,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15502,1200,'wp_user_level','0'),(15503,1200,'default_password_nag','1'),(15504,1201,'nickname','ialerma1990'),(15505,1201,'first_name',''),(15506,1201,'last_name',''),(15507,1201,'description',''),(15508,1201,'rich_editing','true'),(15509,1201,'comment_shortcuts','false'),(15510,1201,'admin_color','fresh'),(15511,1201,'use_ssl','0'),(15512,1201,'show_admin_bar_front','true'),(15513,1201,'locale',''),(15514,1201,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15515,1201,'wp_user_level','0'),(15516,1201,'default_password_nag','1'),(15517,1202,'nickname','clandry9491952'),(15518,1202,'first_name',''),(15519,1202,'last_name',''),(15520,1202,'description',''),(15521,1202,'rich_editing','true'),(15522,1202,'comment_shortcuts','false'),(15523,1202,'admin_color','fresh'),(15524,1202,'use_ssl','0'),(15525,1202,'show_admin_bar_front','true'),(15526,1202,'locale',''),(15527,1202,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15528,1202,'wp_user_level','0'),(15529,1202,'default_password_nag','1'),(15530,1203,'nickname','tkarl22091965'),(15531,1203,'first_name',''),(15532,1203,'last_name',''),(15533,1203,'description',''),(15534,1203,'rich_editing','true'),(15535,1203,'comment_shortcuts','false'),(15536,1203,'admin_color','fresh'),(15537,1203,'use_ssl','0'),(15538,1203,'show_admin_bar_front','true'),(15539,1203,'locale',''),(15540,1203,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15541,1203,'wp_user_level','0'),(15542,1203,'default_password_nag','1'),(15543,1204,'nickname','suggestions1994'),(15544,1204,'first_name',''),(15545,1204,'last_name',''),(15546,1204,'description',''),(15547,1204,'rich_editing','true'),(15548,1204,'comment_shortcuts','false'),(15549,1204,'admin_color','fresh'),(15550,1204,'use_ssl','0'),(15551,1204,'show_admin_bar_front','true'),(15552,1204,'locale',''),(15553,1204,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15554,1204,'wp_user_level','0'),(15555,1204,'default_password_nag','1'),(15556,1205,'nickname','mwischler19471986'),(15557,1205,'first_name',''),(15558,1205,'last_name',''),(15559,1205,'description',''),(15560,1205,'rich_editing','true'),(15561,1205,'comment_shortcuts','false'),(15562,1205,'admin_color','fresh'),(15563,1205,'use_ssl','0'),(15564,1205,'show_admin_bar_front','true'),(15565,1205,'locale',''),(15566,1205,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15567,1205,'wp_user_level','0'),(15568,1205,'default_password_nag','1'),(15569,1206,'nickname','jeff.larson2010'),(15570,1206,'first_name',''),(15571,1206,'last_name',''),(15572,1206,'description',''),(15573,1206,'rich_editing','true'),(15574,1206,'comment_shortcuts','false'),(15575,1206,'admin_color','fresh'),(15576,1206,'use_ssl','0'),(15577,1206,'show_admin_bar_front','true'),(15578,1206,'locale',''),(15579,1206,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15580,1206,'wp_user_level','0'),(15581,1206,'default_password_nag','1'),(15582,1207,'nickname','mawaza032007'),(15583,1207,'first_name',''),(15584,1207,'last_name',''),(15585,1207,'description',''),(15586,1207,'rich_editing','true'),(15587,1207,'comment_shortcuts','false'),(15588,1207,'admin_color','fresh'),(15589,1207,'use_ssl','0'),(15590,1207,'show_admin_bar_front','true'),(15591,1207,'locale',''),(15592,1207,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15593,1207,'wp_user_level','0'),(15594,1207,'default_password_nag','1'),(15595,1208,'nickname','aande12851981'),(15596,1208,'first_name',''),(15597,1208,'last_name',''),(15598,1208,'description',''),(15599,1208,'rich_editing','true'),(15600,1208,'comment_shortcuts','false'),(15601,1208,'admin_color','fresh'),(15602,1208,'use_ssl','0'),(15603,1208,'show_admin_bar_front','true'),(15604,1208,'locale',''),(15605,1208,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15606,1208,'wp_user_level','0'),(15607,1208,'default_password_nag','1'),(15608,1209,'nickname','mclain621953'),(15609,1209,'first_name',''),(15610,1209,'last_name',''),(15611,1209,'description',''),(15612,1209,'rich_editing','true'),(15613,1209,'comment_shortcuts','false'),(15614,1209,'admin_color','fresh'),(15615,1209,'use_ssl','0'),(15616,1209,'show_admin_bar_front','true'),(15617,1209,'locale',''),(15618,1209,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15619,1209,'wp_user_level','0'),(15620,1209,'default_password_nag','1'),(15621,1210,'nickname','bjboughton2003'),(15622,1210,'first_name',''),(15623,1210,'last_name',''),(15624,1210,'description',''),(15625,1210,'rich_editing','true'),(15626,1210,'comment_shortcuts','false'),(15627,1210,'admin_color','fresh'),(15628,1210,'use_ssl','0'),(15629,1210,'show_admin_bar_front','true'),(15630,1210,'locale',''),(15631,1210,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15632,1210,'wp_user_level','0'),(15633,1210,'default_password_nag','1'),(15634,1211,'nickname','rossvarley641989'),(15635,1211,'first_name',''),(15636,1211,'last_name',''),(15637,1211,'description',''),(15638,1211,'rich_editing','true'),(15639,1211,'comment_shortcuts','false'),(15640,1211,'admin_color','fresh'),(15641,1211,'use_ssl','0'),(15642,1211,'show_admin_bar_front','true'),(15643,1211,'locale',''),(15644,1211,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15645,1211,'wp_user_level','0'),(15646,1211,'default_password_nag','1'),(15647,1212,'nickname','jhszakall1967'),(15648,1212,'first_name',''),(15649,1212,'last_name',''),(15650,1212,'description',''),(15651,1212,'rich_editing','true'),(15652,1212,'comment_shortcuts','false'),(15653,1212,'admin_color','fresh'),(15654,1212,'use_ssl','0'),(15655,1212,'show_admin_bar_front','true'),(15656,1212,'locale',''),(15657,1212,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15658,1212,'wp_user_level','0'),(15659,1212,'default_password_nag','1'),(15660,1213,'nickname','bedgie11984'),(15661,1213,'first_name',''),(15662,1213,'last_name',''),(15663,1213,'description',''),(15664,1213,'rich_editing','true'),(15665,1213,'comment_shortcuts','false'),(15666,1213,'admin_color','fresh'),(15667,1213,'use_ssl','0'),(15668,1213,'show_admin_bar_front','true'),(15669,1213,'locale',''),(15670,1213,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15671,1213,'wp_user_level','0'),(15672,1213,'default_password_nag','1'),(15673,1214,'nickname','zavensilah1973'),(15674,1214,'first_name',''),(15675,1214,'last_name',''),(15676,1214,'description',''),(15677,1214,'rich_editing','true'),(15678,1214,'comment_shortcuts','false'),(15679,1214,'admin_color','fresh'),(15680,1214,'use_ssl','0'),(15681,1214,'show_admin_bar_front','true'),(15682,1214,'locale',''),(15683,1214,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15684,1214,'wp_user_level','0'),(15685,1214,'default_password_nag','1'),(15686,1215,'nickname','jd_16imp1970'),(15687,1215,'first_name',''),(15688,1215,'last_name',''),(15689,1215,'description',''),(15690,1215,'rich_editing','true'),(15691,1215,'comment_shortcuts','false'),(15692,1215,'admin_color','fresh'),(15693,1215,'use_ssl','0'),(15694,1215,'show_admin_bar_front','true'),(15695,1215,'locale',''),(15696,1215,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15697,1215,'wp_user_level','0'),(15698,1215,'default_password_nag','1'),(15699,1216,'nickname','rosin19771968'),(15700,1216,'first_name',''),(15701,1216,'last_name',''),(15702,1216,'description',''),(15703,1216,'rich_editing','true'),(15704,1216,'comment_shortcuts','false'),(15705,1216,'admin_color','fresh'),(15706,1216,'use_ssl','0'),(15707,1216,'show_admin_bar_front','true'),(15708,1216,'locale',''),(15709,1216,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15710,1216,'wp_user_level','0'),(15711,1216,'default_password_nag','1'),(15712,1217,'nickname','arognt31980'),(15713,1217,'first_name',''),(15714,1217,'last_name',''),(15715,1217,'description',''),(15716,1217,'rich_editing','true'),(15717,1217,'comment_shortcuts','false'),(15718,1217,'admin_color','fresh'),(15719,1217,'use_ssl','0'),(15720,1217,'show_admin_bar_front','true'),(15721,1217,'locale',''),(15722,1217,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15723,1217,'wp_user_level','0'),(15724,1217,'default_password_nag','1'),(15725,1218,'nickname','cvl28221974'),(15726,1218,'first_name',''),(15727,1218,'last_name',''),(15728,1218,'description',''),(15729,1218,'rich_editing','true'),(15730,1218,'comment_shortcuts','false'),(15731,1218,'admin_color','fresh'),(15732,1218,'use_ssl','0'),(15733,1218,'show_admin_bar_front','true'),(15734,1218,'locale',''),(15735,1218,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15736,1218,'wp_user_level','0'),(15737,1218,'default_password_nag','1'),(15738,1219,'nickname','dotyw721998'),(15739,1219,'first_name',''),(15740,1219,'last_name',''),(15741,1219,'description',''),(15742,1219,'rich_editing','true'),(15743,1219,'comment_shortcuts','false'),(15744,1219,'admin_color','fresh'),(15745,1219,'use_ssl','0'),(15746,1219,'show_admin_bar_front','true'),(15747,1219,'locale',''),(15748,1219,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15749,1219,'wp_user_level','0'),(15750,1219,'default_password_nag','1'),(15751,1220,'nickname','aadams4621956'),(15752,1220,'first_name',''),(15753,1220,'last_name',''),(15754,1220,'description',''),(15755,1220,'rich_editing','true'),(15756,1220,'comment_shortcuts','false'),(15757,1220,'admin_color','fresh'),(15758,1220,'use_ssl','0'),(15759,1220,'show_admin_bar_front','true'),(15760,1220,'locale',''),(15761,1220,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15762,1220,'wp_user_level','0'),(15763,1220,'default_password_nag','1'),(15764,1221,'nickname','ttanner641966'),(15765,1221,'first_name',''),(15766,1221,'last_name',''),(15767,1221,'description',''),(15768,1221,'rich_editing','true'),(15769,1221,'comment_shortcuts','false'),(15770,1221,'admin_color','fresh'),(15771,1221,'use_ssl','0'),(15772,1221,'show_admin_bar_front','true'),(15773,1221,'locale',''),(15774,1221,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15775,1221,'wp_user_level','0'),(15776,1221,'default_password_nag','1'),(15777,1222,'nickname','linavp1994'),(15778,1222,'first_name',''),(15779,1222,'last_name',''),(15780,1222,'description',''),(15781,1222,'rich_editing','true'),(15782,1222,'comment_shortcuts','false'),(15783,1222,'admin_color','fresh'),(15784,1222,'use_ssl','0'),(15785,1222,'show_admin_bar_front','true'),(15786,1222,'locale',''),(15787,1222,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15788,1222,'wp_user_level','0'),(15789,1222,'default_password_nag','1'),(15790,1223,'nickname','elizabethanders1995'),(15791,1223,'first_name',''),(15792,1223,'last_name',''),(15793,1223,'description',''),(15794,1223,'rich_editing','true'),(15795,1223,'comment_shortcuts','false'),(15796,1223,'admin_color','fresh'),(15797,1223,'use_ssl','0'),(15798,1223,'show_admin_bar_front','true'),(15799,1223,'locale',''),(15800,1223,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15801,1223,'wp_user_level','0'),(15802,1223,'default_password_nag','1'),(15803,1224,'nickname','bdjolley1962'),(15804,1224,'first_name',''),(15805,1224,'last_name',''),(15806,1224,'description',''),(15807,1224,'rich_editing','true'),(15808,1224,'comment_shortcuts','false'),(15809,1224,'admin_color','fresh'),(15810,1224,'use_ssl','0'),(15811,1224,'show_admin_bar_front','true'),(15812,1224,'locale',''),(15813,1224,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15814,1224,'wp_user_level','0'),(15815,1224,'default_password_nag','1'),(15816,1225,'nickname','joseph_bassil1978'),(15817,1225,'first_name',''),(15818,1225,'last_name',''),(15819,1225,'description',''),(15820,1225,'rich_editing','true'),(15821,1225,'comment_shortcuts','false'),(15822,1225,'admin_color','fresh'),(15823,1225,'use_ssl','0'),(15824,1225,'show_admin_bar_front','true'),(15825,1225,'locale',''),(15826,1225,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15827,1225,'wp_user_level','0'),(15828,1225,'default_password_nag','1'),(15829,1226,'nickname','c.elisabethcarlson1992'),(15830,1226,'first_name',''),(15831,1226,'last_name',''),(15832,1226,'description',''),(15833,1226,'rich_editing','true'),(15834,1226,'comment_shortcuts','false'),(15835,1226,'admin_color','fresh'),(15836,1226,'use_ssl','0'),(15837,1226,'show_admin_bar_front','true'),(15838,1226,'locale',''),(15839,1226,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15840,1226,'wp_user_level','0'),(15841,1226,'default_password_nag','1'),(15842,1227,'nickname','solstraale871951'),(15843,1227,'first_name',''),(15844,1227,'last_name',''),(15845,1227,'description',''),(15846,1227,'rich_editing','true'),(15847,1227,'comment_shortcuts','false'),(15848,1227,'admin_color','fresh'),(15849,1227,'use_ssl','0'),(15850,1227,'show_admin_bar_front','true'),(15851,1227,'locale',''),(15852,1227,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15853,1227,'wp_user_level','0'),(15854,1227,'default_password_nag','1'),(15855,1228,'nickname','lunibinent1960'),(15856,1228,'first_name',''),(15857,1228,'last_name',''),(15858,1228,'description',''),(15859,1228,'rich_editing','true'),(15860,1228,'comment_shortcuts','false'),(15861,1228,'admin_color','fresh'),(15862,1228,'use_ssl','0'),(15863,1228,'show_admin_bar_front','true'),(15864,1228,'locale',''),(15865,1228,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15866,1228,'wp_user_level','0'),(15867,1228,'default_password_nag','1'),(15868,1229,'nickname','jasonbryant001979'),(15869,1229,'first_name',''),(15870,1229,'last_name',''),(15871,1229,'description',''),(15872,1229,'rich_editing','true'),(15873,1229,'comment_shortcuts','false'),(15874,1229,'admin_color','fresh'),(15875,1229,'use_ssl','0'),(15876,1229,'show_admin_bar_front','true'),(15877,1229,'locale',''),(15878,1229,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15879,1229,'wp_user_level','0'),(15880,1229,'default_password_nag','1'),(15881,1230,'nickname','russherbie1960'),(15882,1230,'first_name',''),(15883,1230,'last_name',''),(15884,1230,'description',''),(15885,1230,'rich_editing','true'),(15886,1230,'comment_shortcuts','false'),(15887,1230,'admin_color','fresh'),(15888,1230,'use_ssl','0'),(15889,1230,'show_admin_bar_front','true'),(15890,1230,'locale',''),(15891,1230,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15892,1230,'wp_user_level','0'),(15893,1230,'default_password_nag','1'),(15894,1231,'nickname','jw25951965'),(15895,1231,'first_name',''),(15896,1231,'last_name',''),(15897,1231,'description',''),(15898,1231,'rich_editing','true'),(15899,1231,'comment_shortcuts','false'),(15900,1231,'admin_color','fresh'),(15901,1231,'use_ssl','0'),(15902,1231,'show_admin_bar_front','true'),(15903,1231,'locale',''),(15904,1231,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15905,1231,'wp_user_level','0'),(15906,1231,'default_password_nag','1'),(15907,1232,'nickname','gigi97511996'),(15908,1232,'first_name',''),(15909,1232,'last_name',''),(15910,1232,'description',''),(15911,1232,'rich_editing','true'),(15912,1232,'comment_shortcuts','false'),(15913,1232,'admin_color','fresh'),(15914,1232,'use_ssl','0'),(15915,1232,'show_admin_bar_front','true'),(15916,1232,'locale',''),(15917,1232,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15918,1232,'wp_user_level','0'),(15919,1232,'default_password_nag','1'),(15920,1233,'nickname','syesin2000'),(15921,1233,'first_name',''),(15922,1233,'last_name',''),(15923,1233,'description',''),(15924,1233,'rich_editing','true'),(15925,1233,'comment_shortcuts','false'),(15926,1233,'admin_color','fresh'),(15927,1233,'use_ssl','0'),(15928,1233,'show_admin_bar_front','true'),(15929,1233,'locale',''),(15930,1233,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15931,1233,'wp_user_level','0'),(15932,1233,'default_password_nag','1'),(15933,1234,'nickname','debb6231976'),(15934,1234,'first_name',''),(15935,1234,'last_name',''),(15936,1234,'description',''),(15937,1234,'rich_editing','true'),(15938,1234,'comment_shortcuts','false'),(15939,1234,'admin_color','fresh'),(15940,1234,'use_ssl','0'),(15941,1234,'show_admin_bar_front','true'),(15942,1234,'locale',''),(15943,1234,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15944,1234,'wp_user_level','0'),(15945,1234,'default_password_nag','1'),(15946,1235,'nickname','twolusters1956'),(15947,1235,'first_name',''),(15948,1235,'last_name',''),(15949,1235,'description',''),(15950,1235,'rich_editing','true'),(15951,1235,'comment_shortcuts','false'),(15952,1235,'admin_color','fresh'),(15953,1235,'use_ssl','0'),(15954,1235,'show_admin_bar_front','true'),(15955,1235,'locale',''),(15956,1235,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15957,1235,'wp_user_level','0'),(15958,1235,'default_password_nag','1'),(15959,1236,'nickname','raheemkc1231995'),(15960,1236,'first_name',''),(15961,1236,'last_name',''),(15962,1236,'description',''),(15963,1236,'rich_editing','true'),(15964,1236,'comment_shortcuts','false'),(15965,1236,'admin_color','fresh'),(15966,1236,'use_ssl','0'),(15967,1236,'show_admin_bar_front','true'),(15968,1236,'locale',''),(15969,1236,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15970,1236,'wp_user_level','0'),(15971,1236,'default_password_nag','1'),(15972,1237,'nickname','prog4god1987'),(15973,1237,'first_name',''),(15974,1237,'last_name',''),(15975,1237,'description',''),(15976,1237,'rich_editing','true'),(15977,1237,'comment_shortcuts','false'),(15978,1237,'admin_color','fresh'),(15979,1237,'use_ssl','0'),(15980,1237,'show_admin_bar_front','true'),(15981,1237,'locale',''),(15982,1237,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15983,1237,'wp_user_level','0'),(15984,1237,'default_password_nag','1'),(15985,1238,'nickname','rwinofsky2008'),(15986,1238,'first_name',''),(15987,1238,'last_name',''),(15988,1238,'description',''),(15989,1238,'rich_editing','true'),(15990,1238,'comment_shortcuts','false'),(15991,1238,'admin_color','fresh'),(15992,1238,'use_ssl','0'),(15993,1238,'show_admin_bar_front','true'),(15994,1238,'locale',''),(15995,1238,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(15996,1238,'wp_user_level','0'),(15997,1238,'default_password_nag','1'),(15998,1239,'nickname','tinabui2851967'),(15999,1239,'first_name',''),(16000,1239,'last_name',''),(16001,1239,'description',''),(16002,1239,'rich_editing','true'),(16003,1239,'comment_shortcuts','false'),(16004,1239,'admin_color','fresh'),(16005,1239,'use_ssl','0'),(16006,1239,'show_admin_bar_front','true'),(16007,1239,'locale',''),(16008,1239,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16009,1239,'wp_user_level','0'),(16010,1239,'default_password_nag','1'),(16011,1240,'nickname','ahmedbmalkawi1984'),(16012,1240,'first_name',''),(16013,1240,'last_name',''),(16014,1240,'description',''),(16015,1240,'rich_editing','true'),(16016,1240,'comment_shortcuts','false'),(16017,1240,'admin_color','fresh'),(16018,1240,'use_ssl','0'),(16019,1240,'show_admin_bar_front','true'),(16020,1240,'locale',''),(16021,1240,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16022,1240,'wp_user_level','0'),(16023,1240,'default_password_nag','1'),(16024,1241,'nickname','kakqt91988'),(16025,1241,'first_name',''),(16026,1241,'last_name',''),(16027,1241,'description',''),(16028,1241,'rich_editing','true'),(16029,1241,'comment_shortcuts','false'),(16030,1241,'admin_color','fresh'),(16031,1241,'use_ssl','0'),(16032,1241,'show_admin_bar_front','true'),(16033,1241,'locale',''),(16034,1241,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16035,1241,'wp_user_level','0'),(16036,1241,'default_password_nag','1'),(16037,1242,'nickname','james_moenning1983'),(16038,1242,'first_name',''),(16039,1242,'last_name',''),(16040,1242,'description',''),(16041,1242,'rich_editing','true'),(16042,1242,'comment_shortcuts','false'),(16043,1242,'admin_color','fresh'),(16044,1242,'use_ssl','0'),(16045,1242,'show_admin_bar_front','true'),(16046,1242,'locale',''),(16047,1242,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16048,1242,'wp_user_level','0'),(16049,1242,'default_password_nag','1'),(16050,1243,'nickname','jtchazou1965'),(16051,1243,'first_name',''),(16052,1243,'last_name',''),(16053,1243,'description',''),(16054,1243,'rich_editing','true'),(16055,1243,'comment_shortcuts','false'),(16056,1243,'admin_color','fresh'),(16057,1243,'use_ssl','0'),(16058,1243,'show_admin_bar_front','true'),(16059,1243,'locale',''),(16060,1243,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16061,1243,'wp_user_level','0'),(16062,1243,'default_password_nag','1'),(16063,1244,'nickname','xxjanni733xx1974'),(16064,1244,'first_name',''),(16065,1244,'last_name',''),(16066,1244,'description',''),(16067,1244,'rich_editing','true'),(16068,1244,'comment_shortcuts','false'),(16069,1244,'admin_color','fresh'),(16070,1244,'use_ssl','0'),(16071,1244,'show_admin_bar_front','true'),(16072,1244,'locale',''),(16073,1244,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16074,1244,'wp_user_level','0'),(16075,1244,'default_password_nag','1'),(16076,1245,'nickname','lmlewis352007'),(16077,1245,'first_name',''),(16078,1245,'last_name',''),(16079,1245,'description',''),(16080,1245,'rich_editing','true'),(16081,1245,'comment_shortcuts','false'),(16082,1245,'admin_color','fresh'),(16083,1245,'use_ssl','0'),(16084,1245,'show_admin_bar_front','true'),(16085,1245,'locale',''),(16086,1245,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16087,1245,'wp_user_level','0'),(16088,1245,'default_password_nag','1'),(16089,1246,'nickname','isabelpaq1991'),(16090,1246,'first_name',''),(16091,1246,'last_name',''),(16092,1246,'description',''),(16093,1246,'rich_editing','true'),(16094,1246,'comment_shortcuts','false'),(16095,1246,'admin_color','fresh'),(16096,1246,'use_ssl','0'),(16097,1246,'show_admin_bar_front','true'),(16098,1246,'locale',''),(16099,1246,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16100,1246,'wp_user_level','0'),(16101,1246,'default_password_nag','1'),(16102,1247,'nickname','dnyderek1987'),(16103,1247,'first_name',''),(16104,1247,'last_name',''),(16105,1247,'description',''),(16106,1247,'rich_editing','true'),(16107,1247,'comment_shortcuts','false'),(16108,1247,'admin_color','fresh'),(16109,1247,'use_ssl','0'),(16110,1247,'show_admin_bar_front','true'),(16111,1247,'locale',''),(16112,1247,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16113,1247,'wp_user_level','0'),(16114,1247,'default_password_nag','1'),(16115,1248,'nickname','landoandmikki1977'),(16116,1248,'first_name',''),(16117,1248,'last_name',''),(16118,1248,'description',''),(16119,1248,'rich_editing','true'),(16120,1248,'comment_shortcuts','false'),(16121,1248,'admin_color','fresh'),(16122,1248,'use_ssl','0'),(16123,1248,'show_admin_bar_front','true'),(16124,1248,'locale',''),(16125,1248,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16126,1248,'wp_user_level','0'),(16127,1248,'default_password_nag','1'),(16128,1249,'nickname','danlandry02008'),(16129,1249,'first_name',''),(16130,1249,'last_name',''),(16131,1249,'description',''),(16132,1249,'rich_editing','true'),(16133,1249,'comment_shortcuts','false'),(16134,1249,'admin_color','fresh'),(16135,1249,'use_ssl','0'),(16136,1249,'show_admin_bar_front','true'),(16137,1249,'locale',''),(16138,1249,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16139,1249,'wp_user_level','0'),(16140,1249,'default_password_nag','1'),(16141,1250,'nickname','sapunited11958'),(16142,1250,'first_name',''),(16143,1250,'last_name',''),(16144,1250,'description',''),(16145,1250,'rich_editing','true'),(16146,1250,'comment_shortcuts','false'),(16147,1250,'admin_color','fresh'),(16148,1250,'use_ssl','0'),(16149,1250,'show_admin_bar_front','true'),(16150,1250,'locale',''),(16151,1250,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16152,1250,'wp_user_level','0'),(16153,1250,'default_password_nag','1'),(16154,1251,'nickname','leslyr211982'),(16155,1251,'first_name',''),(16156,1251,'last_name',''),(16157,1251,'description',''),(16158,1251,'rich_editing','true'),(16159,1251,'comment_shortcuts','false'),(16160,1251,'admin_color','fresh'),(16161,1251,'use_ssl','0'),(16162,1251,'show_admin_bar_front','true'),(16163,1251,'locale',''),(16164,1251,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16165,1251,'wp_user_level','0'),(16166,1251,'default_password_nag','1'),(16167,1252,'nickname','yuvixa1967'),(16168,1252,'first_name',''),(16169,1252,'last_name',''),(16170,1252,'description',''),(16171,1252,'rich_editing','true'),(16172,1252,'comment_shortcuts','false'),(16173,1252,'admin_color','fresh'),(16174,1252,'use_ssl','0'),(16175,1252,'show_admin_bar_front','true'),(16176,1252,'locale',''),(16177,1252,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16178,1252,'wp_user_level','0'),(16179,1252,'default_password_nag','1'),(16180,1253,'nickname','kirk.bidwell1959'),(16181,1253,'first_name',''),(16182,1253,'last_name',''),(16183,1253,'description',''),(16184,1253,'rich_editing','true'),(16185,1253,'comment_shortcuts','false'),(16186,1253,'admin_color','fresh'),(16187,1253,'use_ssl','0'),(16188,1253,'show_admin_bar_front','true'),(16189,1253,'locale',''),(16190,1253,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16191,1253,'wp_user_level','0'),(16192,1253,'default_password_nag','1'),(16193,1254,'nickname','kwanitahill1985'),(16194,1254,'first_name',''),(16195,1254,'last_name',''),(16196,1254,'description',''),(16197,1254,'rich_editing','true'),(16198,1254,'comment_shortcuts','false'),(16199,1254,'admin_color','fresh'),(16200,1254,'use_ssl','0'),(16201,1254,'show_admin_bar_front','true'),(16202,1254,'locale',''),(16203,1254,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16204,1254,'wp_user_level','0'),(16205,1254,'default_password_nag','1'),(16206,1255,'nickname','lucky13d1972'),(16207,1255,'first_name',''),(16208,1255,'last_name',''),(16209,1255,'description',''),(16210,1255,'rich_editing','true'),(16211,1255,'comment_shortcuts','false'),(16212,1255,'admin_color','fresh'),(16213,1255,'use_ssl','0'),(16214,1255,'show_admin_bar_front','true'),(16215,1255,'locale',''),(16216,1255,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16217,1255,'wp_user_level','0'),(16218,1255,'default_password_nag','1'),(16219,1256,'nickname','vonster891951'),(16220,1256,'first_name',''),(16221,1256,'last_name',''),(16222,1256,'description',''),(16223,1256,'rich_editing','true'),(16224,1256,'comment_shortcuts','false'),(16225,1256,'admin_color','fresh'),(16226,1256,'use_ssl','0'),(16227,1256,'show_admin_bar_front','true'),(16228,1256,'locale',''),(16229,1256,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16230,1256,'wp_user_level','0'),(16231,1256,'default_password_nag','1'),(16232,1257,'nickname','gparisi311950'),(16233,1257,'first_name',''),(16234,1257,'last_name',''),(16235,1257,'description',''),(16236,1257,'rich_editing','true'),(16237,1257,'comment_shortcuts','false'),(16238,1257,'admin_color','fresh'),(16239,1257,'use_ssl','0'),(16240,1257,'show_admin_bar_front','true'),(16241,1257,'locale',''),(16242,1257,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16243,1257,'wp_user_level','0'),(16244,1257,'default_password_nag','1'),(16245,1258,'nickname','john.rowe1201972'),(16246,1258,'first_name',''),(16247,1258,'last_name',''),(16248,1258,'description',''),(16249,1258,'rich_editing','true'),(16250,1258,'comment_shortcuts','false'),(16251,1258,'admin_color','fresh'),(16252,1258,'use_ssl','0'),(16253,1258,'show_admin_bar_front','true'),(16254,1258,'locale',''),(16255,1258,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16256,1258,'wp_user_level','0'),(16257,1258,'default_password_nag','1'),(16258,1259,'nickname','ermainz1962'),(16259,1259,'first_name',''),(16260,1259,'last_name',''),(16261,1259,'description',''),(16262,1259,'rich_editing','true'),(16263,1259,'comment_shortcuts','false'),(16264,1259,'admin_color','fresh'),(16265,1259,'use_ssl','0'),(16266,1259,'show_admin_bar_front','true'),(16267,1259,'locale',''),(16268,1259,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16269,1259,'wp_user_level','0'),(16270,1259,'default_password_nag','1'),(16271,1260,'nickname','whitecollar1999'),(16272,1260,'first_name',''),(16273,1260,'last_name',''),(16274,1260,'description',''),(16275,1260,'rich_editing','true'),(16276,1260,'comment_shortcuts','false'),(16277,1260,'admin_color','fresh'),(16278,1260,'use_ssl','0'),(16279,1260,'show_admin_bar_front','true'),(16280,1260,'locale',''),(16281,1260,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16282,1260,'wp_user_level','0'),(16283,1260,'default_password_nag','1'),(16284,1261,'nickname','melli_mel181977'),(16285,1261,'first_name',''),(16286,1261,'last_name',''),(16287,1261,'description',''),(16288,1261,'rich_editing','true'),(16289,1261,'comment_shortcuts','false'),(16290,1261,'admin_color','fresh'),(16291,1261,'use_ssl','0'),(16292,1261,'show_admin_bar_front','true'),(16293,1261,'locale',''),(16294,1261,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16295,1261,'wp_user_level','0'),(16296,1261,'default_password_nag','1'),(16297,1262,'nickname','donditoro1987'),(16298,1262,'first_name',''),(16299,1262,'last_name',''),(16300,1262,'description',''),(16301,1262,'rich_editing','true'),(16302,1262,'comment_shortcuts','false'),(16303,1262,'admin_color','fresh'),(16304,1262,'use_ssl','0'),(16305,1262,'show_admin_bar_front','true'),(16306,1262,'locale',''),(16307,1262,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16308,1262,'wp_user_level','0'),(16309,1262,'default_password_nag','1'),(16310,1263,'nickname','reece_drummer_721954'),(16311,1263,'first_name',''),(16312,1263,'last_name',''),(16313,1263,'description',''),(16314,1263,'rich_editing','true'),(16315,1263,'comment_shortcuts','false'),(16316,1263,'admin_color','fresh'),(16317,1263,'use_ssl','0'),(16318,1263,'show_admin_bar_front','true'),(16319,1263,'locale',''),(16320,1263,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16321,1263,'wp_user_level','0'),(16322,1263,'default_password_nag','1'),(16323,1264,'nickname','ahemmingson1956'),(16324,1264,'first_name',''),(16325,1264,'last_name',''),(16326,1264,'description',''),(16327,1264,'rich_editing','true'),(16328,1264,'comment_shortcuts','false'),(16329,1264,'admin_color','fresh'),(16330,1264,'use_ssl','0'),(16331,1264,'show_admin_bar_front','true'),(16332,1264,'locale',''),(16333,1264,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16334,1264,'wp_user_level','0'),(16335,1264,'default_password_nag','1'),(16336,1265,'nickname','pinnaclepools1962'),(16337,1265,'first_name',''),(16338,1265,'last_name',''),(16339,1265,'description',''),(16340,1265,'rich_editing','true'),(16341,1265,'comment_shortcuts','false'),(16342,1265,'admin_color','fresh'),(16343,1265,'use_ssl','0'),(16344,1265,'show_admin_bar_front','true'),(16345,1265,'locale',''),(16346,1265,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16347,1265,'wp_user_level','0'),(16348,1265,'default_password_nag','1'),(16349,1266,'nickname','joshravit1951'),(16350,1266,'first_name',''),(16351,1266,'last_name',''),(16352,1266,'description',''),(16353,1266,'rich_editing','true'),(16354,1266,'comment_shortcuts','false'),(16355,1266,'admin_color','fresh'),(16356,1266,'use_ssl','0'),(16357,1266,'show_admin_bar_front','true'),(16358,1266,'locale',''),(16359,1266,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16360,1266,'wp_user_level','0'),(16361,1266,'default_password_nag','1'),(16362,1267,'nickname','m.goldsbrough1981'),(16363,1267,'first_name',''),(16364,1267,'last_name',''),(16365,1267,'description',''),(16366,1267,'rich_editing','true'),(16367,1267,'comment_shortcuts','false'),(16368,1267,'admin_color','fresh'),(16369,1267,'use_ssl','0'),(16370,1267,'show_admin_bar_front','true'),(16371,1267,'locale',''),(16372,1267,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16373,1267,'wp_user_level','0'),(16374,1267,'default_password_nag','1'),(16375,1268,'nickname','okonoski1951'),(16376,1268,'first_name',''),(16377,1268,'last_name',''),(16378,1268,'description',''),(16379,1268,'rich_editing','true'),(16380,1268,'comment_shortcuts','false'),(16381,1268,'admin_color','fresh'),(16382,1268,'use_ssl','0'),(16383,1268,'show_admin_bar_front','true'),(16384,1268,'locale',''),(16385,1268,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16386,1268,'wp_user_level','0'),(16387,1268,'default_password_nag','1'),(16388,1269,'nickname','mia1967'),(16389,1269,'first_name',''),(16390,1269,'last_name',''),(16391,1269,'description',''),(16392,1269,'rich_editing','true'),(16393,1269,'comment_shortcuts','false'),(16394,1269,'admin_color','fresh'),(16395,1269,'use_ssl','0'),(16396,1269,'show_admin_bar_front','true'),(16397,1269,'locale',''),(16398,1269,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16399,1269,'wp_user_level','0'),(16400,1269,'default_password_nag','1'),(16401,1270,'nickname','zeldarine1952'),(16402,1270,'first_name',''),(16403,1270,'last_name',''),(16404,1270,'description',''),(16405,1270,'rich_editing','true'),(16406,1270,'comment_shortcuts','false'),(16407,1270,'admin_color','fresh'),(16408,1270,'use_ssl','0'),(16409,1270,'show_admin_bar_front','true'),(16410,1270,'locale',''),(16411,1270,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16412,1270,'wp_user_level','0'),(16413,1270,'default_password_nag','1'),(16414,1271,'nickname','gedenf12192006'),(16415,1271,'first_name',''),(16416,1271,'last_name',''),(16417,1271,'description',''),(16418,1271,'rich_editing','true'),(16419,1271,'comment_shortcuts','false'),(16420,1271,'admin_color','fresh'),(16421,1271,'use_ssl','0'),(16422,1271,'show_admin_bar_front','true'),(16423,1271,'locale',''),(16424,1271,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16425,1271,'wp_user_level','0'),(16426,1271,'default_password_nag','1'),(16427,1272,'nickname','heide.sauers1965'),(16428,1272,'first_name',''),(16429,1272,'last_name',''),(16430,1272,'description',''),(16431,1272,'rich_editing','true'),(16432,1272,'comment_shortcuts','false'),(16433,1272,'admin_color','fresh'),(16434,1272,'use_ssl','0'),(16435,1272,'show_admin_bar_front','true'),(16436,1272,'locale',''),(16437,1272,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16438,1272,'wp_user_level','0'),(16439,1272,'default_password_nag','1'),(16440,1273,'nickname','jacqui_maloney1965'),(16441,1273,'first_name',''),(16442,1273,'last_name',''),(16443,1273,'description',''),(16444,1273,'rich_editing','true'),(16445,1273,'comment_shortcuts','false'),(16446,1273,'admin_color','fresh'),(16447,1273,'use_ssl','0'),(16448,1273,'show_admin_bar_front','true'),(16449,1273,'locale',''),(16450,1273,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16451,1273,'wp_user_level','0'),(16452,1273,'default_password_nag','1'),(16453,1274,'nickname','e.clement1978'),(16454,1274,'first_name',''),(16455,1274,'last_name',''),(16456,1274,'description',''),(16457,1274,'rich_editing','true'),(16458,1274,'comment_shortcuts','false'),(16459,1274,'admin_color','fresh'),(16460,1274,'use_ssl','0'),(16461,1274,'show_admin_bar_front','true'),(16462,1274,'locale',''),(16463,1274,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16464,1274,'wp_user_level','0'),(16465,1274,'default_password_nag','1'),(16466,1275,'nickname','guenter1957'),(16467,1275,'first_name',''),(16468,1275,'last_name',''),(16469,1275,'description',''),(16470,1275,'rich_editing','true'),(16471,1275,'comment_shortcuts','false'),(16472,1275,'admin_color','fresh'),(16473,1275,'use_ssl','0'),(16474,1275,'show_admin_bar_front','true'),(16475,1275,'locale',''),(16476,1275,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16477,1275,'wp_user_level','0'),(16478,1275,'default_password_nag','1'),(16479,1276,'nickname','fkfkfkfk1962'),(16480,1276,'first_name',''),(16481,1276,'last_name',''),(16482,1276,'description',''),(16483,1276,'rich_editing','true'),(16484,1276,'comment_shortcuts','false'),(16485,1276,'admin_color','fresh'),(16486,1276,'use_ssl','0'),(16487,1276,'show_admin_bar_front','true'),(16488,1276,'locale',''),(16489,1276,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16490,1276,'wp_user_level','0'),(16491,1276,'default_password_nag','1'),(16492,1277,'nickname','elaine09172006'),(16493,1277,'first_name',''),(16494,1277,'last_name',''),(16495,1277,'description',''),(16496,1277,'rich_editing','true'),(16497,1277,'comment_shortcuts','false'),(16498,1277,'admin_color','fresh'),(16499,1277,'use_ssl','0'),(16500,1277,'show_admin_bar_front','true'),(16501,1277,'locale',''),(16502,1277,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16503,1277,'wp_user_level','0'),(16504,1277,'default_password_nag','1'),(16505,1278,'nickname','a.weddeling1962'),(16506,1278,'first_name',''),(16507,1278,'last_name',''),(16508,1278,'description',''),(16509,1278,'rich_editing','true'),(16510,1278,'comment_shortcuts','false'),(16511,1278,'admin_color','fresh'),(16512,1278,'use_ssl','0'),(16513,1278,'show_admin_bar_front','true'),(16514,1278,'locale',''),(16515,1278,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16516,1278,'wp_user_level','0'),(16517,1278,'default_password_nag','1'),(16518,1279,'nickname','kgaughan421984'),(16519,1279,'first_name',''),(16520,1279,'last_name',''),(16521,1279,'description',''),(16522,1279,'rich_editing','true'),(16523,1279,'comment_shortcuts','false'),(16524,1279,'admin_color','fresh'),(16525,1279,'use_ssl','0'),(16526,1279,'show_admin_bar_front','true'),(16527,1279,'locale',''),(16528,1279,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16529,1279,'wp_user_level','0'),(16530,1279,'default_password_nag','1'),(16531,1280,'nickname','michelle.forrest2002'),(16532,1280,'first_name',''),(16533,1280,'last_name',''),(16534,1280,'description',''),(16535,1280,'rich_editing','true'),(16536,1280,'comment_shortcuts','false'),(16537,1280,'admin_color','fresh'),(16538,1280,'use_ssl','0'),(16539,1280,'show_admin_bar_front','true'),(16540,1280,'locale',''),(16541,1280,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16542,1280,'wp_user_level','0'),(16543,1280,'default_password_nag','1'),(16544,1281,'nickname','atrudeau301980'),(16545,1281,'first_name',''),(16546,1281,'last_name',''),(16547,1281,'description',''),(16548,1281,'rich_editing','true'),(16549,1281,'comment_shortcuts','false'),(16550,1281,'admin_color','fresh'),(16551,1281,'use_ssl','0'),(16552,1281,'show_admin_bar_front','true'),(16553,1281,'locale',''),(16554,1281,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16555,1281,'wp_user_level','0'),(16556,1281,'default_password_nag','1'),(16557,1282,'nickname','danielalike2007'),(16558,1282,'first_name',''),(16559,1282,'last_name',''),(16560,1282,'description',''),(16561,1282,'rich_editing','true'),(16562,1282,'comment_shortcuts','false'),(16563,1282,'admin_color','fresh'),(16564,1282,'use_ssl','0'),(16565,1282,'show_admin_bar_front','true'),(16566,1282,'locale',''),(16567,1282,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16568,1282,'wp_user_level','0'),(16569,1282,'default_password_nag','1'),(16570,1283,'nickname','pg23881985'),(16571,1283,'first_name',''),(16572,1283,'last_name',''),(16573,1283,'description',''),(16574,1283,'rich_editing','true'),(16575,1283,'comment_shortcuts','false'),(16576,1283,'admin_color','fresh'),(16577,1283,'use_ssl','0'),(16578,1283,'show_admin_bar_front','true'),(16579,1283,'locale',''),(16580,1283,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16581,1283,'wp_user_level','0'),(16582,1283,'default_password_nag','1'),(16583,1284,'nickname','jgc.cruz1954'),(16584,1284,'first_name',''),(16585,1284,'last_name',''),(16586,1284,'description',''),(16587,1284,'rich_editing','true'),(16588,1284,'comment_shortcuts','false'),(16589,1284,'admin_color','fresh'),(16590,1284,'use_ssl','0'),(16591,1284,'show_admin_bar_front','true'),(16592,1284,'locale',''),(16593,1284,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16594,1284,'wp_user_level','0'),(16595,1284,'default_password_nag','1'),(16596,1285,'nickname','kt_melger1968'),(16597,1285,'first_name',''),(16598,1285,'last_name',''),(16599,1285,'description',''),(16600,1285,'rich_editing','true'),(16601,1285,'comment_shortcuts','false'),(16602,1285,'admin_color','fresh'),(16603,1285,'use_ssl','0'),(16604,1285,'show_admin_bar_front','true'),(16605,1285,'locale',''),(16606,1285,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16607,1285,'wp_user_level','0'),(16608,1285,'default_password_nag','1'),(16609,1286,'nickname','gedrdavis2000'),(16610,1286,'first_name',''),(16611,1286,'last_name',''),(16612,1286,'description',''),(16613,1286,'rich_editing','true'),(16614,1286,'comment_shortcuts','false'),(16615,1286,'admin_color','fresh'),(16616,1286,'use_ssl','0'),(16617,1286,'show_admin_bar_front','true'),(16618,1286,'locale',''),(16619,1286,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16620,1286,'wp_user_level','0'),(16621,1286,'default_password_nag','1'),(16622,1287,'nickname','divya19061958'),(16623,1287,'first_name',''),(16624,1287,'last_name',''),(16625,1287,'description',''),(16626,1287,'rich_editing','true'),(16627,1287,'comment_shortcuts','false'),(16628,1287,'admin_color','fresh'),(16629,1287,'use_ssl','0'),(16630,1287,'show_admin_bar_front','true'),(16631,1287,'locale',''),(16632,1287,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16633,1287,'wp_user_level','0'),(16634,1287,'default_password_nag','1'),(16635,1288,'nickname','contact2009'),(16636,1288,'first_name',''),(16637,1288,'last_name',''),(16638,1288,'description',''),(16639,1288,'rich_editing','true'),(16640,1288,'comment_shortcuts','false'),(16641,1288,'admin_color','fresh'),(16642,1288,'use_ssl','0'),(16643,1288,'show_admin_bar_front','true'),(16644,1288,'locale',''),(16645,1288,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16646,1288,'wp_user_level','0'),(16647,1288,'default_password_nag','1'),(16648,1289,'nickname','larry1116261998'),(16649,1289,'first_name',''),(16650,1289,'last_name',''),(16651,1289,'description',''),(16652,1289,'rich_editing','true'),(16653,1289,'comment_shortcuts','false'),(16654,1289,'admin_color','fresh'),(16655,1289,'use_ssl','0'),(16656,1289,'show_admin_bar_front','true'),(16657,1289,'locale',''),(16658,1289,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16659,1289,'wp_user_level','0'),(16660,1289,'default_password_nag','1'),(16661,1290,'nickname','vigo1521976'),(16662,1290,'first_name',''),(16663,1290,'last_name',''),(16664,1290,'description',''),(16665,1290,'rich_editing','true'),(16666,1290,'comment_shortcuts','false'),(16667,1290,'admin_color','fresh'),(16668,1290,'use_ssl','0'),(16669,1290,'show_admin_bar_front','true'),(16670,1290,'locale',''),(16671,1290,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16672,1290,'wp_user_level','0'),(16673,1290,'default_password_nag','1'),(16674,1291,'nickname','andrea97141998'),(16675,1291,'first_name',''),(16676,1291,'last_name',''),(16677,1291,'description',''),(16678,1291,'rich_editing','true'),(16679,1291,'comment_shortcuts','false'),(16680,1291,'admin_color','fresh'),(16681,1291,'use_ssl','0'),(16682,1291,'show_admin_bar_front','true'),(16683,1291,'locale',''),(16684,1291,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16685,1291,'wp_user_level','0'),(16686,1291,'default_password_nag','1'),(16687,1292,'nickname','hichemb1998'),(16688,1292,'first_name',''),(16689,1292,'last_name',''),(16690,1292,'description',''),(16691,1292,'rich_editing','true'),(16692,1292,'comment_shortcuts','false'),(16693,1292,'admin_color','fresh'),(16694,1292,'use_ssl','0'),(16695,1292,'show_admin_bar_front','true'),(16696,1292,'locale',''),(16697,1292,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16698,1292,'wp_user_level','0'),(16699,1292,'default_password_nag','1'),(16700,1293,'nickname','miamowery1974'),(16701,1293,'first_name',''),(16702,1293,'last_name',''),(16703,1293,'description',''),(16704,1293,'rich_editing','true'),(16705,1293,'comment_shortcuts','false'),(16706,1293,'admin_color','fresh'),(16707,1293,'use_ssl','0'),(16708,1293,'show_admin_bar_front','true'),(16709,1293,'locale',''),(16710,1293,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16711,1293,'wp_user_level','0'),(16712,1293,'default_password_nag','1'),(16713,1294,'nickname','dl.buck1980'),(16714,1294,'first_name',''),(16715,1294,'last_name',''),(16716,1294,'description',''),(16717,1294,'rich_editing','true'),(16718,1294,'comment_shortcuts','false'),(16719,1294,'admin_color','fresh'),(16720,1294,'use_ssl','0'),(16721,1294,'show_admin_bar_front','true'),(16722,1294,'locale',''),(16723,1294,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16724,1294,'wp_user_level','0'),(16725,1294,'default_password_nag','1'),(16726,1295,'nickname','susanne.may12002'),(16727,1295,'first_name',''),(16728,1295,'last_name',''),(16729,1295,'description',''),(16730,1295,'rich_editing','true'),(16731,1295,'comment_shortcuts','false'),(16732,1295,'admin_color','fresh'),(16733,1295,'use_ssl','0'),(16734,1295,'show_admin_bar_front','true'),(16735,1295,'locale',''),(16736,1295,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16737,1295,'wp_user_level','0'),(16738,1295,'default_password_nag','1'),(16739,1296,'nickname','przj231970'),(16740,1296,'first_name',''),(16741,1296,'last_name',''),(16742,1296,'description',''),(16743,1296,'rich_editing','true'),(16744,1296,'comment_shortcuts','false'),(16745,1296,'admin_color','fresh'),(16746,1296,'use_ssl','0'),(16747,1296,'show_admin_bar_front','true'),(16748,1296,'locale',''),(16749,1296,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16750,1296,'wp_user_level','0'),(16751,1296,'default_password_nag','1'),(16752,1297,'nickname','swamynath1961'),(16753,1297,'first_name',''),(16754,1297,'last_name',''),(16755,1297,'description',''),(16756,1297,'rich_editing','true'),(16757,1297,'comment_shortcuts','false'),(16758,1297,'admin_color','fresh'),(16759,1297,'use_ssl','0'),(16760,1297,'show_admin_bar_front','true'),(16761,1297,'locale',''),(16762,1297,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16763,1297,'wp_user_level','0'),(16764,1297,'default_password_nag','1'),(16765,1298,'nickname','tr2tl1955'),(16766,1298,'first_name',''),(16767,1298,'last_name',''),(16768,1298,'description',''),(16769,1298,'rich_editing','true'),(16770,1298,'comment_shortcuts','false'),(16771,1298,'admin_color','fresh'),(16772,1298,'use_ssl','0'),(16773,1298,'show_admin_bar_front','true'),(16774,1298,'locale',''),(16775,1298,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16776,1298,'wp_user_level','0'),(16777,1298,'default_password_nag','1'),(16778,1299,'nickname','kylewanchalk1970'),(16779,1299,'first_name',''),(16780,1299,'last_name',''),(16781,1299,'description',''),(16782,1299,'rich_editing','true'),(16783,1299,'comment_shortcuts','false'),(16784,1299,'admin_color','fresh'),(16785,1299,'use_ssl','0'),(16786,1299,'show_admin_bar_front','true'),(16787,1299,'locale',''),(16788,1299,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16789,1299,'wp_user_level','0'),(16790,1299,'default_password_nag','1'),(16791,1300,'nickname','krebsbach952000'),(16792,1300,'first_name',''),(16793,1300,'last_name',''),(16794,1300,'description',''),(16795,1300,'rich_editing','true'),(16796,1300,'comment_shortcuts','false'),(16797,1300,'admin_color','fresh'),(16798,1300,'use_ssl','0'),(16799,1300,'show_admin_bar_front','true'),(16800,1300,'locale',''),(16801,1300,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16802,1300,'wp_user_level','0'),(16803,1300,'default_password_nag','1'),(16804,1301,'nickname','magman40062010'),(16805,1301,'first_name',''),(16806,1301,'last_name',''),(16807,1301,'description',''),(16808,1301,'rich_editing','true'),(16809,1301,'comment_shortcuts','false'),(16810,1301,'admin_color','fresh'),(16811,1301,'use_ssl','0'),(16812,1301,'show_admin_bar_front','true'),(16813,1301,'locale',''),(16814,1301,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16815,1301,'wp_user_level','0'),(16816,1301,'default_password_nag','1'),(16817,1302,'nickname','davidave1951'),(16818,1302,'first_name',''),(16819,1302,'last_name',''),(16820,1302,'description',''),(16821,1302,'rich_editing','true'),(16822,1302,'comment_shortcuts','false'),(16823,1302,'admin_color','fresh'),(16824,1302,'use_ssl','0'),(16825,1302,'show_admin_bar_front','true'),(16826,1302,'locale',''),(16827,1302,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16828,1302,'wp_user_level','0'),(16829,1302,'default_password_nag','1'),(16830,1303,'nickname','israel_rios081989'),(16831,1303,'first_name',''),(16832,1303,'last_name',''),(16833,1303,'description',''),(16834,1303,'rich_editing','true'),(16835,1303,'comment_shortcuts','false'),(16836,1303,'admin_color','fresh'),(16837,1303,'use_ssl','0'),(16838,1303,'show_admin_bar_front','true'),(16839,1303,'locale',''),(16840,1303,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16841,1303,'wp_user_level','0'),(16842,1303,'default_password_nag','1'),(16843,1304,'nickname','davide.flossi1996'),(16844,1304,'first_name',''),(16845,1304,'last_name',''),(16846,1304,'description',''),(16847,1304,'rich_editing','true'),(16848,1304,'comment_shortcuts','false'),(16849,1304,'admin_color','fresh'),(16850,1304,'use_ssl','0'),(16851,1304,'show_admin_bar_front','true'),(16852,1304,'locale',''),(16853,1304,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16854,1304,'wp_user_level','0'),(16855,1304,'default_password_nag','1'),(16856,1305,'nickname','jamarley1989'),(16857,1305,'first_name',''),(16858,1305,'last_name',''),(16859,1305,'description',''),(16860,1305,'rich_editing','true'),(16861,1305,'comment_shortcuts','false'),(16862,1305,'admin_color','fresh'),(16863,1305,'use_ssl','0'),(16864,1305,'show_admin_bar_front','true'),(16865,1305,'locale',''),(16866,1305,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16867,1305,'wp_user_level','0'),(16868,1305,'default_password_nag','1'),(16869,1306,'nickname','m.ajttit2006'),(16870,1306,'first_name',''),(16871,1306,'last_name',''),(16872,1306,'description',''),(16873,1306,'rich_editing','true'),(16874,1306,'comment_shortcuts','false'),(16875,1306,'admin_color','fresh'),(16876,1306,'use_ssl','0'),(16877,1306,'show_admin_bar_front','true'),(16878,1306,'locale',''),(16879,1306,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16880,1306,'wp_user_level','0'),(16881,1306,'default_password_nag','1'),(16882,1307,'nickname','hanguyenn1965'),(16883,1307,'first_name',''),(16884,1307,'last_name',''),(16885,1307,'description',''),(16886,1307,'rich_editing','true'),(16887,1307,'comment_shortcuts','false'),(16888,1307,'admin_color','fresh'),(16889,1307,'use_ssl','0'),(16890,1307,'show_admin_bar_front','true'),(16891,1307,'locale',''),(16892,1307,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16893,1307,'wp_user_level','0'),(16894,1307,'default_password_nag','1'),(16895,1308,'nickname','jack.ralph1978'),(16896,1308,'first_name',''),(16897,1308,'last_name',''),(16898,1308,'description',''),(16899,1308,'rich_editing','true'),(16900,1308,'comment_shortcuts','false'),(16901,1308,'admin_color','fresh'),(16902,1308,'use_ssl','0'),(16903,1308,'show_admin_bar_front','true'),(16904,1308,'locale',''),(16905,1308,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16906,1308,'wp_user_level','0'),(16907,1308,'default_password_nag','1'),(16908,1309,'nickname','davidpoling1955'),(16909,1309,'first_name',''),(16910,1309,'last_name',''),(16911,1309,'description',''),(16912,1309,'rich_editing','true'),(16913,1309,'comment_shortcuts','false'),(16914,1309,'admin_color','fresh'),(16915,1309,'use_ssl','0'),(16916,1309,'show_admin_bar_front','true'),(16917,1309,'locale',''),(16918,1309,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16919,1309,'wp_user_level','0'),(16920,1309,'default_password_nag','1'),(16921,1310,'nickname','mia2010'),(16922,1310,'first_name',''),(16923,1310,'last_name',''),(16924,1310,'description',''),(16925,1310,'rich_editing','true'),(16926,1310,'comment_shortcuts','false'),(16927,1310,'admin_color','fresh'),(16928,1310,'use_ssl','0'),(16929,1310,'show_admin_bar_front','true'),(16930,1310,'locale',''),(16931,1310,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16932,1310,'wp_user_level','0'),(16933,1310,'default_password_nag','1'),(16934,1311,'nickname','anthonyulysses1975'),(16935,1311,'first_name',''),(16936,1311,'last_name',''),(16937,1311,'description',''),(16938,1311,'rich_editing','true'),(16939,1311,'comment_shortcuts','false'),(16940,1311,'admin_color','fresh'),(16941,1311,'use_ssl','0'),(16942,1311,'show_admin_bar_front','true'),(16943,1311,'locale',''),(16944,1311,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16945,1311,'wp_user_level','0'),(16946,1311,'default_password_nag','1'),(16947,1312,'nickname','charles.lafont1968'),(16948,1312,'first_name',''),(16949,1312,'last_name',''),(16950,1312,'description',''),(16951,1312,'rich_editing','true'),(16952,1312,'comment_shortcuts','false'),(16953,1312,'admin_color','fresh'),(16954,1312,'use_ssl','0'),(16955,1312,'show_admin_bar_front','true'),(16956,1312,'locale',''),(16957,1312,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16958,1312,'wp_user_level','0'),(16959,1312,'default_password_nag','1'),(16960,1313,'nickname','boro-lass2002'),(16961,1313,'first_name',''),(16962,1313,'last_name',''),(16963,1313,'description',''),(16964,1313,'rich_editing','true'),(16965,1313,'comment_shortcuts','false'),(16966,1313,'admin_color','fresh'),(16967,1313,'use_ssl','0'),(16968,1313,'show_admin_bar_front','true'),(16969,1313,'locale',''),(16970,1313,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16971,1313,'wp_user_level','0'),(16972,1313,'default_password_nag','1'),(16973,1314,'nickname','ejclarke0011991'),(16974,1314,'first_name',''),(16975,1314,'last_name',''),(16976,1314,'description',''),(16977,1314,'rich_editing','true'),(16978,1314,'comment_shortcuts','false'),(16979,1314,'admin_color','fresh'),(16980,1314,'use_ssl','0'),(16981,1314,'show_admin_bar_front','true'),(16982,1314,'locale',''),(16983,1314,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16984,1314,'wp_user_level','0'),(16985,1314,'default_password_nag','1'),(16986,1315,'nickname','katiebonomini1995'),(16987,1315,'first_name',''),(16988,1315,'last_name',''),(16989,1315,'description',''),(16990,1315,'rich_editing','true'),(16991,1315,'comment_shortcuts','false'),(16992,1315,'admin_color','fresh'),(16993,1315,'use_ssl','0'),(16994,1315,'show_admin_bar_front','true'),(16995,1315,'locale',''),(16996,1315,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(16997,1315,'wp_user_level','0'),(16998,1315,'default_password_nag','1'),(16999,1316,'nickname','francojoseph1962'),(17000,1316,'first_name',''),(17001,1316,'last_name',''),(17002,1316,'description',''),(17003,1316,'rich_editing','true'),(17004,1316,'comment_shortcuts','false'),(17005,1316,'admin_color','fresh'),(17006,1316,'use_ssl','0'),(17007,1316,'show_admin_bar_front','true'),(17008,1316,'locale',''),(17009,1316,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17010,1316,'wp_user_level','0'),(17011,1316,'default_password_nag','1'),(17012,1317,'nickname','paulineb51959'),(17013,1317,'first_name',''),(17014,1317,'last_name',''),(17015,1317,'description',''),(17016,1317,'rich_editing','true'),(17017,1317,'comment_shortcuts','false'),(17018,1317,'admin_color','fresh'),(17019,1317,'use_ssl','0'),(17020,1317,'show_admin_bar_front','true'),(17021,1317,'locale',''),(17022,1317,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17023,1317,'wp_user_level','0'),(17024,1317,'default_password_nag','1'),(17025,1318,'nickname','bougasaa1984'),(17026,1318,'first_name',''),(17027,1318,'last_name',''),(17028,1318,'description',''),(17029,1318,'rich_editing','true'),(17030,1318,'comment_shortcuts','false'),(17031,1318,'admin_color','fresh'),(17032,1318,'use_ssl','0'),(17033,1318,'show_admin_bar_front','true'),(17034,1318,'locale',''),(17035,1318,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17036,1318,'wp_user_level','0'),(17037,1318,'default_password_nag','1'),(17038,1319,'nickname','jonilaserson1982'),(17039,1319,'first_name',''),(17040,1319,'last_name',''),(17041,1319,'description',''),(17042,1319,'rich_editing','true'),(17043,1319,'comment_shortcuts','false'),(17044,1319,'admin_color','fresh'),(17045,1319,'use_ssl','0'),(17046,1319,'show_admin_bar_front','true'),(17047,1319,'locale',''),(17048,1319,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17049,1319,'wp_user_level','0'),(17050,1319,'default_password_nag','1'),(17051,1320,'nickname','pjnewtonbun1951'),(17052,1320,'first_name',''),(17053,1320,'last_name',''),(17054,1320,'description',''),(17055,1320,'rich_editing','true'),(17056,1320,'comment_shortcuts','false'),(17057,1320,'admin_color','fresh'),(17058,1320,'use_ssl','0'),(17059,1320,'show_admin_bar_front','true'),(17060,1320,'locale',''),(17061,1320,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17062,1320,'wp_user_level','0'),(17063,1320,'default_password_nag','1'),(17064,1321,'nickname','jamessorochan1969'),(17065,1321,'first_name',''),(17066,1321,'last_name',''),(17067,1321,'description',''),(17068,1321,'rich_editing','true'),(17069,1321,'comment_shortcuts','false'),(17070,1321,'admin_color','fresh'),(17071,1321,'use_ssl','0'),(17072,1321,'show_admin_bar_front','true'),(17073,1321,'locale',''),(17074,1321,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17075,1321,'wp_user_level','0'),(17076,1321,'default_password_nag','1'),(17077,1322,'nickname','tarrynkelly.proos1959'),(17078,1322,'first_name',''),(17079,1322,'last_name',''),(17080,1322,'description',''),(17081,1322,'rich_editing','true'),(17082,1322,'comment_shortcuts','false'),(17083,1322,'admin_color','fresh'),(17084,1322,'use_ssl','0'),(17085,1322,'show_admin_bar_front','true'),(17086,1322,'locale',''),(17087,1322,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17088,1322,'wp_user_level','0'),(17089,1322,'default_password_nag','1'),(17090,1323,'nickname','ktwhite111983'),(17091,1323,'first_name',''),(17092,1323,'last_name',''),(17093,1323,'description',''),(17094,1323,'rich_editing','true'),(17095,1323,'comment_shortcuts','false'),(17096,1323,'admin_color','fresh'),(17097,1323,'use_ssl','0'),(17098,1323,'show_admin_bar_front','true'),(17099,1323,'locale',''),(17100,1323,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17101,1323,'wp_user_level','0'),(17102,1323,'default_password_nag','1'),(17103,1324,'nickname','dreamsk8pe1958'),(17104,1324,'first_name',''),(17105,1324,'last_name',''),(17106,1324,'description',''),(17107,1324,'rich_editing','true'),(17108,1324,'comment_shortcuts','false'),(17109,1324,'admin_color','fresh'),(17110,1324,'use_ssl','0'),(17111,1324,'show_admin_bar_front','true'),(17112,1324,'locale',''),(17113,1324,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17114,1324,'wp_user_level','0'),(17115,1324,'default_password_nag','1'),(17116,1325,'nickname','madwolf3631986'),(17117,1325,'first_name',''),(17118,1325,'last_name',''),(17119,1325,'description',''),(17120,1325,'rich_editing','true'),(17121,1325,'comment_shortcuts','false'),(17122,1325,'admin_color','fresh'),(17123,1325,'use_ssl','0'),(17124,1325,'show_admin_bar_front','true'),(17125,1325,'locale',''),(17126,1325,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17127,1325,'wp_user_level','0'),(17128,1325,'default_password_nag','1'),(17129,1326,'nickname','lulukra11960'),(17130,1326,'first_name',''),(17131,1326,'last_name',''),(17132,1326,'description',''),(17133,1326,'rich_editing','true'),(17134,1326,'comment_shortcuts','false'),(17135,1326,'admin_color','fresh'),(17136,1326,'use_ssl','0'),(17137,1326,'show_admin_bar_front','true'),(17138,1326,'locale',''),(17139,1326,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17140,1326,'wp_user_level','0'),(17141,1326,'default_password_nag','1'),(17142,1327,'nickname','grannyrose1561995'),(17143,1327,'first_name',''),(17144,1327,'last_name',''),(17145,1327,'description',''),(17146,1327,'rich_editing','true'),(17147,1327,'comment_shortcuts','false'),(17148,1327,'admin_color','fresh'),(17149,1327,'use_ssl','0'),(17150,1327,'show_admin_bar_front','true'),(17151,1327,'locale',''),(17152,1327,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17153,1327,'wp_user_level','0'),(17154,1327,'default_password_nag','1'),(17155,1328,'nickname','lockmasteroz1970'),(17156,1328,'first_name',''),(17157,1328,'last_name',''),(17158,1328,'description',''),(17159,1328,'rich_editing','true'),(17160,1328,'comment_shortcuts','false'),(17161,1328,'admin_color','fresh'),(17162,1328,'use_ssl','0'),(17163,1328,'show_admin_bar_front','true'),(17164,1328,'locale',''),(17165,1328,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17166,1328,'wp_user_level','0'),(17167,1328,'default_password_nag','1'),(17168,1329,'nickname','woodchucker21954'),(17169,1329,'first_name',''),(17170,1329,'last_name',''),(17171,1329,'description',''),(17172,1329,'rich_editing','true'),(17173,1329,'comment_shortcuts','false'),(17174,1329,'admin_color','fresh'),(17175,1329,'use_ssl','0'),(17176,1329,'show_admin_bar_front','true'),(17177,1329,'locale',''),(17178,1329,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17179,1329,'wp_user_level','0'),(17180,1329,'default_password_nag','1'),(17181,1330,'nickname','andergangfive1969'),(17182,1330,'first_name',''),(17183,1330,'last_name',''),(17184,1330,'description',''),(17185,1330,'rich_editing','true'),(17186,1330,'comment_shortcuts','false'),(17187,1330,'admin_color','fresh'),(17188,1330,'use_ssl','0'),(17189,1330,'show_admin_bar_front','true'),(17190,1330,'locale',''),(17191,1330,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17192,1330,'wp_user_level','0'),(17193,1330,'default_password_nag','1'),(17194,1331,'nickname','joser7620001961'),(17195,1331,'first_name',''),(17196,1331,'last_name',''),(17197,1331,'description',''),(17198,1331,'rich_editing','true'),(17199,1331,'comment_shortcuts','false'),(17200,1331,'admin_color','fresh'),(17201,1331,'use_ssl','0'),(17202,1331,'show_admin_bar_front','true'),(17203,1331,'locale',''),(17204,1331,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17205,1331,'wp_user_level','0'),(17206,1331,'default_password_nag','1'),(17207,1332,'nickname','astrid.gronister2005'),(17208,1332,'first_name',''),(17209,1332,'last_name',''),(17210,1332,'description',''),(17211,1332,'rich_editing','true'),(17212,1332,'comment_shortcuts','false'),(17213,1332,'admin_color','fresh'),(17214,1332,'use_ssl','0'),(17215,1332,'show_admin_bar_front','true'),(17216,1332,'locale',''),(17217,1332,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17218,1332,'wp_user_level','0'),(17219,1332,'default_password_nag','1'),(17220,1333,'nickname','nicky_stokes1950'),(17221,1333,'first_name',''),(17222,1333,'last_name',''),(17223,1333,'description',''),(17224,1333,'rich_editing','true'),(17225,1333,'comment_shortcuts','false'),(17226,1333,'admin_color','fresh'),(17227,1333,'use_ssl','0'),(17228,1333,'show_admin_bar_front','true'),(17229,1333,'locale',''),(17230,1333,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17231,1333,'wp_user_level','0'),(17232,1333,'default_password_nag','1'),(17233,1334,'nickname','jonathanqueen1986'),(17234,1334,'first_name',''),(17235,1334,'last_name',''),(17236,1334,'description',''),(17237,1334,'rich_editing','true'),(17238,1334,'comment_shortcuts','false'),(17239,1334,'admin_color','fresh'),(17240,1334,'use_ssl','0'),(17241,1334,'show_admin_bar_front','true'),(17242,1334,'locale',''),(17243,1334,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17244,1334,'wp_user_level','0'),(17245,1334,'default_password_nag','1'),(17246,1335,'nickname','mjcardona861985'),(17247,1335,'first_name',''),(17248,1335,'last_name',''),(17249,1335,'description',''),(17250,1335,'rich_editing','true'),(17251,1335,'comment_shortcuts','false'),(17252,1335,'admin_color','fresh'),(17253,1335,'use_ssl','0'),(17254,1335,'show_admin_bar_front','true'),(17255,1335,'locale',''),(17256,1335,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17257,1335,'wp_user_level','0'),(17258,1335,'default_password_nag','1'),(17259,1336,'nickname','davidson.zachary441970'),(17260,1336,'first_name',''),(17261,1336,'last_name',''),(17262,1336,'description',''),(17263,1336,'rich_editing','true'),(17264,1336,'comment_shortcuts','false'),(17265,1336,'admin_color','fresh'),(17266,1336,'use_ssl','0'),(17267,1336,'show_admin_bar_front','true'),(17268,1336,'locale',''),(17269,1336,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17270,1336,'wp_user_level','0'),(17271,1336,'default_password_nag','1'),(17272,1337,'nickname','decker.ben1972'),(17273,1337,'first_name',''),(17274,1337,'last_name',''),(17275,1337,'description',''),(17276,1337,'rich_editing','true'),(17277,1337,'comment_shortcuts','false'),(17278,1337,'admin_color','fresh'),(17279,1337,'use_ssl','0'),(17280,1337,'show_admin_bar_front','true'),(17281,1337,'locale',''),(17282,1337,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17283,1337,'wp_user_level','0'),(17284,1337,'default_password_nag','1'),(17285,1338,'nickname','ruth_martin19871961'),(17286,1338,'first_name',''),(17287,1338,'last_name',''),(17288,1338,'description',''),(17289,1338,'rich_editing','true'),(17290,1338,'comment_shortcuts','false'),(17291,1338,'admin_color','fresh'),(17292,1338,'use_ssl','0'),(17293,1338,'show_admin_bar_front','true'),(17294,1338,'locale',''),(17295,1338,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17296,1338,'wp_user_level','0'),(17297,1338,'default_password_nag','1'),(17298,1339,'nickname','amreingold1980'),(17299,1339,'first_name',''),(17300,1339,'last_name',''),(17301,1339,'description',''),(17302,1339,'rich_editing','true'),(17303,1339,'comment_shortcuts','false'),(17304,1339,'admin_color','fresh'),(17305,1339,'use_ssl','0'),(17306,1339,'show_admin_bar_front','true'),(17307,1339,'locale',''),(17308,1339,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17309,1339,'wp_user_level','0'),(17310,1339,'default_password_nag','1'),(17311,1340,'nickname','christian_ala1979'),(17312,1340,'first_name',''),(17313,1340,'last_name',''),(17314,1340,'description',''),(17315,1340,'rich_editing','true'),(17316,1340,'comment_shortcuts','false'),(17317,1340,'admin_color','fresh'),(17318,1340,'use_ssl','0'),(17319,1340,'show_admin_bar_front','true'),(17320,1340,'locale',''),(17321,1340,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17322,1340,'wp_user_level','0'),(17323,1340,'default_password_nag','1'),(17324,1341,'nickname','aurora18461958'),(17325,1341,'first_name',''),(17326,1341,'last_name',''),(17327,1341,'description',''),(17328,1341,'rich_editing','true'),(17329,1341,'comment_shortcuts','false'),(17330,1341,'admin_color','fresh'),(17331,1341,'use_ssl','0'),(17332,1341,'show_admin_bar_front','true'),(17333,1341,'locale',''),(17334,1341,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17335,1341,'wp_user_level','0'),(17336,1341,'default_password_nag','1'),(17337,1342,'nickname','rebekka.thomsen1981'),(17338,1342,'first_name',''),(17339,1342,'last_name',''),(17340,1342,'description',''),(17341,1342,'rich_editing','true'),(17342,1342,'comment_shortcuts','false'),(17343,1342,'admin_color','fresh'),(17344,1342,'use_ssl','0'),(17345,1342,'show_admin_bar_front','true'),(17346,1342,'locale',''),(17347,1342,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17348,1342,'wp_user_level','0'),(17349,1342,'default_password_nag','1'),(17350,1343,'nickname','brian.chiarito1976'),(17351,1343,'first_name',''),(17352,1343,'last_name',''),(17353,1343,'description',''),(17354,1343,'rich_editing','true'),(17355,1343,'comment_shortcuts','false'),(17356,1343,'admin_color','fresh'),(17357,1343,'use_ssl','0'),(17358,1343,'show_admin_bar_front','true'),(17359,1343,'locale',''),(17360,1343,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17361,1343,'wp_user_level','0'),(17362,1343,'default_password_nag','1'),(17363,1344,'nickname','dbroadway8311974'),(17364,1344,'first_name',''),(17365,1344,'last_name',''),(17366,1344,'description',''),(17367,1344,'rich_editing','true'),(17368,1344,'comment_shortcuts','false'),(17369,1344,'admin_color','fresh'),(17370,1344,'use_ssl','0'),(17371,1344,'show_admin_bar_front','true'),(17372,1344,'locale',''),(17373,1344,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17374,1344,'wp_user_level','0'),(17375,1344,'default_password_nag','1'),(17376,1345,'nickname','eltato101989'),(17377,1345,'first_name',''),(17378,1345,'last_name',''),(17379,1345,'description',''),(17380,1345,'rich_editing','true'),(17381,1345,'comment_shortcuts','false'),(17382,1345,'admin_color','fresh'),(17383,1345,'use_ssl','0'),(17384,1345,'show_admin_bar_front','true'),(17385,1345,'locale',''),(17386,1345,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17387,1345,'wp_user_level','0'),(17388,1345,'default_password_nag','1'),(17389,1346,'nickname','pimenteltony1978'),(17390,1346,'first_name',''),(17391,1346,'last_name',''),(17392,1346,'description',''),(17393,1346,'rich_editing','true'),(17394,1346,'comment_shortcuts','false'),(17395,1346,'admin_color','fresh'),(17396,1346,'use_ssl','0'),(17397,1346,'show_admin_bar_front','true'),(17398,1346,'locale',''),(17399,1346,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17400,1346,'wp_user_level','0'),(17401,1346,'default_password_nag','1'),(17402,1347,'nickname','nanci.matter1961'),(17403,1347,'first_name',''),(17404,1347,'last_name',''),(17405,1347,'description',''),(17406,1347,'rich_editing','true'),(17407,1347,'comment_shortcuts','false'),(17408,1347,'admin_color','fresh'),(17409,1347,'use_ssl','0'),(17410,1347,'show_admin_bar_front','true'),(17411,1347,'locale',''),(17412,1347,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17413,1347,'wp_user_level','0'),(17414,1347,'default_password_nag','1'),(17415,1348,'nickname','oreo_godfather1952'),(17416,1348,'first_name',''),(17417,1348,'last_name',''),(17418,1348,'description',''),(17419,1348,'rich_editing','true'),(17420,1348,'comment_shortcuts','false'),(17421,1348,'admin_color','fresh'),(17422,1348,'use_ssl','0'),(17423,1348,'show_admin_bar_front','true'),(17424,1348,'locale',''),(17425,1348,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17426,1348,'wp_user_level','0'),(17427,1348,'default_password_nag','1'),(17428,1349,'nickname','emma.peworchik2005'),(17429,1349,'first_name',''),(17430,1349,'last_name',''),(17431,1349,'description',''),(17432,1349,'rich_editing','true'),(17433,1349,'comment_shortcuts','false'),(17434,1349,'admin_color','fresh'),(17435,1349,'use_ssl','0'),(17436,1349,'show_admin_bar_front','true'),(17437,1349,'locale',''),(17438,1349,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17439,1349,'wp_user_level','0'),(17440,1349,'default_password_nag','1'),(17441,1350,'nickname','pwromd1984'),(17442,1350,'first_name',''),(17443,1350,'last_name',''),(17444,1350,'description',''),(17445,1350,'rich_editing','true'),(17446,1350,'comment_shortcuts','false'),(17447,1350,'admin_color','fresh'),(17448,1350,'use_ssl','0'),(17449,1350,'show_admin_bar_front','true'),(17450,1350,'locale',''),(17451,1350,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17452,1350,'wp_user_level','0'),(17453,1350,'default_password_nag','1'),(17454,1351,'nickname','issacb1974'),(17455,1351,'first_name',''),(17456,1351,'last_name',''),(17457,1351,'description',''),(17458,1351,'rich_editing','true'),(17459,1351,'comment_shortcuts','false'),(17460,1351,'admin_color','fresh'),(17461,1351,'use_ssl','0'),(17462,1351,'show_admin_bar_front','true'),(17463,1351,'locale',''),(17464,1351,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17465,1351,'wp_user_level','0'),(17466,1351,'default_password_nag','1'),(17467,1352,'nickname','nayecam942000'),(17468,1352,'first_name',''),(17469,1352,'last_name',''),(17470,1352,'description',''),(17471,1352,'rich_editing','true'),(17472,1352,'comment_shortcuts','false'),(17473,1352,'admin_color','fresh'),(17474,1352,'use_ssl','0'),(17475,1352,'show_admin_bar_front','true'),(17476,1352,'locale',''),(17477,1352,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17478,1352,'wp_user_level','0'),(17479,1352,'default_password_nag','1'),(17480,1353,'nickname','ulugbekgp2002'),(17481,1353,'first_name',''),(17482,1353,'last_name',''),(17483,1353,'description',''),(17484,1353,'rich_editing','true'),(17485,1353,'comment_shortcuts','false'),(17486,1353,'admin_color','fresh'),(17487,1353,'use_ssl','0'),(17488,1353,'show_admin_bar_front','true'),(17489,1353,'locale',''),(17490,1353,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17491,1353,'wp_user_level','0'),(17492,1353,'default_password_nag','1'),(17493,1354,'nickname','jksandstrom671991'),(17494,1354,'first_name',''),(17495,1354,'last_name',''),(17496,1354,'description',''),(17497,1354,'rich_editing','true'),(17498,1354,'comment_shortcuts','false'),(17499,1354,'admin_color','fresh'),(17500,1354,'use_ssl','0'),(17501,1354,'show_admin_bar_front','true'),(17502,1354,'locale',''),(17503,1354,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17504,1354,'wp_user_level','0'),(17505,1354,'default_password_nag','1'),(17506,1355,'nickname','macums1963'),(17507,1355,'first_name',''),(17508,1355,'last_name',''),(17509,1355,'description',''),(17510,1355,'rich_editing','true'),(17511,1355,'comment_shortcuts','false'),(17512,1355,'admin_color','fresh'),(17513,1355,'use_ssl','0'),(17514,1355,'show_admin_bar_front','true'),(17515,1355,'locale',''),(17516,1355,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17517,1355,'wp_user_level','0'),(17518,1355,'default_password_nag','1'),(17519,1356,'nickname','lsx19891955'),(17520,1356,'first_name',''),(17521,1356,'last_name',''),(17522,1356,'description',''),(17523,1356,'rich_editing','true'),(17524,1356,'comment_shortcuts','false'),(17525,1356,'admin_color','fresh'),(17526,1356,'use_ssl','0'),(17527,1356,'show_admin_bar_front','true'),(17528,1356,'locale',''),(17529,1356,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17530,1356,'wp_user_level','0'),(17531,1356,'default_password_nag','1'),(17532,1357,'nickname','lsnehring2001'),(17533,1357,'first_name',''),(17534,1357,'last_name',''),(17535,1357,'description',''),(17536,1357,'rich_editing','true'),(17537,1357,'comment_shortcuts','false'),(17538,1357,'admin_color','fresh'),(17539,1357,'use_ssl','0'),(17540,1357,'show_admin_bar_front','true'),(17541,1357,'locale',''),(17542,1357,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17543,1357,'wp_user_level','0'),(17544,1357,'default_password_nag','1'),(17545,1358,'nickname','ayachin221952'),(17546,1358,'first_name',''),(17547,1358,'last_name',''),(17548,1358,'description',''),(17549,1358,'rich_editing','true'),(17550,1358,'comment_shortcuts','false'),(17551,1358,'admin_color','fresh'),(17552,1358,'use_ssl','0'),(17553,1358,'show_admin_bar_front','true'),(17554,1358,'locale',''),(17555,1358,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17556,1358,'wp_user_level','0'),(17557,1358,'default_password_nag','1'),(17558,1359,'nickname','marinodipierro1995'),(17559,1359,'first_name',''),(17560,1359,'last_name',''),(17561,1359,'description',''),(17562,1359,'rich_editing','true'),(17563,1359,'comment_shortcuts','false'),(17564,1359,'admin_color','fresh'),(17565,1359,'use_ssl','0'),(17566,1359,'show_admin_bar_front','true'),(17567,1359,'locale',''),(17568,1359,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17569,1359,'wp_user_level','0'),(17570,1359,'default_password_nag','1'),(17571,1360,'nickname','kellydawnhayes1961'),(17572,1360,'first_name',''),(17573,1360,'last_name',''),(17574,1360,'description',''),(17575,1360,'rich_editing','true'),(17576,1360,'comment_shortcuts','false'),(17577,1360,'admin_color','fresh'),(17578,1360,'use_ssl','0'),(17579,1360,'show_admin_bar_front','true'),(17580,1360,'locale',''),(17581,1360,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17582,1360,'wp_user_level','0'),(17583,1360,'default_password_nag','1'),(17584,1361,'nickname','jmusgr31351958'),(17585,1361,'first_name',''),(17586,1361,'last_name',''),(17587,1361,'description',''),(17588,1361,'rich_editing','true'),(17589,1361,'comment_shortcuts','false'),(17590,1361,'admin_color','fresh'),(17591,1361,'use_ssl','0'),(17592,1361,'show_admin_bar_front','true'),(17593,1361,'locale',''),(17594,1361,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17595,1361,'wp_user_level','0'),(17596,1361,'default_password_nag','1'),(17597,1362,'nickname','highly_regarded1954'),(17598,1362,'first_name',''),(17599,1362,'last_name',''),(17600,1362,'description',''),(17601,1362,'rich_editing','true'),(17602,1362,'comment_shortcuts','false'),(17603,1362,'admin_color','fresh'),(17604,1362,'use_ssl','0'),(17605,1362,'show_admin_bar_front','true'),(17606,1362,'locale',''),(17607,1362,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17608,1362,'wp_user_level','0'),(17609,1362,'default_password_nag','1'),(17610,1363,'nickname','dgcerar1981'),(17611,1363,'first_name',''),(17612,1363,'last_name',''),(17613,1363,'description',''),(17614,1363,'rich_editing','true'),(17615,1363,'comment_shortcuts','false'),(17616,1363,'admin_color','fresh'),(17617,1363,'use_ssl','0'),(17618,1363,'show_admin_bar_front','true'),(17619,1363,'locale',''),(17620,1363,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17621,1363,'wp_user_level','0'),(17622,1363,'default_password_nag','1'),(17623,1364,'nickname','vu0tran1989'),(17624,1364,'first_name',''),(17625,1364,'last_name',''),(17626,1364,'description',''),(17627,1364,'rich_editing','true'),(17628,1364,'comment_shortcuts','false'),(17629,1364,'admin_color','fresh'),(17630,1364,'use_ssl','0'),(17631,1364,'show_admin_bar_front','true'),(17632,1364,'locale',''),(17633,1364,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17634,1364,'wp_user_level','0'),(17635,1364,'default_password_nag','1'),(17636,1365,'nickname','peterhenry_1994'),(17637,1365,'first_name',''),(17638,1365,'last_name',''),(17639,1365,'description',''),(17640,1365,'rich_editing','true'),(17641,1365,'comment_shortcuts','false'),(17642,1365,'admin_color','fresh'),(17643,1365,'use_ssl','0'),(17644,1365,'show_admin_bar_front','true'),(17645,1365,'locale',''),(17646,1365,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17647,1365,'wp_user_level','0'),(17648,1365,'default_password_nag','1'),(17649,1366,'nickname','hopeforpaws1975'),(17650,1366,'first_name',''),(17651,1366,'last_name',''),(17652,1366,'description',''),(17653,1366,'rich_editing','true'),(17654,1366,'comment_shortcuts','false'),(17655,1366,'admin_color','fresh'),(17656,1366,'use_ssl','0'),(17657,1366,'show_admin_bar_front','true'),(17658,1366,'locale',''),(17659,1366,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17660,1366,'wp_user_level','0'),(17661,1366,'default_password_nag','1'),(17662,1367,'nickname','albertkawam1960'),(17663,1367,'first_name',''),(17664,1367,'last_name',''),(17665,1367,'description',''),(17666,1367,'rich_editing','true'),(17667,1367,'comment_shortcuts','false'),(17668,1367,'admin_color','fresh'),(17669,1367,'use_ssl','0'),(17670,1367,'show_admin_bar_front','true'),(17671,1367,'locale',''),(17672,1367,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17673,1367,'wp_user_level','0'),(17674,1367,'default_password_nag','1'),(17675,1368,'nickname','andyatswelding1958'),(17676,1368,'first_name',''),(17677,1368,'last_name',''),(17678,1368,'description',''),(17679,1368,'rich_editing','true'),(17680,1368,'comment_shortcuts','false'),(17681,1368,'admin_color','fresh'),(17682,1368,'use_ssl','0'),(17683,1368,'show_admin_bar_front','true'),(17684,1368,'locale',''),(17685,1368,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17686,1368,'wp_user_level','0'),(17687,1368,'default_password_nag','1'),(17688,1369,'nickname','javonnas1985'),(17689,1369,'first_name',''),(17690,1369,'last_name',''),(17691,1369,'description',''),(17692,1369,'rich_editing','true'),(17693,1369,'comment_shortcuts','false'),(17694,1369,'admin_color','fresh'),(17695,1369,'use_ssl','0'),(17696,1369,'show_admin_bar_front','true'),(17697,1369,'locale',''),(17698,1369,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17699,1369,'wp_user_level','0'),(17700,1369,'default_password_nag','1'),(17701,1370,'nickname','darienbrousseau2002'),(17702,1370,'first_name',''),(17703,1370,'last_name',''),(17704,1370,'description',''),(17705,1370,'rich_editing','true'),(17706,1370,'comment_shortcuts','false'),(17707,1370,'admin_color','fresh'),(17708,1370,'use_ssl','0'),(17709,1370,'show_admin_bar_front','true'),(17710,1370,'locale',''),(17711,1370,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17712,1370,'wp_user_level','0'),(17713,1370,'default_password_nag','1'),(17714,1371,'nickname','wisegreat0072001'),(17715,1371,'first_name',''),(17716,1371,'last_name',''),(17717,1371,'description',''),(17718,1371,'rich_editing','true'),(17719,1371,'comment_shortcuts','false'),(17720,1371,'admin_color','fresh'),(17721,1371,'use_ssl','0'),(17722,1371,'show_admin_bar_front','true'),(17723,1371,'locale',''),(17724,1371,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17725,1371,'wp_user_level','0'),(17726,1371,'default_password_nag','1'),(17727,1372,'nickname','bhubscher1962'),(17728,1372,'first_name',''),(17729,1372,'last_name',''),(17730,1372,'description',''),(17731,1372,'rich_editing','true'),(17732,1372,'comment_shortcuts','false'),(17733,1372,'admin_color','fresh'),(17734,1372,'use_ssl','0'),(17735,1372,'show_admin_bar_front','true'),(17736,1372,'locale',''),(17737,1372,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17738,1372,'wp_user_level','0'),(17739,1372,'default_password_nag','1'),(17740,1373,'nickname','burtfam841986'),(17741,1373,'first_name',''),(17742,1373,'last_name',''),(17743,1373,'description',''),(17744,1373,'rich_editing','true'),(17745,1373,'comment_shortcuts','false'),(17746,1373,'admin_color','fresh'),(17747,1373,'use_ssl','0'),(17748,1373,'show_admin_bar_front','true'),(17749,1373,'locale',''),(17750,1373,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17751,1373,'wp_user_level','0'),(17752,1373,'default_password_nag','1'),(17753,1374,'nickname','jgsleep442009'),(17754,1374,'first_name',''),(17755,1374,'last_name',''),(17756,1374,'description',''),(17757,1374,'rich_editing','true'),(17758,1374,'comment_shortcuts','false'),(17759,1374,'admin_color','fresh'),(17760,1374,'use_ssl','0'),(17761,1374,'show_admin_bar_front','true'),(17762,1374,'locale',''),(17763,1374,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17764,1374,'wp_user_level','0'),(17765,1374,'default_password_nag','1'),(17766,1375,'nickname','sammerdog2010'),(17767,1375,'first_name',''),(17768,1375,'last_name',''),(17769,1375,'description',''),(17770,1375,'rich_editing','true'),(17771,1375,'comment_shortcuts','false'),(17772,1375,'admin_color','fresh'),(17773,1375,'use_ssl','0'),(17774,1375,'show_admin_bar_front','true'),(17775,1375,'locale',''),(17776,1375,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17777,1375,'wp_user_level','0'),(17778,1375,'default_password_nag','1'),(17779,1376,'nickname','ajsvaan2001'),(17780,1376,'first_name',''),(17781,1376,'last_name',''),(17782,1376,'description',''),(17783,1376,'rich_editing','true'),(17784,1376,'comment_shortcuts','false'),(17785,1376,'admin_color','fresh'),(17786,1376,'use_ssl','0'),(17787,1376,'show_admin_bar_front','true'),(17788,1376,'locale',''),(17789,1376,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17790,1376,'wp_user_level','0'),(17791,1376,'default_password_nag','1'),(17792,1377,'nickname','jlabowski2002'),(17793,1377,'first_name',''),(17794,1377,'last_name',''),(17795,1377,'description',''),(17796,1377,'rich_editing','true'),(17797,1377,'comment_shortcuts','false'),(17798,1377,'admin_color','fresh'),(17799,1377,'use_ssl','0'),(17800,1377,'show_admin_bar_front','true'),(17801,1377,'locale',''),(17802,1377,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17803,1377,'wp_user_level','0'),(17804,1377,'default_password_nag','1'),(17805,1378,'nickname','xxonly_laurenxx2002'),(17806,1378,'first_name',''),(17807,1378,'last_name',''),(17808,1378,'description',''),(17809,1378,'rich_editing','true'),(17810,1378,'comment_shortcuts','false'),(17811,1378,'admin_color','fresh'),(17812,1378,'use_ssl','0'),(17813,1378,'show_admin_bar_front','true'),(17814,1378,'locale',''),(17815,1378,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17816,1378,'wp_user_level','0'),(17817,1378,'default_password_nag','1'),(17818,1379,'nickname','norris_kathryn1985'),(17819,1379,'first_name',''),(17820,1379,'last_name',''),(17821,1379,'description',''),(17822,1379,'rich_editing','true'),(17823,1379,'comment_shortcuts','false'),(17824,1379,'admin_color','fresh'),(17825,1379,'use_ssl','0'),(17826,1379,'show_admin_bar_front','true'),(17827,1379,'locale',''),(17828,1379,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17829,1379,'wp_user_level','0'),(17830,1379,'default_password_nag','1'),(17831,1380,'nickname','ckorb1989'),(17832,1380,'first_name',''),(17833,1380,'last_name',''),(17834,1380,'description',''),(17835,1380,'rich_editing','true'),(17836,1380,'comment_shortcuts','false'),(17837,1380,'admin_color','fresh'),(17838,1380,'use_ssl','0'),(17839,1380,'show_admin_bar_front','true'),(17840,1380,'locale',''),(17841,1380,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17842,1380,'wp_user_level','0'),(17843,1380,'default_password_nag','1'),(17844,1381,'nickname','keatingsdaycare11987'),(17845,1381,'first_name',''),(17846,1381,'last_name',''),(17847,1381,'description',''),(17848,1381,'rich_editing','true'),(17849,1381,'comment_shortcuts','false'),(17850,1381,'admin_color','fresh'),(17851,1381,'use_ssl','0'),(17852,1381,'show_admin_bar_front','true'),(17853,1381,'locale',''),(17854,1381,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17855,1381,'wp_user_level','0'),(17856,1381,'default_password_nag','1'),(17857,1382,'nickname','drconcert1987'),(17858,1382,'first_name',''),(17859,1382,'last_name',''),(17860,1382,'description',''),(17861,1382,'rich_editing','true'),(17862,1382,'comment_shortcuts','false'),(17863,1382,'admin_color','fresh'),(17864,1382,'use_ssl','0'),(17865,1382,'show_admin_bar_front','true'),(17866,1382,'locale',''),(17867,1382,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17868,1382,'wp_user_level','0'),(17869,1382,'default_password_nag','1'),(17870,1383,'nickname','usisfar2010'),(17871,1383,'first_name',''),(17872,1383,'last_name',''),(17873,1383,'description',''),(17874,1383,'rich_editing','true'),(17875,1383,'comment_shortcuts','false'),(17876,1383,'admin_color','fresh'),(17877,1383,'use_ssl','0'),(17878,1383,'show_admin_bar_front','true'),(17879,1383,'locale',''),(17880,1383,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17881,1383,'wp_user_level','0'),(17882,1383,'default_password_nag','1'),(17883,1384,'nickname','yaomollychen1960'),(17884,1384,'first_name',''),(17885,1384,'last_name',''),(17886,1384,'description',''),(17887,1384,'rich_editing','true'),(17888,1384,'comment_shortcuts','false'),(17889,1384,'admin_color','fresh'),(17890,1384,'use_ssl','0'),(17891,1384,'show_admin_bar_front','true'),(17892,1384,'locale',''),(17893,1384,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17894,1384,'wp_user_level','0'),(17895,1384,'default_password_nag','1'),(17896,1385,'nickname','vzah1951'),(17897,1385,'first_name',''),(17898,1385,'last_name',''),(17899,1385,'description',''),(17900,1385,'rich_editing','true'),(17901,1385,'comment_shortcuts','false'),(17902,1385,'admin_color','fresh'),(17903,1385,'use_ssl','0'),(17904,1385,'show_admin_bar_front','true'),(17905,1385,'locale',''),(17906,1385,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17907,1385,'wp_user_level','0'),(17908,1385,'default_password_nag','1'),(17909,1386,'nickname','giannislow1980'),(17910,1386,'first_name',''),(17911,1386,'last_name',''),(17912,1386,'description',''),(17913,1386,'rich_editing','true'),(17914,1386,'comment_shortcuts','false'),(17915,1386,'admin_color','fresh'),(17916,1386,'use_ssl','0'),(17917,1386,'show_admin_bar_front','true'),(17918,1386,'locale',''),(17919,1386,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17920,1386,'wp_user_level','0'),(17921,1386,'default_password_nag','1'),(17922,1387,'nickname','maxxximg1973'),(17923,1387,'first_name',''),(17924,1387,'last_name',''),(17925,1387,'description',''),(17926,1387,'rich_editing','true'),(17927,1387,'comment_shortcuts','false'),(17928,1387,'admin_color','fresh'),(17929,1387,'use_ssl','0'),(17930,1387,'show_admin_bar_front','true'),(17931,1387,'locale',''),(17932,1387,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17933,1387,'wp_user_level','0'),(17934,1387,'default_password_nag','1'),(17935,1388,'nickname','gaby_sanchez081968'),(17936,1388,'first_name',''),(17937,1388,'last_name',''),(17938,1388,'description',''),(17939,1388,'rich_editing','true'),(17940,1388,'comment_shortcuts','false'),(17941,1388,'admin_color','fresh'),(17942,1388,'use_ssl','0'),(17943,1388,'show_admin_bar_front','true'),(17944,1388,'locale',''),(17945,1388,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17946,1388,'wp_user_level','0'),(17947,1388,'default_password_nag','1'),(17948,1389,'nickname','gretchen2dot01956'),(17949,1389,'first_name',''),(17950,1389,'last_name',''),(17951,1389,'description',''),(17952,1389,'rich_editing','true'),(17953,1389,'comment_shortcuts','false'),(17954,1389,'admin_color','fresh'),(17955,1389,'use_ssl','0'),(17956,1389,'show_admin_bar_front','true'),(17957,1389,'locale',''),(17958,1389,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17959,1389,'wp_user_level','0'),(17960,1389,'default_password_nag','1'),(17961,1390,'nickname','oanstein1954'),(17962,1390,'first_name',''),(17963,1390,'last_name',''),(17964,1390,'description',''),(17965,1390,'rich_editing','true'),(17966,1390,'comment_shortcuts','false'),(17967,1390,'admin_color','fresh'),(17968,1390,'use_ssl','0'),(17969,1390,'show_admin_bar_front','true'),(17970,1390,'locale',''),(17971,1390,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17972,1390,'wp_user_level','0'),(17973,1390,'default_password_nag','1'),(17974,1391,'nickname','karen.ristuben2008'),(17975,1391,'first_name',''),(17976,1391,'last_name',''),(17977,1391,'description',''),(17978,1391,'rich_editing','true'),(17979,1391,'comment_shortcuts','false'),(17980,1391,'admin_color','fresh'),(17981,1391,'use_ssl','0'),(17982,1391,'show_admin_bar_front','true'),(17983,1391,'locale',''),(17984,1391,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17985,1391,'wp_user_level','0'),(17986,1391,'default_password_nag','1'),(17987,1392,'nickname','dickwurster1959'),(17988,1392,'first_name',''),(17989,1392,'last_name',''),(17990,1392,'description',''),(17991,1392,'rich_editing','true'),(17992,1392,'comment_shortcuts','false'),(17993,1392,'admin_color','fresh'),(17994,1392,'use_ssl','0'),(17995,1392,'show_admin_bar_front','true'),(17996,1392,'locale',''),(17997,1392,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(17998,1392,'wp_user_level','0'),(17999,1392,'default_password_nag','1'),(18000,1393,'nickname','kans8261952'),(18001,1393,'first_name',''),(18002,1393,'last_name',''),(18003,1393,'description',''),(18004,1393,'rich_editing','true'),(18005,1393,'comment_shortcuts','false'),(18006,1393,'admin_color','fresh'),(18007,1393,'use_ssl','0'),(18008,1393,'show_admin_bar_front','true'),(18009,1393,'locale',''),(18010,1393,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18011,1393,'wp_user_level','0'),(18012,1393,'default_password_nag','1'),(18013,1394,'nickname','vanchen072000'),(18014,1394,'first_name',''),(18015,1394,'last_name',''),(18016,1394,'description',''),(18017,1394,'rich_editing','true'),(18018,1394,'comment_shortcuts','false'),(18019,1394,'admin_color','fresh'),(18020,1394,'use_ssl','0'),(18021,1394,'show_admin_bar_front','true'),(18022,1394,'locale',''),(18023,1394,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18024,1394,'wp_user_level','0'),(18025,1394,'default_password_nag','1'),(18026,1395,'nickname','lfalk12061977'),(18027,1395,'first_name',''),(18028,1395,'last_name',''),(18029,1395,'description',''),(18030,1395,'rich_editing','true'),(18031,1395,'comment_shortcuts','false'),(18032,1395,'admin_color','fresh'),(18033,1395,'use_ssl','0'),(18034,1395,'show_admin_bar_front','true'),(18035,1395,'locale',''),(18036,1395,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18037,1395,'wp_user_level','0'),(18038,1395,'default_password_nag','1'),(18039,1396,'nickname','mbuskil1963'),(18040,1396,'first_name',''),(18041,1396,'last_name',''),(18042,1396,'description',''),(18043,1396,'rich_editing','true'),(18044,1396,'comment_shortcuts','false'),(18045,1396,'admin_color','fresh'),(18046,1396,'use_ssl','0'),(18047,1396,'show_admin_bar_front','true'),(18048,1396,'locale',''),(18049,1396,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18050,1396,'wp_user_level','0'),(18051,1396,'default_password_nag','1'),(18052,1397,'nickname','elizabeth.wojnowski1992'),(18053,1397,'first_name',''),(18054,1397,'last_name',''),(18055,1397,'description',''),(18056,1397,'rich_editing','true'),(18057,1397,'comment_shortcuts','false'),(18058,1397,'admin_color','fresh'),(18059,1397,'use_ssl','0'),(18060,1397,'show_admin_bar_front','true'),(18061,1397,'locale',''),(18062,1397,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18063,1397,'wp_user_level','0'),(18064,1397,'default_password_nag','1'),(18065,1398,'nickname','navoly.beatrix1960'),(18066,1398,'first_name',''),(18067,1398,'last_name',''),(18068,1398,'description',''),(18069,1398,'rich_editing','true'),(18070,1398,'comment_shortcuts','false'),(18071,1398,'admin_color','fresh'),(18072,1398,'use_ssl','0'),(18073,1398,'show_admin_bar_front','true'),(18074,1398,'locale',''),(18075,1398,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18076,1398,'wp_user_level','0'),(18077,1398,'default_password_nag','1'),(18078,1399,'nickname','sindiburke1968'),(18079,1399,'first_name',''),(18080,1399,'last_name',''),(18081,1399,'description',''),(18082,1399,'rich_editing','true'),(18083,1399,'comment_shortcuts','false'),(18084,1399,'admin_color','fresh'),(18085,1399,'use_ssl','0'),(18086,1399,'show_admin_bar_front','true'),(18087,1399,'locale',''),(18088,1399,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18089,1399,'wp_user_level','0'),(18090,1399,'default_password_nag','1'),(18091,1400,'nickname','alyaly3331963'),(18092,1400,'first_name',''),(18093,1400,'last_name',''),(18094,1400,'description',''),(18095,1400,'rich_editing','true'),(18096,1400,'comment_shortcuts','false'),(18097,1400,'admin_color','fresh'),(18098,1400,'use_ssl','0'),(18099,1400,'show_admin_bar_front','true'),(18100,1400,'locale',''),(18101,1400,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18102,1400,'wp_user_level','0'),(18103,1400,'default_password_nag','1'),(18104,1401,'nickname','laurjr441971'),(18105,1401,'first_name',''),(18106,1401,'last_name',''),(18107,1401,'description',''),(18108,1401,'rich_editing','true'),(18109,1401,'comment_shortcuts','false'),(18110,1401,'admin_color','fresh'),(18111,1401,'use_ssl','0'),(18112,1401,'show_admin_bar_front','true'),(18113,1401,'locale',''),(18114,1401,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18115,1401,'wp_user_level','0'),(18116,1401,'default_password_nag','1'),(18117,1402,'nickname','andientressengle1999'),(18118,1402,'first_name',''),(18119,1402,'last_name',''),(18120,1402,'description',''),(18121,1402,'rich_editing','true'),(18122,1402,'comment_shortcuts','false'),(18123,1402,'admin_color','fresh'),(18124,1402,'use_ssl','0'),(18125,1402,'show_admin_bar_front','true'),(18126,1402,'locale',''),(18127,1402,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18128,1402,'wp_user_level','0'),(18129,1402,'default_password_nag','1'),(18130,1403,'nickname','joe.a.lisi1979'),(18131,1403,'first_name',''),(18132,1403,'last_name',''),(18133,1403,'description',''),(18134,1403,'rich_editing','true'),(18135,1403,'comment_shortcuts','false'),(18136,1403,'admin_color','fresh'),(18137,1403,'use_ssl','0'),(18138,1403,'show_admin_bar_front','true'),(18139,1403,'locale',''),(18140,1403,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18141,1403,'wp_user_level','0'),(18142,1403,'default_password_nag','1'),(18143,1404,'nickname','ton.tlick1983'),(18144,1404,'first_name',''),(18145,1404,'last_name',''),(18146,1404,'description',''),(18147,1404,'rich_editing','true'),(18148,1404,'comment_shortcuts','false'),(18149,1404,'admin_color','fresh'),(18150,1404,'use_ssl','0'),(18151,1404,'show_admin_bar_front','true'),(18152,1404,'locale',''),(18153,1404,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18154,1404,'wp_user_level','0'),(18155,1404,'default_password_nag','1'),(18156,1405,'nickname','arcadiacarehome1980'),(18157,1405,'first_name',''),(18158,1405,'last_name',''),(18159,1405,'description',''),(18160,1405,'rich_editing','true'),(18161,1405,'comment_shortcuts','false'),(18162,1405,'admin_color','fresh'),(18163,1405,'use_ssl','0'),(18164,1405,'show_admin_bar_front','true'),(18165,1405,'locale',''),(18166,1405,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18167,1405,'wp_user_level','0'),(18168,1405,'default_password_nag','1'),(18169,1406,'nickname','bthompgg1963'),(18170,1406,'first_name',''),(18171,1406,'last_name',''),(18172,1406,'description',''),(18173,1406,'rich_editing','true'),(18174,1406,'comment_shortcuts','false'),(18175,1406,'admin_color','fresh'),(18176,1406,'use_ssl','0'),(18177,1406,'show_admin_bar_front','true'),(18178,1406,'locale',''),(18179,1406,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18180,1406,'wp_user_level','0'),(18181,1406,'default_password_nag','1'),(18182,1407,'nickname','sjoerdvangurp1963'),(18183,1407,'first_name',''),(18184,1407,'last_name',''),(18185,1407,'description',''),(18186,1407,'rich_editing','true'),(18187,1407,'comment_shortcuts','false'),(18188,1407,'admin_color','fresh'),(18189,1407,'use_ssl','0'),(18190,1407,'show_admin_bar_front','true'),(18191,1407,'locale',''),(18192,1407,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18193,1407,'wp_user_level','0'),(18194,1407,'default_password_nag','1'),(18195,1408,'nickname','tina.clayton731980'),(18196,1408,'first_name',''),(18197,1408,'last_name',''),(18198,1408,'description',''),(18199,1408,'rich_editing','true'),(18200,1408,'comment_shortcuts','false'),(18201,1408,'admin_color','fresh'),(18202,1408,'use_ssl','0'),(18203,1408,'show_admin_bar_front','true'),(18204,1408,'locale',''),(18205,1408,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18206,1408,'wp_user_level','0'),(18207,1408,'default_password_nag','1'),(18208,1409,'nickname','hjackjr11955'),(18209,1409,'first_name',''),(18210,1409,'last_name',''),(18211,1409,'description',''),(18212,1409,'rich_editing','true'),(18213,1409,'comment_shortcuts','false'),(18214,1409,'admin_color','fresh'),(18215,1409,'use_ssl','0'),(18216,1409,'show_admin_bar_front','true'),(18217,1409,'locale',''),(18218,1409,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18219,1409,'wp_user_level','0'),(18220,1409,'default_password_nag','1'),(18221,1410,'nickname','toddmcnerney571950'),(18222,1410,'first_name',''),(18223,1410,'last_name',''),(18224,1410,'description',''),(18225,1410,'rich_editing','true'),(18226,1410,'comment_shortcuts','false'),(18227,1410,'admin_color','fresh'),(18228,1410,'use_ssl','0'),(18229,1410,'show_admin_bar_front','true'),(18230,1410,'locale',''),(18231,1410,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18232,1410,'wp_user_level','0'),(18233,1410,'default_password_nag','1'),(18234,1411,'nickname','ranaezhen1985'),(18235,1411,'first_name',''),(18236,1411,'last_name',''),(18237,1411,'description',''),(18238,1411,'rich_editing','true'),(18239,1411,'comment_shortcuts','false'),(18240,1411,'admin_color','fresh'),(18241,1411,'use_ssl','0'),(18242,1411,'show_admin_bar_front','true'),(18243,1411,'locale',''),(18244,1411,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18245,1411,'wp_user_level','0'),(18246,1411,'default_password_nag','1'),(18247,1412,'nickname','evelynadams96971979'),(18248,1412,'first_name',''),(18249,1412,'last_name',''),(18250,1412,'description',''),(18251,1412,'rich_editing','true'),(18252,1412,'comment_shortcuts','false'),(18253,1412,'admin_color','fresh'),(18254,1412,'use_ssl','0'),(18255,1412,'show_admin_bar_front','true'),(18256,1412,'locale',''),(18257,1412,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18258,1412,'wp_user_level','0'),(18259,1412,'default_password_nag','1'),(18260,1413,'nickname','lisa10032000'),(18261,1413,'first_name',''),(18262,1413,'last_name',''),(18263,1413,'description',''),(18264,1413,'rich_editing','true'),(18265,1413,'comment_shortcuts','false'),(18266,1413,'admin_color','fresh'),(18267,1413,'use_ssl','0'),(18268,1413,'show_admin_bar_front','true'),(18269,1413,'locale',''),(18270,1413,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18271,1413,'wp_user_level','0'),(18272,1413,'default_password_nag','1'),(18273,1414,'nickname','ho1ywarrior1990'),(18274,1414,'first_name',''),(18275,1414,'last_name',''),(18276,1414,'description',''),(18277,1414,'rich_editing','true'),(18278,1414,'comment_shortcuts','false'),(18279,1414,'admin_color','fresh'),(18280,1414,'use_ssl','0'),(18281,1414,'show_admin_bar_front','true'),(18282,1414,'locale',''),(18283,1414,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18284,1414,'wp_user_level','0'),(18285,1414,'default_password_nag','1'),(18286,1415,'nickname','sallyparkerbodyshop1965'),(18287,1415,'first_name',''),(18288,1415,'last_name',''),(18289,1415,'description',''),(18290,1415,'rich_editing','true'),(18291,1415,'comment_shortcuts','false'),(18292,1415,'admin_color','fresh'),(18293,1415,'use_ssl','0'),(18294,1415,'show_admin_bar_front','true'),(18295,1415,'locale',''),(18296,1415,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18297,1415,'wp_user_level','0'),(18298,1415,'default_password_nag','1'),(18299,1416,'nickname','greenhase11971'),(18300,1416,'first_name',''),(18301,1416,'last_name',''),(18302,1416,'description',''),(18303,1416,'rich_editing','true'),(18304,1416,'comment_shortcuts','false'),(18305,1416,'admin_color','fresh'),(18306,1416,'use_ssl','0'),(18307,1416,'show_admin_bar_front','true'),(18308,1416,'locale',''),(18309,1416,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18310,1416,'wp_user_level','0'),(18311,1416,'default_password_nag','1'),(18312,1417,'nickname','chloe.carmichael2009'),(18313,1417,'first_name',''),(18314,1417,'last_name',''),(18315,1417,'description',''),(18316,1417,'rich_editing','true'),(18317,1417,'comment_shortcuts','false'),(18318,1417,'admin_color','fresh'),(18319,1417,'use_ssl','0'),(18320,1417,'show_admin_bar_front','true'),(18321,1417,'locale',''),(18322,1417,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18323,1417,'wp_user_level','0'),(18324,1417,'default_password_nag','1'),(18325,1418,'nickname','adelalkoubaisy2001'),(18326,1418,'first_name',''),(18327,1418,'last_name',''),(18328,1418,'description',''),(18329,1418,'rich_editing','true'),(18330,1418,'comment_shortcuts','false'),(18331,1418,'admin_color','fresh'),(18332,1418,'use_ssl','0'),(18333,1418,'show_admin_bar_front','true'),(18334,1418,'locale',''),(18335,1418,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18336,1418,'wp_user_level','0'),(18337,1418,'default_password_nag','1'),(18338,1419,'nickname','cknobel1970'),(18339,1419,'first_name',''),(18340,1419,'last_name',''),(18341,1419,'description',''),(18342,1419,'rich_editing','true'),(18343,1419,'comment_shortcuts','false'),(18344,1419,'admin_color','fresh'),(18345,1419,'use_ssl','0'),(18346,1419,'show_admin_bar_front','true'),(18347,1419,'locale',''),(18348,1419,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18349,1419,'wp_user_level','0'),(18350,1419,'default_password_nag','1'),(18351,1420,'nickname','mehowes211966'),(18352,1420,'first_name',''),(18353,1420,'last_name',''),(18354,1420,'description',''),(18355,1421,'nickname','cmonu1962'),(18356,1420,'rich_editing','true'),(18357,1421,'first_name',''),(18358,1420,'comment_shortcuts','false'),(18359,1421,'last_name',''),(18360,1420,'admin_color','fresh'),(18361,1421,'description',''),(18362,1420,'use_ssl','0'),(18363,1421,'rich_editing','true'),(18364,1420,'show_admin_bar_front','true'),(18365,1421,'comment_shortcuts','false'),(18366,1420,'locale',''),(18367,1421,'admin_color','fresh'),(18368,1420,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18369,1421,'use_ssl','0'),(18370,1420,'wp_user_level','0'),(18371,1421,'show_admin_bar_front','true'),(18372,1421,'locale',''),(18373,1421,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18374,1420,'default_password_nag','1'),(18375,1421,'wp_user_level','0'),(18376,1421,'default_password_nag','1'),(18377,1422,'nickname','liz.zunino2004'),(18378,1422,'first_name',''),(18379,1422,'last_name',''),(18380,1422,'description',''),(18381,1422,'rich_editing','true'),(18382,1422,'comment_shortcuts','false'),(18383,1422,'admin_color','fresh'),(18384,1422,'use_ssl','0'),(18385,1422,'show_admin_bar_front','true'),(18386,1422,'locale',''),(18387,1422,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18388,1422,'wp_user_level','0'),(18389,1422,'default_password_nag','1'),(18390,1423,'nickname','nypster202000'),(18391,1423,'first_name',''),(18392,1423,'last_name',''),(18393,1423,'description',''),(18394,1423,'rich_editing','true'),(18395,1423,'comment_shortcuts','false'),(18396,1423,'admin_color','fresh'),(18397,1423,'use_ssl','0'),(18398,1423,'show_admin_bar_front','true'),(18399,1423,'locale',''),(18400,1423,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18401,1423,'wp_user_level','0'),(18402,1423,'default_password_nag','1'),(18403,1424,'nickname','nicciwoo1987'),(18404,1424,'first_name',''),(18405,1424,'last_name',''),(18406,1424,'description',''),(18407,1424,'rich_editing','true'),(18408,1424,'comment_shortcuts','false'),(18409,1424,'admin_color','fresh'),(18410,1424,'use_ssl','0'),(18411,1424,'show_admin_bar_front','true'),(18412,1424,'locale',''),(18413,1424,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18414,1424,'wp_user_level','0'),(18415,1424,'default_password_nag','1'),(18416,1425,'nickname','firefly8281976'),(18417,1425,'first_name',''),(18418,1425,'last_name',''),(18419,1425,'description',''),(18420,1425,'rich_editing','true'),(18421,1425,'comment_shortcuts','false'),(18422,1425,'admin_color','fresh'),(18423,1425,'use_ssl','0'),(18424,1425,'show_admin_bar_front','true'),(18425,1425,'locale',''),(18426,1425,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18427,1425,'wp_user_level','0'),(18428,1425,'default_password_nag','1'),(18429,1426,'nickname','ddorsett11241975'),(18430,1426,'first_name',''),(18431,1426,'last_name',''),(18432,1426,'description',''),(18433,1426,'rich_editing','true'),(18434,1426,'comment_shortcuts','false'),(18435,1426,'admin_color','fresh'),(18436,1426,'use_ssl','0'),(18437,1426,'show_admin_bar_front','true'),(18438,1426,'locale',''),(18439,1426,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18440,1426,'wp_user_level','0'),(18441,1426,'default_password_nag','1'),(18442,1427,'nickname','atulsaini_2009'),(18443,1427,'first_name',''),(18444,1427,'last_name',''),(18445,1427,'description',''),(18446,1427,'rich_editing','true'),(18447,1427,'comment_shortcuts','false'),(18448,1427,'admin_color','fresh'),(18449,1427,'use_ssl','0'),(18450,1427,'show_admin_bar_front','true'),(18451,1427,'locale',''),(18452,1427,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18453,1427,'wp_user_level','0'),(18454,1427,'default_password_nag','1'),(18455,1428,'nickname','jhsteck1980'),(18456,1428,'first_name',''),(18457,1428,'last_name',''),(18458,1428,'description',''),(18459,1428,'rich_editing','true'),(18460,1428,'comment_shortcuts','false'),(18461,1428,'admin_color','fresh'),(18462,1428,'use_ssl','0'),(18463,1428,'show_admin_bar_front','true'),(18464,1428,'locale',''),(18465,1428,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18466,1428,'wp_user_level','0'),(18467,1428,'default_password_nag','1'),(18468,1429,'nickname','smcaroline881953'),(18469,1429,'first_name',''),(18470,1429,'last_name',''),(18471,1429,'description',''),(18472,1429,'rich_editing','true'),(18473,1429,'comment_shortcuts','false'),(18474,1429,'admin_color','fresh'),(18475,1429,'use_ssl','0'),(18476,1429,'show_admin_bar_front','true'),(18477,1429,'locale',''),(18478,1429,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18479,1429,'wp_user_level','0'),(18480,1429,'default_password_nag','1'),(18481,1430,'nickname','maithynguyenn1962'),(18482,1430,'first_name',''),(18483,1430,'last_name',''),(18484,1430,'description',''),(18485,1430,'rich_editing','true'),(18486,1430,'comment_shortcuts','false'),(18487,1430,'admin_color','fresh'),(18488,1430,'use_ssl','0'),(18489,1430,'show_admin_bar_front','true'),(18490,1430,'locale',''),(18491,1430,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18492,1430,'wp_user_level','0'),(18493,1430,'default_password_nag','1'),(18494,1431,'nickname','ggmadsen1979'),(18495,1431,'first_name',''),(18496,1431,'last_name',''),(18497,1431,'description',''),(18498,1431,'rich_editing','true'),(18499,1431,'comment_shortcuts','false'),(18500,1431,'admin_color','fresh'),(18501,1431,'use_ssl','0'),(18502,1431,'show_admin_bar_front','true'),(18503,1431,'locale',''),(18504,1431,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18505,1431,'wp_user_level','0'),(18506,1431,'default_password_nag','1'),(18507,1432,'nickname','shimonliang1980'),(18508,1432,'first_name',''),(18509,1432,'last_name',''),(18510,1432,'description',''),(18511,1432,'rich_editing','true'),(18512,1432,'comment_shortcuts','false'),(18513,1432,'admin_color','fresh'),(18514,1432,'use_ssl','0'),(18515,1432,'show_admin_bar_front','true'),(18516,1432,'locale',''),(18517,1432,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18518,1432,'wp_user_level','0'),(18519,1432,'default_password_nag','1'),(18520,1433,'nickname','juliuseditor1951'),(18521,1433,'first_name',''),(18522,1433,'last_name',''),(18523,1433,'description',''),(18524,1433,'rich_editing','true'),(18525,1433,'comment_shortcuts','false'),(18526,1433,'admin_color','fresh'),(18527,1433,'use_ssl','0'),(18528,1433,'show_admin_bar_front','true'),(18529,1433,'locale',''),(18530,1433,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18531,1433,'wp_user_level','0'),(18532,1433,'default_password_nag','1'),(18533,1434,'nickname','emhunter241979'),(18534,1434,'first_name',''),(18535,1434,'last_name',''),(18536,1434,'description',''),(18537,1434,'rich_editing','true'),(18538,1434,'comment_shortcuts','false'),(18539,1434,'admin_color','fresh'),(18540,1434,'use_ssl','0'),(18541,1434,'show_admin_bar_front','true'),(18542,1434,'locale',''),(18543,1434,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18544,1434,'wp_user_level','0'),(18545,1434,'default_password_nag','1'),(18546,1435,'nickname','kiethjanet1963'),(18547,1435,'first_name',''),(18548,1435,'last_name',''),(18549,1435,'description',''),(18550,1435,'rich_editing','true'),(18551,1435,'comment_shortcuts','false'),(18552,1435,'admin_color','fresh'),(18553,1435,'use_ssl','0'),(18554,1435,'show_admin_bar_front','true'),(18555,1435,'locale',''),(18556,1435,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18557,1435,'wp_user_level','0'),(18558,1435,'default_password_nag','1'),(18559,1436,'nickname','geo11111111984'),(18560,1436,'first_name',''),(18561,1436,'last_name',''),(18562,1436,'description',''),(18563,1436,'rich_editing','true'),(18564,1436,'comment_shortcuts','false'),(18565,1436,'admin_color','fresh'),(18566,1436,'use_ssl','0'),(18567,1436,'show_admin_bar_front','true'),(18568,1436,'locale',''),(18569,1436,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18570,1436,'wp_user_level','0'),(18571,1436,'default_password_nag','1'),(18572,1437,'nickname','sean.carey71989'),(18573,1437,'first_name',''),(18574,1437,'last_name',''),(18575,1437,'description',''),(18576,1437,'rich_editing','true'),(18577,1437,'comment_shortcuts','false'),(18578,1437,'admin_color','fresh'),(18579,1437,'use_ssl','0'),(18580,1437,'show_admin_bar_front','true'),(18581,1437,'locale',''),(18582,1437,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18583,1437,'wp_user_level','0'),(18584,1437,'default_password_nag','1'),(18585,1438,'nickname','thomas1956'),(18586,1438,'first_name',''),(18587,1438,'last_name',''),(18588,1438,'description',''),(18589,1438,'rich_editing','true'),(18590,1438,'comment_shortcuts','false'),(18591,1438,'admin_color','fresh'),(18592,1438,'use_ssl','0'),(18593,1438,'show_admin_bar_front','true'),(18594,1438,'locale',''),(18595,1438,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18596,1438,'wp_user_level','0'),(18597,1438,'default_password_nag','1'),(18598,1439,'nickname','lambert9091950'),(18599,1439,'first_name',''),(18600,1439,'last_name',''),(18601,1439,'description',''),(18602,1439,'rich_editing','true'),(18603,1439,'comment_shortcuts','false'),(18604,1439,'admin_color','fresh'),(18605,1439,'use_ssl','0'),(18606,1439,'show_admin_bar_front','true'),(18607,1439,'locale',''),(18608,1439,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18609,1439,'wp_user_level','0'),(18610,1439,'default_password_nag','1'),(18611,1440,'nickname','james.mahan2004'),(18612,1440,'first_name',''),(18613,1440,'last_name',''),(18614,1440,'description',''),(18615,1440,'rich_editing','true'),(18616,1440,'comment_shortcuts','false'),(18617,1440,'admin_color','fresh'),(18618,1440,'use_ssl','0'),(18619,1440,'show_admin_bar_front','true'),(18620,1440,'locale',''),(18621,1440,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18622,1440,'wp_user_level','0'),(18623,1440,'default_password_nag','1'),(18624,1441,'nickname','kbutanyway1965'),(18625,1441,'first_name',''),(18626,1441,'last_name',''),(18627,1441,'description',''),(18628,1441,'rich_editing','true'),(18629,1441,'comment_shortcuts','false'),(18630,1441,'admin_color','fresh'),(18631,1441,'use_ssl','0'),(18632,1441,'show_admin_bar_front','true'),(18633,1441,'locale',''),(18634,1441,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18635,1441,'wp_user_level','0'),(18636,1441,'default_password_nag','1'),(18637,1442,'nickname','blsimn1999'),(18638,1442,'first_name',''),(18639,1442,'last_name',''),(18640,1442,'description',''),(18641,1442,'rich_editing','true'),(18642,1442,'comment_shortcuts','false'),(18643,1442,'admin_color','fresh'),(18644,1442,'use_ssl','0'),(18645,1442,'show_admin_bar_front','true'),(18646,1442,'locale',''),(18647,1442,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18648,1442,'wp_user_level','0'),(18649,1442,'default_password_nag','1'),(18650,1443,'nickname','dahlgr1959'),(18651,1443,'first_name',''),(18652,1443,'last_name',''),(18653,1443,'description',''),(18654,1443,'rich_editing','true'),(18655,1443,'comment_shortcuts','false'),(18656,1443,'admin_color','fresh'),(18657,1443,'use_ssl','0'),(18658,1443,'show_admin_bar_front','true'),(18659,1443,'locale',''),(18660,1443,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18661,1443,'wp_user_level','0'),(18662,1443,'default_password_nag','1'),(18663,1444,'nickname','talockett771954'),(18664,1444,'first_name',''),(18665,1444,'last_name',''),(18666,1444,'description',''),(18667,1444,'rich_editing','true'),(18668,1444,'comment_shortcuts','false'),(18669,1444,'admin_color','fresh'),(18670,1444,'use_ssl','0'),(18671,1444,'show_admin_bar_front','true'),(18672,1444,'locale',''),(18673,1444,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18674,1444,'wp_user_level','0'),(18675,1444,'default_password_nag','1'),(18676,1445,'nickname','kenmack701968'),(18677,1445,'first_name',''),(18678,1445,'last_name',''),(18679,1445,'description',''),(18680,1445,'rich_editing','true'),(18681,1445,'comment_shortcuts','false'),(18682,1445,'admin_color','fresh'),(18683,1445,'use_ssl','0'),(18684,1445,'show_admin_bar_front','true'),(18685,1445,'locale',''),(18686,1445,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18687,1445,'wp_user_level','0'),(18688,1445,'default_password_nag','1'),(18689,1446,'nickname','dianalynnxk1963'),(18690,1446,'first_name',''),(18691,1446,'last_name',''),(18692,1446,'description',''),(18693,1446,'rich_editing','true'),(18694,1446,'comment_shortcuts','false'),(18695,1446,'admin_color','fresh'),(18696,1446,'use_ssl','0'),(18697,1446,'show_admin_bar_front','true'),(18698,1446,'locale',''),(18699,1446,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18700,1446,'wp_user_level','0'),(18701,1446,'default_password_nag','1'),(18702,1447,'nickname','thekoldones1984'),(18703,1447,'first_name',''),(18704,1447,'last_name',''),(18705,1447,'description',''),(18706,1447,'rich_editing','true'),(18707,1447,'comment_shortcuts','false'),(18708,1447,'admin_color','fresh'),(18709,1447,'use_ssl','0'),(18710,1447,'show_admin_bar_front','true'),(18711,1447,'locale',''),(18712,1447,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18713,1447,'wp_user_level','0'),(18714,1447,'default_password_nag','1'),(18715,1448,'nickname','chadol861954'),(18716,1448,'first_name',''),(18717,1448,'last_name',''),(18718,1448,'description',''),(18719,1448,'rich_editing','true'),(18720,1448,'comment_shortcuts','false'),(18721,1448,'admin_color','fresh'),(18722,1448,'use_ssl','0'),(18723,1448,'show_admin_bar_front','true'),(18724,1448,'locale',''),(18725,1448,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18726,1448,'wp_user_level','0'),(18727,1448,'default_password_nag','1'),(18728,1449,'nickname','dipak.chalakkal1959'),(18729,1449,'first_name',''),(18730,1449,'last_name',''),(18731,1449,'description',''),(18732,1449,'rich_editing','true'),(18733,1449,'comment_shortcuts','false'),(18734,1449,'admin_color','fresh'),(18735,1449,'use_ssl','0'),(18736,1449,'show_admin_bar_front','true'),(18737,1449,'locale',''),(18738,1449,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18739,1449,'wp_user_level','0'),(18740,1449,'default_password_nag','1'),(18741,1450,'nickname','charlesamichael1998'),(18742,1450,'first_name',''),(18743,1450,'last_name',''),(18744,1450,'description',''),(18745,1450,'rich_editing','true'),(18746,1450,'comment_shortcuts','false'),(18747,1450,'admin_color','fresh'),(18748,1450,'use_ssl','0'),(18749,1450,'show_admin_bar_front','true'),(18750,1450,'locale',''),(18751,1450,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18752,1450,'wp_user_level','0'),(18753,1450,'default_password_nag','1'),(18754,1451,'nickname','kirby.liu1952'),(18755,1451,'first_name',''),(18756,1451,'last_name',''),(18757,1451,'description',''),(18758,1451,'rich_editing','true'),(18759,1451,'comment_shortcuts','false'),(18760,1451,'admin_color','fresh'),(18761,1451,'use_ssl','0'),(18762,1451,'show_admin_bar_front','true'),(18763,1451,'locale',''),(18764,1451,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18765,1451,'wp_user_level','0'),(18766,1451,'default_password_nag','1'),(18767,1452,'nickname','stephen.woodcock1963'),(18768,1452,'first_name',''),(18769,1452,'last_name',''),(18770,1452,'description',''),(18771,1452,'rich_editing','true'),(18772,1452,'comment_shortcuts','false'),(18773,1452,'admin_color','fresh'),(18774,1452,'use_ssl','0'),(18775,1452,'show_admin_bar_front','true'),(18776,1452,'locale',''),(18777,1452,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18778,1452,'wp_user_level','0'),(18779,1452,'default_password_nag','1'),(18780,1453,'nickname','careers1960'),(18781,1453,'first_name',''),(18782,1453,'last_name',''),(18783,1453,'description',''),(18784,1453,'rich_editing','true'),(18785,1453,'comment_shortcuts','false'),(18786,1453,'admin_color','fresh'),(18787,1453,'use_ssl','0'),(18788,1453,'show_admin_bar_front','true'),(18789,1453,'locale',''),(18790,1453,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18791,1453,'wp_user_level','0'),(18792,1453,'default_password_nag','1'),(18793,1454,'nickname','safermedical1989'),(18794,1454,'first_name',''),(18795,1454,'last_name',''),(18796,1454,'description',''),(18797,1454,'rich_editing','true'),(18798,1454,'comment_shortcuts','false'),(18799,1454,'admin_color','fresh'),(18800,1454,'use_ssl','0'),(18801,1454,'show_admin_bar_front','true'),(18802,1454,'locale',''),(18803,1454,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18804,1454,'wp_user_level','0'),(18805,1454,'default_password_nag','1'),(18806,1455,'nickname','t.vu19862008'),(18807,1455,'first_name',''),(18808,1455,'last_name',''),(18809,1455,'description',''),(18810,1455,'rich_editing','true'),(18811,1455,'comment_shortcuts','false'),(18812,1455,'admin_color','fresh'),(18813,1455,'use_ssl','0'),(18814,1455,'show_admin_bar_front','true'),(18815,1455,'locale',''),(18816,1455,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18817,1455,'wp_user_level','0'),(18818,1455,'default_password_nag','1'),(18819,1456,'nickname','miyoshilandry1967'),(18820,1456,'first_name',''),(18821,1456,'last_name',''),(18822,1456,'description',''),(18823,1456,'rich_editing','true'),(18824,1456,'comment_shortcuts','false'),(18825,1456,'admin_color','fresh'),(18826,1456,'use_ssl','0'),(18827,1456,'show_admin_bar_front','true'),(18828,1456,'locale',''),(18829,1456,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18830,1456,'wp_user_level','0'),(18831,1456,'default_password_nag','1'),(18832,1457,'nickname','wesley_2901111994'),(18833,1457,'first_name',''),(18834,1457,'last_name',''),(18835,1457,'description',''),(18836,1457,'rich_editing','true'),(18837,1457,'comment_shortcuts','false'),(18838,1457,'admin_color','fresh'),(18839,1457,'use_ssl','0'),(18840,1457,'show_admin_bar_front','true'),(18841,1457,'locale',''),(18842,1457,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18843,1457,'wp_user_level','0'),(18844,1457,'default_password_nag','1'),(18845,1458,'nickname','benandbec2010'),(18846,1458,'first_name',''),(18847,1458,'last_name',''),(18848,1458,'description',''),(18849,1458,'rich_editing','true'),(18850,1458,'comment_shortcuts','false'),(18851,1458,'admin_color','fresh'),(18852,1458,'use_ssl','0'),(18853,1458,'show_admin_bar_front','true'),(18854,1458,'locale',''),(18855,1458,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18856,1458,'wp_user_level','0'),(18857,1458,'default_password_nag','1'),(18858,1459,'nickname','leesmith19611950'),(18859,1459,'first_name',''),(18860,1459,'last_name',''),(18861,1459,'description',''),(18862,1459,'rich_editing','true'),(18863,1459,'comment_shortcuts','false'),(18864,1459,'admin_color','fresh'),(18865,1459,'use_ssl','0'),(18866,1459,'show_admin_bar_front','true'),(18867,1459,'locale',''),(18868,1459,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18869,1459,'wp_user_level','0'),(18870,1459,'default_password_nag','1'),(18871,1460,'nickname','tarablom892001'),(18872,1460,'first_name',''),(18873,1460,'last_name',''),(18874,1460,'description',''),(18875,1460,'rich_editing','true'),(18876,1460,'comment_shortcuts','false'),(18877,1460,'admin_color','fresh'),(18878,1460,'use_ssl','0'),(18879,1460,'show_admin_bar_front','true'),(18880,1460,'locale',''),(18881,1460,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18882,1460,'wp_user_level','0'),(18883,1460,'default_password_nag','1'),(18884,1461,'nickname','michigan_wolverines_1fan2004'),(18885,1461,'first_name',''),(18886,1461,'last_name',''),(18887,1461,'description',''),(18888,1461,'rich_editing','true'),(18889,1461,'comment_shortcuts','false'),(18890,1461,'admin_color','fresh'),(18891,1461,'use_ssl','0'),(18892,1461,'show_admin_bar_front','true'),(18893,1461,'locale',''),(18894,1461,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18895,1461,'wp_user_level','0'),(18896,1461,'default_password_nag','1'),(18897,1462,'nickname','galen.bagley1997'),(18898,1462,'first_name',''),(18899,1462,'last_name',''),(18900,1462,'description',''),(18901,1462,'rich_editing','true'),(18902,1462,'comment_shortcuts','false'),(18903,1462,'admin_color','fresh'),(18904,1462,'use_ssl','0'),(18905,1462,'show_admin_bar_front','true'),(18906,1462,'locale',''),(18907,1462,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18908,1462,'wp_user_level','0'),(18909,1462,'default_password_nag','1'),(18910,1463,'nickname','dpolcari20001955'),(18911,1463,'first_name',''),(18912,1463,'last_name',''),(18913,1463,'description',''),(18914,1463,'rich_editing','true'),(18915,1463,'comment_shortcuts','false'),(18916,1463,'admin_color','fresh'),(18917,1463,'use_ssl','0'),(18918,1463,'show_admin_bar_front','true'),(18919,1463,'locale',''),(18920,1463,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18921,1463,'wp_user_level','0'),(18922,1463,'default_password_nag','1'),(18923,1464,'nickname','youngmann881955'),(18924,1464,'first_name',''),(18925,1464,'last_name',''),(18926,1464,'description',''),(18927,1464,'rich_editing','true'),(18928,1464,'comment_shortcuts','false'),(18929,1464,'admin_color','fresh'),(18930,1464,'use_ssl','0'),(18931,1464,'show_admin_bar_front','true'),(18932,1464,'locale',''),(18933,1464,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18934,1464,'wp_user_level','0'),(18935,1464,'default_password_nag','1'),(18936,1465,'nickname','onestopbots1961'),(18937,1465,'first_name',''),(18938,1465,'last_name',''),(18939,1465,'description',''),(18940,1465,'rich_editing','true'),(18941,1465,'comment_shortcuts','false'),(18942,1465,'admin_color','fresh'),(18943,1465,'use_ssl','0'),(18944,1465,'show_admin_bar_front','true'),(18945,1465,'locale',''),(18946,1465,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18947,1465,'wp_user_level','0'),(18948,1465,'default_password_nag','1'),(18949,1466,'nickname','dward7771962'),(18950,1466,'first_name',''),(18951,1466,'last_name',''),(18952,1466,'description',''),(18953,1466,'rich_editing','true'),(18954,1466,'comment_shortcuts','false'),(18955,1466,'admin_color','fresh'),(18956,1466,'use_ssl','0'),(18957,1466,'show_admin_bar_front','true'),(18958,1466,'locale',''),(18959,1466,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18960,1466,'wp_user_level','0'),(18961,1466,'default_password_nag','1'),(18962,1467,'nickname','adamsouders621950'),(18963,1467,'first_name',''),(18964,1467,'last_name',''),(18965,1467,'description',''),(18966,1467,'rich_editing','true'),(18967,1467,'comment_shortcuts','false'),(18968,1467,'admin_color','fresh'),(18969,1467,'use_ssl','0'),(18970,1467,'show_admin_bar_front','true'),(18971,1467,'locale',''),(18972,1467,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18973,1467,'wp_user_level','0'),(18974,1467,'default_password_nag','1'),(18975,1468,'nickname','icai12691954'),(18976,1468,'first_name',''),(18977,1468,'last_name',''),(18978,1468,'description',''),(18979,1468,'rich_editing','true'),(18980,1468,'comment_shortcuts','false'),(18981,1468,'admin_color','fresh'),(18982,1468,'use_ssl','0'),(18983,1468,'show_admin_bar_front','true'),(18984,1468,'locale',''),(18985,1468,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18986,1468,'wp_user_level','0'),(18987,1468,'default_password_nag','1'),(18988,1469,'nickname','babols109542008'),(18989,1469,'first_name',''),(18990,1469,'last_name',''),(18991,1469,'description',''),(18992,1469,'rich_editing','true'),(18993,1469,'comment_shortcuts','false'),(18994,1469,'admin_color','fresh'),(18995,1469,'use_ssl','0'),(18996,1469,'show_admin_bar_front','true'),(18997,1469,'locale',''),(18998,1469,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(18999,1469,'wp_user_level','0'),(19000,1469,'default_password_nag','1'),(19001,1470,'nickname','woodward.jesse1960'),(19002,1470,'first_name',''),(19003,1470,'last_name',''),(19004,1470,'description',''),(19005,1470,'rich_editing','true'),(19006,1470,'comment_shortcuts','false'),(19007,1470,'admin_color','fresh'),(19008,1470,'use_ssl','0'),(19009,1470,'show_admin_bar_front','true'),(19010,1470,'locale',''),(19011,1470,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19012,1470,'wp_user_level','0'),(19013,1470,'default_password_nag','1'),(19014,1471,'nickname','dee13291971'),(19015,1471,'first_name',''),(19016,1471,'last_name',''),(19017,1471,'description',''),(19018,1471,'rich_editing','true'),(19019,1471,'comment_shortcuts','false'),(19020,1471,'admin_color','fresh'),(19021,1471,'use_ssl','0'),(19022,1471,'show_admin_bar_front','true'),(19023,1471,'locale',''),(19024,1471,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19025,1471,'wp_user_level','0'),(19026,1471,'default_password_nag','1'),(19027,1472,'nickname','rsoupermom1993'),(19028,1472,'first_name',''),(19029,1472,'last_name',''),(19030,1472,'description',''),(19031,1472,'rich_editing','true'),(19032,1472,'comment_shortcuts','false'),(19033,1472,'admin_color','fresh'),(19034,1472,'use_ssl','0'),(19035,1472,'show_admin_bar_front','true'),(19036,1472,'locale',''),(19037,1472,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19038,1472,'wp_user_level','0'),(19039,1472,'default_password_nag','1'),(19040,1473,'nickname','tyroneajm2000'),(19041,1473,'first_name',''),(19042,1473,'last_name',''),(19043,1473,'description',''),(19044,1473,'rich_editing','true'),(19045,1473,'comment_shortcuts','false'),(19046,1473,'admin_color','fresh'),(19047,1473,'use_ssl','0'),(19048,1473,'show_admin_bar_front','true'),(19049,1473,'locale',''),(19050,1473,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19051,1473,'wp_user_level','0'),(19052,1473,'default_password_nag','1'),(19053,1474,'nickname','jamie_t_921954'),(19054,1474,'first_name',''),(19055,1474,'last_name',''),(19056,1474,'description',''),(19057,1474,'rich_editing','true'),(19058,1474,'comment_shortcuts','false'),(19059,1474,'admin_color','fresh'),(19060,1474,'use_ssl','0'),(19061,1474,'show_admin_bar_front','true'),(19062,1474,'locale',''),(19063,1474,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19064,1474,'wp_user_level','0'),(19065,1474,'default_password_nag','1'),(19066,1475,'nickname','len_case1953'),(19067,1475,'first_name',''),(19068,1475,'last_name',''),(19069,1475,'description',''),(19070,1475,'rich_editing','true'),(19071,1475,'comment_shortcuts','false'),(19072,1475,'admin_color','fresh'),(19073,1475,'use_ssl','0'),(19074,1475,'show_admin_bar_front','true'),(19075,1475,'locale',''),(19076,1475,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19077,1475,'wp_user_level','0'),(19078,1475,'default_password_nag','1'),(19079,1476,'nickname','dizflanders2002'),(19080,1476,'first_name',''),(19081,1476,'last_name',''),(19082,1476,'description',''),(19083,1476,'rich_editing','true'),(19084,1476,'comment_shortcuts','false'),(19085,1476,'admin_color','fresh'),(19086,1476,'use_ssl','0'),(19087,1476,'show_admin_bar_front','true'),(19088,1476,'locale',''),(19089,1476,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19090,1476,'wp_user_level','0'),(19091,1476,'default_password_nag','1'),(19092,1477,'nickname','jennyoder1970'),(19093,1477,'first_name',''),(19094,1477,'last_name',''),(19095,1477,'description',''),(19096,1477,'rich_editing','true'),(19097,1477,'comment_shortcuts','false'),(19098,1477,'admin_color','fresh'),(19099,1477,'use_ssl','0'),(19100,1477,'show_admin_bar_front','true'),(19101,1477,'locale',''),(19102,1477,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19103,1477,'wp_user_level','0'),(19104,1477,'default_password_nag','1'),(19105,1478,'nickname','gotomocha1965'),(19106,1478,'first_name',''),(19107,1478,'last_name',''),(19108,1478,'description',''),(19109,1478,'rich_editing','true'),(19110,1478,'comment_shortcuts','false'),(19111,1478,'admin_color','fresh'),(19112,1478,'use_ssl','0'),(19113,1478,'show_admin_bar_front','true'),(19114,1478,'locale',''),(19115,1478,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19116,1478,'wp_user_level','0'),(19117,1478,'default_password_nag','1'),(19118,1479,'nickname','wilkinson41956'),(19119,1479,'first_name',''),(19120,1479,'last_name',''),(19121,1479,'description',''),(19122,1479,'rich_editing','true'),(19123,1479,'comment_shortcuts','false'),(19124,1479,'admin_color','fresh'),(19125,1479,'use_ssl','0'),(19126,1479,'show_admin_bar_front','true'),(19127,1479,'locale',''),(19128,1479,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19129,1479,'wp_user_level','0'),(19130,1479,'default_password_nag','1'),(19131,1480,'nickname','tsather1972'),(19132,1480,'first_name',''),(19133,1480,'last_name',''),(19134,1480,'description',''),(19135,1480,'rich_editing','true'),(19136,1480,'comment_shortcuts','false'),(19137,1480,'admin_color','fresh'),(19138,1480,'use_ssl','0'),(19139,1480,'show_admin_bar_front','true'),(19140,1480,'locale',''),(19141,1480,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19142,1480,'wp_user_level','0'),(19143,1480,'default_password_nag','1'),(19144,1481,'nickname','thalia1092010'),(19145,1481,'first_name',''),(19146,1481,'last_name',''),(19147,1481,'description',''),(19148,1481,'rich_editing','true'),(19149,1481,'comment_shortcuts','false'),(19150,1481,'admin_color','fresh'),(19151,1481,'use_ssl','0'),(19152,1481,'show_admin_bar_front','true'),(19153,1481,'locale',''),(19154,1481,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19155,1481,'wp_user_level','0'),(19156,1481,'default_password_nag','1'),(19157,1482,'nickname','joel1955'),(19158,1482,'first_name',''),(19159,1482,'last_name',''),(19160,1482,'description',''),(19161,1482,'rich_editing','true'),(19162,1482,'comment_shortcuts','false'),(19163,1482,'admin_color','fresh'),(19164,1482,'use_ssl','0'),(19165,1482,'show_admin_bar_front','true'),(19166,1482,'locale',''),(19167,1482,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19168,1482,'wp_user_level','0'),(19169,1482,'default_password_nag','1'),(19170,1483,'nickname','sponunouninge'),(19171,1483,'first_name',''),(19172,1483,'last_name',''),(19173,1483,'description',''),(19174,1483,'rich_editing','true'),(19175,1483,'comment_shortcuts','false'),(19176,1483,'admin_color','fresh'),(19177,1483,'use_ssl','0'),(19178,1483,'show_admin_bar_front','true'),(19179,1483,'locale',''),(19180,1483,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19181,1483,'wp_user_level','0'),(19182,1483,'default_password_nag',''),(19183,1484,'nickname','lefaswindcipca'),(19184,1484,'first_name',''),(19185,1484,'last_name',''),(19186,1484,'description',''),(19187,1484,'rich_editing','true'),(19188,1484,'comment_shortcuts','false'),(19189,1484,'admin_color','fresh'),(19190,1484,'use_ssl','0'),(19191,1484,'show_admin_bar_front','true'),(19192,1484,'locale',''),(19193,1484,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19194,1484,'wp_user_level','0'),(19195,1484,'default_password_nag',''),(19196,1485,'nickname','plec012002'),(19197,1485,'first_name',''),(19198,1485,'last_name',''),(19199,1485,'description',''),(19200,1485,'rich_editing','true'),(19201,1485,'comment_shortcuts','false'),(19202,1485,'admin_color','fresh'),(19203,1485,'use_ssl','0'),(19204,1485,'show_admin_bar_front','true'),(19205,1485,'locale',''),(19206,1485,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19207,1485,'wp_user_level','0'),(19208,1485,'default_password_nag','1'),(19209,1486,'nickname','dawnmarcellino1978'),(19210,1486,'first_name',''),(19211,1486,'last_name',''),(19212,1486,'description',''),(19213,1486,'rich_editing','true'),(19214,1486,'comment_shortcuts','false'),(19215,1486,'admin_color','fresh'),(19216,1486,'use_ssl','0'),(19217,1486,'show_admin_bar_front','true'),(19218,1486,'locale',''),(19219,1486,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19220,1486,'wp_user_level','0'),(19221,1486,'default_password_nag','1'),(19222,1487,'nickname','aaronkarmiste1976'),(19223,1487,'first_name',''),(19224,1487,'last_name',''),(19225,1487,'description',''),(19226,1487,'rich_editing','true'),(19227,1487,'comment_shortcuts','false'),(19228,1487,'admin_color','fresh'),(19229,1487,'use_ssl','0'),(19230,1487,'show_admin_bar_front','true'),(19231,1487,'locale',''),(19232,1487,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19233,1487,'wp_user_level','0'),(19234,1487,'default_password_nag','1'),(19235,1488,'nickname','mredeagle11966'),(19236,1488,'first_name',''),(19237,1488,'last_name',''),(19238,1488,'description',''),(19239,1488,'rich_editing','true'),(19240,1488,'comment_shortcuts','false'),(19241,1488,'admin_color','fresh'),(19242,1488,'use_ssl','0'),(19243,1488,'show_admin_bar_front','true'),(19244,1488,'locale',''),(19245,1488,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19246,1488,'wp_user_level','0'),(19247,1488,'default_password_nag','1'),(19248,1489,'nickname','cgocksch1956'),(19249,1489,'first_name',''),(19250,1489,'last_name',''),(19251,1489,'description',''),(19252,1489,'rich_editing','true'),(19253,1489,'comment_shortcuts','false'),(19254,1489,'admin_color','fresh'),(19255,1489,'use_ssl','0'),(19256,1489,'show_admin_bar_front','true'),(19257,1489,'locale',''),(19258,1489,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19259,1489,'wp_user_level','0'),(19260,1489,'default_password_nag','1'),(19261,1490,'nickname','dworkman722010'),(19262,1490,'first_name',''),(19263,1490,'last_name',''),(19264,1490,'description',''),(19265,1490,'rich_editing','true'),(19266,1490,'comment_shortcuts','false'),(19267,1490,'admin_color','fresh'),(19268,1490,'use_ssl','0'),(19269,1490,'show_admin_bar_front','true'),(19270,1490,'locale',''),(19271,1490,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19272,1490,'wp_user_level','0'),(19273,1490,'default_password_nag','1'),(19274,1491,'nickname','roughmountpaddzuara'),(19275,1491,'first_name',''),(19276,1491,'last_name',''),(19277,1491,'description',''),(19278,1491,'rich_editing','true'),(19279,1491,'comment_shortcuts','false'),(19280,1491,'admin_color','fresh'),(19281,1491,'use_ssl','0'),(19282,1491,'show_admin_bar_front','true'),(19283,1491,'locale',''),(19284,1491,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19285,1491,'wp_user_level','0'),(19286,1491,'default_password_nag',''),(19287,1492,'nickname','stillwillb1998'),(19288,1492,'first_name',''),(19289,1492,'last_name',''),(19290,1492,'description',''),(19291,1492,'rich_editing','true'),(19292,1492,'comment_shortcuts','false'),(19293,1492,'admin_color','fresh'),(19294,1492,'use_ssl','0'),(19295,1492,'show_admin_bar_front','true'),(19296,1492,'locale',''),(19297,1492,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19298,1492,'wp_user_level','0'),(19299,1492,'default_password_nag','1'),(19300,1483,'session_tokens','a:1:{s:64:\"96238daad9c99def4d4201cb809d5a9e6a384a3efc0b2cb8b97f14e0de459577\";a:4:{s:10:\"expiration\";i:1505758590;s:2:\"ip\";s:15:\"146.185.223.122\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1505585790;}}'),(19301,1493,'nickname','joergklausmann1991'),(19302,1493,'first_name',''),(19303,1493,'last_name',''),(19304,1493,'description',''),(19305,1493,'rich_editing','true'),(19306,1493,'comment_shortcuts','false'),(19307,1493,'admin_color','fresh'),(19308,1493,'use_ssl','0'),(19309,1493,'show_admin_bar_front','true'),(19310,1493,'locale',''),(19311,1493,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19312,1493,'wp_user_level','0'),(19313,1493,'default_password_nag','1'),(19314,1494,'nickname','stephaniemontville1988'),(19315,1494,'first_name',''),(19316,1494,'last_name',''),(19317,1494,'description',''),(19318,1494,'rich_editing','true'),(19319,1494,'comment_shortcuts','false'),(19320,1494,'admin_color','fresh'),(19321,1494,'use_ssl','0'),(19322,1494,'show_admin_bar_front','true'),(19323,1494,'locale',''),(19324,1494,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19325,1494,'wp_user_level','0'),(19326,1494,'default_password_nag','1'),(19327,1495,'nickname','spetperslimogqui'),(19328,1495,'first_name',''),(19329,1495,'last_name',''),(19330,1495,'description',''),(19331,1495,'rich_editing','true'),(19332,1495,'comment_shortcuts','false'),(19333,1495,'admin_color','fresh'),(19334,1495,'use_ssl','0'),(19335,1495,'show_admin_bar_front','true'),(19336,1495,'locale',''),(19337,1495,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19338,1495,'wp_user_level','0'),(19339,1495,'default_password_nag',''),(19340,1496,'nickname','johnnyta921973'),(19341,1496,'first_name',''),(19342,1496,'last_name',''),(19343,1496,'description',''),(19344,1496,'rich_editing','true'),(19345,1496,'comment_shortcuts','false'),(19346,1496,'admin_color','fresh'),(19347,1496,'use_ssl','0'),(19348,1496,'show_admin_bar_front','true'),(19349,1496,'locale',''),(19350,1496,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19351,1496,'wp_user_level','0'),(19352,1496,'default_password_nag','1'),(19353,1497,'nickname','dhayche2002'),(19354,1497,'first_name',''),(19355,1497,'last_name',''),(19356,1497,'description',''),(19357,1497,'rich_editing','true'),(19358,1497,'comment_shortcuts','false'),(19359,1497,'admin_color','fresh'),(19360,1497,'use_ssl','0'),(19361,1497,'show_admin_bar_front','true'),(19362,1497,'locale',''),(19363,1497,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19364,1497,'wp_user_level','0'),(19365,1497,'default_password_nag','1'),(19366,1498,'nickname','caramarie192007'),(19367,1498,'first_name',''),(19368,1498,'last_name',''),(19369,1498,'description',''),(19370,1498,'rich_editing','true'),(19371,1498,'comment_shortcuts','false'),(19372,1498,'admin_color','fresh'),(19373,1498,'use_ssl','0'),(19374,1498,'show_admin_bar_front','true'),(19375,1498,'locale',''),(19376,1498,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19377,1498,'wp_user_level','0'),(19378,1498,'default_password_nag','1'),(19379,1499,'nickname','edu_mlg1958'),(19380,1499,'first_name',''),(19381,1499,'last_name',''),(19382,1499,'description',''),(19383,1499,'rich_editing','true'),(19384,1499,'comment_shortcuts','false'),(19385,1499,'admin_color','fresh'),(19386,1499,'use_ssl','0'),(19387,1499,'show_admin_bar_front','true'),(19388,1499,'locale',''),(19389,1499,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19390,1499,'wp_user_level','0'),(19391,1499,'default_password_nag','1'),(19392,1500,'nickname','s.w.edwards1957'),(19393,1500,'first_name',''),(19394,1500,'last_name',''),(19395,1500,'description',''),(19396,1500,'rich_editing','true'),(19397,1500,'comment_shortcuts','false'),(19398,1500,'admin_color','fresh'),(19399,1500,'use_ssl','0'),(19400,1500,'show_admin_bar_front','true'),(19401,1500,'locale',''),(19402,1500,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19403,1500,'wp_user_level','0'),(19404,1500,'default_password_nag','1'),(19405,1501,'nickname','kbkrr1964'),(19406,1501,'first_name',''),(19407,1501,'last_name',''),(19408,1501,'description',''),(19409,1501,'rich_editing','true'),(19410,1501,'comment_shortcuts','false'),(19411,1501,'admin_color','fresh'),(19412,1501,'use_ssl','0'),(19413,1501,'show_admin_bar_front','true'),(19414,1501,'locale',''),(19415,1501,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19416,1501,'wp_user_level','0'),(19417,1501,'default_password_nag','1'),(19418,1502,'nickname','semisweet171959'),(19419,1502,'first_name',''),(19420,1502,'last_name',''),(19421,1502,'description',''),(19422,1502,'rich_editing','true'),(19423,1502,'comment_shortcuts','false'),(19424,1502,'admin_color','fresh'),(19425,1502,'use_ssl','0'),(19426,1502,'show_admin_bar_front','true'),(19427,1502,'locale',''),(19428,1502,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19429,1502,'wp_user_level','0'),(19430,1502,'default_password_nag','1'),(19431,1503,'nickname','stevemcmahon4861970'),(19432,1503,'first_name',''),(19433,1503,'last_name',''),(19434,1503,'description',''),(19435,1503,'rich_editing','true'),(19436,1503,'comment_shortcuts','false'),(19437,1503,'admin_color','fresh'),(19438,1503,'use_ssl','0'),(19439,1503,'show_admin_bar_front','true'),(19440,1503,'locale',''),(19441,1503,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19442,1503,'wp_user_level','0'),(19443,1503,'default_password_nag','1'),(19444,1504,'nickname','yw20261980'),(19445,1504,'first_name',''),(19446,1504,'last_name',''),(19447,1504,'description',''),(19448,1504,'rich_editing','true'),(19449,1504,'comment_shortcuts','false'),(19450,1504,'admin_color','fresh'),(19451,1504,'use_ssl','0'),(19452,1504,'show_admin_bar_front','true'),(19453,1504,'locale',''),(19454,1504,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19455,1504,'wp_user_level','0'),(19456,1504,'default_password_nag','1'),(19457,1505,'nickname','akkerman1161997'),(19458,1505,'first_name',''),(19459,1505,'last_name',''),(19460,1505,'description',''),(19461,1505,'rich_editing','true'),(19462,1505,'comment_shortcuts','false'),(19463,1505,'admin_color','fresh'),(19464,1505,'use_ssl','0'),(19465,1505,'show_admin_bar_front','true'),(19466,1505,'locale',''),(19467,1505,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19468,1505,'wp_user_level','0'),(19469,1505,'default_password_nag','1'),(19470,1506,'nickname','yang.yu6261979'),(19471,1506,'first_name',''),(19472,1506,'last_name',''),(19473,1506,'description',''),(19474,1506,'rich_editing','true'),(19475,1506,'comment_shortcuts','false'),(19476,1506,'admin_color','fresh'),(19477,1506,'use_ssl','0'),(19478,1506,'show_admin_bar_front','true'),(19479,1506,'locale',''),(19480,1506,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19481,1506,'wp_user_level','0'),(19482,1506,'default_password_nag','1'),(19483,1507,'nickname','user317352008'),(19484,1507,'first_name',''),(19485,1507,'last_name',''),(19486,1507,'description',''),(19487,1507,'rich_editing','true'),(19488,1507,'comment_shortcuts','false'),(19489,1507,'admin_color','fresh'),(19490,1507,'use_ssl','0'),(19491,1507,'show_admin_bar_front','true'),(19492,1507,'locale',''),(19493,1507,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19494,1507,'wp_user_level','0'),(19495,1507,'default_password_nag','1'),(19496,1484,'session_tokens','a:1:{s:64:\"a3be8535c2a83758f0c634719dad6cd294cd744e5e2a7b735b137902260413f7\";a:4:{s:10:\"expiration\";i:1505917216;s:2:\"ip\";s:15:\"146.185.223.113\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1505744416;}}'),(19497,1508,'nickname','roxters1999'),(19498,1508,'first_name',''),(19499,1508,'last_name',''),(19500,1508,'description',''),(19501,1508,'rich_editing','true'),(19502,1508,'comment_shortcuts','false'),(19503,1508,'admin_color','fresh'),(19504,1508,'use_ssl','0'),(19505,1508,'show_admin_bar_front','true'),(19506,1508,'locale',''),(19507,1508,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19508,1508,'wp_user_level','0'),(19509,1508,'default_password_nag','1'),(19510,1509,'nickname','quin_paynecook1980'),(19511,1509,'first_name',''),(19512,1509,'last_name',''),(19513,1509,'description',''),(19514,1509,'rich_editing','true'),(19515,1509,'comment_shortcuts','false'),(19516,1509,'admin_color','fresh'),(19517,1509,'use_ssl','0'),(19518,1509,'show_admin_bar_front','true'),(19519,1509,'locale',''),(19520,1509,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19521,1509,'wp_user_level','0'),(19522,1509,'default_password_nag','1'),(19523,1510,'nickname','garry.christie1963'),(19524,1510,'first_name',''),(19525,1510,'last_name',''),(19526,1510,'description',''),(19527,1510,'rich_editing','true'),(19528,1510,'comment_shortcuts','false'),(19529,1510,'admin_color','fresh'),(19530,1510,'use_ssl','0'),(19531,1510,'show_admin_bar_front','true'),(19532,1510,'locale',''),(19533,1510,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19534,1510,'wp_user_level','0'),(19535,1510,'default_password_nag','1'),(19536,1511,'nickname','ahuang131976'),(19537,1511,'first_name',''),(19538,1511,'last_name',''),(19539,1511,'description',''),(19540,1511,'rich_editing','true'),(19541,1511,'comment_shortcuts','false'),(19542,1511,'admin_color','fresh'),(19543,1511,'use_ssl','0'),(19544,1511,'show_admin_bar_front','true'),(19545,1511,'locale',''),(19546,1511,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19547,1511,'wp_user_level','0'),(19548,1511,'default_password_nag','1'),(19549,1512,'nickname','nataliedking31977'),(19550,1512,'first_name',''),(19551,1512,'last_name',''),(19552,1512,'description',''),(19553,1512,'rich_editing','true'),(19554,1512,'comment_shortcuts','false'),(19555,1512,'admin_color','fresh'),(19556,1512,'use_ssl','0'),(19557,1512,'show_admin_bar_front','true'),(19558,1512,'locale',''),(19559,1512,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19560,1512,'wp_user_level','0'),(19561,1512,'default_password_nag','1'),(19562,1513,'nickname','janice.matthies1964'),(19563,1513,'first_name',''),(19564,1513,'last_name',''),(19565,1513,'description',''),(19566,1513,'rich_editing','true'),(19567,1513,'comment_shortcuts','false'),(19568,1513,'admin_color','fresh'),(19569,1513,'use_ssl','0'),(19570,1513,'show_admin_bar_front','true'),(19571,1513,'locale',''),(19572,1513,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19573,1513,'wp_user_level','0'),(19574,1513,'default_password_nag','1'),(19575,1514,'nickname','abigail.peck1986'),(19576,1514,'first_name',''),(19577,1514,'last_name',''),(19578,1514,'description',''),(19579,1514,'rich_editing','true'),(19580,1514,'comment_shortcuts','false'),(19581,1514,'admin_color','fresh'),(19582,1514,'use_ssl','0'),(19583,1514,'show_admin_bar_front','true'),(19584,1514,'locale',''),(19585,1514,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19586,1514,'wp_user_level','0'),(19587,1514,'default_password_nag','1'),(19588,1515,'nickname','cabrerastore2006'),(19589,1515,'first_name',''),(19590,1515,'last_name',''),(19591,1515,'description',''),(19592,1515,'rich_editing','true'),(19593,1515,'comment_shortcuts','false'),(19594,1515,'admin_color','fresh'),(19595,1515,'use_ssl','0'),(19596,1515,'show_admin_bar_front','true'),(19597,1515,'locale',''),(19598,1515,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19599,1515,'wp_user_level','0'),(19600,1515,'default_password_nag','1'),(19601,1516,'nickname','diriarte34571980'),(19602,1516,'first_name',''),(19603,1516,'last_name',''),(19604,1516,'description',''),(19605,1516,'rich_editing','true'),(19606,1516,'comment_shortcuts','false'),(19607,1516,'admin_color','fresh'),(19608,1516,'use_ssl','0'),(19609,1516,'show_admin_bar_front','true'),(19610,1516,'locale',''),(19611,1516,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19612,1516,'wp_user_level','0'),(19613,1516,'default_password_nag','1'),(19614,1517,'nickname','tdannu2004'),(19615,1517,'first_name',''),(19616,1517,'last_name',''),(19617,1517,'description',''),(19618,1517,'rich_editing','true'),(19619,1517,'comment_shortcuts','false'),(19620,1517,'admin_color','fresh'),(19621,1517,'use_ssl','0'),(19622,1517,'show_admin_bar_front','true'),(19623,1517,'locale',''),(19624,1517,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19625,1517,'wp_user_level','0'),(19626,1517,'default_password_nag','1'),(19627,1518,'nickname','aramberg1969'),(19628,1518,'first_name',''),(19629,1518,'last_name',''),(19630,1518,'description',''),(19631,1518,'rich_editing','true'),(19632,1518,'comment_shortcuts','false'),(19633,1518,'admin_color','fresh'),(19634,1518,'use_ssl','0'),(19635,1518,'show_admin_bar_front','true'),(19636,1518,'locale',''),(19637,1518,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19638,1518,'wp_user_level','0'),(19639,1518,'default_password_nag','1'),(19640,1519,'nickname','singh.gagandeep431993'),(19641,1519,'first_name',''),(19642,1519,'last_name',''),(19643,1519,'description',''),(19644,1519,'rich_editing','true'),(19645,1519,'comment_shortcuts','false'),(19646,1519,'admin_color','fresh'),(19647,1519,'use_ssl','0'),(19648,1519,'show_admin_bar_front','true'),(19649,1519,'locale',''),(19650,1519,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19651,1519,'wp_user_level','0'),(19652,1519,'default_password_nag','1'),(19653,1491,'session_tokens','a:2:{s:64:\"36d0ab9ff5c04aec0237d122598c3da2ff631f43b16b4cd24919adde2f86b89d\";a:4:{s:10:\"expiration\";i:1505940958;s:2:\"ip\";s:15:\"146.185.223.122\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1505768158;}s:64:\"6207c53dc74bbcc1ea0ed2e31bf5ac95f257cad21c254f23766dc775fa890c82\";a:4:{s:10:\"expiration\";i:1506026782;s:2:\"ip\";s:15:\"146.185.223.122\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1505853982;}}'),(19654,1520,'nickname','michelle.brasure1983'),(19655,1520,'first_name',''),(19656,1520,'last_name',''),(19657,1520,'description',''),(19658,1520,'rich_editing','true'),(19659,1520,'comment_shortcuts','false'),(19660,1520,'admin_color','fresh'),(19661,1520,'use_ssl','0'),(19662,1520,'show_admin_bar_front','true'),(19663,1520,'locale',''),(19664,1520,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19665,1520,'wp_user_level','0'),(19666,1520,'default_password_nag','1'),(19667,1521,'nickname','w_murray_111954'),(19668,1521,'first_name',''),(19669,1521,'last_name',''),(19670,1521,'description',''),(19671,1521,'rich_editing','true'),(19672,1521,'comment_shortcuts','false'),(19673,1521,'admin_color','fresh'),(19674,1521,'use_ssl','0'),(19675,1521,'show_admin_bar_front','true'),(19676,1521,'locale',''),(19677,1521,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19678,1521,'wp_user_level','0'),(19679,1521,'default_password_nag','1'),(19680,1522,'nickname','nelvajjones1974'),(19681,1522,'first_name',''),(19682,1522,'last_name',''),(19683,1522,'description',''),(19684,1522,'rich_editing','true'),(19685,1522,'comment_shortcuts','false'),(19686,1522,'admin_color','fresh'),(19687,1522,'use_ssl','0'),(19688,1522,'show_admin_bar_front','true'),(19689,1522,'locale',''),(19690,1522,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19691,1522,'wp_user_level','0'),(19692,1522,'default_password_nag','1'),(19693,1523,'nickname','steve.abrams6611989'),(19694,1523,'first_name',''),(19695,1523,'last_name',''),(19696,1523,'description',''),(19697,1523,'rich_editing','true'),(19698,1523,'comment_shortcuts','false'),(19699,1523,'admin_color','fresh'),(19700,1523,'use_ssl','0'),(19701,1523,'show_admin_bar_front','true'),(19702,1523,'locale',''),(19703,1523,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19704,1523,'wp_user_level','0'),(19705,1523,'default_password_nag','1'),(19706,1524,'nickname','vjacks11361968'),(19707,1524,'first_name',''),(19708,1524,'last_name',''),(19709,1524,'description',''),(19710,1524,'rich_editing','true'),(19711,1524,'comment_shortcuts','false'),(19712,1524,'admin_color','fresh'),(19713,1524,'use_ssl','0'),(19714,1524,'show_admin_bar_front','true'),(19715,1524,'locale',''),(19716,1524,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19717,1524,'wp_user_level','0'),(19718,1524,'default_password_nag','1'),(19719,1525,'nickname','chaoscls1951'),(19720,1525,'first_name',''),(19721,1525,'last_name',''),(19722,1525,'description',''),(19723,1525,'rich_editing','true'),(19724,1525,'comment_shortcuts','false'),(19725,1525,'admin_color','fresh'),(19726,1525,'use_ssl','0'),(19727,1525,'show_admin_bar_front','true'),(19728,1525,'locale',''),(19729,1525,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19730,1525,'wp_user_level','0'),(19731,1525,'default_password_nag','1'),(19732,1526,'nickname','jordangoetz091953'),(19733,1526,'first_name',''),(19734,1526,'last_name',''),(19735,1526,'description',''),(19736,1526,'rich_editing','true'),(19737,1526,'comment_shortcuts','false'),(19738,1526,'admin_color','fresh'),(19739,1526,'use_ssl','0'),(19740,1526,'show_admin_bar_front','true'),(19741,1526,'locale',''),(19742,1526,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19743,1526,'wp_user_level','0'),(19744,1526,'default_password_nag','1'),(19745,1527,'nickname','dieter-scholze1998'),(19746,1527,'first_name',''),(19747,1527,'last_name',''),(19748,1527,'description',''),(19749,1527,'rich_editing','true'),(19750,1527,'comment_shortcuts','false'),(19751,1527,'admin_color','fresh'),(19752,1527,'use_ssl','0'),(19753,1527,'show_admin_bar_front','true'),(19754,1527,'locale',''),(19755,1527,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19756,1527,'wp_user_level','0'),(19757,1527,'default_password_nag','1'),(19758,1528,'nickname','lmparker32007'),(19759,1528,'first_name',''),(19760,1528,'last_name',''),(19761,1528,'description',''),(19762,1528,'rich_editing','true'),(19763,1528,'comment_shortcuts','false'),(19764,1528,'admin_color','fresh'),(19765,1528,'use_ssl','0'),(19766,1528,'show_admin_bar_front','true'),(19767,1528,'locale',''),(19768,1528,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19769,1528,'wp_user_level','0'),(19770,1528,'default_password_nag','1'),(19771,1529,'nickname','jessica-sargent1973'),(19772,1529,'first_name',''),(19773,1529,'last_name',''),(19774,1529,'description',''),(19775,1529,'rich_editing','true'),(19776,1529,'comment_shortcuts','false'),(19777,1529,'admin_color','fresh'),(19778,1529,'use_ssl','0'),(19779,1529,'show_admin_bar_front','true'),(19780,1529,'locale',''),(19781,1529,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19782,1529,'wp_user_level','0'),(19783,1529,'default_password_nag','1'),(19784,1530,'nickname','mr_killingsworth1959'),(19785,1530,'first_name',''),(19786,1530,'last_name',''),(19787,1530,'description',''),(19788,1530,'rich_editing','true'),(19789,1530,'comment_shortcuts','false'),(19790,1530,'admin_color','fresh'),(19791,1530,'use_ssl','0'),(19792,1530,'show_admin_bar_front','true'),(19793,1530,'locale',''),(19794,1530,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19795,1530,'wp_user_level','0'),(19796,1530,'default_password_nag','1'),(19797,1531,'nickname','lighterlena2005'),(19798,1531,'first_name',''),(19799,1531,'last_name',''),(19800,1531,'description',''),(19801,1531,'rich_editing','true'),(19802,1531,'comment_shortcuts','false'),(19803,1531,'admin_color','fresh'),(19804,1531,'use_ssl','0'),(19805,1531,'show_admin_bar_front','true'),(19806,1531,'locale',''),(19807,1531,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19808,1531,'wp_user_level','0'),(19809,1531,'default_password_nag','1'),(19810,1532,'nickname','kcdemeter1982'),(19811,1532,'first_name',''),(19812,1532,'last_name',''),(19813,1532,'description',''),(19814,1532,'rich_editing','true'),(19815,1532,'comment_shortcuts','false'),(19816,1532,'admin_color','fresh'),(19817,1532,'use_ssl','0'),(19818,1532,'show_admin_bar_front','true'),(19819,1532,'locale',''),(19820,1532,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19821,1532,'wp_user_level','0'),(19822,1532,'default_password_nag','1'),(19823,1495,'session_tokens','a:2:{s:64:\"51e5d89a135603753cbbbf4af07a51ee0660e99a245f81e1a93364b094e29907\";a:4:{s:10:\"expiration\";i:1505993488;s:2:\"ip\";s:15:\"146.185.223.113\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1505820688;}s:64:\"c5e55adf440cd4791e0cbf3b27a207e8f691b8a47b0b8823c46b2eefb2da06c5\";a:4:{s:10:\"expiration\";i:1506048698;s:2:\"ip\";s:15:\"146.185.223.113\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1505875898;}}'),(19824,1533,'nickname','rkvanram19661981'),(19825,1533,'first_name',''),(19826,1533,'last_name',''),(19827,1533,'description',''),(19828,1533,'rich_editing','true'),(19829,1533,'comment_shortcuts','false'),(19830,1533,'admin_color','fresh'),(19831,1533,'use_ssl','0'),(19832,1533,'show_admin_bar_front','true'),(19833,1533,'locale',''),(19834,1533,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19835,1533,'wp_user_level','0'),(19836,1533,'default_password_nag','1'),(19837,1534,'nickname','gjgunder1987'),(19838,1534,'first_name',''),(19839,1534,'last_name',''),(19840,1534,'description',''),(19841,1534,'rich_editing','true'),(19842,1534,'comment_shortcuts','false'),(19843,1534,'admin_color','fresh'),(19844,1534,'use_ssl','0'),(19845,1534,'show_admin_bar_front','true'),(19846,1534,'locale',''),(19847,1534,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19848,1534,'wp_user_level','0'),(19849,1534,'default_password_nag','1'),(19850,1535,'nickname','dannywiesen2009'),(19851,1535,'first_name',''),(19852,1535,'last_name',''),(19853,1535,'description',''),(19854,1535,'rich_editing','true'),(19855,1535,'comment_shortcuts','false'),(19856,1535,'admin_color','fresh'),(19857,1535,'use_ssl','0'),(19858,1535,'show_admin_bar_front','true'),(19859,1535,'locale',''),(19860,1535,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19861,1535,'wp_user_level','0'),(19862,1535,'default_password_nag','1'),(19863,1536,'nickname','chris.m.calhoun1994'),(19864,1536,'first_name',''),(19865,1536,'last_name',''),(19866,1536,'description',''),(19867,1536,'rich_editing','true'),(19868,1536,'comment_shortcuts','false'),(19869,1536,'admin_color','fresh'),(19870,1536,'use_ssl','0'),(19871,1536,'show_admin_bar_front','true'),(19872,1536,'locale',''),(19873,1536,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19874,1536,'wp_user_level','0'),(19875,1536,'default_password_nag','1'),(19876,1537,'nickname','frankwolfram1962'),(19877,1537,'first_name',''),(19878,1537,'last_name',''),(19879,1537,'description',''),(19880,1537,'rich_editing','true'),(19881,1537,'comment_shortcuts','false'),(19882,1537,'admin_color','fresh'),(19883,1537,'use_ssl','0'),(19884,1537,'show_admin_bar_front','true'),(19885,1537,'locale',''),(19886,1537,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19887,1537,'wp_user_level','0'),(19888,1537,'default_password_nag','1'),(19889,1538,'nickname','jesseburgos1956'),(19890,1538,'first_name',''),(19891,1538,'last_name',''),(19892,1538,'description',''),(19893,1538,'rich_editing','true'),(19894,1538,'comment_shortcuts','false'),(19895,1538,'admin_color','fresh'),(19896,1538,'use_ssl','0'),(19897,1538,'show_admin_bar_front','true'),(19898,1538,'locale',''),(19899,1538,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19900,1538,'wp_user_level','0'),(19901,1538,'default_password_nag','1'),(19902,1539,'nickname','lorajmanson1956'),(19903,1539,'first_name',''),(19904,1539,'last_name',''),(19905,1539,'description',''),(19906,1539,'rich_editing','true'),(19907,1539,'comment_shortcuts','false'),(19908,1539,'admin_color','fresh'),(19909,1539,'use_ssl','0'),(19910,1539,'show_admin_bar_front','true'),(19911,1539,'locale',''),(19912,1539,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19913,1539,'wp_user_level','0'),(19914,1539,'default_password_nag','1'),(19915,1540,'nickname','fruss31950'),(19916,1540,'first_name',''),(19917,1540,'last_name',''),(19918,1540,'description',''),(19919,1540,'rich_editing','true'),(19920,1540,'comment_shortcuts','false'),(19921,1540,'admin_color','fresh'),(19922,1540,'use_ssl','0'),(19923,1540,'show_admin_bar_front','true'),(19924,1540,'locale',''),(19925,1540,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19926,1540,'wp_user_level','0'),(19927,1540,'default_password_nag','1'),(19928,1541,'nickname','alfonso_molina1964'),(19929,1541,'first_name',''),(19930,1541,'last_name',''),(19931,1541,'description',''),(19932,1541,'rich_editing','true'),(19933,1541,'comment_shortcuts','false'),(19934,1541,'admin_color','fresh'),(19935,1541,'use_ssl','0'),(19936,1541,'show_admin_bar_front','true'),(19937,1541,'locale',''),(19938,1541,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19939,1541,'wp_user_level','0'),(19940,1541,'default_password_nag','1'),(19941,1542,'nickname','lindy4labs2002'),(19942,1542,'first_name',''),(19943,1542,'last_name',''),(19944,1542,'description',''),(19945,1542,'rich_editing','true'),(19946,1542,'comment_shortcuts','false'),(19947,1542,'admin_color','fresh'),(19948,1542,'use_ssl','0'),(19949,1542,'show_admin_bar_front','true'),(19950,1542,'locale',''),(19951,1542,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19952,1542,'wp_user_level','0'),(19953,1542,'default_password_nag','1'),(19954,1543,'nickname','lsitkowski1966'),(19955,1543,'first_name',''),(19956,1543,'last_name',''),(19957,1543,'description',''),(19958,1543,'rich_editing','true'),(19959,1543,'comment_shortcuts','false'),(19960,1543,'admin_color','fresh'),(19961,1543,'use_ssl','0'),(19962,1543,'show_admin_bar_front','true'),(19963,1543,'locale',''),(19964,1543,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19965,1543,'wp_user_level','0'),(19966,1543,'default_password_nag','1'),(19967,1544,'nickname','lleejon3121966'),(19968,1544,'first_name',''),(19969,1544,'last_name',''),(19970,1544,'description',''),(19971,1544,'rich_editing','true'),(19972,1544,'comment_shortcuts','false'),(19973,1544,'admin_color','fresh'),(19974,1544,'use_ssl','0'),(19975,1544,'show_admin_bar_front','true'),(19976,1544,'locale',''),(19977,1544,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19978,1544,'wp_user_level','0'),(19979,1544,'default_password_nag','1'),(19980,1545,'nickname','amanda.sthers1970'),(19981,1545,'first_name',''),(19982,1545,'last_name',''),(19983,1545,'description',''),(19984,1545,'rich_editing','true'),(19985,1545,'comment_shortcuts','false'),(19986,1545,'admin_color','fresh'),(19987,1545,'use_ssl','0'),(19988,1545,'show_admin_bar_front','true'),(19989,1545,'locale',''),(19990,1545,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(19991,1545,'wp_user_level','0'),(19992,1545,'default_password_nag','1'),(19993,1546,'nickname','nancyspinosa1993'),(19994,1546,'first_name',''),(19995,1546,'last_name',''),(19996,1546,'description',''),(19997,1546,'rich_editing','true'),(19998,1546,'comment_shortcuts','false'),(19999,1546,'admin_color','fresh'),(20000,1546,'use_ssl','0'),(20001,1546,'show_admin_bar_front','true'),(20002,1546,'locale',''),(20003,1546,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20004,1546,'wp_user_level','0'),(20005,1546,'default_password_nag','1'),(20006,1547,'nickname','bandsmcgee1970'),(20007,1547,'first_name',''),(20008,1547,'last_name',''),(20009,1547,'description',''),(20010,1547,'rich_editing','true'),(20011,1547,'comment_shortcuts','false'),(20012,1547,'admin_color','fresh'),(20013,1547,'use_ssl','0'),(20014,1547,'show_admin_bar_front','true'),(20015,1547,'locale',''),(20016,1547,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20017,1547,'wp_user_level','0'),(20018,1547,'default_password_nag','1'),(20019,1548,'nickname','vailkay1995'),(20020,1548,'first_name',''),(20021,1548,'last_name',''),(20022,1548,'description',''),(20023,1548,'rich_editing','true'),(20024,1548,'comment_shortcuts','false'),(20025,1548,'admin_color','fresh'),(20026,1548,'use_ssl','0'),(20027,1548,'show_admin_bar_front','true'),(20028,1548,'locale',''),(20029,1548,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20030,1548,'wp_user_level','0'),(20031,1548,'default_password_nag','1'),(20032,1549,'nickname','mekonne2004'),(20033,1549,'first_name',''),(20034,1549,'last_name',''),(20035,1549,'description',''),(20036,1549,'rich_editing','true'),(20037,1549,'comment_shortcuts','false'),(20038,1549,'admin_color','fresh'),(20039,1549,'use_ssl','0'),(20040,1549,'show_admin_bar_front','true'),(20041,1549,'locale',''),(20042,1549,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20043,1549,'wp_user_level','0'),(20044,1549,'default_password_nag','1'),(20045,1550,'nickname','bemaquest1990'),(20046,1550,'first_name',''),(20047,1550,'last_name',''),(20048,1550,'description',''),(20049,1550,'rich_editing','true'),(20050,1550,'comment_shortcuts','false'),(20051,1550,'admin_color','fresh'),(20052,1550,'use_ssl','0'),(20053,1550,'show_admin_bar_front','true'),(20054,1550,'locale',''),(20055,1550,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20056,1550,'wp_user_level','0'),(20057,1550,'default_password_nag','1'),(20058,1551,'nickname','gallaghc2007'),(20059,1551,'first_name',''),(20060,1551,'last_name',''),(20061,1551,'description',''),(20062,1551,'rich_editing','true'),(20063,1551,'comment_shortcuts','false'),(20064,1551,'admin_color','fresh'),(20065,1551,'use_ssl','0'),(20066,1551,'show_admin_bar_front','true'),(20067,1551,'locale',''),(20068,1551,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20069,1551,'wp_user_level','0'),(20070,1551,'default_password_nag','1'),(20071,1552,'nickname','taktobak1991'),(20072,1552,'first_name',''),(20073,1552,'last_name',''),(20074,1552,'description',''),(20075,1552,'rich_editing','true'),(20076,1552,'comment_shortcuts','false'),(20077,1552,'admin_color','fresh'),(20078,1552,'use_ssl','0'),(20079,1552,'show_admin_bar_front','true'),(20080,1552,'locale',''),(20081,1552,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20082,1552,'wp_user_level','0'),(20083,1552,'default_password_nag','1'),(20084,1553,'nickname','ilanaks1978'),(20085,1553,'first_name',''),(20086,1553,'last_name',''),(20087,1553,'description',''),(20088,1553,'rich_editing','true'),(20089,1553,'comment_shortcuts','false'),(20090,1553,'admin_color','fresh'),(20091,1553,'use_ssl','0'),(20092,1553,'show_admin_bar_front','true'),(20093,1553,'locale',''),(20094,1553,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20095,1553,'wp_user_level','0'),(20096,1553,'default_password_nag','1'),(20097,1554,'nickname','safy.mafy1982'),(20098,1554,'first_name',''),(20099,1554,'last_name',''),(20100,1554,'description',''),(20101,1554,'rich_editing','true'),(20102,1554,'comment_shortcuts','false'),(20103,1554,'admin_color','fresh'),(20104,1554,'use_ssl','0'),(20105,1554,'show_admin_bar_front','true'),(20106,1554,'locale',''),(20107,1554,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20108,1554,'wp_user_level','0'),(20109,1554,'default_password_nag','1'),(20110,1555,'nickname','ni_ma2000'),(20111,1555,'first_name',''),(20112,1555,'last_name',''),(20113,1555,'description',''),(20114,1555,'rich_editing','true'),(20115,1555,'comment_shortcuts','false'),(20116,1555,'admin_color','fresh'),(20117,1555,'use_ssl','0'),(20118,1555,'show_admin_bar_front','true'),(20119,1555,'locale',''),(20120,1555,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20121,1555,'wp_user_level','0'),(20122,1555,'default_password_nag','1'),(20123,1556,'nickname','nrsatalk1974'),(20124,1556,'first_name',''),(20125,1556,'last_name',''),(20126,1556,'description',''),(20127,1556,'rich_editing','true'),(20128,1556,'comment_shortcuts','false'),(20129,1556,'admin_color','fresh'),(20130,1556,'use_ssl','0'),(20131,1556,'show_admin_bar_front','true'),(20132,1556,'locale',''),(20133,1556,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20134,1556,'wp_user_level','0'),(20135,1556,'default_password_nag','1'),(20136,1557,'nickname','chocotdub1992'),(20137,1557,'first_name',''),(20138,1557,'last_name',''),(20139,1557,'description',''),(20140,1557,'rich_editing','true'),(20141,1557,'comment_shortcuts','false'),(20142,1557,'admin_color','fresh'),(20143,1557,'use_ssl','0'),(20144,1557,'show_admin_bar_front','true'),(20145,1557,'locale',''),(20146,1557,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20147,1557,'wp_user_level','0'),(20148,1557,'default_password_nag','1'),(20149,1558,'nickname','dave1950'),(20150,1558,'first_name',''),(20151,1558,'last_name',''),(20152,1558,'description',''),(20153,1558,'rich_editing','true'),(20154,1558,'comment_shortcuts','false'),(20155,1558,'admin_color','fresh'),(20156,1558,'use_ssl','0'),(20157,1558,'show_admin_bar_front','true'),(20158,1558,'locale',''),(20159,1558,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20160,1558,'wp_user_level','0'),(20161,1558,'default_password_nag','1'),(20162,1559,'nickname','howard.liff2007'),(20163,1559,'first_name',''),(20164,1559,'last_name',''),(20165,1559,'description',''),(20166,1559,'rich_editing','true'),(20167,1559,'comment_shortcuts','false'),(20168,1559,'admin_color','fresh'),(20169,1559,'use_ssl','0'),(20170,1559,'show_admin_bar_front','true'),(20171,1559,'locale',''),(20172,1559,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20173,1559,'wp_user_level','0'),(20174,1559,'default_password_nag','1'),(20175,1560,'nickname','nwiggins-951982'),(20176,1560,'first_name',''),(20177,1560,'last_name',''),(20178,1560,'description',''),(20179,1560,'rich_editing','true'),(20180,1560,'comment_shortcuts','false'),(20181,1560,'admin_color','fresh'),(20182,1560,'use_ssl','0'),(20183,1560,'show_admin_bar_front','true'),(20184,1560,'locale',''),(20185,1560,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20186,1560,'wp_user_level','0'),(20187,1560,'default_password_nag','1'),(20188,1561,'nickname','eemhart2009'),(20189,1561,'first_name',''),(20190,1561,'last_name',''),(20191,1561,'description',''),(20192,1561,'rich_editing','true'),(20193,1561,'comment_shortcuts','false'),(20194,1561,'admin_color','fresh'),(20195,1561,'use_ssl','0'),(20196,1561,'show_admin_bar_front','true'),(20197,1561,'locale',''),(20198,1561,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20199,1561,'wp_user_level','0'),(20200,1561,'default_password_nag','1'),(20201,1562,'nickname','ychin051986'),(20202,1562,'first_name',''),(20203,1562,'last_name',''),(20204,1562,'description',''),(20205,1562,'rich_editing','true'),(20206,1562,'comment_shortcuts','false'),(20207,1562,'admin_color','fresh'),(20208,1562,'use_ssl','0'),(20209,1562,'show_admin_bar_front','true'),(20210,1562,'locale',''),(20211,1562,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20212,1562,'wp_user_level','0'),(20213,1562,'default_password_nag','1'),(20214,1563,'nickname','gsp.holding1992'),(20215,1563,'first_name',''),(20216,1563,'last_name',''),(20217,1563,'description',''),(20218,1563,'rich_editing','true'),(20219,1563,'comment_shortcuts','false'),(20220,1563,'admin_color','fresh'),(20221,1563,'use_ssl','0'),(20222,1563,'show_admin_bar_front','true'),(20223,1563,'locale',''),(20224,1563,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20225,1563,'wp_user_level','0'),(20226,1563,'default_password_nag','1'),(20227,1564,'nickname','david3381984'),(20228,1564,'first_name',''),(20229,1564,'last_name',''),(20230,1564,'description',''),(20231,1564,'rich_editing','true'),(20232,1564,'comment_shortcuts','false'),(20233,1564,'admin_color','fresh'),(20234,1564,'use_ssl','0'),(20235,1564,'show_admin_bar_front','true'),(20236,1564,'locale',''),(20237,1564,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20238,1564,'wp_user_level','0'),(20239,1564,'default_password_nag','1'),(20240,1565,'nickname','stellar_winzee1991'),(20241,1565,'first_name',''),(20242,1565,'last_name',''),(20243,1565,'description',''),(20244,1565,'rich_editing','true'),(20245,1565,'comment_shortcuts','false'),(20246,1565,'admin_color','fresh'),(20247,1565,'use_ssl','0'),(20248,1565,'show_admin_bar_front','true'),(20249,1565,'locale',''),(20250,1565,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20251,1565,'wp_user_level','0'),(20252,1565,'default_password_nag','1'),(20253,1566,'nickname','carl.wolff1988'),(20254,1566,'first_name',''),(20255,1566,'last_name',''),(20256,1566,'description',''),(20257,1566,'rich_editing','true'),(20258,1566,'comment_shortcuts','false'),(20259,1566,'admin_color','fresh'),(20260,1566,'use_ssl','0'),(20261,1566,'show_admin_bar_front','true'),(20262,1566,'locale',''),(20263,1566,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20264,1566,'wp_user_level','0'),(20265,1566,'default_password_nag','1'),(20266,1567,'nickname','a_boersner2003'),(20267,1567,'first_name',''),(20268,1567,'last_name',''),(20269,1567,'description',''),(20270,1567,'rich_editing','true'),(20271,1567,'comment_shortcuts','false'),(20272,1567,'admin_color','fresh'),(20273,1567,'use_ssl','0'),(20274,1567,'show_admin_bar_front','true'),(20275,1567,'locale',''),(20276,1567,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20277,1567,'wp_user_level','0'),(20278,1567,'default_password_nag','1'),(20279,1568,'nickname','mariaedera891982'),(20280,1568,'first_name',''),(20281,1568,'last_name',''),(20282,1568,'description',''),(20283,1568,'rich_editing','true'),(20284,1568,'comment_shortcuts','false'),(20285,1568,'admin_color','fresh'),(20286,1568,'use_ssl','0'),(20287,1568,'show_admin_bar_front','true'),(20288,1568,'locale',''),(20289,1568,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20290,1568,'wp_user_level','0'),(20291,1568,'default_password_nag','1'),(20292,1569,'nickname','healthnutz41988'),(20293,1569,'first_name',''),(20294,1569,'last_name',''),(20295,1569,'description',''),(20296,1569,'rich_editing','true'),(20297,1569,'comment_shortcuts','false'),(20298,1569,'admin_color','fresh'),(20299,1569,'use_ssl','0'),(20300,1569,'show_admin_bar_front','true'),(20301,1569,'locale',''),(20302,1569,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20303,1569,'wp_user_level','0'),(20304,1569,'default_password_nag','1'),(20305,1570,'nickname','foundation1999'),(20306,1570,'first_name',''),(20307,1570,'last_name',''),(20308,1570,'description',''),(20309,1570,'rich_editing','true'),(20310,1570,'comment_shortcuts','false'),(20311,1570,'admin_color','fresh'),(20312,1570,'use_ssl','0'),(20313,1570,'show_admin_bar_front','true'),(20314,1570,'locale',''),(20315,1570,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20316,1570,'wp_user_level','0'),(20317,1570,'default_password_nag','1'),(20318,1571,'nickname','tdlofgren1969'),(20319,1571,'first_name',''),(20320,1571,'last_name',''),(20321,1571,'description',''),(20322,1571,'rich_editing','true'),(20323,1571,'comment_shortcuts','false'),(20324,1571,'admin_color','fresh'),(20325,1571,'use_ssl','0'),(20326,1571,'show_admin_bar_front','true'),(20327,1571,'locale',''),(20328,1571,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20329,1571,'wp_user_level','0'),(20330,1571,'default_password_nag','1'),(20331,1572,'nickname','onionroro1988'),(20332,1572,'first_name',''),(20333,1572,'last_name',''),(20334,1572,'description',''),(20335,1572,'rich_editing','true'),(20336,1572,'comment_shortcuts','false'),(20337,1572,'admin_color','fresh'),(20338,1572,'use_ssl','0'),(20339,1572,'show_admin_bar_front','true'),(20340,1572,'locale',''),(20341,1572,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20342,1572,'wp_user_level','0'),(20343,1572,'default_password_nag','1'),(20344,1573,'nickname','edalexandre1950'),(20345,1573,'first_name',''),(20346,1573,'last_name',''),(20347,1573,'description',''),(20348,1573,'rich_editing','true'),(20349,1573,'comment_shortcuts','false'),(20350,1573,'admin_color','fresh'),(20351,1573,'use_ssl','0'),(20352,1573,'show_admin_bar_front','true'),(20353,1573,'locale',''),(20354,1573,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20355,1573,'wp_user_level','0'),(20356,1573,'default_password_nag','1'),(20357,1574,'nickname','giovannas1992'),(20358,1574,'first_name',''),(20359,1574,'last_name',''),(20360,1574,'description',''),(20361,1574,'rich_editing','true'),(20362,1574,'comment_shortcuts','false'),(20363,1574,'admin_color','fresh'),(20364,1574,'use_ssl','0'),(20365,1574,'show_admin_bar_front','true'),(20366,1574,'locale',''),(20367,1574,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20368,1574,'wp_user_level','0'),(20369,1574,'default_password_nag','1'),(20370,1575,'nickname','findalay1993'),(20371,1575,'first_name',''),(20372,1575,'last_name',''),(20373,1575,'description',''),(20374,1575,'rich_editing','true'),(20375,1575,'comment_shortcuts','false'),(20376,1575,'admin_color','fresh'),(20377,1575,'use_ssl','0'),(20378,1575,'show_admin_bar_front','true'),(20379,1575,'locale',''),(20380,1575,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20381,1575,'wp_user_level','0'),(20382,1575,'default_password_nag','1'),(20383,1576,'nickname','nadeemcp20001955'),(20384,1576,'first_name',''),(20385,1576,'last_name',''),(20386,1576,'description',''),(20387,1576,'rich_editing','true'),(20388,1576,'comment_shortcuts','false'),(20389,1576,'admin_color','fresh'),(20390,1576,'use_ssl','0'),(20391,1576,'show_admin_bar_front','true'),(20392,1576,'locale',''),(20393,1576,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20394,1576,'wp_user_level','0'),(20395,1576,'default_password_nag','1'),(20396,1577,'nickname','rache11e01976'),(20397,1577,'first_name',''),(20398,1577,'last_name',''),(20399,1577,'description',''),(20400,1577,'rich_editing','true'),(20401,1577,'comment_shortcuts','false'),(20402,1577,'admin_color','fresh'),(20403,1577,'use_ssl','0'),(20404,1577,'show_admin_bar_front','true'),(20405,1577,'locale',''),(20406,1577,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20407,1577,'wp_user_level','0'),(20408,1577,'default_password_nag','1'),(20409,1578,'nickname','sharoncasper2005'),(20410,1578,'first_name',''),(20411,1578,'last_name',''),(20412,1578,'description',''),(20413,1578,'rich_editing','true'),(20414,1578,'comment_shortcuts','false'),(20415,1578,'admin_color','fresh'),(20416,1578,'use_ssl','0'),(20417,1578,'show_admin_bar_front','true'),(20418,1578,'locale',''),(20419,1578,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20420,1578,'wp_user_level','0'),(20421,1578,'default_password_nag','1'),(20422,1579,'nickname','kthamotheram1972'),(20423,1579,'first_name',''),(20424,1579,'last_name',''),(20425,1579,'description',''),(20426,1579,'rich_editing','true'),(20427,1579,'comment_shortcuts','false'),(20428,1579,'admin_color','fresh'),(20429,1579,'use_ssl','0'),(20430,1579,'show_admin_bar_front','true'),(20431,1579,'locale',''),(20432,1579,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20433,1579,'wp_user_level','0'),(20434,1579,'default_password_nag','1'),(20435,1580,'nickname','1traceysmith1996'),(20436,1580,'first_name',''),(20437,1580,'last_name',''),(20438,1580,'description',''),(20439,1580,'rich_editing','true'),(20440,1580,'comment_shortcuts','false'),(20441,1580,'admin_color','fresh'),(20442,1580,'use_ssl','0'),(20443,1580,'show_admin_bar_front','true'),(20444,1580,'locale',''),(20445,1580,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20446,1580,'wp_user_level','0'),(20447,1580,'default_password_nag','1'),(20448,1581,'nickname','starybabajaga2008'),(20449,1581,'first_name',''),(20450,1581,'last_name',''),(20451,1581,'description',''),(20452,1581,'rich_editing','true'),(20453,1581,'comment_shortcuts','false'),(20454,1581,'admin_color','fresh'),(20455,1581,'use_ssl','0'),(20456,1581,'show_admin_bar_front','true'),(20457,1581,'locale',''),(20458,1581,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20459,1581,'wp_user_level','0'),(20460,1581,'default_password_nag','1'),(20461,1582,'nickname','johnny_marmol1985'),(20462,1582,'first_name',''),(20463,1582,'last_name',''),(20464,1582,'description',''),(20465,1582,'rich_editing','true'),(20466,1582,'comment_shortcuts','false'),(20467,1582,'admin_color','fresh'),(20468,1582,'use_ssl','0'),(20469,1582,'show_admin_bar_front','true'),(20470,1582,'locale',''),(20471,1582,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20472,1582,'wp_user_level','0'),(20473,1582,'default_password_nag','1'),(20474,1583,'nickname','leesabena1972'),(20475,1583,'first_name',''),(20476,1583,'last_name',''),(20477,1583,'description',''),(20478,1583,'rich_editing','true'),(20479,1583,'comment_shortcuts','false'),(20480,1583,'admin_color','fresh'),(20481,1583,'use_ssl','0'),(20482,1583,'show_admin_bar_front','true'),(20483,1583,'locale',''),(20484,1583,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20485,1583,'wp_user_level','0'),(20486,1583,'default_password_nag','1'),(20487,1584,'nickname','smantegani2008'),(20488,1584,'first_name',''),(20489,1584,'last_name',''),(20490,1584,'description',''),(20491,1584,'rich_editing','true'),(20492,1584,'comment_shortcuts','false'),(20493,1584,'admin_color','fresh'),(20494,1584,'use_ssl','0'),(20495,1584,'show_admin_bar_front','true'),(20496,1584,'locale',''),(20497,1584,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20498,1584,'wp_user_level','0'),(20499,1584,'default_password_nag','1'),(20500,1585,'nickname','lulunob2003'),(20501,1585,'first_name',''),(20502,1585,'last_name',''),(20503,1585,'description',''),(20504,1585,'rich_editing','true'),(20505,1585,'comment_shortcuts','false'),(20506,1585,'admin_color','fresh'),(20507,1585,'use_ssl','0'),(20508,1585,'show_admin_bar_front','true'),(20509,1585,'locale',''),(20510,1585,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20511,1585,'wp_user_level','0'),(20512,1585,'default_password_nag','1'),(20513,1586,'nickname','fgrauch11965'),(20514,1586,'first_name',''),(20515,1586,'last_name',''),(20516,1586,'description',''),(20517,1586,'rich_editing','true'),(20518,1586,'comment_shortcuts','false'),(20519,1586,'admin_color','fresh'),(20520,1586,'use_ssl','0'),(20521,1586,'show_admin_bar_front','true'),(20522,1586,'locale',''),(20523,1586,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20524,1586,'wp_user_level','0'),(20525,1586,'default_password_nag','1'),(20526,1587,'nickname','mathieumondange1968'),(20527,1587,'first_name',''),(20528,1587,'last_name',''),(20529,1587,'description',''),(20530,1587,'rich_editing','true'),(20531,1587,'comment_shortcuts','false'),(20532,1587,'admin_color','fresh'),(20533,1587,'use_ssl','0'),(20534,1587,'show_admin_bar_front','true'),(20535,1587,'locale',''),(20536,1587,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20537,1587,'wp_user_level','0'),(20538,1587,'default_password_nag','1'),(20539,1588,'nickname','amay6np2000'),(20540,1588,'first_name',''),(20541,1588,'last_name',''),(20542,1588,'description',''),(20543,1588,'rich_editing','true'),(20544,1588,'comment_shortcuts','false'),(20545,1588,'admin_color','fresh'),(20546,1588,'use_ssl','0'),(20547,1588,'show_admin_bar_front','true'),(20548,1588,'locale',''),(20549,1588,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20550,1588,'wp_user_level','0'),(20551,1588,'default_password_nag','1'),(20552,1589,'nickname','candice_lashley1974'),(20553,1589,'first_name',''),(20554,1589,'last_name',''),(20555,1589,'description',''),(20556,1589,'rich_editing','true'),(20557,1589,'comment_shortcuts','false'),(20558,1589,'admin_color','fresh'),(20559,1589,'use_ssl','0'),(20560,1589,'show_admin_bar_front','true'),(20561,1589,'locale',''),(20562,1589,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20563,1589,'wp_user_level','0'),(20564,1589,'default_password_nag','1'),(20565,1590,'nickname','amoswilson992005'),(20566,1590,'first_name',''),(20567,1590,'last_name',''),(20568,1590,'description',''),(20569,1590,'rich_editing','true'),(20570,1590,'comment_shortcuts','false'),(20571,1590,'admin_color','fresh'),(20572,1590,'use_ssl','0'),(20573,1590,'show_admin_bar_front','true'),(20574,1590,'locale',''),(20575,1590,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20576,1590,'wp_user_level','0'),(20577,1590,'default_password_nag','1'),(20578,1591,'nickname','andrea2001'),(20579,1591,'first_name',''),(20580,1591,'last_name',''),(20581,1591,'description',''),(20582,1591,'rich_editing','true'),(20583,1591,'comment_shortcuts','false'),(20584,1591,'admin_color','fresh'),(20585,1591,'use_ssl','0'),(20586,1591,'show_admin_bar_front','true'),(20587,1591,'locale',''),(20588,1591,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20589,1591,'wp_user_level','0'),(20590,1591,'default_password_nag','1'),(20591,1592,'nickname','misty_blu32005'),(20592,1592,'first_name',''),(20593,1592,'last_name',''),(20594,1592,'description',''),(20595,1592,'rich_editing','true'),(20596,1592,'comment_shortcuts','false'),(20597,1592,'admin_color','fresh'),(20598,1592,'use_ssl','0'),(20599,1592,'show_admin_bar_front','true'),(20600,1592,'locale',''),(20601,1592,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20602,1592,'wp_user_level','0'),(20603,1592,'default_password_nag','1'),(20604,1593,'nickname','mariasiri19681967'),(20605,1593,'first_name',''),(20606,1593,'last_name',''),(20607,1593,'description',''),(20608,1593,'rich_editing','true'),(20609,1593,'comment_shortcuts','false'),(20610,1593,'admin_color','fresh'),(20611,1593,'use_ssl','0'),(20612,1593,'show_admin_bar_front','true'),(20613,1593,'locale',''),(20614,1593,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20615,1593,'wp_user_level','0'),(20616,1593,'default_password_nag','1'),(20617,1594,'nickname','bfaske2002'),(20618,1594,'first_name',''),(20619,1594,'last_name',''),(20620,1594,'description',''),(20621,1594,'rich_editing','true'),(20622,1594,'comment_shortcuts','false'),(20623,1594,'admin_color','fresh'),(20624,1594,'use_ssl','0'),(20625,1594,'show_admin_bar_front','true'),(20626,1594,'locale',''),(20627,1594,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20628,1594,'wp_user_level','0'),(20629,1594,'default_password_nag','1'),(20630,1595,'nickname','vivir20131991'),(20631,1595,'first_name',''),(20632,1595,'last_name',''),(20633,1595,'description',''),(20634,1595,'rich_editing','true'),(20635,1595,'comment_shortcuts','false'),(20636,1595,'admin_color','fresh'),(20637,1595,'use_ssl','0'),(20638,1595,'show_admin_bar_front','true'),(20639,1595,'locale',''),(20640,1595,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20641,1595,'wp_user_level','0'),(20642,1595,'default_password_nag','1'),(20643,1596,'nickname','bchrisrn2006'),(20644,1596,'first_name',''),(20645,1596,'last_name',''),(20646,1596,'description',''),(20647,1596,'rich_editing','true'),(20648,1596,'comment_shortcuts','false'),(20649,1596,'admin_color','fresh'),(20650,1596,'use_ssl','0'),(20651,1596,'show_admin_bar_front','true'),(20652,1596,'locale',''),(20653,1596,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20654,1596,'wp_user_level','0'),(20655,1596,'default_password_nag','1'),(20656,1597,'nickname','ancsika821991'),(20657,1597,'first_name',''),(20658,1597,'last_name',''),(20659,1597,'description',''),(20660,1597,'rich_editing','true'),(20661,1597,'comment_shortcuts','false'),(20662,1597,'admin_color','fresh'),(20663,1597,'use_ssl','0'),(20664,1597,'show_admin_bar_front','true'),(20665,1597,'locale',''),(20666,1597,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20667,1597,'wp_user_level','0'),(20668,1597,'default_password_nag','1'),(20669,1598,'nickname','dudeman.1821979'),(20670,1598,'first_name',''),(20671,1598,'last_name',''),(20672,1598,'description',''),(20673,1598,'rich_editing','true'),(20674,1598,'comment_shortcuts','false'),(20675,1598,'admin_color','fresh'),(20676,1598,'use_ssl','0'),(20677,1598,'show_admin_bar_front','true'),(20678,1598,'locale',''),(20679,1598,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20680,1598,'wp_user_level','0'),(20681,1598,'default_password_nag','1'),(20682,1599,'nickname','mjmacdonald312000'),(20683,1599,'first_name',''),(20684,1599,'last_name',''),(20685,1599,'description',''),(20686,1599,'rich_editing','true'),(20687,1599,'comment_shortcuts','false'),(20688,1599,'admin_color','fresh'),(20689,1599,'use_ssl','0'),(20690,1599,'show_admin_bar_front','true'),(20691,1599,'locale',''),(20692,1599,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20693,1599,'wp_user_level','0'),(20694,1599,'default_password_nag','1'),(20695,1600,'nickname','kirsten-berlin2002'),(20696,1600,'first_name',''),(20697,1600,'last_name',''),(20698,1600,'description',''),(20699,1600,'rich_editing','true'),(20700,1600,'comment_shortcuts','false'),(20701,1600,'admin_color','fresh'),(20702,1600,'use_ssl','0'),(20703,1600,'show_admin_bar_front','true'),(20704,1600,'locale',''),(20705,1600,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20706,1600,'wp_user_level','0'),(20707,1600,'default_password_nag','1'),(20708,1601,'nickname','waryman1994'),(20709,1601,'first_name',''),(20710,1601,'last_name',''),(20711,1601,'description',''),(20712,1601,'rich_editing','true'),(20713,1601,'comment_shortcuts','false'),(20714,1601,'admin_color','fresh'),(20715,1601,'use_ssl','0'),(20716,1601,'show_admin_bar_front','true'),(20717,1601,'locale',''),(20718,1601,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20719,1601,'wp_user_level','0'),(20720,1601,'default_password_nag','1'),(20721,1602,'nickname','wagner_kay1992'),(20722,1602,'first_name',''),(20723,1602,'last_name',''),(20724,1602,'description',''),(20725,1602,'rich_editing','true'),(20726,1602,'comment_shortcuts','false'),(20727,1602,'admin_color','fresh'),(20728,1602,'use_ssl','0'),(20729,1602,'show_admin_bar_front','true'),(20730,1602,'locale',''),(20731,1602,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20732,1602,'wp_user_level','0'),(20733,1602,'default_password_nag','1'),(20734,1603,'nickname','zaimy241986'),(20735,1603,'first_name',''),(20736,1603,'last_name',''),(20737,1603,'description',''),(20738,1603,'rich_editing','true'),(20739,1603,'comment_shortcuts','false'),(20740,1603,'admin_color','fresh'),(20741,1603,'use_ssl','0'),(20742,1603,'show_admin_bar_front','true'),(20743,1603,'locale',''),(20744,1603,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20745,1603,'wp_user_level','0'),(20746,1603,'default_password_nag','1'),(20747,1604,'nickname','jase92_s71955'),(20748,1604,'first_name',''),(20749,1604,'last_name',''),(20750,1604,'description',''),(20751,1604,'rich_editing','true'),(20752,1604,'comment_shortcuts','false'),(20753,1604,'admin_color','fresh'),(20754,1604,'use_ssl','0'),(20755,1604,'show_admin_bar_front','true'),(20756,1604,'locale',''),(20757,1604,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20758,1604,'wp_user_level','0'),(20759,1604,'default_password_nag','1'),(20760,1605,'nickname','patrickguill881967'),(20761,1605,'first_name',''),(20762,1605,'last_name',''),(20763,1605,'description',''),(20764,1605,'rich_editing','true'),(20765,1605,'comment_shortcuts','false'),(20766,1605,'admin_color','fresh'),(20767,1605,'use_ssl','0'),(20768,1605,'show_admin_bar_front','true'),(20769,1605,'locale',''),(20770,1605,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20771,1605,'wp_user_level','0'),(20772,1605,'default_password_nag','1'),(20773,1606,'nickname','clarkrun161968'),(20774,1606,'first_name',''),(20775,1606,'last_name',''),(20776,1606,'description',''),(20777,1606,'rich_editing','true'),(20778,1606,'comment_shortcuts','false'),(20779,1606,'admin_color','fresh'),(20780,1606,'use_ssl','0'),(20781,1606,'show_admin_bar_front','true'),(20782,1606,'locale',''),(20783,1606,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20784,1606,'wp_user_level','0'),(20785,1606,'default_password_nag','1'),(20786,1607,'nickname','pradierceline1965'),(20787,1607,'first_name',''),(20788,1607,'last_name',''),(20789,1607,'description',''),(20790,1607,'rich_editing','true'),(20791,1607,'comment_shortcuts','false'),(20792,1607,'admin_color','fresh'),(20793,1607,'use_ssl','0'),(20794,1607,'show_admin_bar_front','true'),(20795,1607,'locale',''),(20796,1607,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20797,1607,'wp_user_level','0'),(20798,1607,'default_password_nag','1'),(20799,1608,'nickname','valeria1967'),(20800,1608,'first_name',''),(20801,1608,'last_name',''),(20802,1608,'description',''),(20803,1608,'rich_editing','true'),(20804,1608,'comment_shortcuts','false'),(20805,1608,'admin_color','fresh'),(20806,1608,'use_ssl','0'),(20807,1608,'show_admin_bar_front','true'),(20808,1608,'locale',''),(20809,1608,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20810,1608,'wp_user_level','0'),(20811,1608,'default_password_nag','1'),(20812,1609,'nickname','kellyjarrett082008'),(20813,1609,'first_name',''),(20814,1609,'last_name',''),(20815,1609,'description',''),(20816,1609,'rich_editing','true'),(20817,1609,'comment_shortcuts','false'),(20818,1609,'admin_color','fresh'),(20819,1609,'use_ssl','0'),(20820,1609,'show_admin_bar_front','true'),(20821,1609,'locale',''),(20822,1609,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20823,1609,'wp_user_level','0'),(20824,1609,'default_password_nag','1'),(20825,1610,'nickname','jaksbutler1975'),(20826,1610,'first_name',''),(20827,1610,'last_name',''),(20828,1610,'description',''),(20829,1610,'rich_editing','true'),(20830,1610,'comment_shortcuts','false'),(20831,1610,'admin_color','fresh'),(20832,1610,'use_ssl','0'),(20833,1610,'show_admin_bar_front','true'),(20834,1610,'locale',''),(20835,1610,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20836,1610,'wp_user_level','0'),(20837,1610,'default_password_nag','1'),(20838,1611,'nickname','scottmusser251961'),(20839,1611,'first_name',''),(20840,1611,'last_name',''),(20841,1611,'description',''),(20842,1611,'rich_editing','true'),(20843,1611,'comment_shortcuts','false'),(20844,1611,'admin_color','fresh'),(20845,1611,'use_ssl','0'),(20846,1611,'show_admin_bar_front','true'),(20847,1611,'locale',''),(20848,1611,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20849,1611,'wp_user_level','0'),(20850,1611,'default_password_nag','1'),(20851,1612,'nickname','lpintal271990'),(20852,1612,'first_name',''),(20853,1612,'last_name',''),(20854,1612,'description',''),(20855,1612,'rich_editing','true'),(20856,1612,'comment_shortcuts','false'),(20857,1612,'admin_color','fresh'),(20858,1612,'use_ssl','0'),(20859,1612,'show_admin_bar_front','true'),(20860,1612,'locale',''),(20861,1612,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20862,1612,'wp_user_level','0'),(20863,1612,'default_password_nag','1'),(20864,1613,'nickname','dieterconrad19431998'),(20865,1613,'first_name',''),(20866,1613,'last_name',''),(20867,1613,'description',''),(20868,1613,'rich_editing','true'),(20869,1613,'comment_shortcuts','false'),(20870,1613,'admin_color','fresh'),(20871,1613,'use_ssl','0'),(20872,1613,'show_admin_bar_front','true'),(20873,1613,'locale',''),(20874,1613,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20875,1613,'wp_user_level','0'),(20876,1613,'default_password_nag','1'),(20877,1614,'nickname','arbroomhead311954'),(20878,1614,'first_name',''),(20879,1614,'last_name',''),(20880,1614,'description',''),(20881,1614,'rich_editing','true'),(20882,1614,'comment_shortcuts','false'),(20883,1614,'admin_color','fresh'),(20884,1614,'use_ssl','0'),(20885,1614,'show_admin_bar_front','true'),(20886,1614,'locale',''),(20887,1614,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20888,1614,'wp_user_level','0'),(20889,1614,'default_password_nag','1'),(20890,1615,'nickname','kelhorton1967'),(20891,1615,'first_name',''),(20892,1615,'last_name',''),(20893,1615,'description',''),(20894,1615,'rich_editing','true'),(20895,1615,'comment_shortcuts','false'),(20896,1615,'admin_color','fresh'),(20897,1615,'use_ssl','0'),(20898,1615,'show_admin_bar_front','true'),(20899,1615,'locale',''),(20900,1615,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20901,1615,'wp_user_level','0'),(20902,1615,'default_password_nag','1'),(20903,1616,'nickname','bill330451966'),(20904,1616,'first_name',''),(20905,1616,'last_name',''),(20906,1616,'description',''),(20907,1616,'rich_editing','true'),(20908,1616,'comment_shortcuts','false'),(20909,1616,'admin_color','fresh'),(20910,1616,'use_ssl','0'),(20911,1616,'show_admin_bar_front','true'),(20912,1616,'locale',''),(20913,1616,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20914,1616,'wp_user_level','0'),(20915,1616,'default_password_nag','1'),(20916,1617,'nickname','tanjiannan1958'),(20917,1617,'first_name',''),(20918,1617,'last_name',''),(20919,1617,'description',''),(20920,1617,'rich_editing','true'),(20921,1617,'comment_shortcuts','false'),(20922,1617,'admin_color','fresh'),(20923,1617,'use_ssl','0'),(20924,1617,'show_admin_bar_front','true'),(20925,1617,'locale',''),(20926,1617,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20927,1617,'wp_user_level','0'),(20928,1617,'default_password_nag','1'),(20929,1618,'nickname','chsu19921950'),(20930,1618,'first_name',''),(20931,1618,'last_name',''),(20932,1618,'description',''),(20933,1618,'rich_editing','true'),(20934,1618,'comment_shortcuts','false'),(20935,1618,'admin_color','fresh'),(20936,1618,'use_ssl','0'),(20937,1618,'show_admin_bar_front','true'),(20938,1618,'locale',''),(20939,1618,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20940,1618,'wp_user_level','0'),(20941,1618,'default_password_nag','1'),(20942,1619,'nickname','davegoodman20001987'),(20943,1619,'first_name',''),(20944,1619,'last_name',''),(20945,1619,'description',''),(20946,1619,'rich_editing','true'),(20947,1619,'comment_shortcuts','false'),(20948,1619,'admin_color','fresh'),(20949,1619,'use_ssl','0'),(20950,1619,'show_admin_bar_front','true'),(20951,1619,'locale',''),(20952,1619,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20953,1619,'wp_user_level','0'),(20954,1619,'default_password_nag','1'),(20955,1620,'nickname','egoldzimer1951'),(20956,1620,'first_name',''),(20957,1620,'last_name',''),(20958,1620,'description',''),(20959,1620,'rich_editing','true'),(20960,1620,'comment_shortcuts','false'),(20961,1620,'admin_color','fresh'),(20962,1620,'use_ssl','0'),(20963,1620,'show_admin_bar_front','true'),(20964,1620,'locale',''),(20965,1620,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20966,1620,'wp_user_level','0'),(20967,1620,'default_password_nag','1'),(20968,1621,'nickname','terrybaugher1965'),(20969,1621,'first_name',''),(20970,1621,'last_name',''),(20971,1621,'description',''),(20972,1621,'rich_editing','true'),(20973,1621,'comment_shortcuts','false'),(20974,1621,'admin_color','fresh'),(20975,1621,'use_ssl','0'),(20976,1621,'show_admin_bar_front','true'),(20977,1621,'locale',''),(20978,1621,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20979,1621,'wp_user_level','0'),(20980,1621,'default_password_nag','1'),(20981,1622,'nickname','kpribramsky1978'),(20982,1622,'first_name',''),(20983,1622,'last_name',''),(20984,1622,'description',''),(20985,1622,'rich_editing','true'),(20986,1622,'comment_shortcuts','false'),(20987,1622,'admin_color','fresh'),(20988,1622,'use_ssl','0'),(20989,1622,'show_admin_bar_front','true'),(20990,1622,'locale',''),(20991,1622,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(20992,1622,'wp_user_level','0'),(20993,1622,'default_password_nag','1'),(20994,1623,'nickname','maestrostu1965'),(20995,1623,'first_name',''),(20996,1623,'last_name',''),(20997,1623,'description',''),(20998,1623,'rich_editing','true'),(20999,1623,'comment_shortcuts','false'),(21000,1623,'admin_color','fresh'),(21001,1623,'use_ssl','0'),(21002,1623,'show_admin_bar_front','true'),(21003,1623,'locale',''),(21004,1623,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21005,1623,'wp_user_level','0'),(21006,1623,'default_password_nag','1'),(21007,1624,'nickname','derindillow1971'),(21008,1624,'first_name',''),(21009,1624,'last_name',''),(21010,1624,'description',''),(21011,1624,'rich_editing','true'),(21012,1624,'comment_shortcuts','false'),(21013,1624,'admin_color','fresh'),(21014,1624,'use_ssl','0'),(21015,1624,'show_admin_bar_front','true'),(21016,1624,'locale',''),(21017,1624,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21018,1624,'wp_user_level','0'),(21019,1624,'default_password_nag','1'),(21020,1625,'nickname','atitecelav'),(21021,1625,'first_name',''),(21022,1625,'last_name',''),(21023,1625,'description',''),(21024,1625,'rich_editing','true'),(21025,1625,'comment_shortcuts','false'),(21026,1625,'admin_color','fresh'),(21027,1625,'use_ssl','0'),(21028,1625,'show_admin_bar_front','true'),(21029,1625,'locale',''),(21030,1625,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21031,1625,'wp_user_level','0'),(21032,1625,'default_password_nag',''),(21033,1626,'nickname','reydawg362010'),(21034,1626,'first_name',''),(21035,1626,'last_name',''),(21036,1626,'description',''),(21037,1626,'rich_editing','true'),(21038,1626,'comment_shortcuts','false'),(21039,1626,'admin_color','fresh'),(21040,1626,'use_ssl','0'),(21041,1626,'show_admin_bar_front','true'),(21042,1626,'locale',''),(21043,1626,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21044,1626,'wp_user_level','0'),(21045,1626,'default_password_nag','1'),(21046,1627,'nickname','biswas11722006'),(21047,1627,'first_name',''),(21048,1627,'last_name',''),(21049,1627,'description',''),(21050,1627,'rich_editing','true'),(21051,1627,'comment_shortcuts','false'),(21052,1627,'admin_color','fresh'),(21053,1627,'use_ssl','0'),(21054,1627,'show_admin_bar_front','true'),(21055,1627,'locale',''),(21056,1627,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21057,1627,'wp_user_level','0'),(21058,1627,'default_password_nag','1'),(21059,1628,'nickname','billkane501999'),(21060,1628,'first_name',''),(21061,1628,'last_name',''),(21062,1628,'description',''),(21063,1628,'rich_editing','true'),(21064,1628,'comment_shortcuts','false'),(21065,1628,'admin_color','fresh'),(21066,1628,'use_ssl','0'),(21067,1628,'show_admin_bar_front','true'),(21068,1628,'locale',''),(21069,1628,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21070,1628,'wp_user_level','0'),(21071,1628,'default_password_nag','1'),(21072,1629,'nickname','enbiacateres'),(21073,1629,'first_name',''),(21074,1629,'last_name',''),(21075,1629,'description',''),(21076,1629,'rich_editing','true'),(21077,1629,'comment_shortcuts','false'),(21078,1629,'admin_color','fresh'),(21079,1629,'use_ssl','0'),(21080,1629,'show_admin_bar_front','true'),(21081,1629,'locale',''),(21082,1629,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21083,1629,'wp_user_level','0'),(21084,1629,'default_password_nag',''),(21085,1630,'nickname','lynnwalko1989'),(21086,1630,'first_name',''),(21087,1630,'last_name',''),(21088,1630,'description',''),(21089,1630,'rich_editing','true'),(21090,1630,'comment_shortcuts','false'),(21091,1630,'admin_color','fresh'),(21092,1630,'use_ssl','0'),(21093,1630,'show_admin_bar_front','true'),(21094,1630,'locale',''),(21095,1630,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21096,1630,'wp_user_level','0'),(21097,1630,'default_password_nag','1'),(21098,1631,'nickname','marlisjjs1979'),(21099,1631,'first_name',''),(21100,1631,'last_name',''),(21101,1631,'description',''),(21102,1631,'rich_editing','true'),(21103,1631,'comment_shortcuts','false'),(21104,1631,'admin_color','fresh'),(21105,1631,'use_ssl','0'),(21106,1631,'show_admin_bar_front','true'),(21107,1631,'locale',''),(21108,1631,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21109,1631,'wp_user_level','0'),(21110,1631,'default_password_nag','1'),(21111,1632,'nickname','kconrad_141972'),(21112,1632,'first_name',''),(21113,1632,'last_name',''),(21114,1632,'description',''),(21115,1632,'rich_editing','true'),(21116,1632,'comment_shortcuts','false'),(21117,1632,'admin_color','fresh'),(21118,1632,'use_ssl','0'),(21119,1632,'show_admin_bar_front','true'),(21120,1632,'locale',''),(21121,1632,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21122,1632,'wp_user_level','0'),(21123,1632,'default_password_nag','1'),(21124,1633,'nickname','carolmarvin511960'),(21125,1633,'first_name',''),(21126,1633,'last_name',''),(21127,1633,'description',''),(21128,1633,'rich_editing','true'),(21129,1633,'comment_shortcuts','false'),(21130,1633,'admin_color','fresh'),(21131,1633,'use_ssl','0'),(21132,1633,'show_admin_bar_front','true'),(21133,1633,'locale',''),(21134,1633,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21135,1633,'wp_user_level','0'),(21136,1633,'default_password_nag','1'),(21137,1634,'nickname','rileyleemason132005'),(21138,1634,'first_name',''),(21139,1634,'last_name',''),(21140,1634,'description',''),(21141,1634,'rich_editing','true'),(21142,1634,'comment_shortcuts','false'),(21143,1634,'admin_color','fresh'),(21144,1634,'use_ssl','0'),(21145,1634,'show_admin_bar_front','true'),(21146,1634,'locale',''),(21147,1634,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21148,1634,'wp_user_level','0'),(21149,1634,'default_password_nag','1'),(21150,1635,'nickname','vinill1671957'),(21151,1635,'first_name',''),(21152,1635,'last_name',''),(21153,1635,'description',''),(21154,1635,'rich_editing','true'),(21155,1635,'comment_shortcuts','false'),(21156,1635,'admin_color','fresh'),(21157,1635,'use_ssl','0'),(21158,1635,'show_admin_bar_front','true'),(21159,1635,'locale',''),(21160,1635,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21161,1635,'wp_user_level','0'),(21162,1635,'default_password_nag','1'),(21163,1636,'nickname','jokerswild46941989'),(21164,1636,'first_name',''),(21165,1636,'last_name',''),(21166,1636,'description',''),(21167,1636,'rich_editing','true'),(21168,1636,'comment_shortcuts','false'),(21169,1636,'admin_color','fresh'),(21170,1636,'use_ssl','0'),(21171,1636,'show_admin_bar_front','true'),(21172,1636,'locale',''),(21173,1636,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21174,1636,'wp_user_level','0'),(21175,1636,'default_password_nag','1'),(21176,1637,'nickname','caroline.e.ware2009'),(21177,1637,'first_name',''),(21178,1637,'last_name',''),(21179,1637,'description',''),(21180,1637,'rich_editing','true'),(21181,1637,'comment_shortcuts','false'),(21182,1637,'admin_color','fresh'),(21183,1637,'use_ssl','0'),(21184,1637,'show_admin_bar_front','true'),(21185,1637,'locale',''),(21186,1637,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21187,1637,'wp_user_level','0'),(21188,1637,'default_password_nag','1'),(21189,1638,'nickname','tubameat1961'),(21190,1638,'first_name',''),(21191,1638,'last_name',''),(21192,1638,'description',''),(21193,1638,'rich_editing','true'),(21194,1638,'comment_shortcuts','false'),(21195,1638,'admin_color','fresh'),(21196,1638,'use_ssl','0'),(21197,1638,'show_admin_bar_front','true'),(21198,1638,'locale',''),(21199,1638,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21200,1638,'wp_user_level','0'),(21201,1638,'default_password_nag','1'),(21202,1639,'nickname','mckl751954'),(21203,1639,'first_name',''),(21204,1639,'last_name',''),(21205,1639,'description',''),(21206,1639,'rich_editing','true'),(21207,1639,'comment_shortcuts','false'),(21208,1639,'admin_color','fresh'),(21209,1639,'use_ssl','0'),(21210,1639,'show_admin_bar_front','true'),(21211,1639,'locale',''),(21212,1639,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21213,1639,'wp_user_level','0'),(21214,1639,'default_password_nag','1'),(21215,1640,'nickname','mmcclure2000'),(21216,1640,'first_name',''),(21217,1640,'last_name',''),(21218,1640,'description',''),(21219,1640,'rich_editing','true'),(21220,1640,'comment_shortcuts','false'),(21221,1640,'admin_color','fresh'),(21222,1640,'use_ssl','0'),(21223,1640,'show_admin_bar_front','true'),(21224,1640,'locale',''),(21225,1640,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21226,1640,'wp_user_level','0'),(21227,1640,'default_password_nag','1'),(21228,1641,'nickname','morris.garym1958'),(21229,1641,'first_name',''),(21230,1641,'last_name',''),(21231,1641,'description',''),(21232,1641,'rich_editing','true'),(21233,1641,'comment_shortcuts','false'),(21234,1641,'admin_color','fresh'),(21235,1641,'use_ssl','0'),(21236,1641,'show_admin_bar_front','true'),(21237,1641,'locale',''),(21238,1641,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21239,1641,'wp_user_level','0'),(21240,1641,'default_password_nag','1'),(21241,1642,'nickname','davidzhang341991'),(21242,1642,'first_name',''),(21243,1642,'last_name',''),(21244,1642,'description',''),(21245,1642,'rich_editing','true'),(21246,1642,'comment_shortcuts','false'),(21247,1642,'admin_color','fresh'),(21248,1642,'use_ssl','0'),(21249,1642,'show_admin_bar_front','true'),(21250,1642,'locale',''),(21251,1642,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21252,1642,'wp_user_level','0'),(21253,1642,'default_password_nag','1'),(21254,1643,'nickname','edgravesguitar1950'),(21255,1643,'first_name',''),(21256,1643,'last_name',''),(21257,1643,'description',''),(21258,1643,'rich_editing','true'),(21259,1643,'comment_shortcuts','false'),(21260,1643,'admin_color','fresh'),(21261,1643,'use_ssl','0'),(21262,1643,'show_admin_bar_front','true'),(21263,1643,'locale',''),(21264,1643,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21265,1643,'wp_user_level','0'),(21266,1643,'default_password_nag','1'),(21267,1644,'nickname','anitat8121951'),(21268,1644,'first_name',''),(21269,1644,'last_name',''),(21270,1644,'description',''),(21271,1644,'rich_editing','true'),(21272,1644,'comment_shortcuts','false'),(21273,1644,'admin_color','fresh'),(21274,1644,'use_ssl','0'),(21275,1644,'show_admin_bar_front','true'),(21276,1644,'locale',''),(21277,1644,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21278,1644,'wp_user_level','0'),(21279,1644,'default_password_nag','1'),(21280,1645,'nickname','jfbangx2009'),(21281,1645,'first_name',''),(21282,1645,'last_name',''),(21283,1645,'description',''),(21284,1645,'rich_editing','true'),(21285,1645,'comment_shortcuts','false'),(21286,1645,'admin_color','fresh'),(21287,1645,'use_ssl','0'),(21288,1645,'show_admin_bar_front','true'),(21289,1645,'locale',''),(21290,1645,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21291,1645,'wp_user_level','0'),(21292,1645,'default_password_nag','1'),(21293,1646,'nickname','usinbrooklyn1974'),(21294,1646,'first_name',''),(21295,1646,'last_name',''),(21296,1646,'description',''),(21297,1646,'rich_editing','true'),(21298,1646,'comment_shortcuts','false'),(21299,1646,'admin_color','fresh'),(21300,1646,'use_ssl','0'),(21301,1646,'show_admin_bar_front','true'),(21302,1646,'locale',''),(21303,1646,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21304,1646,'wp_user_level','0'),(21305,1646,'default_password_nag','1'),(21306,1647,'nickname','edoecohen2006'),(21307,1647,'first_name',''),(21308,1647,'last_name',''),(21309,1647,'description',''),(21310,1647,'rich_editing','true'),(21311,1647,'comment_shortcuts','false'),(21312,1647,'admin_color','fresh'),(21313,1647,'use_ssl','0'),(21314,1647,'show_admin_bar_front','true'),(21315,1647,'locale',''),(21316,1647,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21317,1647,'wp_user_level','0'),(21318,1647,'default_password_nag','1'),(21319,1648,'nickname','phorsemaship1958'),(21320,1648,'first_name',''),(21321,1648,'last_name',''),(21322,1648,'description',''),(21323,1648,'rich_editing','true'),(21324,1648,'comment_shortcuts','false'),(21325,1648,'admin_color','fresh'),(21326,1648,'use_ssl','0'),(21327,1648,'show_admin_bar_front','true'),(21328,1648,'locale',''),(21329,1648,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21330,1648,'wp_user_level','0'),(21331,1648,'default_password_nag','1'),(21332,1649,'nickname','rmj27231986'),(21333,1649,'first_name',''),(21334,1649,'last_name',''),(21335,1649,'description',''),(21336,1649,'rich_editing','true'),(21337,1649,'comment_shortcuts','false'),(21338,1649,'admin_color','fresh'),(21339,1649,'use_ssl','0'),(21340,1649,'show_admin_bar_front','true'),(21341,1649,'locale',''),(21342,1649,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21343,1649,'wp_user_level','0'),(21344,1649,'default_password_nag','1'),(21345,1650,'nickname','ltkevin1996'),(21346,1650,'first_name',''),(21347,1650,'last_name',''),(21348,1650,'description',''),(21349,1650,'rich_editing','true'),(21350,1650,'comment_shortcuts','false'),(21351,1650,'admin_color','fresh'),(21352,1650,'use_ssl','0'),(21353,1650,'show_admin_bar_front','true'),(21354,1650,'locale',''),(21355,1650,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21356,1650,'wp_user_level','0'),(21357,1650,'default_password_nag','1'),(21358,1651,'nickname','ijt19701995'),(21359,1651,'first_name',''),(21360,1651,'last_name',''),(21361,1651,'description',''),(21362,1651,'rich_editing','true'),(21363,1651,'comment_shortcuts','false'),(21364,1651,'admin_color','fresh'),(21365,1651,'use_ssl','0'),(21366,1651,'show_admin_bar_front','true'),(21367,1651,'locale',''),(21368,1651,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21369,1651,'wp_user_level','0'),(21370,1651,'default_password_nag','1'),(21371,1652,'nickname','apple1973'),(21372,1652,'first_name',''),(21373,1652,'last_name',''),(21374,1652,'description',''),(21375,1652,'rich_editing','true'),(21376,1652,'comment_shortcuts','false'),(21377,1652,'admin_color','fresh'),(21378,1652,'use_ssl','0'),(21379,1652,'show_admin_bar_front','true'),(21380,1652,'locale',''),(21381,1652,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21382,1652,'wp_user_level','0'),(21383,1652,'default_password_nag','1'),(21384,1653,'nickname','astancu1977'),(21385,1653,'first_name',''),(21386,1653,'last_name',''),(21387,1653,'description',''),(21388,1653,'rich_editing','true'),(21389,1653,'comment_shortcuts','false'),(21390,1653,'admin_color','fresh'),(21391,1653,'use_ssl','0'),(21392,1653,'show_admin_bar_front','true'),(21393,1653,'locale',''),(21394,1653,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21395,1653,'wp_user_level','0'),(21396,1653,'default_password_nag','1'),(21397,1654,'nickname','yrudikh1961'),(21398,1654,'first_name',''),(21399,1654,'last_name',''),(21400,1654,'description',''),(21401,1654,'rich_editing','true'),(21402,1654,'comment_shortcuts','false'),(21403,1654,'admin_color','fresh'),(21404,1654,'use_ssl','0'),(21405,1654,'show_admin_bar_front','true'),(21406,1654,'locale',''),(21407,1654,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21408,1654,'wp_user_level','0'),(21409,1654,'default_password_nag','1'),(21410,1655,'nickname','petermeir1953'),(21411,1655,'first_name',''),(21412,1655,'last_name',''),(21413,1655,'description',''),(21414,1655,'rich_editing','true'),(21415,1655,'comment_shortcuts','false'),(21416,1655,'admin_color','fresh'),(21417,1655,'use_ssl','0'),(21418,1655,'show_admin_bar_front','true'),(21419,1655,'locale',''),(21420,1655,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21421,1655,'wp_user_level','0'),(21422,1655,'default_password_nag','1'),(21423,1656,'nickname','merajkhan_51990'),(21424,1656,'first_name',''),(21425,1656,'last_name',''),(21426,1656,'description',''),(21427,1656,'rich_editing','true'),(21428,1656,'comment_shortcuts','false'),(21429,1656,'admin_color','fresh'),(21430,1656,'use_ssl','0'),(21431,1656,'show_admin_bar_front','true'),(21432,1656,'locale',''),(21433,1656,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21434,1656,'wp_user_level','0'),(21435,1656,'default_password_nag','1'),(21436,1657,'nickname','brussery1969'),(21437,1657,'first_name',''),(21438,1657,'last_name',''),(21439,1657,'description',''),(21440,1657,'rich_editing','true'),(21441,1657,'comment_shortcuts','false'),(21442,1657,'admin_color','fresh'),(21443,1657,'use_ssl','0'),(21444,1657,'show_admin_bar_front','true'),(21445,1657,'locale',''),(21446,1657,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21447,1657,'wp_user_level','0'),(21448,1657,'default_password_nag','1'),(21449,1658,'nickname','msawka151965'),(21450,1658,'first_name',''),(21451,1658,'last_name',''),(21452,1658,'description',''),(21453,1658,'rich_editing','true'),(21454,1658,'comment_shortcuts','false'),(21455,1658,'admin_color','fresh'),(21456,1658,'use_ssl','0'),(21457,1658,'show_admin_bar_front','true'),(21458,1658,'locale',''),(21459,1658,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21460,1658,'wp_user_level','0'),(21461,1658,'default_password_nag','1'),(21462,1659,'nickname','schulze.wartenhorst1961'),(21463,1659,'first_name',''),(21464,1659,'last_name',''),(21465,1659,'description',''),(21466,1659,'rich_editing','true'),(21467,1659,'comment_shortcuts','false'),(21468,1659,'admin_color','fresh'),(21469,1659,'use_ssl','0'),(21470,1659,'show_admin_bar_front','true'),(21471,1659,'locale',''),(21472,1659,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21473,1659,'wp_user_level','0'),(21474,1659,'default_password_nag','1'),(21475,1660,'nickname','kwadwo.amankwah1960'),(21476,1660,'first_name',''),(21477,1660,'last_name',''),(21478,1660,'description',''),(21479,1660,'rich_editing','true'),(21480,1660,'comment_shortcuts','false'),(21481,1660,'admin_color','fresh'),(21482,1660,'use_ssl','0'),(21483,1660,'show_admin_bar_front','true'),(21484,1660,'locale',''),(21485,1660,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21486,1660,'wp_user_level','0'),(21487,1660,'default_password_nag','1'),(21488,1661,'nickname','elizabethleemonroy1956'),(21489,1661,'first_name',''),(21490,1661,'last_name',''),(21491,1661,'description',''),(21492,1661,'rich_editing','true'),(21493,1661,'comment_shortcuts','false'),(21494,1661,'admin_color','fresh'),(21495,1661,'use_ssl','0'),(21496,1661,'show_admin_bar_front','true'),(21497,1661,'locale',''),(21498,1661,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21499,1661,'wp_user_level','0'),(21500,1661,'default_password_nag','1'),(21501,1662,'nickname','gwidich1954'),(21502,1662,'first_name',''),(21503,1662,'last_name',''),(21504,1662,'description',''),(21505,1662,'rich_editing','true'),(21506,1662,'comment_shortcuts','false'),(21507,1662,'admin_color','fresh'),(21508,1662,'use_ssl','0'),(21509,1662,'show_admin_bar_front','true'),(21510,1662,'locale',''),(21511,1662,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21512,1662,'wp_user_level','0'),(21513,1662,'default_password_nag','1'),(21514,1663,'nickname','hardingleigh2010'),(21515,1663,'first_name',''),(21516,1663,'last_name',''),(21517,1663,'description',''),(21518,1663,'rich_editing','true'),(21519,1663,'comment_shortcuts','false'),(21520,1663,'admin_color','fresh'),(21521,1663,'use_ssl','0'),(21522,1663,'show_admin_bar_front','true'),(21523,1663,'locale',''),(21524,1663,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21525,1663,'wp_user_level','0'),(21526,1663,'default_password_nag','1'),(21527,1664,'nickname','anthonyhantonh1958'),(21528,1664,'first_name',''),(21529,1664,'last_name',''),(21530,1664,'description',''),(21531,1664,'rich_editing','true'),(21532,1664,'comment_shortcuts','false'),(21533,1664,'admin_color','fresh'),(21534,1664,'use_ssl','0'),(21535,1664,'show_admin_bar_front','true'),(21536,1664,'locale',''),(21537,1664,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21538,1664,'wp_user_level','0'),(21539,1664,'default_password_nag','1'),(21540,1665,'nickname','bncmullins121995'),(21541,1665,'first_name',''),(21542,1665,'last_name',''),(21543,1665,'description',''),(21544,1665,'rich_editing','true'),(21545,1665,'comment_shortcuts','false'),(21546,1665,'admin_color','fresh'),(21547,1665,'use_ssl','0'),(21548,1665,'show_admin_bar_front','true'),(21549,1665,'locale',''),(21550,1665,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21551,1665,'wp_user_level','0'),(21552,1665,'default_password_nag','1'),(21553,1666,'nickname','emaemura1967'),(21554,1666,'first_name',''),(21555,1666,'last_name',''),(21556,1666,'description',''),(21557,1666,'rich_editing','true'),(21558,1666,'comment_shortcuts','false'),(21559,1666,'admin_color','fresh'),(21560,1666,'use_ssl','0'),(21561,1666,'show_admin_bar_front','true'),(21562,1666,'locale',''),(21563,1666,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21564,1666,'wp_user_level','0'),(21565,1666,'default_password_nag','1'),(21566,1629,'session_tokens','a:1:{s:64:\"e7540b881da8b114acd9561e21fbd8d4bc7122f301ecba62a65a8d8bea8d4ee3\";a:4:{s:10:\"expiration\";i:1506697285;s:2:\"ip\";s:15:\"146.185.223.122\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1506524485;}}'),(21567,1625,'session_tokens','a:1:{s:64:\"cc4fb3612ae8afcb148cdaf0230d3afb245f01a59c63a8a6c340e1199184f9ab\";a:4:{s:10:\"expiration\";i:1506700348;s:2:\"ip\";s:15:\"146.185.223.113\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1506527548;}}'),(21568,1667,'nickname','khultz1962'),(21569,1667,'first_name',''),(21570,1667,'last_name',''),(21571,1667,'description',''),(21572,1667,'rich_editing','true'),(21573,1667,'comment_shortcuts','false'),(21574,1667,'admin_color','fresh'),(21575,1667,'use_ssl','0'),(21576,1667,'show_admin_bar_front','true'),(21577,1667,'locale',''),(21578,1667,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21579,1667,'wp_user_level','0'),(21580,1667,'default_password_nag','1'),(21581,1668,'nickname','sondrick1231997'),(21582,1668,'first_name',''),(21583,1668,'last_name',''),(21584,1668,'description',''),(21585,1668,'rich_editing','true'),(21586,1668,'comment_shortcuts','false'),(21587,1668,'admin_color','fresh'),(21588,1668,'use_ssl','0'),(21589,1668,'show_admin_bar_front','true'),(21590,1668,'locale',''),(21591,1668,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21592,1668,'wp_user_level','0'),(21593,1668,'default_password_nag','1'),(21594,1669,'nickname','husnain_zakaria1971'),(21595,1669,'first_name',''),(21596,1669,'last_name',''),(21597,1669,'description',''),(21598,1669,'rich_editing','true'),(21599,1669,'comment_shortcuts','false'),(21600,1669,'admin_color','fresh'),(21601,1669,'use_ssl','0'),(21602,1669,'show_admin_bar_front','true'),(21603,1669,'locale',''),(21604,1669,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21605,1669,'wp_user_level','0'),(21606,1669,'default_password_nag','1'),(21607,1670,'nickname','eriktiles1983'),(21608,1670,'first_name',''),(21609,1670,'last_name',''),(21610,1670,'description',''),(21611,1670,'rich_editing','true'),(21612,1670,'comment_shortcuts','false'),(21613,1670,'admin_color','fresh'),(21614,1670,'use_ssl','0'),(21615,1670,'show_admin_bar_front','true'),(21616,1670,'locale',''),(21617,1670,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21618,1670,'wp_user_level','0'),(21619,1670,'default_password_nag','1'),(21620,1671,'nickname','emorejcan1969'),(21621,1671,'first_name',''),(21622,1671,'last_name',''),(21623,1671,'description',''),(21624,1671,'rich_editing','true'),(21625,1671,'comment_shortcuts','false'),(21626,1671,'admin_color','fresh'),(21627,1671,'use_ssl','0'),(21628,1671,'show_admin_bar_front','true'),(21629,1671,'locale',''),(21630,1671,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21631,1671,'wp_user_level','0'),(21632,1671,'default_password_nag','1'),(21633,1672,'nickname','boomer_891951'),(21634,1672,'first_name',''),(21635,1672,'last_name',''),(21636,1672,'description',''),(21637,1672,'rich_editing','true'),(21638,1672,'comment_shortcuts','false'),(21639,1672,'admin_color','fresh'),(21640,1672,'use_ssl','0'),(21641,1672,'show_admin_bar_front','true'),(21642,1672,'locale',''),(21643,1672,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21644,1672,'wp_user_level','0'),(21645,1672,'default_password_nag','1'),(21646,1673,'nickname','jpplumbingandheatingllc1997'),(21647,1673,'first_name',''),(21648,1673,'last_name',''),(21649,1673,'description',''),(21650,1673,'rich_editing','true'),(21651,1673,'comment_shortcuts','false'),(21652,1673,'admin_color','fresh'),(21653,1673,'use_ssl','0'),(21654,1673,'show_admin_bar_front','true'),(21655,1673,'locale',''),(21656,1673,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21657,1673,'wp_user_level','0'),(21658,1673,'default_password_nag','1'),(21659,1674,'nickname','xxjaylp23xx1968'),(21660,1674,'first_name',''),(21661,1674,'last_name',''),(21662,1674,'description',''),(21663,1674,'rich_editing','true'),(21664,1674,'comment_shortcuts','false'),(21665,1674,'admin_color','fresh'),(21666,1674,'use_ssl','0'),(21667,1674,'show_admin_bar_front','true'),(21668,1674,'locale',''),(21669,1674,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21670,1674,'wp_user_level','0'),(21671,1674,'default_password_nag','1'),(21672,1675,'nickname','agierke1983'),(21673,1675,'first_name',''),(21674,1675,'last_name',''),(21675,1675,'description',''),(21676,1675,'rich_editing','true'),(21677,1675,'comment_shortcuts','false'),(21678,1675,'admin_color','fresh'),(21679,1675,'use_ssl','0'),(21680,1675,'show_admin_bar_front','true'),(21681,1675,'locale',''),(21682,1675,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21683,1675,'wp_user_level','0'),(21684,1675,'default_password_nag','1'),(21685,1676,'nickname','theredcat001984'),(21686,1676,'first_name',''),(21687,1676,'last_name',''),(21688,1676,'description',''),(21689,1676,'rich_editing','true'),(21690,1676,'comment_shortcuts','false'),(21691,1676,'admin_color','fresh'),(21692,1676,'use_ssl','0'),(21693,1676,'show_admin_bar_front','true'),(21694,1676,'locale',''),(21695,1676,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21696,1676,'wp_user_level','0'),(21697,1676,'default_password_nag','1'),(21698,1677,'nickname','banksy19892010'),(21699,1677,'first_name',''),(21700,1677,'last_name',''),(21701,1677,'description',''),(21702,1677,'rich_editing','true'),(21703,1677,'comment_shortcuts','false'),(21704,1677,'admin_color','fresh'),(21705,1677,'use_ssl','0'),(21706,1677,'show_admin_bar_front','true'),(21707,1677,'locale',''),(21708,1677,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21709,1677,'wp_user_level','0'),(21710,1677,'default_password_nag','1'),(21711,1678,'nickname','redyetiking1958'),(21712,1678,'first_name',''),(21713,1678,'last_name',''),(21714,1678,'description',''),(21715,1678,'rich_editing','true'),(21716,1678,'comment_shortcuts','false'),(21717,1678,'admin_color','fresh'),(21718,1678,'use_ssl','0'),(21719,1678,'show_admin_bar_front','true'),(21720,1678,'locale',''),(21721,1678,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21722,1678,'wp_user_level','0'),(21723,1678,'default_password_nag','1'),(21724,1679,'nickname','angelbaby051966'),(21725,1679,'first_name',''),(21726,1679,'last_name',''),(21727,1679,'description',''),(21728,1679,'rich_editing','true'),(21729,1679,'comment_shortcuts','false'),(21730,1679,'admin_color','fresh'),(21731,1679,'use_ssl','0'),(21732,1679,'show_admin_bar_front','true'),(21733,1679,'locale',''),(21734,1679,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21735,1679,'wp_user_level','0'),(21736,1679,'default_password_nag','1'),(21737,1680,'nickname','daren.waugh1972'),(21738,1680,'first_name',''),(21739,1680,'last_name',''),(21740,1680,'description',''),(21741,1680,'rich_editing','true'),(21742,1680,'comment_shortcuts','false'),(21743,1680,'admin_color','fresh'),(21744,1680,'use_ssl','0'),(21745,1680,'show_admin_bar_front','true'),(21746,1680,'locale',''),(21747,1680,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21748,1680,'wp_user_level','0'),(21749,1680,'default_password_nag','1'),(21750,1681,'nickname','linda2009'),(21751,1681,'first_name',''),(21752,1681,'last_name',''),(21753,1681,'description',''),(21754,1681,'rich_editing','true'),(21755,1681,'comment_shortcuts','false'),(21756,1681,'admin_color','fresh'),(21757,1681,'use_ssl','0'),(21758,1681,'show_admin_bar_front','true'),(21759,1681,'locale',''),(21760,1681,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21761,1681,'wp_user_level','0'),(21762,1681,'default_password_nag','1'),(21763,1682,'nickname','vatsal_gandhi2010'),(21764,1682,'first_name',''),(21765,1682,'last_name',''),(21766,1682,'description',''),(21767,1682,'rich_editing','true'),(21768,1682,'comment_shortcuts','false'),(21769,1682,'admin_color','fresh'),(21770,1682,'use_ssl','0'),(21771,1682,'show_admin_bar_front','true'),(21772,1682,'locale',''),(21773,1682,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21774,1682,'wp_user_level','0'),(21775,1682,'default_password_nag','1'),(21776,1683,'nickname','kailagyf1951'),(21777,1683,'first_name',''),(21778,1683,'last_name',''),(21779,1683,'description',''),(21780,1683,'rich_editing','true'),(21781,1683,'comment_shortcuts','false'),(21782,1683,'admin_color','fresh'),(21783,1683,'use_ssl','0'),(21784,1683,'show_admin_bar_front','true'),(21785,1683,'locale',''),(21786,1683,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21787,1683,'wp_user_level','0'),(21788,1683,'default_password_nag','1'),(21789,1684,'nickname','jonnybrett141993'),(21790,1684,'first_name',''),(21791,1684,'last_name',''),(21792,1684,'description',''),(21793,1684,'rich_editing','true'),(21794,1684,'comment_shortcuts','false'),(21795,1684,'admin_color','fresh'),(21796,1684,'use_ssl','0'),(21797,1684,'show_admin_bar_front','true'),(21798,1684,'locale',''),(21799,1684,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21800,1684,'wp_user_level','0'),(21801,1684,'default_password_nag','1'),(21802,1685,'nickname','smaa341958'),(21803,1685,'first_name',''),(21804,1685,'last_name',''),(21805,1685,'description',''),(21806,1685,'rich_editing','true'),(21807,1685,'comment_shortcuts','false'),(21808,1685,'admin_color','fresh'),(21809,1685,'use_ssl','0'),(21810,1685,'show_admin_bar_front','true'),(21811,1685,'locale',''),(21812,1685,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21813,1685,'wp_user_level','0'),(21814,1685,'default_password_nag','1'),(21815,1686,'nickname','jonnyd20241965'),(21816,1686,'first_name',''),(21817,1686,'last_name',''),(21818,1686,'description',''),(21819,1686,'rich_editing','true'),(21820,1686,'comment_shortcuts','false'),(21821,1686,'admin_color','fresh'),(21822,1686,'use_ssl','0'),(21823,1686,'show_admin_bar_front','true'),(21824,1686,'locale',''),(21825,1686,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21826,1686,'wp_user_level','0'),(21827,1686,'default_password_nag','1'),(21828,1687,'nickname','bettyvarea1976'),(21829,1687,'first_name',''),(21830,1687,'last_name',''),(21831,1687,'description',''),(21832,1687,'rich_editing','true'),(21833,1687,'comment_shortcuts','false'),(21834,1687,'admin_color','fresh'),(21835,1687,'use_ssl','0'),(21836,1687,'show_admin_bar_front','true'),(21837,1687,'locale',''),(21838,1687,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21839,1687,'wp_user_level','0'),(21840,1687,'default_password_nag','1'),(21841,1688,'nickname','elmiger.laura1983'),(21842,1688,'first_name',''),(21843,1688,'last_name',''),(21844,1688,'description',''),(21845,1688,'rich_editing','true'),(21846,1688,'comment_shortcuts','false'),(21847,1688,'admin_color','fresh'),(21848,1688,'use_ssl','0'),(21849,1688,'show_admin_bar_front','true'),(21850,1688,'locale',''),(21851,1688,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21852,1688,'wp_user_level','0'),(21853,1688,'default_password_nag','1'),(21854,1689,'nickname','brian_brewer1985'),(21855,1689,'first_name',''),(21856,1689,'last_name',''),(21857,1689,'description',''),(21858,1689,'rich_editing','true'),(21859,1689,'comment_shortcuts','false'),(21860,1689,'admin_color','fresh'),(21861,1689,'use_ssl','0'),(21862,1689,'show_admin_bar_front','true'),(21863,1689,'locale',''),(21864,1689,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21865,1689,'wp_user_level','0'),(21866,1689,'default_password_nag','1'),(21867,1690,'nickname','normankorompis1958'),(21868,1690,'first_name',''),(21869,1690,'last_name',''),(21870,1690,'description',''),(21871,1690,'rich_editing','true'),(21872,1690,'comment_shortcuts','false'),(21873,1690,'admin_color','fresh'),(21874,1690,'use_ssl','0'),(21875,1690,'show_admin_bar_front','true'),(21876,1690,'locale',''),(21877,1690,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21878,1690,'wp_user_level','0'),(21879,1690,'default_password_nag','1'),(21880,1691,'nickname','adam2mazur2008'),(21881,1691,'first_name',''),(21882,1691,'last_name',''),(21883,1691,'description',''),(21884,1691,'rich_editing','true'),(21885,1691,'comment_shortcuts','false'),(21886,1691,'admin_color','fresh'),(21887,1691,'use_ssl','0'),(21888,1691,'show_admin_bar_front','true'),(21889,1691,'locale',''),(21890,1691,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21891,1691,'wp_user_level','0'),(21892,1691,'default_password_nag','1'),(21893,1692,'nickname','reid1951'),(21894,1692,'first_name',''),(21895,1692,'last_name',''),(21896,1692,'description',''),(21897,1692,'rich_editing','true'),(21898,1692,'comment_shortcuts','false'),(21899,1692,'admin_color','fresh'),(21900,1692,'use_ssl','0'),(21901,1692,'show_admin_bar_front','true'),(21902,1692,'locale',''),(21903,1692,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21904,1692,'wp_user_level','0'),(21905,1692,'default_password_nag','1'),(21906,1693,'nickname','onespirit4441968'),(21907,1693,'first_name',''),(21908,1693,'last_name',''),(21909,1693,'description',''),(21910,1693,'rich_editing','true'),(21911,1693,'comment_shortcuts','false'),(21912,1693,'admin_color','fresh'),(21913,1693,'use_ssl','0'),(21914,1693,'show_admin_bar_front','true'),(21915,1693,'locale',''),(21916,1693,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21917,1693,'wp_user_level','0'),(21918,1693,'default_password_nag','1'),(21919,1694,'nickname','jessicawind2003'),(21920,1694,'first_name',''),(21921,1694,'last_name',''),(21922,1694,'description',''),(21923,1694,'rich_editing','true'),(21924,1694,'comment_shortcuts','false'),(21925,1694,'admin_color','fresh'),(21926,1694,'use_ssl','0'),(21927,1694,'show_admin_bar_front','true'),(21928,1694,'locale',''),(21929,1694,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21930,1694,'wp_user_level','0'),(21931,1694,'default_password_nag','1'),(21932,1695,'nickname','tjimindie601966'),(21933,1695,'first_name',''),(21934,1695,'last_name',''),(21935,1695,'description',''),(21936,1695,'rich_editing','true'),(21937,1695,'comment_shortcuts','false'),(21938,1695,'admin_color','fresh'),(21939,1695,'use_ssl','0'),(21940,1695,'show_admin_bar_front','true'),(21941,1695,'locale',''),(21942,1695,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21943,1695,'wp_user_level','0'),(21944,1695,'default_password_nag','1'),(21945,1696,'nickname','bullet2000z1996'),(21946,1696,'first_name',''),(21947,1696,'last_name',''),(21948,1696,'description',''),(21949,1696,'rich_editing','true'),(21950,1696,'comment_shortcuts','false'),(21951,1696,'admin_color','fresh'),(21952,1696,'use_ssl','0'),(21953,1696,'show_admin_bar_front','true'),(21954,1696,'locale',''),(21955,1696,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21956,1696,'wp_user_level','0'),(21957,1696,'default_password_nag','1'),(21958,1697,'nickname','airnuts2004'),(21959,1697,'first_name',''),(21960,1697,'last_name',''),(21961,1697,'description',''),(21962,1697,'rich_editing','true'),(21963,1697,'comment_shortcuts','false'),(21964,1697,'admin_color','fresh'),(21965,1697,'use_ssl','0'),(21966,1697,'show_admin_bar_front','true'),(21967,1697,'locale',''),(21968,1697,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21969,1697,'wp_user_level','0'),(21970,1697,'default_password_nag','1'),(21971,1698,'nickname','sunrisemail411981'),(21972,1698,'first_name',''),(21973,1698,'last_name',''),(21974,1698,'description',''),(21975,1698,'rich_editing','true'),(21976,1698,'comment_shortcuts','false'),(21977,1698,'admin_color','fresh'),(21978,1698,'use_ssl','0'),(21979,1698,'show_admin_bar_front','true'),(21980,1698,'locale',''),(21981,1698,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21982,1698,'wp_user_level','0'),(21983,1698,'default_password_nag','1'),(21984,1699,'nickname','mcevoyamy1962'),(21985,1699,'first_name',''),(21986,1699,'last_name',''),(21987,1699,'description',''),(21988,1699,'rich_editing','true'),(21989,1699,'comment_shortcuts','false'),(21990,1699,'admin_color','fresh'),(21991,1699,'use_ssl','0'),(21992,1699,'show_admin_bar_front','true'),(21993,1699,'locale',''),(21994,1699,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(21995,1699,'wp_user_level','0'),(21996,1699,'default_password_nag','1'),(21997,1700,'nickname','efren.pedraza1972'),(21998,1700,'first_name',''),(21999,1700,'last_name',''),(22000,1700,'description',''),(22001,1700,'rich_editing','true'),(22002,1700,'comment_shortcuts','false'),(22003,1700,'admin_color','fresh'),(22004,1700,'use_ssl','0'),(22005,1700,'show_admin_bar_front','true'),(22006,1700,'locale',''),(22007,1700,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22008,1700,'wp_user_level','0'),(22009,1700,'default_password_nag','1'),(22010,1701,'nickname','vhmajano2006'),(22011,1701,'first_name',''),(22012,1701,'last_name',''),(22013,1701,'description',''),(22014,1701,'rich_editing','true'),(22015,1701,'comment_shortcuts','false'),(22016,1701,'admin_color','fresh'),(22017,1701,'use_ssl','0'),(22018,1701,'show_admin_bar_front','true'),(22019,1701,'locale',''),(22020,1701,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22021,1701,'wp_user_level','0'),(22022,1701,'default_password_nag','1'),(22023,1702,'nickname','james.jfyb.891982'),(22024,1702,'first_name',''),(22025,1702,'last_name',''),(22026,1702,'description',''),(22027,1702,'rich_editing','true'),(22028,1702,'comment_shortcuts','false'),(22029,1702,'admin_color','fresh'),(22030,1702,'use_ssl','0'),(22031,1702,'show_admin_bar_front','true'),(22032,1702,'locale',''),(22033,1702,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22034,1702,'wp_user_level','0'),(22035,1702,'default_password_nag','1'),(22036,1703,'nickname','vanessa1998'),(22037,1703,'first_name',''),(22038,1703,'last_name',''),(22039,1703,'description',''),(22040,1703,'rich_editing','true'),(22041,1703,'comment_shortcuts','false'),(22042,1703,'admin_color','fresh'),(22043,1703,'use_ssl','0'),(22044,1703,'show_admin_bar_front','true'),(22045,1703,'locale',''),(22046,1703,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22047,1703,'wp_user_level','0'),(22048,1703,'default_password_nag','1'),(22049,1704,'nickname','gbmacks2006'),(22050,1704,'first_name',''),(22051,1704,'last_name',''),(22052,1704,'description',''),(22053,1704,'rich_editing','true'),(22054,1704,'comment_shortcuts','false'),(22055,1704,'admin_color','fresh'),(22056,1704,'use_ssl','0'),(22057,1704,'show_admin_bar_front','true'),(22058,1704,'locale',''),(22059,1704,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22060,1704,'wp_user_level','0'),(22061,1704,'default_password_nag','1'),(22062,1705,'nickname','rhartley19561971'),(22063,1705,'first_name',''),(22064,1705,'last_name',''),(22065,1705,'description',''),(22066,1705,'rich_editing','true'),(22067,1705,'comment_shortcuts','false'),(22068,1705,'admin_color','fresh'),(22069,1705,'use_ssl','0'),(22070,1705,'show_admin_bar_front','true'),(22071,1705,'locale',''),(22072,1705,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22073,1705,'wp_user_level','0'),(22074,1705,'default_password_nag','1'),(22075,1706,'nickname','wtolen221984'),(22076,1706,'first_name',''),(22077,1706,'last_name',''),(22078,1706,'description',''),(22079,1706,'rich_editing','true'),(22080,1706,'comment_shortcuts','false'),(22081,1706,'admin_color','fresh'),(22082,1706,'use_ssl','0'),(22083,1706,'show_admin_bar_front','true'),(22084,1706,'locale',''),(22085,1706,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22086,1706,'wp_user_level','0'),(22087,1706,'default_password_nag','1'),(22088,1707,'nickname','fatimaslight1986'),(22089,1707,'first_name',''),(22090,1707,'last_name',''),(22091,1707,'description',''),(22092,1707,'rich_editing','true'),(22093,1707,'comment_shortcuts','false'),(22094,1707,'admin_color','fresh'),(22095,1707,'use_ssl','0'),(22096,1707,'show_admin_bar_front','true'),(22097,1707,'locale',''),(22098,1707,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22099,1707,'wp_user_level','0'),(22100,1707,'default_password_nag','1'),(22101,1708,'nickname','ayannaha1995'),(22102,1708,'first_name',''),(22103,1708,'last_name',''),(22104,1708,'description',''),(22105,1708,'rich_editing','true'),(22106,1708,'comment_shortcuts','false'),(22107,1708,'admin_color','fresh'),(22108,1708,'use_ssl','0'),(22109,1708,'show_admin_bar_front','true'),(22110,1708,'locale',''),(22111,1708,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22112,1708,'wp_user_level','0'),(22113,1708,'default_password_nag','1'),(22114,1709,'nickname','omathetstarun'),(22115,1709,'first_name',''),(22116,1709,'last_name',''),(22117,1709,'description',''),(22118,1709,'rich_editing','true'),(22119,1709,'comment_shortcuts','false'),(22120,1709,'admin_color','fresh'),(22121,1709,'use_ssl','0'),(22122,1709,'show_admin_bar_front','true'),(22123,1709,'locale',''),(22124,1709,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22125,1709,'wp_user_level','0'),(22126,1709,'default_password_nag',''),(22127,1710,'nickname','bertrand.givord1959'),(22128,1710,'first_name',''),(22129,1710,'last_name',''),(22130,1710,'description',''),(22131,1710,'rich_editing','true'),(22132,1710,'comment_shortcuts','false'),(22133,1710,'admin_color','fresh'),(22134,1710,'use_ssl','0'),(22135,1710,'show_admin_bar_front','true'),(22136,1710,'locale',''),(22137,1710,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22138,1710,'wp_user_level','0'),(22139,1710,'default_password_nag','1'),(22140,1711,'nickname','alilee19991959'),(22141,1711,'first_name',''),(22142,1711,'last_name',''),(22143,1711,'description',''),(22144,1711,'rich_editing','true'),(22145,1711,'comment_shortcuts','false'),(22146,1711,'admin_color','fresh'),(22147,1711,'use_ssl','0'),(22148,1711,'show_admin_bar_front','true'),(22149,1711,'locale',''),(22150,1711,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22151,1711,'wp_user_level','0'),(22152,1711,'default_password_nag','1'),(22153,1712,'nickname','mmariana.geroo03762010'),(22154,1712,'first_name',''),(22155,1712,'last_name',''),(22156,1712,'description',''),(22157,1712,'rich_editing','true'),(22158,1712,'comment_shortcuts','false'),(22159,1712,'admin_color','fresh'),(22160,1712,'use_ssl','0'),(22161,1712,'show_admin_bar_front','true'),(22162,1712,'locale',''),(22163,1712,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22164,1712,'wp_user_level','0'),(22165,1712,'default_password_nag','1'),(22166,1713,'nickname','sanodiketshor'),(22167,1713,'first_name',''),(22168,1713,'last_name',''),(22169,1713,'description',''),(22170,1713,'rich_editing','true'),(22171,1713,'comment_shortcuts','false'),(22172,1713,'admin_color','fresh'),(22173,1713,'use_ssl','0'),(22174,1713,'show_admin_bar_front','true'),(22175,1713,'locale',''),(22176,1713,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22177,1713,'wp_user_level','0'),(22178,1713,'default_password_nag',''),(22179,1714,'nickname','margaretcoyle1972'),(22180,1714,'first_name',''),(22181,1714,'last_name',''),(22182,1714,'description',''),(22183,1714,'rich_editing','true'),(22184,1714,'comment_shortcuts','false'),(22185,1714,'admin_color','fresh'),(22186,1714,'use_ssl','0'),(22187,1714,'show_admin_bar_front','true'),(22188,1714,'locale',''),(22189,1714,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22190,1714,'wp_user_level','0'),(22191,1714,'default_password_nag','1'),(22192,1715,'nickname','newsouthcb2005'),(22193,1715,'first_name',''),(22194,1715,'last_name',''),(22195,1715,'description',''),(22196,1715,'rich_editing','true'),(22197,1715,'comment_shortcuts','false'),(22198,1715,'admin_color','fresh'),(22199,1715,'use_ssl','0'),(22200,1715,'show_admin_bar_front','true'),(22201,1715,'locale',''),(22202,1715,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22203,1715,'wp_user_level','0'),(22204,1715,'default_password_nag','1'),(22205,1716,'nickname','jgjorgen1956'),(22206,1716,'first_name',''),(22207,1716,'last_name',''),(22208,1716,'description',''),(22209,1716,'rich_editing','true'),(22210,1716,'comment_shortcuts','false'),(22211,1716,'admin_color','fresh'),(22212,1716,'use_ssl','0'),(22213,1716,'show_admin_bar_front','true'),(22214,1716,'locale',''),(22215,1716,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22216,1716,'wp_user_level','0'),(22217,1716,'default_password_nag','1'),(22218,1717,'nickname','sandy47zzzz2008'),(22219,1717,'first_name',''),(22220,1717,'last_name',''),(22221,1717,'description',''),(22222,1717,'rich_editing','true'),(22223,1717,'comment_shortcuts','false'),(22224,1717,'admin_color','fresh'),(22225,1717,'use_ssl','0'),(22226,1717,'show_admin_bar_front','true'),(22227,1717,'locale',''),(22228,1717,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22229,1717,'wp_user_level','0'),(22230,1717,'default_password_nag','1'),(22231,1718,'nickname','mouak302002'),(22232,1718,'first_name',''),(22233,1718,'last_name',''),(22234,1718,'description',''),(22235,1718,'rich_editing','true'),(22236,1718,'comment_shortcuts','false'),(22237,1718,'admin_color','fresh'),(22238,1718,'use_ssl','0'),(22239,1718,'show_admin_bar_front','true'),(22240,1718,'locale',''),(22241,1718,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22242,1718,'wp_user_level','0'),(22243,1718,'default_password_nag','1'),(22244,1719,'nickname','shannon5071988'),(22245,1719,'first_name',''),(22246,1719,'last_name',''),(22247,1719,'description',''),(22248,1719,'rich_editing','true'),(22249,1719,'comment_shortcuts','false'),(22250,1719,'admin_color','fresh'),(22251,1719,'use_ssl','0'),(22252,1719,'show_admin_bar_front','true'),(22253,1719,'locale',''),(22254,1719,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22255,1719,'wp_user_level','0'),(22256,1719,'default_password_nag','1'),(22257,1720,'nickname','amandarbrooke2009'),(22258,1720,'first_name',''),(22259,1720,'last_name',''),(22260,1720,'description',''),(22261,1720,'rich_editing','true'),(22262,1720,'comment_shortcuts','false'),(22263,1720,'admin_color','fresh'),(22264,1720,'use_ssl','0'),(22265,1720,'show_admin_bar_front','true'),(22266,1720,'locale',''),(22267,1720,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22268,1720,'wp_user_level','0'),(22269,1720,'default_password_nag','1'),(22270,1721,'nickname','lunditdieu1974'),(22271,1721,'first_name',''),(22272,1721,'last_name',''),(22273,1721,'description',''),(22274,1721,'rich_editing','true'),(22275,1721,'comment_shortcuts','false'),(22276,1721,'admin_color','fresh'),(22277,1721,'use_ssl','0'),(22278,1721,'show_admin_bar_front','true'),(22279,1721,'locale',''),(22280,1721,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22281,1721,'wp_user_level','0'),(22282,1721,'default_password_nag','1'),(22283,1722,'nickname','rglucas031968'),(22284,1722,'first_name',''),(22285,1722,'last_name',''),(22286,1722,'description',''),(22287,1722,'rich_editing','true'),(22288,1722,'comment_shortcuts','false'),(22289,1722,'admin_color','fresh'),(22290,1722,'use_ssl','0'),(22291,1722,'show_admin_bar_front','true'),(22292,1722,'locale',''),(22293,1722,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22294,1722,'wp_user_level','0'),(22295,1722,'default_password_nag','1'),(22296,1723,'nickname','catzrme1979'),(22297,1723,'first_name',''),(22298,1723,'last_name',''),(22299,1723,'description',''),(22300,1723,'rich_editing','true'),(22301,1723,'comment_shortcuts','false'),(22302,1723,'admin_color','fresh'),(22303,1723,'use_ssl','0'),(22304,1723,'show_admin_bar_front','true'),(22305,1723,'locale',''),(22306,1723,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22307,1723,'wp_user_level','0'),(22308,1723,'default_password_nag','1'),(22309,1724,'nickname','brook1969'),(22310,1724,'first_name',''),(22311,1724,'last_name',''),(22312,1724,'description',''),(22313,1724,'rich_editing','true'),(22314,1724,'comment_shortcuts','false'),(22315,1724,'admin_color','fresh'),(22316,1724,'use_ssl','0'),(22317,1724,'show_admin_bar_front','true'),(22318,1724,'locale',''),(22319,1724,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22320,1724,'wp_user_level','0'),(22321,1724,'default_password_nag','1'),(22322,1709,'session_tokens','a:1:{s:64:\"ae1a32a89a86415fa09bef9e0534b43a3aabaf87739a81aba7bf5b069a074fb0\";a:4:{s:10:\"expiration\";i:1506894367;s:2:\"ip\";s:15:\"146.185.223.122\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1506721567;}}'),(22323,1713,'session_tokens','a:1:{s:64:\"444bc3226d9b1d2191e65d67adbe9e12e3efc9a49b33ec8bf7100aa6f49d1564\";a:4:{s:10:\"expiration\";i:1506904012;s:2:\"ip\";s:15:\"146.185.223.113\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1506731212;}}'),(22324,1725,'nickname','kklliinnee1956'),(22325,1725,'first_name',''),(22326,1725,'last_name',''),(22327,1725,'description',''),(22328,1725,'rich_editing','true'),(22329,1725,'comment_shortcuts','false'),(22330,1725,'admin_color','fresh'),(22331,1725,'use_ssl','0'),(22332,1725,'show_admin_bar_front','true'),(22333,1725,'locale',''),(22334,1725,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22335,1725,'wp_user_level','0'),(22336,1725,'default_password_nag','1'),(22337,1726,'nickname','amdjwilliams1970'),(22338,1726,'first_name',''),(22339,1726,'last_name',''),(22340,1726,'description',''),(22341,1726,'rich_editing','true'),(22342,1726,'comment_shortcuts','false'),(22343,1726,'admin_color','fresh'),(22344,1726,'use_ssl','0'),(22345,1726,'show_admin_bar_front','true'),(22346,1726,'locale',''),(22347,1726,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22348,1726,'wp_user_level','0'),(22349,1726,'default_password_nag','1'),(22350,1727,'nickname','kdeckard1998'),(22351,1727,'first_name',''),(22352,1727,'last_name',''),(22353,1727,'description',''),(22354,1727,'rich_editing','true'),(22355,1727,'comment_shortcuts','false'),(22356,1727,'admin_color','fresh'),(22357,1727,'use_ssl','0'),(22358,1727,'show_admin_bar_front','true'),(22359,1727,'locale',''),(22360,1727,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22361,1727,'wp_user_level','0'),(22362,1727,'default_password_nag','1'),(22363,1728,'nickname','mccaughey1952'),(22364,1728,'first_name',''),(22365,1728,'last_name',''),(22366,1728,'description',''),(22367,1728,'rich_editing','true'),(22368,1728,'comment_shortcuts','false'),(22369,1728,'admin_color','fresh'),(22370,1728,'use_ssl','0'),(22371,1728,'show_admin_bar_front','true'),(22372,1728,'locale',''),(22373,1728,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22374,1728,'wp_user_level','0'),(22375,1728,'default_password_nag','1'),(22376,1729,'nickname','prbody2009'),(22377,1729,'first_name',''),(22378,1729,'last_name',''),(22379,1729,'description',''),(22380,1729,'rich_editing','true'),(22381,1729,'comment_shortcuts','false'),(22382,1729,'admin_color','fresh'),(22383,1729,'use_ssl','0'),(22384,1729,'show_admin_bar_front','true'),(22385,1729,'locale',''),(22386,1729,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22387,1729,'wp_user_level','0'),(22388,1729,'default_password_nag','1'),(22389,1730,'nickname','kmobayemi2005'),(22390,1730,'first_name',''),(22391,1730,'last_name',''),(22392,1730,'description',''),(22393,1730,'rich_editing','true'),(22394,1730,'comment_shortcuts','false'),(22395,1730,'admin_color','fresh'),(22396,1730,'use_ssl','0'),(22397,1730,'show_admin_bar_front','true'),(22398,1730,'locale',''),(22399,1730,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22400,1730,'wp_user_level','0'),(22401,1730,'default_password_nag','1'),(22402,1731,'nickname','olebetzy1954'),(22403,1731,'first_name',''),(22404,1731,'last_name',''),(22405,1731,'description',''),(22406,1731,'rich_editing','true'),(22407,1731,'comment_shortcuts','false'),(22408,1731,'admin_color','fresh'),(22409,1731,'use_ssl','0'),(22410,1731,'show_admin_bar_front','true'),(22411,1731,'locale',''),(22412,1731,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22413,1731,'wp_user_level','0'),(22414,1731,'default_password_nag','1'),(22415,1732,'nickname','malik.dr2007'),(22416,1732,'first_name',''),(22417,1732,'last_name',''),(22418,1732,'description',''),(22419,1732,'rich_editing','true'),(22420,1732,'comment_shortcuts','false'),(22421,1732,'admin_color','fresh'),(22422,1732,'use_ssl','0'),(22423,1732,'show_admin_bar_front','true'),(22424,1732,'locale',''),(22425,1732,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22426,1732,'wp_user_level','0'),(22427,1732,'default_password_nag','1'),(22428,1733,'nickname','ellenarutledge1987'),(22429,1733,'first_name',''),(22430,1733,'last_name',''),(22431,1733,'description',''),(22432,1733,'rich_editing','true'),(22433,1733,'comment_shortcuts','false'),(22434,1733,'admin_color','fresh'),(22435,1733,'use_ssl','0'),(22436,1733,'show_admin_bar_front','true'),(22437,1733,'locale',''),(22438,1733,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22439,1733,'wp_user_level','0'),(22440,1733,'default_password_nag','1'),(22441,1734,'nickname','jamesfmontgomery1959'),(22442,1734,'first_name',''),(22443,1734,'last_name',''),(22444,1734,'description',''),(22445,1734,'rich_editing','true'),(22446,1734,'comment_shortcuts','false'),(22447,1734,'admin_color','fresh'),(22448,1734,'use_ssl','0'),(22449,1734,'show_admin_bar_front','true'),(22450,1734,'locale',''),(22451,1734,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22452,1734,'wp_user_level','0'),(22453,1734,'default_password_nag','1'),(22454,1735,'nickname','bvbrickey1960'),(22455,1735,'first_name',''),(22456,1735,'last_name',''),(22457,1735,'description',''),(22458,1735,'rich_editing','true'),(22459,1735,'comment_shortcuts','false'),(22460,1735,'admin_color','fresh'),(22461,1735,'use_ssl','0'),(22462,1735,'show_admin_bar_front','true'),(22463,1735,'locale',''),(22464,1735,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22465,1735,'wp_user_level','0'),(22466,1735,'default_password_nag','1'),(22467,1736,'nickname','royal3ok1967'),(22468,1736,'first_name',''),(22469,1736,'last_name',''),(22470,1736,'description',''),(22471,1736,'rich_editing','true'),(22472,1736,'comment_shortcuts','false'),(22473,1736,'admin_color','fresh'),(22474,1736,'use_ssl','0'),(22475,1736,'show_admin_bar_front','true'),(22476,1736,'locale',''),(22477,1736,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22478,1736,'wp_user_level','0'),(22479,1736,'default_password_nag','1'),(22480,1737,'nickname','taniamelica1970'),(22481,1737,'first_name',''),(22482,1737,'last_name',''),(22483,1737,'description',''),(22484,1737,'rich_editing','true'),(22485,1737,'comment_shortcuts','false'),(22486,1737,'admin_color','fresh'),(22487,1737,'use_ssl','0'),(22488,1737,'show_admin_bar_front','true'),(22489,1737,'locale',''),(22490,1737,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22491,1737,'wp_user_level','0'),(22492,1737,'default_password_nag','1'),(22493,1738,'nickname','erlanger.turner1989'),(22494,1738,'first_name',''),(22495,1738,'last_name',''),(22496,1738,'description',''),(22497,1738,'rich_editing','true'),(22498,1738,'comment_shortcuts','false'),(22499,1738,'admin_color','fresh'),(22500,1738,'use_ssl','0'),(22501,1738,'show_admin_bar_front','true'),(22502,1738,'locale',''),(22503,1738,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22504,1738,'wp_user_level','0'),(22505,1738,'default_password_nag','1'),(22506,1739,'nickname','jasteinmetz1980'),(22507,1739,'first_name',''),(22508,1739,'last_name',''),(22509,1739,'description',''),(22510,1739,'rich_editing','true'),(22511,1739,'comment_shortcuts','false'),(22512,1739,'admin_color','fresh'),(22513,1739,'use_ssl','0'),(22514,1739,'show_admin_bar_front','true'),(22515,1739,'locale',''),(22516,1739,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22517,1739,'wp_user_level','0'),(22518,1739,'default_password_nag','1'),(22519,1740,'nickname','welofarm1996'),(22520,1740,'first_name',''),(22521,1740,'last_name',''),(22522,1740,'description',''),(22523,1740,'rich_editing','true'),(22524,1740,'comment_shortcuts','false'),(22525,1740,'admin_color','fresh'),(22526,1740,'use_ssl','0'),(22527,1740,'show_admin_bar_front','true'),(22528,1740,'locale',''),(22529,1740,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22530,1740,'wp_user_level','0'),(22531,1740,'default_password_nag','1'),(22532,1741,'nickname','gerard.margiotti1987'),(22533,1741,'first_name',''),(22534,1741,'last_name',''),(22535,1741,'description',''),(22536,1741,'rich_editing','true'),(22537,1741,'comment_shortcuts','false'),(22538,1741,'admin_color','fresh'),(22539,1741,'use_ssl','0'),(22540,1741,'show_admin_bar_front','true'),(22541,1741,'locale',''),(22542,1741,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22543,1741,'wp_user_level','0'),(22544,1741,'default_password_nag','1'),(22545,1742,'nickname','paul.brakels1960'),(22546,1742,'first_name',''),(22547,1742,'last_name',''),(22548,1742,'description',''),(22549,1742,'rich_editing','true'),(22550,1742,'comment_shortcuts','false'),(22551,1742,'admin_color','fresh'),(22552,1742,'use_ssl','0'),(22553,1742,'show_admin_bar_front','true'),(22554,1742,'locale',''),(22555,1742,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22556,1742,'wp_user_level','0'),(22557,1742,'default_password_nag','1'),(22558,1743,'nickname','dg25401950'),(22559,1743,'first_name',''),(22560,1743,'last_name',''),(22561,1743,'description',''),(22562,1743,'rich_editing','true'),(22563,1743,'comment_shortcuts','false'),(22564,1743,'admin_color','fresh'),(22565,1743,'use_ssl','0'),(22566,1743,'show_admin_bar_front','true'),(22567,1743,'locale',''),(22568,1743,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22569,1743,'wp_user_level','0'),(22570,1743,'default_password_nag','1'),(22571,1744,'nickname','suzanne.culin1961'),(22572,1744,'first_name',''),(22573,1744,'last_name',''),(22574,1744,'description',''),(22575,1744,'rich_editing','true'),(22576,1744,'comment_shortcuts','false'),(22577,1744,'admin_color','fresh'),(22578,1744,'use_ssl','0'),(22579,1744,'show_admin_bar_front','true'),(22580,1744,'locale',''),(22581,1744,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22582,1744,'wp_user_level','0'),(22583,1744,'default_password_nag','1'),(22584,1745,'nickname','baryehk1980'),(22585,1745,'first_name',''),(22586,1745,'last_name',''),(22587,1745,'description',''),(22588,1745,'rich_editing','true'),(22589,1745,'comment_shortcuts','false'),(22590,1745,'admin_color','fresh'),(22591,1745,'use_ssl','0'),(22592,1745,'show_admin_bar_front','true'),(22593,1745,'locale',''),(22594,1745,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22595,1745,'wp_user_level','0'),(22596,1745,'default_password_nag','1'),(22597,1746,'nickname','moconner51958'),(22598,1746,'first_name',''),(22599,1746,'last_name',''),(22600,1746,'description',''),(22601,1746,'rich_editing','true'),(22602,1746,'comment_shortcuts','false'),(22603,1746,'admin_color','fresh'),(22604,1746,'use_ssl','0'),(22605,1746,'show_admin_bar_front','true'),(22606,1746,'locale',''),(22607,1746,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22608,1746,'wp_user_level','0'),(22609,1746,'default_password_nag','1'),(22610,1747,'nickname','alismename1959'),(22611,1747,'first_name',''),(22612,1747,'last_name',''),(22613,1747,'description',''),(22614,1747,'rich_editing','true'),(22615,1747,'comment_shortcuts','false'),(22616,1747,'admin_color','fresh'),(22617,1747,'use_ssl','0'),(22618,1747,'show_admin_bar_front','true'),(22619,1747,'locale',''),(22620,1747,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22621,1747,'wp_user_level','0'),(22622,1747,'default_password_nag','1'),(22623,1748,'nickname','nnewsham1987'),(22624,1748,'first_name',''),(22625,1748,'last_name',''),(22626,1748,'description',''),(22627,1748,'rich_editing','true'),(22628,1748,'comment_shortcuts','false'),(22629,1748,'admin_color','fresh'),(22630,1748,'use_ssl','0'),(22631,1748,'show_admin_bar_front','true'),(22632,1748,'locale',''),(22633,1748,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22634,1748,'wp_user_level','0'),(22635,1748,'default_password_nag','1'),(22636,1749,'nickname','jschippersr1954'),(22637,1749,'first_name',''),(22638,1749,'last_name',''),(22639,1749,'description',''),(22640,1749,'rich_editing','true'),(22641,1749,'comment_shortcuts','false'),(22642,1749,'admin_color','fresh'),(22643,1749,'use_ssl','0'),(22644,1749,'show_admin_bar_front','true'),(22645,1749,'locale',''),(22646,1749,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22647,1749,'wp_user_level','0'),(22648,1749,'default_password_nag','1'),(22649,1750,'nickname','kdurham431982'),(22650,1750,'first_name',''),(22651,1750,'last_name',''),(22652,1750,'description',''),(22653,1750,'rich_editing','true'),(22654,1750,'comment_shortcuts','false'),(22655,1750,'admin_color','fresh'),(22656,1750,'use_ssl','0'),(22657,1750,'show_admin_bar_front','true'),(22658,1750,'locale',''),(22659,1750,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22660,1750,'wp_user_level','0'),(22661,1750,'default_password_nag','1'),(22662,1751,'nickname','swap2003'),(22663,1751,'first_name',''),(22664,1751,'last_name',''),(22665,1751,'description',''),(22666,1751,'rich_editing','true'),(22667,1751,'comment_shortcuts','false'),(22668,1751,'admin_color','fresh'),(22669,1751,'use_ssl','0'),(22670,1751,'show_admin_bar_front','true'),(22671,1751,'locale',''),(22672,1751,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22673,1751,'wp_user_level','0'),(22674,1751,'default_password_nag','1'),(22675,1752,'nickname','mr.brian.gunia1979'),(22676,1752,'first_name',''),(22677,1752,'last_name',''),(22678,1752,'description',''),(22679,1752,'rich_editing','true'),(22680,1752,'comment_shortcuts','false'),(22681,1752,'admin_color','fresh'),(22682,1752,'use_ssl','0'),(22683,1752,'show_admin_bar_front','true'),(22684,1752,'locale',''),(22685,1752,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22686,1752,'wp_user_level','0'),(22687,1752,'default_password_nag','1'),(22688,1753,'nickname','usmc_40301998'),(22689,1753,'first_name',''),(22690,1753,'last_name',''),(22691,1753,'description',''),(22692,1753,'rich_editing','true'),(22693,1753,'comment_shortcuts','false'),(22694,1753,'admin_color','fresh'),(22695,1753,'use_ssl','0'),(22696,1753,'show_admin_bar_front','true'),(22697,1753,'locale',''),(22698,1753,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22699,1753,'wp_user_level','0'),(22700,1753,'default_password_nag','1'),(22701,1754,'nickname','pgb11975'),(22702,1754,'first_name',''),(22703,1754,'last_name',''),(22704,1754,'description',''),(22705,1754,'rich_editing','true'),(22706,1754,'comment_shortcuts','false'),(22707,1754,'admin_color','fresh'),(22708,1754,'use_ssl','0'),(22709,1754,'show_admin_bar_front','true'),(22710,1754,'locale',''),(22711,1754,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22712,1754,'wp_user_level','0'),(22713,1754,'default_password_nag','1'),(22714,1755,'nickname','thomasp1989'),(22715,1755,'first_name',''),(22716,1755,'last_name',''),(22717,1755,'description',''),(22718,1755,'rich_editing','true'),(22719,1755,'comment_shortcuts','false'),(22720,1755,'admin_color','fresh'),(22721,1755,'use_ssl','0'),(22722,1755,'show_admin_bar_front','true'),(22723,1755,'locale',''),(22724,1755,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22725,1755,'wp_user_level','0'),(22726,1755,'default_password_nag','1'),(22727,1756,'nickname','tolgaozturk1969'),(22728,1756,'first_name',''),(22729,1756,'last_name',''),(22730,1756,'description',''),(22731,1756,'rich_editing','true'),(22732,1756,'comment_shortcuts','false'),(22733,1756,'admin_color','fresh'),(22734,1756,'use_ssl','0'),(22735,1756,'show_admin_bar_front','true'),(22736,1756,'locale',''),(22737,1756,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22738,1756,'wp_user_level','0'),(22739,1756,'default_password_nag','1'),(22740,1757,'nickname','linda.marshall471965'),(22741,1757,'first_name',''),(22742,1757,'last_name',''),(22743,1757,'description',''),(22744,1757,'rich_editing','true'),(22745,1757,'comment_shortcuts','false'),(22746,1757,'admin_color','fresh'),(22747,1757,'use_ssl','0'),(22748,1757,'show_admin_bar_front','true'),(22749,1757,'locale',''),(22750,1757,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22751,1757,'wp_user_level','0'),(22752,1757,'default_password_nag','1'),(22753,1758,'nickname','clarehood1974'),(22754,1758,'first_name',''),(22755,1758,'last_name',''),(22756,1758,'description',''),(22757,1758,'rich_editing','true'),(22758,1758,'comment_shortcuts','false'),(22759,1758,'admin_color','fresh'),(22760,1758,'use_ssl','0'),(22761,1758,'show_admin_bar_front','true'),(22762,1758,'locale',''),(22763,1758,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22764,1758,'wp_user_level','0'),(22765,1758,'default_password_nag','1'),(22766,1759,'nickname','mardinnah1968'),(22767,1759,'first_name',''),(22768,1759,'last_name',''),(22769,1759,'description',''),(22770,1759,'rich_editing','true'),(22771,1759,'comment_shortcuts','false'),(22772,1759,'admin_color','fresh'),(22773,1759,'use_ssl','0'),(22774,1759,'show_admin_bar_front','true'),(22775,1759,'locale',''),(22776,1759,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22777,1759,'wp_user_level','0'),(22778,1759,'default_password_nag','1'),(22779,1760,'nickname','gfamily51967'),(22780,1760,'first_name',''),(22781,1760,'last_name',''),(22782,1760,'description',''),(22783,1760,'rich_editing','true'),(22784,1760,'comment_shortcuts','false'),(22785,1760,'admin_color','fresh'),(22786,1760,'use_ssl','0'),(22787,1760,'show_admin_bar_front','true'),(22788,1760,'locale',''),(22789,1760,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22790,1760,'wp_user_level','0'),(22791,1760,'default_password_nag','1'),(22792,1761,'nickname','babionejennifer1971'),(22793,1761,'first_name',''),(22794,1761,'last_name',''),(22795,1761,'description',''),(22796,1761,'rich_editing','true'),(22797,1761,'comment_shortcuts','false'),(22798,1761,'admin_color','fresh'),(22799,1761,'use_ssl','0'),(22800,1761,'show_admin_bar_front','true'),(22801,1761,'locale',''),(22802,1761,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22803,1761,'wp_user_level','0'),(22804,1761,'default_password_nag','1'),(22805,1762,'nickname','deblcamp1952'),(22806,1762,'first_name',''),(22807,1762,'last_name',''),(22808,1762,'description',''),(22809,1762,'rich_editing','true'),(22810,1762,'comment_shortcuts','false'),(22811,1762,'admin_color','fresh'),(22812,1762,'use_ssl','0'),(22813,1762,'show_admin_bar_front','true'),(22814,1762,'locale',''),(22815,1762,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22816,1762,'wp_user_level','0'),(22817,1762,'default_password_nag','1'),(22818,1763,'nickname','russaaroncfc1970'),(22819,1763,'first_name',''),(22820,1763,'last_name',''),(22821,1763,'description',''),(22822,1763,'rich_editing','true'),(22823,1763,'comment_shortcuts','false'),(22824,1763,'admin_color','fresh'),(22825,1763,'use_ssl','0'),(22826,1763,'show_admin_bar_front','true'),(22827,1763,'locale',''),(22828,1763,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22829,1763,'wp_user_level','0'),(22830,1763,'default_password_nag','1'),(22831,1764,'nickname','annabelrezvani1991'),(22832,1764,'first_name',''),(22833,1764,'last_name',''),(22834,1764,'description',''),(22835,1764,'rich_editing','true'),(22836,1764,'comment_shortcuts','false'),(22837,1764,'admin_color','fresh'),(22838,1764,'use_ssl','0'),(22839,1764,'show_admin_bar_front','true'),(22840,1764,'locale',''),(22841,1764,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22842,1764,'wp_user_level','0'),(22843,1764,'default_password_nag','1'),(22844,1765,'nickname','clegrandsr1952'),(22845,1765,'first_name',''),(22846,1765,'last_name',''),(22847,1765,'description',''),(22848,1765,'rich_editing','true'),(22849,1765,'comment_shortcuts','false'),(22850,1765,'admin_color','fresh'),(22851,1765,'use_ssl','0'),(22852,1765,'show_admin_bar_front','true'),(22853,1765,'locale',''),(22854,1765,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22855,1765,'wp_user_level','0'),(22856,1765,'default_password_nag','1'),(22857,1766,'nickname','nic2001892008'),(22858,1766,'first_name',''),(22859,1766,'last_name',''),(22860,1766,'description',''),(22861,1766,'rich_editing','true'),(22862,1766,'comment_shortcuts','false'),(22863,1766,'admin_color','fresh'),(22864,1766,'use_ssl','0'),(22865,1766,'show_admin_bar_front','true'),(22866,1766,'locale',''),(22867,1766,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22868,1766,'wp_user_level','0'),(22869,1766,'default_password_nag','1'),(22870,1767,'nickname','srgredgrave1958'),(22871,1767,'first_name',''),(22872,1767,'last_name',''),(22873,1767,'description',''),(22874,1767,'rich_editing','true'),(22875,1767,'comment_shortcuts','false'),(22876,1767,'admin_color','fresh'),(22877,1767,'use_ssl','0'),(22878,1767,'show_admin_bar_front','true'),(22879,1767,'locale',''),(22880,1767,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22881,1767,'wp_user_level','0'),(22882,1767,'default_password_nag','1'),(22883,1768,'nickname','martha.penzkofer1957'),(22884,1768,'first_name',''),(22885,1768,'last_name',''),(22886,1768,'description',''),(22887,1768,'rich_editing','true'),(22888,1768,'comment_shortcuts','false'),(22889,1768,'admin_color','fresh'),(22890,1768,'use_ssl','0'),(22891,1768,'show_admin_bar_front','true'),(22892,1768,'locale',''),(22893,1768,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22894,1768,'wp_user_level','0'),(22895,1768,'default_password_nag','1'),(22896,1769,'nickname','johnc20302007'),(22897,1769,'first_name',''),(22898,1769,'last_name',''),(22899,1769,'description',''),(22900,1769,'rich_editing','true'),(22901,1769,'comment_shortcuts','false'),(22902,1769,'admin_color','fresh'),(22903,1769,'use_ssl','0'),(22904,1769,'show_admin_bar_front','true'),(22905,1769,'locale',''),(22906,1769,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22907,1769,'wp_user_level','0'),(22908,1769,'default_password_nag','1'),(22909,1770,'nickname','jterhorst521986'),(22910,1770,'first_name',''),(22911,1770,'last_name',''),(22912,1770,'description',''),(22913,1770,'rich_editing','true'),(22914,1770,'comment_shortcuts','false'),(22915,1770,'admin_color','fresh'),(22916,1770,'use_ssl','0'),(22917,1770,'show_admin_bar_front','true'),(22918,1770,'locale',''),(22919,1770,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22920,1770,'wp_user_level','0'),(22921,1770,'default_password_nag','1'),(22922,1771,'nickname','kerryrivera2007'),(22923,1771,'first_name',''),(22924,1771,'last_name',''),(22925,1771,'description',''),(22926,1771,'rich_editing','true'),(22927,1771,'comment_shortcuts','false'),(22928,1771,'admin_color','fresh'),(22929,1771,'use_ssl','0'),(22930,1771,'show_admin_bar_front','true'),(22931,1771,'locale',''),(22932,1771,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22933,1771,'wp_user_level','0'),(22934,1771,'default_password_nag','1'),(22935,1772,'nickname','joely.nina1969'),(22936,1772,'first_name',''),(22937,1772,'last_name',''),(22938,1772,'description',''),(22939,1772,'rich_editing','true'),(22940,1772,'comment_shortcuts','false'),(22941,1772,'admin_color','fresh'),(22942,1772,'use_ssl','0'),(22943,1772,'show_admin_bar_front','true'),(22944,1772,'locale',''),(22945,1772,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22946,1772,'wp_user_level','0'),(22947,1772,'default_password_nag','1'),(22948,1773,'nickname','jameskeenanconstruction1984'),(22949,1773,'first_name',''),(22950,1773,'last_name',''),(22951,1773,'description',''),(22952,1773,'rich_editing','true'),(22953,1773,'comment_shortcuts','false'),(22954,1773,'admin_color','fresh'),(22955,1773,'use_ssl','0'),(22956,1773,'show_admin_bar_front','true'),(22957,1773,'locale',''),(22958,1773,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22959,1773,'wp_user_level','0'),(22960,1773,'default_password_nag','1'),(22961,1774,'nickname','slybuss1962'),(22962,1774,'first_name',''),(22963,1774,'last_name',''),(22964,1774,'description',''),(22965,1774,'rich_editing','true'),(22966,1774,'comment_shortcuts','false'),(22967,1774,'admin_color','fresh'),(22968,1774,'use_ssl','0'),(22969,1774,'show_admin_bar_front','true'),(22970,1774,'locale',''),(22971,1774,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22972,1774,'wp_user_level','0'),(22973,1774,'default_password_nag','1'),(22974,1775,'nickname','sterlinimagic1984'),(22975,1775,'first_name',''),(22976,1775,'last_name',''),(22977,1775,'description',''),(22978,1775,'rich_editing','true'),(22979,1775,'comment_shortcuts','false'),(22980,1775,'admin_color','fresh'),(22981,1775,'use_ssl','0'),(22982,1775,'show_admin_bar_front','true'),(22983,1775,'locale',''),(22984,1775,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22985,1775,'wp_user_level','0'),(22986,1775,'default_password_nag','1'),(22987,1776,'nickname','hadleytwidwell141999'),(22988,1776,'first_name',''),(22989,1776,'last_name',''),(22990,1776,'description',''),(22991,1776,'rich_editing','true'),(22992,1776,'comment_shortcuts','false'),(22993,1776,'admin_color','fresh'),(22994,1776,'use_ssl','0'),(22995,1776,'show_admin_bar_front','true'),(22996,1776,'locale',''),(22997,1776,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(22998,1776,'wp_user_level','0'),(22999,1776,'default_password_nag','1'),(23000,1777,'nickname','yeugeniya1970'),(23001,1777,'first_name',''),(23002,1777,'last_name',''),(23003,1777,'description',''),(23004,1777,'rich_editing','true'),(23005,1777,'comment_shortcuts','false'),(23006,1777,'admin_color','fresh'),(23007,1777,'use_ssl','0'),(23008,1777,'show_admin_bar_front','true'),(23009,1777,'locale',''),(23010,1777,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23011,1777,'wp_user_level','0'),(23012,1777,'default_password_nag','1'),(23013,1778,'nickname','helainecooper1963'),(23014,1778,'first_name',''),(23015,1778,'last_name',''),(23016,1778,'description',''),(23017,1778,'rich_editing','true'),(23018,1778,'comment_shortcuts','false'),(23019,1778,'admin_color','fresh'),(23020,1778,'use_ssl','0'),(23021,1778,'show_admin_bar_front','true'),(23022,1778,'locale',''),(23023,1778,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23024,1778,'wp_user_level','0'),(23025,1778,'default_password_nag','1'),(23026,1779,'nickname','sleung19901985'),(23027,1779,'first_name',''),(23028,1779,'last_name',''),(23029,1779,'description',''),(23030,1779,'rich_editing','true'),(23031,1779,'comment_shortcuts','false'),(23032,1779,'admin_color','fresh'),(23033,1779,'use_ssl','0'),(23034,1779,'show_admin_bar_front','true'),(23035,1779,'locale',''),(23036,1779,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23037,1779,'wp_user_level','0'),(23038,1779,'default_password_nag','1'),(23039,1780,'nickname','jegso12007'),(23040,1780,'first_name',''),(23041,1780,'last_name',''),(23042,1780,'description',''),(23043,1780,'rich_editing','true'),(23044,1780,'comment_shortcuts','false'),(23045,1780,'admin_color','fresh'),(23046,1780,'use_ssl','0'),(23047,1780,'show_admin_bar_front','true'),(23048,1780,'locale',''),(23049,1780,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23050,1780,'wp_user_level','0'),(23051,1780,'default_password_nag','1'),(23052,1781,'nickname','cuesnkids202002'),(23053,1781,'first_name',''),(23054,1781,'last_name',''),(23055,1781,'description',''),(23056,1781,'rich_editing','true'),(23057,1781,'comment_shortcuts','false'),(23058,1781,'admin_color','fresh'),(23059,1781,'use_ssl','0'),(23060,1781,'show_admin_bar_front','true'),(23061,1781,'locale',''),(23062,1781,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23063,1781,'wp_user_level','0'),(23064,1781,'default_password_nag','1'),(23065,1782,'nickname','harveywilks2003'),(23066,1782,'first_name',''),(23067,1782,'last_name',''),(23068,1782,'description',''),(23069,1782,'rich_editing','true'),(23070,1782,'comment_shortcuts','false'),(23071,1782,'admin_color','fresh'),(23072,1782,'use_ssl','0'),(23073,1782,'show_admin_bar_front','true'),(23074,1782,'locale',''),(23075,1782,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23076,1782,'wp_user_level','0'),(23077,1782,'default_password_nag','1'),(23078,1783,'nickname','frost33111952'),(23079,1783,'first_name',''),(23080,1783,'last_name',''),(23081,1783,'description',''),(23082,1783,'rich_editing','true'),(23083,1783,'comment_shortcuts','false'),(23084,1783,'admin_color','fresh'),(23085,1783,'use_ssl','0'),(23086,1783,'show_admin_bar_front','true'),(23087,1783,'locale',''),(23088,1783,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23089,1783,'wp_user_level','0'),(23090,1783,'default_password_nag','1'),(23091,1784,'nickname','cbrown41989'),(23092,1784,'first_name',''),(23093,1784,'last_name',''),(23094,1784,'description',''),(23095,1784,'rich_editing','true'),(23096,1784,'comment_shortcuts','false'),(23097,1784,'admin_color','fresh'),(23098,1784,'use_ssl','0'),(23099,1784,'show_admin_bar_front','true'),(23100,1784,'locale',''),(23101,1784,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23102,1784,'wp_user_level','0'),(23103,1784,'default_password_nag','1'),(23104,1785,'nickname','gil_solorio1984'),(23105,1785,'first_name',''),(23106,1785,'last_name',''),(23107,1785,'description',''),(23108,1785,'rich_editing','true'),(23109,1785,'comment_shortcuts','false'),(23110,1785,'admin_color','fresh'),(23111,1785,'use_ssl','0'),(23112,1785,'show_admin_bar_front','true'),(23113,1785,'locale',''),(23114,1785,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23115,1785,'wp_user_level','0'),(23116,1785,'default_password_nag','1'),(23117,1786,'nickname','fordyce051974'),(23118,1786,'first_name',''),(23119,1786,'last_name',''),(23120,1786,'description',''),(23121,1786,'rich_editing','true'),(23122,1786,'comment_shortcuts','false'),(23123,1786,'admin_color','fresh'),(23124,1786,'use_ssl','0'),(23125,1786,'show_admin_bar_front','true'),(23126,1786,'locale',''),(23127,1786,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23128,1786,'wp_user_level','0'),(23129,1786,'default_password_nag','1'),(23130,1787,'nickname','laneysherry1979'),(23131,1787,'first_name',''),(23132,1787,'last_name',''),(23133,1787,'description',''),(23134,1787,'rich_editing','true'),(23135,1787,'comment_shortcuts','false'),(23136,1787,'admin_color','fresh'),(23137,1787,'use_ssl','0'),(23138,1787,'show_admin_bar_front','true'),(23139,1787,'locale',''),(23140,1787,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23141,1787,'wp_user_level','0'),(23142,1787,'default_password_nag','1'),(23143,1788,'nickname','stinkintall1980'),(23144,1788,'first_name',''),(23145,1788,'last_name',''),(23146,1788,'description',''),(23147,1788,'rich_editing','true'),(23148,1788,'comment_shortcuts','false'),(23149,1788,'admin_color','fresh'),(23150,1788,'use_ssl','0'),(23151,1788,'show_admin_bar_front','true'),(23152,1788,'locale',''),(23153,1788,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23154,1788,'wp_user_level','0'),(23155,1788,'default_password_nag','1'),(23156,1789,'nickname','dspires2010'),(23157,1789,'first_name',''),(23158,1789,'last_name',''),(23159,1789,'description',''),(23160,1789,'rich_editing','true'),(23161,1789,'comment_shortcuts','false'),(23162,1789,'admin_color','fresh'),(23163,1789,'use_ssl','0'),(23164,1789,'show_admin_bar_front','true'),(23165,1789,'locale',''),(23166,1789,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23167,1789,'wp_user_level','0'),(23168,1789,'default_password_nag','1'),(23169,1790,'nickname','salegrand1971'),(23170,1790,'first_name',''),(23171,1790,'last_name',''),(23172,1790,'description',''),(23173,1790,'rich_editing','true'),(23174,1790,'comment_shortcuts','false'),(23175,1790,'admin_color','fresh'),(23176,1790,'use_ssl','0'),(23177,1790,'show_admin_bar_front','true'),(23178,1790,'locale',''),(23179,1790,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23180,1790,'wp_user_level','0'),(23181,1790,'default_password_nag','1'),(23182,1791,'nickname','kerryhaberkorn2002'),(23183,1791,'first_name',''),(23184,1791,'last_name',''),(23185,1791,'description',''),(23186,1791,'rich_editing','true'),(23187,1791,'comment_shortcuts','false'),(23188,1791,'admin_color','fresh'),(23189,1791,'use_ssl','0'),(23190,1791,'show_admin_bar_front','true'),(23191,1791,'locale',''),(23192,1791,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23193,1791,'wp_user_level','0'),(23194,1791,'default_password_nag','1'),(23195,1792,'nickname','bonniel1978'),(23196,1792,'first_name',''),(23197,1792,'last_name',''),(23198,1792,'description',''),(23199,1792,'rich_editing','true'),(23200,1792,'comment_shortcuts','false'),(23201,1792,'admin_color','fresh'),(23202,1792,'use_ssl','0'),(23203,1792,'show_admin_bar_front','true'),(23204,1792,'locale',''),(23205,1792,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23206,1792,'wp_user_level','0'),(23207,1792,'default_password_nag','1'),(23208,1793,'nickname','theadoreconner1990'),(23209,1793,'first_name',''),(23210,1793,'last_name',''),(23211,1793,'description',''),(23212,1793,'rich_editing','true'),(23213,1793,'comment_shortcuts','false'),(23214,1793,'admin_color','fresh'),(23215,1793,'use_ssl','0'),(23216,1793,'show_admin_bar_front','true'),(23217,1793,'locale',''),(23218,1793,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23219,1793,'wp_user_level','0'),(23220,1793,'default_password_nag','1'),(23221,1794,'nickname','krose.foster2001'),(23222,1794,'first_name',''),(23223,1794,'last_name',''),(23224,1794,'description',''),(23225,1794,'rich_editing','true'),(23226,1794,'comment_shortcuts','false'),(23227,1794,'admin_color','fresh'),(23228,1794,'use_ssl','0'),(23229,1794,'show_admin_bar_front','true'),(23230,1794,'locale',''),(23231,1794,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23232,1794,'wp_user_level','0'),(23233,1794,'default_password_nag','1'),(23234,1795,'nickname','sahewitt21995'),(23235,1795,'first_name',''),(23236,1795,'last_name',''),(23237,1795,'description',''),(23238,1795,'rich_editing','true'),(23239,1795,'comment_shortcuts','false'),(23240,1795,'admin_color','fresh'),(23241,1795,'use_ssl','0'),(23242,1795,'show_admin_bar_front','true'),(23243,1795,'locale',''),(23244,1795,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23245,1795,'wp_user_level','0'),(23246,1795,'default_password_nag','1'),(23247,1796,'nickname','anthonybz1012007'),(23248,1796,'first_name',''),(23249,1796,'last_name',''),(23250,1796,'description',''),(23251,1796,'rich_editing','true'),(23252,1796,'comment_shortcuts','false'),(23253,1796,'admin_color','fresh'),(23254,1796,'use_ssl','0'),(23255,1796,'show_admin_bar_front','true'),(23256,1796,'locale',''),(23257,1796,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23258,1796,'wp_user_level','0'),(23259,1796,'default_password_nag','1'),(23260,1797,'nickname','desgio2007'),(23261,1797,'first_name',''),(23262,1797,'last_name',''),(23263,1797,'description',''),(23264,1797,'rich_editing','true'),(23265,1797,'comment_shortcuts','false'),(23266,1797,'admin_color','fresh'),(23267,1797,'use_ssl','0'),(23268,1797,'show_admin_bar_front','true'),(23269,1797,'locale',''),(23270,1797,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23271,1797,'wp_user_level','0'),(23272,1797,'default_password_nag','1'),(23273,1798,'nickname','aescobe1978'),(23274,1798,'first_name',''),(23275,1798,'last_name',''),(23276,1798,'description',''),(23277,1798,'rich_editing','true'),(23278,1798,'comment_shortcuts','false'),(23279,1798,'admin_color','fresh'),(23280,1798,'use_ssl','0'),(23281,1798,'show_admin_bar_front','true'),(23282,1798,'locale',''),(23283,1798,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23284,1798,'wp_user_level','0'),(23285,1798,'default_password_nag','1'),(23286,1799,'nickname','mdjiounas1952'),(23287,1799,'first_name',''),(23288,1799,'last_name',''),(23289,1799,'description',''),(23290,1799,'rich_editing','true'),(23291,1799,'comment_shortcuts','false'),(23292,1799,'admin_color','fresh'),(23293,1799,'use_ssl','0'),(23294,1799,'show_admin_bar_front','true'),(23295,1799,'locale',''),(23296,1799,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23297,1799,'wp_user_level','0'),(23298,1799,'default_password_nag','1'),(23299,1800,'nickname','gr08one1980'),(23300,1800,'first_name',''),(23301,1800,'last_name',''),(23302,1800,'description',''),(23303,1800,'rich_editing','true'),(23304,1800,'comment_shortcuts','false'),(23305,1800,'admin_color','fresh'),(23306,1800,'use_ssl','0'),(23307,1800,'show_admin_bar_front','true'),(23308,1800,'locale',''),(23309,1800,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23310,1800,'wp_user_level','0'),(23311,1800,'default_password_nag','1'),(23312,1801,'nickname','jalgernd1979'),(23313,1801,'first_name',''),(23314,1801,'last_name',''),(23315,1801,'description',''),(23316,1801,'rich_editing','true'),(23317,1801,'comment_shortcuts','false'),(23318,1801,'admin_color','fresh'),(23319,1801,'use_ssl','0'),(23320,1801,'show_admin_bar_front','true'),(23321,1801,'locale',''),(23322,1801,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23323,1801,'wp_user_level','0'),(23324,1801,'default_password_nag','1'),(23325,1802,'nickname','beachz221998'),(23326,1802,'first_name',''),(23327,1802,'last_name',''),(23328,1802,'description',''),(23329,1802,'rich_editing','true'),(23330,1802,'comment_shortcuts','false'),(23331,1802,'admin_color','fresh'),(23332,1802,'use_ssl','0'),(23333,1802,'show_admin_bar_front','true'),(23334,1802,'locale',''),(23335,1802,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23336,1802,'wp_user_level','0'),(23337,1802,'default_password_nag','1'),(23338,1803,'nickname','missiejoturner1953'),(23339,1803,'first_name',''),(23340,1803,'last_name',''),(23341,1803,'description',''),(23342,1803,'rich_editing','true'),(23343,1803,'comment_shortcuts','false'),(23344,1803,'admin_color','fresh'),(23345,1803,'use_ssl','0'),(23346,1803,'show_admin_bar_front','true'),(23347,1803,'locale',''),(23348,1803,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23349,1803,'wp_user_level','0'),(23350,1803,'default_password_nag','1'),(23351,1804,'nickname','nicocar961981'),(23352,1804,'first_name',''),(23353,1804,'last_name',''),(23354,1804,'description',''),(23355,1804,'rich_editing','true'),(23356,1804,'comment_shortcuts','false'),(23357,1804,'admin_color','fresh'),(23358,1804,'use_ssl','0'),(23359,1804,'show_admin_bar_front','true'),(23360,1804,'locale',''),(23361,1804,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23362,1804,'wp_user_level','0'),(23363,1804,'default_password_nag','1'),(23364,1805,'nickname','craigkcasto1965'),(23365,1805,'first_name',''),(23366,1805,'last_name',''),(23367,1805,'description',''),(23368,1805,'rich_editing','true'),(23369,1805,'comment_shortcuts','false'),(23370,1805,'admin_color','fresh'),(23371,1805,'use_ssl','0'),(23372,1805,'show_admin_bar_front','true'),(23373,1805,'locale',''),(23374,1805,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23375,1805,'wp_user_level','0'),(23376,1805,'default_password_nag','1'),(23377,1806,'nickname','obregon1410771996'),(23378,1806,'first_name',''),(23379,1806,'last_name',''),(23380,1806,'description',''),(23381,1806,'rich_editing','true'),(23382,1806,'comment_shortcuts','false'),(23383,1806,'admin_color','fresh'),(23384,1806,'use_ssl','0'),(23385,1806,'show_admin_bar_front','true'),(23386,1806,'locale',''),(23387,1806,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23388,1806,'wp_user_level','0'),(23389,1806,'default_password_nag','1'),(23390,1807,'nickname','baibai5141338191964'),(23391,1807,'first_name',''),(23392,1807,'last_name',''),(23393,1807,'description',''),(23394,1807,'rich_editing','true'),(23395,1807,'comment_shortcuts','false'),(23396,1807,'admin_color','fresh'),(23397,1807,'use_ssl','0'),(23398,1807,'show_admin_bar_front','true'),(23399,1807,'locale',''),(23400,1807,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23401,1807,'wp_user_level','0'),(23402,1807,'default_password_nag','1'),(23403,1808,'nickname','orlycastillo1976'),(23404,1808,'first_name',''),(23405,1808,'last_name',''),(23406,1808,'description',''),(23407,1808,'rich_editing','true'),(23408,1808,'comment_shortcuts','false'),(23409,1808,'admin_color','fresh'),(23410,1808,'use_ssl','0'),(23411,1808,'show_admin_bar_front','true'),(23412,1808,'locale',''),(23413,1808,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23414,1808,'wp_user_level','0'),(23415,1808,'default_password_nag','1'),(23416,1809,'nickname','marivils_71997'),(23417,1809,'first_name',''),(23418,1809,'last_name',''),(23419,1809,'description',''),(23420,1809,'rich_editing','true'),(23421,1809,'comment_shortcuts','false'),(23422,1809,'admin_color','fresh'),(23423,1809,'use_ssl','0'),(23424,1809,'show_admin_bar_front','true'),(23425,1809,'locale',''),(23426,1809,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23427,1809,'wp_user_level','0'),(23428,1809,'default_password_nag','1'),(23429,1810,'nickname','mel_12212008'),(23430,1810,'first_name',''),(23431,1810,'last_name',''),(23432,1810,'description',''),(23433,1810,'rich_editing','true'),(23434,1810,'comment_shortcuts','false'),(23435,1810,'admin_color','fresh'),(23436,1810,'use_ssl','0'),(23437,1810,'show_admin_bar_front','true'),(23438,1810,'locale',''),(23439,1810,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23440,1810,'wp_user_level','0'),(23441,1810,'default_password_nag','1'),(23442,1811,'nickname','tiffanykbennett1968'),(23443,1811,'first_name',''),(23444,1811,'last_name',''),(23445,1811,'description',''),(23446,1811,'rich_editing','true'),(23447,1811,'comment_shortcuts','false'),(23448,1811,'admin_color','fresh'),(23449,1811,'use_ssl','0'),(23450,1811,'show_admin_bar_front','true'),(23451,1811,'locale',''),(23452,1811,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23453,1811,'wp_user_level','0'),(23454,1811,'default_password_nag','1'),(23455,1812,'nickname','bmires2003'),(23456,1812,'first_name',''),(23457,1812,'last_name',''),(23458,1812,'description',''),(23459,1812,'rich_editing','true'),(23460,1812,'comment_shortcuts','false'),(23461,1812,'admin_color','fresh'),(23462,1812,'use_ssl','0'),(23463,1812,'show_admin_bar_front','true'),(23464,1812,'locale',''),(23465,1812,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23466,1812,'wp_user_level','0'),(23467,1812,'default_password_nag','1'),(23468,1813,'nickname','javabean62008'),(23469,1813,'first_name',''),(23470,1813,'last_name',''),(23471,1813,'description',''),(23472,1813,'rich_editing','true'),(23473,1813,'comment_shortcuts','false'),(23474,1813,'admin_color','fresh'),(23475,1813,'use_ssl','0'),(23476,1813,'show_admin_bar_front','true'),(23477,1813,'locale',''),(23478,1813,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23479,1813,'wp_user_level','0'),(23480,1813,'default_password_nag','1'),(23481,1814,'nickname','taraoxley181956'),(23482,1814,'first_name',''),(23483,1814,'last_name',''),(23484,1814,'description',''),(23485,1814,'rich_editing','true'),(23486,1814,'comment_shortcuts','false'),(23487,1814,'admin_color','fresh'),(23488,1814,'use_ssl','0'),(23489,1814,'show_admin_bar_front','true'),(23490,1814,'locale',''),(23491,1814,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23492,1814,'wp_user_level','0'),(23493,1814,'default_password_nag','1'),(23494,1815,'nickname','bvxvbsy1994'),(23495,1815,'first_name',''),(23496,1815,'last_name',''),(23497,1815,'description',''),(23498,1815,'rich_editing','true'),(23499,1815,'comment_shortcuts','false'),(23500,1815,'admin_color','fresh'),(23501,1815,'use_ssl','0'),(23502,1815,'show_admin_bar_front','true'),(23503,1815,'locale',''),(23504,1815,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23505,1815,'wp_user_level','0'),(23506,1815,'default_password_nag','1'),(23507,1816,'nickname','baotr2007'),(23508,1816,'first_name',''),(23509,1816,'last_name',''),(23510,1816,'description',''),(23511,1816,'rich_editing','true'),(23512,1816,'comment_shortcuts','false'),(23513,1816,'admin_color','fresh'),(23514,1816,'use_ssl','0'),(23515,1816,'show_admin_bar_front','true'),(23516,1816,'locale',''),(23517,1816,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23518,1816,'wp_user_level','0'),(23519,1816,'default_password_nag','1'),(23520,1817,'nickname','faruki7862010'),(23521,1817,'first_name',''),(23522,1817,'last_name',''),(23523,1817,'description',''),(23524,1817,'rich_editing','true'),(23525,1817,'comment_shortcuts','false'),(23526,1817,'admin_color','fresh'),(23527,1817,'use_ssl','0'),(23528,1817,'show_admin_bar_front','true'),(23529,1817,'locale',''),(23530,1817,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23531,1817,'wp_user_level','0'),(23532,1817,'default_password_nag','1'),(23533,1818,'nickname','gurkaransingh1997'),(23534,1818,'first_name',''),(23535,1818,'last_name',''),(23536,1818,'description',''),(23537,1818,'rich_editing','true'),(23538,1818,'comment_shortcuts','false'),(23539,1818,'admin_color','fresh'),(23540,1818,'use_ssl','0'),(23541,1818,'show_admin_bar_front','true'),(23542,1818,'locale',''),(23543,1818,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23544,1818,'wp_user_level','0'),(23545,1818,'default_password_nag','1'),(23546,1819,'nickname','nhaphang3651996'),(23547,1819,'first_name',''),(23548,1819,'last_name',''),(23549,1819,'description',''),(23550,1819,'rich_editing','true'),(23551,1819,'comment_shortcuts','false'),(23552,1819,'admin_color','fresh'),(23553,1819,'use_ssl','0'),(23554,1819,'show_admin_bar_front','true'),(23555,1819,'locale',''),(23556,1819,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23557,1819,'wp_user_level','0'),(23558,1819,'default_password_nag','1'),(23559,1820,'nickname','quest11031959'),(23560,1820,'first_name',''),(23561,1820,'last_name',''),(23562,1820,'description',''),(23563,1820,'rich_editing','true'),(23564,1820,'comment_shortcuts','false'),(23565,1820,'admin_color','fresh'),(23566,1820,'use_ssl','0'),(23567,1820,'show_admin_bar_front','true'),(23568,1820,'locale',''),(23569,1820,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23570,1820,'wp_user_level','0'),(23571,1820,'default_password_nag','1'),(23572,1821,'nickname','dgray_luv21958'),(23573,1821,'first_name',''),(23574,1821,'last_name',''),(23575,1821,'description',''),(23576,1821,'rich_editing','true'),(23577,1821,'comment_shortcuts','false'),(23578,1821,'admin_color','fresh'),(23579,1821,'use_ssl','0'),(23580,1821,'show_admin_bar_front','true'),(23581,1821,'locale',''),(23582,1821,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23583,1821,'wp_user_level','0'),(23584,1821,'default_password_nag','1'),(23585,1822,'nickname','michelle.joy.johnson1981'),(23586,1822,'first_name',''),(23587,1822,'last_name',''),(23588,1822,'description',''),(23589,1822,'rich_editing','true'),(23590,1822,'comment_shortcuts','false'),(23591,1822,'admin_color','fresh'),(23592,1822,'use_ssl','0'),(23593,1822,'show_admin_bar_front','true'),(23594,1822,'locale',''),(23595,1822,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23596,1822,'wp_user_level','0'),(23597,1822,'default_password_nag','1'),(23598,1823,'nickname','gurtej_d1978'),(23599,1823,'first_name',''),(23600,1823,'last_name',''),(23601,1823,'description',''),(23602,1823,'rich_editing','true'),(23603,1823,'comment_shortcuts','false'),(23604,1823,'admin_color','fresh'),(23605,1823,'use_ssl','0'),(23606,1823,'show_admin_bar_front','true'),(23607,1823,'locale',''),(23608,1823,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23609,1823,'wp_user_level','0'),(23610,1823,'default_password_nag','1'),(23611,1824,'nickname','aunt_manda1971'),(23612,1824,'first_name',''),(23613,1824,'last_name',''),(23614,1824,'description',''),(23615,1824,'rich_editing','true'),(23616,1824,'comment_shortcuts','false'),(23617,1824,'admin_color','fresh'),(23618,1824,'use_ssl','0'),(23619,1824,'show_admin_bar_front','true'),(23620,1824,'locale',''),(23621,1824,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23622,1824,'wp_user_level','0'),(23623,1824,'default_password_nag','1'),(23624,1825,'nickname','rajpreetdhillon1959'),(23625,1825,'first_name',''),(23626,1825,'last_name',''),(23627,1825,'description',''),(23628,1825,'rich_editing','true'),(23629,1825,'comment_shortcuts','false'),(23630,1825,'admin_color','fresh'),(23631,1825,'use_ssl','0'),(23632,1825,'show_admin_bar_front','true'),(23633,1825,'locale',''),(23634,1825,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23635,1825,'wp_user_level','0'),(23636,1825,'default_password_nag','1'),(23637,1826,'nickname','nonfiction19061986'),(23638,1826,'first_name',''),(23639,1826,'last_name',''),(23640,1826,'description',''),(23641,1826,'rich_editing','true'),(23642,1826,'comment_shortcuts','false'),(23643,1826,'admin_color','fresh'),(23644,1826,'use_ssl','0'),(23645,1826,'show_admin_bar_front','true'),(23646,1826,'locale',''),(23647,1826,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23648,1826,'wp_user_level','0'),(23649,1826,'default_password_nag','1'),(23650,1827,'nickname','halonso1961'),(23651,1827,'first_name',''),(23652,1827,'last_name',''),(23653,1827,'description',''),(23654,1827,'rich_editing','true'),(23655,1827,'comment_shortcuts','false'),(23656,1827,'admin_color','fresh'),(23657,1827,'use_ssl','0'),(23658,1827,'show_admin_bar_front','true'),(23659,1827,'locale',''),(23660,1827,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23661,1827,'wp_user_level','0'),(23662,1827,'default_password_nag','1'),(23663,1828,'nickname','sweetmeadowsfarm1960'),(23664,1828,'first_name',''),(23665,1828,'last_name',''),(23666,1828,'description',''),(23667,1828,'rich_editing','true'),(23668,1828,'comment_shortcuts','false'),(23669,1828,'admin_color','fresh'),(23670,1828,'use_ssl','0'),(23671,1828,'show_admin_bar_front','true'),(23672,1828,'locale',''),(23673,1828,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23674,1828,'wp_user_level','0'),(23675,1828,'default_password_nag','1'),(23676,1829,'nickname','jeffrey_ices1961'),(23677,1829,'first_name',''),(23678,1829,'last_name',''),(23679,1829,'description',''),(23680,1829,'rich_editing','true'),(23681,1829,'comment_shortcuts','false'),(23682,1829,'admin_color','fresh'),(23683,1829,'use_ssl','0'),(23684,1829,'show_admin_bar_front','true'),(23685,1829,'locale',''),(23686,1829,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23687,1829,'wp_user_level','0'),(23688,1829,'default_password_nag','1'),(23689,1830,'nickname','kingcb20002000'),(23690,1830,'first_name',''),(23691,1830,'last_name',''),(23692,1830,'description',''),(23693,1830,'rich_editing','true'),(23694,1830,'comment_shortcuts','false'),(23695,1830,'admin_color','fresh'),(23696,1830,'use_ssl','0'),(23697,1830,'show_admin_bar_front','true'),(23698,1830,'locale',''),(23699,1830,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23700,1830,'wp_user_level','0'),(23701,1830,'default_password_nag','1'),(23702,1831,'nickname','rayvonjr20141988'),(23703,1831,'first_name',''),(23704,1831,'last_name',''),(23705,1831,'description',''),(23706,1831,'rich_editing','true'),(23707,1831,'comment_shortcuts','false'),(23708,1831,'admin_color','fresh'),(23709,1831,'use_ssl','0'),(23710,1831,'show_admin_bar_front','true'),(23711,1831,'locale',''),(23712,1831,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23713,1831,'wp_user_level','0'),(23714,1831,'default_password_nag','1'),(23715,1832,'nickname','ronmetansinine1964'),(23716,1832,'first_name',''),(23717,1832,'last_name',''),(23718,1832,'description',''),(23719,1832,'rich_editing','true'),(23720,1832,'comment_shortcuts','false'),(23721,1832,'admin_color','fresh'),(23722,1832,'use_ssl','0'),(23723,1832,'show_admin_bar_front','true'),(23724,1832,'locale',''),(23725,1832,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23726,1832,'wp_user_level','0'),(23727,1832,'default_password_nag','1'),(23728,1833,'nickname','larsen.nellie471964'),(23729,1833,'first_name',''),(23730,1833,'last_name',''),(23731,1833,'description',''),(23732,1833,'rich_editing','true'),(23733,1833,'comment_shortcuts','false'),(23734,1833,'admin_color','fresh'),(23735,1833,'use_ssl','0'),(23736,1833,'show_admin_bar_front','true'),(23737,1833,'locale',''),(23738,1833,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23739,1833,'wp_user_level','0'),(23740,1833,'default_password_nag','1'),(23741,1834,'nickname','indyjonas1973'),(23742,1834,'first_name',''),(23743,1834,'last_name',''),(23744,1834,'description',''),(23745,1834,'rich_editing','true'),(23746,1834,'comment_shortcuts','false'),(23747,1834,'admin_color','fresh'),(23748,1834,'use_ssl','0'),(23749,1834,'show_admin_bar_front','true'),(23750,1834,'locale',''),(23751,1834,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23752,1834,'wp_user_level','0'),(23753,1834,'default_password_nag','1'),(23754,1835,'nickname','chrisbergin441959'),(23755,1835,'first_name',''),(23756,1835,'last_name',''),(23757,1835,'description',''),(23758,1835,'rich_editing','true'),(23759,1835,'comment_shortcuts','false'),(23760,1835,'admin_color','fresh'),(23761,1835,'use_ssl','0'),(23762,1835,'show_admin_bar_front','true'),(23763,1835,'locale',''),(23764,1835,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23765,1835,'wp_user_level','0'),(23766,1835,'default_password_nag','1'),(23767,1836,'nickname','sales1964'),(23768,1836,'first_name',''),(23769,1836,'last_name',''),(23770,1836,'description',''),(23771,1836,'rich_editing','true'),(23772,1836,'comment_shortcuts','false'),(23773,1836,'admin_color','fresh'),(23774,1836,'use_ssl','0'),(23775,1836,'show_admin_bar_front','true'),(23776,1836,'locale',''),(23777,1836,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23778,1836,'wp_user_level','0'),(23779,1836,'default_password_nag','1'),(23780,1837,'nickname','jeeplover19731999'),(23781,1837,'first_name',''),(23782,1837,'last_name',''),(23783,1837,'description',''),(23784,1837,'rich_editing','true'),(23785,1837,'comment_shortcuts','false'),(23786,1837,'admin_color','fresh'),(23787,1837,'use_ssl','0'),(23788,1837,'show_admin_bar_front','true'),(23789,1837,'locale',''),(23790,1837,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23791,1837,'wp_user_level','0'),(23792,1837,'default_password_nag','1'),(23793,1838,'nickname','tremba11985'),(23794,1838,'first_name',''),(23795,1838,'last_name',''),(23796,1838,'description',''),(23797,1838,'rich_editing','true'),(23798,1838,'comment_shortcuts','false'),(23799,1838,'admin_color','fresh'),(23800,1838,'use_ssl','0'),(23801,1838,'show_admin_bar_front','true'),(23802,1838,'locale',''),(23803,1838,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23804,1838,'wp_user_level','0'),(23805,1838,'default_password_nag','1'),(23806,1839,'nickname','bujar29511991'),(23807,1839,'first_name',''),(23808,1839,'last_name',''),(23809,1839,'description',''),(23810,1839,'rich_editing','true'),(23811,1839,'comment_shortcuts','false'),(23812,1839,'admin_color','fresh'),(23813,1839,'use_ssl','0'),(23814,1839,'show_admin_bar_front','true'),(23815,1839,'locale',''),(23816,1839,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23817,1839,'wp_user_level','0'),(23818,1839,'default_password_nag','1'),(23819,1840,'nickname','timbob1142001'),(23820,1840,'first_name',''),(23821,1840,'last_name',''),(23822,1840,'description',''),(23823,1840,'rich_editing','true'),(23824,1840,'comment_shortcuts','false'),(23825,1840,'admin_color','fresh'),(23826,1840,'use_ssl','0'),(23827,1840,'show_admin_bar_front','true'),(23828,1840,'locale',''),(23829,1840,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23830,1840,'wp_user_level','0'),(23831,1840,'default_password_nag','1'),(23832,1841,'nickname','jands1081998'),(23833,1841,'first_name',''),(23834,1841,'last_name',''),(23835,1841,'description',''),(23836,1841,'rich_editing','true'),(23837,1841,'comment_shortcuts','false'),(23838,1841,'admin_color','fresh'),(23839,1841,'use_ssl','0'),(23840,1841,'show_admin_bar_front','true'),(23841,1841,'locale',''),(23842,1841,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23843,1841,'wp_user_level','0'),(23844,1841,'default_password_nag','1'),(23845,1842,'nickname','jalene.rd1962'),(23846,1842,'first_name',''),(23847,1842,'last_name',''),(23848,1842,'description',''),(23849,1842,'rich_editing','true'),(23850,1842,'comment_shortcuts','false'),(23851,1842,'admin_color','fresh'),(23852,1842,'use_ssl','0'),(23853,1842,'show_admin_bar_front','true'),(23854,1842,'locale',''),(23855,1842,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23856,1842,'wp_user_level','0'),(23857,1842,'default_password_nag','1'),(23858,1843,'nickname','elledavis5301967'),(23859,1843,'first_name',''),(23860,1843,'last_name',''),(23861,1843,'description',''),(23862,1843,'rich_editing','true'),(23863,1843,'comment_shortcuts','false'),(23864,1843,'admin_color','fresh'),(23865,1843,'use_ssl','0'),(23866,1843,'show_admin_bar_front','true'),(23867,1843,'locale',''),(23868,1843,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23869,1843,'wp_user_level','0'),(23870,1843,'default_password_nag','1'),(23871,1844,'nickname','prestwick91991'),(23872,1844,'first_name',''),(23873,1844,'last_name',''),(23874,1844,'description',''),(23875,1844,'rich_editing','true'),(23876,1844,'comment_shortcuts','false'),(23877,1844,'admin_color','fresh'),(23878,1844,'use_ssl','0'),(23879,1844,'show_admin_bar_front','true'),(23880,1844,'locale',''),(23881,1844,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23882,1844,'wp_user_level','0'),(23883,1844,'default_password_nag','1'),(23884,1845,'nickname','leannray22004'),(23885,1845,'first_name',''),(23886,1845,'last_name',''),(23887,1845,'description',''),(23888,1845,'rich_editing','true'),(23889,1845,'comment_shortcuts','false'),(23890,1845,'admin_color','fresh'),(23891,1845,'use_ssl','0'),(23892,1845,'show_admin_bar_front','true'),(23893,1845,'locale',''),(23894,1845,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23895,1845,'wp_user_level','0'),(23896,1845,'default_password_nag','1'),(23897,1846,'nickname','jjworldwide2004'),(23898,1846,'first_name',''),(23899,1846,'last_name',''),(23900,1846,'description',''),(23901,1846,'rich_editing','true'),(23902,1846,'comment_shortcuts','false'),(23903,1846,'admin_color','fresh'),(23904,1846,'use_ssl','0'),(23905,1846,'show_admin_bar_front','true'),(23906,1846,'locale',''),(23907,1846,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23908,1846,'wp_user_level','0'),(23909,1846,'default_password_nag','1'),(23910,1847,'nickname','randyhyde1952'),(23911,1847,'first_name',''),(23912,1847,'last_name',''),(23913,1847,'description',''),(23914,1847,'rich_editing','true'),(23915,1847,'comment_shortcuts','false'),(23916,1847,'admin_color','fresh'),(23917,1847,'use_ssl','0'),(23918,1847,'show_admin_bar_front','true'),(23919,1847,'locale',''),(23920,1847,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23921,1847,'wp_user_level','0'),(23922,1847,'default_password_nag','1'),(23923,1848,'nickname','ichan141993'),(23924,1848,'first_name',''),(23925,1848,'last_name',''),(23926,1848,'description',''),(23927,1848,'rich_editing','true'),(23928,1848,'comment_shortcuts','false'),(23929,1848,'admin_color','fresh'),(23930,1848,'use_ssl','0'),(23931,1848,'show_admin_bar_front','true'),(23932,1848,'locale',''),(23933,1848,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23934,1848,'wp_user_level','0'),(23935,1848,'default_password_nag','1'),(23936,1849,'nickname','bakiely2003'),(23937,1849,'first_name',''),(23938,1849,'last_name',''),(23939,1849,'description',''),(23940,1849,'rich_editing','true'),(23941,1849,'comment_shortcuts','false'),(23942,1849,'admin_color','fresh'),(23943,1849,'use_ssl','0'),(23944,1849,'show_admin_bar_front','true'),(23945,1849,'locale',''),(23946,1849,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23947,1849,'wp_user_level','0'),(23948,1849,'default_password_nag','1'),(23949,1850,'nickname','etoureilles1963'),(23950,1850,'first_name',''),(23951,1850,'last_name',''),(23952,1850,'description',''),(23953,1850,'rich_editing','true'),(23954,1850,'comment_shortcuts','false'),(23955,1850,'admin_color','fresh'),(23956,1850,'use_ssl','0'),(23957,1850,'show_admin_bar_front','true'),(23958,1850,'locale',''),(23959,1850,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23960,1850,'wp_user_level','0'),(23961,1850,'default_password_nag','1'),(23962,1851,'nickname','ldelrio261964'),(23963,1851,'first_name',''),(23964,1851,'last_name',''),(23965,1851,'description',''),(23966,1851,'rich_editing','true'),(23967,1851,'comment_shortcuts','false'),(23968,1851,'admin_color','fresh'),(23969,1851,'use_ssl','0'),(23970,1851,'show_admin_bar_front','true'),(23971,1851,'locale',''),(23972,1851,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23973,1851,'wp_user_level','0'),(23974,1851,'default_password_nag','1'),(23975,1852,'nickname','tanese661976'),(23976,1852,'first_name',''),(23977,1852,'last_name',''),(23978,1852,'description',''),(23979,1852,'rich_editing','true'),(23980,1852,'comment_shortcuts','false'),(23981,1852,'admin_color','fresh'),(23982,1852,'use_ssl','0'),(23983,1852,'show_admin_bar_front','true'),(23984,1852,'locale',''),(23985,1852,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23986,1852,'wp_user_level','0'),(23987,1852,'default_password_nag','1'),(23988,1853,'nickname','mcgpta1972'),(23989,1853,'first_name',''),(23990,1853,'last_name',''),(23991,1853,'description',''),(23992,1853,'rich_editing','true'),(23993,1853,'comment_shortcuts','false'),(23994,1853,'admin_color','fresh'),(23995,1853,'use_ssl','0'),(23996,1853,'show_admin_bar_front','true'),(23997,1853,'locale',''),(23998,1853,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(23999,1853,'wp_user_level','0'),(24000,1853,'default_password_nag','1'),(24001,1854,'nickname','happyheartclowns1961'),(24002,1854,'first_name',''),(24003,1854,'last_name',''),(24004,1854,'description',''),(24005,1854,'rich_editing','true'),(24006,1854,'comment_shortcuts','false'),(24007,1854,'admin_color','fresh'),(24008,1854,'use_ssl','0'),(24009,1854,'show_admin_bar_front','true'),(24010,1854,'locale',''),(24011,1854,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24012,1854,'wp_user_level','0'),(24013,1854,'default_password_nag','1'),(24014,1855,'nickname','phlipper791993'),(24015,1855,'first_name',''),(24016,1855,'last_name',''),(24017,1855,'description',''),(24018,1855,'rich_editing','true'),(24019,1855,'comment_shortcuts','false'),(24020,1855,'admin_color','fresh'),(24021,1855,'use_ssl','0'),(24022,1855,'show_admin_bar_front','true'),(24023,1855,'locale',''),(24024,1855,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24025,1855,'wp_user_level','0'),(24026,1855,'default_password_nag','1'),(24027,1856,'nickname','dmpreciado1972'),(24028,1856,'first_name',''),(24029,1856,'last_name',''),(24030,1856,'description',''),(24031,1856,'rich_editing','true'),(24032,1856,'comment_shortcuts','false'),(24033,1856,'admin_color','fresh'),(24034,1856,'use_ssl','0'),(24035,1856,'show_admin_bar_front','true'),(24036,1856,'locale',''),(24037,1856,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24038,1856,'wp_user_level','0'),(24039,1856,'default_password_nag','1'),(24040,1857,'nickname','momboulay1980'),(24041,1857,'first_name',''),(24042,1857,'last_name',''),(24043,1857,'description',''),(24044,1857,'rich_editing','true'),(24045,1857,'comment_shortcuts','false'),(24046,1857,'admin_color','fresh'),(24047,1857,'use_ssl','0'),(24048,1857,'show_admin_bar_front','true'),(24049,1857,'locale',''),(24050,1857,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24051,1857,'wp_user_level','0'),(24052,1857,'default_password_nag','1'),(24053,1858,'nickname','rmedina8881988'),(24054,1858,'first_name',''),(24055,1858,'last_name',''),(24056,1858,'description',''),(24057,1858,'rich_editing','true'),(24058,1858,'comment_shortcuts','false'),(24059,1858,'admin_color','fresh'),(24060,1858,'use_ssl','0'),(24061,1858,'show_admin_bar_front','true'),(24062,1858,'locale',''),(24063,1858,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24064,1858,'wp_user_level','0'),(24065,1858,'default_password_nag','1'),(24066,1859,'nickname','nfcslave1991'),(24067,1859,'first_name',''),(24068,1859,'last_name',''),(24069,1859,'description',''),(24070,1859,'rich_editing','true'),(24071,1859,'comment_shortcuts','false'),(24072,1859,'admin_color','fresh'),(24073,1859,'use_ssl','0'),(24074,1859,'show_admin_bar_front','true'),(24075,1859,'locale',''),(24076,1859,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24077,1859,'wp_user_level','0'),(24078,1859,'default_password_nag','1'),(24079,1860,'nickname','huisman9521991'),(24080,1860,'first_name',''),(24081,1860,'last_name',''),(24082,1860,'description',''),(24083,1860,'rich_editing','true'),(24084,1860,'comment_shortcuts','false'),(24085,1860,'admin_color','fresh'),(24086,1860,'use_ssl','0'),(24087,1860,'show_admin_bar_front','true'),(24088,1860,'locale',''),(24089,1860,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24090,1860,'wp_user_level','0'),(24091,1860,'default_password_nag','1'),(24092,1861,'nickname','sharkyface1982'),(24093,1861,'first_name',''),(24094,1861,'last_name',''),(24095,1861,'description',''),(24096,1861,'rich_editing','true'),(24097,1861,'comment_shortcuts','false'),(24098,1861,'admin_color','fresh'),(24099,1861,'use_ssl','0'),(24100,1861,'show_admin_bar_front','true'),(24101,1861,'locale',''),(24102,1861,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24103,1861,'wp_user_level','0'),(24104,1861,'default_password_nag','1'),(24105,1862,'nickname','jerrykrieg1983'),(24106,1862,'first_name',''),(24107,1862,'last_name',''),(24108,1862,'description',''),(24109,1862,'rich_editing','true'),(24110,1862,'comment_shortcuts','false'),(24111,1862,'admin_color','fresh'),(24112,1862,'use_ssl','0'),(24113,1862,'show_admin_bar_front','true'),(24114,1862,'locale',''),(24115,1862,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24116,1862,'wp_user_level','0'),(24117,1862,'default_password_nag','1'),(24118,1863,'nickname','syg7601988'),(24119,1863,'first_name',''),(24120,1863,'last_name',''),(24121,1863,'description',''),(24122,1863,'rich_editing','true'),(24123,1863,'comment_shortcuts','false'),(24124,1863,'admin_color','fresh'),(24125,1863,'use_ssl','0'),(24126,1863,'show_admin_bar_front','true'),(24127,1863,'locale',''),(24128,1863,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24129,1863,'wp_user_level','0'),(24130,1863,'default_password_nag','1'),(24131,1864,'nickname','bksmith751967'),(24132,1864,'first_name',''),(24133,1864,'last_name',''),(24134,1864,'description',''),(24135,1864,'rich_editing','true'),(24136,1864,'comment_shortcuts','false'),(24137,1864,'admin_color','fresh'),(24138,1864,'use_ssl','0'),(24139,1864,'show_admin_bar_front','true'),(24140,1864,'locale',''),(24141,1864,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24142,1864,'wp_user_level','0'),(24143,1864,'default_password_nag','1'),(24144,1865,'nickname','okastrong2003'),(24145,1865,'first_name',''),(24146,1865,'last_name',''),(24147,1865,'description',''),(24148,1865,'rich_editing','true'),(24149,1865,'comment_shortcuts','false'),(24150,1865,'admin_color','fresh'),(24151,1865,'use_ssl','0'),(24152,1865,'show_admin_bar_front','true'),(24153,1865,'locale',''),(24154,1865,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24155,1865,'wp_user_level','0'),(24156,1865,'default_password_nag','1'),(24157,1866,'nickname','sallick1968'),(24158,1866,'first_name',''),(24159,1866,'last_name',''),(24160,1866,'description',''),(24161,1866,'rich_editing','true'),(24162,1866,'comment_shortcuts','false'),(24163,1866,'admin_color','fresh'),(24164,1866,'use_ssl','0'),(24165,1866,'show_admin_bar_front','true'),(24166,1866,'locale',''),(24167,1866,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24168,1866,'wp_user_level','0'),(24169,1866,'default_password_nag','1'),(24170,1867,'nickname','aireen1951'),(24171,1867,'first_name',''),(24172,1867,'last_name',''),(24173,1867,'description',''),(24174,1867,'rich_editing','true'),(24175,1867,'comment_shortcuts','false'),(24176,1867,'admin_color','fresh'),(24177,1867,'use_ssl','0'),(24178,1867,'show_admin_bar_front','true'),(24179,1867,'locale',''),(24180,1867,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24181,1867,'wp_user_level','0'),(24182,1867,'default_password_nag','1'),(24183,1868,'nickname','sandymccain1431969'),(24184,1868,'first_name',''),(24185,1868,'last_name',''),(24186,1868,'description',''),(24187,1868,'rich_editing','true'),(24188,1868,'comment_shortcuts','false'),(24189,1868,'admin_color','fresh'),(24190,1868,'use_ssl','0'),(24191,1868,'show_admin_bar_front','true'),(24192,1868,'locale',''),(24193,1868,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24194,1868,'wp_user_level','0'),(24195,1868,'default_password_nag','1'),(24196,1869,'nickname','adornes1992'),(24197,1869,'first_name',''),(24198,1869,'last_name',''),(24199,1869,'description',''),(24200,1869,'rich_editing','true'),(24201,1869,'comment_shortcuts','false'),(24202,1869,'admin_color','fresh'),(24203,1869,'use_ssl','0'),(24204,1869,'show_admin_bar_front','true'),(24205,1869,'locale',''),(24206,1869,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24207,1869,'wp_user_level','0'),(24208,1869,'default_password_nag','1'),(24209,1870,'nickname','holn.anne1952'),(24210,1870,'first_name',''),(24211,1870,'last_name',''),(24212,1870,'description',''),(24213,1870,'rich_editing','true'),(24214,1870,'comment_shortcuts','false'),(24215,1870,'admin_color','fresh'),(24216,1870,'use_ssl','0'),(24217,1870,'show_admin_bar_front','true'),(24218,1870,'locale',''),(24219,1870,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24220,1870,'wp_user_level','0'),(24221,1870,'default_password_nag','1'),(24222,1871,'nickname','debkay1112002'),(24223,1871,'first_name',''),(24224,1871,'last_name',''),(24225,1871,'description',''),(24226,1871,'rich_editing','true'),(24227,1871,'comment_shortcuts','false'),(24228,1871,'admin_color','fresh'),(24229,1871,'use_ssl','0'),(24230,1871,'show_admin_bar_front','true'),(24231,1871,'locale',''),(24232,1871,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24233,1871,'wp_user_level','0'),(24234,1871,'default_password_nag','1'),(24235,1872,'nickname','mrvtec952041991'),(24236,1872,'first_name',''),(24237,1872,'last_name',''),(24238,1872,'description',''),(24239,1872,'rich_editing','true'),(24240,1872,'comment_shortcuts','false'),(24241,1872,'admin_color','fresh'),(24242,1872,'use_ssl','0'),(24243,1872,'show_admin_bar_front','true'),(24244,1872,'locale',''),(24245,1872,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24246,1872,'wp_user_level','0'),(24247,1872,'default_password_nag','1'),(24248,1873,'nickname','tmsribeiro1966'),(24249,1873,'first_name',''),(24250,1873,'last_name',''),(24251,1873,'description',''),(24252,1873,'rich_editing','true'),(24253,1873,'comment_shortcuts','false'),(24254,1873,'admin_color','fresh'),(24255,1873,'use_ssl','0'),(24256,1873,'show_admin_bar_front','true'),(24257,1873,'locale',''),(24258,1873,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24259,1873,'wp_user_level','0'),(24260,1873,'default_password_nag','1'),(24261,1874,'nickname','jdjaw1990'),(24262,1874,'first_name',''),(24263,1874,'last_name',''),(24264,1874,'description',''),(24265,1874,'rich_editing','true'),(24266,1874,'comment_shortcuts','false'),(24267,1874,'admin_color','fresh'),(24268,1874,'use_ssl','0'),(24269,1874,'show_admin_bar_front','true'),(24270,1874,'locale',''),(24271,1874,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24272,1874,'wp_user_level','0'),(24273,1874,'default_password_nag','1'),(24274,1875,'nickname','darinmccarthyis301965'),(24275,1875,'first_name',''),(24276,1875,'last_name',''),(24277,1875,'description',''),(24278,1875,'rich_editing','true'),(24279,1875,'comment_shortcuts','false'),(24280,1875,'admin_color','fresh'),(24281,1875,'use_ssl','0'),(24282,1875,'show_admin_bar_front','true'),(24283,1875,'locale',''),(24284,1875,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24285,1875,'wp_user_level','0'),(24286,1875,'default_password_nag','1'),(24287,1876,'nickname','mickilipson1993'),(24288,1876,'first_name',''),(24289,1876,'last_name',''),(24290,1876,'description',''),(24291,1876,'rich_editing','true'),(24292,1876,'comment_shortcuts','false'),(24293,1876,'admin_color','fresh'),(24294,1876,'use_ssl','0'),(24295,1876,'show_admin_bar_front','true'),(24296,1876,'locale',''),(24297,1876,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24298,1876,'wp_user_level','0'),(24299,1876,'default_password_nag','1'),(24300,1877,'nickname','sshameem101977'),(24301,1877,'first_name',''),(24302,1877,'last_name',''),(24303,1877,'description',''),(24304,1877,'rich_editing','true'),(24305,1877,'comment_shortcuts','false'),(24306,1877,'admin_color','fresh'),(24307,1877,'use_ssl','0'),(24308,1877,'show_admin_bar_front','true'),(24309,1877,'locale',''),(24310,1877,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24311,1877,'wp_user_level','0'),(24312,1877,'default_password_nag','1'),(24313,1878,'nickname','elena4261957'),(24314,1878,'first_name',''),(24315,1878,'last_name',''),(24316,1878,'description',''),(24317,1878,'rich_editing','true'),(24318,1878,'comment_shortcuts','false'),(24319,1878,'admin_color','fresh'),(24320,1878,'use_ssl','0'),(24321,1878,'show_admin_bar_front','true'),(24322,1878,'locale',''),(24323,1878,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24324,1878,'wp_user_level','0'),(24325,1878,'default_password_nag','1'),(24326,1879,'nickname','dkm701960'),(24327,1879,'first_name',''),(24328,1879,'last_name',''),(24329,1879,'description',''),(24330,1879,'rich_editing','true'),(24331,1879,'comment_shortcuts','false'),(24332,1879,'admin_color','fresh'),(24333,1879,'use_ssl','0'),(24334,1879,'show_admin_bar_front','true'),(24335,1879,'locale',''),(24336,1879,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24337,1879,'wp_user_level','0'),(24338,1879,'default_password_nag','1'),(24339,1880,'nickname','agcontractors31957'),(24340,1880,'first_name',''),(24341,1880,'last_name',''),(24342,1880,'description',''),(24343,1880,'rich_editing','true'),(24344,1880,'comment_shortcuts','false'),(24345,1880,'admin_color','fresh'),(24346,1880,'use_ssl','0'),(24347,1880,'show_admin_bar_front','true'),(24348,1880,'locale',''),(24349,1880,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24350,1880,'wp_user_level','0'),(24351,1880,'default_password_nag','1'),(24352,1881,'nickname','david_dreher2008'),(24353,1881,'first_name',''),(24354,1881,'last_name',''),(24355,1881,'description',''),(24356,1881,'rich_editing','true'),(24357,1881,'comment_shortcuts','false'),(24358,1881,'admin_color','fresh'),(24359,1881,'use_ssl','0'),(24360,1881,'show_admin_bar_front','true'),(24361,1881,'locale',''),(24362,1881,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24363,1881,'wp_user_level','0'),(24364,1881,'default_password_nag','1'),(24365,1882,'nickname','jennifer_ehmen1954'),(24366,1882,'first_name',''),(24367,1882,'last_name',''),(24368,1882,'description',''),(24369,1882,'rich_editing','true'),(24370,1882,'comment_shortcuts','false'),(24371,1882,'admin_color','fresh'),(24372,1882,'use_ssl','0'),(24373,1882,'show_admin_bar_front','true'),(24374,1882,'locale',''),(24375,1882,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24376,1882,'wp_user_level','0'),(24377,1882,'default_password_nag','1'),(24378,1883,'nickname','winkam12201995'),(24379,1883,'first_name',''),(24380,1883,'last_name',''),(24381,1883,'description',''),(24382,1883,'rich_editing','true'),(24383,1883,'comment_shortcuts','false'),(24384,1883,'admin_color','fresh'),(24385,1883,'use_ssl','0'),(24386,1883,'show_admin_bar_front','true'),(24387,1883,'locale',''),(24388,1883,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24389,1883,'wp_user_level','0'),(24390,1883,'default_password_nag','1'),(24391,1884,'nickname','bryan_jones221983'),(24392,1884,'first_name',''),(24393,1884,'last_name',''),(24394,1884,'description',''),(24395,1884,'rich_editing','true'),(24396,1884,'comment_shortcuts','false'),(24397,1884,'admin_color','fresh'),(24398,1884,'use_ssl','0'),(24399,1884,'show_admin_bar_front','true'),(24400,1884,'locale',''),(24401,1884,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24402,1884,'wp_user_level','0'),(24403,1884,'default_password_nag','1'),(24404,1885,'nickname','mkrobby11991'),(24405,1885,'first_name',''),(24406,1885,'last_name',''),(24407,1885,'description',''),(24408,1885,'rich_editing','true'),(24409,1885,'comment_shortcuts','false'),(24410,1885,'admin_color','fresh'),(24411,1885,'use_ssl','0'),(24412,1885,'show_admin_bar_front','true'),(24413,1885,'locale',''),(24414,1885,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24415,1885,'wp_user_level','0'),(24416,1885,'default_password_nag','1'),(24417,1886,'nickname','nastya_gordienko1993'),(24418,1886,'first_name',''),(24419,1886,'last_name',''),(24420,1886,'description',''),(24421,1886,'rich_editing','true'),(24422,1886,'comment_shortcuts','false'),(24423,1886,'admin_color','fresh'),(24424,1886,'use_ssl','0'),(24425,1886,'show_admin_bar_front','true'),(24426,1886,'locale',''),(24427,1886,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24428,1886,'wp_user_level','0'),(24429,1886,'default_password_nag','1'),(24430,1887,'nickname','kenji_jesse1988'),(24431,1887,'first_name',''),(24432,1887,'last_name',''),(24433,1887,'description',''),(24434,1887,'rich_editing','true'),(24435,1887,'comment_shortcuts','false'),(24436,1887,'admin_color','fresh'),(24437,1887,'use_ssl','0'),(24438,1887,'show_admin_bar_front','true'),(24439,1887,'locale',''),(24440,1887,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24441,1887,'wp_user_level','0'),(24442,1887,'default_password_nag','1'),(24443,1888,'nickname','adarbyh1974'),(24444,1888,'first_name',''),(24445,1888,'last_name',''),(24446,1888,'description',''),(24447,1888,'rich_editing','true'),(24448,1888,'comment_shortcuts','false'),(24449,1888,'admin_color','fresh'),(24450,1888,'use_ssl','0'),(24451,1888,'show_admin_bar_front','true'),(24452,1888,'locale',''),(24453,1888,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24454,1888,'wp_user_level','0'),(24455,1888,'default_password_nag','1'),(24456,1889,'nickname','shortcake_can1960'),(24457,1889,'first_name',''),(24458,1889,'last_name',''),(24459,1889,'description',''),(24460,1889,'rich_editing','true'),(24461,1889,'comment_shortcuts','false'),(24462,1889,'admin_color','fresh'),(24463,1889,'use_ssl','0'),(24464,1889,'show_admin_bar_front','true'),(24465,1889,'locale',''),(24466,1889,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24467,1889,'wp_user_level','0'),(24468,1889,'default_password_nag','1'),(24469,1890,'nickname','samanthapinky791982'),(24470,1890,'first_name',''),(24471,1890,'last_name',''),(24472,1890,'description',''),(24473,1890,'rich_editing','true'),(24474,1890,'comment_shortcuts','false'),(24475,1890,'admin_color','fresh'),(24476,1890,'use_ssl','0'),(24477,1890,'show_admin_bar_front','true'),(24478,1890,'locale',''),(24479,1890,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24480,1890,'wp_user_level','0'),(24481,1890,'default_password_nag','1'),(24482,1891,'nickname','trcshelton2001'),(24483,1891,'first_name',''),(24484,1891,'last_name',''),(24485,1891,'description',''),(24486,1891,'rich_editing','true'),(24487,1891,'comment_shortcuts','false'),(24488,1891,'admin_color','fresh'),(24489,1891,'use_ssl','0'),(24490,1891,'show_admin_bar_front','true'),(24491,1891,'locale',''),(24492,1891,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24493,1891,'wp_user_level','0'),(24494,1891,'default_password_nag','1'),(24495,1892,'nickname','maher0001960'),(24496,1892,'first_name',''),(24497,1892,'last_name',''),(24498,1892,'description',''),(24499,1892,'rich_editing','true'),(24500,1892,'comment_shortcuts','false'),(24501,1892,'admin_color','fresh'),(24502,1892,'use_ssl','0'),(24503,1892,'show_admin_bar_front','true'),(24504,1892,'locale',''),(24505,1892,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24506,1892,'wp_user_level','0'),(24507,1892,'default_password_nag','1'),(24508,1893,'nickname','cbrieman11983'),(24509,1893,'first_name',''),(24510,1893,'last_name',''),(24511,1893,'description',''),(24512,1893,'rich_editing','true'),(24513,1893,'comment_shortcuts','false'),(24514,1893,'admin_color','fresh'),(24515,1893,'use_ssl','0'),(24516,1893,'show_admin_bar_front','true'),(24517,1893,'locale',''),(24518,1893,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24519,1893,'wp_user_level','0'),(24520,1893,'default_password_nag','1'),(24521,1894,'nickname','thomson51960'),(24522,1894,'first_name',''),(24523,1894,'last_name',''),(24524,1894,'description',''),(24525,1894,'rich_editing','true'),(24526,1894,'comment_shortcuts','false'),(24527,1894,'admin_color','fresh'),(24528,1894,'use_ssl','0'),(24529,1894,'show_admin_bar_front','true'),(24530,1894,'locale',''),(24531,1894,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24532,1894,'wp_user_level','0'),(24533,1894,'default_password_nag','1'),(24534,1895,'nickname','brnn431987'),(24535,1895,'first_name',''),(24536,1895,'last_name',''),(24537,1895,'description',''),(24538,1895,'rich_editing','true'),(24539,1895,'comment_shortcuts','false'),(24540,1895,'admin_color','fresh'),(24541,1895,'use_ssl','0'),(24542,1895,'show_admin_bar_front','true'),(24543,1895,'locale',''),(24544,1895,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24545,1895,'wp_user_level','0'),(24546,1895,'default_password_nag','1'),(24547,1896,'nickname','cpowell112001'),(24548,1896,'first_name',''),(24549,1896,'last_name',''),(24550,1896,'description',''),(24551,1896,'rich_editing','true'),(24552,1896,'comment_shortcuts','false'),(24553,1896,'admin_color','fresh'),(24554,1896,'use_ssl','0'),(24555,1896,'show_admin_bar_front','true'),(24556,1896,'locale',''),(24557,1896,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24558,1896,'wp_user_level','0'),(24559,1896,'default_password_nag','1'),(24560,1897,'nickname','richiepalmieri1963'),(24561,1897,'first_name',''),(24562,1897,'last_name',''),(24563,1897,'description',''),(24564,1897,'rich_editing','true'),(24565,1897,'comment_shortcuts','false'),(24566,1897,'admin_color','fresh'),(24567,1897,'use_ssl','0'),(24568,1897,'show_admin_bar_front','true'),(24569,1897,'locale',''),(24570,1897,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24571,1897,'wp_user_level','0'),(24572,1897,'default_password_nag','1'),(24573,1898,'nickname','princessgaara_182002'),(24574,1898,'first_name',''),(24575,1898,'last_name',''),(24576,1898,'description',''),(24577,1898,'rich_editing','true'),(24578,1898,'comment_shortcuts','false'),(24579,1898,'admin_color','fresh'),(24580,1898,'use_ssl','0'),(24581,1898,'show_admin_bar_front','true'),(24582,1898,'locale',''),(24583,1898,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24584,1898,'wp_user_level','0'),(24585,1898,'default_password_nag','1'),(24586,1899,'nickname','marion_imping1969'),(24587,1899,'first_name',''),(24588,1899,'last_name',''),(24589,1899,'description',''),(24590,1899,'rich_editing','true'),(24591,1899,'comment_shortcuts','false'),(24592,1899,'admin_color','fresh'),(24593,1899,'use_ssl','0'),(24594,1899,'show_admin_bar_front','true'),(24595,1899,'locale',''),(24596,1899,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24597,1899,'wp_user_level','0'),(24598,1899,'default_password_nag','1'),(24599,1900,'nickname','dakodaclark1982'),(24600,1900,'first_name',''),(24601,1900,'last_name',''),(24602,1900,'description',''),(24603,1900,'rich_editing','true'),(24604,1900,'comment_shortcuts','false'),(24605,1900,'admin_color','fresh'),(24606,1900,'use_ssl','0'),(24607,1900,'show_admin_bar_front','true'),(24608,1900,'locale',''),(24609,1900,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24610,1900,'wp_user_level','0'),(24611,1900,'default_password_nag','1'),(24612,1901,'nickname','shivarn1978'),(24613,1901,'first_name',''),(24614,1901,'last_name',''),(24615,1901,'description',''),(24616,1901,'rich_editing','true'),(24617,1901,'comment_shortcuts','false'),(24618,1901,'admin_color','fresh'),(24619,1901,'use_ssl','0'),(24620,1901,'show_admin_bar_front','true'),(24621,1901,'locale',''),(24622,1901,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24623,1901,'wp_user_level','0'),(24624,1901,'default_password_nag','1'),(24625,1902,'nickname','jakekanburoglu1984'),(24626,1902,'first_name',''),(24627,1902,'last_name',''),(24628,1902,'description',''),(24629,1902,'rich_editing','true'),(24630,1902,'comment_shortcuts','false'),(24631,1902,'admin_color','fresh'),(24632,1902,'use_ssl','0'),(24633,1902,'show_admin_bar_front','true'),(24634,1902,'locale',''),(24635,1902,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24636,1902,'wp_user_level','0'),(24637,1902,'default_password_nag','1'),(24638,1903,'nickname','julie_grizzle2001'),(24639,1903,'first_name',''),(24640,1903,'last_name',''),(24641,1903,'description',''),(24642,1903,'rich_editing','true'),(24643,1903,'comment_shortcuts','false'),(24644,1903,'admin_color','fresh'),(24645,1903,'use_ssl','0'),(24646,1903,'show_admin_bar_front','true'),(24647,1903,'locale',''),(24648,1903,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24649,1903,'wp_user_level','0'),(24650,1903,'default_password_nag','1'),(24651,1904,'nickname','rayrayb1975'),(24652,1904,'first_name',''),(24653,1904,'last_name',''),(24654,1904,'description',''),(24655,1904,'rich_editing','true'),(24656,1904,'comment_shortcuts','false'),(24657,1904,'admin_color','fresh'),(24658,1904,'use_ssl','0'),(24659,1904,'show_admin_bar_front','true'),(24660,1904,'locale',''),(24661,1904,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24662,1904,'wp_user_level','0'),(24663,1904,'default_password_nag','1'),(24664,1905,'nickname','gunasekarr20001993'),(24665,1905,'first_name',''),(24666,1905,'last_name',''),(24667,1905,'description',''),(24668,1905,'rich_editing','true'),(24669,1905,'comment_shortcuts','false'),(24670,1905,'admin_color','fresh'),(24671,1905,'use_ssl','0'),(24672,1905,'show_admin_bar_front','true'),(24673,1905,'locale',''),(24674,1905,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24675,1905,'wp_user_level','0'),(24676,1905,'default_password_nag','1'),(24677,1906,'nickname','cjuliot2002'),(24678,1906,'first_name',''),(24679,1906,'last_name',''),(24680,1906,'description',''),(24681,1906,'rich_editing','true'),(24682,1906,'comment_shortcuts','false'),(24683,1906,'admin_color','fresh'),(24684,1906,'use_ssl','0'),(24685,1906,'show_admin_bar_front','true'),(24686,1906,'locale',''),(24687,1906,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24688,1906,'wp_user_level','0'),(24689,1906,'default_password_nag','1'),(24690,1907,'nickname','pollardsk1990'),(24691,1907,'first_name',''),(24692,1907,'last_name',''),(24693,1907,'description',''),(24694,1907,'rich_editing','true'),(24695,1907,'comment_shortcuts','false'),(24696,1907,'admin_color','fresh'),(24697,1907,'use_ssl','0'),(24698,1907,'show_admin_bar_front','true'),(24699,1907,'locale',''),(24700,1907,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24701,1907,'wp_user_level','0'),(24702,1907,'default_password_nag','1'),(24703,1908,'nickname','jeancajigal1951'),(24704,1908,'first_name',''),(24705,1908,'last_name',''),(24706,1908,'description',''),(24707,1908,'rich_editing','true'),(24708,1908,'comment_shortcuts','false'),(24709,1908,'admin_color','fresh'),(24710,1908,'use_ssl','0'),(24711,1908,'show_admin_bar_front','true'),(24712,1908,'locale',''),(24713,1908,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24714,1908,'wp_user_level','0'),(24715,1908,'default_password_nag','1'),(24716,1909,'nickname','anthony.craig.willis1997'),(24717,1909,'first_name',''),(24718,1909,'last_name',''),(24719,1909,'description',''),(24720,1909,'rich_editing','true'),(24721,1909,'comment_shortcuts','false'),(24722,1909,'admin_color','fresh'),(24723,1909,'use_ssl','0'),(24724,1909,'show_admin_bar_front','true'),(24725,1909,'locale',''),(24726,1909,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24727,1909,'wp_user_level','0'),(24728,1909,'default_password_nag','1'),(24729,1910,'nickname','jwoods1955'),(24730,1910,'first_name',''),(24731,1910,'last_name',''),(24732,1910,'description',''),(24733,1910,'rich_editing','true'),(24734,1910,'comment_shortcuts','false'),(24735,1910,'admin_color','fresh'),(24736,1910,'use_ssl','0'),(24737,1910,'show_admin_bar_front','true'),(24738,1910,'locale',''),(24739,1910,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24740,1910,'wp_user_level','0'),(24741,1910,'default_password_nag','1'),(24742,1911,'nickname','dennisboyle991979'),(24743,1911,'first_name',''),(24744,1911,'last_name',''),(24745,1911,'description',''),(24746,1911,'rich_editing','true'),(24747,1911,'comment_shortcuts','false'),(24748,1911,'admin_color','fresh'),(24749,1911,'use_ssl','0'),(24750,1911,'show_admin_bar_front','true'),(24751,1911,'locale',''),(24752,1911,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24753,1911,'wp_user_level','0'),(24754,1911,'default_password_nag','1'),(24755,1912,'nickname','stricklandd11960'),(24756,1912,'first_name',''),(24757,1912,'last_name',''),(24758,1912,'description',''),(24759,1912,'rich_editing','true'),(24760,1912,'comment_shortcuts','false'),(24761,1912,'admin_color','fresh'),(24762,1912,'use_ssl','0'),(24763,1912,'show_admin_bar_front','true'),(24764,1912,'locale',''),(24765,1912,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24766,1912,'wp_user_level','0'),(24767,1912,'default_password_nag','1'),(24768,1913,'nickname','oramon78211968'),(24769,1913,'first_name',''),(24770,1913,'last_name',''),(24771,1913,'description',''),(24772,1913,'rich_editing','true'),(24773,1913,'comment_shortcuts','false'),(24774,1913,'admin_color','fresh'),(24775,1913,'use_ssl','0'),(24776,1913,'show_admin_bar_front','true'),(24777,1913,'locale',''),(24778,1913,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24779,1913,'wp_user_level','0'),(24780,1913,'default_password_nag','1'),(24781,1914,'nickname','jessieannsmith1952'),(24782,1914,'first_name',''),(24783,1914,'last_name',''),(24784,1914,'description',''),(24785,1914,'rich_editing','true'),(24786,1914,'comment_shortcuts','false'),(24787,1914,'admin_color','fresh'),(24788,1914,'use_ssl','0'),(24789,1914,'show_admin_bar_front','true'),(24790,1914,'locale',''),(24791,1914,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24792,1914,'wp_user_level','0'),(24793,1914,'default_password_nag','1'),(24794,1915,'nickname','nonzboss1990'),(24795,1915,'first_name',''),(24796,1915,'last_name',''),(24797,1915,'description',''),(24798,1915,'rich_editing','true'),(24799,1915,'comment_shortcuts','false'),(24800,1915,'admin_color','fresh'),(24801,1915,'use_ssl','0'),(24802,1915,'show_admin_bar_front','true'),(24803,1915,'locale',''),(24804,1915,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24805,1915,'wp_user_level','0'),(24806,1915,'default_password_nag','1'),(24807,1916,'nickname','kayykell1968'),(24808,1916,'first_name',''),(24809,1916,'last_name',''),(24810,1916,'description',''),(24811,1916,'rich_editing','true'),(24812,1916,'comment_shortcuts','false'),(24813,1916,'admin_color','fresh'),(24814,1916,'use_ssl','0'),(24815,1916,'show_admin_bar_front','true'),(24816,1916,'locale',''),(24817,1916,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24818,1916,'wp_user_level','0'),(24819,1916,'default_password_nag','1'),(24820,1917,'nickname','sanches_l1983'),(24821,1917,'first_name',''),(24822,1917,'last_name',''),(24823,1917,'description',''),(24824,1917,'rich_editing','true'),(24825,1917,'comment_shortcuts','false'),(24826,1917,'admin_color','fresh'),(24827,1917,'use_ssl','0'),(24828,1917,'show_admin_bar_front','true'),(24829,1917,'locale',''),(24830,1917,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24831,1917,'wp_user_level','0'),(24832,1917,'default_password_nag','1'),(24833,1918,'nickname','rra983432003'),(24834,1918,'first_name',''),(24835,1918,'last_name',''),(24836,1918,'description',''),(24837,1918,'rich_editing','true'),(24838,1918,'comment_shortcuts','false'),(24839,1918,'admin_color','fresh'),(24840,1918,'use_ssl','0'),(24841,1918,'show_admin_bar_front','true'),(24842,1918,'locale',''),(24843,1918,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24844,1918,'wp_user_level','0'),(24845,1918,'default_password_nag','1'),(24846,1919,'nickname','anjalipmohan1958'),(24847,1919,'first_name',''),(24848,1919,'last_name',''),(24849,1919,'description',''),(24850,1919,'rich_editing','true'),(24851,1919,'comment_shortcuts','false'),(24852,1919,'admin_color','fresh'),(24853,1919,'use_ssl','0'),(24854,1919,'show_admin_bar_front','true'),(24855,1919,'locale',''),(24856,1919,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24857,1919,'wp_user_level','0'),(24858,1919,'default_password_nag','1'),(24859,1920,'nickname','braswellb2008'),(24860,1920,'first_name',''),(24861,1920,'last_name',''),(24862,1920,'description',''),(24863,1920,'rich_editing','true'),(24864,1920,'comment_shortcuts','false'),(24865,1920,'admin_color','fresh'),(24866,1920,'use_ssl','0'),(24867,1920,'show_admin_bar_front','true'),(24868,1920,'locale',''),(24869,1920,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24870,1920,'wp_user_level','0'),(24871,1920,'default_password_nag','1'),(24872,1921,'nickname','msmith7522003'),(24873,1921,'first_name',''),(24874,1921,'last_name',''),(24875,1921,'description',''),(24876,1921,'rich_editing','true'),(24877,1921,'comment_shortcuts','false'),(24878,1921,'admin_color','fresh'),(24879,1921,'use_ssl','0'),(24880,1921,'show_admin_bar_front','true'),(24881,1921,'locale',''),(24882,1921,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24883,1921,'wp_user_level','0'),(24884,1921,'default_password_nag','1'),(24885,1922,'nickname','pameee531987'),(24886,1922,'first_name',''),(24887,1922,'last_name',''),(24888,1922,'description',''),(24889,1922,'rich_editing','true'),(24890,1922,'comment_shortcuts','false'),(24891,1922,'admin_color','fresh'),(24892,1922,'use_ssl','0'),(24893,1922,'show_admin_bar_front','true'),(24894,1922,'locale',''),(24895,1922,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24896,1922,'wp_user_level','0'),(24897,1922,'default_password_nag','1'),(24898,1923,'nickname','derekmusiccomposer1999'),(24899,1923,'first_name',''),(24900,1923,'last_name',''),(24901,1923,'description',''),(24902,1923,'rich_editing','true'),(24903,1923,'comment_shortcuts','false'),(24904,1923,'admin_color','fresh'),(24905,1923,'use_ssl','0'),(24906,1923,'show_admin_bar_front','true'),(24907,1923,'locale',''),(24908,1923,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24909,1923,'wp_user_level','0'),(24910,1923,'default_password_nag','1'),(24911,1924,'nickname','turning_the_tables001955'),(24912,1924,'first_name',''),(24913,1924,'last_name',''),(24914,1924,'description',''),(24915,1924,'rich_editing','true'),(24916,1924,'comment_shortcuts','false'),(24917,1924,'admin_color','fresh'),(24918,1924,'use_ssl','0'),(24919,1924,'show_admin_bar_front','true'),(24920,1924,'locale',''),(24921,1924,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24922,1924,'wp_user_level','0'),(24923,1924,'default_password_nag','1'),(24924,1925,'nickname','k_wnuk1959'),(24925,1925,'first_name',''),(24926,1925,'last_name',''),(24927,1925,'description',''),(24928,1925,'rich_editing','true'),(24929,1925,'comment_shortcuts','false'),(24930,1925,'admin_color','fresh'),(24931,1925,'use_ssl','0'),(24932,1925,'show_admin_bar_front','true'),(24933,1925,'locale',''),(24934,1925,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24935,1925,'wp_user_level','0'),(24936,1925,'default_password_nag','1'),(24937,1926,'nickname','lifveart1961'),(24938,1926,'first_name',''),(24939,1926,'last_name',''),(24940,1926,'description',''),(24941,1926,'rich_editing','true'),(24942,1926,'comment_shortcuts','false'),(24943,1926,'admin_color','fresh'),(24944,1926,'use_ssl','0'),(24945,1926,'show_admin_bar_front','true'),(24946,1926,'locale',''),(24947,1926,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24948,1926,'wp_user_level','0'),(24949,1926,'default_password_nag','1'),(24950,1927,'nickname','jlcamp.ck2006'),(24951,1927,'first_name',''),(24952,1927,'last_name',''),(24953,1927,'description',''),(24954,1927,'rich_editing','true'),(24955,1927,'comment_shortcuts','false'),(24956,1927,'admin_color','fresh'),(24957,1927,'use_ssl','0'),(24958,1927,'show_admin_bar_front','true'),(24959,1927,'locale',''),(24960,1927,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24961,1927,'wp_user_level','0'),(24962,1927,'default_password_nag','1'),(24963,1928,'nickname','opoerez1985'),(24964,1928,'first_name',''),(24965,1928,'last_name',''),(24966,1928,'description',''),(24967,1928,'rich_editing','true'),(24968,1928,'comment_shortcuts','false'),(24969,1928,'admin_color','fresh'),(24970,1928,'use_ssl','0'),(24971,1928,'show_admin_bar_front','true'),(24972,1928,'locale',''),(24973,1928,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24974,1928,'wp_user_level','0'),(24975,1928,'default_password_nag','1'),(24976,1929,'nickname','michelleharbstmartin1966'),(24977,1929,'first_name',''),(24978,1929,'last_name',''),(24979,1929,'description',''),(24980,1929,'rich_editing','true'),(24981,1929,'comment_shortcuts','false'),(24982,1929,'admin_color','fresh'),(24983,1929,'use_ssl','0'),(24984,1929,'show_admin_bar_front','true'),(24985,1929,'locale',''),(24986,1929,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(24987,1929,'wp_user_level','0'),(24988,1929,'default_password_nag','1'),(24989,1930,'nickname','victoria1950'),(24990,1930,'first_name',''),(24991,1930,'last_name',''),(24992,1930,'description',''),(24993,1930,'rich_editing','true'),(24994,1930,'comment_shortcuts','false'),(24995,1930,'admin_color','fresh'),(24996,1930,'use_ssl','0'),(24997,1930,'show_admin_bar_front','true'),(24998,1930,'locale',''),(24999,1930,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25000,1930,'wp_user_level','0'),(25001,1930,'default_password_nag','1'),(25002,1931,'nickname','mindyhahn1955'),(25003,1931,'first_name',''),(25004,1931,'last_name',''),(25005,1931,'description',''),(25006,1931,'rich_editing','true'),(25007,1931,'comment_shortcuts','false'),(25008,1931,'admin_color','fresh'),(25009,1931,'use_ssl','0'),(25010,1931,'show_admin_bar_front','true'),(25011,1931,'locale',''),(25012,1931,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25013,1931,'wp_user_level','0'),(25014,1931,'default_password_nag','1'),(25015,1932,'nickname','torifire11970'),(25016,1932,'first_name',''),(25017,1932,'last_name',''),(25018,1932,'description',''),(25019,1932,'rich_editing','true'),(25020,1932,'comment_shortcuts','false'),(25021,1932,'admin_color','fresh'),(25022,1932,'use_ssl','0'),(25023,1932,'show_admin_bar_front','true'),(25024,1932,'locale',''),(25025,1932,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25026,1932,'wp_user_level','0'),(25027,1932,'default_password_nag','1'),(25028,1933,'nickname','barbara.niehoff1990'),(25029,1933,'first_name',''),(25030,1933,'last_name',''),(25031,1933,'description',''),(25032,1933,'rich_editing','true'),(25033,1933,'comment_shortcuts','false'),(25034,1933,'admin_color','fresh'),(25035,1933,'use_ssl','0'),(25036,1933,'show_admin_bar_front','true'),(25037,1933,'locale',''),(25038,1933,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25039,1933,'wp_user_level','0'),(25040,1933,'default_password_nag','1'),(25041,1934,'nickname','lisahanno1965'),(25042,1934,'first_name',''),(25043,1934,'last_name',''),(25044,1934,'description',''),(25045,1934,'rich_editing','true'),(25046,1934,'comment_shortcuts','false'),(25047,1934,'admin_color','fresh'),(25048,1934,'use_ssl','0'),(25049,1934,'show_admin_bar_front','true'),(25050,1934,'locale',''),(25051,1934,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25052,1934,'wp_user_level','0'),(25053,1934,'default_password_nag','1'),(25054,1935,'nickname','lescygnes1957'),(25055,1935,'first_name',''),(25056,1935,'last_name',''),(25057,1935,'description',''),(25058,1935,'rich_editing','true'),(25059,1935,'comment_shortcuts','false'),(25060,1935,'admin_color','fresh'),(25061,1935,'use_ssl','0'),(25062,1935,'show_admin_bar_front','true'),(25063,1935,'locale',''),(25064,1935,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25065,1935,'wp_user_level','0'),(25066,1935,'default_password_nag','1'),(25067,1936,'nickname','rochellehines2007'),(25068,1936,'first_name',''),(25069,1936,'last_name',''),(25070,1936,'description',''),(25071,1936,'rich_editing','true'),(25072,1936,'comment_shortcuts','false'),(25073,1936,'admin_color','fresh'),(25074,1936,'use_ssl','0'),(25075,1936,'show_admin_bar_front','true'),(25076,1936,'locale',''),(25077,1936,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25078,1936,'wp_user_level','0'),(25079,1936,'default_password_nag','1'),(25080,1937,'nickname','jmdumoit1969'),(25081,1937,'first_name',''),(25082,1937,'last_name',''),(25083,1937,'description',''),(25084,1937,'rich_editing','true'),(25085,1937,'comment_shortcuts','false'),(25086,1937,'admin_color','fresh'),(25087,1937,'use_ssl','0'),(25088,1937,'show_admin_bar_front','true'),(25089,1937,'locale',''),(25090,1937,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25091,1937,'wp_user_level','0'),(25092,1937,'default_password_nag','1'),(25093,1938,'nickname','ckplacke1954'),(25094,1938,'first_name',''),(25095,1938,'last_name',''),(25096,1938,'description',''),(25097,1938,'rich_editing','true'),(25098,1938,'comment_shortcuts','false'),(25099,1938,'admin_color','fresh'),(25100,1938,'use_ssl','0'),(25101,1938,'show_admin_bar_front','true'),(25102,1938,'locale',''),(25103,1938,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25104,1938,'wp_user_level','0'),(25105,1938,'default_password_nag','1'),(25106,1939,'nickname','haroldewestern1996'),(25107,1939,'first_name',''),(25108,1939,'last_name',''),(25109,1939,'description',''),(25110,1939,'rich_editing','true'),(25111,1939,'comment_shortcuts','false'),(25112,1939,'admin_color','fresh'),(25113,1939,'use_ssl','0'),(25114,1939,'show_admin_bar_front','true'),(25115,1939,'locale',''),(25116,1939,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25117,1939,'wp_user_level','0'),(25118,1939,'default_password_nag','1'),(25119,1940,'nickname','joni_jones11986'),(25120,1940,'first_name',''),(25121,1940,'last_name',''),(25122,1940,'description',''),(25123,1940,'rich_editing','true'),(25124,1940,'comment_shortcuts','false'),(25125,1940,'admin_color','fresh'),(25126,1940,'use_ssl','0'),(25127,1940,'show_admin_bar_front','true'),(25128,1940,'locale',''),(25129,1940,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25130,1940,'wp_user_level','0'),(25131,1940,'default_password_nag','1'),(25132,1941,'nickname','boatsemail2004'),(25133,1941,'first_name',''),(25134,1941,'last_name',''),(25135,1941,'description',''),(25136,1941,'rich_editing','true'),(25137,1941,'comment_shortcuts','false'),(25138,1941,'admin_color','fresh'),(25139,1941,'use_ssl','0'),(25140,1941,'show_admin_bar_front','true'),(25141,1941,'locale',''),(25142,1941,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25143,1941,'wp_user_level','0'),(25144,1941,'default_password_nag','1'),(25145,1942,'nickname','chanelle.summers1973'),(25146,1942,'first_name',''),(25147,1942,'last_name',''),(25148,1942,'description',''),(25149,1942,'rich_editing','true'),(25150,1942,'comment_shortcuts','false'),(25151,1942,'admin_color','fresh'),(25152,1942,'use_ssl','0'),(25153,1942,'show_admin_bar_front','true'),(25154,1942,'locale',''),(25155,1942,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25156,1942,'wp_user_level','0'),(25157,1942,'default_password_nag','1'),(25158,1943,'nickname','slifar1987'),(25159,1943,'first_name',''),(25160,1943,'last_name',''),(25161,1943,'description',''),(25162,1943,'rich_editing','true'),(25163,1943,'comment_shortcuts','false'),(25164,1943,'admin_color','fresh'),(25165,1943,'use_ssl','0'),(25166,1943,'show_admin_bar_front','true'),(25167,1943,'locale',''),(25168,1943,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25169,1943,'wp_user_level','0'),(25170,1943,'default_password_nag','1'),(25171,1944,'nickname','csgall1966'),(25172,1944,'first_name',''),(25173,1944,'last_name',''),(25174,1944,'description',''),(25175,1944,'rich_editing','true'),(25176,1944,'comment_shortcuts','false'),(25177,1944,'admin_color','fresh'),(25178,1944,'use_ssl','0'),(25179,1944,'show_admin_bar_front','true'),(25180,1944,'locale',''),(25181,1944,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25182,1944,'wp_user_level','0'),(25183,1944,'default_password_nag','1'),(25184,1945,'nickname','teyoko211972'),(25185,1945,'first_name',''),(25186,1945,'last_name',''),(25187,1945,'description',''),(25188,1945,'rich_editing','true'),(25189,1945,'comment_shortcuts','false'),(25190,1945,'admin_color','fresh'),(25191,1945,'use_ssl','0'),(25192,1945,'show_admin_bar_front','true'),(25193,1945,'locale',''),(25194,1945,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25195,1945,'wp_user_level','0'),(25196,1945,'default_password_nag','1'),(25197,1946,'nickname','michael.ecklund1996'),(25198,1946,'first_name',''),(25199,1946,'last_name',''),(25200,1946,'description',''),(25201,1946,'rich_editing','true'),(25202,1946,'comment_shortcuts','false'),(25203,1946,'admin_color','fresh'),(25204,1946,'use_ssl','0'),(25205,1946,'show_admin_bar_front','true'),(25206,1946,'locale',''),(25207,1946,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25208,1946,'wp_user_level','0'),(25209,1946,'default_password_nag','1'),(25210,1947,'nickname','nbqdjx1994'),(25211,1947,'first_name',''),(25212,1947,'last_name',''),(25213,1947,'description',''),(25214,1947,'rich_editing','true'),(25215,1947,'comment_shortcuts','false'),(25216,1947,'admin_color','fresh'),(25217,1947,'use_ssl','0'),(25218,1947,'show_admin_bar_front','true'),(25219,1947,'locale',''),(25220,1947,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25221,1947,'wp_user_level','0'),(25222,1947,'default_password_nag','1'),(25223,1948,'nickname','littletulip1980'),(25224,1948,'first_name',''),(25225,1948,'last_name',''),(25226,1948,'description',''),(25227,1948,'rich_editing','true'),(25228,1948,'comment_shortcuts','false'),(25229,1948,'admin_color','fresh'),(25230,1948,'use_ssl','0'),(25231,1948,'show_admin_bar_front','true'),(25232,1948,'locale',''),(25233,1948,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25234,1948,'wp_user_level','0'),(25235,1948,'default_password_nag','1'),(25236,1949,'nickname','temp_jones1991'),(25237,1949,'first_name',''),(25238,1949,'last_name',''),(25239,1949,'description',''),(25240,1949,'rich_editing','true'),(25241,1949,'comment_shortcuts','false'),(25242,1949,'admin_color','fresh'),(25243,1949,'use_ssl','0'),(25244,1949,'show_admin_bar_front','true'),(25245,1949,'locale',''),(25246,1949,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25247,1949,'wp_user_level','0'),(25248,1949,'default_password_nag','1'),(25249,1950,'nickname','adunnfaze131973'),(25250,1950,'first_name',''),(25251,1950,'last_name',''),(25252,1950,'description',''),(25253,1950,'rich_editing','true'),(25254,1950,'comment_shortcuts','false'),(25255,1950,'admin_color','fresh'),(25256,1950,'use_ssl','0'),(25257,1950,'show_admin_bar_front','true'),(25258,1950,'locale',''),(25259,1950,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25260,1950,'wp_user_level','0'),(25261,1950,'default_password_nag','1'),(25262,1951,'nickname','wildcatkevin1979'),(25263,1951,'first_name',''),(25264,1951,'last_name',''),(25265,1951,'description',''),(25266,1951,'rich_editing','true'),(25267,1951,'comment_shortcuts','false'),(25268,1951,'admin_color','fresh'),(25269,1951,'use_ssl','0'),(25270,1951,'show_admin_bar_front','true'),(25271,1951,'locale',''),(25272,1951,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25273,1951,'wp_user_level','0'),(25274,1951,'default_password_nag','1'),(25275,1952,'nickname','barbkomi901965'),(25276,1952,'first_name',''),(25277,1952,'last_name',''),(25278,1952,'description',''),(25279,1952,'rich_editing','true'),(25280,1952,'comment_shortcuts','false'),(25281,1952,'admin_color','fresh'),(25282,1952,'use_ssl','0'),(25283,1952,'show_admin_bar_front','true'),(25284,1952,'locale',''),(25285,1952,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25286,1952,'wp_user_level','0'),(25287,1952,'default_password_nag','1'),(25288,1953,'nickname','bradkmitchell1973'),(25289,1953,'first_name',''),(25290,1953,'last_name',''),(25291,1953,'description',''),(25292,1953,'rich_editing','true'),(25293,1953,'comment_shortcuts','false'),(25294,1953,'admin_color','fresh'),(25295,1953,'use_ssl','0'),(25296,1953,'show_admin_bar_front','true'),(25297,1953,'locale',''),(25298,1953,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25299,1953,'wp_user_level','0'),(25300,1953,'default_password_nag','1'),(25301,1954,'nickname','kayla97431986'),(25302,1954,'first_name',''),(25303,1954,'last_name',''),(25304,1954,'description',''),(25305,1954,'rich_editing','true'),(25306,1954,'comment_shortcuts','false'),(25307,1954,'admin_color','fresh'),(25308,1954,'use_ssl','0'),(25309,1954,'show_admin_bar_front','true'),(25310,1954,'locale',''),(25311,1954,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25312,1954,'wp_user_level','0'),(25313,1954,'default_password_nag','1'),(25314,1955,'nickname','latoyarobinson261990'),(25315,1955,'first_name',''),(25316,1955,'last_name',''),(25317,1955,'description',''),(25318,1955,'rich_editing','true'),(25319,1955,'comment_shortcuts','false'),(25320,1955,'admin_color','fresh'),(25321,1955,'use_ssl','0'),(25322,1955,'show_admin_bar_front','true'),(25323,1955,'locale',''),(25324,1955,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25325,1955,'wp_user_level','0'),(25326,1955,'default_password_nag','1'),(25327,1956,'nickname','jatindergill1972'),(25328,1956,'first_name',''),(25329,1956,'last_name',''),(25330,1956,'description',''),(25331,1956,'rich_editing','true'),(25332,1956,'comment_shortcuts','false'),(25333,1956,'admin_color','fresh'),(25334,1956,'use_ssl','0'),(25335,1956,'show_admin_bar_front','true'),(25336,1956,'locale',''),(25337,1956,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25338,1956,'wp_user_level','0'),(25339,1956,'default_password_nag','1'),(25340,1957,'nickname','rdf21152002'),(25341,1957,'first_name',''),(25342,1957,'last_name',''),(25343,1957,'description',''),(25344,1957,'rich_editing','true'),(25345,1957,'comment_shortcuts','false'),(25346,1957,'admin_color','fresh'),(25347,1957,'use_ssl','0'),(25348,1957,'show_admin_bar_front','true'),(25349,1957,'locale',''),(25350,1957,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25351,1957,'wp_user_level','0'),(25352,1957,'default_password_nag','1'),(25353,1958,'nickname','nowey1971'),(25354,1958,'first_name',''),(25355,1958,'last_name',''),(25356,1958,'description',''),(25357,1958,'rich_editing','true'),(25358,1958,'comment_shortcuts','false'),(25359,1958,'admin_color','fresh'),(25360,1958,'use_ssl','0'),(25361,1958,'show_admin_bar_front','true'),(25362,1958,'locale',''),(25363,1958,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25364,1958,'wp_user_level','0'),(25365,1958,'default_password_nag','1'),(25366,1959,'nickname','sughrbehr4201960'),(25367,1959,'first_name',''),(25368,1959,'last_name',''),(25369,1959,'description',''),(25370,1959,'rich_editing','true'),(25371,1959,'comment_shortcuts','false'),(25372,1959,'admin_color','fresh'),(25373,1959,'use_ssl','0'),(25374,1959,'show_admin_bar_front','true'),(25375,1959,'locale',''),(25376,1959,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25377,1959,'wp_user_level','0'),(25378,1959,'default_password_nag','1'),(25379,1960,'nickname','stcsoccerdude151979'),(25380,1960,'first_name',''),(25381,1960,'last_name',''),(25382,1960,'description',''),(25383,1960,'rich_editing','true'),(25384,1960,'comment_shortcuts','false'),(25385,1960,'admin_color','fresh'),(25386,1960,'use_ssl','0'),(25387,1960,'show_admin_bar_front','true'),(25388,1960,'locale',''),(25389,1960,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25390,1960,'wp_user_level','0'),(25391,1960,'default_password_nag','1'),(25392,1961,'nickname','cho_mi1963'),(25393,1961,'first_name',''),(25394,1961,'last_name',''),(25395,1961,'description',''),(25396,1961,'rich_editing','true'),(25397,1961,'comment_shortcuts','false'),(25398,1961,'admin_color','fresh'),(25399,1961,'use_ssl','0'),(25400,1961,'show_admin_bar_front','true'),(25401,1961,'locale',''),(25402,1961,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25403,1961,'wp_user_level','0'),(25404,1961,'default_password_nag','1'),(25405,1962,'nickname','unccgurl051964'),(25406,1962,'first_name',''),(25407,1962,'last_name',''),(25408,1962,'description',''),(25409,1962,'rich_editing','true'),(25410,1962,'comment_shortcuts','false'),(25411,1962,'admin_color','fresh'),(25412,1962,'use_ssl','0'),(25413,1962,'show_admin_bar_front','true'),(25414,1962,'locale',''),(25415,1962,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25416,1962,'wp_user_level','0'),(25417,1962,'default_password_nag','1'),(25418,1963,'nickname','rojes3rd1973'),(25419,1963,'first_name',''),(25420,1963,'last_name',''),(25421,1963,'description',''),(25422,1963,'rich_editing','true'),(25423,1963,'comment_shortcuts','false'),(25424,1963,'admin_color','fresh'),(25425,1963,'use_ssl','0'),(25426,1963,'show_admin_bar_front','true'),(25427,1963,'locale',''),(25428,1963,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25429,1963,'wp_user_level','0'),(25430,1963,'default_password_nag','1'),(25431,1964,'nickname','studabaker913072010'),(25432,1964,'first_name',''),(25433,1964,'last_name',''),(25434,1964,'description',''),(25435,1964,'rich_editing','true'),(25436,1964,'comment_shortcuts','false'),(25437,1964,'admin_color','fresh'),(25438,1964,'use_ssl','0'),(25439,1964,'show_admin_bar_front','true'),(25440,1964,'locale',''),(25441,1964,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25442,1964,'wp_user_level','0'),(25443,1964,'default_password_nag','1'),(25444,1965,'nickname','unitedtaxwealth11957'),(25445,1965,'first_name',''),(25446,1965,'last_name',''),(25447,1965,'description',''),(25448,1965,'rich_editing','true'),(25449,1965,'comment_shortcuts','false'),(25450,1965,'admin_color','fresh'),(25451,1965,'use_ssl','0'),(25452,1965,'show_admin_bar_front','true'),(25453,1965,'locale',''),(25454,1965,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25455,1965,'wp_user_level','0'),(25456,1965,'default_password_nag','1'),(25457,1966,'nickname','marcjsolomon1952'),(25458,1966,'first_name',''),(25459,1966,'last_name',''),(25460,1966,'description',''),(25461,1966,'rich_editing','true'),(25462,1966,'comment_shortcuts','false'),(25463,1966,'admin_color','fresh'),(25464,1966,'use_ssl','0'),(25465,1966,'show_admin_bar_front','true'),(25466,1966,'locale',''),(25467,1966,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25468,1966,'wp_user_level','0'),(25469,1966,'default_password_nag','1'),(25470,1967,'nickname','phillipbright1977'),(25471,1967,'first_name',''),(25472,1967,'last_name',''),(25473,1967,'description',''),(25474,1967,'rich_editing','true'),(25475,1967,'comment_shortcuts','false'),(25476,1967,'admin_color','fresh'),(25477,1967,'use_ssl','0'),(25478,1967,'show_admin_bar_front','true'),(25479,1967,'locale',''),(25480,1967,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25481,1967,'wp_user_level','0'),(25482,1967,'default_password_nag','1'),(25483,1968,'nickname','patmelk1974'),(25484,1968,'first_name',''),(25485,1968,'last_name',''),(25486,1968,'description',''),(25487,1968,'rich_editing','true'),(25488,1968,'comment_shortcuts','false'),(25489,1968,'admin_color','fresh'),(25490,1968,'use_ssl','0'),(25491,1968,'show_admin_bar_front','true'),(25492,1968,'locale',''),(25493,1968,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25494,1968,'wp_user_level','0'),(25495,1968,'default_password_nag','1'),(25496,1969,'nickname','taterbug_031984'),(25497,1969,'first_name',''),(25498,1969,'last_name',''),(25499,1969,'description',''),(25500,1969,'rich_editing','true'),(25501,1969,'comment_shortcuts','false'),(25502,1969,'admin_color','fresh'),(25503,1969,'use_ssl','0'),(25504,1969,'show_admin_bar_front','true'),(25505,1969,'locale',''),(25506,1969,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25507,1969,'wp_user_level','0'),(25508,1969,'default_password_nag','1'),(25509,1970,'nickname','carmenramirez1171982'),(25510,1970,'first_name',''),(25511,1970,'last_name',''),(25512,1970,'description',''),(25513,1970,'rich_editing','true'),(25514,1970,'comment_shortcuts','false'),(25515,1970,'admin_color','fresh'),(25516,1970,'use_ssl','0'),(25517,1970,'show_admin_bar_front','true'),(25518,1970,'locale',''),(25519,1970,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25520,1970,'wp_user_level','0'),(25521,1970,'default_password_nag','1'),(25522,1971,'nickname','tam12281952'),(25523,1971,'first_name',''),(25524,1971,'last_name',''),(25525,1971,'description',''),(25526,1971,'rich_editing','true'),(25527,1971,'comment_shortcuts','false'),(25528,1971,'admin_color','fresh'),(25529,1971,'use_ssl','0'),(25530,1971,'show_admin_bar_front','true'),(25531,1971,'locale',''),(25532,1971,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25533,1971,'wp_user_level','0'),(25534,1971,'default_password_nag','1'),(25535,1972,'nickname','sinampurewal2001'),(25536,1972,'first_name',''),(25537,1972,'last_name',''),(25538,1972,'description',''),(25539,1972,'rich_editing','true'),(25540,1972,'comment_shortcuts','false'),(25541,1972,'admin_color','fresh'),(25542,1972,'use_ssl','0'),(25543,1972,'show_admin_bar_front','true'),(25544,1972,'locale',''),(25545,1972,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25546,1972,'wp_user_level','0'),(25547,1972,'default_password_nag','1'),(25548,1973,'nickname','j_coolidge1959'),(25549,1973,'first_name',''),(25550,1973,'last_name',''),(25551,1973,'description',''),(25552,1973,'rich_editing','true'),(25553,1973,'comment_shortcuts','false'),(25554,1973,'admin_color','fresh'),(25555,1973,'use_ssl','0'),(25556,1973,'show_admin_bar_front','true'),(25557,1973,'locale',''),(25558,1973,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25559,1973,'wp_user_level','0'),(25560,1973,'default_password_nag','1'),(25561,1974,'nickname','alayne12341998'),(25562,1974,'first_name',''),(25563,1974,'last_name',''),(25564,1974,'description',''),(25565,1974,'rich_editing','true'),(25566,1974,'comment_shortcuts','false'),(25567,1974,'admin_color','fresh'),(25568,1974,'use_ssl','0'),(25569,1974,'show_admin_bar_front','true'),(25570,1974,'locale',''),(25571,1974,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25572,1974,'wp_user_level','0'),(25573,1974,'default_password_nag','1'),(25574,1975,'nickname','hello.man92003'),(25575,1975,'first_name',''),(25576,1975,'last_name',''),(25577,1975,'description',''),(25578,1975,'rich_editing','true'),(25579,1975,'comment_shortcuts','false'),(25580,1975,'admin_color','fresh'),(25581,1975,'use_ssl','0'),(25582,1975,'show_admin_bar_front','true'),(25583,1975,'locale',''),(25584,1975,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25585,1975,'wp_user_level','0'),(25586,1975,'default_password_nag','1'),(25587,1976,'nickname','my00004luvz2001'),(25588,1976,'first_name',''),(25589,1976,'last_name',''),(25590,1976,'description',''),(25591,1976,'rich_editing','true'),(25592,1976,'comment_shortcuts','false'),(25593,1976,'admin_color','fresh'),(25594,1976,'use_ssl','0'),(25595,1976,'show_admin_bar_front','true'),(25596,1976,'locale',''),(25597,1976,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25598,1976,'wp_user_level','0'),(25599,1976,'default_password_nag','1'),(25600,1977,'nickname','info1987'),(25601,1977,'first_name',''),(25602,1977,'last_name',''),(25603,1977,'description',''),(25604,1977,'rich_editing','true'),(25605,1977,'comment_shortcuts','false'),(25606,1977,'admin_color','fresh'),(25607,1977,'use_ssl','0'),(25608,1977,'show_admin_bar_front','true'),(25609,1977,'locale',''),(25610,1977,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25611,1977,'wp_user_level','0'),(25612,1977,'default_password_nag','1'),(25613,1978,'nickname','georgelbenson1994'),(25614,1978,'first_name',''),(25615,1978,'last_name',''),(25616,1978,'description',''),(25617,1978,'rich_editing','true'),(25618,1978,'comment_shortcuts','false'),(25619,1978,'admin_color','fresh'),(25620,1978,'use_ssl','0'),(25621,1978,'show_admin_bar_front','true'),(25622,1978,'locale',''),(25623,1978,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25624,1978,'wp_user_level','0'),(25625,1978,'default_password_nag','1'),(25626,1979,'nickname','ssjknj1964'),(25627,1979,'first_name',''),(25628,1979,'last_name',''),(25629,1979,'description',''),(25630,1979,'rich_editing','true'),(25631,1979,'comment_shortcuts','false'),(25632,1979,'admin_color','fresh'),(25633,1979,'use_ssl','0'),(25634,1979,'show_admin_bar_front','true'),(25635,1979,'locale',''),(25636,1979,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25637,1979,'wp_user_level','0'),(25638,1979,'default_password_nag','1'),(25639,1980,'nickname','bogorad.lauren2005'),(25640,1980,'first_name',''),(25641,1980,'last_name',''),(25642,1980,'description',''),(25643,1980,'rich_editing','true'),(25644,1980,'comment_shortcuts','false'),(25645,1980,'admin_color','fresh'),(25646,1980,'use_ssl','0'),(25647,1980,'show_admin_bar_front','true'),(25648,1980,'locale',''),(25649,1980,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25650,1980,'wp_user_level','0'),(25651,1980,'default_password_nag','1'),(25652,1981,'nickname','wnhovland1968'),(25653,1981,'first_name',''),(25654,1981,'last_name',''),(25655,1981,'description',''),(25656,1981,'rich_editing','true'),(25657,1981,'comment_shortcuts','false'),(25658,1981,'admin_color','fresh'),(25659,1981,'use_ssl','0'),(25660,1981,'show_admin_bar_front','true'),(25661,1981,'locale',''),(25662,1981,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25663,1981,'wp_user_level','0'),(25664,1981,'default_password_nag','1'),(25665,1982,'nickname','ch_rosa1988'),(25666,1982,'first_name',''),(25667,1982,'last_name',''),(25668,1982,'description',''),(25669,1982,'rich_editing','true'),(25670,1982,'comment_shortcuts','false'),(25671,1982,'admin_color','fresh'),(25672,1982,'use_ssl','0'),(25673,1982,'show_admin_bar_front','true'),(25674,1982,'locale',''),(25675,1982,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25676,1982,'wp_user_level','0'),(25677,1982,'default_password_nag','1'),(25678,1983,'nickname','tstaler1957'),(25679,1983,'first_name',''),(25680,1983,'last_name',''),(25681,1983,'description',''),(25682,1983,'rich_editing','true'),(25683,1983,'comment_shortcuts','false'),(25684,1983,'admin_color','fresh'),(25685,1983,'use_ssl','0'),(25686,1983,'show_admin_bar_front','true'),(25687,1983,'locale',''),(25688,1983,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25689,1983,'wp_user_level','0'),(25690,1983,'default_password_nag','1'),(25691,1984,'nickname','pitmeddenbothy2008'),(25692,1984,'first_name',''),(25693,1984,'last_name',''),(25694,1984,'description',''),(25695,1984,'rich_editing','true'),(25696,1984,'comment_shortcuts','false'),(25697,1984,'admin_color','fresh'),(25698,1984,'use_ssl','0'),(25699,1984,'show_admin_bar_front','true'),(25700,1984,'locale',''),(25701,1984,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25702,1984,'wp_user_level','0'),(25703,1984,'default_password_nag','1'),(25704,1985,'nickname','bethannedonovan2008'),(25705,1985,'first_name',''),(25706,1985,'last_name',''),(25707,1985,'description',''),(25708,1985,'rich_editing','true'),(25709,1985,'comment_shortcuts','false'),(25710,1985,'admin_color','fresh'),(25711,1985,'use_ssl','0'),(25712,1985,'show_admin_bar_front','true'),(25713,1985,'locale',''),(25714,1985,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25715,1985,'wp_user_level','0'),(25716,1985,'default_password_nag','1'),(25717,1986,'nickname','alehsayuh1980'),(25718,1986,'first_name',''),(25719,1986,'last_name',''),(25720,1986,'description',''),(25721,1986,'rich_editing','true'),(25722,1986,'comment_shortcuts','false'),(25723,1986,'admin_color','fresh'),(25724,1986,'use_ssl','0'),(25725,1986,'show_admin_bar_front','true'),(25726,1986,'locale',''),(25727,1986,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25728,1986,'wp_user_level','0'),(25729,1986,'default_password_nag','1'),(25730,1987,'nickname','tracyemitchell1966'),(25731,1987,'first_name',''),(25732,1987,'last_name',''),(25733,1987,'description',''),(25734,1987,'rich_editing','true'),(25735,1987,'comment_shortcuts','false'),(25736,1987,'admin_color','fresh'),(25737,1987,'use_ssl','0'),(25738,1987,'show_admin_bar_front','true'),(25739,1987,'locale',''),(25740,1987,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25741,1987,'wp_user_level','0'),(25742,1987,'default_password_nag','1'),(25743,1988,'nickname','sbhmstbaseball1958'),(25744,1988,'first_name',''),(25745,1988,'last_name',''),(25746,1988,'description',''),(25747,1988,'rich_editing','true'),(25748,1988,'comment_shortcuts','false'),(25749,1988,'admin_color','fresh'),(25750,1988,'use_ssl','0'),(25751,1988,'show_admin_bar_front','true'),(25752,1988,'locale',''),(25753,1988,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25754,1988,'wp_user_level','0'),(25755,1988,'default_password_nag','1'),(25756,1989,'nickname','mchrisbass2002'),(25757,1989,'first_name',''),(25758,1989,'last_name',''),(25759,1989,'description',''),(25760,1989,'rich_editing','true'),(25761,1989,'comment_shortcuts','false'),(25762,1989,'admin_color','fresh'),(25763,1989,'use_ssl','0'),(25764,1989,'show_admin_bar_front','true'),(25765,1989,'locale',''),(25766,1989,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25767,1989,'wp_user_level','0'),(25768,1989,'default_password_nag','1'),(25769,1990,'nickname','bcash_642007'),(25770,1990,'first_name',''),(25771,1990,'last_name',''),(25772,1990,'description',''),(25773,1990,'rich_editing','true'),(25774,1990,'comment_shortcuts','false'),(25775,1990,'admin_color','fresh'),(25776,1990,'use_ssl','0'),(25777,1990,'show_admin_bar_front','true'),(25778,1990,'locale',''),(25779,1990,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25780,1990,'wp_user_level','0'),(25781,1990,'default_password_nag','1'),(25782,1991,'nickname','jonrichichi1953'),(25783,1991,'first_name',''),(25784,1991,'last_name',''),(25785,1991,'description',''),(25786,1991,'rich_editing','true'),(25787,1991,'comment_shortcuts','false'),(25788,1991,'admin_color','fresh'),(25789,1991,'use_ssl','0'),(25790,1991,'show_admin_bar_front','true'),(25791,1991,'locale',''),(25792,1991,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25793,1991,'wp_user_level','0'),(25794,1991,'default_password_nag','1'),(25795,1992,'nickname','jeffrey_a_waugh1971'),(25796,1992,'first_name',''),(25797,1992,'last_name',''),(25798,1992,'description',''),(25799,1992,'rich_editing','true'),(25800,1992,'comment_shortcuts','false'),(25801,1992,'admin_color','fresh'),(25802,1992,'use_ssl','0'),(25803,1992,'show_admin_bar_front','true'),(25804,1992,'locale',''),(25805,1992,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25806,1992,'wp_user_level','0'),(25807,1992,'default_password_nag','1'),(25808,1993,'nickname','guerrier1171998'),(25809,1993,'first_name',''),(25810,1993,'last_name',''),(25811,1993,'description',''),(25812,1993,'rich_editing','true'),(25813,1993,'comment_shortcuts','false'),(25814,1993,'admin_color','fresh'),(25815,1993,'use_ssl','0'),(25816,1993,'show_admin_bar_front','true'),(25817,1993,'locale',''),(25818,1993,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25819,1993,'wp_user_level','0'),(25820,1993,'default_password_nag','1'),(25821,1994,'nickname','junglee7361998'),(25822,1994,'first_name',''),(25823,1994,'last_name',''),(25824,1994,'description',''),(25825,1994,'rich_editing','true'),(25826,1994,'comment_shortcuts','false'),(25827,1994,'admin_color','fresh'),(25828,1994,'use_ssl','0'),(25829,1994,'show_admin_bar_front','true'),(25830,1994,'locale',''),(25831,1994,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25832,1994,'wp_user_level','0'),(25833,1994,'default_password_nag','1'),(25834,1995,'nickname','wwbagnard1961'),(25835,1995,'first_name',''),(25836,1995,'last_name',''),(25837,1995,'description',''),(25838,1995,'rich_editing','true'),(25839,1995,'comment_shortcuts','false'),(25840,1995,'admin_color','fresh'),(25841,1995,'use_ssl','0'),(25842,1995,'show_admin_bar_front','true'),(25843,1995,'locale',''),(25844,1995,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25845,1995,'wp_user_level','0'),(25846,1995,'default_password_nag','1'),(25847,1996,'nickname','st521861981'),(25848,1996,'first_name',''),(25849,1996,'last_name',''),(25850,1996,'description',''),(25851,1996,'rich_editing','true'),(25852,1996,'comment_shortcuts','false'),(25853,1996,'admin_color','fresh'),(25854,1996,'use_ssl','0'),(25855,1996,'show_admin_bar_front','true'),(25856,1996,'locale',''),(25857,1996,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25858,1996,'wp_user_level','0'),(25859,1996,'default_password_nag','1'),(25860,1997,'nickname','pattih20091993'),(25861,1997,'first_name',''),(25862,1997,'last_name',''),(25863,1997,'description',''),(25864,1997,'rich_editing','true'),(25865,1997,'comment_shortcuts','false'),(25866,1997,'admin_color','fresh'),(25867,1997,'use_ssl','0'),(25868,1997,'show_admin_bar_front','true'),(25869,1997,'locale',''),(25870,1997,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25871,1997,'wp_user_level','0'),(25872,1997,'default_password_nag','1'),(25873,1998,'nickname','mcpeep2000'),(25874,1998,'first_name',''),(25875,1998,'last_name',''),(25876,1998,'description',''),(25877,1998,'rich_editing','true'),(25878,1998,'comment_shortcuts','false'),(25879,1998,'admin_color','fresh'),(25880,1998,'use_ssl','0'),(25881,1998,'show_admin_bar_front','true'),(25882,1998,'locale',''),(25883,1998,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25884,1998,'wp_user_level','0'),(25885,1998,'default_password_nag','1'),(25886,1999,'nickname','lmoses1997'),(25887,1999,'first_name',''),(25888,1999,'last_name',''),(25889,1999,'description',''),(25890,1999,'rich_editing','true'),(25891,1999,'comment_shortcuts','false'),(25892,1999,'admin_color','fresh'),(25893,1999,'use_ssl','0'),(25894,1999,'show_admin_bar_front','true'),(25895,1999,'locale',''),(25896,1999,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25897,1999,'wp_user_level','0'),(25898,1999,'default_password_nag','1'),(25899,2000,'nickname','kdehart1989'),(25900,2000,'first_name',''),(25901,2000,'last_name',''),(25902,2000,'description',''),(25903,2000,'rich_editing','true'),(25904,2000,'comment_shortcuts','false'),(25905,2000,'admin_color','fresh'),(25906,2000,'use_ssl','0'),(25907,2000,'show_admin_bar_front','true'),(25908,2000,'locale',''),(25909,2000,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25910,2000,'wp_user_level','0'),(25911,2000,'default_password_nag','1'),(25912,2001,'nickname','jmindlartfilms81997'),(25913,2001,'first_name',''),(25914,2001,'last_name',''),(25915,2001,'description',''),(25916,2001,'rich_editing','true'),(25917,2001,'comment_shortcuts','false'),(25918,2001,'admin_color','fresh'),(25919,2001,'use_ssl','0'),(25920,2001,'show_admin_bar_front','true'),(25921,2001,'locale','');
INSERT INTO `wp_usermeta` VALUES (25922,2001,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25923,2001,'wp_user_level','0'),(25924,2001,'default_password_nag','1'),(25925,2002,'nickname','patrice.l.adams1966'),(25926,2002,'first_name',''),(25927,2002,'last_name',''),(25928,2002,'description',''),(25929,2002,'rich_editing','true'),(25930,2002,'comment_shortcuts','false'),(25931,2002,'admin_color','fresh'),(25932,2002,'use_ssl','0'),(25933,2002,'show_admin_bar_front','true'),(25934,2002,'locale',''),(25935,2002,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25936,2002,'wp_user_level','0'),(25937,2002,'default_password_nag','1'),(25938,2003,'nickname','stewartlasercrafts1969'),(25939,2003,'first_name',''),(25940,2003,'last_name',''),(25941,2003,'description',''),(25942,2003,'rich_editing','true'),(25943,2003,'comment_shortcuts','false'),(25944,2003,'admin_color','fresh'),(25945,2003,'use_ssl','0'),(25946,2003,'show_admin_bar_front','true'),(25947,2003,'locale',''),(25948,2003,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25949,2003,'wp_user_level','0'),(25950,2003,'default_password_nag','1'),(25951,2004,'nickname','r.hornsby11959'),(25952,2004,'first_name',''),(25953,2004,'last_name',''),(25954,2004,'description',''),(25955,2004,'rich_editing','true'),(25956,2004,'comment_shortcuts','false'),(25957,2004,'admin_color','fresh'),(25958,2004,'use_ssl','0'),(25959,2004,'show_admin_bar_front','true'),(25960,2004,'locale',''),(25961,2004,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25962,2004,'wp_user_level','0'),(25963,2004,'default_password_nag','1'),(25964,2005,'nickname','gwmantor1954'),(25965,2005,'first_name',''),(25966,2005,'last_name',''),(25967,2005,'description',''),(25968,2005,'rich_editing','true'),(25969,2005,'comment_shortcuts','false'),(25970,2005,'admin_color','fresh'),(25971,2005,'use_ssl','0'),(25972,2005,'show_admin_bar_front','true'),(25973,2005,'locale',''),(25974,2005,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25975,2005,'wp_user_level','0'),(25976,2005,'default_password_nag','1'),(25977,2006,'nickname','cuddlesrub1959'),(25978,2006,'first_name',''),(25979,2006,'last_name',''),(25980,2006,'description',''),(25981,2006,'rich_editing','true'),(25982,2006,'comment_shortcuts','false'),(25983,2006,'admin_color','fresh'),(25984,2006,'use_ssl','0'),(25985,2006,'show_admin_bar_front','true'),(25986,2006,'locale',''),(25987,2006,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25988,2006,'wp_user_level','0'),(25989,2006,'default_password_nag','1'),(25990,2007,'nickname','mbryannyc1969'),(25991,2007,'first_name',''),(25992,2007,'last_name',''),(25993,2007,'description',''),(25994,2007,'rich_editing','true'),(25995,2007,'comment_shortcuts','false'),(25996,2007,'admin_color','fresh'),(25997,2007,'use_ssl','0'),(25998,2007,'show_admin_bar_front','true'),(25999,2007,'locale',''),(26000,2007,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26001,2007,'wp_user_level','0'),(26002,2007,'default_password_nag','1'),(26003,2008,'nickname','ajpalen51982'),(26004,2008,'first_name',''),(26005,2008,'last_name',''),(26006,2008,'description',''),(26007,2008,'rich_editing','true'),(26008,2008,'comment_shortcuts','false'),(26009,2008,'admin_color','fresh'),(26010,2008,'use_ssl','0'),(26011,2008,'show_admin_bar_front','true'),(26012,2008,'locale',''),(26013,2008,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26014,2008,'wp_user_level','0'),(26015,2008,'default_password_nag','1'),(26016,2009,'nickname','trumanbrooks1965'),(26017,2009,'first_name',''),(26018,2009,'last_name',''),(26019,2009,'description',''),(26020,2009,'rich_editing','true'),(26021,2009,'comment_shortcuts','false'),(26022,2009,'admin_color','fresh'),(26023,2009,'use_ssl','0'),(26024,2009,'show_admin_bar_front','true'),(26025,2009,'locale',''),(26026,2009,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26027,2009,'wp_user_level','0'),(26028,2009,'default_password_nag','1'),(26029,2010,'nickname','amos56061973'),(26030,2010,'first_name',''),(26031,2010,'last_name',''),(26032,2010,'description',''),(26033,2010,'rich_editing','true'),(26034,2010,'comment_shortcuts','false'),(26035,2010,'admin_color','fresh'),(26036,2010,'use_ssl','0'),(26037,2010,'show_admin_bar_front','true'),(26038,2010,'locale',''),(26039,2010,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26040,2010,'wp_user_level','0'),(26041,2010,'default_password_nag','1'),(26042,2011,'nickname','onur.exe1998'),(26043,2011,'first_name',''),(26044,2011,'last_name',''),(26045,2011,'description',''),(26046,2011,'rich_editing','true'),(26047,2011,'comment_shortcuts','false'),(26048,2011,'admin_color','fresh'),(26049,2011,'use_ssl','0'),(26050,2011,'show_admin_bar_front','true'),(26051,2011,'locale',''),(26052,2011,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26053,2011,'wp_user_level','0'),(26054,2011,'default_password_nag','1'),(26055,2012,'nickname','barthelemy.phi1984'),(26056,2012,'first_name',''),(26057,2012,'last_name',''),(26058,2012,'description',''),(26059,2012,'rich_editing','true'),(26060,2012,'comment_shortcuts','false'),(26061,2012,'admin_color','fresh'),(26062,2012,'use_ssl','0'),(26063,2012,'show_admin_bar_front','true'),(26064,2012,'locale',''),(26065,2012,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26066,2012,'wp_user_level','0'),(26067,2012,'default_password_nag','1'),(26068,2013,'nickname','satydawgdw1986'),(26069,2013,'first_name',''),(26070,2013,'last_name',''),(26071,2013,'description',''),(26072,2013,'rich_editing','true'),(26073,2013,'comment_shortcuts','false'),(26074,2013,'admin_color','fresh'),(26075,2013,'use_ssl','0'),(26076,2013,'show_admin_bar_front','true'),(26077,2013,'locale',''),(26078,2013,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26079,2013,'wp_user_level','0'),(26080,2013,'default_password_nag','1'),(26081,2014,'nickname','jesse.vargas1998'),(26082,2014,'first_name',''),(26083,2014,'last_name',''),(26084,2014,'description',''),(26085,2014,'rich_editing','true'),(26086,2014,'comment_shortcuts','false'),(26087,2014,'admin_color','fresh'),(26088,2014,'use_ssl','0'),(26089,2014,'show_admin_bar_front','true'),(26090,2014,'locale',''),(26091,2014,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26092,2014,'wp_user_level','0'),(26093,2014,'default_password_nag','1'),(26094,2015,'nickname','jimbobbeg1968'),(26095,2015,'first_name',''),(26096,2015,'last_name',''),(26097,2015,'description',''),(26098,2015,'rich_editing','true'),(26099,2015,'comment_shortcuts','false'),(26100,2015,'admin_color','fresh'),(26101,2015,'use_ssl','0'),(26102,2015,'show_admin_bar_front','true'),(26103,2015,'locale',''),(26104,2015,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26105,2015,'wp_user_level','0'),(26106,2015,'default_password_nag','1'),(26107,2016,'nickname','laurabeese1961'),(26108,2016,'first_name',''),(26109,2016,'last_name',''),(26110,2016,'description',''),(26111,2016,'rich_editing','true'),(26112,2016,'comment_shortcuts','false'),(26113,2016,'admin_color','fresh'),(26114,2016,'use_ssl','0'),(26115,2016,'show_admin_bar_front','true'),(26116,2016,'locale',''),(26117,2016,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26118,2016,'wp_user_level','0'),(26119,2016,'default_password_nag','1'),(26120,2017,'nickname','sky7is11978'),(26121,2017,'first_name',''),(26122,2017,'last_name',''),(26123,2017,'description',''),(26124,2017,'rich_editing','true'),(26125,2017,'comment_shortcuts','false'),(26126,2017,'admin_color','fresh'),(26127,2017,'use_ssl','0'),(26128,2017,'show_admin_bar_front','true'),(26129,2017,'locale',''),(26130,2017,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26131,2017,'wp_user_level','0'),(26132,2017,'default_password_nag','1'),(26133,2018,'nickname','woodfamily841990'),(26134,2018,'first_name',''),(26135,2018,'last_name',''),(26136,2018,'description',''),(26137,2018,'rich_editing','true'),(26138,2018,'comment_shortcuts','false'),(26139,2018,'admin_color','fresh'),(26140,2018,'use_ssl','0'),(26141,2018,'show_admin_bar_front','true'),(26142,2018,'locale',''),(26143,2018,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26144,2018,'wp_user_level','0'),(26145,2018,'default_password_nag','1'),(26146,2019,'nickname','merrill_501997'),(26147,2019,'first_name',''),(26148,2019,'last_name',''),(26149,2019,'description',''),(26150,2019,'rich_editing','true'),(26151,2019,'comment_shortcuts','false'),(26152,2019,'admin_color','fresh'),(26153,2019,'use_ssl','0'),(26154,2019,'show_admin_bar_front','true'),(26155,2019,'locale',''),(26156,2019,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26157,2019,'wp_user_level','0'),(26158,2019,'default_password_nag','1'),(26159,2020,'nickname','anna.sorribes1960'),(26160,2020,'first_name',''),(26161,2020,'last_name',''),(26162,2020,'description',''),(26163,2020,'rich_editing','true'),(26164,2020,'comment_shortcuts','false'),(26165,2020,'admin_color','fresh'),(26166,2020,'use_ssl','0'),(26167,2020,'show_admin_bar_front','true'),(26168,2020,'locale',''),(26169,2020,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26170,2020,'wp_user_level','0'),(26171,2020,'default_password_nag','1'),(26172,2021,'nickname','sherwinnahavandi1989'),(26173,2021,'first_name',''),(26174,2021,'last_name',''),(26175,2021,'description',''),(26176,2021,'rich_editing','true'),(26177,2021,'comment_shortcuts','false'),(26178,2021,'admin_color','fresh'),(26179,2021,'use_ssl','0'),(26180,2021,'show_admin_bar_front','true'),(26181,2021,'locale',''),(26182,2021,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26183,2021,'wp_user_level','0'),(26184,2021,'default_password_nag','1'),(26185,2022,'nickname','amypminnick2007'),(26186,2022,'first_name',''),(26187,2022,'last_name',''),(26188,2022,'description',''),(26189,2022,'rich_editing','true'),(26190,2022,'comment_shortcuts','false'),(26191,2022,'admin_color','fresh'),(26192,2022,'use_ssl','0'),(26193,2022,'show_admin_bar_front','true'),(26194,2022,'locale',''),(26195,2022,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26196,2022,'wp_user_level','0'),(26197,2022,'default_password_nag','1'),(26198,2023,'nickname','helnsi1989'),(26199,2023,'first_name',''),(26200,2023,'last_name',''),(26201,2023,'description',''),(26202,2023,'rich_editing','true'),(26203,2023,'comment_shortcuts','false'),(26204,2023,'admin_color','fresh'),(26205,2023,'use_ssl','0'),(26206,2023,'show_admin_bar_front','true'),(26207,2023,'locale',''),(26208,2023,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26209,2023,'wp_user_level','0'),(26210,2023,'default_password_nag','1'),(26211,2024,'nickname','a-keler2008'),(26212,2024,'first_name',''),(26213,2024,'last_name',''),(26214,2024,'description',''),(26215,2024,'rich_editing','true'),(26216,2024,'comment_shortcuts','false'),(26217,2024,'admin_color','fresh'),(26218,2024,'use_ssl','0'),(26219,2024,'show_admin_bar_front','true'),(26220,2024,'locale',''),(26221,2024,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26222,2024,'wp_user_level','0'),(26223,2024,'default_password_nag','1'),(26224,2025,'nickname','jimjeanwalsh1959'),(26225,2025,'first_name',''),(26226,2025,'last_name',''),(26227,2025,'description',''),(26228,2025,'rich_editing','true'),(26229,2025,'comment_shortcuts','false'),(26230,2025,'admin_color','fresh'),(26231,2025,'use_ssl','0'),(26232,2025,'show_admin_bar_front','true'),(26233,2025,'locale',''),(26234,2025,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26235,2025,'wp_user_level','0'),(26236,2025,'default_password_nag','1'),(26237,2026,'nickname','rmfreese21968'),(26238,2026,'first_name',''),(26239,2026,'last_name',''),(26240,2026,'description',''),(26241,2026,'rich_editing','true'),(26242,2026,'comment_shortcuts','false'),(26243,2026,'admin_color','fresh'),(26244,2026,'use_ssl','0'),(26245,2026,'show_admin_bar_front','true'),(26246,2026,'locale',''),(26247,2026,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26248,2026,'wp_user_level','0'),(26249,2026,'default_password_nag','1'),(26250,2027,'nickname','cancon1982'),(26251,2027,'first_name',''),(26252,2027,'last_name',''),(26253,2027,'description',''),(26254,2027,'rich_editing','true'),(26255,2027,'comment_shortcuts','false'),(26256,2027,'admin_color','fresh'),(26257,2027,'use_ssl','0'),(26258,2027,'show_admin_bar_front','true'),(26259,2027,'locale',''),(26260,2027,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26261,2027,'wp_user_level','0'),(26262,2027,'default_password_nag','1'),(26263,2028,'nickname','butterflyjjgirl1964'),(26264,2028,'first_name',''),(26265,2028,'last_name',''),(26266,2028,'description',''),(26267,2028,'rich_editing','true'),(26268,2028,'comment_shortcuts','false'),(26269,2028,'admin_color','fresh'),(26270,2028,'use_ssl','0'),(26271,2028,'show_admin_bar_front','true'),(26272,2028,'locale',''),(26273,2028,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26274,2028,'wp_user_level','0'),(26275,2028,'default_password_nag','1'),(26276,2029,'nickname','danielastan.ds1950'),(26277,2029,'first_name',''),(26278,2029,'last_name',''),(26279,2029,'description',''),(26280,2029,'rich_editing','true'),(26281,2029,'comment_shortcuts','false'),(26282,2029,'admin_color','fresh'),(26283,2029,'use_ssl','0'),(26284,2029,'show_admin_bar_front','true'),(26285,2029,'locale',''),(26286,2029,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26287,2029,'wp_user_level','0'),(26288,2029,'default_password_nag','1'),(26289,2030,'nickname','tania_abi1971'),(26290,2030,'first_name',''),(26291,2030,'last_name',''),(26292,2030,'description',''),(26293,2030,'rich_editing','true'),(26294,2030,'comment_shortcuts','false'),(26295,2030,'admin_color','fresh'),(26296,2030,'use_ssl','0'),(26297,2030,'show_admin_bar_front','true'),(26298,2030,'locale',''),(26299,2030,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26300,2030,'wp_user_level','0'),(26301,2030,'default_password_nag','1'),(26302,2031,'nickname','mmmimo1974'),(26303,2031,'first_name',''),(26304,2031,'last_name',''),(26305,2031,'description',''),(26306,2031,'rich_editing','true'),(26307,2031,'comment_shortcuts','false'),(26308,2031,'admin_color','fresh'),(26309,2031,'use_ssl','0'),(26310,2031,'show_admin_bar_front','true'),(26311,2031,'locale',''),(26312,2031,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26313,2031,'wp_user_level','0'),(26314,2031,'default_password_nag','1'),(26315,2032,'nickname','hkim9551995'),(26316,2032,'first_name',''),(26317,2032,'last_name',''),(26318,2032,'description',''),(26319,2032,'rich_editing','true'),(26320,2032,'comment_shortcuts','false'),(26321,2032,'admin_color','fresh'),(26322,2032,'use_ssl','0'),(26323,2032,'show_admin_bar_front','true'),(26324,2032,'locale',''),(26325,2032,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26326,2032,'wp_user_level','0'),(26327,2032,'default_password_nag','1'),(26328,2033,'nickname','thenextbigthingx2010'),(26329,2033,'first_name',''),(26330,2033,'last_name',''),(26331,2033,'description',''),(26332,2033,'rich_editing','true'),(26333,2033,'comment_shortcuts','false'),(26334,2033,'admin_color','fresh'),(26335,2033,'use_ssl','0'),(26336,2033,'show_admin_bar_front','true'),(26337,2033,'locale',''),(26338,2033,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26339,2033,'wp_user_level','0'),(26340,2033,'default_password_nag','1'),(26341,2034,'nickname','queenmichelle2001'),(26342,2034,'first_name',''),(26343,2034,'last_name',''),(26344,2034,'description',''),(26345,2034,'rich_editing','true'),(26346,2034,'comment_shortcuts','false'),(26347,2034,'admin_color','fresh'),(26348,2034,'use_ssl','0'),(26349,2034,'show_admin_bar_front','true'),(26350,2034,'locale',''),(26351,2034,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26352,2034,'wp_user_level','0'),(26353,2034,'default_password_nag','1'),(26354,2035,'nickname','antoineclay2010'),(26355,2035,'first_name',''),(26356,2035,'last_name',''),(26357,2035,'description',''),(26358,2035,'rich_editing','true'),(26359,2035,'comment_shortcuts','false'),(26360,2035,'admin_color','fresh'),(26361,2035,'use_ssl','0'),(26362,2035,'show_admin_bar_front','true'),(26363,2035,'locale',''),(26364,2035,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26365,2035,'wp_user_level','0'),(26366,2035,'default_password_nag','1'),(26367,2036,'nickname','kstilsing1981'),(26368,2036,'first_name',''),(26369,2036,'last_name',''),(26370,2036,'description',''),(26371,2036,'rich_editing','true'),(26372,2036,'comment_shortcuts','false'),(26373,2036,'admin_color','fresh'),(26374,2036,'use_ssl','0'),(26375,2036,'show_admin_bar_front','true'),(26376,2036,'locale',''),(26377,2036,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26378,2036,'wp_user_level','0'),(26379,2036,'default_password_nag','1'),(26380,2037,'nickname','tdpw41966'),(26381,2037,'first_name',''),(26382,2037,'last_name',''),(26383,2037,'description',''),(26384,2037,'rich_editing','true'),(26385,2037,'comment_shortcuts','false'),(26386,2037,'admin_color','fresh'),(26387,2037,'use_ssl','0'),(26388,2037,'show_admin_bar_front','true'),(26389,2037,'locale',''),(26390,2037,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26391,2037,'wp_user_level','0'),(26392,2037,'default_password_nag','1'),(26393,2038,'nickname','mikelane37371998'),(26394,2038,'first_name',''),(26395,2038,'last_name',''),(26396,2038,'description',''),(26397,2038,'rich_editing','true'),(26398,2038,'comment_shortcuts','false'),(26399,2038,'admin_color','fresh'),(26400,2038,'use_ssl','0'),(26401,2038,'show_admin_bar_front','true'),(26402,2038,'locale',''),(26403,2038,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26404,2038,'wp_user_level','0'),(26405,2038,'default_password_nag','1'),(26406,2039,'nickname','williams3_61974'),(26407,2039,'first_name',''),(26408,2039,'last_name',''),(26409,2039,'description',''),(26410,2039,'rich_editing','true'),(26411,2039,'comment_shortcuts','false'),(26412,2039,'admin_color','fresh'),(26413,2039,'use_ssl','0'),(26414,2039,'show_admin_bar_front','true'),(26415,2039,'locale',''),(26416,2039,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26417,2039,'wp_user_level','0'),(26418,2039,'default_password_nag','1'),(26419,2040,'nickname','mboozer1984'),(26420,2040,'first_name',''),(26421,2040,'last_name',''),(26422,2040,'description',''),(26423,2040,'rich_editing','true'),(26424,2040,'comment_shortcuts','false'),(26425,2040,'admin_color','fresh'),(26426,2040,'use_ssl','0'),(26427,2040,'show_admin_bar_front','true'),(26428,2040,'locale',''),(26429,2040,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26430,2040,'wp_user_level','0'),(26431,2040,'default_password_nag','1'),(26432,2041,'nickname','crazyydna1969'),(26433,2041,'first_name',''),(26434,2041,'last_name',''),(26435,2041,'description',''),(26436,2041,'rich_editing','true'),(26437,2041,'comment_shortcuts','false'),(26438,2041,'admin_color','fresh'),(26439,2041,'use_ssl','0'),(26440,2041,'show_admin_bar_front','true'),(26441,2041,'locale',''),(26442,2041,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26443,2041,'wp_user_level','0'),(26444,2041,'default_password_nag','1'),(26445,2042,'nickname','smile34631980'),(26446,2042,'first_name',''),(26447,2042,'last_name',''),(26448,2042,'description',''),(26449,2042,'rich_editing','true'),(26450,2042,'comment_shortcuts','false'),(26451,2042,'admin_color','fresh'),(26452,2042,'use_ssl','0'),(26453,2042,'show_admin_bar_front','true'),(26454,2042,'locale',''),(26455,2042,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26456,2042,'wp_user_level','0'),(26457,2042,'default_password_nag','1'),(26458,2043,'nickname','meangel39631962'),(26459,2043,'first_name',''),(26460,2043,'last_name',''),(26461,2043,'description',''),(26462,2043,'rich_editing','true'),(26463,2043,'comment_shortcuts','false'),(26464,2043,'admin_color','fresh'),(26465,2043,'use_ssl','0'),(26466,2043,'show_admin_bar_front','true'),(26467,2043,'locale',''),(26468,2043,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26469,2043,'wp_user_level','0'),(26470,2043,'default_password_nag','1'),(26471,2044,'nickname','christoph.butscher1969'),(26472,2044,'first_name',''),(26473,2044,'last_name',''),(26474,2044,'description',''),(26475,2044,'rich_editing','true'),(26476,2044,'comment_shortcuts','false'),(26477,2044,'admin_color','fresh'),(26478,2044,'use_ssl','0'),(26479,2044,'show_admin_bar_front','true'),(26480,2044,'locale',''),(26481,2044,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26482,2044,'wp_user_level','0'),(26483,2044,'default_password_nag','1'),(26484,2045,'nickname','nmweber451982'),(26485,2045,'first_name',''),(26486,2045,'last_name',''),(26487,2045,'description',''),(26488,2045,'rich_editing','true'),(26489,2045,'comment_shortcuts','false'),(26490,2045,'admin_color','fresh'),(26491,2045,'use_ssl','0'),(26492,2045,'show_admin_bar_front','true'),(26493,2045,'locale',''),(26494,2045,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26495,2045,'wp_user_level','0'),(26496,2045,'default_password_nag','1'),(26497,2046,'nickname','deserteyes1967'),(26498,2046,'first_name',''),(26499,2046,'last_name',''),(26500,2046,'description',''),(26501,2046,'rich_editing','true'),(26502,2046,'comment_shortcuts','false'),(26503,2046,'admin_color','fresh'),(26504,2046,'use_ssl','0'),(26505,2046,'show_admin_bar_front','true'),(26506,2046,'locale',''),(26507,2046,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26508,2046,'wp_user_level','0'),(26509,2046,'default_password_nag','1'),(26510,2047,'nickname','judeeflo1988'),(26511,2047,'first_name',''),(26512,2047,'last_name',''),(26513,2047,'description',''),(26514,2047,'rich_editing','true'),(26515,2047,'comment_shortcuts','false'),(26516,2047,'admin_color','fresh'),(26517,2047,'use_ssl','0'),(26518,2047,'show_admin_bar_front','true'),(26519,2047,'locale',''),(26520,2047,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26521,2047,'wp_user_level','0'),(26522,2047,'default_password_nag','1'),(26523,2048,'nickname','kendrick.cr1953'),(26524,2048,'first_name',''),(26525,2048,'last_name',''),(26526,2048,'description',''),(26527,2048,'rich_editing','true'),(26528,2048,'comment_shortcuts','false'),(26529,2048,'admin_color','fresh'),(26530,2048,'use_ssl','0'),(26531,2048,'show_admin_bar_front','true'),(26532,2048,'locale',''),(26533,2048,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26534,2048,'wp_user_level','0'),(26535,2048,'default_password_nag','1'),(26536,2049,'nickname','jwmorgan061950'),(26537,2049,'first_name',''),(26538,2049,'last_name',''),(26539,2049,'description',''),(26540,2049,'rich_editing','true'),(26541,2049,'comment_shortcuts','false'),(26542,2049,'admin_color','fresh'),(26543,2049,'use_ssl','0'),(26544,2049,'show_admin_bar_front','true'),(26545,2049,'locale',''),(26546,2049,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26547,2049,'wp_user_level','0'),(26548,2049,'default_password_nag','1'),(26549,2050,'nickname','baypointcal2004'),(26550,2050,'first_name',''),(26551,2050,'last_name',''),(26552,2050,'description',''),(26553,2050,'rich_editing','true'),(26554,2050,'comment_shortcuts','false'),(26555,2050,'admin_color','fresh'),(26556,2050,'use_ssl','0'),(26557,2050,'show_admin_bar_front','true'),(26558,2050,'locale',''),(26559,2050,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26560,2050,'wp_user_level','0'),(26561,2050,'default_password_nag','1'),(26562,2051,'nickname','ldhende1952'),(26563,2051,'first_name',''),(26564,2051,'last_name',''),(26565,2051,'description',''),(26566,2051,'rich_editing','true'),(26567,2051,'comment_shortcuts','false'),(26568,2051,'admin_color','fresh'),(26569,2051,'use_ssl','0'),(26570,2051,'show_admin_bar_front','true'),(26571,2051,'locale',''),(26572,2051,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26573,2051,'wp_user_level','0'),(26574,2051,'default_password_nag','1'),(26575,2052,'nickname','tinkalink122006'),(26576,2052,'first_name',''),(26577,2052,'last_name',''),(26578,2052,'description',''),(26579,2052,'rich_editing','true'),(26580,2052,'comment_shortcuts','false'),(26581,2052,'admin_color','fresh'),(26582,2052,'use_ssl','0'),(26583,2052,'show_admin_bar_front','true'),(26584,2052,'locale',''),(26585,2052,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26586,2052,'wp_user_level','0'),(26587,2052,'default_password_nag','1'),(26588,2053,'nickname','valli.buddhavarapu1951'),(26589,2053,'first_name',''),(26590,2053,'last_name',''),(26591,2053,'description',''),(26592,2053,'rich_editing','true'),(26593,2053,'comment_shortcuts','false'),(26594,2053,'admin_color','fresh'),(26595,2053,'use_ssl','0'),(26596,2053,'show_admin_bar_front','true'),(26597,2053,'locale',''),(26598,2053,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26599,2053,'wp_user_level','0'),(26600,2053,'default_password_nag','1'),(26601,2054,'nickname','jenningssk1964'),(26602,2054,'first_name',''),(26603,2054,'last_name',''),(26604,2054,'description',''),(26605,2054,'rich_editing','true'),(26606,2054,'comment_shortcuts','false'),(26607,2054,'admin_color','fresh'),(26608,2054,'use_ssl','0'),(26609,2054,'show_admin_bar_front','true'),(26610,2054,'locale',''),(26611,2054,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26612,2054,'wp_user_level','0'),(26613,2054,'default_password_nag','1'),(26614,2055,'nickname','algcpcu1977'),(26615,2055,'first_name',''),(26616,2055,'last_name',''),(26617,2055,'description',''),(26618,2055,'rich_editing','true'),(26619,2055,'comment_shortcuts','false'),(26620,2055,'admin_color','fresh'),(26621,2055,'use_ssl','0'),(26622,2055,'show_admin_bar_front','true'),(26623,2055,'locale',''),(26624,2055,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26625,2055,'wp_user_level','0'),(26626,2055,'default_password_nag','1'),(26627,2056,'nickname','bezcorry1997'),(26628,2056,'first_name',''),(26629,2056,'last_name',''),(26630,2056,'description',''),(26631,2056,'rich_editing','true'),(26632,2056,'comment_shortcuts','false'),(26633,2056,'admin_color','fresh'),(26634,2056,'use_ssl','0'),(26635,2056,'show_admin_bar_front','true'),(26636,2056,'locale',''),(26637,2056,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26638,2056,'wp_user_level','0'),(26639,2056,'default_password_nag','1'),(26640,2057,'nickname','frenkel_david1971'),(26641,2057,'first_name',''),(26642,2057,'last_name',''),(26643,2057,'description',''),(26644,2057,'rich_editing','true'),(26645,2057,'comment_shortcuts','false'),(26646,2057,'admin_color','fresh'),(26647,2057,'use_ssl','0'),(26648,2057,'show_admin_bar_front','true'),(26649,2057,'locale',''),(26650,2057,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26651,2057,'wp_user_level','0'),(26652,2057,'default_password_nag','1'),(26653,2058,'nickname','lacyrs891950'),(26654,2058,'first_name',''),(26655,2058,'last_name',''),(26656,2058,'description',''),(26657,2058,'rich_editing','true'),(26658,2058,'comment_shortcuts','false'),(26659,2058,'admin_color','fresh'),(26660,2058,'use_ssl','0'),(26661,2058,'show_admin_bar_front','true'),(26662,2058,'locale',''),(26663,2058,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26664,2058,'wp_user_level','0'),(26665,2058,'default_password_nag','1'),(26666,2059,'nickname','newfictionwriter1967'),(26667,2059,'first_name',''),(26668,2059,'last_name',''),(26669,2059,'description',''),(26670,2059,'rich_editing','true'),(26671,2059,'comment_shortcuts','false'),(26672,2059,'admin_color','fresh'),(26673,2059,'use_ssl','0'),(26674,2059,'show_admin_bar_front','true'),(26675,2059,'locale',''),(26676,2059,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26677,2059,'wp_user_level','0'),(26678,2059,'default_password_nag','1'),(26679,2060,'nickname','damnm131984'),(26680,2060,'first_name',''),(26681,2060,'last_name',''),(26682,2060,'description',''),(26683,2060,'rich_editing','true'),(26684,2060,'comment_shortcuts','false'),(26685,2060,'admin_color','fresh'),(26686,2060,'use_ssl','0'),(26687,2060,'show_admin_bar_front','true'),(26688,2060,'locale',''),(26689,2060,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26690,2060,'wp_user_level','0'),(26691,2060,'default_password_nag','1'),(26692,2061,'nickname','charity1271968'),(26693,2061,'first_name',''),(26694,2061,'last_name',''),(26695,2061,'description',''),(26696,2061,'rich_editing','true'),(26697,2061,'comment_shortcuts','false'),(26698,2061,'admin_color','fresh'),(26699,2061,'use_ssl','0'),(26700,2061,'show_admin_bar_front','true'),(26701,2061,'locale',''),(26702,2061,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26703,2061,'wp_user_level','0'),(26704,2061,'default_password_nag','1'),(26705,2062,'nickname','evy0101965'),(26706,2062,'first_name',''),(26707,2062,'last_name',''),(26708,2062,'description',''),(26709,2062,'rich_editing','true'),(26710,2062,'comment_shortcuts','false'),(26711,2062,'admin_color','fresh'),(26712,2062,'use_ssl','0'),(26713,2062,'show_admin_bar_front','true'),(26714,2062,'locale',''),(26715,2062,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26716,2062,'wp_user_level','0'),(26717,2062,'default_password_nag','1'),(26718,2063,'nickname','vannichol1987'),(26719,2063,'first_name',''),(26720,2063,'last_name',''),(26721,2063,'description',''),(26722,2063,'rich_editing','true'),(26723,2063,'comment_shortcuts','false'),(26724,2063,'admin_color','fresh'),(26725,2063,'use_ssl','0'),(26726,2063,'show_admin_bar_front','true'),(26727,2063,'locale',''),(26728,2063,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26729,2063,'wp_user_level','0'),(26730,2063,'default_password_nag','1'),(26731,2064,'nickname','cyberdog561952'),(26732,2064,'first_name',''),(26733,2064,'last_name',''),(26734,2064,'description',''),(26735,2064,'rich_editing','true'),(26736,2064,'comment_shortcuts','false'),(26737,2064,'admin_color','fresh'),(26738,2064,'use_ssl','0'),(26739,2064,'show_admin_bar_front','true'),(26740,2064,'locale',''),(26741,2064,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26742,2064,'wp_user_level','0'),(26743,2064,'default_password_nag','1'),(26744,2065,'nickname','iamitalian1988'),(26745,2065,'first_name',''),(26746,2065,'last_name',''),(26747,2065,'description',''),(26748,2065,'rich_editing','true'),(26749,2065,'comment_shortcuts','false'),(26750,2065,'admin_color','fresh'),(26751,2065,'use_ssl','0'),(26752,2065,'show_admin_bar_front','true'),(26753,2065,'locale',''),(26754,2065,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26755,2065,'wp_user_level','0'),(26756,2065,'default_password_nag','1'),(26757,2066,'nickname','ajax0071968'),(26758,2066,'first_name',''),(26759,2066,'last_name',''),(26760,2066,'description',''),(26761,2066,'rich_editing','true'),(26762,2066,'comment_shortcuts','false'),(26763,2066,'admin_color','fresh'),(26764,2066,'use_ssl','0'),(26765,2066,'show_admin_bar_front','true'),(26766,2066,'locale',''),(26767,2066,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26768,2066,'wp_user_level','0'),(26769,2066,'default_password_nag','1'),(26770,2067,'nickname','jamespmalone1999'),(26771,2067,'first_name',''),(26772,2067,'last_name',''),(26773,2067,'description',''),(26774,2067,'rich_editing','true'),(26775,2067,'comment_shortcuts','false'),(26776,2067,'admin_color','fresh'),(26777,2067,'use_ssl','0'),(26778,2067,'show_admin_bar_front','true'),(26779,2067,'locale',''),(26780,2067,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26781,2067,'wp_user_level','0'),(26782,2067,'default_password_nag','1'),(26783,2068,'nickname','courtwaggoner1969'),(26784,2068,'first_name',''),(26785,2068,'last_name',''),(26786,2068,'description',''),(26787,2068,'rich_editing','true'),(26788,2068,'comment_shortcuts','false'),(26789,2068,'admin_color','fresh'),(26790,2068,'use_ssl','0'),(26791,2068,'show_admin_bar_front','true'),(26792,2068,'locale',''),(26793,2068,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26794,2068,'wp_user_level','0'),(26795,2068,'default_password_nag','1'),(26796,2069,'nickname','adetutuo31996'),(26797,2069,'first_name',''),(26798,2069,'last_name',''),(26799,2069,'description',''),(26800,2069,'rich_editing','true'),(26801,2069,'comment_shortcuts','false'),(26802,2069,'admin_color','fresh'),(26803,2069,'use_ssl','0'),(26804,2069,'show_admin_bar_front','true'),(26805,2069,'locale',''),(26806,2069,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26807,2069,'wp_user_level','0'),(26808,2069,'default_password_nag','1'),(26809,2070,'nickname','beazbadazme21955'),(26810,2070,'first_name',''),(26811,2070,'last_name',''),(26812,2070,'description',''),(26813,2070,'rich_editing','true'),(26814,2070,'comment_shortcuts','false'),(26815,2070,'admin_color','fresh'),(26816,2070,'use_ssl','0'),(26817,2070,'show_admin_bar_front','true'),(26818,2070,'locale',''),(26819,2070,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26820,2070,'wp_user_level','0'),(26821,2070,'default_password_nag','1'),(26822,2071,'nickname','samuel.siegel1964'),(26823,2071,'first_name',''),(26824,2071,'last_name',''),(26825,2071,'description',''),(26826,2071,'rich_editing','true'),(26827,2071,'comment_shortcuts','false'),(26828,2071,'admin_color','fresh'),(26829,2071,'use_ssl','0'),(26830,2071,'show_admin_bar_front','true'),(26831,2071,'locale',''),(26832,2071,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26833,2071,'wp_user_level','0'),(26834,2071,'default_password_nag','1'),(26835,2072,'nickname','tvaitkus1969'),(26836,2072,'first_name',''),(26837,2072,'last_name',''),(26838,2072,'description',''),(26839,2072,'rich_editing','true'),(26840,2072,'comment_shortcuts','false'),(26841,2072,'admin_color','fresh'),(26842,2072,'use_ssl','0'),(26843,2072,'show_admin_bar_front','true'),(26844,2072,'locale',''),(26845,2072,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26846,2072,'wp_user_level','0'),(26847,2072,'default_password_nag','1'),(26848,2073,'nickname','navkaz1979'),(26849,2073,'first_name',''),(26850,2073,'last_name',''),(26851,2073,'description',''),(26852,2073,'rich_editing','true'),(26853,2073,'comment_shortcuts','false'),(26854,2073,'admin_color','fresh'),(26855,2073,'use_ssl','0'),(26856,2073,'show_admin_bar_front','true'),(26857,2073,'locale',''),(26858,2073,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26859,2073,'wp_user_level','0'),(26860,2073,'default_password_nag','1'),(26861,2074,'nickname','karim.b.salem1983'),(26862,2074,'first_name',''),(26863,2074,'last_name',''),(26864,2074,'description',''),(26865,2074,'rich_editing','true'),(26866,2074,'comment_shortcuts','false'),(26867,2074,'admin_color','fresh'),(26868,2074,'use_ssl','0'),(26869,2074,'show_admin_bar_front','true'),(26870,2074,'locale',''),(26871,2074,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26872,2074,'wp_user_level','0'),(26873,2074,'default_password_nag','1'),(26874,2075,'nickname','camper601981'),(26875,2075,'first_name',''),(26876,2075,'last_name',''),(26877,2075,'description',''),(26878,2075,'rich_editing','true'),(26879,2075,'comment_shortcuts','false'),(26880,2075,'admin_color','fresh'),(26881,2075,'use_ssl','0'),(26882,2075,'show_admin_bar_front','true'),(26883,2075,'locale',''),(26884,2075,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26885,2075,'wp_user_level','0'),(26886,2075,'default_password_nag','1'),(26887,2076,'nickname','barbaragaston1998'),(26888,2076,'first_name',''),(26889,2076,'last_name',''),(26890,2076,'description',''),(26891,2076,'rich_editing','true'),(26892,2076,'comment_shortcuts','false'),(26893,2076,'admin_color','fresh'),(26894,2076,'use_ssl','0'),(26895,2076,'show_admin_bar_front','true'),(26896,2076,'locale',''),(26897,2076,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26898,2076,'wp_user_level','0'),(26899,2076,'default_password_nag','1'),(26900,2077,'nickname','m.main2007'),(26901,2077,'first_name',''),(26902,2077,'last_name',''),(26903,2077,'description',''),(26904,2077,'rich_editing','true'),(26905,2077,'comment_shortcuts','false'),(26906,2077,'admin_color','fresh'),(26907,2077,'use_ssl','0'),(26908,2077,'show_admin_bar_front','true'),(26909,2077,'locale',''),(26910,2077,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26911,2077,'wp_user_level','0'),(26912,2077,'default_password_nag','1'),(26913,2078,'nickname','rachdadramaqueen1978'),(26914,2078,'first_name',''),(26915,2078,'last_name',''),(26916,2078,'description',''),(26917,2078,'rich_editing','true'),(26918,2078,'comment_shortcuts','false'),(26919,2078,'admin_color','fresh'),(26920,2078,'use_ssl','0'),(26921,2078,'show_admin_bar_front','true'),(26922,2078,'locale',''),(26923,2078,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26924,2078,'wp_user_level','0'),(26925,2078,'default_password_nag','1'),(26926,2079,'nickname','samantha441974'),(26927,2079,'first_name',''),(26928,2079,'last_name',''),(26929,2079,'description',''),(26930,2079,'rich_editing','true'),(26931,2079,'comment_shortcuts','false'),(26932,2079,'admin_color','fresh'),(26933,2079,'use_ssl','0'),(26934,2079,'show_admin_bar_front','true'),(26935,2079,'locale',''),(26936,2079,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26937,2079,'wp_user_level','0'),(26938,2079,'default_password_nag','1'),(26939,2080,'nickname','adamvespe1982'),(26940,2080,'first_name',''),(26941,2080,'last_name',''),(26942,2080,'description',''),(26943,2080,'rich_editing','true'),(26944,2080,'comment_shortcuts','false'),(26945,2080,'admin_color','fresh'),(26946,2080,'use_ssl','0'),(26947,2080,'show_admin_bar_front','true'),(26948,2080,'locale',''),(26949,2080,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26950,2080,'wp_user_level','0'),(26951,2080,'default_password_nag','1'),(26952,2081,'nickname','vdeglopper2010'),(26953,2081,'first_name',''),(26954,2081,'last_name',''),(26955,2081,'description',''),(26956,2081,'rich_editing','true'),(26957,2081,'comment_shortcuts','false'),(26958,2081,'admin_color','fresh'),(26959,2081,'use_ssl','0'),(26960,2081,'show_admin_bar_front','true'),(26961,2081,'locale',''),(26962,2081,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26963,2081,'wp_user_level','0'),(26964,2081,'default_password_nag','1'),(26965,2082,'nickname','sebelinko1963'),(26966,2082,'first_name',''),(26967,2082,'last_name',''),(26968,2082,'description',''),(26969,2082,'rich_editing','true'),(26970,2082,'comment_shortcuts','false'),(26971,2082,'admin_color','fresh'),(26972,2082,'use_ssl','0'),(26973,2082,'show_admin_bar_front','true'),(26974,2082,'locale',''),(26975,2082,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26976,2082,'wp_user_level','0'),(26977,2082,'default_password_nag','1'),(26978,2083,'nickname','uhhpriscillanred1983'),(26979,2083,'first_name',''),(26980,2083,'last_name',''),(26981,2083,'description',''),(26982,2083,'rich_editing','true'),(26983,2083,'comment_shortcuts','false'),(26984,2083,'admin_color','fresh'),(26985,2083,'use_ssl','0'),(26986,2083,'show_admin_bar_front','true'),(26987,2083,'locale',''),(26988,2083,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(26989,2083,'wp_user_level','0'),(26990,2083,'default_password_nag','1'),(26991,2084,'nickname','jeffrey.tremel1973'),(26992,2084,'first_name',''),(26993,2084,'last_name',''),(26994,2084,'description',''),(26995,2084,'rich_editing','true'),(26996,2084,'comment_shortcuts','false'),(26997,2084,'admin_color','fresh'),(26998,2084,'use_ssl','0'),(26999,2084,'show_admin_bar_front','true'),(27000,2084,'locale',''),(27001,2084,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27002,2084,'wp_user_level','0'),(27003,2084,'default_password_nag','1'),(27004,2085,'nickname','lou1961'),(27005,2085,'first_name',''),(27006,2085,'last_name',''),(27007,2085,'description',''),(27008,2085,'rich_editing','true'),(27009,2085,'comment_shortcuts','false'),(27010,2085,'admin_color','fresh'),(27011,2085,'use_ssl','0'),(27012,2085,'show_admin_bar_front','true'),(27013,2085,'locale',''),(27014,2085,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27015,2085,'wp_user_level','0'),(27016,2085,'default_password_nag','1'),(27017,2086,'nickname','wanderinguy1990'),(27018,2086,'first_name',''),(27019,2086,'last_name',''),(27020,2086,'description',''),(27021,2086,'rich_editing','true'),(27022,2086,'comment_shortcuts','false'),(27023,2086,'admin_color','fresh'),(27024,2086,'use_ssl','0'),(27025,2086,'show_admin_bar_front','true'),(27026,2086,'locale',''),(27027,2086,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27028,2086,'wp_user_level','0'),(27029,2086,'default_password_nag','1'),(27030,2087,'nickname','lauricet1999'),(27031,2087,'first_name',''),(27032,2087,'last_name',''),(27033,2087,'description',''),(27034,2087,'rich_editing','true'),(27035,2087,'comment_shortcuts','false'),(27036,2087,'admin_color','fresh'),(27037,2087,'use_ssl','0'),(27038,2087,'show_admin_bar_front','true'),(27039,2087,'locale',''),(27040,2087,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27041,2087,'wp_user_level','0'),(27042,2087,'default_password_nag','1'),(27043,2088,'nickname','dmat792004'),(27044,2088,'first_name',''),(27045,2088,'last_name',''),(27046,2088,'description',''),(27047,2088,'rich_editing','true'),(27048,2088,'comment_shortcuts','false'),(27049,2088,'admin_color','fresh'),(27050,2088,'use_ssl','0'),(27051,2088,'show_admin_bar_front','true'),(27052,2088,'locale',''),(27053,2088,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27054,2088,'wp_user_level','0'),(27055,2088,'default_password_nag','1'),(27056,2089,'nickname','letreedoc341982'),(27057,2089,'first_name',''),(27058,2089,'last_name',''),(27059,2089,'description',''),(27060,2089,'rich_editing','true'),(27061,2089,'comment_shortcuts','false'),(27062,2089,'admin_color','fresh'),(27063,2089,'use_ssl','0'),(27064,2089,'show_admin_bar_front','true'),(27065,2089,'locale',''),(27066,2089,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27067,2089,'wp_user_level','0'),(27068,2089,'default_password_nag','1'),(27069,2090,'nickname','flannman231955'),(27070,2090,'first_name',''),(27071,2090,'last_name',''),(27072,2090,'description',''),(27073,2090,'rich_editing','true'),(27074,2090,'comment_shortcuts','false'),(27075,2090,'admin_color','fresh'),(27076,2090,'use_ssl','0'),(27077,2090,'show_admin_bar_front','true'),(27078,2090,'locale',''),(27079,2090,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27080,2090,'wp_user_level','0'),(27081,2090,'default_password_nag','1'),(27082,2091,'nickname','dansab211989'),(27083,2091,'first_name',''),(27084,2091,'last_name',''),(27085,2091,'description',''),(27086,2091,'rich_editing','true'),(27087,2091,'comment_shortcuts','false'),(27088,2091,'admin_color','fresh'),(27089,2091,'use_ssl','0'),(27090,2091,'show_admin_bar_front','true'),(27091,2091,'locale',''),(27092,2091,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27093,2091,'wp_user_level','0'),(27094,2091,'default_password_nag','1'),(27095,2092,'nickname','kandusm341960'),(27096,2092,'first_name',''),(27097,2092,'last_name',''),(27098,2092,'description',''),(27099,2092,'rich_editing','true'),(27100,2092,'comment_shortcuts','false'),(27101,2092,'admin_color','fresh'),(27102,2092,'use_ssl','0'),(27103,2092,'show_admin_bar_front','true'),(27104,2092,'locale',''),(27105,2092,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27106,2092,'wp_user_level','0'),(27107,2092,'default_password_nag','1'),(27108,2093,'nickname','andyg1978'),(27109,2093,'first_name',''),(27110,2093,'last_name',''),(27111,2093,'description',''),(27112,2093,'rich_editing','true'),(27113,2093,'comment_shortcuts','false'),(27114,2093,'admin_color','fresh'),(27115,2093,'use_ssl','0'),(27116,2093,'show_admin_bar_front','true'),(27117,2093,'locale',''),(27118,2093,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27119,2093,'wp_user_level','0'),(27120,2093,'default_password_nag','1'),(27121,2094,'nickname','whitdl61963'),(27122,2094,'first_name',''),(27123,2094,'last_name',''),(27124,2094,'description',''),(27125,2094,'rich_editing','true'),(27126,2094,'comment_shortcuts','false'),(27127,2094,'admin_color','fresh'),(27128,2094,'use_ssl','0'),(27129,2094,'show_admin_bar_front','true'),(27130,2094,'locale',''),(27131,2094,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27132,2094,'wp_user_level','0'),(27133,2094,'default_password_nag','1'),(27134,2095,'nickname','vantroip1978'),(27135,2095,'first_name',''),(27136,2095,'last_name',''),(27137,2095,'description',''),(27138,2095,'rich_editing','true'),(27139,2095,'comment_shortcuts','false'),(27140,2095,'admin_color','fresh'),(27141,2095,'use_ssl','0'),(27142,2095,'show_admin_bar_front','true'),(27143,2095,'locale',''),(27144,2095,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27145,2095,'wp_user_level','0'),(27146,2095,'default_password_nag','1'),(27147,2096,'nickname','confiucius2004'),(27148,2096,'first_name',''),(27149,2096,'last_name',''),(27150,2096,'description',''),(27151,2096,'rich_editing','true'),(27152,2096,'comment_shortcuts','false'),(27153,2096,'admin_color','fresh'),(27154,2096,'use_ssl','0'),(27155,2096,'show_admin_bar_front','true'),(27156,2096,'locale',''),(27157,2096,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27158,2096,'wp_user_level','0'),(27159,2096,'default_password_nag','1'),(27160,2097,'nickname','mnfeely2001'),(27161,2097,'first_name',''),(27162,2097,'last_name',''),(27163,2097,'description',''),(27164,2097,'rich_editing','true'),(27165,2097,'comment_shortcuts','false'),(27166,2097,'admin_color','fresh'),(27167,2097,'use_ssl','0'),(27168,2097,'show_admin_bar_front','true'),(27169,2097,'locale',''),(27170,2097,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27171,2097,'wp_user_level','0'),(27172,2097,'default_password_nag','1'),(27173,2098,'nickname','dancinforjesus1961'),(27174,2098,'first_name',''),(27175,2098,'last_name',''),(27176,2098,'description',''),(27177,2098,'rich_editing','true'),(27178,2098,'comment_shortcuts','false'),(27179,2098,'admin_color','fresh'),(27180,2098,'use_ssl','0'),(27181,2098,'show_admin_bar_front','true'),(27182,2098,'locale',''),(27183,2098,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27184,2098,'wp_user_level','0'),(27185,2098,'default_password_nag','1'),(27186,2099,'nickname','ktalbert11982'),(27187,2099,'first_name',''),(27188,2099,'last_name',''),(27189,2099,'description',''),(27190,2099,'rich_editing','true'),(27191,2099,'comment_shortcuts','false'),(27192,2099,'admin_color','fresh'),(27193,2099,'use_ssl','0'),(27194,2099,'show_admin_bar_front','true'),(27195,2099,'locale',''),(27196,2099,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27197,2099,'wp_user_level','0'),(27198,2099,'default_password_nag','1'),(27199,2100,'nickname','pnglee1992'),(27200,2100,'first_name',''),(27201,2100,'last_name',''),(27202,2100,'description',''),(27203,2100,'rich_editing','true'),(27204,2100,'comment_shortcuts','false'),(27205,2100,'admin_color','fresh'),(27206,2100,'use_ssl','0'),(27207,2100,'show_admin_bar_front','true'),(27208,2100,'locale',''),(27209,2100,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27210,2100,'wp_user_level','0'),(27211,2100,'default_password_nag','1'),(27212,2101,'nickname','mreimink1994'),(27213,2101,'first_name',''),(27214,2101,'last_name',''),(27215,2101,'description',''),(27216,2101,'rich_editing','true'),(27217,2101,'comment_shortcuts','false'),(27218,2101,'admin_color','fresh'),(27219,2101,'use_ssl','0'),(27220,2101,'show_admin_bar_front','true'),(27221,2101,'locale',''),(27222,2101,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27223,2101,'wp_user_level','0'),(27224,2101,'default_password_nag','1'),(27225,2102,'nickname','pyro27081998'),(27226,2102,'first_name',''),(27227,2102,'last_name',''),(27228,2102,'description',''),(27229,2102,'rich_editing','true'),(27230,2102,'comment_shortcuts','false'),(27231,2102,'admin_color','fresh'),(27232,2102,'use_ssl','0'),(27233,2102,'show_admin_bar_front','true'),(27234,2102,'locale',''),(27235,2102,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27236,2102,'wp_user_level','0'),(27237,2102,'default_password_nag','1'),(27238,2103,'nickname','andre.p1985'),(27239,2103,'first_name',''),(27240,2103,'last_name',''),(27241,2103,'description',''),(27242,2103,'rich_editing','true'),(27243,2103,'comment_shortcuts','false'),(27244,2103,'admin_color','fresh'),(27245,2103,'use_ssl','0'),(27246,2103,'show_admin_bar_front','true'),(27247,2103,'locale',''),(27248,2103,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27249,2103,'wp_user_level','0'),(27250,2103,'default_password_nag','1'),(27251,2104,'nickname','ikharasch1962'),(27252,2104,'first_name',''),(27253,2104,'last_name',''),(27254,2104,'description',''),(27255,2104,'rich_editing','true'),(27256,2104,'comment_shortcuts','false'),(27257,2104,'admin_color','fresh'),(27258,2104,'use_ssl','0'),(27259,2104,'show_admin_bar_front','true'),(27260,2104,'locale',''),(27261,2104,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27262,2104,'wp_user_level','0'),(27263,2104,'default_password_nag','1'),(27264,2105,'nickname','dbrnz1957'),(27265,2105,'first_name',''),(27266,2105,'last_name',''),(27267,2105,'description',''),(27268,2105,'rich_editing','true'),(27269,2105,'comment_shortcuts','false'),(27270,2105,'admin_color','fresh'),(27271,2105,'use_ssl','0'),(27272,2105,'show_admin_bar_front','true'),(27273,2105,'locale',''),(27274,2105,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27275,2105,'wp_user_level','0'),(27276,2105,'default_password_nag','1'),(27277,2106,'nickname','danbrooks0071986'),(27278,2106,'first_name',''),(27279,2106,'last_name',''),(27280,2106,'description',''),(27281,2106,'rich_editing','true'),(27282,2106,'comment_shortcuts','false'),(27283,2106,'admin_color','fresh'),(27284,2106,'use_ssl','0'),(27285,2106,'show_admin_bar_front','true'),(27286,2106,'locale',''),(27287,2106,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27288,2106,'wp_user_level','0'),(27289,2106,'default_password_nag','1'),(27290,2107,'nickname','keaganisaguy2002'),(27291,2107,'first_name',''),(27292,2107,'last_name',''),(27293,2107,'description',''),(27294,2107,'rich_editing','true'),(27295,2107,'comment_shortcuts','false'),(27296,2107,'admin_color','fresh'),(27297,2107,'use_ssl','0'),(27298,2107,'show_admin_bar_front','true'),(27299,2107,'locale',''),(27300,2107,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27301,2107,'wp_user_level','0'),(27302,2107,'default_password_nag','1'),(27303,2108,'nickname','harringtona11995'),(27304,2108,'first_name',''),(27305,2108,'last_name',''),(27306,2108,'description',''),(27307,2108,'rich_editing','true'),(27308,2108,'comment_shortcuts','false'),(27309,2108,'admin_color','fresh'),(27310,2108,'use_ssl','0'),(27311,2108,'show_admin_bar_front','true'),(27312,2108,'locale',''),(27313,2108,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27314,2108,'wp_user_level','0'),(27315,2108,'default_password_nag','1'),(27316,2109,'nickname','duke.claussen1975'),(27317,2109,'first_name',''),(27318,2109,'last_name',''),(27319,2109,'description',''),(27320,2109,'rich_editing','true'),(27321,2109,'comment_shortcuts','false'),(27322,2109,'admin_color','fresh'),(27323,2109,'use_ssl','0'),(27324,2109,'show_admin_bar_front','true'),(27325,2109,'locale',''),(27326,2109,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27327,2109,'wp_user_level','0'),(27328,2109,'default_password_nag','1'),(27329,2110,'nickname','i.rogers32002'),(27330,2110,'first_name',''),(27331,2110,'last_name',''),(27332,2110,'description',''),(27333,2110,'rich_editing','true'),(27334,2110,'comment_shortcuts','false'),(27335,2110,'admin_color','fresh'),(27336,2110,'use_ssl','0'),(27337,2110,'show_admin_bar_front','true'),(27338,2110,'locale',''),(27339,2110,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27340,2110,'wp_user_level','0'),(27341,2110,'default_password_nag','1'),(27342,2111,'nickname','mssherrywine1993'),(27343,2111,'first_name',''),(27344,2111,'last_name',''),(27345,2111,'description',''),(27346,2111,'rich_editing','true'),(27347,2111,'comment_shortcuts','false'),(27348,2111,'admin_color','fresh'),(27349,2111,'use_ssl','0'),(27350,2111,'show_admin_bar_front','true'),(27351,2111,'locale',''),(27352,2111,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27353,2111,'wp_user_level','0'),(27354,2111,'default_password_nag','1'),(27355,2112,'nickname','reneeigaw1962'),(27356,2112,'first_name',''),(27357,2112,'last_name',''),(27358,2112,'description',''),(27359,2112,'rich_editing','true'),(27360,2112,'comment_shortcuts','false'),(27361,2112,'admin_color','fresh'),(27362,2112,'use_ssl','0'),(27363,2112,'show_admin_bar_front','true'),(27364,2112,'locale',''),(27365,2112,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27366,2112,'wp_user_level','0'),(27367,2112,'default_password_nag','1'),(27368,2113,'nickname','rudy_novartis1961'),(27369,2113,'first_name',''),(27370,2113,'last_name',''),(27371,2113,'description',''),(27372,2113,'rich_editing','true'),(27373,2113,'comment_shortcuts','false'),(27374,2113,'admin_color','fresh'),(27375,2113,'use_ssl','0'),(27376,2113,'show_admin_bar_front','true'),(27377,2113,'locale',''),(27378,2113,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27379,2113,'wp_user_level','0'),(27380,2113,'default_password_nag','1'),(27381,2114,'nickname','mriorio1984'),(27382,2114,'first_name',''),(27383,2114,'last_name',''),(27384,2114,'description',''),(27385,2114,'rich_editing','true'),(27386,2114,'comment_shortcuts','false'),(27387,2114,'admin_color','fresh'),(27388,2114,'use_ssl','0'),(27389,2114,'show_admin_bar_front','true'),(27390,2114,'locale',''),(27391,2114,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27392,2114,'wp_user_level','0'),(27393,2114,'default_password_nag','1'),(27394,2115,'nickname','christian08032004'),(27395,2115,'first_name',''),(27396,2115,'last_name',''),(27397,2115,'description',''),(27398,2115,'rich_editing','true'),(27399,2115,'comment_shortcuts','false'),(27400,2115,'admin_color','fresh'),(27401,2115,'use_ssl','0'),(27402,2115,'show_admin_bar_front','true'),(27403,2115,'locale',''),(27404,2115,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27405,2115,'wp_user_level','0'),(27406,2115,'default_password_nag','1'),(27407,2116,'nickname','mleedan1972'),(27408,2116,'first_name',''),(27409,2116,'last_name',''),(27410,2116,'description',''),(27411,2116,'rich_editing','true'),(27412,2116,'comment_shortcuts','false'),(27413,2116,'admin_color','fresh'),(27414,2116,'use_ssl','0'),(27415,2116,'show_admin_bar_front','true'),(27416,2116,'locale',''),(27417,2116,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27418,2116,'wp_user_level','0'),(27419,2116,'default_password_nag','1'),(27420,2117,'nickname','nlumutenga1956'),(27421,2117,'first_name',''),(27422,2117,'last_name',''),(27423,2117,'description',''),(27424,2117,'rich_editing','true'),(27425,2117,'comment_shortcuts','false'),(27426,2117,'admin_color','fresh'),(27427,2117,'use_ssl','0'),(27428,2117,'show_admin_bar_front','true'),(27429,2117,'locale',''),(27430,2117,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27431,2117,'wp_user_level','0'),(27432,2117,'default_password_nag','1'),(27433,2118,'nickname','jwilliam43471973'),(27434,2118,'first_name',''),(27435,2118,'last_name',''),(27436,2118,'description',''),(27437,2118,'rich_editing','true'),(27438,2118,'comment_shortcuts','false'),(27439,2118,'admin_color','fresh'),(27440,2118,'use_ssl','0'),(27441,2118,'show_admin_bar_front','true'),(27442,2118,'locale',''),(27443,2118,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27444,2118,'wp_user_level','0'),(27445,2118,'default_password_nag','1'),(27448,2119,'nickname','cdlars22001'),(27449,2119,'first_name',''),(27450,2119,'last_name',''),(27451,2119,'description',''),(27452,2119,'rich_editing','true'),(27453,2119,'comment_shortcuts','false'),(27454,2119,'admin_color','fresh'),(27455,2119,'use_ssl','0'),(27456,2119,'show_admin_bar_front','true'),(27457,2119,'locale',''),(27458,2119,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27459,2119,'wp_user_level','0'),(27460,2119,'default_password_nag','1'),(27461,2120,'nickname','alex.cmiller1959'),(27462,2120,'first_name',''),(27463,2120,'last_name',''),(27464,2120,'description',''),(27465,2120,'rich_editing','true'),(27466,2120,'comment_shortcuts','false'),(27467,2120,'admin_color','fresh'),(27468,2120,'use_ssl','0'),(27469,2120,'show_admin_bar_front','true'),(27470,2120,'locale',''),(27471,2120,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27472,2120,'wp_user_level','0'),(27473,2120,'default_password_nag','1'),(27474,2121,'nickname','chris1968'),(27475,2121,'first_name',''),(27476,2121,'last_name',''),(27477,2121,'description',''),(27478,2121,'rich_editing','true'),(27479,2121,'comment_shortcuts','false'),(27480,2121,'admin_color','fresh'),(27481,2121,'use_ssl','0'),(27482,2121,'show_admin_bar_front','true'),(27483,2121,'locale',''),(27484,2121,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27485,2121,'wp_user_level','0'),(27486,2121,'default_password_nag','1'),(27487,2122,'nickname','bmassa12006'),(27488,2122,'first_name',''),(27489,2122,'last_name',''),(27490,2122,'description',''),(27491,2122,'rich_editing','true'),(27492,2122,'comment_shortcuts','false'),(27493,2122,'admin_color','fresh'),(27494,2122,'use_ssl','0'),(27495,2122,'show_admin_bar_front','true'),(27496,2122,'locale',''),(27497,2122,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27498,2122,'wp_user_level','0'),(27499,2122,'default_password_nag','1'),(27500,2123,'nickname','mckee.hugh1980'),(27501,2123,'first_name',''),(27502,2123,'last_name',''),(27503,2123,'description',''),(27504,2123,'rich_editing','true'),(27505,2123,'comment_shortcuts','false'),(27506,2123,'admin_color','fresh'),(27507,2123,'use_ssl','0'),(27508,2123,'show_admin_bar_front','true'),(27509,2123,'locale',''),(27510,2123,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27511,2123,'wp_user_level','0'),(27512,2123,'default_password_nag','1'),(27513,2124,'nickname','johnsambusiness1996'),(27514,2124,'first_name',''),(27515,2124,'last_name',''),(27516,2124,'description',''),(27517,2124,'rich_editing','true'),(27518,2124,'comment_shortcuts','false'),(27519,2124,'admin_color','fresh'),(27520,2124,'use_ssl','0'),(27521,2124,'show_admin_bar_front','true'),(27522,2124,'locale',''),(27523,2124,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27524,2124,'wp_user_level','0'),(27525,2124,'default_password_nag','1'),(27526,2125,'nickname','heather242211950'),(27527,2125,'first_name',''),(27528,2125,'last_name',''),(27529,2125,'description',''),(27530,2125,'rich_editing','true'),(27531,2125,'comment_shortcuts','false'),(27532,2125,'admin_color','fresh'),(27533,2125,'use_ssl','0'),(27534,2125,'show_admin_bar_front','true'),(27535,2125,'locale',''),(27536,2125,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27537,2125,'wp_user_level','0'),(27538,2125,'default_password_nag','1'),(27539,2126,'nickname','kanne0381968'),(27540,2126,'first_name',''),(27541,2126,'last_name',''),(27542,2126,'description',''),(27543,2126,'rich_editing','true'),(27544,2126,'comment_shortcuts','false'),(27545,2126,'admin_color','fresh'),(27546,2126,'use_ssl','0'),(27547,2126,'show_admin_bar_front','true'),(27548,2126,'locale',''),(27549,2126,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27550,2126,'wp_user_level','0'),(27551,2126,'default_password_nag','1'),(27552,2127,'nickname','sickle302002'),(27553,2127,'first_name',''),(27554,2127,'last_name',''),(27555,2127,'description',''),(27556,2127,'rich_editing','true'),(27557,2127,'comment_shortcuts','false'),(27558,2127,'admin_color','fresh'),(27559,2127,'use_ssl','0'),(27560,2127,'show_admin_bar_front','true'),(27561,2127,'locale',''),(27562,2127,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27563,2127,'wp_user_level','0'),(27564,2127,'default_password_nag','1'),(27565,2128,'nickname','janetpeter531961'),(27566,2128,'first_name',''),(27567,2128,'last_name',''),(27568,2128,'description',''),(27569,2128,'rich_editing','true'),(27570,2128,'comment_shortcuts','false'),(27571,2128,'admin_color','fresh'),(27572,2128,'use_ssl','0'),(27573,2128,'show_admin_bar_front','true'),(27574,2128,'locale',''),(27575,2128,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27576,2128,'wp_user_level','0'),(27577,2128,'default_password_nag','1'),(27578,2,'community-events-location','a:1:{s:2:\"ip\";s:12:\"107.77.204.0\";}'),(27579,2,'nav_menu_recently_edited','2'),(27580,2,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:15:\"title-attribute\";i:2;s:11:\"css-classes\";i:3;s:3:\"xfn\";i:4;s:11:\"description\";}'),(27581,2,'metaboxhidden_nav-menus','a:3:{i:0;s:20:\"add-post-type-nf_sub\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";}'),(27582,2129,'nickname','adaibee2006'),(27583,2129,'first_name',''),(27584,2129,'last_name',''),(27585,2129,'description',''),(27586,2129,'rich_editing','true'),(27587,2129,'comment_shortcuts','false'),(27588,2129,'admin_color','fresh'),(27589,2129,'use_ssl','0'),(27590,2129,'show_admin_bar_front','true'),(27591,2129,'locale',''),(27592,2129,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27593,2129,'wp_user_level','0'),(27594,2129,'default_password_nag','1'),(27595,2130,'nickname','franhen091999'),(27596,2130,'first_name',''),(27597,2130,'last_name',''),(27598,2130,'description',''),(27599,2130,'rich_editing','true'),(27600,2130,'comment_shortcuts','false'),(27601,2130,'admin_color','fresh'),(27602,2130,'use_ssl','0'),(27603,2130,'show_admin_bar_front','true'),(27604,2130,'locale',''),(27605,2130,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27606,2130,'wp_user_level','0'),(27607,2130,'default_password_nag','1'),(27608,2131,'nickname','shiferaw.moses2007'),(27609,2131,'first_name',''),(27610,2131,'last_name',''),(27611,2131,'description',''),(27612,2131,'rich_editing','true'),(27613,2131,'comment_shortcuts','false'),(27614,2131,'admin_color','fresh'),(27615,2131,'use_ssl','0'),(27616,2131,'show_admin_bar_front','true'),(27617,2131,'locale',''),(27618,2131,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27619,2131,'wp_user_level','0'),(27620,2131,'default_password_nag','1'),(27621,2132,'nickname','shieldsjuan2009'),(27622,2132,'first_name',''),(27623,2132,'last_name',''),(27624,2132,'description',''),(27625,2132,'rich_editing','true'),(27626,2132,'comment_shortcuts','false'),(27627,2132,'admin_color','fresh'),(27628,2132,'use_ssl','0'),(27629,2132,'show_admin_bar_front','true'),(27630,2132,'locale',''),(27631,2132,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27632,2132,'wp_user_level','0'),(27633,2132,'default_password_nag','1'),(27634,2133,'nickname','stacyl3411958'),(27635,2133,'first_name',''),(27636,2133,'last_name',''),(27637,2133,'description',''),(27638,2133,'rich_editing','true'),(27639,2133,'comment_shortcuts','false'),(27640,2133,'admin_color','fresh'),(27641,2133,'use_ssl','0'),(27642,2133,'show_admin_bar_front','true'),(27643,2133,'locale',''),(27644,2133,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27645,2133,'wp_user_level','0'),(27646,2133,'default_password_nag','1'),(27647,2134,'nickname','dkanya1964'),(27648,2134,'first_name',''),(27649,2134,'last_name',''),(27650,2134,'description',''),(27651,2134,'rich_editing','true'),(27652,2134,'comment_shortcuts','false'),(27653,2134,'admin_color','fresh'),(27654,2134,'use_ssl','0'),(27655,2134,'show_admin_bar_front','true'),(27656,2134,'locale',''),(27657,2134,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27658,2134,'wp_user_level','0'),(27659,2134,'default_password_nag','1'),(27660,2135,'nickname','kacipoole1983'),(27661,2135,'first_name',''),(27662,2135,'last_name',''),(27663,2135,'description',''),(27664,2135,'rich_editing','true'),(27665,2135,'comment_shortcuts','false'),(27666,2135,'admin_color','fresh'),(27667,2135,'use_ssl','0'),(27668,2135,'show_admin_bar_front','true'),(27669,2135,'locale',''),(27670,2135,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27671,2135,'wp_user_level','0'),(27672,2135,'default_password_nag','1'),(27673,2136,'nickname','camaradandi1981'),(27674,2136,'first_name',''),(27675,2136,'last_name',''),(27676,2136,'description',''),(27677,2136,'rich_editing','true'),(27678,2136,'comment_shortcuts','false'),(27679,2136,'admin_color','fresh'),(27680,2136,'use_ssl','0'),(27681,2136,'show_admin_bar_front','true'),(27682,2136,'locale',''),(27683,2136,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27684,2136,'wp_user_level','0'),(27685,2136,'default_password_nag','1'),(27686,2137,'nickname','annny_phm1983'),(27687,2137,'first_name',''),(27688,2137,'last_name',''),(27689,2137,'description',''),(27690,2137,'rich_editing','true'),(27691,2137,'comment_shortcuts','false'),(27692,2137,'admin_color','fresh'),(27693,2137,'use_ssl','0'),(27694,2137,'show_admin_bar_front','true'),(27695,2137,'locale',''),(27696,2137,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27697,2137,'wp_user_level','0'),(27698,2137,'default_password_nag','1'),(27699,2138,'nickname','jonjharding1977'),(27700,2138,'first_name',''),(27701,2138,'last_name',''),(27702,2138,'description',''),(27703,2138,'rich_editing','true'),(27704,2138,'comment_shortcuts','false'),(27705,2138,'admin_color','fresh'),(27706,2138,'use_ssl','0'),(27707,2138,'show_admin_bar_front','true'),(27708,2138,'locale',''),(27709,2138,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27710,2138,'wp_user_level','0'),(27711,2138,'default_password_nag','1'),(27712,2139,'nickname','kbrow70491988'),(27713,2139,'first_name',''),(27714,2139,'last_name',''),(27715,2139,'description',''),(27716,2139,'rich_editing','true'),(27717,2139,'comment_shortcuts','false'),(27718,2139,'admin_color','fresh'),(27719,2139,'use_ssl','0'),(27720,2139,'show_admin_bar_front','true'),(27721,2139,'locale',''),(27722,2139,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27723,2139,'wp_user_level','0'),(27724,2139,'default_password_nag','1'),(27725,2140,'nickname','sarahkm181952'),(27726,2140,'first_name',''),(27727,2140,'last_name',''),(27728,2140,'description',''),(27729,2140,'rich_editing','true'),(27730,2140,'comment_shortcuts','false'),(27731,2140,'admin_color','fresh'),(27732,2140,'use_ssl','0'),(27733,2140,'show_admin_bar_front','true'),(27734,2140,'locale',''),(27735,2140,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27736,2140,'wp_user_level','0'),(27737,2140,'default_password_nag','1'),(27738,2141,'nickname','richardsoncontracting1956'),(27739,2141,'first_name',''),(27740,2141,'last_name',''),(27741,2141,'description',''),(27742,2141,'rich_editing','true'),(27743,2141,'comment_shortcuts','false'),(27744,2141,'admin_color','fresh'),(27745,2141,'use_ssl','0'),(27746,2141,'show_admin_bar_front','true'),(27747,2141,'locale',''),(27748,2141,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27749,2141,'wp_user_level','0'),(27750,2141,'default_password_nag','1'),(27751,2142,'nickname','tatareen1998'),(27752,2142,'first_name',''),(27753,2142,'last_name',''),(27754,2142,'description',''),(27755,2142,'rich_editing','true'),(27756,2142,'comment_shortcuts','false'),(27757,2142,'admin_color','fresh'),(27758,2142,'use_ssl','0'),(27759,2142,'show_admin_bar_front','true'),(27760,2142,'locale',''),(27761,2142,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27762,2142,'wp_user_level','0'),(27763,2142,'default_password_nag','1'),(27764,2143,'nickname','silverkido852001'),(27765,2143,'first_name',''),(27766,2143,'last_name',''),(27767,2143,'description',''),(27768,2143,'rich_editing','true'),(27769,2143,'comment_shortcuts','false'),(27770,2143,'admin_color','fresh'),(27771,2143,'use_ssl','0'),(27772,2143,'show_admin_bar_front','true'),(27773,2143,'locale',''),(27774,2143,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27775,2143,'wp_user_level','0'),(27776,2143,'default_password_nag','1'),(27777,2144,'nickname','ycorby2006'),(27778,2144,'first_name',''),(27779,2144,'last_name',''),(27780,2144,'description',''),(27781,2144,'rich_editing','true'),(27782,2144,'comment_shortcuts','false'),(27783,2144,'admin_color','fresh'),(27784,2144,'use_ssl','0'),(27785,2144,'show_admin_bar_front','true'),(27786,2144,'locale',''),(27787,2144,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27788,2144,'wp_user_level','0'),(27789,2144,'default_password_nag','1'),(27790,2145,'nickname','kk.seor1964'),(27791,2145,'first_name',''),(27792,2145,'last_name',''),(27793,2145,'description',''),(27794,2145,'rich_editing','true'),(27795,2145,'comment_shortcuts','false'),(27796,2145,'admin_color','fresh'),(27797,2145,'use_ssl','0'),(27798,2145,'show_admin_bar_front','true'),(27799,2145,'locale',''),(27800,2145,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27801,2145,'wp_user_level','0'),(27802,2145,'default_password_nag','1'),(27803,2146,'nickname','wrpitts19111983'),(27804,2146,'first_name',''),(27805,2146,'last_name',''),(27806,2146,'description',''),(27807,2146,'rich_editing','true'),(27808,2146,'comment_shortcuts','false'),(27809,2146,'admin_color','fresh'),(27810,2146,'use_ssl','0'),(27811,2146,'show_admin_bar_front','true'),(27812,2146,'locale',''),(27813,2146,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27814,2146,'wp_user_level','0'),(27815,2146,'default_password_nag','1'),(27816,2147,'nickname','pfdflooring1974'),(27817,2147,'first_name',''),(27818,2147,'last_name',''),(27819,2147,'description',''),(27820,2147,'rich_editing','true'),(27821,2147,'comment_shortcuts','false'),(27822,2147,'admin_color','fresh'),(27823,2147,'use_ssl','0'),(27824,2147,'show_admin_bar_front','true'),(27825,2147,'locale',''),(27826,2147,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27827,2147,'wp_user_level','0'),(27828,2147,'default_password_nag','1'),(27829,2148,'nickname','jesseee0691979'),(27830,2148,'first_name',''),(27831,2148,'last_name',''),(27832,2148,'description',''),(27833,2148,'rich_editing','true'),(27834,2148,'comment_shortcuts','false'),(27835,2148,'admin_color','fresh'),(27836,2148,'use_ssl','0'),(27837,2148,'show_admin_bar_front','true'),(27838,2148,'locale',''),(27839,2148,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27840,2148,'wp_user_level','0'),(27841,2148,'default_password_nag','1'),(27842,2149,'nickname','amazonpayments1982'),(27843,2149,'first_name',''),(27844,2149,'last_name',''),(27845,2149,'description',''),(27846,2149,'rich_editing','true'),(27847,2149,'comment_shortcuts','false'),(27848,2149,'admin_color','fresh'),(27849,2149,'use_ssl','0'),(27850,2149,'show_admin_bar_front','true'),(27851,2149,'locale',''),(27852,2149,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27853,2149,'wp_user_level','0'),(27854,2149,'default_password_nag','1'),(27855,2150,'nickname','jdeckelbaum1950'),(27856,2150,'first_name',''),(27857,2150,'last_name',''),(27858,2150,'description',''),(27859,2150,'rich_editing','true'),(27860,2150,'comment_shortcuts','false'),(27861,2150,'admin_color','fresh'),(27862,2150,'use_ssl','0'),(27863,2150,'show_admin_bar_front','true'),(27864,2150,'locale',''),(27865,2150,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27866,2150,'wp_user_level','0'),(27867,2150,'default_password_nag','1'),(27868,2151,'nickname','holgerpetrus1983'),(27869,2151,'first_name',''),(27870,2151,'last_name',''),(27871,2151,'description',''),(27872,2151,'rich_editing','true'),(27873,2151,'comment_shortcuts','false'),(27874,2151,'admin_color','fresh'),(27875,2151,'use_ssl','0'),(27876,2151,'show_admin_bar_front','true'),(27877,2151,'locale',''),(27878,2151,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27879,2151,'wp_user_level','0'),(27880,2151,'default_password_nag','1'),(27881,2152,'nickname','davilaa1985'),(27882,2152,'first_name',''),(27883,2152,'last_name',''),(27884,2152,'description',''),(27885,2152,'rich_editing','true'),(27886,2152,'comment_shortcuts','false'),(27887,2152,'admin_color','fresh'),(27888,2152,'use_ssl','0'),(27889,2152,'show_admin_bar_front','true'),(27890,2152,'locale',''),(27891,2152,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27892,2152,'wp_user_level','0'),(27893,2152,'default_password_nag','1'),(27894,2153,'nickname','normacarbajalp1981'),(27895,2153,'first_name',''),(27896,2153,'last_name',''),(27897,2153,'description',''),(27898,2153,'rich_editing','true'),(27899,2153,'comment_shortcuts','false'),(27900,2153,'admin_color','fresh'),(27901,2153,'use_ssl','0'),(27902,2153,'show_admin_bar_front','true'),(27903,2153,'locale',''),(27904,2153,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27905,2153,'wp_user_level','0'),(27906,2153,'default_password_nag','1'),(27907,2154,'nickname','nycrus1973'),(27908,2154,'first_name',''),(27909,2154,'last_name',''),(27910,2154,'description',''),(27911,2154,'rich_editing','true'),(27912,2154,'comment_shortcuts','false'),(27913,2154,'admin_color','fresh'),(27914,2154,'use_ssl','0'),(27915,2154,'show_admin_bar_front','true'),(27916,2154,'locale',''),(27917,2154,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27918,2154,'wp_user_level','0'),(27919,2154,'default_password_nag','1'),(27920,2155,'nickname','tkfastdraw1957'),(27921,2155,'first_name',''),(27922,2155,'last_name',''),(27923,2155,'description',''),(27924,2155,'rich_editing','true'),(27925,2155,'comment_shortcuts','false'),(27926,2155,'admin_color','fresh'),(27927,2155,'use_ssl','0'),(27928,2155,'show_admin_bar_front','true'),(27929,2155,'locale',''),(27930,2155,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27931,2155,'wp_user_level','0'),(27932,2155,'default_password_nag','1'),(27933,2156,'nickname','dudatrucking1990'),(27934,2156,'first_name',''),(27935,2156,'last_name',''),(27936,2156,'description',''),(27937,2156,'rich_editing','true'),(27938,2156,'comment_shortcuts','false'),(27939,2156,'admin_color','fresh'),(27940,2156,'use_ssl','0'),(27941,2156,'show_admin_bar_front','true'),(27942,2156,'locale',''),(27943,2156,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27944,2156,'wp_user_level','0'),(27945,2156,'default_password_nag','1'),(27946,2157,'nickname','mjsfamily1962'),(27947,2157,'first_name',''),(27948,2157,'last_name',''),(27949,2157,'description',''),(27950,2157,'rich_editing','true'),(27951,2157,'comment_shortcuts','false'),(27952,2157,'admin_color','fresh'),(27953,2157,'use_ssl','0'),(27954,2157,'show_admin_bar_front','true'),(27955,2157,'locale',''),(27956,2157,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27957,2157,'wp_user_level','0'),(27958,2157,'default_password_nag','1'),(27959,2158,'nickname','ethterry1985'),(27960,2158,'first_name',''),(27961,2158,'last_name',''),(27962,2158,'description',''),(27963,2158,'rich_editing','true'),(27964,2158,'comment_shortcuts','false'),(27965,2158,'admin_color','fresh'),(27966,2158,'use_ssl','0'),(27967,2158,'show_admin_bar_front','true'),(27968,2158,'locale',''),(27969,2158,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27970,2158,'wp_user_level','0'),(27971,2158,'default_password_nag','1'),(27972,2159,'nickname','k.sidaway19821992'),(27973,2159,'first_name',''),(27974,2159,'last_name',''),(27975,2159,'description',''),(27976,2159,'rich_editing','true'),(27977,2159,'comment_shortcuts','false'),(27978,2159,'admin_color','fresh'),(27979,2159,'use_ssl','0'),(27980,2159,'show_admin_bar_front','true'),(27981,2159,'locale',''),(27982,2159,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27983,2159,'wp_user_level','0'),(27984,2159,'default_password_nag','1'),(27985,2160,'nickname','ajmartinez01011961'),(27986,2160,'first_name',''),(27987,2160,'last_name',''),(27988,2160,'description',''),(27989,2160,'rich_editing','true'),(27990,2160,'comment_shortcuts','false'),(27991,2160,'admin_color','fresh'),(27992,2160,'use_ssl','0'),(27993,2160,'show_admin_bar_front','true'),(27994,2160,'locale',''),(27995,2160,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(27996,2160,'wp_user_level','0'),(27997,2160,'default_password_nag','1'),(27998,2161,'nickname','carolyn.marie1985'),(27999,2161,'first_name',''),(28000,2161,'last_name',''),(28001,2161,'description',''),(28002,2161,'rich_editing','true'),(28003,2161,'comment_shortcuts','false'),(28004,2161,'admin_color','fresh'),(28005,2161,'use_ssl','0'),(28006,2161,'show_admin_bar_front','true'),(28007,2161,'locale',''),(28008,2161,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28009,2161,'wp_user_level','0'),(28010,2161,'default_password_nag','1'),(28011,2162,'nickname','feldhausermaryjane1956'),(28012,2162,'first_name',''),(28013,2162,'last_name',''),(28014,2162,'description',''),(28015,2162,'rich_editing','true'),(28016,2162,'comment_shortcuts','false'),(28017,2162,'admin_color','fresh'),(28018,2162,'use_ssl','0'),(28019,2162,'show_admin_bar_front','true'),(28020,2162,'locale',''),(28021,2162,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28022,2162,'wp_user_level','0'),(28023,2162,'default_password_nag','1'),(28024,2163,'nickname','andreapappy2003'),(28025,2163,'first_name',''),(28026,2163,'last_name',''),(28027,2163,'description',''),(28028,2163,'rich_editing','true'),(28029,2163,'comment_shortcuts','false'),(28030,2163,'admin_color','fresh'),(28031,2163,'use_ssl','0'),(28032,2163,'show_admin_bar_front','true'),(28033,2163,'locale',''),(28034,2163,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28035,2163,'wp_user_level','0'),(28036,2163,'default_password_nag','1'),(28037,2164,'nickname','cathina1241977'),(28038,2164,'first_name',''),(28039,2164,'last_name',''),(28040,2164,'description',''),(28041,2164,'rich_editing','true'),(28042,2164,'comment_shortcuts','false'),(28043,2164,'admin_color','fresh'),(28044,2164,'use_ssl','0'),(28045,2164,'show_admin_bar_front','true'),(28046,2164,'locale',''),(28047,2164,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28048,2164,'wp_user_level','0'),(28049,2164,'default_password_nag','1'),(28050,2165,'nickname','bcbtoothman1987'),(28051,2165,'first_name',''),(28052,2165,'last_name',''),(28053,2165,'description',''),(28054,2165,'rich_editing','true'),(28055,2165,'comment_shortcuts','false'),(28056,2165,'admin_color','fresh'),(28057,2165,'use_ssl','0'),(28058,2165,'show_admin_bar_front','true'),(28059,2165,'locale',''),(28060,2165,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28061,2165,'wp_user_level','0'),(28062,2165,'default_password_nag','1'),(28063,2166,'nickname','anordmann421993'),(28064,2166,'first_name',''),(28065,2166,'last_name',''),(28066,2166,'description',''),(28067,2166,'rich_editing','true'),(28068,2166,'comment_shortcuts','false'),(28069,2166,'admin_color','fresh'),(28070,2166,'use_ssl','0'),(28071,2166,'show_admin_bar_front','true'),(28072,2166,'locale',''),(28073,2166,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28074,2166,'wp_user_level','0'),(28075,2166,'default_password_nag','1'),(28076,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"99.192.230.0\";}'),(28080,2,'closedpostboxes_sp_event','a:0:{}'),(28081,2,'metaboxhidden_sp_event','a:1:{i:0;s:7:\"slugdiv\";}'),(28082,2,'closedpostboxes_sp_player','a:0:{}'),(28083,2,'metaboxhidden_sp_player','a:1:{i:0;s:7:\"slugdiv\";}'),(28084,2167,'nickname','mike1953'),(28085,2167,'first_name',''),(28086,2167,'last_name',''),(28087,2167,'description',''),(28088,2167,'rich_editing','true'),(28089,2167,'comment_shortcuts','false'),(28090,2167,'admin_color','fresh'),(28091,2167,'use_ssl','0'),(28092,2167,'show_admin_bar_front','true'),(28093,2167,'locale',''),(28094,2167,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28095,2167,'wp_user_level','0'),(28096,2167,'default_password_nag','1'),(28097,2168,'nickname','mansoorisajid1980'),(28098,2168,'first_name',''),(28099,2168,'last_name',''),(28100,2168,'description',''),(28101,2168,'rich_editing','true'),(28102,2168,'comment_shortcuts','false'),(28103,2168,'admin_color','fresh'),(28104,2168,'use_ssl','0'),(28105,2168,'show_admin_bar_front','true'),(28106,2168,'locale',''),(28107,2168,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28108,2168,'wp_user_level','0'),(28109,2168,'default_password_nag','1'),(28110,2169,'nickname','cdaniels01234561996'),(28111,2169,'first_name',''),(28112,2169,'last_name',''),(28113,2169,'description',''),(28114,2169,'rich_editing','true'),(28115,2169,'comment_shortcuts','false'),(28116,2169,'admin_color','fresh'),(28117,2169,'use_ssl','0'),(28118,2169,'show_admin_bar_front','true'),(28119,2169,'locale',''),(28120,2169,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28121,2169,'wp_user_level','0'),(28122,2169,'default_password_nag','1'),(28123,2170,'nickname','bprince4791997'),(28124,2170,'first_name',''),(28125,2170,'last_name',''),(28126,2170,'description',''),(28127,2170,'rich_editing','true'),(28128,2170,'comment_shortcuts','false'),(28129,2170,'admin_color','fresh'),(28130,2170,'use_ssl','0'),(28131,2170,'show_admin_bar_front','true'),(28132,2170,'locale',''),(28133,2170,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28134,2170,'wp_user_level','0'),(28135,2170,'default_password_nag','1'),(28136,2171,'nickname','emily.n.hartwig1967'),(28137,2171,'first_name',''),(28138,2171,'last_name',''),(28139,2171,'description',''),(28140,2171,'rich_editing','true'),(28141,2171,'comment_shortcuts','false'),(28142,2171,'admin_color','fresh'),(28143,2171,'use_ssl','0'),(28144,2171,'show_admin_bar_front','true'),(28145,2171,'locale',''),(28146,2171,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28147,2171,'wp_user_level','0'),(28148,2171,'default_password_nag','1'),(28149,2172,'nickname','benamiller2010'),(28150,2172,'first_name',''),(28151,2172,'last_name',''),(28152,2172,'description',''),(28153,2172,'rich_editing','true'),(28154,2172,'comment_shortcuts','false'),(28155,2172,'admin_color','fresh'),(28156,2172,'use_ssl','0'),(28157,2172,'show_admin_bar_front','true'),(28158,2172,'locale',''),(28159,2172,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28160,2172,'wp_user_level','0'),(28161,2172,'default_password_nag','1'),(28162,2173,'nickname','renee_ann12005'),(28163,2173,'first_name',''),(28164,2173,'last_name',''),(28165,2173,'description',''),(28166,2173,'rich_editing','true'),(28167,2173,'comment_shortcuts','false'),(28168,2173,'admin_color','fresh'),(28169,2173,'use_ssl','0'),(28170,2173,'show_admin_bar_front','true'),(28171,2173,'locale',''),(28172,2173,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28173,2173,'wp_user_level','0'),(28174,2173,'default_password_nag','1'),(28175,2174,'nickname','annushastry1981'),(28176,2174,'first_name',''),(28177,2174,'last_name',''),(28178,2174,'description',''),(28179,2174,'rich_editing','true'),(28180,2174,'comment_shortcuts','false'),(28181,2174,'admin_color','fresh'),(28182,2174,'use_ssl','0'),(28183,2174,'show_admin_bar_front','true'),(28184,2174,'locale',''),(28185,2174,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28186,2174,'wp_user_level','0'),(28187,2174,'default_password_nag','1'),(28188,2175,'nickname','c_csoti1951'),(28189,2175,'first_name',''),(28190,2175,'last_name',''),(28191,2175,'description',''),(28192,2175,'rich_editing','true'),(28193,2175,'comment_shortcuts','false'),(28194,2175,'admin_color','fresh'),(28195,2175,'use_ssl','0'),(28196,2175,'show_admin_bar_front','true'),(28197,2175,'locale',''),(28198,2175,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28199,2175,'wp_user_level','0'),(28200,2175,'default_password_nag','1'),(28201,2176,'nickname','dondeestasmarlene1988'),(28202,2176,'first_name',''),(28203,2176,'last_name',''),(28204,2176,'description',''),(28205,2176,'rich_editing','true'),(28206,2176,'comment_shortcuts','false'),(28207,2176,'admin_color','fresh'),(28208,2176,'use_ssl','0'),(28209,2176,'show_admin_bar_front','true'),(28210,2176,'locale',''),(28211,2176,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28212,2176,'wp_user_level','0'),(28213,2176,'default_password_nag','1'),(28214,2177,'nickname','vinceledesma1970'),(28215,2177,'first_name',''),(28216,2177,'last_name',''),(28217,2177,'description',''),(28218,2177,'rich_editing','true'),(28219,2177,'comment_shortcuts','false'),(28220,2177,'admin_color','fresh'),(28221,2177,'use_ssl','0'),(28222,2177,'show_admin_bar_front','true'),(28223,2177,'locale',''),(28224,2177,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28225,2177,'wp_user_level','0'),(28226,2177,'default_password_nag','1'),(28227,2178,'nickname','angel_toups1964'),(28228,2178,'first_name',''),(28229,2178,'last_name',''),(28230,2178,'description',''),(28231,2178,'rich_editing','true'),(28232,2178,'comment_shortcuts','false'),(28233,2178,'admin_color','fresh'),(28234,2178,'use_ssl','0'),(28235,2178,'show_admin_bar_front','true'),(28236,2178,'locale',''),(28237,2178,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28238,2178,'wp_user_level','0'),(28239,2178,'default_password_nag','1'),(28240,2179,'nickname','scott1998'),(28241,2179,'first_name',''),(28242,2179,'last_name',''),(28243,2179,'description',''),(28244,2179,'rich_editing','true'),(28245,2179,'comment_shortcuts','false'),(28246,2179,'admin_color','fresh'),(28247,2179,'use_ssl','0'),(28248,2179,'show_admin_bar_front','true'),(28249,2179,'locale',''),(28250,2179,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28251,2179,'wp_user_level','0'),(28252,2179,'default_password_nag','1'),(28253,2180,'nickname','ryan.goodenough1964'),(28254,2180,'first_name',''),(28255,2180,'last_name',''),(28256,2180,'description',''),(28257,2180,'rich_editing','true'),(28258,2180,'comment_shortcuts','false'),(28259,2180,'admin_color','fresh'),(28260,2180,'use_ssl','0'),(28261,2180,'show_admin_bar_front','true'),(28262,2180,'locale',''),(28263,2180,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28264,2180,'wp_user_level','0'),(28265,2180,'default_password_nag','1'),(28266,2181,'nickname','richierich20041973'),(28267,2181,'first_name',''),(28268,2181,'last_name',''),(28269,2181,'description',''),(28270,2181,'rich_editing','true'),(28271,2181,'comment_shortcuts','false'),(28272,2181,'admin_color','fresh'),(28273,2181,'use_ssl','0'),(28274,2181,'show_admin_bar_front','true'),(28275,2181,'locale',''),(28276,2181,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28277,2181,'wp_user_level','0'),(28278,2181,'default_password_nag','1'),(28279,2182,'nickname','swati.ambulkar1996'),(28280,2182,'first_name',''),(28281,2182,'last_name',''),(28282,2182,'description',''),(28283,2182,'rich_editing','true'),(28284,2182,'comment_shortcuts','false'),(28285,2182,'admin_color','fresh'),(28286,2182,'use_ssl','0'),(28287,2182,'show_admin_bar_front','true'),(28288,2182,'locale',''),(28289,2182,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28290,2182,'wp_user_level','0'),(28291,2182,'default_password_nag','1'),(28292,2183,'nickname','dmock1999'),(28293,2183,'first_name',''),(28294,2183,'last_name',''),(28295,2183,'description',''),(28296,2183,'rich_editing','true'),(28297,2183,'comment_shortcuts','false'),(28298,2183,'admin_color','fresh'),(28299,2183,'use_ssl','0'),(28300,2183,'show_admin_bar_front','true'),(28301,2183,'locale',''),(28302,2183,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28303,2183,'wp_user_level','0'),(28304,2183,'default_password_nag','1'),(28305,2184,'nickname','dtmpduffy1984'),(28306,2184,'first_name',''),(28307,2184,'last_name',''),(28308,2184,'description',''),(28309,2184,'rich_editing','true'),(28310,2184,'comment_shortcuts','false'),(28311,2184,'admin_color','fresh'),(28312,2184,'use_ssl','0'),(28313,2184,'show_admin_bar_front','true'),(28314,2184,'locale',''),(28315,2184,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28316,2184,'wp_user_level','0'),(28317,2184,'default_password_nag','1'),(28318,2185,'nickname','kathyharbaugh1977'),(28319,2185,'first_name',''),(28320,2185,'last_name',''),(28321,2185,'description',''),(28322,2185,'rich_editing','true'),(28323,2185,'comment_shortcuts','false'),(28324,2185,'admin_color','fresh'),(28325,2185,'use_ssl','0'),(28326,2185,'show_admin_bar_front','true'),(28327,2185,'locale',''),(28328,2185,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28329,2185,'wp_user_level','0'),(28330,2185,'default_password_nag','1'),(28331,2186,'nickname','southport20011963'),(28332,2186,'first_name',''),(28333,2186,'last_name',''),(28334,2186,'description',''),(28335,2186,'rich_editing','true'),(28336,2186,'comment_shortcuts','false'),(28337,2186,'admin_color','fresh'),(28338,2186,'use_ssl','0'),(28339,2186,'show_admin_bar_front','true'),(28340,2186,'locale',''),(28341,2186,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28342,2186,'wp_user_level','0'),(28343,2186,'default_password_nag','1'),(28344,2187,'nickname','schnoby51976'),(28345,2187,'first_name',''),(28346,2187,'last_name',''),(28347,2187,'description',''),(28348,2187,'rich_editing','true'),(28349,2187,'comment_shortcuts','false'),(28350,2187,'admin_color','fresh'),(28351,2187,'use_ssl','0'),(28352,2187,'show_admin_bar_front','true'),(28353,2187,'locale',''),(28354,2187,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28355,2187,'wp_user_level','0'),(28356,2187,'default_password_nag','1'),(28357,2188,'nickname','chris.waterstradt1989'),(28358,2188,'first_name',''),(28359,2188,'last_name',''),(28360,2188,'description',''),(28361,2188,'rich_editing','true'),(28362,2188,'comment_shortcuts','false'),(28363,2188,'admin_color','fresh'),(28364,2188,'use_ssl','0'),(28365,2188,'show_admin_bar_front','true'),(28366,2188,'locale',''),(28367,2188,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28368,2188,'wp_user_level','0'),(28369,2188,'default_password_nag','1'),(28370,2189,'nickname','amitverma7121977'),(28371,2189,'first_name',''),(28372,2189,'last_name',''),(28373,2189,'description',''),(28374,2189,'rich_editing','true'),(28375,2189,'comment_shortcuts','false'),(28376,2189,'admin_color','fresh'),(28377,2189,'use_ssl','0'),(28378,2189,'show_admin_bar_front','true'),(28379,2189,'locale',''),(28380,2189,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28381,2189,'wp_user_level','0'),(28382,2189,'default_password_nag','1'),(28383,2190,'nickname','toddgeller1988'),(28384,2190,'first_name',''),(28385,2190,'last_name',''),(28386,2190,'description',''),(28387,2190,'rich_editing','true'),(28388,2190,'comment_shortcuts','false'),(28389,2190,'admin_color','fresh'),(28390,2190,'use_ssl','0'),(28391,2190,'show_admin_bar_front','true'),(28392,2190,'locale',''),(28393,2190,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28394,2190,'wp_user_level','0'),(28395,2190,'default_password_nag','1'),(28396,2191,'nickname','ock2003441976'),(28397,2191,'first_name',''),(28398,2191,'last_name',''),(28399,2191,'description',''),(28400,2191,'rich_editing','true'),(28401,2191,'comment_shortcuts','false'),(28402,2191,'admin_color','fresh'),(28403,2191,'use_ssl','0'),(28404,2191,'show_admin_bar_front','true'),(28405,2191,'locale',''),(28406,2191,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28407,2191,'wp_user_level','0'),(28408,2191,'default_password_nag','1'),(28409,2192,'nickname','ndigenan1972'),(28410,2192,'first_name',''),(28411,2192,'last_name',''),(28412,2192,'description',''),(28413,2192,'rich_editing','true'),(28414,2192,'comment_shortcuts','false'),(28415,2192,'admin_color','fresh'),(28416,2192,'use_ssl','0'),(28417,2192,'show_admin_bar_front','true'),(28418,2192,'locale',''),(28419,2192,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28420,2192,'wp_user_level','0'),(28421,2192,'default_password_nag','1'),(28422,3,'community-events-location','a:1:{s:2:\"ip\";s:11:\"176.10.43.0\";}'),(28423,2193,'nickname','ali.akdeniz1974'),(28424,2193,'first_name',''),(28425,2193,'last_name',''),(28426,2193,'description',''),(28427,2193,'rich_editing','true'),(28428,2193,'comment_shortcuts','false'),(28429,2193,'admin_color','fresh'),(28430,2193,'use_ssl','0'),(28431,2193,'show_admin_bar_front','true'),(28432,2193,'locale',''),(28433,2193,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28434,2193,'wp_user_level','0'),(28435,2193,'default_password_nag','1'),(28436,2194,'nickname','sinknlee1955'),(28437,2194,'first_name',''),(28438,2194,'last_name',''),(28439,2194,'description',''),(28440,2194,'rich_editing','true'),(28441,2194,'comment_shortcuts','false'),(28442,2194,'admin_color','fresh'),(28443,2194,'use_ssl','0'),(28444,2194,'show_admin_bar_front','true'),(28445,2194,'locale',''),(28446,2194,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28447,2194,'wp_user_level','0'),(28448,2194,'default_password_nag','1'),(28449,2195,'nickname','foneswest_kevin2001'),(28450,2195,'first_name',''),(28451,2195,'last_name',''),(28452,2195,'description',''),(28453,2195,'rich_editing','true'),(28454,2195,'comment_shortcuts','false'),(28455,2195,'admin_color','fresh'),(28456,2195,'use_ssl','0'),(28457,2195,'show_admin_bar_front','true'),(28458,2195,'locale',''),(28459,2195,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28460,2195,'wp_user_level','0'),(28461,2195,'default_password_nag','1'),(28462,2196,'nickname','nicolai1967'),(28463,2196,'first_name',''),(28464,2196,'last_name',''),(28465,2196,'description',''),(28466,2196,'rich_editing','true'),(28467,2196,'comment_shortcuts','false'),(28468,2196,'admin_color','fresh'),(28469,2196,'use_ssl','0'),(28470,2196,'show_admin_bar_front','true'),(28471,2196,'locale',''),(28472,2196,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28473,2196,'wp_user_level','0'),(28474,2196,'default_password_nag','1'),(28475,2197,'nickname','melaniedawne1981'),(28476,2197,'first_name',''),(28477,2197,'last_name',''),(28478,2197,'description',''),(28479,2197,'rich_editing','true'),(28480,2197,'comment_shortcuts','false'),(28481,2197,'admin_color','fresh'),(28482,2197,'use_ssl','0'),(28483,2197,'show_admin_bar_front','true'),(28484,2197,'locale',''),(28485,2197,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28486,2197,'wp_user_level','0'),(28487,2197,'default_password_nag','1'),(28488,2198,'nickname','mrpbateman2002'),(28489,2198,'first_name',''),(28490,2198,'last_name',''),(28491,2198,'description',''),(28492,2198,'rich_editing','true'),(28493,2198,'comment_shortcuts','false'),(28494,2198,'admin_color','fresh'),(28495,2198,'use_ssl','0'),(28496,2198,'show_admin_bar_front','true'),(28497,2198,'locale',''),(28498,2198,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28499,2198,'wp_user_level','0'),(28500,2198,'default_password_nag','1'),(28501,2199,'nickname','briske21957'),(28502,2199,'first_name',''),(28503,2199,'last_name',''),(28504,2199,'description',''),(28505,2199,'rich_editing','true'),(28506,2199,'comment_shortcuts','false'),(28507,2199,'admin_color','fresh'),(28508,2199,'use_ssl','0'),(28509,2199,'show_admin_bar_front','true'),(28510,2199,'locale',''),(28511,2199,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28512,2199,'wp_user_level','0'),(28513,2199,'default_password_nag','1'),(28514,2200,'nickname','im4unicorns1981'),(28515,2200,'first_name',''),(28516,2200,'last_name',''),(28517,2200,'description',''),(28518,2200,'rich_editing','true'),(28519,2200,'comment_shortcuts','false'),(28520,2200,'admin_color','fresh'),(28521,2200,'use_ssl','0'),(28522,2200,'show_admin_bar_front','true'),(28523,2200,'locale',''),(28524,2200,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28525,2200,'wp_user_level','0'),(28526,2200,'default_password_nag','1'),(28527,2201,'nickname','alkoenig1983'),(28528,2201,'first_name',''),(28529,2201,'last_name',''),(28530,2201,'description',''),(28531,2201,'rich_editing','true'),(28532,2201,'comment_shortcuts','false'),(28533,2201,'admin_color','fresh'),(28534,2201,'use_ssl','0'),(28535,2201,'show_admin_bar_front','true'),(28536,2201,'locale',''),(28537,2201,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28538,2201,'wp_user_level','0'),(28539,2201,'default_password_nag','1'),(28540,2202,'nickname','xxricerburner1969'),(28541,2202,'first_name',''),(28542,2202,'last_name',''),(28543,2202,'description',''),(28544,2202,'rich_editing','true'),(28545,2202,'comment_shortcuts','false'),(28546,2202,'admin_color','fresh'),(28547,2202,'use_ssl','0'),(28548,2202,'show_admin_bar_front','true'),(28549,2202,'locale',''),(28550,2202,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28551,2202,'wp_user_level','0'),(28552,2202,'default_password_nag','1'),(28554,2203,'nickname','sinhamn1954'),(28555,2203,'first_name',''),(28556,2203,'last_name',''),(28557,2203,'description',''),(28558,2203,'rich_editing','true'),(28559,2203,'comment_shortcuts','false'),(28560,2203,'admin_color','fresh'),(28561,2203,'use_ssl','0'),(28562,2203,'show_admin_bar_front','true'),(28563,2203,'locale',''),(28564,2203,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28565,2203,'wp_user_level','0'),(28566,2203,'default_password_nag','1'),(28567,2204,'nickname','chefjenna19831980'),(28568,2204,'first_name',''),(28569,2204,'last_name',''),(28570,2204,'description',''),(28571,2204,'rich_editing','true'),(28572,2204,'comment_shortcuts','false'),(28573,2204,'admin_color','fresh'),(28574,2204,'use_ssl','0'),(28575,2204,'show_admin_bar_front','true'),(28576,2204,'locale',''),(28577,2204,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28578,2204,'wp_user_level','0'),(28579,2204,'default_password_nag','1'),(28580,2205,'nickname','ipcrus2000'),(28581,2205,'first_name',''),(28582,2205,'last_name',''),(28583,2205,'description',''),(28584,2205,'rich_editing','true'),(28585,2205,'comment_shortcuts','false'),(28586,2205,'admin_color','fresh'),(28587,2205,'use_ssl','0'),(28588,2205,'show_admin_bar_front','true'),(28589,2205,'locale',''),(28590,2205,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28591,2205,'wp_user_level','0'),(28592,2206,'nickname','msscottco2007'),(28593,2206,'first_name',''),(28594,2206,'last_name',''),(28595,2206,'description',''),(28596,2206,'rich_editing','true'),(28597,2206,'comment_shortcuts','false'),(28598,2206,'admin_color','fresh'),(28599,2206,'use_ssl','0'),(28600,2206,'show_admin_bar_front','true'),(28601,2206,'locale',''),(28602,2206,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28603,2206,'wp_user_level','0'),(28604,2205,'default_password_nag','1'),(28605,2206,'default_password_nag','1'),(28606,2207,'nickname','salima.gilani3131966'),(28607,2207,'first_name',''),(28608,2207,'last_name',''),(28609,2207,'description',''),(28610,2207,'rich_editing','true'),(28611,2207,'comment_shortcuts','false'),(28612,2207,'admin_color','fresh'),(28613,2207,'use_ssl','0'),(28614,2207,'show_admin_bar_front','true'),(28615,2207,'locale',''),(28616,2207,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28617,2207,'wp_user_level','0'),(28618,2207,'default_password_nag','1'),(28619,2208,'nickname','amibhalodia1984'),(28620,2208,'first_name',''),(28621,2208,'last_name',''),(28622,2208,'description',''),(28623,2208,'rich_editing','true'),(28624,2208,'comment_shortcuts','false'),(28625,2208,'admin_color','fresh'),(28626,2208,'use_ssl','0'),(28627,2208,'show_admin_bar_front','true'),(28628,2208,'locale',''),(28629,2208,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28630,2208,'wp_user_level','0'),(28631,2208,'default_password_nag','1'),(28632,2209,'nickname','beckholko1968'),(28633,2209,'first_name',''),(28634,2209,'last_name',''),(28635,2209,'description',''),(28636,2209,'rich_editing','true'),(28637,2209,'comment_shortcuts','false'),(28638,2209,'admin_color','fresh'),(28639,2209,'use_ssl','0'),(28640,2209,'show_admin_bar_front','true'),(28641,2209,'locale',''),(28642,2209,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28643,2209,'wp_user_level','0'),(28644,2209,'default_password_nag','1'),(28645,2210,'nickname','montizle215192005'),(28646,2210,'first_name',''),(28647,2210,'last_name',''),(28648,2210,'description',''),(28649,2210,'rich_editing','true'),(28650,2210,'comment_shortcuts','false'),(28651,2210,'admin_color','fresh'),(28652,2210,'use_ssl','0'),(28653,2210,'show_admin_bar_front','true'),(28654,2210,'locale',''),(28655,2210,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28656,2210,'wp_user_level','0'),(28657,2210,'default_password_nag','1'),(28658,2211,'nickname','christian1995'),(28659,2211,'first_name',''),(28660,2211,'last_name',''),(28661,2211,'description',''),(28662,2211,'rich_editing','true'),(28663,2211,'comment_shortcuts','false'),(28664,2211,'admin_color','fresh'),(28665,2211,'use_ssl','0'),(28666,2211,'show_admin_bar_front','true'),(28667,2211,'locale',''),(28668,2211,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28669,2211,'wp_user_level','0'),(28670,2211,'default_password_nag','1'),(28671,2212,'nickname','kenn_patelli1986'),(28672,2212,'first_name',''),(28673,2212,'last_name',''),(28674,2212,'description',''),(28675,2212,'rich_editing','true'),(28676,2212,'comment_shortcuts','false'),(28677,2212,'admin_color','fresh'),(28678,2212,'use_ssl','0'),(28679,2212,'show_admin_bar_front','true'),(28680,2212,'locale',''),(28681,2212,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28682,2212,'wp_user_level','0'),(28683,2212,'default_password_nag','1'),(28684,2213,'nickname','ktravisnelson1967'),(28685,2213,'first_name',''),(28686,2213,'last_name',''),(28687,2213,'description',''),(28688,2213,'rich_editing','true'),(28689,2213,'comment_shortcuts','false'),(28690,2213,'admin_color','fresh'),(28691,2213,'use_ssl','0'),(28692,2213,'show_admin_bar_front','true'),(28693,2213,'locale',''),(28694,2213,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28695,2213,'wp_user_level','0'),(28696,2213,'default_password_nag','1'),(28697,2214,'nickname','orchids1990'),(28698,2214,'first_name',''),(28699,2214,'last_name',''),(28700,2214,'description',''),(28701,2214,'rich_editing','true'),(28702,2214,'comment_shortcuts','false'),(28703,2214,'admin_color','fresh'),(28704,2214,'use_ssl','0'),(28705,2214,'show_admin_bar_front','true'),(28706,2214,'locale',''),(28707,2214,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28708,2214,'wp_user_level','0'),(28709,2214,'default_password_nag','1'),(28710,2215,'nickname','mikeeinck31997'),(28711,2215,'first_name',''),(28712,2215,'last_name',''),(28713,2215,'description',''),(28714,2215,'rich_editing','true'),(28715,2215,'comment_shortcuts','false'),(28716,2215,'admin_color','fresh'),(28717,2215,'use_ssl','0'),(28718,2215,'show_admin_bar_front','true'),(28719,2215,'locale',''),(28720,2215,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28721,2215,'wp_user_level','0'),(28722,2215,'default_password_nag','1'),(28723,2216,'nickname','femlawjd2005'),(28724,2216,'first_name',''),(28725,2216,'last_name',''),(28726,2216,'description',''),(28727,2216,'rich_editing','true'),(28728,2216,'comment_shortcuts','false'),(28729,2216,'admin_color','fresh'),(28730,2216,'use_ssl','0'),(28731,2216,'show_admin_bar_front','true'),(28732,2216,'locale',''),(28733,2216,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28734,2216,'wp_user_level','0'),(28735,2216,'default_password_nag','1'),(28736,2217,'nickname','jenrav1992'),(28737,2217,'first_name',''),(28738,2217,'last_name',''),(28739,2217,'description',''),(28740,2217,'rich_editing','true'),(28741,2217,'comment_shortcuts','false'),(28742,2217,'admin_color','fresh'),(28743,2217,'use_ssl','0'),(28744,2217,'show_admin_bar_front','true'),(28745,2217,'locale',''),(28746,2217,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28747,2217,'wp_user_level','0'),(28748,2217,'default_password_nag','1'),(28749,2218,'nickname','b.j.patterson1969'),(28750,2218,'first_name',''),(28751,2218,'last_name',''),(28752,2218,'description',''),(28753,2218,'rich_editing','true'),(28754,2218,'comment_shortcuts','false'),(28755,2218,'admin_color','fresh'),(28756,2218,'use_ssl','0'),(28757,2218,'show_admin_bar_front','true'),(28758,2218,'locale',''),(28759,2218,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28760,2218,'wp_user_level','0'),(28761,2218,'default_password_nag','1'),(28762,2219,'nickname','saqib.shakil1966'),(28763,2219,'first_name',''),(28764,2219,'last_name',''),(28765,2219,'description',''),(28766,2219,'rich_editing','true'),(28767,2219,'comment_shortcuts','false'),(28768,2219,'admin_color','fresh'),(28769,2219,'use_ssl','0'),(28770,2219,'show_admin_bar_front','true'),(28771,2219,'locale',''),(28772,2219,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28773,2219,'wp_user_level','0'),(28774,2219,'default_password_nag','1'),(28775,2220,'nickname','sydcampos2006'),(28776,2220,'first_name',''),(28777,2220,'last_name',''),(28778,2220,'description',''),(28779,2220,'rich_editing','true'),(28780,2220,'comment_shortcuts','false'),(28781,2220,'admin_color','fresh'),(28782,2220,'use_ssl','0'),(28783,2220,'show_admin_bar_front','true'),(28784,2220,'locale',''),(28785,2220,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28786,2220,'wp_user_level','0'),(28787,2220,'default_password_nag','1'),(28788,2221,'nickname','sassy12191980'),(28789,2221,'first_name',''),(28790,2221,'last_name',''),(28791,2221,'description',''),(28792,2221,'rich_editing','true'),(28793,2221,'comment_shortcuts','false'),(28794,2221,'admin_color','fresh'),(28795,2221,'use_ssl','0'),(28796,2221,'show_admin_bar_front','true'),(28797,2221,'locale',''),(28798,2221,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28799,2221,'wp_user_level','0'),(28800,2221,'default_password_nag','1'),(28801,2222,'nickname','shoba1602002'),(28802,2222,'first_name',''),(28803,2222,'last_name',''),(28804,2222,'description',''),(28805,2222,'rich_editing','true'),(28806,2222,'comment_shortcuts','false'),(28807,2222,'admin_color','fresh'),(28808,2222,'use_ssl','0'),(28809,2222,'show_admin_bar_front','true'),(28810,2222,'locale',''),(28811,2222,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28812,2222,'wp_user_level','0'),(28813,2222,'default_password_nag','1'),(28814,2223,'nickname','joycemish1975'),(28815,2223,'first_name',''),(28816,2223,'last_name',''),(28817,2223,'description',''),(28818,2223,'rich_editing','true'),(28819,2223,'comment_shortcuts','false'),(28820,2223,'admin_color','fresh'),(28821,2223,'use_ssl','0'),(28822,2223,'show_admin_bar_front','true'),(28823,2223,'locale',''),(28824,2223,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28825,2223,'wp_user_level','0'),(28826,2223,'default_password_nag','1'),(28827,2224,'nickname','jhdaniels1993'),(28828,2224,'first_name',''),(28829,2224,'last_name',''),(28830,2224,'description',''),(28831,2224,'rich_editing','true'),(28832,2224,'comment_shortcuts','false'),(28833,2224,'admin_color','fresh'),(28834,2224,'use_ssl','0'),(28835,2224,'show_admin_bar_front','true'),(28836,2224,'locale',''),(28837,2224,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28838,2224,'wp_user_level','0'),(28839,2224,'default_password_nag','1'),(28840,2225,'nickname','sonja1950'),(28841,2225,'first_name',''),(28842,2225,'last_name',''),(28843,2225,'description',''),(28844,2225,'rich_editing','true'),(28845,2225,'comment_shortcuts','false'),(28846,2225,'admin_color','fresh'),(28847,2225,'use_ssl','0'),(28848,2225,'show_admin_bar_front','true'),(28849,2225,'locale',''),(28850,2225,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28851,2225,'wp_user_level','0'),(28852,2225,'default_password_nag','1'),(28853,2226,'nickname','harald.banglmayr1950'),(28854,2226,'first_name',''),(28855,2226,'last_name',''),(28856,2226,'description',''),(28857,2226,'rich_editing','true'),(28858,2226,'comment_shortcuts','false'),(28859,2226,'admin_color','fresh'),(28860,2226,'use_ssl','0'),(28861,2226,'show_admin_bar_front','true'),(28862,2226,'locale',''),(28863,2226,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28864,2226,'wp_user_level','0'),(28865,2226,'default_password_nag','1'),(28866,2227,'nickname','bpositive.red1960'),(28867,2227,'first_name',''),(28868,2227,'last_name',''),(28869,2227,'description',''),(28870,2227,'rich_editing','true'),(28871,2227,'comment_shortcuts','false'),(28872,2227,'admin_color','fresh'),(28873,2227,'use_ssl','0'),(28874,2227,'show_admin_bar_front','true'),(28875,2227,'locale',''),(28876,2227,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28877,2227,'wp_user_level','0'),(28878,2227,'default_password_nag','1'),(28879,3,'wp_nf_form_preview_4','a:4:{s:2:\"id\";i:4;s:8:\"settings\";a:29:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:22:\"Challenge Your Friends\";s:10:\"show_title\";i:0;s:14:\"clear_complete\";i:1;s:13:\"hide_complete\";i:1;s:17:\"default_label_pos\";s:5:\"above\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:0:\"\";s:10:\"add_submit\";i:0;s:8:\"currency\";s:0:\"\";s:9:\"logged_in\";b:0;s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";N;s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:9:{i:0;s:18:\"html_1491242625916\";i:1;s:23:\"your_name_1491241149362\";i:2;s:24:\"your_email_1491242117816\";i:3;s:34:\"your_penny_tree_link_1491585931756\";i:4;s:18:\"html_1491585948048\";i:5;s:21:\"email_1_1491242185193\";i:6;s:21:\"email_2_1491242189322\";i:7;s:21:\"email_3_1491242192265\";i:8;s:20:\"submit_1490554914998\";}s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:19:\"changeEmailErrorMsg\";s:0:\"\";s:20:\"confirmFieldErrorMsg\";s:0:\"\";s:22:\"fieldNumberNumMinError\";s:0:\"\";s:22:\"fieldNumberNumMaxError\";s:0:\"\";s:22:\"fieldNumberIncrementBy\";s:0:\"\";s:23:\"formErrorsCorrectErrors\";s:0:\"\";s:21:\"validateRequiredField\";s:0:\"\";s:21:\"honeypotHoneypotError\";s:0:\"\";s:20:\"fieldsMarkedRequired\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:6:\"fields\";a:9:{i:22;a:1:{s:8:\"settings\";a:11:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:1;s:5:\"label\";s:4:\"HTML\";s:4:\"type\";s:4:\"html\";s:7:\"default\";s:366:\"<p>Thank you for playing your part by donating $3.65+!! However, you\'re not quite done yet. The MOST IMPORTANT step in making a huge impact, is to challenge/sponsor at least three people you know to take The Penny Challenge as well!<br></p><p>Take a moment and challenge & sponsor three people to complete your Penny Challenge. Please enter emails below.<br></p>\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:18:\"html_1491242625916\";s:14:\"drawerDisabled\";b:0;}}i:20;a:1:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:2;s:5:\"label\";s:9:\"Your Name\";s:4:\"type\";s:9:\"firstname\";s:3:\"key\";s:23:\"your_name_1491241149362\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:1;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:14:\"one-half first\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}}i:21;a:1:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:3;s:5:\"label\";s:10:\"Your Email\";s:4:\"type\";s:5:\"email\";s:3:\"key\";s:24:\"your_email_1491242117816\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:1;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:15:\"one-half second\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}}i:32;a:1:{s:8:\"settings\";a:24:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:4;s:5:\"label\";s:20:\"Your Penny Tree Link\";s:4:\"type\";s:7:\"textbox\";s:3:\"key\";s:34:\"your_penny_tree_link_1491585931756\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:0;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";}}i:31;a:1:{s:8:\"settings\";a:10:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:5;s:5:\"label\";s:4:\"HTML\";s:4:\"type\";s:4:\"html\";s:7:\"default\";s:574:\"<p>You get this from your email or by <a href=\"http://login.thepennychallenge.com/affiliates/login.php#login\" target=\"_blank\">logging in</a> at the top of your screen. Get Your Penny Tree account by either taking <a href=\"https://store.itstartswithone.org/collections/the-penny-challenge/products/take-the-penny-challenge\" target=\"_blank\">The Penny Challenge</a> or <a href=\"http://login.thepennychallenge.com/affiliates/signup.php#SignupForm\" target=\"_blank\">create an account</a>. Your link should look similar to this... http://itstartswithone.org/#58dacb3f51b88</p>\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:18:\"html_1491585948048\";}}i:12;a:1:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:6;s:4:\"type\";s:5:\"email\";s:5:\"label\";s:7:\"Email 1\";s:3:\"key\";s:21:\"email_1_1491242185193\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:1;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:14:\"one-half first\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}}i:13;a:1:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:7;s:4:\"type\";s:5:\"email\";s:5:\"label\";s:7:\"Email 2\";s:3:\"key\";s:21:\"email_2_1491242189322\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:1;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:15:\"one-half second\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}}i:14;a:1:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:8;s:4:\"type\";s:5:\"email\";s:5:\"label\";s:7:\"Email 3\";s:3:\"key\";s:21:\"email_3_1491242192265\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:1;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:14:\"one-half first\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}}i:19;a:1:{s:8:\"settings\";a:10:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:10;s:4:\"type\";s:6:\"submit\";s:5:\"label\";s:6:\"Submit\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:20:\"submit_1490554914998\";}}}s:7:\"actions\";a:4:{i:13;a:1:{s:8:\"settings\";a:26:{s:5:\"title\";N;s:3:\"key\";N;s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-03-26 15:59:11\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"label\";s:15:\"Save Submission\";s:5:\"order\";s:1:\"3\";s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:18:\"payment_total_type\";s:0:\"\";}}i:11;a:1:{s:8:\"settings\";a:28:{s:5:\"title\";N;s:3:\"key\";N;s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-03-26 15:59:11\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:42:\"Your form has been successfully submitted.\";s:5:\"order\";s:1:\"1\";s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:737:\"Your form has been successfully submitted.\n<!-- Google Code for Invitation Conversion Page -->\n<script type=\"text/javascript\">\n/* <![CDATA[ */\nvar google_conversion_id = 856643644;\nvar google_conversion_language = \"en\";\nvar google_conversion_format = \"3\";\nvar google_conversion_color = \"ffffff\";\nvar google_conversion_label = \"EhtACKel03AQvLC9mAM\";\nvar google_remarketing_only = false;\n/* ]]> */\n</script>\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\n</script>\n<noscript>\n<div style=\"display:inline;\">\n<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/856643644/?label=EhtACKel03AQvLC9mAM&guid=ON&script=0\"/>\n</div>\n</noscript>\n\";s:18:\"payment_total_type\";s:0:\"\";}}i:12;a:1:{s:8:\"settings\";a:28:{s:5:\"title\";N;s:3:\"key\";N;s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-03-26 15:59:11\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"label\";s:11:\"Admin Email\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:7:\"subject\";s:22:\"Ninja Forms Submission\";s:7:\"message\";s:18:\"{field:all_fields}\";s:5:\"order\";s:1:\"2\";s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:18:\"payment_total_type\";s:0:\"\";s:14:\"drawerDisabled\";s:0:\"\";}}i:14;a:1:{s:8:\"settings\";a:24:{s:5:\"title\";N;s:3:\"key\";N;s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-04-03 13:33:08\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"label\";s:16:\"Email Challenges\";s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:20:\"{system:admin_email}\";s:8:\"reply_to\";s:32:\"{field:your_email_1491242117816}\";s:13:\"email_subject\";s:59:\"You Have Been Challenged by {field:your_name_1491241149362}\";s:13:\"email_message\";s:2024:\"<div style=\"color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;\">You have just been selected by {field:your_name_1491241149362} to take The Penny Challenge!</div><div style=\"color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;\"><br></div><div style=\"color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;\">Challenge: Select your favorite cause/charity you\'d like to support at <span style=\"font-size: 12.8px;\">{field:your_penny_tree_link_1491585931756}</span> and then donate $3.65 (the equivalent of a penny a day for a year). Lastly, select and challenge four other friends to do the same.</div><div style=\"color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;\"><br></div><div style=\"color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;\">By you just playing your small part, YOU can help us raise millions of dollars for the causes/charities you believe in!</div><div style=\"color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;\"><br>For more information on It Starts With One, The Penny Challenge or the causes we support visit <span style=\"font-size: 12.8px;\">{field:your_penny_tree_link_1491585931756} click about.</span><a href=\"http://www.itstartswithone.org/about\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&q=http://www.itstartswithone.org/about&source=gmail&ust=1491326468336000&usg=AFQjCNGEyXqf45cty_zTjRIK1DtTWnAcYQ\" style=\"color: rgb(17, 85, 204);\"></a></div><div style=\"color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;\"><br></div><div style=\"color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;\"><div style=\"font-size: 12.8px;\">Thank You,</div><div style=\"font-size: 12.8px;\"><br></div><div style=\"font-size: 12.8px;\">Loren Hockensmith</div><div style=\"font-size: 12.8px;\"><br></div><div style=\"font-size: 12.8px;\">It Starts With One and The Penny Challenge</div></div>\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:17:\"{user:first_name}\";s:12:\"from_address\";s:32:\"{field:your_email_1491242117816}\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:93:\"{field:email_1_1491242185193}, {field:email_2_1491242189322}, {field:email_3_1491242192265}, \";s:10:\"attach_csv\";s:0:\"\";s:18:\"payment_total_type\";s:0:\"\";}}}}'),(28882,2228,'nickname','rodriguez.hector11991'),(28883,2228,'first_name',''),(28884,2228,'last_name',''),(28885,2228,'description',''),(28886,2228,'rich_editing','true'),(28887,2228,'comment_shortcuts','false'),(28888,2228,'admin_color','fresh'),(28889,2228,'use_ssl','0'),(28890,2228,'show_admin_bar_front','true'),(28891,2228,'locale',''),(28892,2228,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28893,2228,'wp_user_level','0'),(28894,2228,'default_password_nag','1'),(28895,2229,'nickname','sureshpatnawale2003'),(28896,2229,'first_name',''),(28897,2229,'last_name',''),(28898,2229,'description',''),(28899,2229,'rich_editing','true'),(28900,2229,'comment_shortcuts','false'),(28901,2229,'admin_color','fresh'),(28902,2229,'use_ssl','0'),(28903,2229,'show_admin_bar_front','true'),(28904,2229,'locale',''),(28905,2229,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28906,2229,'wp_user_level','0'),(28907,2229,'default_password_nag','1'),(28908,2230,'nickname','kdm7041961'),(28909,2230,'first_name',''),(28910,2230,'last_name',''),(28911,2230,'description',''),(28912,2230,'rich_editing','true'),(28913,2230,'comment_shortcuts','false'),(28914,2230,'admin_color','fresh'),(28915,2230,'use_ssl','0'),(28916,2230,'show_admin_bar_front','true'),(28917,2230,'locale',''),(28918,2230,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28919,2230,'wp_user_level','0'),(28920,2230,'default_password_nag','1'),(28921,2231,'nickname','divinedancer281962'),(28922,2231,'first_name',''),(28923,2231,'last_name',''),(28924,2231,'description',''),(28925,2231,'rich_editing','true'),(28926,2231,'comment_shortcuts','false'),(28927,2231,'admin_color','fresh'),(28928,2231,'use_ssl','0'),(28929,2231,'show_admin_bar_front','true'),(28930,2231,'locale',''),(28931,2231,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28932,2231,'wp_user_level','0'),(28933,2231,'default_password_nag','1'),(28934,2232,'nickname','andylicht2003'),(28935,2232,'first_name',''),(28936,2232,'last_name',''),(28937,2232,'description',''),(28938,2232,'rich_editing','true'),(28939,2232,'comment_shortcuts','false'),(28940,2232,'admin_color','fresh'),(28941,2232,'use_ssl','0'),(28942,2232,'show_admin_bar_front','true'),(28943,2232,'locale',''),(28944,2232,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28945,2232,'wp_user_level','0'),(28946,2232,'default_password_nag','1'),(28947,2233,'nickname','dgamenice21958'),(28948,2233,'first_name',''),(28949,2233,'last_name',''),(28950,2233,'description',''),(28951,2233,'rich_editing','true'),(28952,2233,'comment_shortcuts','false'),(28953,2233,'admin_color','fresh'),(28954,2233,'use_ssl','0'),(28955,2233,'show_admin_bar_front','true'),(28956,2233,'locale',''),(28957,2233,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28958,2233,'wp_user_level','0'),(28959,2233,'default_password_nag','1'),(28960,2234,'nickname','alicelee151965'),(28961,2234,'first_name',''),(28962,2234,'last_name',''),(28963,2234,'description',''),(28964,2234,'rich_editing','true'),(28965,2234,'comment_shortcuts','false'),(28966,2234,'admin_color','fresh'),(28967,2234,'use_ssl','0'),(28968,2234,'show_admin_bar_front','true'),(28969,2234,'locale',''),(28970,2234,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28971,2234,'wp_user_level','0'),(28972,2234,'default_password_nag','1'),(28973,2235,'nickname','tusu5820021958'),(28974,2235,'first_name',''),(28975,2235,'last_name',''),(28976,2235,'description',''),(28977,2235,'rich_editing','true'),(28978,2235,'comment_shortcuts','false'),(28979,2235,'admin_color','fresh'),(28980,2235,'use_ssl','0'),(28981,2235,'show_admin_bar_front','true'),(28982,2235,'locale',''),(28983,2235,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28984,2235,'wp_user_level','0'),(28985,2235,'default_password_nag','1'),(28986,2,'closedpostboxes_page','a:0:{}'),(28987,2,'metaboxhidden_page','a:5:{i:0;s:11:\"postexcerpt\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}'),(28988,2236,'nickname','jrmbro131990'),(28989,2236,'first_name',''),(28990,2236,'last_name',''),(28991,2236,'description',''),(28992,2236,'rich_editing','true'),(28993,2236,'comment_shortcuts','false'),(28994,2236,'admin_color','fresh'),(28995,2236,'use_ssl','0'),(28996,2236,'show_admin_bar_front','true'),(28997,2236,'locale',''),(28998,2236,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(28999,2236,'wp_user_level','0'),(29000,2236,'default_password_nag','1'),(29001,2237,'nickname','lunalucembd2002'),(29002,2237,'first_name',''),(29003,2237,'last_name',''),(29004,2237,'description',''),(29005,2237,'rich_editing','true'),(29006,2237,'comment_shortcuts','false'),(29007,2237,'admin_color','fresh'),(29008,2237,'use_ssl','0'),(29009,2237,'show_admin_bar_front','true'),(29010,2237,'locale',''),(29011,2237,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29012,2237,'wp_user_level','0'),(29013,2237,'default_password_nag','1'),(29014,2238,'nickname','directah12001'),(29015,2238,'first_name',''),(29016,2238,'last_name',''),(29017,2238,'description',''),(29018,2238,'rich_editing','true'),(29019,2238,'comment_shortcuts','false'),(29020,2238,'admin_color','fresh'),(29021,2238,'use_ssl','0'),(29022,2238,'show_admin_bar_front','true'),(29023,2238,'locale',''),(29024,2238,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29025,2238,'wp_user_level','0'),(29026,2238,'default_password_nag','1'),(29027,2239,'nickname','kaparker1976'),(29028,2239,'first_name',''),(29029,2239,'last_name',''),(29030,2239,'description',''),(29031,2239,'rich_editing','true'),(29032,2239,'comment_shortcuts','false'),(29033,2239,'admin_color','fresh'),(29034,2239,'use_ssl','0'),(29035,2239,'show_admin_bar_front','true'),(29036,2239,'locale',''),(29037,2239,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29038,2239,'wp_user_level','0'),(29039,2239,'default_password_nag','1'),(29040,2,'wp_nf_form_preview_5','a:4:{s:2:\"id\";i:5;s:8:\"settings\";a:19:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:12:\"Get Involved\";s:10:\"show_title\";i:0;s:14:\"clear_complete\";i:1;s:13:\"hide_complete\";i:1;s:17:\"default_label_pos\";s:5:\"above\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:0:\"\";s:10:\"add_submit\";i:0;s:8:\"currency\";s:0:\"\";s:9:\"logged_in\";b:0;s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";N;s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:7:{i:0;s:18:\"name_1491508983371\";i:1;s:18:\"city_1491508953752\";i:2;s:23:\"liststate_1491508955031\";i:3;s:19:\"email_1491508959383\";i:4;s:19:\"phone_1491508964220\";i:5;s:22:\"textarea_1491509025097\";i:6;s:20:\"submit_1491508969802\";}s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";}s:6:\"fields\";a:7:{i:24;a:1:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:2;s:4:\"type\";s:9:\"firstname\";s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:18:\"name_1491508983371\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}}i:25;a:1:{s:8:\"settings\";a:24:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:3;s:4:\"type\";s:4:\"city\";s:5:\"label\";s:4:\"City\";s:3:\"key\";s:18:\"city_1491508953752\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";}}i:26;a:1:{s:8:\"settings\";a:15:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:4;s:4:\"type\";s:9:\"liststate\";s:5:\"label\";s:5:\"State\";s:3:\"key\";s:23:\"liststate_1491508955031\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"options\";a:53:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Alabama\";s:5:\"value\";s:2:\"AL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Alaska\";s:5:\"value\";s:2:\"AK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:2;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Arizona\";s:5:\"value\";s:2:\"AZ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:3;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Arkansas\";s:5:\"value\";s:2:\"AR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:3;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:4;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"California\";s:5:\"value\";s:2:\"CA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:4;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:5;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Colorado\";s:5:\"value\";s:2:\"CO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:5;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:6;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:11:\"Connecticut\";s:5:\"value\";s:2:\"CT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:6;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:7;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Delaware\";s:5:\"value\";s:2:\"DE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:7;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:8;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Florida\";s:5:\"value\";s:2:\"FL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:8;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:9;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Georgia\";s:5:\"value\";s:2:\"GA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:9;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:10;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Hawaii\";s:5:\"value\";s:2:\"HI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:10;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:11;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:5:\"Idaho\";s:5:\"value\";s:2:\"ID\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:11;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:12;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Illinois\";s:5:\"value\";s:2:\"IL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:12;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:13;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Indiana\";s:5:\"value\";s:2:\"IN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:13;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:14;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:4:\"Iowa\";s:5:\"value\";s:2:\"IA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:14;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:15;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Kansas\";s:5:\"value\";s:2:\"KS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:15;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:16;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Kentucky\";s:5:\"value\";s:2:\"KY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:16;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:17;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:9:\"Louisiana\";s:5:\"value\";s:2:\"LA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:17;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:18;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:5:\"Maine\";s:5:\"value\";s:2:\"ME\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:18;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:19;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Maryland\";s:5:\"value\";s:2:\"MD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:19;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:20;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:13:\"Massachusetts\";s:5:\"value\";s:2:\"MA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:20;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:21;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Michigan\";s:5:\"value\";s:2:\"MI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:21;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:22;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:9:\"Minnesota\";s:5:\"value\";s:2:\"MN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:22;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:23;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:11:\"Mississippi\";s:5:\"value\";s:2:\"MS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:23;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:24;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Missouri\";s:5:\"value\";s:2:\"MO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:24;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:25;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Montana\";s:5:\"value\";s:2:\"MT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:25;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:26;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Nebraska\";s:5:\"value\";s:2:\"NE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:26;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:27;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Nevada\";s:5:\"value\";s:2:\"NV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:27;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:28;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:13:\"New Hampshire\";s:5:\"value\";s:2:\"NH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:28;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:29;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"New Jersey\";s:5:\"value\";s:2:\"NJ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:29;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:30;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"New Mexico\";s:5:\"value\";s:2:\"NM\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:30;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:31;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"New York\";s:5:\"value\";s:2:\"NY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:31;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:32;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:14:\"North Carolina\";s:5:\"value\";s:2:\"NC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:32;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:33;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:12:\"North Dakota\";s:5:\"value\";s:2:\"ND\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:33;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:34;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:4:\"Ohio\";s:5:\"value\";s:2:\"OH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:34;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:35;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Oklahoma\";s:5:\"value\";s:2:\"OK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:35;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:36;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Oregon\";s:5:\"value\";s:2:\"OR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:36;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:37;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:12:\"Pennsylvania\";s:5:\"value\";s:2:\"PA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:37;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:38;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:12:\"Rhode Island\";s:5:\"value\";s:2:\"RI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:38;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:39;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:14:\"South Carolina\";s:5:\"value\";s:2:\"SC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:39;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:40;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:12:\"South Dakota\";s:5:\"value\";s:2:\"SD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:40;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:41;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:9:\"Tennessee\";s:5:\"value\";s:2:\"TN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:41;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:42;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:5:\"Texas\";s:5:\"value\";s:2:\"TX\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:42;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:43;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:4:\"Utah\";s:5:\"value\";s:2:\"UT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:43;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:44;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Vermont\";s:5:\"value\";s:2:\"VT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:44;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:45;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Virginia\";s:5:\"value\";s:2:\"VA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:45;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:46;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"Washington\";s:5:\"value\";s:2:\"WA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:46;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:47;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:13:\"West Virginia\";s:5:\"value\";s:2:\"WV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:47;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:48;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:9:\"Wisconsin\";s:5:\"value\";s:2:\"WI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:48;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:49;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Wyoming\";s:5:\"value\";s:2:\"WY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:49;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:50;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:48:\"ARMED FORCES AFRICA CANADA EUROPE MIDDLE EAST\";s:5:\"value\";s:2:\"AE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:50;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:51;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:36:\"ARMED FORCES AMERICA (EXCEPT CANADA)\";s:5:\"value\";s:2:\"AA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:51;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:52;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:20:\"ARMED FORCES PACIFIC\";s:5:\"value\";s:2:\"AP\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:52;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}}i:27;a:1:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:5;s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:19:\"email_1491508959383\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}}i:28;a:1:{s:8:\"settings\";a:24:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:6;s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:5:\"Phone\";s:3:\"key\";s:19:\"phone_1491508964220\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";}}i:29;a:1:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:7;s:5:\"label\";s:14:\"Paragraph Text\";s:4:\"type\";s:8:\"textarea\";s:3:\"key\";s:22:\"textarea_1491509025097\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}}i:30;a:1:{s:8:\"settings\";a:10:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:8;s:4:\"type\";s:6:\"submit\";s:5:\"label\";s:6:\"Submit\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:20:\"submit_1491508969802\";}}}s:7:\"actions\";a:3:{i:17;a:1:{s:8:\"settings\";a:27:{s:5:\"title\";N;s:3:\"key\";N;s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-04-06 17:00:45\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"label\";s:15:\"Save Submission\";s:5:\"order\";s:1:\"3\";s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:18:\"payment_total_type\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}}i:15;a:1:{s:8:\"settings\";a:28:{s:5:\"title\";N;s:3:\"key\";N;s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-04-06 17:00:45\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:42:\"Your form has been successfully submitted.\";s:5:\"order\";s:1:\"1\";s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:731:\"Your form has been successfully submitted.\n<!-- Google Code for Lead Conversion Page -->\n<script type=\"text/javascript\">\n/* <![CDATA[ */\nvar google_conversion_id = 856643644;\nvar google_conversion_language = \"en\";\nvar google_conversion_format = \"3\";\nvar google_conversion_color = \"ffffff\";\nvar google_conversion_label = \"sptyCITQzHAQvLC9mAM\";\nvar google_remarketing_only = false;\n/* ]]> */\n</script>\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\n</script>\n<noscript>\n<div style=\"display:inline;\">\n<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/856643644/?label=sptyCITQzHAQvLC9mAM&guid=ON&script=0\"/>\n</div>\n</noscript>\n\";s:18:\"payment_total_type\";s:0:\"\";}}i:16;a:1:{s:8:\"settings\";a:28:{s:5:\"title\";N;s:3:\"key\";N;s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-04-06 17:00:45\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"label\";s:11:\"Admin Email\";s:2:\"to\";s:34:\"stacy@verovine.com{wp:admin_email}\";s:7:\"subject\";s:22:\"Ninja Forms Submission\";s:7:\"message\";s:18:\"{field:all_fields}\";s:5:\"order\";s:1:\"2\";s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:18:\"payment_total_type\";s:0:\"\";s:14:\"drawerDisabled\";s:0:\"\";}}}}'),(29041,2240,'nickname','tritrident11980'),(29042,2240,'first_name',''),(29043,2240,'last_name',''),(29044,2240,'description',''),(29045,2240,'rich_editing','true'),(29046,2240,'comment_shortcuts','false'),(29047,2240,'admin_color','fresh'),(29048,2240,'use_ssl','0'),(29049,2240,'show_admin_bar_front','true'),(29050,2240,'locale',''),(29051,2240,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29052,2240,'wp_user_level','0'),(29053,2240,'default_password_nag','1'),(29054,2241,'nickname','jsanti1141976'),(29055,2241,'first_name',''),(29056,2241,'last_name',''),(29057,2241,'description',''),(29058,2241,'rich_editing','true'),(29059,2241,'comment_shortcuts','false'),(29060,2241,'admin_color','fresh'),(29061,2241,'use_ssl','0'),(29062,2241,'show_admin_bar_front','true'),(29063,2241,'locale',''),(29064,2241,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29065,2241,'wp_user_level','0'),(29066,2241,'default_password_nag','1'),(29067,2242,'nickname','piotrek371975'),(29068,2242,'first_name',''),(29069,2242,'last_name',''),(29070,2242,'description',''),(29071,2242,'rich_editing','true'),(29072,2242,'comment_shortcuts','false'),(29073,2242,'admin_color','fresh'),(29074,2242,'use_ssl','0'),(29075,2242,'show_admin_bar_front','true'),(29076,2242,'locale',''),(29077,2242,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29078,2242,'wp_user_level','0'),(29079,2242,'default_password_nag','1'),(29080,2243,'nickname','torri_lynn11994'),(29081,2243,'first_name',''),(29082,2243,'last_name',''),(29083,2243,'description',''),(29084,2243,'rich_editing','true'),(29085,2243,'comment_shortcuts','false'),(29086,2243,'admin_color','fresh'),(29087,2243,'use_ssl','0'),(29088,2243,'show_admin_bar_front','true'),(29089,2243,'locale',''),(29090,2243,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29091,2243,'wp_user_level','0'),(29092,2243,'default_password_nag','1'),(29093,2244,'nickname','frank.bartkowski1970'),(29094,2244,'first_name',''),(29095,2244,'last_name',''),(29096,2244,'description',''),(29097,2244,'rich_editing','true'),(29098,2244,'comment_shortcuts','false'),(29099,2244,'admin_color','fresh'),(29100,2244,'use_ssl','0'),(29101,2244,'show_admin_bar_front','true'),(29102,2244,'locale',''),(29103,2244,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29104,2244,'wp_user_level','0'),(29105,2244,'default_password_nag','1'),(29106,2245,'nickname','gina_641997'),(29107,2245,'first_name',''),(29108,2245,'last_name',''),(29109,2245,'description',''),(29110,2245,'rich_editing','true'),(29111,2245,'comment_shortcuts','false'),(29112,2245,'admin_color','fresh'),(29113,2245,'use_ssl','0'),(29114,2245,'show_admin_bar_front','true'),(29115,2245,'locale',''),(29116,2245,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29117,2245,'wp_user_level','0'),(29118,2245,'default_password_nag','1'),(29119,2,'closedpostboxes_dashboard','a:1:{i:0;s:21:\"dashboard_quick_press\";}'),(29120,2,'metaboxhidden_dashboard','a:0:{}'),(29121,2246,'nickname','sthomas11958'),(29122,2246,'first_name',''),(29123,2246,'last_name',''),(29124,2246,'description',''),(29125,2246,'rich_editing','true'),(29126,2246,'comment_shortcuts','false'),(29127,2246,'admin_color','fresh'),(29128,2246,'use_ssl','0'),(29129,2246,'show_admin_bar_front','true'),(29130,2246,'locale',''),(29131,2246,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29132,2246,'wp_user_level','0'),(29133,2246,'default_password_nag','1'),(29134,2247,'nickname','madtomad1980'),(29135,2247,'first_name',''),(29136,2247,'last_name',''),(29137,2247,'description',''),(29138,2247,'rich_editing','true'),(29139,2247,'comment_shortcuts','false'),(29140,2247,'admin_color','fresh'),(29141,2247,'use_ssl','0'),(29142,2247,'show_admin_bar_front','true'),(29143,2247,'locale',''),(29144,2247,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29145,2247,'wp_user_level','0'),(29146,2247,'default_password_nag','1'),(29147,2248,'nickname','dan39021951'),(29148,2248,'first_name',''),(29149,2248,'last_name',''),(29150,2248,'description',''),(29151,2248,'rich_editing','true'),(29152,2248,'comment_shortcuts','false'),(29153,2248,'admin_color','fresh'),(29154,2248,'use_ssl','0'),(29155,2248,'show_admin_bar_front','true'),(29156,2248,'locale',''),(29157,2248,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29158,2248,'wp_user_level','0'),(29159,2248,'default_password_nag','1'),(29160,2249,'nickname','adamskay1999'),(29161,2249,'first_name',''),(29162,2249,'last_name',''),(29163,2249,'description',''),(29164,2249,'rich_editing','true'),(29165,2249,'comment_shortcuts','false'),(29166,2249,'admin_color','fresh'),(29167,2249,'use_ssl','0'),(29168,2249,'show_admin_bar_front','true'),(29169,2249,'locale',''),(29170,2249,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29171,2249,'wp_user_level','0'),(29172,2249,'default_password_nag','1'),(29173,2250,'nickname','steven.meshberger1985'),(29174,2250,'first_name',''),(29175,2250,'last_name',''),(29176,2250,'description',''),(29177,2250,'rich_editing','true'),(29178,2250,'comment_shortcuts','false'),(29179,2250,'admin_color','fresh'),(29180,2250,'use_ssl','0'),(29181,2250,'show_admin_bar_front','true'),(29182,2250,'locale',''),(29183,2250,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29184,2250,'wp_user_level','0'),(29185,2250,'default_password_nag','1'),(29186,2251,'nickname','jessgrosgebauer2006'),(29187,2251,'first_name',''),(29188,2251,'last_name',''),(29189,2251,'description',''),(29190,2251,'rich_editing','true'),(29191,2251,'comment_shortcuts','false'),(29192,2251,'admin_color','fresh'),(29193,2251,'use_ssl','0'),(29194,2251,'show_admin_bar_front','true'),(29195,2251,'locale',''),(29196,2251,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29197,2251,'wp_user_level','0'),(29198,2251,'default_password_nag','1'),(29199,2252,'nickname','mesh70520001984'),(29200,2252,'first_name',''),(29201,2252,'last_name',''),(29202,2252,'description',''),(29203,2252,'rich_editing','true'),(29204,2252,'comment_shortcuts','false'),(29205,2252,'admin_color','fresh'),(29206,2252,'use_ssl','0'),(29207,2252,'show_admin_bar_front','true'),(29208,2252,'locale',''),(29209,2252,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29210,2252,'wp_user_level','0'),(29211,2252,'default_password_nag','1'),(29212,2253,'nickname','albertlifeinsurance1957'),(29213,2253,'first_name',''),(29214,2253,'last_name',''),(29215,2253,'description',''),(29216,2253,'rich_editing','true'),(29217,2253,'comment_shortcuts','false'),(29218,2253,'admin_color','fresh'),(29219,2253,'use_ssl','0'),(29220,2253,'show_admin_bar_front','true'),(29221,2253,'locale',''),(29222,2253,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29223,2253,'wp_user_level','0'),(29224,2253,'default_password_nag','1'),(29225,2254,'nickname','dlslepkaz1958'),(29226,2254,'first_name',''),(29227,2254,'last_name',''),(29228,2254,'description',''),(29229,2254,'rich_editing','true'),(29230,2254,'comment_shortcuts','false'),(29231,2254,'admin_color','fresh'),(29232,2254,'use_ssl','0'),(29233,2254,'show_admin_bar_front','true'),(29234,2254,'locale',''),(29235,2254,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29236,2254,'wp_user_level','0'),(29237,2254,'default_password_nag','1'),(29238,2255,'nickname','sjguth1995'),(29239,2255,'first_name',''),(29240,2255,'last_name',''),(29241,2255,'description',''),(29242,2255,'rich_editing','true'),(29243,2255,'comment_shortcuts','false'),(29244,2255,'admin_color','fresh'),(29245,2255,'use_ssl','0'),(29246,2255,'show_admin_bar_front','true'),(29247,2255,'locale',''),(29248,2255,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29249,2255,'wp_user_level','0'),(29250,2255,'default_password_nag','1'),(29251,2256,'nickname','pam1958'),(29252,2256,'first_name',''),(29253,2256,'last_name',''),(29254,2256,'description',''),(29255,2256,'rich_editing','true'),(29256,2256,'comment_shortcuts','false'),(29257,2256,'admin_color','fresh'),(29258,2256,'use_ssl','0'),(29259,2256,'show_admin_bar_front','true'),(29260,2256,'locale',''),(29261,2256,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29262,2256,'wp_user_level','0'),(29263,2256,'default_password_nag','1'),(29264,2257,'nickname','pocahontas571964'),(29265,2257,'first_name',''),(29266,2257,'last_name',''),(29267,2257,'description',''),(29268,2257,'rich_editing','true'),(29269,2257,'comment_shortcuts','false'),(29270,2257,'admin_color','fresh'),(29271,2257,'use_ssl','0'),(29272,2257,'show_admin_bar_front','true'),(29273,2257,'locale',''),(29274,2257,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29275,2257,'wp_user_level','0'),(29276,2257,'default_password_nag','1'),(29277,2258,'nickname','michaelleff1989'),(29278,2258,'first_name',''),(29279,2258,'last_name',''),(29280,2258,'description',''),(29281,2258,'rich_editing','true'),(29282,2258,'comment_shortcuts','false'),(29283,2258,'admin_color','fresh'),(29284,2258,'use_ssl','0'),(29285,2258,'show_admin_bar_front','true'),(29286,2258,'locale',''),(29287,2258,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29288,2258,'wp_user_level','0'),(29289,2258,'default_password_nag','1'),(29290,2259,'nickname','paul-a-gibbons2000'),(29291,2259,'first_name',''),(29292,2259,'last_name',''),(29293,2259,'description',''),(29294,2259,'rich_editing','true'),(29295,2259,'comment_shortcuts','false'),(29296,2259,'admin_color','fresh'),(29297,2259,'use_ssl','0'),(29298,2259,'show_admin_bar_front','true'),(29299,2259,'locale',''),(29300,2259,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29301,2259,'wp_user_level','0'),(29302,2259,'default_password_nag','1'),(29303,2260,'nickname','ryanncummings1957'),(29304,2260,'first_name',''),(29305,2260,'last_name',''),(29306,2260,'description',''),(29307,2260,'rich_editing','true'),(29308,2260,'comment_shortcuts','false'),(29309,2260,'admin_color','fresh'),(29310,2260,'use_ssl','0'),(29311,2260,'show_admin_bar_front','true'),(29312,2260,'locale',''),(29313,2260,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29314,2260,'wp_user_level','0'),(29315,2260,'default_password_nag','1'),(29316,2261,'nickname','diamond_admin1970'),(29317,2261,'first_name',''),(29318,2261,'last_name',''),(29319,2261,'description',''),(29320,2261,'rich_editing','true'),(29321,2261,'comment_shortcuts','false'),(29322,2261,'admin_color','fresh'),(29323,2261,'use_ssl','0'),(29324,2261,'show_admin_bar_front','true'),(29325,2261,'locale',''),(29326,2261,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29327,2261,'wp_user_level','0'),(29328,2261,'default_password_nag','1'),(29329,2262,'nickname','brian_x_sullivan1960'),(29330,2262,'first_name',''),(29331,2262,'last_name',''),(29332,2262,'description',''),(29333,2262,'rich_editing','true'),(29334,2262,'comment_shortcuts','false'),(29335,2262,'admin_color','fresh'),(29336,2262,'use_ssl','0'),(29337,2262,'show_admin_bar_front','true'),(29338,2262,'locale',''),(29339,2262,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29340,2262,'wp_user_level','0'),(29341,2262,'default_password_nag','1'),(29342,2263,'nickname','sebastianrluna1950'),(29343,2263,'first_name',''),(29344,2263,'last_name',''),(29345,2263,'description',''),(29346,2263,'rich_editing','true'),(29347,2263,'comment_shortcuts','false'),(29348,2263,'admin_color','fresh'),(29349,2263,'use_ssl','0'),(29350,2263,'show_admin_bar_front','true'),(29351,2263,'locale',''),(29352,2263,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29353,2263,'wp_user_level','0'),(29354,2263,'default_password_nag','1'),(29355,2264,'nickname','schwartzjay1960'),(29356,2264,'first_name',''),(29357,2264,'last_name',''),(29358,2264,'description',''),(29359,2264,'rich_editing','true'),(29360,2264,'comment_shortcuts','false'),(29361,2264,'admin_color','fresh'),(29362,2264,'use_ssl','0'),(29363,2264,'show_admin_bar_front','true'),(29364,2264,'locale',''),(29365,2264,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29366,2264,'wp_user_level','0'),(29367,2264,'default_password_nag','1'),(29368,2265,'nickname','dperez1984'),(29369,2265,'first_name',''),(29370,2265,'last_name',''),(29371,2265,'description',''),(29372,2265,'rich_editing','true'),(29373,2265,'comment_shortcuts','false'),(29374,2265,'admin_color','fresh'),(29375,2265,'use_ssl','0'),(29376,2265,'show_admin_bar_front','true'),(29377,2265,'locale',''),(29378,2265,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29379,2265,'wp_user_level','0'),(29380,2265,'default_password_nag','1'),(29381,2266,'nickname','marcus_martinsen1984'),(29382,2266,'first_name',''),(29383,2266,'last_name',''),(29384,2266,'description',''),(29385,2266,'rich_editing','true'),(29386,2266,'comment_shortcuts','false'),(29387,2266,'admin_color','fresh'),(29388,2266,'use_ssl','0'),(29389,2266,'show_admin_bar_front','true'),(29390,2266,'locale',''),(29391,2266,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29392,2266,'wp_user_level','0'),(29393,2266,'default_password_nag','1'),(29394,2267,'nickname','ssuesan1958'),(29395,2267,'first_name',''),(29396,2267,'last_name',''),(29397,2267,'description',''),(29398,2267,'rich_editing','true'),(29399,2267,'comment_shortcuts','false'),(29400,2267,'admin_color','fresh'),(29401,2267,'use_ssl','0'),(29402,2267,'show_admin_bar_front','true'),(29403,2267,'locale',''),(29404,2267,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29405,2267,'wp_user_level','0'),(29406,2267,'default_password_nag','1'),(29407,2268,'nickname','fxtooltime2004'),(29408,2268,'first_name',''),(29409,2268,'last_name',''),(29410,2268,'description',''),(29411,2268,'rich_editing','true'),(29412,2268,'comment_shortcuts','false'),(29413,2268,'admin_color','fresh'),(29414,2268,'use_ssl','0'),(29415,2268,'show_admin_bar_front','true'),(29416,2268,'locale',''),(29417,2268,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29418,2268,'wp_user_level','0'),(29419,2268,'default_password_nag','1'),(29420,2269,'nickname','stepheng0231973'),(29421,2269,'first_name',''),(29422,2269,'last_name',''),(29423,2269,'description',''),(29424,2269,'rich_editing','true'),(29425,2269,'comment_shortcuts','false'),(29426,2269,'admin_color','fresh'),(29427,2269,'use_ssl','0'),(29428,2269,'show_admin_bar_front','true'),(29429,2269,'locale',''),(29430,2269,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29431,2269,'wp_user_level','0'),(29432,2269,'default_password_nag','1'),(29433,2270,'nickname','markh1985'),(29434,2270,'first_name',''),(29435,2270,'last_name',''),(29436,2270,'description',''),(29437,2270,'rich_editing','true'),(29438,2270,'comment_shortcuts','false'),(29439,2270,'admin_color','fresh'),(29440,2270,'use_ssl','0'),(29441,2270,'show_admin_bar_front','true'),(29442,2270,'locale',''),(29443,2270,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29444,2270,'wp_user_level','0'),(29445,2270,'default_password_nag','1'),(29446,2271,'nickname','akmkjkjk2000'),(29447,2271,'first_name',''),(29448,2271,'last_name',''),(29449,2271,'description',''),(29450,2271,'rich_editing','true'),(29451,2271,'comment_shortcuts','false'),(29452,2271,'admin_color','fresh'),(29453,2271,'use_ssl','0'),(29454,2271,'show_admin_bar_front','true'),(29455,2271,'locale',''),(29456,2271,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29457,2271,'wp_user_level','0'),(29458,2271,'default_password_nag','1'),(29459,2272,'nickname','garcia01581957'),(29460,2272,'first_name',''),(29461,2272,'last_name',''),(29462,2272,'description',''),(29463,2272,'rich_editing','true'),(29464,2272,'comment_shortcuts','false'),(29465,2272,'admin_color','fresh'),(29466,2272,'use_ssl','0'),(29467,2272,'show_admin_bar_front','true'),(29468,2272,'locale',''),(29469,2272,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29470,2272,'wp_user_level','0'),(29471,2272,'default_password_nag','1'),(29472,2273,'nickname','kishalof1969'),(29473,2273,'first_name',''),(29474,2273,'last_name',''),(29475,2273,'description',''),(29476,2273,'rich_editing','true'),(29477,2273,'comment_shortcuts','false'),(29478,2273,'admin_color','fresh'),(29479,2273,'use_ssl','0'),(29480,2273,'show_admin_bar_front','true'),(29481,2273,'locale',''),(29482,2273,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29483,2273,'wp_user_level','0'),(29484,2273,'default_password_nag','1'),(29485,2274,'nickname','lothar-gihr1959'),(29486,2274,'first_name',''),(29487,2274,'last_name',''),(29488,2274,'description',''),(29489,2274,'rich_editing','true'),(29490,2274,'comment_shortcuts','false'),(29491,2274,'admin_color','fresh'),(29492,2274,'use_ssl','0'),(29493,2274,'show_admin_bar_front','true'),(29494,2274,'locale',''),(29495,2274,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29496,2274,'wp_user_level','0'),(29497,2274,'default_password_nag','1'),(29498,2275,'nickname','davidjeromemartin1985'),(29499,2275,'first_name',''),(29500,2275,'last_name',''),(29501,2275,'description',''),(29502,2275,'rich_editing','true'),(29503,2275,'comment_shortcuts','false'),(29504,2275,'admin_color','fresh'),(29505,2275,'use_ssl','0'),(29506,2275,'show_admin_bar_front','true'),(29507,2275,'locale',''),(29508,2275,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29509,2275,'wp_user_level','0'),(29510,2275,'default_password_nag','1'),(29511,2276,'nickname','bootieshakinblonde1972'),(29512,2276,'first_name',''),(29513,2276,'last_name',''),(29514,2276,'description',''),(29515,2276,'rich_editing','true'),(29516,2276,'comment_shortcuts','false'),(29517,2276,'admin_color','fresh'),(29518,2276,'use_ssl','0'),(29519,2276,'show_admin_bar_front','true'),(29520,2276,'locale',''),(29521,2276,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29522,2276,'wp_user_level','0'),(29523,2276,'default_password_nag','1'),(29524,2277,'nickname','jsanchez4.931994'),(29525,2277,'first_name',''),(29526,2277,'last_name',''),(29527,2277,'description',''),(29528,2277,'rich_editing','true'),(29529,2277,'comment_shortcuts','false'),(29530,2277,'admin_color','fresh'),(29531,2277,'use_ssl','0'),(29532,2277,'show_admin_bar_front','true'),(29533,2277,'locale',''),(29534,2277,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29535,2277,'wp_user_level','0'),(29536,2277,'default_password_nag','1'),(29537,2278,'nickname','sherine2003'),(29538,2278,'first_name',''),(29539,2278,'last_name',''),(29540,2278,'description',''),(29541,2278,'rich_editing','true'),(29542,2278,'comment_shortcuts','false'),(29543,2278,'admin_color','fresh'),(29544,2278,'use_ssl','0'),(29545,2278,'show_admin_bar_front','true'),(29546,2278,'locale',''),(29547,2278,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29548,2278,'wp_user_level','0'),(29549,2278,'default_password_nag','1'),(29550,2279,'nickname','naeemudat1963'),(29551,2279,'first_name',''),(29552,2279,'last_name',''),(29553,2279,'description',''),(29554,2279,'rich_editing','true'),(29555,2279,'comment_shortcuts','false'),(29556,2279,'admin_color','fresh'),(29557,2279,'use_ssl','0'),(29558,2279,'show_admin_bar_front','true'),(29559,2279,'locale',''),(29560,2279,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29561,2279,'wp_user_level','0'),(29562,2279,'default_password_nag','1'),(29563,2280,'nickname','samazhar1965'),(29564,2280,'first_name',''),(29565,2280,'last_name',''),(29566,2280,'description',''),(29567,2280,'rich_editing','true'),(29568,2280,'comment_shortcuts','false'),(29569,2280,'admin_color','fresh'),(29570,2280,'use_ssl','0'),(29571,2280,'show_admin_bar_front','true'),(29572,2280,'locale',''),(29573,2280,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29574,2280,'wp_user_level','0'),(29575,2280,'default_password_nag','1'),(29576,2281,'nickname','satt42002'),(29577,2281,'first_name',''),(29578,2281,'last_name',''),(29579,2281,'description',''),(29580,2281,'rich_editing','true'),(29581,2281,'comment_shortcuts','false'),(29582,2281,'admin_color','fresh'),(29583,2281,'use_ssl','0'),(29584,2281,'show_admin_bar_front','true'),(29585,2281,'locale',''),(29586,2281,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29587,2281,'wp_user_level','0'),(29588,2281,'default_password_nag','1'),(29589,2282,'nickname','rivermedic571994'),(29590,2282,'first_name',''),(29591,2282,'last_name',''),(29592,2282,'description',''),(29593,2282,'rich_editing','true'),(29594,2282,'comment_shortcuts','false'),(29595,2282,'admin_color','fresh'),(29596,2282,'use_ssl','0'),(29597,2282,'show_admin_bar_front','true'),(29598,2282,'locale',''),(29599,2282,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29600,2282,'wp_user_level','0'),(29601,2282,'default_password_nag','1'),(29602,2283,'nickname','steph11hernandez2004'),(29603,2283,'first_name',''),(29604,2283,'last_name',''),(29605,2283,'description',''),(29606,2283,'rich_editing','true'),(29607,2283,'comment_shortcuts','false'),(29608,2283,'admin_color','fresh'),(29609,2283,'use_ssl','0'),(29610,2283,'show_admin_bar_front','true'),(29611,2283,'locale',''),(29612,2283,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29613,2283,'wp_user_level','0'),(29614,2283,'default_password_nag','1'),(29615,2284,'nickname','wegot20custom1969'),(29616,2284,'first_name',''),(29617,2284,'last_name',''),(29618,2284,'description',''),(29619,2284,'rich_editing','true'),(29620,2284,'comment_shortcuts','false'),(29621,2284,'admin_color','fresh'),(29622,2284,'use_ssl','0'),(29623,2284,'show_admin_bar_front','true'),(29624,2284,'locale',''),(29625,2284,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29626,2284,'wp_user_level','0'),(29627,2284,'default_password_nag','1'),(29628,2285,'nickname','dante.bouchot1995'),(29629,2285,'first_name',''),(29630,2285,'last_name',''),(29631,2285,'description',''),(29632,2285,'rich_editing','true'),(29633,2285,'comment_shortcuts','false'),(29634,2285,'admin_color','fresh'),(29635,2285,'use_ssl','0'),(29636,2285,'show_admin_bar_front','true'),(29637,2285,'locale',''),(29638,2285,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29639,2285,'wp_user_level','0'),(29640,2285,'default_password_nag','1'),(29641,2286,'nickname','atest20001950'),(29642,2286,'first_name',''),(29643,2286,'last_name',''),(29644,2286,'description',''),(29645,2286,'rich_editing','true'),(29646,2286,'comment_shortcuts','false'),(29647,2286,'admin_color','fresh'),(29648,2286,'use_ssl','0'),(29649,2286,'show_admin_bar_front','true'),(29650,2286,'locale',''),(29651,2286,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29652,2286,'wp_user_level','0'),(29653,2286,'default_password_nag','1'),(29654,2287,'nickname','jamman13zim1970'),(29655,2287,'first_name',''),(29656,2287,'last_name',''),(29657,2287,'description',''),(29658,2287,'rich_editing','true'),(29659,2287,'comment_shortcuts','false'),(29660,2287,'admin_color','fresh'),(29661,2287,'use_ssl','0'),(29662,2287,'show_admin_bar_front','true'),(29663,2287,'locale',''),(29664,2287,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29665,2287,'wp_user_level','0'),(29666,2287,'default_password_nag','1'),(29667,2288,'nickname','dominique1302010'),(29668,2288,'first_name',''),(29669,2288,'last_name',''),(29670,2288,'description',''),(29671,2288,'rich_editing','true'),(29672,2288,'comment_shortcuts','false'),(29673,2288,'admin_color','fresh'),(29674,2288,'use_ssl','0'),(29675,2288,'show_admin_bar_front','true'),(29676,2288,'locale',''),(29677,2288,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29678,2288,'wp_user_level','0'),(29679,2288,'default_password_nag','1'),(29680,2289,'nickname','izhuk1970'),(29681,2289,'first_name',''),(29682,2289,'last_name',''),(29683,2289,'description',''),(29684,2289,'rich_editing','true'),(29685,2289,'comment_shortcuts','false'),(29686,2289,'admin_color','fresh'),(29687,2289,'use_ssl','0'),(29688,2289,'show_admin_bar_front','true'),(29689,2289,'locale',''),(29690,2289,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29691,2289,'wp_user_level','0'),(29692,2289,'default_password_nag','1'),(29693,2290,'nickname','behnazj1960'),(29694,2290,'first_name',''),(29695,2290,'last_name',''),(29696,2290,'description',''),(29697,2290,'rich_editing','true'),(29698,2290,'comment_shortcuts','false'),(29699,2290,'admin_color','fresh'),(29700,2290,'use_ssl','0'),(29701,2290,'show_admin_bar_front','true'),(29702,2290,'locale',''),(29703,2290,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29704,2290,'wp_user_level','0'),(29705,2290,'default_password_nag','1'),(29706,2291,'nickname','razouti1976'),(29707,2291,'first_name',''),(29708,2291,'last_name',''),(29709,2291,'description',''),(29710,2291,'rich_editing','true'),(29711,2291,'comment_shortcuts','false'),(29712,2291,'admin_color','fresh'),(29713,2291,'use_ssl','0'),(29714,2291,'show_admin_bar_front','true'),(29715,2291,'locale',''),(29716,2291,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29717,2291,'wp_user_level','0'),(29718,2291,'default_password_nag','1'),(29719,2292,'nickname','rymc19901960'),(29720,2292,'first_name',''),(29721,2292,'last_name',''),(29722,2292,'description',''),(29723,2292,'rich_editing','true'),(29724,2292,'comment_shortcuts','false'),(29725,2292,'admin_color','fresh'),(29726,2292,'use_ssl','0'),(29727,2292,'show_admin_bar_front','true'),(29728,2292,'locale',''),(29729,2292,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29730,2292,'wp_user_level','0'),(29731,2292,'default_password_nag','1'),(29732,2293,'nickname','krystaljuly1957'),(29733,2293,'first_name',''),(29734,2293,'last_name',''),(29735,2293,'description',''),(29736,2293,'rich_editing','true'),(29737,2293,'comment_shortcuts','false'),(29738,2293,'admin_color','fresh'),(29739,2293,'use_ssl','0'),(29740,2293,'show_admin_bar_front','true'),(29741,2293,'locale',''),(29742,2293,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29743,2293,'wp_user_level','0'),(29744,2293,'default_password_nag','1'),(29745,2294,'nickname','davecol001981'),(29746,2294,'first_name',''),(29747,2294,'last_name',''),(29748,2294,'description',''),(29749,2294,'rich_editing','true'),(29750,2294,'comment_shortcuts','false'),(29751,2294,'admin_color','fresh'),(29752,2294,'use_ssl','0'),(29753,2294,'show_admin_bar_front','true'),(29754,2294,'locale',''),(29755,2294,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29756,2294,'wp_user_level','0'),(29757,2294,'default_password_nag','1'),(29758,2295,'nickname','fourspd2894bbl651994'),(29759,2295,'first_name',''),(29760,2295,'last_name',''),(29761,2295,'description',''),(29762,2295,'rich_editing','true'),(29763,2295,'comment_shortcuts','false'),(29764,2295,'admin_color','fresh'),(29765,2295,'use_ssl','0'),(29766,2295,'show_admin_bar_front','true'),(29767,2295,'locale',''),(29768,2295,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29769,2295,'wp_user_level','0'),(29770,2295,'default_password_nag','1'),(29771,2296,'nickname','stuart.dunseath2001'),(29772,2296,'first_name',''),(29773,2296,'last_name',''),(29774,2296,'description',''),(29775,2296,'rich_editing','true'),(29776,2296,'comment_shortcuts','false'),(29777,2296,'admin_color','fresh'),(29778,2296,'use_ssl','0'),(29779,2296,'show_admin_bar_front','true'),(29780,2296,'locale',''),(29781,2296,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29782,2296,'wp_user_level','0'),(29783,2296,'default_password_nag','1'),(29784,2297,'nickname','1elliss1954'),(29785,2297,'first_name',''),(29786,2297,'last_name',''),(29787,2297,'description',''),(29788,2297,'rich_editing','true'),(29789,2297,'comment_shortcuts','false'),(29790,2297,'admin_color','fresh'),(29791,2297,'use_ssl','0'),(29792,2297,'show_admin_bar_front','true'),(29793,2297,'locale',''),(29794,2297,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29795,2297,'wp_user_level','0'),(29796,2297,'default_password_nag','1'),(29797,2298,'nickname','egarciaelorrio1983'),(29798,2298,'first_name',''),(29799,2298,'last_name',''),(29800,2298,'description',''),(29801,2298,'rich_editing','true'),(29802,2298,'comment_shortcuts','false'),(29803,2298,'admin_color','fresh'),(29804,2298,'use_ssl','0'),(29805,2298,'show_admin_bar_front','true'),(29806,2298,'locale',''),(29807,2298,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29808,2298,'wp_user_level','0'),(29809,2298,'default_password_nag','1'),(29810,2299,'nickname','hello1966'),(29811,2299,'first_name',''),(29812,2299,'last_name',''),(29813,2299,'description',''),(29814,2299,'rich_editing','true'),(29815,2299,'comment_shortcuts','false'),(29816,2299,'admin_color','fresh'),(29817,2299,'use_ssl','0'),(29818,2299,'show_admin_bar_front','true'),(29819,2299,'locale',''),(29820,2299,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29821,2299,'wp_user_level','0'),(29822,2299,'default_password_nag','1'),(29823,2300,'nickname','diablosvet1978'),(29824,2300,'first_name',''),(29825,2300,'last_name',''),(29826,2300,'description',''),(29827,2300,'rich_editing','true'),(29828,2300,'comment_shortcuts','false'),(29829,2300,'admin_color','fresh'),(29830,2300,'use_ssl','0'),(29831,2300,'show_admin_bar_front','true'),(29832,2300,'locale',''),(29833,2300,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29834,2300,'wp_user_level','0'),(29835,2300,'default_password_nag','1'),(29836,2301,'nickname','vicoxley1971'),(29837,2301,'first_name',''),(29838,2301,'last_name',''),(29839,2301,'description',''),(29840,2301,'rich_editing','true'),(29841,2301,'comment_shortcuts','false'),(29842,2301,'admin_color','fresh'),(29843,2301,'use_ssl','0'),(29844,2301,'show_admin_bar_front','true'),(29845,2301,'locale',''),(29846,2301,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29847,2301,'wp_user_level','0'),(29848,2301,'default_password_nag','1'),(29849,2302,'nickname','yechi71957'),(29850,2302,'first_name',''),(29851,2302,'last_name',''),(29852,2302,'description',''),(29853,2302,'rich_editing','true'),(29854,2302,'comment_shortcuts','false'),(29855,2302,'admin_color','fresh'),(29856,2302,'use_ssl','0'),(29857,2302,'show_admin_bar_front','true'),(29858,2302,'locale',''),(29859,2302,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29860,2302,'wp_user_level','0'),(29861,2302,'default_password_nag','1'),(29862,2303,'nickname','andrea_fina2006'),(29863,2303,'first_name',''),(29864,2303,'last_name',''),(29865,2303,'description',''),(29866,2303,'rich_editing','true'),(29867,2303,'comment_shortcuts','false'),(29868,2303,'admin_color','fresh'),(29869,2303,'use_ssl','0'),(29870,2303,'show_admin_bar_front','true'),(29871,2303,'locale',''),(29872,2303,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29873,2303,'wp_user_level','0'),(29874,2303,'default_password_nag','1'),(29875,2304,'nickname','press1963'),(29876,2304,'first_name',''),(29877,2304,'last_name',''),(29878,2304,'description',''),(29879,2304,'rich_editing','true'),(29880,2304,'comment_shortcuts','false'),(29881,2304,'admin_color','fresh'),(29882,2304,'use_ssl','0'),(29883,2304,'show_admin_bar_front','true'),(29884,2304,'locale',''),(29885,2304,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29886,2304,'wp_user_level','0'),(29887,2304,'default_password_nag','1'),(29888,2305,'nickname','robsbucs851979'),(29889,2305,'first_name',''),(29890,2305,'last_name',''),(29891,2305,'description',''),(29892,2305,'rich_editing','true'),(29893,2305,'comment_shortcuts','false'),(29894,2305,'admin_color','fresh'),(29895,2305,'use_ssl','0'),(29896,2305,'show_admin_bar_front','true'),(29897,2305,'locale',''),(29898,2305,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29899,2305,'wp_user_level','0'),(29900,2305,'default_password_nag','1'),(29901,2306,'nickname','mann_10c2002'),(29902,2306,'first_name',''),(29903,2306,'last_name',''),(29904,2306,'description',''),(29905,2306,'rich_editing','true'),(29906,2306,'comment_shortcuts','false'),(29907,2306,'admin_color','fresh'),(29908,2306,'use_ssl','0'),(29909,2306,'show_admin_bar_front','true'),(29910,2306,'locale',''),(29911,2306,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29912,2306,'wp_user_level','0'),(29913,2306,'default_password_nag','1'),(29914,2307,'nickname','rabdsharpei1967'),(29915,2307,'first_name',''),(29916,2307,'last_name',''),(29917,2307,'description',''),(29918,2307,'rich_editing','true'),(29919,2307,'comment_shortcuts','false'),(29920,2307,'admin_color','fresh'),(29921,2307,'use_ssl','0'),(29922,2307,'show_admin_bar_front','true'),(29923,2307,'locale',''),(29924,2307,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29925,2307,'wp_user_level','0'),(29926,2307,'default_password_nag','1'),(29927,2308,'nickname','tmamayek1978'),(29928,2308,'first_name',''),(29929,2308,'last_name',''),(29930,2308,'description',''),(29931,2308,'rich_editing','true'),(29932,2308,'comment_shortcuts','false'),(29933,2308,'admin_color','fresh'),(29934,2308,'use_ssl','0'),(29935,2308,'show_admin_bar_front','true'),(29936,2308,'locale',''),(29937,2308,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29938,2308,'wp_user_level','0'),(29939,2308,'default_password_nag','1'),(29940,2309,'nickname','jalishamcleod1951'),(29941,2309,'first_name',''),(29942,2309,'last_name',''),(29943,2309,'description',''),(29944,2309,'rich_editing','true'),(29945,2309,'comment_shortcuts','false'),(29946,2309,'admin_color','fresh'),(29947,2309,'use_ssl','0'),(29948,2309,'show_admin_bar_front','true'),(29949,2309,'locale',''),(29950,2309,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29951,2309,'wp_user_level','0'),(29952,2309,'default_password_nag','1'),(29953,2310,'nickname','luis.snlorenzo1963'),(29954,2310,'first_name',''),(29955,2310,'last_name',''),(29956,2310,'description',''),(29957,2310,'rich_editing','true'),(29958,2310,'comment_shortcuts','false'),(29959,2310,'admin_color','fresh'),(29960,2310,'use_ssl','0'),(29961,2310,'show_admin_bar_front','true'),(29962,2310,'locale',''),(29963,2310,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29964,2310,'wp_user_level','0'),(29965,2310,'default_password_nag','1'),(29966,2311,'nickname','eremus_11976'),(29967,2311,'first_name',''),(29968,2311,'last_name',''),(29969,2311,'description',''),(29970,2311,'rich_editing','true'),(29971,2311,'comment_shortcuts','false'),(29972,2311,'admin_color','fresh'),(29973,2311,'use_ssl','0'),(29974,2311,'show_admin_bar_front','true'),(29975,2311,'locale',''),(29976,2311,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29977,2311,'wp_user_level','0'),(29978,2311,'default_password_nag','1'),(29979,2312,'nickname','caldwell_victoria1972'),(29980,2312,'first_name',''),(29981,2312,'last_name',''),(29982,2312,'description',''),(29983,2312,'rich_editing','true'),(29984,2312,'comment_shortcuts','false'),(29985,2312,'admin_color','fresh'),(29986,2312,'use_ssl','0'),(29987,2312,'show_admin_bar_front','true'),(29988,2312,'locale',''),(29989,2312,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29990,2312,'wp_user_level','0'),(29991,2312,'default_password_nag','1'),(29992,2313,'nickname','bennyhaha_121958'),(29993,2313,'first_name',''),(29994,2313,'last_name',''),(29995,2313,'description',''),(29996,2313,'rich_editing','true'),(29997,2313,'comment_shortcuts','false'),(29998,2313,'admin_color','fresh'),(29999,2313,'use_ssl','0'),(30000,2313,'show_admin_bar_front','true'),(30001,2313,'locale',''),(30002,2313,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30003,2313,'wp_user_level','0'),(30004,2313,'default_password_nag','1'),(30005,2314,'nickname','yommas1975'),(30006,2314,'first_name',''),(30007,2314,'last_name',''),(30008,2314,'description',''),(30009,2314,'rich_editing','true'),(30010,2314,'comment_shortcuts','false'),(30011,2314,'admin_color','fresh'),(30012,2314,'use_ssl','0'),(30013,2314,'show_admin_bar_front','true'),(30014,2314,'locale',''),(30015,2314,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30016,2314,'wp_user_level','0'),(30017,2314,'default_password_nag','1'),(30018,2315,'nickname','tpctang2007'),(30019,2315,'first_name',''),(30020,2315,'last_name',''),(30021,2315,'description',''),(30022,2315,'rich_editing','true'),(30023,2315,'comment_shortcuts','false'),(30024,2315,'admin_color','fresh'),(30025,2315,'use_ssl','0'),(30026,2315,'show_admin_bar_front','true'),(30027,2315,'locale',''),(30028,2315,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30029,2315,'wp_user_level','0'),(30030,2315,'default_password_nag','1'),(30031,2316,'nickname','yusuf_gaz1958'),(30032,2316,'first_name',''),(30033,2316,'last_name',''),(30034,2316,'description',''),(30035,2316,'rich_editing','true'),(30036,2316,'comment_shortcuts','false'),(30037,2316,'admin_color','fresh'),(30038,2316,'use_ssl','0'),(30039,2316,'show_admin_bar_front','true'),(30040,2316,'locale',''),(30041,2316,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30042,2316,'wp_user_level','0'),(30043,2316,'default_password_nag','1'),(30044,2317,'nickname','heather_collins31967'),(30045,2317,'first_name',''),(30046,2317,'last_name',''),(30047,2317,'description',''),(30048,2317,'rich_editing','true'),(30049,2317,'comment_shortcuts','false'),(30050,2317,'admin_color','fresh'),(30051,2317,'use_ssl','0'),(30052,2317,'show_admin_bar_front','true'),(30053,2317,'locale',''),(30054,2317,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30055,2317,'wp_user_level','0'),(30056,2317,'default_password_nag','1'),(30057,2318,'nickname','mailfly0x01973'),(30058,2318,'first_name',''),(30059,2318,'last_name',''),(30060,2318,'description',''),(30061,2318,'rich_editing','true'),(30062,2318,'comment_shortcuts','false'),(30063,2318,'admin_color','fresh'),(30064,2318,'use_ssl','0'),(30065,2318,'show_admin_bar_front','true'),(30066,2318,'locale',''),(30067,2318,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30068,2318,'wp_user_level','0'),(30069,2318,'default_password_nag','1'),(30070,2319,'nickname','grifff10201953'),(30071,2319,'first_name',''),(30072,2319,'last_name',''),(30073,2319,'description',''),(30074,2319,'rich_editing','true'),(30075,2319,'comment_shortcuts','false'),(30076,2319,'admin_color','fresh'),(30077,2319,'use_ssl','0'),(30078,2319,'show_admin_bar_front','true'),(30079,2319,'locale',''),(30080,2319,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30081,2319,'wp_user_level','0'),(30082,2319,'default_password_nag','1'),(30083,2320,'nickname','tena.stevens1950'),(30084,2320,'first_name',''),(30085,2320,'last_name',''),(30086,2320,'description',''),(30087,2320,'rich_editing','true'),(30088,2320,'comment_shortcuts','false'),(30089,2320,'admin_color','fresh'),(30090,2320,'use_ssl','0'),(30091,2320,'show_admin_bar_front','true'),(30092,2320,'locale',''),(30093,2320,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30094,2320,'wp_user_level','0'),(30095,2320,'default_password_nag','1'),(30096,2321,'nickname','tim1956'),(30097,2321,'first_name',''),(30098,2321,'last_name',''),(30099,2321,'description',''),(30100,2321,'rich_editing','true'),(30101,2321,'comment_shortcuts','false'),(30102,2321,'admin_color','fresh'),(30103,2321,'use_ssl','0'),(30104,2321,'show_admin_bar_front','true'),(30105,2321,'locale',''),(30106,2321,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30107,2321,'wp_user_level','0'),(30108,2321,'default_password_nag','1'),(30109,2322,'nickname','lhundt1956'),(30110,2322,'first_name',''),(30111,2322,'last_name',''),(30112,2322,'description',''),(30113,2322,'rich_editing','true'),(30114,2322,'comment_shortcuts','false'),(30115,2322,'admin_color','fresh'),(30116,2322,'use_ssl','0'),(30117,2322,'show_admin_bar_front','true'),(30118,2322,'locale',''),(30119,2322,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30120,2322,'wp_user_level','0'),(30121,2322,'default_password_nag','1'),(30122,2323,'nickname','jeff_gaul1970'),(30123,2323,'first_name',''),(30124,2323,'last_name',''),(30125,2323,'description',''),(30126,2323,'rich_editing','true'),(30127,2323,'comment_shortcuts','false'),(30128,2323,'admin_color','fresh'),(30129,2323,'use_ssl','0'),(30130,2323,'show_admin_bar_front','true'),(30131,2323,'locale',''),(30132,2323,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30133,2323,'wp_user_level','0'),(30134,2323,'default_password_nag','1'),(30135,2324,'nickname','ndeme.koffa2008'),(30136,2324,'first_name',''),(30137,2324,'last_name',''),(30138,2324,'description',''),(30139,2324,'rich_editing','true'),(30140,2324,'comment_shortcuts','false'),(30141,2324,'admin_color','fresh'),(30142,2324,'use_ssl','0'),(30143,2324,'show_admin_bar_front','true'),(30144,2324,'locale',''),(30145,2324,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30146,2324,'wp_user_level','0'),(30147,2324,'default_password_nag','1'),(30148,2325,'nickname','rpsunrise1955'),(30149,2325,'first_name',''),(30150,2325,'last_name',''),(30151,2325,'description',''),(30152,2325,'rich_editing','true'),(30153,2325,'comment_shortcuts','false'),(30154,2325,'admin_color','fresh'),(30155,2325,'use_ssl','0'),(30156,2325,'show_admin_bar_front','true'),(30157,2325,'locale',''),(30158,2325,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30159,2325,'wp_user_level','0'),(30160,2325,'default_password_nag','1'),(30161,2326,'nickname','jimmy0106091951'),(30162,2326,'first_name',''),(30163,2326,'last_name',''),(30164,2326,'description',''),(30165,2326,'rich_editing','true'),(30166,2326,'comment_shortcuts','false'),(30167,2326,'admin_color','fresh'),(30168,2326,'use_ssl','0'),(30169,2326,'show_admin_bar_front','true'),(30170,2326,'locale',''),(30171,2326,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30172,2326,'wp_user_level','0'),(30173,2326,'default_password_nag','1'),(30174,2327,'nickname','jgserviceadv1959'),(30175,2327,'first_name',''),(30176,2327,'last_name',''),(30177,2327,'description',''),(30178,2327,'rich_editing','true'),(30179,2327,'comment_shortcuts','false'),(30180,2327,'admin_color','fresh'),(30181,2327,'use_ssl','0'),(30182,2327,'show_admin_bar_front','true'),(30183,2327,'locale',''),(30184,2327,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30185,2327,'wp_user_level','0'),(30186,2327,'default_password_nag','1'),(30187,2328,'nickname','kimmimroz1970'),(30188,2328,'first_name',''),(30189,2328,'last_name',''),(30190,2328,'description',''),(30191,2328,'rich_editing','true'),(30192,2328,'comment_shortcuts','false'),(30193,2328,'admin_color','fresh'),(30194,2328,'use_ssl','0'),(30195,2328,'show_admin_bar_front','true'),(30196,2328,'locale',''),(30197,2328,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30198,2328,'wp_user_level','0'),(30199,2328,'default_password_nag','1'),(30200,2329,'nickname','avelee1981'),(30201,2329,'first_name',''),(30202,2329,'last_name',''),(30203,2329,'description',''),(30204,2329,'rich_editing','true'),(30205,2329,'comment_shortcuts','false'),(30206,2329,'admin_color','fresh'),(30207,2329,'use_ssl','0'),(30208,2329,'show_admin_bar_front','true'),(30209,2329,'locale',''),(30210,2329,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30211,2329,'wp_user_level','0'),(30212,2329,'default_password_nag','1'),(30213,2330,'nickname','anzeigen1974'),(30214,2330,'first_name',''),(30215,2330,'last_name',''),(30216,2330,'description',''),(30217,2330,'rich_editing','true'),(30218,2330,'comment_shortcuts','false'),(30219,2330,'admin_color','fresh'),(30220,2330,'use_ssl','0'),(30221,2330,'show_admin_bar_front','true'),(30222,2330,'locale',''),(30223,2330,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30224,2330,'wp_user_level','0'),(30225,2330,'default_password_nag','1'),(30226,2331,'nickname','murielcp32000'),(30227,2331,'first_name',''),(30228,2331,'last_name',''),(30229,2331,'description',''),(30230,2331,'rich_editing','true'),(30231,2331,'comment_shortcuts','false'),(30232,2331,'admin_color','fresh'),(30233,2331,'use_ssl','0'),(30234,2331,'show_admin_bar_front','true'),(30235,2331,'locale',''),(30236,2331,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30237,2331,'wp_user_level','0'),(30238,2331,'default_password_nag','1'),(30239,2332,'nickname','heiner-schaefer1975'),(30240,2332,'first_name',''),(30241,2332,'last_name',''),(30242,2332,'description',''),(30243,2332,'rich_editing','true'),(30244,2332,'comment_shortcuts','false'),(30245,2332,'admin_color','fresh'),(30246,2332,'use_ssl','0'),(30247,2332,'show_admin_bar_front','true'),(30248,2332,'locale',''),(30249,2332,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30250,2332,'wp_user_level','0'),(30251,2332,'default_password_nag','1'),(30252,2333,'nickname','jayson_mroz1959'),(30253,2333,'first_name',''),(30254,2333,'last_name',''),(30255,2333,'description',''),(30256,2333,'rich_editing','true'),(30257,2333,'comment_shortcuts','false'),(30258,2333,'admin_color','fresh'),(30259,2333,'use_ssl','0'),(30260,2333,'show_admin_bar_front','true'),(30261,2333,'locale',''),(30262,2333,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30263,2333,'wp_user_level','0'),(30264,2333,'default_password_nag','1'),(30265,2334,'nickname','spatricelli1989'),(30266,2334,'first_name',''),(30267,2334,'last_name',''),(30268,2334,'description',''),(30269,2334,'rich_editing','true'),(30270,2334,'comment_shortcuts','false'),(30271,2334,'admin_color','fresh'),(30272,2334,'use_ssl','0'),(30273,2334,'show_admin_bar_front','true'),(30274,2334,'locale',''),(30275,2334,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30276,2334,'wp_user_level','0'),(30277,2334,'default_password_nag','1'),(30278,2335,'nickname','pprowell1988'),(30279,2335,'first_name',''),(30280,2335,'last_name',''),(30281,2335,'description',''),(30282,2335,'rich_editing','true'),(30283,2335,'comment_shortcuts','false'),(30284,2335,'admin_color','fresh'),(30285,2335,'use_ssl','0'),(30286,2335,'show_admin_bar_front','true'),(30287,2335,'locale',''),(30288,2335,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30289,2335,'wp_user_level','0'),(30290,2335,'default_password_nag','1'),(30291,2336,'nickname','pompeii.21969'),(30292,2336,'first_name',''),(30293,2336,'last_name',''),(30294,2336,'description',''),(30295,2336,'rich_editing','true'),(30296,2336,'comment_shortcuts','false'),(30297,2336,'admin_color','fresh'),(30298,2336,'use_ssl','0'),(30299,2336,'show_admin_bar_front','true'),(30300,2336,'locale',''),(30301,2336,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30302,2336,'wp_user_level','0'),(30303,2336,'default_password_nag','1'),(30304,2337,'nickname','abeyta.jose1996'),(30305,2337,'first_name',''),(30306,2337,'last_name',''),(30307,2337,'description',''),(30308,2337,'rich_editing','true'),(30309,2337,'comment_shortcuts','false'),(30310,2337,'admin_color','fresh'),(30311,2337,'use_ssl','0'),(30312,2337,'show_admin_bar_front','true'),(30313,2337,'locale',''),(30314,2337,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30315,2337,'wp_user_level','0'),(30316,2337,'default_password_nag','1'),(30317,2338,'nickname','james2004'),(30318,2338,'first_name',''),(30319,2338,'last_name',''),(30320,2338,'description',''),(30321,2338,'rich_editing','true'),(30322,2338,'comment_shortcuts','false'),(30323,2338,'admin_color','fresh'),(30324,2338,'use_ssl','0'),(30325,2338,'show_admin_bar_front','true'),(30326,2338,'locale',''),(30327,2338,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30328,2338,'wp_user_level','0'),(30329,2338,'default_password_nag','1'),(30330,2339,'nickname','rtboggs1985'),(30331,2339,'first_name',''),(30332,2339,'last_name',''),(30333,2339,'description',''),(30334,2339,'rich_editing','true'),(30335,2339,'comment_shortcuts','false'),(30336,2339,'admin_color','fresh'),(30337,2339,'use_ssl','0'),(30338,2339,'show_admin_bar_front','true'),(30339,2339,'locale',''),(30340,2339,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30341,2339,'wp_user_level','0'),(30342,2339,'default_password_nag','1'),(30343,2340,'nickname','rainseven2002'),(30344,2340,'first_name',''),(30345,2340,'last_name',''),(30346,2340,'description',''),(30347,2340,'rich_editing','true'),(30348,2340,'comment_shortcuts','false'),(30349,2340,'admin_color','fresh'),(30350,2340,'use_ssl','0'),(30351,2340,'show_admin_bar_front','true'),(30352,2340,'locale',''),(30353,2340,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30354,2340,'wp_user_level','0'),(30355,2340,'default_password_nag','1'),(30356,2341,'nickname','venushall1972'),(30357,2341,'first_name',''),(30358,2341,'last_name',''),(30359,2341,'description',''),(30360,2341,'rich_editing','true'),(30361,2341,'comment_shortcuts','false'),(30362,2341,'admin_color','fresh'),(30363,2341,'use_ssl','0'),(30364,2341,'show_admin_bar_front','true'),(30365,2341,'locale',''),(30366,2341,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30367,2341,'wp_user_level','0'),(30368,2341,'default_password_nag','1'),(30369,2342,'nickname','pam_ross1969'),(30370,2342,'first_name',''),(30371,2342,'last_name',''),(30372,2342,'description',''),(30373,2342,'rich_editing','true'),(30374,2342,'comment_shortcuts','false'),(30375,2342,'admin_color','fresh'),(30376,2342,'use_ssl','0'),(30377,2342,'show_admin_bar_front','true'),(30378,2342,'locale',''),(30379,2342,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30380,2342,'wp_user_level','0'),(30381,2342,'default_password_nag','1'),(30382,2343,'nickname','1wrecks2u1991'),(30383,2343,'first_name',''),(30384,2343,'last_name',''),(30385,2343,'description',''),(30386,2343,'rich_editing','true'),(30387,2343,'comment_shortcuts','false'),(30388,2343,'admin_color','fresh'),(30389,2343,'use_ssl','0'),(30390,2343,'show_admin_bar_front','true'),(30391,2343,'locale',''),(30392,2343,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30393,2343,'wp_user_level','0'),(30394,2343,'default_password_nag','1'),(30395,2344,'nickname','sabletag1801994'),(30396,2344,'first_name',''),(30397,2344,'last_name',''),(30398,2344,'description',''),(30399,2344,'rich_editing','true'),(30400,2344,'comment_shortcuts','false'),(30401,2344,'admin_color','fresh'),(30402,2344,'use_ssl','0'),(30403,2344,'show_admin_bar_front','true'),(30404,2344,'locale',''),(30405,2344,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30406,2344,'wp_user_level','0'),(30407,2344,'default_password_nag','1'),(30408,2345,'nickname','clarathornton1992'),(30409,2345,'first_name',''),(30410,2345,'last_name',''),(30411,2345,'description',''),(30412,2345,'rich_editing','true'),(30413,2345,'comment_shortcuts','false'),(30414,2345,'admin_color','fresh'),(30415,2345,'use_ssl','0'),(30416,2345,'show_admin_bar_front','true'),(30417,2345,'locale',''),(30418,2345,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30419,2345,'wp_user_level','0'),(30420,2345,'default_password_nag','1'),(30421,2346,'nickname','waynelinnear1979'),(30422,2346,'first_name',''),(30423,2346,'last_name',''),(30424,2346,'description',''),(30425,2346,'rich_editing','true'),(30426,2346,'comment_shortcuts','false'),(30427,2346,'admin_color','fresh'),(30428,2346,'use_ssl','0'),(30429,2346,'show_admin_bar_front','true'),(30430,2346,'locale',''),(30431,2346,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30432,2346,'wp_user_level','0'),(30433,2346,'default_password_nag','1'),(30434,2347,'nickname','fchristine282008'),(30435,2347,'first_name',''),(30436,2347,'last_name',''),(30437,2347,'description',''),(30438,2347,'rich_editing','true'),(30439,2347,'comment_shortcuts','false'),(30440,2347,'admin_color','fresh'),(30441,2347,'use_ssl','0'),(30442,2347,'show_admin_bar_front','true'),(30443,2347,'locale',''),(30444,2347,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30445,2347,'wp_user_level','0'),(30446,2347,'default_password_nag','1'),(30447,2348,'nickname','sofunkyitsfresh1980'),(30448,2348,'first_name',''),(30449,2348,'last_name',''),(30450,2348,'description',''),(30451,2348,'rich_editing','true'),(30452,2348,'comment_shortcuts','false'),(30453,2348,'admin_color','fresh'),(30454,2348,'use_ssl','0'),(30455,2348,'show_admin_bar_front','true'),(30456,2348,'locale',''),(30457,2348,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30458,2348,'wp_user_level','0'),(30459,2348,'default_password_nag','1'),(30460,2349,'nickname','d15wildcats1952'),(30461,2349,'first_name',''),(30462,2349,'last_name',''),(30463,2349,'description',''),(30464,2349,'rich_editing','true'),(30465,2349,'comment_shortcuts','false'),(30466,2349,'admin_color','fresh'),(30467,2349,'use_ssl','0'),(30468,2349,'show_admin_bar_front','true'),(30469,2349,'locale',''),(30470,2349,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30471,2349,'wp_user_level','0'),(30472,2349,'default_password_nag','1'),(30473,2350,'nickname','chiquita1993'),(30474,2350,'first_name',''),(30475,2350,'last_name',''),(30476,2350,'description',''),(30477,2350,'rich_editing','true'),(30478,2350,'comment_shortcuts','false'),(30479,2350,'admin_color','fresh'),(30480,2350,'use_ssl','0'),(30481,2350,'show_admin_bar_front','true'),(30482,2350,'locale',''),(30483,2350,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30484,2350,'wp_user_level','0'),(30485,2350,'default_password_nag','1'),(30486,2351,'nickname','nickynik1991'),(30487,2351,'first_name',''),(30488,2351,'last_name',''),(30489,2351,'description',''),(30490,2351,'rich_editing','true'),(30491,2351,'comment_shortcuts','false'),(30492,2351,'admin_color','fresh'),(30493,2351,'use_ssl','0'),(30494,2351,'show_admin_bar_front','true'),(30495,2351,'locale',''),(30496,2351,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30497,2351,'wp_user_level','0'),(30498,2351,'default_password_nag','1'),(30499,2352,'nickname','oscarislas19701999'),(30500,2352,'first_name',''),(30501,2352,'last_name',''),(30502,2352,'description',''),(30503,2352,'rich_editing','true'),(30504,2352,'comment_shortcuts','false'),(30505,2352,'admin_color','fresh'),(30506,2352,'use_ssl','0'),(30507,2352,'show_admin_bar_front','true'),(30508,2352,'locale',''),(30509,2352,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30510,2352,'wp_user_level','0'),(30511,2352,'default_password_nag','1'),(30512,2353,'nickname','kap_6021998'),(30513,2353,'first_name',''),(30514,2353,'last_name',''),(30515,2353,'description',''),(30516,2353,'rich_editing','true'),(30517,2353,'comment_shortcuts','false'),(30518,2353,'admin_color','fresh'),(30519,2353,'use_ssl','0'),(30520,2353,'show_admin_bar_front','true'),(30521,2353,'locale',''),(30522,2353,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30523,2353,'wp_user_level','0'),(30524,2353,'default_password_nag','1'),(30525,2354,'nickname','chh211953'),(30526,2354,'first_name',''),(30527,2354,'last_name',''),(30528,2354,'description',''),(30529,2354,'rich_editing','true'),(30530,2354,'comment_shortcuts','false'),(30531,2354,'admin_color','fresh'),(30532,2354,'use_ssl','0'),(30533,2354,'show_admin_bar_front','true'),(30534,2354,'locale',''),(30535,2354,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30536,2354,'wp_user_level','0'),(30537,2354,'default_password_nag','1'),(30538,2355,'nickname','yunacloud401984'),(30539,2355,'first_name',''),(30540,2355,'last_name',''),(30541,2355,'description',''),(30542,2355,'rich_editing','true'),(30543,2355,'comment_shortcuts','false'),(30544,2355,'admin_color','fresh'),(30545,2355,'use_ssl','0'),(30546,2355,'show_admin_bar_front','true'),(30547,2355,'locale',''),(30548,2355,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30549,2355,'wp_user_level','0'),(30550,2355,'default_password_nag','1'),(30551,2356,'nickname','bernd.bock1986'),(30552,2356,'first_name',''),(30553,2356,'last_name',''),(30554,2356,'description',''),(30555,2356,'rich_editing','true'),(30556,2356,'comment_shortcuts','false'),(30557,2356,'admin_color','fresh'),(30558,2356,'use_ssl','0'),(30559,2356,'show_admin_bar_front','true'),(30560,2356,'locale',''),(30561,2356,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30562,2356,'wp_user_level','0'),(30563,2356,'default_password_nag','1'),(30564,2357,'nickname','bhmotta1981'),(30565,2357,'first_name',''),(30566,2357,'last_name',''),(30567,2357,'description',''),(30568,2357,'rich_editing','true'),(30569,2357,'comment_shortcuts','false'),(30570,2357,'admin_color','fresh'),(30571,2357,'use_ssl','0'),(30572,2357,'show_admin_bar_front','true'),(30573,2357,'locale',''),(30574,2357,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30575,2357,'wp_user_level','0'),(30576,2357,'default_password_nag','1'),(30577,2358,'nickname','nikeishatt1980'),(30578,2358,'first_name',''),(30579,2358,'last_name',''),(30580,2358,'description',''),(30581,2358,'rich_editing','true'),(30582,2358,'comment_shortcuts','false'),(30583,2358,'admin_color','fresh'),(30584,2358,'use_ssl','0'),(30585,2358,'show_admin_bar_front','true'),(30586,2358,'locale',''),(30587,2358,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30588,2358,'wp_user_level','0'),(30589,2358,'default_password_nag','1'),(30590,2359,'nickname','chris1955'),(30591,2359,'first_name',''),(30592,2359,'last_name',''),(30593,2359,'description',''),(30594,2359,'rich_editing','true'),(30595,2359,'comment_shortcuts','false'),(30596,2359,'admin_color','fresh'),(30597,2359,'use_ssl','0'),(30598,2359,'show_admin_bar_front','true'),(30599,2359,'locale',''),(30600,2359,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30601,2359,'wp_user_level','0'),(30602,2359,'default_password_nag','1'),(30603,2360,'nickname','mikecasarin801962'),(30604,2360,'first_name',''),(30605,2360,'last_name',''),(30606,2360,'description',''),(30607,2360,'rich_editing','true'),(30608,2360,'comment_shortcuts','false'),(30609,2360,'admin_color','fresh'),(30610,2360,'use_ssl','0'),(30611,2360,'show_admin_bar_front','true'),(30612,2360,'locale',''),(30613,2360,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30614,2360,'wp_user_level','0'),(30615,2360,'default_password_nag','1'),(30616,2361,'nickname','larryb2221981'),(30617,2361,'first_name',''),(30618,2361,'last_name',''),(30619,2361,'description',''),(30620,2361,'rich_editing','true'),(30621,2361,'comment_shortcuts','false'),(30622,2361,'admin_color','fresh'),(30623,2361,'use_ssl','0'),(30624,2361,'show_admin_bar_front','true'),(30625,2361,'locale',''),(30626,2361,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30627,2361,'wp_user_level','0'),(30628,2361,'default_password_nag','1'),(30629,2362,'nickname','dlehmannh31971'),(30630,2362,'first_name',''),(30631,2362,'last_name',''),(30632,2362,'description',''),(30633,2362,'rich_editing','true'),(30634,2362,'comment_shortcuts','false'),(30635,2362,'admin_color','fresh'),(30636,2362,'use_ssl','0'),(30637,2362,'show_admin_bar_front','true'),(30638,2362,'locale',''),(30639,2362,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30640,2362,'wp_user_level','0'),(30641,2362,'default_password_nag','1'),(30642,2363,'nickname','shabsiw1998'),(30643,2363,'first_name',''),(30644,2363,'last_name',''),(30645,2363,'description',''),(30646,2363,'rich_editing','true'),(30647,2363,'comment_shortcuts','false'),(30648,2363,'admin_color','fresh'),(30649,2363,'use_ssl','0'),(30650,2363,'show_admin_bar_front','true'),(30651,2363,'locale',''),(30652,2363,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30653,2363,'wp_user_level','0'),(30654,2363,'default_password_nag','1'),(30655,2364,'nickname','sick-little-monkey1969'),(30656,2364,'first_name',''),(30657,2364,'last_name',''),(30658,2364,'description',''),(30659,2364,'rich_editing','true'),(30660,2364,'comment_shortcuts','false'),(30661,2364,'admin_color','fresh'),(30662,2364,'use_ssl','0'),(30663,2364,'show_admin_bar_front','true'),(30664,2364,'locale',''),(30665,2364,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30666,2364,'wp_user_level','0'),(30667,2364,'default_password_nag','1'),(30668,2365,'nickname','m.schiowitz2010'),(30669,2365,'first_name',''),(30670,2365,'last_name',''),(30671,2365,'description',''),(30672,2365,'rich_editing','true'),(30673,2365,'comment_shortcuts','false'),(30674,2365,'admin_color','fresh'),(30675,2365,'use_ssl','0'),(30676,2365,'show_admin_bar_front','true'),(30677,2365,'locale',''),(30678,2365,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30679,2365,'wp_user_level','0'),(30680,2365,'default_password_nag','1'),(30681,2366,'nickname','ichristoph21966'),(30682,2366,'first_name',''),(30683,2366,'last_name',''),(30684,2366,'description',''),(30685,2366,'rich_editing','true'),(30686,2366,'comment_shortcuts','false'),(30687,2366,'admin_color','fresh'),(30688,2366,'use_ssl','0'),(30689,2366,'show_admin_bar_front','true'),(30690,2366,'locale',''),(30691,2366,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30692,2366,'wp_user_level','0'),(30693,2366,'default_password_nag','1'),(30694,2367,'nickname','sunlitdaze1956'),(30695,2367,'first_name',''),(30696,2367,'last_name',''),(30697,2367,'description',''),(30698,2367,'rich_editing','true'),(30699,2367,'comment_shortcuts','false'),(30700,2367,'admin_color','fresh'),(30701,2367,'use_ssl','0'),(30702,2367,'show_admin_bar_front','true'),(30703,2367,'locale',''),(30704,2367,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30705,2367,'wp_user_level','0'),(30706,2367,'default_password_nag','1'),(30707,2368,'nickname','conrad.mike1981'),(30708,2368,'first_name',''),(30709,2368,'last_name',''),(30710,2368,'description',''),(30711,2368,'rich_editing','true'),(30712,2368,'comment_shortcuts','false'),(30713,2368,'admin_color','fresh'),(30714,2368,'use_ssl','0'),(30715,2368,'show_admin_bar_front','true'),(30716,2368,'locale',''),(30717,2368,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30718,2368,'wp_user_level','0'),(30719,2368,'default_password_nag','1'),(30720,2369,'nickname','hehmann1956'),(30721,2369,'first_name',''),(30722,2369,'last_name',''),(30723,2369,'description',''),(30724,2369,'rich_editing','true'),(30725,2369,'comment_shortcuts','false'),(30726,2369,'admin_color','fresh'),(30727,2369,'use_ssl','0'),(30728,2369,'show_admin_bar_front','true'),(30729,2369,'locale',''),(30730,2369,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30731,2369,'wp_user_level','0'),(30732,2369,'default_password_nag','1'),(30733,2370,'nickname','hewwoodohmss1994'),(30734,2370,'first_name',''),(30735,2370,'last_name',''),(30736,2370,'description',''),(30737,2370,'rich_editing','true'),(30738,2370,'comment_shortcuts','false'),(30739,2370,'admin_color','fresh'),(30740,2370,'use_ssl','0'),(30741,2370,'show_admin_bar_front','true'),(30742,2370,'locale',''),(30743,2370,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30744,2370,'wp_user_level','0'),(30745,2370,'default_password_nag','1'),(30746,2371,'nickname','halinares391981'),(30747,2371,'first_name',''),(30748,2371,'last_name',''),(30749,2371,'description',''),(30750,2371,'rich_editing','true'),(30751,2371,'comment_shortcuts','false'),(30752,2371,'admin_color','fresh'),(30753,2371,'use_ssl','0'),(30754,2371,'show_admin_bar_front','true'),(30755,2371,'locale',''),(30756,2371,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30757,2371,'wp_user_level','0'),(30758,2371,'default_password_nag','1'),(30759,2372,'nickname','j_quaffer1958'),(30760,2372,'first_name',''),(30761,2372,'last_name',''),(30762,2372,'description',''),(30763,2372,'rich_editing','true'),(30764,2372,'comment_shortcuts','false'),(30765,2372,'admin_color','fresh'),(30766,2372,'use_ssl','0'),(30767,2372,'show_admin_bar_front','true'),(30768,2372,'locale',''),(30769,2372,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30770,2372,'wp_user_level','0'),(30771,2372,'default_password_nag','1'),(30772,2373,'nickname','selfss1995'),(30773,2373,'first_name',''),(30774,2373,'last_name',''),(30775,2373,'description',''),(30776,2373,'rich_editing','true'),(30777,2373,'comment_shortcuts','false'),(30778,2373,'admin_color','fresh'),(30779,2373,'use_ssl','0'),(30780,2373,'show_admin_bar_front','true'),(30781,2373,'locale',''),(30782,2373,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30783,2373,'wp_user_level','0'),(30784,2373,'default_password_nag','1'),(30785,2374,'nickname','tcsidd2006'),(30786,2374,'first_name',''),(30787,2374,'last_name',''),(30788,2374,'description',''),(30789,2374,'rich_editing','true'),(30790,2374,'comment_shortcuts','false'),(30791,2374,'admin_color','fresh'),(30792,2374,'use_ssl','0'),(30793,2374,'show_admin_bar_front','true'),(30794,2374,'locale',''),(30795,2374,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30796,2374,'wp_user_level','0'),(30797,2374,'default_password_nag','1'),(30798,2375,'nickname','amitdhillon1998'),(30799,2375,'first_name',''),(30800,2375,'last_name',''),(30801,2375,'description',''),(30802,2375,'rich_editing','true'),(30803,2375,'comment_shortcuts','false'),(30804,2375,'admin_color','fresh'),(30805,2375,'use_ssl','0'),(30806,2375,'show_admin_bar_front','true'),(30807,2375,'locale',''),(30808,2375,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30809,2375,'wp_user_level','0'),(30810,2375,'default_password_nag','1'),(30811,2376,'nickname','80162886342004'),(30812,2376,'first_name',''),(30813,2376,'last_name',''),(30814,2376,'description',''),(30815,2376,'rich_editing','true'),(30816,2376,'comment_shortcuts','false'),(30817,2376,'admin_color','fresh'),(30818,2376,'use_ssl','0'),(30819,2376,'show_admin_bar_front','true'),(30820,2376,'locale',''),(30821,2376,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30822,2376,'wp_user_level','0'),(30823,2376,'default_password_nag','1'),(30824,2377,'nickname','luisbernal1953'),(30825,2377,'first_name',''),(30826,2377,'last_name',''),(30827,2377,'description',''),(30828,2377,'rich_editing','true'),(30829,2377,'comment_shortcuts','false'),(30830,2377,'admin_color','fresh'),(30831,2377,'use_ssl','0'),(30832,2377,'show_admin_bar_front','true'),(30833,2377,'locale',''),(30834,2377,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30835,2377,'wp_user_level','0'),(30836,2377,'default_password_nag','1'),(30837,2378,'nickname','hippocampus7281972'),(30838,2378,'first_name',''),(30839,2378,'last_name',''),(30840,2378,'description',''),(30841,2378,'rich_editing','true'),(30842,2378,'comment_shortcuts','false'),(30843,2378,'admin_color','fresh'),(30844,2378,'use_ssl','0'),(30845,2378,'show_admin_bar_front','true'),(30846,2378,'locale',''),(30847,2378,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30848,2378,'wp_user_level','0'),(30849,2378,'default_password_nag','1'),(30850,2379,'nickname','jinillee1951'),(30851,2379,'first_name',''),(30852,2379,'last_name',''),(30853,2379,'description',''),(30854,2379,'rich_editing','true'),(30855,2379,'comment_shortcuts','false'),(30856,2379,'admin_color','fresh'),(30857,2379,'use_ssl','0'),(30858,2379,'show_admin_bar_front','true'),(30859,2379,'locale',''),(30860,2379,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30861,2379,'wp_user_level','0'),(30862,2379,'default_password_nag','1'),(30863,2380,'nickname','fabio.barquero1999'),(30864,2380,'first_name',''),(30865,2380,'last_name',''),(30866,2380,'description',''),(30867,2380,'rich_editing','true'),(30868,2380,'comment_shortcuts','false'),(30869,2380,'admin_color','fresh'),(30870,2380,'use_ssl','0'),(30871,2380,'show_admin_bar_front','true'),(30872,2380,'locale',''),(30873,2380,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30874,2380,'wp_user_level','0'),(30875,2380,'default_password_nag','1'),(30876,2381,'nickname','tylerbattin1984'),(30877,2381,'first_name',''),(30878,2381,'last_name',''),(30879,2381,'description',''),(30880,2381,'rich_editing','true'),(30881,2381,'comment_shortcuts','false'),(30882,2381,'admin_color','fresh'),(30883,2381,'use_ssl','0'),(30884,2381,'show_admin_bar_front','true'),(30885,2381,'locale',''),(30886,2381,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30887,2381,'wp_user_level','0'),(30888,2381,'default_password_nag','1'),(30889,2382,'nickname','mreast991966'),(30890,2382,'first_name',''),(30891,2382,'last_name',''),(30892,2382,'description',''),(30893,2382,'rich_editing','true'),(30894,2382,'comment_shortcuts','false'),(30895,2382,'admin_color','fresh'),(30896,2382,'use_ssl','0'),(30897,2382,'show_admin_bar_front','true'),(30898,2382,'locale',''),(30899,2382,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30900,2382,'wp_user_level','0'),(30901,2382,'default_password_nag','1'),(30902,2383,'nickname','lncln_aj831998'),(30903,2383,'first_name',''),(30904,2383,'last_name',''),(30905,2383,'description',''),(30906,2383,'rich_editing','true'),(30907,2383,'comment_shortcuts','false'),(30908,2383,'admin_color','fresh'),(30909,2383,'use_ssl','0'),(30910,2383,'show_admin_bar_front','true'),(30911,2383,'locale',''),(30912,2383,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30913,2383,'wp_user_level','0'),(30914,2383,'default_password_nag','1'),(30915,2384,'nickname','devin_kennedy63801992'),(30916,2384,'first_name',''),(30917,2384,'last_name',''),(30918,2384,'description',''),(30919,2384,'rich_editing','true'),(30920,2384,'comment_shortcuts','false'),(30921,2384,'admin_color','fresh'),(30922,2384,'use_ssl','0'),(30923,2384,'show_admin_bar_front','true'),(30924,2384,'locale',''),(30925,2384,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30926,2384,'wp_user_level','0'),(30927,2384,'default_password_nag','1'),(30928,2385,'nickname','rigattia1989'),(30929,2385,'first_name',''),(30930,2385,'last_name',''),(30931,2385,'description',''),(30932,2385,'rich_editing','true'),(30933,2385,'comment_shortcuts','false'),(30934,2385,'admin_color','fresh'),(30935,2385,'use_ssl','0'),(30936,2385,'show_admin_bar_front','true'),(30937,2385,'locale',''),(30938,2385,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30939,2385,'wp_user_level','0'),(30940,2385,'default_password_nag','1'),(30941,2386,'nickname','crafts4811973'),(30942,2386,'first_name',''),(30943,2386,'last_name',''),(30944,2386,'description',''),(30945,2386,'rich_editing','true'),(30946,2386,'comment_shortcuts','false'),(30947,2386,'admin_color','fresh'),(30948,2386,'use_ssl','0'),(30949,2386,'show_admin_bar_front','true'),(30950,2386,'locale',''),(30951,2386,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30952,2386,'wp_user_level','0'),(30953,2386,'default_password_nag','1'),(30954,2387,'nickname','csmall621981'),(30955,2387,'first_name',''),(30956,2387,'last_name',''),(30957,2387,'description',''),(30958,2387,'rich_editing','true'),(30959,2387,'comment_shortcuts','false'),(30960,2387,'admin_color','fresh'),(30961,2387,'use_ssl','0'),(30962,2387,'show_admin_bar_front','true'),(30963,2387,'locale',''),(30964,2387,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30965,2387,'wp_user_level','0'),(30966,2387,'default_password_nag','1'),(30967,2388,'nickname','julietklein1988'),(30968,2388,'first_name',''),(30969,2388,'last_name',''),(30970,2388,'description',''),(30971,2388,'rich_editing','true'),(30972,2388,'comment_shortcuts','false'),(30973,2388,'admin_color','fresh'),(30974,2388,'use_ssl','0'),(30975,2388,'show_admin_bar_front','true'),(30976,2388,'locale',''),(30977,2388,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30978,2388,'wp_user_level','0'),(30979,2388,'default_password_nag','1'),(30980,2389,'nickname','moonluvr212009'),(30981,2389,'first_name',''),(30982,2389,'last_name',''),(30983,2389,'description',''),(30984,2389,'rich_editing','true'),(30985,2389,'comment_shortcuts','false'),(30986,2389,'admin_color','fresh'),(30987,2389,'use_ssl','0'),(30988,2389,'show_admin_bar_front','true'),(30989,2389,'locale',''),(30990,2389,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(30991,2389,'wp_user_level','0'),(30992,2389,'default_password_nag','1'),(30993,2390,'nickname','wesleyak471961'),(30994,2390,'first_name',''),(30995,2390,'last_name',''),(30996,2390,'description',''),(30997,2390,'rich_editing','true'),(30998,2390,'comment_shortcuts','false'),(30999,2390,'admin_color','fresh'),(31000,2390,'use_ssl','0'),(31001,2390,'show_admin_bar_front','true'),(31002,2390,'locale',''),(31003,2390,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31004,2390,'wp_user_level','0'),(31005,2390,'default_password_nag','1'),(31006,2391,'nickname','shayla.helm912004'),(31007,2391,'first_name',''),(31008,2391,'last_name',''),(31009,2391,'description',''),(31010,2391,'rich_editing','true'),(31011,2391,'comment_shortcuts','false'),(31012,2391,'admin_color','fresh'),(31013,2391,'use_ssl','0'),(31014,2391,'show_admin_bar_front','true'),(31015,2391,'locale',''),(31016,2391,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31017,2391,'wp_user_level','0'),(31018,2391,'default_password_nag','1'),(31019,2392,'nickname','tawnyusa741993'),(31020,2392,'first_name',''),(31021,2392,'last_name',''),(31022,2392,'description',''),(31023,2392,'rich_editing','true'),(31024,2392,'comment_shortcuts','false'),(31025,2392,'admin_color','fresh'),(31026,2392,'use_ssl','0'),(31027,2392,'show_admin_bar_front','true'),(31028,2392,'locale',''),(31029,2392,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31030,2392,'wp_user_level','0'),(31031,2392,'default_password_nag','1'),(31032,2393,'nickname','clay_hampton41960'),(31033,2393,'first_name',''),(31034,2393,'last_name',''),(31035,2393,'description',''),(31036,2393,'rich_editing','true'),(31037,2393,'comment_shortcuts','false'),(31038,2393,'admin_color','fresh'),(31039,2393,'use_ssl','0'),(31040,2393,'show_admin_bar_front','true'),(31041,2393,'locale',''),(31042,2393,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31043,2393,'wp_user_level','0'),(31044,2393,'default_password_nag','1'),(31045,2394,'nickname','vanho821985'),(31046,2394,'first_name',''),(31047,2394,'last_name',''),(31048,2394,'description',''),(31049,2394,'rich_editing','true'),(31050,2394,'comment_shortcuts','false'),(31051,2394,'admin_color','fresh'),(31052,2394,'use_ssl','0'),(31053,2394,'show_admin_bar_front','true'),(31054,2394,'locale',''),(31055,2394,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31056,2394,'wp_user_level','0'),(31057,2394,'default_password_nag','1'),(31058,2395,'nickname','beierlieb.theresa1997'),(31059,2395,'first_name',''),(31060,2395,'last_name',''),(31061,2395,'description',''),(31062,2395,'rich_editing','true'),(31063,2395,'comment_shortcuts','false'),(31064,2395,'admin_color','fresh'),(31065,2395,'use_ssl','0'),(31066,2395,'show_admin_bar_front','true'),(31067,2395,'locale',''),(31068,2395,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31069,2395,'wp_user_level','0'),(31070,2395,'default_password_nag','1'),(31071,2396,'nickname','wast3ofspac302201993'),(31072,2396,'first_name',''),(31073,2396,'last_name',''),(31074,2396,'description',''),(31075,2396,'rich_editing','true'),(31076,2396,'comment_shortcuts','false'),(31077,2396,'admin_color','fresh'),(31078,2396,'use_ssl','0'),(31079,2396,'show_admin_bar_front','true'),(31080,2396,'locale',''),(31081,2396,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31082,2396,'wp_user_level','0'),(31083,2396,'default_password_nag','1'),(31084,2397,'nickname','camillegietz1969'),(31085,2397,'first_name',''),(31086,2397,'last_name',''),(31087,2397,'description',''),(31088,2397,'rich_editing','true'),(31089,2397,'comment_shortcuts','false'),(31090,2397,'admin_color','fresh'),(31091,2397,'use_ssl','0'),(31092,2397,'show_admin_bar_front','true'),(31093,2397,'locale',''),(31094,2397,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31095,2397,'wp_user_level','0'),(31096,2397,'default_password_nag','1'),(31097,2398,'nickname','kjghx1972'),(31098,2398,'first_name',''),(31099,2398,'last_name',''),(31100,2398,'description',''),(31101,2398,'rich_editing','true'),(31102,2398,'comment_shortcuts','false'),(31103,2398,'admin_color','fresh'),(31104,2398,'use_ssl','0'),(31105,2398,'show_admin_bar_front','true'),(31106,2398,'locale',''),(31107,2398,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31108,2398,'wp_user_level','0'),(31109,2398,'default_password_nag','1'),(31110,2399,'nickname','ankita_trivedi2006'),(31111,2399,'first_name',''),(31112,2399,'last_name',''),(31113,2399,'description',''),(31114,2399,'rich_editing','true'),(31115,2399,'comment_shortcuts','false'),(31116,2399,'admin_color','fresh'),(31117,2399,'use_ssl','0'),(31118,2399,'show_admin_bar_front','true'),(31119,2399,'locale',''),(31120,2399,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31121,2399,'wp_user_level','0'),(31122,2399,'default_password_nag','1'),(31123,2400,'nickname','kupesalben1972'),(31124,2400,'first_name',''),(31125,2400,'last_name',''),(31126,2400,'description',''),(31127,2400,'rich_editing','true'),(31128,2400,'comment_shortcuts','false'),(31129,2400,'admin_color','fresh'),(31130,2400,'use_ssl','0'),(31131,2400,'show_admin_bar_front','true'),(31132,2400,'locale',''),(31133,2400,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31134,2400,'wp_user_level','0'),(31135,2400,'default_password_nag','1'),(31136,2401,'nickname','ljhileski1960'),(31137,2401,'first_name',''),(31138,2401,'last_name',''),(31139,2401,'description',''),(31140,2401,'rich_editing','true'),(31141,2401,'comment_shortcuts','false'),(31142,2401,'admin_color','fresh'),(31143,2401,'use_ssl','0'),(31144,2401,'show_admin_bar_front','true'),(31145,2401,'locale',''),(31146,2401,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31147,2401,'wp_user_level','0'),(31148,2401,'default_password_nag','1'),(31149,2402,'nickname','xxxbad15boyxxx2001'),(31150,2402,'first_name',''),(31151,2402,'last_name',''),(31152,2402,'description',''),(31153,2402,'rich_editing','true'),(31154,2402,'comment_shortcuts','false'),(31155,2402,'admin_color','fresh'),(31156,2402,'use_ssl','0'),(31157,2402,'show_admin_bar_front','true'),(31158,2402,'locale',''),(31159,2402,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31160,2402,'wp_user_level','0'),(31161,2402,'default_password_nag','1'),(31162,2403,'nickname','zsejack1961'),(31163,2403,'first_name',''),(31164,2403,'last_name',''),(31165,2403,'description',''),(31166,2403,'rich_editing','true'),(31167,2403,'comment_shortcuts','false'),(31168,2403,'admin_color','fresh'),(31169,2403,'use_ssl','0'),(31170,2403,'show_admin_bar_front','true'),(31171,2403,'locale',''),(31172,2403,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31173,2403,'wp_user_level','0'),(31174,2403,'default_password_nag','1'),(31175,2404,'nickname','maihuneyluv1967'),(31176,2404,'first_name',''),(31177,2404,'last_name',''),(31178,2404,'description',''),(31179,2404,'rich_editing','true'),(31180,2404,'comment_shortcuts','false'),(31181,2404,'admin_color','fresh'),(31182,2404,'use_ssl','0'),(31183,2404,'show_admin_bar_front','true'),(31184,2404,'locale',''),(31185,2404,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31186,2404,'wp_user_level','0'),(31187,2404,'default_password_nag','1'),(31188,2405,'nickname','sarohamamah2004'),(31189,2405,'first_name',''),(31190,2405,'last_name',''),(31191,2405,'description',''),(31192,2405,'rich_editing','true'),(31193,2405,'comment_shortcuts','false'),(31194,2405,'admin_color','fresh'),(31195,2405,'use_ssl','0'),(31196,2405,'show_admin_bar_front','true'),(31197,2405,'locale',''),(31198,2405,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31199,2405,'wp_user_level','0'),(31200,2405,'default_password_nag','1'),(31201,2406,'nickname','melo002007'),(31202,2406,'first_name',''),(31203,2406,'last_name',''),(31204,2406,'description',''),(31205,2406,'rich_editing','true'),(31206,2406,'comment_shortcuts','false'),(31207,2406,'admin_color','fresh'),(31208,2406,'use_ssl','0'),(31209,2406,'show_admin_bar_front','true'),(31210,2406,'locale',''),(31211,2406,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31212,2406,'wp_user_level','0'),(31213,2406,'default_password_nag','1'),(31214,2407,'nickname','dmurphy191951'),(31215,2407,'first_name',''),(31216,2407,'last_name',''),(31217,2407,'description',''),(31218,2407,'rich_editing','true'),(31219,2407,'comment_shortcuts','false'),(31220,2407,'admin_color','fresh'),(31221,2407,'use_ssl','0'),(31222,2407,'show_admin_bar_front','true'),(31223,2407,'locale',''),(31224,2407,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31225,2407,'wp_user_level','0'),(31226,2407,'default_password_nag','1'),(31227,2408,'nickname','lucypjrgal1994'),(31228,2408,'first_name',''),(31229,2408,'last_name',''),(31230,2408,'description',''),(31231,2408,'rich_editing','true'),(31232,2408,'comment_shortcuts','false'),(31233,2408,'admin_color','fresh'),(31234,2408,'use_ssl','0'),(31235,2408,'show_admin_bar_front','true'),(31236,2408,'locale',''),(31237,2408,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31238,2408,'wp_user_level','0'),(31239,2408,'default_password_nag','1'),(31240,2409,'nickname','jayhorvath1990'),(31241,2409,'first_name',''),(31242,2409,'last_name',''),(31243,2409,'description',''),(31244,2409,'rich_editing','true'),(31245,2409,'comment_shortcuts','false'),(31246,2409,'admin_color','fresh'),(31247,2409,'use_ssl','0'),(31248,2409,'show_admin_bar_front','true'),(31249,2409,'locale',''),(31250,2409,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31251,2409,'wp_user_level','0'),(31252,2409,'default_password_nag','1'),(31253,2410,'nickname','msgold911965'),(31254,2410,'first_name',''),(31255,2410,'last_name',''),(31256,2410,'description',''),(31257,2410,'rich_editing','true'),(31258,2410,'comment_shortcuts','false'),(31259,2410,'admin_color','fresh'),(31260,2410,'use_ssl','0'),(31261,2410,'show_admin_bar_front','true'),(31262,2410,'locale',''),(31263,2410,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31264,2410,'wp_user_level','0'),(31265,2410,'default_password_nag','1'),(31266,2411,'nickname','pandither1996'),(31267,2411,'first_name',''),(31268,2411,'last_name',''),(31269,2411,'description',''),(31270,2411,'rich_editing','true'),(31271,2411,'comment_shortcuts','false'),(31272,2411,'admin_color','fresh'),(31273,2411,'use_ssl','0'),(31274,2411,'show_admin_bar_front','true'),(31275,2411,'locale',''),(31276,2411,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31277,2411,'wp_user_level','0'),(31278,2411,'default_password_nag','1'),(31279,2412,'nickname','heathermichelle021954'),(31280,2412,'first_name',''),(31281,2412,'last_name',''),(31282,2412,'description',''),(31283,2412,'rich_editing','true'),(31284,2412,'comment_shortcuts','false'),(31285,2412,'admin_color','fresh'),(31286,2412,'use_ssl','0'),(31287,2412,'show_admin_bar_front','true'),(31288,2412,'locale',''),(31289,2412,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31290,2412,'wp_user_level','0'),(31291,2412,'default_password_nag','1'),(31292,2413,'nickname','sarahwalker19962010'),(31293,2413,'first_name',''),(31294,2413,'last_name',''),(31295,2413,'description',''),(31296,2413,'rich_editing','true'),(31297,2413,'comment_shortcuts','false'),(31298,2413,'admin_color','fresh'),(31299,2413,'use_ssl','0'),(31300,2413,'show_admin_bar_front','true'),(31301,2413,'locale',''),(31302,2413,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31303,2413,'wp_user_level','0'),(31304,2413,'default_password_nag','1'),(31305,2414,'nickname','rpalmer142008'),(31306,2414,'first_name',''),(31307,2414,'last_name',''),(31308,2414,'description',''),(31309,2414,'rich_editing','true'),(31310,2414,'comment_shortcuts','false'),(31311,2414,'admin_color','fresh'),(31312,2414,'use_ssl','0'),(31313,2414,'show_admin_bar_front','true'),(31314,2414,'locale',''),(31315,2414,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31316,2414,'wp_user_level','0'),(31317,2414,'default_password_nag','1'),(31318,2415,'nickname','karrick1232000'),(31319,2415,'first_name',''),(31320,2415,'last_name',''),(31321,2415,'description',''),(31322,2415,'rich_editing','true'),(31323,2415,'comment_shortcuts','false'),(31324,2415,'admin_color','fresh'),(31325,2415,'use_ssl','0'),(31326,2415,'show_admin_bar_front','true'),(31327,2415,'locale',''),(31328,2415,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31329,2415,'wp_user_level','0'),(31330,2415,'default_password_nag','1'),(31331,2416,'nickname','efay88841973'),(31332,2416,'first_name',''),(31333,2416,'last_name',''),(31334,2416,'description',''),(31335,2416,'rich_editing','true'),(31336,2416,'comment_shortcuts','false'),(31337,2416,'admin_color','fresh'),(31338,2416,'use_ssl','0'),(31339,2416,'show_admin_bar_front','true'),(31340,2416,'locale',''),(31341,2416,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31342,2416,'wp_user_level','0'),(31343,2416,'default_password_nag','1'),(31344,2417,'nickname','cliffnla20001963'),(31345,2417,'first_name',''),(31346,2417,'last_name',''),(31347,2417,'description',''),(31348,2417,'rich_editing','true'),(31349,2417,'comment_shortcuts','false'),(31350,2417,'admin_color','fresh'),(31351,2417,'use_ssl','0'),(31352,2417,'show_admin_bar_front','true'),(31353,2417,'locale',''),(31354,2417,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31355,2417,'wp_user_level','0'),(31356,2417,'default_password_nag','1'),(31357,2418,'nickname','mmirgon1965'),(31358,2418,'first_name',''),(31359,2418,'last_name',''),(31360,2418,'description',''),(31361,2418,'rich_editing','true'),(31362,2418,'comment_shortcuts','false'),(31363,2418,'admin_color','fresh'),(31364,2418,'use_ssl','0'),(31365,2418,'show_admin_bar_front','true'),(31366,2418,'locale',''),(31367,2418,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31368,2418,'wp_user_level','0'),(31369,2418,'default_password_nag','1'),(31370,2419,'nickname','dspringca2000'),(31371,2419,'first_name',''),(31372,2419,'last_name',''),(31373,2419,'description',''),(31374,2419,'rich_editing','true'),(31375,2419,'comment_shortcuts','false'),(31376,2419,'admin_color','fresh'),(31377,2419,'use_ssl','0'),(31378,2419,'show_admin_bar_front','true'),(31379,2419,'locale',''),(31380,2419,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31381,2419,'wp_user_level','0'),(31382,2419,'default_password_nag','1'),(31383,2420,'nickname','darrenpowell761977'),(31384,2420,'first_name',''),(31385,2420,'last_name',''),(31386,2420,'description',''),(31387,2420,'rich_editing','true'),(31388,2420,'comment_shortcuts','false'),(31389,2420,'admin_color','fresh'),(31390,2420,'use_ssl','0'),(31391,2420,'show_admin_bar_front','true'),(31392,2420,'locale',''),(31393,2420,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31394,2420,'wp_user_level','0'),(31395,2420,'default_password_nag','1'),(31396,2421,'nickname','tricia2791990'),(31397,2421,'first_name',''),(31398,2421,'last_name',''),(31399,2421,'description',''),(31400,2421,'rich_editing','true'),(31401,2421,'comment_shortcuts','false'),(31402,2421,'admin_color','fresh'),(31403,2421,'use_ssl','0'),(31404,2421,'show_admin_bar_front','true'),(31405,2421,'locale',''),(31406,2421,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31407,2421,'wp_user_level','0'),(31408,2421,'default_password_nag','1'),(31409,2422,'nickname','dhoskins_681983'),(31410,2422,'first_name',''),(31411,2422,'last_name',''),(31412,2422,'description',''),(31413,2422,'rich_editing','true'),(31414,2422,'comment_shortcuts','false'),(31415,2422,'admin_color','fresh'),(31416,2422,'use_ssl','0'),(31417,2422,'show_admin_bar_front','true'),(31418,2422,'locale',''),(31419,2422,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31420,2422,'wp_user_level','0'),(31421,2422,'default_password_nag','1'),(31422,2423,'nickname','rivas_victor111994'),(31423,2423,'first_name',''),(31424,2423,'last_name',''),(31425,2423,'description',''),(31426,2423,'rich_editing','true'),(31427,2423,'comment_shortcuts','false'),(31428,2423,'admin_color','fresh'),(31429,2423,'use_ssl','0'),(31430,2423,'show_admin_bar_front','true'),(31431,2423,'locale',''),(31432,2423,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31433,2423,'wp_user_level','0'),(31434,2423,'default_password_nag','1'),(31435,2424,'nickname','tlclindsey1965'),(31436,2424,'first_name',''),(31437,2424,'last_name',''),(31438,2424,'description',''),(31439,2424,'rich_editing','true'),(31440,2424,'comment_shortcuts','false'),(31441,2424,'admin_color','fresh'),(31442,2424,'use_ssl','0'),(31443,2424,'show_admin_bar_front','true'),(31444,2424,'locale',''),(31445,2424,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31446,2424,'wp_user_level','0'),(31447,2424,'default_password_nag','1'),(31448,2425,'nickname','pluto4aj1994'),(31449,2425,'first_name',''),(31450,2425,'last_name',''),(31451,2425,'description',''),(31452,2425,'rich_editing','true'),(31453,2425,'comment_shortcuts','false'),(31454,2425,'admin_color','fresh'),(31455,2425,'use_ssl','0'),(31456,2425,'show_admin_bar_front','true'),(31457,2425,'locale',''),(31458,2425,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31459,2425,'wp_user_level','0'),(31460,2425,'default_password_nag','1'),(31461,2426,'nickname','m.manning1975'),(31462,2426,'first_name',''),(31463,2426,'last_name',''),(31464,2426,'description',''),(31465,2426,'rich_editing','true'),(31466,2426,'comment_shortcuts','false'),(31467,2426,'admin_color','fresh'),(31468,2426,'use_ssl','0'),(31469,2426,'show_admin_bar_front','true'),(31470,2426,'locale',''),(31471,2426,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31472,2426,'wp_user_level','0'),(31473,2426,'default_password_nag','1'),(31474,2427,'nickname','br_cpsm1962'),(31475,2427,'first_name',''),(31476,2427,'last_name',''),(31477,2427,'description',''),(31478,2427,'rich_editing','true'),(31479,2427,'comment_shortcuts','false'),(31480,2427,'admin_color','fresh'),(31481,2427,'use_ssl','0'),(31482,2427,'show_admin_bar_front','true'),(31483,2427,'locale',''),(31484,2427,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31485,2427,'wp_user_level','0'),(31486,2427,'default_password_nag','1'),(31487,2428,'nickname','ntfltd2003'),(31488,2428,'first_name',''),(31489,2428,'last_name',''),(31490,2428,'description',''),(31491,2428,'rich_editing','true'),(31492,2428,'comment_shortcuts','false'),(31493,2428,'admin_color','fresh'),(31494,2428,'use_ssl','0'),(31495,2428,'show_admin_bar_front','true'),(31496,2428,'locale',''),(31497,2428,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31498,2428,'wp_user_level','0'),(31499,2428,'default_password_nag','1'),(31500,2429,'nickname','vsoyfer1972'),(31501,2429,'first_name',''),(31502,2429,'last_name',''),(31503,2429,'description',''),(31504,2429,'rich_editing','true'),(31505,2429,'comment_shortcuts','false'),(31506,2429,'admin_color','fresh'),(31507,2429,'use_ssl','0'),(31508,2429,'show_admin_bar_front','true'),(31509,2429,'locale',''),(31510,2429,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31511,2429,'wp_user_level','0'),(31512,2429,'default_password_nag','1'),(31513,2430,'nickname','scene05_981991'),(31514,2430,'first_name',''),(31515,2430,'last_name',''),(31516,2430,'description',''),(31517,2430,'rich_editing','true'),(31518,2430,'comment_shortcuts','false'),(31519,2430,'admin_color','fresh'),(31520,2430,'use_ssl','0'),(31521,2430,'show_admin_bar_front','true'),(31522,2430,'locale',''),(31523,2430,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31524,2430,'wp_user_level','0'),(31525,2430,'default_password_nag','1'),(31526,2431,'nickname','m.sessler2000'),(31527,2431,'first_name',''),(31528,2431,'last_name',''),(31529,2431,'description',''),(31530,2431,'rich_editing','true'),(31531,2431,'comment_shortcuts','false'),(31532,2431,'admin_color','fresh'),(31533,2431,'use_ssl','0'),(31534,2431,'show_admin_bar_front','true'),(31535,2431,'locale',''),(31536,2431,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31537,2431,'wp_user_level','0'),(31538,2431,'default_password_nag','1'),(31539,2432,'nickname','karlasouthworth1952'),(31540,2432,'first_name',''),(31541,2432,'last_name',''),(31542,2432,'description',''),(31543,2432,'rich_editing','true'),(31544,2432,'comment_shortcuts','false'),(31545,2432,'admin_color','fresh'),(31546,2432,'use_ssl','0'),(31547,2432,'show_admin_bar_front','true'),(31548,2432,'locale',''),(31549,2432,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31550,2432,'wp_user_level','0'),(31551,2432,'default_password_nag','1'),(31552,2433,'nickname','zeeszees1976'),(31553,2433,'first_name',''),(31554,2433,'last_name',''),(31555,2433,'description',''),(31556,2433,'rich_editing','true'),(31557,2433,'comment_shortcuts','false'),(31558,2433,'admin_color','fresh'),(31559,2433,'use_ssl','0'),(31560,2433,'show_admin_bar_front','true'),(31561,2433,'locale',''),(31562,2433,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31563,2433,'wp_user_level','0'),(31564,2433,'default_password_nag','1'),(31565,2434,'nickname','cookielou11969'),(31566,2434,'first_name',''),(31567,2434,'last_name',''),(31568,2434,'description',''),(31569,2434,'rich_editing','true'),(31570,2434,'comment_shortcuts','false'),(31571,2434,'admin_color','fresh'),(31572,2434,'use_ssl','0'),(31573,2434,'show_admin_bar_front','true'),(31574,2434,'locale',''),(31575,2434,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31576,2434,'wp_user_level','0'),(31577,2434,'default_password_nag','1'),(31578,2435,'nickname','blancadc1996'),(31579,2435,'first_name',''),(31580,2435,'last_name',''),(31581,2435,'description',''),(31582,2435,'rich_editing','true'),(31583,2435,'comment_shortcuts','false'),(31584,2435,'admin_color','fresh'),(31585,2435,'use_ssl','0'),(31586,2435,'show_admin_bar_front','true'),(31587,2435,'locale',''),(31588,2435,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31589,2435,'wp_user_level','0'),(31590,2435,'default_password_nag','1'),(31591,2436,'nickname','jpgurl851972'),(31592,2436,'first_name',''),(31593,2436,'last_name',''),(31594,2436,'description',''),(31595,2436,'rich_editing','true'),(31596,2436,'comment_shortcuts','false'),(31597,2436,'admin_color','fresh'),(31598,2436,'use_ssl','0'),(31599,2436,'show_admin_bar_front','true'),(31600,2436,'locale',''),(31601,2436,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31602,2436,'wp_user_level','0'),(31603,2436,'default_password_nag','1'),(31604,2437,'nickname','caldwell95301990'),(31605,2437,'first_name',''),(31606,2437,'last_name',''),(31607,2437,'description',''),(31608,2437,'rich_editing','true'),(31609,2437,'comment_shortcuts','false'),(31610,2437,'admin_color','fresh'),(31611,2437,'use_ssl','0'),(31612,2437,'show_admin_bar_front','true'),(31613,2437,'locale',''),(31614,2437,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31615,2437,'wp_user_level','0'),(31616,2437,'default_password_nag','1'),(31617,2438,'nickname','rmccusker2006'),(31618,2438,'first_name',''),(31619,2438,'last_name',''),(31620,2438,'description',''),(31621,2438,'rich_editing','true'),(31622,2438,'comment_shortcuts','false'),(31623,2438,'admin_color','fresh'),(31624,2438,'use_ssl','0'),(31625,2438,'show_admin_bar_front','true'),(31626,2438,'locale',''),(31627,2438,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31628,2438,'wp_user_level','0'),(31629,2438,'default_password_nag','1'),(31630,2439,'nickname','kdees3572008'),(31631,2439,'first_name',''),(31632,2439,'last_name',''),(31633,2439,'description',''),(31634,2439,'rich_editing','true'),(31635,2439,'comment_shortcuts','false'),(31636,2439,'admin_color','fresh'),(31637,2439,'use_ssl','0'),(31638,2439,'show_admin_bar_front','true'),(31639,2439,'locale',''),(31640,2439,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31641,2439,'wp_user_level','0'),(31642,2439,'default_password_nag','1'),(31643,2440,'nickname','reevz041985'),(31644,2440,'first_name',''),(31645,2440,'last_name',''),(31646,2440,'description',''),(31647,2440,'rich_editing','true'),(31648,2440,'comment_shortcuts','false'),(31649,2440,'admin_color','fresh'),(31650,2440,'use_ssl','0'),(31651,2440,'show_admin_bar_front','true'),(31652,2440,'locale',''),(31653,2440,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31654,2440,'wp_user_level','0'),(31655,2440,'default_password_nag','1'),(31656,2441,'nickname','mlimardo_mk1980'),(31657,2441,'first_name',''),(31658,2441,'last_name',''),(31659,2441,'description',''),(31660,2441,'rich_editing','true'),(31661,2441,'comment_shortcuts','false'),(31662,2441,'admin_color','fresh'),(31663,2441,'use_ssl','0'),(31664,2441,'show_admin_bar_front','true'),(31665,2441,'locale',''),(31666,2441,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31667,2441,'wp_user_level','0'),(31668,2441,'default_password_nag','1'),(31669,2442,'nickname','jpb1252001'),(31670,2442,'first_name',''),(31671,2442,'last_name',''),(31672,2442,'description',''),(31673,2442,'rich_editing','true'),(31674,2442,'comment_shortcuts','false'),(31675,2442,'admin_color','fresh'),(31676,2442,'use_ssl','0'),(31677,2442,'show_admin_bar_front','true'),(31678,2442,'locale',''),(31679,2442,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31680,2442,'wp_user_level','0'),(31681,2442,'default_password_nag','1'),(31682,2443,'nickname','l_muas1961'),(31683,2443,'first_name',''),(31684,2443,'last_name',''),(31685,2443,'description',''),(31686,2443,'rich_editing','true'),(31687,2443,'comment_shortcuts','false'),(31688,2443,'admin_color','fresh'),(31689,2443,'use_ssl','0'),(31690,2443,'show_admin_bar_front','true'),(31691,2443,'locale',''),(31692,2443,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31693,2443,'wp_user_level','0'),(31694,2443,'default_password_nag','1'),(31695,2444,'nickname','rpscarazzo2008'),(31696,2444,'first_name',''),(31697,2444,'last_name',''),(31698,2444,'description',''),(31699,2444,'rich_editing','true'),(31700,2444,'comment_shortcuts','false'),(31701,2444,'admin_color','fresh'),(31702,2444,'use_ssl','0'),(31703,2444,'show_admin_bar_front','true'),(31704,2444,'locale',''),(31705,2444,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31706,2444,'wp_user_level','0'),(31707,2444,'default_password_nag','1'),(31708,2445,'nickname','sprice1220041953'),(31709,2445,'first_name',''),(31710,2445,'last_name',''),(31711,2445,'description',''),(31712,2445,'rich_editing','true'),(31713,2445,'comment_shortcuts','false'),(31714,2445,'admin_color','fresh'),(31715,2445,'use_ssl','0'),(31716,2445,'show_admin_bar_front','true'),(31717,2445,'locale',''),(31718,2445,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31719,2445,'wp_user_level','0'),(31720,2445,'default_password_nag','1'),(31721,2446,'nickname','clairegregory191973'),(31722,2446,'first_name',''),(31723,2446,'last_name',''),(31724,2446,'description',''),(31725,2446,'rich_editing','true'),(31726,2446,'comment_shortcuts','false'),(31727,2446,'admin_color','fresh'),(31728,2446,'use_ssl','0'),(31729,2446,'show_admin_bar_front','true'),(31730,2446,'locale',''),(31731,2446,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31732,2446,'wp_user_level','0'),(31733,2446,'default_password_nag','1'),(31734,2447,'nickname','num1toolfan2001'),(31735,2447,'first_name',''),(31736,2447,'last_name',''),(31737,2447,'description',''),(31738,2447,'rich_editing','true'),(31739,2447,'comment_shortcuts','false'),(31740,2447,'admin_color','fresh'),(31741,2447,'use_ssl','0'),(31742,2447,'show_admin_bar_front','true'),(31743,2447,'locale',''),(31744,2447,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31745,2447,'wp_user_level','0'),(31746,2447,'default_password_nag','1'),(31747,2448,'nickname','pblessley2001'),(31748,2448,'first_name',''),(31749,2448,'last_name',''),(31750,2448,'description',''),(31751,2448,'rich_editing','true'),(31752,2448,'comment_shortcuts','false'),(31753,2448,'admin_color','fresh'),(31754,2448,'use_ssl','0'),(31755,2448,'show_admin_bar_front','true'),(31756,2448,'locale',''),(31757,2448,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31758,2448,'wp_user_level','0'),(31759,2448,'default_password_nag','1'),(31760,2449,'nickname','hanmin_paek1995'),(31761,2449,'first_name',''),(31762,2449,'last_name',''),(31763,2449,'description',''),(31764,2449,'rich_editing','true'),(31765,2449,'comment_shortcuts','false'),(31766,2449,'admin_color','fresh'),(31767,2449,'use_ssl','0'),(31768,2449,'show_admin_bar_front','true'),(31769,2449,'locale',''),(31770,2449,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31771,2449,'wp_user_level','0'),(31772,2449,'default_password_nag','1'),(31773,2450,'nickname','dawnandroy1956'),(31774,2450,'first_name',''),(31775,2450,'last_name',''),(31776,2450,'description',''),(31777,2450,'rich_editing','true'),(31778,2450,'comment_shortcuts','false'),(31779,2450,'admin_color','fresh'),(31780,2450,'use_ssl','0'),(31781,2450,'show_admin_bar_front','true'),(31782,2450,'locale',''),(31783,2450,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31784,2450,'wp_user_level','0'),(31785,2450,'default_password_nag','1'),(31786,2451,'nickname','bruce_wine1957'),(31787,2451,'first_name',''),(31788,2451,'last_name',''),(31789,2451,'description',''),(31790,2451,'rich_editing','true'),(31791,2451,'comment_shortcuts','false'),(31792,2451,'admin_color','fresh'),(31793,2451,'use_ssl','0'),(31794,2451,'show_admin_bar_front','true'),(31795,2451,'locale',''),(31796,2451,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31797,2451,'wp_user_level','0'),(31798,2451,'default_password_nag','1'),(31799,2452,'nickname','wildhaven2000'),(31800,2452,'first_name',''),(31801,2452,'last_name',''),(31802,2452,'description',''),(31803,2452,'rich_editing','true'),(31804,2452,'comment_shortcuts','false'),(31805,2452,'admin_color','fresh'),(31806,2452,'use_ssl','0'),(31807,2452,'show_admin_bar_front','true'),(31808,2452,'locale',''),(31809,2452,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31810,2452,'wp_user_level','0'),(31811,2452,'default_password_nag','1'),(31812,2453,'nickname','bonnie_mieure2005'),(31813,2453,'first_name',''),(31814,2453,'last_name',''),(31815,2453,'description',''),(31816,2453,'rich_editing','true'),(31817,2453,'comment_shortcuts','false'),(31818,2453,'admin_color','fresh'),(31819,2453,'use_ssl','0'),(31820,2453,'show_admin_bar_front','true'),(31821,2453,'locale',''),(31822,2453,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31823,2453,'wp_user_level','0'),(31824,2453,'default_password_nag','1'),(31825,2454,'nickname','cyriltay2001'),(31826,2454,'first_name',''),(31827,2454,'last_name',''),(31828,2454,'description',''),(31829,2454,'rich_editing','true'),(31830,2454,'comment_shortcuts','false'),(31831,2454,'admin_color','fresh'),(31832,2454,'use_ssl','0'),(31833,2454,'show_admin_bar_front','true'),(31834,2454,'locale',''),(31835,2454,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31836,2454,'wp_user_level','0'),(31837,2454,'default_password_nag','1'),(31838,2455,'nickname','kdjc21987'),(31839,2455,'first_name',''),(31840,2455,'last_name',''),(31841,2455,'description',''),(31842,2455,'rich_editing','true'),(31843,2455,'comment_shortcuts','false'),(31844,2455,'admin_color','fresh'),(31845,2455,'use_ssl','0'),(31846,2455,'show_admin_bar_front','true'),(31847,2455,'locale',''),(31848,2455,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31849,2455,'wp_user_level','0'),(31850,2455,'default_password_nag','1'),(31851,2456,'nickname','thiagosperotto1978'),(31852,2456,'first_name',''),(31853,2456,'last_name',''),(31854,2456,'description',''),(31855,2456,'rich_editing','true'),(31856,2456,'comment_shortcuts','false'),(31857,2456,'admin_color','fresh'),(31858,2456,'use_ssl','0'),(31859,2456,'show_admin_bar_front','true'),(31860,2456,'locale',''),(31861,2456,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31862,2456,'wp_user_level','0'),(31863,2456,'default_password_nag','1'),(31864,2457,'nickname','amywine1973'),(31865,2457,'first_name',''),(31866,2457,'last_name',''),(31867,2457,'description',''),(31868,2457,'rich_editing','true'),(31869,2457,'comment_shortcuts','false'),(31870,2457,'admin_color','fresh'),(31871,2457,'use_ssl','0'),(31872,2457,'show_admin_bar_front','true'),(31873,2457,'locale',''),(31874,2457,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31875,2457,'wp_user_level','0'),(31876,2457,'default_password_nag','1'),(31877,2458,'nickname','mlahmad1960'),(31878,2458,'first_name',''),(31879,2458,'last_name',''),(31880,2458,'description',''),(31881,2458,'rich_editing','true'),(31882,2458,'comment_shortcuts','false'),(31883,2458,'admin_color','fresh'),(31884,2458,'use_ssl','0'),(31885,2458,'show_admin_bar_front','true'),(31886,2458,'locale',''),(31887,2458,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31888,2458,'wp_user_level','0'),(31889,2458,'default_password_nag','1'),(31890,2459,'nickname','tiffytaffy922008'),(31891,2459,'first_name',''),(31892,2459,'last_name',''),(31893,2459,'description',''),(31894,2459,'rich_editing','true'),(31895,2459,'comment_shortcuts','false'),(31896,2459,'admin_color','fresh'),(31897,2459,'use_ssl','0'),(31898,2459,'show_admin_bar_front','true'),(31899,2459,'locale',''),(31900,2459,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31901,2459,'wp_user_level','0'),(31902,2459,'default_password_nag','1'),(31903,2460,'nickname','ty_rader1994'),(31904,2460,'first_name',''),(31905,2460,'last_name',''),(31906,2460,'description',''),(31907,2460,'rich_editing','true'),(31908,2460,'comment_shortcuts','false'),(31909,2460,'admin_color','fresh'),(31910,2460,'use_ssl','0'),(31911,2460,'show_admin_bar_front','true'),(31912,2460,'locale',''),(31913,2460,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31914,2460,'wp_user_level','0'),(31915,2460,'default_password_nag','1'),(31916,2461,'nickname','tinna_tu1990'),(31917,2461,'first_name',''),(31918,2461,'last_name',''),(31919,2461,'description',''),(31920,2461,'rich_editing','true'),(31921,2461,'comment_shortcuts','false'),(31922,2461,'admin_color','fresh'),(31923,2461,'use_ssl','0'),(31924,2461,'show_admin_bar_front','true'),(31925,2461,'locale',''),(31926,2461,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31927,2461,'wp_user_level','0'),(31928,2461,'default_password_nag','1'),(31929,2462,'nickname','spellsbrian11997'),(31930,2462,'first_name',''),(31931,2462,'last_name',''),(31932,2462,'description',''),(31933,2462,'rich_editing','true'),(31934,2462,'comment_shortcuts','false'),(31935,2462,'admin_color','fresh'),(31936,2462,'use_ssl','0'),(31937,2462,'show_admin_bar_front','true'),(31938,2462,'locale',''),(31939,2462,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31940,2462,'wp_user_level','0'),(31941,2462,'default_password_nag','1'),(31942,2463,'nickname','demery522010'),(31943,2463,'first_name',''),(31944,2463,'last_name',''),(31945,2463,'description',''),(31946,2463,'rich_editing','true'),(31947,2463,'comment_shortcuts','false'),(31948,2463,'admin_color','fresh'),(31949,2463,'use_ssl','0'),(31950,2463,'show_admin_bar_front','true'),(31951,2463,'locale',''),(31952,2463,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31953,2463,'wp_user_level','0'),(31954,2463,'default_password_nag','1'),(31955,2464,'nickname','jaydanem1959'),(31956,2464,'first_name',''),(31957,2464,'last_name',''),(31958,2464,'description',''),(31959,2464,'rich_editing','true'),(31960,2464,'comment_shortcuts','false'),(31961,2464,'admin_color','fresh'),(31962,2464,'use_ssl','0'),(31963,2464,'show_admin_bar_front','true'),(31964,2464,'locale',''),(31965,2464,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31966,2464,'wp_user_level','0'),(31967,2464,'default_password_nag','1'),(31968,2465,'nickname','sampatel19171982'),(31969,2465,'first_name',''),(31970,2465,'last_name',''),(31971,2465,'description',''),(31972,2465,'rich_editing','true'),(31973,2465,'comment_shortcuts','false'),(31974,2465,'admin_color','fresh'),(31975,2465,'use_ssl','0'),(31976,2465,'show_admin_bar_front','true'),(31977,2465,'locale',''),(31978,2465,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31979,2465,'wp_user_level','0'),(31980,2465,'default_password_nag','1'),(31981,2466,'nickname','david1980'),(31982,2466,'first_name',''),(31983,2466,'last_name',''),(31984,2466,'description',''),(31985,2466,'rich_editing','true'),(31986,2466,'comment_shortcuts','false'),(31987,2466,'admin_color','fresh'),(31988,2466,'use_ssl','0'),(31989,2466,'show_admin_bar_front','true'),(31990,2466,'locale',''),(31991,2466,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31992,2466,'wp_user_level','0'),(31993,2466,'default_password_nag','1'),(31994,2467,'nickname','basstracker081976'),(31995,2467,'first_name',''),(31996,2467,'last_name',''),(31997,2467,'description',''),(31998,2467,'rich_editing','true'),(31999,2467,'comment_shortcuts','false'),(32000,2467,'admin_color','fresh'),(32001,2467,'use_ssl','0'),(32002,2467,'show_admin_bar_front','true'),(32003,2467,'locale',''),(32004,2467,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32005,2467,'wp_user_level','0'),(32006,2467,'default_password_nag','1'),(32007,2468,'nickname','bmiller241996'),(32008,2468,'first_name',''),(32009,2468,'last_name',''),(32010,2468,'description',''),(32011,2468,'rich_editing','true'),(32012,2468,'comment_shortcuts','false'),(32013,2468,'admin_color','fresh'),(32014,2468,'use_ssl','0'),(32015,2468,'show_admin_bar_front','true'),(32016,2468,'locale',''),(32017,2468,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32018,2468,'wp_user_level','0'),(32019,2468,'default_password_nag','1'),(32020,2469,'nickname','davshelly1957'),(32021,2469,'first_name',''),(32022,2469,'last_name',''),(32023,2469,'description',''),(32024,2469,'rich_editing','true'),(32025,2469,'comment_shortcuts','false'),(32026,2469,'admin_color','fresh'),(32027,2469,'use_ssl','0'),(32028,2469,'show_admin_bar_front','true'),(32029,2469,'locale',''),(32030,2469,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32031,2469,'wp_user_level','0'),(32032,2469,'default_password_nag','1'),(32033,2470,'nickname','amerikanpsycho241993'),(32034,2470,'first_name',''),(32035,2470,'last_name',''),(32036,2470,'description',''),(32037,2470,'rich_editing','true'),(32038,2470,'comment_shortcuts','false'),(32039,2470,'admin_color','fresh'),(32040,2470,'use_ssl','0'),(32041,2470,'show_admin_bar_front','true'),(32042,2470,'locale',''),(32043,2470,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32044,2470,'wp_user_level','0'),(32045,2470,'default_password_nag','1'),(32046,2471,'nickname','gjtruck11958'),(32047,2471,'first_name',''),(32048,2471,'last_name',''),(32049,2471,'description',''),(32050,2471,'rich_editing','true'),(32051,2471,'comment_shortcuts','false'),(32052,2471,'admin_color','fresh'),(32053,2471,'use_ssl','0'),(32054,2471,'show_admin_bar_front','true'),(32055,2471,'locale',''),(32056,2471,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32057,2471,'wp_user_level','0'),(32058,2471,'default_password_nag','1'),(32059,2472,'nickname','goeva1962'),(32060,2472,'first_name',''),(32061,2472,'last_name',''),(32062,2472,'description',''),(32063,2472,'rich_editing','true'),(32064,2472,'comment_shortcuts','false'),(32065,2472,'admin_color','fresh'),(32066,2472,'use_ssl','0'),(32067,2472,'show_admin_bar_front','true'),(32068,2472,'locale',''),(32069,2472,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32070,2472,'wp_user_level','0'),(32071,2472,'default_password_nag','1'),(32072,2473,'nickname','laurenkrandall1976'),(32073,2473,'first_name',''),(32074,2473,'last_name',''),(32075,2473,'description',''),(32076,2473,'rich_editing','true'),(32077,2473,'comment_shortcuts','false'),(32078,2473,'admin_color','fresh'),(32079,2473,'use_ssl','0'),(32080,2473,'show_admin_bar_front','true'),(32081,2473,'locale',''),(32082,2473,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32083,2473,'wp_user_level','0'),(32084,2473,'default_password_nag','1'),(32085,2474,'nickname','silkongmn1969'),(32086,2474,'first_name',''),(32087,2474,'last_name',''),(32088,2474,'description',''),(32089,2474,'rich_editing','true'),(32090,2474,'comment_shortcuts','false'),(32091,2474,'admin_color','fresh'),(32092,2474,'use_ssl','0'),(32093,2474,'show_admin_bar_front','true'),(32094,2474,'locale',''),(32095,2474,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32096,2474,'wp_user_level','0'),(32097,2474,'default_password_nag','1'),(32098,2475,'nickname','bigz1601969'),(32099,2475,'first_name',''),(32100,2475,'last_name',''),(32101,2475,'description',''),(32102,2475,'rich_editing','true'),(32103,2475,'comment_shortcuts','false'),(32104,2475,'admin_color','fresh'),(32105,2475,'use_ssl','0'),(32106,2475,'show_admin_bar_front','true'),(32107,2475,'locale',''),(32108,2475,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32109,2475,'wp_user_level','0'),(32110,2475,'default_password_nag','1'),(32111,2476,'nickname','carmengratace1976'),(32112,2476,'first_name',''),(32113,2476,'last_name',''),(32114,2476,'description',''),(32115,2476,'rich_editing','true'),(32116,2476,'comment_shortcuts','false'),(32117,2476,'admin_color','fresh'),(32118,2476,'use_ssl','0'),(32119,2476,'show_admin_bar_front','true'),(32120,2476,'locale',''),(32121,2476,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32122,2476,'wp_user_level','0'),(32123,2476,'default_password_nag','1'),(32124,2477,'nickname','raj.phanikumar1983'),(32125,2477,'first_name',''),(32126,2477,'last_name',''),(32127,2477,'description',''),(32128,2477,'rich_editing','true'),(32129,2477,'comment_shortcuts','false'),(32130,2477,'admin_color','fresh'),(32131,2477,'use_ssl','0'),(32132,2477,'show_admin_bar_front','true'),(32133,2477,'locale',''),(32134,2477,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32135,2477,'wp_user_level','0'),(32136,2477,'default_password_nag','1'),(32137,2478,'nickname','kayfi1970'),(32138,2478,'first_name',''),(32139,2478,'last_name',''),(32140,2478,'description',''),(32141,2478,'rich_editing','true'),(32142,2478,'comment_shortcuts','false'),(32143,2478,'admin_color','fresh'),(32144,2478,'use_ssl','0'),(32145,2478,'show_admin_bar_front','true'),(32146,2478,'locale',''),(32147,2478,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32148,2478,'wp_user_level','0'),(32149,2478,'default_password_nag','1'),(32150,2479,'nickname','jg10651965'),(32151,2479,'first_name',''),(32152,2479,'last_name',''),(32153,2479,'description',''),(32154,2479,'rich_editing','true'),(32155,2479,'comment_shortcuts','false'),(32156,2479,'admin_color','fresh'),(32157,2479,'use_ssl','0'),(32158,2479,'show_admin_bar_front','true'),(32159,2479,'locale',''),(32160,2479,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32161,2479,'wp_user_level','0'),(32162,2479,'default_password_nag','1'),(32163,2480,'nickname','bryan_fischer2002'),(32164,2480,'first_name',''),(32165,2480,'last_name',''),(32166,2480,'description',''),(32167,2480,'rich_editing','true'),(32168,2480,'comment_shortcuts','false'),(32169,2480,'admin_color','fresh'),(32170,2480,'use_ssl','0'),(32171,2480,'show_admin_bar_front','true'),(32172,2480,'locale',''),(32173,2480,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32174,2480,'wp_user_level','0'),(32175,2480,'default_password_nag','1'),(32176,2481,'nickname','jessging1974'),(32177,2481,'first_name',''),(32178,2481,'last_name',''),(32179,2481,'description',''),(32180,2481,'rich_editing','true'),(32181,2481,'comment_shortcuts','false'),(32182,2481,'admin_color','fresh'),(32183,2481,'use_ssl','0'),(32184,2481,'show_admin_bar_front','true'),(32185,2481,'locale',''),(32186,2481,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32187,2481,'wp_user_level','0'),(32188,2481,'default_password_nag','1'),(32189,2482,'nickname','nhunt202002'),(32190,2482,'first_name',''),(32191,2482,'last_name',''),(32192,2482,'description',''),(32193,2482,'rich_editing','true'),(32194,2482,'comment_shortcuts','false'),(32195,2482,'admin_color','fresh'),(32196,2482,'use_ssl','0'),(32197,2482,'show_admin_bar_front','true'),(32198,2482,'locale',''),(32199,2482,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32200,2482,'wp_user_level','0'),(32201,2482,'default_password_nag','1'),(32202,2483,'nickname','beebearsh1970'),(32203,2483,'first_name',''),(32204,2483,'last_name',''),(32205,2483,'description',''),(32206,2483,'rich_editing','true'),(32207,2483,'comment_shortcuts','false'),(32208,2483,'admin_color','fresh'),(32209,2483,'use_ssl','0'),(32210,2483,'show_admin_bar_front','true'),(32211,2483,'locale',''),(32212,2483,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32213,2483,'wp_user_level','0'),(32214,2483,'default_password_nag','1'),(32215,2484,'nickname','giles_e1982'),(32216,2484,'first_name',''),(32217,2484,'last_name',''),(32218,2484,'description',''),(32219,2484,'rich_editing','true'),(32220,2484,'comment_shortcuts','false'),(32221,2484,'admin_color','fresh'),(32222,2484,'use_ssl','0'),(32223,2484,'show_admin_bar_front','true'),(32224,2484,'locale',''),(32225,2484,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32226,2484,'wp_user_level','0'),(32227,2484,'default_password_nag','1'),(32228,2485,'nickname','cjwilliams51967'),(32229,2485,'first_name',''),(32230,2485,'last_name',''),(32231,2485,'description',''),(32232,2485,'rich_editing','true'),(32233,2485,'comment_shortcuts','false'),(32234,2485,'admin_color','fresh'),(32235,2485,'use_ssl','0'),(32236,2485,'show_admin_bar_front','true'),(32237,2485,'locale',''),(32238,2485,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32239,2485,'wp_user_level','0'),(32240,2485,'default_password_nag','1'),(32241,2486,'nickname','kasudy051953'),(32242,2486,'first_name',''),(32243,2486,'last_name',''),(32244,2486,'description',''),(32245,2486,'rich_editing','true'),(32246,2486,'comment_shortcuts','false'),(32247,2486,'admin_color','fresh'),(32248,2486,'use_ssl','0'),(32249,2486,'show_admin_bar_front','true'),(32250,2486,'locale',''),(32251,2486,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32252,2486,'wp_user_level','0'),(32253,2486,'default_password_nag','1'),(32254,2487,'nickname','gravesbl1960'),(32255,2487,'first_name',''),(32256,2487,'last_name',''),(32257,2487,'description',''),(32258,2487,'rich_editing','true'),(32259,2487,'comment_shortcuts','false'),(32260,2487,'admin_color','fresh'),(32261,2487,'use_ssl','0'),(32262,2487,'show_admin_bar_front','true'),(32263,2487,'locale',''),(32264,2487,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32265,2487,'wp_user_level','0'),(32266,2487,'default_password_nag','1'),(32267,2488,'nickname','adkaren1973'),(32268,2488,'first_name',''),(32269,2488,'last_name',''),(32270,2488,'description',''),(32271,2488,'rich_editing','true'),(32272,2488,'comment_shortcuts','false'),(32273,2488,'admin_color','fresh'),(32274,2488,'use_ssl','0'),(32275,2488,'show_admin_bar_front','true'),(32276,2488,'locale',''),(32277,2488,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32278,2488,'wp_user_level','0'),(32279,2488,'default_password_nag','1'),(32280,2489,'nickname','donnybraga2002'),(32281,2489,'first_name',''),(32282,2489,'last_name',''),(32283,2489,'description',''),(32284,2489,'rich_editing','true'),(32285,2489,'comment_shortcuts','false'),(32286,2489,'admin_color','fresh'),(32287,2489,'use_ssl','0'),(32288,2489,'show_admin_bar_front','true'),(32289,2489,'locale',''),(32290,2489,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32291,2489,'wp_user_level','0'),(32292,2489,'default_password_nag','1'),(32293,2490,'nickname','randymil1998'),(32294,2490,'first_name',''),(32295,2490,'last_name',''),(32296,2490,'description',''),(32297,2490,'rich_editing','true'),(32298,2490,'comment_shortcuts','false'),(32299,2490,'admin_color','fresh'),(32300,2490,'use_ssl','0'),(32301,2490,'show_admin_bar_front','true'),(32302,2490,'locale',''),(32303,2490,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32304,2490,'wp_user_level','0'),(32305,2490,'default_password_nag','1'),(32306,2491,'nickname','mramirez021987'),(32307,2491,'first_name',''),(32308,2491,'last_name',''),(32309,2491,'description',''),(32310,2491,'rich_editing','true'),(32311,2491,'comment_shortcuts','false'),(32312,2491,'admin_color','fresh'),(32313,2491,'use_ssl','0'),(32314,2491,'show_admin_bar_front','true'),(32315,2491,'locale',''),(32316,2491,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32317,2491,'wp_user_level','0'),(32318,2491,'default_password_nag','1'),(32319,2492,'nickname','ejjabrown1985'),(32320,2492,'first_name',''),(32321,2492,'last_name',''),(32322,2492,'description',''),(32323,2492,'rich_editing','true'),(32324,2492,'comment_shortcuts','false'),(32325,2492,'admin_color','fresh'),(32326,2492,'use_ssl','0'),(32327,2492,'show_admin_bar_front','true'),(32328,2492,'locale',''),(32329,2492,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32330,2492,'wp_user_level','0'),(32331,2492,'default_password_nag','1'),(32332,2,'wp_nf_form_preview_tmp-1510372906','a:4:{s:2:\"id\";s:14:\"tmp-1510372906\";s:8:\"settings\";a:19:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:0;s:5:\"title\";s:36:\"Penny Challenge Campaign Application\";s:10:\"show_title\";i:1;s:14:\"clear_complete\";i:1;s:13:\"hide_complete\";i:1;s:17:\"default_label_pos\";s:5:\"above\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:0:\"\";s:10:\"add_submit\";i:1;s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:9:\"logged_in\";b:0;s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";N;s:13:\"sub_limit_msg\";s:42:\"The form has reached its submission limit.\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:12:{i:0;s:18:\"date_1510373017718\";i:1;s:23:\"firstname_1510372953112\";i:2;s:22:\"lastname_1510372957682\";i:3;s:21:\"address_1510372964835\";i:4;s:18:\"city_1510372979494\";i:5;s:23:\"liststate_1510372983034\";i:6;s:17:\"zip_1510372985251\";i:7;s:19:\"phone_1510372989836\";i:8;s:19:\"email_1510372991710\";i:9;s:62:\"reason_for_application_i_e_cancer_house_fire_etc_1510373233964\";i:10;s:47:\"describe_your_situation_in_detail_1510373281098\";i:11;s:20:\"submit_1510373409480\";}}s:6:\"fields\";a:12:{s:5:\"tmp-1\";a:1:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:2;s:4:\"type\";s:9:\"firstname\";s:5:\"label\";s:10:\"First Name\";s:3:\"key\";s:23:\"firstname_1510372953112\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}}s:5:\"tmp-2\";a:1:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:3;s:4:\"type\";s:8:\"lastname\";s:5:\"label\";s:9:\"Last Name\";s:3:\"key\";s:22:\"lastname_1510372957682\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}}s:5:\"tmp-9\";a:1:{s:8:\"settings\";a:20:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:1;s:4:\"type\";s:4:\"date\";s:5:\"label\";s:4:\"Date\";s:3:\"key\";s:18:\"date_1510373017718\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"manual_key\";b:0;s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:12:\"date_default\";s:0:\"\";s:11:\"date_format\";s:0:\"\";s:16:\"year_range_start\";s:0:\"\";s:14:\"year_range_end\";s:0:\"\";}}s:5:\"tmp-3\";a:1:{s:8:\"settings\";a:24:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:4;s:4:\"type\";s:7:\"address\";s:5:\"label\";s:7:\"Address\";s:3:\"key\";s:21:\"address_1510372964835\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";}}s:5:\"tmp-4\";a:1:{s:8:\"settings\";a:24:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:5;s:4:\"type\";s:4:\"city\";s:5:\"label\";s:4:\"City\";s:3:\"key\";s:18:\"city_1510372979494\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";}}s:5:\"tmp-5\";a:1:{s:8:\"settings\";a:15:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:6;s:4:\"type\";s:9:\"liststate\";s:5:\"label\";s:9:\"US States\";s:3:\"key\";s:23:\"liststate_1510372983034\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"options\";a:54:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Alabama\";s:5:\"value\";s:2:\"AL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Alaska\";s:5:\"value\";s:2:\"AK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:2;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Arizona\";s:5:\"value\";s:2:\"AZ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:3;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Arkansas\";s:5:\"value\";s:2:\"AR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:3;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:4;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"California\";s:5:\"value\";s:2:\"CA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:4;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:5;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Colorado\";s:5:\"value\";s:2:\"CO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:5;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:6;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:11:\"Connecticut\";s:5:\"value\";s:2:\"CT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:6;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:7;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Delaware\";s:5:\"value\";s:2:\"DE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:7;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:8;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Florida\";s:5:\"value\";s:2:\"FL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:8;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:9;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Georgia\";s:5:\"value\";s:2:\"GA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:9;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:10;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Hawaii\";s:5:\"value\";s:2:\"HI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:10;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:11;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:5:\"Idaho\";s:5:\"value\";s:2:\"ID\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:11;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:12;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Illinois\";s:5:\"value\";s:2:\"IL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:12;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:13;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Indiana\";s:5:\"value\";s:2:\"IN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:13;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:14;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:4:\"Iowa\";s:5:\"value\";s:2:\"IA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:14;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:15;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Kansas\";s:5:\"value\";s:2:\"KS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:15;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:16;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Kentucky\";s:5:\"value\";s:2:\"KY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:16;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:17;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:9:\"Louisiana\";s:5:\"value\";s:2:\"LA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:17;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:18;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:5:\"Maine\";s:5:\"value\";s:2:\"ME\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:18;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:19;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Maryland\";s:5:\"value\";s:2:\"MD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:19;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:20;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:13:\"Massachusetts\";s:5:\"value\";s:2:\"MA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:20;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:21;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Michigan\";s:5:\"value\";s:2:\"MI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:21;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:22;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:9:\"Minnesota\";s:5:\"value\";s:2:\"MN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:22;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:23;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:11:\"Mississippi\";s:5:\"value\";s:2:\"MS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:23;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:24;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Missouri\";s:5:\"value\";s:2:\"MO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:24;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:25;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Montana\";s:5:\"value\";s:2:\"MT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:25;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:26;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Nebraska\";s:5:\"value\";s:2:\"NE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:26;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:27;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Nevada\";s:5:\"value\";s:2:\"NV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:27;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:28;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:13:\"New Hampshire\";s:5:\"value\";s:2:\"NH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:28;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:29;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"New Jersey\";s:5:\"value\";s:2:\"NJ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:29;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:30;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"New Mexico\";s:5:\"value\";s:2:\"NM\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:30;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:31;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"New York\";s:5:\"value\";s:2:\"NY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:31;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:32;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:14:\"North Carolina\";s:5:\"value\";s:2:\"NC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:32;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:33;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:12:\"North Dakota\";s:5:\"value\";s:2:\"ND\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:33;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:34;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:4:\"Ohio\";s:5:\"value\";s:2:\"OH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:34;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:35;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Oklahoma\";s:5:\"value\";s:2:\"OK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:35;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:36;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:6:\"Oregon\";s:5:\"value\";s:2:\"OR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:36;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:37;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:12:\"Pennsylvania\";s:5:\"value\";s:2:\"PA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:37;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:38;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:12:\"Rhode Island\";s:5:\"value\";s:2:\"RI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:38;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:39;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:14:\"South Carolina\";s:5:\"value\";s:2:\"SC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:39;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:40;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:12:\"South Dakota\";s:5:\"value\";s:2:\"SD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:40;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:41;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:9:\"Tennessee\";s:5:\"value\";s:2:\"TN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:41;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:42;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:5:\"Texas\";s:5:\"value\";s:2:\"TX\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:42;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:43;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:4:\"Utah\";s:5:\"value\";s:2:\"UT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:43;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:44;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Vermont\";s:5:\"value\";s:2:\"VT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:44;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:45;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:8:\"Virginia\";s:5:\"value\";s:2:\"VA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:45;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:46;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:10:\"Washington\";s:5:\"value\";s:2:\"WA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:46;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:47;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:13:\"West Virginia\";s:5:\"value\";s:2:\"WV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:47;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:48;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:9:\"Wisconsin\";s:5:\"value\";s:2:\"WI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:48;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:49;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:7:\"Wyoming\";s:5:\"value\";s:2:\"WY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:49;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:50;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:13:\"Washington DC\";s:5:\"value\";s:2:\"DC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:50;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:51;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:48:\"ARMED FORCES AFRICA CANADA EUROPE MIDDLE EAST\";s:5:\"value\";s:2:\"AE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:51;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:52;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:36:\"ARMED FORCES AMERICA (EXCEPT CANADA)\";s:5:\"value\";s:2:\"AA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:52;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:53;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:20:\"ARMED FORCES PACIFIC\";s:5:\"value\";s:2:\"AP\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:53;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}}s:5:\"tmp-6\";a:1:{s:8:\"settings\";a:24:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:7;s:4:\"type\";s:3:\"zip\";s:5:\"label\";s:3:\"Zip\";s:3:\"key\";s:17:\"zip_1510372985251\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";}}s:5:\"tmp-7\";a:1:{s:8:\"settings\";a:24:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:8;s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:5:\"Phone\";s:3:\"key\";s:19:\"phone_1510372989836\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";}}s:5:\"tmp-8\";a:1:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:9;s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:19:\"email_1510372991710\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";}}s:6:\"tmp-10\";a:1:{s:8:\"settings\";a:24:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:999;s:4:\"type\";s:7:\"textbox\";s:5:\"label\";s:52:\"Reason for application (i.e. cancer, house fire etc)\";s:3:\"key\";s:62:\"reason_for_application_i_e_cancer_house_fire_etc_1510373233964\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";}}s:6:\"tmp-11\";a:1:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:999;s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:34:\"Describe your situation in detail.\";s:3:\"key\";s:47:\"describe_your_situation_in_detail_1510373281098\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}}s:6:\"tmp-12\";a:1:{s:8:\"settings\";a:10:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:9999;s:4:\"type\";s:6:\"submit\";s:5:\"label\";s:6:\"Submit\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:20:\"submit_1510373409480\";}}}s:7:\"actions\";a:3:{s:5:\"tmp-1\";a:1:{s:8:\"settings\";a:25:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"label\";s:15:\"Success Message\";s:4:\"type\";s:14:\"successmessage\";s:7:\"message\";s:42:\"Your form has been successfully submitted.\";s:5:\"order\";i:1;s:6:\"active\";b:1;s:16:\"payment_gateways\";s:0:\"\";s:18:\"payment_total_type\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:42:\"Your form has been successfully submitted.\";}}s:5:\"tmp-2\";a:1:{s:8:\"settings\";a:22:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"label\";s:11:\"Admin Email\";s:4:\"type\";s:5:\"email\";s:5:\"order\";i:2;s:6:\"active\";b:1;s:16:\"payment_gateways\";s:0:\"\";s:18:\"payment_total_type\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";}}s:5:\"tmp-3\";a:1:{s:8:\"settings\";a:23:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"label\";s:16:\"Store Submission\";s:4:\"type\";s:4:\"save\";s:5:\"order\";i:3;s:6:\"active\";b:1;s:16:\"payment_gateways\";s:0:\"\";s:18:\"payment_total_type\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";}}}}'),(32334,2493,'nickname','jko721973'),(32335,2493,'first_name',''),(32336,2493,'last_name',''),(32337,2493,'description',''),(32338,2493,'rich_editing','true'),(32339,2493,'comment_shortcuts','false'),(32340,2493,'admin_color','fresh'),(32341,2493,'use_ssl','0'),(32342,2493,'show_admin_bar_front','true'),(32343,2493,'locale',''),(32344,2493,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32345,2493,'wp_user_level','0'),(32346,2493,'default_password_nag','1'),(32354,2494,'nickname','trickeyflame1963'),(32355,2494,'first_name',''),(32356,2494,'last_name',''),(32357,2494,'description',''),(32358,2494,'rich_editing','true'),(32359,2494,'comment_shortcuts','false'),(32360,2494,'admin_color','fresh'),(32361,2494,'use_ssl','0'),(32362,2494,'show_admin_bar_front','true'),(32363,2494,'locale',''),(32364,2494,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32365,2494,'wp_user_level','0'),(32366,2494,'default_password_nag','1'),(32367,2495,'nickname','pnm521986'),(32368,2495,'first_name',''),(32369,2495,'last_name',''),(32370,2495,'description',''),(32371,2495,'rich_editing','true'),(32372,2495,'comment_shortcuts','false'),(32373,2495,'admin_color','fresh'),(32374,2495,'use_ssl','0'),(32375,2495,'show_admin_bar_front','true'),(32376,2495,'locale',''),(32377,2495,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32378,2495,'wp_user_level','0'),(32379,2495,'default_password_nag','1'),(32380,2496,'nickname','bryce392008'),(32381,2496,'first_name',''),(32382,2496,'last_name',''),(32383,2496,'description',''),(32384,2496,'rich_editing','true'),(32385,2496,'comment_shortcuts','false'),(32386,2496,'admin_color','fresh'),(32387,2496,'use_ssl','0'),(32388,2496,'show_admin_bar_front','true'),(32389,2496,'locale',''),(32390,2496,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32391,2496,'wp_user_level','0'),(32392,2496,'default_password_nag','1'),(32393,2497,'nickname','hebarksdale1995'),(32394,2497,'first_name',''),(32395,2497,'last_name',''),(32396,2497,'description',''),(32397,2497,'rich_editing','true'),(32398,2497,'comment_shortcuts','false'),(32399,2497,'admin_color','fresh'),(32400,2497,'use_ssl','0'),(32401,2497,'show_admin_bar_front','true'),(32402,2497,'locale',''),(32403,2497,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32404,2497,'wp_user_level','0'),(32405,2497,'default_password_nag','1'),(32406,2498,'nickname','j_rand22511972'),(32407,2498,'first_name',''),(32408,2498,'last_name',''),(32409,2498,'description',''),(32410,2498,'rich_editing','true'),(32411,2498,'comment_shortcuts','false'),(32412,2498,'admin_color','fresh'),(32413,2498,'use_ssl','0'),(32414,2498,'show_admin_bar_front','true'),(32415,2498,'locale',''),(32416,2498,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32417,2498,'wp_user_level','0'),(32418,2498,'default_password_nag','1'),(32419,2499,'nickname','edk2221986'),(32420,2499,'first_name',''),(32421,2499,'last_name',''),(32422,2499,'description',''),(32423,2499,'rich_editing','true'),(32424,2499,'comment_shortcuts','false'),(32425,2499,'admin_color','fresh'),(32426,2499,'use_ssl','0'),(32427,2499,'show_admin_bar_front','true'),(32428,2499,'locale',''),(32429,2499,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32430,2499,'wp_user_level','0'),(32431,2499,'default_password_nag','1'),(32432,2500,'nickname','kaflanagan_20001956'),(32433,2500,'first_name',''),(32434,2500,'last_name',''),(32435,2500,'description',''),(32436,2500,'rich_editing','true'),(32437,2500,'comment_shortcuts','false'),(32438,2500,'admin_color','fresh'),(32439,2500,'use_ssl','0'),(32440,2500,'show_admin_bar_front','true'),(32441,2500,'locale',''),(32442,2500,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32443,2500,'wp_user_level','0'),(32444,2500,'default_password_nag','1'),(32445,2501,'nickname','amacp91995'),(32446,2501,'first_name',''),(32447,2501,'last_name',''),(32448,2501,'description',''),(32449,2501,'rich_editing','true'),(32450,2501,'comment_shortcuts','false'),(32451,2501,'admin_color','fresh'),(32452,2501,'use_ssl','0'),(32453,2501,'show_admin_bar_front','true'),(32454,2501,'locale',''),(32455,2501,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32456,2501,'wp_user_level','0'),(32457,2501,'default_password_nag','1'),(32458,2502,'nickname','mariann_usa1979'),(32459,2502,'first_name',''),(32460,2502,'last_name',''),(32461,2502,'description',''),(32462,2502,'rich_editing','true'),(32463,2502,'comment_shortcuts','false'),(32464,2502,'admin_color','fresh'),(32465,2502,'use_ssl','0'),(32466,2502,'show_admin_bar_front','true'),(32467,2502,'locale',''),(32468,2502,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32469,2502,'wp_user_level','0'),(32470,2502,'default_password_nag','1'),(32473,2503,'nickname','aofiveone1968'),(32474,2503,'first_name',''),(32475,2503,'last_name',''),(32476,2503,'description',''),(32477,2503,'rich_editing','true'),(32478,2503,'comment_shortcuts','false'),(32479,2503,'admin_color','fresh'),(32480,2503,'use_ssl','0'),(32481,2503,'show_admin_bar_front','true'),(32482,2503,'locale',''),(32483,2503,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32484,2503,'wp_user_level','0'),(32485,2503,'default_password_nag','1'),(32486,2504,'nickname','xlin381990'),(32487,2504,'first_name',''),(32488,2504,'last_name',''),(32489,2504,'description',''),(32490,2504,'rich_editing','true'),(32491,2504,'comment_shortcuts','false'),(32492,2504,'admin_color','fresh'),(32493,2504,'use_ssl','0'),(32494,2504,'show_admin_bar_front','true'),(32495,2504,'locale',''),(32496,2504,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32497,2504,'wp_user_level','0'),(32498,2504,'default_password_nag','1'),(32499,2505,'nickname','robinhayes211951'),(32500,2505,'first_name',''),(32501,2505,'last_name',''),(32502,2505,'description',''),(32503,2505,'rich_editing','true'),(32504,2505,'comment_shortcuts','false'),(32505,2505,'admin_color','fresh'),(32506,2505,'use_ssl','0'),(32507,2505,'show_admin_bar_front','true'),(32508,2505,'locale',''),(32509,2505,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32510,2505,'wp_user_level','0'),(32511,2505,'default_password_nag','1'),(32512,2506,'nickname','debra.guthrie1992'),(32513,2506,'first_name',''),(32514,2506,'last_name',''),(32515,2506,'description',''),(32516,2506,'rich_editing','true'),(32517,2506,'comment_shortcuts','false'),(32518,2506,'admin_color','fresh'),(32519,2506,'use_ssl','0'),(32520,2506,'show_admin_bar_front','true'),(32521,2506,'locale',''),(32522,2506,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32523,2506,'wp_user_level','0'),(32524,2506,'default_password_nag','1'),(32525,2507,'nickname','soy-lo-que-soy-1950'),(32526,2507,'first_name',''),(32527,2507,'last_name',''),(32528,2507,'description',''),(32529,2507,'rich_editing','true'),(32530,2507,'comment_shortcuts','false'),(32531,2507,'admin_color','fresh'),(32532,2507,'use_ssl','0'),(32533,2507,'show_admin_bar_front','true'),(32534,2507,'locale',''),(32535,2507,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32536,2507,'wp_user_level','0'),(32537,2507,'default_password_nag','1'),(32538,2508,'nickname','robynelowe1973'),(32539,2508,'first_name',''),(32540,2508,'last_name',''),(32541,2508,'description',''),(32542,2508,'rich_editing','true'),(32543,2508,'comment_shortcuts','false'),(32544,2508,'admin_color','fresh'),(32545,2508,'use_ssl','0'),(32546,2508,'show_admin_bar_front','true'),(32547,2508,'locale',''),(32548,2508,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32549,2508,'wp_user_level','0'),(32550,2508,'default_password_nag','1'),(32551,2509,'nickname','bomberojt1953'),(32552,2509,'first_name',''),(32553,2509,'last_name',''),(32554,2509,'description',''),(32555,2509,'rich_editing','true'),(32556,2509,'comment_shortcuts','false'),(32557,2509,'admin_color','fresh'),(32558,2509,'use_ssl','0'),(32559,2509,'show_admin_bar_front','true'),(32560,2509,'locale',''),(32561,2509,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32562,2509,'wp_user_level','0'),(32563,2509,'default_password_nag','1'),(32564,2510,'nickname','randysibel1987'),(32565,2510,'first_name',''),(32566,2510,'last_name',''),(32567,2510,'description',''),(32568,2510,'rich_editing','true'),(32569,2510,'comment_shortcuts','false'),(32570,2510,'admin_color','fresh'),(32571,2510,'use_ssl','0'),(32572,2510,'show_admin_bar_front','true'),(32573,2510,'locale',''),(32574,2510,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32575,2510,'wp_user_level','0'),(32576,2510,'default_password_nag','1'),(32577,2511,'nickname','calliemay271970'),(32578,2511,'first_name',''),(32579,2511,'last_name',''),(32580,2511,'description',''),(32581,2511,'rich_editing','true'),(32582,2511,'comment_shortcuts','false'),(32583,2511,'admin_color','fresh'),(32584,2511,'use_ssl','0'),(32585,2511,'show_admin_bar_front','true'),(32586,2511,'locale',''),(32587,2511,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32588,2511,'wp_user_level','0'),(32589,2511,'default_password_nag','1'),(32590,2512,'nickname','crutch20011959'),(32591,2512,'first_name',''),(32592,2512,'last_name',''),(32593,2512,'description',''),(32594,2512,'rich_editing','true'),(32595,2512,'comment_shortcuts','false'),(32596,2512,'admin_color','fresh'),(32597,2512,'use_ssl','0'),(32598,2512,'show_admin_bar_front','true'),(32599,2512,'locale',''),(32600,2512,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32601,2512,'wp_user_level','0'),(32602,2512,'default_password_nag','1'),(32603,2513,'nickname','davidjr1987'),(32604,2513,'first_name',''),(32605,2513,'last_name',''),(32606,2513,'description',''),(32607,2513,'rich_editing','true'),(32608,2513,'comment_shortcuts','false'),(32609,2513,'admin_color','fresh'),(32610,2513,'use_ssl','0'),(32611,2513,'show_admin_bar_front','true'),(32612,2513,'locale',''),(32613,2513,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32614,2513,'wp_user_level','0'),(32615,2513,'default_password_nag','1'),(32616,2514,'nickname','plunkettrobert1967'),(32617,2514,'first_name',''),(32618,2514,'last_name',''),(32619,2514,'description',''),(32620,2514,'rich_editing','true'),(32621,2514,'comment_shortcuts','false'),(32622,2514,'admin_color','fresh'),(32623,2514,'use_ssl','0'),(32624,2514,'show_admin_bar_front','true'),(32625,2514,'locale',''),(32626,2514,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32627,2514,'wp_user_level','0'),(32628,2514,'default_password_nag','1'),(32629,2515,'nickname','lyndi.grossman1954'),(32630,2515,'first_name',''),(32631,2515,'last_name',''),(32632,2515,'description',''),(32633,2515,'rich_editing','true'),(32634,2515,'comment_shortcuts','false'),(32635,2515,'admin_color','fresh'),(32636,2515,'use_ssl','0'),(32637,2515,'show_admin_bar_front','true'),(32638,2515,'locale',''),(32639,2515,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32640,2515,'wp_user_level','0'),(32641,2515,'default_password_nag','1'),(32642,2516,'nickname','mark828901969'),(32643,2516,'first_name',''),(32644,2516,'last_name',''),(32645,2516,'description',''),(32646,2516,'rich_editing','true'),(32647,2516,'comment_shortcuts','false'),(32648,2516,'admin_color','fresh'),(32649,2516,'use_ssl','0'),(32650,2516,'show_admin_bar_front','true'),(32651,2516,'locale',''),(32652,2516,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32653,2516,'wp_user_level','0'),(32654,2516,'default_password_nag','1'),(32655,2517,'nickname','aneekabarmi1966'),(32656,2517,'first_name',''),(32657,2517,'last_name',''),(32658,2517,'description',''),(32659,2517,'rich_editing','true'),(32660,2517,'comment_shortcuts','false'),(32661,2517,'admin_color','fresh'),(32662,2517,'use_ssl','0'),(32663,2517,'show_admin_bar_front','true'),(32664,2517,'locale',''),(32665,2517,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32666,2517,'wp_user_level','0'),(32667,2517,'default_password_nag','1'),(32668,2518,'nickname','bigmack10281975'),(32669,2518,'first_name',''),(32670,2518,'last_name',''),(32671,2518,'description',''),(32672,2518,'rich_editing','true'),(32673,2518,'comment_shortcuts','false'),(32674,2518,'admin_color','fresh'),(32675,2518,'use_ssl','0'),(32676,2518,'show_admin_bar_front','true'),(32677,2518,'locale',''),(32678,2518,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32679,2518,'wp_user_level','0'),(32680,2518,'default_password_nag','1'),(32681,2519,'nickname','hahn.joshua1976'),(32682,2519,'first_name',''),(32683,2519,'last_name',''),(32684,2519,'description',''),(32685,2519,'rich_editing','true'),(32686,2519,'comment_shortcuts','false'),(32687,2519,'admin_color','fresh'),(32688,2519,'use_ssl','0'),(32689,2519,'show_admin_bar_front','true'),(32690,2519,'locale',''),(32691,2519,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32692,2519,'wp_user_level','0'),(32693,2519,'default_password_nag','1'),(32694,2520,'nickname','dcj89132010'),(32695,2520,'first_name',''),(32696,2520,'last_name',''),(32697,2520,'description',''),(32698,2520,'rich_editing','true'),(32699,2520,'comment_shortcuts','false'),(32700,2520,'admin_color','fresh'),(32701,2520,'use_ssl','0'),(32702,2520,'show_admin_bar_front','true'),(32703,2520,'locale',''),(32704,2520,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32705,2520,'wp_user_level','0'),(32706,2520,'default_password_nag','1'),(32707,2521,'nickname','futureicon1964'),(32708,2521,'first_name',''),(32709,2521,'last_name',''),(32710,2521,'description',''),(32711,2521,'rich_editing','true'),(32712,2521,'comment_shortcuts','false'),(32713,2521,'admin_color','fresh'),(32714,2521,'use_ssl','0'),(32715,2521,'show_admin_bar_front','true'),(32716,2521,'locale',''),(32717,2521,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32718,2521,'wp_user_level','0'),(32719,2521,'default_password_nag','1'),(32720,2522,'nickname','slm_4281999'),(32721,2522,'first_name',''),(32722,2522,'last_name',''),(32723,2522,'description',''),(32724,2522,'rich_editing','true'),(32725,2522,'comment_shortcuts','false'),(32726,2522,'admin_color','fresh'),(32727,2522,'use_ssl','0'),(32728,2522,'show_admin_bar_front','true'),(32729,2522,'locale',''),(32730,2522,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32731,2522,'wp_user_level','0'),(32732,2522,'default_password_nag','1'),(32733,2523,'nickname','rmcloughlin2008'),(32734,2523,'first_name',''),(32735,2523,'last_name',''),(32736,2523,'description',''),(32737,2523,'rich_editing','true'),(32738,2523,'comment_shortcuts','false'),(32739,2523,'admin_color','fresh'),(32740,2523,'use_ssl','0'),(32741,2523,'show_admin_bar_front','true'),(32742,2523,'locale',''),(32743,2523,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32744,2523,'wp_user_level','0'),(32745,2523,'default_password_nag','1'),(32746,2524,'nickname','shelbybucket1963'),(32747,2524,'first_name',''),(32748,2524,'last_name',''),(32749,2524,'description',''),(32750,2524,'rich_editing','true'),(32751,2524,'comment_shortcuts','false'),(32752,2524,'admin_color','fresh'),(32753,2524,'use_ssl','0'),(32754,2524,'show_admin_bar_front','true'),(32755,2524,'locale',''),(32756,2524,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32757,2524,'wp_user_level','0'),(32758,2524,'default_password_nag','1'),(32759,2525,'nickname','tabithamcintosh1977'),(32760,2525,'first_name',''),(32761,2525,'last_name',''),(32762,2525,'description',''),(32763,2525,'rich_editing','true'),(32764,2525,'comment_shortcuts','false'),(32765,2525,'admin_color','fresh'),(32766,2525,'use_ssl','0'),(32767,2525,'show_admin_bar_front','true'),(32768,2525,'locale',''),(32769,2525,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32770,2525,'wp_user_level','0'),(32771,2525,'default_password_nag','1'),(32772,2526,'nickname','tokayerharold1988'),(32773,2526,'first_name',''),(32774,2526,'last_name',''),(32775,2526,'description',''),(32776,2526,'rich_editing','true'),(32777,2526,'comment_shortcuts','false'),(32778,2526,'admin_color','fresh'),(32779,2526,'use_ssl','0'),(32780,2526,'show_admin_bar_front','true'),(32781,2526,'locale',''),(32782,2526,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32783,2526,'wp_user_level','0'),(32784,2526,'default_password_nag','1'),(32785,2527,'nickname','stacia1954'),(32786,2527,'first_name',''),(32787,2527,'last_name',''),(32788,2527,'description',''),(32789,2527,'rich_editing','true'),(32790,2527,'comment_shortcuts','false'),(32791,2527,'admin_color','fresh'),(32792,2527,'use_ssl','0'),(32793,2527,'show_admin_bar_front','true'),(32794,2527,'locale',''),(32795,2527,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32796,2527,'wp_user_level','0'),(32797,2527,'default_password_nag','1'),(32798,2528,'nickname','carolinainn1962'),(32799,2528,'first_name',''),(32800,2528,'last_name',''),(32801,2528,'description',''),(32802,2528,'rich_editing','true'),(32803,2528,'comment_shortcuts','false'),(32804,2528,'admin_color','fresh'),(32805,2528,'use_ssl','0'),(32806,2529,'nickname','kylechase221970'),(32807,2528,'show_admin_bar_front','true'),(32808,2529,'first_name',''),(32809,2528,'locale',''),(32810,2529,'last_name',''),(32811,2529,'description',''),(32812,2528,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32813,2529,'rich_editing','true'),(32814,2528,'wp_user_level','0'),(32815,2529,'comment_shortcuts','false'),(32816,2529,'admin_color','fresh'),(32817,2529,'use_ssl','0'),(32818,2529,'show_admin_bar_front','true'),(32819,2529,'locale',''),(32820,2529,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32821,2529,'wp_user_level','0'),(32822,2528,'default_password_nag','1'),(32823,2529,'default_password_nag','1'),(32824,2530,'nickname','mark1967'),(32825,2530,'first_name',''),(32826,2530,'last_name',''),(32827,2530,'description',''),(32828,2530,'rich_editing','true'),(32829,2530,'comment_shortcuts','false'),(32830,2530,'admin_color','fresh'),(32831,2530,'use_ssl','0'),(32832,2530,'show_admin_bar_front','true'),(32833,2530,'locale',''),(32834,2530,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32835,2530,'wp_user_level','0'),(32836,2530,'default_password_nag','1'),(32837,2531,'nickname','an_deore1986'),(32838,2531,'first_name',''),(32839,2531,'last_name',''),(32840,2531,'description',''),(32841,2531,'rich_editing','true'),(32842,2531,'comment_shortcuts','false'),(32843,2531,'admin_color','fresh'),(32844,2531,'use_ssl','0'),(32845,2531,'show_admin_bar_front','true'),(32846,2531,'locale',''),(32847,2531,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32848,2531,'wp_user_level','0'),(32849,2531,'default_password_nag','1'),(32850,2532,'nickname','brlasalle1976'),(32851,2532,'first_name',''),(32852,2532,'last_name',''),(32853,2532,'description',''),(32854,2532,'rich_editing','true'),(32855,2532,'comment_shortcuts','false'),(32856,2532,'admin_color','fresh'),(32857,2532,'use_ssl','0'),(32858,2532,'show_admin_bar_front','true'),(32859,2532,'locale',''),(32860,2532,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32861,2532,'wp_user_level','0'),(32862,2532,'default_password_nag','1'),(32863,2533,'nickname','keithand1992'),(32864,2533,'first_name',''),(32865,2533,'last_name',''),(32866,2533,'description',''),(32867,2533,'rich_editing','true'),(32868,2533,'comment_shortcuts','false'),(32869,2533,'admin_color','fresh'),(32870,2533,'use_ssl','0'),(32871,2533,'show_admin_bar_front','true'),(32872,2533,'locale',''),(32873,2533,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32874,2533,'wp_user_level','0'),(32875,2533,'default_password_nag','1'),(32876,2534,'nickname','joannie.poirier121994'),(32877,2534,'first_name',''),(32878,2534,'last_name',''),(32879,2534,'description',''),(32880,2534,'rich_editing','true'),(32881,2534,'comment_shortcuts','false'),(32882,2534,'admin_color','fresh'),(32883,2534,'use_ssl','0'),(32884,2534,'show_admin_bar_front','true'),(32885,2534,'locale',''),(32886,2534,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32887,2534,'wp_user_level','0'),(32888,2534,'default_password_nag','1'),(32889,2535,'nickname','azzura4u1967'),(32890,2535,'first_name',''),(32891,2535,'last_name',''),(32892,2535,'description',''),(32893,2535,'rich_editing','true'),(32894,2535,'comment_shortcuts','false'),(32895,2535,'admin_color','fresh'),(32896,2535,'use_ssl','0'),(32897,2535,'show_admin_bar_front','true'),(32898,2535,'locale',''),(32899,2535,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32900,2535,'wp_user_level','0'),(32901,2535,'default_password_nag','1'),(32902,2536,'nickname','talula22bay1972'),(32903,2536,'first_name',''),(32904,2536,'last_name',''),(32905,2536,'description',''),(32906,2536,'rich_editing','true'),(32907,2536,'comment_shortcuts','false'),(32908,2536,'admin_color','fresh'),(32909,2536,'use_ssl','0'),(32910,2536,'show_admin_bar_front','true'),(32911,2536,'locale',''),(32912,2536,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32913,2536,'wp_user_level','0'),(32914,2536,'default_password_nag','1'),(32915,2537,'nickname','ajjaynes1988'),(32916,2537,'first_name',''),(32917,2537,'last_name',''),(32918,2537,'description',''),(32919,2537,'rich_editing','true'),(32920,2537,'comment_shortcuts','false'),(32921,2537,'admin_color','fresh'),(32922,2537,'use_ssl','0'),(32923,2537,'show_admin_bar_front','true'),(32924,2537,'locale',''),(32925,2537,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32926,2537,'wp_user_level','0'),(32927,2537,'default_password_nag','1'),(32928,2538,'nickname','jonathanbaughdo1954'),(32929,2538,'first_name',''),(32930,2538,'last_name',''),(32931,2538,'description',''),(32932,2538,'rich_editing','true'),(32933,2538,'comment_shortcuts','false'),(32934,2538,'admin_color','fresh'),(32935,2538,'use_ssl','0'),(32936,2538,'show_admin_bar_front','true'),(32937,2538,'locale',''),(32938,2538,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32939,2538,'wp_user_level','0'),(32940,2538,'default_password_nag','1'),(32941,2539,'nickname','mhbaeumel1954'),(32942,2539,'first_name',''),(32943,2539,'last_name',''),(32944,2539,'description',''),(32945,2539,'rich_editing','true'),(32946,2539,'comment_shortcuts','false'),(32947,2539,'admin_color','fresh'),(32948,2539,'use_ssl','0'),(32949,2539,'show_admin_bar_front','true'),(32950,2539,'locale',''),(32951,2539,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32952,2539,'wp_user_level','0'),(32953,2539,'default_password_nag','1'),(32954,2540,'nickname','klyndacollins2003'),(32955,2540,'first_name',''),(32956,2540,'last_name',''),(32957,2540,'description',''),(32958,2540,'rich_editing','true'),(32959,2540,'comment_shortcuts','false'),(32960,2540,'admin_color','fresh'),(32961,2540,'use_ssl','0'),(32962,2540,'show_admin_bar_front','true'),(32963,2540,'locale',''),(32964,2540,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32965,2540,'wp_user_level','0'),(32966,2540,'default_password_nag','1'),(32967,2541,'nickname','smitty44261971'),(32968,2541,'first_name',''),(32969,2541,'last_name',''),(32970,2541,'description',''),(32971,2541,'rich_editing','true'),(32972,2541,'comment_shortcuts','false'),(32973,2541,'admin_color','fresh'),(32974,2541,'use_ssl','0'),(32975,2541,'show_admin_bar_front','true'),(32976,2541,'locale',''),(32977,2541,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32978,2541,'wp_user_level','0'),(32979,2541,'default_password_nag','1'),(32980,2542,'nickname','afed07082004'),(32981,2542,'first_name',''),(32982,2542,'last_name',''),(32983,2542,'description',''),(32984,2542,'rich_editing','true'),(32985,2542,'comment_shortcuts','false'),(32986,2542,'admin_color','fresh'),(32987,2542,'use_ssl','0'),(32988,2542,'show_admin_bar_front','true'),(32989,2542,'locale',''),(32990,2542,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(32991,2542,'wp_user_level','0'),(32992,2542,'default_password_nag','1'),(32993,2543,'nickname','christine1961'),(32994,2543,'first_name',''),(32995,2543,'last_name',''),(32996,2543,'description',''),(32997,2543,'rich_editing','true'),(32998,2543,'comment_shortcuts','false'),(32999,2543,'admin_color','fresh'),(33000,2543,'use_ssl','0'),(33001,2543,'show_admin_bar_front','true'),(33002,2543,'locale',''),(33003,2543,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33004,2543,'wp_user_level','0'),(33005,2543,'default_password_nag','1'),(33006,2544,'nickname','guelar721994'),(33007,2544,'first_name',''),(33008,2544,'last_name',''),(33009,2544,'description',''),(33010,2544,'rich_editing','true'),(33011,2544,'comment_shortcuts','false'),(33012,2544,'admin_color','fresh'),(33013,2544,'use_ssl','0'),(33014,2544,'show_admin_bar_front','true'),(33015,2544,'locale',''),(33016,2544,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33017,2544,'wp_user_level','0'),(33018,2544,'default_password_nag','1'),(33019,2545,'nickname','wordene11961'),(33020,2545,'first_name',''),(33021,2545,'last_name',''),(33022,2545,'description',''),(33023,2545,'rich_editing','true'),(33024,2545,'comment_shortcuts','false'),(33025,2545,'admin_color','fresh'),(33026,2545,'use_ssl','0'),(33027,2545,'show_admin_bar_front','true'),(33028,2545,'locale',''),(33029,2545,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33030,2545,'wp_user_level','0'),(33031,2545,'default_password_nag','1'),(33032,2546,'nickname','myfirstchoicedaycare1975'),(33033,2546,'first_name',''),(33034,2546,'last_name',''),(33035,2546,'description',''),(33036,2546,'rich_editing','true'),(33037,2546,'comment_shortcuts','false'),(33038,2546,'admin_color','fresh'),(33039,2546,'use_ssl','0'),(33040,2546,'show_admin_bar_front','true'),(33041,2546,'locale',''),(33042,2546,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33043,2546,'wp_user_level','0'),(33044,2546,'default_password_nag','1'),(33045,2547,'nickname','melissacuillard1974'),(33046,2547,'first_name',''),(33047,2547,'last_name',''),(33048,2547,'description',''),(33049,2547,'rich_editing','true'),(33050,2547,'comment_shortcuts','false'),(33051,2547,'admin_color','fresh'),(33052,2547,'use_ssl','0'),(33053,2547,'show_admin_bar_front','true'),(33054,2547,'locale',''),(33055,2547,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33056,2547,'wp_user_level','0'),(33057,2547,'default_password_nag','1'),(33058,2548,'nickname','bburlew1972'),(33059,2548,'first_name',''),(33060,2548,'last_name',''),(33061,2548,'description',''),(33062,2548,'rich_editing','true'),(33063,2548,'comment_shortcuts','false'),(33064,2548,'admin_color','fresh'),(33065,2548,'use_ssl','0'),(33066,2548,'show_admin_bar_front','true'),(33067,2548,'locale',''),(33068,2548,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33069,2548,'wp_user_level','0'),(33070,2548,'default_password_nag','1'),(33071,2549,'nickname','madeinms1965'),(33072,2549,'first_name',''),(33073,2549,'last_name',''),(33074,2549,'description',''),(33075,2549,'rich_editing','true'),(33076,2549,'comment_shortcuts','false'),(33077,2549,'admin_color','fresh'),(33078,2549,'use_ssl','0'),(33079,2549,'show_admin_bar_front','true'),(33080,2549,'locale',''),(33081,2549,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33082,2549,'wp_user_level','0'),(33083,2549,'default_password_nag','1'),(33084,2550,'nickname','achenucr1998'),(33085,2550,'first_name',''),(33086,2550,'last_name',''),(33087,2550,'description',''),(33088,2550,'rich_editing','true'),(33089,2550,'comment_shortcuts','false'),(33090,2550,'admin_color','fresh'),(33091,2550,'use_ssl','0'),(33092,2550,'show_admin_bar_front','true'),(33093,2550,'locale',''),(33094,2550,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33095,2550,'wp_user_level','0'),(33096,2550,'default_password_nag','1'),(33097,2551,'nickname','john.sunghoon1991'),(33098,2551,'first_name',''),(33099,2551,'last_name',''),(33100,2551,'description',''),(33101,2551,'rich_editing','true'),(33102,2551,'comment_shortcuts','false'),(33103,2551,'admin_color','fresh'),(33104,2551,'use_ssl','0'),(33105,2551,'show_admin_bar_front','true'),(33106,2551,'locale',''),(33107,2551,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33108,2551,'wp_user_level','0'),(33109,2551,'default_password_nag','1'),(33110,2552,'nickname','kevin1962'),(33111,2552,'first_name',''),(33112,2552,'last_name',''),(33113,2552,'description',''),(33114,2552,'rich_editing','true'),(33115,2552,'comment_shortcuts','false'),(33116,2552,'admin_color','fresh'),(33117,2552,'use_ssl','0'),(33118,2552,'show_admin_bar_front','true'),(33119,2552,'locale',''),(33120,2552,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33121,2552,'wp_user_level','0'),(33122,2552,'default_password_nag','1'),(33123,2553,'nickname','restroh1950'),(33124,2553,'first_name',''),(33125,2553,'last_name',''),(33126,2553,'description',''),(33127,2553,'rich_editing','true'),(33128,2553,'comment_shortcuts','false'),(33129,2553,'admin_color','fresh'),(33130,2553,'use_ssl','0'),(33131,2553,'show_admin_bar_front','true'),(33132,2553,'locale',''),(33133,2553,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33134,2553,'wp_user_level','0'),(33135,2553,'default_password_nag','1'),(33136,2554,'nickname','margaretstrother1965'),(33137,2554,'first_name',''),(33138,2554,'last_name',''),(33139,2554,'description',''),(33140,2554,'rich_editing','true'),(33141,2554,'comment_shortcuts','false'),(33142,2554,'admin_color','fresh'),(33143,2554,'use_ssl','0'),(33144,2554,'show_admin_bar_front','true'),(33145,2554,'locale',''),(33146,2554,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33147,2554,'wp_user_level','0'),(33148,2554,'default_password_nag','1'),(33149,2555,'nickname','mistykahn2004'),(33150,2555,'first_name',''),(33151,2555,'last_name',''),(33152,2555,'description',''),(33153,2555,'rich_editing','true'),(33154,2555,'comment_shortcuts','false'),(33155,2555,'admin_color','fresh'),(33156,2555,'use_ssl','0'),(33157,2555,'show_admin_bar_front','true'),(33158,2555,'locale',''),(33159,2555,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33160,2555,'wp_user_level','0'),(33161,2555,'default_password_nag','1'),(33162,2556,'nickname','larry.kosanovich1977'),(33163,2556,'first_name',''),(33164,2556,'last_name',''),(33165,2556,'description',''),(33166,2556,'rich_editing','true'),(33167,2556,'comment_shortcuts','false'),(33168,2556,'admin_color','fresh'),(33169,2556,'use_ssl','0'),(33170,2556,'show_admin_bar_front','true'),(33171,2556,'locale',''),(33172,2556,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33173,2556,'wp_user_level','0'),(33174,2556,'default_password_nag','1'),(33175,2557,'nickname','wtbane1990'),(33176,2557,'first_name',''),(33177,2557,'last_name',''),(33178,2557,'description',''),(33179,2557,'rich_editing','true'),(33180,2557,'comment_shortcuts','false'),(33181,2557,'admin_color','fresh'),(33182,2557,'use_ssl','0'),(33183,2557,'show_admin_bar_front','true'),(33184,2557,'locale',''),(33185,2557,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33186,2557,'wp_user_level','0'),(33187,2557,'default_password_nag','1'),(33188,2558,'nickname','shellbergh1995'),(33189,2558,'first_name',''),(33190,2558,'last_name',''),(33191,2558,'description',''),(33192,2558,'rich_editing','true'),(33193,2558,'comment_shortcuts','false'),(33194,2558,'admin_color','fresh'),(33195,2558,'use_ssl','0'),(33196,2558,'show_admin_bar_front','true'),(33197,2558,'locale',''),(33198,2558,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33199,2558,'wp_user_level','0'),(33200,2558,'default_password_nag','1'),(33201,2559,'nickname','mikec251988'),(33202,2559,'first_name',''),(33203,2559,'last_name',''),(33204,2559,'description',''),(33205,2559,'rich_editing','true'),(33206,2559,'comment_shortcuts','false'),(33207,2559,'admin_color','fresh'),(33208,2559,'use_ssl','0'),(33209,2559,'show_admin_bar_front','true'),(33210,2559,'locale',''),(33211,2559,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33212,2559,'wp_user_level','0'),(33213,2559,'default_password_nag','1'),(33214,2560,'nickname','dgrange1951'),(33215,2560,'first_name',''),(33216,2560,'last_name',''),(33217,2560,'description',''),(33218,2560,'rich_editing','true'),(33219,2560,'comment_shortcuts','false'),(33220,2560,'admin_color','fresh'),(33221,2560,'use_ssl','0'),(33222,2560,'show_admin_bar_front','true'),(33223,2560,'locale',''),(33224,2560,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33225,2560,'wp_user_level','0'),(33226,2560,'default_password_nag','1'),(33227,2561,'nickname','steve_brice_0611981955'),(33228,2561,'first_name',''),(33229,2561,'last_name',''),(33230,2561,'description',''),(33231,2561,'rich_editing','true'),(33232,2561,'comment_shortcuts','false'),(33233,2561,'admin_color','fresh'),(33234,2561,'use_ssl','0'),(33235,2561,'show_admin_bar_front','true'),(33236,2561,'locale',''),(33237,2561,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33238,2561,'wp_user_level','0'),(33239,2561,'default_password_nag','1'),(33240,2562,'nickname','vincenzo.aversa681982'),(33241,2562,'first_name',''),(33242,2562,'last_name',''),(33243,2562,'description',''),(33244,2562,'rich_editing','true'),(33245,2562,'comment_shortcuts','false'),(33246,2562,'admin_color','fresh'),(33247,2562,'use_ssl','0'),(33248,2562,'show_admin_bar_front','true'),(33249,2562,'locale',''),(33250,2562,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33251,2562,'wp_user_level','0'),(33252,2562,'default_password_nag','1'),(33253,2563,'nickname','grs6971952'),(33254,2563,'first_name',''),(33255,2563,'last_name',''),(33256,2563,'description',''),(33257,2563,'rich_editing','true'),(33258,2563,'comment_shortcuts','false'),(33259,2563,'admin_color','fresh'),(33260,2563,'use_ssl','0'),(33261,2563,'show_admin_bar_front','true'),(33262,2563,'locale',''),(33263,2563,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33264,2563,'wp_user_level','0'),(33265,2563,'default_password_nag','1'),(33266,2564,'nickname','awalkerpt1975'),(33267,2564,'first_name',''),(33268,2564,'last_name',''),(33269,2564,'description',''),(33270,2564,'rich_editing','true'),(33271,2564,'comment_shortcuts','false'),(33272,2564,'admin_color','fresh'),(33273,2564,'use_ssl','0'),(33274,2564,'show_admin_bar_front','true'),(33275,2564,'locale',''),(33276,2564,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33277,2564,'wp_user_level','0'),(33278,2564,'default_password_nag','1'),(33279,2565,'nickname','fcaban1983'),(33280,2565,'first_name',''),(33281,2565,'last_name',''),(33282,2565,'description',''),(33283,2565,'rich_editing','true'),(33284,2565,'comment_shortcuts','false'),(33285,2565,'admin_color','fresh'),(33286,2565,'use_ssl','0'),(33287,2565,'show_admin_bar_front','true'),(33288,2565,'locale',''),(33289,2565,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33290,2565,'wp_user_level','0'),(33291,2565,'default_password_nag','1'),(33292,2566,'nickname','sdani1511975'),(33293,2566,'first_name',''),(33294,2566,'last_name',''),(33295,2566,'description',''),(33296,2566,'rich_editing','true'),(33297,2566,'comment_shortcuts','false'),(33298,2566,'admin_color','fresh'),(33299,2566,'use_ssl','0'),(33300,2566,'show_admin_bar_front','true'),(33301,2566,'locale',''),(33302,2566,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33303,2566,'wp_user_level','0'),(33304,2566,'default_password_nag','1'),(33305,2567,'nickname','porrasanabel1963'),(33306,2567,'first_name',''),(33307,2567,'last_name',''),(33308,2567,'description',''),(33309,2567,'rich_editing','true'),(33310,2567,'comment_shortcuts','false'),(33311,2567,'admin_color','fresh'),(33312,2567,'use_ssl','0'),(33313,2567,'show_admin_bar_front','true'),(33314,2567,'locale',''),(33315,2567,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33316,2567,'wp_user_level','0'),(33317,2567,'default_password_nag','1'),(33318,2568,'nickname','squeekysocks2003'),(33319,2568,'first_name',''),(33320,2568,'last_name',''),(33321,2568,'description',''),(33322,2568,'rich_editing','true'),(33323,2568,'comment_shortcuts','false'),(33324,2568,'admin_color','fresh'),(33325,2568,'use_ssl','0'),(33326,2568,'show_admin_bar_front','true'),(33327,2568,'locale',''),(33328,2568,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33329,2568,'wp_user_level','0'),(33330,2568,'default_password_nag','1'),(33331,2569,'nickname','heidi_ts1980'),(33332,2569,'first_name',''),(33333,2569,'last_name',''),(33334,2569,'description',''),(33335,2569,'rich_editing','true'),(33336,2569,'comment_shortcuts','false'),(33337,2569,'admin_color','fresh'),(33338,2569,'use_ssl','0'),(33339,2569,'show_admin_bar_front','true'),(33340,2569,'locale',''),(33341,2569,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33342,2569,'wp_user_level','0'),(33343,2569,'default_password_nag','1'),(33344,2570,'nickname','hmkill1965'),(33345,2570,'first_name',''),(33346,2570,'last_name',''),(33347,2570,'description',''),(33348,2570,'rich_editing','true'),(33349,2570,'comment_shortcuts','false'),(33350,2570,'admin_color','fresh'),(33351,2570,'use_ssl','0'),(33352,2570,'show_admin_bar_front','true'),(33353,2570,'locale',''),(33354,2570,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33355,2570,'wp_user_level','0'),(33356,2570,'default_password_nag','1'),(33357,2571,'nickname','simpson.lou1970'),(33358,2571,'first_name',''),(33359,2571,'last_name',''),(33360,2571,'description',''),(33361,2571,'rich_editing','true'),(33362,2571,'comment_shortcuts','false'),(33363,2571,'admin_color','fresh'),(33364,2571,'use_ssl','0'),(33365,2571,'show_admin_bar_front','true'),(33366,2571,'locale',''),(33367,2571,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33368,2571,'wp_user_level','0'),(33369,2571,'default_password_nag','1'),(33370,2572,'nickname','cheryl_ann_181983'),(33371,2572,'first_name',''),(33372,2572,'last_name',''),(33373,2572,'description',''),(33374,2572,'rich_editing','true'),(33375,2572,'comment_shortcuts','false'),(33376,2572,'admin_color','fresh'),(33377,2572,'use_ssl','0'),(33378,2572,'show_admin_bar_front','true'),(33379,2572,'locale',''),(33380,2572,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33381,2572,'wp_user_level','0'),(33382,2572,'default_password_nag','1'),(33383,2573,'nickname','cabanfinance1972'),(33384,2573,'first_name',''),(33385,2573,'last_name',''),(33386,2573,'description',''),(33387,2573,'rich_editing','true'),(33388,2573,'comment_shortcuts','false'),(33389,2573,'admin_color','fresh'),(33390,2573,'use_ssl','0'),(33391,2573,'show_admin_bar_front','true'),(33392,2573,'locale',''),(33393,2573,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33394,2573,'wp_user_level','0'),(33395,2573,'default_password_nag','1'),(33396,2574,'nickname','chase02121988'),(33397,2574,'first_name',''),(33398,2574,'last_name',''),(33399,2574,'description',''),(33400,2574,'rich_editing','true'),(33401,2574,'comment_shortcuts','false'),(33402,2574,'admin_color','fresh'),(33403,2574,'use_ssl','0'),(33404,2574,'show_admin_bar_front','true'),(33405,2574,'locale',''),(33406,2574,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33407,2574,'wp_user_level','0'),(33408,2574,'default_password_nag','1'),(33409,2575,'nickname','galinakovalev1959'),(33410,2575,'first_name',''),(33411,2575,'last_name',''),(33412,2575,'description',''),(33413,2575,'rich_editing','true'),(33414,2575,'comment_shortcuts','false'),(33415,2575,'admin_color','fresh'),(33416,2575,'use_ssl','0'),(33417,2575,'show_admin_bar_front','true'),(33418,2575,'locale',''),(33419,2575,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33420,2575,'wp_user_level','0'),(33421,2575,'default_password_nag','1'),(33422,2576,'nickname','jakegantz1953'),(33423,2576,'first_name',''),(33424,2576,'last_name',''),(33425,2576,'description',''),(33426,2576,'rich_editing','true'),(33427,2576,'comment_shortcuts','false'),(33428,2576,'admin_color','fresh'),(33429,2576,'use_ssl','0'),(33430,2576,'show_admin_bar_front','true'),(33431,2576,'locale',''),(33432,2576,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33433,2576,'wp_user_level','0'),(33434,2576,'default_password_nag','1'),(33435,2577,'nickname','mamalambert2005'),(33436,2577,'first_name',''),(33437,2577,'last_name',''),(33438,2577,'description',''),(33439,2577,'rich_editing','true'),(33440,2577,'comment_shortcuts','false'),(33441,2577,'admin_color','fresh'),(33442,2577,'use_ssl','0'),(33443,2577,'show_admin_bar_front','true'),(33444,2577,'locale',''),(33445,2577,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33446,2577,'wp_user_level','0'),(33447,2577,'default_password_nag','1'),(33448,2578,'nickname','ccarino251980'),(33449,2578,'first_name',''),(33450,2578,'last_name',''),(33451,2578,'description',''),(33452,2578,'rich_editing','true'),(33453,2578,'comment_shortcuts','false'),(33454,2578,'admin_color','fresh'),(33455,2578,'use_ssl','0'),(33456,2578,'show_admin_bar_front','true'),(33457,2578,'locale',''),(33458,2578,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33459,2578,'wp_user_level','0'),(33460,2578,'default_password_nag','1'),(33461,2579,'nickname','tjbianco2006'),(33462,2579,'first_name',''),(33463,2579,'last_name',''),(33464,2579,'description',''),(33465,2579,'rich_editing','true'),(33466,2579,'comment_shortcuts','false'),(33467,2579,'admin_color','fresh'),(33468,2579,'use_ssl','0'),(33469,2579,'show_admin_bar_front','true'),(33470,2579,'locale',''),(33471,2579,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33472,2579,'wp_user_level','0'),(33473,2579,'default_password_nag','1'),(33474,2580,'nickname','bob1974'),(33475,2580,'first_name',''),(33476,2580,'last_name',''),(33477,2580,'description',''),(33478,2580,'rich_editing','true'),(33479,2580,'comment_shortcuts','false'),(33480,2580,'admin_color','fresh'),(33481,2580,'use_ssl','0'),(33482,2580,'show_admin_bar_front','true'),(33483,2580,'locale',''),(33484,2580,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33485,2580,'wp_user_level','0'),(33486,2580,'default_password_nag','1'),(33487,2581,'nickname','tr1955'),(33488,2581,'first_name',''),(33489,2581,'last_name',''),(33490,2581,'description',''),(33491,2581,'rich_editing','true'),(33492,2581,'comment_shortcuts','false'),(33493,2581,'admin_color','fresh'),(33494,2581,'use_ssl','0'),(33495,2581,'show_admin_bar_front','true'),(33496,2581,'locale',''),(33497,2581,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33498,2581,'wp_user_level','0'),(33499,2581,'default_password_nag','1'),(33500,2582,'nickname','lextech2002'),(33501,2582,'first_name',''),(33502,2582,'last_name',''),(33503,2582,'description',''),(33504,2582,'rich_editing','true'),(33505,2582,'comment_shortcuts','false'),(33506,2582,'admin_color','fresh'),(33507,2582,'use_ssl','0'),(33508,2582,'show_admin_bar_front','true'),(33509,2582,'locale',''),(33510,2582,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33511,2582,'wp_user_level','0'),(33512,2582,'default_password_nag','1'),(33513,2583,'nickname','johanne91989'),(33514,2583,'first_name',''),(33515,2583,'last_name',''),(33516,2583,'description',''),(33517,2583,'rich_editing','true'),(33518,2583,'comment_shortcuts','false'),(33519,2583,'admin_color','fresh'),(33520,2583,'use_ssl','0'),(33521,2583,'show_admin_bar_front','true'),(33522,2583,'locale',''),(33523,2583,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33524,2583,'wp_user_level','0'),(33525,2583,'default_password_nag','1'),(33526,2584,'nickname','brigittadubin11950'),(33527,2584,'first_name',''),(33528,2584,'last_name',''),(33529,2584,'description',''),(33530,2584,'rich_editing','true'),(33531,2584,'comment_shortcuts','false'),(33532,2584,'admin_color','fresh'),(33533,2584,'use_ssl','0'),(33534,2584,'show_admin_bar_front','true'),(33535,2584,'locale',''),(33536,2584,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33537,2584,'wp_user_level','0'),(33538,2584,'default_password_nag','1'),(33539,2585,'nickname','mart4133272008'),(33540,2585,'first_name',''),(33541,2585,'last_name',''),(33542,2585,'description',''),(33543,2585,'rich_editing','true'),(33544,2585,'comment_shortcuts','false'),(33545,2585,'admin_color','fresh'),(33546,2585,'use_ssl','0'),(33547,2585,'show_admin_bar_front','true'),(33548,2585,'locale',''),(33549,2585,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33550,2585,'wp_user_level','0'),(33551,2585,'default_password_nag','1'),(33552,2586,'nickname','bpeterson1983'),(33553,2586,'first_name',''),(33554,2586,'last_name',''),(33555,2586,'description',''),(33556,2586,'rich_editing','true'),(33557,2586,'comment_shortcuts','false'),(33558,2586,'admin_color','fresh'),(33559,2586,'use_ssl','0'),(33560,2586,'show_admin_bar_front','true'),(33561,2586,'locale',''),(33562,2586,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33563,2586,'wp_user_level','0'),(33564,2586,'default_password_nag','1'),(33565,2587,'nickname','rojrustad1985'),(33566,2587,'first_name',''),(33567,2587,'last_name',''),(33568,2587,'description',''),(33569,2587,'rich_editing','true'),(33570,2587,'comment_shortcuts','false'),(33571,2587,'admin_color','fresh'),(33572,2587,'use_ssl','0'),(33573,2587,'show_admin_bar_front','true'),(33574,2587,'locale',''),(33575,2587,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33576,2587,'wp_user_level','0'),(33577,2587,'default_password_nag','1'),(33578,2588,'nickname','support1965'),(33579,2588,'first_name',''),(33580,2588,'last_name',''),(33581,2588,'description',''),(33582,2588,'rich_editing','true'),(33583,2588,'comment_shortcuts','false'),(33584,2588,'admin_color','fresh'),(33585,2588,'use_ssl','0'),(33586,2588,'show_admin_bar_front','true'),(33587,2588,'locale',''),(33588,2588,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33589,2588,'wp_user_level','0'),(33590,2588,'default_password_nag','1'),(33591,2589,'nickname','tristinsmommy20021990'),(33592,2589,'first_name',''),(33593,2589,'last_name',''),(33594,2589,'description',''),(33595,2589,'rich_editing','true'),(33596,2589,'comment_shortcuts','false'),(33597,2589,'admin_color','fresh'),(33598,2589,'use_ssl','0'),(33599,2589,'show_admin_bar_front','true'),(33600,2589,'locale',''),(33601,2589,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33602,2589,'wp_user_level','0'),(33603,2589,'default_password_nag','1'),(33604,2590,'nickname','wtimmons071994'),(33605,2590,'first_name',''),(33606,2590,'last_name',''),(33607,2590,'description',''),(33608,2590,'rich_editing','true'),(33609,2590,'comment_shortcuts','false'),(33610,2590,'admin_color','fresh'),(33611,2590,'use_ssl','0'),(33612,2590,'show_admin_bar_front','true'),(33613,2590,'locale',''),(33614,2590,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33615,2590,'wp_user_level','0'),(33616,2590,'default_password_nag','1'),(33617,2591,'nickname','dtyost1950'),(33618,2591,'first_name',''),(33619,2591,'last_name',''),(33620,2591,'description',''),(33621,2591,'rich_editing','true'),(33622,2591,'comment_shortcuts','false'),(33623,2591,'admin_color','fresh'),(33624,2591,'use_ssl','0'),(33625,2591,'show_admin_bar_front','true'),(33626,2591,'locale',''),(33627,2591,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33628,2591,'wp_user_level','0'),(33629,2591,'default_password_nag','1'),(33630,2592,'nickname','liona_191979'),(33631,2592,'first_name',''),(33632,2592,'last_name',''),(33633,2592,'description',''),(33634,2592,'rich_editing','true'),(33635,2592,'comment_shortcuts','false'),(33636,2592,'admin_color','fresh'),(33637,2592,'use_ssl','0'),(33638,2592,'show_admin_bar_front','true'),(33639,2592,'locale',''),(33640,2592,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33641,2592,'wp_user_level','0'),(33642,2592,'default_password_nag','1'),(33643,2593,'nickname','jflax1986'),(33644,2593,'first_name',''),(33645,2593,'last_name',''),(33646,2593,'description',''),(33647,2593,'rich_editing','true'),(33648,2593,'comment_shortcuts','false'),(33649,2593,'admin_color','fresh'),(33650,2593,'use_ssl','0'),(33651,2593,'show_admin_bar_front','true'),(33652,2593,'locale',''),(33653,2593,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33654,2593,'wp_user_level','0'),(33655,2593,'default_password_nag','1'),(33656,2594,'nickname','p.jenn.fer1950'),(33657,2594,'first_name',''),(33658,2594,'last_name',''),(33659,2594,'description',''),(33660,2594,'rich_editing','true'),(33661,2594,'comment_shortcuts','false'),(33662,2594,'admin_color','fresh'),(33663,2594,'use_ssl','0'),(33664,2594,'show_admin_bar_front','true'),(33665,2594,'locale',''),(33666,2594,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33667,2594,'wp_user_level','0'),(33668,2594,'default_password_nag','1'),(33669,2595,'nickname','calexico741950'),(33670,2595,'first_name',''),(33671,2595,'last_name',''),(33672,2595,'description',''),(33673,2595,'rich_editing','true'),(33674,2595,'comment_shortcuts','false'),(33675,2595,'admin_color','fresh'),(33676,2595,'use_ssl','0'),(33677,2595,'show_admin_bar_front','true'),(33678,2595,'locale',''),(33679,2595,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33680,2595,'wp_user_level','0'),(33681,2595,'default_password_nag','1'),(33682,2596,'nickname','dgaylord42001'),(33683,2596,'first_name',''),(33684,2596,'last_name',''),(33685,2596,'description',''),(33686,2596,'rich_editing','true'),(33687,2596,'comment_shortcuts','false'),(33688,2596,'admin_color','fresh'),(33689,2596,'use_ssl','0'),(33690,2596,'show_admin_bar_front','true'),(33691,2596,'locale',''),(33692,2596,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33693,2596,'wp_user_level','0'),(33694,2596,'default_password_nag','1'),(33695,2597,'nickname','drewnautica1950'),(33696,2597,'first_name',''),(33697,2597,'last_name',''),(33698,2597,'description',''),(33699,2597,'rich_editing','true'),(33700,2597,'comment_shortcuts','false'),(33701,2597,'admin_color','fresh'),(33702,2597,'use_ssl','0'),(33703,2597,'show_admin_bar_front','true'),(33704,2597,'locale',''),(33705,2597,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33706,2597,'wp_user_level','0'),(33707,2597,'default_password_nag','1'),(33708,2598,'nickname','lauranorman12006'),(33709,2598,'first_name',''),(33710,2598,'last_name',''),(33711,2598,'description',''),(33712,2598,'rich_editing','true'),(33713,2598,'comment_shortcuts','false'),(33714,2598,'admin_color','fresh'),(33715,2598,'use_ssl','0'),(33716,2598,'show_admin_bar_front','true'),(33717,2598,'locale',''),(33718,2598,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33719,2598,'wp_user_level','0'),(33720,2598,'default_password_nag','1'),(33721,2599,'nickname','robjanehaycock1996'),(33722,2599,'first_name',''),(33723,2599,'last_name',''),(33724,2599,'description',''),(33725,2599,'rich_editing','true'),(33726,2599,'comment_shortcuts','false'),(33727,2599,'admin_color','fresh'),(33728,2599,'use_ssl','0'),(33729,2599,'show_admin_bar_front','true'),(33730,2599,'locale',''),(33731,2599,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33732,2599,'wp_user_level','0'),(33733,2599,'default_password_nag','1'),(33734,2600,'nickname','brittanyrferrero2009'),(33735,2600,'first_name',''),(33736,2600,'last_name',''),(33737,2600,'description',''),(33738,2600,'rich_editing','true'),(33739,2600,'comment_shortcuts','false'),(33740,2600,'admin_color','fresh'),(33741,2600,'use_ssl','0'),(33742,2600,'show_admin_bar_front','true'),(33743,2600,'locale',''),(33744,2600,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33745,2600,'wp_user_level','0'),(33746,2600,'default_password_nag','1'),(33747,2601,'nickname','rustytinsoldier1963'),(33748,2601,'first_name',''),(33749,2601,'last_name',''),(33750,2601,'description',''),(33751,2601,'rich_editing','true'),(33752,2601,'comment_shortcuts','false'),(33753,2601,'admin_color','fresh'),(33754,2601,'use_ssl','0'),(33755,2601,'show_admin_bar_front','true'),(33756,2601,'locale',''),(33757,2601,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33758,2601,'wp_user_level','0'),(33759,2601,'default_password_nag','1'),(33760,2602,'nickname','tayrene262007'),(33761,2602,'first_name',''),(33762,2602,'last_name',''),(33763,2602,'description',''),(33764,2602,'rich_editing','true'),(33765,2602,'comment_shortcuts','false'),(33766,2602,'admin_color','fresh'),(33767,2602,'use_ssl','0'),(33768,2602,'show_admin_bar_front','true'),(33769,2602,'locale',''),(33770,2602,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33771,2602,'wp_user_level','0'),(33772,2602,'default_password_nag','1'),(33773,2603,'nickname','joel_harwood1989'),(33774,2603,'first_name',''),(33775,2603,'last_name',''),(33776,2603,'description',''),(33777,2603,'rich_editing','true'),(33778,2603,'comment_shortcuts','false'),(33779,2603,'admin_color','fresh'),(33780,2603,'use_ssl','0'),(33781,2603,'show_admin_bar_front','true'),(33782,2603,'locale',''),(33783,2603,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33784,2603,'wp_user_level','0'),(33785,2603,'default_password_nag','1'),(33786,2604,'nickname','franklinyang041994'),(33787,2604,'first_name',''),(33788,2604,'last_name',''),(33789,2604,'description',''),(33790,2604,'rich_editing','true'),(33791,2604,'comment_shortcuts','false'),(33792,2604,'admin_color','fresh'),(33793,2604,'use_ssl','0'),(33794,2604,'show_admin_bar_front','true'),(33795,2604,'locale',''),(33796,2604,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33797,2604,'wp_user_level','0'),(33798,2604,'default_password_nag','1'),(33799,2605,'nickname','do441011951'),(33800,2605,'first_name',''),(33801,2605,'last_name',''),(33802,2605,'description',''),(33803,2605,'rich_editing','true'),(33804,2605,'comment_shortcuts','false'),(33805,2605,'admin_color','fresh'),(33806,2605,'use_ssl','0'),(33807,2605,'show_admin_bar_front','true'),(33808,2605,'locale',''),(33809,2605,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33810,2605,'wp_user_level','0'),(33811,2605,'default_password_nag','1'),(33812,2606,'nickname','jdb39451998'),(33813,2606,'first_name',''),(33814,2606,'last_name',''),(33815,2606,'description',''),(33816,2606,'rich_editing','true'),(33817,2606,'comment_shortcuts','false'),(33818,2606,'admin_color','fresh'),(33819,2606,'use_ssl','0'),(33820,2606,'show_admin_bar_front','true'),(33821,2606,'locale',''),(33822,2606,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33823,2606,'wp_user_level','0'),(33824,2606,'default_password_nag','1'),(33825,2607,'nickname','sammahone1975'),(33826,2607,'first_name',''),(33827,2607,'last_name',''),(33828,2607,'description',''),(33829,2607,'rich_editing','true'),(33830,2607,'comment_shortcuts','false'),(33831,2607,'admin_color','fresh'),(33832,2607,'use_ssl','0'),(33833,2607,'show_admin_bar_front','true'),(33834,2607,'locale',''),(33835,2607,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33836,2607,'wp_user_level','0'),(33837,2607,'default_password_nag','1'),(33838,2608,'nickname','shirleygirl08221988'),(33839,2608,'first_name',''),(33840,2608,'last_name',''),(33841,2608,'description',''),(33842,2608,'rich_editing','true'),(33843,2608,'comment_shortcuts','false'),(33844,2608,'admin_color','fresh'),(33845,2608,'use_ssl','0'),(33846,2608,'show_admin_bar_front','true'),(33847,2608,'locale',''),(33848,2608,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33849,2608,'wp_user_level','0'),(33850,2608,'default_password_nag','1'),(33851,2609,'nickname','smartor20101966'),(33852,2609,'first_name',''),(33853,2609,'last_name',''),(33854,2609,'description',''),(33855,2609,'rich_editing','true'),(33856,2609,'comment_shortcuts','false'),(33857,2609,'admin_color','fresh'),(33858,2609,'use_ssl','0'),(33859,2609,'show_admin_bar_front','true'),(33860,2609,'locale',''),(33861,2609,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33862,2609,'wp_user_level','0'),(33863,2609,'default_password_nag','1'),(33864,2610,'nickname','ruggiero2272010'),(33865,2610,'first_name',''),(33866,2610,'last_name',''),(33867,2610,'description',''),(33868,2610,'rich_editing','true'),(33869,2610,'comment_shortcuts','false'),(33870,2610,'admin_color','fresh'),(33871,2610,'use_ssl','0'),(33872,2610,'show_admin_bar_front','true'),(33873,2610,'locale',''),(33874,2610,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33875,2610,'wp_user_level','0'),(33876,2610,'default_password_nag','1'),(33877,2611,'nickname','harishsmailbox1989'),(33878,2611,'first_name',''),(33879,2611,'last_name',''),(33880,2611,'description',''),(33881,2611,'rich_editing','true'),(33882,2611,'comment_shortcuts','false'),(33883,2611,'admin_color','fresh'),(33884,2611,'use_ssl','0'),(33885,2611,'show_admin_bar_front','true'),(33886,2611,'locale',''),(33887,2611,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33888,2611,'wp_user_level','0'),(33889,2611,'default_password_nag','1'),(33890,2612,'nickname','sad_sam212010'),(33891,2612,'first_name',''),(33892,2612,'last_name',''),(33893,2612,'description',''),(33894,2612,'rich_editing','true'),(33895,2612,'comment_shortcuts','false'),(33896,2612,'admin_color','fresh'),(33897,2612,'use_ssl','0'),(33898,2612,'show_admin_bar_front','true'),(33899,2612,'locale',''),(33900,2612,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33901,2612,'wp_user_level','0'),(33902,2612,'default_password_nag','1'),(33903,2613,'nickname','dscheulen1966'),(33904,2613,'first_name',''),(33905,2613,'last_name',''),(33906,2613,'description',''),(33907,2613,'rich_editing','true'),(33908,2613,'comment_shortcuts','false'),(33909,2613,'admin_color','fresh'),(33910,2613,'use_ssl','0'),(33911,2613,'show_admin_bar_front','true'),(33912,2613,'locale',''),(33913,2613,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33914,2613,'wp_user_level','0'),(33915,2613,'default_password_nag','1'),(33916,2614,'nickname','aaron.oneill1951'),(33917,2614,'first_name',''),(33918,2614,'last_name',''),(33919,2614,'description',''),(33920,2614,'rich_editing','true'),(33921,2614,'comment_shortcuts','false'),(33922,2614,'admin_color','fresh'),(33923,2614,'use_ssl','0'),(33924,2614,'show_admin_bar_front','true'),(33925,2614,'locale',''),(33926,2614,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33927,2614,'wp_user_level','0'),(33928,2614,'default_password_nag','1'),(33929,2615,'nickname','renanfm21996'),(33930,2615,'first_name',''),(33931,2615,'last_name',''),(33932,2615,'description',''),(33933,2615,'rich_editing','true'),(33934,2615,'comment_shortcuts','false'),(33935,2615,'admin_color','fresh'),(33936,2615,'use_ssl','0'),(33937,2615,'show_admin_bar_front','true'),(33938,2615,'locale',''),(33939,2615,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33940,2615,'wp_user_level','0'),(33941,2615,'default_password_nag','1'),(33942,2616,'nickname','tylerchambless961967'),(33943,2616,'first_name',''),(33944,2616,'last_name',''),(33945,2616,'description',''),(33946,2616,'rich_editing','true'),(33947,2616,'comment_shortcuts','false'),(33948,2616,'admin_color','fresh'),(33949,2616,'use_ssl','0'),(33950,2616,'show_admin_bar_front','true'),(33951,2616,'locale',''),(33952,2616,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33953,2616,'wp_user_level','0'),(33954,2616,'default_password_nag','1'),(33955,2617,'nickname','waterfiltermen1955'),(33956,2617,'first_name',''),(33957,2617,'last_name',''),(33958,2617,'description',''),(33959,2617,'rich_editing','true'),(33960,2617,'comment_shortcuts','false'),(33961,2617,'admin_color','fresh'),(33962,2617,'use_ssl','0'),(33963,2617,'show_admin_bar_front','true'),(33964,2617,'locale',''),(33965,2617,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33966,2617,'wp_user_level','0'),(33967,2617,'default_password_nag','1'),(33968,2618,'nickname','livkso1974'),(33969,2618,'first_name',''),(33970,2618,'last_name',''),(33971,2618,'description',''),(33972,2618,'rich_editing','true'),(33973,2618,'comment_shortcuts','false'),(33974,2618,'admin_color','fresh'),(33975,2618,'use_ssl','0'),(33976,2618,'show_admin_bar_front','true'),(33977,2618,'locale',''),(33978,2618,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33979,2618,'wp_user_level','0'),(33980,2618,'default_password_nag','1'),(33981,2619,'nickname','bonita8823892005'),(33982,2619,'first_name',''),(33983,2619,'last_name',''),(33984,2619,'description',''),(33985,2619,'rich_editing','true'),(33986,2619,'comment_shortcuts','false'),(33987,2619,'admin_color','fresh'),(33988,2619,'use_ssl','0'),(33989,2619,'show_admin_bar_front','true'),(33990,2619,'locale',''),(33991,2619,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(33992,2619,'wp_user_level','0'),(33993,2619,'default_password_nag','1'),(33994,2620,'nickname','tanagrl1972'),(33995,2620,'first_name',''),(33996,2620,'last_name',''),(33997,2620,'description',''),(33998,2620,'rich_editing','true'),(33999,2620,'comment_shortcuts','false'),(34000,2620,'admin_color','fresh'),(34001,2620,'use_ssl','0'),(34002,2620,'show_admin_bar_front','true'),(34003,2620,'locale',''),(34004,2620,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34005,2620,'wp_user_level','0'),(34006,2620,'default_password_nag','1'),(34007,2621,'nickname','ann.aveaircraft1980'),(34008,2621,'first_name',''),(34009,2621,'last_name',''),(34010,2621,'description',''),(34011,2621,'rich_editing','true'),(34012,2621,'comment_shortcuts','false'),(34013,2621,'admin_color','fresh'),(34014,2621,'use_ssl','0'),(34015,2621,'show_admin_bar_front','true'),(34016,2621,'locale',''),(34017,2621,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34018,2621,'wp_user_level','0'),(34019,2621,'default_password_nag','1'),(34020,2622,'nickname','virginia_mix2010'),(34021,2622,'first_name',''),(34022,2622,'last_name',''),(34023,2622,'description',''),(34024,2622,'rich_editing','true'),(34025,2622,'comment_shortcuts','false'),(34026,2622,'admin_color','fresh'),(34027,2622,'use_ssl','0'),(34028,2622,'show_admin_bar_front','true'),(34029,2622,'locale',''),(34030,2622,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34031,2622,'wp_user_level','0'),(34032,2622,'default_password_nag','1'),(34033,2623,'nickname','jadahman2001'),(34034,2623,'first_name',''),(34035,2623,'last_name',''),(34036,2623,'description',''),(34037,2623,'rich_editing','true'),(34038,2623,'comment_shortcuts','false'),(34039,2623,'admin_color','fresh'),(34040,2623,'use_ssl','0'),(34041,2623,'show_admin_bar_front','true'),(34042,2623,'locale',''),(34043,2623,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34044,2623,'wp_user_level','0'),(34045,2623,'default_password_nag','1'),(34046,2624,'nickname','rbouley1952'),(34047,2624,'first_name',''),(34048,2624,'last_name',''),(34049,2624,'description',''),(34050,2624,'rich_editing','true'),(34051,2624,'comment_shortcuts','false'),(34052,2624,'admin_color','fresh'),(34053,2624,'use_ssl','0'),(34054,2624,'show_admin_bar_front','true'),(34055,2624,'locale',''),(34056,2624,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34057,2624,'wp_user_level','0'),(34058,2624,'default_password_nag','1'),(34059,2625,'nickname','melanieperraglia1982'),(34060,2625,'first_name',''),(34061,2625,'last_name',''),(34062,2625,'description',''),(34063,2625,'rich_editing','true'),(34064,2625,'comment_shortcuts','false'),(34065,2625,'admin_color','fresh'),(34066,2625,'use_ssl','0'),(34067,2625,'show_admin_bar_front','true'),(34068,2625,'locale',''),(34069,2625,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34070,2625,'wp_user_level','0'),(34071,2625,'default_password_nag','1'),(34072,2626,'nickname','mcwilck071959'),(34073,2626,'first_name',''),(34074,2626,'last_name',''),(34075,2626,'description',''),(34076,2626,'rich_editing','true'),(34077,2626,'comment_shortcuts','false'),(34078,2626,'admin_color','fresh'),(34079,2626,'use_ssl','0'),(34080,2626,'show_admin_bar_front','true'),(34081,2626,'locale',''),(34082,2626,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34083,2626,'wp_user_level','0'),(34084,2626,'default_password_nag','1'),(34085,2627,'nickname','jessbrown11071959'),(34086,2627,'first_name',''),(34087,2627,'last_name',''),(34088,2627,'description',''),(34089,2627,'rich_editing','true'),(34090,2627,'comment_shortcuts','false'),(34091,2627,'admin_color','fresh'),(34092,2627,'use_ssl','0'),(34093,2627,'show_admin_bar_front','true'),(34094,2627,'locale',''),(34095,2627,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34096,2627,'wp_user_level','0'),(34097,2627,'default_password_nag','1'),(34098,2628,'nickname','jjffac1998'),(34099,2628,'first_name',''),(34100,2628,'last_name',''),(34101,2628,'description',''),(34102,2628,'rich_editing','true'),(34103,2628,'comment_shortcuts','false'),(34104,2628,'admin_color','fresh'),(34105,2628,'use_ssl','0'),(34106,2628,'show_admin_bar_front','true'),(34107,2628,'locale',''),(34108,2628,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34109,2628,'wp_user_level','0'),(34110,2628,'default_password_nag','1'),(34111,2629,'nickname','jamesfort051985'),(34112,2629,'first_name',''),(34113,2629,'last_name',''),(34114,2629,'description',''),(34115,2629,'rich_editing','true'),(34116,2629,'comment_shortcuts','false'),(34117,2629,'admin_color','fresh'),(34118,2629,'use_ssl','0'),(34119,2629,'show_admin_bar_front','true'),(34120,2629,'locale',''),(34121,2629,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34122,2629,'wp_user_level','0'),(34123,2629,'default_password_nag','1'),(34124,2630,'nickname','andybelcher1966'),(34125,2630,'first_name',''),(34126,2630,'last_name',''),(34127,2630,'description',''),(34128,2630,'rich_editing','true'),(34129,2630,'comment_shortcuts','false'),(34130,2630,'admin_color','fresh'),(34131,2630,'use_ssl','0'),(34132,2630,'show_admin_bar_front','true'),(34133,2630,'locale',''),(34134,2630,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34135,2630,'wp_user_level','0'),(34136,2630,'default_password_nag','1'),(34137,2631,'nickname','smokeslastspot1968'),(34138,2631,'first_name',''),(34139,2631,'last_name',''),(34140,2631,'description',''),(34141,2631,'rich_editing','true'),(34142,2631,'comment_shortcuts','false'),(34143,2631,'admin_color','fresh'),(34144,2631,'use_ssl','0'),(34145,2631,'show_admin_bar_front','true'),(34146,2631,'locale',''),(34147,2631,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34148,2631,'wp_user_level','0'),(34149,2631,'default_password_nag','1'),(34150,2632,'nickname','werlingryan1991'),(34151,2632,'first_name',''),(34152,2632,'last_name',''),(34153,2632,'description',''),(34154,2632,'rich_editing','true'),(34155,2632,'comment_shortcuts','false'),(34156,2632,'admin_color','fresh'),(34157,2632,'use_ssl','0'),(34158,2632,'show_admin_bar_front','true'),(34159,2632,'locale',''),(34160,2632,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34161,2632,'wp_user_level','0'),(34162,2632,'default_password_nag','1'),(34163,2633,'nickname','rhanidrochon1951'),(34164,2633,'first_name',''),(34165,2633,'last_name',''),(34166,2633,'description',''),(34167,2633,'rich_editing','true'),(34168,2633,'comment_shortcuts','false'),(34169,2633,'admin_color','fresh'),(34170,2633,'use_ssl','0'),(34171,2633,'show_admin_bar_front','true'),(34172,2633,'locale',''),(34173,2633,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34174,2633,'wp_user_level','0'),(34175,2633,'default_password_nag','1'),(34176,2634,'nickname','esilv9111967'),(34177,2634,'first_name',''),(34178,2634,'last_name',''),(34179,2634,'description',''),(34180,2634,'rich_editing','true'),(34181,2634,'comment_shortcuts','false'),(34182,2634,'admin_color','fresh'),(34183,2634,'use_ssl','0'),(34184,2634,'show_admin_bar_front','true'),(34185,2634,'locale',''),(34186,2634,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34187,2634,'wp_user_level','0'),(34188,2634,'default_password_nag','1'),(34189,2635,'nickname','jparks871972'),(34190,2635,'first_name',''),(34191,2635,'last_name',''),(34192,2635,'description',''),(34193,2635,'rich_editing','true'),(34194,2635,'comment_shortcuts','false'),(34195,2635,'admin_color','fresh'),(34196,2635,'use_ssl','0'),(34197,2635,'show_admin_bar_front','true'),(34198,2635,'locale',''),(34199,2635,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34200,2635,'wp_user_level','0'),(34201,2635,'default_password_nag','1'),(34202,2636,'nickname','mhindle11957'),(34203,2636,'first_name',''),(34204,2636,'last_name',''),(34205,2636,'description',''),(34206,2636,'rich_editing','true'),(34207,2636,'comment_shortcuts','false'),(34208,2636,'admin_color','fresh'),(34209,2636,'use_ssl','0'),(34210,2636,'show_admin_bar_front','true'),(34211,2636,'locale',''),(34212,2636,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34213,2636,'wp_user_level','0'),(34214,2636,'default_password_nag','1'),(34215,2637,'nickname','amy.alexandre272006'),(34216,2637,'first_name',''),(34217,2637,'last_name',''),(34218,2637,'description',''),(34219,2637,'rich_editing','true'),(34220,2637,'comment_shortcuts','false'),(34221,2637,'admin_color','fresh'),(34222,2637,'use_ssl','0'),(34223,2637,'show_admin_bar_front','true'),(34224,2637,'locale',''),(34225,2637,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34226,2637,'wp_user_level','0'),(34227,2637,'default_password_nag','1'),(34228,2638,'nickname','arungatram2007'),(34229,2638,'first_name',''),(34230,2638,'last_name',''),(34231,2638,'description',''),(34232,2638,'rich_editing','true'),(34233,2638,'comment_shortcuts','false'),(34234,2638,'admin_color','fresh'),(34235,2638,'use_ssl','0'),(34236,2638,'show_admin_bar_front','true'),(34237,2638,'locale',''),(34238,2638,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34239,2638,'wp_user_level','0'),(34240,2638,'default_password_nag','1'),(34241,2639,'nickname','highgate21961'),(34242,2639,'first_name',''),(34243,2639,'last_name',''),(34244,2639,'description',''),(34245,2639,'rich_editing','true'),(34246,2639,'comment_shortcuts','false'),(34247,2639,'admin_color','fresh'),(34248,2639,'use_ssl','0'),(34249,2639,'show_admin_bar_front','true'),(34250,2639,'locale',''),(34251,2639,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34252,2639,'wp_user_level','0'),(34253,2639,'default_password_nag','1'),(34254,2640,'nickname','thietkemag2010'),(34255,2640,'first_name',''),(34256,2640,'last_name',''),(34257,2640,'description',''),(34258,2640,'rich_editing','true'),(34259,2640,'comment_shortcuts','false'),(34260,2640,'admin_color','fresh'),(34261,2640,'use_ssl','0'),(34262,2640,'show_admin_bar_front','true'),(34263,2640,'locale',''),(34264,2640,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34265,2640,'wp_user_level','0'),(34266,2640,'default_password_nag','1'),(34267,2641,'nickname','pacostyle2007'),(34268,2641,'first_name',''),(34269,2641,'last_name',''),(34270,2641,'description',''),(34271,2641,'rich_editing','true'),(34272,2641,'comment_shortcuts','false'),(34273,2641,'admin_color','fresh'),(34274,2641,'use_ssl','0'),(34275,2641,'show_admin_bar_front','true'),(34276,2641,'locale',''),(34277,2641,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34278,2641,'wp_user_level','0'),(34279,2641,'default_password_nag','1'),(34280,2642,'nickname','zdj981986'),(34281,2642,'first_name',''),(34282,2642,'last_name',''),(34283,2642,'description',''),(34284,2642,'rich_editing','true'),(34285,2642,'comment_shortcuts','false'),(34286,2642,'admin_color','fresh'),(34287,2642,'use_ssl','0'),(34288,2642,'show_admin_bar_front','true'),(34289,2642,'locale',''),(34290,2642,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34291,2642,'wp_user_level','0'),(34292,2642,'default_password_nag','1'),(34293,2643,'nickname','silvioirace1994'),(34294,2643,'first_name',''),(34295,2643,'last_name',''),(34296,2643,'description',''),(34297,2643,'rich_editing','true'),(34298,2643,'comment_shortcuts','false'),(34299,2643,'admin_color','fresh'),(34300,2643,'use_ssl','0'),(34301,2643,'show_admin_bar_front','true'),(34302,2643,'locale',''),(34303,2643,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34304,2643,'wp_user_level','0'),(34305,2643,'default_password_nag','1'),(34306,2644,'nickname','bjm71901957'),(34307,2644,'first_name',''),(34308,2644,'last_name',''),(34309,2644,'description',''),(34310,2644,'rich_editing','true'),(34311,2644,'comment_shortcuts','false'),(34312,2644,'admin_color','fresh'),(34313,2644,'use_ssl','0'),(34314,2644,'show_admin_bar_front','true'),(34315,2644,'locale',''),(34316,2644,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34317,2644,'wp_user_level','0'),(34318,2644,'default_password_nag','1'),(34319,2645,'nickname','brucefonnest1973'),(34320,2645,'first_name',''),(34321,2645,'last_name',''),(34322,2645,'description',''),(34323,2645,'rich_editing','true'),(34324,2645,'comment_shortcuts','false'),(34325,2645,'admin_color','fresh'),(34326,2645,'use_ssl','0'),(34327,2645,'show_admin_bar_front','true'),(34328,2645,'locale',''),(34329,2645,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34330,2645,'wp_user_level','0'),(34331,2645,'default_password_nag','1'),(34332,2646,'nickname','tara_nickole_phelan1952'),(34333,2646,'first_name',''),(34334,2646,'last_name',''),(34335,2646,'description',''),(34336,2646,'rich_editing','true'),(34337,2646,'comment_shortcuts','false'),(34338,2646,'admin_color','fresh'),(34339,2646,'use_ssl','0'),(34340,2646,'show_admin_bar_front','true'),(34341,2646,'locale',''),(34342,2646,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34343,2646,'wp_user_level','0'),(34344,2646,'default_password_nag','1'),(34345,2647,'nickname','thepylefamily1995'),(34346,2647,'first_name',''),(34347,2647,'last_name',''),(34348,2647,'description',''),(34349,2647,'rich_editing','true'),(34350,2647,'comment_shortcuts','false'),(34351,2647,'admin_color','fresh'),(34352,2647,'use_ssl','0'),(34353,2647,'show_admin_bar_front','true'),(34354,2647,'locale',''),(34355,2647,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34356,2647,'wp_user_level','0'),(34357,2647,'default_password_nag','1'),(34358,2648,'nickname','elizaann8911980'),(34359,2648,'first_name',''),(34360,2648,'last_name',''),(34361,2648,'description',''),(34362,2648,'rich_editing','true'),(34363,2648,'comment_shortcuts','false'),(34364,2648,'admin_color','fresh'),(34365,2648,'use_ssl','0'),(34366,2648,'show_admin_bar_front','true'),(34367,2648,'locale',''),(34368,2648,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34369,2648,'wp_user_level','0'),(34370,2648,'default_password_nag','1'),(34371,2649,'nickname','jennbuggy1985'),(34372,2649,'first_name',''),(34373,2649,'last_name',''),(34374,2649,'description',''),(34375,2649,'rich_editing','true'),(34376,2649,'comment_shortcuts','false'),(34377,2649,'admin_color','fresh'),(34378,2649,'use_ssl','0'),(34379,2649,'show_admin_bar_front','true'),(34380,2649,'locale',''),(34381,2649,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34382,2649,'wp_user_level','0'),(34383,2649,'default_password_nag','1'),(34384,2650,'nickname','draimey991993'),(34385,2650,'first_name',''),(34386,2650,'last_name',''),(34387,2650,'description',''),(34388,2650,'rich_editing','true'),(34389,2650,'comment_shortcuts','false'),(34390,2650,'admin_color','fresh'),(34391,2650,'use_ssl','0'),(34392,2650,'show_admin_bar_front','true'),(34393,2650,'locale',''),(34394,2650,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34395,2650,'wp_user_level','0'),(34396,2650,'default_password_nag','1'),(34397,2651,'nickname','trishamillet2005'),(34398,2651,'first_name',''),(34399,2651,'last_name',''),(34400,2651,'description',''),(34401,2651,'rich_editing','true'),(34402,2651,'comment_shortcuts','false'),(34403,2651,'admin_color','fresh'),(34404,2651,'use_ssl','0'),(34405,2651,'show_admin_bar_front','true'),(34406,2651,'locale',''),(34407,2651,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34408,2651,'wp_user_level','0'),(34409,2651,'default_password_nag','1'),(34410,2652,'nickname','ewheeler1991'),(34411,2652,'first_name',''),(34412,2652,'last_name',''),(34413,2652,'description',''),(34414,2652,'rich_editing','true'),(34415,2652,'comment_shortcuts','false'),(34416,2652,'admin_color','fresh'),(34417,2652,'use_ssl','0'),(34418,2652,'show_admin_bar_front','true'),(34419,2652,'locale',''),(34420,2652,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34421,2652,'wp_user_level','0'),(34422,2652,'default_password_nag','1'),(34423,2653,'nickname','gold_dragon131984'),(34424,2653,'first_name',''),(34425,2653,'last_name',''),(34426,2653,'description',''),(34427,2653,'rich_editing','true'),(34428,2653,'comment_shortcuts','false'),(34429,2653,'admin_color','fresh'),(34430,2653,'use_ssl','0'),(34431,2653,'show_admin_bar_front','true'),(34432,2653,'locale',''),(34433,2653,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34434,2653,'wp_user_level','0'),(34435,2653,'default_password_nag','1'),(34436,2654,'nickname','shattuckbgs2004'),(34437,2654,'first_name',''),(34438,2654,'last_name',''),(34439,2654,'description',''),(34440,2654,'rich_editing','true'),(34441,2654,'comment_shortcuts','false'),(34442,2654,'admin_color','fresh'),(34443,2654,'use_ssl','0'),(34444,2654,'show_admin_bar_front','true'),(34445,2654,'locale',''),(34446,2654,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34447,2654,'wp_user_level','0'),(34448,2654,'default_password_nag','1'),(34449,2655,'nickname','enchant811958'),(34450,2655,'first_name',''),(34451,2655,'last_name',''),(34452,2655,'description',''),(34453,2655,'rich_editing','true'),(34454,2655,'comment_shortcuts','false'),(34455,2655,'admin_color','fresh'),(34456,2655,'use_ssl','0'),(34457,2655,'show_admin_bar_front','true'),(34458,2655,'locale',''),(34459,2655,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34460,2655,'wp_user_level','0'),(34461,2655,'default_password_nag','1'),(34462,2656,'nickname','harish.sethi1972'),(34463,2656,'first_name',''),(34464,2656,'last_name',''),(34465,2656,'description',''),(34466,2656,'rich_editing','true'),(34467,2656,'comment_shortcuts','false'),(34468,2656,'admin_color','fresh'),(34469,2656,'use_ssl','0'),(34470,2656,'show_admin_bar_front','true'),(34471,2656,'locale',''),(34472,2656,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34473,2656,'wp_user_level','0'),(34474,2656,'default_password_nag','1'),(34475,2657,'nickname','brandenhun1992'),(34476,2657,'first_name',''),(34477,2657,'last_name',''),(34478,2657,'description',''),(34479,2657,'rich_editing','true'),(34480,2657,'comment_shortcuts','false'),(34481,2657,'admin_color','fresh'),(34482,2657,'use_ssl','0'),(34483,2657,'show_admin_bar_front','true'),(34484,2657,'locale',''),(34485,2657,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34486,2657,'wp_user_level','0'),(34487,2657,'default_password_nag','1'),(34488,2658,'nickname','courtneyinvestments1971'),(34489,2658,'first_name',''),(34490,2658,'last_name',''),(34491,2658,'description',''),(34492,2658,'rich_editing','true'),(34493,2658,'comment_shortcuts','false'),(34494,2658,'admin_color','fresh'),(34495,2658,'use_ssl','0'),(34496,2658,'show_admin_bar_front','true'),(34497,2658,'locale',''),(34498,2658,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34499,2658,'wp_user_level','0'),(34500,2658,'default_password_nag','1'),(34501,2659,'nickname','forzzaazzurri1963'),(34502,2659,'first_name',''),(34503,2659,'last_name',''),(34504,2659,'description',''),(34505,2659,'rich_editing','true'),(34506,2659,'comment_shortcuts','false'),(34507,2659,'admin_color','fresh'),(34508,2659,'use_ssl','0'),(34509,2659,'show_admin_bar_front','true'),(34510,2659,'locale',''),(34511,2659,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34512,2659,'wp_user_level','0'),(34513,2659,'default_password_nag','1'),(34514,2660,'nickname','the4jays2010'),(34515,2660,'first_name',''),(34516,2660,'last_name',''),(34517,2660,'description',''),(34518,2660,'rich_editing','true'),(34519,2660,'comment_shortcuts','false'),(34520,2660,'admin_color','fresh'),(34521,2660,'use_ssl','0'),(34522,2660,'show_admin_bar_front','true'),(34523,2660,'locale',''),(34524,2660,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34525,2660,'wp_user_level','0'),(34526,2660,'default_password_nag','1'),(34527,2661,'nickname','roylamoureux2009'),(34528,2661,'first_name',''),(34529,2661,'last_name',''),(34530,2661,'description',''),(34531,2661,'rich_editing','true'),(34532,2661,'comment_shortcuts','false'),(34533,2661,'admin_color','fresh'),(34534,2661,'use_ssl','0'),(34535,2661,'show_admin_bar_front','true'),(34536,2661,'locale',''),(34537,2661,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34538,2661,'wp_user_level','0'),(34539,2661,'default_password_nag','1'),(34540,2662,'nickname','jkellyb841991'),(34541,2662,'first_name',''),(34542,2662,'last_name',''),(34543,2662,'description',''),(34544,2662,'rich_editing','true'),(34545,2662,'comment_shortcuts','false'),(34546,2662,'admin_color','fresh'),(34547,2662,'use_ssl','0'),(34548,2662,'show_admin_bar_front','true'),(34549,2662,'locale',''),(34550,2662,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34551,2662,'wp_user_level','0'),(34552,2662,'default_password_nag','1'),(34553,2663,'nickname','mihubarri1984'),(34554,2663,'first_name',''),(34555,2663,'last_name',''),(34556,2663,'description',''),(34557,2663,'rich_editing','true'),(34558,2663,'comment_shortcuts','false'),(34559,2663,'admin_color','fresh'),(34560,2663,'use_ssl','0'),(34561,2663,'show_admin_bar_front','true'),(34562,2663,'locale',''),(34563,2663,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34564,2663,'wp_user_level','0'),(34565,2663,'default_password_nag','1'),(34566,2664,'nickname','makhanbasi1974'),(34567,2664,'first_name',''),(34568,2664,'last_name',''),(34569,2664,'description',''),(34570,2664,'rich_editing','true'),(34571,2664,'comment_shortcuts','false'),(34572,2664,'admin_color','fresh'),(34573,2664,'use_ssl','0'),(34574,2664,'show_admin_bar_front','true'),(34575,2664,'locale',''),(34576,2664,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34577,2664,'wp_user_level','0'),(34578,2664,'default_password_nag','1'),(34579,2665,'nickname','nicole.fishwick1993'),(34580,2665,'first_name',''),(34581,2665,'last_name',''),(34582,2665,'description',''),(34583,2665,'rich_editing','true'),(34584,2665,'comment_shortcuts','false'),(34585,2665,'admin_color','fresh'),(34586,2665,'use_ssl','0'),(34587,2665,'show_admin_bar_front','true'),(34588,2665,'locale',''),(34589,2665,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34590,2665,'wp_user_level','0'),(34591,2665,'default_password_nag','1'),(34592,2666,'nickname','robyn_davis1987'),(34593,2666,'first_name',''),(34594,2666,'last_name',''),(34595,2666,'description',''),(34596,2666,'rich_editing','true'),(34597,2666,'comment_shortcuts','false'),(34598,2666,'admin_color','fresh'),(34599,2666,'use_ssl','0'),(34600,2666,'show_admin_bar_front','true'),(34601,2666,'locale',''),(34602,2666,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34603,2666,'wp_user_level','0'),(34604,2666,'default_password_nag','1'),(34605,2667,'nickname','spanishscorpio762003'),(34606,2667,'first_name',''),(34607,2667,'last_name',''),(34608,2667,'description',''),(34609,2667,'rich_editing','true'),(34610,2667,'comment_shortcuts','false'),(34611,2667,'admin_color','fresh'),(34612,2667,'use_ssl','0'),(34613,2667,'show_admin_bar_front','true'),(34614,2667,'locale',''),(34615,2667,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34616,2667,'wp_user_level','0'),(34617,2667,'default_password_nag','1'),(34618,2668,'nickname','dollarzone51991'),(34619,2668,'first_name',''),(34620,2668,'last_name',''),(34621,2668,'description',''),(34622,2668,'rich_editing','true'),(34623,2668,'comment_shortcuts','false'),(34624,2668,'admin_color','fresh'),(34625,2668,'use_ssl','0'),(34626,2668,'show_admin_bar_front','true'),(34627,2668,'locale',''),(34628,2668,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34629,2668,'wp_user_level','0'),(34630,2668,'default_password_nag','1'),(34631,2669,'nickname','jcbckcac2005'),(34632,2669,'first_name',''),(34633,2669,'last_name',''),(34634,2669,'description',''),(34635,2669,'rich_editing','true'),(34636,2669,'comment_shortcuts','false'),(34637,2669,'admin_color','fresh'),(34638,2669,'use_ssl','0'),(34639,2669,'show_admin_bar_front','true'),(34640,2669,'locale',''),(34641,2669,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34642,2669,'wp_user_level','0'),(34643,2669,'default_password_nag','1'),(34644,2670,'nickname','ostern.matthias1960'),(34645,2670,'first_name',''),(34646,2670,'last_name',''),(34647,2670,'description',''),(34648,2670,'rich_editing','true'),(34649,2670,'comment_shortcuts','false'),(34650,2670,'admin_color','fresh'),(34651,2670,'use_ssl','0'),(34652,2670,'show_admin_bar_front','true'),(34653,2670,'locale',''),(34654,2670,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34655,2670,'wp_user_level','0'),(34656,2670,'default_password_nag','1'),(34657,2671,'nickname','tory.allen2004'),(34658,2671,'first_name',''),(34659,2671,'last_name',''),(34660,2671,'description',''),(34661,2671,'rich_editing','true'),(34662,2671,'comment_shortcuts','false'),(34663,2671,'admin_color','fresh'),(34664,2671,'use_ssl','0'),(34665,2671,'show_admin_bar_front','true'),(34666,2671,'locale',''),(34667,2671,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34668,2671,'wp_user_level','0'),(34669,2671,'default_password_nag','1'),(34670,2672,'nickname','sbschein11979'),(34671,2672,'first_name',''),(34672,2672,'last_name',''),(34673,2672,'description',''),(34674,2672,'rich_editing','true'),(34675,2672,'comment_shortcuts','false'),(34676,2672,'admin_color','fresh'),(34677,2672,'use_ssl','0'),(34678,2672,'show_admin_bar_front','true'),(34679,2672,'locale',''),(34680,2672,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34681,2672,'wp_user_level','0'),(34682,2672,'default_password_nag','1'),(34683,2673,'nickname','charlotteburgess19871982'),(34684,2673,'first_name',''),(34685,2673,'last_name',''),(34686,2673,'description',''),(34687,2673,'rich_editing','true'),(34688,2673,'comment_shortcuts','false'),(34689,2673,'admin_color','fresh'),(34690,2673,'use_ssl','0'),(34691,2673,'show_admin_bar_front','true'),(34692,2673,'locale',''),(34693,2673,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34694,2673,'wp_user_level','0'),(34695,2673,'default_password_nag','1'),(34696,2674,'nickname','james.bigelow1999'),(34697,2674,'first_name',''),(34698,2674,'last_name',''),(34699,2674,'description',''),(34700,2674,'rich_editing','true'),(34701,2674,'comment_shortcuts','false'),(34702,2674,'admin_color','fresh'),(34703,2674,'use_ssl','0'),(34704,2674,'show_admin_bar_front','true'),(34705,2674,'locale',''),(34706,2674,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34707,2674,'wp_user_level','0'),(34708,2674,'default_password_nag','1'),(34709,2675,'nickname','nad19671984'),(34710,2675,'first_name',''),(34711,2675,'last_name',''),(34712,2675,'description',''),(34713,2675,'rich_editing','true'),(34714,2675,'comment_shortcuts','false'),(34715,2675,'admin_color','fresh'),(34716,2675,'use_ssl','0'),(34717,2675,'show_admin_bar_front','true'),(34718,2675,'locale',''),(34719,2675,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34720,2675,'wp_user_level','0'),(34721,2675,'default_password_nag','1'),(34722,2676,'nickname','lexthedon1957'),(34723,2676,'first_name',''),(34724,2676,'last_name',''),(34725,2676,'description',''),(34726,2676,'rich_editing','true'),(34727,2676,'comment_shortcuts','false'),(34728,2676,'admin_color','fresh'),(34729,2676,'use_ssl','0'),(34730,2676,'show_admin_bar_front','true'),(34731,2676,'locale',''),(34732,2676,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34733,2676,'wp_user_level','0'),(34734,2676,'default_password_nag','1'),(34735,2677,'nickname','mzahidanwar2008'),(34736,2677,'first_name',''),(34737,2677,'last_name',''),(34738,2677,'description',''),(34739,2677,'rich_editing','true'),(34740,2677,'comment_shortcuts','false'),(34741,2677,'admin_color','fresh'),(34742,2677,'use_ssl','0'),(34743,2677,'show_admin_bar_front','true'),(34744,2677,'locale',''),(34745,2677,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34746,2677,'wp_user_level','0'),(34747,2677,'default_password_nag','1'),(34748,2678,'nickname','tiffanie19791995'),(34749,2678,'first_name',''),(34750,2678,'last_name',''),(34751,2678,'description',''),(34752,2678,'rich_editing','true'),(34753,2678,'comment_shortcuts','false'),(34754,2678,'admin_color','fresh'),(34755,2678,'use_ssl','0'),(34756,2678,'show_admin_bar_front','true'),(34757,2678,'locale',''),(34758,2678,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34759,2678,'wp_user_level','0'),(34760,2678,'default_password_nag','1'),(34761,2679,'nickname','fuleung1081990'),(34762,2679,'first_name',''),(34763,2679,'last_name',''),(34764,2679,'description',''),(34765,2679,'rich_editing','true'),(34766,2679,'comment_shortcuts','false'),(34767,2679,'admin_color','fresh'),(34768,2679,'use_ssl','0'),(34769,2679,'show_admin_bar_front','true'),(34770,2679,'locale',''),(34771,2679,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34772,2679,'wp_user_level','0'),(34773,2679,'default_password_nag','1'),(34774,2680,'nickname','justin.foucault1988'),(34775,2680,'first_name',''),(34776,2680,'last_name',''),(34777,2680,'description',''),(34778,2680,'rich_editing','true'),(34779,2680,'comment_shortcuts','false'),(34780,2680,'admin_color','fresh'),(34781,2680,'use_ssl','0'),(34782,2680,'show_admin_bar_front','true'),(34783,2680,'locale',''),(34784,2680,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34785,2680,'wp_user_level','0'),(34786,2680,'default_password_nag','1'),(34787,2681,'nickname','jamilahlorick1982'),(34788,2681,'first_name',''),(34789,2681,'last_name',''),(34790,2681,'description',''),(34791,2681,'rich_editing','true'),(34792,2681,'comment_shortcuts','false'),(34793,2681,'admin_color','fresh'),(34794,2681,'use_ssl','0'),(34795,2681,'show_admin_bar_front','true'),(34796,2681,'locale',''),(34797,2681,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34798,2681,'wp_user_level','0'),(34799,2681,'default_password_nag','1'),(34800,2682,'nickname','jfaas2041953'),(34801,2682,'first_name',''),(34802,2682,'last_name',''),(34803,2682,'description',''),(34804,2682,'rich_editing','true'),(34805,2682,'comment_shortcuts','false'),(34806,2682,'admin_color','fresh'),(34807,2682,'use_ssl','0'),(34808,2682,'show_admin_bar_front','true'),(34809,2682,'locale',''),(34810,2682,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34811,2682,'wp_user_level','0'),(34812,2682,'default_password_nag','1'),(34813,2683,'nickname','aron97802007'),(34814,2683,'first_name',''),(34815,2683,'last_name',''),(34816,2683,'description',''),(34817,2683,'rich_editing','true'),(34818,2683,'comment_shortcuts','false'),(34819,2683,'admin_color','fresh'),(34820,2683,'use_ssl','0'),(34821,2683,'show_admin_bar_front','true'),(34822,2683,'locale',''),(34823,2683,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34824,2683,'wp_user_level','0'),(34825,2683,'default_password_nag','1'),(34826,2684,'nickname','joecruzjr1966'),(34827,2684,'first_name',''),(34828,2684,'last_name',''),(34829,2684,'description',''),(34830,2684,'rich_editing','true'),(34831,2684,'comment_shortcuts','false'),(34832,2684,'admin_color','fresh'),(34833,2684,'use_ssl','0'),(34834,2684,'show_admin_bar_front','true'),(34835,2684,'locale',''),(34836,2684,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34837,2684,'wp_user_level','0'),(34838,2684,'default_password_nag','1'),(34839,2685,'nickname','shiningthelight21955'),(34840,2685,'first_name',''),(34841,2685,'last_name',''),(34842,2685,'description',''),(34843,2685,'rich_editing','true'),(34844,2685,'comment_shortcuts','false'),(34845,2685,'admin_color','fresh'),(34846,2685,'use_ssl','0'),(34847,2685,'show_admin_bar_front','true'),(34848,2685,'locale',''),(34849,2685,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34850,2685,'wp_user_level','0'),(34851,2685,'default_password_nag','1'),(34852,2686,'nickname','rca471971'),(34853,2686,'first_name',''),(34854,2686,'last_name',''),(34855,2686,'description',''),(34856,2686,'rich_editing','true'),(34857,2686,'comment_shortcuts','false'),(34858,2686,'admin_color','fresh'),(34859,2686,'use_ssl','0'),(34860,2686,'show_admin_bar_front','true'),(34861,2686,'locale',''),(34862,2686,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34863,2686,'wp_user_level','0'),(34864,2686,'default_password_nag','1'),(34865,2687,'nickname','adamturbyfill1978'),(34866,2687,'first_name',''),(34867,2687,'last_name',''),(34868,2687,'description',''),(34869,2687,'rich_editing','true'),(34870,2687,'comment_shortcuts','false'),(34871,2687,'admin_color','fresh'),(34872,2687,'use_ssl','0'),(34873,2687,'show_admin_bar_front','true'),(34874,2687,'locale',''),(34875,2687,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34876,2687,'wp_user_level','0'),(34877,2687,'default_password_nag','1'),(34878,2688,'nickname','j_culford1978'),(34879,2688,'first_name',''),(34880,2688,'last_name',''),(34881,2688,'description',''),(34882,2688,'rich_editing','true'),(34883,2688,'comment_shortcuts','false'),(34884,2688,'admin_color','fresh'),(34885,2688,'use_ssl','0'),(34886,2688,'show_admin_bar_front','true'),(34887,2688,'locale',''),(34888,2688,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34889,2688,'wp_user_level','0'),(34890,2688,'default_password_nag','1'),(34891,2689,'nickname','yayantrilles1981'),(34892,2689,'first_name',''),(34893,2689,'last_name',''),(34894,2689,'description',''),(34895,2689,'rich_editing','true'),(34896,2689,'comment_shortcuts','false'),(34897,2689,'admin_color','fresh'),(34898,2689,'use_ssl','0'),(34899,2689,'show_admin_bar_front','true'),(34900,2689,'locale',''),(34901,2689,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34902,2689,'wp_user_level','0'),(34903,2689,'default_password_nag','1'),(34904,2690,'nickname','john.singel2008'),(34905,2690,'first_name',''),(34906,2690,'last_name',''),(34907,2690,'description',''),(34908,2690,'rich_editing','true'),(34909,2690,'comment_shortcuts','false'),(34910,2690,'admin_color','fresh'),(34911,2690,'use_ssl','0'),(34912,2690,'show_admin_bar_front','true'),(34913,2690,'locale',''),(34914,2690,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34915,2690,'wp_user_level','0'),(34916,2690,'default_password_nag','1'),(34917,2691,'nickname','dpauljazzsinger1993'),(34918,2691,'first_name',''),(34919,2691,'last_name',''),(34920,2691,'description',''),(34921,2691,'rich_editing','true'),(34922,2691,'comment_shortcuts','false'),(34923,2691,'admin_color','fresh'),(34924,2691,'use_ssl','0'),(34925,2691,'show_admin_bar_front','true'),(34926,2691,'locale',''),(34927,2691,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34928,2691,'wp_user_level','0'),(34929,2691,'default_password_nag','1'),(34930,2692,'nickname','rmj.coffee1974'),(34931,2692,'first_name',''),(34932,2692,'last_name',''),(34933,2692,'description',''),(34934,2692,'rich_editing','true'),(34935,2692,'comment_shortcuts','false'),(34936,2692,'admin_color','fresh'),(34937,2692,'use_ssl','0'),(34938,2692,'show_admin_bar_front','true'),(34939,2692,'locale',''),(34940,2692,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34941,2692,'wp_user_level','0'),(34942,2692,'default_password_nag','1'),(34943,2693,'nickname','jorgeambriz681976'),(34944,2693,'first_name',''),(34945,2693,'last_name',''),(34946,2693,'description',''),(34947,2693,'rich_editing','true'),(34948,2693,'comment_shortcuts','false'),(34949,2693,'admin_color','fresh'),(34950,2693,'use_ssl','0'),(34951,2693,'show_admin_bar_front','true'),(34952,2693,'locale',''),(34953,2693,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34954,2693,'wp_user_level','0'),(34955,2693,'default_password_nag','1'),(34956,2694,'nickname','dolfingrl00822007'),(34957,2694,'first_name',''),(34958,2694,'last_name',''),(34959,2694,'description',''),(34960,2694,'rich_editing','true'),(34961,2694,'comment_shortcuts','false'),(34962,2694,'admin_color','fresh'),(34963,2694,'use_ssl','0'),(34964,2694,'show_admin_bar_front','true'),(34965,2694,'locale',''),(34966,2694,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34967,2694,'wp_user_level','0'),(34968,2694,'default_password_nag','1'),(34969,2695,'nickname','sales2010'),(34970,2695,'first_name',''),(34971,2695,'last_name',''),(34972,2695,'description',''),(34973,2695,'rich_editing','true'),(34974,2695,'comment_shortcuts','false'),(34975,2695,'admin_color','fresh'),(34976,2695,'use_ssl','0'),(34977,2695,'show_admin_bar_front','true'),(34978,2695,'locale',''),(34979,2695,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34980,2695,'wp_user_level','0'),(34981,2695,'default_password_nag','1'),(34982,2696,'nickname','fewarn1970'),(34983,2696,'first_name',''),(34984,2696,'last_name',''),(34985,2696,'description',''),(34986,2696,'rich_editing','true'),(34987,2696,'comment_shortcuts','false'),(34988,2696,'admin_color','fresh'),(34989,2696,'use_ssl','0'),(34990,2696,'show_admin_bar_front','true'),(34991,2696,'locale',''),(34992,2696,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(34993,2696,'wp_user_level','0'),(34994,2696,'default_password_nag','1'),(34995,2697,'nickname','suzeng011950'),(34996,2697,'first_name',''),(34997,2697,'last_name',''),(34998,2697,'description',''),(34999,2697,'rich_editing','true'),(35000,2697,'comment_shortcuts','false'),(35001,2697,'admin_color','fresh'),(35002,2697,'use_ssl','0'),(35003,2697,'show_admin_bar_front','true'),(35004,2697,'locale',''),(35005,2697,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35006,2697,'wp_user_level','0'),(35007,2697,'default_password_nag','1'),(35008,2698,'nickname','rcbnewton1955'),(35009,2698,'first_name',''),(35010,2698,'last_name',''),(35011,2698,'description',''),(35012,2698,'rich_editing','true'),(35013,2698,'comment_shortcuts','false'),(35014,2698,'admin_color','fresh'),(35015,2698,'use_ssl','0'),(35016,2698,'show_admin_bar_front','true'),(35017,2698,'locale',''),(35018,2698,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35019,2698,'wp_user_level','0'),(35020,2698,'default_password_nag','1'),(35021,2699,'nickname','bsharp741965'),(35022,2699,'first_name',''),(35023,2699,'last_name',''),(35024,2699,'description',''),(35025,2699,'rich_editing','true'),(35026,2699,'comment_shortcuts','false'),(35027,2699,'admin_color','fresh'),(35028,2699,'use_ssl','0'),(35029,2699,'show_admin_bar_front','true'),(35030,2699,'locale',''),(35031,2699,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35032,2699,'wp_user_level','0'),(35033,2699,'default_password_nag','1'),(35034,2700,'nickname','pharmacistmom1985'),(35035,2700,'first_name',''),(35036,2700,'last_name',''),(35037,2700,'description',''),(35038,2700,'rich_editing','true'),(35039,2700,'comment_shortcuts','false'),(35040,2700,'admin_color','fresh'),(35041,2700,'use_ssl','0'),(35042,2700,'show_admin_bar_front','true'),(35043,2700,'locale',''),(35044,2700,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35045,2700,'wp_user_level','0'),(35046,2700,'default_password_nag','1'),(35047,2701,'nickname','ofeliadelatorre1985'),(35048,2701,'first_name',''),(35049,2701,'last_name',''),(35050,2701,'description',''),(35051,2701,'rich_editing','true'),(35052,2701,'comment_shortcuts','false'),(35053,2701,'admin_color','fresh'),(35054,2701,'use_ssl','0'),(35055,2701,'show_admin_bar_front','true'),(35056,2701,'locale',''),(35057,2701,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35058,2701,'wp_user_level','0'),(35059,2701,'default_password_nag','1'),(35060,2702,'nickname','dfun_701952'),(35061,2702,'first_name',''),(35062,2702,'last_name',''),(35063,2702,'description',''),(35064,2702,'rich_editing','true'),(35065,2702,'comment_shortcuts','false'),(35066,2702,'admin_color','fresh'),(35067,2702,'use_ssl','0'),(35068,2702,'show_admin_bar_front','true'),(35069,2702,'locale',''),(35070,2702,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35071,2702,'wp_user_level','0'),(35072,2702,'default_password_nag','1'),(35073,2703,'nickname','pixieboots391963'),(35074,2703,'first_name',''),(35075,2703,'last_name',''),(35076,2703,'description',''),(35077,2703,'rich_editing','true'),(35078,2703,'comment_shortcuts','false'),(35079,2703,'admin_color','fresh'),(35080,2703,'use_ssl','0'),(35081,2703,'show_admin_bar_front','true'),(35082,2703,'locale',''),(35083,2703,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35084,2703,'wp_user_level','0'),(35085,2703,'default_password_nag','1'),(35086,2704,'nickname','solunaris2005'),(35087,2704,'first_name',''),(35088,2704,'last_name',''),(35089,2704,'description',''),(35090,2704,'rich_editing','true'),(35091,2704,'comment_shortcuts','false'),(35092,2704,'admin_color','fresh'),(35093,2704,'use_ssl','0'),(35094,2704,'show_admin_bar_front','true'),(35095,2704,'locale',''),(35096,2704,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35097,2704,'wp_user_level','0'),(35098,2704,'default_password_nag','1'),(35099,2705,'nickname','stefy7601993'),(35100,2705,'first_name',''),(35101,2705,'last_name',''),(35102,2705,'description',''),(35103,2705,'rich_editing','true'),(35104,2705,'comment_shortcuts','false'),(35105,2705,'admin_color','fresh'),(35106,2705,'use_ssl','0'),(35107,2705,'show_admin_bar_front','true'),(35108,2705,'locale',''),(35109,2705,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35110,2705,'wp_user_level','0'),(35111,2705,'default_password_nag','1'),(35112,2706,'nickname','porter.sean222007'),(35113,2706,'first_name',''),(35114,2706,'last_name',''),(35115,2706,'description',''),(35116,2706,'rich_editing','true'),(35117,2706,'comment_shortcuts','false'),(35118,2706,'admin_color','fresh'),(35119,2706,'use_ssl','0'),(35120,2706,'show_admin_bar_front','true'),(35121,2706,'locale',''),(35122,2706,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35123,2706,'wp_user_level','0'),(35124,2706,'default_password_nag','1'),(35125,2707,'nickname','jclavell1996'),(35126,2707,'first_name',''),(35127,2707,'last_name',''),(35128,2707,'description',''),(35129,2707,'rich_editing','true'),(35130,2707,'comment_shortcuts','false'),(35131,2707,'admin_color','fresh'),(35132,2707,'use_ssl','0'),(35133,2707,'show_admin_bar_front','true'),(35134,2707,'locale',''),(35135,2707,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35136,2707,'wp_user_level','0'),(35137,2707,'default_password_nag','1'),(35138,2708,'nickname','raymondsawyer1970'),(35139,2708,'first_name',''),(35140,2708,'last_name',''),(35141,2708,'description',''),(35142,2708,'rich_editing','true'),(35143,2708,'comment_shortcuts','false'),(35144,2708,'admin_color','fresh'),(35145,2708,'use_ssl','0'),(35146,2708,'show_admin_bar_front','true'),(35147,2708,'locale',''),(35148,2708,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35149,2708,'wp_user_level','0'),(35150,2708,'default_password_nag','1'),(35151,2709,'nickname','itscrystallyn1983'),(35152,2709,'first_name',''),(35153,2709,'last_name',''),(35154,2709,'description',''),(35155,2709,'rich_editing','true'),(35156,2709,'comment_shortcuts','false'),(35157,2709,'admin_color','fresh'),(35158,2709,'use_ssl','0'),(35159,2709,'show_admin_bar_front','true'),(35160,2709,'locale',''),(35161,2709,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35162,2709,'wp_user_level','0'),(35163,2709,'default_password_nag','1'),(35164,2710,'nickname','tanasteinmetz1990'),(35165,2710,'first_name',''),(35166,2710,'last_name',''),(35167,2710,'description',''),(35168,2710,'rich_editing','true'),(35169,2710,'comment_shortcuts','false'),(35170,2710,'admin_color','fresh'),(35171,2710,'use_ssl','0'),(35172,2710,'show_admin_bar_front','true'),(35173,2710,'locale',''),(35174,2710,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35175,2710,'wp_user_level','0'),(35176,2710,'default_password_nag','1'),(35177,2711,'nickname','lakshaniwijesinghe10201994'),(35178,2711,'first_name',''),(35179,2711,'last_name',''),(35180,2711,'description',''),(35181,2711,'rich_editing','true'),(35182,2711,'comment_shortcuts','false'),(35183,2711,'admin_color','fresh'),(35184,2711,'use_ssl','0'),(35185,2711,'show_admin_bar_front','true'),(35186,2711,'locale',''),(35187,2711,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35188,2711,'wp_user_level','0'),(35189,2711,'default_password_nag','1'),(35190,2712,'nickname','carllou1953'),(35191,2712,'first_name',''),(35192,2712,'last_name',''),(35193,2712,'description',''),(35194,2712,'rich_editing','true'),(35195,2712,'comment_shortcuts','false'),(35196,2712,'admin_color','fresh'),(35197,2712,'use_ssl','0'),(35198,2712,'show_admin_bar_front','true'),(35199,2712,'locale',''),(35200,2712,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35201,2712,'wp_user_level','0'),(35202,2712,'default_password_nag','1'),(35203,2713,'nickname','orgasnic11971'),(35204,2713,'first_name',''),(35205,2713,'last_name',''),(35206,2713,'description',''),(35207,2713,'rich_editing','true'),(35208,2713,'comment_shortcuts','false'),(35209,2713,'admin_color','fresh'),(35210,2713,'use_ssl','0'),(35211,2713,'show_admin_bar_front','true'),(35212,2713,'locale',''),(35213,2713,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35214,2713,'wp_user_level','0'),(35215,2713,'default_password_nag','1'),(35216,2714,'nickname','melcombs791966'),(35217,2714,'first_name',''),(35218,2714,'last_name',''),(35219,2714,'description',''),(35220,2714,'rich_editing','true'),(35221,2714,'comment_shortcuts','false'),(35222,2714,'admin_color','fresh'),(35223,2714,'use_ssl','0'),(35224,2714,'show_admin_bar_front','true'),(35225,2714,'locale',''),(35226,2714,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35227,2714,'wp_user_level','0'),(35228,2714,'default_password_nag','1'),(35229,2715,'nickname','terrywbis1994'),(35230,2715,'first_name',''),(35231,2715,'last_name',''),(35232,2715,'description',''),(35233,2715,'rich_editing','true'),(35234,2715,'comment_shortcuts','false'),(35235,2715,'admin_color','fresh'),(35236,2715,'use_ssl','0'),(35237,2715,'show_admin_bar_front','true'),(35238,2715,'locale',''),(35239,2715,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35240,2715,'wp_user_level','0'),(35241,2715,'default_password_nag','1'),(35242,2716,'nickname','susan1991'),(35243,2716,'first_name',''),(35244,2716,'last_name',''),(35245,2716,'description',''),(35246,2716,'rich_editing','true'),(35247,2716,'comment_shortcuts','false'),(35248,2716,'admin_color','fresh'),(35249,2716,'use_ssl','0'),(35250,2716,'show_admin_bar_front','true'),(35251,2716,'locale',''),(35252,2716,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35253,2716,'wp_user_level','0'),(35254,2716,'default_password_nag','1'),(35255,2717,'nickname','kimhunt1977'),(35256,2717,'first_name',''),(35257,2717,'last_name',''),(35258,2717,'description',''),(35259,2717,'rich_editing','true'),(35260,2717,'comment_shortcuts','false'),(35261,2717,'admin_color','fresh'),(35262,2717,'use_ssl','0'),(35263,2717,'show_admin_bar_front','true'),(35264,2717,'locale',''),(35265,2717,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35266,2717,'wp_user_level','0'),(35267,2717,'default_password_nag','1'),(35268,2718,'nickname','rep313801963'),(35269,2718,'first_name',''),(35270,2718,'last_name',''),(35271,2718,'description',''),(35272,2718,'rich_editing','true'),(35273,2718,'comment_shortcuts','false'),(35274,2718,'admin_color','fresh'),(35275,2718,'use_ssl','0'),(35276,2718,'show_admin_bar_front','true'),(35277,2718,'locale',''),(35278,2718,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35279,2718,'wp_user_level','0'),(35280,2718,'default_password_nag','1'),(35281,2719,'nickname','edgrieb1969'),(35282,2719,'first_name',''),(35283,2719,'last_name',''),(35284,2719,'description',''),(35285,2719,'rich_editing','true'),(35286,2719,'comment_shortcuts','false'),(35287,2719,'admin_color','fresh'),(35288,2719,'use_ssl','0'),(35289,2719,'show_admin_bar_front','true'),(35290,2719,'locale',''),(35291,2719,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35292,2719,'wp_user_level','0'),(35293,2719,'default_password_nag','1'),(35294,2720,'nickname','tebhughes1984'),(35295,2720,'first_name',''),(35296,2720,'last_name',''),(35297,2720,'description',''),(35298,2720,'rich_editing','true'),(35299,2720,'comment_shortcuts','false'),(35300,2720,'admin_color','fresh'),(35301,2720,'use_ssl','0'),(35302,2720,'show_admin_bar_front','true'),(35303,2720,'locale',''),(35304,2720,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35305,2720,'wp_user_level','0'),(35306,2720,'default_password_nag','1'),(35307,2721,'nickname','sandrakw1978'),(35308,2721,'first_name',''),(35309,2721,'last_name',''),(35310,2721,'description',''),(35311,2721,'rich_editing','true'),(35312,2721,'comment_shortcuts','false'),(35313,2721,'admin_color','fresh'),(35314,2721,'use_ssl','0'),(35315,2721,'show_admin_bar_front','true'),(35316,2721,'locale',''),(35317,2721,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35318,2721,'wp_user_level','0'),(35319,2721,'default_password_nag','1'),(35320,2722,'nickname','morlypierre1971'),(35321,2722,'first_name',''),(35322,2722,'last_name',''),(35323,2722,'description',''),(35324,2722,'rich_editing','true'),(35325,2722,'comment_shortcuts','false'),(35326,2722,'admin_color','fresh'),(35327,2722,'use_ssl','0'),(35328,2722,'show_admin_bar_front','true'),(35329,2722,'locale',''),(35330,2722,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35331,2722,'wp_user_level','0'),(35332,2722,'default_password_nag','1'),(35333,2723,'nickname','davidburke1962'),(35334,2723,'first_name',''),(35335,2723,'last_name',''),(35336,2723,'description',''),(35337,2723,'rich_editing','true'),(35338,2723,'comment_shortcuts','false'),(35339,2723,'admin_color','fresh'),(35340,2723,'use_ssl','0'),(35341,2723,'show_admin_bar_front','true'),(35342,2723,'locale',''),(35343,2723,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35344,2723,'wp_user_level','0'),(35345,2723,'default_password_nag','1'),(35346,2724,'nickname','robm6141962'),(35347,2724,'first_name',''),(35348,2724,'last_name',''),(35349,2724,'description',''),(35350,2724,'rich_editing','true'),(35351,2724,'comment_shortcuts','false'),(35352,2724,'admin_color','fresh'),(35353,2724,'use_ssl','0'),(35354,2724,'show_admin_bar_front','true'),(35355,2724,'locale',''),(35356,2724,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35357,2724,'wp_user_level','0'),(35358,2724,'default_password_nag','1'),(35359,2725,'nickname','dorotarubinoff1993'),(35360,2725,'first_name',''),(35361,2725,'last_name',''),(35362,2725,'description',''),(35363,2725,'rich_editing','true'),(35364,2725,'comment_shortcuts','false'),(35365,2725,'admin_color','fresh'),(35366,2725,'use_ssl','0'),(35367,2725,'show_admin_bar_front','true'),(35368,2725,'locale',''),(35369,2725,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35370,2725,'wp_user_level','0'),(35371,2725,'default_password_nag','1'),(35372,2726,'nickname','ljacobson61973'),(35373,2726,'first_name',''),(35374,2726,'last_name',''),(35375,2726,'description',''),(35376,2726,'rich_editing','true'),(35377,2726,'comment_shortcuts','false'),(35378,2726,'admin_color','fresh'),(35379,2726,'use_ssl','0'),(35380,2726,'show_admin_bar_front','true'),(35381,2726,'locale',''),(35382,2726,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35383,2726,'wp_user_level','0'),(35384,2726,'default_password_nag','1'),(35385,2727,'nickname','marc531981'),(35386,2727,'first_name',''),(35387,2727,'last_name',''),(35388,2727,'description',''),(35389,2727,'rich_editing','true'),(35390,2727,'comment_shortcuts','false'),(35391,2727,'admin_color','fresh'),(35392,2727,'use_ssl','0'),(35393,2727,'show_admin_bar_front','true'),(35394,2727,'locale',''),(35395,2727,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35396,2727,'wp_user_level','0'),(35397,2727,'default_password_nag','1'),(35398,2728,'nickname','markpotterf1952'),(35399,2728,'first_name',''),(35400,2728,'last_name',''),(35401,2728,'description',''),(35402,2728,'rich_editing','true'),(35403,2728,'comment_shortcuts','false'),(35404,2728,'admin_color','fresh'),(35405,2728,'use_ssl','0'),(35406,2728,'show_admin_bar_front','true'),(35407,2728,'locale',''),(35408,2728,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35409,2728,'wp_user_level','0'),(35410,2728,'default_password_nag','1'),(35411,2729,'nickname','marko-filip2010'),(35412,2729,'first_name',''),(35413,2729,'last_name',''),(35414,2729,'description',''),(35415,2729,'rich_editing','true'),(35416,2729,'comment_shortcuts','false'),(35417,2729,'admin_color','fresh'),(35418,2729,'use_ssl','0'),(35419,2729,'show_admin_bar_front','true'),(35420,2729,'locale',''),(35421,2729,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35422,2729,'wp_user_level','0'),(35423,2729,'default_password_nag','1'),(35424,2730,'nickname','tenor_mike1960'),(35425,2730,'first_name',''),(35426,2730,'last_name',''),(35427,2730,'description',''),(35428,2730,'rich_editing','true'),(35429,2730,'comment_shortcuts','false'),(35430,2730,'admin_color','fresh'),(35431,2730,'use_ssl','0'),(35432,2730,'show_admin_bar_front','true'),(35433,2730,'locale',''),(35434,2730,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35435,2730,'wp_user_level','0'),(35436,2730,'default_password_nag','1'),(35437,2731,'nickname','interfolddesigns1976'),(35438,2731,'first_name',''),(35439,2731,'last_name',''),(35440,2731,'description',''),(35441,2731,'rich_editing','true'),(35442,2731,'comment_shortcuts','false'),(35443,2731,'admin_color','fresh'),(35444,2731,'use_ssl','0'),(35445,2731,'show_admin_bar_front','true'),(35446,2731,'locale',''),(35447,2731,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35448,2731,'wp_user_level','0'),(35449,2731,'default_password_nag','1'),(35450,2732,'nickname','bullettrainbt1978'),(35451,2732,'first_name',''),(35452,2732,'last_name',''),(35453,2732,'description',''),(35454,2732,'rich_editing','true'),(35455,2732,'comment_shortcuts','false'),(35456,2732,'admin_color','fresh'),(35457,2732,'use_ssl','0'),(35458,2732,'show_admin_bar_front','true'),(35459,2732,'locale',''),(35460,2732,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35461,2732,'wp_user_level','0'),(35462,2732,'default_password_nag','1'),(35463,2733,'nickname','tkefrost1978'),(35464,2733,'first_name',''),(35465,2733,'last_name',''),(35466,2733,'description',''),(35467,2733,'rich_editing','true'),(35468,2733,'comment_shortcuts','false'),(35469,2733,'admin_color','fresh'),(35470,2733,'use_ssl','0'),(35471,2733,'show_admin_bar_front','true'),(35472,2733,'locale',''),(35473,2733,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35474,2733,'wp_user_level','0'),(35475,2733,'default_password_nag','1'),(35476,2734,'nickname','toohey971961'),(35477,2734,'first_name',''),(35478,2734,'last_name',''),(35479,2734,'description',''),(35480,2734,'rich_editing','true'),(35481,2734,'comment_shortcuts','false'),(35482,2734,'admin_color','fresh'),(35483,2734,'use_ssl','0'),(35484,2734,'show_admin_bar_front','true'),(35485,2734,'locale',''),(35486,2734,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35487,2734,'wp_user_level','0'),(35488,2734,'default_password_nag','1'),(35489,2735,'nickname','vanbellinghenjo2002'),(35490,2735,'first_name',''),(35491,2735,'last_name',''),(35492,2735,'description',''),(35493,2735,'rich_editing','true'),(35494,2735,'comment_shortcuts','false'),(35495,2735,'admin_color','fresh'),(35496,2735,'use_ssl','0'),(35497,2735,'show_admin_bar_front','true'),(35498,2735,'locale',''),(35499,2735,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35500,2735,'wp_user_level','0'),(35501,2735,'default_password_nag','1'),(35502,2736,'nickname','sdrake12671975'),(35503,2736,'first_name',''),(35504,2736,'last_name',''),(35505,2736,'description',''),(35506,2736,'rich_editing','true'),(35507,2736,'comment_shortcuts','false'),(35508,2736,'admin_color','fresh'),(35509,2736,'use_ssl','0'),(35510,2736,'show_admin_bar_front','true'),(35511,2736,'locale',''),(35512,2736,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35513,2736,'wp_user_level','0'),(35514,2736,'default_password_nag','1'),(35515,2737,'nickname','dicarlo520011951'),(35516,2737,'first_name',''),(35517,2737,'last_name',''),(35518,2737,'description',''),(35519,2737,'rich_editing','true'),(35520,2737,'comment_shortcuts','false'),(35521,2737,'admin_color','fresh'),(35522,2737,'use_ssl','0'),(35523,2737,'show_admin_bar_front','true'),(35524,2737,'locale',''),(35525,2737,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35526,2737,'wp_user_level','0'),(35527,2737,'default_password_nag','1'),(35528,2738,'nickname','sweetheartgagirl1963'),(35529,2738,'first_name',''),(35530,2738,'last_name',''),(35531,2738,'description',''),(35532,2738,'rich_editing','true'),(35533,2738,'comment_shortcuts','false'),(35534,2738,'admin_color','fresh'),(35535,2738,'use_ssl','0'),(35536,2738,'show_admin_bar_front','true'),(35537,2738,'locale',''),(35538,2738,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35539,2738,'wp_user_level','0'),(35540,2738,'default_password_nag','1'),(35541,2739,'nickname','dd.bixler1986'),(35542,2739,'first_name',''),(35543,2739,'last_name',''),(35544,2739,'description',''),(35545,2739,'rich_editing','true'),(35546,2739,'comment_shortcuts','false'),(35547,2739,'admin_color','fresh'),(35548,2739,'use_ssl','0'),(35549,2739,'show_admin_bar_front','true'),(35550,2739,'locale',''),(35551,2739,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35552,2739,'wp_user_level','0'),(35553,2739,'default_password_nag','1'),(35554,2740,'nickname','maoamy1979'),(35555,2740,'first_name',''),(35556,2740,'last_name',''),(35557,2740,'description',''),(35558,2740,'rich_editing','true'),(35559,2740,'comment_shortcuts','false'),(35560,2740,'admin_color','fresh'),(35561,2740,'use_ssl','0'),(35562,2740,'show_admin_bar_front','true'),(35563,2740,'locale',''),(35564,2740,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35565,2740,'wp_user_level','0'),(35566,2740,'default_password_nag','1'),(35567,2741,'nickname','devlingareth1969'),(35568,2741,'first_name',''),(35569,2741,'last_name',''),(35570,2741,'description',''),(35571,2741,'rich_editing','true'),(35572,2741,'comment_shortcuts','false'),(35573,2741,'admin_color','fresh'),(35574,2741,'use_ssl','0'),(35575,2741,'show_admin_bar_front','true'),(35576,2741,'locale',''),(35577,2741,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35578,2741,'wp_user_level','0'),(35579,2741,'default_password_nag','1'),(35580,2742,'nickname','andres.monta1984'),(35581,2742,'first_name',''),(35582,2742,'last_name',''),(35583,2742,'description',''),(35584,2742,'rich_editing','true'),(35585,2742,'comment_shortcuts','false'),(35586,2742,'admin_color','fresh'),(35587,2742,'use_ssl','0'),(35588,2742,'show_admin_bar_front','true'),(35589,2742,'locale',''),(35590,2742,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35591,2742,'wp_user_level','0'),(35592,2742,'default_password_nag','1'),(35593,2743,'nickname','mikeniday1999'),(35594,2743,'first_name',''),(35595,2743,'last_name',''),(35596,2743,'description',''),(35597,2743,'rich_editing','true'),(35598,2743,'comment_shortcuts','false'),(35599,2743,'admin_color','fresh'),(35600,2743,'use_ssl','0'),(35601,2743,'show_admin_bar_front','true'),(35602,2743,'locale',''),(35603,2743,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35604,2743,'wp_user_level','0'),(35605,2743,'default_password_nag','1'),(35606,2744,'nickname','robert.ahart1965'),(35607,2744,'first_name',''),(35608,2744,'last_name',''),(35609,2744,'description',''),(35610,2744,'rich_editing','true'),(35611,2744,'comment_shortcuts','false'),(35612,2744,'admin_color','fresh'),(35613,2744,'use_ssl','0'),(35614,2744,'show_admin_bar_front','true'),(35615,2744,'locale',''),(35616,2744,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35617,2744,'wp_user_level','0'),(35618,2744,'default_password_nag','1'),(35619,2745,'nickname','njmsable1952'),(35620,2745,'first_name',''),(35621,2745,'last_name',''),(35622,2745,'description',''),(35623,2745,'rich_editing','true'),(35624,2745,'comment_shortcuts','false'),(35625,2745,'admin_color','fresh'),(35626,2745,'use_ssl','0'),(35627,2745,'show_admin_bar_front','true'),(35628,2745,'locale',''),(35629,2745,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35630,2745,'wp_user_level','0'),(35631,2745,'default_password_nag','1'),(35632,2746,'nickname','stewardent1969'),(35633,2746,'first_name',''),(35634,2746,'last_name',''),(35635,2746,'description',''),(35636,2746,'rich_editing','true'),(35637,2746,'comment_shortcuts','false'),(35638,2746,'admin_color','fresh'),(35639,2746,'use_ssl','0'),(35640,2746,'show_admin_bar_front','true'),(35641,2746,'locale',''),(35642,2746,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35643,2746,'wp_user_level','0'),(35644,2746,'default_password_nag','1'),(35645,2747,'nickname','sunshyneladee1992'),(35646,2747,'first_name',''),(35647,2747,'last_name',''),(35648,2747,'description',''),(35649,2747,'rich_editing','true'),(35650,2747,'comment_shortcuts','false'),(35651,2747,'admin_color','fresh'),(35652,2747,'use_ssl','0'),(35653,2747,'show_admin_bar_front','true'),(35654,2747,'locale',''),(35655,2747,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35656,2747,'wp_user_level','0'),(35657,2747,'default_password_nag','1'),(35658,2748,'nickname','sonia1979'),(35659,2748,'first_name',''),(35660,2748,'last_name',''),(35661,2748,'description',''),(35662,2748,'rich_editing','true'),(35663,2748,'comment_shortcuts','false'),(35664,2748,'admin_color','fresh'),(35665,2748,'use_ssl','0'),(35666,2748,'show_admin_bar_front','true'),(35667,2748,'locale',''),(35668,2748,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35669,2748,'wp_user_level','0'),(35670,2748,'default_password_nag','1'),(35671,2749,'nickname','jaclyn.hand1984'),(35672,2749,'first_name',''),(35673,2749,'last_name',''),(35674,2749,'description',''),(35675,2749,'rich_editing','true'),(35676,2749,'comment_shortcuts','false'),(35677,2749,'admin_color','fresh'),(35678,2749,'use_ssl','0'),(35679,2749,'show_admin_bar_front','true'),(35680,2749,'locale',''),(35681,2749,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35682,2749,'wp_user_level','0'),(35683,2749,'default_password_nag','1'),(35684,2750,'nickname','treerun841966'),(35685,2750,'first_name',''),(35686,2750,'last_name',''),(35687,2750,'description',''),(35688,2750,'rich_editing','true'),(35689,2750,'comment_shortcuts','false'),(35690,2750,'admin_color','fresh'),(35691,2750,'use_ssl','0'),(35692,2750,'show_admin_bar_front','true'),(35693,2750,'locale',''),(35694,2750,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35695,2750,'wp_user_level','0'),(35696,2750,'default_password_nag','1'),(35697,2751,'nickname','debbie_valentine1976'),(35698,2751,'first_name',''),(35699,2751,'last_name',''),(35700,2751,'description',''),(35701,2751,'rich_editing','true'),(35702,2751,'comment_shortcuts','false'),(35703,2751,'admin_color','fresh'),(35704,2751,'use_ssl','0'),(35705,2751,'show_admin_bar_front','true'),(35706,2751,'locale',''),(35707,2751,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35708,2751,'wp_user_level','0'),(35709,2751,'default_password_nag','1'),(35710,2752,'nickname','traugott10141983'),(35711,2752,'first_name',''),(35712,2752,'last_name',''),(35713,2752,'description',''),(35714,2752,'rich_editing','true'),(35715,2752,'comment_shortcuts','false'),(35716,2752,'admin_color','fresh'),(35717,2752,'use_ssl','0'),(35718,2752,'show_admin_bar_front','true'),(35719,2752,'locale',''),(35720,2752,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35721,2752,'wp_user_level','0'),(35722,2752,'default_password_nag','1'),(35723,2753,'nickname','cooper.kasie1979'),(35724,2753,'first_name',''),(35725,2753,'last_name',''),(35726,2753,'description',''),(35727,2753,'rich_editing','true'),(35728,2753,'comment_shortcuts','false'),(35729,2753,'admin_color','fresh'),(35730,2753,'use_ssl','0'),(35731,2753,'show_admin_bar_front','true'),(35732,2753,'locale',''),(35733,2753,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35734,2753,'wp_user_level','0'),(35735,2753,'default_password_nag','1'),(35736,2754,'nickname','missnyc061990'),(35737,2754,'first_name',''),(35738,2754,'last_name',''),(35739,2754,'description',''),(35740,2754,'rich_editing','true'),(35741,2754,'comment_shortcuts','false'),(35742,2754,'admin_color','fresh'),(35743,2754,'use_ssl','0'),(35744,2754,'show_admin_bar_front','true'),(35745,2754,'locale',''),(35746,2754,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35747,2754,'wp_user_level','0'),(35748,2754,'default_password_nag','1'),(35749,2755,'nickname','ckinchen1954'),(35750,2755,'first_name',''),(35751,2755,'last_name',''),(35752,2755,'description',''),(35753,2755,'rich_editing','true'),(35754,2755,'comment_shortcuts','false'),(35755,2755,'admin_color','fresh'),(35756,2755,'use_ssl','0'),(35757,2755,'show_admin_bar_front','true'),(35758,2755,'locale',''),(35759,2755,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35760,2755,'wp_user_level','0'),(35761,2755,'default_password_nag','1'),(35762,2756,'nickname','kristinehamilton1978'),(35763,2756,'first_name',''),(35764,2756,'last_name',''),(35765,2756,'description',''),(35766,2756,'rich_editing','true'),(35767,2756,'comment_shortcuts','false'),(35768,2756,'admin_color','fresh'),(35769,2756,'use_ssl','0'),(35770,2756,'show_admin_bar_front','true'),(35771,2756,'locale',''),(35772,2756,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35773,2756,'wp_user_level','0'),(35774,2756,'default_password_nag','1'),(35775,2757,'nickname','kalico12301995'),(35776,2757,'first_name',''),(35777,2757,'last_name',''),(35778,2757,'description',''),(35779,2757,'rich_editing','true'),(35780,2757,'comment_shortcuts','false'),(35781,2757,'admin_color','fresh'),(35782,2757,'use_ssl','0'),(35783,2757,'show_admin_bar_front','true'),(35784,2757,'locale',''),(35785,2757,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35786,2757,'wp_user_level','0'),(35787,2757,'default_password_nag','1'),(35788,2758,'nickname','jdgibson21980'),(35789,2758,'first_name',''),(35790,2758,'last_name',''),(35791,2758,'description',''),(35792,2758,'rich_editing','true'),(35793,2758,'comment_shortcuts','false'),(35794,2758,'admin_color','fresh'),(35795,2758,'use_ssl','0'),(35796,2758,'show_admin_bar_front','true'),(35797,2758,'locale',''),(35798,2758,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35799,2758,'wp_user_level','0'),(35800,2758,'default_password_nag','1'),(35801,2759,'nickname','jacko1117492004'),(35802,2759,'first_name',''),(35803,2759,'last_name',''),(35804,2759,'description',''),(35805,2759,'rich_editing','true'),(35806,2759,'comment_shortcuts','false'),(35807,2759,'admin_color','fresh'),(35808,2759,'use_ssl','0'),(35809,2759,'show_admin_bar_front','true'),(35810,2759,'locale',''),(35811,2759,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35812,2759,'wp_user_level','0'),(35813,2759,'default_password_nag','1'),(35814,2760,'nickname','stellarsol1994'),(35815,2760,'first_name',''),(35816,2760,'last_name',''),(35817,2760,'description',''),(35818,2760,'rich_editing','true'),(35819,2760,'comment_shortcuts','false'),(35820,2760,'admin_color','fresh'),(35821,2760,'use_ssl','0'),(35822,2760,'show_admin_bar_front','true'),(35823,2760,'locale',''),(35824,2760,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35825,2760,'wp_user_level','0'),(35826,2760,'default_password_nag','1'),(35827,2761,'nickname','bmartel1989'),(35828,2761,'first_name',''),(35829,2761,'last_name',''),(35830,2761,'description',''),(35831,2761,'rich_editing','true'),(35832,2761,'comment_shortcuts','false'),(35833,2761,'admin_color','fresh'),(35834,2761,'use_ssl','0'),(35835,2761,'show_admin_bar_front','true'),(35836,2761,'locale',''),(35837,2761,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35838,2761,'wp_user_level','0'),(35839,2761,'default_password_nag','1'),(35840,2762,'nickname','jmgreinke641956'),(35841,2762,'first_name',''),(35842,2762,'last_name',''),(35843,2762,'description',''),(35844,2762,'rich_editing','true'),(35845,2762,'comment_shortcuts','false'),(35846,2762,'admin_color','fresh'),(35847,2762,'use_ssl','0'),(35848,2762,'show_admin_bar_front','true'),(35849,2762,'locale',''),(35850,2762,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35851,2762,'wp_user_level','0'),(35852,2762,'default_password_nag','1'),(35853,2763,'nickname','aquache1984'),(35854,2763,'first_name',''),(35855,2763,'last_name',''),(35856,2763,'description',''),(35857,2763,'rich_editing','true'),(35858,2763,'comment_shortcuts','false'),(35859,2763,'admin_color','fresh'),(35860,2763,'use_ssl','0'),(35861,2763,'show_admin_bar_front','true'),(35862,2763,'locale',''),(35863,2763,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35864,2763,'wp_user_level','0'),(35865,2763,'default_password_nag','1'),(35866,2764,'nickname','brascia21952'),(35867,2764,'first_name',''),(35868,2764,'last_name',''),(35869,2764,'description',''),(35870,2764,'rich_editing','true'),(35871,2764,'comment_shortcuts','false'),(35872,2764,'admin_color','fresh'),(35873,2764,'use_ssl','0'),(35874,2764,'show_admin_bar_front','true'),(35875,2764,'locale',''),(35876,2764,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35877,2764,'wp_user_level','0'),(35878,2764,'default_password_nag','1'),(35879,2765,'nickname','josephperrine2005'),(35880,2765,'first_name',''),(35881,2765,'last_name',''),(35882,2765,'description',''),(35883,2765,'rich_editing','true'),(35884,2765,'comment_shortcuts','false'),(35885,2765,'admin_color','fresh'),(35886,2765,'use_ssl','0'),(35887,2765,'show_admin_bar_front','true'),(35888,2765,'locale',''),(35889,2765,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35890,2765,'wp_user_level','0'),(35891,2765,'default_password_nag','1'),(35892,2766,'nickname','crisrue331976'),(35893,2766,'first_name',''),(35894,2766,'last_name',''),(35895,2766,'description',''),(35896,2766,'rich_editing','true'),(35897,2766,'comment_shortcuts','false'),(35898,2766,'admin_color','fresh'),(35899,2766,'use_ssl','0'),(35900,2766,'show_admin_bar_front','true'),(35901,2766,'locale',''),(35902,2766,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35903,2766,'wp_user_level','0'),(35904,2766,'default_password_nag','1'),(35905,2767,'nickname','verkeert1998'),(35906,2767,'first_name',''),(35907,2767,'last_name',''),(35908,2767,'description',''),(35909,2767,'rich_editing','true'),(35910,2767,'comment_shortcuts','false'),(35911,2767,'admin_color','fresh'),(35912,2767,'use_ssl','0'),(35913,2767,'show_admin_bar_front','true'),(35914,2767,'locale',''),(35915,2767,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35916,2767,'wp_user_level','0'),(35917,2767,'default_password_nag','1'),(35918,2768,'nickname','t_shilling1993'),(35919,2768,'first_name',''),(35920,2768,'last_name',''),(35921,2768,'description',''),(35922,2768,'rich_editing','true'),(35923,2768,'comment_shortcuts','false'),(35924,2768,'admin_color','fresh'),(35925,2768,'use_ssl','0'),(35926,2768,'show_admin_bar_front','true'),(35927,2768,'locale',''),(35928,2768,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35929,2768,'wp_user_level','0'),(35930,2768,'default_password_nag','1'),(35931,2769,'nickname','dlibo1999'),(35932,2769,'first_name',''),(35933,2769,'last_name',''),(35934,2769,'description',''),(35935,2769,'rich_editing','true'),(35936,2769,'comment_shortcuts','false'),(35937,2769,'admin_color','fresh'),(35938,2769,'use_ssl','0'),(35939,2769,'show_admin_bar_front','true'),(35940,2769,'locale',''),(35941,2769,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35942,2769,'wp_user_level','0'),(35943,2769,'default_password_nag','1'),(35944,2770,'nickname','jenjam251967'),(35945,2770,'first_name',''),(35946,2770,'last_name',''),(35947,2770,'description',''),(35948,2770,'rich_editing','true'),(35949,2770,'comment_shortcuts','false'),(35950,2770,'admin_color','fresh'),(35951,2770,'use_ssl','0'),(35952,2770,'show_admin_bar_front','true'),(35953,2770,'locale',''),(35954,2770,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35955,2770,'wp_user_level','0'),(35956,2770,'default_password_nag','1'),(35957,2771,'nickname','mendy10092003'),(35958,2771,'first_name',''),(35959,2771,'last_name',''),(35960,2771,'description',''),(35961,2771,'rich_editing','true'),(35962,2771,'comment_shortcuts','false'),(35963,2771,'admin_color','fresh'),(35964,2771,'use_ssl','0'),(35965,2771,'show_admin_bar_front','true'),(35966,2771,'locale',''),(35967,2771,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35968,2771,'wp_user_level','0'),(35969,2771,'default_password_nag','1'),(35970,2772,'nickname','delawarekid1953'),(35971,2772,'first_name',''),(35972,2772,'last_name',''),(35973,2772,'description',''),(35974,2772,'rich_editing','true'),(35975,2772,'comment_shortcuts','false'),(35976,2772,'admin_color','fresh'),(35977,2772,'use_ssl','0'),(35978,2772,'show_admin_bar_front','true'),(35979,2772,'locale',''),(35980,2772,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35981,2772,'wp_user_level','0'),(35982,2772,'default_password_nag','1'),(35983,2773,'nickname','xiangshaolongx2006'),(35984,2773,'first_name',''),(35985,2773,'last_name',''),(35986,2773,'description',''),(35987,2773,'rich_editing','true'),(35988,2773,'comment_shortcuts','false'),(35989,2773,'admin_color','fresh'),(35990,2773,'use_ssl','0'),(35991,2773,'show_admin_bar_front','true'),(35992,2773,'locale',''),(35993,2773,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(35994,2773,'wp_user_level','0'),(35995,2773,'default_password_nag','1'),(35996,2774,'nickname','lmelamud1995'),(35997,2774,'first_name',''),(35998,2774,'last_name',''),(35999,2774,'description',''),(36000,2774,'rich_editing','true'),(36001,2774,'comment_shortcuts','false'),(36002,2774,'admin_color','fresh'),(36003,2774,'use_ssl','0'),(36004,2774,'show_admin_bar_front','true'),(36005,2774,'locale',''),(36006,2774,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36007,2774,'wp_user_level','0'),(36008,2774,'default_password_nag','1'),(36009,2775,'nickname','midniteboop2004'),(36010,2775,'first_name',''),(36011,2775,'last_name',''),(36012,2775,'description',''),(36013,2775,'rich_editing','true'),(36014,2775,'comment_shortcuts','false'),(36015,2775,'admin_color','fresh'),(36016,2775,'use_ssl','0'),(36017,2775,'show_admin_bar_front','true'),(36018,2775,'locale',''),(36019,2775,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36020,2775,'wp_user_level','0'),(36021,2775,'default_password_nag','1'),(36022,2776,'nickname','christopher.h.campbell11959'),(36023,2776,'first_name',''),(36024,2776,'last_name',''),(36025,2776,'description',''),(36026,2776,'rich_editing','true'),(36027,2776,'comment_shortcuts','false'),(36028,2776,'admin_color','fresh'),(36029,2776,'use_ssl','0'),(36030,2776,'show_admin_bar_front','true'),(36031,2776,'locale',''),(36032,2776,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36033,2776,'wp_user_level','0'),(36034,2776,'default_password_nag','1'),(36035,2777,'nickname','jeredk1970'),(36036,2777,'first_name',''),(36037,2777,'last_name',''),(36038,2777,'description',''),(36039,2777,'rich_editing','true'),(36040,2777,'comment_shortcuts','false'),(36041,2777,'admin_color','fresh'),(36042,2777,'use_ssl','0'),(36043,2777,'show_admin_bar_front','true'),(36044,2777,'locale',''),(36045,2777,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36046,2777,'wp_user_level','0'),(36047,2777,'default_password_nag','1'),(36048,2778,'nickname','kawvalet1996'),(36049,2778,'first_name',''),(36050,2778,'last_name',''),(36051,2778,'description',''),(36052,2778,'rich_editing','true'),(36053,2778,'comment_shortcuts','false'),(36054,2778,'admin_color','fresh'),(36055,2778,'use_ssl','0'),(36056,2778,'show_admin_bar_front','true'),(36057,2778,'locale',''),(36058,2778,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36059,2778,'wp_user_level','0'),(36060,2778,'default_password_nag','1'),(36061,2779,'nickname','bobbybingo691963'),(36062,2779,'first_name',''),(36063,2779,'last_name',''),(36064,2779,'description',''),(36065,2779,'rich_editing','true'),(36066,2779,'comment_shortcuts','false'),(36067,2779,'admin_color','fresh'),(36068,2779,'use_ssl','0'),(36069,2779,'show_admin_bar_front','true'),(36070,2779,'locale',''),(36071,2779,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36072,2779,'wp_user_level','0'),(36073,2779,'default_password_nag','1'),(36074,2780,'nickname','mangevine1987'),(36075,2780,'first_name',''),(36076,2780,'last_name',''),(36077,2780,'description',''),(36078,2780,'rich_editing','true'),(36079,2780,'comment_shortcuts','false'),(36080,2780,'admin_color','fresh'),(36081,2780,'use_ssl','0'),(36082,2780,'show_admin_bar_front','true'),(36083,2780,'locale',''),(36084,2780,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36085,2780,'wp_user_level','0'),(36086,2780,'default_password_nag','1'),(36087,2781,'nickname','elderbek1986'),(36088,2781,'first_name',''),(36089,2781,'last_name',''),(36090,2781,'description',''),(36091,2781,'rich_editing','true'),(36092,2781,'comment_shortcuts','false'),(36093,2781,'admin_color','fresh'),(36094,2781,'use_ssl','0'),(36095,2781,'show_admin_bar_front','true'),(36096,2781,'locale',''),(36097,2781,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36098,2781,'wp_user_level','0'),(36099,2781,'default_password_nag','1'),(36100,2782,'nickname','larrydanks1981'),(36101,2782,'first_name',''),(36102,2782,'last_name',''),(36103,2782,'description',''),(36104,2782,'rich_editing','true'),(36105,2782,'comment_shortcuts','false'),(36106,2782,'admin_color','fresh'),(36107,2782,'use_ssl','0'),(36108,2782,'show_admin_bar_front','true'),(36109,2782,'locale',''),(36110,2782,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36111,2782,'wp_user_level','0'),(36112,2782,'default_password_nag','1'),(36113,2783,'nickname','miguel_juarez882003'),(36114,2783,'first_name',''),(36115,2783,'last_name',''),(36116,2783,'description',''),(36117,2783,'rich_editing','true'),(36118,2783,'comment_shortcuts','false'),(36119,2783,'admin_color','fresh'),(36120,2783,'use_ssl','0'),(36121,2783,'show_admin_bar_front','true'),(36122,2783,'locale',''),(36123,2783,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36124,2783,'wp_user_level','0'),(36125,2783,'default_password_nag','1'),(36126,2784,'nickname','allison.skowron1988'),(36127,2784,'first_name',''),(36128,2784,'last_name',''),(36129,2784,'description',''),(36130,2784,'rich_editing','true'),(36131,2784,'comment_shortcuts','false'),(36132,2784,'admin_color','fresh'),(36133,2784,'use_ssl','0'),(36134,2784,'show_admin_bar_front','true'),(36135,2784,'locale',''),(36136,2784,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36137,2784,'wp_user_level','0'),(36138,2784,'default_password_nag','1'),(36139,2785,'nickname','mcclach0012001'),(36140,2785,'first_name',''),(36141,2785,'last_name',''),(36142,2785,'description',''),(36143,2785,'rich_editing','true'),(36144,2785,'comment_shortcuts','false'),(36145,2785,'admin_color','fresh'),(36146,2785,'use_ssl','0'),(36147,2785,'show_admin_bar_front','true'),(36148,2785,'locale',''),(36149,2785,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36150,2785,'wp_user_level','0'),(36151,2785,'default_password_nag','1'),(36152,2786,'nickname','mjjjg41977'),(36153,2786,'first_name',''),(36154,2786,'last_name',''),(36155,2786,'description',''),(36156,2786,'rich_editing','true'),(36157,2786,'comment_shortcuts','false'),(36158,2786,'admin_color','fresh'),(36159,2786,'use_ssl','0'),(36160,2786,'show_admin_bar_front','true'),(36161,2786,'locale',''),(36162,2786,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36163,2786,'wp_user_level','0'),(36164,2786,'default_password_nag','1'),(36165,2787,'nickname','herryang991979'),(36166,2787,'first_name',''),(36167,2787,'last_name',''),(36168,2787,'description',''),(36169,2787,'rich_editing','true'),(36170,2787,'comment_shortcuts','false'),(36171,2787,'admin_color','fresh'),(36172,2787,'use_ssl','0'),(36173,2787,'show_admin_bar_front','true'),(36174,2787,'locale',''),(36175,2787,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36176,2787,'wp_user_level','0'),(36177,2787,'default_password_nag','1'),(36178,2788,'nickname','yukolovesjohnny1992'),(36179,2788,'first_name',''),(36180,2788,'last_name',''),(36181,2788,'description',''),(36182,2788,'rich_editing','true'),(36183,2788,'comment_shortcuts','false'),(36184,2788,'admin_color','fresh'),(36185,2788,'use_ssl','0'),(36186,2788,'show_admin_bar_front','true'),(36187,2788,'locale',''),(36188,2788,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36189,2788,'wp_user_level','0'),(36190,2788,'default_password_nag','1'),(36191,2789,'nickname','snsfamilyemail1986'),(36192,2789,'first_name',''),(36193,2789,'last_name',''),(36194,2789,'description',''),(36195,2789,'rich_editing','true'),(36196,2789,'comment_shortcuts','false'),(36197,2789,'admin_color','fresh'),(36198,2789,'use_ssl','0'),(36199,2789,'show_admin_bar_front','true'),(36200,2789,'locale',''),(36201,2789,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36202,2789,'wp_user_level','0'),(36203,2789,'default_password_nag','1'),(36204,2790,'nickname','tsumpire1976'),(36205,2790,'first_name',''),(36206,2790,'last_name',''),(36207,2790,'description',''),(36208,2790,'rich_editing','true'),(36209,2790,'comment_shortcuts','false'),(36210,2790,'admin_color','fresh'),(36211,2790,'use_ssl','0'),(36212,2790,'show_admin_bar_front','true'),(36213,2790,'locale',''),(36214,2790,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36215,2790,'wp_user_level','0'),(36216,2790,'default_password_nag','1'),(36217,2791,'nickname','barrack2010'),(36218,2791,'first_name',''),(36219,2791,'last_name',''),(36220,2791,'description',''),(36221,2791,'rich_editing','true'),(36222,2791,'comment_shortcuts','false'),(36223,2791,'admin_color','fresh'),(36224,2791,'use_ssl','0'),(36225,2791,'show_admin_bar_front','true'),(36226,2791,'locale',''),(36227,2791,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36228,2791,'wp_user_level','0'),(36229,2791,'default_password_nag','1'),(36230,2792,'nickname','tpubjmjx1969'),(36231,2792,'first_name',''),(36232,2792,'last_name',''),(36233,2792,'description',''),(36234,2792,'rich_editing','true'),(36235,2792,'comment_shortcuts','false'),(36236,2792,'admin_color','fresh'),(36237,2792,'use_ssl','0'),(36238,2792,'show_admin_bar_front','true'),(36239,2792,'locale',''),(36240,2792,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36241,2792,'wp_user_level','0'),(36242,2792,'default_password_nag','1'),(36243,2793,'nickname','sh2033662004'),(36244,2793,'first_name',''),(36245,2793,'last_name',''),(36246,2793,'description',''),(36247,2793,'rich_editing','true'),(36248,2793,'comment_shortcuts','false'),(36249,2793,'admin_color','fresh'),(36250,2793,'use_ssl','0'),(36251,2793,'show_admin_bar_front','true'),(36252,2793,'locale',''),(36253,2793,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36254,2793,'wp_user_level','0'),(36255,2793,'default_password_nag','1'),(36256,2794,'nickname','piko1431998'),(36257,2794,'first_name',''),(36258,2794,'last_name',''),(36259,2794,'description',''),(36260,2794,'rich_editing','true'),(36261,2794,'comment_shortcuts','false'),(36262,2794,'admin_color','fresh'),(36263,2794,'use_ssl','0'),(36264,2794,'show_admin_bar_front','true'),(36265,2794,'locale',''),(36266,2794,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36267,2794,'wp_user_level','0'),(36268,2794,'default_password_nag','1'),(36269,2795,'nickname','xonikki1661xo1955'),(36270,2795,'first_name',''),(36271,2795,'last_name',''),(36272,2795,'description',''),(36273,2795,'rich_editing','true'),(36274,2795,'comment_shortcuts','false'),(36275,2795,'admin_color','fresh'),(36276,2795,'use_ssl','0'),(36277,2795,'show_admin_bar_front','true'),(36278,2795,'locale',''),(36279,2795,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36280,2795,'wp_user_level','0'),(36281,2795,'default_password_nag','1'),(36282,2796,'nickname','prakashraghu2007'),(36283,2796,'first_name',''),(36284,2796,'last_name',''),(36285,2796,'description',''),(36286,2796,'rich_editing','true'),(36287,2796,'comment_shortcuts','false'),(36288,2796,'admin_color','fresh'),(36289,2796,'use_ssl','0'),(36290,2796,'show_admin_bar_front','true'),(36291,2796,'locale',''),(36292,2796,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36293,2796,'wp_user_level','0'),(36294,2796,'default_password_nag','1'),(36295,2797,'nickname','caceresd11962'),(36296,2797,'first_name',''),(36297,2797,'last_name',''),(36298,2797,'description',''),(36299,2797,'rich_editing','true'),(36300,2797,'comment_shortcuts','false'),(36301,2797,'admin_color','fresh'),(36302,2797,'use_ssl','0'),(36303,2797,'show_admin_bar_front','true'),(36304,2797,'locale',''),(36305,2797,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36306,2797,'wp_user_level','0'),(36307,2797,'default_password_nag','1'),(36308,2798,'nickname','champ.baines862010'),(36309,2798,'first_name',''),(36310,2798,'last_name',''),(36311,2798,'description',''),(36312,2798,'rich_editing','true'),(36313,2798,'comment_shortcuts','false'),(36314,2798,'admin_color','fresh'),(36315,2798,'use_ssl','0'),(36316,2798,'show_admin_bar_front','true'),(36317,2798,'locale',''),(36318,2798,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36319,2798,'wp_user_level','0'),(36320,2798,'default_password_nag','1'),(36321,2799,'nickname','ypdoors1972'),(36322,2799,'first_name',''),(36323,2799,'last_name',''),(36324,2799,'description',''),(36325,2799,'rich_editing','true'),(36326,2799,'comment_shortcuts','false'),(36327,2799,'admin_color','fresh'),(36328,2799,'use_ssl','0'),(36329,2799,'show_admin_bar_front','true'),(36330,2799,'locale',''),(36331,2799,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36332,2799,'wp_user_level','0'),(36333,2799,'default_password_nag','1'),(36334,2800,'nickname','jon_ridenour1984'),(36335,2800,'first_name',''),(36336,2800,'last_name',''),(36337,2800,'description',''),(36338,2800,'rich_editing','true'),(36339,2800,'comment_shortcuts','false'),(36340,2800,'admin_color','fresh'),(36341,2800,'use_ssl','0'),(36342,2800,'show_admin_bar_front','true'),(36343,2800,'locale',''),(36344,2800,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36345,2800,'wp_user_level','0'),(36346,2800,'default_password_nag','1'),(36347,2801,'nickname','rholmes02171976'),(36348,2801,'first_name',''),(36349,2801,'last_name',''),(36350,2801,'description',''),(36351,2801,'rich_editing','true'),(36352,2801,'comment_shortcuts','false'),(36353,2801,'admin_color','fresh'),(36354,2801,'use_ssl','0'),(36355,2801,'show_admin_bar_front','true'),(36356,2801,'locale',''),(36357,2801,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36358,2801,'wp_user_level','0'),(36359,2801,'default_password_nag','1'),(36360,2802,'nickname','luckyazonic1983'),(36361,2802,'first_name',''),(36362,2802,'last_name',''),(36363,2802,'description',''),(36364,2802,'rich_editing','true'),(36365,2802,'comment_shortcuts','false'),(36366,2802,'admin_color','fresh'),(36367,2802,'use_ssl','0'),(36368,2802,'show_admin_bar_front','true'),(36369,2802,'locale',''),(36370,2802,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36371,2802,'wp_user_level','0'),(36372,2802,'default_password_nag','1'),(36373,2803,'nickname','joel.negri1968'),(36374,2803,'first_name',''),(36375,2803,'last_name',''),(36376,2803,'description',''),(36377,2803,'rich_editing','true'),(36378,2803,'comment_shortcuts','false'),(36379,2803,'admin_color','fresh'),(36380,2803,'use_ssl','0'),(36381,2803,'show_admin_bar_front','true'),(36382,2803,'locale',''),(36383,2803,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36384,2803,'wp_user_level','0'),(36385,2803,'default_password_nag','1'),(36386,2804,'nickname','trudeev1969'),(36387,2804,'first_name',''),(36388,2804,'last_name',''),(36389,2804,'description',''),(36390,2804,'rich_editing','true'),(36391,2804,'comment_shortcuts','false'),(36392,2804,'admin_color','fresh'),(36393,2804,'use_ssl','0'),(36394,2804,'show_admin_bar_front','true'),(36395,2804,'locale',''),(36396,2804,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36397,2804,'wp_user_level','0'),(36398,2804,'default_password_nag','1'),(36399,2805,'nickname','condivel2008'),(36400,2805,'first_name',''),(36401,2805,'last_name',''),(36402,2805,'description',''),(36403,2805,'rich_editing','true'),(36404,2805,'comment_shortcuts','false'),(36405,2805,'admin_color','fresh'),(36406,2805,'use_ssl','0'),(36407,2805,'show_admin_bar_front','true'),(36408,2805,'locale',''),(36409,2805,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36410,2805,'wp_user_level','0'),(36411,2805,'default_password_nag','1'),(36412,2806,'nickname','michelle28pr1954'),(36413,2806,'first_name',''),(36414,2806,'last_name',''),(36415,2806,'description',''),(36416,2806,'rich_editing','true'),(36417,2806,'comment_shortcuts','false'),(36418,2806,'admin_color','fresh'),(36419,2806,'use_ssl','0'),(36420,2806,'show_admin_bar_front','true'),(36421,2806,'locale',''),(36422,2806,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36423,2806,'wp_user_level','0'),(36424,2806,'default_password_nag','1'),(36425,2807,'nickname','comfordj2006'),(36426,2807,'first_name',''),(36427,2807,'last_name',''),(36428,2807,'description',''),(36429,2807,'rich_editing','true'),(36430,2807,'comment_shortcuts','false'),(36431,2807,'admin_color','fresh'),(36432,2807,'use_ssl','0'),(36433,2807,'show_admin_bar_front','true'),(36434,2807,'locale',''),(36435,2807,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36436,2807,'wp_user_level','0'),(36437,2807,'default_password_nag','1'),(36438,2808,'nickname','foxyskibum1979'),(36439,2808,'first_name',''),(36440,2808,'last_name',''),(36441,2808,'description',''),(36442,2808,'rich_editing','true'),(36443,2808,'comment_shortcuts','false'),(36444,2808,'admin_color','fresh'),(36445,2808,'use_ssl','0'),(36446,2808,'show_admin_bar_front','true'),(36447,2808,'locale',''),(36448,2808,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36449,2808,'wp_user_level','0'),(36450,2808,'default_password_nag','1'),(36451,2809,'nickname','patpeters141998'),(36452,2809,'first_name',''),(36453,2809,'last_name',''),(36454,2809,'description',''),(36455,2809,'rich_editing','true'),(36456,2809,'comment_shortcuts','false'),(36457,2809,'admin_color','fresh'),(36458,2809,'use_ssl','0'),(36459,2809,'show_admin_bar_front','true'),(36460,2809,'locale',''),(36461,2809,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36462,2809,'wp_user_level','0'),(36463,2809,'default_password_nag','1'),(36464,2810,'nickname','joselinita1995'),(36465,2810,'first_name',''),(36466,2810,'last_name',''),(36467,2810,'description',''),(36468,2810,'rich_editing','true'),(36469,2810,'comment_shortcuts','false'),(36470,2810,'admin_color','fresh'),(36471,2810,'use_ssl','0'),(36472,2810,'show_admin_bar_front','true'),(36473,2810,'locale',''),(36474,2810,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36475,2810,'wp_user_level','0'),(36476,2810,'default_password_nag','1'),(36477,2811,'nickname','sweelen242006'),(36478,2811,'first_name',''),(36479,2811,'last_name',''),(36480,2811,'description',''),(36481,2811,'rich_editing','true'),(36482,2811,'comment_shortcuts','false'),(36483,2811,'admin_color','fresh'),(36484,2811,'use_ssl','0'),(36485,2811,'show_admin_bar_front','true'),(36486,2811,'locale',''),(36487,2811,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36488,2811,'wp_user_level','0'),(36489,2811,'default_password_nag','1'),(36490,2812,'nickname','wntsom41981'),(36491,2812,'first_name',''),(36492,2812,'last_name',''),(36493,2812,'description',''),(36494,2812,'rich_editing','true'),(36495,2812,'comment_shortcuts','false'),(36496,2812,'admin_color','fresh'),(36497,2812,'use_ssl','0'),(36498,2812,'show_admin_bar_front','true'),(36499,2812,'locale',''),(36500,2812,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36501,2812,'wp_user_level','0'),(36502,2812,'default_password_nag','1'),(36503,2813,'nickname','simona.gencheva1964'),(36504,2813,'first_name',''),(36505,2813,'last_name',''),(36506,2813,'description',''),(36507,2813,'rich_editing','true'),(36508,2813,'comment_shortcuts','false'),(36509,2813,'admin_color','fresh'),(36510,2813,'use_ssl','0'),(36511,2813,'show_admin_bar_front','true'),(36512,2813,'locale',''),(36513,2813,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36514,2813,'wp_user_level','0'),(36515,2813,'default_password_nag','1'),(36516,2814,'nickname','rexdoyle1953'),(36517,2814,'first_name',''),(36518,2814,'last_name',''),(36519,2814,'description',''),(36520,2814,'rich_editing','true'),(36521,2814,'comment_shortcuts','false'),(36522,2814,'admin_color','fresh'),(36523,2814,'use_ssl','0'),(36524,2814,'show_admin_bar_front','true'),(36525,2814,'locale',''),(36526,2814,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36527,2814,'wp_user_level','0'),(36528,2814,'default_password_nag','1'),(36529,2815,'nickname','dtvvranch1959'),(36530,2815,'first_name',''),(36531,2815,'last_name',''),(36532,2815,'description',''),(36533,2815,'rich_editing','true'),(36534,2815,'comment_shortcuts','false'),(36535,2815,'admin_color','fresh'),(36536,2815,'use_ssl','0'),(36537,2815,'show_admin_bar_front','true'),(36538,2815,'locale',''),(36539,2815,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36540,2815,'wp_user_level','0'),(36541,2815,'default_password_nag','1'),(36542,2816,'nickname','rocknroll751975'),(36543,2816,'first_name',''),(36544,2816,'last_name',''),(36545,2816,'description',''),(36546,2816,'rich_editing','true'),(36547,2816,'comment_shortcuts','false'),(36548,2816,'admin_color','fresh'),(36549,2816,'use_ssl','0'),(36550,2816,'show_admin_bar_front','true'),(36551,2816,'locale',''),(36552,2816,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36553,2816,'wp_user_level','0'),(36554,2816,'default_password_nag','1'),(36555,2817,'nickname','fbillingsley1972'),(36556,2817,'first_name',''),(36557,2817,'last_name',''),(36558,2817,'description',''),(36559,2817,'rich_editing','true'),(36560,2817,'comment_shortcuts','false'),(36561,2817,'admin_color','fresh'),(36562,2817,'use_ssl','0'),(36563,2817,'show_admin_bar_front','true'),(36564,2817,'locale',''),(36565,2817,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36566,2817,'wp_user_level','0'),(36567,2817,'default_password_nag','1'),(36568,2818,'nickname','cnlane2006'),(36569,2818,'first_name',''),(36570,2818,'last_name',''),(36571,2818,'description',''),(36572,2818,'rich_editing','true'),(36573,2818,'comment_shortcuts','false'),(36574,2818,'admin_color','fresh'),(36575,2818,'use_ssl','0'),(36576,2818,'show_admin_bar_front','true'),(36577,2818,'locale',''),(36578,2818,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36579,2818,'wp_user_level','0'),(36580,2818,'default_password_nag','1'),(36581,2819,'nickname','dimpellz1997'),(36582,2819,'first_name',''),(36583,2819,'last_name',''),(36584,2819,'description',''),(36585,2819,'rich_editing','true'),(36586,2819,'comment_shortcuts','false'),(36587,2819,'admin_color','fresh'),(36588,2819,'use_ssl','0'),(36589,2819,'show_admin_bar_front','true'),(36590,2819,'locale',''),(36591,2819,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36592,2819,'wp_user_level','0'),(36593,2819,'default_password_nag','1'),(36594,2820,'nickname','m.rominske2004'),(36595,2820,'first_name',''),(36596,2820,'last_name',''),(36597,2820,'description',''),(36598,2820,'rich_editing','true'),(36599,2820,'comment_shortcuts','false'),(36600,2820,'admin_color','fresh'),(36601,2820,'use_ssl','0'),(36602,2820,'show_admin_bar_front','true'),(36603,2820,'locale',''),(36604,2820,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36605,2820,'wp_user_level','0'),(36606,2820,'default_password_nag','1'),(36607,2821,'nickname','cage_y1981'),(36608,2821,'first_name',''),(36609,2821,'last_name',''),(36610,2821,'description',''),(36611,2821,'rich_editing','true'),(36612,2821,'comment_shortcuts','false'),(36613,2821,'admin_color','fresh'),(36614,2821,'use_ssl','0'),(36615,2821,'show_admin_bar_front','true'),(36616,2821,'locale',''),(36617,2821,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36618,2821,'wp_user_level','0'),(36619,2821,'default_password_nag','1'),(36620,2822,'nickname','ginamarie11041975'),(36621,2822,'first_name',''),(36622,2822,'last_name',''),(36623,2822,'description',''),(36624,2822,'rich_editing','true'),(36625,2822,'comment_shortcuts','false'),(36626,2822,'admin_color','fresh'),(36627,2822,'use_ssl','0'),(36628,2822,'show_admin_bar_front','true'),(36629,2822,'locale',''),(36630,2822,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36631,2822,'wp_user_level','0'),(36632,2822,'default_password_nag','1'),(36633,2823,'nickname','stuart1968'),(36634,2823,'first_name',''),(36635,2823,'last_name',''),(36636,2823,'description',''),(36637,2823,'rich_editing','true'),(36638,2823,'comment_shortcuts','false'),(36639,2823,'admin_color','fresh'),(36640,2823,'use_ssl','0'),(36641,2823,'show_admin_bar_front','true'),(36642,2823,'locale',''),(36643,2823,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36644,2823,'wp_user_level','0'),(36645,2823,'default_password_nag','1'),(36646,2824,'nickname','jjbud441981'),(36647,2824,'first_name',''),(36648,2824,'last_name',''),(36649,2824,'description',''),(36650,2824,'rich_editing','true'),(36651,2824,'comment_shortcuts','false'),(36652,2824,'admin_color','fresh'),(36653,2824,'use_ssl','0'),(36654,2824,'show_admin_bar_front','true'),(36655,2824,'locale',''),(36656,2824,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36657,2824,'wp_user_level','0'),(36658,2824,'default_password_nag','1'),(36659,2825,'nickname','sasnkate1961'),(36660,2825,'first_name',''),(36661,2825,'last_name',''),(36662,2825,'description',''),(36663,2825,'rich_editing','true'),(36664,2825,'comment_shortcuts','false'),(36665,2825,'admin_color','fresh'),(36666,2825,'use_ssl','0'),(36667,2825,'show_admin_bar_front','true'),(36668,2825,'locale',''),(36669,2825,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36670,2825,'wp_user_level','0'),(36671,2825,'default_password_nag','1'),(36672,2826,'nickname','shuangyuliu1970'),(36673,2826,'first_name',''),(36674,2826,'last_name',''),(36675,2826,'description',''),(36676,2826,'rich_editing','true'),(36677,2826,'comment_shortcuts','false'),(36678,2826,'admin_color','fresh'),(36679,2826,'use_ssl','0'),(36680,2826,'show_admin_bar_front','true'),(36681,2826,'locale',''),(36682,2826,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36683,2826,'wp_user_level','0'),(36684,2826,'default_password_nag','1'),(36685,2827,'nickname','e-sherman1996'),(36686,2827,'first_name',''),(36687,2827,'last_name',''),(36688,2827,'description',''),(36689,2827,'rich_editing','true'),(36690,2827,'comment_shortcuts','false'),(36691,2827,'admin_color','fresh'),(36692,2827,'use_ssl','0'),(36693,2827,'show_admin_bar_front','true'),(36694,2827,'locale',''),(36695,2827,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36696,2827,'wp_user_level','0'),(36697,2827,'default_password_nag','1'),(36698,2828,'nickname','woodallls1954'),(36699,2828,'first_name',''),(36700,2828,'last_name',''),(36701,2828,'description',''),(36702,2828,'rich_editing','true'),(36703,2828,'comment_shortcuts','false'),(36704,2828,'admin_color','fresh'),(36705,2828,'use_ssl','0'),(36706,2828,'show_admin_bar_front','true'),(36707,2828,'locale',''),(36708,2828,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36709,2828,'wp_user_level','0'),(36710,2828,'default_password_nag','1'),(36711,2829,'nickname','sweetss681974'),(36712,2829,'first_name',''),(36713,2829,'last_name',''),(36714,2829,'description',''),(36715,2829,'rich_editing','true'),(36716,2829,'comment_shortcuts','false'),(36717,2829,'admin_color','fresh'),(36718,2829,'use_ssl','0'),(36719,2829,'show_admin_bar_front','true'),(36720,2829,'locale',''),(36721,2829,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36722,2829,'wp_user_level','0'),(36723,2829,'default_password_nag','1'),(36724,2830,'nickname','gsco802311987'),(36725,2830,'first_name',''),(36726,2830,'last_name',''),(36727,2830,'description',''),(36728,2830,'rich_editing','true'),(36729,2830,'comment_shortcuts','false'),(36730,2830,'admin_color','fresh'),(36731,2830,'use_ssl','0'),(36732,2830,'show_admin_bar_front','true'),(36733,2830,'locale',''),(36734,2830,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36735,2830,'wp_user_level','0'),(36736,2830,'default_password_nag','1'),(36737,2831,'nickname','judearristan1959'),(36738,2831,'first_name',''),(36739,2831,'last_name',''),(36740,2831,'description',''),(36741,2831,'rich_editing','true'),(36742,2831,'comment_shortcuts','false'),(36743,2831,'admin_color','fresh'),(36744,2831,'use_ssl','0'),(36745,2831,'show_admin_bar_front','true'),(36746,2831,'locale',''),(36747,2831,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36748,2831,'wp_user_level','0'),(36749,2831,'default_password_nag','1'),(36750,2832,'nickname','garylindsay422005'),(36751,2832,'first_name',''),(36752,2832,'last_name',''),(36753,2832,'description',''),(36754,2832,'rich_editing','true'),(36755,2832,'comment_shortcuts','false'),(36756,2832,'admin_color','fresh'),(36757,2832,'use_ssl','0'),(36758,2832,'show_admin_bar_front','true'),(36759,2832,'locale',''),(36760,2832,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36761,2832,'wp_user_level','0'),(36762,2832,'default_password_nag','1'),(36763,2833,'nickname','pirgens1953'),(36764,2833,'first_name',''),(36765,2833,'last_name',''),(36766,2833,'description',''),(36767,2833,'rich_editing','true'),(36768,2833,'comment_shortcuts','false'),(36769,2833,'admin_color','fresh'),(36770,2833,'use_ssl','0'),(36771,2833,'show_admin_bar_front','true'),(36772,2833,'locale',''),(36773,2833,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36774,2833,'wp_user_level','0'),(36775,2833,'default_password_nag','1'),(36776,2834,'nickname','kristinicole9891978'),(36777,2834,'first_name',''),(36778,2834,'last_name',''),(36779,2834,'description',''),(36780,2834,'rich_editing','true'),(36781,2834,'comment_shortcuts','false'),(36782,2834,'admin_color','fresh'),(36783,2834,'use_ssl','0'),(36784,2834,'show_admin_bar_front','true'),(36785,2834,'locale',''),(36786,2834,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36787,2834,'wp_user_level','0'),(36788,2834,'default_password_nag','1'),(36789,2835,'nickname','samibe612010'),(36790,2835,'first_name',''),(36791,2835,'last_name',''),(36792,2835,'description',''),(36793,2835,'rich_editing','true'),(36794,2835,'comment_shortcuts','false'),(36795,2835,'admin_color','fresh'),(36796,2835,'use_ssl','0'),(36797,2835,'show_admin_bar_front','true'),(36798,2835,'locale',''),(36799,2835,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36800,2835,'wp_user_level','0'),(36801,2835,'default_password_nag','1'),(36802,2836,'nickname','aycock01892006'),(36803,2836,'first_name',''),(36804,2836,'last_name',''),(36805,2836,'description',''),(36806,2836,'rich_editing','true'),(36807,2836,'comment_shortcuts','false'),(36808,2836,'admin_color','fresh'),(36809,2836,'use_ssl','0'),(36810,2836,'show_admin_bar_front','true'),(36811,2836,'locale',''),(36812,2836,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36813,2836,'wp_user_level','0'),(36814,2836,'default_password_nag','1'),(36815,2837,'nickname','c.glennda1975'),(36816,2837,'first_name',''),(36817,2837,'last_name',''),(36818,2837,'description',''),(36819,2837,'rich_editing','true'),(36820,2837,'comment_shortcuts','false'),(36821,2837,'admin_color','fresh'),(36822,2837,'use_ssl','0'),(36823,2837,'show_admin_bar_front','true'),(36824,2837,'locale',''),(36825,2837,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36826,2837,'wp_user_level','0'),(36827,2837,'default_password_nag','1'),(36828,2838,'nickname','mt_brostoff1989'),(36829,2838,'first_name',''),(36830,2838,'last_name',''),(36831,2838,'description',''),(36832,2838,'rich_editing','true'),(36833,2838,'comment_shortcuts','false'),(36834,2838,'admin_color','fresh'),(36835,2838,'use_ssl','0'),(36836,2838,'show_admin_bar_front','true'),(36837,2838,'locale',''),(36838,2838,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36839,2838,'wp_user_level','0'),(36840,2838,'default_password_nag','1'),(36841,2839,'nickname','kfrobe11974'),(36842,2839,'first_name',''),(36843,2839,'last_name',''),(36844,2839,'description',''),(36845,2839,'rich_editing','true'),(36846,2839,'comment_shortcuts','false'),(36847,2839,'admin_color','fresh'),(36848,2839,'use_ssl','0'),(36849,2839,'show_admin_bar_front','true'),(36850,2839,'locale',''),(36851,2839,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36852,2839,'wp_user_level','0'),(36853,2839,'default_password_nag','1'),(36854,2840,'nickname','mrlc1979'),(36855,2840,'first_name',''),(36856,2840,'last_name',''),(36857,2840,'description',''),(36858,2840,'rich_editing','true'),(36859,2840,'comment_shortcuts','false'),(36860,2840,'admin_color','fresh'),(36861,2840,'use_ssl','0'),(36862,2840,'show_admin_bar_front','true'),(36863,2840,'locale',''),(36864,2840,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36865,2840,'wp_user_level','0'),(36866,2840,'default_password_nag','1'),(36867,2841,'nickname','bryanmora05132007'),(36868,2841,'first_name',''),(36869,2841,'last_name',''),(36870,2841,'description',''),(36871,2841,'rich_editing','true'),(36872,2841,'comment_shortcuts','false'),(36873,2841,'admin_color','fresh'),(36874,2841,'use_ssl','0'),(36875,2841,'show_admin_bar_front','true'),(36876,2841,'locale',''),(36877,2841,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36878,2841,'wp_user_level','0'),(36879,2841,'default_password_nag','1'),(36880,2842,'nickname','hbproper1977'),(36881,2842,'first_name',''),(36882,2842,'last_name',''),(36883,2842,'description',''),(36884,2842,'rich_editing','true'),(36885,2842,'comment_shortcuts','false'),(36886,2842,'admin_color','fresh'),(36887,2842,'use_ssl','0'),(36888,2842,'show_admin_bar_front','true'),(36889,2842,'locale',''),(36890,2842,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36891,2842,'wp_user_level','0'),(36892,2842,'default_password_nag','1'),(36893,2843,'nickname','ssarma_851973'),(36894,2843,'first_name',''),(36895,2843,'last_name',''),(36896,2843,'description',''),(36897,2843,'rich_editing','true'),(36898,2843,'comment_shortcuts','false'),(36899,2843,'admin_color','fresh'),(36900,2843,'use_ssl','0'),(36901,2843,'show_admin_bar_front','true'),(36902,2843,'locale',''),(36903,2843,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36904,2843,'wp_user_level','0'),(36905,2843,'default_password_nag','1'),(36906,2844,'nickname','fennecxen162009'),(36907,2844,'first_name',''),(36908,2844,'last_name',''),(36909,2844,'description',''),(36910,2844,'rich_editing','true'),(36911,2844,'comment_shortcuts','false'),(36912,2844,'admin_color','fresh'),(36913,2844,'use_ssl','0'),(36914,2844,'show_admin_bar_front','true'),(36915,2844,'locale',''),(36916,2844,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36917,2844,'wp_user_level','0'),(36918,2844,'default_password_nag','1'),(36919,2845,'nickname','lana_dolfin1958'),(36920,2845,'first_name',''),(36921,2845,'last_name',''),(36922,2845,'description',''),(36923,2845,'rich_editing','true'),(36924,2845,'comment_shortcuts','false'),(36925,2845,'admin_color','fresh'),(36926,2845,'use_ssl','0'),(36927,2845,'show_admin_bar_front','true'),(36928,2845,'locale',''),(36929,2845,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36930,2845,'wp_user_level','0'),(36931,2845,'default_password_nag','1'),(36932,2846,'nickname','dollfacewyo1991'),(36933,2846,'first_name',''),(36934,2846,'last_name',''),(36935,2846,'description',''),(36936,2846,'rich_editing','true'),(36937,2846,'comment_shortcuts','false'),(36938,2846,'admin_color','fresh'),(36939,2846,'use_ssl','0'),(36940,2846,'show_admin_bar_front','true'),(36941,2846,'locale',''),(36942,2846,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36943,2846,'wp_user_level','0'),(36944,2846,'default_password_nag','1'),(36945,2847,'nickname','olga.bhana2010'),(36946,2847,'first_name',''),(36947,2847,'last_name',''),(36948,2847,'description',''),(36949,2847,'rich_editing','true'),(36950,2847,'comment_shortcuts','false'),(36951,2847,'admin_color','fresh'),(36952,2847,'use_ssl','0'),(36953,2847,'show_admin_bar_front','true'),(36954,2847,'locale',''),(36955,2847,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36956,2847,'wp_user_level','0'),(36957,2847,'default_password_nag','1'),(36958,2848,'nickname','lesley2000'),(36959,2848,'first_name',''),(36960,2848,'last_name',''),(36961,2848,'description',''),(36962,2848,'rich_editing','true'),(36963,2848,'comment_shortcuts','false'),(36964,2848,'admin_color','fresh'),(36965,2848,'use_ssl','0'),(36966,2848,'show_admin_bar_front','true'),(36967,2848,'locale',''),(36968,2848,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36969,2848,'wp_user_level','0'),(36970,2848,'default_password_nag','1'),(36971,2849,'nickname','bonz461977'),(36972,2849,'first_name',''),(36973,2849,'last_name',''),(36974,2849,'description',''),(36975,2849,'rich_editing','true'),(36976,2849,'comment_shortcuts','false'),(36977,2849,'admin_color','fresh'),(36978,2849,'use_ssl','0'),(36979,2849,'show_admin_bar_front','true'),(36980,2849,'locale',''),(36981,2849,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36982,2849,'wp_user_level','0'),(36983,2849,'default_password_nag','1'),(36984,2850,'nickname','dong.hui1979'),(36985,2850,'first_name',''),(36986,2850,'last_name',''),(36987,2850,'description',''),(36988,2850,'rich_editing','true'),(36989,2850,'comment_shortcuts','false'),(36990,2850,'admin_color','fresh'),(36991,2850,'use_ssl','0'),(36992,2850,'show_admin_bar_front','true'),(36993,2850,'locale',''),(36994,2850,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(36995,2850,'wp_user_level','0'),(36996,2850,'default_password_nag','1'),(36997,2851,'nickname','jmorrisonpvd1966'),(36998,2851,'first_name',''),(36999,2851,'last_name',''),(37000,2851,'description',''),(37001,2851,'rich_editing','true'),(37002,2851,'comment_shortcuts','false'),(37003,2851,'admin_color','fresh'),(37004,2851,'use_ssl','0'),(37005,2851,'show_admin_bar_front','true'),(37006,2851,'locale',''),(37007,2851,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37008,2851,'wp_user_level','0'),(37009,2851,'default_password_nag','1'),(37010,2852,'nickname','bar3rrr2008'),(37011,2852,'first_name',''),(37012,2852,'last_name',''),(37013,2852,'description',''),(37014,2852,'rich_editing','true'),(37015,2852,'comment_shortcuts','false'),(37016,2852,'admin_color','fresh'),(37017,2852,'use_ssl','0'),(37018,2852,'show_admin_bar_front','true'),(37019,2852,'locale',''),(37020,2852,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37021,2852,'wp_user_level','0'),(37022,2852,'default_password_nag','1'),(37023,2853,'nickname','qpnqn1994'),(37024,2853,'first_name',''),(37025,2853,'last_name',''),(37026,2853,'description',''),(37027,2853,'rich_editing','true'),(37028,2853,'comment_shortcuts','false'),(37029,2853,'admin_color','fresh'),(37030,2853,'use_ssl','0'),(37031,2853,'show_admin_bar_front','true'),(37032,2853,'locale',''),(37033,2853,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37034,2853,'wp_user_level','0'),(37035,2853,'default_password_nag','1'),(37036,2854,'nickname','chadpwade1964'),(37037,2854,'first_name',''),(37038,2854,'last_name',''),(37039,2854,'description',''),(37040,2854,'rich_editing','true'),(37041,2854,'comment_shortcuts','false'),(37042,2854,'admin_color','fresh'),(37043,2854,'use_ssl','0'),(37044,2854,'show_admin_bar_front','true'),(37045,2854,'locale',''),(37046,2854,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37047,2854,'wp_user_level','0'),(37048,2854,'default_password_nag','1'),(37049,2855,'nickname','christinaconolly1953'),(37050,2855,'first_name',''),(37051,2855,'last_name',''),(37052,2855,'description',''),(37053,2855,'rich_editing','true'),(37054,2855,'comment_shortcuts','false'),(37055,2855,'admin_color','fresh'),(37056,2855,'use_ssl','0'),(37057,2855,'show_admin_bar_front','true'),(37058,2855,'locale',''),(37059,2855,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37060,2855,'wp_user_level','0'),(37061,2855,'default_password_nag','1'),(37062,2856,'nickname','wqdh21996'),(37063,2856,'first_name',''),(37064,2856,'last_name',''),(37065,2856,'description',''),(37066,2856,'rich_editing','true'),(37067,2856,'comment_shortcuts','false'),(37068,2856,'admin_color','fresh'),(37069,2856,'use_ssl','0'),(37070,2856,'show_admin_bar_front','true'),(37071,2856,'locale',''),(37072,2856,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37073,2856,'wp_user_level','0'),(37074,2856,'default_password_nag','1'),(37075,2857,'nickname','cathib671993'),(37076,2857,'first_name',''),(37077,2857,'last_name',''),(37078,2857,'description',''),(37079,2857,'rich_editing','true'),(37080,2857,'comment_shortcuts','false'),(37081,2857,'admin_color','fresh'),(37082,2857,'use_ssl','0'),(37083,2857,'show_admin_bar_front','true'),(37084,2857,'locale',''),(37085,2857,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37086,2857,'wp_user_level','0'),(37087,2857,'default_password_nag','1'),(37088,2858,'nickname','annie_rakel1973'),(37089,2858,'first_name',''),(37090,2858,'last_name',''),(37091,2858,'description',''),(37092,2858,'rich_editing','true'),(37093,2858,'comment_shortcuts','false'),(37094,2858,'admin_color','fresh'),(37095,2858,'use_ssl','0'),(37096,2858,'show_admin_bar_front','true'),(37097,2858,'locale',''),(37098,2858,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37099,2858,'wp_user_level','0'),(37100,2858,'default_password_nag','1'),(37101,2859,'nickname','taylorh11989'),(37102,2859,'first_name',''),(37103,2859,'last_name',''),(37104,2859,'description',''),(37105,2859,'rich_editing','true'),(37106,2859,'comment_shortcuts','false'),(37107,2859,'admin_color','fresh'),(37108,2859,'use_ssl','0'),(37109,2859,'show_admin_bar_front','true'),(37110,2859,'locale',''),(37111,2859,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37112,2859,'wp_user_level','0'),(37113,2859,'default_password_nag','1'),(37114,2860,'nickname','andrzejoz1975'),(37115,2860,'first_name',''),(37116,2860,'last_name',''),(37117,2860,'description',''),(37118,2860,'rich_editing','true'),(37119,2860,'comment_shortcuts','false'),(37120,2860,'admin_color','fresh'),(37121,2860,'use_ssl','0'),(37122,2860,'show_admin_bar_front','true'),(37123,2860,'locale',''),(37124,2860,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37125,2860,'wp_user_level','0'),(37126,2860,'default_password_nag','1'),(37127,2861,'nickname','brookbruce1968'),(37128,2861,'first_name',''),(37129,2861,'last_name',''),(37130,2861,'description',''),(37131,2861,'rich_editing','true'),(37132,2861,'comment_shortcuts','false'),(37133,2861,'admin_color','fresh'),(37134,2861,'use_ssl','0'),(37135,2861,'show_admin_bar_front','true'),(37136,2861,'locale',''),(37137,2861,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37138,2861,'wp_user_level','0'),(37139,2861,'default_password_nag','1'),(37140,2862,'nickname','lgmontecino1954'),(37141,2862,'first_name',''),(37142,2862,'last_name',''),(37143,2862,'description',''),(37144,2862,'rich_editing','true'),(37145,2862,'comment_shortcuts','false'),(37146,2862,'admin_color','fresh'),(37147,2862,'use_ssl','0'),(37148,2862,'show_admin_bar_front','true'),(37149,2862,'locale',''),(37150,2862,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37151,2862,'wp_user_level','0'),(37152,2862,'default_password_nag','1'),(37153,2863,'nickname','jimwessels1965'),(37154,2863,'first_name',''),(37155,2863,'last_name',''),(37156,2863,'description',''),(37157,2863,'rich_editing','true'),(37158,2863,'comment_shortcuts','false'),(37159,2863,'admin_color','fresh'),(37160,2863,'use_ssl','0'),(37161,2863,'show_admin_bar_front','true'),(37162,2863,'locale',''),(37163,2863,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37164,2863,'wp_user_level','0'),(37165,2863,'default_password_nag','1'),(37166,2864,'nickname','tamilreese2008'),(37167,2864,'first_name',''),(37168,2864,'last_name',''),(37169,2864,'description',''),(37170,2864,'rich_editing','true'),(37171,2864,'comment_shortcuts','false'),(37172,2864,'admin_color','fresh'),(37173,2864,'use_ssl','0'),(37174,2864,'show_admin_bar_front','true'),(37175,2864,'locale',''),(37176,2864,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37177,2864,'wp_user_level','0'),(37178,2864,'default_password_nag','1'),(37179,2865,'nickname','forhim9221972'),(37180,2865,'first_name',''),(37181,2865,'last_name',''),(37182,2865,'description',''),(37183,2865,'rich_editing','true'),(37184,2865,'comment_shortcuts','false'),(37185,2865,'admin_color','fresh'),(37186,2865,'use_ssl','0'),(37187,2865,'show_admin_bar_front','true'),(37188,2865,'locale',''),(37189,2865,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37190,2865,'wp_user_level','0'),(37191,2865,'default_password_nag','1'),(37192,2866,'nickname','ksthompson451960'),(37193,2866,'first_name',''),(37194,2866,'last_name',''),(37195,2866,'description',''),(37196,2866,'rich_editing','true'),(37197,2866,'comment_shortcuts','false'),(37198,2866,'admin_color','fresh'),(37199,2866,'use_ssl','0'),(37200,2866,'show_admin_bar_front','true'),(37201,2866,'locale',''),(37202,2866,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37203,2866,'wp_user_level','0'),(37204,2866,'default_password_nag','1'),(37205,2867,'nickname','mersssa1953'),(37206,2867,'first_name',''),(37207,2867,'last_name',''),(37208,2867,'description',''),(37209,2867,'rich_editing','true'),(37210,2867,'comment_shortcuts','false'),(37211,2867,'admin_color','fresh'),(37212,2867,'use_ssl','0'),(37213,2867,'show_admin_bar_front','true'),(37214,2867,'locale',''),(37215,2867,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37216,2867,'wp_user_level','0'),(37217,2867,'default_password_nag','1'),(37218,2868,'nickname','acowan_udi1971'),(37219,2868,'first_name',''),(37220,2868,'last_name',''),(37221,2868,'description',''),(37222,2868,'rich_editing','true'),(37223,2868,'comment_shortcuts','false'),(37224,2868,'admin_color','fresh'),(37225,2868,'use_ssl','0'),(37226,2868,'show_admin_bar_front','true'),(37227,2868,'locale',''),(37228,2868,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37229,2868,'wp_user_level','0'),(37230,2868,'default_password_nag','1'),(37231,2869,'nickname','tammyk_milligan1953'),(37232,2869,'first_name',''),(37233,2869,'last_name',''),(37234,2869,'description',''),(37235,2869,'rich_editing','true'),(37236,2869,'comment_shortcuts','false'),(37237,2869,'admin_color','fresh'),(37238,2869,'use_ssl','0'),(37239,2869,'show_admin_bar_front','true'),(37240,2869,'locale',''),(37241,2869,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37242,2869,'wp_user_level','0'),(37243,2869,'default_password_nag','1'),(37244,2870,'nickname','tman3211987'),(37245,2870,'first_name',''),(37246,2870,'last_name',''),(37247,2870,'description',''),(37248,2870,'rich_editing','true'),(37249,2870,'comment_shortcuts','false'),(37250,2870,'admin_color','fresh'),(37251,2870,'use_ssl','0'),(37252,2870,'show_admin_bar_front','true'),(37253,2870,'locale',''),(37254,2870,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37255,2870,'wp_user_level','0'),(37256,2870,'default_password_nag','1'),(37257,2871,'nickname','erikwaynegough1957'),(37258,2871,'first_name',''),(37259,2871,'last_name',''),(37260,2871,'description',''),(37261,2871,'rich_editing','true'),(37262,2871,'comment_shortcuts','false'),(37263,2871,'admin_color','fresh'),(37264,2871,'use_ssl','0'),(37265,2871,'show_admin_bar_front','true'),(37266,2871,'locale',''),(37267,2871,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37268,2871,'wp_user_level','0'),(37269,2871,'default_password_nag','1'),(37270,2872,'nickname','adamsvilleg2003'),(37271,2872,'first_name',''),(37272,2872,'last_name',''),(37273,2872,'description',''),(37274,2872,'rich_editing','true'),(37275,2872,'comment_shortcuts','false'),(37276,2872,'admin_color','fresh'),(37277,2872,'use_ssl','0'),(37278,2872,'show_admin_bar_front','true'),(37279,2872,'locale',''),(37280,2872,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37281,2872,'wp_user_level','0'),(37282,2872,'default_password_nag','1'),(37283,2873,'nickname','cutthroatproductions4021987'),(37284,2873,'first_name',''),(37285,2873,'last_name',''),(37286,2873,'description',''),(37287,2873,'rich_editing','true'),(37288,2873,'comment_shortcuts','false'),(37289,2873,'admin_color','fresh'),(37290,2873,'use_ssl','0'),(37291,2873,'show_admin_bar_front','true'),(37292,2873,'locale',''),(37293,2873,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37294,2873,'wp_user_level','0'),(37295,2873,'default_password_nag','1'),(37296,2874,'nickname','smc127621997'),(37297,2874,'first_name',''),(37298,2874,'last_name',''),(37299,2874,'description',''),(37300,2874,'rich_editing','true'),(37301,2874,'comment_shortcuts','false'),(37302,2874,'admin_color','fresh'),(37303,2874,'use_ssl','0'),(37304,2874,'show_admin_bar_front','true'),(37305,2874,'locale',''),(37306,2874,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37307,2874,'wp_user_level','0'),(37308,2874,'default_password_nag','1'),(37309,2875,'nickname','millerb311981'),(37310,2875,'first_name',''),(37311,2875,'last_name',''),(37312,2875,'description',''),(37313,2875,'rich_editing','true'),(37314,2875,'comment_shortcuts','false'),(37315,2875,'admin_color','fresh'),(37316,2875,'use_ssl','0'),(37317,2875,'show_admin_bar_front','true'),(37318,2875,'locale',''),(37319,2875,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37320,2875,'wp_user_level','0'),(37321,2875,'default_password_nag','1'),(37322,2876,'nickname','winding441979'),(37323,2876,'first_name',''),(37324,2876,'last_name',''),(37325,2876,'description',''),(37326,2876,'rich_editing','true'),(37327,2876,'comment_shortcuts','false'),(37328,2876,'admin_color','fresh'),(37329,2876,'use_ssl','0'),(37330,2876,'show_admin_bar_front','true'),(37331,2876,'locale',''),(37332,2876,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37333,2876,'wp_user_level','0'),(37334,2876,'default_password_nag','1'),(37335,2877,'nickname','tipsy141959'),(37336,2877,'first_name',''),(37337,2877,'last_name',''),(37338,2877,'description',''),(37339,2877,'rich_editing','true'),(37340,2877,'comment_shortcuts','false'),(37341,2877,'admin_color','fresh'),(37342,2877,'use_ssl','0'),(37343,2877,'show_admin_bar_front','true'),(37344,2877,'locale',''),(37345,2877,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37346,2877,'wp_user_level','0'),(37347,2877,'default_password_nag','1'),(37348,2878,'nickname','zil_m2002'),(37349,2878,'first_name',''),(37350,2878,'last_name',''),(37351,2878,'description',''),(37352,2878,'rich_editing','true'),(37353,2878,'comment_shortcuts','false'),(37354,2878,'admin_color','fresh'),(37355,2878,'use_ssl','0'),(37356,2878,'show_admin_bar_front','true'),(37357,2878,'locale',''),(37358,2878,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37359,2878,'wp_user_level','0'),(37360,2878,'default_password_nag','1'),(37361,2879,'nickname','bluedune19891975'),(37362,2879,'first_name',''),(37363,2879,'last_name',''),(37364,2879,'description',''),(37365,2879,'rich_editing','true'),(37366,2879,'comment_shortcuts','false'),(37367,2879,'admin_color','fresh'),(37368,2879,'use_ssl','0'),(37369,2879,'show_admin_bar_front','true'),(37370,2879,'locale',''),(37371,2879,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37372,2879,'wp_user_level','0'),(37373,2879,'default_password_nag','1'),(37374,2880,'nickname','kimlevering2005'),(37375,2880,'first_name',''),(37376,2880,'last_name',''),(37377,2880,'description',''),(37378,2880,'rich_editing','true'),(37379,2880,'comment_shortcuts','false'),(37380,2880,'admin_color','fresh'),(37381,2880,'use_ssl','0'),(37382,2880,'show_admin_bar_front','true'),(37383,2880,'locale',''),(37384,2880,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37385,2880,'wp_user_level','0'),(37386,2880,'default_password_nag','1'),(37387,2881,'nickname','tonibillm1953'),(37388,2881,'first_name',''),(37389,2881,'last_name',''),(37390,2881,'description',''),(37391,2881,'rich_editing','true'),(37392,2881,'comment_shortcuts','false'),(37393,2881,'admin_color','fresh'),(37394,2881,'use_ssl','0'),(37395,2881,'show_admin_bar_front','true'),(37396,2881,'locale',''),(37397,2881,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37398,2881,'wp_user_level','0'),(37399,2881,'default_password_nag','1'),(37400,2882,'nickname','jnewby_31993'),(37401,2882,'first_name',''),(37402,2882,'last_name',''),(37403,2882,'description',''),(37404,2882,'rich_editing','true'),(37405,2882,'comment_shortcuts','false'),(37406,2882,'admin_color','fresh'),(37407,2882,'use_ssl','0'),(37408,2882,'show_admin_bar_front','true'),(37409,2882,'locale',''),(37410,2882,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37411,2882,'wp_user_level','0'),(37412,2882,'default_password_nag','1'),(37413,2883,'nickname','elys2581996'),(37414,2883,'first_name',''),(37415,2883,'last_name',''),(37416,2883,'description',''),(37417,2883,'rich_editing','true'),(37418,2883,'comment_shortcuts','false'),(37419,2883,'admin_color','fresh'),(37420,2883,'use_ssl','0'),(37421,2883,'show_admin_bar_front','true'),(37422,2883,'locale',''),(37423,2883,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37424,2883,'wp_user_level','0'),(37425,2883,'default_password_nag','1'),(37426,2884,'nickname','hdfrankel2009'),(37427,2884,'first_name',''),(37428,2884,'last_name',''),(37429,2884,'description',''),(37430,2884,'rich_editing','true'),(37431,2884,'comment_shortcuts','false'),(37432,2884,'admin_color','fresh'),(37433,2884,'use_ssl','0'),(37434,2884,'show_admin_bar_front','true'),(37435,2884,'locale',''),(37436,2884,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37437,2884,'wp_user_level','0'),(37438,2884,'default_password_nag','1'),(37439,2885,'nickname','jfgrant812004'),(37440,2885,'first_name',''),(37441,2885,'last_name',''),(37442,2885,'description',''),(37443,2885,'rich_editing','true'),(37444,2885,'comment_shortcuts','false'),(37445,2885,'admin_color','fresh'),(37446,2885,'use_ssl','0'),(37447,2885,'show_admin_bar_front','true'),(37448,2885,'locale',''),(37449,2885,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37450,2885,'wp_user_level','0'),(37451,2885,'default_password_nag','1'),(37452,2886,'nickname','aymanalami2000'),(37453,2886,'first_name',''),(37454,2886,'last_name',''),(37455,2886,'description',''),(37456,2886,'rich_editing','true'),(37457,2886,'comment_shortcuts','false'),(37458,2886,'admin_color','fresh'),(37459,2886,'use_ssl','0'),(37460,2886,'show_admin_bar_front','true'),(37461,2886,'locale',''),(37462,2886,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37463,2886,'wp_user_level','0'),(37464,2886,'default_password_nag','1'),(37465,2887,'nickname','j_t_k_081970'),(37466,2887,'first_name',''),(37467,2887,'last_name',''),(37468,2887,'description',''),(37469,2887,'rich_editing','true'),(37470,2887,'comment_shortcuts','false'),(37471,2887,'admin_color','fresh'),(37472,2887,'use_ssl','0'),(37473,2887,'show_admin_bar_front','true'),(37474,2887,'locale',''),(37475,2887,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37476,2887,'wp_user_level','0'),(37477,2887,'default_password_nag','1'),(37478,2888,'nickname','jerochford1952'),(37479,2888,'first_name',''),(37480,2888,'last_name',''),(37481,2888,'description',''),(37482,2888,'rich_editing','true'),(37483,2888,'comment_shortcuts','false'),(37484,2888,'admin_color','fresh'),(37485,2888,'use_ssl','0'),(37486,2888,'show_admin_bar_front','true'),(37487,2888,'locale',''),(37488,2888,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37489,2888,'wp_user_level','0'),(37490,2888,'default_password_nag','1'),(37491,2889,'nickname','jacquesiza1985'),(37492,2889,'first_name',''),(37493,2889,'last_name',''),(37494,2889,'description',''),(37495,2889,'rich_editing','true'),(37496,2889,'comment_shortcuts','false'),(37497,2889,'admin_color','fresh'),(37498,2889,'use_ssl','0'),(37499,2889,'show_admin_bar_front','true'),(37500,2889,'locale',''),(37501,2889,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37502,2889,'wp_user_level','0'),(37503,2889,'default_password_nag','1'),(37504,2890,'nickname','solanoamaris1986'),(37505,2890,'first_name',''),(37506,2890,'last_name',''),(37507,2890,'description',''),(37508,2890,'rich_editing','true'),(37509,2890,'comment_shortcuts','false'),(37510,2890,'admin_color','fresh'),(37511,2890,'use_ssl','0'),(37512,2890,'show_admin_bar_front','true'),(37513,2890,'locale',''),(37514,2890,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37515,2890,'wp_user_level','0'),(37516,2890,'default_password_nag','1'),(37517,2891,'nickname','david.foster1958'),(37518,2891,'first_name',''),(37519,2891,'last_name',''),(37520,2891,'description',''),(37521,2891,'rich_editing','true'),(37522,2891,'comment_shortcuts','false'),(37523,2891,'admin_color','fresh'),(37524,2891,'use_ssl','0'),(37525,2891,'show_admin_bar_front','true'),(37526,2891,'locale',''),(37527,2891,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37528,2891,'wp_user_level','0'),(37529,2891,'default_password_nag','1'),(37530,2892,'nickname','george1978'),(37531,2892,'first_name',''),(37532,2892,'last_name',''),(37533,2892,'description',''),(37534,2892,'rich_editing','true'),(37535,2892,'comment_shortcuts','false'),(37536,2892,'admin_color','fresh'),(37537,2892,'use_ssl','0'),(37538,2892,'show_admin_bar_front','true'),(37539,2892,'locale',''),(37540,2892,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37541,2892,'wp_user_level','0'),(37542,2892,'default_password_nag','1'),(37543,2893,'nickname','brooks.christopher241987'),(37544,2893,'first_name',''),(37545,2893,'last_name',''),(37546,2893,'description',''),(37547,2893,'rich_editing','true'),(37548,2893,'comment_shortcuts','false'),(37549,2893,'admin_color','fresh'),(37550,2893,'use_ssl','0'),(37551,2893,'show_admin_bar_front','true'),(37552,2893,'locale',''),(37553,2893,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37554,2893,'wp_user_level','0'),(37555,2893,'default_password_nag','1'),(37556,2894,'nickname','melindakidwell2002'),(37557,2894,'first_name',''),(37558,2894,'last_name',''),(37559,2894,'description',''),(37560,2894,'rich_editing','true'),(37561,2894,'comment_shortcuts','false'),(37562,2894,'admin_color','fresh'),(37563,2894,'use_ssl','0'),(37564,2894,'show_admin_bar_front','true'),(37565,2894,'locale',''),(37566,2894,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37567,2894,'wp_user_level','0'),(37568,2894,'default_password_nag','1'),(37569,2895,'nickname','palaros_72003'),(37570,2895,'first_name',''),(37571,2895,'last_name',''),(37572,2895,'description',''),(37573,2895,'rich_editing','true'),(37574,2895,'comment_shortcuts','false'),(37575,2895,'admin_color','fresh'),(37576,2895,'use_ssl','0'),(37577,2895,'show_admin_bar_front','true'),(37578,2895,'locale',''),(37579,2895,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37580,2895,'wp_user_level','0'),(37581,2895,'default_password_nag','1'),(37582,2896,'nickname','yellow_12zebra1974'),(37583,2896,'first_name',''),(37584,2896,'last_name',''),(37585,2896,'description',''),(37586,2896,'rich_editing','true'),(37587,2896,'comment_shortcuts','false'),(37588,2896,'admin_color','fresh'),(37589,2896,'use_ssl','0'),(37590,2896,'show_admin_bar_front','true'),(37591,2896,'locale',''),(37592,2896,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37593,2896,'wp_user_level','0'),(37594,2896,'default_password_nag','1'),(37595,2897,'nickname','newlonb2009'),(37596,2897,'first_name',''),(37597,2897,'last_name',''),(37598,2897,'description',''),(37599,2897,'rich_editing','true'),(37600,2897,'comment_shortcuts','false'),(37601,2897,'admin_color','fresh'),(37602,2897,'use_ssl','0'),(37603,2897,'show_admin_bar_front','true'),(37604,2897,'locale',''),(37605,2897,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37606,2897,'wp_user_level','0'),(37607,2897,'default_password_nag','1'),(37608,2898,'nickname','rmmoshtagh1993'),(37609,2898,'first_name',''),(37610,2898,'last_name',''),(37611,2898,'description',''),(37612,2898,'rich_editing','true'),(37613,2898,'comment_shortcuts','false'),(37614,2898,'admin_color','fresh'),(37615,2898,'use_ssl','0'),(37616,2898,'show_admin_bar_front','true'),(37617,2898,'locale',''),(37618,2898,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37619,2898,'wp_user_level','0'),(37620,2898,'default_password_nag','1'),(37621,2899,'nickname','carlynkeys2009'),(37622,2899,'first_name',''),(37623,2899,'last_name',''),(37624,2899,'description',''),(37625,2899,'rich_editing','true'),(37626,2899,'comment_shortcuts','false'),(37627,2899,'admin_color','fresh'),(37628,2899,'use_ssl','0'),(37629,2899,'show_admin_bar_front','true'),(37630,2899,'locale',''),(37631,2899,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37632,2899,'wp_user_level','0'),(37633,2899,'default_password_nag','1'),(37634,2900,'nickname','pzanetti472004'),(37635,2900,'first_name',''),(37636,2900,'last_name',''),(37637,2900,'description',''),(37638,2900,'rich_editing','true'),(37639,2900,'comment_shortcuts','false'),(37640,2900,'admin_color','fresh'),(37641,2900,'use_ssl','0'),(37642,2900,'show_admin_bar_front','true'),(37643,2900,'locale',''),(37644,2900,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37645,2900,'wp_user_level','0'),(37646,2900,'default_password_nag','1'),(37647,2901,'nickname','rachelgaskin2010'),(37648,2901,'first_name',''),(37649,2901,'last_name',''),(37650,2901,'description',''),(37651,2901,'rich_editing','true'),(37652,2901,'comment_shortcuts','false'),(37653,2901,'admin_color','fresh'),(37654,2901,'use_ssl','0'),(37655,2901,'show_admin_bar_front','true'),(37656,2901,'locale',''),(37657,2901,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37658,2901,'wp_user_level','0'),(37659,2901,'default_password_nag','1'),(37660,2902,'nickname','mmusilek2010'),(37661,2902,'first_name',''),(37662,2902,'last_name',''),(37663,2902,'description',''),(37664,2902,'rich_editing','true'),(37665,2902,'comment_shortcuts','false'),(37666,2902,'admin_color','fresh'),(37667,2902,'use_ssl','0'),(37668,2902,'show_admin_bar_front','true'),(37669,2902,'locale',''),(37670,2902,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37671,2902,'wp_user_level','0'),(37672,2902,'default_password_nag','1'),(37673,2903,'nickname','kwinter761974'),(37674,2903,'first_name',''),(37675,2903,'last_name',''),(37676,2903,'description',''),(37677,2903,'rich_editing','true'),(37678,2903,'comment_shortcuts','false'),(37679,2903,'admin_color','fresh'),(37680,2903,'use_ssl','0'),(37681,2903,'show_admin_bar_front','true'),(37682,2903,'locale',''),(37683,2903,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37684,2903,'wp_user_level','0'),(37685,2903,'default_password_nag','1'),(37686,2904,'nickname','ericahayles1994'),(37687,2904,'first_name',''),(37688,2904,'last_name',''),(37689,2904,'description',''),(37690,2904,'rich_editing','true'),(37691,2904,'comment_shortcuts','false'),(37692,2904,'admin_color','fresh'),(37693,2904,'use_ssl','0'),(37694,2904,'show_admin_bar_front','true'),(37695,2904,'locale',''),(37696,2904,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37697,2904,'wp_user_level','0'),(37698,2904,'default_password_nag','1'),(37699,2905,'nickname','lcbnt1962'),(37700,2905,'first_name',''),(37701,2905,'last_name',''),(37702,2905,'description',''),(37703,2905,'rich_editing','true'),(37704,2905,'comment_shortcuts','false'),(37705,2905,'admin_color','fresh'),(37706,2905,'use_ssl','0'),(37707,2905,'show_admin_bar_front','true'),(37708,2905,'locale',''),(37709,2905,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37710,2905,'wp_user_level','0'),(37711,2905,'default_password_nag','1'),(37712,2906,'nickname','froto232000'),(37713,2906,'first_name',''),(37714,2906,'last_name',''),(37715,2906,'description',''),(37716,2906,'rich_editing','true'),(37717,2906,'comment_shortcuts','false'),(37718,2906,'admin_color','fresh'),(37719,2906,'use_ssl','0'),(37720,2906,'show_admin_bar_front','true'),(37721,2906,'locale',''),(37722,2906,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37723,2906,'wp_user_level','0'),(37724,2906,'default_password_nag','1'),(37725,2907,'nickname','ramones1983'),(37726,2907,'first_name',''),(37727,2907,'last_name',''),(37728,2907,'description',''),(37729,2907,'rich_editing','true'),(37730,2907,'comment_shortcuts','false'),(37731,2907,'admin_color','fresh'),(37732,2907,'use_ssl','0'),(37733,2907,'show_admin_bar_front','true'),(37734,2907,'locale',''),(37735,2907,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37736,2907,'wp_user_level','0'),(37737,2907,'default_password_nag','1'),(37738,2908,'nickname','lvickrey26121975'),(37739,2908,'first_name',''),(37740,2908,'last_name',''),(37741,2908,'description',''),(37742,2908,'rich_editing','true'),(37743,2908,'comment_shortcuts','false'),(37744,2908,'admin_color','fresh'),(37745,2908,'use_ssl','0'),(37746,2908,'show_admin_bar_front','true'),(37747,2908,'locale',''),(37748,2908,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37749,2908,'wp_user_level','0'),(37750,2908,'default_password_nag','1'),(37751,2909,'nickname','jimmybryan301969'),(37752,2909,'first_name',''),(37753,2909,'last_name',''),(37754,2909,'description',''),(37755,2909,'rich_editing','true'),(37756,2909,'comment_shortcuts','false'),(37757,2909,'admin_color','fresh'),(37758,2909,'use_ssl','0'),(37759,2909,'show_admin_bar_front','true'),(37760,2909,'locale',''),(37761,2909,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37762,2909,'wp_user_level','0'),(37763,2909,'default_password_nag','1'),(37764,2910,'nickname','gbmcpa1967'),(37765,2910,'first_name',''),(37766,2910,'last_name',''),(37767,2910,'description',''),(37768,2910,'rich_editing','true'),(37769,2910,'comment_shortcuts','false'),(37770,2910,'admin_color','fresh'),(37771,2910,'use_ssl','0'),(37772,2910,'show_admin_bar_front','true'),(37773,2910,'locale',''),(37774,2910,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37775,2910,'wp_user_level','0'),(37776,2910,'default_password_nag','1'),(37777,2911,'nickname','amclaughlin1952'),(37778,2911,'first_name',''),(37779,2911,'last_name',''),(37780,2911,'description',''),(37781,2911,'rich_editing','true'),(37782,2911,'comment_shortcuts','false'),(37783,2911,'admin_color','fresh'),(37784,2911,'use_ssl','0'),(37785,2911,'show_admin_bar_front','true'),(37786,2911,'locale',''),(37787,2911,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37788,2911,'wp_user_level','0'),(37789,2911,'default_password_nag','1'),(37790,2912,'nickname','motwanir1999'),(37791,2912,'first_name',''),(37792,2912,'last_name',''),(37793,2912,'description',''),(37794,2912,'rich_editing','true'),(37795,2912,'comment_shortcuts','false'),(37796,2912,'admin_color','fresh'),(37797,2912,'use_ssl','0'),(37798,2912,'show_admin_bar_front','true'),(37799,2912,'locale',''),(37800,2912,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37801,2912,'wp_user_level','0'),(37802,2912,'default_password_nag','1'),(37803,2913,'nickname','christian.clark382002'),(37804,2913,'first_name',''),(37805,2913,'last_name',''),(37806,2913,'description',''),(37807,2913,'rich_editing','true'),(37808,2913,'comment_shortcuts','false'),(37809,2913,'admin_color','fresh'),(37810,2913,'use_ssl','0'),(37811,2913,'show_admin_bar_front','true'),(37812,2913,'locale',''),(37813,2913,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37814,2913,'wp_user_level','0'),(37815,2913,'default_password_nag','1'),(37816,2914,'nickname','rtj20002002'),(37817,2914,'first_name',''),(37818,2914,'last_name',''),(37819,2914,'description',''),(37820,2914,'rich_editing','true'),(37821,2914,'comment_shortcuts','false'),(37822,2914,'admin_color','fresh'),(37823,2914,'use_ssl','0'),(37824,2914,'show_admin_bar_front','true'),(37825,2914,'locale',''),(37826,2914,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37827,2914,'wp_user_level','0'),(37828,2914,'default_password_nag','1'),(37829,2915,'nickname','granbalreverra'),(37830,2915,'first_name',''),(37831,2915,'last_name',''),(37832,2915,'description',''),(37833,2915,'rich_editing','true'),(37834,2915,'comment_shortcuts','false'),(37835,2915,'admin_color','fresh'),(37836,2915,'use_ssl','0'),(37837,2915,'show_admin_bar_front','true'),(37838,2915,'locale',''),(37839,2915,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37840,2915,'wp_user_level','0'),(37841,2915,'default_password_nag',''),(37842,2916,'nickname','apmaspalesgdeft'),(37843,2916,'first_name',''),(37844,2916,'last_name',''),(37845,2916,'description',''),(37846,2916,'rich_editing','true'),(37847,2916,'comment_shortcuts','false'),(37848,2916,'admin_color','fresh'),(37849,2916,'use_ssl','0'),(37850,2916,'show_admin_bar_front','true'),(37851,2916,'locale',''),(37852,2916,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37853,2916,'wp_user_level','0'),(37854,2916,'default_password_nag',''),(37855,2917,'nickname','colinberty401961'),(37856,2917,'first_name',''),(37857,2917,'last_name',''),(37858,2917,'description',''),(37859,2917,'rich_editing','true'),(37860,2917,'comment_shortcuts','false'),(37861,2917,'admin_color','fresh'),(37862,2917,'use_ssl','0'),(37863,2917,'show_admin_bar_front','true'),(37864,2917,'locale',''),(37865,2917,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37866,2917,'wp_user_level','0'),(37867,2917,'default_password_nag','1'),(37868,2918,'nickname','paul1959'),(37869,2918,'first_name',''),(37870,2918,'last_name',''),(37871,2918,'description',''),(37872,2918,'rich_editing','true'),(37873,2918,'comment_shortcuts','false'),(37874,2918,'admin_color','fresh'),(37875,2918,'use_ssl','0'),(37876,2918,'show_admin_bar_front','true'),(37877,2918,'locale',''),(37878,2918,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37879,2918,'wp_user_level','0'),(37880,2918,'default_password_nag','1'),(37881,2919,'nickname','claudia_klemp2009'),(37882,2919,'first_name',''),(37883,2919,'last_name',''),(37884,2919,'description',''),(37885,2919,'rich_editing','true'),(37886,2919,'comment_shortcuts','false'),(37887,2919,'admin_color','fresh'),(37888,2919,'use_ssl','0'),(37889,2919,'show_admin_bar_front','true'),(37890,2919,'locale',''),(37891,2919,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37892,2919,'wp_user_level','0'),(37893,2919,'default_password_nag','1'),(37894,2920,'nickname','valverde81.av1971'),(37895,2920,'first_name',''),(37896,2920,'last_name',''),(37897,2920,'description',''),(37898,2920,'rich_editing','true'),(37899,2920,'comment_shortcuts','false'),(37900,2920,'admin_color','fresh'),(37901,2920,'use_ssl','0'),(37902,2920,'show_admin_bar_front','true'),(37903,2920,'locale',''),(37904,2920,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37905,2920,'wp_user_level','0'),(37906,2920,'default_password_nag','1'),(37907,2921,'nickname','tracy1978'),(37908,2921,'first_name',''),(37909,2921,'last_name',''),(37910,2921,'description',''),(37911,2921,'rich_editing','true'),(37912,2921,'comment_shortcuts','false'),(37913,2921,'admin_color','fresh'),(37914,2921,'use_ssl','0'),(37915,2921,'show_admin_bar_front','true'),(37916,2921,'locale',''),(37917,2921,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37918,2921,'wp_user_level','0'),(37919,2921,'default_password_nag','1'),(37920,2922,'nickname','ksy_jmy1957'),(37921,2922,'first_name',''),(37922,2922,'last_name',''),(37923,2922,'description',''),(37924,2922,'rich_editing','true'),(37925,2922,'comment_shortcuts','false'),(37926,2922,'admin_color','fresh'),(37927,2922,'use_ssl','0'),(37928,2922,'show_admin_bar_front','true'),(37929,2922,'locale',''),(37930,2922,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37931,2922,'wp_user_level','0'),(37932,2922,'default_password_nag','1'),(37933,2923,'nickname','x_george1970'),(37934,2923,'first_name',''),(37935,2923,'last_name',''),(37936,2923,'description',''),(37937,2923,'rich_editing','true'),(37938,2923,'comment_shortcuts','false'),(37939,2923,'admin_color','fresh'),(37940,2923,'use_ssl','0'),(37941,2923,'show_admin_bar_front','true'),(37942,2923,'locale',''),(37943,2923,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37944,2923,'wp_user_level','0'),(37945,2923,'default_password_nag','1'),(37946,2924,'nickname','renorytting1982'),(37947,2924,'first_name',''),(37948,2924,'last_name',''),(37949,2924,'description',''),(37950,2924,'rich_editing','true'),(37951,2924,'comment_shortcuts','false'),(37952,2924,'admin_color','fresh'),(37953,2924,'use_ssl','0'),(37954,2924,'show_admin_bar_front','true'),(37955,2924,'locale',''),(37956,2924,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37957,2924,'wp_user_level','0'),(37958,2924,'default_password_nag','1'),(37959,2925,'nickname','emhmt1981'),(37960,2925,'first_name',''),(37961,2925,'last_name',''),(37962,2925,'description',''),(37963,2925,'rich_editing','true'),(37964,2925,'comment_shortcuts','false'),(37965,2925,'admin_color','fresh'),(37966,2925,'use_ssl','0'),(37967,2925,'show_admin_bar_front','true'),(37968,2925,'locale',''),(37969,2925,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37970,2925,'wp_user_level','0'),(37971,2925,'default_password_nag','1'),(37972,2926,'nickname','gemini1975us1969'),(37973,2926,'first_name',''),(37974,2926,'last_name',''),(37975,2926,'description',''),(37976,2926,'rich_editing','true'),(37977,2926,'comment_shortcuts','false'),(37978,2926,'admin_color','fresh'),(37979,2926,'use_ssl','0'),(37980,2926,'show_admin_bar_front','true'),(37981,2926,'locale',''),(37982,2926,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37983,2926,'wp_user_level','0'),(37984,2926,'default_password_nag','1'),(37985,2927,'nickname','julianaflorez011951'),(37986,2927,'first_name',''),(37987,2927,'last_name',''),(37988,2927,'description',''),(37989,2927,'rich_editing','true'),(37990,2927,'comment_shortcuts','false'),(37991,2927,'admin_color','fresh'),(37992,2927,'use_ssl','0'),(37993,2927,'show_admin_bar_front','true'),(37994,2927,'locale',''),(37995,2927,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37996,2927,'wp_user_level','0'),(37997,2927,'default_password_nag','1'),(37998,2928,'nickname','hopp41962'),(37999,2928,'first_name',''),(38000,2928,'last_name',''),(38001,2928,'description',''),(38002,2928,'rich_editing','true'),(38003,2928,'comment_shortcuts','false'),(38004,2928,'admin_color','fresh'),(38005,2928,'use_ssl','0'),(38006,2928,'show_admin_bar_front','true'),(38007,2928,'locale',''),(38008,2928,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38009,2928,'wp_user_level','0'),(38010,2928,'default_password_nag','1'),(38011,2929,'nickname','kirtidesai591958'),(38012,2929,'first_name',''),(38013,2929,'last_name',''),(38014,2929,'description',''),(38015,2929,'rich_editing','true'),(38016,2929,'comment_shortcuts','false'),(38017,2929,'admin_color','fresh'),(38018,2929,'use_ssl','0'),(38019,2929,'show_admin_bar_front','true'),(38020,2929,'locale',''),(38021,2929,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38022,2929,'wp_user_level','0'),(38023,2929,'default_password_nag','1'),(38024,2930,'nickname','rob.medina1973'),(38025,2930,'first_name',''),(38026,2930,'last_name',''),(38027,2930,'description',''),(38028,2930,'rich_editing','true'),(38029,2930,'comment_shortcuts','false'),(38030,2930,'admin_color','fresh'),(38031,2930,'use_ssl','0'),(38032,2930,'show_admin_bar_front','true'),(38033,2930,'locale',''),(38034,2930,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38035,2930,'wp_user_level','0'),(38036,2930,'default_password_nag','1'),(38037,2931,'nickname','nancysmithrome1986'),(38038,2931,'first_name',''),(38039,2931,'last_name',''),(38040,2931,'description',''),(38041,2931,'rich_editing','true'),(38042,2931,'comment_shortcuts','false'),(38043,2931,'admin_color','fresh'),(38044,2931,'use_ssl','0'),(38045,2931,'show_admin_bar_front','true'),(38046,2931,'locale',''),(38047,2931,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38048,2931,'wp_user_level','0'),(38049,2931,'default_password_nag','1'),(38050,2932,'nickname','marlenedickson1973'),(38051,2932,'first_name',''),(38052,2932,'last_name',''),(38053,2932,'description',''),(38054,2932,'rich_editing','true'),(38055,2932,'comment_shortcuts','false'),(38056,2932,'admin_color','fresh'),(38057,2932,'use_ssl','0'),(38058,2932,'show_admin_bar_front','true'),(38059,2932,'locale',''),(38060,2932,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38061,2932,'wp_user_level','0'),(38062,2932,'default_password_nag','1'),(38063,2933,'nickname','ghs_inc1990'),(38064,2933,'first_name',''),(38065,2933,'last_name',''),(38066,2933,'description',''),(38067,2933,'rich_editing','true'),(38068,2933,'comment_shortcuts','false'),(38069,2933,'admin_color','fresh'),(38070,2933,'use_ssl','0'),(38071,2933,'show_admin_bar_front','true'),(38072,2933,'locale',''),(38073,2933,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38074,2933,'wp_user_level','0'),(38075,2933,'default_password_nag','1'),(38076,2934,'nickname','abdul.basham1972'),(38077,2934,'first_name',''),(38078,2934,'last_name',''),(38079,2934,'description',''),(38080,2934,'rich_editing','true'),(38081,2934,'comment_shortcuts','false'),(38082,2934,'admin_color','fresh'),(38083,2934,'use_ssl','0'),(38084,2934,'show_admin_bar_front','true'),(38085,2934,'locale',''),(38086,2934,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38087,2934,'wp_user_level','0'),(38088,2934,'default_password_nag','1'),(38089,2935,'nickname','emilykirsch1956'),(38090,2935,'first_name',''),(38091,2935,'last_name',''),(38092,2935,'description',''),(38093,2935,'rich_editing','true'),(38094,2935,'comment_shortcuts','false'),(38095,2935,'admin_color','fresh'),(38096,2935,'use_ssl','0'),(38097,2935,'show_admin_bar_front','true'),(38098,2935,'locale',''),(38099,2935,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38100,2935,'wp_user_level','0'),(38101,2935,'default_password_nag','1'),(38102,2936,'nickname','susan1992'),(38103,2936,'first_name',''),(38104,2936,'last_name',''),(38105,2936,'description',''),(38106,2936,'rich_editing','true'),(38107,2936,'comment_shortcuts','false'),(38108,2936,'admin_color','fresh'),(38109,2936,'use_ssl','0'),(38110,2936,'show_admin_bar_front','true'),(38111,2936,'locale',''),(38112,2936,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38113,2936,'wp_user_level','0'),(38114,2936,'default_password_nag','1'),(38115,2937,'nickname','mshakarjian1081956'),(38116,2937,'first_name',''),(38117,2937,'last_name',''),(38118,2937,'description',''),(38119,2937,'rich_editing','true'),(38120,2937,'comment_shortcuts','false'),(38121,2937,'admin_color','fresh'),(38122,2937,'use_ssl','0'),(38123,2937,'show_admin_bar_front','true'),(38124,2937,'locale',''),(38125,2937,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38126,2937,'wp_user_level','0'),(38127,2937,'default_password_nag','1'),(38128,2938,'nickname','dmorris2008'),(38129,2938,'first_name',''),(38130,2938,'last_name',''),(38131,2938,'description',''),(38132,2938,'rich_editing','true'),(38133,2938,'comment_shortcuts','false'),(38134,2938,'admin_color','fresh'),(38135,2938,'use_ssl','0'),(38136,2938,'show_admin_bar_front','true'),(38137,2938,'locale',''),(38138,2938,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38139,2938,'wp_user_level','0'),(38140,2938,'default_password_nag','1'),(38141,2939,'nickname','ccozza2003'),(38142,2939,'first_name',''),(38143,2939,'last_name',''),(38144,2939,'description',''),(38145,2939,'rich_editing','true'),(38146,2939,'comment_shortcuts','false'),(38147,2939,'admin_color','fresh'),(38148,2939,'use_ssl','0'),(38149,2939,'show_admin_bar_front','true'),(38150,2939,'locale',''),(38151,2939,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38152,2939,'wp_user_level','0'),(38153,2939,'default_password_nag','1'),(38154,2940,'nickname','lihong10301958'),(38155,2940,'first_name',''),(38156,2940,'last_name',''),(38157,2940,'description',''),(38158,2940,'rich_editing','true'),(38159,2940,'comment_shortcuts','false'),(38160,2940,'admin_color','fresh'),(38161,2940,'use_ssl','0'),(38162,2940,'show_admin_bar_front','true'),(38163,2940,'locale',''),(38164,2940,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38165,2940,'wp_user_level','0'),(38166,2940,'default_password_nag','1'),(38167,2941,'nickname','mitri1981'),(38168,2941,'first_name',''),(38169,2941,'last_name',''),(38170,2941,'description',''),(38171,2941,'rich_editing','true'),(38172,2941,'comment_shortcuts','false'),(38173,2941,'admin_color','fresh'),(38174,2941,'use_ssl','0'),(38175,2941,'show_admin_bar_front','true'),(38176,2941,'locale',''),(38177,2941,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38178,2941,'wp_user_level','0'),(38179,2941,'default_password_nag','1'),(38180,2942,'nickname','zhangxdshop2003'),(38181,2942,'first_name',''),(38182,2942,'last_name',''),(38183,2942,'description',''),(38184,2942,'rich_editing','true'),(38185,2942,'comment_shortcuts','false'),(38186,2942,'admin_color','fresh'),(38187,2942,'use_ssl','0'),(38188,2942,'show_admin_bar_front','true'),(38189,2942,'locale',''),(38190,2942,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38191,2942,'wp_user_level','0'),(38192,2942,'default_password_nag','1'),(38193,2943,'nickname','rvella041996'),(38194,2943,'first_name',''),(38195,2943,'last_name',''),(38196,2943,'description',''),(38197,2943,'rich_editing','true'),(38198,2943,'comment_shortcuts','false'),(38199,2943,'admin_color','fresh'),(38200,2943,'use_ssl','0'),(38201,2943,'show_admin_bar_front','true'),(38202,2943,'locale',''),(38203,2943,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38204,2943,'wp_user_level','0'),(38205,2943,'default_password_nag','1'),(38206,2944,'nickname','suzin9102006'),(38207,2944,'first_name',''),(38208,2944,'last_name',''),(38209,2944,'description',''),(38210,2944,'rich_editing','true'),(38211,2944,'comment_shortcuts','false'),(38212,2944,'admin_color','fresh'),(38213,2944,'use_ssl','0'),(38214,2944,'show_admin_bar_front','true'),(38215,2944,'locale',''),(38216,2944,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38217,2944,'wp_user_level','0'),(38218,2944,'default_password_nag','1'),(38219,2945,'nickname','ert1242005'),(38220,2945,'first_name',''),(38221,2945,'last_name',''),(38222,2945,'description',''),(38223,2945,'rich_editing','true'),(38224,2945,'comment_shortcuts','false'),(38225,2945,'admin_color','fresh'),(38226,2945,'use_ssl','0'),(38227,2945,'show_admin_bar_front','true'),(38228,2945,'locale',''),(38229,2945,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38230,2945,'wp_user_level','0'),(38231,2945,'default_password_nag','1'),(38232,2946,'nickname','smither132010'),(38233,2946,'first_name',''),(38234,2946,'last_name',''),(38235,2946,'description',''),(38236,2946,'rich_editing','true'),(38237,2946,'comment_shortcuts','false'),(38238,2946,'admin_color','fresh'),(38239,2946,'use_ssl','0'),(38240,2946,'show_admin_bar_front','true'),(38241,2946,'locale',''),(38242,2946,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38243,2946,'wp_user_level','0'),(38244,2946,'default_password_nag','1'),(38245,2947,'nickname','ap2006'),(38246,2947,'first_name',''),(38247,2947,'last_name',''),(38248,2947,'description',''),(38249,2947,'rich_editing','true'),(38250,2947,'comment_shortcuts','false'),(38251,2947,'admin_color','fresh'),(38252,2947,'use_ssl','0'),(38253,2947,'show_admin_bar_front','true'),(38254,2947,'locale',''),(38255,2947,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38256,2947,'wp_user_level','0'),(38257,2947,'default_password_nag','1'),(38258,2948,'nickname','gloria1950'),(38259,2948,'first_name',''),(38260,2948,'last_name',''),(38261,2948,'description',''),(38262,2948,'rich_editing','true'),(38263,2948,'comment_shortcuts','false'),(38264,2948,'admin_color','fresh'),(38265,2948,'use_ssl','0'),(38266,2948,'show_admin_bar_front','true'),(38267,2948,'locale',''),(38268,2948,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38269,2948,'wp_user_level','0'),(38270,2948,'default_password_nag','1'),(38271,2949,'nickname','ellaahadley2001'),(38272,2949,'first_name',''),(38273,2949,'last_name',''),(38274,2949,'description',''),(38275,2949,'rich_editing','true'),(38276,2949,'comment_shortcuts','false'),(38277,2949,'admin_color','fresh'),(38278,2949,'use_ssl','0'),(38279,2949,'show_admin_bar_front','true'),(38280,2949,'locale',''),(38281,2949,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38282,2949,'wp_user_level','0'),(38283,2949,'default_password_nag','1'),(38284,2950,'nickname','ragamo2005'),(38285,2950,'first_name',''),(38286,2950,'last_name',''),(38287,2950,'description',''),(38288,2950,'rich_editing','true'),(38289,2950,'comment_shortcuts','false'),(38290,2950,'admin_color','fresh'),(38291,2950,'use_ssl','0'),(38292,2950,'show_admin_bar_front','true'),(38293,2950,'locale',''),(38294,2950,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38295,2950,'wp_user_level','0'),(38296,2950,'default_password_nag','1'),(38297,2951,'nickname','rome1911964'),(38298,2951,'first_name',''),(38299,2951,'last_name',''),(38300,2951,'description',''),(38301,2951,'rich_editing','true'),(38302,2951,'comment_shortcuts','false'),(38303,2951,'admin_color','fresh'),(38304,2951,'use_ssl','0'),(38305,2951,'show_admin_bar_front','true'),(38306,2951,'locale',''),(38307,2951,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38308,2951,'wp_user_level','0'),(38309,2951,'default_password_nag','1'),(38310,2952,'nickname','vladimir.sucevic1962'),(38311,2952,'first_name',''),(38312,2952,'last_name',''),(38313,2952,'description',''),(38314,2952,'rich_editing','true'),(38315,2952,'comment_shortcuts','false'),(38316,2952,'admin_color','fresh'),(38317,2952,'use_ssl','0'),(38318,2952,'show_admin_bar_front','true'),(38319,2952,'locale',''),(38320,2952,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38321,2952,'wp_user_level','0'),(38322,2952,'default_password_nag','1'),(38323,2953,'nickname','suzannesamuels1953'),(38324,2953,'first_name',''),(38325,2953,'last_name',''),(38326,2953,'description',''),(38327,2953,'rich_editing','true'),(38328,2953,'comment_shortcuts','false'),(38329,2953,'admin_color','fresh'),(38330,2953,'use_ssl','0'),(38331,2953,'show_admin_bar_front','true'),(38332,2953,'locale',''),(38333,2953,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38334,2953,'wp_user_level','0'),(38335,2953,'default_password_nag','1'),(38336,2954,'nickname','lakesh86021992'),(38337,2954,'first_name',''),(38338,2954,'last_name',''),(38339,2954,'description',''),(38340,2954,'rich_editing','true'),(38341,2954,'comment_shortcuts','false'),(38342,2954,'admin_color','fresh'),(38343,2954,'use_ssl','0'),(38344,2954,'show_admin_bar_front','true'),(38345,2954,'locale',''),(38346,2954,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38347,2954,'wp_user_level','0'),(38348,2954,'default_password_nag','1'),(38349,2955,'nickname','tina1962'),(38350,2955,'first_name',''),(38351,2955,'last_name',''),(38352,2955,'description',''),(38353,2955,'rich_editing','true'),(38354,2955,'comment_shortcuts','false'),(38355,2955,'admin_color','fresh'),(38356,2955,'use_ssl','0'),(38357,2955,'show_admin_bar_front','true'),(38358,2955,'locale',''),(38359,2955,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38360,2955,'wp_user_level','0'),(38361,2955,'default_password_nag','1'),(38362,2956,'nickname','lyjohnson891964'),(38363,2956,'first_name',''),(38364,2956,'last_name',''),(38365,2956,'description',''),(38366,2956,'rich_editing','true'),(38367,2956,'comment_shortcuts','false'),(38368,2956,'admin_color','fresh'),(38369,2956,'use_ssl','0'),(38370,2956,'show_admin_bar_front','true'),(38371,2956,'locale',''),(38372,2956,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38373,2956,'wp_user_level','0'),(38374,2956,'default_password_nag','1'),(38375,2957,'nickname','phamre1956'),(38376,2957,'first_name',''),(38377,2957,'last_name',''),(38378,2957,'description',''),(38379,2957,'rich_editing','true'),(38380,2957,'comment_shortcuts','false'),(38381,2957,'admin_color','fresh'),(38382,2957,'use_ssl','0'),(38383,2957,'show_admin_bar_front','true'),(38384,2957,'locale',''),(38385,2957,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38386,2957,'wp_user_level','0'),(38387,2957,'default_password_nag','1'),(38388,2916,'session_tokens','a:2:{s:64:\"a19be5e1950aebece7c2aff1e4eb2cf3ca9deff064c5fe20a78c193772ea859a\";a:4:{s:10:\"expiration\";i:1513142280;s:2:\"ip\";s:15:\"146.185.223.101\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1512969480;}s:64:\"957e5a6209fb535e7e4528a7039542a8761c4abcd0c4d5e610ee04f8586d90b4\";a:4:{s:10:\"expiration\";i:1513162118;s:2:\"ip\";s:15:\"146.185.223.101\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1512989318;}}'),(38389,2958,'nickname','chikomecipoctli1999'),(38390,2958,'first_name',''),(38391,2958,'last_name',''),(38392,2958,'description',''),(38393,2958,'rich_editing','true'),(38394,2958,'comment_shortcuts','false'),(38395,2958,'admin_color','fresh'),(38396,2958,'use_ssl','0'),(38397,2958,'show_admin_bar_front','true'),(38398,2958,'locale',''),(38399,2958,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38400,2958,'wp_user_level','0'),(38401,2958,'default_password_nag','1'),(38402,2959,'nickname','jeanneanncash1982'),(38403,2959,'first_name',''),(38404,2959,'last_name',''),(38405,2959,'description',''),(38406,2959,'rich_editing','true'),(38407,2959,'comment_shortcuts','false'),(38408,2959,'admin_color','fresh'),(38409,2959,'use_ssl','0'),(38410,2959,'show_admin_bar_front','true'),(38411,2959,'locale',''),(38412,2959,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38413,2959,'wp_user_level','0'),(38414,2959,'default_password_nag','1'),(38415,2960,'nickname','moomaky1011964'),(38416,2960,'first_name',''),(38417,2960,'last_name',''),(38418,2960,'description',''),(38419,2960,'rich_editing','true'),(38420,2960,'comment_shortcuts','false'),(38421,2960,'admin_color','fresh'),(38422,2960,'use_ssl','0'),(38423,2960,'show_admin_bar_front','true'),(38424,2960,'locale',''),(38425,2960,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38426,2960,'wp_user_level','0'),(38427,2960,'default_password_nag','1'),(38428,2961,'nickname','scole1986'),(38429,2961,'first_name',''),(38430,2961,'last_name',''),(38431,2961,'description',''),(38432,2961,'rich_editing','true'),(38433,2961,'comment_shortcuts','false'),(38434,2961,'admin_color','fresh'),(38435,2961,'use_ssl','0'),(38436,2961,'show_admin_bar_front','true'),(38437,2961,'locale',''),(38438,2961,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38439,2961,'wp_user_level','0'),(38440,2961,'default_password_nag','1'),(38441,2962,'nickname','aaron.d.leatherwood1950'),(38442,2962,'first_name',''),(38443,2962,'last_name',''),(38444,2962,'description',''),(38445,2962,'rich_editing','true'),(38446,2962,'comment_shortcuts','false'),(38447,2962,'admin_color','fresh'),(38448,2962,'use_ssl','0'),(38449,2962,'show_admin_bar_front','true'),(38450,2962,'locale',''),(38451,2962,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38452,2962,'wp_user_level','0'),(38453,2962,'default_password_nag','1'),(38454,2963,'nickname','walterandamy2010'),(38455,2963,'first_name',''),(38456,2963,'last_name',''),(38457,2963,'description',''),(38458,2963,'rich_editing','true'),(38459,2963,'comment_shortcuts','false'),(38460,2963,'admin_color','fresh'),(38461,2963,'use_ssl','0'),(38462,2963,'show_admin_bar_front','true'),(38463,2963,'locale',''),(38464,2963,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38465,2963,'wp_user_level','0'),(38466,2963,'default_password_nag','1'),(38467,2964,'nickname','threekids_oneal1999'),(38468,2964,'first_name',''),(38469,2964,'last_name',''),(38470,2964,'description',''),(38471,2964,'rich_editing','true'),(38472,2964,'comment_shortcuts','false'),(38473,2964,'admin_color','fresh'),(38474,2964,'use_ssl','0'),(38475,2964,'show_admin_bar_front','true'),(38476,2964,'locale',''),(38477,2964,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38478,2964,'wp_user_level','0'),(38479,2964,'default_password_nag','1'),(38480,2965,'nickname','avi8er1051983'),(38481,2965,'first_name',''),(38482,2965,'last_name',''),(38483,2965,'description',''),(38484,2965,'rich_editing','true'),(38485,2965,'comment_shortcuts','false'),(38486,2965,'admin_color','fresh'),(38487,2965,'use_ssl','0'),(38488,2965,'show_admin_bar_front','true'),(38489,2965,'locale',''),(38490,2965,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38491,2965,'wp_user_level','0'),(38492,2965,'default_password_nag','1'),(38493,2966,'nickname','caustic_coffee1976'),(38494,2966,'first_name',''),(38495,2966,'last_name',''),(38496,2966,'description',''),(38497,2966,'rich_editing','true'),(38498,2966,'comment_shortcuts','false'),(38499,2966,'admin_color','fresh'),(38500,2966,'use_ssl','0'),(38501,2966,'show_admin_bar_front','true'),(38502,2966,'locale',''),(38503,2966,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38504,2966,'wp_user_level','0'),(38505,2966,'default_password_nag','1'),(38506,2967,'nickname','sheila.holmes11988'),(38507,2967,'first_name',''),(38508,2967,'last_name',''),(38509,2967,'description',''),(38510,2967,'rich_editing','true'),(38511,2967,'comment_shortcuts','false'),(38512,2967,'admin_color','fresh'),(38513,2967,'use_ssl','0'),(38514,2967,'show_admin_bar_front','true'),(38515,2967,'locale',''),(38516,2967,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38517,2967,'wp_user_level','0'),(38518,2967,'default_password_nag','1'),(38519,2968,'nickname','atlanticprojsol1958'),(38520,2968,'first_name',''),(38521,2968,'last_name',''),(38522,2968,'description',''),(38523,2968,'rich_editing','true'),(38524,2968,'comment_shortcuts','false'),(38525,2968,'admin_color','fresh'),(38526,2968,'use_ssl','0'),(38527,2968,'show_admin_bar_front','true'),(38528,2968,'locale',''),(38529,2968,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38530,2968,'wp_user_level','0'),(38531,2968,'default_password_nag','1'),(38532,2915,'session_tokens','a:1:{s:64:\"1b4957b2666c1069f929c267001373928fbedbd71a21ed2587154063d9e831f8\";a:4:{s:10:\"expiration\";i:1513130256;s:2:\"ip\";s:15:\"146.185.223.184\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1512957456;}}'),(38533,2969,'nickname','arunn.thirunavukarasu1961'),(38534,2969,'first_name',''),(38535,2969,'last_name',''),(38536,2969,'description',''),(38537,2969,'rich_editing','true'),(38538,2969,'comment_shortcuts','false'),(38539,2969,'admin_color','fresh'),(38540,2969,'use_ssl','0'),(38541,2969,'show_admin_bar_front','true'),(38542,2969,'locale',''),(38543,2969,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38544,2969,'wp_user_level','0'),(38545,2969,'default_password_nag','1'),(38546,2970,'nickname','chadhammond011962'),(38547,2970,'first_name',''),(38548,2970,'last_name',''),(38549,2970,'description',''),(38550,2970,'rich_editing','true'),(38551,2970,'comment_shortcuts','false'),(38552,2970,'admin_color','fresh'),(38553,2970,'use_ssl','0'),(38554,2970,'show_admin_bar_front','true'),(38555,2970,'locale',''),(38556,2970,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38557,2970,'wp_user_level','0'),(38558,2970,'default_password_nag','1'),(38559,2971,'nickname','jcoled1987'),(38560,2971,'first_name',''),(38561,2971,'last_name',''),(38562,2971,'description',''),(38563,2971,'rich_editing','true'),(38564,2971,'comment_shortcuts','false'),(38565,2971,'admin_color','fresh'),(38566,2971,'use_ssl','0'),(38567,2971,'show_admin_bar_front','true'),(38568,2971,'locale',''),(38569,2971,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38570,2971,'wp_user_level','0'),(38571,2971,'default_password_nag','1'),(38572,2972,'nickname','ccadbury2009'),(38573,2972,'first_name',''),(38574,2972,'last_name',''),(38575,2972,'description',''),(38576,2972,'rich_editing','true'),(38577,2972,'comment_shortcuts','false'),(38578,2972,'admin_color','fresh'),(38579,2972,'use_ssl','0'),(38580,2972,'show_admin_bar_front','true'),(38581,2972,'locale',''),(38582,2972,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38583,2972,'wp_user_level','0'),(38584,2972,'default_password_nag','1'),(38585,2973,'nickname','katilemons1978'),(38586,2973,'first_name',''),(38587,2973,'last_name',''),(38588,2973,'description',''),(38589,2973,'rich_editing','true'),(38590,2973,'comment_shortcuts','false'),(38591,2973,'admin_color','fresh'),(38592,2973,'use_ssl','0'),(38593,2973,'show_admin_bar_front','true'),(38594,2973,'locale',''),(38595,2973,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38596,2973,'wp_user_level','0'),(38597,2973,'default_password_nag','1'),(38598,2974,'nickname','drodriguez1955'),(38599,2974,'first_name',''),(38600,2974,'last_name',''),(38601,2974,'description',''),(38602,2974,'rich_editing','true'),(38603,2974,'comment_shortcuts','false'),(38604,2974,'admin_color','fresh'),(38605,2974,'use_ssl','0'),(38606,2974,'show_admin_bar_front','true'),(38607,2974,'locale',''),(38608,2974,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38609,2974,'wp_user_level','0'),(38610,2974,'default_password_nag','1'),(38611,2975,'nickname','tsmiller771977'),(38612,2975,'first_name',''),(38613,2975,'last_name',''),(38614,2975,'description',''),(38615,2975,'rich_editing','true'),(38616,2975,'comment_shortcuts','false'),(38617,2975,'admin_color','fresh'),(38618,2975,'use_ssl','0'),(38619,2975,'show_admin_bar_front','true'),(38620,2975,'locale',''),(38621,2975,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38622,2975,'wp_user_level','0'),(38623,2975,'default_password_nag','1'),(38624,2976,'nickname','breatheeasy881959'),(38625,2976,'first_name',''),(38626,2976,'last_name',''),(38627,2976,'description',''),(38628,2976,'rich_editing','true'),(38629,2976,'comment_shortcuts','false'),(38630,2976,'admin_color','fresh'),(38631,2976,'use_ssl','0'),(38632,2976,'show_admin_bar_front','true'),(38633,2976,'locale',''),(38634,2976,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38635,2976,'wp_user_level','0'),(38636,2976,'default_password_nag','1'),(38637,2977,'nickname','csg27201953'),(38638,2977,'first_name',''),(38639,2977,'last_name',''),(38640,2977,'description',''),(38641,2977,'rich_editing','true'),(38642,2977,'comment_shortcuts','false'),(38643,2977,'admin_color','fresh'),(38644,2977,'use_ssl','0'),(38645,2977,'show_admin_bar_front','true'),(38646,2977,'locale',''),(38647,2977,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38648,2977,'wp_user_level','0'),(38649,2977,'default_password_nag','1'),(38650,2978,'nickname','mvpiccoli1957'),(38651,2978,'first_name',''),(38652,2978,'last_name',''),(38653,2978,'description',''),(38654,2978,'rich_editing','true'),(38655,2978,'comment_shortcuts','false'),(38656,2978,'admin_color','fresh'),(38657,2978,'use_ssl','0'),(38658,2978,'show_admin_bar_front','true'),(38659,2978,'locale',''),(38660,2978,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38661,2978,'wp_user_level','0'),(38662,2978,'default_password_nag','1'),(38663,2979,'nickname','dwmilne20001987'),(38664,2979,'first_name',''),(38665,2979,'last_name',''),(38666,2979,'description',''),(38667,2979,'rich_editing','true'),(38668,2979,'comment_shortcuts','false'),(38669,2979,'admin_color','fresh'),(38670,2979,'use_ssl','0'),(38671,2979,'show_admin_bar_front','true'),(38672,2979,'locale',''),(38673,2979,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38674,2979,'wp_user_level','0'),(38675,2979,'default_password_nag','1'),(38676,2980,'nickname','ben_smith772005'),(38677,2980,'first_name',''),(38678,2980,'last_name',''),(38679,2980,'description',''),(38680,2980,'rich_editing','true'),(38681,2980,'comment_shortcuts','false'),(38682,2980,'admin_color','fresh'),(38683,2980,'use_ssl','0'),(38684,2980,'show_admin_bar_front','true'),(38685,2980,'locale',''),(38686,2980,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38687,2980,'wp_user_level','0'),(38688,2980,'default_password_nag','1'),(38689,2981,'nickname','neugy1990'),(38690,2981,'first_name',''),(38691,2981,'last_name',''),(38692,2981,'description',''),(38693,2981,'rich_editing','true'),(38694,2981,'comment_shortcuts','false'),(38695,2981,'admin_color','fresh'),(38696,2981,'use_ssl','0'),(38697,2981,'show_admin_bar_front','true'),(38698,2981,'locale',''),(38699,2981,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38700,2981,'wp_user_level','0'),(38701,2981,'default_password_nag','1'),(38702,2982,'nickname','ken2008'),(38703,2982,'first_name',''),(38704,2982,'last_name',''),(38705,2982,'description',''),(38706,2982,'rich_editing','true'),(38707,2982,'comment_shortcuts','false'),(38708,2982,'admin_color','fresh'),(38709,2982,'use_ssl','0'),(38710,2982,'show_admin_bar_front','true'),(38711,2982,'locale',''),(38712,2982,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38713,2982,'wp_user_level','0'),(38714,2982,'default_password_nag','1'),(38715,2983,'nickname','gil3101955'),(38716,2983,'first_name',''),(38717,2983,'last_name',''),(38718,2983,'description',''),(38719,2983,'rich_editing','true'),(38720,2983,'comment_shortcuts','false'),(38721,2983,'admin_color','fresh'),(38722,2983,'use_ssl','0'),(38723,2983,'show_admin_bar_front','true'),(38724,2983,'locale',''),(38725,2983,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38726,2983,'wp_user_level','0'),(38727,2983,'default_password_nag','1'),(38728,2984,'nickname','yougotmail281954'),(38729,2984,'first_name',''),(38730,2984,'last_name',''),(38731,2984,'description',''),(38732,2984,'rich_editing','true'),(38733,2984,'comment_shortcuts','false'),(38734,2984,'admin_color','fresh'),(38735,2984,'use_ssl','0'),(38736,2984,'show_admin_bar_front','true'),(38737,2984,'locale',''),(38738,2984,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38739,2984,'wp_user_level','0'),(38740,2984,'default_password_nag','1'),(38741,2985,'nickname','seanyurovchak1955'),(38742,2985,'first_name',''),(38743,2985,'last_name',''),(38744,2985,'description',''),(38745,2985,'rich_editing','true'),(38746,2985,'comment_shortcuts','false'),(38747,2985,'admin_color','fresh'),(38748,2985,'use_ssl','0'),(38749,2985,'show_admin_bar_front','true'),(38750,2985,'locale',''),(38751,2985,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38752,2985,'wp_user_level','0'),(38753,2985,'default_password_nag','1'),(38754,2986,'nickname','rbhedden1984'),(38755,2986,'first_name',''),(38756,2986,'last_name',''),(38757,2986,'description',''),(38758,2986,'rich_editing','true'),(38759,2986,'comment_shortcuts','false'),(38760,2986,'admin_color','fresh'),(38761,2986,'use_ssl','0'),(38762,2986,'show_admin_bar_front','true'),(38763,2986,'locale',''),(38764,2986,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38765,2986,'wp_user_level','0'),(38766,2986,'default_password_nag','1'),(38767,2987,'nickname','zephyr1012000'),(38768,2987,'first_name',''),(38769,2987,'last_name',''),(38770,2987,'description',''),(38771,2987,'rich_editing','true'),(38772,2987,'comment_shortcuts','false'),(38773,2987,'admin_color','fresh'),(38774,2987,'use_ssl','0'),(38775,2987,'show_admin_bar_front','true'),(38776,2987,'locale',''),(38777,2987,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38778,2987,'wp_user_level','0'),(38779,2987,'default_password_nag','1'),(38780,2988,'nickname','gonzalojavierfranco2010'),(38781,2988,'first_name',''),(38782,2988,'last_name',''),(38783,2988,'description',''),(38784,2988,'rich_editing','true'),(38785,2988,'comment_shortcuts','false'),(38786,2988,'admin_color','fresh'),(38787,2988,'use_ssl','0'),(38788,2988,'show_admin_bar_front','true'),(38789,2988,'locale',''),(38790,2988,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38791,2988,'wp_user_level','0'),(38792,2988,'default_password_nag','1'),(38793,2989,'nickname','gchampa11984'),(38794,2989,'first_name',''),(38795,2989,'last_name',''),(38796,2989,'description',''),(38797,2989,'rich_editing','true'),(38798,2989,'comment_shortcuts','false'),(38799,2989,'admin_color','fresh'),(38800,2989,'use_ssl','0'),(38801,2989,'show_admin_bar_front','true'),(38802,2989,'locale',''),(38803,2989,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38804,2989,'wp_user_level','0'),(38805,2989,'default_password_nag','1'),(38806,2990,'nickname','karottugeorge1979'),(38807,2990,'first_name',''),(38808,2990,'last_name',''),(38809,2990,'description',''),(38810,2990,'rich_editing','true'),(38811,2990,'comment_shortcuts','false'),(38812,2990,'admin_color','fresh'),(38813,2990,'use_ssl','0'),(38814,2990,'show_admin_bar_front','true'),(38815,2990,'locale',''),(38816,2990,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38817,2990,'wp_user_level','0'),(38818,2990,'default_password_nag','1'),(38819,2991,'nickname','rashik_parmar2009'),(38820,2991,'first_name',''),(38821,2991,'last_name',''),(38822,2991,'description',''),(38823,2991,'rich_editing','true'),(38824,2991,'comment_shortcuts','false'),(38825,2991,'admin_color','fresh'),(38826,2991,'use_ssl','0'),(38827,2991,'show_admin_bar_front','true'),(38828,2991,'locale',''),(38829,2991,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38830,2991,'wp_user_level','0'),(38831,2991,'default_password_nag','1'),(38832,2992,'nickname','henleyfan1982'),(38833,2992,'first_name',''),(38834,2992,'last_name',''),(38835,2992,'description',''),(38836,2992,'rich_editing','true'),(38837,2992,'comment_shortcuts','false'),(38838,2992,'admin_color','fresh'),(38839,2992,'use_ssl','0'),(38840,2992,'show_admin_bar_front','true'),(38841,2992,'locale',''),(38842,2992,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38843,2992,'wp_user_level','0'),(38844,2992,'default_password_nag','1'),(38845,2993,'nickname','fullerbull1976'),(38846,2993,'first_name',''),(38847,2993,'last_name',''),(38848,2993,'description',''),(38849,2993,'rich_editing','true'),(38850,2993,'comment_shortcuts','false'),(38851,2993,'admin_color','fresh'),(38852,2993,'use_ssl','0'),(38853,2993,'show_admin_bar_front','true'),(38854,2993,'locale',''),(38855,2993,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38856,2993,'wp_user_level','0'),(38857,2993,'default_password_nag','1'),(38858,2994,'nickname','wonkamoni1969'),(38859,2994,'first_name',''),(38860,2994,'last_name',''),(38861,2994,'description',''),(38862,2994,'rich_editing','true'),(38863,2994,'comment_shortcuts','false'),(38864,2994,'admin_color','fresh'),(38865,2994,'use_ssl','0'),(38866,2994,'show_admin_bar_front','true'),(38867,2994,'locale',''),(38868,2994,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38869,2994,'wp_user_level','0'),(38870,2994,'default_password_nag','1'),(38871,2995,'nickname','angievejar1986'),(38872,2995,'first_name',''),(38873,2995,'last_name',''),(38874,2995,'description',''),(38875,2995,'rich_editing','true'),(38876,2995,'comment_shortcuts','false'),(38877,2995,'admin_color','fresh'),(38878,2995,'use_ssl','0'),(38879,2995,'show_admin_bar_front','true'),(38880,2995,'locale',''),(38881,2995,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38882,2995,'wp_user_level','0'),(38883,2995,'default_password_nag','1'),(38884,2996,'nickname','auntam1965'),(38885,2996,'first_name',''),(38886,2996,'last_name',''),(38887,2996,'description',''),(38888,2996,'rich_editing','true'),(38889,2996,'comment_shortcuts','false'),(38890,2996,'admin_color','fresh'),(38891,2996,'use_ssl','0'),(38892,2996,'show_admin_bar_front','true'),(38893,2996,'locale',''),(38894,2996,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38895,2996,'wp_user_level','0'),(38896,2996,'default_password_nag','1'),(38897,2997,'nickname','yoyopz2001'),(38898,2997,'first_name',''),(38899,2997,'last_name',''),(38900,2997,'description',''),(38901,2997,'rich_editing','true'),(38902,2997,'comment_shortcuts','false'),(38903,2997,'admin_color','fresh'),(38904,2997,'use_ssl','0'),(38905,2997,'show_admin_bar_front','true'),(38906,2997,'locale',''),(38907,2997,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38908,2997,'wp_user_level','0'),(38909,2997,'default_password_nag','1'),(38910,2998,'nickname','mallnock1981'),(38911,2998,'first_name',''),(38912,2998,'last_name',''),(38913,2998,'description',''),(38914,2998,'rich_editing','true'),(38915,2998,'comment_shortcuts','false'),(38916,2998,'admin_color','fresh'),(38917,2998,'use_ssl','0'),(38918,2998,'show_admin_bar_front','true'),(38919,2998,'locale',''),(38920,2998,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38921,2998,'wp_user_level','0'),(38922,2998,'default_password_nag','1'),(38923,2999,'nickname','ultimoyaga1976'),(38924,2999,'first_name',''),(38925,2999,'last_name',''),(38926,2999,'description',''),(38927,2999,'rich_editing','true'),(38928,2999,'comment_shortcuts','false'),(38929,2999,'admin_color','fresh'),(38930,2999,'use_ssl','0'),(38931,2999,'show_admin_bar_front','true'),(38932,2999,'locale',''),(38933,2999,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38934,2999,'wp_user_level','0'),(38935,2999,'default_password_nag','1'),(38936,3000,'nickname','bodybuilder2601972'),(38937,3000,'first_name',''),(38938,3000,'last_name',''),(38939,3000,'description',''),(38940,3000,'rich_editing','true'),(38941,3000,'comment_shortcuts','false'),(38942,3000,'admin_color','fresh'),(38943,3000,'use_ssl','0'),(38944,3000,'show_admin_bar_front','true'),(38945,3000,'locale',''),(38946,3000,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38947,3000,'wp_user_level','0'),(38948,3000,'default_password_nag','1'),(38949,3001,'nickname','gdg20011973'),(38950,3001,'first_name',''),(38951,3001,'last_name',''),(38952,3001,'description',''),(38953,3001,'rich_editing','true'),(38954,3001,'comment_shortcuts','false'),(38955,3001,'admin_color','fresh'),(38956,3001,'use_ssl','0'),(38957,3001,'show_admin_bar_front','true'),(38958,3001,'locale',''),(38959,3001,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38960,3001,'wp_user_level','0'),(38961,3001,'default_password_nag','1'),(38962,3002,'nickname','cparkinson812010'),(38963,3002,'first_name',''),(38964,3002,'last_name',''),(38965,3002,'description',''),(38966,3002,'rich_editing','true'),(38967,3002,'comment_shortcuts','false'),(38968,3002,'admin_color','fresh'),(38969,3002,'use_ssl','0'),(38970,3002,'show_admin_bar_front','true'),(38971,3002,'locale',''),(38972,3002,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38973,3002,'wp_user_level','0'),(38974,3002,'default_password_nag','1'),(38975,3003,'nickname','warneraf1956'),(38976,3003,'first_name',''),(38977,3003,'last_name',''),(38978,3003,'description',''),(38979,3003,'rich_editing','true'),(38980,3003,'comment_shortcuts','false'),(38981,3003,'admin_color','fresh'),(38982,3003,'use_ssl','0'),(38983,3003,'show_admin_bar_front','true'),(38984,3003,'locale',''),(38985,3003,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38986,3003,'wp_user_level','0'),(38987,3003,'default_password_nag','1'),(38988,3004,'nickname','bjleonard8201960'),(38989,3004,'first_name',''),(38990,3004,'last_name',''),(38991,3004,'description',''),(38992,3004,'rich_editing','true'),(38993,3004,'comment_shortcuts','false'),(38994,3004,'admin_color','fresh'),(38995,3004,'use_ssl','0'),(38996,3004,'show_admin_bar_front','true'),(38997,3004,'locale',''),(38998,3004,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(38999,3004,'wp_user_level','0'),(39000,3004,'default_password_nag','1'),(39001,3005,'nickname','zacktg1996'),(39002,3005,'first_name',''),(39003,3005,'last_name',''),(39004,3005,'description',''),(39005,3005,'rich_editing','true'),(39006,3005,'comment_shortcuts','false'),(39007,3005,'admin_color','fresh'),(39008,3005,'use_ssl','0'),(39009,3005,'show_admin_bar_front','true'),(39010,3005,'locale',''),(39011,3005,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39012,3005,'wp_user_level','0'),(39013,3005,'default_password_nag','1'),(39014,3006,'nickname','bnsmth841995'),(39015,3006,'first_name',''),(39016,3006,'last_name',''),(39017,3006,'description',''),(39018,3006,'rich_editing','true'),(39019,3006,'comment_shortcuts','false'),(39020,3006,'admin_color','fresh'),(39021,3006,'use_ssl','0'),(39022,3006,'show_admin_bar_front','true'),(39023,3006,'locale',''),(39024,3006,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39025,3006,'wp_user_level','0'),(39026,3006,'default_password_nag','1'),(39027,3007,'nickname','jsollazzo1997'),(39028,3007,'first_name',''),(39029,3007,'last_name',''),(39030,3007,'description',''),(39031,3007,'rich_editing','true'),(39032,3007,'comment_shortcuts','false'),(39033,3007,'admin_color','fresh'),(39034,3007,'use_ssl','0'),(39035,3007,'show_admin_bar_front','true'),(39036,3007,'locale',''),(39037,3007,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39038,3007,'wp_user_level','0'),(39039,3007,'default_password_nag','1'),(39040,3008,'nickname','michelle_mui1962'),(39041,3008,'first_name',''),(39042,3008,'last_name',''),(39043,3008,'description',''),(39044,3008,'rich_editing','true'),(39045,3008,'comment_shortcuts','false'),(39046,3008,'admin_color','fresh'),(39047,3008,'use_ssl','0'),(39048,3008,'show_admin_bar_front','true'),(39049,3008,'locale',''),(39050,3008,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39051,3008,'wp_user_level','0'),(39052,3008,'default_password_nag','1'),(39053,3009,'nickname','cristnco1984'),(39054,3009,'first_name',''),(39055,3009,'last_name',''),(39056,3009,'description',''),(39057,3009,'rich_editing','true'),(39058,3009,'comment_shortcuts','false'),(39059,3009,'admin_color','fresh'),(39060,3009,'use_ssl','0'),(39061,3009,'show_admin_bar_front','true'),(39062,3009,'locale',''),(39063,3009,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39064,3009,'wp_user_level','0'),(39065,3009,'default_password_nag','1'),(39066,3010,'nickname','georgiamia19891960'),(39067,3010,'first_name',''),(39068,3010,'last_name',''),(39069,3010,'description',''),(39070,3010,'rich_editing','true'),(39071,3010,'comment_shortcuts','false'),(39072,3010,'admin_color','fresh'),(39073,3010,'use_ssl','0'),(39074,3010,'show_admin_bar_front','true'),(39075,3010,'locale',''),(39076,3010,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39077,3010,'wp_user_level','0'),(39078,3010,'default_password_nag','1'),(39079,3011,'nickname','surmen1961'),(39080,3011,'first_name',''),(39081,3011,'last_name',''),(39082,3011,'description',''),(39083,3011,'rich_editing','true'),(39084,3011,'comment_shortcuts','false'),(39085,3011,'admin_color','fresh'),(39086,3011,'use_ssl','0'),(39087,3011,'show_admin_bar_front','true'),(39088,3011,'locale',''),(39089,3011,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39090,3011,'wp_user_level','0'),(39091,3011,'default_password_nag','1'),(39092,3012,'nickname','myishanicolefoy1982'),(39093,3012,'first_name',''),(39094,3012,'last_name',''),(39095,3012,'description',''),(39096,3012,'rich_editing','true'),(39097,3012,'comment_shortcuts','false'),(39098,3012,'admin_color','fresh'),(39099,3012,'use_ssl','0'),(39100,3012,'show_admin_bar_front','true'),(39101,3012,'locale',''),(39102,3012,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39103,3012,'wp_user_level','0'),(39104,3012,'default_password_nag','1'),(39105,3013,'nickname','omarlemus12081970'),(39106,3013,'first_name',''),(39107,3013,'last_name',''),(39108,3013,'description',''),(39109,3013,'rich_editing','true'),(39110,3013,'comment_shortcuts','false'),(39111,3013,'admin_color','fresh'),(39112,3013,'use_ssl','0'),(39113,3013,'show_admin_bar_front','true'),(39114,3013,'locale',''),(39115,3013,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39116,3013,'wp_user_level','0'),(39117,3013,'default_password_nag','1'),(39118,3014,'nickname','derekswillis1986'),(39119,3014,'first_name',''),(39120,3014,'last_name',''),(39121,3014,'description',''),(39122,3014,'rich_editing','true'),(39123,3014,'comment_shortcuts','false'),(39124,3014,'admin_color','fresh'),(39125,3014,'use_ssl','0'),(39126,3014,'show_admin_bar_front','true'),(39127,3014,'locale',''),(39128,3014,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39129,3014,'wp_user_level','0'),(39130,3014,'default_password_nag','1'),(39131,3015,'nickname','soul881959'),(39132,3015,'first_name',''),(39133,3015,'last_name',''),(39134,3015,'description',''),(39135,3015,'rich_editing','true'),(39136,3015,'comment_shortcuts','false'),(39137,3015,'admin_color','fresh'),(39138,3015,'use_ssl','0'),(39139,3015,'show_admin_bar_front','true'),(39140,3015,'locale',''),(39141,3015,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39142,3015,'wp_user_level','0'),(39143,3015,'default_password_nag','1'),(39144,3016,'nickname','bjones286a1959'),(39145,3016,'first_name',''),(39146,3016,'last_name',''),(39147,3016,'description',''),(39148,3016,'rich_editing','true'),(39149,3016,'comment_shortcuts','false'),(39150,3016,'admin_color','fresh'),(39151,3016,'use_ssl','0'),(39152,3016,'show_admin_bar_front','true'),(39153,3016,'locale',''),(39154,3016,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39155,3016,'wp_user_level','0'),(39156,3016,'default_password_nag','1'),(39157,3017,'nickname','angeabn811996'),(39158,3017,'first_name',''),(39159,3017,'last_name',''),(39160,3017,'description',''),(39161,3017,'rich_editing','true'),(39162,3017,'comment_shortcuts','false'),(39163,3017,'admin_color','fresh'),(39164,3017,'use_ssl','0'),(39165,3017,'show_admin_bar_front','true'),(39166,3017,'locale',''),(39167,3017,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39168,3017,'wp_user_level','0'),(39169,3017,'default_password_nag','1'),(39170,3018,'nickname','bradwilemon1986'),(39171,3018,'first_name',''),(39172,3018,'last_name',''),(39173,3018,'description',''),(39174,3018,'rich_editing','true'),(39175,3018,'comment_shortcuts','false'),(39176,3018,'admin_color','fresh'),(39177,3018,'use_ssl','0'),(39178,3018,'show_admin_bar_front','true'),(39179,3018,'locale',''),(39180,3018,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39181,3018,'wp_user_level','0'),(39182,3018,'default_password_nag','1'),(39183,3019,'nickname','aaron.cart41999'),(39184,3019,'first_name',''),(39185,3019,'last_name',''),(39186,3019,'description',''),(39187,3019,'rich_editing','true'),(39188,3019,'comment_shortcuts','false'),(39189,3019,'admin_color','fresh'),(39190,3019,'use_ssl','0'),(39191,3019,'show_admin_bar_front','true'),(39192,3019,'locale',''),(39193,3019,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39194,3019,'wp_user_level','0'),(39195,3019,'default_password_nag','1'),(39196,3020,'nickname','jennifer1951'),(39197,3020,'first_name',''),(39198,3020,'last_name',''),(39199,3020,'description',''),(39200,3020,'rich_editing','true'),(39201,3020,'comment_shortcuts','false'),(39202,3020,'admin_color','fresh'),(39203,3020,'use_ssl','0'),(39204,3020,'show_admin_bar_front','true'),(39205,3020,'locale',''),(39206,3020,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39207,3020,'wp_user_level','0'),(39208,3020,'default_password_nag','1'),(39209,3021,'nickname','robevansmd1956'),(39210,3021,'first_name',''),(39211,3021,'last_name',''),(39212,3021,'description',''),(39213,3021,'rich_editing','true'),(39214,3021,'comment_shortcuts','false'),(39215,3021,'admin_color','fresh'),(39216,3021,'use_ssl','0'),(39217,3021,'show_admin_bar_front','true'),(39218,3021,'locale',''),(39219,3021,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39220,3021,'wp_user_level','0'),(39221,3021,'default_password_nag','1'),(39222,3022,'nickname','mstrauss661976'),(39223,3022,'first_name',''),(39224,3022,'last_name',''),(39225,3022,'description',''),(39226,3022,'rich_editing','true'),(39227,3022,'comment_shortcuts','false'),(39228,3022,'admin_color','fresh'),(39229,3022,'use_ssl','0'),(39230,3022,'show_admin_bar_front','true'),(39231,3022,'locale',''),(39232,3022,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39233,3022,'wp_user_level','0'),(39234,3022,'default_password_nag','1'),(39235,3023,'nickname','tarnold4111983'),(39236,3023,'first_name',''),(39237,3023,'last_name',''),(39238,3023,'description',''),(39239,3023,'rich_editing','true'),(39240,3023,'comment_shortcuts','false'),(39241,3023,'admin_color','fresh'),(39242,3023,'use_ssl','0'),(39243,3023,'show_admin_bar_front','true'),(39244,3023,'locale',''),(39245,3023,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39246,3023,'wp_user_level','0'),(39247,3023,'default_password_nag','1'),(39248,3024,'nickname','christianvonstosch1967'),(39249,3024,'first_name',''),(39250,3024,'last_name',''),(39251,3024,'description',''),(39252,3024,'rich_editing','true'),(39253,3024,'comment_shortcuts','false'),(39254,3024,'admin_color','fresh'),(39255,3024,'use_ssl','0'),(39256,3024,'show_admin_bar_front','true'),(39257,3024,'locale',''),(39258,3024,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39259,3024,'wp_user_level','0'),(39260,3024,'default_password_nag','1'),(39261,3025,'nickname','chasemj1751993'),(39262,3025,'first_name',''),(39263,3025,'last_name',''),(39264,3025,'description',''),(39265,3025,'rich_editing','true'),(39266,3025,'comment_shortcuts','false'),(39267,3025,'admin_color','fresh'),(39268,3025,'use_ssl','0'),(39269,3025,'show_admin_bar_front','true'),(39270,3025,'locale',''),(39271,3025,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39272,3025,'wp_user_level','0'),(39273,3025,'default_password_nag','1'),(39274,3026,'nickname','dhorner1961'),(39275,3026,'first_name',''),(39276,3026,'last_name',''),(39277,3026,'description',''),(39278,3026,'rich_editing','true'),(39279,3026,'comment_shortcuts','false'),(39280,3026,'admin_color','fresh'),(39281,3026,'use_ssl','0'),(39282,3026,'show_admin_bar_front','true'),(39283,3026,'locale',''),(39284,3026,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39285,3026,'wp_user_level','0'),(39286,3026,'default_password_nag','1'),(39287,3027,'nickname','opalreimal1994'),(39288,3027,'first_name',''),(39289,3027,'last_name',''),(39290,3027,'description',''),(39291,3027,'rich_editing','true'),(39292,3027,'comment_shortcuts','false'),(39293,3027,'admin_color','fresh'),(39294,3027,'use_ssl','0'),(39295,3027,'show_admin_bar_front','true'),(39296,3027,'locale',''),(39297,3027,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39298,3027,'wp_user_level','0'),(39299,3027,'default_password_nag','1'),(39300,3028,'nickname','r.melis1984'),(39301,3028,'first_name',''),(39302,3028,'last_name',''),(39303,3028,'description',''),(39304,3028,'rich_editing','true'),(39305,3028,'comment_shortcuts','false'),(39306,3028,'admin_color','fresh'),(39307,3028,'use_ssl','0'),(39308,3028,'show_admin_bar_front','true'),(39309,3028,'locale',''),(39310,3028,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39311,3028,'wp_user_level','0'),(39312,3028,'default_password_nag','1'),(39313,3029,'nickname','justriaz1957'),(39314,3029,'first_name',''),(39315,3029,'last_name',''),(39316,3029,'description',''),(39317,3029,'rich_editing','true'),(39318,3029,'comment_shortcuts','false'),(39319,3029,'admin_color','fresh'),(39320,3029,'use_ssl','0'),(39321,3029,'show_admin_bar_front','true'),(39322,3029,'locale',''),(39323,3029,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39324,3029,'wp_user_level','0'),(39325,3029,'default_password_nag','1'),(39326,3030,'nickname','aburns15301974'),(39327,3030,'first_name',''),(39328,3030,'last_name',''),(39329,3030,'description',''),(39330,3030,'rich_editing','true'),(39331,3030,'comment_shortcuts','false'),(39332,3030,'admin_color','fresh'),(39333,3030,'use_ssl','0'),(39334,3030,'show_admin_bar_front','true'),(39335,3030,'locale',''),(39336,3030,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39337,3030,'wp_user_level','0'),(39338,3030,'default_password_nag','1'),(39339,3031,'nickname','aliciaslone1952'),(39340,3031,'first_name',''),(39341,3031,'last_name',''),(39342,3031,'description',''),(39343,3031,'rich_editing','true'),(39344,3031,'comment_shortcuts','false'),(39345,3031,'admin_color','fresh'),(39346,3031,'use_ssl','0'),(39347,3031,'show_admin_bar_front','true'),(39348,3031,'locale',''),(39349,3031,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39350,3031,'wp_user_level','0'),(39351,3031,'default_password_nag','1'),(39352,3032,'nickname','werace041973'),(39353,3032,'first_name',''),(39354,3032,'last_name',''),(39355,3032,'description',''),(39356,3032,'rich_editing','true'),(39357,3032,'comment_shortcuts','false'),(39358,3032,'admin_color','fresh'),(39359,3032,'use_ssl','0'),(39360,3032,'show_admin_bar_front','true'),(39361,3032,'locale',''),(39362,3032,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39363,3032,'wp_user_level','0'),(39364,3033,'nickname','jmselect1972'),(39365,3033,'first_name',''),(39366,3033,'last_name',''),(39367,3033,'description',''),(39368,3033,'rich_editing','true'),(39369,3033,'comment_shortcuts','false'),(39370,3033,'admin_color','fresh'),(39371,3033,'use_ssl','0'),(39372,3033,'show_admin_bar_front','true'),(39373,3033,'locale',''),(39374,3033,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39375,3033,'wp_user_level','0'),(39376,3032,'default_password_nag','1'),(39377,3033,'default_password_nag','1'),(39378,3034,'nickname','probuildcontracting1951'),(39379,3034,'first_name',''),(39380,3034,'last_name',''),(39381,3034,'description',''),(39382,3034,'rich_editing','true'),(39383,3034,'comment_shortcuts','false'),(39384,3034,'admin_color','fresh'),(39385,3034,'use_ssl','0'),(39386,3034,'show_admin_bar_front','true'),(39387,3034,'locale',''),(39388,3034,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39389,3034,'wp_user_level','0'),(39390,3034,'default_password_nag','1'),(39391,3035,'nickname','lewisfuller00121988'),(39392,3035,'first_name',''),(39393,3035,'last_name',''),(39394,3035,'description',''),(39395,3035,'rich_editing','true'),(39396,3035,'comment_shortcuts','false'),(39397,3035,'admin_color','fresh'),(39398,3035,'use_ssl','0'),(39399,3035,'show_admin_bar_front','true'),(39400,3035,'locale',''),(39401,3035,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39402,3035,'wp_user_level','0'),(39403,3035,'default_password_nag','1'),(39404,3036,'nickname','lissettepena2009'),(39405,3036,'first_name',''),(39406,3036,'last_name',''),(39407,3036,'description',''),(39408,3036,'rich_editing','true'),(39409,3036,'comment_shortcuts','false'),(39410,3036,'admin_color','fresh'),(39411,3036,'use_ssl','0'),(39412,3036,'show_admin_bar_front','true'),(39413,3036,'locale',''),(39414,3036,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39415,3036,'wp_user_level','0'),(39416,3036,'default_password_nag','1'),(39417,3037,'nickname','danielmark.savitt1986'),(39418,3037,'first_name',''),(39419,3037,'last_name',''),(39420,3037,'description',''),(39421,3037,'rich_editing','true'),(39422,3037,'comment_shortcuts','false'),(39423,3037,'admin_color','fresh'),(39424,3037,'use_ssl','0'),(39425,3037,'show_admin_bar_front','true'),(39426,3037,'locale',''),(39427,3037,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39428,3037,'wp_user_level','0'),(39429,3037,'default_password_nag','1'),(39430,3038,'nickname','rkarmeier1953'),(39431,3038,'first_name',''),(39432,3038,'last_name',''),(39433,3038,'description',''),(39434,3038,'rich_editing','true'),(39435,3038,'comment_shortcuts','false'),(39436,3038,'admin_color','fresh'),(39437,3038,'use_ssl','0'),(39438,3038,'show_admin_bar_front','true'),(39439,3038,'locale',''),(39440,3038,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39441,3038,'wp_user_level','0'),(39442,3038,'default_password_nag','1'),(39443,3039,'nickname','adrian1992'),(39444,3039,'first_name',''),(39445,3039,'last_name',''),(39446,3039,'description',''),(39447,3039,'rich_editing','true'),(39448,3039,'comment_shortcuts','false'),(39449,3039,'admin_color','fresh'),(39450,3039,'use_ssl','0'),(39451,3039,'show_admin_bar_front','true'),(39452,3039,'locale',''),(39453,3039,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39454,3039,'wp_user_level','0'),(39455,3039,'default_password_nag','1'),(39456,3040,'nickname','piericonstruction2006'),(39457,3040,'first_name',''),(39458,3040,'last_name',''),(39459,3040,'description',''),(39460,3040,'rich_editing','true'),(39461,3040,'comment_shortcuts','false'),(39462,3040,'admin_color','fresh'),(39463,3040,'use_ssl','0'),(39464,3040,'show_admin_bar_front','true'),(39465,3040,'locale',''),(39466,3040,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39467,3040,'wp_user_level','0'),(39468,3040,'default_password_nag','1'),(39469,3041,'nickname','hollinhallah1966'),(39470,3041,'first_name',''),(39471,3041,'last_name',''),(39472,3041,'description',''),(39473,3041,'rich_editing','true'),(39474,3041,'comment_shortcuts','false'),(39475,3041,'admin_color','fresh'),(39476,3041,'use_ssl','0'),(39477,3041,'show_admin_bar_front','true'),(39478,3041,'locale',''),(39479,3041,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39480,3041,'wp_user_level','0'),(39481,3041,'default_password_nag','1'),(39482,3042,'nickname','goodmanbj2009'),(39483,3042,'first_name',''),(39484,3042,'last_name',''),(39485,3042,'description',''),(39486,3042,'rich_editing','true'),(39487,3042,'comment_shortcuts','false'),(39488,3042,'admin_color','fresh'),(39489,3042,'use_ssl','0'),(39490,3042,'show_admin_bar_front','true'),(39491,3042,'locale',''),(39492,3042,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39493,3042,'wp_user_level','0'),(39494,3042,'default_password_nag','1'),(39495,3043,'nickname','jugen321959'),(39496,3043,'first_name',''),(39497,3043,'last_name',''),(39498,3043,'description',''),(39499,3043,'rich_editing','true'),(39500,3043,'comment_shortcuts','false'),(39501,3043,'admin_color','fresh'),(39502,3043,'use_ssl','0'),(39503,3043,'show_admin_bar_front','true'),(39504,3043,'locale',''),(39505,3043,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39506,3043,'wp_user_level','0'),(39507,3043,'default_password_nag','1'),(39508,3044,'nickname','laurinda.b.borges1963'),(39509,3044,'first_name',''),(39510,3044,'last_name',''),(39511,3044,'description',''),(39512,3044,'rich_editing','true'),(39513,3044,'comment_shortcuts','false'),(39514,3044,'admin_color','fresh'),(39515,3044,'use_ssl','0'),(39516,3044,'show_admin_bar_front','true'),(39517,3044,'locale',''),(39518,3044,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39519,3044,'wp_user_level','0'),(39520,3044,'default_password_nag','1'),(39521,3045,'nickname','warriorprncess2004'),(39522,3045,'first_name',''),(39523,3045,'last_name',''),(39524,3045,'description',''),(39525,3045,'rich_editing','true'),(39526,3045,'comment_shortcuts','false'),(39527,3045,'admin_color','fresh'),(39528,3045,'use_ssl','0'),(39529,3045,'show_admin_bar_front','true'),(39530,3045,'locale',''),(39531,3045,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39532,3045,'wp_user_level','0'),(39533,3045,'default_password_nag','1'),(39534,3046,'nickname','jimmypop12841982'),(39535,3046,'first_name',''),(39536,3046,'last_name',''),(39537,3046,'description',''),(39538,3046,'rich_editing','true'),(39539,3046,'comment_shortcuts','false'),(39540,3046,'admin_color','fresh'),(39541,3046,'use_ssl','0'),(39542,3046,'show_admin_bar_front','true'),(39543,3046,'locale',''),(39544,3046,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39545,3046,'wp_user_level','0'),(39546,3046,'default_password_nag','1'),(39547,3047,'nickname','ksilva92000'),(39548,3047,'first_name',''),(39549,3047,'last_name',''),(39550,3047,'description',''),(39551,3047,'rich_editing','true'),(39552,3047,'comment_shortcuts','false'),(39553,3047,'admin_color','fresh'),(39554,3047,'use_ssl','0'),(39555,3047,'show_admin_bar_front','true'),(39556,3047,'locale',''),(39557,3047,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39558,3047,'wp_user_level','0'),(39559,3047,'default_password_nag','1'),(39560,3048,'nickname','terloui1985'),(39561,3048,'first_name',''),(39562,3048,'last_name',''),(39563,3048,'description',''),(39564,3048,'rich_editing','true'),(39565,3048,'comment_shortcuts','false'),(39566,3048,'admin_color','fresh'),(39567,3048,'use_ssl','0'),(39568,3048,'show_admin_bar_front','true'),(39569,3048,'locale',''),(39570,3048,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39571,3048,'wp_user_level','0'),(39572,3048,'default_password_nag','1'),(39573,3049,'nickname','nique272007'),(39574,3049,'first_name',''),(39575,3049,'last_name',''),(39576,3049,'description',''),(39577,3049,'rich_editing','true'),(39578,3049,'comment_shortcuts','false'),(39579,3049,'admin_color','fresh'),(39580,3049,'use_ssl','0'),(39581,3049,'show_admin_bar_front','true'),(39582,3049,'locale',''),(39583,3049,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39584,3049,'wp_user_level','0'),(39585,3049,'default_password_nag','1'),(39586,3050,'nickname','katehabdas1955'),(39587,3050,'first_name',''),(39588,3050,'last_name',''),(39589,3050,'description',''),(39590,3050,'rich_editing','true'),(39591,3050,'comment_shortcuts','false'),(39592,3050,'admin_color','fresh'),(39593,3050,'use_ssl','0'),(39594,3050,'show_admin_bar_front','true'),(39595,3050,'locale',''),(39596,3050,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39597,3050,'wp_user_level','0'),(39598,3050,'default_password_nag','1'),(39599,3051,'nickname','kelsey2008'),(39600,3051,'first_name',''),(39601,3051,'last_name',''),(39602,3051,'description',''),(39603,3051,'rich_editing','true'),(39604,3051,'comment_shortcuts','false'),(39605,3051,'admin_color','fresh'),(39606,3051,'use_ssl','0'),(39607,3051,'show_admin_bar_front','true'),(39608,3051,'locale',''),(39609,3051,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39610,3051,'wp_user_level','0'),(39611,3051,'default_password_nag','1'),(39612,3052,'nickname','jackien_s1955'),(39613,3052,'first_name',''),(39614,3052,'last_name',''),(39615,3052,'description',''),(39616,3052,'rich_editing','true'),(39617,3052,'comment_shortcuts','false'),(39618,3052,'admin_color','fresh'),(39619,3052,'use_ssl','0'),(39620,3052,'show_admin_bar_front','true'),(39621,3052,'locale',''),(39622,3052,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39623,3052,'wp_user_level','0'),(39624,3052,'default_password_nag','1'),(39625,3053,'nickname','alroycra1963'),(39626,3053,'first_name',''),(39627,3053,'last_name',''),(39628,3053,'description',''),(39629,3053,'rich_editing','true'),(39630,3053,'comment_shortcuts','false'),(39631,3053,'admin_color','fresh'),(39632,3053,'use_ssl','0'),(39633,3053,'show_admin_bar_front','true'),(39634,3053,'locale',''),(39635,3053,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39636,3053,'wp_user_level','0'),(39637,3053,'default_password_nag','1'),(39638,3054,'nickname','goughmethot.c1986'),(39639,3054,'first_name',''),(39640,3054,'last_name',''),(39641,3054,'description',''),(39642,3054,'rich_editing','true'),(39643,3054,'comment_shortcuts','false'),(39644,3054,'admin_color','fresh'),(39645,3054,'use_ssl','0'),(39646,3054,'show_admin_bar_front','true'),(39647,3054,'locale',''),(39648,3054,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39649,3054,'wp_user_level','0'),(39650,3054,'default_password_nag','1'),(39651,3055,'nickname','sharongray11990'),(39652,3055,'first_name',''),(39653,3055,'last_name',''),(39654,3055,'description',''),(39655,3055,'rich_editing','true'),(39656,3055,'comment_shortcuts','false'),(39657,3055,'admin_color','fresh'),(39658,3055,'use_ssl','0'),(39659,3055,'show_admin_bar_front','true'),(39660,3055,'locale',''),(39661,3055,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39662,3055,'wp_user_level','0'),(39663,3055,'default_password_nag','1'),(39664,3056,'nickname','robinhuffmon1999'),(39665,3056,'first_name',''),(39666,3056,'last_name',''),(39667,3056,'description',''),(39668,3056,'rich_editing','true'),(39669,3056,'comment_shortcuts','false'),(39670,3056,'admin_color','fresh'),(39671,3056,'use_ssl','0'),(39672,3056,'show_admin_bar_front','true'),(39673,3056,'locale',''),(39674,3056,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39675,3056,'wp_user_level','0'),(39676,3056,'default_password_nag','1'),(39677,3057,'nickname','aidah.aljuran1969'),(39678,3057,'first_name',''),(39679,3057,'last_name',''),(39680,3057,'description',''),(39681,3057,'rich_editing','true'),(39682,3057,'comment_shortcuts','false'),(39683,3057,'admin_color','fresh'),(39684,3057,'use_ssl','0'),(39685,3057,'show_admin_bar_front','true'),(39686,3057,'locale',''),(39687,3057,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39688,3057,'wp_user_level','0'),(39689,3057,'default_password_nag','1'),(39690,3058,'nickname','rhinobar132002'),(39691,3058,'first_name',''),(39692,3058,'last_name',''),(39693,3058,'description',''),(39694,3058,'rich_editing','true'),(39695,3058,'comment_shortcuts','false'),(39696,3058,'admin_color','fresh'),(39697,3058,'use_ssl','0'),(39698,3058,'show_admin_bar_front','true'),(39699,3058,'locale',''),(39700,3058,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39701,3058,'wp_user_level','0'),(39702,3058,'default_password_nag','1'),(39703,3059,'nickname','ravneetk55932005'),(39704,3059,'first_name',''),(39705,3059,'last_name',''),(39706,3059,'description',''),(39707,3059,'rich_editing','true'),(39708,3059,'comment_shortcuts','false'),(39709,3059,'admin_color','fresh'),(39710,3059,'use_ssl','0'),(39711,3059,'show_admin_bar_front','true'),(39712,3059,'locale',''),(39713,3059,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39714,3059,'wp_user_level','0'),(39715,3059,'default_password_nag','1'),(39716,3060,'nickname','panchanmicro1975'),(39717,3060,'first_name',''),(39718,3060,'last_name',''),(39719,3060,'description',''),(39720,3060,'rich_editing','true'),(39721,3060,'comment_shortcuts','false'),(39722,3060,'admin_color','fresh'),(39723,3060,'use_ssl','0'),(39724,3060,'show_admin_bar_front','true'),(39725,3060,'locale',''),(39726,3060,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39727,3060,'wp_user_level','0'),(39728,3060,'default_password_nag','1'),(39729,3061,'nickname','gohabsgo20101996'),(39730,3061,'first_name',''),(39731,3061,'last_name',''),(39732,3061,'description',''),(39733,3061,'rich_editing','true'),(39734,3061,'comment_shortcuts','false'),(39735,3061,'admin_color','fresh'),(39736,3061,'use_ssl','0'),(39737,3061,'show_admin_bar_front','true'),(39738,3061,'locale',''),(39739,3061,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39740,3061,'wp_user_level','0'),(39741,3061,'default_password_nag','1'),(39742,3062,'nickname','jalalhamayel2009'),(39743,3062,'first_name',''),(39744,3062,'last_name',''),(39745,3062,'description',''),(39746,3062,'rich_editing','true'),(39747,3062,'comment_shortcuts','false'),(39748,3062,'admin_color','fresh'),(39749,3062,'use_ssl','0'),(39750,3062,'show_admin_bar_front','true'),(39751,3062,'locale',''),(39752,3062,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39753,3062,'wp_user_level','0'),(39754,3062,'default_password_nag','1'),(39755,3063,'nickname','tkdsis1971'),(39756,3063,'first_name',''),(39757,3063,'last_name',''),(39758,3063,'description',''),(39759,3063,'rich_editing','true'),(39760,3063,'comment_shortcuts','false'),(39761,3063,'admin_color','fresh'),(39762,3063,'use_ssl','0'),(39763,3063,'show_admin_bar_front','true'),(39764,3063,'locale',''),(39765,3063,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39766,3063,'wp_user_level','0'),(39767,3063,'default_password_nag','1'),(39768,3064,'nickname','jbrown1771974'),(39769,3064,'first_name',''),(39770,3064,'last_name',''),(39771,3064,'description',''),(39772,3064,'rich_editing','true'),(39773,3064,'comment_shortcuts','false'),(39774,3064,'admin_color','fresh'),(39775,3064,'use_ssl','0'),(39776,3064,'show_admin_bar_front','true'),(39777,3064,'locale',''),(39778,3064,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39779,3064,'wp_user_level','0'),(39780,3064,'default_password_nag','1'),(39781,3065,'nickname','schadykats1992'),(39782,3065,'first_name',''),(39783,3065,'last_name',''),(39784,3065,'description',''),(39785,3065,'rich_editing','true'),(39786,3065,'comment_shortcuts','false'),(39787,3065,'admin_color','fresh'),(39788,3065,'use_ssl','0'),(39789,3065,'show_admin_bar_front','true'),(39790,3065,'locale',''),(39791,3065,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39792,3065,'wp_user_level','0'),(39793,3065,'default_password_nag','1'),(39794,3066,'nickname','yannick_oka1959'),(39795,3066,'first_name',''),(39796,3066,'last_name',''),(39797,3066,'description',''),(39798,3066,'rich_editing','true'),(39799,3066,'comment_shortcuts','false'),(39800,3066,'admin_color','fresh'),(39801,3066,'use_ssl','0'),(39802,3066,'show_admin_bar_front','true'),(39803,3066,'locale',''),(39804,3066,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39805,3066,'wp_user_level','0'),(39806,3066,'default_password_nag','1'),(39807,3067,'nickname','marybeth.embry1998'),(39808,3067,'first_name',''),(39809,3067,'last_name',''),(39810,3067,'description',''),(39811,3067,'rich_editing','true'),(39812,3067,'comment_shortcuts','false'),(39813,3067,'admin_color','fresh'),(39814,3067,'use_ssl','0'),(39815,3067,'show_admin_bar_front','true'),(39816,3067,'locale',''),(39817,3067,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39818,3067,'wp_user_level','0'),(39819,3067,'default_password_nag','1'),(39820,3068,'nickname','ashley_dodson91999'),(39821,3068,'first_name',''),(39822,3068,'last_name',''),(39823,3068,'description',''),(39824,3068,'rich_editing','true'),(39825,3068,'comment_shortcuts','false'),(39826,3068,'admin_color','fresh'),(39827,3068,'use_ssl','0'),(39828,3068,'show_admin_bar_front','true'),(39829,3068,'locale',''),(39830,3068,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39831,3068,'wp_user_level','0'),(39832,3068,'default_password_nag','1'),(39833,3069,'nickname','kcbiggerstaff1998'),(39834,3069,'first_name',''),(39835,3069,'last_name',''),(39836,3069,'description',''),(39837,3069,'rich_editing','true'),(39838,3069,'comment_shortcuts','false'),(39839,3069,'admin_color','fresh'),(39840,3069,'use_ssl','0'),(39841,3069,'show_admin_bar_front','true'),(39842,3069,'locale',''),(39843,3069,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39844,3069,'wp_user_level','0'),(39845,3069,'default_password_nag','1'),(39846,3070,'nickname','algar451998'),(39847,3070,'first_name',''),(39848,3070,'last_name',''),(39849,3070,'description',''),(39850,3070,'rich_editing','true'),(39851,3070,'comment_shortcuts','false'),(39852,3070,'admin_color','fresh'),(39853,3070,'use_ssl','0'),(39854,3070,'show_admin_bar_front','true'),(39855,3070,'locale',''),(39856,3070,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39857,3070,'wp_user_level','0'),(39858,3070,'default_password_nag','1'),(39859,3071,'nickname','ncsteve571972'),(39860,3071,'first_name',''),(39861,3071,'last_name',''),(39862,3071,'description',''),(39863,3071,'rich_editing','true'),(39864,3071,'comment_shortcuts','false'),(39865,3071,'admin_color','fresh'),(39866,3071,'use_ssl','0'),(39867,3071,'show_admin_bar_front','true'),(39868,3071,'locale',''),(39869,3071,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39870,3071,'wp_user_level','0'),(39871,3071,'default_password_nag','1'),(39872,3072,'nickname','ashleys.xo1955'),(39873,3072,'first_name',''),(39874,3072,'last_name',''),(39875,3072,'description',''),(39876,3072,'rich_editing','true'),(39877,3072,'comment_shortcuts','false'),(39878,3072,'admin_color','fresh'),(39879,3072,'use_ssl','0'),(39880,3072,'show_admin_bar_front','true'),(39881,3072,'locale',''),(39882,3072,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39883,3072,'wp_user_level','0'),(39884,3072,'default_password_nag','1'),(39885,3073,'nickname','k74b671995'),(39886,3073,'first_name',''),(39887,3073,'last_name',''),(39888,3073,'description',''),(39889,3073,'rich_editing','true'),(39890,3073,'comment_shortcuts','false'),(39891,3073,'admin_color','fresh'),(39892,3073,'use_ssl','0'),(39893,3073,'show_admin_bar_front','true'),(39894,3073,'locale',''),(39895,3073,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39896,3073,'wp_user_level','0'),(39897,3073,'default_password_nag','1'),(39898,3074,'nickname','rpowapreithistgreat'),(39899,3074,'first_name',''),(39900,3074,'last_name',''),(39901,3074,'description',''),(39902,3074,'rich_editing','true'),(39903,3074,'comment_shortcuts','false'),(39904,3074,'admin_color','fresh'),(39905,3074,'use_ssl','0'),(39906,3074,'show_admin_bar_front','true'),(39907,3074,'locale',''),(39908,3074,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39909,3074,'wp_user_level','0'),(39910,3074,'default_password_nag',''),(39911,3075,'nickname','lehatanpaycar'),(39912,3075,'first_name',''),(39913,3075,'last_name',''),(39914,3075,'description',''),(39915,3075,'rich_editing','true'),(39916,3075,'comment_shortcuts','false'),(39917,3075,'admin_color','fresh'),(39918,3075,'use_ssl','0'),(39919,3075,'show_admin_bar_front','true'),(39920,3075,'locale',''),(39921,3075,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39922,3075,'wp_user_level','0'),(39923,3075,'default_password_nag',''),(39924,3076,'nickname','pigglin42002'),(39925,3076,'first_name',''),(39926,3076,'last_name',''),(39927,3076,'description',''),(39928,3076,'rich_editing','true'),(39929,3076,'comment_shortcuts','false'),(39930,3076,'admin_color','fresh'),(39931,3076,'use_ssl','0'),(39932,3076,'show_admin_bar_front','true'),(39933,3076,'locale',''),(39934,3076,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39935,3076,'wp_user_level','0'),(39936,3076,'default_password_nag','1'),(39937,3077,'nickname','emmita051994'),(39938,3077,'first_name',''),(39939,3077,'last_name',''),(39940,3077,'description',''),(39941,3077,'rich_editing','true'),(39942,3077,'comment_shortcuts','false'),(39943,3077,'admin_color','fresh'),(39944,3077,'use_ssl','0'),(39945,3077,'show_admin_bar_front','true'),(39946,3077,'locale',''),(39947,3077,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39948,3077,'wp_user_level','0'),(39949,3077,'default_password_nag','1'),(39950,3078,'nickname','adri_novoa_luna1980'),(39951,3078,'first_name',''),(39952,3078,'last_name',''),(39953,3078,'description',''),(39954,3078,'rich_editing','true'),(39955,3078,'comment_shortcuts','false'),(39956,3078,'admin_color','fresh'),(39957,3078,'use_ssl','0'),(39958,3078,'show_admin_bar_front','true'),(39959,3078,'locale',''),(39960,3078,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39961,3078,'wp_user_level','0'),(39962,3078,'default_password_nag','1'),(39963,3079,'nickname','motleymediainc1974'),(39964,3079,'first_name',''),(39965,3079,'last_name',''),(39966,3079,'description',''),(39967,3079,'rich_editing','true'),(39968,3079,'comment_shortcuts','false'),(39969,3079,'admin_color','fresh'),(39970,3079,'use_ssl','0'),(39971,3079,'show_admin_bar_front','true'),(39972,3079,'locale',''),(39973,3079,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39974,3079,'wp_user_level','0'),(39975,3079,'default_password_nag','1'),(39976,3080,'nickname','luis.yoyo341964'),(39977,3080,'first_name',''),(39978,3080,'last_name',''),(39979,3080,'description',''),(39980,3080,'rich_editing','true'),(39981,3080,'comment_shortcuts','false'),(39982,3080,'admin_color','fresh'),(39983,3080,'use_ssl','0'),(39984,3080,'show_admin_bar_front','true'),(39985,3080,'locale',''),(39986,3080,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39987,3080,'wp_user_level','0'),(39988,3080,'default_password_nag','1'),(39989,3081,'nickname','brnucs1963'),(39990,3081,'first_name',''),(39991,3081,'last_name',''),(39992,3081,'description',''),(39993,3081,'rich_editing','true'),(39994,3081,'comment_shortcuts','false'),(39995,3081,'admin_color','fresh'),(39996,3081,'use_ssl','0'),(39997,3081,'show_admin_bar_front','true'),(39998,3081,'locale',''),(39999,3081,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40000,3081,'wp_user_level','0'),(40001,3081,'default_password_nag','1'),(40002,3082,'nickname','vallejodental1989'),(40003,3082,'first_name',''),(40004,3082,'last_name',''),(40005,3082,'description',''),(40006,3082,'rich_editing','true'),(40007,3082,'comment_shortcuts','false'),(40008,3082,'admin_color','fresh'),(40009,3082,'use_ssl','0'),(40010,3082,'show_admin_bar_front','true'),(40011,3082,'locale',''),(40012,3082,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40013,3082,'wp_user_level','0'),(40014,3082,'default_password_nag','1'),(40015,3083,'nickname','nicholasduvauldavis2004'),(40016,3083,'first_name',''),(40017,3083,'last_name',''),(40018,3083,'description',''),(40019,3083,'rich_editing','true'),(40020,3083,'comment_shortcuts','false'),(40021,3083,'admin_color','fresh'),(40022,3083,'use_ssl','0'),(40023,3083,'show_admin_bar_front','true'),(40024,3083,'locale',''),(40025,3083,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40026,3083,'wp_user_level','0'),(40027,3083,'default_password_nag','1'),(40028,3084,'nickname','doeypony1955'),(40029,3084,'first_name',''),(40030,3084,'last_name',''),(40031,3084,'description',''),(40032,3084,'rich_editing','true'),(40033,3084,'comment_shortcuts','false'),(40034,3084,'admin_color','fresh'),(40035,3084,'use_ssl','0'),(40036,3084,'show_admin_bar_front','true'),(40037,3084,'locale',''),(40038,3084,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40039,3084,'wp_user_level','0'),(40040,3084,'default_password_nag','1'),(40041,3085,'nickname','kristin_99_051956'),(40042,3085,'first_name',''),(40043,3085,'last_name',''),(40044,3085,'description',''),(40045,3085,'rich_editing','true'),(40046,3085,'comment_shortcuts','false'),(40047,3085,'admin_color','fresh'),(40048,3085,'use_ssl','0'),(40049,3085,'show_admin_bar_front','true'),(40050,3085,'locale',''),(40051,3085,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40052,3085,'wp_user_level','0'),(40053,3085,'default_password_nag','1'),(40054,3086,'nickname','michaelrhorowitz1981'),(40055,3086,'first_name',''),(40056,3086,'last_name',''),(40057,3086,'description',''),(40058,3086,'rich_editing','true'),(40059,3086,'comment_shortcuts','false'),(40060,3086,'admin_color','fresh'),(40061,3086,'use_ssl','0'),(40062,3086,'show_admin_bar_front','true'),(40063,3086,'locale',''),(40064,3086,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40065,3086,'wp_user_level','0'),(40066,3086,'default_password_nag','1'),(40067,3087,'nickname','del96sol1955'),(40068,3087,'first_name',''),(40069,3087,'last_name',''),(40070,3087,'description',''),(40071,3087,'rich_editing','true'),(40072,3087,'comment_shortcuts','false'),(40073,3087,'admin_color','fresh'),(40074,3087,'use_ssl','0'),(40075,3087,'show_admin_bar_front','true'),(40076,3087,'locale',''),(40077,3087,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40078,3087,'wp_user_level','0'),(40079,3087,'default_password_nag','1'),(40080,3088,'nickname','drm2g1161996'),(40081,3088,'first_name',''),(40082,3088,'last_name',''),(40083,3088,'description',''),(40084,3088,'rich_editing','true'),(40085,3088,'comment_shortcuts','false'),(40086,3088,'admin_color','fresh'),(40087,3088,'use_ssl','0'),(40088,3088,'show_admin_bar_front','true'),(40089,3088,'locale',''),(40090,3088,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40091,3088,'wp_user_level','0'),(40092,3088,'default_password_nag','1'),(40093,3089,'nickname','whinchley1953'),(40094,3089,'first_name',''),(40095,3089,'last_name',''),(40096,3089,'description',''),(40097,3089,'rich_editing','true'),(40098,3089,'comment_shortcuts','false'),(40099,3089,'admin_color','fresh'),(40100,3089,'use_ssl','0'),(40101,3089,'show_admin_bar_front','true'),(40102,3089,'locale',''),(40103,3089,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40104,3089,'wp_user_level','0'),(40105,3089,'default_password_nag','1'),(40106,3090,'nickname','jimmy_becca1968'),(40107,3090,'first_name',''),(40108,3090,'last_name',''),(40109,3090,'description',''),(40110,3090,'rich_editing','true'),(40111,3090,'comment_shortcuts','false'),(40112,3090,'admin_color','fresh'),(40113,3090,'use_ssl','0'),(40114,3090,'show_admin_bar_front','true'),(40115,3090,'locale',''),(40116,3090,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40117,3090,'wp_user_level','0'),(40118,3090,'default_password_nag','1'),(40119,3091,'nickname','nancyvfok1950'),(40120,3091,'first_name',''),(40121,3091,'last_name',''),(40122,3091,'description',''),(40123,3091,'rich_editing','true'),(40124,3091,'comment_shortcuts','false'),(40125,3091,'admin_color','fresh'),(40126,3091,'use_ssl','0'),(40127,3091,'show_admin_bar_front','true'),(40128,3091,'locale',''),(40129,3091,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40130,3091,'wp_user_level','0'),(40131,3091,'default_password_nag','1'),(40132,3092,'nickname','hiram55321977'),(40133,3092,'first_name',''),(40134,3092,'last_name',''),(40135,3092,'description',''),(40136,3092,'rich_editing','true'),(40137,3092,'comment_shortcuts','false'),(40138,3092,'admin_color','fresh'),(40139,3092,'use_ssl','0'),(40140,3092,'show_admin_bar_front','true'),(40141,3092,'locale',''),(40142,3092,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40143,3092,'wp_user_level','0'),(40144,3092,'default_password_nag','1'),(40145,3093,'nickname','pitt_ferrerasjr1984'),(40146,3093,'first_name',''),(40147,3093,'last_name',''),(40148,3093,'description',''),(40149,3093,'rich_editing','true'),(40150,3093,'comment_shortcuts','false'),(40151,3093,'admin_color','fresh'),(40152,3093,'use_ssl','0'),(40153,3093,'show_admin_bar_front','true'),(40154,3093,'locale',''),(40155,3093,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40156,3093,'wp_user_level','0'),(40157,3093,'default_password_nag','1'),(40158,3094,'nickname','bobmiller3301974'),(40159,3094,'first_name',''),(40160,3094,'last_name',''),(40161,3094,'description',''),(40162,3094,'rich_editing','true'),(40163,3094,'comment_shortcuts','false'),(40164,3094,'admin_color','fresh'),(40165,3094,'use_ssl','0'),(40166,3094,'show_admin_bar_front','true'),(40167,3094,'locale',''),(40168,3094,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40169,3094,'wp_user_level','0'),(40170,3094,'default_password_nag','1'),(40171,3095,'nickname','kounelis2004'),(40172,3095,'first_name',''),(40173,3095,'last_name',''),(40174,3095,'description',''),(40175,3095,'rich_editing','true'),(40176,3095,'comment_shortcuts','false'),(40177,3095,'admin_color','fresh'),(40178,3095,'use_ssl','0'),(40179,3095,'show_admin_bar_front','true'),(40180,3095,'locale',''),(40181,3095,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40182,3095,'wp_user_level','0'),(40183,3095,'default_password_nag','1'),(40184,3096,'nickname','melissa1950'),(40185,3096,'first_name',''),(40186,3096,'last_name',''),(40187,3096,'description',''),(40188,3096,'rich_editing','true'),(40189,3096,'comment_shortcuts','false'),(40190,3096,'admin_color','fresh'),(40191,3096,'use_ssl','0'),(40192,3096,'show_admin_bar_front','true'),(40193,3096,'locale',''),(40194,3096,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40195,3096,'wp_user_level','0'),(40196,3096,'default_password_nag','1'),(40197,3097,'nickname','codeman881991'),(40198,3097,'first_name',''),(40199,3097,'last_name',''),(40200,3097,'description',''),(40201,3097,'rich_editing','true'),(40202,3097,'comment_shortcuts','false'),(40203,3097,'admin_color','fresh'),(40204,3097,'use_ssl','0'),(40205,3097,'show_admin_bar_front','true'),(40206,3097,'locale',''),(40207,3097,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40208,3097,'wp_user_level','0'),(40209,3097,'default_password_nag','1'),(40210,3074,'session_tokens','a:2:{s:64:\"ea26d02dbf9f0e8b4bfd3aa5b95dcffef7f5f8fa87bd48f28a425e68b51c4430\";a:4:{s:10:\"expiration\";i:1514112479;s:2:\"ip\";s:15:\"146.185.223.101\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1513939679;}s:64:\"13345279523c3f51280fe6fe4011f21facb4f282e4806ec2f6363362f34cd830\";a:4:{s:10:\"expiration\";i:1514153127;s:2:\"ip\";s:15:\"146.185.223.101\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1513980327;}}'),(40211,3075,'session_tokens','a:2:{s:64:\"0eca7a2cd0756ba43aeca1ecded962b7fb8496253f3dffad6bd8fba79b181eda\";a:4:{s:10:\"expiration\";i:1514115476;s:2:\"ip\";s:15:\"146.185.223.184\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1513942676;}s:64:\"d975f867ffbc9b018be71ae4e9d2b7b80bcac69b06678a1d47e4d7eedb058ebd\";a:4:{s:10:\"expiration\";i:1514154574;s:2:\"ip\";s:15:\"146.185.223.184\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1513981774;}}'),(40212,3098,'nickname','kelztoy741978'),(40213,3098,'first_name',''),(40214,3098,'last_name',''),(40215,3098,'description',''),(40216,3098,'rich_editing','true'),(40217,3098,'comment_shortcuts','false'),(40218,3098,'admin_color','fresh'),(40219,3098,'use_ssl','0'),(40220,3098,'show_admin_bar_front','true'),(40221,3098,'locale',''),(40222,3098,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40223,3098,'wp_user_level','0'),(40224,3098,'default_password_nag','1'),(40225,3099,'nickname','marcusbaez1994'),(40226,3099,'first_name',''),(40227,3099,'last_name',''),(40228,3099,'description',''),(40229,3099,'rich_editing','true'),(40230,3099,'comment_shortcuts','false'),(40231,3099,'admin_color','fresh'),(40232,3099,'use_ssl','0'),(40233,3099,'show_admin_bar_front','true'),(40234,3099,'locale',''),(40235,3099,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40236,3099,'wp_user_level','0'),(40237,3099,'default_password_nag','1'),(40238,3100,'nickname','the_franchise251953'),(40239,3100,'first_name',''),(40240,3100,'last_name',''),(40241,3100,'description',''),(40242,3100,'rich_editing','true'),(40243,3100,'comment_shortcuts','false'),(40244,3100,'admin_color','fresh'),(40245,3100,'use_ssl','0'),(40246,3100,'show_admin_bar_front','true'),(40247,3100,'locale',''),(40248,3100,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40249,3100,'wp_user_level','0'),(40250,3100,'default_password_nag','1'),(40251,3101,'nickname','jinyong.lin1974'),(40252,3101,'first_name',''),(40253,3101,'last_name',''),(40254,3101,'description',''),(40255,3101,'rich_editing','true'),(40256,3101,'comment_shortcuts','false'),(40257,3101,'admin_color','fresh'),(40258,3101,'use_ssl','0'),(40259,3101,'show_admin_bar_front','true'),(40260,3101,'locale',''),(40261,3101,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40262,3101,'wp_user_level','0'),(40263,3101,'default_password_nag','1'),(40264,3102,'nickname','jiasiliu02251952'),(40265,3102,'first_name',''),(40266,3102,'last_name',''),(40267,3102,'description',''),(40268,3102,'rich_editing','true'),(40269,3102,'comment_shortcuts','false'),(40270,3102,'admin_color','fresh'),(40271,3102,'use_ssl','0'),(40272,3102,'show_admin_bar_front','true'),(40273,3102,'locale',''),(40274,3102,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40275,3102,'wp_user_level','0'),(40276,3102,'default_password_nag','1'),(40277,3103,'nickname','pattypott1988'),(40278,3103,'first_name',''),(40279,3103,'last_name',''),(40280,3103,'description',''),(40281,3103,'rich_editing','true'),(40282,3103,'comment_shortcuts','false'),(40283,3103,'admin_color','fresh'),(40284,3103,'use_ssl','0'),(40285,3103,'show_admin_bar_front','true'),(40286,3103,'locale',''),(40287,3103,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40288,3103,'wp_user_level','0'),(40289,3103,'default_password_nag','1'),(40290,3104,'nickname','wrobi591961'),(40291,3104,'first_name',''),(40292,3104,'last_name',''),(40293,3104,'description',''),(40294,3104,'rich_editing','true'),(40295,3104,'comment_shortcuts','false'),(40296,3104,'admin_color','fresh'),(40297,3104,'use_ssl','0'),(40298,3104,'show_admin_bar_front','true'),(40299,3104,'locale',''),(40300,3104,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40301,3104,'wp_user_level','0'),(40302,3104,'default_password_nag','1'),(40303,3105,'nickname','lcabral71955'),(40304,3105,'first_name',''),(40305,3105,'last_name',''),(40306,3105,'description',''),(40307,3105,'rich_editing','true'),(40308,3105,'comment_shortcuts','false'),(40309,3105,'admin_color','fresh'),(40310,3105,'use_ssl','0'),(40311,3105,'show_admin_bar_front','true'),(40312,3105,'locale',''),(40313,3105,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40314,3105,'wp_user_level','0'),(40315,3105,'default_password_nag','1'),(40316,3106,'nickname','ravir1962'),(40317,3106,'first_name',''),(40318,3106,'last_name',''),(40319,3106,'description',''),(40320,3106,'rich_editing','true'),(40321,3106,'comment_shortcuts','false'),(40322,3106,'admin_color','fresh'),(40323,3106,'use_ssl','0'),(40324,3106,'show_admin_bar_front','true'),(40325,3106,'locale',''),(40326,3106,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40327,3106,'wp_user_level','0'),(40328,3106,'default_password_nag','1'),(40329,3107,'nickname','whiterainstar1999'),(40330,3107,'first_name',''),(40331,3107,'last_name',''),(40332,3107,'description',''),(40333,3107,'rich_editing','true'),(40334,3107,'comment_shortcuts','false'),(40335,3107,'admin_color','fresh'),(40336,3107,'use_ssl','0'),(40337,3107,'show_admin_bar_front','true'),(40338,3107,'locale',''),(40339,3107,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40340,3107,'wp_user_level','0'),(40341,3107,'default_password_nag','1'),(40342,3108,'nickname','kainathq.ahsan1993'),(40343,3108,'first_name',''),(40344,3108,'last_name',''),(40345,3108,'description',''),(40346,3108,'rich_editing','true'),(40347,3108,'comment_shortcuts','false'),(40348,3108,'admin_color','fresh'),(40349,3108,'use_ssl','0'),(40350,3108,'show_admin_bar_front','true'),(40351,3108,'locale',''),(40352,3108,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40353,3108,'wp_user_level','0'),(40354,3108,'default_password_nag','1'),(40355,3109,'nickname','demasi_pm1992'),(40356,3109,'first_name',''),(40357,3109,'last_name',''),(40358,3109,'description',''),(40359,3109,'rich_editing','true'),(40360,3109,'comment_shortcuts','false'),(40361,3109,'admin_color','fresh'),(40362,3109,'use_ssl','0'),(40363,3109,'show_admin_bar_front','true'),(40364,3109,'locale',''),(40365,3109,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40366,3109,'wp_user_level','0'),(40367,3109,'default_password_nag','1'),(40368,3110,'nickname','cleytie2002'),(40369,3110,'first_name',''),(40370,3110,'last_name',''),(40371,3110,'description',''),(40372,3110,'rich_editing','true'),(40373,3110,'comment_shortcuts','false'),(40374,3110,'admin_color','fresh'),(40375,3110,'use_ssl','0'),(40376,3110,'show_admin_bar_front','true'),(40377,3110,'locale',''),(40378,3110,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40379,3110,'wp_user_level','0'),(40380,3110,'default_password_nag','1'),(40381,3111,'nickname','emtangel6981952'),(40382,3111,'first_name',''),(40383,3111,'last_name',''),(40384,3111,'description',''),(40385,3111,'rich_editing','true'),(40386,3111,'comment_shortcuts','false'),(40387,3111,'admin_color','fresh'),(40388,3111,'use_ssl','0'),(40389,3111,'show_admin_bar_front','true'),(40390,3111,'locale',''),(40391,3111,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40392,3111,'wp_user_level','0'),(40393,3111,'default_password_nag','1'),(40394,3112,'nickname','jkwhunger1972'),(40395,3112,'first_name',''),(40396,3112,'last_name',''),(40397,3112,'description',''),(40398,3112,'rich_editing','true'),(40399,3112,'comment_shortcuts','false'),(40400,3112,'admin_color','fresh'),(40401,3112,'use_ssl','0'),(40402,3112,'show_admin_bar_front','true'),(40403,3112,'locale',''),(40404,3112,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40405,3112,'wp_user_level','0'),(40406,3112,'default_password_nag','1'),(40407,3113,'nickname','mycessa1953'),(40408,3113,'first_name',''),(40409,3113,'last_name',''),(40410,3113,'description',''),(40411,3113,'rich_editing','true'),(40412,3113,'comment_shortcuts','false'),(40413,3113,'admin_color','fresh'),(40414,3113,'use_ssl','0'),(40415,3113,'show_admin_bar_front','true'),(40416,3113,'locale',''),(40417,3113,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40418,3113,'wp_user_level','0'),(40419,3113,'default_password_nag','1'),(40420,3114,'nickname','debitoler1971'),(40421,3114,'first_name',''),(40422,3114,'last_name',''),(40423,3114,'description',''),(40424,3114,'rich_editing','true'),(40425,3114,'comment_shortcuts','false'),(40426,3114,'admin_color','fresh'),(40427,3114,'use_ssl','0'),(40428,3114,'show_admin_bar_front','true'),(40429,3114,'locale',''),(40430,3114,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40431,3114,'wp_user_level','0'),(40432,3114,'default_password_nag','1'),(40433,3115,'nickname','byron2002'),(40434,3115,'first_name',''),(40435,3115,'last_name',''),(40436,3115,'description',''),(40437,3115,'rich_editing','true'),(40438,3115,'comment_shortcuts','false'),(40439,3115,'admin_color','fresh'),(40440,3115,'use_ssl','0'),(40441,3115,'show_admin_bar_front','true'),(40442,3115,'locale',''),(40443,3115,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40444,3115,'wp_user_level','0'),(40445,3115,'default_password_nag','1'),(40446,3116,'nickname','knarmata1999'),(40447,3116,'first_name',''),(40448,3116,'last_name',''),(40449,3116,'description',''),(40450,3116,'rich_editing','true'),(40451,3116,'comment_shortcuts','false'),(40452,3116,'admin_color','fresh'),(40453,3116,'use_ssl','0'),(40454,3116,'show_admin_bar_front','true'),(40455,3116,'locale',''),(40456,3116,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40457,3116,'wp_user_level','0'),(40458,3116,'default_password_nag','1'),(40459,3117,'nickname','jaxonhufferd1965'),(40460,3117,'first_name',''),(40461,3117,'last_name',''),(40462,3117,'description',''),(40463,3117,'rich_editing','true'),(40464,3117,'comment_shortcuts','false'),(40465,3117,'admin_color','fresh'),(40466,3117,'use_ssl','0'),(40467,3117,'show_admin_bar_front','true'),(40468,3117,'locale',''),(40469,3117,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40470,3117,'wp_user_level','0'),(40471,3117,'default_password_nag','1'),(40472,3118,'nickname','chrsconforti1970'),(40473,3118,'first_name',''),(40474,3118,'last_name',''),(40475,3118,'description',''),(40476,3118,'rich_editing','true'),(40477,3118,'comment_shortcuts','false'),(40478,3118,'admin_color','fresh'),(40479,3118,'use_ssl','0'),(40480,3118,'show_admin_bar_front','true'),(40481,3118,'locale',''),(40482,3118,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40483,3118,'wp_user_level','0'),(40484,3118,'default_password_nag','1'),(40485,3119,'nickname','jojopike632000'),(40486,3119,'first_name',''),(40487,3119,'last_name',''),(40488,3119,'description',''),(40489,3119,'rich_editing','true'),(40490,3119,'comment_shortcuts','false'),(40491,3119,'admin_color','fresh'),(40492,3119,'use_ssl','0'),(40493,3119,'show_admin_bar_front','true'),(40494,3119,'locale',''),(40495,3119,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40496,3119,'wp_user_level','0'),(40497,3119,'default_password_nag','1'),(40498,3120,'nickname','ultimatesprtn1986'),(40499,3120,'first_name',''),(40500,3120,'last_name',''),(40501,3120,'description',''),(40502,3120,'rich_editing','true'),(40503,3120,'comment_shortcuts','false'),(40504,3120,'admin_color','fresh'),(40505,3120,'use_ssl','0'),(40506,3120,'show_admin_bar_front','true'),(40507,3120,'locale',''),(40508,3120,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40509,3120,'wp_user_level','0'),(40510,3120,'default_password_nag','1'),(40511,3121,'nickname','anrokou1963'),(40512,3121,'first_name',''),(40513,3121,'last_name',''),(40514,3121,'description',''),(40515,3121,'rich_editing','true'),(40516,3121,'comment_shortcuts','false'),(40517,3121,'admin_color','fresh'),(40518,3121,'use_ssl','0'),(40519,3121,'show_admin_bar_front','true'),(40520,3121,'locale',''),(40521,3121,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40522,3121,'wp_user_level','0'),(40523,3121,'default_password_nag','1'),(40524,3122,'nickname','gmoocowc12005'),(40525,3122,'first_name',''),(40526,3122,'last_name',''),(40527,3122,'description',''),(40528,3122,'rich_editing','true'),(40529,3122,'comment_shortcuts','false'),(40530,3122,'admin_color','fresh'),(40531,3122,'use_ssl','0'),(40532,3122,'show_admin_bar_front','true'),(40533,3122,'locale',''),(40534,3122,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40535,3122,'wp_user_level','0'),(40536,3122,'default_password_nag','1'),(40537,3123,'nickname','josem759511995'),(40538,3123,'first_name',''),(40539,3123,'last_name',''),(40540,3123,'description',''),(40541,3123,'rich_editing','true'),(40542,3123,'comment_shortcuts','false'),(40543,3123,'admin_color','fresh'),(40544,3123,'use_ssl','0'),(40545,3123,'show_admin_bar_front','true'),(40546,3123,'locale',''),(40547,3123,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40548,3123,'wp_user_level','0'),(40549,3123,'default_password_nag','1'),(40550,3124,'nickname','wustella1968'),(40551,3124,'first_name',''),(40552,3124,'last_name',''),(40553,3124,'description',''),(40554,3124,'rich_editing','true'),(40555,3124,'comment_shortcuts','false'),(40556,3124,'admin_color','fresh'),(40557,3124,'use_ssl','0'),(40558,3124,'show_admin_bar_front','true'),(40559,3124,'locale',''),(40560,3124,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40561,3124,'wp_user_level','0'),(40562,3124,'default_password_nag','1'),(40563,3125,'nickname','greenthumbedhobbit1968'),(40564,3125,'first_name',''),(40565,3125,'last_name',''),(40566,3125,'description',''),(40567,3125,'rich_editing','true'),(40568,3125,'comment_shortcuts','false'),(40569,3125,'admin_color','fresh'),(40570,3125,'use_ssl','0'),(40571,3125,'show_admin_bar_front','true'),(40572,3125,'locale',''),(40573,3125,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40574,3125,'wp_user_level','0'),(40575,3125,'default_password_nag','1'),(40576,3126,'nickname','mark1956'),(40577,3126,'first_name',''),(40578,3126,'last_name',''),(40579,3126,'description',''),(40580,3126,'rich_editing','true'),(40581,3126,'comment_shortcuts','false'),(40582,3126,'admin_color','fresh'),(40583,3126,'use_ssl','0'),(40584,3126,'show_admin_bar_front','true'),(40585,3126,'locale',''),(40586,3126,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40587,3126,'wp_user_level','0'),(40588,3126,'default_password_nag','1'),(40589,3127,'nickname','ladysooz1982'),(40590,3127,'first_name',''),(40591,3127,'last_name',''),(40592,3127,'description',''),(40593,3127,'rich_editing','true'),(40594,3127,'comment_shortcuts','false'),(40595,3127,'admin_color','fresh'),(40596,3127,'use_ssl','0'),(40597,3127,'show_admin_bar_front','true'),(40598,3127,'locale',''),(40599,3127,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40600,3127,'wp_user_level','0'),(40601,3127,'default_password_nag','1'),(40602,3128,'nickname','torika.nash1990'),(40603,3128,'first_name',''),(40604,3128,'last_name',''),(40605,3128,'description',''),(40606,3128,'rich_editing','true'),(40607,3128,'comment_shortcuts','false'),(40608,3128,'admin_color','fresh'),(40609,3128,'use_ssl','0'),(40610,3128,'show_admin_bar_front','true'),(40611,3128,'locale',''),(40612,3128,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40613,3128,'wp_user_level','0'),(40614,3128,'default_password_nag','1'),(40615,3129,'nickname','kmjames19891970'),(40616,3129,'first_name',''),(40617,3129,'last_name',''),(40618,3129,'description',''),(40619,3129,'rich_editing','true'),(40620,3129,'comment_shortcuts','false'),(40621,3129,'admin_color','fresh'),(40622,3129,'use_ssl','0'),(40623,3129,'show_admin_bar_front','true'),(40624,3129,'locale',''),(40625,3129,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40626,3129,'wp_user_level','0'),(40627,3129,'default_password_nag','1'),(40628,3130,'nickname','ballfukelmocam'),(40629,3130,'first_name',''),(40630,3130,'last_name',''),(40631,3130,'description',''),(40632,3130,'rich_editing','true'),(40633,3130,'comment_shortcuts','false'),(40634,3130,'admin_color','fresh'),(40635,3130,'use_ssl','0'),(40636,3130,'show_admin_bar_front','true'),(40637,3130,'locale',''),(40638,3130,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40639,3130,'wp_user_level','0'),(40640,3130,'default_password_nag',''),(40641,3131,'nickname','drmuscarella1983'),(40642,3131,'first_name',''),(40643,3131,'last_name',''),(40644,3131,'description',''),(40645,3131,'rich_editing','true'),(40646,3131,'comment_shortcuts','false'),(40647,3131,'admin_color','fresh'),(40648,3131,'use_ssl','0'),(40649,3131,'show_admin_bar_front','true'),(40650,3131,'locale',''),(40651,3131,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40652,3131,'wp_user_level','0'),(40653,3131,'default_password_nag','1'),(40654,3132,'nickname','roconssbiztempba'),(40655,3132,'first_name',''),(40656,3132,'last_name',''),(40657,3132,'description',''),(40658,3132,'rich_editing','true'),(40659,3132,'comment_shortcuts','false'),(40660,3132,'admin_color','fresh'),(40661,3132,'use_ssl','0'),(40662,3132,'show_admin_bar_front','true'),(40663,3132,'locale',''),(40664,3132,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40665,3132,'wp_user_level','0'),(40666,3132,'default_password_nag',''),(40667,3133,'nickname','theirishman1957'),(40668,3133,'first_name',''),(40669,3133,'last_name',''),(40670,3133,'description',''),(40671,3133,'rich_editing','true'),(40672,3133,'comment_shortcuts','false'),(40673,3133,'admin_color','fresh'),(40674,3133,'use_ssl','0'),(40675,3133,'show_admin_bar_front','true'),(40676,3133,'locale',''),(40677,3133,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40678,3133,'wp_user_level','0'),(40679,3133,'default_password_nag','1'),(40680,3134,'nickname','stevemasters272003'),(40681,3134,'first_name',''),(40682,3134,'last_name',''),(40683,3134,'description',''),(40684,3134,'rich_editing','true'),(40685,3134,'comment_shortcuts','false'),(40686,3134,'admin_color','fresh'),(40687,3134,'use_ssl','0'),(40688,3134,'show_admin_bar_front','true'),(40689,3134,'locale',''),(40690,3134,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40691,3134,'wp_user_level','0'),(40692,3134,'default_password_nag','1'),(40693,3135,'nickname','ddimartino_81980'),(40694,3135,'first_name',''),(40695,3135,'last_name',''),(40696,3135,'description',''),(40697,3135,'rich_editing','true'),(40698,3135,'comment_shortcuts','false'),(40699,3135,'admin_color','fresh'),(40700,3135,'use_ssl','0'),(40701,3135,'show_admin_bar_front','true'),(40702,3135,'locale',''),(40703,3135,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40704,3135,'wp_user_level','0'),(40705,3135,'default_password_nag','1'),(40706,3136,'nickname','boardmancowoodworks2006'),(40707,3136,'first_name',''),(40708,3136,'last_name',''),(40709,3136,'description',''),(40710,3136,'rich_editing','true'),(40711,3136,'comment_shortcuts','false'),(40712,3136,'admin_color','fresh'),(40713,3136,'use_ssl','0'),(40714,3136,'show_admin_bar_front','true'),(40715,3136,'locale',''),(40716,3136,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40717,3136,'wp_user_level','0'),(40718,3136,'default_password_nag','1'),(40719,3137,'nickname','wbobak1956'),(40720,3137,'first_name',''),(40721,3137,'last_name',''),(40722,3137,'description',''),(40723,3137,'rich_editing','true'),(40724,3137,'comment_shortcuts','false'),(40725,3137,'admin_color','fresh'),(40726,3137,'use_ssl','0'),(40727,3137,'show_admin_bar_front','true'),(40728,3137,'locale',''),(40729,3137,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40730,3137,'wp_user_level','0'),(40731,3137,'default_password_nag','1'),(40732,3130,'session_tokens','a:1:{s:64:\"29132cbca436ca15e06084bec9444c389389ae998aafc14953051e3353e2f83c\";a:4:{s:10:\"expiration\";i:1515654490;s:2:\"ip\";s:15:\"146.185.223.101\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1515481690;}}'),(40733,3138,'nickname','jlivingston921982'),(40734,3138,'first_name',''),(40735,3138,'last_name',''),(40736,3138,'description',''),(40737,3138,'rich_editing','true'),(40738,3138,'comment_shortcuts','false'),(40739,3138,'admin_color','fresh'),(40740,3138,'use_ssl','0'),(40741,3138,'show_admin_bar_front','true'),(40742,3138,'locale',''),(40743,3138,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40744,3138,'wp_user_level','0'),(40745,3138,'default_password_nag','1'),(40746,3139,'nickname','anthony2002'),(40747,3139,'first_name',''),(40748,3139,'last_name',''),(40749,3139,'description',''),(40750,3139,'rich_editing','true'),(40751,3139,'comment_shortcuts','false'),(40752,3139,'admin_color','fresh'),(40753,3139,'use_ssl','0'),(40754,3139,'show_admin_bar_front','true'),(40755,3139,'locale',''),(40756,3139,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40757,3139,'wp_user_level','0'),(40758,3139,'default_password_nag','1'),(40759,3140,'nickname','joegerry1992'),(40760,3140,'first_name',''),(40761,3140,'last_name',''),(40762,3140,'description',''),(40763,3140,'rich_editing','true'),(40764,3140,'comment_shortcuts','false'),(40765,3140,'admin_color','fresh'),(40766,3140,'use_ssl','0'),(40767,3140,'show_admin_bar_front','true'),(40768,3140,'locale',''),(40769,3140,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40770,3140,'wp_user_level','0'),(40771,3140,'default_password_nag','1'),(40772,3141,'nickname','kenkombo1955'),(40773,3141,'first_name',''),(40774,3141,'last_name',''),(40775,3141,'description',''),(40776,3141,'rich_editing','true'),(40777,3141,'comment_shortcuts','false'),(40778,3141,'admin_color','fresh'),(40779,3141,'use_ssl','0'),(40780,3141,'show_admin_bar_front','true'),(40781,3141,'locale',''),(40782,3141,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40783,3141,'wp_user_level','0'),(40784,3141,'default_password_nag','1'),(40785,3142,'nickname','cheerios229022008'),(40786,3142,'first_name',''),(40787,3142,'last_name',''),(40788,3142,'description',''),(40789,3142,'rich_editing','true'),(40790,3142,'comment_shortcuts','false'),(40791,3142,'admin_color','fresh'),(40792,3142,'use_ssl','0'),(40793,3142,'show_admin_bar_front','true'),(40794,3142,'locale',''),(40795,3142,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40796,3142,'wp_user_level','0'),(40797,3142,'default_password_nag','1'),(40798,3143,'nickname','chill1982'),(40799,3143,'first_name',''),(40800,3143,'last_name',''),(40801,3143,'description',''),(40802,3143,'rich_editing','true'),(40803,3143,'comment_shortcuts','false'),(40804,3143,'admin_color','fresh'),(40805,3143,'use_ssl','0'),(40806,3143,'show_admin_bar_front','true'),(40807,3143,'locale',''),(40808,3143,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40809,3143,'wp_user_level','0'),(40810,3143,'default_password_nag','1'),(40811,3144,'nickname','thadonchron1978'),(40812,3144,'first_name',''),(40813,3144,'last_name',''),(40814,3144,'description',''),(40815,3144,'rich_editing','true'),(40816,3144,'comment_shortcuts','false'),(40817,3144,'admin_color','fresh'),(40818,3144,'use_ssl','0'),(40819,3144,'show_admin_bar_front','true'),(40820,3144,'locale',''),(40821,3144,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40822,3144,'wp_user_level','0'),(40823,3144,'default_password_nag','1'),(40824,3145,'nickname','tirby841952'),(40825,3145,'first_name',''),(40826,3145,'last_name',''),(40827,3145,'description',''),(40828,3145,'rich_editing','true'),(40829,3145,'comment_shortcuts','false'),(40830,3145,'admin_color','fresh'),(40831,3145,'use_ssl','0'),(40832,3145,'show_admin_bar_front','true'),(40833,3145,'locale',''),(40834,3145,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40835,3145,'wp_user_level','0'),(40836,3145,'default_password_nag','1'),(40837,3146,'nickname','eagle19921983'),(40838,3146,'first_name',''),(40839,3146,'last_name',''),(40840,3146,'description',''),(40841,3146,'rich_editing','true'),(40842,3146,'comment_shortcuts','false'),(40843,3146,'admin_color','fresh'),(40844,3146,'use_ssl','0'),(40845,3146,'show_admin_bar_front','true'),(40846,3146,'locale',''),(40847,3146,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40848,3146,'wp_user_level','0'),(40849,3146,'default_password_nag','1'),(40850,3147,'nickname','woolfjet1996'),(40851,3147,'first_name',''),(40852,3147,'last_name',''),(40853,3147,'description',''),(40854,3147,'rich_editing','true'),(40855,3147,'comment_shortcuts','false'),(40856,3147,'admin_color','fresh'),(40857,3147,'use_ssl','0'),(40858,3147,'show_admin_bar_front','true'),(40859,3147,'locale',''),(40860,3147,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40861,3147,'wp_user_level','0'),(40862,3147,'default_password_nag','1'),(40863,3148,'nickname','anthonywilliamsl242010'),(40864,3148,'first_name',''),(40865,3148,'last_name',''),(40866,3148,'description',''),(40867,3148,'rich_editing','true'),(40868,3148,'comment_shortcuts','false'),(40869,3148,'admin_color','fresh'),(40870,3148,'use_ssl','0'),(40871,3148,'show_admin_bar_front','true'),(40872,3148,'locale',''),(40873,3148,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40874,3148,'wp_user_level','0'),(40875,3148,'default_password_nag','1'),(40876,3149,'nickname','lisa_11092009'),(40877,3149,'first_name',''),(40878,3149,'last_name',''),(40879,3149,'description',''),(40880,3149,'rich_editing','true'),(40881,3149,'comment_shortcuts','false'),(40882,3149,'admin_color','fresh'),(40883,3149,'use_ssl','0'),(40884,3149,'show_admin_bar_front','true'),(40885,3149,'locale',''),(40886,3149,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40887,3149,'wp_user_level','0'),(40888,3149,'default_password_nag','1'),(40889,3150,'nickname','littleprincess-20222008'),(40890,3150,'first_name',''),(40891,3150,'last_name',''),(40892,3150,'description',''),(40893,3150,'rich_editing','true'),(40894,3150,'comment_shortcuts','false'),(40895,3150,'admin_color','fresh'),(40896,3150,'use_ssl','0'),(40897,3150,'show_admin_bar_front','true'),(40898,3150,'locale',''),(40899,3150,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40900,3150,'wp_user_level','0'),(40901,3150,'default_password_nag','1'),(40902,3151,'nickname','michaelsshafik1981'),(40903,3151,'first_name',''),(40904,3151,'last_name',''),(40905,3151,'description',''),(40906,3151,'rich_editing','true'),(40907,3151,'comment_shortcuts','false'),(40908,3151,'admin_color','fresh'),(40909,3151,'use_ssl','0'),(40910,3151,'show_admin_bar_front','true'),(40911,3151,'locale',''),(40912,3151,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40913,3151,'wp_user_level','0'),(40914,3151,'default_password_nag','1'),(40915,3152,'nickname','dmorley1232001'),(40916,3152,'first_name',''),(40917,3152,'last_name',''),(40918,3152,'description',''),(40919,3152,'rich_editing','true'),(40920,3152,'comment_shortcuts','false'),(40921,3152,'admin_color','fresh'),(40922,3152,'use_ssl','0'),(40923,3152,'show_admin_bar_front','true'),(40924,3152,'locale',''),(40925,3152,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40926,3152,'wp_user_level','0'),(40927,3152,'default_password_nag','1'),(40928,3153,'nickname','qs1mar1969'),(40929,3153,'first_name',''),(40930,3153,'last_name',''),(40931,3153,'description',''),(40932,3153,'rich_editing','true'),(40933,3153,'comment_shortcuts','false'),(40934,3153,'admin_color','fresh'),(40935,3153,'use_ssl','0'),(40936,3153,'show_admin_bar_front','true'),(40937,3153,'locale',''),(40938,3153,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40939,3153,'wp_user_level','0'),(40940,3153,'default_password_nag','1'),(40941,3154,'nickname','accountingsolutions4you1956'),(40942,3154,'first_name',''),(40943,3154,'last_name',''),(40944,3154,'description',''),(40945,3154,'rich_editing','true'),(40946,3154,'comment_shortcuts','false'),(40947,3154,'admin_color','fresh'),(40948,3154,'use_ssl','0'),(40949,3154,'show_admin_bar_front','true'),(40950,3154,'locale',''),(40951,3154,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40952,3154,'wp_user_level','0'),(40953,3154,'default_password_nag','1'),(40954,3132,'session_tokens','a:1:{s:64:\"1e6b5eff536412f0df3aeecdd978146138c212c7ec6a6ab8b40300e8c1bb42a2\";a:4:{s:10:\"expiration\";i:1540649050;s:2:\"ip\";s:12:\"5.188.210.32\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1540476250;}}'),(40955,3155,'nickname','annettehawkinsdance1979'),(40956,3155,'first_name',''),(40957,3155,'last_name',''),(40958,3155,'description',''),(40959,3155,'rich_editing','true'),(40960,3155,'comment_shortcuts','false'),(40961,3155,'admin_color','fresh'),(40962,3155,'use_ssl','0'),(40963,3155,'show_admin_bar_front','true'),(40964,3155,'locale',''),(40965,3155,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40966,3155,'wp_user_level','0'),(40967,3155,'default_password_nag','1'),(40968,3156,'nickname','nancytripodi1988'),(40969,3156,'first_name',''),(40970,3156,'last_name',''),(40971,3156,'description',''),(40972,3156,'rich_editing','true'),(40973,3156,'comment_shortcuts','false'),(40974,3156,'admin_color','fresh'),(40975,3156,'use_ssl','0'),(40976,3156,'show_admin_bar_front','true'),(40977,3156,'locale',''),(40978,3156,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40979,3156,'wp_user_level','0'),(40980,3156,'default_password_nag','1'),(40981,3157,'nickname','sbjmedlar2007'),(40982,3157,'first_name',''),(40983,3157,'last_name',''),(40984,3157,'description',''),(40985,3157,'rich_editing','true'),(40986,3157,'comment_shortcuts','false'),(40987,3157,'admin_color','fresh'),(40988,3157,'use_ssl','0'),(40989,3157,'show_admin_bar_front','true'),(40990,3157,'locale',''),(40991,3157,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(40992,3157,'wp_user_level','0'),(40993,3157,'default_password_nag','1'),(40994,3158,'nickname','rebanjac1988'),(40995,3158,'first_name',''),(40996,3158,'last_name',''),(40997,3158,'description',''),(40998,3158,'rich_editing','true'),(40999,3158,'comment_shortcuts','false'),(41000,3158,'admin_color','fresh'),(41001,3158,'use_ssl','0'),(41002,3158,'show_admin_bar_front','true'),(41003,3158,'locale',''),(41004,3158,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41005,3158,'wp_user_level','0'),(41006,3158,'default_password_nag','1'),(41007,3159,'nickname','frankpollicino1983'),(41008,3159,'first_name',''),(41009,3159,'last_name',''),(41010,3159,'description',''),(41011,3159,'rich_editing','true'),(41012,3159,'comment_shortcuts','false'),(41013,3159,'admin_color','fresh'),(41014,3159,'use_ssl','0'),(41015,3159,'show_admin_bar_front','true'),(41016,3159,'locale',''),(41017,3159,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41018,3159,'wp_user_level','0'),(41019,3159,'default_password_nag','1'),(41020,3160,'nickname','diggins1959'),(41021,3160,'first_name',''),(41022,3160,'last_name',''),(41023,3160,'description',''),(41024,3160,'rich_editing','true'),(41025,3160,'comment_shortcuts','false'),(41026,3160,'admin_color','fresh'),(41027,3160,'use_ssl','0'),(41028,3160,'show_admin_bar_front','true'),(41029,3160,'locale',''),(41030,3160,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41031,3160,'wp_user_level','0'),(41032,3160,'default_password_nag','1'),(41033,3161,'nickname','christawalker35301958'),(41034,3161,'first_name',''),(41035,3161,'last_name',''),(41036,3161,'description',''),(41037,3161,'rich_editing','true'),(41038,3161,'comment_shortcuts','false'),(41039,3161,'admin_color','fresh'),(41040,3161,'use_ssl','0'),(41041,3161,'show_admin_bar_front','true'),(41042,3161,'locale',''),(41043,3161,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41044,3161,'wp_user_level','0'),(41045,3161,'default_password_nag','1'),(41046,3162,'nickname','washj121950'),(41047,3162,'first_name',''),(41048,3162,'last_name',''),(41049,3162,'description',''),(41050,3162,'rich_editing','true'),(41051,3162,'comment_shortcuts','false'),(41052,3162,'admin_color','fresh'),(41053,3162,'use_ssl','0'),(41054,3162,'show_admin_bar_front','true'),(41055,3162,'locale',''),(41056,3162,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41057,3162,'wp_user_level','0'),(41058,3162,'default_password_nag','1'),(41059,3163,'nickname','jhunter1536241994'),(41060,3163,'first_name',''),(41061,3163,'last_name',''),(41062,3163,'description',''),(41063,3163,'rich_editing','true'),(41064,3163,'comment_shortcuts','false'),(41065,3163,'admin_color','fresh'),(41066,3163,'use_ssl','0'),(41067,3163,'show_admin_bar_front','true'),(41068,3163,'locale',''),(41069,3163,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41070,3163,'wp_user_level','0'),(41071,3163,'default_password_nag','1'),(41072,3164,'nickname','tak10291996'),(41073,3164,'first_name',''),(41074,3164,'last_name',''),(41075,3164,'description',''),(41076,3164,'rich_editing','true'),(41077,3164,'comment_shortcuts','false'),(41078,3164,'admin_color','fresh'),(41079,3164,'use_ssl','0'),(41080,3164,'show_admin_bar_front','true'),(41081,3164,'locale',''),(41082,3164,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41083,3164,'wp_user_level','0'),(41084,3164,'default_password_nag','1'),(41085,3165,'nickname','nowhere2691979'),(41086,3165,'first_name',''),(41087,3165,'last_name',''),(41088,3165,'description',''),(41089,3165,'rich_editing','true'),(41090,3165,'comment_shortcuts','false'),(41091,3165,'admin_color','fresh'),(41092,3165,'use_ssl','0'),(41093,3165,'show_admin_bar_front','true'),(41094,3165,'locale',''),(41095,3165,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41096,3165,'wp_user_level','0'),(41097,3165,'default_password_nag','1'),(41098,3166,'nickname','cards1man1976'),(41099,3166,'first_name',''),(41100,3166,'last_name',''),(41101,3166,'description',''),(41102,3166,'rich_editing','true'),(41103,3166,'comment_shortcuts','false'),(41104,3166,'admin_color','fresh'),(41105,3166,'use_ssl','0'),(41106,3166,'show_admin_bar_front','true'),(41107,3166,'locale',''),(41108,3166,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41109,3166,'wp_user_level','0'),(41110,3166,'default_password_nag','1'),(41111,3167,'nickname','willitselectric1954'),(41112,3167,'first_name',''),(41113,3167,'last_name',''),(41114,3167,'description',''),(41115,3167,'rich_editing','true'),(41116,3167,'comment_shortcuts','false'),(41117,3167,'admin_color','fresh'),(41118,3167,'use_ssl','0'),(41119,3167,'show_admin_bar_front','true'),(41120,3167,'locale',''),(41121,3167,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41122,3167,'wp_user_level','0'),(41123,3167,'default_password_nag','1'),(41124,3168,'nickname','accounts1953'),(41125,3168,'first_name',''),(41126,3168,'last_name',''),(41127,3168,'description',''),(41128,3168,'rich_editing','true'),(41129,3168,'comment_shortcuts','false'),(41130,3168,'admin_color','fresh'),(41131,3168,'use_ssl','0'),(41132,3168,'show_admin_bar_front','true'),(41133,3168,'locale',''),(41134,3168,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41135,3168,'wp_user_level','0'),(41136,3168,'default_password_nag','1'),(41137,3169,'nickname','carolita_0091981'),(41138,3169,'first_name',''),(41139,3169,'last_name',''),(41140,3169,'description',''),(41141,3169,'rich_editing','true'),(41142,3169,'comment_shortcuts','false'),(41143,3169,'admin_color','fresh'),(41144,3169,'use_ssl','0'),(41145,3169,'show_admin_bar_front','true'),(41146,3169,'locale',''),(41147,3169,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41148,3169,'wp_user_level','0'),(41149,3169,'default_password_nag','1'),(41150,3170,'nickname','aschieweck1960'),(41151,3170,'first_name',''),(41152,3170,'last_name',''),(41153,3170,'description',''),(41154,3170,'rich_editing','true'),(41155,3170,'comment_shortcuts','false'),(41156,3170,'admin_color','fresh'),(41157,3170,'use_ssl','0'),(41158,3170,'show_admin_bar_front','true'),(41159,3170,'locale',''),(41160,3170,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41161,3170,'wp_user_level','0'),(41162,3170,'default_password_nag','1'),(41163,3171,'nickname','cardellca1962'),(41164,3171,'first_name',''),(41165,3171,'last_name',''),(41166,3171,'description',''),(41167,3171,'rich_editing','true'),(41168,3171,'comment_shortcuts','false'),(41169,3171,'admin_color','fresh'),(41170,3171,'use_ssl','0'),(41171,3171,'show_admin_bar_front','true'),(41172,3171,'locale',''),(41173,3171,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41174,3171,'wp_user_level','0'),(41175,3171,'default_password_nag','1'),(41176,3172,'nickname','julieannmalek1977'),(41177,3172,'first_name',''),(41178,3172,'last_name',''),(41179,3172,'description',''),(41180,3172,'rich_editing','true'),(41181,3172,'comment_shortcuts','false'),(41182,3172,'admin_color','fresh'),(41183,3172,'use_ssl','0'),(41184,3172,'show_admin_bar_front','true'),(41185,3172,'locale',''),(41186,3172,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41187,3172,'wp_user_level','0'),(41188,3172,'default_password_nag','1'),(41189,3173,'nickname','wdaberkow1990'),(41190,3173,'first_name',''),(41191,3173,'last_name',''),(41192,3173,'description',''),(41193,3173,'rich_editing','true'),(41194,3173,'comment_shortcuts','false'),(41195,3173,'admin_color','fresh'),(41196,3173,'use_ssl','0'),(41197,3173,'show_admin_bar_front','true'),(41198,3173,'locale',''),(41199,3173,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41200,3173,'wp_user_level','0'),(41201,3173,'default_password_nag','1'),(41202,3174,'nickname','jeremiahmohr1962'),(41203,3174,'first_name',''),(41204,3174,'last_name',''),(41205,3174,'description',''),(41206,3174,'rich_editing','true'),(41207,3174,'comment_shortcuts','false'),(41208,3174,'admin_color','fresh'),(41209,3174,'use_ssl','0'),(41210,3174,'show_admin_bar_front','true'),(41211,3174,'locale',''),(41212,3174,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41213,3174,'wp_user_level','0'),(41214,3174,'default_password_nag','1'),(41215,3175,'nickname','pelelas1973'),(41216,3175,'first_name',''),(41217,3175,'last_name',''),(41218,3175,'description',''),(41219,3175,'rich_editing','true'),(41220,3175,'comment_shortcuts','false'),(41221,3175,'admin_color','fresh'),(41222,3175,'use_ssl','0'),(41223,3175,'show_admin_bar_front','true'),(41224,3175,'locale',''),(41225,3175,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41226,3175,'wp_user_level','0'),(41227,3175,'default_password_nag','1'),(41228,3176,'nickname','joelauletta1950'),(41229,3176,'first_name',''),(41230,3176,'last_name',''),(41231,3176,'description',''),(41232,3176,'rich_editing','true'),(41233,3176,'comment_shortcuts','false'),(41234,3176,'admin_color','fresh'),(41235,3176,'use_ssl','0'),(41236,3176,'show_admin_bar_front','true'),(41237,3176,'locale',''),(41238,3176,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41239,3176,'wp_user_level','0'),(41240,3176,'default_password_nag','1'),(41241,3177,'nickname','sis19111959'),(41242,3177,'first_name',''),(41243,3177,'last_name',''),(41244,3177,'description',''),(41245,3177,'rich_editing','true'),(41246,3177,'comment_shortcuts','false'),(41247,3177,'admin_color','fresh'),(41248,3177,'use_ssl','0'),(41249,3177,'show_admin_bar_front','true'),(41250,3177,'locale',''),(41251,3177,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41252,3177,'wp_user_level','0'),(41253,3177,'default_password_nag','1'),(41254,3178,'nickname','grgproctor1958'),(41255,3178,'first_name',''),(41256,3178,'last_name',''),(41257,3178,'description',''),(41258,3178,'rich_editing','true'),(41259,3178,'comment_shortcuts','false'),(41260,3178,'admin_color','fresh'),(41261,3178,'use_ssl','0'),(41262,3178,'show_admin_bar_front','true'),(41263,3178,'locale',''),(41264,3178,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41265,3178,'wp_user_level','0'),(41266,3178,'default_password_nag','1'),(41267,3179,'nickname','queenashlo1969'),(41268,3179,'first_name',''),(41269,3179,'last_name',''),(41270,3179,'description',''),(41271,3179,'rich_editing','true'),(41272,3179,'comment_shortcuts','false'),(41273,3179,'admin_color','fresh'),(41274,3179,'use_ssl','0'),(41275,3179,'show_admin_bar_front','true'),(41276,3179,'locale',''),(41277,3179,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41278,3179,'wp_user_level','0'),(41279,3179,'default_password_nag','1'),(41280,3180,'nickname','dgerczak1960'),(41281,3180,'first_name',''),(41282,3180,'last_name',''),(41283,3180,'description',''),(41284,3180,'rich_editing','true'),(41285,3180,'comment_shortcuts','false'),(41286,3180,'admin_color','fresh'),(41287,3180,'use_ssl','0'),(41288,3180,'show_admin_bar_front','true'),(41289,3180,'locale',''),(41290,3180,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41291,3180,'wp_user_level','0'),(41292,3180,'default_password_nag','1'),(41293,3181,'nickname','suzannedukes2004'),(41294,3181,'first_name',''),(41295,3181,'last_name',''),(41296,3181,'description',''),(41297,3181,'rich_editing','true'),(41298,3181,'comment_shortcuts','false'),(41299,3181,'admin_color','fresh'),(41300,3181,'use_ssl','0'),(41301,3181,'show_admin_bar_front','true'),(41302,3181,'locale',''),(41303,3181,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41304,3181,'wp_user_level','0'),(41305,3181,'default_password_nag','1'),(41306,3182,'nickname','shoefreak7261955'),(41307,3182,'first_name',''),(41308,3182,'last_name',''),(41309,3182,'description',''),(41310,3182,'rich_editing','true'),(41311,3182,'comment_shortcuts','false'),(41312,3182,'admin_color','fresh'),(41313,3182,'use_ssl','0'),(41314,3182,'show_admin_bar_front','true'),(41315,3182,'locale',''),(41316,3182,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41317,3182,'wp_user_level','0'),(41318,3182,'default_password_nag','1'),(41319,3183,'nickname','irismm121987'),(41320,3183,'first_name',''),(41321,3183,'last_name',''),(41322,3183,'description',''),(41323,3183,'rich_editing','true'),(41324,3183,'comment_shortcuts','false'),(41325,3183,'admin_color','fresh'),(41326,3183,'use_ssl','0'),(41327,3183,'show_admin_bar_front','true'),(41328,3183,'locale',''),(41329,3183,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41330,3183,'wp_user_level','0'),(41331,3183,'default_password_nag','1'),(41332,3184,'nickname','spencerdavidw1998'),(41333,3184,'first_name',''),(41334,3184,'last_name',''),(41335,3184,'description',''),(41336,3184,'rich_editing','true'),(41337,3184,'comment_shortcuts','false'),(41338,3184,'admin_color','fresh'),(41339,3184,'use_ssl','0'),(41340,3184,'show_admin_bar_front','true'),(41341,3184,'locale',''),(41342,3184,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41343,3184,'wp_user_level','0'),(41344,3184,'default_password_nag','1'),(41345,3185,'nickname','lj82791988'),(41346,3185,'first_name',''),(41347,3185,'last_name',''),(41348,3185,'description',''),(41349,3185,'rich_editing','true'),(41350,3185,'comment_shortcuts','false'),(41351,3185,'admin_color','fresh'),(41352,3185,'use_ssl','0'),(41353,3185,'show_admin_bar_front','true'),(41354,3185,'locale',''),(41355,3185,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41356,3185,'wp_user_level','0'),(41357,3185,'default_password_nag','1'),(41358,3186,'nickname','mjmorris201952'),(41359,3186,'first_name',''),(41360,3186,'last_name',''),(41361,3186,'description',''),(41362,3186,'rich_editing','true'),(41363,3186,'comment_shortcuts','false'),(41364,3186,'admin_color','fresh'),(41365,3186,'use_ssl','0'),(41366,3186,'show_admin_bar_front','true'),(41367,3186,'locale',''),(41368,3186,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41369,3186,'wp_user_level','0'),(41370,3186,'default_password_nag','1'),(41371,3187,'nickname','allison.akhnoukh1950'),(41372,3187,'first_name',''),(41373,3187,'last_name',''),(41374,3187,'description',''),(41375,3187,'rich_editing','true'),(41376,3187,'comment_shortcuts','false'),(41377,3187,'admin_color','fresh'),(41378,3187,'use_ssl','0'),(41379,3187,'show_admin_bar_front','true'),(41380,3187,'locale',''),(41381,3187,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41382,3187,'wp_user_level','0'),(41383,3187,'default_password_nag','1'),(41384,3188,'nickname','teiara_alicia1984'),(41385,3188,'first_name',''),(41386,3188,'last_name',''),(41387,3188,'description',''),(41388,3188,'rich_editing','true'),(41389,3188,'comment_shortcuts','false'),(41390,3188,'admin_color','fresh'),(41391,3188,'use_ssl','0'),(41392,3188,'show_admin_bar_front','true'),(41393,3188,'locale',''),(41394,3188,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41395,3188,'wp_user_level','0'),(41396,3188,'default_password_nag','1'),(41397,3189,'nickname','dkramer161974'),(41398,3189,'first_name',''),(41399,3189,'last_name',''),(41400,3189,'description',''),(41401,3189,'rich_editing','true'),(41402,3189,'comment_shortcuts','false'),(41403,3189,'admin_color','fresh'),(41404,3189,'use_ssl','0'),(41405,3189,'show_admin_bar_front','true'),(41406,3189,'locale',''),(41407,3189,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41408,3189,'wp_user_level','0'),(41409,3189,'default_password_nag','1'),(41410,3190,'nickname','edithbailon2008'),(41411,3190,'first_name',''),(41412,3190,'last_name',''),(41413,3190,'description',''),(41414,3190,'rich_editing','true'),(41415,3190,'comment_shortcuts','false'),(41416,3190,'admin_color','fresh'),(41417,3190,'use_ssl','0'),(41418,3190,'show_admin_bar_front','true'),(41419,3190,'locale',''),(41420,3190,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41421,3190,'wp_user_level','0'),(41422,3190,'default_password_nag','1'),(41423,3191,'nickname','gkramer1983'),(41424,3191,'first_name',''),(41425,3191,'last_name',''),(41426,3191,'description',''),(41427,3191,'rich_editing','true'),(41428,3191,'comment_shortcuts','false'),(41429,3191,'admin_color','fresh'),(41430,3191,'use_ssl','0'),(41431,3191,'show_admin_bar_front','true'),(41432,3191,'locale',''),(41433,3191,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41434,3191,'wp_user_level','0'),(41435,3191,'default_password_nag','1'),(41436,3192,'nickname','anton234xxyer1981'),(41437,3192,'first_name',''),(41438,3192,'last_name',''),(41439,3192,'description',''),(41440,3192,'rich_editing','true'),(41441,3192,'comment_shortcuts','false'),(41442,3192,'admin_color','fresh'),(41443,3192,'use_ssl','0'),(41444,3192,'show_admin_bar_front','true'),(41445,3192,'locale',''),(41446,3192,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41447,3192,'wp_user_level','0'),(41448,3192,'default_password_nag','1'),(41449,3193,'nickname','jkmaster692004'),(41450,3193,'first_name',''),(41451,3193,'last_name',''),(41452,3193,'description',''),(41453,3193,'rich_editing','true'),(41454,3193,'comment_shortcuts','false'),(41455,3193,'admin_color','fresh'),(41456,3193,'use_ssl','0'),(41457,3193,'show_admin_bar_front','true'),(41458,3193,'locale',''),(41459,3193,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41460,3193,'wp_user_level','0'),(41461,3193,'default_password_nag','1'),(41462,3194,'nickname','richard.hubbell2002'),(41463,3194,'first_name',''),(41464,3194,'last_name',''),(41465,3194,'description',''),(41466,3194,'rich_editing','true'),(41467,3194,'comment_shortcuts','false'),(41468,3194,'admin_color','fresh'),(41469,3194,'use_ssl','0'),(41470,3194,'show_admin_bar_front','true'),(41471,3194,'locale',''),(41472,3194,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41473,3194,'wp_user_level','0'),(41474,3194,'default_password_nag','1'),(41475,3195,'nickname','dickstroble1961'),(41476,3195,'first_name',''),(41477,3195,'last_name',''),(41478,3195,'description',''),(41479,3195,'rich_editing','true'),(41480,3195,'comment_shortcuts','false'),(41481,3195,'admin_color','fresh'),(41482,3195,'use_ssl','0'),(41483,3195,'show_admin_bar_front','true'),(41484,3195,'locale',''),(41485,3195,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41486,3195,'wp_user_level','0'),(41487,3195,'default_password_nag','1'),(41488,3196,'nickname','richard.hubbell1994'),(41489,3196,'first_name',''),(41490,3196,'last_name',''),(41491,3196,'description',''),(41492,3196,'rich_editing','true'),(41493,3196,'comment_shortcuts','false'),(41494,3196,'admin_color','fresh'),(41495,3196,'use_ssl','0'),(41496,3196,'show_admin_bar_front','true'),(41497,3196,'locale',''),(41498,3196,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41499,3196,'wp_user_level','0'),(41500,3196,'default_password_nag','1'),(41501,3197,'nickname','jlastarria1992'),(41502,3197,'first_name',''),(41503,3197,'last_name',''),(41504,3197,'description',''),(41505,3197,'rich_editing','true'),(41506,3197,'comment_shortcuts','false'),(41507,3197,'admin_color','fresh'),(41508,3197,'use_ssl','0'),(41509,3197,'show_admin_bar_front','true'),(41510,3197,'locale',''),(41511,3197,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41512,3197,'wp_user_level','0'),(41513,3197,'default_password_nag','1'),(41514,3198,'nickname','bryadou1957'),(41515,3198,'first_name',''),(41516,3198,'last_name',''),(41517,3198,'description',''),(41518,3198,'rich_editing','true'),(41519,3198,'comment_shortcuts','false'),(41520,3198,'admin_color','fresh'),(41521,3198,'use_ssl','0'),(41522,3198,'show_admin_bar_front','true'),(41523,3198,'locale',''),(41524,3198,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41525,3198,'wp_user_level','0'),(41526,3198,'default_password_nag','1'),(41527,3199,'nickname','slao88801987'),(41528,3199,'first_name',''),(41529,3199,'last_name',''),(41530,3199,'description',''),(41531,3199,'rich_editing','true'),(41532,3199,'comment_shortcuts','false'),(41533,3199,'admin_color','fresh'),(41534,3199,'use_ssl','0'),(41535,3199,'show_admin_bar_front','true'),(41536,3199,'locale',''),(41537,3199,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41538,3199,'wp_user_level','0'),(41539,3199,'default_password_nag','1'),(41540,3200,'nickname','cdred20001978'),(41541,3200,'first_name',''),(41542,3200,'last_name',''),(41543,3200,'description',''),(41544,3200,'rich_editing','true'),(41545,3200,'comment_shortcuts','false'),(41546,3200,'admin_color','fresh'),(41547,3200,'use_ssl','0'),(41548,3200,'show_admin_bar_front','true'),(41549,3200,'locale',''),(41550,3200,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41551,3200,'wp_user_level','0'),(41552,3200,'default_password_nag','1'),(41553,3201,'nickname','tarungh1231951'),(41554,3201,'first_name',''),(41555,3201,'last_name',''),(41556,3201,'description',''),(41557,3201,'rich_editing','true'),(41558,3201,'comment_shortcuts','false'),(41559,3201,'admin_color','fresh'),(41560,3201,'use_ssl','0'),(41561,3201,'show_admin_bar_front','true'),(41562,3201,'locale',''),(41563,3201,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41564,3201,'wp_user_level','0'),(41565,3201,'default_password_nag','1'),(41566,3202,'nickname','kenpaindr1982'),(41567,3202,'first_name',''),(41568,3202,'last_name',''),(41569,3202,'description',''),(41570,3202,'rich_editing','true'),(41571,3202,'comment_shortcuts','false'),(41572,3202,'admin_color','fresh'),(41573,3202,'use_ssl','0'),(41574,3202,'show_admin_bar_front','true'),(41575,3202,'locale',''),(41576,3202,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41577,3202,'wp_user_level','0'),(41578,3202,'default_password_nag','1'),(41579,3203,'nickname','clestor1960'),(41580,3203,'first_name',''),(41581,3203,'last_name',''),(41582,3203,'description',''),(41583,3203,'rich_editing','true'),(41584,3203,'comment_shortcuts','false'),(41585,3203,'admin_color','fresh'),(41586,3203,'use_ssl','0'),(41587,3203,'show_admin_bar_front','true'),(41588,3203,'locale',''),(41589,3203,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41590,3203,'wp_user_level','0'),(41591,3203,'default_password_nag','1'),(41592,3204,'nickname','chann04181999'),(41593,3204,'first_name',''),(41594,3204,'last_name',''),(41595,3204,'description',''),(41596,3204,'rich_editing','true'),(41597,3204,'comment_shortcuts','false'),(41598,3204,'admin_color','fresh'),(41599,3204,'use_ssl','0'),(41600,3204,'show_admin_bar_front','true'),(41601,3204,'locale',''),(41602,3204,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41603,3204,'wp_user_level','0'),(41604,3204,'default_password_nag','1'),(41605,3205,'nickname','dhendrix1992'),(41606,3205,'first_name',''),(41607,3205,'last_name',''),(41608,3205,'description',''),(41609,3205,'rich_editing','true'),(41610,3205,'comment_shortcuts','false'),(41611,3205,'admin_color','fresh'),(41612,3205,'use_ssl','0'),(41613,3205,'show_admin_bar_front','true'),(41614,3205,'locale',''),(41615,3205,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41616,3205,'wp_user_level','0'),(41617,3205,'default_password_nag','1'),(41618,3206,'nickname','george_gch_cix1999'),(41619,3206,'first_name',''),(41620,3206,'last_name',''),(41621,3206,'description',''),(41622,3206,'rich_editing','true'),(41623,3206,'comment_shortcuts','false'),(41624,3206,'admin_color','fresh'),(41625,3206,'use_ssl','0'),(41626,3206,'show_admin_bar_front','true'),(41627,3206,'locale',''),(41628,3206,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41629,3206,'wp_user_level','0'),(41630,3206,'default_password_nag','1'),(41631,3207,'nickname','kylesorensen1959'),(41632,3207,'first_name',''),(41633,3207,'last_name',''),(41634,3207,'description',''),(41635,3207,'rich_editing','true'),(41636,3207,'comment_shortcuts','false'),(41637,3207,'admin_color','fresh'),(41638,3207,'use_ssl','0'),(41639,3207,'show_admin_bar_front','true'),(41640,3207,'locale',''),(41641,3207,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41642,3207,'wp_user_level','0'),(41643,3207,'default_password_nag','1'),(41644,3208,'nickname','ttmtn1971'),(41645,3208,'first_name',''),(41646,3208,'last_name',''),(41647,3208,'description',''),(41648,3208,'rich_editing','true'),(41649,3208,'comment_shortcuts','false'),(41650,3208,'admin_color','fresh'),(41651,3208,'use_ssl','0'),(41652,3208,'show_admin_bar_front','true'),(41653,3208,'locale',''),(41654,3208,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41655,3208,'wp_user_level','0'),(41656,3208,'default_password_nag','1'),(41657,3209,'nickname','zeposkam1976'),(41658,3209,'first_name',''),(41659,3209,'last_name',''),(41660,3209,'description',''),(41661,3209,'rich_editing','true'),(41662,3209,'comment_shortcuts','false'),(41663,3209,'admin_color','fresh'),(41664,3209,'use_ssl','0'),(41665,3209,'show_admin_bar_front','true'),(41666,3209,'locale',''),(41667,3209,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41668,3209,'wp_user_level','0'),(41669,3209,'default_password_nag','1'),(41670,3210,'nickname','toughpanzies1978'),(41671,3210,'first_name',''),(41672,3210,'last_name',''),(41673,3210,'description',''),(41674,3210,'rich_editing','true'),(41675,3210,'comment_shortcuts','false'),(41676,3210,'admin_color','fresh'),(41677,3210,'use_ssl','0'),(41678,3210,'show_admin_bar_front','true'),(41679,3210,'locale',''),(41680,3210,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41681,3210,'wp_user_level','0'),(41682,3210,'default_password_nag','1'),(41683,3211,'nickname','maura_mckeever1960'),(41684,3211,'first_name',''),(41685,3211,'last_name',''),(41686,3211,'description',''),(41687,3211,'rich_editing','true'),(41688,3211,'comment_shortcuts','false'),(41689,3211,'admin_color','fresh'),(41690,3211,'use_ssl','0'),(41691,3211,'show_admin_bar_front','true'),(41692,3211,'locale',''),(41693,3211,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41694,3211,'wp_user_level','0'),(41695,3211,'default_password_nag','1'),(41696,3212,'nickname','buddyp48101981'),(41697,3212,'first_name',''),(41698,3212,'last_name',''),(41699,3212,'description',''),(41700,3212,'rich_editing','true'),(41701,3212,'comment_shortcuts','false'),(41702,3212,'admin_color','fresh'),(41703,3212,'use_ssl','0'),(41704,3212,'show_admin_bar_front','true'),(41705,3212,'locale',''),(41706,3212,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41707,3212,'wp_user_level','0'),(41708,3212,'default_password_nag','1'),(41709,3213,'nickname','juliaberk11982'),(41710,3213,'first_name',''),(41711,3213,'last_name',''),(41712,3213,'description',''),(41713,3213,'rich_editing','true'),(41714,3213,'comment_shortcuts','false'),(41715,3213,'admin_color','fresh'),(41716,3213,'use_ssl','0'),(41717,3213,'show_admin_bar_front','true'),(41718,3213,'locale',''),(41719,3213,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41720,3213,'wp_user_level','0'),(41721,3213,'default_password_nag','1'),(41722,3214,'nickname','skes1979'),(41723,3214,'first_name',''),(41724,3214,'last_name',''),(41725,3214,'description',''),(41726,3214,'rich_editing','true'),(41727,3214,'comment_shortcuts','false'),(41728,3214,'admin_color','fresh'),(41729,3214,'use_ssl','0'),(41730,3214,'show_admin_bar_front','true'),(41731,3214,'locale',''),(41732,3214,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41733,3214,'wp_user_level','0'),(41734,3214,'default_password_nag','1'),(41735,3215,'nickname','smith_michaeld1972'),(41736,3215,'first_name',''),(41737,3215,'last_name',''),(41738,3215,'description',''),(41739,3215,'rich_editing','true'),(41740,3215,'comment_shortcuts','false'),(41741,3215,'admin_color','fresh'),(41742,3215,'use_ssl','0'),(41743,3215,'show_admin_bar_front','true'),(41744,3215,'locale',''),(41745,3215,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41746,3215,'wp_user_level','0'),(41747,3215,'default_password_nag','1'),(41748,3216,'nickname','bigfly30301999'),(41749,3216,'first_name',''),(41750,3216,'last_name',''),(41751,3216,'description',''),(41752,3216,'rich_editing','true'),(41753,3216,'comment_shortcuts','false'),(41754,3216,'admin_color','fresh'),(41755,3216,'use_ssl','0'),(41756,3216,'show_admin_bar_front','true'),(41757,3216,'locale',''),(41758,3216,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41759,3216,'wp_user_level','0'),(41760,3216,'default_password_nag','1'),(41761,3217,'nickname','ringolong1953'),(41762,3217,'first_name',''),(41763,3217,'last_name',''),(41764,3217,'description',''),(41765,3217,'rich_editing','true'),(41766,3217,'comment_shortcuts','false'),(41767,3217,'admin_color','fresh'),(41768,3217,'use_ssl','0'),(41769,3217,'show_admin_bar_front','true'),(41770,3217,'locale',''),(41771,3217,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41772,3217,'wp_user_level','0'),(41773,3217,'default_password_nag','1'),(41774,3218,'nickname','jciesla1975'),(41775,3218,'first_name',''),(41776,3218,'last_name',''),(41777,3218,'description',''),(41778,3218,'rich_editing','true'),(41779,3218,'comment_shortcuts','false'),(41780,3218,'admin_color','fresh'),(41781,3218,'use_ssl','0'),(41782,3218,'show_admin_bar_front','true'),(41783,3218,'locale',''),(41784,3218,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41785,3218,'wp_user_level','0'),(41786,3218,'default_password_nag','1'),(41787,3219,'nickname','jillellenshultz1979'),(41788,3219,'first_name',''),(41789,3219,'last_name',''),(41790,3219,'description',''),(41791,3219,'rich_editing','true'),(41792,3219,'comment_shortcuts','false'),(41793,3219,'admin_color','fresh'),(41794,3219,'use_ssl','0'),(41795,3219,'show_admin_bar_front','true'),(41796,3219,'locale',''),(41797,3219,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41798,3219,'wp_user_level','0'),(41799,3219,'default_password_nag','1'),(41800,3220,'nickname','timharvey281952'),(41801,3220,'first_name',''),(41802,3220,'last_name',''),(41803,3220,'description',''),(41804,3220,'rich_editing','true'),(41805,3220,'comment_shortcuts','false'),(41806,3220,'admin_color','fresh'),(41807,3220,'use_ssl','0'),(41808,3220,'show_admin_bar_front','true'),(41809,3220,'locale',''),(41810,3220,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41811,3220,'wp_user_level','0'),(41812,3220,'default_password_nag','1'),(41813,3221,'nickname','editor1985'),(41814,3221,'first_name',''),(41815,3221,'last_name',''),(41816,3221,'description',''),(41817,3221,'rich_editing','true'),(41818,3221,'comment_shortcuts','false'),(41819,3221,'admin_color','fresh'),(41820,3221,'use_ssl','0'),(41821,3221,'show_admin_bar_front','true'),(41822,3221,'locale',''),(41823,3221,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41824,3221,'wp_user_level','0'),(41825,3221,'default_password_nag','1'),(41826,3222,'nickname','arrowheadtrading12006'),(41827,3222,'first_name',''),(41828,3222,'last_name',''),(41829,3222,'description',''),(41830,3222,'rich_editing','true'),(41831,3222,'comment_shortcuts','false'),(41832,3222,'admin_color','fresh'),(41833,3222,'use_ssl','0'),(41834,3222,'show_admin_bar_front','true'),(41835,3222,'locale',''),(41836,3222,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41837,3222,'wp_user_level','0'),(41838,3222,'default_password_nag','1'),(41839,3223,'nickname','212204471958'),(41840,3223,'first_name',''),(41841,3223,'last_name',''),(41842,3223,'description',''),(41843,3223,'rich_editing','true'),(41844,3223,'comment_shortcuts','false'),(41845,3223,'admin_color','fresh'),(41846,3223,'use_ssl','0'),(41847,3223,'show_admin_bar_front','true'),(41848,3223,'locale',''),(41849,3223,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41850,3223,'wp_user_level','0'),(41851,3223,'default_password_nag','1'),(41852,3224,'nickname','bezori1970'),(41853,3224,'first_name',''),(41854,3224,'last_name',''),(41855,3224,'description',''),(41856,3224,'rich_editing','true'),(41857,3224,'comment_shortcuts','false'),(41858,3224,'admin_color','fresh'),(41859,3224,'use_ssl','0'),(41860,3224,'show_admin_bar_front','true'),(41861,3224,'locale',''),(41862,3224,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41863,3224,'wp_user_level','0'),(41864,3224,'default_password_nag','1'),(41865,3225,'nickname','shkny1985'),(41866,3225,'first_name',''),(41867,3225,'last_name',''),(41868,3225,'description',''),(41869,3225,'rich_editing','true'),(41870,3225,'comment_shortcuts','false'),(41871,3225,'admin_color','fresh'),(41872,3225,'use_ssl','0'),(41873,3225,'show_admin_bar_front','true'),(41874,3225,'locale',''),(41875,3225,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41876,3225,'wp_user_level','0'),(41877,3225,'default_password_nag','1'),(41878,3226,'nickname','mchfood1952'),(41879,3226,'first_name',''),(41880,3226,'last_name',''),(41881,3226,'description',''),(41882,3226,'rich_editing','true'),(41883,3226,'comment_shortcuts','false'),(41884,3226,'admin_color','fresh'),(41885,3226,'use_ssl','0'),(41886,3226,'show_admin_bar_front','true'),(41887,3226,'locale',''),(41888,3226,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41889,3226,'wp_user_level','0'),(41890,3226,'default_password_nag','1'),(41891,3227,'nickname','john2001'),(41892,3227,'first_name',''),(41893,3227,'last_name',''),(41894,3227,'description',''),(41895,3227,'rich_editing','true'),(41896,3227,'comment_shortcuts','false'),(41897,3227,'admin_color','fresh'),(41898,3227,'use_ssl','0'),(41899,3227,'show_admin_bar_front','true'),(41900,3227,'locale',''),(41901,3227,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41902,3227,'wp_user_level','0'),(41903,3227,'default_password_nag','1'),(41904,3228,'nickname','jrheid1979'),(41905,3228,'first_name',''),(41906,3228,'last_name',''),(41907,3228,'description',''),(41908,3228,'rich_editing','true'),(41909,3228,'comment_shortcuts','false'),(41910,3228,'admin_color','fresh'),(41911,3228,'use_ssl','0'),(41912,3228,'show_admin_bar_front','true'),(41913,3228,'locale',''),(41914,3228,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41915,3228,'wp_user_level','0'),(41916,3228,'default_password_nag','1'),(41917,3229,'nickname','schwarz_541990'),(41918,3229,'first_name',''),(41919,3229,'last_name',''),(41920,3229,'description',''),(41921,3229,'rich_editing','true'),(41922,3229,'comment_shortcuts','false'),(41923,3229,'admin_color','fresh'),(41924,3229,'use_ssl','0'),(41925,3229,'show_admin_bar_front','true'),(41926,3229,'locale',''),(41927,3229,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41928,3229,'wp_user_level','0'),(41929,3229,'default_password_nag','1'),(41930,3230,'nickname','brandy.rice151962'),(41931,3230,'first_name',''),(41932,3230,'last_name',''),(41933,3230,'description',''),(41934,3230,'rich_editing','true'),(41935,3230,'comment_shortcuts','false'),(41936,3230,'admin_color','fresh'),(41937,3230,'use_ssl','0'),(41938,3230,'show_admin_bar_front','true'),(41939,3230,'locale',''),(41940,3230,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41941,3230,'wp_user_level','0'),(41942,3230,'default_password_nag','1'),(41943,3231,'nickname','jdaddona1979'),(41944,3231,'first_name',''),(41945,3231,'last_name',''),(41946,3231,'description',''),(41947,3231,'rich_editing','true'),(41948,3231,'comment_shortcuts','false'),(41949,3231,'admin_color','fresh'),(41950,3231,'use_ssl','0'),(41951,3231,'show_admin_bar_front','true'),(41952,3231,'locale',''),(41953,3231,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41954,3231,'wp_user_level','0'),(41955,3231,'default_password_nag','1'),(41956,3232,'nickname','andrearmanning1986'),(41957,3232,'first_name',''),(41958,3232,'last_name',''),(41959,3232,'description',''),(41960,3232,'rich_editing','true'),(41961,3232,'comment_shortcuts','false'),(41962,3232,'admin_color','fresh'),(41963,3232,'use_ssl','0'),(41964,3232,'show_admin_bar_front','true'),(41965,3232,'locale',''),(41966,3232,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41967,3232,'wp_user_level','0'),(41968,3232,'default_password_nag','1'),(41969,3233,'nickname','realmof42000'),(41970,3233,'first_name',''),(41971,3233,'last_name',''),(41972,3233,'description',''),(41973,3233,'rich_editing','true'),(41974,3233,'comment_shortcuts','false'),(41975,3233,'admin_color','fresh'),(41976,3233,'use_ssl','0'),(41977,3233,'show_admin_bar_front','true'),(41978,3233,'locale',''),(41979,3233,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41980,3233,'wp_user_level','0'),(41981,3233,'default_password_nag','1'),(41982,3234,'nickname','ginger717_041955'),(41983,3234,'first_name',''),(41984,3234,'last_name',''),(41985,3234,'description',''),(41986,3234,'rich_editing','true'),(41987,3234,'comment_shortcuts','false'),(41988,3234,'admin_color','fresh'),(41989,3234,'use_ssl','0'),(41990,3234,'show_admin_bar_front','true'),(41991,3234,'locale',''),(41992,3234,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(41993,3234,'wp_user_level','0'),(41994,3234,'default_password_nag','1'),(41995,3235,'nickname','mchfood1989'),(41996,3235,'first_name',''),(41997,3235,'last_name',''),(41998,3235,'description',''),(41999,3235,'rich_editing','true'),(42000,3235,'comment_shortcuts','false'),(42001,3235,'admin_color','fresh'),(42002,3235,'use_ssl','0'),(42003,3235,'show_admin_bar_front','true'),(42004,3235,'locale',''),(42005,3235,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42006,3235,'wp_user_level','0'),(42007,3235,'default_password_nag','1'),(42008,3236,'nickname','christinab.lp2006'),(42009,3236,'first_name',''),(42010,3236,'last_name',''),(42011,3236,'description',''),(42012,3236,'rich_editing','true'),(42013,3236,'comment_shortcuts','false'),(42014,3236,'admin_color','fresh'),(42015,3236,'use_ssl','0'),(42016,3236,'show_admin_bar_front','true'),(42017,3236,'locale',''),(42018,3236,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42019,3236,'wp_user_level','0'),(42020,3236,'default_password_nag','1'),(42021,3237,'nickname','haitimaflowcontrol2010'),(42022,3237,'first_name',''),(42023,3237,'last_name',''),(42024,3237,'description',''),(42025,3237,'rich_editing','true'),(42026,3237,'comment_shortcuts','false'),(42027,3237,'admin_color','fresh'),(42028,3237,'use_ssl','0'),(42029,3237,'show_admin_bar_front','true'),(42030,3237,'locale',''),(42031,3237,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42032,3237,'wp_user_level','0'),(42033,3237,'default_password_nag','1'),(42034,3238,'nickname','ortizp0071950'),(42035,3238,'first_name',''),(42036,3238,'last_name',''),(42037,3238,'description',''),(42038,3238,'rich_editing','true'),(42039,3238,'comment_shortcuts','false'),(42040,3238,'admin_color','fresh'),(42041,3238,'use_ssl','0'),(42042,3238,'show_admin_bar_front','true'),(42043,3238,'locale',''),(42044,3238,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42045,3238,'wp_user_level','0'),(42046,3238,'default_password_nag','1'),(42047,3239,'nickname','aislingcunningham2003'),(42048,3239,'first_name',''),(42049,3239,'last_name',''),(42050,3239,'description',''),(42051,3239,'rich_editing','true'),(42052,3239,'comment_shortcuts','false'),(42053,3239,'admin_color','fresh'),(42054,3239,'use_ssl','0'),(42055,3239,'show_admin_bar_front','true'),(42056,3239,'locale',''),(42057,3239,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42058,3239,'wp_user_level','0'),(42059,3239,'default_password_nag','1'),(42060,3240,'nickname','aradiego51997'),(42061,3240,'first_name',''),(42062,3240,'last_name',''),(42063,3240,'description',''),(42064,3240,'rich_editing','true'),(42065,3240,'comment_shortcuts','false'),(42066,3240,'admin_color','fresh'),(42067,3240,'use_ssl','0'),(42068,3240,'show_admin_bar_front','true'),(42069,3240,'locale',''),(42070,3240,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42071,3240,'wp_user_level','0'),(42072,3240,'default_password_nag','1'),(42073,3241,'nickname','jlacva1961'),(42074,3241,'first_name',''),(42075,3241,'last_name',''),(42076,3241,'description',''),(42077,3241,'rich_editing','true'),(42078,3241,'comment_shortcuts','false'),(42079,3241,'admin_color','fresh'),(42080,3241,'use_ssl','0'),(42081,3241,'show_admin_bar_front','true'),(42082,3241,'locale',''),(42083,3241,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42084,3241,'wp_user_level','0'),(42085,3241,'default_password_nag','1'),(42086,3242,'nickname','crathway1971'),(42087,3242,'first_name',''),(42088,3242,'last_name',''),(42089,3242,'description',''),(42090,3242,'rich_editing','true'),(42091,3242,'comment_shortcuts','false'),(42092,3242,'admin_color','fresh'),(42093,3242,'use_ssl','0'),(42094,3242,'show_admin_bar_front','true'),(42095,3242,'locale',''),(42096,3242,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42097,3242,'wp_user_level','0'),(42098,3242,'default_password_nag','1'),(42099,3243,'nickname','ericaashleyx031992'),(42100,3243,'first_name',''),(42101,3243,'last_name',''),(42102,3243,'description',''),(42103,3243,'rich_editing','true'),(42104,3243,'comment_shortcuts','false'),(42105,3243,'admin_color','fresh'),(42106,3243,'use_ssl','0'),(42107,3243,'show_admin_bar_front','true'),(42108,3243,'locale',''),(42109,3243,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42110,3243,'wp_user_level','0'),(42111,3243,'default_password_nag','1'),(42112,3244,'nickname','dopeylmt1999'),(42113,3244,'first_name',''),(42114,3244,'last_name',''),(42115,3244,'description',''),(42116,3244,'rich_editing','true'),(42117,3244,'comment_shortcuts','false'),(42118,3244,'admin_color','fresh'),(42119,3244,'use_ssl','0'),(42120,3244,'show_admin_bar_front','true'),(42121,3244,'locale',''),(42122,3244,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42123,3244,'wp_user_level','0'),(42124,3244,'default_password_nag','1'),(42125,3245,'nickname','daleannbehnen1987'),(42126,3245,'first_name',''),(42127,3245,'last_name',''),(42128,3245,'description',''),(42129,3245,'rich_editing','true'),(42130,3245,'comment_shortcuts','false'),(42131,3245,'admin_color','fresh'),(42132,3245,'use_ssl','0'),(42133,3245,'show_admin_bar_front','true'),(42134,3245,'locale',''),(42135,3245,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42136,3245,'wp_user_level','0'),(42137,3245,'default_password_nag','1'),(42138,3246,'nickname','prevot6251985'),(42139,3246,'first_name',''),(42140,3246,'last_name',''),(42141,3246,'description',''),(42142,3246,'rich_editing','true'),(42143,3246,'comment_shortcuts','false'),(42144,3246,'admin_color','fresh'),(42145,3246,'use_ssl','0'),(42146,3246,'show_admin_bar_front','true'),(42147,3246,'locale',''),(42148,3246,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42149,3246,'wp_user_level','0'),(42150,3246,'default_password_nag','1'),(42151,3247,'nickname','carolineflowers1999'),(42152,3247,'first_name',''),(42153,3247,'last_name',''),(42154,3247,'description',''),(42155,3247,'rich_editing','true'),(42156,3247,'comment_shortcuts','false'),(42157,3247,'admin_color','fresh'),(42158,3247,'use_ssl','0'),(42159,3247,'show_admin_bar_front','true'),(42160,3247,'locale',''),(42161,3247,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42162,3247,'wp_user_level','0'),(42163,3247,'default_password_nag','1'),(42164,3248,'nickname','somunny1967'),(42165,3248,'first_name',''),(42166,3248,'last_name',''),(42167,3248,'description',''),(42168,3248,'rich_editing','true'),(42169,3248,'comment_shortcuts','false'),(42170,3248,'admin_color','fresh'),(42171,3248,'use_ssl','0'),(42172,3248,'show_admin_bar_front','true'),(42173,3248,'locale',''),(42174,3248,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42175,3248,'wp_user_level','0'),(42176,3248,'default_password_nag','1'),(42177,3249,'nickname','marketing1988'),(42178,3249,'first_name',''),(42179,3249,'last_name',''),(42180,3249,'description',''),(42181,3249,'rich_editing','true'),(42182,3249,'comment_shortcuts','false'),(42183,3249,'admin_color','fresh'),(42184,3249,'use_ssl','0'),(42185,3249,'show_admin_bar_front','true'),(42186,3249,'locale',''),(42187,3249,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42188,3249,'wp_user_level','0'),(42189,3249,'default_password_nag','1'),(42190,3250,'nickname','bcorlies11985'),(42191,3250,'first_name',''),(42192,3250,'last_name',''),(42193,3250,'description',''),(42194,3250,'rich_editing','true'),(42195,3250,'comment_shortcuts','false'),(42196,3250,'admin_color','fresh'),(42197,3250,'use_ssl','0'),(42198,3250,'show_admin_bar_front','true'),(42199,3250,'locale',''),(42200,3250,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42201,3250,'wp_user_level','0'),(42202,3250,'default_password_nag','1'),(42203,3251,'nickname','dianacaride11976'),(42204,3251,'first_name',''),(42205,3251,'last_name',''),(42206,3251,'description',''),(42207,3251,'rich_editing','true'),(42208,3251,'comment_shortcuts','false'),(42209,3251,'admin_color','fresh'),(42210,3251,'use_ssl','0'),(42211,3251,'show_admin_bar_front','true'),(42212,3251,'locale',''),(42213,3251,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42214,3251,'wp_user_level','0'),(42215,3251,'default_password_nag','1'),(42216,3252,'nickname','m.laporta1980'),(42217,3252,'first_name',''),(42218,3252,'last_name',''),(42219,3252,'description',''),(42220,3252,'rich_editing','true'),(42221,3252,'comment_shortcuts','false'),(42222,3252,'admin_color','fresh'),(42223,3252,'use_ssl','0'),(42224,3252,'show_admin_bar_front','true'),(42225,3252,'locale',''),(42226,3252,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42227,3252,'wp_user_level','0'),(42228,3252,'default_password_nag','1'),(42229,3253,'nickname','tellymonster121976'),(42230,3253,'first_name',''),(42231,3253,'last_name',''),(42232,3253,'description',''),(42233,3253,'rich_editing','true'),(42234,3253,'comment_shortcuts','false'),(42235,3253,'admin_color','fresh'),(42236,3253,'use_ssl','0'),(42237,3253,'show_admin_bar_front','true'),(42238,3253,'locale',''),(42239,3253,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42240,3253,'wp_user_level','0'),(42241,3253,'default_password_nag','1'),(42242,3254,'nickname','markeloper1986'),(42243,3254,'first_name',''),(42244,3254,'last_name',''),(42245,3254,'description',''),(42246,3254,'rich_editing','true'),(42247,3254,'comment_shortcuts','false'),(42248,3254,'admin_color','fresh'),(42249,3254,'use_ssl','0'),(42250,3254,'show_admin_bar_front','true'),(42251,3254,'locale',''),(42252,3254,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42253,3254,'wp_user_level','0'),(42254,3254,'default_password_nag','1'),(42255,3255,'nickname','rdfinger1958'),(42256,3255,'first_name',''),(42257,3255,'last_name',''),(42258,3255,'description',''),(42259,3255,'rich_editing','true'),(42260,3255,'comment_shortcuts','false'),(42261,3255,'admin_color','fresh'),(42262,3255,'use_ssl','0'),(42263,3255,'show_admin_bar_front','true'),(42264,3255,'locale',''),(42265,3255,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42266,3255,'wp_user_level','0'),(42267,3255,'default_password_nag','1'),(42268,3256,'nickname','robinlifespirits1951'),(42269,3256,'first_name',''),(42270,3256,'last_name',''),(42271,3256,'description',''),(42272,3256,'rich_editing','true'),(42273,3256,'comment_shortcuts','false'),(42274,3256,'admin_color','fresh'),(42275,3256,'use_ssl','0'),(42276,3256,'show_admin_bar_front','true'),(42277,3256,'locale',''),(42278,3256,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42279,3256,'wp_user_level','0'),(42280,3256,'default_password_nag','1'),(42281,3257,'nickname','amalea_m1992'),(42282,3257,'first_name',''),(42283,3257,'last_name',''),(42284,3257,'description',''),(42285,3257,'rich_editing','true'),(42286,3257,'comment_shortcuts','false'),(42287,3257,'admin_color','fresh'),(42288,3257,'use_ssl','0'),(42289,3257,'show_admin_bar_front','true'),(42290,3257,'locale',''),(42291,3257,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42292,3257,'wp_user_level','0'),(42293,3257,'default_password_nag','1'),(42294,3258,'nickname','henrylfair2001'),(42295,3258,'first_name',''),(42296,3258,'last_name',''),(42297,3258,'description',''),(42298,3258,'rich_editing','true'),(42299,3258,'comment_shortcuts','false'),(42300,3258,'admin_color','fresh'),(42301,3258,'use_ssl','0'),(42302,3258,'show_admin_bar_front','true'),(42303,3258,'locale',''),(42304,3258,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42305,3258,'wp_user_level','0'),(42306,3258,'default_password_nag','1'),(42307,3259,'nickname','kennmyssi1965'),(42308,3259,'first_name',''),(42309,3259,'last_name',''),(42310,3259,'description',''),(42311,3259,'rich_editing','true'),(42312,3259,'comment_shortcuts','false'),(42313,3259,'admin_color','fresh'),(42314,3259,'use_ssl','0'),(42315,3259,'show_admin_bar_front','true'),(42316,3259,'locale',''),(42317,3259,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42318,3259,'wp_user_level','0'),(42319,3259,'default_password_nag','1'),(42320,3260,'nickname','jams041977'),(42321,3260,'first_name',''),(42322,3260,'last_name',''),(42323,3260,'description',''),(42324,3260,'rich_editing','true'),(42325,3260,'comment_shortcuts','false'),(42326,3260,'admin_color','fresh'),(42327,3260,'use_ssl','0'),(42328,3260,'show_admin_bar_front','true'),(42329,3260,'locale',''),(42330,3260,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42331,3260,'wp_user_level','0'),(42332,3260,'default_password_nag','1'),(42333,3261,'nickname','mopia1979'),(42334,3261,'first_name',''),(42335,3261,'last_name',''),(42336,3261,'description',''),(42337,3261,'rich_editing','true'),(42338,3261,'comment_shortcuts','false'),(42339,3261,'admin_color','fresh'),(42340,3261,'use_ssl','0'),(42341,3261,'show_admin_bar_front','true'),(42342,3261,'locale',''),(42343,3261,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42344,3261,'wp_user_level','0'),(42345,3261,'default_password_nag','1'),(42346,3262,'nickname','donding441957'),(42347,3262,'first_name',''),(42348,3262,'last_name',''),(42349,3262,'description',''),(42350,3262,'rich_editing','true'),(42351,3262,'comment_shortcuts','false'),(42352,3262,'admin_color','fresh'),(42353,3262,'use_ssl','0'),(42354,3262,'show_admin_bar_front','true'),(42355,3262,'locale',''),(42356,3262,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42357,3262,'wp_user_level','0'),(42358,3262,'default_password_nag','1'),(42359,3263,'nickname','jackiebmcd2004'),(42360,3263,'first_name',''),(42361,3263,'last_name',''),(42362,3263,'description',''),(42363,3263,'rich_editing','true'),(42364,3263,'comment_shortcuts','false'),(42365,3263,'admin_color','fresh'),(42366,3263,'use_ssl','0'),(42367,3263,'show_admin_bar_front','true'),(42368,3263,'locale',''),(42369,3263,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42370,3263,'wp_user_level','0'),(42371,3263,'default_password_nag','1'),(42372,3264,'nickname','rewlms1972'),(42373,3264,'first_name',''),(42374,3264,'last_name',''),(42375,3264,'description',''),(42376,3264,'rich_editing','true'),(42377,3264,'comment_shortcuts','false'),(42378,3264,'admin_color','fresh'),(42379,3264,'use_ssl','0'),(42380,3264,'show_admin_bar_front','true'),(42381,3264,'locale',''),(42382,3264,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42383,3264,'wp_user_level','0'),(42384,3264,'default_password_nag','1'),(42385,3265,'nickname','dbullinger71959'),(42386,3265,'first_name',''),(42387,3265,'last_name',''),(42388,3265,'description',''),(42389,3265,'rich_editing','true'),(42390,3265,'comment_shortcuts','false'),(42391,3265,'admin_color','fresh'),(42392,3265,'use_ssl','0'),(42393,3265,'show_admin_bar_front','true'),(42394,3265,'locale',''),(42395,3265,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42396,3265,'wp_user_level','0'),(42397,3265,'default_password_nag','1'),(42398,3266,'nickname','noelanipukahi1994'),(42399,3266,'first_name',''),(42400,3266,'last_name',''),(42401,3266,'description',''),(42402,3266,'rich_editing','true'),(42403,3266,'comment_shortcuts','false'),(42404,3266,'admin_color','fresh'),(42405,3266,'use_ssl','0'),(42406,3266,'show_admin_bar_front','true'),(42407,3266,'locale',''),(42408,3266,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42409,3266,'wp_user_level','0'),(42410,3266,'default_password_nag','1'),(42411,3267,'nickname','crystal029151963'),(42412,3267,'first_name',''),(42413,3267,'last_name',''),(42414,3267,'description',''),(42415,3267,'rich_editing','true'),(42416,3267,'comment_shortcuts','false'),(42417,3267,'admin_color','fresh'),(42418,3267,'use_ssl','0'),(42419,3267,'show_admin_bar_front','true'),(42420,3267,'locale',''),(42421,3267,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42422,3267,'wp_user_level','0'),(42423,3267,'default_password_nag','1'),(42424,3268,'nickname','ric2mar1981'),(42425,3268,'first_name',''),(42426,3268,'last_name',''),(42427,3268,'description',''),(42428,3268,'rich_editing','true'),(42429,3268,'comment_shortcuts','false'),(42430,3268,'admin_color','fresh'),(42431,3268,'use_ssl','0'),(42432,3268,'show_admin_bar_front','true'),(42433,3268,'locale',''),(42434,3268,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42435,3268,'wp_user_level','0'),(42436,3268,'default_password_nag','1'),(42437,3269,'nickname','jesusjunkie2121959'),(42438,3269,'first_name',''),(42439,3269,'last_name',''),(42440,3269,'description',''),(42441,3269,'rich_editing','true'),(42442,3269,'comment_shortcuts','false'),(42443,3269,'admin_color','fresh'),(42444,3269,'use_ssl','0'),(42445,3269,'show_admin_bar_front','true'),(42446,3269,'locale',''),(42447,3269,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42448,3269,'wp_user_level','0'),(42449,3269,'default_password_nag','1'),(42450,3270,'nickname','ramondinski1950'),(42451,3270,'first_name',''),(42452,3270,'last_name',''),(42453,3270,'description',''),(42454,3270,'rich_editing','true'),(42455,3270,'comment_shortcuts','false'),(42456,3270,'admin_color','fresh'),(42457,3270,'use_ssl','0'),(42458,3270,'show_admin_bar_front','true'),(42459,3270,'locale',''),(42460,3270,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42461,3270,'wp_user_level','0'),(42462,3270,'default_password_nag','1'),(42463,3271,'nickname','beanssaundra5551975'),(42464,3271,'first_name',''),(42465,3271,'last_name',''),(42466,3271,'description',''),(42467,3271,'rich_editing','true'),(42468,3271,'comment_shortcuts','false'),(42469,3271,'admin_color','fresh'),(42470,3271,'use_ssl','0'),(42471,3271,'show_admin_bar_front','true'),(42472,3271,'locale',''),(42473,3271,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42474,3271,'wp_user_level','0'),(42475,3271,'default_password_nag','1'),(42476,3272,'nickname','terralorenz1952'),(42477,3272,'first_name',''),(42478,3272,'last_name',''),(42479,3272,'description',''),(42480,3272,'rich_editing','true'),(42481,3272,'comment_shortcuts','false'),(42482,3272,'admin_color','fresh'),(42483,3272,'use_ssl','0'),(42484,3272,'show_admin_bar_front','true'),(42485,3272,'locale',''),(42486,3272,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42487,3272,'wp_user_level','0'),(42488,3272,'default_password_nag','1'),(42489,3273,'nickname','roro98791990'),(42490,3273,'first_name',''),(42491,3273,'last_name',''),(42492,3273,'description',''),(42493,3273,'rich_editing','true'),(42494,3273,'comment_shortcuts','false'),(42495,3273,'admin_color','fresh'),(42496,3273,'use_ssl','0'),(42497,3273,'show_admin_bar_front','true'),(42498,3273,'locale',''),(42499,3273,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42500,3273,'wp_user_level','0'),(42501,3273,'default_password_nag','1'),(42502,3274,'nickname','mcarolinavillamil1958'),(42503,3274,'first_name',''),(42504,3274,'last_name',''),(42505,3274,'description',''),(42506,3274,'rich_editing','true'),(42507,3274,'comment_shortcuts','false'),(42508,3274,'admin_color','fresh'),(42509,3274,'use_ssl','0'),(42510,3274,'show_admin_bar_front','true'),(42511,3274,'locale',''),(42512,3274,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42513,3274,'wp_user_level','0'),(42514,3274,'default_password_nag','1'),(42515,3275,'nickname','farrell_221962'),(42516,3275,'first_name',''),(42517,3275,'last_name',''),(42518,3275,'description',''),(42519,3275,'rich_editing','true'),(42520,3275,'comment_shortcuts','false'),(42521,3275,'admin_color','fresh'),(42522,3275,'use_ssl','0'),(42523,3275,'show_admin_bar_front','true'),(42524,3275,'locale',''),(42525,3275,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42526,3275,'wp_user_level','0'),(42527,3275,'default_password_nag','1'),(42528,3276,'nickname','robbyj62261966'),(42529,3276,'first_name',''),(42530,3276,'last_name',''),(42531,3276,'description',''),(42532,3276,'rich_editing','true'),(42533,3276,'comment_shortcuts','false'),(42534,3276,'admin_color','fresh'),(42535,3276,'use_ssl','0'),(42536,3276,'show_admin_bar_front','true'),(42537,3276,'locale',''),(42538,3276,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42539,3276,'wp_user_level','0'),(42540,3276,'default_password_nag','1'),(42541,3277,'nickname','mandybrew9031956'),(42542,3277,'first_name',''),(42543,3277,'last_name',''),(42544,3277,'description',''),(42545,3277,'rich_editing','true'),(42546,3277,'comment_shortcuts','false'),(42547,3277,'admin_color','fresh'),(42548,3277,'use_ssl','0'),(42549,3277,'show_admin_bar_front','true'),(42550,3277,'locale',''),(42551,3277,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42552,3277,'wp_user_level','0'),(42553,3277,'default_password_nag','1'),(42554,3278,'nickname','leemunro20041959'),(42555,3278,'first_name',''),(42556,3278,'last_name',''),(42557,3278,'description',''),(42558,3278,'rich_editing','true'),(42559,3278,'comment_shortcuts','false'),(42560,3278,'admin_color','fresh'),(42561,3278,'use_ssl','0'),(42562,3278,'show_admin_bar_front','true'),(42563,3278,'locale',''),(42564,3278,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42565,3278,'wp_user_level','0'),(42566,3278,'default_password_nag','1'),(42567,3279,'nickname','mickeycn1964'),(42568,3279,'first_name',''),(42569,3279,'last_name',''),(42570,3279,'description',''),(42571,3279,'rich_editing','true'),(42572,3279,'comment_shortcuts','false'),(42573,3279,'admin_color','fresh'),(42574,3279,'use_ssl','0'),(42575,3279,'show_admin_bar_front','true'),(42576,3279,'locale',''),(42577,3279,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42578,3279,'wp_user_level','0'),(42579,3279,'default_password_nag','1'),(42580,3280,'nickname','avalentiner1989'),(42581,3280,'first_name',''),(42582,3280,'last_name',''),(42583,3280,'description',''),(42584,3280,'rich_editing','true'),(42585,3280,'comment_shortcuts','false'),(42586,3280,'admin_color','fresh'),(42587,3280,'use_ssl','0'),(42588,3280,'show_admin_bar_front','true'),(42589,3280,'locale',''),(42590,3280,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42591,3280,'wp_user_level','0'),(42592,3280,'default_password_nag','1'),(42593,3281,'nickname','dominic1971'),(42594,3281,'first_name',''),(42595,3281,'last_name',''),(42596,3281,'description',''),(42597,3281,'rich_editing','true'),(42598,3281,'comment_shortcuts','false'),(42599,3281,'admin_color','fresh'),(42600,3281,'use_ssl','0'),(42601,3281,'show_admin_bar_front','true'),(42602,3281,'locale',''),(42603,3281,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42604,3281,'wp_user_level','0'),(42605,3281,'default_password_nag','1'),(42606,3282,'nickname','suz_hanratty1995'),(42607,3282,'first_name',''),(42608,3282,'last_name',''),(42609,3282,'description',''),(42610,3282,'rich_editing','true'),(42611,3282,'comment_shortcuts','false'),(42612,3282,'admin_color','fresh'),(42613,3282,'use_ssl','0'),(42614,3282,'show_admin_bar_front','true'),(42615,3282,'locale',''),(42616,3282,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42617,3282,'wp_user_level','0'),(42618,3282,'default_password_nag','1'),(42619,3283,'nickname','shahena.begum1953'),(42620,3283,'first_name',''),(42621,3283,'last_name',''),(42622,3283,'description',''),(42623,3283,'rich_editing','true'),(42624,3283,'comment_shortcuts','false'),(42625,3283,'admin_color','fresh'),(42626,3283,'use_ssl','0'),(42627,3283,'show_admin_bar_front','true'),(42628,3283,'locale',''),(42629,3283,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42630,3283,'wp_user_level','0'),(42631,3283,'default_password_nag','1'),(42632,3284,'nickname','hellsingswing2001'),(42633,3284,'first_name',''),(42634,3284,'last_name',''),(42635,3284,'description',''),(42636,3284,'rich_editing','true'),(42637,3284,'comment_shortcuts','false'),(42638,3284,'admin_color','fresh'),(42639,3284,'use_ssl','0'),(42640,3284,'show_admin_bar_front','true'),(42641,3284,'locale',''),(42642,3284,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42643,3284,'wp_user_level','0'),(42644,3284,'default_password_nag','1'),(42645,3285,'nickname','chrisjayminor1984'),(42646,3285,'first_name',''),(42647,3285,'last_name',''),(42648,3285,'description',''),(42649,3285,'rich_editing','true'),(42650,3285,'comment_shortcuts','false'),(42651,3285,'admin_color','fresh'),(42652,3285,'use_ssl','0'),(42653,3285,'show_admin_bar_front','true'),(42654,3285,'locale',''),(42655,3285,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42656,3285,'wp_user_level','0'),(42657,3285,'default_password_nag','1'),(42658,3286,'nickname','joseh2008'),(42659,3286,'first_name',''),(42660,3286,'last_name',''),(42661,3286,'description',''),(42662,3286,'rich_editing','true'),(42663,3286,'comment_shortcuts','false'),(42664,3286,'admin_color','fresh'),(42665,3286,'use_ssl','0'),(42666,3286,'show_admin_bar_front','true'),(42667,3286,'locale',''),(42668,3286,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42669,3286,'wp_user_level','0'),(42670,3286,'default_password_nag','1'),(42671,3287,'nickname','cyndiomer1965'),(42672,3287,'first_name',''),(42673,3287,'last_name',''),(42674,3287,'description',''),(42675,3287,'rich_editing','true'),(42676,3287,'comment_shortcuts','false'),(42677,3287,'admin_color','fresh'),(42678,3287,'use_ssl','0'),(42679,3287,'show_admin_bar_front','true'),(42680,3287,'locale',''),(42681,3287,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42682,3287,'wp_user_level','0'),(42683,3287,'default_password_nag','1'),(42684,3288,'nickname','blkreghinchley2002'),(42685,3288,'first_name',''),(42686,3288,'last_name',''),(42687,3288,'description',''),(42688,3288,'rich_editing','true'),(42689,3288,'comment_shortcuts','false'),(42690,3288,'admin_color','fresh'),(42691,3288,'use_ssl','0'),(42692,3288,'show_admin_bar_front','true'),(42693,3288,'locale',''),(42694,3288,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42695,3288,'wp_user_level','0'),(42696,3288,'default_password_nag','1'),(42697,3289,'nickname','mav352005'),(42698,3289,'first_name',''),(42699,3289,'last_name',''),(42700,3289,'description',''),(42701,3289,'rich_editing','true'),(42702,3289,'comment_shortcuts','false'),(42703,3289,'admin_color','fresh'),(42704,3289,'use_ssl','0'),(42705,3289,'show_admin_bar_front','true'),(42706,3289,'locale',''),(42707,3289,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42708,3289,'wp_user_level','0'),(42709,3289,'default_password_nag','1'),(42710,3290,'nickname','goldenbarbara1978'),(42711,3290,'first_name',''),(42712,3290,'last_name',''),(42713,3290,'description',''),(42714,3290,'rich_editing','true'),(42715,3290,'comment_shortcuts','false'),(42716,3290,'admin_color','fresh'),(42717,3290,'use_ssl','0'),(42718,3290,'show_admin_bar_front','true'),(42719,3290,'locale',''),(42720,3290,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42721,3290,'wp_user_level','0'),(42722,3290,'default_password_nag','1'),(42723,3291,'nickname','maggielsmama1963'),(42724,3291,'first_name',''),(42725,3291,'last_name',''),(42726,3291,'description',''),(42727,3291,'rich_editing','true'),(42728,3291,'comment_shortcuts','false'),(42729,3291,'admin_color','fresh'),(42730,3291,'use_ssl','0'),(42731,3291,'show_admin_bar_front','true'),(42732,3291,'locale',''),(42733,3291,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42734,3291,'wp_user_level','0'),(42735,3291,'default_password_nag','1'),(42736,3292,'nickname','ron1990'),(42737,3292,'first_name',''),(42738,3292,'last_name',''),(42739,3292,'description',''),(42740,3292,'rich_editing','true'),(42741,3292,'comment_shortcuts','false'),(42742,3292,'admin_color','fresh'),(42743,3292,'use_ssl','0'),(42744,3292,'show_admin_bar_front','true'),(42745,3292,'locale',''),(42746,3292,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42747,3292,'wp_user_level','0'),(42748,3292,'default_password_nag','1'),(42749,3293,'nickname','amutat1988'),(42750,3293,'first_name',''),(42751,3293,'last_name',''),(42752,3293,'description',''),(42753,3293,'rich_editing','true'),(42754,3293,'comment_shortcuts','false'),(42755,3293,'admin_color','fresh'),(42756,3293,'use_ssl','0'),(42757,3293,'show_admin_bar_front','true'),(42758,3293,'locale',''),(42759,3293,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42760,3293,'wp_user_level','0'),(42761,3293,'default_password_nag','1'),(42762,3294,'nickname','gary-jeanetta1996'),(42763,3294,'first_name',''),(42764,3294,'last_name',''),(42765,3294,'description',''),(42766,3294,'rich_editing','true'),(42767,3294,'comment_shortcuts','false'),(42768,3294,'admin_color','fresh'),(42769,3294,'use_ssl','0'),(42770,3294,'show_admin_bar_front','true'),(42771,3294,'locale',''),(42772,3294,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42773,3294,'wp_user_level','0'),(42774,3294,'default_password_nag','1'),(42775,3295,'nickname','jkt1011954'),(42776,3295,'first_name',''),(42777,3295,'last_name',''),(42778,3295,'description',''),(42779,3295,'rich_editing','true'),(42780,3295,'comment_shortcuts','false'),(42781,3295,'admin_color','fresh'),(42782,3295,'use_ssl','0'),(42783,3295,'show_admin_bar_front','true'),(42784,3295,'locale',''),(42785,3295,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42786,3295,'wp_user_level','0'),(42787,3295,'default_password_nag','1'),(42788,3296,'nickname','kkrul051986'),(42789,3296,'first_name',''),(42790,3296,'last_name',''),(42791,3296,'description',''),(42792,3296,'rich_editing','true'),(42793,3296,'comment_shortcuts','false'),(42794,3296,'admin_color','fresh'),(42795,3296,'use_ssl','0'),(42796,3296,'show_admin_bar_front','true'),(42797,3296,'locale',''),(42798,3296,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42799,3296,'wp_user_level','0'),(42800,3296,'default_password_nag','1'),(42801,3297,'nickname','zhavag2000'),(42802,3297,'first_name',''),(42803,3297,'last_name',''),(42804,3297,'description',''),(42805,3297,'rich_editing','true'),(42806,3297,'comment_shortcuts','false'),(42807,3297,'admin_color','fresh'),(42808,3297,'use_ssl','0'),(42809,3297,'show_admin_bar_front','true'),(42810,3297,'locale',''),(42811,3297,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42812,3297,'wp_user_level','0'),(42813,3297,'default_password_nag','1'),(42814,3298,'nickname','usmctaz131999'),(42815,3298,'first_name',''),(42816,3298,'last_name',''),(42817,3298,'description',''),(42818,3298,'rich_editing','true'),(42819,3298,'comment_shortcuts','false'),(42820,3298,'admin_color','fresh'),(42821,3298,'use_ssl','0'),(42822,3298,'show_admin_bar_front','true'),(42823,3298,'locale',''),(42824,3298,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42825,3298,'wp_user_level','0'),(42826,3298,'default_password_nag','1'),(42827,3299,'nickname','leash7861980'),(42828,3299,'first_name',''),(42829,3299,'last_name',''),(42830,3299,'description',''),(42831,3299,'rich_editing','true'),(42832,3299,'comment_shortcuts','false'),(42833,3299,'admin_color','fresh'),(42834,3299,'use_ssl','0'),(42835,3299,'show_admin_bar_front','true'),(42836,3299,'locale',''),(42837,3299,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42838,3299,'wp_user_level','0'),(42839,3299,'default_password_nag','1'),(42840,3300,'nickname','wenmiller71985'),(42841,3300,'first_name',''),(42842,3300,'last_name',''),(42843,3300,'description',''),(42844,3300,'rich_editing','true'),(42845,3300,'comment_shortcuts','false'),(42846,3300,'admin_color','fresh'),(42847,3300,'use_ssl','0'),(42848,3300,'show_admin_bar_front','true'),(42849,3300,'locale',''),(42850,3300,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42851,3300,'wp_user_level','0'),(42852,3300,'default_password_nag','1'),(42853,3301,'nickname','nittaya.phommachack1981'),(42854,3301,'first_name',''),(42855,3301,'last_name',''),(42856,3301,'description',''),(42857,3301,'rich_editing','true'),(42858,3301,'comment_shortcuts','false'),(42859,3301,'admin_color','fresh'),(42860,3301,'use_ssl','0'),(42861,3301,'show_admin_bar_front','true'),(42862,3301,'locale',''),(42863,3301,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42864,3301,'wp_user_level','0'),(42865,3301,'default_password_nag','1'),(42866,3302,'nickname','mojoroman'),(42867,3302,'first_name',''),(42868,3302,'last_name',''),(42869,3302,'description',''),(42870,3302,'rich_editing','true'),(42871,3302,'syntax_highlighting','true'),(42872,3302,'comment_shortcuts','false'),(42873,3302,'admin_color','fresh'),(42874,3302,'use_ssl','0'),(42875,3302,'show_admin_bar_front','true'),(42876,3302,'locale',''),(42877,3302,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(42878,3302,'wp_user_level','10'),(42879,3302,'dismissed_wp_pointers','theme_editor_notice'),(42880,3302,'session_tokens','a:1:{s:64:\"f03be359c35b778ff7771eaeeda37099a43eea2a34a52a4d0f7226668bb62358\";a:4:{s:10:\"expiration\";i:1517070888;s:2:\"ip\";s:14:\"99.192.230.138\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0\";s:5:\"login\";i:1516898088;}}'),(42881,3302,'wp_dashboard_quick_press_last_post_id','796'),(42882,3302,'community-events-location','a:1:{s:2:\"ip\";s:12:\"99.192.230.0\";}'),(42883,3303,'nickname','info1960'),(42884,3303,'first_name',''),(42885,3303,'last_name',''),(42886,3303,'description',''),(42887,3303,'rich_editing','true'),(42888,3303,'syntax_highlighting','true'),(42889,3303,'comment_shortcuts','false'),(42890,3303,'admin_color','fresh'),(42891,3303,'use_ssl','0'),(42892,3303,'show_admin_bar_front','true'),(42893,3303,'locale',''),(42894,3303,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42895,3303,'wp_user_level','0'),(42896,3303,'default_password_nag','1'),(42897,3304,'nickname','jaynjayne601953'),(42898,3304,'first_name',''),(42899,3304,'last_name',''),(42900,3304,'description',''),(42901,3304,'rich_editing','true'),(42902,3304,'syntax_highlighting','true'),(42903,3304,'comment_shortcuts','false'),(42904,3304,'admin_color','fresh'),(42905,3304,'use_ssl','0'),(42906,3304,'show_admin_bar_front','true'),(42907,3304,'locale',''),(42908,3304,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42909,3304,'wp_user_level','0'),(42910,3304,'default_password_nag','1'),(42911,3305,'nickname','sutonimh1962'),(42912,3305,'first_name',''),(42913,3305,'last_name',''),(42914,3305,'description',''),(42915,3305,'rich_editing','true'),(42916,3305,'syntax_highlighting','true'),(42917,3305,'comment_shortcuts','false'),(42918,3305,'admin_color','fresh'),(42919,3305,'use_ssl','0'),(42920,3305,'show_admin_bar_front','true'),(42921,3305,'locale',''),(42922,3305,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42923,3305,'wp_user_level','0'),(42924,3305,'default_password_nag','1'),(42925,3306,'nickname','ae5nl1971'),(42926,3306,'first_name',''),(42927,3306,'last_name',''),(42928,3306,'description',''),(42929,3306,'rich_editing','true'),(42930,3306,'syntax_highlighting','true'),(42931,3306,'comment_shortcuts','false'),(42932,3306,'admin_color','fresh'),(42933,3306,'use_ssl','0'),(42934,3306,'show_admin_bar_front','true'),(42935,3306,'locale',''),(42936,3306,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42937,3306,'wp_user_level','0'),(42938,3306,'default_password_nag','1'),(42939,3307,'nickname','mastiffs1983'),(42940,3307,'first_name',''),(42941,3307,'last_name',''),(42942,3307,'description',''),(42943,3307,'rich_editing','true'),(42944,3307,'syntax_highlighting','true'),(42945,3307,'comment_shortcuts','false'),(42946,3307,'admin_color','fresh'),(42947,3307,'use_ssl','0'),(42948,3307,'show_admin_bar_front','true'),(42949,3307,'locale',''),(42950,3307,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42951,3307,'wp_user_level','0'),(42952,3307,'default_password_nag','1'),(42953,3308,'nickname','eddielement1964'),(42954,3308,'first_name',''),(42955,3308,'last_name',''),(42956,3308,'description',''),(42957,3308,'rich_editing','true'),(42958,3308,'syntax_highlighting','true'),(42959,3308,'comment_shortcuts','false'),(42960,3308,'admin_color','fresh'),(42961,3308,'use_ssl','0'),(42962,3308,'show_admin_bar_front','true'),(42963,3308,'locale',''),(42964,3308,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42965,3308,'wp_user_level','0'),(42966,3308,'default_password_nag','1'),(42967,3309,'nickname','sandybabafever1952'),(42968,3309,'first_name',''),(42969,3309,'last_name',''),(42970,3309,'description',''),(42971,3309,'rich_editing','true'),(42972,3309,'syntax_highlighting','true'),(42973,3309,'comment_shortcuts','false'),(42974,3309,'admin_color','fresh'),(42975,3309,'use_ssl','0'),(42976,3309,'show_admin_bar_front','true'),(42977,3309,'locale',''),(42978,3309,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42979,3309,'wp_user_level','0'),(42980,3309,'default_password_nag','1'),(42981,3310,'nickname','whitney.evans1955'),(42982,3310,'first_name',''),(42983,3310,'last_name',''),(42984,3310,'description',''),(42985,3310,'rich_editing','true'),(42986,3310,'syntax_highlighting','true'),(42987,3310,'comment_shortcuts','false'),(42988,3310,'admin_color','fresh'),(42989,3310,'use_ssl','0'),(42990,3310,'show_admin_bar_front','true'),(42991,3310,'locale',''),(42992,3310,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(42993,3310,'wp_user_level','0'),(42994,3310,'default_password_nag','1'),(42995,3311,'nickname','cmweidmann2003'),(42996,3311,'first_name',''),(42997,3311,'last_name',''),(42998,3311,'description',''),(42999,3311,'rich_editing','true'),(43000,3311,'syntax_highlighting','true'),(43001,3311,'comment_shortcuts','false'),(43002,3311,'admin_color','fresh'),(43003,3311,'use_ssl','0'),(43004,3311,'show_admin_bar_front','true'),(43005,3311,'locale',''),(43006,3311,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43007,3311,'wp_user_level','0'),(43008,3311,'default_password_nag','1'),(43009,3312,'nickname','pat7001965'),(43010,3312,'first_name',''),(43011,3312,'last_name',''),(43012,3312,'description',''),(43013,3312,'rich_editing','true'),(43014,3312,'syntax_highlighting','true'),(43015,3312,'comment_shortcuts','false'),(43016,3312,'admin_color','fresh'),(43017,3312,'use_ssl','0'),(43018,3312,'show_admin_bar_front','true'),(43019,3312,'locale',''),(43020,3312,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43021,3312,'wp_user_level','0'),(43022,3312,'default_password_nag','1'),(43023,3313,'nickname','rumana13131953'),(43024,3313,'first_name',''),(43025,3313,'last_name',''),(43026,3313,'description',''),(43027,3313,'rich_editing','true'),(43028,3313,'syntax_highlighting','true'),(43029,3313,'comment_shortcuts','false'),(43030,3313,'admin_color','fresh'),(43031,3313,'use_ssl','0'),(43032,3313,'show_admin_bar_front','true'),(43033,3313,'locale',''),(43034,3313,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43035,3313,'wp_user_level','0'),(43036,3313,'default_password_nag','1'),(43037,3314,'nickname','jamesfolatelli1974'),(43038,3314,'first_name',''),(43039,3314,'last_name',''),(43040,3314,'description',''),(43041,3314,'rich_editing','true'),(43042,3314,'syntax_highlighting','true'),(43043,3314,'comment_shortcuts','false'),(43044,3314,'admin_color','fresh'),(43045,3314,'use_ssl','0'),(43046,3314,'show_admin_bar_front','true'),(43047,3314,'locale',''),(43048,3314,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43049,3314,'wp_user_level','0'),(43050,3314,'default_password_nag','1'),(43051,3315,'nickname','sales1956'),(43052,3315,'first_name',''),(43053,3315,'last_name',''),(43054,3315,'description',''),(43055,3315,'rich_editing','true'),(43056,3315,'syntax_highlighting','true'),(43057,3315,'comment_shortcuts','false'),(43058,3315,'admin_color','fresh'),(43059,3315,'use_ssl','0'),(43060,3315,'show_admin_bar_front','true'),(43061,3315,'locale',''),(43062,3315,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43063,3315,'wp_user_level','0'),(43064,3315,'default_password_nag','1'),(43065,3316,'nickname','bflynn1954'),(43066,3316,'first_name',''),(43067,3316,'last_name',''),(43068,3316,'description',''),(43069,3316,'rich_editing','true'),(43070,3316,'syntax_highlighting','true'),(43071,3316,'comment_shortcuts','false'),(43072,3316,'admin_color','fresh'),(43073,3316,'use_ssl','0'),(43074,3316,'show_admin_bar_front','true'),(43075,3316,'locale',''),(43076,3316,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43077,3316,'wp_user_level','0'),(43078,3316,'default_password_nag','1'),(43079,3317,'nickname','danielle.henn1955'),(43080,3317,'first_name',''),(43081,3317,'last_name',''),(43082,3317,'description',''),(43083,3317,'rich_editing','true'),(43084,3317,'syntax_highlighting','true'),(43085,3317,'comment_shortcuts','false'),(43086,3317,'admin_color','fresh'),(43087,3317,'use_ssl','0'),(43088,3317,'show_admin_bar_front','true'),(43089,3317,'locale',''),(43090,3317,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43091,3317,'wp_user_level','0'),(43092,3317,'default_password_nag','1'),(43093,3318,'nickname','zanstaley19551981'),(43094,3318,'first_name',''),(43095,3318,'last_name',''),(43096,3318,'description',''),(43097,3318,'rich_editing','true'),(43098,3318,'syntax_highlighting','true'),(43099,3318,'comment_shortcuts','false'),(43100,3318,'admin_color','fresh'),(43101,3318,'use_ssl','0'),(43102,3318,'show_admin_bar_front','true'),(43103,3318,'locale',''),(43104,3318,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43105,3318,'wp_user_level','0'),(43106,3318,'default_password_nag','1'),(43107,3319,'nickname','jcharette5081959'),(43108,3319,'first_name',''),(43109,3319,'last_name',''),(43110,3319,'description',''),(43111,3319,'rich_editing','true'),(43112,3319,'syntax_highlighting','true'),(43113,3319,'comment_shortcuts','false'),(43114,3319,'admin_color','fresh'),(43115,3319,'use_ssl','0'),(43116,3319,'show_admin_bar_front','true'),(43117,3319,'locale',''),(43118,3319,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43119,3319,'wp_user_level','0'),(43120,3319,'default_password_nag','1'),(43121,3320,'nickname','d_bivings281952'),(43122,3320,'first_name',''),(43123,3320,'last_name',''),(43124,3320,'description',''),(43125,3320,'rich_editing','true'),(43126,3320,'syntax_highlighting','true'),(43127,3320,'comment_shortcuts','false'),(43128,3320,'admin_color','fresh'),(43129,3320,'use_ssl','0'),(43130,3320,'show_admin_bar_front','true'),(43131,3320,'locale',''),(43132,3320,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43133,3320,'wp_user_level','0'),(43134,3320,'default_password_nag','1'),(43135,3321,'nickname','fischerj801980'),(43136,3321,'first_name',''),(43137,3321,'last_name',''),(43138,3321,'description',''),(43139,3321,'rich_editing','true'),(43140,3321,'syntax_highlighting','true'),(43141,3321,'comment_shortcuts','false'),(43142,3321,'admin_color','fresh'),(43143,3321,'use_ssl','0'),(43144,3321,'show_admin_bar_front','true'),(43145,3321,'locale',''),(43146,3321,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43147,3321,'wp_user_level','0'),(43148,3321,'default_password_nag','1'),(43149,3322,'nickname','lule981987'),(43150,3322,'first_name',''),(43151,3322,'last_name',''),(43152,3322,'description',''),(43153,3322,'rich_editing','true'),(43154,3322,'syntax_highlighting','true'),(43155,3322,'comment_shortcuts','false'),(43156,3322,'admin_color','fresh'),(43157,3322,'use_ssl','0'),(43158,3322,'show_admin_bar_front','true'),(43159,3322,'locale',''),(43160,3322,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43161,3322,'wp_user_level','0'),(43162,3322,'default_password_nag','1'),(43163,3323,'nickname','joashluna1951'),(43164,3323,'first_name',''),(43165,3323,'last_name',''),(43166,3323,'description',''),(43167,3323,'rich_editing','true'),(43168,3323,'syntax_highlighting','true'),(43169,3323,'comment_shortcuts','false'),(43170,3323,'admin_color','fresh'),(43171,3323,'use_ssl','0'),(43172,3323,'show_admin_bar_front','true'),(43173,3323,'locale',''),(43174,3323,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43175,3323,'wp_user_level','0'),(43176,3323,'default_password_nag','1'),(43177,3324,'nickname','ceron.edgar01991'),(43178,3324,'first_name',''),(43179,3324,'last_name',''),(43180,3324,'description',''),(43181,3324,'rich_editing','true'),(43182,3324,'syntax_highlighting','true'),(43183,3324,'comment_shortcuts','false'),(43184,3324,'admin_color','fresh'),(43185,3324,'use_ssl','0'),(43186,3324,'show_admin_bar_front','true'),(43187,3324,'locale',''),(43188,3324,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43189,3324,'wp_user_level','0'),(43190,3324,'default_password_nag','1'),(43191,3325,'nickname','beckaroo791976'),(43192,3325,'first_name',''),(43193,3325,'last_name',''),(43194,3325,'description',''),(43195,3325,'rich_editing','true'),(43196,3325,'syntax_highlighting','true'),(43197,3325,'comment_shortcuts','false'),(43198,3325,'admin_color','fresh'),(43199,3325,'use_ssl','0'),(43200,3325,'show_admin_bar_front','true'),(43201,3325,'locale',''),(43202,3325,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43203,3325,'wp_user_level','0'),(43204,3325,'default_password_nag','1'),(43205,3326,'nickname','smartwmn1992'),(43206,3326,'first_name',''),(43207,3326,'last_name',''),(43208,3326,'description',''),(43209,3326,'rich_editing','true'),(43210,3326,'syntax_highlighting','true'),(43211,3326,'comment_shortcuts','false'),(43212,3326,'admin_color','fresh'),(43213,3326,'use_ssl','0'),(43214,3326,'show_admin_bar_front','true'),(43215,3326,'locale',''),(43216,3326,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43217,3326,'wp_user_level','0'),(43218,3326,'default_password_nag','1'),(43219,3327,'nickname','cazi_na1958'),(43220,3327,'first_name',''),(43221,3327,'last_name',''),(43222,3327,'description',''),(43223,3327,'rich_editing','true'),(43224,3327,'syntax_highlighting','true'),(43225,3327,'comment_shortcuts','false'),(43226,3327,'admin_color','fresh'),(43227,3327,'use_ssl','0'),(43228,3327,'show_admin_bar_front','true'),(43229,3327,'locale',''),(43230,3327,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43231,3327,'wp_user_level','0'),(43232,3327,'default_password_nag','1'),(43233,3328,'nickname','padillaandrea741975'),(43234,3328,'first_name',''),(43235,3328,'last_name',''),(43236,3328,'description',''),(43237,3328,'rich_editing','true'),(43238,3328,'syntax_highlighting','true'),(43239,3328,'comment_shortcuts','false'),(43240,3328,'admin_color','fresh'),(43241,3328,'use_ssl','0'),(43242,3328,'show_admin_bar_front','true'),(43243,3328,'locale',''),(43244,3328,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43245,3328,'wp_user_level','0'),(43246,3328,'default_password_nag','1'),(43247,3329,'nickname','sdp15661979'),(43248,3329,'first_name',''),(43249,3329,'last_name',''),(43250,3329,'description',''),(43251,3329,'rich_editing','true'),(43252,3329,'syntax_highlighting','true'),(43253,3329,'comment_shortcuts','false'),(43254,3329,'admin_color','fresh'),(43255,3329,'use_ssl','0'),(43256,3329,'show_admin_bar_front','true'),(43257,3329,'locale',''),(43258,3329,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43259,3329,'wp_user_level','0'),(43260,3329,'default_password_nag','1'),(43261,3330,'nickname','tricia209022009'),(43262,3330,'first_name',''),(43263,3330,'last_name',''),(43264,3330,'description',''),(43265,3330,'rich_editing','true'),(43266,3330,'syntax_highlighting','true'),(43267,3330,'comment_shortcuts','false'),(43268,3330,'admin_color','fresh'),(43269,3330,'use_ssl','0'),(43270,3330,'show_admin_bar_front','true'),(43271,3330,'locale',''),(43272,3330,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43273,3330,'wp_user_level','0'),(43274,3330,'default_password_nag','1'),(43275,3331,'nickname','giffordmddg662005'),(43276,3331,'first_name',''),(43277,3331,'last_name',''),(43278,3331,'description',''),(43279,3331,'rich_editing','true'),(43280,3331,'syntax_highlighting','true'),(43281,3331,'comment_shortcuts','false'),(43282,3331,'admin_color','fresh'),(43283,3331,'use_ssl','0'),(43284,3331,'show_admin_bar_front','true'),(43285,3331,'locale',''),(43286,3331,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43287,3331,'wp_user_level','0'),(43288,3331,'default_password_nag','1'),(43289,3332,'nickname','mee2nce4081995'),(43290,3332,'first_name',''),(43291,3332,'last_name',''),(43292,3332,'description',''),(43293,3332,'rich_editing','true'),(43294,3332,'syntax_highlighting','true'),(43295,3332,'comment_shortcuts','false'),(43296,3332,'admin_color','fresh'),(43297,3332,'use_ssl','0'),(43298,3332,'show_admin_bar_front','true'),(43299,3332,'locale',''),(43300,3332,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43301,3332,'wp_user_level','0'),(43302,3332,'default_password_nag','1'),(43303,3333,'nickname','rjunnah1994'),(43304,3333,'first_name',''),(43305,3333,'last_name',''),(43306,3333,'description',''),(43307,3333,'rich_editing','true'),(43308,3333,'syntax_highlighting','true'),(43309,3333,'comment_shortcuts','false'),(43310,3333,'admin_color','fresh'),(43311,3333,'use_ssl','0'),(43312,3333,'show_admin_bar_front','true'),(43313,3333,'locale',''),(43314,3333,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43315,3333,'wp_user_level','0'),(43316,3333,'default_password_nag','1'),(43317,3334,'nickname','zcbbadfrasier1978'),(43318,3334,'first_name',''),(43319,3334,'last_name',''),(43320,3334,'description',''),(43321,3334,'rich_editing','true'),(43322,3334,'syntax_highlighting','true'),(43323,3334,'comment_shortcuts','false'),(43324,3334,'admin_color','fresh'),(43325,3334,'use_ssl','0'),(43326,3334,'show_admin_bar_front','true'),(43327,3334,'locale',''),(43328,3334,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43329,3334,'wp_user_level','0'),(43330,3334,'default_password_nag','1'),(43331,3335,'nickname','camptc1993'),(43332,3335,'first_name',''),(43333,3335,'last_name',''),(43334,3335,'description',''),(43335,3335,'rich_editing','true'),(43336,3335,'syntax_highlighting','true'),(43337,3335,'comment_shortcuts','false'),(43338,3335,'admin_color','fresh'),(43339,3335,'use_ssl','0'),(43340,3335,'show_admin_bar_front','true'),(43341,3335,'locale',''),(43342,3335,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43343,3335,'wp_user_level','0'),(43344,3335,'default_password_nag','1'),(43345,3336,'nickname','johndaly7771950'),(43346,3336,'first_name',''),(43347,3336,'last_name',''),(43348,3336,'description',''),(43349,3336,'rich_editing','true'),(43350,3336,'syntax_highlighting','true'),(43351,3336,'comment_shortcuts','false'),(43352,3336,'admin_color','fresh'),(43353,3336,'use_ssl','0'),(43354,3336,'show_admin_bar_front','true'),(43355,3336,'locale',''),(43356,3336,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43357,3336,'wp_user_level','0'),(43358,3336,'default_password_nag','1'),(43359,3337,'nickname','clk5571966'),(43360,3337,'first_name',''),(43361,3337,'last_name',''),(43362,3337,'description',''),(43363,3337,'rich_editing','true'),(43364,3337,'syntax_highlighting','true'),(43365,3337,'comment_shortcuts','false'),(43366,3337,'admin_color','fresh'),(43367,3337,'use_ssl','0'),(43368,3337,'show_admin_bar_front','true'),(43369,3337,'locale',''),(43370,3337,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43371,3337,'wp_user_level','0'),(43372,3337,'default_password_nag','1'),(43373,3338,'nickname','emgug1972'),(43374,3338,'first_name',''),(43375,3338,'last_name',''),(43376,3338,'description',''),(43377,3338,'rich_editing','true'),(43378,3338,'syntax_highlighting','true'),(43379,3338,'comment_shortcuts','false'),(43380,3338,'admin_color','fresh'),(43381,3338,'use_ssl','0'),(43382,3338,'show_admin_bar_front','true'),(43383,3338,'locale',''),(43384,3338,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43385,3338,'wp_user_level','0'),(43386,3338,'default_password_nag','1'),(43387,3339,'nickname','karenkmneal1963'),(43388,3339,'first_name',''),(43389,3339,'last_name',''),(43390,3339,'description',''),(43391,3339,'rich_editing','true'),(43392,3339,'syntax_highlighting','true'),(43393,3339,'comment_shortcuts','false'),(43394,3339,'admin_color','fresh'),(43395,3339,'use_ssl','0'),(43396,3339,'show_admin_bar_front','true'),(43397,3339,'locale',''),(43398,3339,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43399,3339,'wp_user_level','0'),(43400,3339,'default_password_nag','1'),(43401,3340,'nickname','ncgardenhire1957'),(43402,3340,'first_name',''),(43403,3340,'last_name',''),(43404,3340,'description',''),(43405,3340,'rich_editing','true'),(43406,3340,'syntax_highlighting','true'),(43407,3340,'comment_shortcuts','false'),(43408,3340,'admin_color','fresh'),(43409,3340,'use_ssl','0'),(43410,3340,'show_admin_bar_front','true'),(43411,3340,'locale',''),(43412,3340,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43413,3340,'wp_user_level','0'),(43414,3340,'default_password_nag','1'),(43415,3341,'nickname','daniels_sc2005'),(43416,3341,'first_name',''),(43417,3341,'last_name',''),(43418,3341,'description',''),(43419,3341,'rich_editing','true'),(43420,3341,'syntax_highlighting','true'),(43421,3341,'comment_shortcuts','false'),(43422,3341,'admin_color','fresh'),(43423,3341,'use_ssl','0'),(43424,3341,'show_admin_bar_front','true'),(43425,3341,'locale',''),(43426,3341,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43427,3341,'wp_user_level','0'),(43428,3341,'default_password_nag','1'),(43429,3342,'nickname','rhonda_mitchell611989'),(43430,3342,'first_name',''),(43431,3342,'last_name',''),(43432,3342,'description',''),(43433,3342,'rich_editing','true'),(43434,3342,'syntax_highlighting','true'),(43435,3342,'comment_shortcuts','false'),(43436,3342,'admin_color','fresh'),(43437,3342,'use_ssl','0'),(43438,3342,'show_admin_bar_front','true'),(43439,3342,'locale',''),(43440,3342,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43441,3342,'wp_user_level','0'),(43442,3342,'default_password_nag','1'),(43443,3343,'nickname','dbrown4301973'),(43444,3343,'first_name',''),(43445,3343,'last_name',''),(43446,3343,'description',''),(43447,3343,'rich_editing','true'),(43448,3343,'syntax_highlighting','true'),(43449,3343,'comment_shortcuts','false'),(43450,3343,'admin_color','fresh'),(43451,3343,'use_ssl','0'),(43452,3343,'show_admin_bar_front','true'),(43453,3343,'locale',''),(43454,3343,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43455,3343,'wp_user_level','0'),(43456,3343,'default_password_nag','1'),(43457,3344,'nickname','customspasdirect2006'),(43458,3344,'first_name',''),(43459,3344,'last_name',''),(43460,3344,'description',''),(43461,3344,'rich_editing','true'),(43462,3344,'syntax_highlighting','true'),(43463,3344,'comment_shortcuts','false'),(43464,3344,'admin_color','fresh'),(43465,3344,'use_ssl','0'),(43466,3344,'show_admin_bar_front','true'),(43467,3344,'locale',''),(43468,3344,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43469,3344,'wp_user_level','0'),(43470,3344,'default_password_nag','1'),(43471,3345,'nickname','tarashort1988'),(43472,3345,'first_name',''),(43473,3345,'last_name',''),(43474,3345,'description',''),(43475,3345,'rich_editing','true'),(43476,3345,'syntax_highlighting','true'),(43477,3345,'comment_shortcuts','false'),(43478,3345,'admin_color','fresh'),(43479,3345,'use_ssl','0'),(43480,3345,'show_admin_bar_front','true'),(43481,3345,'locale',''),(43482,3345,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43483,3345,'wp_user_level','0'),(43484,3345,'default_password_nag','1'),(43485,3346,'nickname','hollandhuskymom2008'),(43486,3346,'first_name',''),(43487,3346,'last_name',''),(43488,3346,'description',''),(43489,3346,'rich_editing','true'),(43490,3346,'syntax_highlighting','true'),(43491,3346,'comment_shortcuts','false'),(43492,3346,'admin_color','fresh'),(43493,3346,'use_ssl','0'),(43494,3346,'show_admin_bar_front','true'),(43495,3346,'locale',''),(43496,3346,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43497,3346,'wp_user_level','0'),(43498,3346,'default_password_nag','1'),(43499,3347,'nickname','lperonace1991'),(43500,3347,'first_name',''),(43501,3347,'last_name',''),(43502,3347,'description',''),(43503,3347,'rich_editing','true'),(43504,3347,'syntax_highlighting','true'),(43505,3347,'comment_shortcuts','false'),(43506,3347,'admin_color','fresh'),(43507,3347,'use_ssl','0'),(43508,3347,'show_admin_bar_front','true'),(43509,3347,'locale',''),(43510,3347,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43511,3347,'wp_user_level','0'),(43512,3347,'default_password_nag','1'),(43513,3348,'nickname','karisaiah1978'),(43514,3348,'first_name',''),(43515,3348,'last_name',''),(43516,3348,'description',''),(43517,3348,'rich_editing','true'),(43518,3348,'syntax_highlighting','true'),(43519,3348,'comment_shortcuts','false'),(43520,3348,'admin_color','fresh'),(43521,3348,'use_ssl','0'),(43522,3348,'show_admin_bar_front','true'),(43523,3348,'locale',''),(43524,3348,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43525,3348,'wp_user_level','0'),(43526,3348,'default_password_nag','1'),(43527,3349,'nickname','alex2001'),(43528,3349,'first_name',''),(43529,3349,'last_name',''),(43530,3349,'description',''),(43531,3349,'rich_editing','true'),(43532,3349,'syntax_highlighting','true'),(43533,3349,'comment_shortcuts','false'),(43534,3349,'admin_color','fresh'),(43535,3349,'use_ssl','0'),(43536,3349,'show_admin_bar_front','true'),(43537,3349,'locale',''),(43538,3349,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43539,3349,'wp_user_level','0'),(43540,3349,'default_password_nag','1'),(43541,3350,'nickname','zanepurcell1984'),(43542,3350,'first_name',''),(43543,3350,'last_name',''),(43544,3350,'description',''),(43545,3350,'rich_editing','true'),(43546,3350,'syntax_highlighting','true'),(43547,3350,'comment_shortcuts','false'),(43548,3350,'admin_color','fresh'),(43549,3350,'use_ssl','0'),(43550,3350,'show_admin_bar_front','true'),(43551,3350,'locale',''),(43552,3350,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43553,3350,'wp_user_level','0'),(43554,3350,'default_password_nag','1'),(43555,3351,'nickname','craigt32007'),(43556,3351,'first_name',''),(43557,3351,'last_name',''),(43558,3351,'description',''),(43559,3351,'rich_editing','true'),(43560,3351,'syntax_highlighting','true'),(43561,3351,'comment_shortcuts','false'),(43562,3351,'admin_color','fresh'),(43563,3351,'use_ssl','0'),(43564,3351,'show_admin_bar_front','true'),(43565,3351,'locale',''),(43566,3351,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43567,3351,'wp_user_level','0'),(43568,3351,'default_password_nag','1'),(43569,3352,'nickname','zhijiangbox1980'),(43570,3352,'first_name',''),(43571,3352,'last_name',''),(43572,3352,'description',''),(43573,3352,'rich_editing','true'),(43574,3352,'syntax_highlighting','true'),(43575,3352,'comment_shortcuts','false'),(43576,3352,'admin_color','fresh'),(43577,3352,'use_ssl','0'),(43578,3352,'show_admin_bar_front','true'),(43579,3352,'locale',''),(43580,3352,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43581,3352,'wp_user_level','0'),(43582,3352,'default_password_nag','1'),(43583,3353,'nickname','jenn915061981'),(43584,3353,'first_name',''),(43585,3353,'last_name',''),(43586,3353,'description',''),(43587,3353,'rich_editing','true'),(43588,3353,'syntax_highlighting','true'),(43589,3353,'comment_shortcuts','false'),(43590,3353,'admin_color','fresh'),(43591,3353,'use_ssl','0'),(43592,3353,'show_admin_bar_front','true'),(43593,3353,'locale',''),(43594,3353,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43595,3353,'wp_user_level','0'),(43596,3353,'default_password_nag','1'),(43597,3354,'nickname','tamara.harris-brown2004'),(43598,3354,'first_name',''),(43599,3354,'last_name',''),(43600,3354,'description',''),(43601,3354,'rich_editing','true'),(43602,3354,'syntax_highlighting','true'),(43603,3354,'comment_shortcuts','false'),(43604,3354,'admin_color','fresh'),(43605,3354,'use_ssl','0'),(43606,3354,'show_admin_bar_front','true'),(43607,3354,'locale',''),(43608,3354,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43609,3354,'wp_user_level','0'),(43610,3354,'default_password_nag','1'),(43611,3355,'nickname','taylorindustrial1973'),(43612,3355,'first_name',''),(43613,3355,'last_name',''),(43614,3355,'description',''),(43615,3355,'rich_editing','true'),(43616,3355,'syntax_highlighting','true'),(43617,3355,'comment_shortcuts','false'),(43618,3355,'admin_color','fresh'),(43619,3355,'use_ssl','0'),(43620,3355,'show_admin_bar_front','true'),(43621,3355,'locale',''),(43622,3355,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43623,3355,'wp_user_level','0'),(43624,3355,'default_password_nag','1'),(43625,3356,'nickname','mreuther2005'),(43626,3356,'first_name',''),(43627,3356,'last_name',''),(43628,3356,'description',''),(43629,3356,'rich_editing','true'),(43630,3356,'syntax_highlighting','true'),(43631,3356,'comment_shortcuts','false'),(43632,3356,'admin_color','fresh'),(43633,3356,'use_ssl','0'),(43634,3356,'show_admin_bar_front','true'),(43635,3356,'locale',''),(43636,3356,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43637,3356,'wp_user_level','0'),(43638,3356,'default_password_nag','1'),(43639,3357,'nickname','laterzasergio19691983'),(43640,3357,'first_name',''),(43641,3357,'last_name',''),(43642,3357,'description',''),(43643,3357,'rich_editing','true'),(43644,3357,'syntax_highlighting','true'),(43645,3357,'comment_shortcuts','false'),(43646,3357,'admin_color','fresh'),(43647,3357,'use_ssl','0'),(43648,3357,'show_admin_bar_front','true'),(43649,3357,'locale',''),(43650,3357,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43651,3357,'wp_user_level','0'),(43652,3357,'default_password_nag','1'),(43653,3358,'nickname','nhelin2005'),(43654,3358,'first_name',''),(43655,3358,'last_name',''),(43656,3358,'description',''),(43657,3358,'rich_editing','true'),(43658,3358,'syntax_highlighting','true'),(43659,3358,'comment_shortcuts','false'),(43660,3358,'admin_color','fresh'),(43661,3358,'use_ssl','0'),(43662,3358,'show_admin_bar_front','true'),(43663,3358,'locale',''),(43664,3358,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43665,3358,'wp_user_level','0'),(43666,3358,'default_password_nag','1'),(43667,3359,'nickname','txmjp2006'),(43668,3359,'first_name',''),(43669,3359,'last_name',''),(43670,3359,'description',''),(43671,3359,'rich_editing','true'),(43672,3359,'syntax_highlighting','true'),(43673,3359,'comment_shortcuts','false'),(43674,3359,'admin_color','fresh'),(43675,3359,'use_ssl','0'),(43676,3359,'show_admin_bar_front','true'),(43677,3359,'locale',''),(43678,3359,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43679,3359,'wp_user_level','0'),(43680,3359,'default_password_nag','1'),(43681,3360,'nickname','valeriefalstad1964'),(43682,3360,'first_name',''),(43683,3360,'last_name',''),(43684,3360,'description',''),(43685,3360,'rich_editing','true'),(43686,3360,'syntax_highlighting','true'),(43687,3360,'comment_shortcuts','false'),(43688,3360,'admin_color','fresh'),(43689,3360,'use_ssl','0'),(43690,3360,'show_admin_bar_front','true'),(43691,3360,'locale',''),(43692,3360,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43693,3360,'wp_user_level','0'),(43694,3360,'default_password_nag','1'),(43695,3361,'nickname','fillykid1990'),(43696,3361,'first_name',''),(43697,3361,'last_name',''),(43698,3361,'description',''),(43699,3361,'rich_editing','true'),(43700,3361,'syntax_highlighting','true'),(43701,3361,'comment_shortcuts','false'),(43702,3361,'admin_color','fresh'),(43703,3361,'use_ssl','0'),(43704,3361,'show_admin_bar_front','true'),(43705,3361,'locale',''),(43706,3361,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43707,3361,'wp_user_level','0'),(43708,3361,'default_password_nag','1'),(43709,3362,'nickname','felixfel001973'),(43710,3362,'first_name',''),(43711,3362,'last_name',''),(43712,3362,'description',''),(43713,3362,'rich_editing','true'),(43714,3362,'syntax_highlighting','true'),(43715,3362,'comment_shortcuts','false'),(43716,3362,'admin_color','fresh'),(43717,3362,'use_ssl','0'),(43718,3362,'show_admin_bar_front','true'),(43719,3362,'locale',''),(43720,3362,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43721,3362,'wp_user_level','0'),(43722,3362,'default_password_nag','1'),(43723,3363,'nickname','jbfarnell1993'),(43724,3363,'first_name',''),(43725,3363,'last_name',''),(43726,3363,'description',''),(43727,3363,'rich_editing','true'),(43728,3363,'syntax_highlighting','true'),(43729,3363,'comment_shortcuts','false'),(43730,3363,'admin_color','fresh'),(43731,3363,'use_ssl','0'),(43732,3363,'show_admin_bar_front','true'),(43733,3363,'locale',''),(43734,3363,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43735,3363,'wp_user_level','0'),(43736,3363,'default_password_nag','1'),(43737,3364,'nickname','ziggy1wt1997'),(43738,3364,'first_name',''),(43739,3364,'last_name',''),(43740,3364,'description',''),(43741,3364,'rich_editing','true'),(43742,3364,'syntax_highlighting','true'),(43743,3364,'comment_shortcuts','false'),(43744,3364,'admin_color','fresh'),(43745,3364,'use_ssl','0'),(43746,3364,'show_admin_bar_front','true'),(43747,3364,'locale',''),(43748,3364,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43749,3364,'wp_user_level','0'),(43750,3364,'default_password_nag','1'),(43751,3365,'nickname','colin.macdiarmid1999'),(43752,3365,'first_name',''),(43753,3365,'last_name',''),(43754,3365,'description',''),(43755,3365,'rich_editing','true'),(43756,3365,'syntax_highlighting','true'),(43757,3365,'comment_shortcuts','false'),(43758,3365,'admin_color','fresh'),(43759,3365,'use_ssl','0'),(43760,3365,'show_admin_bar_front','true'),(43761,3365,'locale',''),(43762,3365,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43763,3365,'wp_user_level','0'),(43764,3365,'default_password_nag','1'),(43765,3366,'nickname','amrichardson331954'),(43766,3366,'first_name',''),(43767,3366,'last_name',''),(43768,3366,'description',''),(43769,3366,'rich_editing','true'),(43770,3366,'syntax_highlighting','true'),(43771,3366,'comment_shortcuts','false'),(43772,3366,'admin_color','fresh'),(43773,3366,'use_ssl','0'),(43774,3366,'show_admin_bar_front','true'),(43775,3366,'locale',''),(43776,3366,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43777,3366,'wp_user_level','0'),(43778,3366,'default_password_nag','1'),(43779,3367,'nickname','amandaakridge3331986'),(43780,3367,'first_name',''),(43781,3367,'last_name',''),(43782,3367,'description',''),(43783,3367,'rich_editing','true'),(43784,3367,'syntax_highlighting','true'),(43785,3367,'comment_shortcuts','false'),(43786,3367,'admin_color','fresh'),(43787,3367,'use_ssl','0'),(43788,3367,'show_admin_bar_front','true'),(43789,3367,'locale',''),(43790,3367,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43791,3367,'wp_user_level','0'),(43792,3367,'default_password_nag','1'),(43793,3368,'nickname','donnellbarber1952'),(43794,3368,'first_name',''),(43795,3368,'last_name',''),(43796,3368,'description',''),(43797,3368,'rich_editing','true'),(43798,3368,'syntax_highlighting','true'),(43799,3368,'comment_shortcuts','false'),(43800,3368,'admin_color','fresh'),(43801,3368,'use_ssl','0'),(43802,3368,'show_admin_bar_front','true'),(43803,3368,'locale',''),(43804,3368,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43805,3368,'wp_user_level','0'),(43806,3368,'default_password_nag','1'),(43807,3369,'nickname','clapp2004'),(43808,3369,'first_name',''),(43809,3369,'last_name',''),(43810,3369,'description',''),(43811,3369,'rich_editing','true'),(43812,3369,'syntax_highlighting','true'),(43813,3369,'comment_shortcuts','false'),(43814,3369,'admin_color','fresh'),(43815,3369,'use_ssl','0'),(43816,3369,'show_admin_bar_front','true'),(43817,3369,'locale',''),(43818,3369,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43819,3369,'wp_user_level','0'),(43820,3369,'default_password_nag','1'),(43821,3370,'nickname','dancollins19721982'),(43822,3370,'first_name',''),(43823,3370,'last_name',''),(43824,3370,'description',''),(43825,3370,'rich_editing','true'),(43826,3370,'syntax_highlighting','true'),(43827,3370,'comment_shortcuts','false'),(43828,3370,'admin_color','fresh'),(43829,3370,'use_ssl','0'),(43830,3370,'show_admin_bar_front','true'),(43831,3370,'locale',''),(43832,3370,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43833,3370,'wp_user_level','0'),(43834,3370,'default_password_nag','1'),(43835,3371,'nickname','dean.mitchell1971'),(43836,3371,'first_name',''),(43837,3371,'last_name',''),(43838,3371,'description',''),(43839,3371,'rich_editing','true'),(43840,3371,'syntax_highlighting','true'),(43841,3371,'comment_shortcuts','false'),(43842,3371,'admin_color','fresh'),(43843,3371,'use_ssl','0'),(43844,3371,'show_admin_bar_front','true'),(43845,3371,'locale',''),(43846,3371,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43847,3371,'wp_user_level','0'),(43848,3371,'default_password_nag','1'),(43849,3372,'nickname','dustin1407081970'),(43850,3372,'first_name',''),(43851,3372,'last_name',''),(43852,3372,'description',''),(43853,3372,'rich_editing','true'),(43854,3372,'syntax_highlighting','true'),(43855,3372,'comment_shortcuts','false'),(43856,3372,'admin_color','fresh'),(43857,3372,'use_ssl','0'),(43858,3372,'show_admin_bar_front','true'),(43859,3372,'locale',''),(43860,3372,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43861,3372,'wp_user_level','0'),(43862,3372,'default_password_nag','1'),(43863,3373,'nickname','hoaxekhongtan2001'),(43864,3373,'first_name',''),(43865,3373,'last_name',''),(43866,3373,'description',''),(43867,3373,'rich_editing','true'),(43868,3373,'syntax_highlighting','true'),(43869,3373,'comment_shortcuts','false'),(43870,3373,'admin_color','fresh'),(43871,3373,'use_ssl','0'),(43872,3373,'show_admin_bar_front','true'),(43873,3373,'locale',''),(43874,3373,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43875,3373,'wp_user_level','0'),(43876,3373,'default_password_nag','1'),(43877,3374,'nickname','diesel31781967'),(43878,3374,'first_name',''),(43879,3374,'last_name',''),(43880,3374,'description',''),(43881,3374,'rich_editing','true'),(43882,3374,'syntax_highlighting','true'),(43883,3374,'comment_shortcuts','false'),(43884,3374,'admin_color','fresh'),(43885,3374,'use_ssl','0'),(43886,3374,'show_admin_bar_front','true'),(43887,3374,'locale',''),(43888,3374,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43889,3374,'wp_user_level','0'),(43890,3374,'default_password_nag','1'),(43891,3375,'nickname','guevarav671959'),(43892,3375,'first_name',''),(43893,3375,'last_name',''),(43894,3375,'description',''),(43895,3375,'rich_editing','true'),(43896,3375,'syntax_highlighting','true'),(43897,3375,'comment_shortcuts','false'),(43898,3375,'admin_color','fresh'),(43899,3375,'use_ssl','0'),(43900,3375,'show_admin_bar_front','true'),(43901,3375,'locale',''),(43902,3375,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43903,3375,'wp_user_level','0'),(43904,3375,'default_password_nag','1'),(43905,3376,'nickname','americas1993'),(43906,3376,'first_name',''),(43907,3376,'last_name',''),(43908,3376,'description',''),(43909,3376,'rich_editing','true'),(43910,3376,'syntax_highlighting','true'),(43911,3376,'comment_shortcuts','false'),(43912,3376,'admin_color','fresh'),(43913,3376,'use_ssl','0'),(43914,3376,'show_admin_bar_front','true'),(43915,3376,'locale',''),(43916,3376,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43917,3376,'wp_user_level','0'),(43918,3376,'default_password_nag','1'),(43919,3377,'nickname','hudson631983'),(43920,3377,'first_name',''),(43921,3377,'last_name',''),(43922,3377,'description',''),(43923,3377,'rich_editing','true'),(43924,3377,'syntax_highlighting','true'),(43925,3377,'comment_shortcuts','false'),(43926,3377,'admin_color','fresh'),(43927,3377,'use_ssl','0'),(43928,3377,'show_admin_bar_front','true'),(43929,3377,'locale',''),(43930,3377,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43931,3377,'wp_user_level','0'),(43932,3377,'default_password_nag','1'),(43933,3378,'nickname','sweis781975'),(43934,3378,'first_name',''),(43935,3378,'last_name',''),(43936,3378,'description',''),(43937,3378,'rich_editing','true'),(43938,3378,'syntax_highlighting','true'),(43939,3378,'comment_shortcuts','false'),(43940,3378,'admin_color','fresh'),(43941,3378,'use_ssl','0'),(43942,3378,'show_admin_bar_front','true'),(43943,3378,'locale',''),(43944,3378,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43945,3378,'wp_user_level','0'),(43946,3378,'default_password_nag','1'),(43947,3379,'nickname','lori.tarud1970'),(43948,3379,'first_name',''),(43949,3379,'last_name',''),(43950,3379,'description',''),(43951,3379,'rich_editing','true'),(43952,3379,'syntax_highlighting','true'),(43953,3379,'comment_shortcuts','false'),(43954,3379,'admin_color','fresh'),(43955,3379,'use_ssl','0'),(43956,3379,'show_admin_bar_front','true'),(43957,3379,'locale',''),(43958,3379,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43959,3379,'wp_user_level','0'),(43960,3379,'default_password_nag','1'),(43961,3380,'nickname','ericparedes851998'),(43962,3380,'first_name',''),(43963,3380,'last_name',''),(43964,3380,'description',''),(43965,3380,'rich_editing','true'),(43966,3380,'syntax_highlighting','true'),(43967,3380,'comment_shortcuts','false'),(43968,3380,'admin_color','fresh'),(43969,3380,'use_ssl','0'),(43970,3380,'show_admin_bar_front','true'),(43971,3380,'locale',''),(43972,3380,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43973,3380,'wp_user_level','0'),(43974,3380,'default_password_nag','1'),(43975,3381,'nickname','vedahamilton1972'),(43976,3381,'first_name',''),(43977,3381,'last_name',''),(43978,3381,'description',''),(43979,3381,'rich_editing','true'),(43980,3381,'syntax_highlighting','true'),(43981,3381,'comment_shortcuts','false'),(43982,3381,'admin_color','fresh'),(43983,3381,'use_ssl','0'),(43984,3381,'show_admin_bar_front','true'),(43985,3381,'locale',''),(43986,3381,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43987,3381,'wp_user_level','0'),(43988,3381,'default_password_nag','1'),(43989,3382,'nickname','mile_high_one2001'),(43990,3382,'first_name',''),(43991,3382,'last_name',''),(43992,3382,'description',''),(43993,3382,'rich_editing','true'),(43994,3382,'syntax_highlighting','true'),(43995,3382,'comment_shortcuts','false'),(43996,3382,'admin_color','fresh'),(43997,3382,'use_ssl','0'),(43998,3382,'show_admin_bar_front','true'),(43999,3382,'locale',''),(44000,3382,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44001,3382,'wp_user_level','0'),(44002,3382,'default_password_nag','1'),(44003,3383,'nickname','tookie2251980'),(44004,3383,'first_name',''),(44005,3383,'last_name',''),(44006,3383,'description',''),(44007,3383,'rich_editing','true'),(44008,3383,'syntax_highlighting','true'),(44009,3383,'comment_shortcuts','false'),(44010,3383,'admin_color','fresh'),(44011,3383,'use_ssl','0'),(44012,3383,'show_admin_bar_front','true'),(44013,3383,'locale',''),(44014,3383,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44015,3383,'wp_user_level','0'),(44016,3383,'default_password_nag','1'),(44017,3384,'nickname','whudak20002001'),(44018,3384,'first_name',''),(44019,3384,'last_name',''),(44020,3384,'description',''),(44021,3384,'rich_editing','true'),(44022,3384,'syntax_highlighting','true'),(44023,3384,'comment_shortcuts','false'),(44024,3384,'admin_color','fresh'),(44025,3384,'use_ssl','0'),(44026,3384,'show_admin_bar_front','true'),(44027,3384,'locale',''),(44028,3384,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44029,3384,'wp_user_level','0'),(44030,3384,'default_password_nag','1'),(44031,3385,'nickname','cwayneu1976'),(44032,3385,'first_name',''),(44033,3385,'last_name',''),(44034,3385,'description',''),(44035,3385,'rich_editing','true'),(44036,3385,'syntax_highlighting','true'),(44037,3385,'comment_shortcuts','false'),(44038,3385,'admin_color','fresh'),(44039,3385,'use_ssl','0'),(44040,3385,'show_admin_bar_front','true'),(44041,3385,'locale',''),(44042,3385,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44043,3385,'wp_user_level','0'),(44044,3385,'default_password_nag','1'),(44045,3386,'nickname','nekta132010'),(44046,3386,'first_name',''),(44047,3386,'last_name',''),(44048,3386,'description',''),(44049,3386,'rich_editing','true'),(44050,3386,'syntax_highlighting','true'),(44051,3386,'comment_shortcuts','false'),(44052,3386,'admin_color','fresh'),(44053,3386,'use_ssl','0'),(44054,3386,'show_admin_bar_front','true'),(44055,3386,'locale',''),(44056,3386,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44057,3386,'wp_user_level','0'),(44058,3386,'default_password_nag','1'),(44059,3387,'nickname','mikevolpi91990'),(44060,3387,'first_name',''),(44061,3387,'last_name',''),(44062,3387,'description',''),(44063,3387,'rich_editing','true'),(44064,3387,'syntax_highlighting','true'),(44065,3387,'comment_shortcuts','false'),(44066,3387,'admin_color','fresh'),(44067,3387,'use_ssl','0'),(44068,3387,'show_admin_bar_front','true'),(44069,3387,'locale',''),(44070,3387,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44071,3387,'wp_user_level','0'),(44072,3387,'default_password_nag','1'),(44073,3388,'nickname','maryflynn6231979'),(44074,3388,'first_name',''),(44075,3388,'last_name',''),(44076,3388,'description',''),(44077,3388,'rich_editing','true'),(44078,3388,'syntax_highlighting','true'),(44079,3388,'comment_shortcuts','false'),(44080,3388,'admin_color','fresh'),(44081,3388,'use_ssl','0'),(44082,3388,'show_admin_bar_front','true'),(44083,3388,'locale',''),(44084,3388,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44085,3388,'wp_user_level','0'),(44086,3388,'default_password_nag','1'),(44087,3389,'nickname','suntenn1968'),(44088,3389,'first_name',''),(44089,3389,'last_name',''),(44090,3389,'description',''),(44091,3389,'rich_editing','true'),(44092,3389,'syntax_highlighting','true'),(44093,3389,'comment_shortcuts','false'),(44094,3389,'admin_color','fresh'),(44095,3389,'use_ssl','0'),(44096,3389,'show_admin_bar_front','true'),(44097,3389,'locale',''),(44098,3389,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44099,3389,'wp_user_level','0'),(44100,3389,'default_password_nag','1'),(44101,3390,'nickname','carriematth2009'),(44102,3390,'first_name',''),(44103,3390,'last_name',''),(44104,3390,'description',''),(44105,3390,'rich_editing','true'),(44106,3390,'syntax_highlighting','true'),(44107,3390,'comment_shortcuts','false'),(44108,3390,'admin_color','fresh'),(44109,3390,'use_ssl','0'),(44110,3390,'show_admin_bar_front','true'),(44111,3390,'locale',''),(44112,3390,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44113,3390,'wp_user_level','0'),(44114,3390,'default_password_nag','1'),(44115,3391,'nickname','mccampbell041982'),(44116,3391,'first_name',''),(44117,3391,'last_name',''),(44118,3391,'description',''),(44119,3391,'rich_editing','true'),(44120,3391,'syntax_highlighting','true'),(44121,3391,'comment_shortcuts','false'),(44122,3391,'admin_color','fresh'),(44123,3391,'use_ssl','0'),(44124,3391,'show_admin_bar_front','true'),(44125,3391,'locale',''),(44126,3391,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44127,3391,'wp_user_level','0'),(44128,3391,'default_password_nag','1'),(44129,3392,'nickname','carol1960'),(44130,3392,'first_name',''),(44131,3392,'last_name',''),(44132,3392,'description',''),(44133,3392,'rich_editing','true'),(44134,3392,'syntax_highlighting','true'),(44135,3392,'comment_shortcuts','false'),(44136,3392,'admin_color','fresh'),(44137,3392,'use_ssl','0'),(44138,3392,'show_admin_bar_front','true'),(44139,3392,'locale',''),(44140,3392,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44141,3392,'wp_user_level','0'),(44142,3392,'default_password_nag','1'),(44143,3393,'nickname','prototype_of_ntelligence1950'),(44144,3393,'first_name',''),(44145,3393,'last_name',''),(44146,3393,'description',''),(44147,3393,'rich_editing','true'),(44148,3393,'syntax_highlighting','true'),(44149,3393,'comment_shortcuts','false'),(44150,3393,'admin_color','fresh'),(44151,3393,'use_ssl','0'),(44152,3393,'show_admin_bar_front','true'),(44153,3393,'locale',''),(44154,3393,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44155,3393,'wp_user_level','0'),(44156,3393,'default_password_nag','1'),(44157,3394,'nickname','skyyyer1991'),(44158,3394,'first_name',''),(44159,3394,'last_name',''),(44160,3394,'description',''),(44161,3394,'rich_editing','true'),(44162,3394,'syntax_highlighting','true'),(44163,3394,'comment_shortcuts','false'),(44164,3394,'admin_color','fresh'),(44165,3394,'use_ssl','0'),(44166,3394,'show_admin_bar_front','true'),(44167,3394,'locale',''),(44168,3394,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44169,3394,'wp_user_level','0'),(44170,3394,'default_password_nag','1'),(44171,3395,'nickname','mike.scott1999'),(44172,3395,'first_name',''),(44173,3395,'last_name',''),(44174,3395,'description',''),(44175,3395,'rich_editing','true'),(44176,3395,'syntax_highlighting','true'),(44177,3395,'comment_shortcuts','false'),(44178,3395,'admin_color','fresh'),(44179,3395,'use_ssl','0'),(44180,3395,'show_admin_bar_front','true'),(44181,3395,'locale',''),(44182,3395,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44183,3395,'wp_user_level','0'),(44184,3395,'default_password_nag','1'),(44185,3396,'nickname','s11s222007'),(44186,3396,'first_name',''),(44187,3396,'last_name',''),(44188,3396,'description',''),(44189,3396,'rich_editing','true'),(44190,3396,'syntax_highlighting','true'),(44191,3396,'comment_shortcuts','false'),(44192,3396,'admin_color','fresh'),(44193,3396,'use_ssl','0'),(44194,3396,'show_admin_bar_front','true'),(44195,3396,'locale',''),(44196,3396,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44197,3396,'wp_user_level','0'),(44198,3396,'default_password_nag','1'),(44199,3397,'nickname','yari95coromoto2004'),(44200,3397,'first_name',''),(44201,3397,'last_name',''),(44202,3397,'description',''),(44203,3397,'rich_editing','true'),(44204,3397,'syntax_highlighting','true'),(44205,3397,'comment_shortcuts','false'),(44206,3397,'admin_color','fresh'),(44207,3397,'use_ssl','0'),(44208,3397,'show_admin_bar_front','true'),(44209,3397,'locale',''),(44210,3397,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44211,3397,'wp_user_level','0'),(44212,3397,'default_password_nag','1'),(44213,3398,'nickname','rod_27711964'),(44214,3398,'first_name',''),(44215,3398,'last_name',''),(44216,3398,'description',''),(44217,3398,'rich_editing','true'),(44218,3398,'syntax_highlighting','true'),(44219,3398,'comment_shortcuts','false'),(44220,3398,'admin_color','fresh'),(44221,3398,'use_ssl','0'),(44222,3398,'show_admin_bar_front','true'),(44223,3398,'locale',''),(44224,3398,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44225,3398,'wp_user_level','0'),(44226,3398,'default_password_nag','1'),(44227,3399,'nickname','aitthen1959'),(44228,3399,'first_name',''),(44229,3399,'last_name',''),(44230,3399,'description',''),(44231,3399,'rich_editing','true'),(44232,3399,'syntax_highlighting','true'),(44233,3399,'comment_shortcuts','false'),(44234,3399,'admin_color','fresh'),(44235,3399,'use_ssl','0'),(44236,3399,'show_admin_bar_front','true'),(44237,3399,'locale',''),(44238,3399,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44239,3399,'wp_user_level','0'),(44240,3399,'default_password_nag','1'),(44241,3400,'nickname','auctiondeal_online2010'),(44242,3400,'first_name',''),(44243,3400,'last_name',''),(44244,3400,'description',''),(44245,3400,'rich_editing','true'),(44246,3400,'syntax_highlighting','true'),(44247,3400,'comment_shortcuts','false'),(44248,3400,'admin_color','fresh'),(44249,3400,'use_ssl','0'),(44250,3400,'show_admin_bar_front','true'),(44251,3400,'locale',''),(44252,3400,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44253,3400,'wp_user_level','0'),(44254,3400,'default_password_nag','1'),(44255,3401,'nickname','cinderelli991955'),(44256,3401,'first_name',''),(44257,3401,'last_name',''),(44258,3401,'description',''),(44259,3401,'rich_editing','true'),(44260,3401,'syntax_highlighting','true'),(44261,3401,'comment_shortcuts','false'),(44262,3401,'admin_color','fresh'),(44263,3401,'use_ssl','0'),(44264,3401,'show_admin_bar_front','true'),(44265,3401,'locale',''),(44266,3401,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44267,3401,'wp_user_level','0'),(44268,3401,'default_password_nag','1'),(44269,3402,'nickname','drock.brock1968'),(44270,3402,'first_name',''),(44271,3402,'last_name',''),(44272,3402,'description',''),(44273,3402,'rich_editing','true'),(44274,3402,'syntax_highlighting','true'),(44275,3402,'comment_shortcuts','false'),(44276,3402,'admin_color','fresh'),(44277,3402,'use_ssl','0'),(44278,3402,'show_admin_bar_front','true'),(44279,3402,'locale',''),(44280,3402,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44281,3402,'wp_user_level','0'),(44282,3402,'default_password_nag','1'),(44283,3403,'nickname','mary1954'),(44284,3403,'first_name',''),(44285,3403,'last_name',''),(44286,3403,'description',''),(44287,3403,'rich_editing','true'),(44288,3403,'syntax_highlighting','true'),(44289,3403,'comment_shortcuts','false'),(44290,3403,'admin_color','fresh'),(44291,3403,'use_ssl','0'),(44292,3403,'show_admin_bar_front','true'),(44293,3403,'locale',''),(44294,3403,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44295,3403,'wp_user_level','0'),(44296,3403,'default_password_nag','1'),(44297,3404,'nickname','stephanienicole241991'),(44298,3404,'first_name',''),(44299,3404,'last_name',''),(44300,3404,'description',''),(44301,3404,'rich_editing','true'),(44302,3404,'syntax_highlighting','true'),(44303,3404,'comment_shortcuts','false'),(44304,3404,'admin_color','fresh'),(44305,3404,'use_ssl','0'),(44306,3404,'show_admin_bar_front','true'),(44307,3404,'locale',''),(44308,3404,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44309,3404,'wp_user_level','0'),(44310,3404,'default_password_nag','1'),(44311,3405,'nickname','agsrealtor1981'),(44312,3405,'first_name',''),(44313,3405,'last_name',''),(44314,3405,'description',''),(44315,3405,'rich_editing','true'),(44316,3405,'syntax_highlighting','true'),(44317,3405,'comment_shortcuts','false'),(44318,3405,'admin_color','fresh'),(44319,3405,'use_ssl','0'),(44320,3405,'show_admin_bar_front','true'),(44321,3405,'locale',''),(44322,3405,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44323,3405,'wp_user_level','0'),(44324,3405,'default_password_nag','1'),(44325,3406,'nickname','maria.beinarowitz831969'),(44326,3406,'first_name',''),(44327,3406,'last_name',''),(44328,3406,'description',''),(44329,3406,'rich_editing','true'),(44330,3406,'syntax_highlighting','true'),(44331,3406,'comment_shortcuts','false'),(44332,3406,'admin_color','fresh'),(44333,3406,'use_ssl','0'),(44334,3406,'show_admin_bar_front','true'),(44335,3406,'locale',''),(44336,3406,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44337,3406,'wp_user_level','0'),(44338,3406,'default_password_nag','1'),(44339,3407,'nickname','hcrogers641976'),(44340,3407,'first_name',''),(44341,3407,'last_name',''),(44342,3407,'description',''),(44343,3407,'rich_editing','true'),(44344,3407,'syntax_highlighting','true'),(44345,3407,'comment_shortcuts','false'),(44346,3407,'admin_color','fresh'),(44347,3407,'use_ssl','0'),(44348,3407,'show_admin_bar_front','true'),(44349,3407,'locale',''),(44350,3407,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44351,3407,'wp_user_level','0'),(44352,3407,'default_password_nag','1'),(44353,3408,'nickname','arnimg2004'),(44354,3408,'first_name',''),(44355,3408,'last_name',''),(44356,3408,'description',''),(44357,3408,'rich_editing','true'),(44358,3408,'syntax_highlighting','true'),(44359,3408,'comment_shortcuts','false'),(44360,3408,'admin_color','fresh'),(44361,3408,'use_ssl','0'),(44362,3408,'show_admin_bar_front','true'),(44363,3408,'locale',''),(44364,3408,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44365,3408,'wp_user_level','0'),(44366,3408,'default_password_nag','1'),(44367,3409,'nickname','c.imbruglia1963'),(44368,3409,'first_name',''),(44369,3409,'last_name',''),(44370,3409,'description',''),(44371,3409,'rich_editing','true'),(44372,3409,'syntax_highlighting','true'),(44373,3409,'comment_shortcuts','false'),(44374,3409,'admin_color','fresh'),(44375,3409,'use_ssl','0'),(44376,3409,'show_admin_bar_front','true'),(44377,3409,'locale',''),(44378,3409,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44379,3409,'wp_user_level','0'),(44380,3409,'default_password_nag','1'),(44381,3410,'nickname','leishamcpherson1994'),(44382,3410,'first_name',''),(44383,3410,'last_name',''),(44384,3410,'description',''),(44385,3410,'rich_editing','true'),(44386,3410,'syntax_highlighting','true'),(44387,3410,'comment_shortcuts','false'),(44388,3410,'admin_color','fresh'),(44389,3410,'use_ssl','0'),(44390,3410,'show_admin_bar_front','true'),(44391,3410,'locale',''),(44392,3410,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44393,3410,'wp_user_level','0'),(44394,3410,'default_password_nag','1'),(44395,3411,'nickname','amrandles1994'),(44396,3411,'first_name',''),(44397,3411,'last_name',''),(44398,3411,'description',''),(44399,3411,'rich_editing','true'),(44400,3411,'syntax_highlighting','true'),(44401,3411,'comment_shortcuts','false'),(44402,3411,'admin_color','fresh'),(44403,3411,'use_ssl','0'),(44404,3411,'show_admin_bar_front','true'),(44405,3411,'locale',''),(44406,3411,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44407,3411,'wp_user_level','0'),(44408,3411,'default_password_nag','1'),(44409,3412,'nickname','andy.foran1950'),(44410,3412,'first_name',''),(44411,3412,'last_name',''),(44412,3412,'description',''),(44413,3412,'rich_editing','true'),(44414,3412,'syntax_highlighting','true'),(44415,3412,'comment_shortcuts','false'),(44416,3412,'admin_color','fresh'),(44417,3412,'use_ssl','0'),(44418,3412,'show_admin_bar_front','true'),(44419,3412,'locale',''),(44420,3412,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44421,3412,'wp_user_level','0'),(44422,3412,'default_password_nag','1'),(44423,3413,'nickname','ase12161988'),(44424,3413,'first_name',''),(44425,3413,'last_name',''),(44426,3413,'description',''),(44427,3413,'rich_editing','true'),(44428,3413,'syntax_highlighting','true'),(44429,3413,'comment_shortcuts','false'),(44430,3413,'admin_color','fresh'),(44431,3413,'use_ssl','0'),(44432,3413,'show_admin_bar_front','true'),(44433,3413,'locale',''),(44434,3413,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44435,3413,'wp_user_level','0'),(44436,3413,'default_password_nag','1'),(44437,3414,'nickname','rjbaggett21951'),(44438,3414,'first_name',''),(44439,3414,'last_name',''),(44440,3414,'description',''),(44441,3414,'rich_editing','true'),(44442,3414,'syntax_highlighting','true'),(44443,3414,'comment_shortcuts','false'),(44444,3414,'admin_color','fresh'),(44445,3414,'use_ssl','0'),(44446,3414,'show_admin_bar_front','true'),(44447,3414,'locale',''),(44448,3414,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44449,3414,'wp_user_level','0'),(44450,3414,'default_password_nag','1'),(44451,3415,'nickname','jeshawoods1958'),(44452,3415,'first_name',''),(44453,3415,'last_name',''),(44454,3415,'description',''),(44455,3415,'rich_editing','true'),(44456,3415,'syntax_highlighting','true'),(44457,3415,'comment_shortcuts','false'),(44458,3415,'admin_color','fresh'),(44459,3415,'use_ssl','0'),(44460,3415,'show_admin_bar_front','true'),(44461,3415,'locale',''),(44462,3415,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44463,3415,'wp_user_level','0'),(44464,3415,'default_password_nag','1'),(44465,3416,'nickname','myjester21121968'),(44466,3416,'first_name',''),(44467,3416,'last_name',''),(44468,3416,'description',''),(44469,3416,'rich_editing','true'),(44470,3416,'syntax_highlighting','true'),(44471,3416,'comment_shortcuts','false'),(44472,3416,'admin_color','fresh'),(44473,3416,'use_ssl','0'),(44474,3416,'show_admin_bar_front','true'),(44475,3416,'locale',''),(44476,3416,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44477,3416,'wp_user_level','0'),(44478,3416,'default_password_nag','1'),(44479,3417,'nickname','spoiledxox1431960'),(44480,3417,'first_name',''),(44481,3417,'last_name',''),(44482,3417,'description',''),(44483,3417,'rich_editing','true'),(44484,3417,'syntax_highlighting','true'),(44485,3417,'comment_shortcuts','false'),(44486,3417,'admin_color','fresh'),(44487,3417,'use_ssl','0'),(44488,3417,'show_admin_bar_front','true'),(44489,3417,'locale',''),(44490,3417,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44491,3417,'wp_user_level','0'),(44492,3417,'default_password_nag','1'),(44493,3418,'nickname','dawnkolaskey1986'),(44494,3418,'first_name',''),(44495,3418,'last_name',''),(44496,3418,'description',''),(44497,3418,'rich_editing','true'),(44498,3418,'syntax_highlighting','true'),(44499,3418,'comment_shortcuts','false'),(44500,3418,'admin_color','fresh'),(44501,3418,'use_ssl','0'),(44502,3418,'show_admin_bar_front','true'),(44503,3418,'locale',''),(44504,3418,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44505,3418,'wp_user_level','0'),(44506,3418,'default_password_nag','1'),(44507,3419,'nickname','johnny.jc1951'),(44508,3419,'first_name',''),(44509,3419,'last_name',''),(44510,3419,'description',''),(44511,3419,'rich_editing','true'),(44512,3419,'syntax_highlighting','true'),(44513,3419,'comment_shortcuts','false'),(44514,3419,'admin_color','fresh'),(44515,3419,'use_ssl','0'),(44516,3419,'show_admin_bar_front','true'),(44517,3419,'locale',''),(44518,3419,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44519,3419,'wp_user_level','0'),(44520,3419,'default_password_nag','1'),(44521,3420,'nickname','treblec21811982'),(44522,3420,'first_name',''),(44523,3420,'last_name',''),(44524,3420,'description',''),(44525,3420,'rich_editing','true'),(44526,3420,'syntax_highlighting','true'),(44527,3420,'comment_shortcuts','false'),(44528,3420,'admin_color','fresh'),(44529,3420,'use_ssl','0'),(44530,3420,'show_admin_bar_front','true'),(44531,3420,'locale',''),(44532,3420,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44533,3420,'wp_user_level','0'),(44534,3420,'default_password_nag','1'),(44535,3421,'nickname','theresa.maness1971'),(44536,3421,'first_name',''),(44537,3421,'last_name',''),(44538,3421,'description',''),(44539,3421,'rich_editing','true'),(44540,3421,'syntax_highlighting','true'),(44541,3421,'comment_shortcuts','false'),(44542,3421,'admin_color','fresh'),(44543,3421,'use_ssl','0'),(44544,3421,'show_admin_bar_front','true'),(44545,3421,'locale',''),(44546,3421,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44547,3421,'wp_user_level','0'),(44548,3421,'default_password_nag','1'),(44549,3422,'nickname','gafourthscv1970'),(44550,3422,'first_name',''),(44551,3422,'last_name',''),(44552,3422,'description',''),(44553,3422,'rich_editing','true'),(44554,3422,'syntax_highlighting','true'),(44555,3422,'comment_shortcuts','false'),(44556,3422,'admin_color','fresh'),(44557,3422,'use_ssl','0'),(44558,3422,'show_admin_bar_front','true'),(44559,3422,'locale',''),(44560,3422,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44561,3422,'wp_user_level','0'),(44562,3422,'default_password_nag','1'),(44563,3423,'nickname','lenaundfalk1997'),(44564,3423,'first_name',''),(44565,3423,'last_name',''),(44566,3423,'description',''),(44567,3423,'rich_editing','true'),(44568,3423,'syntax_highlighting','true'),(44569,3423,'comment_shortcuts','false'),(44570,3423,'admin_color','fresh'),(44571,3423,'use_ssl','0'),(44572,3423,'show_admin_bar_front','true'),(44573,3423,'locale',''),(44574,3423,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44575,3423,'wp_user_level','0'),(44576,3423,'default_password_nag','1'),(44577,3424,'nickname','holly.kuchera2002'),(44578,3424,'first_name',''),(44579,3424,'last_name',''),(44580,3424,'description',''),(44581,3424,'rich_editing','true'),(44582,3424,'syntax_highlighting','true'),(44583,3424,'comment_shortcuts','false'),(44584,3424,'admin_color','fresh'),(44585,3424,'use_ssl','0'),(44586,3424,'show_admin_bar_front','true'),(44587,3424,'locale',''),(44588,3424,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44589,3424,'wp_user_level','0'),(44590,3424,'default_password_nag','1'),(44591,3425,'nickname','heathernoonan991965'),(44592,3425,'first_name',''),(44593,3425,'last_name',''),(44594,3425,'description',''),(44595,3425,'rich_editing','true'),(44596,3425,'syntax_highlighting','true'),(44597,3425,'comment_shortcuts','false'),(44598,3425,'admin_color','fresh'),(44599,3425,'use_ssl','0'),(44600,3425,'show_admin_bar_front','true'),(44601,3425,'locale',''),(44602,3425,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44603,3425,'wp_user_level','0'),(44604,3425,'default_password_nag','1'),(44605,3426,'nickname','unghee_hong1974'),(44606,3426,'first_name',''),(44607,3426,'last_name',''),(44608,3426,'description',''),(44609,3426,'rich_editing','true'),(44610,3426,'syntax_highlighting','true'),(44611,3426,'comment_shortcuts','false'),(44612,3426,'admin_color','fresh'),(44613,3426,'use_ssl','0'),(44614,3426,'show_admin_bar_front','true'),(44615,3426,'locale',''),(44616,3426,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44617,3426,'wp_user_level','0'),(44618,3426,'default_password_nag','1'),(44619,3427,'nickname','tnamal2001'),(44620,3427,'first_name',''),(44621,3427,'last_name',''),(44622,3427,'description',''),(44623,3427,'rich_editing','true'),(44624,3427,'syntax_highlighting','true'),(44625,3427,'comment_shortcuts','false'),(44626,3427,'admin_color','fresh'),(44627,3427,'use_ssl','0'),(44628,3427,'show_admin_bar_front','true'),(44629,3427,'locale',''),(44630,3427,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44631,3427,'wp_user_level','0'),(44632,3427,'default_password_nag','1'),(44633,3428,'nickname','irngampel1983'),(44634,3428,'first_name',''),(44635,3428,'last_name',''),(44636,3428,'description',''),(44637,3428,'rich_editing','true'),(44638,3428,'syntax_highlighting','true'),(44639,3428,'comment_shortcuts','false'),(44640,3428,'admin_color','fresh'),(44641,3428,'use_ssl','0'),(44642,3428,'show_admin_bar_front','true'),(44643,3428,'locale',''),(44644,3428,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44645,3428,'wp_user_level','0'),(44646,3428,'default_password_nag','1'),(44647,3429,'nickname','ginaetruex1997'),(44648,3429,'first_name',''),(44649,3429,'last_name',''),(44650,3429,'description',''),(44651,3429,'rich_editing','true'),(44652,3429,'syntax_highlighting','true'),(44653,3429,'comment_shortcuts','false'),(44654,3429,'admin_color','fresh'),(44655,3429,'use_ssl','0'),(44656,3429,'show_admin_bar_front','true'),(44657,3429,'locale',''),(44658,3429,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44659,3429,'wp_user_level','0'),(44660,3429,'default_password_nag','1'),(44661,3430,'nickname','mblonder2007'),(44662,3430,'first_name',''),(44663,3430,'last_name',''),(44664,3430,'description',''),(44665,3430,'rich_editing','true'),(44666,3430,'syntax_highlighting','true'),(44667,3430,'comment_shortcuts','false'),(44668,3430,'admin_color','fresh'),(44669,3430,'use_ssl','0'),(44670,3430,'show_admin_bar_front','true'),(44671,3430,'locale',''),(44672,3430,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44673,3430,'wp_user_level','0'),(44674,3430,'default_password_nag','1'),(44675,3431,'nickname','cyork1967'),(44676,3431,'first_name',''),(44677,3431,'last_name',''),(44678,3431,'description',''),(44679,3431,'rich_editing','true'),(44680,3431,'syntax_highlighting','true'),(44681,3431,'comment_shortcuts','false'),(44682,3431,'admin_color','fresh'),(44683,3431,'use_ssl','0'),(44684,3431,'show_admin_bar_front','true'),(44685,3431,'locale',''),(44686,3431,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44687,3431,'wp_user_level','0'),(44688,3431,'default_password_nag','1'),(44689,3432,'nickname','jhlee2009'),(44690,3432,'first_name',''),(44691,3432,'last_name',''),(44692,3432,'description',''),(44693,3432,'rich_editing','true'),(44694,3432,'syntax_highlighting','true'),(44695,3432,'comment_shortcuts','false'),(44696,3432,'admin_color','fresh'),(44697,3432,'use_ssl','0'),(44698,3432,'show_admin_bar_front','true'),(44699,3432,'locale',''),(44700,3432,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44701,3432,'wp_user_level','0'),(44702,3432,'default_password_nag','1'),(44703,3433,'nickname','karenkss1982'),(44704,3433,'first_name',''),(44705,3433,'last_name',''),(44706,3433,'description',''),(44707,3433,'rich_editing','true'),(44708,3433,'syntax_highlighting','true'),(44709,3433,'comment_shortcuts','false'),(44710,3433,'admin_color','fresh'),(44711,3433,'use_ssl','0'),(44712,3433,'show_admin_bar_front','true'),(44713,3433,'locale',''),(44714,3433,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44715,3433,'wp_user_level','0'),(44716,3433,'default_password_nag','1'),(44717,3434,'nickname','paulaloewer1954'),(44718,3434,'first_name',''),(44719,3434,'last_name',''),(44720,3434,'description',''),(44721,3434,'rich_editing','true'),(44722,3434,'syntax_highlighting','true'),(44723,3434,'comment_shortcuts','false'),(44724,3434,'admin_color','fresh'),(44725,3434,'use_ssl','0'),(44726,3434,'show_admin_bar_front','true'),(44727,3434,'locale',''),(44728,3434,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44729,3434,'wp_user_level','0'),(44730,3434,'default_password_nag','1'),(44731,3435,'nickname','tvincent21962006'),(44732,3435,'first_name',''),(44733,3435,'last_name',''),(44734,3435,'description',''),(44735,3435,'rich_editing','true'),(44736,3435,'syntax_highlighting','true'),(44737,3435,'comment_shortcuts','false'),(44738,3435,'admin_color','fresh'),(44739,3435,'use_ssl','0'),(44740,3435,'show_admin_bar_front','true'),(44741,3435,'locale',''),(44742,3435,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44743,3435,'wp_user_level','0'),(44744,3435,'default_password_nag','1'),(44745,3436,'nickname','yuukixkoi1977'),(44746,3436,'first_name',''),(44747,3436,'last_name',''),(44748,3436,'description',''),(44749,3436,'rich_editing','true'),(44750,3436,'syntax_highlighting','true'),(44751,3436,'comment_shortcuts','false'),(44752,3436,'admin_color','fresh'),(44753,3436,'use_ssl','0'),(44754,3436,'show_admin_bar_front','true'),(44755,3436,'locale',''),(44756,3436,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44757,3436,'wp_user_level','0'),(44758,3436,'default_password_nag','1'),(44759,3437,'nickname','mmoldrem1983'),(44760,3437,'first_name',''),(44761,3437,'last_name',''),(44762,3437,'description',''),(44763,3437,'rich_editing','true'),(44764,3437,'syntax_highlighting','true'),(44765,3437,'comment_shortcuts','false'),(44766,3437,'admin_color','fresh'),(44767,3437,'use_ssl','0'),(44768,3437,'show_admin_bar_front','true'),(44769,3437,'locale',''),(44770,3437,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44771,3437,'wp_user_level','0'),(44772,3437,'default_password_nag','1'),(44773,3438,'nickname','kevindavidson091996'),(44774,3438,'first_name',''),(44775,3438,'last_name',''),(44776,3438,'description',''),(44777,3438,'rich_editing','true'),(44778,3438,'syntax_highlighting','true'),(44779,3438,'comment_shortcuts','false'),(44780,3438,'admin_color','fresh'),(44781,3438,'use_ssl','0'),(44782,3438,'show_admin_bar_front','true'),(44783,3438,'locale',''),(44784,3438,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44785,3438,'wp_user_level','0'),(44786,3438,'default_password_nag','1'),(44787,3439,'nickname','tshirtninjazach1991'),(44788,3439,'first_name',''),(44789,3439,'last_name',''),(44790,3439,'description',''),(44791,3439,'rich_editing','true'),(44792,3439,'syntax_highlighting','true'),(44793,3439,'comment_shortcuts','false'),(44794,3439,'admin_color','fresh'),(44795,3439,'use_ssl','0'),(44796,3439,'show_admin_bar_front','true'),(44797,3439,'locale',''),(44798,3439,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44799,3439,'wp_user_level','0'),(44800,3439,'default_password_nag','1'),(44801,3440,'nickname','kjabby1961'),(44802,3440,'first_name',''),(44803,3440,'last_name',''),(44804,3440,'description',''),(44805,3440,'rich_editing','true'),(44806,3440,'syntax_highlighting','true'),(44807,3440,'comment_shortcuts','false'),(44808,3440,'admin_color','fresh'),(44809,3440,'use_ssl','0'),(44810,3440,'show_admin_bar_front','true'),(44811,3440,'locale',''),(44812,3440,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44813,3440,'wp_user_level','0'),(44814,3440,'default_password_nag','1'),(44815,3441,'nickname','jfserrao1970'),(44816,3441,'first_name',''),(44817,3441,'last_name',''),(44818,3441,'description',''),(44819,3441,'rich_editing','true'),(44820,3441,'syntax_highlighting','true'),(44821,3441,'comment_shortcuts','false'),(44822,3441,'admin_color','fresh'),(44823,3441,'use_ssl','0'),(44824,3441,'show_admin_bar_front','true'),(44825,3441,'locale',''),(44826,3441,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44827,3441,'wp_user_level','0'),(44828,3441,'default_password_nag','1'),(44829,3442,'nickname','reneesking2007'),(44830,3442,'first_name',''),(44831,3442,'last_name',''),(44832,3442,'description',''),(44833,3442,'rich_editing','true'),(44834,3442,'syntax_highlighting','true'),(44835,3442,'comment_shortcuts','false'),(44836,3442,'admin_color','fresh'),(44837,3442,'use_ssl','0'),(44838,3442,'show_admin_bar_front','true'),(44839,3442,'locale',''),(44840,3442,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44841,3442,'wp_user_level','0'),(44842,3442,'default_password_nag','1'),(44843,3443,'nickname','cmahan11974'),(44844,3443,'first_name',''),(44845,3443,'last_name',''),(44846,3443,'description',''),(44847,3443,'rich_editing','true'),(44848,3443,'syntax_highlighting','true'),(44849,3443,'comment_shortcuts','false'),(44850,3443,'admin_color','fresh'),(44851,3443,'use_ssl','0'),(44852,3443,'show_admin_bar_front','true'),(44853,3443,'locale',''),(44854,3443,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44855,3443,'wp_user_level','0'),(44856,3443,'default_password_nag','1'),(44857,3444,'nickname','bobrogers331956'),(44858,3444,'first_name',''),(44859,3444,'last_name',''),(44860,3444,'description',''),(44861,3444,'rich_editing','true'),(44862,3444,'syntax_highlighting','true'),(44863,3444,'comment_shortcuts','false'),(44864,3444,'admin_color','fresh'),(44865,3444,'use_ssl','0'),(44866,3444,'show_admin_bar_front','true'),(44867,3444,'locale',''),(44868,3444,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44869,3444,'wp_user_level','0'),(44870,3444,'default_password_nag','1'),(44871,3445,'nickname','hbfredrick1950'),(44872,3445,'first_name',''),(44873,3445,'last_name',''),(44874,3445,'description',''),(44875,3445,'rich_editing','true'),(44876,3445,'syntax_highlighting','true'),(44877,3445,'comment_shortcuts','false'),(44878,3445,'admin_color','fresh'),(44879,3445,'use_ssl','0'),(44880,3445,'show_admin_bar_front','true'),(44881,3445,'locale',''),(44882,3445,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44883,3445,'wp_user_level','0'),(44884,3445,'default_password_nag','1'),(44885,3446,'nickname','brookepettry1981'),(44886,3446,'first_name',''),(44887,3446,'last_name',''),(44888,3446,'description',''),(44889,3446,'rich_editing','true'),(44890,3446,'syntax_highlighting','true'),(44891,3446,'comment_shortcuts','false'),(44892,3446,'admin_color','fresh'),(44893,3446,'use_ssl','0'),(44894,3446,'show_admin_bar_front','true'),(44895,3446,'locale',''),(44896,3446,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44897,3446,'wp_user_level','0'),(44898,3446,'default_password_nag','1'),(44899,3447,'nickname','saithi1974'),(44900,3447,'first_name',''),(44901,3447,'last_name',''),(44902,3447,'description',''),(44903,3447,'rich_editing','true'),(44904,3447,'syntax_highlighting','true'),(44905,3447,'comment_shortcuts','false'),(44906,3447,'admin_color','fresh'),(44907,3447,'use_ssl','0'),(44908,3447,'show_admin_bar_front','true'),(44909,3447,'locale',''),(44910,3447,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44911,3447,'wp_user_level','0'),(44912,3447,'default_password_nag','1'),(44913,3448,'nickname','kam2000'),(44914,3448,'first_name',''),(44915,3448,'last_name',''),(44916,3448,'description',''),(44917,3448,'rich_editing','true'),(44918,3448,'syntax_highlighting','true'),(44919,3448,'comment_shortcuts','false'),(44920,3448,'admin_color','fresh'),(44921,3448,'use_ssl','0'),(44922,3448,'show_admin_bar_front','true'),(44923,3448,'locale',''),(44924,3448,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44925,3448,'wp_user_level','0'),(44926,3448,'default_password_nag','1'),(44927,3449,'nickname','jewa941974'),(44928,3449,'first_name',''),(44929,3449,'last_name',''),(44930,3449,'description',''),(44931,3449,'rich_editing','true'),(44932,3449,'syntax_highlighting','true'),(44933,3449,'comment_shortcuts','false'),(44934,3449,'admin_color','fresh'),(44935,3449,'use_ssl','0'),(44936,3449,'show_admin_bar_front','true'),(44937,3449,'locale',''),(44938,3449,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44939,3449,'wp_user_level','0'),(44940,3449,'default_password_nag','1'),(44941,3450,'nickname','jlpesqueira1969'),(44942,3450,'first_name',''),(44943,3450,'last_name',''),(44944,3450,'description',''),(44945,3450,'rich_editing','true'),(44946,3450,'syntax_highlighting','true'),(44947,3450,'comment_shortcuts','false'),(44948,3450,'admin_color','fresh'),(44949,3450,'use_ssl','0'),(44950,3450,'show_admin_bar_front','true'),(44951,3450,'locale',''),(44952,3450,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44953,3450,'wp_user_level','0'),(44954,3450,'default_password_nag','1'),(44955,3451,'nickname','polkoski21958'),(44956,3451,'first_name',''),(44957,3451,'last_name',''),(44958,3451,'description',''),(44959,3451,'rich_editing','true'),(44960,3451,'syntax_highlighting','true'),(44961,3451,'comment_shortcuts','false'),(44962,3451,'admin_color','fresh'),(44963,3451,'use_ssl','0'),(44964,3451,'show_admin_bar_front','true'),(44965,3451,'locale',''),(44966,3451,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44967,3451,'wp_user_level','0'),(44968,3451,'default_password_nag','1'),(44969,3452,'nickname','christian1989'),(44970,3452,'first_name',''),(44971,3452,'last_name',''),(44972,3452,'description',''),(44973,3452,'rich_editing','true'),(44974,3452,'syntax_highlighting','true'),(44975,3452,'comment_shortcuts','false'),(44976,3452,'admin_color','fresh'),(44977,3452,'use_ssl','0'),(44978,3452,'show_admin_bar_front','true'),(44979,3452,'locale',''),(44980,3452,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44981,3452,'wp_user_level','0'),(44982,3452,'default_password_nag','1'),(44983,3453,'nickname','virga.wallace1987'),(44984,3453,'first_name',''),(44985,3453,'last_name',''),(44986,3453,'description',''),(44987,3453,'rich_editing','true'),(44988,3453,'syntax_highlighting','true'),(44989,3453,'comment_shortcuts','false'),(44990,3453,'admin_color','fresh'),(44991,3453,'use_ssl','0'),(44992,3453,'show_admin_bar_front','true'),(44993,3453,'locale',''),(44994,3453,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44995,3453,'wp_user_level','0'),(44996,3453,'default_password_nag','1'),(44997,3454,'nickname','snuckey_the_great2001'),(44998,3454,'first_name',''),(44999,3454,'last_name',''),(45000,3454,'description',''),(45001,3454,'rich_editing','true'),(45002,3454,'syntax_highlighting','true'),(45003,3454,'comment_shortcuts','false'),(45004,3454,'admin_color','fresh'),(45005,3454,'use_ssl','0'),(45006,3454,'show_admin_bar_front','true'),(45007,3454,'locale',''),(45008,3454,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45009,3454,'wp_user_level','0'),(45010,3454,'default_password_nag','1'),(45011,3455,'nickname','sharon_hallam211973'),(45012,3455,'first_name',''),(45013,3455,'last_name',''),(45014,3455,'description',''),(45015,3455,'rich_editing','true'),(45016,3455,'syntax_highlighting','true'),(45017,3455,'comment_shortcuts','false'),(45018,3455,'admin_color','fresh'),(45019,3455,'use_ssl','0'),(45020,3455,'show_admin_bar_front','true'),(45021,3455,'locale',''),(45022,3455,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45023,3455,'wp_user_level','0'),(45024,3455,'default_password_nag','1'),(45025,3456,'nickname','raul_menor1998'),(45026,3456,'first_name',''),(45027,3456,'last_name',''),(45028,3456,'description',''),(45029,3456,'rich_editing','true'),(45030,3456,'syntax_highlighting','true'),(45031,3456,'comment_shortcuts','false'),(45032,3456,'admin_color','fresh'),(45033,3456,'use_ssl','0'),(45034,3456,'show_admin_bar_front','true'),(45035,3456,'locale',''),(45036,3456,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45037,3456,'wp_user_level','0'),(45038,3456,'default_password_nag','1'),(45039,3457,'nickname','gary1992'),(45040,3457,'first_name',''),(45041,3457,'last_name',''),(45042,3457,'description',''),(45043,3457,'rich_editing','true'),(45044,3457,'syntax_highlighting','true'),(45045,3457,'comment_shortcuts','false'),(45046,3457,'admin_color','fresh'),(45047,3457,'use_ssl','0'),(45048,3457,'show_admin_bar_front','true'),(45049,3457,'locale',''),(45050,3457,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45051,3457,'wp_user_level','0'),(45052,3457,'default_password_nag','1'),(45053,3458,'nickname','sue21071960'),(45054,3458,'first_name',''),(45055,3458,'last_name',''),(45056,3458,'description',''),(45057,3458,'rich_editing','true'),(45058,3458,'syntax_highlighting','true'),(45059,3458,'comment_shortcuts','false'),(45060,3458,'admin_color','fresh'),(45061,3458,'use_ssl','0'),(45062,3458,'show_admin_bar_front','true'),(45063,3458,'locale',''),(45064,3458,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45065,3458,'wp_user_level','0'),(45066,3458,'default_password_nag','1'),(45067,3459,'nickname','lcmsblythe1993'),(45068,3459,'first_name',''),(45069,3459,'last_name',''),(45070,3459,'description',''),(45071,3459,'rich_editing','true'),(45072,3459,'syntax_highlighting','true'),(45073,3459,'comment_shortcuts','false'),(45074,3459,'admin_color','fresh'),(45075,3459,'use_ssl','0'),(45076,3459,'show_admin_bar_front','true'),(45077,3459,'locale',''),(45078,3459,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45079,3459,'wp_user_level','0'),(45080,3459,'default_password_nag','1'),(45081,3460,'nickname','theblackburn1972'),(45082,3460,'first_name',''),(45083,3460,'last_name',''),(45084,3460,'description',''),(45085,3460,'rich_editing','true'),(45086,3460,'syntax_highlighting','true'),(45087,3460,'comment_shortcuts','false'),(45088,3460,'admin_color','fresh'),(45089,3460,'use_ssl','0'),(45090,3460,'show_admin_bar_front','true'),(45091,3460,'locale',''),(45092,3460,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45093,3460,'wp_user_level','0'),(45094,3460,'default_password_nag','1'),(45095,3461,'nickname','ntbeast2009'),(45096,3461,'first_name',''),(45097,3461,'last_name',''),(45098,3461,'description',''),(45099,3461,'rich_editing','true'),(45100,3461,'syntax_highlighting','true'),(45101,3461,'comment_shortcuts','false'),(45102,3461,'admin_color','fresh'),(45103,3461,'use_ssl','0'),(45104,3461,'show_admin_bar_front','true'),(45105,3461,'locale',''),(45106,3461,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45107,3461,'wp_user_level','0'),(45108,3461,'default_password_nag','1'),(45109,3462,'nickname','anthony.karas1994'),(45110,3462,'first_name',''),(45111,3462,'last_name',''),(45112,3462,'description',''),(45113,3462,'rich_editing','true'),(45114,3462,'syntax_highlighting','true'),(45115,3462,'comment_shortcuts','false'),(45116,3462,'admin_color','fresh'),(45117,3462,'use_ssl','0'),(45118,3462,'show_admin_bar_front','true'),(45119,3462,'locale',''),(45120,3462,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45121,3462,'wp_user_level','0'),(45122,3462,'default_password_nag','1'),(45123,3463,'nickname','jcorvello60302003'),(45124,3463,'first_name',''),(45125,3463,'last_name',''),(45126,3463,'description',''),(45127,3463,'rich_editing','true'),(45128,3463,'syntax_highlighting','true'),(45129,3463,'comment_shortcuts','false'),(45130,3463,'admin_color','fresh'),(45131,3463,'use_ssl','0'),(45132,3463,'show_admin_bar_front','true'),(45133,3463,'locale',''),(45134,3463,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45135,3463,'wp_user_level','0'),(45136,3463,'default_password_nag','1'),(45137,3464,'nickname','rmcduff1975'),(45138,3464,'first_name',''),(45139,3464,'last_name',''),(45140,3464,'description',''),(45141,3464,'rich_editing','true'),(45142,3464,'syntax_highlighting','true'),(45143,3464,'comment_shortcuts','false'),(45144,3464,'admin_color','fresh'),(45145,3464,'use_ssl','0'),(45146,3464,'show_admin_bar_front','true'),(45147,3464,'locale',''),(45148,3464,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45149,3464,'wp_user_level','0'),(45150,3464,'default_password_nag','1'),(45151,3465,'nickname','asexyvirgin1985'),(45152,3465,'first_name',''),(45153,3465,'last_name',''),(45154,3465,'description',''),(45155,3465,'rich_editing','true'),(45156,3465,'syntax_highlighting','true'),(45157,3465,'comment_shortcuts','false'),(45158,3465,'admin_color','fresh'),(45159,3465,'use_ssl','0'),(45160,3465,'show_admin_bar_front','true'),(45161,3465,'locale',''),(45162,3465,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45163,3465,'wp_user_level','0'),(45164,3465,'default_password_nag','1'),(45165,3466,'nickname','ecpruyser2006'),(45166,3466,'first_name',''),(45167,3466,'last_name',''),(45168,3466,'description',''),(45169,3466,'rich_editing','true'),(45170,3466,'syntax_highlighting','true'),(45171,3466,'comment_shortcuts','false'),(45172,3466,'admin_color','fresh'),(45173,3466,'use_ssl','0'),(45174,3466,'show_admin_bar_front','true'),(45175,3466,'locale',''),(45176,3466,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45177,3466,'wp_user_level','0'),(45178,3466,'default_password_nag','1'),(45179,3467,'nickname','01.obiwan1988'),(45180,3467,'first_name',''),(45181,3467,'last_name',''),(45182,3467,'description',''),(45183,3467,'rich_editing','true'),(45184,3467,'syntax_highlighting','true'),(45185,3467,'comment_shortcuts','false'),(45186,3467,'admin_color','fresh'),(45187,3467,'use_ssl','0'),(45188,3467,'show_admin_bar_front','true'),(45189,3467,'locale',''),(45190,3467,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45191,3467,'wp_user_level','0'),(45192,3467,'default_password_nag','1'),(45193,3468,'nickname','prncsnyc1990'),(45194,3468,'first_name',''),(45195,3468,'last_name',''),(45196,3468,'description',''),(45197,3468,'rich_editing','true'),(45198,3468,'syntax_highlighting','true'),(45199,3468,'comment_shortcuts','false'),(45200,3468,'admin_color','fresh'),(45201,3468,'use_ssl','0'),(45202,3468,'show_admin_bar_front','true'),(45203,3468,'locale',''),(45204,3468,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45205,3468,'wp_user_level','0'),(45206,3468,'default_password_nag','1'),(45207,3469,'nickname','glennferg.gf1991'),(45208,3469,'first_name',''),(45209,3469,'last_name',''),(45210,3469,'description',''),(45211,3469,'rich_editing','true'),(45212,3469,'syntax_highlighting','true'),(45213,3469,'comment_shortcuts','false'),(45214,3469,'admin_color','fresh'),(45215,3469,'use_ssl','0'),(45216,3469,'show_admin_bar_front','true'),(45217,3469,'locale',''),(45218,3469,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45219,3469,'wp_user_level','0'),(45220,3469,'default_password_nag','1'),(45221,3470,'nickname','teresarice682007'),(45222,3470,'first_name',''),(45223,3470,'last_name',''),(45224,3470,'description',''),(45225,3470,'rich_editing','true'),(45226,3470,'syntax_highlighting','true'),(45227,3470,'comment_shortcuts','false'),(45228,3470,'admin_color','fresh'),(45229,3470,'use_ssl','0'),(45230,3470,'show_admin_bar_front','true'),(45231,3470,'locale',''),(45232,3470,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45233,3470,'wp_user_level','0'),(45234,3470,'default_password_nag','1'),(45235,3471,'nickname','kristendevaney1982'),(45236,3471,'first_name',''),(45237,3471,'last_name',''),(45238,3471,'description',''),(45239,3471,'rich_editing','true'),(45240,3471,'syntax_highlighting','true'),(45241,3471,'comment_shortcuts','false'),(45242,3471,'admin_color','fresh'),(45243,3471,'use_ssl','0'),(45244,3471,'show_admin_bar_front','true'),(45245,3471,'locale',''),(45246,3471,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45247,3471,'wp_user_level','0'),(45248,3471,'default_password_nag','1'),(45249,3472,'nickname','sawyer_keegan1976'),(45250,3472,'first_name',''),(45251,3472,'last_name',''),(45252,3472,'description',''),(45253,3472,'rich_editing','true'),(45254,3472,'syntax_highlighting','true'),(45255,3472,'comment_shortcuts','false'),(45256,3472,'admin_color','fresh'),(45257,3472,'use_ssl','0'),(45258,3472,'show_admin_bar_front','true'),(45259,3472,'locale',''),(45260,3472,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45261,3472,'wp_user_level','0'),(45262,3472,'default_password_nag','1'),(45263,3473,'nickname','robert_villarreal_062010'),(45264,3473,'first_name',''),(45265,3473,'last_name',''),(45266,3473,'description',''),(45267,3473,'rich_editing','true'),(45268,3473,'syntax_highlighting','true'),(45269,3473,'comment_shortcuts','false'),(45270,3473,'admin_color','fresh'),(45271,3473,'use_ssl','0'),(45272,3473,'show_admin_bar_front','true'),(45273,3473,'locale',''),(45274,3473,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45275,3473,'wp_user_level','0'),(45276,3473,'default_password_nag','1'),(45277,3474,'nickname','jenniferd1982'),(45278,3474,'first_name',''),(45279,3474,'last_name',''),(45280,3474,'description',''),(45281,3474,'rich_editing','true'),(45282,3474,'syntax_highlighting','true'),(45283,3474,'comment_shortcuts','false'),(45284,3474,'admin_color','fresh'),(45285,3474,'use_ssl','0'),(45286,3474,'show_admin_bar_front','true'),(45287,3474,'locale',''),(45288,3474,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45289,3474,'wp_user_level','0'),(45290,3474,'default_password_nag','1'),(45291,3475,'nickname','tstew19651975'),(45292,3475,'first_name',''),(45293,3475,'last_name',''),(45294,3475,'description',''),(45295,3475,'rich_editing','true'),(45296,3475,'syntax_highlighting','true'),(45297,3475,'comment_shortcuts','false'),(45298,3475,'admin_color','fresh'),(45299,3475,'use_ssl','0'),(45300,3475,'show_admin_bar_front','true'),(45301,3475,'locale',''),(45302,3475,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45303,3475,'wp_user_level','0'),(45304,3475,'default_password_nag','1'),(45305,3476,'nickname','azblakejr1993'),(45306,3476,'first_name',''),(45307,3476,'last_name',''),(45308,3476,'description',''),(45309,3476,'rich_editing','true'),(45310,3476,'syntax_highlighting','true'),(45311,3476,'comment_shortcuts','false'),(45312,3476,'admin_color','fresh'),(45313,3476,'use_ssl','0'),(45314,3476,'show_admin_bar_front','true'),(45315,3476,'locale',''),(45316,3476,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45317,3476,'wp_user_level','0'),(45318,3476,'default_password_nag','1'),(45319,3477,'nickname','cory.overturf1989'),(45320,3477,'first_name',''),(45321,3477,'last_name',''),(45322,3477,'description',''),(45323,3477,'rich_editing','true'),(45324,3477,'syntax_highlighting','true'),(45325,3477,'comment_shortcuts','false'),(45326,3477,'admin_color','fresh'),(45327,3477,'use_ssl','0'),(45328,3477,'show_admin_bar_front','true'),(45329,3477,'locale',''),(45330,3477,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45331,3477,'wp_user_level','0'),(45332,3477,'default_password_nag','1'),(45333,3478,'nickname','mdm8791989'),(45334,3478,'first_name',''),(45335,3478,'last_name',''),(45336,3478,'description',''),(45337,3478,'rich_editing','true'),(45338,3478,'syntax_highlighting','true'),(45339,3478,'comment_shortcuts','false'),(45340,3478,'admin_color','fresh'),(45341,3478,'use_ssl','0'),(45342,3478,'show_admin_bar_front','true'),(45343,3478,'locale',''),(45344,3478,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45345,3478,'wp_user_level','0'),(45346,3478,'default_password_nag','1'),(45347,3479,'nickname','wolleytaxi1960'),(45348,3479,'first_name',''),(45349,3479,'last_name',''),(45350,3479,'description',''),(45351,3479,'rich_editing','true'),(45352,3479,'syntax_highlighting','true'),(45353,3479,'comment_shortcuts','false'),(45354,3479,'admin_color','fresh'),(45355,3479,'use_ssl','0'),(45356,3479,'show_admin_bar_front','true'),(45357,3479,'locale',''),(45358,3479,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45359,3479,'wp_user_level','0'),(45360,3479,'default_password_nag','1'),(45361,3480,'nickname','jrupp20061999'),(45362,3480,'first_name',''),(45363,3480,'last_name',''),(45364,3480,'description',''),(45365,3480,'rich_editing','true'),(45366,3480,'syntax_highlighting','true'),(45367,3480,'comment_shortcuts','false'),(45368,3480,'admin_color','fresh'),(45369,3480,'use_ssl','0'),(45370,3480,'show_admin_bar_front','true'),(45371,3480,'locale',''),(45372,3480,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45373,3480,'wp_user_level','0'),(45374,3480,'default_password_nag','1'),(45375,3481,'nickname','thstrumpet091950'),(45376,3481,'first_name',''),(45377,3481,'last_name',''),(45378,3481,'description',''),(45379,3481,'rich_editing','true'),(45380,3481,'syntax_highlighting','true'),(45381,3481,'comment_shortcuts','false'),(45382,3481,'admin_color','fresh'),(45383,3481,'use_ssl','0'),(45384,3481,'show_admin_bar_front','true'),(45385,3481,'locale',''),(45386,3481,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45387,3481,'wp_user_level','0'),(45388,3481,'default_password_nag','1'),(45389,3482,'nickname','timhaney421972'),(45390,3482,'first_name',''),(45391,3482,'last_name',''),(45392,3482,'description',''),(45393,3482,'rich_editing','true'),(45394,3482,'syntax_highlighting','true'),(45395,3482,'comment_shortcuts','false'),(45396,3482,'admin_color','fresh'),(45397,3482,'use_ssl','0'),(45398,3482,'show_admin_bar_front','true'),(45399,3482,'locale',''),(45400,3482,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45401,3482,'wp_user_level','0'),(45402,3482,'default_password_nag','1'),(45403,3483,'nickname','sw45121985'),(45404,3483,'first_name',''),(45405,3483,'last_name',''),(45406,3483,'description',''),(45407,3483,'rich_editing','true'),(45408,3483,'syntax_highlighting','true'),(45409,3483,'comment_shortcuts','false'),(45410,3483,'admin_color','fresh'),(45411,3483,'use_ssl','0'),(45412,3483,'show_admin_bar_front','true'),(45413,3483,'locale',''),(45414,3483,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45415,3483,'wp_user_level','0'),(45416,3483,'default_password_nag','1'),(45417,3484,'nickname','jendenjohn31986'),(45418,3484,'first_name',''),(45419,3484,'last_name',''),(45420,3484,'description',''),(45421,3484,'rich_editing','true'),(45422,3484,'syntax_highlighting','true'),(45423,3484,'comment_shortcuts','false'),(45424,3484,'admin_color','fresh'),(45425,3484,'use_ssl','0'),(45426,3484,'show_admin_bar_front','true'),(45427,3484,'locale',''),(45428,3484,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45429,3484,'wp_user_level','0'),(45430,3484,'default_password_nag','1'),(45431,3485,'nickname','ted.piotrowski1989'),(45432,3485,'first_name',''),(45433,3485,'last_name',''),(45434,3485,'description',''),(45435,3485,'rich_editing','true'),(45436,3485,'syntax_highlighting','true'),(45437,3485,'comment_shortcuts','false'),(45438,3485,'admin_color','fresh'),(45439,3485,'use_ssl','0'),(45440,3485,'show_admin_bar_front','true'),(45441,3485,'locale',''),(45442,3485,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45443,3485,'wp_user_level','0'),(45444,3485,'default_password_nag','1'),(45445,3486,'nickname','brownrnd1964'),(45446,3486,'first_name',''),(45447,3486,'last_name',''),(45448,3486,'description',''),(45449,3486,'rich_editing','true'),(45450,3486,'syntax_highlighting','true'),(45451,3486,'comment_shortcuts','false'),(45452,3486,'admin_color','fresh'),(45453,3486,'use_ssl','0'),(45454,3486,'show_admin_bar_front','true'),(45455,3486,'locale',''),(45456,3486,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45457,3486,'wp_user_level','0'),(45458,3486,'default_password_nag','1'),(45459,3487,'nickname','patdanis1981'),(45460,3487,'first_name',''),(45461,3487,'last_name',''),(45462,3487,'description',''),(45463,3487,'rich_editing','true'),(45464,3487,'syntax_highlighting','true'),(45465,3487,'comment_shortcuts','false'),(45466,3487,'admin_color','fresh'),(45467,3487,'use_ssl','0'),(45468,3487,'show_admin_bar_front','true'),(45469,3487,'locale',''),(45470,3487,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45471,3487,'wp_user_level','0'),(45472,3487,'default_password_nag','1'),(45473,3488,'nickname','jgran1976'),(45474,3488,'first_name',''),(45475,3488,'last_name',''),(45476,3488,'description',''),(45477,3488,'rich_editing','true'),(45478,3488,'syntax_highlighting','true'),(45479,3488,'comment_shortcuts','false'),(45480,3488,'admin_color','fresh'),(45481,3488,'use_ssl','0'),(45482,3488,'show_admin_bar_front','true'),(45483,3488,'locale',''),(45484,3488,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45485,3488,'wp_user_level','0'),(45486,3488,'default_password_nag','1'),(45487,3489,'nickname','livingwaters1983'),(45488,3489,'first_name',''),(45489,3489,'last_name',''),(45490,3489,'description',''),(45491,3489,'rich_editing','true'),(45492,3489,'syntax_highlighting','true'),(45493,3489,'comment_shortcuts','false'),(45494,3489,'admin_color','fresh'),(45495,3489,'use_ssl','0'),(45496,3489,'show_admin_bar_front','true'),(45497,3489,'locale',''),(45498,3489,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45499,3489,'wp_user_level','0'),(45500,3489,'default_password_nag','1'),(45501,3490,'nickname','benedikt-pracht1967'),(45502,3490,'first_name',''),(45503,3490,'last_name',''),(45504,3490,'description',''),(45505,3490,'rich_editing','true'),(45506,3490,'syntax_highlighting','true'),(45507,3490,'comment_shortcuts','false'),(45508,3490,'admin_color','fresh'),(45509,3490,'use_ssl','0'),(45510,3490,'show_admin_bar_front','true'),(45511,3490,'locale',''),(45512,3490,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45513,3490,'wp_user_level','0'),(45514,3490,'default_password_nag','1'),(45515,3491,'nickname','jeremytdennison1965'),(45516,3491,'first_name',''),(45517,3491,'last_name',''),(45518,3491,'description',''),(45519,3491,'rich_editing','true'),(45520,3491,'syntax_highlighting','true'),(45521,3491,'comment_shortcuts','false'),(45522,3491,'admin_color','fresh'),(45523,3491,'use_ssl','0'),(45524,3491,'show_admin_bar_front','true'),(45525,3491,'locale',''),(45526,3491,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45527,3491,'wp_user_level','0'),(45528,3491,'default_password_nag','1'),(45529,3492,'nickname','center1311955'),(45530,3492,'first_name',''),(45531,3492,'last_name',''),(45532,3492,'description',''),(45533,3492,'rich_editing','true'),(45534,3492,'syntax_highlighting','true'),(45535,3492,'comment_shortcuts','false'),(45536,3492,'admin_color','fresh'),(45537,3492,'use_ssl','0'),(45538,3492,'show_admin_bar_front','true'),(45539,3492,'locale',''),(45540,3492,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45541,3492,'wp_user_level','0'),(45542,3492,'default_password_nag','1'),(45543,3493,'nickname','tlgooday011953'),(45544,3493,'first_name',''),(45545,3493,'last_name',''),(45546,3493,'description',''),(45547,3493,'rich_editing','true'),(45548,3493,'syntax_highlighting','true'),(45549,3493,'comment_shortcuts','false'),(45550,3493,'admin_color','fresh'),(45551,3493,'use_ssl','0'),(45552,3493,'show_admin_bar_front','true'),(45553,3493,'locale',''),(45554,3493,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45555,3493,'wp_user_level','0'),(45556,3493,'default_password_nag','1'),(45557,3494,'nickname','kenashton11973'),(45558,3494,'first_name',''),(45559,3494,'last_name',''),(45560,3494,'description',''),(45561,3494,'rich_editing','true'),(45562,3494,'syntax_highlighting','true'),(45563,3494,'comment_shortcuts','false'),(45564,3494,'admin_color','fresh'),(45565,3494,'use_ssl','0'),(45566,3494,'show_admin_bar_front','true'),(45567,3494,'locale',''),(45568,3494,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45569,3494,'wp_user_level','0'),(45570,3494,'default_password_nag','1'),(45571,3495,'nickname','edspar422002'),(45572,3495,'first_name',''),(45573,3495,'last_name',''),(45574,3495,'description',''),(45575,3495,'rich_editing','true'),(45576,3495,'syntax_highlighting','true'),(45577,3495,'comment_shortcuts','false'),(45578,3495,'admin_color','fresh'),(45579,3495,'use_ssl','0'),(45580,3495,'show_admin_bar_front','true'),(45581,3495,'locale',''),(45582,3495,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45583,3495,'wp_user_level','0'),(45584,3495,'default_password_nag','1'),(45585,3496,'nickname','suresh20051990'),(45586,3496,'first_name',''),(45587,3496,'last_name',''),(45588,3496,'description',''),(45589,3496,'rich_editing','true'),(45590,3496,'syntax_highlighting','true'),(45591,3496,'comment_shortcuts','false'),(45592,3496,'admin_color','fresh'),(45593,3496,'use_ssl','0'),(45594,3496,'show_admin_bar_front','true'),(45595,3496,'locale',''),(45596,3496,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45597,3496,'wp_user_level','0'),(45598,3496,'default_password_nag','1'),(45599,3497,'nickname','marianne.romijn1956'),(45600,3497,'first_name',''),(45601,3497,'last_name',''),(45602,3497,'description',''),(45603,3497,'rich_editing','true'),(45604,3497,'syntax_highlighting','true'),(45605,3497,'comment_shortcuts','false'),(45606,3497,'admin_color','fresh'),(45607,3497,'use_ssl','0'),(45608,3497,'show_admin_bar_front','true'),(45609,3497,'locale',''),(45610,3497,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45611,3497,'wp_user_level','0'),(45612,3497,'default_password_nag','1'),(45613,3498,'nickname','sanjay_singhs1967'),(45614,3498,'first_name',''),(45615,3498,'last_name',''),(45616,3498,'description',''),(45617,3498,'rich_editing','true'),(45618,3498,'syntax_highlighting','true'),(45619,3498,'comment_shortcuts','false'),(45620,3498,'admin_color','fresh'),(45621,3498,'use_ssl','0'),(45622,3498,'show_admin_bar_front','true'),(45623,3498,'locale',''),(45624,3498,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45625,3498,'wp_user_level','0'),(45626,3498,'default_password_nag','1'),(45627,3499,'nickname','norwood121975'),(45628,3499,'first_name',''),(45629,3499,'last_name',''),(45630,3499,'description',''),(45631,3499,'rich_editing','true'),(45632,3499,'syntax_highlighting','true'),(45633,3499,'comment_shortcuts','false'),(45634,3499,'admin_color','fresh'),(45635,3499,'use_ssl','0'),(45636,3499,'show_admin_bar_front','true'),(45637,3499,'locale',''),(45638,3499,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45639,3499,'wp_user_level','0'),(45640,3499,'default_password_nag','1'),(45641,3500,'nickname','magprays21953'),(45642,3500,'first_name',''),(45643,3500,'last_name',''),(45644,3500,'description',''),(45645,3500,'rich_editing','true'),(45646,3500,'syntax_highlighting','true'),(45647,3500,'comment_shortcuts','false'),(45648,3500,'admin_color','fresh'),(45649,3500,'use_ssl','0'),(45650,3500,'show_admin_bar_front','true'),(45651,3500,'locale',''),(45652,3500,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45653,3500,'wp_user_level','0'),(45654,3500,'default_password_nag','1'),(45655,3501,'nickname','slsmd1973'),(45656,3501,'first_name',''),(45657,3501,'last_name',''),(45658,3501,'description',''),(45659,3501,'rich_editing','true'),(45660,3501,'syntax_highlighting','true'),(45661,3501,'comment_shortcuts','false'),(45662,3501,'admin_color','fresh'),(45663,3501,'use_ssl','0'),(45664,3501,'show_admin_bar_front','true'),(45665,3501,'locale',''),(45666,3501,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45667,3501,'wp_user_level','0'),(45668,3501,'default_password_nag','1'),(45669,3502,'nickname','driftmistertwo1961'),(45670,3502,'first_name',''),(45671,3502,'last_name',''),(45672,3502,'description',''),(45673,3502,'rich_editing','true'),(45674,3502,'syntax_highlighting','true'),(45675,3502,'comment_shortcuts','false'),(45676,3502,'admin_color','fresh'),(45677,3502,'use_ssl','0'),(45678,3502,'show_admin_bar_front','true'),(45679,3502,'locale',''),(45680,3502,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45681,3502,'wp_user_level','0'),(45682,3502,'default_password_nag','1'),(45683,3503,'nickname','nadiajardaneh1981'),(45684,3503,'first_name',''),(45685,3503,'last_name',''),(45686,3503,'description',''),(45687,3503,'rich_editing','true'),(45688,3503,'syntax_highlighting','true'),(45689,3503,'comment_shortcuts','false'),(45690,3503,'admin_color','fresh'),(45691,3503,'use_ssl','0'),(45692,3503,'show_admin_bar_front','true'),(45693,3503,'locale',''),(45694,3503,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45695,3503,'wp_user_level','0'),(45696,3503,'default_password_nag','1'),(45697,3504,'nickname','bsmith8261974'),(45698,3504,'first_name',''),(45699,3504,'last_name',''),(45700,3504,'description',''),(45701,3504,'rich_editing','true'),(45702,3504,'syntax_highlighting','true'),(45703,3504,'comment_shortcuts','false'),(45704,3504,'admin_color','fresh'),(45705,3504,'use_ssl','0'),(45706,3504,'show_admin_bar_front','true'),(45707,3504,'locale',''),(45708,3504,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45709,3504,'wp_user_level','0'),(45710,3504,'default_password_nag','1'),(45711,3505,'nickname','sonja_creek2005'),(45712,3505,'first_name',''),(45713,3505,'last_name',''),(45714,3505,'description',''),(45715,3505,'rich_editing','true'),(45716,3505,'syntax_highlighting','true'),(45717,3505,'comment_shortcuts','false'),(45718,3505,'admin_color','fresh'),(45719,3505,'use_ssl','0'),(45720,3505,'show_admin_bar_front','true'),(45721,3505,'locale',''),(45722,3505,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45723,3505,'wp_user_level','0'),(45724,3505,'default_password_nag','1'),(45725,3506,'nickname','tinanwilson1982'),(45726,3506,'first_name',''),(45727,3506,'last_name',''),(45728,3506,'description',''),(45729,3506,'rich_editing','true'),(45730,3506,'syntax_highlighting','true'),(45731,3506,'comment_shortcuts','false'),(45732,3506,'admin_color','fresh'),(45733,3506,'use_ssl','0'),(45734,3506,'show_admin_bar_front','true'),(45735,3506,'locale',''),(45736,3506,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45737,3506,'wp_user_level','0'),(45738,3506,'default_password_nag','1'),(45739,3507,'nickname','denise01111958'),(45740,3507,'first_name',''),(45741,3507,'last_name',''),(45742,3507,'description',''),(45743,3507,'rich_editing','true'),(45744,3507,'syntax_highlighting','true'),(45745,3507,'comment_shortcuts','false'),(45746,3507,'admin_color','fresh'),(45747,3507,'use_ssl','0'),(45748,3507,'show_admin_bar_front','true'),(45749,3507,'locale',''),(45750,3507,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45751,3507,'wp_user_level','0'),(45752,3507,'default_password_nag','1'),(45753,3508,'nickname','bbmom131980'),(45754,3508,'first_name',''),(45755,3508,'last_name',''),(45756,3508,'description',''),(45757,3508,'rich_editing','true'),(45758,3508,'syntax_highlighting','true'),(45759,3508,'comment_shortcuts','false'),(45760,3508,'admin_color','fresh'),(45761,3508,'use_ssl','0'),(45762,3508,'show_admin_bar_front','true'),(45763,3508,'locale',''),(45764,3508,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45765,3508,'wp_user_level','0'),(45766,3508,'default_password_nag','1'),(45767,3509,'nickname','terryl17761957'),(45768,3509,'first_name',''),(45769,3509,'last_name',''),(45770,3509,'description',''),(45771,3509,'rich_editing','true'),(45772,3509,'syntax_highlighting','true'),(45773,3509,'comment_shortcuts','false'),(45774,3509,'admin_color','fresh'),(45775,3509,'use_ssl','0'),(45776,3509,'show_admin_bar_front','true'),(45777,3509,'locale',''),(45778,3509,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45779,3509,'wp_user_level','0'),(45780,3509,'default_password_nag','1'),(45781,3510,'nickname','wbkldk1952'),(45782,3510,'first_name',''),(45783,3510,'last_name',''),(45784,3510,'description',''),(45785,3510,'rich_editing','true'),(45786,3510,'syntax_highlighting','true'),(45787,3510,'comment_shortcuts','false'),(45788,3510,'admin_color','fresh'),(45789,3510,'use_ssl','0'),(45790,3510,'show_admin_bar_front','true'),(45791,3510,'locale',''),(45792,3510,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45793,3510,'wp_user_level','0'),(45794,3510,'default_password_nag','1'),(45795,3511,'nickname','dbrh_jacobs1974'),(45796,3511,'first_name',''),(45797,3511,'last_name',''),(45798,3511,'description',''),(45799,3511,'rich_editing','true'),(45800,3511,'syntax_highlighting','true'),(45801,3511,'comment_shortcuts','false'),(45802,3511,'admin_color','fresh'),(45803,3511,'use_ssl','0'),(45804,3511,'show_admin_bar_front','true'),(45805,3511,'locale',''),(45806,3511,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45807,3511,'wp_user_level','0'),(45808,3511,'default_password_nag','1'),(45809,3512,'nickname','lagallegadecuba1996'),(45810,3512,'first_name',''),(45811,3512,'last_name',''),(45812,3512,'description',''),(45813,3512,'rich_editing','true'),(45814,3512,'syntax_highlighting','true'),(45815,3512,'comment_shortcuts','false'),(45816,3512,'admin_color','fresh'),(45817,3512,'use_ssl','0'),(45818,3512,'show_admin_bar_front','true'),(45819,3512,'locale',''),(45820,3512,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45821,3512,'wp_user_level','0'),(45822,3512,'default_password_nag','1'),(45823,3513,'nickname','viradethilavong1964'),(45824,3513,'first_name',''),(45825,3513,'last_name',''),(45826,3513,'description',''),(45827,3513,'rich_editing','true'),(45828,3513,'syntax_highlighting','true'),(45829,3513,'comment_shortcuts','false'),(45830,3513,'admin_color','fresh'),(45831,3513,'use_ssl','0'),(45832,3513,'show_admin_bar_front','true'),(45833,3513,'locale',''),(45834,3513,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45835,3513,'wp_user_level','0'),(45836,3513,'default_password_nag','1'),(45837,3514,'nickname','nils-vedder1969'),(45838,3514,'first_name',''),(45839,3514,'last_name',''),(45840,3514,'description',''),(45841,3514,'rich_editing','true'),(45842,3514,'syntax_highlighting','true'),(45843,3514,'comment_shortcuts','false'),(45844,3514,'admin_color','fresh'),(45845,3514,'use_ssl','0'),(45846,3514,'show_admin_bar_front','true'),(45847,3514,'locale',''),(45848,3514,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45849,3514,'wp_user_level','0'),(45850,3514,'default_password_nag','1'),(45851,3515,'nickname','jpmccarty1950'),(45852,3515,'first_name',''),(45853,3515,'last_name',''),(45854,3515,'description',''),(45855,3515,'rich_editing','true'),(45856,3515,'syntax_highlighting','true'),(45857,3515,'comment_shortcuts','false'),(45858,3515,'admin_color','fresh'),(45859,3515,'use_ssl','0'),(45860,3515,'show_admin_bar_front','true'),(45861,3515,'locale',''),(45862,3515,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45863,3515,'wp_user_level','0'),(45864,3515,'default_password_nag','1'),(45865,3516,'nickname','jmiranda111977'),(45866,3516,'first_name',''),(45867,3516,'last_name',''),(45868,3516,'description',''),(45869,3516,'rich_editing','true'),(45870,3516,'syntax_highlighting','true'),(45871,3516,'comment_shortcuts','false'),(45872,3516,'admin_color','fresh'),(45873,3516,'use_ssl','0'),(45874,3516,'show_admin_bar_front','true'),(45875,3516,'locale',''),(45876,3516,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45877,3516,'wp_user_level','0'),(45878,3516,'default_password_nag','1'),(45879,3517,'nickname','oscaro11131960'),(45880,3517,'first_name',''),(45881,3517,'last_name',''),(45882,3517,'description',''),(45883,3517,'rich_editing','true'),(45884,3517,'syntax_highlighting','true'),(45885,3517,'comment_shortcuts','false'),(45886,3517,'admin_color','fresh'),(45887,3517,'use_ssl','0'),(45888,3517,'show_admin_bar_front','true'),(45889,3517,'locale',''),(45890,3517,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45891,3517,'wp_user_level','0'),(45892,3517,'default_password_nag','1'),(45893,3518,'nickname','artekestimating1990'),(45894,3518,'first_name',''),(45895,3518,'last_name',''),(45896,3518,'description',''),(45897,3518,'rich_editing','true'),(45898,3518,'syntax_highlighting','true'),(45899,3518,'comment_shortcuts','false'),(45900,3518,'admin_color','fresh'),(45901,3518,'use_ssl','0'),(45902,3518,'show_admin_bar_front','true'),(45903,3518,'locale',''),(45904,3518,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45905,3518,'wp_user_level','0'),(45906,3518,'default_password_nag','1'),(45907,3519,'nickname','bwright731974'),(45908,3519,'first_name',''),(45909,3519,'last_name',''),(45910,3519,'description',''),(45911,3519,'rich_editing','true'),(45912,3519,'syntax_highlighting','true'),(45913,3519,'comment_shortcuts','false'),(45914,3519,'admin_color','fresh'),(45915,3519,'use_ssl','0'),(45916,3519,'show_admin_bar_front','true'),(45917,3519,'locale',''),(45918,3519,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45919,3519,'wp_user_level','0'),(45920,3519,'default_password_nag','1'),(45921,3520,'nickname','mjpatrone1997'),(45922,3520,'first_name',''),(45923,3520,'last_name',''),(45924,3520,'description',''),(45925,3520,'rich_editing','true'),(45926,3520,'syntax_highlighting','true'),(45927,3520,'comment_shortcuts','false'),(45928,3520,'admin_color','fresh'),(45929,3520,'use_ssl','0'),(45930,3520,'show_admin_bar_front','true'),(45931,3520,'locale',''),(45932,3520,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45933,3520,'wp_user_level','0'),(45934,3520,'default_password_nag','1'),(45935,3521,'nickname','ralphritchie1964'),(45936,3521,'first_name',''),(45937,3521,'last_name',''),(45938,3521,'description',''),(45939,3521,'rich_editing','true'),(45940,3521,'syntax_highlighting','true'),(45941,3521,'comment_shortcuts','false'),(45942,3521,'admin_color','fresh'),(45943,3521,'use_ssl','0'),(45944,3521,'show_admin_bar_front','true'),(45945,3521,'locale',''),(45946,3521,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45947,3521,'wp_user_level','0'),(45948,3521,'default_password_nag','1'),(45949,3522,'nickname','yush_211972'),(45950,3522,'first_name',''),(45951,3522,'last_name',''),(45952,3522,'description',''),(45953,3522,'rich_editing','true'),(45954,3522,'syntax_highlighting','true'),(45955,3522,'comment_shortcuts','false'),(45956,3522,'admin_color','fresh'),(45957,3522,'use_ssl','0'),(45958,3522,'show_admin_bar_front','true'),(45959,3522,'locale',''),(45960,3522,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45961,3522,'wp_user_level','0'),(45962,3522,'default_password_nag','1'),(45963,3523,'nickname','newmilfordohd1996'),(45964,3523,'first_name',''),(45965,3523,'last_name',''),(45966,3523,'description',''),(45967,3523,'rich_editing','true'),(45968,3523,'syntax_highlighting','true'),(45969,3523,'comment_shortcuts','false'),(45970,3523,'admin_color','fresh'),(45971,3523,'use_ssl','0'),(45972,3523,'show_admin_bar_front','true'),(45973,3523,'locale',''),(45974,3523,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45975,3523,'wp_user_level','0'),(45976,3523,'default_password_nag','1'),(45977,3524,'nickname','texstarphoto1989'),(45978,3524,'first_name',''),(45979,3524,'last_name',''),(45980,3524,'description',''),(45981,3524,'rich_editing','true'),(45982,3524,'syntax_highlighting','true'),(45983,3524,'comment_shortcuts','false'),(45984,3524,'admin_color','fresh'),(45985,3524,'use_ssl','0'),(45986,3524,'show_admin_bar_front','true'),(45987,3524,'locale',''),(45988,3524,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(45989,3524,'wp_user_level','0'),(45990,3524,'default_password_nag','1'),(45991,3525,'nickname','misscrumpyshotwings1955'),(45992,3525,'first_name',''),(45993,3525,'last_name',''),(45994,3525,'description',''),(45995,3525,'rich_editing','true'),(45996,3525,'syntax_highlighting','true'),(45997,3525,'comment_shortcuts','false'),(45998,3525,'admin_color','fresh'),(45999,3525,'use_ssl','0'),(46000,3525,'show_admin_bar_front','true'),(46001,3525,'locale',''),(46002,3525,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46003,3525,'wp_user_level','0'),(46004,3525,'default_password_nag','1'),(46005,3526,'nickname','david974021960'),(46006,3526,'first_name',''),(46007,3526,'last_name',''),(46008,3526,'description',''),(46009,3526,'rich_editing','true'),(46010,3526,'syntax_highlighting','true'),(46011,3526,'comment_shortcuts','false'),(46012,3526,'admin_color','fresh'),(46013,3526,'use_ssl','0'),(46014,3526,'show_admin_bar_front','true'),(46015,3526,'locale',''),(46016,3526,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46017,3526,'wp_user_level','0'),(46018,3526,'default_password_nag','1'),(46019,3527,'nickname','sweetrosepetal2006'),(46020,3527,'first_name',''),(46021,3527,'last_name',''),(46022,3527,'description',''),(46023,3527,'rich_editing','true'),(46024,3527,'syntax_highlighting','true'),(46025,3527,'comment_shortcuts','false'),(46026,3527,'admin_color','fresh'),(46027,3527,'use_ssl','0'),(46028,3527,'show_admin_bar_front','true'),(46029,3527,'locale',''),(46030,3527,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46031,3527,'wp_user_level','0'),(46032,3527,'default_password_nag','1'),(46033,3528,'nickname','martinezds32005'),(46034,3528,'first_name',''),(46035,3528,'last_name',''),(46036,3528,'description',''),(46037,3528,'rich_editing','true'),(46038,3528,'syntax_highlighting','true'),(46039,3528,'comment_shortcuts','false'),(46040,3528,'admin_color','fresh'),(46041,3528,'use_ssl','0'),(46042,3528,'show_admin_bar_front','true'),(46043,3528,'locale',''),(46044,3528,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46045,3528,'wp_user_level','0'),(46046,3528,'default_password_nag','1'),(46047,3529,'nickname','og_zealot1966'),(46048,3529,'first_name',''),(46049,3529,'last_name',''),(46050,3529,'description',''),(46051,3529,'rich_editing','true'),(46052,3529,'syntax_highlighting','true'),(46053,3529,'comment_shortcuts','false'),(46054,3529,'admin_color','fresh'),(46055,3529,'use_ssl','0'),(46056,3529,'show_admin_bar_front','true'),(46057,3529,'locale',''),(46058,3529,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46059,3529,'wp_user_level','0'),(46060,3529,'default_password_nag','1'),(46061,3530,'nickname','classic.autogroup1985'),(46062,3530,'first_name',''),(46063,3530,'last_name',''),(46064,3530,'description',''),(46065,3530,'rich_editing','true'),(46066,3530,'syntax_highlighting','true'),(46067,3530,'comment_shortcuts','false'),(46068,3530,'admin_color','fresh'),(46069,3530,'use_ssl','0'),(46070,3530,'show_admin_bar_front','true'),(46071,3530,'locale',''),(46072,3530,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46073,3530,'wp_user_level','0'),(46074,3530,'default_password_nag','1'),(46075,3531,'nickname','srikanth.pathapati2004'),(46076,3531,'first_name',''),(46077,3531,'last_name',''),(46078,3531,'description',''),(46079,3531,'rich_editing','true'),(46080,3531,'syntax_highlighting','true'),(46081,3531,'comment_shortcuts','false'),(46082,3531,'admin_color','fresh'),(46083,3531,'use_ssl','0'),(46084,3531,'show_admin_bar_front','true'),(46085,3531,'locale',''),(46086,3531,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46087,3531,'wp_user_level','0'),(46088,3531,'default_password_nag','1'),(46089,3532,'nickname','tina.hocson1979'),(46090,3532,'first_name',''),(46091,3532,'last_name',''),(46092,3532,'description',''),(46093,3532,'rich_editing','true'),(46094,3532,'syntax_highlighting','true'),(46095,3532,'comment_shortcuts','false'),(46096,3532,'admin_color','fresh'),(46097,3532,'use_ssl','0'),(46098,3532,'show_admin_bar_front','true'),(46099,3532,'locale',''),(46100,3532,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46101,3532,'wp_user_level','0'),(46102,3532,'default_password_nag','1'),(46103,3533,'nickname','panphotographics1982'),(46104,3533,'first_name',''),(46105,3533,'last_name',''),(46106,3533,'description',''),(46107,3533,'rich_editing','true'),(46108,3533,'syntax_highlighting','true'),(46109,3533,'comment_shortcuts','false'),(46110,3533,'admin_color','fresh'),(46111,3533,'use_ssl','0'),(46112,3533,'show_admin_bar_front','true'),(46113,3533,'locale',''),(46114,3533,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46115,3533,'wp_user_level','0'),(46116,3533,'default_password_nag','1'),(46117,3534,'nickname','stace9801995'),(46118,3534,'first_name',''),(46119,3534,'last_name',''),(46120,3534,'description',''),(46121,3534,'rich_editing','true'),(46122,3534,'syntax_highlighting','true'),(46123,3534,'comment_shortcuts','false'),(46124,3534,'admin_color','fresh'),(46125,3534,'use_ssl','0'),(46126,3534,'show_admin_bar_front','true'),(46127,3534,'locale',''),(46128,3534,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46129,3534,'wp_user_level','0'),(46130,3534,'default_password_nag','1'),(46131,3535,'nickname','mcget2008'),(46132,3535,'first_name',''),(46133,3535,'last_name',''),(46134,3535,'description',''),(46135,3535,'rich_editing','true'),(46136,3535,'syntax_highlighting','true'),(46137,3535,'comment_shortcuts','false'),(46138,3535,'admin_color','fresh'),(46139,3535,'use_ssl','0'),(46140,3535,'show_admin_bar_front','true'),(46141,3535,'locale',''),(46142,3535,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46143,3535,'wp_user_level','0'),(46144,3535,'default_password_nag','1'),(46145,3536,'nickname','jdesantiago31985'),(46146,3536,'first_name',''),(46147,3536,'last_name',''),(46148,3536,'description',''),(46149,3536,'rich_editing','true'),(46150,3536,'syntax_highlighting','true'),(46151,3536,'comment_shortcuts','false'),(46152,3536,'admin_color','fresh'),(46153,3536,'use_ssl','0'),(46154,3536,'show_admin_bar_front','true'),(46155,3536,'locale',''),(46156,3536,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46157,3536,'wp_user_level','0'),(46158,3536,'default_password_nag','1'),(46159,3537,'nickname','jakobwalterjr2004'),(46160,3537,'first_name',''),(46161,3537,'last_name',''),(46162,3537,'description',''),(46163,3537,'rich_editing','true'),(46164,3537,'syntax_highlighting','true'),(46165,3537,'comment_shortcuts','false'),(46166,3537,'admin_color','fresh'),(46167,3537,'use_ssl','0'),(46168,3537,'show_admin_bar_front','true'),(46169,3537,'locale',''),(46170,3537,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46171,3537,'wp_user_level','0'),(46172,3537,'default_password_nag','1'),(46173,3538,'nickname','kyle.ohme1969'),(46174,3538,'first_name',''),(46175,3538,'last_name',''),(46176,3538,'description',''),(46177,3538,'rich_editing','true'),(46178,3538,'syntax_highlighting','true'),(46179,3538,'comment_shortcuts','false'),(46180,3538,'admin_color','fresh'),(46181,3538,'use_ssl','0'),(46182,3538,'show_admin_bar_front','true'),(46183,3538,'locale',''),(46184,3538,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46185,3538,'wp_user_level','0'),(46186,3538,'default_password_nag','1'),(46187,3539,'nickname','improte1969'),(46188,3539,'first_name',''),(46189,3539,'last_name',''),(46190,3539,'description',''),(46191,3539,'rich_editing','true'),(46192,3539,'syntax_highlighting','true'),(46193,3539,'comment_shortcuts','false'),(46194,3539,'admin_color','fresh'),(46195,3539,'use_ssl','0'),(46196,3539,'show_admin_bar_front','true'),(46197,3539,'locale',''),(46198,3539,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46199,3539,'wp_user_level','0'),(46200,3539,'default_password_nag','1'),(46201,3540,'nickname','tpitkin212006'),(46202,3540,'first_name',''),(46203,3540,'last_name',''),(46204,3540,'description',''),(46205,3540,'rich_editing','true'),(46206,3540,'syntax_highlighting','true'),(46207,3540,'comment_shortcuts','false'),(46208,3540,'admin_color','fresh'),(46209,3540,'use_ssl','0'),(46210,3540,'show_admin_bar_front','true'),(46211,3540,'locale',''),(46212,3540,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46213,3540,'wp_user_level','0'),(46214,3540,'default_password_nag','1'),(46215,3541,'nickname','azadehrahatlou1987'),(46216,3541,'first_name',''),(46217,3541,'last_name',''),(46218,3541,'description',''),(46219,3541,'rich_editing','true'),(46220,3541,'syntax_highlighting','true'),(46221,3541,'comment_shortcuts','false'),(46222,3541,'admin_color','fresh'),(46223,3541,'use_ssl','0'),(46224,3541,'show_admin_bar_front','true'),(46225,3541,'locale',''),(46226,3541,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46227,3541,'wp_user_level','0'),(46228,3541,'default_password_nag','1'),(46229,3542,'nickname','jenkins21841965'),(46230,3542,'first_name',''),(46231,3542,'last_name',''),(46232,3542,'description',''),(46233,3542,'rich_editing','true'),(46234,3542,'syntax_highlighting','true'),(46235,3542,'comment_shortcuts','false'),(46236,3542,'admin_color','fresh'),(46237,3542,'use_ssl','0'),(46238,3542,'show_admin_bar_front','true'),(46239,3542,'locale',''),(46240,3542,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46241,3542,'wp_user_level','0'),(46242,3542,'default_password_nag','1'),(46243,3543,'nickname','lou1952'),(46244,3543,'first_name',''),(46245,3543,'last_name',''),(46246,3543,'description',''),(46247,3543,'rich_editing','true'),(46248,3543,'syntax_highlighting','true'),(46249,3543,'comment_shortcuts','false'),(46250,3543,'admin_color','fresh'),(46251,3543,'use_ssl','0'),(46252,3543,'show_admin_bar_front','true'),(46253,3543,'locale',''),(46254,3543,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46255,3543,'wp_user_level','0'),(46256,3543,'default_password_nag','1'),(46257,3544,'nickname','mrawallace2009'),(46258,3544,'first_name',''),(46259,3544,'last_name',''),(46260,3544,'description',''),(46261,3544,'rich_editing','true'),(46262,3544,'syntax_highlighting','true'),(46263,3544,'comment_shortcuts','false'),(46264,3544,'admin_color','fresh'),(46265,3544,'use_ssl','0'),(46266,3544,'show_admin_bar_front','true'),(46267,3544,'locale',''),(46268,3544,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46269,3544,'wp_user_level','0'),(46270,3544,'default_password_nag','1'),(46271,3545,'nickname','denise_robert1977'),(46272,3545,'first_name',''),(46273,3545,'last_name',''),(46274,3545,'description',''),(46275,3545,'rich_editing','true'),(46276,3545,'syntax_highlighting','true'),(46277,3545,'comment_shortcuts','false'),(46278,3545,'admin_color','fresh'),(46279,3545,'use_ssl','0'),(46280,3545,'show_admin_bar_front','true'),(46281,3545,'locale',''),(46282,3545,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46283,3545,'wp_user_level','0'),(46284,3545,'default_password_nag','1'),(46285,3546,'nickname','jonesb1986'),(46286,3546,'first_name',''),(46287,3546,'last_name',''),(46288,3546,'description',''),(46289,3546,'rich_editing','true'),(46290,3546,'syntax_highlighting','true'),(46291,3546,'comment_shortcuts','false'),(46292,3546,'admin_color','fresh'),(46293,3546,'use_ssl','0'),(46294,3546,'show_admin_bar_front','true'),(46295,3546,'locale',''),(46296,3546,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46297,3546,'wp_user_level','0'),(46298,3546,'default_password_nag','1'),(46299,3547,'nickname','rosebudsac1962'),(46300,3547,'first_name',''),(46301,3547,'last_name',''),(46302,3547,'description',''),(46303,3547,'rich_editing','true'),(46304,3547,'syntax_highlighting','true'),(46305,3547,'comment_shortcuts','false'),(46306,3547,'admin_color','fresh'),(46307,3547,'use_ssl','0'),(46308,3547,'show_admin_bar_front','true'),(46309,3547,'locale',''),(46310,3547,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46311,3547,'wp_user_level','0'),(46312,3547,'default_password_nag','1'),(46313,3548,'nickname','alfredjamadiolaw1977'),(46314,3548,'first_name',''),(46315,3548,'last_name',''),(46316,3548,'description',''),(46317,3548,'rich_editing','true'),(46318,3548,'syntax_highlighting','true'),(46319,3548,'comment_shortcuts','false'),(46320,3548,'admin_color','fresh'),(46321,3548,'use_ssl','0'),(46322,3548,'show_admin_bar_front','true'),(46323,3548,'locale',''),(46324,3548,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46325,3548,'wp_user_level','0'),(46326,3548,'default_password_nag','1'),(46327,3549,'nickname','meechekboy1982'),(46328,3549,'first_name',''),(46329,3549,'last_name',''),(46330,3549,'description',''),(46331,3549,'rich_editing','true'),(46332,3549,'syntax_highlighting','true'),(46333,3549,'comment_shortcuts','false'),(46334,3549,'admin_color','fresh'),(46335,3549,'use_ssl','0'),(46336,3549,'show_admin_bar_front','true'),(46337,3549,'locale',''),(46338,3549,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46339,3549,'wp_user_level','0'),(46340,3549,'default_password_nag','1'),(46341,3550,'nickname','ljbbella1953'),(46342,3550,'first_name',''),(46343,3550,'last_name',''),(46344,3550,'description',''),(46345,3550,'rich_editing','true'),(46346,3550,'syntax_highlighting','true'),(46347,3550,'comment_shortcuts','false'),(46348,3550,'admin_color','fresh'),(46349,3550,'use_ssl','0'),(46350,3550,'show_admin_bar_front','true'),(46351,3550,'locale',''),(46352,3550,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46353,3550,'wp_user_level','0'),(46354,3550,'default_password_nag','1'),(46355,3551,'nickname','pitokiki41980'),(46356,3551,'first_name',''),(46357,3551,'last_name',''),(46358,3551,'description',''),(46359,3551,'rich_editing','true'),(46360,3551,'syntax_highlighting','true'),(46361,3551,'comment_shortcuts','false'),(46362,3551,'admin_color','fresh'),(46363,3551,'use_ssl','0'),(46364,3551,'show_admin_bar_front','true'),(46365,3551,'locale',''),(46366,3551,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46367,3551,'wp_user_level','0'),(46368,3551,'default_password_nag','1'),(46369,3552,'nickname','alexvigderman1999'),(46370,3552,'first_name',''),(46371,3552,'last_name',''),(46372,3552,'description',''),(46373,3552,'rich_editing','true'),(46374,3552,'syntax_highlighting','true'),(46375,3552,'comment_shortcuts','false'),(46376,3552,'admin_color','fresh'),(46377,3552,'use_ssl','0'),(46378,3552,'show_admin_bar_front','true'),(46379,3552,'locale',''),(46380,3552,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46381,3552,'wp_user_level','0'),(46382,3552,'default_password_nag','1'),(46383,3553,'nickname','cynthia2008'),(46384,3553,'first_name',''),(46385,3553,'last_name',''),(46386,3553,'description',''),(46387,3553,'rich_editing','true'),(46388,3553,'syntax_highlighting','true'),(46389,3553,'comment_shortcuts','false'),(46390,3553,'admin_color','fresh'),(46391,3553,'use_ssl','0'),(46392,3553,'show_admin_bar_front','true'),(46393,3553,'locale',''),(46394,3553,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46395,3553,'wp_user_level','0'),(46396,3553,'default_password_nag','1'),(46397,3554,'nickname','atamus11986'),(46398,3554,'first_name',''),(46399,3554,'last_name',''),(46400,3554,'description',''),(46401,3554,'rich_editing','true'),(46402,3554,'syntax_highlighting','true'),(46403,3554,'comment_shortcuts','false'),(46404,3554,'admin_color','fresh'),(46405,3554,'use_ssl','0'),(46406,3554,'show_admin_bar_front','true'),(46407,3554,'locale',''),(46408,3554,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46409,3554,'wp_user_level','0'),(46410,3554,'default_password_nag','1'),(46411,3555,'nickname','morris1982'),(46412,3555,'first_name',''),(46413,3555,'last_name',''),(46414,3555,'description',''),(46415,3555,'rich_editing','true'),(46416,3555,'syntax_highlighting','true'),(46417,3555,'comment_shortcuts','false'),(46418,3555,'admin_color','fresh'),(46419,3555,'use_ssl','0'),(46420,3555,'show_admin_bar_front','true'),(46421,3555,'locale',''),(46422,3555,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46423,3555,'wp_user_level','0'),(46424,3555,'default_password_nag','1'),(46425,3556,'nickname','misha.hillstrom1996'),(46426,3556,'first_name',''),(46427,3556,'last_name',''),(46428,3556,'description',''),(46429,3556,'rich_editing','true'),(46430,3556,'syntax_highlighting','true'),(46431,3556,'comment_shortcuts','false'),(46432,3556,'admin_color','fresh'),(46433,3556,'use_ssl','0'),(46434,3556,'show_admin_bar_front','true'),(46435,3556,'locale',''),(46436,3556,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46437,3556,'wp_user_level','0'),(46438,3556,'default_password_nag','1'),(46439,3557,'nickname','charlie.futcher1988'),(46440,3557,'first_name',''),(46441,3557,'last_name',''),(46442,3557,'description',''),(46443,3557,'rich_editing','true'),(46444,3557,'syntax_highlighting','true'),(46445,3557,'comment_shortcuts','false'),(46446,3557,'admin_color','fresh'),(46447,3557,'use_ssl','0'),(46448,3557,'show_admin_bar_front','true'),(46449,3557,'locale',''),(46450,3557,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46451,3557,'wp_user_level','0'),(46452,3557,'default_password_nag','1'),(46453,3558,'nickname','rajajanius1977'),(46454,3558,'first_name',''),(46455,3558,'last_name',''),(46456,3558,'description',''),(46457,3558,'rich_editing','true'),(46458,3558,'syntax_highlighting','true'),(46459,3558,'comment_shortcuts','false'),(46460,3558,'admin_color','fresh'),(46461,3558,'use_ssl','0'),(46462,3558,'show_admin_bar_front','true'),(46463,3558,'locale',''),(46464,3558,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46465,3558,'wp_user_level','0'),(46466,3558,'default_password_nag','1'),(46467,3559,'nickname','tayla.leonard1976'),(46468,3559,'first_name',''),(46469,3559,'last_name',''),(46470,3559,'description',''),(46471,3559,'rich_editing','true'),(46472,3559,'syntax_highlighting','true'),(46473,3559,'comment_shortcuts','false'),(46474,3559,'admin_color','fresh'),(46475,3559,'use_ssl','0'),(46476,3559,'show_admin_bar_front','true'),(46477,3559,'locale',''),(46478,3559,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46479,3559,'wp_user_level','0'),(46480,3559,'default_password_nag','1'),(46481,3560,'nickname','raacheldiane1982'),(46482,3560,'first_name',''),(46483,3560,'last_name',''),(46484,3560,'description',''),(46485,3560,'rich_editing','true'),(46486,3560,'syntax_highlighting','true'),(46487,3560,'comment_shortcuts','false'),(46488,3560,'admin_color','fresh'),(46489,3560,'use_ssl','0'),(46490,3560,'show_admin_bar_front','true'),(46491,3560,'locale',''),(46492,3560,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46493,3560,'wp_user_level','0'),(46494,3560,'default_password_nag','1'),(46495,3561,'nickname','tucker.kelli1990'),(46496,3561,'first_name',''),(46497,3561,'last_name',''),(46498,3561,'description',''),(46499,3561,'rich_editing','true'),(46500,3561,'syntax_highlighting','true'),(46501,3561,'comment_shortcuts','false'),(46502,3561,'admin_color','fresh'),(46503,3561,'use_ssl','0'),(46504,3561,'show_admin_bar_front','true'),(46505,3561,'locale',''),(46506,3561,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46507,3561,'wp_user_level','0'),(46508,3561,'default_password_nag','1'),(46509,3562,'nickname','thelmaivie1969'),(46510,3562,'first_name',''),(46511,3562,'last_name',''),(46512,3562,'description',''),(46513,3562,'rich_editing','true'),(46514,3562,'syntax_highlighting','true'),(46515,3562,'comment_shortcuts','false'),(46516,3562,'admin_color','fresh'),(46517,3562,'use_ssl','0'),(46518,3562,'show_admin_bar_front','true'),(46519,3562,'locale',''),(46520,3562,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46521,3562,'wp_user_level','0'),(46522,3562,'default_password_nag','1'),(46523,3563,'nickname','adamclugston1996'),(46524,3563,'first_name',''),(46525,3563,'last_name',''),(46526,3563,'description',''),(46527,3563,'rich_editing','true'),(46528,3563,'syntax_highlighting','true'),(46529,3563,'comment_shortcuts','false'),(46530,3563,'admin_color','fresh'),(46531,3563,'use_ssl','0'),(46532,3563,'show_admin_bar_front','true'),(46533,3563,'locale',''),(46534,3563,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46535,3563,'wp_user_level','0'),(46536,3563,'default_password_nag','1'),(46537,3564,'nickname','harry.k.yamada1998'),(46538,3564,'first_name',''),(46539,3564,'last_name',''),(46540,3564,'description',''),(46541,3564,'rich_editing','true'),(46542,3564,'syntax_highlighting','true'),(46543,3564,'comment_shortcuts','false'),(46544,3564,'admin_color','fresh'),(46545,3564,'use_ssl','0'),(46546,3564,'show_admin_bar_front','true'),(46547,3564,'locale',''),(46548,3564,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46549,3564,'wp_user_level','0'),(46550,3564,'default_password_nag','1'),(46551,3565,'nickname','ozzie.mitson1980'),(46552,3565,'first_name',''),(46553,3565,'last_name',''),(46554,3565,'description',''),(46555,3565,'rich_editing','true'),(46556,3565,'syntax_highlighting','true'),(46557,3565,'comment_shortcuts','false'),(46558,3565,'admin_color','fresh'),(46559,3565,'use_ssl','0'),(46560,3565,'show_admin_bar_front','true'),(46561,3565,'locale',''),(46562,3565,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46563,3565,'wp_user_level','0'),(46564,3565,'default_password_nag','1'),(46565,3566,'nickname','jen.odell1991'),(46566,3566,'first_name',''),(46567,3566,'last_name',''),(46568,3566,'description',''),(46569,3566,'rich_editing','true'),(46570,3566,'syntax_highlighting','true'),(46571,3566,'comment_shortcuts','false'),(46572,3566,'admin_color','fresh'),(46573,3566,'use_ssl','0'),(46574,3566,'show_admin_bar_front','true'),(46575,3566,'locale',''),(46576,3566,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46577,3566,'wp_user_level','0'),(46578,3566,'default_password_nag','1'),(46579,3567,'nickname','jjjjcrew1960'),(46580,3567,'first_name',''),(46581,3567,'last_name',''),(46582,3567,'description',''),(46583,3567,'rich_editing','true'),(46584,3567,'syntax_highlighting','true'),(46585,3567,'comment_shortcuts','false'),(46586,3567,'admin_color','fresh'),(46587,3567,'use_ssl','0'),(46588,3567,'show_admin_bar_front','true'),(46589,3567,'locale',''),(46590,3567,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46591,3567,'wp_user_level','0'),(46592,3567,'default_password_nag','1'),(46593,3568,'nickname','ramcesd_211964'),(46594,3568,'first_name',''),(46595,3568,'last_name',''),(46596,3568,'description',''),(46597,3568,'rich_editing','true'),(46598,3568,'syntax_highlighting','true'),(46599,3568,'comment_shortcuts','false'),(46600,3568,'admin_color','fresh'),(46601,3568,'use_ssl','0'),(46602,3568,'show_admin_bar_front','true'),(46603,3568,'locale',''),(46604,3568,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46605,3568,'wp_user_level','0'),(46606,3568,'default_password_nag','1'),(46607,3569,'nickname','hhoshino1967'),(46608,3569,'first_name',''),(46609,3569,'last_name',''),(46610,3569,'description',''),(46611,3569,'rich_editing','true'),(46612,3569,'syntax_highlighting','true'),(46613,3569,'comment_shortcuts','false'),(46614,3569,'admin_color','fresh'),(46615,3569,'use_ssl','0'),(46616,3569,'show_admin_bar_front','true'),(46617,3569,'locale',''),(46618,3569,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46619,3569,'wp_user_level','0'),(46620,3569,'default_password_nag','1'),(46621,3570,'nickname','marci.meister1996'),(46622,3570,'first_name',''),(46623,3570,'last_name',''),(46624,3570,'description',''),(46625,3570,'rich_editing','true'),(46626,3570,'syntax_highlighting','true'),(46627,3570,'comment_shortcuts','false'),(46628,3570,'admin_color','fresh'),(46629,3570,'use_ssl','0'),(46630,3570,'show_admin_bar_front','true'),(46631,3570,'locale',''),(46632,3570,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46633,3570,'wp_user_level','0'),(46634,3570,'default_password_nag','1'),(46635,3571,'nickname','george_170011960'),(46636,3571,'first_name',''),(46637,3571,'last_name',''),(46638,3571,'description',''),(46639,3571,'rich_editing','true'),(46640,3571,'syntax_highlighting','true'),(46641,3571,'comment_shortcuts','false'),(46642,3571,'admin_color','fresh'),(46643,3571,'use_ssl','0'),(46644,3571,'show_admin_bar_front','true'),(46645,3571,'locale',''),(46646,3571,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46647,3571,'wp_user_level','0'),(46648,3571,'default_password_nag','1'),(46649,3572,'nickname','spetee771972'),(46650,3572,'first_name',''),(46651,3572,'last_name',''),(46652,3572,'description',''),(46653,3572,'rich_editing','true'),(46654,3572,'syntax_highlighting','true'),(46655,3572,'comment_shortcuts','false'),(46656,3572,'admin_color','fresh'),(46657,3572,'use_ssl','0'),(46658,3572,'show_admin_bar_front','true'),(46659,3572,'locale',''),(46660,3572,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46661,3572,'wp_user_level','0'),(46662,3572,'default_password_nag','1'),(46663,3573,'nickname','itsjustcassiee1957'),(46664,3573,'first_name',''),(46665,3573,'last_name',''),(46666,3573,'description',''),(46667,3573,'rich_editing','true'),(46668,3573,'syntax_highlighting','true'),(46669,3573,'comment_shortcuts','false'),(46670,3573,'admin_color','fresh'),(46671,3573,'use_ssl','0'),(46672,3573,'show_admin_bar_front','true'),(46673,3573,'locale',''),(46674,3573,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46675,3573,'wp_user_level','0'),(46676,3573,'default_password_nag','1'),(46677,3574,'nickname','danigurl482010'),(46678,3574,'first_name',''),(46679,3574,'last_name',''),(46680,3574,'description',''),(46681,3574,'rich_editing','true'),(46682,3574,'syntax_highlighting','true'),(46683,3574,'comment_shortcuts','false'),(46684,3574,'admin_color','fresh'),(46685,3574,'use_ssl','0'),(46686,3574,'show_admin_bar_front','true'),(46687,3574,'locale',''),(46688,3574,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46689,3574,'wp_user_level','0'),(46690,3574,'default_password_nag','1'),(46691,3575,'nickname','tbstride1984'),(46692,3575,'first_name',''),(46693,3575,'last_name',''),(46694,3575,'description',''),(46695,3575,'rich_editing','true'),(46696,3575,'syntax_highlighting','true'),(46697,3575,'comment_shortcuts','false'),(46698,3575,'admin_color','fresh'),(46699,3575,'use_ssl','0'),(46700,3575,'show_admin_bar_front','true'),(46701,3575,'locale',''),(46702,3575,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46703,3575,'wp_user_level','0'),(46704,3575,'default_password_nag','1'),(46705,3576,'nickname','tiffanyhautau1964'),(46706,3576,'first_name',''),(46707,3576,'last_name',''),(46708,3576,'description',''),(46709,3576,'rich_editing','true'),(46710,3576,'syntax_highlighting','true'),(46711,3576,'comment_shortcuts','false'),(46712,3576,'admin_color','fresh'),(46713,3576,'use_ssl','0'),(46714,3576,'show_admin_bar_front','true'),(46715,3576,'locale',''),(46716,3576,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46717,3576,'wp_user_level','0'),(46718,3576,'default_password_nag','1'),(46719,3577,'nickname','ephbuck1990'),(46720,3577,'first_name',''),(46721,3577,'last_name',''),(46722,3577,'description',''),(46723,3577,'rich_editing','true'),(46724,3577,'syntax_highlighting','true'),(46725,3577,'comment_shortcuts','false'),(46726,3577,'admin_color','fresh'),(46727,3577,'use_ssl','0'),(46728,3577,'show_admin_bar_front','true'),(46729,3577,'locale',''),(46730,3577,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46731,3577,'wp_user_level','0'),(46732,3577,'default_password_nag','1'),(46733,3578,'nickname','hakbd1955'),(46734,3578,'first_name',''),(46735,3578,'last_name',''),(46736,3578,'description',''),(46737,3578,'rich_editing','true'),(46738,3578,'syntax_highlighting','true'),(46739,3578,'comment_shortcuts','false'),(46740,3578,'admin_color','fresh'),(46741,3578,'use_ssl','0'),(46742,3578,'show_admin_bar_front','true'),(46743,3578,'locale',''),(46744,3578,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46745,3578,'wp_user_level','0'),(46746,3578,'default_password_nag','1'),(46747,3579,'nickname','kw1954'),(46748,3579,'first_name',''),(46749,3579,'last_name',''),(46750,3579,'description',''),(46751,3579,'rich_editing','true'),(46752,3579,'syntax_highlighting','true'),(46753,3579,'comment_shortcuts','false'),(46754,3579,'admin_color','fresh'),(46755,3579,'use_ssl','0'),(46756,3579,'show_admin_bar_front','true'),(46757,3579,'locale',''),(46758,3579,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46759,3579,'wp_user_level','0'),(46760,3579,'default_password_nag','1'),(46761,3580,'nickname','jazdg20001993'),(46762,3580,'first_name',''),(46763,3580,'last_name',''),(46764,3580,'description',''),(46765,3580,'rich_editing','true'),(46766,3580,'syntax_highlighting','true'),(46767,3580,'comment_shortcuts','false'),(46768,3580,'admin_color','fresh'),(46769,3580,'use_ssl','0'),(46770,3580,'show_admin_bar_front','true'),(46771,3580,'locale',''),(46772,3580,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46773,3580,'wp_user_level','0'),(46774,3580,'default_password_nag','1'),(46775,3581,'nickname','favorford1960'),(46776,3581,'first_name',''),(46777,3581,'last_name',''),(46778,3581,'description',''),(46779,3581,'rich_editing','true'),(46780,3581,'syntax_highlighting','true'),(46781,3581,'comment_shortcuts','false'),(46782,3581,'admin_color','fresh'),(46783,3581,'use_ssl','0'),(46784,3581,'show_admin_bar_front','true'),(46785,3581,'locale',''),(46786,3581,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46787,3581,'wp_user_level','0'),(46788,3581,'default_password_nag','1'),(46789,3582,'nickname','kvkevindragonx1968'),(46790,3582,'first_name',''),(46791,3582,'last_name',''),(46792,3582,'description',''),(46793,3582,'rich_editing','true'),(46794,3582,'syntax_highlighting','true'),(46795,3582,'comment_shortcuts','false'),(46796,3582,'admin_color','fresh'),(46797,3582,'use_ssl','0'),(46798,3582,'show_admin_bar_front','true'),(46799,3582,'locale',''),(46800,3582,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46801,3582,'wp_user_level','0'),(46802,3582,'default_password_nag','1'),(46803,3583,'nickname','dohman1957'),(46804,3583,'first_name',''),(46805,3583,'last_name',''),(46806,3583,'description',''),(46807,3583,'rich_editing','true'),(46808,3583,'syntax_highlighting','true'),(46809,3583,'comment_shortcuts','false'),(46810,3583,'admin_color','fresh'),(46811,3583,'use_ssl','0'),(46812,3583,'show_admin_bar_front','true'),(46813,3583,'locale',''),(46814,3583,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46815,3583,'wp_user_level','0'),(46816,3583,'default_password_nag','1'),(46817,3584,'nickname','betsyreing1990'),(46818,3584,'first_name',''),(46819,3584,'last_name',''),(46820,3584,'description',''),(46821,3584,'rich_editing','true'),(46822,3584,'syntax_highlighting','true'),(46823,3584,'comment_shortcuts','false'),(46824,3584,'admin_color','fresh'),(46825,3584,'use_ssl','0'),(46826,3584,'show_admin_bar_front','true'),(46827,3584,'locale',''),(46828,3584,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46829,3584,'wp_user_level','0'),(46830,3584,'default_password_nag','1'),(46831,3585,'nickname','kkern762008'),(46832,3585,'first_name',''),(46833,3585,'last_name',''),(46834,3585,'description',''),(46835,3585,'rich_editing','true'),(46836,3585,'syntax_highlighting','true'),(46837,3585,'comment_shortcuts','false'),(46838,3585,'admin_color','fresh'),(46839,3585,'use_ssl','0'),(46840,3585,'show_admin_bar_front','true'),(46841,3585,'locale',''),(46842,3585,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46843,3585,'wp_user_level','0'),(46844,3585,'default_password_nag','1'),(46845,3586,'nickname','darryl1986'),(46846,3586,'first_name',''),(46847,3586,'last_name',''),(46848,3586,'description',''),(46849,3586,'rich_editing','true'),(46850,3586,'syntax_highlighting','true'),(46851,3586,'comment_shortcuts','false'),(46852,3586,'admin_color','fresh'),(46853,3586,'use_ssl','0'),(46854,3586,'show_admin_bar_front','true'),(46855,3586,'locale',''),(46856,3586,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46857,3586,'wp_user_level','0'),(46858,3586,'default_password_nag','1'),(46859,3587,'nickname','jimbeeryboater1985'),(46860,3587,'first_name',''),(46861,3587,'last_name',''),(46862,3587,'description',''),(46863,3587,'rich_editing','true'),(46864,3587,'syntax_highlighting','true'),(46865,3587,'comment_shortcuts','false'),(46866,3587,'admin_color','fresh'),(46867,3587,'use_ssl','0'),(46868,3587,'show_admin_bar_front','true'),(46869,3587,'locale',''),(46870,3587,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46871,3587,'wp_user_level','0'),(46872,3587,'default_password_nag','1'),(46873,3588,'nickname','drrkpc1966'),(46874,3588,'first_name',''),(46875,3588,'last_name',''),(46876,3588,'description',''),(46877,3588,'rich_editing','true'),(46878,3588,'syntax_highlighting','true'),(46879,3588,'comment_shortcuts','false'),(46880,3588,'admin_color','fresh'),(46881,3588,'use_ssl','0'),(46882,3588,'show_admin_bar_front','true'),(46883,3588,'locale',''),(46884,3588,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46885,3588,'wp_user_level','0'),(46886,3588,'default_password_nag','1'),(46887,3589,'nickname','teresalangley2010'),(46888,3589,'first_name',''),(46889,3589,'last_name',''),(46890,3589,'description',''),(46891,3589,'rich_editing','true'),(46892,3589,'syntax_highlighting','true'),(46893,3589,'comment_shortcuts','false'),(46894,3589,'admin_color','fresh'),(46895,3589,'use_ssl','0'),(46896,3589,'show_admin_bar_front','true'),(46897,3589,'locale',''),(46898,3589,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46899,3589,'wp_user_level','0'),(46900,3589,'default_password_nag','1'),(46901,3590,'nickname','scd5001992'),(46902,3590,'first_name',''),(46903,3590,'last_name',''),(46904,3590,'description',''),(46905,3590,'rich_editing','true'),(46906,3590,'syntax_highlighting','true'),(46907,3590,'comment_shortcuts','false'),(46908,3590,'admin_color','fresh'),(46909,3590,'use_ssl','0'),(46910,3590,'show_admin_bar_front','true'),(46911,3590,'locale',''),(46912,3590,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46913,3590,'wp_user_level','0'),(46914,3590,'default_password_nag','1'),(46915,3591,'nickname','hawks181971'),(46916,3591,'first_name',''),(46917,3591,'last_name',''),(46918,3591,'description',''),(46919,3591,'rich_editing','true'),(46920,3591,'syntax_highlighting','true'),(46921,3591,'comment_shortcuts','false'),(46922,3591,'admin_color','fresh'),(46923,3591,'use_ssl','0'),(46924,3591,'show_admin_bar_front','true'),(46925,3591,'locale',''),(46926,3591,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46927,3591,'wp_user_level','0'),(46928,3591,'default_password_nag','1'),(46929,3592,'nickname','smd45871973'),(46930,3592,'first_name',''),(46931,3592,'last_name',''),(46932,3592,'description',''),(46933,3592,'rich_editing','true'),(46934,3592,'syntax_highlighting','true'),(46935,3592,'comment_shortcuts','false'),(46936,3592,'admin_color','fresh'),(46937,3592,'use_ssl','0'),(46938,3592,'show_admin_bar_front','true'),(46939,3592,'locale',''),(46940,3592,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46941,3592,'wp_user_level','0'),(46942,3592,'default_password_nag','1'),(46943,3593,'nickname','robbin4121976'),(46944,3593,'first_name',''),(46945,3593,'last_name',''),(46946,3593,'description',''),(46947,3593,'rich_editing','true'),(46948,3593,'syntax_highlighting','true'),(46949,3593,'comment_shortcuts','false'),(46950,3593,'admin_color','fresh'),(46951,3593,'use_ssl','0'),(46952,3593,'show_admin_bar_front','true'),(46953,3593,'locale',''),(46954,3593,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46955,3593,'wp_user_level','0'),(46956,3593,'default_password_nag','1'),(46957,3594,'nickname','aematienzo1959'),(46958,3594,'first_name',''),(46959,3594,'last_name',''),(46960,3594,'description',''),(46961,3594,'rich_editing','true'),(46962,3594,'syntax_highlighting','true'),(46963,3594,'comment_shortcuts','false'),(46964,3594,'admin_color','fresh'),(46965,3594,'use_ssl','0'),(46966,3594,'show_admin_bar_front','true'),(46967,3594,'locale',''),(46968,3594,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46969,3594,'wp_user_level','0'),(46970,3594,'default_password_nag','1'),(46971,3595,'nickname','awmathews1988'),(46972,3595,'first_name',''),(46973,3595,'last_name',''),(46974,3595,'description',''),(46975,3595,'rich_editing','true'),(46976,3595,'syntax_highlighting','true'),(46977,3595,'comment_shortcuts','false'),(46978,3595,'admin_color','fresh'),(46979,3595,'use_ssl','0'),(46980,3595,'show_admin_bar_front','true'),(46981,3595,'locale',''),(46982,3595,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46983,3595,'wp_user_level','0'),(46984,3595,'default_password_nag','1'),(46985,3596,'nickname','kbeyer4182010'),(46986,3596,'first_name',''),(46987,3596,'last_name',''),(46988,3596,'description',''),(46989,3596,'rich_editing','true'),(46990,3596,'syntax_highlighting','true'),(46991,3596,'comment_shortcuts','false'),(46992,3596,'admin_color','fresh'),(46993,3596,'use_ssl','0'),(46994,3596,'show_admin_bar_front','true'),(46995,3596,'locale',''),(46996,3596,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(46997,3596,'wp_user_level','0'),(46998,3596,'default_password_nag','1'),(46999,3597,'nickname','catdog1213831985'),(47000,3597,'first_name',''),(47001,3597,'last_name',''),(47002,3597,'description',''),(47003,3597,'rich_editing','true'),(47004,3597,'syntax_highlighting','true'),(47005,3597,'comment_shortcuts','false'),(47006,3597,'admin_color','fresh'),(47007,3597,'use_ssl','0'),(47008,3597,'show_admin_bar_front','true'),(47009,3597,'locale',''),(47010,3597,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47011,3597,'wp_user_level','0'),(47012,3597,'default_password_nag','1'),(47013,3598,'nickname','missdanger9112002'),(47014,3598,'first_name',''),(47015,3598,'last_name',''),(47016,3598,'description',''),(47017,3598,'rich_editing','true'),(47018,3598,'syntax_highlighting','true'),(47019,3598,'comment_shortcuts','false'),(47020,3598,'admin_color','fresh'),(47021,3598,'use_ssl','0'),(47022,3598,'show_admin_bar_front','true'),(47023,3598,'locale',''),(47024,3598,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47025,3598,'wp_user_level','0'),(47026,3598,'default_password_nag','1'),(47027,3599,'nickname','snflwr19771998'),(47028,3599,'first_name',''),(47029,3599,'last_name',''),(47030,3599,'description',''),(47031,3599,'rich_editing','true'),(47032,3599,'syntax_highlighting','true'),(47033,3599,'comment_shortcuts','false'),(47034,3599,'admin_color','fresh'),(47035,3599,'use_ssl','0'),(47036,3599,'show_admin_bar_front','true'),(47037,3599,'locale',''),(47038,3599,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47039,3599,'wp_user_level','0'),(47040,3599,'default_password_nag','1'),(47041,3600,'nickname','mcclenaghan2004'),(47042,3600,'first_name',''),(47043,3600,'last_name',''),(47044,3600,'description',''),(47045,3600,'rich_editing','true'),(47046,3600,'syntax_highlighting','true'),(47047,3600,'comment_shortcuts','false'),(47048,3600,'admin_color','fresh'),(47049,3600,'use_ssl','0'),(47050,3600,'show_admin_bar_front','true'),(47051,3600,'locale',''),(47052,3600,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47053,3600,'wp_user_level','0'),(47054,3600,'default_password_nag','1'),(47055,3601,'nickname','ec1231985'),(47056,3601,'first_name',''),(47057,3601,'last_name',''),(47058,3601,'description',''),(47059,3601,'rich_editing','true'),(47060,3601,'syntax_highlighting','true'),(47061,3601,'comment_shortcuts','false'),(47062,3601,'admin_color','fresh'),(47063,3601,'use_ssl','0'),(47064,3601,'show_admin_bar_front','true'),(47065,3601,'locale',''),(47066,3601,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47067,3601,'wp_user_level','0'),(47068,3601,'default_password_nag','1'),(47069,3602,'nickname','edgarm51962'),(47070,3602,'first_name',''),(47071,3602,'last_name',''),(47072,3602,'description',''),(47073,3602,'rich_editing','true'),(47074,3602,'syntax_highlighting','true'),(47075,3602,'comment_shortcuts','false'),(47076,3602,'admin_color','fresh'),(47077,3602,'use_ssl','0'),(47078,3602,'show_admin_bar_front','true'),(47079,3602,'locale',''),(47080,3602,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47081,3602,'wp_user_level','0'),(47082,3602,'default_password_nag','1'),(47083,3603,'nickname','dhtye1974'),(47084,3603,'first_name',''),(47085,3603,'last_name',''),(47086,3603,'description',''),(47087,3603,'rich_editing','true'),(47088,3603,'syntax_highlighting','true'),(47089,3603,'comment_shortcuts','false'),(47090,3603,'admin_color','fresh'),(47091,3603,'use_ssl','0'),(47092,3603,'show_admin_bar_front','true'),(47093,3603,'locale',''),(47094,3603,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47095,3603,'wp_user_level','0'),(47096,3603,'default_password_nag','1'),(47097,3604,'nickname','magic.greene1955'),(47098,3604,'first_name',''),(47099,3604,'last_name',''),(47100,3604,'description',''),(47101,3604,'rich_editing','true'),(47102,3604,'syntax_highlighting','true'),(47103,3604,'comment_shortcuts','false'),(47104,3604,'admin_color','fresh'),(47105,3604,'use_ssl','0'),(47106,3604,'show_admin_bar_front','true'),(47107,3604,'locale',''),(47108,3604,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47109,3604,'wp_user_level','0'),(47110,3604,'default_password_nag','1'),(47111,3605,'nickname','laecheverrian1998'),(47112,3605,'first_name',''),(47113,3605,'last_name',''),(47114,3605,'description',''),(47115,3605,'rich_editing','true'),(47116,3605,'syntax_highlighting','true'),(47117,3605,'comment_shortcuts','false'),(47118,3605,'admin_color','fresh'),(47119,3605,'use_ssl','0'),(47120,3605,'show_admin_bar_front','true'),(47121,3605,'locale',''),(47122,3605,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47123,3605,'wp_user_level','0'),(47124,3605,'default_password_nag','1'),(47125,3606,'nickname','kristen.franks1980'),(47126,3606,'first_name',''),(47127,3606,'last_name',''),(47128,3606,'description',''),(47129,3606,'rich_editing','true'),(47130,3606,'syntax_highlighting','true'),(47131,3606,'comment_shortcuts','false'),(47132,3606,'admin_color','fresh'),(47133,3606,'use_ssl','0'),(47134,3606,'show_admin_bar_front','true'),(47135,3606,'locale',''),(47136,3606,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47137,3606,'wp_user_level','0'),(47138,3606,'default_password_nag','1'),(47139,3607,'nickname','ghost84801999'),(47140,3607,'first_name',''),(47141,3607,'last_name',''),(47142,3607,'description',''),(47143,3607,'rich_editing','true'),(47144,3607,'syntax_highlighting','true'),(47145,3607,'comment_shortcuts','false'),(47146,3607,'admin_color','fresh'),(47147,3607,'use_ssl','0'),(47148,3607,'show_admin_bar_front','true'),(47149,3607,'locale',''),(47150,3607,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47151,3607,'wp_user_level','0'),(47152,3607,'default_password_nag','1'),(47153,3608,'nickname','sbensaadon1999'),(47154,3608,'first_name',''),(47155,3608,'last_name',''),(47156,3608,'description',''),(47157,3608,'rich_editing','true'),(47158,3608,'syntax_highlighting','true'),(47159,3608,'comment_shortcuts','false'),(47160,3608,'admin_color','fresh'),(47161,3608,'use_ssl','0'),(47162,3608,'show_admin_bar_front','true'),(47163,3608,'locale',''),(47164,3608,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47165,3608,'wp_user_level','0'),(47166,3608,'default_password_nag','1'),(47167,3609,'nickname','clayton.campos111954'),(47168,3609,'first_name',''),(47169,3609,'last_name',''),(47170,3609,'description',''),(47171,3609,'rich_editing','true'),(47172,3609,'syntax_highlighting','true'),(47173,3609,'comment_shortcuts','false'),(47174,3609,'admin_color','fresh'),(47175,3609,'use_ssl','0'),(47176,3609,'show_admin_bar_front','true'),(47177,3609,'locale',''),(47178,3609,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47179,3609,'wp_user_level','0'),(47180,3609,'default_password_nag','1'),(47181,3610,'nickname','taron11381990'),(47182,3610,'first_name',''),(47183,3610,'last_name',''),(47184,3610,'description',''),(47185,3610,'rich_editing','true'),(47186,3610,'syntax_highlighting','true'),(47187,3610,'comment_shortcuts','false'),(47188,3610,'admin_color','fresh'),(47189,3610,'use_ssl','0'),(47190,3610,'show_admin_bar_front','true'),(47191,3610,'locale',''),(47192,3610,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47193,3610,'wp_user_level','0'),(47194,3610,'default_password_nag','1'),(47195,3611,'nickname','m46291951'),(47196,3611,'first_name',''),(47197,3611,'last_name',''),(47198,3611,'description',''),(47199,3611,'rich_editing','true'),(47200,3611,'syntax_highlighting','true'),(47201,3611,'comment_shortcuts','false'),(47202,3611,'admin_color','fresh'),(47203,3611,'use_ssl','0'),(47204,3611,'show_admin_bar_front','true'),(47205,3611,'locale',''),(47206,3611,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47207,3611,'wp_user_level','0'),(47208,3611,'default_password_nag','1'),(47209,3612,'nickname','office1966'),(47210,3612,'first_name',''),(47211,3612,'last_name',''),(47212,3612,'description',''),(47213,3612,'rich_editing','true'),(47214,3612,'syntax_highlighting','true'),(47215,3612,'comment_shortcuts','false'),(47216,3612,'admin_color','fresh'),(47217,3612,'use_ssl','0'),(47218,3612,'show_admin_bar_front','true'),(47219,3612,'locale',''),(47220,3612,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47221,3612,'wp_user_level','0'),(47222,3612,'default_password_nag','1'),(47223,3613,'nickname','derek.magdal1977'),(47224,3613,'first_name',''),(47225,3613,'last_name',''),(47226,3613,'description',''),(47227,3613,'rich_editing','true'),(47228,3613,'syntax_highlighting','true'),(47229,3613,'comment_shortcuts','false'),(47230,3613,'admin_color','fresh'),(47231,3613,'use_ssl','0'),(47232,3613,'show_admin_bar_front','true'),(47233,3613,'locale',''),(47234,3613,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47235,3613,'wp_user_level','0'),(47236,3613,'default_password_nag','1'),(47237,3614,'nickname','lawanna1994'),(47238,3614,'first_name',''),(47239,3614,'last_name',''),(47240,3614,'description',''),(47241,3614,'rich_editing','true'),(47242,3614,'syntax_highlighting','true'),(47243,3614,'comment_shortcuts','false'),(47244,3614,'admin_color','fresh'),(47245,3614,'use_ssl','0'),(47246,3614,'show_admin_bar_front','true'),(47247,3614,'locale',''),(47248,3614,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47249,3614,'wp_user_level','0'),(47250,3614,'default_password_nag','1'),(47251,3615,'nickname','mondoa20041950'),(47252,3615,'first_name',''),(47253,3615,'last_name',''),(47254,3615,'description',''),(47255,3615,'rich_editing','true'),(47256,3615,'syntax_highlighting','true'),(47257,3615,'comment_shortcuts','false'),(47258,3615,'admin_color','fresh'),(47259,3615,'use_ssl','0'),(47260,3615,'show_admin_bar_front','true'),(47261,3615,'locale',''),(47262,3615,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47263,3615,'wp_user_level','0'),(47264,3615,'default_password_nag','1'),(47265,3616,'nickname','nmauldin1996'),(47266,3616,'first_name',''),(47267,3616,'last_name',''),(47268,3616,'description',''),(47269,3616,'rich_editing','true'),(47270,3616,'syntax_highlighting','true'),(47271,3616,'comment_shortcuts','false'),(47272,3616,'admin_color','fresh'),(47273,3616,'use_ssl','0'),(47274,3616,'show_admin_bar_front','true'),(47275,3616,'locale',''),(47276,3616,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47277,3616,'wp_user_level','0'),(47278,3616,'default_password_nag','1'),(47279,3617,'nickname','cebender771991'),(47280,3617,'first_name',''),(47281,3617,'last_name',''),(47282,3617,'description',''),(47283,3617,'rich_editing','true'),(47284,3617,'syntax_highlighting','true'),(47285,3617,'comment_shortcuts','false'),(47286,3617,'admin_color','fresh'),(47287,3617,'use_ssl','0'),(47288,3617,'show_admin_bar_front','true'),(47289,3617,'locale',''),(47290,3617,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47291,3617,'wp_user_level','0'),(47292,3617,'default_password_nag','1'),(47293,3618,'nickname','tom.mullin1981'),(47294,3618,'first_name',''),(47295,3618,'last_name',''),(47296,3618,'description',''),(47297,3618,'rich_editing','true'),(47298,3618,'syntax_highlighting','true'),(47299,3618,'comment_shortcuts','false'),(47300,3618,'admin_color','fresh'),(47301,3618,'use_ssl','0'),(47302,3618,'show_admin_bar_front','true'),(47303,3618,'locale',''),(47304,3618,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47305,3618,'wp_user_level','0'),(47306,3618,'default_password_nag','1'),(47307,3619,'nickname','rkaseff1950'),(47308,3619,'first_name',''),(47309,3619,'last_name',''),(47310,3619,'description',''),(47311,3619,'rich_editing','true'),(47312,3619,'syntax_highlighting','true'),(47313,3619,'comment_shortcuts','false'),(47314,3619,'admin_color','fresh'),(47315,3619,'use_ssl','0'),(47316,3619,'show_admin_bar_front','true'),(47317,3619,'locale',''),(47318,3619,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47319,3619,'wp_user_level','0'),(47320,3619,'default_password_nag','1'),(47321,3620,'nickname','mike2010'),(47322,3620,'first_name',''),(47323,3620,'last_name',''),(47324,3620,'description',''),(47325,3620,'rich_editing','true'),(47326,3620,'syntax_highlighting','true'),(47327,3620,'comment_shortcuts','false'),(47328,3620,'admin_color','fresh'),(47329,3620,'use_ssl','0'),(47330,3620,'show_admin_bar_front','true'),(47331,3620,'locale',''),(47332,3620,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47333,3620,'wp_user_level','0'),(47334,3620,'default_password_nag','1'),(47335,3621,'nickname','trap221968'),(47336,3621,'first_name',''),(47337,3621,'last_name',''),(47338,3621,'description',''),(47339,3621,'rich_editing','true'),(47340,3621,'syntax_highlighting','true'),(47341,3621,'comment_shortcuts','false'),(47342,3621,'admin_color','fresh'),(47343,3621,'use_ssl','0'),(47344,3621,'show_admin_bar_front','true'),(47345,3621,'locale',''),(47346,3621,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47347,3621,'wp_user_level','0'),(47348,3621,'default_password_nag','1'),(47349,3622,'nickname','kittieknauer2000'),(47350,3622,'first_name',''),(47351,3622,'last_name',''),(47352,3622,'description',''),(47353,3622,'rich_editing','true'),(47354,3622,'syntax_highlighting','true'),(47355,3622,'comment_shortcuts','false'),(47356,3622,'admin_color','fresh'),(47357,3622,'use_ssl','0'),(47358,3622,'show_admin_bar_front','true'),(47359,3622,'locale',''),(47360,3622,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47361,3622,'wp_user_level','0'),(47362,3622,'default_password_nag','1'),(47363,3623,'nickname','ecameron1991'),(47364,3623,'first_name',''),(47365,3623,'last_name',''),(47366,3623,'description',''),(47367,3623,'rich_editing','true'),(47368,3623,'syntax_highlighting','true'),(47369,3623,'comment_shortcuts','false'),(47370,3623,'admin_color','fresh'),(47371,3623,'use_ssl','0'),(47372,3623,'show_admin_bar_front','true'),(47373,3623,'locale',''),(47374,3623,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47375,3623,'wp_user_level','0'),(47376,3623,'default_password_nag','1'),(47377,3624,'nickname','alan.perry1975'),(47378,3624,'first_name',''),(47379,3624,'last_name',''),(47380,3624,'description',''),(47381,3624,'rich_editing','true'),(47382,3624,'syntax_highlighting','true'),(47383,3624,'comment_shortcuts','false'),(47384,3624,'admin_color','fresh'),(47385,3624,'use_ssl','0'),(47386,3624,'show_admin_bar_front','true'),(47387,3624,'locale',''),(47388,3624,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47389,3624,'wp_user_level','0'),(47390,3624,'default_password_nag','1'),(47391,3625,'nickname','ssh_cth1993'),(47392,3625,'first_name',''),(47393,3625,'last_name',''),(47394,3625,'description',''),(47395,3625,'rich_editing','true'),(47396,3625,'syntax_highlighting','true'),(47397,3625,'comment_shortcuts','false'),(47398,3625,'admin_color','fresh'),(47399,3625,'use_ssl','0'),(47400,3625,'show_admin_bar_front','true'),(47401,3625,'locale',''),(47402,3625,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47403,3625,'wp_user_level','0'),(47404,3625,'default_password_nag','1'),(47405,3626,'nickname','ptran50071968'),(47406,3626,'first_name',''),(47407,3626,'last_name',''),(47408,3626,'description',''),(47409,3626,'rich_editing','true'),(47410,3626,'syntax_highlighting','true'),(47411,3626,'comment_shortcuts','false'),(47412,3626,'admin_color','fresh'),(47413,3626,'use_ssl','0'),(47414,3626,'show_admin_bar_front','true'),(47415,3626,'locale',''),(47416,3626,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47417,3626,'wp_user_level','0'),(47418,3626,'default_password_nag','1'),(47419,3627,'nickname','donnapappas2006'),(47420,3627,'first_name',''),(47421,3627,'last_name',''),(47422,3627,'description',''),(47423,3627,'rich_editing','true'),(47424,3627,'syntax_highlighting','true'),(47425,3627,'comment_shortcuts','false'),(47426,3627,'admin_color','fresh'),(47427,3627,'use_ssl','0'),(47428,3627,'show_admin_bar_front','true'),(47429,3627,'locale',''),(47430,3627,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47431,3627,'wp_user_level','0'),(47432,3627,'default_password_nag','1'),(47433,3628,'nickname','cdwalls1992'),(47434,3628,'first_name',''),(47435,3628,'last_name',''),(47436,3628,'description',''),(47437,3628,'rich_editing','true'),(47438,3628,'syntax_highlighting','true'),(47439,3628,'comment_shortcuts','false'),(47440,3628,'admin_color','fresh'),(47441,3628,'use_ssl','0'),(47442,3628,'show_admin_bar_front','true'),(47443,3628,'locale',''),(47444,3628,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47445,3628,'wp_user_level','0'),(47446,3628,'default_password_nag','1'),(47447,3629,'nickname','bucthis1957'),(47448,3629,'first_name',''),(47449,3629,'last_name',''),(47450,3629,'description',''),(47451,3629,'rich_editing','true'),(47452,3629,'syntax_highlighting','true'),(47453,3629,'comment_shortcuts','false'),(47454,3629,'admin_color','fresh'),(47455,3629,'use_ssl','0'),(47456,3629,'show_admin_bar_front','true'),(47457,3629,'locale',''),(47458,3629,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47459,3629,'wp_user_level','0'),(47460,3629,'default_password_nag','1'),(47461,3630,'nickname','tchavez00171985'),(47462,3630,'first_name',''),(47463,3630,'last_name',''),(47464,3630,'description',''),(47465,3630,'rich_editing','true'),(47466,3630,'syntax_highlighting','true'),(47467,3630,'comment_shortcuts','false'),(47468,3630,'admin_color','fresh'),(47469,3630,'use_ssl','0'),(47470,3630,'show_admin_bar_front','true'),(47471,3630,'locale',''),(47472,3630,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47473,3630,'wp_user_level','0'),(47474,3630,'default_password_nag','1'),(47475,3631,'nickname','audbrett161953'),(47476,3631,'first_name',''),(47477,3631,'last_name',''),(47478,3631,'description',''),(47479,3631,'rich_editing','true'),(47480,3631,'syntax_highlighting','true'),(47481,3631,'comment_shortcuts','false'),(47482,3631,'admin_color','fresh'),(47483,3631,'use_ssl','0'),(47484,3631,'show_admin_bar_front','true'),(47485,3631,'locale',''),(47486,3631,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47487,3631,'wp_user_level','0'),(47488,3631,'default_password_nag','1'),(47489,3632,'nickname','tn.bob.evers1954'),(47490,3632,'first_name',''),(47491,3632,'last_name',''),(47492,3632,'description',''),(47493,3632,'rich_editing','true'),(47494,3632,'syntax_highlighting','true'),(47495,3632,'comment_shortcuts','false'),(47496,3632,'admin_color','fresh'),(47497,3632,'use_ssl','0'),(47498,3632,'show_admin_bar_front','true'),(47499,3632,'locale',''),(47500,3632,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47501,3632,'wp_user_level','0'),(47502,3632,'default_password_nag','1'),(47503,3633,'nickname','chung.douglas.w1997'),(47504,3633,'first_name',''),(47505,3633,'last_name',''),(47506,3633,'description',''),(47507,3633,'rich_editing','true'),(47508,3633,'syntax_highlighting','true'),(47509,3633,'comment_shortcuts','false'),(47510,3633,'admin_color','fresh'),(47511,3633,'use_ssl','0'),(47512,3633,'show_admin_bar_front','true'),(47513,3633,'locale',''),(47514,3633,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47515,3633,'wp_user_level','0'),(47516,3633,'default_password_nag','1'),(47517,3634,'nickname','ddierbiggs1999'),(47518,3634,'first_name',''),(47519,3634,'last_name',''),(47520,3634,'description',''),(47521,3634,'rich_editing','true'),(47522,3634,'syntax_highlighting','true'),(47523,3634,'comment_shortcuts','false'),(47524,3634,'admin_color','fresh'),(47525,3634,'use_ssl','0'),(47526,3634,'show_admin_bar_front','true'),(47527,3634,'locale',''),(47528,3634,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47529,3634,'wp_user_level','0'),(47530,3634,'default_password_nag','1'),(47531,3635,'nickname','tiffany.loescher1963'),(47532,3635,'first_name',''),(47533,3635,'last_name',''),(47534,3635,'description',''),(47535,3635,'rich_editing','true'),(47536,3635,'syntax_highlighting','true'),(47537,3635,'comment_shortcuts','false'),(47538,3635,'admin_color','fresh'),(47539,3635,'use_ssl','0'),(47540,3635,'show_admin_bar_front','true'),(47541,3635,'locale',''),(47542,3635,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47543,3635,'wp_user_level','0'),(47544,3635,'default_password_nag','1'),(47545,3636,'nickname','nick7dimit2002'),(47546,3636,'first_name',''),(47547,3636,'last_name',''),(47548,3636,'description',''),(47549,3636,'rich_editing','true'),(47550,3636,'syntax_highlighting','true'),(47551,3636,'comment_shortcuts','false'),(47552,3636,'admin_color','fresh'),(47553,3636,'use_ssl','0'),(47554,3636,'show_admin_bar_front','true'),(47555,3636,'locale',''),(47556,3636,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47557,3636,'wp_user_level','0'),(47558,3636,'default_password_nag','1'),(47559,3637,'nickname','aprilfritch1962'),(47560,3637,'first_name',''),(47561,3637,'last_name',''),(47562,3637,'description',''),(47563,3637,'rich_editing','true'),(47564,3637,'syntax_highlighting','true'),(47565,3637,'comment_shortcuts','false'),(47566,3637,'admin_color','fresh'),(47567,3637,'use_ssl','0'),(47568,3637,'show_admin_bar_front','true'),(47569,3637,'locale',''),(47570,3637,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47571,3637,'wp_user_level','0'),(47572,3637,'default_password_nag','1'),(47573,3638,'nickname','lbattle112002'),(47574,3638,'first_name',''),(47575,3638,'last_name',''),(47576,3638,'description',''),(47577,3638,'rich_editing','true'),(47578,3638,'syntax_highlighting','true'),(47579,3638,'comment_shortcuts','false'),(47580,3638,'admin_color','fresh'),(47581,3638,'use_ssl','0'),(47582,3638,'show_admin_bar_front','true'),(47583,3638,'locale',''),(47584,3638,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47585,3638,'wp_user_level','0'),(47586,3638,'default_password_nag','1'),(47587,3639,'nickname','lgordon1953'),(47588,3639,'first_name',''),(47589,3639,'last_name',''),(47590,3639,'description',''),(47591,3639,'rich_editing','true'),(47592,3639,'syntax_highlighting','true'),(47593,3639,'comment_shortcuts','false'),(47594,3639,'admin_color','fresh'),(47595,3639,'use_ssl','0'),(47596,3639,'show_admin_bar_front','true'),(47597,3639,'locale',''),(47598,3639,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47599,3639,'wp_user_level','0'),(47600,3639,'default_password_nag','1'),(47601,3640,'nickname','jrsrodriguez901998'),(47602,3640,'first_name',''),(47603,3640,'last_name',''),(47604,3640,'description',''),(47605,3640,'rich_editing','true'),(47606,3640,'syntax_highlighting','true'),(47607,3640,'comment_shortcuts','false'),(47608,3640,'admin_color','fresh'),(47609,3640,'use_ssl','0'),(47610,3640,'show_admin_bar_front','true'),(47611,3640,'locale',''),(47612,3640,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47613,3640,'wp_user_level','0'),(47614,3640,'default_password_nag','1'),(47615,3641,'nickname','matthewmcgee91980'),(47616,3641,'first_name',''),(47617,3641,'last_name',''),(47618,3641,'description',''),(47619,3641,'rich_editing','true'),(47620,3641,'syntax_highlighting','true'),(47621,3641,'comment_shortcuts','false'),(47622,3641,'admin_color','fresh'),(47623,3641,'use_ssl','0'),(47624,3641,'show_admin_bar_front','true'),(47625,3641,'locale',''),(47626,3641,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47627,3641,'wp_user_level','0'),(47628,3641,'default_password_nag','1'),(47629,3642,'nickname','dmmagic1978'),(47630,3642,'first_name',''),(47631,3642,'last_name',''),(47632,3642,'description',''),(47633,3642,'rich_editing','true'),(47634,3642,'syntax_highlighting','true'),(47635,3642,'comment_shortcuts','false'),(47636,3642,'admin_color','fresh'),(47637,3642,'use_ssl','0'),(47638,3642,'show_admin_bar_front','true'),(47639,3642,'locale',''),(47640,3642,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47641,3642,'wp_user_level','0'),(47642,3642,'default_password_nag','1'),(47643,3643,'nickname','keschler1954'),(47644,3643,'first_name',''),(47645,3643,'last_name',''),(47646,3643,'description',''),(47647,3643,'rich_editing','true'),(47648,3643,'syntax_highlighting','true'),(47649,3643,'comment_shortcuts','false'),(47650,3643,'admin_color','fresh'),(47651,3643,'use_ssl','0'),(47652,3643,'show_admin_bar_front','true'),(47653,3643,'locale',''),(47654,3643,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47655,3643,'wp_user_level','0'),(47656,3643,'default_password_nag','1'),(47657,3644,'nickname','cjustinlindsey2010'),(47658,3644,'first_name',''),(47659,3644,'last_name',''),(47660,3644,'description',''),(47661,3644,'rich_editing','true'),(47662,3644,'syntax_highlighting','true'),(47663,3644,'comment_shortcuts','false'),(47664,3644,'admin_color','fresh'),(47665,3644,'use_ssl','0'),(47666,3644,'show_admin_bar_front','true'),(47667,3644,'locale',''),(47668,3644,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47669,3644,'wp_user_level','0'),(47670,3644,'default_password_nag','1'),(47671,3645,'nickname','daledoubleten1993'),(47672,3645,'first_name',''),(47673,3645,'last_name',''),(47674,3645,'description',''),(47675,3645,'rich_editing','true'),(47676,3645,'syntax_highlighting','true'),(47677,3645,'comment_shortcuts','false'),(47678,3645,'admin_color','fresh'),(47679,3645,'use_ssl','0'),(47680,3645,'show_admin_bar_front','true'),(47681,3645,'locale',''),(47682,3645,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47683,3645,'wp_user_level','0'),(47684,3645,'default_password_nag','1'),(47685,3646,'nickname','jason2002'),(47686,3646,'first_name',''),(47687,3646,'last_name',''),(47688,3646,'description',''),(47689,3646,'rich_editing','true'),(47690,3646,'syntax_highlighting','true'),(47691,3646,'comment_shortcuts','false'),(47692,3646,'admin_color','fresh'),(47693,3646,'use_ssl','0'),(47694,3646,'show_admin_bar_front','true'),(47695,3646,'locale',''),(47696,3646,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47697,3646,'wp_user_level','0'),(47698,3646,'default_password_nag','1'),(47699,3647,'nickname','pmonaghan1972'),(47700,3647,'first_name',''),(47701,3647,'last_name',''),(47702,3647,'description',''),(47703,3647,'rich_editing','true'),(47704,3647,'syntax_highlighting','true'),(47705,3647,'comment_shortcuts','false'),(47706,3647,'admin_color','fresh'),(47707,3647,'use_ssl','0'),(47708,3647,'show_admin_bar_front','true'),(47709,3647,'locale',''),(47710,3647,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47711,3647,'wp_user_level','0'),(47712,3647,'default_password_nag','1'),(47713,3648,'nickname','gsa072006'),(47714,3648,'first_name',''),(47715,3648,'last_name',''),(47716,3648,'description',''),(47717,3648,'rich_editing','true'),(47718,3648,'syntax_highlighting','true'),(47719,3648,'comment_shortcuts','false'),(47720,3648,'admin_color','fresh'),(47721,3648,'use_ssl','0'),(47722,3648,'show_admin_bar_front','true'),(47723,3648,'locale',''),(47724,3648,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47725,3648,'wp_user_level','0'),(47726,3648,'default_password_nag','1'),(47727,3649,'nickname','elke13131953'),(47728,3649,'first_name',''),(47729,3649,'last_name',''),(47730,3649,'description',''),(47731,3649,'rich_editing','true'),(47732,3649,'syntax_highlighting','true'),(47733,3649,'comment_shortcuts','false'),(47734,3649,'admin_color','fresh'),(47735,3649,'use_ssl','0'),(47736,3649,'show_admin_bar_front','true'),(47737,3649,'locale',''),(47738,3649,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47739,3649,'wp_user_level','0'),(47740,3649,'default_password_nag','1'),(47741,3650,'nickname','bob2010'),(47742,3650,'first_name',''),(47743,3650,'last_name',''),(47744,3650,'description',''),(47745,3650,'rich_editing','true'),(47746,3650,'syntax_highlighting','true'),(47747,3650,'comment_shortcuts','false'),(47748,3650,'admin_color','fresh'),(47749,3650,'use_ssl','0'),(47750,3650,'show_admin_bar_front','true'),(47751,3650,'locale',''),(47752,3650,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47753,3650,'wp_user_level','0'),(47754,3650,'default_password_nag','1'),(47755,3651,'nickname','wilasinee1962'),(47756,3651,'first_name',''),(47757,3651,'last_name',''),(47758,3651,'description',''),(47759,3651,'rich_editing','true'),(47760,3651,'syntax_highlighting','true'),(47761,3651,'comment_shortcuts','false'),(47762,3651,'admin_color','fresh'),(47763,3651,'use_ssl','0'),(47764,3651,'show_admin_bar_front','true'),(47765,3651,'locale',''),(47766,3651,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47767,3651,'wp_user_level','0'),(47768,3651,'default_password_nag','1'),(47769,3652,'nickname','jlee2011988'),(47770,3652,'first_name',''),(47771,3652,'last_name',''),(47772,3652,'description',''),(47773,3652,'rich_editing','true'),(47774,3652,'syntax_highlighting','true'),(47775,3652,'comment_shortcuts','false'),(47776,3652,'admin_color','fresh'),(47777,3652,'use_ssl','0'),(47778,3652,'show_admin_bar_front','true'),(47779,3652,'locale',''),(47780,3652,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47781,3652,'wp_user_level','0'),(47782,3652,'default_password_nag','1'),(47783,3653,'nickname','nigelshughes2005'),(47784,3653,'first_name',''),(47785,3653,'last_name',''),(47786,3653,'description',''),(47787,3653,'rich_editing','true'),(47788,3653,'syntax_highlighting','true'),(47789,3653,'comment_shortcuts','false'),(47790,3653,'admin_color','fresh'),(47791,3653,'use_ssl','0'),(47792,3653,'show_admin_bar_front','true'),(47793,3653,'locale',''),(47794,3653,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47795,3653,'wp_user_level','0'),(47796,3653,'default_password_nag','1'),(47797,3654,'nickname','brisuedew2002'),(47798,3654,'first_name',''),(47799,3654,'last_name',''),(47800,3654,'description',''),(47801,3654,'rich_editing','true'),(47802,3654,'syntax_highlighting','true'),(47803,3654,'comment_shortcuts','false'),(47804,3654,'admin_color','fresh'),(47805,3654,'use_ssl','0'),(47806,3654,'show_admin_bar_front','true'),(47807,3654,'locale',''),(47808,3654,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47809,3654,'wp_user_level','0'),(47810,3654,'default_password_nag','1'),(47811,3655,'nickname','aphily1987'),(47812,3655,'first_name',''),(47813,3655,'last_name',''),(47814,3655,'description',''),(47815,3655,'rich_editing','true'),(47816,3655,'syntax_highlighting','true'),(47817,3655,'comment_shortcuts','false'),(47818,3655,'admin_color','fresh'),(47819,3655,'use_ssl','0'),(47820,3655,'show_admin_bar_front','true'),(47821,3655,'locale',''),(47822,3655,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47823,3655,'wp_user_level','0'),(47824,3655,'default_password_nag','1'),(47825,3656,'nickname','ladyvj011967'),(47826,3656,'first_name',''),(47827,3656,'last_name',''),(47828,3656,'description',''),(47829,3656,'rich_editing','true'),(47830,3656,'syntax_highlighting','true'),(47831,3656,'comment_shortcuts','false'),(47832,3656,'admin_color','fresh'),(47833,3656,'use_ssl','0'),(47834,3656,'show_admin_bar_front','true'),(47835,3656,'locale',''),(47836,3656,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47837,3656,'wp_user_level','0'),(47838,3656,'default_password_nag','1'),(47839,3657,'nickname','jhorn731983'),(47840,3657,'first_name',''),(47841,3657,'last_name',''),(47842,3657,'description',''),(47843,3657,'rich_editing','true'),(47844,3657,'syntax_highlighting','true'),(47845,3657,'comment_shortcuts','false'),(47846,3657,'admin_color','fresh'),(47847,3657,'use_ssl','0'),(47848,3657,'show_admin_bar_front','true'),(47849,3657,'locale',''),(47850,3657,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47851,3657,'wp_user_level','0'),(47852,3657,'default_password_nag','1'),(47853,3658,'nickname','veejohnson811958'),(47854,3658,'first_name',''),(47855,3658,'last_name',''),(47856,3658,'description',''),(47857,3658,'rich_editing','true'),(47858,3658,'syntax_highlighting','true'),(47859,3658,'comment_shortcuts','false'),(47860,3658,'admin_color','fresh'),(47861,3658,'use_ssl','0'),(47862,3658,'show_admin_bar_front','true'),(47863,3658,'locale',''),(47864,3658,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47865,3658,'wp_user_level','0'),(47866,3658,'default_password_nag','1'),(47867,3659,'nickname','dstern43411970'),(47868,3659,'first_name',''),(47869,3659,'last_name',''),(47870,3659,'description',''),(47871,3659,'rich_editing','true'),(47872,3659,'syntax_highlighting','true'),(47873,3659,'comment_shortcuts','false'),(47874,3659,'admin_color','fresh'),(47875,3659,'use_ssl','0'),(47876,3659,'show_admin_bar_front','true'),(47877,3659,'locale',''),(47878,3659,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47879,3659,'wp_user_level','0'),(47880,3659,'default_password_nag','1'),(47881,3660,'nickname','talipank1972'),(47882,3660,'first_name',''),(47883,3660,'last_name',''),(47884,3660,'description',''),(47885,3660,'rich_editing','true'),(47886,3660,'syntax_highlighting','true'),(47887,3660,'comment_shortcuts','false'),(47888,3660,'admin_color','fresh'),(47889,3660,'use_ssl','0'),(47890,3660,'show_admin_bar_front','true'),(47891,3660,'locale',''),(47892,3660,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47893,3660,'wp_user_level','0'),(47894,3660,'default_password_nag','1'),(47895,3661,'nickname','marsharose21961'),(47896,3661,'first_name',''),(47897,3661,'last_name',''),(47898,3661,'description',''),(47899,3661,'rich_editing','true'),(47900,3661,'syntax_highlighting','true'),(47901,3661,'comment_shortcuts','false'),(47902,3661,'admin_color','fresh'),(47903,3661,'use_ssl','0'),(47904,3661,'show_admin_bar_front','true'),(47905,3661,'locale',''),(47906,3661,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47907,3661,'wp_user_level','0'),(47908,3661,'default_password_nag','1'),(47909,3662,'nickname','schm20101960'),(47910,3662,'first_name',''),(47911,3662,'last_name',''),(47912,3662,'description',''),(47913,3662,'rich_editing','true'),(47914,3662,'syntax_highlighting','true'),(47915,3662,'comment_shortcuts','false'),(47916,3662,'admin_color','fresh'),(47917,3662,'use_ssl','0'),(47918,3662,'show_admin_bar_front','true'),(47919,3662,'locale',''),(47920,3662,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47921,3662,'wp_user_level','0'),(47922,3662,'default_password_nag','1'),(47923,3663,'nickname','rickin8tor1966'),(47924,3663,'first_name',''),(47925,3663,'last_name',''),(47926,3663,'description',''),(47927,3663,'rich_editing','true'),(47928,3663,'syntax_highlighting','true'),(47929,3663,'comment_shortcuts','false'),(47930,3663,'admin_color','fresh'),(47931,3663,'use_ssl','0'),(47932,3663,'show_admin_bar_front','true'),(47933,3663,'locale',''),(47934,3663,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47935,3663,'wp_user_level','0'),(47936,3663,'default_password_nag','1'),(47937,3664,'nickname','deserthootman1955'),(47938,3664,'first_name',''),(47939,3664,'last_name',''),(47940,3664,'description',''),(47941,3664,'rich_editing','true'),(47942,3664,'syntax_highlighting','true'),(47943,3664,'comment_shortcuts','false'),(47944,3664,'admin_color','fresh'),(47945,3664,'use_ssl','0'),(47946,3664,'show_admin_bar_front','true'),(47947,3664,'locale',''),(47948,3664,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47949,3664,'wp_user_level','0'),(47950,3664,'default_password_nag','1'),(47951,3665,'nickname','nise2761979'),(47952,3665,'first_name',''),(47953,3665,'last_name',''),(47954,3665,'description',''),(47955,3665,'rich_editing','true'),(47956,3665,'syntax_highlighting','true'),(47957,3665,'comment_shortcuts','false'),(47958,3665,'admin_color','fresh'),(47959,3665,'use_ssl','0'),(47960,3665,'show_admin_bar_front','true'),(47961,3665,'locale',''),(47962,3665,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47963,3665,'wp_user_level','0'),(47964,3665,'default_password_nag','1'),(47965,3666,'nickname','kari426841980'),(47966,3666,'first_name',''),(47967,3666,'last_name',''),(47968,3666,'description',''),(47969,3666,'rich_editing','true'),(47970,3666,'syntax_highlighting','true'),(47971,3666,'comment_shortcuts','false'),(47972,3666,'admin_color','fresh'),(47973,3666,'use_ssl','0'),(47974,3666,'show_admin_bar_front','true'),(47975,3666,'locale',''),(47976,3666,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47977,3666,'wp_user_level','0'),(47978,3666,'default_password_nag','1'),(47979,3667,'nickname','jennifer.franks122002'),(47980,3667,'first_name',''),(47981,3667,'last_name',''),(47982,3667,'description',''),(47983,3667,'rich_editing','true'),(47984,3667,'syntax_highlighting','true'),(47985,3667,'comment_shortcuts','false'),(47986,3667,'admin_color','fresh'),(47987,3667,'use_ssl','0'),(47988,3667,'show_admin_bar_front','true'),(47989,3667,'locale',''),(47990,3667,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(47991,3667,'wp_user_level','0'),(47992,3667,'default_password_nag','1'),(47993,3668,'nickname','lina.sirotin1979'),(47994,3668,'first_name',''),(47995,3668,'last_name',''),(47996,3668,'description',''),(47997,3668,'rich_editing','true'),(47998,3668,'syntax_highlighting','true'),(47999,3668,'comment_shortcuts','false'),(48000,3668,'admin_color','fresh'),(48001,3668,'use_ssl','0'),(48002,3668,'show_admin_bar_front','true'),(48003,3668,'locale',''),(48004,3668,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48005,3668,'wp_user_level','0'),(48006,3668,'default_password_nag','1'),(48007,3669,'nickname','starryblue1121978'),(48008,3669,'first_name',''),(48009,3669,'last_name',''),(48010,3669,'description',''),(48011,3669,'rich_editing','true'),(48012,3669,'syntax_highlighting','true'),(48013,3669,'comment_shortcuts','false'),(48014,3669,'admin_color','fresh'),(48015,3669,'use_ssl','0'),(48016,3669,'show_admin_bar_front','true'),(48017,3669,'locale',''),(48018,3669,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48019,3669,'wp_user_level','0'),(48020,3669,'default_password_nag','1'),(48021,3670,'nickname','orion22911974'),(48022,3670,'first_name',''),(48023,3670,'last_name',''),(48024,3670,'description',''),(48025,3670,'rich_editing','true'),(48026,3670,'syntax_highlighting','true'),(48027,3670,'comment_shortcuts','false'),(48028,3670,'admin_color','fresh'),(48029,3670,'use_ssl','0'),(48030,3670,'show_admin_bar_front','true'),(48031,3670,'locale',''),(48032,3670,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48033,3670,'wp_user_level','0'),(48034,3670,'default_password_nag','1'),(48035,3671,'nickname','stevedelbalzo1977'),(48036,3671,'first_name',''),(48037,3671,'last_name',''),(48038,3671,'description',''),(48039,3671,'rich_editing','true'),(48040,3671,'syntax_highlighting','true'),(48041,3671,'comment_shortcuts','false'),(48042,3671,'admin_color','fresh'),(48043,3671,'use_ssl','0'),(48044,3671,'show_admin_bar_front','true'),(48045,3671,'locale',''),(48046,3671,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48047,3671,'wp_user_level','0'),(48048,3671,'default_password_nag','1'),(48049,3672,'nickname','beckerferrer1977'),(48050,3672,'first_name',''),(48051,3672,'last_name',''),(48052,3672,'description',''),(48053,3672,'rich_editing','true'),(48054,3672,'syntax_highlighting','true'),(48055,3672,'comment_shortcuts','false'),(48056,3672,'admin_color','fresh'),(48057,3672,'use_ssl','0'),(48058,3672,'show_admin_bar_front','true'),(48059,3672,'locale',''),(48060,3672,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48061,3672,'wp_user_level','0'),(48062,3672,'default_password_nag','1'),(48063,3673,'nickname','mariaannamarquez1963'),(48064,3673,'first_name',''),(48065,3673,'last_name',''),(48066,3673,'description',''),(48067,3673,'rich_editing','true'),(48068,3673,'syntax_highlighting','true'),(48069,3673,'comment_shortcuts','false'),(48070,3673,'admin_color','fresh'),(48071,3673,'use_ssl','0'),(48072,3673,'show_admin_bar_front','true'),(48073,3673,'locale',''),(48074,3673,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48075,3673,'wp_user_level','0'),(48076,3673,'default_password_nag','1'),(48077,3674,'nickname','shawn2009'),(48078,3674,'first_name',''),(48079,3674,'last_name',''),(48080,3674,'description',''),(48081,3674,'rich_editing','true'),(48082,3674,'syntax_highlighting','true'),(48083,3674,'comment_shortcuts','false'),(48084,3674,'admin_color','fresh'),(48085,3674,'use_ssl','0'),(48086,3674,'show_admin_bar_front','true'),(48087,3674,'locale',''),(48088,3674,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48089,3674,'wp_user_level','0'),(48090,3674,'default_password_nag','1'),(48091,3675,'nickname','yasicard1969'),(48092,3675,'first_name',''),(48093,3675,'last_name',''),(48094,3675,'description',''),(48095,3675,'rich_editing','true'),(48096,3675,'syntax_highlighting','true'),(48097,3675,'comment_shortcuts','false'),(48098,3675,'admin_color','fresh'),(48099,3675,'use_ssl','0'),(48100,3675,'show_admin_bar_front','true'),(48101,3675,'locale',''),(48102,3675,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48103,3675,'wp_user_level','0'),(48104,3675,'default_password_nag','1'),(48105,3676,'nickname','ltd5001969'),(48106,3676,'first_name',''),(48107,3676,'last_name',''),(48108,3676,'description',''),(48109,3676,'rich_editing','true'),(48110,3676,'syntax_highlighting','true'),(48111,3676,'comment_shortcuts','false'),(48112,3676,'admin_color','fresh'),(48113,3676,'use_ssl','0'),(48114,3676,'show_admin_bar_front','true'),(48115,3676,'locale',''),(48116,3676,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48117,3676,'wp_user_level','0'),(48118,3676,'default_password_nag','1'),(48119,3677,'nickname','rejonl1974'),(48120,3677,'first_name',''),(48121,3677,'last_name',''),(48122,3677,'description',''),(48123,3677,'rich_editing','true'),(48124,3677,'syntax_highlighting','true'),(48125,3677,'comment_shortcuts','false'),(48126,3677,'admin_color','fresh'),(48127,3677,'use_ssl','0'),(48128,3677,'show_admin_bar_front','true'),(48129,3677,'locale',''),(48130,3677,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48131,3677,'wp_user_level','0'),(48132,3677,'default_password_nag','1'),(48133,3678,'nickname','jmedwards3161972'),(48134,3678,'first_name',''),(48135,3678,'last_name',''),(48136,3678,'description',''),(48137,3678,'rich_editing','true'),(48138,3678,'syntax_highlighting','true'),(48139,3678,'comment_shortcuts','false'),(48140,3678,'admin_color','fresh'),(48141,3678,'use_ssl','0'),(48142,3678,'show_admin_bar_front','true'),(48143,3678,'locale',''),(48144,3678,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48145,3678,'wp_user_level','0'),(48146,3678,'default_password_nag','1'),(48147,3679,'nickname','xsniperx521965'),(48148,3679,'first_name',''),(48149,3679,'last_name',''),(48150,3679,'description',''),(48151,3679,'rich_editing','true'),(48152,3679,'syntax_highlighting','true'),(48153,3679,'comment_shortcuts','false'),(48154,3679,'admin_color','fresh'),(48155,3679,'use_ssl','0'),(48156,3679,'show_admin_bar_front','true'),(48157,3679,'locale',''),(48158,3679,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48159,3679,'wp_user_level','0'),(48160,3679,'default_password_nag','1'),(48161,3680,'nickname','neanerbean232009'),(48162,3680,'first_name',''),(48163,3680,'last_name',''),(48164,3680,'description',''),(48165,3680,'rich_editing','true'),(48166,3680,'syntax_highlighting','true'),(48167,3680,'comment_shortcuts','false'),(48168,3680,'admin_color','fresh'),(48169,3680,'use_ssl','0'),(48170,3680,'show_admin_bar_front','true'),(48171,3680,'locale',''),(48172,3680,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48173,3680,'wp_user_level','0'),(48174,3680,'default_password_nag','1'),(48175,3681,'nickname','jacypods1996'),(48176,3681,'first_name',''),(48177,3681,'last_name',''),(48178,3681,'description',''),(48179,3681,'rich_editing','true'),(48180,3681,'syntax_highlighting','true'),(48181,3681,'comment_shortcuts','false'),(48182,3681,'admin_color','fresh'),(48183,3681,'use_ssl','0'),(48184,3681,'show_admin_bar_front','true'),(48185,3681,'locale',''),(48186,3681,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48187,3681,'wp_user_level','0'),(48188,3681,'default_password_nag','1'),(48189,3682,'nickname','demealonzo1968'),(48190,3682,'first_name',''),(48191,3682,'last_name',''),(48192,3682,'description',''),(48193,3682,'rich_editing','true'),(48194,3682,'syntax_highlighting','true'),(48195,3682,'comment_shortcuts','false'),(48196,3682,'admin_color','fresh'),(48197,3682,'use_ssl','0'),(48198,3682,'show_admin_bar_front','true'),(48199,3682,'locale',''),(48200,3682,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48201,3682,'wp_user_level','0'),(48202,3682,'default_password_nag','1'),(48203,3683,'nickname','rissay061957'),(48204,3683,'first_name',''),(48205,3683,'last_name',''),(48206,3683,'description',''),(48207,3683,'rich_editing','true'),(48208,3683,'syntax_highlighting','true'),(48209,3683,'comment_shortcuts','false'),(48210,3683,'admin_color','fresh'),(48211,3683,'use_ssl','0'),(48212,3683,'show_admin_bar_front','true'),(48213,3683,'locale',''),(48214,3683,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48215,3683,'wp_user_level','0'),(48216,3683,'default_password_nag','1'),(48217,3684,'nickname','djulian19761957'),(48218,3684,'first_name',''),(48219,3684,'last_name',''),(48220,3684,'description',''),(48221,3684,'rich_editing','true'),(48222,3684,'syntax_highlighting','true'),(48223,3684,'comment_shortcuts','false'),(48224,3684,'admin_color','fresh'),(48225,3684,'use_ssl','0'),(48226,3684,'show_admin_bar_front','true'),(48227,3684,'locale',''),(48228,3684,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48229,3684,'wp_user_level','0'),(48230,3684,'default_password_nag','1'),(48231,3685,'nickname','tdock38201972'),(48232,3685,'first_name',''),(48233,3685,'last_name',''),(48234,3685,'description',''),(48235,3685,'rich_editing','true'),(48236,3685,'syntax_highlighting','true'),(48237,3685,'comment_shortcuts','false'),(48238,3685,'admin_color','fresh'),(48239,3685,'use_ssl','0'),(48240,3685,'show_admin_bar_front','true'),(48241,3685,'locale',''),(48242,3685,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48243,3685,'wp_user_level','0'),(48244,3685,'default_password_nag','1'),(48245,3686,'nickname','jshaatal2009'),(48246,3686,'first_name',''),(48247,3686,'last_name',''),(48248,3686,'description',''),(48249,3686,'rich_editing','true'),(48250,3686,'syntax_highlighting','true'),(48251,3686,'comment_shortcuts','false'),(48252,3686,'admin_color','fresh'),(48253,3686,'use_ssl','0'),(48254,3686,'show_admin_bar_front','true'),(48255,3686,'locale',''),(48256,3686,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48257,3686,'wp_user_level','0'),(48258,3686,'default_password_nag','1'),(48259,3687,'nickname','larrbonn2010'),(48260,3687,'first_name',''),(48261,3687,'last_name',''),(48262,3687,'description',''),(48263,3687,'rich_editing','true'),(48264,3687,'syntax_highlighting','true'),(48265,3687,'comment_shortcuts','false'),(48266,3687,'admin_color','fresh'),(48267,3687,'use_ssl','0'),(48268,3687,'show_admin_bar_front','true'),(48269,3687,'locale',''),(48270,3687,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48271,3687,'wp_user_level','0'),(48272,3687,'default_password_nag','1'),(48273,3688,'nickname','bidsmac1996'),(48274,3688,'first_name',''),(48275,3688,'last_name',''),(48276,3688,'description',''),(48277,3688,'rich_editing','true'),(48278,3688,'syntax_highlighting','true'),(48279,3688,'comment_shortcuts','false'),(48280,3688,'admin_color','fresh'),(48281,3688,'use_ssl','0'),(48282,3688,'show_admin_bar_front','true'),(48283,3688,'locale',''),(48284,3688,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48285,3688,'wp_user_level','0'),(48286,3688,'default_password_nag','1'),(48287,3689,'nickname','rico124102000'),(48288,3689,'first_name',''),(48289,3689,'last_name',''),(48290,3689,'description',''),(48291,3689,'rich_editing','true'),(48292,3689,'syntax_highlighting','true'),(48293,3689,'comment_shortcuts','false'),(48294,3689,'admin_color','fresh'),(48295,3689,'use_ssl','0'),(48296,3689,'show_admin_bar_front','true'),(48297,3689,'locale',''),(48298,3689,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48299,3689,'wp_user_level','0'),(48300,3689,'default_password_nag','1'),(48301,3690,'nickname','bluemonkeymooch1963'),(48302,3690,'first_name',''),(48303,3690,'last_name',''),(48304,3690,'description',''),(48305,3690,'rich_editing','true'),(48306,3690,'syntax_highlighting','true'),(48307,3690,'comment_shortcuts','false'),(48308,3690,'admin_color','fresh'),(48309,3690,'use_ssl','0'),(48310,3690,'show_admin_bar_front','true'),(48311,3690,'locale',''),(48312,3690,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48313,3690,'wp_user_level','0'),(48314,3690,'default_password_nag','1'),(48315,3691,'nickname','agonichols1950'),(48316,3691,'first_name',''),(48317,3691,'last_name',''),(48318,3691,'description',''),(48319,3691,'rich_editing','true'),(48320,3691,'syntax_highlighting','true'),(48321,3691,'comment_shortcuts','false'),(48322,3691,'admin_color','fresh'),(48323,3691,'use_ssl','0'),(48324,3691,'show_admin_bar_front','true'),(48325,3691,'locale',''),(48326,3691,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48327,3691,'wp_user_level','0'),(48328,3691,'default_password_nag','1'),(48329,3692,'nickname','michele.kolteo2009'),(48330,3692,'first_name',''),(48331,3692,'last_name',''),(48332,3692,'description',''),(48333,3692,'rich_editing','true'),(48334,3692,'syntax_highlighting','true'),(48335,3692,'comment_shortcuts','false'),(48336,3692,'admin_color','fresh'),(48337,3692,'use_ssl','0'),(48338,3692,'show_admin_bar_front','true'),(48339,3692,'locale',''),(48340,3692,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48341,3692,'wp_user_level','0'),(48342,3692,'default_password_nag','1'),(48343,3693,'nickname','gilrank411968'),(48344,3693,'first_name',''),(48345,3693,'last_name',''),(48346,3693,'description',''),(48347,3693,'rich_editing','true'),(48348,3693,'syntax_highlighting','true'),(48349,3693,'comment_shortcuts','false'),(48350,3693,'admin_color','fresh'),(48351,3693,'use_ssl','0'),(48352,3693,'show_admin_bar_front','true'),(48353,3693,'locale',''),(48354,3693,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48355,3693,'wp_user_level','0'),(48356,3693,'default_password_nag','1'),(48357,3694,'nickname','elizabeth.herrera081996'),(48358,3694,'first_name',''),(48359,3694,'last_name',''),(48360,3694,'description',''),(48361,3694,'rich_editing','true'),(48362,3694,'syntax_highlighting','true'),(48363,3694,'comment_shortcuts','false'),(48364,3694,'admin_color','fresh'),(48365,3694,'use_ssl','0'),(48366,3694,'show_admin_bar_front','true'),(48367,3694,'locale',''),(48368,3694,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48369,3694,'wp_user_level','0'),(48370,3694,'default_password_nag','1'),(48371,3695,'nickname','dygoodasia1966'),(48372,3695,'first_name',''),(48373,3695,'last_name',''),(48374,3695,'description',''),(48375,3695,'rich_editing','true'),(48376,3695,'syntax_highlighting','true'),(48377,3695,'comment_shortcuts','false'),(48378,3695,'admin_color','fresh'),(48379,3695,'use_ssl','0'),(48380,3695,'show_admin_bar_front','true'),(48381,3695,'locale',''),(48382,3695,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48383,3695,'wp_user_level','0'),(48384,3695,'default_password_nag','1'),(48385,3696,'nickname','alphapayroll161975'),(48386,3696,'first_name',''),(48387,3696,'last_name',''),(48388,3696,'description',''),(48389,3696,'rich_editing','true'),(48390,3696,'syntax_highlighting','true'),(48391,3696,'comment_shortcuts','false'),(48392,3696,'admin_color','fresh'),(48393,3696,'use_ssl','0'),(48394,3696,'show_admin_bar_front','true'),(48395,3696,'locale',''),(48396,3696,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48397,3696,'wp_user_level','0'),(48398,3696,'default_password_nag','1'),(48399,3697,'nickname','erikkinney19831960'),(48400,3697,'first_name',''),(48401,3697,'last_name',''),(48402,3697,'description',''),(48403,3697,'rich_editing','true'),(48404,3697,'syntax_highlighting','true'),(48405,3697,'comment_shortcuts','false'),(48406,3697,'admin_color','fresh'),(48407,3697,'use_ssl','0'),(48408,3697,'show_admin_bar_front','true'),(48409,3697,'locale',''),(48410,3697,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48411,3697,'wp_user_level','0'),(48412,3697,'default_password_nag','1'),(48413,3698,'nickname','gm1995'),(48414,3698,'first_name',''),(48415,3698,'last_name',''),(48416,3698,'description',''),(48417,3698,'rich_editing','true'),(48418,3698,'syntax_highlighting','true'),(48419,3698,'comment_shortcuts','false'),(48420,3698,'admin_color','fresh'),(48421,3698,'use_ssl','0'),(48422,3698,'show_admin_bar_front','true'),(48423,3698,'locale',''),(48424,3698,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48425,3698,'wp_user_level','0'),(48426,3698,'default_password_nag','1'),(48427,3699,'nickname','carlypo1231985'),(48428,3699,'first_name',''),(48429,3699,'last_name',''),(48430,3699,'description',''),(48431,3699,'rich_editing','true'),(48432,3699,'syntax_highlighting','true'),(48433,3699,'comment_shortcuts','false'),(48434,3699,'admin_color','fresh'),(48435,3699,'use_ssl','0'),(48436,3699,'show_admin_bar_front','true'),(48437,3699,'locale',''),(48438,3699,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48439,3699,'wp_user_level','0'),(48440,3699,'default_password_nag','1'),(48441,3700,'nickname','kparkinson2003'),(48442,3700,'first_name',''),(48443,3700,'last_name',''),(48444,3700,'description',''),(48445,3700,'rich_editing','true'),(48446,3700,'syntax_highlighting','true'),(48447,3700,'comment_shortcuts','false'),(48448,3700,'admin_color','fresh'),(48449,3700,'use_ssl','0'),(48450,3700,'show_admin_bar_front','true'),(48451,3700,'locale',''),(48452,3700,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48453,3700,'wp_user_level','0'),(48454,3700,'default_password_nag','1'),(48455,3701,'nickname','nancyhan20002008'),(48456,3701,'first_name',''),(48457,3701,'last_name',''),(48458,3701,'description',''),(48459,3701,'rich_editing','true'),(48460,3701,'syntax_highlighting','true'),(48461,3701,'comment_shortcuts','false'),(48462,3701,'admin_color','fresh'),(48463,3701,'use_ssl','0'),(48464,3701,'show_admin_bar_front','true'),(48465,3701,'locale',''),(48466,3701,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48467,3701,'wp_user_level','0'),(48468,3701,'default_password_nag','1'),(48469,3702,'nickname','jeff1995'),(48470,3702,'first_name',''),(48471,3702,'last_name',''),(48472,3702,'description',''),(48473,3702,'rich_editing','true'),(48474,3702,'syntax_highlighting','true'),(48475,3702,'comment_shortcuts','false'),(48476,3702,'admin_color','fresh'),(48477,3702,'use_ssl','0'),(48478,3702,'show_admin_bar_front','true'),(48479,3702,'locale',''),(48480,3702,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48481,3702,'wp_user_level','0'),(48482,3702,'default_password_nag','1'),(48483,3703,'nickname','annettegig1981'),(48484,3703,'first_name',''),(48485,3703,'last_name',''),(48486,3703,'description',''),(48487,3703,'rich_editing','true'),(48488,3703,'syntax_highlighting','true'),(48489,3703,'comment_shortcuts','false'),(48490,3703,'admin_color','fresh'),(48491,3703,'use_ssl','0'),(48492,3703,'show_admin_bar_front','true'),(48493,3703,'locale',''),(48494,3703,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48495,3703,'wp_user_level','0'),(48496,3703,'default_password_nag','1'),(48497,3704,'nickname','jeffam1123681986'),(48498,3704,'first_name',''),(48499,3704,'last_name',''),(48500,3704,'description',''),(48501,3704,'rich_editing','true'),(48502,3704,'syntax_highlighting','true'),(48503,3704,'comment_shortcuts','false'),(48504,3704,'admin_color','fresh'),(48505,3704,'use_ssl','0'),(48506,3704,'show_admin_bar_front','true'),(48507,3704,'locale',''),(48508,3704,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48509,3704,'wp_user_level','0'),(48510,3704,'default_password_nag','1'),(48511,3705,'nickname','nyarbrough251994'),(48512,3705,'first_name',''),(48513,3705,'last_name',''),(48514,3705,'description',''),(48515,3705,'rich_editing','true'),(48516,3705,'syntax_highlighting','true'),(48517,3705,'comment_shortcuts','false'),(48518,3705,'admin_color','fresh'),(48519,3705,'use_ssl','0'),(48520,3705,'show_admin_bar_front','true'),(48521,3705,'locale',''),(48522,3705,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48523,3705,'wp_user_level','0'),(48524,3705,'default_password_nag','1'),(48525,3706,'nickname','marianmclaughlin1995'),(48526,3706,'first_name',''),(48527,3706,'last_name',''),(48528,3706,'description',''),(48529,3706,'rich_editing','true'),(48530,3706,'syntax_highlighting','true'),(48531,3706,'comment_shortcuts','false'),(48532,3706,'admin_color','fresh'),(48533,3706,'use_ssl','0'),(48534,3706,'show_admin_bar_front','true'),(48535,3706,'locale',''),(48536,3706,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48537,3706,'wp_user_level','0'),(48538,3706,'default_password_nag','1'),(48539,3707,'nickname','mercynava1951'),(48540,3707,'first_name',''),(48541,3707,'last_name',''),(48542,3707,'description',''),(48543,3707,'rich_editing','true'),(48544,3707,'syntax_highlighting','true'),(48545,3707,'comment_shortcuts','false'),(48546,3707,'admin_color','fresh'),(48547,3707,'use_ssl','0'),(48548,3707,'show_admin_bar_front','true'),(48549,3707,'locale',''),(48550,3707,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48551,3707,'wp_user_level','0'),(48552,3707,'default_password_nag','1'),(48553,3708,'nickname','torreeree2007'),(48554,3708,'first_name',''),(48555,3708,'last_name',''),(48556,3708,'description',''),(48557,3708,'rich_editing','true'),(48558,3708,'syntax_highlighting','true'),(48559,3708,'comment_shortcuts','false'),(48560,3708,'admin_color','fresh'),(48561,3708,'use_ssl','0'),(48562,3708,'show_admin_bar_front','true'),(48563,3708,'locale',''),(48564,3708,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48565,3708,'wp_user_level','0'),(48566,3708,'default_password_nag','1'),(48567,3709,'nickname','britanneb352003'),(48568,3709,'first_name',''),(48569,3709,'last_name',''),(48570,3709,'description',''),(48571,3709,'rich_editing','true'),(48572,3709,'syntax_highlighting','true'),(48573,3709,'comment_shortcuts','false'),(48574,3709,'admin_color','fresh'),(48575,3709,'use_ssl','0'),(48576,3709,'show_admin_bar_front','true'),(48577,3709,'locale',''),(48578,3709,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48579,3709,'wp_user_level','0'),(48580,3709,'default_password_nag','1'),(48581,3710,'nickname','ashley.ansel1962'),(48582,3710,'first_name',''),(48583,3710,'last_name',''),(48584,3710,'description',''),(48585,3710,'rich_editing','true'),(48586,3710,'syntax_highlighting','true'),(48587,3710,'comment_shortcuts','false'),(48588,3710,'admin_color','fresh'),(48589,3710,'use_ssl','0'),(48590,3710,'show_admin_bar_front','true'),(48591,3710,'locale',''),(48592,3710,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48593,3710,'wp_user_level','0'),(48594,3710,'default_password_nag','1'),(48595,3711,'nickname','lorena.turner1998'),(48596,3711,'first_name',''),(48597,3711,'last_name',''),(48598,3711,'description',''),(48599,3711,'rich_editing','true'),(48600,3711,'syntax_highlighting','true'),(48601,3711,'comment_shortcuts','false'),(48602,3711,'admin_color','fresh'),(48603,3711,'use_ssl','0'),(48604,3711,'show_admin_bar_front','true'),(48605,3711,'locale',''),(48606,3711,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48607,3711,'wp_user_level','0'),(48608,3711,'default_password_nag','1'),(48609,3712,'nickname','wesleylion11974'),(48610,3712,'first_name',''),(48611,3712,'last_name',''),(48612,3712,'description',''),(48613,3712,'rich_editing','true'),(48614,3712,'syntax_highlighting','true'),(48615,3712,'comment_shortcuts','false'),(48616,3712,'admin_color','fresh'),(48617,3712,'use_ssl','0'),(48618,3712,'show_admin_bar_front','true'),(48619,3712,'locale',''),(48620,3712,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48621,3712,'wp_user_level','0'),(48622,3712,'default_password_nag','1'),(48623,3713,'nickname','danielshirk2007'),(48624,3713,'first_name',''),(48625,3713,'last_name',''),(48626,3713,'description',''),(48627,3713,'rich_editing','true'),(48628,3713,'syntax_highlighting','true'),(48629,3713,'comment_shortcuts','false'),(48630,3713,'admin_color','fresh'),(48631,3713,'use_ssl','0'),(48632,3713,'show_admin_bar_front','true'),(48633,3713,'locale',''),(48634,3713,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48635,3713,'wp_user_level','0'),(48636,3713,'default_password_nag','1'),(48637,3714,'nickname','sash20241979'),(48638,3714,'first_name',''),(48639,3714,'last_name',''),(48640,3714,'description',''),(48641,3714,'rich_editing','true'),(48642,3714,'syntax_highlighting','true'),(48643,3714,'comment_shortcuts','false'),(48644,3714,'admin_color','fresh'),(48645,3714,'use_ssl','0'),(48646,3714,'show_admin_bar_front','true'),(48647,3714,'locale',''),(48648,3714,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48649,3714,'wp_user_level','0'),(48650,3714,'default_password_nag','1'),(48651,3715,'nickname','nelidavp1962'),(48652,3715,'first_name',''),(48653,3715,'last_name',''),(48654,3715,'description',''),(48655,3715,'rich_editing','true'),(48656,3715,'syntax_highlighting','true'),(48657,3715,'comment_shortcuts','false'),(48658,3715,'admin_color','fresh'),(48659,3715,'use_ssl','0'),(48660,3715,'show_admin_bar_front','true'),(48661,3715,'locale',''),(48662,3715,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48663,3715,'wp_user_level','0'),(48664,3715,'default_password_nag','1'),(48665,3716,'nickname','ashleypurden1994'),(48666,3716,'first_name',''),(48667,3716,'last_name',''),(48668,3716,'description',''),(48669,3716,'rich_editing','true'),(48670,3716,'syntax_highlighting','true'),(48671,3716,'comment_shortcuts','false'),(48672,3716,'admin_color','fresh'),(48673,3716,'use_ssl','0'),(48674,3716,'show_admin_bar_front','true'),(48675,3716,'locale',''),(48676,3716,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48677,3716,'wp_user_level','0'),(48678,3716,'default_password_nag','1'),(48679,3717,'nickname','imondragon1999'),(48680,3717,'first_name',''),(48681,3717,'last_name',''),(48682,3717,'description',''),(48683,3717,'rich_editing','true'),(48684,3717,'syntax_highlighting','true'),(48685,3717,'comment_shortcuts','false'),(48686,3717,'admin_color','fresh'),(48687,3717,'use_ssl','0'),(48688,3717,'show_admin_bar_front','true'),(48689,3717,'locale',''),(48690,3717,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48691,3717,'wp_user_level','0'),(48692,3717,'default_password_nag','1'),(48693,3718,'nickname','lisav2004'),(48694,3718,'first_name',''),(48695,3718,'last_name',''),(48696,3718,'description',''),(48697,3718,'rich_editing','true'),(48698,3718,'syntax_highlighting','true'),(48699,3718,'comment_shortcuts','false'),(48700,3718,'admin_color','fresh'),(48701,3718,'use_ssl','0'),(48702,3718,'show_admin_bar_front','true'),(48703,3718,'locale',''),(48704,3718,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48705,3718,'wp_user_level','0'),(48706,3718,'default_password_nag','1'),(48707,3719,'nickname','jdmartin242005'),(48708,3719,'first_name',''),(48709,3719,'last_name',''),(48710,3719,'description',''),(48711,3719,'rich_editing','true'),(48712,3719,'syntax_highlighting','true'),(48713,3719,'comment_shortcuts','false'),(48714,3719,'admin_color','fresh'),(48715,3719,'use_ssl','0'),(48716,3719,'show_admin_bar_front','true'),(48717,3719,'locale',''),(48718,3719,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48719,3719,'wp_user_level','0'),(48720,3719,'default_password_nag','1'),(48721,3720,'nickname','dominiksz1986'),(48722,3720,'first_name',''),(48723,3720,'last_name',''),(48724,3720,'description',''),(48725,3720,'rich_editing','true'),(48726,3720,'syntax_highlighting','true'),(48727,3720,'comment_shortcuts','false'),(48728,3720,'admin_color','fresh'),(48729,3720,'use_ssl','0'),(48730,3720,'show_admin_bar_front','true'),(48731,3720,'locale',''),(48732,3720,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48733,3720,'wp_user_level','0'),(48734,3720,'default_password_nag','1'),(48735,3721,'nickname','pmichael.photo1971'),(48736,3721,'first_name',''),(48737,3721,'last_name',''),(48738,3721,'description',''),(48739,3721,'rich_editing','true'),(48740,3721,'syntax_highlighting','true'),(48741,3721,'comment_shortcuts','false'),(48742,3721,'admin_color','fresh'),(48743,3721,'use_ssl','0'),(48744,3721,'show_admin_bar_front','true'),(48745,3721,'locale',''),(48746,3721,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48747,3721,'wp_user_level','0'),(48748,3721,'default_password_nag','1'),(48749,3722,'nickname','devinbabineaux1950'),(48750,3722,'first_name',''),(48751,3722,'last_name',''),(48752,3722,'description',''),(48753,3722,'rich_editing','true'),(48754,3722,'syntax_highlighting','true'),(48755,3722,'comment_shortcuts','false'),(48756,3722,'admin_color','fresh'),(48757,3722,'use_ssl','0'),(48758,3722,'show_admin_bar_front','true'),(48759,3722,'locale',''),(48760,3722,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48761,3722,'wp_user_level','0'),(48762,3722,'default_password_nag','1'),(48763,3723,'nickname','tallbrent1982'),(48764,3723,'first_name',''),(48765,3723,'last_name',''),(48766,3723,'description',''),(48767,3723,'rich_editing','true'),(48768,3723,'syntax_highlighting','true'),(48769,3723,'comment_shortcuts','false'),(48770,3723,'admin_color','fresh'),(48771,3723,'use_ssl','0'),(48772,3723,'show_admin_bar_front','true'),(48773,3723,'locale',''),(48774,3723,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48775,3723,'wp_user_level','0'),(48776,3723,'default_password_nag','1'),(48777,3724,'nickname','cabrinik2004'),(48778,3724,'first_name',''),(48779,3724,'last_name',''),(48780,3724,'description',''),(48781,3724,'rich_editing','true'),(48782,3724,'syntax_highlighting','true'),(48783,3724,'comment_shortcuts','false'),(48784,3724,'admin_color','fresh'),(48785,3724,'use_ssl','0'),(48786,3724,'show_admin_bar_front','true'),(48787,3724,'locale',''),(48788,3724,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48789,3724,'wp_user_level','0'),(48790,3724,'default_password_nag','1'),(48791,3725,'nickname','kjwiech261984'),(48792,3725,'first_name',''),(48793,3725,'last_name',''),(48794,3725,'description',''),(48795,3725,'rich_editing','true'),(48796,3725,'syntax_highlighting','true'),(48797,3725,'comment_shortcuts','false'),(48798,3725,'admin_color','fresh'),(48799,3725,'use_ssl','0'),(48800,3725,'show_admin_bar_front','true'),(48801,3725,'locale',''),(48802,3725,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48803,3725,'wp_user_level','0'),(48804,3725,'default_password_nag','1'),(48805,3726,'nickname','jaynereuter1972'),(48806,3726,'first_name',''),(48807,3726,'last_name',''),(48808,3726,'description',''),(48809,3726,'rich_editing','true'),(48810,3726,'syntax_highlighting','true'),(48811,3726,'comment_shortcuts','false'),(48812,3726,'admin_color','fresh'),(48813,3726,'use_ssl','0'),(48814,3726,'show_admin_bar_front','true'),(48815,3726,'locale',''),(48816,3726,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48817,3726,'wp_user_level','0'),(48818,3726,'default_password_nag','1'),(48819,3727,'nickname','jutsinger201968'),(48820,3727,'first_name',''),(48821,3727,'last_name',''),(48822,3727,'description',''),(48823,3727,'rich_editing','true'),(48824,3727,'syntax_highlighting','true'),(48825,3727,'comment_shortcuts','false'),(48826,3727,'admin_color','fresh'),(48827,3727,'use_ssl','0'),(48828,3727,'show_admin_bar_front','true'),(48829,3727,'locale',''),(48830,3727,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48831,3727,'wp_user_level','0'),(48832,3727,'default_password_nag','1'),(48833,3728,'nickname','quatrolover1953'),(48834,3728,'first_name',''),(48835,3728,'last_name',''),(48836,3728,'description',''),(48837,3728,'rich_editing','true'),(48838,3728,'syntax_highlighting','true'),(48839,3728,'comment_shortcuts','false'),(48840,3728,'admin_color','fresh'),(48841,3728,'use_ssl','0'),(48842,3728,'show_admin_bar_front','true'),(48843,3728,'locale',''),(48844,3728,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48845,3728,'wp_user_level','0'),(48846,3728,'default_password_nag','1'),(48847,3729,'nickname','estar521979'),(48848,3729,'first_name',''),(48849,3729,'last_name',''),(48850,3729,'description',''),(48851,3729,'rich_editing','true'),(48852,3729,'syntax_highlighting','true'),(48853,3729,'comment_shortcuts','false'),(48854,3729,'admin_color','fresh'),(48855,3729,'use_ssl','0'),(48856,3729,'show_admin_bar_front','true'),(48857,3729,'locale',''),(48858,3729,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48859,3729,'wp_user_level','0'),(48860,3729,'default_password_nag','1'),(48861,3730,'nickname','andrea_azcarate1978'),(48862,3730,'first_name',''),(48863,3730,'last_name',''),(48864,3730,'description',''),(48865,3730,'rich_editing','true'),(48866,3730,'syntax_highlighting','true'),(48867,3730,'comment_shortcuts','false'),(48868,3730,'admin_color','fresh'),(48869,3730,'use_ssl','0'),(48870,3730,'show_admin_bar_front','true'),(48871,3730,'locale',''),(48872,3730,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48873,3730,'wp_user_level','0'),(48874,3730,'default_password_nag','1'),(48875,3731,'nickname','da1isy21979'),(48876,3731,'first_name',''),(48877,3731,'last_name',''),(48878,3731,'description',''),(48879,3731,'rich_editing','true'),(48880,3731,'syntax_highlighting','true'),(48881,3731,'comment_shortcuts','false'),(48882,3731,'admin_color','fresh'),(48883,3731,'use_ssl','0'),(48884,3731,'show_admin_bar_front','true'),(48885,3731,'locale',''),(48886,3731,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48887,3731,'wp_user_level','0'),(48888,3731,'default_password_nag','1'),(48889,3732,'nickname','jpkarpluk1957'),(48890,3732,'first_name',''),(48891,3732,'last_name',''),(48892,3732,'description',''),(48893,3732,'rich_editing','true'),(48894,3732,'syntax_highlighting','true'),(48895,3732,'comment_shortcuts','false'),(48896,3732,'admin_color','fresh'),(48897,3732,'use_ssl','0'),(48898,3732,'show_admin_bar_front','true'),(48899,3732,'locale',''),(48900,3732,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48901,3732,'wp_user_level','0'),(48902,3732,'default_password_nag','1'),(48903,3733,'nickname','kennywynn197071959'),(48904,3733,'first_name',''),(48905,3733,'last_name',''),(48906,3733,'description',''),(48907,3733,'rich_editing','true'),(48908,3733,'syntax_highlighting','true'),(48909,3733,'comment_shortcuts','false'),(48910,3733,'admin_color','fresh'),(48911,3733,'use_ssl','0'),(48912,3733,'show_admin_bar_front','true'),(48913,3733,'locale',''),(48914,3733,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48915,3733,'wp_user_level','0'),(48916,3733,'default_password_nag','1'),(48917,3734,'nickname','usoffice1999'),(48918,3734,'first_name',''),(48919,3734,'last_name',''),(48920,3734,'description',''),(48921,3734,'rich_editing','true'),(48922,3734,'syntax_highlighting','true'),(48923,3734,'comment_shortcuts','false'),(48924,3734,'admin_color','fresh'),(48925,3734,'use_ssl','0'),(48926,3734,'show_admin_bar_front','true'),(48927,3734,'locale',''),(48928,3734,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48929,3734,'wp_user_level','0'),(48930,3734,'default_password_nag','1'),(48931,3735,'nickname','chad.newcomb1971'),(48932,3735,'first_name',''),(48933,3735,'last_name',''),(48934,3735,'description',''),(48935,3735,'rich_editing','true'),(48936,3735,'syntax_highlighting','true'),(48937,3735,'comment_shortcuts','false'),(48938,3735,'admin_color','fresh'),(48939,3735,'use_ssl','0'),(48940,3735,'show_admin_bar_front','true'),(48941,3735,'locale',''),(48942,3735,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48943,3735,'wp_user_level','0'),(48944,3735,'default_password_nag','1'),(48945,3736,'nickname','jpetruski41984'),(48946,3736,'first_name',''),(48947,3736,'last_name',''),(48948,3736,'description',''),(48949,3736,'rich_editing','true'),(48950,3736,'syntax_highlighting','true'),(48951,3736,'comment_shortcuts','false'),(48952,3736,'admin_color','fresh'),(48953,3736,'use_ssl','0'),(48954,3736,'show_admin_bar_front','true'),(48955,3736,'locale',''),(48956,3736,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48957,3736,'wp_user_level','0'),(48958,3736,'default_password_nag','1'),(48959,3737,'nickname','rondaleab1963'),(48960,3737,'first_name',''),(48961,3737,'last_name',''),(48962,3737,'description',''),(48963,3737,'rich_editing','true'),(48964,3737,'syntax_highlighting','true'),(48965,3737,'comment_shortcuts','false'),(48966,3737,'admin_color','fresh'),(48967,3737,'use_ssl','0'),(48968,3737,'show_admin_bar_front','true'),(48969,3737,'locale',''),(48970,3737,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48971,3737,'wp_user_level','0'),(48972,3737,'default_password_nag','1'),(48973,3738,'nickname','kelyosius1968'),(48974,3738,'first_name',''),(48975,3738,'last_name',''),(48976,3738,'description',''),(48977,3738,'rich_editing','true'),(48978,3738,'syntax_highlighting','true'),(48979,3738,'comment_shortcuts','false'),(48980,3738,'admin_color','fresh'),(48981,3738,'use_ssl','0'),(48982,3738,'show_admin_bar_front','true'),(48983,3738,'locale',''),(48984,3738,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48985,3738,'wp_user_level','0'),(48986,3738,'default_password_nag','1'),(48987,3739,'nickname','jrobertson_011997'),(48988,3739,'first_name',''),(48989,3739,'last_name',''),(48990,3739,'description',''),(48991,3739,'rich_editing','true'),(48992,3739,'syntax_highlighting','true'),(48993,3739,'comment_shortcuts','false'),(48994,3739,'admin_color','fresh'),(48995,3739,'use_ssl','0'),(48996,3739,'show_admin_bar_front','true'),(48997,3739,'locale',''),(48998,3739,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(48999,3739,'wp_user_level','0'),(49000,3739,'default_password_nag','1'),(49001,3740,'nickname','kmonsalud1993'),(49002,3740,'first_name',''),(49003,3740,'last_name',''),(49004,3740,'description',''),(49005,3740,'rich_editing','true'),(49006,3740,'syntax_highlighting','true'),(49007,3740,'comment_shortcuts','false'),(49008,3740,'admin_color','fresh'),(49009,3740,'use_ssl','0'),(49010,3740,'show_admin_bar_front','true'),(49011,3740,'locale',''),(49012,3740,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49013,3740,'wp_user_level','0'),(49014,3740,'default_password_nag','1'),(49015,3741,'nickname','jarretthendrix1979'),(49016,3741,'first_name',''),(49017,3741,'last_name',''),(49018,3741,'description',''),(49019,3741,'rich_editing','true'),(49020,3741,'syntax_highlighting','true'),(49021,3741,'comment_shortcuts','false'),(49022,3741,'admin_color','fresh'),(49023,3741,'use_ssl','0'),(49024,3741,'show_admin_bar_front','true'),(49025,3741,'locale',''),(49026,3741,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49027,3741,'wp_user_level','0'),(49028,3741,'default_password_nag','1'),(49029,3742,'nickname','kmoore10151979'),(49030,3742,'first_name',''),(49031,3742,'last_name',''),(49032,3742,'description',''),(49033,3742,'rich_editing','true'),(49034,3742,'syntax_highlighting','true'),(49035,3742,'comment_shortcuts','false'),(49036,3742,'admin_color','fresh'),(49037,3742,'use_ssl','0'),(49038,3742,'show_admin_bar_front','true'),(49039,3742,'locale',''),(49040,3742,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49041,3742,'wp_user_level','0'),(49042,3742,'default_password_nag','1'),(49043,3743,'nickname','weyers.michelle1975'),(49044,3743,'first_name',''),(49045,3743,'last_name',''),(49046,3743,'description',''),(49047,3743,'rich_editing','true'),(49048,3743,'syntax_highlighting','true'),(49049,3743,'comment_shortcuts','false'),(49050,3743,'admin_color','fresh'),(49051,3743,'use_ssl','0'),(49052,3743,'show_admin_bar_front','true'),(49053,3743,'locale',''),(49054,3743,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49055,3743,'wp_user_level','0'),(49056,3743,'default_password_nag','1'),(49057,3744,'nickname','shugufa.fatih1980'),(49058,3744,'first_name',''),(49059,3744,'last_name',''),(49060,3744,'description',''),(49061,3744,'rich_editing','true'),(49062,3744,'syntax_highlighting','true'),(49063,3744,'comment_shortcuts','false'),(49064,3744,'admin_color','fresh'),(49065,3744,'use_ssl','0'),(49066,3744,'show_admin_bar_front','true'),(49067,3744,'locale',''),(49068,3744,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49069,3744,'wp_user_level','0'),(49070,3744,'default_password_nag','1'),(49071,3745,'nickname','sssettle1991'),(49072,3745,'first_name',''),(49073,3745,'last_name',''),(49074,3745,'description',''),(49075,3745,'rich_editing','true'),(49076,3745,'syntax_highlighting','true'),(49077,3745,'comment_shortcuts','false'),(49078,3745,'admin_color','fresh'),(49079,3745,'use_ssl','0'),(49080,3745,'show_admin_bar_front','true'),(49081,3745,'locale',''),(49082,3745,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49083,3745,'wp_user_level','0'),(49084,3745,'default_password_nag','1'),(49085,3746,'nickname','trottie.inc1980'),(49086,3746,'first_name',''),(49087,3746,'last_name',''),(49088,3746,'description',''),(49089,3746,'rich_editing','true');
INSERT INTO `wp_usermeta` VALUES (49090,3746,'syntax_highlighting','true'),(49091,3746,'comment_shortcuts','false'),(49092,3746,'admin_color','fresh'),(49093,3746,'use_ssl','0'),(49094,3746,'show_admin_bar_front','true'),(49095,3746,'locale',''),(49096,3746,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49097,3746,'wp_user_level','0'),(49098,3746,'default_password_nag','1'),(49099,3747,'nickname','maritza5861993'),(49100,3747,'first_name',''),(49101,3747,'last_name',''),(49102,3747,'description',''),(49103,3747,'rich_editing','true'),(49104,3747,'syntax_highlighting','true'),(49105,3747,'comment_shortcuts','false'),(49106,3747,'admin_color','fresh'),(49107,3747,'use_ssl','0'),(49108,3747,'show_admin_bar_front','true'),(49109,3747,'locale',''),(49110,3747,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49111,3747,'wp_user_level','0'),(49112,3747,'default_password_nag','1'),(49113,3748,'nickname','myshyne261984'),(49114,3748,'first_name',''),(49115,3748,'last_name',''),(49116,3748,'description',''),(49117,3748,'rich_editing','true'),(49118,3748,'syntax_highlighting','true'),(49119,3748,'comment_shortcuts','false'),(49120,3748,'admin_color','fresh'),(49121,3748,'use_ssl','0'),(49122,3748,'show_admin_bar_front','true'),(49123,3748,'locale',''),(49124,3748,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49125,3748,'wp_user_level','0'),(49126,3748,'default_password_nag','1'),(49127,3749,'nickname','kh_djerfi2007'),(49128,3749,'first_name',''),(49129,3749,'last_name',''),(49130,3749,'description',''),(49131,3749,'rich_editing','true'),(49132,3749,'syntax_highlighting','true'),(49133,3749,'comment_shortcuts','false'),(49134,3749,'admin_color','fresh'),(49135,3749,'use_ssl','0'),(49136,3749,'show_admin_bar_front','true'),(49137,3749,'locale',''),(49138,3749,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49139,3749,'wp_user_level','0'),(49140,3749,'default_password_nag','1'),(49141,3750,'nickname','matsonpat1989'),(49142,3750,'first_name',''),(49143,3750,'last_name',''),(49144,3750,'description',''),(49145,3750,'rich_editing','true'),(49146,3750,'syntax_highlighting','true'),(49147,3750,'comment_shortcuts','false'),(49148,3750,'admin_color','fresh'),(49149,3750,'use_ssl','0'),(49150,3750,'show_admin_bar_front','true'),(49151,3750,'locale',''),(49152,3750,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49153,3750,'wp_user_level','0'),(49154,3750,'default_password_nag','1'),(49155,3751,'nickname','info1968'),(49156,3751,'first_name',''),(49157,3751,'last_name',''),(49158,3751,'description',''),(49159,3751,'rich_editing','true'),(49160,3751,'syntax_highlighting','true'),(49161,3751,'comment_shortcuts','false'),(49162,3751,'admin_color','fresh'),(49163,3751,'use_ssl','0'),(49164,3751,'show_admin_bar_front','true'),(49165,3751,'locale',''),(49166,3751,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49167,3751,'wp_user_level','0'),(49168,3751,'default_password_nag','1'),(49169,3752,'nickname','info2001'),(49170,3752,'first_name',''),(49171,3752,'last_name',''),(49172,3752,'description',''),(49173,3752,'rich_editing','true'),(49174,3752,'syntax_highlighting','true'),(49175,3752,'comment_shortcuts','false'),(49176,3752,'admin_color','fresh'),(49177,3752,'use_ssl','0'),(49178,3752,'show_admin_bar_front','true'),(49179,3752,'locale',''),(49180,3752,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49181,3752,'wp_user_level','0'),(49182,3752,'default_password_nag','1'),(49183,3753,'nickname','wild_deuce012006'),(49184,3753,'first_name',''),(49185,3753,'last_name',''),(49186,3753,'description',''),(49187,3753,'rich_editing','true'),(49188,3753,'syntax_highlighting','true'),(49189,3753,'comment_shortcuts','false'),(49190,3753,'admin_color','fresh'),(49191,3753,'use_ssl','0'),(49192,3753,'show_admin_bar_front','true'),(49193,3753,'locale',''),(49194,3753,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49195,3753,'wp_user_level','0'),(49196,3753,'default_password_nag','1'),(49197,3754,'nickname','jlockwood8152004'),(49198,3754,'first_name',''),(49199,3754,'last_name',''),(49200,3754,'description',''),(49201,3754,'rich_editing','true'),(49202,3754,'syntax_highlighting','true'),(49203,3754,'comment_shortcuts','false'),(49204,3754,'admin_color','fresh'),(49205,3754,'use_ssl','0'),(49206,3754,'show_admin_bar_front','true'),(49207,3754,'locale',''),(49208,3754,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49209,3754,'wp_user_level','0'),(49210,3754,'default_password_nag','1'),(49211,3755,'nickname','ticvic20012006'),(49212,3755,'first_name',''),(49213,3755,'last_name',''),(49214,3755,'description',''),(49215,3755,'rich_editing','true'),(49216,3755,'syntax_highlighting','true'),(49217,3755,'comment_shortcuts','false'),(49218,3755,'admin_color','fresh'),(49219,3755,'use_ssl','0'),(49220,3755,'show_admin_bar_front','true'),(49221,3755,'locale',''),(49222,3755,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49223,3755,'wp_user_level','0'),(49224,3755,'default_password_nag','1'),(49225,3756,'nickname','fwman1011991'),(49226,3756,'first_name',''),(49227,3756,'last_name',''),(49228,3756,'description',''),(49229,3756,'rich_editing','true'),(49230,3756,'syntax_highlighting','true'),(49231,3756,'comment_shortcuts','false'),(49232,3756,'admin_color','fresh'),(49233,3756,'use_ssl','0'),(49234,3756,'show_admin_bar_front','true'),(49235,3756,'locale',''),(49236,3756,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49237,3756,'wp_user_level','0'),(49238,3756,'default_password_nag','1'),(49239,3757,'nickname','sherri.tyree1982'),(49240,3757,'first_name',''),(49241,3757,'last_name',''),(49242,3757,'description',''),(49243,3757,'rich_editing','true'),(49244,3757,'syntax_highlighting','true'),(49245,3757,'comment_shortcuts','false'),(49246,3757,'admin_color','fresh'),(49247,3757,'use_ssl','0'),(49248,3757,'show_admin_bar_front','true'),(49249,3757,'locale',''),(49250,3757,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49251,3757,'wp_user_level','0'),(49252,3757,'default_password_nag','1'),(49253,3758,'nickname','stahlfrog1973'),(49254,3758,'first_name',''),(49255,3758,'last_name',''),(49256,3758,'description',''),(49257,3758,'rich_editing','true'),(49258,3758,'syntax_highlighting','true'),(49259,3758,'comment_shortcuts','false'),(49260,3758,'admin_color','fresh'),(49261,3758,'use_ssl','0'),(49262,3758,'show_admin_bar_front','true'),(49263,3758,'locale',''),(49264,3758,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49265,3758,'wp_user_level','0'),(49266,3758,'default_password_nag','1'),(49267,3759,'nickname','ra1968'),(49268,3759,'first_name',''),(49269,3759,'last_name',''),(49270,3759,'description',''),(49271,3759,'rich_editing','true'),(49272,3759,'syntax_highlighting','true'),(49273,3759,'comment_shortcuts','false'),(49274,3759,'admin_color','fresh'),(49275,3759,'use_ssl','0'),(49276,3759,'show_admin_bar_front','true'),(49277,3759,'locale',''),(49278,3759,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49279,3759,'wp_user_level','0'),(49280,3759,'default_password_nag','1'),(49281,3760,'nickname','bartlettx42003'),(49282,3760,'first_name',''),(49283,3760,'last_name',''),(49284,3760,'description',''),(49285,3760,'rich_editing','true'),(49286,3760,'syntax_highlighting','true'),(49287,3760,'comment_shortcuts','false'),(49288,3760,'admin_color','fresh'),(49289,3760,'use_ssl','0'),(49290,3760,'show_admin_bar_front','true'),(49291,3760,'locale',''),(49292,3760,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49293,3760,'wp_user_level','0'),(49294,3760,'default_password_nag','1'),(49295,3761,'nickname','srembisz1987'),(49296,3761,'first_name',''),(49297,3761,'last_name',''),(49298,3761,'description',''),(49299,3761,'rich_editing','true'),(49300,3761,'syntax_highlighting','true'),(49301,3761,'comment_shortcuts','false'),(49302,3761,'admin_color','fresh'),(49303,3761,'use_ssl','0'),(49304,3761,'show_admin_bar_front','true'),(49305,3761,'locale',''),(49306,3761,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49307,3761,'wp_user_level','0'),(49308,3761,'default_password_nag','1'),(49309,3762,'nickname','wals522004'),(49310,3762,'first_name',''),(49311,3762,'last_name',''),(49312,3762,'description',''),(49313,3762,'rich_editing','true'),(49314,3762,'syntax_highlighting','true'),(49315,3762,'comment_shortcuts','false'),(49316,3762,'admin_color','fresh'),(49317,3762,'use_ssl','0'),(49318,3762,'show_admin_bar_front','true'),(49319,3762,'locale',''),(49320,3762,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49321,3762,'wp_user_level','0'),(49322,3762,'default_password_nag','1'),(49323,3763,'nickname','ajrandall821967'),(49324,3763,'first_name',''),(49325,3763,'last_name',''),(49326,3763,'description',''),(49327,3763,'rich_editing','true'),(49328,3763,'syntax_highlighting','true'),(49329,3763,'comment_shortcuts','false'),(49330,3763,'admin_color','fresh'),(49331,3763,'use_ssl','0'),(49332,3763,'show_admin_bar_front','true'),(49333,3763,'locale',''),(49334,3763,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49335,3763,'wp_user_level','0'),(49336,3763,'default_password_nag','1'),(49337,3764,'nickname','kristi.bbracing1996'),(49338,3764,'first_name',''),(49339,3764,'last_name',''),(49340,3764,'description',''),(49341,3764,'rich_editing','true'),(49342,3764,'syntax_highlighting','true'),(49343,3764,'comment_shortcuts','false'),(49344,3764,'admin_color','fresh'),(49345,3764,'use_ssl','0'),(49346,3764,'show_admin_bar_front','true'),(49347,3764,'locale',''),(49348,3764,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49349,3764,'wp_user_level','0'),(49350,3764,'default_password_nag','1'),(49351,3765,'nickname','auctiontreasuresllc1965'),(49352,3765,'first_name',''),(49353,3765,'last_name',''),(49354,3765,'description',''),(49355,3765,'rich_editing','true'),(49356,3765,'syntax_highlighting','true'),(49357,3765,'comment_shortcuts','false'),(49358,3765,'admin_color','fresh'),(49359,3765,'use_ssl','0'),(49360,3765,'show_admin_bar_front','true'),(49361,3765,'locale',''),(49362,3765,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49363,3765,'wp_user_level','0'),(49364,3765,'default_password_nag','1'),(49365,3766,'nickname','susiele881998'),(49366,3766,'first_name',''),(49367,3766,'last_name',''),(49368,3766,'description',''),(49369,3766,'rich_editing','true'),(49370,3766,'syntax_highlighting','true'),(49371,3766,'comment_shortcuts','false'),(49372,3766,'admin_color','fresh'),(49373,3766,'use_ssl','0'),(49374,3766,'show_admin_bar_front','true'),(49375,3766,'locale',''),(49376,3766,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49377,3766,'wp_user_level','0'),(49378,3766,'default_password_nag','1'),(49379,3767,'nickname','jimvang20011982'),(49380,3767,'first_name',''),(49381,3767,'last_name',''),(49382,3767,'description',''),(49383,3767,'rich_editing','true'),(49384,3767,'syntax_highlighting','true'),(49385,3767,'comment_shortcuts','false'),(49386,3767,'admin_color','fresh'),(49387,3767,'use_ssl','0'),(49388,3767,'show_admin_bar_front','true'),(49389,3767,'locale',''),(49390,3767,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49391,3767,'wp_user_level','0'),(49392,3767,'default_password_nag','1'),(49393,3768,'nickname','eamb187451962'),(49394,3768,'first_name',''),(49395,3768,'last_name',''),(49396,3768,'description',''),(49397,3768,'rich_editing','true'),(49398,3768,'syntax_highlighting','true'),(49399,3768,'comment_shortcuts','false'),(49400,3768,'admin_color','fresh'),(49401,3768,'use_ssl','0'),(49402,3768,'show_admin_bar_front','true'),(49403,3768,'locale',''),(49404,3768,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49405,3768,'wp_user_level','0'),(49406,3768,'default_password_nag','1'),(49407,3769,'nickname','ramon.guerrero1983'),(49408,3769,'first_name',''),(49409,3769,'last_name',''),(49410,3769,'description',''),(49411,3769,'rich_editing','true'),(49412,3769,'syntax_highlighting','true'),(49413,3769,'comment_shortcuts','false'),(49414,3769,'admin_color','fresh'),(49415,3769,'use_ssl','0'),(49416,3769,'show_admin_bar_front','true'),(49417,3769,'locale',''),(49418,3769,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49419,3769,'wp_user_level','0'),(49420,3769,'default_password_nag','1'),(49421,3770,'nickname','sestout081964'),(49422,3770,'first_name',''),(49423,3770,'last_name',''),(49424,3770,'description',''),(49425,3770,'rich_editing','true'),(49426,3770,'syntax_highlighting','true'),(49427,3770,'comment_shortcuts','false'),(49428,3770,'admin_color','fresh'),(49429,3770,'use_ssl','0'),(49430,3770,'show_admin_bar_front','true'),(49431,3770,'locale',''),(49432,3770,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49433,3770,'wp_user_level','0'),(49434,3770,'default_password_nag','1'),(49435,3771,'nickname','fairygonecrazy2681973'),(49436,3771,'first_name',''),(49437,3771,'last_name',''),(49438,3771,'description',''),(49439,3771,'rich_editing','true'),(49440,3771,'syntax_highlighting','true'),(49441,3771,'comment_shortcuts','false'),(49442,3771,'admin_color','fresh'),(49443,3771,'use_ssl','0'),(49444,3771,'show_admin_bar_front','true'),(49445,3771,'locale',''),(49446,3771,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49447,3771,'wp_user_level','0'),(49448,3771,'default_password_nag','1'),(49449,3772,'nickname','speedygonzalez5p1969'),(49450,3772,'first_name',''),(49451,3772,'last_name',''),(49452,3772,'description',''),(49453,3772,'rich_editing','true'),(49454,3772,'syntax_highlighting','true'),(49455,3772,'comment_shortcuts','false'),(49456,3772,'admin_color','fresh'),(49457,3772,'use_ssl','0'),(49458,3772,'show_admin_bar_front','true'),(49459,3772,'locale',''),(49460,3772,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49461,3772,'wp_user_level','0'),(49462,3772,'default_password_nag','1'),(49463,3773,'nickname','americancoolingsolutions1969'),(49464,3773,'first_name',''),(49465,3773,'last_name',''),(49466,3773,'description',''),(49467,3773,'rich_editing','true'),(49468,3773,'syntax_highlighting','true'),(49469,3773,'comment_shortcuts','false'),(49470,3773,'admin_color','fresh'),(49471,3773,'use_ssl','0'),(49472,3773,'show_admin_bar_front','true'),(49473,3773,'locale',''),(49474,3773,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49475,3773,'wp_user_level','0'),(49476,3773,'default_password_nag','1'),(49477,3774,'nickname','my64lemanscnv1991'),(49478,3774,'first_name',''),(49479,3774,'last_name',''),(49480,3774,'description',''),(49481,3774,'rich_editing','true'),(49482,3774,'syntax_highlighting','true'),(49483,3774,'comment_shortcuts','false'),(49484,3774,'admin_color','fresh'),(49485,3774,'use_ssl','0'),(49486,3774,'show_admin_bar_front','true'),(49487,3774,'locale',''),(49488,3774,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49489,3774,'wp_user_level','0'),(49490,3774,'default_password_nag','1'),(49491,3775,'nickname','adelmerdan20001968'),(49492,3775,'first_name',''),(49493,3775,'last_name',''),(49494,3775,'description',''),(49495,3775,'rich_editing','true'),(49496,3775,'syntax_highlighting','true'),(49497,3775,'comment_shortcuts','false'),(49498,3775,'admin_color','fresh'),(49499,3775,'use_ssl','0'),(49500,3775,'show_admin_bar_front','true'),(49501,3775,'locale',''),(49502,3775,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49503,3775,'wp_user_level','0'),(49504,3775,'default_password_nag','1'),(49505,3776,'nickname','cat14lsu1982'),(49506,3776,'first_name',''),(49507,3776,'last_name',''),(49508,3776,'description',''),(49509,3776,'rich_editing','true'),(49510,3776,'syntax_highlighting','true'),(49511,3776,'comment_shortcuts','false'),(49512,3776,'admin_color','fresh'),(49513,3776,'use_ssl','0'),(49514,3776,'show_admin_bar_front','true'),(49515,3776,'locale',''),(49516,3776,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49517,3776,'wp_user_level','0'),(49518,3776,'default_password_nag','1'),(49519,3777,'nickname','alexandra.oh1971'),(49520,3777,'first_name',''),(49521,3777,'last_name',''),(49522,3777,'description',''),(49523,3777,'rich_editing','true'),(49524,3777,'syntax_highlighting','true'),(49525,3777,'comment_shortcuts','false'),(49526,3777,'admin_color','fresh'),(49527,3777,'use_ssl','0'),(49528,3777,'show_admin_bar_front','true'),(49529,3777,'locale',''),(49530,3777,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49531,3777,'wp_user_level','0'),(49532,3777,'default_password_nag','1'),(49533,3778,'nickname','william1974'),(49534,3778,'first_name',''),(49535,3778,'last_name',''),(49536,3778,'description',''),(49537,3778,'rich_editing','true'),(49538,3778,'syntax_highlighting','true'),(49539,3778,'comment_shortcuts','false'),(49540,3778,'admin_color','fresh'),(49541,3778,'use_ssl','0'),(49542,3778,'show_admin_bar_front','true'),(49543,3778,'locale',''),(49544,3778,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49545,3778,'wp_user_level','0'),(49546,3778,'default_password_nag','1'),(49547,3779,'nickname','wineowe2000'),(49548,3779,'first_name',''),(49549,3779,'last_name',''),(49550,3779,'description',''),(49551,3779,'rich_editing','true'),(49552,3779,'syntax_highlighting','true'),(49553,3779,'comment_shortcuts','false'),(49554,3779,'admin_color','fresh'),(49555,3779,'use_ssl','0'),(49556,3779,'show_admin_bar_front','true'),(49557,3779,'locale',''),(49558,3779,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49559,3779,'wp_user_level','0'),(49560,3779,'default_password_nag','1'),(49561,3780,'nickname','lmlabell1962'),(49562,3780,'first_name',''),(49563,3780,'last_name',''),(49564,3780,'description',''),(49565,3780,'rich_editing','true'),(49566,3780,'syntax_highlighting','true'),(49567,3780,'comment_shortcuts','false'),(49568,3780,'admin_color','fresh'),(49569,3780,'use_ssl','0'),(49570,3780,'show_admin_bar_front','true'),(49571,3780,'locale',''),(49572,3780,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49573,3780,'wp_user_level','0'),(49574,3780,'default_password_nag','1'),(49575,3781,'nickname','mra917501987'),(49576,3781,'first_name',''),(49577,3781,'last_name',''),(49578,3781,'description',''),(49579,3781,'rich_editing','true'),(49580,3781,'syntax_highlighting','true'),(49581,3781,'comment_shortcuts','false'),(49582,3781,'admin_color','fresh'),(49583,3781,'use_ssl','0'),(49584,3781,'show_admin_bar_front','true'),(49585,3781,'locale',''),(49586,3781,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49587,3781,'wp_user_level','0'),(49588,3781,'default_password_nag','1'),(49589,3782,'nickname','luzdbonet1962'),(49590,3782,'first_name',''),(49591,3782,'last_name',''),(49592,3782,'description',''),(49593,3782,'rich_editing','true'),(49594,3782,'syntax_highlighting','true'),(49595,3782,'comment_shortcuts','false'),(49596,3782,'admin_color','fresh'),(49597,3782,'use_ssl','0'),(49598,3782,'show_admin_bar_front','true'),(49599,3782,'locale',''),(49600,3782,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49601,3782,'wp_user_level','0'),(49602,3782,'default_password_nag','1'),(49603,3783,'nickname','jonc1955'),(49604,3783,'first_name',''),(49605,3783,'last_name',''),(49606,3783,'description',''),(49607,3783,'rich_editing','true'),(49608,3783,'syntax_highlighting','true'),(49609,3783,'comment_shortcuts','false'),(49610,3783,'admin_color','fresh'),(49611,3783,'use_ssl','0'),(49612,3783,'show_admin_bar_front','true'),(49613,3783,'locale',''),(49614,3783,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49615,3783,'wp_user_level','0'),(49616,3783,'default_password_nag','1'),(49617,3784,'nickname','mschnauffer1955'),(49618,3784,'first_name',''),(49619,3784,'last_name',''),(49620,3784,'description',''),(49621,3784,'rich_editing','true'),(49622,3784,'syntax_highlighting','true'),(49623,3784,'comment_shortcuts','false'),(49624,3784,'admin_color','fresh'),(49625,3784,'use_ssl','0'),(49626,3784,'show_admin_bar_front','true'),(49627,3784,'locale',''),(49628,3784,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49629,3784,'wp_user_level','0'),(49630,3784,'default_password_nag','1'),(49631,3785,'nickname','ginapena20002009'),(49632,3785,'first_name',''),(49633,3785,'last_name',''),(49634,3785,'description',''),(49635,3785,'rich_editing','true'),(49636,3785,'syntax_highlighting','true'),(49637,3785,'comment_shortcuts','false'),(49638,3785,'admin_color','fresh'),(49639,3785,'use_ssl','0'),(49640,3785,'show_admin_bar_front','true'),(49641,3785,'locale',''),(49642,3785,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49643,3785,'wp_user_level','0'),(49644,3785,'default_password_nag','1'),(49645,3786,'nickname','21alive1962'),(49646,3786,'first_name',''),(49647,3786,'last_name',''),(49648,3786,'description',''),(49649,3786,'rich_editing','true'),(49650,3786,'syntax_highlighting','true'),(49651,3786,'comment_shortcuts','false'),(49652,3786,'admin_color','fresh'),(49653,3786,'use_ssl','0'),(49654,3786,'show_admin_bar_front','true'),(49655,3786,'locale',''),(49656,3786,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49657,3786,'wp_user_level','0'),(49658,3786,'default_password_nag','1'),(49659,3787,'nickname','matthew.petrus1960'),(49660,3787,'first_name',''),(49661,3787,'last_name',''),(49662,3787,'description',''),(49663,3787,'rich_editing','true'),(49664,3787,'syntax_highlighting','true'),(49665,3787,'comment_shortcuts','false'),(49666,3787,'admin_color','fresh'),(49667,3787,'use_ssl','0'),(49668,3787,'show_admin_bar_front','true'),(49669,3787,'locale',''),(49670,3787,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49671,3787,'wp_user_level','0'),(49672,3787,'default_password_nag','1'),(49673,3788,'nickname','philiasjunk1985'),(49674,3788,'first_name',''),(49675,3788,'last_name',''),(49676,3788,'description',''),(49677,3788,'rich_editing','true'),(49678,3788,'syntax_highlighting','true'),(49679,3788,'comment_shortcuts','false'),(49680,3788,'admin_color','fresh'),(49681,3788,'use_ssl','0'),(49682,3788,'show_admin_bar_front','true'),(49683,3788,'locale',''),(49684,3788,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49685,3788,'wp_user_level','0'),(49686,3788,'default_password_nag','1'),(49687,3789,'nickname','f.y.kim-usa2000'),(49688,3789,'first_name',''),(49689,3789,'last_name',''),(49690,3789,'description',''),(49691,3789,'rich_editing','true'),(49692,3789,'syntax_highlighting','true'),(49693,3789,'comment_shortcuts','false'),(49694,3789,'admin_color','fresh'),(49695,3789,'use_ssl','0'),(49696,3789,'show_admin_bar_front','true'),(49697,3789,'locale',''),(49698,3789,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49699,3789,'wp_user_level','0'),(49700,3789,'default_password_nag','1'),(49701,3790,'nickname','scb80521977'),(49702,3790,'first_name',''),(49703,3790,'last_name',''),(49704,3790,'description',''),(49705,3790,'rich_editing','true'),(49706,3790,'syntax_highlighting','true'),(49707,3790,'comment_shortcuts','false'),(49708,3790,'admin_color','fresh'),(49709,3790,'use_ssl','0'),(49710,3790,'show_admin_bar_front','true'),(49711,3790,'locale',''),(49712,3790,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49713,3790,'wp_user_level','0'),(49714,3790,'default_password_nag','1'),(49715,3791,'nickname','info1965'),(49716,3791,'first_name',''),(49717,3791,'last_name',''),(49718,3791,'description',''),(49719,3791,'rich_editing','true'),(49720,3791,'syntax_highlighting','true'),(49721,3791,'comment_shortcuts','false'),(49722,3791,'admin_color','fresh'),(49723,3791,'use_ssl','0'),(49724,3791,'show_admin_bar_front','true'),(49725,3791,'locale',''),(49726,3791,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49727,3791,'wp_user_level','0'),(49728,3791,'default_password_nag','1'),(49729,3792,'nickname','cathy.lasko1955'),(49730,3792,'first_name',''),(49731,3792,'last_name',''),(49732,3792,'description',''),(49733,3792,'rich_editing','true'),(49734,3792,'syntax_highlighting','true'),(49735,3792,'comment_shortcuts','false'),(49736,3792,'admin_color','fresh'),(49737,3792,'use_ssl','0'),(49738,3792,'show_admin_bar_front','true'),(49739,3792,'locale',''),(49740,3792,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49741,3792,'wp_user_level','0'),(49742,3792,'default_password_nag','1'),(49743,3793,'nickname','sacredskater222009'),(49744,3793,'first_name',''),(49745,3793,'last_name',''),(49746,3793,'description',''),(49747,3793,'rich_editing','true'),(49748,3793,'syntax_highlighting','true'),(49749,3793,'comment_shortcuts','false'),(49750,3793,'admin_color','fresh'),(49751,3793,'use_ssl','0'),(49752,3793,'show_admin_bar_front','true'),(49753,3793,'locale',''),(49754,3793,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49755,3793,'wp_user_level','0'),(49756,3793,'default_password_nag','1'),(49757,3794,'nickname','mxfrank19691970'),(49758,3794,'first_name',''),(49759,3794,'last_name',''),(49760,3794,'description',''),(49761,3794,'rich_editing','true'),(49762,3794,'syntax_highlighting','true'),(49763,3794,'comment_shortcuts','false'),(49764,3794,'admin_color','fresh'),(49765,3794,'use_ssl','0'),(49766,3794,'show_admin_bar_front','true'),(49767,3794,'locale',''),(49768,3794,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49769,3794,'wp_user_level','0'),(49770,3794,'default_password_nag','1'),(49771,3795,'nickname','showperson1952'),(49772,3795,'first_name',''),(49773,3795,'last_name',''),(49774,3795,'description',''),(49775,3795,'rich_editing','true'),(49776,3795,'syntax_highlighting','true'),(49777,3795,'comment_shortcuts','false'),(49778,3795,'admin_color','fresh'),(49779,3795,'use_ssl','0'),(49780,3795,'show_admin_bar_front','true'),(49781,3795,'locale',''),(49782,3795,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49783,3795,'wp_user_level','0'),(49784,3795,'default_password_nag','1'),(49785,3796,'nickname','dgilbert20062007'),(49786,3796,'first_name',''),(49787,3796,'last_name',''),(49788,3796,'description',''),(49789,3796,'rich_editing','true'),(49790,3796,'syntax_highlighting','true'),(49791,3796,'comment_shortcuts','false'),(49792,3796,'admin_color','fresh'),(49793,3796,'use_ssl','0'),(49794,3796,'show_admin_bar_front','true'),(49795,3796,'locale',''),(49796,3796,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49797,3796,'wp_user_level','0'),(49798,3796,'default_password_nag','1'),(49799,3797,'nickname','rwasson1990'),(49800,3797,'first_name',''),(49801,3797,'last_name',''),(49802,3797,'description',''),(49803,3797,'rich_editing','true'),(49804,3797,'syntax_highlighting','true'),(49805,3797,'comment_shortcuts','false'),(49806,3797,'admin_color','fresh'),(49807,3797,'use_ssl','0'),(49808,3797,'show_admin_bar_front','true'),(49809,3797,'locale',''),(49810,3797,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49811,3797,'wp_user_level','0'),(49812,3797,'default_password_nag','1'),(49813,3798,'nickname','whelca1950'),(49814,3798,'first_name',''),(49815,3798,'last_name',''),(49816,3798,'description',''),(49817,3798,'rich_editing','true'),(49818,3798,'syntax_highlighting','true'),(49819,3798,'comment_shortcuts','false'),(49820,3798,'admin_color','fresh'),(49821,3798,'use_ssl','0'),(49822,3798,'show_admin_bar_front','true'),(49823,3798,'locale',''),(49824,3798,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49825,3798,'wp_user_level','0'),(49826,3798,'default_password_nag','1'),(49827,3799,'nickname','marcbrownrigg1967'),(49828,3799,'first_name',''),(49829,3799,'last_name',''),(49830,3799,'description',''),(49831,3799,'rich_editing','true'),(49832,3799,'syntax_highlighting','true'),(49833,3799,'comment_shortcuts','false'),(49834,3799,'admin_color','fresh'),(49835,3799,'use_ssl','0'),(49836,3799,'show_admin_bar_front','true'),(49837,3799,'locale',''),(49838,3799,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49839,3799,'wp_user_level','0'),(49840,3799,'default_password_nag','1'),(49841,3800,'nickname','jff24nscr241977'),(49842,3800,'first_name',''),(49843,3800,'last_name',''),(49844,3800,'description',''),(49845,3800,'rich_editing','true'),(49846,3800,'syntax_highlighting','true'),(49847,3800,'comment_shortcuts','false'),(49848,3800,'admin_color','fresh'),(49849,3800,'use_ssl','0'),(49850,3800,'show_admin_bar_front','true'),(49851,3800,'locale',''),(49852,3800,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49853,3800,'wp_user_level','0'),(49854,3800,'default_password_nag','1'),(49855,3801,'nickname','celeciawinder1956'),(49856,3801,'first_name',''),(49857,3801,'last_name',''),(49858,3801,'description',''),(49859,3801,'rich_editing','true'),(49860,3801,'syntax_highlighting','true'),(49861,3801,'comment_shortcuts','false'),(49862,3801,'admin_color','fresh'),(49863,3801,'use_ssl','0'),(49864,3801,'show_admin_bar_front','true'),(49865,3801,'locale',''),(49866,3801,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49867,3801,'wp_user_level','0'),(49868,3801,'default_password_nag','1'),(49869,3802,'nickname','csully921954'),(49870,3802,'first_name',''),(49871,3802,'last_name',''),(49872,3802,'description',''),(49873,3802,'rich_editing','true'),(49874,3802,'syntax_highlighting','true'),(49875,3802,'comment_shortcuts','false'),(49876,3802,'admin_color','fresh'),(49877,3802,'use_ssl','0'),(49878,3802,'show_admin_bar_front','true'),(49879,3802,'locale',''),(49880,3802,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49881,3802,'wp_user_level','0'),(49882,3802,'default_password_nag','1'),(49883,3803,'nickname','janplank1971'),(49884,3803,'first_name',''),(49885,3803,'last_name',''),(49886,3803,'description',''),(49887,3803,'rich_editing','true'),(49888,3803,'syntax_highlighting','true'),(49889,3803,'comment_shortcuts','false'),(49890,3803,'admin_color','fresh'),(49891,3803,'use_ssl','0'),(49892,3803,'show_admin_bar_front','true'),(49893,3803,'locale',''),(49894,3803,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49895,3803,'wp_user_level','0'),(49896,3803,'default_password_nag','1'),(49897,3804,'nickname','adelenetter1994'),(49898,3804,'first_name',''),(49899,3804,'last_name',''),(49900,3804,'description',''),(49901,3804,'rich_editing','true'),(49902,3804,'syntax_highlighting','true'),(49903,3804,'comment_shortcuts','false'),(49904,3804,'admin_color','fresh'),(49905,3804,'use_ssl','0'),(49906,3804,'show_admin_bar_front','true'),(49907,3804,'locale',''),(49908,3804,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49909,3804,'wp_user_level','0'),(49910,3804,'default_password_nag','1'),(49911,3805,'nickname','theresiatedjo192004'),(49912,3805,'first_name',''),(49913,3805,'last_name',''),(49914,3805,'description',''),(49915,3805,'rich_editing','true'),(49916,3805,'syntax_highlighting','true'),(49917,3805,'comment_shortcuts','false'),(49918,3805,'admin_color','fresh'),(49919,3805,'use_ssl','0'),(49920,3805,'show_admin_bar_front','true'),(49921,3805,'locale',''),(49922,3805,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49923,3805,'wp_user_level','0'),(49924,3805,'default_password_nag','1'),(49925,3806,'nickname','kirke.r.machon1988'),(49926,3806,'first_name',''),(49927,3806,'last_name',''),(49928,3806,'description',''),(49929,3806,'rich_editing','true'),(49930,3806,'syntax_highlighting','true'),(49931,3806,'comment_shortcuts','false'),(49932,3806,'admin_color','fresh'),(49933,3806,'use_ssl','0'),(49934,3806,'show_admin_bar_front','true'),(49935,3806,'locale',''),(49936,3806,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49937,3806,'wp_user_level','0'),(49938,3806,'default_password_nag','1'),(49939,3807,'nickname','yoderturf1975'),(49940,3807,'first_name',''),(49941,3807,'last_name',''),(49942,3807,'description',''),(49943,3807,'rich_editing','true'),(49944,3807,'syntax_highlighting','true'),(49945,3807,'comment_shortcuts','false'),(49946,3807,'admin_color','fresh'),(49947,3807,'use_ssl','0'),(49948,3807,'show_admin_bar_front','true'),(49949,3807,'locale',''),(49950,3807,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49951,3807,'wp_user_level','0'),(49952,3807,'default_password_nag','1'),(49953,3808,'nickname','ahight21991'),(49954,3808,'first_name',''),(49955,3808,'last_name',''),(49956,3808,'description',''),(49957,3808,'rich_editing','true'),(49958,3808,'syntax_highlighting','true'),(49959,3808,'comment_shortcuts','false'),(49960,3808,'admin_color','fresh'),(49961,3808,'use_ssl','0'),(49962,3808,'show_admin_bar_front','true'),(49963,3808,'locale',''),(49964,3808,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49965,3808,'wp_user_level','0'),(49966,3808,'default_password_nag','1'),(49967,3809,'nickname','kjk3mn271983'),(49968,3809,'first_name',''),(49969,3809,'last_name',''),(49970,3809,'description',''),(49971,3809,'rich_editing','true'),(49972,3809,'syntax_highlighting','true'),(49973,3809,'comment_shortcuts','false'),(49974,3809,'admin_color','fresh'),(49975,3809,'use_ssl','0'),(49976,3809,'show_admin_bar_front','true'),(49977,3809,'locale',''),(49978,3809,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49979,3809,'wp_user_level','0'),(49980,3809,'default_password_nag','1'),(49981,3810,'nickname','robin_luther2009'),(49982,3810,'first_name',''),(49983,3810,'last_name',''),(49984,3810,'description',''),(49985,3810,'rich_editing','true'),(49986,3810,'syntax_highlighting','true'),(49987,3810,'comment_shortcuts','false'),(49988,3810,'admin_color','fresh'),(49989,3810,'use_ssl','0'),(49990,3810,'show_admin_bar_front','true'),(49991,3810,'locale',''),(49992,3810,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(49993,3810,'wp_user_level','0'),(49994,3810,'default_password_nag','1'),(49995,3811,'nickname','christopher_b_cox1969'),(49996,3811,'first_name',''),(49997,3811,'last_name',''),(49998,3811,'description',''),(49999,3811,'rich_editing','true'),(50000,3811,'syntax_highlighting','true'),(50001,3811,'comment_shortcuts','false'),(50002,3811,'admin_color','fresh'),(50003,3811,'use_ssl','0'),(50004,3811,'show_admin_bar_front','true'),(50005,3811,'locale',''),(50006,3811,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50007,3811,'wp_user_level','0'),(50008,3811,'default_password_nag','1'),(50009,3812,'nickname','pastryporter2008'),(50010,3812,'first_name',''),(50011,3812,'last_name',''),(50012,3812,'description',''),(50013,3812,'rich_editing','true'),(50014,3812,'syntax_highlighting','true'),(50015,3812,'comment_shortcuts','false'),(50016,3812,'admin_color','fresh'),(50017,3812,'use_ssl','0'),(50018,3812,'show_admin_bar_front','true'),(50019,3812,'locale',''),(50020,3812,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50021,3812,'wp_user_level','0'),(50022,3812,'default_password_nag','1'),(50023,3813,'nickname','matthendrix4181972'),(50024,3813,'first_name',''),(50025,3813,'last_name',''),(50026,3813,'description',''),(50027,3813,'rich_editing','true'),(50028,3813,'syntax_highlighting','true'),(50029,3813,'comment_shortcuts','false'),(50030,3813,'admin_color','fresh'),(50031,3813,'use_ssl','0'),(50032,3813,'show_admin_bar_front','true'),(50033,3813,'locale',''),(50034,3813,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50035,3813,'wp_user_level','0'),(50036,3813,'default_password_nag','1'),(50037,3814,'nickname','johnnyarmand371961'),(50038,3814,'first_name',''),(50039,3814,'last_name',''),(50040,3814,'description',''),(50041,3814,'rich_editing','true'),(50042,3814,'syntax_highlighting','true'),(50043,3814,'comment_shortcuts','false'),(50044,3814,'admin_color','fresh'),(50045,3814,'use_ssl','0'),(50046,3814,'show_admin_bar_front','true'),(50047,3814,'locale',''),(50048,3814,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50049,3814,'wp_user_level','0'),(50050,3814,'default_password_nag','1'),(50051,3815,'nickname','chrislampkin11956'),(50052,3815,'first_name',''),(50053,3815,'last_name',''),(50054,3815,'description',''),(50055,3815,'rich_editing','true'),(50056,3815,'syntax_highlighting','true'),(50057,3815,'comment_shortcuts','false'),(50058,3815,'admin_color','fresh'),(50059,3815,'use_ssl','0'),(50060,3815,'show_admin_bar_front','true'),(50061,3815,'locale',''),(50062,3815,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50063,3815,'wp_user_level','0'),(50064,3815,'default_password_nag','1'),(50065,3816,'nickname','app671959'),(50066,3816,'first_name',''),(50067,3816,'last_name',''),(50068,3816,'description',''),(50069,3816,'rich_editing','true'),(50070,3816,'syntax_highlighting','true'),(50071,3816,'comment_shortcuts','false'),(50072,3816,'admin_color','fresh'),(50073,3816,'use_ssl','0'),(50074,3816,'show_admin_bar_front','true'),(50075,3816,'locale',''),(50076,3816,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50077,3816,'wp_user_level','0'),(50078,3816,'default_password_nag','1'),(50079,3817,'nickname','lmalewski1989'),(50080,3817,'first_name',''),(50081,3817,'last_name',''),(50082,3817,'description',''),(50083,3817,'rich_editing','true'),(50084,3817,'syntax_highlighting','true'),(50085,3817,'comment_shortcuts','false'),(50086,3817,'admin_color','fresh'),(50087,3817,'use_ssl','0'),(50088,3817,'show_admin_bar_front','true'),(50089,3817,'locale',''),(50090,3817,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50091,3817,'wp_user_level','0'),(50092,3817,'default_password_nag','1'),(50093,3818,'nickname','joseinsc1993'),(50094,3818,'first_name',''),(50095,3818,'last_name',''),(50096,3818,'description',''),(50097,3818,'rich_editing','true'),(50098,3818,'syntax_highlighting','true'),(50099,3818,'comment_shortcuts','false'),(50100,3818,'admin_color','fresh'),(50101,3818,'use_ssl','0'),(50102,3818,'show_admin_bar_front','true'),(50103,3818,'locale',''),(50104,3818,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50105,3818,'wp_user_level','0'),(50106,3818,'default_password_nag','1'),(50107,3819,'nickname','kml83931953'),(50108,3819,'first_name',''),(50109,3819,'last_name',''),(50110,3819,'description',''),(50111,3819,'rich_editing','true'),(50112,3819,'syntax_highlighting','true'),(50113,3819,'comment_shortcuts','false'),(50114,3819,'admin_color','fresh'),(50115,3819,'use_ssl','0'),(50116,3819,'show_admin_bar_front','true'),(50117,3819,'locale',''),(50118,3819,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50119,3819,'wp_user_level','0'),(50120,3819,'default_password_nag','1'),(50121,3820,'nickname','ultimiterune1988'),(50122,3820,'first_name',''),(50123,3820,'last_name',''),(50124,3820,'description',''),(50125,3820,'rich_editing','true'),(50126,3820,'syntax_highlighting','true'),(50127,3820,'comment_shortcuts','false'),(50128,3820,'admin_color','fresh'),(50129,3820,'use_ssl','0'),(50130,3820,'show_admin_bar_front','true'),(50131,3820,'locale',''),(50132,3820,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50133,3820,'wp_user_level','0'),(50134,3820,'default_password_nag','1'),(50135,3821,'nickname','olga1982'),(50136,3821,'first_name',''),(50137,3821,'last_name',''),(50138,3821,'description',''),(50139,3821,'rich_editing','true'),(50140,3821,'syntax_highlighting','true'),(50141,3821,'comment_shortcuts','false'),(50142,3821,'admin_color','fresh'),(50143,3821,'use_ssl','0'),(50144,3821,'show_admin_bar_front','true'),(50145,3821,'locale',''),(50146,3821,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50147,3821,'wp_user_level','0'),(50148,3821,'default_password_nag','1'),(50149,3822,'nickname','sandpene011958'),(50150,3822,'first_name',''),(50151,3822,'last_name',''),(50152,3822,'description',''),(50153,3822,'rich_editing','true'),(50154,3822,'syntax_highlighting','true'),(50155,3822,'comment_shortcuts','false'),(50156,3822,'admin_color','fresh'),(50157,3822,'use_ssl','0'),(50158,3822,'show_admin_bar_front','true'),(50159,3822,'locale',''),(50160,3822,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50161,3822,'wp_user_level','0'),(50162,3822,'default_password_nag','1'),(50163,3823,'nickname','goz571990'),(50164,3823,'first_name',''),(50165,3823,'last_name',''),(50166,3823,'description',''),(50167,3823,'rich_editing','true'),(50168,3823,'syntax_highlighting','true'),(50169,3823,'comment_shortcuts','false'),(50170,3823,'admin_color','fresh'),(50171,3823,'use_ssl','0'),(50172,3823,'show_admin_bar_front','true'),(50173,3823,'locale',''),(50174,3823,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50175,3823,'wp_user_level','0'),(50176,3823,'default_password_nag','1'),(50177,3824,'nickname','jmkoval1964'),(50178,3824,'first_name',''),(50179,3824,'last_name',''),(50180,3824,'description',''),(50181,3824,'rich_editing','true'),(50182,3824,'syntax_highlighting','true'),(50183,3824,'comment_shortcuts','false'),(50184,3824,'admin_color','fresh'),(50185,3824,'use_ssl','0'),(50186,3824,'show_admin_bar_front','true'),(50187,3824,'locale',''),(50188,3824,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50189,3824,'wp_user_level','0'),(50190,3824,'default_password_nag','1'),(50191,3825,'nickname','subhomail1956'),(50192,3825,'first_name',''),(50193,3825,'last_name',''),(50194,3825,'description',''),(50195,3825,'rich_editing','true'),(50196,3825,'syntax_highlighting','true'),(50197,3825,'comment_shortcuts','false'),(50198,3825,'admin_color','fresh'),(50199,3825,'use_ssl','0'),(50200,3825,'show_admin_bar_front','true'),(50201,3825,'locale',''),(50202,3825,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50203,3825,'wp_user_level','0'),(50204,3825,'default_password_nag','1'),(50205,3826,'nickname','allanelder15991952'),(50206,3826,'first_name',''),(50207,3826,'last_name',''),(50208,3826,'description',''),(50209,3826,'rich_editing','true'),(50210,3826,'syntax_highlighting','true'),(50211,3826,'comment_shortcuts','false'),(50212,3826,'admin_color','fresh'),(50213,3826,'use_ssl','0'),(50214,3826,'show_admin_bar_front','true'),(50215,3826,'locale',''),(50216,3826,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50217,3826,'wp_user_level','0'),(50218,3826,'default_password_nag','1'),(50219,3827,'nickname','yongari935362002'),(50220,3827,'first_name',''),(50221,3827,'last_name',''),(50222,3827,'description',''),(50223,3827,'rich_editing','true'),(50224,3827,'syntax_highlighting','true'),(50225,3827,'comment_shortcuts','false'),(50226,3827,'admin_color','fresh'),(50227,3827,'use_ssl','0'),(50228,3827,'show_admin_bar_front','true'),(50229,3827,'locale',''),(50230,3827,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50231,3827,'wp_user_level','0'),(50232,3827,'default_password_nag','1'),(50233,3828,'nickname','benjaynes1974'),(50234,3828,'first_name',''),(50235,3828,'last_name',''),(50236,3828,'description',''),(50237,3828,'rich_editing','true'),(50238,3828,'syntax_highlighting','true'),(50239,3828,'comment_shortcuts','false'),(50240,3828,'admin_color','fresh'),(50241,3828,'use_ssl','0'),(50242,3828,'show_admin_bar_front','true'),(50243,3828,'locale',''),(50244,3828,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50245,3828,'wp_user_level','0'),(50246,3828,'default_password_nag','1'),(50247,3829,'nickname','randerson2001'),(50248,3829,'first_name',''),(50249,3829,'last_name',''),(50250,3829,'description',''),(50251,3829,'rich_editing','true'),(50252,3829,'syntax_highlighting','true'),(50253,3829,'comment_shortcuts','false'),(50254,3829,'admin_color','fresh'),(50255,3829,'use_ssl','0'),(50256,3829,'show_admin_bar_front','true'),(50257,3829,'locale',''),(50258,3829,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50259,3829,'wp_user_level','0'),(50260,3829,'default_password_nag','1'),(50261,3830,'nickname','jshields241986'),(50262,3830,'first_name',''),(50263,3830,'last_name',''),(50264,3830,'description',''),(50265,3830,'rich_editing','true'),(50266,3830,'syntax_highlighting','true'),(50267,3830,'comment_shortcuts','false'),(50268,3830,'admin_color','fresh'),(50269,3830,'use_ssl','0'),(50270,3830,'show_admin_bar_front','true'),(50271,3830,'locale',''),(50272,3830,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50273,3830,'wp_user_level','0'),(50274,3830,'default_password_nag','1'),(50275,3831,'nickname','stephan-steinhagen1998'),(50276,3831,'first_name',''),(50277,3831,'last_name',''),(50278,3831,'description',''),(50279,3831,'rich_editing','true'),(50280,3831,'syntax_highlighting','true'),(50281,3831,'comment_shortcuts','false'),(50282,3831,'admin_color','fresh'),(50283,3831,'use_ssl','0'),(50284,3831,'show_admin_bar_front','true'),(50285,3831,'locale',''),(50286,3831,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50287,3831,'wp_user_level','0'),(50288,3831,'default_password_nag','1'),(50289,3832,'nickname','fisheras1976'),(50290,3832,'first_name',''),(50291,3832,'last_name',''),(50292,3832,'description',''),(50293,3832,'rich_editing','true'),(50294,3832,'syntax_highlighting','true'),(50295,3832,'comment_shortcuts','false'),(50296,3832,'admin_color','fresh'),(50297,3832,'use_ssl','0'),(50298,3832,'show_admin_bar_front','true'),(50299,3832,'locale',''),(50300,3832,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50301,3832,'wp_user_level','0'),(50302,3832,'default_password_nag','1'),(50303,3833,'nickname','krystalspinatas1986'),(50304,3833,'first_name',''),(50305,3833,'last_name',''),(50306,3833,'description',''),(50307,3833,'rich_editing','true'),(50308,3833,'syntax_highlighting','true'),(50309,3833,'comment_shortcuts','false'),(50310,3833,'admin_color','fresh'),(50311,3833,'use_ssl','0'),(50312,3833,'show_admin_bar_front','true'),(50313,3833,'locale',''),(50314,3833,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50315,3833,'wp_user_level','0'),(50316,3833,'default_password_nag','1'),(50317,3834,'nickname','miamisellall2009'),(50318,3834,'first_name',''),(50319,3834,'last_name',''),(50320,3834,'description',''),(50321,3834,'rich_editing','true'),(50322,3834,'syntax_highlighting','true'),(50323,3834,'comment_shortcuts','false'),(50324,3834,'admin_color','fresh'),(50325,3834,'use_ssl','0'),(50326,3834,'show_admin_bar_front','true'),(50327,3834,'locale',''),(50328,3834,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50329,3834,'wp_user_level','0'),(50330,3834,'default_password_nag','1'),(50331,3835,'nickname','eric.pfleeger1965'),(50332,3835,'first_name',''),(50333,3835,'last_name',''),(50334,3835,'description',''),(50335,3835,'rich_editing','true'),(50336,3835,'syntax_highlighting','true'),(50337,3835,'comment_shortcuts','false'),(50338,3835,'admin_color','fresh'),(50339,3835,'use_ssl','0'),(50340,3835,'show_admin_bar_front','true'),(50341,3835,'locale',''),(50342,3835,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50343,3835,'wp_user_level','0'),(50344,3835,'default_password_nag','1'),(50345,3836,'nickname','gene1959'),(50346,3836,'first_name',''),(50347,3836,'last_name',''),(50348,3836,'description',''),(50349,3836,'rich_editing','true'),(50350,3836,'syntax_highlighting','true'),(50351,3836,'comment_shortcuts','false'),(50352,3836,'admin_color','fresh'),(50353,3836,'use_ssl','0'),(50354,3836,'show_admin_bar_front','true'),(50355,3836,'locale',''),(50356,3836,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50357,3836,'wp_user_level','0'),(50358,3836,'default_password_nag','1'),(50359,3837,'nickname','darkshnider421995'),(50360,3837,'first_name',''),(50361,3837,'last_name',''),(50362,3837,'description',''),(50363,3837,'rich_editing','true'),(50364,3837,'syntax_highlighting','true'),(50365,3837,'comment_shortcuts','false'),(50366,3837,'admin_color','fresh'),(50367,3837,'use_ssl','0'),(50368,3837,'show_admin_bar_front','true'),(50369,3837,'locale',''),(50370,3837,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50371,3837,'wp_user_level','0'),(50372,3837,'default_password_nag','1'),(50373,3838,'nickname','jamesksmithjr1956'),(50374,3838,'first_name',''),(50375,3838,'last_name',''),(50376,3838,'description',''),(50377,3838,'rich_editing','true'),(50378,3838,'syntax_highlighting','true'),(50379,3838,'comment_shortcuts','false'),(50380,3838,'admin_color','fresh'),(50381,3838,'use_ssl','0'),(50382,3838,'show_admin_bar_front','true'),(50383,3838,'locale',''),(50384,3838,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50385,3838,'wp_user_level','0'),(50386,3838,'default_password_nag','1'),(50387,3839,'nickname','najamkizilbash1956'),(50388,3839,'first_name',''),(50389,3839,'last_name',''),(50390,3839,'description',''),(50391,3839,'rich_editing','true'),(50392,3839,'syntax_highlighting','true'),(50393,3839,'comment_shortcuts','false'),(50394,3839,'admin_color','fresh'),(50395,3839,'use_ssl','0'),(50396,3839,'show_admin_bar_front','true'),(50397,3839,'locale',''),(50398,3839,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50399,3839,'wp_user_level','0'),(50400,3839,'default_password_nag','1'),(50401,3840,'nickname','itsgeorges1998'),(50402,3840,'first_name',''),(50403,3840,'last_name',''),(50404,3840,'description',''),(50405,3840,'rich_editing','true'),(50406,3840,'syntax_highlighting','true'),(50407,3840,'comment_shortcuts','false'),(50408,3840,'admin_color','fresh'),(50409,3840,'use_ssl','0'),(50410,3840,'show_admin_bar_front','true'),(50411,3840,'locale',''),(50412,3840,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50413,3840,'wp_user_level','0'),(50414,3840,'default_password_nag','1'),(50415,3841,'nickname','dgdd961951'),(50416,3841,'first_name',''),(50417,3841,'last_name',''),(50418,3841,'description',''),(50419,3841,'rich_editing','true'),(50420,3841,'syntax_highlighting','true'),(50421,3841,'comment_shortcuts','false'),(50422,3841,'admin_color','fresh'),(50423,3841,'use_ssl','0'),(50424,3841,'show_admin_bar_front','true'),(50425,3841,'locale',''),(50426,3841,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50427,3841,'wp_user_level','0'),(50428,3841,'default_password_nag','1'),(50429,3842,'nickname','gttconsulting2005'),(50430,3842,'first_name',''),(50431,3842,'last_name',''),(50432,3842,'description',''),(50433,3842,'rich_editing','true'),(50434,3842,'syntax_highlighting','true'),(50435,3842,'comment_shortcuts','false'),(50436,3842,'admin_color','fresh'),(50437,3842,'use_ssl','0'),(50438,3842,'show_admin_bar_front','true'),(50439,3842,'locale',''),(50440,3842,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50441,3842,'wp_user_level','0'),(50442,3842,'default_password_nag','1'),(50443,3843,'nickname','shumakerski1965'),(50444,3843,'first_name',''),(50445,3843,'last_name',''),(50446,3843,'description',''),(50447,3843,'rich_editing','true'),(50448,3843,'syntax_highlighting','true'),(50449,3843,'comment_shortcuts','false'),(50450,3843,'admin_color','fresh'),(50451,3843,'use_ssl','0'),(50452,3843,'show_admin_bar_front','true'),(50453,3843,'locale',''),(50454,3843,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50455,3843,'wp_user_level','0'),(50456,3843,'default_password_nag','1'),(50457,3844,'nickname','dickerickson2681962'),(50458,3844,'first_name',''),(50459,3844,'last_name',''),(50460,3844,'description',''),(50461,3844,'rich_editing','true'),(50462,3844,'syntax_highlighting','true'),(50463,3844,'comment_shortcuts','false'),(50464,3844,'admin_color','fresh'),(50465,3844,'use_ssl','0'),(50466,3844,'show_admin_bar_front','true'),(50467,3844,'locale',''),(50468,3844,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50469,3844,'wp_user_level','0'),(50470,3844,'default_password_nag','1'),(50471,3845,'nickname','leeannc311994'),(50472,3845,'first_name',''),(50473,3845,'last_name',''),(50474,3845,'description',''),(50475,3845,'rich_editing','true'),(50476,3845,'syntax_highlighting','true'),(50477,3845,'comment_shortcuts','false'),(50478,3845,'admin_color','fresh'),(50479,3845,'use_ssl','0'),(50480,3845,'show_admin_bar_front','true'),(50481,3845,'locale',''),(50482,3845,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50483,3845,'wp_user_level','0'),(50484,3845,'default_password_nag','1'),(50485,3846,'nickname','justrightmotors1964'),(50486,3846,'first_name',''),(50487,3846,'last_name',''),(50488,3846,'description',''),(50489,3846,'rich_editing','true'),(50490,3846,'syntax_highlighting','true'),(50491,3846,'comment_shortcuts','false'),(50492,3846,'admin_color','fresh'),(50493,3846,'use_ssl','0'),(50494,3846,'show_admin_bar_front','true'),(50495,3846,'locale',''),(50496,3846,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50497,3846,'wp_user_level','0'),(50498,3846,'default_password_nag','1'),(50499,3847,'nickname','jenelyse51956'),(50500,3847,'first_name',''),(50501,3847,'last_name',''),(50502,3847,'description',''),(50503,3847,'rich_editing','true'),(50504,3847,'syntax_highlighting','true'),(50505,3847,'comment_shortcuts','false'),(50506,3847,'admin_color','fresh'),(50507,3847,'use_ssl','0'),(50508,3847,'show_admin_bar_front','true'),(50509,3847,'locale',''),(50510,3847,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50511,3847,'wp_user_level','0'),(50512,3847,'default_password_nag','1'),(50513,3848,'nickname','servpro99421977'),(50514,3848,'first_name',''),(50515,3848,'last_name',''),(50516,3848,'description',''),(50517,3848,'rich_editing','true'),(50518,3848,'syntax_highlighting','true'),(50519,3848,'comment_shortcuts','false'),(50520,3848,'admin_color','fresh'),(50521,3848,'use_ssl','0'),(50522,3848,'show_admin_bar_front','true'),(50523,3848,'locale',''),(50524,3848,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50525,3848,'wp_user_level','0'),(50526,3848,'default_password_nag','1'),(50527,3849,'nickname','brianjprewitt1952'),(50528,3849,'first_name',''),(50529,3849,'last_name',''),(50530,3849,'description',''),(50531,3849,'rich_editing','true'),(50532,3849,'syntax_highlighting','true'),(50533,3849,'comment_shortcuts','false'),(50534,3849,'admin_color','fresh'),(50535,3849,'use_ssl','0'),(50536,3849,'show_admin_bar_front','true'),(50537,3849,'locale',''),(50538,3849,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50539,3849,'wp_user_level','0'),(50540,3849,'default_password_nag','1'),(50541,3850,'nickname','mstjean1989'),(50542,3850,'first_name',''),(50543,3850,'last_name',''),(50544,3850,'description',''),(50545,3850,'rich_editing','true'),(50546,3850,'syntax_highlighting','true'),(50547,3850,'comment_shortcuts','false'),(50548,3850,'admin_color','fresh'),(50549,3850,'use_ssl','0'),(50550,3850,'show_admin_bar_front','true'),(50551,3850,'locale',''),(50552,3850,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50553,3850,'wp_user_level','0'),(50554,3850,'default_password_nag','1'),(50555,3851,'nickname','jimmyc263012010'),(50556,3851,'first_name',''),(50557,3851,'last_name',''),(50558,3851,'description',''),(50559,3851,'rich_editing','true'),(50560,3851,'syntax_highlighting','true'),(50561,3851,'comment_shortcuts','false'),(50562,3851,'admin_color','fresh'),(50563,3851,'use_ssl','0'),(50564,3851,'show_admin_bar_front','true'),(50565,3851,'locale',''),(50566,3851,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50567,3851,'wp_user_level','0'),(50568,3851,'default_password_nag','1'),(50569,3852,'nickname','jacobs.tpierre4891967'),(50570,3852,'first_name',''),(50571,3852,'last_name',''),(50572,3852,'description',''),(50573,3852,'rich_editing','true'),(50574,3852,'syntax_highlighting','true'),(50575,3852,'comment_shortcuts','false'),(50576,3852,'admin_color','fresh'),(50577,3852,'use_ssl','0'),(50578,3852,'show_admin_bar_front','true'),(50579,3852,'locale',''),(50580,3852,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50581,3852,'wp_user_level','0'),(50582,3852,'default_password_nag','1'),(50583,3853,'nickname','cooperlandry1988'),(50584,3853,'first_name',''),(50585,3853,'last_name',''),(50586,3853,'description',''),(50587,3853,'rich_editing','true'),(50588,3853,'syntax_highlighting','true'),(50589,3853,'comment_shortcuts','false'),(50590,3853,'admin_color','fresh'),(50591,3853,'use_ssl','0'),(50592,3853,'show_admin_bar_front','true'),(50593,3853,'locale',''),(50594,3853,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50595,3853,'wp_user_level','0'),(50596,3853,'default_password_nag','1'),(50597,3854,'nickname','irudyakova1976'),(50598,3854,'first_name',''),(50599,3854,'last_name',''),(50600,3854,'description',''),(50601,3854,'rich_editing','true'),(50602,3854,'syntax_highlighting','true'),(50603,3854,'comment_shortcuts','false'),(50604,3854,'admin_color','fresh'),(50605,3854,'use_ssl','0'),(50606,3854,'show_admin_bar_front','true'),(50607,3854,'locale',''),(50608,3854,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50609,3854,'wp_user_level','0'),(50610,3854,'default_password_nag','1'),(50611,3855,'nickname','csutton51993'),(50612,3855,'first_name',''),(50613,3855,'last_name',''),(50614,3855,'description',''),(50615,3855,'rich_editing','true'),(50616,3855,'syntax_highlighting','true'),(50617,3855,'comment_shortcuts','false'),(50618,3855,'admin_color','fresh'),(50619,3855,'use_ssl','0'),(50620,3855,'show_admin_bar_front','true'),(50621,3855,'locale',''),(50622,3855,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50623,3855,'wp_user_level','0'),(50624,3855,'default_password_nag','1'),(50625,3856,'nickname','mrs.mond11966'),(50626,3856,'first_name',''),(50627,3856,'last_name',''),(50628,3856,'description',''),(50629,3856,'rich_editing','true'),(50630,3856,'syntax_highlighting','true'),(50631,3856,'comment_shortcuts','false'),(50632,3856,'admin_color','fresh'),(50633,3856,'use_ssl','0'),(50634,3856,'show_admin_bar_front','true'),(50635,3856,'locale',''),(50636,3856,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50637,3856,'wp_user_level','0'),(50638,3856,'default_password_nag','1'),(50639,3857,'nickname','paulmitchell3331973'),(50640,3857,'first_name',''),(50641,3857,'last_name',''),(50642,3857,'description',''),(50643,3857,'rich_editing','true'),(50644,3857,'syntax_highlighting','true'),(50645,3857,'comment_shortcuts','false'),(50646,3857,'admin_color','fresh'),(50647,3857,'use_ssl','0'),(50648,3857,'show_admin_bar_front','true'),(50649,3857,'locale',''),(50650,3857,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50651,3857,'wp_user_level','0'),(50652,3857,'default_password_nag','1'),(50653,3858,'nickname','evnash1971'),(50654,3858,'first_name',''),(50655,3858,'last_name',''),(50656,3858,'description',''),(50657,3858,'rich_editing','true'),(50658,3858,'syntax_highlighting','true'),(50659,3858,'comment_shortcuts','false'),(50660,3858,'admin_color','fresh'),(50661,3858,'use_ssl','0'),(50662,3858,'show_admin_bar_front','true'),(50663,3858,'locale',''),(50664,3858,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50665,3858,'wp_user_level','0'),(50666,3858,'default_password_nag','1'),(50667,3859,'nickname','wayne.samson1976'),(50668,3859,'first_name',''),(50669,3859,'last_name',''),(50670,3859,'description',''),(50671,3859,'rich_editing','true'),(50672,3859,'syntax_highlighting','true'),(50673,3859,'comment_shortcuts','false'),(50674,3859,'admin_color','fresh'),(50675,3859,'use_ssl','0'),(50676,3859,'show_admin_bar_front','true'),(50677,3859,'locale',''),(50678,3859,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50679,3859,'wp_user_level','0'),(50680,3859,'default_password_nag','1'),(50681,3860,'nickname','shashi2001'),(50682,3860,'first_name',''),(50683,3860,'last_name',''),(50684,3860,'description',''),(50685,3860,'rich_editing','true'),(50686,3860,'syntax_highlighting','true'),(50687,3860,'comment_shortcuts','false'),(50688,3860,'admin_color','fresh'),(50689,3860,'use_ssl','0'),(50690,3860,'show_admin_bar_front','true'),(50691,3860,'locale',''),(50692,3860,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50693,3860,'wp_user_level','0'),(50694,3860,'default_password_nag','1'),(50695,3861,'nickname','heathergrant221964'),(50696,3861,'first_name',''),(50697,3861,'last_name',''),(50698,3861,'description',''),(50699,3861,'rich_editing','true'),(50700,3861,'syntax_highlighting','true'),(50701,3861,'comment_shortcuts','false'),(50702,3861,'admin_color','fresh'),(50703,3861,'use_ssl','0'),(50704,3861,'show_admin_bar_front','true'),(50705,3861,'locale',''),(50706,3861,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50707,3861,'wp_user_level','0'),(50708,3861,'default_password_nag','1'),(50709,3862,'nickname','lisa1961'),(50710,3862,'first_name',''),(50711,3862,'last_name',''),(50712,3862,'description',''),(50713,3862,'rich_editing','true'),(50714,3862,'syntax_highlighting','true'),(50715,3862,'comment_shortcuts','false'),(50716,3862,'admin_color','fresh'),(50717,3862,'use_ssl','0'),(50718,3862,'show_admin_bar_front','true'),(50719,3862,'locale',''),(50720,3862,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50721,3862,'wp_user_level','0'),(50722,3862,'default_password_nag','1'),(50723,3863,'nickname','guertinb1984'),(50724,3863,'first_name',''),(50725,3863,'last_name',''),(50726,3863,'description',''),(50727,3863,'rich_editing','true'),(50728,3863,'syntax_highlighting','true'),(50729,3863,'comment_shortcuts','false'),(50730,3863,'admin_color','fresh'),(50731,3863,'use_ssl','0'),(50732,3863,'show_admin_bar_front','true'),(50733,3863,'locale',''),(50734,3863,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50735,3863,'wp_user_level','0'),(50736,3863,'default_password_nag','1'),(50737,3864,'nickname','fabielarayo2010'),(50738,3864,'first_name',''),(50739,3864,'last_name',''),(50740,3864,'description',''),(50741,3864,'rich_editing','true'),(50742,3864,'syntax_highlighting','true'),(50743,3864,'comment_shortcuts','false'),(50744,3864,'admin_color','fresh'),(50745,3864,'use_ssl','0'),(50746,3864,'show_admin_bar_front','true'),(50747,3864,'locale',''),(50748,3864,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50749,3864,'wp_user_level','0'),(50750,3864,'default_password_nag','1'),(50751,3865,'nickname','esser911952'),(50752,3865,'first_name',''),(50753,3865,'last_name',''),(50754,3865,'description',''),(50755,3865,'rich_editing','true'),(50756,3865,'syntax_highlighting','true'),(50757,3865,'comment_shortcuts','false'),(50758,3865,'admin_color','fresh'),(50759,3865,'use_ssl','0'),(50760,3865,'show_admin_bar_front','true'),(50761,3865,'locale',''),(50762,3865,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50763,3865,'wp_user_level','0'),(50764,3865,'default_password_nag','1'),(50765,3866,'nickname','billjohnst501976'),(50766,3866,'first_name',''),(50767,3866,'last_name',''),(50768,3866,'description',''),(50769,3866,'rich_editing','true'),(50770,3866,'syntax_highlighting','true'),(50771,3866,'comment_shortcuts','false'),(50772,3866,'admin_color','fresh'),(50773,3866,'use_ssl','0'),(50774,3866,'show_admin_bar_front','true'),(50775,3866,'locale',''),(50776,3866,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50777,3866,'wp_user_level','0'),(50778,3866,'default_password_nag','1'),(50779,3867,'nickname','jamco60001955'),(50780,3867,'first_name',''),(50781,3867,'last_name',''),(50782,3867,'description',''),(50783,3867,'rich_editing','true'),(50784,3867,'syntax_highlighting','true'),(50785,3867,'comment_shortcuts','false'),(50786,3867,'admin_color','fresh'),(50787,3867,'use_ssl','0'),(50788,3867,'show_admin_bar_front','true'),(50789,3867,'locale',''),(50790,3867,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50791,3867,'wp_user_level','0'),(50792,3867,'default_password_nag','1'),(50793,3868,'nickname','ryanlwilcox2008'),(50794,3868,'first_name',''),(50795,3868,'last_name',''),(50796,3868,'description',''),(50797,3868,'rich_editing','true'),(50798,3868,'syntax_highlighting','true'),(50799,3868,'comment_shortcuts','false'),(50800,3868,'admin_color','fresh'),(50801,3868,'use_ssl','0'),(50802,3868,'show_admin_bar_front','true'),(50803,3868,'locale',''),(50804,3868,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50805,3868,'wp_user_level','0'),(50806,3868,'default_password_nag','1'),(50807,3869,'nickname','orkwkskrs1951'),(50808,3869,'first_name',''),(50809,3869,'last_name',''),(50810,3869,'description',''),(50811,3869,'rich_editing','true'),(50812,3869,'syntax_highlighting','true'),(50813,3869,'comment_shortcuts','false'),(50814,3869,'admin_color','fresh'),(50815,3869,'use_ssl','0'),(50816,3869,'show_admin_bar_front','true'),(50817,3869,'locale',''),(50818,3869,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50819,3869,'wp_user_level','0'),(50820,3869,'default_password_nag','1'),(50821,3870,'nickname','ravlosoya1955'),(50822,3870,'first_name',''),(50823,3870,'last_name',''),(50824,3870,'description',''),(50825,3870,'rich_editing','true'),(50826,3870,'syntax_highlighting','true'),(50827,3870,'comment_shortcuts','false'),(50828,3870,'admin_color','fresh'),(50829,3870,'use_ssl','0'),(50830,3870,'show_admin_bar_front','true'),(50831,3870,'locale',''),(50832,3870,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50833,3870,'wp_user_level','0'),(50834,3870,'default_password_nag','1'),(50835,3871,'nickname','nathan.sauers1969'),(50836,3871,'first_name',''),(50837,3871,'last_name',''),(50838,3871,'description',''),(50839,3871,'rich_editing','true'),(50840,3871,'syntax_highlighting','true'),(50841,3871,'comment_shortcuts','false'),(50842,3871,'admin_color','fresh'),(50843,3871,'use_ssl','0'),(50844,3871,'show_admin_bar_front','true'),(50845,3871,'locale',''),(50846,3871,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50847,3871,'wp_user_level','0'),(50848,3871,'default_password_nag','1'),(50849,3872,'nickname','kdawsoncpa1986'),(50850,3872,'first_name',''),(50851,3872,'last_name',''),(50852,3872,'description',''),(50853,3872,'rich_editing','true'),(50854,3872,'syntax_highlighting','true'),(50855,3872,'comment_shortcuts','false'),(50856,3872,'admin_color','fresh'),(50857,3872,'use_ssl','0'),(50858,3872,'show_admin_bar_front','true'),(50859,3872,'locale',''),(50860,3872,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50861,3872,'wp_user_level','0'),(50862,3872,'default_password_nag','1'),(50863,3873,'nickname','pfstrike91962'),(50864,3873,'first_name',''),(50865,3873,'last_name',''),(50866,3873,'description',''),(50867,3873,'rich_editing','true'),(50868,3873,'syntax_highlighting','true'),(50869,3873,'comment_shortcuts','false'),(50870,3873,'admin_color','fresh'),(50871,3873,'use_ssl','0'),(50872,3873,'show_admin_bar_front','true'),(50873,3873,'locale',''),(50874,3873,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50875,3873,'wp_user_level','0'),(50876,3873,'default_password_nag','1'),(50877,3874,'nickname','marcg1986'),(50878,3874,'first_name',''),(50879,3874,'last_name',''),(50880,3874,'description',''),(50881,3874,'rich_editing','true'),(50882,3874,'syntax_highlighting','true'),(50883,3874,'comment_shortcuts','false'),(50884,3874,'admin_color','fresh'),(50885,3874,'use_ssl','0'),(50886,3874,'show_admin_bar_front','true'),(50887,3874,'locale',''),(50888,3874,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50889,3874,'wp_user_level','0'),(50890,3874,'default_password_nag','1'),(50891,3875,'nickname','amber.guffey1950'),(50892,3875,'first_name',''),(50893,3875,'last_name',''),(50894,3875,'description',''),(50895,3875,'rich_editing','true'),(50896,3875,'syntax_highlighting','true'),(50897,3875,'comment_shortcuts','false'),(50898,3875,'admin_color','fresh'),(50899,3875,'use_ssl','0'),(50900,3875,'show_admin_bar_front','true'),(50901,3875,'locale',''),(50902,3875,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50903,3875,'wp_user_level','0'),(50904,3875,'default_password_nag','1'),(50905,3876,'nickname','nwinnie341960'),(50906,3876,'first_name',''),(50907,3876,'last_name',''),(50908,3876,'description',''),(50909,3876,'rich_editing','true'),(50910,3876,'syntax_highlighting','true'),(50911,3876,'comment_shortcuts','false'),(50912,3876,'admin_color','fresh'),(50913,3876,'use_ssl','0'),(50914,3876,'show_admin_bar_front','true'),(50915,3876,'locale',''),(50916,3876,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50917,3876,'wp_user_level','0'),(50918,3876,'default_password_nag','1'),(50919,3877,'nickname','dblueter1965'),(50920,3877,'first_name',''),(50921,3877,'last_name',''),(50922,3877,'description',''),(50923,3877,'rich_editing','true'),(50924,3877,'syntax_highlighting','true'),(50925,3877,'comment_shortcuts','false'),(50926,3877,'admin_color','fresh'),(50927,3877,'use_ssl','0'),(50928,3877,'show_admin_bar_front','true'),(50929,3877,'locale',''),(50930,3877,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50931,3877,'wp_user_level','0'),(50932,3877,'default_password_nag','1'),(50933,3878,'nickname','kaylachris20061980'),(50934,3878,'first_name',''),(50935,3878,'last_name',''),(50936,3878,'description',''),(50937,3878,'rich_editing','true'),(50938,3878,'syntax_highlighting','true'),(50939,3878,'comment_shortcuts','false'),(50940,3878,'admin_color','fresh'),(50941,3878,'use_ssl','0'),(50942,3878,'show_admin_bar_front','true'),(50943,3878,'locale',''),(50944,3878,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50945,3878,'wp_user_level','0'),(50946,3878,'default_password_nag','1'),(50947,3879,'nickname','mamypj1979'),(50948,3879,'first_name',''),(50949,3879,'last_name',''),(50950,3879,'description',''),(50951,3879,'rich_editing','true'),(50952,3879,'syntax_highlighting','true'),(50953,3879,'comment_shortcuts','false'),(50954,3879,'admin_color','fresh'),(50955,3879,'use_ssl','0'),(50956,3879,'show_admin_bar_front','true'),(50957,3879,'locale',''),(50958,3879,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50959,3879,'wp_user_level','0'),(50960,3879,'default_password_nag','1'),(50961,3880,'nickname','jzadrima1986'),(50962,3880,'first_name',''),(50963,3880,'last_name',''),(50964,3880,'description',''),(50965,3880,'rich_editing','true'),(50966,3880,'syntax_highlighting','true'),(50967,3880,'comment_shortcuts','false'),(50968,3880,'admin_color','fresh'),(50969,3880,'use_ssl','0'),(50970,3880,'show_admin_bar_front','true'),(50971,3880,'locale',''),(50972,3880,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50973,3880,'wp_user_level','0'),(50974,3880,'default_password_nag','1'),(50975,3881,'nickname','nerm_norb1950'),(50976,3881,'first_name',''),(50977,3881,'last_name',''),(50978,3881,'description',''),(50979,3881,'rich_editing','true'),(50980,3881,'syntax_highlighting','true'),(50981,3881,'comment_shortcuts','false'),(50982,3881,'admin_color','fresh'),(50983,3881,'use_ssl','0'),(50984,3881,'show_admin_bar_front','true'),(50985,3881,'locale',''),(50986,3881,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(50987,3881,'wp_user_level','0'),(50988,3881,'default_password_nag','1'),(50989,3882,'nickname','teriandtomking1963'),(50990,3882,'first_name',''),(50991,3882,'last_name',''),(50992,3882,'description',''),(50993,3882,'rich_editing','true'),(50994,3882,'syntax_highlighting','true'),(50995,3882,'comment_shortcuts','false'),(50996,3882,'admin_color','fresh'),(50997,3882,'use_ssl','0'),(50998,3882,'show_admin_bar_front','true'),(50999,3882,'locale',''),(51000,3882,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51001,3882,'wp_user_level','0'),(51002,3882,'default_password_nag','1'),(51003,3883,'nickname','spirit_of_a_girl1960'),(51004,3883,'first_name',''),(51005,3883,'last_name',''),(51006,3883,'description',''),(51007,3883,'rich_editing','true'),(51008,3883,'syntax_highlighting','true'),(51009,3883,'comment_shortcuts','false'),(51010,3883,'admin_color','fresh'),(51011,3883,'use_ssl','0'),(51012,3883,'show_admin_bar_front','true'),(51013,3883,'locale',''),(51014,3883,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51015,3883,'wp_user_level','0'),(51016,3883,'default_password_nag','1'),(51017,3884,'nickname','compchev1963'),(51018,3884,'first_name',''),(51019,3884,'last_name',''),(51020,3884,'description',''),(51021,3884,'rich_editing','true'),(51022,3884,'syntax_highlighting','true'),(51023,3884,'comment_shortcuts','false'),(51024,3884,'admin_color','fresh'),(51025,3884,'use_ssl','0'),(51026,3884,'show_admin_bar_front','true'),(51027,3884,'locale',''),(51028,3884,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51029,3884,'wp_user_level','0'),(51030,3884,'default_password_nag','1'),(51031,3885,'nickname','judykayfranks2007'),(51032,3885,'first_name',''),(51033,3885,'last_name',''),(51034,3885,'description',''),(51035,3885,'rich_editing','true'),(51036,3885,'syntax_highlighting','true'),(51037,3885,'comment_shortcuts','false'),(51038,3885,'admin_color','fresh'),(51039,3885,'use_ssl','0'),(51040,3885,'show_admin_bar_front','true'),(51041,3885,'locale',''),(51042,3885,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51043,3885,'wp_user_level','0'),(51044,3885,'default_password_nag','1'),(51045,3886,'nickname','allytboyd1998'),(51046,3886,'first_name',''),(51047,3886,'last_name',''),(51048,3886,'description',''),(51049,3886,'rich_editing','true'),(51050,3886,'syntax_highlighting','true'),(51051,3886,'comment_shortcuts','false'),(51052,3886,'admin_color','fresh'),(51053,3886,'use_ssl','0'),(51054,3886,'show_admin_bar_front','true'),(51055,3886,'locale',''),(51056,3886,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51057,3886,'wp_user_level','0'),(51058,3886,'default_password_nag','1'),(51059,3887,'nickname','tinastmoody1979'),(51060,3887,'first_name',''),(51061,3887,'last_name',''),(51062,3887,'description',''),(51063,3887,'rich_editing','true'),(51064,3887,'syntax_highlighting','true'),(51065,3887,'comment_shortcuts','false'),(51066,3887,'admin_color','fresh'),(51067,3887,'use_ssl','0'),(51068,3887,'show_admin_bar_front','true'),(51069,3887,'locale',''),(51070,3887,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51071,3887,'wp_user_level','0'),(51072,3887,'default_password_nag','1'),(51073,3888,'nickname','mdw99461960'),(51074,3888,'first_name',''),(51075,3888,'last_name',''),(51076,3888,'description',''),(51077,3888,'rich_editing','true'),(51078,3888,'syntax_highlighting','true'),(51079,3888,'comment_shortcuts','false'),(51080,3888,'admin_color','fresh'),(51081,3888,'use_ssl','0'),(51082,3888,'show_admin_bar_front','true'),(51083,3888,'locale',''),(51084,3888,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51085,3888,'wp_user_level','0'),(51086,3888,'default_password_nag','1'),(51087,3889,'nickname','firecomcon1988'),(51088,3889,'first_name',''),(51089,3889,'last_name',''),(51090,3889,'description',''),(51091,3889,'rich_editing','true'),(51092,3889,'syntax_highlighting','true'),(51093,3889,'comment_shortcuts','false'),(51094,3889,'admin_color','fresh'),(51095,3889,'use_ssl','0'),(51096,3889,'show_admin_bar_front','true'),(51097,3889,'locale',''),(51098,3889,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51099,3889,'wp_user_level','0'),(51100,3889,'default_password_nag','1'),(51101,3890,'nickname','sshane32321962'),(51102,3890,'first_name',''),(51103,3890,'last_name',''),(51104,3890,'description',''),(51105,3890,'rich_editing','true'),(51106,3890,'syntax_highlighting','true'),(51107,3890,'comment_shortcuts','false'),(51108,3890,'admin_color','fresh'),(51109,3890,'use_ssl','0'),(51110,3890,'show_admin_bar_front','true'),(51111,3890,'locale',''),(51112,3890,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51113,3890,'wp_user_level','0'),(51114,3890,'default_password_nag','1'),(51115,3891,'nickname','scottsimmons21521998'),(51116,3891,'first_name',''),(51117,3891,'last_name',''),(51118,3891,'description',''),(51119,3891,'rich_editing','true'),(51120,3891,'syntax_highlighting','true'),(51121,3891,'comment_shortcuts','false'),(51122,3891,'admin_color','fresh'),(51123,3891,'use_ssl','0'),(51124,3891,'show_admin_bar_front','true'),(51125,3891,'locale',''),(51126,3891,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51127,3891,'wp_user_level','0'),(51128,3891,'default_password_nag','1'),(51129,3892,'nickname','ifixem20031958'),(51130,3892,'first_name',''),(51131,3892,'last_name',''),(51132,3892,'description',''),(51133,3892,'rich_editing','true'),(51134,3892,'syntax_highlighting','true'),(51135,3892,'comment_shortcuts','false'),(51136,3892,'admin_color','fresh'),(51137,3892,'use_ssl','0'),(51138,3892,'show_admin_bar_front','true'),(51139,3892,'locale',''),(51140,3892,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51141,3892,'wp_user_level','0'),(51142,3892,'default_password_nag','1'),(51143,3893,'nickname','josh.hall1963'),(51144,3893,'first_name',''),(51145,3893,'last_name',''),(51146,3893,'description',''),(51147,3893,'rich_editing','true'),(51148,3893,'syntax_highlighting','true'),(51149,3893,'comment_shortcuts','false'),(51150,3893,'admin_color','fresh'),(51151,3893,'use_ssl','0'),(51152,3893,'show_admin_bar_front','true'),(51153,3893,'locale',''),(51154,3893,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51155,3893,'wp_user_level','0'),(51156,3893,'default_password_nag','1'),(51157,3894,'nickname','info1988'),(51158,3894,'first_name',''),(51159,3894,'last_name',''),(51160,3894,'description',''),(51161,3894,'rich_editing','true'),(51162,3894,'syntax_highlighting','true'),(51163,3894,'comment_shortcuts','false'),(51164,3894,'admin_color','fresh'),(51165,3894,'use_ssl','0'),(51166,3894,'show_admin_bar_front','true'),(51167,3894,'locale',''),(51168,3894,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51169,3894,'wp_user_level','0'),(51170,3894,'default_password_nag','1'),(51171,3895,'nickname','wjones2002'),(51172,3895,'first_name',''),(51173,3895,'last_name',''),(51174,3895,'description',''),(51175,3895,'rich_editing','true'),(51176,3895,'syntax_highlighting','true'),(51177,3895,'comment_shortcuts','false'),(51178,3895,'admin_color','fresh'),(51179,3895,'use_ssl','0'),(51180,3895,'show_admin_bar_front','true'),(51181,3895,'locale',''),(51182,3895,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51183,3895,'wp_user_level','0'),(51184,3895,'default_password_nag','1'),(51185,3896,'nickname','jeffbuffoni2005'),(51186,3896,'first_name',''),(51187,3896,'last_name',''),(51188,3896,'description',''),(51189,3896,'rich_editing','true'),(51190,3896,'syntax_highlighting','true'),(51191,3896,'comment_shortcuts','false'),(51192,3896,'admin_color','fresh'),(51193,3896,'use_ssl','0'),(51194,3896,'show_admin_bar_front','true'),(51195,3896,'locale',''),(51196,3896,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51197,3896,'wp_user_level','0'),(51198,3896,'default_password_nag','1'),(51199,3897,'nickname','luisandpancha011978'),(51200,3897,'first_name',''),(51201,3897,'last_name',''),(51202,3897,'description',''),(51203,3897,'rich_editing','true'),(51204,3897,'syntax_highlighting','true'),(51205,3897,'comment_shortcuts','false'),(51206,3897,'admin_color','fresh'),(51207,3897,'use_ssl','0'),(51208,3897,'show_admin_bar_front','true'),(51209,3897,'locale',''),(51210,3897,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51211,3897,'wp_user_level','0'),(51212,3897,'default_password_nag','1'),(51213,3898,'nickname','rkirk641957'),(51214,3898,'first_name',''),(51215,3898,'last_name',''),(51216,3898,'description',''),(51217,3898,'rich_editing','true'),(51218,3898,'syntax_highlighting','true'),(51219,3898,'comment_shortcuts','false'),(51220,3898,'admin_color','fresh'),(51221,3898,'use_ssl','0'),(51222,3898,'show_admin_bar_front','true'),(51223,3898,'locale',''),(51224,3898,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51225,3898,'wp_user_level','0'),(51226,3898,'default_password_nag','1'),(51227,3899,'nickname','ford2kus2005'),(51228,3899,'first_name',''),(51229,3899,'last_name',''),(51230,3899,'description',''),(51231,3899,'rich_editing','true'),(51232,3899,'syntax_highlighting','true'),(51233,3899,'comment_shortcuts','false'),(51234,3899,'admin_color','fresh'),(51235,3899,'use_ssl','0'),(51236,3899,'show_admin_bar_front','true'),(51237,3899,'locale',''),(51238,3899,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51239,3899,'wp_user_level','0'),(51240,3899,'default_password_nag','1'),(51241,3900,'nickname','staceychristoffers1969'),(51242,3900,'first_name',''),(51243,3900,'last_name',''),(51244,3900,'description',''),(51245,3900,'rich_editing','true'),(51246,3900,'syntax_highlighting','true'),(51247,3900,'comment_shortcuts','false'),(51248,3900,'admin_color','fresh'),(51249,3900,'use_ssl','0'),(51250,3900,'show_admin_bar_front','true'),(51251,3900,'locale',''),(51252,3900,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51253,3900,'wp_user_level','0'),(51254,3900,'default_password_nag','1'),(51255,3901,'nickname','gercekaslan1953'),(51256,3901,'first_name',''),(51257,3901,'last_name',''),(51258,3901,'description',''),(51259,3901,'rich_editing','true'),(51260,3901,'syntax_highlighting','true'),(51261,3901,'comment_shortcuts','false'),(51262,3901,'admin_color','fresh'),(51263,3901,'use_ssl','0'),(51264,3901,'show_admin_bar_front','true'),(51265,3901,'locale',''),(51266,3901,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51267,3901,'wp_user_level','0'),(51268,3901,'default_password_nag','1'),(51269,3902,'nickname','reidtakamiya1997'),(51270,3902,'first_name',''),(51271,3902,'last_name',''),(51272,3902,'description',''),(51273,3902,'rich_editing','true'),(51274,3902,'syntax_highlighting','true'),(51275,3902,'comment_shortcuts','false'),(51276,3902,'admin_color','fresh'),(51277,3902,'use_ssl','0'),(51278,3902,'show_admin_bar_front','true'),(51279,3902,'locale',''),(51280,3902,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51281,3902,'wp_user_level','0'),(51282,3902,'default_password_nag','1'),(51283,3903,'nickname','epantelias1950'),(51284,3903,'first_name',''),(51285,3903,'last_name',''),(51286,3903,'description',''),(51287,3903,'rich_editing','true'),(51288,3903,'syntax_highlighting','true'),(51289,3903,'comment_shortcuts','false'),(51290,3903,'admin_color','fresh'),(51291,3903,'use_ssl','0'),(51292,3903,'show_admin_bar_front','true'),(51293,3903,'locale',''),(51294,3903,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51295,3903,'wp_user_level','0'),(51296,3903,'default_password_nag','1'),(51297,3904,'nickname','skybird2242000'),(51298,3904,'first_name',''),(51299,3904,'last_name',''),(51300,3904,'description',''),(51301,3904,'rich_editing','true'),(51302,3904,'syntax_highlighting','true'),(51303,3904,'comment_shortcuts','false'),(51304,3904,'admin_color','fresh'),(51305,3904,'use_ssl','0'),(51306,3904,'show_admin_bar_front','true'),(51307,3904,'locale',''),(51308,3904,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51309,3904,'wp_user_level','0'),(51310,3904,'default_password_nag','1'),(51311,3905,'nickname','bevans1993'),(51312,3905,'first_name',''),(51313,3905,'last_name',''),(51314,3905,'description',''),(51315,3905,'rich_editing','true'),(51316,3905,'syntax_highlighting','true'),(51317,3905,'comment_shortcuts','false'),(51318,3905,'admin_color','fresh'),(51319,3905,'use_ssl','0'),(51320,3905,'show_admin_bar_front','true'),(51321,3905,'locale',''),(51322,3905,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51323,3905,'wp_user_level','0'),(51324,3905,'default_password_nag','1'),(51325,3906,'nickname','kaondersma1950'),(51326,3906,'first_name',''),(51327,3906,'last_name',''),(51328,3906,'description',''),(51329,3906,'rich_editing','true'),(51330,3906,'syntax_highlighting','true'),(51331,3906,'comment_shortcuts','false'),(51332,3906,'admin_color','fresh'),(51333,3906,'use_ssl','0'),(51334,3906,'show_admin_bar_front','true'),(51335,3906,'locale',''),(51336,3906,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51337,3906,'wp_user_level','0'),(51338,3906,'default_password_nag','1'),(51339,3907,'nickname','dmaher72321953'),(51340,3907,'first_name',''),(51341,3907,'last_name',''),(51342,3907,'description',''),(51343,3907,'rich_editing','true'),(51344,3907,'syntax_highlighting','true'),(51345,3907,'comment_shortcuts','false'),(51346,3907,'admin_color','fresh'),(51347,3907,'use_ssl','0'),(51348,3907,'show_admin_bar_front','true'),(51349,3907,'locale',''),(51350,3907,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51351,3907,'wp_user_level','0'),(51352,3907,'default_password_nag','1'),(51353,3908,'nickname','allison.jabaley1989'),(51354,3908,'first_name',''),(51355,3908,'last_name',''),(51356,3908,'description',''),(51357,3908,'rich_editing','true'),(51358,3908,'syntax_highlighting','true'),(51359,3908,'comment_shortcuts','false'),(51360,3908,'admin_color','fresh'),(51361,3908,'use_ssl','0'),(51362,3908,'show_admin_bar_front','true'),(51363,3908,'locale',''),(51364,3908,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51365,3908,'wp_user_level','0'),(51366,3908,'default_password_nag','1'),(51367,3909,'nickname','semaingot1998'),(51368,3909,'first_name',''),(51369,3909,'last_name',''),(51370,3909,'description',''),(51371,3909,'rich_editing','true'),(51372,3909,'syntax_highlighting','true'),(51373,3909,'comment_shortcuts','false'),(51374,3909,'admin_color','fresh'),(51375,3909,'use_ssl','0'),(51376,3909,'show_admin_bar_front','true'),(51377,3909,'locale',''),(51378,3909,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51379,3909,'wp_user_level','0'),(51380,3909,'default_password_nag','1'),(51381,3910,'nickname','melcg1975'),(51382,3910,'first_name',''),(51383,3910,'last_name',''),(51384,3910,'description',''),(51385,3910,'rich_editing','true'),(51386,3910,'syntax_highlighting','true'),(51387,3910,'comment_shortcuts','false'),(51388,3910,'admin_color','fresh'),(51389,3910,'use_ssl','0'),(51390,3910,'show_admin_bar_front','true'),(51391,3910,'locale',''),(51392,3910,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51393,3910,'wp_user_level','0'),(51394,3910,'default_password_nag','1'),(51395,3911,'nickname','stinginsam931974'),(51396,3911,'first_name',''),(51397,3911,'last_name',''),(51398,3911,'description',''),(51399,3911,'rich_editing','true'),(51400,3911,'syntax_highlighting','true'),(51401,3911,'comment_shortcuts','false'),(51402,3911,'admin_color','fresh'),(51403,3911,'use_ssl','0'),(51404,3911,'show_admin_bar_front','true'),(51405,3911,'locale',''),(51406,3911,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51407,3911,'wp_user_level','0'),(51408,3911,'default_password_nag','1'),(51409,3912,'nickname','rachel_caseman1993'),(51410,3912,'first_name',''),(51411,3912,'last_name',''),(51412,3912,'description',''),(51413,3912,'rich_editing','true'),(51414,3912,'syntax_highlighting','true'),(51415,3912,'comment_shortcuts','false'),(51416,3912,'admin_color','fresh'),(51417,3912,'use_ssl','0'),(51418,3912,'show_admin_bar_front','true'),(51419,3912,'locale',''),(51420,3912,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51421,3912,'wp_user_level','0'),(51422,3912,'default_password_nag','1'),(51423,3913,'nickname','knightfan231955'),(51424,3913,'first_name',''),(51425,3913,'last_name',''),(51426,3913,'description',''),(51427,3913,'rich_editing','true'),(51428,3913,'syntax_highlighting','true'),(51429,3913,'comment_shortcuts','false'),(51430,3913,'admin_color','fresh'),(51431,3913,'use_ssl','0'),(51432,3913,'show_admin_bar_front','true'),(51433,3913,'locale',''),(51434,3913,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51435,3913,'wp_user_level','0'),(51436,3913,'default_password_nag','1'),(51437,3914,'nickname','joel.cummings331974'),(51438,3914,'first_name',''),(51439,3914,'last_name',''),(51440,3914,'description',''),(51441,3914,'rich_editing','true'),(51442,3914,'syntax_highlighting','true'),(51443,3914,'comment_shortcuts','false'),(51444,3914,'admin_color','fresh'),(51445,3914,'use_ssl','0'),(51446,3914,'show_admin_bar_front','true'),(51447,3914,'locale',''),(51448,3914,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51449,3914,'wp_user_level','0'),(51450,3914,'default_password_nag','1'),(51451,3915,'nickname','mar3men1978'),(51452,3915,'first_name',''),(51453,3915,'last_name',''),(51454,3915,'description',''),(51455,3915,'rich_editing','true'),(51456,3915,'syntax_highlighting','true'),(51457,3915,'comment_shortcuts','false'),(51458,3915,'admin_color','fresh'),(51459,3915,'use_ssl','0'),(51460,3915,'show_admin_bar_front','true'),(51461,3915,'locale',''),(51462,3915,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51463,3915,'wp_user_level','0'),(51464,3915,'default_password_nag','1'),(51465,3916,'nickname','angiej4281982'),(51466,3916,'first_name',''),(51467,3916,'last_name',''),(51468,3916,'description',''),(51469,3916,'rich_editing','true'),(51470,3916,'syntax_highlighting','true'),(51471,3916,'comment_shortcuts','false'),(51472,3916,'admin_color','fresh'),(51473,3916,'use_ssl','0'),(51474,3916,'show_admin_bar_front','true'),(51475,3916,'locale',''),(51476,3916,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51477,3916,'wp_user_level','0'),(51478,3916,'default_password_nag','1'),(51479,3917,'nickname','mcclendongrayson1983'),(51480,3917,'first_name',''),(51481,3917,'last_name',''),(51482,3917,'description',''),(51483,3917,'rich_editing','true'),(51484,3917,'syntax_highlighting','true'),(51485,3917,'comment_shortcuts','false'),(51486,3917,'admin_color','fresh'),(51487,3917,'use_ssl','0'),(51488,3917,'show_admin_bar_front','true'),(51489,3917,'locale',''),(51490,3917,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51491,3917,'wp_user_level','0'),(51492,3917,'default_password_nag','1'),(51493,3918,'nickname','terranhale2005'),(51494,3918,'first_name',''),(51495,3918,'last_name',''),(51496,3918,'description',''),(51497,3918,'rich_editing','true'),(51498,3918,'syntax_highlighting','true'),(51499,3918,'comment_shortcuts','false'),(51500,3918,'admin_color','fresh'),(51501,3918,'use_ssl','0'),(51502,3918,'show_admin_bar_front','true'),(51503,3918,'locale',''),(51504,3918,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51505,3918,'wp_user_level','0'),(51506,3918,'default_password_nag','1'),(51507,3919,'nickname','tanneriley2004'),(51508,3919,'first_name',''),(51509,3919,'last_name',''),(51510,3919,'description',''),(51511,3919,'rich_editing','true'),(51512,3919,'syntax_highlighting','true'),(51513,3919,'comment_shortcuts','false'),(51514,3919,'admin_color','fresh'),(51515,3919,'use_ssl','0'),(51516,3919,'show_admin_bar_front','true'),(51517,3919,'locale',''),(51518,3919,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51519,3919,'wp_user_level','0'),(51520,3919,'default_password_nag','1'),(51521,3920,'nickname','wesrederjr1960'),(51522,3920,'first_name',''),(51523,3920,'last_name',''),(51524,3920,'description',''),(51525,3920,'rich_editing','true'),(51526,3920,'syntax_highlighting','true'),(51527,3920,'comment_shortcuts','false'),(51528,3920,'admin_color','fresh'),(51529,3920,'use_ssl','0'),(51530,3920,'show_admin_bar_front','true'),(51531,3920,'locale',''),(51532,3920,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51533,3920,'wp_user_level','0'),(51534,3920,'default_password_nag','1'),(51535,3921,'nickname','spoiled3432003'),(51536,3921,'first_name',''),(51537,3921,'last_name',''),(51538,3921,'description',''),(51539,3921,'rich_editing','true'),(51540,3921,'syntax_highlighting','true'),(51541,3921,'comment_shortcuts','false'),(51542,3921,'admin_color','fresh'),(51543,3921,'use_ssl','0'),(51544,3921,'show_admin_bar_front','true'),(51545,3921,'locale',''),(51546,3921,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51547,3921,'wp_user_level','0'),(51548,3921,'default_password_nag','1'),(51549,3922,'nickname','angelamc551980'),(51550,3922,'first_name',''),(51551,3922,'last_name',''),(51552,3922,'description',''),(51553,3922,'rich_editing','true'),(51554,3922,'syntax_highlighting','true'),(51555,3922,'comment_shortcuts','false'),(51556,3922,'admin_color','fresh'),(51557,3922,'use_ssl','0'),(51558,3922,'show_admin_bar_front','true'),(51559,3922,'locale',''),(51560,3922,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51561,3922,'wp_user_level','0'),(51562,3922,'default_password_nag','1'),(51563,3923,'nickname','awadgold242009'),(51564,3923,'first_name',''),(51565,3923,'last_name',''),(51566,3923,'description',''),(51567,3923,'rich_editing','true'),(51568,3923,'syntax_highlighting','true'),(51569,3923,'comment_shortcuts','false'),(51570,3923,'admin_color','fresh'),(51571,3923,'use_ssl','0'),(51572,3923,'show_admin_bar_front','true'),(51573,3923,'locale',''),(51574,3923,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51575,3923,'wp_user_level','0'),(51576,3923,'default_password_nag','1'),(51577,3924,'nickname','glmack501962'),(51578,3924,'first_name',''),(51579,3924,'last_name',''),(51580,3924,'description',''),(51581,3924,'rich_editing','true'),(51582,3924,'syntax_highlighting','true'),(51583,3924,'comment_shortcuts','false'),(51584,3924,'admin_color','fresh'),(51585,3924,'use_ssl','0'),(51586,3924,'show_admin_bar_front','true'),(51587,3924,'locale',''),(51588,3924,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51589,3924,'wp_user_level','0'),(51590,3924,'default_password_nag','1'),(51591,3925,'nickname','mjb.0681964'),(51592,3925,'first_name',''),(51593,3925,'last_name',''),(51594,3925,'description',''),(51595,3925,'rich_editing','true'),(51596,3925,'syntax_highlighting','true'),(51597,3925,'comment_shortcuts','false'),(51598,3925,'admin_color','fresh'),(51599,3925,'use_ssl','0'),(51600,3925,'show_admin_bar_front','true'),(51601,3925,'locale',''),(51602,3925,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51603,3925,'wp_user_level','0'),(51604,3925,'default_password_nag','1'),(51605,3926,'nickname','tryan9261987'),(51606,3926,'first_name',''),(51607,3926,'last_name',''),(51608,3926,'description',''),(51609,3926,'rich_editing','true'),(51610,3926,'syntax_highlighting','true'),(51611,3926,'comment_shortcuts','false'),(51612,3926,'admin_color','fresh'),(51613,3926,'use_ssl','0'),(51614,3926,'show_admin_bar_front','true'),(51615,3926,'locale',''),(51616,3926,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51617,3926,'wp_user_level','0'),(51618,3926,'default_password_nag','1'),(51619,3927,'nickname','bad_mlb_19901980'),(51620,3927,'first_name',''),(51621,3927,'last_name',''),(51622,3927,'description',''),(51623,3927,'rich_editing','true'),(51624,3927,'syntax_highlighting','true'),(51625,3927,'comment_shortcuts','false'),(51626,3927,'admin_color','fresh'),(51627,3927,'use_ssl','0'),(51628,3927,'show_admin_bar_front','true'),(51629,3927,'locale',''),(51630,3927,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51631,3927,'wp_user_level','0'),(51632,3927,'default_password_nag','1'),(51633,3928,'nickname','sgoderre1975'),(51634,3928,'first_name',''),(51635,3928,'last_name',''),(51636,3928,'description',''),(51637,3928,'rich_editing','true'),(51638,3928,'syntax_highlighting','true'),(51639,3928,'comment_shortcuts','false'),(51640,3928,'admin_color','fresh'),(51641,3928,'use_ssl','0'),(51642,3928,'show_admin_bar_front','true'),(51643,3928,'locale',''),(51644,3928,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51645,3928,'wp_user_level','0'),(51646,3928,'default_password_nag','1'),(51647,3929,'nickname','ardent.company1966'),(51648,3929,'first_name',''),(51649,3929,'last_name',''),(51650,3929,'description',''),(51651,3929,'rich_editing','true'),(51652,3929,'syntax_highlighting','true'),(51653,3929,'comment_shortcuts','false'),(51654,3929,'admin_color','fresh'),(51655,3929,'use_ssl','0'),(51656,3929,'show_admin_bar_front','true'),(51657,3929,'locale',''),(51658,3929,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51659,3929,'wp_user_level','0'),(51660,3929,'default_password_nag','1'),(51661,3930,'nickname','ardentcompany1955'),(51662,3930,'first_name',''),(51663,3930,'last_name',''),(51664,3930,'description',''),(51665,3930,'rich_editing','true'),(51666,3930,'syntax_highlighting','true'),(51667,3930,'comment_shortcuts','false'),(51668,3930,'admin_color','fresh'),(51669,3930,'use_ssl','0'),(51670,3930,'show_admin_bar_front','true'),(51671,3930,'locale',''),(51672,3930,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51673,3930,'wp_user_level','0'),(51674,3930,'default_password_nag','1'),(51675,3931,'nickname','carl.lewin1958'),(51676,3931,'first_name',''),(51677,3931,'last_name',''),(51678,3931,'description',''),(51679,3931,'rich_editing','true'),(51680,3931,'syntax_highlighting','true'),(51681,3931,'comment_shortcuts','false'),(51682,3931,'admin_color','fresh'),(51683,3931,'use_ssl','0'),(51684,3931,'show_admin_bar_front','true'),(51685,3931,'locale',''),(51686,3931,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51687,3931,'wp_user_level','0'),(51688,3931,'default_password_nag','1'),(51689,3932,'nickname','dflack1965'),(51690,3932,'first_name',''),(51691,3932,'last_name',''),(51692,3932,'description',''),(51693,3932,'rich_editing','true'),(51694,3932,'syntax_highlighting','true'),(51695,3932,'comment_shortcuts','false'),(51696,3932,'admin_color','fresh'),(51697,3932,'use_ssl','0'),(51698,3932,'show_admin_bar_front','true'),(51699,3932,'locale',''),(51700,3932,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51701,3932,'wp_user_level','0'),(51702,3932,'default_password_nag','1'),(51703,3933,'nickname','bstclair1971'),(51704,3933,'first_name',''),(51705,3933,'last_name',''),(51706,3933,'description',''),(51707,3933,'rich_editing','true'),(51708,3933,'syntax_highlighting','true'),(51709,3933,'comment_shortcuts','false'),(51710,3933,'admin_color','fresh'),(51711,3933,'use_ssl','0'),(51712,3933,'show_admin_bar_front','true'),(51713,3933,'locale',''),(51714,3933,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51715,3933,'wp_user_level','0'),(51716,3933,'default_password_nag','1'),(51717,3934,'nickname','njajsnyder2004'),(51718,3934,'first_name',''),(51719,3934,'last_name',''),(51720,3934,'description',''),(51721,3934,'rich_editing','true'),(51722,3934,'syntax_highlighting','true'),(51723,3934,'comment_shortcuts','false'),(51724,3934,'admin_color','fresh'),(51725,3934,'use_ssl','0'),(51726,3934,'show_admin_bar_front','true'),(51727,3934,'locale',''),(51728,3934,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51729,3934,'wp_user_level','0'),(51730,3934,'default_password_nag','1'),(51731,3935,'nickname','fadlel1231976'),(51732,3935,'first_name',''),(51733,3935,'last_name',''),(51734,3935,'description',''),(51735,3935,'rich_editing','true'),(51736,3935,'syntax_highlighting','true'),(51737,3935,'comment_shortcuts','false'),(51738,3935,'admin_color','fresh'),(51739,3935,'use_ssl','0'),(51740,3935,'show_admin_bar_front','true'),(51741,3935,'locale',''),(51742,3935,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51743,3935,'wp_user_level','0'),(51744,3935,'default_password_nag','1'),(51745,3936,'nickname','kielejordan2004'),(51746,3936,'first_name',''),(51747,3936,'last_name',''),(51748,3936,'description',''),(51749,3936,'rich_editing','true'),(51750,3936,'syntax_highlighting','true'),(51751,3936,'comment_shortcuts','false'),(51752,3936,'admin_color','fresh'),(51753,3936,'use_ssl','0'),(51754,3936,'show_admin_bar_front','true'),(51755,3936,'locale',''),(51756,3936,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51757,3936,'wp_user_level','0'),(51758,3936,'default_password_nag','1'),(51759,3937,'nickname','pvalath1997'),(51760,3937,'first_name',''),(51761,3937,'last_name',''),(51762,3937,'description',''),(51763,3937,'rich_editing','true'),(51764,3937,'syntax_highlighting','true'),(51765,3937,'comment_shortcuts','false'),(51766,3937,'admin_color','fresh'),(51767,3937,'use_ssl','0'),(51768,3937,'show_admin_bar_front','true'),(51769,3937,'locale',''),(51770,3937,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51771,3937,'wp_user_level','0'),(51772,3937,'default_password_nag','1'),(51773,3938,'nickname','mbkrol2007'),(51774,3938,'first_name',''),(51775,3938,'last_name',''),(51776,3938,'description',''),(51777,3938,'rich_editing','true'),(51778,3938,'syntax_highlighting','true'),(51779,3938,'comment_shortcuts','false'),(51780,3938,'admin_color','fresh'),(51781,3938,'use_ssl','0'),(51782,3938,'show_admin_bar_front','true'),(51783,3938,'locale',''),(51784,3938,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51785,3938,'wp_user_level','0'),(51786,3938,'default_password_nag','1'),(51787,3939,'nickname','eter2006'),(51788,3939,'first_name',''),(51789,3939,'last_name',''),(51790,3939,'description',''),(51791,3939,'rich_editing','true'),(51792,3939,'syntax_highlighting','true'),(51793,3939,'comment_shortcuts','false'),(51794,3939,'admin_color','fresh'),(51795,3939,'use_ssl','0'),(51796,3939,'show_admin_bar_front','true'),(51797,3939,'locale',''),(51798,3939,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51799,3939,'wp_user_level','0'),(51800,3939,'default_password_nag','1'),(51801,3940,'nickname','dnagg1995'),(51802,3940,'first_name',''),(51803,3940,'last_name',''),(51804,3940,'description',''),(51805,3940,'rich_editing','true'),(51806,3940,'syntax_highlighting','true'),(51807,3940,'comment_shortcuts','false'),(51808,3940,'admin_color','fresh'),(51809,3940,'use_ssl','0'),(51810,3940,'show_admin_bar_front','true'),(51811,3940,'locale',''),(51812,3940,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51813,3940,'wp_user_level','0'),(51814,3940,'default_password_nag','1'),(51815,3941,'nickname','jessica.glueck2009'),(51816,3941,'first_name',''),(51817,3941,'last_name',''),(51818,3941,'description',''),(51819,3941,'rich_editing','true'),(51820,3941,'syntax_highlighting','true'),(51821,3941,'comment_shortcuts','false'),(51822,3941,'admin_color','fresh'),(51823,3941,'use_ssl','0'),(51824,3941,'show_admin_bar_front','true'),(51825,3941,'locale',''),(51826,3941,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51827,3941,'wp_user_level','0'),(51828,3941,'default_password_nag','1'),(51829,3942,'nickname','lserafin11995'),(51830,3942,'first_name',''),(51831,3942,'last_name',''),(51832,3942,'description',''),(51833,3942,'rich_editing','true'),(51834,3942,'syntax_highlighting','true'),(51835,3942,'comment_shortcuts','false'),(51836,3942,'admin_color','fresh'),(51837,3942,'use_ssl','0'),(51838,3942,'show_admin_bar_front','true'),(51839,3942,'locale',''),(51840,3942,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51841,3942,'wp_user_level','0'),(51842,3942,'default_password_nag','1'),(51843,3943,'nickname','casseto1998'),(51844,3943,'first_name',''),(51845,3943,'last_name',''),(51846,3943,'description',''),(51847,3943,'rich_editing','true'),(51848,3943,'syntax_highlighting','true'),(51849,3943,'comment_shortcuts','false'),(51850,3943,'admin_color','fresh'),(51851,3943,'use_ssl','0'),(51852,3943,'show_admin_bar_front','true'),(51853,3943,'locale',''),(51854,3943,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51855,3943,'wp_user_level','0'),(51856,3943,'default_password_nag','1'),(51857,3944,'nickname','joycotton301956'),(51858,3944,'first_name',''),(51859,3944,'last_name',''),(51860,3944,'description',''),(51861,3944,'rich_editing','true'),(51862,3944,'syntax_highlighting','true'),(51863,3944,'comment_shortcuts','false'),(51864,3944,'admin_color','fresh'),(51865,3944,'use_ssl','0'),(51866,3944,'show_admin_bar_front','true'),(51867,3944,'locale',''),(51868,3944,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51869,3944,'wp_user_level','0'),(51870,3944,'default_password_nag','1'),(51871,3945,'nickname','georgemanning9841999'),(51872,3945,'first_name',''),(51873,3945,'last_name',''),(51874,3945,'description',''),(51875,3945,'rich_editing','true'),(51876,3945,'syntax_highlighting','true'),(51877,3945,'comment_shortcuts','false'),(51878,3945,'admin_color','fresh'),(51879,3945,'use_ssl','0'),(51880,3945,'show_admin_bar_front','true'),(51881,3945,'locale',''),(51882,3945,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51883,3945,'wp_user_level','0'),(51884,3945,'default_password_nag','1'),(51885,3946,'nickname','amazon2007'),(51886,3946,'first_name',''),(51887,3946,'last_name',''),(51888,3946,'description',''),(51889,3946,'rich_editing','true'),(51890,3946,'syntax_highlighting','true'),(51891,3946,'comment_shortcuts','false'),(51892,3946,'admin_color','fresh'),(51893,3946,'use_ssl','0'),(51894,3946,'show_admin_bar_front','true'),(51895,3946,'locale',''),(51896,3946,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51897,3946,'wp_user_level','0'),(51898,3946,'default_password_nag','1'),(51899,3947,'nickname','ninfans2006'),(51900,3947,'first_name',''),(51901,3947,'last_name',''),(51902,3947,'description',''),(51903,3947,'rich_editing','true'),(51904,3947,'syntax_highlighting','true'),(51905,3947,'comment_shortcuts','false'),(51906,3947,'admin_color','fresh'),(51907,3947,'use_ssl','0'),(51908,3947,'show_admin_bar_front','true'),(51909,3947,'locale',''),(51910,3947,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51911,3947,'wp_user_level','0'),(51912,3947,'default_password_nag','1'),(51913,3948,'nickname','loraann11958'),(51914,3948,'first_name',''),(51915,3948,'last_name',''),(51916,3948,'description',''),(51917,3948,'rich_editing','true'),(51918,3948,'syntax_highlighting','true'),(51919,3948,'comment_shortcuts','false'),(51920,3948,'admin_color','fresh'),(51921,3948,'use_ssl','0'),(51922,3948,'show_admin_bar_front','true'),(51923,3948,'locale',''),(51924,3948,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51925,3948,'wp_user_level','0'),(51926,3948,'default_password_nag','1'),(51927,3949,'nickname','thanhle071997'),(51928,3949,'first_name',''),(51929,3949,'last_name',''),(51930,3949,'description',''),(51931,3949,'rich_editing','true'),(51932,3949,'syntax_highlighting','true'),(51933,3949,'comment_shortcuts','false'),(51934,3949,'admin_color','fresh'),(51935,3949,'use_ssl','0'),(51936,3949,'show_admin_bar_front','true'),(51937,3949,'locale',''),(51938,3949,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51939,3949,'wp_user_level','0'),(51940,3949,'default_password_nag','1'),(51941,3950,'nickname','svenmeininger1972'),(51942,3950,'first_name',''),(51943,3950,'last_name',''),(51944,3950,'description',''),(51945,3950,'rich_editing','true'),(51946,3950,'syntax_highlighting','true'),(51947,3950,'comment_shortcuts','false'),(51948,3950,'admin_color','fresh'),(51949,3950,'use_ssl','0'),(51950,3950,'show_admin_bar_front','true'),(51951,3950,'locale',''),(51952,3950,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51953,3950,'wp_user_level','0'),(51954,3950,'default_password_nag','1'),(51955,3951,'nickname','info2009'),(51956,3951,'first_name',''),(51957,3951,'last_name',''),(51958,3951,'description',''),(51959,3951,'rich_editing','true'),(51960,3951,'syntax_highlighting','true'),(51961,3951,'comment_shortcuts','false'),(51962,3951,'admin_color','fresh'),(51963,3951,'use_ssl','0'),(51964,3951,'show_admin_bar_front','true'),(51965,3951,'locale',''),(51966,3951,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51967,3951,'wp_user_level','0'),(51968,3951,'default_password_nag','1'),(51969,3952,'nickname','jonsnent2004'),(51970,3952,'first_name',''),(51971,3952,'last_name',''),(51972,3952,'description',''),(51973,3952,'rich_editing','true'),(51974,3952,'syntax_highlighting','true'),(51975,3952,'comment_shortcuts','false'),(51976,3952,'admin_color','fresh'),(51977,3952,'use_ssl','0'),(51978,3952,'show_admin_bar_front','true'),(51979,3952,'locale',''),(51980,3952,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51981,3952,'wp_user_level','0'),(51982,3952,'default_password_nag','1'),(51983,3953,'nickname','srowe622010'),(51984,3953,'first_name',''),(51985,3953,'last_name',''),(51986,3953,'description',''),(51987,3953,'rich_editing','true'),(51988,3953,'syntax_highlighting','true'),(51989,3953,'comment_shortcuts','false'),(51990,3953,'admin_color','fresh'),(51991,3953,'use_ssl','0'),(51992,3953,'show_admin_bar_front','true'),(51993,3953,'locale',''),(51994,3953,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(51995,3953,'wp_user_level','0'),(51996,3953,'default_password_nag','1'),(51997,3954,'nickname','supergenes1975'),(51998,3954,'first_name',''),(51999,3954,'last_name',''),(52000,3954,'description',''),(52001,3954,'rich_editing','true'),(52002,3954,'syntax_highlighting','true'),(52003,3954,'comment_shortcuts','false'),(52004,3954,'admin_color','fresh'),(52005,3954,'use_ssl','0'),(52006,3954,'show_admin_bar_front','true'),(52007,3954,'locale',''),(52008,3954,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52009,3954,'wp_user_level','0'),(52010,3954,'default_password_nag','1'),(52011,3955,'nickname','andykshowroom1995'),(52012,3955,'first_name',''),(52013,3955,'last_name',''),(52014,3955,'description',''),(52015,3955,'rich_editing','true'),(52016,3955,'syntax_highlighting','true'),(52017,3955,'comment_shortcuts','false'),(52018,3955,'admin_color','fresh'),(52019,3955,'use_ssl','0'),(52020,3955,'show_admin_bar_front','true'),(52021,3955,'locale',''),(52022,3955,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52023,3955,'wp_user_level','0'),(52024,3955,'default_password_nag','1'),(52025,3956,'nickname','chris1983'),(52026,3956,'first_name',''),(52027,3956,'last_name',''),(52028,3956,'description',''),(52029,3956,'rich_editing','true'),(52030,3956,'syntax_highlighting','true'),(52031,3956,'comment_shortcuts','false'),(52032,3956,'admin_color','fresh'),(52033,3956,'use_ssl','0'),(52034,3956,'show_admin_bar_front','true'),(52035,3956,'locale',''),(52036,3956,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52037,3956,'wp_user_level','0'),(52038,3956,'default_password_nag','1'),(52039,3957,'nickname','alanmarshall11950'),(52040,3957,'first_name',''),(52041,3957,'last_name',''),(52042,3957,'description',''),(52043,3957,'rich_editing','true'),(52044,3957,'syntax_highlighting','true'),(52045,3957,'comment_shortcuts','false'),(52046,3957,'admin_color','fresh'),(52047,3957,'use_ssl','0'),(52048,3957,'show_admin_bar_front','true'),(52049,3957,'locale',''),(52050,3957,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52051,3957,'wp_user_level','0'),(52052,3957,'default_password_nag','1'),(52053,3958,'nickname','tidewellmarine1979'),(52054,3958,'first_name',''),(52055,3958,'last_name',''),(52056,3958,'description',''),(52057,3958,'rich_editing','true'),(52058,3958,'syntax_highlighting','true'),(52059,3958,'comment_shortcuts','false'),(52060,3958,'admin_color','fresh'),(52061,3958,'use_ssl','0'),(52062,3958,'show_admin_bar_front','true'),(52063,3958,'locale',''),(52064,3958,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52065,3958,'wp_user_level','0'),(52066,3958,'default_password_nag','1'),(52067,3959,'nickname','nicole.provencio2008'),(52068,3959,'first_name',''),(52069,3959,'last_name',''),(52070,3959,'description',''),(52071,3959,'rich_editing','true'),(52072,3959,'syntax_highlighting','true'),(52073,3959,'comment_shortcuts','false'),(52074,3959,'admin_color','fresh'),(52075,3959,'use_ssl','0'),(52076,3959,'show_admin_bar_front','true'),(52077,3959,'locale',''),(52078,3959,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52079,3959,'wp_user_level','0'),(52080,3959,'default_password_nag','1'),(52081,3960,'nickname','anneli1970'),(52082,3960,'first_name',''),(52083,3960,'last_name',''),(52084,3960,'description',''),(52085,3960,'rich_editing','true'),(52086,3960,'syntax_highlighting','true'),(52087,3960,'comment_shortcuts','false'),(52088,3960,'admin_color','fresh'),(52089,3960,'use_ssl','0'),(52090,3960,'show_admin_bar_front','true'),(52091,3960,'locale',''),(52092,3960,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52093,3960,'wp_user_level','0'),(52094,3960,'default_password_nag','1'),(52095,3961,'nickname','rebecca1966'),(52096,3961,'first_name',''),(52097,3961,'last_name',''),(52098,3961,'description',''),(52099,3961,'rich_editing','true'),(52100,3961,'syntax_highlighting','true'),(52101,3961,'comment_shortcuts','false'),(52102,3961,'admin_color','fresh'),(52103,3961,'use_ssl','0'),(52104,3961,'show_admin_bar_front','true'),(52105,3961,'locale',''),(52106,3961,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52107,3961,'wp_user_level','0'),(52108,3961,'default_password_nag','1'),(52109,3962,'nickname','aularale1985'),(52110,3962,'first_name',''),(52111,3962,'last_name',''),(52112,3962,'description',''),(52113,3962,'rich_editing','true'),(52114,3962,'syntax_highlighting','true'),(52115,3962,'comment_shortcuts','false'),(52116,3962,'admin_color','fresh'),(52117,3962,'use_ssl','0'),(52118,3962,'show_admin_bar_front','true'),(52119,3962,'locale',''),(52120,3962,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52121,3962,'wp_user_level','0'),(52122,3962,'default_password_nag','1'),(52123,3963,'nickname','admin2002'),(52124,3963,'first_name',''),(52125,3963,'last_name',''),(52126,3963,'description',''),(52127,3963,'rich_editing','true'),(52128,3963,'syntax_highlighting','true'),(52129,3963,'comment_shortcuts','false'),(52130,3963,'admin_color','fresh'),(52131,3963,'use_ssl','0'),(52132,3963,'show_admin_bar_front','true'),(52133,3963,'locale',''),(52134,3963,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52135,3963,'wp_user_level','0'),(52136,3963,'default_password_nag','1'),(52137,3964,'nickname','jessicajenai1976'),(52138,3964,'first_name',''),(52139,3964,'last_name',''),(52140,3964,'description',''),(52141,3964,'rich_editing','true'),(52142,3964,'syntax_highlighting','true'),(52143,3964,'comment_shortcuts','false'),(52144,3964,'admin_color','fresh'),(52145,3964,'use_ssl','0'),(52146,3964,'show_admin_bar_front','true'),(52147,3964,'locale',''),(52148,3964,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52149,3964,'wp_user_level','0'),(52150,3964,'default_password_nag','1'),(52151,3965,'nickname','lindabundy1979'),(52152,3965,'first_name',''),(52153,3965,'last_name',''),(52154,3965,'description',''),(52155,3965,'rich_editing','true'),(52156,3965,'syntax_highlighting','true'),(52157,3965,'comment_shortcuts','false'),(52158,3965,'admin_color','fresh'),(52159,3965,'use_ssl','0'),(52160,3965,'show_admin_bar_front','true'),(52161,3965,'locale',''),(52162,3965,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52163,3965,'wp_user_level','0'),(52164,3965,'default_password_nag','1'),(52165,3966,'nickname','1soanso1965'),(52166,3966,'first_name',''),(52167,3966,'last_name',''),(52168,3966,'description',''),(52169,3966,'rich_editing','true'),(52170,3966,'syntax_highlighting','true'),(52171,3966,'comment_shortcuts','false'),(52172,3966,'admin_color','fresh'),(52173,3966,'use_ssl','0'),(52174,3966,'show_admin_bar_front','true'),(52175,3966,'locale',''),(52176,3966,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52177,3966,'wp_user_level','0'),(52178,3966,'default_password_nag','1'),(52179,3967,'nickname','blknblu33712000'),(52180,3967,'first_name',''),(52181,3967,'last_name',''),(52182,3967,'description',''),(52183,3967,'rich_editing','true'),(52184,3967,'syntax_highlighting','true'),(52185,3967,'comment_shortcuts','false'),(52186,3967,'admin_color','fresh'),(52187,3967,'use_ssl','0'),(52188,3967,'show_admin_bar_front','true'),(52189,3967,'locale',''),(52190,3967,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52191,3967,'wp_user_level','0'),(52192,3967,'default_password_nag','1'),(52193,3968,'nickname','ruthyuan1983'),(52194,3968,'first_name',''),(52195,3968,'last_name',''),(52196,3968,'description',''),(52197,3968,'rich_editing','true'),(52198,3968,'syntax_highlighting','true'),(52199,3968,'comment_shortcuts','false'),(52200,3968,'admin_color','fresh'),(52201,3968,'use_ssl','0'),(52202,3968,'show_admin_bar_front','true'),(52203,3968,'locale',''),(52204,3968,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52205,3968,'wp_user_level','0'),(52206,3968,'default_password_nag','1'),(52207,3969,'nickname','cedellgarland1982'),(52208,3969,'first_name',''),(52209,3969,'last_name',''),(52210,3969,'description',''),(52211,3969,'rich_editing','true'),(52212,3969,'syntax_highlighting','true'),(52213,3969,'comment_shortcuts','false'),(52214,3969,'admin_color','fresh'),(52215,3969,'use_ssl','0'),(52216,3969,'show_admin_bar_front','true'),(52217,3969,'locale',''),(52218,3969,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52219,3969,'wp_user_level','0'),(52220,3969,'default_password_nag','1'),(52221,3970,'nickname','derrick_m_w1950'),(52222,3970,'first_name',''),(52223,3970,'last_name',''),(52224,3970,'description',''),(52225,3970,'rich_editing','true'),(52226,3970,'syntax_highlighting','true'),(52227,3970,'comment_shortcuts','false'),(52228,3970,'admin_color','fresh'),(52229,3970,'use_ssl','0'),(52230,3970,'show_admin_bar_front','true'),(52231,3970,'locale',''),(52232,3970,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52233,3970,'wp_user_level','0'),(52234,3970,'default_password_nag','1'),(52235,3971,'nickname','vineetp07022010'),(52236,3971,'first_name',''),(52237,3971,'last_name',''),(52238,3971,'description',''),(52239,3971,'rich_editing','true'),(52240,3971,'syntax_highlighting','true'),(52241,3971,'comment_shortcuts','false'),(52242,3971,'admin_color','fresh'),(52243,3971,'use_ssl','0'),(52244,3971,'show_admin_bar_front','true'),(52245,3971,'locale',''),(52246,3971,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52247,3971,'wp_user_level','0'),(52248,3971,'default_password_nag','1'),(52249,3972,'nickname','tabitha.sims1983'),(52250,3972,'first_name',''),(52251,3972,'last_name',''),(52252,3972,'description',''),(52253,3972,'rich_editing','true'),(52254,3972,'syntax_highlighting','true'),(52255,3972,'comment_shortcuts','false'),(52256,3972,'admin_color','fresh'),(52257,3972,'use_ssl','0'),(52258,3972,'show_admin_bar_front','true'),(52259,3972,'locale',''),(52260,3972,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52261,3972,'wp_user_level','0'),(52262,3972,'default_password_nag','1'),(52263,3973,'nickname','martinezzuleima2010'),(52264,3973,'first_name',''),(52265,3973,'last_name',''),(52266,3973,'description',''),(52267,3973,'rich_editing','true'),(52268,3973,'syntax_highlighting','true'),(52269,3973,'comment_shortcuts','false'),(52270,3973,'admin_color','fresh'),(52271,3973,'use_ssl','0'),(52272,3973,'show_admin_bar_front','true'),(52273,3973,'locale',''),(52274,3973,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52275,3973,'wp_user_level','0'),(52276,3973,'default_password_nag','1'),(52277,3974,'nickname','anabelbarnett2006'),(52278,3974,'first_name',''),(52279,3974,'last_name',''),(52280,3974,'description',''),(52281,3974,'rich_editing','true'),(52282,3974,'syntax_highlighting','true'),(52283,3974,'comment_shortcuts','false'),(52284,3974,'admin_color','fresh'),(52285,3974,'use_ssl','0'),(52286,3974,'show_admin_bar_front','true'),(52287,3974,'locale',''),(52288,3974,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52289,3974,'wp_user_level','0'),(52290,3974,'default_password_nag','1'),(52291,3975,'nickname','joe.ulman2005'),(52292,3975,'first_name',''),(52293,3975,'last_name',''),(52294,3975,'description',''),(52295,3975,'rich_editing','true'),(52296,3975,'syntax_highlighting','true'),(52297,3975,'comment_shortcuts','false'),(52298,3975,'admin_color','fresh'),(52299,3975,'use_ssl','0'),(52300,3975,'show_admin_bar_front','true'),(52301,3975,'locale',''),(52302,3975,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52303,3975,'wp_user_level','0'),(52304,3975,'default_password_nag','1'),(52305,3976,'nickname','graciajuliana1982'),(52306,3976,'first_name',''),(52307,3976,'last_name',''),(52308,3976,'description',''),(52309,3976,'rich_editing','true'),(52310,3976,'syntax_highlighting','true'),(52311,3976,'comment_shortcuts','false'),(52312,3976,'admin_color','fresh'),(52313,3976,'use_ssl','0'),(52314,3976,'show_admin_bar_front','true'),(52315,3976,'locale',''),(52316,3976,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52317,3976,'wp_user_level','0'),(52318,3976,'default_password_nag','1'),(52319,3977,'nickname','cerecadvisor1991'),(52320,3977,'first_name',''),(52321,3977,'last_name',''),(52322,3977,'description',''),(52323,3977,'rich_editing','true'),(52324,3977,'syntax_highlighting','true'),(52325,3977,'comment_shortcuts','false'),(52326,3977,'admin_color','fresh'),(52327,3977,'use_ssl','0'),(52328,3977,'show_admin_bar_front','true'),(52329,3977,'locale',''),(52330,3977,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52331,3977,'wp_user_level','0'),(52332,3977,'default_password_nag','1'),(52333,3978,'nickname','kdipi3702001'),(52334,3978,'first_name',''),(52335,3978,'last_name',''),(52336,3978,'description',''),(52337,3978,'rich_editing','true'),(52338,3978,'syntax_highlighting','true'),(52339,3978,'comment_shortcuts','false'),(52340,3978,'admin_color','fresh'),(52341,3978,'use_ssl','0'),(52342,3978,'show_admin_bar_front','true'),(52343,3978,'locale',''),(52344,3978,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52345,3978,'wp_user_level','0'),(52346,3978,'default_password_nag','1'),(52347,3979,'nickname','petert51491973'),(52348,3979,'first_name',''),(52349,3979,'last_name',''),(52350,3979,'description',''),(52351,3979,'rich_editing','true'),(52352,3979,'syntax_highlighting','true'),(52353,3979,'comment_shortcuts','false'),(52354,3979,'admin_color','fresh'),(52355,3979,'use_ssl','0'),(52356,3979,'show_admin_bar_front','true'),(52357,3979,'locale',''),(52358,3979,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52359,3979,'wp_user_level','0'),(52360,3979,'default_password_nag','1'),(52361,3980,'nickname','annieo44981984'),(52362,3980,'first_name',''),(52363,3980,'last_name',''),(52364,3980,'description',''),(52365,3980,'rich_editing','true'),(52366,3980,'syntax_highlighting','true'),(52367,3980,'comment_shortcuts','false'),(52368,3980,'admin_color','fresh'),(52369,3980,'use_ssl','0'),(52370,3980,'show_admin_bar_front','true'),(52371,3980,'locale',''),(52372,3980,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52373,3980,'wp_user_level','0'),(52374,3980,'default_password_nag','1'),(52375,3981,'nickname','ckel1381999'),(52376,3981,'first_name',''),(52377,3981,'last_name',''),(52378,3981,'description',''),(52379,3981,'rich_editing','true'),(52380,3981,'syntax_highlighting','true'),(52381,3981,'comment_shortcuts','false'),(52382,3981,'admin_color','fresh'),(52383,3981,'use_ssl','0'),(52384,3981,'show_admin_bar_front','true'),(52385,3981,'locale',''),(52386,3981,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52387,3981,'wp_user_level','0'),(52388,3981,'default_password_nag','1'),(52389,3982,'nickname','blair.laurenk1975'),(52390,3982,'first_name',''),(52391,3982,'last_name',''),(52392,3982,'description',''),(52393,3982,'rich_editing','true'),(52394,3982,'syntax_highlighting','true'),(52395,3982,'comment_shortcuts','false'),(52396,3982,'admin_color','fresh'),(52397,3982,'use_ssl','0'),(52398,3982,'show_admin_bar_front','true'),(52399,3982,'locale',''),(52400,3982,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52401,3982,'wp_user_level','0'),(52402,3982,'default_password_nag','1'),(52403,3983,'nickname','hercimer1973'),(52404,3983,'first_name',''),(52405,3983,'last_name',''),(52406,3983,'description',''),(52407,3983,'rich_editing','true'),(52408,3983,'syntax_highlighting','true'),(52409,3983,'comment_shortcuts','false'),(52410,3983,'admin_color','fresh'),(52411,3983,'use_ssl','0'),(52412,3983,'show_admin_bar_front','true'),(52413,3983,'locale',''),(52414,3983,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52415,3983,'wp_user_level','0'),(52416,3983,'default_password_nag','1'),(52417,3984,'nickname','avi.elpern1992'),(52418,3984,'first_name',''),(52419,3984,'last_name',''),(52420,3984,'description',''),(52421,3984,'rich_editing','true'),(52422,3984,'syntax_highlighting','true'),(52423,3984,'comment_shortcuts','false'),(52424,3984,'admin_color','fresh'),(52425,3984,'use_ssl','0'),(52426,3984,'show_admin_bar_front','true'),(52427,3984,'locale',''),(52428,3984,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52429,3984,'wp_user_level','0'),(52430,3984,'default_password_nag','1'),(52431,3985,'nickname','reetasubnaik2007'),(52432,3985,'first_name',''),(52433,3985,'last_name',''),(52434,3985,'description',''),(52435,3985,'rich_editing','true'),(52436,3985,'syntax_highlighting','true'),(52437,3985,'comment_shortcuts','false'),(52438,3985,'admin_color','fresh'),(52439,3985,'use_ssl','0'),(52440,3985,'show_admin_bar_front','true'),(52441,3985,'locale',''),(52442,3985,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52443,3985,'wp_user_level','0'),(52444,3985,'default_password_nag','1'),(52445,3986,'nickname','joshfigures1998'),(52446,3986,'first_name',''),(52447,3986,'last_name',''),(52448,3986,'description',''),(52449,3986,'rich_editing','true'),(52450,3986,'syntax_highlighting','true'),(52451,3986,'comment_shortcuts','false'),(52452,3986,'admin_color','fresh'),(52453,3986,'use_ssl','0'),(52454,3986,'show_admin_bar_front','true'),(52455,3986,'locale',''),(52456,3986,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52457,3986,'wp_user_level','0'),(52458,3986,'default_password_nag','1'),(52459,3987,'nickname','deliavia1967'),(52460,3987,'first_name',''),(52461,3987,'last_name',''),(52462,3987,'description',''),(52463,3987,'rich_editing','true'),(52464,3987,'syntax_highlighting','true'),(52465,3987,'comment_shortcuts','false'),(52466,3987,'admin_color','fresh'),(52467,3987,'use_ssl','0'),(52468,3987,'show_admin_bar_front','true'),(52469,3987,'locale',''),(52470,3987,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52471,3987,'wp_user_level','0'),(52472,3987,'default_password_nag','1'),(52473,3988,'nickname','urchandu1990'),(52474,3988,'first_name',''),(52475,3988,'last_name',''),(52476,3988,'description',''),(52477,3988,'rich_editing','true'),(52478,3988,'syntax_highlighting','true'),(52479,3988,'comment_shortcuts','false'),(52480,3988,'admin_color','fresh'),(52481,3988,'use_ssl','0'),(52482,3988,'show_admin_bar_front','true'),(52483,3988,'locale',''),(52484,3988,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52485,3988,'wp_user_level','0'),(52486,3988,'default_password_nag','1'),(52487,3989,'nickname','debraamyers1980'),(52488,3989,'first_name',''),(52489,3989,'last_name',''),(52490,3989,'description',''),(52491,3989,'rich_editing','true'),(52492,3989,'syntax_highlighting','true'),(52493,3989,'comment_shortcuts','false'),(52494,3989,'admin_color','fresh'),(52495,3989,'use_ssl','0'),(52496,3989,'show_admin_bar_front','true'),(52497,3989,'locale',''),(52498,3989,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52499,3989,'wp_user_level','0'),(52500,3989,'default_password_nag','1'),(52501,3990,'nickname','stephen.munley1969'),(52502,3990,'first_name',''),(52503,3990,'last_name',''),(52504,3990,'description',''),(52505,3990,'rich_editing','true'),(52506,3990,'syntax_highlighting','true'),(52507,3990,'comment_shortcuts','false'),(52508,3990,'admin_color','fresh'),(52509,3990,'use_ssl','0'),(52510,3990,'show_admin_bar_front','true'),(52511,3990,'locale',''),(52512,3990,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52513,3990,'wp_user_level','0'),(52514,3990,'default_password_nag','1'),(52515,3991,'nickname','markwhitburn1993'),(52516,3991,'first_name',''),(52517,3991,'last_name',''),(52518,3991,'description',''),(52519,3991,'rich_editing','true'),(52520,3991,'syntax_highlighting','true'),(52521,3991,'comment_shortcuts','false'),(52522,3991,'admin_color','fresh'),(52523,3991,'use_ssl','0'),(52524,3991,'show_admin_bar_front','true'),(52525,3991,'locale',''),(52526,3991,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52527,3991,'wp_user_level','0'),(52528,3991,'default_password_nag','1'),(52529,3992,'nickname','scott94732005'),(52530,3992,'first_name',''),(52531,3992,'last_name',''),(52532,3992,'description',''),(52533,3992,'rich_editing','true'),(52534,3992,'syntax_highlighting','true'),(52535,3992,'comment_shortcuts','false'),(52536,3992,'admin_color','fresh'),(52537,3992,'use_ssl','0'),(52538,3992,'show_admin_bar_front','true'),(52539,3992,'locale',''),(52540,3992,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52541,3992,'wp_user_level','0'),(52542,3992,'default_password_nag','1'),(52543,3993,'nickname','fiddle2701979'),(52544,3993,'first_name',''),(52545,3993,'last_name',''),(52546,3993,'description',''),(52547,3993,'rich_editing','true'),(52548,3993,'syntax_highlighting','true'),(52549,3993,'comment_shortcuts','false'),(52550,3993,'admin_color','fresh'),(52551,3993,'use_ssl','0'),(52552,3993,'show_admin_bar_front','true'),(52553,3993,'locale',''),(52554,3993,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52555,3993,'wp_user_level','0'),(52556,3993,'default_password_nag','1'),(52557,3994,'nickname','sr29081978'),(52558,3994,'first_name',''),(52559,3994,'last_name',''),(52560,3994,'description',''),(52561,3994,'rich_editing','true'),(52562,3994,'syntax_highlighting','true'),(52563,3994,'comment_shortcuts','false'),(52564,3994,'admin_color','fresh'),(52565,3994,'use_ssl','0'),(52566,3994,'show_admin_bar_front','true'),(52567,3994,'locale',''),(52568,3994,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52569,3994,'wp_user_level','0'),(52570,3994,'default_password_nag','1'),(52571,3995,'nickname','mikereservices1985'),(52572,3995,'first_name',''),(52573,3995,'last_name',''),(52574,3995,'description',''),(52575,3995,'rich_editing','true'),(52576,3995,'syntax_highlighting','true'),(52577,3995,'comment_shortcuts','false'),(52578,3995,'admin_color','fresh'),(52579,3995,'use_ssl','0'),(52580,3995,'show_admin_bar_front','true'),(52581,3995,'locale',''),(52582,3995,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52583,3995,'wp_user_level','0'),(52584,3995,'default_password_nag','1'),(52585,3996,'nickname','oneerc1957'),(52586,3996,'first_name',''),(52587,3996,'last_name',''),(52588,3996,'description',''),(52589,3996,'rich_editing','true'),(52590,3996,'syntax_highlighting','true'),(52591,3996,'comment_shortcuts','false'),(52592,3996,'admin_color','fresh'),(52593,3996,'use_ssl','0'),(52594,3996,'show_admin_bar_front','true'),(52595,3996,'locale',''),(52596,3996,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52597,3996,'wp_user_level','0'),(52598,3996,'default_password_nag','1'),(52599,3997,'nickname','maisy.dean21978'),(52600,3997,'first_name',''),(52601,3997,'last_name',''),(52602,3997,'description',''),(52603,3997,'rich_editing','true'),(52604,3997,'syntax_highlighting','true'),(52605,3997,'comment_shortcuts','false'),(52606,3997,'admin_color','fresh'),(52607,3997,'use_ssl','0'),(52608,3997,'show_admin_bar_front','true'),(52609,3997,'locale',''),(52610,3997,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52611,3997,'wp_user_level','0'),(52612,3997,'default_password_nag','1'),(52613,3998,'nickname','sojjjddd1997'),(52614,3998,'first_name',''),(52615,3998,'last_name',''),(52616,3998,'description',''),(52617,3998,'rich_editing','true'),(52618,3998,'syntax_highlighting','true'),(52619,3998,'comment_shortcuts','false'),(52620,3998,'admin_color','fresh'),(52621,3998,'use_ssl','0'),(52622,3998,'show_admin_bar_front','true'),(52623,3998,'locale',''),(52624,3998,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52625,3998,'wp_user_level','0'),(52626,3998,'default_password_nag','1'),(52627,3999,'nickname','monica.faieta1985'),(52628,3999,'first_name',''),(52629,3999,'last_name',''),(52630,3999,'description',''),(52631,3999,'rich_editing','true'),(52632,3999,'syntax_highlighting','true'),(52633,3999,'comment_shortcuts','false'),(52634,3999,'admin_color','fresh'),(52635,3999,'use_ssl','0'),(52636,3999,'show_admin_bar_front','true'),(52637,3999,'locale',''),(52638,3999,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52639,3999,'wp_user_level','0'),(52640,3999,'default_password_nag','1'),(52641,4000,'nickname','joe.salinas1976'),(52642,4000,'first_name',''),(52643,4000,'last_name',''),(52644,4000,'description',''),(52645,4000,'rich_editing','true'),(52646,4000,'syntax_highlighting','true'),(52647,4000,'comment_shortcuts','false'),(52648,4000,'admin_color','fresh'),(52649,4000,'use_ssl','0'),(52650,4000,'show_admin_bar_front','true'),(52651,4000,'locale',''),(52652,4000,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52653,4000,'wp_user_level','0'),(52654,4000,'default_password_nag','1'),(52655,4001,'nickname','justin.bir1988'),(52656,4001,'first_name',''),(52657,4001,'last_name',''),(52658,4001,'description',''),(52659,4001,'rich_editing','true'),(52660,4001,'syntax_highlighting','true'),(52661,4001,'comment_shortcuts','false'),(52662,4001,'admin_color','fresh'),(52663,4001,'use_ssl','0'),(52664,4001,'show_admin_bar_front','true'),(52665,4001,'locale',''),(52666,4001,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52667,4001,'wp_user_level','0'),(52668,4001,'default_password_nag','1'),(52669,4002,'nickname','zacherykeller661990'),(52670,4002,'first_name',''),(52671,4002,'last_name',''),(52672,4002,'description',''),(52673,4002,'rich_editing','true'),(52674,4002,'syntax_highlighting','true'),(52675,4002,'comment_shortcuts','false'),(52676,4002,'admin_color','fresh'),(52677,4002,'use_ssl','0'),(52678,4002,'show_admin_bar_front','true'),(52679,4002,'locale',''),(52680,4002,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52681,4002,'wp_user_level','0'),(52682,4002,'default_password_nag','1'),(52683,4003,'nickname','lopez.gerardoray1985'),(52684,4003,'first_name',''),(52685,4003,'last_name',''),(52686,4003,'description',''),(52687,4003,'rich_editing','true'),(52688,4003,'syntax_highlighting','true'),(52689,4003,'comment_shortcuts','false'),(52690,4003,'admin_color','fresh'),(52691,4003,'use_ssl','0'),(52692,4003,'show_admin_bar_front','true'),(52693,4003,'locale',''),(52694,4003,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52695,4003,'wp_user_level','0'),(52696,4003,'default_password_nag','1'),(52697,4004,'nickname','billbriscoe78282008'),(52698,4004,'first_name',''),(52699,4004,'last_name',''),(52700,4004,'description',''),(52701,4004,'rich_editing','true'),(52702,4004,'syntax_highlighting','true'),(52703,4004,'comment_shortcuts','false'),(52704,4004,'admin_color','fresh'),(52705,4004,'use_ssl','0'),(52706,4004,'show_admin_bar_front','true'),(52707,4004,'locale',''),(52708,4004,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52709,4004,'wp_user_level','0'),(52710,4004,'default_password_nag','1'),(52711,4005,'nickname','raka_mehra2002'),(52712,4005,'first_name',''),(52713,4005,'last_name',''),(52714,4005,'description',''),(52715,4005,'rich_editing','true'),(52716,4005,'syntax_highlighting','true'),(52717,4005,'comment_shortcuts','false'),(52718,4005,'admin_color','fresh'),(52719,4005,'use_ssl','0'),(52720,4005,'show_admin_bar_front','true'),(52721,4005,'locale',''),(52722,4005,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52723,4005,'wp_user_level','0'),(52724,4005,'default_password_nag','1'),(52725,4006,'nickname','diablessca1969'),(52726,4006,'first_name',''),(52727,4006,'last_name',''),(52728,4006,'description',''),(52729,4006,'rich_editing','true'),(52730,4006,'syntax_highlighting','true'),(52731,4006,'comment_shortcuts','false'),(52732,4006,'admin_color','fresh'),(52733,4006,'use_ssl','0'),(52734,4006,'show_admin_bar_front','true'),(52735,4006,'locale',''),(52736,4006,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52737,4006,'wp_user_level','0'),(52738,4006,'default_password_nag','1'),(52739,4007,'nickname','sf.osburn1975'),(52740,4007,'first_name',''),(52741,4007,'last_name',''),(52742,4007,'description',''),(52743,4007,'rich_editing','true'),(52744,4007,'syntax_highlighting','true'),(52745,4007,'comment_shortcuts','false'),(52746,4007,'admin_color','fresh'),(52747,4007,'use_ssl','0'),(52748,4007,'show_admin_bar_front','true'),(52749,4007,'locale',''),(52750,4007,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52751,4007,'wp_user_level','0'),(52752,4007,'default_password_nag','1'),(52753,4008,'nickname','ambri11251998'),(52754,4008,'first_name',''),(52755,4008,'last_name',''),(52756,4008,'description',''),(52757,4008,'rich_editing','true'),(52758,4008,'syntax_highlighting','true'),(52759,4008,'comment_shortcuts','false'),(52760,4008,'admin_color','fresh'),(52761,4008,'use_ssl','0'),(52762,4008,'show_admin_bar_front','true'),(52763,4008,'locale',''),(52764,4008,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52765,4008,'wp_user_level','0'),(52766,4008,'default_password_nag','1'),(52767,4009,'nickname','torie041991'),(52768,4009,'first_name',''),(52769,4009,'last_name',''),(52770,4009,'description',''),(52771,4009,'rich_editing','true'),(52772,4009,'syntax_highlighting','true'),(52773,4009,'comment_shortcuts','false'),(52774,4009,'admin_color','fresh'),(52775,4009,'use_ssl','0'),(52776,4009,'show_admin_bar_front','true'),(52777,4009,'locale',''),(52778,4009,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52779,4009,'wp_user_level','0'),(52780,4009,'default_password_nag','1'),(52781,4010,'nickname','ngriffin1984'),(52782,4010,'first_name',''),(52783,4010,'last_name',''),(52784,4010,'description',''),(52785,4010,'rich_editing','true'),(52786,4010,'syntax_highlighting','true'),(52787,4010,'comment_shortcuts','false'),(52788,4010,'admin_color','fresh'),(52789,4010,'use_ssl','0'),(52790,4010,'show_admin_bar_front','true'),(52791,4010,'locale',''),(52792,4010,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52793,4010,'wp_user_level','0'),(52794,4010,'default_password_nag','1'),(52795,4011,'nickname','rlaurens1992'),(52796,4011,'first_name',''),(52797,4011,'last_name',''),(52798,4011,'description',''),(52799,4011,'rich_editing','true'),(52800,4011,'syntax_highlighting','true'),(52801,4011,'comment_shortcuts','false'),(52802,4011,'admin_color','fresh'),(52803,4011,'use_ssl','0'),(52804,4011,'show_admin_bar_front','true'),(52805,4011,'locale',''),(52806,4011,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52807,4011,'wp_user_level','0'),(52808,4011,'default_password_nag','1'),(52809,4012,'nickname','glenn.hoffmann1980'),(52810,4012,'first_name',''),(52811,4012,'last_name',''),(52812,4012,'description',''),(52813,4012,'rich_editing','true'),(52814,4012,'syntax_highlighting','true'),(52815,4012,'comment_shortcuts','false'),(52816,4012,'admin_color','fresh'),(52817,4012,'use_ssl','0'),(52818,4012,'show_admin_bar_front','true'),(52819,4012,'locale',''),(52820,4012,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52821,4012,'wp_user_level','0'),(52822,4012,'default_password_nag','1'),(52824,4013,'nickname','jonestr071978'),(52825,4013,'first_name',''),(52826,4013,'last_name',''),(52827,4013,'description',''),(52828,4013,'rich_editing','true'),(52829,4013,'syntax_highlighting','true'),(52830,4013,'comment_shortcuts','false'),(52831,4013,'admin_color','fresh'),(52832,4013,'use_ssl','0'),(52833,4013,'show_admin_bar_front','true'),(52834,4013,'locale',''),(52835,4013,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52836,4013,'wp_user_level','0'),(52837,4013,'default_password_nag','1'),(52838,4014,'nickname','floretteprovince1980'),(52839,4014,'first_name',''),(52840,4014,'last_name',''),(52841,4014,'description',''),(52842,4014,'rich_editing','true'),(52843,4014,'syntax_highlighting','true'),(52844,4014,'comment_shortcuts','false'),(52845,4014,'admin_color','fresh'),(52846,4014,'use_ssl','0'),(52847,4014,'show_admin_bar_front','true'),(52848,4014,'locale',''),(52849,4014,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52850,4014,'wp_user_level','0'),(52851,4014,'default_password_nag','1'),(52852,4015,'nickname','roseanniep2005'),(52853,4015,'first_name',''),(52854,4015,'last_name',''),(52855,4015,'description',''),(52856,4015,'rich_editing','true'),(52857,4015,'syntax_highlighting','true'),(52858,4015,'comment_shortcuts','false'),(52859,4015,'admin_color','fresh'),(52860,4015,'use_ssl','0'),(52861,4015,'show_admin_bar_front','true'),(52862,4015,'locale',''),(52863,4015,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52864,4015,'wp_user_level','0'),(52865,4015,'default_password_nag','1'),(52866,4016,'nickname','hiitselh1977'),(52867,4016,'first_name',''),(52868,4016,'last_name',''),(52869,4016,'description',''),(52870,4016,'rich_editing','true'),(52871,4016,'syntax_highlighting','true'),(52872,4016,'comment_shortcuts','false'),(52873,4016,'admin_color','fresh'),(52874,4016,'use_ssl','0'),(52875,4016,'show_admin_bar_front','true'),(52876,4016,'locale',''),(52877,4016,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52878,4016,'wp_user_level','0'),(52879,4016,'default_password_nag','1'),(52880,4017,'nickname','geckmm1986'),(52881,4017,'first_name',''),(52882,4017,'last_name',''),(52883,4017,'description',''),(52884,4017,'rich_editing','true'),(52885,4017,'syntax_highlighting','true'),(52886,4017,'comment_shortcuts','false'),(52887,4017,'admin_color','fresh'),(52888,4017,'use_ssl','0'),(52889,4017,'show_admin_bar_front','true'),(52890,4017,'locale',''),(52891,4017,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52892,4017,'wp_user_level','0'),(52893,4017,'default_password_nag','1'),(52894,4018,'nickname','privilegeagencybook1978'),(52895,4018,'first_name',''),(52896,4018,'last_name',''),(52897,4018,'description',''),(52898,4018,'rich_editing','true'),(52899,4018,'syntax_highlighting','true'),(52900,4018,'comment_shortcuts','false'),(52901,4018,'admin_color','fresh'),(52902,4018,'use_ssl','0'),(52903,4018,'show_admin_bar_front','true'),(52904,4018,'locale',''),(52905,4018,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52906,4018,'wp_user_level','0'),(52907,4018,'default_password_nag','1'),(52908,4019,'nickname','aqnguyen142009'),(52909,4019,'first_name',''),(52910,4019,'last_name',''),(52911,4019,'description',''),(52912,4019,'rich_editing','true'),(52913,4019,'syntax_highlighting','true'),(52914,4019,'comment_shortcuts','false'),(52915,4019,'admin_color','fresh'),(52916,4019,'use_ssl','0'),(52917,4019,'show_admin_bar_front','true'),(52918,4019,'locale',''),(52919,4019,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52920,4019,'wp_user_level','0'),(52921,4019,'default_password_nag','1'),(52922,4020,'nickname','signworld706632002'),(52923,4020,'first_name',''),(52924,4020,'last_name',''),(52925,4020,'description',''),(52926,4020,'rich_editing','true'),(52927,4020,'syntax_highlighting','true'),(52928,4020,'comment_shortcuts','false'),(52929,4020,'admin_color','fresh'),(52930,4020,'use_ssl','0'),(52931,4020,'show_admin_bar_front','true'),(52932,4020,'locale',''),(52933,4020,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52934,4020,'wp_user_level','0'),(52935,4020,'default_password_nag','1'),(52936,4021,'nickname','lufcfan1995'),(52937,4021,'first_name',''),(52938,4021,'last_name',''),(52939,4021,'description',''),(52940,4021,'rich_editing','true'),(52941,4021,'syntax_highlighting','true'),(52942,4021,'comment_shortcuts','false'),(52943,4021,'admin_color','fresh'),(52944,4021,'use_ssl','0'),(52945,4021,'show_admin_bar_front','true'),(52946,4021,'locale',''),(52947,4021,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52948,4021,'wp_user_level','0'),(52949,4021,'default_password_nag','1'),(52950,4022,'nickname','bryankong1956'),(52951,4022,'first_name',''),(52952,4022,'last_name',''),(52953,4022,'description',''),(52954,4022,'rich_editing','true'),(52955,4022,'syntax_highlighting','true'),(52956,4022,'comment_shortcuts','false'),(52957,4022,'admin_color','fresh'),(52958,4022,'use_ssl','0'),(52959,4022,'show_admin_bar_front','true'),(52960,4022,'locale',''),(52961,4022,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52962,4022,'wp_user_level','0'),(52963,4022,'default_password_nag','1'),(52964,4023,'nickname','charleshblaney1977'),(52965,4023,'first_name',''),(52966,4023,'last_name',''),(52967,4023,'description',''),(52968,4023,'rich_editing','true'),(52969,4023,'syntax_highlighting','true'),(52970,4023,'comment_shortcuts','false'),(52971,4023,'admin_color','fresh'),(52972,4023,'use_ssl','0'),(52973,4023,'show_admin_bar_front','true'),(52974,4023,'locale',''),(52975,4023,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52976,4023,'wp_user_level','0'),(52977,4023,'default_password_nag','1'),(52978,4024,'nickname','sasha.hamilton11983'),(52979,4024,'first_name',''),(52980,4024,'last_name',''),(52981,4024,'description',''),(52982,4024,'rich_editing','true'),(52983,4024,'syntax_highlighting','true'),(52984,4024,'comment_shortcuts','false'),(52985,4024,'admin_color','fresh'),(52986,4024,'use_ssl','0'),(52987,4024,'show_admin_bar_front','true'),(52988,4024,'locale',''),(52989,4024,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(52990,4024,'wp_user_level','0'),(52991,4024,'default_password_nag','1'),(52992,4025,'nickname','christy.mash1988'),(52993,4025,'first_name',''),(52994,4025,'last_name',''),(52995,4025,'description',''),(52996,4025,'rich_editing','true'),(52997,4025,'syntax_highlighting','true'),(52998,4025,'comment_shortcuts','false'),(52999,4025,'admin_color','fresh'),(53000,4025,'use_ssl','0'),(53001,4025,'show_admin_bar_front','true'),(53002,4025,'locale',''),(53003,4025,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53004,4025,'wp_user_level','0'),(53005,4025,'default_password_nag','1'),(53006,4026,'nickname','ian1954'),(53007,4026,'first_name',''),(53008,4026,'last_name',''),(53009,4026,'description',''),(53010,4026,'rich_editing','true'),(53011,4026,'syntax_highlighting','true'),(53012,4026,'comment_shortcuts','false'),(53013,4026,'admin_color','fresh'),(53014,4026,'use_ssl','0'),(53015,4026,'show_admin_bar_front','true'),(53016,4026,'locale',''),(53017,4026,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53018,4026,'wp_user_level','0'),(53019,4026,'default_password_nag','1'),(53020,4027,'nickname','stacybodell1992'),(53021,4027,'first_name',''),(53022,4027,'last_name',''),(53023,4027,'description',''),(53024,4027,'rich_editing','true'),(53025,4027,'syntax_highlighting','true'),(53026,4027,'comment_shortcuts','false'),(53027,4027,'admin_color','fresh'),(53028,4027,'use_ssl','0'),(53029,4027,'show_admin_bar_front','true'),(53030,4027,'locale',''),(53031,4027,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53032,4027,'wp_user_level','0'),(53033,4027,'default_password_nag','1'),(53034,4028,'nickname','alwifaisal08951961'),(53035,4028,'first_name',''),(53036,4028,'last_name',''),(53037,4028,'description',''),(53038,4028,'rich_editing','true'),(53039,4028,'syntax_highlighting','true'),(53040,4028,'comment_shortcuts','false'),(53041,4028,'admin_color','fresh'),(53042,4028,'use_ssl','0'),(53043,4028,'show_admin_bar_front','true'),(53044,4028,'locale',''),(53045,4028,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53046,4028,'wp_user_level','0'),(53047,4028,'default_password_nag','1'),(53048,4029,'nickname','nancy.fletcher1964'),(53049,4029,'first_name',''),(53050,4029,'last_name',''),(53051,4029,'description',''),(53052,4029,'rich_editing','true'),(53053,4029,'syntax_highlighting','true'),(53054,4029,'comment_shortcuts','false'),(53055,4029,'admin_color','fresh'),(53056,4029,'use_ssl','0'),(53057,4029,'show_admin_bar_front','true'),(53058,4029,'locale',''),(53059,4029,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53060,4029,'wp_user_level','0'),(53061,4029,'default_password_nag','1'),(53062,4030,'nickname','shawnbrown1951'),(53063,4030,'first_name',''),(53064,4030,'last_name',''),(53065,4030,'description',''),(53066,4030,'rich_editing','true'),(53067,4030,'syntax_highlighting','true'),(53068,4030,'comment_shortcuts','false'),(53069,4030,'admin_color','fresh'),(53070,4030,'use_ssl','0'),(53071,4030,'show_admin_bar_front','true'),(53072,4030,'locale',''),(53073,4030,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53074,4030,'wp_user_level','0'),(53075,4030,'default_password_nag','1'),(53076,4031,'nickname','paddleout6391994'),(53077,4031,'first_name',''),(53078,4031,'last_name',''),(53079,4031,'description',''),(53080,4031,'rich_editing','true'),(53081,4031,'syntax_highlighting','true'),(53082,4031,'comment_shortcuts','false'),(53083,4031,'admin_color','fresh'),(53084,4031,'use_ssl','0'),(53085,4031,'show_admin_bar_front','true'),(53086,4031,'locale',''),(53087,4031,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53088,4031,'wp_user_level','0'),(53089,4031,'default_password_nag','1'),(53090,4032,'nickname','pr0sumer.jmac.florida1996'),(53091,4032,'first_name',''),(53092,4032,'last_name',''),(53093,4032,'description',''),(53094,4032,'rich_editing','true'),(53095,4032,'syntax_highlighting','true'),(53096,4032,'comment_shortcuts','false'),(53097,4032,'admin_color','fresh'),(53098,4032,'use_ssl','0'),(53099,4032,'show_admin_bar_front','true'),(53100,4032,'locale',''),(53101,4032,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53102,4032,'wp_user_level','0'),(53103,4032,'default_password_nag','1'),(53104,4033,'nickname','njdavis531998'),(53105,4033,'first_name',''),(53106,4033,'last_name',''),(53107,4033,'description',''),(53108,4033,'rich_editing','true'),(53109,4033,'syntax_highlighting','true'),(53110,4033,'comment_shortcuts','false'),(53111,4033,'admin_color','fresh'),(53112,4033,'use_ssl','0'),(53113,4033,'show_admin_bar_front','true'),(53114,4033,'locale',''),(53115,4033,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53116,4033,'wp_user_level','0'),(53117,4033,'default_password_nag','1'),(53118,4034,'nickname','dorothy.beaverson1977'),(53119,4034,'first_name',''),(53120,4034,'last_name',''),(53121,4034,'description',''),(53122,4034,'rich_editing','true'),(53123,4034,'syntax_highlighting','true'),(53124,4034,'comment_shortcuts','false'),(53125,4034,'admin_color','fresh'),(53126,4034,'use_ssl','0'),(53127,4034,'show_admin_bar_front','true'),(53128,4034,'locale',''),(53129,4034,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53130,4034,'wp_user_level','0'),(53131,4034,'default_password_nag','1'),(53132,4035,'nickname','akakedenzokusei1996'),(53133,4035,'first_name',''),(53134,4035,'last_name',''),(53135,4035,'description',''),(53136,4035,'rich_editing','true'),(53137,4035,'syntax_highlighting','true'),(53138,4035,'comment_shortcuts','false'),(53139,4035,'admin_color','fresh'),(53140,4035,'use_ssl','0'),(53141,4035,'show_admin_bar_front','true'),(53142,4035,'locale',''),(53143,4035,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53144,4035,'wp_user_level','0'),(53145,4035,'default_password_nag','1'),(53146,4036,'nickname','dewitaharuddin1997'),(53147,4036,'first_name',''),(53148,4036,'last_name',''),(53149,4036,'description',''),(53150,4036,'rich_editing','true'),(53151,4036,'syntax_highlighting','true'),(53152,4036,'comment_shortcuts','false'),(53153,4036,'admin_color','fresh'),(53154,4036,'use_ssl','0'),(53155,4036,'show_admin_bar_front','true'),(53156,4036,'locale',''),(53157,4036,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53158,4036,'wp_user_level','0'),(53159,4036,'default_password_nag','1'),(53160,4037,'nickname','s17moseley1976'),(53161,4037,'first_name',''),(53162,4037,'last_name',''),(53163,4037,'description',''),(53164,4037,'rich_editing','true'),(53165,4037,'syntax_highlighting','true'),(53166,4037,'comment_shortcuts','false'),(53167,4037,'admin_color','fresh'),(53168,4037,'use_ssl','0'),(53169,4037,'show_admin_bar_front','true'),(53170,4037,'locale',''),(53171,4037,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53172,4037,'wp_user_level','0'),(53173,4037,'default_password_nag','1'),(53174,4038,'nickname','bfnwegdam1957'),(53175,4038,'first_name',''),(53176,4038,'last_name',''),(53177,4038,'description',''),(53178,4038,'rich_editing','true'),(53179,4038,'syntax_highlighting','true'),(53180,4038,'comment_shortcuts','false'),(53181,4038,'admin_color','fresh'),(53182,4038,'use_ssl','0'),(53183,4038,'show_admin_bar_front','true'),(53184,4038,'locale',''),(53185,4038,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53186,4038,'wp_user_level','0'),(53187,4039,'nickname','mamorudarien1998'),(53188,4039,'first_name',''),(53189,4039,'last_name',''),(53190,4039,'description',''),(53191,4039,'rich_editing','true'),(53192,4039,'syntax_highlighting','true'),(53193,4039,'comment_shortcuts','false'),(53194,4039,'admin_color','fresh'),(53195,4039,'use_ssl','0'),(53196,4039,'show_admin_bar_front','true'),(53197,4039,'locale',''),(53198,4039,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53199,4039,'wp_user_level','0'),(53200,4038,'default_password_nag','1'),(53201,4039,'default_password_nag','1'),(53202,4040,'nickname','getawaytravelcrew1987'),(53203,4040,'first_name',''),(53204,4040,'last_name',''),(53205,4040,'description',''),(53206,4040,'rich_editing','true'),(53207,4040,'syntax_highlighting','true'),(53208,4040,'comment_shortcuts','false'),(53209,4040,'admin_color','fresh'),(53210,4040,'use_ssl','0'),(53211,4040,'show_admin_bar_front','true'),(53212,4040,'locale',''),(53213,4040,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53214,4040,'wp_user_level','0'),(53215,4040,'default_password_nag','1'),(53216,4041,'nickname','dottie.walsh1971'),(53217,4041,'first_name',''),(53218,4041,'last_name',''),(53219,4041,'description',''),(53220,4041,'rich_editing','true'),(53221,4041,'syntax_highlighting','true'),(53222,4041,'comment_shortcuts','false'),(53223,4041,'admin_color','fresh'),(53224,4041,'use_ssl','0'),(53225,4041,'show_admin_bar_front','true'),(53226,4041,'locale',''),(53227,4041,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53228,4041,'wp_user_level','0'),(53229,4041,'default_password_nag','1'),(53230,4042,'nickname','kelvin1960'),(53231,4042,'first_name',''),(53232,4042,'last_name',''),(53233,4042,'description',''),(53234,4042,'rich_editing','true'),(53235,4042,'syntax_highlighting','true'),(53236,4042,'comment_shortcuts','false'),(53237,4042,'admin_color','fresh'),(53238,4042,'use_ssl','0'),(53239,4042,'show_admin_bar_front','true'),(53240,4042,'locale',''),(53241,4042,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53242,4042,'wp_user_level','0'),(53243,4042,'default_password_nag','1'),(53244,4043,'nickname','wintoft1988'),(53245,4043,'first_name',''),(53246,4043,'last_name',''),(53247,4043,'description',''),(53248,4043,'rich_editing','true'),(53249,4043,'syntax_highlighting','true'),(53250,4043,'comment_shortcuts','false'),(53251,4043,'admin_color','fresh'),(53252,4043,'use_ssl','0'),(53253,4043,'show_admin_bar_front','true'),(53254,4043,'locale',''),(53255,4043,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53256,4043,'wp_user_level','0'),(53257,4043,'default_password_nag','1'),(53258,4044,'nickname','maylynne_g1982'),(53259,4044,'first_name',''),(53260,4044,'last_name',''),(53261,4044,'description',''),(53262,4044,'rich_editing','true'),(53263,4044,'syntax_highlighting','true'),(53264,4044,'comment_shortcuts','false'),(53265,4044,'admin_color','fresh'),(53266,4044,'use_ssl','0'),(53267,4044,'show_admin_bar_front','true'),(53268,4044,'locale',''),(53269,4044,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53270,4044,'wp_user_level','0'),(53271,4044,'default_password_nag','1'),(53272,4045,'nickname','jaxgymnast21977'),(53273,4045,'first_name',''),(53274,4045,'last_name',''),(53275,4045,'description',''),(53276,4045,'rich_editing','true'),(53277,4045,'syntax_highlighting','true'),(53278,4045,'comment_shortcuts','false'),(53279,4045,'admin_color','fresh'),(53280,4045,'use_ssl','0'),(53281,4045,'show_admin_bar_front','true'),(53282,4045,'locale',''),(53283,4045,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53284,4045,'wp_user_level','0'),(53285,4045,'default_password_nag','1'),(53286,4046,'nickname','annettekat2009'),(53287,4046,'first_name',''),(53288,4046,'last_name',''),(53289,4046,'description',''),(53290,4046,'rich_editing','true'),(53291,4046,'syntax_highlighting','true'),(53292,4046,'comment_shortcuts','false'),(53293,4046,'admin_color','fresh'),(53294,4046,'use_ssl','0'),(53295,4046,'show_admin_bar_front','true'),(53296,4046,'locale',''),(53297,4046,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53298,4046,'wp_user_level','0'),(53299,4046,'default_password_nag','1'),(53300,4047,'nickname','mdconsignment2007'),(53301,4047,'first_name',''),(53302,4047,'last_name',''),(53303,4047,'description',''),(53304,4047,'rich_editing','true'),(53305,4047,'syntax_highlighting','true'),(53306,4047,'comment_shortcuts','false'),(53307,4047,'admin_color','fresh'),(53308,4047,'use_ssl','0'),(53309,4047,'show_admin_bar_front','true'),(53310,4047,'locale',''),(53311,4047,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53312,4047,'wp_user_level','0'),(53313,4047,'default_password_nag','1'),(53314,4048,'nickname','alberto1983'),(53315,4048,'first_name',''),(53316,4048,'last_name',''),(53317,4048,'description',''),(53318,4048,'rich_editing','true'),(53319,4048,'syntax_highlighting','true'),(53320,4048,'comment_shortcuts','false'),(53321,4048,'admin_color','fresh'),(53322,4048,'use_ssl','0'),(53323,4048,'show_admin_bar_front','true'),(53324,4048,'locale',''),(53325,4048,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53326,4048,'wp_user_level','0'),(53327,4048,'default_password_nag','1'),(53328,4049,'nickname','lriffle1980'),(53329,4049,'first_name',''),(53330,4049,'last_name',''),(53331,4049,'description',''),(53332,4049,'rich_editing','true'),(53333,4049,'syntax_highlighting','true'),(53334,4049,'comment_shortcuts','false'),(53335,4049,'admin_color','fresh'),(53336,4049,'use_ssl','0'),(53337,4049,'show_admin_bar_front','true'),(53338,4049,'locale',''),(53339,4049,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53340,4049,'wp_user_level','0'),(53341,4049,'default_password_nag','1'),(53342,4050,'nickname','hs_matthews1963'),(53343,4050,'first_name',''),(53344,4050,'last_name',''),(53345,4050,'description',''),(53346,4050,'rich_editing','true'),(53347,4050,'syntax_highlighting','true'),(53348,4050,'comment_shortcuts','false'),(53349,4050,'admin_color','fresh'),(53350,4050,'use_ssl','0'),(53351,4050,'show_admin_bar_front','true'),(53352,4050,'locale',''),(53353,4050,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53354,4050,'wp_user_level','0'),(53355,4050,'default_password_nag','1'),(53356,4051,'nickname','tony.portier1970'),(53357,4051,'first_name',''),(53358,4051,'last_name',''),(53359,4051,'description',''),(53360,4051,'rich_editing','true'),(53361,4051,'syntax_highlighting','true'),(53362,4051,'comment_shortcuts','false'),(53363,4051,'admin_color','fresh'),(53364,4051,'use_ssl','0'),(53365,4051,'show_admin_bar_front','true'),(53366,4051,'locale',''),(53367,4051,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53368,4051,'wp_user_level','0'),(53369,4051,'default_password_nag','1'),(53370,4052,'nickname','rza19841986'),(53371,4052,'first_name',''),(53372,4052,'last_name',''),(53373,4052,'description',''),(53374,4052,'rich_editing','true'),(53375,4052,'syntax_highlighting','true'),(53376,4052,'comment_shortcuts','false'),(53377,4052,'admin_color','fresh'),(53378,4052,'use_ssl','0'),(53379,4052,'show_admin_bar_front','true'),(53380,4052,'locale',''),(53381,4052,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53382,4052,'wp_user_level','0'),(53383,4052,'default_password_nag','1'),(53384,4053,'nickname','dm_garner2007'),(53385,4053,'first_name',''),(53386,4053,'last_name',''),(53387,4053,'description',''),(53388,4053,'rich_editing','true'),(53389,4053,'syntax_highlighting','true'),(53390,4053,'comment_shortcuts','false'),(53391,4053,'admin_color','fresh'),(53392,4053,'use_ssl','0'),(53393,4053,'show_admin_bar_front','true'),(53394,4053,'locale',''),(53395,4053,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53396,4053,'wp_user_level','0'),(53397,4053,'default_password_nag','1'),(53398,4054,'nickname','aprilovalle2007'),(53399,4054,'first_name',''),(53400,4054,'last_name',''),(53401,4054,'description',''),(53402,4054,'rich_editing','true'),(53403,4054,'syntax_highlighting','true'),(53404,4054,'comment_shortcuts','false'),(53405,4054,'admin_color','fresh'),(53406,4054,'use_ssl','0'),(53407,4054,'show_admin_bar_front','true'),(53408,4054,'locale',''),(53409,4054,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53410,4054,'wp_user_level','0'),(53411,4054,'default_password_nag','1'),(53412,4055,'nickname','k8e20051950'),(53413,4055,'first_name',''),(53414,4055,'last_name',''),(53415,4055,'description',''),(53416,4055,'rich_editing','true'),(53417,4055,'syntax_highlighting','true'),(53418,4055,'comment_shortcuts','false'),(53419,4055,'admin_color','fresh'),(53420,4055,'use_ssl','0'),(53421,4055,'show_admin_bar_front','true'),(53422,4055,'locale',''),(53423,4055,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53424,4055,'wp_user_level','0'),(53425,4055,'default_password_nag','1'),(53426,4056,'nickname','edtevans1985'),(53427,4056,'first_name',''),(53428,4056,'last_name',''),(53429,4056,'description',''),(53430,4056,'rich_editing','true'),(53431,4056,'syntax_highlighting','true'),(53432,4056,'comment_shortcuts','false'),(53433,4056,'admin_color','fresh'),(53434,4056,'use_ssl','0'),(53435,4056,'show_admin_bar_front','true'),(53436,4056,'locale',''),(53437,4056,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53438,4056,'wp_user_level','0'),(53439,4056,'default_password_nag','1'),(53440,4057,'nickname','pcs.jsmith2001'),(53441,4057,'first_name',''),(53442,4057,'last_name',''),(53443,4057,'description',''),(53444,4057,'rich_editing','true'),(53445,4057,'syntax_highlighting','true'),(53446,4057,'comment_shortcuts','false'),(53447,4057,'admin_color','fresh'),(53448,4057,'use_ssl','0'),(53449,4057,'show_admin_bar_front','true'),(53450,4057,'locale',''),(53451,4057,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53452,4057,'wp_user_level','0'),(53453,4057,'default_password_nag','1'),(53454,4058,'nickname','j.kolke2005'),(53455,4058,'first_name',''),(53456,4058,'last_name',''),(53457,4058,'description',''),(53458,4058,'rich_editing','true'),(53459,4058,'syntax_highlighting','true'),(53460,4058,'comment_shortcuts','false'),(53461,4058,'admin_color','fresh'),(53462,4058,'use_ssl','0'),(53463,4058,'show_admin_bar_front','true'),(53464,4058,'locale',''),(53465,4058,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53466,4058,'wp_user_level','0'),(53467,4058,'default_password_nag','1'),(53468,4059,'nickname','squirt5701973'),(53469,4059,'first_name',''),(53470,4059,'last_name',''),(53471,4059,'description',''),(53472,4059,'rich_editing','true'),(53473,4059,'syntax_highlighting','true'),(53474,4059,'comment_shortcuts','false'),(53475,4059,'admin_color','fresh'),(53476,4059,'use_ssl','0'),(53477,4059,'show_admin_bar_front','true'),(53478,4059,'locale',''),(53479,4059,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53480,4059,'wp_user_level','0'),(53481,4059,'default_password_nag','1'),(53482,4060,'nickname','gdlogan1979'),(53483,4060,'first_name',''),(53484,4060,'last_name',''),(53485,4060,'description',''),(53486,4060,'rich_editing','true'),(53487,4060,'syntax_highlighting','true'),(53488,4060,'comment_shortcuts','false'),(53489,4060,'admin_color','fresh'),(53490,4060,'use_ssl','0'),(53491,4060,'show_admin_bar_front','true'),(53492,4060,'locale',''),(53493,4060,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53494,4060,'wp_user_level','0'),(53495,4060,'default_password_nag','1'),(53496,4061,'nickname','megvi_161978'),(53497,4061,'first_name',''),(53498,4061,'last_name',''),(53499,4061,'description',''),(53500,4061,'rich_editing','true'),(53501,4061,'syntax_highlighting','true'),(53502,4061,'comment_shortcuts','false'),(53503,4061,'admin_color','fresh'),(53504,4061,'use_ssl','0'),(53505,4061,'show_admin_bar_front','true'),(53506,4061,'locale',''),(53507,4061,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53508,4061,'wp_user_level','0'),(53509,4061,'default_password_nag','1'),(53510,4062,'nickname','felfe1985'),(53511,4062,'first_name',''),(53512,4062,'last_name',''),(53513,4062,'description',''),(53514,4062,'rich_editing','true'),(53515,4062,'syntax_highlighting','true'),(53516,4062,'comment_shortcuts','false'),(53517,4062,'admin_color','fresh'),(53518,4062,'use_ssl','0'),(53519,4062,'show_admin_bar_front','true'),(53520,4062,'locale',''),(53521,4062,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53522,4062,'wp_user_level','0'),(53523,4062,'default_password_nag','1'),(53524,4063,'nickname','n_w_harris1995'),(53525,4063,'first_name',''),(53526,4063,'last_name',''),(53527,4063,'description',''),(53528,4063,'rich_editing','true'),(53529,4063,'syntax_highlighting','true'),(53530,4063,'comment_shortcuts','false'),(53531,4063,'admin_color','fresh'),(53532,4063,'use_ssl','0'),(53533,4063,'show_admin_bar_front','true'),(53534,4063,'locale',''),(53535,4063,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53536,4063,'wp_user_level','0'),(53537,4063,'default_password_nag','1'),(53538,4064,'nickname','rezmahoney13311964'),(53539,4064,'first_name',''),(53540,4064,'last_name',''),(53541,4064,'description',''),(53542,4064,'rich_editing','true'),(53543,4064,'syntax_highlighting','true'),(53544,4064,'comment_shortcuts','false'),(53545,4064,'admin_color','fresh'),(53546,4064,'use_ssl','0'),(53547,4064,'show_admin_bar_front','true'),(53548,4064,'locale',''),(53549,4064,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53550,4064,'wp_user_level','0'),(53551,4064,'default_password_nag','1'),(53552,4065,'nickname','la-adams1958'),(53553,4065,'first_name',''),(53554,4065,'last_name',''),(53555,4065,'description',''),(53556,4065,'rich_editing','true'),(53557,4065,'syntax_highlighting','true'),(53558,4065,'comment_shortcuts','false'),(53559,4065,'admin_color','fresh'),(53560,4065,'use_ssl','0'),(53561,4065,'show_admin_bar_front','true'),(53562,4065,'locale',''),(53563,4065,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53564,4065,'wp_user_level','0'),(53565,4065,'default_password_nag','1'),(53566,4066,'nickname','lilia.miletti1978'),(53567,4066,'first_name',''),(53568,4066,'last_name',''),(53569,4066,'description',''),(53570,4066,'rich_editing','true'),(53571,4066,'syntax_highlighting','true'),(53572,4066,'comment_shortcuts','false'),(53573,4066,'admin_color','fresh'),(53574,4066,'use_ssl','0'),(53575,4066,'show_admin_bar_front','true'),(53576,4066,'locale',''),(53577,4066,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53578,4066,'wp_user_level','0'),(53579,4066,'default_password_nag','1'),(53580,4067,'nickname','sallison1979'),(53581,4067,'first_name',''),(53582,4067,'last_name',''),(53583,4067,'description',''),(53584,4067,'rich_editing','true'),(53585,4067,'syntax_highlighting','true'),(53586,4067,'comment_shortcuts','false'),(53587,4067,'admin_color','fresh'),(53588,4067,'use_ssl','0'),(53589,4067,'show_admin_bar_front','true'),(53590,4067,'locale',''),(53591,4067,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53592,4067,'wp_user_level','0'),(53593,4067,'default_password_nag','1'),(53594,4068,'nickname','sharon1984'),(53595,4068,'first_name',''),(53596,4068,'last_name',''),(53597,4068,'description',''),(53598,4068,'rich_editing','true'),(53599,4068,'syntax_highlighting','true'),(53600,4068,'comment_shortcuts','false'),(53601,4068,'admin_color','fresh'),(53602,4068,'use_ssl','0'),(53603,4068,'show_admin_bar_front','true'),(53604,4068,'locale',''),(53605,4068,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53606,4068,'wp_user_level','0'),(53607,4068,'default_password_nag','1'),(53608,4069,'nickname','wendellnagao1959'),(53609,4069,'first_name',''),(53610,4069,'last_name',''),(53611,4069,'description',''),(53612,4069,'rich_editing','true'),(53613,4069,'syntax_highlighting','true'),(53614,4069,'comment_shortcuts','false'),(53615,4069,'admin_color','fresh'),(53616,4069,'use_ssl','0'),(53617,4069,'show_admin_bar_front','true'),(53618,4069,'locale',''),(53619,4069,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53620,4069,'wp_user_level','0'),(53621,4069,'default_password_nag','1'),(53622,4070,'nickname','danhoward1950'),(53623,4070,'first_name',''),(53624,4070,'last_name',''),(53625,4070,'description',''),(53626,4070,'rich_editing','true'),(53627,4070,'syntax_highlighting','true'),(53628,4070,'comment_shortcuts','false'),(53629,4070,'admin_color','fresh'),(53630,4070,'use_ssl','0'),(53631,4070,'show_admin_bar_front','true'),(53632,4070,'locale',''),(53633,4070,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53634,4070,'wp_user_level','0'),(53635,4070,'default_password_nag','1'),(53636,4071,'nickname','tpeacock1958'),(53637,4071,'first_name',''),(53638,4071,'last_name',''),(53639,4071,'description',''),(53640,4071,'rich_editing','true'),(53641,4071,'syntax_highlighting','true'),(53642,4071,'comment_shortcuts','false'),(53643,4071,'admin_color','fresh'),(53644,4071,'use_ssl','0'),(53645,4071,'show_admin_bar_front','true'),(53646,4071,'locale',''),(53647,4071,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53648,4071,'wp_user_level','0'),(53649,4071,'default_password_nag','1'),(53650,4072,'nickname','ripplemarketing1973'),(53651,4072,'first_name',''),(53652,4072,'last_name',''),(53653,4072,'description',''),(53654,4072,'rich_editing','true'),(53655,4072,'syntax_highlighting','true'),(53656,4072,'comment_shortcuts','false'),(53657,4072,'admin_color','fresh'),(53658,4072,'use_ssl','0'),(53659,4072,'show_admin_bar_front','true'),(53660,4072,'locale',''),(53661,4072,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53662,4072,'wp_user_level','0'),(53663,4072,'default_password_nag','1'),(53664,4073,'nickname','lakio011952'),(53665,4073,'first_name',''),(53666,4073,'last_name',''),(53667,4073,'description',''),(53668,4073,'rich_editing','true'),(53669,4073,'syntax_highlighting','true'),(53670,4073,'comment_shortcuts','false'),(53671,4073,'admin_color','fresh'),(53672,4073,'use_ssl','0'),(53673,4073,'show_admin_bar_front','true'),(53674,4073,'locale',''),(53675,4073,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53676,4073,'wp_user_level','0'),(53677,4073,'default_password_nag','1'),(53678,4074,'nickname','natalyleon311995'),(53679,4074,'first_name',''),(53680,4074,'last_name',''),(53681,4074,'description',''),(53682,4074,'rich_editing','true'),(53683,4074,'syntax_highlighting','true'),(53684,4074,'comment_shortcuts','false'),(53685,4074,'admin_color','fresh'),(53686,4074,'use_ssl','0'),(53687,4074,'show_admin_bar_front','true'),(53688,4074,'locale',''),(53689,4074,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53690,4074,'wp_user_level','0'),(53691,4074,'default_password_nag','1'),(53692,4075,'nickname','wingertom1992'),(53693,4075,'first_name',''),(53694,4075,'last_name',''),(53695,4075,'description',''),(53696,4075,'rich_editing','true'),(53697,4075,'syntax_highlighting','true'),(53698,4075,'comment_shortcuts','false'),(53699,4075,'admin_color','fresh'),(53700,4075,'use_ssl','0'),(53701,4075,'show_admin_bar_front','true'),(53702,4075,'locale',''),(53703,4075,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53704,4075,'wp_user_level','0'),(53705,4075,'default_password_nag','1'),(53706,4076,'nickname','janetblakley1989'),(53707,4076,'first_name',''),(53708,4076,'last_name',''),(53709,4076,'description',''),(53710,4076,'rich_editing','true'),(53711,4076,'syntax_highlighting','true'),(53712,4076,'comment_shortcuts','false'),(53713,4076,'admin_color','fresh'),(53714,4076,'use_ssl','0'),(53715,4076,'show_admin_bar_front','true'),(53716,4076,'locale',''),(53717,4076,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53718,4076,'wp_user_level','0'),(53719,4076,'default_password_nag','1'),(53720,4077,'nickname','jelebu7121992'),(53721,4077,'first_name',''),(53722,4077,'last_name',''),(53723,4077,'description',''),(53724,4077,'rich_editing','true'),(53725,4077,'syntax_highlighting','true'),(53726,4077,'comment_shortcuts','false'),(53727,4077,'admin_color','fresh'),(53728,4077,'use_ssl','0'),(53729,4077,'show_admin_bar_front','true'),(53730,4077,'locale',''),(53731,4077,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53732,4077,'wp_user_level','0'),(53733,4077,'default_password_nag','1'),(53734,4078,'nickname','cherylbrunovsky2002'),(53735,4078,'first_name',''),(53736,4078,'last_name',''),(53737,4078,'description',''),(53738,4078,'rich_editing','true'),(53739,4078,'syntax_highlighting','true'),(53740,4078,'comment_shortcuts','false'),(53741,4078,'admin_color','fresh'),(53742,4078,'use_ssl','0'),(53743,4078,'show_admin_bar_front','true'),(53744,4078,'locale',''),(53745,4078,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53746,4078,'wp_user_level','0'),(53747,4078,'default_password_nag','1'),(53748,4079,'nickname','cbrent761994'),(53749,4079,'first_name',''),(53750,4079,'last_name',''),(53751,4079,'description',''),(53752,4079,'rich_editing','true'),(53753,4079,'syntax_highlighting','true'),(53754,4079,'comment_shortcuts','false'),(53755,4079,'admin_color','fresh'),(53756,4079,'use_ssl','0'),(53757,4079,'show_admin_bar_front','true'),(53758,4079,'locale',''),(53759,4079,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53760,4079,'wp_user_level','0'),(53761,4079,'default_password_nag','1'),(53762,4080,'nickname','ivy1953'),(53763,4080,'first_name',''),(53764,4080,'last_name',''),(53765,4080,'description',''),(53766,4080,'rich_editing','true'),(53767,4080,'syntax_highlighting','true'),(53768,4080,'comment_shortcuts','false'),(53769,4080,'admin_color','fresh'),(53770,4080,'use_ssl','0'),(53771,4080,'show_admin_bar_front','true'),(53772,4080,'locale',''),(53773,4080,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53774,4080,'wp_user_level','0'),(53775,4080,'default_password_nag','1'),(53776,4081,'nickname','kevin1995'),(53777,4081,'first_name',''),(53778,4081,'last_name',''),(53779,4081,'description',''),(53780,4081,'rich_editing','true'),(53781,4081,'syntax_highlighting','true'),(53782,4081,'comment_shortcuts','false'),(53783,4081,'admin_color','fresh'),(53784,4081,'use_ssl','0'),(53785,4081,'show_admin_bar_front','true'),(53786,4081,'locale',''),(53787,4081,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53788,4081,'wp_user_level','0'),(53789,4081,'default_password_nag','1'),(53790,4082,'nickname','watercrazy2471962'),(53791,4082,'first_name',''),(53792,4082,'last_name',''),(53793,4082,'description',''),(53794,4082,'rich_editing','true'),(53795,4082,'syntax_highlighting','true'),(53796,4082,'comment_shortcuts','false'),(53797,4082,'admin_color','fresh'),(53798,4082,'use_ssl','0'),(53799,4082,'show_admin_bar_front','true'),(53800,4082,'locale',''),(53801,4082,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53802,4082,'wp_user_level','0'),(53803,4082,'default_password_nag','1'),(53804,4083,'nickname','babyboo_evelyn1992'),(53805,4083,'first_name',''),(53806,4083,'last_name',''),(53807,4083,'description',''),(53808,4083,'rich_editing','true'),(53809,4083,'syntax_highlighting','true'),(53810,4083,'comment_shortcuts','false'),(53811,4083,'admin_color','fresh'),(53812,4083,'use_ssl','0'),(53813,4083,'show_admin_bar_front','true'),(53814,4083,'locale',''),(53815,4083,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53816,4083,'wp_user_level','0'),(53817,4083,'default_password_nag','1'),(53818,4084,'nickname','crystallehawkins1978'),(53819,4084,'first_name',''),(53820,4084,'last_name',''),(53821,4084,'description',''),(53822,4084,'rich_editing','true'),(53823,4084,'syntax_highlighting','true'),(53824,4084,'comment_shortcuts','false'),(53825,4084,'admin_color','fresh'),(53826,4084,'use_ssl','0'),(53827,4084,'show_admin_bar_front','true'),(53828,4084,'locale',''),(53829,4084,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53830,4084,'wp_user_level','0'),(53831,4084,'default_password_nag','1'),(53832,4085,'nickname','stecun1970'),(53833,4085,'first_name',''),(53834,4085,'last_name',''),(53835,4085,'description',''),(53836,4085,'rich_editing','true'),(53837,4085,'syntax_highlighting','true'),(53838,4085,'comment_shortcuts','false'),(53839,4085,'admin_color','fresh'),(53840,4085,'use_ssl','0'),(53841,4085,'show_admin_bar_front','true'),(53842,4085,'locale',''),(53843,4085,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53844,4085,'wp_user_level','0'),(53845,4085,'default_password_nag','1'),(53846,4086,'nickname','mdmorton1999'),(53847,4086,'first_name',''),(53848,4086,'last_name',''),(53849,4086,'description',''),(53850,4086,'rich_editing','true'),(53851,4086,'syntax_highlighting','true'),(53852,4086,'comment_shortcuts','false'),(53853,4086,'admin_color','fresh'),(53854,4086,'use_ssl','0'),(53855,4086,'show_admin_bar_front','true'),(53856,4086,'locale',''),(53857,4086,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53858,4086,'wp_user_level','0'),(53859,4086,'default_password_nag','1'),(53860,4087,'nickname','bmielke2007'),(53861,4087,'first_name',''),(53862,4087,'last_name',''),(53863,4087,'description',''),(53864,4087,'rich_editing','true'),(53865,4087,'syntax_highlighting','true'),(53866,4087,'comment_shortcuts','false'),(53867,4087,'admin_color','fresh'),(53868,4087,'use_ssl','0'),(53869,4087,'show_admin_bar_front','true'),(53870,4087,'locale',''),(53871,4087,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53872,4087,'wp_user_level','0'),(53873,4087,'default_password_nag','1'),(53874,4088,'nickname','fran2004'),(53875,4088,'first_name',''),(53876,4088,'last_name',''),(53877,4088,'description',''),(53878,4088,'rich_editing','true'),(53879,4088,'syntax_highlighting','true'),(53880,4088,'comment_shortcuts','false'),(53881,4088,'admin_color','fresh'),(53882,4088,'use_ssl','0'),(53883,4088,'show_admin_bar_front','true'),(53884,4088,'locale',''),(53885,4088,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53886,4088,'wp_user_level','0'),(53887,4088,'default_password_nag','1'),(53888,4089,'nickname','barrylong21979'),(53889,4089,'first_name',''),(53890,4089,'last_name',''),(53891,4089,'description',''),(53892,4089,'rich_editing','true'),(53893,4089,'syntax_highlighting','true'),(53894,4089,'comment_shortcuts','false'),(53895,4089,'admin_color','fresh'),(53896,4089,'use_ssl','0'),(53897,4089,'show_admin_bar_front','true'),(53898,4089,'locale',''),(53899,4089,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53900,4089,'wp_user_level','0'),(53901,4089,'default_password_nag','1'),(53902,4090,'nickname','melsimms1973'),(53903,4090,'first_name',''),(53904,4090,'last_name',''),(53905,4090,'description',''),(53906,4090,'rich_editing','true'),(53907,4090,'syntax_highlighting','true'),(53908,4090,'comment_shortcuts','false'),(53909,4090,'admin_color','fresh'),(53910,4090,'use_ssl','0'),(53911,4090,'show_admin_bar_front','true'),(53912,4090,'locale',''),(53913,4090,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53914,4090,'wp_user_level','0'),(53915,4090,'default_password_nag','1'),(53916,4091,'nickname','matt1955'),(53917,4091,'first_name',''),(53918,4091,'last_name',''),(53919,4091,'description',''),(53920,4091,'rich_editing','true'),(53921,4091,'syntax_highlighting','true'),(53922,4091,'comment_shortcuts','false'),(53923,4091,'admin_color','fresh'),(53924,4091,'use_ssl','0'),(53925,4091,'show_admin_bar_front','true'),(53926,4091,'locale',''),(53927,4091,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53928,4091,'wp_user_level','0'),(53929,4091,'default_password_nag','1'),(53930,4092,'nickname','indianjohn961977'),(53931,4092,'first_name',''),(53932,4092,'last_name',''),(53933,4092,'description',''),(53934,4092,'rich_editing','true'),(53935,4092,'syntax_highlighting','true'),(53936,4092,'comment_shortcuts','false'),(53937,4092,'admin_color','fresh'),(53938,4092,'use_ssl','0'),(53939,4092,'show_admin_bar_front','true'),(53940,4092,'locale',''),(53941,4092,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53942,4092,'wp_user_level','0'),(53943,4092,'default_password_nag','1'),(53944,4093,'nickname','becky1951'),(53945,4093,'first_name',''),(53946,4093,'last_name',''),(53947,4093,'description',''),(53948,4093,'rich_editing','true'),(53949,4093,'syntax_highlighting','true'),(53950,4093,'comment_shortcuts','false'),(53951,4093,'admin_color','fresh'),(53952,4093,'use_ssl','0'),(53953,4093,'show_admin_bar_front','true'),(53954,4093,'locale',''),(53955,4093,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53956,4093,'wp_user_level','0'),(53957,4093,'default_password_nag','1'),(53958,4094,'nickname','jrenner11984'),(53959,4094,'first_name',''),(53960,4094,'last_name',''),(53961,4094,'description',''),(53962,4094,'rich_editing','true'),(53963,4094,'syntax_highlighting','true'),(53964,4094,'comment_shortcuts','false'),(53965,4094,'admin_color','fresh'),(53966,4094,'use_ssl','0'),(53967,4094,'show_admin_bar_front','true'),(53968,4094,'locale',''),(53969,4094,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53970,4094,'wp_user_level','0'),(53971,4094,'default_password_nag','1'),(53972,4095,'nickname','eva1998'),(53973,4095,'first_name',''),(53974,4095,'last_name',''),(53975,4095,'description',''),(53976,4095,'rich_editing','true'),(53977,4095,'syntax_highlighting','true'),(53978,4095,'comment_shortcuts','false'),(53979,4095,'admin_color','fresh'),(53980,4095,'use_ssl','0'),(53981,4095,'show_admin_bar_front','true'),(53982,4095,'locale',''),(53983,4095,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53984,4095,'wp_user_level','0'),(53985,4095,'default_password_nag','1'),(53986,4096,'nickname','djy19751966'),(53987,4096,'first_name',''),(53988,4096,'last_name',''),(53989,4096,'description',''),(53990,4096,'rich_editing','true'),(53991,4096,'syntax_highlighting','true'),(53992,4096,'comment_shortcuts','false'),(53993,4096,'admin_color','fresh'),(53994,4096,'use_ssl','0'),(53995,4096,'show_admin_bar_front','true'),(53996,4096,'locale',''),(53997,4096,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(53998,4096,'wp_user_level','0'),(53999,4096,'default_password_nag','1'),(54000,4097,'nickname','boschr10661964'),(54001,4097,'first_name',''),(54002,4097,'last_name',''),(54003,4097,'description',''),(54004,4097,'rich_editing','true'),(54005,4097,'syntax_highlighting','true'),(54006,4097,'comment_shortcuts','false'),(54007,4097,'admin_color','fresh'),(54008,4097,'use_ssl','0'),(54009,4097,'show_admin_bar_front','true'),(54010,4097,'locale',''),(54011,4097,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54012,4097,'wp_user_level','0'),(54013,4097,'default_password_nag','1'),(54014,4098,'nickname','kamarull.kama1994'),(54015,4098,'first_name',''),(54016,4098,'last_name',''),(54017,4098,'description',''),(54018,4098,'rich_editing','true'),(54019,4098,'syntax_highlighting','true'),(54020,4098,'comment_shortcuts','false'),(54021,4098,'admin_color','fresh'),(54022,4098,'use_ssl','0'),(54023,4098,'show_admin_bar_front','true'),(54024,4098,'locale',''),(54025,4098,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54026,4098,'wp_user_level','0'),(54027,4098,'default_password_nag','1'),(54028,4099,'nickname','akhramsyah_sanusi1959'),(54029,4099,'first_name',''),(54030,4099,'last_name',''),(54031,4099,'description',''),(54032,4099,'rich_editing','true'),(54033,4099,'syntax_highlighting','true'),(54034,4099,'comment_shortcuts','false'),(54035,4099,'admin_color','fresh'),(54036,4099,'use_ssl','0'),(54037,4099,'show_admin_bar_front','true'),(54038,4099,'locale',''),(54039,4099,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54040,4099,'wp_user_level','0'),(54041,4099,'default_password_nag','1'),(54042,4100,'nickname','gankianyong1977'),(54043,4100,'first_name',''),(54044,4100,'last_name',''),(54045,4100,'description',''),(54046,4100,'rich_editing','true'),(54047,4100,'syntax_highlighting','true'),(54048,4100,'comment_shortcuts','false'),(54049,4100,'admin_color','fresh'),(54050,4100,'use_ssl','0'),(54051,4100,'show_admin_bar_front','true'),(54052,4100,'locale',''),(54053,4100,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54054,4100,'wp_user_level','0'),(54055,4100,'default_password_nag','1'),(54056,4101,'nickname','dean_white_611968'),(54057,4101,'first_name',''),(54058,4101,'last_name',''),(54059,4101,'description',''),(54060,4101,'rich_editing','true'),(54061,4101,'syntax_highlighting','true'),(54062,4101,'comment_shortcuts','false'),(54063,4101,'admin_color','fresh'),(54064,4101,'use_ssl','0'),(54065,4101,'show_admin_bar_front','true'),(54066,4101,'locale',''),(54067,4101,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54068,4101,'wp_user_level','0'),(54069,4101,'default_password_nag','1'),(54070,4102,'nickname','aloysius_cornelius2005'),(54071,4102,'first_name',''),(54072,4102,'last_name',''),(54073,4102,'description',''),(54074,4102,'rich_editing','true'),(54075,4102,'syntax_highlighting','true'),(54076,4102,'comment_shortcuts','false'),(54077,4102,'admin_color','fresh'),(54078,4102,'use_ssl','0'),(54079,4102,'show_admin_bar_front','true'),(54080,4102,'locale',''),(54081,4102,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54082,4102,'wp_user_level','0'),(54083,4102,'default_password_nag','1'),(54084,4103,'nickname','muafakat_malaysia1988'),(54085,4103,'first_name',''),(54086,4103,'last_name',''),(54087,4103,'description',''),(54088,4103,'rich_editing','true'),(54089,4103,'syntax_highlighting','true'),(54090,4103,'comment_shortcuts','false'),(54091,4103,'admin_color','fresh'),(54092,4103,'use_ssl','0'),(54093,4103,'show_admin_bar_front','true'),(54094,4103,'locale',''),(54095,4103,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54096,4103,'wp_user_level','0'),(54097,4103,'default_password_nag','1'),(54098,4104,'nickname','rajaidris1951'),(54099,4104,'first_name',''),(54100,4104,'last_name',''),(54101,4104,'description',''),(54102,4104,'rich_editing','true'),(54103,4104,'syntax_highlighting','true'),(54104,4104,'comment_shortcuts','false'),(54105,4104,'admin_color','fresh'),(54106,4104,'use_ssl','0'),(54107,4104,'show_admin_bar_front','true'),(54108,4104,'locale',''),(54109,4104,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54110,4104,'wp_user_level','0'),(54111,4104,'default_password_nag','1'),(54112,4105,'nickname','sharryn.johnson2006'),(54113,4105,'first_name',''),(54114,4105,'last_name',''),(54115,4105,'description',''),(54116,4105,'rich_editing','true'),(54117,4105,'syntax_highlighting','true'),(54118,4105,'comment_shortcuts','false'),(54119,4105,'admin_color','fresh'),(54120,4105,'use_ssl','0'),(54121,4105,'show_admin_bar_front','true'),(54122,4105,'locale',''),(54123,4105,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54124,4105,'wp_user_level','0'),(54125,4105,'default_password_nag','1'),(54126,4106,'nickname','saifuddin611978'),(54127,4106,'first_name',''),(54128,4106,'last_name',''),(54129,4106,'description',''),(54130,4106,'rich_editing','true'),(54131,4106,'syntax_highlighting','true'),(54132,4106,'comment_shortcuts','false'),(54133,4106,'admin_color','fresh'),(54134,4106,'use_ssl','0'),(54135,4106,'show_admin_bar_front','true'),(54136,4106,'locale',''),(54137,4106,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54138,4106,'wp_user_level','0'),(54139,4106,'default_password_nag','1'),(54140,4107,'nickname','jeffer_kumpel1974'),(54141,4107,'first_name',''),(54142,4107,'last_name',''),(54143,4107,'description',''),(54144,4107,'rich_editing','true'),(54145,4107,'syntax_highlighting','true'),(54146,4107,'comment_shortcuts','false'),(54147,4107,'admin_color','fresh'),(54148,4107,'use_ssl','0'),(54149,4107,'show_admin_bar_front','true'),(54150,4107,'locale',''),(54151,4107,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54152,4107,'wp_user_level','0'),(54153,4107,'default_password_nag','1'),(54154,4108,'nickname','tooite_10052007'),(54155,4108,'first_name',''),(54156,4108,'last_name',''),(54157,4108,'description',''),(54158,4108,'rich_editing','true'),(54159,4108,'syntax_highlighting','true'),(54160,4108,'comment_shortcuts','false'),(54161,4108,'admin_color','fresh'),(54162,4108,'use_ssl','0'),(54163,4108,'show_admin_bar_front','true'),(54164,4108,'locale',''),(54165,4108,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54166,4108,'wp_user_level','0'),(54167,4108,'default_password_nag','1'),(54168,4109,'nickname','schafer.mark2000'),(54169,4109,'first_name',''),(54170,4109,'last_name',''),(54171,4109,'description',''),(54172,4109,'rich_editing','true'),(54173,4109,'syntax_highlighting','true'),(54174,4109,'comment_shortcuts','false'),(54175,4109,'admin_color','fresh'),(54176,4109,'use_ssl','0'),(54177,4109,'show_admin_bar_front','true'),(54178,4109,'locale',''),(54179,4109,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54180,4109,'wp_user_level','0'),(54181,4109,'default_password_nag','1'),(54182,4110,'nickname','maldonadoyvonne1999'),(54183,4110,'first_name',''),(54184,4110,'last_name',''),(54185,4110,'description',''),(54186,4110,'rich_editing','true'),(54187,4110,'syntax_highlighting','true'),(54188,4110,'comment_shortcuts','false'),(54189,4110,'admin_color','fresh'),(54190,4110,'use_ssl','0'),(54191,4110,'show_admin_bar_front','true'),(54192,4110,'locale',''),(54193,4110,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54194,4110,'wp_user_level','0'),(54195,4110,'default_password_nag','1'),(54196,4111,'nickname','pjs.e3741955'),(54197,4111,'first_name',''),(54198,4111,'last_name',''),(54199,4111,'description',''),(54200,4111,'rich_editing','true'),(54201,4111,'syntax_highlighting','true'),(54202,4111,'comment_shortcuts','false'),(54203,4111,'admin_color','fresh'),(54204,4111,'use_ssl','0'),(54205,4111,'show_admin_bar_front','true'),(54206,4111,'locale',''),(54207,4111,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54208,4111,'wp_user_level','0'),(54209,4111,'default_password_nag','1'),(54210,4112,'nickname','jchicks871959'),(54211,4112,'first_name',''),(54212,4112,'last_name',''),(54213,4112,'description',''),(54214,4112,'rich_editing','true'),(54215,4112,'syntax_highlighting','true'),(54216,4112,'comment_shortcuts','false'),(54217,4112,'admin_color','fresh'),(54218,4112,'use_ssl','0'),(54219,4112,'show_admin_bar_front','true'),(54220,4112,'locale',''),(54221,4112,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54222,4112,'wp_user_level','0'),(54223,4112,'default_password_nag','1'),(54224,4113,'nickname','info1966'),(54225,4113,'first_name',''),(54226,4113,'last_name',''),(54227,4113,'description',''),(54228,4113,'rich_editing','true'),(54229,4113,'syntax_highlighting','true'),(54230,4113,'comment_shortcuts','false'),(54231,4113,'admin_color','fresh'),(54232,4113,'use_ssl','0'),(54233,4113,'show_admin_bar_front','true'),(54234,4113,'locale',''),(54235,4113,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54236,4113,'wp_user_level','0'),(54237,4113,'default_password_nag','1'),(54238,4114,'nickname','sue1975'),(54239,4114,'first_name',''),(54240,4114,'last_name',''),(54241,4114,'description',''),(54242,4114,'rich_editing','true'),(54243,4114,'syntax_highlighting','true'),(54244,4114,'comment_shortcuts','false'),(54245,4114,'admin_color','fresh'),(54246,4114,'use_ssl','0'),(54247,4114,'show_admin_bar_front','true'),(54248,4114,'locale',''),(54249,4114,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54250,4114,'wp_user_level','0'),(54251,4114,'default_password_nag','1'),(54252,4115,'nickname','stephanie_bump1969'),(54253,4115,'first_name',''),(54254,4115,'last_name',''),(54255,4115,'description',''),(54256,4115,'rich_editing','true'),(54257,4115,'syntax_highlighting','true'),(54258,4115,'comment_shortcuts','false'),(54259,4115,'admin_color','fresh'),(54260,4115,'use_ssl','0'),(54261,4115,'show_admin_bar_front','true'),(54262,4115,'locale',''),(54263,4115,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54264,4115,'wp_user_level','0'),(54265,4115,'default_password_nag','1'),(54266,4116,'nickname','c0bramark1988'),(54267,4116,'first_name',''),(54268,4116,'last_name',''),(54269,4116,'description',''),(54270,4116,'rich_editing','true'),(54271,4116,'syntax_highlighting','true'),(54272,4116,'comment_shortcuts','false'),(54273,4116,'admin_color','fresh'),(54274,4116,'use_ssl','0'),(54275,4116,'show_admin_bar_front','true'),(54276,4116,'locale',''),(54277,4116,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54278,4116,'wp_user_level','0'),(54279,4116,'default_password_nag','1'),(54280,4117,'nickname','pfo561984'),(54281,4117,'first_name',''),(54282,4117,'last_name',''),(54283,4117,'description',''),(54284,4117,'rich_editing','true'),(54285,4117,'syntax_highlighting','true'),(54286,4117,'comment_shortcuts','false'),(54287,4117,'admin_color','fresh'),(54288,4117,'use_ssl','0'),(54289,4117,'show_admin_bar_front','true'),(54290,4117,'locale',''),(54291,4117,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54292,4117,'wp_user_level','0'),(54293,4117,'default_password_nag','1'),(54294,4118,'nickname','ferrum20061989'),(54295,4118,'first_name',''),(54296,4118,'last_name',''),(54297,4118,'description',''),(54298,4118,'rich_editing','true'),(54299,4118,'syntax_highlighting','true'),(54300,4118,'comment_shortcuts','false'),(54301,4118,'admin_color','fresh'),(54302,4118,'use_ssl','0'),(54303,4118,'show_admin_bar_front','true'),(54304,4118,'locale',''),(54305,4118,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54306,4118,'wp_user_level','0'),(54307,4118,'default_password_nag','1'),(54308,4119,'nickname','susanne.boelitz2004'),(54309,4119,'first_name',''),(54310,4119,'last_name',''),(54311,4119,'description',''),(54312,4119,'rich_editing','true'),(54313,4119,'syntax_highlighting','true'),(54314,4119,'comment_shortcuts','false'),(54315,4119,'admin_color','fresh'),(54316,4119,'use_ssl','0'),(54317,4119,'show_admin_bar_front','true'),(54318,4119,'locale',''),(54319,4119,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54320,4119,'wp_user_level','0'),(54321,4119,'default_password_nag','1'),(54322,4120,'nickname','angel_lasso1996'),(54323,4120,'first_name',''),(54324,4120,'last_name',''),(54325,4120,'description',''),(54326,4120,'rich_editing','true'),(54327,4120,'syntax_highlighting','true'),(54328,4120,'comment_shortcuts','false'),(54329,4120,'admin_color','fresh'),(54330,4120,'use_ssl','0'),(54331,4120,'show_admin_bar_front','true'),(54332,4120,'locale',''),(54333,4120,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54334,4120,'wp_user_level','0'),(54335,4120,'default_password_nag','1'),(54336,4121,'nickname','rsddka2007'),(54337,4121,'first_name',''),(54338,4121,'last_name',''),(54339,4121,'description',''),(54340,4121,'rich_editing','true'),(54341,4121,'syntax_highlighting','true'),(54342,4121,'comment_shortcuts','false'),(54343,4121,'admin_color','fresh'),(54344,4121,'use_ssl','0'),(54345,4121,'show_admin_bar_front','true'),(54346,4121,'locale',''),(54347,4121,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54348,4121,'wp_user_level','0'),(54349,4121,'default_password_nag','1'),(54350,4122,'nickname','tywontrigg1998'),(54351,4122,'first_name',''),(54352,4122,'last_name',''),(54353,4122,'description',''),(54354,4122,'rich_editing','true'),(54355,4122,'syntax_highlighting','true'),(54356,4122,'comment_shortcuts','false'),(54357,4122,'admin_color','fresh'),(54358,4122,'use_ssl','0'),(54359,4122,'show_admin_bar_front','true'),(54360,4122,'locale',''),(54361,4122,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54362,4122,'wp_user_level','0'),(54363,4122,'default_password_nag','1'),(54364,4123,'nickname','cindypaulabby2010'),(54365,4123,'first_name',''),(54366,4123,'last_name',''),(54367,4123,'description',''),(54368,4123,'rich_editing','true'),(54369,4123,'syntax_highlighting','true'),(54370,4123,'comment_shortcuts','false'),(54371,4123,'admin_color','fresh'),(54372,4123,'use_ssl','0'),(54373,4123,'show_admin_bar_front','true'),(54374,4123,'locale',''),(54375,4123,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54376,4123,'wp_user_level','0'),(54377,4123,'default_password_nag','1'),(54378,4124,'nickname','rhin_materiel1995'),(54379,4124,'first_name',''),(54380,4124,'last_name',''),(54381,4124,'description',''),(54382,4124,'rich_editing','true'),(54383,4124,'syntax_highlighting','true'),(54384,4124,'comment_shortcuts','false'),(54385,4124,'admin_color','fresh'),(54386,4124,'use_ssl','0'),(54387,4124,'show_admin_bar_front','true'),(54388,4124,'locale',''),(54389,4124,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54390,4124,'wp_user_level','0'),(54391,4124,'default_password_nag','1'),(54392,4125,'nickname','skripture201959'),(54393,4125,'first_name',''),(54394,4125,'last_name',''),(54395,4125,'description',''),(54396,4125,'rich_editing','true'),(54397,4125,'syntax_highlighting','true'),(54398,4125,'comment_shortcuts','false'),(54399,4125,'admin_color','fresh'),(54400,4125,'use_ssl','0'),(54401,4125,'show_admin_bar_front','true'),(54402,4125,'locale',''),(54403,4125,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54404,4125,'wp_user_level','0'),(54405,4125,'default_password_nag','1'),(54406,4126,'nickname','jquinones5721990'),(54407,4126,'first_name',''),(54408,4126,'last_name',''),(54409,4126,'description',''),(54410,4126,'rich_editing','true'),(54411,4126,'syntax_highlighting','true'),(54412,4126,'comment_shortcuts','false'),(54413,4126,'admin_color','fresh'),(54414,4126,'use_ssl','0'),(54415,4126,'show_admin_bar_front','true'),(54416,4126,'locale',''),(54417,4126,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54418,4126,'wp_user_level','0'),(54419,4126,'default_password_nag','1'),(54420,4127,'nickname','asoriano1993'),(54421,4127,'first_name',''),(54422,4127,'last_name',''),(54423,4127,'description',''),(54424,4127,'rich_editing','true'),(54425,4127,'syntax_highlighting','true'),(54426,4127,'comment_shortcuts','false'),(54427,4127,'admin_color','fresh'),(54428,4127,'use_ssl','0'),(54429,4127,'show_admin_bar_front','true'),(54430,4127,'locale',''),(54431,4127,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54432,4127,'wp_user_level','0'),(54433,4127,'default_password_nag','1'),(54434,4128,'nickname','ebay1967'),(54435,4128,'first_name',''),(54436,4128,'last_name',''),(54437,4128,'description',''),(54438,4128,'rich_editing','true'),(54439,4128,'syntax_highlighting','true'),(54440,4128,'comment_shortcuts','false'),(54441,4128,'admin_color','fresh'),(54442,4128,'use_ssl','0'),(54443,4128,'show_admin_bar_front','true'),(54444,4128,'locale',''),(54445,4128,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54446,4128,'wp_user_level','0'),(54447,4128,'default_password_nag','1'),(54448,4129,'nickname','gundislc1971'),(54449,4129,'first_name',''),(54450,4129,'last_name',''),(54451,4129,'description',''),(54452,4129,'rich_editing','true'),(54453,4129,'syntax_highlighting','true'),(54454,4129,'comment_shortcuts','false'),(54455,4129,'admin_color','fresh'),(54456,4129,'use_ssl','0'),(54457,4129,'show_admin_bar_front','true'),(54458,4129,'locale',''),(54459,4129,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54460,4129,'wp_user_level','0'),(54461,4129,'default_password_nag','1'),(54462,4130,'nickname','christine-z1963'),(54463,4130,'first_name',''),(54464,4130,'last_name',''),(54465,4130,'description',''),(54466,4130,'rich_editing','true'),(54467,4130,'syntax_highlighting','true'),(54468,4130,'comment_shortcuts','false'),(54469,4130,'admin_color','fresh'),(54470,4130,'use_ssl','0'),(54471,4130,'show_admin_bar_front','true'),(54472,4130,'locale',''),(54473,4130,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54474,4130,'wp_user_level','0'),(54475,4130,'default_password_nag','1'),(54476,4131,'nickname','erin_dave.chin2010'),(54477,4131,'first_name',''),(54478,4131,'last_name',''),(54479,4131,'description',''),(54480,4131,'rich_editing','true'),(54481,4131,'syntax_highlighting','true'),(54482,4131,'comment_shortcuts','false'),(54483,4131,'admin_color','fresh'),(54484,4131,'use_ssl','0'),(54485,4131,'show_admin_bar_front','true'),(54486,4131,'locale',''),(54487,4131,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54488,4131,'wp_user_level','0'),(54489,4131,'default_password_nag','1'),(54490,4132,'nickname','youngsuccess1974'),(54491,4132,'first_name',''),(54492,4132,'last_name',''),(54493,4132,'description',''),(54494,4132,'rich_editing','true'),(54495,4132,'syntax_highlighting','true'),(54496,4132,'comment_shortcuts','false'),(54497,4132,'admin_color','fresh'),(54498,4132,'use_ssl','0'),(54499,4132,'show_admin_bar_front','true'),(54500,4132,'locale',''),(54501,4132,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54502,4132,'wp_user_level','0'),(54503,4132,'default_password_nag','1'),(54504,4133,'nickname','toricarter322006'),(54505,4133,'first_name',''),(54506,4133,'last_name',''),(54507,4133,'description',''),(54508,4133,'rich_editing','true'),(54509,4133,'syntax_highlighting','true'),(54510,4133,'comment_shortcuts','false'),(54511,4133,'admin_color','fresh'),(54512,4133,'use_ssl','0'),(54513,4133,'show_admin_bar_front','true'),(54514,4133,'locale',''),(54515,4133,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54516,4133,'wp_user_level','0'),(54517,4133,'default_password_nag','1'),(54518,4134,'nickname','superlecho30001998'),(54519,4134,'first_name',''),(54520,4134,'last_name',''),(54521,4134,'description',''),(54522,4134,'rich_editing','true'),(54523,4134,'syntax_highlighting','true'),(54524,4134,'comment_shortcuts','false'),(54525,4134,'admin_color','fresh'),(54526,4134,'use_ssl','0'),(54527,4134,'show_admin_bar_front','true'),(54528,4134,'locale',''),(54529,4134,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54530,4134,'wp_user_level','0'),(54531,4134,'default_password_nag','1'),(54532,4135,'nickname','mflury1953'),(54533,4135,'first_name',''),(54534,4135,'last_name',''),(54535,4135,'description',''),(54536,4135,'rich_editing','true'),(54537,4135,'syntax_highlighting','true'),(54538,4135,'comment_shortcuts','false'),(54539,4135,'admin_color','fresh'),(54540,4135,'use_ssl','0'),(54541,4135,'show_admin_bar_front','true'),(54542,4135,'locale',''),(54543,4135,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54544,4135,'wp_user_level','0'),(54545,4135,'default_password_nag','1'),(54546,4136,'nickname','aville321980'),(54547,4136,'first_name',''),(54548,4136,'last_name',''),(54549,4136,'description',''),(54550,4136,'rich_editing','true'),(54551,4136,'syntax_highlighting','true'),(54552,4136,'comment_shortcuts','false'),(54553,4136,'admin_color','fresh'),(54554,4136,'use_ssl','0'),(54555,4136,'show_admin_bar_front','true'),(54556,4136,'locale',''),(54557,4136,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54558,4136,'wp_user_level','0'),(54559,4136,'default_password_nag','1'),(54560,4137,'nickname','knight.sharla1974'),(54561,4137,'first_name',''),(54562,4137,'last_name',''),(54563,4137,'description',''),(54564,4137,'rich_editing','true'),(54565,4137,'syntax_highlighting','true'),(54566,4137,'comment_shortcuts','false'),(54567,4137,'admin_color','fresh'),(54568,4137,'use_ssl','0'),(54569,4137,'show_admin_bar_front','true'),(54570,4137,'locale',''),(54571,4137,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54572,4137,'wp_user_level','0'),(54573,4137,'default_password_nag','1'),(54574,4138,'nickname','marymolinarsolis1999'),(54575,4138,'first_name',''),(54576,4138,'last_name',''),(54577,4138,'description',''),(54578,4138,'rich_editing','true'),(54579,4138,'syntax_highlighting','true'),(54580,4138,'comment_shortcuts','false'),(54581,4138,'admin_color','fresh'),(54582,4138,'use_ssl','0'),(54583,4138,'show_admin_bar_front','true'),(54584,4138,'locale',''),(54585,4138,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54586,4138,'wp_user_level','0'),(54587,4138,'default_password_nag','1'),(54588,4139,'nickname','alfonso.martin491953'),(54589,4139,'first_name',''),(54590,4139,'last_name',''),(54591,4139,'description',''),(54592,4139,'rich_editing','true'),(54593,4139,'syntax_highlighting','true'),(54594,4139,'comment_shortcuts','false'),(54595,4139,'admin_color','fresh'),(54596,4139,'use_ssl','0'),(54597,4139,'show_admin_bar_front','true'),(54598,4139,'locale',''),(54599,4139,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54600,4139,'wp_user_level','0'),(54601,4139,'default_password_nag','1'),(54602,4140,'nickname','tina.birk1994'),(54603,4140,'first_name',''),(54604,4140,'last_name',''),(54605,4140,'description',''),(54606,4140,'rich_editing','true'),(54607,4140,'syntax_highlighting','true'),(54608,4140,'comment_shortcuts','false'),(54609,4140,'admin_color','fresh'),(54610,4140,'use_ssl','0'),(54611,4140,'show_admin_bar_front','true'),(54612,4140,'locale',''),(54613,4140,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54614,4140,'wp_user_level','0'),(54615,4140,'default_password_nag','1'),(54616,4141,'nickname','imogenespaepenlyz1975'),(54617,4141,'first_name',''),(54618,4141,'last_name',''),(54619,4141,'description',''),(54620,4141,'rich_editing','true'),(54621,4141,'syntax_highlighting','true'),(54622,4141,'comment_shortcuts','false'),(54623,4141,'admin_color','fresh'),(54624,4141,'use_ssl','0'),(54625,4141,'show_admin_bar_front','true'),(54626,4141,'locale',''),(54627,4141,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54628,4141,'wp_user_level','0'),(54629,4141,'default_password_nag','1'),(54630,4142,'nickname','kimobocci2005'),(54631,4142,'first_name',''),(54632,4142,'last_name',''),(54633,4142,'description',''),(54634,4142,'rich_editing','true'),(54635,4142,'syntax_highlighting','true'),(54636,4142,'comment_shortcuts','false'),(54637,4142,'admin_color','fresh'),(54638,4142,'use_ssl','0'),(54639,4142,'show_admin_bar_front','true'),(54640,4142,'locale',''),(54641,4142,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54642,4142,'wp_user_level','0'),(54643,4142,'default_password_nag','1'),(54644,4143,'nickname','redkitkat1984'),(54645,4143,'first_name',''),(54646,4143,'last_name',''),(54647,4143,'description',''),(54648,4143,'rich_editing','true'),(54649,4143,'syntax_highlighting','true'),(54650,4143,'comment_shortcuts','false'),(54651,4143,'admin_color','fresh'),(54652,4143,'use_ssl','0'),(54653,4143,'show_admin_bar_front','true'),(54654,4143,'locale',''),(54655,4143,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54656,4143,'wp_user_level','0'),(54657,4143,'default_password_nag','1'),(54658,4144,'nickname','chefmike19871995'),(54659,4144,'first_name',''),(54660,4144,'last_name',''),(54661,4144,'description',''),(54662,4144,'rich_editing','true'),(54663,4144,'syntax_highlighting','true'),(54664,4144,'comment_shortcuts','false'),(54665,4144,'admin_color','fresh'),(54666,4144,'use_ssl','0'),(54667,4144,'show_admin_bar_front','true'),(54668,4144,'locale',''),(54669,4144,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54670,4144,'wp_user_level','0'),(54671,4144,'default_password_nag','1'),(54672,4145,'nickname','tmilner1996'),(54673,4145,'first_name',''),(54674,4145,'last_name',''),(54675,4145,'description',''),(54676,4145,'rich_editing','true'),(54677,4145,'syntax_highlighting','true'),(54678,4145,'comment_shortcuts','false'),(54679,4145,'admin_color','fresh'),(54680,4145,'use_ssl','0'),(54681,4145,'show_admin_bar_front','true'),(54682,4145,'locale',''),(54683,4145,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54684,4145,'wp_user_level','0'),(54685,4145,'default_password_nag','1'),(54686,4146,'nickname','jkrisan1988'),(54687,4146,'first_name',''),(54688,4146,'last_name',''),(54689,4146,'description',''),(54690,4146,'rich_editing','true'),(54691,4146,'syntax_highlighting','true'),(54692,4146,'comment_shortcuts','false'),(54693,4146,'admin_color','fresh'),(54694,4146,'use_ssl','0'),(54695,4146,'show_admin_bar_front','true'),(54696,4146,'locale',''),(54697,4146,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54698,4146,'wp_user_level','0'),(54699,4146,'default_password_nag','1'),(54700,4147,'nickname','staceykruse161976'),(54701,4147,'first_name',''),(54702,4147,'last_name',''),(54703,4147,'description',''),(54704,4147,'rich_editing','true'),(54705,4147,'syntax_highlighting','true'),(54706,4147,'comment_shortcuts','false'),(54707,4147,'admin_color','fresh'),(54708,4147,'use_ssl','0'),(54709,4147,'show_admin_bar_front','true'),(54710,4147,'locale',''),(54711,4147,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54712,4147,'wp_user_level','0'),(54713,4147,'default_password_nag','1'),(54714,4148,'nickname','brian.burt2000'),(54715,4148,'first_name',''),(54716,4148,'last_name',''),(54717,4148,'description',''),(54718,4148,'rich_editing','true'),(54719,4148,'syntax_highlighting','true'),(54720,4148,'comment_shortcuts','false'),(54721,4148,'admin_color','fresh'),(54722,4148,'use_ssl','0'),(54723,4148,'show_admin_bar_front','true'),(54724,4148,'locale',''),(54725,4148,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54726,4148,'wp_user_level','0'),(54727,4148,'default_password_nag','1'),(54728,4149,'nickname','jjstpafla336121987'),(54729,4149,'first_name',''),(54730,4149,'last_name',''),(54731,4149,'description',''),(54732,4149,'rich_editing','true'),(54733,4149,'syntax_highlighting','true'),(54734,4149,'comment_shortcuts','false'),(54735,4149,'admin_color','fresh'),(54736,4149,'use_ssl','0'),(54737,4149,'show_admin_bar_front','true'),(54738,4149,'locale',''),(54739,4149,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54740,4149,'wp_user_level','0'),(54741,4149,'default_password_nag','1'),(54742,4150,'nickname','mstyrell201963'),(54743,4150,'first_name',''),(54744,4150,'last_name',''),(54745,4150,'description',''),(54746,4150,'rich_editing','true'),(54747,4150,'syntax_highlighting','true'),(54748,4150,'comment_shortcuts','false'),(54749,4150,'admin_color','fresh'),(54750,4150,'use_ssl','0'),(54751,4150,'show_admin_bar_front','true'),(54752,4150,'locale',''),(54753,4150,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54754,4150,'wp_user_level','0'),(54755,4150,'default_password_nag','1'),(54756,4151,'nickname','rb16334412005'),(54757,4151,'first_name',''),(54758,4151,'last_name',''),(54759,4151,'description',''),(54760,4151,'rich_editing','true'),(54761,4151,'syntax_highlighting','true'),(54762,4151,'comment_shortcuts','false'),(54763,4151,'admin_color','fresh'),(54764,4151,'use_ssl','0'),(54765,4151,'show_admin_bar_front','true'),(54766,4151,'locale',''),(54767,4151,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54768,4151,'wp_user_level','0'),(54769,4151,'default_password_nag','1'),(54770,4152,'nickname','jqsnoddy1975'),(54771,4152,'first_name',''),(54772,4152,'last_name',''),(54773,4152,'description',''),(54774,4152,'rich_editing','true'),(54775,4152,'syntax_highlighting','true'),(54776,4152,'comment_shortcuts','false'),(54777,4152,'admin_color','fresh'),(54778,4152,'use_ssl','0'),(54779,4152,'show_admin_bar_front','true'),(54780,4152,'locale',''),(54781,4152,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54782,4152,'wp_user_level','0'),(54783,4152,'default_password_nag','1'),(54784,4153,'nickname','kvkway21964'),(54785,4153,'first_name',''),(54786,4153,'last_name',''),(54787,4153,'description',''),(54788,4153,'rich_editing','true'),(54789,4153,'syntax_highlighting','true'),(54790,4153,'comment_shortcuts','false'),(54791,4153,'admin_color','fresh'),(54792,4153,'use_ssl','0'),(54793,4153,'show_admin_bar_front','true'),(54794,4153,'locale',''),(54795,4153,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54796,4153,'wp_user_level','0'),(54797,4153,'default_password_nag','1'),(54798,4154,'nickname','idatl1979'),(54799,4154,'first_name',''),(54800,4154,'last_name',''),(54801,4154,'description',''),(54802,4154,'rich_editing','true'),(54803,4154,'syntax_highlighting','true'),(54804,4154,'comment_shortcuts','false'),(54805,4154,'admin_color','fresh'),(54806,4154,'use_ssl','0'),(54807,4154,'show_admin_bar_front','true'),(54808,4154,'locale',''),(54809,4154,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54810,4154,'wp_user_level','0'),(54811,4154,'default_password_nag','1'),(54812,4155,'nickname','juraj.matyinko1968'),(54813,4155,'first_name',''),(54814,4155,'last_name',''),(54815,4155,'description',''),(54816,4155,'rich_editing','true'),(54817,4155,'syntax_highlighting','true'),(54818,4155,'comment_shortcuts','false'),(54819,4155,'admin_color','fresh'),(54820,4155,'use_ssl','0'),(54821,4155,'show_admin_bar_front','true'),(54822,4155,'locale',''),(54823,4155,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54824,4155,'wp_user_level','0'),(54825,4155,'default_password_nag','1'),(54826,4156,'nickname','fnbsbih1970'),(54827,4156,'first_name',''),(54828,4156,'last_name',''),(54829,4156,'description',''),(54830,4156,'rich_editing','true'),(54831,4156,'syntax_highlighting','true'),(54832,4156,'comment_shortcuts','false'),(54833,4156,'admin_color','fresh'),(54834,4156,'use_ssl','0'),(54835,4156,'show_admin_bar_front','true'),(54836,4156,'locale',''),(54837,4156,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54838,4156,'wp_user_level','0'),(54839,4156,'default_password_nag','1'),(54840,4157,'nickname','melissastahl1988'),(54841,4157,'first_name',''),(54842,4157,'last_name',''),(54843,4157,'description',''),(54844,4157,'rich_editing','true'),(54845,4157,'syntax_highlighting','true'),(54846,4157,'comment_shortcuts','false'),(54847,4157,'admin_color','fresh'),(54848,4157,'use_ssl','0'),(54849,4157,'show_admin_bar_front','true'),(54850,4157,'locale',''),(54851,4157,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54852,4157,'wp_user_level','0'),(54853,4157,'default_password_nag','1'),(54854,4158,'nickname','cogs8282008'),(54855,4158,'first_name',''),(54856,4158,'last_name',''),(54857,4158,'description',''),(54858,4158,'rich_editing','true'),(54859,4158,'syntax_highlighting','true'),(54860,4158,'comment_shortcuts','false'),(54861,4158,'admin_color','fresh'),(54862,4158,'use_ssl','0'),(54863,4158,'show_admin_bar_front','true'),(54864,4158,'locale',''),(54865,4158,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54866,4158,'wp_user_level','0'),(54867,4158,'default_password_nag','1'),(54868,4159,'nickname','warpedscout1987'),(54869,4159,'first_name',''),(54870,4159,'last_name',''),(54871,4159,'description',''),(54872,4159,'rich_editing','true'),(54873,4159,'syntax_highlighting','true'),(54874,4159,'comment_shortcuts','false'),(54875,4159,'admin_color','fresh'),(54876,4159,'use_ssl','0'),(54877,4159,'show_admin_bar_front','true'),(54878,4159,'locale',''),(54879,4159,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54880,4159,'wp_user_level','0'),(54881,4159,'default_password_nag','1'),(54882,4160,'nickname','guitarmoguitarmos1950'),(54883,4160,'first_name',''),(54884,4160,'last_name',''),(54885,4160,'description',''),(54886,4160,'rich_editing','true'),(54887,4160,'syntax_highlighting','true'),(54888,4160,'comment_shortcuts','false'),(54889,4160,'admin_color','fresh'),(54890,4160,'use_ssl','0'),(54891,4160,'show_admin_bar_front','true'),(54892,4160,'locale',''),(54893,4160,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54894,4160,'wp_user_level','0'),(54895,4160,'default_password_nag','1'),(54896,4161,'nickname','rebecca.okey1999'),(54897,4161,'first_name',''),(54898,4161,'last_name',''),(54899,4161,'description',''),(54900,4161,'rich_editing','true'),(54901,4161,'syntax_highlighting','true'),(54902,4161,'comment_shortcuts','false'),(54903,4161,'admin_color','fresh'),(54904,4161,'use_ssl','0'),(54905,4161,'show_admin_bar_front','true'),(54906,4161,'locale',''),(54907,4161,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54908,4161,'wp_user_level','0'),(54909,4161,'default_password_nag','1'),(54910,4162,'nickname','shelleypossible2005'),(54911,4162,'first_name',''),(54912,4162,'last_name',''),(54913,4162,'description',''),(54914,4162,'rich_editing','true'),(54915,4162,'syntax_highlighting','true'),(54916,4162,'comment_shortcuts','false'),(54917,4162,'admin_color','fresh'),(54918,4162,'use_ssl','0'),(54919,4162,'show_admin_bar_front','true'),(54920,4162,'locale',''),(54921,4162,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54922,4162,'wp_user_level','0'),(54923,4162,'default_password_nag','1'),(54924,4163,'nickname','jessycagator1960'),(54925,4163,'first_name',''),(54926,4163,'last_name',''),(54927,4163,'description',''),(54928,4163,'rich_editing','true'),(54929,4163,'syntax_highlighting','true'),(54930,4163,'comment_shortcuts','false'),(54931,4163,'admin_color','fresh'),(54932,4163,'use_ssl','0'),(54933,4163,'show_admin_bar_front','true'),(54934,4163,'locale',''),(54935,4163,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54936,4163,'wp_user_level','0'),(54937,4163,'default_password_nag','1'),(54938,4164,'nickname','shylie651958'),(54939,4164,'first_name',''),(54940,4164,'last_name',''),(54941,4164,'description',''),(54942,4164,'rich_editing','true'),(54943,4164,'syntax_highlighting','true'),(54944,4164,'comment_shortcuts','false'),(54945,4164,'admin_color','fresh'),(54946,4164,'use_ssl','0'),(54947,4164,'show_admin_bar_front','true'),(54948,4164,'locale',''),(54949,4164,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54950,4164,'wp_user_level','0'),(54951,4164,'default_password_nag','1'),(54952,4165,'nickname','keithnemerow1992'),(54953,4165,'first_name',''),(54954,4165,'last_name',''),(54955,4165,'description',''),(54956,4165,'rich_editing','true'),(54957,4165,'syntax_highlighting','true'),(54958,4165,'comment_shortcuts','false'),(54959,4165,'admin_color','fresh'),(54960,4165,'use_ssl','0'),(54961,4165,'show_admin_bar_front','true'),(54962,4165,'locale',''),(54963,4165,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54964,4165,'wp_user_level','0'),(54965,4165,'default_password_nag','1'),(54966,4166,'nickname','dvanek2010'),(54967,4166,'first_name',''),(54968,4166,'last_name',''),(54969,4166,'description',''),(54970,4166,'rich_editing','true'),(54971,4166,'syntax_highlighting','true'),(54972,4166,'comment_shortcuts','false'),(54973,4166,'admin_color','fresh'),(54974,4166,'use_ssl','0'),(54975,4166,'show_admin_bar_front','true'),(54976,4166,'locale',''),(54977,4166,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54978,4166,'wp_user_level','0'),(54979,4166,'default_password_nag','1'),(54980,4167,'nickname','mrucker2004'),(54981,4167,'first_name',''),(54982,4167,'last_name',''),(54983,4167,'description',''),(54984,4167,'rich_editing','true'),(54985,4167,'syntax_highlighting','true'),(54986,4167,'comment_shortcuts','false'),(54987,4167,'admin_color','fresh'),(54988,4167,'use_ssl','0'),(54989,4167,'show_admin_bar_front','true'),(54990,4167,'locale',''),(54991,4167,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(54992,4167,'wp_user_level','0'),(54993,4167,'default_password_nag','1'),(54994,4168,'nickname','betsy.lerario1997'),(54995,4168,'first_name',''),(54996,4168,'last_name',''),(54997,4168,'description',''),(54998,4168,'rich_editing','true'),(54999,4168,'syntax_highlighting','true'),(55000,4168,'comment_shortcuts','false'),(55001,4168,'admin_color','fresh'),(55002,4168,'use_ssl','0'),(55003,4168,'show_admin_bar_front','true'),(55004,4168,'locale',''),(55005,4168,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55006,4168,'wp_user_level','0'),(55007,4168,'default_password_nag','1'),(55008,4169,'nickname','georgette.zinaty1956'),(55009,4169,'first_name',''),(55010,4169,'last_name',''),(55011,4169,'description',''),(55012,4169,'rich_editing','true'),(55013,4169,'syntax_highlighting','true'),(55014,4169,'comment_shortcuts','false'),(55015,4169,'admin_color','fresh'),(55016,4169,'use_ssl','0'),(55017,4169,'show_admin_bar_front','true'),(55018,4169,'locale',''),(55019,4169,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55020,4169,'wp_user_level','0'),(55021,4169,'default_password_nag','1'),(55022,4170,'nickname','jbarkman21975'),(55023,4170,'first_name',''),(55024,4170,'last_name',''),(55025,4170,'description',''),(55026,4170,'rich_editing','true'),(55027,4170,'syntax_highlighting','true'),(55028,4170,'comment_shortcuts','false'),(55029,4170,'admin_color','fresh'),(55030,4170,'use_ssl','0'),(55031,4170,'show_admin_bar_front','true'),(55032,4170,'locale',''),(55033,4170,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55034,4170,'wp_user_level','0'),(55035,4170,'default_password_nag','1'),(55036,4171,'nickname','meeauer1961'),(55037,4171,'first_name',''),(55038,4171,'last_name',''),(55039,4171,'description',''),(55040,4171,'rich_editing','true'),(55041,4171,'syntax_highlighting','true'),(55042,4171,'comment_shortcuts','false'),(55043,4171,'admin_color','fresh'),(55044,4171,'use_ssl','0'),(55045,4171,'show_admin_bar_front','true'),(55046,4171,'locale',''),(55047,4171,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55048,4171,'wp_user_level','0'),(55049,4171,'default_password_nag','1'),(55050,4172,'nickname','takimo1977'),(55051,4172,'first_name',''),(55052,4172,'last_name',''),(55053,4172,'description',''),(55054,4172,'rich_editing','true'),(55055,4172,'syntax_highlighting','true'),(55056,4172,'comment_shortcuts','false'),(55057,4172,'admin_color','fresh'),(55058,4172,'use_ssl','0'),(55059,4172,'show_admin_bar_front','true'),(55060,4172,'locale',''),(55061,4172,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55062,4172,'wp_user_level','0'),(55063,4172,'default_password_nag','1'),(55064,4173,'nickname','eestoffer1994'),(55065,4173,'first_name',''),(55066,4173,'last_name',''),(55067,4173,'description',''),(55068,4173,'rich_editing','true'),(55069,4173,'syntax_highlighting','true'),(55070,4173,'comment_shortcuts','false'),(55071,4173,'admin_color','fresh'),(55072,4173,'use_ssl','0'),(55073,4173,'show_admin_bar_front','true'),(55074,4173,'locale',''),(55075,4173,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55076,4173,'wp_user_level','0'),(55077,4173,'default_password_nag','1'),(55078,4174,'nickname','hillcari2010'),(55079,4174,'first_name',''),(55080,4174,'last_name',''),(55081,4174,'description',''),(55082,4174,'rich_editing','true'),(55083,4174,'syntax_highlighting','true'),(55084,4174,'comment_shortcuts','false'),(55085,4174,'admin_color','fresh'),(55086,4174,'use_ssl','0'),(55087,4174,'show_admin_bar_front','true'),(55088,4174,'locale',''),(55089,4174,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55090,4174,'wp_user_level','0'),(55091,4174,'default_password_nag','1'),(55092,4175,'nickname','xhunter04x1980'),(55093,4175,'first_name',''),(55094,4175,'last_name',''),(55095,4175,'description',''),(55096,4175,'rich_editing','true'),(55097,4175,'syntax_highlighting','true'),(55098,4175,'comment_shortcuts','false'),(55099,4175,'admin_color','fresh'),(55100,4175,'use_ssl','0'),(55101,4175,'show_admin_bar_front','true'),(55102,4175,'locale',''),(55103,4175,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55104,4175,'wp_user_level','0'),(55105,4175,'default_password_nag','1'),(55106,4176,'nickname','purchevv8hp1959'),(55107,4176,'first_name',''),(55108,4176,'last_name',''),(55109,4176,'description',''),(55110,4176,'rich_editing','true'),(55111,4176,'syntax_highlighting','true'),(55112,4176,'comment_shortcuts','false'),(55113,4176,'admin_color','fresh'),(55114,4176,'use_ssl','0'),(55115,4176,'show_admin_bar_front','true'),(55116,4176,'locale',''),(55117,4176,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55118,4176,'wp_user_level','0'),(55119,4176,'default_password_nag','1'),(55120,4177,'nickname','antoinettemoore101979'),(55121,4177,'first_name',''),(55122,4177,'last_name',''),(55123,4177,'description',''),(55124,4177,'rich_editing','true'),(55125,4177,'syntax_highlighting','true'),(55126,4177,'comment_shortcuts','false'),(55127,4177,'admin_color','fresh'),(55128,4177,'use_ssl','0'),(55129,4177,'show_admin_bar_front','true'),(55130,4177,'locale',''),(55131,4177,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55132,4177,'wp_user_level','0'),(55133,4177,'default_password_nag','1'),(55134,4178,'nickname','sassy_783321999'),(55135,4178,'first_name',''),(55136,4178,'last_name',''),(55137,4178,'description',''),(55138,4178,'rich_editing','true'),(55139,4178,'syntax_highlighting','true'),(55140,4178,'comment_shortcuts','false'),(55141,4178,'admin_color','fresh'),(55142,4178,'use_ssl','0'),(55143,4178,'show_admin_bar_front','true'),(55144,4178,'locale',''),(55145,4178,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55146,4178,'wp_user_level','0'),(55147,4178,'default_password_nag','1'),(55148,4179,'nickname','carlosmateo20121988'),(55149,4179,'first_name',''),(55150,4179,'last_name',''),(55151,4179,'description',''),(55152,4179,'rich_editing','true'),(55153,4179,'syntax_highlighting','true'),(55154,4179,'comment_shortcuts','false'),(55155,4179,'admin_color','fresh'),(55156,4179,'use_ssl','0'),(55157,4179,'show_admin_bar_front','true'),(55158,4179,'locale',''),(55159,4179,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55160,4179,'wp_user_level','0'),(55161,4179,'default_password_nag','1'),(55162,4180,'nickname','marioblazevic881984'),(55163,4180,'first_name',''),(55164,4180,'last_name',''),(55165,4180,'description',''),(55166,4180,'rich_editing','true'),(55167,4180,'syntax_highlighting','true'),(55168,4180,'comment_shortcuts','false'),(55169,4180,'admin_color','fresh'),(55170,4180,'use_ssl','0'),(55171,4180,'show_admin_bar_front','true'),(55172,4180,'locale',''),(55173,4180,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55174,4180,'wp_user_level','0'),(55175,4180,'default_password_nag','1'),(55176,4181,'nickname','dereklward1973'),(55177,4181,'first_name',''),(55178,4181,'last_name',''),(55179,4181,'description',''),(55180,4181,'rich_editing','true'),(55181,4181,'syntax_highlighting','true'),(55182,4181,'comment_shortcuts','false'),(55183,4181,'admin_color','fresh'),(55184,4181,'use_ssl','0'),(55185,4181,'show_admin_bar_front','true'),(55186,4181,'locale',''),(55187,4181,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55188,4181,'wp_user_level','0'),(55189,4181,'default_password_nag','1'),(55190,4182,'nickname','thumprlong1959'),(55191,4182,'first_name',''),(55192,4182,'last_name',''),(55193,4182,'description',''),(55194,4182,'rich_editing','true'),(55195,4182,'syntax_highlighting','true'),(55196,4182,'comment_shortcuts','false'),(55197,4182,'admin_color','fresh'),(55198,4182,'use_ssl','0'),(55199,4182,'show_admin_bar_front','true'),(55200,4182,'locale',''),(55201,4182,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55202,4182,'wp_user_level','0'),(55203,4182,'default_password_nag','1'),(55204,4183,'nickname','ralitaco1995'),(55205,4183,'first_name',''),(55206,4183,'last_name',''),(55207,4183,'description',''),(55208,4183,'rich_editing','true'),(55209,4183,'syntax_highlighting','true'),(55210,4183,'comment_shortcuts','false'),(55211,4183,'admin_color','fresh'),(55212,4183,'use_ssl','0'),(55213,4183,'show_admin_bar_front','true'),(55214,4183,'locale',''),(55215,4183,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55216,4183,'wp_user_level','0'),(55217,4183,'default_password_nag','1'),(55218,4184,'nickname','carmen1621996'),(55219,4184,'first_name',''),(55220,4184,'last_name',''),(55221,4184,'description',''),(55222,4184,'rich_editing','true'),(55223,4184,'syntax_highlighting','true'),(55224,4184,'comment_shortcuts','false'),(55225,4184,'admin_color','fresh'),(55226,4184,'use_ssl','0'),(55227,4184,'show_admin_bar_front','true'),(55228,4184,'locale',''),(55229,4184,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55230,4184,'wp_user_level','0'),(55231,4184,'default_password_nag','1'),(55232,4185,'nickname','jason.mccrudden2008'),(55233,4185,'first_name',''),(55234,4185,'last_name',''),(55235,4185,'description',''),(55236,4185,'rich_editing','true'),(55237,4185,'syntax_highlighting','true'),(55238,4185,'comment_shortcuts','false'),(55239,4185,'admin_color','fresh'),(55240,4185,'use_ssl','0'),(55241,4185,'show_admin_bar_front','true'),(55242,4185,'locale',''),(55243,4185,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55244,4185,'wp_user_level','0'),(55245,4185,'default_password_nag','1'),(55246,4186,'nickname','danielestrada1381957'),(55247,4186,'first_name',''),(55248,4186,'last_name',''),(55249,4186,'description',''),(55250,4186,'rich_editing','true'),(55251,4186,'syntax_highlighting','true'),(55252,4186,'comment_shortcuts','false'),(55253,4186,'admin_color','fresh'),(55254,4186,'use_ssl','0'),(55255,4186,'show_admin_bar_front','true'),(55256,4186,'locale',''),(55257,4186,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55258,4186,'wp_user_level','0'),(55259,4186,'default_password_nag','1'),(55260,4187,'nickname','julie_behrens1967'),(55261,4187,'first_name',''),(55262,4187,'last_name',''),(55263,4187,'description',''),(55264,4187,'rich_editing','true'),(55265,4187,'syntax_highlighting','true'),(55266,4187,'comment_shortcuts','false'),(55267,4187,'admin_color','fresh'),(55268,4187,'use_ssl','0'),(55269,4187,'show_admin_bar_front','true'),(55270,4187,'locale',''),(55271,4187,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55272,4187,'wp_user_level','0'),(55273,4187,'default_password_nag','1'),(55274,4188,'nickname','mike1984'),(55275,4188,'first_name',''),(55276,4188,'last_name',''),(55277,4188,'description',''),(55278,4188,'rich_editing','true'),(55279,4188,'syntax_highlighting','true'),(55280,4188,'comment_shortcuts','false'),(55281,4188,'admin_color','fresh'),(55282,4188,'use_ssl','0'),(55283,4188,'show_admin_bar_front','true'),(55284,4188,'locale',''),(55285,4188,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55286,4188,'wp_user_level','0'),(55287,4188,'default_password_nag','1'),(55288,4189,'nickname','gavibrian2008'),(55289,4189,'first_name',''),(55290,4189,'last_name',''),(55291,4189,'description',''),(55292,4189,'rich_editing','true'),(55293,4189,'syntax_highlighting','true'),(55294,4189,'comment_shortcuts','false'),(55295,4189,'admin_color','fresh'),(55296,4189,'use_ssl','0'),(55297,4189,'show_admin_bar_front','true'),(55298,4189,'locale',''),(55299,4189,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55300,4189,'wp_user_level','0'),(55301,4189,'default_password_nag','1'),(55302,4190,'nickname','jaguarbelizesale1969'),(55303,4190,'first_name',''),(55304,4190,'last_name',''),(55305,4190,'description',''),(55306,4190,'rich_editing','true'),(55307,4190,'syntax_highlighting','true'),(55308,4190,'comment_shortcuts','false'),(55309,4190,'admin_color','fresh'),(55310,4190,'use_ssl','0'),(55311,4190,'show_admin_bar_front','true'),(55312,4190,'locale',''),(55313,4190,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55314,4190,'wp_user_level','0'),(55315,4190,'default_password_nag','1'),(55316,4191,'nickname','aa.mortge1972'),(55317,4191,'first_name',''),(55318,4191,'last_name',''),(55319,4191,'description',''),(55320,4191,'rich_editing','true'),(55321,4191,'syntax_highlighting','true'),(55322,4191,'comment_shortcuts','false'),(55323,4191,'admin_color','fresh'),(55324,4191,'use_ssl','0'),(55325,4191,'show_admin_bar_front','true'),(55326,4191,'locale',''),(55327,4191,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55328,4191,'wp_user_level','0'),(55329,4191,'default_password_nag','1'),(55330,4192,'nickname','cjebrael1955'),(55331,4192,'first_name',''),(55332,4192,'last_name',''),(55333,4192,'description',''),(55334,4192,'rich_editing','true'),(55335,4192,'syntax_highlighting','true'),(55336,4192,'comment_shortcuts','false'),(55337,4192,'admin_color','fresh'),(55338,4192,'use_ssl','0'),(55339,4192,'show_admin_bar_front','true'),(55340,4192,'locale',''),(55341,4192,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55342,4192,'wp_user_level','0'),(55343,4192,'default_password_nag','1'),(55344,4193,'nickname','joshua_daniel10111982'),(55345,4193,'first_name',''),(55346,4193,'last_name',''),(55347,4193,'description',''),(55348,4193,'rich_editing','true'),(55349,4193,'syntax_highlighting','true'),(55350,4193,'comment_shortcuts','false'),(55351,4193,'admin_color','fresh'),(55352,4193,'use_ssl','0'),(55353,4193,'show_admin_bar_front','true'),(55354,4193,'locale',''),(55355,4193,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55356,4193,'wp_user_level','0'),(55357,4193,'default_password_nag','1'),(55358,4194,'nickname','jl.demenet1960'),(55359,4194,'first_name',''),(55360,4194,'last_name',''),(55361,4194,'description',''),(55362,4194,'rich_editing','true'),(55363,4194,'syntax_highlighting','true'),(55364,4194,'comment_shortcuts','false'),(55365,4194,'admin_color','fresh'),(55366,4194,'use_ssl','0'),(55367,4194,'show_admin_bar_front','true'),(55368,4194,'locale',''),(55369,4194,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55370,4194,'wp_user_level','0'),(55371,4194,'default_password_nag','1'),(55372,4195,'nickname','fred.singleton2002'),(55373,4195,'first_name',''),(55374,4195,'last_name',''),(55375,4195,'description',''),(55376,4195,'rich_editing','true'),(55377,4195,'syntax_highlighting','true'),(55378,4195,'comment_shortcuts','false'),(55379,4195,'admin_color','fresh'),(55380,4195,'use_ssl','0'),(55381,4195,'show_admin_bar_front','true'),(55382,4195,'locale',''),(55383,4195,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55384,4195,'wp_user_level','0'),(55385,4195,'default_password_nag','1'),(55386,4196,'nickname','jesse_drum1984'),(55387,4196,'first_name',''),(55388,4196,'last_name',''),(55389,4196,'description',''),(55390,4196,'rich_editing','true'),(55391,4196,'syntax_highlighting','true'),(55392,4196,'comment_shortcuts','false'),(55393,4196,'admin_color','fresh'),(55394,4196,'use_ssl','0'),(55395,4196,'show_admin_bar_front','true'),(55396,4196,'locale',''),(55397,4196,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55398,4196,'wp_user_level','0'),(55399,4196,'default_password_nag','1'),(55400,4197,'nickname','sheeniaj1999'),(55401,4197,'first_name',''),(55402,4197,'last_name',''),(55403,4197,'description',''),(55404,4197,'rich_editing','true'),(55405,4197,'syntax_highlighting','true'),(55406,4197,'comment_shortcuts','false'),(55407,4197,'admin_color','fresh'),(55408,4197,'use_ssl','0'),(55409,4197,'show_admin_bar_front','true'),(55410,4197,'locale',''),(55411,4197,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55412,4197,'wp_user_level','0'),(55413,4197,'default_password_nag','1'),(55414,4198,'nickname','nipomodeb1956'),(55415,4198,'first_name',''),(55416,4198,'last_name',''),(55417,4198,'description',''),(55418,4198,'rich_editing','true'),(55419,4198,'syntax_highlighting','true'),(55420,4198,'comment_shortcuts','false'),(55421,4198,'admin_color','fresh'),(55422,4198,'use_ssl','0'),(55423,4198,'show_admin_bar_front','true'),(55424,4198,'locale',''),(55425,4198,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55426,4198,'wp_user_level','0'),(55427,4198,'default_password_nag','1'),(55428,4199,'nickname','david1996'),(55429,4199,'first_name',''),(55430,4199,'last_name',''),(55431,4199,'description',''),(55432,4199,'rich_editing','true'),(55433,4199,'syntax_highlighting','true'),(55434,4199,'comment_shortcuts','false'),(55435,4199,'admin_color','fresh'),(55436,4199,'use_ssl','0'),(55437,4199,'show_admin_bar_front','true'),(55438,4199,'locale',''),(55439,4199,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55440,4199,'wp_user_level','0'),(55441,4199,'default_password_nag','1'),(55442,4200,'nickname','jimfwfs1983'),(55443,4200,'first_name',''),(55444,4200,'last_name',''),(55445,4200,'description',''),(55446,4200,'rich_editing','true'),(55447,4200,'syntax_highlighting','true'),(55448,4200,'comment_shortcuts','false'),(55449,4200,'admin_color','fresh'),(55450,4200,'use_ssl','0'),(55451,4200,'show_admin_bar_front','true'),(55452,4200,'locale',''),(55453,4200,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55454,4200,'wp_user_level','0'),(55455,4200,'default_password_nag','1'),(55456,4201,'nickname','billing1979'),(55457,4201,'first_name',''),(55458,4201,'last_name',''),(55459,4201,'description',''),(55460,4201,'rich_editing','true'),(55461,4201,'syntax_highlighting','true'),(55462,4201,'comment_shortcuts','false'),(55463,4201,'admin_color','fresh'),(55464,4201,'use_ssl','0'),(55465,4201,'show_admin_bar_front','true'),(55466,4201,'locale',''),(55467,4201,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55468,4201,'wp_user_level','0'),(55469,4201,'default_password_nag','1'),(55470,4202,'nickname','katie1959'),(55471,4202,'first_name',''),(55472,4202,'last_name',''),(55473,4202,'description',''),(55474,4202,'rich_editing','true'),(55475,4202,'syntax_highlighting','true'),(55476,4202,'comment_shortcuts','false'),(55477,4202,'admin_color','fresh'),(55478,4202,'use_ssl','0'),(55479,4202,'show_admin_bar_front','true'),(55480,4202,'locale',''),(55481,4202,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55482,4202,'wp_user_level','0'),(55483,4202,'default_password_nag','1'),(55484,4203,'nickname','cstolz1985'),(55485,4203,'first_name',''),(55486,4203,'last_name',''),(55487,4203,'description',''),(55488,4203,'rich_editing','true'),(55489,4203,'syntax_highlighting','true'),(55490,4203,'comment_shortcuts','false'),(55491,4203,'admin_color','fresh'),(55492,4203,'use_ssl','0'),(55493,4203,'show_admin_bar_front','true'),(55494,4203,'locale',''),(55495,4203,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55496,4203,'wp_user_level','0'),(55497,4203,'default_password_nag','1'),(55498,4204,'nickname','david.baldwin422010'),(55499,4204,'first_name',''),(55500,4204,'last_name',''),(55501,4204,'description',''),(55502,4204,'rich_editing','true'),(55503,4204,'syntax_highlighting','true'),(55504,4204,'comment_shortcuts','false'),(55505,4204,'admin_color','fresh'),(55506,4204,'use_ssl','0'),(55507,4204,'show_admin_bar_front','true'),(55508,4204,'locale',''),(55509,4204,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55510,4204,'wp_user_level','0'),(55511,4204,'default_password_nag','1'),(55512,4205,'nickname','gferg11241963'),(55513,4205,'first_name',''),(55514,4205,'last_name',''),(55515,4205,'description',''),(55516,4205,'rich_editing','true'),(55517,4205,'syntax_highlighting','true'),(55518,4205,'comment_shortcuts','false'),(55519,4205,'admin_color','fresh'),(55520,4205,'use_ssl','0'),(55521,4205,'show_admin_bar_front','true'),(55522,4205,'locale',''),(55523,4205,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55524,4205,'wp_user_level','0'),(55525,4205,'default_password_nag','1'),(55526,4206,'nickname','vibeke372000'),(55527,4206,'first_name',''),(55528,4206,'last_name',''),(55529,4206,'description',''),(55530,4206,'rich_editing','true'),(55531,4206,'syntax_highlighting','true'),(55532,4206,'comment_shortcuts','false'),(55533,4206,'admin_color','fresh'),(55534,4206,'use_ssl','0'),(55535,4206,'show_admin_bar_front','true'),(55536,4206,'locale',''),(55537,4206,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55538,4206,'wp_user_level','0'),(55539,4206,'default_password_nag','1'),(55540,4207,'nickname','lauralucey1970'),(55541,4207,'first_name',''),(55542,4207,'last_name',''),(55543,4207,'description',''),(55544,4207,'rich_editing','true'),(55545,4207,'syntax_highlighting','true'),(55546,4207,'comment_shortcuts','false'),(55547,4207,'admin_color','fresh'),(55548,4207,'use_ssl','0'),(55549,4207,'show_admin_bar_front','true'),(55550,4207,'locale',''),(55551,4207,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55552,4207,'wp_user_level','0'),(55553,4207,'default_password_nag','1'),(55554,4208,'nickname','russ1973'),(55555,4208,'first_name',''),(55556,4208,'last_name',''),(55557,4208,'description',''),(55558,4208,'rich_editing','true'),(55559,4208,'syntax_highlighting','true'),(55560,4208,'comment_shortcuts','false'),(55561,4208,'admin_color','fresh'),(55562,4208,'use_ssl','0'),(55563,4208,'show_admin_bar_front','true'),(55564,4208,'locale',''),(55565,4208,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55566,4208,'wp_user_level','0'),(55567,4208,'default_password_nag','1'),(55568,4209,'nickname','sazr991969'),(55569,4209,'first_name',''),(55570,4209,'last_name',''),(55571,4209,'description',''),(55572,4209,'rich_editing','true'),(55573,4209,'syntax_highlighting','true'),(55574,4209,'comment_shortcuts','false'),(55575,4209,'admin_color','fresh'),(55576,4209,'use_ssl','0'),(55577,4209,'show_admin_bar_front','true'),(55578,4209,'locale',''),(55579,4209,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55580,4209,'wp_user_level','0'),(55581,4209,'default_password_nag','1'),(55582,4210,'nickname','kpdgrl961986'),(55583,4210,'first_name',''),(55584,4210,'last_name',''),(55585,4210,'description',''),(55586,4210,'rich_editing','true'),(55587,4210,'syntax_highlighting','true'),(55588,4210,'comment_shortcuts','false'),(55589,4210,'admin_color','fresh'),(55590,4210,'use_ssl','0'),(55591,4210,'show_admin_bar_front','true'),(55592,4210,'locale',''),(55593,4210,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55594,4210,'wp_user_level','0'),(55595,4210,'default_password_nag','1'),(55596,4211,'nickname','elainehanne1976'),(55597,4211,'first_name',''),(55598,4211,'last_name',''),(55599,4211,'description',''),(55600,4211,'rich_editing','true'),(55601,4211,'syntax_highlighting','true'),(55602,4211,'comment_shortcuts','false'),(55603,4211,'admin_color','fresh'),(55604,4211,'use_ssl','0'),(55605,4211,'show_admin_bar_front','true'),(55606,4211,'locale',''),(55607,4211,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55608,4211,'wp_user_level','0'),(55609,4211,'default_password_nag','1'),(55610,4212,'nickname','larhonda91992'),(55611,4212,'first_name',''),(55612,4212,'last_name',''),(55613,4212,'description',''),(55614,4212,'rich_editing','true'),(55615,4212,'syntax_highlighting','true'),(55616,4212,'comment_shortcuts','false'),(55617,4212,'admin_color','fresh'),(55618,4212,'use_ssl','0'),(55619,4212,'show_admin_bar_front','true'),(55620,4212,'locale',''),(55621,4212,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55622,4212,'wp_user_level','0'),(55623,4212,'default_password_nag','1'),(55624,4213,'nickname','paigeannryan1978'),(55625,4213,'first_name',''),(55626,4213,'last_name',''),(55627,4213,'description',''),(55628,4213,'rich_editing','true'),(55629,4213,'syntax_highlighting','true'),(55630,4213,'comment_shortcuts','false'),(55631,4213,'admin_color','fresh'),(55632,4213,'use_ssl','0'),(55633,4213,'show_admin_bar_front','true'),(55634,4213,'locale',''),(55635,4213,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55636,4213,'wp_user_level','0'),(55637,4213,'default_password_nag','1'),(55638,4214,'nickname','goldnfree1996'),(55639,4214,'first_name',''),(55640,4214,'last_name',''),(55641,4214,'description',''),(55642,4214,'rich_editing','true'),(55643,4214,'syntax_highlighting','true'),(55644,4214,'comment_shortcuts','false'),(55645,4214,'admin_color','fresh'),(55646,4214,'use_ssl','0'),(55647,4214,'show_admin_bar_front','true'),(55648,4214,'locale',''),(55649,4214,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55650,4214,'wp_user_level','0'),(55651,4214,'default_password_nag','1'),(55652,4215,'nickname','grossman_brad11981'),(55653,4215,'first_name',''),(55654,4215,'last_name',''),(55655,4215,'description',''),(55656,4215,'rich_editing','true'),(55657,4215,'syntax_highlighting','true'),(55658,4215,'comment_shortcuts','false'),(55659,4215,'admin_color','fresh'),(55660,4215,'use_ssl','0'),(55661,4215,'show_admin_bar_front','true'),(55662,4215,'locale',''),(55663,4215,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55664,4215,'wp_user_level','0'),(55665,4215,'default_password_nag','1'),(55666,4216,'nickname','joljol1954'),(55667,4216,'first_name',''),(55668,4216,'last_name',''),(55669,4216,'description',''),(55670,4216,'rich_editing','true'),(55671,4216,'syntax_highlighting','true'),(55672,4216,'comment_shortcuts','false'),(55673,4216,'admin_color','fresh'),(55674,4216,'use_ssl','0'),(55675,4216,'show_admin_bar_front','true'),(55676,4216,'locale',''),(55677,4216,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55678,4216,'wp_user_level','0'),(55679,4216,'default_password_nag','1'),(55680,4217,'nickname','automaten-heil2002'),(55681,4217,'first_name',''),(55682,4217,'last_name',''),(55683,4217,'description',''),(55684,4217,'rich_editing','true'),(55685,4217,'syntax_highlighting','true'),(55686,4217,'comment_shortcuts','false'),(55687,4217,'admin_color','fresh'),(55688,4217,'use_ssl','0'),(55689,4217,'show_admin_bar_front','true'),(55690,4217,'locale',''),(55691,4217,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55692,4217,'wp_user_level','0'),(55693,4217,'default_password_nag','1'),(55694,4218,'nickname','ric.davis1973'),(55695,4218,'first_name',''),(55696,4218,'last_name',''),(55697,4218,'description',''),(55698,4218,'rich_editing','true'),(55699,4218,'syntax_highlighting','true'),(55700,4218,'comment_shortcuts','false'),(55701,4218,'admin_color','fresh'),(55702,4218,'use_ssl','0'),(55703,4218,'show_admin_bar_front','true'),(55704,4218,'locale',''),(55705,4218,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55706,4218,'wp_user_level','0'),(55707,4218,'default_password_nag','1'),(55708,4219,'nickname','couzin_nick1974'),(55709,4219,'first_name',''),(55710,4219,'last_name',''),(55711,4219,'description',''),(55712,4219,'rich_editing','true'),(55713,4219,'syntax_highlighting','true'),(55714,4219,'comment_shortcuts','false'),(55715,4219,'admin_color','fresh'),(55716,4219,'use_ssl','0'),(55717,4219,'show_admin_bar_front','true'),(55718,4219,'locale',''),(55719,4219,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55720,4219,'wp_user_level','0'),(55721,4219,'default_password_nag','1'),(55722,4220,'nickname','rmgbres2000'),(55723,4220,'first_name',''),(55724,4220,'last_name',''),(55725,4220,'description',''),(55726,4220,'rich_editing','true'),(55727,4220,'syntax_highlighting','true'),(55728,4220,'comment_shortcuts','false'),(55729,4220,'admin_color','fresh'),(55730,4220,'use_ssl','0'),(55731,4220,'show_admin_bar_front','true'),(55732,4220,'locale',''),(55733,4220,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55734,4220,'wp_user_level','0'),(55735,4220,'default_password_nag','1'),(55736,4221,'nickname','starchildlucas1956'),(55737,4221,'first_name',''),(55738,4221,'last_name',''),(55739,4221,'description',''),(55740,4221,'rich_editing','true'),(55741,4221,'syntax_highlighting','true'),(55742,4221,'comment_shortcuts','false'),(55743,4221,'admin_color','fresh'),(55744,4221,'use_ssl','0'),(55745,4221,'show_admin_bar_front','true'),(55746,4221,'locale',''),(55747,4221,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55748,4221,'wp_user_level','0'),(55749,4221,'default_password_nag','1'),(55750,4222,'nickname','timothy.curtin2001'),(55751,4222,'first_name',''),(55752,4222,'last_name',''),(55753,4222,'description',''),(55754,4222,'rich_editing','true'),(55755,4222,'syntax_highlighting','true'),(55756,4222,'comment_shortcuts','false'),(55757,4222,'admin_color','fresh'),(55758,4222,'use_ssl','0'),(55759,4222,'show_admin_bar_front','true'),(55760,4222,'locale',''),(55761,4222,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55762,4222,'wp_user_level','0'),(55763,4222,'default_password_nag','1'),(55764,4223,'nickname','alhuenink1953'),(55765,4223,'first_name',''),(55766,4223,'last_name',''),(55767,4223,'description',''),(55768,4223,'rich_editing','true'),(55769,4223,'syntax_highlighting','true'),(55770,4223,'comment_shortcuts','false'),(55771,4223,'admin_color','fresh'),(55772,4223,'use_ssl','0'),(55773,4223,'show_admin_bar_front','true'),(55774,4223,'locale',''),(55775,4223,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55776,4223,'wp_user_level','0'),(55777,4223,'default_password_nag','1'),(55778,4224,'nickname','bdardeneaux1975'),(55779,4224,'first_name',''),(55780,4224,'last_name',''),(55781,4224,'description',''),(55782,4224,'rich_editing','true'),(55783,4224,'syntax_highlighting','true'),(55784,4224,'comment_shortcuts','false'),(55785,4224,'admin_color','fresh'),(55786,4224,'use_ssl','0'),(55787,4224,'show_admin_bar_front','true'),(55788,4224,'locale',''),(55789,4224,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55790,4224,'wp_user_level','0'),(55791,4224,'default_password_nag','1'),(55792,4225,'nickname','haru91981'),(55793,4225,'first_name',''),(55794,4225,'last_name',''),(55795,4225,'description',''),(55796,4225,'rich_editing','true'),(55797,4225,'syntax_highlighting','true'),(55798,4225,'comment_shortcuts','false'),(55799,4225,'admin_color','fresh'),(55800,4225,'use_ssl','0'),(55801,4225,'show_admin_bar_front','true'),(55802,4225,'locale',''),(55803,4225,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55804,4225,'wp_user_level','0'),(55805,4225,'default_password_nag','1'),(55806,4226,'nickname','colknight1972'),(55807,4226,'first_name',''),(55808,4226,'last_name',''),(55809,4226,'description',''),(55810,4226,'rich_editing','true'),(55811,4226,'syntax_highlighting','true'),(55812,4226,'comment_shortcuts','false'),(55813,4226,'admin_color','fresh'),(55814,4226,'use_ssl','0'),(55815,4226,'show_admin_bar_front','true'),(55816,4226,'locale',''),(55817,4226,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55818,4226,'wp_user_level','0'),(55819,4226,'default_password_nag','1'),(55820,4227,'nickname','rcolvin1977'),(55821,4227,'first_name',''),(55822,4227,'last_name',''),(55823,4227,'description',''),(55824,4227,'rich_editing','true'),(55825,4227,'syntax_highlighting','true'),(55826,4227,'comment_shortcuts','false'),(55827,4227,'admin_color','fresh'),(55828,4227,'use_ssl','0'),(55829,4227,'show_admin_bar_front','true'),(55830,4227,'locale',''),(55831,4227,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55832,4227,'wp_user_level','0'),(55833,4227,'default_password_nag','1'),(55834,4228,'nickname','dannyde791957'),(55835,4228,'first_name',''),(55836,4228,'last_name',''),(55837,4228,'description',''),(55838,4228,'rich_editing','true'),(55839,4228,'syntax_highlighting','true'),(55840,4228,'comment_shortcuts','false'),(55841,4228,'admin_color','fresh'),(55842,4228,'use_ssl','0'),(55843,4228,'show_admin_bar_front','true'),(55844,4228,'locale',''),(55845,4228,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55846,4228,'wp_user_level','0'),(55847,4228,'default_password_nag','1'),(55848,4229,'nickname','eliaskidd2009'),(55849,4229,'first_name',''),(55850,4229,'last_name',''),(55851,4229,'description',''),(55852,4229,'rich_editing','true'),(55853,4229,'syntax_highlighting','true'),(55854,4229,'comment_shortcuts','false'),(55855,4229,'admin_color','fresh'),(55856,4229,'use_ssl','0'),(55857,4229,'show_admin_bar_front','true'),(55858,4229,'locale',''),(55859,4229,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55860,4229,'wp_user_level','0'),(55861,4229,'default_password_nag','1'),(55862,4230,'nickname','hawkmom1993'),(55863,4230,'first_name',''),(55864,4230,'last_name',''),(55865,4230,'description',''),(55866,4230,'rich_editing','true'),(55867,4230,'syntax_highlighting','true'),(55868,4230,'comment_shortcuts','false'),(55869,4230,'admin_color','fresh'),(55870,4230,'use_ssl','0'),(55871,4230,'show_admin_bar_front','true'),(55872,4230,'locale',''),(55873,4230,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55874,4230,'wp_user_level','0'),(55875,4230,'default_password_nag','1'),(55876,4231,'nickname','midiam_18_20011966'),(55877,4231,'first_name',''),(55878,4231,'last_name',''),(55879,4231,'description',''),(55880,4231,'rich_editing','true'),(55881,4231,'syntax_highlighting','true'),(55882,4231,'comment_shortcuts','false'),(55883,4231,'admin_color','fresh'),(55884,4231,'use_ssl','0'),(55885,4231,'show_admin_bar_front','true'),(55886,4231,'locale',''),(55887,4231,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55888,4231,'wp_user_level','0'),(55889,4231,'default_password_nag','1'),(55890,4232,'nickname','danie2008'),(55891,4232,'first_name',''),(55892,4232,'last_name',''),(55893,4232,'description',''),(55894,4232,'rich_editing','true'),(55895,4232,'syntax_highlighting','true'),(55896,4232,'comment_shortcuts','false'),(55897,4232,'admin_color','fresh'),(55898,4232,'use_ssl','0'),(55899,4232,'show_admin_bar_front','true'),(55900,4232,'locale',''),(55901,4232,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55902,4232,'wp_user_level','0'),(55903,4232,'default_password_nag','1'),(55904,4233,'nickname','samuel1983'),(55905,4233,'first_name',''),(55906,4233,'last_name',''),(55907,4233,'description',''),(55908,4233,'rich_editing','true'),(55909,4233,'syntax_highlighting','true'),(55910,4233,'comment_shortcuts','false'),(55911,4233,'admin_color','fresh'),(55912,4233,'use_ssl','0'),(55913,4233,'show_admin_bar_front','true'),(55914,4233,'locale',''),(55915,4233,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55916,4233,'wp_user_level','0'),(55917,4233,'default_password_nag','1'),(55918,4234,'nickname','goodmoms2005'),(55919,4234,'first_name',''),(55920,4234,'last_name',''),(55921,4234,'description',''),(55922,4234,'rich_editing','true'),(55923,4234,'syntax_highlighting','true'),(55924,4234,'comment_shortcuts','false'),(55925,4234,'admin_color','fresh'),(55926,4234,'use_ssl','0'),(55927,4234,'show_admin_bar_front','true'),(55928,4234,'locale',''),(55929,4234,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55930,4234,'wp_user_level','0'),(55931,4234,'default_password_nag','1'),(55932,4235,'nickname','godivas851999'),(55933,4235,'first_name',''),(55934,4235,'last_name',''),(55935,4235,'description',''),(55936,4235,'rich_editing','true'),(55937,4235,'syntax_highlighting','true'),(55938,4235,'comment_shortcuts','false'),(55939,4235,'admin_color','fresh'),(55940,4235,'use_ssl','0'),(55941,4235,'show_admin_bar_front','true'),(55942,4235,'locale',''),(55943,4235,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55944,4235,'wp_user_level','0'),(55945,4235,'default_password_nag','1'),(55946,4236,'nickname','smccluskey1991'),(55947,4236,'first_name',''),(55948,4236,'last_name',''),(55949,4236,'description',''),(55950,4236,'rich_editing','true'),(55951,4236,'syntax_highlighting','true'),(55952,4236,'comment_shortcuts','false'),(55953,4236,'admin_color','fresh'),(55954,4236,'use_ssl','0'),(55955,4236,'show_admin_bar_front','true'),(55956,4236,'locale',''),(55957,4236,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55958,4236,'wp_user_level','0'),(55959,4236,'default_password_nag','1'),(55960,4237,'nickname','ibcps011998'),(55961,4237,'first_name',''),(55962,4237,'last_name',''),(55963,4237,'description',''),(55964,4237,'rich_editing','true'),(55965,4237,'syntax_highlighting','true'),(55966,4237,'comment_shortcuts','false'),(55967,4237,'admin_color','fresh'),(55968,4237,'use_ssl','0'),(55969,4237,'show_admin_bar_front','true'),(55970,4237,'locale',''),(55971,4237,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55972,4237,'wp_user_level','0'),(55973,4237,'default_password_nag','1'),(55974,4238,'nickname','sethross19811984'),(55975,4238,'first_name',''),(55976,4238,'last_name',''),(55977,4238,'description',''),(55978,4238,'rich_editing','true'),(55979,4238,'syntax_highlighting','true'),(55980,4238,'comment_shortcuts','false'),(55981,4238,'admin_color','fresh'),(55982,4238,'use_ssl','0'),(55983,4238,'show_admin_bar_front','true'),(55984,4238,'locale',''),(55985,4238,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(55986,4238,'wp_user_level','0'),(55987,4238,'default_password_nag','1'),(55988,4239,'nickname','sarita2006'),(55989,4239,'first_name',''),(55990,4239,'last_name',''),(55991,4239,'description',''),(55992,4239,'rich_editing','true'),(55993,4239,'syntax_highlighting','true'),(55994,4239,'comment_shortcuts','false'),(55995,4239,'admin_color','fresh'),(55996,4239,'use_ssl','0'),(55997,4239,'show_admin_bar_front','true'),(55998,4239,'locale',''),(55999,4239,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56000,4239,'wp_user_level','0'),(56001,4239,'default_password_nag','1'),(56002,4240,'nickname','chuckdgriffin1962'),(56003,4240,'first_name',''),(56004,4240,'last_name',''),(56005,4240,'description',''),(56006,4240,'rich_editing','true'),(56007,4240,'syntax_highlighting','true'),(56008,4240,'comment_shortcuts','false'),(56009,4240,'admin_color','fresh'),(56010,4240,'use_ssl','0'),(56011,4240,'show_admin_bar_front','true'),(56012,4240,'locale',''),(56013,4240,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56014,4240,'wp_user_level','0'),(56015,4240,'default_password_nag','1'),(56016,4241,'nickname','joshvroegop1967'),(56017,4241,'first_name',''),(56018,4241,'last_name',''),(56019,4241,'description',''),(56020,4241,'rich_editing','true'),(56021,4241,'syntax_highlighting','true'),(56022,4241,'comment_shortcuts','false'),(56023,4241,'admin_color','fresh'),(56024,4241,'use_ssl','0'),(56025,4241,'show_admin_bar_front','true'),(56026,4241,'locale',''),(56027,4241,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56028,4241,'wp_user_level','0'),(56029,4241,'default_password_nag','1'),(56030,4242,'nickname','catering1976'),(56031,4242,'first_name',''),(56032,4242,'last_name',''),(56033,4242,'description',''),(56034,4242,'rich_editing','true'),(56035,4242,'syntax_highlighting','true'),(56036,4242,'comment_shortcuts','false'),(56037,4242,'admin_color','fresh'),(56038,4242,'use_ssl','0'),(56039,4242,'show_admin_bar_front','true'),(56040,4242,'locale',''),(56041,4242,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56042,4242,'wp_user_level','0'),(56043,4242,'default_password_nag','1'),(56044,4243,'nickname','jerry1990'),(56045,4243,'first_name',''),(56046,4243,'last_name',''),(56047,4243,'description',''),(56048,4243,'rich_editing','true'),(56049,4243,'syntax_highlighting','true'),(56050,4243,'comment_shortcuts','false'),(56051,4243,'admin_color','fresh'),(56052,4243,'use_ssl','0'),(56053,4243,'show_admin_bar_front','true'),(56054,4243,'locale',''),(56055,4243,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56056,4243,'wp_user_level','0'),(56057,4243,'default_password_nag','1'),(56058,4244,'nickname','captdavey221975'),(56059,4244,'first_name',''),(56060,4244,'last_name',''),(56061,4244,'description',''),(56062,4244,'rich_editing','true'),(56063,4244,'syntax_highlighting','true'),(56064,4244,'comment_shortcuts','false'),(56065,4244,'admin_color','fresh'),(56066,4244,'use_ssl','0'),(56067,4244,'show_admin_bar_front','true'),(56068,4244,'locale',''),(56069,4244,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56070,4244,'wp_user_level','0'),(56071,4244,'default_password_nag','1'),(56072,4245,'nickname','iamiwill20171957'),(56073,4245,'first_name',''),(56074,4245,'last_name',''),(56075,4245,'description',''),(56076,4245,'rich_editing','true'),(56077,4245,'syntax_highlighting','true'),(56078,4245,'comment_shortcuts','false'),(56079,4245,'admin_color','fresh'),(56080,4245,'use_ssl','0'),(56081,4245,'show_admin_bar_front','true'),(56082,4245,'locale',''),(56083,4245,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56084,4245,'wp_user_level','0'),(56085,4245,'default_password_nag','1'),(56086,4246,'nickname','ningliu2002'),(56087,4246,'first_name',''),(56088,4246,'last_name',''),(56089,4246,'description',''),(56090,4246,'rich_editing','true'),(56091,4246,'syntax_highlighting','true'),(56092,4246,'comment_shortcuts','false'),(56093,4246,'admin_color','fresh'),(56094,4246,'use_ssl','0'),(56095,4246,'show_admin_bar_front','true'),(56096,4246,'locale',''),(56097,4246,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56098,4246,'wp_user_level','0'),(56099,4246,'default_password_nag','1'),(56100,4247,'nickname','mymsantos1994'),(56101,4247,'first_name',''),(56102,4247,'last_name',''),(56103,4247,'description',''),(56104,4247,'rich_editing','true'),(56105,4247,'syntax_highlighting','true'),(56106,4247,'comment_shortcuts','false'),(56107,4247,'admin_color','fresh'),(56108,4247,'use_ssl','0'),(56109,4247,'show_admin_bar_front','true'),(56110,4247,'locale',''),(56111,4247,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56112,4247,'wp_user_level','0'),(56113,4247,'default_password_nag','1'),(56114,4248,'nickname','gkarl1977'),(56115,4248,'first_name',''),(56116,4248,'last_name',''),(56117,4248,'description',''),(56118,4248,'rich_editing','true'),(56119,4248,'syntax_highlighting','true'),(56120,4248,'comment_shortcuts','false'),(56121,4248,'admin_color','fresh'),(56122,4248,'use_ssl','0'),(56123,4248,'show_admin_bar_front','true'),(56124,4248,'locale',''),(56125,4248,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56126,4248,'wp_user_level','0'),(56127,4248,'default_password_nag','1'),(56128,4249,'nickname','kllyslk1993'),(56129,4249,'first_name',''),(56130,4249,'last_name',''),(56131,4249,'description',''),(56132,4249,'rich_editing','true'),(56133,4249,'syntax_highlighting','true'),(56134,4249,'comment_shortcuts','false'),(56135,4249,'admin_color','fresh'),(56136,4249,'use_ssl','0'),(56137,4249,'show_admin_bar_front','true'),(56138,4249,'locale',''),(56139,4249,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56140,4249,'wp_user_level','0'),(56141,4249,'default_password_nag','1'),(56142,4250,'nickname','matt91762009'),(56143,4250,'first_name',''),(56144,4250,'last_name',''),(56145,4250,'description',''),(56146,4250,'rich_editing','true'),(56147,4250,'syntax_highlighting','true'),(56148,4250,'comment_shortcuts','false'),(56149,4250,'admin_color','fresh'),(56150,4250,'use_ssl','0'),(56151,4250,'show_admin_bar_front','true'),(56152,4250,'locale',''),(56153,4250,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56154,4250,'wp_user_level','0'),(56155,4250,'default_password_nag','1'),(56156,4251,'nickname','cindy.hollenstein2003'),(56157,4251,'first_name',''),(56158,4251,'last_name',''),(56159,4251,'description',''),(56160,4251,'rich_editing','true'),(56161,4251,'syntax_highlighting','true'),(56162,4251,'comment_shortcuts','false'),(56163,4251,'admin_color','fresh'),(56164,4251,'use_ssl','0'),(56165,4251,'show_admin_bar_front','true'),(56166,4251,'locale',''),(56167,4251,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56168,4251,'wp_user_level','0'),(56169,4251,'default_password_nag','1'),(56170,4252,'nickname','mrheith1951'),(56171,4252,'first_name',''),(56172,4252,'last_name',''),(56173,4252,'description',''),(56174,4252,'rich_editing','true'),(56175,4252,'syntax_highlighting','true'),(56176,4252,'comment_shortcuts','false'),(56177,4252,'admin_color','fresh'),(56178,4252,'use_ssl','0'),(56179,4252,'show_admin_bar_front','true'),(56180,4252,'locale',''),(56181,4252,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56182,4252,'wp_user_level','0'),(56183,4252,'default_password_nag','1'),(56184,4253,'nickname','munjason1980'),(56185,4253,'first_name',''),(56186,4253,'last_name',''),(56187,4253,'description',''),(56188,4253,'rich_editing','true'),(56189,4253,'syntax_highlighting','true'),(56190,4253,'comment_shortcuts','false'),(56191,4253,'admin_color','fresh'),(56192,4253,'use_ssl','0'),(56193,4253,'show_admin_bar_front','true'),(56194,4253,'locale',''),(56195,4253,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56196,4253,'wp_user_level','0'),(56197,4253,'default_password_nag','1'),(56198,4254,'nickname','necee101996'),(56199,4254,'first_name',''),(56200,4254,'last_name',''),(56201,4254,'description',''),(56202,4254,'rich_editing','true'),(56203,4254,'syntax_highlighting','true'),(56204,4254,'comment_shortcuts','false'),(56205,4254,'admin_color','fresh'),(56206,4254,'use_ssl','0'),(56207,4254,'show_admin_bar_front','true'),(56208,4254,'locale',''),(56209,4254,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56210,4254,'wp_user_level','0'),(56211,4254,'default_password_nag','1'),(56212,4255,'nickname','stollie731955'),(56213,4255,'first_name',''),(56214,4255,'last_name',''),(56215,4255,'description',''),(56216,4255,'rich_editing','true'),(56217,4255,'syntax_highlighting','true'),(56218,4255,'comment_shortcuts','false'),(56219,4255,'admin_color','fresh'),(56220,4255,'use_ssl','0'),(56221,4255,'show_admin_bar_front','true'),(56222,4255,'locale',''),(56223,4255,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56224,4255,'wp_user_level','0'),(56225,4255,'default_password_nag','1'),(56226,4256,'nickname','rmendoza1952'),(56227,4256,'first_name',''),(56228,4256,'last_name',''),(56229,4256,'description',''),(56230,4256,'rich_editing','true'),(56231,4256,'syntax_highlighting','true'),(56232,4256,'comment_shortcuts','false'),(56233,4256,'admin_color','fresh'),(56234,4256,'use_ssl','0'),(56235,4256,'show_admin_bar_front','true'),(56236,4256,'locale',''),(56237,4256,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56238,4256,'wp_user_level','0'),(56239,4256,'default_password_nag','1'),(56240,4257,'nickname','yvonnestoltz781962'),(56241,4257,'first_name',''),(56242,4257,'last_name',''),(56243,4257,'description',''),(56244,4257,'rich_editing','true'),(56245,4257,'syntax_highlighting','true'),(56246,4257,'comment_shortcuts','false'),(56247,4257,'admin_color','fresh'),(56248,4257,'use_ssl','0'),(56249,4257,'show_admin_bar_front','true'),(56250,4257,'locale',''),(56251,4257,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56252,4257,'wp_user_level','0'),(56253,4257,'default_password_nag','1'),(56254,4258,'nickname','kippjon1950'),(56255,4258,'first_name',''),(56256,4258,'last_name',''),(56257,4258,'description',''),(56258,4258,'rich_editing','true'),(56259,4258,'syntax_highlighting','true'),(56260,4258,'comment_shortcuts','false'),(56261,4258,'admin_color','fresh'),(56262,4258,'use_ssl','0'),(56263,4258,'show_admin_bar_front','true'),(56264,4258,'locale',''),(56265,4258,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56266,4258,'wp_user_level','0'),(56267,4258,'default_password_nag','1'),(56268,4259,'nickname','clint_1_2_31982'),(56269,4259,'first_name',''),(56270,4259,'last_name',''),(56271,4259,'description',''),(56272,4259,'rich_editing','true'),(56273,4259,'syntax_highlighting','true'),(56274,4259,'comment_shortcuts','false'),(56275,4259,'admin_color','fresh'),(56276,4259,'use_ssl','0'),(56277,4259,'show_admin_bar_front','true'),(56278,4259,'locale',''),(56279,4259,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56280,4259,'wp_user_level','0'),(56281,4259,'default_password_nag','1'),(56282,4260,'nickname','wallacefamily20112008'),(56283,4260,'first_name',''),(56284,4260,'last_name',''),(56285,4260,'description',''),(56286,4260,'rich_editing','true'),(56287,4260,'syntax_highlighting','true'),(56288,4260,'comment_shortcuts','false'),(56289,4260,'admin_color','fresh'),(56290,4260,'use_ssl','0'),(56291,4260,'show_admin_bar_front','true'),(56292,4260,'locale',''),(56293,4260,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56294,4260,'wp_user_level','0'),(56295,4260,'default_password_nag','1'),(56296,4261,'nickname','mpinedojr1958'),(56297,4261,'first_name',''),(56298,4261,'last_name',''),(56299,4261,'description',''),(56300,4261,'rich_editing','true'),(56301,4261,'syntax_highlighting','true'),(56302,4261,'comment_shortcuts','false'),(56303,4261,'admin_color','fresh'),(56304,4261,'use_ssl','0'),(56305,4261,'show_admin_bar_front','true'),(56306,4261,'locale',''),(56307,4261,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56308,4261,'wp_user_level','0'),(56309,4261,'default_password_nag','1'),(56310,4262,'nickname','snaglich1976'),(56311,4262,'first_name',''),(56312,4262,'last_name',''),(56313,4262,'description',''),(56314,4262,'rich_editing','true'),(56315,4262,'syntax_highlighting','true'),(56316,4262,'comment_shortcuts','false'),(56317,4262,'admin_color','fresh'),(56318,4262,'use_ssl','0'),(56319,4262,'show_admin_bar_front','true'),(56320,4262,'locale',''),(56321,4262,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56322,4262,'wp_user_level','0'),(56323,4262,'default_password_nag','1'),(56324,4263,'nickname','pds1969'),(56325,4263,'first_name',''),(56326,4263,'last_name',''),(56327,4263,'description',''),(56328,4263,'rich_editing','true'),(56329,4263,'syntax_highlighting','true'),(56330,4263,'comment_shortcuts','false'),(56331,4263,'admin_color','fresh'),(56332,4263,'use_ssl','0'),(56333,4263,'show_admin_bar_front','true'),(56334,4263,'locale',''),(56335,4263,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56336,4263,'wp_user_level','0'),(56337,4263,'default_password_nag','1'),(56338,4264,'nickname','baronwashington1011975'),(56339,4264,'first_name',''),(56340,4264,'last_name',''),(56341,4264,'description',''),(56342,4264,'rich_editing','true'),(56343,4264,'syntax_highlighting','true'),(56344,4264,'comment_shortcuts','false'),(56345,4264,'admin_color','fresh'),(56346,4264,'use_ssl','0'),(56347,4264,'show_admin_bar_front','true'),(56348,4264,'locale',''),(56349,4264,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56350,4264,'wp_user_level','0'),(56351,4264,'default_password_nag','1'),(56352,4265,'nickname','cynthia.le2002'),(56353,4265,'first_name',''),(56354,4265,'last_name',''),(56355,4265,'description',''),(56356,4265,'rich_editing','true'),(56357,4265,'syntax_highlighting','true'),(56358,4265,'comment_shortcuts','false'),(56359,4265,'admin_color','fresh'),(56360,4265,'use_ssl','0'),(56361,4265,'show_admin_bar_front','true'),(56362,4265,'locale',''),(56363,4265,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56364,4265,'wp_user_level','0'),(56365,4265,'default_password_nag','1'),(56366,4266,'nickname','jaynehigh221984'),(56367,4266,'first_name',''),(56368,4266,'last_name',''),(56369,4266,'description',''),(56370,4266,'rich_editing','true'),(56371,4266,'syntax_highlighting','true'),(56372,4266,'comment_shortcuts','false'),(56373,4266,'admin_color','fresh'),(56374,4266,'use_ssl','0'),(56375,4266,'show_admin_bar_front','true'),(56376,4266,'locale',''),(56377,4266,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56378,4266,'wp_user_level','0'),(56379,4266,'default_password_nag','1'),(56380,4267,'nickname','martaberzoza1986'),(56381,4267,'first_name',''),(56382,4267,'last_name',''),(56383,4267,'description',''),(56384,4267,'rich_editing','true'),(56385,4267,'syntax_highlighting','true'),(56386,4267,'comment_shortcuts','false'),(56387,4267,'admin_color','fresh'),(56388,4267,'use_ssl','0'),(56389,4267,'show_admin_bar_front','true'),(56390,4267,'locale',''),(56391,4267,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56392,4267,'wp_user_level','0'),(56393,4267,'default_password_nag','1'),(56394,4268,'nickname','julie.clark201988'),(56395,4268,'first_name',''),(56396,4268,'last_name',''),(56397,4268,'description',''),(56398,4268,'rich_editing','true'),(56399,4268,'syntax_highlighting','true'),(56400,4268,'comment_shortcuts','false'),(56401,4268,'admin_color','fresh'),(56402,4268,'use_ssl','0'),(56403,4268,'show_admin_bar_front','true'),(56404,4268,'locale',''),(56405,4268,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56406,4268,'wp_user_level','0'),(56407,4268,'default_password_nag','1'),(56408,4269,'nickname','daduah1983'),(56409,4269,'first_name',''),(56410,4269,'last_name',''),(56411,4269,'description',''),(56412,4269,'rich_editing','true'),(56413,4269,'syntax_highlighting','true'),(56414,4269,'comment_shortcuts','false'),(56415,4269,'admin_color','fresh'),(56416,4269,'use_ssl','0'),(56417,4269,'show_admin_bar_front','true'),(56418,4269,'locale',''),(56419,4269,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56420,4269,'wp_user_level','0'),(56421,4269,'default_password_nag','1'),(56422,4270,'nickname','dgonzalez62141969'),(56423,4270,'first_name',''),(56424,4270,'last_name',''),(56425,4270,'description',''),(56426,4270,'rich_editing','true'),(56427,4270,'syntax_highlighting','true'),(56428,4270,'comment_shortcuts','false'),(56429,4270,'admin_color','fresh'),(56430,4270,'use_ssl','0'),(56431,4270,'show_admin_bar_front','true'),(56432,4270,'locale',''),(56433,4270,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56434,4270,'wp_user_level','0'),(56435,4270,'default_password_nag','1'),(56436,4271,'nickname','jfrazilus2005'),(56437,4271,'first_name',''),(56438,4271,'last_name',''),(56439,4271,'description',''),(56440,4271,'rich_editing','true'),(56441,4271,'syntax_highlighting','true'),(56442,4271,'comment_shortcuts','false'),(56443,4271,'admin_color','fresh'),(56444,4271,'use_ssl','0'),(56445,4271,'show_admin_bar_front','true'),(56446,4271,'locale',''),(56447,4271,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56448,4271,'wp_user_level','0'),(56449,4271,'default_password_nag','1'),(56450,4272,'nickname','michelle.gumina1974'),(56451,4272,'first_name',''),(56452,4272,'last_name',''),(56453,4272,'description',''),(56454,4272,'rich_editing','true'),(56455,4272,'syntax_highlighting','true'),(56456,4272,'comment_shortcuts','false'),(56457,4272,'admin_color','fresh'),(56458,4272,'use_ssl','0'),(56459,4272,'show_admin_bar_front','true'),(56460,4272,'locale',''),(56461,4272,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56462,4272,'wp_user_level','0'),(56463,4272,'default_password_nag','1'),(56464,4273,'nickname','brenzhibbz1964'),(56465,4273,'first_name',''),(56466,4273,'last_name',''),(56467,4273,'description',''),(56468,4273,'rich_editing','true'),(56469,4273,'syntax_highlighting','true'),(56470,4273,'comment_shortcuts','false'),(56471,4273,'admin_color','fresh'),(56472,4273,'use_ssl','0'),(56473,4273,'show_admin_bar_front','true'),(56474,4273,'locale',''),(56475,4273,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56476,4273,'wp_user_level','0'),(56477,4273,'default_password_nag','1'),(56478,4274,'nickname','jennifermetz1993'),(56479,4274,'first_name',''),(56480,4274,'last_name',''),(56481,4274,'description',''),(56482,4274,'rich_editing','true'),(56483,4274,'syntax_highlighting','true'),(56484,4274,'comment_shortcuts','false'),(56485,4274,'admin_color','fresh'),(56486,4274,'use_ssl','0'),(56487,4274,'show_admin_bar_front','true'),(56488,4274,'locale',''),(56489,4274,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56490,4274,'wp_user_level','0'),(56491,4274,'default_password_nag','1'),(56492,4275,'nickname','zackarushing2008'),(56493,4275,'first_name',''),(56494,4275,'last_name',''),(56495,4275,'description',''),(56496,4275,'rich_editing','true'),(56497,4275,'syntax_highlighting','true'),(56498,4275,'comment_shortcuts','false'),(56499,4275,'admin_color','fresh'),(56500,4275,'use_ssl','0'),(56501,4275,'show_admin_bar_front','true'),(56502,4275,'locale',''),(56503,4275,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56504,4275,'wp_user_level','0'),(56505,4275,'default_password_nag','1'),(56506,4276,'nickname','revrendshonuf1957'),(56507,4276,'first_name',''),(56508,4276,'last_name',''),(56509,4276,'description',''),(56510,4276,'rich_editing','true'),(56511,4276,'syntax_highlighting','true'),(56512,4276,'comment_shortcuts','false'),(56513,4276,'admin_color','fresh'),(56514,4276,'use_ssl','0'),(56515,4276,'show_admin_bar_front','true'),(56516,4276,'locale',''),(56517,4276,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56518,4276,'wp_user_level','0'),(56519,4276,'default_password_nag','1'),(56520,4277,'nickname','cmorgan1961'),(56521,4277,'first_name',''),(56522,4277,'last_name',''),(56523,4277,'description',''),(56524,4277,'rich_editing','true'),(56525,4277,'syntax_highlighting','true'),(56526,4277,'comment_shortcuts','false'),(56527,4277,'admin_color','fresh'),(56528,4277,'use_ssl','0'),(56529,4277,'show_admin_bar_front','true'),(56530,4277,'locale',''),(56531,4277,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56532,4277,'wp_user_level','0'),(56533,4277,'default_password_nag','1'),(56534,4278,'nickname','maryjlewis21965'),(56535,4278,'first_name',''),(56536,4278,'last_name',''),(56537,4278,'description',''),(56538,4278,'rich_editing','true'),(56539,4278,'syntax_highlighting','true'),(56540,4278,'comment_shortcuts','false'),(56541,4278,'admin_color','fresh'),(56542,4278,'use_ssl','0'),(56543,4278,'show_admin_bar_front','true'),(56544,4278,'locale',''),(56545,4278,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56546,4278,'wp_user_level','0'),(56547,4278,'default_password_nag','1'),(56548,4279,'nickname','lwardle1961'),(56549,4279,'first_name',''),(56550,4279,'last_name',''),(56551,4279,'description',''),(56552,4279,'rich_editing','true'),(56553,4279,'syntax_highlighting','true'),(56554,4279,'comment_shortcuts','false'),(56555,4279,'admin_color','fresh'),(56556,4279,'use_ssl','0'),(56557,4279,'show_admin_bar_front','true'),(56558,4279,'locale',''),(56559,4279,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56560,4279,'wp_user_level','0'),(56561,4279,'default_password_nag','1'),(56562,4280,'nickname','myralegros2000'),(56563,4280,'first_name',''),(56564,4280,'last_name',''),(56565,4280,'description',''),(56566,4280,'rich_editing','true'),(56567,4280,'syntax_highlighting','true'),(56568,4280,'comment_shortcuts','false'),(56569,4280,'admin_color','fresh'),(56570,4280,'use_ssl','0'),(56571,4280,'show_admin_bar_front','true'),(56572,4280,'locale',''),(56573,4280,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56574,4280,'wp_user_level','0'),(56575,4280,'default_password_nag','1'),(56576,4281,'nickname','rybakthomas1983'),(56577,4281,'first_name',''),(56578,4281,'last_name',''),(56579,4281,'description',''),(56580,4281,'rich_editing','true'),(56581,4281,'syntax_highlighting','true'),(56582,4281,'comment_shortcuts','false'),(56583,4281,'admin_color','fresh'),(56584,4281,'use_ssl','0'),(56585,4281,'show_admin_bar_front','true'),(56586,4281,'locale',''),(56587,4281,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56588,4281,'wp_user_level','0'),(56589,4281,'default_password_nag','1'),(56590,4282,'nickname','rturch2002'),(56591,4282,'first_name',''),(56592,4282,'last_name',''),(56593,4282,'description',''),(56594,4282,'rich_editing','true'),(56595,4282,'syntax_highlighting','true'),(56596,4282,'comment_shortcuts','false'),(56597,4282,'admin_color','fresh'),(56598,4282,'use_ssl','0'),(56599,4282,'show_admin_bar_front','true'),(56600,4282,'locale',''),(56601,4282,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56602,4282,'wp_user_level','0'),(56603,4282,'default_password_nag','1'),(56604,4283,'nickname','abeach861979'),(56605,4283,'first_name',''),(56606,4283,'last_name',''),(56607,4283,'description',''),(56608,4283,'rich_editing','true'),(56609,4283,'syntax_highlighting','true'),(56610,4283,'comment_shortcuts','false'),(56611,4283,'admin_color','fresh'),(56612,4283,'use_ssl','0'),(56613,4283,'show_admin_bar_front','true'),(56614,4283,'locale',''),(56615,4283,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56616,4283,'wp_user_level','0'),(56617,4283,'default_password_nag','1'),(56618,4284,'nickname','ebear1970'),(56619,4284,'first_name',''),(56620,4284,'last_name',''),(56621,4284,'description',''),(56622,4284,'rich_editing','true'),(56623,4284,'syntax_highlighting','true'),(56624,4284,'comment_shortcuts','false'),(56625,4284,'admin_color','fresh'),(56626,4284,'use_ssl','0'),(56627,4284,'show_admin_bar_front','true'),(56628,4284,'locale',''),(56629,4284,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56630,4284,'wp_user_level','0'),(56631,4284,'default_password_nag','1'),(56632,4285,'nickname','mfmacrae1953'),(56633,4285,'first_name',''),(56634,4285,'last_name',''),(56635,4285,'description',''),(56636,4285,'rich_editing','true'),(56637,4285,'syntax_highlighting','true'),(56638,4285,'comment_shortcuts','false'),(56639,4285,'admin_color','fresh'),(56640,4285,'use_ssl','0'),(56641,4285,'show_admin_bar_front','true'),(56642,4285,'locale',''),(56643,4285,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56644,4285,'wp_user_level','0'),(56645,4285,'default_password_nag','1'),(56646,4286,'nickname','chris.m.uldriks1972'),(56647,4286,'first_name',''),(56648,4286,'last_name',''),(56649,4286,'description',''),(56650,4286,'rich_editing','true'),(56651,4286,'syntax_highlighting','true'),(56652,4286,'comment_shortcuts','false'),(56653,4286,'admin_color','fresh'),(56654,4286,'use_ssl','0'),(56655,4286,'show_admin_bar_front','true'),(56656,4286,'locale',''),(56657,4286,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56658,4286,'wp_user_level','0'),(56659,4286,'default_password_nag','1'),(56660,4287,'nickname','sjones241953'),(56661,4287,'first_name',''),(56662,4287,'last_name',''),(56663,4287,'description',''),(56664,4287,'rich_editing','true'),(56665,4287,'syntax_highlighting','true'),(56666,4287,'comment_shortcuts','false'),(56667,4287,'admin_color','fresh'),(56668,4287,'use_ssl','0'),(56669,4287,'show_admin_bar_front','true'),(56670,4287,'locale',''),(56671,4287,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56672,4287,'wp_user_level','0'),(56673,4287,'default_password_nag','1'),(56674,4288,'nickname','nicholas.santarelli2002'),(56675,4288,'first_name',''),(56676,4288,'last_name',''),(56677,4288,'description',''),(56678,4288,'rich_editing','true'),(56679,4288,'syntax_highlighting','true'),(56680,4288,'comment_shortcuts','false'),(56681,4288,'admin_color','fresh'),(56682,4288,'use_ssl','0'),(56683,4288,'show_admin_bar_front','true'),(56684,4288,'locale',''),(56685,4288,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56686,4288,'wp_user_level','0'),(56687,4288,'default_password_nag','1'),(56688,4289,'nickname','tlheafner1976'),(56689,4289,'first_name',''),(56690,4289,'last_name',''),(56691,4289,'description',''),(56692,4289,'rich_editing','true'),(56693,4289,'syntax_highlighting','true'),(56694,4289,'comment_shortcuts','false'),(56695,4289,'admin_color','fresh'),(56696,4289,'use_ssl','0'),(56697,4289,'show_admin_bar_front','true'),(56698,4289,'locale',''),(56699,4289,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56700,4289,'wp_user_level','0'),(56701,4289,'default_password_nag','1'),(56702,4290,'nickname','mcquillan_carol1989'),(56703,4290,'first_name',''),(56704,4290,'last_name',''),(56705,4290,'description',''),(56706,4290,'rich_editing','true'),(56707,4290,'syntax_highlighting','true'),(56708,4290,'comment_shortcuts','false'),(56709,4290,'admin_color','fresh'),(56710,4290,'use_ssl','0'),(56711,4290,'show_admin_bar_front','true'),(56712,4290,'locale',''),(56713,4290,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56714,4290,'wp_user_level','0'),(56715,4290,'default_password_nag','1'),(56716,4291,'nickname','silviaet1994'),(56717,4291,'first_name',''),(56718,4291,'last_name',''),(56719,4291,'description',''),(56720,4291,'rich_editing','true'),(56721,4291,'syntax_highlighting','true'),(56722,4291,'comment_shortcuts','false'),(56723,4291,'admin_color','fresh'),(56724,4291,'use_ssl','0'),(56725,4291,'show_admin_bar_front','true'),(56726,4291,'locale',''),(56727,4291,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56728,4291,'wp_user_level','0'),(56729,4291,'default_password_nag','1'),(56730,4292,'nickname','scott1967'),(56731,4292,'first_name',''),(56732,4292,'last_name',''),(56733,4292,'description',''),(56734,4292,'rich_editing','true'),(56735,4292,'syntax_highlighting','true'),(56736,4292,'comment_shortcuts','false'),(56737,4292,'admin_color','fresh'),(56738,4292,'use_ssl','0'),(56739,4292,'show_admin_bar_front','true'),(56740,4292,'locale',''),(56741,4292,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56742,4292,'wp_user_level','0'),(56743,4292,'default_password_nag','1'),(56744,4293,'nickname','gedthomson1992'),(56745,4293,'first_name',''),(56746,4293,'last_name',''),(56747,4293,'description',''),(56748,4293,'rich_editing','true'),(56749,4293,'syntax_highlighting','true'),(56750,4293,'comment_shortcuts','false'),(56751,4293,'admin_color','fresh'),(56752,4293,'use_ssl','0'),(56753,4293,'show_admin_bar_front','true'),(56754,4293,'locale',''),(56755,4293,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56756,4293,'wp_user_level','0'),(56757,4293,'default_password_nag','1'),(56758,4294,'nickname','cedargeorgevich1962'),(56759,4294,'first_name',''),(56760,4294,'last_name',''),(56761,4294,'description',''),(56762,4294,'rich_editing','true'),(56763,4294,'syntax_highlighting','true'),(56764,4294,'comment_shortcuts','false'),(56765,4294,'admin_color','fresh'),(56766,4294,'use_ssl','0'),(56767,4294,'show_admin_bar_front','true'),(56768,4294,'locale',''),(56769,4294,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56770,4294,'wp_user_level','0'),(56771,4294,'default_password_nag','1'),(56772,4295,'nickname','bncs111981'),(56773,4295,'first_name',''),(56774,4295,'last_name',''),(56775,4295,'description',''),(56776,4295,'rich_editing','true'),(56777,4295,'syntax_highlighting','true'),(56778,4295,'comment_shortcuts','false'),(56779,4295,'admin_color','fresh'),(56780,4295,'use_ssl','0'),(56781,4295,'show_admin_bar_front','true'),(56782,4295,'locale',''),(56783,4295,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56784,4295,'wp_user_level','0'),(56785,4295,'default_password_nag','1'),(56786,4296,'nickname','gickerlkarl1957'),(56787,4296,'first_name',''),(56788,4296,'last_name',''),(56789,4296,'description',''),(56790,4296,'rich_editing','true'),(56791,4296,'syntax_highlighting','true'),(56792,4296,'comment_shortcuts','false'),(56793,4296,'admin_color','fresh'),(56794,4296,'use_ssl','0'),(56795,4296,'show_admin_bar_front','true'),(56796,4296,'locale',''),(56797,4296,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56798,4296,'wp_user_level','0'),(56799,4296,'default_password_nag','1'),(56800,4297,'nickname','dluscre1961'),(56801,4297,'first_name',''),(56802,4297,'last_name',''),(56803,4297,'description',''),(56804,4297,'rich_editing','true'),(56805,4297,'syntax_highlighting','true'),(56806,4297,'comment_shortcuts','false'),(56807,4297,'admin_color','fresh'),(56808,4297,'use_ssl','0'),(56809,4297,'show_admin_bar_front','true'),(56810,4297,'locale',''),(56811,4297,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56812,4297,'wp_user_level','0'),(56813,4297,'default_password_nag','1'),(56814,4298,'nickname','rbabuin1988'),(56815,4298,'first_name',''),(56816,4298,'last_name',''),(56817,4298,'description',''),(56818,4298,'rich_editing','true'),(56819,4298,'syntax_highlighting','true'),(56820,4298,'comment_shortcuts','false'),(56821,4298,'admin_color','fresh'),(56822,4298,'use_ssl','0'),(56823,4298,'show_admin_bar_front','true'),(56824,4298,'locale',''),(56825,4298,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56826,4298,'wp_user_level','0'),(56827,4298,'default_password_nag','1'),(56828,4299,'nickname','jmmcmullin1962'),(56829,4299,'first_name',''),(56830,4299,'last_name',''),(56831,4299,'description',''),(56832,4299,'rich_editing','true'),(56833,4299,'syntax_highlighting','true'),(56834,4299,'comment_shortcuts','false'),(56835,4299,'admin_color','fresh'),(56836,4299,'use_ssl','0'),(56837,4299,'show_admin_bar_front','true'),(56838,4299,'locale',''),(56839,4299,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56840,4299,'wp_user_level','0'),(56841,4299,'default_password_nag','1'),(56842,4300,'nickname','choimin441973'),(56843,4300,'first_name',''),(56844,4300,'last_name',''),(56845,4300,'description',''),(56846,4300,'rich_editing','true'),(56847,4300,'syntax_highlighting','true'),(56848,4300,'comment_shortcuts','false'),(56849,4300,'admin_color','fresh'),(56850,4300,'use_ssl','0'),(56851,4300,'show_admin_bar_front','true'),(56852,4300,'locale',''),(56853,4300,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56854,4300,'wp_user_level','0'),(56855,4300,'default_password_nag','1'),(56856,4301,'nickname','ejdmeyer11955'),(56857,4301,'first_name',''),(56858,4301,'last_name',''),(56859,4301,'description',''),(56860,4301,'rich_editing','true'),(56861,4301,'syntax_highlighting','true'),(56862,4301,'comment_shortcuts','false'),(56863,4301,'admin_color','fresh'),(56864,4301,'use_ssl','0'),(56865,4301,'show_admin_bar_front','true'),(56866,4301,'locale',''),(56867,4301,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56868,4301,'wp_user_level','0'),(56869,4301,'default_password_nag','1'),(56870,4302,'nickname','gdimitro851988'),(56871,4302,'first_name',''),(56872,4302,'last_name',''),(56873,4302,'description',''),(56874,4302,'rich_editing','true'),(56875,4302,'syntax_highlighting','true'),(56876,4302,'comment_shortcuts','false'),(56877,4302,'admin_color','fresh'),(56878,4302,'use_ssl','0'),(56879,4302,'show_admin_bar_front','true'),(56880,4302,'locale',''),(56881,4302,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56882,4302,'wp_user_level','0'),(56883,4302,'default_password_nag','1'),(56884,4303,'nickname','martinezcinthia911981'),(56885,4303,'first_name',''),(56886,4303,'last_name',''),(56887,4303,'description',''),(56888,4303,'rich_editing','true'),(56889,4303,'syntax_highlighting','true'),(56890,4303,'comment_shortcuts','false'),(56891,4303,'admin_color','fresh'),(56892,4303,'use_ssl','0'),(56893,4303,'show_admin_bar_front','true'),(56894,4303,'locale',''),(56895,4303,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56896,4303,'wp_user_level','0'),(56897,4303,'default_password_nag','1'),(56898,4304,'nickname','kelsey.fahey1993'),(56899,4304,'first_name',''),(56900,4304,'last_name',''),(56901,4304,'description',''),(56902,4304,'rich_editing','true'),(56903,4304,'syntax_highlighting','true'),(56904,4304,'comment_shortcuts','false'),(56905,4304,'admin_color','fresh'),(56906,4304,'use_ssl','0'),(56907,4304,'show_admin_bar_front','true'),(56908,4304,'locale',''),(56909,4304,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56910,4304,'wp_user_level','0'),(56911,4304,'default_password_nag','1'),(56912,4305,'nickname','sandrathompson4541996'),(56913,4305,'first_name',''),(56914,4305,'last_name',''),(56915,4305,'description',''),(56916,4305,'rich_editing','true'),(56917,4305,'syntax_highlighting','true'),(56918,4305,'comment_shortcuts','false'),(56919,4305,'admin_color','fresh'),(56920,4305,'use_ssl','0'),(56921,4305,'show_admin_bar_front','true'),(56922,4305,'locale',''),(56923,4305,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56924,4305,'wp_user_level','0'),(56925,4305,'default_password_nag','1'),(56926,4306,'nickname','stefmeesh1985'),(56927,4306,'first_name',''),(56928,4306,'last_name',''),(56929,4306,'description',''),(56930,4306,'rich_editing','true'),(56931,4306,'syntax_highlighting','true'),(56932,4306,'comment_shortcuts','false'),(56933,4306,'admin_color','fresh'),(56934,4306,'use_ssl','0'),(56935,4306,'show_admin_bar_front','true'),(56936,4306,'locale',''),(56937,4306,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56938,4306,'wp_user_level','0'),(56939,4306,'default_password_nag','1'),(56940,4307,'nickname','aholey1981'),(56941,4307,'first_name',''),(56942,4307,'last_name',''),(56943,4307,'description',''),(56944,4307,'rich_editing','true'),(56945,4307,'syntax_highlighting','true'),(56946,4307,'comment_shortcuts','false'),(56947,4307,'admin_color','fresh'),(56948,4307,'use_ssl','0'),(56949,4307,'show_admin_bar_front','true'),(56950,4307,'locale',''),(56951,4307,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56952,4307,'wp_user_level','0'),(56953,4307,'default_password_nag','1'),(56954,4308,'nickname','thebest.allinone1982'),(56955,4308,'first_name',''),(56956,4308,'last_name',''),(56957,4308,'description',''),(56958,4308,'rich_editing','true'),(56959,4308,'syntax_highlighting','true'),(56960,4308,'comment_shortcuts','false'),(56961,4308,'admin_color','fresh'),(56962,4308,'use_ssl','0'),(56963,4308,'show_admin_bar_front','true'),(56964,4308,'locale',''),(56965,4308,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56966,4308,'wp_user_level','0'),(56967,4308,'default_password_nag','1'),(56968,4309,'nickname','byron.stefiuk1951'),(56969,4309,'first_name',''),(56970,4309,'last_name',''),(56971,4309,'description',''),(56972,4309,'rich_editing','true'),(56973,4309,'syntax_highlighting','true'),(56974,4309,'comment_shortcuts','false'),(56975,4309,'admin_color','fresh'),(56976,4309,'use_ssl','0'),(56977,4309,'show_admin_bar_front','true'),(56978,4309,'locale',''),(56979,4309,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56980,4309,'wp_user_level','0'),(56981,4309,'default_password_nag','1'),(56982,4310,'nickname','brenda-501957'),(56983,4310,'first_name',''),(56984,4310,'last_name',''),(56985,4310,'description',''),(56986,4310,'rich_editing','true'),(56987,4310,'syntax_highlighting','true'),(56988,4310,'comment_shortcuts','false'),(56989,4310,'admin_color','fresh'),(56990,4310,'use_ssl','0'),(56991,4310,'show_admin_bar_front','true'),(56992,4310,'locale',''),(56993,4310,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(56994,4310,'wp_user_level','0'),(56995,4310,'default_password_nag','1'),(56996,4311,'nickname','barbaravegas781985'),(56997,4311,'first_name',''),(56998,4311,'last_name',''),(56999,4311,'description',''),(57000,4311,'rich_editing','true'),(57001,4311,'syntax_highlighting','true'),(57002,4311,'comment_shortcuts','false'),(57003,4311,'admin_color','fresh'),(57004,4311,'use_ssl','0'),(57005,4311,'show_admin_bar_front','true'),(57006,4311,'locale',''),(57007,4311,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57008,4311,'wp_user_level','0'),(57009,4311,'default_password_nag','1'),(57010,4312,'nickname','rgroth11999'),(57011,4312,'first_name',''),(57012,4312,'last_name',''),(57013,4312,'description',''),(57014,4312,'rich_editing','true'),(57015,4312,'syntax_highlighting','true'),(57016,4312,'comment_shortcuts','false'),(57017,4312,'admin_color','fresh'),(57018,4312,'use_ssl','0'),(57019,4312,'show_admin_bar_front','true'),(57020,4312,'locale',''),(57021,4312,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57022,4312,'wp_user_level','0'),(57023,4312,'default_password_nag','1'),(57024,4313,'nickname','ccgolfshop1965'),(57025,4313,'first_name',''),(57026,4313,'last_name',''),(57027,4313,'description',''),(57028,4313,'rich_editing','true'),(57029,4313,'syntax_highlighting','true'),(57030,4313,'comment_shortcuts','false'),(57031,4313,'admin_color','fresh'),(57032,4313,'use_ssl','0'),(57033,4313,'show_admin_bar_front','true'),(57034,4313,'locale',''),(57035,4313,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57036,4313,'wp_user_level','0'),(57037,4313,'default_password_nag','1'),(57038,4314,'nickname','craig2001'),(57039,4314,'first_name',''),(57040,4314,'last_name',''),(57041,4314,'description',''),(57042,4314,'rich_editing','true'),(57043,4314,'syntax_highlighting','true'),(57044,4314,'comment_shortcuts','false'),(57045,4314,'admin_color','fresh'),(57046,4314,'use_ssl','0'),(57047,4314,'show_admin_bar_front','true'),(57048,4314,'locale',''),(57049,4314,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57050,4314,'wp_user_level','0'),(57051,4314,'default_password_nag','1'),(57052,4315,'nickname','theresa1950'),(57053,4315,'first_name',''),(57054,4315,'last_name',''),(57055,4315,'description',''),(57056,4315,'rich_editing','true'),(57057,4315,'syntax_highlighting','true'),(57058,4315,'comment_shortcuts','false'),(57059,4315,'admin_color','fresh'),(57060,4315,'use_ssl','0'),(57061,4315,'show_admin_bar_front','true'),(57062,4315,'locale',''),(57063,4315,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57064,4315,'wp_user_level','0'),(57065,4315,'default_password_nag','1'),(57066,4316,'nickname','jonathan.stovall2006'),(57067,4316,'first_name',''),(57068,4316,'last_name',''),(57069,4316,'description',''),(57070,4316,'rich_editing','true'),(57071,4316,'syntax_highlighting','true'),(57072,4316,'comment_shortcuts','false'),(57073,4316,'admin_color','fresh'),(57074,4316,'use_ssl','0'),(57075,4316,'show_admin_bar_front','true'),(57076,4316,'locale',''),(57077,4316,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57078,4316,'wp_user_level','0'),(57079,4316,'default_password_nag','1'),(57080,4317,'nickname','tina1993'),(57081,4317,'first_name',''),(57082,4317,'last_name',''),(57083,4317,'description',''),(57084,4317,'rich_editing','true'),(57085,4317,'syntax_highlighting','true'),(57086,4317,'comment_shortcuts','false'),(57087,4317,'admin_color','fresh'),(57088,4317,'use_ssl','0'),(57089,4317,'show_admin_bar_front','true'),(57090,4317,'locale',''),(57091,4317,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57092,4317,'wp_user_level','0'),(57093,4317,'default_password_nag','1'),(57094,4318,'nickname','niaschandler2009'),(57095,4318,'first_name',''),(57096,4318,'last_name',''),(57097,4318,'description',''),(57098,4318,'rich_editing','true'),(57099,4318,'syntax_highlighting','true'),(57100,4318,'comment_shortcuts','false'),(57101,4318,'admin_color','fresh'),(57102,4318,'use_ssl','0'),(57103,4318,'show_admin_bar_front','true'),(57104,4318,'locale',''),(57105,4318,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57106,4318,'wp_user_level','0'),(57107,4318,'default_password_nag','1'),(57108,4319,'nickname','psangha31956'),(57109,4319,'first_name',''),(57110,4319,'last_name',''),(57111,4319,'description',''),(57112,4319,'rich_editing','true'),(57113,4319,'syntax_highlighting','true'),(57114,4319,'comment_shortcuts','false'),(57115,4319,'admin_color','fresh'),(57116,4319,'use_ssl','0'),(57117,4319,'show_admin_bar_front','true'),(57118,4319,'locale',''),(57119,4319,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57120,4319,'wp_user_level','0'),(57121,4319,'default_password_nag','1'),(57122,4320,'nickname','arod021974'),(57123,4320,'first_name',''),(57124,4320,'last_name',''),(57125,4320,'description',''),(57126,4320,'rich_editing','true'),(57127,4320,'syntax_highlighting','true'),(57128,4320,'comment_shortcuts','false'),(57129,4320,'admin_color','fresh'),(57130,4320,'use_ssl','0'),(57131,4320,'show_admin_bar_front','true'),(57132,4320,'locale',''),(57133,4320,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57134,4320,'wp_user_level','0'),(57135,4320,'default_password_nag','1'),(57136,4321,'nickname','morgancarrolls1999'),(57137,4321,'first_name',''),(57138,4321,'last_name',''),(57139,4321,'description',''),(57140,4321,'rich_editing','true'),(57141,4321,'syntax_highlighting','true'),(57142,4321,'comment_shortcuts','false'),(57143,4321,'admin_color','fresh'),(57144,4321,'use_ssl','0'),(57145,4321,'show_admin_bar_front','true'),(57146,4321,'locale',''),(57147,4321,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57148,4321,'wp_user_level','0'),(57149,4321,'default_password_nag','1'),(57150,4322,'nickname','annabella000091958'),(57151,4322,'first_name',''),(57152,4322,'last_name',''),(57153,4322,'description',''),(57154,4322,'rich_editing','true'),(57155,4322,'syntax_highlighting','true'),(57156,4322,'comment_shortcuts','false'),(57157,4322,'admin_color','fresh'),(57158,4322,'use_ssl','0'),(57159,4322,'show_admin_bar_front','true'),(57160,4322,'locale',''),(57161,4322,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57162,4322,'wp_user_level','0'),(57163,4322,'default_password_nag','1'),(57164,4323,'nickname','heo0142009'),(57165,4323,'first_name',''),(57166,4323,'last_name',''),(57167,4323,'description',''),(57168,4323,'rich_editing','true'),(57169,4323,'syntax_highlighting','true'),(57170,4323,'comment_shortcuts','false'),(57171,4323,'admin_color','fresh'),(57172,4323,'use_ssl','0'),(57173,4323,'show_admin_bar_front','true'),(57174,4323,'locale',''),(57175,4323,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57176,4323,'wp_user_level','0'),(57177,4323,'default_password_nag','1'),(57178,4324,'nickname','alex2009'),(57179,4324,'first_name',''),(57180,4324,'last_name',''),(57181,4324,'description',''),(57182,4324,'rich_editing','true'),(57183,4324,'syntax_highlighting','true'),(57184,4324,'comment_shortcuts','false'),(57185,4324,'admin_color','fresh'),(57186,4324,'use_ssl','0'),(57187,4324,'show_admin_bar_front','true'),(57188,4324,'locale',''),(57189,4324,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57190,4324,'wp_user_level','0'),(57191,4324,'default_password_nag','1'),(57192,4325,'nickname','jennifer.rostek2005'),(57193,4325,'first_name',''),(57194,4325,'last_name',''),(57195,4325,'description',''),(57196,4325,'rich_editing','true'),(57197,4325,'syntax_highlighting','true'),(57198,4325,'comment_shortcuts','false'),(57199,4325,'admin_color','fresh'),(57200,4325,'use_ssl','0'),(57201,4325,'show_admin_bar_front','true'),(57202,4325,'locale',''),(57203,4325,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57204,4325,'wp_user_level','0'),(57205,4325,'default_password_nag','1'),(57206,4326,'nickname','jzzuber1959'),(57207,4326,'first_name',''),(57208,4326,'last_name',''),(57209,4326,'description',''),(57210,4326,'rich_editing','true'),(57211,4326,'syntax_highlighting','true'),(57212,4326,'comment_shortcuts','false'),(57213,4326,'admin_color','fresh'),(57214,4326,'use_ssl','0'),(57215,4326,'show_admin_bar_front','true'),(57216,4326,'locale',''),(57217,4326,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57218,4326,'wp_user_level','0'),(57219,4326,'default_password_nag','1'),(57220,4327,'nickname','vcarter19991956'),(57221,4327,'first_name',''),(57222,4327,'last_name',''),(57223,4327,'description',''),(57224,4327,'rich_editing','true'),(57225,4327,'syntax_highlighting','true'),(57226,4327,'comment_shortcuts','false'),(57227,4327,'admin_color','fresh'),(57228,4327,'use_ssl','0'),(57229,4327,'show_admin_bar_front','true'),(57230,4327,'locale',''),(57231,4327,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57232,4327,'wp_user_level','0'),(57233,4327,'default_password_nag','1'),(57234,4328,'nickname','pufihead1999'),(57235,4328,'first_name',''),(57236,4328,'last_name',''),(57237,4328,'description',''),(57238,4328,'rich_editing','true'),(57239,4328,'syntax_highlighting','true'),(57240,4328,'comment_shortcuts','false'),(57241,4328,'admin_color','fresh'),(57242,4328,'use_ssl','0'),(57243,4328,'show_admin_bar_front','true'),(57244,4328,'locale',''),(57245,4328,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57246,4328,'wp_user_level','0'),(57247,4328,'default_password_nag','1'),(57248,4329,'nickname','crweinkauf1963'),(57249,4329,'first_name',''),(57250,4329,'last_name',''),(57251,4329,'description',''),(57252,4329,'rich_editing','true'),(57253,4329,'syntax_highlighting','true'),(57254,4329,'comment_shortcuts','false'),(57255,4329,'admin_color','fresh'),(57256,4329,'use_ssl','0'),(57257,4329,'show_admin_bar_front','true'),(57258,4329,'locale',''),(57259,4329,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57260,4329,'wp_user_level','0'),(57261,4329,'default_password_nag','1'),(57262,4330,'nickname','joonhan7771978'),(57263,4330,'first_name',''),(57264,4330,'last_name',''),(57265,4330,'description',''),(57266,4330,'rich_editing','true'),(57267,4330,'syntax_highlighting','true'),(57268,4330,'comment_shortcuts','false'),(57269,4330,'admin_color','fresh'),(57270,4330,'use_ssl','0'),(57271,4330,'show_admin_bar_front','true'),(57272,4330,'locale',''),(57273,4330,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57274,4330,'wp_user_level','0'),(57275,4330,'default_password_nag','1'),(57276,4331,'nickname','hovuquocan19971985'),(57277,4331,'first_name',''),(57278,4331,'last_name',''),(57279,4331,'description',''),(57280,4331,'rich_editing','true'),(57281,4331,'syntax_highlighting','true'),(57282,4331,'comment_shortcuts','false'),(57283,4331,'admin_color','fresh'),(57284,4331,'use_ssl','0'),(57285,4331,'show_admin_bar_front','true'),(57286,4331,'locale',''),(57287,4331,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57288,4331,'wp_user_level','0'),(57289,4331,'default_password_nag','1'),(57290,4332,'nickname','pjemur1979'),(57291,4332,'first_name',''),(57292,4332,'last_name',''),(57293,4332,'description',''),(57294,4332,'rich_editing','true'),(57295,4332,'syntax_highlighting','true'),(57296,4332,'comment_shortcuts','false'),(57297,4332,'admin_color','fresh'),(57298,4332,'use_ssl','0'),(57299,4332,'show_admin_bar_front','true'),(57300,4332,'locale',''),(57301,4332,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57302,4332,'wp_user_level','0'),(57303,4332,'default_password_nag','1'),(57304,4333,'nickname','aliciachampiontaylor1950'),(57305,4333,'first_name',''),(57306,4333,'last_name',''),(57307,4333,'description',''),(57308,4333,'rich_editing','true'),(57309,4333,'syntax_highlighting','true'),(57310,4333,'comment_shortcuts','false'),(57311,4333,'admin_color','fresh'),(57312,4333,'use_ssl','0'),(57313,4333,'show_admin_bar_front','true'),(57314,4333,'locale',''),(57315,4333,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57316,4333,'wp_user_level','0'),(57317,4333,'default_password_nag','1'),(57318,4334,'nickname','mecotleur1990'),(57319,4334,'first_name',''),(57320,4334,'last_name',''),(57321,4334,'description',''),(57322,4334,'rich_editing','true'),(57323,4334,'syntax_highlighting','true'),(57324,4334,'comment_shortcuts','false'),(57325,4334,'admin_color','fresh'),(57326,4334,'use_ssl','0'),(57327,4334,'show_admin_bar_front','true'),(57328,4334,'locale',''),(57329,4334,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57330,4334,'wp_user_level','0'),(57331,4334,'default_password_nag','1'),(57332,4335,'nickname','gjlemere1989'),(57333,4335,'first_name',''),(57334,4335,'last_name',''),(57335,4335,'description',''),(57336,4335,'rich_editing','true'),(57337,4335,'syntax_highlighting','true'),(57338,4335,'comment_shortcuts','false'),(57339,4335,'admin_color','fresh'),(57340,4335,'use_ssl','0'),(57341,4335,'show_admin_bar_front','true'),(57342,4335,'locale',''),(57343,4335,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57344,4335,'wp_user_level','0'),(57345,4335,'default_password_nag','1'),(57346,4336,'nickname','fiyyazj1957'),(57347,4336,'first_name',''),(57348,4336,'last_name',''),(57349,4336,'description',''),(57350,4336,'rich_editing','true'),(57351,4336,'syntax_highlighting','true'),(57352,4336,'comment_shortcuts','false'),(57353,4336,'admin_color','fresh'),(57354,4336,'use_ssl','0'),(57355,4336,'show_admin_bar_front','true'),(57356,4336,'locale',''),(57357,4336,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57358,4336,'wp_user_level','0'),(57359,4336,'default_password_nag','1'),(57360,4337,'nickname','christi.papadopoulou1986'),(57361,4337,'first_name',''),(57362,4337,'last_name',''),(57363,4337,'description',''),(57364,4337,'rich_editing','true'),(57365,4337,'syntax_highlighting','true'),(57366,4337,'comment_shortcuts','false'),(57367,4337,'admin_color','fresh'),(57368,4337,'use_ssl','0'),(57369,4337,'show_admin_bar_front','true'),(57370,4337,'locale',''),(57371,4337,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57372,4337,'wp_user_level','0'),(57373,4337,'default_password_nag','1'),(57374,4338,'nickname','saadahashmani1960'),(57375,4338,'first_name',''),(57376,4338,'last_name',''),(57377,4338,'description',''),(57378,4338,'rich_editing','true'),(57379,4338,'syntax_highlighting','true'),(57380,4338,'comment_shortcuts','false'),(57381,4338,'admin_color','fresh'),(57382,4338,'use_ssl','0'),(57383,4338,'show_admin_bar_front','true'),(57384,4338,'locale',''),(57385,4338,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57386,4338,'wp_user_level','0'),(57387,4338,'default_password_nag','1'),(57388,4339,'nickname','andrewshaw041968'),(57389,4339,'first_name',''),(57390,4339,'last_name',''),(57391,4339,'description',''),(57392,4339,'rich_editing','true'),(57393,4339,'syntax_highlighting','true'),(57394,4339,'comment_shortcuts','false'),(57395,4339,'admin_color','fresh'),(57396,4339,'use_ssl','0'),(57397,4339,'show_admin_bar_front','true'),(57398,4339,'locale',''),(57399,4339,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57400,4339,'wp_user_level','0'),(57401,4339,'default_password_nag','1'),(57402,4340,'nickname','fritts63592001'),(57403,4340,'first_name',''),(57404,4340,'last_name',''),(57405,4340,'description',''),(57406,4340,'rich_editing','true'),(57407,4340,'syntax_highlighting','true'),(57408,4340,'comment_shortcuts','false'),(57409,4340,'admin_color','fresh'),(57410,4340,'use_ssl','0'),(57411,4340,'show_admin_bar_front','true'),(57412,4340,'locale',''),(57413,4340,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57414,4340,'wp_user_level','0'),(57415,4340,'default_password_nag','1'),(57416,4341,'nickname','vanessarmatthews1977'),(57417,4341,'first_name',''),(57418,4341,'last_name',''),(57419,4341,'description',''),(57420,4341,'rich_editing','true'),(57421,4341,'syntax_highlighting','true'),(57422,4341,'comment_shortcuts','false'),(57423,4341,'admin_color','fresh'),(57424,4341,'use_ssl','0'),(57425,4341,'show_admin_bar_front','true'),(57426,4341,'locale',''),(57427,4341,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57428,4341,'wp_user_level','0'),(57429,4341,'default_password_nag','1'),(57430,4342,'nickname','edwardericsharples1980'),(57431,4342,'first_name',''),(57432,4342,'last_name',''),(57433,4342,'description',''),(57434,4342,'rich_editing','true'),(57435,4342,'syntax_highlighting','true'),(57436,4342,'comment_shortcuts','false'),(57437,4342,'admin_color','fresh'),(57438,4342,'use_ssl','0'),(57439,4342,'show_admin_bar_front','true'),(57440,4342,'locale',''),(57441,4342,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57442,4342,'wp_user_level','0'),(57443,4342,'default_password_nag','1'),(57444,4343,'nickname','jlucas1975'),(57445,4343,'first_name',''),(57446,4343,'last_name',''),(57447,4343,'description',''),(57448,4343,'rich_editing','true'),(57449,4343,'syntax_highlighting','true'),(57450,4343,'comment_shortcuts','false'),(57451,4343,'admin_color','fresh'),(57452,4343,'use_ssl','0'),(57453,4343,'show_admin_bar_front','true'),(57454,4343,'locale',''),(57455,4343,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57456,4343,'wp_user_level','0'),(57457,4343,'default_password_nag','1'),(57458,4344,'nickname','karen.mahoney1987'),(57459,4344,'first_name',''),(57460,4344,'last_name',''),(57461,4344,'description',''),(57462,4344,'rich_editing','true'),(57463,4344,'syntax_highlighting','true'),(57464,4344,'comment_shortcuts','false'),(57465,4344,'admin_color','fresh'),(57466,4344,'use_ssl','0'),(57467,4344,'show_admin_bar_front','true'),(57468,4344,'locale',''),(57469,4344,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57470,4344,'wp_user_level','0'),(57471,4344,'default_password_nag','1'),(57472,4345,'nickname','gall71987'),(57473,4345,'first_name',''),(57474,4345,'last_name',''),(57475,4345,'description',''),(57476,4345,'rich_editing','true'),(57477,4345,'syntax_highlighting','true'),(57478,4345,'comment_shortcuts','false'),(57479,4345,'admin_color','fresh'),(57480,4345,'use_ssl','0'),(57481,4345,'show_admin_bar_front','true'),(57482,4345,'locale',''),(57483,4345,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57484,4345,'wp_user_level','0'),(57485,4345,'default_password_nag','1'),(57486,4346,'nickname','hannahupitt1953'),(57487,4346,'first_name',''),(57488,4346,'last_name',''),(57489,4346,'description',''),(57490,4346,'rich_editing','true'),(57491,4346,'syntax_highlighting','true'),(57492,4346,'comment_shortcuts','false'),(57493,4346,'admin_color','fresh'),(57494,4346,'use_ssl','0'),(57495,4346,'show_admin_bar_front','true'),(57496,4346,'locale',''),(57497,4346,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57498,4346,'wp_user_level','0'),(57499,4346,'default_password_nag','1'),(57500,4347,'nickname','karenlmahoney1972'),(57501,4347,'first_name',''),(57502,4347,'last_name',''),(57503,4347,'description',''),(57504,4347,'rich_editing','true'),(57505,4347,'syntax_highlighting','true'),(57506,4347,'comment_shortcuts','false'),(57507,4347,'admin_color','fresh'),(57508,4347,'use_ssl','0'),(57509,4347,'show_admin_bar_front','true'),(57510,4347,'locale',''),(57511,4347,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57512,4347,'wp_user_level','0'),(57513,4347,'default_password_nag','1'),(57514,4348,'nickname','rnrortiz1954'),(57515,4348,'first_name',''),(57516,4348,'last_name',''),(57517,4348,'description',''),(57518,4348,'rich_editing','true'),(57519,4348,'syntax_highlighting','true'),(57520,4348,'comment_shortcuts','false'),(57521,4348,'admin_color','fresh'),(57522,4348,'use_ssl','0'),(57523,4348,'show_admin_bar_front','true'),(57524,4348,'locale',''),(57525,4348,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57526,4348,'wp_user_level','0'),(57527,4348,'default_password_nag','1'),(57528,4349,'nickname','octavaryum1954'),(57529,4349,'first_name',''),(57530,4349,'last_name',''),(57531,4349,'description',''),(57532,4349,'rich_editing','true'),(57533,4349,'syntax_highlighting','true'),(57534,4349,'comment_shortcuts','false'),(57535,4349,'admin_color','fresh'),(57536,4349,'use_ssl','0'),(57537,4349,'show_admin_bar_front','true'),(57538,4349,'locale',''),(57539,4349,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57540,4349,'wp_user_level','0'),(57541,4349,'default_password_nag','1'),(57542,4350,'nickname','joechavz2005'),(57543,4350,'first_name',''),(57544,4350,'last_name',''),(57545,4350,'description',''),(57546,4350,'rich_editing','true'),(57547,4350,'syntax_highlighting','true'),(57548,4350,'comment_shortcuts','false'),(57549,4350,'admin_color','fresh'),(57550,4350,'use_ssl','0'),(57551,4350,'show_admin_bar_front','true'),(57552,4350,'locale',''),(57553,4350,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57554,4350,'wp_user_level','0'),(57555,4350,'default_password_nag','1'),(57556,4351,'nickname','charlenermrz801982'),(57557,4351,'first_name',''),(57558,4351,'last_name',''),(57559,4351,'description',''),(57560,4351,'rich_editing','true'),(57561,4351,'syntax_highlighting','true'),(57562,4351,'comment_shortcuts','false'),(57563,4351,'admin_color','fresh'),(57564,4351,'use_ssl','0'),(57565,4351,'show_admin_bar_front','true'),(57566,4351,'locale',''),(57567,4351,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57568,4351,'wp_user_level','0'),(57569,4351,'default_password_nag','1'),(57570,4352,'nickname','meliksuker1957'),(57571,4352,'first_name',''),(57572,4352,'last_name',''),(57573,4352,'description',''),(57574,4352,'rich_editing','true'),(57575,4352,'syntax_highlighting','true'),(57576,4352,'comment_shortcuts','false'),(57577,4352,'admin_color','fresh'),(57578,4352,'use_ssl','0'),(57579,4352,'show_admin_bar_front','true'),(57580,4352,'locale',''),(57581,4352,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57582,4352,'wp_user_level','0'),(57583,4352,'default_password_nag','1'),(57584,4353,'nickname','celizfarley1997'),(57585,4353,'first_name',''),(57586,4353,'last_name',''),(57587,4353,'description',''),(57588,4353,'rich_editing','true'),(57589,4353,'syntax_highlighting','true'),(57590,4353,'comment_shortcuts','false'),(57591,4353,'admin_color','fresh'),(57592,4353,'use_ssl','0'),(57593,4353,'show_admin_bar_front','true'),(57594,4353,'locale',''),(57595,4353,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57596,4353,'wp_user_level','0'),(57597,4353,'default_password_nag','1'),(57598,4354,'nickname','daleautoparts1988'),(57599,4354,'first_name',''),(57600,4354,'last_name',''),(57601,4354,'description',''),(57602,4354,'rich_editing','true'),(57603,4354,'syntax_highlighting','true'),(57604,4354,'comment_shortcuts','false'),(57605,4354,'admin_color','fresh'),(57606,4354,'use_ssl','0'),(57607,4354,'show_admin_bar_front','true'),(57608,4354,'locale',''),(57609,4354,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57610,4354,'wp_user_level','0'),(57611,4354,'default_password_nag','1'),(57612,4355,'nickname','vomberge2007'),(57613,4355,'first_name',''),(57614,4355,'last_name',''),(57615,4355,'description',''),(57616,4355,'rich_editing','true'),(57617,4355,'syntax_highlighting','true'),(57618,4355,'comment_shortcuts','false'),(57619,4355,'admin_color','fresh'),(57620,4355,'use_ssl','0'),(57621,4355,'show_admin_bar_front','true'),(57622,4355,'locale',''),(57623,4355,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57624,4355,'wp_user_level','0'),(57625,4355,'default_password_nag','1'),(57626,4356,'nickname','michael.lawson.nz1964'),(57627,4356,'first_name',''),(57628,4356,'last_name',''),(57629,4356,'description',''),(57630,4356,'rich_editing','true'),(57631,4356,'syntax_highlighting','true'),(57632,4356,'comment_shortcuts','false'),(57633,4356,'admin_color','fresh'),(57634,4356,'use_ssl','0'),(57635,4356,'show_admin_bar_front','true'),(57636,4356,'locale',''),(57637,4356,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57638,4356,'wp_user_level','0'),(57639,4356,'default_password_nag','1'),(57640,4357,'nickname','donnab91967'),(57641,4357,'first_name',''),(57642,4357,'last_name',''),(57643,4357,'description',''),(57644,4357,'rich_editing','true'),(57645,4357,'syntax_highlighting','true'),(57646,4357,'comment_shortcuts','false'),(57647,4357,'admin_color','fresh'),(57648,4357,'use_ssl','0'),(57649,4357,'show_admin_bar_front','true'),(57650,4357,'locale',''),(57651,4357,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57652,4357,'wp_user_level','0'),(57653,4357,'default_password_nag','1'),(57654,4358,'nickname','uclatrev322005'),(57655,4358,'first_name',''),(57656,4358,'last_name',''),(57657,4358,'description',''),(57658,4358,'rich_editing','true'),(57659,4358,'syntax_highlighting','true'),(57660,4358,'comment_shortcuts','false'),(57661,4358,'admin_color','fresh'),(57662,4358,'use_ssl','0'),(57663,4358,'show_admin_bar_front','true'),(57664,4358,'locale',''),(57665,4358,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57666,4358,'wp_user_level','0'),(57667,4358,'default_password_nag','1'),(57668,4359,'nickname','luisj00041987'),(57669,4359,'first_name',''),(57670,4359,'last_name',''),(57671,4359,'description',''),(57672,4359,'rich_editing','true'),(57673,4359,'syntax_highlighting','true'),(57674,4359,'comment_shortcuts','false'),(57675,4359,'admin_color','fresh'),(57676,4359,'use_ssl','0'),(57677,4359,'show_admin_bar_front','true'),(57678,4359,'locale',''),(57679,4359,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57680,4359,'wp_user_level','0'),(57681,4359,'default_password_nag','1'),(57682,4360,'nickname','rgfaison691998'),(57683,4360,'first_name',''),(57684,4360,'last_name',''),(57685,4360,'description',''),(57686,4360,'rich_editing','true'),(57687,4360,'syntax_highlighting','true'),(57688,4360,'comment_shortcuts','false'),(57689,4360,'admin_color','fresh'),(57690,4360,'use_ssl','0'),(57691,4360,'show_admin_bar_front','true'),(57692,4360,'locale',''),(57693,4360,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57694,4360,'wp_user_level','0'),(57695,4360,'default_password_nag','1'),(57696,4361,'nickname','sdunlea1987'),(57697,4361,'first_name',''),(57698,4361,'last_name',''),(57699,4361,'description',''),(57700,4361,'rich_editing','true'),(57701,4361,'syntax_highlighting','true'),(57702,4361,'comment_shortcuts','false'),(57703,4361,'admin_color','fresh'),(57704,4361,'use_ssl','0'),(57705,4361,'show_admin_bar_front','true'),(57706,4361,'locale',''),(57707,4361,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57708,4361,'wp_user_level','0'),(57709,4361,'default_password_nag','1'),(57710,4362,'nickname','joshblasingame1987'),(57711,4362,'first_name',''),(57712,4362,'last_name',''),(57713,4362,'description',''),(57714,4362,'rich_editing','true'),(57715,4362,'syntax_highlighting','true'),(57716,4362,'comment_shortcuts','false'),(57717,4362,'admin_color','fresh'),(57718,4362,'use_ssl','0'),(57719,4362,'show_admin_bar_front','true'),(57720,4362,'locale',''),(57721,4362,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57722,4362,'wp_user_level','0'),(57723,4362,'default_password_nag','1'),(57724,4363,'nickname','matalonl1991'),(57725,4363,'first_name',''),(57726,4363,'last_name',''),(57727,4363,'description',''),(57728,4363,'rich_editing','true'),(57729,4363,'syntax_highlighting','true'),(57730,4363,'comment_shortcuts','false'),(57731,4363,'admin_color','fresh'),(57732,4363,'use_ssl','0'),(57733,4363,'show_admin_bar_front','true'),(57734,4363,'locale',''),(57735,4363,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57736,4363,'wp_user_level','0'),(57737,4363,'default_password_nag','1'),(57738,4364,'nickname','ttay3d1955'),(57739,4364,'first_name',''),(57740,4364,'last_name',''),(57741,4364,'description',''),(57742,4364,'rich_editing','true'),(57743,4364,'syntax_highlighting','true'),(57744,4364,'comment_shortcuts','false'),(57745,4364,'admin_color','fresh'),(57746,4364,'use_ssl','0'),(57747,4364,'show_admin_bar_front','true'),(57748,4364,'locale',''),(57749,4364,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57750,4364,'wp_user_level','0'),(57751,4364,'default_password_nag','1'),(57752,4365,'nickname','brittany.smithatl1982'),(57753,4365,'first_name',''),(57754,4365,'last_name',''),(57755,4365,'description',''),(57756,4365,'rich_editing','true'),(57757,4365,'syntax_highlighting','true'),(57758,4365,'comment_shortcuts','false'),(57759,4365,'admin_color','fresh'),(57760,4365,'use_ssl','0'),(57761,4365,'show_admin_bar_front','true'),(57762,4365,'locale',''),(57763,4365,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57764,4365,'wp_user_level','0'),(57765,4365,'default_password_nag','1'),(57766,4366,'nickname','dgwalker1990'),(57767,4366,'first_name',''),(57768,4366,'last_name',''),(57769,4366,'description',''),(57770,4366,'rich_editing','true'),(57771,4366,'syntax_highlighting','true'),(57772,4366,'comment_shortcuts','false'),(57773,4366,'admin_color','fresh'),(57774,4366,'use_ssl','0'),(57775,4366,'show_admin_bar_front','true'),(57776,4366,'locale',''),(57777,4366,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57778,4366,'wp_user_level','0'),(57779,4366,'default_password_nag','1'),(57780,4367,'nickname','cynthiagarcia412961993'),(57781,4367,'first_name',''),(57782,4367,'last_name',''),(57783,4367,'description',''),(57784,4367,'rich_editing','true'),(57785,4367,'syntax_highlighting','true'),(57786,4367,'comment_shortcuts','false'),(57787,4367,'admin_color','fresh'),(57788,4367,'use_ssl','0'),(57789,4367,'show_admin_bar_front','true'),(57790,4367,'locale',''),(57791,4367,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57792,4367,'wp_user_level','0'),(57793,4367,'default_password_nag','1'),(57794,4368,'nickname','seguritanpeter2001'),(57795,4368,'first_name',''),(57796,4368,'last_name',''),(57797,4368,'description',''),(57798,4368,'rich_editing','true'),(57799,4368,'syntax_highlighting','true'),(57800,4368,'comment_shortcuts','false'),(57801,4368,'admin_color','fresh'),(57802,4368,'use_ssl','0'),(57803,4368,'show_admin_bar_front','true'),(57804,4368,'locale',''),(57805,4368,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57806,4368,'wp_user_level','0'),(57807,4368,'default_password_nag','1'),(57808,4369,'nickname','joanneharla1972'),(57809,4369,'first_name',''),(57810,4369,'last_name',''),(57811,4369,'description',''),(57812,4369,'rich_editing','true'),(57813,4369,'syntax_highlighting','true'),(57814,4369,'comment_shortcuts','false'),(57815,4369,'admin_color','fresh'),(57816,4369,'use_ssl','0'),(57817,4369,'show_admin_bar_front','true'),(57818,4369,'locale',''),(57819,4369,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57820,4369,'wp_user_level','0'),(57821,4369,'default_password_nag','1'),(57822,4370,'nickname','mudsyroy1995'),(57823,4370,'first_name',''),(57824,4370,'last_name',''),(57825,4370,'description',''),(57826,4370,'rich_editing','true'),(57827,4370,'syntax_highlighting','true'),(57828,4370,'comment_shortcuts','false'),(57829,4370,'admin_color','fresh'),(57830,4370,'use_ssl','0'),(57831,4370,'show_admin_bar_front','true'),(57832,4370,'locale',''),(57833,4370,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57834,4370,'wp_user_level','0'),(57835,4370,'default_password_nag','1'),(57836,4371,'nickname','angelinpompano1989'),(57837,4371,'first_name',''),(57838,4371,'last_name',''),(57839,4371,'description',''),(57840,4371,'rich_editing','true'),(57841,4371,'syntax_highlighting','true'),(57842,4371,'comment_shortcuts','false'),(57843,4371,'admin_color','fresh'),(57844,4371,'use_ssl','0'),(57845,4371,'show_admin_bar_front','true'),(57846,4371,'locale',''),(57847,4371,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57848,4371,'wp_user_level','0'),(57849,4371,'default_password_nag','1'),(57850,4372,'nickname','candice_clements2003'),(57851,4372,'first_name',''),(57852,4372,'last_name',''),(57853,4372,'description',''),(57854,4372,'rich_editing','true'),(57855,4372,'syntax_highlighting','true'),(57856,4372,'comment_shortcuts','false'),(57857,4372,'admin_color','fresh'),(57858,4372,'use_ssl','0'),(57859,4372,'show_admin_bar_front','true'),(57860,4372,'locale',''),(57861,4372,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57862,4372,'wp_user_level','0'),(57863,4372,'default_password_nag','1'),(57864,4373,'nickname','jkosko1989'),(57865,4373,'first_name',''),(57866,4373,'last_name',''),(57867,4373,'description',''),(57868,4373,'rich_editing','true'),(57869,4373,'syntax_highlighting','true'),(57870,4373,'comment_shortcuts','false'),(57871,4373,'admin_color','fresh'),(57872,4373,'use_ssl','0'),(57873,4373,'show_admin_bar_front','true'),(57874,4373,'locale',''),(57875,4373,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57876,4373,'wp_user_level','0'),(57877,4373,'default_password_nag','1'),(57878,4374,'nickname','pogorsha1979'),(57879,4374,'first_name',''),(57880,4374,'last_name',''),(57881,4374,'description',''),(57882,4374,'rich_editing','true'),(57883,4374,'syntax_highlighting','true'),(57884,4374,'comment_shortcuts','false'),(57885,4374,'admin_color','fresh'),(57886,4374,'use_ssl','0'),(57887,4374,'show_admin_bar_front','true'),(57888,4374,'locale',''),(57889,4374,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57890,4374,'wp_user_level','0'),(57891,4374,'default_password_nag','1'),(57892,4375,'nickname','edbutler941967'),(57893,4375,'first_name',''),(57894,4375,'last_name',''),(57895,4375,'description',''),(57896,4375,'rich_editing','true'),(57897,4375,'syntax_highlighting','true'),(57898,4375,'comment_shortcuts','false'),(57899,4375,'admin_color','fresh'),(57900,4375,'use_ssl','0'),(57901,4375,'show_admin_bar_front','true'),(57902,4375,'locale',''),(57903,4375,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57904,4375,'wp_user_level','0'),(57905,4375,'default_password_nag','1'),(57906,4376,'nickname','toma.maria921992'),(57907,4376,'first_name',''),(57908,4376,'last_name',''),(57909,4376,'description',''),(57910,4376,'rich_editing','true'),(57911,4376,'syntax_highlighting','true'),(57912,4376,'comment_shortcuts','false'),(57913,4376,'admin_color','fresh'),(57914,4376,'use_ssl','0'),(57915,4376,'show_admin_bar_front','true'),(57916,4376,'locale',''),(57917,4376,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57918,4376,'wp_user_level','0'),(57919,4376,'default_password_nag','1'),(57920,4377,'nickname','marthadavenport1966'),(57921,4377,'first_name',''),(57922,4377,'last_name',''),(57923,4377,'description',''),(57924,4377,'rich_editing','true'),(57925,4377,'syntax_highlighting','true'),(57926,4377,'comment_shortcuts','false'),(57927,4377,'admin_color','fresh'),(57928,4377,'use_ssl','0'),(57929,4377,'show_admin_bar_front','true'),(57930,4377,'locale',''),(57931,4377,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57932,4377,'wp_user_level','0'),(57933,4377,'default_password_nag','1'),(57934,4378,'nickname','evanwwong1955'),(57935,4378,'first_name',''),(57936,4378,'last_name',''),(57937,4378,'description',''),(57938,4378,'rich_editing','true'),(57939,4378,'syntax_highlighting','true'),(57940,4378,'comment_shortcuts','false'),(57941,4378,'admin_color','fresh'),(57942,4378,'use_ssl','0'),(57943,4378,'show_admin_bar_front','true'),(57944,4378,'locale',''),(57945,4378,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57946,4378,'wp_user_level','0'),(57947,4378,'default_password_nag','1'),(57948,4379,'nickname','coreyt742005'),(57949,4379,'first_name',''),(57950,4379,'last_name',''),(57951,4379,'description',''),(57952,4379,'rich_editing','true'),(57953,4379,'syntax_highlighting','true'),(57954,4379,'comment_shortcuts','false'),(57955,4379,'admin_color','fresh'),(57956,4379,'use_ssl','0'),(57957,4379,'show_admin_bar_front','true'),(57958,4379,'locale',''),(57959,4379,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57960,4379,'wp_user_level','0'),(57961,4379,'default_password_nag','1'),(57962,4380,'nickname','john.cywright2005'),(57963,4380,'first_name',''),(57964,4380,'last_name',''),(57965,4380,'description',''),(57966,4380,'rich_editing','true'),(57967,4380,'syntax_highlighting','true'),(57968,4380,'comment_shortcuts','false'),(57969,4380,'admin_color','fresh'),(57970,4380,'use_ssl','0'),(57971,4380,'show_admin_bar_front','true'),(57972,4380,'locale',''),(57973,4380,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57974,4380,'wp_user_level','0'),(57975,4380,'default_password_nag','1'),(57976,4381,'nickname','thecruiser2932000'),(57977,4381,'first_name',''),(57978,4381,'last_name',''),(57979,4381,'description',''),(57980,4381,'rich_editing','true'),(57981,4381,'syntax_highlighting','true'),(57982,4381,'comment_shortcuts','false'),(57983,4381,'admin_color','fresh'),(57984,4381,'use_ssl','0'),(57985,4381,'show_admin_bar_front','true'),(57986,4381,'locale',''),(57987,4381,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57988,4381,'wp_user_level','0'),(57989,4381,'default_password_nag','1'),(57990,4382,'nickname','ericalandrock1966'),(57991,4382,'first_name',''),(57992,4382,'last_name',''),(57993,4382,'description',''),(57994,4382,'rich_editing','true'),(57995,4382,'syntax_highlighting','true'),(57996,4382,'comment_shortcuts','false'),(57997,4382,'admin_color','fresh'),(57998,4382,'use_ssl','0'),(57999,4382,'show_admin_bar_front','true'),(58000,4382,'locale',''),(58001,4382,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58002,4382,'wp_user_level','0'),(58003,4382,'default_password_nag','1'),(58004,4383,'nickname','hdkesterton1953'),(58005,4383,'first_name',''),(58006,4383,'last_name',''),(58007,4383,'description',''),(58008,4383,'rich_editing','true'),(58009,4383,'syntax_highlighting','true'),(58010,4383,'comment_shortcuts','false'),(58011,4383,'admin_color','fresh'),(58012,4383,'use_ssl','0'),(58013,4383,'show_admin_bar_front','true'),(58014,4383,'locale',''),(58015,4383,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58016,4383,'wp_user_level','0'),(58017,4383,'default_password_nag','1'),(58018,4384,'nickname','18rmiller1957'),(58019,4384,'first_name',''),(58020,4384,'last_name',''),(58021,4384,'description',''),(58022,4384,'rich_editing','true'),(58023,4384,'syntax_highlighting','true'),(58024,4384,'comment_shortcuts','false'),(58025,4384,'admin_color','fresh'),(58026,4384,'use_ssl','0'),(58027,4384,'show_admin_bar_front','true'),(58028,4384,'locale',''),(58029,4384,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58030,4384,'wp_user_level','0'),(58031,4384,'default_password_nag','1'),(58032,4385,'nickname','justweiss2004'),(58033,4385,'first_name',''),(58034,4385,'last_name',''),(58035,4385,'description',''),(58036,4385,'rich_editing','true'),(58037,4385,'syntax_highlighting','true'),(58038,4385,'comment_shortcuts','false'),(58039,4385,'admin_color','fresh'),(58040,4385,'use_ssl','0'),(58041,4385,'show_admin_bar_front','true'),(58042,4385,'locale',''),(58043,4385,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58044,4385,'wp_user_level','0'),(58045,4385,'default_password_nag','1'),(58046,4386,'nickname','mmcguire102010'),(58047,4386,'first_name',''),(58048,4386,'last_name',''),(58049,4386,'description',''),(58050,4386,'rich_editing','true'),(58051,4386,'syntax_highlighting','true'),(58052,4386,'comment_shortcuts','false'),(58053,4386,'admin_color','fresh'),(58054,4386,'use_ssl','0'),(58055,4386,'show_admin_bar_front','true'),(58056,4386,'locale',''),(58057,4386,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58058,4386,'wp_user_level','0'),(58059,4386,'default_password_nag','1'),(58060,4387,'nickname','despardestravel1986'),(58061,4387,'first_name',''),(58062,4387,'last_name',''),(58063,4387,'description',''),(58064,4387,'rich_editing','true'),(58065,4387,'syntax_highlighting','true'),(58066,4387,'comment_shortcuts','false'),(58067,4387,'admin_color','fresh'),(58068,4387,'use_ssl','0'),(58069,4387,'show_admin_bar_front','true'),(58070,4387,'locale',''),(58071,4387,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58072,4387,'wp_user_level','0'),(58073,4387,'default_password_nag','1'),(58074,4388,'nickname','scazares702005'),(58075,4388,'first_name',''),(58076,4388,'last_name',''),(58077,4388,'description',''),(58078,4388,'rich_editing','true'),(58079,4388,'syntax_highlighting','true'),(58080,4388,'comment_shortcuts','false'),(58081,4388,'admin_color','fresh'),(58082,4388,'use_ssl','0'),(58083,4388,'show_admin_bar_front','true'),(58084,4388,'locale',''),(58085,4388,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58086,4388,'wp_user_level','0'),(58087,4388,'default_password_nag','1'),(58088,4389,'nickname','klrousselle1976'),(58089,4389,'first_name',''),(58090,4389,'last_name',''),(58091,4389,'description',''),(58092,4389,'rich_editing','true'),(58093,4389,'syntax_highlighting','true'),(58094,4389,'comment_shortcuts','false'),(58095,4389,'admin_color','fresh'),(58096,4389,'use_ssl','0'),(58097,4389,'show_admin_bar_front','true'),(58098,4389,'locale',''),(58099,4389,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58100,4389,'wp_user_level','0'),(58101,4389,'default_password_nag','1'),(58102,4390,'nickname','sherrydickstein1981'),(58103,4390,'first_name',''),(58104,4390,'last_name',''),(58105,4390,'description',''),(58106,4390,'rich_editing','true'),(58107,4390,'syntax_highlighting','true'),(58108,4390,'comment_shortcuts','false'),(58109,4390,'admin_color','fresh'),(58110,4390,'use_ssl','0'),(58111,4390,'show_admin_bar_front','true'),(58112,4390,'locale',''),(58113,4390,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58114,4390,'wp_user_level','0'),(58115,4390,'default_password_nag','1'),(58116,4391,'nickname','dee.n.fitz1955'),(58117,4391,'first_name',''),(58118,4391,'last_name',''),(58119,4391,'description',''),(58120,4391,'rich_editing','true'),(58121,4391,'syntax_highlighting','true'),(58122,4391,'comment_shortcuts','false'),(58123,4391,'admin_color','fresh'),(58124,4391,'use_ssl','0'),(58125,4391,'show_admin_bar_front','true'),(58126,4391,'locale',''),(58127,4391,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58128,4391,'wp_user_level','0'),(58129,4391,'default_password_nag','1'),(58130,4392,'nickname','viecooper581960'),(58131,4392,'first_name',''),(58132,4392,'last_name',''),(58133,4392,'description',''),(58134,4392,'rich_editing','true'),(58135,4392,'syntax_highlighting','true'),(58136,4392,'comment_shortcuts','false'),(58137,4392,'admin_color','fresh'),(58138,4392,'use_ssl','0'),(58139,4392,'show_admin_bar_front','true'),(58140,4392,'locale',''),(58141,4392,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58142,4392,'wp_user_level','0'),(58143,4392,'default_password_nag','1'),(58144,4393,'nickname','kobohamb1983'),(58145,4393,'first_name',''),(58146,4393,'last_name',''),(58147,4393,'description',''),(58148,4393,'rich_editing','true'),(58149,4393,'syntax_highlighting','true'),(58150,4393,'comment_shortcuts','false'),(58151,4393,'admin_color','fresh'),(58152,4393,'use_ssl','0'),(58153,4393,'show_admin_bar_front','true'),(58154,4393,'locale',''),(58155,4393,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58156,4393,'wp_user_level','0'),(58157,4393,'default_password_nag','1'),(58158,4394,'nickname','ben.bowles1964'),(58159,4394,'first_name',''),(58160,4394,'last_name',''),(58161,4394,'description',''),(58162,4394,'rich_editing','true'),(58163,4394,'syntax_highlighting','true'),(58164,4394,'comment_shortcuts','false'),(58165,4394,'admin_color','fresh'),(58166,4394,'use_ssl','0'),(58167,4394,'show_admin_bar_front','true'),(58168,4394,'locale',''),(58169,4394,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58170,4394,'wp_user_level','0'),(58171,4394,'default_password_nag','1'),(58172,4395,'nickname','hulstonfamily2005'),(58173,4395,'first_name',''),(58174,4395,'last_name',''),(58175,4395,'description',''),(58176,4395,'rich_editing','true'),(58177,4395,'syntax_highlighting','true'),(58178,4395,'comment_shortcuts','false'),(58179,4395,'admin_color','fresh'),(58180,4395,'use_ssl','0'),(58181,4395,'show_admin_bar_front','true'),(58182,4395,'locale',''),(58183,4395,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58184,4395,'wp_user_level','0'),(58185,4395,'default_password_nag','1'),(58186,4396,'nickname','redrover1971'),(58187,4396,'first_name',''),(58188,4396,'last_name',''),(58189,4396,'description',''),(58190,4396,'rich_editing','true'),(58191,4396,'syntax_highlighting','true'),(58192,4396,'comment_shortcuts','false'),(58193,4396,'admin_color','fresh'),(58194,4396,'use_ssl','0'),(58195,4396,'show_admin_bar_front','true'),(58196,4396,'locale',''),(58197,4396,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58198,4396,'wp_user_level','0'),(58199,4396,'default_password_nag','1'),(58200,4397,'nickname','joshw1954'),(58201,4397,'first_name',''),(58202,4397,'last_name',''),(58203,4397,'description',''),(58204,4397,'rich_editing','true'),(58205,4397,'syntax_highlighting','true'),(58206,4397,'comment_shortcuts','false'),(58207,4397,'admin_color','fresh'),(58208,4397,'use_ssl','0'),(58209,4397,'show_admin_bar_front','true'),(58210,4397,'locale',''),(58211,4397,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58212,4397,'wp_user_level','0'),(58213,4397,'default_password_nag','1'),(58214,4398,'nickname','courtney2003'),(58215,4398,'first_name',''),(58216,4398,'last_name',''),(58217,4398,'description',''),(58218,4398,'rich_editing','true'),(58219,4398,'syntax_highlighting','true'),(58220,4398,'comment_shortcuts','false'),(58221,4398,'admin_color','fresh'),(58222,4398,'use_ssl','0'),(58223,4398,'show_admin_bar_front','true'),(58224,4398,'locale',''),(58225,4398,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58226,4398,'wp_user_level','0'),(58227,4398,'default_password_nag','1'),(58228,4399,'nickname','robert911621955'),(58229,4399,'first_name',''),(58230,4399,'last_name',''),(58231,4399,'description',''),(58232,4399,'rich_editing','true'),(58233,4399,'syntax_highlighting','true'),(58234,4399,'comment_shortcuts','false'),(58235,4399,'admin_color','fresh'),(58236,4399,'use_ssl','0'),(58237,4399,'show_admin_bar_front','true'),(58238,4399,'locale',''),(58239,4399,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58240,4399,'wp_user_level','0'),(58241,4399,'default_password_nag','1'),(58242,4400,'nickname','brooklynsbrands2001'),(58243,4400,'first_name',''),(58244,4400,'last_name',''),(58245,4400,'description',''),(58246,4400,'rich_editing','true'),(58247,4400,'syntax_highlighting','true'),(58248,4400,'comment_shortcuts','false'),(58249,4400,'admin_color','fresh'),(58250,4400,'use_ssl','0'),(58251,4400,'show_admin_bar_front','true'),(58252,4400,'locale',''),(58253,4400,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58254,4400,'wp_user_level','0'),(58255,4400,'default_password_nag','1'),(58256,4401,'nickname','russ1965'),(58257,4401,'first_name',''),(58258,4401,'last_name',''),(58259,4401,'description',''),(58260,4401,'rich_editing','true'),(58261,4401,'syntax_highlighting','true'),(58262,4401,'comment_shortcuts','false'),(58263,4401,'admin_color','fresh'),(58264,4401,'use_ssl','0'),(58265,4401,'show_admin_bar_front','true'),(58266,4401,'locale',''),(58267,4401,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58268,4401,'wp_user_level','0'),(58269,4401,'default_password_nag','1'),(58270,4402,'nickname','griffin.martha1989'),(58271,4402,'first_name',''),(58272,4402,'last_name',''),(58273,4402,'description',''),(58274,4402,'rich_editing','true'),(58275,4402,'syntax_highlighting','true'),(58276,4402,'comment_shortcuts','false'),(58277,4402,'admin_color','fresh'),(58278,4402,'use_ssl','0'),(58279,4402,'show_admin_bar_front','true'),(58280,4402,'locale',''),(58281,4402,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58282,4402,'wp_user_level','0'),(58283,4402,'default_password_nag','1'),(58284,4403,'nickname','gireevstanislav41952'),(58285,4403,'first_name',''),(58286,4403,'last_name',''),(58287,4403,'description',''),(58288,4403,'rich_editing','true'),(58289,4403,'syntax_highlighting','true'),(58290,4403,'comment_shortcuts','false'),(58291,4403,'admin_color','fresh'),(58292,4403,'use_ssl','0'),(58293,4403,'show_admin_bar_front','true'),(58294,4403,'locale',''),(58295,4403,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58296,4403,'wp_user_level','0'),(58297,4403,'default_password_nag','1'),(58298,4404,'nickname','mrand561954'),(58299,4404,'first_name',''),(58300,4404,'last_name',''),(58301,4404,'description',''),(58302,4404,'rich_editing','true'),(58303,4404,'syntax_highlighting','true'),(58304,4404,'comment_shortcuts','false'),(58305,4404,'admin_color','fresh'),(58306,4404,'use_ssl','0'),(58307,4404,'show_admin_bar_front','true'),(58308,4404,'locale',''),(58309,4404,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58310,4404,'wp_user_level','0'),(58311,4404,'default_password_nag','1'),(58312,4405,'nickname','tonywillette1988'),(58313,4405,'first_name',''),(58314,4405,'last_name',''),(58315,4405,'description',''),(58316,4405,'rich_editing','true'),(58317,4405,'syntax_highlighting','true'),(58318,4405,'comment_shortcuts','false'),(58319,4405,'admin_color','fresh'),(58320,4405,'use_ssl','0'),(58321,4405,'show_admin_bar_front','true'),(58322,4405,'locale',''),(58323,4405,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58324,4405,'wp_user_level','0'),(58325,4405,'default_password_nag','1'),(58326,4406,'nickname','odreye2006'),(58327,4406,'first_name',''),(58328,4406,'last_name',''),(58329,4406,'description',''),(58330,4406,'rich_editing','true'),(58331,4406,'syntax_highlighting','true'),(58332,4406,'comment_shortcuts','false'),(58333,4406,'admin_color','fresh'),(58334,4406,'use_ssl','0'),(58335,4406,'show_admin_bar_front','true'),(58336,4406,'locale',''),(58337,4406,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58338,4406,'wp_user_level','0'),(58339,4406,'default_password_nag','1'),(58340,4407,'nickname','lisa1987'),(58341,4407,'first_name',''),(58342,4407,'last_name',''),(58343,4407,'description',''),(58344,4407,'rich_editing','true'),(58345,4407,'syntax_highlighting','true'),(58346,4407,'comment_shortcuts','false'),(58347,4407,'admin_color','fresh'),(58348,4407,'use_ssl','0'),(58349,4407,'show_admin_bar_front','true'),(58350,4407,'locale',''),(58351,4407,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58352,4407,'wp_user_level','0'),(58353,4407,'default_password_nag','1'),(58354,4408,'nickname','michael.adam.murray1997'),(58355,4408,'first_name',''),(58356,4408,'last_name',''),(58357,4408,'description',''),(58358,4408,'rich_editing','true'),(58359,4408,'syntax_highlighting','true'),(58360,4408,'comment_shortcuts','false'),(58361,4408,'admin_color','fresh'),(58362,4408,'use_ssl','0'),(58363,4408,'show_admin_bar_front','true'),(58364,4408,'locale',''),(58365,4408,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58366,4408,'wp_user_level','0'),(58367,4408,'default_password_nag','1'),(58368,4409,'nickname','russell.jennings2006'),(58369,4409,'first_name',''),(58370,4409,'last_name',''),(58371,4409,'description',''),(58372,4409,'rich_editing','true'),(58373,4409,'syntax_highlighting','true'),(58374,4409,'comment_shortcuts','false'),(58375,4409,'admin_color','fresh'),(58376,4409,'use_ssl','0'),(58377,4409,'show_admin_bar_front','true'),(58378,4409,'locale',''),(58379,4409,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58380,4409,'wp_user_level','0'),(58381,4409,'default_password_nag','1'),(58382,4410,'nickname','sales2003'),(58383,4410,'first_name',''),(58384,4410,'last_name',''),(58385,4410,'description',''),(58386,4410,'rich_editing','true'),(58387,4410,'syntax_highlighting','true'),(58388,4410,'comment_shortcuts','false'),(58389,4410,'admin_color','fresh'),(58390,4410,'use_ssl','0'),(58391,4410,'show_admin_bar_front','true'),(58392,4410,'locale',''),(58393,4410,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58394,4410,'wp_user_level','0'),(58395,4410,'default_password_nag','1'),(58396,4411,'nickname','rfischer1991'),(58397,4411,'first_name',''),(58398,4411,'last_name',''),(58399,4411,'description',''),(58400,4411,'rich_editing','true'),(58401,4411,'syntax_highlighting','true'),(58402,4411,'comment_shortcuts','false'),(58403,4411,'admin_color','fresh'),(58404,4411,'use_ssl','0'),(58405,4411,'show_admin_bar_front','true'),(58406,4411,'locale',''),(58407,4411,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58408,4411,'wp_user_level','0'),(58409,4411,'default_password_nag','1'),(58410,4412,'nickname','greg.venezia1980'),(58411,4412,'first_name',''),(58412,4412,'last_name',''),(58413,4412,'description',''),(58414,4412,'rich_editing','true'),(58415,4412,'syntax_highlighting','true'),(58416,4412,'comment_shortcuts','false'),(58417,4412,'admin_color','fresh'),(58418,4412,'use_ssl','0'),(58419,4412,'show_admin_bar_front','true'),(58420,4412,'locale',''),(58421,4412,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58422,4412,'wp_user_level','0'),(58423,4412,'default_password_nag','1'),(58424,4413,'nickname','jevans1980'),(58425,4413,'first_name',''),(58426,4413,'last_name',''),(58427,4413,'description',''),(58428,4413,'rich_editing','true'),(58429,4413,'syntax_highlighting','true'),(58430,4413,'comment_shortcuts','false'),(58431,4413,'admin_color','fresh'),(58432,4413,'use_ssl','0'),(58433,4413,'show_admin_bar_front','true'),(58434,4413,'locale',''),(58435,4413,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58436,4413,'wp_user_level','0'),(58437,4413,'default_password_nag','1'),(58438,4414,'nickname','rahul2008'),(58439,4414,'first_name',''),(58440,4414,'last_name',''),(58441,4414,'description',''),(58442,4414,'rich_editing','true'),(58443,4414,'syntax_highlighting','true'),(58444,4414,'comment_shortcuts','false'),(58445,4414,'admin_color','fresh'),(58446,4414,'use_ssl','0'),(58447,4414,'show_admin_bar_front','true'),(58448,4414,'locale',''),(58449,4414,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58450,4414,'wp_user_level','0'),(58451,4414,'default_password_nag','1'),(58452,4415,'nickname','l.doyle1990'),(58453,4415,'first_name',''),(58454,4415,'last_name',''),(58455,4415,'description',''),(58456,4415,'rich_editing','true'),(58457,4415,'syntax_highlighting','true'),(58458,4415,'comment_shortcuts','false'),(58459,4415,'admin_color','fresh'),(58460,4415,'use_ssl','0'),(58461,4415,'show_admin_bar_front','true'),(58462,4415,'locale',''),(58463,4415,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58464,4415,'wp_user_level','0'),(58465,4415,'default_password_nag','1'),(58466,4416,'nickname','markbarnes191971'),(58467,4416,'first_name',''),(58468,4416,'last_name',''),(58469,4416,'description',''),(58470,4416,'rich_editing','true'),(58471,4416,'syntax_highlighting','true'),(58472,4416,'comment_shortcuts','false'),(58473,4416,'admin_color','fresh'),(58474,4416,'use_ssl','0'),(58475,4416,'show_admin_bar_front','true'),(58476,4416,'locale',''),(58477,4416,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58478,4416,'wp_user_level','0'),(58479,4416,'default_password_nag','1'),(58480,4417,'nickname','phil31991956'),(58481,4417,'first_name',''),(58482,4417,'last_name',''),(58483,4417,'description',''),(58484,4417,'rich_editing','true'),(58485,4417,'syntax_highlighting','true'),(58486,4417,'comment_shortcuts','false'),(58487,4417,'admin_color','fresh'),(58488,4417,'use_ssl','0'),(58489,4417,'show_admin_bar_front','true'),(58490,4417,'locale',''),(58491,4417,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58492,4417,'wp_user_level','0'),(58493,4417,'default_password_nag','1'),(58494,4418,'nickname','mamaneko11960'),(58495,4418,'first_name',''),(58496,4418,'last_name',''),(58497,4418,'description',''),(58498,4418,'rich_editing','true'),(58499,4418,'syntax_highlighting','true'),(58500,4418,'comment_shortcuts','false'),(58501,4418,'admin_color','fresh'),(58502,4418,'use_ssl','0'),(58503,4418,'show_admin_bar_front','true'),(58504,4418,'locale',''),(58505,4418,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58506,4418,'wp_user_level','0'),(58507,4418,'default_password_nag','1'),(58508,4419,'nickname','imayankee1968'),(58509,4419,'first_name',''),(58510,4419,'last_name',''),(58511,4419,'description',''),(58512,4419,'rich_editing','true'),(58513,4419,'syntax_highlighting','true'),(58514,4419,'comment_shortcuts','false'),(58515,4419,'admin_color','fresh'),(58516,4419,'use_ssl','0'),(58517,4419,'show_admin_bar_front','true'),(58518,4419,'locale',''),(58519,4419,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58520,4419,'wp_user_level','0'),(58521,4419,'default_password_nag','1'),(58522,4420,'nickname','anna.cheung2001'),(58523,4420,'first_name',''),(58524,4420,'last_name',''),(58525,4420,'description',''),(58526,4420,'rich_editing','true'),(58527,4420,'syntax_highlighting','true'),(58528,4420,'comment_shortcuts','false'),(58529,4420,'admin_color','fresh'),(58530,4420,'use_ssl','0'),(58531,4420,'show_admin_bar_front','true'),(58532,4420,'locale',''),(58533,4420,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58534,4420,'wp_user_level','0'),(58535,4420,'default_password_nag','1'),(58536,4421,'nickname','sunsmshine831953'),(58537,4421,'first_name',''),(58538,4421,'last_name',''),(58539,4421,'description',''),(58540,4421,'rich_editing','true'),(58541,4421,'syntax_highlighting','true'),(58542,4421,'comment_shortcuts','false'),(58543,4421,'admin_color','fresh'),(58544,4421,'use_ssl','0'),(58545,4421,'show_admin_bar_front','true'),(58546,4421,'locale',''),(58547,4421,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58548,4421,'wp_user_level','0'),(58549,4421,'default_password_nag','1'),(58550,4422,'nickname','erstoltz1951'),(58551,4422,'first_name',''),(58552,4422,'last_name',''),(58553,4422,'description',''),(58554,4422,'rich_editing','true'),(58555,4422,'syntax_highlighting','true'),(58556,4422,'comment_shortcuts','false'),(58557,4422,'admin_color','fresh'),(58558,4422,'use_ssl','0'),(58559,4422,'show_admin_bar_front','true'),(58560,4422,'locale',''),(58561,4422,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58562,4422,'wp_user_level','0'),(58563,4422,'default_password_nag','1'),(58564,4423,'nickname','vmanand1979'),(58565,4423,'first_name',''),(58566,4423,'last_name',''),(58567,4423,'description',''),(58568,4423,'rich_editing','true'),(58569,4423,'syntax_highlighting','true'),(58570,4423,'comment_shortcuts','false'),(58571,4423,'admin_color','fresh'),(58572,4423,'use_ssl','0'),(58573,4423,'show_admin_bar_front','true'),(58574,4423,'locale',''),(58575,4423,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58576,4423,'wp_user_level','0'),(58577,4423,'default_password_nag','1'),(58578,4424,'nickname','micheleb12191988'),(58579,4424,'first_name',''),(58580,4424,'last_name',''),(58581,4424,'description',''),(58582,4424,'rich_editing','true'),(58583,4424,'syntax_highlighting','true'),(58584,4424,'comment_shortcuts','false'),(58585,4424,'admin_color','fresh'),(58586,4424,'use_ssl','0'),(58587,4424,'show_admin_bar_front','true'),(58588,4424,'locale',''),(58589,4424,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58590,4424,'wp_user_level','0'),(58591,4424,'default_password_nag','1'),(58592,4425,'nickname','mfp.fire1976'),(58593,4425,'first_name',''),(58594,4425,'last_name',''),(58595,4425,'description',''),(58596,4425,'rich_editing','true'),(58597,4425,'syntax_highlighting','true'),(58598,4425,'comment_shortcuts','false'),(58599,4425,'admin_color','fresh'),(58600,4425,'use_ssl','0'),(58601,4425,'show_admin_bar_front','true'),(58602,4425,'locale',''),(58603,4425,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58604,4425,'wp_user_level','0'),(58605,4425,'default_password_nag','1'),(58606,4426,'nickname','bludya721977'),(58607,4426,'first_name',''),(58608,4426,'last_name',''),(58609,4426,'description',''),(58610,4426,'rich_editing','true'),(58611,4426,'syntax_highlighting','true'),(58612,4426,'comment_shortcuts','false'),(58613,4426,'admin_color','fresh'),(58614,4426,'use_ssl','0'),(58615,4426,'show_admin_bar_front','true'),(58616,4426,'locale',''),(58617,4426,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58618,4426,'wp_user_level','0'),(58619,4426,'default_password_nag','1'),(58620,4427,'nickname','beckyguiles1992'),(58621,4427,'first_name',''),(58622,4427,'last_name',''),(58623,4427,'description',''),(58624,4427,'rich_editing','true'),(58625,4427,'syntax_highlighting','true'),(58626,4427,'comment_shortcuts','false'),(58627,4427,'admin_color','fresh'),(58628,4427,'use_ssl','0'),(58629,4427,'show_admin_bar_front','true'),(58630,4427,'locale',''),(58631,4427,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58632,4427,'wp_user_level','0'),(58633,4427,'default_password_nag','1'),(58634,4428,'nickname','pogrebad1971'),(58635,4428,'first_name',''),(58636,4428,'last_name',''),(58637,4428,'description',''),(58638,4428,'rich_editing','true'),(58639,4428,'syntax_highlighting','true'),(58640,4428,'comment_shortcuts','false'),(58641,4428,'admin_color','fresh'),(58642,4428,'use_ssl','0'),(58643,4428,'show_admin_bar_front','true'),(58644,4428,'locale',''),(58645,4428,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58646,4428,'wp_user_level','0'),(58647,4428,'default_password_nag','1'),(58648,4429,'nickname','valerie.morales252000'),(58649,4429,'first_name',''),(58650,4429,'last_name',''),(58651,4429,'description',''),(58652,4429,'rich_editing','true'),(58653,4429,'syntax_highlighting','true'),(58654,4429,'comment_shortcuts','false'),(58655,4429,'admin_color','fresh'),(58656,4429,'use_ssl','0'),(58657,4429,'show_admin_bar_front','true'),(58658,4429,'locale',''),(58659,4429,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58660,4429,'wp_user_level','0'),(58661,4429,'default_password_nag','1'),(58662,4430,'nickname','matthew.simon1976'),(58663,4430,'first_name',''),(58664,4430,'last_name',''),(58665,4430,'description',''),(58666,4430,'rich_editing','true'),(58667,4430,'syntax_highlighting','true'),(58668,4430,'comment_shortcuts','false'),(58669,4430,'admin_color','fresh'),(58670,4430,'use_ssl','0'),(58671,4430,'show_admin_bar_front','true'),(58672,4430,'locale',''),(58673,4430,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58674,4430,'wp_user_level','0'),(58675,4430,'default_password_nag','1'),(58676,4431,'nickname','johnterry5301958'),(58677,4431,'first_name',''),(58678,4431,'last_name',''),(58679,4431,'description',''),(58680,4431,'rich_editing','true'),(58681,4431,'syntax_highlighting','true'),(58682,4431,'comment_shortcuts','false'),(58683,4431,'admin_color','fresh'),(58684,4431,'use_ssl','0'),(58685,4431,'show_admin_bar_front','true'),(58686,4431,'locale',''),(58687,4431,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58688,4431,'wp_user_level','0'),(58689,4431,'default_password_nag','1'),(58690,4432,'nickname','mark.misto1950'),(58691,4432,'first_name',''),(58692,4432,'last_name',''),(58693,4432,'description',''),(58694,4432,'rich_editing','true'),(58695,4432,'syntax_highlighting','true'),(58696,4432,'comment_shortcuts','false'),(58697,4432,'admin_color','fresh'),(58698,4432,'use_ssl','0'),(58699,4432,'show_admin_bar_front','true'),(58700,4432,'locale',''),(58701,4432,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58702,4432,'wp_user_level','0'),(58703,4432,'default_password_nag','1'),(58704,4433,'nickname','jyflores_12007'),(58705,4433,'first_name',''),(58706,4433,'last_name',''),(58707,4433,'description',''),(58708,4433,'rich_editing','true'),(58709,4433,'syntax_highlighting','true'),(58710,4433,'comment_shortcuts','false'),(58711,4433,'admin_color','fresh'),(58712,4433,'use_ssl','0'),(58713,4433,'show_admin_bar_front','true'),(58714,4433,'locale',''),(58715,4433,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58716,4433,'wp_user_level','0'),(58717,4433,'default_password_nag','1'),(58718,4434,'nickname','aguchima20001982'),(58719,4434,'first_name',''),(58720,4434,'last_name',''),(58721,4434,'description',''),(58722,4434,'rich_editing','true'),(58723,4434,'syntax_highlighting','true'),(58724,4434,'comment_shortcuts','false'),(58725,4434,'admin_color','fresh'),(58726,4434,'use_ssl','0'),(58727,4434,'show_admin_bar_front','true'),(58728,4434,'locale',''),(58729,4434,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58730,4434,'wp_user_level','0'),(58731,4434,'default_password_nag','1'),(58732,4435,'nickname','nally35051976'),(58733,4435,'first_name',''),(58734,4435,'last_name',''),(58735,4435,'description',''),(58736,4435,'rich_editing','true'),(58737,4435,'syntax_highlighting','true'),(58738,4435,'comment_shortcuts','false'),(58739,4435,'admin_color','fresh'),(58740,4435,'use_ssl','0'),(58741,4435,'show_admin_bar_front','true'),(58742,4435,'locale',''),(58743,4435,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58744,4435,'wp_user_level','0'),(58745,4435,'default_password_nag','1'),(58746,4436,'nickname','rachelelizabeth.alexander1957'),(58747,4436,'first_name',''),(58748,4436,'last_name',''),(58749,4436,'description',''),(58750,4436,'rich_editing','true'),(58751,4436,'syntax_highlighting','true'),(58752,4436,'comment_shortcuts','false'),(58753,4436,'admin_color','fresh'),(58754,4436,'use_ssl','0'),(58755,4436,'show_admin_bar_front','true'),(58756,4436,'locale',''),(58757,4436,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58758,4436,'wp_user_level','0'),(58759,4436,'default_password_nag','1'),(58760,4437,'nickname','sreekanth.g2006'),(58761,4437,'first_name',''),(58762,4437,'last_name',''),(58763,4437,'description',''),(58764,4437,'rich_editing','true'),(58765,4437,'syntax_highlighting','true'),(58766,4437,'comment_shortcuts','false'),(58767,4437,'admin_color','fresh'),(58768,4437,'use_ssl','0'),(58769,4437,'show_admin_bar_front','true'),(58770,4437,'locale',''),(58771,4437,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58772,4437,'wp_user_level','0'),(58773,4437,'default_password_nag','1'),(58774,4438,'nickname','amgguerrero2001'),(58775,4438,'first_name',''),(58776,4438,'last_name',''),(58777,4438,'description',''),(58778,4438,'rich_editing','true'),(58779,4438,'syntax_highlighting','true'),(58780,4438,'comment_shortcuts','false'),(58781,4438,'admin_color','fresh'),(58782,4438,'use_ssl','0'),(58783,4438,'show_admin_bar_front','true'),(58784,4438,'locale',''),(58785,4438,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58786,4438,'wp_user_level','0'),(58787,4438,'default_password_nag','1'),(58788,4439,'nickname','randysisco1997'),(58789,4439,'first_name',''),(58790,4439,'last_name',''),(58791,4439,'description',''),(58792,4439,'rich_editing','true'),(58793,4439,'syntax_highlighting','true'),(58794,4439,'comment_shortcuts','false'),(58795,4439,'admin_color','fresh'),(58796,4439,'use_ssl','0'),(58797,4439,'show_admin_bar_front','true'),(58798,4439,'locale',''),(58799,4439,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58800,4439,'wp_user_level','0'),(58801,4439,'default_password_nag','1'),(58802,4440,'nickname','rhilton19842002'),(58803,4440,'first_name',''),(58804,4440,'last_name',''),(58805,4440,'description',''),(58806,4440,'rich_editing','true'),(58807,4440,'syntax_highlighting','true'),(58808,4440,'comment_shortcuts','false'),(58809,4440,'admin_color','fresh'),(58810,4440,'use_ssl','0'),(58811,4440,'show_admin_bar_front','true'),(58812,4440,'locale',''),(58813,4440,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58814,4440,'wp_user_level','0'),(58815,4440,'default_password_nag','1'),(58816,4441,'nickname','ghunt50051974'),(58817,4441,'first_name',''),(58818,4441,'last_name',''),(58819,4441,'description',''),(58820,4441,'rich_editing','true'),(58821,4441,'syntax_highlighting','true'),(58822,4441,'comment_shortcuts','false'),(58823,4441,'admin_color','fresh'),(58824,4441,'use_ssl','0'),(58825,4441,'show_admin_bar_front','true'),(58826,4441,'locale',''),(58827,4441,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58828,4441,'wp_user_level','0'),(58829,4441,'default_password_nag','1'),(58830,4442,'nickname','danahunt73361979'),(58831,4442,'first_name',''),(58832,4442,'last_name',''),(58833,4442,'description',''),(58834,4442,'rich_editing','true'),(58835,4442,'syntax_highlighting','true'),(58836,4442,'comment_shortcuts','false'),(58837,4442,'admin_color','fresh'),(58838,4442,'use_ssl','0'),(58839,4442,'show_admin_bar_front','true'),(58840,4442,'locale',''),(58841,4442,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58842,4442,'wp_user_level','0'),(58843,4442,'default_password_nag','1'),(58844,4443,'nickname','samanthacranmer1955'),(58845,4443,'first_name',''),(58846,4443,'last_name',''),(58847,4443,'description',''),(58848,4443,'rich_editing','true'),(58849,4443,'syntax_highlighting','true'),(58850,4443,'comment_shortcuts','false'),(58851,4443,'admin_color','fresh'),(58852,4443,'use_ssl','0'),(58853,4443,'show_admin_bar_front','true'),(58854,4443,'locale',''),(58855,4443,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58856,4443,'wp_user_level','0'),(58857,4443,'default_password_nag','1'),(58858,4444,'nickname','jtong6852002'),(58859,4444,'first_name',''),(58860,4444,'last_name',''),(58861,4444,'description',''),(58862,4444,'rich_editing','true'),(58863,4444,'syntax_highlighting','true'),(58864,4444,'comment_shortcuts','false'),(58865,4444,'admin_color','fresh'),(58866,4444,'use_ssl','0'),(58867,4444,'show_admin_bar_front','true'),(58868,4444,'locale',''),(58869,4444,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58870,4444,'wp_user_level','0'),(58871,4444,'default_password_nag','1'),(58872,4445,'nickname','limjunqu2003'),(58873,4445,'first_name',''),(58874,4445,'last_name',''),(58875,4445,'description',''),(58876,4445,'rich_editing','true'),(58877,4445,'syntax_highlighting','true'),(58878,4445,'comment_shortcuts','false'),(58879,4445,'admin_color','fresh'),(58880,4445,'use_ssl','0'),(58881,4445,'show_admin_bar_front','true'),(58882,4445,'locale',''),(58883,4445,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58884,4445,'wp_user_level','0'),(58885,4445,'default_password_nag','1'),(58886,4446,'nickname','ericimports11996'),(58887,4446,'first_name',''),(58888,4446,'last_name',''),(58889,4446,'description',''),(58890,4446,'rich_editing','true'),(58891,4446,'syntax_highlighting','true'),(58892,4446,'comment_shortcuts','false'),(58893,4446,'admin_color','fresh'),(58894,4446,'use_ssl','0'),(58895,4446,'show_admin_bar_front','true'),(58896,4446,'locale',''),(58897,4446,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58898,4446,'wp_user_level','0'),(58899,4446,'default_password_nag','1'),(58900,4447,'nickname','williama.luponejr1985'),(58901,4447,'first_name',''),(58902,4447,'last_name',''),(58903,4447,'description',''),(58904,4447,'rich_editing','true'),(58905,4447,'syntax_highlighting','true'),(58906,4447,'comment_shortcuts','false'),(58907,4447,'admin_color','fresh'),(58908,4447,'use_ssl','0'),(58909,4447,'show_admin_bar_front','true'),(58910,4447,'locale',''),(58911,4447,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58912,4447,'wp_user_level','0'),(58913,4447,'default_password_nag','1'),(58914,4448,'nickname','marcia.schr1982'),(58915,4448,'first_name',''),(58916,4448,'last_name',''),(58917,4448,'description',''),(58918,4448,'rich_editing','true'),(58919,4448,'syntax_highlighting','true'),(58920,4448,'comment_shortcuts','false'),(58921,4448,'admin_color','fresh'),(58922,4448,'use_ssl','0'),(58923,4448,'show_admin_bar_front','true'),(58924,4448,'locale',''),(58925,4448,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58926,4448,'wp_user_level','0'),(58927,4448,'default_password_nag','1'),(58928,4449,'nickname','rayvawn1955'),(58929,4449,'first_name',''),(58930,4449,'last_name',''),(58931,4449,'description',''),(58932,4449,'rich_editing','true'),(58933,4449,'syntax_highlighting','true'),(58934,4449,'comment_shortcuts','false'),(58935,4449,'admin_color','fresh'),(58936,4449,'use_ssl','0'),(58937,4449,'show_admin_bar_front','true'),(58938,4449,'locale',''),(58939,4449,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58940,4449,'wp_user_level','0'),(58941,4449,'default_password_nag','1'),(58942,4450,'nickname','jolene1973'),(58943,4450,'first_name',''),(58944,4450,'last_name',''),(58945,4450,'description',''),(58946,4450,'rich_editing','true'),(58947,4450,'syntax_highlighting','true'),(58948,4450,'comment_shortcuts','false'),(58949,4450,'admin_color','fresh'),(58950,4450,'use_ssl','0'),(58951,4450,'show_admin_bar_front','true'),(58952,4450,'locale',''),(58953,4450,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58954,4450,'wp_user_level','0'),(58955,4450,'default_password_nag','1'),(58956,4451,'nickname','lukew1992'),(58957,4451,'first_name',''),(58958,4451,'last_name',''),(58959,4451,'description',''),(58960,4451,'rich_editing','true'),(58961,4451,'syntax_highlighting','true'),(58962,4451,'comment_shortcuts','false'),(58963,4451,'admin_color','fresh'),(58964,4451,'use_ssl','0'),(58965,4451,'show_admin_bar_front','true'),(58966,4451,'locale',''),(58967,4451,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58968,4451,'wp_user_level','0'),(58969,4451,'default_password_nag','1'),(58970,4452,'nickname','danhannawa1977'),(58971,4452,'first_name',''),(58972,4452,'last_name',''),(58973,4452,'description',''),(58974,4452,'rich_editing','true'),(58975,4452,'syntax_highlighting','true'),(58976,4452,'comment_shortcuts','false'),(58977,4452,'admin_color','fresh'),(58978,4452,'use_ssl','0'),(58979,4452,'show_admin_bar_front','true'),(58980,4452,'locale',''),(58981,4452,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58982,4452,'wp_user_level','0'),(58983,4452,'default_password_nag','1'),(58984,4453,'nickname','alm1218041957'),(58985,4453,'first_name',''),(58986,4453,'last_name',''),(58987,4453,'description',''),(58988,4453,'rich_editing','true'),(58989,4453,'syntax_highlighting','true'),(58990,4453,'comment_shortcuts','false'),(58991,4453,'admin_color','fresh'),(58992,4453,'use_ssl','0'),(58993,4453,'show_admin_bar_front','true'),(58994,4453,'locale',''),(58995,4453,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(58996,4453,'wp_user_level','0'),(58997,4453,'default_password_nag','1'),(58998,4454,'nickname','lynette.finelaw1979'),(58999,4454,'first_name',''),(59000,4454,'last_name',''),(59001,4454,'description',''),(59002,4454,'rich_editing','true'),(59003,4454,'syntax_highlighting','true'),(59004,4454,'comment_shortcuts','false'),(59005,4454,'admin_color','fresh'),(59006,4454,'use_ssl','0'),(59007,4454,'show_admin_bar_front','true'),(59008,4454,'locale',''),(59009,4454,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59010,4454,'wp_user_level','0'),(59011,4454,'default_password_nag','1'),(59012,4455,'nickname','dieterkircher1977'),(59013,4455,'first_name',''),(59014,4455,'last_name',''),(59015,4455,'description',''),(59016,4455,'rich_editing','true'),(59017,4455,'syntax_highlighting','true'),(59018,4455,'comment_shortcuts','false'),(59019,4455,'admin_color','fresh'),(59020,4455,'use_ssl','0'),(59021,4455,'show_admin_bar_front','true'),(59022,4455,'locale',''),(59023,4455,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59024,4455,'wp_user_level','0'),(59025,4455,'default_password_nag','1'),(59026,4456,'nickname','lmlbrereton1953'),(59027,4456,'first_name',''),(59028,4456,'last_name',''),(59029,4456,'description',''),(59030,4456,'rich_editing','true'),(59031,4456,'syntax_highlighting','true'),(59032,4456,'comment_shortcuts','false'),(59033,4456,'admin_color','fresh'),(59034,4456,'use_ssl','0'),(59035,4456,'show_admin_bar_front','true'),(59036,4456,'locale',''),(59037,4456,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59038,4456,'wp_user_level','0'),(59039,4456,'default_password_nag','1'),(59040,4457,'nickname','d.j.hughes752004'),(59041,4457,'first_name',''),(59042,4457,'last_name',''),(59043,4457,'description',''),(59044,4457,'rich_editing','true'),(59045,4457,'syntax_highlighting','true'),(59046,4457,'comment_shortcuts','false'),(59047,4457,'admin_color','fresh'),(59048,4457,'use_ssl','0'),(59049,4457,'show_admin_bar_front','true'),(59050,4457,'locale',''),(59051,4457,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59052,4457,'wp_user_level','0'),(59053,4457,'default_password_nag','1'),(59054,4458,'nickname','lisa1998'),(59055,4458,'first_name',''),(59056,4458,'last_name',''),(59057,4458,'description',''),(59058,4458,'rich_editing','true'),(59059,4458,'syntax_highlighting','true'),(59060,4458,'comment_shortcuts','false'),(59061,4458,'admin_color','fresh'),(59062,4458,'use_ssl','0'),(59063,4458,'show_admin_bar_front','true'),(59064,4458,'locale',''),(59065,4458,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59066,4458,'wp_user_level','0'),(59067,4458,'default_password_nag','1'),(59068,4459,'nickname','giff901994'),(59069,4459,'first_name',''),(59070,4459,'last_name',''),(59071,4459,'description',''),(59072,4459,'rich_editing','true'),(59073,4459,'syntax_highlighting','true'),(59074,4459,'comment_shortcuts','false'),(59075,4459,'admin_color','fresh'),(59076,4459,'use_ssl','0'),(59077,4459,'show_admin_bar_front','true'),(59078,4459,'locale',''),(59079,4459,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59080,4459,'wp_user_level','0'),(59081,4459,'default_password_nag','1'),(59082,4460,'nickname','lyndz1262009'),(59083,4460,'first_name',''),(59084,4460,'last_name',''),(59085,4460,'description',''),(59086,4460,'rich_editing','true'),(59087,4460,'syntax_highlighting','true'),(59088,4460,'comment_shortcuts','false'),(59089,4460,'admin_color','fresh'),(59090,4460,'use_ssl','0'),(59091,4460,'show_admin_bar_front','true'),(59092,4460,'locale',''),(59093,4460,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59094,4460,'wp_user_level','0'),(59095,4460,'default_password_nag','1'),(59096,4461,'nickname','bigolecat1994'),(59097,4461,'first_name',''),(59098,4461,'last_name',''),(59099,4461,'description',''),(59100,4461,'rich_editing','true'),(59101,4461,'syntax_highlighting','true'),(59102,4461,'comment_shortcuts','false'),(59103,4461,'admin_color','fresh'),(59104,4461,'use_ssl','0'),(59105,4461,'show_admin_bar_front','true'),(59106,4461,'locale',''),(59107,4461,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59108,4461,'wp_user_level','0'),(59109,4461,'default_password_nag','1'),(59110,4462,'nickname','rjthompson881967'),(59111,4462,'first_name',''),(59112,4462,'last_name',''),(59113,4462,'description',''),(59114,4462,'rich_editing','true'),(59115,4462,'syntax_highlighting','true'),(59116,4462,'comment_shortcuts','false'),(59117,4462,'admin_color','fresh'),(59118,4462,'use_ssl','0'),(59119,4462,'show_admin_bar_front','true'),(59120,4462,'locale',''),(59121,4462,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59122,4462,'wp_user_level','0'),(59123,4462,'default_password_nag','1'),(59124,4463,'nickname','nessa451960'),(59125,4463,'first_name',''),(59126,4463,'last_name',''),(59127,4463,'description',''),(59128,4463,'rich_editing','true'),(59129,4463,'syntax_highlighting','true'),(59130,4463,'comment_shortcuts','false'),(59131,4463,'admin_color','fresh'),(59132,4463,'use_ssl','0'),(59133,4463,'show_admin_bar_front','true'),(59134,4463,'locale',''),(59135,4463,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59136,4463,'wp_user_level','0'),(59137,4463,'default_password_nag','1'),(59138,4464,'nickname','mbelozerskiy51967'),(59139,4464,'first_name',''),(59140,4464,'last_name',''),(59141,4464,'description',''),(59142,4464,'rich_editing','true'),(59143,4464,'syntax_highlighting','true'),(59144,4464,'comment_shortcuts','false'),(59145,4464,'admin_color','fresh'),(59146,4464,'use_ssl','0'),(59147,4464,'show_admin_bar_front','true'),(59148,4464,'locale',''),(59149,4464,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59150,4464,'wp_user_level','0'),(59151,4464,'default_password_nag','1'),(59152,4465,'nickname','patrick.k.rollo1968'),(59153,4465,'first_name',''),(59154,4465,'last_name',''),(59155,4465,'description',''),(59156,4465,'rich_editing','true'),(59157,4465,'syntax_highlighting','true'),(59158,4465,'comment_shortcuts','false'),(59159,4465,'admin_color','fresh'),(59160,4465,'use_ssl','0'),(59161,4465,'show_admin_bar_front','true'),(59162,4465,'locale',''),(59163,4465,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59164,4465,'wp_user_level','0'),(59165,4465,'default_password_nag','1'),(59166,4466,'nickname','kathrin.buettner12010'),(59167,4466,'first_name',''),(59168,4466,'last_name',''),(59169,4466,'description',''),(59170,4466,'rich_editing','true'),(59171,4466,'syntax_highlighting','true'),(59172,4466,'comment_shortcuts','false'),(59173,4466,'admin_color','fresh'),(59174,4466,'use_ssl','0'),(59175,4466,'show_admin_bar_front','true'),(59176,4466,'locale',''),(59177,4466,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59178,4466,'wp_user_level','0'),(59179,4466,'default_password_nag','1'),(59180,4467,'nickname','laplante.jean.michel1967'),(59181,4467,'first_name',''),(59182,4467,'last_name',''),(59183,4467,'description',''),(59184,4467,'rich_editing','true'),(59185,4467,'syntax_highlighting','true'),(59186,4467,'comment_shortcuts','false'),(59187,4467,'admin_color','fresh'),(59188,4467,'use_ssl','0'),(59189,4467,'show_admin_bar_front','true'),(59190,4467,'locale',''),(59191,4467,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59192,4467,'wp_user_level','0'),(59193,4467,'default_password_nag','1'),(59194,4468,'nickname','jknovak21997'),(59195,4468,'first_name',''),(59196,4468,'last_name',''),(59197,4468,'description',''),(59198,4468,'rich_editing','true'),(59199,4468,'syntax_highlighting','true'),(59200,4468,'comment_shortcuts','false'),(59201,4468,'admin_color','fresh'),(59202,4468,'use_ssl','0'),(59203,4468,'show_admin_bar_front','true'),(59204,4468,'locale',''),(59205,4468,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59206,4468,'wp_user_level','0'),(59207,4468,'default_password_nag','1'),(59208,4469,'nickname','scstrachota1995'),(59209,4469,'first_name',''),(59210,4469,'last_name',''),(59211,4469,'description',''),(59212,4469,'rich_editing','true'),(59213,4469,'syntax_highlighting','true'),(59214,4469,'comment_shortcuts','false'),(59215,4469,'admin_color','fresh'),(59216,4469,'use_ssl','0'),(59217,4469,'show_admin_bar_front','true'),(59218,4469,'locale',''),(59219,4469,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59220,4469,'wp_user_level','0'),(59221,4469,'default_password_nag','1'),(59222,4470,'nickname','izzo2471986'),(59223,4470,'first_name',''),(59224,4470,'last_name',''),(59225,4470,'description',''),(59226,4470,'rich_editing','true'),(59227,4470,'syntax_highlighting','true'),(59228,4470,'comment_shortcuts','false'),(59229,4470,'admin_color','fresh'),(59230,4470,'use_ssl','0'),(59231,4470,'show_admin_bar_front','true'),(59232,4470,'locale',''),(59233,4470,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59234,4470,'wp_user_level','0'),(59235,4470,'default_password_nag','1'),(59236,4471,'nickname','squab29121984'),(59237,4471,'first_name',''),(59238,4471,'last_name',''),(59239,4471,'description',''),(59240,4471,'rich_editing','true'),(59241,4471,'syntax_highlighting','true'),(59242,4471,'comment_shortcuts','false'),(59243,4471,'admin_color','fresh'),(59244,4471,'use_ssl','0'),(59245,4471,'show_admin_bar_front','true'),(59246,4471,'locale',''),(59247,4471,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59248,4471,'wp_user_level','0'),(59249,4471,'default_password_nag','1'),(59250,4472,'nickname','scyoung20061957'),(59251,4472,'first_name',''),(59252,4472,'last_name',''),(59253,4472,'description',''),(59254,4472,'rich_editing','true'),(59255,4472,'syntax_highlighting','true'),(59256,4472,'comment_shortcuts','false'),(59257,4472,'admin_color','fresh'),(59258,4472,'use_ssl','0'),(59259,4472,'show_admin_bar_front','true'),(59260,4472,'locale',''),(59261,4472,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59262,4472,'wp_user_level','0'),(59263,4472,'default_password_nag','1'),(59264,4473,'nickname','destiny000071991'),(59265,4473,'first_name',''),(59266,4473,'last_name',''),(59267,4473,'description',''),(59268,4473,'rich_editing','true'),(59269,4473,'syntax_highlighting','true'),(59270,4473,'comment_shortcuts','false'),(59271,4473,'admin_color','fresh'),(59272,4473,'use_ssl','0'),(59273,4473,'show_admin_bar_front','true'),(59274,4473,'locale',''),(59275,4473,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59276,4473,'wp_user_level','0'),(59277,4473,'default_password_nag','1'),(59278,4474,'nickname','charlie.kearns1964'),(59279,4474,'first_name',''),(59280,4474,'last_name',''),(59281,4474,'description',''),(59282,4474,'rich_editing','true'),(59283,4474,'syntax_highlighting','true'),(59284,4474,'comment_shortcuts','false'),(59285,4474,'admin_color','fresh'),(59286,4474,'use_ssl','0'),(59287,4474,'show_admin_bar_front','true'),(59288,4474,'locale',''),(59289,4474,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59290,4474,'wp_user_level','0'),(59291,4474,'default_password_nag','1'),(59292,4475,'nickname','steven.m.morris1956'),(59293,4475,'first_name',''),(59294,4475,'last_name',''),(59295,4475,'description',''),(59296,4475,'rich_editing','true'),(59297,4475,'syntax_highlighting','true'),(59298,4475,'comment_shortcuts','false'),(59299,4475,'admin_color','fresh'),(59300,4475,'use_ssl','0'),(59301,4475,'show_admin_bar_front','true'),(59302,4475,'locale',''),(59303,4475,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59304,4475,'wp_user_level','0'),(59305,4475,'default_password_nag','1'),(59306,4476,'nickname','cjaa10001952'),(59307,4476,'first_name',''),(59308,4476,'last_name',''),(59309,4476,'description',''),(59310,4476,'rich_editing','true'),(59311,4476,'syntax_highlighting','true'),(59312,4476,'comment_shortcuts','false'),(59313,4476,'admin_color','fresh'),(59314,4476,'use_ssl','0'),(59315,4476,'show_admin_bar_front','true'),(59316,4476,'locale',''),(59317,4476,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59318,4476,'wp_user_level','0'),(59319,4476,'default_password_nag','1'),(59320,4477,'nickname','davesmith11977'),(59321,4477,'first_name',''),(59322,4477,'last_name',''),(59323,4477,'description',''),(59324,4477,'rich_editing','true'),(59325,4477,'syntax_highlighting','true'),(59326,4477,'comment_shortcuts','false'),(59327,4477,'admin_color','fresh'),(59328,4477,'use_ssl','0'),(59329,4477,'show_admin_bar_front','true'),(59330,4477,'locale',''),(59331,4477,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59332,4477,'wp_user_level','0'),(59333,4477,'default_password_nag','1'),(59334,4478,'nickname','patriciabashaw9011954'),(59335,4478,'first_name',''),(59336,4478,'last_name',''),(59337,4478,'description',''),(59338,4478,'rich_editing','true'),(59339,4478,'syntax_highlighting','true'),(59340,4478,'comment_shortcuts','false'),(59341,4478,'admin_color','fresh'),(59342,4478,'use_ssl','0'),(59343,4478,'show_admin_bar_front','true'),(59344,4478,'locale',''),(59345,4478,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59346,4478,'wp_user_level','0'),(59347,4478,'default_password_nag','1'),(59348,4479,'nickname','jmh71512005'),(59349,4479,'first_name',''),(59350,4479,'last_name',''),(59351,4479,'description',''),(59352,4479,'rich_editing','true'),(59353,4479,'syntax_highlighting','true'),(59354,4479,'comment_shortcuts','false'),(59355,4479,'admin_color','fresh'),(59356,4479,'use_ssl','0'),(59357,4479,'show_admin_bar_front','true'),(59358,4479,'locale',''),(59359,4479,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59360,4479,'wp_user_level','0'),(59361,4479,'default_password_nag','1'),(59362,4480,'nickname','drakekgoalie1990'),(59363,4480,'first_name',''),(59364,4480,'last_name',''),(59365,4480,'description',''),(59366,4480,'rich_editing','true'),(59367,4480,'syntax_highlighting','true'),(59368,4480,'comment_shortcuts','false'),(59369,4480,'admin_color','fresh'),(59370,4480,'use_ssl','0'),(59371,4480,'show_admin_bar_front','true'),(59372,4480,'locale',''),(59373,4480,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59374,4480,'wp_user_level','0'),(59375,4480,'default_password_nag','1'),(59376,4481,'nickname','karen.labeff.cn961958'),(59377,4481,'first_name',''),(59378,4481,'last_name',''),(59379,4481,'description',''),(59380,4481,'rich_editing','true'),(59381,4481,'syntax_highlighting','true'),(59382,4481,'comment_shortcuts','false'),(59383,4481,'admin_color','fresh'),(59384,4481,'use_ssl','0'),(59385,4481,'show_admin_bar_front','true'),(59386,4481,'locale',''),(59387,4481,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59388,4481,'wp_user_level','0'),(59389,4481,'default_password_nag','1'),(59390,4482,'nickname','douglas1975'),(59391,4482,'first_name',''),(59392,4482,'last_name',''),(59393,4482,'description',''),(59394,4482,'rich_editing','true'),(59395,4482,'syntax_highlighting','true'),(59396,4482,'comment_shortcuts','false'),(59397,4482,'admin_color','fresh'),(59398,4482,'use_ssl','0'),(59399,4482,'show_admin_bar_front','true'),(59400,4482,'locale',''),(59401,4482,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59402,4482,'wp_user_level','0'),(59403,4482,'default_password_nag','1'),(59404,4483,'nickname','juliana_petkova2002'),(59405,4483,'first_name',''),(59406,4483,'last_name',''),(59407,4483,'description',''),(59408,4483,'rich_editing','true'),(59409,4483,'syntax_highlighting','true'),(59410,4483,'comment_shortcuts','false'),(59411,4483,'admin_color','fresh'),(59412,4483,'use_ssl','0'),(59413,4483,'show_admin_bar_front','true'),(59414,4483,'locale',''),(59415,4483,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59416,4483,'wp_user_level','0'),(59417,4483,'default_password_nag','1'),(59418,4484,'nickname','elizabeth.h.pitts1990'),(59419,4484,'first_name',''),(59420,4484,'last_name',''),(59421,4484,'description',''),(59422,4484,'rich_editing','true'),(59423,4484,'syntax_highlighting','true'),(59424,4484,'comment_shortcuts','false'),(59425,4484,'admin_color','fresh'),(59426,4484,'use_ssl','0'),(59427,4484,'show_admin_bar_front','true'),(59428,4484,'locale',''),(59429,4484,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59430,4484,'wp_user_level','0'),(59431,4484,'default_password_nag','1'),(59432,4485,'nickname','gradyjames011985'),(59433,4485,'first_name',''),(59434,4485,'last_name',''),(59435,4485,'description',''),(59436,4485,'rich_editing','true'),(59437,4485,'syntax_highlighting','true'),(59438,4485,'comment_shortcuts','false'),(59439,4485,'admin_color','fresh'),(59440,4485,'use_ssl','0'),(59441,4485,'show_admin_bar_front','true'),(59442,4485,'locale',''),(59443,4485,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59444,4485,'wp_user_level','0'),(59445,4485,'default_password_nag','1'),(59446,4486,'nickname','kelseyleesimon2004'),(59447,4486,'first_name',''),(59448,4486,'last_name',''),(59449,4486,'description',''),(59450,4486,'rich_editing','true'),(59451,4486,'syntax_highlighting','true'),(59452,4486,'comment_shortcuts','false'),(59453,4486,'admin_color','fresh'),(59454,4486,'use_ssl','0'),(59455,4486,'show_admin_bar_front','true'),(59456,4486,'locale',''),(59457,4486,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59458,4486,'wp_user_level','0'),(59459,4486,'default_password_nag','1'),(59460,4487,'nickname','jemwee1987'),(59461,4487,'first_name',''),(59462,4487,'last_name',''),(59463,4487,'description',''),(59464,4487,'rich_editing','true'),(59465,4487,'syntax_highlighting','true'),(59466,4487,'comment_shortcuts','false'),(59467,4487,'admin_color','fresh'),(59468,4487,'use_ssl','0'),(59469,4487,'show_admin_bar_front','true'),(59470,4487,'locale',''),(59471,4487,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59472,4487,'wp_user_level','0'),(59473,4487,'default_password_nag','1'),(59474,4488,'nickname','letopowell1965'),(59475,4488,'first_name',''),(59476,4488,'last_name',''),(59477,4488,'description',''),(59478,4488,'rich_editing','true'),(59479,4488,'syntax_highlighting','true'),(59480,4488,'comment_shortcuts','false'),(59481,4488,'admin_color','fresh'),(59482,4488,'use_ssl','0'),(59483,4488,'show_admin_bar_front','true'),(59484,4488,'locale',''),(59485,4488,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59486,4488,'wp_user_level','0'),(59487,4488,'default_password_nag','1'),(59488,4489,'nickname','boris.barats1978'),(59489,4489,'first_name',''),(59490,4489,'last_name',''),(59491,4489,'description',''),(59492,4489,'rich_editing','true'),(59493,4489,'syntax_highlighting','true'),(59494,4489,'comment_shortcuts','false'),(59495,4489,'admin_color','fresh'),(59496,4489,'use_ssl','0'),(59497,4489,'show_admin_bar_front','true'),(59498,4489,'locale',''),(59499,4489,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59500,4489,'wp_user_level','0'),(59501,4489,'default_password_nag','1'),(59502,4490,'nickname','jasonkjames1953'),(59503,4490,'first_name',''),(59504,4490,'last_name',''),(59505,4490,'description',''),(59506,4490,'rich_editing','true'),(59507,4490,'syntax_highlighting','true'),(59508,4490,'comment_shortcuts','false'),(59509,4490,'admin_color','fresh'),(59510,4490,'use_ssl','0'),(59511,4490,'show_admin_bar_front','true'),(59512,4490,'locale',''),(59513,4490,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59514,4490,'wp_user_level','0'),(59515,4490,'default_password_nag','1'),(59516,4491,'nickname','ramey.bev2004'),(59517,4491,'first_name',''),(59518,4491,'last_name',''),(59519,4491,'description',''),(59520,4491,'rich_editing','true'),(59521,4491,'syntax_highlighting','true'),(59522,4491,'comment_shortcuts','false'),(59523,4491,'admin_color','fresh'),(59524,4491,'use_ssl','0'),(59525,4491,'show_admin_bar_front','true'),(59526,4491,'locale',''),(59527,4491,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59528,4491,'wp_user_level','0'),(59529,4491,'default_password_nag','1'),(59530,4492,'nickname','jameschungyoon1982'),(59531,4492,'first_name',''),(59532,4492,'last_name',''),(59533,4492,'description',''),(59534,4492,'rich_editing','true'),(59535,4492,'syntax_highlighting','true'),(59536,4492,'comment_shortcuts','false'),(59537,4492,'admin_color','fresh'),(59538,4492,'use_ssl','0'),(59539,4492,'show_admin_bar_front','true'),(59540,4492,'locale',''),(59541,4492,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59542,4492,'wp_user_level','0'),(59543,4492,'default_password_nag','1'),(59544,4493,'nickname','kerry.peterson1969'),(59545,4493,'first_name',''),(59546,4493,'last_name',''),(59547,4493,'description',''),(59548,4493,'rich_editing','true'),(59549,4493,'syntax_highlighting','true'),(59550,4493,'comment_shortcuts','false'),(59551,4493,'admin_color','fresh'),(59552,4493,'use_ssl','0'),(59553,4493,'show_admin_bar_front','true'),(59554,4493,'locale',''),(59555,4493,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59556,4493,'wp_user_level','0'),(59557,4493,'default_password_nag','1'),(59558,4494,'nickname','jbholt1962'),(59559,4494,'first_name',''),(59560,4494,'last_name',''),(59561,4494,'description',''),(59562,4494,'rich_editing','true'),(59563,4494,'syntax_highlighting','true'),(59564,4494,'comment_shortcuts','false'),(59565,4494,'admin_color','fresh'),(59566,4494,'use_ssl','0'),(59567,4494,'show_admin_bar_front','true'),(59568,4494,'locale',''),(59569,4494,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59570,4494,'wp_user_level','0'),(59571,4494,'default_password_nag','1'),(59572,4495,'nickname','mordomo.yyc1974'),(59573,4495,'first_name',''),(59574,4495,'last_name',''),(59575,4495,'description',''),(59576,4495,'rich_editing','true'),(59577,4495,'syntax_highlighting','true'),(59578,4495,'comment_shortcuts','false'),(59579,4495,'admin_color','fresh'),(59580,4495,'use_ssl','0'),(59581,4495,'show_admin_bar_front','true'),(59582,4495,'locale',''),(59583,4495,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59584,4495,'wp_user_level','0'),(59585,4495,'default_password_nag','1'),(59586,4496,'nickname','abottenfield1964'),(59587,4496,'first_name',''),(59588,4496,'last_name',''),(59589,4496,'description',''),(59590,4496,'rich_editing','true'),(59591,4496,'syntax_highlighting','true'),(59592,4496,'comment_shortcuts','false'),(59593,4496,'admin_color','fresh'),(59594,4496,'use_ssl','0'),(59595,4496,'show_admin_bar_front','true'),(59596,4496,'locale',''),(59597,4496,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59598,4496,'wp_user_level','0'),(59599,4496,'default_password_nag','1'),(59600,4497,'nickname','loeb61981'),(59601,4497,'first_name',''),(59602,4497,'last_name',''),(59603,4497,'description',''),(59604,4497,'rich_editing','true'),(59605,4497,'syntax_highlighting','true'),(59606,4497,'comment_shortcuts','false'),(59607,4497,'admin_color','fresh'),(59608,4497,'use_ssl','0'),(59609,4497,'show_admin_bar_front','true'),(59610,4497,'locale',''),(59611,4497,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59612,4497,'wp_user_level','0'),(59613,4497,'default_password_nag','1'),(59614,4498,'nickname','japhcp1970'),(59615,4498,'first_name',''),(59616,4498,'last_name',''),(59617,4498,'description',''),(59618,4498,'rich_editing','true'),(59619,4498,'syntax_highlighting','true'),(59620,4498,'comment_shortcuts','false'),(59621,4498,'admin_color','fresh'),(59622,4498,'use_ssl','0'),(59623,4498,'show_admin_bar_front','true'),(59624,4498,'locale',''),(59625,4498,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59626,4498,'wp_user_level','0'),(59627,4498,'default_password_nag','1'),(59628,4499,'nickname','conradf2007'),(59629,4499,'first_name',''),(59630,4499,'last_name',''),(59631,4499,'description',''),(59632,4499,'rich_editing','true'),(59633,4499,'syntax_highlighting','true'),(59634,4499,'comment_shortcuts','false'),(59635,4499,'admin_color','fresh'),(59636,4499,'use_ssl','0'),(59637,4499,'show_admin_bar_front','true'),(59638,4499,'locale',''),(59639,4499,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59640,4499,'wp_user_level','0'),(59641,4499,'default_password_nag','1'),(59642,4500,'nickname','jennifer079821979'),(59643,4500,'first_name',''),(59644,4500,'last_name',''),(59645,4500,'description',''),(59646,4500,'rich_editing','true'),(59647,4500,'syntax_highlighting','true'),(59648,4500,'comment_shortcuts','false'),(59649,4500,'admin_color','fresh'),(59650,4500,'use_ssl','0'),(59651,4500,'show_admin_bar_front','true'),(59652,4500,'locale',''),(59653,4500,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59654,4500,'wp_user_level','0'),(59655,4500,'default_password_nag','1'),(59656,4501,'nickname','mbiggs2010'),(59657,4501,'first_name',''),(59658,4501,'last_name',''),(59659,4501,'description',''),(59660,4501,'rich_editing','true'),(59661,4501,'syntax_highlighting','true'),(59662,4501,'comment_shortcuts','false'),(59663,4501,'admin_color','fresh'),(59664,4501,'use_ssl','0'),(59665,4501,'show_admin_bar_front','true'),(59666,4501,'locale',''),(59667,4501,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59668,4501,'wp_user_level','0'),(59669,4501,'default_password_nag','1'),(59670,4502,'nickname','tinaboricua1965'),(59671,4502,'first_name',''),(59672,4502,'last_name',''),(59673,4502,'description',''),(59674,4502,'rich_editing','true'),(59675,4502,'syntax_highlighting','true'),(59676,4502,'comment_shortcuts','false'),(59677,4502,'admin_color','fresh'),(59678,4502,'use_ssl','0'),(59679,4502,'show_admin_bar_front','true'),(59680,4502,'locale',''),(59681,4502,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59682,4502,'wp_user_level','0'),(59683,4502,'default_password_nag','1'),(59684,4503,'nickname','bks3831978'),(59685,4503,'first_name',''),(59686,4503,'last_name',''),(59687,4503,'description',''),(59688,4503,'rich_editing','true'),(59689,4503,'syntax_highlighting','true'),(59690,4503,'comment_shortcuts','false'),(59691,4503,'admin_color','fresh'),(59692,4503,'use_ssl','0'),(59693,4503,'show_admin_bar_front','true'),(59694,4503,'locale',''),(59695,4503,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59696,4503,'wp_user_level','0'),(59697,4503,'default_password_nag','1'),(59698,4504,'nickname','stef.bona1986'),(59699,4504,'first_name',''),(59700,4504,'last_name',''),(59701,4504,'description',''),(59702,4504,'rich_editing','true'),(59703,4504,'syntax_highlighting','true'),(59704,4504,'comment_shortcuts','false'),(59705,4504,'admin_color','fresh'),(59706,4504,'use_ssl','0'),(59707,4504,'show_admin_bar_front','true'),(59708,4504,'locale',''),(59709,4504,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59710,4504,'wp_user_level','0'),(59711,4504,'default_password_nag','1'),(59712,4505,'nickname','comichubble2000'),(59713,4505,'first_name',''),(59714,4505,'last_name',''),(59715,4505,'description',''),(59716,4505,'rich_editing','true'),(59717,4505,'syntax_highlighting','true'),(59718,4505,'comment_shortcuts','false'),(59719,4505,'admin_color','fresh'),(59720,4505,'use_ssl','0'),(59721,4505,'show_admin_bar_front','true'),(59722,4505,'locale',''),(59723,4505,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59724,4505,'wp_user_level','0'),(59725,4505,'default_password_nag','1'),(59726,4506,'nickname','annrae08261959'),(59727,4506,'first_name',''),(59728,4506,'last_name',''),(59729,4506,'description',''),(59730,4506,'rich_editing','true'),(59731,4506,'syntax_highlighting','true'),(59732,4506,'comment_shortcuts','false'),(59733,4506,'admin_color','fresh'),(59734,4506,'use_ssl','0'),(59735,4506,'show_admin_bar_front','true'),(59736,4506,'locale',''),(59737,4506,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59738,4506,'wp_user_level','0'),(59739,4506,'default_password_nag','1'),(59740,4507,'nickname','opulski2000'),(59741,4507,'first_name',''),(59742,4507,'last_name',''),(59743,4507,'description',''),(59744,4507,'rich_editing','true'),(59745,4507,'syntax_highlighting','true'),(59746,4507,'comment_shortcuts','false'),(59747,4507,'admin_color','fresh'),(59748,4507,'use_ssl','0'),(59749,4507,'show_admin_bar_front','true'),(59750,4507,'locale',''),(59751,4507,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59752,4507,'wp_user_level','0'),(59753,4507,'default_password_nag','1'),(59754,4508,'nickname','dmy.lst.121979'),(59755,4508,'first_name',''),(59756,4508,'last_name',''),(59757,4508,'description',''),(59758,4508,'rich_editing','true'),(59759,4508,'syntax_highlighting','true'),(59760,4508,'comment_shortcuts','false'),(59761,4508,'admin_color','fresh'),(59762,4508,'use_ssl','0'),(59763,4508,'show_admin_bar_front','true'),(59764,4508,'locale',''),(59765,4508,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59766,4508,'wp_user_level','0'),(59767,4508,'default_password_nag','1'),(59768,4509,'nickname','sgrant19621986'),(59769,4509,'first_name',''),(59770,4509,'last_name',''),(59771,4509,'description',''),(59772,4509,'rich_editing','true'),(59773,4509,'syntax_highlighting','true'),(59774,4509,'comment_shortcuts','false'),(59775,4509,'admin_color','fresh'),(59776,4509,'use_ssl','0'),(59777,4509,'show_admin_bar_front','true'),(59778,4509,'locale',''),(59779,4509,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59780,4509,'wp_user_level','0'),(59781,4509,'default_password_nag','1'),(59782,4510,'nickname','dcrofford1964'),(59783,4510,'first_name',''),(59784,4510,'last_name',''),(59785,4510,'description',''),(59786,4510,'rich_editing','true'),(59787,4510,'syntax_highlighting','true'),(59788,4510,'comment_shortcuts','false'),(59789,4510,'admin_color','fresh'),(59790,4510,'use_ssl','0'),(59791,4510,'show_admin_bar_front','true'),(59792,4510,'locale',''),(59793,4510,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59794,4510,'wp_user_level','0'),(59795,4510,'default_password_nag','1'),(59796,4511,'nickname','jr_smith20051986'),(59797,4511,'first_name',''),(59798,4511,'last_name',''),(59799,4511,'description',''),(59800,4511,'rich_editing','true'),(59801,4511,'syntax_highlighting','true'),(59802,4511,'comment_shortcuts','false'),(59803,4511,'admin_color','fresh'),(59804,4511,'use_ssl','0'),(59805,4511,'show_admin_bar_front','true'),(59806,4511,'locale',''),(59807,4511,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59808,4511,'wp_user_level','0'),(59809,4511,'default_password_nag','1'),(59810,4512,'nickname','nbk348v1968'),(59811,4512,'first_name',''),(59812,4512,'last_name',''),(59813,4512,'description',''),(59814,4512,'rich_editing','true'),(59815,4512,'syntax_highlighting','true'),(59816,4512,'comment_shortcuts','false'),(59817,4512,'admin_color','fresh'),(59818,4512,'use_ssl','0'),(59819,4512,'show_admin_bar_front','true'),(59820,4512,'locale',''),(59821,4512,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59822,4512,'wp_user_level','0'),(59823,4512,'default_password_nag','1'),(59824,4513,'nickname','chadwic761996'),(59825,4513,'first_name',''),(59826,4513,'last_name',''),(59827,4513,'description',''),(59828,4513,'rich_editing','true'),(59829,4513,'syntax_highlighting','true'),(59830,4513,'comment_shortcuts','false'),(59831,4513,'admin_color','fresh'),(59832,4513,'use_ssl','0'),(59833,4513,'show_admin_bar_front','true'),(59834,4513,'locale',''),(59835,4513,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59836,4513,'wp_user_level','0'),(59837,4513,'default_password_nag','1'),(59838,4514,'nickname','mirlenejerome1955'),(59839,4514,'first_name',''),(59840,4514,'last_name',''),(59841,4514,'description',''),(59842,4514,'rich_editing','true'),(59843,4514,'syntax_highlighting','true'),(59844,4514,'comment_shortcuts','false'),(59845,4514,'admin_color','fresh'),(59846,4514,'use_ssl','0'),(59847,4514,'show_admin_bar_front','true'),(59848,4514,'locale',''),(59849,4514,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59850,4514,'wp_user_level','0'),(59851,4514,'default_password_nag','1'),(59852,4515,'nickname','pinsker20011983'),(59853,4515,'first_name',''),(59854,4515,'last_name',''),(59855,4515,'description',''),(59856,4515,'rich_editing','true'),(59857,4515,'syntax_highlighting','true'),(59858,4515,'comment_shortcuts','false'),(59859,4515,'admin_color','fresh'),(59860,4515,'use_ssl','0'),(59861,4515,'show_admin_bar_front','true'),(59862,4515,'locale',''),(59863,4515,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59864,4515,'wp_user_level','0'),(59865,4515,'default_password_nag','1'),(59866,4516,'nickname','tanyamcason1987'),(59867,4516,'first_name',''),(59868,4516,'last_name',''),(59869,4516,'description',''),(59870,4516,'rich_editing','true'),(59871,4516,'syntax_highlighting','true'),(59872,4516,'comment_shortcuts','false'),(59873,4516,'admin_color','fresh'),(59874,4516,'use_ssl','0'),(59875,4516,'show_admin_bar_front','true'),(59876,4516,'locale',''),(59877,4516,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59878,4516,'wp_user_level','0'),(59879,4516,'default_password_nag','1'),(59880,4517,'nickname','tlcrabtree11997'),(59881,4517,'first_name',''),(59882,4517,'last_name',''),(59883,4517,'description',''),(59884,4517,'rich_editing','true'),(59885,4517,'syntax_highlighting','true'),(59886,4517,'comment_shortcuts','false'),(59887,4517,'admin_color','fresh'),(59888,4517,'use_ssl','0'),(59889,4517,'show_admin_bar_front','true'),(59890,4517,'locale',''),(59891,4517,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59892,4517,'wp_user_level','0'),(59893,4517,'default_password_nag','1'),(59894,4518,'nickname','basibasy1951'),(59895,4518,'first_name',''),(59896,4518,'last_name',''),(59897,4518,'description',''),(59898,4518,'rich_editing','true'),(59899,4518,'syntax_highlighting','true'),(59900,4518,'comment_shortcuts','false'),(59901,4518,'admin_color','fresh'),(59902,4518,'use_ssl','0'),(59903,4518,'show_admin_bar_front','true'),(59904,4518,'locale',''),(59905,4518,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59906,4518,'wp_user_level','0'),(59907,4518,'default_password_nag','1'),(59908,4519,'nickname','jlayers22641974'),(59909,4519,'first_name',''),(59910,4519,'last_name',''),(59911,4519,'description',''),(59912,4519,'rich_editing','true'),(59913,4519,'syntax_highlighting','true'),(59914,4519,'comment_shortcuts','false'),(59915,4519,'admin_color','fresh'),(59916,4519,'use_ssl','0'),(59917,4519,'show_admin_bar_front','true'),(59918,4519,'locale',''),(59919,4519,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59920,4519,'wp_user_level','0'),(59921,4519,'default_password_nag','1'),(59922,4520,'nickname','kbooth1955'),(59923,4520,'first_name',''),(59924,4520,'last_name',''),(59925,4520,'description',''),(59926,4520,'rich_editing','true'),(59927,4520,'syntax_highlighting','true'),(59928,4520,'comment_shortcuts','false'),(59929,4520,'admin_color','fresh'),(59930,4520,'use_ssl','0'),(59931,4520,'show_admin_bar_front','true'),(59932,4520,'locale',''),(59933,4520,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59934,4520,'wp_user_level','0'),(59935,4520,'default_password_nag','1'),(59936,4521,'nickname','joachimmichel1968'),(59937,4521,'first_name',''),(59938,4521,'last_name',''),(59939,4521,'description',''),(59940,4521,'rich_editing','true'),(59941,4521,'syntax_highlighting','true'),(59942,4521,'comment_shortcuts','false'),(59943,4521,'admin_color','fresh'),(59944,4521,'use_ssl','0'),(59945,4521,'show_admin_bar_front','true'),(59946,4521,'locale',''),(59947,4521,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59948,4521,'wp_user_level','0'),(59949,4521,'default_password_nag','1'),(59950,4522,'nickname','dermot.gallagher1986'),(59951,4522,'first_name',''),(59952,4522,'last_name',''),(59953,4522,'description',''),(59954,4522,'rich_editing','true'),(59955,4522,'syntax_highlighting','true'),(59956,4522,'comment_shortcuts','false'),(59957,4522,'admin_color','fresh'),(59958,4522,'use_ssl','0'),(59959,4522,'show_admin_bar_front','true'),(59960,4522,'locale',''),(59961,4522,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59962,4522,'wp_user_level','0'),(59963,4522,'default_password_nag','1'),(59964,4523,'nickname','rboleslav1982'),(59965,4523,'first_name',''),(59966,4523,'last_name',''),(59967,4523,'description',''),(59968,4523,'rich_editing','true'),(59969,4523,'syntax_highlighting','true'),(59970,4523,'comment_shortcuts','false'),(59971,4523,'admin_color','fresh'),(59972,4523,'use_ssl','0'),(59973,4523,'show_admin_bar_front','true'),(59974,4523,'locale',''),(59975,4523,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59976,4523,'wp_user_level','0'),(59977,4523,'default_password_nag','1'),(59978,4524,'nickname','sameerap2009'),(59979,4524,'first_name',''),(59980,4524,'last_name',''),(59981,4524,'description',''),(59982,4524,'rich_editing','true'),(59983,4524,'syntax_highlighting','true'),(59984,4524,'comment_shortcuts','false'),(59985,4524,'admin_color','fresh'),(59986,4524,'use_ssl','0'),(59987,4524,'show_admin_bar_front','true'),(59988,4524,'locale',''),(59989,4524,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(59990,4524,'wp_user_level','0'),(59991,4524,'default_password_nag','1'),(59992,4525,'nickname','info2007'),(59993,4525,'first_name',''),(59994,4525,'last_name',''),(59995,4525,'description',''),(59996,4525,'rich_editing','true'),(59997,4525,'syntax_highlighting','true'),(59998,4525,'comment_shortcuts','false'),(59999,4525,'admin_color','fresh'),(60000,4525,'use_ssl','0'),(60001,4525,'show_admin_bar_front','true'),(60002,4525,'locale',''),(60003,4525,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60004,4525,'wp_user_level','0'),(60005,4525,'default_password_nag','1'),(60006,4526,'nickname','aleex_deluxe1991'),(60007,4526,'first_name',''),(60008,4526,'last_name',''),(60009,4526,'description',''),(60010,4526,'rich_editing','true'),(60011,4526,'syntax_highlighting','true'),(60012,4526,'comment_shortcuts','false'),(60013,4526,'admin_color','fresh'),(60014,4526,'use_ssl','0'),(60015,4526,'show_admin_bar_front','true'),(60016,4526,'locale',''),(60017,4526,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60018,4526,'wp_user_level','0'),(60019,4526,'default_password_nag','1'),(60020,4527,'nickname','haileylibra1979'),(60021,4527,'first_name',''),(60022,4527,'last_name',''),(60023,4527,'description',''),(60024,4527,'rich_editing','true'),(60025,4527,'syntax_highlighting','true'),(60026,4527,'comment_shortcuts','false'),(60027,4527,'admin_color','fresh'),(60028,4527,'use_ssl','0'),(60029,4527,'show_admin_bar_front','true'),(60030,4527,'locale',''),(60031,4527,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60032,4527,'wp_user_level','0'),(60033,4527,'default_password_nag','1'),(60034,4528,'nickname','hendu8871956'),(60035,4528,'first_name',''),(60036,4528,'last_name',''),(60037,4528,'description',''),(60038,4528,'rich_editing','true'),(60039,4528,'syntax_highlighting','true'),(60040,4528,'comment_shortcuts','false'),(60041,4528,'admin_color','fresh'),(60042,4528,'use_ssl','0'),(60043,4528,'show_admin_bar_front','true'),(60044,4528,'locale',''),(60045,4528,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60046,4528,'wp_user_level','0'),(60047,4528,'default_password_nag','1'),(60048,4529,'nickname','alexcbanba2008'),(60049,4529,'first_name',''),(60050,4529,'last_name',''),(60051,4529,'description',''),(60052,4529,'rich_editing','true'),(60053,4529,'syntax_highlighting','true'),(60054,4529,'comment_shortcuts','false'),(60055,4529,'admin_color','fresh'),(60056,4529,'use_ssl','0'),(60057,4529,'show_admin_bar_front','true'),(60058,4529,'locale',''),(60059,4529,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60060,4529,'wp_user_level','0'),(60061,4529,'default_password_nag','1'),(60062,4530,'nickname','kimm1980'),(60063,4530,'first_name',''),(60064,4530,'last_name',''),(60065,4530,'description',''),(60066,4530,'rich_editing','true'),(60067,4530,'syntax_highlighting','true'),(60068,4530,'comment_shortcuts','false'),(60069,4530,'admin_color','fresh'),(60070,4530,'use_ssl','0'),(60071,4530,'show_admin_bar_front','true'),(60072,4530,'locale',''),(60073,4530,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60074,4530,'wp_user_level','0'),(60075,4530,'default_password_nag','1'),(60076,4531,'nickname','jhouser2000'),(60077,4531,'first_name',''),(60078,4531,'last_name',''),(60079,4531,'description',''),(60080,4531,'rich_editing','true'),(60081,4531,'syntax_highlighting','true'),(60082,4531,'comment_shortcuts','false'),(60083,4531,'admin_color','fresh'),(60084,4531,'use_ssl','0'),(60085,4531,'show_admin_bar_front','true'),(60086,4531,'locale',''),(60087,4531,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60088,4531,'wp_user_level','0'),(60089,4531,'default_password_nag','1'),(60090,4532,'nickname','melodyh21957'),(60091,4532,'first_name',''),(60092,4532,'last_name',''),(60093,4532,'description',''),(60094,4532,'rich_editing','true'),(60095,4532,'syntax_highlighting','true'),(60096,4532,'comment_shortcuts','false'),(60097,4532,'admin_color','fresh'),(60098,4532,'use_ssl','0'),(60099,4532,'show_admin_bar_front','true'),(60100,4532,'locale',''),(60101,4532,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60102,4532,'wp_user_level','0'),(60103,4532,'default_password_nag','1'),(60104,4533,'nickname','ibrahim.marouf1975'),(60105,4533,'first_name',''),(60106,4533,'last_name',''),(60107,4533,'description',''),(60108,4533,'rich_editing','true'),(60109,4533,'syntax_highlighting','true'),(60110,4533,'comment_shortcuts','false'),(60111,4533,'admin_color','fresh'),(60112,4533,'use_ssl','0'),(60113,4533,'show_admin_bar_front','true'),(60114,4533,'locale',''),(60115,4533,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60116,4533,'wp_user_level','0'),(60117,4533,'default_password_nag','1'),(60118,4534,'nickname','whatadeals991966'),(60119,4534,'first_name',''),(60120,4534,'last_name',''),(60121,4534,'description',''),(60122,4534,'rich_editing','true'),(60123,4534,'syntax_highlighting','true'),(60124,4534,'comment_shortcuts','false'),(60125,4534,'admin_color','fresh'),(60126,4534,'use_ssl','0'),(60127,4534,'show_admin_bar_front','true'),(60128,4534,'locale',''),(60129,4534,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60130,4534,'wp_user_level','0'),(60131,4534,'default_password_nag','1'),(60132,4535,'nickname','blueyes07771966'),(60133,4535,'first_name',''),(60134,4535,'last_name',''),(60135,4535,'description',''),(60136,4535,'rich_editing','true'),(60137,4535,'syntax_highlighting','true'),(60138,4535,'comment_shortcuts','false'),(60139,4535,'admin_color','fresh'),(60140,4535,'use_ssl','0'),(60141,4535,'show_admin_bar_front','true'),(60142,4535,'locale',''),(60143,4535,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60144,4535,'wp_user_level','0'),(60145,4535,'default_password_nag','1'),(60146,4536,'nickname','212930091999'),(60147,4536,'first_name',''),(60148,4536,'last_name',''),(60149,4536,'description',''),(60150,4536,'rich_editing','true'),(60151,4536,'syntax_highlighting','true'),(60152,4536,'comment_shortcuts','false'),(60153,4536,'admin_color','fresh'),(60154,4536,'use_ssl','0'),(60155,4536,'show_admin_bar_front','true'),(60156,4536,'locale',''),(60157,4536,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60158,4536,'wp_user_level','0'),(60159,4536,'default_password_nag','1'),(60160,4537,'nickname','rlavallee22010'),(60161,4537,'first_name',''),(60162,4537,'last_name',''),(60163,4537,'description',''),(60164,4537,'rich_editing','true'),(60165,4537,'syntax_highlighting','true'),(60166,4537,'comment_shortcuts','false'),(60167,4537,'admin_color','fresh'),(60168,4537,'use_ssl','0'),(60169,4537,'show_admin_bar_front','true'),(60170,4537,'locale',''),(60171,4537,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60172,4537,'wp_user_level','0'),(60173,4537,'default_password_nag','1'),(60174,4538,'nickname','chrisbeneke1991'),(60175,4538,'first_name',''),(60176,4538,'last_name',''),(60177,4538,'description',''),(60178,4538,'rich_editing','true'),(60179,4538,'syntax_highlighting','true'),(60180,4538,'comment_shortcuts','false'),(60181,4538,'admin_color','fresh'),(60182,4538,'use_ssl','0'),(60183,4538,'show_admin_bar_front','true'),(60184,4538,'locale',''),(60185,4538,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60186,4538,'wp_user_level','0'),(60187,4538,'default_password_nag','1'),(60188,4539,'nickname','andrew.leeke2000'),(60189,4539,'first_name',''),(60190,4539,'last_name',''),(60191,4539,'description',''),(60192,4539,'rich_editing','true'),(60193,4539,'syntax_highlighting','true'),(60194,4539,'comment_shortcuts','false'),(60195,4539,'admin_color','fresh'),(60196,4539,'use_ssl','0'),(60197,4539,'show_admin_bar_front','true'),(60198,4539,'locale',''),(60199,4539,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60200,4539,'wp_user_level','0'),(60201,4539,'default_password_nag','1'),(60202,4540,'nickname','terrancescotton2002'),(60203,4540,'first_name',''),(60204,4540,'last_name',''),(60205,4540,'description',''),(60206,4540,'rich_editing','true'),(60207,4540,'syntax_highlighting','true'),(60208,4540,'comment_shortcuts','false'),(60209,4540,'admin_color','fresh'),(60210,4540,'use_ssl','0'),(60211,4540,'show_admin_bar_front','true'),(60212,4540,'locale',''),(60213,4540,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60214,4540,'wp_user_level','0'),(60215,4540,'default_password_nag','1'),(60216,4541,'nickname','cordell.sv1953'),(60217,4541,'first_name',''),(60218,4541,'last_name',''),(60219,4541,'description',''),(60220,4541,'rich_editing','true'),(60221,4541,'syntax_highlighting','true'),(60222,4541,'comment_shortcuts','false'),(60223,4541,'admin_color','fresh'),(60224,4541,'use_ssl','0'),(60225,4541,'show_admin_bar_front','true'),(60226,4541,'locale',''),(60227,4541,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60228,4541,'wp_user_level','0'),(60229,4541,'default_password_nag','1'),(60230,4542,'nickname','danny.l.marshall1958'),(60231,4542,'first_name',''),(60232,4542,'last_name',''),(60233,4542,'description',''),(60234,4542,'rich_editing','true'),(60235,4542,'syntax_highlighting','true'),(60236,4542,'comment_shortcuts','false'),(60237,4542,'admin_color','fresh'),(60238,4542,'use_ssl','0'),(60239,4542,'show_admin_bar_front','true'),(60240,4542,'locale',''),(60241,4542,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60242,4542,'wp_user_level','0'),(60243,4542,'default_password_nag','1'),(60244,4543,'nickname','amnaj.b1967'),(60245,4543,'first_name',''),(60246,4543,'last_name',''),(60247,4543,'description',''),(60248,4543,'rich_editing','true'),(60249,4543,'syntax_highlighting','true'),(60250,4543,'comment_shortcuts','false'),(60251,4543,'admin_color','fresh'),(60252,4543,'use_ssl','0'),(60253,4543,'show_admin_bar_front','true'),(60254,4543,'locale',''),(60255,4543,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60256,4543,'wp_user_level','0'),(60257,4543,'default_password_nag','1'),(60258,4544,'nickname','rgovea20021953'),(60259,4544,'first_name',''),(60260,4544,'last_name',''),(60261,4544,'description',''),(60262,4544,'rich_editing','true'),(60263,4544,'syntax_highlighting','true'),(60264,4544,'comment_shortcuts','false'),(60265,4544,'admin_color','fresh'),(60266,4544,'use_ssl','0'),(60267,4544,'show_admin_bar_front','true'),(60268,4544,'locale',''),(60269,4544,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60270,4544,'wp_user_level','0'),(60271,4544,'default_password_nag','1'),(60272,4545,'nickname','sheilalight11954'),(60273,4545,'first_name',''),(60274,4545,'last_name',''),(60275,4545,'description',''),(60276,4545,'rich_editing','true'),(60277,4545,'syntax_highlighting','true'),(60278,4545,'comment_shortcuts','false'),(60279,4545,'admin_color','fresh'),(60280,4545,'use_ssl','0'),(60281,4545,'show_admin_bar_front','true'),(60282,4545,'locale',''),(60283,4545,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60284,4545,'wp_user_level','0'),(60285,4545,'default_password_nag','1'),(60286,4546,'nickname','jlast792007'),(60287,4546,'first_name',''),(60288,4546,'last_name',''),(60289,4546,'description',''),(60290,4546,'rich_editing','true'),(60291,4546,'syntax_highlighting','true'),(60292,4546,'comment_shortcuts','false'),(60293,4546,'admin_color','fresh'),(60294,4546,'use_ssl','0'),(60295,4546,'show_admin_bar_front','true'),(60296,4546,'locale',''),(60297,4546,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60298,4546,'wp_user_level','0'),(60299,4546,'default_password_nag','1'),(60300,4547,'nickname','mark.sutfin1975'),(60301,4547,'first_name',''),(60302,4547,'last_name',''),(60303,4547,'description',''),(60304,4547,'rich_editing','true'),(60305,4547,'syntax_highlighting','true'),(60306,4547,'comment_shortcuts','false'),(60307,4547,'admin_color','fresh'),(60308,4547,'use_ssl','0'),(60309,4547,'show_admin_bar_front','true'),(60310,4547,'locale',''),(60311,4547,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60312,4547,'wp_user_level','0'),(60313,4547,'default_password_nag','1'),(60314,4548,'nickname','sfcguzmanretired1952'),(60315,4548,'first_name',''),(60316,4548,'last_name',''),(60317,4548,'description',''),(60318,4548,'rich_editing','true'),(60319,4548,'syntax_highlighting','true'),(60320,4548,'comment_shortcuts','false'),(60321,4548,'admin_color','fresh'),(60322,4548,'use_ssl','0'),(60323,4548,'show_admin_bar_front','true'),(60324,4548,'locale',''),(60325,4548,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60326,4548,'wp_user_level','0'),(60327,4548,'default_password_nag','1'),(60328,4549,'nickname','edgarbarcenas641984'),(60329,4549,'first_name',''),(60330,4549,'last_name',''),(60331,4549,'description',''),(60332,4549,'rich_editing','true'),(60333,4549,'syntax_highlighting','true'),(60334,4549,'comment_shortcuts','false'),(60335,4549,'admin_color','fresh'),(60336,4549,'use_ssl','0'),(60337,4549,'show_admin_bar_front','true'),(60338,4549,'locale',''),(60339,4549,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60340,4549,'wp_user_level','0'),(60341,4549,'default_password_nag','1'),(60342,4550,'nickname','bm52sgm2007'),(60343,4550,'first_name',''),(60344,4550,'last_name',''),(60345,4550,'description',''),(60346,4550,'rich_editing','true'),(60347,4550,'syntax_highlighting','true'),(60348,4550,'comment_shortcuts','false'),(60349,4550,'admin_color','fresh'),(60350,4550,'use_ssl','0'),(60351,4550,'show_admin_bar_front','true'),(60352,4550,'locale',''),(60353,4550,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60354,4550,'wp_user_level','0'),(60355,4550,'default_password_nag','1'),(60356,4551,'nickname','josephmendespa2001'),(60357,4551,'first_name',''),(60358,4551,'last_name',''),(60359,4551,'description',''),(60360,4551,'rich_editing','true'),(60361,4551,'syntax_highlighting','true'),(60362,4551,'comment_shortcuts','false'),(60363,4551,'admin_color','fresh'),(60364,4551,'use_ssl','0'),(60365,4551,'show_admin_bar_front','true'),(60366,4551,'locale',''),(60367,4551,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60368,4551,'wp_user_level','0'),(60369,4551,'default_password_nag','1'),(60370,4552,'nickname','mmadsen0001975'),(60371,4552,'first_name',''),(60372,4552,'last_name',''),(60373,4552,'description',''),(60374,4552,'rich_editing','true'),(60375,4552,'syntax_highlighting','true'),(60376,4552,'comment_shortcuts','false'),(60377,4552,'admin_color','fresh'),(60378,4552,'use_ssl','0'),(60379,4552,'show_admin_bar_front','true'),(60380,4552,'locale',''),(60381,4552,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60382,4552,'wp_user_level','0'),(60383,4552,'default_password_nag','1'),(60384,4553,'nickname','kereilly041972'),(60385,4553,'first_name',''),(60386,4553,'last_name',''),(60387,4553,'description',''),(60388,4553,'rich_editing','true'),(60389,4553,'syntax_highlighting','true'),(60390,4553,'comment_shortcuts','false'),(60391,4553,'admin_color','fresh'),(60392,4553,'use_ssl','0'),(60393,4553,'show_admin_bar_front','true'),(60394,4553,'locale',''),(60395,4553,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60396,4553,'wp_user_level','0'),(60397,4553,'default_password_nag','1'),(60398,4554,'nickname','mxyeow1953'),(60399,4554,'first_name',''),(60400,4554,'last_name',''),(60401,4554,'description',''),(60402,4554,'rich_editing','true'),(60403,4554,'syntax_highlighting','true'),(60404,4554,'comment_shortcuts','false'),(60405,4554,'admin_color','fresh'),(60406,4554,'use_ssl','0'),(60407,4554,'show_admin_bar_front','true'),(60408,4554,'locale',''),(60409,4554,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60410,4554,'wp_user_level','0'),(60411,4554,'default_password_nag','1'),(60412,4555,'nickname','henryaharrison1974'),(60413,4555,'first_name',''),(60414,4555,'last_name',''),(60415,4555,'description',''),(60416,4555,'rich_editing','true'),(60417,4555,'syntax_highlighting','true'),(60418,4555,'comment_shortcuts','false'),(60419,4555,'admin_color','fresh'),(60420,4555,'use_ssl','0'),(60421,4555,'show_admin_bar_front','true'),(60422,4555,'locale',''),(60423,4555,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60424,4555,'wp_user_level','0'),(60425,4555,'default_password_nag','1'),(60426,4556,'nickname','loans.richsmith2006'),(60427,4556,'first_name',''),(60428,4556,'last_name',''),(60429,4556,'description',''),(60430,4556,'rich_editing','true'),(60431,4556,'syntax_highlighting','true'),(60432,4556,'comment_shortcuts','false'),(60433,4556,'admin_color','fresh'),(60434,4556,'use_ssl','0'),(60435,4556,'show_admin_bar_front','true'),(60436,4556,'locale',''),(60437,4556,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60438,4556,'wp_user_level','0'),(60439,4556,'default_password_nag','1'),(60440,4557,'nickname','mark-cheryljohnson1991'),(60441,4557,'first_name',''),(60442,4557,'last_name',''),(60443,4557,'description',''),(60444,4557,'rich_editing','true'),(60445,4557,'syntax_highlighting','true'),(60446,4557,'comment_shortcuts','false'),(60447,4557,'admin_color','fresh'),(60448,4557,'use_ssl','0'),(60449,4557,'show_admin_bar_front','true'),(60450,4557,'locale',''),(60451,4557,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60452,4557,'wp_user_level','0'),(60453,4557,'default_password_nag','1'),(60454,4558,'nickname','larny20091966'),(60455,4558,'first_name',''),(60456,4558,'last_name',''),(60457,4558,'description',''),(60458,4558,'rich_editing','true'),(60459,4558,'syntax_highlighting','true'),(60460,4558,'comment_shortcuts','false'),(60461,4558,'admin_color','fresh'),(60462,4558,'use_ssl','0'),(60463,4558,'show_admin_bar_front','true'),(60464,4558,'locale',''),(60465,4558,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60466,4558,'wp_user_level','0'),(60467,4558,'default_password_nag','1'),(60468,4559,'nickname','marana2009'),(60469,4559,'first_name',''),(60470,4559,'last_name',''),(60471,4559,'description',''),(60472,4559,'rich_editing','true'),(60473,4559,'syntax_highlighting','true'),(60474,4559,'comment_shortcuts','false'),(60475,4559,'admin_color','fresh'),(60476,4559,'use_ssl','0'),(60477,4559,'show_admin_bar_front','true'),(60478,4559,'locale',''),(60479,4559,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60480,4559,'wp_user_level','0'),(60481,4559,'default_password_nag','1'),(60482,4560,'nickname','pete-cafferkey1968'),(60483,4560,'first_name',''),(60484,4560,'last_name',''),(60485,4560,'description',''),(60486,4560,'rich_editing','true'),(60487,4560,'syntax_highlighting','true'),(60488,4560,'comment_shortcuts','false'),(60489,4560,'admin_color','fresh'),(60490,4560,'use_ssl','0'),(60491,4560,'show_admin_bar_front','true'),(60492,4560,'locale',''),(60493,4560,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60494,4560,'wp_user_level','0'),(60495,4560,'default_password_nag','1'),(60496,4561,'nickname','avendemia41992'),(60497,4561,'first_name',''),(60498,4561,'last_name',''),(60499,4561,'description',''),(60500,4561,'rich_editing','true'),(60501,4561,'syntax_highlighting','true'),(60502,4561,'comment_shortcuts','false'),(60503,4561,'admin_color','fresh'),(60504,4561,'use_ssl','0'),(60505,4561,'show_admin_bar_front','true'),(60506,4561,'locale',''),(60507,4561,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60508,4561,'wp_user_level','0'),(60509,4561,'default_password_nag','1'),(60510,4562,'nickname','cstewart1986'),(60511,4562,'first_name',''),(60512,4562,'last_name',''),(60513,4562,'description',''),(60514,4562,'rich_editing','true'),(60515,4562,'syntax_highlighting','true'),(60516,4562,'comment_shortcuts','false'),(60517,4562,'admin_color','fresh'),(60518,4562,'use_ssl','0'),(60519,4562,'show_admin_bar_front','true'),(60520,4562,'locale',''),(60521,4562,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60522,4562,'wp_user_level','0'),(60523,4562,'default_password_nag','1'),(60524,4563,'nickname','bondtl1968'),(60525,4563,'first_name',''),(60526,4563,'last_name',''),(60527,4563,'description',''),(60528,4563,'rich_editing','true'),(60529,4563,'syntax_highlighting','true'),(60530,4563,'comment_shortcuts','false'),(60531,4563,'admin_color','fresh'),(60532,4563,'use_ssl','0'),(60533,4563,'show_admin_bar_front','true'),(60534,4563,'locale',''),(60535,4563,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60536,4563,'wp_user_level','0'),(60537,4563,'default_password_nag','1'),(60538,4564,'nickname','amin.sassi1987'),(60539,4564,'first_name',''),(60540,4564,'last_name',''),(60541,4564,'description',''),(60542,4564,'rich_editing','true'),(60543,4564,'syntax_highlighting','true'),(60544,4564,'comment_shortcuts','false'),(60545,4564,'admin_color','fresh'),(60546,4564,'use_ssl','0'),(60547,4564,'show_admin_bar_front','true'),(60548,4564,'locale',''),(60549,4564,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60550,4564,'wp_user_level','0'),(60551,4564,'default_password_nag','1'),(60552,4565,'nickname','hurley_7231995'),(60553,4565,'first_name',''),(60554,4565,'last_name',''),(60555,4565,'description',''),(60556,4565,'rich_editing','true'),(60557,4565,'syntax_highlighting','true'),(60558,4565,'comment_shortcuts','false'),(60559,4565,'admin_color','fresh'),(60560,4565,'use_ssl','0'),(60561,4565,'show_admin_bar_front','true'),(60562,4565,'locale',''),(60563,4565,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60564,4565,'wp_user_level','0'),(60565,4565,'default_password_nag','1'),(60566,4566,'nickname','michaelam1964'),(60567,4566,'first_name',''),(60568,4566,'last_name',''),(60569,4566,'description',''),(60570,4566,'rich_editing','true'),(60571,4566,'syntax_highlighting','true'),(60572,4566,'comment_shortcuts','false'),(60573,4566,'admin_color','fresh'),(60574,4566,'use_ssl','0'),(60575,4566,'show_admin_bar_front','true'),(60576,4566,'locale',''),(60577,4566,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60578,4566,'wp_user_level','0'),(60579,4566,'default_password_nag','1'),(60580,4567,'nickname','larry1998'),(60581,4567,'first_name',''),(60582,4567,'last_name',''),(60583,4567,'description',''),(60584,4567,'rich_editing','true'),(60585,4567,'syntax_highlighting','true'),(60586,4567,'comment_shortcuts','false'),(60587,4567,'admin_color','fresh'),(60588,4567,'use_ssl','0'),(60589,4567,'show_admin_bar_front','true'),(60590,4567,'locale',''),(60591,4567,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60592,4567,'wp_user_level','0'),(60593,4567,'default_password_nag','1'),(60594,4568,'nickname','bobbijo2003'),(60595,4568,'first_name',''),(60596,4568,'last_name',''),(60597,4568,'description',''),(60598,4568,'rich_editing','true'),(60599,4568,'syntax_highlighting','true'),(60600,4568,'comment_shortcuts','false'),(60601,4568,'admin_color','fresh'),(60602,4568,'use_ssl','0'),(60603,4568,'show_admin_bar_front','true'),(60604,4568,'locale',''),(60605,4568,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60606,4568,'wp_user_level','0'),(60607,4568,'default_password_nag','1'),(60608,4569,'nickname','chronosmonkey1993'),(60609,4569,'first_name',''),(60610,4569,'last_name',''),(60611,4569,'description',''),(60612,4569,'rich_editing','true'),(60613,4569,'syntax_highlighting','true'),(60614,4569,'comment_shortcuts','false'),(60615,4569,'admin_color','fresh'),(60616,4569,'use_ssl','0'),(60617,4569,'show_admin_bar_front','true'),(60618,4569,'locale',''),(60619,4569,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60620,4569,'wp_user_level','0'),(60621,4569,'default_password_nag','1'),(60622,4570,'nickname','mindini11985'),(60623,4570,'first_name',''),(60624,4570,'last_name',''),(60625,4570,'description',''),(60626,4570,'rich_editing','true'),(60627,4570,'syntax_highlighting','true'),(60628,4570,'comment_shortcuts','false'),(60629,4570,'admin_color','fresh'),(60630,4570,'use_ssl','0'),(60631,4570,'show_admin_bar_front','true'),(60632,4570,'locale',''),(60633,4570,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60634,4570,'wp_user_level','0'),(60635,4570,'default_password_nag','1'),(60636,4571,'nickname','rmascio1957'),(60637,4571,'first_name',''),(60638,4571,'last_name',''),(60639,4571,'description',''),(60640,4571,'rich_editing','true'),(60641,4571,'syntax_highlighting','true'),(60642,4571,'comment_shortcuts','false'),(60643,4571,'admin_color','fresh'),(60644,4571,'use_ssl','0'),(60645,4571,'show_admin_bar_front','true'),(60646,4571,'locale',''),(60647,4571,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60648,4571,'wp_user_level','0'),(60649,4571,'default_password_nag','1'),(60650,4572,'nickname','jenlstrickland791999'),(60651,4572,'first_name',''),(60652,4572,'last_name',''),(60653,4572,'description',''),(60654,4572,'rich_editing','true'),(60655,4572,'syntax_highlighting','true'),(60656,4572,'comment_shortcuts','false'),(60657,4572,'admin_color','fresh'),(60658,4572,'use_ssl','0'),(60659,4572,'show_admin_bar_front','true'),(60660,4572,'locale',''),(60661,4572,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60662,4572,'wp_user_level','0'),(60663,4572,'default_password_nag','1'),(60664,4573,'nickname','enyllc1978'),(60665,4573,'first_name',''),(60666,4573,'last_name',''),(60667,4573,'description',''),(60668,4573,'rich_editing','true'),(60669,4573,'syntax_highlighting','true'),(60670,4573,'comment_shortcuts','false'),(60671,4573,'admin_color','fresh'),(60672,4573,'use_ssl','0'),(60673,4573,'show_admin_bar_front','true'),(60674,4573,'locale',''),(60675,4573,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60676,4573,'wp_user_level','0'),(60677,4573,'default_password_nag','1'),(60678,4574,'nickname','cantu.jay1976'),(60679,4574,'first_name',''),(60680,4574,'last_name',''),(60681,4574,'description',''),(60682,4574,'rich_editing','true'),(60683,4574,'syntax_highlighting','true'),(60684,4574,'comment_shortcuts','false'),(60685,4574,'admin_color','fresh'),(60686,4574,'use_ssl','0'),(60687,4574,'show_admin_bar_front','true'),(60688,4574,'locale',''),(60689,4574,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60690,4574,'wp_user_level','0'),(60691,4574,'default_password_nag','1'),(60692,4575,'nickname','matthungerford121985'),(60693,4575,'first_name',''),(60694,4575,'last_name',''),(60695,4575,'description',''),(60696,4575,'rich_editing','true'),(60697,4575,'syntax_highlighting','true'),(60698,4575,'comment_shortcuts','false'),(60699,4575,'admin_color','fresh'),(60700,4575,'use_ssl','0'),(60701,4575,'show_admin_bar_front','true'),(60702,4575,'locale',''),(60703,4575,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60704,4575,'wp_user_level','0'),(60705,4575,'default_password_nag','1'),(60706,4576,'nickname','rewo87141998'),(60707,4576,'first_name',''),(60708,4576,'last_name',''),(60709,4576,'description',''),(60710,4576,'rich_editing','true'),(60711,4576,'syntax_highlighting','true'),(60712,4576,'comment_shortcuts','false'),(60713,4576,'admin_color','fresh'),(60714,4576,'use_ssl','0'),(60715,4576,'show_admin_bar_front','true'),(60716,4576,'locale',''),(60717,4576,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60718,4576,'wp_user_level','0'),(60719,4576,'default_password_nag','1'),(60720,4577,'nickname','candyb3bi1980'),(60721,4577,'first_name',''),(60722,4577,'last_name',''),(60723,4577,'description',''),(60724,4577,'rich_editing','true'),(60725,4577,'syntax_highlighting','true'),(60726,4577,'comment_shortcuts','false'),(60727,4577,'admin_color','fresh'),(60728,4577,'use_ssl','0'),(60729,4577,'show_admin_bar_front','true'),(60730,4577,'locale',''),(60731,4577,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60732,4577,'wp_user_level','0'),(60733,4577,'default_password_nag','1'),(60734,4578,'nickname','aveinlani1964'),(60735,4578,'first_name',''),(60736,4578,'last_name',''),(60737,4578,'description',''),(60738,4578,'rich_editing','true'),(60739,4578,'syntax_highlighting','true'),(60740,4578,'comment_shortcuts','false'),(60741,4578,'admin_color','fresh'),(60742,4578,'use_ssl','0'),(60743,4578,'show_admin_bar_front','true'),(60744,4578,'locale',''),(60745,4578,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60746,4578,'wp_user_level','0'),(60747,4578,'default_password_nag','1'),(60748,4579,'nickname','michaelbishop2901957'),(60749,4579,'first_name',''),(60750,4579,'last_name',''),(60751,4579,'description',''),(60752,4579,'rich_editing','true'),(60753,4579,'syntax_highlighting','true'),(60754,4579,'comment_shortcuts','false'),(60755,4579,'admin_color','fresh'),(60756,4579,'use_ssl','0'),(60757,4579,'show_admin_bar_front','true'),(60758,4579,'locale',''),(60759,4579,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60760,4579,'wp_user_level','0'),(60761,4579,'default_password_nag','1'),(60762,4580,'nickname','danielb7611967'),(60763,4580,'first_name',''),(60764,4580,'last_name',''),(60765,4580,'description',''),(60766,4580,'rich_editing','true'),(60767,4580,'syntax_highlighting','true'),(60768,4580,'comment_shortcuts','false'),(60769,4580,'admin_color','fresh'),(60770,4580,'use_ssl','0'),(60771,4580,'show_admin_bar_front','true'),(60772,4580,'locale',''),(60773,4580,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60774,4580,'wp_user_level','0'),(60775,4580,'default_password_nag','1'),(60776,4581,'nickname','blake.harris1983'),(60777,4581,'first_name',''),(60778,4581,'last_name',''),(60779,4581,'description',''),(60780,4581,'rich_editing','true'),(60781,4581,'syntax_highlighting','true'),(60782,4581,'comment_shortcuts','false'),(60783,4581,'admin_color','fresh'),(60784,4581,'use_ssl','0'),(60785,4581,'show_admin_bar_front','true'),(60786,4581,'locale',''),(60787,4581,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60788,4581,'wp_user_level','0'),(60789,4581,'default_password_nag','1'),(60790,4582,'nickname','anette.lohmiller2000'),(60791,4582,'first_name',''),(60792,4582,'last_name',''),(60793,4582,'description',''),(60794,4582,'rich_editing','true'),(60795,4582,'syntax_highlighting','true'),(60796,4582,'comment_shortcuts','false'),(60797,4582,'admin_color','fresh'),(60798,4582,'use_ssl','0'),(60799,4582,'show_admin_bar_front','true'),(60800,4582,'locale',''),(60801,4582,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60802,4582,'wp_user_level','0'),(60803,4582,'default_password_nag','1'),(60804,4583,'nickname','toshahzed2002'),(60805,4583,'first_name',''),(60806,4583,'last_name',''),(60807,4583,'description',''),(60808,4583,'rich_editing','true'),(60809,4583,'syntax_highlighting','true'),(60810,4583,'comment_shortcuts','false'),(60811,4583,'admin_color','fresh'),(60812,4583,'use_ssl','0'),(60813,4583,'show_admin_bar_front','true'),(60814,4583,'locale',''),(60815,4583,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60816,4583,'wp_user_level','0'),(60817,4583,'default_password_nag','1'),(60818,4584,'nickname','s.schlewing1971'),(60819,4584,'first_name',''),(60820,4584,'last_name',''),(60821,4584,'description',''),(60822,4584,'rich_editing','true'),(60823,4584,'syntax_highlighting','true'),(60824,4584,'comment_shortcuts','false'),(60825,4584,'admin_color','fresh'),(60826,4584,'use_ssl','0'),(60827,4584,'show_admin_bar_front','true'),(60828,4584,'locale',''),(60829,4584,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60830,4584,'wp_user_level','0'),(60831,4584,'default_password_nag','1'),(60832,4585,'nickname','m.gayed111977'),(60833,4585,'first_name',''),(60834,4585,'last_name',''),(60835,4585,'description',''),(60836,4585,'rich_editing','true'),(60837,4585,'syntax_highlighting','true'),(60838,4585,'comment_shortcuts','false'),(60839,4585,'admin_color','fresh'),(60840,4585,'use_ssl','0'),(60841,4585,'show_admin_bar_front','true'),(60842,4585,'locale',''),(60843,4585,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60844,4585,'wp_user_level','0'),(60845,4585,'default_password_nag','1'),(60846,4586,'nickname','beth.winters2004'),(60847,4586,'first_name',''),(60848,4586,'last_name',''),(60849,4586,'description',''),(60850,4586,'rich_editing','true'),(60851,4586,'syntax_highlighting','true'),(60852,4586,'comment_shortcuts','false'),(60853,4586,'admin_color','fresh'),(60854,4586,'use_ssl','0'),(60855,4586,'show_admin_bar_front','true'),(60856,4586,'locale',''),(60857,4586,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60858,4586,'wp_user_level','0'),(60859,4586,'default_password_nag','1'),(60860,4587,'nickname','nathanrsims2001'),(60861,4587,'first_name',''),(60862,4587,'last_name',''),(60863,4587,'description',''),(60864,4587,'rich_editing','true'),(60865,4587,'syntax_highlighting','true'),(60866,4587,'comment_shortcuts','false'),(60867,4587,'admin_color','fresh'),(60868,4587,'use_ssl','0'),(60869,4587,'show_admin_bar_front','true'),(60870,4587,'locale',''),(60871,4587,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60872,4587,'wp_user_level','0'),(60873,4587,'default_password_nag','1'),(60874,4588,'nickname','sugarmolly11950'),(60875,4588,'first_name',''),(60876,4588,'last_name',''),(60877,4588,'description',''),(60878,4588,'rich_editing','true'),(60879,4588,'syntax_highlighting','true'),(60880,4588,'comment_shortcuts','false'),(60881,4588,'admin_color','fresh'),(60882,4588,'use_ssl','0'),(60883,4588,'show_admin_bar_front','true'),(60884,4588,'locale',''),(60885,4588,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60886,4588,'wp_user_level','0'),(60887,4588,'default_password_nag','1'),(60888,4589,'nickname','davidm_gzz1993'),(60889,4589,'first_name',''),(60890,4589,'last_name',''),(60891,4589,'description',''),(60892,4589,'rich_editing','true'),(60893,4589,'syntax_highlighting','true'),(60894,4589,'comment_shortcuts','false'),(60895,4589,'admin_color','fresh'),(60896,4589,'use_ssl','0'),(60897,4589,'show_admin_bar_front','true'),(60898,4589,'locale',''),(60899,4589,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60900,4589,'wp_user_level','0'),(60901,4589,'default_password_nag','1'),(60902,4590,'nickname','linds1977'),(60903,4590,'first_name',''),(60904,4590,'last_name',''),(60905,4590,'description',''),(60906,4590,'rich_editing','true'),(60907,4590,'syntax_highlighting','true'),(60908,4590,'comment_shortcuts','false'),(60909,4590,'admin_color','fresh'),(60910,4590,'use_ssl','0'),(60911,4590,'show_admin_bar_front','true'),(60912,4590,'locale',''),(60913,4590,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60914,4590,'wp_user_level','0'),(60915,4590,'default_password_nag','1'),(60916,4591,'nickname','rogerbruce611991'),(60917,4591,'first_name',''),(60918,4591,'last_name',''),(60919,4591,'description',''),(60920,4591,'rich_editing','true'),(60921,4591,'syntax_highlighting','true'),(60922,4591,'comment_shortcuts','false'),(60923,4591,'admin_color','fresh'),(60924,4591,'use_ssl','0'),(60925,4591,'show_admin_bar_front','true'),(60926,4591,'locale',''),(60927,4591,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60928,4591,'wp_user_level','0'),(60929,4591,'default_password_nag','1'),(60930,4592,'nickname','antemus1994'),(60931,4592,'first_name',''),(60932,4592,'last_name',''),(60933,4592,'description',''),(60934,4592,'rich_editing','true'),(60935,4592,'syntax_highlighting','true'),(60936,4592,'comment_shortcuts','false'),(60937,4592,'admin_color','fresh'),(60938,4592,'use_ssl','0'),(60939,4592,'show_admin_bar_front','true'),(60940,4592,'locale',''),(60941,4592,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60942,4592,'wp_user_level','0'),(60943,4592,'default_password_nag','1'),(60944,4593,'nickname','jenrpennington2005'),(60945,4593,'first_name',''),(60946,4593,'last_name',''),(60947,4593,'description',''),(60948,4593,'rich_editing','true'),(60949,4593,'syntax_highlighting','true'),(60950,4593,'comment_shortcuts','false'),(60951,4593,'admin_color','fresh'),(60952,4593,'use_ssl','0'),(60953,4593,'show_admin_bar_front','true'),(60954,4593,'locale',''),(60955,4593,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60956,4593,'wp_user_level','0'),(60957,4593,'default_password_nag','1'),(60958,4594,'nickname','nickthedick6191977'),(60959,4594,'first_name',''),(60960,4594,'last_name',''),(60961,4594,'description',''),(60962,4594,'rich_editing','true'),(60963,4594,'syntax_highlighting','true'),(60964,4594,'comment_shortcuts','false'),(60965,4594,'admin_color','fresh'),(60966,4594,'use_ssl','0'),(60967,4594,'show_admin_bar_front','true'),(60968,4594,'locale',''),(60969,4594,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60970,4594,'wp_user_level','0'),(60971,4594,'default_password_nag','1'),(60972,4595,'nickname','eileenlb1984'),(60973,4595,'first_name',''),(60974,4595,'last_name',''),(60975,4595,'description',''),(60976,4595,'rich_editing','true'),(60977,4595,'syntax_highlighting','true'),(60978,4595,'comment_shortcuts','false'),(60979,4595,'admin_color','fresh'),(60980,4595,'use_ssl','0'),(60981,4595,'show_admin_bar_front','true'),(60982,4595,'locale',''),(60983,4595,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60984,4595,'wp_user_level','0'),(60985,4595,'default_password_nag','1'),(60986,4596,'nickname','ghanson1981'),(60987,4596,'first_name',''),(60988,4596,'last_name',''),(60989,4596,'description',''),(60990,4596,'rich_editing','true'),(60991,4596,'syntax_highlighting','true'),(60992,4596,'comment_shortcuts','false'),(60993,4596,'admin_color','fresh'),(60994,4596,'use_ssl','0'),(60995,4596,'show_admin_bar_front','true'),(60996,4596,'locale',''),(60997,4596,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(60998,4596,'wp_user_level','0'),(60999,4596,'default_password_nag','1'),(61000,4597,'nickname','kneiser1963'),(61001,4597,'first_name',''),(61002,4597,'last_name',''),(61003,4597,'description',''),(61004,4597,'rich_editing','true'),(61005,4597,'syntax_highlighting','true'),(61006,4597,'comment_shortcuts','false'),(61007,4597,'admin_color','fresh'),(61008,4597,'use_ssl','0'),(61009,4597,'show_admin_bar_front','true'),(61010,4597,'locale',''),(61011,4597,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61012,4597,'wp_user_level','0'),(61013,4597,'default_password_nag','1'),(61014,4598,'nickname','ytephgreaves132004'),(61015,4598,'first_name',''),(61016,4598,'last_name',''),(61017,4598,'description',''),(61018,4598,'rich_editing','true'),(61019,4598,'syntax_highlighting','true'),(61020,4598,'comment_shortcuts','false'),(61021,4598,'admin_color','fresh'),(61022,4598,'use_ssl','0'),(61023,4598,'show_admin_bar_front','true'),(61024,4598,'locale',''),(61025,4598,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61026,4598,'wp_user_level','0'),(61027,4598,'default_password_nag','1'),(61028,4599,'nickname','charritter51994'),(61029,4599,'first_name',''),(61030,4599,'last_name',''),(61031,4599,'description',''),(61032,4599,'rich_editing','true'),(61033,4599,'syntax_highlighting','true'),(61034,4599,'comment_shortcuts','false'),(61035,4599,'admin_color','fresh'),(61036,4599,'use_ssl','0'),(61037,4599,'show_admin_bar_front','true'),(61038,4599,'locale',''),(61039,4599,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61040,4599,'wp_user_level','0'),(61041,4599,'default_password_nag','1'),(61042,4600,'nickname','dmancini1968'),(61043,4600,'first_name',''),(61044,4600,'last_name',''),(61045,4600,'description',''),(61046,4600,'rich_editing','true'),(61047,4600,'syntax_highlighting','true'),(61048,4600,'comment_shortcuts','false'),(61049,4600,'admin_color','fresh'),(61050,4600,'use_ssl','0'),(61051,4600,'show_admin_bar_front','true'),(61052,4600,'locale',''),(61053,4600,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61054,4600,'wp_user_level','0'),(61055,4600,'default_password_nag','1'),(61056,4601,'nickname','tracy.hyatt701951'),(61057,4601,'first_name',''),(61058,4601,'last_name',''),(61059,4601,'description',''),(61060,4601,'rich_editing','true'),(61061,4601,'syntax_highlighting','true'),(61062,4601,'comment_shortcuts','false'),(61063,4601,'admin_color','fresh'),(61064,4601,'use_ssl','0'),(61065,4601,'show_admin_bar_front','true'),(61066,4601,'locale',''),(61067,4601,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61068,4601,'wp_user_level','0'),(61069,4601,'default_password_nag','1'),(61070,4602,'nickname','mdebu1921958'),(61071,4602,'first_name',''),(61072,4602,'last_name',''),(61073,4602,'description',''),(61074,4602,'rich_editing','true'),(61075,4602,'syntax_highlighting','true'),(61076,4602,'comment_shortcuts','false'),(61077,4602,'admin_color','fresh'),(61078,4602,'use_ssl','0'),(61079,4602,'show_admin_bar_front','true'),(61080,4602,'locale',''),(61081,4602,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61082,4602,'wp_user_level','0'),(61083,4602,'default_password_nag','1'),(61084,4603,'nickname','robfam51967'),(61085,4603,'first_name',''),(61086,4603,'last_name',''),(61087,4603,'description',''),(61088,4603,'rich_editing','true'),(61089,4603,'syntax_highlighting','true'),(61090,4603,'comment_shortcuts','false'),(61091,4603,'admin_color','fresh'),(61092,4603,'use_ssl','0'),(61093,4603,'show_admin_bar_front','true'),(61094,4603,'locale',''),(61095,4603,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61096,4603,'wp_user_level','0'),(61097,4603,'default_password_nag','1'),(61098,4604,'nickname','scott1950'),(61099,4604,'first_name',''),(61100,4604,'last_name',''),(61101,4604,'description',''),(61102,4604,'rich_editing','true'),(61103,4604,'syntax_highlighting','true'),(61104,4604,'comment_shortcuts','false'),(61105,4604,'admin_color','fresh'),(61106,4604,'use_ssl','0'),(61107,4604,'show_admin_bar_front','true'),(61108,4604,'locale',''),(61109,4604,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61110,4604,'wp_user_level','0'),(61111,4604,'default_password_nag','1'),(61112,4605,'nickname','madduri.murthy1998'),(61113,4605,'first_name',''),(61114,4605,'last_name',''),(61115,4605,'description',''),(61116,4605,'rich_editing','true'),(61117,4605,'syntax_highlighting','true'),(61118,4605,'comment_shortcuts','false'),(61119,4605,'admin_color','fresh'),(61120,4605,'use_ssl','0'),(61121,4605,'show_admin_bar_front','true'),(61122,4605,'locale',''),(61123,4605,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61124,4605,'wp_user_level','0'),(61125,4605,'default_password_nag','1'),(61126,4606,'nickname','juancamilo781954'),(61127,4606,'first_name',''),(61128,4606,'last_name',''),(61129,4606,'description',''),(61130,4606,'rich_editing','true'),(61131,4606,'syntax_highlighting','true'),(61132,4606,'comment_shortcuts','false'),(61133,4606,'admin_color','fresh'),(61134,4606,'use_ssl','0'),(61135,4606,'show_admin_bar_front','true'),(61136,4606,'locale',''),(61137,4606,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61138,4606,'wp_user_level','0'),(61139,4606,'default_password_nag','1'),(61140,4607,'nickname','cmthomas19692001'),(61141,4607,'first_name',''),(61142,4607,'last_name',''),(61143,4607,'description',''),(61144,4607,'rich_editing','true'),(61145,4607,'syntax_highlighting','true'),(61146,4607,'comment_shortcuts','false'),(61147,4607,'admin_color','fresh'),(61148,4607,'use_ssl','0'),(61149,4607,'show_admin_bar_front','true'),(61150,4607,'locale',''),(61151,4607,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61152,4607,'wp_user_level','0'),(61153,4607,'default_password_nag','1'),(61154,4608,'nickname','lindseymeng51959'),(61155,4608,'first_name',''),(61156,4608,'last_name',''),(61157,4608,'description',''),(61158,4608,'rich_editing','true'),(61159,4608,'syntax_highlighting','true'),(61160,4608,'comment_shortcuts','false'),(61161,4608,'admin_color','fresh'),(61162,4608,'use_ssl','0'),(61163,4608,'show_admin_bar_front','true'),(61164,4608,'locale',''),(61165,4608,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61166,4608,'wp_user_level','0'),(61167,4608,'default_password_nag','1'),(61168,4609,'nickname','huze381411993'),(61169,4609,'first_name',''),(61170,4609,'last_name',''),(61171,4609,'description',''),(61172,4609,'rich_editing','true'),(61173,4609,'syntax_highlighting','true'),(61174,4609,'comment_shortcuts','false'),(61175,4609,'admin_color','fresh'),(61176,4609,'use_ssl','0'),(61177,4609,'show_admin_bar_front','true'),(61178,4609,'locale',''),(61179,4609,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61180,4609,'wp_user_level','0'),(61181,4609,'default_password_nag','1'),(61182,4610,'nickname','jmdimples41974'),(61183,4610,'first_name',''),(61184,4610,'last_name',''),(61185,4610,'description',''),(61186,4610,'rich_editing','true'),(61187,4610,'syntax_highlighting','true'),(61188,4610,'comment_shortcuts','false'),(61189,4610,'admin_color','fresh'),(61190,4610,'use_ssl','0'),(61191,4610,'show_admin_bar_front','true'),(61192,4610,'locale',''),(61193,4610,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61194,4610,'wp_user_level','0'),(61195,4610,'default_password_nag','1'),(61196,4611,'nickname','l.delre1993'),(61197,4611,'first_name',''),(61198,4611,'last_name',''),(61199,4611,'description',''),(61200,4611,'rich_editing','true'),(61201,4611,'syntax_highlighting','true'),(61202,4611,'comment_shortcuts','false'),(61203,4611,'admin_color','fresh'),(61204,4611,'use_ssl','0'),(61205,4611,'show_admin_bar_front','true'),(61206,4611,'locale',''),(61207,4611,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61208,4611,'wp_user_level','0'),(61209,4611,'default_password_nag','1'),(61210,4612,'nickname','newtdevilboon4201958'),(61211,4612,'first_name',''),(61212,4612,'last_name',''),(61213,4612,'description',''),(61214,4612,'rich_editing','true'),(61215,4612,'syntax_highlighting','true'),(61216,4612,'comment_shortcuts','false'),(61217,4612,'admin_color','fresh'),(61218,4612,'use_ssl','0'),(61219,4612,'show_admin_bar_front','true'),(61220,4612,'locale',''),(61221,4612,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61222,4612,'wp_user_level','0'),(61223,4612,'default_password_nag','1'),(61224,4613,'nickname','patti01771951'),(61225,4613,'first_name',''),(61226,4613,'last_name',''),(61227,4613,'description',''),(61228,4613,'rich_editing','true'),(61229,4613,'syntax_highlighting','true'),(61230,4613,'comment_shortcuts','false'),(61231,4613,'admin_color','fresh'),(61232,4613,'use_ssl','0'),(61233,4613,'show_admin_bar_front','true'),(61234,4613,'locale',''),(61235,4613,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61236,4613,'wp_user_level','0'),(61237,4613,'default_password_nag','1'),(61238,4614,'nickname','serpicotoxpac1993'),(61239,4614,'first_name',''),(61240,4614,'last_name',''),(61241,4614,'description',''),(61242,4614,'rich_editing','true'),(61243,4614,'syntax_highlighting','true'),(61244,4614,'comment_shortcuts','false'),(61245,4614,'admin_color','fresh'),(61246,4614,'use_ssl','0'),(61247,4614,'show_admin_bar_front','true'),(61248,4614,'locale',''),(61249,4614,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61250,4614,'wp_user_level','0'),(61251,4614,'default_password_nag','1'),(61252,4615,'nickname','abdinasirahmed11983'),(61253,4615,'first_name',''),(61254,4615,'last_name',''),(61255,4615,'description',''),(61256,4615,'rich_editing','true'),(61257,4615,'syntax_highlighting','true'),(61258,4615,'comment_shortcuts','false'),(61259,4615,'admin_color','fresh'),(61260,4615,'use_ssl','0'),(61261,4615,'show_admin_bar_front','true'),(61262,4615,'locale',''),(61263,4615,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61264,4615,'wp_user_level','0'),(61265,4615,'default_password_nag','1'),(61266,4616,'nickname','leahjclarke101956'),(61267,4616,'first_name',''),(61268,4616,'last_name',''),(61269,4616,'description',''),(61270,4616,'rich_editing','true'),(61271,4616,'syntax_highlighting','true'),(61272,4616,'comment_shortcuts','false'),(61273,4616,'admin_color','fresh'),(61274,4616,'use_ssl','0'),(61275,4616,'show_admin_bar_front','true'),(61276,4616,'locale',''),(61277,4616,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61278,4616,'wp_user_level','0'),(61279,4616,'default_password_nag','1'),(61280,4617,'nickname','mariano.violante2008'),(61281,4617,'first_name',''),(61282,4617,'last_name',''),(61283,4617,'description',''),(61284,4617,'rich_editing','true'),(61285,4617,'syntax_highlighting','true'),(61286,4617,'comment_shortcuts','false'),(61287,4617,'admin_color','fresh'),(61288,4617,'use_ssl','0'),(61289,4617,'show_admin_bar_front','true'),(61290,4617,'locale',''),(61291,4617,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61292,4617,'wp_user_level','0'),(61293,4617,'default_password_nag','1'),(61294,4618,'nickname','davidavent2000'),(61295,4618,'first_name',''),(61296,4618,'last_name',''),(61297,4618,'description',''),(61298,4618,'rich_editing','true'),(61299,4618,'syntax_highlighting','true'),(61300,4618,'comment_shortcuts','false'),(61301,4618,'admin_color','fresh'),(61302,4618,'use_ssl','0'),(61303,4618,'show_admin_bar_front','true'),(61304,4618,'locale',''),(61305,4618,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61306,4618,'wp_user_level','0'),(61307,4618,'default_password_nag','1'),(61308,4619,'nickname','cnijhof1966'),(61309,4619,'first_name',''),(61310,4619,'last_name',''),(61311,4619,'description',''),(61312,4619,'rich_editing','true'),(61313,4619,'syntax_highlighting','true'),(61314,4619,'comment_shortcuts','false'),(61315,4619,'admin_color','fresh'),(61316,4619,'use_ssl','0'),(61317,4619,'show_admin_bar_front','true'),(61318,4619,'locale',''),(61319,4619,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61320,4619,'wp_user_level','0'),(61321,4619,'default_password_nag','1'),(61322,4620,'nickname','crosstab21980'),(61323,4620,'first_name',''),(61324,4620,'last_name',''),(61325,4620,'description',''),(61326,4620,'rich_editing','true'),(61327,4620,'syntax_highlighting','true'),(61328,4620,'comment_shortcuts','false'),(61329,4620,'admin_color','fresh'),(61330,4620,'use_ssl','0'),(61331,4620,'show_admin_bar_front','true'),(61332,4620,'locale',''),(61333,4620,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61334,4620,'wp_user_level','0'),(61335,4620,'default_password_nag','1'),(61336,4621,'nickname','adelpeche1998'),(61337,4621,'first_name',''),(61338,4621,'last_name',''),(61339,4621,'description',''),(61340,4621,'rich_editing','true'),(61341,4621,'syntax_highlighting','true'),(61342,4621,'comment_shortcuts','false'),(61343,4621,'admin_color','fresh'),(61344,4621,'use_ssl','0'),(61345,4621,'show_admin_bar_front','true'),(61346,4621,'locale',''),(61347,4621,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61348,4621,'wp_user_level','0'),(61349,4621,'default_password_nag','1'),(61350,4622,'nickname','91773499081958'),(61351,4622,'first_name',''),(61352,4622,'last_name',''),(61353,4622,'description',''),(61354,4622,'rich_editing','true'),(61355,4622,'syntax_highlighting','true'),(61356,4622,'comment_shortcuts','false'),(61357,4622,'admin_color','fresh'),(61358,4622,'use_ssl','0'),(61359,4622,'show_admin_bar_front','true'),(61360,4622,'locale',''),(61361,4622,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61362,4622,'wp_user_level','0'),(61363,4622,'default_password_nag','1'),(61364,4623,'nickname','armie08761976'),(61365,4623,'first_name',''),(61366,4623,'last_name',''),(61367,4623,'description',''),(61368,4623,'rich_editing','true'),(61369,4623,'syntax_highlighting','true'),(61370,4623,'comment_shortcuts','false'),(61371,4623,'admin_color','fresh'),(61372,4623,'use_ssl','0'),(61373,4623,'show_admin_bar_front','true'),(61374,4623,'locale',''),(61375,4623,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61376,4623,'wp_user_level','0'),(61377,4623,'default_password_nag','1'),(61378,4624,'nickname','hops99362003'),(61379,4624,'first_name',''),(61380,4624,'last_name',''),(61381,4624,'description',''),(61382,4624,'rich_editing','true'),(61383,4624,'syntax_highlighting','true'),(61384,4624,'comment_shortcuts','false'),(61385,4624,'admin_color','fresh'),(61386,4624,'use_ssl','0'),(61387,4624,'show_admin_bar_front','true'),(61388,4624,'locale',''),(61389,4624,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61390,4624,'wp_user_level','0'),(61391,4624,'default_password_nag','1'),(61392,4625,'nickname','ubaset1966'),(61393,4625,'first_name',''),(61394,4625,'last_name',''),(61395,4625,'description',''),(61396,4625,'rich_editing','true'),(61397,4625,'syntax_highlighting','true'),(61398,4625,'comment_shortcuts','false'),(61399,4625,'admin_color','fresh'),(61400,4625,'use_ssl','0'),(61401,4625,'show_admin_bar_front','true'),(61402,4625,'locale',''),(61403,4625,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61404,4625,'wp_user_level','0'),(61405,4625,'default_password_nag','1'),(61406,4626,'nickname','randyz21985'),(61407,4626,'first_name',''),(61408,4626,'last_name',''),(61409,4626,'description',''),(61410,4626,'rich_editing','true'),(61411,4626,'syntax_highlighting','true'),(61412,4626,'comment_shortcuts','false'),(61413,4626,'admin_color','fresh'),(61414,4626,'use_ssl','0'),(61415,4626,'show_admin_bar_front','true'),(61416,4626,'locale',''),(61417,4626,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61418,4626,'wp_user_level','0'),(61419,4626,'default_password_nag','1'),(61420,4627,'nickname','oakleyakers451991'),(61421,4627,'first_name',''),(61422,4627,'last_name',''),(61423,4627,'description',''),(61424,4627,'rich_editing','true'),(61425,4627,'syntax_highlighting','true'),(61426,4627,'comment_shortcuts','false'),(61427,4627,'admin_color','fresh'),(61428,4627,'use_ssl','0'),(61429,4627,'show_admin_bar_front','true'),(61430,4627,'locale',''),(61431,4627,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61432,4627,'wp_user_level','0'),(61433,4627,'default_password_nag','1'),(61434,4628,'nickname','chrisscolonn1995'),(61435,4628,'first_name',''),(61436,4628,'last_name',''),(61437,4628,'description',''),(61438,4628,'rich_editing','true'),(61439,4628,'syntax_highlighting','true'),(61440,4628,'comment_shortcuts','false'),(61441,4628,'admin_color','fresh'),(61442,4628,'use_ssl','0'),(61443,4628,'show_admin_bar_front','true'),(61444,4628,'locale',''),(61445,4628,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61446,4628,'wp_user_level','0'),(61447,4628,'default_password_nag','1'),(61448,4629,'nickname','skimball19651969'),(61449,4629,'first_name',''),(61450,4629,'last_name',''),(61451,4629,'description',''),(61452,4629,'rich_editing','true'),(61453,4629,'syntax_highlighting','true'),(61454,4629,'comment_shortcuts','false'),(61455,4629,'admin_color','fresh'),(61456,4629,'use_ssl','0'),(61457,4629,'show_admin_bar_front','true'),(61458,4629,'locale',''),(61459,4629,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61460,4629,'wp_user_level','0'),(61461,4629,'default_password_nag','1'),(61462,4630,'nickname','rardamo221960'),(61463,4630,'first_name',''),(61464,4630,'last_name',''),(61465,4630,'description',''),(61466,4630,'rich_editing','true'),(61467,4630,'syntax_highlighting','true'),(61468,4630,'comment_shortcuts','false'),(61469,4630,'admin_color','fresh'),(61470,4630,'use_ssl','0'),(61471,4630,'show_admin_bar_front','true'),(61472,4630,'locale',''),(61473,4630,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61474,4630,'wp_user_level','0'),(61475,4630,'default_password_nag','1'),(61476,4631,'nickname','jrcastrolopez1950'),(61477,4631,'first_name',''),(61478,4631,'last_name',''),(61479,4631,'description',''),(61480,4631,'rich_editing','true'),(61481,4631,'syntax_highlighting','true'),(61482,4631,'comment_shortcuts','false'),(61483,4631,'admin_color','fresh'),(61484,4631,'use_ssl','0'),(61485,4631,'show_admin_bar_front','true'),(61486,4631,'locale',''),(61487,4631,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61488,4631,'wp_user_level','0'),(61489,4631,'default_password_nag','1'),(61490,4632,'nickname','furiousangel1972002'),(61491,4632,'first_name',''),(61492,4632,'last_name',''),(61493,4632,'description',''),(61494,4632,'rich_editing','true'),(61495,4632,'syntax_highlighting','true'),(61496,4632,'comment_shortcuts','false'),(61497,4632,'admin_color','fresh'),(61498,4632,'use_ssl','0'),(61499,4632,'show_admin_bar_front','true'),(61500,4632,'locale',''),(61501,4632,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61502,4632,'wp_user_level','0'),(61503,4632,'default_password_nag','1'),(61504,4633,'nickname','djgregmack1957'),(61505,4633,'first_name',''),(61506,4633,'last_name',''),(61507,4633,'description',''),(61508,4633,'rich_editing','true'),(61509,4633,'syntax_highlighting','true'),(61510,4633,'comment_shortcuts','false'),(61511,4633,'admin_color','fresh'),(61512,4633,'use_ssl','0'),(61513,4633,'show_admin_bar_front','true'),(61514,4633,'locale',''),(61515,4633,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61516,4633,'wp_user_level','0'),(61517,4633,'default_password_nag','1'),(61518,4634,'nickname','haroldchason2004'),(61519,4634,'first_name',''),(61520,4634,'last_name',''),(61521,4634,'description',''),(61522,4634,'rich_editing','true'),(61523,4634,'syntax_highlighting','true'),(61524,4634,'comment_shortcuts','false'),(61525,4634,'admin_color','fresh'),(61526,4634,'use_ssl','0'),(61527,4634,'show_admin_bar_front','true'),(61528,4634,'locale',''),(61529,4634,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61530,4634,'wp_user_level','0'),(61531,4634,'default_password_nag','1'),(61532,4635,'nickname','bena_boy1992'),(61533,4635,'first_name',''),(61534,4635,'last_name',''),(61535,4635,'description',''),(61536,4635,'rich_editing','true'),(61537,4635,'syntax_highlighting','true'),(61538,4635,'comment_shortcuts','false'),(61539,4635,'admin_color','fresh'),(61540,4635,'use_ssl','0'),(61541,4635,'show_admin_bar_front','true'),(61542,4635,'locale',''),(61543,4635,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61544,4635,'wp_user_level','0'),(61545,4635,'default_password_nag','1'),(61546,4636,'nickname','sharonsmithbd2009'),(61547,4636,'first_name',''),(61548,4636,'last_name',''),(61549,4636,'description',''),(61550,4636,'rich_editing','true'),(61551,4636,'syntax_highlighting','true'),(61552,4636,'comment_shortcuts','false'),(61553,4636,'admin_color','fresh'),(61554,4636,'use_ssl','0'),(61555,4636,'show_admin_bar_front','true'),(61556,4636,'locale',''),(61557,4636,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61558,4636,'wp_user_level','0'),(61559,4636,'default_password_nag','1'),(61560,4637,'nickname','samanthaluckett891952'),(61561,4637,'first_name',''),(61562,4637,'last_name',''),(61563,4637,'description',''),(61564,4637,'rich_editing','true'),(61565,4637,'syntax_highlighting','true'),(61566,4637,'comment_shortcuts','false'),(61567,4637,'admin_color','fresh'),(61568,4637,'use_ssl','0'),(61569,4637,'show_admin_bar_front','true'),(61570,4637,'locale',''),(61571,4637,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61572,4637,'wp_user_level','0'),(61573,4637,'default_password_nag','1'),(61574,4638,'nickname','cmagilke1989'),(61575,4638,'first_name',''),(61576,4638,'last_name',''),(61577,4638,'description',''),(61578,4638,'rich_editing','true'),(61579,4638,'syntax_highlighting','true'),(61580,4638,'comment_shortcuts','false'),(61581,4638,'admin_color','fresh'),(61582,4638,'use_ssl','0'),(61583,4638,'show_admin_bar_front','true'),(61584,4638,'locale',''),(61585,4638,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61586,4638,'wp_user_level','0'),(61587,4638,'default_password_nag','1'),(61588,4639,'nickname','swimwalker1989'),(61589,4639,'first_name',''),(61590,4639,'last_name',''),(61591,4639,'description',''),(61592,4639,'rich_editing','true'),(61593,4639,'syntax_highlighting','true'),(61594,4639,'comment_shortcuts','false'),(61595,4639,'admin_color','fresh'),(61596,4639,'use_ssl','0'),(61597,4639,'show_admin_bar_front','true'),(61598,4639,'locale',''),(61599,4639,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61600,4639,'wp_user_level','0'),(61601,4639,'default_password_nag','1'),(61602,4640,'nickname','nicoladipasquale51986'),(61603,4640,'first_name',''),(61604,4640,'last_name',''),(61605,4640,'description',''),(61606,4640,'rich_editing','true'),(61607,4640,'syntax_highlighting','true'),(61608,4640,'comment_shortcuts','false'),(61609,4640,'admin_color','fresh'),(61610,4640,'use_ssl','0'),(61611,4640,'show_admin_bar_front','true'),(61612,4640,'locale',''),(61613,4640,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61614,4640,'wp_user_level','0'),(61615,4640,'default_password_nag','1'),(61616,4641,'nickname','admin1957'),(61617,4641,'first_name',''),(61618,4641,'last_name',''),(61619,4641,'description',''),(61620,4641,'rich_editing','true'),(61621,4641,'syntax_highlighting','true'),(61622,4641,'comment_shortcuts','false'),(61623,4641,'admin_color','fresh'),(61624,4641,'use_ssl','0'),(61625,4641,'show_admin_bar_front','true'),(61626,4641,'locale',''),(61627,4641,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61628,4641,'wp_user_level','0'),(61629,4641,'default_password_nag','1'),(61630,4642,'nickname','brooke.crow33181973'),(61631,4642,'first_name',''),(61632,4642,'last_name',''),(61633,4642,'description',''),(61634,4642,'rich_editing','true'),(61635,4642,'syntax_highlighting','true'),(61636,4642,'comment_shortcuts','false'),(61637,4642,'admin_color','fresh'),(61638,4642,'use_ssl','0'),(61639,4642,'show_admin_bar_front','true'),(61640,4642,'locale',''),(61641,4642,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61642,4642,'wp_user_level','0'),(61643,4642,'default_password_nag','1'),(61644,4643,'nickname','stephenrees677bt1964'),(61645,4643,'first_name',''),(61646,4643,'last_name',''),(61647,4643,'description',''),(61648,4643,'rich_editing','true'),(61649,4643,'syntax_highlighting','true'),(61650,4643,'comment_shortcuts','false'),(61651,4643,'admin_color','fresh'),(61652,4643,'use_ssl','0'),(61653,4643,'show_admin_bar_front','true'),(61654,4643,'locale',''),(61655,4643,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61656,4643,'wp_user_level','0'),(61657,4643,'default_password_nag','1'),(61658,4644,'nickname','tgeanis1966'),(61659,4644,'first_name',''),(61660,4644,'last_name',''),(61661,4644,'description',''),(61662,4644,'rich_editing','true'),(61663,4644,'syntax_highlighting','true'),(61664,4644,'comment_shortcuts','false'),(61665,4644,'admin_color','fresh'),(61666,4644,'use_ssl','0'),(61667,4644,'show_admin_bar_front','true'),(61668,4644,'locale',''),(61669,4644,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61670,4644,'wp_user_level','0'),(61671,4644,'default_password_nag','1'),(61672,4645,'nickname','brieh122004'),(61673,4645,'first_name',''),(61674,4645,'last_name',''),(61675,4645,'description',''),(61676,4645,'rich_editing','true'),(61677,4645,'syntax_highlighting','true'),(61678,4645,'comment_shortcuts','false'),(61679,4645,'admin_color','fresh'),(61680,4645,'use_ssl','0'),(61681,4645,'show_admin_bar_front','true'),(61682,4645,'locale',''),(61683,4645,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61684,4645,'wp_user_level','0'),(61685,4645,'default_password_nag','1'),(61686,4646,'nickname','jewell_rules1960'),(61687,4646,'first_name',''),(61688,4646,'last_name',''),(61689,4646,'description',''),(61690,4646,'rich_editing','true'),(61691,4646,'syntax_highlighting','true'),(61692,4646,'comment_shortcuts','false'),(61693,4646,'admin_color','fresh'),(61694,4646,'use_ssl','0'),(61695,4646,'show_admin_bar_front','true'),(61696,4646,'locale',''),(61697,4646,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61698,4646,'wp_user_level','0'),(61699,4646,'default_password_nag','1'),(61700,4647,'nickname','weinanico1958'),(61701,4647,'first_name',''),(61702,4647,'last_name',''),(61703,4647,'description',''),(61704,4647,'rich_editing','true'),(61705,4647,'syntax_highlighting','true'),(61706,4647,'comment_shortcuts','false'),(61707,4647,'admin_color','fresh'),(61708,4647,'use_ssl','0'),(61709,4647,'show_admin_bar_front','true'),(61710,4647,'locale',''),(61711,4647,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61712,4647,'wp_user_level','0'),(61713,4647,'default_password_nag','1'),(61714,4648,'nickname','sgentry10811977'),(61715,4648,'first_name',''),(61716,4648,'last_name',''),(61717,4648,'description',''),(61718,4648,'rich_editing','true'),(61719,4648,'syntax_highlighting','true'),(61720,4648,'comment_shortcuts','false'),(61721,4648,'admin_color','fresh'),(61722,4648,'use_ssl','0'),(61723,4648,'show_admin_bar_front','true'),(61724,4648,'locale',''),(61725,4648,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61726,4648,'wp_user_level','0'),(61727,4648,'default_password_nag','1'),(61728,4649,'nickname','goldiee692007'),(61729,4649,'first_name',''),(61730,4649,'last_name',''),(61731,4649,'description',''),(61732,4649,'rich_editing','true'),(61733,4649,'syntax_highlighting','true'),(61734,4649,'comment_shortcuts','false'),(61735,4649,'admin_color','fresh'),(61736,4649,'use_ssl','0'),(61737,4649,'show_admin_bar_front','true'),(61738,4649,'locale',''),(61739,4649,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61740,4649,'wp_user_level','0'),(61741,4649,'default_password_nag','1'),(61742,4650,'nickname','rhondalduprey1986'),(61743,4650,'first_name',''),(61744,4650,'last_name',''),(61745,4650,'description',''),(61746,4650,'rich_editing','true'),(61747,4650,'syntax_highlighting','true'),(61748,4650,'comment_shortcuts','false'),(61749,4650,'admin_color','fresh'),(61750,4650,'use_ssl','0'),(61751,4650,'show_admin_bar_front','true'),(61752,4650,'locale',''),(61753,4650,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61754,4650,'wp_user_level','0'),(61755,4650,'default_password_nag','1'),(61756,4651,'nickname','justinm.iphone1988'),(61757,4651,'first_name',''),(61758,4651,'last_name',''),(61759,4651,'description',''),(61760,4651,'rich_editing','true'),(61761,4651,'syntax_highlighting','true'),(61762,4651,'comment_shortcuts','false'),(61763,4651,'admin_color','fresh'),(61764,4651,'use_ssl','0'),(61765,4651,'show_admin_bar_front','true'),(61766,4651,'locale',''),(61767,4651,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61768,4651,'wp_user_level','0'),(61769,4651,'default_password_nag','1'),(61770,4652,'nickname','payments1981'),(61771,4652,'first_name',''),(61772,4652,'last_name',''),(61773,4652,'description',''),(61774,4652,'rich_editing','true'),(61775,4652,'syntax_highlighting','true'),(61776,4652,'comment_shortcuts','false'),(61777,4652,'admin_color','fresh'),(61778,4652,'use_ssl','0'),(61779,4652,'show_admin_bar_front','true'),(61780,4652,'locale',''),(61781,4652,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61782,4652,'wp_user_level','0'),(61783,4652,'default_password_nag','1'),(61784,4653,'nickname','saunny.murray1973'),(61785,4653,'first_name',''),(61786,4653,'last_name',''),(61787,4653,'description',''),(61788,4653,'rich_editing','true'),(61789,4653,'syntax_highlighting','true'),(61790,4653,'comment_shortcuts','false'),(61791,4653,'admin_color','fresh'),(61792,4653,'use_ssl','0'),(61793,4653,'show_admin_bar_front','true'),(61794,4653,'locale',''),(61795,4653,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61796,4653,'wp_user_level','0'),(61797,4653,'default_password_nag','1'),(61798,4654,'nickname','shannon1950'),(61799,4654,'first_name',''),(61800,4654,'last_name',''),(61801,4654,'description',''),(61802,4654,'rich_editing','true'),(61803,4654,'syntax_highlighting','true'),(61804,4654,'comment_shortcuts','false'),(61805,4654,'admin_color','fresh'),(61806,4654,'use_ssl','0'),(61807,4654,'show_admin_bar_front','true'),(61808,4654,'locale',''),(61809,4654,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61810,4654,'wp_user_level','0'),(61811,4654,'default_password_nag','1'),(61812,4655,'nickname','alexcrystalmd1958'),(61813,4655,'first_name',''),(61814,4655,'last_name',''),(61815,4655,'description',''),(61816,4655,'rich_editing','true'),(61817,4655,'syntax_highlighting','true'),(61818,4655,'comment_shortcuts','false'),(61819,4655,'admin_color','fresh'),(61820,4655,'use_ssl','0'),(61821,4655,'show_admin_bar_front','true'),(61822,4655,'locale',''),(61823,4655,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61824,4655,'wp_user_level','0'),(61825,4655,'default_password_nag','1'),(61826,4656,'nickname','dvu00171981'),(61827,4656,'first_name',''),(61828,4656,'last_name',''),(61829,4656,'description',''),(61830,4656,'rich_editing','true'),(61831,4656,'syntax_highlighting','true'),(61832,4656,'comment_shortcuts','false'),(61833,4656,'admin_color','fresh'),(61834,4656,'use_ssl','0'),(61835,4656,'show_admin_bar_front','true'),(61836,4656,'locale',''),(61837,4656,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61838,4656,'wp_user_level','0'),(61839,4656,'default_password_nag','1'),(61840,4657,'nickname','ssbknyc1978'),(61841,4657,'first_name',''),(61842,4657,'last_name',''),(61843,4657,'description',''),(61844,4657,'rich_editing','true'),(61845,4657,'syntax_highlighting','true'),(61846,4657,'comment_shortcuts','false'),(61847,4657,'admin_color','fresh'),(61848,4657,'use_ssl','0'),(61849,4657,'show_admin_bar_front','true'),(61850,4657,'locale',''),(61851,4657,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61852,4657,'wp_user_level','0'),(61853,4657,'default_password_nag','1'),(61854,4658,'nickname','a.williams2005'),(61855,4658,'first_name',''),(61856,4658,'last_name',''),(61857,4658,'description',''),(61858,4658,'rich_editing','true'),(61859,4658,'syntax_highlighting','true'),(61860,4658,'comment_shortcuts','false'),(61861,4658,'admin_color','fresh'),(61862,4658,'use_ssl','0'),(61863,4658,'show_admin_bar_front','true'),(61864,4658,'locale',''),(61865,4658,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61866,4658,'wp_user_level','0'),(61867,4658,'default_password_nag','1'),(61868,4659,'nickname','heatherlawton3121971'),(61869,4659,'first_name',''),(61870,4659,'last_name',''),(61871,4659,'description',''),(61872,4659,'rich_editing','true'),(61873,4659,'syntax_highlighting','true'),(61874,4659,'comment_shortcuts','false'),(61875,4659,'admin_color','fresh'),(61876,4659,'use_ssl','0'),(61877,4659,'show_admin_bar_front','true'),(61878,4659,'locale',''),(61879,4659,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61880,4659,'wp_user_level','0'),(61881,4659,'default_password_nag','1'),(61882,4660,'nickname','jfontenot1977'),(61883,4660,'first_name',''),(61884,4660,'last_name',''),(61885,4660,'description',''),(61886,4660,'rich_editing','true'),(61887,4660,'syntax_highlighting','true'),(61888,4660,'comment_shortcuts','false'),(61889,4660,'admin_color','fresh'),(61890,4660,'use_ssl','0'),(61891,4660,'show_admin_bar_front','true'),(61892,4660,'locale',''),(61893,4660,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61894,4660,'wp_user_level','0'),(61895,4660,'default_password_nag','1'),(61896,4661,'nickname','eleni_love1979'),(61897,4661,'first_name',''),(61898,4661,'last_name',''),(61899,4661,'description',''),(61900,4661,'rich_editing','true'),(61901,4661,'syntax_highlighting','true'),(61902,4661,'comment_shortcuts','false'),(61903,4661,'admin_color','fresh'),(61904,4661,'use_ssl','0'),(61905,4661,'show_admin_bar_front','true'),(61906,4661,'locale',''),(61907,4661,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61908,4661,'wp_user_level','0'),(61909,4661,'default_password_nag','1'),(61910,4662,'nickname','graf72331990'),(61911,4662,'first_name',''),(61912,4662,'last_name',''),(61913,4662,'description',''),(61914,4662,'rich_editing','true'),(61915,4662,'syntax_highlighting','true'),(61916,4662,'comment_shortcuts','false'),(61917,4662,'admin_color','fresh'),(61918,4662,'use_ssl','0'),(61919,4662,'show_admin_bar_front','true'),(61920,4662,'locale',''),(61921,4662,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61922,4662,'wp_user_level','0'),(61923,4662,'default_password_nag','1'),(61924,4663,'nickname','roslynyoung1966'),(61925,4663,'first_name',''),(61926,4663,'last_name',''),(61927,4663,'description',''),(61928,4663,'rich_editing','true'),(61929,4663,'syntax_highlighting','true'),(61930,4663,'comment_shortcuts','false'),(61931,4663,'admin_color','fresh'),(61932,4663,'use_ssl','0'),(61933,4663,'show_admin_bar_front','true'),(61934,4663,'locale',''),(61935,4663,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61936,4663,'wp_user_level','0'),(61937,4663,'default_password_nag','1'),(61938,4664,'nickname','seetalaxi1961'),(61939,4664,'first_name',''),(61940,4664,'last_name',''),(61941,4664,'description',''),(61942,4664,'rich_editing','true'),(61943,4664,'syntax_highlighting','true'),(61944,4664,'comment_shortcuts','false'),(61945,4664,'admin_color','fresh'),(61946,4664,'use_ssl','0'),(61947,4664,'show_admin_bar_front','true'),(61948,4664,'locale',''),(61949,4664,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61950,4664,'wp_user_level','0'),(61951,4664,'default_password_nag','1'),(61952,4665,'nickname','michael.bahnick1962'),(61953,4665,'first_name',''),(61954,4665,'last_name',''),(61955,4665,'description',''),(61956,4665,'rich_editing','true'),(61957,4665,'syntax_highlighting','true'),(61958,4665,'comment_shortcuts','false'),(61959,4665,'admin_color','fresh'),(61960,4665,'use_ssl','0'),(61961,4665,'show_admin_bar_front','true'),(61962,4665,'locale',''),(61963,4665,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61964,4665,'wp_user_level','0'),(61965,4665,'default_password_nag','1'),(61966,4666,'nickname','kaylanichelle211980'),(61967,4666,'first_name',''),(61968,4666,'last_name',''),(61969,4666,'description',''),(61970,4666,'rich_editing','true'),(61971,4666,'syntax_highlighting','true'),(61972,4666,'comment_shortcuts','false'),(61973,4666,'admin_color','fresh'),(61974,4666,'use_ssl','0'),(61975,4666,'show_admin_bar_front','true'),(61976,4666,'locale',''),(61977,4666,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61978,4666,'wp_user_level','0'),(61979,4666,'default_password_nag','1'),(61980,4667,'nickname','sreblin1975'),(61981,4667,'first_name',''),(61982,4667,'last_name',''),(61983,4667,'description',''),(61984,4667,'rich_editing','true'),(61985,4667,'syntax_highlighting','true'),(61986,4667,'comment_shortcuts','false'),(61987,4667,'admin_color','fresh'),(61988,4667,'use_ssl','0'),(61989,4667,'show_admin_bar_front','true'),(61990,4667,'locale',''),(61991,4667,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(61992,4667,'wp_user_level','0'),(61993,4667,'default_password_nag','1'),(61994,4668,'nickname','stkasel2006'),(61995,4668,'first_name',''),(61996,4668,'last_name',''),(61997,4668,'description',''),(61998,4668,'rich_editing','true'),(61999,4668,'syntax_highlighting','true'),(62000,4668,'comment_shortcuts','false'),(62001,4668,'admin_color','fresh'),(62002,4668,'use_ssl','0'),(62003,4668,'show_admin_bar_front','true'),(62004,4668,'locale',''),(62005,4668,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62006,4668,'wp_user_level','0'),(62007,4668,'default_password_nag','1'),(62008,4669,'nickname','jorrib1963'),(62009,4669,'first_name',''),(62010,4669,'last_name',''),(62011,4669,'description',''),(62012,4669,'rich_editing','true'),(62013,4669,'syntax_highlighting','true'),(62014,4669,'comment_shortcuts','false'),(62015,4669,'admin_color','fresh'),(62016,4669,'use_ssl','0'),(62017,4669,'show_admin_bar_front','true'),(62018,4669,'locale',''),(62019,4669,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62020,4669,'wp_user_level','0'),(62021,4669,'default_password_nag','1'),(62022,4670,'nickname','info1993'),(62023,4670,'first_name',''),(62024,4670,'last_name',''),(62025,4670,'description',''),(62026,4670,'rich_editing','true'),(62027,4670,'syntax_highlighting','true'),(62028,4670,'comment_shortcuts','false'),(62029,4670,'admin_color','fresh'),(62030,4670,'use_ssl','0'),(62031,4670,'show_admin_bar_front','true'),(62032,4670,'locale',''),(62033,4670,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62034,4670,'wp_user_level','0'),(62035,4670,'default_password_nag','1'),(62036,4671,'nickname','aaron.rames1991'),(62037,4671,'first_name',''),(62038,4671,'last_name',''),(62039,4671,'description',''),(62040,4671,'rich_editing','true'),(62041,4671,'syntax_highlighting','true'),(62042,4671,'comment_shortcuts','false'),(62043,4671,'admin_color','fresh'),(62044,4671,'use_ssl','0'),(62045,4671,'show_admin_bar_front','true'),(62046,4671,'locale',''),(62047,4671,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62048,4671,'wp_user_level','0'),(62049,4671,'default_password_nag','1'),(62050,4672,'nickname','gawaross1960'),(62051,4672,'first_name',''),(62052,4672,'last_name',''),(62053,4672,'description',''),(62054,4672,'rich_editing','true'),(62055,4672,'syntax_highlighting','true'),(62056,4672,'comment_shortcuts','false'),(62057,4672,'admin_color','fresh'),(62058,4672,'use_ssl','0'),(62059,4672,'show_admin_bar_front','true'),(62060,4672,'locale',''),(62061,4672,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62062,4672,'wp_user_level','0'),(62063,4672,'default_password_nag','1'),(62064,4673,'nickname','pbk10551998'),(62065,4673,'first_name',''),(62066,4673,'last_name',''),(62067,4673,'description',''),(62068,4673,'rich_editing','true'),(62069,4673,'syntax_highlighting','true'),(62070,4673,'comment_shortcuts','false'),(62071,4673,'admin_color','fresh'),(62072,4673,'use_ssl','0'),(62073,4673,'show_admin_bar_front','true'),(62074,4673,'locale',''),(62075,4673,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62076,4673,'wp_user_level','0'),(62077,4673,'default_password_nag','1'),(62078,4674,'nickname','rhdasari1969'),(62079,4674,'first_name',''),(62080,4674,'last_name',''),(62081,4674,'description',''),(62082,4674,'rich_editing','true'),(62083,4674,'syntax_highlighting','true'),(62084,4674,'comment_shortcuts','false'),(62085,4674,'admin_color','fresh'),(62086,4674,'use_ssl','0'),(62087,4674,'show_admin_bar_front','true'),(62088,4674,'locale',''),(62089,4674,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62090,4674,'wp_user_level','0'),(62091,4674,'default_password_nag','1'),(62092,4675,'nickname','kksommer2002'),(62093,4675,'first_name',''),(62094,4675,'last_name',''),(62095,4675,'description',''),(62096,4675,'rich_editing','true'),(62097,4675,'syntax_highlighting','true'),(62098,4675,'comment_shortcuts','false'),(62099,4675,'admin_color','fresh'),(62100,4675,'use_ssl','0'),(62101,4675,'show_admin_bar_front','true'),(62102,4675,'locale',''),(62103,4675,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62104,4675,'wp_user_level','0'),(62105,4675,'default_password_nag','1'),(62106,4676,'nickname','losty5mt1951'),(62107,4676,'first_name',''),(62108,4676,'last_name',''),(62109,4676,'description',''),(62110,4676,'rich_editing','true'),(62111,4676,'syntax_highlighting','true'),(62112,4676,'comment_shortcuts','false'),(62113,4676,'admin_color','fresh'),(62114,4676,'use_ssl','0'),(62115,4676,'show_admin_bar_front','true'),(62116,4676,'locale',''),(62117,4676,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62118,4676,'wp_user_level','0'),(62119,4676,'default_password_nag','1'),(62120,4677,'nickname','jammer3211983'),(62121,4677,'first_name',''),(62122,4677,'last_name',''),(62123,4677,'description',''),(62124,4677,'rich_editing','true'),(62125,4677,'syntax_highlighting','true'),(62126,4677,'comment_shortcuts','false'),(62127,4677,'admin_color','fresh'),(62128,4677,'use_ssl','0'),(62129,4677,'show_admin_bar_front','true'),(62130,4677,'locale',''),(62131,4677,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62132,4677,'wp_user_level','0'),(62133,4677,'default_password_nag','1'),(62134,4678,'nickname','bmkeith11991'),(62135,4678,'first_name',''),(62136,4678,'last_name',''),(62137,4678,'description',''),(62138,4678,'rich_editing','true'),(62139,4678,'syntax_highlighting','true'),(62140,4678,'comment_shortcuts','false'),(62141,4678,'admin_color','fresh'),(62142,4678,'use_ssl','0'),(62143,4678,'show_admin_bar_front','true'),(62144,4678,'locale',''),(62145,4678,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62146,4678,'wp_user_level','0'),(62147,4678,'default_password_nag','1'),(62148,4679,'nickname','mojada222009'),(62149,4679,'first_name',''),(62150,4679,'last_name',''),(62151,4679,'description',''),(62152,4679,'rich_editing','true'),(62153,4679,'syntax_highlighting','true'),(62154,4679,'comment_shortcuts','false'),(62155,4679,'admin_color','fresh'),(62156,4679,'use_ssl','0'),(62157,4679,'show_admin_bar_front','true'),(62158,4679,'locale',''),(62159,4679,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62160,4679,'wp_user_level','0'),(62161,4679,'default_password_nag','1'),(62162,4680,'nickname','hasteveha1955'),(62163,4680,'first_name',''),(62164,4680,'last_name',''),(62165,4680,'description',''),(62166,4680,'rich_editing','true'),(62167,4680,'syntax_highlighting','true'),(62168,4680,'comment_shortcuts','false'),(62169,4680,'admin_color','fresh'),(62170,4680,'use_ssl','0'),(62171,4680,'show_admin_bar_front','true'),(62172,4680,'locale',''),(62173,4680,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62174,4680,'wp_user_level','0'),(62175,4680,'default_password_nag','1'),(62176,4681,'nickname','i_metric1960'),(62177,4681,'first_name',''),(62178,4681,'last_name',''),(62179,4681,'description',''),(62180,4681,'rich_editing','true'),(62181,4681,'syntax_highlighting','true'),(62182,4681,'comment_shortcuts','false'),(62183,4681,'admin_color','fresh'),(62184,4681,'use_ssl','0'),(62185,4681,'show_admin_bar_front','true'),(62186,4681,'locale',''),(62187,4681,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62188,4681,'wp_user_level','0'),(62189,4681,'default_password_nag','1'),(62190,4682,'nickname','atyson.1251969'),(62191,4682,'first_name',''),(62192,4682,'last_name',''),(62193,4682,'description',''),(62194,4682,'rich_editing','true'),(62195,4682,'syntax_highlighting','true'),(62196,4682,'comment_shortcuts','false'),(62197,4682,'admin_color','fresh'),(62198,4682,'use_ssl','0'),(62199,4682,'show_admin_bar_front','true'),(62200,4682,'locale',''),(62201,4682,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62202,4682,'wp_user_level','0'),(62203,4682,'default_password_nag','1'),(62204,4683,'nickname','jfancyface701998'),(62205,4683,'first_name',''),(62206,4683,'last_name',''),(62207,4683,'description',''),(62208,4683,'rich_editing','true'),(62209,4683,'syntax_highlighting','true'),(62210,4683,'comment_shortcuts','false'),(62211,4683,'admin_color','fresh'),(62212,4683,'use_ssl','0'),(62213,4683,'show_admin_bar_front','true'),(62214,4683,'locale',''),(62215,4683,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62216,4683,'wp_user_level','0'),(62217,4683,'default_password_nag','1'),(62218,4684,'nickname','catherine1965'),(62219,4684,'first_name',''),(62220,4684,'last_name',''),(62221,4684,'description',''),(62222,4684,'rich_editing','true'),(62223,4684,'syntax_highlighting','true'),(62224,4684,'comment_shortcuts','false'),(62225,4684,'admin_color','fresh'),(62226,4684,'use_ssl','0'),(62227,4684,'show_admin_bar_front','true'),(62228,4684,'locale',''),(62229,4684,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62230,4684,'wp_user_level','0'),(62231,4684,'default_password_nag','1'),(62232,4685,'nickname','tuftev1960'),(62233,4685,'first_name',''),(62234,4685,'last_name',''),(62235,4685,'description',''),(62236,4685,'rich_editing','true'),(62237,4685,'syntax_highlighting','true'),(62238,4685,'comment_shortcuts','false'),(62239,4685,'admin_color','fresh'),(62240,4685,'use_ssl','0'),(62241,4685,'show_admin_bar_front','true'),(62242,4685,'locale',''),(62243,4685,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62244,4685,'wp_user_level','0'),(62245,4685,'default_password_nag','1'),(62246,4686,'nickname','westin_susan2004'),(62247,4686,'first_name',''),(62248,4686,'last_name',''),(62249,4686,'description',''),(62250,4686,'rich_editing','true'),(62251,4686,'syntax_highlighting','true'),(62252,4686,'comment_shortcuts','false'),(62253,4686,'admin_color','fresh'),(62254,4686,'use_ssl','0'),(62255,4686,'show_admin_bar_front','true'),(62256,4686,'locale',''),(62257,4686,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62258,4686,'wp_user_level','0'),(62259,4686,'default_password_nag','1'),(62260,4687,'nickname','mamaof3boys421998'),(62261,4687,'first_name',''),(62262,4687,'last_name',''),(62263,4687,'description',''),(62264,4687,'rich_editing','true'),(62265,4687,'syntax_highlighting','true'),(62266,4687,'comment_shortcuts','false'),(62267,4687,'admin_color','fresh'),(62268,4687,'use_ssl','0'),(62269,4687,'show_admin_bar_front','true'),(62270,4687,'locale',''),(62271,4687,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62272,4687,'wp_user_level','0'),(62273,4687,'default_password_nag','1'),(62274,4688,'nickname','mascioda1969'),(62275,4688,'first_name',''),(62276,4688,'last_name',''),(62277,4688,'description',''),(62278,4688,'rich_editing','true'),(62279,4688,'syntax_highlighting','true'),(62280,4688,'comment_shortcuts','false'),(62281,4688,'admin_color','fresh'),(62282,4688,'use_ssl','0'),(62283,4688,'show_admin_bar_front','true'),(62284,4688,'locale',''),(62285,4688,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62286,4688,'wp_user_level','0'),(62287,4688,'default_password_nag','1'),(62288,4689,'nickname','fomppc1955'),(62289,4689,'first_name',''),(62290,4689,'last_name',''),(62291,4689,'description',''),(62292,4689,'rich_editing','true'),(62293,4689,'syntax_highlighting','true'),(62294,4689,'comment_shortcuts','false'),(62295,4689,'admin_color','fresh'),(62296,4689,'use_ssl','0'),(62297,4689,'show_admin_bar_front','true'),(62298,4689,'locale',''),(62299,4689,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62300,4689,'wp_user_level','0'),(62301,4689,'default_password_nag','1'),(62302,4690,'nickname','rentals1968'),(62303,4690,'first_name',''),(62304,4690,'last_name',''),(62305,4690,'description',''),(62306,4690,'rich_editing','true'),(62307,4690,'syntax_highlighting','true'),(62308,4690,'comment_shortcuts','false'),(62309,4690,'admin_color','fresh'),(62310,4690,'use_ssl','0'),(62311,4690,'show_admin_bar_front','true'),(62312,4690,'locale',''),(62313,4690,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62314,4690,'wp_user_level','0'),(62315,4690,'default_password_nag','1'),(62316,4691,'nickname','allenhjpark2001'),(62317,4691,'first_name',''),(62318,4691,'last_name',''),(62319,4691,'description',''),(62320,4691,'rich_editing','true'),(62321,4691,'syntax_highlighting','true'),(62322,4691,'comment_shortcuts','false'),(62323,4691,'admin_color','fresh'),(62324,4691,'use_ssl','0'),(62325,4691,'show_admin_bar_front','true'),(62326,4691,'locale',''),(62327,4691,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62328,4691,'wp_user_level','0'),(62329,4691,'default_password_nag','1'),(62330,4692,'nickname','vdorsey1151965'),(62331,4692,'first_name',''),(62332,4692,'last_name',''),(62333,4692,'description',''),(62334,4692,'rich_editing','true'),(62335,4692,'syntax_highlighting','true'),(62336,4692,'comment_shortcuts','false'),(62337,4692,'admin_color','fresh'),(62338,4692,'use_ssl','0'),(62339,4692,'show_admin_bar_front','true'),(62340,4692,'locale',''),(62341,4692,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62342,4692,'wp_user_level','0'),(62343,4692,'default_password_nag','1'),(62344,4693,'nickname','athayer1969'),(62345,4693,'first_name',''),(62346,4693,'last_name',''),(62347,4693,'description',''),(62348,4693,'rich_editing','true'),(62349,4693,'syntax_highlighting','true'),(62350,4693,'comment_shortcuts','false'),(62351,4693,'admin_color','fresh'),(62352,4693,'use_ssl','0'),(62353,4693,'show_admin_bar_front','true'),(62354,4693,'locale',''),(62355,4693,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62356,4693,'wp_user_level','0'),(62357,4693,'default_password_nag','1'),(62358,4694,'nickname','soeren-sereetz1979'),(62359,4694,'first_name',''),(62360,4694,'last_name',''),(62361,4694,'description',''),(62362,4694,'rich_editing','true'),(62363,4694,'syntax_highlighting','true'),(62364,4694,'comment_shortcuts','false'),(62365,4694,'admin_color','fresh'),(62366,4694,'use_ssl','0'),(62367,4694,'show_admin_bar_front','true'),(62368,4694,'locale',''),(62369,4694,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62370,4694,'wp_user_level','0'),(62371,4694,'default_password_nag','1'),(62372,4695,'nickname','crystalvaesau1967'),(62373,4695,'first_name',''),(62374,4695,'last_name',''),(62375,4695,'description',''),(62376,4695,'rich_editing','true'),(62377,4695,'syntax_highlighting','true'),(62378,4695,'comment_shortcuts','false'),(62379,4695,'admin_color','fresh'),(62380,4695,'use_ssl','0'),(62381,4695,'show_admin_bar_front','true'),(62382,4695,'locale',''),(62383,4695,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62384,4695,'wp_user_level','0'),(62385,4695,'default_password_nag','1'),(62386,4696,'nickname','david2004'),(62387,4696,'first_name',''),(62388,4696,'last_name',''),(62389,4696,'description',''),(62390,4696,'rich_editing','true'),(62391,4696,'syntax_highlighting','true'),(62392,4696,'comment_shortcuts','false'),(62393,4696,'admin_color','fresh'),(62394,4696,'use_ssl','0'),(62395,4696,'show_admin_bar_front','true'),(62396,4696,'locale',''),(62397,4696,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62398,4696,'wp_user_level','0'),(62399,4696,'default_password_nag','1'),(62400,4697,'nickname','cebonds1978'),(62401,4697,'first_name',''),(62402,4697,'last_name',''),(62403,4697,'description',''),(62404,4697,'rich_editing','true'),(62405,4697,'syntax_highlighting','true'),(62406,4697,'comment_shortcuts','false'),(62407,4697,'admin_color','fresh'),(62408,4697,'use_ssl','0'),(62409,4697,'show_admin_bar_front','true'),(62410,4697,'locale',''),(62411,4697,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62412,4697,'wp_user_level','0'),(62413,4697,'default_password_nag','1'),(62414,4698,'nickname','seanpeng151958'),(62415,4698,'first_name',''),(62416,4698,'last_name',''),(62417,4698,'description',''),(62418,4698,'rich_editing','true'),(62419,4698,'syntax_highlighting','true'),(62420,4698,'comment_shortcuts','false'),(62421,4698,'admin_color','fresh'),(62422,4698,'use_ssl','0'),(62423,4698,'show_admin_bar_front','true'),(62424,4698,'locale',''),(62425,4698,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62426,4698,'wp_user_level','0'),(62427,4698,'default_password_nag','1'),(62428,4699,'nickname','gmherlitz1983'),(62429,4699,'first_name',''),(62430,4699,'last_name',''),(62431,4699,'description',''),(62432,4699,'rich_editing','true'),(62433,4699,'syntax_highlighting','true'),(62434,4699,'comment_shortcuts','false'),(62435,4699,'admin_color','fresh'),(62436,4699,'use_ssl','0'),(62437,4699,'show_admin_bar_front','true'),(62438,4699,'locale',''),(62439,4699,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62440,4699,'wp_user_level','0'),(62441,4699,'default_password_nag','1'),(62442,4700,'nickname','stephenwnickerson2007'),(62443,4700,'first_name',''),(62444,4700,'last_name',''),(62445,4700,'description',''),(62446,4700,'rich_editing','true'),(62447,4700,'syntax_highlighting','true'),(62448,4700,'comment_shortcuts','false'),(62449,4700,'admin_color','fresh'),(62450,4700,'use_ssl','0'),(62451,4700,'show_admin_bar_front','true'),(62452,4700,'locale',''),(62453,4700,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62454,4700,'wp_user_level','0'),(62455,4700,'default_password_nag','1'),(62456,4701,'nickname','carolinecandib1956'),(62457,4701,'first_name',''),(62458,4701,'last_name',''),(62459,4701,'description',''),(62460,4701,'rich_editing','true'),(62461,4701,'syntax_highlighting','true'),(62462,4701,'comment_shortcuts','false'),(62463,4701,'admin_color','fresh'),(62464,4701,'use_ssl','0'),(62465,4701,'show_admin_bar_front','true'),(62466,4701,'locale',''),(62467,4701,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62468,4701,'wp_user_level','0'),(62469,4701,'default_password_nag','1'),(62470,4702,'nickname','luisa.wiedemann1967'),(62471,4702,'first_name',''),(62472,4702,'last_name',''),(62473,4702,'description',''),(62474,4702,'rich_editing','true'),(62475,4702,'syntax_highlighting','true'),(62476,4702,'comment_shortcuts','false'),(62477,4702,'admin_color','fresh'),(62478,4702,'use_ssl','0'),(62479,4702,'show_admin_bar_front','true'),(62480,4702,'locale',''),(62481,4702,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62482,4702,'wp_user_level','0'),(62483,4702,'default_password_nag','1'),(62484,4703,'nickname','mchenry.rebecca1992'),(62485,4703,'first_name',''),(62486,4703,'last_name',''),(62487,4703,'description',''),(62488,4703,'rich_editing','true'),(62489,4703,'syntax_highlighting','true'),(62490,4703,'comment_shortcuts','false'),(62491,4703,'admin_color','fresh'),(62492,4703,'use_ssl','0'),(62493,4703,'show_admin_bar_front','true'),(62494,4703,'locale',''),(62495,4703,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62496,4703,'wp_user_level','0'),(62497,4703,'default_password_nag','1'),(62498,4704,'nickname','ceking611972'),(62499,4704,'first_name',''),(62500,4704,'last_name',''),(62501,4704,'description',''),(62502,4704,'rich_editing','true'),(62503,4704,'syntax_highlighting','true'),(62504,4704,'comment_shortcuts','false'),(62505,4704,'admin_color','fresh'),(62506,4704,'use_ssl','0'),(62507,4704,'show_admin_bar_front','true'),(62508,4704,'locale',''),(62509,4704,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62510,4704,'wp_user_level','0'),(62511,4704,'default_password_nag','1'),(62512,4705,'nickname','gzeidler11984'),(62513,4705,'first_name',''),(62514,4705,'last_name',''),(62515,4705,'description',''),(62516,4705,'rich_editing','true'),(62517,4705,'syntax_highlighting','true'),(62518,4705,'comment_shortcuts','false'),(62519,4705,'admin_color','fresh'),(62520,4705,'use_ssl','0'),(62521,4705,'show_admin_bar_front','true'),(62522,4705,'locale',''),(62523,4705,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62524,4705,'wp_user_level','0'),(62525,4705,'default_password_nag','1'),(62526,4706,'nickname','evanjams1989'),(62527,4706,'first_name',''),(62528,4706,'last_name',''),(62529,4706,'description',''),(62530,4706,'rich_editing','true'),(62531,4706,'syntax_highlighting','true'),(62532,4706,'comment_shortcuts','false'),(62533,4706,'admin_color','fresh'),(62534,4706,'use_ssl','0'),(62535,4706,'show_admin_bar_front','true'),(62536,4706,'locale',''),(62537,4706,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62538,4706,'wp_user_level','0'),(62539,4706,'default_password_nag','1'),(62540,4707,'nickname','rlgrillo1973'),(62541,4707,'first_name',''),(62542,4707,'last_name',''),(62543,4707,'description',''),(62544,4707,'rich_editing','true'),(62545,4707,'syntax_highlighting','true'),(62546,4707,'comment_shortcuts','false'),(62547,4707,'admin_color','fresh'),(62548,4707,'use_ssl','0'),(62549,4707,'show_admin_bar_front','true'),(62550,4707,'locale',''),(62551,4707,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62552,4707,'wp_user_level','0'),(62553,4707,'default_password_nag','1'),(62554,4708,'nickname','kate11051979'),(62555,4708,'first_name',''),(62556,4708,'last_name',''),(62557,4708,'description',''),(62558,4708,'rich_editing','true'),(62559,4708,'syntax_highlighting','true'),(62560,4708,'comment_shortcuts','false'),(62561,4708,'admin_color','fresh'),(62562,4708,'use_ssl','0'),(62563,4708,'show_admin_bar_front','true'),(62564,4708,'locale',''),(62565,4708,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62566,4708,'wp_user_level','0'),(62567,4708,'default_password_nag','1'),(62568,4709,'nickname','mmprogen2000'),(62569,4709,'first_name',''),(62570,4709,'last_name',''),(62571,4709,'description',''),(62572,4709,'rich_editing','true'),(62573,4709,'syntax_highlighting','true'),(62574,4709,'comment_shortcuts','false'),(62575,4709,'admin_color','fresh'),(62576,4709,'use_ssl','0'),(62577,4709,'show_admin_bar_front','true'),(62578,4709,'locale',''),(62579,4709,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62580,4709,'wp_user_level','0'),(62581,4709,'default_password_nag','1'),(62582,4710,'nickname','charliemiz1967'),(62583,4710,'first_name',''),(62584,4710,'last_name',''),(62585,4710,'description',''),(62586,4710,'rich_editing','true'),(62587,4710,'syntax_highlighting','true'),(62588,4710,'comment_shortcuts','false'),(62589,4710,'admin_color','fresh'),(62590,4710,'use_ssl','0'),(62591,4710,'show_admin_bar_front','true'),(62592,4710,'locale',''),(62593,4710,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62594,4710,'wp_user_level','0'),(62595,4710,'default_password_nag','1'),(62596,4711,'nickname','jim2me1987'),(62597,4711,'first_name',''),(62598,4711,'last_name',''),(62599,4711,'description',''),(62600,4711,'rich_editing','true'),(62601,4711,'syntax_highlighting','true'),(62602,4711,'comment_shortcuts','false'),(62603,4711,'admin_color','fresh'),(62604,4711,'use_ssl','0'),(62605,4711,'show_admin_bar_front','true'),(62606,4711,'locale',''),(62607,4711,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62608,4711,'wp_user_level','0'),(62609,4711,'default_password_nag','1'),(62610,4712,'nickname','ebay1996'),(62611,4712,'first_name',''),(62612,4712,'last_name',''),(62613,4712,'description',''),(62614,4712,'rich_editing','true'),(62615,4712,'syntax_highlighting','true'),(62616,4712,'comment_shortcuts','false'),(62617,4712,'admin_color','fresh'),(62618,4712,'use_ssl','0'),(62619,4712,'show_admin_bar_front','true'),(62620,4712,'locale',''),(62621,4712,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62622,4712,'wp_user_level','0'),(62623,4712,'default_password_nag','1'),(62624,4713,'nickname','natebell1966'),(62625,4713,'first_name',''),(62626,4713,'last_name',''),(62627,4713,'description',''),(62628,4713,'rich_editing','true'),(62629,4713,'syntax_highlighting','true'),(62630,4713,'comment_shortcuts','false'),(62631,4713,'admin_color','fresh'),(62632,4713,'use_ssl','0'),(62633,4713,'show_admin_bar_front','true'),(62634,4713,'locale',''),(62635,4713,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62636,4713,'wp_user_level','0'),(62637,4713,'default_password_nag','1'),(62638,4714,'nickname','atarispostergirl1971'),(62639,4714,'first_name',''),(62640,4714,'last_name',''),(62641,4714,'description',''),(62642,4714,'rich_editing','true'),(62643,4714,'syntax_highlighting','true'),(62644,4714,'comment_shortcuts','false'),(62645,4714,'admin_color','fresh'),(62646,4714,'use_ssl','0'),(62647,4714,'show_admin_bar_front','true'),(62648,4714,'locale',''),(62649,4714,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62650,4714,'wp_user_level','0'),(62651,4714,'default_password_nag','1'),(62652,4715,'nickname','elk12006'),(62653,4715,'first_name',''),(62654,4715,'last_name',''),(62655,4715,'description',''),(62656,4715,'rich_editing','true'),(62657,4715,'syntax_highlighting','true'),(62658,4715,'comment_shortcuts','false'),(62659,4715,'admin_color','fresh'),(62660,4715,'use_ssl','0'),(62661,4715,'show_admin_bar_front','true'),(62662,4715,'locale',''),(62663,4715,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62664,4715,'wp_user_level','0'),(62665,4715,'default_password_nag','1'),(62666,4716,'nickname','russellplaca1957'),(62667,4716,'first_name',''),(62668,4716,'last_name',''),(62669,4716,'description',''),(62670,4716,'rich_editing','true'),(62671,4716,'syntax_highlighting','true'),(62672,4716,'comment_shortcuts','false'),(62673,4716,'admin_color','fresh'),(62674,4716,'use_ssl','0'),(62675,4716,'show_admin_bar_front','true'),(62676,4716,'locale',''),(62677,4716,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62678,4716,'wp_user_level','0'),(62679,4716,'default_password_nag','1'),(62680,4717,'nickname','courtneystrawhand1969'),(62681,4717,'first_name',''),(62682,4717,'last_name',''),(62683,4717,'description',''),(62684,4717,'rich_editing','true'),(62685,4717,'syntax_highlighting','true'),(62686,4717,'comment_shortcuts','false'),(62687,4717,'admin_color','fresh'),(62688,4717,'use_ssl','0'),(62689,4717,'show_admin_bar_front','true'),(62690,4717,'locale',''),(62691,4717,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62692,4717,'wp_user_level','0'),(62693,4717,'default_password_nag','1'),(62694,4718,'nickname','kimgreen981994'),(62695,4718,'first_name',''),(62696,4718,'last_name',''),(62697,4718,'description',''),(62698,4718,'rich_editing','true'),(62699,4718,'syntax_highlighting','true'),(62700,4718,'comment_shortcuts','false'),(62701,4718,'admin_color','fresh'),(62702,4718,'use_ssl','0'),(62703,4718,'show_admin_bar_front','true'),(62704,4718,'locale',''),(62705,4718,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62706,4718,'wp_user_level','0'),(62707,4718,'default_password_nag','1'),(62708,4719,'nickname','yvonneosborne771974'),(62709,4719,'first_name',''),(62710,4719,'last_name',''),(62711,4719,'description',''),(62712,4719,'rich_editing','true'),(62713,4719,'syntax_highlighting','true'),(62714,4719,'comment_shortcuts','false'),(62715,4719,'admin_color','fresh'),(62716,4719,'use_ssl','0'),(62717,4719,'show_admin_bar_front','true'),(62718,4719,'locale',''),(62719,4719,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62720,4719,'wp_user_level','0'),(62721,4719,'default_password_nag','1'),(62722,4720,'nickname','meganlawless1960'),(62723,4720,'first_name',''),(62724,4720,'last_name',''),(62725,4720,'description',''),(62726,4720,'rich_editing','true'),(62727,4720,'syntax_highlighting','true'),(62728,4720,'comment_shortcuts','false'),(62729,4720,'admin_color','fresh'),(62730,4720,'use_ssl','0'),(62731,4720,'show_admin_bar_front','true'),(62732,4720,'locale',''),(62733,4720,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62734,4720,'wp_user_level','0'),(62735,4720,'default_password_nag','1'),(62736,4721,'nickname','nikkiambort1973'),(62737,4721,'first_name',''),(62738,4721,'last_name',''),(62739,4721,'description',''),(62740,4721,'rich_editing','true'),(62741,4721,'syntax_highlighting','true'),(62742,4721,'comment_shortcuts','false'),(62743,4721,'admin_color','fresh'),(62744,4721,'use_ssl','0'),(62745,4721,'show_admin_bar_front','true'),(62746,4721,'locale',''),(62747,4721,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62748,4721,'wp_user_level','0'),(62749,4721,'default_password_nag','1'),(62750,4722,'nickname','blondeindisguise_19941965'),(62751,4722,'first_name',''),(62752,4722,'last_name',''),(62753,4722,'description',''),(62754,4722,'rich_editing','true'),(62755,4722,'syntax_highlighting','true'),(62756,4722,'comment_shortcuts','false'),(62757,4722,'admin_color','fresh'),(62758,4722,'use_ssl','0'),(62759,4722,'show_admin_bar_front','true'),(62760,4722,'locale',''),(62761,4722,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62762,4722,'wp_user_level','0'),(62763,4722,'default_password_nag','1'),(62764,4723,'nickname','disco6151950'),(62765,4723,'first_name',''),(62766,4723,'last_name',''),(62767,4723,'description',''),(62768,4723,'rich_editing','true'),(62769,4723,'syntax_highlighting','true'),(62770,4723,'comment_shortcuts','false'),(62771,4723,'admin_color','fresh'),(62772,4723,'use_ssl','0'),(62773,4723,'show_admin_bar_front','true'),(62774,4723,'locale',''),(62775,4723,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62776,4723,'wp_user_level','0'),(62777,4723,'default_password_nag','1'),(62778,4724,'nickname','joedirt1964'),(62779,4724,'first_name',''),(62780,4724,'last_name',''),(62781,4724,'description',''),(62782,4724,'rich_editing','true'),(62783,4724,'syntax_highlighting','true'),(62784,4724,'comment_shortcuts','false'),(62785,4724,'admin_color','fresh'),(62786,4724,'use_ssl','0'),(62787,4724,'show_admin_bar_front','true'),(62788,4724,'locale',''),(62789,4724,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62790,4724,'wp_user_level','0'),(62791,4724,'default_password_nag','1'),(62792,4725,'nickname','chrissyveal1976'),(62793,4725,'first_name',''),(62794,4725,'last_name',''),(62795,4725,'description',''),(62796,4725,'rich_editing','true'),(62797,4725,'syntax_highlighting','true'),(62798,4725,'comment_shortcuts','false'),(62799,4725,'admin_color','fresh'),(62800,4725,'use_ssl','0'),(62801,4725,'show_admin_bar_front','true'),(62802,4725,'locale',''),(62803,4725,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62804,4725,'wp_user_level','0'),(62805,4725,'default_password_nag','1'),(62806,4726,'nickname','james-rg1980'),(62807,4726,'first_name',''),(62808,4726,'last_name',''),(62809,4726,'description',''),(62810,4726,'rich_editing','true'),(62811,4726,'syntax_highlighting','true'),(62812,4726,'comment_shortcuts','false'),(62813,4726,'admin_color','fresh'),(62814,4726,'use_ssl','0'),(62815,4726,'show_admin_bar_front','true'),(62816,4726,'locale',''),(62817,4726,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62818,4726,'wp_user_level','0'),(62819,4726,'default_password_nag','1'),(62820,4727,'nickname','elena.almadovar1995'),(62821,4727,'first_name',''),(62822,4727,'last_name',''),(62823,4727,'description',''),(62824,4727,'rich_editing','true'),(62825,4727,'syntax_highlighting','true'),(62826,4727,'comment_shortcuts','false'),(62827,4727,'admin_color','fresh'),(62828,4727,'use_ssl','0'),(62829,4727,'show_admin_bar_front','true'),(62830,4727,'locale',''),(62831,4727,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62832,4727,'wp_user_level','0'),(62833,4727,'default_password_nag','1'),(62834,4728,'nickname','emgood891992'),(62835,4728,'first_name',''),(62836,4728,'last_name',''),(62837,4728,'description',''),(62838,4728,'rich_editing','true'),(62839,4728,'syntax_highlighting','true'),(62840,4728,'comment_shortcuts','false'),(62841,4728,'admin_color','fresh'),(62842,4728,'use_ssl','0'),(62843,4728,'show_admin_bar_front','true'),(62844,4728,'locale',''),(62845,4728,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62846,4728,'wp_user_level','0'),(62847,4728,'default_password_nag','1'),(62848,4729,'nickname','jonathandeck1999'),(62849,4729,'first_name',''),(62850,4729,'last_name',''),(62851,4729,'description',''),(62852,4729,'rich_editing','true'),(62853,4729,'syntax_highlighting','true'),(62854,4729,'comment_shortcuts','false'),(62855,4729,'admin_color','fresh'),(62856,4729,'use_ssl','0'),(62857,4729,'show_admin_bar_front','true'),(62858,4729,'locale',''),(62859,4729,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62860,4729,'wp_user_level','0'),(62861,4729,'default_password_nag','1'),(62862,4730,'nickname','enekrilov2005'),(62863,4730,'first_name',''),(62864,4730,'last_name',''),(62865,4730,'description',''),(62866,4730,'rich_editing','true'),(62867,4730,'syntax_highlighting','true'),(62868,4730,'comment_shortcuts','false'),(62869,4730,'admin_color','fresh'),(62870,4730,'use_ssl','0'),(62871,4730,'show_admin_bar_front','true'),(62872,4730,'locale',''),(62873,4730,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62874,4730,'wp_user_level','0'),(62875,4730,'default_password_nag','1'),(62876,4731,'nickname','danstory20081994'),(62877,4731,'first_name',''),(62878,4731,'last_name',''),(62879,4731,'description',''),(62880,4731,'rich_editing','true'),(62881,4731,'syntax_highlighting','true'),(62882,4731,'comment_shortcuts','false'),(62883,4731,'admin_color','fresh'),(62884,4731,'use_ssl','0'),(62885,4731,'show_admin_bar_front','true'),(62886,4731,'locale',''),(62887,4731,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62888,4731,'wp_user_level','0'),(62889,4731,'default_password_nag','1'),(62890,4732,'nickname','theartist444441992'),(62891,4732,'first_name',''),(62892,4732,'last_name',''),(62893,4732,'description',''),(62894,4732,'rich_editing','true'),(62895,4732,'syntax_highlighting','true'),(62896,4732,'comment_shortcuts','false'),(62897,4732,'admin_color','fresh'),(62898,4732,'use_ssl','0'),(62899,4732,'show_admin_bar_front','true'),(62900,4732,'locale',''),(62901,4732,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62902,4732,'wp_user_level','0'),(62903,4732,'default_password_nag','1'),(62904,4733,'nickname','phung.huynh1967'),(62905,4733,'first_name',''),(62906,4733,'last_name',''),(62907,4733,'description',''),(62908,4733,'rich_editing','true'),(62909,4733,'syntax_highlighting','true'),(62910,4733,'comment_shortcuts','false'),(62911,4733,'admin_color','fresh'),(62912,4733,'use_ssl','0'),(62913,4733,'show_admin_bar_front','true'),(62914,4733,'locale',''),(62915,4733,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62916,4733,'wp_user_level','0'),(62917,4733,'default_password_nag','1'),(62918,4734,'nickname','drscas53571968'),(62919,4734,'first_name',''),(62920,4734,'last_name',''),(62921,4734,'description',''),(62922,4734,'rich_editing','true'),(62923,4734,'syntax_highlighting','true'),(62924,4734,'comment_shortcuts','false'),(62925,4734,'admin_color','fresh'),(62926,4734,'use_ssl','0'),(62927,4734,'show_admin_bar_front','true'),(62928,4734,'locale',''),(62929,4734,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62930,4734,'wp_user_level','0'),(62931,4734,'default_password_nag','1'),(62932,4735,'nickname','dprasser1975'),(62933,4735,'first_name',''),(62934,4735,'last_name',''),(62935,4735,'description',''),(62936,4735,'rich_editing','true'),(62937,4735,'syntax_highlighting','true'),(62938,4735,'comment_shortcuts','false'),(62939,4735,'admin_color','fresh'),(62940,4735,'use_ssl','0'),(62941,4735,'show_admin_bar_front','true'),(62942,4735,'locale',''),(62943,4735,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62944,4735,'wp_user_level','0'),(62945,4735,'default_password_nag','1'),(62946,4736,'nickname','j.smith471979'),(62947,4736,'first_name',''),(62948,4736,'last_name',''),(62949,4736,'description',''),(62950,4736,'rich_editing','true'),(62951,4736,'syntax_highlighting','true'),(62952,4736,'comment_shortcuts','false'),(62953,4736,'admin_color','fresh'),(62954,4736,'use_ssl','0'),(62955,4736,'show_admin_bar_front','true'),(62956,4736,'locale',''),(62957,4736,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62958,4736,'wp_user_level','0'),(62959,4736,'default_password_nag','1'),(62960,4737,'nickname','tabatha.steele31970'),(62961,4737,'first_name',''),(62962,4737,'last_name',''),(62963,4737,'description',''),(62964,4737,'rich_editing','true'),(62965,4737,'syntax_highlighting','true'),(62966,4737,'comment_shortcuts','false'),(62967,4737,'admin_color','fresh'),(62968,4737,'use_ssl','0'),(62969,4737,'show_admin_bar_front','true'),(62970,4737,'locale',''),(62971,4737,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62972,4737,'wp_user_level','0'),(62973,4737,'default_password_nag','1'),(62974,4738,'nickname','cmackmedia1983'),(62975,4738,'first_name',''),(62976,4738,'last_name',''),(62977,4738,'description',''),(62978,4738,'rich_editing','true'),(62979,4738,'syntax_highlighting','true'),(62980,4738,'comment_shortcuts','false'),(62981,4738,'admin_color','fresh'),(62982,4738,'use_ssl','0'),(62983,4738,'show_admin_bar_front','true'),(62984,4738,'locale',''),(62985,4738,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(62986,4738,'wp_user_level','0'),(62987,4738,'default_password_nag','1'),(62988,4739,'nickname','thumper63ch211995'),(62989,4739,'first_name',''),(62990,4739,'last_name',''),(62991,4739,'description',''),(62992,4739,'rich_editing','true'),(62993,4739,'syntax_highlighting','true'),(62994,4739,'comment_shortcuts','false'),(62995,4739,'admin_color','fresh'),(62996,4739,'use_ssl','0'),(62997,4739,'show_admin_bar_front','true'),(62998,4739,'locale',''),(62999,4739,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63000,4739,'wp_user_level','0'),(63001,4739,'default_password_nag','1'),(63002,4740,'nickname','andrusko121970'),(63003,4740,'first_name',''),(63004,4740,'last_name',''),(63005,4740,'description',''),(63006,4740,'rich_editing','true'),(63007,4740,'syntax_highlighting','true'),(63008,4740,'comment_shortcuts','false'),(63009,4740,'admin_color','fresh'),(63010,4740,'use_ssl','0'),(63011,4740,'show_admin_bar_front','true'),(63012,4740,'locale',''),(63013,4740,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63014,4740,'wp_user_level','0'),(63015,4740,'default_password_nag','1'),(63016,4741,'nickname','kitkat.yin2001'),(63017,4741,'first_name',''),(63018,4741,'last_name',''),(63019,4741,'description',''),(63020,4741,'rich_editing','true'),(63021,4741,'syntax_highlighting','true'),(63022,4741,'comment_shortcuts','false'),(63023,4741,'admin_color','fresh'),(63024,4741,'use_ssl','0'),(63025,4741,'show_admin_bar_front','true'),(63026,4741,'locale',''),(63027,4741,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63028,4741,'wp_user_level','0'),(63029,4741,'default_password_nag','1'),(63030,4742,'nickname','gregheath1969'),(63031,4742,'first_name',''),(63032,4742,'last_name',''),(63033,4742,'description',''),(63034,4742,'rich_editing','true'),(63035,4742,'syntax_highlighting','true'),(63036,4742,'comment_shortcuts','false'),(63037,4742,'admin_color','fresh'),(63038,4742,'use_ssl','0'),(63039,4742,'show_admin_bar_front','true'),(63040,4742,'locale',''),(63041,4742,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63042,4742,'wp_user_level','0'),(63043,4742,'default_password_nag','1'),(63044,4743,'nickname','vlado_pld1955'),(63045,4743,'first_name',''),(63046,4743,'last_name',''),(63047,4743,'description',''),(63048,4743,'rich_editing','true'),(63049,4743,'syntax_highlighting','true'),(63050,4743,'comment_shortcuts','false'),(63051,4743,'admin_color','fresh'),(63052,4743,'use_ssl','0'),(63053,4743,'show_admin_bar_front','true'),(63054,4743,'locale',''),(63055,4743,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63056,4743,'wp_user_level','0'),(63057,4743,'default_password_nag','1'),(63058,4744,'nickname','cheftony1771955'),(63059,4744,'first_name',''),(63060,4744,'last_name',''),(63061,4744,'description',''),(63062,4744,'rich_editing','true'),(63063,4744,'syntax_highlighting','true'),(63064,4744,'comment_shortcuts','false'),(63065,4744,'admin_color','fresh'),(63066,4744,'use_ssl','0'),(63067,4744,'show_admin_bar_front','true'),(63068,4744,'locale',''),(63069,4744,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63070,4744,'wp_user_level','0'),(63071,4744,'default_password_nag','1'),(63072,4745,'nickname','samanthajaneb1978'),(63073,4745,'first_name',''),(63074,4745,'last_name',''),(63075,4745,'description',''),(63076,4745,'rich_editing','true'),(63077,4745,'syntax_highlighting','true'),(63078,4745,'comment_shortcuts','false'),(63079,4745,'admin_color','fresh'),(63080,4745,'use_ssl','0'),(63081,4745,'show_admin_bar_front','true'),(63082,4745,'locale',''),(63083,4745,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63084,4745,'wp_user_level','0'),(63085,4745,'default_password_nag','1'),(63086,4746,'nickname','gary2005'),(63087,4746,'first_name',''),(63088,4746,'last_name',''),(63089,4746,'description',''),(63090,4746,'rich_editing','true'),(63091,4746,'syntax_highlighting','true'),(63092,4746,'comment_shortcuts','false'),(63093,4746,'admin_color','fresh'),(63094,4746,'use_ssl','0'),(63095,4746,'show_admin_bar_front','true'),(63096,4746,'locale',''),(63097,4746,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63098,4746,'wp_user_level','0'),(63099,4746,'default_password_nag','1'),(63100,4747,'nickname','kayegibson1984'),(63101,4747,'first_name',''),(63102,4747,'last_name',''),(63103,4747,'description',''),(63104,4747,'rich_editing','true'),(63105,4747,'syntax_highlighting','true'),(63106,4747,'comment_shortcuts','false'),(63107,4747,'admin_color','fresh'),(63108,4747,'use_ssl','0'),(63109,4747,'show_admin_bar_front','true'),(63110,4747,'locale',''),(63111,4747,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63112,4747,'wp_user_level','0'),(63113,4747,'default_password_nag','1'),(63114,4748,'nickname','rebalynbecker1954'),(63115,4748,'first_name',''),(63116,4748,'last_name',''),(63117,4748,'description',''),(63118,4748,'rich_editing','true'),(63119,4748,'syntax_highlighting','true'),(63120,4748,'comment_shortcuts','false'),(63121,4748,'admin_color','fresh'),(63122,4748,'use_ssl','0'),(63123,4748,'show_admin_bar_front','true'),(63124,4748,'locale',''),(63125,4748,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63126,4748,'wp_user_level','0'),(63127,4748,'default_password_nag','1'),(63128,4749,'nickname','paul_mikolaj1956'),(63129,4749,'first_name',''),(63130,4749,'last_name',''),(63131,4749,'description',''),(63132,4749,'rich_editing','true'),(63133,4749,'syntax_highlighting','true'),(63134,4749,'comment_shortcuts','false'),(63135,4749,'admin_color','fresh'),(63136,4749,'use_ssl','0'),(63137,4749,'show_admin_bar_front','true'),(63138,4749,'locale',''),(63139,4749,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63140,4749,'wp_user_level','0'),(63141,4749,'default_password_nag','1'),(63142,4750,'nickname','mebanks1999'),(63143,4750,'first_name',''),(63144,4750,'last_name',''),(63145,4750,'description',''),(63146,4750,'rich_editing','true'),(63147,4750,'syntax_highlighting','true'),(63148,4750,'comment_shortcuts','false'),(63149,4750,'admin_color','fresh'),(63150,4750,'use_ssl','0'),(63151,4750,'show_admin_bar_front','true'),(63152,4750,'locale',''),(63153,4750,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63154,4750,'wp_user_level','0'),(63155,4750,'default_password_nag','1'),(63156,4751,'nickname','cottageframersllc1963'),(63157,4751,'first_name',''),(63158,4751,'last_name',''),(63159,4751,'description',''),(63160,4751,'rich_editing','true'),(63161,4751,'syntax_highlighting','true'),(63162,4751,'comment_shortcuts','false'),(63163,4751,'admin_color','fresh'),(63164,4751,'use_ssl','0'),(63165,4751,'show_admin_bar_front','true'),(63166,4751,'locale',''),(63167,4751,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63168,4751,'wp_user_level','0'),(63169,4751,'default_password_nag','1'),(63170,4752,'nickname','rdheredia731959'),(63171,4752,'first_name',''),(63172,4752,'last_name',''),(63173,4752,'description',''),(63174,4752,'rich_editing','true'),(63175,4752,'syntax_highlighting','true'),(63176,4752,'comment_shortcuts','false'),(63177,4752,'admin_color','fresh'),(63178,4752,'use_ssl','0'),(63179,4752,'show_admin_bar_front','true'),(63180,4752,'locale',''),(63181,4752,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63182,4752,'wp_user_level','0'),(63183,4752,'default_password_nag','1'),(63184,4753,'nickname','dreambigtn2008'),(63185,4753,'first_name',''),(63186,4753,'last_name',''),(63187,4753,'description',''),(63188,4753,'rich_editing','true'),(63189,4753,'syntax_highlighting','true'),(63190,4753,'comment_shortcuts','false'),(63191,4753,'admin_color','fresh'),(63192,4753,'use_ssl','0'),(63193,4753,'show_admin_bar_front','true'),(63194,4753,'locale',''),(63195,4753,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63196,4753,'wp_user_level','0'),(63197,4753,'default_password_nag','1'),(63198,4754,'nickname','jmcook422002'),(63199,4754,'first_name',''),(63200,4754,'last_name',''),(63201,4754,'description',''),(63202,4754,'rich_editing','true'),(63203,4754,'syntax_highlighting','true'),(63204,4754,'comment_shortcuts','false'),(63205,4754,'admin_color','fresh'),(63206,4754,'use_ssl','0'),(63207,4754,'show_admin_bar_front','true'),(63208,4754,'locale',''),(63209,4754,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63210,4754,'wp_user_level','0'),(63211,4754,'default_password_nag','1'),(63212,4755,'nickname','hvacsolutionsllc1995'),(63213,4755,'first_name',''),(63214,4755,'last_name',''),(63215,4755,'description',''),(63216,4755,'rich_editing','true'),(63217,4755,'syntax_highlighting','true'),(63218,4755,'comment_shortcuts','false'),(63219,4755,'admin_color','fresh'),(63220,4755,'use_ssl','0'),(63221,4755,'show_admin_bar_front','true'),(63222,4755,'locale',''),(63223,4755,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63224,4755,'wp_user_level','0'),(63225,4755,'default_password_nag','1'),(63226,4756,'nickname','shpprohl1981'),(63227,4756,'first_name',''),(63228,4756,'last_name',''),(63229,4756,'description',''),(63230,4756,'rich_editing','true'),(63231,4756,'syntax_highlighting','true'),(63232,4756,'comment_shortcuts','false'),(63233,4756,'admin_color','fresh'),(63234,4756,'use_ssl','0'),(63235,4756,'show_admin_bar_front','true'),(63236,4756,'locale',''),(63237,4756,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63238,4756,'wp_user_level','0'),(63239,4756,'default_password_nag','1'),(63240,4757,'nickname','citroncollin1971'),(63241,4757,'first_name',''),(63242,4757,'last_name',''),(63243,4757,'description',''),(63244,4757,'rich_editing','true'),(63245,4757,'syntax_highlighting','true'),(63246,4757,'comment_shortcuts','false'),(63247,4757,'admin_color','fresh'),(63248,4757,'use_ssl','0'),(63249,4757,'show_admin_bar_front','true'),(63250,4757,'locale',''),(63251,4757,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63252,4757,'wp_user_level','0'),(63253,4757,'default_password_nag','1'),(63254,4758,'nickname','lorydixon1982'),(63255,4758,'first_name',''),(63256,4758,'last_name',''),(63257,4758,'description',''),(63258,4758,'rich_editing','true'),(63259,4758,'syntax_highlighting','true'),(63260,4758,'comment_shortcuts','false'),(63261,4758,'admin_color','fresh'),(63262,4758,'use_ssl','0'),(63263,4758,'show_admin_bar_front','true'),(63264,4758,'locale',''),(63265,4758,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63266,4758,'wp_user_level','0'),(63267,4758,'default_password_nag','1'),(63268,4759,'nickname','brian1975'),(63269,4759,'first_name',''),(63270,4759,'last_name',''),(63271,4759,'description',''),(63272,4759,'rich_editing','true'),(63273,4759,'syntax_highlighting','true'),(63274,4759,'comment_shortcuts','false'),(63275,4759,'admin_color','fresh'),(63276,4759,'use_ssl','0'),(63277,4759,'show_admin_bar_front','true'),(63278,4759,'locale',''),(63279,4759,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63280,4759,'wp_user_level','0'),(63281,4759,'default_password_nag','1'),(63282,4760,'nickname','luckymevieux351979'),(63283,4760,'first_name',''),(63284,4760,'last_name',''),(63285,4760,'description',''),(63286,4760,'rich_editing','true'),(63287,4760,'syntax_highlighting','true'),(63288,4760,'comment_shortcuts','false'),(63289,4760,'admin_color','fresh'),(63290,4760,'use_ssl','0'),(63291,4760,'show_admin_bar_front','true'),(63292,4760,'locale',''),(63293,4760,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63294,4760,'wp_user_level','0'),(63295,4760,'default_password_nag','1'),(63296,4761,'nickname','drgwyn151995'),(63297,4761,'first_name',''),(63298,4761,'last_name',''),(63299,4761,'description',''),(63300,4761,'rich_editing','true'),(63301,4761,'syntax_highlighting','true'),(63302,4761,'comment_shortcuts','false'),(63303,4761,'admin_color','fresh'),(63304,4761,'use_ssl','0'),(63305,4761,'show_admin_bar_front','true'),(63306,4761,'locale',''),(63307,4761,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63308,4761,'wp_user_level','0'),(63309,4761,'default_password_nag','1'),(63310,4762,'nickname','sfox1980'),(63311,4762,'first_name',''),(63312,4762,'last_name',''),(63313,4762,'description',''),(63314,4762,'rich_editing','true'),(63315,4762,'syntax_highlighting','true'),(63316,4762,'comment_shortcuts','false'),(63317,4762,'admin_color','fresh'),(63318,4762,'use_ssl','0'),(63319,4762,'show_admin_bar_front','true'),(63320,4762,'locale',''),(63321,4762,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63322,4762,'wp_user_level','0'),(63323,4762,'default_password_nag','1'),(63324,4763,'nickname','stodghil1962'),(63325,4763,'first_name',''),(63326,4763,'last_name',''),(63327,4763,'description',''),(63328,4763,'rich_editing','true'),(63329,4763,'syntax_highlighting','true'),(63330,4763,'comment_shortcuts','false'),(63331,4763,'admin_color','fresh'),(63332,4763,'use_ssl','0'),(63333,4763,'show_admin_bar_front','true'),(63334,4763,'locale',''),(63335,4763,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63336,4763,'wp_user_level','0'),(63337,4763,'default_password_nag','1'),(63338,4764,'nickname','frank.cecrops1969'),(63339,4764,'first_name',''),(63340,4764,'last_name',''),(63341,4764,'description',''),(63342,4764,'rich_editing','true'),(63343,4764,'syntax_highlighting','true'),(63344,4764,'comment_shortcuts','false'),(63345,4764,'admin_color','fresh'),(63346,4764,'use_ssl','0'),(63347,4764,'show_admin_bar_front','true'),(63348,4764,'locale',''),(63349,4764,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63350,4764,'wp_user_level','0'),(63351,4764,'default_password_nag','1'),(63352,4765,'nickname','support1959'),(63353,4765,'first_name',''),(63354,4765,'last_name',''),(63355,4765,'description',''),(63356,4765,'rich_editing','true'),(63357,4765,'syntax_highlighting','true'),(63358,4765,'comment_shortcuts','false'),(63359,4765,'admin_color','fresh'),(63360,4765,'use_ssl','0'),(63361,4765,'show_admin_bar_front','true'),(63362,4765,'locale',''),(63363,4765,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63364,4765,'wp_user_level','0'),(63365,4765,'default_password_nag','1'),(63366,4766,'nickname','wakii.moore1982'),(63367,4766,'first_name',''),(63368,4766,'last_name',''),(63369,4766,'description',''),(63370,4766,'rich_editing','true'),(63371,4766,'syntax_highlighting','true'),(63372,4766,'comment_shortcuts','false'),(63373,4766,'admin_color','fresh'),(63374,4766,'use_ssl','0'),(63375,4766,'show_admin_bar_front','true'),(63376,4766,'locale',''),(63377,4766,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63378,4766,'wp_user_level','0'),(63379,4766,'default_password_nag','1'),(63380,4767,'nickname','dmaresma1964'),(63381,4767,'first_name',''),(63382,4767,'last_name',''),(63383,4767,'description',''),(63384,4767,'rich_editing','true'),(63385,4767,'syntax_highlighting','true'),(63386,4767,'comment_shortcuts','false'),(63387,4767,'admin_color','fresh'),(63388,4767,'use_ssl','0'),(63389,4767,'show_admin_bar_front','true'),(63390,4767,'locale',''),(63391,4767,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63392,4767,'wp_user_level','0'),(63393,4767,'default_password_nag','1'),(63394,4768,'nickname','geoffreykirkwood1960'),(63395,4768,'first_name',''),(63396,4768,'last_name',''),(63397,4768,'description',''),(63398,4768,'rich_editing','true'),(63399,4768,'syntax_highlighting','true'),(63400,4768,'comment_shortcuts','false'),(63401,4768,'admin_color','fresh'),(63402,4768,'use_ssl','0'),(63403,4768,'show_admin_bar_front','true'),(63404,4768,'locale',''),(63405,4768,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63406,4768,'wp_user_level','0'),(63407,4768,'default_password_nag','1'),(63408,4769,'nickname','edmashter11983'),(63409,4769,'first_name',''),(63410,4769,'last_name',''),(63411,4769,'description',''),(63412,4769,'rich_editing','true'),(63413,4769,'syntax_highlighting','true'),(63414,4769,'comment_shortcuts','false'),(63415,4769,'admin_color','fresh'),(63416,4769,'use_ssl','0'),(63417,4769,'show_admin_bar_front','true'),(63418,4769,'locale',''),(63419,4769,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63420,4769,'wp_user_level','0'),(63421,4769,'default_password_nag','1'),(63422,4770,'nickname','athayden11951'),(63423,4770,'first_name',''),(63424,4770,'last_name',''),(63425,4770,'description',''),(63426,4770,'rich_editing','true'),(63427,4770,'syntax_highlighting','true'),(63428,4770,'comment_shortcuts','false'),(63429,4770,'admin_color','fresh'),(63430,4770,'use_ssl','0'),(63431,4770,'show_admin_bar_front','true'),(63432,4770,'locale',''),(63433,4770,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63434,4770,'wp_user_level','0'),(63435,4770,'default_password_nag','1'),(63436,4771,'nickname','invoicing2010'),(63437,4771,'first_name',''),(63438,4771,'last_name',''),(63439,4771,'description',''),(63440,4771,'rich_editing','true'),(63441,4771,'syntax_highlighting','true'),(63442,4771,'comment_shortcuts','false'),(63443,4771,'admin_color','fresh'),(63444,4771,'use_ssl','0'),(63445,4771,'show_admin_bar_front','true'),(63446,4771,'locale',''),(63447,4771,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63448,4771,'wp_user_level','0'),(63449,4771,'default_password_nag','1'),(63450,4772,'nickname','vanessa53091959'),(63451,4772,'first_name',''),(63452,4772,'last_name',''),(63453,4772,'description',''),(63454,4772,'rich_editing','true'),(63455,4772,'syntax_highlighting','true'),(63456,4772,'comment_shortcuts','false'),(63457,4772,'admin_color','fresh'),(63458,4772,'use_ssl','0'),(63459,4772,'show_admin_bar_front','true'),(63460,4772,'locale',''),(63461,4772,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63462,4772,'wp_user_level','0'),(63463,4772,'default_password_nag','1'),(63464,4773,'nickname','bbaumback281984'),(63465,4773,'first_name',''),(63466,4773,'last_name',''),(63467,4773,'description',''),(63468,4773,'rich_editing','true'),(63469,4773,'syntax_highlighting','true'),(63470,4773,'comment_shortcuts','false'),(63471,4773,'admin_color','fresh'),(63472,4773,'use_ssl','0'),(63473,4773,'show_admin_bar_front','true'),(63474,4773,'locale',''),(63475,4773,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63476,4773,'wp_user_level','0'),(63477,4773,'default_password_nag','1'),(63478,4774,'nickname','dj1956'),(63479,4774,'first_name',''),(63480,4774,'last_name',''),(63481,4774,'description',''),(63482,4774,'rich_editing','true'),(63483,4774,'syntax_highlighting','true'),(63484,4774,'comment_shortcuts','false'),(63485,4774,'admin_color','fresh'),(63486,4774,'use_ssl','0'),(63487,4774,'show_admin_bar_front','true'),(63488,4774,'locale',''),(63489,4774,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63490,4774,'wp_user_level','0'),(63491,4774,'default_password_nag','1'),(63492,4775,'nickname','kathydyess1974'),(63493,4775,'first_name',''),(63494,4775,'last_name',''),(63495,4775,'description',''),(63496,4775,'rich_editing','true'),(63497,4775,'syntax_highlighting','true'),(63498,4775,'comment_shortcuts','false'),(63499,4775,'admin_color','fresh'),(63500,4775,'use_ssl','0'),(63501,4775,'show_admin_bar_front','true'),(63502,4775,'locale',''),(63503,4775,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63504,4775,'wp_user_level','0'),(63505,4775,'default_password_nag','1'),(63506,4776,'nickname','loydjerry1964'),(63507,4776,'first_name',''),(63508,4776,'last_name',''),(63509,4776,'description',''),(63510,4776,'rich_editing','true'),(63511,4776,'syntax_highlighting','true'),(63512,4776,'comment_shortcuts','false'),(63513,4776,'admin_color','fresh'),(63514,4776,'use_ssl','0'),(63515,4776,'show_admin_bar_front','true'),(63516,4776,'locale',''),(63517,4776,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63518,4776,'wp_user_level','0'),(63519,4776,'default_password_nag','1'),(63520,4777,'nickname','customerservice1972'),(63521,4777,'first_name',''),(63522,4777,'last_name',''),(63523,4777,'description',''),(63524,4777,'rich_editing','true'),(63525,4777,'syntax_highlighting','true'),(63526,4777,'comment_shortcuts','false'),(63527,4777,'admin_color','fresh'),(63528,4777,'use_ssl','0'),(63529,4777,'show_admin_bar_front','true'),(63530,4777,'locale',''),(63531,4777,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63532,4777,'wp_user_level','0'),(63533,4777,'default_password_nag','1'),(63534,4778,'nickname','acehdwr1982'),(63535,4778,'first_name',''),(63536,4778,'last_name',''),(63537,4778,'description',''),(63538,4778,'rich_editing','true'),(63539,4778,'syntax_highlighting','true'),(63540,4778,'comment_shortcuts','false'),(63541,4778,'admin_color','fresh'),(63542,4778,'use_ssl','0'),(63543,4778,'show_admin_bar_front','true'),(63544,4778,'locale',''),(63545,4778,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63546,4778,'wp_user_level','0'),(63547,4778,'default_password_nag','1'),(63548,4779,'nickname','fay.pye1950'),(63549,4779,'first_name',''),(63550,4779,'last_name',''),(63551,4779,'description',''),(63552,4779,'rich_editing','true'),(63553,4779,'syntax_highlighting','true'),(63554,4779,'comment_shortcuts','false'),(63555,4779,'admin_color','fresh'),(63556,4779,'use_ssl','0'),(63557,4779,'show_admin_bar_front','true'),(63558,4779,'locale',''),(63559,4779,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63560,4779,'wp_user_level','0'),(63561,4779,'default_password_nag','1'),(63562,4780,'nickname','sri3172008'),(63563,4780,'first_name',''),(63564,4780,'last_name',''),(63565,4780,'description',''),(63566,4780,'rich_editing','true'),(63567,4780,'syntax_highlighting','true'),(63568,4780,'comment_shortcuts','false'),(63569,4780,'admin_color','fresh'),(63570,4780,'use_ssl','0'),(63571,4780,'show_admin_bar_front','true'),(63572,4780,'locale',''),(63573,4780,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63574,4780,'wp_user_level','0'),(63575,4780,'default_password_nag','1'),(63576,4781,'nickname','mikefagnani1984'),(63577,4781,'first_name',''),(63578,4781,'last_name',''),(63579,4781,'description',''),(63580,4781,'rich_editing','true'),(63581,4781,'syntax_highlighting','true'),(63582,4781,'comment_shortcuts','false'),(63583,4781,'admin_color','fresh'),(63584,4781,'use_ssl','0'),(63585,4781,'show_admin_bar_front','true'),(63586,4781,'locale',''),(63587,4781,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63588,4781,'wp_user_level','0'),(63589,4781,'default_password_nag','1'),(63590,4782,'nickname','matt.jung2010'),(63591,4782,'first_name',''),(63592,4782,'last_name',''),(63593,4782,'description',''),(63594,4782,'rich_editing','true'),(63595,4782,'syntax_highlighting','true'),(63596,4782,'comment_shortcuts','false'),(63597,4782,'admin_color','fresh'),(63598,4782,'use_ssl','0'),(63599,4782,'show_admin_bar_front','true'),(63600,4782,'locale',''),(63601,4782,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63602,4782,'wp_user_level','0'),(63603,4782,'default_password_nag','1'),(63604,4783,'nickname','fc68381984'),(63605,4783,'first_name',''),(63606,4783,'last_name',''),(63607,4783,'description',''),(63608,4783,'rich_editing','true'),(63609,4783,'syntax_highlighting','true'),(63610,4783,'comment_shortcuts','false'),(63611,4783,'admin_color','fresh'),(63612,4783,'use_ssl','0'),(63613,4783,'show_admin_bar_front','true'),(63614,4783,'locale',''),(63615,4783,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63616,4783,'wp_user_level','0'),(63617,4783,'default_password_nag','1'),(63618,4784,'nickname','vinay_561994'),(63619,4784,'first_name',''),(63620,4784,'last_name',''),(63621,4784,'description',''),(63622,4784,'rich_editing','true'),(63623,4784,'syntax_highlighting','true'),(63624,4784,'comment_shortcuts','false'),(63625,4784,'admin_color','fresh'),(63626,4784,'use_ssl','0'),(63627,4784,'show_admin_bar_front','true'),(63628,4784,'locale',''),(63629,4784,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63630,4784,'wp_user_level','0'),(63631,4784,'default_password_nag','1'),(63632,4785,'nickname','bevmae1983'),(63633,4785,'first_name',''),(63634,4785,'last_name',''),(63635,4785,'description',''),(63636,4785,'rich_editing','true'),(63637,4785,'syntax_highlighting','true'),(63638,4785,'comment_shortcuts','false'),(63639,4785,'admin_color','fresh'),(63640,4785,'use_ssl','0'),(63641,4785,'show_admin_bar_front','true'),(63642,4785,'locale',''),(63643,4785,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63644,4785,'wp_user_level','0'),(63645,4785,'default_password_nag','1'),(63646,4786,'nickname','bevpayne1974'),(63647,4786,'first_name',''),(63648,4786,'last_name',''),(63649,4786,'description',''),(63650,4786,'rich_editing','true'),(63651,4786,'syntax_highlighting','true'),(63652,4786,'comment_shortcuts','false'),(63653,4786,'admin_color','fresh'),(63654,4786,'use_ssl','0'),(63655,4786,'show_admin_bar_front','true'),(63656,4786,'locale',''),(63657,4786,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63658,4786,'wp_user_level','0'),(63659,4786,'default_password_nag','1'),(63660,4787,'nickname','mzuss1971'),(63661,4787,'first_name',''),(63662,4787,'last_name',''),(63663,4787,'description',''),(63664,4787,'rich_editing','true'),(63665,4787,'syntax_highlighting','true'),(63666,4787,'comment_shortcuts','false'),(63667,4787,'admin_color','fresh'),(63668,4787,'use_ssl','0'),(63669,4787,'show_admin_bar_front','true'),(63670,4787,'locale',''),(63671,4787,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63672,4787,'wp_user_level','0'),(63673,4787,'default_password_nag','1'),(63674,4788,'nickname','japm1952005'),(63675,4788,'first_name',''),(63676,4788,'last_name',''),(63677,4788,'description',''),(63678,4788,'rich_editing','true'),(63679,4788,'syntax_highlighting','true'),(63680,4788,'comment_shortcuts','false'),(63681,4788,'admin_color','fresh'),(63682,4788,'use_ssl','0'),(63683,4788,'show_admin_bar_front','true'),(63684,4788,'locale',''),(63685,4788,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63686,4788,'wp_user_level','0'),(63687,4788,'default_password_nag','1'),(63688,4789,'nickname','sdadase213121950'),(63689,4789,'first_name',''),(63690,4789,'last_name',''),(63691,4789,'description',''),(63692,4789,'rich_editing','true'),(63693,4789,'syntax_highlighting','true'),(63694,4789,'comment_shortcuts','false'),(63695,4789,'admin_color','fresh'),(63696,4789,'use_ssl','0'),(63697,4789,'show_admin_bar_front','true'),(63698,4789,'locale',''),(63699,4789,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63700,4789,'wp_user_level','0'),(63701,4789,'default_password_nag','1'),(63702,4790,'nickname','ictsupport2001'),(63703,4790,'first_name',''),(63704,4790,'last_name',''),(63705,4790,'description',''),(63706,4790,'rich_editing','true'),(63707,4790,'syntax_highlighting','true'),(63708,4790,'comment_shortcuts','false'),(63709,4790,'admin_color','fresh'),(63710,4790,'use_ssl','0'),(63711,4790,'show_admin_bar_front','true'),(63712,4790,'locale',''),(63713,4790,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63714,4790,'wp_user_level','0'),(63715,4790,'default_password_nag','1'),(63716,4791,'nickname','bigmama_20011997'),(63717,4791,'first_name',''),(63718,4791,'last_name',''),(63719,4791,'description',''),(63720,4791,'rich_editing','true'),(63721,4791,'syntax_highlighting','true'),(63722,4791,'comment_shortcuts','false'),(63723,4791,'admin_color','fresh'),(63724,4791,'use_ssl','0'),(63725,4791,'show_admin_bar_front','true'),(63726,4791,'locale',''),(63727,4791,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63728,4791,'wp_user_level','0'),(63729,4791,'default_password_nag','1'),(63730,4792,'nickname','irfan_valli2008'),(63731,4792,'first_name',''),(63732,4792,'last_name',''),(63733,4792,'description',''),(63734,4792,'rich_editing','true'),(63735,4792,'syntax_highlighting','true'),(63736,4792,'comment_shortcuts','false'),(63737,4792,'admin_color','fresh'),(63738,4792,'use_ssl','0'),(63739,4792,'show_admin_bar_front','true'),(63740,4792,'locale',''),(63741,4792,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63742,4792,'wp_user_level','0'),(63743,4792,'default_password_nag','1'),(63744,4793,'nickname','todd1967'),(63745,4793,'first_name',''),(63746,4793,'last_name',''),(63747,4793,'description',''),(63748,4793,'rich_editing','true'),(63749,4793,'syntax_highlighting','true'),(63750,4793,'comment_shortcuts','false'),(63751,4793,'admin_color','fresh'),(63752,4793,'use_ssl','0'),(63753,4793,'show_admin_bar_front','true'),(63754,4793,'locale',''),(63755,4793,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63756,4793,'wp_user_level','0'),(63757,4793,'default_password_nag','1'),(63758,4794,'nickname','jmkamoran41980'),(63759,4794,'first_name',''),(63760,4794,'last_name',''),(63761,4794,'description',''),(63762,4794,'rich_editing','true'),(63763,4794,'syntax_highlighting','true'),(63764,4794,'comment_shortcuts','false'),(63765,4794,'admin_color','fresh'),(63766,4794,'use_ssl','0'),(63767,4794,'show_admin_bar_front','true'),(63768,4794,'locale',''),(63769,4794,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63770,4794,'wp_user_level','0'),(63771,4794,'default_password_nag','1'),(63772,4795,'nickname','dzayas11971'),(63773,4795,'first_name',''),(63774,4795,'last_name',''),(63775,4795,'description',''),(63776,4795,'rich_editing','true'),(63777,4795,'syntax_highlighting','true'),(63778,4795,'comment_shortcuts','false'),(63779,4795,'admin_color','fresh'),(63780,4795,'use_ssl','0'),(63781,4795,'show_admin_bar_front','true'),(63782,4795,'locale',''),(63783,4795,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63784,4795,'wp_user_level','0'),(63785,4795,'default_password_nag','1'),(63786,4796,'nickname','nickcm81951'),(63787,4796,'first_name',''),(63788,4796,'last_name',''),(63789,4796,'description',''),(63790,4796,'rich_editing','true'),(63791,4796,'syntax_highlighting','true'),(63792,4796,'comment_shortcuts','false'),(63793,4796,'admin_color','fresh'),(63794,4796,'use_ssl','0'),(63795,4796,'show_admin_bar_front','true'),(63796,4796,'locale',''),(63797,4796,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63798,4796,'wp_user_level','0'),(63799,4796,'default_password_nag','1'),(63800,4797,'nickname','jclarksotelo1988'),(63801,4797,'first_name',''),(63802,4797,'last_name',''),(63803,4797,'description',''),(63804,4797,'rich_editing','true'),(63805,4797,'syntax_highlighting','true'),(63806,4797,'comment_shortcuts','false'),(63807,4797,'admin_color','fresh'),(63808,4797,'use_ssl','0'),(63809,4797,'show_admin_bar_front','true'),(63810,4797,'locale',''),(63811,4797,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63812,4797,'wp_user_level','0'),(63813,4797,'default_password_nag','1'),(63814,4798,'nickname','morideau1993'),(63815,4798,'first_name',''),(63816,4798,'last_name',''),(63817,4798,'description',''),(63818,4798,'rich_editing','true'),(63819,4798,'syntax_highlighting','true'),(63820,4798,'comment_shortcuts','false'),(63821,4798,'admin_color','fresh'),(63822,4798,'use_ssl','0'),(63823,4798,'show_admin_bar_front','true'),(63824,4798,'locale',''),(63825,4798,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63826,4798,'wp_user_level','0'),(63827,4798,'default_password_nag','1'),(63828,4799,'nickname','steve1983'),(63829,4799,'first_name',''),(63830,4799,'last_name',''),(63831,4799,'description',''),(63832,4799,'rich_editing','true'),(63833,4799,'syntax_highlighting','true'),(63834,4799,'comment_shortcuts','false'),(63835,4799,'admin_color','fresh'),(63836,4799,'use_ssl','0'),(63837,4799,'show_admin_bar_front','true'),(63838,4799,'locale',''),(63839,4799,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63840,4799,'wp_user_level','0'),(63841,4799,'default_password_nag','1'),(63842,4800,'nickname','management_team1978'),(63843,4800,'first_name',''),(63844,4800,'last_name',''),(63845,4800,'description',''),(63846,4800,'rich_editing','true'),(63847,4800,'syntax_highlighting','true'),(63848,4800,'comment_shortcuts','false'),(63849,4800,'admin_color','fresh'),(63850,4800,'use_ssl','0'),(63851,4800,'show_admin_bar_front','true'),(63852,4800,'locale',''),(63853,4800,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63854,4800,'wp_user_level','0'),(63855,4800,'default_password_nag','1'),(63856,4801,'nickname','squire6582000'),(63857,4801,'first_name',''),(63858,4801,'last_name',''),(63859,4801,'description',''),(63860,4801,'rich_editing','true'),(63861,4801,'syntax_highlighting','true'),(63862,4801,'comment_shortcuts','false'),(63863,4801,'admin_color','fresh'),(63864,4801,'use_ssl','0'),(63865,4801,'show_admin_bar_front','true'),(63866,4801,'locale',''),(63867,4801,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63868,4801,'wp_user_level','0'),(63869,4801,'default_password_nag','1'),(63870,4802,'nickname','rmunk1995'),(63871,4802,'first_name',''),(63872,4802,'last_name',''),(63873,4802,'description',''),(63874,4802,'rich_editing','true'),(63875,4802,'syntax_highlighting','true'),(63876,4802,'comment_shortcuts','false'),(63877,4802,'admin_color','fresh'),(63878,4802,'use_ssl','0'),(63879,4802,'show_admin_bar_front','true'),(63880,4802,'locale',''),(63881,4802,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63882,4802,'wp_user_level','0'),(63883,4802,'default_password_nag','1'),(63884,4803,'nickname','gbrigden1983'),(63885,4803,'first_name',''),(63886,4803,'last_name',''),(63887,4803,'description',''),(63888,4803,'rich_editing','true'),(63889,4803,'syntax_highlighting','true'),(63890,4803,'comment_shortcuts','false'),(63891,4803,'admin_color','fresh'),(63892,4803,'use_ssl','0'),(63893,4803,'show_admin_bar_front','true'),(63894,4803,'locale',''),(63895,4803,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63896,4803,'wp_user_level','0'),(63897,4803,'default_password_nag','1'),(63898,4804,'nickname','diane2008'),(63899,4804,'first_name',''),(63900,4804,'last_name',''),(63901,4804,'description',''),(63902,4804,'rich_editing','true'),(63903,4804,'syntax_highlighting','true'),(63904,4804,'comment_shortcuts','false'),(63905,4804,'admin_color','fresh'),(63906,4804,'use_ssl','0'),(63907,4804,'show_admin_bar_front','true'),(63908,4804,'locale',''),(63909,4804,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63910,4804,'wp_user_level','0'),(63911,4804,'default_password_nag','1'),(63912,4805,'nickname','nikijohn1995'),(63913,4805,'first_name',''),(63914,4805,'last_name',''),(63915,4805,'description',''),(63916,4805,'rich_editing','true'),(63917,4805,'syntax_highlighting','true'),(63918,4805,'comment_shortcuts','false'),(63919,4805,'admin_color','fresh'),(63920,4805,'use_ssl','0'),(63921,4805,'show_admin_bar_front','true'),(63922,4805,'locale',''),(63923,4805,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63924,4805,'wp_user_level','0'),(63925,4805,'default_password_nag','1'),(63926,4806,'nickname','enrique.millan1974'),(63927,4806,'first_name',''),(63928,4806,'last_name',''),(63929,4806,'description',''),(63930,4806,'rich_editing','true'),(63931,4806,'syntax_highlighting','true'),(63932,4806,'comment_shortcuts','false'),(63933,4806,'admin_color','fresh'),(63934,4806,'use_ssl','0'),(63935,4806,'show_admin_bar_front','true'),(63936,4806,'locale',''),(63937,4806,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63938,4806,'wp_user_level','0'),(63939,4806,'default_password_nag','1'),(63940,4807,'nickname','anda571985'),(63941,4807,'first_name',''),(63942,4807,'last_name',''),(63943,4807,'description',''),(63944,4807,'rich_editing','true'),(63945,4807,'syntax_highlighting','true'),(63946,4807,'comment_shortcuts','false'),(63947,4807,'admin_color','fresh'),(63948,4807,'use_ssl','0'),(63949,4807,'show_admin_bar_front','true'),(63950,4807,'locale',''),(63951,4807,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63952,4807,'wp_user_level','0'),(63953,4807,'default_password_nag','1'),(63954,4808,'nickname','mrome791985'),(63955,4808,'first_name',''),(63956,4808,'last_name',''),(63957,4808,'description',''),(63958,4808,'rich_editing','true'),(63959,4808,'syntax_highlighting','true'),(63960,4808,'comment_shortcuts','false'),(63961,4808,'admin_color','fresh'),(63962,4808,'use_ssl','0'),(63963,4808,'show_admin_bar_front','true'),(63964,4808,'locale',''),(63965,4808,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63966,4808,'wp_user_level','0'),(63967,4808,'default_password_nag','1'),(63968,4809,'nickname','martina1995'),(63969,4809,'first_name',''),(63970,4809,'last_name',''),(63971,4809,'description',''),(63972,4809,'rich_editing','true'),(63973,4809,'syntax_highlighting','true'),(63974,4809,'comment_shortcuts','false'),(63975,4809,'admin_color','fresh'),(63976,4809,'use_ssl','0'),(63977,4809,'show_admin_bar_front','true'),(63978,4809,'locale',''),(63979,4809,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63980,4809,'wp_user_level','0'),(63981,4809,'default_password_nag','1'),(63982,4810,'nickname','jo.barnes2010'),(63983,4810,'first_name',''),(63984,4810,'last_name',''),(63985,4810,'description',''),(63986,4810,'rich_editing','true'),(63987,4810,'syntax_highlighting','true'),(63988,4810,'comment_shortcuts','false'),(63989,4810,'admin_color','fresh'),(63990,4810,'use_ssl','0'),(63991,4810,'show_admin_bar_front','true'),(63992,4810,'locale',''),(63993,4810,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(63994,4810,'wp_user_level','0'),(63995,4810,'default_password_nag','1'),(63996,4811,'nickname','petrawinters1972'),(63997,4811,'first_name',''),(63998,4811,'last_name',''),(63999,4811,'description',''),(64000,4811,'rich_editing','true'),(64001,4811,'syntax_highlighting','true'),(64002,4811,'comment_shortcuts','false'),(64003,4811,'admin_color','fresh'),(64004,4811,'use_ssl','0'),(64005,4811,'show_admin_bar_front','true'),(64006,4811,'locale',''),(64007,4811,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64008,4811,'wp_user_level','0'),(64009,4811,'default_password_nag','1'),(64010,4812,'nickname','tyson.becher1985'),(64011,4812,'first_name',''),(64012,4812,'last_name',''),(64013,4812,'description',''),(64014,4812,'rich_editing','true'),(64015,4812,'syntax_highlighting','true'),(64016,4812,'comment_shortcuts','false'),(64017,4812,'admin_color','fresh'),(64018,4812,'use_ssl','0'),(64019,4812,'show_admin_bar_front','true'),(64020,4812,'locale',''),(64021,4812,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64022,4812,'wp_user_level','0'),(64023,4812,'default_password_nag','1'),(64024,4813,'nickname','laure.chaillard1951'),(64025,4813,'first_name',''),(64026,4813,'last_name',''),(64027,4813,'description',''),(64028,4813,'rich_editing','true'),(64029,4813,'syntax_highlighting','true'),(64030,4813,'comment_shortcuts','false'),(64031,4813,'admin_color','fresh'),(64032,4813,'use_ssl','0'),(64033,4813,'show_admin_bar_front','true'),(64034,4813,'locale',''),(64035,4813,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64036,4813,'wp_user_level','0'),(64037,4813,'default_password_nag','1'),(64038,4814,'nickname','genag1231983'),(64039,4814,'first_name',''),(64040,4814,'last_name',''),(64041,4814,'description',''),(64042,4814,'rich_editing','true'),(64043,4814,'syntax_highlighting','true'),(64044,4814,'comment_shortcuts','false'),(64045,4814,'admin_color','fresh'),(64046,4814,'use_ssl','0'),(64047,4814,'show_admin_bar_front','true'),(64048,4814,'locale',''),(64049,4814,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64050,4814,'wp_user_level','0'),(64051,4814,'default_password_nag','1'),(64052,4815,'nickname','yon1990'),(64053,4815,'first_name',''),(64054,4815,'last_name',''),(64055,4815,'description',''),(64056,4815,'rich_editing','true'),(64057,4815,'syntax_highlighting','true'),(64058,4815,'comment_shortcuts','false'),(64059,4815,'admin_color','fresh'),(64060,4815,'use_ssl','0'),(64061,4815,'show_admin_bar_front','true'),(64062,4815,'locale',''),(64063,4815,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64064,4815,'wp_user_level','0'),(64065,4815,'default_password_nag','1'),(64066,4816,'nickname','aroller1961'),(64067,4816,'first_name',''),(64068,4816,'last_name',''),(64069,4816,'description',''),(64070,4816,'rich_editing','true'),(64071,4816,'syntax_highlighting','true'),(64072,4816,'comment_shortcuts','false'),(64073,4816,'admin_color','fresh'),(64074,4816,'use_ssl','0'),(64075,4816,'show_admin_bar_front','true'),(64076,4816,'locale',''),(64077,4816,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64078,4816,'wp_user_level','0'),(64079,4816,'default_password_nag','1'),(64080,4817,'nickname','ddatt1988'),(64081,4817,'first_name',''),(64082,4817,'last_name',''),(64083,4817,'description',''),(64084,4817,'rich_editing','true'),(64085,4817,'syntax_highlighting','true'),(64086,4817,'comment_shortcuts','false'),(64087,4817,'admin_color','fresh'),(64088,4817,'use_ssl','0'),(64089,4817,'show_admin_bar_front','true'),(64090,4817,'locale',''),(64091,4817,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64092,4817,'wp_user_level','0'),(64093,4817,'default_password_nag','1'),(64094,4818,'nickname','ajharmon2000'),(64095,4818,'first_name',''),(64096,4818,'last_name',''),(64097,4818,'description',''),(64098,4818,'rich_editing','true'),(64099,4818,'syntax_highlighting','true'),(64100,4818,'comment_shortcuts','false'),(64101,4818,'admin_color','fresh'),(64102,4818,'use_ssl','0'),(64103,4818,'show_admin_bar_front','true'),(64104,4818,'locale',''),(64105,4818,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64106,4818,'wp_user_level','0'),(64107,4818,'default_password_nag','1'),(64108,4819,'nickname','rowling1962'),(64109,4819,'first_name',''),(64110,4819,'last_name',''),(64111,4819,'description',''),(64112,4819,'rich_editing','true'),(64113,4819,'syntax_highlighting','true'),(64114,4819,'comment_shortcuts','false'),(64115,4819,'admin_color','fresh'),(64116,4819,'use_ssl','0'),(64117,4819,'show_admin_bar_front','true'),(64118,4819,'locale',''),(64119,4819,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64120,4819,'wp_user_level','0'),(64121,4819,'default_password_nag','1'),(64122,4820,'nickname','carolyn1985'),(64123,4820,'first_name',''),(64124,4820,'last_name',''),(64125,4820,'description',''),(64126,4820,'rich_editing','true'),(64127,4820,'syntax_highlighting','true'),(64128,4820,'comment_shortcuts','false'),(64129,4820,'admin_color','fresh'),(64130,4820,'use_ssl','0'),(64131,4820,'show_admin_bar_front','true'),(64132,4820,'locale',''),(64133,4820,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64134,4820,'wp_user_level','0'),(64135,4820,'default_password_nag','1'),(64136,4821,'nickname','maytom1996'),(64137,4821,'first_name',''),(64138,4821,'last_name',''),(64139,4821,'description',''),(64140,4821,'rich_editing','true'),(64141,4821,'syntax_highlighting','true'),(64142,4821,'comment_shortcuts','false'),(64143,4821,'admin_color','fresh'),(64144,4821,'use_ssl','0'),(64145,4821,'show_admin_bar_front','true'),(64146,4821,'locale',''),(64147,4821,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64148,4821,'wp_user_level','0'),(64149,4821,'default_password_nag','1'),(64150,4822,'nickname','gvfwoman1982'),(64151,4822,'first_name',''),(64152,4822,'last_name',''),(64153,4822,'description',''),(64154,4822,'rich_editing','true'),(64155,4822,'syntax_highlighting','true'),(64156,4822,'comment_shortcuts','false'),(64157,4822,'admin_color','fresh'),(64158,4822,'use_ssl','0'),(64159,4822,'show_admin_bar_front','true'),(64160,4822,'locale',''),(64161,4822,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64162,4822,'wp_user_level','0'),(64163,4822,'default_password_nag','1'),(64164,4823,'nickname','jsafady1963'),(64165,4823,'first_name',''),(64166,4823,'last_name',''),(64167,4823,'description',''),(64168,4823,'rich_editing','true'),(64169,4823,'syntax_highlighting','true'),(64170,4823,'comment_shortcuts','false'),(64171,4823,'admin_color','fresh'),(64172,4823,'use_ssl','0'),(64173,4823,'show_admin_bar_front','true'),(64174,4823,'locale',''),(64175,4823,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64176,4823,'wp_user_level','0'),(64177,4823,'default_password_nag','1'),(64178,4824,'nickname','nightsaints1954'),(64179,4824,'first_name',''),(64180,4824,'last_name',''),(64181,4824,'description',''),(64182,4824,'rich_editing','true'),(64183,4824,'syntax_highlighting','true'),(64184,4824,'comment_shortcuts','false'),(64185,4824,'admin_color','fresh'),(64186,4824,'use_ssl','0'),(64187,4824,'show_admin_bar_front','true'),(64188,4824,'locale',''),(64189,4824,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64190,4824,'wp_user_level','0'),(64191,4824,'default_password_nag','1'),(64192,4825,'nickname','lindagbrown992007'),(64193,4825,'first_name',''),(64194,4825,'last_name',''),(64195,4825,'description',''),(64196,4825,'rich_editing','true'),(64197,4825,'syntax_highlighting','true'),(64198,4825,'comment_shortcuts','false'),(64199,4825,'admin_color','fresh'),(64200,4825,'use_ssl','0'),(64201,4825,'show_admin_bar_front','true'),(64202,4825,'locale',''),(64203,4825,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64204,4825,'wp_user_level','0'),(64205,4825,'default_password_nag','1'),(64206,4826,'nickname','dlamont1989'),(64207,4826,'first_name',''),(64208,4826,'last_name',''),(64209,4826,'description',''),(64210,4826,'rich_editing','true'),(64211,4826,'syntax_highlighting','true'),(64212,4826,'comment_shortcuts','false'),(64213,4826,'admin_color','fresh'),(64214,4826,'use_ssl','0'),(64215,4826,'show_admin_bar_front','true'),(64216,4826,'locale',''),(64217,4826,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64218,4826,'wp_user_level','0'),(64219,4826,'default_password_nag','1'),(64220,4827,'nickname','celticurl1952'),(64221,4827,'first_name',''),(64222,4827,'last_name',''),(64223,4827,'description',''),(64224,4827,'rich_editing','true'),(64225,4827,'syntax_highlighting','true'),(64226,4827,'comment_shortcuts','false'),(64227,4827,'admin_color','fresh'),(64228,4827,'use_ssl','0'),(64229,4827,'show_admin_bar_front','true'),(64230,4827,'locale',''),(64231,4827,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64232,4827,'wp_user_level','0'),(64233,4827,'default_password_nag','1'),(64234,4828,'nickname','gogonene1960'),(64235,4828,'first_name',''),(64236,4828,'last_name',''),(64237,4828,'description',''),(64238,4828,'rich_editing','true'),(64239,4828,'syntax_highlighting','true'),(64240,4828,'comment_shortcuts','false'),(64241,4828,'admin_color','fresh'),(64242,4828,'use_ssl','0'),(64243,4828,'show_admin_bar_front','true'),(64244,4828,'locale',''),(64245,4828,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64246,4828,'wp_user_level','0'),(64247,4828,'default_password_nag','1'),(64248,4829,'nickname','dntruesdale1970'),(64249,4829,'first_name',''),(64250,4829,'last_name',''),(64251,4829,'description',''),(64252,4829,'rich_editing','true'),(64253,4829,'syntax_highlighting','true'),(64254,4829,'comment_shortcuts','false'),(64255,4829,'admin_color','fresh'),(64256,4829,'use_ssl','0'),(64257,4829,'show_admin_bar_front','true'),(64258,4829,'locale',''),(64259,4829,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64260,4829,'wp_user_level','0'),(64261,4829,'default_password_nag','1'),(64262,4830,'nickname','passwords2008'),(64263,4830,'first_name',''),(64264,4830,'last_name',''),(64265,4830,'description',''),(64266,4830,'rich_editing','true'),(64267,4830,'syntax_highlighting','true'),(64268,4830,'comment_shortcuts','false'),(64269,4830,'admin_color','fresh'),(64270,4830,'use_ssl','0'),(64271,4830,'show_admin_bar_front','true'),(64272,4830,'locale',''),(64273,4830,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64274,4830,'wp_user_level','0'),(64275,4830,'default_password_nag','1'),(64276,4831,'nickname','sunitasingh2001'),(64277,4831,'first_name',''),(64278,4831,'last_name',''),(64279,4831,'description',''),(64280,4831,'rich_editing','true'),(64281,4831,'syntax_highlighting','true'),(64282,4831,'comment_shortcuts','false'),(64283,4831,'admin_color','fresh'),(64284,4831,'use_ssl','0'),(64285,4831,'show_admin_bar_front','true'),(64286,4831,'locale',''),(64287,4831,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64288,4831,'wp_user_level','0'),(64289,4831,'default_password_nag','1'),(64290,4832,'nickname','sales2000'),(64291,4832,'first_name',''),(64292,4832,'last_name',''),(64293,4832,'description',''),(64294,4832,'rich_editing','true'),(64295,4832,'syntax_highlighting','true'),(64296,4832,'comment_shortcuts','false'),(64297,4832,'admin_color','fresh'),(64298,4832,'use_ssl','0'),(64299,4832,'show_admin_bar_front','true'),(64300,4832,'locale',''),(64301,4832,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64302,4832,'wp_user_level','0'),(64303,4832,'default_password_nag','1'),(64304,4833,'nickname','mgilliland1991'),(64305,4833,'first_name',''),(64306,4833,'last_name',''),(64307,4833,'description',''),(64308,4833,'rich_editing','true'),(64309,4833,'syntax_highlighting','true'),(64310,4833,'comment_shortcuts','false'),(64311,4833,'admin_color','fresh'),(64312,4833,'use_ssl','0'),(64313,4833,'show_admin_bar_front','true'),(64314,4833,'locale',''),(64315,4833,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64316,4833,'wp_user_level','0'),(64317,4833,'default_password_nag','1'),(64318,4834,'nickname','ingrid-knoch1973'),(64319,4834,'first_name',''),(64320,4834,'last_name',''),(64321,4834,'description',''),(64322,4834,'rich_editing','true'),(64323,4834,'syntax_highlighting','true'),(64324,4834,'comment_shortcuts','false'),(64325,4834,'admin_color','fresh'),(64326,4834,'use_ssl','0'),(64327,4834,'show_admin_bar_front','true'),(64328,4834,'locale',''),(64329,4834,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64330,4834,'wp_user_level','0'),(64331,4834,'default_password_nag','1'),(64332,4835,'nickname','jlb55111996'),(64333,4835,'first_name',''),(64334,4835,'last_name',''),(64335,4835,'description',''),(64336,4835,'rich_editing','true'),(64337,4835,'syntax_highlighting','true'),(64338,4835,'comment_shortcuts','false'),(64339,4835,'admin_color','fresh'),(64340,4835,'use_ssl','0'),(64341,4835,'show_admin_bar_front','true'),(64342,4835,'locale',''),(64343,4835,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64344,4835,'wp_user_level','0'),(64345,4835,'default_password_nag','1'),(64346,4836,'nickname','jdecker1232005'),(64347,4836,'first_name',''),(64348,4836,'last_name',''),(64349,4836,'description',''),(64350,4836,'rich_editing','true'),(64351,4836,'syntax_highlighting','true'),(64352,4836,'comment_shortcuts','false'),(64353,4836,'admin_color','fresh'),(64354,4836,'use_ssl','0'),(64355,4836,'show_admin_bar_front','true'),(64356,4836,'locale',''),(64357,4836,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64358,4836,'wp_user_level','0'),(64359,4836,'default_password_nag','1'),(64360,4837,'nickname','totallywired1956'),(64361,4837,'first_name',''),(64362,4837,'last_name',''),(64363,4837,'description',''),(64364,4837,'rich_editing','true'),(64365,4837,'syntax_highlighting','true'),(64366,4837,'comment_shortcuts','false'),(64367,4837,'admin_color','fresh'),(64368,4837,'use_ssl','0'),(64369,4837,'show_admin_bar_front','true'),(64370,4837,'locale',''),(64371,4837,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64372,4837,'wp_user_level','0'),(64373,4837,'default_password_nag','1'),(64374,4838,'nickname','alebron2009'),(64375,4838,'first_name',''),(64376,4838,'last_name',''),(64377,4838,'description',''),(64378,4838,'rich_editing','true'),(64379,4838,'syntax_highlighting','true'),(64380,4838,'comment_shortcuts','false'),(64381,4838,'admin_color','fresh'),(64382,4838,'use_ssl','0'),(64383,4838,'show_admin_bar_front','true'),(64384,4838,'locale',''),(64385,4838,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64386,4838,'wp_user_level','0'),(64387,4838,'default_password_nag','1'),(64388,4839,'nickname','diekmanj1974'),(64389,4839,'first_name',''),(64390,4839,'last_name',''),(64391,4839,'description',''),(64392,4839,'rich_editing','true'),(64393,4839,'syntax_highlighting','true'),(64394,4839,'comment_shortcuts','false'),(64395,4839,'admin_color','fresh'),(64396,4839,'use_ssl','0'),(64397,4839,'show_admin_bar_front','true'),(64398,4839,'locale',''),(64399,4839,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64400,4839,'wp_user_level','0'),(64401,4839,'default_password_nag','1'),(64402,4840,'nickname','mike.magyaros1961'),(64403,4840,'first_name',''),(64404,4840,'last_name',''),(64405,4840,'description',''),(64406,4840,'rich_editing','true'),(64407,4840,'syntax_highlighting','true'),(64408,4840,'comment_shortcuts','false'),(64409,4840,'admin_color','fresh'),(64410,4840,'use_ssl','0'),(64411,4840,'show_admin_bar_front','true'),(64412,4840,'locale',''),(64413,4840,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64414,4840,'wp_user_level','0'),(64415,4840,'default_password_nag','1'),(64416,4841,'nickname','kenrice221965'),(64417,4841,'first_name',''),(64418,4841,'last_name',''),(64419,4841,'description',''),(64420,4841,'rich_editing','true'),(64421,4841,'syntax_highlighting','true'),(64422,4841,'comment_shortcuts','false'),(64423,4841,'admin_color','fresh'),(64424,4841,'use_ssl','0'),(64425,4841,'show_admin_bar_front','true'),(64426,4841,'locale',''),(64427,4841,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64428,4841,'wp_user_level','0'),(64429,4841,'default_password_nag','1'),(64430,4842,'nickname','ruth.delaney1975'),(64431,4842,'first_name',''),(64432,4842,'last_name',''),(64433,4842,'description',''),(64434,4842,'rich_editing','true'),(64435,4842,'syntax_highlighting','true'),(64436,4842,'comment_shortcuts','false'),(64437,4842,'admin_color','fresh'),(64438,4842,'use_ssl','0'),(64439,4842,'show_admin_bar_front','true'),(64440,4842,'locale',''),(64441,4842,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64442,4842,'wp_user_level','0'),(64443,4842,'default_password_nag','1'),(64444,4843,'nickname','randy1965'),(64445,4843,'first_name',''),(64446,4843,'last_name',''),(64447,4843,'description',''),(64448,4843,'rich_editing','true'),(64449,4843,'syntax_highlighting','true'),(64450,4843,'comment_shortcuts','false'),(64451,4843,'admin_color','fresh'),(64452,4843,'use_ssl','0'),(64453,4843,'show_admin_bar_front','true'),(64454,4843,'locale',''),(64455,4843,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64456,4843,'wp_user_level','0'),(64457,4843,'default_password_nag','1'),(64458,4844,'nickname','anita.zerkuebel1967'),(64459,4844,'first_name',''),(64460,4844,'last_name',''),(64461,4844,'description',''),(64462,4844,'rich_editing','true'),(64463,4844,'syntax_highlighting','true'),(64464,4844,'comment_shortcuts','false'),(64465,4844,'admin_color','fresh'),(64466,4844,'use_ssl','0'),(64467,4844,'show_admin_bar_front','true'),(64468,4844,'locale',''),(64469,4844,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64470,4844,'wp_user_level','0'),(64471,4844,'default_password_nag','1'),(64472,4845,'nickname','wybrook1952'),(64473,4845,'first_name',''),(64474,4845,'last_name',''),(64475,4845,'description',''),(64476,4845,'rich_editing','true'),(64477,4845,'syntax_highlighting','true'),(64478,4845,'comment_shortcuts','false'),(64479,4845,'admin_color','fresh'),(64480,4845,'use_ssl','0'),(64481,4845,'show_admin_bar_front','true'),(64482,4845,'locale',''),(64483,4845,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64484,4845,'wp_user_level','0'),(64485,4845,'default_password_nag','1'),(64486,4846,'nickname','don1988'),(64487,4846,'first_name',''),(64488,4846,'last_name',''),(64489,4846,'description',''),(64490,4846,'rich_editing','true'),(64491,4846,'syntax_highlighting','true'),(64492,4846,'comment_shortcuts','false'),(64493,4846,'admin_color','fresh'),(64494,4846,'use_ssl','0'),(64495,4846,'show_admin_bar_front','true'),(64496,4846,'locale',''),(64497,4846,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64498,4846,'wp_user_level','0'),(64499,4846,'default_password_nag','1'),(64500,4847,'nickname','rsd_stuff1997'),(64501,4847,'first_name',''),(64502,4847,'last_name',''),(64503,4847,'description',''),(64504,4847,'rich_editing','true'),(64505,4847,'syntax_highlighting','true'),(64506,4847,'comment_shortcuts','false'),(64507,4847,'admin_color','fresh'),(64508,4847,'use_ssl','0'),(64509,4847,'show_admin_bar_front','true'),(64510,4847,'locale',''),(64511,4847,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64512,4847,'wp_user_level','0'),(64513,4847,'default_password_nag','1'),(64514,4848,'nickname','lreinsel1991'),(64515,4848,'first_name',''),(64516,4848,'last_name',''),(64517,4848,'description',''),(64518,4848,'rich_editing','true'),(64519,4848,'syntax_highlighting','true'),(64520,4848,'comment_shortcuts','false'),(64521,4848,'admin_color','fresh'),(64522,4848,'use_ssl','0'),(64523,4848,'show_admin_bar_front','true'),(64524,4848,'locale',''),(64525,4848,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64526,4848,'wp_user_level','0'),(64527,4848,'default_password_nag','1'),(64528,4849,'nickname','kt_hedges_9251989'),(64529,4849,'first_name',''),(64530,4849,'last_name',''),(64531,4849,'description',''),(64532,4849,'rich_editing','true'),(64533,4849,'syntax_highlighting','true'),(64534,4849,'comment_shortcuts','false'),(64535,4849,'admin_color','fresh'),(64536,4849,'use_ssl','0'),(64537,4849,'show_admin_bar_front','true'),(64538,4849,'locale',''),(64539,4849,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64540,4849,'wp_user_level','0'),(64541,4849,'default_password_nag','1'),(64542,4850,'nickname','ofbsac2009'),(64543,4850,'first_name',''),(64544,4850,'last_name',''),(64545,4850,'description',''),(64546,4850,'rich_editing','true'),(64547,4850,'syntax_highlighting','true'),(64548,4850,'comment_shortcuts','false'),(64549,4850,'admin_color','fresh'),(64550,4850,'use_ssl','0'),(64551,4850,'show_admin_bar_front','true'),(64552,4850,'locale',''),(64553,4850,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64554,4850,'wp_user_level','0'),(64555,4850,'default_password_nag','1'),(64556,4851,'nickname','pnhmanko1980'),(64557,4851,'first_name',''),(64558,4851,'last_name',''),(64559,4851,'description',''),(64560,4851,'rich_editing','true'),(64561,4851,'syntax_highlighting','true'),(64562,4851,'comment_shortcuts','false'),(64563,4851,'admin_color','fresh'),(64564,4851,'use_ssl','0'),(64565,4851,'show_admin_bar_front','true'),(64566,4851,'locale',''),(64567,4851,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64568,4851,'wp_user_level','0'),(64569,4851,'default_password_nag','1'),(64570,4852,'nickname','paypal1953'),(64571,4852,'first_name',''),(64572,4852,'last_name',''),(64573,4852,'description',''),(64574,4852,'rich_editing','true'),(64575,4852,'syntax_highlighting','true'),(64576,4852,'comment_shortcuts','false'),(64577,4852,'admin_color','fresh'),(64578,4852,'use_ssl','0'),(64579,4852,'show_admin_bar_front','true'),(64580,4852,'locale',''),(64581,4852,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64582,4852,'wp_user_level','0'),(64583,4852,'default_password_nag','1'),(64584,4853,'nickname','jmgm42731953'),(64585,4853,'first_name',''),(64586,4853,'last_name',''),(64587,4853,'description',''),(64588,4853,'rich_editing','true'),(64589,4853,'syntax_highlighting','true'),(64590,4853,'comment_shortcuts','false'),(64591,4853,'admin_color','fresh'),(64592,4853,'use_ssl','0'),(64593,4853,'show_admin_bar_front','true'),(64594,4853,'locale',''),(64595,4853,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64596,4853,'wp_user_level','0'),(64597,4853,'default_password_nag','1'),(64598,4854,'nickname','joelsmom3261953'),(64599,4854,'first_name',''),(64600,4854,'last_name',''),(64601,4854,'description',''),(64602,4854,'rich_editing','true'),(64603,4854,'syntax_highlighting','true'),(64604,4854,'comment_shortcuts','false'),(64605,4854,'admin_color','fresh'),(64606,4854,'use_ssl','0'),(64607,4854,'show_admin_bar_front','true'),(64608,4854,'locale',''),(64609,4854,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64610,4854,'wp_user_level','0'),(64611,4854,'default_password_nag','1'),(64612,4855,'nickname','lsanchez1982'),(64613,4855,'first_name',''),(64614,4855,'last_name',''),(64615,4855,'description',''),(64616,4855,'rich_editing','true'),(64617,4855,'syntax_highlighting','true'),(64618,4855,'comment_shortcuts','false'),(64619,4855,'admin_color','fresh'),(64620,4855,'use_ssl','0'),(64621,4855,'show_admin_bar_front','true'),(64622,4855,'locale',''),(64623,4855,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64624,4855,'wp_user_level','0'),(64625,4855,'default_password_nag','1'),(64626,4856,'nickname','danostuff1985'),(64627,4856,'first_name',''),(64628,4856,'last_name',''),(64629,4856,'description',''),(64630,4856,'rich_editing','true'),(64631,4856,'syntax_highlighting','true'),(64632,4856,'comment_shortcuts','false'),(64633,4856,'admin_color','fresh'),(64634,4856,'use_ssl','0'),(64635,4856,'show_admin_bar_front','true'),(64636,4856,'locale',''),(64637,4856,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64638,4856,'wp_user_level','0'),(64639,4856,'default_password_nag','1'),(64640,4857,'nickname','darrells2005'),(64641,4857,'first_name',''),(64642,4857,'last_name',''),(64643,4857,'description',''),(64644,4857,'rich_editing','true'),(64645,4857,'syntax_highlighting','true'),(64646,4857,'comment_shortcuts','false'),(64647,4857,'admin_color','fresh'),(64648,4857,'use_ssl','0'),(64649,4857,'show_admin_bar_front','true'),(64650,4857,'locale',''),(64651,4857,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64652,4857,'wp_user_level','0'),(64653,4857,'default_password_nag','1'),(64654,4858,'nickname','ancker31955'),(64655,4858,'first_name',''),(64656,4858,'last_name',''),(64657,4858,'description',''),(64658,4858,'rich_editing','true'),(64659,4858,'syntax_highlighting','true'),(64660,4858,'comment_shortcuts','false'),(64661,4858,'admin_color','fresh'),(64662,4858,'use_ssl','0'),(64663,4858,'show_admin_bar_front','true'),(64664,4858,'locale',''),(64665,4858,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64666,4858,'wp_user_level','0'),(64667,4858,'default_password_nag','1'),(64668,4859,'nickname','heidik262001'),(64669,4859,'first_name',''),(64670,4859,'last_name',''),(64671,4859,'description',''),(64672,4859,'rich_editing','true'),(64673,4859,'syntax_highlighting','true'),(64674,4859,'comment_shortcuts','false'),(64675,4859,'admin_color','fresh'),(64676,4859,'use_ssl','0'),(64677,4859,'show_admin_bar_front','true'),(64678,4859,'locale',''),(64679,4859,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64680,4859,'wp_user_level','0'),(64681,4859,'default_password_nag','1'),(64682,4860,'nickname','c_chapman81989'),(64683,4860,'first_name',''),(64684,4860,'last_name',''),(64685,4860,'description',''),(64686,4860,'rich_editing','true'),(64687,4860,'syntax_highlighting','true'),(64688,4860,'comment_shortcuts','false'),(64689,4860,'admin_color','fresh'),(64690,4860,'use_ssl','0'),(64691,4860,'show_admin_bar_front','true'),(64692,4860,'locale',''),(64693,4860,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64694,4860,'wp_user_level','0'),(64695,4860,'default_password_nag','1'),(64696,4861,'nickname','bpalmer_1982'),(64697,4861,'first_name',''),(64698,4861,'last_name',''),(64699,4861,'description',''),(64700,4861,'rich_editing','true'),(64701,4861,'syntax_highlighting','true'),(64702,4861,'comment_shortcuts','false'),(64703,4861,'admin_color','fresh'),(64704,4861,'use_ssl','0'),(64705,4861,'show_admin_bar_front','true'),(64706,4861,'locale',''),(64707,4861,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64708,4861,'wp_user_level','0'),(64709,4861,'default_password_nag','1'),(64710,4862,'nickname','lherman1965'),(64711,4862,'first_name',''),(64712,4862,'last_name',''),(64713,4862,'description',''),(64714,4862,'rich_editing','true'),(64715,4862,'syntax_highlighting','true'),(64716,4862,'comment_shortcuts','false'),(64717,4862,'admin_color','fresh'),(64718,4862,'use_ssl','0'),(64719,4862,'show_admin_bar_front','true'),(64720,4862,'locale',''),(64721,4862,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64722,4862,'wp_user_level','0'),(64723,4862,'default_password_nag','1'),(64724,4863,'nickname','imchelbell2010'),(64725,4863,'first_name',''),(64726,4863,'last_name',''),(64727,4863,'description',''),(64728,4863,'rich_editing','true'),(64729,4863,'syntax_highlighting','true'),(64730,4863,'comment_shortcuts','false'),(64731,4863,'admin_color','fresh'),(64732,4863,'use_ssl','0'),(64733,4863,'show_admin_bar_front','true'),(64734,4863,'locale',''),(64735,4863,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64736,4863,'wp_user_level','0'),(64737,4863,'default_password_nag','1'),(64738,4864,'nickname','ntorokvei1981'),(64739,4864,'first_name',''),(64740,4864,'last_name',''),(64741,4864,'description',''),(64742,4864,'rich_editing','true'),(64743,4864,'syntax_highlighting','true'),(64744,4864,'comment_shortcuts','false'),(64745,4864,'admin_color','fresh'),(64746,4864,'use_ssl','0'),(64747,4864,'show_admin_bar_front','true'),(64748,4864,'locale',''),(64749,4864,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64750,4864,'wp_user_level','0'),(64751,4864,'default_password_nag','1'),(64752,4865,'nickname','tjhofmann1991'),(64753,4865,'first_name',''),(64754,4865,'last_name',''),(64755,4865,'description',''),(64756,4865,'rich_editing','true'),(64757,4865,'syntax_highlighting','true'),(64758,4865,'comment_shortcuts','false'),(64759,4865,'admin_color','fresh'),(64760,4865,'use_ssl','0'),(64761,4865,'show_admin_bar_front','true'),(64762,4865,'locale',''),(64763,4865,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64764,4865,'wp_user_level','0'),(64765,4865,'default_password_nag','1'),(64766,4866,'nickname','wwkoch1984'),(64767,4866,'first_name',''),(64768,4866,'last_name',''),(64769,4866,'description',''),(64770,4866,'rich_editing','true'),(64771,4866,'syntax_highlighting','true'),(64772,4866,'comment_shortcuts','false'),(64773,4866,'admin_color','fresh'),(64774,4866,'use_ssl','0'),(64775,4866,'show_admin_bar_front','true'),(64776,4866,'locale',''),(64777,4866,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64778,4866,'wp_user_level','0'),(64779,4866,'default_password_nag','1'),(64780,4867,'nickname','alanasantos1975'),(64781,4867,'first_name',''),(64782,4867,'last_name',''),(64783,4867,'description',''),(64784,4867,'rich_editing','true'),(64785,4867,'syntax_highlighting','true'),(64786,4867,'comment_shortcuts','false'),(64787,4867,'admin_color','fresh'),(64788,4867,'use_ssl','0'),(64789,4867,'show_admin_bar_front','true'),(64790,4867,'locale',''),(64791,4867,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64792,4867,'wp_user_level','0'),(64793,4867,'default_password_nag','1'),(64794,4868,'nickname','paulina1966'),(64795,4868,'first_name',''),(64796,4868,'last_name',''),(64797,4868,'description',''),(64798,4868,'rich_editing','true'),(64799,4868,'syntax_highlighting','true'),(64800,4868,'comment_shortcuts','false'),(64801,4868,'admin_color','fresh'),(64802,4868,'use_ssl','0'),(64803,4868,'show_admin_bar_front','true'),(64804,4868,'locale',''),(64805,4868,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64806,4868,'wp_user_level','0'),(64807,4868,'default_password_nag','1'),(64808,4869,'nickname','mikeppsych1953'),(64809,4869,'first_name',''),(64810,4869,'last_name',''),(64811,4869,'description',''),(64812,4869,'rich_editing','true'),(64813,4869,'syntax_highlighting','true'),(64814,4869,'comment_shortcuts','false'),(64815,4869,'admin_color','fresh'),(64816,4869,'use_ssl','0'),(64817,4869,'show_admin_bar_front','true'),(64818,4869,'locale',''),(64819,4869,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64820,4869,'wp_user_level','0'),(64821,4869,'default_password_nag','1'),(64822,4870,'nickname','elizabeth.lopez1985'),(64823,4870,'first_name',''),(64824,4870,'last_name',''),(64825,4870,'description',''),(64826,4870,'rich_editing','true'),(64827,4870,'syntax_highlighting','true'),(64828,4870,'comment_shortcuts','false'),(64829,4870,'admin_color','fresh'),(64830,4870,'use_ssl','0'),(64831,4870,'show_admin_bar_front','true'),(64832,4870,'locale',''),(64833,4870,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64834,4870,'wp_user_level','0'),(64835,4870,'default_password_nag','1'),(64836,4871,'nickname','heather.bignold1964'),(64837,4871,'first_name',''),(64838,4871,'last_name',''),(64839,4871,'description',''),(64840,4871,'rich_editing','true'),(64841,4871,'syntax_highlighting','true'),(64842,4871,'comment_shortcuts','false'),(64843,4871,'admin_color','fresh'),(64844,4871,'use_ssl','0'),(64845,4871,'show_admin_bar_front','true'),(64846,4871,'locale',''),(64847,4871,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64848,4871,'wp_user_level','0'),(64849,4871,'default_password_nag','1'),(64850,4872,'nickname','dreamaglover1961'),(64851,4872,'first_name',''),(64852,4872,'last_name',''),(64853,4872,'description',''),(64854,4872,'rich_editing','true'),(64855,4872,'syntax_highlighting','true'),(64856,4872,'comment_shortcuts','false'),(64857,4872,'admin_color','fresh'),(64858,4872,'use_ssl','0'),(64859,4872,'show_admin_bar_front','true'),(64860,4872,'locale',''),(64861,4872,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64862,4872,'wp_user_level','0'),(64863,4872,'default_password_nag','1'),(64864,4873,'nickname','kwilson1973'),(64865,4873,'first_name',''),(64866,4873,'last_name',''),(64867,4873,'description',''),(64868,4873,'rich_editing','true'),(64869,4873,'syntax_highlighting','true'),(64870,4873,'comment_shortcuts','false'),(64871,4873,'admin_color','fresh'),(64872,4873,'use_ssl','0'),(64873,4873,'show_admin_bar_front','true'),(64874,4873,'locale',''),(64875,4873,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64876,4873,'wp_user_level','0'),(64877,4873,'default_password_nag','1'),(64878,4874,'nickname','wingchang1990'),(64879,4874,'first_name',''),(64880,4874,'last_name',''),(64881,4874,'description',''),(64882,4874,'rich_editing','true'),(64883,4874,'syntax_highlighting','true'),(64884,4874,'comment_shortcuts','false'),(64885,4874,'admin_color','fresh'),(64886,4874,'use_ssl','0'),(64887,4874,'show_admin_bar_front','true'),(64888,4874,'locale',''),(64889,4874,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64890,4874,'wp_user_level','0'),(64891,4874,'default_password_nag','1'),(64892,4875,'nickname','larkin6181982'),(64893,4875,'first_name',''),(64894,4875,'last_name',''),(64895,4875,'description',''),(64896,4875,'rich_editing','true'),(64897,4875,'syntax_highlighting','true'),(64898,4875,'comment_shortcuts','false'),(64899,4875,'admin_color','fresh'),(64900,4875,'use_ssl','0'),(64901,4875,'show_admin_bar_front','true'),(64902,4875,'locale',''),(64903,4875,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64904,4875,'wp_user_level','0'),(64905,4875,'default_password_nag','1'),(64906,4876,'nickname','zxcx011a1967'),(64907,4876,'first_name',''),(64908,4876,'last_name',''),(64909,4876,'description',''),(64910,4876,'rich_editing','true'),(64911,4876,'syntax_highlighting','true'),(64912,4876,'comment_shortcuts','false'),(64913,4876,'admin_color','fresh'),(64914,4876,'use_ssl','0'),(64915,4876,'show_admin_bar_front','true'),(64916,4876,'locale',''),(64917,4876,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64918,4876,'wp_user_level','0'),(64919,4876,'default_password_nag','1'),(64920,4877,'nickname','callie.kuang2009'),(64921,4877,'first_name',''),(64922,4877,'last_name',''),(64923,4877,'description',''),(64924,4877,'rich_editing','true'),(64925,4877,'syntax_highlighting','true'),(64926,4877,'comment_shortcuts','false'),(64927,4877,'admin_color','fresh'),(64928,4877,'use_ssl','0'),(64929,4877,'show_admin_bar_front','true'),(64930,4877,'locale',''),(64931,4877,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64932,4877,'wp_user_level','0'),(64933,4877,'default_password_nag','1'),(64934,4878,'nickname','melkay212001'),(64935,4878,'first_name',''),(64936,4878,'last_name',''),(64937,4878,'description',''),(64938,4878,'rich_editing','true'),(64939,4878,'syntax_highlighting','true'),(64940,4878,'comment_shortcuts','false'),(64941,4878,'admin_color','fresh'),(64942,4878,'use_ssl','0'),(64943,4878,'show_admin_bar_front','true'),(64944,4878,'locale',''),(64945,4878,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64946,4878,'wp_user_level','0'),(64947,4878,'default_password_nag','1'),(64948,4879,'nickname','gsschor1980'),(64949,4879,'first_name',''),(64950,4879,'last_name',''),(64951,4879,'description',''),(64952,4879,'rich_editing','true'),(64953,4879,'syntax_highlighting','true'),(64954,4879,'comment_shortcuts','false'),(64955,4879,'admin_color','fresh'),(64956,4879,'use_ssl','0'),(64957,4879,'show_admin_bar_front','true'),(64958,4879,'locale',''),(64959,4879,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64960,4879,'wp_user_level','0'),(64961,4879,'default_password_nag','1'),(64962,4880,'nickname','usrooter1990'),(64963,4880,'first_name',''),(64964,4880,'last_name',''),(64965,4880,'description',''),(64966,4880,'rich_editing','true'),(64967,4880,'syntax_highlighting','true'),(64968,4880,'comment_shortcuts','false'),(64969,4880,'admin_color','fresh'),(64970,4880,'use_ssl','0'),(64971,4880,'show_admin_bar_front','true'),(64972,4880,'locale',''),(64973,4880,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64974,4880,'wp_user_level','0'),(64975,4880,'default_password_nag','1'),(64976,4881,'nickname','jimadams1958'),(64977,4881,'first_name',''),(64978,4881,'last_name',''),(64979,4881,'description',''),(64980,4881,'rich_editing','true'),(64981,4881,'syntax_highlighting','true'),(64982,4881,'comment_shortcuts','false'),(64983,4881,'admin_color','fresh'),(64984,4881,'use_ssl','0'),(64985,4881,'show_admin_bar_front','true'),(64986,4881,'locale',''),(64987,4881,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(64988,4881,'wp_user_level','0'),(64989,4881,'default_password_nag','1'),(64990,4882,'nickname','info1976'),(64991,4882,'first_name',''),(64992,4882,'last_name',''),(64993,4882,'description',''),(64994,4882,'rich_editing','true'),(64995,4882,'syntax_highlighting','true'),(64996,4882,'comment_shortcuts','false'),(64997,4882,'admin_color','fresh'),(64998,4882,'use_ssl','0'),(64999,4882,'show_admin_bar_front','true'),(65000,4882,'locale',''),(65001,4882,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65002,4882,'wp_user_level','0'),(65003,4882,'default_password_nag','1'),(65004,4883,'nickname','keene1j1992'),(65005,4883,'first_name',''),(65006,4883,'last_name',''),(65007,4883,'description',''),(65008,4883,'rich_editing','true'),(65009,4883,'syntax_highlighting','true'),(65010,4883,'comment_shortcuts','false'),(65011,4883,'admin_color','fresh'),(65012,4883,'use_ssl','0'),(65013,4883,'show_admin_bar_front','true'),(65014,4883,'locale',''),(65015,4883,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65016,4883,'wp_user_level','0'),(65017,4883,'default_password_nag','1'),(65018,4884,'nickname','james.walter2003'),(65019,4884,'first_name',''),(65020,4884,'last_name',''),(65021,4884,'description',''),(65022,4884,'rich_editing','true'),(65023,4884,'syntax_highlighting','true'),(65024,4884,'comment_shortcuts','false'),(65025,4884,'admin_color','fresh'),(65026,4884,'use_ssl','0'),(65027,4884,'show_admin_bar_front','true'),(65028,4884,'locale',''),(65029,4884,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65030,4884,'wp_user_level','0'),(65031,4884,'default_password_nag','1'),(65032,4885,'nickname','info1985'),(65033,4885,'first_name',''),(65034,4885,'last_name',''),(65035,4885,'description',''),(65036,4885,'rich_editing','true'),(65037,4885,'syntax_highlighting','true'),(65038,4885,'comment_shortcuts','false'),(65039,4885,'admin_color','fresh'),(65040,4885,'use_ssl','0'),(65041,4885,'show_admin_bar_front','true'),(65042,4885,'locale',''),(65043,4885,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65044,4885,'wp_user_level','0'),(65045,4885,'default_password_nag','1'),(65046,4886,'nickname','mikemcmillan1992'),(65047,4886,'first_name',''),(65048,4886,'last_name',''),(65049,4886,'description',''),(65050,4886,'rich_editing','true'),(65051,4886,'syntax_highlighting','true'),(65052,4886,'comment_shortcuts','false'),(65053,4886,'admin_color','fresh'),(65054,4886,'use_ssl','0'),(65055,4886,'show_admin_bar_front','true'),(65056,4886,'locale',''),(65057,4886,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65058,4886,'wp_user_level','0'),(65059,4886,'default_password_nag','1'),(65060,4887,'nickname','tennille.arnold1999'),(65061,4887,'first_name',''),(65062,4887,'last_name',''),(65063,4887,'description',''),(65064,4887,'rich_editing','true'),(65065,4887,'syntax_highlighting','true'),(65066,4887,'comment_shortcuts','false'),(65067,4887,'admin_color','fresh'),(65068,4887,'use_ssl','0'),(65069,4887,'show_admin_bar_front','true'),(65070,4887,'locale',''),(65071,4887,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65072,4887,'wp_user_level','0'),(65073,4887,'default_password_nag','1'),(65074,4888,'nickname','kmmag7291965'),(65075,4888,'first_name',''),(65076,4888,'last_name',''),(65077,4888,'description',''),(65078,4888,'rich_editing','true'),(65079,4888,'syntax_highlighting','true'),(65080,4888,'comment_shortcuts','false'),(65081,4888,'admin_color','fresh'),(65082,4888,'use_ssl','0'),(65083,4888,'show_admin_bar_front','true'),(65084,4888,'locale',''),(65085,4888,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65086,4888,'wp_user_level','0'),(65087,4888,'default_password_nag','1'),(65088,4889,'nickname','penguin7301969'),(65089,4889,'first_name',''),(65090,4889,'last_name',''),(65091,4889,'description',''),(65092,4889,'rich_editing','true'),(65093,4889,'syntax_highlighting','true'),(65094,4889,'comment_shortcuts','false'),(65095,4889,'admin_color','fresh'),(65096,4889,'use_ssl','0'),(65097,4889,'show_admin_bar_front','true'),(65098,4889,'locale',''),(65099,4889,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65100,4889,'wp_user_level','0'),(65101,4889,'default_password_nag','1'),(65102,4890,'nickname','tdraijer1953'),(65103,4890,'first_name',''),(65104,4890,'last_name',''),(65105,4890,'description',''),(65106,4890,'rich_editing','true'),(65107,4890,'syntax_highlighting','true'),(65108,4890,'comment_shortcuts','false'),(65109,4890,'admin_color','fresh'),(65110,4890,'use_ssl','0'),(65111,4890,'show_admin_bar_front','true'),(65112,4890,'locale',''),(65113,4890,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65114,4890,'wp_user_level','0'),(65115,4890,'default_password_nag','1'),(65116,4891,'nickname','manouch2010'),(65117,4891,'first_name',''),(65118,4891,'last_name',''),(65119,4891,'description',''),(65120,4891,'rich_editing','true'),(65121,4891,'syntax_highlighting','true'),(65122,4891,'comment_shortcuts','false'),(65123,4891,'admin_color','fresh'),(65124,4891,'use_ssl','0'),(65125,4891,'show_admin_bar_front','true'),(65126,4891,'locale',''),(65127,4891,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65128,4891,'wp_user_level','0'),(65129,4891,'default_password_nag','1'),(65130,4892,'nickname','susie1957'),(65131,4892,'first_name',''),(65132,4892,'last_name',''),(65133,4892,'description',''),(65134,4892,'rich_editing','true'),(65135,4892,'syntax_highlighting','true'),(65136,4892,'comment_shortcuts','false'),(65137,4892,'admin_color','fresh'),(65138,4892,'use_ssl','0'),(65139,4892,'show_admin_bar_front','true'),(65140,4892,'locale',''),(65141,4892,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65142,4892,'wp_user_level','0'),(65143,4892,'default_password_nag','1'),(65144,4893,'nickname','rmmiranda1983'),(65145,4893,'first_name',''),(65146,4893,'last_name',''),(65147,4893,'description',''),(65148,4893,'rich_editing','true'),(65149,4893,'syntax_highlighting','true'),(65150,4893,'comment_shortcuts','false'),(65151,4893,'admin_color','fresh'),(65152,4893,'use_ssl','0'),(65153,4893,'show_admin_bar_front','true'),(65154,4893,'locale',''),(65155,4893,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65156,4893,'wp_user_level','0'),(65157,4893,'default_password_nag','1'),(65158,4894,'nickname','randy1952'),(65159,4894,'first_name',''),(65160,4894,'last_name',''),(65161,4894,'description',''),(65162,4894,'rich_editing','true'),(65163,4894,'syntax_highlighting','true'),(65164,4894,'comment_shortcuts','false'),(65165,4894,'admin_color','fresh'),(65166,4894,'use_ssl','0'),(65167,4894,'show_admin_bar_front','true'),(65168,4894,'locale',''),(65169,4894,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65170,4894,'wp_user_level','0'),(65171,4894,'default_password_nag','1'),(65172,4895,'nickname','lmyers1973'),(65173,4895,'first_name',''),(65174,4895,'last_name',''),(65175,4895,'description',''),(65176,4895,'rich_editing','true'),(65177,4895,'syntax_highlighting','true'),(65178,4895,'comment_shortcuts','false'),(65179,4895,'admin_color','fresh'),(65180,4895,'use_ssl','0'),(65181,4895,'show_admin_bar_front','true'),(65182,4895,'locale',''),(65183,4895,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65184,4895,'wp_user_level','0'),(65185,4895,'default_password_nag','1'),(65186,4896,'nickname','rej831957'),(65187,4896,'first_name',''),(65188,4896,'last_name',''),(65189,4896,'description',''),(65190,4896,'rich_editing','true'),(65191,4896,'syntax_highlighting','true'),(65192,4896,'comment_shortcuts','false'),(65193,4896,'admin_color','fresh'),(65194,4896,'use_ssl','0'),(65195,4896,'show_admin_bar_front','true'),(65196,4896,'locale',''),(65197,4896,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65198,4896,'wp_user_level','0'),(65199,4896,'default_password_nag','1'),(65200,4897,'nickname','elenafreire1976'),(65201,4897,'first_name',''),(65202,4897,'last_name',''),(65203,4897,'description',''),(65204,4897,'rich_editing','true'),(65205,4897,'syntax_highlighting','true'),(65206,4897,'comment_shortcuts','false'),(65207,4897,'admin_color','fresh'),(65208,4897,'use_ssl','0'),(65209,4897,'show_admin_bar_front','true'),(65210,4897,'locale',''),(65211,4897,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65212,4897,'wp_user_level','0'),(65213,4897,'default_password_nag','1'),(65214,4898,'nickname','csamaniego1991'),(65215,4898,'first_name',''),(65216,4898,'last_name',''),(65217,4898,'description',''),(65218,4898,'rich_editing','true'),(65219,4898,'syntax_highlighting','true'),(65220,4898,'comment_shortcuts','false'),(65221,4898,'admin_color','fresh'),(65222,4898,'use_ssl','0'),(65223,4898,'show_admin_bar_front','true'),(65224,4898,'locale',''),(65225,4898,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65226,4898,'wp_user_level','0'),(65227,4898,'default_password_nag','1'),(65228,4899,'nickname','klaruez1993'),(65229,4899,'first_name',''),(65230,4899,'last_name',''),(65231,4899,'description',''),(65232,4899,'rich_editing','true'),(65233,4899,'syntax_highlighting','true'),(65234,4899,'comment_shortcuts','false'),(65235,4899,'admin_color','fresh'),(65236,4899,'use_ssl','0'),(65237,4899,'show_admin_bar_front','true'),(65238,4899,'locale',''),(65239,4899,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65240,4899,'wp_user_level','0'),(65241,4899,'default_password_nag','1'),(65242,4900,'nickname','sherryaziz1985'),(65243,4900,'first_name',''),(65244,4900,'last_name',''),(65245,4900,'description',''),(65246,4900,'rich_editing','true'),(65247,4900,'syntax_highlighting','true'),(65248,4900,'comment_shortcuts','false'),(65249,4900,'admin_color','fresh'),(65250,4900,'use_ssl','0'),(65251,4900,'show_admin_bar_front','true'),(65252,4900,'locale',''),(65253,4900,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65254,4900,'wp_user_level','0'),(65255,4900,'default_password_nag','1'),(65256,4901,'nickname','dwarr1961'),(65257,4901,'first_name',''),(65258,4901,'last_name',''),(65259,4901,'description',''),(65260,4901,'rich_editing','true'),(65261,4901,'syntax_highlighting','true'),(65262,4901,'comment_shortcuts','false'),(65263,4901,'admin_color','fresh'),(65264,4901,'use_ssl','0'),(65265,4901,'show_admin_bar_front','true'),(65266,4901,'locale',''),(65267,4901,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65268,4901,'wp_user_level','0'),(65269,4901,'default_password_nag','1'),(65270,4902,'nickname','lgolding311951'),(65271,4902,'first_name',''),(65272,4902,'last_name',''),(65273,4902,'description',''),(65274,4902,'rich_editing','true'),(65275,4902,'syntax_highlighting','true'),(65276,4902,'comment_shortcuts','false'),(65277,4902,'admin_color','fresh'),(65278,4902,'use_ssl','0'),(65279,4902,'show_admin_bar_front','true'),(65280,4902,'locale',''),(65281,4902,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65282,4902,'wp_user_level','0'),(65283,4902,'default_password_nag','1'),(65284,4903,'nickname','plawson111954'),(65285,4903,'first_name',''),(65286,4903,'last_name',''),(65287,4903,'description',''),(65288,4903,'rich_editing','true'),(65289,4903,'syntax_highlighting','true'),(65290,4903,'comment_shortcuts','false'),(65291,4903,'admin_color','fresh'),(65292,4903,'use_ssl','0'),(65293,4903,'show_admin_bar_front','true'),(65294,4903,'locale',''),(65295,4903,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65296,4903,'wp_user_level','0'),(65297,4903,'default_password_nag','1'),(65298,4904,'nickname','michael2007'),(65299,4904,'first_name',''),(65300,4904,'last_name',''),(65301,4904,'description',''),(65302,4904,'rich_editing','true'),(65303,4904,'syntax_highlighting','true'),(65304,4904,'comment_shortcuts','false'),(65305,4904,'admin_color','fresh'),(65306,4904,'use_ssl','0'),(65307,4904,'show_admin_bar_front','true'),(65308,4904,'locale',''),(65309,4904,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65310,4904,'wp_user_level','0'),(65311,4904,'default_password_nag','1'),(65312,4905,'nickname','michelle1958'),(65313,4905,'first_name',''),(65314,4905,'last_name',''),(65315,4905,'description',''),(65316,4905,'rich_editing','true'),(65317,4905,'syntax_highlighting','true'),(65318,4905,'comment_shortcuts','false'),(65319,4905,'admin_color','fresh'),(65320,4905,'use_ssl','0'),(65321,4905,'show_admin_bar_front','true'),(65322,4905,'locale',''),(65323,4905,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65324,4905,'wp_user_level','0'),(65325,4905,'default_password_nag','1'),(65326,4906,'nickname','support1969'),(65327,4906,'first_name',''),(65328,4906,'last_name',''),(65329,4906,'description',''),(65330,4906,'rich_editing','true'),(65331,4906,'syntax_highlighting','true'),(65332,4906,'comment_shortcuts','false'),(65333,4906,'admin_color','fresh'),(65334,4906,'use_ssl','0'),(65335,4906,'show_admin_bar_front','true'),(65336,4906,'locale',''),(65337,4906,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65338,4906,'wp_user_level','0'),(65339,4906,'default_password_nag','1'),(65340,4907,'nickname','jtrudell1978'),(65341,4907,'first_name',''),(65342,4907,'last_name',''),(65343,4907,'description',''),(65344,4907,'rich_editing','true'),(65345,4907,'syntax_highlighting','true'),(65346,4907,'comment_shortcuts','false'),(65347,4907,'admin_color','fresh'),(65348,4907,'use_ssl','0'),(65349,4907,'show_admin_bar_front','true'),(65350,4907,'locale',''),(65351,4907,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65352,4907,'wp_user_level','0'),(65353,4907,'default_password_nag','1'),(65354,4908,'nickname','mderen1986'),(65355,4908,'first_name',''),(65356,4908,'last_name',''),(65357,4908,'description',''),(65358,4908,'rich_editing','true'),(65359,4908,'syntax_highlighting','true'),(65360,4908,'comment_shortcuts','false'),(65361,4908,'admin_color','fresh'),(65362,4908,'use_ssl','0'),(65363,4908,'show_admin_bar_front','true'),(65364,4908,'locale',''),(65365,4908,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65366,4908,'wp_user_level','0'),(65367,4908,'default_password_nag','1'),(65368,4909,'nickname','mclarys1955'),(65369,4909,'first_name',''),(65370,4909,'last_name',''),(65371,4909,'description',''),(65372,4909,'rich_editing','true'),(65373,4909,'syntax_highlighting','true'),(65374,4909,'comment_shortcuts','false'),(65375,4909,'admin_color','fresh'),(65376,4909,'use_ssl','0'),(65377,4909,'show_admin_bar_front','true'),(65378,4909,'locale',''),(65379,4909,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65380,4909,'wp_user_level','0'),(65381,4909,'default_password_nag','1'),(65382,4910,'nickname','unlucky3202004'),(65383,4910,'first_name',''),(65384,4910,'last_name',''),(65385,4910,'description',''),(65386,4910,'rich_editing','true'),(65387,4910,'syntax_highlighting','true'),(65388,4910,'comment_shortcuts','false'),(65389,4910,'admin_color','fresh'),(65390,4910,'use_ssl','0'),(65391,4910,'show_admin_bar_front','true'),(65392,4910,'locale',''),(65393,4910,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65394,4910,'wp_user_level','0'),(65395,4910,'default_password_nag','1'),(65396,4911,'nickname','scottfitz701979'),(65397,4911,'first_name',''),(65398,4911,'last_name',''),(65399,4911,'description',''),(65400,4911,'rich_editing','true'),(65401,4911,'syntax_highlighting','true'),(65402,4911,'comment_shortcuts','false'),(65403,4911,'admin_color','fresh'),(65404,4911,'use_ssl','0'),(65405,4911,'show_admin_bar_front','true'),(65406,4911,'locale',''),(65407,4911,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65408,4911,'wp_user_level','0'),(65409,4911,'default_password_nag','1'),(65410,4912,'nickname','cbuechner1983'),(65411,4912,'first_name',''),(65412,4912,'last_name',''),(65413,4912,'description',''),(65414,4912,'rich_editing','true'),(65415,4912,'syntax_highlighting','true'),(65416,4912,'comment_shortcuts','false'),(65417,4912,'admin_color','fresh'),(65418,4912,'use_ssl','0'),(65419,4912,'show_admin_bar_front','true'),(65420,4912,'locale',''),(65421,4912,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65422,4912,'wp_user_level','0'),(65423,4912,'default_password_nag','1'),(65424,4913,'nickname','info1970'),(65425,4913,'first_name',''),(65426,4913,'last_name',''),(65427,4913,'description',''),(65428,4913,'rich_editing','true'),(65429,4913,'syntax_highlighting','true'),(65430,4913,'comment_shortcuts','false'),(65431,4913,'admin_color','fresh'),(65432,4913,'use_ssl','0'),(65433,4913,'show_admin_bar_front','true'),(65434,4913,'locale',''),(65435,4913,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65436,4913,'wp_user_level','0'),(65437,4913,'default_password_nag','1'),(65438,4914,'nickname','vilardo1988'),(65439,4914,'first_name',''),(65440,4914,'last_name',''),(65441,4914,'description',''),(65442,4914,'rich_editing','true'),(65443,4914,'syntax_highlighting','true'),(65444,4914,'comment_shortcuts','false'),(65445,4914,'admin_color','fresh'),(65446,4914,'use_ssl','0'),(65447,4914,'show_admin_bar_front','true'),(65448,4914,'locale',''),(65449,4914,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65450,4914,'wp_user_level','0'),(65451,4914,'default_password_nag','1'),(65452,4915,'nickname','labirks1970'),(65453,4915,'first_name',''),(65454,4915,'last_name',''),(65455,4915,'description',''),(65456,4915,'rich_editing','true'),(65457,4915,'syntax_highlighting','true'),(65458,4915,'comment_shortcuts','false'),(65459,4915,'admin_color','fresh'),(65460,4915,'use_ssl','0'),(65461,4915,'show_admin_bar_front','true'),(65462,4915,'locale',''),(65463,4915,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65464,4915,'wp_user_level','0'),(65465,4915,'default_password_nag','1'),(65466,4916,'nickname','rghatley1962'),(65467,4916,'first_name',''),(65468,4916,'last_name',''),(65469,4916,'description',''),(65470,4916,'rich_editing','true'),(65471,4916,'syntax_highlighting','true'),(65472,4916,'comment_shortcuts','false'),(65473,4916,'admin_color','fresh'),(65474,4916,'use_ssl','0'),(65475,4916,'show_admin_bar_front','true'),(65476,4916,'locale',''),(65477,4916,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65478,4916,'wp_user_level','0'),(65479,4916,'default_password_nag','1'),(65480,4917,'nickname','cfisher2003'),(65481,4917,'first_name',''),(65482,4917,'last_name',''),(65483,4917,'description',''),(65484,4917,'rich_editing','true'),(65485,4917,'syntax_highlighting','true'),(65486,4917,'comment_shortcuts','false'),(65487,4917,'admin_color','fresh'),(65488,4917,'use_ssl','0'),(65489,4917,'show_admin_bar_front','true'),(65490,4917,'locale',''),(65491,4917,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65492,4917,'wp_user_level','0'),(65493,4917,'default_password_nag','1'),(65494,4918,'nickname','jared1958'),(65495,4918,'first_name',''),(65496,4918,'last_name',''),(65497,4918,'description',''),(65498,4918,'rich_editing','true'),(65499,4918,'syntax_highlighting','true'),(65500,4918,'comment_shortcuts','false'),(65501,4918,'admin_color','fresh'),(65502,4918,'use_ssl','0'),(65503,4918,'show_admin_bar_front','true'),(65504,4918,'locale',''),(65505,4918,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65506,4918,'wp_user_level','0'),(65507,4918,'default_password_nag','1'),(65508,4919,'nickname','alayne1959'),(65509,4919,'first_name',''),(65510,4919,'last_name',''),(65511,4919,'description',''),(65512,4919,'rich_editing','true'),(65513,4919,'syntax_highlighting','true'),(65514,4919,'comment_shortcuts','false'),(65515,4919,'admin_color','fresh'),(65516,4919,'use_ssl','0'),(65517,4919,'show_admin_bar_front','true'),(65518,4919,'locale',''),(65519,4919,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65520,4919,'wp_user_level','0'),(65521,4919,'default_password_nag','1'),(65522,4920,'nickname','agalo121985'),(65523,4920,'first_name',''),(65524,4920,'last_name',''),(65525,4920,'description',''),(65526,4920,'rich_editing','true'),(65527,4920,'syntax_highlighting','true'),(65528,4920,'comment_shortcuts','false'),(65529,4920,'admin_color','fresh'),(65530,4920,'use_ssl','0'),(65531,4920,'show_admin_bar_front','true'),(65532,4920,'locale',''),(65533,4920,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65534,4920,'wp_user_level','0'),(65535,4920,'default_password_nag','1'),(65536,4921,'nickname','soltinepp1953'),(65537,4921,'first_name',''),(65538,4921,'last_name',''),(65539,4921,'description',''),(65540,4921,'rich_editing','true'),(65541,4921,'syntax_highlighting','true'),(65542,4921,'comment_shortcuts','false'),(65543,4921,'admin_color','fresh'),(65544,4921,'use_ssl','0'),(65545,4921,'show_admin_bar_front','true'),(65546,4921,'locale',''),(65547,4921,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65548,4921,'wp_user_level','0'),(65549,4921,'default_password_nag','1'),(65550,4922,'nickname','lsmith1957'),(65551,4922,'first_name',''),(65552,4922,'last_name',''),(65553,4922,'description',''),(65554,4922,'rich_editing','true'),(65555,4922,'syntax_highlighting','true'),(65556,4922,'comment_shortcuts','false'),(65557,4922,'admin_color','fresh'),(65558,4922,'use_ssl','0'),(65559,4922,'show_admin_bar_front','true'),(65560,4922,'locale',''),(65561,4922,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65562,4922,'wp_user_level','0'),(65563,4922,'default_password_nag','1'),(65564,4923,'nickname','pankaj24241997'),(65565,4923,'first_name',''),(65566,4923,'last_name',''),(65567,4923,'description',''),(65568,4923,'rich_editing','true'),(65569,4923,'syntax_highlighting','true'),(65570,4923,'comment_shortcuts','false'),(65571,4923,'admin_color','fresh'),(65572,4923,'use_ssl','0'),(65573,4923,'show_admin_bar_front','true'),(65574,4923,'locale',''),(65575,4923,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65576,4923,'wp_user_level','0'),(65577,4923,'default_password_nag','1'),(65578,4924,'nickname','patrickjfoley1973'),(65579,4924,'first_name',''),(65580,4924,'last_name',''),(65581,4924,'description',''),(65582,4924,'rich_editing','true'),(65583,4924,'syntax_highlighting','true'),(65584,4924,'comment_shortcuts','false'),(65585,4924,'admin_color','fresh'),(65586,4924,'use_ssl','0'),(65587,4924,'show_admin_bar_front','true'),(65588,4924,'locale',''),(65589,4924,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65590,4924,'wp_user_level','0'),(65591,4924,'default_password_nag','1'),(65592,4925,'nickname','robert.robb1975'),(65593,4925,'first_name',''),(65594,4925,'last_name',''),(65595,4925,'description',''),(65596,4925,'rich_editing','true'),(65597,4925,'syntax_highlighting','true'),(65598,4925,'comment_shortcuts','false'),(65599,4925,'admin_color','fresh'),(65600,4925,'use_ssl','0'),(65601,4925,'show_admin_bar_front','true'),(65602,4925,'locale',''),(65603,4925,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65604,4925,'wp_user_level','0'),(65605,4925,'default_password_nag','1'),(65606,4926,'nickname','sales1990'),(65607,4926,'first_name',''),(65608,4926,'last_name',''),(65609,4926,'description',''),(65610,4926,'rich_editing','true'),(65611,4926,'syntax_highlighting','true'),(65612,4926,'comment_shortcuts','false'),(65613,4926,'admin_color','fresh'),(65614,4926,'use_ssl','0'),(65615,4926,'show_admin_bar_front','true'),(65616,4926,'locale',''),(65617,4926,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65618,4926,'wp_user_level','0'),(65619,4926,'default_password_nag','1'),(65620,4927,'nickname','mdewoody1964'),(65621,4927,'first_name',''),(65622,4927,'last_name',''),(65623,4927,'description',''),(65624,4927,'rich_editing','true'),(65625,4927,'syntax_highlighting','true'),(65626,4927,'comment_shortcuts','false'),(65627,4927,'admin_color','fresh'),(65628,4927,'use_ssl','0'),(65629,4927,'show_admin_bar_front','true'),(65630,4927,'locale',''),(65631,4927,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65632,4927,'wp_user_level','0'),(65633,4927,'default_password_nag','1'),(65634,4928,'nickname','c4gaetz2007'),(65635,4928,'first_name',''),(65636,4928,'last_name',''),(65637,4928,'description',''),(65638,4928,'rich_editing','true'),(65639,4928,'syntax_highlighting','true'),(65640,4928,'comment_shortcuts','false'),(65641,4928,'admin_color','fresh'),(65642,4928,'use_ssl','0'),(65643,4928,'show_admin_bar_front','true'),(65644,4928,'locale',''),(65645,4928,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65646,4928,'wp_user_level','0'),(65647,4928,'default_password_nag','1'),(65648,4929,'nickname','mineko.park1970'),(65649,4929,'first_name',''),(65650,4929,'last_name',''),(65651,4929,'description',''),(65652,4929,'rich_editing','true'),(65653,4929,'syntax_highlighting','true'),(65654,4929,'comment_shortcuts','false'),(65655,4929,'admin_color','fresh'),(65656,4929,'use_ssl','0'),(65657,4929,'show_admin_bar_front','true'),(65658,4929,'locale',''),(65659,4929,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65660,4929,'wp_user_level','0'),(65661,4929,'default_password_nag','1'),(65662,4930,'nickname','dpolehna1982'),(65663,4930,'first_name',''),(65664,4930,'last_name',''),(65665,4930,'description',''),(65666,4930,'rich_editing','true'),(65667,4930,'syntax_highlighting','true'),(65668,4930,'comment_shortcuts','false'),(65669,4930,'admin_color','fresh'),(65670,4930,'use_ssl','0'),(65671,4930,'show_admin_bar_front','true'),(65672,4930,'locale',''),(65673,4930,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65674,4930,'wp_user_level','0'),(65675,4930,'default_password_nag','1'),(65676,4931,'nickname','gary.garrett2010'),(65677,4931,'first_name',''),(65678,4931,'last_name',''),(65679,4931,'description',''),(65680,4931,'rich_editing','true'),(65681,4931,'syntax_highlighting','true'),(65682,4931,'comment_shortcuts','false'),(65683,4931,'admin_color','fresh'),(65684,4931,'use_ssl','0'),(65685,4931,'show_admin_bar_front','true'),(65686,4931,'locale',''),(65687,4931,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65688,4931,'wp_user_level','0'),(65689,4931,'default_password_nag','1'),(65690,4932,'nickname','kendra.huff1956'),(65691,4932,'first_name',''),(65692,4932,'last_name',''),(65693,4932,'description',''),(65694,4932,'rich_editing','true'),(65695,4932,'syntax_highlighting','true'),(65696,4932,'comment_shortcuts','false'),(65697,4932,'admin_color','fresh'),(65698,4932,'use_ssl','0'),(65699,4932,'show_admin_bar_front','true'),(65700,4932,'locale',''),(65701,4932,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65702,4932,'wp_user_level','0'),(65703,4932,'default_password_nag','1'),(65704,4933,'nickname','keithmcknight1952'),(65705,4933,'first_name',''),(65706,4933,'last_name',''),(65707,4933,'description',''),(65708,4933,'rich_editing','true'),(65709,4933,'syntax_highlighting','true'),(65710,4933,'comment_shortcuts','false'),(65711,4933,'admin_color','fresh'),(65712,4933,'use_ssl','0'),(65713,4933,'show_admin_bar_front','true'),(65714,4933,'locale',''),(65715,4933,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65716,4933,'wp_user_level','0'),(65717,4933,'default_password_nag','1'),(65718,4934,'nickname','edith.herrera1969'),(65719,4934,'first_name',''),(65720,4934,'last_name',''),(65721,4934,'description',''),(65722,4934,'rich_editing','true'),(65723,4934,'syntax_highlighting','true'),(65724,4934,'comment_shortcuts','false'),(65725,4934,'admin_color','fresh'),(65726,4934,'use_ssl','0'),(65727,4934,'show_admin_bar_front','true'),(65728,4934,'locale',''),(65729,4934,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65730,4934,'wp_user_level','0'),(65731,4934,'default_password_nag','1'),(65732,4935,'nickname','alison21021994'),(65733,4935,'first_name',''),(65734,4935,'last_name',''),(65735,4935,'description',''),(65736,4935,'rich_editing','true'),(65737,4935,'syntax_highlighting','true'),(65738,4935,'comment_shortcuts','false'),(65739,4935,'admin_color','fresh'),(65740,4935,'use_ssl','0'),(65741,4935,'show_admin_bar_front','true'),(65742,4935,'locale',''),(65743,4935,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65744,4935,'wp_user_level','0'),(65745,4935,'default_password_nag','1'),(65746,4936,'nickname','rynmendoza1992'),(65747,4936,'first_name',''),(65748,4936,'last_name',''),(65749,4936,'description',''),(65750,4936,'rich_editing','true'),(65751,4936,'syntax_highlighting','true'),(65752,4936,'comment_shortcuts','false'),(65753,4936,'admin_color','fresh'),(65754,4936,'use_ssl','0'),(65755,4936,'show_admin_bar_front','true'),(65756,4936,'locale',''),(65757,4936,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65758,4936,'wp_user_level','0'),(65759,4936,'default_password_nag','1'),(65760,4937,'nickname','cbracco11966'),(65761,4937,'first_name',''),(65762,4937,'last_name',''),(65763,4937,'description',''),(65764,4937,'rich_editing','true'),(65765,4937,'syntax_highlighting','true'),(65766,4937,'comment_shortcuts','false'),(65767,4937,'admin_color','fresh'),(65768,4937,'use_ssl','0'),(65769,4937,'show_admin_bar_front','true'),(65770,4937,'locale',''),(65771,4937,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65772,4937,'wp_user_level','0'),(65773,4937,'default_password_nag','1'),(65774,4938,'nickname','jennrn31993'),(65775,4938,'first_name',''),(65776,4938,'last_name',''),(65777,4938,'description',''),(65778,4938,'rich_editing','true'),(65779,4938,'syntax_highlighting','true'),(65780,4938,'comment_shortcuts','false'),(65781,4938,'admin_color','fresh'),(65782,4938,'use_ssl','0'),(65783,4938,'show_admin_bar_front','true'),(65784,4938,'locale',''),(65785,4938,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65786,4938,'wp_user_level','0'),(65787,4938,'default_password_nag','1'),(65788,4939,'nickname','amazon1991'),(65789,4939,'first_name',''),(65790,4939,'last_name',''),(65791,4939,'description',''),(65792,4939,'rich_editing','true'),(65793,4939,'syntax_highlighting','true'),(65794,4939,'comment_shortcuts','false'),(65795,4939,'admin_color','fresh'),(65796,4939,'use_ssl','0'),(65797,4939,'show_admin_bar_front','true'),(65798,4939,'locale',''),(65799,4939,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65800,4939,'wp_user_level','0'),(65801,4939,'default_password_nag','1'),(65802,4940,'nickname','djweiler2001'),(65803,4940,'first_name',''),(65804,4940,'last_name',''),(65805,4940,'description',''),(65806,4940,'rich_editing','true'),(65807,4940,'syntax_highlighting','true'),(65808,4940,'comment_shortcuts','false'),(65809,4940,'admin_color','fresh'),(65810,4940,'use_ssl','0'),(65811,4940,'show_admin_bar_front','true'),(65812,4940,'locale',''),(65813,4940,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65814,4940,'wp_user_level','0'),(65815,4940,'default_password_nag','1'),(65816,4941,'nickname','mbrb4271957'),(65817,4941,'first_name',''),(65818,4941,'last_name',''),(65819,4941,'description',''),(65820,4941,'rich_editing','true'),(65821,4941,'syntax_highlighting','true'),(65822,4941,'comment_shortcuts','false'),(65823,4941,'admin_color','fresh'),(65824,4941,'use_ssl','0'),(65825,4941,'show_admin_bar_front','true'),(65826,4941,'locale',''),(65827,4941,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65828,4941,'wp_user_level','0'),(65829,4941,'default_password_nag','1'),(65830,4942,'nickname','valicejackson2008'),(65831,4942,'first_name',''),(65832,4942,'last_name',''),(65833,4942,'description',''),(65834,4942,'rich_editing','true'),(65835,4942,'syntax_highlighting','true'),(65836,4942,'comment_shortcuts','false'),(65837,4942,'admin_color','fresh'),(65838,4942,'use_ssl','0'),(65839,4942,'show_admin_bar_front','true'),(65840,4942,'locale',''),(65841,4942,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65842,4942,'wp_user_level','0'),(65843,4942,'default_password_nag','1'),(65844,4943,'nickname','carenlipman1950'),(65845,4943,'first_name',''),(65846,4943,'last_name',''),(65847,4943,'description',''),(65848,4943,'rich_editing','true'),(65849,4943,'syntax_highlighting','true'),(65850,4943,'comment_shortcuts','false'),(65851,4943,'admin_color','fresh'),(65852,4943,'use_ssl','0'),(65853,4943,'show_admin_bar_front','true'),(65854,4943,'locale',''),(65855,4943,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65856,4943,'wp_user_level','0'),(65857,4943,'default_password_nag','1'),(65858,4944,'nickname','b.silva2003'),(65859,4944,'first_name',''),(65860,4944,'last_name',''),(65861,4944,'description',''),(65862,4944,'rich_editing','true'),(65863,4944,'syntax_highlighting','true'),(65864,4944,'comment_shortcuts','false'),(65865,4944,'admin_color','fresh'),(65866,4944,'use_ssl','0'),(65867,4944,'show_admin_bar_front','true'),(65868,4944,'locale',''),(65869,4944,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65870,4944,'wp_user_level','0'),(65871,4944,'default_password_nag','1'),(65872,4945,'nickname','arthur.m2004'),(65873,4945,'first_name',''),(65874,4945,'last_name',''),(65875,4945,'description',''),(65876,4945,'rich_editing','true'),(65877,4945,'syntax_highlighting','true'),(65878,4945,'comment_shortcuts','false'),(65879,4945,'admin_color','fresh'),(65880,4945,'use_ssl','0'),(65881,4945,'show_admin_bar_front','true'),(65882,4945,'locale',''),(65883,4945,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65884,4945,'wp_user_level','0'),(65885,4945,'default_password_nag','1'),(65886,4946,'nickname','heleia1968'),(65887,4946,'first_name',''),(65888,4946,'last_name',''),(65889,4946,'description',''),(65890,4946,'rich_editing','true'),(65891,4946,'syntax_highlighting','true'),(65892,4946,'comment_shortcuts','false'),(65893,4946,'admin_color','fresh'),(65894,4946,'use_ssl','0'),(65895,4946,'show_admin_bar_front','true'),(65896,4946,'locale',''),(65897,4946,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65898,4946,'wp_user_level','0'),(65899,4946,'default_password_nag','1'),(65900,4947,'nickname','xena15841989'),(65901,4947,'first_name',''),(65902,4947,'last_name',''),(65903,4947,'description',''),(65904,4947,'rich_editing','true'),(65905,4947,'syntax_highlighting','true'),(65906,4947,'comment_shortcuts','false'),(65907,4947,'admin_color','fresh'),(65908,4947,'use_ssl','0'),(65909,4947,'show_admin_bar_front','true'),(65910,4947,'locale',''),(65911,4947,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65912,4947,'wp_user_level','0'),(65913,4947,'default_password_nag','1'),(65914,4948,'nickname','fkulajr2008'),(65915,4948,'first_name',''),(65916,4948,'last_name',''),(65917,4948,'description',''),(65918,4948,'rich_editing','true'),(65919,4948,'syntax_highlighting','true'),(65920,4948,'comment_shortcuts','false'),(65921,4948,'admin_color','fresh'),(65922,4948,'use_ssl','0'),(65923,4948,'show_admin_bar_front','true'),(65924,4948,'locale',''),(65925,4948,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65926,4948,'wp_user_level','0'),(65927,4948,'default_password_nag','1'),(65928,4949,'nickname','ghutt1968'),(65929,4949,'first_name',''),(65930,4949,'last_name',''),(65931,4949,'description',''),(65932,4949,'rich_editing','true'),(65933,4949,'syntax_highlighting','true'),(65934,4949,'comment_shortcuts','false'),(65935,4949,'admin_color','fresh'),(65936,4949,'use_ssl','0'),(65937,4949,'show_admin_bar_front','true'),(65938,4949,'locale',''),(65939,4949,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65940,4949,'wp_user_level','0'),(65941,4949,'default_password_nag','1'),(65942,4950,'nickname','v.jlone1977'),(65943,4950,'first_name',''),(65944,4950,'last_name',''),(65945,4950,'description',''),(65946,4950,'rich_editing','true'),(65947,4950,'syntax_highlighting','true'),(65948,4950,'comment_shortcuts','false'),(65949,4950,'admin_color','fresh'),(65950,4950,'use_ssl','0'),(65951,4950,'show_admin_bar_front','true'),(65952,4950,'locale',''),(65953,4950,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65954,4950,'wp_user_level','0'),(65955,4950,'default_password_nag','1'),(65956,4951,'nickname','aebethea51957'),(65957,4951,'first_name',''),(65958,4951,'last_name',''),(65959,4951,'description',''),(65960,4951,'rich_editing','true'),(65961,4951,'syntax_highlighting','true'),(65962,4951,'comment_shortcuts','false'),(65963,4951,'admin_color','fresh'),(65964,4951,'use_ssl','0'),(65965,4951,'show_admin_bar_front','true'),(65966,4951,'locale',''),(65967,4951,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65968,4951,'wp_user_level','0'),(65969,4951,'default_password_nag','1'),(65970,4952,'nickname','behzadsr1997'),(65971,4952,'first_name',''),(65972,4952,'last_name',''),(65973,4952,'description',''),(65974,4952,'rich_editing','true'),(65975,4952,'syntax_highlighting','true'),(65976,4952,'comment_shortcuts','false'),(65977,4952,'admin_color','fresh'),(65978,4952,'use_ssl','0'),(65979,4952,'show_admin_bar_front','true'),(65980,4952,'locale',''),(65981,4952,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65982,4952,'wp_user_level','0'),(65983,4952,'default_password_nag','1'),(65984,4953,'nickname','miriam1967'),(65985,4953,'first_name',''),(65986,4953,'last_name',''),(65987,4953,'description',''),(65988,4953,'rich_editing','true'),(65989,4953,'syntax_highlighting','true'),(65990,4953,'comment_shortcuts','false'),(65991,4953,'admin_color','fresh'),(65992,4953,'use_ssl','0'),(65993,4953,'show_admin_bar_front','true'),(65994,4953,'locale',''),(65995,4953,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(65996,4953,'wp_user_level','0'),(65997,4953,'default_password_nag','1'),(65998,4954,'nickname','lailae702004'),(65999,4954,'first_name',''),(66000,4954,'last_name',''),(66001,4954,'description',''),(66002,4954,'rich_editing','true'),(66003,4954,'syntax_highlighting','true'),(66004,4954,'comment_shortcuts','false'),(66005,4954,'admin_color','fresh'),(66006,4954,'use_ssl','0'),(66007,4954,'show_admin_bar_front','true'),(66008,4954,'locale',''),(66009,4954,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66010,4954,'wp_user_level','0'),(66011,4954,'default_password_nag','1'),(66012,4955,'nickname','amymitchell871973'),(66013,4955,'first_name',''),(66014,4955,'last_name',''),(66015,4955,'description',''),(66016,4955,'rich_editing','true'),(66017,4955,'syntax_highlighting','true'),(66018,4955,'comment_shortcuts','false'),(66019,4955,'admin_color','fresh'),(66020,4955,'use_ssl','0'),(66021,4955,'show_admin_bar_front','true'),(66022,4955,'locale',''),(66023,4955,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66024,4955,'wp_user_level','0'),(66025,4955,'default_password_nag','1'),(66026,4956,'nickname','sarahandrob1962'),(66027,4956,'first_name',''),(66028,4956,'last_name',''),(66029,4956,'description',''),(66030,4956,'rich_editing','true'),(66031,4956,'syntax_highlighting','true'),(66032,4956,'comment_shortcuts','false'),(66033,4956,'admin_color','fresh'),(66034,4956,'use_ssl','0'),(66035,4956,'show_admin_bar_front','true'),(66036,4956,'locale',''),(66037,4956,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66038,4956,'wp_user_level','0'),(66039,4956,'default_password_nag','1'),(66040,4957,'nickname','pn19821969'),(66041,4957,'first_name',''),(66042,4957,'last_name',''),(66043,4957,'description',''),(66044,4957,'rich_editing','true'),(66045,4957,'syntax_highlighting','true'),(66046,4957,'comment_shortcuts','false'),(66047,4957,'admin_color','fresh'),(66048,4957,'use_ssl','0'),(66049,4957,'show_admin_bar_front','true'),(66050,4957,'locale',''),(66051,4957,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66052,4957,'wp_user_level','0'),(66053,4957,'default_password_nag','1'),(66054,4958,'nickname','rshansen1973'),(66055,4958,'first_name',''),(66056,4958,'last_name',''),(66057,4958,'description',''),(66058,4958,'rich_editing','true'),(66059,4958,'syntax_highlighting','true'),(66060,4958,'comment_shortcuts','false'),(66061,4958,'admin_color','fresh'),(66062,4958,'use_ssl','0'),(66063,4958,'show_admin_bar_front','true'),(66064,4958,'locale',''),(66065,4958,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66066,4958,'wp_user_level','0'),(66067,4958,'default_password_nag','1'),(66068,4959,'nickname','seanpm671975'),(66069,4959,'first_name',''),(66070,4959,'last_name',''),(66071,4959,'description',''),(66072,4959,'rich_editing','true'),(66073,4959,'syntax_highlighting','true'),(66074,4959,'comment_shortcuts','false'),(66075,4959,'admin_color','fresh'),(66076,4959,'use_ssl','0'),(66077,4959,'show_admin_bar_front','true'),(66078,4959,'locale',''),(66079,4959,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66080,4959,'wp_user_level','0'),(66081,4959,'default_password_nag','1'),(66082,4960,'nickname','mikelisaryan2010'),(66083,4960,'first_name',''),(66084,4960,'last_name',''),(66085,4960,'description',''),(66086,4960,'rich_editing','true'),(66087,4960,'syntax_highlighting','true'),(66088,4960,'comment_shortcuts','false'),(66089,4960,'admin_color','fresh'),(66090,4960,'use_ssl','0'),(66091,4960,'show_admin_bar_front','true'),(66092,4960,'locale',''),(66093,4960,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66094,4960,'wp_user_level','0'),(66095,4960,'default_password_nag','1'),(66096,4961,'nickname','licongmichael1988'),(66097,4961,'first_name',''),(66098,4961,'last_name',''),(66099,4961,'description',''),(66100,4961,'rich_editing','true'),(66101,4961,'syntax_highlighting','true'),(66102,4961,'comment_shortcuts','false'),(66103,4961,'admin_color','fresh'),(66104,4961,'use_ssl','0'),(66105,4961,'show_admin_bar_front','true'),(66106,4961,'locale',''),(66107,4961,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66108,4961,'wp_user_level','0'),(66109,4961,'default_password_nag','1'),(66110,4962,'nickname','1johnnyboyer2004'),(66111,4962,'first_name',''),(66112,4962,'last_name',''),(66113,4962,'description',''),(66114,4962,'rich_editing','true'),(66115,4962,'syntax_highlighting','true'),(66116,4962,'comment_shortcuts','false'),(66117,4962,'admin_color','fresh'),(66118,4962,'use_ssl','0'),(66119,4962,'show_admin_bar_front','true'),(66120,4962,'locale',''),(66121,4962,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66122,4962,'wp_user_level','0'),(66123,4962,'default_password_nag','1'),(66124,4963,'nickname','cynthiamross1956'),(66125,4963,'first_name',''),(66126,4963,'last_name',''),(66127,4963,'description',''),(66128,4963,'rich_editing','true'),(66129,4963,'syntax_highlighting','true'),(66130,4963,'comment_shortcuts','false'),(66131,4963,'admin_color','fresh'),(66132,4963,'use_ssl','0'),(66133,4963,'show_admin_bar_front','true'),(66134,4963,'locale',''),(66135,4963,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66136,4963,'wp_user_level','0'),(66137,4963,'default_password_nag','1'),(66138,4964,'nickname','dj_yot9711962'),(66139,4964,'first_name',''),(66140,4964,'last_name',''),(66141,4964,'description',''),(66142,4964,'rich_editing','true'),(66143,4964,'syntax_highlighting','true'),(66144,4964,'comment_shortcuts','false'),(66145,4964,'admin_color','fresh'),(66146,4964,'use_ssl','0'),(66147,4964,'show_admin_bar_front','true'),(66148,4964,'locale',''),(66149,4964,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66150,4964,'wp_user_level','0'),(66151,4964,'default_password_nag','1'),(66152,4965,'nickname','sunfarer2006'),(66153,4965,'first_name',''),(66154,4965,'last_name',''),(66155,4965,'description',''),(66156,4965,'rich_editing','true'),(66157,4965,'syntax_highlighting','true'),(66158,4965,'comment_shortcuts','false'),(66159,4965,'admin_color','fresh'),(66160,4965,'use_ssl','0'),(66161,4965,'show_admin_bar_front','true'),(66162,4965,'locale',''),(66163,4965,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66164,4965,'wp_user_level','0'),(66165,4965,'default_password_nag','1'),(66166,4966,'nickname','fangkai20102001'),(66167,4966,'first_name',''),(66168,4966,'last_name',''),(66169,4966,'description',''),(66170,4966,'rich_editing','true'),(66171,4966,'syntax_highlighting','true'),(66172,4966,'comment_shortcuts','false'),(66173,4966,'admin_color','fresh'),(66174,4966,'use_ssl','0'),(66175,4966,'show_admin_bar_front','true'),(66176,4966,'locale',''),(66177,4966,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66178,4966,'wp_user_level','0'),(66179,4966,'default_password_nag','1'),(66180,4967,'nickname','linel1988'),(66181,4967,'first_name',''),(66182,4967,'last_name',''),(66183,4967,'description',''),(66184,4967,'rich_editing','true'),(66185,4967,'syntax_highlighting','true'),(66186,4967,'comment_shortcuts','false'),(66187,4967,'admin_color','fresh'),(66188,4967,'use_ssl','0'),(66189,4967,'show_admin_bar_front','true'),(66190,4967,'locale',''),(66191,4967,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66192,4967,'wp_user_level','0'),(66193,4967,'default_password_nag','1'),(66194,4968,'nickname','sdkjcorey1999'),(66195,4968,'first_name',''),(66196,4968,'last_name',''),(66197,4968,'description',''),(66198,4968,'rich_editing','true'),(66199,4968,'syntax_highlighting','true'),(66200,4968,'comment_shortcuts','false'),(66201,4968,'admin_color','fresh'),(66202,4968,'use_ssl','0'),(66203,4968,'show_admin_bar_front','true'),(66204,4968,'locale',''),(66205,4968,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66206,4968,'wp_user_level','0'),(66207,4968,'default_password_nag','1'),(66208,4969,'nickname','jodi.smith1996'),(66209,4969,'first_name',''),(66210,4969,'last_name',''),(66211,4969,'description',''),(66212,4969,'rich_editing','true'),(66213,4969,'syntax_highlighting','true'),(66214,4969,'comment_shortcuts','false'),(66215,4969,'admin_color','fresh'),(66216,4969,'use_ssl','0'),(66217,4969,'show_admin_bar_front','true'),(66218,4969,'locale',''),(66219,4969,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66220,4969,'wp_user_level','0'),(66221,4969,'default_password_nag','1'),(66222,4970,'nickname','sifuhall2008'),(66223,4970,'first_name',''),(66224,4970,'last_name',''),(66225,4970,'description',''),(66226,4970,'rich_editing','true'),(66227,4970,'syntax_highlighting','true'),(66228,4970,'comment_shortcuts','false'),(66229,4970,'admin_color','fresh'),(66230,4970,'use_ssl','0'),(66231,4970,'show_admin_bar_front','true'),(66232,4970,'locale',''),(66233,4970,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66234,4970,'wp_user_level','0'),(66235,4970,'default_password_nag','1'),(66236,4971,'nickname','colleenspyde1955'),(66237,4971,'first_name',''),(66238,4971,'last_name',''),(66239,4971,'description',''),(66240,4971,'rich_editing','true'),(66241,4971,'syntax_highlighting','true'),(66242,4971,'comment_shortcuts','false'),(66243,4971,'admin_color','fresh'),(66244,4971,'use_ssl','0'),(66245,4971,'show_admin_bar_front','true'),(66246,4971,'locale',''),(66247,4971,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66248,4971,'wp_user_level','0'),(66249,4971,'default_password_nag','1'),(66250,4972,'nickname','dfield7591955'),(66251,4972,'first_name',''),(66252,4972,'last_name',''),(66253,4972,'description',''),(66254,4972,'rich_editing','true'),(66255,4972,'syntax_highlighting','true'),(66256,4972,'comment_shortcuts','false'),(66257,4972,'admin_color','fresh'),(66258,4972,'use_ssl','0'),(66259,4972,'show_admin_bar_front','true'),(66260,4972,'locale',''),(66261,4972,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66262,4972,'wp_user_level','0'),(66263,4972,'default_password_nag','1'),(66264,4973,'nickname','cpoehler11983'),(66265,4973,'first_name',''),(66266,4973,'last_name',''),(66267,4973,'description',''),(66268,4973,'rich_editing','true'),(66269,4973,'syntax_highlighting','true'),(66270,4973,'comment_shortcuts','false'),(66271,4973,'admin_color','fresh'),(66272,4973,'use_ssl','0'),(66273,4973,'show_admin_bar_front','true'),(66274,4973,'locale',''),(66275,4973,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66276,4973,'wp_user_level','0'),(66277,4973,'default_password_nag','1'),(66278,4974,'nickname','wtharvey681973'),(66279,4974,'first_name',''),(66280,4974,'last_name',''),(66281,4974,'description',''),(66282,4974,'rich_editing','true'),(66283,4974,'syntax_highlighting','true'),(66284,4974,'comment_shortcuts','false'),(66285,4974,'admin_color','fresh'),(66286,4974,'use_ssl','0'),(66287,4974,'show_admin_bar_front','true'),(66288,4974,'locale',''),(66289,4974,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66290,4974,'wp_user_level','0'),(66291,4974,'default_password_nag','1'),(66292,4975,'nickname','nannetterupp2005'),(66293,4975,'first_name',''),(66294,4975,'last_name',''),(66295,4975,'description',''),(66296,4975,'rich_editing','true'),(66297,4975,'syntax_highlighting','true'),(66298,4975,'comment_shortcuts','false'),(66299,4975,'admin_color','fresh'),(66300,4975,'use_ssl','0'),(66301,4975,'show_admin_bar_front','true'),(66302,4975,'locale',''),(66303,4975,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66304,4975,'wp_user_level','0'),(66305,4975,'default_password_nag','1'),(66306,4976,'nickname','yusuke.ishihara2004'),(66307,4976,'first_name',''),(66308,4976,'last_name',''),(66309,4976,'description',''),(66310,4976,'rich_editing','true'),(66311,4976,'syntax_highlighting','true'),(66312,4976,'comment_shortcuts','false'),(66313,4976,'admin_color','fresh'),(66314,4976,'use_ssl','0'),(66315,4976,'show_admin_bar_front','true'),(66316,4976,'locale',''),(66317,4976,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66318,4976,'wp_user_level','0'),(66319,4976,'default_password_nag','1'),(66320,4977,'nickname','benjamincook1211996'),(66321,4977,'first_name',''),(66322,4977,'last_name',''),(66323,4977,'description',''),(66324,4977,'rich_editing','true'),(66325,4977,'syntax_highlighting','true'),(66326,4977,'comment_shortcuts','false'),(66327,4977,'admin_color','fresh'),(66328,4977,'use_ssl','0'),(66329,4977,'show_admin_bar_front','true'),(66330,4977,'locale',''),(66331,4977,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66332,4977,'wp_user_level','0'),(66333,4977,'default_password_nag','1'),(66334,4978,'nickname','bmontma1976'),(66335,4978,'first_name',''),(66336,4978,'last_name',''),(66337,4978,'description',''),(66338,4978,'rich_editing','true'),(66339,4978,'syntax_highlighting','true'),(66340,4978,'comment_shortcuts','false'),(66341,4978,'admin_color','fresh'),(66342,4978,'use_ssl','0'),(66343,4978,'show_admin_bar_front','true'),(66344,4978,'locale',''),(66345,4978,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66346,4978,'wp_user_level','0'),(66347,4978,'default_password_nag','1'),(66348,4979,'nickname','sarah.hinman2000'),(66349,4979,'first_name',''),(66350,4979,'last_name',''),(66351,4979,'description',''),(66352,4979,'rich_editing','true'),(66353,4979,'syntax_highlighting','true'),(66354,4979,'comment_shortcuts','false'),(66355,4979,'admin_color','fresh'),(66356,4979,'use_ssl','0'),(66357,4979,'show_admin_bar_front','true'),(66358,4979,'locale',''),(66359,4979,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66360,4979,'wp_user_level','0'),(66361,4979,'default_password_nag','1'),(66362,4980,'nickname','ljrosa1989'),(66363,4980,'first_name',''),(66364,4980,'last_name',''),(66365,4980,'description',''),(66366,4980,'rich_editing','true'),(66367,4980,'syntax_highlighting','true'),(66368,4980,'comment_shortcuts','false'),(66369,4980,'admin_color','fresh'),(66370,4980,'use_ssl','0'),(66371,4980,'show_admin_bar_front','true'),(66372,4980,'locale',''),(66373,4980,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66374,4980,'wp_user_level','0'),(66375,4980,'default_password_nag','1'),(66376,4981,'nickname','tvsw13131976'),(66377,4981,'first_name',''),(66378,4981,'last_name',''),(66379,4981,'description',''),(66380,4981,'rich_editing','true'),(66381,4981,'syntax_highlighting','true'),(66382,4981,'comment_shortcuts','false'),(66383,4981,'admin_color','fresh'),(66384,4981,'use_ssl','0'),(66385,4981,'show_admin_bar_front','true'),(66386,4981,'locale',''),(66387,4981,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66388,4981,'wp_user_level','0'),(66389,4981,'default_password_nag','1'),(66390,4982,'nickname','biolyse181982'),(66391,4982,'first_name',''),(66392,4982,'last_name',''),(66393,4982,'description',''),(66394,4982,'rich_editing','true'),(66395,4982,'syntax_highlighting','true'),(66396,4982,'comment_shortcuts','false'),(66397,4982,'admin_color','fresh'),(66398,4982,'use_ssl','0'),(66399,4982,'show_admin_bar_front','true'),(66400,4982,'locale',''),(66401,4982,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66402,4982,'wp_user_level','0'),(66403,4982,'default_password_nag','1'),(66404,4983,'nickname','jan1953'),(66405,4983,'first_name',''),(66406,4983,'last_name',''),(66407,4983,'description',''),(66408,4983,'rich_editing','true'),(66409,4983,'syntax_highlighting','true'),(66410,4983,'comment_shortcuts','false'),(66411,4983,'admin_color','fresh'),(66412,4983,'use_ssl','0'),(66413,4983,'show_admin_bar_front','true'),(66414,4983,'locale',''),(66415,4983,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66416,4983,'wp_user_level','0'),(66417,4983,'default_password_nag','1'),(66418,4984,'nickname','wmcmahon62006'),(66419,4984,'first_name',''),(66420,4984,'last_name',''),(66421,4984,'description',''),(66422,4984,'rich_editing','true'),(66423,4984,'syntax_highlighting','true'),(66424,4984,'comment_shortcuts','false'),(66425,4984,'admin_color','fresh'),(66426,4984,'use_ssl','0'),(66427,4984,'show_admin_bar_front','true'),(66428,4984,'locale',''),(66429,4984,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66430,4984,'wp_user_level','0'),(66431,4984,'default_password_nag','1'),(66432,4985,'nickname','trinhquan1951'),(66433,4985,'first_name',''),(66434,4985,'last_name',''),(66435,4985,'description',''),(66436,4985,'rich_editing','true'),(66437,4985,'syntax_highlighting','true'),(66438,4985,'comment_shortcuts','false'),(66439,4985,'admin_color','fresh'),(66440,4985,'use_ssl','0'),(66441,4985,'show_admin_bar_front','true'),(66442,4985,'locale',''),(66443,4985,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66444,4985,'wp_user_level','0'),(66445,4985,'default_password_nag','1'),(66446,4986,'nickname','andreasfiligoi1978'),(66447,4986,'first_name',''),(66448,4986,'last_name',''),(66449,4986,'description',''),(66450,4986,'rich_editing','true'),(66451,4986,'syntax_highlighting','true'),(66452,4986,'comment_shortcuts','false'),(66453,4986,'admin_color','fresh'),(66454,4986,'use_ssl','0'),(66455,4986,'show_admin_bar_front','true'),(66456,4986,'locale',''),(66457,4986,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66458,4986,'wp_user_level','0'),(66459,4986,'default_password_nag','1'),(66460,4987,'nickname','beckjc2000'),(66461,4987,'first_name',''),(66462,4987,'last_name',''),(66463,4987,'description',''),(66464,4987,'rich_editing','true'),(66465,4987,'syntax_highlighting','true'),(66466,4987,'comment_shortcuts','false'),(66467,4987,'admin_color','fresh'),(66468,4987,'use_ssl','0'),(66469,4987,'show_admin_bar_front','true'),(66470,4987,'locale',''),(66471,4987,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66472,4987,'wp_user_level','0'),(66473,4987,'default_password_nag','1'),(66474,4988,'nickname','j_thi1955'),(66475,4988,'first_name',''),(66476,4988,'last_name',''),(66477,4988,'description',''),(66478,4988,'rich_editing','true'),(66479,4988,'syntax_highlighting','true'),(66480,4988,'comment_shortcuts','false'),(66481,4988,'admin_color','fresh'),(66482,4988,'use_ssl','0'),(66483,4988,'show_admin_bar_front','true'),(66484,4988,'locale',''),(66485,4988,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66486,4988,'wp_user_level','0'),(66487,4988,'default_password_nag','1'),(66488,4989,'nickname','amayasilvia8891954'),(66489,4989,'first_name',''),(66490,4989,'last_name',''),(66491,4989,'description',''),(66492,4989,'rich_editing','true'),(66493,4989,'syntax_highlighting','true'),(66494,4989,'comment_shortcuts','false'),(66495,4989,'admin_color','fresh'),(66496,4989,'use_ssl','0'),(66497,4989,'show_admin_bar_front','true'),(66498,4989,'locale',''),(66499,4989,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66500,4989,'wp_user_level','0'),(66501,4989,'default_password_nag','1'),(66502,4990,'nickname','shaversja1958'),(66503,4990,'first_name',''),(66504,4990,'last_name',''),(66505,4990,'description',''),(66506,4990,'rich_editing','true'),(66507,4990,'syntax_highlighting','true'),(66508,4990,'comment_shortcuts','false'),(66509,4990,'admin_color','fresh'),(66510,4990,'use_ssl','0'),(66511,4990,'show_admin_bar_front','true'),(66512,4990,'locale',''),(66513,4990,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66514,4990,'wp_user_level','0'),(66515,4990,'default_password_nag','1'),(66516,4991,'nickname','karygarcia241993'),(66517,4991,'first_name',''),(66518,4991,'last_name',''),(66519,4991,'description',''),(66520,4991,'rich_editing','true'),(66521,4991,'syntax_highlighting','true'),(66522,4991,'comment_shortcuts','false'),(66523,4991,'admin_color','fresh'),(66524,4991,'use_ssl','0'),(66525,4991,'show_admin_bar_front','true'),(66526,4991,'locale',''),(66527,4991,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66528,4991,'wp_user_level','0'),(66529,4991,'default_password_nag','1'),(66530,4992,'nickname','mcdufay1973'),(66531,4992,'first_name',''),(66532,4992,'last_name',''),(66533,4992,'description',''),(66534,4992,'rich_editing','true'),(66535,4992,'syntax_highlighting','true'),(66536,4992,'comment_shortcuts','false'),(66537,4992,'admin_color','fresh'),(66538,4992,'use_ssl','0'),(66539,4992,'show_admin_bar_front','true'),(66540,4992,'locale',''),(66541,4992,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66542,4992,'wp_user_level','0'),(66543,4992,'default_password_nag','1'),(66544,4993,'nickname','mlhismercy1995'),(66545,4993,'first_name',''),(66546,4993,'last_name',''),(66547,4993,'description',''),(66548,4993,'rich_editing','true'),(66549,4993,'syntax_highlighting','true'),(66550,4993,'comment_shortcuts','false'),(66551,4993,'admin_color','fresh'),(66552,4993,'use_ssl','0'),(66553,4993,'show_admin_bar_front','true'),(66554,4993,'locale',''),(66555,4993,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66556,4993,'wp_user_level','0'),(66557,4993,'default_password_nag','1'),(66558,4994,'nickname','brittanyt6252002'),(66559,4994,'first_name',''),(66560,4994,'last_name',''),(66561,4994,'description',''),(66562,4994,'rich_editing','true'),(66563,4994,'syntax_highlighting','true'),(66564,4994,'comment_shortcuts','false'),(66565,4994,'admin_color','fresh'),(66566,4994,'use_ssl','0'),(66567,4994,'show_admin_bar_front','true'),(66568,4994,'locale',''),(66569,4994,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66570,4994,'wp_user_level','0'),(66571,4994,'default_password_nag','1'),(66572,4995,'nickname','k_palmese1954'),(66573,4995,'first_name',''),(66574,4995,'last_name',''),(66575,4995,'description',''),(66576,4995,'rich_editing','true'),(66577,4995,'syntax_highlighting','true'),(66578,4995,'comment_shortcuts','false'),(66579,4995,'admin_color','fresh'),(66580,4995,'use_ssl','0'),(66581,4995,'show_admin_bar_front','true'),(66582,4995,'locale',''),(66583,4995,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66584,4995,'wp_user_level','0'),(66585,4995,'default_password_nag','1'),(66586,4996,'nickname','donaldsmith591987'),(66587,4996,'first_name',''),(66588,4996,'last_name',''),(66589,4996,'description',''),(66590,4996,'rich_editing','true'),(66591,4996,'syntax_highlighting','true'),(66592,4996,'comment_shortcuts','false'),(66593,4996,'admin_color','fresh'),(66594,4996,'use_ssl','0'),(66595,4996,'show_admin_bar_front','true'),(66596,4996,'locale',''),(66597,4996,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66598,4996,'wp_user_level','0'),(66599,4996,'default_password_nag','1'),(66600,4997,'nickname','kspalding2002'),(66601,4997,'first_name',''),(66602,4997,'last_name',''),(66603,4997,'description',''),(66604,4997,'rich_editing','true'),(66605,4997,'syntax_highlighting','true'),(66606,4997,'comment_shortcuts','false'),(66607,4997,'admin_color','fresh'),(66608,4997,'use_ssl','0'),(66609,4997,'show_admin_bar_front','true'),(66610,4997,'locale',''),(66611,4997,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66612,4997,'wp_user_level','0'),(66613,4997,'default_password_nag','1'),(66614,4998,'nickname','chuckjodif1982'),(66615,4998,'first_name',''),(66616,4998,'last_name',''),(66617,4998,'description',''),(66618,4998,'rich_editing','true'),(66619,4998,'syntax_highlighting','true'),(66620,4998,'comment_shortcuts','false'),(66621,4998,'admin_color','fresh'),(66622,4998,'use_ssl','0'),(66623,4998,'show_admin_bar_front','true'),(66624,4998,'locale',''),(66625,4998,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66626,4998,'wp_user_level','0'),(66627,4998,'default_password_nag','1'),(66628,4999,'nickname','claudia.schmidt802008'),(66629,4999,'first_name',''),(66630,4999,'last_name',''),(66631,4999,'description',''),(66632,4999,'rich_editing','true'),(66633,4999,'syntax_highlighting','true'),(66634,4999,'comment_shortcuts','false'),(66635,4999,'admin_color','fresh'),(66636,4999,'use_ssl','0'),(66637,4999,'show_admin_bar_front','true'),(66638,4999,'locale',''),(66639,4999,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66640,4999,'wp_user_level','0'),(66641,4999,'default_password_nag','1'),(66642,5000,'nickname','cripepi1957'),(66643,5000,'first_name',''),(66644,5000,'last_name',''),(66645,5000,'description',''),(66646,5000,'rich_editing','true'),(66647,5000,'syntax_highlighting','true'),(66648,5000,'comment_shortcuts','false'),(66649,5000,'admin_color','fresh'),(66650,5000,'use_ssl','0'),(66651,5000,'show_admin_bar_front','true'),(66652,5000,'locale',''),(66653,5000,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66654,5000,'wp_user_level','0'),(66655,5000,'default_password_nag','1'),(66656,5001,'nickname','amandaobral1978'),(66657,5001,'first_name',''),(66658,5001,'last_name',''),(66659,5001,'description',''),(66660,5001,'rich_editing','true'),(66661,5001,'syntax_highlighting','true'),(66662,5001,'comment_shortcuts','false'),(66663,5001,'admin_color','fresh'),(66664,5001,'use_ssl','0'),(66665,5001,'show_admin_bar_front','true'),(66666,5001,'locale',''),(66667,5001,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66668,5001,'wp_user_level','0'),(66669,5001,'default_password_nag','1'),(66670,5002,'nickname','ahnsso251969'),(66671,5002,'first_name',''),(66672,5002,'last_name',''),(66673,5002,'description',''),(66674,5002,'rich_editing','true'),(66675,5002,'syntax_highlighting','true'),(66676,5002,'comment_shortcuts','false'),(66677,5002,'admin_color','fresh'),(66678,5002,'use_ssl','0'),(66679,5002,'show_admin_bar_front','true'),(66680,5002,'locale',''),(66681,5002,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66682,5002,'wp_user_level','0'),(66683,5002,'default_password_nag','1'),(66684,5003,'nickname','summerdoles2006'),(66685,5003,'first_name',''),(66686,5003,'last_name',''),(66687,5003,'description',''),(66688,5003,'rich_editing','true'),(66689,5003,'syntax_highlighting','true'),(66690,5003,'comment_shortcuts','false'),(66691,5003,'admin_color','fresh'),(66692,5003,'use_ssl','0'),(66693,5003,'show_admin_bar_front','true'),(66694,5003,'locale',''),(66695,5003,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66696,5003,'wp_user_level','0'),(66697,5003,'default_password_nag','1'),(66698,5004,'nickname','nico.zottos1979'),(66699,5004,'first_name',''),(66700,5004,'last_name',''),(66701,5004,'description',''),(66702,5004,'rich_editing','true'),(66703,5004,'syntax_highlighting','true'),(66704,5004,'comment_shortcuts','false'),(66705,5004,'admin_color','fresh'),(66706,5004,'use_ssl','0'),(66707,5004,'show_admin_bar_front','true'),(66708,5004,'locale',''),(66709,5004,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66710,5004,'wp_user_level','0'),(66711,5004,'default_password_nag','1'),(66712,5005,'nickname','lance42201983'),(66713,5005,'first_name',''),(66714,5005,'last_name',''),(66715,5005,'description',''),(66716,5005,'rich_editing','true'),(66717,5005,'syntax_highlighting','true'),(66718,5005,'comment_shortcuts','false'),(66719,5005,'admin_color','fresh'),(66720,5005,'use_ssl','0'),(66721,5005,'show_admin_bar_front','true'),(66722,5005,'locale',''),(66723,5005,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66724,5005,'wp_user_level','0'),(66725,5005,'default_password_nag','1'),(66726,5006,'nickname','eriktroyer2000'),(66727,5006,'first_name',''),(66728,5006,'last_name',''),(66729,5006,'description',''),(66730,5006,'rich_editing','true'),(66731,5006,'syntax_highlighting','true'),(66732,5006,'comment_shortcuts','false'),(66733,5006,'admin_color','fresh'),(66734,5006,'use_ssl','0'),(66735,5006,'show_admin_bar_front','true'),(66736,5006,'locale',''),(66737,5006,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66738,5006,'wp_user_level','0'),(66739,5006,'default_password_nag','1'),(66740,5007,'nickname','squeekypig791979'),(66741,5007,'first_name',''),(66742,5007,'last_name',''),(66743,5007,'description',''),(66744,5007,'rich_editing','true'),(66745,5007,'syntax_highlighting','true'),(66746,5007,'comment_shortcuts','false'),(66747,5007,'admin_color','fresh'),(66748,5007,'use_ssl','0'),(66749,5007,'show_admin_bar_front','true'),(66750,5007,'locale',''),(66751,5007,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66752,5007,'wp_user_level','0'),(66753,5007,'default_password_nag','1'),(66754,5008,'nickname','johndunmire1989'),(66755,5008,'first_name',''),(66756,5008,'last_name',''),(66757,5008,'description',''),(66758,5008,'rich_editing','true'),(66759,5008,'syntax_highlighting','true'),(66760,5008,'comment_shortcuts','false'),(66761,5008,'admin_color','fresh'),(66762,5008,'use_ssl','0'),(66763,5008,'show_admin_bar_front','true'),(66764,5008,'locale',''),(66765,5008,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66766,5008,'wp_user_level','0'),(66767,5008,'default_password_nag','1'),(66768,5009,'nickname','kejjinabil1955'),(66769,5009,'first_name',''),(66770,5009,'last_name',''),(66771,5009,'description',''),(66772,5009,'rich_editing','true'),(66773,5009,'syntax_highlighting','true'),(66774,5009,'comment_shortcuts','false'),(66775,5009,'admin_color','fresh'),(66776,5009,'use_ssl','0'),(66777,5009,'show_admin_bar_front','true'),(66778,5009,'locale',''),(66779,5009,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66780,5009,'wp_user_level','0'),(66781,5009,'default_password_nag','1'),(66782,5010,'nickname','repstoresrl2002'),(66783,5010,'first_name',''),(66784,5010,'last_name',''),(66785,5010,'description',''),(66786,5010,'rich_editing','true'),(66787,5010,'syntax_highlighting','true'),(66788,5010,'comment_shortcuts','false'),(66789,5010,'admin_color','fresh'),(66790,5010,'use_ssl','0'),(66791,5010,'show_admin_bar_front','true'),(66792,5010,'locale',''),(66793,5010,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66794,5010,'wp_user_level','0'),(66795,5010,'default_password_nag','1'),(66796,5011,'nickname','shesflexible1979'),(66797,5011,'first_name',''),(66798,5011,'last_name',''),(66799,5011,'description',''),(66800,5011,'rich_editing','true'),(66801,5011,'syntax_highlighting','true'),(66802,5011,'comment_shortcuts','false'),(66803,5011,'admin_color','fresh'),(66804,5011,'use_ssl','0'),(66805,5011,'show_admin_bar_front','true'),(66806,5011,'locale',''),(66807,5011,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66808,5011,'wp_user_level','0'),(66809,5011,'default_password_nag','1'),(66810,5012,'nickname','dolly1956'),(66811,5012,'first_name',''),(66812,5012,'last_name',''),(66813,5012,'description',''),(66814,5012,'rich_editing','true'),(66815,5012,'syntax_highlighting','true'),(66816,5012,'comment_shortcuts','false'),(66817,5012,'admin_color','fresh'),(66818,5012,'use_ssl','0'),(66819,5012,'show_admin_bar_front','true'),(66820,5012,'locale',''),(66821,5012,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66822,5012,'wp_user_level','0'),(66823,5012,'default_password_nag','1'),(66824,5013,'nickname','amy2108_11961'),(66825,5013,'first_name',''),(66826,5013,'last_name',''),(66827,5013,'description',''),(66828,5013,'rich_editing','true'),(66829,5013,'syntax_highlighting','true'),(66830,5013,'comment_shortcuts','false'),(66831,5013,'admin_color','fresh'),(66832,5013,'use_ssl','0'),(66833,5013,'show_admin_bar_front','true'),(66834,5013,'locale',''),(66835,5013,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66836,5013,'wp_user_level','0'),(66837,5013,'default_password_nag','1'),(66838,5014,'nickname','mckeeme1964'),(66839,5014,'first_name',''),(66840,5014,'last_name',''),(66841,5014,'description',''),(66842,5014,'rich_editing','true'),(66843,5014,'syntax_highlighting','true'),(66844,5014,'comment_shortcuts','false'),(66845,5014,'admin_color','fresh'),(66846,5014,'use_ssl','0'),(66847,5014,'show_admin_bar_front','true'),(66848,5014,'locale',''),(66849,5014,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66850,5014,'wp_user_level','0'),(66851,5014,'default_password_nag','1'),(66852,5015,'nickname','chuckaaron1952'),(66853,5015,'first_name',''),(66854,5015,'last_name',''),(66855,5015,'description',''),(66856,5015,'rich_editing','true'),(66857,5015,'syntax_highlighting','true'),(66858,5015,'comment_shortcuts','false'),(66859,5015,'admin_color','fresh'),(66860,5015,'use_ssl','0'),(66861,5015,'show_admin_bar_front','true'),(66862,5015,'locale',''),(66863,5015,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66864,5015,'wp_user_level','0'),(66865,5015,'default_password_nag','1'),(66866,5016,'nickname','siva5111984'),(66867,5016,'first_name',''),(66868,5016,'last_name',''),(66869,5016,'description',''),(66870,5016,'rich_editing','true'),(66871,5016,'syntax_highlighting','true'),(66872,5016,'comment_shortcuts','false'),(66873,5016,'admin_color','fresh'),(66874,5016,'use_ssl','0'),(66875,5016,'show_admin_bar_front','true'),(66876,5016,'locale',''),(66877,5016,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66878,5016,'wp_user_level','0'),(66879,5016,'default_password_nag','1'),(66880,5017,'nickname','peg1964'),(66881,5017,'first_name',''),(66882,5017,'last_name',''),(66883,5017,'description',''),(66884,5017,'rich_editing','true'),(66885,5017,'syntax_highlighting','true'),(66886,5017,'comment_shortcuts','false'),(66887,5017,'admin_color','fresh'),(66888,5017,'use_ssl','0'),(66889,5017,'show_admin_bar_front','true'),(66890,5017,'locale',''),(66891,5017,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66892,5017,'wp_user_level','0'),(66893,5017,'default_password_nag','1'),(66894,5018,'nickname','wilderpaint1951'),(66895,5018,'first_name',''),(66896,5018,'last_name',''),(66897,5018,'description',''),(66898,5018,'rich_editing','true'),(66899,5018,'syntax_highlighting','true'),(66900,5018,'comment_shortcuts','false'),(66901,5018,'admin_color','fresh'),(66902,5018,'use_ssl','0'),(66903,5018,'show_admin_bar_front','true'),(66904,5018,'locale',''),(66905,5018,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66906,5018,'wp_user_level','0'),(66907,5018,'default_password_nag','1'),(66908,5019,'nickname','russellbriggs1956'),(66909,5019,'first_name',''),(66910,5019,'last_name',''),(66911,5019,'description',''),(66912,5019,'rich_editing','true'),(66913,5019,'syntax_highlighting','true'),(66914,5019,'comment_shortcuts','false'),(66915,5019,'admin_color','fresh'),(66916,5019,'use_ssl','0'),(66917,5019,'show_admin_bar_front','true'),(66918,5019,'locale',''),(66919,5019,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66920,5019,'wp_user_level','0'),(66921,5019,'default_password_nag','1'),(66922,5020,'nickname','centermanagercl1952'),(66923,5020,'first_name',''),(66924,5020,'last_name',''),(66925,5020,'description',''),(66926,5020,'rich_editing','true'),(66927,5020,'syntax_highlighting','true'),(66928,5020,'comment_shortcuts','false'),(66929,5020,'admin_color','fresh'),(66930,5020,'use_ssl','0'),(66931,5020,'show_admin_bar_front','true'),(66932,5020,'locale',''),(66933,5020,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66934,5020,'wp_user_level','0'),(66935,5020,'default_password_nag','1'),(66936,5021,'nickname','chewy119551972'),(66937,5021,'first_name',''),(66938,5021,'last_name',''),(66939,5021,'description',''),(66940,5021,'rich_editing','true'),(66941,5021,'syntax_highlighting','true'),(66942,5021,'comment_shortcuts','false'),(66943,5021,'admin_color','fresh'),(66944,5021,'use_ssl','0'),(66945,5021,'show_admin_bar_front','true'),(66946,5021,'locale',''),(66947,5021,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66948,5021,'wp_user_level','0'),(66949,5021,'default_password_nag','1'),(66950,5022,'nickname','heatmisr1978'),(66951,5022,'first_name',''),(66952,5022,'last_name',''),(66953,5022,'description',''),(66954,5022,'rich_editing','true'),(66955,5022,'syntax_highlighting','true'),(66956,5022,'comment_shortcuts','false'),(66957,5022,'admin_color','fresh'),(66958,5022,'use_ssl','0'),(66959,5022,'show_admin_bar_front','true'),(66960,5022,'locale',''),(66961,5022,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66962,5022,'wp_user_level','0'),(66963,5022,'default_password_nag','1'),(66964,5023,'nickname','vlashawnw1988'),(66965,5023,'first_name',''),(66966,5023,'last_name',''),(66967,5023,'description',''),(66968,5023,'rich_editing','true'),(66969,5023,'syntax_highlighting','true'),(66970,5023,'comment_shortcuts','false'),(66971,5023,'admin_color','fresh'),(66972,5023,'use_ssl','0'),(66973,5023,'show_admin_bar_front','true'),(66974,5023,'locale',''),(66975,5023,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66976,5023,'wp_user_level','0'),(66977,5023,'default_password_nag','1'),(66978,5024,'nickname','billie_bear1983'),(66979,5024,'first_name',''),(66980,5024,'last_name',''),(66981,5024,'description',''),(66982,5024,'rich_editing','true'),(66983,5024,'syntax_highlighting','true'),(66984,5024,'comment_shortcuts','false'),(66985,5024,'admin_color','fresh'),(66986,5024,'use_ssl','0'),(66987,5024,'show_admin_bar_front','true'),(66988,5024,'locale',''),(66989,5024,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(66990,5024,'wp_user_level','0'),(66991,5024,'default_password_nag','1'),(66992,5025,'nickname','edieskillen1971'),(66993,5025,'first_name',''),(66994,5025,'last_name',''),(66995,5025,'description',''),(66996,5025,'rich_editing','true'),(66997,5025,'syntax_highlighting','true'),(66998,5025,'comment_shortcuts','false'),(66999,5025,'admin_color','fresh'),(67000,5025,'use_ssl','0'),(67001,5025,'show_admin_bar_front','true'),(67002,5025,'locale',''),(67003,5025,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67004,5025,'wp_user_level','0'),(67005,5025,'default_password_nag','1'),(67006,5026,'nickname','friut31952'),(67007,5026,'first_name',''),(67008,5026,'last_name',''),(67009,5026,'description',''),(67010,5026,'rich_editing','true'),(67011,5026,'syntax_highlighting','true'),(67012,5026,'comment_shortcuts','false'),(67013,5026,'admin_color','fresh'),(67014,5026,'use_ssl','0'),(67015,5026,'show_admin_bar_front','true'),(67016,5026,'locale',''),(67017,5026,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67018,5026,'wp_user_level','0'),(67019,5026,'default_password_nag','1'),(67020,5027,'nickname','martap19831973'),(67021,5027,'first_name',''),(67022,5027,'last_name',''),(67023,5027,'description',''),(67024,5027,'rich_editing','true'),(67025,5027,'syntax_highlighting','true'),(67026,5027,'comment_shortcuts','false'),(67027,5027,'admin_color','fresh'),(67028,5027,'use_ssl','0'),(67029,5027,'show_admin_bar_front','true'),(67030,5027,'locale',''),(67031,5027,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67032,5027,'wp_user_level','0'),(67033,5027,'default_password_nag','1'),(67034,5028,'nickname','lancecaldwell2010'),(67035,5028,'first_name',''),(67036,5028,'last_name',''),(67037,5028,'description',''),(67038,5028,'rich_editing','true'),(67039,5028,'syntax_highlighting','true'),(67040,5028,'comment_shortcuts','false'),(67041,5028,'admin_color','fresh'),(67042,5028,'use_ssl','0'),(67043,5028,'show_admin_bar_front','true'),(67044,5028,'locale',''),(67045,5028,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67046,5028,'wp_user_level','0'),(67047,5028,'default_password_nag','1'),(67048,5029,'nickname','joanf411971'),(67049,5029,'first_name',''),(67050,5029,'last_name',''),(67051,5029,'description',''),(67052,5029,'rich_editing','true'),(67053,5029,'syntax_highlighting','true'),(67054,5029,'comment_shortcuts','false'),(67055,5029,'admin_color','fresh'),(67056,5029,'use_ssl','0'),(67057,5029,'show_admin_bar_front','true'),(67058,5029,'locale',''),(67059,5029,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67060,5029,'wp_user_level','0'),(67061,5029,'default_password_nag','1'),(67062,5030,'nickname','zaysmommy941998'),(67063,5030,'first_name',''),(67064,5030,'last_name',''),(67065,5030,'description',''),(67066,5030,'rich_editing','true'),(67067,5030,'syntax_highlighting','true'),(67068,5030,'comment_shortcuts','false'),(67069,5030,'admin_color','fresh'),(67070,5030,'use_ssl','0'),(67071,5030,'show_admin_bar_front','true'),(67072,5030,'locale',''),(67073,5030,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67074,5030,'wp_user_level','0'),(67075,5030,'default_password_nag','1'),(67076,5031,'nickname','franky1956'),(67077,5031,'first_name',''),(67078,5031,'last_name',''),(67079,5031,'description',''),(67080,5031,'rich_editing','true'),(67081,5031,'syntax_highlighting','true'),(67082,5031,'comment_shortcuts','false'),(67083,5031,'admin_color','fresh'),(67084,5031,'use_ssl','0'),(67085,5031,'show_admin_bar_front','true'),(67086,5031,'locale',''),(67087,5031,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67088,5031,'wp_user_level','0'),(67089,5031,'default_password_nag','1'),(67090,5032,'nickname','twalk151951'),(67091,5032,'first_name',''),(67092,5032,'last_name',''),(67093,5032,'description',''),(67094,5032,'rich_editing','true'),(67095,5032,'syntax_highlighting','true'),(67096,5032,'comment_shortcuts','false'),(67097,5032,'admin_color','fresh'),(67098,5032,'use_ssl','0'),(67099,5032,'show_admin_bar_front','true'),(67100,5032,'locale',''),(67101,5032,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67102,5032,'wp_user_level','0'),(67103,5032,'default_password_nag','1'),(67104,5033,'nickname','rob1996'),(67105,5033,'first_name',''),(67106,5033,'last_name',''),(67107,5033,'description',''),(67108,5033,'rich_editing','true'),(67109,5033,'syntax_highlighting','true'),(67110,5033,'comment_shortcuts','false'),(67111,5033,'admin_color','fresh'),(67112,5033,'use_ssl','0'),(67113,5033,'show_admin_bar_front','true'),(67114,5033,'locale',''),(67115,5033,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67116,5033,'wp_user_level','0'),(67117,5033,'default_password_nag','1'),(67118,5034,'nickname','klo19681969'),(67119,5034,'first_name',''),(67120,5034,'last_name',''),(67121,5034,'description',''),(67122,5034,'rich_editing','true'),(67123,5034,'syntax_highlighting','true'),(67124,5034,'comment_shortcuts','false'),(67125,5034,'admin_color','fresh'),(67126,5034,'use_ssl','0'),(67127,5034,'show_admin_bar_front','true'),(67128,5034,'locale',''),(67129,5034,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67130,5034,'wp_user_level','0'),(67131,5034,'default_password_nag','1'),(67132,5035,'nickname','v.souther38851992'),(67133,5035,'first_name',''),(67134,5035,'last_name',''),(67135,5035,'description',''),(67136,5035,'rich_editing','true'),(67137,5035,'syntax_highlighting','true'),(67138,5035,'comment_shortcuts','false'),(67139,5035,'admin_color','fresh'),(67140,5035,'use_ssl','0'),(67141,5035,'show_admin_bar_front','true'),(67142,5035,'locale',''),(67143,5035,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67144,5035,'wp_user_level','0'),(67145,5035,'default_password_nag','1'),(67146,5036,'nickname','bestelectricsupply1998'),(67147,5036,'first_name',''),(67148,5036,'last_name',''),(67149,5036,'description',''),(67150,5036,'rich_editing','true'),(67151,5036,'syntax_highlighting','true'),(67152,5036,'comment_shortcuts','false'),(67153,5036,'admin_color','fresh'),(67154,5036,'use_ssl','0'),(67155,5036,'show_admin_bar_front','true'),(67156,5036,'locale',''),(67157,5036,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67158,5036,'wp_user_level','0'),(67159,5036,'default_password_nag','1'),(67160,5037,'nickname','clminton1982'),(67161,5037,'first_name',''),(67162,5037,'last_name',''),(67163,5037,'description',''),(67164,5037,'rich_editing','true'),(67165,5037,'syntax_highlighting','true'),(67166,5037,'comment_shortcuts','false'),(67167,5037,'admin_color','fresh'),(67168,5037,'use_ssl','0'),(67169,5037,'show_admin_bar_front','true'),(67170,5037,'locale',''),(67171,5037,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67172,5037,'wp_user_level','0'),(67173,5037,'default_password_nag','1'),(67174,5038,'nickname','csam19682003'),(67175,5038,'first_name',''),(67176,5038,'last_name',''),(67177,5038,'description',''),(67178,5038,'rich_editing','true'),(67179,5038,'syntax_highlighting','true'),(67180,5038,'comment_shortcuts','false'),(67181,5038,'admin_color','fresh'),(67182,5038,'use_ssl','0'),(67183,5038,'show_admin_bar_front','true'),(67184,5038,'locale',''),(67185,5038,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67186,5038,'wp_user_level','0'),(67187,5038,'default_password_nag','1'),(67188,5039,'nickname','solarlogs1979'),(67189,5039,'first_name',''),(67190,5039,'last_name',''),(67191,5039,'description',''),(67192,5039,'rich_editing','true'),(67193,5039,'syntax_highlighting','true'),(67194,5039,'comment_shortcuts','false'),(67195,5039,'admin_color','fresh'),(67196,5039,'use_ssl','0'),(67197,5039,'show_admin_bar_front','true'),(67198,5039,'locale',''),(67199,5039,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67200,5039,'wp_user_level','0'),(67201,5039,'default_password_nag','1'),(67202,5040,'nickname','avalancheair2010'),(67203,5040,'first_name',''),(67204,5040,'last_name',''),(67205,5040,'description',''),(67206,5040,'rich_editing','true'),(67207,5040,'syntax_highlighting','true'),(67208,5040,'comment_shortcuts','false'),(67209,5040,'admin_color','fresh'),(67210,5040,'use_ssl','0'),(67211,5040,'show_admin_bar_front','true'),(67212,5040,'locale',''),(67213,5040,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67214,5040,'wp_user_level','0'),(67215,5040,'default_password_nag','1'),(67216,5041,'nickname','electriceric1951'),(67217,5041,'first_name',''),(67218,5041,'last_name',''),(67219,5041,'description',''),(67220,5041,'rich_editing','true'),(67221,5041,'syntax_highlighting','true'),(67222,5041,'comment_shortcuts','false'),(67223,5041,'admin_color','fresh'),(67224,5041,'use_ssl','0'),(67225,5041,'show_admin_bar_front','true'),(67226,5041,'locale',''),(67227,5041,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67228,5041,'wp_user_level','0'),(67229,5041,'default_password_nag','1'),(67230,5042,'nickname','ducsanighmenscon'),(67231,5042,'first_name',''),(67232,5042,'last_name',''),(67233,5042,'description',''),(67234,5042,'rich_editing','true'),(67235,5042,'syntax_highlighting','true'),(67236,5042,'comment_shortcuts','false'),(67237,5042,'admin_color','fresh'),(67238,5042,'use_ssl','0'),(67239,5042,'show_admin_bar_front','true'),(67240,5042,'locale',''),(67241,5042,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67242,5042,'wp_user_level','0'),(67243,5042,'default_password_nag',''),(67244,5043,'nickname','dmre341950'),(67245,5043,'first_name',''),(67246,5043,'last_name',''),(67247,5043,'description',''),(67248,5043,'rich_editing','true'),(67249,5043,'syntax_highlighting','true'),(67250,5043,'comment_shortcuts','false'),(67251,5043,'admin_color','fresh'),(67252,5043,'use_ssl','0'),(67253,5043,'show_admin_bar_front','true'),(67254,5043,'locale',''),(67255,5043,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67256,5043,'wp_user_level','0'),(67257,5043,'default_password_nag','1'),(67258,5044,'nickname','structuralsteel1974'),(67259,5044,'first_name',''),(67260,5044,'last_name',''),(67261,5044,'description',''),(67262,5044,'rich_editing','true'),(67263,5044,'syntax_highlighting','true'),(67264,5044,'comment_shortcuts','false'),(67265,5044,'admin_color','fresh'),(67266,5044,'use_ssl','0'),(67267,5044,'show_admin_bar_front','true'),(67268,5044,'locale',''),(67269,5044,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67270,5044,'wp_user_level','0'),(67271,5044,'default_password_nag','1'),(67272,5045,'nickname','cici116011986'),(67273,5045,'first_name',''),(67274,5045,'last_name',''),(67275,5045,'description',''),(67276,5045,'rich_editing','true'),(67277,5045,'syntax_highlighting','true'),(67278,5045,'comment_shortcuts','false'),(67279,5045,'admin_color','fresh'),(67280,5045,'use_ssl','0'),(67281,5045,'show_admin_bar_front','true'),(67282,5045,'locale',''),(67283,5045,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67284,5045,'wp_user_level','0'),(67285,5045,'default_password_nag','1'),(67286,5046,'nickname','acct21985'),(67287,5046,'first_name',''),(67288,5046,'last_name',''),(67289,5046,'description',''),(67290,5046,'rich_editing','true'),(67291,5046,'syntax_highlighting','true'),(67292,5046,'comment_shortcuts','false'),(67293,5046,'admin_color','fresh'),(67294,5046,'use_ssl','0'),(67295,5046,'show_admin_bar_front','true'),(67296,5046,'locale',''),(67297,5046,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67298,5046,'wp_user_level','0'),(67299,5046,'default_password_nag','1'),(67300,5047,'nickname','voltelectricalco1990'),(67301,5047,'first_name',''),(67302,5047,'last_name',''),(67303,5047,'description',''),(67304,5047,'rich_editing','true'),(67305,5047,'syntax_highlighting','true'),(67306,5047,'comment_shortcuts','false'),(67307,5047,'admin_color','fresh'),(67308,5047,'use_ssl','0'),(67309,5047,'show_admin_bar_front','true'),(67310,5047,'locale',''),(67311,5047,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67312,5047,'wp_user_level','0'),(67313,5047,'default_password_nag','1'),(67314,5048,'nickname','jason.shetenhelm1994'),(67315,5048,'first_name',''),(67316,5048,'last_name',''),(67317,5048,'description',''),(67318,5048,'rich_editing','true'),(67319,5048,'syntax_highlighting','true'),(67320,5048,'comment_shortcuts','false'),(67321,5048,'admin_color','fresh'),(67322,5048,'use_ssl','0'),(67323,5048,'show_admin_bar_front','true'),(67324,5048,'locale',''),(67325,5048,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67326,5048,'wp_user_level','0'),(67327,5048,'default_password_nag','1'),(67328,5049,'nickname','bourretr1972'),(67329,5049,'first_name',''),(67330,5049,'last_name',''),(67331,5049,'description',''),(67332,5049,'rich_editing','true'),(67333,5049,'syntax_highlighting','true'),(67334,5049,'comment_shortcuts','false'),(67335,5049,'admin_color','fresh'),(67336,5049,'use_ssl','0'),(67337,5049,'show_admin_bar_front','true'),(67338,5049,'locale',''),(67339,5049,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67340,5049,'wp_user_level','0'),(67341,5049,'default_password_nag','1'),(67342,5050,'nickname','hmf601959'),(67343,5050,'first_name',''),(67344,5050,'last_name',''),(67345,5050,'description',''),(67346,5050,'rich_editing','true'),(67347,5050,'syntax_highlighting','true'),(67348,5050,'comment_shortcuts','false'),(67349,5050,'admin_color','fresh'),(67350,5050,'use_ssl','0'),(67351,5050,'show_admin_bar_front','true'),(67352,5050,'locale',''),(67353,5050,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67354,5050,'wp_user_level','0'),(67355,5050,'default_password_nag','1'),(67356,5051,'nickname','kelseyreynolds131989'),(67357,5051,'first_name',''),(67358,5051,'last_name',''),(67359,5051,'description',''),(67360,5051,'rich_editing','true'),(67361,5051,'syntax_highlighting','true'),(67362,5051,'comment_shortcuts','false'),(67363,5051,'admin_color','fresh'),(67364,5051,'use_ssl','0'),(67365,5051,'show_admin_bar_front','true'),(67366,5051,'locale',''),(67367,5051,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67368,5051,'wp_user_level','0'),(67369,5051,'default_password_nag','1'),(67370,5042,'session_tokens','a:1:{s:64:\"78239ba779dcde356f4fc6671451f36b6015ec33d89d53fe32bb8231d2152886\";a:4:{s:10:\"expiration\";i:1540707212;s:2:\"ip\";s:12:\"5.188.210.32\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1540534412;}}'),(67371,5052,'nickname','osfefeterte'),(67372,5052,'first_name',''),(67373,5052,'last_name',''),(67374,5052,'description',''),(67375,5052,'rich_editing','true'),(67376,5052,'syntax_highlighting','true'),(67377,5052,'comment_shortcuts','false'),(67378,5052,'admin_color','fresh'),(67379,5052,'use_ssl','0'),(67380,5052,'show_admin_bar_front','true'),(67381,5052,'locale',''),(67382,5052,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67383,5052,'wp_user_level','0'),(67384,5052,'default_password_nag',''),(67385,5053,'nickname','srednatonmi2003'),(67386,5053,'first_name',''),(67387,5053,'last_name',''),(67388,5053,'description',''),(67389,5053,'rich_editing','true'),(67390,5053,'syntax_highlighting','true'),(67391,5053,'comment_shortcuts','false'),(67392,5053,'admin_color','fresh'),(67393,5053,'use_ssl','0'),(67394,5053,'show_admin_bar_front','true'),(67395,5053,'locale',''),(67396,5053,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67397,5053,'wp_user_level','0'),(67398,5053,'default_password_nag','1'),(67399,5054,'nickname','pkkmriz2007'),(67400,5054,'first_name',''),(67401,5054,'last_name',''),(67402,5054,'description',''),(67403,5054,'rich_editing','true'),(67404,5054,'syntax_highlighting','true'),(67405,5054,'comment_shortcuts','false'),(67406,5054,'admin_color','fresh'),(67407,5054,'use_ssl','0'),(67408,5054,'show_admin_bar_front','true'),(67409,5054,'locale',''),(67410,5054,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67411,5054,'wp_user_level','0'),(67412,5054,'default_password_nag','1'),(67413,5055,'nickname','lakewateree1966'),(67414,5055,'first_name',''),(67415,5055,'last_name',''),(67416,5055,'description',''),(67417,5055,'rich_editing','true'),(67418,5055,'syntax_highlighting','true'),(67419,5055,'comment_shortcuts','false'),(67420,5055,'admin_color','fresh'),(67421,5055,'use_ssl','0'),(67422,5055,'show_admin_bar_front','true'),(67423,5055,'locale',''),(67424,5055,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67425,5055,'wp_user_level','0'),(67426,5055,'default_password_nag','1'),(67427,5056,'nickname','jamesphoo1222002'),(67428,5056,'first_name',''),(67429,5056,'last_name',''),(67430,5056,'description',''),(67431,5056,'rich_editing','true'),(67432,5056,'syntax_highlighting','true'),(67433,5056,'comment_shortcuts','false'),(67434,5056,'admin_color','fresh'),(67435,5056,'use_ssl','0'),(67436,5056,'show_admin_bar_front','true'),(67437,5056,'locale',''),(67438,5056,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67439,5056,'wp_user_level','0'),(67440,5056,'default_password_nag','1'),(67441,5057,'nickname','wishible15991976'),(67442,5057,'first_name',''),(67443,5057,'last_name',''),(67444,5057,'description',''),(67445,5057,'rich_editing','true'),(67446,5057,'syntax_highlighting','true'),(67447,5057,'comment_shortcuts','false'),(67448,5057,'admin_color','fresh'),(67449,5057,'use_ssl','0'),(67450,5057,'show_admin_bar_front','true'),(67451,5057,'locale',''),(67452,5057,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67453,5057,'wp_user_level','0'),(67454,5057,'default_password_nag','1'),(67455,5058,'nickname','teresa.clarke19851975'),(67456,5058,'first_name',''),(67457,5058,'last_name',''),(67458,5058,'description',''),(67459,5058,'rich_editing','true'),(67460,5058,'syntax_highlighting','true'),(67461,5058,'comment_shortcuts','false'),(67462,5058,'admin_color','fresh'),(67463,5058,'use_ssl','0'),(67464,5058,'show_admin_bar_front','true'),(67465,5058,'locale',''),(67466,5058,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67467,5058,'wp_user_level','0'),(67468,5058,'default_password_nag','1'),(67469,5059,'nickname','kathyhamilton12009'),(67470,5059,'first_name',''),(67471,5059,'last_name',''),(67472,5059,'description',''),(67473,5059,'rich_editing','true'),(67474,5059,'syntax_highlighting','true'),(67475,5059,'comment_shortcuts','false'),(67476,5059,'admin_color','fresh'),(67477,5059,'use_ssl','0'),(67478,5059,'show_admin_bar_front','true'),(67479,5059,'locale',''),(67480,5059,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67481,5059,'wp_user_level','0'),(67482,5059,'default_password_nag','1'),(67483,5060,'nickname','pillou881975'),(67484,5060,'first_name',''),(67485,5060,'last_name',''),(67486,5060,'description',''),(67487,5060,'rich_editing','true'),(67488,5060,'syntax_highlighting','true'),(67489,5060,'comment_shortcuts','false'),(67490,5060,'admin_color','fresh'),(67491,5060,'use_ssl','0'),(67492,5060,'show_admin_bar_front','true'),(67493,5060,'locale',''),(67494,5060,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67495,5060,'wp_user_level','0'),(67496,5060,'default_password_nag','1'),(67497,5061,'nickname','s8njr6661993'),(67498,5061,'first_name',''),(67499,5061,'last_name',''),(67500,5061,'description',''),(67501,5061,'rich_editing','true'),(67502,5061,'syntax_highlighting','true'),(67503,5061,'comment_shortcuts','false'),(67504,5061,'admin_color','fresh'),(67505,5061,'use_ssl','0'),(67506,5061,'show_admin_bar_front','true'),(67507,5061,'locale',''),(67508,5061,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67509,5061,'wp_user_level','0'),(67510,5061,'default_password_nag','1'),(67511,5062,'nickname','dclanfrca1952'),(67512,5062,'first_name',''),(67513,5062,'last_name',''),(67514,5062,'description',''),(67515,5062,'rich_editing','true'),(67516,5062,'syntax_highlighting','true'),(67517,5062,'comment_shortcuts','false'),(67518,5062,'admin_color','fresh'),(67519,5062,'use_ssl','0'),(67520,5062,'show_admin_bar_front','true'),(67521,5062,'locale',''),(67522,5062,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67523,5062,'wp_user_level','0'),(67524,5062,'default_password_nag','1'),(67525,5063,'nickname','amministrazione2006'),(67526,5063,'first_name',''),(67527,5063,'last_name',''),(67528,5063,'description',''),(67529,5063,'rich_editing','true'),(67530,5063,'syntax_highlighting','true'),(67531,5063,'comment_shortcuts','false'),(67532,5063,'admin_color','fresh'),(67533,5063,'use_ssl','0'),(67534,5063,'show_admin_bar_front','true'),(67535,5063,'locale',''),(67536,5063,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67537,5063,'wp_user_level','0'),(67538,5063,'default_password_nag','1'),(67539,5064,'nickname','peterhast2003'),(67540,5064,'first_name',''),(67541,5064,'last_name',''),(67542,5064,'description',''),(67543,5064,'rich_editing','true'),(67544,5064,'syntax_highlighting','true'),(67545,5064,'comment_shortcuts','false'),(67546,5064,'admin_color','fresh'),(67547,5064,'use_ssl','0'),(67548,5064,'show_admin_bar_front','true'),(67549,5064,'locale',''),(67550,5064,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67551,5064,'wp_user_level','0'),(67552,5064,'default_password_nag','1'),(67553,5065,'nickname','kundenbetreuung1999'),(67554,5065,'first_name',''),(67555,5065,'last_name',''),(67556,5065,'description',''),(67557,5065,'rich_editing','true'),(67558,5065,'syntax_highlighting','true'),(67559,5065,'comment_shortcuts','false'),(67560,5065,'admin_color','fresh'),(67561,5065,'use_ssl','0'),(67562,5065,'show_admin_bar_front','true'),(67563,5065,'locale',''),(67564,5065,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67565,5065,'wp_user_level','0'),(67566,5065,'default_password_nag','1'),(67567,5066,'nickname','iam091993'),(67568,5066,'first_name',''),(67569,5066,'last_name',''),(67570,5066,'description',''),(67571,5066,'rich_editing','true'),(67572,5066,'syntax_highlighting','true'),(67573,5066,'comment_shortcuts','false'),(67574,5066,'admin_color','fresh'),(67575,5066,'use_ssl','0'),(67576,5066,'show_admin_bar_front','true'),(67577,5066,'locale',''),(67578,5066,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67579,5066,'wp_user_level','0'),(67580,5066,'default_password_nag','1'),(67581,5052,'session_tokens','a:1:{s:64:\"4111372b9b243d640213714b2be1d2fa01503ae77104724a950b054c4a93f128\";a:4:{s:10:\"expiration\";i:1540717430;s:2:\"ip\";s:12:\"5.188.210.32\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1540544630;}}'),(67582,5067,'nickname','psimon2004'),(67583,5067,'first_name',''),(67584,5067,'last_name',''),(67585,5067,'description',''),(67586,5067,'rich_editing','true'),(67587,5067,'syntax_highlighting','true'),(67588,5067,'comment_shortcuts','false'),(67589,5067,'admin_color','fresh'),(67590,5067,'use_ssl','0'),(67591,5067,'show_admin_bar_front','true'),(67592,5067,'locale',''),(67593,5067,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67594,5067,'wp_user_level','0'),(67595,5067,'default_password_nag','1'),(67596,5068,'nickname','denisenance1955'),(67597,5068,'first_name',''),(67598,5068,'last_name',''),(67599,5068,'description',''),(67600,5068,'rich_editing','true'),(67601,5068,'syntax_highlighting','true'),(67602,5068,'comment_shortcuts','false'),(67603,5068,'admin_color','fresh'),(67604,5068,'use_ssl','0'),(67605,5068,'show_admin_bar_front','true'),(67606,5068,'locale',''),(67607,5068,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67608,5068,'wp_user_level','0'),(67609,5068,'default_password_nag','1'),(67610,5069,'nickname','ngood1975'),(67611,5069,'first_name',''),(67612,5069,'last_name',''),(67613,5069,'description',''),(67614,5069,'rich_editing','true'),(67615,5069,'syntax_highlighting','true'),(67616,5069,'comment_shortcuts','false'),(67617,5069,'admin_color','fresh'),(67618,5069,'use_ssl','0'),(67619,5069,'show_admin_bar_front','true'),(67620,5069,'locale',''),(67621,5069,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67622,5069,'wp_user_level','0'),(67623,5069,'default_password_nag','1'),(67624,5070,'nickname','purchasing1977'),(67625,5070,'first_name',''),(67626,5070,'last_name',''),(67627,5070,'description',''),(67628,5070,'rich_editing','true'),(67629,5070,'syntax_highlighting','true'),(67630,5070,'comment_shortcuts','false'),(67631,5070,'admin_color','fresh'),(67632,5070,'use_ssl','0'),(67633,5070,'show_admin_bar_front','true'),(67634,5070,'locale',''),(67635,5070,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67636,5070,'wp_user_level','0'),(67637,5070,'default_password_nag','1'),(67638,5071,'nickname','andreacuyun232004'),(67639,5071,'first_name',''),(67640,5071,'last_name',''),(67641,5071,'description',''),(67642,5071,'rich_editing','true'),(67643,5071,'syntax_highlighting','true'),(67644,5071,'comment_shortcuts','false'),(67645,5071,'admin_color','fresh'),(67646,5071,'use_ssl','0'),(67647,5071,'show_admin_bar_front','true'),(67648,5071,'locale',''),(67649,5071,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67650,5071,'wp_user_level','0'),(67651,5071,'default_password_nag','1'),(67652,5072,'nickname','elmer.peters1969'),(67653,5072,'first_name',''),(67654,5072,'last_name',''),(67655,5072,'description',''),(67656,5072,'rich_editing','true'),(67657,5072,'syntax_highlighting','true'),(67658,5072,'comment_shortcuts','false'),(67659,5072,'admin_color','fresh'),(67660,5072,'use_ssl','0'),(67661,5072,'show_admin_bar_front','true'),(67662,5072,'locale',''),(67663,5072,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67664,5072,'wp_user_level','0'),(67665,5072,'default_password_nag','1'),(67666,5073,'nickname','pbrand1952'),(67667,5073,'first_name',''),(67668,5073,'last_name',''),(67669,5073,'description',''),(67670,5073,'rich_editing','true'),(67671,5073,'syntax_highlighting','true'),(67672,5073,'comment_shortcuts','false'),(67673,5073,'admin_color','fresh'),(67674,5073,'use_ssl','0'),(67675,5073,'show_admin_bar_front','true'),(67676,5073,'locale',''),(67677,5073,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67678,5073,'wp_user_level','0'),(67679,5073,'default_password_nag','1'),(67680,5074,'nickname','richkate2007'),(67681,5074,'first_name',''),(67682,5074,'last_name',''),(67683,5074,'description',''),(67684,5074,'rich_editing','true'),(67685,5074,'syntax_highlighting','true'),(67686,5074,'comment_shortcuts','false'),(67687,5074,'admin_color','fresh'),(67688,5074,'use_ssl','0'),(67689,5074,'show_admin_bar_front','true'),(67690,5074,'locale',''),(67691,5074,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67692,5074,'wp_user_level','0'),(67693,5074,'default_password_nag','1'),(67694,5075,'nickname','a76sporty1969'),(67695,5075,'first_name',''),(67696,5075,'last_name',''),(67697,5075,'description',''),(67698,5075,'rich_editing','true'),(67699,5075,'syntax_highlighting','true'),(67700,5075,'comment_shortcuts','false'),(67701,5075,'admin_color','fresh'),(67702,5075,'use_ssl','0'),(67703,5075,'show_admin_bar_front','true'),(67704,5075,'locale',''),(67705,5075,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67706,5075,'wp_user_level','0'),(67707,5075,'default_password_nag','1'),(67708,5076,'nickname','cmedlowmays2005'),(67709,5076,'first_name',''),(67710,5076,'last_name',''),(67711,5076,'description',''),(67712,5076,'rich_editing','true'),(67713,5076,'syntax_highlighting','true'),(67714,5076,'comment_shortcuts','false'),(67715,5076,'admin_color','fresh'),(67716,5076,'use_ssl','0'),(67717,5076,'show_admin_bar_front','true'),(67718,5076,'locale',''),(67719,5076,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67720,5076,'wp_user_level','0'),(67721,5076,'default_password_nag','1'),(67722,5077,'nickname','tlitalien51975'),(67723,5077,'first_name',''),(67724,5077,'last_name',''),(67725,5077,'description',''),(67726,5077,'rich_editing','true'),(67727,5077,'syntax_highlighting','true'),(67728,5077,'comment_shortcuts','false'),(67729,5077,'admin_color','fresh'),(67730,5077,'use_ssl','0'),(67731,5077,'show_admin_bar_front','true'),(67732,5077,'locale',''),(67733,5077,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67734,5077,'wp_user_level','0'),(67735,5077,'default_password_nag','1'),(67736,5078,'nickname','123wildcats1980'),(67737,5078,'first_name',''),(67738,5078,'last_name',''),(67739,5078,'description',''),(67740,5078,'rich_editing','true'),(67741,5078,'syntax_highlighting','true'),(67742,5078,'comment_shortcuts','false'),(67743,5078,'admin_color','fresh'),(67744,5078,'use_ssl','0'),(67745,5078,'show_admin_bar_front','true'),(67746,5078,'locale',''),(67747,5078,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67748,5078,'wp_user_level','0'),(67749,5078,'default_password_nag','1'),(67750,5079,'nickname','mkrohde1957'),(67751,5079,'first_name',''),(67752,5079,'last_name',''),(67753,5079,'description',''),(67754,5079,'rich_editing','true'),(67755,5079,'syntax_highlighting','true'),(67756,5079,'comment_shortcuts','false'),(67757,5079,'admin_color','fresh'),(67758,5079,'use_ssl','0'),(67759,5079,'show_admin_bar_front','true'),(67760,5079,'locale',''),(67761,5079,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67762,5079,'wp_user_level','0'),(67763,5079,'default_password_nag','1'),(67764,5080,'nickname','dmitchell62007'),(67765,5080,'first_name',''),(67766,5080,'last_name',''),(67767,5080,'description',''),(67768,5080,'rich_editing','true'),(67769,5080,'syntax_highlighting','true'),(67770,5080,'comment_shortcuts','false'),(67771,5080,'admin_color','fresh'),(67772,5080,'use_ssl','0'),(67773,5080,'show_admin_bar_front','true'),(67774,5080,'locale',''),(67775,5080,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67776,5080,'wp_user_level','0'),(67777,5080,'default_password_nag','1'),(67778,5081,'nickname','mcs759662009'),(67779,5081,'first_name',''),(67780,5081,'last_name',''),(67781,5081,'description',''),(67782,5081,'rich_editing','true'),(67783,5081,'syntax_highlighting','true'),(67784,5081,'comment_shortcuts','false'),(67785,5081,'admin_color','fresh'),(67786,5081,'use_ssl','0'),(67787,5081,'show_admin_bar_front','true'),(67788,5081,'locale',''),(67789,5081,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67790,5081,'wp_user_level','0'),(67791,5081,'default_password_nag','1'),(67792,5082,'nickname','elizabeth.g.byers1992'),(67793,5082,'first_name',''),(67794,5082,'last_name',''),(67795,5082,'description',''),(67796,5082,'rich_editing','true'),(67797,5082,'syntax_highlighting','true'),(67798,5082,'comment_shortcuts','false'),(67799,5082,'admin_color','fresh'),(67800,5082,'use_ssl','0'),(67801,5082,'show_admin_bar_front','true'),(67802,5082,'locale',''),(67803,5082,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67804,5082,'wp_user_level','0'),(67805,5082,'default_password_nag','1'),(67806,5083,'nickname','mauer1964'),(67807,5083,'first_name',''),(67808,5083,'last_name',''),(67809,5083,'description',''),(67810,5083,'rich_editing','true'),(67811,5083,'syntax_highlighting','true'),(67812,5083,'comment_shortcuts','false'),(67813,5083,'admin_color','fresh'),(67814,5083,'use_ssl','0'),(67815,5083,'show_admin_bar_front','true'),(67816,5083,'locale',''),(67817,5083,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67818,5083,'wp_user_level','0'),(67819,5083,'default_password_nag','1'),(67820,5084,'nickname','ddgamenation1959'),(67821,5084,'first_name',''),(67822,5084,'last_name',''),(67823,5084,'description',''),(67824,5084,'rich_editing','true'),(67825,5084,'syntax_highlighting','true'),(67826,5084,'comment_shortcuts','false'),(67827,5084,'admin_color','fresh'),(67828,5084,'use_ssl','0'),(67829,5084,'show_admin_bar_front','true'),(67830,5084,'locale',''),(67831,5084,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67832,5084,'wp_user_level','0'),(67833,5084,'default_password_nag','1'),(67834,5085,'nickname','lindaobbink71961'),(67835,5085,'first_name',''),(67836,5085,'last_name',''),(67837,5085,'description',''),(67838,5085,'rich_editing','true'),(67839,5085,'syntax_highlighting','true'),(67840,5085,'comment_shortcuts','false'),(67841,5085,'admin_color','fresh'),(67842,5085,'use_ssl','0'),(67843,5085,'show_admin_bar_front','true'),(67844,5085,'locale',''),(67845,5085,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67846,5085,'wp_user_level','0'),(67847,5085,'default_password_nag','1'),(67848,5086,'nickname','alexjgoulding2005'),(67849,5086,'first_name',''),(67850,5086,'last_name',''),(67851,5086,'description',''),(67852,5086,'rich_editing','true'),(67853,5086,'syntax_highlighting','true'),(67854,5086,'comment_shortcuts','false'),(67855,5086,'admin_color','fresh'),(67856,5086,'use_ssl','0'),(67857,5086,'show_admin_bar_front','true'),(67858,5086,'locale',''),(67859,5086,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67860,5086,'wp_user_level','0'),(67861,5086,'default_password_nag','1'),(67862,5087,'nickname','major987654321958'),(67863,5087,'first_name',''),(67864,5087,'last_name',''),(67865,5087,'description',''),(67866,5087,'rich_editing','true'),(67867,5087,'syntax_highlighting','true'),(67868,5087,'comment_shortcuts','false'),(67869,5087,'admin_color','fresh'),(67870,5087,'use_ssl','0'),(67871,5087,'show_admin_bar_front','true'),(67872,5087,'locale',''),(67873,5087,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67874,5087,'wp_user_level','0'),(67875,5087,'default_password_nag','1'),(67876,5088,'nickname','steve1954'),(67877,5088,'first_name',''),(67878,5088,'last_name',''),(67879,5088,'description',''),(67880,5088,'rich_editing','true'),(67881,5088,'syntax_highlighting','true'),(67882,5088,'comment_shortcuts','false'),(67883,5088,'admin_color','fresh'),(67884,5088,'use_ssl','0'),(67885,5088,'show_admin_bar_front','true'),(67886,5088,'locale',''),(67887,5088,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67888,5088,'wp_user_level','0'),(67889,5088,'default_password_nag','1'),(67890,5089,'nickname','mkmullin11990'),(67891,5089,'first_name',''),(67892,5089,'last_name',''),(67893,5089,'description',''),(67894,5089,'rich_editing','true'),(67895,5089,'syntax_highlighting','true'),(67896,5089,'comment_shortcuts','false'),(67897,5089,'admin_color','fresh'),(67898,5089,'use_ssl','0'),(67899,5089,'show_admin_bar_front','true'),(67900,5089,'locale',''),(67901,5089,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67902,5089,'wp_user_level','0'),(67903,5089,'default_password_nag','1'),(67904,5090,'nickname','kitzycustoms1977'),(67905,5090,'first_name',''),(67906,5090,'last_name',''),(67907,5090,'description',''),(67908,5090,'rich_editing','true'),(67909,5090,'syntax_highlighting','true'),(67910,5090,'comment_shortcuts','false'),(67911,5090,'admin_color','fresh'),(67912,5090,'use_ssl','0'),(67913,5090,'show_admin_bar_front','true'),(67914,5090,'locale',''),(67915,5090,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67916,5090,'wp_user_level','0'),(67917,5090,'default_password_nag','1'),(67918,5091,'nickname','ashley.vitale81997'),(67919,5091,'first_name',''),(67920,5091,'last_name',''),(67921,5091,'description',''),(67922,5091,'rich_editing','true'),(67923,5091,'syntax_highlighting','true'),(67924,5091,'comment_shortcuts','false'),(67925,5091,'admin_color','fresh'),(67926,5091,'use_ssl','0'),(67927,5091,'show_admin_bar_front','true'),(67928,5091,'locale',''),(67929,5091,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67930,5091,'wp_user_level','0'),(67931,5091,'default_password_nag','1'),(67932,5092,'nickname','bellamyp20112001'),(67933,5092,'first_name',''),(67934,5092,'last_name',''),(67935,5092,'description',''),(67936,5092,'rich_editing','true'),(67937,5092,'syntax_highlighting','true'),(67938,5092,'comment_shortcuts','false'),(67939,5092,'admin_color','fresh'),(67940,5092,'use_ssl','0'),(67941,5092,'show_admin_bar_front','true'),(67942,5092,'locale',''),(67943,5092,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67944,5092,'wp_user_level','0'),(67945,5092,'default_password_nag','1'),(67946,5093,'nickname','stevenjskateshop1977'),(67947,5093,'first_name',''),(67948,5093,'last_name',''),(67949,5093,'description',''),(67950,5093,'rich_editing','true'),(67951,5093,'syntax_highlighting','true'),(67952,5093,'comment_shortcuts','false'),(67953,5093,'admin_color','fresh'),(67954,5093,'use_ssl','0'),(67955,5093,'show_admin_bar_front','true'),(67956,5093,'locale',''),(67957,5093,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67958,5093,'wp_user_level','0'),(67959,5093,'default_password_nag','1'),(67960,5094,'nickname','lyndajj2005'),(67961,5094,'first_name',''),(67962,5094,'last_name',''),(67963,5094,'description',''),(67964,5094,'rich_editing','true'),(67965,5094,'syntax_highlighting','true'),(67966,5094,'comment_shortcuts','false'),(67967,5094,'admin_color','fresh'),(67968,5094,'use_ssl','0'),(67969,5094,'show_admin_bar_front','true'),(67970,5094,'locale',''),(67971,5094,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67972,5094,'wp_user_level','0'),(67973,5094,'default_password_nag','1'),(67974,5095,'nickname','fred1976'),(67975,5095,'first_name',''),(67976,5095,'last_name',''),(67977,5095,'description',''),(67978,5095,'rich_editing','true'),(67979,5095,'syntax_highlighting','true'),(67980,5095,'comment_shortcuts','false'),(67981,5095,'admin_color','fresh'),(67982,5095,'use_ssl','0'),(67983,5095,'show_admin_bar_front','true'),(67984,5095,'locale',''),(67985,5095,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(67986,5095,'wp_user_level','0'),(67987,5095,'default_password_nag','1'),(67988,5096,'nickname','coderreeric1972'),(67989,5096,'first_name',''),(67990,5096,'last_name',''),(67991,5096,'description',''),(67992,5096,'rich_editing','true'),(67993,5096,'syntax_highlighting','true'),(67994,5096,'comment_shortcuts','false'),(67995,5096,'admin_color','fresh'),(67996,5096,'use_ssl','0'),(67997,5096,'show_admin_bar_front','true'),(67998,5096,'locale',''),(67999,5096,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68000,5096,'wp_user_level','0'),(68001,5096,'default_password_nag','1'),(68002,5097,'nickname','vince1973'),(68003,5097,'first_name',''),(68004,5097,'last_name',''),(68005,5097,'description',''),(68006,5097,'rich_editing','true'),(68007,5097,'syntax_highlighting','true'),(68008,5097,'comment_shortcuts','false'),(68009,5097,'admin_color','fresh'),(68010,5097,'use_ssl','0'),(68011,5097,'show_admin_bar_front','true'),(68012,5097,'locale',''),(68013,5097,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68014,5097,'wp_user_level','0'),(68015,5097,'default_password_nag','1'),(68016,5098,'nickname','mtinti1981'),(68017,5098,'first_name',''),(68018,5098,'last_name',''),(68019,5098,'description',''),(68020,5098,'rich_editing','true'),(68021,5098,'syntax_highlighting','true'),(68022,5098,'comment_shortcuts','false'),(68023,5098,'admin_color','fresh'),(68024,5098,'use_ssl','0'),(68025,5098,'show_admin_bar_front','true'),(68026,5098,'locale',''),(68027,5098,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68028,5098,'wp_user_level','0'),(68029,5098,'default_password_nag','1'),(68030,5099,'nickname','linda1968'),(68031,5099,'first_name',''),(68032,5099,'last_name',''),(68033,5099,'description',''),(68034,5099,'rich_editing','true'),(68035,5099,'syntax_highlighting','true'),(68036,5099,'comment_shortcuts','false'),(68037,5099,'admin_color','fresh'),(68038,5099,'use_ssl','0'),(68039,5099,'show_admin_bar_front','true'),(68040,5099,'locale',''),(68041,5099,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68042,5099,'wp_user_level','0'),(68043,5099,'default_password_nag','1'),(68044,5100,'nickname','tpagnozzi1962'),(68045,5100,'first_name',''),(68046,5100,'last_name',''),(68047,5100,'description',''),(68048,5100,'rich_editing','true'),(68049,5100,'syntax_highlighting','true'),(68050,5100,'comment_shortcuts','false'),(68051,5100,'admin_color','fresh'),(68052,5100,'use_ssl','0'),(68053,5100,'show_admin_bar_front','true'),(68054,5100,'locale',''),(68055,5100,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68056,5100,'wp_user_level','0'),(68057,5100,'default_password_nag','1'),(68058,5101,'nickname','godmer.paul1962'),(68059,5101,'first_name',''),(68060,5101,'last_name',''),(68061,5101,'description',''),(68062,5101,'rich_editing','true'),(68063,5101,'syntax_highlighting','true'),(68064,5101,'comment_shortcuts','false'),(68065,5101,'admin_color','fresh'),(68066,5101,'use_ssl','0'),(68067,5101,'show_admin_bar_front','true'),(68068,5101,'locale',''),(68069,5101,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68070,5101,'wp_user_level','0'),(68071,5101,'default_password_nag','1'),(68072,5102,'nickname','ceobrien6181978'),(68073,5102,'first_name',''),(68074,5102,'last_name',''),(68075,5102,'description',''),(68076,5102,'rich_editing','true'),(68077,5102,'syntax_highlighting','true'),(68078,5102,'comment_shortcuts','false'),(68079,5102,'admin_color','fresh'),(68080,5102,'use_ssl','0'),(68081,5102,'show_admin_bar_front','true'),(68082,5102,'locale',''),(68083,5102,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68084,5102,'wp_user_level','0'),(68085,5102,'default_password_nag','1'),(68086,5103,'nickname','sebastian.golanski1954'),(68087,5103,'first_name',''),(68088,5103,'last_name',''),(68089,5103,'description',''),(68090,5103,'rich_editing','true'),(68091,5103,'syntax_highlighting','true'),(68092,5103,'comment_shortcuts','false'),(68093,5103,'admin_color','fresh'),(68094,5103,'use_ssl','0'),(68095,5103,'show_admin_bar_front','true'),(68096,5103,'locale',''),(68097,5103,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68098,5103,'wp_user_level','0'),(68099,5103,'default_password_nag','1'),(68100,5104,'nickname','handylock1958'),(68101,5104,'first_name',''),(68102,5104,'last_name',''),(68103,5104,'description',''),(68104,5104,'rich_editing','true'),(68105,5104,'syntax_highlighting','true'),(68106,5104,'comment_shortcuts','false'),(68107,5104,'admin_color','fresh'),(68108,5104,'use_ssl','0'),(68109,5104,'show_admin_bar_front','true'),(68110,5104,'locale',''),(68111,5104,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68112,5104,'wp_user_level','0'),(68113,5104,'default_password_nag','1'),(68114,5105,'nickname','pratikdeshpande641963'),(68115,5105,'first_name',''),(68116,5105,'last_name',''),(68117,5105,'description',''),(68118,5105,'rich_editing','true'),(68119,5105,'syntax_highlighting','true'),(68120,5105,'comment_shortcuts','false'),(68121,5105,'admin_color','fresh'),(68122,5105,'use_ssl','0'),(68123,5105,'show_admin_bar_front','true'),(68124,5105,'locale',''),(68125,5105,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68126,5105,'wp_user_level','0'),(68127,5105,'default_password_nag','1'),(68128,5106,'nickname','illipower1997'),(68129,5106,'first_name',''),(68130,5106,'last_name',''),(68131,5106,'description',''),(68132,5106,'rich_editing','true'),(68133,5106,'syntax_highlighting','true'),(68134,5106,'comment_shortcuts','false'),(68135,5106,'admin_color','fresh'),(68136,5106,'use_ssl','0'),(68137,5106,'show_admin_bar_front','true'),(68138,5106,'locale',''),(68139,5106,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68140,5106,'wp_user_level','0'),(68141,5106,'default_password_nag','1'),(68142,5107,'nickname','tovayeamans1997'),(68143,5107,'first_name',''),(68144,5107,'last_name',''),(68145,5107,'description',''),(68146,5107,'rich_editing','true'),(68147,5107,'syntax_highlighting','true'),(68148,5107,'comment_shortcuts','false'),(68149,5107,'admin_color','fresh'),(68150,5107,'use_ssl','0'),(68151,5107,'show_admin_bar_front','true'),(68152,5107,'locale',''),(68153,5107,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68154,5107,'wp_user_level','0'),(68155,5107,'default_password_nag','1'),(68156,5108,'nickname','kkieth1997'),(68157,5108,'first_name',''),(68158,5108,'last_name',''),(68159,5108,'description',''),(68160,5108,'rich_editing','true'),(68161,5108,'syntax_highlighting','true'),(68162,5108,'comment_shortcuts','false'),(68163,5108,'admin_color','fresh'),(68164,5108,'use_ssl','0'),(68165,5108,'show_admin_bar_front','true'),(68166,5108,'locale',''),(68167,5108,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68168,5108,'wp_user_level','0'),(68169,5108,'default_password_nag','1'),(68170,5109,'nickname','oscarto2003'),(68171,5109,'first_name',''),(68172,5109,'last_name',''),(68173,5109,'description',''),(68174,5109,'rich_editing','true'),(68175,5109,'syntax_highlighting','true'),(68176,5109,'comment_shortcuts','false'),(68177,5109,'admin_color','fresh'),(68178,5109,'use_ssl','0'),(68179,5109,'show_admin_bar_front','true'),(68180,5109,'locale',''),(68181,5109,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68182,5109,'wp_user_level','0'),(68183,5109,'default_password_nag','1'),(68184,5110,'nickname','madscientist8131970'),(68185,5110,'first_name',''),(68186,5110,'last_name',''),(68187,5110,'description',''),(68188,5110,'rich_editing','true'),(68189,5110,'syntax_highlighting','true'),(68190,5110,'comment_shortcuts','false'),(68191,5110,'admin_color','fresh'),(68192,5110,'use_ssl','0'),(68193,5110,'show_admin_bar_front','true'),(68194,5110,'locale',''),(68195,5110,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68196,5110,'wp_user_level','0'),(68197,5110,'default_password_nag','1'),(68198,5111,'nickname','connie1955'),(68199,5111,'first_name',''),(68200,5111,'last_name',''),(68201,5111,'description',''),(68202,5111,'rich_editing','true'),(68203,5111,'syntax_highlighting','true'),(68204,5111,'comment_shortcuts','false'),(68205,5111,'admin_color','fresh'),(68206,5111,'use_ssl','0'),(68207,5111,'show_admin_bar_front','true'),(68208,5111,'locale',''),(68209,5111,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68210,5111,'wp_user_level','0'),(68211,5111,'default_password_nag','1'),(68212,5112,'nickname','baileybmays1988'),(68213,5112,'first_name',''),(68214,5112,'last_name',''),(68215,5112,'description',''),(68216,5112,'rich_editing','true'),(68217,5112,'syntax_highlighting','true'),(68218,5112,'comment_shortcuts','false'),(68219,5112,'admin_color','fresh'),(68220,5112,'use_ssl','0'),(68221,5112,'show_admin_bar_front','true'),(68222,5112,'locale',''),(68223,5112,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68224,5112,'wp_user_level','0'),(68225,5112,'default_password_nag','1'),(68226,5113,'nickname','stephen.thomas1955'),(68227,5113,'first_name',''),(68228,5113,'last_name',''),(68229,5113,'description',''),(68230,5113,'rich_editing','true'),(68231,5113,'syntax_highlighting','true'),(68232,5113,'comment_shortcuts','false'),(68233,5113,'admin_color','fresh'),(68234,5113,'use_ssl','0'),(68235,5113,'show_admin_bar_front','true'),(68236,5113,'locale',''),(68237,5113,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68238,5113,'wp_user_level','0'),(68239,5113,'default_password_nag','1'),(68240,5114,'nickname','jack1967'),(68241,5114,'first_name',''),(68242,5114,'last_name',''),(68243,5114,'description',''),(68244,5114,'rich_editing','true'),(68245,5114,'syntax_highlighting','true'),(68246,5114,'comment_shortcuts','false'),(68247,5114,'admin_color','fresh'),(68248,5114,'use_ssl','0'),(68249,5114,'show_admin_bar_front','true'),(68250,5114,'locale',''),(68251,5114,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68252,5114,'wp_user_level','0'),(68253,5114,'default_password_nag','1'),(68254,5115,'nickname','crmaria21952'),(68255,5115,'first_name',''),(68256,5115,'last_name',''),(68257,5115,'description',''),(68258,5115,'rich_editing','true'),(68259,5115,'syntax_highlighting','true'),(68260,5115,'comment_shortcuts','false'),(68261,5115,'admin_color','fresh'),(68262,5115,'use_ssl','0'),(68263,5115,'show_admin_bar_front','true'),(68264,5115,'locale',''),(68265,5115,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68266,5115,'wp_user_level','0'),(68267,5115,'default_password_nag','1'),(68268,5116,'nickname','turner.latia1990'),(68269,5116,'first_name',''),(68270,5116,'last_name',''),(68271,5116,'description',''),(68272,5116,'rich_editing','true'),(68273,5116,'syntax_highlighting','true'),(68274,5116,'comment_shortcuts','false'),(68275,5116,'admin_color','fresh'),(68276,5116,'use_ssl','0'),(68277,5116,'show_admin_bar_front','true'),(68278,5116,'locale',''),(68279,5116,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68280,5116,'wp_user_level','0'),(68281,5116,'default_password_nag','1'),(68282,5117,'nickname','yesse991985'),(68283,5117,'first_name',''),(68284,5117,'last_name',''),(68285,5117,'description',''),(68286,5117,'rich_editing','true'),(68287,5117,'syntax_highlighting','true'),(68288,5117,'comment_shortcuts','false'),(68289,5117,'admin_color','fresh'),(68290,5117,'use_ssl','0'),(68291,5117,'show_admin_bar_front','true'),(68292,5117,'locale',''),(68293,5117,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68294,5117,'wp_user_level','0'),(68295,5117,'default_password_nag','1'),(68296,5118,'nickname','lynnemcleod91965'),(68297,5118,'first_name',''),(68298,5118,'last_name',''),(68299,5118,'description',''),(68300,5118,'rich_editing','true'),(68301,5118,'syntax_highlighting','true'),(68302,5118,'comment_shortcuts','false'),(68303,5118,'admin_color','fresh'),(68304,5118,'use_ssl','0'),(68305,5118,'show_admin_bar_front','true'),(68306,5118,'locale',''),(68307,5118,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68308,5118,'wp_user_level','0'),(68309,5118,'default_password_nag','1'),(68310,5119,'nickname','etglobalmanagement2002'),(68311,5119,'first_name',''),(68312,5119,'last_name',''),(68313,5119,'description',''),(68314,5119,'rich_editing','true'),(68315,5119,'syntax_highlighting','true'),(68316,5119,'comment_shortcuts','false'),(68317,5119,'admin_color','fresh'),(68318,5119,'use_ssl','0'),(68319,5119,'show_admin_bar_front','true'),(68320,5119,'locale',''),(68321,5119,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68322,5119,'wp_user_level','0'),(68323,5119,'default_password_nag','1'),(68324,5120,'nickname','msmolka1965'),(68325,5120,'first_name',''),(68326,5120,'last_name',''),(68327,5120,'description',''),(68328,5120,'rich_editing','true'),(68329,5120,'syntax_highlighting','true'),(68330,5120,'comment_shortcuts','false'),(68331,5120,'admin_color','fresh'),(68332,5120,'use_ssl','0'),(68333,5120,'show_admin_bar_front','true'),(68334,5120,'locale',''),(68335,5120,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68336,5120,'wp_user_level','0'),(68337,5120,'default_password_nag','1'),(68338,5121,'nickname','thecoolromanian1959'),(68339,5121,'first_name',''),(68340,5121,'last_name',''),(68341,5121,'description',''),(68342,5121,'rich_editing','true'),(68343,5121,'syntax_highlighting','true'),(68344,5121,'comment_shortcuts','false'),(68345,5121,'admin_color','fresh'),(68346,5121,'use_ssl','0'),(68347,5121,'show_admin_bar_front','true'),(68348,5121,'locale',''),(68349,5121,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68350,5121,'wp_user_level','0'),(68351,5121,'default_password_nag','1'),(68352,5122,'nickname','s.m.ghanei1998'),(68353,5122,'first_name',''),(68354,5122,'last_name',''),(68355,5122,'description',''),(68356,5122,'rich_editing','true'),(68357,5122,'syntax_highlighting','true'),(68358,5122,'comment_shortcuts','false'),(68359,5122,'admin_color','fresh'),(68360,5122,'use_ssl','0'),(68361,5122,'show_admin_bar_front','true'),(68362,5122,'locale',''),(68363,5122,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68364,5122,'wp_user_level','0'),(68365,5122,'default_password_nag','1'),(68366,5123,'nickname','khadija.kapasi1984'),(68367,5123,'first_name',''),(68368,5123,'last_name',''),(68369,5123,'description',''),(68370,5123,'rich_editing','true'),(68371,5123,'syntax_highlighting','true'),(68372,5123,'comment_shortcuts','false'),(68373,5123,'admin_color','fresh'),(68374,5123,'use_ssl','0'),(68375,5123,'show_admin_bar_front','true'),(68376,5123,'locale',''),(68377,5123,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68378,5123,'wp_user_level','0'),(68379,5123,'default_password_nag','1'),(68380,5124,'nickname','christinehopwood1993'),(68381,5124,'first_name',''),(68382,5124,'last_name',''),(68383,5124,'description',''),(68384,5124,'rich_editing','true'),(68385,5124,'syntax_highlighting','true'),(68386,5124,'comment_shortcuts','false'),(68387,5124,'admin_color','fresh'),(68388,5124,'use_ssl','0'),(68389,5124,'show_admin_bar_front','true'),(68390,5124,'locale',''),(68391,5124,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68392,5124,'wp_user_level','0'),(68393,5124,'default_password_nag','1'),(68394,5125,'nickname','ctanguay1001996'),(68395,5125,'first_name',''),(68396,5125,'last_name',''),(68397,5125,'description',''),(68398,5125,'rich_editing','true'),(68399,5125,'syntax_highlighting','true'),(68400,5125,'comment_shortcuts','false'),(68401,5125,'admin_color','fresh'),(68402,5125,'use_ssl','0'),(68403,5125,'show_admin_bar_front','true'),(68404,5125,'locale',''),(68405,5125,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68406,5125,'wp_user_level','0'),(68407,5125,'default_password_nag','1'),(68408,5126,'nickname','scollyp1969'),(68409,5126,'first_name',''),(68410,5126,'last_name',''),(68411,5126,'description',''),(68412,5126,'rich_editing','true'),(68413,5126,'syntax_highlighting','true'),(68414,5126,'comment_shortcuts','false'),(68415,5126,'admin_color','fresh'),(68416,5126,'use_ssl','0'),(68417,5126,'show_admin_bar_front','true'),(68418,5126,'locale',''),(68419,5126,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68420,5126,'wp_user_level','0'),(68421,5126,'default_password_nag','1'),(68422,5127,'nickname','bradmichaelroberts1964'),(68423,5127,'first_name',''),(68424,5127,'last_name',''),(68425,5127,'description',''),(68426,5127,'rich_editing','true'),(68427,5127,'syntax_highlighting','true'),(68428,5127,'comment_shortcuts','false'),(68429,5127,'admin_color','fresh'),(68430,5127,'use_ssl','0'),(68431,5127,'show_admin_bar_front','true'),(68432,5127,'locale',''),(68433,5127,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68434,5127,'wp_user_level','0'),(68435,5127,'default_password_nag','1'),(68436,5128,'nickname','haltschiller632003'),(68437,5128,'first_name',''),(68438,5128,'last_name',''),(68439,5128,'description',''),(68440,5128,'rich_editing','true'),(68441,5128,'syntax_highlighting','true'),(68442,5128,'comment_shortcuts','false'),(68443,5128,'admin_color','fresh'),(68444,5128,'use_ssl','0'),(68445,5128,'show_admin_bar_front','true'),(68446,5128,'locale',''),(68447,5128,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68448,5128,'wp_user_level','0'),(68449,5128,'default_password_nag','1'),(68450,5129,'nickname','alima.ahmedx1954'),(68451,5129,'first_name',''),(68452,5129,'last_name',''),(68453,5129,'description',''),(68454,5129,'rich_editing','true'),(68455,5129,'syntax_highlighting','true'),(68456,5129,'comment_shortcuts','false'),(68457,5129,'admin_color','fresh'),(68458,5129,'use_ssl','0'),(68459,5129,'show_admin_bar_front','true'),(68460,5129,'locale',''),(68461,5129,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68462,5129,'wp_user_level','0'),(68463,5129,'default_password_nag','1'),(68464,5130,'nickname','dr900491997'),(68465,5130,'first_name',''),(68466,5130,'last_name',''),(68467,5130,'description',''),(68468,5130,'rich_editing','true'),(68469,5130,'syntax_highlighting','true'),(68470,5130,'comment_shortcuts','false'),(68471,5130,'admin_color','fresh'),(68472,5130,'use_ssl','0'),(68473,5130,'show_admin_bar_front','true'),(68474,5130,'locale',''),(68475,5130,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68476,5130,'wp_user_level','0'),(68477,5130,'default_password_nag','1'),(68478,5131,'nickname','demonte_thomas1232004'),(68479,5131,'first_name',''),(68480,5131,'last_name',''),(68481,5131,'description',''),(68482,5131,'rich_editing','true'),(68483,5131,'syntax_highlighting','true'),(68484,5131,'comment_shortcuts','false'),(68485,5131,'admin_color','fresh'),(68486,5131,'use_ssl','0'),(68487,5131,'show_admin_bar_front','true'),(68488,5131,'locale',''),(68489,5131,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68490,5131,'wp_user_level','0'),(68491,5131,'default_password_nag','1'),(68492,5132,'nickname','runfox1001971'),(68493,5132,'first_name',''),(68494,5132,'last_name',''),(68495,5132,'description',''),(68496,5132,'rich_editing','true'),(68497,5132,'syntax_highlighting','true'),(68498,5132,'comment_shortcuts','false'),(68499,5132,'admin_color','fresh'),(68500,5132,'use_ssl','0'),(68501,5132,'show_admin_bar_front','true'),(68502,5132,'locale',''),(68503,5132,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68504,5132,'wp_user_level','0'),(68505,5132,'default_password_nag','1'),(68506,5133,'nickname','eocepeda631979'),(68507,5133,'first_name',''),(68508,5133,'last_name',''),(68509,5133,'description',''),(68510,5133,'rich_editing','true'),(68511,5133,'syntax_highlighting','true'),(68512,5133,'comment_shortcuts','false'),(68513,5133,'admin_color','fresh'),(68514,5133,'use_ssl','0'),(68515,5133,'show_admin_bar_front','true'),(68516,5133,'locale',''),(68517,5133,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68518,5133,'wp_user_level','0'),(68519,5133,'default_password_nag','1'),(68520,5134,'nickname','imattox1966'),(68521,5134,'first_name',''),(68522,5134,'last_name',''),(68523,5134,'description',''),(68524,5134,'rich_editing','true'),(68525,5134,'syntax_highlighting','true'),(68526,5134,'comment_shortcuts','false'),(68527,5134,'admin_color','fresh'),(68528,5134,'use_ssl','0'),(68529,5134,'show_admin_bar_front','true'),(68530,5134,'locale',''),(68531,5134,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68532,5134,'wp_user_level','0'),(68533,5134,'default_password_nag','1'),(68534,5135,'nickname','pyetta1961'),(68535,5135,'first_name',''),(68536,5135,'last_name',''),(68537,5135,'description',''),(68538,5135,'rich_editing','true'),(68539,5135,'syntax_highlighting','true'),(68540,5135,'comment_shortcuts','false'),(68541,5135,'admin_color','fresh'),(68542,5135,'use_ssl','0'),(68543,5135,'show_admin_bar_front','true'),(68544,5135,'locale',''),(68545,5135,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68546,5135,'wp_user_level','0'),(68547,5135,'default_password_nag','1'),(68548,5136,'nickname','phartman1984'),(68549,5136,'first_name',''),(68550,5136,'last_name',''),(68551,5136,'description',''),(68552,5136,'rich_editing','true'),(68553,5136,'syntax_highlighting','true'),(68554,5136,'comment_shortcuts','false'),(68555,5136,'admin_color','fresh'),(68556,5136,'use_ssl','0'),(68557,5136,'show_admin_bar_front','true'),(68558,5136,'locale',''),(68559,5136,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68560,5136,'wp_user_level','0'),(68561,5136,'default_password_nag','1'),(68562,5137,'nickname','tranthuynga341973'),(68563,5137,'first_name',''),(68564,5137,'last_name',''),(68565,5137,'description',''),(68566,5137,'rich_editing','true'),(68567,5137,'syntax_highlighting','true'),(68568,5137,'comment_shortcuts','false'),(68569,5137,'admin_color','fresh'),(68570,5137,'use_ssl','0'),(68571,5137,'show_admin_bar_front','true'),(68572,5137,'locale',''),(68573,5137,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68574,5137,'wp_user_level','0'),(68575,5137,'default_password_nag','1'),(68576,5138,'nickname','young12501968'),(68577,5138,'first_name',''),(68578,5138,'last_name',''),(68579,5138,'description',''),(68580,5138,'rich_editing','true'),(68581,5138,'syntax_highlighting','true'),(68582,5138,'comment_shortcuts','false'),(68583,5138,'admin_color','fresh'),(68584,5138,'use_ssl','0'),(68585,5138,'show_admin_bar_front','true'),(68586,5138,'locale',''),(68587,5138,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68588,5138,'wp_user_level','0'),(68589,5138,'default_password_nag','1'),(68590,5139,'nickname','cara.jordan1971'),(68591,5139,'first_name',''),(68592,5139,'last_name',''),(68593,5139,'description',''),(68594,5139,'rich_editing','true'),(68595,5139,'syntax_highlighting','true'),(68596,5139,'comment_shortcuts','false'),(68597,5139,'admin_color','fresh'),(68598,5139,'use_ssl','0'),(68599,5139,'show_admin_bar_front','true'),(68600,5139,'locale',''),(68601,5139,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68602,5139,'wp_user_level','0'),(68603,5139,'default_password_nag','1'),(68604,5140,'nickname','gtammo1951'),(68605,5140,'first_name',''),(68606,5140,'last_name',''),(68607,5140,'description',''),(68608,5140,'rich_editing','true'),(68609,5140,'syntax_highlighting','true'),(68610,5140,'comment_shortcuts','false'),(68611,5140,'admin_color','fresh'),(68612,5140,'use_ssl','0'),(68613,5140,'show_admin_bar_front','true'),(68614,5140,'locale',''),(68615,5140,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68616,5140,'wp_user_level','0'),(68617,5140,'default_password_nag','1'),(68618,5141,'nickname','aplitopa1977'),(68619,5141,'first_name',''),(68620,5141,'last_name',''),(68621,5141,'description',''),(68622,5141,'rich_editing','true'),(68623,5141,'syntax_highlighting','true'),(68624,5141,'comment_shortcuts','false'),(68625,5141,'admin_color','fresh'),(68626,5141,'use_ssl','0'),(68627,5141,'show_admin_bar_front','true'),(68628,5141,'locale',''),(68629,5141,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68630,5141,'wp_user_level','0'),(68631,5141,'default_password_nag','1'),(68632,5142,'nickname','yvazquez131983'),(68633,5142,'first_name',''),(68634,5142,'last_name',''),(68635,5142,'description',''),(68636,5142,'rich_editing','true'),(68637,5142,'syntax_highlighting','true'),(68638,5142,'comment_shortcuts','false'),(68639,5142,'admin_color','fresh'),(68640,5142,'use_ssl','0'),(68641,5142,'show_admin_bar_front','true'),(68642,5142,'locale',''),(68643,5142,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68644,5142,'wp_user_level','0'),(68645,5142,'default_password_nag','1'),(68646,5143,'nickname','bethbrinton1963'),(68647,5143,'first_name',''),(68648,5143,'last_name',''),(68649,5143,'description',''),(68650,5143,'rich_editing','true'),(68651,5143,'syntax_highlighting','true'),(68652,5143,'comment_shortcuts','false'),(68653,5143,'admin_color','fresh'),(68654,5143,'use_ssl','0'),(68655,5143,'show_admin_bar_front','true'),(68656,5143,'locale',''),(68657,5143,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68658,5143,'wp_user_level','0'),(68659,5143,'default_password_nag','1'),(68660,5144,'nickname','soheillevi2002'),(68661,5144,'first_name',''),(68662,5144,'last_name',''),(68663,5144,'description',''),(68664,5144,'rich_editing','true'),(68665,5144,'syntax_highlighting','true'),(68666,5144,'comment_shortcuts','false'),(68667,5144,'admin_color','fresh'),(68668,5144,'use_ssl','0'),(68669,5144,'show_admin_bar_front','true'),(68670,5144,'locale',''),(68671,5144,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68672,5144,'wp_user_level','0'),(68673,5144,'default_password_nag','1'),(68674,5145,'nickname','tashan_edwards2000'),(68675,5145,'first_name',''),(68676,5145,'last_name',''),(68677,5145,'description',''),(68678,5145,'rich_editing','true'),(68679,5145,'syntax_highlighting','true'),(68680,5145,'comment_shortcuts','false'),(68681,5145,'admin_color','fresh'),(68682,5145,'use_ssl','0'),(68683,5145,'show_admin_bar_front','true'),(68684,5145,'locale',''),(68685,5145,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68686,5145,'wp_user_level','0'),(68687,5145,'default_password_nag','1'),(68688,5146,'nickname','eleonorajguerrero2591990'),(68689,5146,'first_name',''),(68690,5146,'last_name',''),(68691,5146,'description',''),(68692,5146,'rich_editing','true'),(68693,5146,'syntax_highlighting','true'),(68694,5146,'comment_shortcuts','false'),(68695,5146,'admin_color','fresh'),(68696,5146,'use_ssl','0'),(68697,5146,'show_admin_bar_front','true'),(68698,5146,'locale',''),(68699,5146,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68700,5146,'wp_user_level','0'),(68701,5146,'default_password_nag','1'),(68702,5147,'nickname','nicole.strickland11211971'),(68703,5147,'first_name',''),(68704,5147,'last_name',''),(68705,5147,'description',''),(68706,5147,'rich_editing','true'),(68707,5147,'syntax_highlighting','true'),(68708,5147,'comment_shortcuts','false'),(68709,5147,'admin_color','fresh'),(68710,5147,'use_ssl','0'),(68711,5147,'show_admin_bar_front','true'),(68712,5147,'locale',''),(68713,5147,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68714,5147,'wp_user_level','0'),(68715,5147,'default_password_nag','1'),(68716,5148,'nickname','thomasjamespoole1953'),(68717,5148,'first_name',''),(68718,5148,'last_name',''),(68719,5148,'description',''),(68720,5148,'rich_editing','true'),(68721,5148,'syntax_highlighting','true'),(68722,5148,'comment_shortcuts','false'),(68723,5148,'admin_color','fresh'),(68724,5148,'use_ssl','0'),(68725,5148,'show_admin_bar_front','true'),(68726,5148,'locale',''),(68727,5148,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68728,5148,'wp_user_level','0'),(68729,5148,'default_password_nag','1'),(68730,5149,'nickname','jvga711971'),(68731,5149,'first_name',''),(68732,5149,'last_name',''),(68733,5149,'description',''),(68734,5149,'rich_editing','true'),(68735,5149,'syntax_highlighting','true'),(68736,5149,'comment_shortcuts','false'),(68737,5149,'admin_color','fresh'),(68738,5149,'use_ssl','0'),(68739,5149,'show_admin_bar_front','true'),(68740,5149,'locale',''),(68741,5149,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68742,5149,'wp_user_level','0'),(68743,5149,'default_password_nag','1'),(68744,5150,'nickname','nguyenng.minhan1979'),(68745,5150,'first_name',''),(68746,5150,'last_name',''),(68747,5150,'description',''),(68748,5150,'rich_editing','true'),(68749,5150,'syntax_highlighting','true'),(68750,5150,'comment_shortcuts','false'),(68751,5150,'admin_color','fresh'),(68752,5150,'use_ssl','0'),(68753,5150,'show_admin_bar_front','true'),(68754,5150,'locale',''),(68755,5150,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68756,5150,'wp_user_level','0'),(68757,5150,'default_password_nag','1'),(68758,5151,'nickname','helbigj1977'),(68759,5151,'first_name',''),(68760,5151,'last_name',''),(68761,5151,'description',''),(68762,5151,'rich_editing','true'),(68763,5151,'syntax_highlighting','true'),(68764,5151,'comment_shortcuts','false'),(68765,5151,'admin_color','fresh'),(68766,5151,'use_ssl','0'),(68767,5151,'show_admin_bar_front','true'),(68768,5151,'locale',''),(68769,5151,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68770,5151,'wp_user_level','0'),(68771,5151,'default_password_nag','1'),(68772,5152,'nickname','lindy.lewis081997'),(68773,5152,'first_name',''),(68774,5152,'last_name',''),(68775,5152,'description',''),(68776,5152,'rich_editing','true'),(68777,5152,'syntax_highlighting','true'),(68778,5152,'comment_shortcuts','false'),(68779,5152,'admin_color','fresh'),(68780,5152,'use_ssl','0'),(68781,5152,'show_admin_bar_front','true'),(68782,5152,'locale',''),(68783,5152,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68784,5152,'wp_user_level','0'),(68785,5152,'default_password_nag','1'),(68786,5153,'nickname','zepcg21986'),(68787,5153,'first_name',''),(68788,5153,'last_name',''),(68789,5153,'description',''),(68790,5153,'rich_editing','true'),(68791,5153,'syntax_highlighting','true'),(68792,5153,'comment_shortcuts','false'),(68793,5153,'admin_color','fresh'),(68794,5153,'use_ssl','0'),(68795,5153,'show_admin_bar_front','true'),(68796,5153,'locale',''),(68797,5153,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68798,5153,'wp_user_level','0'),(68799,5153,'default_password_nag','1'),(68800,5154,'nickname','corinne.odom91970'),(68801,5154,'first_name',''),(68802,5154,'last_name',''),(68803,5154,'description',''),(68804,5154,'rich_editing','true'),(68805,5154,'syntax_highlighting','true'),(68806,5154,'comment_shortcuts','false'),(68807,5154,'admin_color','fresh'),(68808,5154,'use_ssl','0'),(68809,5154,'show_admin_bar_front','true'),(68810,5154,'locale',''),(68811,5154,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68812,5154,'wp_user_level','0'),(68813,5154,'default_password_nag','1'),(68814,5155,'nickname','mimiinthecity1987'),(68815,5155,'first_name',''),(68816,5155,'last_name',''),(68817,5155,'description',''),(68818,5155,'rich_editing','true'),(68819,5155,'syntax_highlighting','true'),(68820,5155,'comment_shortcuts','false'),(68821,5155,'admin_color','fresh'),(68822,5155,'use_ssl','0'),(68823,5155,'show_admin_bar_front','true'),(68824,5155,'locale',''),(68825,5155,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68826,5155,'wp_user_level','0'),(68827,5155,'default_password_nag','1'),(68828,5156,'nickname','rkingsbury381983'),(68829,5156,'first_name',''),(68830,5156,'last_name',''),(68831,5156,'description',''),(68832,5156,'rich_editing','true'),(68833,5156,'syntax_highlighting','true'),(68834,5156,'comment_shortcuts','false'),(68835,5156,'admin_color','fresh'),(68836,5156,'use_ssl','0'),(68837,5156,'show_admin_bar_front','true'),(68838,5156,'locale',''),(68839,5156,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68840,5156,'wp_user_level','0'),(68841,5156,'default_password_nag','1'),(68842,5157,'nickname','vkdoug1966'),(68843,5157,'first_name',''),(68844,5157,'last_name',''),(68845,5157,'description',''),(68846,5157,'rich_editing','true'),(68847,5157,'syntax_highlighting','true'),(68848,5157,'comment_shortcuts','false'),(68849,5157,'admin_color','fresh'),(68850,5157,'use_ssl','0'),(68851,5157,'show_admin_bar_front','true'),(68852,5157,'locale',''),(68853,5157,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68854,5157,'wp_user_level','0'),(68855,5157,'default_password_nag','1'),(68856,5158,'nickname','jakemerwin19721993'),(68857,5158,'first_name',''),(68858,5158,'last_name',''),(68859,5158,'description',''),(68860,5158,'rich_editing','true'),(68861,5158,'syntax_highlighting','true'),(68862,5158,'comment_shortcuts','false'),(68863,5158,'admin_color','fresh'),(68864,5158,'use_ssl','0'),(68865,5158,'show_admin_bar_front','true'),(68866,5158,'locale',''),(68867,5158,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68868,5158,'wp_user_level','0'),(68869,5158,'default_password_nag','1'),(68870,5159,'nickname','izhastro1993'),(68871,5159,'first_name',''),(68872,5159,'last_name',''),(68873,5159,'description',''),(68874,5159,'rich_editing','true'),(68875,5159,'syntax_highlighting','true'),(68876,5159,'comment_shortcuts','false'),(68877,5159,'admin_color','fresh'),(68878,5159,'use_ssl','0'),(68879,5159,'show_admin_bar_front','true'),(68880,5159,'locale',''),(68881,5159,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68882,5159,'wp_user_level','0'),(68883,5159,'default_password_nag','1'),(68884,5160,'nickname','kristen_sanui1953'),(68885,5160,'first_name',''),(68886,5160,'last_name',''),(68887,5160,'description',''),(68888,5160,'rich_editing','true'),(68889,5160,'syntax_highlighting','true'),(68890,5160,'comment_shortcuts','false'),(68891,5160,'admin_color','fresh'),(68892,5160,'use_ssl','0'),(68893,5160,'show_admin_bar_front','true'),(68894,5160,'locale',''),(68895,5160,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68896,5160,'wp_user_level','0'),(68897,5160,'default_password_nag','1'),(68898,5161,'nickname','s.mini2002'),(68899,5161,'first_name',''),(68900,5161,'last_name',''),(68901,5161,'description',''),(68902,5161,'rich_editing','true'),(68903,5161,'syntax_highlighting','true'),(68904,5161,'comment_shortcuts','false'),(68905,5161,'admin_color','fresh'),(68906,5161,'use_ssl','0'),(68907,5161,'show_admin_bar_front','true'),(68908,5161,'locale',''),(68909,5161,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68910,5161,'wp_user_level','0'),(68911,5161,'default_password_nag','1'),(68912,5162,'nickname','kimberli.scott1959'),(68913,5162,'first_name',''),(68914,5162,'last_name',''),(68915,5162,'description',''),(68916,5162,'rich_editing','true'),(68917,5162,'syntax_highlighting','true'),(68918,5162,'comment_shortcuts','false'),(68919,5162,'admin_color','fresh'),(68920,5162,'use_ssl','0'),(68921,5162,'show_admin_bar_front','true'),(68922,5162,'locale',''),(68923,5162,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68924,5162,'wp_user_level','0'),(68925,5162,'default_password_nag','1'),(68926,5163,'nickname','cindybullock0331994'),(68927,5163,'first_name',''),(68928,5163,'last_name',''),(68929,5163,'description',''),(68930,5163,'rich_editing','true'),(68931,5163,'syntax_highlighting','true'),(68932,5163,'comment_shortcuts','false'),(68933,5163,'admin_color','fresh'),(68934,5163,'use_ssl','0'),(68935,5163,'show_admin_bar_front','true'),(68936,5163,'locale',''),(68937,5163,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68938,5163,'wp_user_level','0'),(68939,5163,'default_password_nag','1'),(68940,5164,'nickname','raidersgolfer1994'),(68941,5164,'first_name',''),(68942,5164,'last_name',''),(68943,5164,'description',''),(68944,5164,'rich_editing','true'),(68945,5164,'syntax_highlighting','true'),(68946,5164,'comment_shortcuts','false'),(68947,5164,'admin_color','fresh'),(68948,5164,'use_ssl','0'),(68949,5164,'show_admin_bar_front','true'),(68950,5164,'locale',''),(68951,5164,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68952,5164,'wp_user_level','0'),(68953,5164,'default_password_nag','1'),(68954,5165,'nickname','bill1974'),(68955,5165,'first_name',''),(68956,5165,'last_name',''),(68957,5165,'description',''),(68958,5165,'rich_editing','true'),(68959,5165,'syntax_highlighting','true'),(68960,5165,'comment_shortcuts','false'),(68961,5165,'admin_color','fresh'),(68962,5165,'use_ssl','0'),(68963,5165,'show_admin_bar_front','true'),(68964,5165,'locale',''),(68965,5165,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68966,5165,'wp_user_level','0'),(68967,5165,'default_password_nag','1'),(68968,5166,'nickname','philo.brian2003'),(68969,5166,'first_name',''),(68970,5166,'last_name',''),(68971,5166,'description',''),(68972,5166,'rich_editing','true'),(68973,5166,'syntax_highlighting','true'),(68974,5166,'comment_shortcuts','false'),(68975,5166,'admin_color','fresh'),(68976,5166,'use_ssl','0'),(68977,5166,'show_admin_bar_front','true'),(68978,5166,'locale',''),(68979,5166,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68980,5166,'wp_user_level','0'),(68981,5166,'default_password_nag','1'),(68982,5167,'nickname','alvin621959'),(68983,5167,'first_name',''),(68984,5167,'last_name',''),(68985,5167,'description',''),(68986,5167,'rich_editing','true'),(68987,5167,'syntax_highlighting','true'),(68988,5167,'comment_shortcuts','false'),(68989,5167,'admin_color','fresh'),(68990,5167,'use_ssl','0'),(68991,5167,'show_admin_bar_front','true'),(68992,5167,'locale',''),(68993,5167,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(68994,5167,'wp_user_level','0'),(68995,5167,'default_password_nag','1'),(68996,5168,'nickname','tom1988'),(68997,5168,'first_name',''),(68998,5168,'last_name',''),(68999,5168,'description',''),(69000,5168,'rich_editing','true'),(69001,5168,'syntax_highlighting','true'),(69002,5168,'comment_shortcuts','false'),(69003,5168,'admin_color','fresh'),(69004,5168,'use_ssl','0'),(69005,5168,'show_admin_bar_front','true'),(69006,5168,'locale',''),(69007,5168,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69008,5168,'wp_user_level','0'),(69009,5168,'default_password_nag','1'),(69010,5169,'nickname','massarocommon1991'),(69011,5169,'first_name',''),(69012,5169,'last_name',''),(69013,5169,'description',''),(69014,5169,'rich_editing','true'),(69015,5169,'syntax_highlighting','true'),(69016,5169,'comment_shortcuts','false'),(69017,5169,'admin_color','fresh'),(69018,5169,'use_ssl','0'),(69019,5169,'show_admin_bar_front','true'),(69020,5169,'locale',''),(69021,5169,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69022,5169,'wp_user_level','0'),(69023,5169,'default_password_nag','1'),(69024,5170,'nickname','morrison1dm1953'),(69025,5170,'first_name',''),(69026,5170,'last_name',''),(69027,5170,'description',''),(69028,5170,'rich_editing','true'),(69029,5170,'syntax_highlighting','true'),(69030,5170,'comment_shortcuts','false'),(69031,5170,'admin_color','fresh'),(69032,5170,'use_ssl','0'),(69033,5170,'show_admin_bar_front','true'),(69034,5170,'locale',''),(69035,5170,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69036,5170,'wp_user_level','0'),(69037,5170,'default_password_nag','1'),(69038,5171,'nickname','lmcrowell1967'),(69039,5171,'first_name',''),(69040,5171,'last_name',''),(69041,5171,'description',''),(69042,5171,'rich_editing','true'),(69043,5171,'syntax_highlighting','true'),(69044,5171,'comment_shortcuts','false'),(69045,5171,'admin_color','fresh'),(69046,5171,'use_ssl','0'),(69047,5171,'show_admin_bar_front','true'),(69048,5171,'locale',''),(69049,5171,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69050,5171,'wp_user_level','0'),(69051,5171,'default_password_nag','1'),(69052,5172,'nickname','zhongwenhanzxz2003'),(69053,5172,'first_name',''),(69054,5172,'last_name',''),(69055,5172,'description',''),(69056,5172,'rich_editing','true'),(69057,5172,'syntax_highlighting','true'),(69058,5172,'comment_shortcuts','false'),(69059,5172,'admin_color','fresh'),(69060,5172,'use_ssl','0'),(69061,5172,'show_admin_bar_front','true'),(69062,5172,'locale',''),(69063,5172,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69064,5172,'wp_user_level','0'),(69065,5172,'default_password_nag','1'),(69066,5173,'nickname','aaron.climatesys2008'),(69067,5173,'first_name',''),(69068,5173,'last_name',''),(69069,5173,'description',''),(69070,5173,'rich_editing','true'),(69071,5173,'syntax_highlighting','true'),(69072,5173,'comment_shortcuts','false'),(69073,5173,'admin_color','fresh'),(69074,5173,'use_ssl','0'),(69075,5173,'show_admin_bar_front','true'),(69076,5173,'locale',''),(69077,5173,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69078,5173,'wp_user_level','0'),(69079,5173,'default_password_nag','1'),(69080,5174,'nickname','kamcain2010'),(69081,5174,'first_name',''),(69082,5174,'last_name',''),(69083,5174,'description',''),(69084,5174,'rich_editing','true'),(69085,5174,'syntax_highlighting','true'),(69086,5174,'comment_shortcuts','false'),(69087,5174,'admin_color','fresh'),(69088,5174,'use_ssl','0'),(69089,5174,'show_admin_bar_front','true'),(69090,5174,'locale',''),(69091,5174,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69092,5174,'wp_user_level','0'),(69093,5174,'default_password_nag','1'),(69094,5175,'nickname','cheemaritu1960'),(69095,5175,'first_name',''),(69096,5175,'last_name',''),(69097,5175,'description',''),(69098,5175,'rich_editing','true'),(69099,5175,'syntax_highlighting','true'),(69100,5175,'comment_shortcuts','false'),(69101,5175,'admin_color','fresh'),(69102,5175,'use_ssl','0'),(69103,5175,'show_admin_bar_front','true'),(69104,5175,'locale',''),(69105,5175,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69106,5175,'wp_user_level','0'),(69107,5175,'default_password_nag','1'),(69108,5176,'nickname','marshalevi2001'),(69109,5176,'first_name',''),(69110,5176,'last_name',''),(69111,5176,'description',''),(69112,5176,'rich_editing','true'),(69113,5176,'syntax_highlighting','true'),(69114,5176,'comment_shortcuts','false'),(69115,5176,'admin_color','fresh'),(69116,5176,'use_ssl','0'),(69117,5176,'show_admin_bar_front','true'),(69118,5176,'locale',''),(69119,5176,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69120,5176,'wp_user_level','0'),(69121,5176,'default_password_nag','1'),(69122,5177,'nickname','parkerr3211978'),(69123,5177,'first_name',''),(69124,5177,'last_name',''),(69125,5177,'description',''),(69126,5177,'rich_editing','true'),(69127,5177,'syntax_highlighting','true'),(69128,5177,'comment_shortcuts','false'),(69129,5177,'admin_color','fresh'),(69130,5177,'use_ssl','0'),(69131,5177,'show_admin_bar_front','true'),(69132,5177,'locale',''),(69133,5177,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69134,5177,'wp_user_level','0'),(69135,5177,'default_password_nag','1'),(69136,5178,'nickname','wanailtd1965'),(69137,5178,'first_name',''),(69138,5178,'last_name',''),(69139,5178,'description',''),(69140,5178,'rich_editing','true'),(69141,5178,'syntax_highlighting','true'),(69142,5178,'comment_shortcuts','false'),(69143,5178,'admin_color','fresh'),(69144,5178,'use_ssl','0'),(69145,5178,'show_admin_bar_front','true'),(69146,5178,'locale',''),(69147,5178,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69148,5178,'wp_user_level','0'),(69149,5178,'default_password_nag','1'),(69150,5179,'nickname','deedeeright1952'),(69151,5179,'first_name',''),(69152,5179,'last_name',''),(69153,5179,'description',''),(69154,5179,'rich_editing','true'),(69155,5179,'syntax_highlighting','true'),(69156,5179,'comment_shortcuts','false'),(69157,5179,'admin_color','fresh'),(69158,5179,'use_ssl','0'),(69159,5179,'show_admin_bar_front','true'),(69160,5179,'locale',''),(69161,5179,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69162,5179,'wp_user_level','0'),(69163,5179,'default_password_nag','1'),(69164,5180,'nickname','andersonchar211993'),(69165,5180,'first_name',''),(69166,5180,'last_name',''),(69167,5180,'description',''),(69168,5180,'rich_editing','true'),(69169,5180,'syntax_highlighting','true'),(69170,5180,'comment_shortcuts','false'),(69171,5180,'admin_color','fresh'),(69172,5180,'use_ssl','0'),(69173,5180,'show_admin_bar_front','true'),(69174,5180,'locale',''),(69175,5180,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69176,5180,'wp_user_level','0'),(69177,5180,'default_password_nag','1'),(69178,5181,'nickname','materialsmgmt1960'),(69179,5181,'first_name',''),(69180,5181,'last_name',''),(69181,5181,'description',''),(69182,5181,'rich_editing','true'),(69183,5181,'syntax_highlighting','true'),(69184,5181,'comment_shortcuts','false'),(69185,5181,'admin_color','fresh'),(69186,5181,'use_ssl','0'),(69187,5181,'show_admin_bar_front','true'),(69188,5181,'locale',''),(69189,5181,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69190,5181,'wp_user_level','0'),(69191,5181,'default_password_nag','1'),(69192,5182,'nickname','richardscott19681999'),(69193,5182,'first_name',''),(69194,5182,'last_name',''),(69195,5182,'description',''),(69196,5182,'rich_editing','true'),(69197,5182,'syntax_highlighting','true'),(69198,5182,'comment_shortcuts','false'),(69199,5182,'admin_color','fresh'),(69200,5182,'use_ssl','0'),(69201,5182,'show_admin_bar_front','true'),(69202,5182,'locale',''),(69203,5182,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69204,5182,'wp_user_level','0'),(69205,5182,'default_password_nag','1'),(69206,5183,'nickname','karalarocco1968'),(69207,5183,'first_name',''),(69208,5183,'last_name',''),(69209,5183,'description',''),(69210,5183,'rich_editing','true'),(69211,5183,'syntax_highlighting','true'),(69212,5183,'comment_shortcuts','false'),(69213,5183,'admin_color','fresh'),(69214,5183,'use_ssl','0'),(69215,5183,'show_admin_bar_front','true'),(69216,5183,'locale',''),(69217,5183,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69218,5183,'wp_user_level','0'),(69219,5183,'default_password_nag','1'),(69220,5184,'nickname','trefam1963'),(69221,5184,'first_name',''),(69222,5184,'last_name',''),(69223,5184,'description',''),(69224,5184,'rich_editing','true'),(69225,5184,'syntax_highlighting','true'),(69226,5184,'comment_shortcuts','false'),(69227,5184,'admin_color','fresh'),(69228,5184,'use_ssl','0'),(69229,5184,'show_admin_bar_front','true'),(69230,5184,'locale',''),(69231,5184,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69232,5184,'wp_user_level','0'),(69233,5184,'default_password_nag','1'),(69234,5185,'nickname','tonysrestaurant2002'),(69235,5185,'first_name',''),(69236,5185,'last_name',''),(69237,5185,'description',''),(69238,5185,'rich_editing','true'),(69239,5185,'syntax_highlighting','true'),(69240,5185,'comment_shortcuts','false'),(69241,5185,'admin_color','fresh'),(69242,5185,'use_ssl','0'),(69243,5185,'show_admin_bar_front','true'),(69244,5185,'locale',''),(69245,5185,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69246,5185,'wp_user_level','0'),(69247,5185,'default_password_nag','1'),(69248,5186,'nickname','flynn31531994'),(69249,5186,'first_name',''),(69250,5186,'last_name',''),(69251,5186,'description',''),(69252,5186,'rich_editing','true'),(69253,5186,'syntax_highlighting','true'),(69254,5186,'comment_shortcuts','false'),(69255,5186,'admin_color','fresh'),(69256,5186,'use_ssl','0'),(69257,5186,'show_admin_bar_front','true'),(69258,5186,'locale',''),(69259,5186,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69260,5186,'wp_user_level','0'),(69261,5186,'default_password_nag','1'),(69262,5187,'nickname','michael.frericks1981'),(69263,5187,'first_name',''),(69264,5187,'last_name',''),(69265,5187,'description',''),(69266,5187,'rich_editing','true'),(69267,5187,'syntax_highlighting','true'),(69268,5187,'comment_shortcuts','false'),(69269,5187,'admin_color','fresh'),(69270,5187,'use_ssl','0'),(69271,5187,'show_admin_bar_front','true'),(69272,5187,'locale',''),(69273,5187,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69274,5187,'wp_user_level','0'),(69275,5187,'default_password_nag','1'),(69276,5188,'nickname','gloriacovarrubias1967'),(69277,5188,'first_name',''),(69278,5188,'last_name',''),(69279,5188,'description',''),(69280,5188,'rich_editing','true'),(69281,5188,'syntax_highlighting','true'),(69282,5188,'comment_shortcuts','false'),(69283,5188,'admin_color','fresh'),(69284,5188,'use_ssl','0'),(69285,5188,'show_admin_bar_front','true'),(69286,5188,'locale',''),(69287,5188,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69288,5188,'wp_user_level','0'),(69289,5188,'default_password_nag','1'),(69290,5189,'nickname','janukk20021986'),(69291,5189,'first_name',''),(69292,5189,'last_name',''),(69293,5189,'description',''),(69294,5189,'rich_editing','true'),(69295,5189,'syntax_highlighting','true'),(69296,5189,'comment_shortcuts','false'),(69297,5189,'admin_color','fresh'),(69298,5189,'use_ssl','0'),(69299,5189,'show_admin_bar_front','true'),(69300,5189,'locale',''),(69301,5189,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69302,5189,'wp_user_level','0'),(69303,5189,'default_password_nag','1'),(69304,5190,'nickname','prabodhanet1960'),(69305,5190,'first_name',''),(69306,5190,'last_name',''),(69307,5190,'description',''),(69308,5190,'rich_editing','true'),(69309,5190,'syntax_highlighting','true'),(69310,5190,'comment_shortcuts','false'),(69311,5190,'admin_color','fresh'),(69312,5190,'use_ssl','0'),(69313,5190,'show_admin_bar_front','true'),(69314,5190,'locale',''),(69315,5190,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69316,5190,'wp_user_level','0'),(69317,5190,'default_password_nag','1'),(69318,5191,'nickname','azwalkuski2002'),(69319,5191,'first_name',''),(69320,5191,'last_name',''),(69321,5191,'description',''),(69322,5191,'rich_editing','true'),(69323,5191,'syntax_highlighting','true'),(69324,5191,'comment_shortcuts','false'),(69325,5191,'admin_color','fresh'),(69326,5191,'use_ssl','0'),(69327,5191,'show_admin_bar_front','true'),(69328,5191,'locale',''),(69329,5191,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69330,5191,'wp_user_level','0'),(69331,5191,'default_password_nag','1'),(69332,5192,'nickname','steven.davis92008'),(69333,5192,'first_name',''),(69334,5192,'last_name',''),(69335,5192,'description',''),(69336,5192,'rich_editing','true'),(69337,5192,'syntax_highlighting','true'),(69338,5192,'comment_shortcuts','false'),(69339,5192,'admin_color','fresh'),(69340,5192,'use_ssl','0'),(69341,5192,'show_admin_bar_front','true'),(69342,5192,'locale',''),(69343,5192,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69344,5192,'wp_user_level','0'),(69345,5192,'default_password_nag','1'),(69346,5193,'nickname','kingcobra11980'),(69347,5193,'first_name',''),(69348,5193,'last_name',''),(69349,5193,'description',''),(69350,5193,'rich_editing','true'),(69351,5193,'syntax_highlighting','true'),(69352,5193,'comment_shortcuts','false'),(69353,5193,'admin_color','fresh'),(69354,5193,'use_ssl','0'),(69355,5193,'show_admin_bar_front','true'),(69356,5193,'locale',''),(69357,5193,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69358,5193,'wp_user_level','0'),(69359,5193,'default_password_nag','1'),(69360,5194,'nickname','tina.beerlauver1959'),(69361,5194,'first_name',''),(69362,5194,'last_name',''),(69363,5194,'description',''),(69364,5194,'rich_editing','true'),(69365,5194,'syntax_highlighting','true'),(69366,5194,'comment_shortcuts','false'),(69367,5194,'admin_color','fresh'),(69368,5194,'use_ssl','0'),(69369,5194,'show_admin_bar_front','true'),(69370,5194,'locale',''),(69371,5194,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69372,5194,'wp_user_level','0'),(69373,5194,'default_password_nag','1'),(69374,5195,'nickname','matt.twyman9891996'),(69375,5195,'first_name',''),(69376,5195,'last_name',''),(69377,5195,'description',''),(69378,5195,'rich_editing','true'),(69379,5195,'syntax_highlighting','true'),(69380,5195,'comment_shortcuts','false'),(69381,5195,'admin_color','fresh'),(69382,5195,'use_ssl','0'),(69383,5195,'show_admin_bar_front','true'),(69384,5195,'locale',''),(69385,5195,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69386,5195,'wp_user_level','0'),(69387,5195,'default_password_nag','1'),(69388,5196,'nickname','swazeeg991950'),(69389,5196,'first_name',''),(69390,5196,'last_name',''),(69391,5196,'description',''),(69392,5196,'rich_editing','true'),(69393,5196,'syntax_highlighting','true'),(69394,5196,'comment_shortcuts','false'),(69395,5196,'admin_color','fresh'),(69396,5196,'use_ssl','0'),(69397,5196,'show_admin_bar_front','true'),(69398,5196,'locale',''),(69399,5196,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69400,5196,'wp_user_level','0'),(69401,5196,'default_password_nag','1'),(69402,5197,'nickname','brenthorner1965'),(69403,5197,'first_name',''),(69404,5197,'last_name',''),(69405,5197,'description',''),(69406,5197,'rich_editing','true'),(69407,5197,'syntax_highlighting','true'),(69408,5197,'comment_shortcuts','false'),(69409,5197,'admin_color','fresh'),(69410,5197,'use_ssl','0'),(69411,5197,'show_admin_bar_front','true'),(69412,5197,'locale',''),(69413,5197,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69414,5197,'wp_user_level','0'),(69415,5197,'default_password_nag','1'),(69416,5198,'nickname','chzmo4271963'),(69417,5198,'first_name',''),(69418,5198,'last_name',''),(69419,5198,'description',''),(69420,5198,'rich_editing','true'),(69421,5198,'syntax_highlighting','true'),(69422,5198,'comment_shortcuts','false'),(69423,5198,'admin_color','fresh'),(69424,5198,'use_ssl','0'),(69425,5198,'show_admin_bar_front','true'),(69426,5198,'locale',''),(69427,5198,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69428,5198,'wp_user_level','0'),(69429,5198,'default_password_nag','1'),(69430,5199,'nickname','504shive1985'),(69431,5199,'first_name',''),(69432,5199,'last_name',''),(69433,5199,'description',''),(69434,5199,'rich_editing','true'),(69435,5199,'syntax_highlighting','true'),(69436,5199,'comment_shortcuts','false'),(69437,5199,'admin_color','fresh'),(69438,5199,'use_ssl','0'),(69439,5199,'show_admin_bar_front','true'),(69440,5199,'locale',''),(69441,5199,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69442,5199,'wp_user_level','0'),(69443,5199,'default_password_nag','1'),(69444,5200,'nickname','dhankins51979'),(69445,5200,'first_name',''),(69446,5200,'last_name',''),(69447,5200,'description',''),(69448,5200,'rich_editing','true'),(69449,5200,'syntax_highlighting','true'),(69450,5200,'comment_shortcuts','false'),(69451,5200,'admin_color','fresh'),(69452,5200,'use_ssl','0'),(69453,5200,'show_admin_bar_front','true'),(69454,5200,'locale',''),(69455,5200,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69456,5200,'wp_user_level','0'),(69457,5200,'default_password_nag','1'),(69458,5201,'nickname','ezygezy1984'),(69459,5201,'first_name',''),(69460,5201,'last_name',''),(69461,5201,'description',''),(69462,5201,'rich_editing','true'),(69463,5201,'syntax_highlighting','true'),(69464,5201,'comment_shortcuts','false'),(69465,5201,'admin_color','fresh'),(69466,5201,'use_ssl','0'),(69467,5201,'show_admin_bar_front','true'),(69468,5201,'locale',''),(69469,5201,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69470,5201,'wp_user_level','0'),(69471,5201,'default_password_nag','1'),(69472,5202,'nickname','morenobosch2006'),(69473,5202,'first_name',''),(69474,5202,'last_name',''),(69475,5202,'description',''),(69476,5202,'rich_editing','true'),(69477,5202,'syntax_highlighting','true'),(69478,5202,'comment_shortcuts','false'),(69479,5202,'admin_color','fresh'),(69480,5202,'use_ssl','0'),(69481,5202,'show_admin_bar_front','true'),(69482,5202,'locale',''),(69483,5202,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69484,5202,'wp_user_level','0'),(69485,5202,'default_password_nag','1'),(69486,5203,'nickname','jeff1974'),(69487,5203,'first_name',''),(69488,5203,'last_name',''),(69489,5203,'description',''),(69490,5203,'rich_editing','true'),(69491,5203,'syntax_highlighting','true'),(69492,5203,'comment_shortcuts','false'),(69493,5203,'admin_color','fresh'),(69494,5203,'use_ssl','0'),(69495,5203,'show_admin_bar_front','true'),(69496,5203,'locale',''),(69497,5203,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69498,5203,'wp_user_level','0'),(69499,5203,'default_password_nag','1'),(69500,5204,'nickname','greg.norton6261996'),(69501,5204,'first_name',''),(69502,5204,'last_name',''),(69503,5204,'description',''),(69504,5204,'rich_editing','true'),(69505,5204,'syntax_highlighting','true'),(69506,5204,'comment_shortcuts','false'),(69507,5204,'admin_color','fresh'),(69508,5204,'use_ssl','0'),(69509,5204,'show_admin_bar_front','true'),(69510,5204,'locale',''),(69511,5204,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69512,5204,'wp_user_level','0'),(69513,5204,'default_password_nag','1'),(69514,5205,'nickname','gi9.gtech1994'),(69515,5205,'first_name',''),(69516,5205,'last_name',''),(69517,5205,'description',''),(69518,5205,'rich_editing','true'),(69519,5205,'syntax_highlighting','true'),(69520,5205,'comment_shortcuts','false'),(69521,5205,'admin_color','fresh'),(69522,5205,'use_ssl','0'),(69523,5205,'show_admin_bar_front','true'),(69524,5205,'locale',''),(69525,5205,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69526,5205,'wp_user_level','0'),(69527,5205,'default_password_nag','1'),(69528,5206,'nickname','johnrenaudette1964'),(69529,5206,'first_name',''),(69530,5206,'last_name',''),(69531,5206,'description',''),(69532,5206,'rich_editing','true'),(69533,5206,'syntax_highlighting','true'),(69534,5206,'comment_shortcuts','false'),(69535,5206,'admin_color','fresh'),(69536,5206,'use_ssl','0'),(69537,5206,'show_admin_bar_front','true'),(69538,5206,'locale',''),(69539,5206,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69540,5206,'wp_user_level','0'),(69541,5206,'default_password_nag','1'),(69542,5207,'nickname','akvann801979'),(69543,5207,'first_name',''),(69544,5207,'last_name',''),(69545,5207,'description',''),(69546,5207,'rich_editing','true'),(69547,5207,'syntax_highlighting','true'),(69548,5207,'comment_shortcuts','false'),(69549,5207,'admin_color','fresh'),(69550,5207,'use_ssl','0'),(69551,5207,'show_admin_bar_front','true'),(69552,5207,'locale',''),(69553,5207,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69554,5207,'wp_user_level','0'),(69555,5207,'default_password_nag','1'),(69556,5208,'nickname','lornahoang1980'),(69557,5208,'first_name',''),(69558,5208,'last_name',''),(69559,5208,'description',''),(69560,5208,'rich_editing','true'),(69561,5208,'syntax_highlighting','true'),(69562,5208,'comment_shortcuts','false'),(69563,5208,'admin_color','fresh'),(69564,5208,'use_ssl','0'),(69565,5208,'show_admin_bar_front','true'),(69566,5208,'locale',''),(69567,5208,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69568,5208,'wp_user_level','0'),(69569,5208,'default_password_nag','1'),(69570,5209,'nickname','katsimmons1960'),(69571,5209,'first_name',''),(69572,5209,'last_name',''),(69573,5209,'description',''),(69574,5209,'rich_editing','true'),(69575,5209,'syntax_highlighting','true'),(69576,5209,'comment_shortcuts','false'),(69577,5209,'admin_color','fresh'),(69578,5209,'use_ssl','0'),(69579,5209,'show_admin_bar_front','true'),(69580,5209,'locale',''),(69581,5209,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69582,5209,'wp_user_level','0'),(69583,5209,'default_password_nag','1'),(69584,5210,'nickname','svo4561975'),(69585,5210,'first_name',''),(69586,5210,'last_name',''),(69587,5210,'description',''),(69588,5210,'rich_editing','true'),(69589,5210,'syntax_highlighting','true'),(69590,5210,'comment_shortcuts','false'),(69591,5210,'admin_color','fresh'),(69592,5210,'use_ssl','0'),(69593,5210,'show_admin_bar_front','true'),(69594,5210,'locale',''),(69595,5210,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69596,5210,'wp_user_level','0'),(69597,5210,'default_password_nag','1'),(69598,5211,'nickname','ashalenon2005'),(69599,5211,'first_name',''),(69600,5211,'last_name',''),(69601,5211,'description',''),(69602,5211,'rich_editing','true'),(69603,5211,'syntax_highlighting','true'),(69604,5211,'comment_shortcuts','false'),(69605,5211,'admin_color','fresh'),(69606,5211,'use_ssl','0'),(69607,5211,'show_admin_bar_front','true'),(69608,5211,'locale',''),(69609,5211,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69610,5211,'wp_user_level','0'),(69611,5211,'default_password_nag','1'),(69612,5212,'nickname','maria.barabasch1953'),(69613,5212,'first_name',''),(69614,5212,'last_name',''),(69615,5212,'description',''),(69616,5212,'rich_editing','true'),(69617,5212,'syntax_highlighting','true'),(69618,5212,'comment_shortcuts','false'),(69619,5212,'admin_color','fresh'),(69620,5212,'use_ssl','0'),(69621,5212,'show_admin_bar_front','true'),(69622,5212,'locale',''),(69623,5212,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69624,5212,'wp_user_level','0'),(69625,5212,'default_password_nag','1'),(69626,5213,'nickname','darr4fun1962'),(69627,5213,'first_name',''),(69628,5213,'last_name',''),(69629,5213,'description',''),(69630,5213,'rich_editing','true'),(69631,5213,'syntax_highlighting','true'),(69632,5213,'comment_shortcuts','false'),(69633,5213,'admin_color','fresh'),(69634,5213,'use_ssl','0'),(69635,5213,'show_admin_bar_front','true'),(69636,5213,'locale',''),(69637,5213,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69638,5213,'wp_user_level','0'),(69639,5213,'default_password_nag','1'),(69640,5214,'nickname','holeehole2004'),(69641,5214,'first_name',''),(69642,5214,'last_name',''),(69643,5214,'description',''),(69644,5214,'rich_editing','true'),(69645,5214,'syntax_highlighting','true'),(69646,5214,'comment_shortcuts','false'),(69647,5214,'admin_color','fresh'),(69648,5214,'use_ssl','0'),(69649,5214,'show_admin_bar_front','true'),(69650,5214,'locale',''),(69651,5214,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69652,5214,'wp_user_level','0'),(69653,5214,'default_password_nag','1'),(69654,5215,'nickname','paolo.niko.garcia1981'),(69655,5215,'first_name',''),(69656,5215,'last_name',''),(69657,5215,'description',''),(69658,5215,'rich_editing','true'),(69659,5215,'syntax_highlighting','true'),(69660,5215,'comment_shortcuts','false'),(69661,5215,'admin_color','fresh'),(69662,5215,'use_ssl','0'),(69663,5215,'show_admin_bar_front','true'),(69664,5215,'locale',''),(69665,5215,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69666,5215,'wp_user_level','0'),(69667,5215,'default_password_nag','1'),(69668,5216,'nickname','orme1421989'),(69669,5216,'first_name',''),(69670,5216,'last_name',''),(69671,5216,'description',''),(69672,5216,'rich_editing','true'),(69673,5216,'syntax_highlighting','true'),(69674,5216,'comment_shortcuts','false'),(69675,5216,'admin_color','fresh'),(69676,5216,'use_ssl','0'),(69677,5216,'show_admin_bar_front','true'),(69678,5216,'locale',''),(69679,5216,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69680,5216,'wp_user_level','0'),(69681,5216,'default_password_nag','1'),(69682,5217,'nickname','tamina.rawlins1954'),(69683,5217,'first_name',''),(69684,5217,'last_name',''),(69685,5217,'description',''),(69686,5217,'rich_editing','true'),(69687,5217,'syntax_highlighting','true'),(69688,5217,'comment_shortcuts','false'),(69689,5217,'admin_color','fresh'),(69690,5217,'use_ssl','0'),(69691,5217,'show_admin_bar_front','true'),(69692,5217,'locale',''),(69693,5217,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69694,5217,'wp_user_level','0'),(69695,5217,'default_password_nag','1'),(69696,5218,'nickname','pecunia12005'),(69697,5218,'first_name',''),(69698,5218,'last_name',''),(69699,5218,'description',''),(69700,5218,'rich_editing','true'),(69701,5218,'syntax_highlighting','true'),(69702,5218,'comment_shortcuts','false'),(69703,5218,'admin_color','fresh'),(69704,5218,'use_ssl','0'),(69705,5218,'show_admin_bar_front','true'),(69706,5218,'locale',''),(69707,5218,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69708,5218,'wp_user_level','0'),(69709,5218,'default_password_nag','1'),(69710,5219,'nickname','debmunn1972'),(69711,5219,'first_name',''),(69712,5219,'last_name',''),(69713,5219,'description',''),(69714,5219,'rich_editing','true'),(69715,5219,'syntax_highlighting','true'),(69716,5219,'comment_shortcuts','false'),(69717,5219,'admin_color','fresh'),(69718,5219,'use_ssl','0'),(69719,5219,'show_admin_bar_front','true'),(69720,5219,'locale',''),(69721,5219,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69722,5219,'wp_user_level','0'),(69723,5219,'default_password_nag','1'),(69724,5220,'nickname','michelle.dalene1990'),(69725,5220,'first_name',''),(69726,5220,'last_name',''),(69727,5220,'description',''),(69728,5220,'rich_editing','true'),(69729,5220,'syntax_highlighting','true'),(69730,5220,'comment_shortcuts','false'),(69731,5220,'admin_color','fresh'),(69732,5220,'use_ssl','0'),(69733,5220,'show_admin_bar_front','true'),(69734,5220,'locale',''),(69735,5220,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69736,5220,'wp_user_level','0'),(69737,5220,'default_password_nag','1'),(69738,5221,'nickname','gregory.t.bernard1996'),(69739,5221,'first_name',''),(69740,5221,'last_name',''),(69741,5221,'description',''),(69742,5221,'rich_editing','true'),(69743,5221,'syntax_highlighting','true'),(69744,5221,'comment_shortcuts','false'),(69745,5221,'admin_color','fresh'),(69746,5221,'use_ssl','0'),(69747,5221,'show_admin_bar_front','true'),(69748,5221,'locale',''),(69749,5221,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69750,5221,'wp_user_level','0'),(69751,5221,'default_password_nag','1'),(69752,5222,'nickname','paulgibbs46801961'),(69753,5222,'first_name',''),(69754,5222,'last_name',''),(69755,5222,'description',''),(69756,5222,'rich_editing','true'),(69757,5222,'syntax_highlighting','true'),(69758,5222,'comment_shortcuts','false'),(69759,5222,'admin_color','fresh'),(69760,5222,'use_ssl','0'),(69761,5222,'show_admin_bar_front','true'),(69762,5222,'locale',''),(69763,5222,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69764,5222,'wp_user_level','0'),(69765,5222,'default_password_nag','1'),(69766,5223,'nickname','twolowes1997'),(69767,5223,'first_name',''),(69768,5223,'last_name',''),(69769,5223,'description',''),(69770,5223,'rich_editing','true'),(69771,5223,'syntax_highlighting','true'),(69772,5223,'comment_shortcuts','false'),(69773,5223,'admin_color','fresh'),(69774,5223,'use_ssl','0'),(69775,5223,'show_admin_bar_front','true'),(69776,5223,'locale',''),(69777,5223,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69778,5223,'wp_user_level','0'),(69779,5223,'default_password_nag','1'),(69780,5224,'nickname','mentzergreg2009'),(69781,5224,'first_name',''),(69782,5224,'last_name',''),(69783,5224,'description',''),(69784,5224,'rich_editing','true'),(69785,5224,'syntax_highlighting','true'),(69786,5224,'comment_shortcuts','false'),(69787,5224,'admin_color','fresh'),(69788,5224,'use_ssl','0'),(69789,5224,'show_admin_bar_front','true'),(69790,5224,'locale',''),(69791,5224,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69792,5224,'wp_user_level','0'),(69793,5224,'default_password_nag','1'),(69794,5225,'nickname','fostergregd1992'),(69795,5225,'first_name',''),(69796,5225,'last_name',''),(69797,5225,'description',''),(69798,5225,'rich_editing','true'),(69799,5225,'syntax_highlighting','true'),(69800,5225,'comment_shortcuts','false'),(69801,5225,'admin_color','fresh'),(69802,5225,'use_ssl','0'),(69803,5225,'show_admin_bar_front','true'),(69804,5225,'locale',''),(69805,5225,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69806,5225,'wp_user_level','0'),(69807,5225,'default_password_nag','1'),(69808,5226,'nickname','thewyf831992'),(69809,5226,'first_name',''),(69810,5226,'last_name',''),(69811,5226,'description',''),(69812,5226,'rich_editing','true'),(69813,5226,'syntax_highlighting','true'),(69814,5226,'comment_shortcuts','false'),(69815,5226,'admin_color','fresh'),(69816,5226,'use_ssl','0'),(69817,5226,'show_admin_bar_front','true'),(69818,5226,'locale',''),(69819,5226,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69820,5226,'wp_user_level','0'),(69821,5226,'default_password_nag','1'),(69822,5227,'nickname','bobfish19531979'),(69823,5227,'first_name',''),(69824,5227,'last_name',''),(69825,5227,'description',''),(69826,5227,'rich_editing','true'),(69827,5227,'syntax_highlighting','true'),(69828,5227,'comment_shortcuts','false'),(69829,5227,'admin_color','fresh'),(69830,5227,'use_ssl','0'),(69831,5227,'show_admin_bar_front','true'),(69832,5227,'locale',''),(69833,5227,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69834,5227,'wp_user_level','0'),(69835,5227,'default_password_nag','1'),(69836,5228,'nickname','dougsievers1950'),(69837,5228,'first_name',''),(69838,5228,'last_name',''),(69839,5228,'description',''),(69840,5228,'rich_editing','true'),(69841,5228,'syntax_highlighting','true'),(69842,5228,'comment_shortcuts','false'),(69843,5228,'admin_color','fresh'),(69844,5228,'use_ssl','0'),(69845,5228,'show_admin_bar_front','true'),(69846,5228,'locale',''),(69847,5228,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69848,5228,'wp_user_level','0'),(69849,5228,'default_password_nag','1'),(69850,5229,'nickname','heyray1201957'),(69851,5229,'first_name',''),(69852,5229,'last_name',''),(69853,5229,'description',''),(69854,5229,'rich_editing','true'),(69855,5229,'syntax_highlighting','true'),(69856,5229,'comment_shortcuts','false'),(69857,5229,'admin_color','fresh'),(69858,5229,'use_ssl','0'),(69859,5229,'show_admin_bar_front','true'),(69860,5229,'locale',''),(69861,5229,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69862,5229,'wp_user_level','0'),(69863,5229,'default_password_nag','1'),(69864,5230,'nickname','rbrust2010'),(69865,5230,'first_name',''),(69866,5230,'last_name',''),(69867,5230,'description',''),(69868,5230,'rich_editing','true'),(69869,5230,'syntax_highlighting','true'),(69870,5230,'comment_shortcuts','false'),(69871,5230,'admin_color','fresh'),(69872,5230,'use_ssl','0'),(69873,5230,'show_admin_bar_front','true'),(69874,5230,'locale',''),(69875,5230,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69876,5230,'wp_user_level','0'),(69877,5230,'default_password_nag','1'),(69878,5231,'nickname','allison.damskov1960'),(69879,5231,'first_name',''),(69880,5231,'last_name',''),(69881,5231,'description',''),(69882,5231,'rich_editing','true'),(69883,5231,'syntax_highlighting','true'),(69884,5231,'comment_shortcuts','false'),(69885,5231,'admin_color','fresh'),(69886,5231,'use_ssl','0'),(69887,5231,'show_admin_bar_front','true'),(69888,5231,'locale',''),(69889,5231,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69890,5231,'wp_user_level','0'),(69891,5231,'default_password_nag','1'),(69892,5232,'nickname','kdpol1997'),(69893,5232,'first_name',''),(69894,5232,'last_name',''),(69895,5232,'description',''),(69896,5232,'rich_editing','true'),(69897,5232,'syntax_highlighting','true'),(69898,5232,'comment_shortcuts','false'),(69899,5232,'admin_color','fresh'),(69900,5232,'use_ssl','0'),(69901,5232,'show_admin_bar_front','true'),(69902,5232,'locale',''),(69903,5232,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69904,5232,'wp_user_level','0'),(69905,5232,'default_password_nag','1'),(69906,5233,'nickname','karel.kutalek1962'),(69907,5233,'first_name',''),(69908,5233,'last_name',''),(69909,5233,'description',''),(69910,5233,'rich_editing','true'),(69911,5233,'syntax_highlighting','true'),(69912,5233,'comment_shortcuts','false'),(69913,5233,'admin_color','fresh'),(69914,5233,'use_ssl','0'),(69915,5233,'show_admin_bar_front','true'),(69916,5233,'locale',''),(69917,5233,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69918,5233,'wp_user_level','0'),(69919,5233,'default_password_nag','1'),(69920,5234,'nickname','robinwright082000'),(69921,5234,'first_name',''),(69922,5234,'last_name',''),(69923,5234,'description',''),(69924,5234,'rich_editing','true'),(69925,5234,'syntax_highlighting','true'),(69926,5234,'comment_shortcuts','false'),(69927,5234,'admin_color','fresh'),(69928,5234,'use_ssl','0'),(69929,5234,'show_admin_bar_front','true'),(69930,5234,'locale',''),(69931,5234,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69932,5234,'wp_user_level','0'),(69933,5234,'default_password_nag','1'),(69934,5235,'nickname','weatheredstudios1986'),(69935,5235,'first_name',''),(69936,5235,'last_name',''),(69937,5235,'description',''),(69938,5235,'rich_editing','true'),(69939,5235,'syntax_highlighting','true'),(69940,5235,'comment_shortcuts','false'),(69941,5235,'admin_color','fresh'),(69942,5235,'use_ssl','0'),(69943,5235,'show_admin_bar_front','true'),(69944,5235,'locale',''),(69945,5235,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69946,5235,'wp_user_level','0'),(69947,5235,'default_password_nag','1'),(69948,5236,'nickname','stephanie_351973'),(69949,5236,'first_name',''),(69950,5236,'last_name',''),(69951,5236,'description',''),(69952,5236,'rich_editing','true'),(69953,5236,'syntax_highlighting','true'),(69954,5236,'comment_shortcuts','false'),(69955,5236,'admin_color','fresh'),(69956,5236,'use_ssl','0'),(69957,5236,'show_admin_bar_front','true'),(69958,5236,'locale',''),(69959,5236,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69960,5236,'wp_user_level','0'),(69961,5236,'default_password_nag','1'),(69962,5237,'nickname','tcleaver211991'),(69963,5237,'first_name',''),(69964,5237,'last_name',''),(69965,5237,'description',''),(69966,5237,'rich_editing','true'),(69967,5237,'syntax_highlighting','true'),(69968,5237,'comment_shortcuts','false'),(69969,5237,'admin_color','fresh'),(69970,5237,'use_ssl','0'),(69971,5237,'show_admin_bar_front','true'),(69972,5237,'locale',''),(69973,5237,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69974,5237,'wp_user_level','0'),(69975,5237,'default_password_nag','1'),(69976,5238,'nickname','jesshull0092000'),(69977,5238,'first_name',''),(69978,5238,'last_name',''),(69979,5238,'description',''),(69980,5238,'rich_editing','true'),(69981,5238,'syntax_highlighting','true'),(69982,5238,'comment_shortcuts','false'),(69983,5238,'admin_color','fresh'),(69984,5238,'use_ssl','0'),(69985,5238,'show_admin_bar_front','true'),(69986,5238,'locale',''),(69987,5238,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(69988,5238,'wp_user_level','0'),(69989,5238,'default_password_nag','1'),(69990,5239,'nickname','gillsuneel1967'),(69991,5239,'first_name',''),(69992,5239,'last_name',''),(69993,5239,'description',''),(69994,5239,'rich_editing','true'),(69995,5239,'syntax_highlighting','true'),(69996,5239,'comment_shortcuts','false'),(69997,5239,'admin_color','fresh'),(69998,5239,'use_ssl','0'),(69999,5239,'show_admin_bar_front','true'),(70000,5239,'locale',''),(70001,5239,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70002,5239,'wp_user_level','0'),(70003,5239,'default_password_nag','1'),(70004,5240,'nickname','contact1981'),(70005,5240,'first_name',''),(70006,5240,'last_name',''),(70007,5240,'description',''),(70008,5240,'rich_editing','true'),(70009,5240,'syntax_highlighting','true'),(70010,5240,'comment_shortcuts','false'),(70011,5240,'admin_color','fresh'),(70012,5240,'use_ssl','0'),(70013,5240,'show_admin_bar_front','true'),(70014,5240,'locale',''),(70015,5240,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70016,5240,'wp_user_level','0'),(70017,5240,'default_password_nag','1'),(70018,5241,'nickname','shackelford.angela1968'),(70019,5241,'first_name',''),(70020,5241,'last_name',''),(70021,5241,'description',''),(70022,5241,'rich_editing','true'),(70023,5241,'syntax_highlighting','true'),(70024,5241,'comment_shortcuts','false'),(70025,5241,'admin_color','fresh'),(70026,5241,'use_ssl','0'),(70027,5241,'show_admin_bar_front','true'),(70028,5241,'locale',''),(70029,5241,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70030,5241,'wp_user_level','0'),(70031,5241,'default_password_nag','1'),(70032,5242,'nickname','poharka07231998'),(70033,5242,'first_name',''),(70034,5242,'last_name',''),(70035,5242,'description',''),(70036,5242,'rich_editing','true'),(70037,5242,'syntax_highlighting','true'),(70038,5242,'comment_shortcuts','false'),(70039,5242,'admin_color','fresh'),(70040,5242,'use_ssl','0'),(70041,5242,'show_admin_bar_front','true'),(70042,5242,'locale',''),(70043,5242,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70044,5242,'wp_user_level','0'),(70045,5242,'default_password_nag','1'),(70046,5243,'nickname','kauai.g1rl2010'),(70047,5243,'first_name',''),(70048,5243,'last_name',''),(70049,5243,'description',''),(70050,5243,'rich_editing','true'),(70051,5243,'syntax_highlighting','true'),(70052,5243,'comment_shortcuts','false'),(70053,5243,'admin_color','fresh'),(70054,5243,'use_ssl','0'),(70055,5243,'show_admin_bar_front','true'),(70056,5243,'locale',''),(70057,5243,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70058,5243,'wp_user_level','0'),(70059,5243,'default_password_nag','1'),(70060,5244,'nickname','ghanert1961'),(70061,5244,'first_name',''),(70062,5244,'last_name',''),(70063,5244,'description',''),(70064,5244,'rich_editing','true'),(70065,5244,'syntax_highlighting','true'),(70066,5244,'comment_shortcuts','false'),(70067,5244,'admin_color','fresh'),(70068,5244,'use_ssl','0'),(70069,5244,'show_admin_bar_front','true'),(70070,5244,'locale',''),(70071,5244,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70072,5244,'wp_user_level','0'),(70073,5244,'default_password_nag','1'),(70074,5245,'nickname','dovigordon1994'),(70075,5245,'first_name',''),(70076,5245,'last_name',''),(70077,5245,'description',''),(70078,5245,'rich_editing','true'),(70079,5245,'syntax_highlighting','true'),(70080,5245,'comment_shortcuts','false'),(70081,5245,'admin_color','fresh'),(70082,5245,'use_ssl','0'),(70083,5245,'show_admin_bar_front','true'),(70084,5245,'locale',''),(70085,5245,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70086,5245,'wp_user_level','0'),(70087,5245,'default_password_nag','1'),(70088,5246,'nickname','mfredo111982'),(70089,5246,'first_name',''),(70090,5246,'last_name',''),(70091,5246,'description',''),(70092,5246,'rich_editing','true'),(70093,5246,'syntax_highlighting','true'),(70094,5246,'comment_shortcuts','false'),(70095,5246,'admin_color','fresh'),(70096,5246,'use_ssl','0'),(70097,5246,'show_admin_bar_front','true'),(70098,5246,'locale',''),(70099,5246,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70100,5246,'wp_user_level','0'),(70101,5246,'default_password_nag','1'),(70102,5247,'nickname','willmack1cm62007'),(70103,5247,'first_name',''),(70104,5247,'last_name',''),(70105,5247,'description',''),(70106,5247,'rich_editing','true'),(70107,5247,'syntax_highlighting','true'),(70108,5247,'comment_shortcuts','false'),(70109,5247,'admin_color','fresh'),(70110,5247,'use_ssl','0'),(70111,5247,'show_admin_bar_front','true'),(70112,5247,'locale',''),(70113,5247,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70114,5247,'wp_user_level','0'),(70115,5247,'default_password_nag','1'),(70116,5248,'nickname','anniereesnv1999'),(70117,5248,'first_name',''),(70118,5248,'last_name',''),(70119,5248,'description',''),(70120,5248,'rich_editing','true'),(70121,5248,'syntax_highlighting','true'),(70122,5248,'comment_shortcuts','false'),(70123,5248,'admin_color','fresh'),(70124,5248,'use_ssl','0'),(70125,5248,'show_admin_bar_front','true'),(70126,5248,'locale',''),(70127,5248,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70128,5248,'wp_user_level','0'),(70129,5248,'default_password_nag','1'),(70130,5249,'nickname','peter2003'),(70131,5249,'first_name',''),(70132,5249,'last_name',''),(70133,5249,'description',''),(70134,5249,'rich_editing','true'),(70135,5249,'syntax_highlighting','true'),(70136,5249,'comment_shortcuts','false'),(70137,5249,'admin_color','fresh'),(70138,5249,'use_ssl','0'),(70139,5249,'show_admin_bar_front','true'),(70140,5249,'locale',''),(70141,5249,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70142,5249,'wp_user_level','0'),(70143,5249,'default_password_nag','1'),(70144,5250,'nickname','mlvittitow1983'),(70145,5250,'first_name',''),(70146,5250,'last_name',''),(70147,5250,'description',''),(70148,5250,'rich_editing','true'),(70149,5250,'syntax_highlighting','true'),(70150,5250,'comment_shortcuts','false'),(70151,5250,'admin_color','fresh'),(70152,5250,'use_ssl','0'),(70153,5250,'show_admin_bar_front','true'),(70154,5250,'locale',''),(70155,5250,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70156,5250,'wp_user_level','0'),(70157,5250,'default_password_nag','1'),(70158,5251,'nickname','danielnehc531982'),(70159,5251,'first_name',''),(70160,5251,'last_name',''),(70161,5251,'description',''),(70162,5251,'rich_editing','true'),(70163,5251,'syntax_highlighting','true'),(70164,5251,'comment_shortcuts','false'),(70165,5251,'admin_color','fresh'),(70166,5251,'use_ssl','0'),(70167,5251,'show_admin_bar_front','true'),(70168,5251,'locale',''),(70169,5251,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70170,5251,'wp_user_level','0'),(70171,5251,'default_password_nag','1'),(70172,5252,'nickname','sri.adapa1975'),(70173,5252,'first_name',''),(70174,5252,'last_name',''),(70175,5252,'description',''),(70176,5252,'rich_editing','true'),(70177,5252,'syntax_highlighting','true'),(70178,5252,'comment_shortcuts','false'),(70179,5252,'admin_color','fresh'),(70180,5252,'use_ssl','0'),(70181,5252,'show_admin_bar_front','true'),(70182,5252,'locale',''),(70183,5252,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70184,5252,'wp_user_level','0'),(70185,5252,'default_password_nag','1'),(70186,5253,'nickname','abrowland132006'),(70187,5253,'first_name',''),(70188,5253,'last_name',''),(70189,5253,'description',''),(70190,5253,'rich_editing','true'),(70191,5253,'syntax_highlighting','true'),(70192,5253,'comment_shortcuts','false'),(70193,5253,'admin_color','fresh'),(70194,5253,'use_ssl','0'),(70195,5253,'show_admin_bar_front','true'),(70196,5253,'locale',''),(70197,5253,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70198,5253,'wp_user_level','0'),(70199,5253,'default_password_nag','1'),(70200,5254,'nickname','kallab921956'),(70201,5254,'first_name',''),(70202,5254,'last_name',''),(70203,5254,'description',''),(70204,5254,'rich_editing','true'),(70205,5254,'syntax_highlighting','true'),(70206,5254,'comment_shortcuts','false'),(70207,5254,'admin_color','fresh'),(70208,5254,'use_ssl','0'),(70209,5254,'show_admin_bar_front','true'),(70210,5254,'locale',''),(70211,5254,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70212,5254,'wp_user_level','0'),(70213,5254,'default_password_nag','1'),(70214,5255,'nickname','kennaelise121950'),(70215,5255,'first_name',''),(70216,5255,'last_name',''),(70217,5255,'description',''),(70218,5255,'rich_editing','true'),(70219,5255,'syntax_highlighting','true'),(70220,5255,'comment_shortcuts','false'),(70221,5255,'admin_color','fresh'),(70222,5255,'use_ssl','0'),(70223,5255,'show_admin_bar_front','true'),(70224,5255,'locale',''),(70225,5255,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70226,5255,'wp_user_level','0'),(70227,5255,'default_password_nag','1'),(70228,5256,'nickname','d.m.laan1964'),(70229,5256,'first_name',''),(70230,5256,'last_name',''),(70231,5256,'description',''),(70232,5256,'rich_editing','true'),(70233,5256,'syntax_highlighting','true'),(70234,5256,'comment_shortcuts','false'),(70235,5256,'admin_color','fresh'),(70236,5256,'use_ssl','0'),(70237,5256,'show_admin_bar_front','true'),(70238,5256,'locale',''),(70239,5256,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70240,5256,'wp_user_level','0'),(70241,5256,'default_password_nag','1'),(70242,5257,'nickname','emrich2007'),(70243,5257,'first_name',''),(70244,5257,'last_name',''),(70245,5257,'description',''),(70246,5257,'rich_editing','true'),(70247,5257,'syntax_highlighting','true'),(70248,5257,'comment_shortcuts','false'),(70249,5257,'admin_color','fresh'),(70250,5257,'use_ssl','0'),(70251,5257,'show_admin_bar_front','true'),(70252,5257,'locale',''),(70253,5257,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70254,5257,'wp_user_level','0'),(70255,5257,'default_password_nag','1'),(70256,5258,'nickname','wesley1965'),(70257,5258,'first_name',''),(70258,5258,'last_name',''),(70259,5258,'description',''),(70260,5258,'rich_editing','true'),(70261,5258,'syntax_highlighting','true'),(70262,5258,'comment_shortcuts','false'),(70263,5258,'admin_color','fresh'),(70264,5258,'use_ssl','0'),(70265,5258,'show_admin_bar_front','true'),(70266,5258,'locale',''),(70267,5258,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70268,5258,'wp_user_level','0'),(70269,5258,'default_password_nag','1'),(70270,5259,'nickname','klane231956'),(70271,5259,'first_name',''),(70272,5259,'last_name',''),(70273,5259,'description',''),(70274,5259,'rich_editing','true'),(70275,5259,'syntax_highlighting','true'),(70276,5259,'comment_shortcuts','false'),(70277,5259,'admin_color','fresh'),(70278,5259,'use_ssl','0'),(70279,5259,'show_admin_bar_front','true'),(70280,5259,'locale',''),(70281,5259,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70282,5259,'wp_user_level','0'),(70283,5259,'default_password_nag','1'),(70284,5260,'nickname','mattsawchuk2004'),(70285,5260,'first_name',''),(70286,5260,'last_name',''),(70287,5260,'description',''),(70288,5260,'rich_editing','true'),(70289,5260,'syntax_highlighting','true'),(70290,5260,'comment_shortcuts','false'),(70291,5260,'admin_color','fresh'),(70292,5260,'use_ssl','0'),(70293,5260,'show_admin_bar_front','true'),(70294,5260,'locale',''),(70295,5260,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70296,5260,'wp_user_level','0'),(70297,5260,'default_password_nag','1'),(70298,5261,'nickname','sf2801851963'),(70299,5261,'first_name',''),(70300,5261,'last_name',''),(70301,5261,'description',''),(70302,5261,'rich_editing','true'),(70303,5261,'syntax_highlighting','true'),(70304,5261,'comment_shortcuts','false'),(70305,5261,'admin_color','fresh'),(70306,5261,'use_ssl','0'),(70307,5261,'show_admin_bar_front','true'),(70308,5261,'locale',''),(70309,5261,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70310,5261,'wp_user_level','0'),(70311,5261,'default_password_nag','1'),(70312,5262,'nickname','richard.jared75.rj1959'),(70313,5262,'first_name',''),(70314,5262,'last_name',''),(70315,5262,'description',''),(70316,5262,'rich_editing','true'),(70317,5262,'syntax_highlighting','true'),(70318,5262,'comment_shortcuts','false'),(70319,5262,'admin_color','fresh'),(70320,5262,'use_ssl','0'),(70321,5262,'show_admin_bar_front','true'),(70322,5262,'locale',''),(70323,5262,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70324,5262,'wp_user_level','0'),(70325,5262,'default_password_nag','1'),(70326,5263,'nickname','dmq1952'),(70327,5263,'first_name',''),(70328,5263,'last_name',''),(70329,5263,'description',''),(70330,5263,'rich_editing','true'),(70331,5263,'syntax_highlighting','true'),(70332,5263,'comment_shortcuts','false'),(70333,5263,'admin_color','fresh'),(70334,5263,'use_ssl','0'),(70335,5263,'show_admin_bar_front','true'),(70336,5263,'locale',''),(70337,5263,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70338,5263,'wp_user_level','0'),(70339,5263,'default_password_nag','1'),(70340,5264,'nickname','dontbmaddotkom1974'),(70341,5264,'first_name',''),(70342,5264,'last_name',''),(70343,5264,'description',''),(70344,5264,'rich_editing','true'),(70345,5264,'syntax_highlighting','true'),(70346,5264,'comment_shortcuts','false'),(70347,5264,'admin_color','fresh'),(70348,5264,'use_ssl','0'),(70349,5264,'show_admin_bar_front','true'),(70350,5264,'locale',''),(70351,5264,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70352,5264,'wp_user_level','0'),(70353,5264,'default_password_nag','1'),(70354,5265,'nickname','kforooghi1996'),(70355,5265,'first_name',''),(70356,5265,'last_name',''),(70357,5265,'description',''),(70358,5265,'rich_editing','true'),(70359,5265,'syntax_highlighting','true'),(70360,5265,'comment_shortcuts','false'),(70361,5265,'admin_color','fresh'),(70362,5265,'use_ssl','0'),(70363,5265,'show_admin_bar_front','true'),(70364,5265,'locale',''),(70365,5265,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70366,5265,'wp_user_level','0'),(70367,5265,'default_password_nag','1'),(70368,5266,'nickname','patmbarrett1969'),(70369,5266,'first_name',''),(70370,5266,'last_name',''),(70371,5266,'description',''),(70372,5266,'rich_editing','true'),(70373,5266,'syntax_highlighting','true'),(70374,5266,'comment_shortcuts','false'),(70375,5266,'admin_color','fresh'),(70376,5266,'use_ssl','0'),(70377,5266,'show_admin_bar_front','true'),(70378,5266,'locale',''),(70379,5266,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70380,5266,'wp_user_level','0'),(70381,5266,'default_password_nag','1'),(70382,5267,'nickname','michael.lambe1962'),(70383,5267,'first_name',''),(70384,5267,'last_name',''),(70385,5267,'description',''),(70386,5267,'rich_editing','true'),(70387,5267,'syntax_highlighting','true'),(70388,5267,'comment_shortcuts','false'),(70389,5267,'admin_color','fresh'),(70390,5267,'use_ssl','0'),(70391,5267,'show_admin_bar_front','true'),(70392,5267,'locale',''),(70393,5267,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70394,5267,'wp_user_level','0'),(70395,5267,'default_password_nag','1'),(70396,5268,'nickname','allfiredup1953'),(70397,5268,'first_name',''),(70398,5268,'last_name',''),(70399,5268,'description',''),(70400,5268,'rich_editing','true'),(70401,5268,'syntax_highlighting','true'),(70402,5268,'comment_shortcuts','false'),(70403,5268,'admin_color','fresh'),(70404,5268,'use_ssl','0'),(70405,5268,'show_admin_bar_front','true'),(70406,5268,'locale',''),(70407,5268,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70408,5268,'wp_user_level','0'),(70409,5268,'default_password_nag','1'),(70410,5269,'nickname','beautylyswithin1957'),(70411,5269,'first_name',''),(70412,5269,'last_name',''),(70413,5269,'description',''),(70414,5269,'rich_editing','true'),(70415,5269,'syntax_highlighting','true'),(70416,5269,'comment_shortcuts','false'),(70417,5269,'admin_color','fresh'),(70418,5269,'use_ssl','0'),(70419,5269,'show_admin_bar_front','true'),(70420,5269,'locale',''),(70421,5269,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70422,5269,'wp_user_level','0'),(70423,5269,'default_password_nag','1'),(70424,5270,'nickname','kimbertimber121970'),(70425,5270,'first_name',''),(70426,5270,'last_name',''),(70427,5270,'description',''),(70428,5270,'rich_editing','true'),(70429,5270,'syntax_highlighting','true'),(70430,5270,'comment_shortcuts','false'),(70431,5270,'admin_color','fresh'),(70432,5270,'use_ssl','0'),(70433,5270,'show_admin_bar_front','true'),(70434,5270,'locale',''),(70435,5270,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70436,5270,'wp_user_level','0'),(70437,5270,'default_password_nag','1'),(70438,5271,'nickname','shieva.rajaee1958'),(70439,5271,'first_name',''),(70440,5271,'last_name',''),(70441,5271,'description',''),(70442,5271,'rich_editing','true'),(70443,5271,'syntax_highlighting','true'),(70444,5271,'comment_shortcuts','false'),(70445,5271,'admin_color','fresh'),(70446,5271,'use_ssl','0'),(70447,5271,'show_admin_bar_front','true'),(70448,5271,'locale',''),(70449,5271,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70450,5271,'wp_user_level','0'),(70451,5271,'default_password_nag','1'),(70452,5272,'nickname','aklennartz1953'),(70453,5272,'first_name',''),(70454,5272,'last_name',''),(70455,5272,'description',''),(70456,5272,'rich_editing','true'),(70457,5272,'syntax_highlighting','true'),(70458,5272,'comment_shortcuts','false'),(70459,5272,'admin_color','fresh'),(70460,5272,'use_ssl','0'),(70461,5272,'show_admin_bar_front','true'),(70462,5272,'locale',''),(70463,5272,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70464,5272,'wp_user_level','0'),(70465,5272,'default_password_nag','1'),(70466,5273,'nickname','afdorinmdmba1956'),(70467,5273,'first_name',''),(70468,5273,'last_name',''),(70469,5273,'description',''),(70470,5273,'rich_editing','true'),(70471,5273,'syntax_highlighting','true'),(70472,5273,'comment_shortcuts','false'),(70473,5273,'admin_color','fresh'),(70474,5273,'use_ssl','0'),(70475,5273,'show_admin_bar_front','true'),(70476,5273,'locale',''),(70477,5273,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70478,5273,'wp_user_level','0'),(70479,5273,'default_password_nag','1'),(70480,5274,'nickname','scooter1992111992'),(70481,5274,'first_name',''),(70482,5274,'last_name',''),(70483,5274,'description',''),(70484,5274,'rich_editing','true'),(70485,5274,'syntax_highlighting','true'),(70486,5274,'comment_shortcuts','false'),(70487,5274,'admin_color','fresh'),(70488,5274,'use_ssl','0'),(70489,5274,'show_admin_bar_front','true'),(70490,5274,'locale',''),(70491,5274,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70492,5274,'wp_user_level','0'),(70493,5274,'default_password_nag','1'),(70494,5275,'nickname','sgcmeeks1991'),(70495,5275,'first_name',''),(70496,5275,'last_name',''),(70497,5275,'description',''),(70498,5275,'rich_editing','true'),(70499,5275,'syntax_highlighting','true'),(70500,5275,'comment_shortcuts','false'),(70501,5275,'admin_color','fresh'),(70502,5275,'use_ssl','0'),(70503,5275,'show_admin_bar_front','true'),(70504,5275,'locale',''),(70505,5275,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70506,5275,'wp_user_level','0'),(70507,5275,'default_password_nag','1'),(70508,5276,'nickname','bjkwright2006'),(70509,5276,'first_name',''),(70510,5276,'last_name',''),(70511,5276,'description',''),(70512,5276,'rich_editing','true'),(70513,5276,'syntax_highlighting','true'),(70514,5276,'comment_shortcuts','false'),(70515,5276,'admin_color','fresh'),(70516,5276,'use_ssl','0'),(70517,5276,'show_admin_bar_front','true'),(70518,5276,'locale',''),(70519,5276,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70520,5276,'wp_user_level','0'),(70521,5276,'default_password_nag','1'),(70522,5277,'nickname','kashaf.u1958'),(70523,5277,'first_name',''),(70524,5277,'last_name',''),(70525,5277,'description',''),(70526,5277,'rich_editing','true'),(70527,5277,'syntax_highlighting','true'),(70528,5277,'comment_shortcuts','false'),(70529,5277,'admin_color','fresh'),(70530,5277,'use_ssl','0'),(70531,5277,'show_admin_bar_front','true'),(70532,5277,'locale',''),(70533,5277,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70534,5277,'wp_user_level','0'),(70535,5277,'default_password_nag','1'),(70536,5278,'nickname','colleen1982'),(70537,5278,'first_name',''),(70538,5278,'last_name',''),(70539,5278,'description',''),(70540,5278,'rich_editing','true'),(70541,5278,'syntax_highlighting','true'),(70542,5278,'comment_shortcuts','false'),(70543,5278,'admin_color','fresh'),(70544,5278,'use_ssl','0'),(70545,5278,'show_admin_bar_front','true'),(70546,5278,'locale',''),(70547,5278,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70548,5278,'wp_user_level','0'),(70549,5278,'default_password_nag','1'),(70550,5279,'nickname','poethukha1962'),(70551,5279,'first_name',''),(70552,5279,'last_name',''),(70553,5279,'description',''),(70554,5279,'rich_editing','true'),(70555,5279,'syntax_highlighting','true'),(70556,5279,'comment_shortcuts','false'),(70557,5279,'admin_color','fresh'),(70558,5279,'use_ssl','0'),(70559,5279,'show_admin_bar_front','true'),(70560,5279,'locale',''),(70561,5279,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70562,5279,'wp_user_level','0'),(70563,5279,'default_password_nag','1'),(70564,5280,'nickname','sanemeteriosarah2002'),(70565,5280,'first_name',''),(70566,5280,'last_name',''),(70567,5280,'description',''),(70568,5280,'rich_editing','true'),(70569,5280,'syntax_highlighting','true'),(70570,5280,'comment_shortcuts','false'),(70571,5280,'admin_color','fresh'),(70572,5280,'use_ssl','0'),(70573,5280,'show_admin_bar_front','true'),(70574,5280,'locale',''),(70575,5280,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70576,5280,'wp_user_level','0'),(70577,5280,'default_password_nag','1'),(70578,5281,'nickname','lacajoneraencruz1962'),(70579,5281,'first_name',''),(70580,5281,'last_name',''),(70581,5281,'description',''),(70582,5281,'rich_editing','true'),(70583,5281,'syntax_highlighting','true'),(70584,5281,'comment_shortcuts','false'),(70585,5281,'admin_color','fresh'),(70586,5281,'use_ssl','0'),(70587,5281,'show_admin_bar_front','true'),(70588,5281,'locale',''),(70589,5281,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70590,5281,'wp_user_level','0'),(70591,5281,'default_password_nag','1'),(70592,5282,'nickname','opheliaktlau2000'),(70593,5282,'first_name',''),(70594,5282,'last_name',''),(70595,5282,'description',''),(70596,5282,'rich_editing','true'),(70597,5282,'syntax_highlighting','true'),(70598,5282,'comment_shortcuts','false'),(70599,5282,'admin_color','fresh'),(70600,5282,'use_ssl','0'),(70601,5282,'show_admin_bar_front','true'),(70602,5282,'locale',''),(70603,5282,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70604,5282,'wp_user_level','0'),(70605,5282,'default_password_nag','1'),(70606,5283,'nickname','dominicmarro1976'),(70607,5283,'first_name',''),(70608,5283,'last_name',''),(70609,5283,'description',''),(70610,5283,'rich_editing','true'),(70611,5283,'syntax_highlighting','true'),(70612,5283,'comment_shortcuts','false'),(70613,5283,'admin_color','fresh'),(70614,5283,'use_ssl','0'),(70615,5283,'show_admin_bar_front','true'),(70616,5283,'locale',''),(70617,5283,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70618,5283,'wp_user_level','0'),(70619,5283,'default_password_nag','1'),(70620,5284,'nickname','andyn921999'),(70621,5284,'first_name',''),(70622,5284,'last_name',''),(70623,5284,'description',''),(70624,5284,'rich_editing','true'),(70625,5284,'syntax_highlighting','true'),(70626,5284,'comment_shortcuts','false'),(70627,5284,'admin_color','fresh'),(70628,5284,'use_ssl','0'),(70629,5284,'show_admin_bar_front','true'),(70630,5284,'locale',''),(70631,5284,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70632,5284,'wp_user_level','0'),(70633,5284,'default_password_nag','1'),(70634,5285,'nickname','rculeanu1965'),(70635,5285,'first_name',''),(70636,5285,'last_name',''),(70637,5285,'description',''),(70638,5285,'rich_editing','true'),(70639,5285,'syntax_highlighting','true'),(70640,5285,'comment_shortcuts','false'),(70641,5285,'admin_color','fresh'),(70642,5285,'use_ssl','0'),(70643,5285,'show_admin_bar_front','true'),(70644,5285,'locale',''),(70645,5285,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70646,5285,'wp_user_level','0'),(70647,5285,'default_password_nag','1'),(70648,5286,'nickname','nicolajn692006'),(70649,5286,'first_name',''),(70650,5286,'last_name',''),(70651,5286,'description',''),(70652,5286,'rich_editing','true'),(70653,5286,'syntax_highlighting','true'),(70654,5286,'comment_shortcuts','false'),(70655,5286,'admin_color','fresh'),(70656,5286,'use_ssl','0'),(70657,5286,'show_admin_bar_front','true'),(70658,5286,'locale',''),(70659,5286,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70660,5286,'wp_user_level','0'),(70661,5286,'default_password_nag','1'),(70662,5287,'nickname','lappin1950'),(70663,5287,'first_name',''),(70664,5287,'last_name',''),(70665,5287,'description',''),(70666,5287,'rich_editing','true'),(70667,5287,'syntax_highlighting','true'),(70668,5287,'comment_shortcuts','false'),(70669,5287,'admin_color','fresh'),(70670,5287,'use_ssl','0'),(70671,5287,'show_admin_bar_front','true'),(70672,5287,'locale',''),(70673,5287,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70674,5287,'wp_user_level','0'),(70675,5287,'default_password_nag','1'),(70676,5288,'nickname','flowersfortabletops1989'),(70677,5288,'first_name',''),(70678,5288,'last_name',''),(70679,5288,'description',''),(70680,5288,'rich_editing','true'),(70681,5288,'syntax_highlighting','true'),(70682,5288,'comment_shortcuts','false'),(70683,5288,'admin_color','fresh'),(70684,5288,'use_ssl','0'),(70685,5288,'show_admin_bar_front','true'),(70686,5288,'locale',''),(70687,5288,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70688,5288,'wp_user_level','0'),(70689,5288,'default_password_nag','1'),(70690,5289,'nickname','darrellchin1987'),(70691,5289,'first_name',''),(70692,5289,'last_name',''),(70693,5289,'description',''),(70694,5289,'rich_editing','true'),(70695,5289,'syntax_highlighting','true'),(70696,5289,'comment_shortcuts','false'),(70697,5289,'admin_color','fresh'),(70698,5289,'use_ssl','0'),(70699,5289,'show_admin_bar_front','true'),(70700,5289,'locale',''),(70701,5289,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70702,5289,'wp_user_level','0'),(70703,5289,'default_password_nag','1'),(70704,5290,'nickname','info2010'),(70705,5290,'first_name',''),(70706,5290,'last_name',''),(70707,5290,'description',''),(70708,5290,'rich_editing','true'),(70709,5290,'syntax_highlighting','true'),(70710,5290,'comment_shortcuts','false'),(70711,5290,'admin_color','fresh'),(70712,5290,'use_ssl','0'),(70713,5290,'show_admin_bar_front','true'),(70714,5290,'locale',''),(70715,5290,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70716,5290,'wp_user_level','0'),(70717,5290,'default_password_nag','1'),(70718,5291,'nickname','aglovinsky1977'),(70719,5291,'first_name',''),(70720,5291,'last_name',''),(70721,5291,'description',''),(70722,5291,'rich_editing','true'),(70723,5291,'syntax_highlighting','true'),(70724,5291,'comment_shortcuts','false'),(70725,5291,'admin_color','fresh'),(70726,5291,'use_ssl','0'),(70727,5291,'show_admin_bar_front','true'),(70728,5291,'locale',''),(70729,5291,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70730,5291,'wp_user_level','0'),(70731,5291,'default_password_nag','1'),(70732,5292,'nickname','misterlovetime1987'),(70733,5292,'first_name',''),(70734,5292,'last_name',''),(70735,5292,'description',''),(70736,5292,'rich_editing','true'),(70737,5292,'syntax_highlighting','true'),(70738,5292,'comment_shortcuts','false'),(70739,5292,'admin_color','fresh'),(70740,5292,'use_ssl','0'),(70741,5292,'show_admin_bar_front','true'),(70742,5292,'locale',''),(70743,5292,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70744,5292,'wp_user_level','0'),(70745,5292,'default_password_nag','1'),(70746,5293,'nickname','victor_crr1997'),(70747,5293,'first_name',''),(70748,5293,'last_name',''),(70749,5293,'description',''),(70750,5293,'rich_editing','true'),(70751,5293,'syntax_highlighting','true'),(70752,5293,'comment_shortcuts','false'),(70753,5293,'admin_color','fresh'),(70754,5293,'use_ssl','0'),(70755,5293,'show_admin_bar_front','true'),(70756,5293,'locale',''),(70757,5293,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70758,5293,'wp_user_level','0'),(70759,5293,'default_password_nag','1'),(70760,5294,'nickname','briony.garbett1989'),(70761,5294,'first_name',''),(70762,5294,'last_name',''),(70763,5294,'description',''),(70764,5294,'rich_editing','true'),(70765,5294,'syntax_highlighting','true'),(70766,5294,'comment_shortcuts','false'),(70767,5294,'admin_color','fresh'),(70768,5294,'use_ssl','0'),(70769,5294,'show_admin_bar_front','true'),(70770,5294,'locale',''),(70771,5294,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70772,5294,'wp_user_level','0'),(70773,5294,'default_password_nag','1'),(70774,5295,'nickname','dollanaire1985'),(70775,5295,'first_name',''),(70776,5295,'last_name',''),(70777,5295,'description',''),(70778,5295,'rich_editing','true'),(70779,5295,'syntax_highlighting','true'),(70780,5295,'comment_shortcuts','false'),(70781,5295,'admin_color','fresh'),(70782,5295,'use_ssl','0'),(70783,5295,'show_admin_bar_front','true'),(70784,5295,'locale',''),(70785,5295,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70786,5295,'wp_user_level','0'),(70787,5295,'default_password_nag','1'),(70788,5296,'nickname','melissagboyce2001'),(70789,5296,'first_name',''),(70790,5296,'last_name',''),(70791,5296,'description',''),(70792,5296,'rich_editing','true'),(70793,5296,'syntax_highlighting','true'),(70794,5296,'comment_shortcuts','false'),(70795,5296,'admin_color','fresh'),(70796,5296,'use_ssl','0'),(70797,5296,'show_admin_bar_front','true'),(70798,5296,'locale',''),(70799,5296,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70800,5296,'wp_user_level','0'),(70801,5296,'default_password_nag','1'),(70802,5297,'nickname','finance1962'),(70803,5297,'first_name',''),(70804,5297,'last_name',''),(70805,5297,'description',''),(70806,5297,'rich_editing','true'),(70807,5297,'syntax_highlighting','true'),(70808,5297,'comment_shortcuts','false'),(70809,5297,'admin_color','fresh'),(70810,5297,'use_ssl','0'),(70811,5297,'show_admin_bar_front','true'),(70812,5297,'locale',''),(70813,5297,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70814,5297,'wp_user_level','0'),(70815,5297,'default_password_nag','1'),(70816,5298,'nickname','jbaus1972'),(70817,5298,'first_name',''),(70818,5298,'last_name',''),(70819,5298,'description',''),(70820,5298,'rich_editing','true'),(70821,5298,'syntax_highlighting','true'),(70822,5298,'comment_shortcuts','false'),(70823,5298,'admin_color','fresh'),(70824,5298,'use_ssl','0'),(70825,5298,'show_admin_bar_front','true'),(70826,5298,'locale',''),(70827,5298,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70828,5298,'wp_user_level','0'),(70829,5298,'default_password_nag','1'),(70830,5299,'nickname','sales1973'),(70831,5299,'first_name',''),(70832,5299,'last_name',''),(70833,5299,'description',''),(70834,5299,'rich_editing','true'),(70835,5299,'syntax_highlighting','true'),(70836,5299,'comment_shortcuts','false'),(70837,5299,'admin_color','fresh'),(70838,5299,'use_ssl','0'),(70839,5299,'show_admin_bar_front','true'),(70840,5299,'locale',''),(70841,5299,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70842,5299,'wp_user_level','0'),(70843,5299,'default_password_nag','1'),(70844,5300,'nickname','jings1981'),(70845,5300,'first_name',''),(70846,5300,'last_name',''),(70847,5300,'description',''),(70848,5300,'rich_editing','true'),(70849,5300,'syntax_highlighting','true'),(70850,5300,'comment_shortcuts','false'),(70851,5300,'admin_color','fresh'),(70852,5300,'use_ssl','0'),(70853,5300,'show_admin_bar_front','true'),(70854,5300,'locale',''),(70855,5300,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70856,5300,'wp_user_level','0'),(70857,5300,'default_password_nag','1'),(70858,5301,'nickname','joeh21611965'),(70859,5301,'first_name',''),(70860,5301,'last_name',''),(70861,5301,'description',''),(70862,5301,'rich_editing','true'),(70863,5301,'syntax_highlighting','true'),(70864,5301,'comment_shortcuts','false'),(70865,5301,'admin_color','fresh'),(70866,5301,'use_ssl','0'),(70867,5301,'show_admin_bar_front','true'),(70868,5301,'locale',''),(70869,5301,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70870,5301,'wp_user_level','0'),(70871,5301,'default_password_nag','1'),(70872,5302,'nickname','ttc2000'),(70873,5302,'first_name',''),(70874,5302,'last_name',''),(70875,5302,'description',''),(70876,5302,'rich_editing','true'),(70877,5302,'syntax_highlighting','true'),(70878,5302,'comment_shortcuts','false'),(70879,5302,'admin_color','fresh'),(70880,5302,'use_ssl','0'),(70881,5302,'show_admin_bar_front','true'),(70882,5302,'locale',''),(70883,5302,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70884,5302,'wp_user_level','0'),(70885,5302,'default_password_nag','1'),(70886,5303,'nickname','mikeh1972'),(70887,5303,'first_name',''),(70888,5303,'last_name',''),(70889,5303,'description',''),(70890,5303,'rich_editing','true'),(70891,5303,'syntax_highlighting','true'),(70892,5303,'comment_shortcuts','false'),(70893,5303,'admin_color','fresh'),(70894,5303,'use_ssl','0'),(70895,5303,'show_admin_bar_front','true'),(70896,5303,'locale',''),(70897,5303,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70898,5303,'wp_user_level','0'),(70899,5303,'default_password_nag','1'),(70900,5304,'nickname','54126311021971'),(70901,5304,'first_name',''),(70902,5304,'last_name',''),(70903,5304,'description',''),(70904,5304,'rich_editing','true'),(70905,5304,'syntax_highlighting','true'),(70906,5304,'comment_shortcuts','false'),(70907,5304,'admin_color','fresh'),(70908,5304,'use_ssl','0'),(70909,5304,'show_admin_bar_front','true'),(70910,5304,'locale',''),(70911,5304,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70912,5304,'wp_user_level','0'),(70913,5304,'default_password_nag','1'),(70914,5305,'nickname','timothydasey1983'),(70915,5305,'first_name',''),(70916,5305,'last_name',''),(70917,5305,'description',''),(70918,5305,'rich_editing','true'),(70919,5305,'syntax_highlighting','true'),(70920,5305,'comment_shortcuts','false'),(70921,5305,'admin_color','fresh'),(70922,5305,'use_ssl','0'),(70923,5305,'show_admin_bar_front','true'),(70924,5305,'locale',''),(70925,5305,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70926,5305,'wp_user_level','0'),(70927,5305,'default_password_nag','1'),(70928,5306,'nickname','michmattgoss1961'),(70929,5306,'first_name',''),(70930,5306,'last_name',''),(70931,5306,'description',''),(70932,5306,'rich_editing','true'),(70933,5306,'syntax_highlighting','true'),(70934,5306,'comment_shortcuts','false'),(70935,5306,'admin_color','fresh'),(70936,5306,'use_ssl','0'),(70937,5306,'show_admin_bar_front','true'),(70938,5306,'locale',''),(70939,5306,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70940,5306,'wp_user_level','0'),(70941,5306,'default_password_nag','1'),(70942,5307,'nickname','jenniferandmal1957'),(70943,5307,'first_name',''),(70944,5307,'last_name',''),(70945,5307,'description',''),(70946,5307,'rich_editing','true'),(70947,5307,'syntax_highlighting','true'),(70948,5307,'comment_shortcuts','false'),(70949,5307,'admin_color','fresh'),(70950,5307,'use_ssl','0'),(70951,5307,'show_admin_bar_front','true'),(70952,5307,'locale',''),(70953,5307,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70954,5307,'wp_user_level','0'),(70955,5307,'default_password_nag','1'),(70956,5308,'nickname','carrie1990'),(70957,5308,'first_name',''),(70958,5308,'last_name',''),(70959,5308,'description',''),(70960,5308,'rich_editing','true'),(70961,5308,'syntax_highlighting','true'),(70962,5308,'comment_shortcuts','false'),(70963,5308,'admin_color','fresh'),(70964,5308,'use_ssl','0'),(70965,5308,'show_admin_bar_front','true'),(70966,5308,'locale',''),(70967,5308,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70968,5308,'wp_user_level','0'),(70969,5308,'default_password_nag','1'),(70970,5309,'nickname','baubrey21961'),(70971,5309,'first_name',''),(70972,5309,'last_name',''),(70973,5309,'description',''),(70974,5309,'rich_editing','true'),(70975,5309,'syntax_highlighting','true'),(70976,5309,'comment_shortcuts','false'),(70977,5309,'admin_color','fresh'),(70978,5309,'use_ssl','0'),(70979,5309,'show_admin_bar_front','true'),(70980,5309,'locale',''),(70981,5309,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70982,5309,'wp_user_level','0'),(70983,5309,'default_password_nag','1'),(70984,5310,'nickname','reeree81960'),(70985,5310,'first_name',''),(70986,5310,'last_name',''),(70987,5310,'description',''),(70988,5310,'rich_editing','true'),(70989,5310,'syntax_highlighting','true'),(70990,5310,'comment_shortcuts','false'),(70991,5310,'admin_color','fresh'),(70992,5310,'use_ssl','0'),(70993,5310,'show_admin_bar_front','true'),(70994,5310,'locale',''),(70995,5310,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(70996,5310,'wp_user_level','0'),(70997,5310,'default_password_nag','1'),(70998,5311,'nickname','dakotacole1956'),(70999,5311,'first_name',''),(71000,5311,'last_name',''),(71001,5311,'description',''),(71002,5311,'rich_editing','true'),(71003,5311,'syntax_highlighting','true'),(71004,5311,'comment_shortcuts','false'),(71005,5311,'admin_color','fresh'),(71006,5311,'use_ssl','0'),(71007,5311,'show_admin_bar_front','true'),(71008,5311,'locale',''),(71009,5311,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71010,5311,'wp_user_level','0'),(71011,5311,'default_password_nag','1'),(71012,5312,'nickname','h4n4mi1950'),(71013,5312,'first_name',''),(71014,5312,'last_name',''),(71015,5312,'description',''),(71016,5312,'rich_editing','true'),(71017,5312,'syntax_highlighting','true'),(71018,5312,'comment_shortcuts','false'),(71019,5312,'admin_color','fresh'),(71020,5312,'use_ssl','0'),(71021,5312,'show_admin_bar_front','true'),(71022,5312,'locale',''),(71023,5312,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71024,5312,'wp_user_level','0'),(71025,5312,'default_password_nag','1'),(71026,5313,'nickname','laporters1950'),(71027,5313,'first_name',''),(71028,5313,'last_name',''),(71029,5313,'description',''),(71030,5313,'rich_editing','true'),(71031,5313,'syntax_highlighting','true'),(71032,5313,'comment_shortcuts','false'),(71033,5313,'admin_color','fresh'),(71034,5313,'use_ssl','0'),(71035,5313,'show_admin_bar_front','true'),(71036,5313,'locale',''),(71037,5313,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71038,5313,'wp_user_level','0'),(71039,5313,'default_password_nag','1'),(71040,5314,'nickname','vlada.kenniff1999'),(71041,5314,'first_name',''),(71042,5314,'last_name',''),(71043,5314,'description',''),(71044,5314,'rich_editing','true'),(71045,5314,'syntax_highlighting','true'),(71046,5314,'comment_shortcuts','false'),(71047,5314,'admin_color','fresh'),(71048,5314,'use_ssl','0'),(71049,5314,'show_admin_bar_front','true'),(71050,5314,'locale',''),(71051,5314,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71052,5314,'wp_user_level','0'),(71053,5314,'default_password_nag','1'),(71054,5315,'nickname','ricardoscro1976'),(71055,5315,'first_name',''),(71056,5315,'last_name',''),(71057,5315,'description',''),(71058,5315,'rich_editing','true'),(71059,5315,'syntax_highlighting','true'),(71060,5315,'comment_shortcuts','false'),(71061,5315,'admin_color','fresh'),(71062,5315,'use_ssl','0'),(71063,5315,'show_admin_bar_front','true'),(71064,5315,'locale',''),(71065,5315,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71066,5315,'wp_user_level','0'),(71067,5315,'default_password_nag','1'),(71068,5316,'nickname','samuelsmid1988'),(71069,5316,'first_name',''),(71070,5316,'last_name',''),(71071,5316,'description',''),(71072,5316,'rich_editing','true'),(71073,5316,'syntax_highlighting','true'),(71074,5316,'comment_shortcuts','false'),(71075,5316,'admin_color','fresh'),(71076,5316,'use_ssl','0'),(71077,5316,'show_admin_bar_front','true'),(71078,5316,'locale',''),(71079,5316,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71080,5316,'wp_user_level','0'),(71081,5316,'default_password_nag','1'),(71082,5317,'nickname','keithstrophy2008'),(71083,5317,'first_name',''),(71084,5317,'last_name',''),(71085,5317,'description',''),(71086,5317,'rich_editing','true'),(71087,5317,'syntax_highlighting','true'),(71088,5317,'comment_shortcuts','false'),(71089,5317,'admin_color','fresh'),(71090,5317,'use_ssl','0'),(71091,5317,'show_admin_bar_front','true'),(71092,5317,'locale',''),(71093,5317,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71094,5317,'wp_user_level','0'),(71095,5317,'default_password_nag','1'),(71096,5318,'nickname','mathbam1991'),(71097,5318,'first_name',''),(71098,5318,'last_name',''),(71099,5318,'description',''),(71100,5318,'rich_editing','true'),(71101,5318,'syntax_highlighting','true'),(71102,5318,'comment_shortcuts','false'),(71103,5318,'admin_color','fresh'),(71104,5318,'use_ssl','0'),(71105,5318,'show_admin_bar_front','true'),(71106,5318,'locale',''),(71107,5318,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71108,5318,'wp_user_level','0'),(71109,5318,'default_password_nag','1'),(71110,5319,'nickname','sister4inc2005'),(71111,5319,'first_name',''),(71112,5319,'last_name',''),(71113,5319,'description',''),(71114,5319,'rich_editing','true'),(71115,5319,'syntax_highlighting','true'),(71116,5319,'comment_shortcuts','false'),(71117,5319,'admin_color','fresh'),(71118,5319,'use_ssl','0'),(71119,5319,'show_admin_bar_front','true'),(71120,5319,'locale',''),(71121,5319,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71122,5319,'wp_user_level','0'),(71123,5319,'default_password_nag','1'),(71124,5320,'nickname','daddyman11121963'),(71125,5320,'first_name',''),(71126,5320,'last_name',''),(71127,5320,'description',''),(71128,5320,'rich_editing','true'),(71129,5320,'syntax_highlighting','true'),(71130,5320,'comment_shortcuts','false'),(71131,5320,'admin_color','fresh'),(71132,5320,'use_ssl','0'),(71133,5320,'show_admin_bar_front','true'),(71134,5320,'locale',''),(71135,5320,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71136,5320,'wp_user_level','0'),(71137,5320,'default_password_nag','1'),(71138,5321,'nickname','meade.krista0201994'),(71139,5321,'first_name',''),(71140,5321,'last_name',''),(71141,5321,'description',''),(71142,5321,'rich_editing','true'),(71143,5321,'syntax_highlighting','true'),(71144,5321,'comment_shortcuts','false'),(71145,5321,'admin_color','fresh'),(71146,5321,'use_ssl','0'),(71147,5321,'show_admin_bar_front','true'),(71148,5321,'locale',''),(71149,5321,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71150,5321,'wp_user_level','0'),(71151,5321,'default_password_nag','1'),(71152,5322,'nickname','ellenhavl1957'),(71153,5322,'first_name',''),(71154,5322,'last_name',''),(71155,5322,'description',''),(71156,5322,'rich_editing','true'),(71157,5322,'syntax_highlighting','true'),(71158,5322,'comment_shortcuts','false'),(71159,5322,'admin_color','fresh'),(71160,5322,'use_ssl','0'),(71161,5322,'show_admin_bar_front','true'),(71162,5322,'locale',''),(71163,5322,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71164,5322,'wp_user_level','0'),(71165,5322,'default_password_nag','1'),(71166,5323,'nickname','triddles1978'),(71167,5323,'first_name',''),(71168,5323,'last_name',''),(71169,5323,'description',''),(71170,5323,'rich_editing','true'),(71171,5323,'syntax_highlighting','true'),(71172,5323,'comment_shortcuts','false'),(71173,5323,'admin_color','fresh'),(71174,5323,'use_ssl','0'),(71175,5323,'show_admin_bar_front','true'),(71176,5323,'locale',''),(71177,5323,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71178,5323,'wp_user_level','0'),(71179,5323,'default_password_nag','1'),(71180,5324,'nickname','angela1959'),(71181,5324,'first_name',''),(71182,5324,'last_name',''),(71183,5324,'description',''),(71184,5324,'rich_editing','true'),(71185,5324,'syntax_highlighting','true'),(71186,5324,'comment_shortcuts','false'),(71187,5324,'admin_color','fresh'),(71188,5324,'use_ssl','0'),(71189,5324,'show_admin_bar_front','true'),(71190,5324,'locale',''),(71191,5324,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71192,5324,'wp_user_level','0'),(71193,5324,'default_password_nag','1'),(71194,5325,'nickname','kfaria2008'),(71195,5325,'first_name',''),(71196,5325,'last_name',''),(71197,5325,'description',''),(71198,5325,'rich_editing','true'),(71199,5325,'syntax_highlighting','true'),(71200,5325,'comment_shortcuts','false'),(71201,5325,'admin_color','fresh'),(71202,5325,'use_ssl','0'),(71203,5325,'show_admin_bar_front','true'),(71204,5325,'locale',''),(71205,5325,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71206,5325,'wp_user_level','0'),(71207,5325,'default_password_nag','1'),(71208,5326,'nickname','wagner.fortune1970'),(71209,5326,'first_name',''),(71210,5326,'last_name',''),(71211,5326,'description',''),(71212,5326,'rich_editing','true'),(71213,5326,'syntax_highlighting','true'),(71214,5326,'comment_shortcuts','false'),(71215,5326,'admin_color','fresh'),(71216,5326,'use_ssl','0'),(71217,5326,'show_admin_bar_front','true'),(71218,5326,'locale',''),(71219,5326,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71220,5326,'wp_user_level','0'),(71221,5326,'default_password_nag','1'),(71222,5327,'nickname','rfroid1959'),(71223,5327,'first_name',''),(71224,5327,'last_name',''),(71225,5327,'description',''),(71226,5327,'rich_editing','true'),(71227,5327,'syntax_highlighting','true'),(71228,5327,'comment_shortcuts','false'),(71229,5327,'admin_color','fresh'),(71230,5327,'use_ssl','0'),(71231,5327,'show_admin_bar_front','true'),(71232,5327,'locale',''),(71233,5327,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71234,5327,'wp_user_level','0'),(71235,5327,'default_password_nag','1'),(71236,5328,'nickname','katelyn.leone1971'),(71237,5328,'first_name',''),(71238,5328,'last_name',''),(71239,5328,'description',''),(71240,5328,'rich_editing','true'),(71241,5328,'syntax_highlighting','true'),(71242,5328,'comment_shortcuts','false'),(71243,5328,'admin_color','fresh'),(71244,5328,'use_ssl','0'),(71245,5328,'show_admin_bar_front','true'),(71246,5328,'locale',''),(71247,5328,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71248,5328,'wp_user_level','0'),(71249,5328,'default_password_nag','1'),(71250,5329,'nickname','calizurfer1995'),(71251,5329,'first_name',''),(71252,5329,'last_name',''),(71253,5329,'description',''),(71254,5329,'rich_editing','true'),(71255,5329,'syntax_highlighting','true'),(71256,5329,'comment_shortcuts','false'),(71257,5329,'admin_color','fresh'),(71258,5329,'use_ssl','0'),(71259,5329,'show_admin_bar_front','true'),(71260,5329,'locale',''),(71261,5329,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71262,5329,'wp_user_level','0'),(71263,5329,'default_password_nag','1'),(71264,5330,'nickname','ldenella1994'),(71265,5330,'first_name',''),(71266,5330,'last_name',''),(71267,5330,'description',''),(71268,5330,'rich_editing','true'),(71269,5330,'syntax_highlighting','true'),(71270,5330,'comment_shortcuts','false'),(71271,5330,'admin_color','fresh'),(71272,5330,'use_ssl','0'),(71273,5330,'show_admin_bar_front','true'),(71274,5330,'locale',''),(71275,5330,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71276,5330,'wp_user_level','0'),(71277,5330,'default_password_nag','1'),(71278,5331,'nickname','mdively1980'),(71279,5331,'first_name',''),(71280,5331,'last_name',''),(71281,5331,'description',''),(71282,5331,'rich_editing','true'),(71283,5331,'syntax_highlighting','true'),(71284,5331,'comment_shortcuts','false'),(71285,5331,'admin_color','fresh'),(71286,5331,'use_ssl','0'),(71287,5331,'show_admin_bar_front','true'),(71288,5331,'locale',''),(71289,5331,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71290,5331,'wp_user_level','0'),(71291,5331,'default_password_nag','1'),(71292,5332,'nickname','amy_nelson211994'),(71293,5332,'first_name',''),(71294,5332,'last_name',''),(71295,5332,'description',''),(71296,5332,'rich_editing','true'),(71297,5332,'syntax_highlighting','true'),(71298,5332,'comment_shortcuts','false'),(71299,5332,'admin_color','fresh'),(71300,5332,'use_ssl','0'),(71301,5332,'show_admin_bar_front','true'),(71302,5332,'locale',''),(71303,5332,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71304,5332,'wp_user_level','0'),(71305,5332,'default_password_nag','1'),(71306,5333,'nickname','velazquezart1983'),(71307,5333,'first_name',''),(71308,5333,'last_name',''),(71309,5333,'description',''),(71310,5333,'rich_editing','true'),(71311,5333,'syntax_highlighting','true'),(71312,5333,'comment_shortcuts','false'),(71313,5333,'admin_color','fresh'),(71314,5333,'use_ssl','0'),(71315,5333,'show_admin_bar_front','true'),(71316,5333,'locale',''),(71317,5333,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71318,5333,'wp_user_level','0'),(71319,5333,'default_password_nag','1'),(71320,5334,'nickname','camruns2003'),(71321,5334,'first_name',''),(71322,5334,'last_name',''),(71323,5334,'description',''),(71324,5334,'rich_editing','true'),(71325,5334,'syntax_highlighting','true'),(71326,5334,'comment_shortcuts','false'),(71327,5334,'admin_color','fresh'),(71328,5334,'use_ssl','0'),(71329,5334,'show_admin_bar_front','true'),(71330,5334,'locale',''),(71331,5334,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71332,5334,'wp_user_level','0'),(71333,5334,'default_password_nag','1'),(71334,5335,'nickname','sajak1986'),(71335,5335,'first_name',''),(71336,5335,'last_name',''),(71337,5335,'description',''),(71338,5335,'rich_editing','true'),(71339,5335,'syntax_highlighting','true'),(71340,5335,'comment_shortcuts','false'),(71341,5335,'admin_color','fresh'),(71342,5335,'use_ssl','0'),(71343,5335,'show_admin_bar_front','true'),(71344,5335,'locale',''),(71345,5335,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71346,5335,'wp_user_level','0'),(71347,5335,'default_password_nag','1'),(71348,5336,'nickname','brandys_a1vacuum1967'),(71349,5336,'first_name',''),(71350,5336,'last_name',''),(71351,5336,'description',''),(71352,5336,'rich_editing','true'),(71353,5336,'syntax_highlighting','true'),(71354,5336,'comment_shortcuts','false'),(71355,5336,'admin_color','fresh'),(71356,5336,'use_ssl','0'),(71357,5336,'show_admin_bar_front','true'),(71358,5336,'locale',''),(71359,5336,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71360,5336,'wp_user_level','0'),(71361,5336,'default_password_nag','1'),(71362,5337,'nickname','laurenelisehall1953'),(71363,5337,'first_name',''),(71364,5337,'last_name',''),(71365,5337,'description',''),(71366,5337,'rich_editing','true'),(71367,5337,'syntax_highlighting','true'),(71368,5337,'comment_shortcuts','false'),(71369,5337,'admin_color','fresh'),(71370,5337,'use_ssl','0'),(71371,5337,'show_admin_bar_front','true'),(71372,5337,'locale',''),(71373,5337,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71374,5337,'wp_user_level','0'),(71375,5337,'default_password_nag','1'),(71376,5338,'nickname','paddyclrk1993'),(71377,5338,'first_name',''),(71378,5338,'last_name',''),(71379,5338,'description',''),(71380,5338,'rich_editing','true'),(71381,5338,'syntax_highlighting','true'),(71382,5338,'comment_shortcuts','false'),(71383,5338,'admin_color','fresh'),(71384,5338,'use_ssl','0'),(71385,5338,'show_admin_bar_front','true'),(71386,5338,'locale',''),(71387,5338,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71388,5338,'wp_user_level','0'),(71389,5338,'default_password_nag','1'),(71390,5339,'nickname','jonstaples1971'),(71391,5339,'first_name',''),(71392,5339,'last_name',''),(71393,5339,'description',''),(71394,5339,'rich_editing','true'),(71395,5339,'syntax_highlighting','true'),(71396,5339,'comment_shortcuts','false'),(71397,5339,'admin_color','fresh'),(71398,5339,'use_ssl','0'),(71399,5339,'show_admin_bar_front','true'),(71400,5339,'locale',''),(71401,5339,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71402,5339,'wp_user_level','0'),(71403,5339,'default_password_nag','1'),(71404,5340,'nickname','sales1969'),(71405,5340,'first_name',''),(71406,5340,'last_name',''),(71407,5340,'description',''),(71408,5340,'rich_editing','true'),(71409,5340,'syntax_highlighting','true'),(71410,5340,'comment_shortcuts','false'),(71411,5340,'admin_color','fresh'),(71412,5340,'use_ssl','0'),(71413,5340,'show_admin_bar_front','true'),(71414,5340,'locale',''),(71415,5340,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71416,5340,'wp_user_level','0'),(71417,5340,'default_password_nag','1'),(71418,5341,'nickname','persfx1986'),(71419,5341,'first_name',''),(71420,5341,'last_name',''),(71421,5341,'description',''),(71422,5341,'rich_editing','true'),(71423,5341,'syntax_highlighting','true'),(71424,5341,'comment_shortcuts','false'),(71425,5341,'admin_color','fresh'),(71426,5341,'use_ssl','0'),(71427,5341,'show_admin_bar_front','true'),(71428,5341,'locale',''),(71429,5341,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71430,5341,'wp_user_level','0'),(71431,5341,'default_password_nag','1'),(71432,5342,'nickname','ebizofamily1991'),(71433,5342,'first_name',''),(71434,5342,'last_name',''),(71435,5342,'description',''),(71436,5342,'rich_editing','true'),(71437,5342,'syntax_highlighting','true'),(71438,5342,'comment_shortcuts','false'),(71439,5342,'admin_color','fresh'),(71440,5342,'use_ssl','0'),(71441,5342,'show_admin_bar_front','true'),(71442,5342,'locale',''),(71443,5342,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71444,5342,'wp_user_level','0'),(71445,5342,'default_password_nag','1'),(71446,5343,'nickname','luvmyboys13281960'),(71447,5343,'first_name',''),(71448,5343,'last_name',''),(71449,5343,'description',''),(71450,5343,'rich_editing','true'),(71451,5343,'syntax_highlighting','true'),(71452,5343,'comment_shortcuts','false'),(71453,5343,'admin_color','fresh'),(71454,5343,'use_ssl','0'),(71455,5343,'show_admin_bar_front','true'),(71456,5343,'locale',''),(71457,5343,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71458,5343,'wp_user_level','0'),(71459,5343,'default_password_nag','1'),(71460,5344,'nickname','celicalover42000'),(71461,5344,'first_name',''),(71462,5344,'last_name',''),(71463,5344,'description',''),(71464,5344,'rich_editing','true'),(71465,5344,'syntax_highlighting','true'),(71466,5344,'comment_shortcuts','false'),(71467,5344,'admin_color','fresh'),(71468,5344,'use_ssl','0'),(71469,5344,'show_admin_bar_front','true'),(71470,5344,'locale',''),(71471,5344,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71472,5344,'wp_user_level','0'),(71473,5344,'default_password_nag','1'),(71474,5345,'nickname','khezik1957'),(71475,5345,'first_name',''),(71476,5345,'last_name',''),(71477,5345,'description',''),(71478,5345,'rich_editing','true'),(71479,5345,'syntax_highlighting','true'),(71480,5345,'comment_shortcuts','false'),(71481,5345,'admin_color','fresh'),(71482,5345,'use_ssl','0'),(71483,5345,'show_admin_bar_front','true'),(71484,5345,'locale',''),(71485,5345,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71486,5345,'wp_user_level','0'),(71487,5345,'default_password_nag','1'),(71488,5346,'nickname','ddiehl1986'),(71489,5346,'first_name',''),(71490,5346,'last_name',''),(71491,5346,'description',''),(71492,5346,'rich_editing','true'),(71493,5346,'syntax_highlighting','true'),(71494,5346,'comment_shortcuts','false'),(71495,5346,'admin_color','fresh'),(71496,5346,'use_ssl','0'),(71497,5346,'show_admin_bar_front','true'),(71498,5346,'locale',''),(71499,5346,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71500,5346,'wp_user_level','0'),(71501,5346,'default_password_nag','1'),(71502,5347,'nickname','csterlingdmd1965'),(71503,5347,'first_name',''),(71504,5347,'last_name',''),(71505,5347,'description',''),(71506,5347,'rich_editing','true'),(71507,5347,'syntax_highlighting','true'),(71508,5347,'comment_shortcuts','false'),(71509,5347,'admin_color','fresh'),(71510,5347,'use_ssl','0'),(71511,5347,'show_admin_bar_front','true'),(71512,5347,'locale',''),(71513,5347,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71514,5347,'wp_user_level','0'),(71515,5347,'default_password_nag','1'),(71516,5348,'nickname','annesolomon1970'),(71517,5348,'first_name',''),(71518,5348,'last_name',''),(71519,5348,'description',''),(71520,5348,'rich_editing','true'),(71521,5348,'syntax_highlighting','true'),(71522,5348,'comment_shortcuts','false'),(71523,5348,'admin_color','fresh'),(71524,5348,'use_ssl','0'),(71525,5348,'show_admin_bar_front','true'),(71526,5348,'locale',''),(71527,5348,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71528,5348,'wp_user_level','0'),(71529,5348,'default_password_nag','1'),(71530,5349,'nickname','tinal52111983'),(71531,5349,'first_name',''),(71532,5349,'last_name',''),(71533,5349,'description',''),(71534,5349,'rich_editing','true'),(71535,5349,'syntax_highlighting','true'),(71536,5349,'comment_shortcuts','false'),(71537,5349,'admin_color','fresh'),(71538,5349,'use_ssl','0'),(71539,5349,'show_admin_bar_front','true'),(71540,5349,'locale',''),(71541,5349,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71542,5349,'wp_user_level','0'),(71543,5349,'default_password_nag','1'),(71544,5350,'nickname','debsvtx1997'),(71545,5350,'first_name',''),(71546,5350,'last_name',''),(71547,5350,'description',''),(71548,5350,'rich_editing','true'),(71549,5350,'syntax_highlighting','true'),(71550,5350,'comment_shortcuts','false'),(71551,5350,'admin_color','fresh'),(71552,5350,'use_ssl','0'),(71553,5350,'show_admin_bar_front','true'),(71554,5350,'locale',''),(71555,5350,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71556,5350,'wp_user_level','0'),(71557,5350,'default_password_nag','1'),(71558,5351,'nickname','fresneljb1956'),(71559,5351,'first_name',''),(71560,5351,'last_name',''),(71561,5351,'description',''),(71562,5351,'rich_editing','true'),(71563,5351,'syntax_highlighting','true'),(71564,5351,'comment_shortcuts','false'),(71565,5351,'admin_color','fresh'),(71566,5351,'use_ssl','0'),(71567,5351,'show_admin_bar_front','true'),(71568,5351,'locale',''),(71569,5351,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71570,5351,'wp_user_level','0'),(71571,5351,'default_password_nag','1'),(71572,5352,'nickname','jmilton7531980'),(71573,5352,'first_name',''),(71574,5352,'last_name',''),(71575,5352,'description',''),(71576,5352,'rich_editing','true'),(71577,5352,'syntax_highlighting','true'),(71578,5352,'comment_shortcuts','false'),(71579,5352,'admin_color','fresh'),(71580,5352,'use_ssl','0'),(71581,5352,'show_admin_bar_front','true'),(71582,5352,'locale',''),(71583,5352,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71584,5352,'wp_user_level','0'),(71585,5352,'default_password_nag','1'),(71586,5353,'nickname','doctorklein1986'),(71587,5353,'first_name',''),(71588,5353,'last_name',''),(71589,5353,'description',''),(71590,5353,'rich_editing','true'),(71591,5353,'syntax_highlighting','true'),(71592,5353,'comment_shortcuts','false'),(71593,5353,'admin_color','fresh'),(71594,5353,'use_ssl','0'),(71595,5353,'show_admin_bar_front','true'),(71596,5353,'locale',''),(71597,5353,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71598,5353,'wp_user_level','0'),(71599,5353,'default_password_nag','1'),(71600,5354,'nickname','georgmanusch1981'),(71601,5354,'first_name',''),(71602,5354,'last_name',''),(71603,5354,'description',''),(71604,5354,'rich_editing','true'),(71605,5354,'syntax_highlighting','true'),(71606,5354,'comment_shortcuts','false'),(71607,5354,'admin_color','fresh'),(71608,5354,'use_ssl','0'),(71609,5354,'show_admin_bar_front','true'),(71610,5354,'locale',''),(71611,5354,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71612,5354,'wp_user_level','0'),(71613,5354,'default_password_nag','1'),(71614,5355,'nickname','adanella1953'),(71615,5355,'first_name',''),(71616,5355,'last_name',''),(71617,5355,'description',''),(71618,5355,'rich_editing','true'),(71619,5355,'syntax_highlighting','true'),(71620,5355,'comment_shortcuts','false'),(71621,5355,'admin_color','fresh'),(71622,5355,'use_ssl','0'),(71623,5355,'show_admin_bar_front','true'),(71624,5355,'locale',''),(71625,5355,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71626,5355,'wp_user_level','0'),(71627,5355,'default_password_nag','1'),(71628,5356,'nickname','majafsu1979'),(71629,5356,'first_name',''),(71630,5356,'last_name',''),(71631,5356,'description',''),(71632,5356,'rich_editing','true'),(71633,5356,'syntax_highlighting','true'),(71634,5356,'comment_shortcuts','false'),(71635,5356,'admin_color','fresh'),(71636,5356,'use_ssl','0'),(71637,5356,'show_admin_bar_front','true'),(71638,5356,'locale',''),(71639,5356,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71640,5356,'wp_user_level','0'),(71641,5356,'default_password_nag','1'),(71642,5357,'nickname','hamerbs1963'),(71643,5357,'first_name',''),(71644,5357,'last_name',''),(71645,5357,'description',''),(71646,5357,'rich_editing','true'),(71647,5357,'syntax_highlighting','true'),(71648,5357,'comment_shortcuts','false'),(71649,5357,'admin_color','fresh'),(71650,5357,'use_ssl','0'),(71651,5357,'show_admin_bar_front','true'),(71652,5357,'locale',''),(71653,5357,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71654,5357,'wp_user_level','0'),(71655,5357,'default_password_nag','1'),(71656,5358,'nickname','kevinyaver2004'),(71657,5358,'first_name',''),(71658,5358,'last_name',''),(71659,5358,'description',''),(71660,5358,'rich_editing','true'),(71661,5358,'syntax_highlighting','true'),(71662,5358,'comment_shortcuts','false'),(71663,5358,'admin_color','fresh'),(71664,5358,'use_ssl','0'),(71665,5358,'show_admin_bar_front','true'),(71666,5358,'locale',''),(71667,5358,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71668,5358,'wp_user_level','0'),(71669,5358,'default_password_nag','1'),(71670,5359,'nickname','kenneth701954'),(71671,5359,'first_name',''),(71672,5359,'last_name',''),(71673,5359,'description',''),(71674,5359,'rich_editing','true'),(71675,5359,'syntax_highlighting','true'),(71676,5359,'comment_shortcuts','false'),(71677,5359,'admin_color','fresh'),(71678,5359,'use_ssl','0'),(71679,5359,'show_admin_bar_front','true'),(71680,5359,'locale',''),(71681,5359,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71682,5359,'wp_user_level','0'),(71683,5359,'default_password_nag','1'),(71684,5360,'nickname','dave1956'),(71685,5360,'first_name',''),(71686,5360,'last_name',''),(71687,5360,'description',''),(71688,5360,'rich_editing','true'),(71689,5360,'syntax_highlighting','true'),(71690,5360,'comment_shortcuts','false'),(71691,5360,'admin_color','fresh'),(71692,5360,'use_ssl','0'),(71693,5360,'show_admin_bar_front','true'),(71694,5360,'locale',''),(71695,5360,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71696,5360,'wp_user_level','0'),(71697,5360,'default_password_nag','1'),(71698,5361,'nickname','ritterbobbyb1995'),(71699,5361,'first_name',''),(71700,5361,'last_name',''),(71701,5361,'description',''),(71702,5361,'rich_editing','true'),(71703,5361,'syntax_highlighting','true'),(71704,5361,'comment_shortcuts','false'),(71705,5361,'admin_color','fresh'),(71706,5361,'use_ssl','0'),(71707,5361,'show_admin_bar_front','true'),(71708,5361,'locale',''),(71709,5361,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71710,5361,'wp_user_level','0'),(71711,5361,'default_password_nag','1'),(71712,5362,'nickname','rock.man1962'),(71713,5362,'first_name',''),(71714,5362,'last_name',''),(71715,5362,'description',''),(71716,5362,'rich_editing','true'),(71717,5362,'syntax_highlighting','true'),(71718,5362,'comment_shortcuts','false'),(71719,5362,'admin_color','fresh'),(71720,5362,'use_ssl','0'),(71721,5362,'show_admin_bar_front','true'),(71722,5362,'locale',''),(71723,5362,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71724,5362,'wp_user_level','0'),(71725,5362,'default_password_nag','1'),(71726,5363,'nickname','lee.jonathan.g2002'),(71727,5363,'first_name',''),(71728,5363,'last_name',''),(71729,5363,'description',''),(71730,5363,'rich_editing','true'),(71731,5363,'syntax_highlighting','true'),(71732,5363,'comment_shortcuts','false'),(71733,5363,'admin_color','fresh'),(71734,5363,'use_ssl','0'),(71735,5363,'show_admin_bar_front','true'),(71736,5363,'locale',''),(71737,5363,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71738,5363,'wp_user_level','0'),(71739,5363,'default_password_nag','1'),(71740,5364,'nickname','jamie.gould89002004'),(71741,5364,'first_name',''),(71742,5364,'last_name',''),(71743,5364,'description',''),(71744,5364,'rich_editing','true'),(71745,5364,'syntax_highlighting','true'),(71746,5364,'comment_shortcuts','false'),(71747,5364,'admin_color','fresh'),(71748,5364,'use_ssl','0'),(71749,5364,'show_admin_bar_front','true'),(71750,5364,'locale',''),(71751,5364,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71752,5364,'wp_user_level','0'),(71753,5364,'default_password_nag','1'),(71754,5365,'nickname','courtneylarson092010'),(71755,5365,'first_name',''),(71756,5365,'last_name',''),(71757,5365,'description',''),(71758,5365,'rich_editing','true'),(71759,5365,'syntax_highlighting','true'),(71760,5365,'comment_shortcuts','false'),(71761,5365,'admin_color','fresh'),(71762,5365,'use_ssl','0'),(71763,5365,'show_admin_bar_front','true'),(71764,5365,'locale',''),(71765,5365,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71766,5365,'wp_user_level','0'),(71767,5365,'default_password_nag','1'),(71768,5366,'nickname','administrative2004'),(71769,5366,'first_name',''),(71770,5366,'last_name',''),(71771,5366,'description',''),(71772,5366,'rich_editing','true'),(71773,5366,'syntax_highlighting','true'),(71774,5366,'comment_shortcuts','false'),(71775,5366,'admin_color','fresh'),(71776,5366,'use_ssl','0'),(71777,5366,'show_admin_bar_front','true'),(71778,5366,'locale',''),(71779,5366,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71780,5366,'wp_user_level','0'),(71781,5366,'default_password_nag','1'),(71782,5367,'nickname','anilyn121991'),(71783,5367,'first_name',''),(71784,5367,'last_name',''),(71785,5367,'description',''),(71786,5367,'rich_editing','true'),(71787,5367,'syntax_highlighting','true'),(71788,5367,'comment_shortcuts','false'),(71789,5367,'admin_color','fresh'),(71790,5367,'use_ssl','0'),(71791,5367,'show_admin_bar_front','true'),(71792,5367,'locale',''),(71793,5367,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71794,5367,'wp_user_level','0'),(71795,5367,'default_password_nag','1'),(71796,5368,'nickname','gp_caulker1970'),(71797,5368,'first_name',''),(71798,5368,'last_name',''),(71799,5368,'description',''),(71800,5368,'rich_editing','true'),(71801,5368,'syntax_highlighting','true'),(71802,5368,'comment_shortcuts','false'),(71803,5368,'admin_color','fresh'),(71804,5368,'use_ssl','0'),(71805,5368,'show_admin_bar_front','true'),(71806,5368,'locale',''),(71807,5368,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71808,5368,'wp_user_level','0'),(71809,5368,'default_password_nag','1'),(71810,5369,'nickname','hunggsta1987'),(71811,5369,'first_name',''),(71812,5369,'last_name',''),(71813,5369,'description',''),(71814,5369,'rich_editing','true'),(71815,5369,'syntax_highlighting','true'),(71816,5369,'comment_shortcuts','false'),(71817,5369,'admin_color','fresh'),(71818,5369,'use_ssl','0'),(71819,5369,'show_admin_bar_front','true'),(71820,5369,'locale',''),(71821,5369,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71822,5369,'wp_user_level','0'),(71823,5369,'default_password_nag','1'),(71824,5370,'nickname','alvrob20201993'),(71825,5370,'first_name',''),(71826,5370,'last_name',''),(71827,5370,'description',''),(71828,5370,'rich_editing','true'),(71829,5370,'syntax_highlighting','true'),(71830,5370,'comment_shortcuts','false'),(71831,5370,'admin_color','fresh'),(71832,5370,'use_ssl','0'),(71833,5370,'show_admin_bar_front','true'),(71834,5370,'locale',''),(71835,5370,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71836,5370,'wp_user_level','0'),(71837,5370,'default_password_nag','1'),(71838,5371,'nickname','effen_greg1951'),(71839,5371,'first_name',''),(71840,5371,'last_name',''),(71841,5371,'description',''),(71842,5371,'rich_editing','true'),(71843,5371,'syntax_highlighting','true'),(71844,5371,'comment_shortcuts','false'),(71845,5371,'admin_color','fresh'),(71846,5371,'use_ssl','0'),(71847,5371,'show_admin_bar_front','true'),(71848,5371,'locale',''),(71849,5371,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71850,5371,'wp_user_level','0'),(71851,5371,'default_password_nag','1'),(71852,5372,'nickname','blackbird4861967'),(71853,5372,'first_name',''),(71854,5372,'last_name',''),(71855,5372,'description',''),(71856,5372,'rich_editing','true'),(71857,5372,'syntax_highlighting','true'),(71858,5372,'comment_shortcuts','false'),(71859,5372,'admin_color','fresh'),(71860,5372,'use_ssl','0'),(71861,5372,'show_admin_bar_front','true'),(71862,5372,'locale',''),(71863,5372,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71864,5372,'wp_user_level','0'),(71865,5372,'default_password_nag','1'),(71866,5373,'nickname','merifonseca1991'),(71867,5373,'first_name',''),(71868,5373,'last_name',''),(71869,5373,'description',''),(71870,5373,'rich_editing','true'),(71871,5373,'syntax_highlighting','true'),(71872,5373,'comment_shortcuts','false'),(71873,5373,'admin_color','fresh'),(71874,5373,'use_ssl','0'),(71875,5373,'show_admin_bar_front','true'),(71876,5373,'locale',''),(71877,5373,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71878,5373,'wp_user_level','0'),(71879,5373,'default_password_nag','1'),(71880,5374,'nickname','shameelb1996'),(71881,5374,'first_name',''),(71882,5374,'last_name',''),(71883,5374,'description',''),(71884,5374,'rich_editing','true'),(71885,5374,'syntax_highlighting','true'),(71886,5374,'comment_shortcuts','false'),(71887,5374,'admin_color','fresh'),(71888,5374,'use_ssl','0'),(71889,5374,'show_admin_bar_front','true'),(71890,5374,'locale',''),(71891,5374,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71892,5374,'wp_user_level','0'),(71893,5374,'default_password_nag','1'),(71894,5375,'nickname','gaylacomer1997'),(71895,5375,'first_name',''),(71896,5375,'last_name',''),(71897,5375,'description',''),(71898,5375,'rich_editing','true'),(71899,5375,'syntax_highlighting','true'),(71900,5375,'comment_shortcuts','false'),(71901,5375,'admin_color','fresh'),(71902,5375,'use_ssl','0'),(71903,5375,'show_admin_bar_front','true'),(71904,5375,'locale',''),(71905,5375,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71906,5375,'wp_user_level','0'),(71907,5375,'default_password_nag','1'),(71908,5376,'nickname','stephaniesolis1999'),(71909,5376,'first_name',''),(71910,5376,'last_name',''),(71911,5376,'description',''),(71912,5376,'rich_editing','true'),(71913,5376,'syntax_highlighting','true'),(71914,5376,'comment_shortcuts','false'),(71915,5376,'admin_color','fresh'),(71916,5376,'use_ssl','0'),(71917,5376,'show_admin_bar_front','true'),(71918,5376,'locale',''),(71919,5376,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71920,5376,'wp_user_level','0'),(71921,5376,'default_password_nag','1'),(71922,5377,'nickname','rook.brian1987'),(71923,5377,'first_name',''),(71924,5377,'last_name',''),(71925,5377,'description',''),(71926,5377,'rich_editing','true'),(71927,5377,'syntax_highlighting','true'),(71928,5377,'comment_shortcuts','false'),(71929,5377,'admin_color','fresh'),(71930,5377,'use_ssl','0'),(71931,5377,'show_admin_bar_front','true'),(71932,5377,'locale',''),(71933,5377,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71934,5377,'wp_user_level','0'),(71935,5377,'default_password_nag','1'),(71936,5378,'nickname','angelwhitley1973'),(71937,5378,'first_name',''),(71938,5378,'last_name',''),(71939,5378,'description',''),(71940,5378,'rich_editing','true'),(71941,5378,'syntax_highlighting','true'),(71942,5378,'comment_shortcuts','false'),(71943,5378,'admin_color','fresh'),(71944,5378,'use_ssl','0'),(71945,5378,'show_admin_bar_front','true'),(71946,5378,'locale',''),(71947,5378,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71948,5378,'wp_user_level','0'),(71949,5378,'default_password_nag','1'),(71950,5379,'nickname','dmerkez1957'),(71951,5379,'first_name',''),(71952,5379,'last_name',''),(71953,5379,'description',''),(71954,5379,'rich_editing','true'),(71955,5379,'syntax_highlighting','true'),(71956,5379,'comment_shortcuts','false'),(71957,5379,'admin_color','fresh'),(71958,5379,'use_ssl','0'),(71959,5379,'show_admin_bar_front','true'),(71960,5379,'locale',''),(71961,5379,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71962,5379,'wp_user_level','0'),(71963,5379,'default_password_nag','1'),(71964,5380,'nickname','edlerjw1953'),(71965,5380,'first_name',''),(71966,5380,'last_name',''),(71967,5380,'description',''),(71968,5380,'rich_editing','true'),(71969,5380,'syntax_highlighting','true'),(71970,5380,'comment_shortcuts','false'),(71971,5380,'admin_color','fresh'),(71972,5380,'use_ssl','0'),(71973,5380,'show_admin_bar_front','true'),(71974,5380,'locale',''),(71975,5380,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71976,5380,'wp_user_level','0'),(71977,5380,'default_password_nag','1'),(71978,5381,'nickname','aieet911985'),(71979,5381,'first_name',''),(71980,5381,'last_name',''),(71981,5381,'description',''),(71982,5381,'rich_editing','true'),(71983,5381,'syntax_highlighting','true'),(71984,5381,'comment_shortcuts','false'),(71985,5381,'admin_color','fresh'),(71986,5381,'use_ssl','0'),(71987,5381,'show_admin_bar_front','true'),(71988,5381,'locale',''),(71989,5381,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71990,5381,'wp_user_level','0'),(71991,5381,'default_password_nag','1'),(71992,5382,'nickname','jacobhiggins041971'),(71993,5382,'first_name',''),(71994,5382,'last_name',''),(71995,5382,'description',''),(71996,5382,'rich_editing','true'),(71997,5382,'syntax_highlighting','true'),(71998,5382,'comment_shortcuts','false'),(71999,5382,'admin_color','fresh'),(72000,5382,'use_ssl','0'),(72001,5382,'show_admin_bar_front','true'),(72002,5382,'locale',''),(72003,5382,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72004,5382,'wp_user_level','0'),(72005,5382,'default_password_nag','1'),(72006,5383,'nickname','alrobe021980'),(72007,5383,'first_name',''),(72008,5383,'last_name',''),(72009,5383,'description',''),(72010,5383,'rich_editing','true'),(72011,5383,'syntax_highlighting','true'),(72012,5383,'comment_shortcuts','false'),(72013,5383,'admin_color','fresh'),(72014,5383,'use_ssl','0'),(72015,5383,'show_admin_bar_front','true'),(72016,5383,'locale',''),(72017,5383,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72018,5383,'wp_user_level','0'),(72019,5383,'default_password_nag','1'),(72020,5384,'nickname','mbracken1994'),(72021,5384,'first_name',''),(72022,5384,'last_name',''),(72023,5384,'description',''),(72024,5384,'rich_editing','true'),(72025,5384,'syntax_highlighting','true'),(72026,5384,'comment_shortcuts','false'),(72027,5384,'admin_color','fresh'),(72028,5384,'use_ssl','0'),(72029,5384,'show_admin_bar_front','true'),(72030,5384,'locale',''),(72031,5384,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72032,5384,'wp_user_level','0'),(72033,5384,'default_password_nag','1'),(72034,5385,'nickname','nlopez5622000'),(72035,5385,'first_name',''),(72036,5385,'last_name',''),(72037,5385,'description',''),(72038,5385,'rich_editing','true'),(72039,5385,'syntax_highlighting','true'),(72040,5385,'comment_shortcuts','false'),(72041,5385,'admin_color','fresh'),(72042,5385,'use_ssl','0'),(72043,5385,'show_admin_bar_front','true'),(72044,5385,'locale',''),(72045,5385,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72046,5385,'wp_user_level','0'),(72047,5385,'default_password_nag','1'),(72048,5386,'nickname','ewollin2005'),(72049,5386,'first_name',''),(72050,5386,'last_name',''),(72051,5386,'description',''),(72052,5386,'rich_editing','true'),(72053,5386,'syntax_highlighting','true'),(72054,5386,'comment_shortcuts','false'),(72055,5386,'admin_color','fresh'),(72056,5386,'use_ssl','0'),(72057,5386,'show_admin_bar_front','true'),(72058,5386,'locale',''),(72059,5386,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72060,5386,'wp_user_level','0'),(72061,5386,'default_password_nag','1'),(72062,5387,'nickname','konnorwyly1991'),(72063,5387,'first_name',''),(72064,5387,'last_name',''),(72065,5387,'description',''),(72066,5387,'rich_editing','true'),(72067,5387,'syntax_highlighting','true'),(72068,5387,'comment_shortcuts','false'),(72069,5387,'admin_color','fresh'),(72070,5387,'use_ssl','0'),(72071,5387,'show_admin_bar_front','true'),(72072,5387,'locale',''),(72073,5387,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72074,5387,'wp_user_level','0'),(72075,5387,'default_password_nag','1'),(72076,5388,'nickname','maryjocool1994'),(72077,5388,'first_name',''),(72078,5388,'last_name',''),(72079,5388,'description',''),(72080,5388,'rich_editing','true'),(72081,5388,'syntax_highlighting','true'),(72082,5388,'comment_shortcuts','false'),(72083,5388,'admin_color','fresh'),(72084,5388,'use_ssl','0'),(72085,5388,'show_admin_bar_front','true'),(72086,5388,'locale',''),(72087,5388,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72088,5388,'wp_user_level','0'),(72089,5388,'default_password_nag','1'),(72090,5389,'nickname','tradecenternet1959'),(72091,5389,'first_name',''),(72092,5389,'last_name',''),(72093,5389,'description',''),(72094,5389,'rich_editing','true'),(72095,5389,'syntax_highlighting','true'),(72096,5389,'comment_shortcuts','false'),(72097,5389,'admin_color','fresh'),(72098,5389,'use_ssl','0'),(72099,5389,'show_admin_bar_front','true'),(72100,5389,'locale',''),(72101,5389,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72102,5389,'wp_user_level','0'),(72103,5389,'default_password_nag','1'),(72104,5390,'nickname','paddinggtonn1970'),(72105,5390,'first_name',''),(72106,5390,'last_name',''),(72107,5390,'description',''),(72108,5390,'rich_editing','true'),(72109,5390,'syntax_highlighting','true'),(72110,5390,'comment_shortcuts','false'),(72111,5390,'admin_color','fresh'),(72112,5390,'use_ssl','0'),(72113,5390,'show_admin_bar_front','true'),(72114,5390,'locale',''),(72115,5390,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72116,5390,'wp_user_level','0'),(72117,5390,'default_password_nag','1'),(72118,5391,'nickname','melaniemrms1958'),(72119,5391,'first_name',''),(72120,5391,'last_name',''),(72121,5391,'description',''),(72122,5391,'rich_editing','true'),(72123,5391,'syntax_highlighting','true'),(72124,5391,'comment_shortcuts','false'),(72125,5391,'admin_color','fresh'),(72126,5391,'use_ssl','0'),(72127,5391,'show_admin_bar_front','true'),(72128,5391,'locale',''),(72129,5391,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72130,5391,'wp_user_level','0'),(72131,5391,'default_password_nag','1'),(72132,5392,'nickname','jslnzn1970'),(72133,5392,'first_name',''),(72134,5392,'last_name',''),(72135,5392,'description',''),(72136,5392,'rich_editing','true'),(72137,5392,'syntax_highlighting','true'),(72138,5392,'comment_shortcuts','false'),(72139,5392,'admin_color','fresh'),(72140,5392,'use_ssl','0'),(72141,5392,'show_admin_bar_front','true'),(72142,5392,'locale',''),(72143,5392,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72144,5392,'wp_user_level','0'),(72145,5392,'default_password_nag','1'),(72146,5393,'nickname','ellen.schoeck1972'),(72147,5393,'first_name',''),(72148,5393,'last_name',''),(72149,5393,'description',''),(72150,5393,'rich_editing','true'),(72151,5393,'syntax_highlighting','true'),(72152,5393,'comment_shortcuts','false'),(72153,5393,'admin_color','fresh'),(72154,5393,'use_ssl','0'),(72155,5393,'show_admin_bar_front','true'),(72156,5393,'locale',''),(72157,5393,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72158,5393,'wp_user_level','0'),(72159,5393,'default_password_nag','1'),(72160,5394,'nickname','dunkeroo111974'),(72161,5394,'first_name',''),(72162,5394,'last_name',''),(72163,5394,'description',''),(72164,5394,'rich_editing','true'),(72165,5394,'syntax_highlighting','true'),(72166,5394,'comment_shortcuts','false'),(72167,5394,'admin_color','fresh'),(72168,5394,'use_ssl','0'),(72169,5394,'show_admin_bar_front','true'),(72170,5394,'locale',''),(72171,5394,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72172,5394,'wp_user_level','0'),(72173,5394,'default_password_nag','1'),(72174,5395,'nickname','melani.gudlin1986'),(72175,5395,'first_name',''),(72176,5395,'last_name',''),(72177,5395,'description',''),(72178,5395,'rich_editing','true'),(72179,5395,'syntax_highlighting','true'),(72180,5395,'comment_shortcuts','false'),(72181,5395,'admin_color','fresh'),(72182,5395,'use_ssl','0'),(72183,5395,'show_admin_bar_front','true'),(72184,5395,'locale',''),(72185,5395,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72186,5395,'wp_user_level','0'),(72187,5395,'default_password_nag','1'),(72188,5396,'nickname','brea.boydston1996'),(72189,5396,'first_name',''),(72190,5396,'last_name',''),(72191,5396,'description',''),(72192,5396,'rich_editing','true'),(72193,5396,'syntax_highlighting','true'),(72194,5396,'comment_shortcuts','false'),(72195,5396,'admin_color','fresh'),(72196,5396,'use_ssl','0'),(72197,5396,'show_admin_bar_front','true'),(72198,5396,'locale',''),(72199,5396,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72200,5396,'wp_user_level','0'),(72201,5396,'default_password_nag','1'),(72202,5397,'nickname','ffunn1981'),(72203,5397,'first_name',''),(72204,5397,'last_name',''),(72205,5397,'description',''),(72206,5397,'rich_editing','true'),(72207,5397,'syntax_highlighting','true'),(72208,5397,'comment_shortcuts','false'),(72209,5397,'admin_color','fresh'),(72210,5397,'use_ssl','0'),(72211,5397,'show_admin_bar_front','true'),(72212,5397,'locale',''),(72213,5397,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72214,5397,'wp_user_level','0'),(72215,5397,'default_password_nag','1'),(72216,5398,'nickname','velkovskijunior1955'),(72217,5398,'first_name',''),(72218,5398,'last_name',''),(72219,5398,'description',''),(72220,5398,'rich_editing','true'),(72221,5398,'syntax_highlighting','true'),(72222,5398,'comment_shortcuts','false'),(72223,5398,'admin_color','fresh'),(72224,5398,'use_ssl','0'),(72225,5398,'show_admin_bar_front','true'),(72226,5398,'locale',''),(72227,5398,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72228,5398,'wp_user_level','0'),(72229,5398,'default_password_nag','1'),(72230,5399,'nickname','shodzhenyaschool1966'),(72231,5399,'first_name',''),(72232,5399,'last_name',''),(72233,5399,'description',''),(72234,5399,'rich_editing','true'),(72235,5399,'syntax_highlighting','true'),(72236,5399,'comment_shortcuts','false'),(72237,5399,'admin_color','fresh'),(72238,5399,'use_ssl','0'),(72239,5399,'show_admin_bar_front','true'),(72240,5399,'locale',''),(72241,5399,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72242,5399,'wp_user_level','0'),(72243,5399,'default_password_nag','1'),(72244,5400,'nickname','prageeth.di1997'),(72245,5400,'first_name',''),(72246,5400,'last_name',''),(72247,5400,'description',''),(72248,5400,'rich_editing','true'),(72249,5400,'syntax_highlighting','true'),(72250,5400,'comment_shortcuts','false'),(72251,5400,'admin_color','fresh'),(72252,5400,'use_ssl','0'),(72253,5400,'show_admin_bar_front','true'),(72254,5400,'locale',''),(72255,5400,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72256,5400,'wp_user_level','0'),(72257,5400,'default_password_nag','1'),(72258,5401,'nickname','vbarcello2010'),(72259,5401,'first_name',''),(72260,5401,'last_name',''),(72261,5401,'description',''),(72262,5401,'rich_editing','true'),(72263,5401,'syntax_highlighting','true'),(72264,5401,'comment_shortcuts','false'),(72265,5401,'admin_color','fresh'),(72266,5401,'use_ssl','0'),(72267,5401,'show_admin_bar_front','true'),(72268,5401,'locale',''),(72269,5401,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72270,5401,'wp_user_level','0'),(72271,5401,'default_password_nag','1'),(72272,5402,'nickname','jmaffey141953'),(72273,5402,'first_name',''),(72274,5402,'last_name',''),(72275,5402,'description',''),(72276,5402,'rich_editing','true'),(72277,5402,'syntax_highlighting','true'),(72278,5402,'comment_shortcuts','false'),(72279,5402,'admin_color','fresh'),(72280,5402,'use_ssl','0'),(72281,5402,'show_admin_bar_front','true'),(72282,5402,'locale',''),(72283,5402,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72284,5402,'wp_user_level','0'),(72285,5402,'default_password_nag','1'),(72286,5403,'nickname','naodent1957'),(72287,5403,'first_name',''),(72288,5403,'last_name',''),(72289,5403,'description',''),(72290,5403,'rich_editing','true'),(72291,5403,'syntax_highlighting','true'),(72292,5403,'comment_shortcuts','false'),(72293,5403,'admin_color','fresh'),(72294,5403,'use_ssl','0'),(72295,5403,'show_admin_bar_front','true'),(72296,5403,'locale',''),(72297,5403,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72298,5403,'wp_user_level','0'),(72299,5403,'default_password_nag','1'),(72300,5404,'nickname','pamela42421986'),(72301,5404,'first_name',''),(72302,5404,'last_name',''),(72303,5404,'description',''),(72304,5404,'rich_editing','true'),(72305,5404,'syntax_highlighting','true'),(72306,5404,'comment_shortcuts','false'),(72307,5404,'admin_color','fresh'),(72308,5404,'use_ssl','0'),(72309,5404,'show_admin_bar_front','true'),(72310,5404,'locale',''),(72311,5404,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72312,5404,'wp_user_level','0'),(72313,5404,'default_password_nag','1'),(72314,5405,'nickname','jodijorde2001'),(72315,5405,'first_name',''),(72316,5405,'last_name',''),(72317,5405,'description',''),(72318,5405,'rich_editing','true'),(72319,5405,'syntax_highlighting','true'),(72320,5405,'comment_shortcuts','false'),(72321,5405,'admin_color','fresh'),(72322,5405,'use_ssl','0'),(72323,5405,'show_admin_bar_front','true'),(72324,5405,'locale',''),(72325,5405,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72326,5405,'wp_user_level','0'),(72327,5405,'default_password_nag','1'),(72328,5406,'nickname','fedirdrago1983'),(72329,5406,'first_name',''),(72330,5406,'last_name',''),(72331,5406,'description',''),(72332,5406,'rich_editing','true'),(72333,5406,'syntax_highlighting','true'),(72334,5406,'comment_shortcuts','false'),(72335,5406,'admin_color','fresh'),(72336,5406,'use_ssl','0'),(72337,5406,'show_admin_bar_front','true'),(72338,5406,'locale',''),(72339,5406,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72340,5406,'wp_user_level','0'),(72341,5406,'default_password_nag','1'),(72342,5407,'nickname','execdir1992'),(72343,5407,'first_name',''),(72344,5407,'last_name',''),(72345,5407,'description',''),(72346,5407,'rich_editing','true'),(72347,5407,'syntax_highlighting','true'),(72348,5407,'comment_shortcuts','false'),(72349,5407,'admin_color','fresh'),(72350,5407,'use_ssl','0'),(72351,5407,'show_admin_bar_front','true'),(72352,5407,'locale',''),(72353,5407,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72354,5407,'wp_user_level','0'),(72355,5407,'default_password_nag','1'),(72356,5408,'nickname','crawford.accounting1953'),(72357,5408,'first_name',''),(72358,5408,'last_name',''),(72359,5408,'description',''),(72360,5408,'rich_editing','true'),(72361,5408,'syntax_highlighting','true'),(72362,5408,'comment_shortcuts','false'),(72363,5408,'admin_color','fresh'),(72364,5408,'use_ssl','0'),(72365,5408,'show_admin_bar_front','true'),(72366,5408,'locale',''),(72367,5408,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72368,5408,'wp_user_level','0'),(72369,5408,'default_password_nag','1'),(72370,5409,'nickname','joanna.moore1970'),(72371,5409,'first_name',''),(72372,5409,'last_name',''),(72373,5409,'description',''),(72374,5409,'rich_editing','true'),(72375,5409,'syntax_highlighting','true'),(72376,5409,'comment_shortcuts','false'),(72377,5409,'admin_color','fresh'),(72378,5409,'use_ssl','0'),(72379,5409,'show_admin_bar_front','true'),(72380,5409,'locale',''),(72381,5409,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72382,5409,'wp_user_level','0'),(72383,5409,'default_password_nag','1'),(72384,5410,'nickname','teachercutie751970'),(72385,5410,'first_name',''),(72386,5410,'last_name',''),(72387,5410,'description',''),(72388,5410,'rich_editing','true'),(72389,5410,'syntax_highlighting','true'),(72390,5410,'comment_shortcuts','false'),(72391,5410,'admin_color','fresh'),(72392,5410,'use_ssl','0'),(72393,5410,'show_admin_bar_front','true'),(72394,5410,'locale',''),(72395,5410,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72396,5410,'wp_user_level','0'),(72397,5410,'default_password_nag','1'),(72398,5411,'nickname','avpop11990'),(72399,5411,'first_name',''),(72400,5411,'last_name',''),(72401,5411,'description',''),(72402,5411,'rich_editing','true'),(72403,5411,'syntax_highlighting','true'),(72404,5411,'comment_shortcuts','false'),(72405,5411,'admin_color','fresh'),(72406,5411,'use_ssl','0'),(72407,5411,'show_admin_bar_front','true'),(72408,5411,'locale',''),(72409,5411,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72410,5411,'wp_user_level','0'),(72411,5411,'default_password_nag','1'),(72412,5412,'nickname','cheryl1980'),(72413,5412,'first_name',''),(72414,5412,'last_name',''),(72415,5412,'description',''),(72416,5412,'rich_editing','true'),(72417,5412,'syntax_highlighting','true'),(72418,5412,'comment_shortcuts','false'),(72419,5412,'admin_color','fresh'),(72420,5412,'use_ssl','0'),(72421,5412,'show_admin_bar_front','true'),(72422,5412,'locale',''),(72423,5412,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72424,5412,'wp_user_level','0'),(72425,5412,'default_password_nag','1'),(72426,5413,'nickname','carolinoroville1953'),(72427,5413,'first_name',''),(72428,5413,'last_name',''),(72429,5413,'description',''),(72430,5413,'rich_editing','true'),(72431,5413,'syntax_highlighting','true'),(72432,5413,'comment_shortcuts','false'),(72433,5413,'admin_color','fresh'),(72434,5413,'use_ssl','0'),(72435,5413,'show_admin_bar_front','true'),(72436,5413,'locale',''),(72437,5413,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72438,5413,'wp_user_level','0'),(72439,5413,'default_password_nag','1'),(72440,5414,'nickname','paula.groll2002'),(72441,5414,'first_name',''),(72442,5414,'last_name',''),(72443,5414,'description',''),(72444,5414,'rich_editing','true'),(72445,5414,'syntax_highlighting','true'),(72446,5414,'comment_shortcuts','false'),(72447,5414,'admin_color','fresh'),(72448,5414,'use_ssl','0'),(72449,5414,'show_admin_bar_front','true'),(72450,5414,'locale',''),(72451,5414,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72452,5414,'wp_user_level','0'),(72453,5414,'default_password_nag','1'),(72454,5415,'nickname','calvert10101992'),(72455,5415,'first_name',''),(72456,5415,'last_name',''),(72457,5415,'description',''),(72458,5415,'rich_editing','true'),(72459,5415,'syntax_highlighting','true'),(72460,5415,'comment_shortcuts','false'),(72461,5415,'admin_color','fresh'),(72462,5415,'use_ssl','0'),(72463,5415,'show_admin_bar_front','true'),(72464,5415,'locale',''),(72465,5415,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72466,5415,'wp_user_level','0'),(72467,5415,'default_password_nag','1'),(72468,5416,'nickname','leah_bucher1982'),(72469,5416,'first_name',''),(72470,5416,'last_name',''),(72471,5416,'description',''),(72472,5416,'rich_editing','true'),(72473,5416,'syntax_highlighting','true'),(72474,5416,'comment_shortcuts','false'),(72475,5416,'admin_color','fresh'),(72476,5416,'use_ssl','0'),(72477,5416,'show_admin_bar_front','true'),(72478,5416,'locale',''),(72479,5416,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72480,5416,'wp_user_level','0'),(72481,5416,'default_password_nag','1'),(72482,5417,'nickname','shbana.ahmad1967'),(72483,5417,'first_name',''),(72484,5417,'last_name',''),(72485,5417,'description',''),(72486,5417,'rich_editing','true'),(72487,5417,'syntax_highlighting','true'),(72488,5417,'comment_shortcuts','false'),(72489,5417,'admin_color','fresh'),(72490,5417,'use_ssl','0'),(72491,5417,'show_admin_bar_front','true'),(72492,5417,'locale',''),(72493,5417,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72494,5417,'wp_user_level','0'),(72495,5417,'default_password_nag','1'),(72496,5418,'nickname','verena.steigerwald1981'),(72497,5418,'first_name',''),(72498,5418,'last_name',''),(72499,5418,'description',''),(72500,5418,'rich_editing','true'),(72501,5418,'syntax_highlighting','true'),(72502,5418,'comment_shortcuts','false'),(72503,5418,'admin_color','fresh'),(72504,5418,'use_ssl','0'),(72505,5418,'show_admin_bar_front','true'),(72506,5418,'locale',''),(72507,5418,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72508,5418,'wp_user_level','0'),(72509,5418,'default_password_nag','1'),(72510,5419,'nickname','brentashton2006'),(72511,5419,'first_name',''),(72512,5419,'last_name',''),(72513,5419,'description',''),(72514,5419,'rich_editing','true'),(72515,5419,'syntax_highlighting','true'),(72516,5419,'comment_shortcuts','false'),(72517,5419,'admin_color','fresh'),(72518,5419,'use_ssl','0'),(72519,5419,'show_admin_bar_front','true'),(72520,5419,'locale',''),(72521,5419,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72522,5419,'wp_user_level','0'),(72523,5419,'default_password_nag','1'),(72524,5420,'nickname','cstephenson221988'),(72525,5420,'first_name',''),(72526,5420,'last_name',''),(72527,5420,'description',''),(72528,5420,'rich_editing','true'),(72529,5420,'syntax_highlighting','true'),(72530,5420,'comment_shortcuts','false'),(72531,5420,'admin_color','fresh'),(72532,5420,'use_ssl','0'),(72533,5420,'show_admin_bar_front','true'),(72534,5420,'locale',''),(72535,5420,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72536,5420,'wp_user_level','0'),(72537,5420,'default_password_nag','1'),(72538,5421,'nickname','hildebranddavid1975'),(72539,5421,'first_name',''),(72540,5421,'last_name',''),(72541,5421,'description',''),(72542,5421,'rich_editing','true'),(72543,5421,'syntax_highlighting','true'),(72544,5421,'comment_shortcuts','false'),(72545,5421,'admin_color','fresh'),(72546,5421,'use_ssl','0'),(72547,5421,'show_admin_bar_front','true'),(72548,5421,'locale',''),(72549,5421,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72550,5421,'wp_user_level','0'),(72551,5421,'default_password_nag','1'),(72552,5422,'nickname','neenasathyan1996'),(72553,5422,'first_name',''),(72554,5422,'last_name',''),(72555,5422,'description',''),(72556,5422,'rich_editing','true'),(72557,5422,'syntax_highlighting','true'),(72558,5422,'comment_shortcuts','false'),(72559,5422,'admin_color','fresh'),(72560,5422,'use_ssl','0'),(72561,5422,'show_admin_bar_front','true'),(72562,5422,'locale',''),(72563,5422,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72564,5422,'wp_user_level','0'),(72565,5422,'default_password_nag','1'),(72566,5423,'nickname','schatz120601977'),(72567,5423,'first_name',''),(72568,5423,'last_name',''),(72569,5423,'description',''),(72570,5423,'rich_editing','true'),(72571,5423,'syntax_highlighting','true'),(72572,5423,'comment_shortcuts','false'),(72573,5423,'admin_color','fresh'),(72574,5423,'use_ssl','0'),(72575,5423,'show_admin_bar_front','true'),(72576,5423,'locale',''),(72577,5423,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72578,5423,'wp_user_level','0'),(72579,5423,'default_password_nag','1'),(72580,5424,'nickname','katiemw301977'),(72581,5424,'first_name',''),(72582,5424,'last_name',''),(72583,5424,'description',''),(72584,5424,'rich_editing','true'),(72585,5424,'syntax_highlighting','true'),(72586,5424,'comment_shortcuts','false'),(72587,5424,'admin_color','fresh'),(72588,5424,'use_ssl','0'),(72589,5424,'show_admin_bar_front','true'),(72590,5424,'locale',''),(72591,5424,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72592,5424,'wp_user_level','0'),(72593,5424,'default_password_nag','1'),(72594,5425,'nickname','dnscalata1989'),(72595,5425,'first_name',''),(72596,5425,'last_name',''),(72597,5425,'description',''),(72598,5425,'rich_editing','true'),(72599,5425,'syntax_highlighting','true'),(72600,5425,'comment_shortcuts','false'),(72601,5425,'admin_color','fresh'),(72602,5425,'use_ssl','0'),(72603,5425,'show_admin_bar_front','true'),(72604,5425,'locale',''),(72605,5425,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72606,5425,'wp_user_level','0'),(72607,5425,'default_password_nag','1'),(72608,5426,'nickname','drwmdean1964'),(72609,5426,'first_name',''),(72610,5426,'last_name',''),(72611,5426,'description',''),(72612,5426,'rich_editing','true'),(72613,5426,'syntax_highlighting','true'),(72614,5426,'comment_shortcuts','false'),(72615,5426,'admin_color','fresh'),(72616,5426,'use_ssl','0'),(72617,5426,'show_admin_bar_front','true'),(72618,5426,'locale',''),(72619,5426,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72620,5426,'wp_user_level','0'),(72621,5426,'default_password_nag','1'),(72622,5427,'nickname','lhernandez1976'),(72623,5427,'first_name',''),(72624,5427,'last_name',''),(72625,5427,'description',''),(72626,5427,'rich_editing','true'),(72627,5427,'syntax_highlighting','true'),(72628,5427,'comment_shortcuts','false'),(72629,5427,'admin_color','fresh'),(72630,5427,'use_ssl','0'),(72631,5427,'show_admin_bar_front','true'),(72632,5427,'locale',''),(72633,5427,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72634,5427,'wp_user_level','0'),(72635,5427,'default_password_nag','1'),(72636,5428,'nickname','bwhitty232010'),(72637,5428,'first_name',''),(72638,5428,'last_name',''),(72639,5428,'description',''),(72640,5428,'rich_editing','true'),(72641,5428,'syntax_highlighting','true'),(72642,5428,'comment_shortcuts','false'),(72643,5428,'admin_color','fresh'),(72644,5428,'use_ssl','0'),(72645,5428,'show_admin_bar_front','true'),(72646,5428,'locale',''),(72647,5428,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72648,5428,'wp_user_level','0'),(72649,5428,'default_password_nag','1'),(72650,5429,'nickname','billiesanders11982'),(72651,5429,'first_name',''),(72652,5429,'last_name',''),(72653,5429,'description',''),(72654,5429,'rich_editing','true'),(72655,5429,'syntax_highlighting','true'),(72656,5429,'comment_shortcuts','false'),(72657,5429,'admin_color','fresh'),(72658,5429,'use_ssl','0'),(72659,5429,'show_admin_bar_front','true'),(72660,5429,'locale',''),(72661,5429,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72662,5429,'wp_user_level','0'),(72663,5429,'default_password_nag','1'),(72664,5430,'nickname','lin.shuc881993'),(72665,5430,'first_name',''),(72666,5430,'last_name',''),(72667,5430,'description',''),(72668,5430,'rich_editing','true'),(72669,5430,'syntax_highlighting','true'),(72670,5430,'comment_shortcuts','false'),(72671,5430,'admin_color','fresh'),(72672,5430,'use_ssl','0'),(72673,5430,'show_admin_bar_front','true'),(72674,5430,'locale',''),(72675,5430,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72676,5430,'wp_user_level','0'),(72677,5430,'default_password_nag','1'),(72678,5431,'nickname','michael_1714231986'),(72679,5431,'first_name',''),(72680,5431,'last_name',''),(72681,5431,'description',''),(72682,5431,'rich_editing','true'),(72683,5431,'syntax_highlighting','true'),(72684,5431,'comment_shortcuts','false'),(72685,5431,'admin_color','fresh'),(72686,5431,'use_ssl','0'),(72687,5431,'show_admin_bar_front','true'),(72688,5431,'locale',''),(72689,5431,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72690,5431,'wp_user_level','0'),(72691,5431,'default_password_nag','1'),(72692,5432,'nickname','codymeierer1968'),(72693,5432,'first_name',''),(72694,5432,'last_name',''),(72695,5432,'description',''),(72696,5432,'rich_editing','true'),(72697,5432,'syntax_highlighting','true'),(72698,5432,'comment_shortcuts','false'),(72699,5432,'admin_color','fresh'),(72700,5432,'use_ssl','0'),(72701,5432,'show_admin_bar_front','true'),(72702,5432,'locale',''),(72703,5432,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72704,5432,'wp_user_level','0'),(72705,5432,'default_password_nag','1'),(72706,5433,'nickname','brownbear231952'),(72707,5433,'first_name',''),(72708,5433,'last_name',''),(72709,5433,'description',''),(72710,5433,'rich_editing','true'),(72711,5433,'syntax_highlighting','true'),(72712,5433,'comment_shortcuts','false'),(72713,5433,'admin_color','fresh'),(72714,5433,'use_ssl','0'),(72715,5433,'show_admin_bar_front','true'),(72716,5433,'locale',''),(72717,5433,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72718,5433,'wp_user_level','0'),(72719,5433,'default_password_nag','1'),(72720,5434,'nickname','mwdarstein1950'),(72721,5434,'first_name',''),(72722,5434,'last_name',''),(72723,5434,'description',''),(72724,5434,'rich_editing','true'),(72725,5434,'syntax_highlighting','true'),(72726,5434,'comment_shortcuts','false'),(72727,5434,'admin_color','fresh'),(72728,5434,'use_ssl','0'),(72729,5434,'show_admin_bar_front','true'),(72730,5434,'locale',''),(72731,5434,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72732,5434,'wp_user_level','0'),(72733,5434,'default_password_nag','1'),(72734,5435,'nickname','ccox23672006'),(72735,5435,'first_name',''),(72736,5435,'last_name',''),(72737,5435,'description',''),(72738,5435,'rich_editing','true'),(72739,5435,'syntax_highlighting','true'),(72740,5435,'comment_shortcuts','false'),(72741,5435,'admin_color','fresh'),(72742,5435,'use_ssl','0'),(72743,5435,'show_admin_bar_front','true'),(72744,5435,'locale',''),(72745,5435,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72746,5435,'wp_user_level','0'),(72747,5435,'default_password_nag','1'),(72748,5436,'nickname','porterofme1958'),(72749,5436,'first_name',''),(72750,5436,'last_name',''),(72751,5436,'description',''),(72752,5436,'rich_editing','true'),(72753,5436,'syntax_highlighting','true'),(72754,5436,'comment_shortcuts','false'),(72755,5436,'admin_color','fresh'),(72756,5436,'use_ssl','0'),(72757,5436,'show_admin_bar_front','true'),(72758,5436,'locale',''),(72759,5436,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72760,5436,'wp_user_level','0'),(72761,5436,'default_password_nag','1'),(72762,5437,'nickname','indoglee1950'),(72763,5437,'first_name',''),(72764,5437,'last_name',''),(72765,5437,'description',''),(72766,5437,'rich_editing','true'),(72767,5437,'syntax_highlighting','true'),(72768,5437,'comment_shortcuts','false'),(72769,5437,'admin_color','fresh'),(72770,5437,'use_ssl','0'),(72771,5437,'show_admin_bar_front','true'),(72772,5437,'locale',''),(72773,5437,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72774,5437,'wp_user_level','0'),(72775,5437,'default_password_nag','1'),(72776,5438,'nickname','francisca_estrel1994'),(72777,5438,'first_name',''),(72778,5438,'last_name',''),(72779,5438,'description',''),(72780,5438,'rich_editing','true'),(72781,5438,'syntax_highlighting','true'),(72782,5438,'comment_shortcuts','false'),(72783,5438,'admin_color','fresh'),(72784,5438,'use_ssl','0'),(72785,5438,'show_admin_bar_front','true'),(72786,5438,'locale',''),(72787,5438,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72788,5438,'wp_user_level','0'),(72789,5438,'default_password_nag','1'),(72790,5439,'nickname','sblondie9151997'),(72791,5439,'first_name',''),(72792,5439,'last_name',''),(72793,5439,'description',''),(72794,5439,'rich_editing','true'),(72795,5439,'syntax_highlighting','true'),(72796,5439,'comment_shortcuts','false'),(72797,5439,'admin_color','fresh'),(72798,5439,'use_ssl','0'),(72799,5439,'show_admin_bar_front','true'),(72800,5439,'locale',''),(72801,5439,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72802,5439,'wp_user_level','0'),(72803,5439,'default_password_nag','1'),(72804,5440,'nickname','vadub1988'),(72805,5440,'first_name',''),(72806,5440,'last_name',''),(72807,5440,'description',''),(72808,5440,'rich_editing','true'),(72809,5440,'syntax_highlighting','true'),(72810,5440,'comment_shortcuts','false'),(72811,5440,'admin_color','fresh'),(72812,5440,'use_ssl','0'),(72813,5440,'show_admin_bar_front','true'),(72814,5440,'locale',''),(72815,5440,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72816,5440,'wp_user_level','0'),(72817,5440,'default_password_nag','1'),(72818,5441,'nickname','donettahuddle1971'),(72819,5441,'first_name',''),(72820,5441,'last_name',''),(72821,5441,'description',''),(72822,5441,'rich_editing','true'),(72823,5441,'syntax_highlighting','true'),(72824,5441,'comment_shortcuts','false'),(72825,5441,'admin_color','fresh'),(72826,5441,'use_ssl','0'),(72827,5441,'show_admin_bar_front','true'),(72828,5441,'locale',''),(72829,5441,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72830,5441,'wp_user_level','0'),(72831,5441,'default_password_nag','1'),(72832,5442,'nickname','cgnyrenovations1952'),(72833,5442,'first_name',''),(72834,5442,'last_name',''),(72835,5442,'description',''),(72836,5442,'rich_editing','true'),(72837,5442,'syntax_highlighting','true'),(72838,5442,'comment_shortcuts','false'),(72839,5442,'admin_color','fresh'),(72840,5442,'use_ssl','0'),(72841,5442,'show_admin_bar_front','true'),(72842,5442,'locale',''),(72843,5442,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72844,5442,'wp_user_level','0'),(72845,5442,'default_password_nag','1'),(72846,5443,'nickname','sjoycein1978'),(72847,5443,'first_name',''),(72848,5443,'last_name',''),(72849,5443,'description',''),(72850,5443,'rich_editing','true'),(72851,5443,'syntax_highlighting','true'),(72852,5443,'comment_shortcuts','false'),(72853,5443,'admin_color','fresh'),(72854,5443,'use_ssl','0'),(72855,5443,'show_admin_bar_front','true'),(72856,5443,'locale',''),(72857,5443,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72858,5443,'wp_user_level','0'),(72859,5443,'default_password_nag','1'),(72864,5444,'nickname','regateredself21983'),(72865,5444,'first_name',''),(72866,5444,'last_name',''),(72867,5444,'description',''),(72868,5444,'rich_editing','true'),(72869,5444,'syntax_highlighting','true'),(72870,5444,'comment_shortcuts','false'),(72871,5444,'admin_color','fresh'),(72872,5444,'use_ssl','0'),(72873,5444,'show_admin_bar_front','true'),(72874,5444,'locale',''),(72875,5444,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72876,5444,'wp_user_level','0'),(72877,5444,'default_password_nag','1'),(72878,5445,'nickname','tanja-maier1973'),(72879,5445,'first_name',''),(72880,5445,'last_name',''),(72881,5445,'description',''),(72882,5445,'rich_editing','true'),(72883,5445,'syntax_highlighting','true'),(72884,5445,'comment_shortcuts','false'),(72885,5445,'admin_color','fresh'),(72886,5445,'use_ssl','0'),(72887,5445,'show_admin_bar_front','true'),(72888,5445,'locale',''),(72889,5445,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72890,5445,'wp_user_level','0'),(72891,5445,'default_password_nag','1'),(72892,5446,'nickname','florin.gervais1986'),(72893,5446,'first_name',''),(72894,5446,'last_name',''),(72895,5446,'description',''),(72896,5446,'rich_editing','true'),(72897,5446,'syntax_highlighting','true'),(72898,5446,'comment_shortcuts','false'),(72899,5446,'admin_color','fresh'),(72900,5446,'use_ssl','0'),(72901,5446,'show_admin_bar_front','true'),(72902,5446,'locale',''),(72903,5446,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72904,5446,'wp_user_level','0'),(72905,5446,'default_password_nag','1'),(72906,5447,'nickname','mmrtu1976'),(72907,5447,'first_name',''),(72908,5447,'last_name',''),(72909,5447,'description',''),(72910,5447,'rich_editing','true'),(72911,5447,'syntax_highlighting','true'),(72912,5447,'comment_shortcuts','false'),(72913,5447,'admin_color','fresh'),(72914,5447,'use_ssl','0'),(72915,5447,'show_admin_bar_front','true'),(72916,5447,'locale',''),(72917,5447,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72918,5447,'wp_user_level','0'),(72919,5447,'default_password_nag','1'),(72920,5448,'nickname','reception2009'),(72921,5448,'first_name',''),(72922,5448,'last_name',''),(72923,5448,'description',''),(72924,5448,'rich_editing','true'),(72925,5448,'syntax_highlighting','true'),(72926,5448,'comment_shortcuts','false'),(72927,5448,'admin_color','fresh'),(72928,5448,'use_ssl','0'),(72929,5448,'show_admin_bar_front','true'),(72930,5448,'locale',''),(72931,5448,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72932,5448,'wp_user_level','0'),(72933,5448,'default_password_nag','1'),(72934,5449,'nickname','theepony1977'),(72935,5449,'first_name',''),(72936,5449,'last_name',''),(72937,5449,'description',''),(72938,5449,'rich_editing','true'),(72939,5449,'syntax_highlighting','true'),(72940,5449,'comment_shortcuts','false'),(72941,5449,'admin_color','fresh'),(72942,5449,'use_ssl','0'),(72943,5449,'show_admin_bar_front','true'),(72944,5449,'locale',''),(72945,5449,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72946,5449,'wp_user_level','0'),(72947,5449,'default_password_nag','1'),(72948,5450,'nickname','customerservice1990'),(72949,5450,'first_name',''),(72950,5450,'last_name',''),(72951,5450,'description',''),(72952,5450,'rich_editing','true'),(72953,5450,'syntax_highlighting','true'),(72954,5450,'comment_shortcuts','false'),(72955,5450,'admin_color','fresh'),(72956,5450,'use_ssl','0'),(72957,5450,'show_admin_bar_front','true'),(72958,5450,'locale',''),(72959,5450,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72960,5450,'wp_user_level','0'),(72961,5450,'default_password_nag','1'),(72962,5451,'nickname','edwardthomas5541977'),(72963,5451,'first_name',''),(72964,5451,'last_name',''),(72965,5451,'description',''),(72966,5451,'rich_editing','true'),(72967,5451,'syntax_highlighting','true'),(72968,5451,'comment_shortcuts','false'),(72969,5451,'admin_color','fresh'),(72970,5451,'use_ssl','0'),(72971,5451,'show_admin_bar_front','true'),(72972,5451,'locale',''),(72973,5451,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72974,5451,'wp_user_level','0'),(72975,5451,'default_password_nag','1'),(72976,5452,'nickname','luckydan1191981'),(72977,5452,'first_name',''),(72978,5452,'last_name',''),(72979,5452,'description',''),(72980,5452,'rich_editing','true'),(72981,5452,'syntax_highlighting','true'),(72982,5452,'comment_shortcuts','false'),(72983,5452,'admin_color','fresh'),(72984,5452,'use_ssl','0'),(72985,5452,'show_admin_bar_front','true'),(72986,5452,'locale',''),(72987,5452,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(72988,5452,'wp_user_level','0'),(72989,5452,'default_password_nag','1'),(72990,5453,'nickname','jindrutz1953'),(72991,5453,'first_name',''),(72992,5453,'last_name',''),(72993,5453,'description',''),(72994,5453,'rich_editing','true'),(72995,5453,'syntax_highlighting','true'),(72996,5453,'comment_shortcuts','false'),(72997,5453,'admin_color','fresh'),(72998,5453,'use_ssl','0'),(72999,5453,'show_admin_bar_front','true'),(73000,5453,'locale',''),(73001,5453,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73002,5453,'wp_user_level','0'),(73003,5453,'default_password_nag','1'),(73004,5454,'nickname','cabogirl001971'),(73005,5454,'first_name',''),(73006,5454,'last_name',''),(73007,5454,'description',''),(73008,5454,'rich_editing','true'),(73009,5454,'syntax_highlighting','true'),(73010,5454,'comment_shortcuts','false'),(73011,5454,'admin_color','fresh'),(73012,5454,'use_ssl','0'),(73013,5454,'show_admin_bar_front','true'),(73014,5454,'locale',''),(73015,5454,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73016,5454,'wp_user_level','0'),(73017,5454,'default_password_nag','1'),(73018,5455,'nickname','r-martens2010'),(73019,5455,'first_name',''),(73020,5455,'last_name',''),(73021,5455,'description',''),(73022,5455,'rich_editing','true'),(73023,5455,'syntax_highlighting','true'),(73024,5455,'comment_shortcuts','false'),(73025,5455,'admin_color','fresh'),(73026,5455,'use_ssl','0'),(73027,5455,'show_admin_bar_front','true'),(73028,5455,'locale',''),(73029,5455,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73030,5455,'wp_user_level','0'),(73031,5455,'default_password_nag','1'),(73032,5456,'nickname','m.turbil1987'),(73033,5456,'first_name',''),(73034,5456,'last_name',''),(73035,5456,'description',''),(73036,5456,'rich_editing','true'),(73037,5456,'syntax_highlighting','true'),(73038,5456,'comment_shortcuts','false'),(73039,5456,'admin_color','fresh'),(73040,5456,'use_ssl','0'),(73041,5456,'show_admin_bar_front','true'),(73042,5456,'locale',''),(73043,5456,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73044,5456,'wp_user_level','0'),(73045,5456,'default_password_nag','1'),(73046,5457,'nickname','wevan1967'),(73047,5457,'first_name',''),(73048,5457,'last_name',''),(73049,5457,'description',''),(73050,5457,'rich_editing','true'),(73051,5457,'syntax_highlighting','true'),(73052,5457,'comment_shortcuts','false'),(73053,5457,'admin_color','fresh'),(73054,5457,'use_ssl','0'),(73055,5457,'show_admin_bar_front','true'),(73056,5457,'locale',''),(73057,5457,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73058,5457,'wp_user_level','0'),(73059,5457,'default_password_nag','1'),(73060,5458,'nickname','coachdolan2008'),(73061,5458,'first_name',''),(73062,5458,'last_name',''),(73063,5458,'description',''),(73064,5458,'rich_editing','true'),(73065,5458,'syntax_highlighting','true'),(73066,5458,'comment_shortcuts','false'),(73067,5458,'admin_color','fresh'),(73068,5458,'use_ssl','0'),(73069,5458,'show_admin_bar_front','true'),(73070,5458,'locale',''),(73071,5458,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73072,5458,'wp_user_level','0'),(73073,5458,'default_password_nag','1'),(73074,5459,'nickname','hotshot33431961'),(73075,5459,'first_name',''),(73076,5459,'last_name',''),(73077,5459,'description',''),(73078,5459,'rich_editing','true'),(73079,5459,'syntax_highlighting','true'),(73080,5459,'comment_shortcuts','false'),(73081,5459,'admin_color','fresh'),(73082,5459,'use_ssl','0'),(73083,5459,'show_admin_bar_front','true'),(73084,5459,'locale',''),(73085,5459,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73086,5459,'wp_user_level','0'),(73087,5459,'default_password_nag','1'),(73088,5460,'nickname','paculah1965'),(73089,5460,'first_name',''),(73090,5460,'last_name',''),(73091,5460,'description',''),(73092,5460,'rich_editing','true'),(73093,5460,'syntax_highlighting','true'),(73094,5460,'comment_shortcuts','false'),(73095,5460,'admin_color','fresh'),(73096,5460,'use_ssl','0'),(73097,5460,'show_admin_bar_front','true'),(73098,5460,'locale',''),(73099,5460,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73100,5460,'wp_user_level','0'),(73101,5460,'default_password_nag','1'),(73102,5461,'nickname','johndkerr2002'),(73103,5461,'first_name',''),(73104,5461,'last_name',''),(73105,5461,'description',''),(73106,5461,'rich_editing','true'),(73107,5461,'syntax_highlighting','true'),(73108,5461,'comment_shortcuts','false'),(73109,5461,'admin_color','fresh'),(73110,5461,'use_ssl','0'),(73111,5461,'show_admin_bar_front','true'),(73112,5461,'locale',''),(73113,5461,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73114,5461,'wp_user_level','0'),(73115,5461,'default_password_nag','1'),(73116,5462,'nickname','klorr6141984'),(73117,5462,'first_name',''),(73118,5462,'last_name',''),(73119,5462,'description',''),(73120,5462,'rich_editing','true'),(73121,5462,'syntax_highlighting','true'),(73122,5462,'comment_shortcuts','false'),(73123,5462,'admin_color','fresh'),(73124,5462,'use_ssl','0'),(73125,5462,'show_admin_bar_front','true'),(73126,5462,'locale',''),(73127,5462,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73128,5462,'wp_user_level','0'),(73129,5462,'default_password_nag','1'),(73130,5463,'nickname','rrrichardson1962'),(73131,5463,'first_name',''),(73132,5463,'last_name',''),(73133,5463,'description',''),(73134,5463,'rich_editing','true'),(73135,5463,'syntax_highlighting','true'),(73136,5463,'comment_shortcuts','false'),(73137,5463,'admin_color','fresh'),(73138,5463,'use_ssl','0'),(73139,5463,'show_admin_bar_front','true'),(73140,5463,'locale',''),(73141,5463,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73142,5463,'wp_user_level','0'),(73143,5463,'default_password_nag','1'),(73144,5464,'nickname','jonesvacuum2007'),(73145,5464,'first_name',''),(73146,5464,'last_name',''),(73147,5464,'description',''),(73148,5464,'rich_editing','true'),(73149,5464,'syntax_highlighting','true'),(73150,5464,'comment_shortcuts','false'),(73151,5464,'admin_color','fresh'),(73152,5464,'use_ssl','0'),(73153,5464,'show_admin_bar_front','true'),(73154,5464,'locale',''),(73155,5464,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73156,5464,'wp_user_level','0'),(73157,5464,'default_password_nag','1'),(73158,5465,'nickname','moviewiz20001996'),(73159,5465,'first_name',''),(73160,5465,'last_name',''),(73161,5465,'description',''),(73162,5465,'rich_editing','true'),(73163,5465,'syntax_highlighting','true'),(73164,5465,'comment_shortcuts','false'),(73165,5465,'admin_color','fresh'),(73166,5465,'use_ssl','0'),(73167,5465,'show_admin_bar_front','true'),(73168,5465,'locale',''),(73169,5465,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73170,5465,'wp_user_level','0'),(73171,5465,'default_password_nag','1'),(73172,5466,'nickname','mary.lyttle1980'),(73173,5466,'first_name',''),(73174,5466,'last_name',''),(73175,5466,'description',''),(73176,5466,'rich_editing','true'),(73177,5466,'syntax_highlighting','true'),(73178,5466,'comment_shortcuts','false'),(73179,5466,'admin_color','fresh'),(73180,5466,'use_ssl','0'),(73181,5466,'show_admin_bar_front','true'),(73182,5466,'locale',''),(73183,5466,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73184,5466,'wp_user_level','0'),(73185,5466,'default_password_nag','1'),(73186,5467,'nickname','emilioflores.zeolitas1980'),(73187,5467,'first_name',''),(73188,5467,'last_name',''),(73189,5467,'description',''),(73190,5467,'rich_editing','true'),(73191,5467,'syntax_highlighting','true'),(73192,5467,'comment_shortcuts','false'),(73193,5467,'admin_color','fresh'),(73194,5467,'use_ssl','0'),(73195,5467,'show_admin_bar_front','true'),(73196,5467,'locale',''),(73197,5467,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73198,5467,'wp_user_level','0'),(73199,5467,'default_password_nag','1'),(73200,5468,'nickname','larry.arroyo1965'),(73201,5468,'first_name',''),(73202,5468,'last_name',''),(73203,5468,'description',''),(73204,5468,'rich_editing','true'),(73205,5468,'syntax_highlighting','true'),(73206,5468,'comment_shortcuts','false'),(73207,5468,'admin_color','fresh'),(73208,5468,'use_ssl','0'),(73209,5468,'show_admin_bar_front','true'),(73210,5468,'locale',''),(73211,5468,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73212,5468,'wp_user_level','0'),(73213,5468,'default_password_nag','1'),(73214,5469,'nickname','odetterivero1956'),(73215,5469,'first_name',''),(73216,5469,'last_name',''),(73217,5469,'description',''),(73218,5469,'rich_editing','true'),(73219,5469,'syntax_highlighting','true'),(73220,5469,'comment_shortcuts','false'),(73221,5469,'admin_color','fresh'),(73222,5469,'use_ssl','0'),(73223,5469,'show_admin_bar_front','true'),(73224,5469,'locale',''),(73225,5469,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73226,5469,'wp_user_level','0'),(73227,5469,'default_password_nag','1'),(73228,5470,'nickname','dpatrick661981'),(73229,5470,'first_name',''),(73230,5470,'last_name',''),(73231,5470,'description',''),(73232,5470,'rich_editing','true'),(73233,5470,'syntax_highlighting','true'),(73234,5470,'comment_shortcuts','false'),(73235,5470,'admin_color','fresh'),(73236,5470,'use_ssl','0'),(73237,5470,'show_admin_bar_front','true'),(73238,5470,'locale',''),(73239,5470,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73240,5470,'wp_user_level','0'),(73241,5470,'default_password_nag','1'),(73242,5471,'nickname','amazon21976'),(73243,5471,'first_name',''),(73244,5471,'last_name',''),(73245,5471,'description',''),(73246,5471,'rich_editing','true'),(73247,5471,'syntax_highlighting','true'),(73248,5471,'comment_shortcuts','false'),(73249,5471,'admin_color','fresh'),(73250,5471,'use_ssl','0'),(73251,5471,'show_admin_bar_front','true'),(73252,5471,'locale',''),(73253,5471,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73254,5471,'wp_user_level','0'),(73255,5471,'default_password_nag','1'),(73256,5472,'nickname','hmesley11964'),(73257,5472,'first_name',''),(73258,5472,'last_name',''),(73259,5472,'description',''),(73260,5472,'rich_editing','true'),(73261,5472,'syntax_highlighting','true'),(73262,5472,'comment_shortcuts','false'),(73263,5472,'admin_color','fresh'),(73264,5472,'use_ssl','0'),(73265,5472,'show_admin_bar_front','true'),(73266,5472,'locale',''),(73267,5472,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73268,5472,'wp_user_level','0'),(73269,5472,'default_password_nag','1'),(73270,5473,'nickname','lelanih1987'),(73271,5473,'first_name',''),(73272,5473,'last_name',''),(73273,5473,'description',''),(73274,5473,'rich_editing','true'),(73275,5473,'syntax_highlighting','true'),(73276,5473,'comment_shortcuts','false'),(73277,5473,'admin_color','fresh'),(73278,5473,'use_ssl','0'),(73279,5473,'show_admin_bar_front','true'),(73280,5473,'locale',''),(73281,5473,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73282,5473,'wp_user_level','0'),(73283,5473,'default_password_nag','1'),(73284,5474,'nickname','tscottbrandt3071970'),(73285,5474,'first_name',''),(73286,5474,'last_name',''),(73287,5474,'description',''),(73288,5474,'rich_editing','true'),(73289,5474,'syntax_highlighting','true'),(73290,5474,'comment_shortcuts','false'),(73291,5474,'admin_color','fresh'),(73292,5474,'use_ssl','0'),(73293,5474,'show_admin_bar_front','true'),(73294,5474,'locale',''),(73295,5474,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73296,5474,'wp_user_level','0'),(73297,5474,'default_password_nag','1'),(73298,5475,'nickname','paul.fougere11995'),(73299,5475,'first_name',''),(73300,5475,'last_name',''),(73301,5475,'description',''),(73302,5475,'rich_editing','true'),(73303,5475,'syntax_highlighting','true'),(73304,5475,'comment_shortcuts','false'),(73305,5475,'admin_color','fresh'),(73306,5475,'use_ssl','0'),(73307,5475,'show_admin_bar_front','true'),(73308,5475,'locale',''),(73309,5475,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73310,5475,'wp_user_level','0'),(73311,5475,'default_password_nag','1'),(73312,5476,'nickname','ramsha.sajjad921950'),(73313,5476,'first_name',''),(73314,5476,'last_name',''),(73315,5476,'description',''),(73316,5476,'rich_editing','true'),(73317,5476,'syntax_highlighting','true'),(73318,5476,'comment_shortcuts','false'),(73319,5476,'admin_color','fresh'),(73320,5476,'use_ssl','0'),(73321,5476,'show_admin_bar_front','true'),(73322,5476,'locale',''),(73323,5476,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73324,5476,'wp_user_level','0'),(73325,5476,'default_password_nag','1'),(73326,5477,'nickname','cindy1975'),(73327,5477,'first_name',''),(73328,5477,'last_name',''),(73329,5477,'description',''),(73330,5477,'rich_editing','true'),(73331,5477,'syntax_highlighting','true'),(73332,5477,'comment_shortcuts','false'),(73333,5477,'admin_color','fresh'),(73334,5477,'use_ssl','0'),(73335,5477,'show_admin_bar_front','true'),(73336,5477,'locale',''),(73337,5477,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73338,5477,'wp_user_level','0'),(73339,5477,'default_password_nag','1'),(73340,5478,'nickname','joscilync2009'),(73341,5478,'first_name',''),(73342,5478,'last_name',''),(73343,5478,'description',''),(73344,5478,'rich_editing','true'),(73345,5478,'syntax_highlighting','true'),(73346,5478,'comment_shortcuts','false'),(73347,5478,'admin_color','fresh'),(73348,5478,'use_ssl','0'),(73349,5478,'show_admin_bar_front','true'),(73350,5478,'locale',''),(73351,5478,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73352,5478,'wp_user_level','0'),(73353,5478,'default_password_nag','1'),(73354,5479,'nickname','tthovet1997'),(73355,5479,'first_name',''),(73356,5479,'last_name',''),(73357,5479,'description',''),(73358,5479,'rich_editing','true'),(73359,5479,'syntax_highlighting','true'),(73360,5479,'comment_shortcuts','false'),(73361,5479,'admin_color','fresh'),(73362,5479,'use_ssl','0'),(73363,5479,'show_admin_bar_front','true'),(73364,5479,'locale',''),(73365,5479,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73366,5479,'wp_user_level','0'),(73367,5479,'default_password_nag','1'),(73368,5480,'nickname','mcwcat1957'),(73369,5480,'first_name',''),(73370,5480,'last_name',''),(73371,5480,'description',''),(73372,5480,'rich_editing','true'),(73373,5480,'syntax_highlighting','true'),(73374,5480,'comment_shortcuts','false'),(73375,5480,'admin_color','fresh'),(73376,5480,'use_ssl','0'),(73377,5480,'show_admin_bar_front','true'),(73378,5480,'locale',''),(73379,5480,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73380,5480,'wp_user_level','0'),(73381,5480,'default_password_nag','1'),(73382,5481,'nickname','kristina.okolicanyova1960'),(73383,5481,'first_name',''),(73384,5481,'last_name',''),(73385,5481,'description',''),(73386,5481,'rich_editing','true'),(73387,5481,'syntax_highlighting','true'),(73388,5481,'comment_shortcuts','false'),(73389,5481,'admin_color','fresh'),(73390,5481,'use_ssl','0'),(73391,5481,'show_admin_bar_front','true'),(73392,5481,'locale',''),(73393,5481,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73394,5481,'wp_user_level','0'),(73395,5481,'default_password_nag','1'),(73396,5482,'nickname','andreapompeyo1951'),(73397,5482,'first_name',''),(73398,5482,'last_name',''),(73399,5482,'description',''),(73400,5482,'rich_editing','true'),(73401,5482,'syntax_highlighting','true'),(73402,5482,'comment_shortcuts','false'),(73403,5482,'admin_color','fresh'),(73404,5482,'use_ssl','0'),(73405,5482,'show_admin_bar_front','true'),(73406,5482,'locale',''),(73407,5482,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73408,5482,'wp_user_level','0'),(73409,5482,'default_password_nag','1'),(73410,5483,'nickname','frankschroeter761950'),(73411,5483,'first_name',''),(73412,5483,'last_name',''),(73413,5483,'description',''),(73414,5483,'rich_editing','true'),(73415,5483,'syntax_highlighting','true'),(73416,5483,'comment_shortcuts','false'),(73417,5483,'admin_color','fresh'),(73418,5483,'use_ssl','0'),(73419,5483,'show_admin_bar_front','true'),(73420,5483,'locale',''),(73421,5483,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73422,5483,'wp_user_level','0'),(73423,5483,'default_password_nag','1'),(73424,5484,'nickname','easkiba1970'),(73425,5484,'first_name',''),(73426,5484,'last_name',''),(73427,5484,'description',''),(73428,5484,'rich_editing','true'),(73429,5484,'syntax_highlighting','true'),(73430,5484,'comment_shortcuts','false'),(73431,5484,'admin_color','fresh'),(73432,5484,'use_ssl','0'),(73433,5484,'show_admin_bar_front','true'),(73434,5484,'locale',''),(73435,5484,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73436,5484,'wp_user_level','0'),(73437,5484,'default_password_nag','1'),(73438,5485,'nickname','s.sparks332004'),(73439,5485,'first_name',''),(73440,5485,'last_name',''),(73441,5485,'description',''),(73442,5485,'rich_editing','true'),(73443,5485,'syntax_highlighting','true'),(73444,5485,'comment_shortcuts','false'),(73445,5485,'admin_color','fresh'),(73446,5485,'use_ssl','0'),(73447,5485,'show_admin_bar_front','true'),(73448,5485,'locale',''),(73449,5485,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73450,5485,'wp_user_level','0'),(73451,5485,'default_password_nag','1'),(73452,5486,'nickname','kendra_borcherding1959'),(73453,5486,'first_name',''),(73454,5486,'last_name',''),(73455,5486,'description',''),(73456,5486,'rich_editing','true'),(73457,5486,'syntax_highlighting','true'),(73458,5486,'comment_shortcuts','false'),(73459,5486,'admin_color','fresh'),(73460,5486,'use_ssl','0'),(73461,5486,'show_admin_bar_front','true'),(73462,5486,'locale',''),(73463,5486,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73464,5486,'wp_user_level','0'),(73465,5486,'default_password_nag','1'),(73466,5487,'nickname','amberarthur291977'),(73467,5487,'first_name',''),(73468,5487,'last_name',''),(73469,5487,'description',''),(73470,5487,'rich_editing','true'),(73471,5487,'syntax_highlighting','true'),(73472,5487,'comment_shortcuts','false'),(73473,5487,'admin_color','fresh'),(73474,5487,'use_ssl','0'),(73475,5487,'show_admin_bar_front','true'),(73476,5487,'locale',''),(73477,5487,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73478,5487,'wp_user_level','0'),(73479,5487,'default_password_nag','1'),(73480,5488,'nickname','brian_kobrin1995'),(73481,5488,'first_name',''),(73482,5488,'last_name',''),(73483,5488,'description',''),(73484,5488,'rich_editing','true'),(73485,5488,'syntax_highlighting','true'),(73486,5488,'comment_shortcuts','false'),(73487,5488,'admin_color','fresh'),(73488,5488,'use_ssl','0'),(73489,5488,'show_admin_bar_front','true'),(73490,5488,'locale',''),(73491,5488,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73492,5488,'wp_user_level','0'),(73493,5488,'default_password_nag','1'),(73494,5489,'nickname','litherlm1975'),(73495,5489,'first_name',''),(73496,5489,'last_name',''),(73497,5489,'description',''),(73498,5489,'rich_editing','true'),(73499,5489,'syntax_highlighting','true'),(73500,5489,'comment_shortcuts','false'),(73501,5489,'admin_color','fresh'),(73502,5489,'use_ssl','0'),(73503,5489,'show_admin_bar_front','true'),(73504,5489,'locale',''),(73505,5489,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73506,5489,'wp_user_level','0'),(73507,5489,'default_password_nag','1'),(73508,5490,'nickname','mfreymoore1969'),(73509,5490,'first_name',''),(73510,5490,'last_name',''),(73511,5490,'description',''),(73512,5490,'rich_editing','true'),(73513,5490,'syntax_highlighting','true'),(73514,5490,'comment_shortcuts','false'),(73515,5490,'admin_color','fresh'),(73516,5490,'use_ssl','0'),(73517,5490,'show_admin_bar_front','true'),(73518,5490,'locale',''),(73519,5490,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73520,5490,'wp_user_level','0'),(73521,5490,'default_password_nag','1'),(73522,5491,'nickname','marltd672006'),(73523,5491,'first_name',''),(73524,5491,'last_name',''),(73525,5491,'description',''),(73526,5491,'rich_editing','true'),(73527,5491,'syntax_highlighting','true'),(73528,5491,'comment_shortcuts','false'),(73529,5491,'admin_color','fresh'),(73530,5491,'use_ssl','0'),(73531,5491,'show_admin_bar_front','true'),(73532,5491,'locale',''),(73533,5491,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73534,5491,'wp_user_level','0'),(73535,5491,'default_password_nag','1'),(73536,5492,'nickname','jl1002price1991'),(73537,5492,'first_name',''),(73538,5492,'last_name',''),(73539,5492,'description',''),(73540,5492,'rich_editing','true'),(73541,5492,'syntax_highlighting','true'),(73542,5492,'comment_shortcuts','false'),(73543,5492,'admin_color','fresh'),(73544,5492,'use_ssl','0'),(73545,5492,'show_admin_bar_front','true'),(73546,5492,'locale',''),(73547,5492,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73548,5492,'wp_user_level','0'),(73549,5492,'default_password_nag','1'),(73550,5493,'nickname','brad.schlabach1968'),(73551,5493,'first_name',''),(73552,5493,'last_name',''),(73553,5493,'description',''),(73554,5493,'rich_editing','true'),(73555,5493,'syntax_highlighting','true'),(73556,5493,'comment_shortcuts','false'),(73557,5493,'admin_color','fresh'),(73558,5493,'use_ssl','0'),(73559,5493,'show_admin_bar_front','true'),(73560,5493,'locale',''),(73561,5493,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73562,5493,'wp_user_level','0'),(73563,5493,'default_password_nag','1'),(73564,5494,'nickname','gia.mil9502005'),(73565,5494,'first_name',''),(73566,5494,'last_name',''),(73567,5494,'description',''),(73568,5494,'rich_editing','true'),(73569,5494,'syntax_highlighting','true'),(73570,5494,'comment_shortcuts','false'),(73571,5494,'admin_color','fresh'),(73572,5494,'use_ssl','0'),(73573,5494,'show_admin_bar_front','true'),(73574,5494,'locale',''),(73575,5494,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73576,5494,'wp_user_level','0'),(73577,5494,'default_password_nag','1'),(73578,5495,'nickname','joe.sullivan1957'),(73579,5495,'first_name',''),(73580,5495,'last_name',''),(73581,5495,'description',''),(73582,5495,'rich_editing','true'),(73583,5495,'syntax_highlighting','true'),(73584,5495,'comment_shortcuts','false'),(73585,5495,'admin_color','fresh'),(73586,5495,'use_ssl','0'),(73587,5495,'show_admin_bar_front','true'),(73588,5495,'locale',''),(73589,5495,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73590,5495,'wp_user_level','0'),(73591,5495,'default_password_nag','1'),(73592,5496,'nickname','drueclubchampion1998'),(73593,5496,'first_name',''),(73594,5496,'last_name',''),(73595,5496,'description',''),(73596,5496,'rich_editing','true'),(73597,5496,'syntax_highlighting','true'),(73598,5496,'comment_shortcuts','false'),(73599,5496,'admin_color','fresh'),(73600,5496,'use_ssl','0'),(73601,5496,'show_admin_bar_front','true'),(73602,5496,'locale',''),(73603,5496,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73604,5496,'wp_user_level','0'),(73605,5496,'default_password_nag','1'),(73606,5497,'nickname','gail.foster1953'),(73607,5497,'first_name',''),(73608,5497,'last_name',''),(73609,5497,'description',''),(73610,5497,'rich_editing','true'),(73611,5497,'syntax_highlighting','true'),(73612,5497,'comment_shortcuts','false'),(73613,5497,'admin_color','fresh'),(73614,5497,'use_ssl','0'),(73615,5497,'show_admin_bar_front','true'),(73616,5497,'locale',''),(73617,5497,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73618,5497,'wp_user_level','0'),(73619,5497,'default_password_nag','1'),(73620,5498,'nickname','landh1986'),(73621,5498,'first_name',''),(73622,5498,'last_name',''),(73623,5498,'description',''),(73624,5498,'rich_editing','true'),(73625,5498,'syntax_highlighting','true'),(73626,5498,'comment_shortcuts','false'),(73627,5498,'admin_color','fresh'),(73628,5498,'use_ssl','0'),(73629,5498,'show_admin_bar_front','true'),(73630,5498,'locale',''),(73631,5498,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73632,5498,'wp_user_level','0'),(73633,5498,'default_password_nag','1'),(73634,5499,'nickname','jmartin1971'),(73635,5499,'first_name',''),(73636,5499,'last_name',''),(73637,5499,'description',''),(73638,5499,'rich_editing','true'),(73639,5499,'syntax_highlighting','true'),(73640,5499,'comment_shortcuts','false'),(73641,5499,'admin_color','fresh'),(73642,5499,'use_ssl','0'),(73643,5499,'show_admin_bar_front','true'),(73644,5499,'locale',''),(73645,5499,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73646,5499,'wp_user_level','0'),(73647,5499,'default_password_nag','1'),(73648,5500,'nickname','johnstape2005'),(73649,5500,'first_name',''),(73650,5500,'last_name',''),(73651,5500,'description',''),(73652,5500,'rich_editing','true'),(73653,5500,'syntax_highlighting','true'),(73654,5500,'comment_shortcuts','false'),(73655,5500,'admin_color','fresh'),(73656,5500,'use_ssl','0'),(73657,5500,'show_admin_bar_front','true'),(73658,5500,'locale',''),(73659,5500,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73660,5500,'wp_user_level','0'),(73661,5500,'default_password_nag','1'),(73662,5501,'nickname','whiz11201958'),(73663,5501,'first_name',''),(73664,5501,'last_name',''),(73665,5501,'description',''),(73666,5501,'rich_editing','true'),(73667,5501,'syntax_highlighting','true'),(73668,5501,'comment_shortcuts','false'),(73669,5501,'admin_color','fresh'),(73670,5501,'use_ssl','0'),(73671,5501,'show_admin_bar_front','true'),(73672,5501,'locale',''),(73673,5501,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73674,5501,'wp_user_level','0'),(73675,5501,'default_password_nag','1'),(73676,5502,'nickname','ryanmcshane2010'),(73677,5502,'first_name',''),(73678,5502,'last_name',''),(73679,5502,'description',''),(73680,5502,'rich_editing','true'),(73681,5502,'syntax_highlighting','true'),(73682,5502,'comment_shortcuts','false'),(73683,5502,'admin_color','fresh'),(73684,5502,'use_ssl','0'),(73685,5502,'show_admin_bar_front','true'),(73686,5502,'locale',''),(73687,5502,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73688,5502,'wp_user_level','0'),(73689,5502,'default_password_nag','1'),(73690,5503,'nickname','jesjustin091958'),(73691,5503,'first_name',''),(73692,5503,'last_name',''),(73693,5503,'description',''),(73694,5503,'rich_editing','true'),(73695,5503,'syntax_highlighting','true'),(73696,5503,'comment_shortcuts','false'),(73697,5503,'admin_color','fresh'),(73698,5503,'use_ssl','0'),(73699,5503,'show_admin_bar_front','true'),(73700,5503,'locale',''),(73701,5503,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73702,5503,'wp_user_level','0'),(73703,5503,'default_password_nag','1'),(73704,5504,'nickname','stryder2881959'),(73705,5504,'first_name',''),(73706,5504,'last_name',''),(73707,5504,'description',''),(73708,5504,'rich_editing','true'),(73709,5504,'syntax_highlighting','true'),(73710,5504,'comment_shortcuts','false'),(73711,5504,'admin_color','fresh'),(73712,5504,'use_ssl','0'),(73713,5504,'show_admin_bar_front','true'),(73714,5504,'locale',''),(73715,5504,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73716,5504,'wp_user_level','0'),(73717,5504,'default_password_nag','1'),(73718,5505,'nickname','derricktwo1966'),(73719,5505,'first_name',''),(73720,5505,'last_name',''),(73721,5505,'description',''),(73722,5505,'rich_editing','true'),(73723,5505,'syntax_highlighting','true'),(73724,5505,'comment_shortcuts','false'),(73725,5505,'admin_color','fresh'),(73726,5505,'use_ssl','0'),(73727,5505,'show_admin_bar_front','true'),(73728,5505,'locale',''),(73729,5505,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73730,5505,'wp_user_level','0'),(73731,5505,'default_password_nag','1'),(73732,5506,'nickname','lesleyjocomedy1992'),(73733,5506,'first_name',''),(73734,5506,'last_name',''),(73735,5506,'description',''),(73736,5506,'rich_editing','true'),(73737,5506,'syntax_highlighting','true'),(73738,5506,'comment_shortcuts','false'),(73739,5506,'admin_color','fresh'),(73740,5506,'use_ssl','0'),(73741,5506,'show_admin_bar_front','true'),(73742,5506,'locale',''),(73743,5506,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73744,5506,'wp_user_level','0'),(73745,5506,'default_password_nag','1'),(73746,5507,'nickname','ahose105451976'),(73747,5507,'first_name',''),(73748,5507,'last_name',''),(73749,5507,'description',''),(73750,5507,'rich_editing','true'),(73751,5507,'syntax_highlighting','true'),(73752,5507,'comment_shortcuts','false'),(73753,5507,'admin_color','fresh'),(73754,5507,'use_ssl','0'),(73755,5507,'show_admin_bar_front','true'),(73756,5507,'locale',''),(73757,5507,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73758,5507,'wp_user_level','0'),(73759,5507,'default_password_nag','1'),(73760,5508,'nickname','tsugano1969'),(73761,5508,'first_name',''),(73762,5508,'last_name',''),(73763,5508,'description',''),(73764,5508,'rich_editing','true'),(73765,5508,'syntax_highlighting','true'),(73766,5508,'comment_shortcuts','false'),(73767,5508,'admin_color','fresh'),(73768,5508,'use_ssl','0'),(73769,5508,'show_admin_bar_front','true'),(73770,5508,'locale',''),(73771,5508,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73772,5508,'wp_user_level','0'),(73773,5508,'default_password_nag','1'),(73774,5509,'nickname','info1969'),(73775,5509,'first_name',''),(73776,5509,'last_name',''),(73777,5509,'description',''),(73778,5509,'rich_editing','true'),(73779,5509,'syntax_highlighting','true'),(73780,5509,'comment_shortcuts','false'),(73781,5509,'admin_color','fresh'),(73782,5509,'use_ssl','0'),(73783,5509,'show_admin_bar_front','true'),(73784,5509,'locale',''),(73785,5509,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73786,5509,'wp_user_level','0'),(73787,5509,'default_password_nag','1'),(73788,5510,'nickname','ldo71986'),(73789,5510,'first_name',''),(73790,5510,'last_name',''),(73791,5510,'description',''),(73792,5510,'rich_editing','true'),(73793,5510,'syntax_highlighting','true'),(73794,5510,'comment_shortcuts','false'),(73795,5510,'admin_color','fresh'),(73796,5510,'use_ssl','0'),(73797,5510,'show_admin_bar_front','true'),(73798,5510,'locale',''),(73799,5510,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73800,5510,'wp_user_level','0'),(73801,5510,'default_password_nag','1'),(73802,5511,'nickname','saserg041957'),(73803,5511,'first_name',''),(73804,5511,'last_name',''),(73805,5511,'description',''),(73806,5511,'rich_editing','true'),(73807,5511,'syntax_highlighting','true'),(73808,5511,'comment_shortcuts','false'),(73809,5511,'admin_color','fresh'),(73810,5511,'use_ssl','0'),(73811,5511,'show_admin_bar_front','true'),(73812,5511,'locale',''),(73813,5511,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73814,5511,'wp_user_level','0'),(73815,5511,'default_password_nag','1'),(73816,5512,'nickname','camillejedrzejewska1982'),(73817,5512,'first_name',''),(73818,5512,'last_name',''),(73819,5512,'description',''),(73820,5512,'rich_editing','true'),(73821,5512,'syntax_highlighting','true'),(73822,5512,'comment_shortcuts','false'),(73823,5512,'admin_color','fresh'),(73824,5512,'use_ssl','0'),(73825,5512,'show_admin_bar_front','true'),(73826,5512,'locale',''),(73827,5512,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73828,5512,'wp_user_level','0'),(73829,5512,'default_password_nag','1'),(73830,5513,'nickname','heln0131977'),(73831,5513,'first_name',''),(73832,5513,'last_name',''),(73833,5513,'description',''),(73834,5513,'rich_editing','true'),(73835,5513,'syntax_highlighting','true'),(73836,5513,'comment_shortcuts','false'),(73837,5513,'admin_color','fresh'),(73838,5513,'use_ssl','0'),(73839,5513,'show_admin_bar_front','true'),(73840,5513,'locale',''),(73841,5513,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73842,5513,'wp_user_level','0'),(73843,5513,'default_password_nag','1'),(73844,5514,'nickname','calvinbowman2951959'),(73845,5514,'first_name',''),(73846,5514,'last_name',''),(73847,5514,'description',''),(73848,5514,'rich_editing','true'),(73849,5514,'syntax_highlighting','true'),(73850,5514,'comment_shortcuts','false'),(73851,5514,'admin_color','fresh'),(73852,5514,'use_ssl','0'),(73853,5514,'show_admin_bar_front','true'),(73854,5514,'locale',''),(73855,5514,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73856,5514,'wp_user_level','0'),(73857,5514,'default_password_nag','1'),(73858,5515,'nickname','butchclsawdust2001'),(73859,5515,'first_name',''),(73860,5515,'last_name',''),(73861,5515,'description',''),(73862,5515,'rich_editing','true'),(73863,5515,'syntax_highlighting','true'),(73864,5515,'comment_shortcuts','false'),(73865,5515,'admin_color','fresh'),(73866,5515,'use_ssl','0'),(73867,5515,'show_admin_bar_front','true'),(73868,5515,'locale',''),(73869,5515,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73870,5515,'wp_user_level','0'),(73871,5515,'default_password_nag','1'),(73872,5516,'nickname','gino10aguirre2002'),(73873,5516,'first_name',''),(73874,5516,'last_name',''),(73875,5516,'description',''),(73876,5516,'rich_editing','true'),(73877,5516,'syntax_highlighting','true'),(73878,5516,'comment_shortcuts','false'),(73879,5516,'admin_color','fresh'),(73880,5516,'use_ssl','0'),(73881,5516,'show_admin_bar_front','true'),(73882,5516,'locale',''),(73883,5516,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73884,5516,'wp_user_level','0'),(73885,5516,'default_password_nag','1'),(73886,5517,'nickname','h.tiben1960'),(73887,5517,'first_name',''),(73888,5517,'last_name',''),(73889,5517,'description',''),(73890,5517,'rich_editing','true'),(73891,5517,'syntax_highlighting','true'),(73892,5517,'comment_shortcuts','false'),(73893,5517,'admin_color','fresh'),(73894,5517,'use_ssl','0'),(73895,5517,'show_admin_bar_front','true'),(73896,5517,'locale',''),(73897,5517,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73898,5517,'wp_user_level','0'),(73899,5517,'default_password_nag','1'),(73900,5518,'nickname','billandcindylansing1974'),(73901,5518,'first_name',''),(73902,5518,'last_name',''),(73903,5518,'description',''),(73904,5518,'rich_editing','true'),(73905,5518,'syntax_highlighting','true'),(73906,5518,'comment_shortcuts','false'),(73907,5518,'admin_color','fresh'),(73908,5518,'use_ssl','0'),(73909,5518,'show_admin_bar_front','true'),(73910,5518,'locale',''),(73911,5518,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73912,5518,'wp_user_level','0'),(73913,5518,'default_password_nag','1'),(73914,5519,'nickname','kimbenson991997'),(73915,5519,'first_name',''),(73916,5519,'last_name',''),(73917,5519,'description',''),(73918,5519,'rich_editing','true'),(73919,5519,'syntax_highlighting','true'),(73920,5519,'comment_shortcuts','false'),(73921,5519,'admin_color','fresh'),(73922,5519,'use_ssl','0'),(73923,5519,'show_admin_bar_front','true'),(73924,5519,'locale',''),(73925,5519,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73926,5519,'wp_user_level','0'),(73927,5519,'default_password_nag','1'),(73928,5520,'nickname','luke_terwilliger1956'),(73929,5520,'first_name',''),(73930,5520,'last_name',''),(73931,5520,'description',''),(73932,5520,'rich_editing','true'),(73933,5520,'syntax_highlighting','true'),(73934,5520,'comment_shortcuts','false'),(73935,5520,'admin_color','fresh'),(73936,5520,'use_ssl','0'),(73937,5520,'show_admin_bar_front','true'),(73938,5520,'locale',''),(73939,5520,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73940,5520,'wp_user_level','0'),(73941,5520,'default_password_nag','1'),(73942,5521,'nickname','trishachildress2008'),(73943,5521,'first_name',''),(73944,5521,'last_name',''),(73945,5521,'description',''),(73946,5521,'rich_editing','true'),(73947,5521,'syntax_highlighting','true'),(73948,5521,'comment_shortcuts','false'),(73949,5521,'admin_color','fresh'),(73950,5521,'use_ssl','0'),(73951,5521,'show_admin_bar_front','true'),(73952,5521,'locale',''),(73953,5521,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73954,5521,'wp_user_level','0'),(73955,5521,'default_password_nag','1'),(73956,5522,'nickname','fordronnal1960'),(73957,5522,'first_name',''),(73958,5522,'last_name',''),(73959,5522,'description',''),(73960,5522,'rich_editing','true'),(73961,5522,'syntax_highlighting','true'),(73962,5522,'comment_shortcuts','false'),(73963,5522,'admin_color','fresh'),(73964,5522,'use_ssl','0'),(73965,5522,'show_admin_bar_front','true'),(73966,5522,'locale',''),(73967,5522,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73968,5522,'wp_user_level','0'),(73969,5522,'default_password_nag','1'),(73970,5523,'nickname','jannarossetti1952'),(73971,5523,'first_name',''),(73972,5523,'last_name',''),(73973,5523,'description',''),(73974,5523,'rich_editing','true'),(73975,5523,'syntax_highlighting','true'),(73976,5523,'comment_shortcuts','false'),(73977,5523,'admin_color','fresh'),(73978,5523,'use_ssl','0'),(73979,5523,'show_admin_bar_front','true'),(73980,5523,'locale',''),(73981,5523,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73982,5523,'wp_user_level','0'),(73983,5523,'default_password_nag','1'),(73984,5524,'nickname','relman05081997'),(73985,5524,'first_name',''),(73986,5524,'last_name',''),(73987,5524,'description',''),(73988,5524,'rich_editing','true'),(73989,5524,'syntax_highlighting','true'),(73990,5524,'comment_shortcuts','false'),(73991,5524,'admin_color','fresh'),(73992,5524,'use_ssl','0'),(73993,5524,'show_admin_bar_front','true'),(73994,5524,'locale',''),(73995,5524,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73996,5524,'wp_user_level','0'),(73997,5524,'default_password_nag','1'),(73998,5525,'nickname','aabukwaik1995'),(73999,5525,'first_name',''),(74000,5525,'last_name',''),(74001,5525,'description',''),(74002,5525,'rich_editing','true'),(74003,5525,'syntax_highlighting','true'),(74004,5525,'comment_shortcuts','false'),(74005,5525,'admin_color','fresh'),(74006,5525,'use_ssl','0'),(74007,5525,'show_admin_bar_front','true'),(74008,5525,'locale',''),(74009,5525,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74010,5525,'wp_user_level','0'),(74011,5525,'default_password_nag','1'),(74012,5526,'nickname','musemindy1951'),(74013,5526,'first_name',''),(74014,5526,'last_name',''),(74015,5526,'description',''),(74016,5526,'rich_editing','true'),(74017,5526,'syntax_highlighting','true'),(74018,5526,'comment_shortcuts','false'),(74019,5526,'admin_color','fresh'),(74020,5526,'use_ssl','0'),(74021,5526,'show_admin_bar_front','true'),(74022,5526,'locale',''),(74023,5526,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74024,5526,'wp_user_level','0'),(74025,5526,'default_password_nag','1'),(74026,5527,'nickname','brad1957'),(74027,5527,'first_name',''),(74028,5527,'last_name',''),(74029,5527,'description',''),(74030,5527,'rich_editing','true'),(74031,5527,'syntax_highlighting','true'),(74032,5527,'comment_shortcuts','false'),(74033,5527,'admin_color','fresh'),(74034,5527,'use_ssl','0'),(74035,5527,'show_admin_bar_front','true'),(74036,5527,'locale',''),(74037,5527,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74038,5527,'wp_user_level','0'),(74039,5527,'default_password_nag','1'),(74040,5528,'nickname','hospitaltapes1983'),(74041,5528,'first_name',''),(74042,5528,'last_name',''),(74043,5528,'description',''),(74044,5528,'rich_editing','true'),(74045,5528,'syntax_highlighting','true'),(74046,5528,'comment_shortcuts','false'),(74047,5528,'admin_color','fresh'),(74048,5528,'use_ssl','0'),(74049,5528,'show_admin_bar_front','true'),(74050,5528,'locale',''),(74051,5528,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74052,5528,'wp_user_level','0'),(74053,5528,'default_password_nag','1'),(74054,5529,'nickname','victoriaq1984'),(74055,5529,'first_name',''),(74056,5529,'last_name',''),(74057,5529,'description',''),(74058,5529,'rich_editing','true'),(74059,5529,'syntax_highlighting','true'),(74060,5529,'comment_shortcuts','false'),(74061,5529,'admin_color','fresh'),(74062,5529,'use_ssl','0'),(74063,5529,'show_admin_bar_front','true'),(74064,5529,'locale',''),(74065,5529,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74066,5529,'wp_user_level','0'),(74067,5529,'default_password_nag','1'),(74068,5530,'nickname','hopenjshore1950'),(74069,5530,'first_name',''),(74070,5530,'last_name',''),(74071,5530,'description',''),(74072,5530,'rich_editing','true'),(74073,5530,'syntax_highlighting','true'),(74074,5530,'comment_shortcuts','false'),(74075,5530,'admin_color','fresh'),(74076,5530,'use_ssl','0'),(74077,5530,'show_admin_bar_front','true'),(74078,5530,'locale',''),(74079,5530,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74080,5530,'wp_user_level','0'),(74081,5530,'default_password_nag','1'),(74082,5531,'nickname','hubble881958'),(74083,5531,'first_name',''),(74084,5531,'last_name',''),(74085,5531,'description',''),(74086,5531,'rich_editing','true'),(74087,5531,'syntax_highlighting','true'),(74088,5531,'comment_shortcuts','false'),(74089,5531,'admin_color','fresh'),(74090,5531,'use_ssl','0'),(74091,5531,'show_admin_bar_front','true'),(74092,5531,'locale',''),(74093,5531,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74094,5531,'wp_user_level','0'),(74095,5531,'default_password_nag','1'),(74096,5532,'nickname','tylgray1973'),(74097,5532,'first_name',''),(74098,5532,'last_name',''),(74099,5532,'description',''),(74100,5532,'rich_editing','true'),(74101,5532,'syntax_highlighting','true'),(74102,5532,'comment_shortcuts','false'),(74103,5532,'admin_color','fresh'),(74104,5532,'use_ssl','0'),(74105,5532,'show_admin_bar_front','true'),(74106,5532,'locale',''),(74107,5532,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74108,5532,'wp_user_level','0'),(74109,5532,'default_password_nag','1'),(74110,5533,'nickname','jasonlammer1964'),(74111,5533,'first_name',''),(74112,5533,'last_name',''),(74113,5533,'description',''),(74114,5533,'rich_editing','true'),(74115,5533,'syntax_highlighting','true'),(74116,5533,'comment_shortcuts','false'),(74117,5533,'admin_color','fresh'),(74118,5533,'use_ssl','0'),(74119,5533,'show_admin_bar_front','true'),(74120,5533,'locale',''),(74121,5533,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74122,5533,'wp_user_level','0'),(74123,5533,'default_password_nag','1'),(74124,5534,'nickname','maryam.sadri1959'),(74125,5534,'first_name',''),(74126,5534,'last_name',''),(74127,5534,'description',''),(74128,5534,'rich_editing','true'),(74129,5534,'syntax_highlighting','true'),(74130,5534,'comment_shortcuts','false'),(74131,5534,'admin_color','fresh'),(74132,5534,'use_ssl','0'),(74133,5534,'show_admin_bar_front','true'),(74134,5534,'locale',''),(74135,5534,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74136,5534,'wp_user_level','0'),(74137,5534,'default_password_nag','1'),(74138,5535,'nickname','chrissii921985'),(74139,5535,'first_name',''),(74140,5535,'last_name',''),(74141,5535,'description',''),(74142,5535,'rich_editing','true'),(74143,5535,'syntax_highlighting','true'),(74144,5535,'comment_shortcuts','false'),(74145,5535,'admin_color','fresh'),(74146,5535,'use_ssl','0'),(74147,5535,'show_admin_bar_front','true'),(74148,5535,'locale',''),(74149,5535,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74150,5535,'wp_user_level','0'),(74151,5535,'default_password_nag','1'),(74152,5536,'nickname','tlopez1984'),(74153,5536,'first_name',''),(74154,5536,'last_name',''),(74155,5536,'description',''),(74156,5536,'rich_editing','true'),(74157,5536,'syntax_highlighting','true'),(74158,5536,'comment_shortcuts','false'),(74159,5536,'admin_color','fresh'),(74160,5536,'use_ssl','0'),(74161,5536,'show_admin_bar_front','true'),(74162,5536,'locale',''),(74163,5536,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74164,5536,'wp_user_level','0'),(74165,5536,'default_password_nag','1'),(74166,5537,'nickname','d.a.fearn1986'),(74167,5537,'first_name',''),(74168,5537,'last_name',''),(74169,5537,'description',''),(74170,5537,'rich_editing','true'),(74171,5537,'syntax_highlighting','true'),(74172,5537,'comment_shortcuts','false'),(74173,5537,'admin_color','fresh'),(74174,5537,'use_ssl','0'),(74175,5537,'show_admin_bar_front','true'),(74176,5537,'locale',''),(74177,5537,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74178,5537,'wp_user_level','0'),(74179,5537,'default_password_nag','1'),(74180,5538,'nickname','rayman06252006'),(74181,5538,'first_name',''),(74182,5538,'last_name',''),(74183,5538,'description',''),(74184,5538,'rich_editing','true'),(74185,5538,'syntax_highlighting','true'),(74186,5538,'comment_shortcuts','false'),(74187,5538,'admin_color','fresh'),(74188,5538,'use_ssl','0'),(74189,5538,'show_admin_bar_front','true'),(74190,5538,'locale',''),(74191,5538,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74192,5538,'wp_user_level','0'),(74193,5538,'default_password_nag','1'),(74194,5539,'nickname','lealhillalma1954'),(74195,5539,'first_name',''),(74196,5539,'last_name',''),(74197,5539,'description',''),(74198,5539,'rich_editing','true'),(74199,5539,'syntax_highlighting','true'),(74200,5539,'comment_shortcuts','false'),(74201,5539,'admin_color','fresh'),(74202,5539,'use_ssl','0'),(74203,5539,'show_admin_bar_front','true'),(74204,5539,'locale',''),(74205,5539,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74206,5539,'wp_user_level','0'),(74207,5539,'default_password_nag','1'),(74208,5540,'nickname','yui1960'),(74209,5540,'first_name',''),(74210,5540,'last_name',''),(74211,5540,'description',''),(74212,5540,'rich_editing','true'),(74213,5540,'syntax_highlighting','true'),(74214,5540,'comment_shortcuts','false'),(74215,5540,'admin_color','fresh'),(74216,5540,'use_ssl','0'),(74217,5540,'show_admin_bar_front','true'),(74218,5540,'locale',''),(74219,5540,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74220,5540,'wp_user_level','0'),(74221,5540,'default_password_nag','1'),(74222,5541,'nickname','floydstewartiii1951'),(74223,5541,'first_name',''),(74224,5541,'last_name',''),(74225,5541,'description',''),(74226,5541,'rich_editing','true'),(74227,5541,'syntax_highlighting','true'),(74228,5541,'comment_shortcuts','false'),(74229,5541,'admin_color','fresh'),(74230,5541,'use_ssl','0'),(74231,5541,'show_admin_bar_front','true'),(74232,5541,'locale',''),(74233,5541,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74234,5541,'wp_user_level','0'),(74235,5541,'default_password_nag','1'),(74236,5542,'nickname','info1961'),(74237,5542,'first_name',''),(74238,5542,'last_name',''),(74239,5542,'description',''),(74240,5542,'rich_editing','true'),(74241,5542,'syntax_highlighting','true'),(74242,5542,'comment_shortcuts','false'),(74243,5542,'admin_color','fresh'),(74244,5542,'use_ssl','0'),(74245,5542,'show_admin_bar_front','true'),(74246,5542,'locale',''),(74247,5542,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74248,5542,'wp_user_level','0'),(74249,5542,'default_password_nag','1'),(74250,5543,'nickname','aayman1231989'),(74251,5543,'first_name',''),(74252,5543,'last_name',''),(74253,5543,'description',''),(74254,5543,'rich_editing','true'),(74255,5543,'syntax_highlighting','true'),(74256,5543,'comment_shortcuts','false'),(74257,5543,'admin_color','fresh'),(74258,5543,'use_ssl','0'),(74259,5543,'show_admin_bar_front','true'),(74260,5543,'locale',''),(74261,5543,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74262,5543,'wp_user_level','0'),(74263,5543,'default_password_nag','1'),(74264,5544,'nickname','phonographs1959'),(74265,5544,'first_name',''),(74266,5544,'last_name',''),(74267,5544,'description',''),(74268,5544,'rich_editing','true'),(74269,5544,'syntax_highlighting','true'),(74270,5544,'comment_shortcuts','false'),(74271,5544,'admin_color','fresh'),(74272,5544,'use_ssl','0'),(74273,5544,'show_admin_bar_front','true'),(74274,5544,'locale',''),(74275,5544,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74276,5544,'wp_user_level','0'),(74277,5544,'default_password_nag','1'),(74278,5545,'nickname','andercamino2003'),(74279,5545,'first_name',''),(74280,5545,'last_name',''),(74281,5545,'description',''),(74282,5545,'rich_editing','true'),(74283,5545,'syntax_highlighting','true'),(74284,5545,'comment_shortcuts','false'),(74285,5545,'admin_color','fresh'),(74286,5545,'use_ssl','0'),(74287,5545,'show_admin_bar_front','true'),(74288,5545,'locale',''),(74289,5545,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74290,5545,'wp_user_level','0'),(74291,5545,'default_password_nag','1'),(74292,5546,'nickname','mblythecarden11958'),(74293,5546,'first_name',''),(74294,5546,'last_name',''),(74295,5546,'description',''),(74296,5546,'rich_editing','true'),(74297,5546,'syntax_highlighting','true'),(74298,5546,'comment_shortcuts','false'),(74299,5546,'admin_color','fresh'),(74300,5546,'use_ssl','0'),(74301,5546,'show_admin_bar_front','true'),(74302,5546,'locale',''),(74303,5546,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74304,5546,'wp_user_level','0'),(74305,5546,'default_password_nag','1'),(74306,5547,'nickname','heidi.harrelson2006'),(74307,5547,'first_name',''),(74308,5547,'last_name',''),(74309,5547,'description',''),(74310,5547,'rich_editing','true'),(74311,5547,'syntax_highlighting','true'),(74312,5547,'comment_shortcuts','false'),(74313,5547,'admin_color','fresh'),(74314,5547,'use_ssl','0'),(74315,5547,'show_admin_bar_front','true'),(74316,5547,'locale',''),(74317,5547,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74318,5547,'wp_user_level','0'),(74319,5547,'default_password_nag','1'),(74320,5548,'nickname','jcubb61998'),(74321,5548,'first_name',''),(74322,5548,'last_name',''),(74323,5548,'description',''),(74324,5548,'rich_editing','true'),(74325,5548,'syntax_highlighting','true'),(74326,5548,'comment_shortcuts','false'),(74327,5548,'admin_color','fresh'),(74328,5548,'use_ssl','0'),(74329,5548,'show_admin_bar_front','true'),(74330,5548,'locale',''),(74331,5548,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74332,5548,'wp_user_level','0'),(74333,5548,'default_password_nag','1'),(74334,5549,'nickname','rmiller261972'),(74335,5549,'first_name',''),(74336,5549,'last_name',''),(74337,5549,'description',''),(74338,5549,'rich_editing','true'),(74339,5549,'syntax_highlighting','true'),(74340,5549,'comment_shortcuts','false'),(74341,5549,'admin_color','fresh'),(74342,5549,'use_ssl','0'),(74343,5549,'show_admin_bar_front','true'),(74344,5549,'locale',''),(74345,5549,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74346,5549,'wp_user_level','0'),(74347,5549,'default_password_nag','1'),(74348,5550,'nickname','tiffanyloveless1981'),(74349,5550,'first_name',''),(74350,5550,'last_name',''),(74351,5550,'description',''),(74352,5550,'rich_editing','true'),(74353,5550,'syntax_highlighting','true'),(74354,5550,'comment_shortcuts','false'),(74355,5550,'admin_color','fresh'),(74356,5550,'use_ssl','0'),(74357,5550,'show_admin_bar_front','true'),(74358,5550,'locale',''),(74359,5550,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74360,5550,'wp_user_level','0'),(74361,5550,'default_password_nag','1'),(74362,5551,'nickname','stephanieklem12009'),(74363,5551,'first_name',''),(74364,5551,'last_name',''),(74365,5551,'description',''),(74366,5551,'rich_editing','true'),(74367,5551,'syntax_highlighting','true'),(74368,5551,'comment_shortcuts','false'),(74369,5551,'admin_color','fresh'),(74370,5551,'use_ssl','0'),(74371,5551,'show_admin_bar_front','true'),(74372,5551,'locale',''),(74373,5551,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74374,5551,'wp_user_level','0'),(74375,5551,'default_password_nag','1'),(74376,5552,'nickname','nickm031995'),(74377,5552,'first_name',''),(74378,5552,'last_name',''),(74379,5552,'description',''),(74380,5552,'rich_editing','true'),(74381,5552,'syntax_highlighting','true'),(74382,5552,'comment_shortcuts','false'),(74383,5552,'admin_color','fresh'),(74384,5552,'use_ssl','0'),(74385,5552,'show_admin_bar_front','true'),(74386,5552,'locale',''),(74387,5552,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74388,5552,'wp_user_level','0'),(74389,5552,'default_password_nag','1'),(74390,5553,'nickname','oleynik1957'),(74391,5553,'first_name',''),(74392,5553,'last_name',''),(74393,5553,'description',''),(74394,5553,'rich_editing','true'),(74395,5553,'syntax_highlighting','true'),(74396,5553,'comment_shortcuts','false'),(74397,5553,'admin_color','fresh'),(74398,5553,'use_ssl','0'),(74399,5553,'show_admin_bar_front','true'),(74400,5553,'locale',''),(74401,5553,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74402,5553,'wp_user_level','0'),(74403,5553,'default_password_nag','1'),(74404,5554,'nickname','gerlachundstiefel1977'),(74405,5554,'first_name',''),(74406,5554,'last_name',''),(74407,5554,'description',''),(74408,5554,'rich_editing','true'),(74409,5554,'syntax_highlighting','true'),(74410,5554,'comment_shortcuts','false'),(74411,5554,'admin_color','fresh'),(74412,5554,'use_ssl','0'),(74413,5554,'show_admin_bar_front','true'),(74414,5554,'locale',''),(74415,5554,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74416,5554,'wp_user_level','0'),(74417,5554,'default_password_nag','1'),(74418,5555,'nickname','beertap431952'),(74419,5555,'first_name',''),(74420,5555,'last_name',''),(74421,5555,'description',''),(74422,5555,'rich_editing','true'),(74423,5555,'syntax_highlighting','true'),(74424,5555,'comment_shortcuts','false'),(74425,5555,'admin_color','fresh'),(74426,5555,'use_ssl','0'),(74427,5555,'show_admin_bar_front','true'),(74428,5555,'locale',''),(74429,5555,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74430,5555,'wp_user_level','0'),(74431,5555,'default_password_nag','1'),(74432,5556,'nickname','brianaleblanc2010'),(74433,5556,'first_name',''),(74434,5556,'last_name',''),(74435,5556,'description',''),(74436,5556,'rich_editing','true'),(74437,5556,'syntax_highlighting','true'),(74438,5556,'comment_shortcuts','false'),(74439,5556,'admin_color','fresh'),(74440,5556,'use_ssl','0'),(74441,5556,'show_admin_bar_front','true'),(74442,5556,'locale',''),(74443,5556,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74444,5556,'wp_user_level','0'),(74445,5556,'default_password_nag','1'),(74446,5557,'nickname','jagged171981'),(74447,5557,'first_name',''),(74448,5557,'last_name',''),(74449,5557,'description',''),(74450,5557,'rich_editing','true'),(74451,5557,'syntax_highlighting','true'),(74452,5557,'comment_shortcuts','false'),(74453,5557,'admin_color','fresh'),(74454,5557,'use_ssl','0'),(74455,5557,'show_admin_bar_front','true'),(74456,5557,'locale',''),(74457,5557,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74458,5557,'wp_user_level','0'),(74459,5557,'default_password_nag','1'),(74460,5558,'nickname','piekiddo1970'),(74461,5558,'first_name',''),(74462,5558,'last_name',''),(74463,5558,'description',''),(74464,5558,'rich_editing','true'),(74465,5558,'syntax_highlighting','true'),(74466,5558,'comment_shortcuts','false'),(74467,5558,'admin_color','fresh'),(74468,5558,'use_ssl','0'),(74469,5558,'show_admin_bar_front','true'),(74470,5558,'locale',''),(74471,5558,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74472,5558,'wp_user_level','0'),(74473,5558,'default_password_nag','1'),(74474,5559,'nickname','roachforreal2006'),(74475,5559,'first_name',''),(74476,5559,'last_name',''),(74477,5559,'description',''),(74478,5559,'rich_editing','true'),(74479,5559,'syntax_highlighting','true'),(74480,5559,'comment_shortcuts','false'),(74481,5559,'admin_color','fresh'),(74482,5559,'use_ssl','0'),(74483,5559,'show_admin_bar_front','true'),(74484,5559,'locale',''),(74485,5559,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74486,5559,'wp_user_level','0'),(74487,5559,'default_password_nag','1'),(74488,5560,'nickname','rdomeracki1988'),(74489,5560,'first_name',''),(74490,5560,'last_name',''),(74491,5560,'description',''),(74492,5560,'rich_editing','true'),(74493,5560,'syntax_highlighting','true'),(74494,5560,'comment_shortcuts','false'),(74495,5560,'admin_color','fresh'),(74496,5560,'use_ssl','0'),(74497,5560,'show_admin_bar_front','true'),(74498,5560,'locale',''),(74499,5560,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74500,5560,'wp_user_level','0'),(74501,5560,'default_password_nag','1'),(74502,5561,'nickname','jperz1979'),(74503,5561,'first_name',''),(74504,5561,'last_name',''),(74505,5561,'description',''),(74506,5561,'rich_editing','true'),(74507,5561,'syntax_highlighting','true'),(74508,5561,'comment_shortcuts','false'),(74509,5561,'admin_color','fresh'),(74510,5561,'use_ssl','0'),(74511,5561,'show_admin_bar_front','true'),(74512,5561,'locale',''),(74513,5561,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74514,5561,'wp_user_level','0'),(74515,5561,'default_password_nag','1'),(74516,5562,'nickname','amyfeister2009'),(74517,5562,'first_name',''),(74518,5562,'last_name',''),(74519,5562,'description',''),(74520,5562,'rich_editing','true'),(74521,5562,'syntax_highlighting','true'),(74522,5562,'comment_shortcuts','false'),(74523,5562,'admin_color','fresh'),(74524,5562,'use_ssl','0'),(74525,5562,'show_admin_bar_front','true'),(74526,5562,'locale',''),(74527,5562,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74528,5562,'wp_user_level','0'),(74529,5562,'default_password_nag','1'),(74530,5563,'nickname','katt221975'),(74531,5563,'first_name',''),(74532,5563,'last_name',''),(74533,5563,'description',''),(74534,5563,'rich_editing','true'),(74535,5563,'syntax_highlighting','true'),(74536,5563,'comment_shortcuts','false'),(74537,5563,'admin_color','fresh'),(74538,5563,'use_ssl','0'),(74539,5563,'show_admin_bar_front','true'),(74540,5563,'locale',''),(74541,5563,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74542,5563,'wp_user_level','0'),(74543,5563,'default_password_nag','1'),(74544,5564,'nickname','ray1974'),(74545,5564,'first_name',''),(74546,5564,'last_name',''),(74547,5564,'description',''),(74548,5564,'rich_editing','true'),(74549,5564,'syntax_highlighting','true'),(74550,5564,'comment_shortcuts','false'),(74551,5564,'admin_color','fresh'),(74552,5564,'use_ssl','0'),(74553,5564,'show_admin_bar_front','true'),(74554,5564,'locale',''),(74555,5564,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74556,5564,'wp_user_level','0'),(74557,5564,'default_password_nag','1'),(74558,5565,'nickname','rbritton2005'),(74559,5565,'first_name',''),(74560,5565,'last_name',''),(74561,5565,'description',''),(74562,5565,'rich_editing','true'),(74563,5565,'syntax_highlighting','true'),(74564,5565,'comment_shortcuts','false'),(74565,5565,'admin_color','fresh'),(74566,5565,'use_ssl','0'),(74567,5565,'show_admin_bar_front','true'),(74568,5565,'locale',''),(74569,5565,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74570,5565,'wp_user_level','0'),(74571,5565,'default_password_nag','1'),(74572,5566,'nickname','mcunningham051962'),(74573,5566,'first_name',''),(74574,5566,'last_name',''),(74575,5566,'description',''),(74576,5566,'rich_editing','true'),(74577,5566,'syntax_highlighting','true'),(74578,5566,'comment_shortcuts','false'),(74579,5566,'admin_color','fresh'),(74580,5566,'use_ssl','0'),(74581,5566,'show_admin_bar_front','true'),(74582,5566,'locale',''),(74583,5566,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74584,5566,'wp_user_level','0'),(74585,5566,'default_password_nag','1'),(74586,5567,'nickname','jen_tran1962'),(74587,5567,'first_name',''),(74588,5567,'last_name',''),(74589,5567,'description',''),(74590,5567,'rich_editing','true'),(74591,5567,'syntax_highlighting','true'),(74592,5567,'comment_shortcuts','false'),(74593,5567,'admin_color','fresh'),(74594,5567,'use_ssl','0'),(74595,5567,'show_admin_bar_front','true'),(74596,5567,'locale',''),(74597,5567,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74598,5567,'wp_user_level','0'),(74599,5567,'default_password_nag','1'),(74600,5568,'nickname','michel.buys1989'),(74601,5568,'first_name',''),(74602,5568,'last_name',''),(74603,5568,'description',''),(74604,5568,'rich_editing','true'),(74605,5568,'syntax_highlighting','true'),(74606,5568,'comment_shortcuts','false'),(74607,5568,'admin_color','fresh'),(74608,5568,'use_ssl','0'),(74609,5568,'show_admin_bar_front','true'),(74610,5568,'locale',''),(74611,5568,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74612,5568,'wp_user_level','0'),(74613,5568,'default_password_nag','1'),(74614,5569,'nickname','tony1961'),(74615,5569,'first_name',''),(74616,5569,'last_name',''),(74617,5569,'description',''),(74618,5569,'rich_editing','true'),(74619,5569,'syntax_highlighting','true'),(74620,5569,'comment_shortcuts','false'),(74621,5569,'admin_color','fresh'),(74622,5569,'use_ssl','0'),(74623,5569,'show_admin_bar_front','true'),(74624,5569,'locale',''),(74625,5569,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74626,5569,'wp_user_level','0'),(74627,5569,'default_password_nag','1'),(74628,5570,'nickname','hilary2000'),(74629,5570,'first_name',''),(74630,5570,'last_name',''),(74631,5570,'description',''),(74632,5570,'rich_editing','true'),(74633,5570,'syntax_highlighting','true'),(74634,5570,'comment_shortcuts','false'),(74635,5570,'admin_color','fresh'),(74636,5570,'use_ssl','0'),(74637,5570,'show_admin_bar_front','true'),(74638,5570,'locale',''),(74639,5570,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74640,5570,'wp_user_level','0'),(74641,5570,'default_password_nag','1'),(74642,5571,'nickname','chadncourtvd2004'),(74643,5571,'first_name',''),(74644,5571,'last_name',''),(74645,5571,'description',''),(74646,5571,'rich_editing','true'),(74647,5571,'syntax_highlighting','true'),(74648,5571,'comment_shortcuts','false'),(74649,5571,'admin_color','fresh'),(74650,5571,'use_ssl','0'),(74651,5571,'show_admin_bar_front','true'),(74652,5571,'locale',''),(74653,5571,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74654,5571,'wp_user_level','0'),(74655,5571,'default_password_nag','1'),(74656,5572,'nickname','jebenabe1956'),(74657,5572,'first_name',''),(74658,5572,'last_name',''),(74659,5572,'description',''),(74660,5572,'rich_editing','true'),(74661,5572,'syntax_highlighting','true'),(74662,5572,'comment_shortcuts','false'),(74663,5572,'admin_color','fresh'),(74664,5572,'use_ssl','0'),(74665,5572,'show_admin_bar_front','true'),(74666,5572,'locale',''),(74667,5572,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74668,5572,'wp_user_level','0'),(74669,5572,'default_password_nag','1'),(74670,5573,'nickname','redallen662009'),(74671,5573,'first_name',''),(74672,5573,'last_name',''),(74673,5573,'description',''),(74674,5573,'rich_editing','true'),(74675,5573,'syntax_highlighting','true'),(74676,5573,'comment_shortcuts','false'),(74677,5573,'admin_color','fresh'),(74678,5573,'use_ssl','0'),(74679,5573,'show_admin_bar_front','true'),(74680,5573,'locale',''),(74681,5573,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74682,5573,'wp_user_level','0'),(74683,5573,'default_password_nag','1'),(74684,5574,'nickname','vsnyder20111976'),(74685,5574,'first_name',''),(74686,5574,'last_name',''),(74687,5574,'description',''),(74688,5574,'rich_editing','true'),(74689,5574,'syntax_highlighting','true'),(74690,5574,'comment_shortcuts','false'),(74691,5574,'admin_color','fresh'),(74692,5574,'use_ssl','0'),(74693,5574,'show_admin_bar_front','true'),(74694,5574,'locale',''),(74695,5574,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74696,5574,'wp_user_level','0'),(74697,5574,'default_password_nag','1'),(74698,5575,'nickname','perrymathias0061965'),(74699,5575,'first_name',''),(74700,5575,'last_name',''),(74701,5575,'description',''),(74702,5575,'rich_editing','true'),(74703,5575,'syntax_highlighting','true'),(74704,5575,'comment_shortcuts','false'),(74705,5575,'admin_color','fresh'),(74706,5575,'use_ssl','0'),(74707,5575,'show_admin_bar_front','true'),(74708,5575,'locale',''),(74709,5575,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74710,5575,'wp_user_level','0'),(74711,5575,'default_password_nag','1'),(74712,5576,'nickname','michaelmarkley1962'),(74713,5576,'first_name',''),(74714,5576,'last_name',''),(74715,5576,'description',''),(74716,5576,'rich_editing','true'),(74717,5576,'syntax_highlighting','true'),(74718,5576,'comment_shortcuts','false'),(74719,5576,'admin_color','fresh'),(74720,5576,'use_ssl','0'),(74721,5576,'show_admin_bar_front','true'),(74722,5576,'locale',''),(74723,5576,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74724,5576,'wp_user_level','0'),(74725,5576,'default_password_nag','1'),(74726,5577,'nickname','djzash1961'),(74727,5577,'first_name',''),(74728,5577,'last_name',''),(74729,5577,'description',''),(74730,5577,'rich_editing','true'),(74731,5577,'syntax_highlighting','true'),(74732,5577,'comment_shortcuts','false'),(74733,5577,'admin_color','fresh'),(74734,5577,'use_ssl','0'),(74735,5577,'show_admin_bar_front','true'),(74736,5577,'locale',''),(74737,5577,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74738,5577,'wp_user_level','0'),(74739,5577,'default_password_nag','1'),(74740,5578,'nickname','kevinharlan251960'),(74741,5578,'first_name',''),(74742,5578,'last_name',''),(74743,5578,'description',''),(74744,5578,'rich_editing','true'),(74745,5578,'syntax_highlighting','true'),(74746,5578,'comment_shortcuts','false'),(74747,5578,'admin_color','fresh'),(74748,5578,'use_ssl','0'),(74749,5578,'show_admin_bar_front','true'),(74750,5578,'locale',''),(74751,5578,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74752,5578,'wp_user_level','0'),(74753,5578,'default_password_nag','1'),(74754,5579,'nickname','ncg2331976'),(74755,5579,'first_name',''),(74756,5579,'last_name',''),(74757,5579,'description',''),(74758,5579,'rich_editing','true'),(74759,5579,'syntax_highlighting','true'),(74760,5579,'comment_shortcuts','false'),(74761,5579,'admin_color','fresh'),(74762,5579,'use_ssl','0'),(74763,5579,'show_admin_bar_front','true'),(74764,5579,'locale',''),(74765,5579,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74766,5579,'wp_user_level','0'),(74767,5579,'default_password_nag','1'),(74768,5580,'nickname','laray.byrd1953'),(74769,5580,'first_name',''),(74770,5580,'last_name',''),(74771,5580,'description',''),(74772,5580,'rich_editing','true'),(74773,5580,'syntax_highlighting','true'),(74774,5580,'comment_shortcuts','false'),(74775,5580,'admin_color','fresh'),(74776,5580,'use_ssl','0'),(74777,5580,'show_admin_bar_front','true'),(74778,5580,'locale',''),(74779,5580,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74780,5580,'wp_user_level','0'),(74781,5580,'default_password_nag','1'),(74782,5581,'nickname','irenecancan1979'),(74783,5581,'first_name',''),(74784,5581,'last_name',''),(74785,5581,'description',''),(74786,5581,'rich_editing','true'),(74787,5581,'syntax_highlighting','true'),(74788,5581,'comment_shortcuts','false'),(74789,5581,'admin_color','fresh'),(74790,5581,'use_ssl','0'),(74791,5581,'show_admin_bar_front','true'),(74792,5581,'locale',''),(74793,5581,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74794,5581,'wp_user_level','0'),(74795,5581,'default_password_nag','1'),(74796,5582,'nickname','keelymoe2007'),(74797,5582,'first_name',''),(74798,5582,'last_name',''),(74799,5582,'description',''),(74800,5582,'rich_editing','true'),(74801,5582,'syntax_highlighting','true'),(74802,5582,'comment_shortcuts','false'),(74803,5582,'admin_color','fresh'),(74804,5582,'use_ssl','0'),(74805,5582,'show_admin_bar_front','true'),(74806,5582,'locale',''),(74807,5582,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74808,5582,'wp_user_level','0'),(74809,5582,'default_password_nag','1'),(74810,5583,'nickname','frank405923241992'),(74811,5583,'first_name',''),(74812,5583,'last_name',''),(74813,5583,'description',''),(74814,5583,'rich_editing','true'),(74815,5583,'syntax_highlighting','true'),(74816,5583,'comment_shortcuts','false'),(74817,5583,'admin_color','fresh'),(74818,5583,'use_ssl','0'),(74819,5583,'show_admin_bar_front','true'),(74820,5583,'locale',''),(74821,5583,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74822,5583,'wp_user_level','0'),(74823,5583,'default_password_nag','1'),(74824,5584,'nickname','yumwho1962'),(74825,5584,'first_name',''),(74826,5584,'last_name',''),(74827,5584,'description',''),(74828,5584,'rich_editing','true'),(74829,5584,'syntax_highlighting','true'),(74830,5584,'comment_shortcuts','false'),(74831,5584,'admin_color','fresh'),(74832,5584,'use_ssl','0'),(74833,5584,'show_admin_bar_front','true'),(74834,5584,'locale',''),(74835,5584,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74836,5584,'wp_user_level','0'),(74837,5584,'default_password_nag','1'),(74838,5585,'nickname','bill1984'),(74839,5585,'first_name',''),(74840,5585,'last_name',''),(74841,5585,'description',''),(74842,5585,'rich_editing','true'),(74843,5585,'syntax_highlighting','true'),(74844,5585,'comment_shortcuts','false'),(74845,5585,'admin_color','fresh'),(74846,5585,'use_ssl','0'),(74847,5585,'show_admin_bar_front','true'),(74848,5585,'locale',''),(74849,5585,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74850,5585,'wp_user_level','0'),(74851,5585,'default_password_nag','1'),(74852,5586,'nickname','nomeshaw1989'),(74853,5586,'first_name',''),(74854,5586,'last_name',''),(74855,5586,'description',''),(74856,5586,'rich_editing','true'),(74857,5586,'syntax_highlighting','true'),(74858,5586,'comment_shortcuts','false'),(74859,5586,'admin_color','fresh'),(74860,5586,'use_ssl','0'),(74861,5586,'show_admin_bar_front','true'),(74862,5586,'locale',''),(74863,5586,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74864,5586,'wp_user_level','0'),(74865,5586,'default_password_nag','1'),(74866,5587,'nickname','steveternes1985'),(74867,5587,'first_name',''),(74868,5587,'last_name',''),(74869,5587,'description',''),(74870,5587,'rich_editing','true'),(74871,5587,'syntax_highlighting','true'),(74872,5587,'comment_shortcuts','false'),(74873,5587,'admin_color','fresh'),(74874,5587,'use_ssl','0'),(74875,5587,'show_admin_bar_front','true'),(74876,5587,'locale',''),(74877,5587,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74878,5587,'wp_user_level','0'),(74879,5587,'default_password_nag','1'),(74880,5588,'nickname','robertfeuerstein1984'),(74881,5588,'first_name',''),(74882,5588,'last_name',''),(74883,5588,'description',''),(74884,5588,'rich_editing','true'),(74885,5588,'syntax_highlighting','true'),(74886,5588,'comment_shortcuts','false'),(74887,5588,'admin_color','fresh'),(74888,5588,'use_ssl','0'),(74889,5588,'show_admin_bar_front','true'),(74890,5588,'locale',''),(74891,5588,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74892,5588,'wp_user_level','0'),(74893,5588,'default_password_nag','1'),(74894,5589,'nickname','karen.s.robinson21987'),(74895,5589,'first_name',''),(74896,5589,'last_name',''),(74897,5589,'description',''),(74898,5589,'rich_editing','true'),(74899,5589,'syntax_highlighting','true'),(74900,5589,'comment_shortcuts','false'),(74901,5589,'admin_color','fresh'),(74902,5589,'use_ssl','0'),(74903,5589,'show_admin_bar_front','true'),(74904,5589,'locale',''),(74905,5589,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74906,5589,'wp_user_level','0'),(74907,5589,'default_password_nag','1'),(74908,5590,'nickname','john1992'),(74909,5590,'first_name',''),(74910,5590,'last_name',''),(74911,5590,'description',''),(74912,5590,'rich_editing','true'),(74913,5590,'syntax_highlighting','true'),(74914,5590,'comment_shortcuts','false'),(74915,5590,'admin_color','fresh'),(74916,5590,'use_ssl','0'),(74917,5590,'show_admin_bar_front','true'),(74918,5590,'locale',''),(74919,5590,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74920,5590,'wp_user_level','0'),(74921,5590,'default_password_nag','1'),(74922,5591,'nickname','bossegg1982'),(74923,5591,'first_name',''),(74924,5591,'last_name',''),(74925,5591,'description',''),(74926,5591,'rich_editing','true'),(74927,5591,'syntax_highlighting','true'),(74928,5591,'comment_shortcuts','false'),(74929,5591,'admin_color','fresh'),(74930,5591,'use_ssl','0'),(74931,5591,'show_admin_bar_front','true'),(74932,5591,'locale',''),(74933,5591,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74934,5591,'wp_user_level','0'),(74935,5591,'default_password_nag','1'),(74936,5592,'nickname','nicvuhoang1992'),(74937,5592,'first_name',''),(74938,5592,'last_name',''),(74939,5592,'description',''),(74940,5592,'rich_editing','true'),(74941,5592,'syntax_highlighting','true'),(74942,5592,'comment_shortcuts','false'),(74943,5592,'admin_color','fresh'),(74944,5592,'use_ssl','0'),(74945,5592,'show_admin_bar_front','true'),(74946,5592,'locale',''),(74947,5592,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74948,5592,'wp_user_level','0'),(74949,5592,'default_password_nag','1'),(74950,5593,'nickname','mayers441970'),(74951,5593,'first_name',''),(74952,5593,'last_name',''),(74953,5593,'description',''),(74954,5593,'rich_editing','true'),(74955,5593,'syntax_highlighting','true'),(74956,5593,'comment_shortcuts','false'),(74957,5593,'admin_color','fresh'),(74958,5593,'use_ssl','0'),(74959,5593,'show_admin_bar_front','true'),(74960,5593,'locale',''),(74961,5593,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74962,5593,'wp_user_level','0'),(74963,5593,'default_password_nag','1'),(74964,5594,'nickname','mpd1621955'),(74965,5594,'first_name',''),(74966,5594,'last_name',''),(74967,5594,'description',''),(74968,5594,'rich_editing','true'),(74969,5594,'syntax_highlighting','true'),(74970,5594,'comment_shortcuts','false'),(74971,5594,'admin_color','fresh'),(74972,5594,'use_ssl','0'),(74973,5594,'show_admin_bar_front','true'),(74974,5594,'locale',''),(74975,5594,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74976,5594,'wp_user_level','0'),(74977,5594,'default_password_nag','1'),(74978,5595,'nickname','tbashada1961'),(74979,5595,'first_name',''),(74980,5595,'last_name',''),(74981,5595,'description',''),(74982,5595,'rich_editing','true'),(74983,5595,'syntax_highlighting','true'),(74984,5595,'comment_shortcuts','false'),(74985,5595,'admin_color','fresh'),(74986,5595,'use_ssl','0'),(74987,5595,'show_admin_bar_front','true'),(74988,5595,'locale',''),(74989,5595,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(74990,5595,'wp_user_level','0'),(74991,5595,'default_password_nag','1'),(74992,5596,'nickname','siovan2001'),(74993,5596,'first_name',''),(74994,5596,'last_name',''),(74995,5596,'description',''),(74996,5596,'rich_editing','true'),(74997,5596,'syntax_highlighting','true'),(74998,5596,'comment_shortcuts','false'),(74999,5596,'admin_color','fresh'),(75000,5596,'use_ssl','0'),(75001,5596,'show_admin_bar_front','true'),(75002,5596,'locale',''),(75003,5596,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75004,5596,'wp_user_level','0'),(75005,5596,'default_password_nag','1'),(75006,5597,'nickname','mark.martin1981'),(75007,5597,'first_name',''),(75008,5597,'last_name',''),(75009,5597,'description',''),(75010,5597,'rich_editing','true'),(75011,5597,'syntax_highlighting','true'),(75012,5597,'comment_shortcuts','false'),(75013,5597,'admin_color','fresh'),(75014,5597,'use_ssl','0'),(75015,5597,'show_admin_bar_front','true'),(75016,5597,'locale',''),(75017,5597,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75018,5597,'wp_user_level','0'),(75019,5597,'default_password_nag','1'),(75020,5598,'nickname','salier1998'),(75021,5598,'first_name',''),(75022,5598,'last_name',''),(75023,5598,'description',''),(75024,5598,'rich_editing','true'),(75025,5598,'syntax_highlighting','true'),(75026,5598,'comment_shortcuts','false'),(75027,5598,'admin_color','fresh'),(75028,5598,'use_ssl','0'),(75029,5598,'show_admin_bar_front','true'),(75030,5598,'locale',''),(75031,5598,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75032,5598,'wp_user_level','0'),(75033,5598,'default_password_nag','1'),(75034,5599,'nickname','vkondi35601996'),(75035,5599,'first_name',''),(75036,5599,'last_name',''),(75037,5599,'description',''),(75038,5599,'rich_editing','true'),(75039,5599,'syntax_highlighting','true'),(75040,5599,'comment_shortcuts','false'),(75041,5599,'admin_color','fresh'),(75042,5599,'use_ssl','0'),(75043,5599,'show_admin_bar_front','true'),(75044,5599,'locale',''),(75045,5599,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75046,5599,'wp_user_level','0'),(75047,5599,'default_password_nag','1'),(75048,5600,'nickname','keith_holmes1996'),(75049,5600,'first_name',''),(75050,5600,'last_name',''),(75051,5600,'description',''),(75052,5600,'rich_editing','true'),(75053,5600,'syntax_highlighting','true'),(75054,5600,'comment_shortcuts','false'),(75055,5600,'admin_color','fresh'),(75056,5600,'use_ssl','0'),(75057,5600,'show_admin_bar_front','true'),(75058,5600,'locale',''),(75059,5600,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75060,5600,'wp_user_level','0'),(75061,5600,'default_password_nag','1'),(75062,5601,'nickname','sultanmalik1952'),(75063,5601,'first_name',''),(75064,5601,'last_name',''),(75065,5601,'description',''),(75066,5601,'rich_editing','true'),(75067,5601,'syntax_highlighting','true'),(75068,5601,'comment_shortcuts','false'),(75069,5601,'admin_color','fresh'),(75070,5601,'use_ssl','0'),(75071,5601,'show_admin_bar_front','true'),(75072,5601,'locale',''),(75073,5601,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75074,5601,'wp_user_level','0'),(75075,5601,'default_password_nag','1'),(75076,5602,'nickname','tricia2003'),(75077,5602,'first_name',''),(75078,5602,'last_name',''),(75079,5602,'description',''),(75080,5602,'rich_editing','true'),(75081,5602,'syntax_highlighting','true'),(75082,5602,'comment_shortcuts','false'),(75083,5602,'admin_color','fresh'),(75084,5602,'use_ssl','0'),(75085,5602,'show_admin_bar_front','true'),(75086,5602,'locale',''),(75087,5602,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75088,5602,'wp_user_level','0'),(75089,5602,'default_password_nag','1'),(75090,5603,'nickname','charles.chapman1964'),(75091,5603,'first_name',''),(75092,5603,'last_name',''),(75093,5603,'description',''),(75094,5603,'rich_editing','true'),(75095,5603,'syntax_highlighting','true'),(75096,5603,'comment_shortcuts','false'),(75097,5603,'admin_color','fresh'),(75098,5603,'use_ssl','0'),(75099,5603,'show_admin_bar_front','true'),(75100,5603,'locale',''),(75101,5603,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75102,5603,'wp_user_level','0'),(75103,5603,'default_password_nag','1'),(75104,5604,'nickname','ferrande2007'),(75105,5604,'first_name',''),(75106,5604,'last_name',''),(75107,5604,'description',''),(75108,5604,'rich_editing','true'),(75109,5604,'syntax_highlighting','true'),(75110,5604,'comment_shortcuts','false'),(75111,5604,'admin_color','fresh'),(75112,5604,'use_ssl','0'),(75113,5604,'show_admin_bar_front','true'),(75114,5604,'locale',''),(75115,5604,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75116,5604,'wp_user_level','0'),(75117,5604,'default_password_nag','1'),(75118,5605,'nickname','orthotc2007'),(75119,5605,'first_name',''),(75120,5605,'last_name',''),(75121,5605,'description',''),(75122,5605,'rich_editing','true'),(75123,5605,'syntax_highlighting','true'),(75124,5605,'comment_shortcuts','false'),(75125,5605,'admin_color','fresh'),(75126,5605,'use_ssl','0'),(75127,5605,'show_admin_bar_front','true'),(75128,5605,'locale',''),(75129,5605,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75130,5605,'wp_user_level','0'),(75131,5605,'default_password_nag','1'),(75132,5606,'nickname','ashandro1951'),(75133,5606,'first_name',''),(75134,5606,'last_name',''),(75135,5606,'description',''),(75136,5606,'rich_editing','true'),(75137,5606,'syntax_highlighting','true'),(75138,5606,'comment_shortcuts','false'),(75139,5606,'admin_color','fresh'),(75140,5606,'use_ssl','0'),(75141,5606,'show_admin_bar_front','true'),(75142,5606,'locale',''),(75143,5606,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75144,5606,'wp_user_level','0'),(75145,5606,'default_password_nag','1'),(75146,5607,'nickname','centsible1950'),(75147,5607,'first_name',''),(75148,5607,'last_name',''),(75149,5607,'description',''),(75150,5607,'rich_editing','true'),(75151,5607,'syntax_highlighting','true'),(75152,5607,'comment_shortcuts','false'),(75153,5607,'admin_color','fresh'),(75154,5607,'use_ssl','0'),(75155,5607,'show_admin_bar_front','true'),(75156,5607,'locale',''),(75157,5607,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75158,5607,'wp_user_level','0'),(75159,5607,'default_password_nag','1'),(75160,5608,'nickname','tburke1954'),(75161,5608,'first_name',''),(75162,5608,'last_name',''),(75163,5608,'description',''),(75164,5608,'rich_editing','true'),(75165,5608,'syntax_highlighting','true'),(75166,5608,'comment_shortcuts','false'),(75167,5608,'admin_color','fresh'),(75168,5608,'use_ssl','0'),(75169,5608,'show_admin_bar_front','true'),(75170,5608,'locale',''),(75171,5608,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75172,5608,'wp_user_level','0'),(75173,5608,'default_password_nag','1'),(75174,5609,'nickname','mrangel751988'),(75175,5609,'first_name',''),(75176,5609,'last_name',''),(75177,5609,'description',''),(75178,5609,'rich_editing','true'),(75179,5609,'syntax_highlighting','true'),(75180,5609,'comment_shortcuts','false'),(75181,5609,'admin_color','fresh'),(75182,5609,'use_ssl','0'),(75183,5609,'show_admin_bar_front','true'),(75184,5609,'locale',''),(75185,5609,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75186,5609,'wp_user_level','0'),(75187,5609,'default_password_nag','1'),(75188,5610,'nickname','marissa.calderon11961'),(75189,5610,'first_name',''),(75190,5610,'last_name',''),(75191,5610,'description',''),(75192,5610,'rich_editing','true'),(75193,5610,'syntax_highlighting','true'),(75194,5610,'comment_shortcuts','false'),(75195,5610,'admin_color','fresh'),(75196,5610,'use_ssl','0'),(75197,5610,'show_admin_bar_front','true'),(75198,5610,'locale',''),(75199,5610,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75200,5610,'wp_user_level','0'),(75201,5610,'default_password_nag','1'),(75202,5611,'nickname','david.laciak1977'),(75203,5611,'first_name',''),(75204,5611,'last_name',''),(75205,5611,'description',''),(75206,5611,'rich_editing','true'),(75207,5611,'syntax_highlighting','true'),(75208,5611,'comment_shortcuts','false'),(75209,5611,'admin_color','fresh'),(75210,5611,'use_ssl','0'),(75211,5611,'show_admin_bar_front','true'),(75212,5611,'locale',''),(75213,5611,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75214,5611,'wp_user_level','0'),(75215,5611,'default_password_nag','1'),(75216,5612,'nickname','willie.hull1956'),(75217,5612,'first_name',''),(75218,5612,'last_name',''),(75219,5612,'description',''),(75220,5612,'rich_editing','true'),(75221,5612,'syntax_highlighting','true'),(75222,5612,'comment_shortcuts','false'),(75223,5612,'admin_color','fresh'),(75224,5612,'use_ssl','0'),(75225,5612,'show_admin_bar_front','true'),(75226,5612,'locale',''),(75227,5612,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75228,5612,'wp_user_level','0'),(75229,5612,'default_password_nag','1'),(75230,5613,'nickname','aowens62005'),(75231,5613,'first_name',''),(75232,5613,'last_name',''),(75233,5613,'description',''),(75234,5613,'rich_editing','true'),(75235,5613,'syntax_highlighting','true'),(75236,5613,'comment_shortcuts','false'),(75237,5613,'admin_color','fresh'),(75238,5613,'use_ssl','0'),(75239,5613,'show_admin_bar_front','true'),(75240,5613,'locale',''),(75241,5613,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75242,5613,'wp_user_level','0'),(75243,5613,'default_password_nag','1'),(75244,5614,'nickname','srh09131956'),(75245,5614,'first_name',''),(75246,5614,'last_name',''),(75247,5614,'description',''),(75248,5614,'rich_editing','true'),(75249,5614,'syntax_highlighting','true'),(75250,5614,'comment_shortcuts','false'),(75251,5614,'admin_color','fresh'),(75252,5614,'use_ssl','0'),(75253,5614,'show_admin_bar_front','true'),(75254,5614,'locale',''),(75255,5614,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75256,5614,'wp_user_level','0'),(75257,5614,'default_password_nag','1'),(75258,5615,'nickname','ahmed.malik1979'),(75259,5615,'first_name',''),(75260,5615,'last_name',''),(75261,5615,'description',''),(75262,5615,'rich_editing','true'),(75263,5615,'syntax_highlighting','true'),(75264,5615,'comment_shortcuts','false'),(75265,5615,'admin_color','fresh'),(75266,5615,'use_ssl','0'),(75267,5615,'show_admin_bar_front','true'),(75268,5615,'locale',''),(75269,5615,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75270,5615,'wp_user_level','0'),(75271,5615,'default_password_nag','1'),(75272,5616,'nickname','mike.dudas1970'),(75273,5616,'first_name',''),(75274,5616,'last_name',''),(75275,5616,'description',''),(75276,5616,'rich_editing','true'),(75277,5616,'syntax_highlighting','true'),(75278,5616,'comment_shortcuts','false'),(75279,5616,'admin_color','fresh'),(75280,5616,'use_ssl','0'),(75281,5616,'show_admin_bar_front','true'),(75282,5616,'locale',''),(75283,5616,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75284,5616,'wp_user_level','0'),(75285,5616,'default_password_nag','1'),(75286,5617,'nickname','garrismassey1981'),(75287,5617,'first_name',''),(75288,5617,'last_name',''),(75289,5617,'description',''),(75290,5617,'rich_editing','true'),(75291,5617,'syntax_highlighting','true'),(75292,5617,'comment_shortcuts','false'),(75293,5617,'admin_color','fresh'),(75294,5617,'use_ssl','0'),(75295,5617,'show_admin_bar_front','true'),(75296,5617,'locale',''),(75297,5617,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75298,5617,'wp_user_level','0'),(75299,5617,'default_password_nag','1'),(75300,5618,'nickname','pu5hpa1964'),(75301,5618,'first_name',''),(75302,5618,'last_name',''),(75303,5618,'description',''),(75304,5618,'rich_editing','true'),(75305,5618,'syntax_highlighting','true'),(75306,5618,'comment_shortcuts','false'),(75307,5618,'admin_color','fresh'),(75308,5618,'use_ssl','0'),(75309,5618,'show_admin_bar_front','true'),(75310,5618,'locale',''),(75311,5618,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75312,5618,'wp_user_level','0'),(75313,5618,'default_password_nag','1'),(75314,5619,'nickname','wmontas1959'),(75315,5619,'first_name',''),(75316,5619,'last_name',''),(75317,5619,'description',''),(75318,5619,'rich_editing','true'),(75319,5619,'syntax_highlighting','true'),(75320,5619,'comment_shortcuts','false'),(75321,5619,'admin_color','fresh'),(75322,5619,'use_ssl','0'),(75323,5619,'show_admin_bar_front','true'),(75324,5619,'locale',''),(75325,5619,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75326,5619,'wp_user_level','0'),(75327,5619,'default_password_nag','1'),(75328,5620,'nickname','micahsarahlee232001'),(75329,5620,'first_name',''),(75330,5620,'last_name',''),(75331,5620,'description',''),(75332,5620,'rich_editing','true'),(75333,5620,'syntax_highlighting','true'),(75334,5620,'comment_shortcuts','false'),(75335,5620,'admin_color','fresh'),(75336,5620,'use_ssl','0'),(75337,5620,'show_admin_bar_front','true'),(75338,5620,'locale',''),(75339,5620,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75340,5620,'wp_user_level','0'),(75341,5620,'default_password_nag','1'),(75342,5621,'nickname','marcomonarca311970'),(75343,5621,'first_name',''),(75344,5621,'last_name',''),(75345,5621,'description',''),(75346,5621,'rich_editing','true'),(75347,5621,'syntax_highlighting','true'),(75348,5621,'comment_shortcuts','false'),(75349,5621,'admin_color','fresh'),(75350,5621,'use_ssl','0'),(75351,5621,'show_admin_bar_front','true'),(75352,5621,'locale',''),(75353,5621,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75354,5621,'wp_user_level','0'),(75355,5621,'default_password_nag','1'),(75356,5622,'nickname','stephane.giansanti1973'),(75357,5622,'first_name',''),(75358,5622,'last_name',''),(75359,5622,'description',''),(75360,5622,'rich_editing','true'),(75361,5622,'syntax_highlighting','true'),(75362,5622,'comment_shortcuts','false'),(75363,5622,'admin_color','fresh'),(75364,5622,'use_ssl','0'),(75365,5622,'show_admin_bar_front','true'),(75366,5622,'locale',''),(75367,5622,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75368,5622,'wp_user_level','0'),(75369,5622,'default_password_nag','1'),(75370,5623,'nickname','info1984'),(75371,5623,'first_name',''),(75372,5623,'last_name',''),(75373,5623,'description',''),(75374,5623,'rich_editing','true'),(75375,5623,'syntax_highlighting','true'),(75376,5623,'comment_shortcuts','false'),(75377,5623,'admin_color','fresh'),(75378,5623,'use_ssl','0'),(75379,5623,'show_admin_bar_front','true'),(75380,5623,'locale',''),(75381,5623,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75382,5623,'wp_user_level','0'),(75383,5623,'default_password_nag','1'),(75384,5624,'nickname','symonstaylor1961'),(75385,5624,'first_name',''),(75386,5624,'last_name',''),(75387,5624,'description',''),(75388,5624,'rich_editing','true'),(75389,5624,'syntax_highlighting','true'),(75390,5624,'comment_shortcuts','false'),(75391,5624,'admin_color','fresh'),(75392,5624,'use_ssl','0'),(75393,5624,'show_admin_bar_front','true'),(75394,5624,'locale',''),(75395,5624,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75396,5624,'wp_user_level','0'),(75397,5624,'default_password_nag','1'),(75398,5625,'nickname','mwiersma1961'),(75399,5625,'first_name',''),(75400,5625,'last_name',''),(75401,5625,'description',''),(75402,5625,'rich_editing','true'),(75403,5625,'syntax_highlighting','true'),(75404,5625,'comment_shortcuts','false'),(75405,5625,'admin_color','fresh'),(75406,5625,'use_ssl','0'),(75407,5625,'show_admin_bar_front','true'),(75408,5625,'locale',''),(75409,5625,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75410,5625,'wp_user_level','0'),(75411,5625,'default_password_nag','1'),(75412,5626,'nickname','dlinson1976'),(75413,5626,'first_name',''),(75414,5626,'last_name',''),(75415,5626,'description',''),(75416,5626,'rich_editing','true'),(75417,5626,'syntax_highlighting','true'),(75418,5626,'comment_shortcuts','false'),(75419,5626,'admin_color','fresh'),(75420,5626,'use_ssl','0'),(75421,5626,'show_admin_bar_front','true'),(75422,5626,'locale',''),(75423,5626,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75424,5626,'wp_user_level','0'),(75425,5626,'default_password_nag','1'),(75426,5627,'nickname','zachdf11989'),(75427,5627,'first_name',''),(75428,5627,'last_name',''),(75429,5627,'description',''),(75430,5627,'rich_editing','true'),(75431,5627,'syntax_highlighting','true'),(75432,5627,'comment_shortcuts','false'),(75433,5627,'admin_color','fresh'),(75434,5627,'use_ssl','0'),(75435,5627,'show_admin_bar_front','true'),(75436,5627,'locale',''),(75437,5627,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75438,5627,'wp_user_level','0'),(75439,5627,'default_password_nag','1'),(75440,5628,'nickname','geraldbrooks1977'),(75441,5628,'first_name',''),(75442,5628,'last_name',''),(75443,5628,'description',''),(75444,5628,'rich_editing','true'),(75445,5628,'syntax_highlighting','true'),(75446,5628,'comment_shortcuts','false'),(75447,5628,'admin_color','fresh'),(75448,5628,'use_ssl','0'),(75449,5628,'show_admin_bar_front','true'),(75450,5628,'locale',''),(75451,5628,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75452,5628,'wp_user_level','0'),(75453,5628,'default_password_nag','1'),(75454,5629,'nickname','libbysmith20091960'),(75455,5629,'first_name',''),(75456,5629,'last_name',''),(75457,5629,'description',''),(75458,5629,'rich_editing','true'),(75459,5629,'syntax_highlighting','true'),(75460,5629,'comment_shortcuts','false'),(75461,5629,'admin_color','fresh'),(75462,5629,'use_ssl','0'),(75463,5629,'show_admin_bar_front','true'),(75464,5629,'locale',''),(75465,5629,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75466,5629,'wp_user_level','0'),(75467,5629,'default_password_nag','1'),(75468,5630,'nickname','kdeininger41971'),(75469,5630,'first_name',''),(75470,5630,'last_name',''),(75471,5630,'description',''),(75472,5630,'rich_editing','true'),(75473,5630,'syntax_highlighting','true'),(75474,5630,'comment_shortcuts','false'),(75475,5630,'admin_color','fresh'),(75476,5630,'use_ssl','0'),(75477,5630,'show_admin_bar_front','true'),(75478,5630,'locale',''),(75479,5630,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75480,5630,'wp_user_level','0'),(75481,5630,'default_password_nag','1'),(75482,5631,'nickname','zymetheuy1995'),(75483,5631,'first_name',''),(75484,5631,'last_name',''),(75485,5631,'description',''),(75486,5631,'rich_editing','true'),(75487,5631,'syntax_highlighting','true'),(75488,5631,'comment_shortcuts','false'),(75489,5631,'admin_color','fresh'),(75490,5631,'use_ssl','0'),(75491,5631,'show_admin_bar_front','true'),(75492,5631,'locale',''),(75493,5631,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75494,5631,'wp_user_level','0'),(75495,5631,'default_password_nag','1'),(75496,5632,'nickname','jessbatsche1974'),(75497,5632,'first_name',''),(75498,5632,'last_name',''),(75499,5632,'description',''),(75500,5632,'rich_editing','true'),(75501,5632,'syntax_highlighting','true'),(75502,5632,'comment_shortcuts','false'),(75503,5632,'admin_color','fresh'),(75504,5632,'use_ssl','0'),(75505,5632,'show_admin_bar_front','true'),(75506,5632,'locale',''),(75507,5632,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75508,5632,'wp_user_level','0'),(75509,5632,'default_password_nag','1'),(75510,5633,'nickname','jeffreynolds41121951'),(75511,5633,'first_name',''),(75512,5633,'last_name',''),(75513,5633,'description',''),(75514,5633,'rich_editing','true'),(75515,5633,'syntax_highlighting','true'),(75516,5633,'comment_shortcuts','false'),(75517,5633,'admin_color','fresh'),(75518,5633,'use_ssl','0'),(75519,5633,'show_admin_bar_front','true'),(75520,5633,'locale',''),(75521,5633,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75522,5633,'wp_user_level','0'),(75523,5633,'default_password_nag','1'),(75524,5634,'nickname','abarron1959'),(75525,5634,'first_name',''),(75526,5634,'last_name',''),(75527,5634,'description',''),(75528,5634,'rich_editing','true'),(75529,5634,'syntax_highlighting','true'),(75530,5634,'comment_shortcuts','false'),(75531,5634,'admin_color','fresh'),(75532,5634,'use_ssl','0'),(75533,5634,'show_admin_bar_front','true'),(75534,5634,'locale',''),(75535,5634,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75536,5634,'wp_user_level','0'),(75537,5634,'default_password_nag','1'),(75538,5635,'nickname','cloudka1978'),(75539,5635,'first_name',''),(75540,5635,'last_name',''),(75541,5635,'description',''),(75542,5635,'rich_editing','true'),(75543,5635,'syntax_highlighting','true'),(75544,5635,'comment_shortcuts','false'),(75545,5635,'admin_color','fresh'),(75546,5635,'use_ssl','0'),(75547,5635,'show_admin_bar_front','true'),(75548,5635,'locale',''),(75549,5635,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75550,5635,'wp_user_level','0'),(75551,5635,'default_password_nag','1'),(75552,5636,'nickname','g.haase.olbersdorf2010'),(75553,5636,'first_name',''),(75554,5636,'last_name',''),(75555,5636,'description',''),(75556,5636,'rich_editing','true'),(75557,5636,'syntax_highlighting','true'),(75558,5636,'comment_shortcuts','false'),(75559,5636,'admin_color','fresh'),(75560,5636,'use_ssl','0'),(75561,5636,'show_admin_bar_front','true'),(75562,5636,'locale',''),(75563,5636,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75564,5636,'wp_user_level','0'),(75565,5636,'default_password_nag','1'),(75566,5637,'nickname','kellybcrowley1961'),(75567,5637,'first_name',''),(75568,5637,'last_name',''),(75569,5637,'description',''),(75570,5637,'rich_editing','true'),(75571,5637,'syntax_highlighting','true'),(75572,5637,'comment_shortcuts','false'),(75573,5637,'admin_color','fresh'),(75574,5637,'use_ssl','0'),(75575,5637,'show_admin_bar_front','true'),(75576,5637,'locale',''),(75577,5637,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75578,5637,'wp_user_level','0'),(75579,5637,'default_password_nag','1'),(75580,5638,'nickname','karenmartinez7021951'),(75581,5638,'first_name',''),(75582,5638,'last_name',''),(75583,5638,'description',''),(75584,5638,'rich_editing','true'),(75585,5638,'syntax_highlighting','true'),(75586,5638,'comment_shortcuts','false'),(75587,5638,'admin_color','fresh'),(75588,5638,'use_ssl','0'),(75589,5638,'show_admin_bar_front','true'),(75590,5638,'locale',''),(75591,5638,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75592,5638,'wp_user_level','0'),(75593,5638,'default_password_nag','1'),(75594,5639,'nickname','vupiphi1992'),(75595,5639,'first_name',''),(75596,5639,'last_name',''),(75597,5639,'description',''),(75598,5639,'rich_editing','true'),(75599,5639,'syntax_highlighting','true'),(75600,5639,'comment_shortcuts','false'),(75601,5639,'admin_color','fresh'),(75602,5639,'use_ssl','0'),(75603,5639,'show_admin_bar_front','true'),(75604,5639,'locale',''),(75605,5639,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75606,5639,'wp_user_level','0'),(75607,5639,'default_password_nag','1'),(75608,5640,'nickname','vc1962'),(75609,5640,'first_name',''),(75610,5640,'last_name',''),(75611,5640,'description',''),(75612,5640,'rich_editing','true'),(75613,5640,'syntax_highlighting','true'),(75614,5640,'comment_shortcuts','false'),(75615,5640,'admin_color','fresh'),(75616,5640,'use_ssl','0'),(75617,5640,'show_admin_bar_front','true'),(75618,5640,'locale',''),(75619,5640,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75620,5640,'wp_user_level','0'),(75621,5640,'default_password_nag','1'),(75622,5641,'nickname','generationsautobilling1962'),(75623,5641,'first_name',''),(75624,5641,'last_name',''),(75625,5641,'description',''),(75626,5641,'rich_editing','true'),(75627,5641,'syntax_highlighting','true'),(75628,5641,'comment_shortcuts','false'),(75629,5641,'admin_color','fresh'),(75630,5641,'use_ssl','0'),(75631,5641,'show_admin_bar_front','true'),(75632,5641,'locale',''),(75633,5641,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75634,5641,'wp_user_level','0'),(75635,5641,'default_password_nag','1'),(75636,5642,'nickname','emilyoungblom1966'),(75637,5642,'first_name',''),(75638,5642,'last_name',''),(75639,5642,'description',''),(75640,5642,'rich_editing','true'),(75641,5642,'syntax_highlighting','true'),(75642,5642,'comment_shortcuts','false'),(75643,5642,'admin_color','fresh'),(75644,5642,'use_ssl','0'),(75645,5642,'show_admin_bar_front','true'),(75646,5642,'locale',''),(75647,5642,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75648,5642,'wp_user_level','0'),(75649,5642,'default_password_nag','1'),(75650,5643,'nickname','cummingsianw1962'),(75651,5643,'first_name',''),(75652,5643,'last_name',''),(75653,5643,'description',''),(75654,5643,'rich_editing','true'),(75655,5643,'syntax_highlighting','true'),(75656,5643,'comment_shortcuts','false'),(75657,5643,'admin_color','fresh'),(75658,5643,'use_ssl','0'),(75659,5643,'show_admin_bar_front','true'),(75660,5643,'locale',''),(75661,5643,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75662,5643,'wp_user_level','0'),(75663,5643,'default_password_nag','1'),(75664,5644,'nickname','rcrich1231983'),(75665,5644,'first_name',''),(75666,5644,'last_name',''),(75667,5644,'description',''),(75668,5644,'rich_editing','true'),(75669,5644,'syntax_highlighting','true'),(75670,5644,'comment_shortcuts','false'),(75671,5644,'admin_color','fresh'),(75672,5644,'use_ssl','0'),(75673,5644,'show_admin_bar_front','true'),(75674,5644,'locale',''),(75675,5644,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75676,5644,'wp_user_level','0'),(75677,5644,'default_password_nag','1'),(75678,5645,'nickname','jessfinkle1976'),(75679,5645,'first_name',''),(75680,5645,'last_name',''),(75681,5645,'description',''),(75682,5645,'rich_editing','true'),(75683,5645,'syntax_highlighting','true'),(75684,5645,'comment_shortcuts','false'),(75685,5645,'admin_color','fresh'),(75686,5645,'use_ssl','0'),(75687,5645,'show_admin_bar_front','true'),(75688,5645,'locale',''),(75689,5645,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75690,5645,'wp_user_level','0'),(75691,5645,'default_password_nag','1'),(75692,5646,'nickname','sarahmarietownsend1984'),(75693,5646,'first_name',''),(75694,5646,'last_name',''),(75695,5646,'description',''),(75696,5646,'rich_editing','true'),(75697,5646,'syntax_highlighting','true'),(75698,5646,'comment_shortcuts','false'),(75699,5646,'admin_color','fresh'),(75700,5646,'use_ssl','0'),(75701,5646,'show_admin_bar_front','true'),(75702,5646,'locale',''),(75703,5646,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75704,5646,'wp_user_level','0'),(75705,5646,'default_password_nag','1'),(75706,5647,'nickname','qlol4ever1952'),(75707,5647,'first_name',''),(75708,5647,'last_name',''),(75709,5647,'description',''),(75710,5647,'rich_editing','true'),(75711,5647,'syntax_highlighting','true'),(75712,5647,'comment_shortcuts','false'),(75713,5647,'admin_color','fresh'),(75714,5647,'use_ssl','0'),(75715,5647,'show_admin_bar_front','true'),(75716,5647,'locale',''),(75717,5647,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75718,5647,'wp_user_level','0'),(75719,5647,'default_password_nag','1'),(75720,5648,'nickname','jennawilleatyou1957'),(75721,5648,'first_name',''),(75722,5648,'last_name',''),(75723,5648,'description',''),(75724,5648,'rich_editing','true'),(75725,5648,'syntax_highlighting','true'),(75726,5648,'comment_shortcuts','false'),(75727,5648,'admin_color','fresh'),(75728,5648,'use_ssl','0'),(75729,5648,'show_admin_bar_front','true'),(75730,5648,'locale',''),(75731,5648,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75732,5648,'wp_user_level','0'),(75733,5648,'default_password_nag','1'),(75734,5649,'nickname','khlovelace1960'),(75735,5649,'first_name',''),(75736,5649,'last_name',''),(75737,5649,'description',''),(75738,5649,'rich_editing','true'),(75739,5649,'syntax_highlighting','true'),(75740,5649,'comment_shortcuts','false'),(75741,5649,'admin_color','fresh'),(75742,5649,'use_ssl','0'),(75743,5649,'show_admin_bar_front','true'),(75744,5649,'locale',''),(75745,5649,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75746,5649,'wp_user_level','0'),(75747,5649,'default_password_nag','1'),(75748,5650,'nickname','shin1999'),(75749,5650,'first_name',''),(75750,5650,'last_name',''),(75751,5650,'description',''),(75752,5650,'rich_editing','true'),(75753,5650,'syntax_highlighting','true'),(75754,5650,'comment_shortcuts','false'),(75755,5650,'admin_color','fresh'),(75756,5650,'use_ssl','0'),(75757,5650,'show_admin_bar_front','true'),(75758,5650,'locale',''),(75759,5650,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75760,5650,'wp_user_level','0'),(75761,5650,'default_password_nag','1'),(75762,5651,'nickname','andyneathway2000'),(75763,5651,'first_name',''),(75764,5651,'last_name',''),(75765,5651,'description',''),(75766,5651,'rich_editing','true'),(75767,5651,'syntax_highlighting','true'),(75768,5651,'comment_shortcuts','false'),(75769,5651,'admin_color','fresh'),(75770,5651,'use_ssl','0'),(75771,5651,'show_admin_bar_front','true'),(75772,5651,'locale',''),(75773,5651,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75774,5651,'wp_user_level','0'),(75775,5651,'default_password_nag','1'),(75776,5652,'nickname','snappleblonde1971'),(75777,5652,'first_name',''),(75778,5652,'last_name',''),(75779,5652,'description',''),(75780,5652,'rich_editing','true'),(75781,5652,'syntax_highlighting','true'),(75782,5652,'comment_shortcuts','false'),(75783,5652,'admin_color','fresh'),(75784,5652,'use_ssl','0'),(75785,5652,'show_admin_bar_front','true'),(75786,5652,'locale',''),(75787,5652,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75788,5652,'wp_user_level','0'),(75789,5652,'default_password_nag','1'),(75790,5653,'nickname','utsavi181996'),(75791,5653,'first_name',''),(75792,5653,'last_name',''),(75793,5653,'description',''),(75794,5653,'rich_editing','true'),(75795,5653,'syntax_highlighting','true'),(75796,5653,'comment_shortcuts','false'),(75797,5653,'admin_color','fresh'),(75798,5653,'use_ssl','0'),(75799,5653,'show_admin_bar_front','true'),(75800,5653,'locale',''),(75801,5653,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75802,5653,'wp_user_level','0'),(75803,5653,'default_password_nag','1'),(75804,5654,'nickname','fenitaloving1988'),(75805,5654,'first_name',''),(75806,5654,'last_name',''),(75807,5654,'description',''),(75808,5654,'rich_editing','true'),(75809,5654,'syntax_highlighting','true'),(75810,5654,'comment_shortcuts','false'),(75811,5654,'admin_color','fresh'),(75812,5654,'use_ssl','0'),(75813,5654,'show_admin_bar_front','true'),(75814,5654,'locale',''),(75815,5654,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75816,5654,'wp_user_level','0'),(75817,5654,'default_password_nag','1'),(75818,5655,'nickname','jackey.zellweger2004'),(75819,5655,'first_name',''),(75820,5655,'last_name',''),(75821,5655,'description',''),(75822,5655,'rich_editing','true'),(75823,5655,'syntax_highlighting','true'),(75824,5655,'comment_shortcuts','false'),(75825,5655,'admin_color','fresh'),(75826,5655,'use_ssl','0'),(75827,5655,'show_admin_bar_front','true'),(75828,5655,'locale',''),(75829,5655,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75830,5655,'wp_user_level','0'),(75831,5655,'default_password_nag','1'),(75832,5656,'nickname','liz1984'),(75833,5656,'first_name',''),(75834,5656,'last_name',''),(75835,5656,'description',''),(75836,5656,'rich_editing','true'),(75837,5656,'syntax_highlighting','true'),(75838,5656,'comment_shortcuts','false'),(75839,5656,'admin_color','fresh'),(75840,5656,'use_ssl','0'),(75841,5656,'show_admin_bar_front','true'),(75842,5656,'locale',''),(75843,5656,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75844,5656,'wp_user_level','0'),(75845,5656,'default_password_nag','1'),(75846,5657,'nickname','ryan21462003'),(75847,5657,'first_name',''),(75848,5657,'last_name',''),(75849,5657,'description',''),(75850,5657,'rich_editing','true'),(75851,5657,'syntax_highlighting','true'),(75852,5657,'comment_shortcuts','false'),(75853,5657,'admin_color','fresh'),(75854,5657,'use_ssl','0'),(75855,5657,'show_admin_bar_front','true'),(75856,5657,'locale',''),(75857,5657,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75858,5657,'wp_user_level','0'),(75859,5657,'default_password_nag','1'),(75860,5658,'nickname','franktomlinsdad2000'),(75861,5658,'first_name',''),(75862,5658,'last_name',''),(75863,5658,'description',''),(75864,5658,'rich_editing','true'),(75865,5658,'syntax_highlighting','true'),(75866,5658,'comment_shortcuts','false'),(75867,5658,'admin_color','fresh'),(75868,5658,'use_ssl','0'),(75869,5658,'show_admin_bar_front','true'),(75870,5658,'locale',''),(75871,5658,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75872,5658,'wp_user_level','0'),(75873,5658,'default_password_nag','1'),(75874,5659,'nickname','quincyvroom1961'),(75875,5659,'first_name',''),(75876,5659,'last_name',''),(75877,5659,'description',''),(75878,5659,'rich_editing','true'),(75879,5659,'syntax_highlighting','true'),(75880,5659,'comment_shortcuts','false'),(75881,5659,'admin_color','fresh'),(75882,5659,'use_ssl','0'),(75883,5659,'show_admin_bar_front','true'),(75884,5659,'locale',''),(75885,5659,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75886,5659,'wp_user_level','0'),(75887,5659,'default_password_nag','1'),(75888,5660,'nickname','clarathenurse1954'),(75889,5660,'first_name',''),(75890,5660,'last_name',''),(75891,5660,'description',''),(75892,5660,'rich_editing','true'),(75893,5660,'syntax_highlighting','true'),(75894,5660,'comment_shortcuts','false'),(75895,5660,'admin_color','fresh'),(75896,5660,'use_ssl','0'),(75897,5660,'show_admin_bar_front','true'),(75898,5660,'locale',''),(75899,5660,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75900,5660,'wp_user_level','0'),(75901,5660,'default_password_nag','1'),(75902,5661,'nickname','tracypoole671989'),(75903,5661,'first_name',''),(75904,5661,'last_name',''),(75905,5661,'description',''),(75906,5661,'rich_editing','true'),(75907,5661,'syntax_highlighting','true'),(75908,5661,'comment_shortcuts','false'),(75909,5661,'admin_color','fresh'),(75910,5661,'use_ssl','0'),(75911,5661,'show_admin_bar_front','true'),(75912,5661,'locale',''),(75913,5661,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75914,5661,'wp_user_level','0'),(75915,5661,'default_password_nag','1'),(75916,5662,'nickname','mille-bball2007'),(75917,5662,'first_name',''),(75918,5662,'last_name',''),(75919,5662,'description',''),(75920,5662,'rich_editing','true'),(75921,5662,'syntax_highlighting','true'),(75922,5662,'comment_shortcuts','false'),(75923,5662,'admin_color','fresh'),(75924,5662,'use_ssl','0'),(75925,5662,'show_admin_bar_front','true'),(75926,5662,'locale',''),(75927,5662,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75928,5662,'wp_user_level','0'),(75929,5662,'default_password_nag','1'),(75930,5663,'nickname','mkrejci1961'),(75931,5663,'first_name',''),(75932,5663,'last_name',''),(75933,5663,'description',''),(75934,5663,'rich_editing','true'),(75935,5663,'syntax_highlighting','true'),(75936,5663,'comment_shortcuts','false'),(75937,5663,'admin_color','fresh'),(75938,5663,'use_ssl','0'),(75939,5663,'show_admin_bar_front','true'),(75940,5663,'locale',''),(75941,5663,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75942,5663,'wp_user_level','0'),(75943,5663,'default_password_nag','1'),(75958,5664,'nickname','btenn121969'),(75959,5664,'first_name',''),(75960,5664,'last_name',''),(75961,5664,'description',''),(75962,5664,'rich_editing','true'),(75963,5664,'syntax_highlighting','true'),(75964,5664,'comment_shortcuts','false'),(75965,5664,'admin_color','fresh'),(75966,5664,'use_ssl','0'),(75967,5664,'show_admin_bar_front','true'),(75968,5664,'locale',''),(75969,5664,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75970,5664,'wp_user_level','0'),(75971,5664,'default_password_nag','1'),(75976,5665,'nickname','meghna_m2003'),(75977,5665,'first_name',''),(75978,5665,'last_name',''),(75979,5665,'description',''),(75980,5665,'rich_editing','true'),(75981,5665,'syntax_highlighting','true'),(75982,5665,'comment_shortcuts','false'),(75983,5665,'admin_color','fresh'),(75984,5665,'use_ssl','0'),(75985,5665,'show_admin_bar_front','true'),(75986,5665,'locale',''),(75987,5665,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(75988,5665,'wp_user_level','0'),(75989,5665,'default_password_nag','1'),(75992,5666,'nickname','sfurtick1988'),(75993,5666,'first_name',''),(75994,5666,'last_name',''),(75995,5666,'description',''),(75996,5666,'rich_editing','true'),(75997,5666,'syntax_highlighting','true'),(75998,5666,'comment_shortcuts','false'),(75999,5666,'admin_color','fresh'),(76000,5666,'use_ssl','0'),(76001,5666,'show_admin_bar_front','true'),(76002,5666,'locale',''),(76003,5666,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76004,5666,'wp_user_level','0'),(76005,5666,'default_password_nag','1'),(76006,5667,'nickname','allsmileslauren151981'),(76007,5667,'first_name',''),(76008,5667,'last_name',''),(76009,5667,'description',''),(76010,5667,'rich_editing','true'),(76011,5667,'syntax_highlighting','true'),(76012,5667,'comment_shortcuts','false'),(76013,5667,'admin_color','fresh'),(76014,5667,'use_ssl','0'),(76015,5667,'show_admin_bar_front','true'),(76016,5667,'locale',''),(76017,5667,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76018,5667,'wp_user_level','0'),(76019,5667,'default_password_nag','1'),(76020,5668,'nickname','kilanjohnson1995'),(76021,5668,'first_name',''),(76022,5668,'last_name',''),(76023,5668,'description',''),(76024,5668,'rich_editing','true'),(76025,5668,'syntax_highlighting','true'),(76026,5668,'comment_shortcuts','false'),(76027,5668,'admin_color','fresh'),(76028,5668,'use_ssl','0'),(76029,5668,'show_admin_bar_front','true'),(76030,5668,'locale',''),(76031,5668,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76032,5668,'wp_user_level','0'),(76033,5668,'default_password_nag','1'),(76034,5669,'nickname','shadhiggins4sheriff1959'),(76035,5669,'first_name',''),(76036,5669,'last_name',''),(76037,5669,'description',''),(76038,5669,'rich_editing','true'),(76039,5669,'syntax_highlighting','true'),(76040,5669,'comment_shortcuts','false'),(76041,5669,'admin_color','fresh'),(76042,5669,'use_ssl','0'),(76043,5669,'show_admin_bar_front','true'),(76044,5669,'locale',''),(76045,5669,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76046,5669,'wp_user_level','0'),(76047,5669,'default_password_nag','1'),(76048,5670,'nickname','brian1965'),(76049,5670,'first_name',''),(76050,5670,'last_name',''),(76051,5670,'description',''),(76052,5670,'rich_editing','true'),(76053,5670,'syntax_highlighting','true'),(76054,5670,'comment_shortcuts','false'),(76055,5670,'admin_color','fresh'),(76056,5670,'use_ssl','0'),(76057,5670,'show_admin_bar_front','true'),(76058,5670,'locale',''),(76059,5670,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76060,5670,'wp_user_level','0'),(76061,5670,'default_password_nag','1'),(76062,5671,'nickname','mueller.kelly871951'),(76063,5671,'first_name',''),(76064,5671,'last_name',''),(76065,5671,'description',''),(76066,5671,'rich_editing','true'),(76067,5671,'syntax_highlighting','true'),(76068,5671,'comment_shortcuts','false'),(76069,5671,'admin_color','fresh'),(76070,5671,'use_ssl','0'),(76071,5671,'show_admin_bar_front','true'),(76072,5671,'locale',''),(76073,5671,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76074,5671,'wp_user_level','0'),(76075,5671,'default_password_nag','1'),(76076,5672,'nickname','meggleston1985'),(76077,5672,'first_name',''),(76078,5672,'last_name',''),(76079,5672,'description',''),(76080,5672,'rich_editing','true'),(76081,5672,'syntax_highlighting','true'),(76082,5672,'comment_shortcuts','false'),(76083,5672,'admin_color','fresh'),(76084,5672,'use_ssl','0'),(76085,5672,'show_admin_bar_front','true'),(76086,5672,'locale',''),(76087,5672,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76088,5672,'wp_user_level','0'),(76089,5672,'default_password_nag','1'),(76090,5673,'nickname','shaqsaddler1951'),(76091,5673,'first_name',''),(76092,5673,'last_name',''),(76093,5673,'description',''),(76094,5673,'rich_editing','true'),(76095,5673,'syntax_highlighting','true'),(76096,5673,'comment_shortcuts','false'),(76097,5673,'admin_color','fresh'),(76098,5673,'use_ssl','0'),(76099,5673,'show_admin_bar_front','true'),(76100,5673,'locale',''),(76101,5673,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76102,5673,'wp_user_level','0'),(76103,5673,'default_password_nag','1'),(76104,5674,'nickname','phansen1956'),(76105,5674,'first_name',''),(76106,5674,'last_name',''),(76107,5674,'description',''),(76108,5674,'rich_editing','true'),(76109,5674,'syntax_highlighting','true'),(76110,5674,'comment_shortcuts','false'),(76111,5674,'admin_color','fresh'),(76112,5674,'use_ssl','0'),(76113,5674,'show_admin_bar_front','true'),(76114,5674,'locale',''),(76115,5674,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76116,5674,'wp_user_level','0'),(76117,5674,'default_password_nag','1'),(76118,5675,'nickname','spzwest1964'),(76119,5675,'first_name',''),(76120,5675,'last_name',''),(76121,5675,'description',''),(76122,5675,'rich_editing','true'),(76123,5675,'syntax_highlighting','true'),(76124,5675,'comment_shortcuts','false'),(76125,5675,'admin_color','fresh'),(76126,5675,'use_ssl','0'),(76127,5675,'show_admin_bar_front','true'),(76128,5675,'locale',''),(76129,5675,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76130,5675,'wp_user_level','0'),(76131,5675,'default_password_nag','1'),(76132,5676,'nickname','terriabsher1998'),(76133,5676,'first_name',''),(76134,5676,'last_name',''),(76135,5676,'description',''),(76136,5676,'rich_editing','true'),(76137,5676,'syntax_highlighting','true'),(76138,5676,'comment_shortcuts','false'),(76139,5676,'admin_color','fresh'),(76140,5676,'use_ssl','0'),(76141,5676,'show_admin_bar_front','true'),(76142,5676,'locale',''),(76143,5676,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76144,5676,'wp_user_level','0'),(76145,5676,'default_password_nag','1'),(76146,5677,'nickname','kpicou1952'),(76147,5677,'first_name',''),(76148,5677,'last_name',''),(76149,5677,'description',''),(76150,5677,'rich_editing','true'),(76151,5677,'syntax_highlighting','true'),(76152,5677,'comment_shortcuts','false'),(76153,5677,'admin_color','fresh'),(76154,5677,'use_ssl','0'),(76155,5677,'show_admin_bar_front','true'),(76156,5677,'locale',''),(76157,5677,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76158,5677,'wp_user_level','0'),(76159,5677,'default_password_nag','1'),(76160,5678,'nickname','t_broner1987'),(76161,5678,'first_name',''),(76162,5678,'last_name',''),(76163,5678,'description',''),(76164,5678,'rich_editing','true'),(76165,5678,'syntax_highlighting','true'),(76166,5678,'comment_shortcuts','false'),(76167,5678,'admin_color','fresh'),(76168,5678,'use_ssl','0'),(76169,5678,'show_admin_bar_front','true'),(76170,5678,'locale',''),(76171,5678,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76172,5678,'wp_user_level','0'),(76173,5678,'default_password_nag','1'),(76174,5679,'nickname','tessa.pauwels1975'),(76175,5679,'first_name',''),(76176,5679,'last_name',''),(76177,5679,'description',''),(76178,5679,'rich_editing','true'),(76179,5679,'syntax_highlighting','true'),(76180,5679,'comment_shortcuts','false'),(76181,5679,'admin_color','fresh'),(76182,5679,'use_ssl','0'),(76183,5679,'show_admin_bar_front','true'),(76184,5679,'locale',''),(76185,5679,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76186,5679,'wp_user_level','0'),(76187,5679,'default_password_nag','1'),(76188,5680,'nickname','hj7527.61988'),(76189,5680,'first_name',''),(76190,5680,'last_name',''),(76191,5680,'description',''),(76192,5680,'rich_editing','true'),(76193,5680,'syntax_highlighting','true'),(76194,5680,'comment_shortcuts','false'),(76195,5680,'admin_color','fresh'),(76196,5680,'use_ssl','0'),(76197,5680,'show_admin_bar_front','true'),(76198,5680,'locale',''),(76199,5680,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76200,5680,'wp_user_level','0'),(76201,5680,'default_password_nag','1'),(76202,5681,'nickname','bbalis1958'),(76203,5681,'first_name',''),(76204,5681,'last_name',''),(76205,5681,'description',''),(76206,5681,'rich_editing','true'),(76207,5681,'syntax_highlighting','true'),(76208,5681,'comment_shortcuts','false'),(76209,5681,'admin_color','fresh'),(76210,5681,'use_ssl','0'),(76211,5681,'show_admin_bar_front','true'),(76212,5681,'locale',''),(76213,5681,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76214,5681,'wp_user_level','0'),(76215,5681,'default_password_nag','1'),(76216,5682,'nickname','farohmo4122001'),(76217,5682,'first_name',''),(76218,5682,'last_name',''),(76219,5682,'description',''),(76220,5682,'rich_editing','true'),(76221,5682,'syntax_highlighting','true'),(76222,5682,'comment_shortcuts','false'),(76223,5682,'admin_color','fresh'),(76224,5682,'use_ssl','0'),(76225,5682,'show_admin_bar_front','true'),(76226,5682,'locale',''),(76227,5682,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76228,5682,'wp_user_level','0'),(76229,5682,'default_password_nag','1'),(76230,5683,'nickname','lewisbower8601970'),(76231,5683,'first_name',''),(76232,5683,'last_name',''),(76233,5683,'description',''),(76234,5683,'rich_editing','true'),(76235,5683,'syntax_highlighting','true'),(76236,5683,'comment_shortcuts','false'),(76237,5683,'admin_color','fresh'),(76238,5683,'use_ssl','0'),(76239,5683,'show_admin_bar_front','true'),(76240,5683,'locale',''),(76241,5683,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76242,5683,'wp_user_level','0'),(76243,5683,'default_password_nag','1'),(76244,5684,'nickname','sales1955'),(76245,5684,'first_name',''),(76246,5684,'last_name',''),(76247,5684,'description',''),(76248,5684,'rich_editing','true'),(76249,5684,'syntax_highlighting','true'),(76250,5684,'comment_shortcuts','false'),(76251,5684,'admin_color','fresh'),(76252,5684,'use_ssl','0'),(76253,5684,'show_admin_bar_front','true'),(76254,5684,'locale',''),(76255,5684,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76256,5684,'wp_user_level','0'),(76257,5684,'default_password_nag','1'),(76258,5685,'nickname','brouwlandcompany1971'),(76259,5685,'first_name',''),(76260,5685,'last_name',''),(76261,5685,'description',''),(76262,5685,'rich_editing','true'),(76263,5685,'syntax_highlighting','true'),(76264,5685,'comment_shortcuts','false'),(76265,5685,'admin_color','fresh'),(76266,5685,'use_ssl','0'),(76267,5685,'show_admin_bar_front','true'),(76268,5685,'locale',''),(76269,5685,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76270,5685,'wp_user_level','0'),(76271,5685,'default_password_nag','1'),(76272,5686,'nickname','gunjannc2001'),(76273,5686,'first_name',''),(76274,5686,'last_name',''),(76275,5686,'description',''),(76276,5686,'rich_editing','true'),(76277,5686,'syntax_highlighting','true'),(76278,5686,'comment_shortcuts','false'),(76279,5686,'admin_color','fresh'),(76280,5686,'use_ssl','0'),(76281,5686,'show_admin_bar_front','true'),(76282,5686,'locale',''),(76283,5686,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76284,5686,'wp_user_level','0'),(76285,5686,'default_password_nag','1'),(76286,5687,'nickname','ricky32331975'),(76287,5687,'first_name',''),(76288,5687,'last_name',''),(76289,5687,'description',''),(76290,5687,'rich_editing','true'),(76291,5687,'syntax_highlighting','true'),(76292,5687,'comment_shortcuts','false'),(76293,5687,'admin_color','fresh'),(76294,5687,'use_ssl','0'),(76295,5687,'show_admin_bar_front','true'),(76296,5687,'locale',''),(76297,5687,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76298,5687,'wp_user_level','0'),(76299,5687,'default_password_nag','1'),(76300,5688,'nickname','mellissajkerr241957'),(76301,5688,'first_name',''),(76302,5688,'last_name',''),(76303,5688,'description',''),(76304,5688,'rich_editing','true'),(76305,5688,'syntax_highlighting','true'),(76306,5688,'comment_shortcuts','false'),(76307,5688,'admin_color','fresh'),(76308,5688,'use_ssl','0'),(76309,5688,'show_admin_bar_front','true'),(76310,5688,'locale',''),(76311,5688,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76312,5688,'wp_user_level','0'),(76313,5688,'default_password_nag','1'),(76314,5689,'nickname','debruynshawn1958'),(76315,5689,'first_name',''),(76316,5689,'last_name',''),(76317,5689,'description',''),(76318,5689,'rich_editing','true'),(76319,5689,'syntax_highlighting','true'),(76320,5689,'comment_shortcuts','false'),(76321,5689,'admin_color','fresh'),(76322,5689,'use_ssl','0'),(76323,5689,'show_admin_bar_front','true'),(76324,5689,'locale',''),(76325,5689,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76326,5689,'wp_user_level','0'),(76327,5689,'default_password_nag','1'),(76328,5690,'nickname','info1995'),(76329,5690,'first_name',''),(76330,5690,'last_name',''),(76331,5690,'description',''),(76332,5690,'rich_editing','true'),(76333,5690,'syntax_highlighting','true'),(76334,5690,'comment_shortcuts','false'),(76335,5690,'admin_color','fresh'),(76336,5690,'use_ssl','0'),(76337,5690,'show_admin_bar_front','true'),(76338,5690,'locale',''),(76339,5690,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76340,5690,'wp_user_level','0'),(76341,5690,'default_password_nag','1'),(76342,5691,'nickname','simonyeargin9641980'),(76343,5691,'first_name',''),(76344,5691,'last_name',''),(76345,5691,'description',''),(76346,5691,'rich_editing','true'),(76347,5691,'syntax_highlighting','true'),(76348,5691,'comment_shortcuts','false'),(76349,5691,'admin_color','fresh'),(76350,5691,'use_ssl','0'),(76351,5691,'show_admin_bar_front','true'),(76352,5691,'locale',''),(76353,5691,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76354,5691,'wp_user_level','0'),(76355,5691,'default_password_nag','1'),(76356,5692,'nickname','joyrhoads112003'),(76357,5692,'first_name',''),(76358,5692,'last_name',''),(76359,5692,'description',''),(76360,5692,'rich_editing','true'),(76361,5692,'syntax_highlighting','true'),(76362,5692,'comment_shortcuts','false'),(76363,5692,'admin_color','fresh'),(76364,5692,'use_ssl','0'),(76365,5692,'show_admin_bar_front','true'),(76366,5692,'locale',''),(76367,5692,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76368,5692,'wp_user_level','0'),(76369,5692,'default_password_nag','1'),(76370,5693,'nickname','stephaniebonnet211970'),(76371,5693,'first_name',''),(76372,5693,'last_name',''),(76373,5693,'description',''),(76374,5693,'rich_editing','true'),(76375,5693,'syntax_highlighting','true'),(76376,5693,'comment_shortcuts','false'),(76377,5693,'admin_color','fresh'),(76378,5693,'use_ssl','0'),(76379,5693,'show_admin_bar_front','true'),(76380,5693,'locale',''),(76381,5693,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76382,5693,'wp_user_level','0'),(76383,5693,'default_password_nag','1'),(76384,5694,'nickname','rochellemcmanus1962'),(76385,5694,'first_name',''),(76386,5694,'last_name',''),(76387,5694,'description',''),(76388,5694,'rich_editing','true'),(76389,5694,'syntax_highlighting','true'),(76390,5694,'comment_shortcuts','false'),(76391,5694,'admin_color','fresh'),(76392,5694,'use_ssl','0'),(76393,5694,'show_admin_bar_front','true'),(76394,5694,'locale',''),(76395,5694,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76396,5694,'wp_user_level','0'),(76397,5694,'default_password_nag','1'),(76398,5695,'nickname','rubyfish3121991'),(76399,5695,'first_name',''),(76400,5695,'last_name',''),(76401,5695,'description',''),(76402,5695,'rich_editing','true'),(76403,5695,'syntax_highlighting','true'),(76404,5695,'comment_shortcuts','false'),(76405,5695,'admin_color','fresh'),(76406,5695,'use_ssl','0'),(76407,5695,'show_admin_bar_front','true'),(76408,5695,'locale',''),(76409,5695,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76410,5695,'wp_user_level','0'),(76411,5695,'default_password_nag','1'),(76412,5696,'nickname','icknayvon1987'),(76413,5696,'first_name',''),(76414,5696,'last_name',''),(76415,5696,'description',''),(76416,5696,'rich_editing','true'),(76417,5696,'syntax_highlighting','true'),(76418,5696,'comment_shortcuts','false'),(76419,5696,'admin_color','fresh'),(76420,5696,'use_ssl','0'),(76421,5696,'show_admin_bar_front','true'),(76422,5696,'locale',''),(76423,5696,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76424,5696,'wp_user_level','0'),(76425,5696,'default_password_nag','1'),(76426,5697,'nickname','maggie5102020011999'),(76427,5697,'first_name',''),(76428,5697,'last_name',''),(76429,5697,'description',''),(76430,5697,'rich_editing','true'),(76431,5697,'syntax_highlighting','true'),(76432,5697,'comment_shortcuts','false'),(76433,5697,'admin_color','fresh'),(76434,5697,'use_ssl','0'),(76435,5697,'show_admin_bar_front','true'),(76436,5697,'locale',''),(76437,5697,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76438,5697,'wp_user_level','0'),(76439,5697,'default_password_nag','1'),(76440,5698,'nickname','april1950'),(76441,5698,'first_name',''),(76442,5698,'last_name',''),(76443,5698,'description',''),(76444,5698,'rich_editing','true'),(76445,5698,'syntax_highlighting','true'),(76446,5698,'comment_shortcuts','false'),(76447,5698,'admin_color','fresh'),(76448,5698,'use_ssl','0'),(76449,5698,'show_admin_bar_front','true'),(76450,5698,'locale',''),(76451,5698,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76452,5698,'wp_user_level','0'),(76453,5698,'default_password_nag','1'),(76454,5699,'nickname','dqbean7201950'),(76455,5699,'first_name',''),(76456,5699,'last_name',''),(76457,5699,'description',''),(76458,5699,'rich_editing','true'),(76459,5699,'syntax_highlighting','true'),(76460,5699,'comment_shortcuts','false'),(76461,5699,'admin_color','fresh'),(76462,5699,'use_ssl','0'),(76463,5699,'show_admin_bar_front','true'),(76464,5699,'locale',''),(76465,5699,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76466,5699,'wp_user_level','0'),(76467,5699,'default_password_nag','1'),(76468,5700,'nickname','mirandavdean1955'),(76469,5700,'first_name',''),(76470,5700,'last_name',''),(76471,5700,'description',''),(76472,5700,'rich_editing','true'),(76473,5700,'syntax_highlighting','true'),(76474,5700,'comment_shortcuts','false'),(76475,5700,'admin_color','fresh'),(76476,5700,'use_ssl','0'),(76477,5700,'show_admin_bar_front','true'),(76478,5700,'locale',''),(76479,5700,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76480,5700,'wp_user_level','0'),(76481,5700,'default_password_nag','1'),(76482,5701,'nickname','villa23552008'),(76483,5701,'first_name',''),(76484,5701,'last_name',''),(76485,5701,'description',''),(76486,5701,'rich_editing','true'),(76487,5701,'syntax_highlighting','true'),(76488,5701,'comment_shortcuts','false'),(76489,5701,'admin_color','fresh'),(76490,5701,'use_ssl','0'),(76491,5701,'show_admin_bar_front','true'),(76492,5701,'locale',''),(76493,5701,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76494,5701,'wp_user_level','0'),(76495,5701,'default_password_nag','1'),(76496,5702,'nickname','maryholder252010'),(76497,5702,'first_name',''),(76498,5702,'last_name',''),(76499,5702,'description',''),(76500,5702,'rich_editing','true'),(76501,5702,'syntax_highlighting','true'),(76502,5702,'comment_shortcuts','false'),(76503,5702,'admin_color','fresh'),(76504,5702,'use_ssl','0'),(76505,5702,'show_admin_bar_front','true'),(76506,5702,'locale',''),(76507,5702,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76508,5702,'wp_user_level','0'),(76509,5702,'default_password_nag','1'),(76510,5703,'nickname','diana1997'),(76511,5703,'first_name',''),(76512,5703,'last_name',''),(76513,5703,'description',''),(76514,5703,'rich_editing','true'),(76515,5703,'syntax_highlighting','true'),(76516,5703,'comment_shortcuts','false'),(76517,5703,'admin_color','fresh'),(76518,5703,'use_ssl','0'),(76519,5703,'show_admin_bar_front','true'),(76520,5703,'locale',''),(76521,5703,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76522,5703,'wp_user_level','0'),(76523,5703,'default_password_nag','1'),(76524,5704,'nickname','jgreen1953'),(76525,5704,'first_name',''),(76526,5704,'last_name',''),(76527,5704,'description',''),(76528,5704,'rich_editing','true'),(76529,5704,'syntax_highlighting','true'),(76530,5704,'comment_shortcuts','false'),(76531,5704,'admin_color','fresh'),(76532,5704,'use_ssl','0'),(76533,5704,'show_admin_bar_front','true'),(76534,5704,'locale',''),(76535,5704,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76536,5704,'wp_user_level','0'),(76537,5704,'default_password_nag','1'),(76538,5705,'nickname','gregorycburke1976'),(76539,5705,'first_name',''),(76540,5705,'last_name',''),(76541,5705,'description',''),(76542,5705,'rich_editing','true'),(76543,5705,'syntax_highlighting','true'),(76544,5705,'comment_shortcuts','false'),(76545,5705,'admin_color','fresh'),(76546,5705,'use_ssl','0'),(76547,5705,'show_admin_bar_front','true'),(76548,5705,'locale',''),(76549,5705,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76550,5705,'wp_user_level','0'),(76551,5705,'default_password_nag','1'),(76552,5706,'nickname','alter41969'),(76553,5706,'first_name',''),(76554,5706,'last_name',''),(76555,5706,'description',''),(76556,5706,'rich_editing','true'),(76557,5706,'syntax_highlighting','true'),(76558,5706,'comment_shortcuts','false'),(76559,5706,'admin_color','fresh'),(76560,5706,'use_ssl','0'),(76561,5706,'show_admin_bar_front','true'),(76562,5706,'locale',''),(76563,5706,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76564,5706,'wp_user_level','0'),(76565,5706,'default_password_nag','1'),(76566,5707,'nickname','mrpedrolee1954'),(76567,5707,'first_name',''),(76568,5707,'last_name',''),(76569,5707,'description',''),(76570,5707,'rich_editing','true'),(76571,5707,'syntax_highlighting','true'),(76572,5707,'comment_shortcuts','false'),(76573,5707,'admin_color','fresh'),(76574,5707,'use_ssl','0'),(76575,5707,'show_admin_bar_front','true'),(76576,5707,'locale',''),(76577,5707,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76578,5707,'wp_user_level','0'),(76579,5707,'default_password_nag','1'),(76580,5708,'nickname','teresa.simplot2001'),(76581,5708,'first_name',''),(76582,5708,'last_name',''),(76583,5708,'description',''),(76584,5708,'rich_editing','true'),(76585,5708,'syntax_highlighting','true'),(76586,5708,'comment_shortcuts','false'),(76587,5708,'admin_color','fresh'),(76588,5708,'use_ssl','0'),(76589,5708,'show_admin_bar_front','true'),(76590,5708,'locale',''),(76591,5708,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76592,5708,'wp_user_level','0'),(76593,5708,'default_password_nag','1'),(76594,5709,'nickname','encinasmike401991'),(76595,5709,'first_name',''),(76596,5709,'last_name',''),(76597,5709,'description',''),(76598,5709,'rich_editing','true'),(76599,5709,'syntax_highlighting','true'),(76600,5709,'comment_shortcuts','false'),(76601,5709,'admin_color','fresh'),(76602,5709,'use_ssl','0'),(76603,5709,'show_admin_bar_front','true'),(76604,5709,'locale',''),(76605,5709,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76606,5709,'wp_user_level','0'),(76607,5709,'default_password_nag','1'),(76608,5710,'nickname','michael.navon2007'),(76609,5710,'first_name',''),(76610,5710,'last_name',''),(76611,5710,'description',''),(76612,5710,'rich_editing','true'),(76613,5710,'syntax_highlighting','true'),(76614,5710,'comment_shortcuts','false'),(76615,5710,'admin_color','fresh'),(76616,5710,'use_ssl','0'),(76617,5710,'show_admin_bar_front','true'),(76618,5710,'locale',''),(76619,5710,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76620,5710,'wp_user_level','0'),(76621,5710,'default_password_nag','1'),(76622,5711,'nickname','arampers41952'),(76623,5711,'first_name',''),(76624,5711,'last_name',''),(76625,5711,'description',''),(76626,5711,'rich_editing','true'),(76627,5711,'syntax_highlighting','true'),(76628,5711,'comment_shortcuts','false'),(76629,5711,'admin_color','fresh'),(76630,5711,'use_ssl','0'),(76631,5711,'show_admin_bar_front','true'),(76632,5711,'locale',''),(76633,5711,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76634,5711,'wp_user_level','0'),(76635,5711,'default_password_nag','1'),(76636,5712,'nickname','jrmorrow20112006'),(76637,5712,'first_name',''),(76638,5712,'last_name',''),(76639,5712,'description',''),(76640,5712,'rich_editing','true'),(76641,5712,'syntax_highlighting','true'),(76642,5712,'comment_shortcuts','false'),(76643,5712,'admin_color','fresh'),(76644,5712,'use_ssl','0'),(76645,5712,'show_admin_bar_front','true'),(76646,5712,'locale',''),(76647,5712,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76648,5712,'wp_user_level','0'),(76649,5712,'default_password_nag','1'),(76650,5713,'nickname','d.froland1985'),(76651,5713,'first_name',''),(76652,5713,'last_name',''),(76653,5713,'description',''),(76654,5713,'rich_editing','true'),(76655,5713,'syntax_highlighting','true'),(76656,5713,'comment_shortcuts','false'),(76657,5713,'admin_color','fresh'),(76658,5713,'use_ssl','0'),(76659,5713,'show_admin_bar_front','true'),(76660,5713,'locale',''),(76661,5713,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76662,5713,'wp_user_level','0'),(76663,5713,'default_password_nag','1'),(76664,5714,'nickname','theblondetulip1958'),(76665,5714,'first_name',''),(76666,5714,'last_name',''),(76667,5714,'description',''),(76668,5714,'rich_editing','true'),(76669,5714,'syntax_highlighting','true'),(76670,5714,'comment_shortcuts','false'),(76671,5714,'admin_color','fresh'),(76672,5714,'use_ssl','0'),(76673,5714,'show_admin_bar_front','true'),(76674,5714,'locale',''),(76675,5714,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76676,5714,'wp_user_level','0'),(76677,5714,'default_password_nag','1'),(76678,5715,'nickname','deborah.witte1960'),(76679,5715,'first_name',''),(76680,5715,'last_name',''),(76681,5715,'description',''),(76682,5715,'rich_editing','true'),(76683,5715,'syntax_highlighting','true'),(76684,5715,'comment_shortcuts','false'),(76685,5715,'admin_color','fresh'),(76686,5715,'use_ssl','0'),(76687,5715,'show_admin_bar_front','true'),(76688,5715,'locale',''),(76689,5715,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76690,5715,'wp_user_level','0'),(76691,5715,'default_password_nag','1'),(76692,5716,'nickname','wsgalla1991'),(76693,5716,'first_name',''),(76694,5716,'last_name',''),(76695,5716,'description',''),(76696,5716,'rich_editing','true'),(76697,5716,'syntax_highlighting','true'),(76698,5716,'comment_shortcuts','false'),(76699,5716,'admin_color','fresh'),(76700,5716,'use_ssl','0'),(76701,5716,'show_admin_bar_front','true'),(76702,5716,'locale',''),(76703,5716,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76704,5716,'wp_user_level','0'),(76705,5716,'default_password_nag','1'),(76706,5717,'nickname','marycielo-6041963'),(76707,5717,'first_name',''),(76708,5717,'last_name',''),(76709,5717,'description',''),(76710,5717,'rich_editing','true'),(76711,5717,'syntax_highlighting','true'),(76712,5717,'comment_shortcuts','false'),(76713,5717,'admin_color','fresh'),(76714,5717,'use_ssl','0'),(76715,5717,'show_admin_bar_front','true'),(76716,5717,'locale',''),(76717,5717,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76718,5717,'wp_user_level','0'),(76719,5717,'default_password_nag','1'),(76720,5718,'nickname','merlin14011984'),(76721,5718,'first_name',''),(76722,5718,'last_name',''),(76723,5718,'description',''),(76724,5718,'rich_editing','true'),(76725,5718,'syntax_highlighting','true'),(76726,5718,'comment_shortcuts','false'),(76727,5718,'admin_color','fresh'),(76728,5718,'use_ssl','0'),(76729,5718,'show_admin_bar_front','true'),(76730,5718,'locale',''),(76731,5718,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76732,5718,'wp_user_level','0'),(76733,5718,'default_password_nag','1'),(76734,5719,'nickname','austin1977'),(76735,5719,'first_name',''),(76736,5719,'last_name',''),(76737,5719,'description',''),(76738,5719,'rich_editing','true'),(76739,5719,'syntax_highlighting','true'),(76740,5719,'comment_shortcuts','false'),(76741,5719,'admin_color','fresh'),(76742,5719,'use_ssl','0'),(76743,5719,'show_admin_bar_front','true'),(76744,5719,'locale',''),(76745,5719,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76746,5719,'wp_user_level','0'),(76747,5719,'default_password_nag','1'),(76748,5720,'nickname','d.burkeen1967'),(76749,5720,'first_name',''),(76750,5720,'last_name',''),(76751,5720,'description',''),(76752,5720,'rich_editing','true'),(76753,5720,'syntax_highlighting','true'),(76754,5720,'comment_shortcuts','false'),(76755,5720,'admin_color','fresh'),(76756,5720,'use_ssl','0'),(76757,5720,'show_admin_bar_front','true'),(76758,5720,'locale',''),(76759,5720,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76760,5720,'wp_user_level','0'),(76761,5720,'default_password_nag','1'),(76762,5721,'nickname','michalrosina1992'),(76763,5721,'first_name',''),(76764,5721,'last_name',''),(76765,5721,'description',''),(76766,5721,'rich_editing','true'),(76767,5721,'syntax_highlighting','true'),(76768,5721,'comment_shortcuts','false'),(76769,5721,'admin_color','fresh'),(76770,5721,'use_ssl','0'),(76771,5721,'show_admin_bar_front','true'),(76772,5721,'locale',''),(76773,5721,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76774,5721,'wp_user_level','0'),(76775,5721,'default_password_nag','1'),(76776,5722,'nickname','roam1986'),(76777,5722,'first_name',''),(76778,5722,'last_name',''),(76779,5722,'description',''),(76780,5722,'rich_editing','true'),(76781,5722,'syntax_highlighting','true'),(76782,5722,'comment_shortcuts','false'),(76783,5722,'admin_color','fresh'),(76784,5722,'use_ssl','0'),(76785,5722,'show_admin_bar_front','true'),(76786,5722,'locale',''),(76787,5722,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76788,5722,'wp_user_level','0'),(76789,5722,'default_password_nag','1'),(76790,5723,'nickname','mvpineiro2008'),(76791,5723,'first_name',''),(76792,5723,'last_name',''),(76793,5723,'description',''),(76794,5723,'rich_editing','true'),(76795,5723,'syntax_highlighting','true'),(76796,5723,'comment_shortcuts','false'),(76797,5723,'admin_color','fresh'),(76798,5723,'use_ssl','0'),(76799,5723,'show_admin_bar_front','true'),(76800,5723,'locale',''),(76801,5723,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76802,5723,'wp_user_level','0'),(76803,5723,'default_password_nag','1'),(76804,5724,'nickname','dsss661968'),(76805,5724,'first_name',''),(76806,5724,'last_name',''),(76807,5724,'description',''),(76808,5724,'rich_editing','true'),(76809,5724,'syntax_highlighting','true'),(76810,5724,'comment_shortcuts','false'),(76811,5724,'admin_color','fresh'),(76812,5724,'use_ssl','0'),(76813,5724,'show_admin_bar_front','true'),(76814,5724,'locale',''),(76815,5724,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76816,5724,'wp_user_level','0'),(76817,5724,'default_password_nag','1'),(76818,5725,'nickname','peter.simmons1962'),(76819,5725,'first_name',''),(76820,5725,'last_name',''),(76821,5725,'description',''),(76822,5725,'rich_editing','true'),(76823,5725,'syntax_highlighting','true'),(76824,5725,'comment_shortcuts','false'),(76825,5725,'admin_color','fresh'),(76826,5725,'use_ssl','0'),(76827,5725,'show_admin_bar_front','true'),(76828,5725,'locale',''),(76829,5725,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76830,5725,'wp_user_level','0'),(76831,5725,'default_password_nag','1'),(76832,5726,'nickname','flachpetra1982'),(76833,5726,'first_name',''),(76834,5726,'last_name',''),(76835,5726,'description',''),(76836,5726,'rich_editing','true'),(76837,5726,'syntax_highlighting','true'),(76838,5726,'comment_shortcuts','false'),(76839,5726,'admin_color','fresh'),(76840,5726,'use_ssl','0'),(76841,5726,'show_admin_bar_front','true'),(76842,5726,'locale',''),(76843,5726,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76844,5726,'wp_user_level','0'),(76845,5726,'default_password_nag','1'),(76846,5727,'nickname','bapplegate1962'),(76847,5727,'first_name',''),(76848,5727,'last_name',''),(76849,5727,'description',''),(76850,5727,'rich_editing','true'),(76851,5727,'syntax_highlighting','true'),(76852,5727,'comment_shortcuts','false'),(76853,5727,'admin_color','fresh'),(76854,5727,'use_ssl','0'),(76855,5727,'show_admin_bar_front','true'),(76856,5727,'locale',''),(76857,5727,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76858,5727,'wp_user_level','0'),(76859,5727,'default_password_nag','1'),(76860,5728,'nickname','ludvik.czital1958'),(76861,5728,'first_name',''),(76862,5728,'last_name',''),(76863,5728,'description',''),(76864,5728,'rich_editing','true'),(76865,5728,'syntax_highlighting','true'),(76866,5728,'comment_shortcuts','false'),(76867,5728,'admin_color','fresh'),(76868,5728,'use_ssl','0'),(76869,5728,'show_admin_bar_front','true'),(76870,5728,'locale',''),(76871,5728,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76872,5728,'wp_user_level','0'),(76873,5728,'default_password_nag','1'),(76874,5729,'nickname','robertosaez1995'),(76875,5729,'first_name',''),(76876,5729,'last_name',''),(76877,5729,'description',''),(76878,5729,'rich_editing','true'),(76879,5729,'syntax_highlighting','true'),(76880,5729,'comment_shortcuts','false'),(76881,5729,'admin_color','fresh'),(76882,5729,'use_ssl','0'),(76883,5729,'show_admin_bar_front','true'),(76884,5729,'locale',''),(76885,5729,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76886,5729,'wp_user_level','0'),(76887,5729,'default_password_nag','1'),(76888,5730,'nickname','pcannings1998'),(76889,5730,'first_name',''),(76890,5730,'last_name',''),(76891,5730,'description','');
INSERT INTO `wp_usermeta` VALUES (76892,5730,'rich_editing','true'),(76893,5730,'syntax_highlighting','true'),(76894,5730,'comment_shortcuts','false'),(76895,5730,'admin_color','fresh'),(76896,5730,'use_ssl','0'),(76897,5730,'show_admin_bar_front','true'),(76898,5730,'locale',''),(76899,5730,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76900,5730,'wp_user_level','0'),(76901,5730,'default_password_nag','1'),(76902,5731,'nickname','claudia.scualum1981'),(76903,5731,'first_name',''),(76904,5731,'last_name',''),(76905,5731,'description',''),(76906,5731,'rich_editing','true'),(76907,5731,'syntax_highlighting','true'),(76908,5731,'comment_shortcuts','false'),(76909,5731,'admin_color','fresh'),(76910,5731,'use_ssl','0'),(76911,5731,'show_admin_bar_front','true'),(76912,5731,'locale',''),(76913,5731,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76914,5731,'wp_user_level','0'),(76915,5731,'default_password_nag','1'),(76916,5732,'nickname','borleyms1979'),(76917,5732,'first_name',''),(76918,5732,'last_name',''),(76919,5732,'description',''),(76920,5732,'rich_editing','true'),(76921,5732,'syntax_highlighting','true'),(76922,5732,'comment_shortcuts','false'),(76923,5732,'admin_color','fresh'),(76924,5732,'use_ssl','0'),(76925,5732,'show_admin_bar_front','true'),(76926,5732,'locale',''),(76927,5732,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76928,5732,'wp_user_level','0'),(76929,5732,'default_password_nag','1'),(76930,5733,'nickname','stevemezz1991'),(76931,5733,'first_name',''),(76932,5733,'last_name',''),(76933,5733,'description',''),(76934,5733,'rich_editing','true'),(76935,5733,'syntax_highlighting','true'),(76936,5733,'comment_shortcuts','false'),(76937,5733,'admin_color','fresh'),(76938,5733,'use_ssl','0'),(76939,5733,'show_admin_bar_front','true'),(76940,5733,'locale',''),(76941,5733,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76942,5733,'wp_user_level','0'),(76943,5733,'default_password_nag','1'),(76944,5734,'nickname','sigrid1999'),(76945,5734,'first_name',''),(76946,5734,'last_name',''),(76947,5734,'description',''),(76948,5734,'rich_editing','true'),(76949,5734,'syntax_highlighting','true'),(76950,5734,'comment_shortcuts','false'),(76951,5734,'admin_color','fresh'),(76952,5734,'use_ssl','0'),(76953,5734,'show_admin_bar_front','true'),(76954,5734,'locale',''),(76955,5734,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76956,5734,'wp_user_level','0'),(76957,5734,'default_password_nag','1'),(76958,5735,'nickname','804computers1966'),(76959,5735,'first_name',''),(76960,5735,'last_name',''),(76961,5735,'description',''),(76962,5735,'rich_editing','true'),(76963,5735,'syntax_highlighting','true'),(76964,5735,'comment_shortcuts','false'),(76965,5735,'admin_color','fresh'),(76966,5735,'use_ssl','0'),(76967,5735,'show_admin_bar_front','true'),(76968,5735,'locale',''),(76969,5735,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76970,5735,'wp_user_level','0'),(76971,5735,'default_password_nag','1'),(76972,5736,'nickname','phd2016171975'),(76973,5736,'first_name',''),(76974,5736,'last_name',''),(76975,5736,'description',''),(76976,5736,'rich_editing','true'),(76977,5736,'syntax_highlighting','true'),(76978,5736,'comment_shortcuts','false'),(76979,5736,'admin_color','fresh'),(76980,5736,'use_ssl','0'),(76981,5736,'show_admin_bar_front','true'),(76982,5736,'locale',''),(76983,5736,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76984,5736,'wp_user_level','0'),(76985,5736,'default_password_nag','1'),(76986,5737,'nickname','kwhatcher1970'),(76987,5737,'first_name',''),(76988,5737,'last_name',''),(76989,5737,'description',''),(76990,5737,'rich_editing','true'),(76991,5737,'syntax_highlighting','true'),(76992,5737,'comment_shortcuts','false'),(76993,5737,'admin_color','fresh'),(76994,5737,'use_ssl','0'),(76995,5737,'show_admin_bar_front','true'),(76996,5737,'locale',''),(76997,5737,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(76998,5737,'wp_user_level','0'),(76999,5737,'default_password_nag','1'),(77000,5738,'nickname','bonniesblooms2001'),(77001,5738,'first_name',''),(77002,5738,'last_name',''),(77003,5738,'description',''),(77004,5738,'rich_editing','true'),(77005,5738,'syntax_highlighting','true'),(77006,5738,'comment_shortcuts','false'),(77007,5738,'admin_color','fresh'),(77008,5738,'use_ssl','0'),(77009,5738,'show_admin_bar_front','true'),(77010,5738,'locale',''),(77011,5738,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77012,5738,'wp_user_level','0'),(77013,5738,'default_password_nag','1'),(77014,5739,'nickname','kandreoli171981'),(77015,5739,'first_name',''),(77016,5739,'last_name',''),(77017,5739,'description',''),(77018,5739,'rich_editing','true'),(77019,5739,'syntax_highlighting','true'),(77020,5739,'comment_shortcuts','false'),(77021,5739,'admin_color','fresh'),(77022,5739,'use_ssl','0'),(77023,5739,'show_admin_bar_front','true'),(77024,5739,'locale',''),(77025,5739,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77026,5739,'wp_user_level','0'),(77027,5739,'default_password_nag','1'),(77028,5740,'nickname','koch.melanie.911964'),(77029,5740,'first_name',''),(77030,5740,'last_name',''),(77031,5740,'description',''),(77032,5740,'rich_editing','true'),(77033,5740,'syntax_highlighting','true'),(77034,5740,'comment_shortcuts','false'),(77035,5740,'admin_color','fresh'),(77036,5740,'use_ssl','0'),(77037,5740,'show_admin_bar_front','true'),(77038,5740,'locale',''),(77039,5740,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77040,5740,'wp_user_level','0'),(77041,5740,'default_password_nag','1'),(77042,5741,'nickname','gretchen.ramsey2003'),(77043,5741,'first_name',''),(77044,5741,'last_name',''),(77045,5741,'description',''),(77046,5741,'rich_editing','true'),(77047,5741,'syntax_highlighting','true'),(77048,5741,'comment_shortcuts','false'),(77049,5741,'admin_color','fresh'),(77050,5741,'use_ssl','0'),(77051,5741,'show_admin_bar_front','true'),(77052,5741,'locale',''),(77053,5741,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77054,5741,'wp_user_level','0'),(77055,5741,'default_password_nag','1'),(77056,5742,'nickname','bradrampelberg1981'),(77057,5742,'first_name',''),(77058,5742,'last_name',''),(77059,5742,'description',''),(77060,5742,'rich_editing','true'),(77061,5742,'syntax_highlighting','true'),(77062,5742,'comment_shortcuts','false'),(77063,5742,'admin_color','fresh'),(77064,5742,'use_ssl','0'),(77065,5742,'show_admin_bar_front','true'),(77066,5742,'locale',''),(77067,5742,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77068,5742,'wp_user_level','0'),(77069,5742,'default_password_nag','1'),(77070,5743,'nickname','austinsinbox1998'),(77071,5743,'first_name',''),(77072,5743,'last_name',''),(77073,5743,'description',''),(77074,5743,'rich_editing','true'),(77075,5743,'syntax_highlighting','true'),(77076,5743,'comment_shortcuts','false'),(77077,5743,'admin_color','fresh'),(77078,5743,'use_ssl','0'),(77079,5743,'show_admin_bar_front','true'),(77080,5743,'locale',''),(77081,5743,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77082,5743,'wp_user_level','0'),(77083,5743,'default_password_nag','1'),(77084,5744,'nickname','ernst.marais2010'),(77085,5744,'first_name',''),(77086,5744,'last_name',''),(77087,5744,'description',''),(77088,5744,'rich_editing','true'),(77089,5744,'syntax_highlighting','true'),(77090,5744,'comment_shortcuts','false'),(77091,5744,'admin_color','fresh'),(77092,5744,'use_ssl','0'),(77093,5744,'show_admin_bar_front','true'),(77094,5744,'locale',''),(77095,5744,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77096,5744,'wp_user_level','0'),(77097,5744,'default_password_nag','1'),(77098,5745,'nickname','sutietoo1955'),(77099,5745,'first_name',''),(77100,5745,'last_name',''),(77101,5745,'description',''),(77102,5745,'rich_editing','true'),(77103,5745,'syntax_highlighting','true'),(77104,5745,'comment_shortcuts','false'),(77105,5745,'admin_color','fresh'),(77106,5745,'use_ssl','0'),(77107,5745,'show_admin_bar_front','true'),(77108,5745,'locale',''),(77109,5745,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77110,5745,'wp_user_level','0'),(77111,5745,'default_password_nag','1'),(77112,5746,'nickname','muscarellok221999'),(77113,5746,'first_name',''),(77114,5746,'last_name',''),(77115,5746,'description',''),(77116,5746,'rich_editing','true'),(77117,5746,'syntax_highlighting','true'),(77118,5746,'comment_shortcuts','false'),(77119,5746,'admin_color','fresh'),(77120,5746,'use_ssl','0'),(77121,5746,'show_admin_bar_front','true'),(77122,5746,'locale',''),(77123,5746,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77124,5746,'wp_user_level','0'),(77125,5746,'default_password_nag','1'),(77126,5747,'nickname','gbolagadekolawole1971'),(77127,5747,'first_name',''),(77128,5747,'last_name',''),(77129,5747,'description',''),(77130,5747,'rich_editing','true'),(77131,5747,'syntax_highlighting','true'),(77132,5747,'comment_shortcuts','false'),(77133,5747,'admin_color','fresh'),(77134,5747,'use_ssl','0'),(77135,5747,'show_admin_bar_front','true'),(77136,5747,'locale',''),(77137,5747,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77138,5747,'wp_user_level','0'),(77139,5747,'default_password_nag','1'),(77140,5748,'nickname','mickmilly2241980'),(77141,5748,'first_name',''),(77142,5748,'last_name',''),(77143,5748,'description',''),(77144,5748,'rich_editing','true'),(77145,5748,'syntax_highlighting','true'),(77146,5748,'comment_shortcuts','false'),(77147,5748,'admin_color','fresh'),(77148,5748,'use_ssl','0'),(77149,5748,'show_admin_bar_front','true'),(77150,5748,'locale',''),(77151,5748,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77152,5748,'wp_user_level','0'),(77153,5748,'default_password_nag','1'),(77154,5749,'nickname','mark.bradford1972'),(77155,5749,'first_name',''),(77156,5749,'last_name',''),(77157,5749,'description',''),(77158,5749,'rich_editing','true'),(77159,5749,'syntax_highlighting','true'),(77160,5749,'comment_shortcuts','false'),(77161,5749,'admin_color','fresh'),(77162,5749,'use_ssl','0'),(77163,5749,'show_admin_bar_front','true'),(77164,5749,'locale',''),(77165,5749,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77166,5749,'wp_user_level','0'),(77167,5749,'default_password_nag','1'),(77168,5750,'nickname','akfahm1988'),(77169,5750,'first_name',''),(77170,5750,'last_name',''),(77171,5750,'description',''),(77172,5750,'rich_editing','true'),(77173,5750,'syntax_highlighting','true'),(77174,5750,'comment_shortcuts','false'),(77175,5750,'admin_color','fresh'),(77176,5750,'use_ssl','0'),(77177,5750,'show_admin_bar_front','true'),(77178,5750,'locale',''),(77179,5750,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77180,5750,'wp_user_level','0'),(77181,5750,'default_password_nag','1'),(77182,5751,'nickname','syrihia131967'),(77183,5751,'first_name',''),(77184,5751,'last_name',''),(77185,5751,'description',''),(77186,5751,'rich_editing','true'),(77187,5751,'syntax_highlighting','true'),(77188,5751,'comment_shortcuts','false'),(77189,5751,'admin_color','fresh'),(77190,5751,'use_ssl','0'),(77191,5751,'show_admin_bar_front','true'),(77192,5751,'locale',''),(77193,5751,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77194,5751,'wp_user_level','0'),(77195,5751,'default_password_nag','1'),(77196,5752,'nickname','melina.shahan1963'),(77197,5752,'first_name',''),(77198,5752,'last_name',''),(77199,5752,'description',''),(77200,5752,'rich_editing','true'),(77201,5752,'syntax_highlighting','true'),(77202,5752,'comment_shortcuts','false'),(77203,5752,'admin_color','fresh'),(77204,5752,'use_ssl','0'),(77205,5752,'show_admin_bar_front','true'),(77206,5752,'locale',''),(77207,5752,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77208,5752,'wp_user_level','0'),(77209,5752,'default_password_nag','1'),(77210,5753,'nickname','meganjanebarber2003'),(77211,5753,'first_name',''),(77212,5753,'last_name',''),(77213,5753,'description',''),(77214,5753,'rich_editing','true'),(77215,5753,'syntax_highlighting','true'),(77216,5753,'comment_shortcuts','false'),(77217,5753,'admin_color','fresh'),(77218,5753,'use_ssl','0'),(77219,5753,'show_admin_bar_front','true'),(77220,5753,'locale',''),(77221,5753,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77222,5753,'wp_user_level','0'),(77223,5753,'default_password_nag','1'),(77224,5754,'nickname','vilmabwilson1968'),(77225,5754,'first_name',''),(77226,5754,'last_name',''),(77227,5754,'description',''),(77228,5754,'rich_editing','true'),(77229,5754,'syntax_highlighting','true'),(77230,5754,'comment_shortcuts','false'),(77231,5754,'admin_color','fresh'),(77232,5754,'use_ssl','0'),(77233,5754,'show_admin_bar_front','true'),(77234,5754,'locale',''),(77235,5754,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77236,5754,'wp_user_level','0'),(77237,5754,'default_password_nag','1'),(77238,5755,'nickname','nicole.r.gerritsen1952'),(77239,5755,'first_name',''),(77240,5755,'last_name',''),(77241,5755,'description',''),(77242,5755,'rich_editing','true'),(77243,5755,'syntax_highlighting','true'),(77244,5755,'comment_shortcuts','false'),(77245,5755,'admin_color','fresh'),(77246,5755,'use_ssl','0'),(77247,5755,'show_admin_bar_front','true'),(77248,5755,'locale',''),(77249,5755,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77250,5755,'wp_user_level','0'),(77251,5755,'default_password_nag','1'),(77252,5756,'nickname','mtsatsos1976'),(77253,5756,'first_name',''),(77254,5756,'last_name',''),(77255,5756,'description',''),(77256,5756,'rich_editing','true'),(77257,5756,'syntax_highlighting','true'),(77258,5756,'comment_shortcuts','false'),(77259,5756,'admin_color','fresh'),(77260,5756,'use_ssl','0'),(77261,5756,'show_admin_bar_front','true'),(77262,5756,'locale',''),(77263,5756,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77264,5756,'wp_user_level','0'),(77265,5756,'default_password_nag','1'),(77266,5757,'nickname','fawn.scrano1951'),(77267,5757,'first_name',''),(77268,5757,'last_name',''),(77269,5757,'description',''),(77270,5757,'rich_editing','true'),(77271,5757,'syntax_highlighting','true'),(77272,5757,'comment_shortcuts','false'),(77273,5757,'admin_color','fresh'),(77274,5757,'use_ssl','0'),(77275,5757,'show_admin_bar_front','true'),(77276,5757,'locale',''),(77277,5757,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77278,5757,'wp_user_level','0'),(77279,5757,'default_password_nag','1'),(77280,5758,'nickname','rbuckley1975'),(77281,5758,'first_name',''),(77282,5758,'last_name',''),(77283,5758,'description',''),(77284,5758,'rich_editing','true'),(77285,5758,'syntax_highlighting','true'),(77286,5758,'comment_shortcuts','false'),(77287,5758,'admin_color','fresh'),(77288,5758,'use_ssl','0'),(77289,5758,'show_admin_bar_front','true'),(77290,5758,'locale',''),(77291,5758,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77292,5758,'wp_user_level','0'),(77293,5758,'default_password_nag','1'),(77294,5759,'nickname','ulbrichheli1954'),(77295,5759,'first_name',''),(77296,5759,'last_name',''),(77297,5759,'description',''),(77298,5759,'rich_editing','true'),(77299,5759,'syntax_highlighting','true'),(77300,5759,'comment_shortcuts','false'),(77301,5759,'admin_color','fresh'),(77302,5759,'use_ssl','0'),(77303,5759,'show_admin_bar_front','true'),(77304,5759,'locale',''),(77305,5759,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77306,5759,'wp_user_level','0'),(77307,5759,'default_password_nag','1'),(77308,5760,'nickname','mocooke1960'),(77309,5760,'first_name',''),(77310,5760,'last_name',''),(77311,5760,'description',''),(77312,5760,'rich_editing','true'),(77313,5760,'syntax_highlighting','true'),(77314,5760,'comment_shortcuts','false'),(77315,5760,'admin_color','fresh'),(77316,5760,'use_ssl','0'),(77317,5760,'show_admin_bar_front','true'),(77318,5760,'locale',''),(77319,5760,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77320,5760,'wp_user_level','0'),(77321,5760,'default_password_nag','1'),(77322,5761,'nickname','harry-schmidt1976'),(77323,5761,'first_name',''),(77324,5761,'last_name',''),(77325,5761,'description',''),(77326,5761,'rich_editing','true'),(77327,5761,'syntax_highlighting','true'),(77328,5761,'comment_shortcuts','false'),(77329,5761,'admin_color','fresh'),(77330,5761,'use_ssl','0'),(77331,5761,'show_admin_bar_front','true'),(77332,5761,'locale',''),(77333,5761,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77334,5761,'wp_user_level','0'),(77335,5761,'default_password_nag','1'),(77336,5762,'nickname','h611562002'),(77337,5762,'first_name',''),(77338,5762,'last_name',''),(77339,5762,'description',''),(77340,5762,'rich_editing','true'),(77341,5762,'syntax_highlighting','true'),(77342,5762,'comment_shortcuts','false'),(77343,5762,'admin_color','fresh'),(77344,5762,'use_ssl','0'),(77345,5762,'show_admin_bar_front','true'),(77346,5762,'locale',''),(77347,5762,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77348,5762,'wp_user_level','0'),(77349,5762,'default_password_nag','1'),(77350,5763,'nickname','qw1966'),(77351,5763,'first_name',''),(77352,5763,'last_name',''),(77353,5763,'description',''),(77354,5763,'rich_editing','true'),(77355,5763,'syntax_highlighting','true'),(77356,5763,'comment_shortcuts','false'),(77357,5763,'admin_color','fresh'),(77358,5763,'use_ssl','0'),(77359,5763,'show_admin_bar_front','true'),(77360,5763,'locale',''),(77361,5763,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77362,5763,'wp_user_level','0'),(77363,5763,'default_password_nag','1'),(77364,5764,'nickname','brianrbuffington1994'),(77365,5764,'first_name',''),(77366,5764,'last_name',''),(77367,5764,'description',''),(77368,5764,'rich_editing','true'),(77369,5764,'syntax_highlighting','true'),(77370,5764,'comment_shortcuts','false'),(77371,5764,'admin_color','fresh'),(77372,5764,'use_ssl','0'),(77373,5764,'show_admin_bar_front','true'),(77374,5764,'locale',''),(77375,5764,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77376,5764,'wp_user_level','0'),(77377,5764,'default_password_nag','1'),(77378,5765,'nickname','laura.denner2002'),(77379,5765,'first_name',''),(77380,5765,'last_name',''),(77381,5765,'description',''),(77382,5765,'rich_editing','true'),(77383,5765,'syntax_highlighting','true'),(77384,5765,'comment_shortcuts','false'),(77385,5765,'admin_color','fresh'),(77386,5765,'use_ssl','0'),(77387,5765,'show_admin_bar_front','true'),(77388,5765,'locale',''),(77389,5765,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77390,5765,'wp_user_level','0'),(77391,5765,'default_password_nag','1'),(77392,5766,'nickname','lusiaditama2010'),(77393,5766,'first_name',''),(77394,5766,'last_name',''),(77395,5766,'description',''),(77396,5766,'rich_editing','true'),(77397,5766,'syntax_highlighting','true'),(77398,5766,'comment_shortcuts','false'),(77399,5766,'admin_color','fresh'),(77400,5766,'use_ssl','0'),(77401,5766,'show_admin_bar_front','true'),(77402,5766,'locale',''),(77403,5766,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77404,5766,'wp_user_level','0'),(77405,5766,'default_password_nag','1'),(77406,5767,'nickname','magillham1975'),(77407,5767,'first_name',''),(77408,5767,'last_name',''),(77409,5767,'description',''),(77410,5767,'rich_editing','true'),(77411,5767,'syntax_highlighting','true'),(77412,5767,'comment_shortcuts','false'),(77413,5767,'admin_color','fresh'),(77414,5767,'use_ssl','0'),(77415,5767,'show_admin_bar_front','true'),(77416,5767,'locale',''),(77417,5767,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77418,5767,'wp_user_level','0'),(77419,5767,'default_password_nag','1'),(77420,5768,'nickname','lissav1973'),(77421,5768,'first_name',''),(77422,5768,'last_name',''),(77423,5768,'description',''),(77424,5768,'rich_editing','true'),(77425,5768,'syntax_highlighting','true'),(77426,5768,'comment_shortcuts','false'),(77427,5768,'admin_color','fresh'),(77428,5768,'use_ssl','0'),(77429,5768,'show_admin_bar_front','true'),(77430,5768,'locale',''),(77431,5768,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77432,5768,'wp_user_level','0'),(77433,5768,'default_password_nag','1'),(77434,5769,'nickname','bhovious1959'),(77435,5769,'first_name',''),(77436,5769,'last_name',''),(77437,5769,'description',''),(77438,5769,'rich_editing','true'),(77439,5769,'syntax_highlighting','true'),(77440,5769,'comment_shortcuts','false'),(77441,5769,'admin_color','fresh'),(77442,5769,'use_ssl','0'),(77443,5769,'show_admin_bar_front','true'),(77444,5769,'locale',''),(77445,5769,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77446,5769,'wp_user_level','0'),(77447,5769,'default_password_nag','1'),(77448,5770,'nickname','vihao1965'),(77449,5770,'first_name',''),(77450,5770,'last_name',''),(77451,5770,'description',''),(77452,5770,'rich_editing','true'),(77453,5770,'syntax_highlighting','true'),(77454,5770,'comment_shortcuts','false'),(77455,5770,'admin_color','fresh'),(77456,5770,'use_ssl','0'),(77457,5770,'show_admin_bar_front','true'),(77458,5770,'locale',''),(77459,5770,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77460,5770,'wp_user_level','0'),(77461,5770,'default_password_nag','1'),(77462,5771,'nickname','karlabrinson1963'),(77463,5771,'first_name',''),(77464,5771,'last_name',''),(77465,5771,'description',''),(77466,5771,'rich_editing','true'),(77467,5771,'syntax_highlighting','true'),(77468,5771,'comment_shortcuts','false'),(77469,5771,'admin_color','fresh'),(77470,5771,'use_ssl','0'),(77471,5771,'show_admin_bar_front','true'),(77472,5771,'locale',''),(77473,5771,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77474,5771,'wp_user_level','0'),(77475,5771,'default_password_nag','1'),(77476,5772,'nickname','jessica.iorio1990'),(77477,5772,'first_name',''),(77478,5772,'last_name',''),(77479,5772,'description',''),(77480,5772,'rich_editing','true'),(77481,5772,'syntax_highlighting','true'),(77482,5772,'comment_shortcuts','false'),(77483,5772,'admin_color','fresh'),(77484,5772,'use_ssl','0'),(77485,5772,'show_admin_bar_front','true'),(77486,5772,'locale',''),(77487,5772,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77488,5772,'wp_user_level','0'),(77489,5772,'default_password_nag','1'),(77490,5773,'nickname','rajesh.kadhiravan1978'),(77491,5773,'first_name',''),(77492,5773,'last_name',''),(77493,5773,'description',''),(77494,5773,'rich_editing','true'),(77495,5773,'syntax_highlighting','true'),(77496,5773,'comment_shortcuts','false'),(77497,5773,'admin_color','fresh'),(77498,5773,'use_ssl','0'),(77499,5773,'show_admin_bar_front','true'),(77500,5773,'locale',''),(77501,5773,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77502,5773,'wp_user_level','0'),(77503,5773,'default_password_nag','1'),(77504,5774,'nickname','vbennett1991'),(77505,5774,'first_name',''),(77506,5774,'last_name',''),(77507,5774,'description',''),(77508,5774,'rich_editing','true'),(77509,5774,'syntax_highlighting','true'),(77510,5774,'comment_shortcuts','false'),(77511,5774,'admin_color','fresh'),(77512,5774,'use_ssl','0'),(77513,5774,'show_admin_bar_front','true'),(77514,5774,'locale',''),(77515,5774,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77516,5774,'wp_user_level','0'),(77517,5774,'default_password_nag','1'),(77518,5775,'nickname','amandagilroy20201980'),(77519,5775,'first_name',''),(77520,5775,'last_name',''),(77521,5775,'description',''),(77522,5775,'rich_editing','true'),(77523,5775,'syntax_highlighting','true'),(77524,5775,'comment_shortcuts','false'),(77525,5775,'admin_color','fresh'),(77526,5775,'use_ssl','0'),(77527,5775,'show_admin_bar_front','true'),(77528,5775,'locale',''),(77529,5775,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77530,5775,'wp_user_level','0'),(77531,5775,'default_password_nag','1'),(77532,5776,'nickname','nathan.theking.nh1950'),(77533,5776,'first_name',''),(77534,5776,'last_name',''),(77535,5776,'description',''),(77536,5776,'rich_editing','true'),(77537,5776,'syntax_highlighting','true'),(77538,5776,'comment_shortcuts','false'),(77539,5776,'admin_color','fresh'),(77540,5776,'use_ssl','0'),(77541,5776,'show_admin_bar_front','true'),(77542,5776,'locale',''),(77543,5776,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77544,5776,'wp_user_level','0'),(77545,5776,'default_password_nag','1'),(77546,5777,'nickname','maryellenhaddock1957'),(77547,5777,'first_name',''),(77548,5777,'last_name',''),(77549,5777,'description',''),(77550,5777,'rich_editing','true'),(77551,5777,'syntax_highlighting','true'),(77552,5777,'comment_shortcuts','false'),(77553,5777,'admin_color','fresh'),(77554,5777,'use_ssl','0'),(77555,5777,'show_admin_bar_front','true'),(77556,5777,'locale',''),(77557,5777,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77558,5777,'wp_user_level','0'),(77559,5777,'default_password_nag','1'),(77560,5778,'nickname','smschneider671989'),(77561,5778,'first_name',''),(77562,5778,'last_name',''),(77563,5778,'description',''),(77564,5778,'rich_editing','true'),(77565,5778,'syntax_highlighting','true'),(77566,5778,'comment_shortcuts','false'),(77567,5778,'admin_color','fresh'),(77568,5778,'use_ssl','0'),(77569,5778,'show_admin_bar_front','true'),(77570,5778,'locale',''),(77571,5778,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77572,5778,'wp_user_level','0'),(77573,5778,'default_password_nag','1'),(77574,5779,'nickname','cstaubi112001'),(77575,5779,'first_name',''),(77576,5779,'last_name',''),(77577,5779,'description',''),(77578,5779,'rich_editing','true'),(77579,5779,'syntax_highlighting','true'),(77580,5779,'comment_shortcuts','false'),(77581,5779,'admin_color','fresh'),(77582,5779,'use_ssl','0'),(77583,5779,'show_admin_bar_front','true'),(77584,5779,'locale',''),(77585,5779,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77586,5779,'wp_user_level','0'),(77587,5779,'default_password_nag','1'),(77588,5780,'nickname','lete.luis1966'),(77589,5780,'first_name',''),(77590,5780,'last_name',''),(77591,5780,'description',''),(77592,5780,'rich_editing','true'),(77593,5780,'syntax_highlighting','true'),(77594,5780,'comment_shortcuts','false'),(77595,5780,'admin_color','fresh'),(77596,5780,'use_ssl','0'),(77597,5780,'show_admin_bar_front','true'),(77598,5780,'locale',''),(77599,5780,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77600,5780,'wp_user_level','0'),(77601,5780,'default_password_nag','1'),(77602,5781,'nickname','careyes1965'),(77603,5781,'first_name',''),(77604,5781,'last_name',''),(77605,5781,'description',''),(77606,5781,'rich_editing','true'),(77607,5781,'syntax_highlighting','true'),(77608,5781,'comment_shortcuts','false'),(77609,5781,'admin_color','fresh'),(77610,5781,'use_ssl','0'),(77611,5781,'show_admin_bar_front','true'),(77612,5781,'locale',''),(77613,5781,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77614,5781,'wp_user_level','0'),(77615,5781,'default_password_nag','1'),(77616,5782,'nickname','baileyschulte6451962'),(77617,5782,'first_name',''),(77618,5782,'last_name',''),(77619,5782,'description',''),(77620,5782,'rich_editing','true'),(77621,5782,'syntax_highlighting','true'),(77622,5782,'comment_shortcuts','false'),(77623,5782,'admin_color','fresh'),(77624,5782,'use_ssl','0'),(77625,5782,'show_admin_bar_front','true'),(77626,5782,'locale',''),(77627,5782,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77628,5782,'wp_user_level','0'),(77629,5782,'default_password_nag','1'),(77630,5783,'nickname','cyaj11082010'),(77631,5783,'first_name',''),(77632,5783,'last_name',''),(77633,5783,'description',''),(77634,5783,'rich_editing','true'),(77635,5783,'syntax_highlighting','true'),(77636,5783,'comment_shortcuts','false'),(77637,5783,'admin_color','fresh'),(77638,5783,'use_ssl','0'),(77639,5783,'show_admin_bar_front','true'),(77640,5783,'locale',''),(77641,5783,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77642,5783,'wp_user_level','0'),(77643,5783,'default_password_nag','1'),(77644,5784,'nickname','conniemartin19791961'),(77645,5784,'first_name',''),(77646,5784,'last_name',''),(77647,5784,'description',''),(77648,5784,'rich_editing','true'),(77649,5784,'syntax_highlighting','true'),(77650,5784,'comment_shortcuts','false'),(77651,5784,'admin_color','fresh'),(77652,5784,'use_ssl','0'),(77653,5784,'show_admin_bar_front','true'),(77654,5784,'locale',''),(77655,5784,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77656,5784,'wp_user_level','0'),(77657,5784,'default_password_nag','1'),(77658,5785,'nickname','ramp81111972'),(77659,5785,'first_name',''),(77660,5785,'last_name',''),(77661,5785,'description',''),(77662,5785,'rich_editing','true'),(77663,5785,'syntax_highlighting','true'),(77664,5785,'comment_shortcuts','false'),(77665,5785,'admin_color','fresh'),(77666,5785,'use_ssl','0'),(77667,5785,'show_admin_bar_front','true'),(77668,5785,'locale',''),(77669,5785,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77670,5785,'wp_user_level','0'),(77671,5785,'default_password_nag','1'),(77672,5786,'nickname','drmjaiello1972'),(77673,5786,'first_name',''),(77674,5786,'last_name',''),(77675,5786,'description',''),(77676,5786,'rich_editing','true'),(77677,5786,'syntax_highlighting','true'),(77678,5786,'comment_shortcuts','false'),(77679,5786,'admin_color','fresh'),(77680,5786,'use_ssl','0'),(77681,5786,'show_admin_bar_front','true'),(77682,5786,'locale',''),(77683,5786,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77684,5786,'wp_user_level','0'),(77685,5786,'default_password_nag','1'),(77686,5787,'nickname','strunnell251998'),(77687,5787,'first_name',''),(77688,5787,'last_name',''),(77689,5787,'description',''),(77690,5787,'rich_editing','true'),(77691,5787,'syntax_highlighting','true'),(77692,5787,'comment_shortcuts','false'),(77693,5787,'admin_color','fresh'),(77694,5787,'use_ssl','0'),(77695,5787,'show_admin_bar_front','true'),(77696,5787,'locale',''),(77697,5787,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77698,5787,'wp_user_level','0'),(77699,5787,'default_password_nag','1'),(77700,5788,'nickname','zlee32321962'),(77701,5788,'first_name',''),(77702,5788,'last_name',''),(77703,5788,'description',''),(77704,5788,'rich_editing','true'),(77705,5788,'syntax_highlighting','true'),(77706,5788,'comment_shortcuts','false'),(77707,5788,'admin_color','fresh'),(77708,5788,'use_ssl','0'),(77709,5788,'show_admin_bar_front','true'),(77710,5788,'locale',''),(77711,5788,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77712,5788,'wp_user_level','0'),(77713,5788,'default_password_nag','1'),(77714,5789,'nickname','mikalpham1953'),(77715,5789,'first_name',''),(77716,5789,'last_name',''),(77717,5789,'description',''),(77718,5789,'rich_editing','true'),(77719,5789,'syntax_highlighting','true'),(77720,5789,'comment_shortcuts','false'),(77721,5789,'admin_color','fresh'),(77722,5789,'use_ssl','0'),(77723,5789,'show_admin_bar_front','true'),(77724,5789,'locale',''),(77725,5789,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77726,5789,'wp_user_level','0'),(77727,5789,'default_password_nag','1'),(77728,5790,'nickname','northtenthabezzte'),(77729,5790,'first_name',''),(77730,5790,'last_name',''),(77731,5790,'description',''),(77732,5790,'rich_editing','true'),(77733,5790,'syntax_highlighting','true'),(77734,5790,'comment_shortcuts','false'),(77735,5790,'admin_color','fresh'),(77736,5790,'use_ssl','0'),(77737,5790,'show_admin_bar_front','true'),(77738,5790,'locale',''),(77739,5790,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77740,5790,'wp_user_level','0'),(77741,5790,'default_password_nag',''),(77742,5791,'nickname','chrischen.pdp2009'),(77743,5791,'first_name',''),(77744,5791,'last_name',''),(77745,5791,'description',''),(77746,5791,'rich_editing','true'),(77747,5791,'syntax_highlighting','true'),(77748,5791,'comment_shortcuts','false'),(77749,5791,'admin_color','fresh'),(77750,5791,'use_ssl','0'),(77751,5791,'show_admin_bar_front','true'),(77752,5791,'locale',''),(77753,5791,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77754,5791,'wp_user_level','0'),(77755,5791,'default_password_nag','1'),(77756,5792,'nickname','gcannon122004'),(77757,5792,'first_name',''),(77758,5792,'last_name',''),(77759,5792,'description',''),(77760,5792,'rich_editing','true'),(77761,5792,'syntax_highlighting','true'),(77762,5792,'comment_shortcuts','false'),(77763,5792,'admin_color','fresh'),(77764,5792,'use_ssl','0'),(77765,5792,'show_admin_bar_front','true'),(77766,5792,'locale',''),(77767,5792,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77768,5792,'wp_user_level','0'),(77769,5792,'default_password_nag','1'),(77770,5793,'nickname','keepthemwaiting1986'),(77771,5793,'first_name',''),(77772,5793,'last_name',''),(77773,5793,'description',''),(77774,5793,'rich_editing','true'),(77775,5793,'syntax_highlighting','true'),(77776,5793,'comment_shortcuts','false'),(77777,5793,'admin_color','fresh'),(77778,5793,'use_ssl','0'),(77779,5793,'show_admin_bar_front','true'),(77780,5793,'locale',''),(77781,5793,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77782,5793,'wp_user_level','0'),(77783,5793,'default_password_nag','1'),(77784,5794,'nickname','marchandjanice1963'),(77785,5794,'first_name',''),(77786,5794,'last_name',''),(77787,5794,'description',''),(77788,5794,'rich_editing','true'),(77789,5794,'syntax_highlighting','true'),(77790,5794,'comment_shortcuts','false'),(77791,5794,'admin_color','fresh'),(77792,5794,'use_ssl','0'),(77793,5794,'show_admin_bar_front','true'),(77794,5794,'locale',''),(77795,5794,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77796,5794,'wp_user_level','0'),(77797,5794,'default_password_nag','1'),(77798,5795,'nickname','credberchaetracan'),(77799,5795,'first_name',''),(77800,5795,'last_name',''),(77801,5795,'description',''),(77802,5795,'rich_editing','true'),(77803,5795,'syntax_highlighting','true'),(77804,5795,'comment_shortcuts','false'),(77805,5795,'admin_color','fresh'),(77806,5795,'use_ssl','0'),(77807,5795,'show_admin_bar_front','true'),(77808,5795,'locale',''),(77809,5795,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77810,5795,'wp_user_level','0'),(77811,5795,'default_password_nag',''),(77812,5796,'nickname','af2331955'),(77813,5796,'first_name',''),(77814,5796,'last_name',''),(77815,5796,'description',''),(77816,5796,'rich_editing','true'),(77817,5796,'syntax_highlighting','true'),(77818,5796,'comment_shortcuts','false'),(77819,5796,'admin_color','fresh'),(77820,5796,'use_ssl','0'),(77821,5796,'show_admin_bar_front','true'),(77822,5796,'locale',''),(77823,5796,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77824,5796,'wp_user_level','0'),(77825,5796,'default_password_nag','1'),(77826,5797,'nickname','aparna.vidyasagar1963'),(77827,5797,'first_name',''),(77828,5797,'last_name',''),(77829,5797,'description',''),(77830,5797,'rich_editing','true'),(77831,5797,'syntax_highlighting','true'),(77832,5797,'comment_shortcuts','false'),(77833,5797,'admin_color','fresh'),(77834,5797,'use_ssl','0'),(77835,5797,'show_admin_bar_front','true'),(77836,5797,'locale',''),(77837,5797,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77838,5797,'wp_user_level','0'),(77839,5797,'default_password_nag','1'),(77840,5798,'nickname','tabeshore2008'),(77841,5798,'first_name',''),(77842,5798,'last_name',''),(77843,5798,'description',''),(77844,5798,'rich_editing','true'),(77845,5798,'syntax_highlighting','true'),(77846,5798,'comment_shortcuts','false'),(77847,5798,'admin_color','fresh'),(77848,5798,'use_ssl','0'),(77849,5798,'show_admin_bar_front','true'),(77850,5798,'locale',''),(77851,5798,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77852,5798,'wp_user_level','0'),(77853,5798,'default_password_nag','1'),(77854,5799,'nickname','albertstreet1969'),(77855,5799,'first_name',''),(77856,5799,'last_name',''),(77857,5799,'description',''),(77858,5799,'rich_editing','true'),(77859,5799,'syntax_highlighting','true'),(77860,5799,'comment_shortcuts','false'),(77861,5799,'admin_color','fresh'),(77862,5799,'use_ssl','0'),(77863,5799,'show_admin_bar_front','true'),(77864,5799,'locale',''),(77865,5799,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77866,5799,'wp_user_level','0'),(77867,5799,'default_password_nag','1'),(77868,5800,'nickname','steve.nahas2001'),(77869,5800,'first_name',''),(77870,5800,'last_name',''),(77871,5800,'description',''),(77872,5800,'rich_editing','true'),(77873,5800,'syntax_highlighting','true'),(77874,5800,'comment_shortcuts','false'),(77875,5800,'admin_color','fresh'),(77876,5800,'use_ssl','0'),(77877,5800,'show_admin_bar_front','true'),(77878,5800,'locale',''),(77879,5800,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77880,5800,'wp_user_level','0'),(77881,5800,'default_password_nag','1'),(77882,5801,'nickname','desiveronika21965'),(77883,5801,'first_name',''),(77884,5801,'last_name',''),(77885,5801,'description',''),(77886,5801,'rich_editing','true'),(77887,5801,'syntax_highlighting','true'),(77888,5801,'comment_shortcuts','false'),(77889,5801,'admin_color','fresh'),(77890,5801,'use_ssl','0'),(77891,5801,'show_admin_bar_front','true'),(77892,5801,'locale',''),(77893,5801,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77894,5801,'wp_user_level','0'),(77895,5801,'default_password_nag','1'),(77896,5802,'nickname','glendalebully2010'),(77897,5802,'first_name',''),(77898,5802,'last_name',''),(77899,5802,'description',''),(77900,5802,'rich_editing','true'),(77901,5802,'syntax_highlighting','true'),(77902,5802,'comment_shortcuts','false'),(77903,5802,'admin_color','fresh'),(77904,5802,'use_ssl','0'),(77905,5802,'show_admin_bar_front','true'),(77906,5802,'locale',''),(77907,5802,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77908,5802,'wp_user_level','0'),(77909,5802,'default_password_nag','1'),(77910,5803,'nickname','fabsybacklerriou'),(77911,5803,'first_name',''),(77912,5803,'last_name',''),(77913,5803,'description',''),(77914,5803,'rich_editing','true'),(77915,5803,'syntax_highlighting','true'),(77916,5803,'comment_shortcuts','false'),(77917,5803,'admin_color','fresh'),(77918,5803,'use_ssl','0'),(77919,5803,'show_admin_bar_front','true'),(77920,5803,'locale',''),(77921,5803,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77922,5803,'wp_user_level','0'),(77923,5803,'default_password_nag',''),(77924,5804,'nickname','bsturza2007'),(77925,5804,'first_name',''),(77926,5804,'last_name',''),(77927,5804,'description',''),(77928,5804,'rich_editing','true'),(77929,5804,'syntax_highlighting','true'),(77930,5804,'comment_shortcuts','false'),(77931,5804,'admin_color','fresh'),(77932,5804,'use_ssl','0'),(77933,5804,'show_admin_bar_front','true'),(77934,5804,'locale',''),(77935,5804,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77936,5804,'wp_user_level','0'),(77937,5804,'default_password_nag','1'),(77938,5805,'nickname','jchirchick2002'),(77939,5805,'first_name',''),(77940,5805,'last_name',''),(77941,5805,'description',''),(77942,5805,'rich_editing','true'),(77943,5805,'syntax_highlighting','true'),(77944,5805,'comment_shortcuts','false'),(77945,5805,'admin_color','fresh'),(77946,5805,'use_ssl','0'),(77947,5805,'show_admin_bar_front','true'),(77948,5805,'locale',''),(77949,5805,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77950,5805,'wp_user_level','0'),(77951,5805,'default_password_nag','1'),(77952,5806,'nickname','cisobecetma'),(77953,5806,'first_name',''),(77954,5806,'last_name',''),(77955,5806,'description',''),(77956,5806,'rich_editing','true'),(77957,5806,'syntax_highlighting','true'),(77958,5806,'comment_shortcuts','false'),(77959,5806,'admin_color','fresh'),(77960,5806,'use_ssl','0'),(77961,5806,'show_admin_bar_front','true'),(77962,5806,'locale',''),(77963,5806,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77964,5806,'wp_user_level','0'),(77965,5806,'default_password_nag',''),(77966,5807,'nickname','dontknowshiz2003'),(77967,5807,'first_name',''),(77968,5807,'last_name',''),(77969,5807,'description',''),(77970,5807,'rich_editing','true'),(77971,5807,'syntax_highlighting','true'),(77972,5807,'comment_shortcuts','false'),(77973,5807,'admin_color','fresh'),(77974,5807,'use_ssl','0'),(77975,5807,'show_admin_bar_front','true'),(77976,5807,'locale',''),(77977,5807,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77978,5807,'wp_user_level','0'),(77979,5807,'default_password_nag','1'),(77980,5808,'nickname','caitlinbackster1974'),(77981,5808,'first_name',''),(77982,5808,'last_name',''),(77983,5808,'description',''),(77984,5808,'rich_editing','true'),(77985,5808,'syntax_highlighting','true'),(77986,5808,'comment_shortcuts','false'),(77987,5808,'admin_color','fresh'),(77988,5808,'use_ssl','0'),(77989,5808,'show_admin_bar_front','true'),(77990,5808,'locale',''),(77991,5808,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(77992,5808,'wp_user_level','0'),(77993,5808,'default_password_nag','1'),(77994,5809,'nickname','tracydnichols2004'),(77995,5809,'first_name',''),(77996,5809,'last_name',''),(77997,5809,'description',''),(77998,5809,'rich_editing','true'),(77999,5809,'syntax_highlighting','true'),(78000,5809,'comment_shortcuts','false'),(78001,5809,'admin_color','fresh'),(78002,5809,'use_ssl','0'),(78003,5809,'show_admin_bar_front','true'),(78004,5809,'locale',''),(78005,5809,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78006,5809,'wp_user_level','0'),(78007,5809,'default_password_nag','1'),(78008,5810,'nickname','emutalaran'),(78009,5810,'first_name',''),(78010,5810,'last_name',''),(78011,5810,'description',''),(78012,5810,'rich_editing','true'),(78013,5810,'syntax_highlighting','true'),(78014,5810,'comment_shortcuts','false'),(78015,5810,'admin_color','fresh'),(78016,5810,'use_ssl','0'),(78017,5810,'show_admin_bar_front','true'),(78018,5810,'locale',''),(78019,5810,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78020,5810,'wp_user_level','0'),(78021,5810,'default_password_nag',''),(78022,5811,'nickname','leonief041959'),(78023,5811,'first_name',''),(78024,5811,'last_name',''),(78025,5811,'description',''),(78026,5811,'rich_editing','true'),(78027,5811,'syntax_highlighting','true'),(78028,5811,'comment_shortcuts','false'),(78029,5811,'admin_color','fresh'),(78030,5811,'use_ssl','0'),(78031,5811,'show_admin_bar_front','true'),(78032,5811,'locale',''),(78033,5811,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78034,5811,'wp_user_level','0'),(78035,5811,'default_password_nag','1'),(78036,5812,'nickname','sjbyrne2004'),(78037,5812,'first_name',''),(78038,5812,'last_name',''),(78039,5812,'description',''),(78040,5812,'rich_editing','true'),(78041,5812,'syntax_highlighting','true'),(78042,5812,'comment_shortcuts','false'),(78043,5812,'admin_color','fresh'),(78044,5812,'use_ssl','0'),(78045,5812,'show_admin_bar_front','true'),(78046,5812,'locale',''),(78047,5812,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78048,5812,'wp_user_level','0'),(78049,5812,'default_password_nag','1'),(78050,5790,'session_tokens','a:3:{s:64:\"a99df89472f7961ed1d62c511a2c67d7e187256592f36dd2bea5f488cce8e823\";a:4:{s:10:\"expiration\";i:1541531421;s:2:\"ip\";s:14:\"31.184.238.133\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1541358621;}s:64:\"4db21a26513b87fb76a511b483c487ff60d2f7fb29257e515b6d390dd86551c9\";a:4:{s:10:\"expiration\";i:1541619885;s:2:\"ip\";s:14:\"31.184.238.133\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1541447085;}s:64:\"e135d869723a95ec6bc5bcd64638c505c198e1cf53f82990acbe18c81e582bf8\";a:4:{s:10:\"expiration\";i:1541679748;s:2:\"ip\";s:14:\"31.184.238.133\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1541506948;}}'),(78051,5813,'nickname','andreaa.bolli1964'),(78052,5813,'first_name',''),(78053,5813,'last_name',''),(78054,5813,'description',''),(78055,5813,'rich_editing','true'),(78056,5813,'syntax_highlighting','true'),(78057,5813,'comment_shortcuts','false'),(78058,5813,'admin_color','fresh'),(78059,5813,'use_ssl','0'),(78060,5813,'show_admin_bar_front','true'),(78061,5813,'locale',''),(78062,5813,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78063,5813,'wp_user_level','0'),(78064,5813,'default_password_nag','1'),(78065,5814,'nickname','lutz.kammann2003'),(78066,5814,'first_name',''),(78067,5814,'last_name',''),(78068,5814,'description',''),(78069,5814,'rich_editing','true'),(78070,5814,'syntax_highlighting','true'),(78071,5814,'comment_shortcuts','false'),(78072,5814,'admin_color','fresh'),(78073,5814,'use_ssl','0'),(78074,5814,'show_admin_bar_front','true'),(78075,5814,'locale',''),(78076,5814,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78077,5814,'wp_user_level','0'),(78078,5814,'default_password_nag','1'),(78079,5795,'session_tokens','a:3:{s:64:\"e5229a40ad66dc50bf569878d7ee33f10edcba990141e6f0b68db8023243f6c3\";a:4:{s:10:\"expiration\";i:1541545108;s:2:\"ip\";s:14:\"31.184.238.133\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1541372308;}s:64:\"fc0ba8c324d9c4a5dbd7a1c19f9e44dba343a9e33a69d9cb09b9367cde1e86be\";a:4:{s:10:\"expiration\";i:1541622719;s:2:\"ip\";s:14:\"31.184.238.133\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1541449919;}s:64:\"774264761365ec834ed691213731b186bfebc0ee142dd191dd5c34457fed35bf\";a:4:{s:10:\"expiration\";i:1541683535;s:2:\"ip\";s:14:\"31.184.238.133\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1541510735;}}'),(78080,5815,'nickname','irinuchka1968'),(78081,5815,'first_name',''),(78082,5815,'last_name',''),(78083,5815,'description',''),(78084,5815,'rich_editing','true'),(78085,5815,'syntax_highlighting','true'),(78086,5815,'comment_shortcuts','false'),(78087,5815,'admin_color','fresh'),(78088,5815,'use_ssl','0'),(78089,5815,'show_admin_bar_front','true'),(78090,5815,'locale',''),(78091,5815,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78092,5815,'wp_user_level','0'),(78093,5815,'default_password_nag','1'),(78094,5816,'nickname','despinawef2001'),(78095,5816,'first_name',''),(78096,5816,'last_name',''),(78097,5816,'description',''),(78098,5816,'rich_editing','true'),(78099,5816,'syntax_highlighting','true'),(78100,5816,'comment_shortcuts','false'),(78101,5816,'admin_color','fresh'),(78102,5816,'use_ssl','0'),(78103,5816,'show_admin_bar_front','true'),(78104,5816,'locale',''),(78105,5816,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78106,5816,'wp_user_level','0'),(78107,5816,'default_password_nag','1'),(78108,5803,'session_tokens','a:3:{s:64:\"8b2c53b0906ee382287d36b535c55ba60ae63de14dd5ef30b280bbc0e75b4169\";a:4:{s:10:\"expiration\";i:1541557635;s:2:\"ip\";s:14:\"31.184.238.133\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1541384835;}s:64:\"75d70f8597d6feee94c27b2594c83de659da7a83d78a9253dc389fd1d610b6de\";a:4:{s:10:\"expiration\";i:1541625491;s:2:\"ip\";s:14:\"31.184.238.133\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1541452691;}s:64:\"dd16e1e1416da736262ea238b6640f41df802c00c7cadaabb9d9b59c6d2acd20\";a:4:{s:10:\"expiration\";i:1541687342;s:2:\"ip\";s:14:\"31.184.238.133\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1541514542;}}'),(78109,5817,'nickname','kciuchtae82004'),(78110,5817,'first_name',''),(78111,5817,'last_name',''),(78112,5817,'description',''),(78113,5817,'rich_editing','true'),(78114,5817,'syntax_highlighting','true'),(78115,5817,'comment_shortcuts','false'),(78116,5817,'admin_color','fresh'),(78117,5817,'use_ssl','0'),(78118,5817,'show_admin_bar_front','true'),(78119,5817,'locale',''),(78120,5817,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78121,5817,'wp_user_level','0'),(78122,5817,'default_password_nag','1'),(78123,5806,'session_tokens','a:3:{s:64:\"70d8702355c1ae81aaa20a090d36f36c9bc37b1f9c5a2e5df183d511638c5488\";a:4:{s:10:\"expiration\";i:1541569111;s:2:\"ip\";s:14:\"31.184.238.133\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1541396311;}s:64:\"9dd3d030bcd24a76f274e6bc127580713beee388b527e19ab24d2f5cc3556d8e\";a:4:{s:10:\"expiration\";i:1541628239;s:2:\"ip\";s:14:\"31.184.238.133\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1541455439;}s:64:\"b9d2f46febe5a781169e283f6a66edc463234471b017d2847c5148dbeca0bd89\";a:4:{s:10:\"expiration\";i:1541691077;s:2:\"ip\";s:14:\"31.184.238.133\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1541518277;}}'),(78124,5810,'session_tokens','a:3:{s:64:\"a41a3c1f38666fcdb7608a484cf893ce5fd2fce641bc504c3bd063924e95abe3\";a:4:{s:10:\"expiration\";i:1541580096;s:2:\"ip\";s:14:\"31.184.238.133\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1541407296;}s:64:\"33fff8519d6ea82f3ca9a91bee48a70682a32778cb7d7e9275fea78d4873f312\";a:4:{s:10:\"expiration\";i:1541630978;s:2:\"ip\";s:14:\"31.184.238.133\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1541458178;}s:64:\"edbe8d30a6f210558e1575621067c7c1229494486c5e2fb087e1ca8d82f788b2\";a:4:{s:10:\"expiration\";i:1541694836;s:2:\"ip\";s:14:\"31.184.238.133\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36\";s:5:\"login\";i:1541522036;}}'),(78125,5818,'nickname','aubrit011976'),(78126,5818,'first_name',''),(78127,5818,'last_name',''),(78128,5818,'description',''),(78129,5818,'rich_editing','true'),(78130,5818,'syntax_highlighting','true'),(78131,5818,'comment_shortcuts','false'),(78132,5818,'admin_color','fresh'),(78133,5818,'use_ssl','0'),(78134,5818,'show_admin_bar_front','true'),(78135,5818,'locale',''),(78136,5818,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78137,5818,'wp_user_level','0'),(78138,5818,'default_password_nag','1'),(78139,5819,'nickname','jackgaiter01956'),(78140,5819,'first_name',''),(78141,5819,'last_name',''),(78142,5819,'description',''),(78143,5819,'rich_editing','true'),(78144,5819,'syntax_highlighting','true'),(78145,5819,'comment_shortcuts','false'),(78146,5819,'admin_color','fresh'),(78147,5819,'use_ssl','0'),(78148,5819,'show_admin_bar_front','true'),(78149,5819,'locale',''),(78150,5819,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78151,5819,'wp_user_level','0'),(78152,5819,'default_password_nag','1'),(78153,5820,'nickname','tacklebox31977'),(78154,5820,'first_name',''),(78155,5820,'last_name',''),(78156,5820,'description',''),(78157,5820,'rich_editing','true'),(78158,5820,'syntax_highlighting','true'),(78159,5820,'comment_shortcuts','false'),(78160,5820,'admin_color','fresh'),(78161,5820,'use_ssl','0'),(78162,5820,'show_admin_bar_front','true'),(78163,5820,'locale',''),(78164,5820,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78165,5820,'wp_user_level','0'),(78166,5820,'default_password_nag','1'),(78167,5821,'nickname','drewgzy1996'),(78168,5821,'first_name',''),(78169,5821,'last_name',''),(78170,5821,'description',''),(78171,5821,'rich_editing','true'),(78172,5821,'syntax_highlighting','true'),(78173,5821,'comment_shortcuts','false'),(78174,5821,'admin_color','fresh'),(78175,5821,'use_ssl','0'),(78176,5821,'show_admin_bar_front','true'),(78177,5821,'locale',''),(78178,5821,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78179,5821,'wp_user_level','0'),(78180,5821,'default_password_nag','1'),(78181,5822,'nickname','mp3son2006'),(78182,5822,'first_name',''),(78183,5822,'last_name',''),(78184,5822,'description',''),(78185,5822,'rich_editing','true'),(78186,5822,'syntax_highlighting','true'),(78187,5822,'comment_shortcuts','false'),(78188,5822,'admin_color','fresh'),(78189,5822,'use_ssl','0'),(78190,5822,'show_admin_bar_front','true'),(78191,5822,'locale',''),(78192,5822,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78193,5822,'wp_user_level','0'),(78194,5822,'default_password_nag','1'),(78195,5823,'nickname','alisrepro1980'),(78196,5823,'first_name',''),(78197,5823,'last_name',''),(78198,5823,'description',''),(78199,5823,'rich_editing','true'),(78200,5823,'syntax_highlighting','true'),(78201,5823,'comment_shortcuts','false'),(78202,5823,'admin_color','fresh'),(78203,5823,'use_ssl','0'),(78204,5823,'show_admin_bar_front','true'),(78205,5823,'locale',''),(78206,5823,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78207,5823,'wp_user_level','0'),(78208,5823,'default_password_nag','1'),(78209,5824,'nickname','ganmtrailer2010'),(78210,5824,'first_name',''),(78211,5824,'last_name',''),(78212,5824,'description',''),(78213,5824,'rich_editing','true'),(78214,5824,'syntax_highlighting','true'),(78215,5824,'comment_shortcuts','false'),(78216,5824,'admin_color','fresh'),(78217,5824,'use_ssl','0'),(78218,5824,'show_admin_bar_front','true'),(78219,5824,'locale',''),(78220,5824,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78221,5824,'wp_user_level','0'),(78222,5824,'default_password_nag','1'),(78223,5825,'nickname','lacey.satterfield1967'),(78224,5825,'first_name',''),(78225,5825,'last_name',''),(78226,5825,'description',''),(78227,5825,'rich_editing','true'),(78228,5825,'syntax_highlighting','true'),(78229,5825,'comment_shortcuts','false'),(78230,5825,'admin_color','fresh'),(78231,5825,'use_ssl','0'),(78232,5825,'show_admin_bar_front','true'),(78233,5825,'locale',''),(78234,5825,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78235,5825,'wp_user_level','0'),(78236,5825,'default_password_nag','1'),(78237,5826,'nickname','davidmiroglio2003'),(78238,5826,'first_name',''),(78239,5826,'last_name',''),(78240,5826,'description',''),(78241,5826,'rich_editing','true'),(78242,5826,'syntax_highlighting','true'),(78243,5826,'comment_shortcuts','false'),(78244,5826,'admin_color','fresh'),(78245,5826,'use_ssl','0'),(78246,5826,'show_admin_bar_front','true'),(78247,5826,'locale',''),(78248,5826,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78249,5826,'wp_user_level','0'),(78250,5826,'default_password_nag','1'),(78251,5827,'nickname','kimberlymedearis712005'),(78252,5827,'first_name',''),(78253,5827,'last_name',''),(78254,5827,'description',''),(78255,5827,'rich_editing','true'),(78256,5827,'syntax_highlighting','true'),(78257,5827,'comment_shortcuts','false'),(78258,5827,'admin_color','fresh'),(78259,5827,'use_ssl','0'),(78260,5827,'show_admin_bar_front','true'),(78261,5827,'locale',''),(78262,5827,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78263,5827,'wp_user_level','0'),(78264,5827,'default_password_nag','1'),(78265,5828,'nickname','dawson6642000'),(78266,5828,'first_name',''),(78267,5828,'last_name',''),(78268,5828,'description',''),(78269,5828,'rich_editing','true'),(78270,5828,'syntax_highlighting','true'),(78271,5828,'comment_shortcuts','false'),(78272,5828,'admin_color','fresh'),(78273,5828,'use_ssl','0'),(78274,5828,'show_admin_bar_front','true'),(78275,5828,'locale',''),(78276,5828,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78277,5828,'wp_user_level','0'),(78278,5828,'default_password_nag','1'),(78279,5829,'nickname','tebreena0071984'),(78280,5829,'first_name',''),(78281,5829,'last_name',''),(78282,5829,'description',''),(78283,5829,'rich_editing','true'),(78284,5829,'syntax_highlighting','true'),(78285,5829,'comment_shortcuts','false'),(78286,5829,'admin_color','fresh'),(78287,5829,'use_ssl','0'),(78288,5829,'show_admin_bar_front','true'),(78289,5829,'locale',''),(78290,5829,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78291,5829,'wp_user_level','0'),(78292,5829,'default_password_nag','1'),(78293,5830,'nickname','cashanna.williams2002'),(78294,5830,'first_name',''),(78295,5830,'last_name',''),(78296,5830,'description',''),(78297,5830,'rich_editing','true'),(78298,5830,'syntax_highlighting','true'),(78299,5830,'comment_shortcuts','false'),(78300,5830,'admin_color','fresh'),(78301,5830,'use_ssl','0'),(78302,5830,'show_admin_bar_front','true'),(78303,5830,'locale',''),(78304,5830,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78305,5830,'wp_user_level','0'),(78306,5830,'default_password_nag','1'),(78307,5831,'nickname','swervesalon2003'),(78308,5831,'first_name',''),(78309,5831,'last_name',''),(78310,5831,'description',''),(78311,5831,'rich_editing','true'),(78312,5831,'syntax_highlighting','true'),(78313,5831,'comment_shortcuts','false'),(78314,5831,'admin_color','fresh'),(78315,5831,'use_ssl','0'),(78316,5831,'show_admin_bar_front','true'),(78317,5831,'locale',''),(78318,5831,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78319,5831,'wp_user_level','0'),(78320,5831,'default_password_nag','1'),(78321,5832,'nickname','bradleyt1001971'),(78322,5832,'first_name',''),(78323,5832,'last_name',''),(78324,5832,'description',''),(78325,5832,'rich_editing','true'),(78326,5832,'syntax_highlighting','true'),(78327,5832,'comment_shortcuts','false'),(78328,5832,'admin_color','fresh'),(78329,5832,'use_ssl','0'),(78330,5832,'show_admin_bar_front','true'),(78331,5832,'locale',''),(78332,5832,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78333,5832,'wp_user_level','0'),(78334,5832,'default_password_nag','1'),(78335,5833,'nickname','brandonk610931952'),(78336,5833,'first_name',''),(78337,5833,'last_name',''),(78338,5833,'description',''),(78339,5833,'rich_editing','true'),(78340,5833,'syntax_highlighting','true'),(78341,5833,'comment_shortcuts','false'),(78342,5833,'admin_color','fresh'),(78343,5833,'use_ssl','0'),(78344,5833,'show_admin_bar_front','true'),(78345,5833,'locale',''),(78346,5833,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78347,5833,'wp_user_level','0'),(78348,5833,'default_password_nag','1'),(78349,5834,'nickname','jeren12281983'),(78350,5834,'first_name',''),(78351,5834,'last_name',''),(78352,5834,'description',''),(78353,5834,'rich_editing','true'),(78354,5834,'syntax_highlighting','true'),(78355,5834,'comment_shortcuts','false'),(78356,5834,'admin_color','fresh'),(78357,5834,'use_ssl','0'),(78358,5834,'show_admin_bar_front','true'),(78359,5834,'locale',''),(78360,5834,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78361,5834,'wp_user_level','0'),(78362,5834,'default_password_nag','1'),(78363,5835,'nickname','karl.goodwin4041978'),(78364,5835,'first_name',''),(78365,5835,'last_name',''),(78366,5835,'description',''),(78367,5835,'rich_editing','true'),(78368,5835,'syntax_highlighting','true'),(78369,5835,'comment_shortcuts','false'),(78370,5835,'admin_color','fresh'),(78371,5835,'use_ssl','0'),(78372,5835,'show_admin_bar_front','true'),(78373,5835,'locale',''),(78374,5835,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78375,5835,'wp_user_level','0'),(78376,5835,'default_password_nag','1'),(78377,5836,'nickname','baileydoit1990'),(78378,5836,'first_name',''),(78379,5836,'last_name',''),(78380,5836,'description',''),(78381,5836,'rich_editing','true'),(78382,5836,'syntax_highlighting','true'),(78383,5836,'comment_shortcuts','false'),(78384,5836,'admin_color','fresh'),(78385,5836,'use_ssl','0'),(78386,5836,'show_admin_bar_front','true'),(78387,5836,'locale',''),(78388,5836,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78389,5836,'wp_user_level','0'),(78390,5836,'default_password_nag','1'),(78391,5837,'nickname','abailey10301979'),(78392,5837,'first_name',''),(78393,5837,'last_name',''),(78394,5837,'description',''),(78395,5837,'rich_editing','true'),(78396,5837,'syntax_highlighting','true'),(78397,5837,'comment_shortcuts','false'),(78398,5837,'admin_color','fresh'),(78399,5837,'use_ssl','0'),(78400,5837,'show_admin_bar_front','true'),(78401,5837,'locale',''),(78402,5837,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78403,5837,'wp_user_level','0'),(78404,5837,'default_password_nag','1'),(78405,5838,'nickname','markbattles1998'),(78406,5838,'first_name',''),(78407,5838,'last_name',''),(78408,5838,'description',''),(78409,5838,'rich_editing','true'),(78410,5838,'syntax_highlighting','true'),(78411,5838,'comment_shortcuts','false'),(78412,5838,'admin_color','fresh'),(78413,5838,'use_ssl','0'),(78414,5838,'show_admin_bar_front','true'),(78415,5838,'locale',''),(78416,5838,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78417,5838,'wp_user_level','0'),(78418,5838,'default_password_nag','1'),(78419,5839,'nickname','paulanicv1998'),(78420,5839,'first_name',''),(78421,5839,'last_name',''),(78422,5839,'description',''),(78423,5839,'rich_editing','true'),(78424,5839,'syntax_highlighting','true'),(78425,5839,'comment_shortcuts','false'),(78426,5839,'admin_color','fresh'),(78427,5839,'use_ssl','0'),(78428,5839,'show_admin_bar_front','true'),(78429,5839,'locale',''),(78430,5839,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78431,5839,'wp_user_level','0'),(78432,5839,'default_password_nag','1'),(78433,5840,'nickname','libertypalace2002'),(78434,5840,'first_name',''),(78435,5840,'last_name',''),(78436,5840,'description',''),(78437,5840,'rich_editing','true'),(78438,5840,'syntax_highlighting','true'),(78439,5840,'comment_shortcuts','false'),(78440,5840,'admin_color','fresh'),(78441,5840,'use_ssl','0'),(78442,5840,'show_admin_bar_front','true'),(78443,5840,'locale',''),(78444,5840,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78445,5840,'wp_user_level','0'),(78446,5840,'default_password_nag','1'),(78447,5841,'nickname','kevin.veith2000'),(78448,5841,'first_name',''),(78449,5841,'last_name',''),(78450,5841,'description',''),(78451,5841,'rich_editing','true'),(78452,5841,'syntax_highlighting','true'),(78453,5841,'comment_shortcuts','false'),(78454,5841,'admin_color','fresh'),(78455,5841,'use_ssl','0'),(78456,5841,'show_admin_bar_front','true'),(78457,5841,'locale',''),(78458,5841,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78459,5841,'wp_user_level','0'),(78460,5841,'default_password_nag','1'),(78461,5842,'nickname','shelnel751963'),(78462,5842,'first_name',''),(78463,5842,'last_name',''),(78464,5842,'description',''),(78465,5842,'rich_editing','true'),(78466,5842,'syntax_highlighting','true'),(78467,5842,'comment_shortcuts','false'),(78468,5842,'admin_color','fresh'),(78469,5842,'use_ssl','0'),(78470,5842,'show_admin_bar_front','true'),(78471,5842,'locale',''),(78472,5842,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78473,5842,'wp_user_level','0'),(78474,5842,'default_password_nag','1'),(78475,5843,'nickname','bairdgang1968'),(78476,5843,'first_name',''),(78477,5843,'last_name',''),(78478,5843,'description',''),(78479,5843,'rich_editing','true'),(78480,5843,'syntax_highlighting','true'),(78481,5843,'comment_shortcuts','false'),(78482,5843,'admin_color','fresh'),(78483,5843,'use_ssl','0'),(78484,5843,'show_admin_bar_front','true'),(78485,5843,'locale',''),(78486,5843,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78487,5843,'wp_user_level','0'),(78488,5843,'default_password_nag','1'),(78489,5844,'nickname','kari1979'),(78490,5844,'first_name',''),(78491,5844,'last_name',''),(78492,5844,'description',''),(78493,5844,'rich_editing','true'),(78494,5844,'syntax_highlighting','true'),(78495,5844,'comment_shortcuts','false'),(78496,5844,'admin_color','fresh'),(78497,5844,'use_ssl','0'),(78498,5844,'show_admin_bar_front','true'),(78499,5844,'locale',''),(78500,5844,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78501,5844,'wp_user_level','0'),(78502,5844,'default_password_nag','1'),(78503,5845,'nickname','alexanderkon1973'),(78504,5845,'first_name',''),(78505,5845,'last_name',''),(78506,5845,'description',''),(78507,5845,'rich_editing','true'),(78508,5845,'syntax_highlighting','true'),(78509,5845,'comment_shortcuts','false'),(78510,5845,'admin_color','fresh'),(78511,5845,'use_ssl','0'),(78512,5845,'show_admin_bar_front','true'),(78513,5845,'locale',''),(78514,5845,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78515,5845,'wp_user_level','0'),(78516,5845,'default_password_nag','1'),(78517,5846,'nickname','shrry991995'),(78518,5846,'first_name',''),(78519,5846,'last_name',''),(78520,5846,'description',''),(78521,5846,'rich_editing','true'),(78522,5846,'syntax_highlighting','true'),(78523,5846,'comment_shortcuts','false'),(78524,5846,'admin_color','fresh'),(78525,5846,'use_ssl','0'),(78526,5846,'show_admin_bar_front','true'),(78527,5846,'locale',''),(78528,5846,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78529,5846,'wp_user_level','0'),(78530,5846,'default_password_nag','1'),(78531,5847,'nickname','mackcath11953'),(78532,5847,'first_name',''),(78533,5847,'last_name',''),(78534,5847,'description',''),(78535,5847,'rich_editing','true'),(78536,5847,'syntax_highlighting','true'),(78537,5847,'comment_shortcuts','false'),(78538,5847,'admin_color','fresh'),(78539,5847,'use_ssl','0'),(78540,5847,'show_admin_bar_front','true'),(78541,5847,'locale',''),(78542,5847,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78543,5847,'wp_user_level','0'),(78544,5847,'default_password_nag','1'),(78545,5848,'nickname','majidawad1991'),(78546,5848,'first_name',''),(78547,5848,'last_name',''),(78548,5848,'description',''),(78549,5848,'rich_editing','true'),(78550,5848,'syntax_highlighting','true'),(78551,5848,'comment_shortcuts','false'),(78552,5848,'admin_color','fresh'),(78553,5848,'use_ssl','0'),(78554,5848,'show_admin_bar_front','true'),(78555,5848,'locale',''),(78556,5848,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78557,5848,'wp_user_level','0'),(78558,5848,'default_password_nag','1'),(78559,5849,'nickname','jibbij1999'),(78560,5849,'first_name',''),(78561,5849,'last_name',''),(78562,5849,'description',''),(78563,5849,'rich_editing','true'),(78564,5849,'syntax_highlighting','true'),(78565,5849,'comment_shortcuts','false'),(78566,5849,'admin_color','fresh'),(78567,5849,'use_ssl','0'),(78568,5849,'show_admin_bar_front','true'),(78569,5849,'locale',''),(78570,5849,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78571,5849,'wp_user_level','0'),(78572,5849,'default_password_nag','1'),(78573,5850,'nickname','qshahbaz6691953'),(78574,5850,'first_name',''),(78575,5850,'last_name',''),(78576,5850,'description',''),(78577,5850,'rich_editing','true'),(78578,5850,'syntax_highlighting','true'),(78579,5850,'comment_shortcuts','false'),(78580,5850,'admin_color','fresh'),(78581,5850,'use_ssl','0'),(78582,5850,'show_admin_bar_front','true'),(78583,5850,'locale',''),(78584,5850,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78585,5850,'wp_user_level','0'),(78586,5850,'default_password_nag','1'),(78587,5851,'nickname','haagcompanies60251993'),(78588,5851,'first_name',''),(78589,5851,'last_name',''),(78590,5851,'description',''),(78591,5851,'rich_editing','true'),(78592,5851,'syntax_highlighting','true'),(78593,5851,'comment_shortcuts','false'),(78594,5851,'admin_color','fresh'),(78595,5851,'use_ssl','0'),(78596,5851,'show_admin_bar_front','true'),(78597,5851,'locale',''),(78598,5851,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78599,5851,'wp_user_level','0'),(78600,5851,'default_password_nag','1'),(78601,5852,'nickname','kayla.rueffer2000'),(78602,5852,'first_name',''),(78603,5852,'last_name',''),(78604,5852,'description',''),(78605,5852,'rich_editing','true'),(78606,5852,'syntax_highlighting','true'),(78607,5852,'comment_shortcuts','false'),(78608,5852,'admin_color','fresh'),(78609,5852,'use_ssl','0'),(78610,5852,'show_admin_bar_front','true'),(78611,5852,'locale',''),(78612,5852,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78613,5852,'wp_user_level','0'),(78614,5852,'default_password_nag','1'),(78615,5853,'nickname','ojeda83191966'),(78616,5853,'first_name',''),(78617,5853,'last_name',''),(78618,5853,'description',''),(78619,5853,'rich_editing','true'),(78620,5853,'syntax_highlighting','true'),(78621,5853,'comment_shortcuts','false'),(78622,5853,'admin_color','fresh'),(78623,5853,'use_ssl','0'),(78624,5853,'show_admin_bar_front','true'),(78625,5853,'locale',''),(78626,5853,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78627,5853,'wp_user_level','0'),(78628,5853,'default_password_nag','1'),(78629,5854,'nickname','annabellevance1952'),(78630,5854,'first_name',''),(78631,5854,'last_name',''),(78632,5854,'description',''),(78633,5854,'rich_editing','true'),(78634,5854,'syntax_highlighting','true'),(78635,5854,'comment_shortcuts','false'),(78636,5854,'admin_color','fresh'),(78637,5854,'use_ssl','0'),(78638,5854,'show_admin_bar_front','true'),(78639,5854,'locale',''),(78640,5854,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78641,5854,'wp_user_level','0'),(78642,5854,'default_password_nag','1'),(78643,5855,'nickname','cling20032010'),(78644,5855,'first_name',''),(78645,5855,'last_name',''),(78646,5855,'description',''),(78647,5855,'rich_editing','true'),(78648,5855,'syntax_highlighting','true'),(78649,5855,'comment_shortcuts','false'),(78650,5855,'admin_color','fresh'),(78651,5855,'use_ssl','0'),(78652,5855,'show_admin_bar_front','true'),(78653,5855,'locale',''),(78654,5855,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78655,5855,'wp_user_level','0'),(78656,5855,'default_password_nag','1'),(78657,5856,'nickname','myfatalthoughts1963'),(78658,5856,'first_name',''),(78659,5856,'last_name',''),(78660,5856,'description',''),(78661,5856,'rich_editing','true'),(78662,5856,'syntax_highlighting','true'),(78663,5856,'comment_shortcuts','false'),(78664,5856,'admin_color','fresh'),(78665,5856,'use_ssl','0'),(78666,5856,'show_admin_bar_front','true'),(78667,5856,'locale',''),(78668,5856,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78669,5856,'wp_user_level','0'),(78670,5856,'default_password_nag','1'),(78671,5857,'nickname','pbrotundo2001'),(78672,5857,'first_name',''),(78673,5857,'last_name',''),(78674,5857,'description',''),(78675,5857,'rich_editing','true'),(78676,5857,'syntax_highlighting','true'),(78677,5857,'comment_shortcuts','false'),(78678,5857,'admin_color','fresh'),(78679,5857,'use_ssl','0'),(78680,5857,'show_admin_bar_front','true'),(78681,5857,'locale',''),(78682,5857,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78683,5857,'wp_user_level','0'),(78684,5857,'default_password_nag','1'),(78685,5858,'nickname','tyminter20031978'),(78686,5858,'first_name',''),(78687,5858,'last_name',''),(78688,5858,'description',''),(78689,5858,'rich_editing','true'),(78690,5858,'syntax_highlighting','true'),(78691,5858,'comment_shortcuts','false'),(78692,5858,'admin_color','fresh'),(78693,5858,'use_ssl','0'),(78694,5858,'show_admin_bar_front','true'),(78695,5858,'locale',''),(78696,5858,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78697,5858,'wp_user_level','0'),(78698,5858,'default_password_nag','1'),(78699,5859,'nickname','muridi121954'),(78700,5859,'first_name',''),(78701,5859,'last_name',''),(78702,5859,'description',''),(78703,5859,'rich_editing','true'),(78704,5859,'syntax_highlighting','true'),(78705,5859,'comment_shortcuts','false'),(78706,5859,'admin_color','fresh'),(78707,5859,'use_ssl','0'),(78708,5859,'show_admin_bar_front','true'),(78709,5859,'locale',''),(78710,5859,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78711,5859,'wp_user_level','0'),(78712,5859,'default_password_nag','1'),(78713,5860,'nickname','lolitsnico2008'),(78714,5860,'first_name',''),(78715,5860,'last_name',''),(78716,5860,'description',''),(78717,5860,'rich_editing','true'),(78718,5860,'syntax_highlighting','true'),(78719,5860,'comment_shortcuts','false'),(78720,5860,'admin_color','fresh'),(78721,5860,'use_ssl','0'),(78722,5860,'show_admin_bar_front','true'),(78723,5860,'locale',''),(78724,5860,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78725,5860,'wp_user_level','0'),(78726,5860,'default_password_nag','1'),(78727,5861,'nickname','mattroe4562009'),(78728,5861,'first_name',''),(78729,5861,'last_name',''),(78730,5861,'description',''),(78731,5861,'rich_editing','true'),(78732,5861,'syntax_highlighting','true'),(78733,5861,'comment_shortcuts','false'),(78734,5861,'admin_color','fresh'),(78735,5861,'use_ssl','0'),(78736,5861,'show_admin_bar_front','true'),(78737,5861,'locale',''),(78738,5861,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78739,5861,'wp_user_level','0'),(78740,5861,'default_password_nag','1'),(78741,5862,'nickname','bmikeg20021979'),(78742,5862,'first_name',''),(78743,5862,'last_name',''),(78744,5862,'description',''),(78745,5862,'rich_editing','true'),(78746,5862,'syntax_highlighting','true'),(78747,5862,'comment_shortcuts','false'),(78748,5862,'admin_color','fresh'),(78749,5862,'use_ssl','0'),(78750,5862,'show_admin_bar_front','true'),(78751,5862,'locale',''),(78752,5862,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78753,5862,'wp_user_level','0'),(78754,5862,'default_password_nag','1'),(78755,5863,'nickname','oakridge.salvati1966'),(78756,5863,'first_name',''),(78757,5863,'last_name',''),(78758,5863,'description',''),(78759,5863,'rich_editing','true'),(78760,5863,'syntax_highlighting','true'),(78761,5863,'comment_shortcuts','false'),(78762,5863,'admin_color','fresh'),(78763,5863,'use_ssl','0'),(78764,5863,'show_admin_bar_front','true'),(78765,5863,'locale',''),(78766,5863,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78767,5863,'wp_user_level','0'),(78768,5863,'default_password_nag','1'),(78769,5864,'nickname','beralpol1950'),(78770,5864,'first_name',''),(78771,5864,'last_name',''),(78772,5864,'description',''),(78773,5864,'rich_editing','true'),(78774,5864,'syntax_highlighting','true'),(78775,5864,'comment_shortcuts','false'),(78776,5864,'admin_color','fresh'),(78777,5864,'use_ssl','0'),(78778,5864,'show_admin_bar_front','true'),(78779,5864,'locale',''),(78780,5864,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78781,5864,'wp_user_level','0'),(78782,5864,'default_password_nag','1'),(78783,5865,'nickname','teresa.cozzetti1990'),(78784,5865,'first_name',''),(78785,5865,'last_name',''),(78786,5865,'description',''),(78787,5865,'rich_editing','true'),(78788,5865,'syntax_highlighting','true'),(78789,5865,'comment_shortcuts','false'),(78790,5865,'admin_color','fresh'),(78791,5865,'use_ssl','0'),(78792,5865,'show_admin_bar_front','true'),(78793,5865,'locale',''),(78794,5865,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78795,5865,'wp_user_level','0'),(78796,5865,'default_password_nag','1'),(78797,5866,'nickname','alanlew551990'),(78798,5866,'first_name',''),(78799,5866,'last_name',''),(78800,5866,'description',''),(78801,5866,'rich_editing','true'),(78802,5866,'syntax_highlighting','true'),(78803,5866,'comment_shortcuts','false'),(78804,5866,'admin_color','fresh'),(78805,5866,'use_ssl','0'),(78806,5866,'show_admin_bar_front','true'),(78807,5866,'locale',''),(78808,5866,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78809,5866,'wp_user_level','0'),(78810,5866,'default_password_nag','1'),(78811,5867,'nickname','petikwei1970'),(78812,5867,'first_name',''),(78813,5867,'last_name',''),(78814,5867,'description',''),(78815,5867,'rich_editing','true'),(78816,5867,'syntax_highlighting','true'),(78817,5867,'comment_shortcuts','false'),(78818,5867,'admin_color','fresh'),(78819,5867,'use_ssl','0'),(78820,5867,'show_admin_bar_front','true'),(78821,5867,'locale',''),(78822,5867,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78823,5867,'wp_user_level','0'),(78824,5867,'default_password_nag','1'),(78825,5868,'nickname','atunderdogk1993'),(78826,5868,'first_name',''),(78827,5868,'last_name',''),(78828,5868,'description',''),(78829,5868,'rich_editing','true'),(78830,5868,'syntax_highlighting','true'),(78831,5868,'comment_shortcuts','false'),(78832,5868,'admin_color','fresh'),(78833,5868,'use_ssl','0'),(78834,5868,'show_admin_bar_front','true'),(78835,5868,'locale',''),(78836,5868,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78837,5868,'wp_user_level','0'),(78838,5868,'default_password_nag','1'),(78839,5869,'nickname','meetthetucker12171985'),(78840,5869,'first_name',''),(78841,5869,'last_name',''),(78842,5869,'description',''),(78843,5869,'rich_editing','true'),(78844,5869,'syntax_highlighting','true'),(78845,5869,'comment_shortcuts','false'),(78846,5869,'admin_color','fresh'),(78847,5869,'use_ssl','0'),(78848,5869,'show_admin_bar_front','true'),(78849,5869,'locale',''),(78850,5869,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78851,5869,'wp_user_level','0'),(78852,5869,'default_password_nag','1'),(78853,5870,'nickname','pltorres801988'),(78854,5870,'first_name',''),(78855,5870,'last_name',''),(78856,5870,'description',''),(78857,5870,'rich_editing','true'),(78858,5870,'syntax_highlighting','true'),(78859,5870,'comment_shortcuts','false'),(78860,5870,'admin_color','fresh'),(78861,5870,'use_ssl','0'),(78862,5870,'show_admin_bar_front','true'),(78863,5870,'locale',''),(78864,5870,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78865,5870,'wp_user_level','0'),(78866,5870,'default_password_nag','1'),(78867,5871,'nickname','kwithrow1964'),(78868,5871,'first_name',''),(78869,5871,'last_name',''),(78870,5871,'description',''),(78871,5871,'rich_editing','true'),(78872,5871,'syntax_highlighting','true'),(78873,5871,'comment_shortcuts','false'),(78874,5871,'admin_color','fresh'),(78875,5871,'use_ssl','0'),(78876,5871,'show_admin_bar_front','true'),(78877,5871,'locale',''),(78878,5871,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78879,5871,'wp_user_level','0'),(78880,5871,'default_password_nag','1'),(78881,5872,'nickname','traxlc06031963'),(78882,5872,'first_name',''),(78883,5872,'last_name',''),(78884,5872,'description',''),(78885,5872,'rich_editing','true'),(78886,5872,'syntax_highlighting','true'),(78887,5872,'comment_shortcuts','false'),(78888,5872,'admin_color','fresh'),(78889,5872,'use_ssl','0'),(78890,5872,'show_admin_bar_front','true'),(78891,5872,'locale',''),(78892,5872,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78893,5872,'wp_user_level','0'),(78894,5872,'default_password_nag','1'),(78895,5873,'nickname','mrs.jessicamarlowe2004'),(78896,5873,'first_name',''),(78897,5873,'last_name',''),(78898,5873,'description',''),(78899,5873,'rich_editing','true'),(78900,5873,'syntax_highlighting','true'),(78901,5873,'comment_shortcuts','false'),(78902,5873,'admin_color','fresh'),(78903,5873,'use_ssl','0'),(78904,5873,'show_admin_bar_front','true'),(78905,5873,'locale',''),(78906,5873,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78907,5873,'wp_user_level','0'),(78908,5873,'default_password_nag','1'),(78909,5874,'nickname','nskrobot1962'),(78910,5874,'first_name',''),(78911,5874,'last_name',''),(78912,5874,'description',''),(78913,5874,'rich_editing','true'),(78914,5874,'syntax_highlighting','true'),(78915,5874,'comment_shortcuts','false'),(78916,5874,'admin_color','fresh'),(78917,5874,'use_ssl','0'),(78918,5874,'show_admin_bar_front','true'),(78919,5874,'locale',''),(78920,5874,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78921,5874,'wp_user_level','0'),(78922,5874,'default_password_nag','1'),(78923,5875,'nickname','jeffa1968'),(78924,5875,'first_name',''),(78925,5875,'last_name',''),(78926,5875,'description',''),(78927,5875,'rich_editing','true'),(78928,5875,'syntax_highlighting','true'),(78929,5875,'comment_shortcuts','false'),(78930,5875,'admin_color','fresh'),(78931,5875,'use_ssl','0'),(78932,5875,'show_admin_bar_front','true'),(78933,5875,'locale',''),(78934,5875,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78935,5875,'wp_user_level','0'),(78936,5875,'default_password_nag','1'),(78937,5876,'nickname','cyacano1958'),(78938,5876,'first_name',''),(78939,5876,'last_name',''),(78940,5876,'description',''),(78941,5876,'rich_editing','true'),(78942,5876,'syntax_highlighting','true'),(78943,5876,'comment_shortcuts','false'),(78944,5876,'admin_color','fresh'),(78945,5876,'use_ssl','0'),(78946,5876,'show_admin_bar_front','true'),(78947,5876,'locale',''),(78948,5876,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78949,5876,'wp_user_level','0'),(78950,5876,'default_password_nag','1'),(78951,5877,'nickname','hernandez.daniel89071961'),(78952,5877,'first_name',''),(78953,5877,'last_name',''),(78954,5877,'description',''),(78955,5877,'rich_editing','true'),(78956,5877,'syntax_highlighting','true'),(78957,5877,'comment_shortcuts','false'),(78958,5877,'admin_color','fresh'),(78959,5877,'use_ssl','0'),(78960,5877,'show_admin_bar_front','true'),(78961,5877,'locale',''),(78962,5877,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78963,5877,'wp_user_level','0'),(78964,5877,'default_password_nag','1'),(78965,5878,'nickname','cindy1963'),(78966,5878,'first_name',''),(78967,5878,'last_name',''),(78968,5878,'description',''),(78969,5878,'rich_editing','true'),(78970,5878,'syntax_highlighting','true'),(78971,5878,'comment_shortcuts','false'),(78972,5878,'admin_color','fresh'),(78973,5878,'use_ssl','0'),(78974,5878,'show_admin_bar_front','true'),(78975,5878,'locale',''),(78976,5878,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78977,5878,'wp_user_level','0'),(78978,5878,'default_password_nag','1'),(78979,5879,'nickname','osonyele1964'),(78980,5879,'first_name',''),(78981,5879,'last_name',''),(78982,5879,'description',''),(78983,5879,'rich_editing','true'),(78984,5879,'syntax_highlighting','true'),(78985,5879,'comment_shortcuts','false'),(78986,5879,'admin_color','fresh'),(78987,5879,'use_ssl','0'),(78988,5879,'show_admin_bar_front','true'),(78989,5879,'locale',''),(78990,5879,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(78991,5879,'wp_user_level','0'),(78992,5879,'default_password_nag','1'),(78993,5880,'nickname','leesmerchandise211976'),(78994,5880,'first_name',''),(78995,5880,'last_name',''),(78996,5880,'description',''),(78997,5880,'rich_editing','true'),(78998,5880,'syntax_highlighting','true'),(78999,5880,'comment_shortcuts','false'),(79000,5880,'admin_color','fresh'),(79001,5880,'use_ssl','0'),(79002,5880,'show_admin_bar_front','true'),(79003,5880,'locale',''),(79004,5880,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79005,5880,'wp_user_level','0'),(79006,5880,'default_password_nag','1'),(79007,5881,'nickname','info2005'),(79008,5881,'first_name',''),(79009,5881,'last_name',''),(79010,5881,'description',''),(79011,5881,'rich_editing','true'),(79012,5881,'syntax_highlighting','true'),(79013,5881,'comment_shortcuts','false'),(79014,5881,'admin_color','fresh'),(79015,5881,'use_ssl','0'),(79016,5881,'show_admin_bar_front','true'),(79017,5881,'locale',''),(79018,5881,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79019,5881,'wp_user_level','0'),(79020,5881,'default_password_nag','1'),(79021,5882,'nickname','mckaynb1960'),(79022,5882,'first_name',''),(79023,5882,'last_name',''),(79024,5882,'description',''),(79025,5882,'rich_editing','true'),(79026,5882,'syntax_highlighting','true'),(79027,5882,'comment_shortcuts','false'),(79028,5882,'admin_color','fresh'),(79029,5882,'use_ssl','0'),(79030,5882,'show_admin_bar_front','true'),(79031,5882,'locale',''),(79032,5882,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79033,5882,'wp_user_level','0'),(79034,5882,'default_password_nag','1'),(79035,5883,'nickname','wajida6032003'),(79036,5883,'first_name',''),(79037,5883,'last_name',''),(79038,5883,'description',''),(79039,5883,'rich_editing','true'),(79040,5883,'syntax_highlighting','true'),(79041,5883,'comment_shortcuts','false'),(79042,5883,'admin_color','fresh'),(79043,5883,'use_ssl','0'),(79044,5883,'show_admin_bar_front','true'),(79045,5883,'locale',''),(79046,5883,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79047,5883,'wp_user_level','0'),(79048,5883,'default_password_nag','1'),(79049,5884,'nickname','cindykm501980'),(79050,5884,'first_name',''),(79051,5884,'last_name',''),(79052,5884,'description',''),(79053,5884,'rich_editing','true'),(79054,5884,'syntax_highlighting','true'),(79055,5884,'comment_shortcuts','false'),(79056,5884,'admin_color','fresh'),(79057,5884,'use_ssl','0'),(79058,5884,'show_admin_bar_front','true'),(79059,5884,'locale',''),(79060,5884,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79061,5884,'wp_user_level','0'),(79062,5884,'default_password_nag','1'),(79063,5885,'nickname','audreymckie1961'),(79064,5885,'first_name',''),(79065,5885,'last_name',''),(79066,5885,'description',''),(79067,5885,'rich_editing','true'),(79068,5885,'syntax_highlighting','true'),(79069,5885,'comment_shortcuts','false'),(79070,5885,'admin_color','fresh'),(79071,5885,'use_ssl','0'),(79072,5885,'show_admin_bar_front','true'),(79073,5885,'locale',''),(79074,5885,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79075,5885,'wp_user_level','0'),(79076,5885,'default_password_nag','1'),(79077,5886,'nickname','jessicambarrios2009'),(79078,5886,'first_name',''),(79079,5886,'last_name',''),(79080,5886,'description',''),(79081,5886,'rich_editing','true'),(79082,5886,'syntax_highlighting','true'),(79083,5886,'comment_shortcuts','false'),(79084,5886,'admin_color','fresh'),(79085,5886,'use_ssl','0'),(79086,5886,'show_admin_bar_front','true'),(79087,5886,'locale',''),(79088,5886,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79089,5886,'wp_user_level','0'),(79090,5886,'default_password_nag','1'),(79091,5887,'nickname','cmtorres261999'),(79092,5887,'first_name',''),(79093,5887,'last_name',''),(79094,5887,'description',''),(79095,5887,'rich_editing','true'),(79096,5887,'syntax_highlighting','true'),(79097,5887,'comment_shortcuts','false'),(79098,5887,'admin_color','fresh'),(79099,5887,'use_ssl','0'),(79100,5887,'show_admin_bar_front','true'),(79101,5887,'locale',''),(79102,5887,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79103,5887,'wp_user_level','0'),(79104,5887,'default_password_nag','1'),(79105,5888,'nickname','djjax112002'),(79106,5888,'first_name',''),(79107,5888,'last_name',''),(79108,5888,'description',''),(79109,5888,'rich_editing','true'),(79110,5888,'syntax_highlighting','true'),(79111,5888,'comment_shortcuts','false'),(79112,5888,'admin_color','fresh'),(79113,5888,'use_ssl','0'),(79114,5888,'show_admin_bar_front','true'),(79115,5888,'locale',''),(79116,5888,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79117,5888,'wp_user_level','0'),(79118,5888,'default_password_nag','1'),(79119,5889,'nickname','shopdroppers2004'),(79120,5889,'first_name',''),(79121,5889,'last_name',''),(79122,5889,'description',''),(79123,5889,'rich_editing','true'),(79124,5889,'syntax_highlighting','true'),(79125,5889,'comment_shortcuts','false'),(79126,5889,'admin_color','fresh'),(79127,5889,'use_ssl','0'),(79128,5889,'show_admin_bar_front','true'),(79129,5889,'locale',''),(79130,5889,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79131,5889,'wp_user_level','0'),(79132,5889,'default_password_nag','1'),(79133,5890,'nickname','luka.johanna172010'),(79134,5890,'first_name',''),(79135,5890,'last_name',''),(79136,5890,'description',''),(79137,5890,'rich_editing','true'),(79138,5890,'syntax_highlighting','true'),(79139,5890,'comment_shortcuts','false'),(79140,5890,'admin_color','fresh'),(79141,5890,'use_ssl','0'),(79142,5890,'show_admin_bar_front','true'),(79143,5890,'locale',''),(79144,5890,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79145,5890,'wp_user_level','0'),(79146,5890,'default_password_nag','1'),(79147,5891,'nickname','hoogsoeren1997'),(79148,5891,'first_name',''),(79149,5891,'last_name',''),(79150,5891,'description',''),(79151,5891,'rich_editing','true'),(79152,5891,'syntax_highlighting','true'),(79153,5891,'comment_shortcuts','false'),(79154,5891,'admin_color','fresh'),(79155,5891,'use_ssl','0'),(79156,5891,'show_admin_bar_front','true'),(79157,5891,'locale',''),(79158,5891,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79159,5891,'wp_user_level','0'),(79160,5891,'default_password_nag','1'),(79161,5892,'nickname','mick0020031981'),(79162,5892,'first_name',''),(79163,5892,'last_name',''),(79164,5892,'description',''),(79165,5892,'rich_editing','true'),(79166,5892,'syntax_highlighting','true'),(79167,5892,'comment_shortcuts','false'),(79168,5892,'admin_color','fresh'),(79169,5892,'use_ssl','0'),(79170,5892,'show_admin_bar_front','true'),(79171,5892,'locale',''),(79172,5892,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79173,5892,'wp_user_level','0'),(79174,5892,'default_password_nag','1'),(79175,5893,'nickname','vgomezperez1962'),(79176,5893,'first_name',''),(79177,5893,'last_name',''),(79178,5893,'description',''),(79179,5893,'rich_editing','true'),(79180,5893,'syntax_highlighting','true'),(79181,5893,'comment_shortcuts','false'),(79182,5893,'admin_color','fresh'),(79183,5893,'use_ssl','0'),(79184,5893,'show_admin_bar_front','true'),(79185,5893,'locale',''),(79186,5893,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79187,5893,'wp_user_level','0'),(79188,5893,'default_password_nag','1'),(79189,5894,'nickname','mwilliams41958'),(79190,5894,'first_name',''),(79191,5894,'last_name',''),(79192,5894,'description',''),(79193,5894,'rich_editing','true'),(79194,5894,'syntax_highlighting','true'),(79195,5894,'comment_shortcuts','false'),(79196,5894,'admin_color','fresh'),(79197,5894,'use_ssl','0'),(79198,5894,'show_admin_bar_front','true'),(79199,5894,'locale',''),(79200,5894,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79201,5894,'wp_user_level','0'),(79202,5894,'default_password_nag','1'),(79203,5895,'nickname','meadow.chaput1957'),(79204,5895,'first_name',''),(79205,5895,'last_name',''),(79206,5895,'description',''),(79207,5895,'rich_editing','true'),(79208,5895,'syntax_highlighting','true'),(79209,5895,'comment_shortcuts','false'),(79210,5895,'admin_color','fresh'),(79211,5895,'use_ssl','0'),(79212,5895,'show_admin_bar_front','true'),(79213,5895,'locale',''),(79214,5895,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79215,5895,'wp_user_level','0'),(79216,5895,'default_password_nag','1'),(79217,5896,'nickname','arthursimpsonii1955'),(79218,5896,'first_name',''),(79219,5896,'last_name',''),(79220,5896,'description',''),(79221,5896,'rich_editing','true'),(79222,5896,'syntax_highlighting','true'),(79223,5896,'comment_shortcuts','false'),(79224,5896,'admin_color','fresh'),(79225,5896,'use_ssl','0'),(79226,5896,'show_admin_bar_front','true'),(79227,5896,'locale',''),(79228,5896,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79229,5896,'wp_user_level','0'),(79230,5896,'default_password_nag','1'),(79231,5897,'nickname','jeannie.obrien1956'),(79232,5897,'first_name',''),(79233,5897,'last_name',''),(79234,5897,'description',''),(79235,5897,'rich_editing','true'),(79236,5897,'syntax_highlighting','true'),(79237,5897,'comment_shortcuts','false'),(79238,5897,'admin_color','fresh'),(79239,5897,'use_ssl','0'),(79240,5897,'show_admin_bar_front','true'),(79241,5897,'locale',''),(79242,5897,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79243,5897,'wp_user_level','0'),(79244,5897,'default_password_nag','1'),(79245,5898,'nickname','priya4102010'),(79246,5898,'first_name',''),(79247,5898,'last_name',''),(79248,5898,'description',''),(79249,5898,'rich_editing','true'),(79250,5898,'syntax_highlighting','true'),(79251,5898,'comment_shortcuts','false'),(79252,5898,'admin_color','fresh'),(79253,5898,'use_ssl','0'),(79254,5898,'show_admin_bar_front','true'),(79255,5898,'locale',''),(79256,5898,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79257,5898,'wp_user_level','0'),(79258,5898,'default_password_nag','1'),(79259,5899,'nickname','drdsstuart1990'),(79260,5899,'first_name',''),(79261,5899,'last_name',''),(79262,5899,'description',''),(79263,5899,'rich_editing','true'),(79264,5899,'syntax_highlighting','true'),(79265,5899,'comment_shortcuts','false'),(79266,5899,'admin_color','fresh'),(79267,5899,'use_ssl','0'),(79268,5899,'show_admin_bar_front','true'),(79269,5899,'locale',''),(79270,5899,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79271,5899,'wp_user_level','0'),(79272,5899,'default_password_nag','1'),(79273,5900,'nickname','chris.balaj1959'),(79274,5900,'first_name',''),(79275,5900,'last_name',''),(79276,5900,'description',''),(79277,5900,'rich_editing','true'),(79278,5900,'syntax_highlighting','true'),(79279,5900,'comment_shortcuts','false'),(79280,5900,'admin_color','fresh'),(79281,5900,'use_ssl','0'),(79282,5900,'show_admin_bar_front','true'),(79283,5900,'locale',''),(79284,5900,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79285,5900,'wp_user_level','0'),(79286,5900,'default_password_nag','1'),(79287,5901,'nickname','hkafaith1955'),(79288,5901,'first_name',''),(79289,5901,'last_name',''),(79290,5901,'description',''),(79291,5901,'rich_editing','true'),(79292,5901,'syntax_highlighting','true'),(79293,5901,'comment_shortcuts','false'),(79294,5901,'admin_color','fresh'),(79295,5901,'use_ssl','0'),(79296,5901,'show_admin_bar_front','true'),(79297,5901,'locale',''),(79298,5901,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79299,5901,'wp_user_level','0'),(79300,5901,'default_password_nag','1'),(79301,5902,'nickname','hn.osman211979'),(79302,5902,'first_name',''),(79303,5902,'last_name',''),(79304,5902,'description',''),(79305,5902,'rich_editing','true'),(79306,5902,'syntax_highlighting','true'),(79307,5902,'comment_shortcuts','false'),(79308,5902,'admin_color','fresh'),(79309,5902,'use_ssl','0'),(79310,5902,'show_admin_bar_front','true'),(79311,5902,'locale',''),(79312,5902,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79313,5902,'wp_user_level','0'),(79314,5902,'default_password_nag','1'),(79315,5903,'nickname','msawh891992'),(79316,5903,'first_name',''),(79317,5903,'last_name',''),(79318,5903,'description',''),(79319,5903,'rich_editing','true'),(79320,5903,'syntax_highlighting','true'),(79321,5903,'comment_shortcuts','false'),(79322,5903,'admin_color','fresh'),(79323,5903,'use_ssl','0'),(79324,5903,'show_admin_bar_front','true'),(79325,5903,'locale',''),(79326,5903,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79327,5903,'wp_user_level','0'),(79328,5903,'default_password_nag','1'),(79329,5904,'nickname','gnbsc11976'),(79330,5904,'first_name',''),(79331,5904,'last_name',''),(79332,5904,'description',''),(79333,5904,'rich_editing','true'),(79334,5904,'syntax_highlighting','true'),(79335,5904,'comment_shortcuts','false'),(79336,5904,'admin_color','fresh'),(79337,5904,'use_ssl','0'),(79338,5904,'show_admin_bar_front','true'),(79339,5904,'locale',''),(79340,5904,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79341,5904,'wp_user_level','0'),(79342,5904,'default_password_nag','1'),(79343,5905,'nickname','tmskorup1984'),(79344,5905,'first_name',''),(79345,5905,'last_name',''),(79346,5905,'description',''),(79347,5905,'rich_editing','true'),(79348,5905,'syntax_highlighting','true'),(79349,5905,'comment_shortcuts','false'),(79350,5905,'admin_color','fresh'),(79351,5905,'use_ssl','0'),(79352,5905,'show_admin_bar_front','true'),(79353,5905,'locale',''),(79354,5905,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79355,5905,'wp_user_level','0'),(79356,5905,'default_password_nag','1'),(79357,5906,'nickname','mcguckin1977'),(79358,5906,'first_name',''),(79359,5906,'last_name',''),(79360,5906,'description',''),(79361,5906,'rich_editing','true'),(79362,5906,'syntax_highlighting','true'),(79363,5906,'comment_shortcuts','false'),(79364,5906,'admin_color','fresh'),(79365,5906,'use_ssl','0'),(79366,5906,'show_admin_bar_front','true'),(79367,5906,'locale',''),(79368,5906,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79369,5906,'wp_user_level','0'),(79370,5906,'default_password_nag','1'),(79371,5907,'nickname','nmp260261970'),(79372,5907,'first_name',''),(79373,5907,'last_name',''),(79374,5907,'description',''),(79375,5907,'rich_editing','true'),(79376,5907,'syntax_highlighting','true'),(79377,5907,'comment_shortcuts','false'),(79378,5907,'admin_color','fresh'),(79379,5907,'use_ssl','0'),(79380,5907,'show_admin_bar_front','true'),(79381,5907,'locale',''),(79382,5907,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79383,5907,'wp_user_level','0'),(79384,5907,'default_password_nag','1'),(79385,5908,'nickname','dannycroft20081978'),(79386,5908,'first_name',''),(79387,5908,'last_name',''),(79388,5908,'description',''),(79389,5908,'rich_editing','true'),(79390,5908,'syntax_highlighting','true'),(79391,5908,'comment_shortcuts','false'),(79392,5908,'admin_color','fresh'),(79393,5908,'use_ssl','0'),(79394,5908,'show_admin_bar_front','true'),(79395,5908,'locale',''),(79396,5908,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79397,5908,'wp_user_level','0'),(79398,5908,'default_password_nag','1'),(79399,5909,'nickname','commishandduke1960'),(79400,5909,'first_name',''),(79401,5909,'last_name',''),(79402,5909,'description',''),(79403,5909,'rich_editing','true'),(79404,5909,'syntax_highlighting','true'),(79405,5909,'comment_shortcuts','false'),(79406,5909,'admin_color','fresh'),(79407,5909,'use_ssl','0'),(79408,5909,'show_admin_bar_front','true'),(79409,5909,'locale',''),(79410,5909,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79411,5909,'wp_user_level','0'),(79412,5909,'default_password_nag','1'),(79413,5910,'nickname','yalwishah931985'),(79414,5910,'first_name',''),(79415,5910,'last_name',''),(79416,5910,'description',''),(79417,5910,'rich_editing','true'),(79418,5910,'syntax_highlighting','true'),(79419,5910,'comment_shortcuts','false'),(79420,5910,'admin_color','fresh'),(79421,5910,'use_ssl','0'),(79422,5910,'show_admin_bar_front','true'),(79423,5910,'locale',''),(79424,5910,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79425,5910,'wp_user_level','0'),(79426,5910,'default_password_nag','1'),(79427,5911,'nickname','bsmithfloors2000'),(79428,5911,'first_name',''),(79429,5911,'last_name',''),(79430,5911,'description',''),(79431,5911,'rich_editing','true'),(79432,5911,'syntax_highlighting','true'),(79433,5911,'comment_shortcuts','false'),(79434,5911,'admin_color','fresh'),(79435,5911,'use_ssl','0'),(79436,5911,'show_admin_bar_front','true'),(79437,5911,'locale',''),(79438,5911,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79439,5911,'wp_user_level','0'),(79440,5911,'default_password_nag','1'),(79441,5912,'nickname','mjkruep2001'),(79442,5912,'first_name',''),(79443,5912,'last_name',''),(79444,5912,'description',''),(79445,5912,'rich_editing','true'),(79446,5912,'syntax_highlighting','true'),(79447,5912,'comment_shortcuts','false'),(79448,5912,'admin_color','fresh'),(79449,5912,'use_ssl','0'),(79450,5912,'show_admin_bar_front','true'),(79451,5912,'locale',''),(79452,5912,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79453,5912,'wp_user_level','0'),(79454,5912,'default_password_nag','1'),(79455,5913,'nickname','billgrove1990'),(79456,5913,'first_name',''),(79457,5913,'last_name',''),(79458,5913,'description',''),(79459,5913,'rich_editing','true'),(79460,5913,'syntax_highlighting','true'),(79461,5913,'comment_shortcuts','false'),(79462,5913,'admin_color','fresh'),(79463,5913,'use_ssl','0'),(79464,5913,'show_admin_bar_front','true'),(79465,5913,'locale',''),(79466,5913,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79467,5913,'wp_user_level','0'),(79468,5913,'default_password_nag','1'),(79469,5914,'nickname','jkoza1956'),(79470,5914,'first_name',''),(79471,5914,'last_name',''),(79472,5914,'description',''),(79473,5914,'rich_editing','true'),(79474,5914,'syntax_highlighting','true'),(79475,5914,'comment_shortcuts','false'),(79476,5914,'admin_color','fresh'),(79477,5914,'use_ssl','0'),(79478,5914,'show_admin_bar_front','true'),(79479,5914,'locale',''),(79480,5914,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79481,5914,'wp_user_level','0'),(79482,5914,'default_password_nag','1'),(79483,5915,'nickname','t-comm1960'),(79484,5915,'first_name',''),(79485,5915,'last_name',''),(79486,5915,'description',''),(79487,5915,'rich_editing','true'),(79488,5915,'syntax_highlighting','true'),(79489,5915,'comment_shortcuts','false'),(79490,5915,'admin_color','fresh'),(79491,5915,'use_ssl','0'),(79492,5915,'show_admin_bar_front','true'),(79493,5915,'locale',''),(79494,5915,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79495,5915,'wp_user_level','0'),(79496,5915,'default_password_nag','1'),(79497,5916,'nickname','mrs.lonkeywonder1959'),(79498,5916,'first_name',''),(79499,5916,'last_name',''),(79500,5916,'description',''),(79501,5916,'rich_editing','true'),(79502,5916,'syntax_highlighting','true'),(79503,5916,'comment_shortcuts','false'),(79504,5916,'admin_color','fresh'),(79505,5916,'use_ssl','0'),(79506,5916,'show_admin_bar_front','true'),(79507,5916,'locale',''),(79508,5916,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79509,5916,'wp_user_level','0'),(79510,5916,'default_password_nag','1'),(79511,5917,'nickname','summitaxes1961'),(79512,5917,'first_name',''),(79513,5917,'last_name',''),(79514,5917,'description',''),(79515,5917,'rich_editing','true'),(79516,5917,'syntax_highlighting','true'),(79517,5917,'comment_shortcuts','false'),(79518,5917,'admin_color','fresh'),(79519,5917,'use_ssl','0'),(79520,5917,'show_admin_bar_front','true'),(79521,5917,'locale',''),(79522,5917,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79523,5917,'wp_user_level','0'),(79524,5917,'default_password_nag','1'),(79525,5918,'nickname','jwesley1985'),(79526,5918,'first_name',''),(79527,5918,'last_name',''),(79528,5918,'description',''),(79529,5918,'rich_editing','true'),(79530,5918,'syntax_highlighting','true'),(79531,5918,'comment_shortcuts','false'),(79532,5918,'admin_color','fresh'),(79533,5918,'use_ssl','0'),(79534,5918,'show_admin_bar_front','true'),(79535,5918,'locale',''),(79536,5918,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79537,5918,'wp_user_level','0'),(79538,5918,'default_password_nag','1'),(79539,5919,'nickname','gus13_061970'),(79540,5919,'first_name',''),(79541,5919,'last_name',''),(79542,5919,'description',''),(79543,5919,'rich_editing','true'),(79544,5919,'syntax_highlighting','true'),(79545,5919,'comment_shortcuts','false'),(79546,5919,'admin_color','fresh'),(79547,5919,'use_ssl','0'),(79548,5919,'show_admin_bar_front','true'),(79549,5919,'locale',''),(79550,5919,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79551,5919,'wp_user_level','0'),(79552,5919,'default_password_nag','1'),(79553,5920,'nickname','lileo8221988'),(79554,5920,'first_name',''),(79555,5920,'last_name',''),(79556,5920,'description',''),(79557,5920,'rich_editing','true'),(79558,5920,'syntax_highlighting','true'),(79559,5920,'comment_shortcuts','false'),(79560,5920,'admin_color','fresh'),(79561,5920,'use_ssl','0'),(79562,5920,'show_admin_bar_front','true'),(79563,5920,'locale',''),(79564,5920,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79565,5920,'wp_user_level','0'),(79566,5920,'default_password_nag','1'),(79567,5921,'nickname','staceyvoss1955'),(79568,5921,'first_name',''),(79569,5921,'last_name',''),(79570,5921,'description',''),(79571,5921,'rich_editing','true'),(79572,5921,'syntax_highlighting','true'),(79573,5921,'comment_shortcuts','false'),(79574,5921,'admin_color','fresh'),(79575,5921,'use_ssl','0'),(79576,5921,'show_admin_bar_front','true'),(79577,5921,'locale',''),(79578,5921,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79579,5921,'wp_user_level','0'),(79580,5921,'default_password_nag','1'),(79581,5922,'nickname','richardjss1972'),(79582,5922,'first_name',''),(79583,5922,'last_name',''),(79584,5922,'description',''),(79585,5922,'rich_editing','true'),(79586,5922,'syntax_highlighting','true'),(79587,5922,'comment_shortcuts','false'),(79588,5922,'admin_color','fresh'),(79589,5922,'use_ssl','0'),(79590,5922,'show_admin_bar_front','true'),(79591,5922,'locale',''),(79592,5922,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79593,5922,'wp_user_level','0'),(79594,5922,'default_password_nag','1'),(79595,5923,'nickname','cynthialeecurran1969'),(79596,5923,'first_name',''),(79597,5923,'last_name',''),(79598,5923,'description',''),(79599,5923,'rich_editing','true'),(79600,5923,'syntax_highlighting','true'),(79601,5923,'comment_shortcuts','false'),(79602,5923,'admin_color','fresh'),(79603,5923,'use_ssl','0'),(79604,5923,'show_admin_bar_front','true'),(79605,5923,'locale',''),(79606,5923,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79607,5923,'wp_user_level','0'),(79608,5923,'default_password_nag','1'),(79609,5924,'nickname','insanitieex1966'),(79610,5924,'first_name',''),(79611,5924,'last_name',''),(79612,5924,'description',''),(79613,5924,'rich_editing','true'),(79614,5924,'syntax_highlighting','true'),(79615,5924,'comment_shortcuts','false'),(79616,5924,'admin_color','fresh'),(79617,5924,'use_ssl','0'),(79618,5924,'show_admin_bar_front','true'),(79619,5924,'locale',''),(79620,5924,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79621,5924,'wp_user_level','0'),(79622,5924,'default_password_nag','1'),(79623,5925,'nickname','granitemasters1991'),(79624,5925,'first_name',''),(79625,5925,'last_name',''),(79626,5925,'description',''),(79627,5925,'rich_editing','true'),(79628,5925,'syntax_highlighting','true'),(79629,5925,'comment_shortcuts','false'),(79630,5925,'admin_color','fresh'),(79631,5925,'use_ssl','0'),(79632,5925,'show_admin_bar_front','true'),(79633,5925,'locale',''),(79634,5925,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79635,5925,'wp_user_level','0'),(79636,5925,'default_password_nag','1'),(79637,5926,'nickname','jlevy04811972'),(79638,5926,'first_name',''),(79639,5926,'last_name',''),(79640,5926,'description',''),(79641,5926,'rich_editing','true'),(79642,5926,'syntax_highlighting','true'),(79643,5926,'comment_shortcuts','false'),(79644,5926,'admin_color','fresh'),(79645,5926,'use_ssl','0'),(79646,5926,'show_admin_bar_front','true'),(79647,5926,'locale',''),(79648,5926,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79649,5926,'wp_user_level','0'),(79650,5926,'default_password_nag','1'),(79651,5927,'nickname','jennagregerson1969'),(79652,5927,'first_name',''),(79653,5927,'last_name',''),(79654,5927,'description',''),(79655,5927,'rich_editing','true'),(79656,5927,'syntax_highlighting','true'),(79657,5927,'comment_shortcuts','false'),(79658,5927,'admin_color','fresh'),(79659,5927,'use_ssl','0'),(79660,5927,'show_admin_bar_front','true'),(79661,5927,'locale',''),(79662,5927,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79663,5927,'wp_user_level','0'),(79664,5927,'default_password_nag','1'),(79665,5928,'nickname','jagadesh_jj1999'),(79666,5928,'first_name',''),(79667,5928,'last_name',''),(79668,5928,'description',''),(79669,5928,'rich_editing','true'),(79670,5928,'syntax_highlighting','true'),(79671,5928,'comment_shortcuts','false'),(79672,5928,'admin_color','fresh'),(79673,5928,'use_ssl','0'),(79674,5928,'show_admin_bar_front','true'),(79675,5928,'locale',''),(79676,5928,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79677,5928,'wp_user_level','0'),(79678,5928,'default_password_nag','1'),(79679,5929,'nickname','kamil.samara1966'),(79680,5929,'first_name',''),(79681,5929,'last_name',''),(79682,5929,'description',''),(79683,5929,'rich_editing','true'),(79684,5929,'syntax_highlighting','true'),(79685,5929,'comment_shortcuts','false'),(79686,5929,'admin_color','fresh'),(79687,5929,'use_ssl','0'),(79688,5929,'show_admin_bar_front','true'),(79689,5929,'locale',''),(79690,5929,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79691,5929,'wp_user_level','0'),(79692,5929,'default_password_nag','1'),(79693,5930,'nickname','m13991978'),(79694,5930,'first_name',''),(79695,5930,'last_name',''),(79696,5930,'description',''),(79697,5930,'rich_editing','true'),(79698,5930,'syntax_highlighting','true'),(79699,5930,'comment_shortcuts','false'),(79700,5930,'admin_color','fresh'),(79701,5930,'use_ssl','0'),(79702,5930,'show_admin_bar_front','true'),(79703,5930,'locale',''),(79704,5930,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79705,5930,'wp_user_level','0'),(79706,5930,'default_password_nag','1'),(79707,5931,'nickname','anjalitcv1989'),(79708,5931,'first_name',''),(79709,5931,'last_name',''),(79710,5931,'description',''),(79711,5931,'rich_editing','true'),(79712,5931,'syntax_highlighting','true'),(79713,5931,'comment_shortcuts','false'),(79714,5931,'admin_color','fresh'),(79715,5931,'use_ssl','0'),(79716,5931,'show_admin_bar_front','true'),(79717,5931,'locale',''),(79718,5931,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79719,5931,'wp_user_level','0'),(79720,5931,'default_password_nag','1'),(79721,5932,'nickname','imran17861991'),(79722,5932,'first_name',''),(79723,5932,'last_name',''),(79724,5932,'description',''),(79725,5932,'rich_editing','true'),(79726,5932,'syntax_highlighting','true'),(79727,5932,'comment_shortcuts','false'),(79728,5932,'admin_color','fresh'),(79729,5932,'use_ssl','0'),(79730,5932,'show_admin_bar_front','true'),(79731,5932,'locale',''),(79732,5932,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79733,5932,'wp_user_level','0'),(79734,5932,'default_password_nag','1'),(79735,5933,'nickname','tashamorwell1951'),(79736,5933,'first_name',''),(79737,5933,'last_name',''),(79738,5933,'description',''),(79739,5933,'rich_editing','true'),(79740,5933,'syntax_highlighting','true'),(79741,5933,'comment_shortcuts','false'),(79742,5933,'admin_color','fresh'),(79743,5933,'use_ssl','0'),(79744,5933,'show_admin_bar_front','true'),(79745,5933,'locale',''),(79746,5933,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79747,5933,'wp_user_level','0'),(79748,5933,'default_password_nag','1'),(79749,5934,'nickname','crowndanceshoes1957'),(79750,5934,'first_name',''),(79751,5934,'last_name',''),(79752,5934,'description',''),(79753,5934,'rich_editing','true'),(79754,5934,'syntax_highlighting','true'),(79755,5934,'comment_shortcuts','false'),(79756,5934,'admin_color','fresh'),(79757,5934,'use_ssl','0'),(79758,5934,'show_admin_bar_front','true'),(79759,5934,'locale',''),(79760,5934,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79761,5934,'wp_user_level','0'),(79762,5934,'default_password_nag','1'),(79763,5935,'nickname','angela1966'),(79764,5935,'first_name',''),(79765,5935,'last_name',''),(79766,5935,'description',''),(79767,5935,'rich_editing','true'),(79768,5935,'syntax_highlighting','true'),(79769,5935,'comment_shortcuts','false'),(79770,5935,'admin_color','fresh'),(79771,5935,'use_ssl','0'),(79772,5935,'show_admin_bar_front','true'),(79773,5935,'locale',''),(79774,5935,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79775,5935,'wp_user_level','0'),(79776,5935,'default_password_nag','1'),(79777,5936,'nickname','melpet1021959'),(79778,5936,'first_name',''),(79779,5936,'last_name',''),(79780,5936,'description',''),(79781,5936,'rich_editing','true'),(79782,5936,'syntax_highlighting','true'),(79783,5936,'comment_shortcuts','false'),(79784,5936,'admin_color','fresh'),(79785,5936,'use_ssl','0'),(79786,5936,'show_admin_bar_front','true'),(79787,5936,'locale',''),(79788,5936,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79789,5936,'wp_user_level','0'),(79790,5936,'default_password_nag','1'),(79791,5937,'nickname','trackstarsports1995'),(79792,5937,'first_name',''),(79793,5937,'last_name',''),(79794,5937,'description',''),(79795,5937,'rich_editing','true'),(79796,5937,'syntax_highlighting','true'),(79797,5937,'comment_shortcuts','false'),(79798,5937,'admin_color','fresh'),(79799,5937,'use_ssl','0'),(79800,5937,'show_admin_bar_front','true'),(79801,5937,'locale',''),(79802,5937,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79803,5937,'wp_user_level','0'),(79804,5937,'default_password_nag','1'),(79805,5938,'nickname','ggede891954'),(79806,5938,'first_name',''),(79807,5938,'last_name',''),(79808,5938,'description',''),(79809,5938,'rich_editing','true'),(79810,5938,'syntax_highlighting','true'),(79811,5938,'comment_shortcuts','false'),(79812,5938,'admin_color','fresh'),(79813,5938,'use_ssl','0'),(79814,5938,'show_admin_bar_front','true'),(79815,5938,'locale',''),(79816,5938,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79817,5938,'wp_user_level','0'),(79818,5938,'default_password_nag','1'),(79819,5939,'nickname','anthonysulayao1994'),(79820,5939,'first_name',''),(79821,5939,'last_name',''),(79822,5939,'description',''),(79823,5939,'rich_editing','true'),(79824,5939,'syntax_highlighting','true'),(79825,5939,'comment_shortcuts','false'),(79826,5939,'admin_color','fresh'),(79827,5939,'use_ssl','0'),(79828,5939,'show_admin_bar_front','true'),(79829,5939,'locale',''),(79830,5939,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79831,5939,'wp_user_level','0'),(79832,5939,'default_password_nag','1'),(79833,5940,'nickname','alnsulayao1963'),(79834,5940,'first_name',''),(79835,5940,'last_name',''),(79836,5940,'description',''),(79837,5940,'rich_editing','true'),(79838,5940,'syntax_highlighting','true'),(79839,5940,'comment_shortcuts','false'),(79840,5940,'admin_color','fresh'),(79841,5940,'use_ssl','0'),(79842,5940,'show_admin_bar_front','true'),(79843,5940,'locale',''),(79844,5940,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79845,5940,'wp_user_level','0'),(79846,5940,'default_password_nag','1'),(79847,5941,'nickname','dizaoh1972'),(79848,5941,'first_name',''),(79849,5941,'last_name',''),(79850,5941,'description',''),(79851,5941,'rich_editing','true'),(79852,5941,'syntax_highlighting','true'),(79853,5941,'comment_shortcuts','false'),(79854,5941,'admin_color','fresh'),(79855,5941,'use_ssl','0'),(79856,5941,'show_admin_bar_front','true'),(79857,5941,'locale',''),(79858,5941,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79859,5941,'wp_user_level','0'),(79860,5941,'default_password_nag','1'),(79861,5942,'nickname','pablogoncar1992'),(79862,5942,'first_name',''),(79863,5942,'last_name',''),(79864,5942,'description',''),(79865,5942,'rich_editing','true'),(79866,5942,'syntax_highlighting','true'),(79867,5942,'comment_shortcuts','false'),(79868,5942,'admin_color','fresh'),(79869,5942,'use_ssl','0'),(79870,5942,'show_admin_bar_front','true'),(79871,5942,'locale',''),(79872,5942,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79873,5942,'wp_user_level','0'),(79874,5942,'default_password_nag','1'),(79875,5943,'nickname','bordeaux.jc1964'),(79876,5943,'first_name',''),(79877,5943,'last_name',''),(79878,5943,'description',''),(79879,5943,'rich_editing','true'),(79880,5943,'syntax_highlighting','true'),(79881,5943,'comment_shortcuts','false'),(79882,5943,'admin_color','fresh'),(79883,5943,'use_ssl','0'),(79884,5943,'show_admin_bar_front','true'),(79885,5943,'locale',''),(79886,5943,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79887,5943,'wp_user_level','0'),(79888,5943,'default_password_nag','1'),(79889,5944,'nickname','frankkofler2003'),(79890,5944,'first_name',''),(79891,5944,'last_name',''),(79892,5944,'description',''),(79893,5944,'rich_editing','true'),(79894,5944,'syntax_highlighting','true'),(79895,5944,'comment_shortcuts','false'),(79896,5944,'admin_color','fresh'),(79897,5944,'use_ssl','0'),(79898,5944,'show_admin_bar_front','true'),(79899,5944,'locale',''),(79900,5944,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79901,5944,'wp_user_level','0'),(79902,5944,'default_password_nag','1'),(79903,5945,'nickname','jessep4511956'),(79904,5945,'first_name',''),(79905,5945,'last_name',''),(79906,5945,'description',''),(79907,5945,'rich_editing','true'),(79908,5945,'syntax_highlighting','true'),(79909,5945,'comment_shortcuts','false'),(79910,5945,'admin_color','fresh'),(79911,5945,'use_ssl','0'),(79912,5945,'show_admin_bar_front','true'),(79913,5945,'locale',''),(79914,5945,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79915,5945,'wp_user_level','0'),(79916,5945,'default_password_nag','1'),(79917,5946,'nickname','djsiegel841965'),(79918,5946,'first_name',''),(79919,5946,'last_name',''),(79920,5946,'description',''),(79921,5946,'rich_editing','true'),(79922,5946,'syntax_highlighting','true'),(79923,5946,'comment_shortcuts','false'),(79924,5946,'admin_color','fresh'),(79925,5946,'use_ssl','0'),(79926,5946,'show_admin_bar_front','true'),(79927,5946,'locale',''),(79928,5946,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79929,5946,'wp_user_level','0'),(79930,5946,'default_password_nag','1'),(79931,5947,'nickname','brycekho1977'),(79932,5947,'first_name',''),(79933,5947,'last_name',''),(79934,5947,'description',''),(79935,5947,'rich_editing','true'),(79936,5947,'syntax_highlighting','true'),(79937,5947,'comment_shortcuts','false'),(79938,5947,'admin_color','fresh'),(79939,5947,'use_ssl','0'),(79940,5947,'show_admin_bar_front','true'),(79941,5947,'locale',''),(79942,5947,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79943,5947,'wp_user_level','0'),(79944,5947,'default_password_nag','1'),(79945,5948,'nickname','sanghaakshjot1970'),(79946,5948,'first_name',''),(79947,5948,'last_name',''),(79948,5948,'description',''),(79949,5948,'rich_editing','true'),(79950,5948,'syntax_highlighting','true'),(79951,5948,'comment_shortcuts','false'),(79952,5948,'admin_color','fresh'),(79953,5948,'use_ssl','0'),(79954,5948,'show_admin_bar_front','true'),(79955,5948,'locale',''),(79956,5948,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79957,5948,'wp_user_level','0'),(79958,5948,'default_password_nag','1'),(79959,5949,'nickname','3dmcelrath1995'),(79960,5949,'first_name',''),(79961,5949,'last_name',''),(79962,5949,'description',''),(79963,5949,'rich_editing','true'),(79964,5949,'syntax_highlighting','true'),(79965,5949,'comment_shortcuts','false'),(79966,5949,'admin_color','fresh'),(79967,5949,'use_ssl','0'),(79968,5949,'show_admin_bar_front','true'),(79969,5949,'locale',''),(79970,5949,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79971,5949,'wp_user_level','0'),(79972,5949,'default_password_nag','1'),(79973,5950,'nickname','freduar1996'),(79974,5950,'first_name',''),(79975,5950,'last_name',''),(79976,5950,'description',''),(79977,5950,'rich_editing','true'),(79978,5950,'syntax_highlighting','true'),(79979,5950,'comment_shortcuts','false'),(79980,5950,'admin_color','fresh'),(79981,5950,'use_ssl','0'),(79982,5950,'show_admin_bar_front','true'),(79983,5950,'locale',''),(79984,5950,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79985,5950,'wp_user_level','0'),(79986,5950,'default_password_nag','1'),(79987,5951,'nickname','driz.zenaida1967'),(79988,5951,'first_name',''),(79989,5951,'last_name',''),(79990,5951,'description',''),(79991,5951,'rich_editing','true'),(79992,5951,'syntax_highlighting','true'),(79993,5951,'comment_shortcuts','false'),(79994,5951,'admin_color','fresh'),(79995,5951,'use_ssl','0'),(79996,5951,'show_admin_bar_front','true'),(79997,5951,'locale',''),(79998,5951,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(79999,5951,'wp_user_level','0'),(80000,5951,'default_password_nag','1'),(80001,5952,'nickname','jackieca0071956'),(80002,5952,'first_name',''),(80003,5952,'last_name',''),(80004,5952,'description',''),(80005,5952,'rich_editing','true'),(80006,5952,'syntax_highlighting','true'),(80007,5952,'comment_shortcuts','false'),(80008,5952,'admin_color','fresh'),(80009,5952,'use_ssl','0'),(80010,5952,'show_admin_bar_front','true'),(80011,5952,'locale',''),(80012,5952,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80013,5952,'wp_user_level','0'),(80014,5952,'default_password_nag','1'),(80015,5953,'nickname','ericawoods051973'),(80016,5953,'first_name',''),(80017,5953,'last_name',''),(80018,5953,'description',''),(80019,5953,'rich_editing','true'),(80020,5953,'syntax_highlighting','true'),(80021,5953,'comment_shortcuts','false'),(80022,5953,'admin_color','fresh'),(80023,5953,'use_ssl','0'),(80024,5953,'show_admin_bar_front','true'),(80025,5953,'locale',''),(80026,5953,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80027,5953,'wp_user_level','0'),(80028,5953,'default_password_nag','1'),(80029,5954,'nickname','schroeder19591989'),(80030,5954,'first_name',''),(80031,5954,'last_name',''),(80032,5954,'description',''),(80033,5954,'rich_editing','true'),(80034,5954,'syntax_highlighting','true'),(80035,5954,'comment_shortcuts','false'),(80036,5954,'admin_color','fresh'),(80037,5954,'use_ssl','0'),(80038,5954,'show_admin_bar_front','true'),(80039,5954,'locale',''),(80040,5954,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80041,5954,'wp_user_level','0'),(80042,5954,'default_password_nag','1'),(80043,5955,'nickname','roxanne361976'),(80044,5955,'first_name',''),(80045,5955,'last_name',''),(80046,5955,'description',''),(80047,5955,'rich_editing','true'),(80048,5955,'syntax_highlighting','true'),(80049,5955,'comment_shortcuts','false'),(80050,5955,'admin_color','fresh'),(80051,5955,'use_ssl','0'),(80052,5955,'show_admin_bar_front','true'),(80053,5955,'locale',''),(80054,5955,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80055,5955,'wp_user_level','0'),(80056,5955,'default_password_nag','1'),(80057,5956,'nickname','sales1986'),(80058,5956,'first_name',''),(80059,5956,'last_name',''),(80060,5956,'description',''),(80061,5956,'rich_editing','true'),(80062,5956,'syntax_highlighting','true'),(80063,5956,'comment_shortcuts','false'),(80064,5956,'admin_color','fresh'),(80065,5956,'use_ssl','0'),(80066,5956,'show_admin_bar_front','true'),(80067,5956,'locale',''),(80068,5956,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80069,5956,'wp_user_level','0'),(80070,5956,'default_password_nag','1'),(80071,5957,'nickname','rufio882000'),(80072,5957,'first_name',''),(80073,5957,'last_name',''),(80074,5957,'description',''),(80075,5957,'rich_editing','true'),(80076,5957,'syntax_highlighting','true'),(80077,5957,'comment_shortcuts','false'),(80078,5957,'admin_color','fresh'),(80079,5957,'use_ssl','0'),(80080,5957,'show_admin_bar_front','true'),(80081,5957,'locale',''),(80082,5957,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80083,5957,'wp_user_level','0'),(80084,5957,'default_password_nag','1'),(80085,5958,'nickname','eliteabi1969'),(80086,5958,'first_name',''),(80087,5958,'last_name',''),(80088,5958,'description',''),(80089,5958,'rich_editing','true'),(80090,5958,'syntax_highlighting','true'),(80091,5958,'comment_shortcuts','false'),(80092,5958,'admin_color','fresh'),(80093,5958,'use_ssl','0'),(80094,5958,'show_admin_bar_front','true'),(80095,5958,'locale',''),(80096,5958,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80097,5958,'wp_user_level','0'),(80098,5958,'default_password_nag','1'),(80099,5959,'nickname','emily1975'),(80100,5959,'first_name',''),(80101,5959,'last_name',''),(80102,5959,'description',''),(80103,5959,'rich_editing','true'),(80104,5959,'syntax_highlighting','true'),(80105,5959,'comment_shortcuts','false'),(80106,5959,'admin_color','fresh'),(80107,5959,'use_ssl','0'),(80108,5959,'show_admin_bar_front','true'),(80109,5959,'locale',''),(80110,5959,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80111,5959,'wp_user_level','0'),(80112,5959,'default_password_nag','1'),(80113,5960,'nickname','johny2007'),(80114,5960,'first_name',''),(80115,5960,'last_name',''),(80116,5960,'description',''),(80117,5960,'rich_editing','true'),(80118,5960,'syntax_highlighting','true'),(80119,5960,'comment_shortcuts','false'),(80120,5960,'admin_color','fresh'),(80121,5960,'use_ssl','0'),(80122,5960,'show_admin_bar_front','true'),(80123,5960,'locale',''),(80124,5960,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80125,5960,'wp_user_level','0'),(80126,5960,'default_password_nag','1'),(80127,5961,'nickname','robbie.harrison2010'),(80128,5961,'first_name',''),(80129,5961,'last_name',''),(80130,5961,'description',''),(80131,5961,'rich_editing','true'),(80132,5961,'syntax_highlighting','true'),(80133,5961,'comment_shortcuts','false'),(80134,5961,'admin_color','fresh'),(80135,5961,'use_ssl','0'),(80136,5961,'show_admin_bar_front','true'),(80137,5961,'locale',''),(80138,5961,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80139,5961,'wp_user_level','0'),(80140,5961,'default_password_nag','1'),(80141,5962,'nickname','info1990'),(80142,5962,'first_name',''),(80143,5962,'last_name',''),(80144,5962,'description',''),(80145,5962,'rich_editing','true'),(80146,5962,'syntax_highlighting','true'),(80147,5962,'comment_shortcuts','false'),(80148,5962,'admin_color','fresh'),(80149,5962,'use_ssl','0'),(80150,5962,'show_admin_bar_front','true'),(80151,5962,'locale',''),(80152,5962,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80153,5962,'wp_user_level','0'),(80154,5962,'default_password_nag','1'),(80155,5963,'nickname','delavei1962'),(80156,5963,'first_name',''),(80157,5963,'last_name',''),(80158,5963,'description',''),(80159,5963,'rich_editing','true'),(80160,5963,'syntax_highlighting','true'),(80161,5963,'comment_shortcuts','false'),(80162,5963,'admin_color','fresh'),(80163,5963,'use_ssl','0'),(80164,5963,'show_admin_bar_front','true'),(80165,5963,'locale',''),(80166,5963,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80167,5963,'wp_user_level','0'),(80168,5963,'default_password_nag','1'),(80169,5964,'nickname','product1960'),(80170,5964,'first_name',''),(80171,5964,'last_name',''),(80172,5964,'description',''),(80173,5964,'rich_editing','true'),(80174,5964,'syntax_highlighting','true'),(80175,5964,'comment_shortcuts','false'),(80176,5964,'admin_color','fresh'),(80177,5964,'use_ssl','0'),(80178,5964,'show_admin_bar_front','true'),(80179,5964,'locale',''),(80180,5964,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80181,5964,'wp_user_level','0'),(80182,5964,'default_password_nag','1'),(80183,5965,'nickname','glenn.lanier1975'),(80184,5965,'first_name',''),(80185,5965,'last_name',''),(80186,5965,'description',''),(80187,5965,'rich_editing','true'),(80188,5965,'syntax_highlighting','true'),(80189,5965,'comment_shortcuts','false'),(80190,5965,'admin_color','fresh'),(80191,5965,'use_ssl','0'),(80192,5965,'show_admin_bar_front','true'),(80193,5965,'locale',''),(80194,5965,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80195,5965,'wp_user_level','0'),(80196,5965,'default_password_nag','1'),(80197,5966,'nickname','camputarogiovanna71964'),(80198,5966,'first_name',''),(80199,5966,'last_name',''),(80200,5966,'description',''),(80201,5966,'rich_editing','true'),(80202,5966,'syntax_highlighting','true'),(80203,5966,'comment_shortcuts','false'),(80204,5966,'admin_color','fresh'),(80205,5966,'use_ssl','0'),(80206,5966,'show_admin_bar_front','true'),(80207,5966,'locale',''),(80208,5966,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80209,5966,'wp_user_level','0'),(80210,5966,'default_password_nag','1'),(80211,5967,'nickname','lczaub1959'),(80212,5967,'first_name',''),(80213,5967,'last_name',''),(80214,5967,'description',''),(80215,5967,'rich_editing','true'),(80216,5967,'syntax_highlighting','true'),(80217,5967,'comment_shortcuts','false'),(80218,5967,'admin_color','fresh'),(80219,5967,'use_ssl','0'),(80220,5967,'show_admin_bar_front','true'),(80221,5967,'locale',''),(80222,5967,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80223,5967,'wp_user_level','0'),(80224,5967,'default_password_nag','1'),(80225,5968,'nickname','devonhart972000'),(80226,5968,'first_name',''),(80227,5968,'last_name',''),(80228,5968,'description',''),(80229,5968,'rich_editing','true'),(80230,5968,'syntax_highlighting','true'),(80231,5968,'comment_shortcuts','false'),(80232,5968,'admin_color','fresh'),(80233,5968,'use_ssl','0'),(80234,5968,'show_admin_bar_front','true'),(80235,5968,'locale',''),(80236,5968,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80237,5968,'wp_user_level','0'),(80238,5968,'default_password_nag','1'),(80239,5969,'nickname','riteshp20121963'),(80240,5969,'first_name',''),(80241,5969,'last_name',''),(80242,5969,'description',''),(80243,5969,'rich_editing','true'),(80244,5969,'syntax_highlighting','true'),(80245,5969,'comment_shortcuts','false'),(80246,5969,'admin_color','fresh'),(80247,5969,'use_ssl','0'),(80248,5969,'show_admin_bar_front','true'),(80249,5969,'locale',''),(80250,5969,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80251,5969,'wp_user_level','0'),(80252,5969,'default_password_nag','1'),(80253,5970,'nickname','cjl11971956'),(80254,5970,'first_name',''),(80255,5970,'last_name',''),(80256,5970,'description',''),(80257,5970,'rich_editing','true'),(80258,5970,'syntax_highlighting','true'),(80259,5970,'comment_shortcuts','false'),(80260,5970,'admin_color','fresh'),(80261,5970,'use_ssl','0'),(80262,5970,'show_admin_bar_front','true'),(80263,5970,'locale',''),(80264,5970,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80265,5970,'wp_user_level','0'),(80266,5970,'default_password_nag','1'),(80267,5971,'nickname','acrincoli011950'),(80268,5971,'first_name',''),(80269,5971,'last_name',''),(80270,5971,'description',''),(80271,5971,'rich_editing','true'),(80272,5971,'syntax_highlighting','true'),(80273,5971,'comment_shortcuts','false'),(80274,5971,'admin_color','fresh'),(80275,5971,'use_ssl','0'),(80276,5971,'show_admin_bar_front','true'),(80277,5971,'locale',''),(80278,5971,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80279,5971,'wp_user_level','0'),(80280,5971,'default_password_nag','1'),(80281,5972,'nickname','braveheart-dave1959'),(80282,5972,'first_name',''),(80283,5972,'last_name',''),(80284,5972,'description',''),(80285,5972,'rich_editing','true'),(80286,5972,'syntax_highlighting','true'),(80287,5972,'comment_shortcuts','false'),(80288,5972,'admin_color','fresh'),(80289,5972,'use_ssl','0'),(80290,5972,'show_admin_bar_front','true'),(80291,5972,'locale',''),(80292,5972,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80293,5972,'wp_user_level','0'),(80294,5972,'default_password_nag','1'),(80295,5973,'nickname','spztaylor2005'),(80296,5973,'first_name',''),(80297,5973,'last_name',''),(80298,5973,'description',''),(80299,5973,'rich_editing','true'),(80300,5973,'syntax_highlighting','true'),(80301,5973,'comment_shortcuts','false'),(80302,5973,'admin_color','fresh'),(80303,5973,'use_ssl','0'),(80304,5973,'show_admin_bar_front','true'),(80305,5973,'locale',''),(80306,5973,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80307,5973,'wp_user_level','0'),(80308,5973,'default_password_nag','1'),(80309,5974,'nickname','rand.levitt1966'),(80310,5974,'first_name',''),(80311,5974,'last_name',''),(80312,5974,'description',''),(80313,5974,'rich_editing','true'),(80314,5974,'syntax_highlighting','true'),(80315,5974,'comment_shortcuts','false'),(80316,5974,'admin_color','fresh'),(80317,5974,'use_ssl','0'),(80318,5974,'show_admin_bar_front','true'),(80319,5974,'locale',''),(80320,5974,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80321,5974,'wp_user_level','0'),(80322,5974,'default_password_nag','1'),(80323,5975,'nickname','terri.corker1970'),(80324,5975,'first_name',''),(80325,5975,'last_name',''),(80326,5975,'description',''),(80327,5975,'rich_editing','true'),(80328,5975,'syntax_highlighting','true'),(80329,5975,'comment_shortcuts','false'),(80330,5975,'admin_color','fresh'),(80331,5975,'use_ssl','0'),(80332,5975,'show_admin_bar_front','true'),(80333,5975,'locale',''),(80334,5975,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80335,5975,'wp_user_level','0'),(80336,5975,'default_password_nag','1'),(80337,5976,'nickname','sher40101990'),(80338,5976,'first_name',''),(80339,5976,'last_name',''),(80340,5976,'description',''),(80341,5976,'rich_editing','true'),(80342,5976,'syntax_highlighting','true'),(80343,5976,'comment_shortcuts','false'),(80344,5976,'admin_color','fresh'),(80345,5976,'use_ssl','0'),(80346,5976,'show_admin_bar_front','true'),(80347,5976,'locale',''),(80348,5976,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80349,5976,'wp_user_level','0'),(80350,5976,'default_password_nag','1'),(80351,5977,'nickname','jpfrantz1952'),(80352,5977,'first_name',''),(80353,5977,'last_name',''),(80354,5977,'description',''),(80355,5977,'rich_editing','true'),(80356,5977,'syntax_highlighting','true'),(80357,5977,'comment_shortcuts','false'),(80358,5977,'admin_color','fresh'),(80359,5977,'use_ssl','0'),(80360,5977,'show_admin_bar_front','true'),(80361,5977,'locale',''),(80362,5977,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80363,5977,'wp_user_level','0'),(80364,5977,'default_password_nag','1'),(80365,5978,'nickname','catherine2004'),(80366,5978,'first_name',''),(80367,5978,'last_name',''),(80368,5978,'description',''),(80369,5978,'rich_editing','true'),(80370,5978,'syntax_highlighting','true'),(80371,5978,'comment_shortcuts','false'),(80372,5978,'admin_color','fresh'),(80373,5978,'use_ssl','0'),(80374,5978,'show_admin_bar_front','true'),(80375,5978,'locale',''),(80376,5978,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80377,5978,'wp_user_level','0'),(80378,5978,'default_password_nag','1'),(80379,5979,'nickname','rjonez1991'),(80380,5979,'first_name',''),(80381,5979,'last_name',''),(80382,5979,'description',''),(80383,5979,'rich_editing','true'),(80384,5979,'syntax_highlighting','true'),(80385,5979,'comment_shortcuts','false'),(80386,5979,'admin_color','fresh'),(80387,5979,'use_ssl','0'),(80388,5979,'show_admin_bar_front','true'),(80389,5979,'locale',''),(80390,5979,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80391,5979,'wp_user_level','0'),(80392,5979,'default_password_nag','1'),(80393,5980,'nickname','robbyrestrict1974'),(80394,5980,'first_name',''),(80395,5980,'last_name',''),(80396,5980,'description',''),(80397,5980,'rich_editing','true'),(80398,5980,'syntax_highlighting','true'),(80399,5980,'comment_shortcuts','false'),(80400,5980,'admin_color','fresh'),(80401,5980,'use_ssl','0'),(80402,5980,'show_admin_bar_front','true'),(80403,5980,'locale',''),(80404,5980,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80405,5980,'wp_user_level','0'),(80406,5980,'default_password_nag','1'),(80407,5981,'nickname','pearlofthegirl1983'),(80408,5981,'first_name',''),(80409,5981,'last_name',''),(80410,5981,'description',''),(80411,5981,'rich_editing','true'),(80412,5981,'syntax_highlighting','true'),(80413,5981,'comment_shortcuts','false'),(80414,5981,'admin_color','fresh'),(80415,5981,'use_ssl','0'),(80416,5981,'show_admin_bar_front','true'),(80417,5981,'locale',''),(80418,5981,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80419,5981,'wp_user_level','0'),(80420,5981,'default_password_nag','1'),(80421,5982,'nickname','christiansoles11969'),(80422,5982,'first_name',''),(80423,5982,'last_name',''),(80424,5982,'description',''),(80425,5982,'rich_editing','true'),(80426,5982,'syntax_highlighting','true'),(80427,5982,'comment_shortcuts','false'),(80428,5982,'admin_color','fresh'),(80429,5982,'use_ssl','0'),(80430,5982,'show_admin_bar_front','true'),(80431,5982,'locale',''),(80432,5982,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80433,5982,'wp_user_level','0'),(80434,5982,'default_password_nag','1'),(80435,5983,'nickname','yudihana771953'),(80436,5983,'first_name',''),(80437,5983,'last_name',''),(80438,5983,'description',''),(80439,5983,'rich_editing','true'),(80440,5983,'syntax_highlighting','true'),(80441,5983,'comment_shortcuts','false'),(80442,5983,'admin_color','fresh'),(80443,5983,'use_ssl','0'),(80444,5983,'show_admin_bar_front','true'),(80445,5983,'locale',''),(80446,5983,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80447,5983,'wp_user_level','0'),(80448,5983,'default_password_nag','1'),(80449,5984,'nickname','seansies1984'),(80450,5984,'first_name',''),(80451,5984,'last_name',''),(80452,5984,'description',''),(80453,5984,'rich_editing','true'),(80454,5984,'syntax_highlighting','true'),(80455,5984,'comment_shortcuts','false'),(80456,5984,'admin_color','fresh'),(80457,5984,'use_ssl','0'),(80458,5984,'show_admin_bar_front','true'),(80459,5984,'locale',''),(80460,5984,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80461,5984,'wp_user_level','0'),(80462,5984,'default_password_nag','1'),(80463,5985,'nickname','corie.morris2010'),(80464,5985,'first_name',''),(80465,5985,'last_name',''),(80466,5985,'description',''),(80467,5985,'rich_editing','true'),(80468,5985,'syntax_highlighting','true'),(80469,5985,'comment_shortcuts','false'),(80470,5985,'admin_color','fresh'),(80471,5985,'use_ssl','0'),(80472,5985,'show_admin_bar_front','true'),(80473,5985,'locale',''),(80474,5985,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80475,5985,'wp_user_level','0'),(80476,5985,'default_password_nag','1'),(80477,5986,'nickname','lynseycaillouet2009'),(80478,5986,'first_name',''),(80479,5986,'last_name',''),(80480,5986,'description',''),(80481,5986,'rich_editing','true'),(80482,5986,'syntax_highlighting','true'),(80483,5986,'comment_shortcuts','false'),(80484,5986,'admin_color','fresh'),(80485,5986,'use_ssl','0'),(80486,5986,'show_admin_bar_front','true'),(80487,5986,'locale',''),(80488,5986,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80489,5986,'wp_user_level','0'),(80490,5986,'default_password_nag','1'),(80491,5987,'nickname','jslosben1950'),(80492,5987,'first_name',''),(80493,5987,'last_name',''),(80494,5987,'description',''),(80495,5987,'rich_editing','true'),(80496,5987,'syntax_highlighting','true'),(80497,5987,'comment_shortcuts','false'),(80498,5987,'admin_color','fresh'),(80499,5987,'use_ssl','0'),(80500,5987,'show_admin_bar_front','true'),(80501,5987,'locale',''),(80502,5987,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80503,5987,'wp_user_level','0'),(80504,5987,'default_password_nag','1'),(80505,5988,'nickname','littlefairjimmy91991'),(80506,5988,'first_name',''),(80507,5988,'last_name',''),(80508,5988,'description',''),(80509,5988,'rich_editing','true'),(80510,5988,'syntax_highlighting','true'),(80511,5988,'comment_shortcuts','false'),(80512,5988,'admin_color','fresh'),(80513,5988,'use_ssl','0'),(80514,5988,'show_admin_bar_front','true'),(80515,5988,'locale',''),(80516,5988,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80517,5988,'wp_user_level','0'),(80518,5988,'default_password_nag','1'),(80519,5989,'nickname','dharmendrasethi1986'),(80520,5989,'first_name',''),(80521,5989,'last_name',''),(80522,5989,'description',''),(80523,5989,'rich_editing','true'),(80524,5989,'syntax_highlighting','true'),(80525,5989,'comment_shortcuts','false'),(80526,5989,'admin_color','fresh'),(80527,5989,'use_ssl','0'),(80528,5989,'show_admin_bar_front','true'),(80529,5989,'locale',''),(80530,5989,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80531,5989,'wp_user_level','0'),(80532,5989,'default_password_nag','1'),(80533,5990,'nickname','nyny8781962'),(80534,5990,'first_name',''),(80535,5990,'last_name',''),(80536,5990,'description',''),(80537,5990,'rich_editing','true'),(80538,5990,'syntax_highlighting','true'),(80539,5990,'comment_shortcuts','false'),(80540,5990,'admin_color','fresh'),(80541,5990,'use_ssl','0'),(80542,5990,'show_admin_bar_front','true'),(80543,5990,'locale',''),(80544,5990,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80545,5990,'wp_user_level','0'),(80546,5990,'default_password_nag','1'),(80547,5991,'nickname','accounting2003'),(80548,5991,'first_name',''),(80549,5991,'last_name',''),(80550,5991,'description',''),(80551,5991,'rich_editing','true'),(80552,5991,'syntax_highlighting','true'),(80553,5991,'comment_shortcuts','false'),(80554,5991,'admin_color','fresh'),(80555,5991,'use_ssl','0'),(80556,5991,'show_admin_bar_front','true'),(80557,5991,'locale',''),(80558,5991,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80559,5991,'wp_user_level','0'),(80560,5991,'default_password_nag','1'),(80561,5992,'nickname','thom19551993'),(80562,5992,'first_name',''),(80563,5992,'last_name',''),(80564,5992,'description',''),(80565,5992,'rich_editing','true'),(80566,5992,'syntax_highlighting','true'),(80567,5992,'comment_shortcuts','false'),(80568,5992,'admin_color','fresh'),(80569,5992,'use_ssl','0'),(80570,5992,'show_admin_bar_front','true'),(80571,5992,'locale',''),(80572,5992,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80573,5992,'wp_user_level','0'),(80574,5992,'default_password_nag','1'),(80575,5993,'nickname','walksfar1012009'),(80576,5993,'first_name',''),(80577,5993,'last_name',''),(80578,5993,'description',''),(80579,5993,'rich_editing','true'),(80580,5993,'syntax_highlighting','true'),(80581,5993,'comment_shortcuts','false'),(80582,5993,'admin_color','fresh'),(80583,5993,'use_ssl','0'),(80584,5993,'show_admin_bar_front','true'),(80585,5993,'locale',''),(80586,5993,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80587,5993,'wp_user_level','0'),(80588,5993,'default_password_nag','1'),(80589,5994,'nickname','dovts1987'),(80590,5994,'first_name',''),(80591,5994,'last_name',''),(80592,5994,'description',''),(80593,5994,'rich_editing','true'),(80594,5994,'syntax_highlighting','true'),(80595,5994,'comment_shortcuts','false'),(80596,5994,'admin_color','fresh'),(80597,5994,'use_ssl','0'),(80598,5994,'show_admin_bar_front','true'),(80599,5994,'locale',''),(80600,5994,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80601,5994,'wp_user_level','0'),(80602,5994,'default_password_nag','1'),(80603,5995,'nickname','admin2009'),(80604,5995,'first_name',''),(80605,5995,'last_name',''),(80606,5995,'description',''),(80607,5995,'rich_editing','true'),(80608,5995,'syntax_highlighting','true'),(80609,5995,'comment_shortcuts','false'),(80610,5995,'admin_color','fresh'),(80611,5995,'use_ssl','0'),(80612,5995,'show_admin_bar_front','true'),(80613,5995,'locale',''),(80614,5995,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80615,5995,'wp_user_level','0'),(80616,5995,'default_password_nag','1'),(80617,5996,'nickname','tbird51982'),(80618,5996,'first_name',''),(80619,5996,'last_name',''),(80620,5996,'description',''),(80621,5996,'rich_editing','true'),(80622,5996,'syntax_highlighting','true'),(80623,5996,'comment_shortcuts','false'),(80624,5996,'admin_color','fresh'),(80625,5996,'use_ssl','0'),(80626,5996,'show_admin_bar_front','true'),(80627,5996,'locale',''),(80628,5996,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80629,5996,'wp_user_level','0'),(80630,5996,'default_password_nag','1'),(80631,5997,'nickname','amber.johnson1987'),(80632,5997,'first_name',''),(80633,5997,'last_name',''),(80634,5997,'description',''),(80635,5997,'rich_editing','true'),(80636,5997,'syntax_highlighting','true'),(80637,5997,'comment_shortcuts','false'),(80638,5997,'admin_color','fresh'),(80639,5997,'use_ssl','0'),(80640,5997,'show_admin_bar_front','true'),(80641,5997,'locale',''),(80642,5997,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80643,5997,'wp_user_level','0'),(80644,5997,'default_password_nag','1'),(80645,5998,'nickname','eck19521969'),(80646,5998,'first_name',''),(80647,5998,'last_name',''),(80648,5998,'description',''),(80649,5998,'rich_editing','true'),(80650,5998,'syntax_highlighting','true'),(80651,5998,'comment_shortcuts','false'),(80652,5998,'admin_color','fresh'),(80653,5998,'use_ssl','0'),(80654,5998,'show_admin_bar_front','true'),(80655,5998,'locale',''),(80656,5998,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80657,5998,'wp_user_level','0'),(80658,5998,'default_password_nag','1'),(80659,5999,'nickname','oscar.carmona.g1999'),(80660,5999,'first_name',''),(80661,5999,'last_name',''),(80662,5999,'description',''),(80663,5999,'rich_editing','true'),(80664,5999,'syntax_highlighting','true'),(80665,5999,'comment_shortcuts','false'),(80666,5999,'admin_color','fresh'),(80667,5999,'use_ssl','0'),(80668,5999,'show_admin_bar_front','true'),(80669,5999,'locale',''),(80670,5999,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80671,5999,'wp_user_level','0'),(80672,5999,'default_password_nag','1'),(80673,6000,'nickname','ngioseffi1997'),(80674,6000,'first_name',''),(80675,6000,'last_name',''),(80676,6000,'description',''),(80677,6000,'rich_editing','true'),(80678,6000,'syntax_highlighting','true'),(80679,6000,'comment_shortcuts','false'),(80680,6000,'admin_color','fresh'),(80681,6000,'use_ssl','0'),(80682,6000,'show_admin_bar_front','true'),(80683,6000,'locale',''),(80684,6000,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80685,6000,'wp_user_level','0'),(80686,6000,'default_password_nag','1'),(80687,6001,'nickname','merl4041989'),(80688,6001,'first_name',''),(80689,6001,'last_name',''),(80690,6001,'description',''),(80691,6001,'rich_editing','true'),(80692,6001,'syntax_highlighting','true'),(80693,6001,'comment_shortcuts','false'),(80694,6001,'admin_color','fresh'),(80695,6001,'use_ssl','0'),(80696,6001,'show_admin_bar_front','true'),(80697,6001,'locale',''),(80698,6001,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80699,6001,'wp_user_level','0'),(80700,6001,'default_password_nag','1'),(80701,6002,'nickname','accountservices1952'),(80702,6002,'first_name',''),(80703,6002,'last_name',''),(80704,6002,'description',''),(80705,6002,'rich_editing','true'),(80706,6002,'syntax_highlighting','true'),(80707,6002,'comment_shortcuts','false'),(80708,6002,'admin_color','fresh'),(80709,6002,'use_ssl','0'),(80710,6002,'show_admin_bar_front','true'),(80711,6002,'locale',''),(80712,6002,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80713,6002,'wp_user_level','0'),(80714,6002,'default_password_nag','1'),(80715,6003,'nickname','kasap1960'),(80716,6003,'first_name',''),(80717,6003,'last_name',''),(80718,6003,'description',''),(80719,6003,'rich_editing','true'),(80720,6003,'syntax_highlighting','true'),(80721,6003,'comment_shortcuts','false'),(80722,6003,'admin_color','fresh'),(80723,6003,'use_ssl','0'),(80724,6003,'show_admin_bar_front','true'),(80725,6003,'locale',''),(80726,6003,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80727,6003,'wp_user_level','0'),(80728,6003,'default_password_nag','1'),(80729,6004,'nickname','jim.barnes1999'),(80730,6004,'first_name',''),(80731,6004,'last_name',''),(80732,6004,'description',''),(80733,6004,'rich_editing','true'),(80734,6004,'syntax_highlighting','true'),(80735,6004,'comment_shortcuts','false'),(80736,6004,'admin_color','fresh'),(80737,6004,'use_ssl','0'),(80738,6004,'show_admin_bar_front','true'),(80739,6004,'locale',''),(80740,6004,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80741,6004,'wp_user_level','0'),(80742,6004,'default_password_nag','1'),(80743,6005,'nickname','craig1961'),(80744,6005,'first_name',''),(80745,6005,'last_name',''),(80746,6005,'description',''),(80747,6005,'rich_editing','true'),(80748,6005,'syntax_highlighting','true'),(80749,6005,'comment_shortcuts','false'),(80750,6005,'admin_color','fresh'),(80751,6005,'use_ssl','0'),(80752,6005,'show_admin_bar_front','true'),(80753,6005,'locale',''),(80754,6005,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80755,6005,'wp_user_level','0'),(80756,6005,'default_password_nag','1'),(80757,6006,'nickname','eugenetrakhtenberg2010'),(80758,6006,'first_name',''),(80759,6006,'last_name',''),(80760,6006,'description',''),(80761,6006,'rich_editing','true'),(80762,6006,'syntax_highlighting','true'),(80763,6006,'comment_shortcuts','false'),(80764,6006,'admin_color','fresh'),(80765,6006,'use_ssl','0'),(80766,6006,'show_admin_bar_front','true'),(80767,6006,'locale',''),(80768,6006,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80769,6006,'wp_user_level','0'),(80770,6006,'default_password_nag','1'),(80771,6007,'nickname','wsepich1965'),(80772,6007,'first_name',''),(80773,6007,'last_name',''),(80774,6007,'description',''),(80775,6007,'rich_editing','true'),(80776,6007,'syntax_highlighting','true'),(80777,6007,'comment_shortcuts','false'),(80778,6007,'admin_color','fresh'),(80779,6007,'use_ssl','0'),(80780,6007,'show_admin_bar_front','true'),(80781,6007,'locale',''),(80782,6007,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80783,6007,'wp_user_level','0'),(80784,6007,'default_password_nag','1'),(80785,6008,'nickname','jce84191972'),(80786,6008,'first_name',''),(80787,6008,'last_name',''),(80788,6008,'description',''),(80789,6008,'rich_editing','true'),(80790,6008,'syntax_highlighting','true'),(80791,6008,'comment_shortcuts','false'),(80792,6008,'admin_color','fresh'),(80793,6008,'use_ssl','0'),(80794,6008,'show_admin_bar_front','true'),(80795,6008,'locale',''),(80796,6008,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80797,6008,'wp_user_level','0'),(80798,6008,'default_password_nag','1'),(80799,6009,'nickname','kmckenzie427682006'),(80800,6009,'first_name',''),(80801,6009,'last_name',''),(80802,6009,'description',''),(80803,6009,'rich_editing','true'),(80804,6009,'syntax_highlighting','true'),(80805,6009,'comment_shortcuts','false'),(80806,6009,'admin_color','fresh'),(80807,6009,'use_ssl','0'),(80808,6009,'show_admin_bar_front','true'),(80809,6009,'locale',''),(80810,6009,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80811,6009,'wp_user_level','0'),(80812,6009,'default_password_nag','1'),(80813,6010,'nickname','mickmills81967'),(80814,6010,'first_name',''),(80815,6010,'last_name',''),(80816,6010,'description',''),(80817,6010,'rich_editing','true'),(80818,6010,'syntax_highlighting','true'),(80819,6010,'comment_shortcuts','false'),(80820,6010,'admin_color','fresh'),(80821,6010,'use_ssl','0'),(80822,6010,'show_admin_bar_front','true'),(80823,6010,'locale',''),(80824,6010,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80825,6010,'wp_user_level','0'),(80826,6010,'default_password_nag','1'),(80827,6011,'nickname','jocelynmorier701958'),(80828,6011,'first_name',''),(80829,6011,'last_name',''),(80830,6011,'description',''),(80831,6011,'rich_editing','true'),(80832,6011,'syntax_highlighting','true'),(80833,6011,'comment_shortcuts','false'),(80834,6011,'admin_color','fresh'),(80835,6011,'use_ssl','0'),(80836,6011,'show_admin_bar_front','true'),(80837,6011,'locale',''),(80838,6011,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80839,6011,'wp_user_level','0'),(80840,6011,'default_password_nag','1'),(80841,6012,'nickname','vireshwar9992007'),(80842,6012,'first_name',''),(80843,6012,'last_name',''),(80844,6012,'description',''),(80845,6012,'rich_editing','true'),(80846,6012,'syntax_highlighting','true'),(80847,6012,'comment_shortcuts','false'),(80848,6012,'admin_color','fresh'),(80849,6012,'use_ssl','0'),(80850,6012,'show_admin_bar_front','true'),(80851,6012,'locale',''),(80852,6012,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80853,6012,'wp_user_level','0'),(80854,6012,'default_password_nag','1'),(80855,6013,'nickname','legitlikeamofo2007'),(80856,6013,'first_name',''),(80857,6013,'last_name',''),(80858,6013,'description',''),(80859,6013,'rich_editing','true'),(80860,6013,'syntax_highlighting','true'),(80861,6013,'comment_shortcuts','false'),(80862,6013,'admin_color','fresh'),(80863,6013,'use_ssl','0'),(80864,6013,'show_admin_bar_front','true'),(80865,6013,'locale',''),(80866,6013,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80867,6013,'wp_user_level','0'),(80868,6013,'default_password_nag','1'),(80869,6014,'nickname','amybaird11954'),(80870,6014,'first_name',''),(80871,6014,'last_name',''),(80872,6014,'description',''),(80873,6014,'rich_editing','true'),(80874,6014,'syntax_highlighting','true'),(80875,6014,'comment_shortcuts','false'),(80876,6014,'admin_color','fresh'),(80877,6014,'use_ssl','0'),(80878,6014,'show_admin_bar_front','true'),(80879,6014,'locale',''),(80880,6014,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80881,6014,'wp_user_level','0'),(80882,6014,'default_password_nag','1'),(80883,6015,'nickname','aclrkt21991'),(80884,6015,'first_name',''),(80885,6015,'last_name',''),(80886,6015,'description',''),(80887,6015,'rich_editing','true'),(80888,6015,'syntax_highlighting','true'),(80889,6015,'comment_shortcuts','false'),(80890,6015,'admin_color','fresh'),(80891,6015,'use_ssl','0'),(80892,6015,'show_admin_bar_front','true'),(80893,6015,'locale',''),(80894,6015,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80895,6015,'wp_user_level','0'),(80896,6015,'default_password_nag','1'),(80897,6016,'nickname','shianne.chhangur1977'),(80898,6016,'first_name',''),(80899,6016,'last_name',''),(80900,6016,'description',''),(80901,6016,'rich_editing','true'),(80902,6016,'syntax_highlighting','true'),(80903,6016,'comment_shortcuts','false'),(80904,6016,'admin_color','fresh'),(80905,6016,'use_ssl','0'),(80906,6016,'show_admin_bar_front','true'),(80907,6016,'locale',''),(80908,6016,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80909,6016,'wp_user_level','0'),(80910,6016,'default_password_nag','1'),(80911,6017,'nickname','kirsty.rhodes2009'),(80912,6017,'first_name',''),(80913,6017,'last_name',''),(80914,6017,'description',''),(80915,6017,'rich_editing','true'),(80916,6017,'syntax_highlighting','true'),(80917,6017,'comment_shortcuts','false'),(80918,6017,'admin_color','fresh'),(80919,6017,'use_ssl','0'),(80920,6017,'show_admin_bar_front','true'),(80921,6017,'locale',''),(80922,6017,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80923,6017,'wp_user_level','0'),(80924,6017,'default_password_nag','1'),(80925,6018,'nickname','danielapopova20061987'),(80926,6018,'first_name',''),(80927,6018,'last_name',''),(80928,6018,'description',''),(80929,6018,'rich_editing','true'),(80930,6018,'syntax_highlighting','true'),(80931,6018,'comment_shortcuts','false'),(80932,6018,'admin_color','fresh'),(80933,6018,'use_ssl','0'),(80934,6018,'show_admin_bar_front','true'),(80935,6018,'locale',''),(80936,6018,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80937,6018,'wp_user_level','0'),(80938,6018,'default_password_nag','1'),(80939,6019,'nickname','tgrace772007'),(80940,6019,'first_name',''),(80941,6019,'last_name',''),(80942,6019,'description',''),(80943,6019,'rich_editing','true'),(80944,6019,'syntax_highlighting','true'),(80945,6019,'comment_shortcuts','false'),(80946,6019,'admin_color','fresh'),(80947,6019,'use_ssl','0'),(80948,6019,'show_admin_bar_front','true'),(80949,6019,'locale',''),(80950,6019,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80951,6019,'wp_user_level','0'),(80952,6019,'default_password_nag','1'),(80953,6020,'nickname','chelseyfay18101956'),(80954,6020,'first_name',''),(80955,6020,'last_name',''),(80956,6020,'description',''),(80957,6020,'rich_editing','true'),(80958,6020,'syntax_highlighting','true'),(80959,6020,'comment_shortcuts','false'),(80960,6020,'admin_color','fresh'),(80961,6020,'use_ssl','0'),(80962,6020,'show_admin_bar_front','true'),(80963,6020,'locale',''),(80964,6020,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80965,6020,'wp_user_level','0'),(80966,6020,'default_password_nag','1'),(80967,6021,'nickname','griffinadam871986'),(80968,6021,'first_name',''),(80969,6021,'last_name',''),(80970,6021,'description',''),(80971,6021,'rich_editing','true'),(80972,6021,'syntax_highlighting','true'),(80973,6021,'comment_shortcuts','false'),(80974,6021,'admin_color','fresh'),(80975,6021,'use_ssl','0'),(80976,6021,'show_admin_bar_front','true'),(80977,6021,'locale',''),(80978,6021,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80979,6021,'wp_user_level','0'),(80980,6021,'default_password_nag','1'),(80981,6022,'nickname','curt1228951986'),(80982,6022,'first_name',''),(80983,6022,'last_name',''),(80984,6022,'description',''),(80985,6022,'rich_editing','true'),(80986,6022,'syntax_highlighting','true'),(80987,6022,'comment_shortcuts','false'),(80988,6022,'admin_color','fresh'),(80989,6022,'use_ssl','0'),(80990,6022,'show_admin_bar_front','true'),(80991,6022,'locale',''),(80992,6022,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(80993,6022,'wp_user_level','0'),(80994,6022,'default_password_nag','1'),(80995,6023,'nickname','chloe.flanery2001'),(80996,6023,'first_name',''),(80997,6023,'last_name',''),(80998,6023,'description',''),(80999,6023,'rich_editing','true'),(81000,6023,'syntax_highlighting','true'),(81001,6023,'comment_shortcuts','false'),(81002,6023,'admin_color','fresh'),(81003,6023,'use_ssl','0'),(81004,6023,'show_admin_bar_front','true'),(81005,6023,'locale',''),(81006,6023,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81007,6023,'wp_user_level','0'),(81008,6023,'default_password_nag','1'),(81009,6024,'nickname','help1976'),(81010,6024,'first_name',''),(81011,6024,'last_name',''),(81012,6024,'description',''),(81013,6024,'rich_editing','true'),(81014,6024,'syntax_highlighting','true'),(81015,6024,'comment_shortcuts','false'),(81016,6024,'admin_color','fresh'),(81017,6024,'use_ssl','0'),(81018,6024,'show_admin_bar_front','true'),(81019,6024,'locale',''),(81020,6024,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81021,6024,'wp_user_level','0'),(81022,6024,'default_password_nag','1'),(81023,6025,'nickname','t3pnarcosis1997'),(81024,6025,'first_name',''),(81025,6025,'last_name',''),(81026,6025,'description',''),(81027,6025,'rich_editing','true'),(81028,6025,'syntax_highlighting','true'),(81029,6025,'comment_shortcuts','false'),(81030,6025,'admin_color','fresh'),(81031,6025,'use_ssl','0'),(81032,6025,'show_admin_bar_front','true'),(81033,6025,'locale',''),(81034,6025,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81035,6025,'wp_user_level','0'),(81036,6025,'default_password_nag','1'),(81037,6026,'nickname','chandra.laberge2007'),(81038,6026,'first_name',''),(81039,6026,'last_name',''),(81040,6026,'description',''),(81041,6026,'rich_editing','true'),(81042,6026,'syntax_highlighting','true'),(81043,6026,'comment_shortcuts','false'),(81044,6026,'admin_color','fresh'),(81045,6026,'use_ssl','0'),(81046,6026,'show_admin_bar_front','true'),(81047,6026,'locale',''),(81048,6026,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81049,6026,'wp_user_level','0'),(81050,6026,'default_password_nag','1'),(81051,6027,'nickname','jamnk2005'),(81052,6027,'first_name',''),(81053,6027,'last_name',''),(81054,6027,'description',''),(81055,6027,'rich_editing','true'),(81056,6027,'syntax_highlighting','true'),(81057,6027,'comment_shortcuts','false'),(81058,6027,'admin_color','fresh'),(81059,6027,'use_ssl','0'),(81060,6027,'show_admin_bar_front','true'),(81061,6027,'locale',''),(81062,6027,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81063,6027,'wp_user_level','0'),(81064,6027,'default_password_nag','1'),(81065,6028,'nickname','muerimo1974'),(81066,6028,'first_name',''),(81067,6028,'last_name',''),(81068,6028,'description',''),(81069,6028,'rich_editing','true'),(81070,6028,'syntax_highlighting','true'),(81071,6028,'comment_shortcuts','false'),(81072,6028,'admin_color','fresh'),(81073,6028,'use_ssl','0'),(81074,6028,'show_admin_bar_front','true'),(81075,6028,'locale',''),(81076,6028,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81077,6028,'wp_user_level','0'),(81078,6028,'default_password_nag','1'),(81079,6029,'nickname','audreydefant1974'),(81080,6029,'first_name',''),(81081,6029,'last_name',''),(81082,6029,'description',''),(81083,6029,'rich_editing','true'),(81084,6029,'syntax_highlighting','true'),(81085,6029,'comment_shortcuts','false'),(81086,6029,'admin_color','fresh'),(81087,6029,'use_ssl','0'),(81088,6029,'show_admin_bar_front','true'),(81089,6029,'locale',''),(81090,6029,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81091,6029,'wp_user_level','0'),(81092,6029,'default_password_nag','1'),(81093,6030,'nickname','iamjeffburke2006'),(81094,6030,'first_name',''),(81095,6030,'last_name',''),(81096,6030,'description',''),(81097,6030,'rich_editing','true'),(81098,6030,'syntax_highlighting','true'),(81099,6030,'comment_shortcuts','false'),(81100,6030,'admin_color','fresh'),(81101,6030,'use_ssl','0'),(81102,6030,'show_admin_bar_front','true'),(81103,6030,'locale',''),(81104,6030,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81105,6030,'wp_user_level','0'),(81106,6030,'default_password_nag','1'),(81107,6031,'nickname','shawnjohnadams1985'),(81108,6031,'first_name',''),(81109,6031,'last_name',''),(81110,6031,'description',''),(81111,6031,'rich_editing','true'),(81112,6031,'syntax_highlighting','true'),(81113,6031,'comment_shortcuts','false'),(81114,6031,'admin_color','fresh'),(81115,6031,'use_ssl','0'),(81116,6031,'show_admin_bar_front','true'),(81117,6031,'locale',''),(81118,6031,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81119,6031,'wp_user_level','0'),(81120,6031,'default_password_nag','1'),(81121,6032,'nickname','psj.marshall1982'),(81122,6032,'first_name',''),(81123,6032,'last_name',''),(81124,6032,'description',''),(81125,6032,'rich_editing','true'),(81126,6032,'syntax_highlighting','true'),(81127,6032,'comment_shortcuts','false'),(81128,6032,'admin_color','fresh'),(81129,6032,'use_ssl','0'),(81130,6032,'show_admin_bar_front','true'),(81131,6032,'locale',''),(81132,6032,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81133,6032,'wp_user_level','0'),(81134,6032,'default_password_nag','1'),(81135,6033,'nickname','datavisioninc1969'),(81136,6033,'first_name',''),(81137,6033,'last_name',''),(81138,6033,'description',''),(81139,6033,'rich_editing','true'),(81140,6033,'syntax_highlighting','true'),(81141,6033,'comment_shortcuts','false'),(81142,6033,'admin_color','fresh'),(81143,6033,'use_ssl','0'),(81144,6033,'show_admin_bar_front','true'),(81145,6033,'locale',''),(81146,6033,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81147,6033,'wp_user_level','0'),(81148,6033,'default_password_nag','1'),(81149,6034,'nickname','kgpsmith1961'),(81150,6034,'first_name',''),(81151,6034,'last_name',''),(81152,6034,'description',''),(81153,6034,'rich_editing','true'),(81154,6034,'syntax_highlighting','true'),(81155,6034,'comment_shortcuts','false'),(81156,6034,'admin_color','fresh'),(81157,6034,'use_ssl','0'),(81158,6034,'show_admin_bar_front','true'),(81159,6034,'locale',''),(81160,6034,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81161,6034,'wp_user_level','0'),(81162,6034,'default_password_nag','1'),(81163,6035,'nickname','canumoss1984'),(81164,6035,'first_name',''),(81165,6035,'last_name',''),(81166,6035,'description',''),(81167,6035,'rich_editing','true'),(81168,6035,'syntax_highlighting','true'),(81169,6035,'comment_shortcuts','false'),(81170,6035,'admin_color','fresh'),(81171,6035,'use_ssl','0'),(81172,6035,'show_admin_bar_front','true'),(81173,6035,'locale',''),(81174,6035,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81175,6035,'wp_user_level','0'),(81176,6035,'default_password_nag','1'),(81177,6036,'nickname','t.angel701958'),(81178,6036,'first_name',''),(81179,6036,'last_name',''),(81180,6036,'description',''),(81181,6036,'rich_editing','true'),(81182,6036,'syntax_highlighting','true'),(81183,6036,'comment_shortcuts','false'),(81184,6036,'admin_color','fresh'),(81185,6036,'use_ssl','0'),(81186,6036,'show_admin_bar_front','true'),(81187,6036,'locale',''),(81188,6036,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81189,6036,'wp_user_level','0'),(81190,6036,'default_password_nag','1'),(81191,6037,'nickname','briannamarsh442005'),(81192,6037,'first_name',''),(81193,6037,'last_name',''),(81194,6037,'description',''),(81195,6037,'rich_editing','true'),(81196,6037,'syntax_highlighting','true'),(81197,6037,'comment_shortcuts','false'),(81198,6037,'admin_color','fresh'),(81199,6037,'use_ssl','0'),(81200,6037,'show_admin_bar_front','true'),(81201,6037,'locale',''),(81202,6037,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81203,6037,'wp_user_level','0'),(81204,6037,'default_password_nag','1'),(81205,6038,'nickname','drew.bidlen1981'),(81206,6038,'first_name',''),(81207,6038,'last_name',''),(81208,6038,'description',''),(81209,6038,'rich_editing','true'),(81210,6038,'syntax_highlighting','true'),(81211,6038,'comment_shortcuts','false'),(81212,6038,'admin_color','fresh'),(81213,6038,'use_ssl','0'),(81214,6038,'show_admin_bar_front','true'),(81215,6038,'locale',''),(81216,6038,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81217,6038,'wp_user_level','0'),(81218,6038,'default_password_nag','1'),(81219,6039,'nickname','jenny.lamb11980'),(81220,6039,'first_name',''),(81221,6039,'last_name',''),(81222,6039,'description',''),(81223,6039,'rich_editing','true'),(81224,6039,'syntax_highlighting','true'),(81225,6039,'comment_shortcuts','false'),(81226,6039,'admin_color','fresh'),(81227,6039,'use_ssl','0'),(81228,6039,'show_admin_bar_front','true'),(81229,6039,'locale',''),(81230,6039,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81231,6039,'wp_user_level','0'),(81232,6039,'default_password_nag','1'),(81233,6040,'nickname','earondalton2009'),(81234,6040,'first_name',''),(81235,6040,'last_name',''),(81236,6040,'description',''),(81237,6040,'rich_editing','true'),(81238,6040,'syntax_highlighting','true'),(81239,6040,'comment_shortcuts','false'),(81240,6040,'admin_color','fresh'),(81241,6040,'use_ssl','0'),(81242,6040,'show_admin_bar_front','true'),(81243,6040,'locale',''),(81244,6040,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81245,6040,'wp_user_level','0'),(81246,6040,'default_password_nag','1'),(81247,6041,'nickname','jcollins00751955'),(81248,6041,'first_name',''),(81249,6041,'last_name',''),(81250,6041,'description',''),(81251,6041,'rich_editing','true'),(81252,6041,'syntax_highlighting','true'),(81253,6041,'comment_shortcuts','false'),(81254,6041,'admin_color','fresh'),(81255,6041,'use_ssl','0'),(81256,6041,'show_admin_bar_front','true'),(81257,6041,'locale',''),(81258,6041,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81259,6041,'wp_user_level','0'),(81260,6041,'default_password_nag','1'),(81261,6042,'nickname','melisa1964'),(81262,6042,'first_name',''),(81263,6042,'last_name',''),(81264,6042,'description',''),(81265,6042,'rich_editing','true'),(81266,6042,'syntax_highlighting','true'),(81267,6042,'comment_shortcuts','false'),(81268,6042,'admin_color','fresh'),(81269,6042,'use_ssl','0'),(81270,6042,'show_admin_bar_front','true'),(81271,6042,'locale',''),(81272,6042,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81273,6042,'wp_user_level','0'),(81274,6042,'default_password_nag','1'),(81275,6043,'nickname','jakeaturner951983'),(81276,6043,'first_name',''),(81277,6043,'last_name',''),(81278,6043,'description',''),(81279,6043,'rich_editing','true'),(81280,6043,'syntax_highlighting','true'),(81281,6043,'comment_shortcuts','false'),(81282,6043,'admin_color','fresh'),(81283,6043,'use_ssl','0'),(81284,6043,'show_admin_bar_front','true'),(81285,6043,'locale',''),(81286,6043,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81287,6043,'wp_user_level','0'),(81288,6043,'default_password_nag','1'),(81289,6044,'nickname','dan2005'),(81290,6044,'first_name',''),(81291,6044,'last_name',''),(81292,6044,'description',''),(81293,6044,'rich_editing','true'),(81294,6044,'syntax_highlighting','true'),(81295,6044,'comment_shortcuts','false'),(81296,6044,'admin_color','fresh'),(81297,6044,'use_ssl','0'),(81298,6044,'show_admin_bar_front','true'),(81299,6044,'locale',''),(81300,6044,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81301,6044,'wp_user_level','0'),(81302,6044,'default_password_nag','1'),(81303,6045,'nickname','zjlafleur1974'),(81304,6045,'first_name',''),(81305,6045,'last_name',''),(81306,6045,'description',''),(81307,6045,'rich_editing','true'),(81308,6045,'syntax_highlighting','true'),(81309,6045,'comment_shortcuts','false'),(81310,6045,'admin_color','fresh'),(81311,6045,'use_ssl','0'),(81312,6045,'show_admin_bar_front','true'),(81313,6045,'locale',''),(81314,6045,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81315,6045,'wp_user_level','0'),(81316,6045,'default_password_nag','1'),(81317,6046,'nickname','kylestevens1231979'),(81318,6046,'first_name',''),(81319,6046,'last_name',''),(81320,6046,'description',''),(81321,6046,'rich_editing','true'),(81322,6046,'syntax_highlighting','true'),(81323,6046,'comment_shortcuts','false'),(81324,6046,'admin_color','fresh'),(81325,6046,'use_ssl','0'),(81326,6046,'show_admin_bar_front','true'),(81327,6046,'locale',''),(81328,6046,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81329,6046,'wp_user_level','0'),(81330,6046,'default_password_nag','1'),(81331,6047,'nickname','msnlne1995'),(81332,6047,'first_name',''),(81333,6047,'last_name',''),(81334,6047,'description',''),(81335,6047,'rich_editing','true'),(81336,6047,'syntax_highlighting','true'),(81337,6047,'comment_shortcuts','false'),(81338,6047,'admin_color','fresh'),(81339,6047,'use_ssl','0'),(81340,6047,'show_admin_bar_front','true'),(81341,6047,'locale',''),(81342,6047,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81343,6047,'wp_user_level','0'),(81344,6047,'default_password_nag','1'),(81345,6048,'nickname','omgbbq1331958'),(81346,6048,'first_name',''),(81347,6048,'last_name',''),(81348,6048,'description',''),(81349,6048,'rich_editing','true'),(81350,6048,'syntax_highlighting','true'),(81351,6048,'comment_shortcuts','false'),(81352,6048,'admin_color','fresh'),(81353,6048,'use_ssl','0'),(81354,6048,'show_admin_bar_front','true'),(81355,6048,'locale',''),(81356,6048,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81357,6048,'wp_user_level','0'),(81358,6048,'default_password_nag','1'),(81359,6049,'nickname','moneyaustin12132008'),(81360,6049,'first_name',''),(81361,6049,'last_name',''),(81362,6049,'description',''),(81363,6049,'rich_editing','true'),(81364,6049,'syntax_highlighting','true'),(81365,6049,'comment_shortcuts','false'),(81366,6049,'admin_color','fresh'),(81367,6049,'use_ssl','0'),(81368,6049,'show_admin_bar_front','true'),(81369,6049,'locale',''),(81370,6049,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81371,6049,'wp_user_level','0'),(81372,6049,'default_password_nag','1'),(81373,6050,'nickname','tsupporto.relax1958'),(81374,6050,'first_name',''),(81375,6050,'last_name',''),(81376,6050,'description',''),(81377,6050,'rich_editing','true'),(81378,6050,'syntax_highlighting','true'),(81379,6050,'comment_shortcuts','false'),(81380,6050,'admin_color','fresh'),(81381,6050,'use_ssl','0'),(81382,6050,'show_admin_bar_front','true'),(81383,6050,'locale',''),(81384,6050,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81385,6050,'wp_user_level','0'),(81386,6050,'default_password_nag','1'),(81387,6051,'nickname','keithdoesminecraft2691986'),(81388,6051,'first_name',''),(81389,6051,'last_name',''),(81390,6051,'description',''),(81391,6051,'rich_editing','true'),(81392,6051,'syntax_highlighting','true'),(81393,6051,'comment_shortcuts','false'),(81394,6051,'admin_color','fresh'),(81395,6051,'use_ssl','0'),(81396,6051,'show_admin_bar_front','true'),(81397,6051,'locale',''),(81398,6051,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81399,6051,'wp_user_level','0'),(81400,6051,'default_password_nag','1'),(81401,6052,'nickname','paypal2001'),(81402,6052,'first_name',''),(81403,6052,'last_name',''),(81404,6052,'description',''),(81405,6052,'rich_editing','true'),(81406,6052,'syntax_highlighting','true'),(81407,6052,'comment_shortcuts','false'),(81408,6052,'admin_color','fresh'),(81409,6052,'use_ssl','0'),(81410,6052,'show_admin_bar_front','true'),(81411,6052,'locale',''),(81412,6052,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81413,6052,'wp_user_level','0'),(81414,6052,'default_password_nag','1'),(81415,6053,'nickname','mad1955'),(81416,6053,'first_name',''),(81417,6053,'last_name',''),(81418,6053,'description',''),(81419,6053,'rich_editing','true'),(81420,6053,'syntax_highlighting','true'),(81421,6053,'comment_shortcuts','false'),(81422,6053,'admin_color','fresh'),(81423,6053,'use_ssl','0'),(81424,6053,'show_admin_bar_front','true'),(81425,6053,'locale',''),(81426,6053,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81427,6053,'wp_user_level','0'),(81428,6053,'default_password_nag','1'),(81429,6054,'nickname','thebutterbot1970'),(81430,6054,'first_name',''),(81431,6054,'last_name',''),(81432,6054,'description',''),(81433,6054,'rich_editing','true'),(81434,6054,'syntax_highlighting','true'),(81435,6054,'comment_shortcuts','false'),(81436,6054,'admin_color','fresh'),(81437,6054,'use_ssl','0'),(81438,6054,'show_admin_bar_front','true'),(81439,6054,'locale',''),(81440,6054,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81441,6054,'wp_user_level','0'),(81442,6054,'default_password_nag','1'),(81443,6055,'nickname','cbalausky1966'),(81444,6055,'first_name',''),(81445,6055,'last_name',''),(81446,6055,'description',''),(81447,6055,'rich_editing','true'),(81448,6055,'syntax_highlighting','true'),(81449,6055,'comment_shortcuts','false'),(81450,6055,'admin_color','fresh'),(81451,6055,'use_ssl','0'),(81452,6055,'show_admin_bar_front','true'),(81453,6055,'locale',''),(81454,6055,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81455,6055,'wp_user_level','0'),(81456,6055,'default_password_nag','1'),(81457,6056,'nickname','wgriffing989211978'),(81458,6056,'first_name',''),(81459,6056,'last_name',''),(81460,6056,'description',''),(81461,6056,'rich_editing','true'),(81462,6056,'syntax_highlighting','true'),(81463,6056,'comment_shortcuts','false'),(81464,6056,'admin_color','fresh'),(81465,6056,'use_ssl','0'),(81466,6056,'show_admin_bar_front','true'),(81467,6056,'locale',''),(81468,6056,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81469,6056,'wp_user_level','0'),(81470,6056,'default_password_nag','1'),(81471,6057,'nickname','d.acosta0111965'),(81472,6057,'first_name',''),(81473,6057,'last_name',''),(81474,6057,'description',''),(81475,6057,'rich_editing','true'),(81476,6057,'syntax_highlighting','true'),(81477,6057,'comment_shortcuts','false'),(81478,6057,'admin_color','fresh'),(81479,6057,'use_ssl','0'),(81480,6057,'show_admin_bar_front','true'),(81481,6057,'locale',''),(81482,6057,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81483,6057,'wp_user_level','0'),(81484,6057,'default_password_nag','1'),(81485,6058,'nickname','michaelparedes7771960'),(81486,6058,'first_name',''),(81487,6058,'last_name',''),(81488,6058,'description',''),(81489,6058,'rich_editing','true'),(81490,6058,'syntax_highlighting','true'),(81491,6058,'comment_shortcuts','false'),(81492,6058,'admin_color','fresh'),(81493,6058,'use_ssl','0'),(81494,6058,'show_admin_bar_front','true'),(81495,6058,'locale',''),(81496,6058,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81497,6058,'wp_user_level','0'),(81498,6058,'default_password_nag','1'),(81499,6059,'nickname','mjdoherty22301976'),(81500,6059,'first_name',''),(81501,6059,'last_name',''),(81502,6059,'description',''),(81503,6059,'rich_editing','true'),(81504,6059,'syntax_highlighting','true'),(81505,6059,'comment_shortcuts','false'),(81506,6059,'admin_color','fresh'),(81507,6059,'use_ssl','0'),(81508,6059,'show_admin_bar_front','true'),(81509,6059,'locale',''),(81510,6059,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81511,6059,'wp_user_level','0'),(81512,6059,'default_password_nag','1'),(81513,6060,'nickname','thatonedudedalton1995'),(81514,6060,'first_name',''),(81515,6060,'last_name',''),(81516,6060,'description',''),(81517,6060,'rich_editing','true'),(81518,6060,'syntax_highlighting','true'),(81519,6060,'comment_shortcuts','false'),(81520,6060,'admin_color','fresh'),(81521,6060,'use_ssl','0'),(81522,6060,'show_admin_bar_front','true'),(81523,6060,'locale',''),(81524,6060,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81525,6060,'wp_user_level','0'),(81526,6060,'default_password_nag','1'),(81527,6061,'nickname','angelalv011962'),(81528,6061,'first_name',''),(81529,6061,'last_name',''),(81530,6061,'description',''),(81531,6061,'rich_editing','true'),(81532,6061,'syntax_highlighting','true'),(81533,6061,'comment_shortcuts','false'),(81534,6061,'admin_color','fresh'),(81535,6061,'use_ssl','0'),(81536,6061,'show_admin_bar_front','true'),(81537,6061,'locale',''),(81538,6061,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81539,6061,'wp_user_level','0'),(81540,6061,'default_password_nag','1'),(81541,6062,'nickname','ivculaway1991'),(81542,6062,'first_name',''),(81543,6062,'last_name',''),(81544,6062,'description',''),(81545,6062,'rich_editing','true'),(81546,6062,'syntax_highlighting','true'),(81547,6062,'comment_shortcuts','false'),(81548,6062,'admin_color','fresh'),(81549,6062,'use_ssl','0'),(81550,6062,'show_admin_bar_front','true'),(81551,6062,'locale',''),(81552,6062,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81553,6062,'wp_user_level','0'),(81554,6062,'default_password_nag','1'),(81555,6063,'nickname','cdevine24241969'),(81556,6063,'first_name',''),(81557,6063,'last_name',''),(81558,6063,'description',''),(81559,6063,'rich_editing','true'),(81560,6063,'syntax_highlighting','true'),(81561,6063,'comment_shortcuts','false'),(81562,6063,'admin_color','fresh'),(81563,6063,'use_ssl','0'),(81564,6063,'show_admin_bar_front','true'),(81565,6063,'locale',''),(81566,6063,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81567,6063,'wp_user_level','0'),(81568,6063,'default_password_nag','1'),(81569,6064,'nickname','sharijd291954'),(81570,6064,'first_name',''),(81571,6064,'last_name',''),(81572,6064,'description',''),(81573,6064,'rich_editing','true'),(81574,6064,'syntax_highlighting','true'),(81575,6064,'comment_shortcuts','false'),(81576,6064,'admin_color','fresh'),(81577,6064,'use_ssl','0'),(81578,6064,'show_admin_bar_front','true'),(81579,6064,'locale',''),(81580,6064,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81581,6064,'wp_user_level','0'),(81582,6064,'default_password_nag','1'),(81583,6065,'nickname','ebayjccc20162004'),(81584,6065,'first_name',''),(81585,6065,'last_name',''),(81586,6065,'description',''),(81587,6065,'rich_editing','true'),(81588,6065,'syntax_highlighting','true'),(81589,6065,'comment_shortcuts','false'),(81590,6065,'admin_color','fresh'),(81591,6065,'use_ssl','0'),(81592,6065,'show_admin_bar_front','true'),(81593,6065,'locale',''),(81594,6065,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81595,6065,'wp_user_level','0'),(81596,6065,'default_password_nag','1'),(81597,6066,'nickname','anthony.e.jackson32008'),(81598,6066,'first_name',''),(81599,6066,'last_name',''),(81600,6066,'description',''),(81601,6066,'rich_editing','true'),(81602,6066,'syntax_highlighting','true'),(81603,6066,'comment_shortcuts','false'),(81604,6066,'admin_color','fresh'),(81605,6066,'use_ssl','0'),(81606,6066,'show_admin_bar_front','true'),(81607,6066,'locale',''),(81608,6066,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81609,6066,'wp_user_level','0'),(81610,6066,'default_password_nag','1'),(81611,6067,'nickname','ljtanni1985'),(81612,6067,'first_name',''),(81613,6067,'last_name',''),(81614,6067,'description',''),(81615,6067,'rich_editing','true'),(81616,6067,'syntax_highlighting','true'),(81617,6067,'comment_shortcuts','false'),(81618,6067,'admin_color','fresh'),(81619,6067,'use_ssl','0'),(81620,6067,'show_admin_bar_front','true'),(81621,6067,'locale',''),(81622,6067,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81623,6067,'wp_user_level','0'),(81624,6067,'default_password_nag','1'),(81625,6068,'nickname','stevenbaird881955'),(81626,6068,'first_name',''),(81627,6068,'last_name',''),(81628,6068,'description',''),(81629,6068,'rich_editing','true'),(81630,6068,'syntax_highlighting','true'),(81631,6068,'comment_shortcuts','false'),(81632,6068,'admin_color','fresh'),(81633,6068,'use_ssl','0'),(81634,6068,'show_admin_bar_front','true'),(81635,6068,'locale',''),(81636,6068,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81637,6068,'wp_user_level','0'),(81638,6068,'default_password_nag','1'),(81639,6069,'nickname','johnl.fink1999'),(81640,6069,'first_name',''),(81641,6069,'last_name',''),(81642,6069,'description',''),(81643,6069,'rich_editing','true'),(81644,6069,'syntax_highlighting','true'),(81645,6069,'comment_shortcuts','false'),(81646,6069,'admin_color','fresh'),(81647,6069,'use_ssl','0'),(81648,6069,'show_admin_bar_front','true'),(81649,6069,'locale',''),(81650,6069,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81651,6069,'wp_user_level','0'),(81652,6069,'default_password_nag','1'),(81653,6070,'nickname','susie.world20042005'),(81654,6070,'first_name',''),(81655,6070,'last_name',''),(81656,6070,'description',''),(81657,6070,'rich_editing','true'),(81658,6070,'syntax_highlighting','true'),(81659,6070,'comment_shortcuts','false'),(81660,6070,'admin_color','fresh'),(81661,6070,'use_ssl','0'),(81662,6070,'show_admin_bar_front','true'),(81663,6070,'locale',''),(81664,6070,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81665,6070,'wp_user_level','0'),(81666,6070,'default_password_nag','1'),(81667,6071,'nickname','boxedegoreviews1968'),(81668,6071,'first_name',''),(81669,6071,'last_name',''),(81670,6071,'description',''),(81671,6071,'rich_editing','true'),(81672,6071,'syntax_highlighting','true'),(81673,6071,'comment_shortcuts','false'),(81674,6071,'admin_color','fresh'),(81675,6071,'use_ssl','0'),(81676,6071,'show_admin_bar_front','true'),(81677,6071,'locale',''),(81678,6071,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81679,6071,'wp_user_level','0'),(81680,6071,'default_password_nag','1'),(81681,6072,'nickname','jasonsheffey2009'),(81682,6072,'first_name',''),(81683,6072,'last_name',''),(81684,6072,'description',''),(81685,6072,'rich_editing','true'),(81686,6072,'syntax_highlighting','true'),(81687,6072,'comment_shortcuts','false'),(81688,6072,'admin_color','fresh'),(81689,6072,'use_ssl','0'),(81690,6072,'show_admin_bar_front','true'),(81691,6072,'locale',''),(81692,6072,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81693,6072,'wp_user_level','0'),(81694,6072,'default_password_nag','1'),(81695,6073,'nickname','kshank321982'),(81696,6073,'first_name',''),(81697,6073,'last_name',''),(81698,6073,'description',''),(81699,6073,'rich_editing','true'),(81700,6073,'syntax_highlighting','true'),(81701,6073,'comment_shortcuts','false'),(81702,6073,'admin_color','fresh'),(81703,6073,'use_ssl','0'),(81704,6073,'show_admin_bar_front','true'),(81705,6073,'locale',''),(81706,6073,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81707,6073,'wp_user_level','0'),(81708,6073,'default_password_nag','1'),(81709,6074,'nickname','paulalanrichardson2009'),(81710,6074,'first_name',''),(81711,6074,'last_name',''),(81712,6074,'description',''),(81713,6074,'rich_editing','true'),(81714,6074,'syntax_highlighting','true'),(81715,6074,'comment_shortcuts','false'),(81716,6074,'admin_color','fresh'),(81717,6074,'use_ssl','0'),(81718,6074,'show_admin_bar_front','true'),(81719,6074,'locale',''),(81720,6074,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81721,6074,'wp_user_level','0'),(81722,6074,'default_password_nag','1'),(81723,6075,'nickname','priyapsdp011959'),(81724,6075,'first_name',''),(81725,6075,'last_name',''),(81726,6075,'description',''),(81727,6075,'rich_editing','true'),(81728,6075,'syntax_highlighting','true'),(81729,6075,'comment_shortcuts','false'),(81730,6075,'admin_color','fresh'),(81731,6075,'use_ssl','0'),(81732,6075,'show_admin_bar_front','true'),(81733,6075,'locale',''),(81734,6075,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81735,6075,'wp_user_level','0'),(81736,6075,'default_password_nag','1'),(81737,6076,'nickname','bleedingtears121970'),(81738,6076,'first_name',''),(81739,6076,'last_name',''),(81740,6076,'description',''),(81741,6076,'rich_editing','true'),(81742,6076,'syntax_highlighting','true'),(81743,6076,'comment_shortcuts','false'),(81744,6076,'admin_color','fresh'),(81745,6076,'use_ssl','0'),(81746,6076,'show_admin_bar_front','true'),(81747,6076,'locale',''),(81748,6076,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81749,6076,'wp_user_level','0'),(81750,6076,'default_password_nag','1'),(81751,6077,'nickname','faruqazim1954'),(81752,6077,'first_name',''),(81753,6077,'last_name',''),(81754,6077,'description',''),(81755,6077,'rich_editing','true'),(81756,6077,'syntax_highlighting','true'),(81757,6077,'comment_shortcuts','false'),(81758,6077,'admin_color','fresh'),(81759,6077,'use_ssl','0'),(81760,6077,'show_admin_bar_front','true'),(81761,6077,'locale',''),(81762,6077,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81763,6077,'wp_user_level','0'),(81764,6077,'default_password_nag','1'),(81765,6078,'nickname','blinki_42912007'),(81766,6078,'first_name',''),(81767,6078,'last_name',''),(81768,6078,'description',''),(81769,6078,'rich_editing','true'),(81770,6078,'syntax_highlighting','true'),(81771,6078,'comment_shortcuts','false'),(81772,6078,'admin_color','fresh'),(81773,6078,'use_ssl','0'),(81774,6078,'show_admin_bar_front','true'),(81775,6078,'locale',''),(81776,6078,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81777,6078,'wp_user_level','0'),(81778,6078,'default_password_nag','1'),(81779,6079,'nickname','doctorhayes871979'),(81780,6079,'first_name',''),(81781,6079,'last_name',''),(81782,6079,'description',''),(81783,6079,'rich_editing','true'),(81784,6079,'syntax_highlighting','true'),(81785,6079,'comment_shortcuts','false'),(81786,6079,'admin_color','fresh'),(81787,6079,'use_ssl','0'),(81788,6079,'show_admin_bar_front','true'),(81789,6079,'locale',''),(81790,6079,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81791,6079,'wp_user_level','0'),(81792,6079,'default_password_nag','1'),(81793,6080,'nickname','rami2010volvo1991'),(81794,6080,'first_name',''),(81795,6080,'last_name',''),(81796,6080,'description',''),(81797,6080,'rich_editing','true'),(81798,6080,'syntax_highlighting','true'),(81799,6080,'comment_shortcuts','false'),(81800,6080,'admin_color','fresh'),(81801,6080,'use_ssl','0'),(81802,6080,'show_admin_bar_front','true'),(81803,6080,'locale',''),(81804,6080,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81805,6080,'wp_user_level','0'),(81806,6080,'default_password_nag','1'),(81807,6081,'nickname','wengriner1981'),(81808,6081,'first_name',''),(81809,6081,'last_name',''),(81810,6081,'description',''),(81811,6081,'rich_editing','true'),(81812,6081,'syntax_highlighting','true'),(81813,6081,'comment_shortcuts','false'),(81814,6081,'admin_color','fresh'),(81815,6081,'use_ssl','0'),(81816,6081,'show_admin_bar_front','true'),(81817,6081,'locale',''),(81818,6081,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81819,6081,'wp_user_level','0'),(81820,6081,'default_password_nag','1'),(81821,6082,'nickname','marcelete_williams1958'),(81822,6082,'first_name',''),(81823,6082,'last_name',''),(81824,6082,'description',''),(81825,6082,'rich_editing','true'),(81826,6082,'syntax_highlighting','true'),(81827,6082,'comment_shortcuts','false'),(81828,6082,'admin_color','fresh'),(81829,6082,'use_ssl','0'),(81830,6082,'show_admin_bar_front','true'),(81831,6082,'locale',''),(81832,6082,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81833,6082,'wp_user_level','0'),(81834,6082,'default_password_nag','1'),(81835,6083,'nickname','poppyhill21988'),(81836,6083,'first_name',''),(81837,6083,'last_name',''),(81838,6083,'description',''),(81839,6083,'rich_editing','true'),(81840,6083,'syntax_highlighting','true'),(81841,6083,'comment_shortcuts','false'),(81842,6083,'admin_color','fresh'),(81843,6083,'use_ssl','0'),(81844,6083,'show_admin_bar_front','true'),(81845,6083,'locale',''),(81846,6083,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81847,6083,'wp_user_level','0'),(81848,6083,'default_password_nag','1'),(81849,6084,'nickname','bullieman991966'),(81850,6084,'first_name',''),(81851,6084,'last_name',''),(81852,6084,'description',''),(81853,6084,'rich_editing','true'),(81854,6084,'syntax_highlighting','true'),(81855,6084,'comment_shortcuts','false'),(81856,6084,'admin_color','fresh'),(81857,6084,'use_ssl','0'),(81858,6084,'show_admin_bar_front','true'),(81859,6084,'locale',''),(81860,6084,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81861,6084,'wp_user_level','0'),(81862,6084,'default_password_nag','1'),(81863,6085,'nickname','bandlbevan1964'),(81864,6085,'first_name',''),(81865,6085,'last_name',''),(81866,6085,'description',''),(81867,6085,'rich_editing','true'),(81868,6085,'syntax_highlighting','true'),(81869,6085,'comment_shortcuts','false'),(81870,6085,'admin_color','fresh'),(81871,6085,'use_ssl','0'),(81872,6085,'show_admin_bar_front','true'),(81873,6085,'locale',''),(81874,6085,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81875,6085,'wp_user_level','0'),(81876,6085,'default_password_nag','1'),(81877,6086,'nickname','eric2003'),(81878,6086,'first_name',''),(81879,6086,'last_name',''),(81880,6086,'description',''),(81881,6086,'rich_editing','true'),(81882,6086,'syntax_highlighting','true'),(81883,6086,'comment_shortcuts','false'),(81884,6086,'admin_color','fresh'),(81885,6086,'use_ssl','0'),(81886,6086,'show_admin_bar_front','true'),(81887,6086,'locale',''),(81888,6086,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81889,6086,'wp_user_level','0'),(81890,6086,'default_password_nag','1'),(81891,6087,'nickname','logandentata2000'),(81892,6087,'first_name',''),(81893,6087,'last_name',''),(81894,6087,'description',''),(81895,6087,'rich_editing','true'),(81896,6087,'syntax_highlighting','true'),(81897,6087,'comment_shortcuts','false'),(81898,6087,'admin_color','fresh'),(81899,6087,'use_ssl','0'),(81900,6087,'show_admin_bar_front','true'),(81901,6087,'locale',''),(81902,6087,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81903,6087,'wp_user_level','0'),(81904,6087,'default_password_nag','1'),(81905,6088,'nickname','kittyana20292010'),(81906,6088,'first_name',''),(81907,6088,'last_name',''),(81908,6088,'description',''),(81909,6088,'rich_editing','true'),(81910,6088,'syntax_highlighting','true'),(81911,6088,'comment_shortcuts','false'),(81912,6088,'admin_color','fresh'),(81913,6088,'use_ssl','0'),(81914,6088,'show_admin_bar_front','true'),(81915,6088,'locale',''),(81916,6088,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81917,6088,'wp_user_level','0'),(81918,6088,'default_password_nag','1'),(81919,6089,'nickname','alexandergorman212001'),(81920,6089,'first_name',''),(81921,6089,'last_name',''),(81922,6089,'description',''),(81923,6089,'rich_editing','true'),(81924,6089,'syntax_highlighting','true'),(81925,6089,'comment_shortcuts','false'),(81926,6089,'admin_color','fresh'),(81927,6089,'use_ssl','0'),(81928,6089,'show_admin_bar_front','true'),(81929,6089,'locale',''),(81930,6089,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81931,6089,'wp_user_level','0'),(81932,6089,'default_password_nag','1'),(81933,6090,'nickname','thandi2008'),(81934,6090,'first_name',''),(81935,6090,'last_name',''),(81936,6090,'description',''),(81937,6090,'rich_editing','true'),(81938,6090,'syntax_highlighting','true'),(81939,6090,'comment_shortcuts','false'),(81940,6090,'admin_color','fresh'),(81941,6090,'use_ssl','0'),(81942,6090,'show_admin_bar_front','true'),(81943,6090,'locale',''),(81944,6090,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81945,6090,'wp_user_level','0'),(81946,6090,'default_password_nag','1'),(81947,6091,'nickname','kokclip1983'),(81948,6091,'first_name',''),(81949,6091,'last_name',''),(81950,6091,'description',''),(81951,6091,'rich_editing','true'),(81952,6091,'syntax_highlighting','true'),(81953,6091,'comment_shortcuts','false'),(81954,6091,'admin_color','fresh'),(81955,6091,'use_ssl','0'),(81956,6091,'show_admin_bar_front','true'),(81957,6091,'locale',''),(81958,6091,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81959,6091,'wp_user_level','0'),(81960,6091,'default_password_nag','1'),(81961,6092,'nickname','nwbappraisals1966'),(81962,6092,'first_name',''),(81963,6092,'last_name',''),(81964,6092,'description',''),(81965,6092,'rich_editing','true'),(81966,6092,'syntax_highlighting','true'),(81967,6092,'comment_shortcuts','false'),(81968,6092,'admin_color','fresh'),(81969,6092,'use_ssl','0'),(81970,6092,'show_admin_bar_front','true'),(81971,6092,'locale',''),(81972,6092,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81973,6092,'wp_user_level','0'),(81974,6092,'default_password_nag','1'),(81975,6093,'nickname','markevaughan2003'),(81976,6093,'first_name',''),(81977,6093,'last_name',''),(81978,6093,'description',''),(81979,6093,'rich_editing','true'),(81980,6093,'syntax_highlighting','true'),(81981,6093,'comment_shortcuts','false'),(81982,6093,'admin_color','fresh'),(81983,6093,'use_ssl','0'),(81984,6093,'show_admin_bar_front','true'),(81985,6093,'locale',''),(81986,6093,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(81987,6093,'wp_user_level','0'),(81988,6093,'default_password_nag','1'),(81989,6094,'nickname','oumskie2009'),(81990,6094,'first_name',''),(81991,6094,'last_name',''),(81992,6094,'description',''),(81993,6094,'rich_editing','true'),(81994,6094,'syntax_highlighting','true'),(81995,6094,'comment_shortcuts','false'),(81996,6094,'admin_color','fresh'),(81997,6094,'use_ssl','0'),(81998,6094,'show_admin_bar_front','true'),(81999,6094,'locale',''),(82000,6094,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82001,6094,'wp_user_level','0'),(82002,6094,'default_password_nag','1'),(82003,6095,'nickname','pebblesrws2005'),(82004,6095,'first_name',''),(82005,6095,'last_name',''),(82006,6095,'description',''),(82007,6095,'rich_editing','true'),(82008,6095,'syntax_highlighting','true'),(82009,6095,'comment_shortcuts','false'),(82010,6095,'admin_color','fresh'),(82011,6095,'use_ssl','0'),(82012,6095,'show_admin_bar_front','true'),(82013,6095,'locale',''),(82014,6095,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82015,6095,'wp_user_level','0'),(82016,6095,'default_password_nag','1'),(82017,6096,'nickname','sus_rani1978'),(82018,6096,'first_name',''),(82019,6096,'last_name',''),(82020,6096,'description',''),(82021,6096,'rich_editing','true'),(82022,6096,'syntax_highlighting','true'),(82023,6096,'comment_shortcuts','false'),(82024,6096,'admin_color','fresh'),(82025,6096,'use_ssl','0'),(82026,6096,'show_admin_bar_front','true'),(82027,6096,'locale',''),(82028,6096,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82029,6096,'wp_user_level','0'),(82030,6096,'default_password_nag','1'),(82031,6097,'nickname','rlibbett1969'),(82032,6097,'first_name',''),(82033,6097,'last_name',''),(82034,6097,'description',''),(82035,6097,'rich_editing','true'),(82036,6097,'syntax_highlighting','true'),(82037,6097,'comment_shortcuts','false'),(82038,6097,'admin_color','fresh'),(82039,6097,'use_ssl','0'),(82040,6097,'show_admin_bar_front','true'),(82041,6097,'locale',''),(82042,6097,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82043,6097,'wp_user_level','0'),(82044,6097,'default_password_nag','1'),(82045,6098,'nickname','angeldawn7621972'),(82046,6098,'first_name',''),(82047,6098,'last_name',''),(82048,6098,'description',''),(82049,6098,'rich_editing','true'),(82050,6098,'syntax_highlighting','true'),(82051,6098,'comment_shortcuts','false'),(82052,6098,'admin_color','fresh'),(82053,6098,'use_ssl','0'),(82054,6098,'show_admin_bar_front','true'),(82055,6098,'locale',''),(82056,6098,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82057,6098,'wp_user_level','0'),(82058,6098,'default_password_nag','1'),(82059,6099,'nickname','muthyala.uma1990'),(82060,6099,'first_name',''),(82061,6099,'last_name',''),(82062,6099,'description',''),(82063,6099,'rich_editing','true'),(82064,6099,'syntax_highlighting','true'),(82065,6099,'comment_shortcuts','false'),(82066,6099,'admin_color','fresh'),(82067,6099,'use_ssl','0'),(82068,6099,'show_admin_bar_front','true'),(82069,6099,'locale',''),(82070,6099,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82071,6099,'wp_user_level','0'),(82072,6099,'default_password_nag','1'),(82073,6100,'nickname','alinitytwitch2000'),(82074,6100,'first_name',''),(82075,6100,'last_name',''),(82076,6100,'description',''),(82077,6100,'rich_editing','true'),(82078,6100,'syntax_highlighting','true'),(82079,6100,'comment_shortcuts','false'),(82080,6100,'admin_color','fresh'),(82081,6100,'use_ssl','0'),(82082,6100,'show_admin_bar_front','true'),(82083,6100,'locale',''),(82084,6100,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82085,6100,'wp_user_level','0'),(82086,6100,'default_password_nag','1'),(82087,6101,'nickname','faina.spivak1961'),(82088,6101,'first_name',''),(82089,6101,'last_name',''),(82090,6101,'description',''),(82091,6101,'rich_editing','true'),(82092,6101,'syntax_highlighting','true'),(82093,6101,'comment_shortcuts','false'),(82094,6101,'admin_color','fresh'),(82095,6101,'use_ssl','0'),(82096,6101,'show_admin_bar_front','true'),(82097,6101,'locale',''),(82098,6101,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82099,6101,'wp_user_level','0'),(82100,6101,'default_password_nag','1'),(82101,6102,'nickname','lawestinsurance2006'),(82102,6102,'first_name',''),(82103,6102,'last_name',''),(82104,6102,'description',''),(82105,6102,'rich_editing','true'),(82106,6102,'syntax_highlighting','true'),(82107,6102,'comment_shortcuts','false'),(82108,6102,'admin_color','fresh'),(82109,6102,'use_ssl','0'),(82110,6102,'show_admin_bar_front','true'),(82111,6102,'locale',''),(82112,6102,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82113,6102,'wp_user_level','0'),(82114,6102,'default_password_nag','1'),(82115,6103,'nickname','akemeny1981'),(82116,6103,'first_name',''),(82117,6103,'last_name',''),(82118,6103,'description',''),(82119,6103,'rich_editing','true'),(82120,6103,'syntax_highlighting','true'),(82121,6103,'comment_shortcuts','false'),(82122,6103,'admin_color','fresh'),(82123,6103,'use_ssl','0'),(82124,6103,'show_admin_bar_front','true'),(82125,6103,'locale',''),(82126,6103,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82127,6103,'wp_user_level','0'),(82128,6103,'default_password_nag','1'),(82129,6104,'nickname','nikki_dugan1994'),(82130,6104,'first_name',''),(82131,6104,'last_name',''),(82132,6104,'description',''),(82133,6104,'rich_editing','true'),(82134,6104,'syntax_highlighting','true'),(82135,6104,'comment_shortcuts','false'),(82136,6104,'admin_color','fresh'),(82137,6104,'use_ssl','0'),(82138,6104,'show_admin_bar_front','true'),(82139,6104,'locale',''),(82140,6104,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82141,6104,'wp_user_level','0'),(82142,6104,'default_password_nag','1'),(82143,6105,'nickname','ahmanbanks1973'),(82144,6105,'first_name',''),(82145,6105,'last_name',''),(82146,6105,'description',''),(82147,6105,'rich_editing','true'),(82148,6105,'syntax_highlighting','true'),(82149,6105,'comment_shortcuts','false'),(82150,6105,'admin_color','fresh'),(82151,6105,'use_ssl','0'),(82152,6105,'show_admin_bar_front','true'),(82153,6105,'locale',''),(82154,6105,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82155,6105,'wp_user_level','0'),(82156,6105,'default_password_nag','1'),(82157,6106,'nickname','sirmaverick20101975'),(82158,6106,'first_name',''),(82159,6106,'last_name',''),(82160,6106,'description',''),(82161,6106,'rich_editing','true'),(82162,6106,'syntax_highlighting','true'),(82163,6106,'comment_shortcuts','false'),(82164,6106,'admin_color','fresh'),(82165,6106,'use_ssl','0'),(82166,6106,'show_admin_bar_front','true'),(82167,6106,'locale',''),(82168,6106,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82169,6106,'wp_user_level','0'),(82170,6106,'default_password_nag','1'),(82171,6107,'nickname','gabrielharris771987'),(82172,6107,'first_name',''),(82173,6107,'last_name',''),(82174,6107,'description',''),(82175,6107,'rich_editing','true'),(82176,6107,'syntax_highlighting','true'),(82177,6107,'comment_shortcuts','false'),(82178,6107,'admin_color','fresh'),(82179,6107,'use_ssl','0'),(82180,6107,'show_admin_bar_front','true'),(82181,6107,'locale',''),(82182,6107,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82183,6107,'wp_user_level','0'),(82184,6107,'default_password_nag','1'),(82185,6108,'nickname','maciasangulo01051983'),(82186,6108,'first_name',''),(82187,6108,'last_name',''),(82188,6108,'description',''),(82189,6108,'rich_editing','true'),(82190,6108,'syntax_highlighting','true'),(82191,6108,'comment_shortcuts','false'),(82192,6108,'admin_color','fresh'),(82193,6108,'use_ssl','0'),(82194,6108,'show_admin_bar_front','true'),(82195,6108,'locale',''),(82196,6108,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82197,6108,'wp_user_level','0'),(82198,6108,'default_password_nag','1'),(82199,6109,'nickname','gusevjason1956'),(82200,6109,'first_name',''),(82201,6109,'last_name',''),(82202,6109,'description',''),(82203,6109,'rich_editing','true'),(82204,6109,'syntax_highlighting','true'),(82205,6109,'comment_shortcuts','false'),(82206,6109,'admin_color','fresh'),(82207,6109,'use_ssl','0'),(82208,6109,'show_admin_bar_front','true'),(82209,6109,'locale',''),(82210,6109,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82211,6109,'wp_user_level','0'),(82212,6109,'default_password_nag','1'),(82213,6110,'nickname','joeyraquel1969'),(82214,6110,'first_name',''),(82215,6110,'last_name',''),(82216,6110,'description',''),(82217,6110,'rich_editing','true'),(82218,6110,'syntax_highlighting','true'),(82219,6110,'comment_shortcuts','false'),(82220,6110,'admin_color','fresh'),(82221,6110,'use_ssl','0'),(82222,6110,'show_admin_bar_front','true'),(82223,6110,'locale',''),(82224,6110,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82225,6110,'wp_user_level','0'),(82226,6110,'default_password_nag','1'),(82227,6111,'nickname','jessica.stoll1952'),(82228,6111,'first_name',''),(82229,6111,'last_name',''),(82230,6111,'description',''),(82231,6111,'rich_editing','true'),(82232,6111,'syntax_highlighting','true'),(82233,6111,'comment_shortcuts','false'),(82234,6111,'admin_color','fresh'),(82235,6111,'use_ssl','0'),(82236,6111,'show_admin_bar_front','true'),(82237,6111,'locale',''),(82238,6111,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82239,6111,'wp_user_level','0'),(82240,6111,'default_password_nag','1'),(82241,6112,'nickname','melissa.randall1996'),(82242,6112,'first_name',''),(82243,6112,'last_name',''),(82244,6112,'description',''),(82245,6112,'rich_editing','true'),(82246,6112,'syntax_highlighting','true'),(82247,6112,'comment_shortcuts','false'),(82248,6112,'admin_color','fresh'),(82249,6112,'use_ssl','0'),(82250,6112,'show_admin_bar_front','true'),(82251,6112,'locale',''),(82252,6112,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82253,6112,'wp_user_level','0'),(82254,6112,'default_password_nag','1'),(82255,6113,'nickname','burrell19171956'),(82256,6113,'first_name',''),(82257,6113,'last_name',''),(82258,6113,'description',''),(82259,6113,'rich_editing','true'),(82260,6113,'syntax_highlighting','true'),(82261,6113,'comment_shortcuts','false'),(82262,6113,'admin_color','fresh'),(82263,6113,'use_ssl','0'),(82264,6113,'show_admin_bar_front','true'),(82265,6113,'locale',''),(82266,6113,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82267,6113,'wp_user_level','0'),(82268,6113,'default_password_nag','1'),(82269,6114,'nickname','selenam51965'),(82270,6114,'first_name',''),(82271,6114,'last_name',''),(82272,6114,'description',''),(82273,6114,'rich_editing','true'),(82274,6114,'syntax_highlighting','true'),(82275,6114,'comment_shortcuts','false'),(82276,6114,'admin_color','fresh'),(82277,6114,'use_ssl','0'),(82278,6114,'show_admin_bar_front','true'),(82279,6114,'locale',''),(82280,6114,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82281,6114,'wp_user_level','0'),(82282,6114,'default_password_nag','1'),(82283,6115,'nickname','mrclisby1990'),(82284,6115,'first_name',''),(82285,6115,'last_name',''),(82286,6115,'description',''),(82287,6115,'rich_editing','true'),(82288,6115,'syntax_highlighting','true'),(82289,6115,'comment_shortcuts','false'),(82290,6115,'admin_color','fresh'),(82291,6115,'use_ssl','0'),(82292,6115,'show_admin_bar_front','true'),(82293,6115,'locale',''),(82294,6115,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82295,6115,'wp_user_level','0'),(82296,6115,'default_password_nag','1'),(82297,6116,'nickname','moerena1990'),(82298,6116,'first_name',''),(82299,6116,'last_name',''),(82300,6116,'description',''),(82301,6116,'rich_editing','true'),(82302,6116,'syntax_highlighting','true'),(82303,6116,'comment_shortcuts','false'),(82304,6116,'admin_color','fresh'),(82305,6116,'use_ssl','0'),(82306,6116,'show_admin_bar_front','true'),(82307,6116,'locale',''),(82308,6116,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82309,6116,'wp_user_level','0'),(82310,6116,'default_password_nag','1'),(82311,6117,'nickname','mrobinson551984'),(82312,6117,'first_name',''),(82313,6117,'last_name',''),(82314,6117,'description',''),(82315,6117,'rich_editing','true'),(82316,6117,'syntax_highlighting','true'),(82317,6117,'comment_shortcuts','false'),(82318,6117,'admin_color','fresh'),(82319,6117,'use_ssl','0'),(82320,6117,'show_admin_bar_front','true'),(82321,6117,'locale',''),(82322,6117,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82323,6117,'wp_user_level','0'),(82324,6117,'default_password_nag','1'),(82325,6118,'nickname','floor.road1960'),(82326,6118,'first_name',''),(82327,6118,'last_name',''),(82328,6118,'description',''),(82329,6118,'rich_editing','true'),(82330,6118,'syntax_highlighting','true'),(82331,6118,'comment_shortcuts','false'),(82332,6118,'admin_color','fresh'),(82333,6118,'use_ssl','0'),(82334,6118,'show_admin_bar_front','true'),(82335,6118,'locale',''),(82336,6118,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82337,6118,'wp_user_level','0'),(82338,6118,'default_password_nag','1'),(82339,6119,'nickname','fernando2001'),(82340,6119,'first_name',''),(82341,6119,'last_name',''),(82342,6119,'description',''),(82343,6119,'rich_editing','true'),(82344,6119,'syntax_highlighting','true'),(82345,6119,'comment_shortcuts','false'),(82346,6119,'admin_color','fresh'),(82347,6119,'use_ssl','0'),(82348,6119,'show_admin_bar_front','true'),(82349,6119,'locale',''),(82350,6119,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82351,6119,'wp_user_level','0'),(82352,6119,'default_password_nag','1'),(82353,6120,'nickname','shedletskers1968'),(82354,6120,'first_name',''),(82355,6120,'last_name',''),(82356,6120,'description',''),(82357,6120,'rich_editing','true'),(82358,6120,'syntax_highlighting','true'),(82359,6120,'comment_shortcuts','false'),(82360,6120,'admin_color','fresh'),(82361,6120,'use_ssl','0'),(82362,6120,'show_admin_bar_front','true'),(82363,6120,'locale',''),(82364,6120,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82365,6120,'wp_user_level','0'),(82366,6120,'default_password_nag','1'),(82367,6121,'nickname','sqizin1954'),(82368,6121,'first_name',''),(82369,6121,'last_name',''),(82370,6121,'description',''),(82371,6121,'rich_editing','true'),(82372,6121,'syntax_highlighting','true'),(82373,6121,'comment_shortcuts','false'),(82374,6121,'admin_color','fresh'),(82375,6121,'use_ssl','0'),(82376,6121,'show_admin_bar_front','true'),(82377,6121,'locale',''),(82378,6121,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82379,6121,'wp_user_level','0'),(82380,6121,'default_password_nag','1'),(82381,6122,'nickname','lforr7112002'),(82382,6122,'first_name',''),(82383,6122,'last_name',''),(82384,6122,'description',''),(82385,6122,'rich_editing','true'),(82386,6122,'syntax_highlighting','true'),(82387,6122,'comment_shortcuts','false'),(82388,6122,'admin_color','fresh'),(82389,6122,'use_ssl','0'),(82390,6122,'show_admin_bar_front','true'),(82391,6122,'locale',''),(82392,6122,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82393,6122,'wp_user_level','0'),(82394,6122,'default_password_nag','1'),(82395,6123,'nickname','chandan.r.mucha1979'),(82396,6123,'first_name',''),(82397,6123,'last_name',''),(82398,6123,'description',''),(82399,6123,'rich_editing','true'),(82400,6123,'syntax_highlighting','true'),(82401,6123,'comment_shortcuts','false'),(82402,6123,'admin_color','fresh'),(82403,6123,'use_ssl','0'),(82404,6123,'show_admin_bar_front','true'),(82405,6123,'locale',''),(82406,6123,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82407,6123,'wp_user_level','0'),(82408,6123,'default_password_nag','1'),(82409,6124,'nickname','cseeley52004'),(82410,6124,'first_name',''),(82411,6124,'last_name',''),(82412,6124,'description',''),(82413,6124,'rich_editing','true'),(82414,6124,'syntax_highlighting','true'),(82415,6124,'comment_shortcuts','false'),(82416,6124,'admin_color','fresh'),(82417,6124,'use_ssl','0'),(82418,6124,'show_admin_bar_front','true'),(82419,6124,'locale',''),(82420,6124,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82421,6124,'wp_user_level','0'),(82422,6124,'default_password_nag','1'),(82423,6125,'nickname','cindi2001'),(82424,6125,'first_name',''),(82425,6125,'last_name',''),(82426,6125,'description',''),(82427,6125,'rich_editing','true'),(82428,6125,'syntax_highlighting','true'),(82429,6125,'comment_shortcuts','false'),(82430,6125,'admin_color','fresh'),(82431,6125,'use_ssl','0'),(82432,6125,'show_admin_bar_front','true'),(82433,6125,'locale',''),(82434,6125,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82435,6125,'wp_user_level','0'),(82436,6125,'default_password_nag','1'),(82437,6126,'nickname','crazylady6291990'),(82438,6126,'first_name',''),(82439,6126,'last_name',''),(82440,6126,'description',''),(82441,6126,'rich_editing','true'),(82442,6126,'syntax_highlighting','true'),(82443,6126,'comment_shortcuts','false'),(82444,6126,'admin_color','fresh'),(82445,6126,'use_ssl','0'),(82446,6126,'show_admin_bar_front','true'),(82447,6126,'locale',''),(82448,6126,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82449,6126,'wp_user_level','0'),(82450,6126,'default_password_nag','1'),(82451,6127,'nickname','ted.ziegert1979'),(82452,6127,'first_name',''),(82453,6127,'last_name',''),(82454,6127,'description',''),(82455,6127,'rich_editing','true'),(82456,6127,'syntax_highlighting','true'),(82457,6127,'comment_shortcuts','false'),(82458,6127,'admin_color','fresh'),(82459,6127,'use_ssl','0'),(82460,6127,'show_admin_bar_front','true'),(82461,6127,'locale',''),(82462,6127,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82463,6127,'wp_user_level','0'),(82464,6127,'default_password_nag','1'),(82465,6128,'nickname','jwalsh78831952'),(82466,6128,'first_name',''),(82467,6128,'last_name',''),(82468,6128,'description',''),(82469,6128,'rich_editing','true'),(82470,6128,'syntax_highlighting','true'),(82471,6128,'comment_shortcuts','false'),(82472,6128,'admin_color','fresh'),(82473,6128,'use_ssl','0'),(82474,6128,'show_admin_bar_front','true'),(82475,6128,'locale',''),(82476,6128,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82477,6128,'wp_user_level','0'),(82478,6128,'default_password_nag','1'),(82479,6129,'nickname','annette.mcclain1987'),(82480,6129,'first_name',''),(82481,6129,'last_name',''),(82482,6129,'description',''),(82483,6129,'rich_editing','true'),(82484,6129,'syntax_highlighting','true'),(82485,6129,'comment_shortcuts','false'),(82486,6129,'admin_color','fresh'),(82487,6129,'use_ssl','0'),(82488,6129,'show_admin_bar_front','true'),(82489,6129,'locale',''),(82490,6129,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82491,6129,'wp_user_level','0'),(82492,6129,'default_password_nag','1'),(82493,6130,'nickname','leibowitz3101979'),(82494,6130,'first_name',''),(82495,6130,'last_name',''),(82496,6130,'description',''),(82497,6130,'rich_editing','true'),(82498,6130,'syntax_highlighting','true'),(82499,6130,'comment_shortcuts','false'),(82500,6130,'admin_color','fresh'),(82501,6130,'use_ssl','0'),(82502,6130,'show_admin_bar_front','true'),(82503,6130,'locale',''),(82504,6130,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82505,6130,'wp_user_level','0'),(82506,6130,'default_password_nag','1'),(82507,6131,'nickname','jgnage12001'),(82508,6131,'first_name',''),(82509,6131,'last_name',''),(82510,6131,'description',''),(82511,6131,'rich_editing','true'),(82512,6131,'syntax_highlighting','true'),(82513,6131,'comment_shortcuts','false'),(82514,6131,'admin_color','fresh'),(82515,6131,'use_ssl','0'),(82516,6131,'show_admin_bar_front','true'),(82517,6131,'locale',''),(82518,6131,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82519,6131,'wp_user_level','0'),(82520,6131,'default_password_nag','1'),(82521,6132,'nickname','domenicopugliese1960'),(82522,6132,'first_name',''),(82523,6132,'last_name',''),(82524,6132,'description',''),(82525,6132,'rich_editing','true'),(82526,6132,'syntax_highlighting','true'),(82527,6132,'comment_shortcuts','false'),(82528,6132,'admin_color','fresh'),(82529,6132,'use_ssl','0'),(82530,6132,'show_admin_bar_front','true'),(82531,6132,'locale',''),(82532,6132,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82533,6132,'wp_user_level','0'),(82534,6132,'default_password_nag','1'),(82535,6133,'nickname','williamvolkert1971'),(82536,6133,'first_name',''),(82537,6133,'last_name',''),(82538,6133,'description',''),(82539,6133,'rich_editing','true'),(82540,6133,'syntax_highlighting','true'),(82541,6133,'comment_shortcuts','false'),(82542,6133,'admin_color','fresh'),(82543,6133,'use_ssl','0'),(82544,6133,'show_admin_bar_front','true'),(82545,6133,'locale',''),(82546,6133,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82547,6133,'wp_user_level','0'),(82548,6133,'default_password_nag','1'),(82549,6134,'nickname','aurionnewilliams1995'),(82550,6134,'first_name',''),(82551,6134,'last_name',''),(82552,6134,'description',''),(82553,6134,'rich_editing','true'),(82554,6134,'syntax_highlighting','true'),(82555,6134,'comment_shortcuts','false'),(82556,6134,'admin_color','fresh'),(82557,6134,'use_ssl','0'),(82558,6134,'show_admin_bar_front','true'),(82559,6134,'locale',''),(82560,6134,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82561,6134,'wp_user_level','0'),(82562,6134,'default_password_nag','1'),(82563,6135,'nickname','frontanec1988'),(82564,6135,'first_name',''),(82565,6135,'last_name',''),(82566,6135,'description',''),(82567,6135,'rich_editing','true'),(82568,6135,'syntax_highlighting','true'),(82569,6135,'comment_shortcuts','false'),(82570,6135,'admin_color','fresh'),(82571,6135,'use_ssl','0'),(82572,6135,'show_admin_bar_front','true'),(82573,6135,'locale',''),(82574,6135,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82575,6135,'wp_user_level','0'),(82576,6135,'default_password_nag','1'),(82577,6136,'nickname','tress551981'),(82578,6136,'first_name',''),(82579,6136,'last_name',''),(82580,6136,'description',''),(82581,6136,'rich_editing','true'),(82582,6136,'syntax_highlighting','true'),(82583,6136,'comment_shortcuts','false'),(82584,6136,'admin_color','fresh'),(82585,6136,'use_ssl','0'),(82586,6136,'show_admin_bar_front','true'),(82587,6136,'locale',''),(82588,6136,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82589,6136,'wp_user_level','0'),(82590,6136,'default_password_nag','1'),(82591,6137,'nickname','motherlove061965'),(82592,6137,'first_name',''),(82593,6137,'last_name',''),(82594,6137,'description',''),(82595,6137,'rich_editing','true'),(82596,6137,'syntax_highlighting','true'),(82597,6137,'comment_shortcuts','false'),(82598,6137,'admin_color','fresh'),(82599,6137,'use_ssl','0'),(82600,6137,'show_admin_bar_front','true'),(82601,6137,'locale',''),(82602,6137,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82603,6137,'wp_user_level','0'),(82604,6137,'default_password_nag','1'),(82605,6138,'nickname','lucyod1956'),(82606,6138,'first_name',''),(82607,6138,'last_name',''),(82608,6138,'description',''),(82609,6138,'rich_editing','true'),(82610,6138,'syntax_highlighting','true'),(82611,6138,'comment_shortcuts','false'),(82612,6138,'admin_color','fresh'),(82613,6138,'use_ssl','0'),(82614,6138,'show_admin_bar_front','true'),(82615,6138,'locale',''),(82616,6138,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82617,6138,'wp_user_level','0'),(82618,6138,'default_password_nag','1'),(82619,6139,'nickname','mw1362000'),(82620,6139,'first_name',''),(82621,6139,'last_name',''),(82622,6139,'description',''),(82623,6139,'rich_editing','true'),(82624,6139,'syntax_highlighting','true'),(82625,6139,'comment_shortcuts','false'),(82626,6139,'admin_color','fresh'),(82627,6139,'use_ssl','0'),(82628,6139,'show_admin_bar_front','true'),(82629,6139,'locale',''),(82630,6139,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82631,6139,'wp_user_level','0'),(82632,6139,'default_password_nag','1'),(82633,6140,'nickname','will1977'),(82634,6140,'first_name',''),(82635,6140,'last_name',''),(82636,6140,'description',''),(82637,6140,'rich_editing','true'),(82638,6140,'syntax_highlighting','true'),(82639,6140,'comment_shortcuts','false'),(82640,6140,'admin_color','fresh'),(82641,6140,'use_ssl','0'),(82642,6140,'show_admin_bar_front','true'),(82643,6140,'locale',''),(82644,6140,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82645,6140,'wp_user_level','0'),(82646,6140,'default_password_nag','1'),(82647,6141,'nickname','doug.robins1980'),(82648,6141,'first_name',''),(82649,6141,'last_name',''),(82650,6141,'description',''),(82651,6141,'rich_editing','true'),(82652,6141,'syntax_highlighting','true'),(82653,6141,'comment_shortcuts','false'),(82654,6141,'admin_color','fresh'),(82655,6141,'use_ssl','0'),(82656,6141,'show_admin_bar_front','true'),(82657,6141,'locale',''),(82658,6141,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82659,6141,'wp_user_level','0'),(82660,6141,'default_password_nag','1'),(82661,6142,'nickname','tddanceschool2007'),(82662,6142,'first_name',''),(82663,6142,'last_name',''),(82664,6142,'description',''),(82665,6142,'rich_editing','true'),(82666,6142,'syntax_highlighting','true'),(82667,6142,'comment_shortcuts','false'),(82668,6142,'admin_color','fresh'),(82669,6142,'use_ssl','0'),(82670,6142,'show_admin_bar_front','true'),(82671,6142,'locale',''),(82672,6142,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82673,6142,'wp_user_level','0'),(82674,6142,'default_password_nag','1'),(82675,6143,'nickname','cgriffith1955'),(82676,6143,'first_name',''),(82677,6143,'last_name',''),(82678,6143,'description',''),(82679,6143,'rich_editing','true'),(82680,6143,'syntax_highlighting','true'),(82681,6143,'comment_shortcuts','false'),(82682,6143,'admin_color','fresh'),(82683,6143,'use_ssl','0'),(82684,6143,'show_admin_bar_front','true'),(82685,6143,'locale',''),(82686,6143,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82687,6143,'wp_user_level','0'),(82688,6143,'default_password_nag','1'),(82689,6144,'nickname','mrrssmb1964'),(82690,6144,'first_name',''),(82691,6144,'last_name',''),(82692,6144,'description',''),(82693,6144,'rich_editing','true'),(82694,6144,'syntax_highlighting','true'),(82695,6144,'comment_shortcuts','false'),(82696,6144,'admin_color','fresh'),(82697,6144,'use_ssl','0'),(82698,6144,'show_admin_bar_front','true'),(82699,6144,'locale',''),(82700,6144,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82701,6144,'wp_user_level','0'),(82702,6144,'default_password_nag','1'),(82703,6145,'nickname','ccphilly19841974'),(82704,6145,'first_name',''),(82705,6145,'last_name',''),(82706,6145,'description',''),(82707,6145,'rich_editing','true'),(82708,6145,'syntax_highlighting','true'),(82709,6145,'comment_shortcuts','false'),(82710,6145,'admin_color','fresh'),(82711,6145,'use_ssl','0'),(82712,6145,'show_admin_bar_front','true'),(82713,6145,'locale',''),(82714,6145,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82715,6145,'wp_user_level','0'),(82716,6145,'default_password_nag','1'),(82717,6146,'nickname','rkumar412000'),(82718,6146,'first_name',''),(82719,6146,'last_name',''),(82720,6146,'description',''),(82721,6146,'rich_editing','true'),(82722,6146,'syntax_highlighting','true'),(82723,6146,'comment_shortcuts','false'),(82724,6146,'admin_color','fresh'),(82725,6146,'use_ssl','0'),(82726,6146,'show_admin_bar_front','true'),(82727,6146,'locale',''),(82728,6146,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82729,6146,'wp_user_level','0'),(82730,6146,'default_password_nag','1'),(82731,6147,'nickname','c21triboro2009'),(82732,6147,'first_name',''),(82733,6147,'last_name',''),(82734,6147,'description',''),(82735,6147,'rich_editing','true'),(82736,6147,'syntax_highlighting','true'),(82737,6147,'comment_shortcuts','false'),(82738,6147,'admin_color','fresh'),(82739,6147,'use_ssl','0'),(82740,6147,'show_admin_bar_front','true'),(82741,6147,'locale',''),(82742,6147,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82743,6147,'wp_user_level','0'),(82744,6147,'default_password_nag','1'),(82745,6148,'nickname','rwdndad1957'),(82746,6148,'first_name',''),(82747,6148,'last_name',''),(82748,6148,'description',''),(82749,6148,'rich_editing','true'),(82750,6148,'syntax_highlighting','true'),(82751,6148,'comment_shortcuts','false'),(82752,6148,'admin_color','fresh'),(82753,6148,'use_ssl','0'),(82754,6148,'show_admin_bar_front','true'),(82755,6148,'locale',''),(82756,6148,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82757,6148,'wp_user_level','0'),(82758,6148,'default_password_nag','1'),(82759,6149,'nickname','jaredkassulke1953'),(82760,6149,'first_name',''),(82761,6149,'last_name',''),(82762,6149,'description',''),(82763,6149,'rich_editing','true'),(82764,6149,'syntax_highlighting','true'),(82765,6149,'comment_shortcuts','false'),(82766,6149,'admin_color','fresh'),(82767,6149,'use_ssl','0'),(82768,6149,'show_admin_bar_front','true'),(82769,6149,'locale',''),(82770,6149,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82771,6149,'wp_user_level','0'),(82772,6149,'default_password_nag','1'),(82773,6150,'nickname','s_u_n_n_y20021991'),(82774,6150,'first_name',''),(82775,6150,'last_name',''),(82776,6150,'description',''),(82777,6150,'rich_editing','true'),(82778,6150,'syntax_highlighting','true'),(82779,6150,'comment_shortcuts','false'),(82780,6150,'admin_color','fresh'),(82781,6150,'use_ssl','0'),(82782,6150,'show_admin_bar_front','true'),(82783,6150,'locale',''),(82784,6150,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82785,6150,'wp_user_level','0'),(82786,6150,'default_password_nag','1'),(82787,6151,'nickname','gadsdenbl1968'),(82788,6151,'first_name',''),(82789,6151,'last_name',''),(82790,6151,'description',''),(82791,6151,'rich_editing','true'),(82792,6151,'syntax_highlighting','true'),(82793,6151,'comment_shortcuts','false'),(82794,6151,'admin_color','fresh'),(82795,6151,'use_ssl','0'),(82796,6151,'show_admin_bar_front','true'),(82797,6151,'locale',''),(82798,6151,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82799,6151,'wp_user_level','0'),(82800,6151,'default_password_nag','1'),(82801,6152,'nickname','bwissink1987'),(82802,6152,'first_name',''),(82803,6152,'last_name',''),(82804,6152,'description',''),(82805,6152,'rich_editing','true'),(82806,6152,'syntax_highlighting','true'),(82807,6152,'comment_shortcuts','false'),(82808,6152,'admin_color','fresh'),(82809,6152,'use_ssl','0'),(82810,6152,'show_admin_bar_front','true'),(82811,6152,'locale',''),(82812,6152,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82813,6152,'wp_user_level','0'),(82814,6152,'default_password_nag','1'),(82815,6153,'nickname','elanimyers2010'),(82816,6153,'first_name',''),(82817,6153,'last_name',''),(82818,6153,'description',''),(82819,6153,'rich_editing','true'),(82820,6153,'syntax_highlighting','true'),(82821,6153,'comment_shortcuts','false'),(82822,6153,'admin_color','fresh'),(82823,6153,'use_ssl','0'),(82824,6153,'show_admin_bar_front','true'),(82825,6153,'locale',''),(82826,6153,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82827,6153,'wp_user_level','0'),(82828,6153,'default_password_nag','1'),(82829,6154,'nickname','kersey2002'),(82830,6154,'first_name',''),(82831,6154,'last_name',''),(82832,6154,'description',''),(82833,6154,'rich_editing','true'),(82834,6154,'syntax_highlighting','true'),(82835,6154,'comment_shortcuts','false'),(82836,6154,'admin_color','fresh'),(82837,6154,'use_ssl','0'),(82838,6154,'show_admin_bar_front','true'),(82839,6154,'locale',''),(82840,6154,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82841,6154,'wp_user_level','0'),(82842,6154,'default_password_nag','1'),(82843,6155,'nickname','jfallon1990'),(82844,6155,'first_name',''),(82845,6155,'last_name',''),(82846,6155,'description',''),(82847,6155,'rich_editing','true'),(82848,6155,'syntax_highlighting','true'),(82849,6155,'comment_shortcuts','false'),(82850,6155,'admin_color','fresh'),(82851,6155,'use_ssl','0'),(82852,6155,'show_admin_bar_front','true'),(82853,6155,'locale',''),(82854,6155,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82855,6155,'wp_user_level','0'),(82856,6155,'default_password_nag','1'),(82857,6156,'nickname','martha2009'),(82858,6156,'first_name',''),(82859,6156,'last_name',''),(82860,6156,'description',''),(82861,6156,'rich_editing','true'),(82862,6156,'syntax_highlighting','true'),(82863,6156,'comment_shortcuts','false'),(82864,6156,'admin_color','fresh'),(82865,6156,'use_ssl','0'),(82866,6156,'show_admin_bar_front','true'),(82867,6156,'locale',''),(82868,6156,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82869,6156,'wp_user_level','0'),(82870,6156,'default_password_nag','1'),(82871,6157,'nickname','jbrooker_331970'),(82872,6157,'first_name',''),(82873,6157,'last_name',''),(82874,6157,'description',''),(82875,6157,'rich_editing','true'),(82876,6157,'syntax_highlighting','true'),(82877,6157,'comment_shortcuts','false'),(82878,6157,'admin_color','fresh'),(82879,6157,'use_ssl','0'),(82880,6157,'show_admin_bar_front','true'),(82881,6157,'locale',''),(82882,6157,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82883,6157,'wp_user_level','0'),(82884,6157,'default_password_nag','1'),(82885,6158,'nickname','jktaos1954'),(82886,6158,'first_name',''),(82887,6158,'last_name',''),(82888,6158,'description',''),(82889,6158,'rich_editing','true'),(82890,6158,'syntax_highlighting','true'),(82891,6158,'comment_shortcuts','false'),(82892,6158,'admin_color','fresh'),(82893,6158,'use_ssl','0'),(82894,6158,'show_admin_bar_front','true'),(82895,6158,'locale',''),(82896,6158,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82897,6158,'wp_user_level','0'),(82898,6158,'default_password_nag','1'),(82899,6159,'nickname','bloodhart1975'),(82900,6159,'first_name',''),(82901,6159,'last_name',''),(82902,6159,'description',''),(82903,6159,'rich_editing','true'),(82904,6159,'syntax_highlighting','true'),(82905,6159,'comment_shortcuts','false'),(82906,6159,'admin_color','fresh'),(82907,6159,'use_ssl','0'),(82908,6159,'show_admin_bar_front','true'),(82909,6159,'locale',''),(82910,6159,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82911,6159,'wp_user_level','0'),(82912,6159,'default_password_nag','1'),(82913,6160,'nickname','shah1968'),(82914,6160,'first_name',''),(82915,6160,'last_name',''),(82916,6160,'description',''),(82917,6160,'rich_editing','true'),(82918,6160,'syntax_highlighting','true'),(82919,6160,'comment_shortcuts','false'),(82920,6160,'admin_color','fresh'),(82921,6160,'use_ssl','0'),(82922,6160,'show_admin_bar_front','true'),(82923,6160,'locale',''),(82924,6160,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82925,6160,'wp_user_level','0'),(82926,6160,'default_password_nag','1'),(82927,6161,'nickname','sunny1961'),(82928,6161,'first_name',''),(82929,6161,'last_name',''),(82930,6161,'description',''),(82931,6161,'rich_editing','true'),(82932,6161,'syntax_highlighting','true'),(82933,6161,'comment_shortcuts','false'),(82934,6161,'admin_color','fresh'),(82935,6161,'use_ssl','0'),(82936,6161,'show_admin_bar_front','true'),(82937,6161,'locale',''),(82938,6161,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82939,6161,'wp_user_level','0'),(82940,6161,'default_password_nag','1'),(82941,6162,'nickname','marybellm1969'),(82942,6162,'first_name',''),(82943,6162,'last_name',''),(82944,6162,'description',''),(82945,6162,'rich_editing','true'),(82946,6162,'syntax_highlighting','true'),(82947,6162,'comment_shortcuts','false'),(82948,6162,'admin_color','fresh'),(82949,6162,'use_ssl','0'),(82950,6162,'show_admin_bar_front','true'),(82951,6162,'locale',''),(82952,6162,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82953,6162,'wp_user_level','0'),(82954,6162,'default_password_nag','1'),(82955,6163,'nickname','jacob-mast1993'),(82956,6163,'first_name',''),(82957,6163,'last_name',''),(82958,6163,'description',''),(82959,6163,'rich_editing','true'),(82960,6163,'syntax_highlighting','true'),(82961,6163,'comment_shortcuts','false'),(82962,6163,'admin_color','fresh'),(82963,6163,'use_ssl','0'),(82964,6163,'show_admin_bar_front','true'),(82965,6163,'locale',''),(82966,6163,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82967,6163,'wp_user_level','0'),(82968,6163,'default_password_nag','1'),(82969,6164,'nickname','mikeg1990'),(82970,6164,'first_name',''),(82971,6164,'last_name',''),(82972,6164,'description',''),(82973,6164,'rich_editing','true'),(82974,6164,'syntax_highlighting','true'),(82975,6164,'comment_shortcuts','false'),(82976,6164,'admin_color','fresh'),(82977,6164,'use_ssl','0'),(82978,6164,'show_admin_bar_front','true'),(82979,6164,'locale',''),(82980,6164,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82981,6164,'wp_user_level','0'),(82982,6164,'default_password_nag','1'),(82983,6165,'nickname','travisreeder1993'),(82984,6165,'first_name',''),(82985,6165,'last_name',''),(82986,6165,'description',''),(82987,6165,'rich_editing','true'),(82988,6165,'syntax_highlighting','true'),(82989,6165,'comment_shortcuts','false'),(82990,6165,'admin_color','fresh'),(82991,6165,'use_ssl','0'),(82992,6165,'show_admin_bar_front','true'),(82993,6165,'locale',''),(82994,6165,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(82995,6165,'wp_user_level','0'),(82996,6165,'default_password_nag','1'),(82997,6166,'nickname','john.brewcitypizza1993'),(82998,6166,'first_name',''),(82999,6166,'last_name',''),(83000,6166,'description',''),(83001,6166,'rich_editing','true'),(83002,6166,'syntax_highlighting','true'),(83003,6166,'comment_shortcuts','false'),(83004,6166,'admin_color','fresh'),(83005,6166,'use_ssl','0'),(83006,6166,'show_admin_bar_front','true'),(83007,6166,'locale',''),(83008,6166,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83009,6166,'wp_user_level','0'),(83010,6166,'default_password_nag','1'),(83011,6167,'nickname','font_love1957'),(83012,6167,'first_name',''),(83013,6167,'last_name',''),(83014,6167,'description',''),(83015,6167,'rich_editing','true'),(83016,6167,'syntax_highlighting','true'),(83017,6167,'comment_shortcuts','false'),(83018,6167,'admin_color','fresh'),(83019,6167,'use_ssl','0'),(83020,6167,'show_admin_bar_front','true'),(83021,6167,'locale',''),(83022,6167,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83023,6167,'wp_user_level','0'),(83024,6167,'default_password_nag','1'),(83025,6168,'nickname','f.miccoli1998'),(83026,6168,'first_name',''),(83027,6168,'last_name',''),(83028,6168,'description',''),(83029,6168,'rich_editing','true'),(83030,6168,'syntax_highlighting','true'),(83031,6168,'comment_shortcuts','false'),(83032,6168,'admin_color','fresh'),(83033,6168,'use_ssl','0'),(83034,6168,'show_admin_bar_front','true'),(83035,6168,'locale',''),(83036,6168,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83037,6168,'wp_user_level','0'),(83038,6168,'default_password_nag','1'),(83039,6169,'nickname','wellsburnell1973'),(83040,6169,'first_name',''),(83041,6169,'last_name',''),(83042,6169,'description',''),(83043,6169,'rich_editing','true'),(83044,6169,'syntax_highlighting','true'),(83045,6169,'comment_shortcuts','false'),(83046,6169,'admin_color','fresh'),(83047,6169,'use_ssl','0'),(83048,6169,'show_admin_bar_front','true'),(83049,6169,'locale',''),(83050,6169,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83051,6169,'wp_user_level','0'),(83052,6169,'default_password_nag','1'),(83053,6170,'nickname','bruce1996'),(83054,6170,'first_name',''),(83055,6170,'last_name',''),(83056,6170,'description',''),(83057,6170,'rich_editing','true'),(83058,6170,'syntax_highlighting','true'),(83059,6170,'comment_shortcuts','false'),(83060,6170,'admin_color','fresh'),(83061,6170,'use_ssl','0'),(83062,6170,'show_admin_bar_front','true'),(83063,6170,'locale',''),(83064,6170,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83065,6170,'wp_user_level','0'),(83066,6170,'default_password_nag','1'),(83067,6171,'nickname','jeanny741984'),(83068,6171,'first_name',''),(83069,6171,'last_name',''),(83070,6171,'description',''),(83071,6171,'rich_editing','true'),(83072,6171,'syntax_highlighting','true'),(83073,6171,'comment_shortcuts','false'),(83074,6171,'admin_color','fresh'),(83075,6171,'use_ssl','0'),(83076,6171,'show_admin_bar_front','true'),(83077,6171,'locale',''),(83078,6171,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83079,6171,'wp_user_level','0'),(83080,6171,'default_password_nag','1'),(83081,6172,'nickname','maldalaan2006'),(83082,6172,'first_name',''),(83083,6172,'last_name',''),(83084,6172,'description',''),(83085,6172,'rich_editing','true'),(83086,6172,'syntax_highlighting','true'),(83087,6172,'comment_shortcuts','false'),(83088,6172,'admin_color','fresh'),(83089,6172,'use_ssl','0'),(83090,6172,'show_admin_bar_front','true'),(83091,6172,'locale',''),(83092,6172,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83093,6172,'wp_user_level','0'),(83094,6172,'default_password_nag','1'),(83095,6173,'nickname','sunnyxie432005'),(83096,6173,'first_name',''),(83097,6173,'last_name',''),(83098,6173,'description',''),(83099,6173,'rich_editing','true'),(83100,6173,'syntax_highlighting','true'),(83101,6173,'comment_shortcuts','false'),(83102,6173,'admin_color','fresh'),(83103,6173,'use_ssl','0'),(83104,6173,'show_admin_bar_front','true'),(83105,6173,'locale',''),(83106,6173,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83107,6173,'wp_user_level','0'),(83108,6173,'default_password_nag','1'),(83109,6174,'nickname','sflanders1986'),(83110,6174,'first_name',''),(83111,6174,'last_name',''),(83112,6174,'description',''),(83113,6174,'rich_editing','true'),(83114,6174,'syntax_highlighting','true'),(83115,6174,'comment_shortcuts','false'),(83116,6174,'admin_color','fresh'),(83117,6174,'use_ssl','0'),(83118,6174,'show_admin_bar_front','true'),(83119,6174,'locale',''),(83120,6174,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83121,6174,'wp_user_level','0'),(83122,6174,'default_password_nag','1'),(83123,6175,'nickname','gigoyena1966'),(83124,6175,'first_name',''),(83125,6175,'last_name',''),(83126,6175,'description',''),(83127,6175,'rich_editing','true'),(83128,6175,'syntax_highlighting','true'),(83129,6175,'comment_shortcuts','false'),(83130,6175,'admin_color','fresh'),(83131,6175,'use_ssl','0'),(83132,6175,'show_admin_bar_front','true'),(83133,6175,'locale',''),(83134,6175,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83135,6175,'wp_user_level','0'),(83136,6175,'default_password_nag','1'),(83137,6176,'nickname','r_bakerjr21966'),(83138,6176,'first_name',''),(83139,6176,'last_name',''),(83140,6176,'description',''),(83141,6176,'rich_editing','true'),(83142,6176,'syntax_highlighting','true'),(83143,6176,'comment_shortcuts','false'),(83144,6176,'admin_color','fresh'),(83145,6176,'use_ssl','0'),(83146,6176,'show_admin_bar_front','true'),(83147,6176,'locale',''),(83148,6176,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83149,6176,'wp_user_level','0'),(83150,6176,'default_password_nag','1'),(83151,6177,'nickname','jwilliams1987'),(83152,6177,'first_name',''),(83153,6177,'last_name',''),(83154,6177,'description',''),(83155,6177,'rich_editing','true'),(83156,6177,'syntax_highlighting','true'),(83157,6177,'comment_shortcuts','false'),(83158,6177,'admin_color','fresh'),(83159,6177,'use_ssl','0'),(83160,6177,'show_admin_bar_front','true'),(83161,6177,'locale',''),(83162,6177,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83163,6177,'wp_user_level','0'),(83164,6177,'default_password_nag','1'),(83165,6178,'nickname','erevak1977'),(83166,6178,'first_name',''),(83167,6178,'last_name',''),(83168,6178,'description',''),(83169,6178,'rich_editing','true'),(83170,6178,'syntax_highlighting','true'),(83171,6178,'comment_shortcuts','false'),(83172,6178,'admin_color','fresh'),(83173,6178,'use_ssl','0'),(83174,6178,'show_admin_bar_front','true'),(83175,6178,'locale',''),(83176,6178,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83177,6178,'wp_user_level','0'),(83178,6178,'default_password_nag','1'),(83179,6179,'nickname','pmatthews1953'),(83180,6179,'first_name',''),(83181,6179,'last_name',''),(83182,6179,'description',''),(83183,6179,'rich_editing','true'),(83184,6179,'syntax_highlighting','true'),(83185,6179,'comment_shortcuts','false'),(83186,6179,'admin_color','fresh'),(83187,6179,'use_ssl','0'),(83188,6179,'show_admin_bar_front','true'),(83189,6179,'locale',''),(83190,6179,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83191,6179,'wp_user_level','0'),(83192,6179,'default_password_nag','1'),(83193,6180,'nickname','stevieclapper31950'),(83194,6180,'first_name',''),(83195,6180,'last_name',''),(83196,6180,'description',''),(83197,6180,'rich_editing','true'),(83198,6180,'syntax_highlighting','true'),(83199,6180,'comment_shortcuts','false'),(83200,6180,'admin_color','fresh'),(83201,6180,'use_ssl','0'),(83202,6180,'show_admin_bar_front','true'),(83203,6180,'locale',''),(83204,6180,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83205,6180,'wp_user_level','0'),(83206,6180,'default_password_nag','1'),(83207,6181,'nickname','matt.ogorman1954'),(83208,6181,'first_name',''),(83209,6181,'last_name',''),(83210,6181,'description',''),(83211,6181,'rich_editing','true'),(83212,6181,'syntax_highlighting','true'),(83213,6181,'comment_shortcuts','false'),(83214,6181,'admin_color','fresh'),(83215,6181,'use_ssl','0'),(83216,6181,'show_admin_bar_front','true'),(83217,6181,'locale',''),(83218,6181,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83219,6181,'wp_user_level','0'),(83220,6181,'default_password_nag','1'),(83221,6182,'nickname','peeples.brett1977'),(83222,6182,'first_name',''),(83223,6182,'last_name',''),(83224,6182,'description',''),(83225,6182,'rich_editing','true'),(83226,6182,'syntax_highlighting','true'),(83227,6182,'comment_shortcuts','false'),(83228,6182,'admin_color','fresh'),(83229,6182,'use_ssl','0'),(83230,6182,'show_admin_bar_front','true'),(83231,6182,'locale',''),(83232,6182,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83233,6182,'wp_user_level','0'),(83234,6182,'default_password_nag','1'),(83235,6183,'nickname','keiichi_owns2002'),(83236,6183,'first_name',''),(83237,6183,'last_name',''),(83238,6183,'description',''),(83239,6183,'rich_editing','true'),(83240,6183,'syntax_highlighting','true'),(83241,6183,'comment_shortcuts','false'),(83242,6183,'admin_color','fresh'),(83243,6183,'use_ssl','0'),(83244,6183,'show_admin_bar_front','true'),(83245,6183,'locale',''),(83246,6183,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83247,6183,'wp_user_level','0'),(83248,6183,'default_password_nag','1'),(83249,6184,'nickname','drcobra1955'),(83250,6184,'first_name',''),(83251,6184,'last_name',''),(83252,6184,'description',''),(83253,6184,'rich_editing','true'),(83254,6184,'syntax_highlighting','true'),(83255,6184,'comment_shortcuts','false'),(83256,6184,'admin_color','fresh'),(83257,6184,'use_ssl','0'),(83258,6184,'show_admin_bar_front','true'),(83259,6184,'locale',''),(83260,6184,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83261,6184,'wp_user_level','0'),(83262,6184,'default_password_nag','1'),(83263,6185,'nickname','candlmarvin1955'),(83264,6185,'first_name',''),(83265,6185,'last_name',''),(83266,6185,'description',''),(83267,6185,'rich_editing','true'),(83268,6185,'syntax_highlighting','true'),(83269,6185,'comment_shortcuts','false'),(83270,6185,'admin_color','fresh'),(83271,6185,'use_ssl','0'),(83272,6185,'show_admin_bar_front','true'),(83273,6185,'locale',''),(83274,6185,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83275,6185,'wp_user_level','0'),(83276,6185,'default_password_nag','1'),(83277,6186,'nickname','slark1951'),(83278,6186,'first_name',''),(83279,6186,'last_name',''),(83280,6186,'description',''),(83281,6186,'rich_editing','true'),(83282,6186,'syntax_highlighting','true'),(83283,6186,'comment_shortcuts','false'),(83284,6186,'admin_color','fresh'),(83285,6186,'use_ssl','0'),(83286,6186,'show_admin_bar_front','true'),(83287,6186,'locale',''),(83288,6186,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83289,6186,'wp_user_level','0'),(83290,6186,'default_password_nag','1'),(83291,6187,'nickname','j333clearmee'),(83292,6187,'first_name',''),(83293,6187,'last_name',''),(83294,6187,'description',''),(83295,6187,'rich_editing','true'),(83296,6187,'syntax_highlighting','true'),(83297,6187,'comment_shortcuts','false'),(83298,6187,'admin_color','fresh'),(83299,6187,'use_ssl','0'),(83300,6187,'show_admin_bar_front','true'),(83301,6187,'locale',''),(83302,6187,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83303,6187,'wp_user_level','0'),(83304,6187,'default_password_nag',''),(83305,6187,'session_tokens','a:2:{s:64:\"102398f74a816608f9494c31dfa27612e674c5821607d19cfe615399e9655940\";a:4:{s:10:\"expiration\";i:1544533702;s:2:\"ip\";s:14:\"195.54.162.220\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\";s:5:\"login\";i:1544360902;}s:64:\"b8424f2609adc7b2b64bc8959dfea4b348003b6f1b51363b9c75191d943c78cc\";a:4:{s:10:\"expiration\";i:1544612984;s:2:\"ip\";s:15:\"185.174.173.210\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\";s:5:\"login\";i:1544440184;}}'),(83306,6188,'nickname','monica.leitner1957'),(83307,6188,'first_name',''),(83308,6188,'last_name',''),(83309,6188,'description',''),(83310,6188,'rich_editing','true'),(83311,6188,'syntax_highlighting','true'),(83312,6188,'comment_shortcuts','false'),(83313,6188,'admin_color','fresh'),(83314,6188,'use_ssl','0'),(83315,6188,'show_admin_bar_front','true'),(83316,6188,'locale',''),(83317,6188,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83318,6188,'wp_user_level','0'),(83319,6188,'default_password_nag','1'),(83320,6189,'nickname','toheather2000'),(83321,6189,'first_name',''),(83322,6189,'last_name',''),(83323,6189,'description',''),(83324,6189,'rich_editing','true'),(83325,6189,'syntax_highlighting','true'),(83326,6189,'comment_shortcuts','false'),(83327,6189,'admin_color','fresh'),(83328,6189,'use_ssl','0'),(83329,6189,'show_admin_bar_front','true'),(83330,6189,'locale',''),(83331,6189,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83332,6189,'wp_user_level','0'),(83333,6189,'default_password_nag','1'),(83334,6190,'nickname','dawid.karpinski1951'),(83335,6190,'first_name',''),(83336,6190,'last_name',''),(83337,6190,'description',''),(83338,6190,'rich_editing','true'),(83339,6190,'syntax_highlighting','true'),(83340,6190,'comment_shortcuts','false'),(83341,6190,'admin_color','fresh'),(83342,6190,'use_ssl','0'),(83343,6190,'show_admin_bar_front','true'),(83344,6190,'locale',''),(83345,6190,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83346,6190,'wp_user_level','0'),(83347,6190,'default_password_nag','1'),(83348,6191,'nickname','april.s2007'),(83349,6191,'first_name',''),(83350,6191,'last_name',''),(83351,6191,'description',''),(83352,6191,'rich_editing','true'),(83353,6191,'syntax_highlighting','true'),(83354,6191,'comment_shortcuts','false'),(83355,6191,'admin_color','fresh'),(83356,6191,'use_ssl','0'),(83357,6191,'show_admin_bar_front','true'),(83358,6191,'locale',''),(83359,6191,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83360,6191,'wp_user_level','0'),(83361,6191,'default_password_nag','1'),(83362,6192,'nickname','bettina.mueller.eifel1991'),(83363,6192,'first_name',''),(83364,6192,'last_name',''),(83365,6192,'description',''),(83366,6192,'rich_editing','true'),(83367,6192,'syntax_highlighting','true'),(83368,6192,'comment_shortcuts','false'),(83369,6192,'admin_color','fresh'),(83370,6192,'use_ssl','0'),(83371,6192,'show_admin_bar_front','true'),(83372,6192,'locale',''),(83373,6192,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83374,6192,'wp_user_level','0'),(83375,6192,'default_password_nag','1'),(83376,6193,'nickname','larissa.tieling2007'),(83377,6193,'first_name',''),(83378,6193,'last_name',''),(83379,6193,'description',''),(83380,6193,'rich_editing','true'),(83381,6193,'syntax_highlighting','true'),(83382,6193,'comment_shortcuts','false'),(83383,6193,'admin_color','fresh'),(83384,6193,'use_ssl','0'),(83385,6193,'show_admin_bar_front','true'),(83386,6193,'locale',''),(83387,6193,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83388,6193,'wp_user_level','0'),(83389,6193,'default_password_nag','1'),(83390,6194,'nickname','dgloede1959'),(83391,6194,'first_name',''),(83392,6194,'last_name',''),(83393,6194,'description',''),(83394,6194,'rich_editing','true'),(83395,6194,'syntax_highlighting','true'),(83396,6194,'comment_shortcuts','false'),(83397,6194,'admin_color','fresh'),(83398,6194,'use_ssl','0'),(83399,6194,'show_admin_bar_front','true'),(83400,6194,'locale',''),(83401,6194,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83402,6194,'wp_user_level','0'),(83403,6194,'default_password_nag','1'),(83404,6195,'nickname','greg1972'),(83405,6195,'first_name',''),(83406,6195,'last_name',''),(83407,6195,'description',''),(83408,6195,'rich_editing','true'),(83409,6195,'syntax_highlighting','true'),(83410,6195,'comment_shortcuts','false'),(83411,6195,'admin_color','fresh'),(83412,6195,'use_ssl','0'),(83413,6195,'show_admin_bar_front','true'),(83414,6195,'locale',''),(83415,6195,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83416,6195,'wp_user_level','0'),(83417,6195,'default_password_nag','1'),(83418,6196,'nickname','charlenewalsh20021981'),(83419,6196,'first_name',''),(83420,6196,'last_name',''),(83421,6196,'description',''),(83422,6196,'rich_editing','true'),(83423,6196,'syntax_highlighting','true'),(83424,6196,'comment_shortcuts','false'),(83425,6196,'admin_color','fresh'),(83426,6196,'use_ssl','0'),(83427,6196,'show_admin_bar_front','true'),(83428,6196,'locale',''),(83429,6196,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83430,6196,'wp_user_level','0'),(83431,6196,'default_password_nag','1'),(83432,6197,'nickname','bettylonline2000'),(83433,6197,'first_name',''),(83434,6197,'last_name',''),(83435,6197,'description',''),(83436,6197,'rich_editing','true'),(83437,6197,'syntax_highlighting','true'),(83438,6197,'comment_shortcuts','false'),(83439,6197,'admin_color','fresh'),(83440,6197,'use_ssl','0'),(83441,6197,'show_admin_bar_front','true'),(83442,6197,'locale',''),(83443,6197,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83444,6197,'wp_user_level','0'),(83445,6197,'default_password_nag','1'),(83446,6198,'nickname','jwrigley01241951'),(83447,6198,'first_name',''),(83448,6198,'last_name',''),(83449,6198,'description',''),(83450,6198,'rich_editing','true'),(83451,6198,'syntax_highlighting','true'),(83452,6198,'comment_shortcuts','false'),(83453,6198,'admin_color','fresh'),(83454,6198,'use_ssl','0'),(83455,6198,'show_admin_bar_front','true'),(83456,6198,'locale',''),(83457,6198,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83458,6198,'wp_user_level','0'),(83459,6198,'default_password_nag','1'),(83460,6199,'nickname','jrkksk1978'),(83461,6199,'first_name',''),(83462,6199,'last_name',''),(83463,6199,'description',''),(83464,6199,'rich_editing','true'),(83465,6199,'syntax_highlighting','true'),(83466,6199,'comment_shortcuts','false'),(83467,6199,'admin_color','fresh'),(83468,6199,'use_ssl','0'),(83469,6199,'show_admin_bar_front','true'),(83470,6199,'locale',''),(83471,6199,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83472,6199,'wp_user_level','0'),(83473,6199,'default_password_nag','1'),(83474,6200,'nickname','mr-vadim1974'),(83475,6200,'first_name',''),(83476,6200,'last_name',''),(83477,6200,'description',''),(83478,6200,'rich_editing','true'),(83479,6200,'syntax_highlighting','true'),(83480,6200,'comment_shortcuts','false'),(83481,6200,'admin_color','fresh'),(83482,6200,'use_ssl','0'),(83483,6200,'show_admin_bar_front','true'),(83484,6200,'locale',''),(83485,6200,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83486,6200,'wp_user_level','0'),(83487,6200,'default_password_nag','1'),(83488,6201,'nickname','raulhb1967'),(83489,6201,'first_name',''),(83490,6201,'last_name',''),(83491,6201,'description',''),(83492,6201,'rich_editing','true'),(83493,6201,'syntax_highlighting','true'),(83494,6201,'comment_shortcuts','false'),(83495,6201,'admin_color','fresh'),(83496,6201,'use_ssl','0'),(83497,6201,'show_admin_bar_front','true'),(83498,6201,'locale',''),(83499,6201,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83500,6201,'wp_user_level','0'),(83501,6201,'default_password_nag','1'),(83502,6202,'nickname','jgthurman1968'),(83503,6202,'first_name',''),(83504,6202,'last_name',''),(83505,6202,'description',''),(83506,6202,'rich_editing','true'),(83507,6202,'syntax_highlighting','true'),(83508,6202,'comment_shortcuts','false'),(83509,6202,'admin_color','fresh'),(83510,6202,'use_ssl','0'),(83511,6202,'show_admin_bar_front','true'),(83512,6202,'locale',''),(83513,6202,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83514,6202,'wp_user_level','0'),(83515,6202,'default_password_nag','1'),(83516,6203,'nickname','gerile1974'),(83517,6203,'first_name',''),(83518,6203,'last_name',''),(83519,6203,'description',''),(83520,6203,'rich_editing','true'),(83521,6203,'syntax_highlighting','true'),(83522,6203,'comment_shortcuts','false'),(83523,6203,'admin_color','fresh'),(83524,6203,'use_ssl','0'),(83525,6203,'show_admin_bar_front','true'),(83526,6203,'locale',''),(83527,6203,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83528,6203,'wp_user_level','0'),(83529,6203,'default_password_nag','1'),(83530,6204,'nickname','ose.igene2006'),(83531,6204,'first_name',''),(83532,6204,'last_name',''),(83533,6204,'description',''),(83534,6204,'rich_editing','true'),(83535,6204,'syntax_highlighting','true'),(83536,6204,'comment_shortcuts','false'),(83537,6204,'admin_color','fresh'),(83538,6204,'use_ssl','0'),(83539,6204,'show_admin_bar_front','true'),(83540,6204,'locale',''),(83541,6204,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83542,6204,'wp_user_level','0'),(83543,6204,'default_password_nag','1'),(83544,6205,'nickname','rguerrero101967'),(83545,6205,'first_name',''),(83546,6205,'last_name',''),(83547,6205,'description',''),(83548,6205,'rich_editing','true'),(83549,6205,'syntax_highlighting','true'),(83550,6205,'comment_shortcuts','false'),(83551,6205,'admin_color','fresh'),(83552,6205,'use_ssl','0'),(83553,6205,'show_admin_bar_front','true'),(83554,6205,'locale',''),(83555,6205,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83556,6205,'wp_user_level','0'),(83557,6205,'default_password_nag','1'),(83558,6206,'nickname','joedocherty1991'),(83559,6206,'first_name',''),(83560,6206,'last_name',''),(83561,6206,'description',''),(83562,6206,'rich_editing','true'),(83563,6206,'syntax_highlighting','true'),(83564,6206,'comment_shortcuts','false'),(83565,6206,'admin_color','fresh'),(83566,6206,'use_ssl','0'),(83567,6206,'show_admin_bar_front','true'),(83568,6206,'locale',''),(83569,6206,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83570,6206,'wp_user_level','0'),(83571,6206,'default_password_nag','1'),(83572,6207,'nickname','biondog1966'),(83573,6207,'first_name',''),(83574,6207,'last_name',''),(83575,6207,'description',''),(83576,6207,'rich_editing','true'),(83577,6207,'syntax_highlighting','true'),(83578,6207,'comment_shortcuts','false'),(83579,6207,'admin_color','fresh'),(83580,6207,'use_ssl','0'),(83581,6207,'show_admin_bar_front','true'),(83582,6207,'locale',''),(83583,6207,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83584,6207,'wp_user_level','0'),(83585,6207,'default_password_nag','1'),(83586,6208,'nickname','danielle1965'),(83587,6208,'first_name',''),(83588,6208,'last_name',''),(83589,6208,'description',''),(83590,6208,'rich_editing','true'),(83591,6208,'syntax_highlighting','true'),(83592,6208,'comment_shortcuts','false'),(83593,6208,'admin_color','fresh'),(83594,6208,'use_ssl','0'),(83595,6208,'show_admin_bar_front','true'),(83596,6208,'locale',''),(83597,6208,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83598,6208,'wp_user_level','0'),(83599,6208,'default_password_nag','1'),(83600,6209,'nickname','ada_lvovskaya1998'),(83601,6209,'first_name',''),(83602,6209,'last_name',''),(83603,6209,'description',''),(83604,6209,'rich_editing','true'),(83605,6209,'syntax_highlighting','true'),(83606,6209,'comment_shortcuts','false'),(83607,6209,'admin_color','fresh'),(83608,6209,'use_ssl','0'),(83609,6209,'show_admin_bar_front','true'),(83610,6209,'locale',''),(83611,6209,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83612,6209,'wp_user_level','0'),(83613,6209,'default_password_nag','1'),(83614,6210,'nickname','gf93921984'),(83615,6210,'first_name',''),(83616,6210,'last_name',''),(83617,6210,'description',''),(83618,6210,'rich_editing','true'),(83619,6210,'syntax_highlighting','true'),(83620,6210,'comment_shortcuts','false'),(83621,6210,'admin_color','fresh'),(83622,6210,'use_ssl','0'),(83623,6210,'show_admin_bar_front','true'),(83624,6210,'locale',''),(83625,6210,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83626,6210,'wp_user_level','0'),(83627,6210,'default_password_nag','1'),(83628,6211,'nickname','martin49801976'),(83629,6211,'first_name',''),(83630,6211,'last_name',''),(83631,6211,'description',''),(83632,6211,'rich_editing','true'),(83633,6211,'syntax_highlighting','true'),(83634,6211,'comment_shortcuts','false'),(83635,6211,'admin_color','fresh'),(83636,6211,'use_ssl','0'),(83637,6211,'show_admin_bar_front','true'),(83638,6211,'locale',''),(83639,6211,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83640,6211,'wp_user_level','0'),(83641,6211,'default_password_nag','1'),(83642,6212,'nickname','bajstovall321957'),(83643,6212,'first_name',''),(83644,6212,'last_name',''),(83645,6212,'description',''),(83646,6212,'rich_editing','true'),(83647,6212,'syntax_highlighting','true'),(83648,6212,'comment_shortcuts','false'),(83649,6212,'admin_color','fresh'),(83650,6212,'use_ssl','0'),(83651,6212,'show_admin_bar_front','true'),(83652,6212,'locale',''),(83653,6212,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83654,6212,'wp_user_level','0'),(83655,6212,'default_password_nag','1'),(83656,6213,'nickname','jkeel1996'),(83657,6213,'first_name',''),(83658,6213,'last_name',''),(83659,6213,'description',''),(83660,6213,'rich_editing','true'),(83661,6213,'syntax_highlighting','true'),(83662,6213,'comment_shortcuts','false'),(83663,6213,'admin_color','fresh'),(83664,6213,'use_ssl','0'),(83665,6213,'show_admin_bar_front','true'),(83666,6213,'locale',''),(83667,6213,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83668,6213,'wp_user_level','0'),(83669,6213,'default_password_nag','1'),(83670,6214,'nickname','bob.tsou1969'),(83671,6214,'first_name',''),(83672,6214,'last_name',''),(83673,6214,'description',''),(83674,6214,'rich_editing','true'),(83675,6214,'syntax_highlighting','true'),(83676,6214,'comment_shortcuts','false'),(83677,6214,'admin_color','fresh'),(83678,6214,'use_ssl','0'),(83679,6214,'show_admin_bar_front','true'),(83680,6214,'locale',''),(83681,6214,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83682,6214,'wp_user_level','0'),(83683,6214,'default_password_nag','1'),(83684,6215,'nickname','malcolmks20051995'),(83685,6215,'first_name',''),(83686,6215,'last_name',''),(83687,6215,'description',''),(83688,6215,'rich_editing','true'),(83689,6215,'syntax_highlighting','true'),(83690,6215,'comment_shortcuts','false'),(83691,6215,'admin_color','fresh'),(83692,6215,'use_ssl','0'),(83693,6215,'show_admin_bar_front','true'),(83694,6215,'locale',''),(83695,6215,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83696,6215,'wp_user_level','0'),(83697,6215,'default_password_nag','1'),(83698,6216,'nickname','hcolburn1995'),(83699,6216,'first_name',''),(83700,6216,'last_name',''),(83701,6216,'description',''),(83702,6216,'rich_editing','true'),(83703,6216,'syntax_highlighting','true'),(83704,6216,'comment_shortcuts','false'),(83705,6216,'admin_color','fresh'),(83706,6216,'use_ssl','0'),(83707,6216,'show_admin_bar_front','true'),(83708,6216,'locale',''),(83709,6216,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83710,6216,'wp_user_level','0'),(83711,6216,'default_password_nag','1'),(83712,6217,'nickname','genghai2003'),(83713,6217,'first_name',''),(83714,6217,'last_name',''),(83715,6217,'description',''),(83716,6217,'rich_editing','true'),(83717,6217,'syntax_highlighting','true'),(83718,6217,'comment_shortcuts','false'),(83719,6217,'admin_color','fresh'),(83720,6217,'use_ssl','0'),(83721,6217,'show_admin_bar_front','true'),(83722,6217,'locale',''),(83723,6217,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83724,6217,'wp_user_level','0'),(83725,6217,'default_password_nag','1'),(83726,6218,'nickname','stewart2005'),(83727,6218,'first_name',''),(83728,6218,'last_name',''),(83729,6218,'description',''),(83730,6218,'rich_editing','true'),(83731,6218,'syntax_highlighting','true'),(83732,6218,'comment_shortcuts','false'),(83733,6218,'admin_color','fresh'),(83734,6218,'use_ssl','0'),(83735,6218,'show_admin_bar_front','true'),(83736,6218,'locale',''),(83737,6218,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83738,6218,'wp_user_level','0'),(83739,6218,'default_password_nag','1'),(83740,6219,'nickname','a.pezzolienologia1992'),(83741,6219,'first_name',''),(83742,6219,'last_name',''),(83743,6219,'description',''),(83744,6219,'rich_editing','true'),(83745,6219,'syntax_highlighting','true'),(83746,6219,'comment_shortcuts','false'),(83747,6219,'admin_color','fresh'),(83748,6219,'use_ssl','0'),(83749,6219,'show_admin_bar_front','true'),(83750,6219,'locale',''),(83751,6219,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83752,6219,'wp_user_level','0'),(83753,6219,'default_password_nag','1'),(83754,6220,'nickname','steeb19471952'),(83755,6220,'first_name',''),(83756,6220,'last_name',''),(83757,6220,'description',''),(83758,6220,'rich_editing','true'),(83759,6220,'syntax_highlighting','true'),(83760,6220,'comment_shortcuts','false'),(83761,6220,'admin_color','fresh'),(83762,6220,'use_ssl','0'),(83763,6220,'show_admin_bar_front','true'),(83764,6220,'locale',''),(83765,6220,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83766,6220,'wp_user_level','0'),(83767,6220,'default_password_nag','1'),(83768,6221,'nickname','snelljer1965'),(83769,6221,'first_name',''),(83770,6221,'last_name',''),(83771,6221,'description',''),(83772,6221,'rich_editing','true'),(83773,6221,'syntax_highlighting','true'),(83774,6221,'comment_shortcuts','false'),(83775,6221,'admin_color','fresh'),(83776,6221,'use_ssl','0'),(83777,6221,'show_admin_bar_front','true'),(83778,6221,'locale',''),(83779,6221,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83780,6221,'wp_user_level','0'),(83781,6221,'default_password_nag','1'),(83782,6222,'nickname','danielmarval1984'),(83783,6222,'first_name',''),(83784,6222,'last_name',''),(83785,6222,'description',''),(83786,6222,'rich_editing','true'),(83787,6222,'syntax_highlighting','true'),(83788,6222,'comment_shortcuts','false'),(83789,6222,'admin_color','fresh'),(83790,6222,'use_ssl','0'),(83791,6222,'show_admin_bar_front','true'),(83792,6222,'locale',''),(83793,6222,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83794,6222,'wp_user_level','0'),(83795,6222,'default_password_nag','1'),(83796,6223,'nickname','myers20441994'),(83797,6223,'first_name',''),(83798,6223,'last_name',''),(83799,6223,'description',''),(83800,6223,'rich_editing','true'),(83801,6223,'syntax_highlighting','true'),(83802,6223,'comment_shortcuts','false'),(83803,6223,'admin_color','fresh'),(83804,6223,'use_ssl','0'),(83805,6223,'show_admin_bar_front','true'),(83806,6223,'locale',''),(83807,6223,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83808,6223,'wp_user_level','0'),(83809,6223,'default_password_nag','1'),(83810,6224,'nickname','contact1977'),(83811,6224,'first_name',''),(83812,6224,'last_name',''),(83813,6224,'description',''),(83814,6224,'rich_editing','true'),(83815,6224,'syntax_highlighting','true'),(83816,6224,'comment_shortcuts','false'),(83817,6224,'admin_color','fresh'),(83818,6224,'use_ssl','0'),(83819,6224,'show_admin_bar_front','true'),(83820,6224,'locale',''),(83821,6224,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83822,6224,'wp_user_level','0'),(83823,6224,'default_password_nag','1'),(83824,6225,'nickname','dcasselli2005'),(83825,6225,'first_name',''),(83826,6225,'last_name',''),(83827,6225,'description',''),(83828,6225,'rich_editing','true'),(83829,6225,'syntax_highlighting','true'),(83830,6225,'comment_shortcuts','false'),(83831,6225,'admin_color','fresh'),(83832,6225,'use_ssl','0'),(83833,6225,'show_admin_bar_front','true'),(83834,6225,'locale',''),(83835,6225,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83836,6225,'wp_user_level','0'),(83837,6225,'default_password_nag','1'),(83838,6226,'nickname','inesrogge1988'),(83839,6226,'first_name',''),(83840,6226,'last_name',''),(83841,6226,'description',''),(83842,6226,'rich_editing','true'),(83843,6226,'syntax_highlighting','true'),(83844,6226,'comment_shortcuts','false'),(83845,6226,'admin_color','fresh'),(83846,6226,'use_ssl','0'),(83847,6226,'show_admin_bar_front','true'),(83848,6226,'locale',''),(83849,6226,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83850,6226,'wp_user_level','0'),(83851,6226,'default_password_nag','1'),(83852,6227,'nickname','service1961'),(83853,6227,'first_name',''),(83854,6227,'last_name',''),(83855,6227,'description',''),(83856,6227,'rich_editing','true'),(83857,6227,'syntax_highlighting','true'),(83858,6227,'comment_shortcuts','false'),(83859,6227,'admin_color','fresh'),(83860,6227,'use_ssl','0'),(83861,6227,'show_admin_bar_front','true'),(83862,6227,'locale',''),(83863,6227,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83864,6227,'wp_user_level','0'),(83865,6227,'default_password_nag','1'),(83866,6228,'nickname','peffylou12009'),(83867,6228,'first_name',''),(83868,6228,'last_name',''),(83869,6228,'description',''),(83870,6228,'rich_editing','true'),(83871,6228,'syntax_highlighting','true'),(83872,6228,'comment_shortcuts','false'),(83873,6228,'admin_color','fresh'),(83874,6228,'use_ssl','0'),(83875,6228,'show_admin_bar_front','true'),(83876,6228,'locale',''),(83877,6228,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83878,6228,'wp_user_level','0'),(83879,6228,'default_password_nag','1'),(83880,6229,'nickname','ledylondon'),(83881,6229,'first_name',''),(83882,6229,'last_name',''),(83883,6229,'description',''),(83884,6229,'rich_editing','true'),(83885,6229,'syntax_highlighting','true'),(83886,6229,'comment_shortcuts','false'),(83887,6229,'admin_color','fresh'),(83888,6229,'use_ssl','0'),(83889,6229,'show_admin_bar_front','true'),(83890,6229,'locale',''),(83891,6229,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83892,6229,'wp_user_level','0'),(83893,6229,'default_password_nag',''),(83894,6230,'nickname','rjsieben1993'),(83895,6230,'first_name',''),(83896,6230,'last_name',''),(83897,6230,'description',''),(83898,6230,'rich_editing','true'),(83899,6230,'syntax_highlighting','true'),(83900,6230,'comment_shortcuts','false'),(83901,6230,'admin_color','fresh'),(83902,6230,'use_ssl','0'),(83903,6230,'show_admin_bar_front','true'),(83904,6230,'locale',''),(83905,6230,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83906,6230,'wp_user_level','0'),(83907,6230,'default_password_nag','1'),(83908,6231,'nickname','jerry2005'),(83909,6231,'first_name',''),(83910,6231,'last_name',''),(83911,6231,'description',''),(83912,6231,'rich_editing','true'),(83913,6231,'syntax_highlighting','true'),(83914,6231,'comment_shortcuts','false'),(83915,6231,'admin_color','fresh'),(83916,6231,'use_ssl','0'),(83917,6231,'show_admin_bar_front','true'),(83918,6231,'locale',''),(83919,6231,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83920,6231,'wp_user_level','0'),(83921,6231,'default_password_nag','1'),(83922,6232,'nickname','jeanmondoux1952'),(83923,6232,'first_name',''),(83924,6232,'last_name',''),(83925,6232,'description',''),(83926,6232,'rich_editing','true'),(83927,6232,'syntax_highlighting','true'),(83928,6232,'comment_shortcuts','false'),(83929,6232,'admin_color','fresh'),(83930,6232,'use_ssl','0'),(83931,6232,'show_admin_bar_front','true'),(83932,6232,'locale',''),(83933,6232,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83934,6232,'wp_user_level','0'),(83935,6232,'default_password_nag','1'),(83936,6233,'nickname','bertranteam1999'),(83937,6233,'first_name',''),(83938,6233,'last_name',''),(83939,6233,'description',''),(83940,6233,'rich_editing','true'),(83941,6233,'syntax_highlighting','true'),(83942,6233,'comment_shortcuts','false'),(83943,6233,'admin_color','fresh'),(83944,6233,'use_ssl','0'),(83945,6233,'show_admin_bar_front','true'),(83946,6233,'locale',''),(83947,6233,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83948,6233,'wp_user_level','0'),(83949,6233,'default_password_nag','1'),(83950,6234,'nickname','dan.chaffee1957'),(83951,6234,'first_name',''),(83952,6234,'last_name',''),(83953,6234,'description',''),(83954,6234,'rich_editing','true'),(83955,6234,'syntax_highlighting','true'),(83956,6234,'comment_shortcuts','false'),(83957,6234,'admin_color','fresh'),(83958,6234,'use_ssl','0'),(83959,6234,'show_admin_bar_front','true'),(83960,6234,'locale',''),(83961,6234,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83962,6234,'wp_user_level','0'),(83963,6234,'default_password_nag','1'),(83964,6229,'session_tokens','a:1:{s:64:\"8beecb30cb63afabb186356969af8e30639ded54c69e55434539f8ffc41ccce4\";a:4:{s:10:\"expiration\";i:1544798048;s:2:\"ip\";s:14:\"94.156.189.129\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\";s:5:\"login\";i:1544625248;}}'),(83965,6235,'nickname','donna.mckay1978'),(83966,6235,'first_name',''),(83967,6235,'last_name',''),(83968,6235,'description',''),(83969,6235,'rich_editing','true'),(83970,6235,'syntax_highlighting','true'),(83971,6235,'comment_shortcuts','false'),(83972,6235,'admin_color','fresh'),(83973,6235,'use_ssl','0'),(83974,6235,'show_admin_bar_front','true'),(83975,6235,'locale',''),(83976,6235,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83977,6235,'wp_user_level','0'),(83978,6235,'default_password_nag','1'),(83979,6236,'nickname','peterbottomley651954'),(83980,6236,'first_name',''),(83981,6236,'last_name',''),(83982,6236,'description',''),(83983,6236,'rich_editing','true'),(83984,6236,'syntax_highlighting','true'),(83985,6236,'comment_shortcuts','false'),(83986,6236,'admin_color','fresh'),(83987,6236,'use_ssl','0'),(83988,6236,'show_admin_bar_front','true'),(83989,6236,'locale',''),(83990,6236,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(83991,6236,'wp_user_level','0'),(83992,6236,'default_password_nag','1'),(83993,6237,'nickname','stevenb7021957'),(83994,6237,'first_name',''),(83995,6237,'last_name',''),(83996,6237,'description',''),(83997,6237,'rich_editing','true'),(83998,6237,'syntax_highlighting','true'),(83999,6237,'comment_shortcuts','false'),(84000,6237,'admin_color','fresh'),(84001,6237,'use_ssl','0'),(84002,6237,'show_admin_bar_front','true'),(84003,6237,'locale',''),(84004,6237,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(84005,6237,'wp_user_level','0'),(84006,6237,'default_password_nag','1'),(84007,6238,'nickname','michael.quartuci1951'),(84008,6238,'first_name',''),(84009,6238,'last_name',''),(84010,6238,'description',''),(84011,6238,'rich_editing','true'),(84012,6238,'syntax_highlighting','true'),(84013,6238,'comment_shortcuts','false'),(84014,6238,'admin_color','fresh'),(84015,6238,'use_ssl','0'),(84016,6238,'show_admin_bar_front','true'),(84017,6238,'locale',''),(84018,6238,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(84019,6238,'wp_user_level','0'),(84020,6238,'default_password_nag','1'),(84021,6239,'nickname','vrvinas1984'),(84022,6239,'first_name',''),(84023,6239,'last_name',''),(84024,6239,'description',''),(84025,6239,'rich_editing','true'),(84026,6239,'syntax_highlighting','true'),(84027,6239,'comment_shortcuts','false'),(84028,6239,'admin_color','fresh'),(84029,6239,'use_ssl','0'),(84030,6239,'show_admin_bar_front','true'),(84031,6239,'locale',''),(84032,6239,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(84033,6239,'wp_user_level','0'),(84034,6239,'default_password_nag','1'),(84035,6240,'nickname','probir.roy1996'),(84036,6240,'first_name',''),(84037,6240,'last_name',''),(84038,6240,'description',''),(84039,6240,'rich_editing','true'),(84040,6240,'syntax_highlighting','true'),(84041,6240,'comment_shortcuts','false'),(84042,6240,'admin_color','fresh'),(84043,6240,'use_ssl','0'),(84044,6240,'show_admin_bar_front','true'),(84045,6240,'locale',''),(84046,6240,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(84047,6240,'wp_user_level','0'),(84048,6240,'default_password_nag','1'),(84049,6241,'nickname','jadams1954'),(84050,6241,'first_name',''),(84051,6241,'last_name',''),(84052,6241,'description',''),(84053,6241,'rich_editing','true'),(84054,6241,'syntax_highlighting','true'),(84055,6241,'comment_shortcuts','false'),(84056,6241,'admin_color','fresh'),(84057,6241,'use_ssl','0'),(84058,6241,'show_admin_bar_front','true'),(84059,6241,'locale',''),(84060,6241,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(84061,6241,'wp_user_level','0'),(84062,6241,'default_password_nag','1'),(84063,6242,'nickname','steve1965'),(84064,6242,'first_name',''),(84065,6242,'last_name',''),(84066,6242,'description',''),(84067,6242,'rich_editing','true'),(84068,6242,'syntax_highlighting','true'),(84069,6242,'comment_shortcuts','false'),(84070,6242,'admin_color','fresh'),(84071,6242,'use_ssl','0'),(84072,6242,'show_admin_bar_front','true'),(84073,6242,'locale',''),(84074,6242,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(84075,6242,'wp_user_level','0'),(84076,6242,'default_password_nag','1'),(84077,6243,'nickname','hans.unland2001'),(84078,6243,'first_name',''),(84079,6243,'last_name',''),(84080,6243,'description',''),(84081,6243,'rich_editing','true'),(84082,6243,'syntax_highlighting','true'),(84083,6243,'comment_shortcuts','false'),(84084,6243,'admin_color','fresh'),(84085,6243,'use_ssl','0'),(84086,6243,'show_admin_bar_front','true'),(84087,6243,'locale',''),(84088,6243,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(84089,6243,'wp_user_level','0'),(84090,6243,'default_password_nag','1'),(84091,6244,'nickname','tilman.richter1997'),(84092,6244,'first_name',''),(84093,6244,'last_name',''),(84094,6244,'description',''),(84095,6244,'rich_editing','true'),(84096,6244,'syntax_highlighting','true'),(84097,6244,'comment_shortcuts','false'),(84098,6244,'admin_color','fresh'),(84099,6244,'use_ssl','0'),(84100,6244,'show_admin_bar_front','true'),(84101,6244,'locale',''),(84102,6244,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(84103,6244,'wp_user_level','0'),(84104,6244,'default_password_nag','1'),(84105,6245,'nickname','ktraviss231967'),(84106,6245,'first_name',''),(84107,6245,'last_name',''),(84108,6245,'description',''),(84109,6245,'rich_editing','true'),(84110,6245,'syntax_highlighting','true'),(84111,6245,'comment_shortcuts','false'),(84112,6245,'admin_color','fresh'),(84113,6245,'use_ssl','0'),(84114,6245,'show_admin_bar_front','true'),(84115,6245,'locale',''),(84116,6245,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(84117,6245,'wp_user_level','0'),(84118,6245,'default_password_nag','1'),(84119,6246,'nickname','po12tse1986'),(84120,6246,'first_name',''),(84121,6246,'last_name',''),(84122,6246,'description',''),(84123,6246,'rich_editing','true'),(84124,6246,'syntax_highlighting','true'),(84125,6246,'comment_shortcuts','false'),(84126,6246,'admin_color','fresh'),(84127,6246,'use_ssl','0'),(84128,6246,'show_admin_bar_front','true'),(84129,6246,'locale',''),(84130,6246,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(84131,6246,'wp_user_level','0'),(84132,6246,'default_password_nag','1'),(84133,6247,'nickname','msvtec992005'),(84134,6247,'first_name',''),(84135,6247,'last_name',''),(84136,6247,'description',''),(84137,6247,'rich_editing','true'),(84138,6247,'syntax_highlighting','true'),(84139,6247,'comment_shortcuts','false'),(84140,6247,'admin_color','fresh'),(84141,6247,'use_ssl','0'),(84142,6247,'show_admin_bar_front','true'),(84143,6247,'locale',''),(84144,6247,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(84145,6247,'wp_user_level','0'),(84146,6247,'default_password_nag','1'),(84147,6248,'nickname','marlene.schnieders1963'),(84148,6248,'first_name',''),(84149,6248,'last_name',''),(84150,6248,'description',''),(84151,6248,'rich_editing','true'),(84152,6248,'syntax_highlighting','true'),(84153,6248,'comment_shortcuts','false'),(84154,6248,'admin_color','fresh'),(84155,6248,'use_ssl','0'),(84156,6248,'show_admin_bar_front','true'),(84157,6248,'locale',''),(84158,6248,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(84159,6248,'wp_user_level','0'),(84160,6248,'default_password_nag','1'),(84161,6249,'nickname','anitah1963'),(84162,6249,'first_name',''),(84163,6249,'last_name',''),(84164,6249,'description',''),(84165,6249,'rich_editing','true'),(84166,6249,'syntax_highlighting','true'),(84167,6249,'comment_shortcuts','false'),(84168,6249,'admin_color','fresh'),(84169,6249,'use_ssl','0'),(84170,6249,'show_admin_bar_front','true'),(84171,6249,'locale',''),(84172,6249,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(84173,6249,'wp_user_level','0'),(84174,6249,'default_password_nag','1'),(84175,6250,'nickname','kapricornia1950'),(84176,6250,'first_name',''),(84177,6250,'last_name',''),(84178,6250,'description',''),(84179,6250,'rich_editing','true'),(84180,6250,'syntax_highlighting','true'),(84181,6250,'comment_shortcuts','false'),(84182,6250,'admin_color','fresh'),(84183,6250,'use_ssl','0'),(84184,6250,'show_admin_bar_front','true'),(84185,6250,'locale',''),(84186,6250,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(84187,6250,'wp_user_level','0'),(84188,6250,'default_password_nag','1'),(84189,6251,'nickname','rkamesh1963'),(84190,6251,'first_name',''),(84191,6251,'last_name',''),(84192,6251,'description',''),(84193,6251,'rich_editing','true'),(84194,6251,'syntax_highlighting','true'),(84195,6251,'comment_shortcuts','false'),(84196,6251,'admin_color','fresh'),(84197,6251,'use_ssl','0'),(84198,6251,'show_admin_bar_front','true'),(84199,6251,'locale',''),(84200,6251,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(84201,6251,'wp_user_level','0'),(84202,6251,'default_password_nag','1'),(84203,6252,'nickname','jlsarratt1977'),(84204,6252,'first_name',''),(84205,6252,'last_name',''),(84206,6252,'description',''),(84207,6252,'rich_editing','true'),(84208,6252,'syntax_highlighting','true'),(84209,6252,'comment_shortcuts','false'),(84210,6252,'admin_color','fresh'),(84211,6252,'use_ssl','0'),(84212,6252,'show_admin_bar_front','true'),(84213,6252,'locale',''),(84214,6252,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(84215,6252,'wp_user_level','0'),(84216,6252,'default_password_nag','1'),(84217,6253,'nickname','lbg81973'),(84218,6253,'first_name',''),(84219,6253,'last_name',''),(84220,6253,'description',''),(84221,6253,'rich_editing','true'),(84222,6253,'syntax_highlighting','true'),(84223,6253,'comment_shortcuts','false'),(84224,6253,'admin_color','fresh'),(84225,6253,'use_ssl','0'),(84226,6253,'show_admin_bar_front','true'),(84227,6253,'locale',''),(84228,6253,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(84229,6253,'wp_user_level','0'),(84230,6253,'default_password_nag','1'),(84231,6254,'nickname','mail1996'),(84232,6254,'first_name',''),(84233,6254,'last_name',''),(84234,6254,'description',''),(84235,6254,'rich_editing','true'),(84236,6254,'syntax_highlighting','true'),(84237,6254,'comment_shortcuts','false'),(84238,6254,'admin_color','fresh'),(84239,6254,'use_ssl','0'),(84240,6254,'show_admin_bar_front','true'),(84241,6254,'locale',''),(84242,6254,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(84243,6254,'wp_user_level','0'),(84244,6254,'default_password_nag','1'),(84245,6255,'nickname','mohammed.ansar2008'),(84246,6255,'first_name',''),(84247,6255,'last_name',''),(84248,6255,'description',''),(84249,6255,'rich_editing','true'),(84250,6255,'syntax_highlighting','true'),(84251,6255,'comment_shortcuts','false'),(84252,6255,'admin_color','fresh'),(84253,6255,'use_ssl','0'),(84254,6255,'show_admin_bar_front','true'),(84255,6255,'locale',''),(84256,6255,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(84257,6255,'wp_user_level','0'),(84258,6255,'default_password_nag','1'),(84259,6256,'nickname','jon.agren1971'),(84260,6256,'first_name',''),(84261,6256,'last_name',''),(84262,6256,'description',''),(84263,6256,'rich_editing','true'),(84264,6256,'syntax_highlighting','true'),(84265,6256,'comment_shortcuts','false'),(84266,6256,'admin_color','fresh'),(84267,6256,'use_ssl','0'),(84268,6256,'show_admin_bar_front','true'),(84269,6256,'locale',''),(84270,6256,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(84271,6256,'wp_user_level','0'),(84272,6256,'default_password_nag','1'),(84273,6257,'nickname','khec2231974'),(84274,6257,'first_name',''),(84275,6257,'last_name',''),(84276,6257,'description',''),(84277,6257,'rich_editing','true'),(84278,6257,'syntax_highlighting','true'),(84279,6257,'comment_shortcuts','false'),(84280,6257,'admin_color','fresh'),(84281,6257,'use_ssl','0'),(84282,6257,'show_admin_bar_front','true'),(84283,6257,'locale',''),(84284,6257,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(84285,6257,'wp_user_level','0'),(84286,6257,'default_password_nag','1'),(84287,6258,'nickname','garza39871964'),(84288,6258,'first_name',''),(84289,6258,'last_name',''),(84290,6258,'description',''),(84291,6258,'rich_editing','true'),(84292,6258,'syntax_highlighting','true'),(84293,6258,'comment_shortcuts','false'),(84294,6258,'admin_color','fresh'),(84295,6258,'use_ssl','0'),(84296,6258,'show_admin_bar_front','true'),(84297,6258,'locale',''),(84298,6258,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(84299,6258,'wp_user_level','0'),(84300,6258,'default_password_nag','1'),(84301,6259,'nickname','darrenludwig1951'),(84302,6259,'first_name',''),(84303,6259,'last_name',''),(84304,6259,'description',''),(84305,6259,'rich_editing','true'),(84306,6259,'syntax_highlighting','true'),(84307,6259,'comment_shortcuts','false'),(84308,6259,'admin_color','fresh'),(84309,6259,'use_ssl','0'),(84310,6259,'show_admin_bar_front','true'),(84311,6259,'locale',''),(84312,6259,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(84313,6259,'wp_user_level','0'),(84314,6259,'default_password_nag','1'),(84315,6260,'nickname','waltlandi1986'),(84316,6260,'first_name',''),(84317,6260,'last_name',''),(84318,6260,'description',''),(84319,6260,'rich_editing','true'),(84320,6260,'syntax_highlighting','true'),(84321,6260,'comment_shortcuts','false'),(84322,6260,'admin_color','fresh'),(84323,6260,'use_ssl','0'),(84324,6260,'show_admin_bar_front','true'),(84325,6260,'locale',''),(84326,6260,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(84327,6260,'wp_user_level','0'),(84328,6260,'default_password_nag','1'),(84329,6261,'nickname','anne1957'),(84330,6261,'first_name',''),(84331,6261,'last_name',''),(84332,6261,'description',''),(84333,6261,'rich_editing','true'),(84334,6261,'syntax_highlighting','true'),(84335,6261,'comment_shortcuts','false'),(84336,6261,'admin_color','fresh'),(84337,6261,'use_ssl','0'),(84338,6261,'show_admin_bar_front','true'),(84339,6261,'locale',''),(84340,6261,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(84341,6261,'wp_user_level','0'),(84342,6261,'default_password_nag','1'),(84343,1,'show_try_gutenberg_panel','0'),(84345,6262,'nickname','rtritten2000'),(84346,6262,'first_name',''),(84347,6262,'last_name',''),(84348,6262,'description',''),(84349,6262,'rich_editing','true'),(84350,6262,'syntax_highlighting','true'),(84351,6262,'comment_shortcuts','false'),(84352,6262,'admin_color','fresh'),(84353,6262,'use_ssl','0'),(84354,6262,'show_admin_bar_front','true'),(84355,6262,'locale',''),(84356,6262,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(84357,6262,'wp_user_level','0'),(84358,6262,'default_password_nag','1'),(84359,6263,'nickname','patti1992'),(84360,6263,'first_name',''),(84361,6263,'last_name',''),(84362,6263,'description',''),(84363,6263,'rich_editing','true'),(84364,6263,'syntax_highlighting','true'),(84365,6263,'comment_shortcuts','false'),(84366,6263,'admin_color','fresh'),(84367,6263,'use_ssl','0'),(84368,6263,'show_admin_bar_front','true'),(84369,6263,'locale',''),(84370,6263,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(84371,6263,'wp_user_level','0'),(84372,6263,'default_password_nag','1'),(84373,6264,'nickname','eward0111984'),(84374,6264,'first_name',''),(84375,6264,'last_name',''),(84376,6264,'description',''),(84377,6264,'rich_editing','true'),(84378,6264,'syntax_highlighting','true'),(84379,6264,'comment_shortcuts','false'),(84380,6264,'admin_color','fresh'),(84381,6264,'use_ssl','0'),(84382,6264,'show_admin_bar_front','true'),(84383,6264,'locale',''),(84384,6264,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(84385,6264,'wp_user_level','0'),(84386,6264,'default_password_nag','1'),(84387,6265,'nickname','nurysalmar1979'),(84388,6265,'first_name',''),(84389,6265,'last_name',''),(84390,6265,'description',''),(84391,6265,'rich_editing','true'),(84392,6265,'syntax_highlighting','true'),(84393,6265,'comment_shortcuts','false'),(84394,6265,'admin_color','fresh'),(84395,6265,'use_ssl','0'),(84396,6265,'show_admin_bar_front','true'),(84397,6265,'locale',''),(84398,6265,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(84399,6265,'wp_user_level','0'),(84400,6265,'default_password_nag','1');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_users`
--
DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) NOT NULL DEFAULT '',
`user_pass` varchar(255) NOT NULL DEFAULT '',
`user_nicename` varchar(50) NOT NULL DEFAULT '',
`user_email` varchar(100) NOT NULL DEFAULT '',
`user_url` varchar(100) NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT '0',
`display_name` varchar(250) NOT NULL DEFAULT '',
PRIMARY KEY (`ID`),
KEY `user_login_key` (`user_login`),
KEY `user_nicename` (`user_nicename`),
KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=6266 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_users`
--
LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'stacy','$P$BdmO4BjSAK5xyvs9o9J9/cyYhssyGT/','stacy','stacy@verovine.com','http://thepennychallenge.com/wp-admin/','2017-01-22 19:11:55','',0,'stacy'),(2,'loren','$P$BKLoJsZctTWc8fRMdNj/XK9AlZqlGw0','loren','iswoinc@gmail.com','http://thepennychallenge.com','2017-01-23 17:26:45','1485192405:$P$ByGfavzs3369MiLJj/iZ5ugjHc/T1e.',0,'Loren Hockensmith'),(3,'postaffiliatepro','$P$BvdVJDUDTFivlvT9R1DqLABPwlWB871','postaffiliatepro','support@postaffiliatepro.com','http://postaffiliatepro.com','2017-03-17 14:12:36','1489759958:$P$BImZCSlMoPNo2XGNnQfFKwhQPTQbhZ0',0,'Post Affiliate Pro'),(4,'nmarquezponce1991','$P$BS.N6C.55x1mWnNqPdnKd2LfPtzGOj1','nmarquezponce1991','nmarquezponce@gmail.com','','2017-03-31 16:55:11','',0,'nmarquezponce1991'),(5,'zfireman6421983','$P$Bn8ZNwTSuixrhBidvI.BfyVKmT4hk7/','zfireman6421983','zfireman642@yahoo.com','','2017-03-31 17:33:08','',0,'zfireman6421983'),(6,'carolinestackhouse1963','$P$B5G51wJRmcADlyxY5esSWUChgXVgg40','carolinestackhouse1963','carolinestackhouse@comcast.net','','2017-03-31 17:52:33','',0,'carolinestackhouse1963'),(7,'darshinp2002','$P$BPj6TOT3vj6AkIS.n3TtppBVHoQ/m1.','darshinp2002','darshinp@gmail.com','','2017-03-31 18:04:01','',0,'darshinp2002'),(8,'mvd6371956','$P$BIfX.nMjym3p7WOj1heyoS3aPArIWf.','mvd6371956','mvd637@gmail.com','','2017-03-31 18:05:51','',0,'mvd6371956'),(9,'jeffbuhl1979','$P$BnRhhhiRqHMy2GLyNo2.Grzr2fxIhC.','jeffbuhl1979','jeffbuhl@yahoo.com','','2017-03-31 18:29:48','',0,'jeffbuhl1979'),(10,'psima332008','$P$BH0ZG16x5lPrk3nXZjuT6vcYbZFdBy1','psima332008','psima33@yahoo.com','','2017-03-31 19:06:40','',0,'psima332008'),(11,'flymustangs1996','$P$BlZqmDgB4.bPuh0Ab2YU4YLLrMyGZz/','flymustangs1996','flymustangs@bellsouth.net','','2017-03-31 19:22:55','',0,'flymustangs1996'),(12,'apf19951965','$P$BOzz1rUohTtiDzmfkQ6x9hL4x8q7mp.','apf19951965','apf1995@gmail.com','','2017-03-31 20:17:44','',0,'apf19951965'),(13,'cgarcia7801994','$P$BqmJlDDC3XwLFz6ys0TjVysPt1Vmm4.','cgarcia7801994','cgarcia780@msn.com','','2017-03-31 21:17:12','',0,'cgarcia7801994'),(14,'samantha.hsieh1976','$P$ByRR4S.bn6LQExqP7pL/1HUJpMO9xK.','samantha-hsieh1976','samantha.hsieh@yahoo.com','','2017-03-31 21:25:34','',0,'samantha.hsieh1976'),(15,'dylannrobynsmom1950','$P$BCrFZDmlNsSEm5ltD4u/AFEYi6.a/g/','dylannrobynsmom1950','dylannrobynsmom@yahoo.com','','2017-03-31 22:07:39','',0,'dylannrobynsmom1950'),(16,'phogneunh1981','$P$BnT.zobX/RB1Tit/Zi1q862QaNulhO.','phogneunh1981','phogneunh@gmail.com','','2017-03-31 22:08:46','',0,'phogneunh1981'),(17,'catherinelee77931977','$P$BBA259k64uegba2jTRuyW4N9600Zai/','catherinelee77931977','catherinelee7793@hotmail.com','','2017-03-31 22:35:01','',0,'catherinelee77931977'),(18,'alan.ruda1967','$P$B.zEDtmIXbFjoefjsldUCg1CiXVvVS/','alan-ruda1967','alan.ruda@yahoo.com','','2017-03-31 22:46:33','',0,'alan.ruda1967'),(19,'scottcol231959','$P$Bl5rP113ibTLqF/UuxjkD.qVo4nG4.0','scottcol231959','scottcol23@yahoo.com','','2017-03-31 23:21:23','',0,'scottcol231959'),(20,'mrphilrocket1988','$P$BgRp/4cJjgPpZmLf2cuxcwxL9KBD62/','mrphilrocket1988','mrphilrocket@yahoo.com00','','2017-03-31 23:29:55','',0,'mrphilrocket1988'),(21,'happy2000','$P$BKzWfRwmqShH2DIJv65LkCgygUHwDX1','happy2000','happy@happytv.rs','','2017-03-31 23:35:51','',0,'happy2000'),(22,'shellonda.anderson.biz1974','$P$BevtUgvZJaAHqALHFlnIHnlOZZ/Gkm.','shellonda-anderson-biz1974','shellonda.anderson.biz@gmail.com','','2017-04-01 00:55:03','',0,'shellonda.anderson.biz1974'),(23,'andy_high11974','$P$BTLwTptw3cpMUEtKPKgZCdaAT5awuZ/','andy_high11974','andy_high1@yahoo.com','','2017-04-01 01:24:36','',0,'andy_high11974'),(24,'nath_green1995','$P$BFmbEbbhuUf.OSYgnMIWwJhWdZ5xoi/','nath_green1995','nath_green@hotmail.com','','2017-04-01 01:28:45','',0,'nath_green1995'),(25,'cmelvindewees2000','$P$BK9szcVIM8eeTfA5j672Fr1.CPMsHW/','cmelvindewees2000','cmelvindewees@gmail.com','','2017-04-01 01:55:14','',0,'cmelvindewees2000'),(26,'trumpetguy1991','$P$BkKTL3vECCzrpzKLWGD9UapEgKEg2F.','trumpetguy1991','trumpetguy@cox.net','','2017-04-01 02:13:02','',0,'trumpetguy1991'),(27,'basenjisgalore1976','$P$BFQjugigDTFe/rJ8VAtx27wXQGQ4py.','basenjisgalore1976','basenjisgalore@gmail.com','','2017-04-01 02:22:10','',0,'basenjisgalore1976'),(28,'cschellen3601988','$P$B2q9xytT1vWRgq9F4T77gRW.9qyUOy/','cschellen3601988','cschellen360@yahoo.com','','2017-04-01 02:31:27','',0,'cschellen3601988'),(29,'shellondaanderson2005','$P$BRC5Uxy86W.1iNkqcxwQLBFfE58ULX/','shellondaanderson2005','shellondaanderson@gmail.com','','2017-04-01 02:55:38','',0,'shellondaanderson2005'),(30,'rjfrom1953','$P$Bt7iZ2k1qRgHZ8xrej9QsMq3MNwzE.1','rjfrom1953','rjfrom@gmail.com','','2017-04-01 03:51:39','',0,'rjfrom1953'),(31,'contact1960','$P$BS3kVvNCJYC4O4hiEEJyAzFqFELLdh1','contact1960','contact@courtsidenyc.com','','2017-04-01 04:04:36','',0,'contact1960'),(32,'gustavomedina0411985','$P$B9Z2It2Uj92Q/zhnxQrkrEaliLRk37/','gustavomedina0411985','gustavomedina041@hotmail.com','','2017-04-01 04:18:14','',0,'gustavomedina0411985'),(33,'equus871997','$P$BRlvknXABmEMtVZSZwet4SidLeHoO6.','equus871997','equus87@yahoo.com','','2017-04-01 06:13:51','',0,'equus871997'),(34,'nmaloney11975','$P$BRREUFkLIijXQR.wj1SRCnLQ4rYhry/','nmaloney11975','nmaloney1@cox.net','','2017-04-01 06:59:28','',0,'nmaloney11975'),(35,'visionexplorers1974','$P$BxCrQ.iwDdGhXO0c2x0bg1paVtlbbF1','visionexplorers1974','visionexplorers@gmail.com','','2017-04-01 09:39:12','',0,'visionexplorers1974'),(36,'pearlaka20001959','$P$BhUU58l/9yvIpGJE8LY2Hl3fhysyMa.','pearlaka20001959','pearlaka2000@yahoo.com','','2017-04-01 09:48:20','',0,'pearlaka20001959'),(37,'annette.ebright2005','$P$Bjy1tEFaQxUipPN0MK/csXskBf1amD.','annette-ebright2005','annette.ebright@gmail.com','','2017-04-01 10:12:38','',0,'annette.ebright2005'),(38,'kcthomson571996','$P$B7zdyK05vjIuPcepgsvv5b53ukvkGA.','kcthomson571996','kcthomson57@gmail.com','','2017-04-01 11:26:47','',0,'kcthomson571996'),(39,'mtb3111997','$P$BvFOQ9t05Hdheq5MISjHX6hnuTK7yI/','mtb3111997','mtb311@aol.com','','2017-04-01 11:48:39','',0,'mtb3111997'),(40,'jayjay_14911956','$P$BYB6DIK8SDPy9t9UhneCS67J/NOA8V1','jayjay_14911956','jayjay_1491@yahoo.com','','2017-04-01 12:24:41','',0,'jayjay_14911956'),(41,'kostrominv2000','$P$BVNCe10TOj0O/MTRwvd3dW4Du66kK6/','kostrominv2000','kostrominv@gmail.com','','2017-04-01 14:09:44','',0,'kostrominv2000'),(42,'alexinoelle1975','$P$Bjb7LQITnJjMzbavQYo5S6l6cMP8ap0','alexinoelle1975','alexinoelle@gmail.com','','2017-04-01 14:37:02','',0,'alexinoelle1975'),(43,'rbberinger11959','$P$BtsN6TUf/EGNRiSB4E/BbI6/JRv1q1/','rbberinger11959','rbberinger1@yahoo.com','','2017-04-01 14:59:19','',0,'rbberinger11959'),(44,'lynnehalterman1968','$P$BLm61yVLBi3C2rOOYkfVn/10tgtMLG.','lynnehalterman1968','lynnehalterman@gmail.com','','2017-04-01 15:23:45','',0,'lynnehalterman1968'),(45,'marketplace1980','$P$BqyqZTbNTYA0uZSTee6n3Abf9nicS11','marketplace1980','marketplace@michaeltoddusa.com','','2017-04-01 16:14:28','',0,'marketplace1980'),(46,'paul1975','$P$Bw2gjo7aUs/6kdAhPe4YeSfglSReY71','paul1975','paul@fluesystems.com','','2017-04-01 16:39:40','',0,'paul1975'),(47,'hishikawa9592007','$P$B0zKjnHaTq2XfPrwvHNDLO9fKGzCbq0','hishikawa9592007','hishikawa959@livedo.jp','','2017-04-01 17:08:09','',0,'hishikawa9592007'),(48,'yungrweic1995','$P$BtM1xNVnxlWdEITPGAoOaBF7fYV22Q/','yungrweic1995','yungrweic@yahoo.com','','2017-04-01 17:20:22','',0,'yungrweic1995'),(49,'jonlee3041998','$P$B7nsmpHRXGF6P41WvAJYYPJm.go0Nf/','jonlee3041998','jonlee304@gmail.com','','2017-04-01 17:23:13','',0,'jonlee3041998'),(50,'joe.sasala1977','$P$BA2bxriDW85cUsNi7Bt2YXrkPg9n9L1','joe-sasala1977','joe.sasala@aimgifts.com','','2017-04-01 18:04:27','',0,'joe.sasala1977'),(51,'intothevoid19981990','$P$BrdciIKCid52eOFuNbyC5yHs/7YwHj.','intothevoid19981990','intothevoid1998@yahoo.com','','2017-04-01 18:17:40','',0,'intothevoid19981990'),(52,'baggiebred682010','$P$BOfFOVAW.5BMDlJ2/qFwlRYIfDo9HE0','baggiebred682010','baggiebred68@googlemail.com','','2017-04-01 19:53:29','',0,'baggiebred682010'),(53,'andreaallport1986','$P$BKttzJOeT4VifV5ucZuv.cMPVRkY7a.','andreaallport1986','andreaallport@yahoo.com','','2017-04-01 20:48:36','',0,'andreaallport1986'),(54,'yatttir1962','$P$BuctGKXZ.44RnzjpGWTosG6CWbxCKL0','yatttir1962','yatttir@yahoo.com','','2017-04-01 21:02:40','',0,'yatttir1962'),(55,'jodybrower31995','$P$B9rk84mNBaUClmNIIkH0N8ArCiPwx30','jodybrower31995','jodybrower3@yahoo.com','','2017-04-01 21:11:14','',0,'jodybrower31995'),(56,'anni777771953','$P$BPSPRk.k9wVmiFmo2cc5UZw57Og5rS/','anni777771953','anni77777@yahoo.com','','2017-04-01 23:41:45','',0,'anni777771953'),(57,'kristenhg1966','$P$BWhoUQdlDaSymmH2MWBwq8gvLOx2Pf/','kristenhg1966','kristenhg@yahoo.com','','2017-04-02 04:10:51','',0,'kristenhg1966'),(58,'dickinsonlt1963','$P$BUQ1DYmMLYYyn2tBkxW6Ps8x/oDTcd1','dickinsonlt1963','dickinsonlt@yahoo.com','','2017-04-02 04:35:06','',0,'dickinsonlt1963'),(59,'austen_hammit2001','$P$BkUxaKySb1cO4G.Sh7GE6zvaW8tE5s0','austen_hammit2001','austen_hammit@yahoo.com','','2017-04-02 08:01:49','',0,'austen_hammit2001'),(60,'marayamares2001','$P$BCzJ3Fue9v8dhXIhFGUTRVSkyVCa7d1','marayamares2001','marayamares@yahoo.com','','2017-04-02 08:19:44','',0,'marayamares2001'),(61,'dmanry811986','$P$BKY2bdrquO.AOB.C3TlDhrpgzG.aF40','dmanry811986','dmanry81@yahoo.com','','2017-04-02 10:10:38','',0,'dmanry811986'),(62,'lp_3111992','$P$BHATCuE0DhZJiIicKFjeRFSJF6SG.21','lp_3111992','lp_311@yahoo.com','','2017-04-02 10:49:18','',0,'lp_3111992'),(63,'amanda_mouchet1990','$P$BNmW4GuT.t/mWb3bjmw8/o2rdfKRYa0','amanda_mouchet1990','amanda_mouchet@yahoo.co.uk','','2017-04-02 12:29:33','',0,'amanda_mouchet1990'),(64,'rstack171950','$P$BUtPUEdiXjs8w/O6diRw7pbTjBnqX10','rstack171950','rstack17@hotmail.com','','2017-04-02 12:30:36','',0,'rstack171950'),(65,'vasquez.gladis1982','$P$BN1HKQWRfCZhQ2Lzg5yVesobhrv0tU0','vasquez-gladis1982','vasquez.gladis@gmail.com','','2017-04-02 12:41:48','',0,'vasquez.gladis1982'),(66,'scarr1571958','$P$BULtJB1DcCJOgUP34uMz2l7K54dTsH1','scarr1571958','scarr157@gmail.com','','2017-04-02 12:59:43','',0,'scarr1571958'),(67,'dralexmagat1998','$P$BcREtWBsEb0/f1zK.GB/2hZRaVN.W5/','dralexmagat1998','dralexmagat@aol.com','','2017-04-02 13:46:29','',0,'dralexmagat1998'),(68,'prm15022010','$P$B5HQBz/QCpQuxvZTx/ctY2sNIWTZ2X.','prm15022010','prm1502@gmail.com','','2017-04-02 15:35:28','',0,'prm15022010'),(69,'georgefajardo1999','$P$B3g7eLrZPYjxhLxpw8bfEW4UDiVMfR0','georgefajardo1999','georgefajardo@gmail.com','','2017-04-02 15:39:07','',0,'georgefajardo1999'),(70,'willitriana1980','$P$B3px0bWwPXhNiiFFjdNB0z0JLgKCYH.','willitriana1980','willitriana@yahoo.com','','2017-04-02 15:39:32','',0,'willitriana1980'),(71,'amazongroup1998','$P$BNxjMUaPq54jdlbJmoXiWmE5i4QstF0','amazongroup1998','amazongroup@robertsonlighting.com','','2017-04-02 15:49:58','',0,'amazongroup1998'),(72,'lmtrade132006','$P$BQb3i/wX2n23PX2LygbRMGOh.lQkZs/','lmtrade132006','lmtrade13@gmail.com','','2017-04-02 16:13:25','',0,'lmtrade132006'),(73,'pamcohen20011990','$P$BOofv8SpGc7Z9qPpWuwXdJLMTtkkhO/','pamcohen20011990','pamcohen2001@yahoo.com','','2017-04-02 16:25:16','',0,'pamcohen20011990'),(74,'cfair951968','$P$Bh.ZlYtn9t9cUI/jdeqPI2k99Lbctg1','cfair951968','cfair95@yahoo.com','','2017-04-02 17:28:35','',0,'cfair951968'),(75,'nnowak431974','$P$Bil73x.ePw6b5AVVF8ouVmwamc8nkx.','nnowak431974','nnowak43@gmail.com','','2017-04-02 17:40:18','',0,'nnowak431974'),(76,'brizzo1986','$P$Bg8RYPLguj7kymT6gusV.zH8X8nG1Q0','brizzo1986','brizzo@yahoo.com','','2017-04-02 17:52:41','',0,'brizzo1986'),(77,'carolj18121982','$P$BY9EgoKmBCSOJQMkGRnxviUv96KHLI1','carolj18121982','carolj1812@hotmail.com','','2017-04-02 18:06:39','',0,'carolj18121982'),(78,'info1959','$P$B6PUHtTjs6p2hgXl3we0lQBEQjzHsF1','info1959','info@vistex.co.uk','','2017-04-02 19:11:08','',0,'info1959'),(79,'lporter20031954','$P$BksAP0aQQJG5Eq//lER9/Wt0MSI8JE/','lporter20031954','lporter2003@yahoo.com','','2017-04-02 19:22:46','',0,'lporter20031954'),(80,'louislynch441976','$P$BZ/lz0kRUDvGlzcNJF3.fLY4bJjCFn1','louislynch441976','louislynch44@hotmail.com','','2017-04-02 19:37:03','',0,'louislynch441976'),(81,'sbeatty051969','$P$BdoFpoYk4C7Fkwf8FbRjy76NKq5/.11','sbeatty051969','sbeatty05@yahoo.com','','2017-04-02 19:43:48','',0,'sbeatty051969'),(82,'emtmc9111987','$P$BTlmVKs/124tusmLmRORQ0hnPXzVak.','emtmc9111987','emtmc911@aol.com','','2017-04-02 19:46:29','',0,'emtmc9111987'),(83,'j0rge181956','$P$BXzewViF0KoWNx/TmgxnfWFiZUaBAb1','j0rge181956','j0rge18@yahoo.com','','2017-04-02 20:28:42','',0,'j0rge181956'),(84,'jkp991961','$P$BQipmusS.kumyHGsCoLqb9178/.aWW/','jkp991961','jkp99@yahoo.com','','2017-04-02 20:50:00','',0,'jkp991961'),(85,'info1981','$P$BL5PyDx4SOcLE5Mvq0tCxoVWUtLS4k.','info1981','info@plusdigitalusa.com','','2017-04-02 20:52:47','',0,'info1981'),(86,'ldianeb1993','$P$BjR.3OcbLPzEUJaMHHUz6FwnXhFjcs.','ldianeb1993','ldianeb@aol.com','','2017-04-02 21:02:05','',0,'ldianeb1993'),(87,'antares4341962','$P$BRzGEBwRIqV9CpsvklhUii6Czj0XkQ1','antares4341962','antares434@hotmail.com','','2017-04-02 21:16:43','',0,'antares4341962'),(88,'sklep1954','$P$ByP4YuagCm7XQjoo81dpLz/LZtTuxO0','sklep1954','sklep@phu-szczepan.pl','','2017-04-02 21:25:17','',0,'sklep1954'),(89,'rodortiz051978','$P$BUVdTsJjXTpRJ0xhjmip87l8vucbWc/','rodortiz051978','rodortiz05@gmail.com','','2017-04-02 22:03:57','',0,'rodortiz051978'),(90,'stevenbryce3e321960','$P$BqDqQNs7ac4tRJv51Lfaw6qc8Px.Se/','stevenbryce3e321960','stevenbryce3e32@gmail.com','','2017-04-02 22:20:40','',0,'stevenbryce3e321960'),(91,'alex.knobloch.uk1963','$P$BpO0ppQ40NTS9ookOORPMNHpsQRYof1','alex-knobloch-uk1963','alex.knobloch.uk@halloweencostumes.com','','2017-04-02 22:46:22','',0,'alex.knobloch.uk1963'),(92,'mladensa641999','$P$Boj66ZFFT4wH8ts/aX5CujBOujaaxz0','mladensa641999','mladensa64@gmail.com','','2017-04-02 22:52:39','',0,'mladensa641999'),(93,'anthony.p.marsh2002','$P$BaJ.ec72SAnv4QtuqILMhhh2ML9vXG.','anthony-p-marsh2002','anthony.p.marsh@hotmail.co.uk','','2017-04-03 02:03:06','',0,'anthony.p.marsh2002'),(94,'tomobomber1957','$P$BTTszny4tkleg4thiTjFa0MAUTKdU7.','tomobomber1957','tomobomber@yahoo.com','','2017-04-03 02:33:59','',0,'tomobomber1957'),(95,'caradonna361952','$P$BM/rj1ksLiHN.qDpQPOswA9r0ZfJ79/','caradonna361952','caradonna36@yahoo.com','','2017-04-03 03:08:19','',0,'caradonna361952'),(96,'carrie_lacy1984','$P$BbxjWeDD4sFc6qFNo0sJNSlrKeswFr/','carrie_lacy1984','carrie_lacy@yahoo.com','','2017-04-03 03:16:20','',0,'carrie_lacy1984'),(97,'h.iffertpfaar1979','$P$BcRSzytaXK85XphQIprbDOBvb6WDrc.','h-iffertpfaar1979','h.iffertpfaar@t-online.de','','2017-04-03 04:03:20','',0,'h.iffertpfaar1979'),(98,'mikestaine1985','$P$BtLc00gPTvjKSmQ0Hqz04OqX/ilkkp.','mikestaine1985','mikestaine@yahoo.com','','2017-04-03 05:46:15','',0,'mikestaine1985'),(99,'race7011966','$P$Bvs8QHS8XF1oexUB9gkeFjDcnhV/f2.','race7011966','race701@yahoo.com','','2017-04-03 07:58:20','',0,'race7011966'),(100,'sodays11991','$P$BkgoW0ia/bojQgVNuj2sCLhGu5gNhA0','sodays11991','sodays1@yahoo.com','','2017-04-07 15:42:08','',0,'sodays11991'),(101,'kelseylove1958','$P$BgxUr1jbgGZvbNIuKAARUoiEUFy5wL0','kelseylove1958','kelseylove@gmail.com','','2017-04-07 16:13:37','',0,'kelseylove1958'),(102,'jami.williamson791968','$P$BScnMU9zq1H4ICfR6Wkkdq2EtLXeMv1','jami-williamson791968','jami.williamson79@yahoo.com','','2017-04-07 17:46:22','',0,'jami.williamson791968'),(103,'wacotxdude2004','$P$BbHhm9orCbMrrFPBnqEoGIcSpU3cfe1','wacotxdude2004','wacotxdude@yahoo.com','','2017-04-07 18:39:00','',0,'wacotxdude2004'),(104,'samhuston12008','$P$BJeLhdTfKQPiSsJ/4bZzRVnpvZIKrr1','samhuston12008','samhuston1@yahoo.com','','2017-04-07 18:55:41','',0,'samhuston12008'),(105,'fernz672002','$P$B90RzhsoWDleNtvUafmtJL8Ii0/bUg1','fernz672002','fernz67@yahoo.com','','2017-04-07 19:54:59','',0,'fernz672002'),(106,'marilyn.scott1967','$P$BmFSV36hcPVHBPrEOY8KJAY6H3wBnh.','marilyn-scott1967','marilyn.scott@thelightbox.org.uk','','2017-04-07 19:56:57','',0,'marilyn.scott1967'),(107,'kcjoe20061972','$P$BQNhwQI5OFmkYBT51LeVgIez/hZ92x0','kcjoe20061972','kcjoe2006@yahoo.com','','2017-04-07 21:04:34','',0,'kcjoe20061972'),(108,'philmichals1953','$P$BnZibM9I6KfbTSXUnWADWZjAgOeKx50','philmichals1953','philmichals@gmail.com','','2017-04-07 21:38:09','',0,'philmichals1953'),(109,'jasononline1952','$P$BT0kKMqEPxEGoFDrJakv6xMLvZ2nWL1','jasononline1952','jasononline@prodigy.net','','2017-04-07 21:59:59','',0,'jasononline1952'),(110,'jayres112008','$P$Byo2FlMHXGN6qF/zLeqv4hiiFyuZAP/','jayres112008','jayres11@hotmail.com','','2017-04-07 22:05:58','',0,'jayres112008'),(111,'whiteheadjody1971','$P$B6IiS3YvDVB856y5nHrYE71BgWBqZh.','whiteheadjody1971','whiteheadjody@yahoo.com','','2017-04-07 23:13:12','',0,'whiteheadjody1971'),(112,'sashagoris1932','$P$B.6w9fpK0XvV6lfRqHzInbM9Z6bSRC1','sashagoris1932','wtf@aventura-colombia.nl','','2017-04-08 00:29:03','',0,'sashagoris1932'),(113,'abti31969','$P$BDaukcOUlMhhsowzDdwemm7l1Vzrzm1','abti31969','abti3@bmeia.gv.at','','2017-04-08 00:33:00','',0,'abti31969'),(114,'sdilling172007','$P$BcNuGUZXybinot1kkhqHjgQCWg7Eyq0','sdilling172007','sdilling17@yahoo.com','','2017-04-08 00:38:24','',0,'sdilling172007'),(115,'woodla1963','$P$BQiNx8z1cE5PlTmbbbCPJt1gGCdy6A0','woodla1963','woodla@optonline.net','','2017-04-08 00:44:39','',0,'woodla1963'),(116,'sebastian1950','$P$BsoQ9GBqwlrEqTyiYZWk5fIUKPMEEy/','sebastian1950','sebastian@sebastian-kurz.at','','2017-04-08 01:04:11','',0,'sebastian1950'),(117,'kranner081956','$P$BRnDSorZTKweOl5ZtXyELaKIV4CK54/','kranner081956','kranner08@yahoo.com','','2017-04-08 01:45:01','',0,'kranner081956'),(118,'lasolana1995','$P$BQR9BeKBIgL47KlmtTaNdoCKQcGsgm/','lasolana1995','lasolana@mackay.net.au','','2017-04-08 08:55:01','',0,'lasolana1995'),(119,'snapshot19781970','$P$BZIHHfPlHy6lf8IIM2q.iaw04HljX9.','snapshot19781970','snapshot1978@yahoo.com','','2017-04-08 09:19:59','',0,'snapshot19781970'),(120,'grammatology1960','$P$Bb/.3W/OAae1H4zsDcAnyid/xym2dm.','grammatology1960','grammatology@yahoo.com','','2017-04-08 13:20:09','',0,'grammatology1960'),(121,'rtd51501972','$P$Bn89FF1IkR6JrseU4dFsP5/W4rHG5p.','rtd51501972','rtd5150@yahoo.com','','2017-04-08 16:54:43','',0,'rtd51501972'),(122,'handdryer2008','$P$BZL6rDWuP/Pa93P16KjR/Pk0CVSjVO/','handdryer2008','handdryer@hotmail.com','','2017-04-08 17:38:09','',0,'handdryer2008'),(123,'gangineni_sn1997','$P$BcvZgypLiFp.HEzA4lH3PJ75OFLJli/','gangineni_sn1997','gangineni_sn@yahoo.com','','2017-04-08 17:46:14','',0,'gangineni_sn1997'),(124,'jvratil1981','$P$B2ZcER.t8tyOZ58UtDBCmN2htDj6vX0','jvratil1981','jvratil@hotmail.com','','2017-04-08 18:31:38','',0,'jvratil1981'),(125,'randy_curran2006','$P$BNk7B8EHzhnnYVKHaG7Y6zgm7Abjy/.','randy_curran2006','randy_curran@yahoo.com','','2017-04-08 18:39:00','',0,'randy_curran2006'),(126,'jetteweaver2004','$P$BNUVqfJYCAHK/m4QxIltSypffeZTO1/','jetteweaver2004','jetteweaver@yahoo.com','','2017-04-09 01:27:32','',0,'jetteweaver2004'),(127,'rajsekar_631993','$P$B34Z2zxFS.61dRxXWOxVX0hhC0BXDG0','rajsekar_631993','rajsekar_63@yahoo.com','','2017-04-09 11:23:26','',0,'rajsekar_631993'),(128,'mark1965','$P$Bsx5RYlP5z47WqsvRkKD0apWWzI.0A0','mark1965','mark@dotmar.net','','2017-04-09 14:01:04','',0,'mark1965'),(129,'cmlgram11959','$P$BD9agZdpKdnp3lg6aXlhVCRyTWQ5on0','cmlgram11959','cmlgram1@aol.com','','2017-04-09 16:53:43','',0,'cmlgram11959'),(130,'umpalumpaaa1962','$P$Bj9KrHiNLsTvCIFnTwISPgWSsK4zv61','umpalumpaaa1962','umpalumpaaa@yahoo.com','','2017-04-09 17:03:32','',0,'umpalumpaaa1962'),(131,'robdebnath1961','$P$BdkRAF.lXja2hoYPGrxFx3mRYx43s2/','robdebnath1961','robdebnath@yahoo.com','','2017-04-15 02:35:30','',0,'robdebnath1961'),(132,'amg80421960','$P$BLNfEcP4U5jpsUhozj/wPQhOxgWJWM/','amg80421960','amg8042@aol.com','','2017-04-15 04:14:51','',0,'amg80421960'),(133,'popculturegod771973','$P$BdxxgaAZIRCAjgn3HYcn05PVH8ZrvE0','popculturegod771973','popculturegod77@yahoo.com','','2017-04-17 17:52:17','',0,'popculturegod771973'),(134,'juventud1957','$P$BdM.FRnguB2MD6mwjvSoDpQorYGeqz0','juventud1957','juventud@psuv.org.ve','','2017-04-20 04:33:29','',0,'juventud1957'),(135,'jennylmcdonnell2003','$P$B9ib.Nt9PrgsJ6dqIY3c5zAVSXpzab0','jennylmcdonnell2003','jennylmcdonnell@yahoo.com','','2017-04-20 05:19:02','',0,'jennylmcdonnell2003'),(136,'jblakeellis2007','$P$BzSG.SNUpOQlAMbKl3P6QX/ugVcnby/','jblakeellis2007','jblakeellis@gmail.com','','2017-04-20 07:44:57','',0,'jblakeellis2007'),(137,'linschultz1985','$P$B9P0sduDGZFkYjPsiBqP5eZweaAbis0','linschultz1985','linschultz@gmail.com','','2017-04-20 08:44:15','',0,'linschultz1985'),(138,'karaikovice1967','$P$B7aHqfQSumragDLKaU74WYr57U3eYk1','karaikovice1967','karaikovice@gmail.com','','2017-04-20 09:23:13','',0,'karaikovice1967'),(139,'etzfree1965','$P$B.c2KRB.Cr91a/8ww1iROY5o0wCqFm1','etzfree1965','etzfree@yahoo.com','','2017-04-20 10:00:32','',0,'etzfree1965'),(140,'handslifted1954','$P$BKvEGfh4rd6ffJeTehlfX2.15uNU4V.','handslifted1954','handslifted@yahoo.com','','2017-04-20 10:33:28','',0,'handslifted1954'),(141,'lespesjulien332009','$P$B.CZM0JTnf88N68G1mE5ynbClIoAc90','lespesjulien332009','lespesjulien33@gmail.com','','2017-04-20 10:50:11','',0,'lespesjulien332009'),(142,'jim_witmer1968','$P$Bt9Ts9zTn/1raw7ta9BoSNilT0R/8Y.','jim_witmer1968','jim_witmer@yahoo.com','','2017-04-20 11:34:06','',0,'jim_witmer1968'),(143,'midgli1992','$P$BLI81N6E3NwowzFR9D2VAxaC2sL7Rs1','midgli1992','midgli@aol.com','','2017-04-20 14:47:01','',0,'midgli1992'),(144,'naomiespinoza1950','$P$BmZcF8wu.2k2eI91uUjhAoUrCNplEQ.','naomiespinoza1950','naomiespinoza@yahoo.com','','2017-04-20 15:17:47','',0,'naomiespinoza1950'),(145,'rebekah6152001','$P$BeEfTNRSZkA/j/lJveNrtDDf8fBgyw.','rebekah6152001','rebekah615@gmail.com','','2017-04-20 16:05:33','',0,'rebekah6152001'),(146,'leejbow1981','$P$B48v1xOZhM25rSoItZuQRrwxhRKkbP0','leejbow1981','leejbow@hotmail.com','','2017-04-20 16:09:32','',0,'leejbow1981'),(147,'jemgaquino1988','$P$BqwZ21.LtO7wA/AwACxhQdRYi4v.OG/','jemgaquino1988','jemgaquino@gmail.com','','2017-04-20 16:58:48','',0,'jemgaquino1988'),(148,'laura.cianchetti1986','$P$BdkhtmOJsmcqGZCoNGLQ0wmcNnJtDt/','laura-cianchetti1986','laura.cianchetti@gmail.com','','2017-04-20 17:06:39','',0,'laura.cianchetti1986'),(149,'mdinurmouth22004','$P$Bv5XfgLlKS7c4yuDjuOZ7mRO0llYoz0','mdinurmouth22004','mdinurmouth2@yahoo.com','','2017-04-20 17:38:38','',0,'mdinurmouth22004'),(150,'veachypoo1982','$P$BtZYdJssXJKlFbm2oNKibNBPB4hYz70','veachypoo1982','veachypoo@yahoo.com','','2017-04-20 17:56:06','',0,'veachypoo1982'),(151,'hayley1988','$P$BF21teeM.tmiUPIfh7SbGdgRX2aMfN1','hayley1988','hayley@bluecat.co.za','','2017-04-20 18:08:18','',0,'hayley1988'),(152,'mackenzied.garcia1999','$P$Bpb1BzgcNiu7KeWJdRhB6sH601s9RK1','mackenzied-garcia1999','mackenzied.garcia@gmail.com','','2017-04-20 18:17:53','',0,'mackenzied.garcia1999'),(153,'sales1966','$P$BXRxG9bPH0osin5kHiW9U4y.AzCCtV1','sales1966','sales@hulkbike.com','','2017-04-20 18:26:51','',0,'sales1966'),(154,'carol.snyder281992','$P$B0VkRfbV8m9NhTcCXuZ1AATaq8Jx6s.','carol-snyder281992','carol.snyder28@yahoo.com','','2017-04-20 18:37:03','',0,'carol.snyder281992'),(155,'walkingondocs2005','$P$BnG4yu6peM30ILkBjFBpF7Z1ISBfYz1','walkingondocs2005','walkingondocs@yahoo.com','','2017-04-20 18:37:49','',0,'walkingondocs2005'),(156,'khrios111996','$P$Bm72uwePWHHINslQ1B.xgRJjxUF6ML1','khrios111996','khrios11@gmail.com','','2017-04-20 19:01:03','',0,'khrios111996'),(157,'judypchen1983','$P$Bzck6.eupYcW7damlOsR.T2t0C9AqL/','judypchen1983','judypchen@yahoo.com','','2017-04-20 19:17:44','',0,'judypchen1983'),(158,'vintagegirl1997','$P$BsqH4DCJ6U.BjeoaapKAaEdO9SgiM3/','vintagegirl1997','vintagegirl@comcast.net','','2017-04-20 19:26:13','',0,'vintagegirl1997'),(159,'emg_0271998','$P$B5wq.uEoxjKpmerevbwTPvzxZHkmBg0','emg_0271998','emg_027@yahoo.com','','2017-04-20 19:31:19','',0,'emg_0271998'),(160,'lelandchad1972','$P$BdScMZt89gAi3SOLexVURqwVLp4jXl1','lelandchad1972','lelandchad@yahoo.com','','2017-04-20 19:42:58','',0,'lelandchad1972'),(161,'stephen_cotner1965','$P$BFYUCrhBGZ6lj83hTLR.42Ao/XcEzb.','stephen_cotner1965','stephen_cotner@yahoo.com','','2017-04-20 20:04:45','',0,'stephen_cotner1965'),(162,'theultima1231969','$P$Bb4hoJbZbDRHC7x4WUs07/b4BQx7qZ.','theultima1231969','theultima123@yahoo.com','','2017-04-20 20:34:00','',0,'theultima1231969'),(163,'gballer2006','$P$BUudUW4GXG7bWYHoHHD/gf2oRKLQ9b0','gballer2006','gballer@gmail.com','','2017-04-20 20:42:24','',0,'gballer2006'),(164,'shrosenblum1986','$P$BPbkAmot1Z1ayYkI2r59swRkWDiiA61','shrosenblum1986','shrosenblum@yahoo.com','','2017-04-20 20:47:25','',0,'shrosenblum1986'),(165,'bob.danielson1965','$P$BCOCvyz3SUiuVk6VfF3Xv/qErRSFER.','bob-danielson1965','bob.danielson@fastsigns.com','','2017-04-20 20:48:29','',0,'bob.danielson1965'),(166,'naleenie1591995','$P$BWEqtOkN9y.uIw3lJseYmHXPs9CtDE.','naleenie1591995','naleenie159@yahoo.com','','2017-04-21 02:56:08','',0,'naleenie1591995'),(167,'kathy.gebler1995','$P$BMmGOJSz4BiodgW9T6D2fqq0h6Jd2F1','kathy-gebler1995','kathy.gebler@sheridanpaysource.com','','2017-04-21 05:48:00','',0,'kathy.gebler1995'),(168,'kenlin1960','$P$BC9lf9d31pQzMMIioicO63LkC2KKcb.','kenlin1960','kenlin@plustek.com','','2017-04-21 08:57:25','',0,'kenlin1960'),(169,'sruddems2006','$P$B2s9vkZn2bgG/4vmD3jqH.3.rSkghH/','sruddems2006','sruddems@yahoo.com','','2017-04-21 10:33:17','',0,'sruddems2006'),(170,'jeannacg1976','$P$BWaKUbFZybwZ0IHeClg0prxjkjdFYL/','jeannacg1976','jeannacg@yahoo.com','','2017-04-21 10:53:37','',0,'jeannacg1976'),(171,'guitar_dude2092002','$P$BUgajeJhQoZF3/llZgeGYByC6XQv7S1','guitar_dude2092002','guitar_dude209@yahoo.com','','2017-04-21 11:10:08','',0,'guitar_dude2092002'),(172,'imjudypooh1967','$P$BiDw05z3HbWluDGycRd6giAXK.PH2L1','imjudypooh1967','imjudypooh@yahoo.com','','2017-04-21 11:38:14','',0,'imjudypooh1967'),(173,'me1962','$P$BH8an2hEYR6QRlu779e6XVA96WhNR90','me1962','me@emmapritchard.com','','2017-04-21 13:53:15','',0,'me1962'),(174,'keithdanielsmith6161979','$P$Bul6gK9teDqGif1eH0vFQpaM8B3DL8/','keithdanielsmith6161979','keithdanielsmith616@gmail.com','','2017-04-21 13:57:18','',0,'keithdanielsmith6161979'),(175,'jmazur1998','$P$BMlntJixxidYH10EAJVpPheIHiu36L1','jmazur1998','jmazur@iesnational.com','','2017-04-21 13:59:22','',0,'jmazur1998'),(176,'carmen.velasquez1998','$P$BkI.6Qg9fpMRLQZdNnRwruoCZ6PHt3/','carmen-velasquez1998','carmen.velasquez@advocatehealth.com','','2017-04-21 14:06:56','',0,'carmen.velasquez1998'),(177,'info1962','$P$Br9RVdzVJ5gCUDxrGPZBelayJtB5NT.','info1962','info@resolutionrigging.com.au','','2017-04-21 15:08:51','1492787333:$P$Bsq5/f69mixEEHMR4xCw2xPIwgsFpK1',0,'info1962'),(178,'bydghs1977','$P$BJgdvuAKgTNK/UhyRc/qqB0ddSHysf0','bydghs1977','bydghs@yahoo.com','','2017-04-21 15:54:48','1492790090:$P$BhC3Pvb2.Wo29LaZ6Cyy2EJVnfQ9rL/',0,'bydghs1977'),(179,'elmisselmis1231950','$P$BZuMuc6eFoiI7orKciBDc7OfrM7wOn/','elmisselmis1231950','elmisselmis123@gmail.com','','2017-04-21 16:07:09','1492790832:$P$BhINhDz.L89XMMBSD2EUsc7D/7na9c0',0,'elmisselmis1231950'),(180,'hensley19812004','$P$BJD4s55ZM.15FI4JUiFJ/5HjR.5Vns.','hensley19812004','hensley1981@yahoo.com','','2017-04-21 16:31:42','1492792304:$P$B/yWsTwVksYgU5atn2Q7JFgisyNEE6/',0,'hensley19812004'),(181,'norton7211959','$P$BYCdXMl2cTIGmDsoBwyg/X6MAHdzI4.','norton7211959','norton721@embarqmail.com','','2017-04-21 17:03:32','1492794214:$P$BfFm7DpAbOLOF9aYPEW6VEpJm7y1.P/',0,'norton7211959'),(182,'natalie.afton2005','$P$BT/OGTfd0G77E2DtGcSCk8oU55BSek/','natalie-afton2005','natalie.afton@gmail.com','','2017-04-21 18:11:34','1492798297:$P$Bxa./Bmk.A3aBVvNDS3k7a3.RhZ2MP1',0,'natalie.afton2005'),(183,'patrick.banger1960','$P$BmEX3y8DmRhcbjOuAO1mFWiYzDPv4x0','patrick-banger1960','patrick.banger@gmail.com','','2017-04-21 18:18:07','1492798689:$P$BaQxxRSKIqO6SJ7n18O7/ai6C0YTeM/',0,'patrick.banger1960'),(184,'alfredwbuckley1950','$P$B4NWz2aI3uInf4rfKABxR3rClYgrdv1','alfredwbuckley1950','alfredwbuckley@gmail.com','','2017-04-21 18:26:18','1492799180:$P$BAfgqd6ATE.qVtt.rBV/A8HMocELLm1',0,'alfredwbuckley1950'),(185,'danielffroelich1991','$P$BBaytM0kbwq2swoX.tn4nBN4P96Io6.','danielffroelich1991','danielffroelich@gmail.com','','2017-04-21 19:23:12','1492802595:$P$BfRjKHpjhBEntCEDwJ1KzVVsEN.bS01',0,'danielffroelich1991'),(186,'gerardoxochitl1989','$P$B/hLp7tCwU92ESHi/OVwmX3eVtHBWk0','gerardoxochitl1989','gerardoxochitl@yahoo.com','','2017-04-21 19:51:06','1492804269:$P$BSnqMrzgOKI.iJ.J8seyPzY1La5NlG/',0,'gerardoxochitl1989'),(187,'stevevetter1960','$P$BXXHE2xs1uszqz9yZV.H07WberNeFn.','stevevetter1960','stevevetter@gmail.com','','2017-04-21 20:40:54','1492807257:$P$BVhLQOy/c49G6ngfQFYSAqRB.tw5vA0',0,'stevevetter1960'),(188,'ndpoto1998','$P$BUYgiLDkYuz2UTikUBfrnh7BOBNOFC.','ndpoto1998','ndpoto@gmail.com','','2017-04-21 23:16:21','1492816584:$P$BPUbMYuDIa5D3GgNzH3Byeve3lrkkv0',0,'ndpoto1998'),(189,'bcchavez20002009','$P$BxDTthAiji80uhNzxLVY3vrPBDPmzC.','bcchavez20002009','bcchavez2000@yahoo.com','','2017-04-22 04:03:42','1492833825:$P$B1aTIvjzv89hdeRKaDolwXmfo8aNa7.',0,'bcchavez20002009'),(190,'philz321952','$P$BuhgJepyXT5If0rMC2wJcyqHgTLqeZ/','philz321952','philz32@hotmail.com','','2017-04-22 06:02:06','1492840928:$P$BoJeH.Mhlf.OAAT8ubfJAndGSbhkq//',0,'philz321952'),(191,'aharris07031993','$P$BHGVPT7cT1IFquVlnaUGlEywgg5Roq/','aharris07031993','aharris0703@gmail.com','','2017-04-22 10:00:17','1492855220:$P$B.1cQuZ6hqQW6Ee8KhvGyzb5ZxOswg0',0,'aharris07031993'),(192,'ddavisusa1985','$P$B0wMRd21vh99UjlU.ToUvedmaY8V.3/','ddavisusa1985','ddavisusa@yahoo.com','','2017-04-22 11:05:27','1492859130:$P$BDpF0P4Fdo1FRjBaaig2OjmoCTPkB4/',0,'ddavisusa1985'),(193,'henman27692006','$P$BS0DwZuG3m4uXxgI60Qdjs.Tm.HsJ80','henman27692006','henman2769@yahoo.com','','2017-04-22 12:43:26','1492865008:$P$BSvD3VcGlgZlxAs0no7cgVHYJHx8h41',0,'henman27692006'),(194,'jkeaquintero1981','$P$BtnXIpJ/I7gEnuz690o4GSLcxV125K1','jkeaquintero1981','jkeaquintero@yahoo.com','','2017-04-22 13:25:48','1492867550:$P$BWK0fYJGZu10w6pu28YGhA6jQB1.cl0',0,'jkeaquintero1981'),(195,'taylorwbyrd1966','$P$BPKhaeH0PMQ1EC9P.wci3UG9Zj61hn.','taylorwbyrd1966','taylorwbyrd@yahoo.com','','2017-04-22 13:28:46','1492867729:$P$BAf9sdmyDaiaQi1KvtTbKW41cwCy.c0',0,'taylorwbyrd1966'),(196,'jdnndj1978','$P$BPi29Sl/YWB2ParayT4b/MKSuGOwRP0','jdnndj1978','jdnndj@gmail.com','','2017-04-22 14:59:44','1492873186:$P$BJcMndAYB50e6ABzZVjqxKFyScvUSR/',0,'jdnndj1978'),(197,'mindzeye51996','$P$Bwqt/Duy.VKzRdteZi69/.uYMK.Gmn1','mindzeye51996','mindzeye5@mac.com','','2017-04-22 16:44:35','1492879477:$P$B99X2JZqqEPCRTp/vnlJCNulGFtdg20',0,'mindzeye51996'),(198,'info1951','$P$B1Iu4poXL976TAvseycxuwAYzKujY//','info1951','info@all-tickets.com','','2017-04-22 16:56:41','1492880204:$P$BgDtuazLqbIRGLKEt2f2uNHAckqDQg/',0,'info1951'),(199,'janet1956','$P$BeETr/7B9yQ2Tx8C1kgRh5nIvq/dkE.','janet1956','janet@nichemanagement.com','','2017-04-22 16:58:18','1492880300:$P$BMtJRyd2px/tCMaKcsvreS/ybSizgz1',0,'janet1956'),(200,'wolfspider861996','$P$BYhxPWQa8h02HHGO2jrHas2hMt3rQT0','wolfspider861996','wolfspider86@gmail.com','','2017-04-22 17:04:41','1492880683:$P$BiEhfU2zfqXId1iTFt5PYTnCPQhpQf/',0,'wolfspider861996'),(201,'harlemtoni1951','$P$BoyI9g18ZUbvBOhHOFUnJb5F50mu2k1','harlemtoni1951','harlemtoni@aol.com','','2017-04-22 18:10:26','1492884628:$P$Bo5tkpOba8aJanOvANHzk19sxEdVDK0',0,'harlemtoni1951'),(202,'bbo64c2002','$P$BG32FJhsFC7z5ycJ45ykbPOUDruT0M0','bbo64c2002','bbo64c@aol.com','','2017-04-22 18:12:47','1492884769:$P$BSDDX75lol4.lejLZGMxlYCUX089Dw.',0,'bbo64c2002'),(203,'amanda.nather2003','$P$Bk3x9FrE8OIRMIX1TfwDHKjQKE5XUs1','amanda-nather2003','amanda.nather@yahoo.com','','2017-04-22 18:59:28','1492887570:$P$BXd.VaMc2zUmh1Drl/BCeALKPvn.Xb/',0,'amanda.nather2003'),(204,'steve.jarvis2010','$P$BP/wjj.BRuULu2EMCMxYb6lhT5VLmh0','steve-jarvis2010','steve.jarvis@shaw.ca','','2017-04-22 20:40:04','1492893606:$P$BnwIsK.45D5nGoh.YzElQUBYObv/f01',0,'steve.jarvis2010'),(205,'thongdao1964','$P$Bnma7Aa9M/6h07wmOOF3nqAKFyLh1L/','thongdao1964','thongdao@yahoo.com','','2017-04-22 20:48:42','1492894124:$P$BaqoGIRH8w1rhqW9RAXE8VWXFS.KH21',0,'thongdao1964'),(206,'montipora11956','$P$B1vtISxKX4YEmlS0zwAUvw9dqqNpd4.','montipora11956','montipora1@gmail.com','','2017-04-22 21:32:11','1492896733:$P$BeOlzX3mi5uWOLrmXrGEecojW4UOOO1',0,'montipora11956'),(207,'maryknollvicencio1962','$P$B0ErFPzh6KXZykBZOlnCcvgW7rVowW.','maryknollvicencio1962','maryknollvicencio@yahoo.com','','2017-04-22 23:04:17','1492902260:$P$B4zt0QHsHM1SVIwgz1/sS8vY/7XGgy.',0,'maryknollvicencio1962'),(208,'bondarenko.volodymyr1974','$P$BdG08C3vco3rf9ftk8YmrsbIfASNPZ1','bondarenko-volodymyr1974','bondarenko.volodymyr@yahoo.co.uk','','2017-04-22 23:15:49','1492902951:$P$BP07AjW0x64JACm/tDPVcVoMlnQvSE0',0,'bondarenko.volodymyr1974'),(209,'kristi_wernig1974','$P$Bvv9LlQwtPrDPGSt4CUxlvm6RYN34./','kristi_wernig1974','kristi_wernig@txed.uscourts.gov','','2017-04-22 23:17:02','1492903024:$P$B236X05.dwiA8aov4jaEW8WQUM/MBN/',0,'kristi_wernig1974'),(210,'chgfan212007','$P$BTePENorc2v4hwObMVzX7GkUFm8oHg/','chgfan212007','chgfan21@yahoo.com','','2017-04-22 23:59:23','1492905565:$P$BDxPWAoU.kP8r3RokvbMd4LAocSvk2.',0,'chgfan212007'),(211,'cyndl4122010','$P$BQpao8NKE.wfLY673LOdbJFyJ/Pk83.','cyndl4122010','cyndl412@yahoo.com','','2017-04-23 02:09:20','1492913362:$P$BRKQsJZWLs74UzBZWh8upmsg6af6rP0',0,'cyndl4122010'),(212,'jrioux20051996','$P$Biy6i9LRreC3AXOU7YhCvOJ0I8Wq80.','jrioux20051996','jrioux2005@yahoo.com','','2017-04-23 02:50:49','1492915851:$P$BOY8But.TwaH2cKjNTPr830QyCCTAy1',0,'jrioux20051996'),(213,'noleybaby301966','$P$ByIfH86WXh9jBi2XRQYenYsy0SokJR0','noleybaby301966','noleybaby30@aol.com','','2017-04-23 08:38:09','1492936692:$P$BuZtmXgcVxofnFYqcZ2lpsTlrTYSAv/',0,'noleybaby301966'),(214,'rachelmbayer1980','$P$Bob.NYbrsTiYtt4pNJ.qSpsnbwBJ2N/','rachelmbayer1980','rachelmbayer@gmail.com','','2017-04-23 09:30:05','1492939807:$P$Bk5vnRuuqpwRnCgLEJ18t.5w75QVDS0',0,'rachelmbayer1980'),(215,'jharpphoto1966','$P$BtqhCw5ogOXC5F4Sr.0WT3gt5yU3g9.','jharpphoto1966','jharpphoto@yahoo.com','','2017-04-23 09:36:50','1492940212:$P$B.16Ma9qXZRCc9.WtD24HuVouMeqOc1',0,'jharpphoto1966'),(216,'rbenson1998','$P$Bq8UAieFzMoQ6.CqJ6OaUsWQNLlXBf0','rbenson1998','rbenson@carolina.rr.com','','2017-04-23 09:47:14','1492940836:$P$B7KUeuNwTkxsADHfOu4Iql.IayaO.W1',0,'rbenson1998'),(217,'info1999','$P$B9Vw7X4d1JGD9NAK7AVhakTt4qZMOK/','info1999','info@roofbag.com','','2017-04-23 10:13:49','1492942432:$P$BXKZbsXguk0bro/gCxkpfZYZbvwxuW.',0,'info1999'),(218,'mmbenish1952','$P$Byil7hG7L0fjv9W67ShPJRUMxR6bob1','mmbenish1952','mmbenish@hotmail.com','','2017-04-23 10:19:44','1492942786:$P$BCGUdEwE.o.Nf4asaFAqngXCIG7W2.1',0,'mmbenish1952'),(219,'bob2004','$P$BjZdW4CcFGtCnxG7GdXN08w5.hrtVK1','bob2004','bob@crystalship.com','','2017-04-23 11:06:01','1492945563:$P$B0I.jX.B/YRL1yKfsrys24QZD5CJHZ/',0,'bob2004'),(220,'morganholzer1996','$P$BxmVHfLorLdfjwTpoQgbzC.Tx1PSUW1','morganholzer1996','morganholzer@gmail.com','','2017-04-23 11:12:12','1492945934:$P$B/3hir74B/9dvEiH5TMO.t1Kap8jfE0',0,'morganholzer1996'),(221,'tina1989','$P$BTOY7l07ZsJ6qlYaTC/aoVlc9UBm7c.','tina1989','tina@bookkeepingessentials.org','','2017-04-23 11:20:17','1492946419:$P$BO.WXVKmty48Ww9Q/k/tiRSlBY0Ws60',0,'tina1989'),(222,'cccharity1961','$P$Bndllxb8bOCtDMG6j1CMKXvDTbqc9A.','cccharity1961','cccharity@yahoo.com','','2017-04-23 11:34:48','1492947290:$P$BMFqvZjRyl4Dn7KEgr/3OH7lsVyuBm/',0,'cccharity1961'),(223,'miaoer1998','$P$ByQKAx3bH4N7gW8YKLAElgUKRCaj9G/','miaoer1998','miaoer@yahoo.com','','2017-04-23 12:02:28','1492948950:$P$B6rwVdm5dXwIiNTYVOpZnlLX8WAX2P/',0,'miaoer1998'),(224,'jlmoody31981','$P$BkE6nqt642RX95ZTmzYCLQcY/xbrO9.','jlmoody31981','jlmoody3@att.net','','2017-04-23 12:03:43','1492949025:$P$BCDfGhZajx1a2bCuyc7RtuYrdW64qZ.',0,'jlmoody31981'),(225,'scottmyeilding1989','$P$B8/17bnsEy9V9iePNXJjVBuD5.x7Sv/','scottmyeilding1989','scottmyeilding@gmail.com','','2017-04-23 13:01:49','1492952511:$P$BVs/3JuVxUzyn.O2PxsexOHKJvD6wj0',0,'scottmyeilding1989'),(226,'andrew-fraser1953','$P$BRpdkEvEmvn/fuIoT2aFqIyxUY7qyJ/','andrew-fraser1953','andrew-fraser@hotmail.co.uk','','2017-04-23 14:01:36','1492956099:$P$BlTqNEuDw4gGP4SoP4N9fhyysj7ni60',0,'andrew-fraser1953'),(227,'bracialetto1992','$P$BtwdGJ.bwp2zUdjqY4GfahxIL76y9N.','bracialetto1992','bracialetto@hotmail.com','','2017-04-23 14:15:27','1492956930:$P$BqQm/7l6ztLh.SbWkFcJJU2xQFXi8m1',0,'bracialetto1992'),(228,'tiffanyfunn1971','$P$BN7tVFAcwwDD5e222JG8XgLbnygHuu.','tiffanyfunn1971','tiffanyfunn@yahoo.com','','2017-04-23 14:50:20','1492959022:$P$B3EnxYTupF9bm1jut/eT5Xw106.eQJ.',0,'tiffanyfunn1971'),(229,'boyblu191961','$P$BaUxFr7MlE5X4tMdAZX8gZBl4fC4u1/','boyblu191961','boyblu19@yahoo.com','','2017-04-23 14:52:59','1492959182:$P$Bh5v88EAGNEqwnfogqBlUxUgfMUHYi1',0,'boyblu191961'),(230,'pudgie1978262002','$P$Blz4z7ZIk0Jw8rInrrxNzMSR1g..ZW0','pudgie1978262002','pudgie197826@yahoo.com','','2017-04-23 15:18:09','1492960691:$P$BpY3aa3BqX2sYW4EbOju7Dexy8mTDc1',0,'pudgie1978262002'),(231,'jjensen1421975','$P$Bp5aPIZVzIyLcdJD4l1zndqf8W7upQ.','jjensen1421975','jjensen142@yahoo.com','','2017-04-23 15:44:34','1492962277:$P$BK6qt.VK2MeygRDa/ldlDUBoA0v1EM/',0,'jjensen1421975'),(232,'girlinthelake1975','$P$B.63tFl3jRQslvhUYMa6gY10smQONl1','girlinthelake1975','girlinthelake@yahoo.com','','2017-04-23 15:52:19','1492962741:$P$BowgL8SF9bV7AGJjf3ODHQDVybYvWQ1',0,'girlinthelake1975'),(233,'spwyss1983','$P$B/I8k5G/B/LRHEjCMaG1dWXtR3iwI/.','spwyss1983','spwyss@yahoo.com','','2017-04-23 16:17:43','1492964266:$P$BcFXpW.M52.vU9ZqDLeqQ0NUJXBG4Z.',0,'spwyss1983'),(234,'achavez8871971','$P$BiVJ.S2YUptJtUtVEkhctTTrzT4LpZ1','achavez8871971','achavez887@gmail.com','','2017-04-23 16:28:48','1492964930:$P$B2fQCq4NtfkH3Z5CXTz2EflHlsTOAq/',0,'achavez8871971'),(235,'nrpickering1965','$P$BRpoYZGp7UOmd70lklJWHSviCGnAoU.','nrpickering1965','nrpickering@gmail.com','','2017-04-23 16:39:54','1492965596:$P$BskOljFGWPkqu5Gj5Dy9CLFj/XbZbU1',0,'nrpickering1965'),(236,'dawntrice131970','$P$B3TuWspvdlNmPLFmrNx3.EA.J0fumk.','dawntrice131970','dawntrice13@yahoo.com','','2017-04-23 17:06:22','1492967184:$P$B8xKEN0rq32KBvk8fgTyn8sCQWykfy/',0,'dawntrice131970'),(237,'hwon206641969','$P$B8lT1rl99H5mkB9mSoSQC/hPj8BCOp.','hwon206641969','hwon20664@gmail.com','','2017-04-23 17:20:52','1492968055:$P$BN1qnhbNbtbKsDgEuyQV0IFoOWWRfm1',0,'hwon206641969'),(238,'msmitty202004','$P$BNaUxxXUgYU11sN0TRNsRArKOjDAW..','msmitty202004','msmitty20@hotmail.com','','2017-04-23 17:22:15','1492968138:$P$BaTdo9s/73zWdgwARCJeBvD3F24EtO.',0,'msmitty202004'),(239,'jbmmitchell1968','$P$B85JUZrCF98iSoA9J.A53M1bOQlbBH1','jbmmitchell1968','jbmmitchell@gmail.com','','2017-04-23 17:25:05','1492968307:$P$BKH/gOIc1f4FhmglqtEPnMUWWzIF781',0,'jbmmitchell1968'),(240,'normamenaged2005','$P$B1a1e.1v4MUC3h2OF5mFdPaGWUhPAN/','normamenaged2005','normamenaged@hotmail.com','','2017-04-23 17:40:03','1492969205:$P$BeLJxTgmCB2KjNLjkU6B.Q95LsgDrV0',0,'normamenaged2005'),(241,'mellian1999','$P$BHyeMbXIqf4H73HCBDa./mJLns0JoI1','mellian1999','mellian@cfl.rr.com','','2017-04-23 18:18:59','1492971542:$P$BPaZeTRixr/MbnKNNo7e2Br6fhjycP0',0,'mellian1999'),(242,'saloviche2006','$P$BO7f20OG4MHa/S/23MNWTvopYyQ1631','saloviche2006','saloviche@yahoo.com','','2017-04-23 18:20:54','1492971656:$P$B8W2PN2RhKOVJtnjYzGmrIJ9ikP4S/0',0,'saloviche2006'),(243,'pamjitkaur7112005','$P$BoGARynYLS94klFdD9m629DTHoZwtR/','pamjitkaur7112005','pamjitkaur711@yahoo.com','','2017-04-23 18:49:23','1492973365:$P$Bxv5AZV7qAcaDIh91HjbiBvLvTcBhm1',0,'pamjitkaur7112005'),(244,'ariacomputersuk2009','$P$Bz5az365F7zoqJZWd2z5iyKlHQRQPl0','ariacomputersuk2009','ariacomputersuk@gmail.com','','2017-04-23 18:57:16','1492973838:$P$BWVohLTyhcdnuc0y4UAVcsdly9tobh.',0,'ariacomputersuk2009'),(245,'hzyhzy011957','$P$B912u.c7fP4mSw1P4q1iMgAOsuZ5S/1','hzyhzy011957','hzyhzy01@hotmail.com','','2017-04-23 19:25:14','1492975516:$P$ByNbf2ykctEAHCCfiYrDFvDmXyStFn.',0,'hzyhzy011957'),(246,'annac1974','$P$BJOH7sn5L0ciNfqZhs/x7Hl/Z3QVdW1','annac1974','annac@cityofsleep.com','','2017-04-23 19:34:42','1492976084:$P$BwiwOyv1dV/ma6ZZ7.FnsiN0dy/6p21',0,'annac1974'),(247,'dbackfan312007','$P$Bp4.mUDIfXnO0sz6DptrR68mg8SQis.','dbackfan312007','dbackfan31@gmail.com','','2017-04-23 19:47:47','1492976869:$P$BBB.PpYEEmEykSSev/PLbhjXgeEYAW/',0,'dbackfan312007'),(248,'veemac741969','$P$BuqDAnbTylokwQqrgo0wU7XTO4yAsl0','veemac741969','veemac74@gmail.com','','2017-04-23 19:51:14','1492977077:$P$BW/P2rxeE0XJuRtB2wZESX.gFHQ1.H0',0,'veemac741969'),(249,'tinsel862004','$P$Bk7HhcDY8LXHYc8ZrkqDiaVaMwvaRO0','tinsel862004','tinsel86@aol.com','','2017-04-23 19:53:16','1492977198:$P$B9c7m/3fXzPZ06Ywtnqt4F.JNqPjH51',0,'tinsel862004'),(250,'piyushgupta2002','$P$BNxKNW4xrWmmMJdA/qAL1q980VFkSG0','piyushgupta2002','piyushgupta@yahoo.com','','2017-04-23 20:22:00','1492978922:$P$BgcAxtayDRHD.G2GjHsHGPbEFXVYgZ.',0,'piyushgupta2002'),(251,'evilpinoy1981','$P$BcQjChFdSqypQfBqspm6yorJVOSgsu.','evilpinoy1981','evilpinoy@yahoo.com','','2017-04-23 21:34:39','1492983281:$P$BhiuN.UCBZVHxzq7RVaGwTaTt/q/gB0',0,'evilpinoy1981'),(252,'chloe__vb1985','$P$BOvozkR1gMcVUhkWRuc4rwnKJNC5CK/','chloe__vb1985','chloe__vb@hotmail.com','','2017-04-23 22:14:26','1492985668:$P$BVhuzN/zRjnEUmzSdzxUuPVKnoSPsR.',0,'chloe__vb1985'),(253,'brade7771966','$P$BYduNRTKvGtwuZLmoTflcdiYrGhdEZ1','brade7771966','brade777@yahoo.com','','2017-04-23 23:53:18','1492991600:$P$BTcyAE2xX8NTFZWjZ1UQuvX6LrrVvm/',0,'brade7771966'),(254,'dawood_ca1950','$P$BiPvPuOWhqCUfbbitLf5K7s7Ps3MSP/','dawood_ca1950','dawood_ca@yahoo.com','','2017-04-23 23:58:33','1492991915:$P$B33OkR2LkRsVy0AXcJVoxZUh/aZOYw1',0,'dawood_ca1950'),(255,'theman871955','$P$BFP0CvmTFp1cNYILcm3H7Xf3KGR3/e.','theman871955','theman87@msn.com','','2017-04-24 00:17:19','1492993042:$P$BFBNBmCLm5Eee7Y5BHKyDA.RcI0CZG0',0,'theman871955'),(256,'wolfekristin2004','$P$BnAFOMszHyjiYgeBd8ZeR3EoGz4lMe.','wolfekristin2004','wolfekristin@yahoo.com','','2017-04-24 00:17:44','1492993066:$P$BSbmz1DM9OANIT/x5OJqY2VZ6nW.EK.',0,'wolfekristin2004'),(257,'pedesrosiers2000','$P$BSk9PX9vWPQqVyh2ZfpkoRHrmZWFjf.','pedesrosiers2000','pedesrosiers@comcast.net','','2017-04-24 00:46:48','1492994810:$P$BLzcx49rwlYvrJBUnj3Llw1.03ojqR0',0,'pedesrosiers2000'),(258,'darcypamela5521991','$P$BLjNeiyiasmPekqQx3.h36HWJyCYSt/','darcypamela5521991','darcypamela552@gmail.com','','2017-04-24 00:53:38','1492995220:$P$BdR816kUnGe7vnyOfUkfPLoS8yP7eW1',0,'darcypamela5521991'),(259,'sstvns661961','$P$BNN.xf1DvciB/2bujfC6VSgwyxRu/q.','sstvns661961','sstvns66@gmail.com','','2017-04-24 02:11:29','1492999891:$P$BqpCaHtcIH8nJLFUUW0h5ZVZ/bDWJw.',0,'sstvns661961'),(260,'justleanne1957','$P$BiKz8RGOJQc42Z89dMHwgoBbxzMjLX.','justleanne1957','justleanne@comcast.net','','2017-04-24 02:57:42','1493002664:$P$B.EW34EfDFmuuUyh4s1iF3RUib8BSX0',0,'justleanne1957'),(261,'abuse1954','$P$Ba1hrAGgoIWC11mJDGG1uadF.j1FK4.','abuse1954','abuse@ovh.ca','','2017-04-24 04:18:11','1493007494:$P$B7f03pPzVHGPDsjWPM4CnJLTByPCg3/',0,'abuse1954'),(262,'robynerin1953','$P$B4nbRbO7TEaWnT6neAWw7f/IV8PleX.','robynerin1953','robynerin@yahoo.com','','2017-04-24 04:38:38','1493008720:$P$BLOErG7Zu4UWStwwhrVGgMFdGYM5AO0',0,'robynerin1953'),(263,'stephanieg45791964','$P$BImi2zyDwQ7EAIvK8MzbayPCvddtPM0','stephanieg45791964','stephanieg4579@yahoo.com','','2017-04-24 04:41:52','1493008914:$P$BikGYR5EbtC2STXt3WVQpfCUHauGI61',0,'stephanieg45791964'),(264,'abuse1993','$P$BCQsEHIoyRKjT33xch421QCHUngg3N1','abuse1993','abuse@zohocorp.com','','2017-04-24 04:47:53','1493009275:$P$B9RpnS6gGAMDvMm.HcqjSTJvaAiIVT1',0,'abuse1993'),(265,'kt2hamilton1980','$P$BRHceVfh5/qk1v/B5N8p4sU8aAOZgD/','kt2hamilton1980','kt2hamilton@yahoo.com','','2017-04-24 04:49:15','1493009357:$P$BkDUL6LCTUtHDDCQFSrhigfTOaE65G0',0,'kt2hamilton1980'),(266,'alicebennett1987','$P$Bc2cOiSIcobq3NKMW0YQQThOOCUiM50','alicebennett1987','alicebennett@hotmail.co.uk','','2017-04-24 05:39:14','1493012356:$P$B5R20i83sUQZzawzLbB4gTtMEftwQB/',0,'alicebennett1987'),(267,'meem11272010','$P$Bc5r7pSXeSNRFcHPxVCnaGrNjEc6sk.','meem11272010','meem1127@yahoo.com','','2017-04-24 07:03:53','1493017436:$P$BT6rR.fasawQwmfmIYXZrvCYKjawhm1',0,'meem11272010'),(268,'adgb21996','$P$Bj5ZGm6zpFGwVbdz3aHwG5oO1JnNA./','adgb21996','adgb2@yahoo.co.uk','','2017-04-24 08:50:06','1493023808:$P$BzLss0U5IOgS9J7AAoMdvdTgMWuDHS/',0,'adgb21996'),(269,'authenticbrands1989','$P$Bu0F6nazL4S9mTcDQXYfKRhp5Gy0Gi1','authenticbrands1989','authenticbrands@gmail.com','','2017-04-24 09:52:02','1493027524:$P$Bym6yXQNHdxxC38jmM4.L1XWPkV6cL.',0,'authenticbrands1989'),(270,'ogorkavchuk2003','$P$BNvo4BDl8ust97wGWG9roeoy9D/FGr/','ogorkavchuk2003','ogorkavchuk@gmail.com','','2017-04-24 11:33:37','1493033620:$P$BoI9QZLipwGcGx11ZbUqq/pLoeoaYj/',0,'ogorkavchuk2003'),(271,'jdiluigi11984','$P$B5dNzGIPVz35IsxTUaVXMdvFCx.vik.','jdiluigi11984','jdiluigi1@gmail.com','','2017-04-24 11:52:50','1493034772:$P$BuqTcytB38ODZRObzxa8OoVWPs4qTu.',0,'jdiluigi11984'),(272,'wilfried.labbus1998','$P$BG640CEGjkN96dQlmHRJJfoaMUVe/F/','wilfried-labbus1998','wilfried.labbus@ewetel.net','','2017-04-24 12:04:10','1493035453:$P$BTe38PBnJtyyLAzFNcd17tFAFrEm5r.',0,'wilfried.labbus1998'),(273,'smdiel91997','$P$BakQS3mlxFrrc3GhI14vw8HMOxN7SE1','smdiel91997','smdiel9@yahoo.com','','2017-04-24 12:06:30','1493035593:$P$BLJrVD2pcDSkvaceJfE8UzrfR5aKKg0',0,'smdiel91997'),(274,'raramos872008','$P$B6MMOwqEANjX.Kh3cLVc267WkCEuZ1/','raramos872008','raramos87@yahoo.com','','2017-04-24 13:21:39','1493040102:$P$B.nalJyzOPmUu4kOEhpmV4APS7DytW1',0,'raramos872008'),(275,'joeykc242005','$P$B1FE5HFW4MT58RNCvpWMKqjI9Qy1l9/','joeykc242005','joeykc24@yahoo.com','','2017-04-24 13:49:29','1493041771:$P$BnWTy2t/uYzUjJOHPg/pF/wyMR8Rj5.',0,'joeykc242005'),(276,'dunkbm281983','$P$BHGkSXXXOw6QrseWaBato0c7xuQBiO0','dunkbm281983','dunkbm28@gmail.com','','2017-04-24 14:00:06','1493042408:$P$BnqD0r9L2cju6VPUyBYNhaiakGLYIb/',0,'dunkbm281983'),(277,'taank7141952','$P$BOlwAoYJgmr2ZMnBSkpIn36wLG8LvL/','taank7141952','taank714@yahoo.com','','2017-04-24 14:13:40','1493043222:$P$BFlSUJLnaM.9uVYosP5q9qVB2/QGKm.',0,'taank7141952'),(278,'dunn10162003','$P$B71Q7KjgoYBaPHsjzsDl962qoJ/ckc0','dunn10162003','dunn1016@yahoo.com','','2017-04-24 14:28:04','1493044086:$P$BexhgiiVBcsHD80cptybLIrwz7kxLL1',0,'dunn10162003'),(279,'drkel31981','$P$BC2AHM5nE2x2vt/4oAXKow9UXJ9l211','drkel31981','drkel3@gmail.com','','2017-04-24 14:37:08','1493044631:$P$B5DkyVIUPhnabeyvW6mKStXhLO.wpW/',0,'drkel31981'),(280,'cathyrose3331975','$P$BJacnLobEjWd1kfF7RuopKE7nm/hoL.','cathyrose3331975','cathyrose333@yahoo.com','','2017-04-24 14:54:41','1493045683:$P$Bbgl42i.B61ORRVmFq7w.nARTKadP01',0,'cathyrose3331975'),(281,'jamar9131983','$P$BHIPiNK0m7ggI7Oxixk/xz2ekl3dCF.','jamar9131983','jamar913@yahoo.com','','2017-04-24 15:00:41','1493046043:$P$B6qt60jHcPNHch9liYoktXCXKV3Vwn.',0,'jamar9131983'),(282,'griegoalberto1980','$P$Ba/K5PE1vY4NYm.xzA/LlaibMKWmUJ/','griegoalberto1980','griegoalberto@yahoo.com','','2017-04-24 15:08:26','1493046508:$P$B/OJiDAXZoyJz/urz2NTY9Uvn5X4fq1',0,'griegoalberto1980'),(283,'piperofpeace2001','$P$BKyyoMYsQdzCA34DUmYreWU7tUE4a5/','piperofpeace2001','piperofpeace@gmail.com','','2017-04-24 15:28:48','1493047731:$P$Bac8fomGstxyw.eeKhwo9awVlrjXRp.',0,'piperofpeace2001'),(284,'emerino22872009','$P$B.Rw44FCuLMvn58j6FY62FRXSlGsgV/','emerino22872009','emerino2287@yahoo.com','','2017-04-24 15:28:52','1493047735:$P$BSCnw6.mh6LaxqD0URz0CnxdSDq.D41',0,'emerino22872009'),(285,'hostmaster1955','$P$BHPwcKdSKZ6QwRRf2qT6kIZjBnfRrm/','hostmaster1955','hostmaster@inwx.de','','2017-04-24 15:54:13','1493049255:$P$B3XoIUikRTSjPz8Z/kRZSmQYtcET4j1',0,'hostmaster1955'),(286,'rmoss291955','$P$BlegUc9nInApBFL3P54RYnCEZQs3K21','rmoss291955','rmoss29@yahoo.com','','2017-04-24 16:05:31','1493049933:$P$ByKzwyTt3cCuqkzRfXHd7qXuZOO5z3.',0,'rmoss291955'),(287,'lisabarram2004','$P$BJKppn1dfBrUgZV3lJDYt1aMx9sxqJ.','lisabarram2004','lisabarram@gmail.com','','2017-04-24 16:06:44','1493050007:$P$Bly3b15m3.CnROd2dV/UMCKuAUMq.l.',0,'lisabarram2004'),(288,'jason.fishbein1985','$P$BJaO2ZJvVPzY.v69fXWiHsDC1zmXuW1','jason-fishbein1985','jason.fishbein@gmail.com','','2017-04-24 16:22:51','1493050973:$P$BkjxCUPIPSyjQsmRpTbaQlpwCFSt9f0',0,'jason.fishbein1985'),(289,'eadjmn2009','$P$B3qFe0XLJPE9z7mXo/RJmE3JVrBgEQ0','eadjmn2009','eadjmn@aol.com','','2017-04-24 16:32:46','1493051568:$P$BTYxTSvNtJWLUSrsTGg4imKXBLqvbP0',0,'eadjmn2009'),(290,'shaunswanger1969','$P$BwmbWMUgzXQa1Tn8CrA13RIjuRgOwW1','shaunswanger1969','shaunswanger@me.com','','2017-04-24 16:38:03','1493051885:$P$BCHqZZxobsaQ/r9Mw0KdAtA9aU0Lz/0',0,'shaunswanger1969'),(291,'tammy1985','$P$BhEHW6JNwPCZnlt/ADu.BEcOpwEdU//','tammy1985','tammy@ghairconditioning.com','','2017-04-24 16:38:32','1493051915:$P$BinEjBXXjzxXN8fefyBH/DGj0hOt47/',0,'tammy1985'),(292,'jfpendal1988','$P$BGHrJVxe6Bk.K/Vu89XkYFNhGbXrXZ1','jfpendal1988','jfpendal@yahoo.com','','2017-04-24 16:49:37','1493052579:$P$Brtu0usMAF64bAyQqiYjnnXfTtZv2I/',0,'jfpendal1988'),(293,'matthewhagedorn1973','$P$BLFP7nzQlXchawmWZbK73OAu1rRsDc.','matthewhagedorn1973','matthewhagedorn@yahoo.com','','2017-04-24 16:50:59','1493052661:$P$BOPLQftd10QXqH/RXturTATCIWsBQH0',0,'matthewhagedorn1973'),(294,'robinrizek1987','$P$BwF5X0HhIs7kNZbuU/bRlso0aWftwF/','robinrizek1987','robinrizek@gmail.com','','2017-04-24 16:54:51','1493052893:$P$Bsfk6WQ1n5mjhHHMmB8PTUkiK7g4VC1',0,'robinrizek1987'),(295,'samjoym1951','$P$Bif2bn1mWmP3hFbwG4n8hm4sCKx0/n/','samjoym1951','samjoym@yahoo.com','','2017-04-24 16:58:41','1493053124:$P$BrSJ5/nY1YT.XBLzvXyFYGDsA5bwDv/',0,'samjoym1951'),(296,'ejkmouse1955','$P$B/2cxrRvD8s53fKYcccwG4ZUaW3gkF/','ejkmouse1955','ejkmouse@aol.com','','2017-04-24 17:15:00','1493054102:$P$Bn5KMop5ZJ8RI3HZUaka4OFDU2Q3bB1',0,'ejkmouse1955'),(297,'rhedd451973','$P$BB1QwK/.KxXVtUImdJ5HqVL4MCyle4.','rhedd451973','rhedd45@yahoo.com','','2017-04-24 17:22:56','1493054578:$P$Bd.CoHysI2jlQrYpweiszWOUyE0rXZ1',0,'rhedd451973'),(298,'dannyqt3421987','$P$BJvqcZAplgpFH4EexfrSwBkKagZLXC0','dannyqt3421987','dannyqt342@yahoo.com','','2017-04-24 17:24:12','1493054654:$P$Bm7JOF8tZANgFA6Rz.nZtEsfbSd2NS.',0,'dannyqt3421987'),(299,'ashtray5102000','$P$BECAPKOZmPlh7KSEtl6C3etic4UOOW/','ashtray5102000','ashtray510@gmail.com','','2017-04-24 17:24:14','1493054656:$P$BzasKj8Ryc0ja8DjbVSd/GsPDEVhVG.',0,'ashtray5102000'),(300,'coachmrm1969','$P$BEKxuERdy7HzhYM9/Owwm5XGuIOJkP0','coachmrm1969','coachmrm@msn.com','','2017-04-24 17:24:23','1493054665:$P$BRWm/JX9hKCYkJW/ip8qFtfWXNeRZG/',0,'coachmrm1969'),(301,'trentehall1968','$P$By0Tgc8LmcDNTzgc1aqMb4fYWFdMt/.','trentehall1968','trentehall@yahoo.com','','2017-04-24 17:29:40','1493054982:$P$BBU8uIHQginejyvdYWX1RcO14Uq9a0.',0,'trentehall1968'),(302,'design8a1962','$P$BS6gHcWYj7C6skiLeUAhxofr6PyOPY1','design8a1962','design8a@gmail.com','','2017-04-24 17:54:44','1493056486:$P$BGSurWNDY04O9bZp5VZDdhbxu3wNnc0',0,'design8a1962'),(303,'joymolen1972','$P$B60lLdyvzf3Q/6ce4Hps.qp635ahoL0','joymolen1972','joymolen@hotmail.com','','2017-04-24 18:17:21','1493057843:$P$BIjtbrFSj5T7nB4aMSMrZZf3AXV0Xe0',0,'joymolen1972'),(304,'nachambers101994','$P$BvSA20xfCDADmU6l5VighUVDhNNpuh1','nachambers101994','nachambers10@gmail.com','','2017-04-24 18:19:45','1493057987:$P$Bg1sobX1pC1CeTuDhuPyWgAtw7ule2.',0,'nachambers101994'),(305,'jrsutherland1974','$P$BD.O.alnkg6PLGzV40kT/zix6hwGAa0','jrsutherland1974','jrsutherland@yahoo.com','','2017-04-24 18:28:45','1493058528:$P$BKdSLsvPczA5Hg1FHRVDy4ATjRVzW60',0,'jrsutherland1974'),(306,'jeremychang1980','$P$BC6T.9Z/I1g9FerCH.6//95KyLRYBp1','jeremychang1980','jeremychang@plustek.com','','2017-04-24 18:33:03','1493058786:$P$BmSyXww4eD3uArmqHyMjBUYlATnkBL1',0,'jeremychang1980'),(307,'fishdance1951','$P$BUkIamY0/j48mbmPYUFORcxxkKNBL31','fishdance1951','fishdance@gmail.com','','2017-04-24 18:40:28','1493059231:$P$Bs1nlQ7gfwGtVZZHkJm5b6YP5E5cRR1',0,'fishdance1951'),(308,'tomlynniii2010','$P$BfUp3Ez0T8hrS4ckmz3z6aes7kkHhv1','tomlynniii2010','tomlynniii@yahoo.com','','2017-04-24 18:43:43','1493059425:$P$B0KOLWfUdzZVOMEvqD6U24M4s0YhPD1',0,'tomlynniii2010'),(309,'mbcatto1972','$P$BfQTptogfDUiRgRuTDNmqP02sg2z9y1','mbcatto1972','mbcatto@yahoo.com','','2017-04-24 18:58:00','1493060282:$P$BAC5crRPFLL6Cg3hP6UcNrustz5UTM/',0,'mbcatto1972'),(310,'abuse1957','$P$BhLgX25AwKhwiTAz0XWcBxAATSH05n1','abuse1957','abuse@hostway.de','','2017-04-24 19:01:51','1493060517:$P$BTziHA.IAb1kjMBPf.2h1N7PCg7dJm/',0,'abuse1957'),(311,'lmalicki091989','$P$BqEVvThs.pzrIhH0eRGdBWc2bc2H7f/','lmalicki091989','lmalicki09@gmail.com','','2017-04-24 19:07:07','1493060829:$P$BNMELKeSbOSEX6zjn9svbj146IE4wV0',0,'lmalicki091989'),(312,'justin1980','$P$BMPmWjuvJKzZsKl7HHJvdK4/X1RPoh1','justin1980','justin@ethosvapors.com','','2017-04-24 19:30:10','1493062213:$P$B5TrKuZriIgooP8PWwNXvJAj2G3YL./',0,'justin1980'),(313,'otraylor221959','$P$B5iOOuG9fbWAW3h.U5x9WPrhbmsDuB.','otraylor221959','otraylor22@gmail.com','','2017-04-24 19:44:11','1493063053:$P$Bru8VKZDQMXWEgdlTpKjLFN2HmFzCJ.',0,'otraylor221959'),(314,'vrmii2007','$P$Bdit/KMSlI5.NQrVv1E8iDtg1tZJeQ1','vrmii2007','vrmii@yahoo.com','','2017-04-24 19:49:37','1493063379:$P$Bw1RKEkvjm9Z9b5o1Ei8732ARYiKDD.',0,'vrmii2007'),(315,'pbernard201959','$P$BVppFrJKP4ZPmKt2sb9W8a2LiiokOw.','pbernard201959','pbernard20@hotmail.com','','2017-04-24 19:54:25','1493063667:$P$BbJg.vRB.TbpbE9.zEbMZN43kVRHp3/',0,'pbernard201959'),(316,'lfinazzi2010','$P$B4L0QZ8a8URksvj8h.Nn6alOKXhX9t.','lfinazzi2010','lfinazzi@css-services.it','','2017-04-24 20:02:32','1493064154:$P$BC7q6AFRNXwFQHCGYCFtBscdykdTyP.',0,'lfinazzi2010'),(317,'jbruhn44441987','$P$BR9zIVtHrIAhBFk7qUFfGaSQCedNwz/','jbruhn44441987','jbruhn4444@yahoo.com','','2017-04-24 20:10:59','1493064661:$P$BpDaamevAwTuSq/D2ST07ccElSad5d/',0,'jbruhn44441987'),(318,'abuse1997','$P$Bd49lHGBnx.Rb7pwMrnUPMBRD2u.2Y/','abuse1997','abuse@tutao.de','','2017-04-24 20:22:01','1493065323:$P$BDfH42xQi1.Mf4pRtd7VzffSuCnGqV1',0,'abuse1997'),(319,'bootylious_c1974','$P$BcaFx8j.b6y2HQSTJeIius9nEn0PJ5/','bootylious_c1974','bootylious_c@yahoo.com','','2017-04-24 20:33:44','1493066026:$P$Bm14J9VG3gpN3b8LLp8fXI9KTaOp51/',0,'bootylious_c1974'),(320,'acharm2c1996','$P$B1DzfgKQpCJ/JGcANsfXWZql2eyOVg.','acharm2c1996','acharm2c@yahoo.com','','2017-04-24 20:47:06','1493066828:$P$BygImnt2xDQwDy44cU.uLOFVaLA8KS0',0,'acharm2c1996'),(321,'delovely91950','$P$BRPhqGb3XnCPWHRM9QeTnUUly6ENAR.','delovely91950','delovely9@yahoo.com','','2017-04-24 21:29:52','1493069395:$P$BYp3rY9o6TbpHtvQ0cF6vhp/43iOBa.',0,'delovely91950'),(322,'steele.19751971','$P$BOPshMSMft8Au23BMaFzGurYUm4b28.','steele-19751971','steele.1975@yahoo.com','','2017-04-24 21:30:42','1493069445:$P$Bn1BLyKJ65/e4vKK6LYx.MFd3U5aSn/',0,'steele.19751971'),(323,'haileybugs4171954','$P$BiKW4s5LZLasbYrilWvxSnStjCAFn7/','haileybugs4171954','haileybugs417@yahoo.com','','2017-04-24 21:33:09','1493069591:$P$BdBrJk1eIIxueEIUOcsI2m8k9.9dqA0',0,'haileybugs4171954'),(324,'dopemods1986','$P$BGbaDGTqxfF0ktURv6xrBJR6VtFg3i/','dopemods1986','dopemods@gmail.com','','2017-04-24 21:40:54','1493070057:$P$BblUDJYzQ2QziADGBzX7KwLm.4fKpV.',0,'dopemods1986'),(325,'albgreenville2000','$P$Bue1IDRXAG7o/1E4JLNLkZd4OFhNgB.','albgreenville2000','albgreenville@yahoo.com','','2017-04-24 21:56:09','1493070971:$P$BZAup72ASCXKPutjgbydczIYIzh.VX0',0,'albgreenville2000'),(326,'rratliff20021971','$P$BKZqJBC9TgDqXS2tUPImbYjYxnuVwg1','rratliff20021971','rratliff2002@yahoo.com','','2017-04-24 22:10:59','1493071861:$P$B.sp0Ys3L80QMgZuw.69nO3f.GyqnO1',0,'rratliff20021971'),(327,'adam_damewood1974','$P$BgIJdyGc5qL2EuQYJajJRyKz1BtBCJ.','adam_damewood1974','adam_damewood@yahoo.com','','2017-04-24 22:14:12','1493072054:$P$BnfDPgR8Ax1cti/nktxmdDrWjSdVbw0',0,'adam_damewood1974'),(328,'paolympia1988','$P$BdxC0o7OcPRTAzFCwTnjE01s7cETFI1','paolympia1988','paolympia@yahoo.com','','2017-04-24 22:17:58','1493072280:$P$B91bN2lM5MeX895vVujx7dW0MCg7Aw/',0,'paolympia1988'),(329,'ashlynwolfjohnson1990','$P$B5c.njbzF0K3/fy0PyfLOyhoZiRCMo0','ashlynwolfjohnson1990','ashlynwolfjohnson@gmail.com','','2017-04-24 22:21:20','1493072482:$P$Buw7GBZuM/T8DWHsxfPJNxMey5W3e0/',0,'ashlynwolfjohnson1990'),(330,'kathrid_551986','$P$BEsIBIGJYmncAz8S7r3.YfAmai8eGz/','kathrid_551986','kathrid_55@icloud.com','','2017-04-24 23:35:07','1493076910:$P$BLy7nt1Z/05UTKHwbTQdRLNmcIjYPo1',0,'kathrid_551986'),(331,'christiemt1963','$P$BDeNi9O6n8Tc3Yu4ZbUkWZckoodML90','christiemt1963','christiemt@hotmail.com','','2017-04-24 23:38:09','1493077091:$P$B8X4UtIhpmlSNNPYV4TZoDLhBzAXtC0',0,'christiemt1963'),(332,'ssial12005','$P$Bfjk2Eh5pbTs7UvBmb8FeOfBcnwIIg1','ssial12005','ssial1@hotmail.com','','2017-04-24 23:54:58','1493078100:$P$BSiXKYDeRMwRICiZJ9F1kaan8.bEA1/',0,'ssial12005'),(333,'thelinebacker431990','$P$BogHiOwZ09htnpNFbocM3114tPxA.U0','thelinebacker431990','thelinebacker43@yahoo.com','','2017-04-25 00:19:58','1493079600:$P$B5DmQQmiwxFqppnTdA.5JdVuQNuJk1.',0,'thelinebacker431990'),(334,'valahdyo.arbandy2004','$P$BzJaXR.Hnuyn6KYi1.0KOoclskBJOO.','valahdyo-arbandy2004','valahdyo.arbandy@gmail.com','','2017-04-25 00:25:02','1493079904:$P$BUm/3DadvLLG8.y8mpALBQKj5GaO881',0,'valahdyo.arbandy2004'),(335,'abuse1960','$P$BvtsCSl6ND1P67WV55KpmTDcbFf2wk1','abuse1960','abuse@zoho.com','','2017-04-25 00:34:07','1493080450:$P$BCho5RDdhdUPg9x7EgBHQwlTLGwtEf/',0,'abuse1960'),(336,'jordancunningham2005','$P$BNRKvtRVY6giegBFD5Al51YkTpCoDy1','jordancunningham2005','jordancunningham@charter.net','','2017-04-25 01:26:24','1493083587:$P$Bju2sxoSlxd3IbHTa0QC4r.qo12bNc.',0,'jordancunningham2005'),(337,'cherindadenell1965','$P$BAyBVvVzVIVH4XvF5pjOMw0nncA3hh1','cherindadenell1965','cherindadenell@yahoo.com','','2017-04-25 02:28:14','1493087297:$P$B.XJW7FM7NAUw3UEXo71quGyXLMDIx0',0,'cherindadenell1965'),(338,'blendahoops1964','$P$BWTt93JOd5Slc51bhd/T5CO6VE5qT6.','blendahoops1964','blendahoops@yahoo.com','','2017-04-25 03:04:48','1493089491:$P$BPqL1qk14p3nhZK4lVzZ2bJqbqiXHf.',0,'blendahoops1964'),(339,'postmaster1981','$P$B1El/.M2oW9W7J97Pznfhr7bY76r57.','postmaster1981','postmaster@tutao.de','','2017-04-25 03:56:19','1493092582:$P$BOwV8Rp.0cinauf6F.XvNz92pPVHpW.',0,'postmaster1981'),(340,'clucarini2004','$P$Bf5X0cUfYLWYGlSOm.PPBXNkRc/3fB.','clucarini2004','clucarini@comcast.net','','2017-04-25 04:13:09','1493093592:$P$Bt5mMnL1ucQ0s9xA1LYBr8doUEu2Bm/',0,'clucarini2004'),(341,'dshin111962','$P$BN3DboE46iQqKAhnejAuZYLUrLfCDz0','dshin111962','dshin11@yahoo.com','','2017-04-25 04:29:53','1493094596:$P$B9eMwIioXWHcgdb9zP5qkX6yCZkDuD1',0,'dshin111962'),(342,'ggoodwin4332002','$P$B4uVI4TDS5REJ9E3aWdmu48mRgEfru/','ggoodwin4332002','ggoodwin433@gmail.com','','2017-04-25 05:32:30','1493098352:$P$BFs8RzDIF3HN4uT5ADeUoVRFZ5TrUq1',0,'ggoodwin4332002'),(343,'manniseeger1957','$P$B8MDPmqMtqvmg8rBbK8U/fIM4GBGTv/','manniseeger1957','manniseeger@gmx.de','','2017-04-25 06:02:49','1493100171:$P$BmWkB4cL6cMYG8GiASyD/l6fZXjSNQ0',0,'manniseeger1957'),(344,'chauhanviral1975','$P$BEIkfPpIUkEdFKRTJr.FGClkvHlxi6/','chauhanviral1975','chauhanviral@yahoo.com','','2017-04-25 06:53:05','1493103187:$P$BAl2MTP1leaZnU1newY2aEKdCcVgXa1',0,'chauhanviral1975'),(345,'goodwin.maddie2008','$P$Bxhhl0SasQ8cCkcKIqSWyBTKW7Ormf/','goodwin-maddie2008','goodwin.maddie@gmail.com','','2017-04-25 07:02:00','1493103722:$P$B.SXFUNWFNe6lG1i.JVpVITcQOV7iS.',0,'goodwin.maddie2008'),(346,'theresedupont601995','$P$BqbvmRE08d4lyuxmfHjWWVa3sEuRkS1','theresedupont601995','theresedupont60@gmail.com','','2017-04-25 07:28:23','1493105305:$P$B49G9fj83YQabpo.Zml3kjfsat6jex1',0,'theresedupont601995'),(347,'skilg492010','$P$Bwe7iEIpieRe0YNZ40yHhXhFlZV1AR1','skilg492010','skilg49@gmail.com','','2017-04-25 08:02:30','1493107352:$P$BMgWQEYiIdWhfU0wBPfiBDmDOuG6KE0',0,'skilg492010'),(348,'julie_cordeiro1963','$P$BXPj7LfKevAWDugcdVltkiI8jGnEel/','julie_cordeiro1963','julie_cordeiro@hotmail.com','','2017-04-25 08:23:27','1493108610:$P$BI6JbTHFiUSsb.J/lxu7UHHPF6s.Cv1',0,'julie_cordeiro1963'),(349,'skyeizme2007','$P$BTC5Fd5y5Ck6X8qdcCxb31RY.NSYCN/','skyeizme2007','skyeizme@gmail.com','','2017-04-25 08:57:30','1493110652:$P$B1EGPfa6aRXdzS90mxdG7ukPTen7H8/',0,'skyeizme2007'),(350,'jsckwolf2004','$P$BLlIY0mLibHOPLegy2Xqsq2uOqVXHL.','jsckwolf2004','jsckwolf@yahoo.com','','2017-04-25 09:01:33','1493110895:$P$B10UjjcwRT7cgI5xUICbgJ6s5TTVPk/',0,'jsckwolf2004'),(351,'jenclark24281962','$P$BTLrD361vz5gt9Sf20hsCUZEoRM7/01','jenclark24281962','jenclark2428@yahoo.com','','2017-04-25 09:11:48','1493111511:$P$BXtwyTnTqjMV4e7WED1VSt64xuYHUj0',0,'jenclark24281962'),(352,'hello2005','$P$BkkP8WwDeqPGYPcz26Us9S6/02RPSo.','hello2005','hello@tutao.de','','2017-04-25 09:27:06','1493112428:$P$BgnhhunQ2ANxa84C1GFCbGdJ4QmNiH1',0,'hello2005'),(353,'searchcz1991','$P$B2/XqXMNW0rRHlaYnPSsY/P7hsXfdF.','searchcz1991','searchcz@gmail.com','','2017-04-25 09:44:27','1493113469:$P$B.MfmVzyLyrT5dlqDyniWdaiijm.h8/',0,'searchcz1991'),(354,'avuoso32001','$P$B1A6KTx4BbLs0FdbnkUCRJVeppRjZS0','avuoso32001','avuoso3@gmail.com','','2017-04-25 11:08:42','1493118524:$P$BZbij9AKOXJj4oatAcRN03AROs1vRU/',0,'avuoso32001'),(355,'joaquinmurrieta321958','$P$BrlrJUrtECTNtggTF8gbqjTwDijDYy/','joaquinmurrieta321958','joaquinmurrieta32@yahoo.com','','2017-04-25 12:31:36','1493123498:$P$BH5WchUMsZy1GSRnMoiQvRZ.pBGVru.',0,'joaquinmurrieta321958'),(356,'1ryanbrown1985','$P$BbpUJuCUb5MlkSGGQ8cHLkrO94SDDk.','1ryanbrown1985','1ryanbrown@gmail.com','','2017-04-25 13:10:15','1493125817:$P$BlP6IywTH6NIYLc7U2n.1ezmqoL8Cp0',0,'1ryanbrown1985'),(357,'dmartin1984','$P$BNNRhOLlAM6WaQFl730qrWaHjraRJY.','dmartin1984','dmartin@ptcentral.org','','2017-04-25 13:43:14','1493127796:$P$BFK9krVZtZF5AmDxmDXS.xlG.lpgje0',0,'dmartin1984'),(358,'jim.moreau1975','$P$BpRJHy82ePu9/X.oJDtOXYLyyS7UDU1','jim-moreau1975','jim.moreau@yahoo.com','','2017-04-25 13:43:52','1493127834:$P$B4srqtu9ANcwUC9sitj2bn8d3tV6qD.',0,'jim.moreau1975'),(359,'jsittontx1981','$P$Bkr2CFcJyf0QRXodKjVHq68VxPKGWZ/','jsittontx1981','jsittontx@aol.com','','2017-04-25 13:54:07','1493128449:$P$Bkxk52e4NHdR9tFjnR0QYrVghk.5JW0',0,'jsittontx1981'),(360,'falimam20001955','$P$Bc.UxrhgbrTR9fxCl.esmY67G1Oykv1','falimam20001955','falimam2000@yahoo.com','','2017-04-25 14:18:11','1493129893:$P$Bzp3f92kGL6sT/ZYQuUXTaytFsv2YT0',0,'falimam20001955'),(361,'danamartindds1976','$P$Bix9bZjE/SpeyoMoRSEVADcLxEAXZc.','danamartindds1976','danamartindds@gmail.com','','2017-04-25 14:19:03','1493129946:$P$B7jowATHMdreGXUBCBNrhl/hIJZ8az.',0,'danamartindds1976'),(362,'jcub3331990','$P$BGskptn3ee1Sgm658Yjovb1be8DkmH.','jcub3331990','jcub333@gmail.com','','2017-04-25 14:38:38','1493131120:$P$BOiyDALhTXmUmSScigPJoSw2ubCFO30',0,'jcub3331990'),(363,'bholder14141971','$P$BO2Wgcex.4solwMZfg9RwoJRv.jnUX1','bholder14141971','bholder1414@yahoo.com','','2017-04-25 15:19:05','1493133548:$P$B7QbjBA9r7TdxFzJUWsNuL4NYoG/KB.',0,'bholder14141971'),(364,'mizginnie1989','$P$BV.Y3W23X21BiZSOW4XVrRq2Fb9twi0','mizginnie1989','mizginnie@yahoo.com','','2017-04-25 15:20:28','1493133631:$P$B576q8Tri1RaDpPKvdfWjeFMqx0pAX1',0,'mizginnie1989'),(365,'cody.e.richardson1984','$P$BtpHDL.mNYtseJIqnN5V69E2RLzovz0','cody-e-richardson1984','cody.e.richardson@gmail.com','','2017-04-25 15:36:52','1493134614:$P$Bi7NxU43nsfhDxI64iC4DLYqUIZr5Q/',0,'cody.e.richardson1984'),(366,'becnoonie1967','$P$BiX/92jR1acTqJiVF9g3WuF4j0NTkz1','becnoonie1967','becnoonie@hotmail.com','','2017-04-25 16:15:41','1493136944:$P$BT5DGKw/5/KtOx09CFrbyaEehkgrm0/',0,'becnoonie1967'),(367,'57harleyrider1950','$P$BeeFNp2NcBd1Y7ilmkJBleHNu1YrDP/','57harleyrider1950','57harleyrider@comcast.net','','2017-04-25 16:18:03','1493137085:$P$BUOo0Pnya9ZURVOnvDerhcqq/zO5OF.',0,'57harleyrider1950'),(368,'britta.wenzig1988','$P$B6WjtECyaqtAicgf1kRpdjkbqz12Dd.','britta-wenzig1988','britta.wenzig@gmx.de','','2017-04-25 16:36:39','1493138202:$P$BFvlmyVtWoXapK.KF1EQ8yw1mvoDF4/',0,'britta.wenzig1988'),(369,'broselli1969','$P$By4eRLIIuSZh.MpkQgbSnUKqoj9cqF1','broselli1969','broselli@gmail.com','','2017-04-25 17:05:24','1493139927:$P$Bb9fxG2hbodxAA4k.2d5X82JtGmSG91',0,'broselli1969'),(370,'nicey181959','$P$BW3UrZ6a53DJQn5B2XYMpMA08Cj6Yz0','nicey181959','nicey18@outlook.com','','2017-04-25 17:11:59','1493140321:$P$BviiRhT5lHSuk5bjqCj2bApWiAyLK7/',0,'nicey181959'),(371,'camaren.walker1999','$P$B6rCQAvr0UNG8peTe7/UwIzojhHB8M.','camaren-walker1999','camaren.walker@gmail.com','','2017-04-25 17:14:52','1493140494:$P$BIzG0nifRloJTWUDoMunvY3w30WLwW1',0,'camaren.walker1999'),(372,'mollylabby1981','$P$BkF1FwZIeUR4kmXPseyFto4jf8EXNf1','mollylabby1981','mollylabby@gmail.com','','2017-04-25 17:56:25','1493142987:$P$BkTFOERCyv4bOi8SJ.7IzzVHeAMCbJ.',0,'mollylabby1981'),(373,'mark.arnold2171972','$P$BsXkyb1lIhW2fvz9mjAeJ5XAYyJlph1','mark-arnold2171972','mark.arnold217@gmail.com','','2017-04-25 18:12:42','1493143964:$P$BpoyVEehi20.1CoCiDIDXGGIZ6fgSo1',0,'mark.arnold2171972'),(374,'gilcash1970','$P$BAtpPzgIEEHxls/t9szZHGM.vlDdj81','gilcash1970','gilcash@sbcglobal.net','','2017-04-25 18:49:27','1493146169:$P$BJoVTeQbuDI3c43k0kvTXx7TFSBcQM/',0,'gilcash1970'),(375,'weedsjj1981','$P$BrjWxAryiPC3b70XWG/dPTG9Fjrvf01','weedsjj1981','weedsjj@yahoo.com','','2017-04-25 18:52:16','1493146338:$P$BmFZKRC6eDliDBe1G3OBYC8i53rAqD.',0,'weedsjj1981'),(376,'darrylcsaw1961','$P$BecLpu1QhzpVA/F5beUYbaWqA.NUvC.','darrylcsaw1961','darrylcsaw@aol.com','','2017-04-25 18:56:48','1493146611:$P$BMw2TOLqLRLwtudNbmpE5wpc6dO.ee1',0,'darrylcsaw1961'),(377,'nk1977','$P$B7lpj9tFSsLL5rAb/1Rbj6ENQhnss/1','nk1977','nk@wup.de','','2017-04-25 18:58:33','1493146715:$P$BV1rUPQnRB60vR/FSBqxYyf2qduK1N0',0,'nk1977'),(378,'nevillee0319901967','$P$BbnXRa0WtCjl3FSMeoaQkBd1eowZmV.','nevillee0319901967','nevillee031990@gmail.com','','2017-04-25 19:15:03','1493147706:$P$BY371u2487eEzRBHk74RrSz1NQFDkk1',0,'nevillee0319901967'),(379,'briones2010281974','$P$BL0B3H6o5bx2OOYPkOViNXiMfnGBNk1','briones2010281974','briones201028@yahoo.com','','2017-04-25 19:15:37','1493147739:$P$BF7Dlgx.EPoJOe2IhBRYU8fgAhAcAF1',0,'briones2010281974'),(380,'kenneth.clubb1968','$P$BUGjqsQU6YpXsWA7bl.1FGwQfhKQQQ/','kenneth-clubb1968','kenneth.clubb@gmail.com','','2017-04-25 19:18:14','1493147896:$P$BPBt8K5X9Wzlq8UtDkeS4tNeO6GLg//',0,'kenneth.clubb1968'),(381,'cwdenari1998','$P$BlTzglXgxGoDAZdmEwgPC.IdApAGi6.','cwdenari1998','cwdenari@yahoo.com','','2017-04-25 19:40:21','1493149224:$P$B7IeLC3X5c6RwqO6r91vWZh7SN9EmM0',0,'cwdenari1998'),(382,'barbararospond1986','$P$BZMftEtNkb3VIrJAGPhKd8FKYUMzYr/','barbararospond1986','barbararospond@yahoo.com','','2017-04-25 20:17:31','1493151454:$P$BA5WYZwSr5KkOgy8DjU0b70AxoC0Nl0',0,'barbararospond1986'),(383,'hbkwwe4life1976','$P$Bl.peiVMPPcPwytaLRhp3QP0pW2Bfi.','hbkwwe4life1976','hbkwwe4life@yahoo.com','','2017-04-25 20:26:24','1493151986:$P$B69VKHtf9X1E13l8Gjzmf9Dc8Um6Dp0',0,'hbkwwe4life1976'),(384,'victoriaantonio491984','$P$BXMmxJ.M7QmRBItyh9wDzvtDOQPN3i0','victoriaantonio491984','victoriaantonio49@yahoo.com','','2017-04-25 20:39:44','1493152786:$P$BVgGyKYD9DQCAYzjHAaRZbWk7qZe9y0',0,'victoriaantonio491984'),(385,'giuseppe121956','$P$Bb.jZawznV9jbEBdmYplLGlFVFioKH1','giuseppe121956','giuseppe12@gmail.com','','2017-04-25 21:15:59','1493154961:$P$BtKzUQmCJdZk.r53KzDdFpYlhYUsjJ1',0,'giuseppe121956'),(386,'matthewebarr1982','$P$BfVvF3yLjBdz6vNkwiS0519nYlMvy51','matthewebarr1982','matthewebarr@gmail.com','','2017-04-25 21:43:16','1493156599:$P$BAwO6jYHrKRmLXnHHBVhLVFFoX8TS/1',0,'matthewebarr1982'),(387,'ngothong1973','$P$B8uccv3yvbKQoO3AzO.BqT/BFdPQ3J.','ngothong1973','ngothong@hotmail.com','','2017-04-25 22:37:41','1493159864:$P$BgW1igsdeRw9DXMvbsCooqxAwmDfP6/',0,'ngothong1973'),(388,'maxfieldd1993','$P$BvWBouwaGPwfq2FMhvfvN1AasXe/Hf/','maxfieldd1993','maxfieldd@hotmail.com','','2017-04-25 22:42:39','1493160161:$P$Bkh8S8oiStYENKoT20X1kSSPxvPCw70',0,'maxfieldd1993'),(389,'sbrenner121954','$P$Bme.7stUqR/Ib3jFSeb9m1rew0PT2v.','sbrenner121954','sbrenner12@aol.com','','2017-04-25 22:58:09','1493161092:$P$ByRMq1i08KWo/P2f9ZFp7nBHl8WcLd0',0,'sbrenner121954'),(390,'gillclarke011986','$P$BH7/Z522jPiDZaMFJs8jtTErotVJKt0','gillclarke011986','gillclarke01@yahoo.com','','2017-04-25 23:43:05','1493163788:$P$BFyYWItzMgzMqD03Prxrxbso8sUEUk.',0,'gillclarke011986'),(391,'valterteves2002','$P$BVyvOXK8FSsmfuezwDRT7dqCSAvbJM/','valterteves2002','valterteves@gmail.com','','2017-04-26 00:33:35','1493166817:$P$B8RDTFFEbh36qCCD5Iwl4DlDVavBq5.',0,'valterteves2002'),(392,'navyofficer12271979','$P$BaQpn2YtpndJAd4yBT/4YWPQdzjDPc/','navyofficer12271979','navyofficer1227@yahoo.com','','2017-04-26 00:35:24','1493166927:$P$BWk2czJ.gmIrgS8zUeawZXPKl5BfJC/',0,'navyofficer12271979'),(393,'bmanrique21968','$P$BYW9LSfmcQrONBo7UVoTb8OCvGilBl/','bmanrique21968','bmanrique2@hotmail.com','','2017-04-26 01:13:10','1493169192:$P$Bp3fhb4YIN3WvKcuLT.fDSKG4cv3Kt0',0,'bmanrique21968'),(394,'sbdog1951','$P$Bny7F2pt8QA0KhsuTvu0kEwq8t4hLu.','sbdog1951','sbdog@earthlink.net','','2017-04-26 03:15:06','1493176508:$P$BLyFGcxjzcD9RROxSsK1XMHitTtmY.1',0,'sbdog1951'),(395,'chrisibay2005','$P$BqszsKkXuUdP4bsDTYo9xR4gsnC8MG/','chrisibay2005','chrisibay@yahoo.com','','2017-04-26 03:46:18','1493178380:$P$Bfo7GUMsCbzUkfe1yBGv3ZTIaaep421',0,'chrisibay2005'),(396,'bbarton19801967','$P$BSlxs8Q7M9gEFyTcde8o3GJ7EuzOgE1','bbarton19801967','bbarton1980@yahoo.com','','2017-04-26 03:51:12','1493178674:$P$Bn0NXsMkKx0VSeUnj.YCVxqwFJW/em.',0,'bbarton19801967'),(397,'support1953','$P$BXtCeRrvze9VjTfZ67YINKRPcc5ZZY/','support1953','support@scryptmail.com','','2017-04-26 04:23:14','1493180597:$P$BPHgFNIlwhokb0rNSm..pbQblwCtpW/',0,'support1953'),(398,'izkapl1959','$P$BlAcep4OYUItrbewY/2YZPFX9UqOKk0','izkapl1959','izkapl@yahoo.com','','2017-04-26 06:35:02','1493188504:$P$BQS9KDHUETi8Bsznqq3ZJxrZNANddV/',0,'izkapl1959'),(399,'krjohnson9111982','$P$B.Z/N9KgbARv7brQc5hss.9c2vwSyI0','krjohnson9111982','krjohnson911@yahoo.com','','2017-04-26 07:05:27','1493190330:$P$Bsm5Erk8qJs248j2sNf8ZX1pcvt0qO.',0,'krjohnson9111982'),(400,'josiemarston1990','$P$B4J4Lh9GeYD68vs2vYsBfcq.1s2FQO0','josiemarston1990','josiemarston@gmail.com','','2017-04-26 07:36:41','1493192204:$P$B6Z55ZybUMJkbq3vUcBg3/vkfBCyVI/',0,'josiemarston1990'),(401,'candybarranch2002','$P$B/muOQvopHTT9OQ1Qfxf0QE13boyXR/','candybarranch2002','candybarranch@yahoo.com','','2017-04-26 08:06:27','1493193990:$P$B6zOLTSSUNXw8JLAuEAzYUBFfwSqpX/',0,'candybarranch2002'),(402,'fonz19861994','$P$BG.8T8yIFo5LFQBbjFFiRHplHeGkdV0','fonz19861994','fonz1986@gmail.com','','2017-04-30 16:09:06','1493568549:$P$B8BJczvMy1.umKezROzSKG6xpa0sWR/',0,'fonz19861994'),(403,'connie35820082005','$P$BSoduPWSZLrD.Y1dQPJND2PNLFBwyn/','connie35820082005','connie3582008@yahoo.com','','2017-04-30 17:28:20','1493573302:$P$BbcsSYN1UVoYC7lPl/91dtoSTNflC1/',0,'connie35820082005'),(404,'ryanhoium2009','$P$B62Np.JI5jV93HqthgQdvHhVQZJpt/1','ryanhoium2009','ryanhoium@gmail.com','','2017-04-30 21:21:35','1493587298:$P$B3HQa/0icAYgYiqXsfAVtI1NsQdN/5.',0,'ryanhoium2009'),(405,'rory.murphy2001','$P$Bj9urE3wCyjFVeC5YBtsUhPBAtj6Vj.','rory-murphy2001','rory.murphy@verizon.net','','2017-04-30 21:24:29','1493587472:$P$BPjFYC2RJ0IQRO.uQDJmsTs72nGyGp0',0,'rory.murphy2001'),(406,'lawlor.jeff1957','$P$BbMIXXPw4WDbvX0kRWwlWb8bXQ9SrX1','lawlor-jeff1957','lawlor.jeff@gmail.com','','2017-04-30 21:53:48','1493589230:$P$BsYWR7GilOAxT8x8ZU6jh1eqLGwdep1',0,'lawlor.jeff1957'),(407,'trinh_nguyen152009','$P$BHAgGuLzss3VQ1UmfBXif1y8qmvrur1','trinh_nguyen152009','trinh_nguyen15@yahoo.com','','2017-04-30 23:06:55','1493593617:$P$BiU.4WlIkuVSH5Zwoqc3Jsrvs9kcsn/',0,'trinh_nguyen152009'),(408,'tkhamielec1974','$P$BvSF8j2XN72ESPhcVXfmNwXiR5VAHf/','tkhamielec1974','tkhamielec@yahoo.com','','2017-04-30 23:10:16','1493593818:$P$B4m81QCa/EGZaO.6HH2fijXei6pjJw0',0,'tkhamielec1974'),(409,'tinnyou2004','$P$Brambka3av0vkDOVWWGcO6X1WVmY1Q.','tinnyou2004','tinnyou@yahoo.com','','2017-05-01 00:46:04','1493599566:$P$BM97Kg9aOv5TsW.DFQf5pdVf.zjL3m.',0,'tinnyou2004'),(410,'frankandjaime2000','$P$BRyHnbqC/q/H/AIUOCAFQOTEjldSSo1','frankandjaime2000','frankandjaime@yahoo.com','','2017-05-01 05:38:01','1493617083:$P$BW0ridbtMOG0oU4.nauS1IhlBgGzvx0',0,'frankandjaime2000'),(411,'jpatrickwalker1962','$P$BNrLWq54qweMa4qp0MEczEfIrR1K92/','jpatrickwalker1962','jpatrickwalker@rocketmail.com','','2017-05-01 06:45:15','1493621117:$P$BIgnhLLcNf8tBrOd7R3PzmxkxTSh/W.',0,'jpatrickwalker1962'),(412,'terry_sanders_jr1992','$P$Bgx2vDZ1Y22YZWC7vX3C5alW/1ecCc1','terry_sanders_jr1992','terry_sanders_jr@yahoo.com','','2017-05-01 08:37:19','1493627842:$P$BDtAuw/p3lSDvHxyX.vHD1zFwzp0HF.',0,'terry_sanders_jr1992'),(413,'swati1969','$P$BoyDqZw4nCm.SngwXjfHMqJ23XKWPt/','swati1969','swati@desailaw.com','','2017-05-01 09:52:22','1493632344:$P$BnktiUMzoqcTWOwx9fakgOIXTet5zd.',0,'swati1969'),(414,'carbon4091972','$P$BRYXnwV8snigtTqD3hWIipQujM5AZo.','carbon4091972','carbon409@yahoo.com','','2017-05-01 15:09:33','1493651376:$P$BJjiTYakwvPDkycEeDehKpr5QAY0b21',0,'carbon4091972'),(415,'elaine43331991','$P$B93uG11D7RdraUt5ehJgLqF5eScnuP1','elaine43331991','elaine4333@yahoo.com','','2017-05-01 15:47:27','1493653650:$P$B8me.CvBL7KQf2pf9LmPY9bsYXPAgU0',0,'elaine43331991'),(416,'sugarbodylan1964','$P$BAEUcCdoSjHbyXXOPmcl6M7sWVCDbb1','sugarbodylan1964','sugarbodylan@yahoo.com','','2017-05-01 16:56:37','1493657799:$P$BMQCE/0ODV2vzZP.ELHJo0XgeGgqDG1',0,'sugarbodylan1964'),(417,'jfonsecas101961','$P$Bkx8YrPdeA5H./o3x3awueJNW0Ude90','jfonsecas101961','jfonsecas10@yahoo.com','','2017-05-01 17:06:33','1493658396:$P$BGuJg.uSDJRAR6.y8F.Ht0a8bx3F.s0',0,'jfonsecas101961'),(418,'rommelhale1988','$P$BG1TqNbAr59ECD5K6qf0NnYCwqE2w/.','rommelhale1988','rommelhale@yahoo.com','','2017-05-01 18:50:25','1493664628:$P$BliVNhlckDi1TVt9xH/YTT7Pi0QnUR1',0,'rommelhale1988'),(419,'tranhung0261955','$P$BCP2FIt1mgs9.okhdp4A/Wa08oiAO81','tranhung0261955','tranhung026@yahoo.com','','2017-05-01 19:26:10','1493666773:$P$BeUeVuRPcOGB1DjCQCjhCD7Zu/RWST/',0,'tranhung0261955'),(420,'aslohn1998','$P$BQNFVHfJzSFxOkF2JoWaXXbjSBVhrP0','aslohn1998','aslohn@yahoo.com','','2017-05-01 20:17:41','1493669864:$P$BdiV7mUNNZ3MsEcu/wtC8.WHOJ14Zj/',0,'aslohn1998'),(421,'y_ari931979','$P$BAMSeNJ0Fs.qp9HJuwMY5NqSFXs5yI.','y_ari931979','y_ari93@live.com.mx','','2017-05-01 21:08:20','1493672903:$P$BY8YdUxmwT4dKNGWgReLDwO5Xk9CJ9/',0,'y_ari931979'),(422,'bhohn1985','$P$BgSc2XBOyuwNIBq0rAgw/5yQfKuho10','bhohn1985','bhohn@charter.net','','2017-05-02 22:41:54','1493764918:$P$B8faWfUwgP6yQr7oB4Cx.lFE9VEQvr/',0,'bhohn1985'),(423,'jo6jor1996','$P$B/D9lB2Qdh7t.RFzmcIJoB6sl/0tY8.','jo6jor1996','jo6jor@yahoo.com','','2017-05-02 23:16:49','1493767012:$P$BH9qeM8iyz1JBAMYQIZUq/6miPEB8p/',0,'jo6jor1996'),(424,'tony.gatlin1951','$P$BJ1ORHBRY9uG6/0uSp.VYRMYwU2mC91','tony-gatlin1951','tony.gatlin@yahoo.com','','2017-05-03 03:29:10','1493782152:$P$BHjedu/GcJ9FErpHK1omKMAskqZp4n.',0,'tony.gatlin1951'),(425,'pbova1959','$P$BzubbFwCjQRuewxAw59PVJb6oPw80n1','pbova1959','pbova@yahoo.com','','2017-05-03 11:20:54','1493810457:$P$B4MJ/Ig3CprCY2V1O34FW59qSnn.WM0',0,'pbova1959'),(426,'ttb25orless1962','$P$B.jZdpCnewAX7uLQ/DGGC0zfQrFjBo0','ttb25orless1962','ttb25orless@yahoo.com','','2017-05-03 13:55:50','1493819752:$P$BoKTvm7rDi8yIMzrPPX0AAA58jM3fT.',0,'ttb25orless1962'),(427,'clyde1988','$P$BPpckVXdC32M.kf0LTajvAYDQA/KDX.','clyde1988','clyde@bergstresser.com','','2017-05-03 14:28:48','1493821731:$P$BN8s0CWiKKb5lULfryzCxRddOA83CR/',0,'clyde1988'),(428,'lsharpton12000','$P$BSiauSw9cliP5hycPP2wWeGMd7Qxmy1','lsharpton12000','lsharpton1@att.net','','2017-05-03 14:29:26','1493821769:$P$BuGLfW7nelaphMkcevMZtdoMbjhTfq/',0,'lsharpton12000'),(429,'cai.eason1984','$P$Bm5yGXXoP.ECBSrHJt61cog/gxXDRR1','cai-eason1984','cai.eason@gmail.com','','2017-05-03 19:26:44','1493839607:$P$BMyPt7trjR9c7rbcwuG8z/bgzr3Drd1',0,'cai.eason1984'),(430,'k.rutherford1971','$P$BEvvQCWSRScastglHTGIFdi8/sMg9u/','k-rutherford1971','k.rutherford@cox.net','','2017-05-03 20:48:59','1493844541:$P$BCCy0KMWOBHnh0GRqUQuchD4fJ7JRa.',0,'k.rutherford1971'),(431,'randall.tranel1969','$P$B7f5TvdzdeOr6FzkTNxFkcGtg3aR9/1','randall-tranel1969','randall.tranel@abgemail.com','','2017-05-03 20:54:30','1493844872:$P$BYy9KdNlYr1fzMrt1PFkSvgJSTjujo.',0,'randall.tranel1969'),(432,'dianegma12007','$P$BgfWlS0apd/JKX.k72/AdlcFl0lRAW.','dianegma12007','dianegma1@yahoo.com','','2017-05-03 22:05:16','1493849118:$P$BLMKl9cKzKhJHA5iZSwez.ybBjoJ6k/',0,'dianegma12007'),(433,'nanatommie1967','$P$B4wJLI77BFNNqtiCeZXRs49eZ1FxXP/','nanatommie1967','nanatommie@gmail.com','','2017-05-04 02:56:11','1493866574:$P$B/iDMoh36KzDwwa1JWBaTZqIsb0cZU0',0,'nanatommie1967'),(434,'fenna.s1975','$P$Bz5yxYiAcaw/pU8olnr2HdnxVy52gY1','fenna-s1975','fenna.s@hotmail.com','','2017-05-04 03:08:56','1493867338:$P$BHLC.gZcbL8xbGB2a7e3FKUdftnTHX0',0,'fenna.s1975'),(435,'ara_aslyan1973','$P$B83un9tK.9XLM722dxz7T34ulB9425.','ara_aslyan1973','ara_aslyan@yahoo.com','','2017-05-04 05:43:59','1493876641:$P$BBs7/aGz2qFD3DQb0TPJYllvZAIaD00',0,'ara_aslyan1973'),(436,'virginia_ik1955','$P$BHhQ8ySCBIEM8UcDko14hfdpBgZPEh.','virginia_ik1955','virginia_ik@yahoo.com','','2017-05-04 08:47:44','1493887666:$P$BCERG2VxkvEgn4y1ab92cI/K.81V691',0,'virginia_ik1955'),(437,'bradley.ben1975','$P$BlndSg5fZPKHJtV4RnJldxa7iYlcDT/','bradley-ben1975','bradley.ben@sky.com','','2017-05-04 09:45:05','1493891107:$P$BySb/TfSCi/EFE9DCO16ommjB68sRh.',0,'bradley.ben1975'),(438,'bossmanrich71952','$P$BDQrD5QxRIkQxsDOKIdEnfCuhrA2m2.','bossmanrich71952','bossmanrich7@gmail.com','','2017-05-04 09:59:40','1493891982:$P$BTenDbzQvJ2tQWDmUkvaKfrhS/7lxO/',0,'bossmanrich71952'),(439,'kylbak1967','$P$BTlwDqjebJD3LMzS9ZFonG.L/e1nZs1','kylbak1967','kylbak@yahoo.com','','2017-05-04 10:07:51','1493892474:$P$BUTw5Ndy9A3EhyPGcsfN7iXbSnoso5/',0,'kylbak1967'),(440,'enel11131998','$P$BINE36uMUlv94uqrMEFgE.VtB6Hr420','enel11131998','enel1113@aol.com','','2017-05-04 10:10:25','1493892628:$P$BI/AcWKSFkJOALWUcm60Qz/MSiOREN1',0,'enel11131998'),(441,'gregthomas351988','$P$Bqs4T0MjhTPEsspw41MY7ozSqgDoJx0','gregthomas351988','gregthomas35@gmail.com','','2017-05-04 10:17:42','1493893064:$P$BY9KbFO61l8..AKxVkpjomP0JimI5v.',0,'gregthomas351988'),(442,'ricardo1951','$P$BrTI7..Y04fb93tetup6TDV1rBcEUr0','ricardo1951','ricardo@acfperformance.com.br','','2017-05-04 13:15:37','1493903740:$P$BSkoZzzjSurtfuX7LryyQ5N3TIND8U0',0,'ricardo1951'),(443,'rendly1970','$P$B1lvtZQikOxEwB3TrUzrPIjNPeqqnB0','rendly1970','rendly@keycollision.com','','2017-05-04 13:29:29','1493904571:$P$BIG8UqLmhoOX5aZ6Yi2TJ2uFgBEtFT0',0,'rendly1970'),(444,'nilu_prasad121952','$P$BnNnx7I1FWWqeDw9jedo/FLdAYghMd0','nilu_prasad121952','nilu_prasad12@yahoo.com','','2017-05-04 13:31:51','1493904713:$P$BPZ2hrvQ2y6aNBmcEtSziDfmAUv5q10',0,'nilu_prasad121952'),(445,'chloejennings1957','$P$BuHyiMhY41vzhqrnX6Ir2h2yqgloVZ0','chloejennings1957','chloejennings@att.net','','2017-05-04 15:21:38','1493911300:$P$BEQ8wjI0v3uUsGbpB.Q3cu921qJJln.',0,'chloejennings1957'),(446,'clarklj662007','$P$Brg4PlBERs9.1uEBXXhcWgE3sLvpQk/','clarklj662007','clarklj66@gmail.com','','2017-05-04 15:38:04','1493912286:$P$BiU5Ad0QLKqTDBIU2dj6bP3L8SCTxv/',0,'clarklj662007'),(447,'zackka21999','$P$BL9CVYHRIrYI.IMfryeNsnE8Bup1jt1','zackka21999','zackka2@yahoo.com','','2017-05-04 15:42:10','1493912533:$P$BOLvloLcmlNHaBpbTS1oTKqLwQeZVI/',0,'zackka21999'),(448,'rachael_glossop1990','$P$B1p62uk/OEkDQYElWdiCpKWR6MdoH//','rachael_glossop1990','rachael_glossop@hotmail.co.uk','','2017-05-04 16:22:24','1493914947:$P$BvnQZriLTjGZqU4GIW1AzsYNfDYNsv1',0,'rachael_glossop1990'),(449,'luka-rauschmayer1984','$P$B4rd5c7OctwmknM05buqZtl0ZLaS2V/','luka-rauschmayer1984','luka-rauschmayer@web.de','','2017-05-04 17:23:54','1493918637:$P$BjrVw6C07lC026gxgqAFADxw5wp5T/0',0,'luka-rauschmayer1984'),(450,'somerdmguy1968','$P$BiczyIMM7q9E/VZMoO9YII771E4WFy.','somerdmguy1968','somerdmguy@gmail.com','','2017-05-04 18:32:01','1493922724:$P$BJUQB.IUiFrSSt3MuD9AlBSsZUImRu.',0,'somerdmguy1968'),(451,'lloyd.l.amanda1996','$P$BZAQgekMhXmm6XTrdpf7zAPmK2H//50','lloyd-l-amanda1996','lloyd.l.amanda@gmail.com','','2017-05-04 19:19:09','1493925551:$P$BEvoG5wEifDqXZbYpIb4B8yfh2snuA1',0,'lloyd.l.amanda1996'),(452,'frank.vutrano1965','$P$BVWwWcyDd1xZgXVTEbbgWuGmDdKlWe/','frank-vutrano1965','frank.vutrano@gmail.com','','2017-05-04 20:18:06','1493929089:$P$BEX139hOMh4bm0DsduuBHPx63WvPdl1',0,'frank.vutrano1965'),(453,'luvinmaya2001','$P$BFkMXffvCJAB7VgPrWrSFo0.HpD2QC.','luvinmaya2001','luvinmaya@yahoo.com','','2017-05-04 20:53:08','1493931191:$P$B544oSQbQVL.JbyV4GIdDqRk1/Ly431',0,'luvinmaya2001'),(454,'wickevan1980','$P$BdvaST.i4Rm9uanTdz.w0UzynPI.c4/','wickevan1980','wickevan@yahoo.com','','2017-05-04 21:29:13','1493933356:$P$B4EfsD2EaXlqxUkcJiCu/uyjTN0rAJ1',0,'wickevan1980'),(455,'anniejaffri1997','$P$BYIVA3OCp.4MNW8vKLUtmWD578vccS/','anniejaffri1997','anniejaffri@gmail.com','','2017-05-05 00:13:19','1493943201:$P$Bf5sw4d6SEIWPWMxlzSpYFKQfAPdLJ.',0,'anniejaffri1997'),(456,'carl1961','$P$BW0.VyUGvhTLzCGI5NDBTuXFhz9R0v1','carl1961','carl@carlwhall.com','','2017-05-05 00:55:34','1493945736:$P$BxHVON9KhMk5gKgBod81Tx2h9MhoBt0',0,'carl1961'),(457,'amekimb1978','$P$BctNl0eBT0AoNBho.jPY92MgGZuk770','amekimb1978','amekimb@yahoo.com','','2017-05-05 02:32:31','1493951553:$P$BlmuTdf3wExAqHSbL1zkY4NqM22jea1',0,'amekimb1978'),(458,'tgeorge271957','$P$BCX9GhjG8p7qSAX1usJwT/sG8f6dPP.','tgeorge271957','tgeorge27@msn.com','','2017-05-05 04:43:16','1493959399:$P$BofG.jZQaOK3jHc2OUTWv4iBZIYfwT1',0,'tgeorge271957'),(459,'boatechcorp2008','$P$BQakLa3BZjuPCzxJgxXd13DwDL2BYr0','boatechcorp2008','boatechcorp@gmail.com','','2017-05-05 04:48:04','1493959687:$P$BVvc0VlppPee0ckWJ5jYwEO8gzV3jE/',0,'boatechcorp2008'),(460,'beeze50.sj1999','$P$BYvQO6Q6SeSF2rykp.1Pn4rgbvmf431','beeze50-sj1999','beeze50.sj@gmail.com','','2017-05-05 05:15:39','1493961341:$P$BskiDy7ESpMHdUtyim/M3GQTfNZl2d.',0,'beeze50.sj1999'),(461,'jhorstma1978','$P$BdCI1LukX2xGaVH93DR/9cDv1Y5Mup.','jhorstma1978','jhorstma@yahoo.com','','2017-05-05 07:46:00','1493970363:$P$Bosslu19V/weR2I8EPcCQDdSxysq9j.',0,'jhorstma1978'),(462,'sshepherd19941960','$P$B4bJIpUv6utXg3fahoFEvqYVqFEwE2/','sshepherd19941960','sshepherd1994@gmail.com','','2017-05-05 10:21:44','1493979707:$P$BPyuNBYm7C.AsTPFVzutkcMIzzG0aD1',0,'sshepherd19941960'),(463,'ruzz3081999','$P$BTl4dqUa67tGsFOb309qKDpHjfRFfd1','ruzz3081999','ruzz308@yahoo.com','','2017-05-05 10:40:56','1493980858:$P$BmGaahvFt3jkHkfoyfHeJvRyAAGLk81',0,'ruzz3081999'),(464,'barb43181988','$P$Bo0obdKBCzBqppZOfQiLgIkb6l.Pe51','barb43181988','barb4318@aol.com','','2017-05-05 11:54:09','1493985251:$P$B7pESjLh0KfmU8RDfpV7OsMsVV3rLU1',0,'barb43181988'),(465,'couturetj1973','$P$BJhF1c34CSuqPkjhw3ctYIynONjO9L0','couturetj1973','couturetj@gmail.com','','2017-05-05 16:15:48','1494000951:$P$B6UmzeyFlW8LFDwHDogIW8kTksG0MQ/',0,'couturetj1973'),(466,'bakes1983','$P$BJmRL6ySVWZVuiQ8LpwnUB.84prglt0','bakes1983','bakes@tuta.io','','2017-05-05 17:03:25','1494003807:$P$Bw.6I.b92g/qlFRBLgVmaxx1ZS2/7t1',0,'bakes1983'),(467,'mkl7862010','$P$BkoM6l9Q2eU/BWcl9mLKoKB3TlpPgk/','mkl7862010','mkl786@hotmail.co.uk','','2017-05-05 17:05:10','1494003913:$P$Bt3pK.HKlFdnErP4B5k.M84t0nwGFW.',0,'mkl7862010'),(468,'bhawikster2005','$P$BT6zs8D/YHFhQqe3EX3w6pZOyKgvay.','bhawikster2005','bhawikster@gmail.com','','2017-05-05 17:28:35','1494005318:$P$BZvCDDbtliuVAXrUVxHMxm1FD9sd1Q/',0,'bhawikster2005'),(469,'withlove1131961','$P$B9tZ52VYM3R97hclO1BKcBaDXlHNF4/','withlove1131961','withlove113@hotmail.com','','2017-05-05 19:32:09','1494012731:$P$Bo7rkv.XWhIrRi6sncU7qha6F.IOWn.',0,'withlove1131961'),(470,'timwolfe67671954','$P$BgrKD.lnWawCZz75ULF3ltCiWydN7i1','timwolfe67671954','timwolfe6767@gmail.com','','2017-05-05 21:13:47','1494018829:$P$BVYJmItN607jHmTmMz6Igjvs95jSar0',0,'timwolfe67671954'),(471,'recordrepeat1973','$P$BsW8QyFu1TV5X1hXDOZo5GSRIHRl78.','recordrepeat1973','recordrepeat@gmail.com','','2017-05-05 22:59:08','1494025150:$P$BOIQkbhwR1VW/0GM6v9akjfVkUGZXB.',0,'recordrepeat1973'),(472,'alex.siggia1955','$P$BvKnddrIWp70rEaCPyFnyQfIZuo0mJ0','alex-siggia1955','alex.siggia@gmail.com','','2017-05-06 01:03:39','1494032622:$P$BGERR2J6qoIFcQuZ/Ch7w.rBG7dVri0',0,'alex.siggia1955'),(473,'j.reyes20081980','$P$B220/qDtsG4RPIrxCfj35RDiQxfO8D.','j-reyes20081980','j.reyes2008@hotmail.com','','2017-05-06 03:20:50','1494040853:$P$BGll4cj37W9WCWf5tTDxJgqFaZoFh2/',0,'j.reyes20081980'),(474,'dwnakano1963','$P$BUIs6KPjRwRjBQztGe3u52CADdh4bK1','dwnakano1963','dwnakano@shaw.ca','','2017-05-06 05:27:24','1494048447:$P$Balb4g91NxkuPQuo1tSPyPOuqaPQ7U1',0,'dwnakano1963'),(475,'buttons132007','$P$BKknrE7hJEOTY3L0vVSoLNrYh4jsqo1','buttons132007','buttons13@hotmail.com','','2017-05-06 06:16:05','1494051368:$P$BCQnem4FcO8gygTKcXjY8uA6olnkto.',0,'buttons132007'),(476,'support1954','$P$B0rXlVh7DvadglVlPcasGiBr2Mf20W.','support1954','support@analyticalbio.com','','2017-05-06 07:59:44','1494057586:$P$Bg1Mu2AJRgt8zszOZ/6mg4hZXH7A721',0,'support1954'),(477,'wbrackman2005','$P$BDW80aD48G9KOiH0J0k2v7/3Ra6EFo/','wbrackman2005','wbrackman@cox.net','','2017-05-06 10:25:16','1494066319:$P$BE/fGjNOF/nVcAOn5OVXgETpMenJ2j1',0,'wbrackman2005'),(478,'wendyvroom1989','$P$BKe5Fvb/47QG9WgDYSzy3TaZjXBCRf0','wendyvroom1989','wendyvroom@comcast.net','','2017-05-06 13:57:23','1494079046:$P$BSxpzKya9NT35gYo5Kc3OZZzbkG0JW1',0,'wendyvroom1989'),(479,'torpido981975','$P$BHiJZjO5tmQ.ggcBGxgl0EU6YzdHJb1','torpido981975','torpido98@hotmail.com','','2017-05-06 14:13:38','1494080021:$P$BCNeE7FRNnNct4WUYzHUgGbjL/S3Bj1',0,'torpido981975'),(480,'scottweaver251992','$P$BetdnBazSpWpB5BbeSEw2k5Z3rDaL7.','scottweaver251992','scottweaver25@hotmail.com','','2017-05-06 14:20:50','1494080452:$P$B8gY2AyCE.BK7NE6A86spNKJ0NDC2R1',0,'scottweaver251992'),(481,'josh_draper1965','$P$Bhf//wkjFqvCRG0u4H..Tus14HZlIA1','josh_draper1965','josh_draper@hotmail.co.uk','','2017-05-06 14:21:23','1494080485:$P$B8AHUYIilEthKo7.YyJPCAH3RcLZXe.',0,'josh_draper1965'),(482,'anne.lothian1952','$P$BwJen4vss3mJwngz0cCqvlqbdbVwxD1','anne-lothian1952','anne.lothian@gmail.com','','2017-05-07 10:04:32','1494151474:$P$BEWOfp71dg1172fy1ju5ATuNp..mTm.',0,'anne.lothian1952'),(483,'creighton.lee1979','$P$BwjhHQui//Q/D6LqcxJZ01oIy/agpI/','creighton-lee1979','creighton.lee@gmail.com','','2017-05-07 17:57:39','1494179862:$P$Bb5fqRGgYtzhamfbgTrxZsELAblDsp1',0,'creighton.lee1979'),(484,'hardy.patel1972','$P$BmomnJqY/GDS7ZewLFIF/nmkylqpvN1','hardy-patel1972','hardy.patel@gmail.com','','2017-05-08 04:28:02','1494217685:$P$B2Ihz/nbym5UDhGMN6hcqNNHFdrD0o1',0,'hardy.patel1972'),(485,'atalal992009','$P$BjUdTLMq2yPmoTs7BxKhRNzCpGrnpd0','atalal992009','atalal99@hotmail.com','','2017-05-08 09:25:56','1494235558:$P$Bj4DIA71mhOPZXm0s6px9StbwY9L1S0',0,'atalal992009'),(486,'sara.sponagle1958','$P$BSGpUBCU0wItzhmsb5cYR7FRMbyksP.','sara-sponagle1958','sara.sponagle@gmail.com','','2017-05-08 15:37:35','1494257858:$P$B4oefUnfJ/mi5UZLnFXNlaBNU9LcuN/',0,'sara.sponagle1958'),(487,'jess1994','$P$Bxorw2GJtFQM3aqu0N8yVYewbLZmZL0','jess1994','jess@cidec.com.au','','2017-05-08 15:52:12','1494258734:$P$BdLc0itpE.adskBY6tQ/qERhuqV/CN/',0,'jess1994'),(488,'mjkraft171997','$P$BokxqXjy7VzoU0nwW11iSDvXeVmtJh1','mjkraft171997','mjkraft17@gmail.com','','2017-05-08 15:54:28','1494258870:$P$BlMJ6JrdEbnmRIBVU7oBE5m9YDmHrr1',0,'mjkraft171997'),(489,'gans422002','$P$BsurDsz7OEbOg13g0x2Na2ads5ppRB1','gans422002','gans42@gmail.com','','2017-05-08 19:45:19','1494272722:$P$BNuAJM0m7u7monx0.YdX/y0mqa/wOV.',0,'gans422002'),(490,'mpg9161989','$P$B.lueiLh5cCB/5IO9dgiDEX3nx4nzo1','mpg9161989','mpg916@hotmail.com','','2017-05-09 06:49:29','1494312572:$P$BWqS3fsk2djuXmYmYoJvU1wLDIP/Hs1',0,'mpg9161989'),(491,'princesseri381993','$P$BjpWc.0ENTI9nhHzHRRhmSwdXBaFS8.','princesseri381993','princesseri38@aol.com','','2017-05-09 12:25:36','1494332739:$P$BPSnK9Cb1i68jRtgF5.BLvclATtaPt1',0,'princesseri381993'),(492,'valeriebenson232s1990','$P$BEfhTqiMOG61qYyFBiMwF3TD0plY0h/','valeriebenson232s1990','valeriebenson232s@gmail.com','','2017-05-09 12:37:04','1494333426:$P$BddEgquNZ4pvdqNcSd6GCQgXBCQTMG0',0,'valeriebenson232s1990'),(493,'eleveld.johan2000','$P$BUu/veEMWHS4iXnJ4p0agldtoAHg4N0','eleveld-johan2000','eleveld.johan@gmail.com','','2017-05-09 13:04:54','1494335096:$P$BPMjx.vE5RxgfpMXrhTTwiw29YoJvM1',0,'eleveld.johan2000'),(494,'t03hughes2002','$P$B8AA1.VcYVc5rzgVr9wxmZdmBO5ZDl0','t03hughes2002','t03hughes@yahoo.com','','2017-05-09 13:56:21','1494338184:$P$BFPHaPUXxySANdnJ2BEG2RvhDlBO9i1',0,'t03hughes2002'),(495,'withrowmichael1951','$P$BnxUlxfHJruLTPIwPkN1dAe90Xn2MQ.','withrowmichael1951','withrowmichael@aol.com','','2017-05-09 14:09:37','1494338979:$P$BX7c2q1as.t.JOa60brRCYEYPYd2M30',0,'withrowmichael1951'),(496,'daphkyom1960','$P$BoG1b8ho1BZo.zW0/hGo0vyyWRC0K40','daphkyom1960','daphkyom@yahoo.com','','2017-05-09 14:51:13','1494341475:$P$B72yAKgUE15oiTZzHwgJZc1BAt9VKg1',0,'daphkyom1960'),(497,'saud.sss1985','$P$Bat2e.T4Nt8ZvSRflOBwf.cdj1.MXz1','saud-sss1985','saud.sss@gmail.com','','2017-05-09 17:36:33','1494351396:$P$B6rrbkpVNkjs745PORP/TqZhJQX/L5.',0,'saud.sss1985'),(498,'amendolia20161984','$P$BB7M8mI.fCjSn7WeRchSqDntt7inhK/','amendolia20161984','amendolia2016@gmail.com','','2017-05-09 18:08:53','1494353336:$P$BiiuH2KrMBeHxj6QvjhD3EcxV6L/oY1',0,'amendolia20161984'),(499,'timmeh.chan2005','$P$BgHAff0rUU4MowY0hr4bUjdnEDQMev.','timmeh-chan2005','timmeh.chan@gmail.com','','2017-05-09 18:14:26','1494353668:$P$B6QAA5tTtvmNtUYiSX00yYTM4a1gcD.',0,'timmeh.chan2005'),(500,'ahhommel1986','$P$BdE261RN/UPBOt34LVSPkpHXC8ddXb.','ahhommel1986','ahhommel@hotmail.com','','2017-05-09 18:14:36','1494353678:$P$BWmnsX8rDJIxW2QkYpRJ0B0bG7UKk0/',0,'ahhommel1986'),(501,'jenny_sue1984','$P$BuKj9jIibgLSn.c1OQJ6KR51NLfKmq0','jenny_sue1984','jenny_sue@att.net','','2017-05-09 18:45:56','1494355558:$P$BO1/Hbxa3mb3POvjKO1EvwDvyYtuwQ0',0,'jenny_sue1984'),(502,'jimfd451966','$P$BEywIIIk6RZUCThOQo6whQqmQTsNML1','jimfd451966','jimfd45@aol.com','','2017-05-09 20:41:38','1494362500:$P$BbhEDwiovw7LFFBnBY0llFol2L92PO/',0,'jimfd451966'),(503,'sobisaeed1959','$P$BE/2JKtuAcHHIQOudD1oOqj3JUAj6i/','sobisaeed1959','sobisaeed@hotmail.com','','2017-05-09 21:08:50','1494364132:$P$BEudlecEKkMzHCdh1u9SKRQjhIqIXm.',0,'sobisaeed1959'),(504,'altun_neringa1988','$P$BSqsfO79.VTBtawV1EiLwvibey7vsW/','altun_neringa1988','altun_neringa@yahoo.de','','2017-05-10 03:08:15','1494385698:$P$BWO3vcodIuXv4M5c4qNPh1Vq.LHjls1',0,'altun_neringa1988'),(505,'rkdaughrity1967','$P$BWkbagDBJmYkqddkdfOVOMURpBHdND1','rkdaughrity1967','rkdaughrity@yahoo.com','','2017-05-10 04:50:46','1494391848:$P$BjbeFmUY5wQ4vrDiufSZvcsRTxOaks/',0,'rkdaughrity1967'),(506,'juliemccullam1964','$P$BCLEFSyvao6ciufOIW7hlAyab0vAhq1','juliemccullam1964','juliemccullam@ahcstaff.com','','2017-05-10 09:50:52','1494409854:$P$B/0.yUGLZGyKDdjJvIbF3QcT5vrFRq/',0,'juliemccullam1964'),(507,'stiflermeister71970','$P$BDVmaQ5eR2I5p4Extsn2mJF1GhqMnO.','stiflermeister71970','stiflermeister7@yahoo.com','','2017-05-10 13:29:28','1494422970:$P$BBrLU1V1AvqrTaL6LGhga0biTHbB3y0',0,'stiflermeister71970'),(508,'danny_creely2004','$P$BoAiU5tUj387i4P/Xqh5zKnPc00hwT1','danny_creely2004','danny_creely@hotmail.co.uk','','2017-05-10 13:42:31','1494423753:$P$BpenFhC5V9HN55WL0BttyW3i2Qziq50',0,'danny_creely2004'),(509,'nived642005','$P$BDOTunEPsE2ellxMdB9Uc9nxNaXPWq0','nived642005','nived64@gmail.com','','2017-05-10 16:25:58','1494433561:$P$BD1cAO549XJeVh0p8CL4.JtQW4kWbc.',0,'nived642005'),(510,'jtbudda11tsz32005','$P$BAJjo4lb17wPXoCdgUSxte5EgKQM4R0','jtbudda11tsz32005','jtbudda11tsz3@gmail.com','','2017-05-10 16:46:54','1494434816:$P$Bgwz7MNgSMMP9wJs0yluVf3QBCIPnx.',0,'jtbudda11tsz32005'),(511,'hannemonti1991','$P$BkMGyLBPfZPo9VN2jODMA0zREyfmYm/','hannemonti1991','hannemonti@gmail.com','','2017-05-10 17:14:21','1494436463:$P$B9.YR9/nIAPuHiSO/kez8llVb7fJri0',0,'hannemonti1991'),(512,'debs4bks1991','$P$Bju7uJkqkqpwwVU7NTqGixEyTBgV8q/','debs4bks1991','debs4bks@aol.com','','2017-05-10 18:29:03','1494440945:$P$BFQacwtQvpUnmb9ajk..DuMn3FCm0h/',0,'debs4bks1991'),(513,'graystone87322005','$P$BJ..ZKyrPctAwwUEaKT6eGHQVFduhh1','graystone87322005','graystone8732@outlook.com','','2017-05-11 01:40:32','1494466834:$P$BqB5T7HQpYd3jOtbEOqSB4HolsBqD30',0,'graystone87322005'),(514,'ignacio.barba1952','$P$Ba87o9NMfQ8gg6NPCC4o11GksKKnZ00','ignacio-barba1952','ignacio.barba@advantageresourcing.com','','2017-05-11 02:34:34','1494470076:$P$Bx4D8CqjXa6lUaAfIzWHjpH0G1b3Jj.',0,'ignacio.barba1952'),(515,'abelcorner1978','$P$B.llXRAjuaj/MBmT7478aS9dDDdl6U1','abelcorner1978','abelcorner@yahoo.com','','2017-05-11 03:58:37','1494475119:$P$BBXDyxekDxMus48EqsCc6cqdtmcDeA/',0,'abelcorner1978'),(516,'dan1992','$P$BYirP4T4PGtN5Yo6eGmfltCsI/.41q1','dan1992','dan@basicbeginnings.net','','2017-05-11 04:12:26','1494475949:$P$BjEzXYNtYi.lIDX2UZdMOPBmFrHsmk1',0,'dan1992'),(517,'billy1961','$P$BIB.OTm780L7dMi7IA6ktycF.ffReg1','billy1961','billy@btgenviro.com','','2017-05-11 04:15:34','1494476137:$P$BEhVWhzhL.PoTHbN1UIFxbjxVcdejK1',0,'billy1961'),(518,'hauxhurst932002','$P$BpXCT9CNaD8madon0uA9rXt1/g0NOX0','hauxhurst932002','hauxhurst93@optonline.net','','2017-05-11 08:00:39','1494489642:$P$BHUSnESh5YykJoqdJaWCN3lOWmakiP1',0,'hauxhurst932002'),(519,'christina.keedy1964','$P$B5zdS71/FbPrV98D8JZZAnj1I0L7dr/','christina-keedy1964','christina.keedy@futurestep.com','','2017-05-11 10:57:44','1494500267:$P$BKcifbLkNdW.p7NuMI3XCFFvSuvnAJ/',0,'christina.keedy1964'),(520,'z33per.orders1995','$P$BkWLLSKg4ES7w6yHTeDc4m/ZD8Fnbe.','z33per-orders1995','z33per.orders@yandex.com','','2017-05-11 13:16:45','1494508607:$P$B2iJqznDS6LoMv/HAx2n/BESnKI9ip/',0,'z33per.orders1995'),(521,'ernestinegant2007','$P$BGH1IATORwtzD9ZUEOvB3OvCyyskLi/','ernestinegant2007','ernestinegant@hotmail.com','','2017-05-11 16:31:33','1494520295:$P$BlxwAFCEBSxpseGZw4EMZY7gRd8P9r1',0,'ernestinegant2007'),(522,'dejian_chen1998','$P$BsykvKmx2AWKU/nwDZOSjjqyt6dw6/0','dejian_chen1998','dejian_chen@hotmail.com','','2017-05-11 21:26:13','1494537976:$P$BWIMau/Nr794wBWSkBjjIxxt5JDbnx.',0,'dejian_chen1998'),(523,'susierico1974','$P$BQVWQCXLCtmvxcgetZ1bv7ZLOgF4M70','susierico1974','susierico@yahoo.com','','2017-05-12 03:50:02','1494561004:$P$BA3Qb7EeSJ9mNTfhDpjWig1kL3VAlG1',0,'susierico1974'),(524,'mlhorses2003','$P$B4lSLxPh4JuqJvdD.RS755mEihHgdC.','mlhorses2003','mlhorses@yahoo.com','','2017-05-12 17:11:02','1494609064:$P$BSAXDdkCoKRWTgGkQhxWPFMSLyIr41/',0,'mlhorses2003'),(525,'rhiannontk1979','$P$BqVUgCi64YwXV8D7jdmYMUd.04Q5um0','rhiannontk1979','rhiannontk@yahoo.com','','2017-05-12 18:13:17','1494612799:$P$BV33/1YhH3ONZtYEn9HHVgTk9mzmg2.',0,'rhiannontk1979'),(526,'ronniemcnuttpt1965','$P$BDd45eL33VZJ927pNjgVEahHS7l8wF.','ronniemcnuttpt1965','ronniemcnuttpt@yahoo.com','','2017-05-12 18:16:01','1494612964:$P$BSZBGnYXIOCpsvwelkKSXU5mzkZmNh.',0,'ronniemcnuttpt1965'),(527,'schis1976','$P$BM5EFGlCraC56LZZUoJR6RJ16b8C.a0','schis1976','schis@yahoo.com','','2017-05-12 18:28:03','1494613685:$P$BfDnzfSWR5awoo6Do2dyvdgJiv4gVg.',0,'schis1976'),(528,'ccriptor1950','$P$BQZT.SrrwXx5tZl/5DQ4IeO/YKEShh/','ccriptor1950','ccriptor@yahoo.com','','2017-05-12 18:32:52','1494613974:$P$BAYpWcDvFTUkwbOsRitdhbuhNtEcKW0',0,'ccriptor1950'),(529,'sydnsams1968','$P$BbUzP.LF71NcNcC3PNXwqDLA7EXKAs.','sydnsams1968','sydnsams@yahoo.com','','2017-05-12 19:58:46','1494619129:$P$BgBg7frZb0DVmnAWk6H5/5SlgspIS7/',0,'sydnsams1968'),(530,'feelinfroggy231993','$P$BON7pB2bCYybSnqfBl0aNT2ssV4GeA1','feelinfroggy231993','feelinfroggy23@hotmail.com','','2017-05-12 20:44:25','1494621867:$P$B/qRBIcw497sUQ2CqOZz3gJoBhwbWI0',0,'feelinfroggy231993'),(531,'chaz55941962','$P$BL.qIGbytEDIQo5ENOxTxs/82Mf1C70','chaz55941962','chaz5594@yahoo.com','','2017-05-12 21:19:21','1494623963:$P$B3Dq1l6TcuUiedn/OTugf6R7kzgWaq.',0,'chaz55941962'),(532,'cheredi2004','$P$B1dnMcm6nHvX9k67i5oxcJONMnwfM10','cheredi2004','cheredi@yahoo.com','','2017-05-12 21:30:36','1494624638:$P$BKKtQUv9ow1pI.mz1OMv8nKdww4tth/',0,'cheredi2004'),(533,'buddydionmaxx1971','$P$B./FAdO9zndHm9NIpkF7N6iXQ0I4Yj/','buddydionmaxx1971','buddydionmaxx@yahoo.com','','2017-05-12 21:57:32','1494626254:$P$BWVQ99z.HM1/dUgtyRUp5w0sgEAGB/0',0,'buddydionmaxx1971'),(534,'susan.rice1972','$P$BmZIq0si7pnFrFmUYYsBputOknpYvV/','susan-rice1972','susan.rice@yahoo.com','','2017-05-12 22:49:22','1494629364:$P$BXvOFlI6kwA9fl2TXUrx54oCxsH6.u0',0,'susan.rice1972'),(535,'vickislp502007','$P$BiUXKO.OxV3PVUD9YkOpxeDwW5a5zf1','vickislp502007','vickislp50@yahoo.com','','2017-05-12 22:56:05','1494629767:$P$B.uEX.3wTcQnui2fxa0Yty.Fg9i6Jj.',0,'vickislp502007'),(536,'edwardvillarrubia1978','$P$BwssQqTJ6FBBOoVSYhsuHcCRLsJZwz1','edwardvillarrubia1978','edwardvillarrubia@yahoo.com','','2017-05-12 23:59:56','1494633599:$P$BoA1Vgexxvtp9AzeEnHkWKRXYFujPM.',0,'edwardvillarrubia1978'),(537,'stevenrichards_021998','$P$BTtH6zi3FVnlNXWl24ExIR1VPzM5Hy0','stevenrichards_021998','stevenrichards_02@hotmail.com','','2017-05-13 01:02:54','1494637376:$P$BQSQA/dX3Wg90oudHGGW1pwZP1t7zm1',0,'stevenrichards_021998'),(538,'margarita.freedom1971','$P$B9KKEjS7wqJ.HJvOGet1pIFVsZqAL10','margarita-freedom1971','margarita.freedom@yahoo.com','','2017-05-13 02:12:22','1494641544:$P$ByoyH2UecjIxu3nw1TtPiQsC0JGCG9/',0,'margarita.freedom1971'),(539,'jrpj242005','$P$BNSOM6kZDbiS3U19x.f355ew4g02jF/','jrpj242005','jrpj24@yahoo.com','','2017-05-13 03:35:40','1494646543:$P$BPuT2wwXj1a66H64U9Veser0RrJ6YU/',0,'jrpj242005'),(540,'justme_422231997','$P$Be1gSF8Wu9aiQIAq3BHKpa3I25izfT.','justme_422231997','justme_42223@yahoo.com','','2017-05-13 06:24:08','1494656650:$P$BWcm6bXvJg7X5g5U0/QUVZ1A6va87x.',0,'justme_422231997'),(541,'mpin86971950','$P$Bm03foQedAmBwBYa2.SzVeZJE55vya0','mpin86971950','mpin8697@yahoo.com','','2017-05-13 06:53:21','1494658403:$P$BEiEfYXr0N/Dh3DbhLzaVHDGuF36A61',0,'mpin86971950'),(542,'mebesaturday1999','$P$Bo6RoRCIBSK/HkXcyg48zjmn1gcPju/','mebesaturday1999','mebesaturday@yahoo.com','','2017-05-13 06:57:32','1494658654:$P$BNa0Th02u9OM8wJIvDpqZB/SnghkXi1',0,'mebesaturday1999'),(543,'abad172004','$P$B4WnLFSysfFbTGk.bquAJ/BCM9hD6h0','abad172004','abad17@cox.net','','2017-05-13 07:22:13','1494660135:$P$BF0N0m0Ubt/3etL8.O3GOAbi0Gb2VF1',0,'abad172004'),(544,'hannahpeters2000','$P$Btxyp2LG3WsPOjeddwV88nHnxPpyQX0','hannahpeters2000','hannahpeters@sky.com','','2017-05-13 08:11:02','1494663064:$P$Br3JzBJfrOOZoXz5oyZGLh7dasrpKw1',0,'hannahpeters2000'),(545,'nicoleanneblake1958','$P$Br2tFmD/dQb0kKr3k8myAoY/tQrb9R/','nicoleanneblake1958','nicoleanneblake@yahoo.com','','2017-05-13 08:18:34','1494663516:$P$BGrKyiY9mIoi5erqbyghvFNW4L/Ni60',0,'nicoleanneblake1958'),(546,'cupplesbob1977','$P$BTxZcFDfTq/I2/NbHfbHIZAGn2nDbq1','cupplesbob1977','cupplesbob@yahoo.com','','2017-05-13 09:02:06','1494666129:$P$BuVC/TyY2J2oFtb9riwcQmXPT8gK6j0',0,'cupplesbob1977'),(547,'seanlin20082006','$P$B1UYAhcK5nY1gPiP.UTgImN6Dy.S271','seanlin20082006','seanlin2008@yahoo.com','','2017-05-13 09:42:58','1494668580:$P$BkBqAensMlmvBu58YwxIucf.yqlMmo/',0,'seanlin20082006'),(548,'the_school_teacher2006','$P$BzjC.lpt.8vSITVXgUhfS9OcLfmpR10','the_school_teacher2006','the_school_teacher@hotmail.com','','2017-05-13 10:27:11','1494671233:$P$BMwmr0W5EW1fSOoc5NbhQPfjNqtvPT0',0,'the_school_teacher2006'),(549,'underwoodtanyamc1962','$P$BIFAnvefPSPk48MKsww4L7gam/EkMx0','underwoodtanyamc1962','underwoodtanyamc@yahoo.com','','2017-05-13 10:42:41','1494672163:$P$BsquEVuk1UMTHhZdKU.Ooy0udSUaZF/',0,'underwoodtanyamc1962'),(550,'yyy.xwx.yyy1961','$P$BMxS56iGjXqUZv5NxDn9jwPh4KWo7q.','yyy-xwx-yyy1961','yyy.xwx.yyy@docomo.ne.jp','','2017-05-13 10:53:10','1494672792:$P$BHM6q1Rb70.haYnkFB1dGP7EATixGl0',0,'yyy.xwx.yyy1961'),(551,'amberlynn04041950','$P$BZmE8JCkRy3iGeXPPr5nz4T3Nd9.LP.','amberlynn04041950','amberlynn0404@hotmail.com','','2017-05-13 10:59:14','1494673156:$P$B7p/0Iw0kphsj.dKUp1w3kJvyoGJki1',0,'amberlynn04041950'),(552,'ialsabur1992','$P$BUPi4lKtU8H2.oua5UuyDGoAuzIzOu0','ialsabur1992','ialsabur@yahoo.com','','2017-05-13 12:31:01','1494678663:$P$Bt7tMLMcfWwcmOTcWZ2D5398OJSn0U0',0,'ialsabur1992'),(553,'katrina2r1977','$P$B.gkEEH2SlUoQqFKmzgRS.jLlBZduD0','katrina2r1977','katrina2r@yahoo.com','','2017-05-13 12:59:07','1494680349:$P$BaPDC1wP9udDa1l3lICK2za7y6UZv10',0,'katrina2r1977'),(554,'flipperswife3261951','$P$Bh.1AD7P1RyX/uuUgKio8EPW428ghd1','flipperswife3261951','flipperswife326@yahoo.com','','2017-05-13 13:23:27','1494681809:$P$Bjm1G4t4fV4E0ouiPK.KOGy29MIAG0.',0,'flipperswife3261951'),(555,'doobitably671995','$P$BUtBs9HU.axGHDkQdllcwmT93htP1d.','doobitably671995','doobitably67@hotmail.com','','2017-05-13 13:57:18','1494683840:$P$BSQg2iW6UzHnxUm63eQuBkT3DWQA3s0',0,'doobitably671995'),(556,'sasawalker1989','$P$BhnVU694.APvOm1A14VBfq6/t6HOic0','sasawalker1989','sasawalker@yahoo.com','','2017-05-13 14:07:24','1494684447:$P$Bk2qNRF4MP23KEmv5A/msCjKAwz83Z.',0,'sasawalker1989'),(557,'raulcarrillo881975','$P$BHr7u27hqGdIK3.TogMKqRktnMDsBE1','raulcarrillo881975','raulcarrillo88@yahoo.com','','2017-05-13 15:26:32','1494689194:$P$By7wkSdCyJJkNTZMQXVv/mMbmAywh11',0,'raulcarrillo881975'),(558,'kimberlyvthomas21954','$P$BU4uC1E44mpKTjwkgiTKcjO7vKRltT0','kimberlyvthomas21954','kimberlyvthomas2@hotmail.com','','2017-05-13 15:28:34','1494689316:$P$Boeg.h4u9KnBYq78Wi5bVg4YyQ2VZr.',0,'kimberlyvthomas21954'),(559,'dougpwilburn1974','$P$BCRAm/9aFIxG6M5xi5bbr7SwyexbI1/','dougpwilburn1974','dougpwilburn@comcast.net','','2017-05-13 16:01:00','1494691262:$P$BXvbkZrCOzqv6syr0FDL0eC/VI6WrF0',0,'dougpwilburn1974'),(560,'anthonyrupert601974','$P$B0/MN4.HDDcoEzno27.Kt5E4N4oegA/','anthonyrupert601974','anthonyrupert60@yahoo.com','','2017-05-13 16:59:37','1494694779:$P$BRhLPI2hEbaveHE2CZqe.ZU0s1mo7W.',0,'anthonyrupert601974'),(561,'windy.tevelde1951','$P$BbhWdmjOfpQZhmpk79e7n.3OKIypLc0','windy-tevelde1951','windy.tevelde@yahoo.com','','2017-05-13 17:12:38','1494695560:$P$BrzebcmscwHd0BoDo.g18H7nbJiz8O1',0,'windy.tevelde1951'),(562,'alex.ohearn1969','$P$Bx2H2qagdZiinouseQ1xxd/3cWOMej0','alex-ohearn1969','alex.ohearn@yahoo.com','','2017-05-13 17:14:29','1494695672:$P$BrX5AD74arcwt0pvmOUW6jwuZ5CpRC1',0,'alex.ohearn1969'),(563,'superman9519841981','$P$Bnd9u1DZ3plqcAvedObFAeQ/RDACI9.','superman9519841981','superman951984@hotmail.com','','2017-05-13 17:31:25','1494696688:$P$BAH5gJI5eiZXrH2iJuRjEd5TWCq7Xj/',0,'superman9519841981'),(564,'amanda_a31955','$P$BTSLrJEBp.LBFpEAaR26iyn46Dy3Qi1','amanda_a31955','amanda_a3@yahoo.com','','2017-05-13 17:45:57','1494697559:$P$B9buj759npUEznGHQ7iGCOnI9fRhne1',0,'amanda_a31955'),(565,'battleloid11981','$P$BxW901l8jYWLIQk0dsuRP0/CA9q98b.','battleloid11981','battleloid1@yahoo.com','','2017-05-13 17:52:26','1494697948:$P$BE2kQD.1v.tuwEttoePplH36RCGOjy1',0,'battleloid11981'),(566,'jasmine.jones1984','$P$BDRsdKe8E4GZvsinD.ZspFPpPFzdSY/','jasmine-jones1984','jasmine.jones@yahoo.com','','2017-05-13 17:56:32','1494698194:$P$BUk7A6zXEZlf6krQ1xXc31mp2Ggktt0',0,'jasmine.jones1984'),(567,'ssfriedman731974','$P$BQTUHisOHeJll7YtWhaSGd6at7yDlF/','ssfriedman731974','ssfriedman73@hotmail.com','','2017-05-13 18:04:45','1494698687:$P$BC.QZprwpu0.qJ/W3TnZSoa9WN6EUv.',0,'ssfriedman731974'),(568,'ssrinell1974','$P$BJMvhhrcSYjJrvLdG9dL5zdA.6F07e.','ssrinell1974','ssrinell@yahoo.com','','2017-05-13 18:21:13','1494699675:$P$Ba7pINQD2D0vbC6oJBXtHfF.Ga1M/s/',0,'ssrinell1974'),(569,'elizabeth_r_johnson1967','$P$B2IzBT9pBKXs59R/5DsiL6k7r3r3kk0','elizabeth_r_johnson1967','elizabeth_r_johnson@yahoo.com','','2017-05-13 18:38:18','1494700702:$P$BzEynBckzNQQwfHwbODNtxG3ABtdZc/',0,'elizabeth_r_johnson1967'),(570,'jcprince221995','$P$Bksa6IC.il6wNx7I8UmDJjq.4MBTq8/','jcprince221995','jcprince22@yahoo.com','','2017-05-13 18:48:52','1494701335:$P$BTvZYZVo5kn39z.qKTCtaBlOf2YZyG1',0,'jcprince221995'),(571,'wei_jingdong1952','$P$B9QreO07jpPhZC.faD.peyrbiqpfmi/','wei_jingdong1952','wei_jingdong@yahoo.com','','2017-05-13 20:28:15','1494707298:$P$BIsNThW.HfR/SUUENVGDan8lkDns4v/',0,'wei_jingdong1952'),(572,'cbjarboe1982','$P$BkWK9o2y2Z1/swaER1URcrB42mss7M.','cbjarboe1982','cbjarboe@yahoo.com','','2017-05-13 20:34:45','1494707688:$P$B6QB1vz.7pkpSqKNGLyhkOvZ6lYelB1',0,'cbjarboe1982'),(573,'sortfil1950','$P$BvPvSWz9H0ZSa0JyOy1aBm.XXC5QK/0','sortfil1950','sortfil@yahoo.com','','2017-05-13 20:45:31','1494708334:$P$BlpIKlNDfTaXlVh7mti8eq7clXvAbN.',0,'sortfil1950'),(574,'rehab52511964','$P$BYUrw5hMFggn77nDm5CtabhxDYs20n0','rehab52511964','rehab5251@yahoo.com','','2017-05-13 21:06:34','1494709597:$P$BS4/CWTZAIOTZAEievqgB3NB/iJC8k0',0,'rehab52511964'),(575,'danieljpoliveira1986','$P$Bep6rHEe0IjVB1SFhLObCa88vzmU5.1','danieljpoliveira1986','danieljpoliveira@hotmail.com','','2017-05-13 22:25:54','1494714356:$P$Bvyp3KVXbtT9SMaLiZH./1dPkCQ2ZY.',0,'danieljpoliveira1986'),(576,'gb_renz1998','$P$B6K.vsHZwtA4DTLqWXmKBtMXNYkVTE0','gb_renz1998','gb_renz@yahoo.com','','2017-05-13 23:07:25','1494716847:$P$B6X76kTq9qb7pIAnYCNUJ55RHVw49b1',0,'gb_renz1998'),(577,'brad_and_deborah1983','$P$B/jzODEHErdO2O2OF9gEmKIEGWB9xL/','brad_and_deborah1983','brad_and_deborah@yahoo.com','','2017-05-13 23:25:50','1494717953:$P$B100vnB1IRxAbGZgIuddjwEaAerS.j.',0,'brad_and_deborah1983'),(578,'eddienln6191982','$P$Bwa6Iv9fd/PlSIs7RxHwLjZ8kaJScv0','eddienln6191982','eddienln619@yahoo.com','','2017-05-14 01:32:22','1494725544:$P$Bk/PGY4E6QjoszrZTMiHkuQ59jCjry.',0,'eddienln6191982'),(579,'patsismail1966','$P$BZ6OoFZeRQDt4hSD2R1Z0v3soU7jdf/','patsismail1966','patsismail@yahoo.com','','2017-05-14 01:59:30','1494727172:$P$BGJBUKochR5ZIEkh7W8EmfbgA.nRqN/',0,'patsismail1966'),(580,'carmelcup1957','$P$B7tABaN.qFyNrtT1WulKgJK/Ad5zf81','carmelcup1957','carmelcup@hotmail.com','','2017-05-14 02:01:54','1494727316:$P$BkbxMfxhyCxu4DQk6Cg5SCVmM10lqy0',0,'carmelcup1957'),(581,'luongkimberly1953','$P$Bq8RrFCe0wJVrIJ01PkDqfhrbIUhhw0','luongkimberly1953','luongkimberly@yahoo.com','','2017-05-14 02:52:47','1494730370:$P$B7XA9mclPfk/mFWwMR2ihxFwUVJNqs/',0,'luongkimberly1953'),(582,'celia_gallego_calvete1994','$P$BQQGLNJ3u9Wf9aSgpLeuVtIb4nZlSj0','celia_gallego_calvete1994','celia_gallego_calvete@hotmail.com','','2017-05-14 03:41:56','1494733318:$P$BHgmQySccpt/ceGB0FVHcDIxjbXNUo.',0,'celia_gallego_calvete1994'),(583,'bushead111976','$P$BmVgdaac2nQtziJAKZh9/QOEFmGXml.','bushead111976','bushead11@yahoo.com','','2017-05-14 08:20:25','1494750028:$P$BS8C.M67Thy9yPpyR8EZWxYj.E/2o2.',0,'bushead111976'),(584,'kefa111991','$P$BTURisim0XT8S9O67DHtsHhLBmbe1Z0','kefa111991','kefa11@yahoo.com','','2017-05-14 08:33:27','1494750809:$P$B3YLoo35UN988ND/c9q/4VY9PumAK01',0,'kefa111991'),(585,'qcmj52010','$P$BShd9S9h6OIvuR7VxZ7czE/eaWt10y0','qcmj52010','qcmj5@yahoo.com','','2017-05-14 08:46:31','1494751593:$P$BYr7JzyBNmAhv5eCAjLTf/p/Mpctsd1',0,'qcmj52010'),(586,'rmcg7920021967','$P$BYxTzAfGFF731hBQGQC//NVq1j6mkT0','rmcg7920021967','rmcg792002@yahoo.com','','2017-05-14 08:57:03','1494752225:$P$BYs0aeSYjtMxTfBrw1th4FXSU6iu5F/',0,'rmcg7920021967'),(587,'subm1ss1on2u1971','$P$B4/FcL/KoicEJzd8s2KsjMiA64MM8W0','subm1ss1on2u1971','subm1ss1on2u@yahoo.com','','2017-05-14 10:08:50','1494756533:$P$B8I0vDYBBlNaIObDhjD/F9FkmMj3jd0',0,'subm1ss1on2u1971'),(588,'stan.elenbaas2007','$P$BtPl49p7Csr/hAcvNudvoyJesjiF0Q1','stan-elenbaas2007','stan.elenbaas@yahoo.com','','2017-05-14 11:33:26','1494761608:$P$B8S4gRdt2A2eR3eCP3SyBwHDcuNFNC/',0,'stan.elenbaas2007'),(589,'bkalotkin731978','$P$BQX5gTVsbFk3zfoBalIWZxBl5YwjMB.','bkalotkin731978','bkalotkin73@yahoo.com','','2017-05-14 12:40:31','1494765634:$P$B0.JdkULjP3YLwjWPK4RGVbVHHnBhT0',0,'bkalotkin731978'),(590,'tatkatatka2003','$P$BPto6vdzwyb.EYADIozKEj25yoF1ui1','tatkatatka2003','tatkatatka@yahoo.com','','2017-05-14 13:05:13','1494767115:$P$BEomtskJEIyJWXCR55GjKgyJyvHipJ1',0,'tatkatatka2003'),(591,'sdcorvette11991','$P$BKODeNiPRhVQNFVBnl4T6eswQpg2Nx/','sdcorvette11991','sdcorvette1@yahoo.com','','2017-05-14 13:17:13','1494767835:$P$BwRWmb11vFnsSveEWTkedaRMrXMeyd/',0,'sdcorvette11991'),(592,'averyleiann1986','$P$BJMNnMWLCATAi6pB/BYakuE/kMmQdv.','averyleiann1986','averyleiann@yahoo.com','','2017-05-14 14:29:49','1494772191:$P$BYgxOUviKWjQEg40OoEeKiA0m2X6yj0',0,'averyleiann1986'),(593,'vmerkulo2010','$P$BqhRzrE5NoUXgJ7P50f9ZO6NzfeqGE0','vmerkulo2010','vmerkulo@hotmail.com','','2017-05-14 16:14:02','1494778445:$P$BANEwCa0okjduSTGMS4tC2ffdk2/zC/',0,'vmerkulo2010'),(594,'sweetleigh52000','$P$BYywT89XAwdAC/9XiT/F0wP65I3SKP0','sweetleigh52000','sweetleigh5@yahoo.com','','2017-05-14 16:28:46','1494779329:$P$BCXP9v8f52rpUk11o3Seg/DSlUk3Eh/',0,'sweetleigh52000'),(595,'bluerose12161966','$P$Bs2Wk7AOekj9cIIXeNR2B3EwqTo56n0','bluerose12161966','bluerose1216@hotmail.com','','2017-05-14 19:51:42','1494791504:$P$BD/SnezXyddAVLnoPXJZz2diQbADog0',0,'bluerose12161966'),(596,'andrya_a81952','$P$BgPEFCW4./9ZzN2yXuGJSm4/kcyBZK.','andrya_a81952','andrya_a8@hotmail.com','','2017-05-14 20:44:43','1494794686:$P$BzzMcHmUM6otiDExl7OD43OmvovwuC.',0,'andrya_a81952'),(597,'j_keating2002','$P$BOxZfeLgy8LnUijKrFEH6Z2IOhS83i/','j_keating2002','j_keating@hotmail.co.uk','','2017-05-14 20:51:01','1494795064:$P$BeW.lujKwtzJfCrwlc3v1FeaB3RJIV1',0,'j_keating2002'),(598,'jamie.aulert1959','$P$BHqGxhYE9cBL6zRCxKrHCVWWcABPd.0','jamie-aulert1959','jamie.aulert@outlook.com','','2017-05-14 21:03:09','1494795791:$P$BW3Kh2An2h4gk6AOf0GyfJ3TVL9gur.',0,'jamie.aulert1959'),(599,'ediz.munir1959','$P$B2/pcGARvh7ma8kUns1PcG9SWwHKs0.','ediz-munir1959','ediz.munir@ntlworld.com','','2017-05-14 21:07:53','1494796075:$P$Bxc4jrGLD9/IxVl80lf4KjlPSDLrWU.',0,'ediz.munir1959'),(600,'sparker11692001','$P$BDFkEi.YRkgHiKJA5GYhXEkw1IjNoW.','sparker11692001','sparker1169@hotmail.com','','2017-05-14 21:07:55','1494796077:$P$BPbN6Kauroa3GnRSw3Chp3WfMZgJ1Z.',0,'sparker11692001'),(601,'m.mathewson1993','$P$BP53R6FKcdbB8AI/NSV8fphx7/QhBr0','m-mathewson1993','m.mathewson@hotmail.com','','2017-05-14 21:46:55','1494798417:$P$BMZ4JivkG9G8pcp6r/p13bSmj1eP8m1',0,'m.mathewson1993'),(602,'sfudally11956','$P$BioFnLjbTTp7xTRr4o.C1EDIpeElzu1','sfudally11956','sfudally1@hotmail.com','','2017-05-15 00:57:13','1494809835:$P$BVQFvj.b4lyMT7YKIq5xmFHZgjH.Jk.',0,'sfudally11956'),(603,'wddww4rf1981','$P$B/fmehvLK46zX0Ai0SAaS/XgH8nSC8.','wddww4rf1981','wddww4rf@t-online.de','','2017-05-15 06:00:31','1494828033:$P$BrE.kCSdgt6Po8.nkT16bguSqhuYOv0',0,'wddww4rf1981'),(604,'adam_w_klein1972','$P$BRfwrRH18uNWCEUG67EqjhiLINUR/G1','adam_w_klein1972','adam_w_klein@hotmail.com','','2017-05-15 09:13:54','1494839636:$P$B0Lv2TWlZCqSOs4Hfzto8joHyQDYx0.',0,'adam_w_klein1972'),(605,'angelly2991996','$P$BG1Ral649cc0Axumt5gVurex0q8goR0','angelly2991996','angelly299@hotmail.com','','2017-05-15 11:14:17','1494846860:$P$BU1GBRS8so5JKCudpbiad7W2vL2PRZ1',0,'angelly2991996'),(606,'tessap781990','$P$ByvyLmeFre5jkq1jnEOi3uXbn5jbP51','tessap781990','tessap78@hotmail.com','','2017-05-15 12:41:10','1494852072:$P$BGyoiTjqq8UYkEZVcr1cJovmggf5DO0',0,'tessap781990'),(607,'delsol71998','$P$BNkYeCL7qOMRRPQBmazfS3K9QoBcKC/','delsol71998','delsol7@hotmail.com','','2017-05-15 17:46:14','1494870377:$P$BnE2btP/R1m0P918uXF82UUApvUaPu1',0,'delsol71998'),(608,'ardilase1954','$P$B9DBtyOymOMoEKWrNtIjUrSRNXbLah1','ardilase1954','ardilase@aol.com','','2017-05-15 20:38:01','1494880683:$P$BwfPOKxagj.VXVYrRMFl2Zio2bgxti1',0,'ardilase1954'),(609,'audiojnky1958','$P$BkcMh7IyKfK7IMxJF2UKhrYGi2qfqz/','audiojnky1958','audiojnky@aol.com','','2017-05-15 21:08:51','1494882533:$P$BBqn89fg/Qv2zAh1cN3GOueXVs75Ge1',0,'audiojnky1958'),(610,'only4you1979','$P$BHqavWG1RG.vVMsw/QdS3NvXYzK3P01','only4you1979','only4you@optonline.net','','2017-05-15 22:40:12','1494888014:$P$B46JUAZl3X1err3AmR14VcWV.Amsn//',0,'only4you1979'),(611,'bauerr31950','$P$B0CJ2IFv/OfSJcJORfcAqKRRIx4WU90','bauerr31950','bauerr3@outlook.com','','2017-05-15 22:53:37','1494888819:$P$BILuBnWVEhnUVzTs/IRXjzoR3zKD0V/',0,'bauerr31950'),(612,'jasells4u1974','$P$Bq/rYM2foTRB5a2dl3/3MFLRjLneOz0','jasells4u1974','jasells4u@hotmail.com','','2017-05-16 00:39:49','1494895191:$P$Bu24z2F4htbes8mL29sn1wJ3KgwVv71',0,'jasells4u1974'),(613,'joanne1975','$P$BYrfsv17QAxcI3fB5GWXXczEspVcan/','joanne1975','joanne@hubtrucker.com','','2017-05-16 02:02:51','1494900173:$P$BMfm/4GPgPHgDVtmIOm1IQ2pkHyntW.',0,'joanne1975'),(614,'acagle1981','$P$BUQpoIwodwABHOj9KW4tF1czpk3dO90','acagle1981','acagle@iconhealthservice.com','','2017-05-16 02:42:49','1494902571:$P$BLP7koiQdXH17/7gFGIbcYknhOZz4I0',0,'acagle1981'),(615,'mjrmichael1990','$P$B/Cy/3gK/OWaUo4l7u/AgVjkPQWOIe1','mjrmichael1990','mjrmichael@aol.com','','2017-05-16 04:13:56','1494908038:$P$BYJA/rHt777txt7mzdboBjnByBJJTX.',0,'mjrmichael1990'),(616,'chaygenray1984','$P$B/5t.lHtKEvsSDUivKCjH.8Bj.aaoP0','chaygenray1984','chaygenray@hotmail.com','','2017-05-16 06:45:53','1494917155:$P$BMXgqqAWYVni0ezHgA6AiBAZj8/SBH1',0,'chaygenray1984'),(617,'faro8272005','$P$BOsFVrVW.elGAphCziVraJNCrQ67s/1','faro8272005','faro827@aol.com','','2017-05-16 06:49:48','1494917390:$P$Bn/8fDnxnaBBEtZnhXYPRBpgltQdeF/',0,'faro8272005'),(618,'kevinm1951','$P$BUqyBtiaCDmZUXzwL/ph0yk7SMbLSs/','kevinm1951','kevinm@tech-adv.com','','2017-05-16 11:15:28','1494933330:$P$B1zfdTZ9JVx2lJ0Xx8h9ZTmc35gdR31',0,'kevinm1951'),(619,'simontonhosp2007','$P$BxjXDkbzmc.SmcOJyzKbanX1cuBwTy/','simontonhosp2007','simontonhosp@outlook.com','','2017-05-16 16:34:43','1494952486:$P$BkWcHhW9o9rKhzZYKJczEoNQbi8aJ01',0,'simontonhosp2007'),(620,'meagan40001996','$P$B204NS5qsDM73r0WMAiCKyIWboZQWz1','meagan40001996','meagan4000@hotmail.com','','2017-05-16 20:25:54','1494966356:$P$BrlsiEYFUdjgxv7RYk2RjSjm1kvkva0',0,'meagan40001996'),(621,'acarunner1996','$P$BiiHL8/3zZ83T.3BKwTmz/ZJrQVS8j0','acarunner1996','acarunner@hotmail.com','','2017-05-16 22:23:21','1494973403:$P$BN48bkezxMatFEpSA9tuiWWOzKcf1N0',0,'acarunner1996'),(622,'sls04191971','$P$BGDshqVqWnviSW63Mv9GHNqx1Ts1LX/','sls04191971','sls0419@aol.com','','2017-05-17 01:18:58','1494983940:$P$B9I8SllbUlsn/DHwX9GCMt6EucO/J5/',0,'sls04191971'),(623,'bryce_moss2002','$P$BloWiu26E3ZBGf76Lo1czTwiHxQpuJ1','bryce_moss2002','bryce_moss@me.com','','2017-05-17 02:22:49','1494987771:$P$BusDB6y3AAB6Zx4.yHG2YpWszXPvSJ/',0,'bryce_moss2002'),(624,'evanianetto1972','$P$Bihu1UnxFuMvW3Eg6jKVozGvRKj7yx.','evanianetto1972','evanianetto@hotmail.com','','2017-05-17 03:34:16','1494992058:$P$BNkMGxV3drawqps42rpomIqfKr8FMp0',0,'evanianetto1972'),(625,'jim_hill1986','$P$BccduJXqMMMacD/d1PbiT2xhyVDQm1.','jim_hill1986','jim_hill@oropeza-parks.com','','2017-05-17 06:33:45','1495002828:$P$BRvHpv8XabiAar2dwlinXVOvDFNRHU0',0,'jim_hill1986'),(626,'lvedo1995','$P$BTKsyOy3SiHvuGMINyWULFNpqqYMgV1','lvedo1995','lvedo@aol.com','','2017-05-17 12:02:20','1495022543:$P$B/MbO1Ax53xoem0lghwOc4b9542YfK1',0,'lvedo1995'),(627,'rogandles21962','$P$BUT10Vkw2C2s7zMJ3kfeFm.gncW0l10','rogandles21962','rogandles2@aol.com','','2017-05-17 21:08:10','1495055292:$P$BjApKGiOgPipJZlG0S3icmuExs0n6r0',0,'rogandles21962'),(628,'samuelkoren1950','$P$BRp4O02ia7H2eT9AOcOby5VOeDsr860','samuelkoren1950','samuelkoren@hotmail.com','','2017-05-17 22:28:30','1495060112:$P$BO7jR9XkC5KavAggaAKUEb4jUN.uu8/',0,'samuelkoren1950'),(629,'hskerhunter19871965','$P$Bw7vWXOV56r9fA5NjUO8c93GqooRLA0','hskerhunter19871965','hskerhunter1987@hotmail.com','','2017-05-17 23:52:37','1495065159:$P$BBhlIeU4fm/MfOclv7NlEdJSMolEMQ1',0,'hskerhunter19871965'),(630,'almndjoy1990','$P$BrxDSHsiNyO4XxrMGz4YDOkgWgvnFW0','almndjoy1990','almndjoy@hotmail.com','','2017-05-18 03:24:49','1495077892:$P$BifTMUodtA.9AKuU84Fd1XNLIqKiq6.',0,'almndjoy1990'),(631,'randallrac162002','$P$BLnVj2JlQQbQ574QlNz9QVQbep3Ktu1','randallrac162002','randallrac16@hotmail.com','','2017-05-18 19:31:38','1495135900:$P$Btn98gkgVaok2oI8ImWJ3UO4Xvk/gk.',0,'randallrac162002'),(632,'maritimediesel1956','$P$BWA7bl/BIxJtY95tUnyHWtWSzY/cem1','maritimediesel1956','maritimediesel@aol.com','','2017-05-18 20:59:16','1495141158:$P$BVvMGcTRm7OElyvfRBWsEeq5SLcHrs/',0,'maritimediesel1956'),(633,'cexray1999','$P$B.4sUTWviGBf0vhVwaf8JASUHEKZL00','cexray1999','cexray@outlook.com','','2017-05-18 21:53:16','1495144398:$P$Bmd39eEC9kKo1hY4HOGh6nQ4JJh6e21',0,'cexray1999'),(634,'susa_d1978','$P$BBz6E/ldx.cQnjAHQ.hkCCJ.elYew50','susa_d1978','susa_d@hotmail.com','','2017-05-19 03:32:13','1495164735:$P$BJMuv6R0G.Bw1schUI2CL4PP/TVRzA/',0,'susa_d1978'),(635,'jlscoates1991','$P$BxWtmVofyblsvhwY36HswRNY0y1t7A.','jlscoates1991','jlscoates@outlook.com','','2017-05-19 09:11:07','1495185070:$P$BkappO2iL2w7O16XMrdHiZYLIKAUu70',0,'jlscoates1991'),(636,'markbird231998','$P$BsrYCcDTX8gkmfgMLF.JHDMsr.73BU1','markbird231998','markbird23@hotmail.com','','2017-05-19 10:53:37','1495191220:$P$BJpjiHfe0Y2iVNmb1f0OzxfO49vEGC1',0,'markbird231998'),(637,'b109992001','$P$BuOCAB9WtTBH4n1EgDgMvyjY/zP8Gu.','b109992001','b10999@aol.com','','2017-05-19 14:25:26','1495203928:$P$BahB8s6T3UhUvdZo7yVt5UPGApO0RM1',0,'b109992001'),(638,'ehp1111992','$P$BOnANW00MX/ScVSPLQrPqq53tM7Klt.','ehp1111992','ehp111@hotmail.com','','2017-05-19 18:48:06','1495219689:$P$Bg4eGD/9P1pMcpalKquewmhM55MZP5.',0,'ehp1111992'),(639,'vcjrhpg2010','$P$BFz2SFFW1QwcByuY.Bo3bhb9t7LjFW.','vcjrhpg2010','vcjrhpg@hotmail.com','','2017-05-19 19:05:31','1495220733:$P$BU7l4xU58BIorM9g3vE8mOMJytsr471',0,'vcjrhpg2010'),(640,'barbosa.ines1956','$P$B3AO7YYFOHEBK/nOLi4qz6mxDlNaXY0','barbosa-ines1956','barbosa.ines@hotmail.com','','2017-05-19 22:34:11','1495233253:$P$BOA9dxd4w57hQaUOld7LLWL9B/RrAf.',0,'barbosa.ines1956'),(641,'nutrilac2007','$P$B/TaKmdlHoy5bYDyzBlZKs6uCZOPgJ0','nutrilac2007','nutrilac@aol.com','','2017-05-19 22:37:58','1495233481:$P$BoMJQUAP5T0Rw0VjKtni4iMtj2lUWm1',0,'nutrilac2007'),(642,'jimmybleep1978','$P$BW2d786DoePcuydDnS./CFuA6j6LDz.','jimmybleep1978','jimmybleep@aol.com','','2017-05-21 13:37:49','1495373871:$P$B8aCOfdcF2d1rJId0TibffDeRLEe/41',0,'jimmybleep1978'),(643,'rosa_eliah1981','$P$BLNloFslym9q0UP4pMlI5DPqVL/9Xa.','rosa_eliah1981','rosa_eliah@hotmail.com','','2017-05-21 15:42:45','1495381367:$P$BzAc3B58l94NWcChwsLxR8AKlDZxzO0',0,'rosa_eliah1981'),(644,'daves4741955','$P$Bd1TFOH.348zmPCMkUX4TEAQI/lfRR0','daves4741955','daves474@hotmail.com','','2017-05-21 19:17:58','1495394280:$P$BPHRGFrLb8cBtWsZ3qZ56t4XnU9wlp1',0,'daves4741955'),(645,'earlarnette91954','$P$BCN5hxw2Pscxbra410EmQfAKu6jPkF1','earlarnette91954','earlarnette9@hotmail.com','','2017-05-21 21:20:39','1495401641:$P$BYi.IKslLLudo3nOueu2dMDDr.3uXm0',0,'earlarnette91954'),(646,'jjhpark1962','$P$Bl/kuPf/dvOQPe8nD.obZGhwxr4ueK/','jjhpark1962','jjhpark@hotmail.com','','2017-05-22 09:03:46','1495443829:$P$BaI4h0TLrl6pN8K7LaAgKsEWENQQzz/',0,'jjhpark1962'),(647,'ab.sweetie1981','$P$B/eZT1xcGzittSieJjSZX7glhy.DDc0','ab-sweetie1981','ab.sweetie@hotmail.com','','2017-05-22 14:32:57','1495463579:$P$BAxao9DPm6EfRH4fVS0ia3Y9oLsePd/',0,'ab.sweetie1981'),(648,'emilyratton2001','$P$BGAlFCoCsCbiqh7OVnQUQuRkzNBgZI.','emilyratton2001','emilyratton@hotmail.com','','2017-05-22 16:50:36','1495471839:$P$BBUXwaPeDFkVoJ1yuZn4nf/KBFkPFe0',0,'emilyratton2001'),(649,'costcoolusa1987','$P$BuxNbJ0vKBxYQqEra5tGHAUJBi4ODh.','costcoolusa1987','costcoolusa@hotmail.com','','2017-05-22 23:08:04','1495494486:$P$BlYtABXo0IsoK20GCcUL5epsX6IgTZ0',0,'costcoolusa1987'),(650,'javier_mix2009','$P$BD.2G.2pKjYofefYqpU2GfUbCoOJuY.','javier_mix2009','javier_mix@hotmail.com','','2017-05-23 00:35:02','1495499705:$P$Ba9q1BComQtbwHuqzZPM/11wAHEzGY1',0,'javier_mix2009'),(651,'waccamawmetal2005','$P$B6374wA1S9GPHJGcvbF.aMQUtiVX5o0','waccamawmetal2005','waccamawmetal@hotmail.com','','2017-05-23 11:16:22','1495538185:$P$BPN8ye2GdfrbtYG7Jmoyr5.X9W9OE21',0,'waccamawmetal2005'),(652,'joshuajac1997','$P$BSWdCiMINbBKG8yUV2MkqDDJeUGIN.0','joshuajac1997','joshuajac@hotmail.com','','2017-05-23 14:01:01','1495548063:$P$BIyeGbQwrXQuIc74agSOjLWLgvE2Ph0',0,'joshuajac1997'),(653,'witte_121981','$P$BX.SyWq3acVYIV0iGalsj.HaHzH/0J0','witte_121981','witte_12@hotmail.com','','2017-05-23 21:29:18','1495574961:$P$BuyRl.arB/kwARy1q/NjndyS/hNj72/',0,'witte_121981'),(654,'karina.pido1969','$P$BY3wpyEsMKo5I9D15nuwD1jKRAUhpG/','karina-pido1969','karina.pido@outlook.com','','2017-05-24 04:13:20','1495599202:$P$BRcZcIJIxObm2lcF0Dx/PbBQvPrf.7.',0,'karina.pido1969'),(655,'dragon_gin2006','$P$BrkLOOD7UKNlzTDvb6GLWNNwk3/y/j1','dragon_gin2006','dragon_gin@hotmail.com','','2017-05-24 14:47:54','1495637277:$P$BaSHMyPvTVyedIavhYnM0eDAnRtVkG/',0,'dragon_gin2006'),(656,'dlpogge1950','$P$BTE1STj8gdu72WOtXmn1FLWY2bghcs/','dlpogge1950','dlpogge@aol.com','','2017-05-24 18:57:31','1495652254:$P$BUlpsS9KA6Nq1//ydKOkscUmWHX0J//',0,'dlpogge1950'),(657,'vslayer1001956','$P$BjqUo5sHBUn67Hv1ngra3KYyQkz1DF0','vslayer1001956','vslayer100@hotmail.com','','2017-05-25 00:56:40','1495673803:$P$BkAoDVm92E0VobhiSbknO6ksL/jjOe1',0,'vslayer1001956'),(658,'mark.b.rfc1962','$P$B4jBvjyjXq1kPTei9ovvFz.o96KGv01','mark-b-rfc1962','mark.b.rfc@hotmail.com','','2017-05-26 10:08:21','1495793304:$P$BmkfcycgKbZXiYeDWWJ2RaH7CWKDaI1',0,'mark.b.rfc1962'),(659,'andrewgekl1990','$P$BuddLncVnGcHcI.1tYdoE/lMm7wm81/','andrewgekl1990','andrewgekl@aol.com','','2017-05-26 11:59:13','1495799955:$P$BtAMUjdBdvAzIrtI.Y3BbJIQ29U/yo0',0,'andrewgekl1990'),(660,'edimarco91964','$P$BLLZfoPi7tKehTFLWwJUWupifOf0Hn/','edimarco91964','edimarco9@hotmail.com','','2017-05-26 18:02:06','1495821729:$P$B35z21alHWatKIKGtFb4GqWESVu.UG/',0,'edimarco91964'),(661,'salomao36542009','$P$BiDCgBkAdfKxoqb3/0UE0ueWbmsaQT1','salomao36542009','salomao3654@hotmail.com','','2017-05-26 18:33:30','1495823613:$P$BRCROrlSM.GTz926zul8zlE4KIZXgS1',0,'salomao36542009'),(662,'bvbbritter2009','$P$B94DptAzFg2a78i.85odBGBFr7U7kJ1','bvbbritter2009','bvbbritter@hotmail.com','','2017-05-26 20:18:40','1495829923:$P$BZMCi7lXTNmF2CULv75uGadhksDR071',0,'bvbbritter2009'),(663,'brigham9111974','$P$BOJ4HMRt7las1JkSx4wXga5hdcRmGx/','brigham9111974','brigham911@hotmail.com','','2017-05-27 03:26:19','1495855581:$P$BZO4aBZ8R9umVnOm/Rere5ldO87RkH0',0,'brigham9111974'),(664,'stevecutts_1989','$P$B2VUHHk9FDXVGcNt2LEj2Af5CnLt2z/','stevecutts_1989','stevecutts_@hotmail.com','','2017-05-27 21:24:30','1495920273:$P$BX13x.2BjJI0iImStp5UAEX7QMh/yI0',0,'stevecutts_1989'),(665,'vp14781974','$P$BBu6ALq1fZPg/QIPK/30s1AwVmbwHe.','vp14781974','vp1478@hotmail.com','','2017-05-27 23:44:08','1495928650:$P$BkUN3jUpz/lPzqa5SyA.0c6NefmvWT/',0,'vp14781974'),(666,'hodemicco1971','$P$BbRAXLEdXzke0Nsj9PL/ygEv3yXikX.','hodemicco1971','hodemicco@hotmail.com','','2017-05-27 23:49:53','1495928995:$P$BPDNwJooLam6vtfu16CK0KvF06qiEC1',0,'hodemicco1971'),(667,'j.santana41959','$P$BLQykyZKnzhT55KrjiQeJIunE6EXS0/','j-santana41959','j.santana4@hotmail.com','','2017-05-28 01:41:50','1495935712:$P$BCEoEYZ7LgHEbPRCNP2DFAnE8wHHI51',0,'j.santana41959'),(668,'wallvirginia1960','$P$BDL7ITwxDNCwc9Jy.O88m7J8hqijHP1','wallvirginia1960','wallvirginia@hotmail.com','','2017-05-28 16:17:33','1495988256:$P$BmpmEBDkCmrczNeOVbz8ueiA/6jQS./',0,'wallvirginia1960'),(669,'claytonmorris802010','$P$BP2DsJDlh4oNwyl/JE1GTNR9EQ3rof.','claytonmorris802010','claytonmorris80@hotmail.com','','2017-05-29 19:08:15','1496084897:$P$Be9JvzdWU8Yq1848rPm/UfEnlxnPB0.',0,'claytonmorris802010'),(670,'cjtolzien1995','$P$BybdNnaXPAirfrUPNDM4UeSPz5sBXz0','cjtolzien1995','cjtolzien@aol.com','','2017-05-29 21:33:27','1496093609:$P$BNpl.yFKbKLfyW0Nqd7SnhNwYwnYUR/',0,'cjtolzien1995'),(671,'jhines31959','$P$BGhKaCpPwL1GiR7uPDtpkuXbBhUfzF1','jhines31959','jhines3@aol.com','','2017-05-30 05:28:24','1496122106:$P$BfTZD91Psvo7eGDcEuyYti.qUPK/fw.',0,'jhines31959'),(672,'carriepetersen1960','$P$B3x5m2Rcmu6Fe1Wy3q.MnkMoUNhk6T0','carriepetersen1960','carriepetersen@hotmail.com','','2017-05-30 13:16:40','1496150203:$P$BXgkDrXy7UJ3relsAUL3fgOeLAxr2e.',0,'carriepetersen1960'),(673,'nanafraser1973','$P$BkgOsGCHejVDmsKk3HePA3xUofGJ8G0','nanafraser1973','nanafraser@hotmail.com','','2017-05-30 15:17:56','1496157478:$P$BY4MNkcU3Z87A0Z6GPVKaH761jX2K2.',0,'nanafraser1973'),(674,'sofiane_psg1983','$P$B5OWvFpTlxyNBFZY3Kgbw4Jg2grgTj/','sofiane_psg1983','sofiane_psg@hotmail.com','','2017-05-30 18:21:19','1496168482:$P$B3/SwS4y09LIV6w5XAOZO8jRJb3HuG.',0,'sofiane_psg1983'),(675,'cirbolya1994','$P$B/RvcgAIUbxuejwnM/pk4.3nsGqye90','cirbolya1994','cirbolya@hotmail.com','','2017-05-30 19:52:21','1496173943:$P$BKkWpaIZRxdJJFeVxYAHqJpDluWBea/',0,'cirbolya1994'),(676,'brent_chapman2001','$P$BWeeVQyDgpfgc4X5GYp1.SNOEkwlTb.','brent_chapman2001','brent_chapman@hotmail.com','','2017-05-30 20:23:47','1496175829:$P$BAqymIdi4TqtoNksCQgABlafz76Jij.',0,'brent_chapman2001'),(677,'jacqueline_12171952','$P$B0dd65fr58GgmI72deS53gPEsixIyD0','jacqueline_12171952','jacqueline_1217@hotmail.com','','2017-05-30 21:25:26','1496179528:$P$BiDzNZjnaQkw8BLDsoFmRun3S4wgFA.',0,'jacqueline_12171952'),(678,'yongxin_c1987','$P$BO7dApTdd2FiOo84fTa4iohmUn3fID.','yongxin_c1987','yongxin_c@hotmail.com','','2017-05-31 00:29:54','1496190596:$P$BYy8e8VxSlEIY8IIe5m20kyaL.XjWe0',0,'yongxin_c1987'),(679,'mason_kuck1950','$P$B2ROsiIr2LTRpmesU4dJ2MjS4ARoJU0','mason_kuck1950','mason_kuck@hotmail.com','','2017-05-31 08:00:13','1496217616:$P$BPWIOkhxXRTDYHOLw17NOen8uSovgh/',0,'mason_kuck1950'),(680,'armstrongmsw1988','$P$B8e9SY6vAfwW.QzcyiEme6csJ4BcPo.','armstrongmsw1988','armstrongmsw@aol.com','','2017-05-31 19:17:49','1496258271:$P$Bcxnjd.a5jUKmKM6Llv5ZEwFMT3Xbk.',0,'armstrongmsw1988'),(681,'jerry.wd.1231990','$P$BwK6lcv.cwpfM8flwu1vdszYJQbOCy.','jerry-wd-1231990','jerry.wd.123@hotmail.com','','2017-06-01 05:58:21','1496296703:$P$B8P0ckhaGU4W4YmbjVmVkUgbIv3Bvo0',0,'jerry.wd.1231990'),(682,'cherabeck2001','$P$BdYmh4/sovNBlktxZMW7HKN2sKbfDd.','cherabeck2001','cherabeck@outlook.com','','2017-06-01 09:21:09','1496308872:$P$B4IxzIYl8OKLWfAmd7uMmvdkO0xP6a1',0,'cherabeck2001'),(683,'live-love-laugh871982','$P$BYyvvQzeJ1Y2BRkX2OC73vPU5J6XPH1','live-love-laugh871982','live-love-laugh87@hotmail.com','','2017-06-01 15:00:10','1496329213:$P$B11jBcqCkNvrQmY7Z/g/hNcSNGf8/H0',0,'live-love-laugh871982'),(684,'rocksinmyheadtoo1992','$P$BFAK4VjE2OcLMhlYv6pGkS0cBMooG6/','rocksinmyheadtoo1992','rocksinmyheadtoo@aol.com','','2017-06-01 19:40:36','1496346038:$P$BgmkHlbnvguPKna3FXyrUF8nhUB.en.',0,'rocksinmyheadtoo1992'),(685,'sammie20111975','$P$BUrl4axHMGE22woOfqflKAJuOYNlIy/','sammie20111975','sammie2011@cox.net','','2017-06-01 20:13:01','1496347984:$P$Bo81oeQxJQC6rsoTLhqVS7CH/y9l/71',0,'sammie20111975'),(686,'mike2003','$P$BE8McaW7sh9bKZUgrb5Ja460WEVNwW1','mike2003','mike@rybak.com','','2017-06-01 20:32:24','1496349147:$P$BSpr5ofZkYhDArQnbGRHYYVZiXCh.51',0,'mike2003'),(687,'cclarke2007','$P$Bi1XElqc.lGkJTIKknUf4Ti7c1CC6u.','cclarke2007','cclarke@metrocast.net','','2017-06-02 14:02:13','1496412136:$P$BFJV6kJfA1MV9ZbMKKifYftjDs91Te1',0,'cclarke2007'),(688,'kimber_19821991','$P$BB.RZZBuajiR5kE8xlyq2HHNjeYmOj1','kimber_19821991','kimber_1982@hotmail.com','','2017-06-02 15:13:53','1496416435:$P$B2gfpONN5/rZZJwwanmtxcOEjoseIK1',0,'kimber_19821991'),(689,'aseem.telli1978','$P$BdjuejAG6edy.EVYTVmprROSCvYRTS/','aseem-telli1978','aseem.telli@gmail.com','','2017-06-02 17:13:45','1496423628:$P$BFGDPj7MWbM53lorE.FAfp3fjQFc2F1',0,'aseem.telli1978'),(690,'sandcastle1461996','$P$BV6F6w.ZpTIpZqFBBlWXe0aTLA01181','sandcastle1461996','sandcastle146@gmail.com','','2017-06-02 17:52:44','1496425966:$P$Bwx9X/15P/xopGbxC7LAI9pU9Us6xX/',0,'sandcastle1461996'),(691,'jayson.can1953','$P$BAeatPvY4m42XbsGn0.zkUw.qS/KqA1','jayson-can1953','jayson.can@gmail.com','','2017-06-02 17:58:28','1496426311:$P$BNeNGz24v14LHI4k0qzcsO2x1H6c0E/',0,'jayson.can1953'),(692,'nagornovamaryna1911990','$P$BWNcvO1g7TZHwtWgWdhsTQo3xxGCpM1','nagornovamaryna1911990','nagornovamaryna191@gmail.com','','2017-06-02 17:59:33','1496426375:$P$B/k5Grja9HlkZwK/uzZh/khNakr/p9.',0,'nagornovamaryna1911990'),(693,'normasova1962','$P$Bu4BnJBHMCf9IRhQdP8bS/uw7XCR9G/','normasova1962','normasova@gmail.com','','2017-06-02 18:28:44','1496428126:$P$B8Fj9bXNdmYvp6p8BIaWWffxuanvby1',0,'normasova1962'),(694,'jharry121986','$P$BwborlWN/zysbVamK2F9yZlhG1w9zm0','jharry121986','jharry12@gmail.com','','2017-06-02 19:26:51','1496431614:$P$B7tH16qaLaxTsswSwEg8PUi8l9LzRY0',0,'jharry121986'),(695,'creagos1963','$P$BgIt5uXb0fAIPAjZy9ZcaZ6Z.1bMi6/','creagos1963','creagos@gmail.com','','2017-06-02 21:13:54','1496438036:$P$BxXZLxKLATkuNk3amBdL5Em8ZMHAqS1',0,'creagos1963'),(696,'amagnus002010','$P$BTRPnKC/ecfxZO142xdkY5NC2RAVsC/','amagnus002010','amagnus00@gmx.com','','2017-06-02 21:33:04','1496439187:$P$BuM.y3nccP3QI/k6GIw5fsrLMSjruL1',0,'amagnus002010'),(697,'prodhemisphere1974','$P$BIPqkg21t/RmNaR7FFY64OEdPuhNdG.','prodhemisphere1974','prodhemisphere@gmail.com','','2017-06-02 21:33:09','1496439191:$P$BUPHnY6WzipzHDQePM4FGycaOSJ25S1',0,'prodhemisphere1974'),(698,'dcburden2001','$P$BuAHW.1G4a.NoFN3hu2zP3KcFjTDNI1','dcburden2001','dcburden@gmail.com','','2017-06-02 22:02:22','1496440944:$P$BCcR2Y4LdaJ1qAbD8ObyNrE0OIymEb1',0,'dcburden2001'),(699,'jbeyer1982','$P$BiTE51VZjgMavZxVkgdkMmbmyHk3yb1','jbeyer1982','jbeyer@gmail.com','','2017-06-02 22:31:17','1496442679:$P$BXii5zJCAPuzPljweCWyB96YRHE6dl.',0,'jbeyer1982'),(700,'sleepingsaturn1983','$P$BiTCgmnFlioiMXr0GEeFa9hCNDinyM.','sleepingsaturn1983','sleepingsaturn@hotmail.com','','2017-06-02 22:55:17','1496444119:$P$ByXGHfIkv/jnJudsbg9pIIjN4E1Rna/',0,'sleepingsaturn1983'),(701,'inezl1959','$P$BHG9usjXl7Xi8FOIYec4QV5nfPEulk/','inezl1959','inezl@hotmail.com','','2017-06-02 23:40:06','1496446809:$P$B230EYH.s8HGd9aMSTqBF7Or.Do7OW.',0,'inezl1959'),(702,'robmclintock1982','$P$BJyMthYhz4cngA/ATX8/rf9zL/k/F01','robmclintock1982','robmclintock@gmail.com','','2017-06-03 00:00:02','1496448004:$P$BKAFybMtNh3m6TcH//ra9zQPTa/eYa1',0,'robmclintock1982'),(703,'hosleybrianna1960','$P$BtzCCdJBc4eOosDzSBpnlo9VvVEcwO0','hosleybrianna1960','hosleybrianna@gmail.com','','2017-06-03 01:15:58','1496452561:$P$Bks7cOBVZXxnzYW1Rp9UOeb1lV8/Qq0',0,'hosleybrianna1960'),(704,'phillip.veski1987','$P$BwTuqZBo7p6E5IWoplQotCKOKK3/w3/','phillip-veski1987','phillip.veski@gmail.com','','2017-06-03 01:17:19','1496452641:$P$Bb2ohDKP330qz./JUYanNoDghMI2ty0',0,'phillip.veski1987'),(705,'derni3991955','$P$B8Rux3RkcJR9A3/ZP0v/1ReIx6QC220','derni3991955','derni399@hotmail.com','','2017-06-03 05:02:26','1496466148:$P$B7.DMDtT7cNrDXosRrO3oqv4wVhoax0',0,'derni3991955'),(706,'lizreyes311991','$P$BB7LHG/b61.qpBWHNgt54IJzkaHLVR1','lizreyes311991','lizreyes31@gmail.com','','2017-06-03 07:02:31','1496473354:$P$BzWLuXo27t6bG5YV8ox.dRyiAnWW8M.',0,'lizreyes311991'),(707,'ram94831987','$P$BLcP9CGVLjypdVh8btFJmsPlRQKoRf1','ram94831987','ram9483@hotmail.com','','2017-06-03 08:38:27','1496479109:$P$BNMYbo7HWNTkGpYBu2ams.5usKy0kH.',0,'ram94831987'),(708,'fishing4fun92921971','$P$B0maT0gOzTjDZ0YB6m2uo9P0QM119T/','fishing4fun92921971','fishing4fun9292@gmail.com','','2017-06-03 11:07:40','1496488062:$P$BpoUp3Szg.0q7CwQeidmmQf7hoMaFz0',0,'fishing4fun92921971'),(709,'account.verify1982','$P$BLvcTJ6qWRNy/D.4f5qyuUxymNgZuU1','account-verify1982','account.verify@airbnb.com','','2017-06-03 13:39:15','1496497157:$P$BR00C21.L4JacFd/aHaEs1vzAzbX5p/',0,'account.verify1982'),(710,'gconron071965','$P$BwdGwJn2hgO1FYjbA969EvbcpwdTTK0','gconron071965','gconron07@gmail.com','','2017-06-03 14:04:16','1496498658:$P$Bf7TKmtSUqXZK4tq5JBCWVqTAqSqtj0',0,'gconron071965'),(711,'team2k22000','$P$BoxPwTqb7pNcO11vPEmdutbKRcIiXf0','team2k22000','team2k2@gmail.com','','2017-06-03 16:12:22','1496506344:$P$B5CqnkV31Ut60ijxpeTBEr1eogh9jo.',0,'team2k22000'),(712,'dougputnam1986','$P$B20ci3ufO5wCJx8inGhg0Z4lZu03K0.','dougputnam1986','dougputnam@gmail.com','','2017-06-03 18:01:29','1496512892:$P$BSc/.Bz6J5mmj65hzOMOQVGUwkdn8u0',0,'dougputnam1986'),(713,'adam.carle.cchmc2000','$P$BgU06qEgDLRdvzqFKbDKPrtQvyhR751','adam-carle-cchmc2000','adam.carle.cchmc@gmail.com','','2017-06-03 18:38:19','1496515102:$P$BZ55H21LQGuTghsUeyGkzkZMQD2p8R/',0,'adam.carle.cchmc2000'),(714,'gypsea501985','$P$BVNmU88xvKYOPhkIPl6k05QcHMmsDT.','gypsea501985','gypsea50@gmail.com','','2017-06-03 19:08:12','1496516895:$P$B8gy9rHsGOoEvu7.Eab1AWKfJYDxVN/',0,'gypsea501985'),(715,'tr4nqued1981','$P$BmnnUSOuop/WKX3ewD77ljuCxVyipv1','tr4nqued1981','tr4nqued@gmail.com','','2017-06-03 19:56:21','1496519783:$P$BhGMoy09tsVVoM7GSW4qIZ91oCBUa4.',0,'tr4nqued1981'),(716,'skysserious1958','$P$Bxp06J56lzIduTPrJZpV.E4jENBHSd.','skysserious1958','skysserious@gmail.com','','2017-06-03 20:52:24','1496523147:$P$BJ6G7D5N.JuABwQm.V97A/OjXV6i0v0',0,'skysserious1958'),(717,'danabidlack1973','$P$BwARYooLflNf5S1DTIoVvKEezeOR1h.','danabidlack1973','danabidlack@gmail.com','','2017-06-03 20:52:43','1496523165:$P$B9rpt8.EnPlSYIC44mbE8dVcylIg7B0',0,'danabidlack1973'),(718,'llburdine1954','$P$BdSsFQTLV7ljWZPAJS03POJ.6IXGzp0','llburdine1954','llburdine@gmail.com','','2017-06-03 21:23:58','1496525040:$P$BZl60DUOULDaF92/ToEKhOWgpZb4kq/',0,'llburdine1954'),(719,'tboxdesigns1987','$P$BCNdB0714t2D8NgK2l/.UpRXrI.Mve1','tboxdesigns1987','tboxdesigns@gmail.com','','2017-06-03 23:47:35','1496533657:$P$BDSW.6GwO9o7nKLWY06rjSw25WJrKf0',0,'tboxdesigns1987'),(720,'kimskyolson2004','$P$BypZq52nvWaM5nsNlqS8JY/0ezlsrI0','kimskyolson2004','kimskyolson@gmail.com','','2017-06-04 02:36:33','1496543796:$P$BEOfNVfqwr.zCeeeuAnnOEaplrr9F/.',0,'kimskyolson2004'),(721,'lesleycox19771962','$P$BfQHlgkD3bJ.nJD66v6mC1VFSoHqgt.','lesleycox19771962','lesleycox1977@gmail.com','','2017-06-04 07:47:22','1496562445:$P$BEG2nCKqIEsmGsRj/jlvhDfQ2ffI8.0',0,'lesleycox19771962'),(722,'rbetts901980','$P$BYuLjkCTfz4ast6hAEhnTqEq3oN.mr.','rbetts901980','rbetts90@gmail.com','','2017-06-04 07:47:25','1496562447:$P$BD/9VtEUd9x7JBe5iHLRFQMSbb395Q/',0,'rbetts901980'),(723,'glvfd161963','$P$BG5aSV.KoBsv5HutWSunTANwiyR8na.','glvfd161963','glvfd16@gmail.com','','2017-06-04 08:39:51','1496565593:$P$BiCbLw6ybNqJBcYsQ651Fgbnw553F.0',0,'glvfd161963'),(724,'pspjhp2005','$P$Bzr4dt9z6AcJ0Rsxn05O9Lk.MYTuHF/','pspjhp2005','pspjhp@gmail.com','','2017-06-04 08:57:44','1496566666:$P$BXS1Fm4EcR.6Sy4hFrPzWI2jyKqV6U0',0,'pspjhp2005'),(725,'krisaghab19831985','$P$BHgq/Ix3gOvjMd/7nMElb/uordEPDk.','krisaghab19831985','krisaghab1983@hotmail.com','','2017-06-04 11:58:54','1496577536:$P$BwbV1KKFrsWKh2xis0/hFR4c5mN1dv/',0,'krisaghab19831985'),(726,'nikalas.stroomer1998','$P$Bep1ZmegnNiDLq8tp30qZx0z1YECjC/','nikalas-stroomer1998','nikalas.stroomer@live.com','','2017-06-04 13:46:35','1496583997:$P$BRsGclAyPuCurUAbVIK0FFncgmo.E.1',0,'nikalas.stroomer1998'),(727,'wsinsc2003','$P$BgWfJM1SPp61h/bnK74vc4.WBr1rJw/','wsinsc2003','wsinsc@gmail.com','','2017-06-04 14:46:42','1496587605:$P$Bvh17DCe/AD51yRzEF7XIDAM6xSgpD/',0,'wsinsc2003'),(728,'pkarzai1997','$P$B0H4GCHAEYDC.6BRVjV2U3dD24SNdG/','pkarzai1997','pkarzai@gmail.com','','2017-06-04 15:16:32','1496589394:$P$B0slVYYbU4uau4dWRRXVFLdagkmxO81',0,'pkarzai1997'),(729,'predator31988','$P$B8mJVUdw0IwLq6lf9BEx7ER66ew.WG/','predator31988','predator3@gmx.us','','2017-06-04 15:21:09','1496589671:$P$BUvhBZgi.p94kHpL9b.qsVVx.MDEuv0',0,'predator31988'),(730,'smilinash111975','$P$B90LR0BRKWAwIFmf7IHaav7w7Agj3L.','smilinash111975','smilinash11@hotmail.com','','2017-06-04 15:29:26','1496590168:$P$B2ez/9ZADX3jmtteFiBW9t.auXCUXf.',0,'smilinash111975'),(731,'cakamarinkovic1996','$P$BMLUqBZErGnl.FDWkLiAbtAv54fUk1/','cakamarinkovic1996','cakamarinkovic@gmail.com','','2017-06-04 15:33:33','1496590415:$P$BVfCdeqgT.GMI5ioMmx47V8EKsqaq71',0,'cakamarinkovic1996'),(732,'too_tall_trey1998','$P$Bbl9RkECLXnC8JOQOGzjNJgqRbi2m01','too_tall_trey1998','too_tall_trey@msn.com','','2017-06-04 16:11:02','1496592664:$P$B8AetKsspR9qxGRxIF85102ijEDuTk.',0,'too_tall_trey1998'),(733,'cakamarinkovic1998','$P$Bto3aR.XZgC.pFfdsE/AcB0UuRu.U8.','cakamarinkovic1998','cakamarinkovic@googlemail.com','','2017-06-04 16:11:51','1496592713:$P$BDHN/ziws2AF8dqW7Aah09zBk8FxWT/',0,'cakamarinkovic1998'),(734,'jennifer.hogan012005','$P$ByZPV.mVW4udcwepJfKUTQXH26obg1/','jennifer-hogan012005','jennifer.hogan01@gmail.com','','2017-06-04 16:50:05','1496595007:$P$BcJDgRPl2Ha4VJKwC7NxsUftY7BSlJ.',0,'jennifer.hogan012005'),(735,'soberman7191964','$P$B.MFzUGVrFjqcJgxpMygbWsk9mx4h/1','soberman7191964','soberman719@gmail.com','','2017-06-04 17:08:17','1496596099:$P$BLoptMLcG0w0712ACvjgp65joxsmwx1',0,'soberman7191964'),(736,'tammydoc20091967','$P$BDT.LQTXYuA22zllcFEcA.92NpzXj7.','tammydoc20091967','tammydoc2009@gmail.com','','2017-06-04 17:42:22','1496598144:$P$BPIlfjW6KFFWFTnB9aOqNGzy8L/k9I1',0,'tammydoc20091967'),(737,'brianhadlock281964','$P$B/WzB05OJg7BxcU8a03B5RJCvDhs4A0','brianhadlock281964','brianhadlock28@gmail.com','','2017-06-04 18:54:25','1496602467:$P$BQ3eYrxa2hTyPbG7lLsp5R5b0L61Dm1',0,'brianhadlock281964'),(738,'mayzhu71962','$P$BGDFsMySP8vKJBtHZzk1.LR73UdhTY.','mayzhu71962','mayzhu7@gmail.com','','2017-06-04 18:59:50','1496602792:$P$Bwq6DoZ9YcH2FMYdMBHaZPX4qindEM.',0,'mayzhu71962'),(739,'coxy1_2_31950','$P$BxDp4gHfb0NrNVcXFHtku0GIS9DSN8/','coxy1_2_31950','coxy1_2_3@hotmail.com','','2017-06-04 20:47:50','1496609273:$P$BEAoC5HgB6aW96jk7F1UK4.RGIiz/X/',0,'coxy1_2_31950'),(740,'beertender111979','$P$BtH39Fam5hfPeVaKbYFX2xEdtZ18xw1','beertender111979','beertender11@hotmail.com','','2017-06-04 21:43:09','1496612591:$P$BYN6BQLAU8LLqhms1mRPBYiVANfCuf/',0,'beertender111979'),(741,'rvaliente191952','$P$BhLu0uEWhWD1RzJdoi2fHJlTI8Asfm.','rvaliente191952','rvaliente19@gmail.com','','2017-06-04 22:29:17','1496615359:$P$BA3SWaDiEkV3UsMLUytao915o7OSBe1',0,'rvaliente191952'),(742,'batmajian1973','$P$BxM.LqALWDGQIRh127.k2InTZCNlnf.','batmajian1973','batmajian@gmail.com','','2017-06-04 23:59:24','1496620766:$P$B41PU9eVm7tqjugVRQBXOOnfB3.VWj1',0,'batmajian1973'),(743,'bee55amg1964','$P$BdPH8JP/HkCBqM5naUmLl6QqR7EmH70','bee55amg1964','bee55amg@gmail.com','','2017-06-05 00:37:43','1496623065:$P$Blch9Wd8s2pQ7FFGUnsID7YhBBRMBu/',0,'bee55amg1964'),(744,'aka2621978','$P$Bkn5.ftDhScD//xMGCUkRgQw22DuzO.','aka2621978','aka262@gmail.com','','2017-06-05 04:57:04','1496638626:$P$B6Z3N79Oo3xuUjMIitp4R99Fh3tBL51',0,'aka2621978'),(745,'heidi-171979','$P$BA3pK19teLcdsFm9u54YPFKpJ2Djl90','heidi-171979','heidi-17@hotmail.co.uk','','2017-06-05 07:19:38','1496647181:$P$B1vbxJcnOkI0gFiT3d7GEOqEzz4msR/',0,'heidi-171979'),(746,'anthony.aguirre861963','$P$Bh7VkhCcgEqf0laAwlmOml4EI3JL/l/','anthony-aguirre861963','anthony.aguirre86@gmail.com','','2017-06-05 08:36:50','1496651812:$P$BAdLqmc4js2bLcFVAn/NK9WV9.N9841',0,'anthony.aguirre861963'),(747,'training1987','$P$B4xtG.Eoxf0EPXGtQRywrYS4s9bpcm/','training1987','training@coloradohazrd.com','','2017-06-05 10:55:54','1496660156:$P$B37vtu/v8uY1Tk2XaMFmMpUscrew6F/',0,'training1987'),(748,'dsheperis1987','$P$B/e1O8vZBHf21Y3CT0el21drbO6LUj/','dsheperis1987','dsheperis@gmail.com','','2017-06-05 11:50:09','1496663411:$P$BLxrqzFLVkAXvQK/6bem0M8FRiGz3i1',0,'dsheperis1987'),(749,'misterliksantobacco1967','$P$BIlrRE8/FAGuIszkUSTr04aPFgIESc1','misterliksantobacco1967','misterliksantobacco@gmail.com','','2017-06-05 14:28:16','1496672899:$P$B9lQZgw2gWfSTZ/hQMRQvcHauuXhX70',0,'misterliksantobacco1967'),(750,'intclarinet1983','$P$BT4iiRs7ydKrzQYeknjsUt4S0wu9QU/','intclarinet1983','intclarinet@gmail.com','','2017-06-05 15:03:54','1496675036:$P$BOFZ5Fg6ysk3BC0ZcOkmUihIfk.6RC/',0,'intclarinet1983'),(751,'j.zik.nyc2010','$P$BvflNsDEpKhw8WR3RY6v5Buen6Xblu0','j-zik-nyc2010','j.zik.nyc@gmail.com','','2017-06-05 15:23:50','1496676232:$P$Bx8KHf3cQDQUAkE4k0QwRslJD9tONw.',0,'j.zik.nyc2010'),(752,'christina1969','$P$BrHNXycA8X1y0UVNEldGO6quWQApb31','christina1969','christina@extuto.se','','2017-06-05 15:25:03','1496676305:$P$B1awxJkPKLK7UYrB5ZZNH.l0Gg/0m7.',0,'christina1969'),(753,'jeroall1976','$P$BkPweFe02XJJCliNfkikZe0wHq626Y1','jeroall1976','jeroall@aol.com','','2017-06-05 16:32:56','1496680379:$P$B/n1sbi/HN.cB0VOgDJNeBttp89xsu/',0,'jeroall1976'),(754,'ga2bela_91960','$P$BzfVxPmEDLNvEC.avUNjIYi.ULOwIQ.','ga2bela_91960','ga2bela_9@hotmail.com','','2017-06-05 17:48:16','1496684899:$P$BfjhZLeTL2r2TkDNcVhh4XrBT/HnHJ/',0,'ga2bela_91960'),(755,'hharrisonj1989','$P$BMmS4qA5a4X.msjUXOmjw.WNe13Llo/','hharrisonj1989','hharrisonj@msn.com','','2017-06-05 19:33:40','1496691222:$P$Bd1NxSvnZ4uhAL0BDoZHFs3.np9m0S0',0,'hharrisonj1989'),(756,'zzzwea1963','$P$BtEq7IVkNFC8a4tS6grsUoNihVXDs7.','zzzwea1963','zzzwea@aol.com','','2017-06-06 06:06:09','1496729172:$P$BMJdE4G3yS2B/4F6p0rPtNR7so8TqB1',0,'zzzwea1963'),(757,'helenmcknight1979','$P$BWAlZYgyTXQ1Jb3miT3DRTAGJ68gjD/','helenmcknight1979','helenmcknight@live.co.uk','','2017-06-06 10:16:49','1496744212:$P$Bh47hzim9XOJJTy.2mGV8oy453wiGY.',0,'helenmcknight1979'),(758,'thisel20101960','$P$ByrQOs5S6/cgumsxxcoSt5FOs96QXd/','thisel20101960','thisel2010@live.co.uk','','2017-06-06 10:33:55','1496745238:$P$BoUuUofh09BlbDm300SR0BuU10lq0d1',0,'thisel20101960'),(759,'cheetham111951','$P$BeAcoxnUyyslH5UFD0LMcYcZQB4vwC1','cheetham111951','cheetham11@hotmail.co.uk','','2017-06-06 10:41:59','1496745722:$P$BWKJQD/fZ.0jWZE3tgnxT1EnKBSGfk.',0,'cheetham111951'),(760,'garlockcharm1976','$P$B/vzn2x1ZcNsU649KaMgE5A1BQvAi10','garlockcharm1976','garlockcharm@hotmail.com','','2017-06-06 12:39:26','1496752769:$P$BjgVrRgLXY0Zewg3O6smd0kfXDyG7A/',0,'garlockcharm1976'),(761,'stacyyang1961','$P$BnvZgFE8dzzH.m6RtO6x79Uk/I2liL1','stacyyang1961','stacyyang@live.com','','2017-06-06 21:37:24','1496785046:$P$BOXFNt4Fht4kUZZCDDWDDBemKW0Z400',0,'stacyyang1961'),(762,'amissssa1951','$P$BnHeBRTlHtHTnUnWJut7lfKFEmye/g.','amissssa1951','amissssa@hotmail.com','','2017-06-06 22:21:03','1496787665:$P$BxNthOobvDPtP.PMAhLXh9/MQddwGc/',0,'amissssa1951'),(763,'wynia12005','$P$Bvm.o9i8itstFpISI2bUJOWXT9FbwN.','wynia12005','wynia1@hotmail.com','','2017-06-07 12:43:24','1496839407:$P$BpbYz3ahSDbAJzmcrJ7UnUOoY/WL0K1',0,'wynia12005'),(764,'henryglasheen1986','$P$BAWi5VJYWBoVrwg.kN7SMdrEOoKOIe0','henryglasheen1986','henryglasheen@comcast.net','','2017-06-07 17:32:41','1496856764:$P$BMLJ/rUV/NhJ.1.Y5c4gbNqyUUOEFm0',0,'henryglasheen1986'),(765,'s4000tw1980','$P$B7RjyuWUIyvlim4R7uuyLI4qeLB/Df0','s4000tw1980','s4000tw@hotmail.com','','2017-06-07 19:39:41','1496864383:$P$BcQ384vooIy5dyZ.LSey8SOmq6tezB.',0,'s4000tw1980'),(766,'danfaye1981','$P$BJ3DnDQY3g1eKPemE3ewRfsoBZduB..','danfaye1981','danfaye@msn.com','','2017-06-08 08:45:08','1496911510:$P$BrhOdkLcAsJ0Y1oiGuzKOJvpX3oY8v.',0,'danfaye1981'),(767,'jones39621950','$P$BxK5/lY7sYlmpDMzn/twi50ypXIkqj/','jones39621950','jones3962@bellsouth.net','','2017-06-08 10:22:49','1496917371:$P$Bze0WFzYxQqYFA1Hc5m1Byi3wvVQes1',0,'jones39621950'),(768,'md_brown1956','$P$BAB.XI/2f/Qa55Wiz31CzsEERoK3Yv.','md_brown1956','md_brown@hotmail.com','','2017-06-08 12:44:33','1496925876:$P$Bqv1Y32MwS8lLiUMAgvsn0gTG3cD8/.',0,'md_brown1956'),(769,'evp-191958','$P$BWGTW3zXBIsdeOpV7WhTy06Y3XE.pG0','evp-191958','evp-19@live.ca','','2017-06-08 14:30:08','1496932211:$P$BKLBwrbfz3lyh2KdQdTfdGEZjOgeXY0',0,'evp-191958'),(770,'sillycarissa1972','$P$Bh.pOgVbsNxadxvpS0yTvAHney1.7y.','sillycarissa1972','sillycarissa@hotmail.com','','2017-06-08 16:02:39','1496937761:$P$BHaFzF8DTiR1keaIDHoik.L4kUGU4o.',0,'sillycarissa1972'),(771,'ryanwest1963','$P$B5x4o1OUgE4aS.WlLwMIUWb8icamzD.','ryanwest1963','ryanwest@nonplusultrainc.com','','2017-06-08 16:28:49','1496939332:$P$BLu/dpea7IbmcUT5e1xy4i6bH4azhk/',0,'ryanwest1963'),(772,'info1998','$P$BsNVP7uQRkys3j27SpHe2i168JSv89/','info1998','info@sp2sanjose.com','','2017-06-08 16:41:15','1496940078:$P$BHYi2vOHnJ/xIidQiOQXkpkxZhWTb41',0,'info1998'),(773,'77398879581968','$P$Bx/gRShDEnfhCQESo7VZ3w.kur5f69/','77398879581968','7739887958@vtext.com','','2017-06-08 16:47:33','1496940455:$P$B5Qfedh6NmvoEgdXGXjlP3fwlQnFak.',0,'77398879581968'),(774,'tjohnny1986','$P$B1GEKBgb4LwJKg6tEQICthxE0B5Yre.','tjohnny1986','tjohnny@hotmail.co.uk','','2017-06-08 19:01:28','1496948490:$P$B3V45HSxd3KkBu9TTccPZzbd3UJGgA0',0,'tjohnny1986'),(775,'janeellenjnk2003','$P$BOkqMWnyPl6k5uTH3WLwIXVMq9ZuUb.','janeellenjnk2003','janeellenjnk@aol.com','','2017-06-08 19:21:55','1496949718:$P$BQA1Jdmra7j59IgeuajXNwEvvbNI8t1',0,'janeellenjnk2003'),(776,'schenningj1969','$P$BVarnn0Bt5hPPaLO.N8kJSx4LSzMHJ1','schenningj1969','schenningj@live.com','','2017-06-08 22:38:43','1496961525:$P$BowjsbFGSyaX0KyYQn8qiPDeBo/l6H1',0,'schenningj1969'),(777,'hgaudon1989','$P$BEAVaVVHgX9dr3bjb6CYWgMEy5yVXy.','hgaudon1989','hgaudon@hotmail.com','','2017-06-09 02:10:17','1496974219:$P$BA05aPjG/6NhSHL5coT9kubbOMmxBF/',0,'hgaudon1989'),(778,'aeobermeier1963','$P$B4ZrHU.LDc1NXZL6TW7ViyuuWETCdc.','aeobermeier1963','aeobermeier@hotmail.com','','2017-06-09 05:11:22','1496985085:$P$BCPI4FcqA68X5nTbQ5gqDEjZRZQjID0',0,'aeobermeier1963'),(779,'stevenbainbridge20031954','$P$B4CURX4oezmRD9L9qY/p51oyp9IohD1','stevenbainbridge20031954','stevenbainbridge2003@hotmail.com','','2017-06-09 06:21:34','1496989297:$P$BaBezPIlGGamFpGlRKwGT14nHUeWZM1',0,'stevenbainbridge20031954'),(780,'randyflores131976','$P$BOxaoCOaY0UT9rtc2SpvDXHIvxKEO60','randyflores131976','randyflores13@msn.com','','2017-06-09 09:14:51','1496999693:$P$B286XRfRSLzNWiyrSVmZGjI5laLuPS/',0,'randyflores131976'),(781,'mrkic1968','$P$BjsF/gUTjqfcnEkzwirfx6o6vd2Cmf0','mrkic1968','mrkic@msn.com','','2017-06-09 13:55:33','1497016535:$P$Bc2TnLJGCt4OrbPt3PoAVaFrr8M/RA/',0,'mrkic1968'),(782,'linzigardner1996','$P$BJDix7OZqXalLEpB0Mr6TRytKgmTTi.','linzigardner1996','linzigardner@hotmail.com','','2017-06-09 16:49:36','1497026979:$P$BFm/zxly5GtQqJo1VCJYKij61.5Z6G1',0,'linzigardner1996'),(783,'rong_cao1960','$P$Bh1FrToOt9Tz91B1OxSOCCiunNm/hF.','rong_cao1960','rong_cao@hotmail.com','','2017-06-09 17:45:32','1497030334:$P$Bp4UlxJ3r8D4q677sTkjfje6zBL.1I/',0,'rong_cao1960'),(784,'danielle.basquitt1954','$P$B6xTFEpKSjNTXIM/C2j.iWUG5sNvCu.','danielle-basquitt1954','danielle.basquitt@gmx.de','','2017-06-09 20:40:20','1497040822:$P$BCyazmUf6Rsg1Me.yCy.fVfN7BIFBy.',0,'danielle.basquitt1954'),(785,'deanyb1471994','$P$BD8wcXP25/osjUY3qEECdcKBex/JrX.','deanyb1471994','deanyb147@hotmail.co.uk','','2017-06-09 20:49:31','1497041373:$P$BTlxJKjGELw82onK7MsiMi1F6sAKxd/',0,'deanyb1471994'),(786,'daytona841957','$P$BaVP0mEfUBfdHMf9bbq.d7Re0adCeG1','daytona841957','daytona84@msn.com','','2017-06-09 21:23:50','1497043432:$P$BWl8I/9H1yYQ1.994hXcsxifXaQxNm0',0,'daytona841957'),(787,'krusk1953','$P$BxYpmvs7nhWJtnA8bXmNeq9lWb4TYS0','krusk1953','krusk@hrd-arch.com','','2017-06-09 21:33:41','1497044023:$P$B3Jv/rirBwKFLQBI2UA5/Pxw3Uvb2Z0',0,'krusk1953'),(788,'lynesy-061982','$P$BXApAGsZ4et3zEIgpS/RKQPxlxBpZu0','lynesy-061982','lynesy-06@hotmail.com','','2017-06-09 21:58:50','1497045532:$P$BsewJPTak7rGylTww2YG4lJO9iGKAv1',0,'lynesy-061982'),(789,'thadlouise2','$P$BZeqLMny/EQbvj.uxsmWiIBUVCMNXL0','thadlouise2','shazandroidphone@gmail.com','','2017-06-10 04:28:14','1497068896:$P$BjGFVOfXxBmJa9mvjgh5pxMS74Crtg/',0,'thadlouise2'),(790,'sharkfeed20001990','$P$BVuqelM2LMpIbEWw1k9VfPL9SuOHr9.','sharkfeed20001990','sharkfeed2000@aol.com','','2017-06-10 09:22:20','1497086543:$P$BZ1Rbg2LPMb2l8J4PmDKmgZrloQ2j.1',0,'sharkfeed20001990'),(791,'nikischafer1978','$P$BEymuIirYeCwO3Mp3QyChjLB6oIBFK.','nikischafer1978','nikischafer@hotmail.com','','2017-06-10 11:27:53','1497094075:$P$BidVQdHATRL46c6YTscUrgNV7ZLwuw0',0,'nikischafer1978'),(792,'lizbeth.cardenas1971','$P$B7BD.7r4OGklbOtaiSSpyaE8LkuBEf.','lizbeth-cardenas1971','lizbeth.cardenas@hotmail.com','','2017-06-10 14:12:36','1497103959:$P$Bi.bAEz8EduPpVvY6b8XXQU1/bDtaD/',0,'lizbeth.cardenas1971'),(793,'mbrannonm91961','$P$BFnUOzPsIXKsrvFOj8weH3Q2Y.6Zx5.','mbrannonm91961','mbrannonm9@aol.com','','2017-06-10 16:39:32','1497112774:$P$BTuIWzxAjscbiFMeBHY1FyhVsmyKsF1',0,'mbrannonm91961'),(794,'ydert21959','$P$BkKI.61JOIJNxdO98azzDm0.u/F4/F1','ydert21959','ydert2@live.com','','2017-06-11 00:22:02','1497140525:$P$BXBqLpfBAmIS9Df6nLR4Ltet1i.J6u0',0,'ydert21959'),(795,'gioliquid761973','$P$Bp/s6Wxe3luRGRa7aMextV.V8bI2Ci1','gioliquid761973','gioliquid76@hotmail.com','','2017-06-11 10:31:16','1497177079:$P$BDWzTRpSrIy81kA7hsZ8x4tj2rXf/1.',0,'gioliquid761973'),(796,'oliverchesterman1973','$P$B48JLsggCyttkqVAlJr5ssPTdcN/uv0','oliverchesterman1973','oliverchesterman@hotmail.com','','2017-06-11 18:36:30','1497206193:$P$BUQTkypbvpX1OkLGcevdMXhNwszJ3O0',0,'oliverchesterman1973'),(797,'juliehess1977','$P$ByLBEgUqI0JaRLtF02O9YkyYZZ32e//','juliehess1977','juliehess@hotmail.com','','2017-06-11 19:43:29','1497210212:$P$BjbHKvrKNub8wQ4wxEeLN2hiuG6CZL/',0,'juliehess1977'),(798,'lauren_holmes2000','$P$BOl27IvstdyzCWIhFz25cXOEN25pvn/','lauren_holmes2000','lauren_holmes@hotmail.co.uk','','2017-06-11 20:56:46','1497214608:$P$Bd0LrOr6pp/BCz9HF5.gWMjfR.hrga/',0,'lauren_holmes2000'),(799,'david-obrien-11983','$P$BVG9jKCOo2DKLxa2cAIxTSBzQJfLZc.','david-obrien-11983','david-obrien-1@live.co.uk','','2017-06-11 21:21:48','1497216111:$P$BilsmsdgaTnVqRS0Gyw7i3Flgiqx7h0',0,'david-obrien-11983'),(800,'matthewhazell2002','$P$B4kbdTc/R9KzjYJis2VRDt44LYR4YB1','matthewhazell2002','matthewhazell@hotmail.co.uk','','2017-06-11 21:41:05','1497217267:$P$BbnkyO9N3IcO8a073p2LG/zJ0HWCr//',0,'matthewhazell2002'),(801,'junepher1960','$P$BWlU0SdiwRwJup3gexF4EzfRV4zALc0','junepher1960','junepher@live.com','','2017-06-11 22:26:17','1497219979:$P$Bcuf.eubk71yACfvxlO3TO1Nx7d1MK/',0,'junepher1960'),(802,'sold32s2002','$P$BTBwjJNyTR6i6rhrg1Of8Jwg/n9dvb.','sold32s2002','sold32s@hotmail.com','','2017-06-11 22:59:37','1497221979:$P$BtCs08IDBj/fLJssjs48ZAwGS3UjCh/',0,'sold32s2002'),(803,'s2dfbdfdfb1975','$P$BCbChJyXdHlqr.lNmQowOAdZKwsYs60','s2dfbdfdfb1975','s2dfbdfdfb@mail.com','','2017-06-12 10:09:44','1497262186:$P$BmEt9SceO.lqV9vAVYB8KgaYP8ZsFU/',0,'s2dfbdfdfb1975'),(804,'raver_rulez1950','$P$BQ2m2JTLpsoaWPPA//2KSmNjWpHK6p/','raver_rulez1950','raver_rulez@gmx.de','','2017-06-12 11:52:01','1497268323:$P$BNoK9pKgce.4vGofA5LLZPW1K6Hd6p0',0,'raver_rulez1950'),(805,'keanseager1958','$P$B7b7ke73YHARZQ9hKbeoAv96ixQq/N0','keanseager1958','keanseager@hotmail.com','','2017-06-12 12:18:30','1497269912:$P$BlH9ghEa0acf7kGQitTqSYoIDVNvn7/',0,'keanseager1958'),(806,'howly25251996','$P$BJ0LNF7UQnuCCPUw9sG.bPWdYBURGU.','howly25251996','howly2525@hotmail.com','','2017-06-12 13:50:29','1497275431:$P$Bw9N4QdK3TWfELIMWH0KcE6uNOEn7D1',0,'howly25251996'),(807,'vrindap1993','$P$B1gEX2uz.lwV4ugCUM8wGBnNe2kR4y0','vrindap1993','vrindap@hotmail.com','','2017-06-12 15:27:07','1497281229:$P$B.eg7gSOtqQ6./6Qh2ylzObVBUbQaF1',0,'vrindap1993'),(808,'mdcount1955','$P$BNcaxXwOEjIf34rv97jf/QBibjjzDh0','mdcount1955','mdcount@aol.com','','2017-06-12 15:51:21','1497282683:$P$B0oDW3plIB.Szh5RJB0TZOmvRtYM4B1',0,'mdcount1955'),(809,'bh1979','$P$BlrHyCGQzyumRRDo56.HK2J2lzFg0G/','bh1979','bh@bsqit.com','','2017-06-12 16:08:20','1497283703:$P$BEX87fWdPewDIZbCEkTZPf6abLuJcP1',0,'bh1979'),(810,'avcps1956','$P$BP/G6LtFstk50wojUq4RF7oT0Vh5Y71','avcps1956','avcps@hotmail.com','','2017-06-12 22:24:32','1497306274:$P$BIPx37ZsZ4UsBy5yPZjTcz8QzhVMDG1',0,'avcps1956'),(811,'rainy.eve1965','$P$BkhzTzRjqpsu20incXhjQWwForVCkX0','rainy-eve1965','rainy.eve@hotmail.com','','2017-06-12 23:47:39','1497311261:$P$BqEiD7i8JK3ohJR5U2TBzsXu1WTpOj0',0,'rainy.eve1965'),(812,'bgcalayag1974','$P$BPlD0AmOgKTbx4VPQhaZj7u0yHugp80','bgcalayag1974','bgcalayag@live.com','','2017-06-13 00:33:08','1497313990:$P$Bxlo.r2ULdVoNhde0ijfH0nru1V90x1',0,'bgcalayag1974'),(813,'catmoajwill42010','$P$BmrOE/uJMAFjYdp427pDhYKhu1kKWG.','catmoajwill42010','catmoajwill4@hotmail.com','','2017-06-13 06:24:03','1497335045:$P$BCmHAhihxn/own0kCwTwHQYNh7rsUb/',0,'catmoajwill42010'),(814,'karl_patchett1970','$P$BU9ILsVMJP87u8M2QQb7G5DV00YPMG0','karl_patchett1970','karl_patchett@live.co.uk','','2017-06-13 07:12:25','1497337947:$P$BWs8iDdHxqwXUX.K/mTlqV6fPkdif1.',0,'karl_patchett1970'),(815,'waller21971','$P$BurtRRlz19g8lJReHxNZtcrVvTGx9i.','waller21971','waller2@hotmail.com','','2017-06-13 07:34:52','1497339294:$P$B3r4j5MBupM6HOPfMcXL0QEccAx6Mm/',0,'waller21971'),(816,'dsawicki1982','$P$BSUNwJAb0Qn19wnYoFKSHeSgLYOcjx/','dsawicki1982','dsawicki@smpo.us','','2017-06-13 08:28:49','1497342531:$P$BZ9Ju93vVXoHXp7pZoiNMH60H9T1XE/',0,'dsawicki1982'),(817,'33032183231994','$P$BEwtrS.tk/g5PQ7wLY5jXaVHS28CfN.','33032183231994','3303218323@vtext.com','','2017-06-13 08:35:56','1497342957:$P$Bw7HkzcVo8T4sEyQx/Lf/0rPrSSSS/1',0,'33032183231994'),(818,'dconstantine1972','$P$BegLYRMwfXewjibV9/NuCA34koGLNU/','dconstantine1972','dconstantine@hotmail.com','','2017-06-13 12:12:00','1497355922:$P$BV4hCxIJlIoTeOFPI5q7riB1.2plAQ1',0,'dconstantine1972'),(819,'44061090472007','$P$BUsJyNeRzKkZ1CrHcIkHf0pOVgZuAt1','44061090472007','4406109047@vtext.com','','2017-06-13 12:15:33','1497356135:$P$BWRbcFPjiJZ4xb3qhIi/CdLxosImag0',0,'44061090472007'),(820,'rbecker3301996','$P$BTGIkTsuACN50TvCkZjHCXE4DRdj1U0','rbecker3301996','rbecker330@aol.com','','2017-06-13 14:52:36','1497365558:$P$B7wGwJbB19j2yeI77q1ygJUdckuxm7.',0,'rbecker3301996'),(821,'ed1971','$P$BhlKh4s7/nq/hV8B.FiqGiIM.sGKM6.','ed1971','ed@cbinc.cc','','2017-06-13 18:37:58','1497379080:$P$BGxr.sBbsnIpMo7FDzvY/O00DPabnB0',0,'ed1971'),(822,'kakern1988','$P$BWS/SiKX3UCmLeTpht64XAk83N6P680','kakern1988','kakern@hotmail.com','','2017-06-13 19:41:41','1497382903:$P$B0dGwLHvPq6HRT3nXA51Gl6uRUgoq10',0,'kakern1988'),(823,'juanita_beaudry1958','$P$BTWMXZhDDusko7Ri.1D3lc2rvfaSeY1','juanita_beaudry1958','juanita_beaudry@hotmail.com','','2017-06-13 20:06:26','1497384388:$P$B9EZztfzS1syA.L1oPCPmqD0Ovp76o0',0,'juanita_beaudry1958'),(824,'domingzl1950','$P$BDxvwydARqU2Iw2qK1cwaScIUmJIOI.','domingzl1950','domingzl@hotmail.com','','2017-06-13 20:41:59','1497386521:$P$BlLbhGPme8e4nGHLhvSzrFlpcYhE7f/',0,'domingzl1950'),(825,'store26732010','$P$BLosdWfUkr.dOc3k1L4Q0lk2Zcgfsi.','store26732010','store2673@theupsstore.com','','2017-06-13 21:46:56','1497390418:$P$B7aeob56SWqgW2PwI5C9tBhusgS7RM/',0,'store26732010'),(826,'tkral1958','$P$BtNDGdPrunxRgZ19y.ICcPQNfDUQUt/','tkral1958','tkral@juno.com','','2017-06-13 21:50:27','1497390629:$P$Br/9lPcIzwM9MFFCeuU0lcIg86cdTQ1',0,'tkral1958'),(827,'sbrackett1969','$P$BCzh9GcSJqQhpQsFKRnu3nBJG1vwW00','sbrackett1969','sbrackett@nc.rr.com','','2017-06-13 22:48:08','1497394090:$P$BW6D9LUDUT0/thIRsgAH8SIspgA0B71',0,'sbrackett1969'),(828,'andyj31011997','$P$BahBWpivK0NnDpLD5GBYv1ZP0Vo5301','andyj31011997','andyj3101@hotmail.co.uk','','2017-06-13 22:56:51','1497394613:$P$B5xYUqv1yIjHlqmEAOposxFpY7ed.n1',0,'andyj31011997'),(829,'janiya629031950','$P$BzNiytjKMe6auncvYhIR0svJxs7ino0','janiya629031950','janiya62903@hotmail.com','','2017-06-14 00:43:51','1497401033:$P$BSJh8lfxneQeKvVh9eOFMxqpKjb4CY.',0,'janiya629031950'),(830,'bogotana001981','$P$BuGrE4xMJk8lsg7b85M1h1jeNcFB6D/','bogotana001981','bogotana00@hotmail.com','','2017-06-14 01:01:04','1497402066:$P$BDMMXvCN7NXW54JHiKEiMleu4KCg4V1',0,'bogotana001981'),(831,'deannaolsen1966','$P$BskMi5xcnKt0LTcNZZuodp4S0InJ9K/','deannaolsen1966','deannaolsen@hotmail.com','','2017-06-14 01:15:38','1497402940:$P$B2QKmRjvJtqgNaX9MlWGW8xwlpdUgn1',0,'deannaolsen1966'),(832,'brooke86181992','$P$BCAtvFLdASq8EBMiomkdIMWuGzX6kJ1','brooke86181992','brooke8618@hotmail.com','','2017-06-14 01:31:44','1497403906:$P$BIzrRuqZejlAPRXBVb1Lu10YKK0g4a0',0,'brooke86181992'),(833,'izcdiaz1973','$P$B5Fr0SVWmgRnocuwFJhKluaTbkm7T30','izcdiaz1973','izcdiaz@aol.com','','2017-06-14 01:44:05','1497404647:$P$Br98loTtIkNM0y6dLDsphcpUntaXR.1',0,'izcdiaz1973'),(834,'gabbee781991','$P$BP6dUTj/bIqSMGaJneVXusdAOSlcD90','gabbee781991','gabbee78@hotmail.com','','2017-06-14 03:17:42','1497410265:$P$BswG7NtN/UsIqdkyoryqaX/bIk1dEs1',0,'gabbee781991'),(835,'laylanayfeh1965','$P$B9KFHqgnwnp857bF.eAqpH8CTjUsHn.','laylanayfeh1965','laylanayfeh@hotmail.com','','2017-06-14 04:57:34','1497416257:$P$BN8zR4J.3aIAQsTOlqpWOUynb4qTIT0',0,'laylanayfeh1965'),(836,'lros3057271998','$P$BMT1x5ow5QUVyk1ryHlvKvWg7QWumI1','lros3057271998','lros305727@aol.com','','2017-06-14 05:16:25','1497417386:$P$BYVcHiMWaeEX6BFs4xq3jtOqdlwTL5.',0,'lros3057271998'),(837,'pumpngas1987','$P$BnS07wW9hrhMtWHx6.b4UOT3or8hZT.','pumpngas1987','pumpngas@hotmail.com','','2017-06-14 05:22:46','1497417767:$P$BsyCTY15I9nHDufYbu0Qtv.eZQhNA6.',0,'pumpngas1987'),(838,'joecc1231963','$P$BDh4dO/iq6XJSHmMyN7U6cWEBNmuVt/','joecc1231963','joecc123@hotmail.com','','2017-06-14 05:28:57','1497418138:$P$Bpx9nSzC7acBD48IaZR7HFKvKQOgZh0',0,'joecc1231963'),(839,'jdcastleberry1957','$P$B0iKe5vzMVhwv513zgZ3EQiC.fbMfK0','jdcastleberry1957','jdcastleberry@msn.com','','2017-06-14 06:40:00','1497422402:$P$BgEgk3d6Lp1.wzFfEi132.i5s6OKPp0',0,'jdcastleberry1957'),(840,'fishing1462006','$P$B7vZh1ficIQ4WHUqR2jCvgB/PjsFtl0','fishing1462006','fishing146@hotmail.com','','2017-06-14 06:40:01','1497422403:$P$B4zccBuOkLL8b5.Ujul3LYoh3aoMSP.',0,'fishing1462006'),(841,'s.howell1995','$P$BZBmUepvC8OiHiSbGBQhmCXsEH8m701','s-howell1995','s.howell@live.com','','2017-06-14 07:13:52','1497424434:$P$BIAZdHVO.d6N7m86lAhkkXNsxK.2X7.',0,'s.howell1995'),(842,'jentroyer1967','$P$BlwEmOCQmbZSW1qIF4Lvv1bYZk6vxJ/','jentroyer1967','jentroyer@live.com','','2017-06-14 07:42:58','1497426180:$P$BsAlQwg9OW9r.qbqB06MG5Vk1nx/c2/',0,'jentroyer1967'),(843,'joneramie1966','$P$Bj2zeeETM0xSGlgjBc0/oua84F9ciN1','joneramie1966','joneramie@hotmail.co.uk','','2017-06-14 07:59:37','1497427178:$P$B5Dk2LdF27FVTi5nrgOzo4oVDw9RhQ.',0,'joneramie1966'),(844,'katherine.biggar2005','$P$BcFP8Ys1AKDnRnBHYGl8eqfm0IzktO0','katherine-biggar2005','katherine.biggar@live.co.uk','','2017-06-14 09:55:20','1497434122:$P$B8XUG3OnePgsOSWkOC1K/Z8FXNy6LP/',0,'katherine.biggar2005'),(845,'baerbel.rath1951','$P$BA00YgB2DkzeB1Z/vpu6lsrZ3qvavu1','baerbel-rath1951','baerbel.rath@gmx.de','','2017-06-14 14:57:40','1497452262:$P$B1ULB6hYK5kWvrXrABb7LrG7q1H.7y/',0,'baerbel.rath1951'),(846,'ljmeek1954','$P$BzZqBSZ4PSqBEdULAbClbdDmsQfsh.1','ljmeek1954','ljmeek@msn.com','','2017-06-14 21:04:55','1497474298:$P$BgbirlxN8QtwZSgYu6EkhYgNCTAlWv0',0,'ljmeek1954'),(847,'bryangks1982','$P$BTVrhBQoiGqAucHtdsvh.77qpSEO6T1','bryangks1982','bryangks@hotmail.com','','2017-06-14 21:51:57','1497477119:$P$BVWJkhXeQ2wFrnsvp/4QkOhOYePSK3/',0,'bryangks1982'),(848,'anthony1975','$P$BlTAoKzCaaIRYKT8oFYHHe6zgRMZHR0','anthony1975','anthony@romeosfuel.com','','2017-06-15 01:07:24','1497488846:$P$BFRDIPqQwfVaKZyEhOlpg6kt6YDCsX1',0,'anthony1975'),(849,'cyialouris2006','$P$B89N61HtOgz0///nN89KFEqzNxUMMO/','cyialouris2006','cyialouris@hotmail.com','','2017-06-15 06:18:17','1497507499:$P$Bc.8pN0KceT.87LQ4Gl9OfklN0Xwf10',0,'cyialouris2006'),(850,'marzy_1993','$P$BgfyN3WM6TP3rYGVLumyMD7drzvTuc0','marzy_1993','marzy_@hotmail.com','','2017-06-15 08:06:40','1497514002:$P$B/hADxd81GEYFcLioJ5qzetjhfQluR/',0,'marzy_1993'),(851,'kathleen1982','$P$BbYCAEP.3lY/mf.2wqG9tHpWQDJRES.','kathleen1982','kathleen@kwoodpartners.com','','2017-06-15 10:49:42','1497523785:$P$BPQ/kDj9rKNcg.fRiq29TgMHn5oLdk.',0,'kathleen1982'),(852,'wildearp1969','$P$BS0QBWkKoJoXnJ0nJGiVtXHOua5G4w0','wildearp1969','wildearp@hotmail.com','','2017-06-15 11:12:06','1497525128:$P$Bb.bgyNdu83/EYm0AY1OEKhuPKVG80.',0,'wildearp1969'),(853,'cnorosz1977','$P$Bi.1v4KbL4EmI.qbJdhYEdkC8ga24./','cnorosz1977','cnorosz@aol.com','','2017-06-15 12:14:13','1497528855:$P$BkF03ZlS28QoxhRvRgen7WR6M79tqF1',0,'cnorosz1977'),(854,'mccarthy_edward1963','$P$BWLuXseXmRXDVQ7kRKXcAsaQYniALA/','mccarthy_edward1963','mccarthy_edward@hotmail.com','','2017-06-15 12:30:39','1497529841:$P$B5O/T1KP7azWBNop6CmmwvnzmccVVw/',0,'mccarthy_edward1963'),(855,'juliebogard1960','$P$BDrZP23KvKrjfF6B6P/zwG1DG4mi8H.','juliebogard1960','juliebogard@msn.com','','2017-06-15 20:05:03','1497557105:$P$B2SoT/4K2mLNN74HKZBrDdLa6UNRzW1',0,'juliebogard1960'),(856,'mando72722008','$P$BgLlGX4qCc/eg75BRvkbdQbObrjQgb0','mando72722008','mando7272@hotmail.com','','2017-06-16 07:46:47','1497599209:$P$BpcxR8e1KvzOOPzXBamESpIFkKtymu/',0,'mando72722008'),(857,'andrewcmartin1970','$P$BFPm0IW4.s/r7h1x.XB7t5.9.7HzpZ/','andrewcmartin1970','andrewcmartin@hotmail.co.uk','','2017-06-16 07:55:56','1497599758:$P$B3iHOtEPqcyvlj04dpwFnlb8Or75vg/',0,'andrewcmartin1970'),(858,'duleisi1957','$P$Bgt909i7k7NiOUW2gEXX4KmpCAUfEJ.','duleisi1957','duleisi@hotmail.com','','2017-06-16 10:14:46','1497608088:$P$BObMKKErI9gUL1GPRkiPjKOCbeg3b3/',0,'duleisi1957'),(859,'lderouaux1994','$P$BiQNFust2DSakqYCaJpKhSLwpCIIJ0/','lderouaux1994','lderouaux@aol.com','','2017-06-16 12:21:56','1497615718:$P$BDZXwEgzmTuags7vtdxlNllxE5zDJq1',0,'lderouaux1994'),(860,'pamibahl1995','$P$BZMbLOYOE8GgGJ4VGJqNbW1BZzip/H1','pamibahl1995','pamibahl@hotmail.com','','2017-06-16 15:41:25','1497627687:$P$BUGtdTWld/iBh0ho7Pkywq3NPapvDE/',0,'pamibahl1995'),(861,'jray15321991','$P$Bze8ztrQ0Gt7zEZFboglQPqNq2Mqe2/','jray15321991','jray1532@msn.com','','2017-06-16 16:56:52','1497632214:$P$Bxw/5KrVbGY4pY/XI5tgIW2k9SVHK4.',0,'jray15321991'),(862,'britt.glatz1970','$P$BcCsO5ym4kNBwuKYdV.lvJG5uivMgF.','britt-glatz1970','britt.glatz@hotmail.com','','2017-06-16 21:10:42','1497647444:$P$By.Nb2OR50qdbSs5Eysn.V0eGbWgiW1',0,'britt.glatz1970'),(863,'aevers55741994','$P$BN8XE4UWyBCs5j2nP2cBU/Jwka11Wp1','aevers55741994','aevers5574@hotmail.com','','2017-06-16 23:21:31','1497655293:$P$B.3/G1rWauccpjKACxd6geAHXCt.8V1',0,'aevers55741994'),(864,'pdx1212121957','$P$Bf4aPNKPjaMeSyaW2L59yY40XYLT770','pdx1212121957','pdx121212@aol.com','','2017-06-17 01:14:20','1497662062:$P$BadlOpJi/.dwW6Un8tpvbXXB0W3UJ.1',0,'pdx1212121957'),(865,'genaburtch1993','$P$Bgxt6qIrODfCTuQT.AOxzKgERdKdkO/','genaburtch1993','genaburtch@comcast.net','','2017-06-19 16:25:10','1497889513:$P$BsEhUXI1xewWOaKpTl40LKsLQIuq/I0',0,'genaburtch1993'),(866,'pmb6181969','$P$B383wYy.AYvyRJ.kQbkls.N7HMeq5o/','pmb6181969','pmb618@aol.com','','2017-06-19 21:20:51','1497907253:$P$BuylqCv3JBAtptWVWdjwqiUqEY4EA10',0,'pmb6181969'),(867,'jennifer_dacey1988','$P$B5p6syY0OmZhaDMK93K4sip4B/CQR3/','jennifer_dacey1988','jennifer_dacey@hotmail.com','','2017-06-20 06:10:58','1497939060:$P$Bn5VdZh5P/F4xtC5yy25ZEVNFIS9ge0',0,'jennifer_dacey1988'),(868,'zahnowr2004','$P$BsHjh146h/r0TMKVHoLltYbSe0edQ80','zahnowr2004','zahnowr@hotmail.com','','2017-06-20 12:09:19','1497960561:$P$BZKZfWv9FmQmiXm0wqOGF1cEBIVC0b0',0,'zahnowr2004'),(869,'kechols_jr1982','$P$ByL9Rc2O/1sUSpmrUWPB9vcDDPj71e.','kechols_jr1982','kechols_jr@hotmail.com','','2017-06-20 17:02:11','1497978133:$P$BhPWMGyBQ8AgVp9ilguqYVPW0OxRxG/',0,'kechols_jr1982'),(870,'mebelizard171982','$P$Bd6XxQEScIhdo/ZPXdzI5/feIdAV5b/','mebelizard171982','mebelizard17@live.com','','2017-06-20 21:18:19','1497993501:$P$BaHMZD02iPjC3JFqhjd9t8Ci0s5lcJ/',0,'mebelizard171982'),(871,'bobgalik1980','$P$B8oy87Ni.UVecb/ebKbjHJqIdNrD5i.','bobgalik1980','bobgalik@gmail.com','','2017-06-21 19:10:51','1498072253:$P$B8h4Ea2Q8mCb3qyE9ir9pySbqaBOm.0',0,'bobgalik1980'),(872,'bonniebrowneyes2009','$P$Bputw3Dgd00WNNd9PEwG6GOQbM30hb0','bonniebrowneyes2009','bonniebrowneyes@embarqmail.com','','2017-06-21 19:25:09','1498073111:$P$BSfNc59pur9jj4iAocXD2dm17tFzUE.',0,'bonniebrowneyes2009'),(873,'freesemp1984','$P$BFR.VVxSacHmnYDZCGponeXeLaLZHv0','freesemp1984','freesemp@yahoo.com','','2017-06-22 02:18:46','1498097928:$P$BwlI06jr.MUJxfCN4pZEXjlWysxMeu1',0,'freesemp1984'),(874,'daniel_peters881968','$P$BMDOokT5w8AwzA1MJd/.aAKLmdUQ.C0','daniel_peters881968','daniel_peters88@yahoo.com','','2017-06-22 03:17:31','1498101453:$P$B98sxKacWKp197vHl1HWnNKLiW8sIo/',0,'daniel_peters881968'),(875,'andylok011986','$P$B61Vd9eBfYal96WLvOC2HeYmfvOEUp0','andylok011986','andylok01@yahoo.com','','2017-06-22 04:25:36','1498105538:$P$BG1Olu9ydDJzkgvNwPZ/OQdrmfx.vw/',0,'andylok011986'),(876,'ognsky1955','$P$BjGBTjhJ/vW4X0pOutOBbwhLXraxH9/','ognsky1955','ognsky@hotmail.com','','2017-06-22 05:50:58','1498110660:$P$BfOEy6CyQjv066eW/lJ5h9Jf4DdzmR1',0,'ognsky1955'),(877,'cschrum771966','$P$Beiucq2hqUxxU89KKIdC/HN9hec6s6/','cschrum771966','cschrum77@hotmail.com','','2017-06-22 10:34:10','1498127653:$P$BW840G80ISQEaaEysq.8Cz5vO1.Ee7.',0,'cschrum771966'),(878,'adrienne1967','$P$BmvkAJb1Ox1jx7GgEr.FrWaTM0Q1W3.','adrienne1967','adrienne@adrienneabeyta.com','','2017-06-22 11:57:38','1498132660:$P$B060VI9ig0c0G/jVc2NU6VJ0LXNAz21',0,'adrienne1967'),(879,'jimsaulsgiver1981','$P$BZYvibZ.x8kaThbToGGYkyqZUcxv0g.','jimsaulsgiver1981','jimsaulsgiver@gmail.com','','2017-06-22 15:26:21','1498145183:$P$BTEIdegfUlWC9IFoMtHpv3E0aa2iMz1',0,'jimsaulsgiver1981'),(880,'syoung1702009','$P$BIlAfEFzKNGY5qVI9HpKlzk2DCCXKL/','syoung1702009','syoung170@hotmail.com','','2017-06-22 16:26:31','1498148793:$P$BMX1vrJaLWhazRmApMBd3XSuU3Erws/',0,'syoung1702009'),(881,'itsgeorgebryant1954','$P$BZ.Rl0BEq5MrWONE1llYzOgHy//JTS0','itsgeorgebryant1954','itsgeorgebryant@gmail.com','','2017-06-22 16:35:23','1498149326:$P$Br5UL7ltYtoj3wiGwhBB25HcJpoV5n1',0,'itsgeorgebryant1954'),(882,'hating0loving1997','$P$BdMV3wB3wcP3ER8y3maRcnOeEqyWnM1','hating0loving1997','hating0loving@gmail.com','','2017-06-22 17:36:02','1498152964:$P$BRBX2xq9WGfNk5gHxy60yg0uhtDK971',0,'hating0loving1997'),(883,'junkertm2006','$P$BOIchumLVxkpo6c0GdvR5KQXHgDdgb/','junkertm2006','junkertm@aol.com','','2017-06-22 17:37:41','1498153063:$P$B2iT8YbSh4h7BwraX7SB5NIWEq0EW.1',0,'junkertm2006'),(884,'jk_morse1970','$P$BXOS44ueTUCMs95yAk.eCXXut3xRqT1','jk_morse1970','jk_morse@hotmail.com','','2017-06-22 18:54:17','1498157660:$P$BsarXjKmMz6B8uNUEgndf4JWsDOH1A/',0,'jk_morse1970'),(885,'info1953','$P$B3hyJ4ZLxo5M7ZlB9T7J6haKDMUTdD.','info1953','info@sucuri.net','','2017-06-22 19:26:57','1498159619:$P$BnhnkntIZ3ftgYPYx9k8C7fl2V0UwH1',0,'info1953'),(886,'j.draut1985','$P$B1PjEjlfj9eh0SSoGJxKjoUzMYtrkX0','j-draut1985','j.draut@gmx.de','','2017-06-23 12:54:23','1498222465:$P$Bm9nS0iwN1BtGWxeAErIND7JTVx/Ri.',0,'j.draut1985'),(887,'celticdannybhoy1976','$P$BAxXal3AkrcvAB9XeOzjEvcNL9rdz9.','celticdannybhoy1976','celticdannybhoy@hotmail.co.uk','','2017-06-23 13:19:58','1498224000:$P$BB3QqdGceegZGXO5zPFtx7D2aUUhP7/',0,'celticdannybhoy1976'),(888,'kathrynwalsh011953','$P$BWdZwkEF3aNZsseYLAG1vMYVYtqKzL0','kathrynwalsh011953','kathrynwalsh01@gmail.com','','2017-06-23 14:58:00','1498229882:$P$BtV9c4LewFNefdKlagjAiEjfnZx9k5.',0,'kathrynwalsh011953'),(889,'zarahswood1964','$P$BVNUn4THXGjP4dvKh125m.jS3cKzV70','zarahswood1964','zarahswood@hotmail.com','','2017-06-23 17:46:43','1498240004:$P$BHtFnfQiDcZmtF3Ualxo6pGyeuT3PX.',0,'zarahswood1964'),(890,'cassomahoney81956','$P$BwoIQ1pQy9baI/AzQIzg0evK74TzmJ.','cassomahoney81956','cassomahoney8@hotmail.com','','2017-06-23 19:21:02','1498245664:$P$B9VI8ucRn4kWZRigZdLXBsmj4x9G4O/',0,'cassomahoney81956'),(891,'sailingships1981','$P$BFUvBbq/GUTTubxO2b8xos0/1PWuGQ.','sailingships1981','sailingships@live.com','','2017-06-24 23:58:07','1498348689:$P$BLwBKtVKjMOyjiU6t3T4zTcWJ.PKzG0',0,'sailingships1981'),(892,'hvw_nj1971','$P$BGDTCYL.RPJ7l5YAydiJPexn82y6td/','hvw_nj1971','hvw_nj@hotmail.com','','2017-06-25 07:20:56','1498375258:$P$Bf7vKrVpYN1mVFaQPbF3ebS.HSEfKh.',0,'hvw_nj1971'),(893,'wilburn770902000','$P$B2HrFDOdKCTEflxhk38fj0ikZS1ypO.','wilburn770902000','wilburn77090@yahoo.com','','2017-06-25 16:38:15','1498408697:$P$BoQ2sZYIswJIasgAEM9VFOQCHgiIZH0',0,'wilburn770902000'),(894,'marinak1955','$P$BOO/jnPqXVxkqoONmgQU9e4NW7Y.MU0','marinak1955','marinak@gmail.com','','2017-06-26 13:28:13','1498483696:$P$B4abobRECSRkS0Cu7ypkQtCv5aiG3b.',0,'marinak1955'),(895,'kenna51061966','$P$BtJ03DOGQd2Lrr8DFTK1KhYY0bVd8..','kenna51061966','kenna5106@yahoo.com','','2017-06-26 13:30:42','1498483844:$P$B9tt32R.ikqngrcMMjEZmESBM0uwsx/',0,'kenna51061966'),(896,'shunarbangla061964','$P$BJhBlf567hJqMPlt0rDTxzkMIK3A8T.','shunarbangla061964','shunarbangla06@aol.com','','2017-06-27 14:05:59','1498572361:$P$BH2H7aw5KDKEdElrB6Y4MWOP5LCfiE/',0,'shunarbangla061964'),(897,'beverlybertini1955','$P$BZuSWZrkHUtmnoOP7bhSkaMcxWXPGP0','beverlybertini1955','beverlybertini@sbcglobal.net','','2017-06-27 15:21:24','1498576886:$P$BEtTAMeb0p6egMtJrFFhZ/h08x6gMW1',0,'beverlybertini1955'),(898,'ibarra8331964','$P$BH/yDxEI1f5ZkHpcW6iLGS2rZtpA8C1','ibarra8331964','ibarra833@hotmail.com','','2017-06-27 16:39:03','1498581545:$P$BV6UfvxgITD0SXYGWk7InlY3kHbne/1',0,'ibarra8331964'),(899,'jrhodes19901957','$P$BIJ.eEXP4lhJGp8LGJIqZerdCIKSQe1','jrhodes19901957','jrhodes1990@outlook.com','','2017-06-27 20:45:30','1498596333:$P$BceiHna/sjwm07wPfseiAyCV2Pl3.E0',0,'jrhodes19901957'),(900,'45man1977','$P$Br51SdwQx9mAy0/IHWxPmnXqxonHiv0','45man1977','45man@live.com','','2017-06-27 22:06:51','1498601213:$P$Bc/lSHqNq.Wo9pwZIBjZhulaJ0OpHr.',0,'45man1977'),(901,'a_picken1977','$P$B.SFjC5AZoWlVa6l4Omq.Nz/vw6FQU.','a_picken1977','a_picken@hotmail.com','','2017-06-28 03:58:43','1498622326:$P$BK7HH6aVHB/NWLifniGabLQCxtm3W/0',0,'a_picken1977'),(902,'bestjudge1960','$P$ByKHPsdme8GAc1nFJOisdGMEhwtcq0/','bestjudge1960','bestjudge@aol.com','','2017-06-28 14:01:20','1498658482:$P$BPe4F43mtfaLkIQ1wMW8CPxvsQsvwL1',0,'bestjudge1960'),(903,'valkimacri1992','$P$Bcolm4oPSue62Ke9RIBYfvTWE5X2dv/','valkimacri1992','valkimacri@hotmail.com','','2017-06-28 17:30:11','1498671013:$P$BdFHIosA3lSgxmtHdmw47athkxo65J0',0,'valkimacri1992'),(904,'tails81761954','$P$BBXA99aW5Zc0Qt3KCVPFNMO82FMFlh1','tails81761954','tails8176@aol.com','','2017-06-28 23:31:03','1498692666:$P$BUT34zJ3.l9zxZMLrIaibtfXjXdBAb0',0,'tails81761954'),(905,'bnewbu811964','$P$BPNmKMc38FpEOEyrVQrfewAeUgK6dz.','bnewbu811964','bnewbu81@hotmail.com','','2017-06-29 04:40:13','1498711215:$P$BzCLlkT5.RKMxB60Pa.n7d9etXAdak.',0,'bnewbu811964'),(906,'dmdomin1999','$P$BkiaLgvFsNGX4Hm.Fw0FodOE0hM26a1','dmdomin1999','dmdomin@gmx.de','','2017-06-29 15:34:35','1498750478:$P$BswOwpAF8K9uVjKQiKhwF6ahpmofbQ1',0,'dmdomin1999'),(907,'emclark6241977','$P$BIOy1omOimrb/lFTL4HE1CAN0dXMT0.','emclark6241977','emclark624@sbcglobal.net','','2017-06-29 19:17:46','1498763869:$P$BfVDI.vaydOlCkjHvnpkPnu8/ou.Am0',0,'emclark6241977'),(908,'laura019801999','$P$B41DKzOwZ.uWcpD5wSCxFI/S/GVecm/','laura019801999','laura01980@yahoo.com','','2017-06-30 11:55:19','1498823721:$P$BU2iUZj/G3SDn50r8SqJnDQi6jAELC/',0,'laura019801999'),(909,'infielderx2010','$P$BWiNZTnqXsSe1zAT1kJRMkzguuMqq00','infielderx2010','infielderx@yahoo.com','','2017-06-30 16:19:21','1498839564:$P$B4ID4MKzCd4iCvlOTilSa4OAFRoBl/1',0,'infielderx2010'),(910,'tchou9131977','$P$BNgPSqLmEiMsl9hca/shru4kbh/rj//','tchou9131977','tchou913@gmail.com','','2017-07-01 00:09:47','1498867789:$P$BJ8gpFOLtVGBicSm2U21UTHMO.Zb/1.',0,'tchou9131977'),(911,'edicionesjhon1983','$P$Bv0M9bbY.GKE3z1JAG9ei5bDR6B4w6/','edicionesjhon1983','edicionesjhon@hotmail.com','','2017-07-01 01:58:16','1498874298:$P$BGlUg9rEHg3wYzVh9UEQ21lyo/Ad3P.',0,'edicionesjhon1983'),(912,'nancy.jocelyn1994','$P$BHqTaVq7x2/HtTPon/vwgSXTPWUbQ0.','nancy-jocelyn1994','nancy.jocelyn@hotmail.com','','2017-07-01 10:46:46','1498906008:$P$BpIDQUqJ3sL1AUXEGrjEvLT.2SDmw31',0,'nancy.jocelyn1994'),(913,'angelina1_20061953','$P$BvTUdpe/O5WSXQPPKNg4WQYfnmc1RI0','angelina1_20061953','angelina1_2006@hotmail.com','','2017-07-01 23:11:54','1498950716:$P$B5dYRTh41yqiTvzuYnxvO3Ut5OHSu80',0,'angelina1_20061953'),(914,'reb212861955','$P$BIwf.0/AErkyhWQbnIM.dPNJQR9hpJ1','reb212861955','reb21286@yahoo.com','','2017-07-02 15:52:29','1499010751:$P$Bl7rrb8Z2ej5.np/e82wPkmoScrUeL.',0,'reb212861955'),(915,'jonathanharper1231997','$P$BSXCGug8jLyNZ3fJwjk3YtpuKG2FCi/','jonathanharper1231997','jonathanharper123@hotmail.com','','2017-07-02 21:36:36','1499031398:$P$BEfSpsqQW8mPi3CjOgWiPLNUFmgvPb0',0,'jonathanharper1231997'),(916,'barthtina2007','$P$Bkij3T2gYs2PyK174O0X3teKpJEx5W.','barthtina2007','barthtina@gmail.com','','2017-07-03 06:18:54','1499062737:$P$BUYS3VfHLfJSFq.6MogAYYmQpGDr8m/',0,'barthtina2007'),(917,'wkraft11958','$P$BawDLqBVS.c3LjYzz2mOzvY8hI8Mpu1','wkraft11958','wkraft1@freenet.de','','2017-07-03 09:18:05','1499073487:$P$BE8CA6yahy8wGfnXKU9uUFGjuNEmhf.',0,'wkraft11958'),(918,'nosovairina8032008','$P$B.R76Njp1r.xwpfQJmB970q5QCi6ed0','nosovairina8032008','nosovairina803@gmail.com','','2017-07-03 13:39:31','1499089173:$P$BgJ0RarR68fVZFHUTidLTFnW1QBjEb.',0,'nosovairina8032008'),(919,'laetitiamm071991','$P$B1VAPN0SD/esbIszjzAusykzW9i9xb.','laetitiamm071991','laetitiamm07@gmail.com','','2017-07-03 14:00:37','1499090439:$P$BfVfG.Qrimxl7.MfaNkNK7xE0qcrlR.',0,'laetitiamm071991'),(920,'jajnov29811978','$P$BOI.M3IF8v4ZfI8HdnSQcn8XXRtXl40','jajnov29811978','jajnov2981@aol.com','','2017-07-03 16:04:05','1499097847:$P$BD7q73CR4VYRFaoA9VGsbPnWnLRqkk/',0,'jajnov29811978'),(921,'ajantzi2001','$P$BmjuqopEo0dYDKAj7oh33kzEGQ90l90','ajantzi2001','ajantzi@russelmetals.com','','2017-07-03 17:55:04','1499104506:$P$BeeOj6hfkhF6c.mZQHbOD2Jr.55Hc..',0,'ajantzi2001'),(922,'mc_laurent1979','$P$BvBdtnC1xGsi4D3IiTWiFGMGae4x1x1','mc_laurent1979','mc_laurent@hotmail.com','','2017-07-03 17:56:46','1499104607:$P$BqBikXHA51Ogk8B1pvMUHnqX1ok19I.',0,'mc_laurent1979'),(923,'agleitz1982','$P$BSC8tTWXJVZugYKlCE2e7AMe32ARtD0','agleitz1982','agleitz@hotmail.com','','2017-07-03 18:32:52','1499106774:$P$BNTuA8qtU7B88QFtirjN96iicPgf4Q0',0,'agleitz1982'),(924,'trever8031970','$P$BBjh6MV7/ui2BEs7bu275FcyJCBewn0','trever8031970','trever803@hotmail.com','','2017-07-03 18:53:42','1499108023:$P$BDysYUf.hxz5kds1qlt6V1Vea3upwJ/',0,'trever8031970'),(925,'stephschalken1967','$P$BaJ4ZhZudG07z9v8bcMSSlP8rWPYp8.','stephschalken1967','stephschalken@gmail.com','','2017-07-03 19:24:31','1499109873:$P$BwHldUPnozO49t6Jz7J97GlrEzUphY0',0,'stephschalken1967'),(926,'russtlobello2009','$P$Bhetyur2oF6AT3JpEk2psT91u6owVC.','russtlobello2009','russtlobello@gmail.com','','2017-07-04 11:30:18','1499167821:$P$BZG/WNMNmBZsP42q7hEDb0W0MX6Gcs0',0,'russtlobello2009'),(927,'scoterryb1971','$P$B92VzQaXYOhl4DAUbGVdeQ5V3WynSD1','scoterryb1971','scoterryb@aol.com','','2017-07-04 13:32:37','1499175159:$P$B6JO7wKhmMfTNQKWBf5RSOi.lvtDk80',0,'scoterryb1971'),(928,'green21661950','$P$B4iXRIii1eKi2G.4DTee44Tv7PrJ2C.','green21661950','green2166@gmail.com','','2017-07-04 16:23:40','1499185422:$P$BkKytfu6AXKQcGQH5ay4dyXKYmLaaR0',0,'green21661950'),(929,'koertrorter1956','$P$BjvXgb0sXCrn33kjRfDboMjpgIIuy11','koertrorter1956','koertrorter@aol.com','','2017-07-04 16:24:35','1499185478:$P$Bt6cAa5orTzaeC0Y6aMICucmJAe0sQ1',0,'koertrorter1956'),(930,'lluis.faus1966','$P$BCXLu9XGnroJOC1L5pHs1Zr4zkP6j9.','lluis-faus1966','lluis.faus@gmail.com','','2017-07-04 17:03:42','1499187824:$P$B5VFI7clFFIlT71Pjr8YkY5savucX8/',0,'lluis.faus1966'),(931,'linda.mcmullen1994','$P$BrVmqczoVbkbAsPM08LW34CJDcivEJ1','linda-mcmullen1994','linda.mcmullen@usask.ca','','2017-07-04 20:39:52','1499200794:$P$BLFz20YEMqca59OKZ2cjcFenn9IBTN1',0,'linda.mcmullen1994'),(932,'yvonneanneyisi1984','$P$BsN6cjqN381ihnd6nXit2O5aiJ08SO1','yvonneanneyisi1984','yvonneanneyisi@yahoo.com','','2017-07-04 22:32:41','1499207563:$P$B1nITudPKoXScqZYuTqofPL74MmRna0',0,'yvonneanneyisi1984'),(933,'yellow04851979','$P$BusjGdVG8oqj/qG3uDR.xNCWo383.U0','yellow04851979','yellow0485@yahoo.com','','2017-07-04 22:51:00','1499208662:$P$B8wYkfpp00iw9BBPOdCXrWn.9kGgyy.',0,'yellow04851979'),(934,'eightmann1950','$P$BafN8KAwpjP8WbFyScz1lhY2fQnqIv1','eightmann1950','eightmann@gmail.com','','2017-07-05 05:35:41','1499232943:$P$BoKAhDf/ZPbaVGGYKseOo2Rpmukwz9/',0,'eightmann1950'),(935,'support1977','$P$BcT53ZnKJ8z1eSmbX5sBEiP9M.Jdqq0','support1977','support@transactionprocessing.orbitz.com','','2017-07-05 18:33:04','1499279587:$P$BmN9F/yPvcDTx/NlSJB8CA.e0dDZFP0',0,'support1977'),(936,'serec251955','$P$BUSOeMnP8iG.utHkWX9Pipt/eo/Oyp.','serec251955','serec25@yahoo.com','','2017-07-05 19:20:47','1499282449:$P$Bkqgn7RsZcqowA338/1oA85I1UcXZP0',0,'serec251955'),(937,'martinfz1951','$P$BMOuZBKFdKXrnnDqSPWWzRoFwuMood/','martinfz1951','martinfz@msn.com','','2017-07-05 20:51:15','1499287877:$P$BqmC8UNg3YpzMGgT5qBpdXWqJwh5wS/',0,'martinfz1951'),(938,'fpuryear1969','$P$BRXi4GKUQw7RRsFCZmyVQAgoqVnEzX1','fpuryear1969','fpuryear@wcbarksdale.com','','2017-07-05 21:18:29','1499289512:$P$BVMTBBWmISUYmOZhbBuWINMoGAhTNd.',0,'fpuryear1969'),(939,'rmarmoucha1961','$P$BTQPwpMsq8PBkzr9T.QyNQubZewD4D1','rmarmoucha1961','rmarmoucha@live.com','','2017-07-05 21:32:28','1499290350:$P$BtsMmJN1an99Jkfl53ZdFAAOgHF5//1',0,'rmarmoucha1961'),(940,'dmcleod6930031973','$P$BKOTa4KgjtdxRy2oxRicOLJfJW/YqV/','dmcleod6930031973','dmcleod693003@yahoo.com','','2017-07-06 03:50:30','1499313032:$P$BLxeNZCMaJmDLPY1xMhlZHMxkxdBkj1',0,'dmcleod6930031973'),(941,'tscoli1972','$P$BmXZTZRbnVHrsf0LKZL6.aOcAmfR0Z/','tscoli1972','tscoli@hotmail.com','','2017-07-06 06:58:19','1499324301:$P$BfdtULOxqk5NjX6dC0z6rIUyzSOJcq0',0,'tscoli1972'),(942,'shanebaalham1987','$P$BKuLkmVeMxTbQ0991KQXlEAtsz5p4K.','shanebaalham1987','shanebaalham@hotmail.co.uk','','2017-07-06 15:06:47','1499353609:$P$BPTnmgXiJN.26VdQAm8GG2nAdcWTHI0',0,'shanebaalham1987'),(943,'glenlogue2007','$P$BQHyh5PfjYnLdEkZSCjswYfJZa.o8..','glenlogue2007','glenlogue@hotmail.com','','2017-07-06 16:10:38','1499357440:$P$B1zTM5sLlqfVLPZpnf2hS.AK.JNpzb0',0,'glenlogue2007'),(944,'mikipool301955','$P$BhPPu4LbxCwgTWlxYA/qvm2NWe5rAH1','mikipool301955','mikipool30@gmail.com','','2017-07-06 20:13:20','1499372002:$P$BOPmTDOzhewfXaPtaqi49X3ZfVv0ze/',0,'mikipool301955'),(945,'agillings1988','$P$BIn6M1p83VoyDGC9Nfg712HH.gCezE1','agillings1988','agillings@aol.com','','2017-07-06 20:52:23','1499374345:$P$Bh1LwIWb0gRWhiWAeVToSxeciWSN9g/',0,'agillings1988'),(946,'gmc1210522002','$P$B8vq.Qw6VCyEDEQZKFe/YWXOpNMtiq/','gmc1210522002','gmc121052@aol.com','','2017-07-07 15:10:41','1499440243:$P$BZukNFcVzmM79tWBohChMtyZtLeyh61',0,'gmc1210522002'),(947,'pumpkinbeans221959','$P$BOEYY5IC02stJ8YEuUWM3ARedmMCVQ0','pumpkinbeans221959','pumpkinbeans22@aol.com','','2017-07-07 19:14:23','1499454865:$P$BIMtKURQQ5CWn2iSu9S116HOiKu954.',0,'pumpkinbeans221959'),(948,'gliske1954','$P$BLfpexu7i9K2dYRlOBLUiowkzccRbG0','gliske1954','gliske@yahoo.com','','2017-07-08 08:40:07','1499503209:$P$BNB9MDef78c4IcFWy8Dj.OMu0nY43P/',0,'gliske1954'),(949,'plantgirlmary1971','$P$BZAmqryZKHsjauGVhZjrH16J/73x3O1','plantgirlmary1971','plantgirlmary@aol.com','','2017-07-08 13:32:17','1499520740:$P$BVdOxEs7LcNHzaLMNFyefiYsuKSlK1/',0,'plantgirlmary1971'),(950,'ajay_sharm1953','$P$BzmEfoQp5B2DXHz8L13kZojFbqikBn.','ajay_sharm1953','ajay_sharm@hotmail.com','','2017-07-08 21:24:57','1499549099:$P$BOVAApbGB75dahZIVDPM3BReMAOY/C/',0,'ajay_sharm1953'),(951,'mikejmcguire1972','$P$B6OBNlQA2OT5elVG2p253UzR3s.Hmm/','mikejmcguire1972','mikejmcguire@gmail.com','','2017-07-09 10:56:54','1499597816:$P$BqkHrIlMCcP5k7GF24e19d4dqZJKXN0',0,'mikejmcguire1972'),(952,'monkey2007','$P$BQSvX7Us6Yuu8mNwmqsVvpc4ZYxKx/.','monkey2007','monkey@kcn.ne.jp','','2017-07-09 17:24:01','1499621043:$P$BZzDRAA4l5H8y9U0hNz6ltoAbLTxLk.',0,'monkey2007'),(953,'tcqvcqueen1955','$P$BT1txomrL0ziMggx9eYLpztPx7RzVk0','tcqvcqueen1955','tcqvcqueen@aol.com','','2017-07-09 18:09:51','1499623793:$P$BGE2CSxzh8vQ4duRVlYDE7CnsXG2v10',0,'tcqvcqueen1955'),(954,'braehmer1988','$P$Bz.jhTeKU8JkZ//0TBME2vYA9yCyvk1','braehmer1988','braehmer@freenet.de','','2017-07-09 18:49:16','1499626158:$P$BhbwL45WQ7Iu/0mXGeuPmDTjnQGNgT.',0,'braehmer1988'),(955,'pacrac42002','$P$BTQnGK25.n6uPe0grVub8aVcYQv1AR.','pacrac42002','pacrac4@aol.com','','2017-07-09 21:20:34','1499635236:$P$BtN/50ZlEvvfL9gj02xILptYWB.3H10',0,'pacrac42002'),(956,'trinaeve232008','$P$Bsz7gcnRmalATrgvHNHjkUgz6FcH2X0','trinaeve232008','trinaeve23@hotmail.com','','2017-07-09 21:40:31','1499636433:$P$BnZaveXZeMyvP8PVuJfj.enz9oo7I6/',0,'trinaeve232008'),(957,'goldengraham_891973','$P$BH6SIZkRkNlOgbiNUfGyJA.FE8Rl0B0','goldengraham_891973','goldengraham_89@hotmail.co.uk','','2017-07-09 23:29:25','1499642967:$P$BNbGNXYV6x9Yh8ZTtpTX0T8weZAY6R1',0,'goldengraham_891973'),(958,'baifang1001974','$P$BuX5tFds0avttX6xo6leM5sEdCIKzP.','baifang1001974','baifang100@hotmail.com','','2017-07-10 08:51:06','1499676668:$P$Bq48TSaU9JNfSo3rc9UtKjWdGJrilt/',0,'baifang1001974'),(959,'davidjesse262009','$P$BQhPs5eH119BIm.u0leZa11pa4kIyc0','davidjesse262009','davidjesse26@aol.com','','2017-07-10 11:39:47','1499686789:$P$Bk0Iwtp5B8DO8LJEwHb/tvX35ID8S5/',0,'davidjesse262009'),(960,'rvkelsey8651998','$P$BhRYCfuw6lYebr4m7WBNpsTO6NAS9c1','rvkelsey8651998','rvkelsey865@gmail.com','','2017-07-10 12:33:16','1499689998:$P$ByJx7D1nrg8LSUyqMTl0yDoy4Sep5l/',0,'rvkelsey8651998'),(961,'grouch971983','$P$BOMuD8q/F8I.eRHWc/Brxks4kfS7Y20','grouch971983','grouch97@aol.com','','2017-07-10 15:04:33','1499699075:$P$B8lP4iaTGX2EIGqaJqE4PkvhuBVitz1',0,'grouch971983'),(962,'denverding1981','$P$B4B5osnJtGH6/cme7HHV1V6VFlTsBm1','denverding1981','denverding@hotmail.com','','2017-07-10 16:55:13','1499705715:$P$BM7/PIPNhImpgUYI5IM.OiiYftPw.d0',0,'denverding1981'),(963,'mmelograno121950','$P$BAcUtWI72k6w4M3vsaInzAtffbdyEo0','mmelograno121950','mmelograno12@yahoo.com','','2017-07-10 23:53:10','1499730792:$P$BR4AqQZ2.kDHV3MsFZ5c9Smiias/nd0',0,'mmelograno121950'),(964,'like2play002003','$P$BfJ6dp1fOxcT./Y0FUrDMBwqsg3NO60','like2play002003','like2play00@yahoo.com','','2017-07-11 00:06:23','1499731585:$P$BsnEwun5d10Bt8d47tasrEI/FveS1H/',0,'like2play002003'),(965,'onecure2005','$P$BsXiBGnjqUuK52uMEs2YzHYCPwQwMI1','onecure2005','onecure@aol.com','','2017-07-11 11:56:18','1499774180:$P$B33xj2xa44CV6ToT47RJPp2D1riulO.',0,'onecure2005'),(966,'jaisonmathai1974','$P$BbxOFY4/E8AL4Y27nk287qYcMHfFMx1','jaisonmathai1974','jaisonmathai@hotmail.com','','2017-07-11 17:58:25','1499795907:$P$BEK317RxjF12PcxA6OgXzKwf1GMPw1.',0,'jaisonmathai1974'),(967,'chrisbillham1988','$P$Bex/9brAR7YdwjKkKUpa0pzXntwa.F/','chrisbillham1988','chrisbillham@hotmail.com','','2017-07-11 19:31:22','1499801484:$P$Bj2sJbqg/voYRnciOYNBtHuHPYR.xt1',0,'chrisbillham1988'),(968,'aecs.arcachon1964','$P$Bnabe6q4Zz3ff9LsPteK88mAbh.ObN0','aecs-arcachon1964','aecs.arcachon@sfr.fr','','2017-07-12 12:30:22','1499862624:$P$BINuVRR6BLrVWTiOoL2/wA9199PfXz.',0,'aecs.arcachon1964'),(969,'jus0051959','$P$BtHlG6pHA5ijZIK99LjaB1cH3Lg2hm.','jus0051959','jus005@live.ca','','2017-07-12 13:54:24','1499867667:$P$BA8c1U9d7oeFdhUItH24RH.i4tjCMu.',0,'jus0051959'),(970,'jblyholder551993','$P$BkoozcfrYr/0cukvANYYat4ee9V0rm.','jblyholder551993','jblyholder55@gmail.com','','2017-07-12 15:54:22','1499874864:$P$BidMNDS3IrnbdVKUU.LBG68UtUAGhp0',0,'jblyholder551993'),(971,'lhumenik11993','$P$BqvjFDC/9Hfbp.2oIDjmi9YgLm60oD.','lhumenik11993','lhumenik1@msn.com','','2017-07-12 16:26:38','1499876800:$P$BKsAfOw.5E8q3WxOjzm0qWe4ey1npp0',0,'lhumenik11993'),(972,'wilmabown9991954','$P$Bhrh4/lZeCs8j9KguYg..rs41ZmgE..','wilmabown9991954','wilmabown999@yahoo.co.uk','','2017-07-12 17:05:08','1499879110:$P$BaoqlwjQQpLFJp5rxicQSxOcJ957om1',0,'wilmabown9991954'),(973,'canjerry2007','$P$BBjCHRGlKzKw0Xj2tJFM4lO4UzS6xK/','canjerry2007','canjerry@gmail.com','','2017-07-12 18:54:26','1499885668:$P$B81ANQBoO6CZkZtZ9fMZAT47J6iaDr/',0,'canjerry2007'),(974,'cody_gronning1962','$P$Bp99q7vj1EmtfUSEUzeRBiVRLb1rHx1','cody_gronning1962','cody_gronning@yahoo.com','','2017-07-12 19:44:10','1499888652:$P$BGTmgURE4opN8tYTC3IAbKvyIy9mVU.',0,'cody_gronning1962'),(975,'bthig15072007','$P$BUZ3rua9FVG2fWaiYO95aYlh9YpTB40','bthig15072007','bthig1507@aol.com','','2017-07-12 20:41:10','1499892072:$P$Bd/L5NPqcWmoF2gs0awoTH/sd6lAHu/',0,'bthig15072007'),(976,'kipoots1974','$P$BHAnr3ptNhU40tIZcXFz8zhxoTEs80/','kipoots1974','kipoots@hotmail.com','','2017-07-12 21:47:07','1499896029:$P$BPymA4eG.B.ArCMVSSPZnqEvCjLT.20',0,'kipoots1974'),(977,'nelsonchang71992','$P$B8TMKhjijhrAuzfUJHfsQN2mMuxWd7/','nelsonchang71992','nelsonchang7@gmail.com','','2017-07-12 22:25:29','1499898331:$P$BZ146i8kVy2ZGovim4aTvjGwYiES.O0',0,'nelsonchang71992'),(978,'sabrinaostendorf2007','$P$BDqzjeNDiUMLrPWd7oohaediSHD/lo/','sabrinaostendorf2007','sabrinaostendorf@yahoo.de','','2017-07-13 01:20:33','1499908835:$P$BEjrxX4h430a15aLn54/CYThthpaY/1',0,'sabrinaostendorf2007'),(979,'norwestman1995','$P$BYykIyH40zcf0BWrDGlevlbbJ1C9YJ.','norwestman1995','norwestman@gmail.com','','2017-07-13 10:52:29','1499943151:$P$BLpyAf1tImUPh1K.KNgiC.ZQqRQvO8.',0,'norwestman1995'),(980,'jordan1975','$P$BdvTuPEB6jkD9OXwV0f3wb5UEYSmJ21','jordan1975','jordan@pier70partners.com','','2017-07-13 12:15:58','1499948160:$P$BzcuGwAdBZ7hkLOZ/D4dRtnjp2BWOq1',0,'jordan1975'),(981,'brandi_brooks1979','$P$BADZQvw0MQRDyNK3tsn431To0/SvHq0','brandi_brooks1979','brandi_brooks@hotmail.com','','2017-07-13 14:26:39','1499956001:$P$BhnQmVcinvUh/6T65fJ.xxgqmOZKtF.',0,'brandi_brooks1979'),(982,'thorns021990','$P$B.u7hBXUwXANmOBRFx1H1eW0VKgSWI0','thorns021990','thorns02@hotmail.com','','2017-07-13 17:12:16','1499965938:$P$Bxm0dyxjycbe16t.GIzwwxT5bbfAL0.',0,'thorns021990'),(983,'maryharlie1989','$P$BbMtkU7xNxoxprgtd4bMvj1HiIG18Z/','maryharlie1989','maryharlie@hotmail.com','','2017-07-13 20:28:03','1499977685:$P$BByah3KqXssjjNuk3Q0Mo3uHp5vaTy/',0,'maryharlie1989'),(984,'drakeheminger1960','$P$BL76pRlP.WqS2mUSowrFNborHjRdzN0','drakeheminger1960','drakeheminger@yahoo.com','','2017-07-14 00:13:00','1499991182:$P$BjWJVZP7Nv95w/re4.ZqSreTBvgbKs1',0,'drakeheminger1960'),(985,'annebriggs20101976','$P$BMVFxWtIBISG6/fRLrfAenBCsPSyzR1','annebriggs20101976','annebriggs2010@gmail.com','','2017-07-14 01:01:02','1499994064:$P$Bxuy9yRcFG6V0PTSnZaU/MgDe1vGzO/',0,'annebriggs20101976'),(986,'ciprian.fernando1979','$P$BQg0cXVXE1ubVwlBcxo.dqYvdX9Pi71','ciprian-fernando1979','ciprian.fernando@yahoo.com','','2017-07-14 10:16:54','1500027416:$P$BszKxD9fpvNiIH8cqUwxfbzDilzjaK1',0,'ciprian.fernando1979'),(987,'wrightc2142009','$P$BWUYZS4YrWar.brPSxUapkSilzC0ub/','wrightc2142009','wrightc214@yahoo.com','','2017-07-14 10:39:57','1500028799:$P$BpZiAZr.T58AwRbj7HRI.weWcd/N4t0',0,'wrightc2142009'),(988,'iamking.tg1955','$P$BCeaLP6ibzkcFStr0bCAz44n0gT51M0','iamking-tg1955','iamking.tg@gmail.com','','2017-07-14 13:09:27','1500037769:$P$BZVuKQRkezQerrMfxAjKUA4K5LNs2B1',0,'iamking.tg1955'),(989,'kathistalking2002','$P$BLZGxnFYU/HiAHfY0z4odLW5.xOKPT/','kathistalking2002','kathistalking@comcast.net','','2017-07-14 14:00:46','1500040848:$P$BghIACdIZwh0A6BAb1mRNFmSyvinyi/',0,'kathistalking2002'),(990,'paulairley1990','$P$B2/fmJMZWYK48DNNO32mrsUYz6fpfS.','paulairley1990','paulairley@hotmail.com','','2017-07-14 14:35:38','1500042940:$P$BwIwGQwoAC4sN9EAEjx1ERg7M7Ba7l/',0,'paulairley1990'),(991,'kelly.vitale1995','$P$BZkGwGv1ouA7loVao3wecJbgjqS6Ol.','kelly-vitale1995','kelly.vitale@sbcglobal.net','','2017-07-14 21:37:24','1500068246:$P$B5BBZsuktHSw21OdvANrzISug60E0R/',0,'kelly.vitale1995'),(992,'jshrum992002','$P$BpkU.g/51RmSBiHLzpl1lm4zVv2tTH.','jshrum992002','jshrum99@hotmail.com','','2017-07-14 21:54:58','1500069300:$P$BAfFzEVysyJAmjAhFmEtd.kjPHK67f.',0,'jshrum992002'),(993,'emskalski1975','$P$BpTbbEM2wd900AQhF1zoCAM0ZpVsOv1','emskalski1975','emskalski@gmail.com','','2017-07-15 05:36:22','1500096985:$P$BL86lBQTcb9RqNN/mJvDGk3SyBs9Ky/',0,'emskalski1975'),(994,'support2010','$P$BpCQva0ooxOoAq1Yt60stuDUN23pee1','support2010','support@foodshell.com','','2017-07-15 18:04:21','1500141863:$P$BX1DiqyALFW7b8OOsM/QSm6E6j8y/s/',0,'support2010'),(995,'joe.hernandez1999','$P$B3qgPHJsTjgbcIFXXD9pAoffpm0zNh/','joe-hernandez1999','joe.hernandez@novixmedia.com','','2017-07-16 09:33:52','1500197635:$P$BhlU5UMKgs8WLbwk3gz2IWZBh2Dubp0',0,'joe.hernandez1999'),(996,'angiew86961973','$P$B78wUdMNy2DdNb1a8velAiTjS.5OEl1','angiew86961973','angiew8696@gmail.com','','2017-07-16 09:39:21','1500197963:$P$BJyAFYVUSuUVrZLDh5suaUCx9Ks0XR0',0,'angiew86961973'),(997,'luca0931959','$P$BljfbVyt30sa3WNXJUI7nH/NUKsBFy1','luca0931959','luca093@gmail.com','','2017-07-16 11:35:56','1500204958:$P$BTSh5EwhxDRKEX8tU0SBvrknwwTlb91',0,'luca0931959'),(998,'jays2th1978','$P$B5DSg7TpYEnUflkXWC4pd0RS03R4jn.','jays2th1978','jays2th@aol.com','','2017-07-16 14:54:26','1500216868:$P$BYvR7GsczcxM4ILvj3P6CVAJphjc.51',0,'jays2th1978'),(999,'minbox571998','$P$BM2flxGmVT6.lWLAwKhmJCTI9R7oa7/','minbox571998','minbox57@yahoo.com','','2017-07-16 17:20:46','1500225648:$P$BWioHO1k88I8fRv4boH3rA5tq7GjIq/',0,'minbox571998'),(1000,'nicole_patrick2001','$P$BuFxwL4aYhWWaD3ux5YR6mY0WYz4vF.','nicole_patrick2001','nicole_patrick@hotmail.com','','2017-07-16 17:56:41','1500227803:$P$BefqF54pKhGAv01oXbDVV7nJsInw2u0',0,'nicole_patrick2001'),(1001,'maribel_mou2007','$P$BMqd/COU2OBRFJDuJnGX7S/V.DskyQ.','maribel_mou2007','maribel_mou@hotmail.com','','2017-07-16 19:03:50','1500231832:$P$B86dXA3Q0R660ha5tjYR/gOrbGOnjq/',0,'maribel_mou2007'),(1002,'adam29391985','$P$BSccPPgYNuKfdb6cIyiIR/bDYUHqde/','adam29391985','adam2939@outlook.com','','2017-07-16 21:22:42','1500240164:$P$B5znZLbDjS/FI0ItLjetdo.V/JFr94/',0,'adam29391985'),(1003,'nate.c.vail2008','$P$BpuWUXyqo/CyiqRlx7keRfDWVtvpha.','nate-c-vail2008','nate.c.vail@gmail.com','','2017-07-17 03:26:16','1500261978:$P$BtUvl.2gCp2rhtMqjZNOYt2xMzjGec.',0,'nate.c.vail2008'),(1004,'tobyj911959','$P$BlcctzK8pFL5xyTPMmNKwTcG57DgMh/','tobyj911959','tobyj91@aol.com','','2017-07-17 13:09:49','1500296991:$P$B0mDx1xFocuE3rFIDgVNoitJUReT2N/',0,'tobyj911959'),(1005,'yheredia11971','$P$BNQDIvTVcuvdA1VYaIsKk02uPVpgCj/','yheredia11971','yheredia1@hotmail.com','','2017-07-17 16:16:36','1500308199:$P$BBF1DnO6RnD2f/IPUpvwDOHKPoqklY0',0,'yheredia11971'),(1006,'velichkin1950','$P$Bx7qyc3qU0sF4ogZL/BbxkJeyq79hu0','velichkin1950','velichkin@yahoo.com','','2017-07-17 18:36:54','1500316616:$P$B79o8Gyuvh3VSBxmSOU6Pxf.kPLraK/',0,'velichkin1950'),(1007,'jacquelines_parker1977','$P$BmEK3z4Nzq3SaWRFXDmc2GKtvif8EL.','jacquelines_parker1977','jacquelines_parker@hotmail.com','','2017-07-17 19:40:30','1500320432:$P$Bk9ikLBbXKABtVCmatei8C9Bypgv0L1',0,'jacquelines_parker1977'),(1008,'noelpense1953','$P$B1iaeDYtWe1RF5jA71lcjhsUPRjvXa/','noelpense1953','noelpense@hotmail.com','','2017-07-17 22:48:43','1500331725:$P$BTufvOqSBnVD6tW0z5v2A.umRj6yD0.',0,'noelpense1953'),(1009,'buckbenkelman1993','$P$BrSJTOt5yy4HSsb7SHVkw5AhZAMy7d.','buckbenkelman1993','buckbenkelman@hotmail.com','','2017-07-17 23:18:37','1500333519:$P$BZy3uwc1WP/IwJbrFDbUQI4Ums8vXO.',0,'buckbenkelman1993'),(1010,'tkeenan324771984','$P$Bq1fFVnHElrphjPYx3zfLuCQ7TsbI41','tkeenan324771984','tkeenan32477@aol.com','','2017-07-18 02:48:45','1500346127:$P$BQUqgk81Mst8VwbIpHMqJQKd3MvYeJ.',0,'tkeenan324771984'),(1011,'ndeflora2010','$P$Bvv4OeTFJB7EqMPZB3mMra3jGQs6Ul1','ndeflora2010','ndeflora@aol.com','','2017-07-18 09:44:18','1500371060:$P$BALoA1TwwpMUaKhq/Xg5MD2g14wC080',0,'ndeflora2010'),(1012,'rawllw1971','$P$B7PyjSsW/6jd.2s/RDEyC7IF7DjrAx.','rawllw1971','rawllw@bellsouth.net','','2017-07-18 10:31:52','1500373914:$P$BUtcCJQgYDuNBRgEaVNkWbQ.I0HtoD.',0,'rawllw1971'),(1013,'cjbluechel1980','$P$BocEzp2lPllpBDAjYae/Ci.KjI4DQ0/','cjbluechel1980','cjbluechel@hotmail.com','','2017-07-18 13:12:54','1500383576:$P$BWxtOPOsVVdiPpqRcDO29YEeK/HSsQ/',0,'cjbluechel1980'),(1014,'dan_steen1957','$P$BiiNJFTlEgHUwv0eJ79erL1JNSMDFY.','dan_steen1957','dan_steen@hotmail.co.uk','','2017-07-18 14:19:39','1500387581:$P$B63lVExT2N5fc9eMM76qUdinTiayHW0',0,'dan_steen1957'),(1015,'bucklemike1962','$P$B2LfnQjkrluMav3kHUwBZRhkIMrwzF1','bucklemike1962','bucklemike@yahoo.co.uk','','2017-07-18 14:31:13','1500388275:$P$B0wLWiryutVC5xEkCEjggzev9RmgRt.',0,'bucklemike1962'),(1016,'lisat1951','$P$BVswT/r0kHUMANhtho/ffGCn4F7zGr.','lisat1951','lisat@aes4home.com','','2017-07-18 18:19:25','1500401967:$P$BWuHTorfuT8TQ4qoYonn5.xYjn/3xg/',0,'lisat1951'),(1017,'jianbai_wang1956','$P$BUkQMVBbBDbVeWO0sbEFsE1T/fy2D80','jianbai_wang1956','jianbai_wang@hotmail.com','','2017-07-18 20:02:08','1500408130:$P$B47Do3ZoRYMYGHOPMOXMa9Yh0fhvhq1',0,'jianbai_wang1956'),(1018,'nofarrell1951','$P$BNSpcKg/xVpm4P7HQg53DTr9mPej5Q1','nofarrell1951','nofarrell@compugen.com','','2017-07-18 20:38:09','1500410290:$P$B3/GiB.WDHQSG.4xQwL2aoiz45xI31.',0,'nofarrell1951'),(1019,'famlawdjs2000','$P$BfffuRj3tEW3uiQNJAS9DqOLbU9p4j0','famlawdjs2000','famlawdjs@aol.com','','2017-07-18 21:12:04','1500412327:$P$Besw5W/fH8IcjOcsW9VoyqooRkYPGu1',0,'famlawdjs2000'),(1020,'jason_stokes1994','$P$BYFcVubmXwNxWc.1QSnepuEExpd2PY/','jason_stokes1994','jason_stokes@hotmail.co.uk','','2017-07-18 21:36:09','1500413771:$P$BXm.FGnWBpV/JZrCkGX/sPRIorZbLS.',0,'jason_stokes1994'),(1021,'sd13sd13sd131958','$P$BNrUbe9jUbUVMHXkKYeDlKKg7kkpLK0','sd13sd13sd131958','sd13sd13sd13@hotmail.com','','2017-07-18 23:13:10','1500419593:$P$BikmKVhi2SIZW5wOZWo0e.CP5YN7.b1',0,'sd13sd13sd131958'),(1022,'solbakkenk1998','$P$ByY8pbtfYQLJjVH6v2.A99.S4XQVvI/','solbakkenk1998','solbakkenk@live.com','','2017-07-19 04:26:49','1500438411:$P$B1PVHu/KZMP9TknWbgj1an31afw./50',0,'solbakkenk1998'),(1023,'dhamburger191954','$P$BRKcaR9fw3p2AMFld5UBLrKj4YHh8k/','dhamburger191954','dhamburger19@gmail.com','','2017-07-19 04:48:51','1500439733:$P$BrOpTS9bHE9l4fhX7OU8cOPUtFJsUF1',0,'dhamburger191954'),(1024,'revtasachurch1989','$P$BZGDGjjgO64BLWcbzzzB.8XQ7bgWDp0','revtasachurch1989','revtasachurch@hotmail.com','','2017-07-19 12:19:14','1500466756:$P$BIQuSGBlDRz23Lf3US.i1sorNgD/pb1',0,'revtasachurch1989'),(1025,'bmx5932008','$P$BmUKQqX8PMv7XrK9rkqwUe5C.AsxgX.','bmx5932008','bmx593@gmx.de','','2017-07-19 15:47:04','1500479226:$P$BakACJIjpQSvdva3mulZ0inbbqMkAa0',0,'bmx5932008'),(1026,'jplanger1963','$P$BOCjEPOMwDHL4Nkl6QLb7O4JHndYTv0','jplanger1963','jplanger@gmail.com','','2017-07-19 17:13:43','1500484425:$P$BrcG8rXNoYy2JE/qq9S2L.7.OwbJO.0',0,'jplanger1963'),(1027,'jasonparsons6662010','$P$BZhkR4QyHV.kZei3xhnqKO7alwlKVc.','jasonparsons6662010','jasonparsons666@hotmail.com','','2017-07-19 22:37:19','1500503841:$P$BytuY1jUr/a/wjTE5zsCcqCGybsUvn1',0,'jasonparsons6662010'),(1028,'brucei220582003','$P$B5OXzk8GvNdK6Zne8XC5ol2vsQ1H1j/','brucei220582003','brucei22058@gmail.com','','2017-07-19 23:41:40','1500507702:$P$B98rKOj5J0znQ8dt2oc573KhOVMvY31',0,'brucei220582003'),(1029,'susan75751983','$P$BaojvrWIDWchOymgEz6qa6K8EhnFYw0','susan75751983','susan7575@hotmail.com','','2017-07-20 03:01:29','1500519692:$P$Bg8f6q7Tjdsm9YB3KD71t32Qjka.Ma1',0,'susan75751983'),(1030,'josueaguirrealvarado1983','$P$BQMVe6PHEmrfQSvY91XNR0GZc0PPiF.','josueaguirrealvarado1983','josueaguirrealvarado@gmail.com','','2017-07-20 18:12:21','1500574343:$P$BJCRMItyZkPM2pbf.9BvbzxPyTTQFS/',0,'josueaguirrealvarado1983'),(1031,'klawton2004','$P$BDfGP9gAITytaFBuLmGewuVwTsERuB.','klawton2004','klawton@gmail.com','','2017-07-20 20:18:42','1500581925:$P$BCx13P5fG0FqhjmtoUShz8OLVVDAbl1',0,'klawton2004'),(1032,'cljansen11978','$P$BMs4qvpMp/cuaj0kFzREIn2vNHjRnC1','cljansen11978','cljansen1@aol.com','','2017-07-21 00:42:52','1500597775:$P$B.hIbh4f3Peoo5U0ukmTkk5b/ekkBJ.',0,'cljansen11978'),(1033,'dsedg871992','$P$BB/ahzIZvWD4A3z7ViCinbQcGj4VbB0','dsedg871992','dsedg87@gmail.com','','2017-07-21 05:44:08','1500615852:$P$BbysBZFrIOw8CyyrWWzRuDf587YDzn.',0,'dsedg871992'),(1034,'robertcwilliams1974','$P$BBouDPUW3YYDyC1KZalvhhdhBOD0dg0','robertcwilliams1974','robertcwilliams@hotmail.com','','2017-07-21 12:42:23','1500640946:$P$B4P/oWnbdRLahvUzO8RLK3bOTbsHi91',0,'robertcwilliams1974'),(1035,'danigeo12001','$P$BYfuwxms7aq/8wO.kTqBYNonysOP9A.','danigeo12001','danigeo1@aol.com','','2017-07-21 15:46:42','1500652005:$P$Bii/0vmXC9gw1Db8yMT35bp3xgmO4E1',0,'danigeo12001'),(1036,'kulchetan.sanga2008','$P$BRa2lvkycpZb01txLXAkxMGPu4.D151','kulchetan-sanga2008','kulchetan.sanga@gmail.com','','2017-07-21 16:19:14','1500653956:$P$BsjyElsXEo2NXSo.soxrBfDZSqjmgA1',0,'kulchetan.sanga2008'),(1037,'scott9292006','$P$BFDcmLZeCC7uvP9DWaIQ51137o171n.','scott9292006','scott929@hotmail.com','','2017-07-21 20:08:22','1500667704:$P$BdSeBE7f/8B0JGN6aWs8v7Qtqy1.Ng1',0,'scott9292006'),(1038,'sboresow1970','$P$BLUZgV6F97WbJ0QMDRmbgZmalLIJ2t.','sboresow1970','sboresow@bellsouth.net','','2017-07-21 20:49:37','1500670179:$P$BdUbkU0mNeLRyMZtJCoMg66P5vOmbA0',0,'sboresow1970'),(1039,'eod0021962','$P$BZRuAzfbJ9fSBOnxwWqyOgmSwKZ8Qb.','eod0021962','eod002@gmail.com','','2017-07-21 21:33:24','1500672806:$P$BQqGIanNslBocwKWPSjwwa71tFa5Nf.',0,'eod0021962'),(1040,'lori.fritzer1976','$P$BvFkb59Mi1rzLo7gbDbnPAtnhhi9Aw0','lori-fritzer1976','lori.fritzer@gmail.com','','2017-07-22 07:52:41','1500709963:$P$Bni.l2mxrbew4/kHAMcpjpbb/jYtUu1',0,'lori.fritzer1976'),(1041,'wdeutsch1955','$P$BBt7u8eWxa1pSBLEM5TgQLgOPa8aNj.','wdeutsch1955','wdeutsch@yahoo.com','','2017-07-22 09:05:09','1500714311:$P$BvrTfrLE4dFGJZjSekgmIZKXU7gAKJ/',0,'wdeutsch1955'),(1042,'jcao3212006','$P$BuQn8GPCmNbGexGpzwIpvDumuRYeil1','jcao3212006','jcao321@gmail.com','','2017-07-22 15:48:44','1500738526:$P$BJQg7CAGDbXO74rr7dyBk/NWBvgRRs.',0,'jcao3212006'),(1043,'stephanie.dolezal1999','$P$BM/t.3UZSIu/bgqNryU3eVYxRoaw4C.','stephanie-dolezal1999','stephanie.dolezal@yahoo.com','','2017-07-23 03:45:04','1500781506:$P$Bic9vNwRDVQZeo0jUt3JSMqS7j9/c9.',0,'stephanie.dolezal1999'),(1044,'volar19631976','$P$B8.GYvKBACAXZ058Z8Rdau4DUksBd31','volar19631976','volar1963@hotmail.com','','2017-07-23 03:45:47','1500781549:$P$BpWz5z.0oBCWQTs652NURWVcDutTVB.',0,'volar19631976'),(1045,'vraiteri1955','$P$BmAApG.HSaICoNRYFidR7ABzKSVcqn/','vraiteri1955','vraiteri@gmail.com','','2017-07-23 15:17:14','1500823037:$P$B4wj.sqet6Qv3rjkSfTvmjzVBq0/1O1',0,'vraiteri1955'),(1046,'kari1810901963','$P$B1lTtwqkK5IRoPUK5z9yDwQ5J/wtPX0','kari1810901963','kari181090@hotmail.com','','2017-07-24 00:00:55','1500854458:$P$Ba2B9koQnsRISTxKAQgqAjMphNJhlA1',0,'kari1810901963'),(1047,'topaz13132006','$P$BkCrTiEK4n1a3HIHrmuyZyTa3BK3e4/','topaz13132006','topaz1313@hotmail.com','','2017-07-24 02:11:42','1500862305:$P$BtpvAyW9yVrrKIaY0EGSheqEdclJ5I.',0,'topaz13132006'),(1048,'los_chucky1965','$P$BuBnEKXU0dRR.D0UyJMb8kSyDn/hRg.','los_chucky1965','los_chucky@yahoo.com','','2017-07-24 04:25:54','1500870356:$P$B3eVWXmqQAuXLi7.92L8mKAd.ewiXs1',0,'los_chucky1965'),(1049,'butterfly0952004','$P$BmwICOBHAJwTn0t9rb7SKpecC4fcTJ/','butterfly0952004','butterfly095@aol.com','','2017-07-24 10:04:43','1500890685:$P$B3XKnSeaUg73mNaarSO70cfnb4yRla.',0,'butterfly0952004'),(1050,'buffalo18551970','$P$BlTHnTf5h5i4V4D0pJ4XPnyxy/VrVC1','buffalo18551970','buffalo1855@msn.com','','2017-07-24 15:54:16','1500911659:$P$BdgEaaRTNOcJAFUbmmG.Zm9tKtPlSb.',0,'buffalo18551970'),(1051,'tsvimark1984','$P$BQOgrunrUjbJBEmkfoTxw5bdIBikmt0','tsvimark1984','tsvimark@gmail.com','','2017-07-24 16:50:16','1500915019:$P$B.Ix6SeiiNK6B6/apoWZM1o7PeDePr1',0,'tsvimark1984'),(1052,'speed49racer1974','$P$B5r.twmqM.lUBAtEgDp.8CrmzL6gcx/','speed49racer1974','speed49racer@msn.com','','2017-07-24 20:29:16','1500928159:$P$B2KtDNjx0PlXRnV0oAd7mjjp/YKUiz.',0,'speed49racer1974'),(1053,'harrietwrightuk1953','$P$B0s0MNsvoVWIMkcPjfH0j7QQisb.jD0','harrietwrightuk1953','harrietwrightuk@hotmail.co.uk','','2017-07-24 22:34:19','1500935662:$P$Bykqv5rJaY0kaZYUBYRzeg7Fia6QOD.',0,'harrietwrightuk1953'),(1054,'holzberg1977','$P$BZVOwLH/YzRwW8PYu7ZOlc7zz8RdLz1','holzberg1977','holzberg@sbcglobal.net','','2017-07-24 23:09:56','1500937798:$P$BkvOHCBiFDTiIZzVbXzA4sTC6Qp1gi/',0,'holzberg1977'),(1055,'troublesome16711972','$P$BeJIIKQfX5j7e0eC50lFSz537JN4CV/','troublesome16711972','troublesome1671@hotmail.com','','2017-07-24 23:34:38','1500939280:$P$BFbIEKh7mTnIp3.wnHaEEtIwkY5s6f/',0,'troublesome16711972'),(1056,'rsbourgeois2007','$P$BJbNNMlWmiOb5aUsgu4PpkNr1zm.wP0','rsbourgeois2007','rsbourgeois@gmail.com','','2017-07-25 05:48:25','1500961708:$P$BDc.V1dMEfm7I0lWN1TDUnZz.USOCX1',0,'rsbourgeois2007'),(1057,'jseverydayfashion1965','$P$B6ionvHaSM84UWNO9knSB1NG6rqpwm1','jseverydayfashion1965','jseverydayfashion@gmail.com','','2017-07-25 10:10:08','1500977410:$P$BIZzFktn55lzt/NXUPdZf2N9o43yRH1',0,'jseverydayfashion1965'),(1058,'hightower1041970','$P$BpCnzlwfrQAo0tJHwzZKLvKxY/zb5b0','hightower1041970','hightower104@aol.com','','2017-07-25 10:15:49','1500977751:$P$BHFCJO5UgRkv/2ErGBIGVEJNDxb98D.',0,'hightower1041970'),(1059,'libnsam1992','$P$BoQqeiT23xPgSnRF1iHyEfpKH/P7z71','libnsam1992','libnsam@aol.com','','2017-07-25 11:40:55','1500982858:$P$BiG.IC0YTvSp4I/Ramrf/JtntcOhL7.',0,'libnsam1992'),(1060,'antoine.harel1974','$P$Bj8qyFpA0ElevAVmEUlKXM5b/uhDZ3.','antoine-harel1974','antoine.harel@hotmail.com','','2017-07-25 12:49:07','1500986950:$P$B6xeGnnb/aaGMl7gL6s5O3FqhSQ85l.',0,'antoine.harel1974'),(1061,'jwidmer522001','$P$BKjtTtgvesunwSyxTDMWM0jJaC0ZTL/','jwidmer522001','jwidmer52@yahoo.com','','2017-07-25 13:34:06','1500989649:$P$BgzVEtjA54RlS6HjzjAkRedyC4f53Q0',0,'jwidmer522001'),(1062,'joshjohns2005','$P$BESnrSwJNSwCa6kg9yelqYGNFqcHzp.','joshjohns2005','joshjohns@live.com','','2017-07-25 16:35:42','1501000544:$P$BKPschu2bYYBsEkWZkUgtLMIDVrLCd1',0,'joshjohns2005'),(1063,'walters1111955','$P$BTJ0pHCE5Fh1ApVjPG2jG67lvcumw51','walters1111955','walters111@hotmail.com','','2017-07-25 18:51:18','1501008682:$P$B3trTaSx6AIxTk6NJTzIAjmW6puA2T0',0,'walters1111955'),(1064,'razyrae1964','$P$BLfILzzBoCythep/WNiveyvbxBT0Pv/','razyrae1964','razyrae@yahoo.com','','2017-07-25 19:38:40','1501011522:$P$BAMGv.ZNvZGOJM6V2IVJJEXUsrKhTM.',0,'razyrae1964'),(1065,'aimee_boit1990','$P$BGFqBMetHNK/rLY1YZyO7qi5c49uEH/','aimee_boit1990','aimee_boit@hotmail.com','','2017-07-25 19:44:33','1501011876:$P$B1rFGPnLRqddxThUtFLsPvCxrQK6DC1',0,'aimee_boit1990'),(1066,'jahiggi331979','$P$B33aCO5o.da3yQa7m4H9y1CMnJ2Sm21','jahiggi331979','jahiggi33@yahoo.com','','2017-07-25 22:40:45','1501022448:$P$B3bgsZ3/KY9p57xZHNw.gLp/PQwcVH0',0,'jahiggi331979'),(1067,'gordon_riza1951','$P$BVjJUBTF6dRXQvQfsZlTm1xPAqiFIm0','gordon_riza1951','gordon_riza@yahoo.com','','2017-07-25 23:09:42','1501024186:$P$BX8Hr1OW1dzUI/WC.AWuxl.I1nCb7M0',0,'gordon_riza1951'),(1068,'shadow_th201955','$P$BHn3YqYbxmtvRuOvN1fQzLRcrHSg9Z/','shadow_th201955','shadow_th20@hotmail.com','','2017-07-25 23:13:01','1501024385:$P$BDS/yLRTHxKgascV4tuQkwjGq17Jnx1',0,'shadow_th201955'),(1069,'lmg87781971','$P$BjF4R9Qzl9lvEi33AC3tqmfzTnoqBG.','lmg87781971','lmg8778@hotmail.com','','2017-07-26 00:18:49','1501028332:$P$BVyJL.q788BGkPdU/XiOmTCBLVEN3s1',0,'lmg87781971'),(1070,'ssamonek1951','$P$BRApIwSrxDLDQ9UjhzqC4EOaNluwRm.','ssamonek1951','ssamonek@yahoo.com','','2017-07-26 05:33:02','1501047184:$P$Btjqq0K5V/OYs3Zty1qabbjcun9kee0',0,'ssamonek1951'),(1071,'april.cr91081952','$P$BZgiLVGoH/0bJ.1DI6uX9VuH9HQ75h0','april-cr91081952','april.cr9108@yahoo.com','','2017-07-26 08:29:21','1501057763:$P$BJ76uF3fv2zFakbkurLaQjp4017XTJ1',0,'april.cr91081952'),(1072,'alisonsmith4261984','$P$BEWOyN8t67HrNtrpMgmkJrkiR2Y34h1','alisonsmith4261984','alisonsmith426@live.com','','2017-07-26 12:48:44','1501073326:$P$BFDKNvJBLK4q7NRT.tFWeB6G0iug3J0',0,'alisonsmith4261984'),(1073,'cbglobie1956','$P$BY8dDnQ5qh/fy8cikZ19U6CkDQu9Es/','cbglobie1956','cbglobie@msn.com','','2017-07-26 14:51:18','1501080680:$P$BS0Pn4Ank5sRjRoBPTN419lR3qilfw0',0,'cbglobie1956'),(1074,'garrettchap1976','$P$BvwzNy/0KEsTdQuA4HwxCxDt.2WpAR/','garrettchap1976','garrettchap@live.com','','2017-07-26 18:49:54','1501094996:$P$BSGIyWLXF.etez9DXouuT5rRYEueZ3.',0,'garrettchap1976'),(1075,'ziomaramolina1969','$P$BSJTX4KZhvlQ552a0FDABqsL69FCdP1','ziomaramolina1969','ziomaramolina@gmail.com','','2017-07-26 19:11:22','1501096285:$P$BTFMAZTAhnVMn4hNx.VUrkd2lSAjj81',0,'ziomaramolina1969'),(1076,'adrienneross1976','$P$B0j816IIXIXqGE.0oIL4S7GglpFIpO1','adrienneross1976','adrienneross@live.com','','2017-07-26 22:44:45','1501109087:$P$BC9usRVeOhd6ZLQD24sd0A8uaqrgVa1',0,'adrienneross1976'),(1077,'jomiller181959','$P$Bl3KZxjOXRWiu4QTb7s85tp3YuOBkf1','jomiller181959','jomiller18@gmail.com','','2017-07-27 00:19:35','1501114777:$P$BIU3s.TWE7wsQrJqkn4/IAWjGiiPHC.',0,'jomiller181959'),(1078,'npierce891950','$P$BA5k0nPvynKM8Gzad.KEHJ2tthlvJv/','npierce891950','npierce89@gmail.com','','2017-07-27 11:47:52','1501156074:$P$BEpTtanva8ZzFRLFJDk9jnEcMDm0LO1',0,'npierce891950'),(1079,'elenthall2004','$P$BC.pFsEXmZTufvBifdBgA.2P4uABa/1','elenthall2004','elenthall@cox.net','','2017-07-27 12:38:55','1501159137:$P$BPdGk.UDoKAEIg8qQ25UR7Wfg/wKv81',0,'elenthall2004'),(1080,'maxmess20101953','$P$BBGfan1oXlUrSopgj2QGK0In.UtN3C1','maxmess20101953','maxmess2010@live.com','','2017-07-27 13:53:43','1501163625:$P$BBmQ5UJr/DFri3vGPR7ntJslqPweSH1',0,'maxmess20101953'),(1081,'evemeier1961','$P$B52siyiF0CQQkUdWvFUC0C2mFHGKs40','evemeier1961','evemeier@msn.com','','2017-07-27 16:19:36','1501172385:$P$B4QtTAGtQjpkuln2uCSoymezBxphFF1',0,'evemeier1961'),(1082,'ioriokeith1961','$P$BDlqp3c9cJWtGXYQKlmVvFtDHXt16b.','ioriokeith1961','ioriokeith@gmail.com','','2017-07-27 17:19:36','1501175978:$P$BtQpPMvaqE8MdHQRusJ5cahmo3qE2l/',0,'ioriokeith1961'),(1083,'bsonetwo2000','$P$BwgJufcGgAwwuto4vfziGk1xkw.xrX/','bsonetwo2000','bsonetwo@gmail.com','','2017-07-27 17:50:22','1501177823:$P$BbHceBbMCBV62lokDcFcsRRQE0pWN4.',0,'bsonetwo2000'),(1084,'orlandogavilan2004','$P$Bh/Ubk5umQDz5KIy5YwMCMIuQ.J8Kl.','orlandogavilan2004','orlandogavilan@hotmail.com','','2017-07-27 17:53:57','1501178039:$P$BnBukZQQPMGyPLXgnREbxKdNiebEAk/',0,'orlandogavilan2004'),(1085,'gfreedom992004','$P$BmcilIlWK7plO/r0KhV5IfgWeO0Cmw.','gfreedom992004','gfreedom99@gmail.com','','2017-07-27 19:22:40','1501183362:$P$B1vhN5hX86Al9Uv8ns1VYZgYtTcI9X.',0,'gfreedom992004'),(1086,'augustov1953','$P$BSicT3R7GsBrrQO46oRL1HTTu1NPSm.','augustov1953','augustov@hotmail.com','','2017-07-27 20:19:40','1501186782:$P$BVWND3FaB6.D7FArMqY6eOKKgnUCN91',0,'augustov1953'),(1087,'lketola1972','$P$B53dUi5FprpONzrrYC6exYapdaNwYo1','lketola1972','lketola@comcast.net','','2017-07-27 20:34:03','1501187645:$P$BR0WUG3zazZy0jziXPs75e3Ur8fOsy.',0,'lketola1972'),(1088,'emichel2009','$P$B1QXalZG8JGh7eSHeBT3kDPKCSHqKf.','emichel2009','emichel@metrocast.net','','2017-07-27 21:07:36','1501189658:$P$BSEU2eX30cV09uhUhZf20BPchx1/4I.',0,'emichel2009'),(1089,'karlakringen1981','$P$BvfSHnMC7J2AcFXONRmnd2MQLczFTi.','karlakringen1981','karlakringen@aol.com','','2017-07-27 21:26:23','1501190785:$P$B5.bbrE4OZT.dwQrVDD1Yr2ZFYkN1n0',0,'karlakringen1981'),(1090,'crazyblimo1001981','$P$BL.UdR2V7oLoflQ9l9AHv4lDnpat1J1','crazyblimo1001981','crazyblimo100@hotmail.com','','2017-07-27 21:44:58','1501191901:$P$Bxbb9.iPou2mcUGFThL2JVMkkwGKZw0',0,'crazyblimo1001981'),(1091,'kevin2006','$P$B4q3YlbLL7XK7KGtYcOSrRuCPVenad/','kevin2006','kevin@elliptic.co','','2017-07-27 21:46:20','1501191982:$P$BCNfdCGAszzl/jNivwZVU/BrUrwKoC/',0,'kevin2006'),(1092,'justinhansen571950','$P$B8bEr6mDTlpVISV6b3ABi3dC4UZZcb/','justinhansen571950','justinhansen57@aol.com','','2017-07-28 01:12:41','1501204364:$P$Bto8pi8jKzy1n15dcniztaSZJCoCJI.',0,'justinhansen571950'),(1093,'griep011984','$P$BoBPL2oX7tiqtmbV39h40TtTH4DiTt0','griep011984','griep01@gmail.com','','2017-07-28 02:03:29','1501207412:$P$B6tBQPpJgwxnxZ8GhFP1bJwwJCz5DK/',0,'griep011984'),(1094,'sherrys072005','$P$BTcZMV..34uquatn9F016i7wLNIAO9/','sherrys072005','sherrys07@hotmail.com','','2017-07-28 02:46:51','1501210013:$P$BPfe.SmAaRV3srx8kN/7DVrEp2Vv4g1',0,'sherrys072005'),(1095,'terencerice1986','$P$BVVtOx1uI3oeonSXQpISVzsLWVcCql1','terencerice1986','terencerice@hotmail.com','','2017-07-28 03:39:26','1501213168:$P$BKwYmIVMoZg3uggY7Ud/MMGlvXk03R0',0,'terencerice1986'),(1096,'dsbyler1989','$P$BTrATOhmVAhIneJ3MJtz1LPTkWrHTj/','dsbyler1989','dsbyler@hotmail.com','','2017-07-28 03:57:43','1501214265:$P$BoruI0KIfT2uS0qVn7xs4PNkm8aOyb0',0,'dsbyler1989'),(1097,'tonyamccall2007','$P$B7VvIXMUFPfheI.v5ucbWDVVdYTvDD1','tonyamccall2007','tonyamccall@hotmail.com','','2017-07-28 04:55:09','1501217711:$P$BqgPkcSLJ.K8zbkoVBRRaWdDXfY2vw1',0,'tonyamccall2007'),(1098,'michaeltoddsanders1997','$P$By3fC5bLfQU2nhVUssl8u2bbOAc3hC0','michaeltoddsanders1997','michaeltoddsanders@gmail.com','','2017-07-28 10:40:49','1501238451:$P$BEEyFpFeTCTZ4s8P0lqlDEmYMnHdaL.',0,'michaeltoddsanders1997'),(1099,'poche_1989','$P$BISZzzzaxHTpoOCfluWkzdcdK4E68h1','poche_1989','poche_@hotmail.com','','2017-07-28 13:51:08','1501249870:$P$BrgErYfc/vY.wopCN2dbd0fPp8WXVo0',0,'poche_1989'),(1100,'bluphoenix281973','$P$B0bKz6MP0trV9py/2bgpmm.P42jUQj1','bluphoenix281973','bluphoenix28@yahoo.com','','2017-07-28 14:21:46','1501251708:$P$B5wulSuzQIRWd/5Pge/ITaeHnZC6Wi/',0,'bluphoenix281973'),(1101,'i.dot.jufro1999','$P$BSd27Jj8XAVp69TzgaSjbGhAmlcJLB0','i-dot-jufro1999','i.dot.jufro@gmail.com','','2017-07-28 15:52:01','1501257123:$P$Bpo7NSQBnnvi9iOIJ3vK/u6L7cGmXy0',0,'i.dot.jufro1999'),(1102,'daisy-fresh2003','$P$BaZh1e4FxQhYPYIyZOhEvSAq5YP5I9/','daisy-fresh2003','daisy-fresh@hotmail.co.uk','','2017-07-28 18:09:20','1501265363:$P$Bl1UHGSMeOrESq3oZDiZiPXJOtEV/Q.',0,'daisy-fresh2003'),(1103,'m4hharris2004','$P$BVQCcFG2mtdvhVEdhTJfatUNnZPBHJ/','m4hharris2004','m4hharris@hotmail.com','','2017-07-28 21:40:04','1501278006:$P$Bqb2WJzvOhRuyLLDax6Yjgw2dcbZH9.',0,'m4hharris2004'),(1104,'mcasten1970','$P$B3UB4EoVTGjgLo3WkLrsT/.mlLJN33/','mcasten1970','mcasten@hotmail.com','','2017-07-29 05:35:43','1501306545:$P$BaK8lhB0opqQiklW1VHftHvm6j6LYS/',0,'mcasten1970'),(1105,'antonycharman21963','$P$BrcsQphf0Q.rrzUBskjRbUV8MYRLFp0','antonycharman21963','antonycharman2@aol.com','','2017-07-29 07:23:19','1501313001:$P$BVIQMPSQHNwPq.86qG8/nrNDDC.Ict0',0,'antonycharman21963'),(1106,'jen028281991','$P$BFJCmjGnW4eRuhvKGJz/xaeslA6ftN.','jen028281991','jen02828@aol.com','','2017-07-29 10:33:00','1501324382:$P$BEjXBZ/k.dzLROkdHCqkv0etZuu3T10',0,'jen028281991'),(1107,'skopanja1951','$P$BsuocEKIUt9vZdxyXhmiYJovk9.GAy/','skopanja1951','skopanja@aol.com','','2017-07-29 11:55:10','1501329313:$P$BvrAAxDJmEJF/Bn75BJE0sCqiH7mDt0',0,'skopanja1951'),(1108,'rlromeo1989','$P$BDecrsjv73.jRRfmYFwpAhfPq/zdux.','rlromeo1989','rlromeo@hotmail.com','','2017-07-29 15:26:54','1501342017:$P$B3YH8lXwPbbZzQJ6wkV.s.C79LOQxD.',0,'rlromeo1989'),(1109,'beckysmoke1954','$P$BV.aW5pzrLFRrIOzXq4.jXKwtnxSn0/','beckysmoke1954','beckysmoke@hotmail.com','','2017-07-29 21:34:15','1501364058:$P$Br4vIeDf0OUUXmrZs6lgJ.FVL/HdF/.',0,'beckysmoke1954'),(1110,'sdiamante082010','$P$BXEdgXY6nAWqv4Sy7yvY.22kHUHeKY1','sdiamante082010','sdiamante08@hotmail.com','','2017-07-29 21:51:10','1501365078:$P$BI0Bm70hN5O3PxykSaNZ9yL4I0x.l11',0,'sdiamante082010'),(1111,'somerville.scott1995','$P$BCYbfheuSmK2mEnbVKhy1Dpqblib8H/','somerville-scott1995','somerville.scott@live.com','','2017-07-29 23:30:16','1501371019:$P$BJT/NcTJXLOYpfYK4srNJz/qce59Wg.',0,'somerville.scott1995'),(1112,'marc.leclair1960','$P$B70hKzBmGAmdVGYjLdRbbbyCUb3R.m1','marc-leclair1960','marc.leclair@charter.net','','2017-07-30 08:57:28','1501405051:$P$BUuN6oReMFAPgQfOYEL4mgN4HcxcJV0',0,'marc.leclair1960'),(1113,'pjrogers.ylw2007','$P$B9qAUBS.f2FYudeLRAFx1WKkoGO4uS/','pjrogers-ylw2007','pjrogers.ylw@gmail.com','','2017-07-31 00:27:37','1501460861:$P$BqZUXqwDpZI1hbW/ekxvJ3hQVASCxQ/',0,'pjrogers.ylw2007'),(1114,'amy.yoder171998','$P$BUaXspL.gt3oPlstBRTRrWl65uoLIj1','amy-yoder171998','amy.yoder17@gmail.com','','2017-07-31 13:14:38','1501506883:$P$BBd8Odg7MJoLOLkoSC2tSkJxdOJh2x0',0,'amy.yoder171998'),(1115,'yhc641961','$P$BN2nz01gFXgP7B.UZKXmlLwbmnBFGv/','yhc641961','yhc64@aol.com','','2017-07-31 16:03:57','1501517042:$P$BmcsGpHzCgQAMNhJMbpblxmusL9DMX/',0,'yhc641961'),(1116,'1blackgold2005','$P$Bnca2zSnf1C7uOW8dG6yWNf9iy/qM2.','1blackgold2005','1blackgold@live.com','','2017-07-31 22:55:08','1501541712:$P$B4Lk0plKt3Pi2CDGlvAvU8xBYuuWWP/',0,'1blackgold2005'),(1117,'wesmcentyre1972','$P$BNisdJhfGNusBdVLjJg3B9R69hGYw3/','wesmcentyre1972','wesmcentyre@gmail.com','','2017-08-01 04:45:03','1501562708:$P$Bhf2Y1RWtQNAFs2xf7gPJSVOg80zIb/',0,'wesmcentyre1972'),(1118,'ralphnmel2004','$P$Bgz66dZf6208C55ouWDqmc5883v10J0','ralphnmel2004','ralphnmel@yahoo.com','','2017-08-01 09:04:03','1501578247:$P$BxULhazznDCyKIuvCVmLX7Pj5LFR420',0,'ralphnmel2004'),(1119,'vbohan1956','$P$BK76hr5TSJPTasP62F3pIjyN6QcrTw0','vbohan1956','vbohan@hotmail.com','','2017-08-01 10:28:48','1501583333:$P$BFGFnLjz7.fM4FaTIz9ZumiRWiHYHz.',0,'vbohan1956'),(1120,'scottl19691991','$P$B7MGMKVihpJglcRk5LBtrjO6thlndC/','scottl19691991','scottl1969@hotmail.com','','2017-08-01 12:48:25','1501591709:$P$BsKf62MG8MpU/fuQU8JLvsR9qDqko5.',0,'scottl19691991'),(1121,'lbrown031985','$P$B/KOdYHXI8MgKJ7RelOrCcUOTiFG2o.','lbrown031985','lbrown03@me.com','','2017-08-01 15:55:12','1501602916:$P$BfxwamzUUFUBAx3F1AguLSC3w/hguC.',0,'lbrown031985'),(1122,'flighty1022005','$P$Bh01k8q0DRsyVvZX7eS9Eej8QD2A7o0','flighty1022005','flighty102@aol.com','','2017-08-01 15:59:29','1501603172:$P$BIw5AaRf0NTUNIHID1NqNdT5fEt4141',0,'flighty1022005'),(1123,'djkrueger1994','$P$BihKOiPkyyuxuZ5FhOUxmFxRRq.2c7/','djkrueger1994','djkrueger@gmail.com','','2017-08-01 16:40:18','1501605622:$P$B09hZHqUuOWyA8jWd80aT2wf4frcOf1',0,'djkrueger1994'),(1124,'jerry-burchell1973','$P$Baf70GxMn78hSHld30yg/FIcqGbpcN/','jerry-burchell1973','jerry-burchell@live.co.uk','','2017-08-01 16:44:24','1501605867:$P$BDeugvw7O3oMoA/PdpGmoe8mGq9g9k1',0,'jerry-burchell1973'),(1125,'sueduberry1969','$P$BMb/2NGNZsDUmNrw8yBBGNuaFifFl1.','sueduberry1969','sueduberry@hotmail.com','','2017-08-01 18:06:15','1501610779:$P$BWIZYPk4QZlJv2HWr6hgbIZOqW87by/',0,'sueduberry1969'),(1126,'anthonycruz62452008','$P$BJ2YDeo/Tr43vey5nOiwblq4ojwZRH.','anthonycruz62452008','anthonycruz6245@yahoo.com','','2017-08-01 19:35:05','1501616109:$P$BDqtg1BcASWy7iRZHamI5SUn2ecU3w1',0,'anthonycruz62452008'),(1127,'n_osborg1963','$P$B5UbBVpEMYnJJifoWU9i3lcM.J9pbN.','n_osborg1963','n_osborg@hotmail.com','','2017-08-02 02:54:52','1501642496:$P$BiR7JoQOD9sllPd1rJ3q0ahwk23GNw0',0,'n_osborg1963'),(1128,'trinitydracing1983','$P$BijZyE.ALePLK6sAejWfyFPVKeZhli1','trinitydracing1983','trinitydracing@yahoo.com','','2017-08-02 03:32:13','1501644737:$P$BGEWvH6/.hP.0t/o/KfIsHFgRyptiY0',0,'trinitydracing1983'),(1129,'phil1974','$P$BcvZ9vj1NLiGhxvg9aEnCnRQtZUmCL1','phil1974','phil@hattonbrown.com','','2017-08-02 10:38:10','1501670295:$P$BHmZDDAvwv686.VSyYZRIloLpa6rQH/',0,'phil1974'),(1130,'murphfam2000','$P$B4LDZCLi8Fa7OpPE8s10EEbl7fxXNb/','murphfam2000','murphfam@live.com','','2017-08-02 13:43:59','1501681444:$P$B3J2k0UWYqQqBUNSLQhwE0u2U2r8Jg/',0,'murphfam2000'),(1131,'kevinjoyoung1958','$P$BDA9Wd534GrHJcOTAy0Z8SXD3ixx.H0','kevinjoyoung1958','kevinjoyoung@hotmail.com','','2017-08-02 16:16:44','1501690613:$P$B5865aaOu4QFJQNickAKni0RYK4OIs.',0,'kevinjoyoung1958'),(1132,'zellermd1979','$P$B0c6p0mc559zwAhMU4z9te5eQ7ZSRY/','zellermd1979','zellermd@yahoo.com','','2017-08-02 23:23:40','1501716226:$P$BAtTEkM9R7w0JlF7Qzd7GOZwSzAKV4/',0,'zellermd1979'),(1133,'sidharthl1967','$P$BHuaS5c6d9X8IZ5DiQ0QZ84GJ8txWm1','sidharthl1967','sidharthl@aol.com','','2017-08-03 01:40:45','1501724449:$P$BvBnR/L1ZP5CNqGf5Mu82C8ERxVL04.',0,'sidharthl1967'),(1134,'wheystek1974','$P$B9LvMyGuuiJqr65UitcL1uiSATYhUz.','wheystek1974','wheystek@hotmail.com','','2017-08-03 03:18:35','1501730318:$P$BSi8rLanKkxAkRdcKHYny1kVMt1TVG1',0,'wheystek1974'),(1135,'yosice1953','$P$B1gVtY2lym/.4w1cj7L.sIgujjZVMe1','yosice1953','yosice@hotmail.com','','2017-08-03 04:00:51','1501732855:$P$BypZpx1oZ9Gj4qZVpFWQ0C7PBak9A50',0,'yosice1953'),(1136,'julimol1964','$P$BSCO0VcH5gvLGPTJc.7/VetBxk4hfQ.','julimol1964','julimol@hotmail.com','','2017-08-03 19:21:45','1501788109:$P$Bf4bPLDZ5yBFNZyndcm8s548uhF4VP1',0,'julimol1964'),(1137,'chenke82003','$P$BzzABa792dFaZaEAojFOn/t3Bsrudr1','chenke82003','chenke8@gmail.com','','2017-08-04 13:52:13','1501854737:$P$BOQAnFpoNn2wdqsioh7nJHC8.5yUpm/',0,'chenke82003'),(1138,'mmlag011967','$P$BFofK4P.x2vOuQMcDrtaHlXQ/m3m/V.','mmlag011967','mmlag01@hotmail.com','','2017-08-04 15:41:07','1501861270:$P$BnvqXf8zRRJvOreA4OufQmUHPxMLbL.',0,'mmlag011967'),(1139,'gmariern1992','$P$BOmT/MOPN5qZt1M4QbrTa.drSfeITc1','gmariern1992','gmariern@aol.com','','2017-08-04 19:35:28','1501875332:$P$BCtJrH8ltKGNjuaFJE7JUfsLiIqEtL0',0,'gmariern1992'),(1140,'bellahairfrance1959','$P$Bc17TPPH7D.vYWV7yDCoqaawnh2rdK/','bellahairfrance1959','bellahairfrance@hotmail.com','','2017-08-05 03:34:09','1501904053:$P$Bxq6nsPIDHlXMcGdEOU7Tm4zOVu58o.',0,'bellahairfrance1959'),(1141,'simeonlyons11975','$P$BlEAb5dWpsP/g8HsjeVzksU4VoaeQp.','simeonlyons11975','simeonlyons1@gmail.com','','2017-08-05 21:13:50','1501967634:$P$Bv1pzA6eEe6qV3CiAiHQXf3MEF6S4d0',0,'simeonlyons11975'),(1142,'lhiggins662009','$P$BsB0P6cK7FZuvZQEFHxAt749BDCDPp0','lhiggins662009','lhiggins66@hotmail.com','','2017-08-06 04:40:55','1501994460:$P$BnvyWYaNpGYP3EzRdha19migi/yXeP0',0,'lhiggins662009'),(1143,'roundedrock1964','$P$BKZRvfTPQyUfVV4ekP04GCAJE.i01O.','roundedrock1964','roundedrock@hotmail.com','','2017-08-06 08:51:29','1502009494:$P$B2RjEUaAMEMSLrqv25XgpKpApZRvHX0',0,'roundedrock1964'),(1144,'devyn1950','$P$BgsQZbWM0H/TwnaUqEQnLRCP1sm7ZU1','devyn1950','devyn@nonplusultrainc.com','','2017-08-06 11:30:23','1502019026:$P$BksnU6ph6QFnQvAifaTJgLI4AsPM.w1',0,'devyn1950'),(1145,'whitmorejeff1983','$P$BUBY1uqNH.ghlTsgwJNjRlt7aTlh9e/','whitmorejeff1983','whitmorejeff@gmail.com','','2017-08-06 14:59:48','1502031592:$P$BskNc7Ncq6vOY.8sJuC4x1a8NqF67N/',0,'whitmorejeff1983'),(1146,'tedmetzger1957','$P$Bhaq8.HHdg8f2WschPSDRGL7MhX7qy0','tedmetzger1957','tedmetzger@hotmail.com','','2017-08-07 14:33:22','1502116406:$P$BlUDCl079QPODxJXHR/xVlux1f.FET1',0,'tedmetzger1957'),(1147,'crobinsoncpa2004','$P$BbEJ2LXa3lWJ260xRExbDP0r/Bp5H/1','crobinsoncpa2004','crobinsoncpa@hotmail.com','','2017-08-07 21:02:07','1502139732:$P$B2owYcT9iOFaKvCnD/0x0uCpm42oah/',0,'crobinsoncpa2004'),(1148,'mollymcgee1968','$P$BfutlJAeLWugKZrYkL57akj/XUwfhm.','mollymcgee1968','mollymcgee@aol.com','','2017-08-07 21:43:27','1502142211:$P$Bea/Ooxty2tFIrodU8gcY6YqQcSxye0',0,'mollymcgee1968'),(1149,'matthewcorns1986','$P$BoxsmqTwEYaQDvFGnnyOAFpCx4o9d//','matthewcorns1986','matthewcorns@live.co.uk','','2017-08-07 22:17:48','1502144273:$P$BaXyyLb7vUzM1alnUlIcw5jxDdksG/0',0,'matthewcorns1986'),(1150,'revo22011987','$P$BRjT0/vCys4VvyFV3rwjsqebbxpnYe0','revo22011987','revo2201@yahoo.com','','2017-08-08 18:29:32','1502216977:$P$ByHNFe.kQyjyvJrul3mVwdwS/5KZfy0',0,'revo22011987'),(1151,'jnblsme2002','$P$Bk2IBkZ8vJiFT4hGeKe.PDEOuQxPQn1','jnblsme2002','jnblsme@hotmail.com','','2017-08-08 19:56:54','1502222219:$P$BIAMx.n7jQRNiv2Wz1TXyNHgRwbPFM0',0,'jnblsme2002'),(1152,'agf29101990','$P$BbQUwy2UNKzhKzQM4j6yI76UAbJBz91','agf29101990','agf2910@aol.com','','2017-08-08 20:28:44','1502224129:$P$BZhPPdd2dN1/6s9zqjZ56Hb8.9GH5f/',0,'agf29101990'),(1153,'renatonogueira1959','$P$BlHGV5XTjFvBiyH72UNqQru.iqGF.O1','renatonogueira1959','renatonogueira@msn.com','','2017-08-08 22:46:52','1502232419:$P$BeX2NDYlbKcOIinwEMOsRmHboA1eap/',0,'renatonogueira1959'),(1154,'saeedakhtar91979','$P$BZTnQ5vT75ah0J.WEs20Sco0YfEdCS1','saeedakhtar91979','saeedakhtar9@hotmail.com','','2017-08-09 11:27:41','1502278066:$P$B9V0CF/xXbn8bB7cHBz7dAHlBoWP7L1',0,'saeedakhtar91979'),(1155,'ali66anderson1984','$P$BKajhpFDaLHeD962F1CM39bO2FUxdd1','ali66anderson1984','ali66anderson@hotmail.com','','2017-08-09 12:50:23','1502283026:$P$BzggqN9wop9FlIP7qnf/efHpf.v.uY/',0,'ali66anderson1984'),(1156,'legatoiu1994','$P$BeJXYHnENA.tQQ5wGXDOCLNxwMe0/51','legatoiu1994','legatoiu@hotmail.com','','2017-08-09 15:50:32','1502293836:$P$B0F0WYVBA0tMJ5iIrPkqZHt52dvGc8.',0,'legatoiu1994'),(1157,'nick.agnetto1965','$P$BeWgPW8/We0J2Xryzj6UJyuy4OKnSg0','nick-agnetto1965','nick.agnetto@areionglobal.com','','2017-08-09 19:55:52','1502308556:$P$BgrTGO1FArhFQbL3zd0Xh9oFZL9YCI.',0,'nick.agnetto1965'),(1158,'susan4852004','$P$BWYIGmB51rLEZkk7wXoHJw4ubh0KMt.','susan4852004','susan485@aol.com','','2017-08-10 00:23:54','1502324638:$P$BKy12vcWdS2qvCxLNgDdGOAaiTsItd1',0,'susan4852004'),(1159,'gener011963','$P$BD.MlWRfSapVhJ2131kRYmVrgr67D/.','gener011963','gener01@hotmail.com','','2017-08-10 01:02:43','1502326967:$P$BuZjWW0jD2j7bzyDkGTHQj6aRbV/KX0',0,'gener011963'),(1160,'erivas561993','$P$B72bP4WSsUgxbMFHtW/xM/xlPHEbBk0','erivas561993','erivas56@hotmail.com','','2017-08-10 09:49:42','1502358584:$P$BK1gWGiBabYsqkvhKzOm/KX5CVXQcH0',0,'erivas561993'),(1161,'harryvrecg2005','$P$BuOewDOGsqJSCiEIfTmZoDDQUP9jqc/','harryvrecg2005','harryvrecg@aol.com','','2017-08-10 17:07:07','1502384831:$P$BT2HB8nS0HVh/dS41Qy3qnzQFlKmc/.',0,'harryvrecg2005'),(1162,'codymac61967','$P$BomnqBPytLqoX3v8n8ozCmzz4hSzpT.','codymac61967','codymac6@hotmail.com','','2017-08-10 19:11:03','1502392267:$P$Bp0CjSIAen/dpVQld984t2OEgR9/mS.',0,'codymac61967'),(1163,'petra.killar1964','$P$BydhMart/w9iV9org2z1Cd4pYbh3at.','petra-killar1964','petra.killar@gmx.de','','2017-08-10 22:51:20','1502405483:$P$B0oHnfCpll1aIbBe.qGxLqkp1hwFNH0',0,'petra.killar1964'),(1164,'dfallon1967','$P$Bo9yB5rpON6uksSiQvjfClwwPQ1TDl0','dfallon1967','dfallon@police.somerville.ma.us','','2017-08-11 07:42:17','1502437340:$P$BaNQiZy0ZFJDX2xEoIop10c8dJe.W3.',0,'dfallon1967'),(1165,'mkbowman1991','$P$BXQvnyH3XohlHAl3iHKU.TSHeu0EnA0','mkbowman1991','mkbowman@yahoo.com','','2017-08-11 10:51:53','1502448716:$P$B8Rs.17C37ZXnTEALv.P/jz4WHO7pM.',0,'mkbowman1991'),(1166,'lew_hitman20011967','$P$BRJfSAeCgIVDDe2RkMLEKVjc89/qF31','lew_hitman20011967','lew_hitman2001@yahoo.com','','2017-08-11 10:57:58','1502449081:$P$B3Eh5XvbPvK0Wt10/HggEHNGYoub.L/',0,'lew_hitman20011967'),(1167,'sofia.victoria1997','$P$BDOMxGKcfTxCtVwjFNLDRlRnPSRWuo1','sofia-victoria1997','sofia.victoria@live.com','','2017-08-11 11:13:18','1502450001:$P$BeUmyZE1TUauelgWXkBJhFJozwbsl21',0,'sofia.victoria1997'),(1168,'maryjeccles1995','$P$Bdw9yqZzyKbOvCLKmhMpmoWpBbFS7/1','maryjeccles1995','maryjeccles@aol.com','','2017-08-11 18:13:23','1502475208:$P$B9BkWxccwZOCREmg6pD554bHsXMNvo0',0,'maryjeccles1995'),(1169,'oldhagggg1994','$P$B.gpFcWE9e18cWFJgmSO0FHGFiY4NA0','oldhagggg1994','oldhagggg@aol.com','','2017-08-11 20:14:12','1502482456:$P$BytQO3PBvcsXBsa6HAymXIWpdn60nA.',0,'oldhagggg1994'),(1170,'rogriffle1955','$P$B2FZrmxJG9wuyR0uOOcL/.eEcnXCa7/','rogriffle1955','rogriffle@gmail.com','','2017-08-12 07:01:14','1502521277:$P$Bhx7vEkJYsSejCmVjh/F0YMdXZ0wiv1',0,'rogriffle1955'),(1171,'schida1950','$P$BHVyBXkjR5dOqi.el.AgfE8H5Q4.zW.','schida1950','schida@hotmail.com','','2017-08-12 13:17:36','1502543860:$P$B64hP5ksF.6wff355GEcaG8PHZvXX70',0,'schida1950'),(1172,'cash_money11051967','$P$BUGzxtiw861qPF8rZ4zhppf81HCDu20','cash_money11051967','cash_money1105@yahoo.com','','2017-08-12 13:25:29','1502544333:$P$BwY/No0G6ftlCWT32mYbp1TBTyMDPh1',0,'cash_money11051967'),(1173,'lm1white1994','$P$BJ4kpCgKScW6TI0iUanmMVtKsS7hO90','lm1white1994','lm1white@aol.com','','2017-08-13 08:56:15','1502614578:$P$BKq/dvXBJg/iOM8FLS74lyU8.qt6Ib/',0,'lm1white1994'),(1174,'wahidabdul7862004','$P$BUvu3t3QBHOCHyvDk3lCkgtRJeTczY/','wahidabdul7862004','wahidabdul786@hotmail.com','','2017-08-13 21:29:14','1502659758:$P$B45eakX5IO/YY2meS98A7UQbHfG/Ix1',0,'wahidabdul7862004'),(1175,'noely402000','$P$BcMQv.IoNICZ2g8Nzl68ZAhHm5JJL..','noely402000','noely40@hotmail.com','','2017-08-14 09:33:00','1502703185:$P$BALazvVvCEfkFB2vW0j/7kVZE3tbwc.',0,'noely402000'),(1176,'mirelaricardo1964','$P$BcxRt4RMip4IMkHjxqWfyV2NKn1GwF/','mirelaricardo1964','mirelaricardo@yahoo.com','','2017-08-14 15:18:35','1502723919:$P$BJcdnYwWPjQuCASfNVnG5.5KkBJTl6.',0,'mirelaricardo1964'),(1177,'sontamurr1953','$P$BwT0AJ6bG8H6tSaiXiV2SudzGpUGbu0','sontamurr1953','sontamurr@gmail.com','','2017-08-14 23:27:12','1502753237:$P$BE24Lhtl9Uom.8wWiWaNnkISFpCrz91',0,'sontamurr1953'),(1178,'isabels1996','$P$Bfo9wRVd3t8/g9GEUPnNcX/k6XK3oR0','isabels1996','isabels@bpointins.com','','2017-08-15 01:40:16','1502761219:$P$BV.Yj8TdBzX5tF2rJx7d3k4XGKihXJ0',0,'isabels1996'),(1179,'cooperbailbonds2008','$P$BZ86HE7tPWm74vRH3L1yLq/l8.Wby00','cooperbailbonds2008','cooperbailbonds@msn.com','','2017-08-15 04:16:19','1502770584:$P$BrScxmU3zGB9sLOmVDlUKVpo4NM3BX.',0,'cooperbailbonds2008'),(1180,'microbeecs1995','$P$B3XNGd./D63o9sTyTqYkTTvmlK13Fv/','microbeecs1995','microbeecs@gmail.com','','2017-08-15 14:34:53','1502807697:$P$BUioiph.5BM1TfFHjp3PfeUmZQ2TKq.',0,'microbeecs1995'),(1181,'suzetors1968','$P$BMJ40mv6z93Xm8ZXAS1/PG/lSMbDoS/','suzetors1968','suzetors@msn.com','','2017-08-15 17:43:28','1502819012:$P$Bh5sMgOHOwglqou/U2lRA7ktlqDxwj/',0,'suzetors1968'),(1182,'laura_sf2006','$P$BmTsD4N8WkqKmwjrh5Tj33qGdkRWU3/','laura_sf2006','laura_sf@yahoo.com','','2017-08-15 17:51:30','1502819495:$P$BasXuXNvoeFdCb08OYR/AzqHqVfEYX0',0,'laura_sf2006'),(1183,'byerlyscott2002','$P$B7Zbeq2HIo.jdfZ6hJqGOvGSuGmbvD/','byerlyscott2002','byerlyscott@hotmail.com','','2017-08-16 06:12:31','1502863955:$P$BzVtUk999SZaV.thrMLxGA1k9QB9LH0',0,'byerlyscott2002'),(1184,'crbrus22131979','$P$BcDV.k6HZeuoEOq0FL8xp2IJIO7s4N1','crbrus22131979','crbrus2213@hotmail.com','','2017-08-16 17:58:00','1502906285:$P$BOPQA9BA8aPhOlstNWaHlpmUCPqKRJ1',0,'crbrus22131979'),(1185,'why_56791968','$P$BR1a.4zTYZi16zS0l8HyEUWdgEjQ5s.','why_56791968','why_5679@yahoo.com','','2017-08-16 22:49:52','1502923796:$P$BX411PrAGLTIAF3G0ByfwiwV.i7gbA1',0,'why_56791968'),(1186,'gavin_grewal2007','$P$BPsrqzfTUYMGL8u6zARzuqpYC2TNmU0','gavin_grewal2007','gavin_grewal@hotmail.com','','2017-08-17 04:51:57','1502945521:$P$BqMVFqfRyiyhLwWOtXE6i2xZ.kQDEY.',0,'gavin_grewal2007'),(1187,'dinahajj1954','$P$BfWKp.GapxD1TbLsaMP0URdrYT258C/','dinahajj1954','dinahajj@gmail.com','','2017-08-17 09:59:52','1502963995:$P$BDEFQFj9XODUKPduP.xH09zKsxrfMl/',0,'dinahajj1954'),(1188,'amyallen20091979','$P$BuXOsppzY3qsv8DN9rozULqWBpgKwF0','amyallen20091979','amyallen2009@gmail.com','','2017-08-17 22:39:58','1503009602:$P$Bxn009fAR/7yI0Z4hVvstS.Fs/bcNJ/',0,'amyallen20091979'),(1189,'julie.riley941955','$P$BUm4tB/VUiGI8dJrylclsF153Rhbi./','julie-riley941955','julie.riley94@gmail.com','','2017-08-18 00:21:55','1503015719:$P$B5VW9F.NnojEprssr73/cWXMJaWu7B1',0,'julie.riley941955'),(1190,'rutylaboy1997','$P$Bvu13HfOFPwFqtCylp3WlaaygdNF201','rutylaboy1997','rutylaboy@yahoo.com','','2017-08-18 05:06:10','1503032773:$P$BWO/HytGUNebzNWosNGF8Dzitx5li4.',0,'rutylaboy1997'),(1191,'rchika1962','$P$BWHGBHKlOEQcUg9Conug7ju2K3GEkP.','rchika1962','rchika@aol.com','','2017-08-19 07:49:51','1503128993:$P$BLVm4WAjhACvE5fMAiLwPAlyxoU2Vb.',0,'rchika1962'),(1192,'adalaide1974','$P$BN.rs3W4pKToqqRiHIkH6unXbu/.wh.','adalaide1974','adalaide@hotmail.com','','2017-08-20 10:42:30','1503225754:$P$Blrfi/k5hVmfOOp9meoSVAt5HmljMP0',0,'adalaide1974'),(1193,'rbrossmann1991','$P$BzzXul0FqPq1MhRaS5btNUkOB.h9P00','rbrossmann1991','rbrossmann@aol.com','','2017-08-20 13:11:39','1503234702:$P$BqQiLymEmLq8oDonmtRRE3Ew292rgC.',0,'rbrossmann1991'),(1194,'marktquinn1984','$P$BRNc9hLE/rYaQpX/BICZMb3ey4Ci.A.','marktquinn1984','marktquinn@aol.com','','2017-08-20 14:50:47','1503240650:$P$BqF5eAwVXE4KcpNz2RAUXvf9fbENnd0',0,'marktquinn1984'),(1195,'ajarokul1953','$P$BCUNtpLEehcpLGMbyTmWatwCQgqm/S.','ajarokul1953','ajarokul@gmail.com','','2017-08-20 23:03:43','1503270227:$P$BTAw7/KoZzJviz2S/jEcvMRDAuA6TM.',0,'ajarokul1953'),(1196,'mrcekilmer1998','$P$BtRxQEXs.KMpI95O4e6HLC6CA5MD.K1','mrcekilmer1998','mrcekilmer@aol.com','','2017-08-21 01:50:01','1503280205:$P$BSn8OvdkyUVOIiQJFhXbmEmhFFIPin0',0,'mrcekilmer1998'),(1197,'dawnlmoriarty1992','$P$BDUD66jDWFkNMJE7JCD.qbeu6letVL1','dawnlmoriarty1992','dawnlmoriarty@hotmail.com','','2017-08-21 11:06:07','1503313570:$P$Bn/3GeFNKrwXNM9ryaSe2TILseUsPv/',0,'dawnlmoriarty1992'),(1198,'bones192nd1951','$P$BXZWfKffKa.futkvBOVQ6uiFhyrmlU/','bones192nd1951','bones192nd@gmail.com','','2017-08-21 13:51:35','1503323499:$P$BvMzY93k6cUcdUjjMOk7SoiQfvt2Hw/',0,'bones192nd1951'),(1199,'acquisti1951','$P$BlD.JnESJlvNLqxSdpohOUCRVW5q6O0','acquisti1951','acquisti@durante.it','','2017-08-21 14:33:16','1503326000:$P$B0Wp4ZXYUrsr7kLNvjMaY/zS0/zP9g.',0,'acquisti1951'),(1200,'intotheaether2002','$P$BWnzE8tXwfATUU.cRV5UTEwri1vf0O.','intotheaether2002','intotheaether@hotmail.co.uk','','2017-08-21 15:21:22','1503328886:$P$BnJoBYvvebaL8yZGrETeqSWBT7rNDv1',0,'intotheaether2002'),(1201,'ialerma1990','$P$BrLVaq.eQFlqQyIQ4YLDITlycTWG9T0','ialerma1990','ialerma@hotmail.com','','2017-08-21 20:34:08','1503347651:$P$BGS2m/DPQ6IpyquUxQrAwjvFqY./Fw1',0,'ialerma1990'),(1202,'clandry9491952','$P$BeMUEpM5gLCbSyaHJUm1OdUTmNaIBc1','clandry9491952','clandry949@yahoo.com','','2017-08-21 23:45:55','1503359159:$P$B5NaqMatE78DKzOQJ3/tK7I7U7yly8/',0,'clandry9491952'),(1203,'tkarl22091965','$P$B8ZLCasyVWWJDQqT9l8bt9YIxYMF/R/','tkarl22091965','tkarl2209@gmail.com','','2017-08-22 10:52:17','1503399141:$P$BL5ZUfpdZ1AIq.ucQRJfLApXi6U/XE/',0,'tkarl22091965'),(1204,'suggestions1994','$P$B4X0U1CeE.2aFo3VaxFQ0EImtUlL32/','suggestions1994','suggestions@propublica.org','','2017-08-22 16:15:00','1503418506:$P$Bpen8bxhfYhhmvkjvwHdjUp4bYoudB1',0,'suggestions1994'),(1205,'mwischler19471986','$P$B1ehIqVwzkPZxiwKa7O.lfoEGpry4U.','mwischler19471986','mwischler1947@aol.com','','2017-08-22 16:49:13','1503420557:$P$B74nk/YXDDrw/Cc/648TO69SbfsYMc/',0,'mwischler19471986'),(1206,'jeff.larson2010','$P$BHRRMXN/PpoAlQiTYAISxFvobaROGj/','jeff-larson2010','jeff.larson@propublica.org','','2017-08-22 18:37:16','1503427041:$P$BOJWaYoZhdw6KVyjA8MA8bXTFhqoOj/',0,'jeff.larson2010'),(1207,'mawaza032007','$P$Br5kEKG.vxxiRmrjXIRbOvo7bddcY5.','mawaza032007','mawaza03@yahoo.com','','2017-08-22 18:39:44','1503427188:$P$BUxYDcjxvwyCWuIlFmmqSFrb1026tZ.',0,'mawaza032007'),(1208,'aande12851981','$P$BEBD1kBQiSJVY0922qeUPkcVjiumLQ/','aande12851981','aande1285@aol.com','','2017-08-22 22:17:15','1503440239:$P$BSZmyM07WQIcUCyH7h6NbIiKNTpIve1',0,'aande12851981'),(1209,'mclain621953','$P$BewKVhj8nWnDDJdyS5Pi7hPw1vI2lz/','mclain621953','mclain62@aol.com','','2017-08-22 23:15:23','1503443727:$P$Bfm/.qMJHbjqULBG0/ANKoq2fyGV6h.',0,'mclain621953'),(1210,'bjboughton2003','$P$BQ0ttG0xm5JGCq1B.YX.RQ1Nq/2.wZ0','bjboughton2003','bjboughton@aol.com','','2017-08-23 03:39:57','1503459602:$P$B6VFbIaqYVMUTy5m3zmzH7CfpcBghU1',0,'bjboughton2003'),(1211,'rossvarley641989','$P$B9t0lNMjpBoGodpMJib4/3XVaD/k.U0','rossvarley641989','rossvarley64@gmail.com','','2017-08-23 10:39:12','1503484756:$P$BFE.JmWkxikqDBvwBjKztVmAwMq0jq1',0,'rossvarley641989'),(1212,'jhszakall1967','$P$B71gGhPpT2Txe0zVxehotwocH/CYmh0','jhszakall1967','jhszakall@hotmail.com','','2017-08-23 14:59:42','1503500385:$P$B9V/qe2FDiv6g9I4k.7dz36cZGTSfq1',0,'jhszakall1967'),(1213,'bedgie11984','$P$BRb217bIhdpOTI64cPx2dUd/Zh8ysh/','bedgie11984','bedgie1@aol.com','','2017-08-23 22:04:09','1503525853:$P$Br7mdEhAz6aTT2Qu9JgqntEx1dh0DH1',0,'bedgie11984'),(1214,'zavensilah1973','$P$BL48LfOgsTJyovI/bFa7mc6zZ3YfsS0','zavensilah1973','zavensilah@hotmail.com','','2017-08-24 04:11:44','1503547908:$P$Bdon7IRvQmjLdON3dqfvE74KlbyYOv/',0,'zavensilah1973'),(1215,'jd_16imp1970','$P$BTO8BZIyA3muerLbxAUSVfnrKoz6hm0','jd_16imp1970','jd_16imp@hotmail.com','','2017-08-24 06:58:44','1503557928:$P$BuiAAepzrexyI8jHhKa38fm3DP1Ao4.',0,'jd_16imp1970'),(1216,'rosin19771968','$P$BFNIHhkkqTp/nrCHEiCQJXBkm5LVqA1','rosin19771968','rosin1977@aol.com','','2017-08-24 08:09:53','1503562197:$P$BrxvxBIf9fWmUabDjBx9xy7AAeH8ay.',0,'rosin19771968'),(1217,'arognt31980','$P$BydCKRDj7PwXHNrxXRAgjDE7PhpZYN1','arognt31980','arognt3@aol.com','','2017-08-24 11:44:59','1503575105:$P$BnmynBZ72Xl.VbK4dNxeCBR0u6B.YI1',0,'arognt31980'),(1218,'cvl28221974','$P$Bgfzqd7CCqRaln2ADv5eZjl./7VoFo0','cvl28221974','cvl2822@aol.com','','2017-08-24 15:23:02','1503588186:$P$B..wkfprefRuMiE.rAYK2R7RODAIE/1',0,'cvl28221974'),(1219,'dotyw721998','$P$Bfd2SIt.S1CZ5S77FqfbkoR6CrcqOI1','dotyw721998','dotyw72@gmail.com','','2017-08-25 15:35:50','1503675355:$P$Bw7JuZWB1nLU3nRKsJQO4bJDMeJ986.',0,'dotyw721998'),(1220,'aadams4621956','$P$BpHmFlEuaSb9qL3x2nm0N8gKQR8jG70','aadams4621956','aadams462@live.com','','2017-08-25 18:31:44','1503685908:$P$BPOrySOefgJJX8JVYgLlQOEqBFyJvW.',0,'aadams4621956'),(1221,'ttanner641966','$P$BkrH9x0q/BQr04NK4UTDA7bDlgRc0w.','ttanner641966','ttanner64@live.com','','2017-08-25 20:24:45','1503692688:$P$BjiOND46e37dhABEBjpobow8N4MCNc/',0,'ttanner641966'),(1222,'linavp1994','$P$BOrv5C5vzm8BWB6cLCJ0msG5lbvIhg1','linavp1994','linavp@aol.com','','2017-08-26 10:29:15','1503743358:$P$BgDW9PvC/lFhst2q1ynLcXyMXlvmPL1',0,'linavp1994'),(1223,'elizabethanders1995','$P$Bk1hfr5E4UBJJGQSs02py1APAuXpmI.','elizabethanders1995','elizabethanders@outlook.com','','2017-08-26 13:05:45','1503752748:$P$BGIjabhWuYdibO/CdGlPce3VKscvfT/',0,'elizabethanders1995'),(1224,'bdjolley1962','$P$BTftEcvk.cQBkQTAm39GfbDxTtm22f1','bdjolley1962','bdjolley@outlook.com','','2017-08-26 23:28:17','1503790101:$P$Bu1dyo538XmDxPVKvZN1BAtYI5nGPR1',0,'bdjolley1962'),(1225,'joseph_bassil1978','$P$BOWH4RRXiNnrDJ8ozfVOcaBKLTnDIg.','joseph_bassil1978','joseph_bassil@live.com','','2017-08-27 23:59:47','1503878390:$P$BUUMd.ZGmsivU2gRw3hpWgv8qvtQjl0',0,'joseph_bassil1978'),(1226,'c.elisabethcarlson1992','$P$Bl6B4Esl3Cu2w1elKW7Vd4DgpB99ow.','c-elisabethcarlson1992','c.elisabethcarlson@gmail.com','','2017-08-28 06:59:28','1503903571:$P$B3iK4IqjL.cr5n7f/I0XL.I8PpuoUa.',0,'c.elisabethcarlson1992'),(1227,'solstraale871951','$P$BtqzXcW5vyn4j3u/a1TdYVXnlQjO1e1','solstraale871951','solstraale87@msn.com','','2017-08-28 09:36:59','1503913023:$P$BO/9wLwcZvG1G.sWNytJYJflLIXN.z0',0,'solstraale871951'),(1228,'lunibinent1960','$P$BAvTBevjdNH4nZ3KvCCiQFtUK3tP7t/','lunibinent1960','lunibinent@gmail.com','','2017-08-28 15:00:37','1503932440:$P$B/EbGJ.py7UZ932fJbVYOoPZySs0Va1',0,'lunibinent1960'),(1229,'jasonbryant001979','$P$Br/y2ZOP4UF1FGln9CUoUdy96QQy4k.','jasonbryant001979','jasonbryant00@hotmail.com','','2017-08-28 16:12:54','1503936778:$P$BUei56PYFQOqqvXP9fMX2gYhN5F8gg0',0,'jasonbryant001979'),(1230,'russherbie1960','$P$B5.gRfHEhlNJL6FuO5zQS.1lMCzRyL.','russherbie1960','russherbie@hotmail.com','','2017-08-28 21:25:29','1503955533:$P$BdsYlgLJDC2.1aUDBhY.XCQX7XEZwj.',0,'russherbie1960'),(1231,'jw25951965','$P$BbJvdIsgM6ehnWELyyejERzaVTkt9x/','jw25951965','jw2595@comcast.net','','2017-08-29 08:13:53','1503994437:$P$BUWbX1dqIdkVLAdzxSF7/XVADtHlFe/',0,'jw25951965'),(1232,'gigi97511996','$P$Bvtpo6LfzOLNIXGCJRQ0zHlCmA02/t1','gigi97511996','gigi9751@bellsouth.net','','2017-08-29 08:52:47','1503996770:$P$BfRw5szalZB20u11eT6EurIbIuDe4R/',0,'gigi97511996'),(1233,'syesin2000','$P$BePdMm51/8uKIaXEfhlR2BbxxN0ELZ0','syesin2000','syesin@yahoo.com','','2017-08-29 10:58:03','1504004288:$P$B05Q4ub6VCflPOlaMQ8G4Nl6ke6JMI0',0,'syesin2000'),(1234,'debb6231976','$P$Bw3zqEoGvPDCqH.z474hsNz086VrUF0','debb6231976','debb623@yahoo.com','','2017-08-29 12:08:12','1504008495:$P$BIm9H3kLW3yZkokh8AEyJNWJ0G4TuK1',0,'debb6231976'),(1235,'twolusters1956','$P$Bs.8Pg4Xv4PiBkTBIsx/7mSl7StxGj.','twolusters1956','twolusters@me.com','','2017-08-29 14:20:47','1504016453:$P$B8kWhS30CTkO44Vmg70K0jUrL85Csx/',0,'twolusters1956'),(1236,'raheemkc1231995','$P$BfHRRNOdLBZrt0WHbm5tw4gwqpDcIk.','raheemkc1231995','raheemkc123@hotmail.com','','2017-08-29 15:26:19','1504020384:$P$B31smziUanWA7KbUM93muIGLY9LjfU/',0,'raheemkc1231995'),(1237,'prog4god1987','$P$Bnaoj4czVfE.XG3noJJbhN6FfjiS74.','prog4god1987','prog4god@gmail.com','','2017-08-29 15:36:34','1504021000:$P$Bar2mLSTG1l0okHK8.9T4mybG7jMdC/',0,'prog4god1987'),(1238,'rwinofsky2008','$P$BE/pUOzfw7st48eW6xisNARQa91Zbs1','rwinofsky2008','rwinofsky@hotmail.com','','2017-08-29 15:55:17','1504022121:$P$BxzE3IgS9m3K1Z5JNBnYPOashL5Msp/',0,'rwinofsky2008'),(1239,'tinabui2851967','$P$Bp3.RNBYvkhRjP.B9qq.PRoqXZf/Xr/','tinabui2851967','tinabui285@gmail.com','','2017-08-29 16:11:23','1504023086:$P$BwtjazxdURjLBSZKYX2clML2To.brW0',0,'tinabui2851967'),(1240,'ahmedbmalkawi1984','$P$BhfpI8GipTAd/rI.f5RfGriBGrijuV0','ahmedbmalkawi1984','ahmedbmalkawi@gmail.com','','2017-08-29 16:12:23','1504023146:$P$Bk9P9BwyOdmp5CmJjhEX/vSRBT4u8q1',0,'ahmedbmalkawi1984'),(1241,'kakqt91988','$P$BtNdPC2rZDzEXuDbdGedmU2.ltzbYn1','kakqt91988','kakqt9@gmail.com','','2017-08-29 16:14:53','1504023297:$P$BoiYmQn9NlBbCElQ1DSCsAuxkTovgg1',0,'kakqt91988'),(1242,'james_moenning1983','$P$BjM9w6LJfF0piJdHp.rYHCoinZw8i8/','james_moenning1983','james_moenning@yahoo.com','','2017-08-29 16:35:24','1504024528:$P$BAbgJV59tfBY9D5iZgDcVmdvMzFBX51',0,'james_moenning1983'),(1243,'jtchazou1965','$P$BYmTWK1F65pMrJhM2avTe7CRbKpDxH0','jtchazou1965','jtchazou@aol.com','','2017-08-29 16:54:28','1504025673:$P$BHkw9ApKa9UnslwMbuZ1xiieXvnbgK.',0,'jtchazou1965'),(1244,'xxjanni733xx1974','$P$BOtUdlomhTzqGKuPhjjdpfXvt03hTq1','xxjanni733xx1974','xxjanni733xx@hotmail.com','','2017-08-29 17:02:23','1504026148:$P$BFPhp6KBlHdKlUqQ3hROXwlat0SkgX/',0,'xxjanni733xx1974'),(1245,'lmlewis352007','$P$BcgHlA.AlQD8sB7gQDvwoBfF.htGlO0','lmlewis352007','lmlewis35@yahoo.com','','2017-08-29 17:40:24','1504028427:$P$BVkQW.A8YEjucUSBD9gJNAayP5/lvV0',0,'lmlewis352007'),(1246,'isabelpaq1991','$P$BI.LBzKelpYJb.0pm9kpcbt0eRVdLP1','isabelpaq1991','isabelpaq@hotmail.com','','2017-08-29 18:12:21','1504030344:$P$BqHwXRL6j7DkEllIZ08JHysQbE4.A6/',0,'isabelpaq1991'),(1247,'dnyderek1987','$P$BeN9bjVTDnelJC1LC8lTsxV7iU6r7o/','dnyderek1987','dnyderek@gmail.com','','2017-08-29 21:43:01','1504042985:$P$B.z6vM5XBlG7arcUCOlYMTGIXPdu7u.',0,'dnyderek1987'),(1248,'landoandmikki1977','$P$BN7blGcTYQrwwjcSmLEHwz5OD0qxUb1','landoandmikki1977','landoandmikki@msn.com','','2017-08-29 22:54:37','1504047280:$P$BDgQuaOTTMULn08LI9CkWWNe0DSCUY1',0,'landoandmikki1977'),(1249,'danlandry02008','$P$BAtJtc27gU3MZ5dYsRHziHvijdLzvN.','danlandry02008','danlandry0@gmail.com','','2017-08-29 23:20:32','1504048835:$P$BwSC5W9gT3E8b5wyZ43OS8s1fK5UTH.',0,'danlandry02008'),(1250,'sapunited11958','$P$BhUUoSMyBfJRHfNMTom7fM8nlqxCkp1','sapunited11958','sapunited1@aol.com','','2017-08-30 00:01:58','1504051322:$P$Bkn/TSOxsrT6UvOJf1chAncoEic4HE1',0,'sapunited11958'),(1251,'leslyr211982','$P$BBTLNHtU3/yq0.wvJy4Z9i/FsKVZ3n1','leslyr211982','leslyr21@yahoo.com','','2017-08-30 00:58:25','1504054708:$P$B/qpGE6.uJurx7kAm.LQpoFYl12xSZ.',0,'leslyr211982'),(1252,'yuvixa1967','$P$BUG99hQcrqC/ZuFzUBL/lWI2KWB5k4/','yuvixa1967','yuvixa@gmail.com','','2017-08-30 01:20:24','1504056027:$P$BxN11IG6fnvV6kW/qc3xHvUUKlrJeT.',0,'yuvixa1967'),(1253,'kirk.bidwell1959','$P$BOFyzzQ.itn291LwsMqavvXZnaAjD6.','kirk-bidwell1959','kirk.bidwell@gmail.com','','2017-08-30 01:28:16','1504056499:$P$BckGnz22H2aYMIHKSI5Z48kaU00sQv/',0,'kirk.bidwell1959'),(1254,'kwanitahill1985','$P$BUvEK1797TzrJWZF7f5skR1X5O6MSg.','kwanitahill1985','kwanitahill@gmail.com','','2017-08-30 01:50:48','1504057852:$P$BlNjj9aPyiRbXogMyvq8wLU31lOUOc1',0,'kwanitahill1985'),(1255,'lucky13d1972','$P$B480Ckfoxk/XXONpAXRj36QlVj031Z/','lucky13d1972','lucky13d@gmail.com','','2017-08-30 02:37:29','1504060652:$P$BzReZ.93tg4.YGFfevoe8vzz53JzRj/',0,'lucky13d1972'),(1256,'vonster891951','$P$B4fc/GHXf7e8SUaG8cBWpf2Kl/WLlk0','vonster891951','vonster89@aol.com','','2017-08-30 03:20:32','1504063236:$P$BDFJ6YAEBcwzEsQESqSHCFTdmX02h10',0,'vonster891951'),(1257,'gparisi311950','$P$BIHWhEjicmHAB/QgRizdECoimHLZ7m.','gparisi311950','gparisi31@hotmail.com','','2017-08-30 03:52:23','1504065146:$P$Brgk2r2h4JlsyEBh..tMZJCKBJ7J1d1',0,'gparisi311950'),(1258,'john.rowe1201972','$P$B3qu./ajgK4BERJZMofopLBEdy6Eiz0','john-rowe1201972','john.rowe120@gmail.com','','2017-08-30 05:56:20','1504072583:$P$BxpmzAtAcx49n249D60PZ6q9CMw/bR0',0,'john.rowe1201972'),(1259,'ermainz1962','$P$Be475hB7SWBl9WY79UFZb3cxSFjPt91','ermainz1962','ermainz@gmail.com','','2017-08-30 06:29:27','1504074570:$P$BP09VuPL02e2cAKpba7juxstaHdXTq/',0,'ermainz1962'),(1260,'whitecollar1999','$P$BYUrxuAjHpV1GvGqIU/B.ke/O7TNZG/','whitecollar1999','whitecollar@gmail.com','','2017-08-30 06:48:22','1504075705:$P$Bb1/a8t4GpSUuYyn1znHmAfxeE8n.B1',0,'whitecollar1999'),(1261,'melli_mel181977','$P$ByMiXEONM77XsjdVMdTvAdNf3WkkHX1','melli_mel181977','melli_mel18@hotmail.com','','2017-08-30 07:28:03','1504078087:$P$BdwHWyOtKIXDpJ967/6TBXiT68SlWM/',0,'melli_mel181977'),(1262,'donditoro1987','$P$Bp8zfrpslrhjJYThsgq8indH4JMWhh.','donditoro1987','donditoro@gmail.com','','2017-08-30 08:46:54','1504082818:$P$BVK8GIvdKjZZ1KYVYC2Yoxsho2P1aw.',0,'donditoro1987'),(1263,'reece_drummer_721954','$P$B.NsMD/XQbL2MYQFRWMV77Eg5F9Nyo/','reece_drummer_721954','reece_drummer_72@yahoo.com','','2017-08-30 11:15:57','1504091760:$P$BIFf5mrvrHzdqCHXYAquOyC4twDZ8r/',0,'reece_drummer_721954'),(1264,'ahemmingson1956','$P$Bs1RP5No/hHV18S1.A.S7ocgT.c8JF0','ahemmingson1956','ahemmingson@gmail.com','','2017-08-30 11:47:37','1504093660:$P$BbKCZh4S/lKm9qpRYUXXyNWvx75RJa.',0,'ahemmingson1956'),(1265,'pinnaclepools1962','$P$BxlS4dmbv1EVJU71wf9coyK.Q7LgUA0','pinnaclepools1962','pinnaclepools@hotmail.com','','2017-08-30 14:29:59','1504103403:$P$BMJ8ihji3igcHRSwp9m/Qcuz.JrrEN0',0,'pinnaclepools1962'),(1266,'joshravit1951','$P$BGTmOL154NCToQjibfwwBljs7YRxLt.','joshravit1951','joshravit@aol.com','','2017-08-30 16:12:36','1504109560:$P$BWS/lkdU26d8QAi8mgUTbYFOt/HLp3.',0,'joshravit1951'),(1267,'m.goldsbrough1981','$P$BQrG1muWarOqVwfpWH9MxUPdjlyt5V.','m-goldsbrough1981','m.goldsbrough@hotmail.com','','2017-08-30 22:25:32','1504131936:$P$B/iSobRd8IvlSZ6uAl5aGSkZz4oymY0',0,'m.goldsbrough1981'),(1268,'okonoski1951','$P$BM8A5XBNdl8cLkrg8Ka2ZyQin.iriX0','okonoski1951','okonoski@gmail.com','','2017-08-30 23:16:05','1504134969:$P$BadalyWB3JgGQkT2I8VN7.IjQzMNnP.',0,'okonoski1951'),(1269,'mia1967','$P$B4yzIZ5tv7f.FNncp3Xh.R65WY45LS0','mia1967','mia@safermedical.com','','2017-08-30 23:31:40','1504135903:$P$BVBVVVXoffNbNPDyzskei7du6GXe0c1',0,'mia1967'),(1270,'zeldarine1952','$P$BYH77iyroezNJSNFWDP7NSaXOECY2u/','zeldarine1952','zeldarine@gmail.com','','2017-08-31 00:41:40','1504140103:$P$BppEYg/AW97hQyQ9S1QMRj3IzOxtm91',0,'zeldarine1952'),(1271,'gedenf12192006','$P$Bey996RVCf5RKKnqWiJ6dO7N046WT7.','gedenf12192006','gedenf1219@aol.com','','2017-08-31 08:24:12','1504167856:$P$B2aMHAZroE0/4OyEZ4kIrABqhLpHp6/',0,'gedenf12192006'),(1272,'heide.sauers1965','$P$BEKsUGOy0PJTfCKvOW1nCp3DInnL6r1','heide-sauers1965','heide.sauers@gmail.com','','2017-08-31 08:28:37','1504168120:$P$BYFCyldRs1ojZ7zn4bscNc5t0JukQf.',0,'heide.sauers1965'),(1273,'jacqui_maloney1965','$P$Ba6VhUhiHaBzfX1/dMTo6rOW9si3Mt.','jacqui_maloney1965','jacqui_maloney@hotmail.com','','2017-08-31 08:35:14','1504168518:$P$BQ9pnnuHUB0IXG/wCcxh.qrtE.A6Iq.',0,'jacqui_maloney1965'),(1274,'e.clement1978','$P$BpSy1yp5U1pNnZUGRJblrTAE7ha5JK/','e-clement1978','e.clement@autoperformance.fr','','2017-08-31 10:54:15','1504176858:$P$BgMjqJluzGF2tl4AcWZBFQVawwQ522/',0,'e.clement1978'),(1275,'guenter1957','$P$BfvwBkOO73oq51H20xcvhCof8vj3HZ/','guenter1957','guenter@eberle-oberau.de','','2017-08-31 12:18:44','1504181927:$P$BaZCk9steXxOg56qvHn6MS0DKjdy8m.',0,'guenter1957'),(1276,'fkfkfkfk1962','$P$BY89LYLrK0h6ima.WWy03i2ExFouaS0','fkfkfkfk1962','fkfkfkfk@aol.com','','2017-08-31 12:42:16','1504183340:$P$B3AG728/yGVJ5GTdNdHyE4c0iyofMj/',0,'fkfkfkfk1962'),(1277,'elaine09172006','$P$BLsr7Bf.5w6r.WPv.VQD9dMij2UY021','elaine09172006','elaine0917@yahoo.com','','2017-08-31 13:32:25','1504186348:$P$BnbVKFNvbSuod3J/OqmOBe0QKt9/0P/',0,'elaine09172006'),(1278,'a.weddeling1962','$P$B7L0BKFw6dIrEI8boE.slFMhffPrRM/','a-weddeling1962','a.weddeling@web.de','','2017-08-31 14:01:29','1504188093:$P$BQFtzrIQxE3L0P4o2.9iNnsurl1FS4.',0,'a.weddeling1962'),(1279,'kgaughan421984','$P$B5H5FGh15XEzCYfhRYRL7LV0Fw10xA/','kgaughan421984','kgaughan42@yahoo.com','','2017-08-31 14:05:34','1504188337:$P$Bx5zMIPVX1O/zQ.UJItO/ovKixhkTH/',0,'kgaughan421984'),(1280,'michelle.forrest2002','$P$BJy.g5fzrmcVJiJI4uKmVwMpMIdGNA/','michelle-forrest2002','michelle.forrest@gmail.com','','2017-08-31 14:49:15','1504190959:$P$BjDqbnESwPx9RCODxbbkXFwqf/t62z/',0,'michelle.forrest2002'),(1281,'atrudeau301980','$P$B8um87wpeCXnVcDCI0bd3KyEF1VsPo1','atrudeau301980','atrudeau30@gmail.com','','2017-08-31 15:22:10','1504192933:$P$Bzo75NWEAIW27tYdXO5ImRqgA6wpdY1',0,'atrudeau301980'),(1282,'danielalike2007','$P$BL9uVj61qaez6ZcmmVI4t8gENl.WyQ.','danielalike2007','danielalike@hotmail.com','','2017-08-31 17:00:19','1504198823:$P$BQre3CfV1Dh4IlJcyqSWFmav9WEM7q1',0,'danielalike2007'),(1283,'pg23881985','$P$BbQuGRY6mb8vQIu1jYRlYXL7LdIplg0','pg23881985','pg2388@gmail.com','','2017-08-31 17:22:21','1504200144:$P$BfxKl3PQ77Zd/Ig9BkwELAjVMEphlH1',0,'pg23881985'),(1284,'jgc.cruz1954','$P$Bw9oZz047QjOkvnzSlZWCBEmVw6D5W/','jgc-cruz1954','jgc.cruz@gmail.com','','2017-08-31 18:33:20','1504204404:$P$BOD0oMp3AEMMcz220f3b0mVNIpGiF61',0,'jgc.cruz1954'),(1285,'kt_melger1968','$P$BJ2i1i8FJAeJBjs0W1aR4gFJgFbnaZ0','kt_melger1968','kt_melger@hotmail.com','','2017-08-31 19:14:11','1504206855:$P$BAJnzug83kb6Wotw3aXN.n8HmpW5Va1',0,'kt_melger1968'),(1286,'gedrdavis2000','$P$Bw8kxhgo6TZPgyxs/reo5W9rqOe90k1','gedrdavis2000','gedrdavis@yahoo.co.uk','','2017-08-31 19:44:25','1504208668:$P$BjoA83dyoqG4Q7QmH2HMnFCdFg8t0a.',0,'gedrdavis2000'),(1287,'divya19061958','$P$B/P94h90jsLZ6Sajs1KsKmYqHcfoUi.','divya19061958','divya1906@gmail.com','','2017-08-31 21:05:23','1504213527:$P$BGG2jIpZiWUmHJfjLvpZRlldjE8qjK/',0,'divya19061958'),(1288,'contact2009','$P$BRcmtlB8051jdQMHlhCjGLrrNUEQPd1','contact2009','contact@jeremydebray.com','','2017-08-31 21:51:41','1504216304:$P$Bf2ns2wU8mxwye7L4WzT8uynEbmmyX.',0,'contact2009'),(1289,'larry1116261998','$P$BGMJsO6Kg7U/kJM.WnXzqxZwEOA5ix0','larry1116261998','larry111626@aol.com','','2017-08-31 22:01:25','1504216889:$P$BmtlpN3b8/ASHXRyC35zlawTkMkWUq.',0,'larry1116261998'),(1290,'vigo1521976','$P$BBHR4fNXVg7GAcTeUojY95ApLm6mTx0','vigo1521976','vigo152@aol.com','','2017-08-31 22:13:05','1504217589:$P$Bf63qWhnK0JpaCJYwvnRwtIYvesIBX.',0,'vigo1521976'),(1291,'andrea97141998','$P$B6Xshvi5B3aw1sm4ttJeF0qyj7i4FZ/','andrea97141998','andrea9714@msn.com','','2017-08-31 22:15:10','1504217714:$P$Bp/45frk1I10kc2XhDCgE1md1pYLrf0',0,'andrea97141998'),(1292,'hichemb1998','$P$BEPI1x.P8zPKpC84hmx.2gE.cjPwGW0','hichemb1998','hichemb@hotmail.com','','2017-08-31 22:18:45','1504217929:$P$B8fYIJOt9IAutpWxtOYIa/ZvN4h6j/0',0,'hichemb1998'),(1293,'miamowery1974','$P$BwFTtToDWnSPTVz5fGEaNAK0SUBplG/','miamowery1974','miamowery@hotmail.com','','2017-08-31 22:56:43','1504220206:$P$BcBvI4xvolfBZj3nGI1cbfKkPUW3Ni1',0,'miamowery1974'),(1294,'dl.buck1980','$P$BELdsJ6X2lqZuVtEGYwa9.fyUSUMCy.','dl-buck1980','dl.buck@gmail.com','','2017-08-31 22:58:10','1504220293:$P$BSHXzjU2eAqbpFqP7EUR3DZ67ic7PG/',0,'dl.buck1980'),(1295,'susanne.may12002','$P$BBfNA2P2YorB9lnyp2dNJ7hMJMYSEZ0','susanne-may12002','susanne.may1@gmx.de','','2017-08-31 22:58:16','1504220299:$P$Bw7iyVUu.lOb66Vq92aJ9qsZmOLi321',0,'susanne.may12002'),(1296,'przj231970','$P$BXGuXpy3eZdPYkTB1rnHZSqGRiXj1f.','przj231970','przj23@msn.com','','2017-08-31 23:00:15','1504220418:$P$BDMhEGzwG0BHsVEZHVEaW6uW9PVcAH.',0,'przj231970'),(1297,'swamynath1961','$P$BxMWCfVxjbustUh76ikT/EF8b5i4Mh0','swamynath1961','swamynath@gmail.com','','2017-08-31 23:41:54','1504222918:$P$BYO/J44j1jraCmkpcuvIwsWkPrhKZc.',0,'swamynath1961'),(1298,'tr2tl1955','$P$BZlUcNBhtUxypURF4.W5QQHl/fu.Kn1','tr2tl1955','tr2tl@aol.com','','2017-08-31 23:47:05','1504223228:$P$B1JOHQxQ61/0ggCfh.F/..GxybjxEj/',0,'tr2tl1955'),(1299,'kylewanchalk1970','$P$B/wSJFbEBWuhPmqRh1t/nZYiJD05E2.','kylewanchalk1970','kylewanchalk@yahoo.com','','2017-08-31 23:50:40','1504223443:$P$BEwVSKrdomOTy.3nbRKnCqJWsGpvRh1',0,'kylewanchalk1970'),(1300,'krebsbach952000','$P$Bmc3KoyzlZ/.xmrzur13sj2x/m3dGL1','krebsbach952000','krebsbach95@aol.com','','2017-09-01 01:41:43','1504230106:$P$B6bnZUqzQeX2y7LLZEl2GQR/3NfKwc/',0,'krebsbach952000'),(1301,'magman40062010','$P$Bv1gJjndXMvQQVToJt1lDeKVsCq2EW0','magman40062010','magman4006@yahoo.com','','2017-09-01 05:40:14','1504244417:$P$BSJRw8Z8mP0/LVejrDBtmGEDCLtZQN/',0,'magman40062010'),(1302,'davidave1951','$P$B0zptkDsNbxoRqYZ9kC/4sdS15bcbR.','davidave1951','davidave@gmail.com','','2017-09-01 06:33:47','1504247631:$P$B1WEkihWcxN3Y4ojfvdmdSMklzVhp30',0,'davidave1951'),(1303,'israel_rios081989','$P$B1NB0OMXC2BWLWVv.aWVp2lcKlnMvy1','israel_rios081989','israel_rios08@yahoo.com','','2017-09-01 07:43:52','1504251836:$P$BcymVibDAg.nhS9xL64qY0rPrt/sLy0',0,'israel_rios081989'),(1304,'davide.flossi1996','$P$BV.IEt4dAPU7LotJjMqoQ7ViSIj5LU1','davide-flossi1996','davide.flossi@gmail.com','','2017-09-01 11:51:13','1504266676:$P$BH6Gp3AtmlvCP4hWm0hP0hBf4F2bui1',0,'davide.flossi1996'),(1305,'jamarley1989','$P$B.SqDh8yQvV1DtQQ17/Sc01VPOtcYX/','jamarley1989','jamarley@hotmail.co.uk','','2017-09-02 10:40:43','1504348847:$P$BEE4iUSBLM0LvTj4BR0k0iY3wk.0I61',0,'jamarley1989'),(1306,'m.ajttit2006','$P$B.QkE4SurOYpvkPqtxbn7r6Ji.v6EB1','m-ajttit2006','m.ajttit@outlook.com','','2017-09-02 11:35:52','1504352155:$P$B0Ycisi2RrDBrz2Gt8z3Vt0oVacgCa0',0,'m.ajttit2006'),(1307,'hanguyenn1965','$P$BrAOdnw7FFB9Th6tMHIbPiTFHJw.nu.','hanguyenn1965','hanguyenn@gmail.com','','2017-09-02 12:46:14','1504356377:$P$BdQLokUMjexrcr5PPbvGjt89O9c5iN0',0,'hanguyenn1965'),(1308,'jack.ralph1978','$P$B2koGUSOUkS6pGgEQi/F4o9XACRdqA.','jack-ralph1978','jack.ralph@sbcglobal.net','','2017-09-02 13:39:34','1504359577:$P$BqjY.4w0MjqCU0Bl3GwUSjLdQXyTaI1',0,'jack.ralph1978'),(1309,'davidpoling1955','$P$BKo.LGLO7oRcHTx4kY1gQcpoxq0nxD1','davidpoling1955','davidpoling@yahoo.com','','2017-09-02 15:12:10','1504365133:$P$B.Ab3j.GWs5QGqIzQ80R3x73jDVzwE1',0,'davidpoling1955'),(1310,'mia2010','$P$B0MgZDaCprk.BJViPCGNPDtOfzUghp0','mia2010','mia@safermedicalmt.com','','2017-09-02 16:53:16','1504371200:$P$BHN1A9Np7tLGeqmjDbEwRu1xRz0xv50',0,'mia2010'),(1311,'anthonyulysses1975','$P$BjDGt3rVpvKx4MWJ65YQ1I3Va9sGSD.','anthonyulysses1975','anthonyulysses@gmail.com','','2017-09-02 18:28:07','1504376890:$P$Bf.zqPy77T//3om.cm3ZALfL4Dd08W/',0,'anthonyulysses1975'),(1312,'charles.lafont1968','$P$BVq7T0i9O6uor9i2PzjvcSACxwO5zA0','charles-lafont1968','charles.lafont@gmail.com','','2017-09-02 21:39:31','1504388375:$P$BBz2QB/dqBLxW8KK.5n1tt9AG.XZBf/',0,'charles.lafont1968'),(1313,'boro-lass2002','$P$BAiqEufb9UM0VgeUU0q70PYhjHqM/1/','boro-lass2002','boro-lass@hotmail.co.uk','','2017-09-02 22:29:20','1504391363:$P$BDPEv/zRfRvrAAyjicbyQazdVaHFiA.',0,'boro-lass2002'),(1314,'ejclarke0011991','$P$B7pMDWh/vPMts0vV9x1kIl75/uQawS1','ejclarke0011991','ejclarke001@gmail.com','','2017-09-03 19:09:15','1504465758:$P$BQQYvA6Rv.MzjAY7F5zzZ9EO75eDut1',0,'ejclarke0011991'),(1315,'katiebonomini1995','$P$BTiultO1bN08/nVRbYJoSMYt1Ipi710','katiebonomini1995','katiebonomini@hotmail.com','','2017-09-03 21:36:10','1504474574:$P$BbRmWTt19aCFp.Q6SkcpYa.251T/0N1',0,'katiebonomini1995'),(1316,'francojoseph1962','$P$BZUHQ3fuyHHgdmL8gq3K5nCVJG8.wv/','francojoseph1962','francojoseph@yahoo.com','','2017-09-04 01:42:15','1504489337:$P$BZpH1X2S/AbISOWzBInf9UTAvaOdk./',0,'francojoseph1962'),(1317,'paulineb51959','$P$BL/J5gq4OcUYBvUXWBypHn/jJJo8UI0','paulineb51959','paulineb5@hotmail.com','','2017-09-04 08:20:13','1504513215:$P$B630mvn7ddu/Jfwe1MbJrAHX.xfvDe0',0,'paulineb51959'),(1318,'bougasaa1984','$P$BUgpXGdVk4V0R5lujlAuKES0zoRCK.0','bougasaa1984','bougasaa@gmail.com','','2017-09-04 08:21:05','1504513267:$P$B4xIeq6ubOEKbsdZVkzYSPzS16NkWt/',0,'bougasaa1984'),(1319,'jonilaserson1982','$P$BU15uqZzDI0J5YWn3Ljy8prFqGBhj4/','jonilaserson1982','jonilaserson@gmail.com','','2017-09-04 09:17:20','1504516643:$P$BZ4iE7YX54T0f.K4w9hkNolM2ihyaV/',0,'jonilaserson1982'),(1320,'pjnewtonbun1951','$P$BFBcYVOKngqZ.AJd2THevZBULULli7/','pjnewtonbun1951','pjnewtonbun@hotmail.co.uk','','2017-09-04 10:17:59','1504520282:$P$BDpBxU/tmm5ChyYD9VNiJkJ1pHJBZg/',0,'pjnewtonbun1951'),(1321,'jamessorochan1969','$P$BZTYqugvX9DDUy47PPQUselyvccHVB.','jamessorochan1969','jamessorochan@gmail.com','','2017-09-04 10:49:42','1504522183:$P$BP4p53Fu1/CIYarMVNavAdbz8vm.Uh/',0,'jamessorochan1969'),(1322,'tarrynkelly.proos1959','$P$BAqXgZt7mO4gzU9WpNR9xCWZSfYQYF1','tarrynkelly-proos1959','tarrynkelly.proos@gmail.com','','2017-09-04 13:15:30','1504530933:$P$BCBEmqAqPfOwieweQBO2GxfcgFWD2W0',0,'tarrynkelly.proos1959'),(1323,'ktwhite111983','$P$BeL3xjwDvgB7O6r4s7pOAkmIPH7ndT/','ktwhite111983','ktwhite11@gmail.com','','2017-09-04 14:19:21','1504534763:$P$BgIoCmeHNFuG6mNqh8m64IurLYWMG5/',0,'ktwhite111983'),(1324,'dreamsk8pe1958','$P$BenNlFvbCFlchka7T1PKgnLDrKwZ0n/','dreamsk8pe1958','dreamsk8pe@aol.com','','2017-09-04 15:06:39','1504537601:$P$B4sso2reNWzHmS497rGT5/t7LX3JMp0',0,'dreamsk8pe1958'),(1325,'madwolf3631986','$P$BUlq.Pfhss5.CjNt1g2xD9rDQOeslK.','madwolf3631986','madwolf363@gmail.com','','2017-09-04 17:10:51','1504545053:$P$BaD/NwNkHKUv/dMQG.ljbzR.40nOig0',0,'madwolf3631986'),(1326,'lulukra11960','$P$BDBexkTiw1gDkczCG9aNyZ3A6.S5IU.','lulukra11960','lulukra1@yahoo.com','','2017-09-04 19:01:53','1504551715:$P$B/c8jAm5RkoUdoiumdYdBSXy0ptBEM/',0,'lulukra11960'),(1327,'grannyrose1561995','$P$BfKeDXflfq9z0pAJX7.xprzVZW4k47.','grannyrose1561995','grannyrose156@aol.com','','2017-09-04 20:07:17','1504555639:$P$B5aY9h1bscwUpswgIQyDwVdON0Cql//',0,'grannyrose1561995'),(1328,'lockmasteroz1970','$P$Bb5whZUXbLyhDe2CutOSWloDgbjGmX1','lockmasteroz1970','lockmasteroz@gmail.com','','2017-09-04 21:22:07','1504560129:$P$BRlGNvf8SjpR969aohkC48j5PaoJk2.',0,'lockmasteroz1970'),(1329,'woodchucker21954','$P$BpS06vxZJnnFdNxOhxuFiJNk4wg1mu/','woodchucker21954','woodchucker2@yahoo.com','','2017-09-04 21:38:11','1504561093:$P$BG..novuxNh8MmC4Sd0.jGucjvOqhz/',0,'woodchucker21954'),(1330,'andergangfive1969','$P$BAOlHmhXpo1HeCQt8tshk.YDM8ezpf.','andergangfive1969','andergangfive@att.net','','2017-09-04 22:51:23','1504565485:$P$B5cFQ87IDv0v4IL/FThZf8b5VVX/aT0',0,'andergangfive1969'),(1331,'joser7620001961','$P$BLgM//B5VwlEyfUoYXILrhR2yrhZhk0','joser7620001961','joser762000@yahoo.com','','2017-09-05 00:58:39','1504573120:$P$BOZABEpyiiTMlfqhXHegCu/NpHqsTu/',0,'joser7620001961'),(1332,'astrid.gronister2005','$P$BJ.EibG5Wnvl1PieeAQPR9IllWhLmt1','astrid-gronister2005','astrid.gronister@gmail.com','','2017-09-05 01:17:16','1504574239:$P$B5KAnReuERwBFLcPvmNWr.IyRcnZcO/',0,'astrid.gronister2005'),(1333,'nicky_stokes1950','$P$BuV118L8iu4jgMurUAc/PeU.SD.tJ5/','nicky_stokes1950','nicky_stokes@hotmail.com','','2017-09-05 02:51:54','1504579916:$P$BfQ98GurItAe04k7K6xIji0lfumqri/',0,'nicky_stokes1950'),(1334,'jonathanqueen1986','$P$BH17Acd7G2Pp7DymVwp7aTVq6sACQ/.','jonathanqueen1986','jonathanqueen@gmail.com','','2017-09-05 03:43:50','1504583033:$P$BDP/IgxEQdE1ESLCi6ZLuOjyQD.aTc.',0,'jonathanqueen1986'),(1335,'mjcardona861985','$P$B4BHXcFhw3wbv.eGH9raEsWc80syZf.','mjcardona861985','mjcardona86@hotmail.com','','2017-09-05 06:58:50','1504594732:$P$BU/MA.nC5bJwvGTjzGeS72lg725SNi.',0,'mjcardona861985'),(1336,'davidson.zachary441970','$P$Bg1rwLLkhObVnhE6VgwlO5kpjHDjDQ0','davidson-zachary441970','davidson.zachary44@gmail.com','','2017-09-05 07:10:17','1504595419:$P$BLPVEQ6zvtwAYiJCOIaBk8JoK9zSnU/',0,'davidson.zachary441970'),(1337,'decker.ben1972','$P$BpA5xnz6A1MyFY1eUGHQB4jyNtU9uv.','decker-ben1972','decker.ben@gmail.com','','2017-09-05 08:23:34','1504599816:$P$Bxs5rO.YG03/fNdKUgLfjXiatijcsK1',0,'decker.ben1972'),(1338,'ruth_martin19871961','$P$BPMTcUURLSuNBZ.vvsPR5nhwRIZBNf1','ruth_martin19871961','ruth_martin1987@hotmail.co.uk','','2017-09-05 17:55:14','1504634116:$P$BTj0p2h6nD4bPWdh.POnBibiV7SdDY.',0,'ruth_martin19871961'),(1339,'amreingold1980','$P$Bz8x2n4CJP0KMUsHBqY2EcpuSQtHAz0','amreingold1980','amreingold@aol.com','','2017-09-05 18:44:54','1504637096:$P$BPVyqoR/nNKn1rgKG71lwBJLcXA1BD1',0,'amreingold1980'),(1340,'christian_ala1979','$P$BDqh6U2cs9lY3IJGjhXTTJxwAa6Uvl1','christian_ala1979','christian_ala@msn.com','','2017-09-05 19:23:36','1504639417:$P$B3EuXwAAGiVkgpyDzEIo7x/BGIReAb.',0,'christian_ala1979'),(1341,'aurora18461958','$P$Bb0jPe808/crfSO27.eD5D2LOlnAJS/','aurora18461958','aurora1846@hotmail.com','','2017-09-05 21:20:22','1504646424:$P$B1/5n0kozpvYUjC.XCBoh5HZ1uUUVJ0',0,'aurora18461958'),(1342,'rebekka.thomsen1981','$P$BTArtMsMCq0XYQzTvcJ1HDMvB8A1oF.','rebekka-thomsen1981','rebekka.thomsen@hotmail.com','','2017-09-05 21:45:07','1504647909:$P$B.Z7VgbEiWXrRt3Lg9cBAxXZaS7RDw/',0,'rebekka.thomsen1981'),(1343,'brian.chiarito1976','$P$B5MD6EOrdbKNwHpjzwIhs/pVRIHyoD1','brian-chiarito1976','brian.chiarito@live.com','','2017-09-05 22:24:03','1504650245:$P$BGPZ9/FDSoQsRDwhbeSL/nBzA19Cmq1',0,'brian.chiarito1976'),(1344,'dbroadway8311974','$P$BrX/cJ1C1.bYOmyAqr7YMnyBPKL8v40','dbroadway8311974','dbroadway831@aol.com','','2017-09-06 00:40:39','1504658442:$P$BAJEu5NoqQ2LV9dFC9OxJoJeN5cC0N.',0,'dbroadway8311974'),(1345,'eltato101989','$P$BJ5UOEeNofCHJgq/aX4hP6hbxvFRsC.','eltato101989','eltato10@yahoo.com','','2017-09-06 01:00:16','1504659617:$P$BuQ0AE43tNAq/U/ebiTRaSc2HkuvaS.',0,'eltato101989'),(1346,'pimenteltony1978','$P$BnI/lEAZmIeg1V.nKBXcUu7QDtcuVB/','pimenteltony1978','pimenteltony@hotmail.com','','2017-09-06 02:37:06','1504665428:$P$Bu5vFAMmHNgKGiK0LrAhyRsRFq2oCL0',0,'pimenteltony1978'),(1347,'nanci.matter1961','$P$BoHDurf9bACMF9OmJIiBUwP8Td928Y.','nanci-matter1961','nanci.matter@cetecom.com','','2017-09-06 06:32:26','1504679548:$P$BMagDDKP/PdX4.wdrtkySeLtL6LcgI1',0,'nanci.matter1961'),(1348,'oreo_godfather1952','$P$BpRXo6ExMpPqSZ1ur61bbQIQ1HRzZM/','oreo_godfather1952','oreo_godfather@hotmail.com','','2017-09-06 07:22:46','1504682568:$P$BUoPqrnZGf3UuT3gqB49r//0srq5Vu0',0,'oreo_godfather1952'),(1349,'emma.peworchik2005','$P$BIAHjwonDkdaxAqS5j5.Ar985FWxeu1','emma-peworchik2005','emma.peworchik@gmail.com','','2017-09-06 07:44:01','1504683843:$P$BA6MbaRzglVRWlbGunMyQRnDAFkosJ.',0,'emma.peworchik2005'),(1350,'pwromd1984','$P$BM5HFYya6JT.MqBsK0bmmzgpSTGF9C0','pwromd1984','pwromd@yahoo.com','','2017-09-06 08:35:51','1504686953:$P$BPcnFrj6jJWeggpNr2NLsOb80Smr4r0',0,'pwromd1984'),(1351,'issacb1974','$P$Bc7eO1njt176AOZEkKxc7v./NpcN.r0','issacb1974','issacb@networkexperts.la','','2017-09-06 08:56:57','1504688219:$P$BmGXYDoyP2eaPp3.Fz5BPQ3hWMgg2m1',0,'issacb1974'),(1352,'nayecam942000','$P$BsNTfKDlsqYpF8iy.mH0WWi7aRFekN.','nayecam942000','nayecam94@hotmail.com','','2017-09-06 09:07:42','1504688863:$P$BBZ.st2Yr/VkSGIuDfGKie5lxBqSPG1',0,'nayecam942000'),(1353,'ulugbekgp2002','$P$B5LVZRZE0xcSxyqgKeW5apygVl72pU0','ulugbekgp2002','ulugbekgp@gmail.com','','2017-09-06 10:08:34','1504692515:$P$B8rhL9weO2SyAEGB8zVzG0X5ORYVP40',0,'ulugbekgp2002'),(1354,'jksandstrom671991','$P$BKzZrI8yrdS97s7CpkCpz/FmK2WJ.e/','jksandstrom671991','jksandstrom67@gmail.com','','2017-09-06 10:22:42','1504693364:$P$B9lrDIOVy4XCzkJZGugNHTy54/xUZD1',0,'jksandstrom671991'),(1355,'macums1963','$P$BkPEkkzzcNXu.zYHlA4IdAk0Vg9QqQ1','macums1963','macums@yahoo.com','','2017-09-06 11:22:28','1504696950:$P$BYoSZjfXQB2D4nFPaFnzM3RPyZXWol.',0,'macums1963'),(1356,'lsx19891955','$P$BKCr52Pan4BldzBo1F3l.0S59CleAN1','lsx19891955','lsx1989@hotmail.com','','2017-09-06 11:24:10','1504697052:$P$B1zRTJAcWCBxDo.U1QHm6WFUqmoL7e0',0,'lsx19891955'),(1357,'lsnehring2001','$P$BRUQTebb2RAdqwrb7fjC.caMds0H/u/','lsnehring2001','lsnehring@aol.com','','2017-09-06 13:33:04','1504704786:$P$B8OrBdjptA.U1ZkwOQN86lMT7I5aXf1',0,'lsnehring2001'),(1358,'ayachin221952','$P$BsROUVTgV5Bhj02v6KBxCiZHqCLHw..','ayachin221952','ayachin22@hotmail.com','','2017-09-06 14:12:22','1504707144:$P$BYfIeXsU4smdMmAQz9iWPBtpQIgvSv1',0,'ayachin221952'),(1359,'marinodipierro1995','$P$BVRJFEjXZNqCHfnd3pmX9fj2.KAoNA/','marinodipierro1995','marinodipierro@googlemail.com','','2017-09-06 15:19:02','1504711144:$P$B0mFmlXmbPCzZXqIXlS9RlY57Ga7Qx0',0,'marinodipierro1995'),(1360,'kellydawnhayes1961','$P$BNGJCc62dUfTsAWM.X8YJ5zLRl7Sg/.','kellydawnhayes1961','kellydawnhayes@hotmail.com','','2017-09-06 17:19:40','1504718382:$P$BDO.xDEuuUdbB8jBBOsXSpDQukL2aI/',0,'kellydawnhayes1961'),(1361,'jmusgr31351958','$P$BI/ZXrQHWRHirmBGGo5Bn7fz6y3eFl1','jmusgr31351958','jmusgr3135@msn.com','','2017-09-06 17:55:20','1504720522:$P$B0Kstl06pER7Yf19.AoiHR27yStp8S/',0,'jmusgr31351958'),(1362,'highly_regarded1954','$P$Bal7r5EmiB5beW.s2ja9GzVBoyK8fi0','highly_regarded1954','highly_regarded@msn.com','','2017-09-06 19:37:07','1504726629:$P$Bvk9GqutZjcsgqkYYhsYJUpkZXNNeb.',0,'highly_regarded1954'),(1363,'dgcerar1981','$P$BcOJRmBU3AsdEOtm0rklhRh8GjvN901','dgcerar1981','dgcerar@gmail.com','','2017-09-06 19:53:14','1504727595:$P$BDZo11yI/palC93qYdLAFwoom88snQ0',0,'dgcerar1981'),(1364,'vu0tran1989','$P$BZpRwGn0oKHj8Xh3uel5lE3DGR2k1n.','vu0tran1989','vu0tran@gmail.com','','2017-09-06 22:10:45','1504735847:$P$BWScOip8Iln/9Dg6UkPslei2SfLCO20',0,'vu0tran1989'),(1365,'peterhenry_1994','$P$BFCVNtI9MyY3XrvnPY78UPqb31j9670','peterhenry_1994','peterhenry_@hotmail.com','','2017-09-06 22:46:07','1504737969:$P$Bbrgpsdv8JqmD70IcnzIAKlq31WsW30',0,'peterhenry_1994'),(1366,'hopeforpaws1975','$P$B24MPH/atE.0x7DQfmwcDkJMNFd3xE1','hopeforpaws1975','hopeforpaws@gmail.com','','2017-09-06 22:52:06','1504738328:$P$BgV27CP3jVNlUGjGDX6lbWV.j8ozMZ/',0,'hopeforpaws1975'),(1367,'albertkawam1960','$P$B6ctsWS0b6S8n7mhY9Z1LUAdZNUVCq/','albertkawam1960','albertkawam@aol.com','','2017-09-06 23:09:06','1504739348:$P$B5oDgsvNZEnFOSL/9loO0bONXySVD3/',0,'albertkawam1960'),(1368,'andyatswelding1958','$P$BQh0n7TpuAowRpIn9chYP8Ib17rl5S0','andyatswelding1958','andyatswelding@aol.com','','2017-09-06 23:58:55','1504742336:$P$BT4/JKQ/7b5fs3Agz0lTVLiY6uC7di.',0,'andyatswelding1958'),(1369,'javonnas1985','$P$BETspHzBoyGX8rVEzMyWcIBD2Ey0Ag/','javonnas1985','javonnas@gmail.com','','2017-09-07 00:14:54','1504743296:$P$BdIb5T20JJPUQfQKux11uka66TkmQ10',0,'javonnas1985'),(1370,'darienbrousseau2002','$P$B.PHx50Z1fqA7W31GcHgvo.eev7KBE.','darienbrousseau2002','darienbrousseau@gmail.com','','2017-09-07 00:53:23','1504745605:$P$B35OfyzyRhX.C.u0OtKD0nrlGLolJC0',0,'darienbrousseau2002'),(1371,'wisegreat0072001','$P$BPItvxlicPZqIMFjvcKnbVpeJxdZZV/','wisegreat0072001','wisegreat007@gmail.com','','2017-09-07 01:41:49','1504748511:$P$B79iT9Ay9AYCBANfo9afoPIf0.TFcJ0',0,'wisegreat0072001'),(1372,'bhubscher1962','$P$BapoAG5UoI2eFWjiVkK6NJVZDnTUht/','bhubscher1962','bhubscher@gmail.com','','2017-09-07 02:51:16','1504752688:$P$BXC6uk/P8oD63WubyeOZbr2OmfdGMZ/',0,'bhubscher1962'),(1373,'burtfam841986','$P$B80dU/r/lDgObrZ89FotlQclpM.DjJ1','burtfam841986','burtfam84@msn.com','','2017-09-07 04:48:06','1504759689:$P$BfC6Xe47LcIL6yl1Y6zZvCxMx.ioTA0',0,'burtfam841986'),(1374,'jgsleep442009','$P$B5bSviEiZ5XXxVULKWI1euDiPOVOC1.','jgsleep442009','jgsleep44@gmail.com','','2017-09-07 06:55:21','1504767322:$P$BeZjgek3odJEIDiDrHsAdIJxLMwRFe.',0,'jgsleep442009'),(1375,'sammerdog2010','$P$B8alB77SzOIzAmXmqClXI9YqZitssQ1','sammerdog2010','sammerdog@hotmail.com','','2017-09-07 21:00:26','1504818029:$P$Bp4SqRWW/0Ejfzmsdd4jb7KqqIcbu20',0,'sammerdog2010'),(1376,'ajsvaan2001','$P$BcyTTQb73i/QRK0UbSIDk9E8QXQvJL/','ajsvaan2001','ajsvaan@gmail.com','','2017-09-08 03:36:34','1504841796:$P$B/ZdsCmiJvVrrFqwDCB.suLEemCg.Y.',0,'ajsvaan2001'),(1377,'jlabowski2002','$P$BjhiGCQJMuWtHfvB6Bb1iSskChPQN01','jlabowski2002','jlabowski@aol.com','','2017-09-08 14:55:11','1504882513:$P$BNOZJCioC/D27q2QhYpZIDbgHX7Lg//',0,'jlabowski2002'),(1378,'xxonly_laurenxx2002','$P$BH06VJnfZLdXnMwGgx0/aRBu6Sx/Ky1','xxonly_laurenxx2002','xxonly_laurenxx@hotmail.co.uk','','2017-09-08 15:25:49','1504884351:$P$BkvNvU8Kub86Q58AlLA4WaS/asb4Nx.',0,'xxonly_laurenxx2002'),(1379,'norris_kathryn1985','$P$Bxp55g3z9Y6XgdRVxO.Cc2gw2IEQpX/','norris_kathryn1985','norris_kathryn@hotmail.com','','2017-09-08 15:55:58','1504886160:$P$BO0evZll8ZrBi9N7r35blvLFgzTdD./',0,'norris_kathryn1985'),(1380,'ckorb1989','$P$BhrxNdSlvHPCtgD1PFxnpoSylrtLbC0','ckorb1989','ckorb@napavalleylodge.com','','2017-09-08 16:10:51','1504887053:$P$BGgqokX2D1rZrQZA2BVnnPedbP2d0P1',0,'ckorb1989'),(1381,'keatingsdaycare11987','$P$B/1mqrJc9DNhPGFHCqkCY0bZuw.8.01','keatingsdaycare11987','keatingsdaycare1@hotmail.com','','2017-09-08 17:03:14','1504890196:$P$BEGcDf8MkX4Iv1KLgd8n0Dx2I7DymM1',0,'keatingsdaycare11987'),(1382,'drconcert1987','$P$BeJ59S78vp3/QRrOPscxaBJB9/CptX1','drconcert1987','drconcert@aol.com','','2017-09-08 17:32:36','1504891958:$P$BpvWJflN5c/et3DtkUMykPnMH/IM1e.',0,'drconcert1987'),(1383,'usisfar2010','$P$BrBPtTdaGjWp3s5b/on2IeT8iA6zUU/','usisfar2010','usisfar@gmail.com','','2017-09-08 21:38:02','1504906684:$P$BXSG/KK8FmCS6ZnXU.YHfUwkzKdy0n1',0,'usisfar2010'),(1384,'yaomollychen1960','$P$Bt0wj3QGQRPCJm8eINO7/k7LXx77TN/','yaomollychen1960','yaomollychen@yahoo.com','','2017-09-08 21:57:25','1504907847:$P$BS.XiMvEdIHMPI1CgwaaCFykZTeqhN/',0,'yaomollychen1960'),(1385,'vzah1951','$P$BHhyQsOntTnWQV057ShosDRujumOX90','vzah1951','vzah@aol.com','','2017-09-08 22:09:50','1504908591:$P$BzNCEtfFJVBAlKJ1bVjZa9tnM8.r0I0',0,'vzah1951'),(1386,'giannislow1980','$P$B5dqJUWrbe/QAoo2bcbsjJhHS6dbM6/','giannislow1980','giannislow@hotmail.com','','2017-09-08 22:40:38','1504910440:$P$B4cV2Zms3Z8eabuFbvMYIJh6pSOrmy.',0,'giannislow1980'),(1387,'maxxximg1973','$P$BDlln96lxRPpBeGsm9nEbSkzDBfqcl.','maxxximg1973','maxxximg@yahoo.de','','2017-09-08 22:50:18','1504911019:$P$BeywELZSAotWFsVK//fvr2vR0nmXps.',0,'maxxximg1973'),(1388,'gaby_sanchez081968','$P$BiFoLFEdXMoJ6mbLVdT9FO2JQ.hNdE0','gaby_sanchez081968','gaby_sanchez08@live.com','','2017-09-08 23:41:07','1504914069:$P$BGr/vLIrRr4681NU2x5qm7fL.UM87d1',0,'gaby_sanchez081968'),(1389,'gretchen2dot01956','$P$BLLtHxK9rjDyfZKaw4g4JRWf7f2c6q/','gretchen2dot01956','gretchen2dot0@austin.rr.com','','2017-09-09 00:00:03','1504915204:$P$By34PtZJLOydtPUJejtu.bnLN3ubQ9/',0,'gretchen2dot01956'),(1390,'oanstein1954','$P$BGSm7MKlll6jn0YWcvGJ5OEfe6NPtu.','oanstein1954','oanstein@gmail.com','','2017-09-09 00:05:41','1504915543:$P$Bh.DKkySveFE4vyHFwlPa/MUVX54nl/',0,'oanstein1954'),(1391,'karen.ristuben2008','$P$B5gnVpJtvLpyiWT4oEdTmiqX7xwAtu1','karen-ristuben2008','karen.ristuben@gmail.com','','2017-09-09 00:50:36','1504918239:$P$BS8SmjZvejgIJFGOYOA9HvADJHNvQH.',0,'karen.ristuben2008'),(1392,'dickwurster1959','$P$B8MbUP6nItAUjH6BrbHTsXwFiXJibj0','dickwurster1959','dickwurster@gmail.com','','2017-09-09 06:26:22','1504938384:$P$BKr11Pu5ZO3qpRYlMGpIyjLwqlrmr.0',0,'dickwurster1959'),(1393,'kans8261952','$P$BgwdRljTOZ1Cr2siTDmlrFuPypv2om/','kans8261952','kans826@aol.com','','2017-09-09 06:43:39','1504939421:$P$BRr4B4eO1TwYHs7U0zjfmAaHCjl44p1',0,'kans8261952'),(1394,'vanchen072000','$P$BJ9eintr/XuMpy2f68V0rRYF3r2sRy0','vanchen072000','vanchen07@gmail.com','','2017-09-09 09:09:44','1504948186:$P$B6tTX2ODctf5nZQoE4selzD5s/mTws1',0,'vanchen072000'),(1395,'lfalk12061977','$P$BEyfcpdVqqrzFOv3aYKZ26sBknQqnO0','lfalk12061977','lfalk1206@aol.com','','2017-09-10 05:56:12','1505022974:$P$BwkWpWP7PHeMekzxuWBF79taXP69wT/',0,'lfalk12061977'),(1396,'mbuskil1963','$P$BLeeqKUEjGCLT1vHVkNx10fZnCYHsm.','mbuskil1963','mbuskil@aol.com','','2017-09-10 11:10:39','1505041841:$P$BSNOvpu.8nWvIK3xViQDALWbPWotJ..',0,'mbuskil1963'),(1397,'elizabeth.wojnowski1992','$P$BR3B6mWh5zxEapueDGPLsgiWg8.mRC/','elizabeth-wojnowski1992','elizabeth.wojnowski@gmail.com','','2017-09-10 13:37:27','1505050649:$P$B/zj.oFGJH49HjlfA0mGqR6pEJsbPk/',0,'elizabeth.wojnowski1992'),(1398,'navoly.beatrix1960','$P$BV7TyrYgYhKtlepLrKNTHWuHDuOjwH0','navoly-beatrix1960','navoly.beatrix@gmail.com','','2017-09-10 13:43:06','1505050989:$P$BnFr1lz4/Ek.akG/uY5d9KnUZ8vcWK0',0,'navoly.beatrix1960'),(1399,'sindiburke1968','$P$B24QeCC/dpA7lCeSsHZwc5mkqH8OvM0','sindiburke1968','sindiburke@aol.com','','2017-09-10 13:52:59','1505051580:$P$Bm9RfB8IgiCeoOitcM8GN7555TTf.V/',0,'sindiburke1968'),(1400,'alyaly3331963','$P$BowYUi4G61t.Y7xIR0077JSMr/LgJb0','alyaly3331963','alyaly333@aol.com','','2017-09-10 14:03:42','1505052224:$P$Bb4U9rKVA4s/DCAdRF57jR0Po0YHlY1',0,'alyaly3331963'),(1401,'laurjr441971','$P$BpxvGnr2lOHSEpV5uDZSh27rhcv/5k1','laurjr441971','laurjr44@gmail.com','','2017-09-10 17:48:20','1505065702:$P$BTWpWLhlzU/Mt92EcinTvmssSrluvj0',0,'laurjr441971'),(1402,'andientressengle1999','$P$B0BPc.QCs3YtYkA/xhfORbbbPfWmQj1','andientressengle1999','andientressengle@hotmail.com','','2017-09-10 19:44:30','1505072672:$P$B5YyEHP7ZkweyzFVQmF9zC2OfydoPE.',0,'andientressengle1999'),(1403,'joe.a.lisi1979','$P$BfCYj2Z90XXGOuGM7MY9KTzbkIhcvR/','joe-a-lisi1979','joe.a.lisi@gmail.com','','2017-09-10 19:50:04','1505073006:$P$BkKd04D5Gb2gbtYwzs8Z8dGyWKH0.x0',0,'joe.a.lisi1979'),(1404,'ton.tlick1983','$P$BuSK5d1KkKT5rqMt4jCYAgpemfDwnN/','ton-tlick1983','ton.tlick@gmail.com','','2017-09-10 19:51:45','1505073106:$P$BYskn4bPbLlDAe6DWx2RZsopMcJW.t1',0,'ton.tlick1983'),(1405,'arcadiacarehome1980','$P$BFNHGKI64fzJj9sAWRWLjYei7komPg.','arcadiacarehome1980','arcadiacarehome@live.com','','2017-09-11 01:36:02','1505093764:$P$BkdLslSbvUiiPDFh88WRL0kmmBiwtQ1',0,'arcadiacarehome1980'),(1406,'bthompgg1963','$P$B5u4KWSwIstfR5mdAM5bBlqnnjuHXw1','bthompgg1963','bthompgg@aol.com','','2017-09-11 06:41:08','1505112070:$P$B31ueaQolOXJeUrRB38y.9EAkh/8A71',0,'bthompgg1963'),(1407,'sjoerdvangurp1963','$P$Bof9GkRbyMmpz5GJa5CNGmSLqxs8SA0','sjoerdvangurp1963','sjoerdvangurp@gmail.com','','2017-09-11 09:45:42','1505123144:$P$B7hm8f4TzS2e5WBoV4ydau0fn/r3gE.',0,'sjoerdvangurp1963'),(1408,'tina.clayton731980','$P$BysJV7UI2AHbJ/5aUh4blBVC43pK5a/','tina-clayton731980','tina.clayton73@yahoo.com','','2017-09-11 14:54:56','1505141698:$P$BH9hmg0ozO6LjYpPuS.UGQGklQSzh4.',0,'tina.clayton731980'),(1409,'hjackjr11955','$P$B.23wGFkyd1tUx5y2VS2Lzb9Ev27ZL0','hjackjr11955','hjackjr1@aol.com','','2017-09-11 16:07:37','1505146058:$P$B1mQGCFo.EWcfiwkcSJpNs0/W.KkmS0',0,'hjackjr11955'),(1410,'toddmcnerney571950','$P$B/EJe2BQRLJvSQGc2i7N/TrDpLd9cd0','toddmcnerney571950','toddmcnerney57@gmail.com','','2017-09-11 16:53:20','1505148803:$P$BDdSCR7etV3aK5EhNF/T7Xsl6qhtSG1',0,'toddmcnerney571950'),(1411,'ranaezhen1985','$P$BjEy0nWHB7qmhtFLqA3Rf0Xcvtz7ON1','ranaezhen1985','ranaezhen@yahoo.com','','2017-09-11 19:08:10','1505156893:$P$Bay7/x2RLsfHr3OCoIvSeIkb4o7Keb/',0,'ranaezhen1985'),(1412,'evelynadams96971979','$P$B.GMh5FyMejrTuGekM6oLsFGnst/qC.','evelynadams96971979','evelynadams9697@hotmail.com','','2017-09-11 19:25:51','1505157954:$P$B3M7earA.eNSsigYfUVriGdAUb0QYz.',0,'evelynadams96971979'),(1413,'lisa10032000','$P$B3fQyGuI1vcV3HRZKjx1BvD3Qsyi7E.','lisa10032000','lisa1003@gmx.de','','2017-09-12 09:59:49','1505210392:$P$Bl0xLEoeUDY45Yxnd3z5hE.WrVzJ1c/',0,'lisa10032000'),(1414,'ho1ywarrior1990','$P$BDwoJE4UTo7xQS1FhuJStOEqq7JroT0','ho1ywarrior1990','ho1ywarrior@msn.com','','2017-09-12 10:30:38','1505212240:$P$Bgrsqp9AxfbaUS0WRIV5kVsC1MgB9L/',0,'ho1ywarrior1990'),(1415,'sallyparkerbodyshop1965','$P$BHEfx5N5D1ScgfElr4wA7V1s72K5lm1','sallyparkerbodyshop1965','sallyparkerbodyshop@outlook.com','','2017-09-12 11:15:24','1505214927:$P$BGPcv5BhNF1YmJzCahdMsVes.T4o7Y/',0,'sallyparkerbodyshop1965'),(1416,'greenhase11971','$P$BxusCoJ10U7CXUtIAmp81FMOO1yrWS/','greenhase11971','greenhase1@aol.com','','2017-09-12 11:35:23','1505216126:$P$BJx7PJvBnn9SE7640wHg0guXS.WFfb1',0,'greenhase11971'),(1417,'chloe.carmichael2009','$P$B4woYthMx5F7eDAdN2IBAKh.Tk9ZOc0','chloe-carmichael2009','chloe.carmichael@gmail.com','','2017-09-12 13:32:13','1505223135:$P$BxCuO/eqEDFzhb71X8TWTeqmTahnDv.',0,'chloe.carmichael2009'),(1418,'adelalkoubaisy2001','$P$Bl9iRE/36T4dKECMAJcGBdI/EIzvI6.','adelalkoubaisy2001','adelalkoubaisy@outlook.com','','2017-09-12 15:11:09','1505229072:$P$Bf7/YEM6A1uDCiI.91Qnfc9pEp15xg1',0,'adelalkoubaisy2001'),(1419,'cknobel1970','$P$ByW/HaqRwFslNMk4X/lk994h/k2Qsr.','cknobel1970','cknobel@gmail.com','','2017-09-12 18:22:04','1505240527:$P$B4zxJBaeVPO.Lngawk2i1KeGCoiG.d0',0,'cknobel1970'),(1420,'mehowes211966','$P$BkbTOZsRNfbqTx7fZwr6ArjGIKte0R/','mehowes211966','mehowes21@gmail.com','','2017-09-12 19:04:02','1505243046:$P$BWAgqNF5HsjOe/IGRMGRD6rvmR0SCE0',0,'mehowes211966'),(1421,'cmonu1962','$P$BWHXPIpjdk08BLFFPgDkNLBkE.F2CG.','cmonu1962','cmonu@aol.com','','2017-09-12 19:04:03','1505243046:$P$BpRWEvJHzlQcPPFTh/FcT0UADgLCHA1',0,'cmonu1962'),(1422,'liz.zunino2004','$P$Bj9DoAYNBS/8RfHnV49VIwpAUVnuGA/','liz-zunino2004','liz.zunino@gmail.com','','2017-09-12 19:20:51','1505244054:$P$BINRclct3fujtWb0mnHfgbGRD40OcY0',0,'liz.zunino2004'),(1423,'nypster202000','$P$BEKSDAyC24HPZXKy3wKP0PgcLvlk10.','nypster202000','nypster20@aol.com','','2017-09-12 20:46:31','1505249194:$P$Bq0bUS.1CBNbstW0fpVRnpmy26Nfay1',0,'nypster202000'),(1424,'nicciwoo1987','$P$BdgfoXSMzb.SE1ThpT3B5/4s.1geTS/','nicciwoo1987','nicciwoo@hotmail.com','','2017-09-12 20:51:00','1505249463:$P$BX8LTv2EvJdkhBjEu8pe86pGyFTydg.',0,'nicciwoo1987'),(1425,'firefly8281976','$P$B/mgmyrF6H6UsniO0M7y.CXuwpvNRa0','firefly8281976','firefly828@hotmail.com','','2017-09-12 20:56:24','1505249785:$P$BSEH/kOjazXlUIHy/8ypaRl6z//KPr1',0,'firefly8281976'),(1426,'ddorsett11241975','$P$BCgSe0tSHARxRpEO/VLhnU2XQROsN0.','ddorsett11241975','ddorsett1124@yahoo.com','','2017-09-12 20:57:07','1505249829:$P$Brqcw/5vuo1nluPBn67VZUk5vAIotG/',0,'ddorsett11241975'),(1427,'atulsaini_2009','$P$BClu2cADPXRQIXiyY0QYXVdrIOOKXb0','atulsaini_2009','atulsaini_@hotmail.com','','2017-09-12 21:26:31','1505251593:$P$BrOW3rGwx6RweVgAVOenUk.P7kDlja0',0,'atulsaini_2009'),(1428,'jhsteck1980','$P$BFD/RP2HEgptZV2QqiHDMUtk6Y6ABo/','jhsteck1980','jhsteck@yahoo.com','','2017-09-12 21:32:12','1505251934:$P$BvrnPRV5ka4YB0ypSV2w4BJm7JeOn/0',0,'jhsteck1980'),(1429,'smcaroline881953','$P$BXP755xV6J6EHYJMGOwEFBLWgnAZkF.','smcaroline881953','smcaroline88@gmail.com','','2017-09-12 21:33:25','1505252007:$P$BnJmCxqC6HTxeZz6jQmqqt/jmt5K1y1',0,'smcaroline881953'),(1430,'maithynguyenn1962','$P$Bdl2CT4uuhGaAu/QXOmFzfTQHLpzoD0','maithynguyenn1962','maithynguyenn@gmail.com','','2017-09-12 22:11:06','1505254269:$P$BDflOZaaDwyK2syOJmrZXfE4QDUu19/',0,'maithynguyenn1962'),(1431,'ggmadsen1979','$P$BdHGSOMv7/.0ia0eXG4hjbmAHEXQQv1','ggmadsen1979','ggmadsen@comcast.net','','2017-09-12 22:51:59','1505256721:$P$Bs0/ZyLhPv8SeLguyRsdCXLU2cMVYc0',0,'ggmadsen1979'),(1432,'shimonliang1980','$P$BQ6TLMjyM.fSwsvSHVsyhN6Mi0lZ0s/','shimonliang1980','shimonliang@gmail.com','','2017-09-12 22:56:39','1505257002:$P$B46MPKfzVYUw0Z0xKBMlV7mINSQ0CH1',0,'shimonliang1980'),(1433,'juliuseditor1951','$P$B77s.tcDWgXZdG1eGOpblt2ed07qxN1','juliuseditor1951','juliuseditor@gmail.com','','2017-09-13 00:15:33','1505261736:$P$BX9ejriZuFDBPGjXLRJre.LKQKnb8v0',0,'juliuseditor1951'),(1434,'emhunter241979','$P$B0ATokKqocIIgQuVF3gtrlFYC/WyJH1','emhunter241979','emhunter24@yahoo.com','','2017-09-13 00:33:32','1505262816:$P$BknxFGzYdHIqIgdXp2X0OOjClKbjoq/',0,'emhunter241979'),(1435,'kiethjanet1963','$P$BxBRIINfbNCc7kPPO3J6usbYQj2lIK0','kiethjanet1963','kiethjanet@outlook.com','','2017-09-13 01:36:54','1505266617:$P$BhPNA/WTIdU2Fz97DhgoWRcqpV8EVX1',0,'kiethjanet1963'),(1436,'geo11111111984','$P$BPM1fOR.3f/Qs8r4PBkSBtX2OSbmfM1','geo11111111984','geo1111111@aol.com','','2017-09-13 02:09:17','1505268559:$P$Bq8YRalX6I/lyiVTL.3Vs78iYKOhF.0',0,'geo11111111984'),(1437,'sean.carey71989','$P$Bw90CnsUaswHA2G0v9WSKXcoZNJDOd.','sean-carey71989','sean.carey7@gmail.com','','2017-09-13 03:42:22','1505274145:$P$B.hoKsx4WPWpRY66Ywl3pkGQLM.MJL.',0,'sean.carey71989'),(1438,'thomas1956','$P$BLQDHIQhQq8hpYMQg76UEe6FMxsRze1','thomas1956','thomas@binkrealty.com','','2017-09-13 03:49:36','1505274579:$P$BVi3DTXafcgP9cXb0k8342pJuk./mW0',0,'thomas1956'),(1439,'lambert9091950','$P$BqjL3TE.vVYkY4fS4q5Z9y6atIX8qD0','lambert9091950','lambert909@aol.com','','2017-09-13 04:40:49','1505277652:$P$BqVcoLIKdz3hQIh1A0z7K8V.WotuNV.',0,'lambert9091950'),(1440,'james.mahan2004','$P$BVnTTrxle9ts3on5KZ3SqRxGlt3m2.1','james-mahan2004','james.mahan@aol.com','','2017-09-13 06:29:46','1505284189:$P$BUsdeIZ1T88.6r0BNeDjswDr1tRfw5.',0,'james.mahan2004'),(1441,'kbutanyway1965','$P$Bo2.nF2H47KHvBK3mxdFRyb7LrSSrH.','kbutanyway1965','kbutanyway@yahoo.com','','2017-09-13 06:46:18','1505285182:$P$BHKDcBq7HZE3/nNDlUzqWcvNP7VaVy0',0,'kbutanyway1965'),(1442,'blsimn1999','$P$BqA28tgd.4rYW3FhypXo18VwE9wYkw1','blsimn1999','blsimn@yahoo.com','','2017-09-13 17:55:52','1505325355:$P$B5RDQ6SqbttYykFPMt5Ie811fo2pkW1',0,'blsimn1999'),(1443,'dahlgr1959','$P$BVxBLkCSnLmhDL6YXJTOZxAWV71iVG.','dahlgr1959','dahlgr@aol.com','','2017-09-13 18:09:42','1505326188:$P$BwYLhBnyEG764ZCZp8bCJR6KtTKCvQ1',0,'dahlgr1959'),(1444,'talockett771954','$P$BFVgHU0DJeFuvxbukeX53aZqI3/Ro0.','talockett771954','talockett77@gmail.com','','2017-09-13 20:17:02','1505333825:$P$B/qFkm66pBTkquBprtPreZRcHnjzTI/',0,'talockett771954'),(1445,'kenmack701968','$P$Bmj8vJMYRyrz6zRhexi8gpNb1Sn2lo1','kenmack701968','kenmack70@centurylink.net','','2017-09-14 08:13:41','1505376823:$P$BgTv/6CssgIHUshZQpBWLoMQ39v7Je1',0,'kenmack701968'),(1446,'dianalynnxk1963','$P$BnYOBSWQf4fPNjRsThFOf0Cagdc/MR.','dianalynnxk1963','dianalynnxk@gmail.com','','2017-09-14 08:31:43','1505377905:$P$BaOPYcS6hbIc4mYWDM5VlmxIY0KIiU/',0,'dianalynnxk1963'),(1447,'thekoldones1984','$P$BzaHudr01gV1zi0ds.3g8tdJ9kB18N0','thekoldones1984','thekoldones@optonline.net','','2017-09-14 08:40:53','1505378455:$P$BFfrUfmN9WinRrWGOhtGhXjyKR2S6S/',0,'thekoldones1984'),(1448,'chadol861954','$P$BiP7njkkojkMn00XrkSU/mCych2Tuy.','chadol861954','chadol86@gmail.com','','2017-09-14 08:53:06','1505379187:$P$BLARaD/9R54thb/08FWKRjV8C/huzV/',0,'chadol861954'),(1449,'dipak.chalakkal1959','$P$Bxop1.Rw0uopTGJnpJJt5GRydK5HY31','dipak-chalakkal1959','dipak.chalakkal@gmail.com','','2017-09-14 09:25:06','1505381109:$P$BxRCAVrylPxWqT2ALXS3IYT3Jj6LNp.',0,'dipak.chalakkal1959'),(1450,'charlesamichael1998','$P$BjK5xnBWKlSXe.plCyYSOteRRNSoY0.','charlesamichael1998','charlesamichael@gmail.com','','2017-09-14 10:08:14','1505383695:$P$BqvlT89WmXp2PeppFOw1YKvWXWTqUA0',0,'charlesamichael1998'),(1451,'kirby.liu1952','$P$BSLpmRJTjotesnCTeaQnf1vsLOTaPJ.','kirby-liu1952','kirby.liu@gmail.com','','2017-09-14 10:18:03','1505384285:$P$BicsKO0..z5nSPJTQkyxbD53MFsd0C/',0,'kirby.liu1952'),(1452,'stephen.woodcock1963','$P$BkRve1F0f8uiOU8bdze3sha13K85Vx1','stephen-woodcock1963','stephen.woodcock@hotmail.co.uk','','2017-09-14 10:52:50','1505386372:$P$B6UQBX8oJLOt8XrwKk.l9Zl9qx.okc/',0,'stephen.woodcock1963'),(1453,'careers1960','$P$BCw1Bu8Qcci3h1BJZNg2M7YbQJ1GDh.','careers1960','careers@qtum.org','','2017-09-14 11:09:32','1505387374:$P$BcieJT0ISCfTiWrs/sZTen7gwTT6RW1',0,'careers1960'),(1454,'safermedical1989','$P$BPhUCD59jj8X5hrFBXcmNMMPfV73ry.','safermedical1989','safermedical@yahoo.com','','2017-09-14 12:59:10','1505393953:$P$BDEHxola7sTdwL2LJDejaHo9mSwwM9/',0,'safermedical1989'),(1455,'t.vu19862008','$P$BdV2OsxcxJfTb7DbRzb33/pbZp11Hk1','t-vu19862008','t.vu1986@gmail.com','','2017-09-14 13:42:43','1505396564:$P$B11O.23r8LLKePx7tb7nWJt1XdXwze.',0,'t.vu19862008'),(1456,'miyoshilandry1967','$P$BehaaDfr3WZwvqpwx0a98QJTzlWc8F1','miyoshilandry1967','miyoshilandry@msn.com','','2017-09-14 13:53:53','1505397235:$P$BFaWoP0aFIhQRskYS.L3qqYUPNjv7R1',0,'miyoshilandry1967'),(1457,'wesley_2901111994','$P$B/NZxxZaf4a7pz8ZuYayRNcfG5XeZl0','wesley_2901111994','wesley_290111@yahoo.com','','2017-09-14 17:12:26','1505409148:$P$BvsRd7IKCcrVtbNXoQSUA2Iqs.FkOM1',0,'wesley_2901111994'),(1458,'benandbec2010','$P$BLVhhTIHVMxIUuaw12G6EElkt9PI.w/','benandbec2010','benandbec@live.com','','2017-09-14 17:22:11','1505409733:$P$BFXmeLm7sG94R1ThuyUSl00/J9t.MW.',0,'benandbec2010'),(1459,'leesmith19611950','$P$Bk4NNeUx.LZmHOe9LnVTyZjuJ5JUeL/','leesmith19611950','leesmith1961@aol.com','','2017-09-14 17:27:53','1505410075:$P$BlRnElW05eiZEMzE.Zjqi1crXdLzzN.',0,'leesmith19611950'),(1460,'tarablom892001','$P$BBsj6FA71VTs50J0d.ghNCzUpNdkQf/','tarablom892001','tarablom89@outlook.com','','2017-09-14 18:06:07','1505412369:$P$BnwCRyUN2fyI0L6mmREDwp.W18myNe.',0,'tarablom892001'),(1461,'michigan_wolverines_1fan2004','$P$BEonsfE2pIzIjmM.cRi.rkrEBL1/yt1','michigan_wolverines_1fan2004','michigan_wolverines_1fan@hotmail.com','','2017-09-14 18:47:03','1505414825:$P$BTVGYz5eCRuV.3lWhit3Cjpma3HriE.',0,'michigan_wolverines_1fan2004'),(1462,'galen.bagley1997','$P$B6WpNF63C1YnTcsMAcW54VbncMfaJ6.','galen-bagley1997','galen.bagley@gmail.com','','2017-09-14 19:00:27','1505415628:$P$BnJq52pOfldNke28bJ0/CQF6Eql/AT/',0,'galen.bagley1997'),(1463,'dpolcari20001955','$P$BNN0YbLVxDI1eaLm6s2aB2B82OHfXT/','dpolcari20001955','dpolcari2000@yahoo.com','','2017-09-14 19:05:43','1505415945:$P$B6w9Ft3zvVbRHkLejMwk9nEMDK8JCt.',0,'dpolcari20001955'),(1464,'youngmann881955','$P$B4oBKc9/Ki3GnLXVqrMoHiGV595iX7/','youngmann881955','youngmann88@aol.com','','2017-09-14 20:19:55','1505420397:$P$BgAO5Au6LmuMpXh.LiqHHSIUZJ8l/b.',0,'youngmann881955'),(1465,'onestopbots1961','$P$BEZsqJ8BPV8JWD99v9WlyEACKtGCfh/','onestopbots1961','onestopbots@gmail.com','','2017-09-14 21:26:13','1505424375:$P$BGXU4YjTkb8DhodTfF43wFDtco0AZd.',0,'onestopbots1961'),(1466,'dward7771962','$P$BYILcH7JmtiuvpzkAKHUKIymnBqg8V1','dward7771962','dward777@yahoo.com','','2017-09-14 21:36:00','1505424962:$P$Boi2iFqf0l7CWeRI5s3AfT1PAos1LR1',0,'dward7771962'),(1467,'adamsouders621950','$P$BNJwABDe/PGf1jI.Zq.ICD7x2tc8ec/','adamsouders621950','adamsouders62@yahoo.com','','2017-09-14 22:31:45','1505428307:$P$BoRPiVZNYr2.G9pPSDSGXTEN7kGpxA/',0,'adamsouders621950'),(1468,'icai12691954','$P$BH6pIj/444ffVjBwtSh34bhFf3d5hS/','icai12691954','icai1269@aol.com','','2017-09-14 23:03:21','1505430202:$P$BIWVz79k0SLHnF5eghDovKo0KrIjD7/',0,'icai12691954'),(1469,'babols109542008','$P$BADtD5VNPGTXAD.IXSQypFr6OIT9Gp/','babols109542008','babols10954@yahoo.com','','2017-09-14 23:13:19','1505430801:$P$BdO4jcDHSFItjUSdzXjkGIYuh2F2.X/',0,'babols109542008'),(1470,'woodward.jesse1960','$P$BqO.bS.zCE8diW0wNmV/TJ5Dk.G.A80','woodward-jesse1960','woodward.jesse@gmail.com','','2017-09-14 23:16:22','1505430984:$P$BhqGZPZVwFNbf0yU6zZpSPhPF02oiQ0',0,'woodward.jesse1960'),(1471,'dee13291971','$P$BdcxMhSqo0v0zVL6L4pRTED/AvULIm.','dee13291971','dee1329@yahoo.com','','2017-09-14 23:33:59','1505432041:$P$Bu2lXc798CxG5AfDU1G.9NjbTAUD7Q1',0,'dee13291971'),(1472,'rsoupermom1993','$P$BUJBI0RHajqDXVuIOQBoLFX6zg9W5X/','rsoupermom1993','rsoupermom@yahoo.com','','2017-09-15 00:24:55','1505435097:$P$BEfU/BiOiVz06aImaF6bFWb5eE/5ig1',0,'rsoupermom1993'),(1473,'tyroneajm2000','$P$BarzxiJ74M.gjDn1SUa8v4MgIYagLW0','tyroneajm2000','tyroneajm@hotmail.com','','2017-09-15 00:47:31','1505436453:$P$BCIMp.vU17lQo.R2SOGegdGpyGrmSR1',0,'tyroneajm2000'),(1474,'jamie_t_921954','$P$BcSOYLl45MbOS7Ergby0sJ2Ae9A1iK/','jamie_t_921954','jamie_t_92@hotmail.com','','2017-09-15 01:02:21','1505437343:$P$BCIenNlbvwOz6E/RGWk0VsInGN7h66.',0,'jamie_t_921954'),(1475,'len_case1953','$P$BUh7Uc4mYpLFPobINMs2MGurHYcFJo/','len_case1953','len_case@hotmail.com','','2017-09-15 02:44:38','1505443481:$P$BmV9RasqdvcHnhbCCr63l8fSihHmqb0',0,'len_case1953'),(1476,'dizflanders2002','$P$BJF6YCEIkRKq.DDQI5UkGoQSAciz8U/','dizflanders2002','dizflanders@msn.com','','2017-09-15 02:53:24','1505444005:$P$BqX6wR23jGPGwQubBRe9cKkJ3wSy/t0',0,'dizflanders2002'),(1477,'jennyoder1970','$P$BfId5nKQ9R/.oSEGMgtO3KQ3MctSRv1','jennyoder1970','jennyoder@yahoo.com','','2017-09-15 02:54:14','1505444055:$P$BwdlWpdUmvTxise6wGBL7CGEGb.0xr.',0,'jennyoder1970'),(1478,'gotomocha1965','$P$BrXJRcST7lwBBqxPI71.t//Xe7mxMY.','gotomocha1965','gotomocha@gmail.com','','2017-09-15 03:41:57','1505446919:$P$BqxM2qaz01b13TyQqvHhJxJskw8roY/',0,'gotomocha1965'),(1479,'wilkinson41956','$P$BzF1WXFgovLy5ftmyPJ9r7hO9y28PQ0','wilkinson41956','wilkinson4@cox.net','','2017-09-15 03:44:08','1505447050:$P$Bt/nlgvgPwB4M2YeCsTs.eO88.gP.l0',0,'wilkinson41956'),(1480,'tsather1972','$P$BocgFdRLE2vhxWf6C52MDntPnxMR/P1','tsather1972','tsather@cox.net','','2017-09-15 04:32:58','1505449980:$P$BJY7Oh/F4nyX.9Zjuq1S4xboJNwA.h/',0,'tsather1972'),(1481,'thalia1092010','$P$BptY69KkqklvakP91vPGPGLJsuvf/D.','thalia1092010','thalia109@hotmail.com','','2017-09-15 05:38:38','1505453920:$P$BD8cq8Bkg6AeoI4eUR12Re0ufgktLW.',0,'thalia1092010'),(1482,'joel1955','$P$BWfxuKI6dSnUnwOOUxjnt7mSYI/Wy30','joel1955','joel@thehollidays.com','','2017-09-15 09:19:24','1505467166:$P$BE24SA4WVzX1Y1SLuXtypKQVRx42es1',0,'joel1955'),(1483,'sponunouninge','$P$B.YmnUMehOnbLNtRL72T6CHdFkIPGp/','sponunouninge','sponunouninge@chiletrust.xyz','','2017-09-15 10:29:32','',0,'sponunouninge'),(1484,'lefaswindcipca','$P$BfJp5PTxqpd/UwZFjAXOMIext9jjGV/','lefaswindcipca','lefaswindcipca@gotopbests.com','','2017-09-15 11:44:39','',0,'lefaswindcipca'),(1485,'plec012002','$P$B7/AxntY96rHAdvgVuhoWzyolFImdj1','plec012002','plec01@hotmail.com','','2017-09-15 13:19:41','1505481583:$P$Bkpt./dIt4JVbp2fbMSoqGgBCI0pEL0',0,'plec012002'),(1486,'dawnmarcellino1978','$P$Bu91MeOCRPQW8oEO/3LpBDHS36Fk8/.','dawnmarcellino1978','dawnmarcellino@aol.com','','2017-09-15 16:45:47','1505493950:$P$BwRLHT/UxcYsBW3DoiKlGvK4zv7riH1',0,'dawnmarcellino1978'),(1487,'aaronkarmiste1976','$P$BCNo1VQhBkMXKbEP4afdEPoREUCX9q0','aaronkarmiste1976','aaronkarmiste@gmail.com','','2017-09-16 10:16:42','1505557005:$P$BQ36A2UV80FGHs7Jq8j5RWTGR7/3jj/',0,'aaronkarmiste1976'),(1488,'mredeagle11966','$P$BraVuwTDG19PPJ4Fygw6PGGeTUZ/Jq1','mredeagle11966','mredeagle1@yahoo.com','','2017-09-16 11:01:04','1505559665:$P$BAMpArVMCYPOO4Ny1Hne6dBjU93Vut/',0,'mredeagle11966'),(1489,'cgocksch1956','$P$B0TCbRo6h7U8JmBgWFegcxaMG5Epac1','cgocksch1956','cgocksch@gmail.com','','2017-09-16 12:15:27','1505564129:$P$B1WHR3puEhhfI4ckruF1AJViKKuDKr/',0,'cgocksch1956'),(1490,'dworkman722010','$P$Bqp8IiH5SHydcVPfD7drtKz5vrGDR./','dworkman722010','dworkman72@gmail.com','','2017-09-16 12:54:34','1505566475:$P$Bsaxs/U73W5cwhnEkRfmXOMbFGcOlM/',0,'dworkman722010'),(1491,'roughmountpaddzuara','$P$BXaV6UYyxZR8BuwdxGf/H7FqU/rJAY1','roughmountpaddzuara','roughmountpaddzuara@chiletrust.xyz','','2017-09-16 15:50:00','',0,'roughmountpaddzuara'),(1492,'stillwillb1998','$P$BSxsyFoPKeAyikKqNMlUh4SNlSBVVV0','stillwillb1998','stillwillb@aol.com','','2017-09-16 17:45:55','1505583957:$P$BtCeDQksLST.edv5hC6ZAmAmyJFzNo1',0,'stillwillb1998'),(1493,'joergklausmann1991','$P$BWQ1CZ.pAQI1Lc97H9pDELuwTbP77G1','joergklausmann1991','joergklausmann@web.de','','2017-09-16 18:29:20','1505586562:$P$BC4r6ZsxfuCvwnG7vFoDCxkM/uDb../',0,'joergklausmann1991'),(1494,'stephaniemontville1988','$P$BuLVM0N9B/0M/6zLR6b0om/3EQ1Ext0','stephaniemontville1988','stephaniemontville@gmail.com','','2017-09-16 18:32:25','1505586747:$P$B6gZtnsfgGyJZD/cTdOU.aTKJpLNfl1',0,'stephaniemontville1988'),(1495,'spetperslimogqui','$P$Bf8WZpg5u9iBdhRSqKjCwt5ZrsIkLC1','spetperslimogqui','spetperslimogqui@gotopbests.com','','2017-09-16 19:31:56','',0,'spetperslimogqui'),(1496,'johnnyta921973','$P$Bmp439f2vGJQs7nq68CC5KgIjAZd7D1','johnnyta921973','johnnyta92@gmail.com','','2017-09-16 20:20:54','1505593256:$P$BaA.JpRyHSRCXpXeNiZwM8OcVqBDEn1',0,'johnnyta921973'),(1497,'dhayche2002','$P$Bi6nN62/dcOlhiSG1i43.la3LFcaoI0','dhayche2002','dhayche@gmail.com','','2017-09-16 20:30:29','1505593831:$P$BcPZDO0UCB0bMydz0cwb2rEeeTZma90',0,'dhayche2002'),(1498,'caramarie192007','$P$B.w2lzR76EKt/lfJbI2Ey/XyvQRe6K.','caramarie192007','caramarie19@yahoo.com','','2017-09-16 22:50:28','1505602229:$P$B8qZKTen5GUpV.gENVH7eMG2DT6RrA.',0,'caramarie192007'),(1499,'edu_mlg1958','$P$Br9KCuAO3de8ZxPq6F9pFFG/vVq.4S1','edu_mlg1958','edu_mlg@hotmail.com','','2017-09-17 00:00:21','1505606423:$P$BoNecgLtsUgsiYZt5INFum2sehWPwi1',0,'edu_mlg1958'),(1500,'s.w.edwards1957','$P$BULk8sVCkbn7WbixnujEbUPc4r.0VU0','s-w-edwards1957','s.w.edwards@hotmail.com','','2017-09-17 13:45:48','1505655950:$P$BmAB0S6mqHz0gWKAWfH73tlOFpTdIj/',0,'s.w.edwards1957'),(1501,'kbkrr1964','$P$BYKIeqtnARX.9Eb4RpBYSCDTnJmHM30','kbkrr1964','kbkrr@aol.com','','2017-09-17 15:16:20','1505661382:$P$Bxvnd1rm59qDysFcrfYcHKQc3LZlsz.',0,'kbkrr1964'),(1502,'semisweet171959','$P$BG9RRQQeGdUGfqxnOQl1unr5CxIy3M/','semisweet171959','semisweet17@hotmail.com','','2017-09-17 21:46:03','1505684765:$P$B8gl9O3ShMBfHBGexYTE/jh5siZXQY0',0,'semisweet171959'),(1503,'stevemcmahon4861970','$P$BsakgnK01gvjoNP4pShtQPf/.YkCWk/','stevemcmahon4861970','stevemcmahon486@hotmail.com','','2017-09-17 22:21:19','1505686881:$P$BEefs3R12pG1yb71NeKli/6I1BllLA0',0,'stevemcmahon4861970'),(1504,'yw20261980','$P$ByaIGO6/a/g3aEcVdVMJmou40ZOKwR.','yw20261980','yw2026@hotmail.com','','2017-09-18 09:25:38','1505726741:$P$BXIwP1lPxR7aPBQ.BaUR2gtantMC9Z0',0,'yw20261980'),(1505,'akkerman1161997','$P$By9Fh9marP3NqkREPubTLM1oTa6oP//','akkerman1161997','akkerman116@yahoo.com','','2017-09-18 10:59:05','1505732347:$P$BeoeefWRD0ms5ikrNsUsoCG.WpoR3a1',0,'akkerman1161997'),(1506,'yang.yu6261979','$P$B7/488WxGoKUgAR7EPL1f3B7FWqj171','yang-yu6261979','yang.yu626@gmail.com','','2017-09-18 11:27:50','1505734073:$P$Bv1c0vnsvI4zDOFaa4MEpPdGkA/TFM.',0,'yang.yu6261979'),(1507,'user317352008','$P$BeKzMS8xxBH1BJ3Lv7kgp0MJlc4WDj1','user317352008','user31735@yahoo.ca','','2017-09-18 11:47:53','1505735275:$P$BOWh7uv/B6tm9nTJ6CLoDuPuYdUXUi1',0,'user317352008'),(1508,'roxters1999','$P$B4KwhIiHO20hAsx6gOGhRjBhQSTne8/','roxters1999','roxters@consolidated.net','','2017-09-18 15:07:25','1505747248:$P$BM.FntLbrSuokU/P3JzZ0ioJSmXocN1',0,'roxters1999'),(1509,'quin_paynecook1980','$P$BTiGTc.EyhJg1RWhpgBVctpm0oP1vX1','quin_paynecook1980','quin_paynecook@yahoo.com','','2017-09-18 17:16:01','1505754964:$P$BkBwwYPfwxfUL0q5/iowAT4yJEtCb9/',0,'quin_paynecook1980'),(1510,'garry.christie1963','$P$BeZzZcmuGDWpp0tBpWDIhMiYAOuWye1','garry-christie1963','garry.christie@amd.com','','2017-09-18 17:35:04','1505756106:$P$BNlVAjMx0xFScUoHeXSP5PxhKA3xcx0',0,'garry.christie1963'),(1511,'ahuang131976','$P$BUqeXEeeVoqFOosnstBVOIh7sMxCki.','ahuang131976','ahuang13@hotmail.com','','2017-09-18 17:41:01','1505756462:$P$BNwsZqhPXxjz9IyDoOuFbsuNogq5z81',0,'ahuang131976'),(1512,'nataliedking31977','$P$BTR9U/uXWzToBOctDGdoolSisih856/','nataliedking31977','nataliedking3@gmail.com','','2017-09-18 18:01:38','1505757699:$P$B94uMqjaU1HEqXtiRSqgiU1UsQmU9Y/',0,'nataliedking31977'),(1513,'janice.matthies1964','$P$BeBJmECN6pfNda.Bxmx8SU/wStOKbY/','janice-matthies1964','janice.matthies@gmail.com','','2017-09-18 18:03:42','1505757824:$P$B.HOCJKFidlCbv43J8ezjkNxoSLYmk0',0,'janice.matthies1964'),(1514,'abigail.peck1986','$P$BR66kyrXOINUM8Bo1RLEJMkjvVLKbs/','abigail-peck1986','abigail.peck@me.com','','2017-09-18 18:12:06','1505758328:$P$BNXpv5/OWEeqoEaTky3KWSYtSMcqEV0',0,'abigail.peck1986'),(1515,'cabrerastore2006','$P$BOzrSxWECBZryOTwGgkZDWtZpFsgVZ0','cabrerastore2006','cabrerastore@yahoo.com','','2017-09-18 18:27:26','1505759248:$P$BqnbN0RxmXUMUcoVZwpzIH7HBG4uXP1',0,'cabrerastore2006'),(1516,'diriarte34571980','$P$Bco2gMqejO2xn4eCy1tnQSk5p/aWZO/','diriarte34571980','diriarte3457@charter.net','','2017-09-18 18:50:27','1505760638:$P$Bp8Qynu/usrponiJuqzcdyKIbWwulZ.',0,'diriarte34571980'),(1517,'tdannu2004','$P$BrDQ5dLmSKj/5.7cz6zEb6jZdGVizv/','tdannu2004','tdannu@gmail.com','','2017-09-18 19:42:28','1505763750:$P$BPY6VZFa9ttoUNcr3pVSu.hfoYHUqC0',0,'tdannu2004'),(1518,'aramberg1969','$P$BqjgDpjadVrVUT/NmnqMvyHh/wNnFC0','aramberg1969','aramberg@thegearworks.com','','2017-09-18 19:47:10','1505764032:$P$B8WgAX1WoR3ZEA1pr4NCLny93QQEKk/',0,'aramberg1969'),(1519,'singh.gagandeep431993','$P$B3Bk0e8wC4USwI9TX1LnSzSpctBRUk.','singh-gagandeep431993','singh.gagandeep43@gmail.com','','2017-09-18 20:23:39','1505766220:$P$BcJfaTjpjQS8awDL6NrwxTBfDm2IN40',0,'singh.gagandeep431993'),(1520,'michelle.brasure1983','$P$BgcDXIw3LwK5.5JvK.Cti5B.a2oszq.','michelle-brasure1983','michelle.brasure@gmail.com','','2017-09-18 20:57:09','1505768231:$P$BXsNKpbS1rB/0sdlbbxh72/PcpBBYi.',0,'michelle.brasure1983'),(1521,'w_murray_111954','$P$B3z3qPRSV0Tso9oAyJD7FPE6pCwxi41','w_murray_111954','w_murray_11@yahoo.com','','2017-09-18 22:15:37','1505772939:$P$BFo71kX91tXCqqADcsjQwwcAv2zXhG1',0,'w_murray_111954'),(1522,'nelvajjones1974','$P$BImQUWlTfKjOs/2EHntJOPN8JYRRhM0','nelvajjones1974','nelvajjones@hotmail.com','','2017-09-18 22:27:16','1505773638:$P$BqG60gpU8sn28a/m/7owHFWfxeveQW1',0,'nelvajjones1974'),(1523,'steve.abrams6611989','$P$BA/NRSk2g6jNQOywmmBtg5/svaB0xA0','steve-abrams6611989','steve.abrams661@gmail.com','','2017-09-18 23:24:35','1505777077:$P$BbewDXeZqifBKNE8HIkqX1FLYI73kw0',0,'steve.abrams6611989'),(1524,'vjacks11361968','$P$Bbl7ssCBWYlGOegozglNH6KhVsRzzZ1','vjacks11361968','vjacks1136@yahoo.com','','2017-09-19 01:12:06','1505783528:$P$B.22SRrPVRpbxsK.tuD6ShwJnbd0.z0',0,'vjacks11361968'),(1525,'chaoscls1951','$P$BTZWKB.L7mIV8mXOq/cGuy82MjrCg0/','chaoscls1951','chaoscls@gmail.com','','2017-09-19 01:12:51','1505783573:$P$BuUISmumA1958ulDM3cvkPPGlt.MHS0',0,'chaoscls1951'),(1526,'jordangoetz091953','$P$BTwvo3qfrWr5ET/ElWmcVlbO5EdBUp1','jordangoetz091953','jordangoetz09@yahoo.com','','2017-09-19 01:31:38','1505784701:$P$BZJQ6Zm9Nb6wzjINsjAfmHt6Q04J9o0',0,'jordangoetz091953'),(1527,'dieter-scholze1998','$P$BtsUbA123yUVGnu0ugP86Lfq8KvWVo/','dieter-scholze1998','dieter-scholze@freenet.de','','2017-09-19 05:20:38','1505798440:$P$BuvF.dAuCePxRztNYJrnmetpFC0lzk.',0,'dieter-scholze1998'),(1528,'lmparker32007','$P$BTmVRH9HZvSWhYY5aYbRulwfXhA35C1','lmparker32007','lmparker3@yahoo.com','','2017-09-19 05:44:52','1505799894:$P$BUm0D6LzATztHAGENUH/eYQvfdSKhq0',0,'lmparker32007'),(1529,'jessica-sargent1973','$P$BnqPx1tCbcWap69ykcVCSdMnZYk3IC0','jessica-sargent1973','jessica-sargent@hotmail.co.uk','','2017-09-19 07:15:52','1505805354:$P$BOpmMvnRpoev89LjhYQ5AjdneYc4lE/',0,'jessica-sargent1973'),(1530,'mr_killingsworth1959','$P$BIp8MuVm9SAkOFSOtmtnKAdUyVvDZm1','mr_killingsworth1959','mr_killingsworth@yahoo.com','','2017-09-19 07:40:28','1505806829:$P$BhWuLfYxEFENh5RtSSIRyJcRbGKNDR.',0,'mr_killingsworth1959'),(1531,'lighterlena2005','$P$BR0o8UmJ0ta8sD2/73qSc3HtjR/Ebn.','lighterlena2005','lighterlena@gmail.com','','2017-09-19 07:49:31','1505807372:$P$BW4GxyBL6Qz.5VA2K3lBPMKzqck0M3/',0,'lighterlena2005'),(1532,'kcdemeter1982','$P$BoIHvOJBE8G4am.xEp57LLDjunj6D6/','kcdemeter1982','kcdemeter@gmail.com','','2017-09-19 09:45:56','1505814357:$P$BuuQc/htZ.x8DQqCOaf3TywJ7sOnlV1',0,'kcdemeter1982'),(1533,'rkvanram19661981','$P$BYc1VDVwHGNfwGeBbv79qU9JrrgZe4.','rkvanram19661981','rkvanram1966@hotmail.com','','2017-09-19 14:41:49','1505832111:$P$BvQuD3fTshMSAUBo70YD/cXGMR7QW60',0,'rkvanram19661981'),(1534,'gjgunder1987','$P$BHc/ZZo4EhVFeLUfbk8Apmu5rpZIbJ.','gjgunder1987','gjgunder@aol.com','','2017-09-19 17:34:55','1505842497:$P$Bd9u7g8HbRyD8e87xZ40lX4mJe6HqA0',0,'gjgunder1987'),(1535,'dannywiesen2009','$P$B02.TzriDXx/nyDMTrH7J8LJ9wf9tC0','dannywiesen2009','dannywiesen@gmail.com','','2017-09-19 18:10:41','1505844643:$P$B9CKXsssxnN.Id21D3c60c486QVcZc1',0,'dannywiesen2009'),(1536,'chris.m.calhoun1994','$P$B6pUMk.jyVgFhChtYRe4Mm5thq7Eyk0','chris-m-calhoun1994','chris.m.calhoun@gmail.com','','2017-09-19 18:35:16','1505846118:$P$BxTQSZvzAdyj3zGzdn1CYXc5GX2ATP.',0,'chris.m.calhoun1994'),(1537,'frankwolfram1962','$P$BKIJlaS2OwDV5nEruAlXoIedQNpLHt.','frankwolfram1962','frankwolfram@hotmail.com','','2017-09-19 21:38:09','1505857091:$P$BsXkvqCXUBHoOnOKkqpbyfzEzQnF670',0,'frankwolfram1962'),(1538,'jesseburgos1956','$P$BPaTaY2zrB0BWb1QBL7ZLJZ9FNyOvd.','jesseburgos1956','jesseburgos@ymail.com','','2017-09-20 08:07:12','1505894834:$P$BxrDp7J24Usi./Y6N8HE86rxcCar/z1',0,'jesseburgos1956'),(1539,'lorajmanson1956','$P$BdCtxLueIE4PBtGPbuFyi3N8mQ1vml0','lorajmanson1956','lorajmanson@gmail.com','','2017-09-20 08:52:16','1505897537:$P$BboXAI2oN/51Q30wE4ZiuJoBrlu2bL0',0,'lorajmanson1956'),(1540,'fruss31950','$P$BDCiJexDbMI/iWm3prjqjgv9fHsVqt0','fruss31950','fruss3@wi.rr.com','','2017-09-20 09:18:22','1505899104:$P$BYoTkl7/Gt14VdmmjSB1PL6Vt3kmNh.',0,'fruss31950'),(1541,'alfonso_molina1964','$P$BnY6H2UHLcSWwsuFlPuoKsmroGiBmE.','alfonso_molina1964','alfonso_molina@msn.com','','2017-09-20 11:48:33','1505908116:$P$BJ2eOBH1S03dUxrKB7qDsZnc8qwoXJ/',0,'alfonso_molina1964'),(1542,'lindy4labs2002','$P$BYPdS6uYtW1nI8U1sQi6IfZmwL6IAK1','lindy4labs2002','lindy4labs@aol.com','','2017-09-20 13:59:40','1505915982:$P$BymkrvBQ.4CRGvrdK6pydkBw91GJkH1',0,'lindy4labs2002'),(1543,'lsitkowski1966','$P$By.Wrr5pWtP.HVCcogcpnVfPemc70S1','lsitkowski1966','lsitkowski@aol.com','','2017-09-20 14:15:29','1505916931:$P$B2rR6VDrLSkeSxDGIFOHaYT4QHf6iA/',0,'lsitkowski1966'),(1544,'lleejon3121966','$P$BXQnI0JX6suBkDY0UVkXgEusi7onBN1','lleejon3121966','lleejon312@yahoo.com','','2017-09-20 14:30:38','1505917839:$P$Bj4y43t3fEE3Kbp9pL1EweP8i3Z7VP.',0,'lleejon3121966'),(1545,'amanda.sthers1970','$P$BeWRSTUCWMIglR.O9h7HULNcwDacva/','amanda-sthers1970','amanda.sthers@wanadoo.fr','','2017-09-20 15:32:27','1505921549:$P$BUK2w.R38J9LxrCdZU4U0mWh1.7WRK0',0,'amanda.sthers1970'),(1546,'nancyspinosa1993','$P$BOsVMhGYnWUsgtvKKts/xNVB0PBT.V/','nancyspinosa1993','nancyspinosa@gmail.com','','2017-09-20 16:39:34','1505925577:$P$BNeahxUt9wnTgmoMjgR6aDIDdgaxi..',0,'nancyspinosa1993'),(1547,'bandsmcgee1970','$P$B59wyL.ZEW3eH1dDIzwYw8peMNxncS.','bandsmcgee1970','bandsmcgee@yahoo.com','','2017-09-20 17:33:50','1505928832:$P$B/M8tWgqzOPI3RVlq7iMmFI/lRJycq.',0,'bandsmcgee1970'),(1548,'vailkay1995','$P$Bh2vyEWcAjqBO8BWvu0qb/PGFZGiik.','vailkay1995','vailkay@aol.com','','2017-09-20 18:46:53','1505933216:$P$B41WrQ5IAYs7Sky9zpt.O7ofhtJq5I/',0,'vailkay1995'),(1549,'mekonne2004','$P$BNW9PQ.4wwEjPgbXWKa.BTx/XdJeg4/','mekonne2004','mekonne@yahoo.com','','2017-09-20 19:00:59','1505934062:$P$B8Sfguf4HCLn0lHuPldNIK.ZcKYCYW/',0,'mekonne2004'),(1550,'bemaquest1990','$P$BpsttS227b0GxrmOROYnbBCFB614fS0','bemaquest1990','bemaquest@gmail.com','','2017-09-20 19:45:01','1505936704:$P$BE54YAYpcItby0rjHHOJA3eIgYL0pe/',0,'bemaquest1990'),(1551,'gallaghc2007','$P$B31.k0J5gfXc9LytoJKNWu.wnX.pZC1','gallaghc2007','gallaghc@gmail.com','','2017-09-20 19:53:57','1505937238:$P$BhbJLRKg5qKWGobEjGA.vVDrfNmYjy1',0,'gallaghc2007'),(1552,'taktobak1991','$P$B9eUdAXPBVKIF5rIAm/nAuwhoIPMUr.','taktobak1991','taktobak@aol.com','','2017-09-20 20:59:47','1505941188:$P$Bp/3lgczvasa9oW0b3ZP4/moHrSuIS1',0,'taktobak1991'),(1553,'ilanaks1978','$P$BFhjAuO.uADEYn8XqTe91nWPPMCHz0/','ilanaks1978','ilanaks@gmail.com','','2017-09-20 21:28:35','1505942918:$P$BEQEgM5k5HucPnFIPt7a8OjINFsK7z0',0,'ilanaks1978'),(1554,'safy.mafy1982','$P$B3xiCpF/xtnLSzYqcUHayP9hOgC3iU/','safy-mafy1982','safy.mafy@hotmail.com','','2017-09-20 21:34:21','1505943263:$P$BB7z72Xj.6JUbEp2CcmJFCS6u6nM0h0',0,'safy.mafy1982'),(1555,'ni_ma2000','$P$BLfZkBxfR/qJsitMaQcxZDV4lLsDj3.','ni_ma2000','ni_ma@hotmail.co.uk','','2017-09-20 21:39:16','1505943558:$P$BiTB9rLzcJWoLqirFEbAR5mH6YLGBF.',0,'ni_ma2000'),(1556,'nrsatalk1974','$P$BtulNw6pytx/j5L9TGkkcxH3JZ1P0l0','nrsatalk1974','nrsatalk@aol.com','','2017-09-20 21:59:01','1505944742:$P$BFrikQOybLa5Vtw3t6eJQ/3.FFbX5G.',0,'nrsatalk1974'),(1557,'chocotdub1992','$P$BDScyIAHsw2XkBrvXwwjv9XHjAkmMj0','chocotdub1992','chocotdub@aol.com','','2017-09-20 22:27:45','1505946467:$P$Bq94jsESNXK7NjJaSokjG5ai.Gj.jD0',0,'chocotdub1992'),(1558,'dave1950','$P$BzIPJOvdjANRhRj3NgJoXNjCBdTcvQ/','dave1950','dave@mytechconnect.net','','2017-09-20 22:38:29','1505947111:$P$BvTUNo9Emt/6GkH1d/H39fo9Idxv/m1',0,'dave1950'),(1559,'howard.liff2007','$P$BUz9.w0/Mdqy1GucE6uxZfNNUu9UTo/','howard-liff2007','howard.liff@gmail.com','','2017-09-20 22:39:34','1505947176:$P$BD8UQ2UvS6s2iz8Okyj4.9AkYmJkOE/',0,'howard.liff2007'),(1560,'nwiggins-951982','$P$BhwrlfrquMX5cf4/sy6GsHcd/j5MzB/','nwiggins-951982','nwiggins-95@hotmail.com','','2017-09-20 23:07:45','1505948866:$P$BAAoPrLuRM.PCyNJ15lED.ShV9KxzI/',0,'nwiggins-951982'),(1561,'eemhart2009','$P$BHMaJPbSpPAgzQTZjvavw/A7P3FYjO0','eemhart2009','eemhart@q.com','','2017-09-20 23:32:24','1505950346:$P$BoejfYyczI2C21qLPR5UwaGx9m1jN51',0,'eemhart2009'),(1562,'ychin051986','$P$B7YVqbxOcKUK6fb3pSahPfnhlQBdai0','ychin051986','ychin05@yahoo.com','','2017-09-21 01:28:11','1505957293:$P$B/8u9T2oF1wTEjK9svNf1ulbtPdd260',0,'ychin051986'),(1563,'gsp.holding1992','$P$B1I588swGyjxAPsu6YPEsuyFIkLWqA0','gsp-holding1992','gsp.holding@gmail.com','','2017-09-21 01:40:53','1505958055:$P$BiNbfsiu4igG8vAWFTemJqhVhC1S4Y0',0,'gsp.holding1992'),(1564,'david3381984','$P$BY8.VMVAnvJd3KdQPLqyYZVAp/MiEW/','david3381984','david338@msn.com','','2017-09-21 03:00:47','1505962849:$P$BMASlMGulOEdb3E9o/j5WG1u8K68dw1',0,'david3381984'),(1565,'stellar_winzee1991','$P$BeDFKDqFFAwJy2YaapY/dtrXXduE5v.','stellar_winzee1991','stellar_winzee@hotmail.com','','2017-09-21 04:36:08','1505968570:$P$Bd4lXrUG5JXM9Y3ybPNNkMzbiB6nAu/',0,'stellar_winzee1991'),(1566,'carl.wolff1988','$P$BYpdgS3HSwJ0gaUNiK.VP8OCqSU.Tw0','carl-wolff1988','carl.wolff@msn.com','','2017-09-21 06:03:56','1505973837:$P$B0raOw2Cf62kzAq0WP4yNSAhQnv/1b0',0,'carl.wolff1988'),(1567,'a_boersner2003','$P$BRp7arq0rnAnEWxq70QBVdUktSGjDD.','a_boersner2003','a_boersner@hotmail.com','','2017-09-21 07:11:30','1505977891:$P$BI4w9IdQWLEWuoWpAoLJzZncBz.qCG/',0,'a_boersner2003'),(1568,'mariaedera891982','$P$BAjBlWyB77G6EcYsa4yA1KMzIWcrxT/','mariaedera891982','mariaedera89@gmail.com','','2017-09-21 11:13:21','1505992403:$P$B6zmOVWJxeS507NU04lnMq3gJ01gWW.',0,'mariaedera891982'),(1569,'healthnutz41988','$P$B4cia0lyMd.ZJkdtnMWXjshwZ0UfWb.','healthnutz41988','healthnutz4@hotmail.com','','2017-09-21 13:33:05','1506000787:$P$BfcK9T9eLIViA/Sl4Mw9mwJexNaaZx1',0,'healthnutz41988'),(1570,'foundation1999','$P$BGfw2n8k6.80NtW7bj4dQU20P5/UjR0','foundation1999','foundation@qtum.org','','2017-09-21 14:32:37','1506004359:$P$BaF0T6g/jt8oEJfLI/Uejk6wdyvbf90',0,'foundation1999'),(1571,'tdlofgren1969','$P$BNhHNP7Y8pKItqc2Lome4tQuoDdi4.1','tdlofgren1969','tdlofgren@gmail.com','','2017-09-21 14:36:08','1506004571:$P$BBU0vSCWwJ/cvkNcBBVhdZ4Wh11OQz1',0,'tdlofgren1969'),(1572,'onionroro1988','$P$BbadMldMHx40wVfNH2f0Up9VIjYa6n0','onionroro1988','onionroro@hotmail.com','','2017-09-21 17:39:04','1506015546:$P$BdsIow0PtNT9bx7ghd5JGVV1JJeTUg1',0,'onionroro1988'),(1573,'edalexandre1950','$P$BH6Di/4m7pwpxdDPe2jg/HNw6//cSr.','edalexandre1950','edalexandre@live.com','','2017-09-22 03:30:11','1506051014:$P$B8naLhKLNIHWvCIr2gpIg5/.bOA2f81',0,'edalexandre1950'),(1574,'giovannas1992','$P$BYBiWs2jejxXHvyAD565Ks6W9LM0cy0','giovannas1992','giovannas@settec.com.br','','2017-09-22 07:03:34','1506063816:$P$BIufASeIQ2I1.T57ExeG42FSDrG5Ym0',0,'giovannas1992'),(1575,'findalay1993','$P$BPH.W3YOCJTEmY/Jon.P4SR4WbktdA0','findalay1993','findalay@hotmail.com','','2017-09-22 07:04:12','1506063853:$P$BdMgniAKItEzkKt/2GmDOPy9etrzHZ0',0,'findalay1993'),(1576,'nadeemcp20001955','$P$BwsZ1lzuo3p2zxqhZlm5cNTUbF9jnp.','nadeemcp20001955','nadeemcp2000@yahoo.com','','2017-09-22 08:09:03','1506067744:$P$Bg.W6rfmyPSiP36HVkByEzE3PRaiuw/',0,'nadeemcp20001955'),(1577,'rache11e01976','$P$BjNYjgFQQWZDawopn5gTZNsVrl7yAN1','rache11e01976','rache11e0@aol.com','','2017-09-22 10:53:44','1506077625:$P$Bdd/ZB.8x4tiIlCnTL6/3Z10JuCvEP/',0,'rache11e01976'),(1578,'sharoncasper2005','$P$BfZaOCAa3KlCF58G7F.RKxBCzSynj50','sharoncasper2005','sharoncasper@hotmail.com','','2017-09-22 15:37:06','1506094628:$P$BAQeXtE2ES9QAFPKiIqPkFrgRfIQyD0',0,'sharoncasper2005'),(1579,'kthamotheram1972','$P$BOpnA3wGJ9RuEGf9tfC9Da.sbfzMwQ0','kthamotheram1972','kthamotheram@gmail.com','','2017-09-22 18:05:33','1506103535:$P$BakxR16DPK/6qTFs5Jd4EqUkdguhjB0',0,'kthamotheram1972'),(1580,'1traceysmith1996','$P$Bzt1ebVcSoGGajP3DDFqduq4s38WyE1','1traceysmith1996','1traceysmith@gmail.com','','2017-09-22 18:58:32','1506106714:$P$BAtMYHFbaAXKZUtupAzNf5VQ.42q.R/',0,'1traceysmith1996'),(1581,'starybabajaga2008','$P$B5gybBz0W/oWcvpwTNAr0HPG8hva3C/','starybabajaga2008','starybabajaga@aol.com','','2017-09-22 19:26:17','1506108379:$P$BM/lfw.4qK4YbOMSM9c.qXLkAIMsmP.',0,'starybabajaga2008'),(1582,'johnny_marmol1985','$P$Bd8wc2eFufFG2rYmPDGjmyKmF.2mfB0','johnny_marmol1985','johnny_marmol@yahoo.com','','2017-09-22 21:19:07','1506115149:$P$BufhcCVR.XGDpD9xUwTddpLesShCdH1',0,'johnny_marmol1985'),(1583,'leesabena1972','$P$B1HyF24/OkXZJ0ICur/jSf2nRtRU920','leesabena1972','leesabena@hotmail.com','','2017-09-22 22:00:12','1506117614:$P$BJWEGnUYEbE/1BmJp4awQWbP0aDzQq0',0,'leesabena1972'),(1584,'smantegani2008','$P$B3nsNWmmbeiwOzokTn0XHTM11E6VRE.','smantegani2008','smantegani@guckenheimer.com','','2017-09-22 23:01:33','1506121295:$P$B.xzh1O.nOwjPa3tdK6JdV9trvj4GI.',0,'smantegani2008'),(1585,'lulunob2003','$P$Bni46ZEXpSci85iX0WOtFAIModdmCe.','lulunob2003','lulunob@hotmail.com','','2017-09-22 23:40:38','1506123640:$P$BlkxOXV2azxZGOR3.i7fUhYoysV.Lw1',0,'lulunob2003'),(1586,'fgrauch11965','$P$BzlhlOvsTBcZVARIgCscqLhC9/yrTz.','fgrauch11965','fgrauch1@gmail.com','','2017-09-23 00:04:54','1506125096:$P$BKbEwUeuvtnWUmueyeQSe/mAHCMY.U0',0,'fgrauch11965'),(1587,'mathieumondange1968','$P$BXj26HBIPjfHPFDv2LVianOR8Tf.k0/','mathieumondange1968','mathieumondange@hotmail.com','','2017-09-23 02:32:38','1506133961:$P$Bn4G9TLkZRleC/ulNc8q6pWVelmYBr/',0,'mathieumondange1968'),(1588,'amay6np2000','$P$Bpsi7i.u2T6VSgoTrKuZftjLgZPGlz1','amay6np2000','amay6np@yahoo.com','','2017-09-23 03:49:24','1506138566:$P$BrZ5LDEbq3fZ2qLBpJ.yNCf1fhR.EG0',0,'amay6np2000'),(1589,'candice_lashley1974','$P$Be3cMRQp0N/Jw9jdEKHR.JLTaaCEg9.','candice_lashley1974','candice_lashley@yahoo.ca','','2017-09-23 04:29:53','1506140996:$P$B8IRRSdT24BLEdDOGIehvli9rCmA5d/',0,'candice_lashley1974'),(1590,'amoswilson992005','$P$BP37UYjoK8GNLsRPry/OQI5hEq8tSa0','amoswilson992005','amoswilson99@aol.com','','2017-09-23 05:36:54','1506145016:$P$BgJtZO.CQO09xlHuvQ6guVT4vhMtFJ.',0,'amoswilson992005'),(1591,'andrea2001','$P$BiYHS9GFuUAyZbxUAS5FziZYJlaoIA0','andrea2001','andrea@growthlabfinancial.com','','2017-09-23 06:34:14','1506148456:$P$BFvoS/l5JGTRCsqRw2Iqa5wdK2i4dO0',0,'andrea2001'),(1592,'misty_blu32005','$P$Bqe3Ns5wdN5DKmTrer2dKaV9QldQ4Y.','misty_blu32005','misty_blu3@hotmail.com','','2017-09-23 08:08:43','1506154125:$P$BNuFF4ckHJB6j0KyCNZ2Y5KrTUqDFt.',0,'misty_blu32005'),(1593,'mariasiri19681967','$P$BhDbUzG/bOupYylbr.9aQwxShzIJ0Z1','mariasiri19681967','mariasiri1968@gmail.com','','2017-09-23 08:39:07','1506155949:$P$BVFMVTYjuN2vN1vK9OFRD4nCoGykG5.',0,'mariasiri19681967'),(1594,'bfaske2002','$P$BWiKxX9rY7RnNo0lqt9fC5sP67JtTz0','bfaske2002','bfaske@pulsepointgroup.com','','2017-09-23 16:13:11','1506183193:$P$BziXkOFey102clKxppLNoob9hK0HUL0',0,'bfaske2002'),(1595,'vivir20131991','$P$BF9Szgu6dvD.eU/LcXQpY55kOyln.A0','vivir20131991','vivir2013@hotmail.com','','2017-09-23 19:06:14','1506193575:$P$BzIGFXyzOsJoiHvsW02d2dc6fxha37.',0,'vivir20131991'),(1596,'bchrisrn2006','$P$BFvSj9/RmP8Argt23CMj.5k1M6jK1X.','bchrisrn2006','bchrisrn@yahoo.com','','2017-09-23 21:44:19','1506203061:$P$Bo4CcoI8eW12gU.wFH.qDDWXexuCLM1',0,'bchrisrn2006'),(1597,'ancsika821991','$P$B4T3RkN6smu3hS3vbgk8hj2PVbmw2G.','ancsika821991','ancsika82@hotmail.com','','2017-09-24 12:31:31','1506256293:$P$Bq.Ylq2xdcLq.FH9evxQc4SiXhPJWd0',0,'ancsika821991'),(1598,'dudeman.1821979','$P$BHfiFb5cLS4MC405MKFrJdxxnzMEdI/','dudeman-1821979','dudeman.182@gmail.com','','2017-09-24 13:05:07','1506258309:$P$Br1C5bTa1v0vyZQno0iIpd3jyl9RY21',0,'dudeman.1821979'),(1599,'mjmacdonald312000','$P$BX5BPSqcWz5DqEJ8FELFfDCmRy9Zes.','mjmacdonald312000','mjmacdonald31@msn.com','','2017-09-24 15:01:31','1506265293:$P$BMyaw4RKEGCF2NokANL.C9yOUjoLKC1',0,'mjmacdonald312000'),(1600,'kirsten-berlin2002','$P$BXULIQ8iiuu3wesvjzu9FhZivWi0gn.','kirsten-berlin2002','kirsten-berlin@online.de','','2017-09-24 15:04:01','1506265443:$P$BgVFEC4shOMvwm611NEc9fFSdAyVcS1',0,'kirsten-berlin2002'),(1601,'waryman1994','$P$BdVaZtYChnb4Q4a6sL9l.WZX4Nu7Ca1','waryman1994','waryman@gmail.com','','2017-09-24 15:23:48','1506266630:$P$BMrXItTqHkvLCsfBpBYQfbC7cmGlH3.',0,'waryman1994'),(1602,'wagner_kay1992','$P$BIL9nramCwM01H.VAPcsiXbhRp0AjQ.','wagner_kay1992','wagner_kay@hotmail.com','','2017-09-24 15:39:08','1506267550:$P$BGdEanWQ8aHZHGMoFm0qsZADBUYK9A1',0,'wagner_kay1992'),(1603,'zaimy241986','$P$BF5C5zITwlFV4nip6PNpaBu/4qhNOv.','zaimy241986','zaimy24@hotmail.com','','2017-09-24 16:27:14','1506270445:$P$BtbKDSZRxx1n1.qnYjkBIeoqdcR1ji0',0,'zaimy241986'),(1604,'jase92_s71955','$P$BjV0lFaCFD2pHZ3DVt4kX0M/wOF/2O/','jase92_s71955','jase92_s7@web.de','','2017-09-24 17:07:34','1506272856:$P$Bi8wX4.hYIrwVGWmwTB.YRPAoBAaE9.',0,'jase92_s71955'),(1605,'patrickguill881967','$P$BNxkarUn9Bc.cNtXnt2U6oZxFkZl1M1','patrickguill881967','patrickguill88@gmail.com','','2017-09-24 21:04:40','1506287083:$P$BlKl1E0ONHYduPoTMjlpo1ZMQvIYHG1',0,'patrickguill881967'),(1606,'clarkrun161968','$P$Bnkjvyfm1fX5JgZXe1b7u1d5.y3WN1/','clarkrun161968','clarkrun16@gmail.com','','2017-09-24 21:32:46','1506288769:$P$BkjR8nBXiZcxGpPpTfGNkol.JBAbnD/',0,'clarkrun161968'),(1607,'pradierceline1965','$P$B1bVPvBUL9WU/V5dkzuea2JCeFOfWB.','pradierceline1965','pradierceline@hotmail.com','','2017-09-24 22:04:03','1506290646:$P$BqufMWjAtQuWcBjVfpbcHsliP6i11C1',0,'pradierceline1965'),(1608,'valeria1967','$P$BTZjYNy6zOm6YmKkZdqPdZL7xkiUH40','valeria1967','valeria@trentini.com.ar','','2017-09-24 23:15:04','1506294906:$P$BJlfY5u0HpkRs07l80Fz4djzDx9u77.',0,'valeria1967'),(1609,'kellyjarrett082008','$P$BjERSi5KdjwgEXHWwG6dOFsm7uF5Y3/','kellyjarrett082008','kellyjarrett08@gmail.com','','2017-09-25 00:19:19','1506298761:$P$BGJRikuMvyVpsk7SfIrgMyjBnjpo92.',0,'kellyjarrett082008'),(1610,'jaksbutler1975','$P$B.k06rKU3a1Ym9eD21WABMabYP6OcG/','jaksbutler1975','jaksbutler@aol.com','','2017-09-25 00:20:55','1506298857:$P$BzvUNKijxmhVWkD1E/vlm4UUeMfz8.1',0,'jaksbutler1975'),(1611,'scottmusser251961','$P$BOOMqESWMkGlrrtKOi95aPcngqNNId.','scottmusser251961','scottmusser25@yahoo.com','','2017-09-25 00:38:14','1506299896:$P$B8PIea7KfgeZoAi2r95vHvD9np73wf0',0,'scottmusser251961'),(1612,'lpintal271990','$P$BJ0qwhDlKQdbBN20iAAL.ug3Pmk.PD.','lpintal271990','lpintal27@yahoo.com','','2017-09-25 01:55:28','1506304530:$P$B73Q4hPX/aaYDbHJ3Qt.EPZEXPQGYG/',0,'lpintal271990'),(1613,'dieterconrad19431998','$P$BJCLsoMg2oY2B3lqiNiMTsDloBGUw9.','dieterconrad19431998','dieterconrad1943@aol.com','','2017-09-25 04:47:04','1506314826:$P$BZWDZj79nJVbTcxUTqFYOxmQ.6imfU0',0,'dieterconrad19431998'),(1614,'arbroomhead311954','$P$BO1iVzZSC/ukCijfBktSoeUU8T.spW0','arbroomhead311954','arbroomhead31@gmail.com','','2017-09-25 07:12:17','1506323539:$P$Bp7Q0mbgEZfwNmL.y1xBPOTKLl4bXT1',0,'arbroomhead311954'),(1615,'kelhorton1967','$P$Bqzb71tuwpTLm1hDkbwvAhLE5PW1C00','kelhorton1967','kelhorton@gmail.com','','2017-09-25 11:23:27','1506338610:$P$BJruLBY23izY3yFPqLbjGpZBCaGv2z/',0,'kelhorton1967'),(1616,'bill330451966','$P$B/PFJV9z3BgnqZFTYdhXU9MpIxdTUS1','bill330451966','bill33045@aol.com','','2017-09-25 14:09:11','1506348553:$P$B55lDiOWOG.hwt7FhUbZo1hraY3zG//',0,'bill330451966'),(1617,'tanjiannan1958','$P$B.QMerekF559.vGPFnJ7qlU5J.x/OW.','tanjiannan1958','tanjiannan@hotmail.com','','2017-09-25 14:18:59','1506349141:$P$BqOPJF5.M2Dgeob6l1eCNU1W0RVN1q.',0,'tanjiannan1958'),(1618,'chsu19921950','$P$BH6e2y09m4CkAO2pRZysauGEaGbWIV0','chsu19921950','chsu1992@gmail.com','','2017-09-25 15:47:58','1506354480:$P$BwTKjvSu.a99/H70JSYcLt/eQWhXdJ/',0,'chsu19921950'),(1619,'davegoodman20001987','$P$B21G86AkLWq0v1T/RkNUkzMgG.oIdO.','davegoodman20001987','davegoodman2000@yahoo.com','','2017-09-25 18:24:54','1506363897:$P$BTEk6BWyQqefDxVD/dBrwWNSI71hJc.',0,'davegoodman20001987'),(1620,'egoldzimer1951','$P$BM9qrOmQMymsXMAlAPBpvs4eNso/V40','egoldzimer1951','egoldzimer@san.rr.com','','2017-09-25 18:31:08','1506364270:$P$B78mz.XRVtZ0wWfp4f2l7.jTM8.NxA.',0,'egoldzimer1951'),(1621,'terrybaugher1965','$P$BDlpkDbY7uMZPaTh7Bvv14qsg5LwRG.','terrybaugher1965','terrybaugher@hotmail.com','','2017-09-25 19:02:02','1506366125:$P$BCj3BYJVyf2duy5Lcr60WJgEyXYYKB0',0,'terrybaugher1965'),(1622,'kpribramsky1978','$P$BI/OxeRdK53SCT9SOpqN/Z7mhbhssM1','kpribramsky1978','kpribramsky@gmail.com','','2017-09-25 20:45:11','1506372324:$P$BoueNropm9Q6CVEXTzLd8Fh1UMOFdi1',0,'kpribramsky1978'),(1623,'maestrostu1965','$P$B7AI8uasnc28E/TntqrGrUTisSvxOR.','maestrostu1965','maestrostu@hotmail.com','','2017-09-25 22:13:14','1506377596:$P$BeMkfkYOB3Ov0DPg5hUu4kXSKSz0yH/',0,'maestrostu1965'),(1624,'derindillow1971','$P$Bi9RMG6IEpOoPoLGZ/8UUBHB031ogX/','derindillow1971','derindillow@gmail.com','','2017-09-25 22:45:44','1506379546:$P$BnvuvOGGxZ/0YsP1wzvk0pVweHgsGr0',0,'derindillow1971'),(1625,'atitecelav','$P$BP0.i92fuD93KgQlql/0q02sobWaQH0','atitecelav','atitecelav@gotopbests.com','','2017-09-26 00:56:27','',0,'atitecelav'),(1626,'reydawg362010','$P$BgpnQDOdyOCm.UbuSxxY3zpA4ZL8zw/','reydawg362010','reydawg36@hotmail.com','','2017-09-26 01:18:15','1506388697:$P$BuydDR1PAFEbXQu7kluSqzBt05IkqT.',0,'reydawg362010'),(1627,'biswas11722006','$P$BMgXi8THZR.gWYGu/IYdVDpUxU1SW91','biswas11722006','biswas1172@gmail.com','','2017-09-26 01:57:33','1506391056:$P$B9aKoCv4NXiFOE.XBWo8j5VIPbwfGd0',0,'biswas11722006'),(1628,'billkane501999','$P$Bhq2mSjkTZj8sa3ampMqIsm.fP7.fS.','billkane501999','billkane50@yahoo.co.uk','','2017-09-26 02:39:25','1506393567:$P$BOeikbGXXhKt8Gc4K/7TntOO6bUJ5e/',0,'billkane501999'),(1629,'enbiacateres','$P$Bwybwgw56a0czY4JErTNUBXGxt00YB.','enbiacateres','enbiacateres@chiletrust.xyz','','2017-09-26 03:15:38','',0,'enbiacateres'),(1630,'lynnwalko1989','$P$B9v8pmPvZbo3PdiQCTGIWe5xm60p0t/','lynnwalko1989','lynnwalko@hotmail.com','','2017-09-26 03:39:41','1506397183:$P$Bzu2PalJrRUadDd3tzCIrj1RU56r/w1',0,'lynnwalko1989'),(1631,'marlisjjs1979','$P$BlcXt8Wdsv9Y1Xrbh4pZwDhaZg39mX.','marlisjjs1979','marlisjjs@hotmail.com','','2017-09-26 08:11:00','1506413462:$P$BYhqxdPsKBUjZMA3xIsZ9wMkbOHYX90',0,'marlisjjs1979'),(1632,'kconrad_141972','$P$BphCVf.ZM9lcdUJJ2eP5/IlLpCMpb2/','kconrad_141972','kconrad_14@outlook.com','','2017-09-26 08:53:21','1506416002:$P$BRhv6fvCTLQ9QgVKAl82eVfz8NFzh3/',0,'kconrad_141972'),(1633,'carolmarvin511960','$P$BbF2juHdeFd.iKmRSFpHeh8bxfoKSi1','carolmarvin511960','carolmarvin51@gmail.com','','2017-09-26 10:38:31','1506422313:$P$BEx7ViN.5j37Wf6IBZjF8wEYy5MLTC1',0,'carolmarvin511960'),(1634,'rileyleemason132005','$P$BQH/eZk.aiGdTRCrorf6YxWMYCYTGj0','rileyleemason132005','rileyleemason13@hotmail.com','','2017-09-26 13:40:41','1506433243:$P$BgithIWkrRpr/ujOOc9AKZszgVPx57/',0,'rileyleemason132005'),(1635,'vinill1671957','$P$BzmOuifpsJT.vCqkyn7ILU6W8JILSU.','vinill1671957','vinill167@hotmail.com','','2017-09-26 13:45:33','1506433535:$P$BeY.jh876zpY2R5on8Q6zM5uHcJLkF1',0,'vinill1671957'),(1636,'jokerswild46941989','$P$BDJpVtHyZO8sL3z2u5GuGZHpEEreAk1','jokerswild46941989','jokerswild4694@hotmail.com','','2017-09-26 13:56:37','1506434199:$P$BvZmVeZKwC5ya236uIItvD.afrErpr1',0,'jokerswild46941989'),(1637,'caroline.e.ware2009','$P$BjplHaE0vWetyfOtqjg4ZOZsj6ovHf0','caroline-e-ware2009','caroline.e.ware@gmail.com','','2017-09-26 14:53:07','1506437589:$P$BVdlVegZR4Ca9K4Yd6NDhEgDN6FY4o1',0,'caroline.e.ware2009'),(1638,'tubameat1961','$P$BMf67SWr4n04cK2518eD8QGaZNwbF..','tubameat1961','tubameat@hotmail.com','','2017-09-26 15:17:07','1506439028:$P$B.ZAxCTRqZi1UwbAkEjrwv0FDVkzqA1',0,'tubameat1961'),(1639,'mckl751954','$P$ByoGSD3Mdwk5.wDoU8ZRwG70kzpSco1','mckl751954','mckl75@hotmail.com','','2017-09-26 15:53:44','1506441227:$P$Bwsyty3IG5XbTUyelyDCNXgsUP13yH/',0,'mckl751954'),(1640,'mmcclure2000','$P$BKFNo4BPSWAGIpnKVaWWIc4wTiopqO0','mmcclure2000','mmcclure@thetownsendcorp.com','','2017-09-26 16:00:15','1506441617:$P$BTVexdoEq2LP9hPugnQxF8ZY07rYSl0',0,'mmcclure2000'),(1641,'morris.garym1958','$P$BQmwECRE2CYmASC8LYKW8fxAWuq5go.','morris-garym1958','morris.garym@gmail.com','','2017-09-26 16:10:15','1506442217:$P$BFrrodUGjusgzDpBu1I7Z.GuiQLqHT/',0,'morris.garym1958'),(1642,'davidzhang341991','$P$BYLtQwnQYK6t.NY7LIy9639WPKNOEy/','davidzhang341991','davidzhang34@gmail.com','','2017-09-26 16:39:39','1506443981:$P$BJaTONNMZY7DPb.uNCFWmJr2Z3pGMQ.',0,'davidzhang341991'),(1643,'edgravesguitar1950','$P$BbqDUhFmupaYodUx6/C.wj2jBHFSWK1','edgravesguitar1950','edgravesguitar@gmail.com','','2017-09-26 17:11:51','1506445913:$P$BhCG.z0ioaY6gjP3N2GI5/PRcGxoW2/',0,'edgravesguitar1950'),(1644,'anitat8121951','$P$BJpIYV.MTX1V5DURiZ.PIxLXdqkG1T/','anitat8121951','anitat812@gmail.com','','2017-09-26 17:17:46','1506446268:$P$BkuWQFE.N86zbLOYv3Ishu55HOGsxl1',0,'anitat8121951'),(1645,'jfbangx2009','$P$BnkWHUcW3wCU24Z8cKnoSbfVaKHZ6K/','jfbangx2009','jfbangx@gmail.com','','2017-09-26 17:42:56','1506447779:$P$BZo/8.WdCY5nS6r67XA0FPvEJCSqwm.',0,'jfbangx2009'),(1646,'usinbrooklyn1974','$P$B3KnU0WU26Ur23IxFt9WHleXpjQXEd1','usinbrooklyn1974','usinbrooklyn@gmail.com','','2017-09-26 17:54:02','1506448444:$P$BPvF9b0bjy7xB28yMJJUx.KP.N1s6u1',0,'usinbrooklyn1974'),(1647,'edoecohen2006','$P$BC3DgC.8d71c6JWWxLW75/CIXU4yQf1','edoecohen2006','edoecohen@gmail.com','','2017-09-26 18:14:20','1506449662:$P$BwWAU8qq1x1ljTYUtME0buFbGBZRgI1',0,'edoecohen2006'),(1648,'phorsemaship1958','$P$BilARYgHkxsGJeyY5zgsc2NO3yVgau.','phorsemaship1958','phorsemaship@aol.com','','2017-09-26 18:47:39','1506451662:$P$B8rUso49V0duBzvGpzKszndmC.nDME.',0,'phorsemaship1958'),(1649,'rmj27231986','$P$B3Cd15F7U5A6mt68Y5VeVjAGfAy5Bf/','rmj27231986','rmj2723@gmail.com','','2017-09-26 19:22:21','1506453743:$P$BUH62DqdZUPeN1ECeiZ0667qd.nPjJ/',0,'rmj27231986'),(1650,'ltkevin1996','$P$B1SHWs9DBxfrxSRrHRFJQbcQWgnDIy0','ltkevin1996','ltkevin@charter.net','','2017-09-26 20:29:49','1506457791:$P$BjKTz0yg7IleVcf9d405R/8Dqg41hi/',0,'ltkevin1996'),(1651,'ijt19701995','$P$B8pX1avz8/ujGpsNRZzSPe1czME/cV.','ijt19701995','ijt1970@gmail.com','','2017-09-26 20:52:00','1506459121:$P$BJ6ETQdTGj4.q19fAeKFb3zM96TAuS/',0,'ijt19701995'),(1652,'apple1973','$P$Bm5aXteR64DTRqM53X5ghnsuLuijsn/','apple1973','apple@jaquier.net','','2017-09-26 21:09:21','1506460162:$P$Br8X7mD6MEI9pyQ2S2WBbrGn5vDfvR0',0,'apple1973'),(1653,'astancu1977','$P$BngAlB0gLlranLXwXCMU6LlgtIj6Af/','astancu1977','astancu@hotmail.com','','2017-09-26 21:59:22','1506463165:$P$BrwRcFpnavv/EWiCIRN00fqOY/OTzj.',0,'astancu1977'),(1654,'yrudikh1961','$P$Bl52GEZaGuSOZENnvizrDytx9DHlBo0','yrudikh1961','yrudikh@gmail.com','','2017-09-26 22:18:18','1506464300:$P$B.OGd/jGx/k0P3cyuBwE/6ec8O.mC5.',0,'yrudikh1961'),(1655,'petermeir1953','$P$B2rSALI1pPvwDPfUqMxVDttm2Q67tT.','petermeir1953','petermeir@tiscali.co.uk','','2017-09-26 23:37:43','1506469065:$P$BMWk9CD3xHocmasymV/Dq8isI6sMSl/',0,'petermeir1953'),(1656,'merajkhan_51990','$P$B.GkalAGJ8ESMAtV9zzp1PB8q5yf2t.','merajkhan_51990','merajkhan_5@yahoo.com','','2017-09-26 23:49:30','1506469773:$P$ByBvU5.QGMIrbhIuSZEkOL0QHZpif51',0,'merajkhan_51990'),(1657,'brussery1969','$P$B9bF4RsQD9TNiTf/8WhjZFPiFL0fFi0','brussery1969','brussery@yahoo.com','','2017-09-27 01:00:11','1506474014:$P$BA5zjJXqa5fNTsoUL1skCbNJx.CKS2/',0,'brussery1969'),(1658,'msawka151965','$P$Bc.7yBNQX0cOHEQ7XcWl5CQ4dN7E371','msawka151965','msawka15@gmail.com','','2017-09-27 01:13:57','1506474839:$P$BIDhwrdXt7nxrt8g29WBieUls.eO7J/',0,'msawka151965'),(1659,'schulze.wartenhorst1961','$P$BXHSTz5PokHJbxj6RluflmlrWsEf3f/','schulze-wartenhorst1961','schulze.wartenhorst@t-online.de','','2017-09-27 01:57:51','1506477472:$P$BTSp.F4L4sSlgSRMTs60oScC5Qbo/8/',0,'schulze.wartenhorst1961'),(1660,'kwadwo.amankwah1960','$P$BKKG0trT5issZF6yI9n5NdysS.3OCB.','kwadwo-amankwah1960','kwadwo.amankwah@yahoo.com','','2017-09-27 03:24:44','1506482686:$P$B0gRZ9XAp/ohBBKbLYSS5sOMEEvcjR/',0,'kwadwo.amankwah1960'),(1661,'elizabethleemonroy1956','$P$BYLcNt8wwFpcRR7Ox0tQUOC17i1.MH1','elizabethleemonroy1956','elizabethleemonroy@gmail.com','','2017-09-27 05:48:14','1506491296:$P$Bi1RHnsFCxK6qywE6CRlsDUnG1pXE11',0,'elizabethleemonroy1956'),(1662,'gwidich1954','$P$B32OFcsnNWXpTWUI/1XTNhGapl/h8o1','gwidich1954','gwidich@msn.com','','2017-09-27 05:53:02','1506491584:$P$BYxJosa.0VcpLZ.cyiRDq8EqDrgJ4i/',0,'gwidich1954'),(1663,'hardingleigh2010','$P$BOsZtoMViQIvNR76Ymlhg4nPaCRElX.','hardingleigh2010','hardingleigh@hotmail.com','','2017-09-27 06:20:02','1506493204:$P$BU9kT/il6dEStdS151w8U/296.N.xM1',0,'hardingleigh2010'),(1664,'anthonyhantonh1958','$P$BCWXONL2crGBKXlPbJWJSwRgLlvxar1','anthonyhantonh1958','anthonyhantonh@yahoo.com','','2017-09-27 10:49:08','1506509350:$P$BHWFWd.ifR8vvCEQlgILkMrEQ3kUut1',0,'anthonyhantonh1958'),(1665,'bncmullins121995','$P$BnR1v/0oQYowMvyWZqk4KEVYggreR00','bncmullins121995','bncmullins12@aol.com','','2017-09-27 14:02:33','1506520955:$P$BDFDTE1LW2.Pl7aI4aP.hnPN3k6ICN/',0,'bncmullins121995'),(1666,'emaemura1967','$P$BuPzT968uPRWBD/LAbJWcb/Oc.D0Ab.','emaemura1967','emaemura@yahoo.com','','2017-09-27 14:19:32','1506521974:$P$B0V/BFfyNUsK/pIhvUo7dOCH5eQ9Q8.',0,'emaemura1967'),(1667,'khultz1962','$P$BQwFzp.FMnw4vHidYlVFwNdt6Z6kNn1','khultz1962','khultz@gmail.com','','2017-09-27 16:31:54','1506529916:$P$BPit3R.Hd/RXpIL7UEqTsZIA40r7/80',0,'khultz1962'),(1668,'sondrick1231997','$P$BzlZd3ua288QhJTPSDj3tIgbZk.Kor/','sondrick1231997','sondrick123@gmail.com','','2017-09-27 21:40:05','1506548407:$P$BEgLVZz9Ca29toTVG5R9fLmqUgM0As0',0,'sondrick1231997'),(1669,'husnain_zakaria1971','$P$B5ArG/CY/NloFHRZnG4yC9rZ8mEZKm/','husnain_zakaria1971','husnain_zakaria@yahoo.com','','2017-09-27 22:20:58','1506550860:$P$B.k/je9zAdqG/oPh5cUQ.oXk60Sd6//',0,'husnain_zakaria1971'),(1670,'eriktiles1983','$P$BXuJfBJs0nUrNHr0b9WNtZAPZKHWod/','eriktiles1983','eriktiles@gmail.com','','2017-09-27 23:19:14','1506554356:$P$B8qLkRKZtLnqoaeJ84dPqIO2trF3cX1',0,'eriktiles1983'),(1671,'emorejcan1969','$P$BWo3eAZewF4U9W5tI7pV201.zEv6gQ1','emorejcan1969','emorejcan@yahoo.com','','2017-09-27 23:35:59','1506555361:$P$BGAKolWuNyliCjnrgNnf/wzo5q7RBy0',0,'emorejcan1969'),(1672,'boomer_891951','$P$BmRCh42WJGjaERqpWX5roGvXnaqL4v0','boomer_891951','boomer_89@hotmail.com','','2017-09-28 00:21:04','1506558066:$P$BOwbqp8NI9.Qm2Ak8BhH5eZC45Xwff0',0,'boomer_891951'),(1673,'jpplumbingandheatingllc1997','$P$BMs9VTrbdAHMd2RXD7nBy7C5Dkdiod0','jpplumbingandheatingllc1997','jpplumbingandheatingllc@gmail.com','','2017-09-28 01:36:37','1506562600:$P$BI99AdE/PxO8umAdd5JtZjumka9iay0',0,'jpplumbingandheatingllc1997'),(1674,'xxjaylp23xx1968','$P$B7Zc53FQoYIGLn3DF6bQcbCYzouEhZ.','xxjaylp23xx1968','xxjaylp23xx@gmail.com','','2017-09-28 01:41:57','1506562919:$P$BwodFqnUcNzml86mOsrHKJ3QVi/NQs0',0,'xxjaylp23xx1968'),(1675,'agierke1983','$P$Bpwc.uvQAmTl1XFGbi75e5t/aYPa6M/','agierke1983','agierke@adamgierkephotography.com','','2017-09-28 02:21:09','1506565271:$P$BEaaTQUUdinujWzJ768EtUyaEXBllR/',0,'agierke1983'),(1676,'theredcat001984','$P$BM8Z5L0om7sD..Sujm5QN3F0fcNVlu/','theredcat001984','theredcat00@hotmail.com','','2017-09-28 06:40:42','1506580846:$P$Bzu5TKRrXXv1WZ9oTCrXEm3NuTUAGB1',0,'theredcat001984'),(1677,'banksy19892010','$P$BAO.dx7gasZJeieJjQBhFZk.dhTclr.','banksy19892010','banksy1989@gmail.com','','2017-09-28 07:27:41','1506583662:$P$B7qdxIneehLoWoWkrnALNIzH2XxnU0/',0,'banksy19892010'),(1678,'redyetiking1958','$P$Bah/1gGJzaSkEIEf3gbnjixZ68n/yZ1','redyetiking1958','redyetiking@gmail.com','','2017-09-28 07:58:45','1506585527:$P$BeLaYfljfD3TkdvD9dklDZ/lJOsm42/',0,'redyetiking1958'),(1679,'angelbaby051966','$P$B7FU26UK7uWRMIUOIUdxWDRdrRizei/','angelbaby051966','angelbaby05@verizon.net','','2017-09-28 09:23:18','1506590599:$P$BHh.Jt0hUOITXJSFGgJtmxrlY6/AJo1',0,'angelbaby051966'),(1680,'daren.waugh1972','$P$BsDNU75kb9GUlSQxkH1zSbayd7RgYL/','daren-waugh1972','daren.waugh@gmail.com','','2017-09-28 10:25:53','1506594355:$P$B0SOgKSBBHLQYMTtxzMenH8NSh.jOg0',0,'daren.waugh1972'),(1681,'linda2009','$P$BB3GTVGV6NN19Ii5rTo9Vixyo74fsZ0','linda2009','linda@myjustjulez.com','','2017-09-28 11:00:07','1506596408:$P$BfI7CQcentTDAo0tl8lCQ065.23mRl.',0,'linda2009'),(1682,'vatsal_gandhi2010','$P$BWzNMT5rZh2TZGgH84L/5MTivvfmtr.','vatsal_gandhi2010','vatsal_gandhi@yahoo.com','','2017-09-28 11:23:29','1506597811:$P$BrnJryclHl5fo42A7MWIospqsmgScv1',0,'vatsal_gandhi2010'),(1683,'kailagyf1951','$P$BNe0clywk20i3y4MvywqLOJ4G3kJhK.','kailagyf1951','kailagyf@aol.com','','2017-09-28 12:29:27','1506601769:$P$BceOSx6/qdIFv3yeBJ64quSIl.Zzj10',0,'kailagyf1951'),(1684,'jonnybrett141993','$P$B77/jecmVJ/FPfCRBggeyNBRS41gY5/','jonnybrett141993','jonnybrett14@charter.net','','2017-09-28 12:41:51','1506602513:$P$BqIl3t8WUGUHjFAX/.myyYAPvCcFD9/',0,'jonnybrett141993'),(1685,'smaa341958','$P$BAuuYEbk58ozmVv7WMe0hcv44lk0PT/','smaa341958','smaa34@yahoo.com','','2017-09-28 13:00:13','1506603615:$P$BCzBSl8IOPWc/Drl/h0z7uJ7oSmlLp.',0,'smaa341958'),(1686,'jonnyd20241965','$P$BIjwHqaI63gJjALWdCyzAZOco3HEij0','jonnyd20241965','jonnyd2024@yahoo.com','','2017-09-28 13:01:49','1506603712:$P$Bqz4jCjYs2rn3bkyQyHTg.7/NbpW3V1',0,'jonnyd20241965'),(1687,'bettyvarea1976','$P$BtJRJ1ynVAzokCJS.0fx/9cBi8eayG0','bettyvarea1976','bettyvarea@hotmail.com','','2017-09-28 13:50:12','1506606614:$P$B2KhftAQgcqwbKVP5zPwUkNLReCU780',0,'bettyvarea1976'),(1688,'elmiger.laura1983','$P$BtIX0446vMWvLGj2P5vAluVUlBMu1g0','elmiger-laura1983','elmiger.laura@gmail.com','','2017-09-28 14:23:06','1506608588:$P$BtB62fa.89k8r52p.GDeO0cxzCuw30.',0,'elmiger.laura1983'),(1689,'brian_brewer1985','$P$B1.chLLr82Hq0eAgbNsICWS.E72xlX0','brian_brewer1985','brian_brewer@sbcglobal.net','','2017-09-28 15:43:00','1506613382:$P$BPITTLHR3UuYLjpe8oal8azKjlhi2W0',0,'brian_brewer1985'),(1690,'normankorompis1958','$P$BQ3M7JYP1io.QC7GMwKmUTZ09hNpD5.','normankorompis1958','normankorompis@gmail.com','','2017-09-28 16:20:33','1506615641:$P$BTrte1fhab06qmceHgq8tFa4xWaKDB0',0,'normankorompis1958'),(1691,'adam2mazur2008','$P$B4JD5djY1flS1IrTKFtzBgsqhjFMsp1','adam2mazur2008','adam2mazur@gmail.com','','2017-09-28 17:02:18','1506618140:$P$B/8cZuLf4SqYRIwELfZuxV08FLNcAQ0',0,'adam2mazur2008'),(1692,'reid1951','$P$BiR6NSX7KEMRD6CZyNxTT/PGmD7JlC/','reid1951','reid@astondesigns.com','','2017-09-28 17:57:20','1506621442:$P$B8FEXQphfHQOm0lxKs1/581i.DVY8M1',0,'reid1951'),(1693,'onespirit4441968','$P$BFvLPyB0JwGGPDS6VFPBjIxrSS8zmh1','onespirit4441968','onespirit444@hotmail.com','','2017-09-28 18:15:08','1506622510:$P$B0LooRP.uJZQ0sZQ46C7cwfvvG9n6V.',0,'onespirit4441968'),(1694,'jessicawind2003','$P$BDwG/YJQmFvS8PzaJKRcnSqVCqbSyv1','jessicawind2003','jessicawind@hotmail.co.uk','','2017-09-28 18:28:57','1506623339:$P$Bt2Z/YlF6VAFH7e83Pqh3zQKJIKENY1',0,'jessicawind2003'),(1695,'tjimindie601966','$P$BICarlkKuhjf6vnQlm6yaW/aaQe173.','tjimindie601966','tjimindie60@yahoo.com','','2017-09-28 18:49:56','1506624598:$P$BHbhc8j5WX4gsNSiDp3xJ8oplBP80s/',0,'tjimindie601966'),(1696,'bullet2000z1996','$P$B0M/suiGJtjBVePi/1.EF3ExhuyCse1','bullet2000z1996','bullet2000z@aol.com','','2017-09-28 19:20:58','1506626460:$P$B.V6H9fhJ1o65wMCjboQoJwfNJe5.70',0,'bullet2000z1996'),(1697,'airnuts2004','$P$BCc51q10fEIBjNW42CJvB7z.HfM3jp/','airnuts2004','airnuts@hotmail.com','','2017-09-28 20:33:38','1506630820:$P$B2j1KlwG3oGa3lf91c6gThx/xdBo.l.',0,'airnuts2004'),(1698,'sunrisemail411981','$P$B1sXmcshptI0xDrUre3jsbomFsn.U6/','sunrisemail411981','sunrisemail41@yahoo.com','','2017-09-28 20:56:42','1506632204:$P$B3x3k1nvNdNxnRN6s8iM5ZhmJd02E/1',0,'sunrisemail411981'),(1699,'mcevoyamy1962','$P$Ba4Jbv4xo2CpilOjMeugFdUH3XgvX..','mcevoyamy1962','mcevoyamy@hotmail.com','','2017-09-28 21:05:54','1506632757:$P$BHT.cSSu1AmAtsHBBCpc76Du0tL1lG.',0,'mcevoyamy1962'),(1700,'efren.pedraza1972','$P$B6O07RMk69OueV0TxlaksO9XLD6tEU.','efren-pedraza1972','efren.pedraza@yahoo.com','','2017-09-28 21:28:57','1506634140:$P$BwD3mPR3vlscLoZh5EmurBIHY0z3/f1',0,'efren.pedraza1972'),(1701,'vhmajano2006','$P$BnIYn11jgLw106tS6ZwiAgjUXq8OwC/','vhmajano2006','vhmajano@gmail.com','','2017-09-28 21:34:01','1506634443:$P$B.m1oJueifRrLFsI5h.hKj7EI6ALl//',0,'vhmajano2006'),(1702,'james.jfyb.891982','$P$BtCApK.Pk428t9lvxZ786CS9E90ZT4/','james-jfyb-891982','james.jfyb.89@gmail.com','','2017-09-28 21:48:35','1506635318:$P$BhMXLS8Ic82AGgQrqvp7J3dIab2ioJ1',0,'james.jfyb.891982'),(1703,'vanessa1998','$P$BS703g/LuVc/dMrW3P2j9ea8vVEGN.0','vanessa1998','vanessa@astondesigns.com','','2017-09-28 22:58:37','1506639518:$P$BjVm4Pp3Bw/oYG86cYPkRiXMFupfb51',0,'vanessa1998'),(1704,'gbmacks2006','$P$B3YZ2hg2xo9BRKKVKpj2mdpBOh0GZB/','gbmacks2006','gbmacks@aol.com','','2017-09-28 23:32:22','1506641544:$P$Bp8AbF2yOYVmcPgeZDvdJVMZYSXJsM.',0,'gbmacks2006'),(1705,'rhartley19561971','$P$B/st1WH0rIJbgossFPcJXNLUTbdHCx1','rhartley19561971','rhartley1956@gmail.com','','2017-09-28 23:41:58','1506642120:$P$BB.NDeB6pHHTpSH5NZ2qRxa93.wWyX1',0,'rhartley19561971'),(1706,'wtolen221984','$P$B6NKhEEo41o1GiJqpSL7ndvEIQEIVr1','wtolen221984','wtolen22@aol.com','','2017-09-28 23:47:37','1506642460:$P$BlzLY.4wADfE6vRK8BBNcXFumufYdy0',0,'wtolen221984'),(1707,'fatimaslight1986','$P$BwkDJCBCJdKgR03.r94ERICXt5p0MP.','fatimaslight1986','fatimaslight@hotmail.com','','2017-09-28 23:55:08','1506642909:$P$BIt6Nahltc7dna7V1ASYkBMSSIOAww.',0,'fatimaslight1986'),(1708,'ayannaha1995','$P$B9eSWkw0BC3U/IHTGo1B9LgrYVCHxv/','ayannaha1995','ayannaha@yahoo.com','','2017-09-28 23:58:49','1506643130:$P$BAucpsCLsv06YFZOiOBaxSXHNNTRcz/',0,'ayannaha1995'),(1709,'omathetstarun','$P$B6rVepOloHu2HC8zC2sVDden1PYXXk.','omathetstarun','omathetstarun@chiletrust.xyz','','2017-09-29 00:17:42','',0,'omathetstarun'),(1710,'bertrand.givord1959','$P$BmwugCw63PR57KdpXcjYbQuca6l/PH1','bertrand-givord1959','bertrand.givord@gmail.com','','2017-09-29 00:24:56','1506644698:$P$BrgOca9Lp35D2TLXH7KSC5eNCCjsRF/',0,'bertrand.givord1959'),(1711,'alilee19991959','$P$BWFdiyVcCmwGHRmMSNOlC9cbRRQMlY.','alilee19991959','alilee1999@yahoo.com','','2017-09-29 00:31:55','1506645117:$P$BaLQj7wKvsj2FMn2oIWHFxb5GvQyty/',0,'alilee19991959'),(1712,'mmariana.geroo03762010','$P$BUBZXpBovipQ4bh014X4c0nrjde6Jr.','mmariana-geroo03762010','mmariana.geroo0376@gmail.com','','2017-09-29 00:50:36','1506646238:$P$Bd6YF900mrckMsfDT/3R1hfz2hf8rP/',0,'mmariana.geroo03762010'),(1713,'sanodiketshor','$P$Bt3PrtEyBxYuvod7DU6STyxUyG66jn0','sanodiketshor','sanodiketshor@gotopbests.com','','2017-09-29 01:54:13','',0,'sanodiketshor'),(1714,'margaretcoyle1972','$P$Bd/wRchPC2bD2y/g/UqB3OqiOmii4t1','margaretcoyle1972','margaretcoyle@hotmail.com','','2017-09-29 02:07:50','1506650873:$P$BMsva/TQRUN6c2stkCX8LWgTIJofKJ1',0,'margaretcoyle1972'),(1715,'newsouthcb2005','$P$BtigUuUtxeJufft03N7Jy.6J009qgS0','newsouthcb2005','newsouthcb@gmail.com','','2017-09-29 03:07:21','1506654443:$P$BQGF7UVAE1Ueh8WPBNWQISyaMWdwFa1',0,'newsouthcb2005'),(1716,'jgjorgen1956','$P$B8zqJkjAcV6/8EgdvgYb0.g9JDxTiU/','jgjorgen1956','jgjorgen@gmail.com','','2017-09-29 04:21:55','1506658921:$P$BnYMJ2LEGrOhTl5Iurp0SeFieHAlqx0',0,'jgjorgen1956'),(1717,'sandy47zzzz2008','$P$BHamV0Pmkv6o4GlTS9lE7kVLjRtECj1','sandy47zzzz2008','sandy47zzzz@aol.com','','2017-09-29 05:58:34','1506664716:$P$BKZNoNRXAedDZ73OZxJi7.SCj0dgBK/',0,'sandy47zzzz2008'),(1718,'mouak302002','$P$BfiuhwyH8CJrvNfo7stAxZ64utqzRs.','mouak302002','mouak30@gmail.com','','2017-09-29 06:09:49','1506665390:$P$BG.7LM0CleIZ/hEfBnn.MWy8rBQQNk0',0,'mouak302002'),(1719,'shannon5071988','$P$BchU3nfIoItneVr8zQ8gf1eF0bgisT0','shannon5071988','shannon507@gmail.com','','2017-09-29 06:27:11','1506666434:$P$BaRHKyAElz7JA6BIhcAFrdzrIdp5jH.',0,'shannon5071988'),(1720,'amandarbrooke2009','$P$BkxV6ERPCw9b29g6oFT8jXsztkQVqY.','amandarbrooke2009','amandarbrooke@hotmail.com','','2017-09-29 06:38:46','1506667128:$P$BYSuMARAkS9qUJGjPtXEy1VBjCM1qK/',0,'amandarbrooke2009'),(1721,'lunditdieu1974','$P$B5UX6WrbEOWIop3C/HspHbilVPDLaF0','lunditdieu1974','lunditdieu@hotmail.com','','2017-09-29 06:51:03','1506667864:$P$BtND3oB3Un8wbT7OT31nxEzPh1YErn/',0,'lunditdieu1974'),(1722,'rglucas031968','$P$B/.HxAl0PScqfV.9pf/Pof7WHkPo4s.','rglucas031968','rglucas03@yahoo.com','','2017-09-29 07:48:17','1506671299:$P$BhkILK4TWiMgTgWMXK.RRjyIymFW0W.',0,'rglucas031968'),(1723,'catzrme1979','$P$BsKjuRkyVfHxZV4F3OryZJsj6C/U8D0','catzrme1979','catzrme@aol.com','','2017-09-29 08:12:33','1506672755:$P$BOhgSabjrVrzZqEfld3R2WZ5iOYuoU1',0,'catzrme1979'),(1724,'brook1969','$P$BaRAKVEbjb7OGRnmBd1xRPYYdvX4nX.','brook1969','brook@pacifica-intl.com','','2017-09-29 09:51:15','1506678677:$P$BUdfKwsjJRLIDubFfaMC.RCLrOd/as0',0,'brook1969'),(1725,'kklliinnee1956','$P$BgGAtHZy.kK7z3VRzsthDndXPfSN5.1','kklliinnee1956','kklliinnee@hotmail.com','','2017-09-30 08:15:16','1506759318:$P$BeVPFsrzdvv6RvQwk6V71Yu.od.nNg0',0,'kklliinnee1956'),(1726,'amdjwilliams1970','$P$BbUbV6uETV6E1/oJeLteAp32a8OsB3.','amdjwilliams1970','amdjwilliams@hotmail.com','','2017-09-30 09:22:49','1506763371:$P$B2j0CXajpzUZgnUAolug.fXO8cZtOB1',0,'amdjwilliams1970'),(1727,'kdeckard1998','$P$BjWBwZjCB9RPR2KM/7YNVq9FPQaxj9/','kdeckard1998','kdeckard@llu.edu','','2017-09-30 11:00:42','1506769244:$P$BzWM4BdhD7S1mDFc4HaLUAxAHdRb4F/',0,'kdeckard1998'),(1728,'mccaughey1952','$P$Ba786T3vXtPK9oID58vPpd.EkILFns/','mccaughey1952','mccaughey@suddenlink.net','','2017-09-30 11:08:05','1506769687:$P$BeL8VHxUAH2dX3RXzGXkdlqZ86ZxFU.',0,'mccaughey1952'),(1729,'prbody2009','$P$BkLsNuRhD.3EVU5auH57NLcgWSirI80','prbody2009','prbody@comcast.net','','2017-09-30 11:14:49','1506770090:$P$BEaKgi02kCdbgSrFbOcWc8UY/NzxUa.',0,'prbody2009'),(1730,'kmobayemi2005','$P$B5noIfyL2OmeqVPsODssljOvqGdZeU.','kmobayemi2005','kmobayemi@yahoo.com','','2017-09-30 11:56:21','1506772583:$P$B/COxE.tOog9ntbszXYpRCQ6VvgAVF/',0,'kmobayemi2005'),(1731,'olebetzy1954','$P$BexOQLmquAI9jo0PwYuPKmv.R2vcje0','olebetzy1954','olebetzy@yahoo.com','','2017-09-30 12:45:06','1506775508:$P$BzEe6FVofMsc2y2GgNW5vk9gtd3A5k.',0,'olebetzy1954'),(1732,'malik.dr2007','$P$B1tfcVTg2jdPEWuy5iP57oj.YYnqJM0','malik-dr2007','malik.dr@gmail.com','','2017-09-30 13:16:37','1506777399:$P$Brp1jqV5CDR/X4DuxyoqHrNCVXNzT.1',0,'malik.dr2007'),(1733,'ellenarutledge1987','$P$B.MMu/ENmLuHKrDooCDIQh3K9ynxMG/','ellenarutledge1987','ellenarutledge@hotmail.com','','2017-09-30 13:29:48','1506778190:$P$BJ5sa3rFKLBNGY37uRXP1R4bI9s31A1',0,'ellenarutledge1987'),(1734,'jamesfmontgomery1959','$P$BoMWPPjAZR.w0u07l4EFrY4dRXRVw01','jamesfmontgomery1959','jamesfmontgomery@gmail.com','','2017-09-30 13:43:21','1506779003:$P$BHhUOZG8HGRKTx5JoTDc6U5ryEjbID1',0,'jamesfmontgomery1959'),(1735,'bvbrickey1960','$P$BnuOFNFzdvhhWiho660SoGywVC6QpV.','bvbrickey1960','bvbrickey@sbcglobal.net','','2017-09-30 13:57:12','1506779833:$P$BczTML7MREv1sHjkKu10tCWLT9iAeY1',0,'bvbrickey1960'),(1736,'royal3ok1967','$P$BsI1O01SEa.llEnaT6NdDVWxvtNtva.','royal3ok1967','royal3ok@gmail.com','','2017-09-30 13:57:32','1506779853:$P$BcGnEisvCs4gk45Z1FAdgs7r6z1pQg1',0,'royal3ok1967'),(1737,'taniamelica1970','$P$BKW6dZRIWdXat9Cieq3xlEC5uqxMsZ1','taniamelica1970','taniamelica@gmail.com','','2017-09-30 14:01:02','1506780064:$P$Beony1og.UzZW9l.f0DZsysskkxpJe1',0,'taniamelica1970'),(1738,'erlanger.turner1989','$P$BhwA1NU3gVe6ZhzSMZnqNVTKqOCjWa1','erlanger-turner1989','erlanger.turner@gmail.com','','2017-09-30 14:55:01','1506783303:$P$BjYZUk41u528CH6J7KmO7LQTyd9VxW/',0,'erlanger.turner1989'),(1739,'jasteinmetz1980','$P$BeSI031LeAB7J97So36l1up7o65aha1','jasteinmetz1980','jasteinmetz@gmail.com','','2017-09-30 17:02:43','1506790965:$P$BxyQV5T8fpqfLPBJuGSN2xeQY08Kug.',0,'jasteinmetz1980'),(1740,'welofarm1996','$P$BPaekeAG6vrnuEL.pShgr3iQd9TPTw.','welofarm1996','welofarm@gmail.com','','2017-09-30 17:43:17','1506793399:$P$BG0k8LBz4EfG1dUWPCDneFSVUojbvN0',0,'welofarm1996'),(1741,'gerard.margiotti1987','$P$BrOwFWakvGvELlFOSL8tlRiL.tVP1w1','gerard-margiotti1987','gerard.margiotti@gmail.com','','2017-09-30 17:49:20','1506793761:$P$BGAhIgrc8eH8H50ZjVLvfHCVTL22a4/',0,'gerard.margiotti1987'),(1742,'paul.brakels1960','$P$ByD1Zm6Y1NoXY96Pt39hpAJEmdQCDo0','paul-brakels1960','paul.brakels@btinternet.com','','2017-09-30 18:43:13','1506796994:$P$Bn/FIKrMzODrmQJzjcTlujeFeRBFQ7.',0,'paul.brakels1960'),(1743,'dg25401950','$P$BINi/DiMYfIDsA8VCkVVVFjCeVfd9L0','dg25401950','dg2540@aol.com','','2017-09-30 18:43:45','1506797027:$P$BkhxbVp0/OwVRKHEB8EGVYOrI1QpMR.',0,'dg25401950'),(1744,'suzanne.culin1961','$P$Bgsy2ttwSXp0gXO3Ji/iwHgbHiH.6H.','suzanne-culin1961','suzanne.culin@gmail.com','','2017-09-30 19:01:15','1506798077:$P$Bsw.ZwcI2ZXPSk.CzSwx4Y0cfbMV5n0',0,'suzanne.culin1961'),(1745,'baryehk1980','$P$BdkFQQ7JU4P3x.9lbentR4L13sgkft/','baryehk1980','baryehk@yahoo.co.uk','','2017-09-30 19:15:57','1506798959:$P$Bv.VJ1moA7uZbpcmAQGKPIf/Y9Ynwh0',0,'baryehk1980'),(1746,'moconner51958','$P$Brvsizj0qHRYiNQ3ivwS/lP62FsBC20','moconner51958','moconner5@yahoo.com','','2017-09-30 20:08:43','1506802125:$P$BoaWvYQwhRzFiVicRFAijBBNo5Kxa3/',0,'moconner51958'),(1747,'alismename1959','$P$BN34rHndpZJe49O.va2gVevEwtYJnl.','alismename1959','alismename@hotmail.com','','2017-09-30 20:14:19','1506802461:$P$BeTAzN0YkfkyPITxEQK0u8ODa9IcJi.',0,'alismename1959'),(1748,'nnewsham1987','$P$BcOweobt4OZGri7BPqPcq1s1FZYeUJ.','nnewsham1987','nnewsham@hotmail.co.uk','','2017-09-30 21:06:08','1506805570:$P$Bym.3ZLW05Fn3jDgpyz6igUchoeF5r.',0,'nnewsham1987'),(1749,'jschippersr1954','$P$BAvXZEzuFVerHZS2jJHXA1dde2SYx81','jschippersr1954','jschippersr@gmail.com','','2017-09-30 21:16:38','1506806200:$P$BzYLGMvAqnQN1ClPZoS/Pt3ZBfcFEL1',0,'jschippersr1954'),(1750,'kdurham431982','$P$BCGQS9O0PVt9lxYM8oyEUugP1rNT9V1','kdurham431982','kdurham43@cox.net','','2017-09-30 21:22:49','1506806571:$P$B5pPTJSn2z93lGoFLS/7rBp5z5qEEZ1',0,'kdurham431982'),(1751,'swap2003','$P$B7QovPbBJANZO01.mGs7L.dnOv2nOO/','swap2003','swap@qtum.org','','2017-09-30 21:27:52','1506806874:$P$B8e5xdrtb8WQybe84xepajNV9dil8K.',0,'swap2003'),(1752,'mr.brian.gunia1979','$P$BAmlXeriuT/MSpKFyQoPlQXopKX1C/1','mr-brian-gunia1979','mr.brian.gunia@gmail.com','','2017-09-30 22:04:06','1506809048:$P$BJkhvp3PSu8g913BUpFZTbenl1AaFG/',0,'mr.brian.gunia1979'),(1753,'usmc_40301998','$P$Bxe7.EqJRSZ4whWTcDKROnGMFBqEgr/','usmc_40301998','usmc_4030@yahoo.com','','2017-09-30 22:49:08','1506811750:$P$BF9n0N.OXbih3a53yWosJw1rLlwAp70',0,'usmc_40301998'),(1754,'pgb11975','$P$B9GAaa9LlLVxUfSndLmGwpAjP8MEIl0','pgb11975','pgb1@hotmail.ca','','2017-09-30 23:03:10','1506812592:$P$B3bEArJ.xnI7ZeP7Hl8impJ9ZjIXJr/',0,'pgb11975'),(1755,'thomasp1989','$P$BE/6HRN2PaBaslFwBk42u5Rcoy5CU/1','thomasp1989','thomasp@marketmakers.co.uk','','2017-09-30 23:24:01','1506813843:$P$B5gX3pLc8ijXkMqFDBfhzznj9wOk.Y/',0,'thomasp1989'),(1756,'tolgaozturk1969','$P$BK67Z8cLLtYgeDev8rC5NmwRfzSgXP1','tolgaozturk1969','tolgaozturk@hotmail.de','','2017-10-01 01:24:10','1506821052:$P$B.J23o8UzJPvHRckh2TPTW5W.d3sBH1',0,'tolgaozturk1969'),(1757,'linda.marshall471965','$P$BeoWdJU3n6v5GT0co4UzApdHW0TyCG1','linda-marshall471965','linda.marshall47@gmail.com','','2017-10-01 02:44:31','1506825873:$P$BwaGwJqgK8f2TeBcfWJf452s5JcMJn/',0,'linda.marshall471965'),(1758,'clarehood1974','$P$Bv1bFc6ILBgWgZmNygHxTEbML.73nr1','clarehood1974','clarehood@hotmail.com','','2017-10-01 02:49:02','1506826144:$P$BV/O29y43i5etBB5ibGoH.yJ77FTXZ.',0,'clarehood1974'),(1759,'mardinnah1968','$P$B/VpWBxd19r.SrX3666Gr/tKSGwr0w0','mardinnah1968','mardinnah@gmail.com','','2017-10-02 08:35:26','1506933329:$P$BCv37.eFpzNvlKPQd5pdFUguwjBktr1',0,'mardinnah1968'),(1760,'gfamily51967','$P$BqsHS1eM.zFj9vX9vZ.uLym8WFeg3C.','gfamily51967','gfamily5@suddenlink.net','','2017-10-02 08:41:22','1506933685:$P$BqIv.e1zecM7EwfyHiGlSR0Vt33Ggh0',0,'gfamily51967'),(1761,'babionejennifer1971','$P$BimaWvgqVj6DF3co3zZor09A4e9r0h0','babionejennifer1971','babionejennifer@yahoo.com','','2017-10-02 08:54:02','1506934444:$P$BbQhiyr95kObT1gK5qsSS6irs/uVrx/',0,'babionejennifer1971'),(1762,'deblcamp1952','$P$B1kfb95889ppPx3sb4p96BhiitP1/S0','deblcamp1952','deblcamp@hotmail.com','','2017-10-02 09:07:57','1506935278:$P$BJpSmM6b3RaXltJNs/wYi.MM7o17g61',0,'deblcamp1952'),(1763,'russaaroncfc1970','$P$B7xXwVOYyDU3Q9vIOYAr0vhw8CJZ2S/','russaaroncfc1970','russaaroncfc@gmail.com','','2017-10-02 09:31:26','1506936688:$P$BNrxBn7Z7Em3FLufajKxRGTptP4OSk.',0,'russaaroncfc1970'),(1764,'annabelrezvani1991','$P$B3yn2acfl8kJyvJ0vEY8BAf0RyaCfR/','annabelrezvani1991','annabelrezvani@hotmail.co.uk','','2017-10-02 09:41:34','1506937296:$P$BVlaz2tk7wZPuWN0rv6cdHezxsntZI/',0,'annabelrezvani1991'),(1765,'clegrandsr1952','$P$Bggj8S5NkXElCm8H7OgG6.0Swco1hu0','clegrandsr1952','clegrandsr@yahoo.com','','2017-10-02 11:31:52','1506943914:$P$BzVBAEwzJKG8DUNgDCFlSv9kCSdEfx.',0,'clegrandsr1952'),(1766,'nic2001892008','$P$Bj6bc8h6pDO7N2b0PyEy7IIkCGanAI/','nic2001892008','nic200189@gmail.com','','2017-10-02 12:19:12','1506946754:$P$BnxNwpNU7IVxGN1lDl6KzTbr7CHx0C1',0,'nic2001892008'),(1767,'srgredgrave1958','$P$BRfX/ocIcjSbhqIINdBG1hpu2YX/lD/','srgredgrave1958','srgredgrave@hotmail.co.uk','','2017-10-02 12:21:55','1506946917:$P$BVzFqybp/aB8o11Z5AHLdSDH/kUwUa.',0,'srgredgrave1958'),(1768,'martha.penzkofer1957','$P$ButhIWoY7UERgtabc8OGP/WtK3LcuS0','martha-penzkofer1957','martha.penzkofer@web.de','','2017-10-02 12:33:45','1506947627:$P$BlT5iG5C.xOIppytUt4oxAvuRpo2l/.',0,'martha.penzkofer1957'),(1769,'johnc20302007','$P$BBCZ2Rjnr0fhOwyHIPEi.3oCTDTgSY1','johnc20302007','johnc2030@gmail.com','','2017-10-02 13:21:56','1506950518:$P$B9a.R9KIg1RKyoOCHJqharcuVXzUCq/',0,'johnc20302007'),(1770,'jterhorst521986','$P$BQZC6.Qf.F6x3x7xjOVSTxUjMt6MxZ1','jterhorst521986','jterhorst52@gmail.com','','2017-10-02 14:24:34','1506954276:$P$BUndzbZZZvSGCVNzVGc8zHjm2sYnGH/',0,'jterhorst521986'),(1771,'kerryrivera2007','$P$BsW64pcVe7R0MqCocazepNjrX0Vagi0','kerryrivera2007','kerryrivera@aol.com','','2017-10-02 15:04:37','1506956679:$P$ByrnlsuQAUGeL5f2q4DqApbtnoyce/.',0,'kerryrivera2007'),(1772,'joely.nina1969','$P$B8BLHat.152pjzl3Jd0TfVF.3q/rUy0','joely-nina1969','joely.nina@live.com','','2017-10-02 15:13:06','1506957188:$P$BuQgMKMh7E8B7BbaQ8uS00f2DAcXEd.',0,'joely.nina1969'),(1773,'jameskeenanconstruction1984','$P$BW25NLUiT9ynM4iNZMAuVD9luw7Of.0','jameskeenanconstruction1984','jameskeenanconstruction@yahoo.com','','2017-10-02 15:59:50','1506959992:$P$Bbjwpss.R41uNctfAlPe1sxBU/WPQT/',0,'jameskeenanconstruction1984'),(1774,'slybuss1962','$P$BvLBxKNpYtShlxuRG0ZZ3ydyaMEnsy1','slybuss1962','slybuss@hotmail.com','','2017-10-02 16:12:09','1506960732:$P$Bl/Qjgyp3YtNzllR1ENo19cFYr9KjS1',0,'slybuss1962'),(1775,'sterlinimagic1984','$P$BXlr6Y1Fu7IIOcEbVa6lzAmmvfmxw..','sterlinimagic1984','sterlinimagic@yahoo.com','','2017-10-02 16:25:50','1506961555:$P$BvLfucy91u8xtRg5W7dUJqOphLk7sA/',0,'sterlinimagic1984'),(1776,'hadleytwidwell141999','$P$B9zsDhQVEzrdkeiZPecB5pCqCG1KdJ0','hadleytwidwell141999','hadleytwidwell14@gmail.com','','2017-10-02 16:46:20','1506962783:$P$BUmqVYoUaMbXbVAJRrHu.jmGrJhc4D1',0,'hadleytwidwell141999'),(1777,'yeugeniya1970','$P$BvX4Xvf5o9ltXBNIIHwKWBQwTJakYx.','yeugeniya1970','yeugeniya@gmail.com','','2017-10-02 16:51:21','1506963084:$P$BKmOao3I8P2h45q3XTKo.iZTfATHCA1',0,'yeugeniya1970'),(1778,'helainecooper1963','$P$BlOeEH62ikNDC0Yjby6Lm90zWDkxo60','helainecooper1963','helainecooper@hotmail.com','','2017-10-02 16:51:30','1506963092:$P$BKBAG5btchbXSl3w2KDKYCMqzWAcc51',0,'helainecooper1963'),(1779,'sleung19901985','$P$BkX8cZ0nh2sgrJpk6E6LzFUvybVP3F1','sleung19901985','sleung1990@gmail.com','','2017-10-02 17:03:09','1506963792:$P$BbkPkGfKlwF.RiVNKaK9vPw0AX89p80',0,'sleung19901985'),(1780,'jegso12007','$P$BKfMk8H//5gjGPwOpwfKczOTcGtLPS1','jegso12007','jegso1@aol.com','','2017-10-02 17:05:51','1506963953:$P$BsutaTwK3CaR2FpLBhvrQkes2VjUG01',0,'jegso12007'),(1781,'cuesnkids202002','$P$BBDqUpwkrJJ7A1HxsAGKGY.SVTT5630','cuesnkids202002','cuesnkids20@hotmail.com','','2017-10-02 17:07:56','1506964078:$P$BlnAaqiRJmMnf4y7gJnLjCtVu5ZIFE1',0,'cuesnkids202002'),(1782,'harveywilks2003','$P$BkD//ywuhboMHDwfGJVssjLe3kkZx90','harveywilks2003','harveywilks@hotmail.co.uk','','2017-10-02 17:27:36','1506965258:$P$BCVsGLzhm7c2ORGTc3gtxFXu5RxORK1',0,'harveywilks2003'),(1783,'frost33111952','$P$BGblwchSPvqtjVFieKVAt7nzzqh5YF0','frost33111952','frost3311@aol.com','','2017-10-02 17:29:03','1506965345:$P$Bn1T5y6n5cVRuiwsOY7i87AUSypzV.1',0,'frost33111952'),(1784,'cbrown41989','$P$Bs.vV23UU4KrwMVkVe2qj./mWnQv39.','cbrown41989','cbrown4@gmail.com','','2017-10-02 17:44:16','1506966258:$P$BHTJ29zshTXaRcuQ8a3Vwb27aVLm.4.',0,'cbrown41989'),(1785,'gil_solorio1984','$P$B/O7sRw/pShYxux0G/4zQf4HYReccD0','gil_solorio1984','gil_solorio@yahoo.com','','2017-10-02 18:10:33','1506967835:$P$BW8fa5Bhdq2N7ctLe2lG1Prxqr9I.z1',0,'gil_solorio1984'),(1786,'fordyce051974','$P$BHhACtMyzYD0gj8u9B8Zp3YbkBbNln1','fordyce051974','fordyce05@aol.com','','2017-10-02 18:13:34','1506968015:$P$B056xY.fpNFWaHqXxwp/n.oJmaZD461',0,'fordyce051974'),(1787,'laneysherry1979','$P$Bsfm7eoXlhD1F.x6kUJspFetvhHUPY0','laneysherry1979','laneysherry@aol.com','','2017-10-02 18:27:27','1506968849:$P$BWwH7zDyNJjDhQPHpurxzJsSTip3Bl/',0,'laneysherry1979'),(1788,'stinkintall1980','$P$B75Wov51kjFB7pNAcps1ows9PD14Hr0','stinkintall1980','stinkintall@hotmail.com','','2017-10-02 19:00:23','1506970827:$P$BEGVFHEU6TfmbbzQke7GT29zbmd3di.',0,'stinkintall1980'),(1789,'dspires2010','$P$BoVK1xtDNs7ostFE4QuFKITHomkYYD.','dspires2010','dspires@doorprosystems.com','','2017-10-02 19:03:31','1506971015:$P$BySynGt./8Y.oXtEq1Mmh9oiGrGuAT.',0,'dspires2010'),(1790,'salegrand1971','$P$BSBuCGW0U.3ptystbM2YSQkt6HnyFE.','salegrand1971','salegrand@hotmail.com','','2017-10-02 19:34:34','1506972876:$P$BEfbngTCnoUivFDOitK/3lVl30V0XN0',0,'salegrand1971'),(1791,'kerryhaberkorn2002','$P$BcsPDTPNL8eQwVFEmsPWc8himYP/5p0','kerryhaberkorn2002','kerryhaberkorn@hotmail.com','','2017-10-02 19:40:05','1506973208:$P$B4lHwsKFWVDdg3dVhy4bDPas01ly4f.',0,'kerryhaberkorn2002'),(1792,'bonniel1978','$P$B09rfZwQCd/69x3zL8I4.XPcPlFcKR0','bonniel1978','bonniel@optonline.net','','2017-10-02 20:05:54','1506974756:$P$BFcpZj.mjlj0Yvh6.62/ML33JI6M5U1',0,'bonniel1978'),(1793,'theadoreconner1990','$P$B3RtjpQRip3ghur8FJ0m.PQyi8Bmc7.','theadoreconner1990','theadoreconner@live.com','','2017-10-02 20:07:16','1506974837:$P$BSomGWtFQPuB65H4YmGdBCuZRvjupX.',0,'theadoreconner1990'),(1794,'krose.foster2001','$P$BmXMaePnOs90b5rSeZITWvMQ4cn//F1','krose-foster2001','krose.foster@gmail.com','','2017-10-02 20:31:53','1506976316:$P$BLgZS3EN0uWpmz9tNbrNPBw8oWBbDW/',0,'krose.foster2001'),(1795,'sahewitt21995','$P$BC9fiCEFtHOeKQbvuD0L3s88UERWqt.','sahewitt21995','sahewitt2@comcast.net','','2017-10-02 20:49:36','1506977378:$P$B2S/heXzxXUyhl/E66m33ya7zByW.C1',0,'sahewitt21995'),(1796,'anthonybz1012007','$P$BojssOTMFAOoJQ2PZWDZ.aNMsNvE8x1','anthonybz1012007','anthonybz101@hotmail.com','','2017-10-02 20:53:22','1506977604:$P$B3yXEpsnWhCiiR4xLMDlBcO0A4PltD1',0,'anthonybz1012007'),(1797,'desgio2007','$P$BDRvYvLz.VCGWPlU25CJvpiwzJXhpJ.','desgio2007','desgio@hotmail.com','','2017-10-02 21:03:35','1506978217:$P$BL1egEzc90lD9CSMdq3Y40WHRuwg9T/',0,'desgio2007'),(1798,'aescobe1978','$P$BTyd2V7Dz1p0RWsM93nd9LFbpbAdHz1','aescobe1978','aescobe@hotmail.com','','2017-10-02 21:29:26','1506979769:$P$BTFF5Gn2/AhYlxYDGs5Aex0qgPvKhB.',0,'aescobe1978'),(1799,'mdjiounas1952','$P$BvE.3BdYwwINF9BhzpMgV1sEDFwC7x/','mdjiounas1952','mdjiounas@aol.com','','2017-10-02 21:53:23','1506981205:$P$BzSHdhRZIQUxz9Nyh..33jMT8FYHLg.',0,'mdjiounas1952'),(1800,'gr08one1980','$P$BjyvaQIa54/RsiSNB7Bb6JUp14PpUs.','gr08one1980','gr08one@hotmail.com','','2017-10-02 22:33:36','1506983618:$P$B40a80Vmvh49QRbkCVN4dIrBV70Cui.',0,'gr08one1980'),(1801,'jalgernd1979','$P$B8xOfVrdPAyKciqwn4PIgaDOE7EM160','jalgernd1979','jalgernd@hotmail.com','','2017-10-02 23:49:55','1506988197:$P$BpMCg07qBtGffAtKalzCMlApRGOlEC0',0,'jalgernd1979'),(1802,'beachz221998','$P$B.4YgvuUTjPIM8ujZ7tHnLjISVa4i0.','beachz221998','beachz22@aol.com','','2017-10-03 00:02:34','1506988956:$P$BZZj68P7Iq/0qUFWkKrIG7SReE/ELS/',0,'beachz221998'),(1803,'missiejoturner1953','$P$BmuEMV.dvMefFYJXGpyCbde6EpJEyW1','missiejoturner1953','missiejoturner@verizon.net','','2017-10-03 00:32:34','1506990756:$P$BFxuTE6liUOeLZfSjtDMlTECoAF9To1',0,'missiejoturner1953'),(1804,'nicocar961981','$P$Bf9kbBg.x0N3xoN/h1s0pDsQRdArfn0','nicocar961981','nicocar96@hotmail.com','','2017-10-03 01:11:20','1506993081:$P$BEht.qItNhmEkUV7b4evbH2ySkeo5u.',0,'nicocar961981'),(1805,'craigkcasto1965','$P$BvBlx1X/I02yiSnJOHL0A4x93G.Drq/','craigkcasto1965','craigkcasto@aol.com','','2017-10-03 01:36:37','1506994599:$P$BHXs71nYF1Enb.8a2nl2T5lwhLALIr/',0,'craigkcasto1965'),(1806,'obregon1410771996','$P$BFqEKK2Xz9g/jwDLNWuzEnju2N2/t01','obregon1410771996','obregon141077@hotmail.com','','2017-10-03 02:04:07','1506996249:$P$B9jCk469n599pFPFFvX2wBjttJ7VHp.',0,'obregon1410771996'),(1807,'baibai5141338191964','$P$BLkKCYflvlO0sQ18Ej7sQfw0AYFDSF0','baibai5141338191964','baibai514133819@hotmail.com','','2017-10-03 02:28:55','1506997737:$P$BOjBEg/fIcFYRoklB.jySZMw2EEBiI0',0,'baibai5141338191964'),(1808,'orlycastillo1976','$P$BnWJn/o4Bt3GEEMXbVvTbBR2fp20fY0','orlycastillo1976','orlycastillo@hotmail.com','','2017-10-03 06:03:32','1507010615:$P$Bo4LIx8yhHe2y.050Nn/H.MA9XYUvE1',0,'orlycastillo1976'),(1809,'marivils_71997','$P$B9Dly86FQ5KOCaX2nODv1EqafT44rL0','marivils_71997','marivils_7@hotmail.com','','2017-10-03 06:36:46','1507012608:$P$BLKYkbTTHIo3m3sM9lfMDJGdG4.Zd00',0,'marivils_71997'),(1810,'mel_12212008','$P$BdDXGsABVIaeyBP7H7qtxZP1Ty8WM11','mel_12212008','mel_1221@hotmail.com','','2017-10-03 07:42:25','1507016547:$P$BlgJJSCfAhDRy/Z1oOl3SrY93MnOEC1',0,'mel_12212008'),(1811,'tiffanykbennett1968','$P$BeGAvZxY.MW8BFunOLHR/9rX.jhsrd/','tiffanykbennett1968','tiffanykbennett@hotmail.com','','2017-10-03 08:29:51','1507019392:$P$B4GftfLHbnz0eZmNZ0GUpr4qoVjifr1',0,'tiffanykbennett1968'),(1812,'bmires2003','$P$BZawiR.aBEk1S2G.B6be01n/sxu2Km/','bmires2003','bmires@sbcglobal.net','','2017-10-03 09:03:07','1507021388:$P$B0Oa2TPrG/iFhOfOVWVl.dUeYDk15A/',0,'bmires2003'),(1813,'javabean62008','$P$B0azQr/TrWfd/1MTezrauny3rYYdk81','javabean62008','javabean6@shaw.ca','','2017-10-03 09:46:05','1507023967:$P$Bjq8yaDpd4/iM./Oq9dg2PPUzianB61',0,'javabean62008'),(1814,'taraoxley181956','$P$BdcKi4.RL0cI75Hcid3fO6364cMOMD.','taraoxley181956','taraoxley18@aol.com','','2017-10-03 09:50:39','1507024240:$P$B5MJvKAwuAOdCpG9kM6/oVyoNM5KMK0',0,'taraoxley181956'),(1815,'bvxvbsy1994','$P$B6oFu3IG2DrLJ.r2j2LBN7FhJh7Wqx.','bvxvbsy1994','bvxvbsy@outlook.com','','2017-10-03 10:24:45','1507026287:$P$BboxSPq8g6cEGpCZkz6scWJXj5Aj2x/',0,'bvxvbsy1994'),(1816,'baotr2007','$P$BungD3O5o8BZBPKL6/1oOKniGx2Q9B0','baotr2007','baotr@aol.com','','2017-10-03 11:43:08','1507030991:$P$BC73GLsqjvpiod/1bbTGQfql8/hKr00',0,'baotr2007'),(1817,'faruki7862010','$P$By2xCTnAxakX3XRroErrsobtkBEdDB0','faruki7862010','faruki786@aol.com','','2017-10-03 11:46:18','1507031180:$P$Bj7K8baHlxG9eBYiQMy1Ia5QHoJUOo.',0,'faruki7862010'),(1818,'gurkaransingh1997','$P$BFR1QNpqxf3KPgC.Wev6Tcs8XVzxgx/','gurkaransingh1997','gurkaransingh@gmail.com','','2017-10-03 11:50:12','1507031413:$P$BN/msAfTvbNGUFP5ynoyODE6GwNBwQ/',0,'gurkaransingh1997'),(1819,'nhaphang3651996','$P$BuJu9inV6CADtUdDrUNA.Ls8CKs5dX0','nhaphang3651996','nhaphang365@gmail.com','','2017-10-03 12:37:42','1507034264:$P$BTHFvPgxTo56ectcmL63Ijt4RrqJQz/',0,'nhaphang3651996'),(1820,'quest11031959','$P$Bc/a/5gg2nX5LD6fYyxSpY.AHYObnW/','quest11031959','quest1103@aol.com','','2017-10-03 13:06:40','1507036002:$P$BYGsf/5ApK6Nbky8ZnwoiCqyxSTyaH0',0,'quest11031959'),(1821,'dgray_luv21958','$P$BoDhM6z1uHcBD5WS4b2KNOBIlGi.Yk1','dgray_luv21958','dgray_luv2@yahoo.com','','2017-10-03 13:41:33','1507038094:$P$BAwFrQatIer.iVfrOHVqDujdF6Zwz9.',0,'dgray_luv21958'),(1822,'michelle.joy.johnson1981','$P$BJeuYtBHWA3PX5SJQR83ID0NQ6DO0D.','michelle-joy-johnson1981','michelle.joy.johnson@gmail.com','','2017-10-03 13:59:50','1507039192:$P$BpfvRqBi2UuxPuiVVIuntA/IWLttPW/',0,'michelle.joy.johnson1981'),(1823,'gurtej_d1978','$P$Bss7xeKTKpGjuemzZ.FJLQMOUA/cPk0','gurtej_d1978','gurtej_d@hotmail.com','','2017-10-03 14:31:27','1507041089:$P$BmAdT7AZSgjB9vyNkXyLeWguNREs.O/',0,'gurtej_d1978'),(1824,'aunt_manda1971','$P$B70PZb/afOzgUSICuEQN8lYLIa7LPV.','aunt_manda1971','aunt_manda@hotmail.com','','2017-10-03 14:37:16','1507041438:$P$B8wqtg7o4jnHVCXEIm3tp4SKeofk8E0',0,'aunt_manda1971'),(1825,'rajpreetdhillon1959','$P$BPiQIPmCP/VGa.LFgg6j4vqKnoJtxz0','rajpreetdhillon1959','rajpreetdhillon@hotmail.com','','2017-10-03 14:39:04','1507041546:$P$BXNCbFBFpc0ahk5ETdkiPe5F.odIp./',0,'rajpreetdhillon1959'),(1826,'nonfiction19061986','$P$BKq2CsdSRSFqcTAaftiYSoJO/DQuop/','nonfiction19061986','nonfiction1906@aol.com','','2017-10-03 15:42:18','1507045341:$P$BvE6wpfV3dKxa4WmOH7zoAoEMJ9BVU0',0,'nonfiction19061986'),(1827,'halonso1961','$P$BaXi8StR5XdlnwWXTkb1.w.E2giIQ41','halonso1961','halonso@saddlebackassociates.com','','2017-10-03 15:56:19','1507046181:$P$B2IEsq9xaPUulLhpZx/74AmbtZ6ksG.',0,'halonso1961'),(1828,'sweetmeadowsfarm1960','$P$BQzsKlj8dtoq1ikR2vODbUvL2PPOWO0','sweetmeadowsfarm1960','sweetmeadowsfarm@yahoo.com','','2017-10-03 16:46:05','1507049167:$P$BwQ6KvgfDeUtT49kQHl90jrWgb61uj/',0,'sweetmeadowsfarm1960'),(1829,'jeffrey_ices1961','$P$BdHQrZIO6wluXMSwVKRAOGmTX3UhvZ0','jeffrey_ices1961','jeffrey_ices@yahoo.com','','2017-10-03 17:23:57','1507051439:$P$BmE5nsE8usE.Fswyx4BYvYKK5Djuzc.',0,'jeffrey_ices1961'),(1830,'kingcb20002000','$P$BR9TQkPfW0xdVqJ21xknFLF0xoZvnc1','kingcb20002000','kingcb2000@yahoo.com','','2017-10-03 17:27:13','1507051635:$P$Bn2vEjm59ie8dS4YD8KcohOnRXpqBO/',0,'kingcb20002000'),(1831,'rayvonjr20141988','$P$BZP5ScST1pgyxOKbBaadM1H9Vkwr5h1','rayvonjr20141988','rayvonjr2014@outlook.com','','2017-10-03 17:29:17','1507051759:$P$BKTmOhcWJyNh1FubIJw6LU4qwf1aJm.',0,'rayvonjr20141988'),(1832,'ronmetansinine1964','$P$BGRRqkj0oCmoveQSKHg60UoBlx.Hrh/','ronmetansinine1964','ronmetansinine@hotmail.com','','2017-10-03 17:42:31','1507052553:$P$B4.D15jxowpv9B7bL5iPihbcRcMi34/',0,'ronmetansinine1964'),(1833,'larsen.nellie471964','$P$BLzyc/9apqn76hxYrrSh9asR8fPeyb.','larsen-nellie471964','larsen.nellie47@yahoo.com','','2017-10-03 18:40:27','1507056029:$P$BNefAcq3apFepXuudTrTAiPGbJwUCP.',0,'larsen.nellie471964'),(1834,'indyjonas1973','$P$BWmncFhfyEGFmVuRRmePEXcLCKqk7W1','indyjonas1973','indyjonas@yahoo.com','','2017-10-03 19:00:20','1507057221:$P$B8wOznuVyqqWzJC5xrGfQ.L/7WR8Kl0',0,'indyjonas1973'),(1835,'chrisbergin441959','$P$BnZ2AP3uF4uAW5yyJdBUwWWvJA2.Gh1','chrisbergin441959','chrisbergin44@gmail.com','','2017-10-03 19:24:44','1507058686:$P$BQ5k81Evub5EYTZ4.gKztEDVu.Ljuw0',0,'chrisbergin441959'),(1836,'sales1964','$P$BRXSbrcdkqU5lS1dNq1EoQLzSDqnDC.','sales1964','sales@kennedywebster.com','','2017-10-03 19:33:48','1507059230:$P$Br8bNiwTWOj3XcDTLnp.NNsD.OgIMn/',0,'sales1964'),(1837,'jeeplover19731999','$P$Bzkpwg0.9vXou7H4DwcUiyS4QXJIDa0','jeeplover19731999','jeeplover1973@aol.com','','2017-10-03 19:36:02','1507059364:$P$BbGKOErIlR.let87u8As6WcC8mzIl61',0,'jeeplover19731999'),(1838,'tremba11985','$P$BuOFYkfpwlt6gs82X8RfVQJI4kUUdK0','tremba11985','tremba1@aol.com','','2017-10-03 20:02:18','1507060940:$P$BvniAIb2raari//uPZQT1UtwOtL.3V/',0,'tremba11985'),(1839,'bujar29511991','$P$BHmH7R5VtCNHZ2M2sUJDeWDC.GmuDs0','bujar29511991','bujar2951@live.com','','2017-10-03 20:06:15','1507061176:$P$BH9yvYwjhmv2ppBt2FC.r1Kc182.om.',0,'bujar29511991'),(1840,'timbob1142001','$P$BG3ya9d03Mw8X5mBvQOGNxY57vyxUI1','timbob1142001','timbob114@ameritech.net','','2017-10-03 20:12:58','1507061580:$P$B7XrF1W3AqUuXKzphrWgJGMfbeoNJo.',0,'timbob1142001'),(1841,'jands1081998','$P$BCR1xDwCczM7fsyf0nehON//ZP.B8s0','jands1081998','jands108@hotmail.com','','2017-10-03 21:05:53','1507064755:$P$B2Osqr8B0o2hJ71VVjNws6AEUXknz/.',0,'jands1081998'),(1842,'jalene.rd1962','$P$BcgRg0jVWYhvVtuNGzkYdS6JL9HJAT/','jalene-rd1962','jalene.rd@gmail.com','','2017-10-03 21:11:42','1507065104:$P$BNj.DEACkV71Kmd87qassX7UpWmzKi/',0,'jalene.rd1962'),(1843,'elledavis5301967','$P$BD6POgaFd/E0yvaGNxr9I3ojPG0g8j/','elledavis5301967','elledavis530@gmail.com','','2017-10-03 21:27:36','1507066058:$P$BsOmwmN6v1pXVtI75S5XivFxZMoKv0/',0,'elledavis5301967'),(1844,'prestwick91991','$P$B35xn4i1CO55uOrG8Lv3VyV9YKH8a3/','prestwick91991','prestwick9@yahoo.com','','2017-10-03 22:09:27','1507068569:$P$B88xQ3ST5/uiNDNJUawrhznFwfxa/z0',0,'prestwick91991'),(1845,'leannray22004','$P$BMD7u11QiH4tcwPMlcmE10SOvlLc7u1','leannray22004','leannray2@outlook.com','','2017-10-03 22:11:52','1507068714:$P$BhtAnUwhwlJaeisHkyL0GvFadGRyp60',0,'leannray22004'),(1846,'jjworldwide2004','$P$BQ13bfC347olPJhXkGSl8cWz9MYRjJ.','jjworldwide2004','jjworldwide@gmx.de','','2017-10-03 22:44:42','1507070684:$P$B/SqEegtHMNXLY21meG4Yx1HOlqpc0/',0,'jjworldwide2004'),(1847,'randyhyde1952','$P$BViYLJay2qrfZnHiB9Dne5NtpAVK6N.','randyhyde1952','randyhyde@me.com','','2017-10-03 23:00:47','1507071649:$P$B62FHroy2lq3ZvOXk6PlRhYXWiHG630',0,'randyhyde1952'),(1848,'ichan141993','$P$BSwki7fk0hTkXa.TXiAhrMtyjxLRfh/','ichan141993','ichan14@hotmail.com','','2017-10-03 23:20:52','1507072856:$P$BjswUEMbQ6suAgbU8h6F4UWp6ChvhT1',0,'ichan141993'),(1849,'bakiely2003','$P$BGMWzzJfra1sdgWAE5uLqDtnwVJzlS/','bakiely2003','bakiely@aol.com','','2017-10-03 23:22:40','1507072962:$P$B8sDCu9QU4TF7cua8glDQsnR7vniaY/',0,'bakiely2003'),(1850,'etoureilles1963','$P$B475maB/XdoveQSQuhYUh.XJJ5wF0N1','etoureilles1963','etoureilles@live.com','','2017-10-03 23:23:16','1507072998:$P$BpCtkFwLnE7NEJf1jMyfijhv58Jqam/',0,'etoureilles1963'),(1851,'ldelrio261964','$P$B11B.lGTJb0X6kAGeTCu.eQv5qH9Oq0','ldelrio261964','ldelrio26@hotmail.com','','2017-10-03 23:28:43','1507073325:$P$BF6DvucWSEkx1YdL/G2gXK/Dw7GHEq.',0,'ldelrio261964'),(1852,'tanese661976','$P$BSLiTfa90XbcTi3R11/zHEYYseXaHJ.','tanese661976','tanese66@aol.com','','2017-10-03 23:43:54','1507074236:$P$By6cm8f6oJ8EYG.iM5wnYtKW8/EX.y/',0,'tanese661976'),(1853,'mcgpta1972','$P$BPykH1N6jA2S40dmtA1pfX169Ma8.r0','mcgpta1972','mcgpta@aol.com','','2017-10-03 23:50:26','1507074629:$P$BpcaCi.igYQCSuqtP3FfZjEZJOYAnK.',0,'mcgpta1972'),(1854,'happyheartclowns1961','$P$Bu.V8Z6DNTar3yHLK2hnBqE9ucvHiZ0','happyheartclowns1961','happyheartclowns@yahoo.com','','2017-10-04 00:18:18','1507076300:$P$BA56I/VtFq1V9w2Dyzilpu8zwA08wQ.',0,'happyheartclowns1961'),(1855,'phlipper791993','$P$BNVskZFZ9AN8Ls/8bM2/XO9RYBfn9B0','phlipper791993','phlipper79@aol.com','','2017-10-04 00:27:13','1507076835:$P$Bei..ZrC4JGOxVqdtLdwAEqDZCp3dm1',0,'phlipper791993'),(1856,'dmpreciado1972','$P$BSjNvO6396KyNySISSoPkIRHteT9o7.','dmpreciado1972','dmpreciado@gmail.com','','2017-10-04 00:49:47','1507078197:$P$Bx8/ngTSo/tEEYJK41ngGyG7faX3Xe1',0,'dmpreciado1972'),(1857,'momboulay1980','$P$BBfSEf0rx/qJzGpVZFCPTUYn6MTZto/','momboulay1980','momboulay@hotmail.com','','2017-10-04 01:25:36','1507080338:$P$BQL6feYjSAPJpNz0TXf/DwkzM3R0vq1',0,'momboulay1980'),(1858,'rmedina8881988','$P$B783HeZ2SZmUxYex5qoK2yFdtZpaz//','rmedina8881988','rmedina888@yahoo.com','','2017-10-04 01:27:27','1507080449:$P$BEcg/.60LJyDlQ.NbTed7aOWVUXOQc0',0,'rmedina8881988'),(1859,'nfcslave1991','$P$BWyJM9aWCrJDtH5cwq3e15eBkyrsLs.','nfcslave1991','nfcslave@hotmail.com','','2017-10-04 01:52:55','1507081977:$P$BgjEp3eiEhC/61FYKqZSmpjynPoL6m0',0,'nfcslave1991'),(1860,'huisman9521991','$P$BkaoW35BMZ7raIH5HF0b9O6Gn4buTv.','huisman9521991','huisman952@gmail.com','','2017-10-04 01:53:09','1507081991:$P$BUn5tCLu6m40ylxJrpQnlLq8h4Qr600',0,'huisman9521991'),(1861,'sharkyface1982','$P$B.dXdt3J93wmXDmouY40wPg48eGOvh.','sharkyface1982','sharkyface@yahoo.com','','2017-10-04 02:30:41','1507084248:$P$BQkS0jFyKZUaeWkv0/pcPvntZPCFfe0',0,'sharkyface1982'),(1862,'jerrykrieg1983','$P$BLfi/DebtP0DXuZjBBDT8N/QB/ynST0','jerrykrieg1983','jerrykrieg@hotmail.com','','2017-10-04 03:30:16','1507087820:$P$BiCn59dwBEuYM/S9RP7g4.b/x1sZMT1',0,'jerrykrieg1983'),(1863,'syg7601988','$P$BVh545F5tWyXySDsCJu3jEbYPEwZaD/','syg7601988','syg760@gmail.com','','2017-10-04 03:35:22','1507088124:$P$Ba2CRbVUu6QPypLT1BiW5d1T4Y5yF9/',0,'syg7601988'),(1864,'bksmith751967','$P$B03w6lwxitcefhhxXjWM6ASl6pdywX.','bksmith751967','bksmith75@hotmail.com','','2017-10-04 04:11:57','1507090319:$P$BEtXxMzgR/ugCuXZKfWJmZ66OuEvf31',0,'bksmith751967'),(1865,'okastrong2003','$P$BZjMmTnoqNALDcxkUYspqRClfJsega/','okastrong2003','okastrong@yahoo.com','','2017-10-04 04:13:17','1507090399:$P$BQO6E1F73CAdFETOFd9LcIZMhbo5.r/',0,'okastrong2003'),(1866,'sallick1968','$P$BNcpYTwPHoR1ZfSqbOXwswcffgF4BZ/','sallick1968','sallick@aol.com','','2017-10-04 05:18:31','1507094313:$P$BixJY3oXn6bMi9GepvbEXFBWrCO5C90',0,'sallick1968'),(1867,'aireen1951','$P$BQErYDTy0.1FfqWfT12fX8.G4wMbWk0','aireen1951','aireen@gmx.de','','2017-10-04 05:36:19','1507095381:$P$BpD1jcwIJnBfXs.K5Hbh1W83tKkzzr0',0,'aireen1951'),(1868,'sandymccain1431969','$P$BhJaBof3hDrFfTZZSHY02cmQbjDrf2.','sandymccain1431969','sandymccain143@hotmail.com','','2017-10-04 06:19:31','1507097974:$P$BF2kSl0Ho9cwKdGTj1meskvmyLq.sR1',0,'sandymccain1431969'),(1869,'adornes1992','$P$BdaUYhiSWAQ3.8bxWjDxgLZ4X9bf870','adornes1992','adornes@gmx.de','','2017-10-04 08:22:17','1507105339:$P$Bim/aSBKOErInWCY5XD8/FE3g/GVF7.',0,'adornes1992'),(1870,'holn.anne1952','$P$BL/BsIgKlGGwPt9QvTZs1.yMofTuPm1','holn-anne1952','holn.anne@gmx.de','','2017-10-04 08:58:07','1507107489:$P$BY8WTe9jmgF2iuuTPpODxH.FwHGUJS.',0,'holn.anne1952'),(1871,'debkay1112002','$P$BuVRISgnP2LFGs5O97fuGPwW7CGxD60','debkay1112002','debkay111@verizon.net','','2017-10-04 12:47:39','1507121262:$P$B/84ZM6XEZd/S3j7JMpxDlNFoN5TW21',0,'debkay1112002'),(1872,'mrvtec952041991','$P$Bc.xnJDetB2QYvwL0TaNBVZc5VpXUK1','mrvtec952041991','mrvtec95204@yahoo.com','','2017-10-04 13:28:28','1507123713:$P$BFaK5ymygPStbYNAYOnh51zS5n1BGv.',0,'mrvtec952041991'),(1873,'tmsribeiro1966','$P$BQFdxrpokQAmw8FMEwvYFIIkEUsYXb1','tmsribeiro1966','tmsribeiro@hotmail.com','','2017-10-04 14:59:08','1507129150:$P$BVgQdw/YyQoiQNEpAYnHCSlHZ6/h4L.',0,'tmsribeiro1966'),(1874,'jdjaw1990','$P$BYJ5Ti23/DspwKA/6iwI0jcGU5d3se1','jdjaw1990','jdjaw@yahoo.com','','2017-10-04 15:08:30','1507129714:$P$BDxQQ9kyX5CVYrPnPzteKGKhNrTdNJ0',0,'jdjaw1990'),(1875,'darinmccarthyis301965','$P$BHx90yO3E1w41RST/R8bm0dngtETyV1','darinmccarthyis301965','darinmccarthyis30@yahoo.com','','2017-10-04 15:36:10','1507131375:$P$BnWFJH.HnStyUIKMaIx3T4tkAhKMiP.',0,'darinmccarthyis301965'),(1876,'mickilipson1993','$P$BqYKdAaRUisawUEHr2E57frT4hCHp7.','mickilipson1993','mickilipson@gmail.com','','2017-10-04 16:47:56','1507135687:$P$B4vO4L76nzr/tYPDDBPmHrd0qZiMVh.',0,'mickilipson1993'),(1877,'sshameem101977','$P$BULqq3nD50RIvnvAbgPcjZP4oDTW9C0','sshameem101977','sshameem10@hotmail.com','','2017-10-04 20:25:28','1507148736:$P$B9CHhLeB9NIrR7DcmcEq9vhJDuM4FX/',0,'sshameem101977'),(1878,'elena4261957','$P$Bq2rjYUuCOlt7lAdrCm6.p97SJ0lDq.','elena4261957','elena426@msn.com','','2017-10-04 20:43:40','1507149827:$P$BF27V6WDVjsQVkmE7MIPrhi5TcR5...',0,'elena4261957'),(1879,'dkm701960','$P$BdaAu1zizMutwTTh/p5ermAOhG45iY/','dkm701960','dkm70@live.com','','2017-10-04 20:49:04','1507150150:$P$BUKlQaA7VDXtL9LbG0DxzX1D0NPtG5.',0,'dkm701960'),(1880,'agcontractors31957','$P$BLEnOkfNCgraFtclBozyrwbrDbWzCT/','agcontractors31957','agcontractors3@gmail.com','','2017-10-04 20:57:05','1507150630:$P$BKTW41/JMgFmLn3dAmGzvhE96HIm8W/',0,'agcontractors31957'),(1881,'david_dreher2008','$P$BYI4zVSewS7h0Lay5/W63Bu1RqDms1/','david_dreher2008','david_dreher@hotmail.com','','2017-10-04 22:36:22','1507156588:$P$B8s7ItnR.oAhmLz8OfpmcGvdm.9rwm0',0,'david_dreher2008'),(1882,'jennifer_ehmen1954','$P$BoQlMiJnU4yvrxeWWAkyHMzeH9E003/','jennifer_ehmen1954','jennifer_ehmen@yahoo.com','','2017-10-04 22:47:32','1507157259:$P$BZzEMlM5Rtero1HihqhKzUa3gJqfUu1',0,'jennifer_ehmen1954'),(1883,'winkam12201995','$P$B.pmSZfi2GbAHJuYEtoky8RtmQAQ/X0','winkam12201995','winkam1220@hotmail.com','','2017-10-04 23:10:08','1507158615:$P$BAOOGvDFX5m0VzW88o32oJMYmhnUuy.',0,'winkam12201995'),(1884,'bryan_jones221983','$P$BB6blLnG5eTZHziUpw4Ga7yyKrRqFg/','bryan_jones221983','bryan_jones22@yahoo.com','','2017-10-05 02:49:03','1507171745:$P$BWIa/2vDs6/B6ZOJIs5dfMRWq1n8VI/',0,'bryan_jones221983'),(1885,'mkrobby11991','$P$BwzN1RKHG50HNXd7zdATYWDpXzF1G61','mkrobby11991','mkrobby1@t-online.de','','2017-10-05 08:00:33','1507190435:$P$BubeF9OO6D1UV.RNR/EzArvz5kfzwL/',0,'mkrobby11991'),(1886,'nastya_gordienko1993','$P$BNMiAca4MiCEg6C3PLKm7vWk4cDVlp1','nastya_gordienko1993','nastya_gordienko@hotmail.com','','2017-10-05 09:14:21','1507194863:$P$BnSOAX7KZbEgHTr7SbiixAc3b/9dXs/',0,'nastya_gordienko1993'),(1887,'kenji_jesse1988','$P$BV0jOJTvWt8/wGeJ8AEpy8cxq8EX6S0','kenji_jesse1988','kenji_jesse@yahoo.co.uk','','2017-10-05 09:18:58','1507195140:$P$BVg3xjSa3o5KO8yPFK4KkNU.F10E440',0,'kenji_jesse1988'),(1888,'adarbyh1974','$P$B0Dxa/.wsl0Z2ovgsIz74e.rUREPhA1','adarbyh1974','adarbyh@yahoo.com','','2017-10-05 09:49:28','1507196970:$P$BjLNppO6MrVGzDzfTkHWh6RzD17Lw41',0,'adarbyh1974'),(1889,'shortcake_can1960','$P$BqfQnAWxhciNC5Nb41iBZh6Lw6o1MA/','shortcake_can1960','shortcake_can@yahoo.com','','2017-10-05 10:46:45','1507200407:$P$B/yCOCniPg82iQnW6GvlT0WPM5roOZ0',0,'shortcake_can1960'),(1890,'samanthapinky791982','$P$ByQeDXeO6gVrhJ.8Qp5hARRUudg6ot.','samanthapinky791982','samanthapinky79@outlook.com','','2017-10-05 11:37:08','1507203430:$P$BB6XZ9ke/xZQfH/tG0ne81sKdqi/W60',0,'samanthapinky791982'),(1891,'trcshelton2001','$P$BtAfYPxAqgxEmlm7O5ioL4cuKpii/B.','trcshelton2001','trcshelton@cox.net','','2017-10-05 11:39:32','1507203574:$P$Bs2l0lo5hHO5GdjKytzgzn/g6Tlwxw.',0,'trcshelton2001'),(1892,'maher0001960','$P$Bp5wkClBUqcMTgxsKpL/enlPuzppo0.','maher0001960','maher000@yahoo.com','','2017-10-05 14:37:21','1507214244:$P$B9JP.1uXk09z1YMutdjPM8UhDzGCkX0',0,'maher0001960'),(1893,'cbrieman11983','$P$B60FHlddTMc9NBqDg46Q2so3qlmepV0','cbrieman11983','cbrieman1@yahoo.com','','2017-10-05 14:43:39','1507214621:$P$BZtLbK1LtXTMIerlZcRao.nL837ERO1',0,'cbrieman11983'),(1894,'thomson51960','$P$B9FYrijOiA5kXNHvQvUoaf3CwvRU9K1','thomson51960','thomson5@comcast.net','','2017-10-05 14:55:31','1507215333:$P$B31v0rpwM9wpWifiINMGDL/ZIURh9a1',0,'thomson51960'),(1895,'brnn431987','$P$B88kvdcYW6Yi00zwBXNZqKe.Zz6ct00','brnn431987','brnn43@yahoo.com','','2017-10-05 14:58:22','1507215504:$P$BXKg6QoI6TTuUppL0aX3dPQSkBF5h41',0,'brnn431987'),(1896,'cpowell112001','$P$B.vnL33JJkAIuCaa/tG0w64YplohSY/','cpowell112001','cpowell11@cox.net','','2017-10-05 14:59:26','1507215567:$P$BOCiKnWsgJd8EhmkMSdsPN6DvPMznE/',0,'cpowell112001'),(1897,'richiepalmieri1963','$P$BnA392Bu89fdlZUci7sb/zvImGpVVJ0','richiepalmieri1963','richiepalmieri@aol.com','','2017-10-05 15:11:39','1507216300:$P$BnSOtVz1jnsHQEtASchPMuyz3H8NU2/',0,'richiepalmieri1963'),(1898,'princessgaara_182002','$P$BQJrtWAACw3my3BRBY4PD9dfujxUay0','princessgaara_182002','princessgaara_18@yahoo.com','','2017-10-05 15:56:02','1507218964:$P$B4Tqi2FqdW37XbFayx1tAqhmJiT0yz1',0,'princessgaara_182002'),(1899,'marion_imping1969','$P$BS23bbGm6yWclaT8Lr1Bjmqr5iF6t2/','marion_imping1969','marion_imping@t-online.de','','2017-10-05 16:31:41','1507221105:$P$BQ.jcQH9gq2ptZezY1OC2o8VUzLork.',0,'marion_imping1969'),(1900,'dakodaclark1982','$P$BuJ89c.JhRmToJcR4VHGEHPr7XE4ru/','dakodaclark1982','dakodaclark@yahoo.com','','2017-10-05 17:00:20','1507222822:$P$BAAFAxJ34bql4JbL2CutMAmMPLihTu0',0,'dakodaclark1982'),(1901,'shivarn1978','$P$BHQ09gLqsRiQQmW13J1B6nZyRip1HG.','shivarn1978','shivarn@hotmail.com','','2017-10-05 17:07:27','1507223249:$P$BTREnDkyJxQMhzd3D8RuZYHF.shfzx/',0,'shivarn1978'),(1902,'jakekanburoglu1984','$P$BgoB46OLvKlLmmcu.yPvvmAUZTwqt30','jakekanburoglu1984','jakekanburoglu@yahoo.com','','2017-10-05 17:23:48','1507224232:$P$BBzNK7xXgEBShr3V76HkmqQkLFrdul/',0,'jakekanburoglu1984'),(1903,'julie_grizzle2001','$P$BweDp1tAupKICAhNJv3VUkxMgLrY7x1','julie_grizzle2001','julie_grizzle@yahoo.com','','2017-10-05 18:04:33','1507226675:$P$BI.Fk.4/urIFCGjX9Tu6jq4jNlsJL6/',0,'julie_grizzle2001'),(1904,'rayrayb1975','$P$BFIsW.XswUrTtngLPlyDlrqrUQwJLm1','rayrayb1975','rayrayb@juno.com','','2017-10-05 18:15:52','1507227354:$P$BhGNjzZnJjbu/62iHyian19ggeZiOC/',0,'rayrayb1975'),(1905,'gunasekarr20001993','$P$BRGl1228svkfQ2wzxLzYifTbp4JWxg1','gunasekarr20001993','gunasekarr2000@yahoo.com','','2017-10-05 18:20:26','1507227628:$P$BurLgoyKhXlTuZ/0Bu3fGpmBhQL7aG1',0,'gunasekarr20001993'),(1906,'cjuliot2002','$P$BKDL7CRLaqadwVGQ6vmM.k6sUuDGEA1','cjuliot2002','cjuliot@live.com','','2017-10-05 18:57:59','1507229881:$P$BQKLDbYLZCUIAVyWhoJ2H3EReiJiUr/',0,'cjuliot2002'),(1907,'pollardsk1990','$P$BErfGeTSBhUP4sba3ndynFsV3bY2Ww/','pollardsk1990','pollardsk@yahoo.com','','2017-10-05 19:00:33','1507230034:$P$BvpH0nLbotfx3qqVSGShB.xuvxwmk80',0,'pollardsk1990'),(1908,'jeancajigal1951','$P$BbQicQFGp/HBoot3M00OuvVH0tn/JK.','jeancajigal1951','jeancajigal@yahoo.com','','2017-10-05 19:41:37','1507232499:$P$BT73LitZMIatZE87FJsozHst.j7N70.',0,'jeancajigal1951'),(1909,'anthony.craig.willis1997','$P$BGi80mEZVxWjTDcuWpcQh4KKYSsehe.','anthony-craig-willis1997','anthony.craig.willis@gmail.com','','2017-10-05 19:58:09','1507233491:$P$BUK4Z6/lLnZk3BSHA6jQ2qOdMZygoE.',0,'anthony.craig.willis1997'),(1910,'jwoods1955','$P$BFBRqSecXFWLPBhO6B8lsH6gTzdtnW0','jwoods1955','jwoods@generaltruck.com','','2017-10-05 20:25:23','1507235125:$P$BLY4v10Q2y.nKegtCVKoG4zrpFesKs.',0,'jwoods1955'),(1911,'dennisboyle991979','$P$ByUn/EymqPYg9FK7vsb45rWzYooJWX/','dennisboyle991979','dennisboyle99@gmail.com','','2017-10-05 20:28:18','1507235300:$P$BzE8st8MaToFXsoRrzcgxXL/a9IEZt1',0,'dennisboyle991979'),(1912,'stricklandd11960','$P$B5FwuOOX/YRJj25NfcIMAA.dNkbYgo1','stricklandd11960','stricklandd1@yahoo.com','','2017-10-05 21:00:23','1507237225:$P$BIxPt4uvTbPgh/XK6qxHLLt12VDW6N.',0,'stricklandd11960'),(1913,'oramon78211968','$P$ByzxdxpggdMb3NUU3RkBSdk0DueLzj0','oramon78211968','oramon7821@aol.com','','2017-10-05 21:02:49','1507237370:$P$Bz19UQIXp6hU0JeXdIz3AsWQ9rTdJs1',0,'oramon78211968'),(1914,'jessieannsmith1952','$P$Bn.eQ8o2L.BHw6ft0/uJHzHYp4/6tx1','jessieannsmith1952','jessieannsmith@yahoo.com','','2017-10-05 21:09:30','1507237772:$P$B82A8t0ANrXlftmVr7DuCH/nEnozUX.',0,'jessieannsmith1952'),(1915,'nonzboss1990','$P$BTMS6K.M/oV7h1TnJ4mb6jLYvkzG0r1','nonzboss1990','nonzboss@aol.com','','2017-10-05 21:16:17','1507238178:$P$BNptANvaA74YxDwtaoK5xJhX/hPx.y0',0,'nonzboss1990'),(1916,'kayykell1968','$P$BVG/TO5XV7Iw88ByiMF4nbu45ey4Zk0','kayykell1968','kayykell@aim.com','','2017-10-05 21:23:03','1507238585:$P$BUMEK4W2IDNdeFwM12ASlMwPdqNY9y.',0,'kayykell1968'),(1917,'sanches_l1983','$P$B1L5/NLBfovS/hiMJ6nwnO190X5gWL/','sanches_l1983','sanches_l@msn.com','','2017-10-05 21:38:15','1507239497:$P$Bp9Vdpy0PHTspZsMpEVMoSGtCtX8GW/',0,'sanches_l1983'),(1918,'rra983432003','$P$B9rZTEvQ5R/BzOysMl1WQDm3uVCEKF1','rra983432003','rra98343@hotmail.com','','2017-10-05 21:42:13','1507239735:$P$Bitw5IonwbXK6p7yaHwh3itZT8SZzV1',0,'rra983432003'),(1919,'anjalipmohan1958','$P$BnvNuJSoy2MY75hjnaThuSBw3veaPT.','anjalipmohan1958','anjalipmohan@yahoo.com','','2017-10-05 22:43:12','1507243394:$P$Bey0ow.f7tCewMY5TFKbJCtaTY.1cd/',0,'anjalipmohan1958'),(1920,'braswellb2008','$P$Bh0Kz4EtnzmsUgqpMvVKZM6YPGEi4D0','braswellb2008','braswellb@hotmail.com','','2017-10-05 22:54:28','1507244069:$P$Bp/rlsrJQjZf0J7brN6JT1w81oUgKQ/',0,'braswellb2008'),(1921,'msmith7522003','$P$BUnSxNMy/KRArdv3PP3/kBIp7FkEua/','msmith7522003','msmith752@hotmail.com','','2017-10-05 23:41:09','1507246870:$P$BCbCnEfIcRJba5XxLIbPVE73RvNXcA0',0,'msmith7522003'),(1922,'pameee531987','$P$B3SrF9aTzYrmKIAU8S5Bvjk.SUe3bQ1','pameee531987','pameee53@yahoo.com','','2017-10-05 23:49:59','1507247401:$P$Bv6hOk.XwEhSLQeI4WgYl.wm7BCooz1',0,'pameee531987'),(1923,'derekmusiccomposer1999','$P$BXDs3TQno.WGBVMEcRTHquPE9hDhCn0','derekmusiccomposer1999','derekmusiccomposer@gmail.com','','2017-10-06 02:12:04','1507255926:$P$BJ0Shj4pd8s/OoMqQtPEuHV0KVK6QM0',0,'derekmusiccomposer1999'),(1924,'turning_the_tables001955','$P$BKE5ZG5TU9SznTaMZbXFswcz/d61hh1','turning_the_tables001955','turning_the_tables00@yahoo.com','','2017-10-06 02:24:35','1507256678:$P$BuL.c/9TX.7lgryCG47ToMQc1n8Ckb0',0,'turning_the_tables001955'),(1925,'k_wnuk1959','$P$B4ZxCjKQDEZb6kvq0bjlOEp2U8Dy/o.','k_wnuk1959','k_wnuk@yahoo.com','','2017-10-06 02:52:11','1507258333:$P$B2onPG8GtVJXyPWaXpOtRW2Q3WRyBa.',0,'k_wnuk1959'),(1926,'lifveart1961','$P$BQfoYHpNr1tvjMWS5KGvKUSifFGWUQ/','lifveart1961','lifveart@web.de','','2017-10-06 03:03:36','1507259017:$P$BKtpwmpKwGHq0lOvtig.wM9YmeWwue/',0,'lifveart1961'),(1927,'jlcamp.ck2006','$P$BsGHojT40Y1a6MJ.2CWIef.lwMy3W51','jlcamp-ck2006','jlcamp.ck@earthlink.net','','2017-10-06 03:38:03','1507261085:$P$BR3XwRJy8HhQnX1DWHTl/V1y2ptH.v/',0,'jlcamp.ck2006'),(1928,'opoerez1985','$P$BIPZ7S2HKESb4ta09fVlthPuQY7iiT.','opoerez1985','opoerez@yahoo.com','','2017-10-06 04:16:24','1507263389:$P$BK25GlZRUazRDpLctNHzX1CsE5aj9F/',0,'opoerez1985'),(1929,'michelleharbstmartin1966','$P$B12dNpMGzeacs.r8EPayGfg3qyhQMI/','michelleharbstmartin1966','michelleharbstmartin@yahoo.com','','2017-10-06 05:22:16','1507267338:$P$BLcUrCYWZJJILrwwoOfoQwq1Wten6f1',0,'michelleharbstmartin1966'),(1930,'victoria1950','$P$BLDuQGv5vxkfINWoVSY9Nx/SNQjOGx/','victoria1950','victoria@icon.foundation','','2017-10-06 05:27:40','1507267662:$P$Bptq9D/Rg7XnbingXOb5L4Pr2wjJcF1',0,'victoria1950'),(1931,'mindyhahn1955','$P$B6iZTTDmzCjIJQPdKVa5wqGa7aWo9P0','mindyhahn1955','mindyhahn@hotmail.com','','2017-10-06 05:35:41','1507268143:$P$BGjlHsUJ1kKU.2Bjt1A7oxwYLc8vi71',0,'mindyhahn1955'),(1932,'torifire11970','$P$BAaK85jvLR9kcjeBkqbhy59PEPCi.p/','torifire11970','torifire1@yahoo.com','','2017-10-06 06:56:06','1507272967:$P$BcNQpdq2OOFy2l4v78lolNJpGnp7Qa.',0,'torifire11970'),(1933,'barbara.niehoff1990','$P$BYmvdn.SkXcljxWKLFSdCm22fZyaJK/','barbara-niehoff1990','barbara.niehoff@gmx.de','','2017-10-06 07:13:38','1507274020:$P$B3X271GkWYsfVs1wrUhiYzXFZ/sxKw/',0,'barbara.niehoff1990'),(1934,'lisahanno1965','$P$B7mQ2.Jm7BzgDK/mRMLNja3nrfIIRA0','lisahanno1965','lisahanno@gmail.com','','2017-10-06 08:08:47','1507277329:$P$BlNtiIhO62oQwinV1ldG7HF5LGTH8g/',0,'lisahanno1965'),(1935,'lescygnes1957','$P$BRVY2VXXRA989gIJNVv.dkaEakmSEq.','lescygnes1957','lescygnes@hotmail.co.uk','','2017-10-06 09:07:22','1507280843:$P$BEBo9jwBWYRjvZ3viFIWK7UfT5wmJD/',0,'lescygnes1957'),(1936,'rochellehines2007','$P$BHGfQ8WD42ADAvHCrHNfOb3NU3UcSq.','rochellehines2007','rochellehines@hotmail.com','','2017-10-06 14:21:02','1507299665:$P$Bbsg9JOZZ2gr4B4p3GjhLly9vpbcxA/',0,'rochellehines2007'),(1937,'jmdumoit1969','$P$BD3SKsFFW.YVbMbMDhgLUSm.BhTIA61','jmdumoit1969','jmdumoit@yahoo.com','','2017-10-06 14:28:03','1507300085:$P$BeJAV2Tce357Bjdsl2/tpE6tpLtCVk1',0,'jmdumoit1969'),(1938,'ckplacke1954','$P$BQRnar6e3sDydMxKmVGV/b.kAW6Q.51','ckplacke1954','ckplacke@aol.com','','2017-10-06 14:43:19','1507301001:$P$B.lLndnreDdZ3WunGx4ZthwrGPq0id/',0,'ckplacke1954'),(1939,'haroldewestern1996','$P$BMSEObddj4e1vFPetAQKKvW/hxLeiP/','haroldewestern1996','haroldewestern@aol.com','','2017-10-06 16:21:28','1507306894:$P$BU2jSjqKaGt05alTgbQAgcMlvo7Ybm1',0,'haroldewestern1996'),(1940,'joni_jones11986','$P$BBZMUqID3JbXsYCe2fmoIaqnyxBUww0','joni_jones11986','joni_jones1@hotmail.com','','2017-10-06 20:41:18','1507322479:$P$Bt0aOZo/cZRB/SWbzQ8kblTgB76hT3/',0,'joni_jones11986'),(1941,'boatsemail2004','$P$BECMkCVjDSJMhZj3n/oHoi6AKMPuZG.','boatsemail2004','boatsemail@yahoo.com','','2017-10-06 20:41:55','1507322517:$P$BuB6r5dvI7NNGRHfU7q.DrbGSzUQMP0',0,'boatsemail2004'),(1942,'chanelle.summers1973','$P$B.hApk6GvgnhgYzJTXdPT2UVDMZVYi/','chanelle-summers1973','chanelle.summers@live.com','','2017-10-06 23:39:54','1507333196:$P$BghR5F6qILB1Ggfadd5pDsh0VvPXnF/',0,'chanelle.summers1973'),(1943,'slifar1987','$P$BSUnKNMBFcW.1/pUBV7nJm0G5PIc//0','slifar1987','slifar@hotmail.com','','2017-10-07 08:10:32','1507363834:$P$BisGA1z5qnjTyU6s8bChmL/J.UGf.60',0,'slifar1987'),(1944,'csgall1966','$P$BRRzwcsrPVM074kkukZAKTuc99uTji1','csgall1966','csgall@hotmail.com','','2017-10-07 08:59:35','1507366777:$P$BZsuxU1xwwCNtpUhNJ6IruCqRCsVkp1',0,'csgall1966'),(1945,'teyoko211972','$P$BBRkbRdnLMkRbZgJ5Ov9c6KQ7Vmwit0','teyoko211972','teyoko21@aol.com','','2017-10-07 11:07:05','1507374426:$P$BYV78TTD10Cagk0pmbnVK2Ils.DuD8.',0,'teyoko211972'),(1946,'michael.ecklund1996','$P$BNiNE7B.d3kOdvmYcpKF0V4yHBUxgM0','michael-ecklund1996','michael.ecklund@gmail.com','','2017-10-07 11:18:41','1507375123:$P$Bp/tAB1JduSNiUPuveqQBlSu1vOJM41',0,'michael.ecklund1996'),(1947,'nbqdjx1994','$P$BGgZwMGR9BQOrvHf46j/y7biJP8iBN0','nbqdjx1994','nbqdjx@gmail.com','','2017-10-07 11:34:40','1507376082:$P$BYSK7qbUc7SBjGcrBra4anY7kSQuhl0',0,'nbqdjx1994'),(1948,'littletulip1980','$P$BQ0IXlpD.T1iX1mHWveXgJMGHFyYlG1','littletulip1980','littletulip@msn.com','','2017-10-07 11:38:50','1507376332:$P$BjdW3AdpVWRQ/mA0pmwaTk1vouZKbZ0',0,'littletulip1980'),(1949,'temp_jones1991','$P$BOziJIbI.NdwH0QPiLY0K/UlbHNFui1','temp_jones1991','temp_jones@yahoo.com','','2017-10-07 12:27:58','1507379280:$P$BxJ59x5UxOQWzqd5kF3DwQE1iUx7QX1',0,'temp_jones1991'),(1950,'adunnfaze131973','$P$BhRRGQxe5FwxhoAHFiV/YFX3Q0L/BD0','adunnfaze131973','adunnfaze13@aol.com','','2017-10-07 14:59:31','1507388373:$P$BHv94j3rwfk8IALh8zP5bsDAG/DYJD1',0,'adunnfaze131973'),(1951,'wildcatkevin1979','$P$B/sADLVflB1Z5CKf7o.Oof9lWFCutW.','wildcatkevin1979','wildcatkevin@hotmail.com','','2017-10-07 15:43:12','1507390994:$P$B0FVLnqKW7uovFjF5FUA9RAAd8WGxg.',0,'wildcatkevin1979'),(1952,'barbkomi901965','$P$BtmY.4V4Hqqg2VDZDymNVi8HuQssx/0','barbkomi901965','barbkomi90@hotmail.com','','2017-10-07 17:09:45','1507396187:$P$Babowrs4rVDhqd71hFAy6OiPjzYO3T1',0,'barbkomi901965'),(1953,'bradkmitchell1973','$P$BL.15LqK.XhxT4x/9rslg2XNhiqvPp1','bradkmitchell1973','bradkmitchell@hotmail.com','','2017-10-07 18:10:10','1507399812:$P$Brry.gPRiXJtEqh9yXeKO0QRNcSI9o.',0,'bradkmitchell1973'),(1954,'kayla97431986','$P$BWpQeLTz14r.Gi2UCZjcs0Xoaua1Xr0','kayla97431986','kayla9743@msn.com','','2017-10-07 18:22:35','1507400557:$P$BohVEFF8cGHyBg3DKpRI0yVya3vhbz0',0,'kayla97431986'),(1955,'latoyarobinson261990','$P$ByH6cH7QUcpRfFszi.wvjCRKK1pRym0','latoyarobinson261990','latoyarobinson26@yahoo.com','','2017-10-07 19:22:41','1507404163:$P$BOnhlcHIZfECItN34SRQ8m/Zxgwuh.1',0,'latoyarobinson261990'),(1956,'jatindergill1972','$P$Bawwk1nPIOIHs1oGNcTkhOJ5jmTEhA1','jatindergill1972','jatindergill@hotmail.com','','2017-10-07 19:26:53','1507404414:$P$BVfaIVD6xVcUceKE3zuN5XIlwwH3M7.',0,'jatindergill1972'),(1957,'rdf21152002','$P$B0F7PcG8air2.P8XIXD5c4Esxs6y7a1','rdf21152002','rdf2115@aol.com','','2017-10-07 20:00:25','1507406426:$P$BowihqcagFwLCXV1K8CC6PYUbJpNng1',0,'rdf21152002'),(1958,'nowey1971','$P$BhadhAOBdG.ttZTf6mMoqn4TlE6I/6.','nowey1971','nowey@msn.com','','2017-10-07 20:13:26','1507407209:$P$BCTh0i1Zz2Litn6xN.EKsZdaWuAyXa/',0,'nowey1971'),(1959,'sughrbehr4201960','$P$BV3dNWQmpGxvyzFs6sdE5bqbH3xuqk/','sughrbehr4201960','sughrbehr420@hotmail.com','','2017-10-07 20:21:56','1507407718:$P$BqrAEn9aAgOLY5yWlCW2kvVELc6Tgm0',0,'sughrbehr4201960'),(1960,'stcsoccerdude151979','$P$BWoVf9CP0GNyWmU5vjdGU.CBV2aNoS1','stcsoccerdude151979','stcsoccerdude15@msn.com','','2017-10-07 20:31:47','1507408309:$P$Bg4SbmVBKkhVFGgCwhf8P0O2om54Zq.',0,'stcsoccerdude151979'),(1961,'cho_mi1963','$P$Bs9LOZ5hfmCoT.iebo2wg53YJueW0k0','cho_mi1963','cho_mi@hotmail.com','','2017-10-07 20:49:23','1507409364:$P$BdLcw1MbHdZszbxFQH1GmC/yuUYKAg0',0,'cho_mi1963'),(1962,'unccgurl051964','$P$B4sMfvu9C6eIHevohAexPoowvi.lnf1','unccgurl051964','unccgurl05@aol.com','','2017-10-07 21:04:35','1507410277:$P$BVeiRKmaA85QlF5hRhbs5zowLuz7gU.',0,'unccgurl051964'),(1963,'rojes3rd1973','$P$BPurKSKYJ9yRhVRJuAs5L8/RmkRP.T/','rojes3rd1973','rojes3rd@yahoo.com','','2017-10-07 23:07:06','1507417627:$P$BzOvVbrP2/sininnIHG38axV8Go23q1',0,'rojes3rd1973'),(1964,'studabaker913072010','$P$BAxHpXcmMSGtAwHeAEf.TSjmRh/PIc1','studabaker913072010','studabaker91307@yahoo.com','','2017-10-07 23:07:23','1507417644:$P$BNNGwSscYYNF.fnGH7MqVd1xbzbJgT/',0,'studabaker913072010'),(1965,'unitedtaxwealth11957','$P$B969WF8m5t6wB0bBZZDuHlQS5CZ7wT.','unitedtaxwealth11957','unitedtaxwealth1@yahoo.com','','2017-10-08 00:59:52','1507424394:$P$BBocTVmNTe4c1HGHoWkuFhWoQdjWMI/',0,'unitedtaxwealth11957'),(1966,'marcjsolomon1952','$P$B7CsX7KVfJ.E11H82r1S7uPSn80Grp0','marcjsolomon1952','marcjsolomon@msn.com','','2017-10-08 01:58:57','1507427938:$P$B7gr2okMYHAvgbSnLGRnjtuGPYeZbj0',0,'marcjsolomon1952'),(1967,'phillipbright1977','$P$Btl3DdxxR6QxHGi2I/nE1PgKg3Jcov/','phillipbright1977','phillipbright@hotmail.com','','2017-10-08 11:36:13','1507462575:$P$B137fPcRy2g54GGA6f0EBOWtL77jKy/',0,'phillipbright1977'),(1968,'patmelk1974','$P$B7C4/bwqJY5Sdtl3xpMa0Kgg3MPy2N/','patmelk1974','patmelk@sfr.fr','','2017-10-09 01:04:18','1507511060:$P$BkRbSlNmE8dRh5jdy7Zg7AJP/FqIJV.',0,'patmelk1974'),(1969,'taterbug_031984','$P$BP4oGjMlT/SGELp8jx4hDetF04rEC90','taterbug_031984','taterbug_03@hotmail.com','','2017-10-09 05:58:34','1507528716:$P$BHrBqpom3rvadlJBy.wkYeStF18uVQ0',0,'taterbug_031984'),(1970,'carmenramirez1171982','$P$BBN5O9WuusVynIgdXGLZatRIaJ3Wks.','carmenramirez1171982','carmenramirez117@yahoo.com','','2017-10-09 06:08:21','1507529303:$P$B9Lsxg6biPtGRbFu2cL1lXmEswPB9C0',0,'carmenramirez1171982'),(1971,'tam12281952','$P$BTqZcwmg2HGudSICMmEmf0C2yczPRd/','tam12281952','tam1228@aol.com','','2017-10-09 06:44:07','1507531448:$P$BNu1hozNi7PZeMw1CyU9Cgz2N75Drt0',0,'tam12281952'),(1972,'sinampurewal2001','$P$BhgNVda1Z0c05DC5QSVcKikZBE1fdB/','sinampurewal2001','sinampurewal@hotmail.co.uk','','2017-10-09 08:48:35','1507538917:$P$BbH9WYikuXi2LP9iV991hrgH4OoXLV/',0,'sinampurewal2001'),(1973,'j_coolidge1959','$P$BKUEgBTCi.GRVjuy7JKb/JzhFldGgd/','j_coolidge1959','j_coolidge@hotmail.com','','2017-10-09 09:24:40','1507541082:$P$BikstQRRtOV.TC/hS7/JG4ALsAExkc.',0,'j_coolidge1959'),(1974,'alayne12341998','$P$BXhB1CxhUQUUSJKjquh05Zmc2HXPvu1','alayne12341998','alayne1234@yahoo.com','','2017-10-09 09:54:06','1507542847:$P$BVWQQy.6Y3L6HDtcxrUvA4TNyTolEl.',0,'alayne12341998'),(1975,'hello.man92003','$P$BkJL.3z6i2AEULRK0XnkpHt.88Qje.1','hello-man92003','hello.man9@aol.com','','2017-10-09 10:38:06','1507545488:$P$B7TA61fAX06SdHthFVnlYyN1gNNac20',0,'hello.man92003'),(1976,'my00004luvz2001','$P$Bhen1xr4XdU2qDnHhIYSHyUSIJ9s001','my00004luvz2001','my00004luvz@yahoo.com','','2017-10-09 11:09:07','1507547348:$P$B0hZNIU8cIsOssfwNKbA7rurg4JcZe/',0,'my00004luvz2001'),(1977,'info1987','$P$BAiS3mXKHcXTOsZszrvpAO8GA04Um4/','info1987','info@wohnindustrie.de','','2017-10-09 12:05:03','1507550705:$P$BXOepfXLA8ZfeTPLjKnt.ohrsq5GNJ1',0,'info1987'),(1978,'georgelbenson1994','$P$BB6gem/ECoHguWeJJwFKV3q/yxiFWY/','georgelbenson1994','georgelbenson@aol.com','','2017-10-09 12:20:02','1507551604:$P$BhEjHe5kEG9RIz4rxKUwP3x.FRcP0r1',0,'georgelbenson1994'),(1979,'ssjknj1964','$P$BFpMoTZ2Iv79rAgtTLxU6qgOCJ9iw90','ssjknj1964','ssjknj@yahoo.com','','2017-10-09 12:25:57','1507551959:$P$BA6YiiZEgqrVPrxvG7DrQzlrFeRbM9.',0,'ssjknj1964'),(1980,'bogorad.lauren2005','$P$ByNGgrrO15QbPwKvLZmEcXBqbW.yGb0','bogorad-lauren2005','bogorad.lauren@gmail.com','','2017-10-09 12:26:31','1507551994:$P$BgexnJgTrF3m3tUdgVmgDyYvhjy8T6/',0,'bogorad.lauren2005'),(1981,'wnhovland1968','$P$BxOmefZuMMOHal0wRtnQebSE71rM5z/','wnhovland1968','wnhovland@hotmail.com','','2017-10-09 13:47:49','1507556870:$P$B5relU.sQDgAcwhQrbLwGfuDg3gwCd/',0,'wnhovland1968'),(1982,'ch_rosa1988','$P$Bd5pIOsRNu6h9o4W65G1DueImRWCSb/','ch_rosa1988','ch_rosa@hotmail.com','','2017-10-09 14:29:32','1507559374:$P$B.rVG5i2FNGL79fCakL2hrnKHyUHk6/',0,'ch_rosa1988'),(1983,'tstaler1957','$P$BOaMdsc/ctp2xTocQv0wkC5FVtAmL7.','tstaler1957','tstaler@yahoo.com','','2017-10-09 14:43:43','1507560225:$P$BwzuPeWU5EtK0SIvRKImWdj1QWVKLa1',0,'tstaler1957'),(1984,'pitmeddenbothy2008','$P$B0XLQsNVUikzdKX1H/ZMBWAiucR.O.0','pitmeddenbothy2008','pitmeddenbothy@btinternet.com','','2017-10-09 14:55:05','1507560907:$P$BaL/OQUjDNkl4MCwnCAjC0fPPH1Jem.',0,'pitmeddenbothy2008'),(1985,'bethannedonovan2008','$P$BRNZqii6TAyAXSWwmCBWQjMw5doWx91','bethannedonovan2008','bethannedonovan@yahoo.com','','2017-10-09 15:01:21','1507561282:$P$BUfeNNa3nb2k65LAdl10SNBMoNibDG1',0,'bethannedonovan2008'),(1986,'alehsayuh1980','$P$BnJ5eta3IeFZPF3xw8.nlO6Fu1U8LI0','alehsayuh1980','alehsayuh@yahoo.com','','2017-10-09 15:22:38','1507562560:$P$BBwy4E8Hpa6dS4NbwxHmn3TMBomVla1',0,'alehsayuh1980'),(1987,'tracyemitchell1966','$P$BOHcDJTtE8PbmxbYtNKVuGqCa.UKD1/','tracyemitchell1966','tracyemitchell@yahoo.com','','2017-10-09 15:25:56','1507562759:$P$BTRoutxdklXwYtl0PXl02QYw1HpRIX1',0,'tracyemitchell1966'),(1988,'sbhmstbaseball1958','$P$B15KhXqpFPFN0tzDdXP4gyfmMrV6bW.','sbhmstbaseball1958','sbhmstbaseball@yahoo.com','','2017-10-09 15:56:50','1507564612:$P$B/jxXdopbIWdyoMs1M.nAl.TVLWmEf.',0,'sbhmstbaseball1958'),(1989,'mchrisbass2002','$P$BlTwCPALJRtoOjQzHiG2dwDIk28Uaa1','mchrisbass2002','mchrisbass@hotmail.com','','2017-10-09 15:59:41','1507564786:$P$BsF2EnoOtPojbtj5.BMwqXVSKI/Dbv1',0,'mchrisbass2002'),(1990,'bcash_642007','$P$BJAoPy7kEla0vYG1fCMXCIJQb9vWri.','bcash_642007','bcash_64@yahoo.com','','2017-10-09 16:11:40','1507565504:$P$BtTryd6nImD0vmPEYLqF6yNcAkJtAH0',0,'bcash_642007'),(1991,'jonrichichi1953','$P$BCEGB1Hd7whdMu5g35pNFr8fXfBFXP0','jonrichichi1953','jonrichichi@hotmail.com','','2017-10-09 16:55:41','1507568143:$P$Byl0cKJf/c6hhCfzTEBMk7.//dZrb5.',0,'jonrichichi1953'),(1992,'jeffrey_a_waugh1971','$P$BIzfR7npGgEvKPWWLZjowGKsOkWROY/','jeffrey_a_waugh1971','jeffrey_a_waugh@hotmail.com','','2017-10-09 17:31:39','1507570301:$P$Bg1fW.4DwvfzfBOUArKabpzznh8bdy0',0,'jeffrey_a_waugh1971'),(1993,'guerrier1171998','$P$BRhbZ1ssOuFS4Aj8RTcjwkXJtBGqMa0','guerrier1171998','guerrier117@aol.com','','2017-10-09 17:45:06','1507571108:$P$BxOz1PvMCAp55AIu.0/F6EmJhIt69k.',0,'guerrier1171998'),(1994,'junglee7361998','$P$BRp56NR/0I9ApVYBeSovers.0b17Sh/','junglee7361998','junglee736@gmail.com','','2017-10-09 17:51:23','1507571485:$P$BOgPhMLQw3XmVjw0vHsQAyZs7lxbqx0',0,'junglee7361998'),(1995,'wwbagnard1961','$P$BPhnP3VzflZspySfvsABHqR4IM2bHh1','wwbagnard1961','wwbagnard@hotmail.com','','2017-10-09 18:30:33','1507573836:$P$BwrwpyyxKDoztWcQR6vfD7kLT9hzsM1',0,'wwbagnard1961'),(1996,'st521861981','$P$BRQn/zTnFmV.UV8srsrUGpj8iygJ28/','st521861981','st52186@yahoo.com','','2017-10-09 19:11:30','1507576292:$P$BcwI.WLwn6/3VHGUZjZJo4gKlHdjyf1',0,'st521861981'),(1997,'pattih20091993','$P$B2NKOkab8TeZYDVEIw20idecibtWxA/','pattih20091993','pattih2009@hotmail.com','','2017-10-09 19:21:25','1507576887:$P$BRP6MBEk1U1zAYbml74JkCY33W6BGX1',0,'pattih20091993'),(1998,'mcpeep2000','$P$BPLbdePYGkww0oh988M5tdhiSouyL0/','mcpeep2000','mcpeep@aol.com','','2017-10-09 19:28:10','1507577293:$P$BBAYpu5xzP/0Pn58Z/VVX.MhPUQbTS/',0,'mcpeep2000'),(1999,'lmoses1997','$P$BiUZQsZj3x4hmbhtzpsbRobYsfT7C81','lmoses1997','lmoses@xif.com','','2017-10-09 20:21:38','1507580500:$P$B0X4xc7ZZ7BZV7IbIqhSx7olBdFvDm/',0,'lmoses1997'),(2000,'kdehart1989','$P$BDufCtoFdaT4ZHEh5/t3I8f9wOW2pC/','kdehart1989','kdehart@columbus.rr.com','','2017-10-09 20:53:43','1507582425:$P$B3gTilwyuaLNjnWFgZRX7VbzSf8Fa61',0,'kdehart1989'),(2001,'jmindlartfilms81997','$P$Buz3bv80KJoCaMW3LHYObIiEVQdyiQ.','jmindlartfilms81997','jmindlartfilms8@yahoo.com','','2017-10-09 21:08:26','1507583308:$P$BtaI1ZVADUHNICFm0HOW/zjrb1b6pv.',0,'jmindlartfilms81997'),(2002,'patrice.l.adams1966','$P$B08Gi0UoF7iIUbFJsd5ZZJXtmIsv01/','patrice-l-adams1966','patrice.l.adams@live.com','','2017-10-09 21:34:57','1507584899:$P$BTcuGKkpTHFqqx.GkGZhnnOFqvw4bb1',0,'patrice.l.adams1966'),(2003,'stewartlasercrafts1969','$P$BNvm1N//WCsZc3aQv2gAnquqFQbQiu0','stewartlasercrafts1969','stewartlasercrafts@hotmail.com','','2017-10-09 21:43:44','1507585426:$P$BF8U4M4SQGefIlTaOoLV7NvFJYJmp/1',0,'stewartlasercrafts1969'),(2004,'r.hornsby11959','$P$Bab6HpbSqh94vaj1ga4qQcSQNsaCi4/','r-hornsby11959','r.hornsby1@googlemail.com','','2017-10-09 23:02:40','1507590162:$P$By60k3/xjWqNHcgXG4enAoP0iOFsKF0',0,'r.hornsby11959'),(2005,'gwmantor1954','$P$BUiYZ9oeDcQOKY94m599mZnAQFJaY4/','gwmantor1954','gwmantor@aol.com','','2017-10-09 23:13:22','1507590805:$P$BJEYUf2PyNEFNbWp4JLuJeHbqdRB4r.',0,'gwmantor1954'),(2006,'cuddlesrub1959','$P$B/gilEasF4K47kW79v.w7WrYaSTISJ1','cuddlesrub1959','cuddlesrub@aol.com','','2017-10-10 00:05:01','1507593903:$P$BuR/hHJdmsoVDD5YPZC61LQ2Vt5Upg/',0,'cuddlesrub1959'),(2007,'mbryannyc1969','$P$BUHEovUVUvnOn57.o0DcDyKsLGfUQY.','mbryannyc1969','mbryannyc@gmail.com','','2017-10-10 00:41:27','1507596089:$P$B9CQ8ezHhzWbtBwstwIReaAVeeUWzK/',0,'mbryannyc1969'),(2008,'ajpalen51982','$P$BIHd.o2x4BxLDJylNvJtNbul1cXHPI.','ajpalen51982','ajpalen5@yahoo.com','','2017-10-10 04:23:09','1507609395:$P$B/f63lZ7fszNELOaExEc0yWrq8Xg7j.',0,'ajpalen51982'),(2009,'trumanbrooks1965','$P$B3dHTUG7B9vSjKDvNU1wDxXOiUMGeC/','trumanbrooks1965','trumanbrooks@aol.com','','2017-10-10 04:31:38','1507609902:$P$BMJXdMgaDqUhdn.LskmdfhXOVoqojh/',0,'trumanbrooks1965'),(2010,'amos56061973','$P$BGdQaCenA/43vJfPSw1n4FbMeLAD5e/','amos56061973','amos5606@yahoo.com.tw','','2017-10-10 04:33:30','1507610017:$P$BnIY.KVMQ4vmMSqGwSXupAwPw3Rxad0',0,'amos56061973'),(2011,'onur.exe1998','$P$BS5Da4TG7SgAFa82pSNesNYQzaKzJA.','onur-exe1998','onur.exe@gmail.com','','2017-10-10 04:44:10','1507610652:$P$BGO1obOIMrKPTxcKRyGRdP4PWVm4Ie.',0,'onur.exe1998'),(2012,'barthelemy.phi1984','$P$BYLL2cJjUr1tHVGpuNVU.nHg4ONFRc.','barthelemy-phi1984','barthelemy.phi@gmail.com','','2017-10-10 05:11:56','1507612320:$P$BUgR3rv9Awsw9dKukeZnR1hHuq5fL4/',0,'barthelemy.phi1984'),(2013,'satydawgdw1986','$P$B3Y.m690A5qWXkRtpG1KvYVkr1Fc6c/','satydawgdw1986','satydawgdw@aol.com','','2017-10-10 06:19:07','1507616349:$P$BatcHrauhABnkNqEhJU1.bZHB6pn8x0',0,'satydawgdw1986'),(2014,'jesse.vargas1998','$P$BZ7uXPjSnJ8huvbs/jC8R/Gbr3IfpV0','jesse-vargas1998','jesse.vargas@fxcomputersllc.com','','2017-10-10 06:32:58','1507617180:$P$B08VLbiHl7iQEhChgnpBTp3T8m0Ujv0',0,'jesse.vargas1998'),(2015,'jimbobbeg1968','$P$B.ZXCLZS5fK7YtMpRo1d7ZAtiUNMiE.','jimbobbeg1968','jimbobbeg@msn.com','','2017-10-10 06:48:44','1507618126:$P$BGBVc/ZOxiGAHpmjwOuA9e.vmwLERj/',0,'jimbobbeg1968'),(2016,'laurabeese1961','$P$BuvHlE0e5JWXXOcy/liWhF2oqz6mye0','laurabeese1961','laurabeese@hotmail.com','','2017-10-10 09:14:22','1507626864:$P$BFjjnMuYULy5NePVgItSSthBVCsYrY0',0,'laurabeese1961'),(2017,'sky7is11978','$P$BYeDBmcgS5K6VtEyb9hFd3B4w50ZdC0','sky7is11978','sky7is1@yahoo.com','','2017-10-10 09:58:25','1507629507:$P$BUf9kRq0ItY8PvZSIBUrRV4nNVrRUz.',0,'sky7is11978'),(2018,'woodfamily841990','$P$B5DFxbXKotUiT6kJdEeUHv1HV93wrS/','woodfamily841990','woodfamily84@gmail.com','','2017-10-10 12:22:35','1507638157:$P$BAE.hM14j/UgatqnR3sU2t6rL8jCoy/',0,'woodfamily841990'),(2019,'merrill_501997','$P$B9DbVkvXeaUDvs1y.f.ppdAm7GuSOm.','merrill_501997','merrill_50@hotmail.com','','2017-10-10 12:56:22','1507640184:$P$BwLvOlt5ff7GA4xcpBkOGporLouwhy0',0,'merrill_501997'),(2020,'anna.sorribes1960','$P$BLl6NUFjjbhKdOP0re75HLBf/HpRpE/','anna-sorribes1960','anna.sorribes@gmail.com','','2017-10-10 13:54:12','1507643653:$P$Bj0Lez4Z/ahDC5s6CWV4t2Yk7JjUgP/',0,'anna.sorribes1960'),(2021,'sherwinnahavandi1989','$P$BmV5.Suo42VBmvicRvqC3DP3zDJOzw.','sherwinnahavandi1989','sherwinnahavandi@yahoo.com','','2017-10-10 19:14:19','1507662862:$P$BfT.V4/7qwOX1MSuiDRh240q8mP47N1',0,'sherwinnahavandi1989'),(2022,'amypminnick2007','$P$BEjFma0Gp0965WkXkyMrVX3ijM489o1','amypminnick2007','amypminnick@msn.com','','2017-10-10 22:30:48','1507674651:$P$BhDJqFsNHrC9839pMEQW/rhwH7HHbj.',0,'amypminnick2007'),(2023,'helnsi1989','$P$BPZbz/3QDRgQRl8YUFAfQ9j4VnYU8I.','helnsi1989','helnsi@aol.com','','2017-10-11 05:13:23','1507698806:$P$BnkZ0pkiKtOpZZxpeYyU1qpXtge/DI.',0,'helnsi1989'),(2024,'a-keler2008','$P$BH8iFZiH30DMfMexOay3.Q2t0nhS7P/','a-keler2008','a-keler@gmx.de','','2017-10-11 06:50:40','1507704643:$P$BkwwmOEJ5QjrEkm8qfsXyoUa2HQEdZ1',0,'a-keler2008'),(2025,'jimjeanwalsh1959','$P$BTRO63nfeZt1nzhzp706j.INLSXWbx.','jimjeanwalsh1959','jimjeanwalsh@yahoo.com','','2017-10-11 08:19:28','1507709970:$P$BdSta4PC0FeSf6PRpoy7YF4XVHccFh0',0,'jimjeanwalsh1959'),(2026,'rmfreese21968','$P$BaeBnEcNwSa8VAOgw4qv5PeOCnbzoG0','rmfreese21968','rmfreese2@aol.com','','2017-10-11 08:20:47','1507710049:$P$B8Eb0xAvG.tRaUoYsIoEYx62ObfwEN/',0,'rmfreese21968'),(2027,'cancon1982','$P$Bbb08xrF4EELxAzjwUzDlazjYLEuBW/','cancon1982','cancon@rogers.com','','2017-10-11 09:09:48','1507712989:$P$BWN7ZdLLimw/IVMKW1KjxzQj05fqif.',0,'cancon1982'),(2028,'butterflyjjgirl1964','$P$Bsj840SdjYQqfD3H.4gcc7NwRMiJ3P/','butterflyjjgirl1964','butterflyjjgirl@msn.com','','2017-10-11 09:24:21','1507713863:$P$Bu3ei.wOaBEFoyFfxWuWhCR5xvyCyG0',0,'butterflyjjgirl1964'),(2029,'danielastan.ds1950','$P$By2nSXQaAIik/h.tyudj4VEiPH9XdS0','danielastan-ds1950','danielastan.ds@gmail.com','','2017-10-11 09:34:16','1507714458:$P$B30wGrqE2eH/ww.IgeM36otOk/Smac0',0,'danielastan.ds1950'),(2030,'tania_abi1971','$P$B43WB6tIYn.u4z6zrujzyLfihdAEXZ.','tania_abi1971','tania_abi@hotmail.com','','2017-10-11 09:37:06','1507714629:$P$BA9wMPkbR9ityl0094q4Go2KG4XKGL/',0,'tania_abi1971'),(2031,'mmmimo1974','$P$Bc8hpNimn4xP4BxIm.dvhArKVSU6/K.','mmmimo1974','mmmimo@hotmail.com','','2017-10-11 09:45:49','1507715151:$P$BlfVjIGXqDvBHiLujqjOoWwexu5UfZ1',0,'mmmimo1974'),(2032,'hkim9551995','$P$BI9h45dZpb2ImE/gKdTIh5nbUp29l60','hkim9551995','hkim955@gmail.com','','2017-10-11 10:59:00','1507719542:$P$Bain8DVJGVSKQNo4P6eTnrunEg5xTx/',0,'hkim9551995'),(2033,'thenextbigthingx2010','$P$BOawQuH.8uUnu0i0DQ4Q8JCulc89vW.','thenextbigthingx2010','thenextbigthingx@hotmail.com','','2017-10-11 11:02:31','1507719753:$P$BF9x4V/d9TxdLt7.5Tdqt19B103qTw/',0,'thenextbigthingx2010'),(2034,'queenmichelle2001','$P$BPn9Gi21hxUV7zjwpye2mqYg9JCAkM/','queenmichelle2001','queenmichelle@gmail.com','','2017-10-11 11:04:10','1507719851:$P$BSYaEOzp6PVPiFG2j7ZTthNwJ6Aw2p.',0,'queenmichelle2001'),(2035,'antoineclay2010','$P$BFPrD5/UhSYxx2u/MtMu18JhhPZV9C.','antoineclay2010','antoineclay@yahoo.com','','2017-10-11 11:26:43','1507721205:$P$BQgMGO98zl2HXmewHc/TeTtM2TnbFV/',0,'antoineclay2010'),(2036,'kstilsing1981','$P$BgdsEDHd3kf3LosIOoV/Fa7SVJhuFS0','kstilsing1981','kstilsing@aol.com','','2017-10-11 11:27:40','1507721262:$P$BLGyYBiOSMg5d1fGtv8b6r5QB38sQW.',0,'kstilsing1981'),(2037,'tdpw41966','$P$B1XVOy3RAR6n.hwOxUW.yWmDL9kie1/','tdpw41966','tdpw4@hotmail.com','','2017-10-11 11:52:41','1507722764:$P$ByR9VADIFGrqRld53fm.UXmo15p9cl.',0,'tdpw41966'),(2038,'mikelane37371998','$P$BgO/.QLdc5GCOFHVTJGiyj/PAChT2T1','mikelane37371998','mikelane3737@hotmail.com','','2017-10-11 12:10:03','1507723806:$P$BuIgdk3Z6sCxbKmFmLyDvI5p98EdJj1',0,'mikelane37371998'),(2039,'williams3_61974','$P$Bn9obOsoC9owu1E14LW4ZEsgYAwP2z0','williams3_61974','williams3_6@msn.com','','2017-10-11 12:21:10','1507724472:$P$Ba4PlOZGxb7ElyPG9zvw/w4htgyQzZ.',0,'williams3_61974'),(2040,'mboozer1984','$P$Bo0gO1xjnYcy33YmhDThaN0LFGdYds0','mboozer1984','mboozer@royalaccesscontrol.com','','2017-10-11 12:54:09','1507726450:$P$BUh1r74v5RrP3aDd/D7UPV1YNRc/ST0',0,'mboozer1984'),(2041,'crazyydna1969','$P$BzaJQePpo3ZhsS1aY6LSPBUm24Mk11/','crazyydna1969','crazyydna@gmx.de','','2017-10-11 14:01:27','1507730488:$P$B3DTpTTFZL5WNIkupHHNmLWA5ZbXDI/',0,'crazyydna1969'),(2042,'smile34631980','$P$BmgghiLdU76GBL8ynvgdI0eFRYeXlG0','smile34631980','smile3463@aol.com','','2017-10-11 14:09:33','1507730975:$P$BVMxaG96zJc5CHtko3Hwu74Z242YqX/',0,'smile34631980'),(2043,'meangel39631962','$P$B77ONVY1rDzDcJAeoHOaWNBK1sBBVU/','meangel39631962','meangel3963@att.net','','2017-10-11 14:37:40','1507732662:$P$BxFuqmzXXV1vKDiA5s5VPGfGZrYPGA0',0,'meangel39631962'),(2044,'christoph.butscher1969','$P$BwylTQ0cGA12y7IxhFFtvTY74dtj7r1','christoph-butscher1969','christoph.butscher@gmail.com','','2017-10-11 15:23:19','1507735401:$P$BQkz.JT9lPJx49JCflJsrWEMj9QcXV.',0,'christoph.butscher1969'),(2045,'nmweber451982','$P$Bgj3LaSth.1M/hgdYr6k2qkN/mrAwm.','nmweber451982','nmweber45@hotmail.com','','2017-10-11 15:42:04','1507736526:$P$B1sGvcTBTjJBP7if/VaX1GAaG.69o00',0,'nmweber451982'),(2046,'deserteyes1967','$P$BcB7nU4GKle9.R1seBkDoQRrjJ4Za31','deserteyes1967','deserteyes@hotmail.com','','2017-10-11 15:46:43','1507736804:$P$BlUptSEf6woI03jGA9oZT5M0R3Kxvr1',0,'deserteyes1967'),(2047,'judeeflo1988','$P$BGjjBZ8fLFDITNwkf6iNgwWurhc.Z.0','judeeflo1988','judeeflo@hotmail.com','','2017-10-11 15:53:02','1507737184:$P$B/5m/lFUJe/YBQEIALLReR2CHxv02f1',0,'judeeflo1988'),(2048,'kendrick.cr1953','$P$BA5UA1IhgflPa4MiSA5E4tYlGd/f3a0','kendrick-cr1953','kendrick.cr@gmail.com','','2017-10-11 15:53:54','1507737237:$P$BO.e9RZCt2kHwOYIvkDiWh6iQxM00y/',0,'kendrick.cr1953'),(2049,'jwmorgan061950','$P$BTCiyqrtG2ZrDYLGLkYScyIHKyYoQp/','jwmorgan061950','jwmorgan06@hotmail.com','','2017-10-11 15:57:52','1507737473:$P$BdpzRpPVsMwQpkynW9hiRq2gTC8OSZ.',0,'jwmorgan061950'),(2050,'baypointcal2004','$P$BHcwo1uKP7DC8ccnMtbzX.LrwCHi1O0','baypointcal2004','baypointcal@aol.com','','2017-10-11 16:09:21','1507738162:$P$BgGF.iNeETsvATXuYHEdTktDyHvkfV/',0,'baypointcal2004'),(2051,'ldhende1952','$P$B97GbBWbIl1oDByufOf2J.NnJ20wSB0','ldhende1952','ldhende@msn.com','','2017-10-11 16:15:21','1507738525:$P$BLOaMJNZU.6Zta1C4OcKxaJ8k6vqbY/',0,'ldhende1952'),(2052,'tinkalink122006','$P$BUjsLzOy6/1rL4g10jUUzsf2EaE.3Z0','tinkalink122006','tinkalink12@yahoo.com','','2017-10-11 16:26:33','1507739202:$P$BA98OGJbUjUtlA7YhNZad300naEA/L.',0,'tinkalink122006'),(2053,'valli.buddhavarapu1951','$P$BnmUtKYEo7wCzcAmF8fxCdy/fUfPUJ0','valli-buddhavarapu1951','valli.buddhavarapu@gmail.com','','2017-10-11 16:53:53','1507740836:$P$BofF/pxQmBo.4D43okHlA2tl/y/B37/',0,'valli.buddhavarapu1951'),(2054,'jenningssk1964','$P$BOgZWslpMHdLeb9ZumBJRL13T2Mw.J/','jenningssk1964','jenningssk@aol.com','','2017-10-11 16:59:03','1507741146:$P$B6AWLhIVffQeBtttTEZeoSctdguc4g/',0,'jenningssk1964'),(2055,'algcpcu1977','$P$BI0UfRjLrKVXEJhylh1F2y3hlm8Ww00','algcpcu1977','algcpcu@aol.com','','2017-10-11 17:01:52','1507741315:$P$BTP8jq3FkaNwrWuG60Kxc2TL4tCG0C/',0,'algcpcu1977'),(2056,'bezcorry1997','$P$B1v/UoGNE6uVD82XGdsDso3qPZwj180','bezcorry1997','bezcorry@yahoo.com','','2017-10-11 17:22:45','1507742567:$P$BffTNQSP6Iu2Z4buJqcAeqls52KPs01',0,'bezcorry1997'),(2057,'frenkel_david1971','$P$BNVc47IwvFVxvl3kv.RdJhWoxVFSN/.','frenkel_david1971','frenkel_david@hotmail.com','','2017-10-11 17:23:57','1507742639:$P$BrkhhUm0wDVc30g6pAomq6IpnFbKLf.',0,'frenkel_david1971'),(2058,'lacyrs891950','$P$B9zQ3f5GjDCkXOTur7CV08MF5G1mvm.','lacyrs891950','lacyrs89@aol.com','','2017-10-11 17:26:24','1507742787:$P$Bb9mHkjAw3ADUG2.9Zufrc4mIi4txh.',0,'lacyrs891950'),(2059,'newfictionwriter1967','$P$BFqNeXQHCRQRJbbOQKITlbtr2bAyto0','newfictionwriter1967','newfictionwriter@msn.com','','2017-10-11 17:31:12','1507743075:$P$Bt4bVM7y7X/ceudFHGFEJ9ow4GWkEI/',0,'newfictionwriter1967'),(2060,'damnm131984','$P$BytKNatlIidaZ0mf.qY/dc4cgbzO7g/','damnm131984','damnm13@aol.com','','2017-10-11 17:48:04','1507744087:$P$B9A27nLDT3CRFRrvhLtGMUkzD98RtW/',0,'damnm131984'),(2061,'charity1271968','$P$B3N9zGg02lNjxl9KTOBeL8P3I8h5sd0','charity1271968','charity127@hotmail.com','','2017-10-11 18:32:10','1507746732:$P$BgJdLa2QcHyWxmA7ur0oZeBwSI5Nlj1',0,'charity1271968'),(2062,'evy0101965','$P$B.NfYkC0BMDPAwgJzlE6CcYp9/NVfO0','evy0101965','evy010@live.com','','2017-10-11 18:51:33','1507747894:$P$BLB5baXG8/onXldnYBYxqRH45107fl/',0,'evy0101965'),(2063,'vannichol1987','$P$B6P38W4ht0Z8KQX7l4bRxhKB8lYiuH0','vannichol1987','vannichol@aol.com','','2017-10-11 18:53:46','1507748028:$P$BdzNHv/CAIxXhUc7Jf2hn/N2grTX79.',0,'vannichol1987'),(2064,'cyberdog561952','$P$BTXY75Hna9tcmgQGlu09p9Qj/eXHM1.','cyberdog561952','cyberdog56@hotmail.com','','2017-10-11 18:57:01','1507748225:$P$BJ6hDQG/OWYlfmPKw/CnkhzRHSVVkT/',0,'cyberdog561952'),(2065,'iamitalian1988','$P$B8M6Dy/yIsKOanv7LOenQXfMqe7vkv.','iamitalian1988','iamitalian@msn.com','','2017-10-11 19:16:05','1507749368:$P$BvK9LHBrTzWIIx0cuvs/R7h9IAyOvn0',0,'iamitalian1988'),(2066,'ajax0071968','$P$BCDV/2VWNtxdJa9/HNhaM3fkaO0LpX1','ajax0071968','ajax007@hotmail.com','','2017-10-11 19:25:25','1507749927:$P$BBey585vsLSsP9AJWDl8iY2VX4L/e.0',0,'ajax0071968'),(2067,'jamespmalone1999','$P$BQzQx5vTBAT4bjipK.By0g2cW4/G8q.','jamespmalone1999','jamespmalone@yahoo.com','','2017-10-11 19:44:51','1507751096:$P$Bv.GYbsB2JsYvsNWuRHV5Dt5NcshkP1',0,'jamespmalone1999'),(2068,'courtwaggoner1969','$P$B.CK..1jOuCEr8n/UEsC.fKaU6S9/L.','courtwaggoner1969','courtwaggoner@houston.rr.com','','2017-10-11 20:07:14','1507752437:$P$BSEmVzM7YaekpLwd4DTzVXECzOcFEv/',0,'courtwaggoner1969'),(2069,'adetutuo31996','$P$BEvIMuoLfOnN6Eyb2iYCarz0rSo3S40','adetutuo31996','adetutuo3@yahoo.com','','2017-10-11 20:07:37','1507752459:$P$BtsRz.Z2ybuX6hsxqWnOBJ4gFWL00z/',0,'adetutuo31996'),(2070,'beazbadazme21955','$P$B2Tf22jIdAT7uLYXepF94N4cNlQ4ky1','beazbadazme21955','beazbadazme2@yahoo.com','','2017-10-11 20:11:16','1507752678:$P$B27A7UKRNRHZ22PM4faOg2kT0Hw0J21',0,'beazbadazme21955'),(2071,'samuel.siegel1964','$P$BEPCDq5ydHXyeiAek4tZT7cRvRDlPp0','samuel-siegel1964','samuel.siegel@us.army.mil','','2017-10-11 20:12:26','1507752748:$P$BoKW7Lj82aIbSXPlgSqfdr.zThHWIH1',0,'samuel.siegel1964'),(2072,'tvaitkus1969','$P$B0m4mZcc9/18NJ88pGYay/9xhrr.Xn1','tvaitkus1969','tvaitkus@sbcglobal.net','','2017-10-11 20:18:23','1507753105:$P$BFRAZZ/QoRIOsDlFNNpmetPzW9nVgG1',0,'tvaitkus1969'),(2073,'navkaz1979','$P$Bcnxg4VDEbJHByC60Tb7uDqNjucs891','navkaz1979','navkaz@hotmail.com','','2017-10-11 20:21:55','1507753318:$P$BcRO0c3YrPcc8lNduaZPTqK0jbgz.9.',0,'navkaz1979'),(2074,'karim.b.salem1983','$P$Bk2Ma3rEYYD/maly6cIYSjbp5P3nQX.','karim-b-salem1983','karim.b.salem@hotmail.com','','2017-10-11 20:35:15','1507754117:$P$BxSiBdHtUC58rMjccqyy7y5WbLZMVW.',0,'karim.b.salem1983'),(2075,'camper601981','$P$BSYRn.bjr2z421OsdRkStIEfVVARrd0','camper601981','camper60@gmx.de','','2017-10-11 20:51:21','1507755083:$P$BuDUiO0xPjuu3pzIWZAJFn7UQMw1Qr0',0,'camper601981'),(2076,'barbaragaston1998','$P$BMgpMc9V8T6.3lLPUBv75sVEtdhHbR/','barbaragaston1998','barbaragaston@yahoo.com','','2017-10-11 21:00:17','1507755619:$P$BwdOZsYZZ9vKxxz/iNt4mOhgQQO8GR1',0,'barbaragaston1998'),(2077,'m.main2007','$P$Bscz6TG4Whab/yeeTzazptUgoeFWj00','m-main2007','m.main@live.com','','2017-10-11 21:02:15','1507755737:$P$BggaKdtLyS6kdrrcew00gsBSA3RyLg.',0,'m.main2007'),(2078,'rachdadramaqueen1978','$P$BceEX/IBNp2cjK/Bh9rRfcVr3TUvfb/','rachdadramaqueen1978','rachdadramaqueen@yahoo.co.uk','','2017-10-11 21:03:12','1507755794:$P$B6wOFk6O.K3wy3coyiBYG1VKLNR7Xk.',0,'rachdadramaqueen1978'),(2079,'samantha441974','$P$BO/LY5k7aPkpD1b8X5IIL24UGl1I/0.','samantha441974','samantha44@aol.com','','2017-10-11 21:13:27','1507756409:$P$BIXw5lIOelfIO7cb/ZKUOqZVNEILW41',0,'samantha441974'),(2080,'adamvespe1982','$P$BzUP.PN1GuQIYsS7KHr00NWSI8yCL31','adamvespe1982','adamvespe@hotmail.com','','2017-10-11 21:24:01','1507757044:$P$B3Q2kEvhfbSbS8/9HA9O5TLd25HGIv.',0,'adamvespe1982'),(2081,'vdeglopper2010','$P$B2OWSctLNsUPcwbY22NM4Hc8tiOtYd1','vdeglopper2010','vdeglopper@yahoo.com','','2017-10-11 21:30:19','1507757422:$P$BlQa6.AqohKv3ctiqhi6av8sf1zT2j0',0,'vdeglopper2010'),(2082,'sebelinko1963','$P$BTABVPtj/dVs6VaSisRDgzJFYBE5/5/','sebelinko1963','sebelinko@embarqmail.com','','2017-10-11 21:30:32','1507757434:$P$BErcmTLDF9Bj6zdWb1r5Iu7E1d.Ek0/',0,'sebelinko1963'),(2083,'uhhpriscillanred1983','$P$BLHRQL2UMg13Ytp98ohML3tDJ5fxtG/','uhhpriscillanred1983','uhhpriscillanred@hotmail.com','','2017-10-11 21:46:00','1507758362:$P$B6zX0iCA721Zt.N/tHdkfZ98C4j9ZQ1',0,'uhhpriscillanred1983'),(2084,'jeffrey.tremel1973','$P$BY7/HH/dvMB.H4myRFRRWYfD1zhFfQ.','jeffrey-tremel1973','jeffrey.tremel@verizon.net','','2017-10-11 22:05:19','1507759521:$P$BVbnY4rvxVEhLQ5EzxlWsgBOfBdhxj1',0,'jeffrey.tremel1973'),(2085,'lou1961','$P$BrYP/A/zLW9ygrpya2eAysTgFTmXx10','lou1961','lou@jerrick.org','','2017-10-11 22:16:53','1507760214:$P$B5Hobh1ddtREyLUP8hU/PIlACc7BFb.',0,'lou1961'),(2086,'wanderinguy1990','$P$Bh97c55k1g0TT9aJ6lvsjorvqacEzq.','wanderinguy1990','wanderinguy@hotmail.com','','2017-10-11 22:23:37','1507760621:$P$BSU/ZVbwVjr9kHor1y20COY4vQVFoP1',0,'wanderinguy1990'),(2087,'lauricet1999','$P$BDK8XBq0A00fI.E8dKDW/rB6YXxlnL0','lauricet1999','lauricet@sbcglobal.net','','2017-10-11 22:46:08','1507761970:$P$BzKTm9d.jL4FwsTwvhhw9exGJzdxFR1',0,'lauricet1999'),(2088,'dmat792004','$P$BNuTkK43WIBX/y7S2tBPvh3WDzHXyc.','dmat792004','dmat79@yahoo.com','','2017-10-11 22:50:15','1507762216:$P$BDalmUqx/u1ILsxUzXwd3x1Tb22XPq1',0,'dmat792004'),(2089,'letreedoc341982','$P$BK7iaAXr8CdoJOUAo7/.wVe9ZSG4yH/','letreedoc341982','letreedoc34@msn.com','','2017-10-11 23:02:25','1507762947:$P$BtPMtJUgb9X7mNMoTuHITm5sPKZSA./',0,'letreedoc341982'),(2090,'flannman231955','$P$Bdiy8R0JmxZazqH06O.ZTedTFzCx34/','flannman231955','flannman23@hotmail.com','','2017-10-11 23:55:33','1507766137:$P$BQ6K0LpRBX.2ufSrxFHxHT7QSh878d/',0,'flannman231955'),(2091,'dansab211989','$P$BorXa.s3/4qzoZwW3DZ1kgVflwQAfu.','dansab211989','dansab21@yahoo.com','','2017-10-11 23:58:19','1507766301:$P$BhrZEj4RGIt5RiBKLxmxd1iM5hiW/u/',0,'dansab211989'),(2092,'kandusm341960','$P$BM1cw5PJdIY2gXAgkDYtOhtnETlwb1.','kandusm341960','kandusm34@hotmail.com','','2017-10-12 00:15:08','1507767313:$P$B6.98xJYG2BanwaHR1UY2eA9E.qffF.',0,'kandusm341960'),(2093,'andyg1978','$P$Bjz4sywEgzAQj.QFiUzL8GIfYLaPZk1','andyg1978','andyg@marvineng.com','','2017-10-12 00:41:53','1507768916:$P$BzUWzE2SXilDYtNRYsc/i7OCd8HMez0',0,'andyg1978'),(2094,'whitdl61963','$P$BnRtSpS.3nLAaF4s6qc/ERQfPqiZRD/','whitdl61963','whitdl6@yahoo.com','','2017-10-12 00:46:16','1507769189:$P$BmmxDYpvwWR.3ogH58SLmCofdYKUr8/',0,'whitdl61963'),(2095,'vantroip1978','$P$BkdYzbSYrbrxOTEsG75CmF2.g.UzMs0','vantroip1978','vantroip@yahoo.com','','2017-10-12 00:55:26','1507769734:$P$B7oirbhCO9upYHAshG9AhS7vPx4r54.',0,'vantroip1978'),(2096,'confiucius2004','$P$BiEDMoLbLUSDsgIX3.lHKGGjqFlbg6.','confiucius2004','confiucius@yahoo.com','','2017-10-12 01:16:49','1507771021:$P$BtvK1iUXQTCeiiL6B.uHcS6j5D/k6g1',0,'confiucius2004'),(2097,'mnfeely2001','$P$BqT9cpAlRJ339w7ndlNKGmmVnQtUP.0','mnfeely2001','mnfeely@msn.com','','2017-10-12 01:19:05','1507771150:$P$BoKxz0932MCVyg.QSbZVJcpU1YjKPm0',0,'mnfeely2001'),(2098,'dancinforjesus1961','$P$B53Q8wXkwSuPW6LdrFOvSZAtDmot/q.','dancinforjesus1961','dancinforjesus@yahoo.com','','2017-10-12 01:39:41','1507772384:$P$Bxcxvxhm7vjCgsciw.QA6K7TrANPzT/',0,'dancinforjesus1961'),(2099,'ktalbert11982','$P$BT9c8T1s6kkjrAE/vfaGP3Fj/GFZGR.','ktalbert11982','ktalbert1@gmail.com','','2017-10-12 02:44:51','1507776294:$P$Blmw3fdIbedMtU7evCQXoKavDw5sEB0',0,'ktalbert11982'),(2100,'pnglee1992','$P$B4.0D.sK.keCAzMYZOeXBYzbb8vKH31','pnglee1992','pnglee@msn.com','','2017-10-12 05:02:25','1507784547:$P$B4Loi9QLIFchdRBVMVOp74o9tY/cSP/',0,'pnglee1992'),(2101,'mreimink1994','$P$BIUWKUjcb54UX/BrWriHOT.knCpRFy.','mreimink1994','mreimink@gmail.com','','2017-10-12 05:12:07','1507785130:$P$Bsol/rA/Yo5cgFXw8OxxEmIHFJG/nW.',0,'mreimink1994'),(2102,'pyro27081998','$P$B5/keR.dG1iSjLyiJ2m5wZa.tvBu./.','pyro27081998','pyro2708@msn.com','','2017-10-12 08:12:42','1507795965:$P$BEefdrhnJziGALUCwOJ7urT7ndCwL60',0,'pyro27081998'),(2103,'andre.p1985','$P$BmlAaJLsKsLhFUFHM5XfOfl968hHRI/','andre-p1985','andre.p@live.com','','2017-10-13 07:58:22','1507881504:$P$BhAah0TguZTpkEVk3t4I4pNPdCOwhA.',0,'andre.p1985'),(2104,'ikharasch1962','$P$BfQ2aTxL5lseYHe5HVn.pEo.88S.hU0','ikharasch1962','ikharasch@pszjlaw.com','','2017-10-13 08:06:39','1507882000:$P$B6KHBRhpZo2NTjqw3nZerMKuxW9wtT.',0,'ikharasch1962'),(2105,'dbrnz1957','$P$BICme3foDREXNOLyLif5pXZFPqpH/c0','dbrnz1957','dbrnz@yahoo.com','','2017-10-13 08:38:22','1507883903:$P$BPb9tjCxcZZNwiXudEHpXHK8x67axi/',0,'dbrnz1957'),(2106,'danbrooks0071986','$P$Bp3WoDN3WjMZp6pMEuwtb.bRUT7A2Q/','danbrooks0071986','danbrooks007@yahoo.com','','2017-10-13 10:09:43','1507889385:$P$B/Qr74RjkCOIylw7gf2jgL2jMfDD2h0',0,'danbrooks0071986'),(2107,'keaganisaguy2002','$P$B4x4G29MTQeI.lkqntW.a7hcuMit.x1','keaganisaguy2002','keaganisaguy@aol.com','','2017-10-13 10:10:24','1507889425:$P$BUZgyRH/jFJ9ERLJU0R1h/r0haMQKQ1',0,'keaganisaguy2002'),(2108,'harringtona11995','$P$Btf9QoFoSLak378ygvAb4DQ7/iF4yU0','harringtona11995','harringtona1@hotmail.com','','2017-10-13 10:27:13','1507890435:$P$BvZW0r6LKeHxH197Vf8J5PHReYhtO//',0,'harringtona11995'),(2109,'duke.claussen1975','$P$BUUJPdurEvqNs8oAuKJo.AwDNb810z0','duke-claussen1975','duke.claussen@caraustar.com','','2017-10-13 11:25:26','1507893929:$P$Bb24N1rRSyYKnwF0nxsn.wAn.QAGox.',0,'duke.claussen1975'),(2110,'i.rogers32002','$P$BNfS84D0Oo0zqvnWbOsY3.GP8WtJRY0','i-rogers32002','i.rogers3@aol.com','','2017-10-13 12:13:30','1507896812:$P$BPo19o8EqRbGfgPJ.7UIar7ixo75580',0,'i.rogers32002'),(2111,'mssherrywine1993','$P$BZst3IKz.ANI.khsGiXZuKrOgZF6sl/','mssherrywine1993','mssherrywine@yahoo.com','','2017-10-13 12:35:52','1507898155:$P$Bxv8YlxnJuBuAjf7VZPinIafZWUmgT/',0,'mssherrywine1993'),(2112,'reneeigaw1962','$P$BbHNpiTotaH6gnHA0jhv8aSw.TN29R/','reneeigaw1962','reneeigaw@gmail.com','','2017-10-13 12:51:36','1507899098:$P$BgXirwOP4mAeHKdz18yRk/OjnVVZtl0',0,'reneeigaw1962'),(2113,'rudy_novartis1961','$P$BeakiPaktC3k4hjyFA9wtnaGBbNA4b1','rudy_novartis1961','rudy_novartis@yahoo.com','','2017-10-13 13:35:43','1507901745:$P$BsfSqozvArP6//PzysN/pMGQUqZjgZ.',0,'rudy_novartis1961'),(2114,'mriorio1984','$P$B4SsEb61HGvx.SGQYOCj68YnKMWYWt.','mriorio1984','mriorio@hotmail.com','','2017-10-13 14:11:32','1507903894:$P$B81inct/Vz7oKJ6eDaWJECDsVkmx1B0',0,'mriorio1984'),(2115,'christian08032004','$P$BiVpgg15/DhrGyPXCIa/LrS4QbsXhZ/','christian08032004','christian0803@hotmail.com','','2017-10-13 14:50:01','1507906204:$P$B2K4zx/D/AZBV.R9Z132BBgnt84xjB1',0,'christian08032004'),(2116,'mleedan1972','$P$BRikybidQK.SEexyw7aJb1tmM6J2JW0','mleedan1972','mleedan@bellsouth.net','','2017-10-13 14:51:03','1507906266:$P$B.5bMGxs5oYrw1NKCCajViJhI2s1m1/',0,'mleedan1972'),(2117,'nlumutenga1956','$P$B.TUTacF4rcj4avfknKCRoKOn6WEC10','nlumutenga1956','nlumutenga@hotmail.co.uk','','2017-10-13 15:16:21','1507907783:$P$BdwK6PpKnI33vMwZxeOiAXsuVyA8CD1',0,'nlumutenga1956'),(2118,'jwilliam43471973','$P$BFwh4/eZ4jtiHPnj7/KY7nRb5Fd6c0/','jwilliam43471973','jwilliam4347@msn.com','','2017-10-13 15:54:36','1507910078:$P$BZXbS6pcWmVlofszE7ZqGPisPYsjDq0',0,'jwilliam43471973'),(2119,'cdlars22001','$P$Bc8TOBKlqcn7tAEM8MVIUzentpFbUw/','cdlars22001','cdlars2@gmail.com','','2017-10-13 17:08:22','1507914505:$P$Baklu/YGJ3vQyj916Dy0wp2SGdIGGA/',0,'cdlars22001'),(2120,'alex.cmiller1959','$P$Bq3tMtzLmbUcNkpHSqzjxRObL6eecn1','alex-cmiller1959','alex.cmiller@yahoo.com','','2017-10-13 17:23:48','1507915430:$P$BZbSw7iXe37uYWDJ8y8RIPf4L4bU8d/',0,'alex.cmiller1959'),(2121,'chris1968','$P$BSnRapBRZ8uw/PFdwB1Tm4cjn3tNud0','chris1968','chris@sprucehollowheavyhaul.com','','2017-10-13 17:26:32','1507915594:$P$BSPc3sQYTC5lTyd1mnM7sP4u59BrGC0',0,'chris1968'),(2122,'bmassa12006','$P$B2SkHybvtBQdsoTmO1hA4MvqkC7nv30','bmassa12006','bmassa1@hotmail.com','','2017-10-13 17:49:30','1507916973:$P$BBf1b/V2gAxtb.pLzlO0ibVv1wcAYl0',0,'bmassa12006'),(2123,'mckee.hugh1980','$P$BNjfM8ZkLfSqSpq7aJjQ//r6Ww3YVK.','mckee-hugh1980','mckee.hugh@mail.com','','2017-10-13 17:58:48','1507917530:$P$BRxaevGi1r/nBFLPcb3BkMq7RlaWvP1',0,'mckee.hugh1980'),(2124,'johnsambusiness1996','$P$BoEUCecrOOjXZrJm1T0wuwWayQTtGF1','johnsambusiness1996','johnsambusiness@yahoo.com','','2017-10-13 18:06:23','1507917984:$P$BEAo.kxFcoG4jKPoQkfPptVnoA2Oiz/',0,'johnsambusiness1996'),(2125,'heather242211950','$P$BuBA4Mt7uxIgVEhmpkSxbniOhaW.pE0','heather242211950','heather24221@yahoo.com','','2017-10-13 18:21:20','1507918882:$P$Bm25AVo0IO92sZ.ebbXX.SSjzEzK0m1',0,'heather242211950'),(2126,'kanne0381968','$P$B1Ldyqb7S1eWqPGIRmn85m8XS1pjto0','kanne0381968','kanne038@aol.com','','2017-10-13 18:35:12','1507919715:$P$BmO0JPFtGbha27S5LCs1ixB4/IW1U31',0,'kanne0381968'),(2127,'sickle302002','$P$Bi9lZ1Ia0c6diGjpk7ps4Oo5Yk/gel0','sickle302002','sickle30@hotmail.com','','2017-10-13 18:46:45','1507920407:$P$B05kfzDVElQLBzpohRulR8drD4yKgx/',0,'sickle302002'),(2128,'janetpeter531961','$P$BdV4pjcdDotbod5.lS1M4bc8OMATIm.','janetpeter531961','janetpeter53@yahoo.com','','2017-10-13 19:05:37','1507921539:$P$B6.q9ckLWbqupVdxdID1zm3KqdcbOu.',0,'janetpeter531961'),(2129,'adaibee2006','$P$B32xzFsQC75NlWQRKvQtaRBq72GQEy0','adaibee2006','adaibee@gmail.com','','2017-10-13 19:26:36','1507922798:$P$BYYozUwUaB3qbUwxM45HruNtJd1zZj.',0,'adaibee2006'),(2130,'franhen091999','$P$BE0Cg/dyrzXDmWCUyUtakzmEXcKaNx0','franhen091999','franhen09@aol.com','','2017-10-13 19:54:23','1507924465:$P$BYJFkVBJcBMcd3mtEP3EhHW4w8dRda/',0,'franhen091999'),(2131,'shiferaw.moses2007','$P$BLLG1yS55m94pmWiN0EpQjb56zN.sq/','shiferaw-moses2007','shiferaw.moses@yahoo.ca','','2017-10-13 20:04:15','1507925057:$P$BBXFv1M1aVUICEGsnc9R1fkUl2Cvup1',0,'shiferaw.moses2007'),(2132,'shieldsjuan2009','$P$B83G.UnV79qCWxZ4O1fjorFHWltGV50','shieldsjuan2009','shieldsjuan@yahoo.com','','2017-10-13 20:09:32','1507925374:$P$BBrkqYuBTTJCgYCZnD935tQkkugq3z1',0,'shieldsjuan2009'),(2133,'stacyl3411958','$P$B.qFqvt3AziPSjN4Imlz6Au.R5Ulg61','stacyl3411958','stacyl341@yahoo.com','','2017-10-13 20:15:21','1507925724:$P$BlC6FEUDQNplsFV9qjF3BDEbChOOwQ/',0,'stacyl3411958'),(2134,'dkanya1964','$P$BgE/.cRwFDgdOIylV3hzYlRsV8WXrc0','dkanya1964','dkanya@live.com','','2017-10-13 20:32:19','1507926741:$P$BnxZtQntw/pkqEnHvpbKkSaBOxGoMi.',0,'dkanya1964'),(2135,'kacipoole1983','$P$BJwUnqYiOscrxkelXoqKDehKAN4THj1','kacipoole1983','kacipoole@yahoo.com','','2017-10-13 21:11:03','1507929064:$P$BS6UWJBZik7OxrqATnZtdKjTlTu.tn.',0,'kacipoole1983'),(2136,'camaradandi1981','$P$Bo4N1bG2wHU5W38lbruL5NWWtG5hbe1','camaradandi1981','camaradandi@yahoo.com','','2017-10-13 21:11:42','1507929104:$P$BJpyGWj0AH0GSukfFSh.eeIp5.3bOU/',0,'camaradandi1981'),(2137,'annny_phm1983','$P$BTcGKxS28PGC/TrETeb0MOH2yyrdor/','annny_phm1983','annny_phm@yahoo.com','','2017-10-13 23:26:14','1507937177:$P$B/VBa7V2uCyYr5AKOouTwNKfLqz7tB.',0,'annny_phm1983'),(2138,'jonjharding1977','$P$B0g83ckqkQZ2F8dcvgnAHa3ufv/kQr/','jonjharding1977','jonjharding@hotmail.com','','2017-10-13 23:47:33','1507938455:$P$BvJAKLuRkxdp3pn3pDwxo0vqTymOab/',0,'jonjharding1977'),(2139,'kbrow70491988','$P$Bz/3jhKm4K8h4kOAcxrBqbMK0qcWgf1','kbrow70491988','kbrow7049@hotmail.com','','2017-10-14 01:42:14','1507945337:$P$BKiLwlzOZc9j1cN2HaCU6RqGCPv0mF.',0,'kbrow70491988'),(2140,'sarahkm181952','$P$BmbZEkUd.uOxtQBNtMqnu5d9QAdWhM.','sarahkm181952','sarahkm18@hotmail.com','','2017-10-14 02:28:35','1507948117:$P$B1L/ETa/pVSpuH.851NEFHf4Jem6MR/',0,'sarahkm181952'),(2141,'richardsoncontracting1956','$P$BtJhS7YCPWRFI3t2DIE6vzmNujTTic0','richardsoncontracting1956','richardsoncontracting@hotmail.com','','2017-10-14 02:57:10','1507949832:$P$B7NAQbKqZxWKkl19Qx0EoKrb/EJmQo/',0,'richardsoncontracting1956'),(2142,'tatareen1998','$P$BGkxM5JhnVUuxgF0J2IEVOvL5P.3pZ.','tatareen1998','tatareen@msn.com','','2017-10-14 02:58:59','1507949940:$P$BqilF6iruGTALBtIh7m6d/jqi0ZdtM.',0,'tatareen1998'),(2143,'silverkido852001','$P$BR/LaydGytDakyq13K45mvvqv3C1Px/','silverkido852001','silverkido85@hotmail.com','','2017-10-15 12:01:18','1508068880:$P$BdQ/3wxTktVC2SugZfra7IjGZXk5mY1',0,'silverkido852001'),(2144,'ycorby2006','$P$BsQKBS5VFyIe4i9XCjRhEe/fU4csb/0','ycorby2006','ycorby@outlook.com','','2017-10-15 12:27:48','1508070470:$P$BdZdw0CVt.HpnZ1CRUSNSnw5jFMfWq0',0,'ycorby2006'),(2145,'kk.seor1964','$P$Bs2L24938bzyUCEcOj9fCAZE8RqyLT/','kk-seor1964','kk.seor@gmail.com','','2017-10-15 13:51:50','1508075513:$P$Btzz.dSj2/gqJ1sZJdd0dnYjIPxgzt/',0,'kk.seor1964'),(2146,'wrpitts19111983','$P$BLzoXM9Eh6QVvkwroKaZOfUqgtTEP30','wrpitts19111983','wrpitts1911@yahoo.com','','2017-10-15 15:21:12','1508080874:$P$BkAEhWLug0FqxojjyzYaob7BZXXfOY1',0,'wrpitts19111983'),(2147,'pfdflooring1974','$P$B6ZSIUpizVM/CCCA6/hPbSQz2.6pIr0','pfdflooring1974','pfdflooring@gmail.com','','2017-10-15 16:30:26','1508085031:$P$BFfdTL9NO7bVvz7gi7VqRZu8tNwAOl/',0,'pfdflooring1974'),(2148,'jesseee0691979','$P$BvK7QH6Z3n7Ltnd0RjnnO4mvW1f41k.','jesseee0691979','jesseee069@yahoo.com','','2017-10-15 17:23:01','1508088184:$P$ByPQE6UM1tuW5XsjVk/0N2C1SDftwW1',0,'jesseee0691979'),(2149,'amazonpayments1982','$P$BI4AbsfGB9NtZQgFYYF0NC29EYriTL0','amazonpayments1982','amazonpayments@notebook.de','','2017-10-15 18:00:22','1508090423:$P$BYSmfvgF8t9olK7q44knG8.zaUwf0q/',0,'amazonpayments1982'),(2150,'jdeckelbaum1950','$P$BONE9rz28DYpDoNRza0gyBjSXE5NvA0','jdeckelbaum1950','jdeckelbaum@yahoo.com','','2017-10-15 18:22:03','1508091725:$P$BCr9blzW8RhtFqFI1o4ca6I4RQ2Yg11',0,'jdeckelbaum1950'),(2151,'holgerpetrus1983','$P$BFKj5W5nmoPzOvH/K8u8U3AtDQo2oV/','holgerpetrus1983','holgerpetrus@aol.com','','2017-10-15 19:29:07','1508095750:$P$Bkh8osQXS2RtnUd2K6oDNvmooK462r.',0,'holgerpetrus1983'),(2152,'davilaa1985','$P$B05qInEapJ8SN7eznRE1NoycctTqWT0','davilaa1985','davilaa@hotmail.com','','2017-10-15 19:43:33','1508096616:$P$BPnHP9.hEUs/dzViugMZO7Q1lIcnsk0',0,'davilaa1985'),(2153,'normacarbajalp1981','$P$BmXQqyNWeXLG4h2doYvkHz6ONT/uSM0','normacarbajalp1981','normacarbajalp@yahoo.com','','2017-10-15 19:45:01','1508096704:$P$B/6skqNzPqO8qN4WgJ0pWDbSusOrb01',0,'normacarbajalp1981'),(2154,'nycrus1973','$P$BBCHW0lJ0gW.9Qb0M4aDbYA1/gW3Op/','nycrus1973','nycrus@aol.com','','2017-10-15 20:12:27','1508098348:$P$Bm/hhAJk79KcdjDqnIYZ01kwH4jlWH1',0,'nycrus1973'),(2155,'tkfastdraw1957','$P$B6tOu3tfH7Mv/dT8MG.MpqgIUILDEx/','tkfastdraw1957','tkfastdraw@hotmail.com','','2017-10-15 20:34:25','1508099668:$P$BFe/Lr9S61pgrwltl3vUhswl2lHDyD1',0,'tkfastdraw1957'),(2156,'dudatrucking1990','$P$BO2Id7.BaZhfpSPPHnFjfFajKIi44H0','dudatrucking1990','dudatrucking@yahoo.com','','2017-10-15 20:38:42','1508099924:$P$Bj6or7Fu7QHeO0N6rOAZYVW3Wwxttm.',0,'dudatrucking1990'),(2157,'mjsfamily1962','$P$BJAmGa0kzjo/Z62L/ET3LBf1Y1gtLv1','mjsfamily1962','mjsfamily@aol.com','','2017-10-15 21:07:25','1508101646:$P$BSXuvj/UGMc6syO/BoDsBUOrSNBu8S/',0,'mjsfamily1962'),(2158,'ethterry1985','$P$B1ETKVh0m39B3IJeeQRJfezJBFdAFr0','ethterry1985','ethterry@hotmail.com','','2017-10-15 21:38:57','1508103539:$P$B1tQ5UvhfHgaqI230cFJ7xKl/veDkZ1',0,'ethterry1985'),(2159,'k.sidaway19821992','$P$BT3RMsQ1S7McHbZcTxKpjHG5e0YTlN0','k-sidaway19821992','k.sidaway1982@yahoo.co.uk','','2017-10-15 21:39:40','1508103583:$P$BEcBtC1ejXucDqrWaNU7MV5qmEfK9l/',0,'k.sidaway19821992'),(2160,'ajmartinez01011961','$P$BdGWXPkGgpXF1K2NSRln1uV2xlN0dX0','ajmartinez01011961','ajmartinez0101@yahoo.com','','2017-10-15 23:48:26','1508111308:$P$BHFou91qigumyT09lDwfgag7x05.MO.',0,'ajmartinez01011961'),(2161,'carolyn.marie1985','$P$BxQnwwbjf/6Rrvv00SHVUdIS4osnGd.','carolyn-marie1985','carolyn.marie@hotmail.com','','2017-10-16 00:40:57','1508114459:$P$BrYtOiIU4I7t9FSpJl3GrV2VfR7/0h0',0,'carolyn.marie1985'),(2162,'feldhausermaryjane1956','$P$BWYeCVzAtgydNAvFzhWeNDLZ686e.s1','feldhausermaryjane1956','feldhausermaryjane@yahoo.com','','2017-10-16 00:41:06','1508114467:$P$Bbq3gUJSGO.Y3vUuTaFreHT6hV7Pjg/',0,'feldhausermaryjane1956'),(2163,'andreapappy2003','$P$BENEba9tk0i/ZapkTwvKv4lLepkQve/','andreapappy2003','andreapappy@tin.it','','2017-10-16 02:29:00','1508120942:$P$B63/UdZuxskO9hOoFqQ01sAYQ6zqHB.',0,'andreapappy2003'),(2164,'cathina1241977','$P$BN23/6lylITStp8EqnU4OKgnVjTjTa.','cathina1241977','cathina124@msn.com','','2017-10-16 07:10:34','1508137837:$P$Bz1uk44rspFkHCdhLdLR1fp.rP2rI21',0,'cathina1241977'),(2165,'bcbtoothman1987','$P$BvkQ3.HCdjkR5BmuOvxGXtUieV4IsZ/','bcbtoothman1987','bcbtoothman@aol.com','','2017-10-16 07:36:48','1508139409:$P$B0rtUMx2YgOmq/7UO3AG6dCmoJQXOL.',0,'bcbtoothman1987'),(2166,'anordmann421993','$P$B/kx92xkod2GrEkOtKEMd9HTM6CAuy1','anordmann421993','anordmann42@hotmail.com','','2017-10-16 07:48:02','1508140083:$P$BegEoI/WPFrpuhGeBbeBixRgZA1Cnn0',0,'anordmann421993'),(2167,'mike1953','$P$BgDJ20BXTDE4vqxDC4PY/HLzN9dEMT/','mike1953','mike@greendemolitioninc.com','','2017-10-17 10:17:19','1508235443:$P$B0NX3MproyoC5GiHsiP7ZrqTykwjp/1',0,'mike1953'),(2168,'mansoorisajid1980','$P$Btv9ztOsflxCccp3F37z5t34x.N/nU1','mansoorisajid1980','mansoorisajid@hotmail.com','','2017-10-17 10:23:00','1508235783:$P$BkQU3vpGW9K7KrypsLcVxMxNmsv1Cq.',0,'mansoorisajid1980'),(2169,'cdaniels01234561996','$P$BkH8UE4YF9SPhOHTgI.8Scx7EpqZDR.','cdaniels01234561996','cdaniels0123456@gmail.com','','2017-10-17 11:03:21','1508238204:$P$BAel3OlCeJ7ErU3qXvYoL2c0eGV4lF1',0,'cdaniels01234561996'),(2170,'bprince4791997','$P$BL4OnPAkY58Cw7jBVnk/PRyBTUo7jY.','bprince4791997','bprince479@aol.com','','2017-10-17 11:06:23','1508238386:$P$B88PaQdWtaRBKq7fE52nxZjdsHgTk31',0,'bprince4791997'),(2171,'emily.n.hartwig1967','$P$BbpVSO2TUOcFM0S/FfUmuEQCZ.iswx1','emily-n-hartwig1967','emily.n.hartwig@gmail.com','','2017-10-17 11:37:07','1508240231:$P$BGT1GtTIvPJDK6t9QFLiWfLxI5xujX/',0,'emily.n.hartwig1967'),(2172,'benamiller2010','$P$BuxNB85IaxCuPqnw733F6JUhqBf/Cc1','benamiller2010','benamiller@sbcglobal.net','','2017-10-17 11:42:16','1508240539:$P$BLmHMr0e/w8rgJk1kPq0NoCPaMmDBz1',0,'benamiller2010'),(2173,'renee_ann12005','$P$BzYAEaxmmt87GlUjaUCsK9RbixmVke1','renee_ann12005','renee_ann1@hotmail.com','','2017-10-17 12:08:37','1508242121:$P$BFbBsYP5E8o1DzQgWlvblQOAGSJXV9/',0,'renee_ann12005'),(2174,'annushastry1981','$P$BZ9dW0EptcxNwa2wOuWPNtBauHMs1d/','annushastry1981','annushastry@gmail.com','','2017-10-17 12:09:26','1508242169:$P$BczzSRaLBZlV7S699Pc8aoMlFLrxFP/',0,'annushastry1981'),(2175,'c_csoti1951','$P$BT5cAOfVdDbY7UGx1XxrCb5lB2f9G21','c_csoti1951','c_csoti@yahoo.com','','2017-10-17 12:45:34','1508244338:$P$B4OUTEiT0A7IOxOWVdegmAH2Lj1hfw0',0,'c_csoti1951'),(2176,'dondeestasmarlene1988','$P$BrcvUTQTwj24MoGtU0okU.VPO8WJvc.','dondeestasmarlene1988','dondeestasmarlene@yahoo.com','','2017-10-17 13:13:43','1508246026:$P$BxbRIdtn5Po35UWpGtLeaFtQ4OfIbo0',0,'dondeestasmarlene1988'),(2177,'vinceledesma1970','$P$BHwwzDFuHB.txNlDtHwqVOsc5pR/c1.','vinceledesma1970','vinceledesma@gmail.com','','2017-10-17 14:00:29','1508248833:$P$Bc4Mr8CyNmBLQh.LnqfgRaIKFiJVTc1',0,'vinceledesma1970'),(2178,'angel_toups1964','$P$BFhakArlbb/ec7SRkJefRhdaf/0sXt1','angel_toups1964','angel_toups@yahoo.com','','2017-10-17 14:05:01','1508249105:$P$BQ4FbWwlZZpvMuB3FSjksejDntUDmN/',0,'angel_toups1964'),(2179,'scott1998','$P$BfKlzxsGe.eYwXhr/RNZLM.njC7HlI.','scott1998','scott@iprinttechnologies.com','','2017-10-17 14:06:30','1508249195:$P$BkeZtwaLMR4kKBPUbmbElurNYv2isB.',0,'scott1998'),(2180,'ryan.goodenough1964','$P$B6x7sonuYBW/KFtq4RWc0tw4OL23XE/','ryan-goodenough1964','ryan.goodenough@gmail.com','','2017-10-17 14:25:44','1508250348:$P$BjAxe4Klu6khhjSTSiQnauaJCJe/Sk0',0,'ryan.goodenough1964'),(2181,'richierich20041973','$P$B9U7MM.Z4ODann56QiGOZCilPox7hD/','richierich20041973','richierich2004@sbcglobal.net','','2017-10-17 14:27:10','1508250434:$P$BtTvR7ESU3E/MA4slMrDXQuPOU3ZxW.',0,'richierich20041973'),(2182,'swati.ambulkar1996','$P$BeXmfQ8.n9R0kUtQBhYRYa8eaqCK3G/','swati-ambulkar1996','swati.ambulkar@yahoo.com','','2017-10-17 14:45:40','1508251543:$P$BNaalQmsihIcrQ4eSSk/JDh7PzoH6b1',0,'swati.ambulkar1996'),(2183,'dmock1999','$P$Bwwd8MScolfltLcEAFBOe53aYz4VB00','dmock1999','dmock@reidengineering.com','','2017-10-17 14:57:29','1508252252:$P$Bp9tF1ARyZajseHtbiLnwMh3TgL8xf0',0,'dmock1999'),(2184,'dtmpduffy1984','$P$BUawzHfoTSYzS2ZW8YuYH/y6OqM.YC.','dtmpduffy1984','dtmpduffy@comcast.net','','2017-10-17 15:31:54','1508254317:$P$BTmM0DBU9/CAnn22sLDLBVPKBnTB4B1',0,'dtmpduffy1984'),(2185,'kathyharbaugh1977','$P$BWgzJ7rfdSTWBZNXZozWlcqsGUK4k6/','kathyharbaugh1977','kathyharbaugh@aol.com','','2017-10-17 15:44:01','1508255046:$P$BMkjnWmOnHjA3p7UH/f/eFgFjlMjso1',0,'kathyharbaugh1977'),(2186,'southport20011963','$P$Bag8sU1x/BF7zz/ph3AKLQu9Id5Jm3.','southport20011963','southport2001@yahoo.com','','2017-10-17 15:58:56','1508255939:$P$B1X0sgdvS2BXUtUtV4gE5sb0NuKGNN.',0,'southport20011963'),(2187,'schnoby51976','$P$BdI/d6THQMGWfWHbIE.xegO/ACU1/A1','schnoby51976','schnoby5@aol.com','','2017-10-17 16:06:36','1508256400:$P$BsCAXyolAva8Gsh6.Ow1zyZPjLaKsY1',0,'schnoby51976'),(2188,'chris.waterstradt1989','$P$BUVNbOpCSmTs1yTaVWA748mTThFwjv/','chris-waterstradt1989','chris.waterstradt@gmail.com','','2017-10-17 16:21:30','1508257296:$P$B91u8W.8MxMYprQLSQizPACd/hRWX81',0,'chris.waterstradt1989'),(2189,'amitverma7121977','$P$BEzeP5v00BAGt7lectTUyfK4o3hkT//','amitverma7121977','amitverma712@gmail.com','','2017-10-17 16:35:47','1508258156:$P$B4eP.TyAngh8PYeCyJ2TZuNXM2kQen1',0,'amitverma7121977'),(2190,'toddgeller1988','$P$Bi1yNqAuGGm6NKbSaE02xLv5xYXPLZ.','toddgeller1988','toddgeller@gmail.com','','2017-10-17 16:47:33','1508258857:$P$BpbM8qcehvZl.rqvoshVMTfByKZqD9/',0,'toddgeller1988'),(2191,'ock2003441976','$P$BT3XDPHEFuOP4TdZfEMqJekn7P3pz80','ock2003441976','ock200344@yahoo.com','','2017-10-17 17:05:53','1508259957:$P$Bv28Vl1xfq5J2o8wbSGtoZ044/fPnP/',0,'ock2003441976'),(2192,'ndigenan1972','$P$BUsY6o6HG3Yj3vzDYpbJkVT4ClTYGp1','ndigenan1972','ndigenan@hotmail.com','','2017-10-17 17:43:04','1508262188:$P$BahFGwBfWBpjkIjJppHyOAD8r0aZyf1',0,'ndigenan1972'),(2193,'ali.akdeniz1974','$P$BrLvZ3kK7ANWiNgm8hS5N38TktkITY1','ali-akdeniz1974','ali.akdeniz@web.de','','2017-10-17 18:15:18','1508264122:$P$BbeqzsviNozX2GnOJV76JFQpLL5tPt1',0,'ali.akdeniz1974'),(2194,'sinknlee1955','$P$B5BtJRDalH1S7VFBKuuU0C8nN6MoI21','sinknlee1955','sinknlee@aol.com','','2017-10-17 18:47:24','1508266048:$P$BgmoJd1AYKxUYXlizAR0laa9NZ0C8a.',0,'sinknlee1955'),(2195,'foneswest_kevin2001','$P$B6sbrmQCz4nvPKbu1pIWoGJuBLz0RY.','foneswest_kevin2001','foneswest_kevin@hotmail.com','','2017-10-17 18:57:57','1508266681:$P$BAKcghWLbYEDhkbYaxsDjYj61yZ2mg1',0,'foneswest_kevin2001'),(2196,'nicolai1967','$P$BAYFd716KzaI147Q3fTaJEPWitdm0I0','nicolai1967','nicolai@fev.com','','2017-10-17 18:58:28','1508266711:$P$B9Nb51n51UX1g9kky/QlcGpWNeJtlt1',0,'nicolai1967'),(2197,'melaniedawne1981','$P$BMZ/BVmrkMwfKx790Tjm87Lm5M5f6r0','melaniedawne1981','melaniedawne@hotmail.com','','2017-10-17 18:58:34','1508266717:$P$Brbx.oyISpEEqmyt7Qh53KrE/ofbap1',0,'melaniedawne1981'),(2198,'mrpbateman2002','$P$BjXv.SO77gZliUDt/923UzXmOADUOy0','mrpbateman2002','mrpbateman@firemail.cc','','2017-10-17 19:13:15','1508267599:$P$B9y9iQQm4L2h24ybP7QGKsa3mBAKPV1',0,'mrpbateman2002'),(2199,'briske21957','$P$B4kauqU5tdYZ9kKZpcZnwy2k6GHcp61','briske21957','briske2@web.de','','2017-10-17 19:28:53','1508268538:$P$BwRDNMqMVJ/KG5/8ktFGzqa1E17atp0',0,'briske21957'),(2200,'im4unicorns1981','$P$BHlrwGYLSa652ZTZO2QAvQSVKPMaSb.','im4unicorns1981','im4unicorns@aol.com','','2017-10-17 19:37:20','1508269044:$P$B56IJ9mveu4bGjuDU/RIIoxLvgr73/0',0,'im4unicorns1981'),(2201,'alkoenig1983','$P$BBE7Qn5ygMnKmMw.T6hSydxYLxsENU.','alkoenig1983','alkoenig@mindspring.com','','2017-10-17 19:46:54','1508269618:$P$Bb7c1A4X.SeJCOPNlZkxfvjWqqC6Hk1',0,'alkoenig1983'),(2202,'xxricerburner1969','$P$BopjIrCnoQa6/BLgQyx1k.0HyB4G8e/','xxricerburner1969','xxricerburner@yahoo.com','','2017-10-17 19:57:15','1508270240:$P$BIFqgN4A1RmP7hDJNSXFPgoAMIkpuU0',0,'xxricerburner1969'),(2203,'sinhamn1954','$P$B3oLw7zdt5bg9bcNcbQc4ADKx2gdub.','sinhamn1954','sinhamn@hotmail.com','','2017-10-17 20:27:46','1508272070:$P$B5/MqRT/mdI2IE6zj9RqcZHCQsv4mB0',0,'sinhamn1954'),(2204,'chefjenna19831980','$P$BSX.hknA8pFSoFEWBQ0wbR0Lk/hPL9/','chefjenna19831980','chefjenna1983@msn.com','','2017-10-17 20:37:11','1508272634:$P$BkJtf8v098hpSeKBR4pacs6RWwVAI9/',0,'chefjenna19831980'),(2205,'ipcrus2000','$P$Bx.gw2gSuZ6L/R.UTW1zlenVAC9b700','ipcrus2000','ipcrus@live.com','','2017-10-17 21:22:06','1508275330:$P$BRN9ukZrbU4R0WUPm2S2X.t.S1aikm/',0,'ipcrus2000'),(2206,'msscottco2007','$P$B.rWIkCPPxXMcqa.c4B7H2GH.BO5MB.','msscottco2007','msscottco@outlook.com','','2017-10-17 21:22:08','1508275331:$P$BspihZ3zgh2U6.GM1waCV2.8DCZXIy.',0,'msscottco2007'),(2207,'salima.gilani3131966','$P$BluVFr5y4tOxfFhmqhgSMIWgFlVLCd.','salima-gilani3131966','salima.gilani313@hotmail.com','','2017-10-17 21:24:04','1508275448:$P$BMnHKv6HGqB371RvSo.4J84sLDEguw.',0,'salima.gilani3131966'),(2208,'amibhalodia1984','$P$BufS8bB7j6HjXXJaBiJaZ5tn2BaHA5/','amibhalodia1984','amibhalodia@yahoo.com','','2017-10-17 21:30:17','1508275820:$P$BukK97XAMIXOGfYiDZHtWn.Az29Mdy/',0,'amibhalodia1984'),(2209,'beckholko1968','$P$BkRwmo0wAoIcurs2z/VAFrxJU4d2qd/','beckholko1968','beckholko@live.com','','2017-10-17 22:06:09','1508277973:$P$BeFum.PpX04.qPJmdupOgmA9o3LHGw/',0,'beckholko1968'),(2210,'montizle215192005','$P$B1QJ9/7Fo9w39NAWHZlJVqddfA.DnL/','montizle215192005','montizle21519@aol.com','','2017-10-17 22:06:51','1508278015:$P$BIDPv2Ah/QWaJ8.S79ENKM5IuIb7Yu/',0,'montizle215192005'),(2211,'christian1995','$P$B0RQrI14/B05Eu2QbJ2x2oDLwaSKNP/','christian1995','christian@veganmagazin.de','','2017-10-17 22:33:04','1508279588:$P$BYnWYza/lwPZaCLic5sbQ2pKQY1Ohl0',0,'christian1995'),(2212,'kenn_patelli1986','$P$Bx3nz2t67xRIv9zSecAmdlBc1RXSAU0','kenn_patelli1986','kenn_patelli@yahoo.com','','2017-10-17 22:38:11','1508279895:$P$BmTB4rNjgiU34t9TLsT64hky6IwzOA0',0,'kenn_patelli1986'),(2213,'ktravisnelson1967','$P$BSNJIgAXRVnZuO5w3I5cdVEVAstQYm1','ktravisnelson1967','ktravisnelson@aol.com','','2017-10-17 22:51:44','1508280708:$P$BsxRy40FdH3V0B4P8.KrSJFUTms/ar.',0,'ktravisnelson1967'),(2214,'orchids1990','$P$BcJuSiY6O9NOOxZl1OqlyGkSAQGF2T1','orchids1990','orchids@orchidweb.com','','2017-10-17 23:00:40','1508281244:$P$Bppm02f5.WXoy.eXLDIZucMXLbu1Cg/',0,'orchids1990'),(2215,'mikeeinck31997','$P$B1nqb1iUYyRX5GR3l/LkM/Kf/g1AwF0','mikeeinck31997','mikeeinck3@yahoo.com','','2017-10-17 23:01:44','1508281309:$P$BHQRffxf.xyMOdVSm7N6PnWVGpslGK.',0,'mikeeinck31997'),(2216,'femlawjd2005','$P$B2QnHkN5BtOy1bQU3YAMMlEARAHhw5.','femlawjd2005','femlawjd@yahoo.com','','2017-10-17 23:35:59','1508283364:$P$Bua54Ocvj0A4qvgACM7UKAHcigi7lm0',0,'femlawjd2005'),(2217,'jenrav1992','$P$BBZQMneCa6NmVgOjcN86S2p9gjEWWj1','jenrav1992','jenrav@hotmail.com','','2017-10-17 23:39:25','1508283569:$P$BEFN0APKtdX0CjN6X5Zz4mLHDPWnPt0',0,'jenrav1992'),(2218,'b.j.patterson1969','$P$BQrPCqm8oKqcWo7LK8ZLF045U0rU0M/','b-j-patterson1969','b.j.patterson@pacmtnlog.com','','2017-10-18 00:21:33','1508286098:$P$B1McwebKpBT8v9ltkV542GtJtboXHH/',0,'b.j.patterson1969'),(2219,'saqib.shakil1966','$P$BktviGkvijCYlo7wvEv6AR7tRq.ML50','saqib-shakil1966','saqib.shakil@hotmail.com','','2017-10-18 00:27:29','1508286452:$P$BQCdMblg3kUHyf.rAKEHcO0WoSDvpl.',0,'saqib.shakil1966'),(2220,'sydcampos2006','$P$B938mDwlWfbE6tnszfDE0vY5u/mPvw0','sydcampos2006','sydcampos@gmail.com','','2017-10-18 00:46:21','1508287585:$P$BD3zAAwOKNYX7ZHYpT3YjyUEEG8nz5/',0,'sydcampos2006'),(2221,'sassy12191980','$P$Bn84BwIDuyLwTFaoImLWVdCsULf9Sm1','sassy12191980','sassy1219@hotmail.com','','2017-10-18 00:58:16','1508288299:$P$BzuxBeLQjG8xxeupjBYYozqCA3VElp0',0,'sassy12191980'),(2222,'shoba1602002','$P$B3gnN2PL0lBTAKM6upKp9CaUu4fVaM/','shoba1602002','shoba160@yahoo.com','','2017-10-18 01:38:31','1508290715:$P$Bb8BDmQ5It9otGcTGeNeBoLljKuCp0.',0,'shoba1602002'),(2223,'joycemish1975','$P$BQsX2DRa0P9GmTUayupAXu6IGnZ5.X1','joycemish1975','joycemish@aol.com','','2017-10-18 04:06:39','1508299602:$P$BSn3wqaiDVR.klWvohXt62dfjVjWOL0',0,'joycemish1975'),(2224,'jhdaniels1993','$P$BSZNTqFU4NEAsSQCZVamLqkklQcEOG0','jhdaniels1993','jhdaniels@msn.com','','2017-10-18 05:22:54','1508304178:$P$BYTv.ta7NTD3ogso3JtYfjFMdCbs9Z1',0,'jhdaniels1993'),(2225,'sonja1950','$P$B5Pe.TkAbul4ZQmcLRpVy1/dIsbicw0','sonja1950','sonja@veganmagazin.de','','2017-10-18 06:20:00','1508307605:$P$BPflSZ7r.ZDr/msN1I/YXaP0D8s06y1',0,'sonja1950'),(2226,'harald.banglmayr1950','$P$B41R388Y1FUYQ2evym5iZToqXFFyWA1','harald-banglmayr1950','harald.banglmayr@invent-europe.com','','2017-10-18 06:33:18','1508308402:$P$BT.pMw7a8AfChnbMlUhZ9C/IwouUPV0',0,'harald.banglmayr1950'),(2227,'bpositive.red1960','$P$BiKSQi3uiEvaEvK6o/QCbcnqmXC.c71','bpositive-red1960','bpositive.red@gmail.com','','2017-10-18 13:55:16','1508334921:$P$B1sauNMalEF4c8WoUrbUnsYYWuyN.S.',0,'bpositive.red1960'),(2228,'rodriguez.hector11991','$P$BeYOLb9rXze0oENyD3.NX.Rpvw5ZTe1','rodriguez-hector11991','rodriguez.hector1@yahoo.com','','2017-10-20 09:57:07','1508493432:$P$B6QUBFpH3VMwv1el7gDqOdQCwHO6ux1',0,'rodriguez.hector11991'),(2229,'sureshpatnawale2003','$P$BDwbwqyr/iZk4Ovc2CP8qtiEo9Ay6F/','sureshpatnawale2003','sureshpatnawale@hotmail.com','','2017-10-20 13:54:45','1508507688:$P$BsILNFN05wsJlYmu.mvt8s7m4L2RLw.',0,'sureshpatnawale2003'),(2230,'kdm7041961','$P$B8JveszHmHw9w.M.BhlIb7DwLUeC9O.','kdm7041961','kdm704@yahoo.com','','2017-10-20 15:24:59','1508513103:$P$BVuNaUeZ/KEX9C.ma73.seFa6XqSFd1',0,'kdm7041961'),(2231,'divinedancer281962','$P$BkN/0EJE3fq.gu6HaeVyPULRHXQ/QH0','divinedancer281962','divinedancer28@hotmail.com','','2017-10-20 19:32:59','1508527984:$P$BaE3yA92OlfleJV6E08lr5kGAou1430',0,'divinedancer281962'),(2232,'andylicht2003','$P$ByYCeiTf4JCjy1mXeqOnw4TyV8tIZ./','andylicht2003','andylicht@aol.com','','2017-10-20 23:17:57','1508541481:$P$BCLUNjCtpyuttKUoc07y/bsF8XVJK81',0,'andylicht2003'),(2233,'dgamenice21958','$P$BRVpDFo1BREcEiu.tED2laTjOM3QY/0','dgamenice21958','dgamenice2@aol.com','','2017-10-20 23:50:21','1508543424:$P$BHVPXkL3sDUkcTFFHxQIA9VyhcAxY./',0,'dgamenice21958'),(2234,'alicelee151965','$P$B/GwqHE3nyew4.k8gJlbfRuLnCAJZ5.','alicelee151965','alicelee15@hotmail.com','','2017-10-21 00:22:47','1508545370:$P$BBy62k8jmrOsCVvCjAuFe./4JkQnWi.',0,'alicelee151965'),(2235,'tusu5820021958','$P$Bs6InnCWIYwr2Y/rH/LyVgBwazi97t1','tusu5820021958','tusu582002@yahoo.com','','2017-10-21 03:57:17','1508558241:$P$BI0BjoGFEJ9bjz/1jKK/3L/ZSAoaDe/',0,'tusu5820021958'),(2236,'jrmbro131990','$P$B3muOVyIf6.6oYs7PnGBoGxCQ6tPfP1','jrmbro131990','jrmbro13@yahoo.com','','2017-10-22 12:11:04','1508674270:$P$Bz/x1GWMAY/t/yAcQkjg60mp.jBeyF/',0,'jrmbro131990'),(2237,'lunalucembd2002','$P$BN8AVEhoXsk/cMb6IhI7BqCvM5CZMU0','lunalucembd2002','lunalucembd@msn.com','','2017-10-22 13:12:53','1508677978:$P$Be6E5er1h3a4.l4DdvacvkYeRkp.ur/',0,'lunalucembd2002'),(2238,'directah12001','$P$BKr8sI8nH3R4/9elo9vZakEMvIiTgR.','directah12001','directah1@msn.com','','2017-10-22 18:48:55','1508698140:$P$Br29k.on2LyRDEgWLAcq7lu5qTLBDK/',0,'directah12001'),(2239,'kaparker1976','$P$BNWEk41iaZU4qPHNbn4buSkDTCspY2.','kaparker1976','kaparker@hotmail.com','','2017-10-22 22:17:16','1508710640:$P$BHWpnjo52UjVasp1d7yvDeOWgHPk1W/',0,'kaparker1976'),(2240,'tritrident11980','$P$B0ChBCcI4oN5icL7RMxPGZGdn5Xlld0','tritrident11980','tritrident1@yahoo.com','','2017-10-24 13:19:51','1508851195:$P$B9n/60qzxG9p8M5ddQHLb9HpviXukU1',0,'tritrident11980'),(2241,'jsanti1141976','$P$Be5Zvxu/waB51qOtff25nV1jcApUIL0','jsanti1141976','jsanti114@msn.com','','2017-10-24 15:07:50','1508857675:$P$Bw.V5IZsUbAR1zKowENg.GOlETu/3J0',0,'jsanti1141976'),(2242,'piotrek371975','$P$Byb2TB0Y1y3ouwhJG2bgtAhKJ8deNu/','piotrek371975','piotrek37@yahoo.com','','2017-10-24 17:25:09','1508865914:$P$BaeEySFCY8czobjSo1vjmBZctW1PxE.',0,'piotrek371975'),(2243,'torri_lynn11994','$P$BfDjTlWZlubh16JhabSIdsQi1h7gLK0','torri_lynn11994','torri_lynn1@yahoo.com','','2017-10-24 17:44:14','1508867058:$P$B0A4qRXWm5D96Wi0XGP2/YGZ7VF5Jm0',0,'torri_lynn11994'),(2244,'frank.bartkowski1970','$P$Bx6PyEnVOTb7pMb5/XTMYMVORFqSjz/','frank-bartkowski1970','frank.bartkowski@t-online.de','','2017-10-24 18:55:26','1508871331:$P$Be0Tgy09bweBQkqq2lXKgsD8PBubmu.',0,'frank.bartkowski1970'),(2245,'gina_641997','$P$B6eaEdIvqjlY/opYCBWSmbzX1mSalH/','gina_641997','gina_64@hotmail.com','','2017-10-24 20:03:57','1508875441:$P$BCDF3Lk7DNPvn9M8.RGsZHncsoA7Bo/',0,'gina_641997'),(2246,'sthomas11958','$P$BzXROH389R67mET2KpgpXmXAvBJIPB.','sthomas11958','sthomas1@live.com','','2017-10-24 20:25:13','1508876717:$P$B/vec/UqS8ymhK2HRAt.ee2ac7AEpp/',0,'sthomas11958'),(2247,'madtomad1980','$P$BKmUmAYDBfGI3O6TpK0XI/KGnt3kME/','madtomad1980','madtomad@yahoo.com','','2017-10-24 20:39:20','1508877567:$P$BBslGqdawMHb9TElHKtoqpA/QD6nVa1',0,'madtomad1980'),(2248,'dan39021951','$P$BcKtuJRzNDoQ1n7D6lOlcEW/mlxn2c0','dan39021951','dan3902@aol.com','','2017-10-24 20:54:49','1508878493:$P$B55HwjjY94ExgKwqLb8lzifwtlND6d1',0,'dan39021951'),(2249,'adamskay1999','$P$BnizZsNJsBAHiGxkTEMQUzVZmnP3271','adamskay1999','adamskay@hotmail.com','','2017-10-24 21:16:08','1508879776:$P$Bx7.rxErxgm5Gsp.M5.lzswD9oJVvJ/',0,'adamskay1999'),(2250,'steven.meshberger1985','$P$BUaXqC07awqL/A92x.WXIMzfEOXkov.','steven-meshberger1985','steven.meshberger@jacobs.com','','2017-10-24 23:11:56','1508886721:$P$BUdHontEAH09qvhYr4t3wBZQ2a5vrS0',0,'steven.meshberger1985'),(2251,'jessgrosgebauer2006','$P$BvqZKaPqZPuMiFlqfPcaMMDYSb98Oz/','jessgrosgebauer2006','jessgrosgebauer@hotmail.com','','2017-10-24 23:54:13','1508889256:$P$BBnxyyvztKtqYo13nFO0v3RIHZ.eOk0',0,'jessgrosgebauer2006'),(2252,'mesh70520001984','$P$BiRQCpdenLKE/L4PKOhttsi6uXIs7Q/','mesh70520001984','mesh7052000@yahoo.com','','2017-10-25 01:53:37','1508896422:$P$BRVdFDn176QSBLCW9/rC4q6n0t4.jT/',0,'mesh70520001984'),(2253,'albertlifeinsurance1957','$P$BBY630SzDbojl5XkEo4kkn.K/Ilu.V1','albertlifeinsurance1957','albertlifeinsurance@aol.com','','2017-10-25 02:56:08','1508900172:$P$B3LLdk9pV.MxZps.w.t6h893CTZXOB0',0,'albertlifeinsurance1957'),(2254,'dlslepkaz1958','$P$Bz1Gi7zV8G9QirxbR7H749/C0fvBA2/','dlslepkaz1958','dlslepkaz@yahoo.com','','2017-10-25 04:35:37','1508906143:$P$BDRgTbf24zplZ6vBxVSjxuT7AZGw2V/',0,'dlslepkaz1958'),(2255,'sjguth1995','$P$B9o.94yuYTWjMUu8h5euWTTekAyOMR/','sjguth1995','sjguth@msn.com','','2017-10-25 05:21:17','1508908881:$P$BFUvwIjRHrtWbxDTd2YDEql1ivDMK00',0,'sjguth1995'),(2256,'pam1958','$P$BzxvSnSaKhWSIWRgRuT0Xhox.lyDxN/','pam1958','pam@p-rs.com','','2017-10-25 07:25:01','1508916306:$P$BVMYCH0aMNN/Qp.txr2rqDo.STXeBk0',0,'pam1958'),(2257,'pocahontas571964','$P$BsEOQZkxHcZxtQ4OoxyscitV1TNMgT.','pocahontas571964','pocahontas57@hotmail.com','','2017-10-25 12:37:12','1508935037:$P$BgiFh4tvc9G45p5cp3juExjOz3schp0',0,'pocahontas571964'),(2258,'michaelleff1989','$P$BpaIEhtgthfi7xebPs9.iT8sl/zkm71','michaelleff1989','michaelleff@hotmail.com','','2017-10-25 13:06:15','1508936779:$P$BJ7j4tdNqcfhx3k22Y93UdGdi1Vq1k.',0,'michaelleff1989'),(2259,'paul-a-gibbons2000','$P$BLsrvXBY/KN.vV1BRxRLNMgrzpkuU40','paul-a-gibbons2000','paul-a-gibbons@msn.com','','2017-10-25 16:43:27','1508949825:$P$B6c.kZ2m1YG1rzXBP7VtKdahFe6jX60',0,'paul-a-gibbons2000'),(2260,'ryanncummings1957','$P$B7CcLnsa4E2sly3LpauIRUZ4NjPo3l.','ryanncummings1957','ryanncummings@yahoo.com','','2017-10-25 16:59:11','1508950756:$P$BLmNoCEmOUukg5A4zCyS6ZLI/6CtvH1',0,'ryanncummings1957'),(2261,'diamond_admin1970','$P$BubCMaHUnGtlaOmYEOxi7slQEQbkLy.','diamond_admin1970','diamond_admin@telus.net','','2017-10-25 17:38:05','1508953091:$P$Ba2B.9bKwvqh6ckjkOJBwxzRYFZOjL0',0,'diamond_admin1970'),(2262,'brian_x_sullivan1960','$P$BM2aIcOKu4514u6dQ01d1WwPayYrYB1','brian_x_sullivan1960','brian_x_sullivan@yahoo.com','','2017-10-25 17:50:11','1508953814:$P$Bt7n4/4pVt2VDgEtObseQkn/6x1cJ71',0,'brian_x_sullivan1960'),(2263,'sebastianrluna1950','$P$Booz12Xy.ZOAoD9e2F3xbF6rGu1tOi0','sebastianrluna1950','sebastianrluna@hotmail.com','','2017-10-25 18:40:27','1508956831:$P$BKEA3w3If9HfL2/eApkZa91CXMb3.H/',0,'sebastianrluna1950'),(2264,'schwartzjay1960','$P$BE6SP2CEw40wf2v1hRJMEigYMRgy/c1','schwartzjay1960','schwartzjay@hotmail.com','','2017-10-25 18:58:25','1508957908:$P$BLl00Ms1uy4oJxOcjo41zh0thb3On.1',0,'schwartzjay1960'),(2265,'dperez1984','$P$BK17AV5ghHZQACSK72AYu1nPePN0/s0','dperez1984','dperez@austinisd.org','','2017-10-25 20:28:55','1508963340:$P$BImdzkLSH/e.Vj6FNmU/fsKIz4n4I1/',0,'dperez1984'),(2266,'marcus_martinsen1984','$P$BJwGIj2lu6zRLVU5uXDNa9A.j55q3K0','marcus_martinsen1984','marcus_martinsen@hotmail.com','','2017-10-25 21:28:03','1508966896:$P$BYF/MwmAr4FfjZfVWgln85spiFdrw20',0,'marcus_martinsen1984'),(2267,'ssuesan1958','$P$Bh2w9HOro3I5mmHq/DdctSgcZi33jr0','ssuesan1958','ssuesan@aol.com','','2017-10-25 21:28:41','1508966925:$P$BXBdUkVy3plYbW9aZCXbWAm4kPIiq91',0,'ssuesan1958'),(2268,'fxtooltime2004','$P$BpOuBm0s/8zSeCO/e7sHbwSV3xgE2h0','fxtooltime2004','fxtooltime@hotmail.com','','2017-10-26 01:01:10','1508979674:$P$BvOWqCB8uibqaLo7AO9hjT3aiTOnmA.',0,'fxtooltime2004'),(2269,'stepheng0231973','$P$Bjfml25BuWDa/V83W0EMOvV8oCAz5m.','stepheng0231973','stepheng023@yahoo.com','','2017-10-26 01:23:23','1508981007:$P$B/SglS7HCz8zkxlSt.wKScHoWdav9L/',0,'stepheng0231973'),(2270,'markh1985','$P$BKvx0sprA6SQJ0NWLvASX0nydVikHU1','markh1985','markh@hreaz.com','','2017-10-26 02:48:24','1508986109:$P$BX5Wo779z2wYuyU3M74rMxHsJVCWPf1',0,'markh1985'),(2271,'akmkjkjk2000','$P$BcuHMdaKaKVnf0Du4Wn5Oh1Kojgym01','akmkjkjk2000','akmkjkjk@aol.com','','2017-10-26 03:07:20','1508987243:$P$BpRLS9Jp6Yd0S0cZSeQylLtZrRx9.c/',0,'akmkjkjk2000'),(2272,'garcia01581957','$P$BiZNWMYQXZV27d7ofrpPUHXKymJSc./','garcia01581957','garcia0158@yahoo.com','','2017-10-26 03:07:48','1508987271:$P$B2eef0Tugs5V8a.VI6vvfv6sVh1R2q.',0,'garcia01581957'),(2273,'kishalof1969','$P$BPWASN2nvT22eXfbTRH0Kb4OgiGgEk.','kishalof1969','kishalof@yahoo.com','','2017-10-26 05:49:42','1508996986:$P$BbJx3Z27etPjni.0WC.oSd2nSReX280',0,'kishalof1969'),(2274,'lothar-gihr1959','$P$Blbe.ie5n.fthhPzT.5CtQMZNBFKuO0','lothar-gihr1959','lothar-gihr@t-online.de','','2017-10-26 08:16:54','1509005817:$P$BtVP8BuRLjwKxeSuKt3Q91vJGU831..',0,'lothar-gihr1959'),(2275,'davidjeromemartin1985','$P$BA5COspoLgHN9ewCN64nFSy01/WUPY/','davidjeromemartin1985','davidjeromemartin@yahoo.com','','2017-10-26 10:36:05','1509014168:$P$BoJDk16rkf5RjL.AEViPqoFuy3xFE2/',0,'davidjeromemartin1985'),(2276,'bootieshakinblonde1972','$P$BYiWeCsucC.8GkQFHtarNHN17ZQiEI.','bootieshakinblonde1972','bootieshakinblonde@hotmail.com','','2017-10-26 14:10:11','1509027015:$P$By.zdAYA/TaeEh/zKfD/vzuDuvRckE1',0,'bootieshakinblonde1972'),(2277,'jsanchez4.931994','$P$BNR0v7jahfEw1A6gTDFnvwnIPGMhOD0','jsanchez4-931994','jsanchez4.93@gmail.com','','2017-10-26 14:22:34','1509027758:$P$Bz/1a8ikhQRAK1nSGGVIP4i2cFqPNw/',0,'jsanchez4.931994'),(2278,'sherine2003','$P$BMMYtW1uslWteTqbT6P.32z1VggbdY1','sherine2003','sherine@pahlavanlaw.com','','2017-10-26 14:57:31','1509029854:$P$BV/KO8ZL0uHBk1qsMNxcxk5lFMzl.s.',0,'sherine2003'),(2279,'naeemudat1963','$P$Bsv.AlRvLwiEbo8KszoIfr2GOCPDr81','naeemudat1963','naeemudat@hotmail.com','','2017-10-26 15:30:58','1509031862:$P$B4Voox.EEtjZMEfT2qkcn7tkIc2rE4/',0,'naeemudat1963'),(2280,'samazhar1965','$P$B4peuxr3l5Uw3kSsUdFVGTvjwJXoZs/','samazhar1965','samazhar@yahoo.com','','2017-10-26 16:24:53','1509035104:$P$BjKVx73ayH24RP4btyAYw1p02SzbWH0',0,'samazhar1965'),(2281,'satt42002','$P$BBeGB9LmUtDh3T503aoPf3N52ha5WL0','satt42002','satt4@att.net','','2017-10-26 18:18:58','1509041942:$P$BFvwWITHnGKAv8k47pOmbFWOJ5U0GJ1',0,'satt42002'),(2282,'rivermedic571994','$P$Bu.F/KZghzI67g9f8hgTU1eKGJbMsW1','rivermedic571994','rivermedic57@aol.com','','2017-10-26 18:46:37','1509043601:$P$B2Fi6myTdaUtaf0baQg3mu0rpBkCil/',0,'rivermedic571994'),(2283,'steph11hernandez2004','$P$BWwADSbNk.uNtJ1TTlPGY2BydXQYNW.','steph11hernandez2004','steph11hernandez@yahoo.com','','2017-10-26 21:54:45','1509054889:$P$BMUs02VoxToCeS4Y3h4RGxAuh5MTQo1',0,'steph11hernandez2004'),(2284,'wegot20custom1969','$P$BwXQ82GannasZ.IT7qRuZV7dJ6HZ5a0','wegot20custom1969','wegot20custom@gmail.com','','2017-10-26 22:13:04','1509055988:$P$BvUI2maY5xoYbqG3emWeWwn3rYGXYp0',0,'wegot20custom1969'),(2285,'dante.bouchot1995','$P$BJl/fw4ngB3gSW9OCCylr6TAmqkKXf/','dante-bouchot1995','dante.bouchot@gmail.com','','2017-10-27 00:41:15','1509064879:$P$BjSIeTqKwm9BYOa0EB/HOVJdoijFWs.',0,'dante.bouchot1995'),(2286,'atest20001950','$P$BQ.dzk2kP5Wp0VZPdc12uwHV.b.u7Q1','atest20001950','atest2000@gmail.com','','2017-10-27 10:41:41','1509100906:$P$BDB0InqAENYAkgusBK6tPvoq/v2DQP0',0,'atest20001950'),(2287,'jamman13zim1970','$P$BvLrfK5sIjoHWt6O7uh4v51k/9Mghw/','jamman13zim1970','jamman13zim@aol.com','','2017-10-27 12:25:16','1509107121:$P$BlE4vakZ9QFn.3vw6oWlPm.msFzX931',0,'jamman13zim1970'),(2288,'dominique1302010','$P$BTnJRov0vptlLA6cGOlIYZ64IgOLJ91','dominique1302010','dominique130@hotmail.com','','2017-10-27 15:06:57','1509116821:$P$B2nag9lBw2LeTXI4iYzP7YboQ2yheA1',0,'dominique1302010'),(2289,'izhuk1970','$P$B2cl3y1RwE5lw4DoF01x3IjY7eaviS1','izhuk1970','izhuk@hotmail.com','','2017-10-27 15:22:34','1509117757:$P$BPfILdXUPs/qrPSb7lIaW/XySCAxmu/',0,'izhuk1970'),(2290,'behnazj1960','$P$Bt7EkeoPQQr.AXBX2XSy0RCbI5HH591','behnazj1960','behnazj@msn.com','','2017-10-27 16:48:17','1509122901:$P$BFZUgysk5fWFQ/orEuRiBHShO2ai..1',0,'behnazj1960'),(2291,'razouti1976','$P$B0LqvfyBA.AU9yZvYi08oeCm2BpKET/','razouti1976','razouti@hotmail.com','','2017-10-27 17:55:08','1509126912:$P$BQ4GpVKglsu8xs4yxI9MXN9Deb6Qn40',0,'razouti1976'),(2292,'rymc19901960','$P$BMLFrfm9npeGyb8FMzG3dU78PbioVF0','rymc19901960','rymc1990@gmail.com','','2017-10-27 19:14:55','1509131699:$P$BvEHl/dVpNL6sZiavrUSciQnJgU7DV0',0,'rymc19901960'),(2293,'krystaljuly1957','$P$BTE6jTXlhHFoJlGZKSbtxrkbbpxJs80','krystaljuly1957','krystaljuly@yahoo.com','','2017-10-27 19:27:37','1509132460:$P$BpUYXWVlRdsjzGom3Q0zGRzXxYBZD6/',0,'krystaljuly1957'),(2294,'davecol001981','$P$BGDVUfvald/7VP7ecY1DulxfbG7rjF1','davecol001981','davecol00@hotmail.com','','2017-10-27 19:29:22','1509132566:$P$BX./bphAwjSNOfIw9JtS2/UAa4tQ0g/',0,'davecol001981'),(2295,'fourspd2894bbl651994','$P$BuHgPs84eAAk2bmf7fsufcPLlqCZsk0','fourspd2894bbl651994','fourspd2894bbl65@yahoo.com','','2017-10-27 19:52:57','1509133982:$P$BsUwfVRWL8nIyC1QaskHuFMRrHxXyo/',0,'fourspd2894bbl651994'),(2296,'stuart.dunseath2001','$P$BY3xYmuqYhlONr0hPpbiKVtIWESujg0','stuart-dunseath2001','stuart.dunseath@hotmail.co.uk','','2017-10-27 20:38:57','1509136740:$P$BLcdkdSCzDdIq1KDzO2FhUQWUxTuV4.',0,'stuart.dunseath2001'),(2297,'1elliss1954','$P$BZvwH961Dj1ngS6XrOcyjMf2JgJD1f1','1elliss1954','1elliss@comcast.net','','2017-10-27 21:56:49','1509141413:$P$BiQT2uWhalCeCOnoDsJP5Cci/7sDEN1',0,'1elliss1954'),(2298,'egarciaelorrio1983','$P$BAh44wEUo0byhuK/BqKXoxKGPJEi.T/','egarciaelorrio1983','egarciaelorrio@gmail.com','','2017-10-27 23:21:05','1509146469:$P$BZSV0vJE.O1fIUr9VY3LlyBxEJpUI8/',0,'egarciaelorrio1983'),(2299,'hello1966','$P$Bbr7uSBJuTwiK.1wV4bKHFKLlfe7D20','hello1966','hello@stellar.org','','2017-10-28 01:15:27','1509153331:$P$BXyQ275dsYqvaahvpflRq4syJkVjjF/',0,'hello1966'),(2300,'diablosvet1978','$P$BO9S7IanXLw.I7KzFSdD8/ArsI61ia1','diablosvet1978','diablosvet@live.com','','2017-10-28 02:32:27','1509157951:$P$BEc0OH/5gEw2fAZQ8Jo4Kwyup4QS3v.',0,'diablosvet1978'),(2301,'vicoxley1971','$P$Bh0GSgiwM9zJJfFJl/HZmS9AwFaqra0','vicoxley1971','vicoxley@yahoo.com','','2017-10-28 02:45:49','1509158753:$P$B8a/i/3NYKOa64xnvkdUfxdMzt4MfH/',0,'vicoxley1971'),(2302,'yechi71957','$P$BtwEICKojunqhZxizylXF9NF7W2/q4.','yechi71957','yechi7@hotmail.com','','2017-10-28 06:47:07','1509173232:$P$BcFxYORB6ttlpNMGFpLmIkfLZW.hO..',0,'yechi71957'),(2303,'andrea_fina2006','$P$BL1zCvUkTqa.UWG8XoRKA/1vyo2fRf.','andrea_fina2006','andrea_fina@aol.com','','2017-10-28 07:49:11','1509176955:$P$B07e5UwRM7B7gnNfEBg0XyGCO1PIRu0',0,'andrea_fina2006'),(2304,'press1963','$P$BxxZRbGL1JWm.k3ZO9LMl3mHXPohUY/','press1963','press@stellar.org','','2017-10-28 11:50:15','1509191418:$P$Bw3L8ZdhwsY0CvYgxNsLOOdC1jaCgu1',0,'press1963'),(2305,'robsbucs851979','$P$BOc9F8IFy88bECKzZWsjBKfhj/DpLU.','robsbucs851979','robsbucs85@msn.com','','2017-10-28 16:54:28','1509209672:$P$BhjthTOaB/CCNYv2Tah/fSYbjUyJF10',0,'robsbucs851979'),(2306,'mann_10c2002','$P$Bj67duMZ5W7y8l2oQkLl6CznRGHRPN0','mann_10c2002','mann_10c@hotmail.com','','2017-10-28 19:21:20','1509218484:$P$BLT17Crh.E7yR6xkH8XSg2QYPhfu5.1',0,'mann_10c2002'),(2307,'rabdsharpei1967','$P$BZRQ602OxSzpM4qmSQZTrDV4S3lbLZ1','rabdsharpei1967','rabdsharpei@hotmail.com','','2017-10-29 08:08:56','1509264540:$P$BZfTz.HqlV3p3.t16eY9HBwQKjma/d1',0,'rabdsharpei1967'),(2308,'tmamayek1978','$P$B4UeQ9hi2wf157lZTaqWfiQUc.tA7d1','tmamayek1978','tmamayek@gmail.com','','2017-10-29 11:45:21','1509277525:$P$BObASTRgERJOVUtm0DzQS6KUCP1L.I.',0,'tmamayek1978'),(2309,'jalishamcleod1951','$P$BoPE8zFX/KlJAwiZUiet5kbOPyp5PN.','jalishamcleod1951','jalishamcleod@yahoo.com','','2017-10-29 12:01:58','1509278522:$P$BPG8zL9ospm6AAhN3aHzsDkA.OCYyo0',0,'jalishamcleod1951'),(2310,'luis.snlorenzo1963','$P$BZNE/mbxlyWjAXt91EmyLTWuqolX2i.','luis-snlorenzo1963','luis.snlorenzo@hotmail.com','','2017-10-29 12:33:16','1509280399:$P$BYJfnPoqMvzrUJx6uswdIIA/oEOAt//',0,'luis.snlorenzo1963'),(2311,'eremus_11976','$P$BYaNf1gnx8zYM3kAH3sIGl/FX6ZM3O.','eremus_11976','eremus_1@msn.com','','2017-10-29 12:49:17','1509281361:$P$B0eOeNqYhd/.TAwdST0bSBJ1thrYBa.',0,'eremus_11976'),(2312,'caldwell_victoria1972','$P$B0a5xX/YkC80zae9U8aVZKtf8ryeS7.','caldwell_victoria1972','caldwell_victoria@hotmail.com','','2017-10-29 18:45:38','1509302744:$P$B6Bj4A/Z9TkqfCc1SLisRKGiCe7uIc/',0,'caldwell_victoria1972'),(2313,'bennyhaha_121958','$P$Br8cpedccwEcx/AhWqRU65NhEQab8W0','bennyhaha_121958','bennyhaha_12@hotmail.com','','2017-10-29 19:50:16','1509306621:$P$BG9IwLE2FTFGhdQw/CcSWTW.UoTSuD.',0,'bennyhaha_121958'),(2314,'yommas1975','$P$BudUR6sHPss1hJ667O0BUHPuZdxoiy0','yommas1975','yommas@hotmail.com','','2017-10-29 20:04:43','1509307487:$P$Ba1n4EXt/4uoHJnyZwKvy0t0IhcLH70',0,'yommas1975'),(2315,'tpctang2007','$P$Bv.EEemlBIX80oBuDfuOnYMP2YkvHf1','tpctang2007','tpctang@msn.com','','2017-10-29 20:26:53','1509308816:$P$BNsn.Z8q6gWK/E3rrZNl.Yxg715LMO0',0,'tpctang2007'),(2316,'yusuf_gaz1958','$P$B6hnzWd9swL875KTQ6QDIwiVNwEy120','yusuf_gaz1958','yusuf_gaz@hotmail.com','','2017-10-29 22:15:17','1509315321:$P$B3RUuuhapaAtAxC/Iw7bBNX/.2yCdm1',0,'yusuf_gaz1958'),(2317,'heather_collins31967','$P$BG74LnI5PVRiU5f8jR9sO553xFPMmV1','heather_collins31967','heather_collins3@msn.com','','2017-10-30 00:30:51','1509323455:$P$BTEwbpu.U4ddiS0kdHv2PjAjl8eGix.',0,'heather_collins31967'),(2318,'mailfly0x01973','$P$BjTV4.sKru8xQSJQ7LyCULFXfw9yYG0','mailfly0x01973','mailfly0x0@yahoo.com','','2017-10-30 00:47:40','1509324463:$P$B1KYPVCshze7W6ZllvnlLHAQ9EatIO.',0,'mailfly0x01973'),(2319,'grifff10201953','$P$BzJCho0dlyY82S9lRTPy02BUHRS1xK0','grifff10201953','grifff1020@yahoo.com','','2017-10-30 03:16:04','1509333368:$P$Bc2uc26iwasKF9sNenfQaed8b5FNss.',0,'grifff10201953'),(2320,'tena.stevens1950','$P$BgNUq3b9Mg0bdZugLrJioKL0RHI0zN.','tena-stevens1950','tena.stevens@aol.com','','2017-10-30 14:36:03','1509374166:$P$BgOy0GJJHe5sh44uF.OmrlCiMYdZz8.',0,'tena.stevens1950'),(2321,'tim1956','$P$BiH1lVZTUWxgsjfnyBQbtF2Lyk8rEN1','tim1956','tim@belgios.com','','2017-10-30 15:34:37','1509377698:$P$BIlUJyGEpEPJMCBowicwy1hHvTFtOV0',0,'tim1956'),(2322,'lhundt1956','$P$BcYftT02b/IJ/S13u2BAnFcREloL.H/','lhundt1956','lhundt@uni-potsdam.de','','2017-10-30 17:57:48','1509386271:$P$BU0QaRukOAr.G3YWhNcxnv7NMXRNLq/',0,'lhundt1956'),(2323,'jeff_gaul1970','$P$BJz1boZQ2ZmKc02bKn8i/0ae76gfgQ0','jeff_gaul1970','jeff_gaul@hotmail.com','','2017-10-30 18:27:10','1509388034:$P$BCjn6UUxixwRjNN3H5zSDyGC64W7.m/',0,'jeff_gaul1970'),(2324,'ndeme.koffa2008','$P$BfLEbnIwziYWiVVK2mB3WUNgJmO9Jv/','ndeme-koffa2008','ndeme.koffa@gmail.com','','2017-10-30 19:34:05','1509392049:$P$BYCJbXZFDaYVanjcnESDa6dPlMMUaV.',0,'ndeme.koffa2008'),(2325,'rpsunrise1955','$P$BXZV4SFjdNeT5wrQPzo1dQpIDIFxRh.','rpsunrise1955','rpsunrise@msn.com','','2017-10-30 21:26:58','1509398822:$P$Bk9NS8Z07Y/eRSJK7WnfkaJIIUirAb1',0,'rpsunrise1955'),(2326,'jimmy0106091951','$P$BSWbxqGDsRcAF9AiRTFEJui15c7BfV1','jimmy0106091951','jimmy010609@yahoo.com','','2017-10-30 22:19:33','1509401976:$P$BX5HIOixZyDQldHKCq7GJZlli9vp5R/',0,'jimmy0106091951'),(2327,'jgserviceadv1959','$P$Bn3JY4./mLXsXLY7iNbSkhrGW6eSKm0','jgserviceadv1959','jgserviceadv@aol.com','','2017-10-30 23:47:06','1509407229:$P$BZbd19.bmUYiplo7uxce.ktQAmC.hP/',0,'jgserviceadv1959'),(2328,'kimmimroz1970','$P$BWaMKHafy9h8V2h8ZGe3oxevzt7oWT1','kimmimroz1970','kimmimroz@yahoo.com','','2017-10-30 23:59:28','1509407971:$P$BDkj.MGU2rCgmKMugzpq7KWp34iV3a1',0,'kimmimroz1970'),(2329,'avelee1981','$P$B5YNR0SwValFTrvK1wkQTuLmfp6AnO0','avelee1981','avelee@hotmail.com','','2017-10-31 01:37:49','1509413872:$P$B9NpjZEctNWwpoIHumhTpavJUZEAmD1',0,'avelee1981'),(2330,'anzeigen1974','$P$B4BhXoHNtSeQ/lJtWFUD3LWtPjaiSe.','anzeigen1974','anzeigen@veganmagazin.de','','2017-10-31 02:44:20','1509417864:$P$B6hrjpLj2RC74uWu3gXX5vaZZDMntN0',0,'anzeigen1974'),(2331,'murielcp32000','$P$Bb4.Z894591nnJ2mmKgQTKW7tYnzE70','murielcp32000','murielcp3@aol.com','','2017-10-31 05:24:40','1509427484:$P$Byyymkn5eU1X8OSa8kMUF7b8ORazyV1',0,'murielcp32000'),(2332,'heiner-schaefer1975','$P$B2T0Hk412vOrovgTFpFiYLjG58MRrX0','heiner-schaefer1975','heiner-schaefer@gmx.de','','2017-10-31 08:50:56','1509439859:$P$BZdjYNKD.46GUmOcfNsc/TZEQP6hAE.',0,'heiner-schaefer1975'),(2333,'jayson_mroz1959','$P$BNFM//4dwaD.7nhO69S.qgSXXNoft20','jayson_mroz1959','jayson_mroz@yahoo.com','','2017-10-31 12:56:11','1509454574:$P$Bgl42rST3Oy9dlk2mN2UkyqtWiA07b.',0,'jayson_mroz1959'),(2334,'spatricelli1989','$P$BrucNb/8kwLl4uepbndsQsCr.M0Z7A.','spatricelli1989','spatricelli@aol.com','','2017-10-31 12:56:15','1509454578:$P$BTsFK8.FSZ6h70gUGtvZ/T7vCEE5Lr.',0,'spatricelli1989'),(2335,'pprowell1988','$P$BwiJFBAK7wiOQYd3Jsb8a9JDZjaJ0p/','pprowell1988','pprowell@troy.edu','','2017-10-31 13:52:43','1509457966:$P$Br69kOxS11.cTR45z3lSlv1PQj3tGa0',0,'pprowell1988'),(2336,'pompeii.21969','$P$Bz3PF611AKtGtw0jm5LyTv3AeM8W7S1','pompeii-21969','pompeii.2@msn.com','','2017-10-31 15:32:20','1509463943:$P$BUUJKVDcyrZ87Jv40YpurqJdp3LGu8/',0,'pompeii.21969'),(2337,'abeyta.jose1996','$P$BPVsJMar/O5sfOEh30L/MAuRuQh7u50','abeyta-jose1996','abeyta.jose@hotmail.com','','2017-10-31 15:53:39','1509465222:$P$B9bxo.C0lbqk1bQHAySYpxaL0TMJgY0',0,'abeyta.jose1996'),(2338,'james2004','$P$B.yt7ddwUSI2S7GK/bhi8mViiVC3jg0','james2004','james@thewengers.us','','2017-10-31 16:48:26','1509468510:$P$BWBhpxe2x3Cs7kT/NGDOtSVI2Oveod0',0,'james2004'),(2339,'rtboggs1985','$P$BgI/glpLCqNd9L6RwFcuSqlGQFScPx0','rtboggs1985','rtboggs@att.net','','2017-10-31 17:00:55','1509469258:$P$BM1qa6YJwccs6oE6JjlU6cDp/bKxp..',0,'rtboggs1985'),(2340,'rainseven2002','$P$Ba4pNxcMpVpCjRnacnnDJZCaNe6mOB.','rainseven2002','rainseven@hotmail.com','','2017-10-31 18:21:05','1509474072:$P$BfFIxn3FfJXwl/lUxdERK4G9HhgM9z0',0,'rainseven2002'),(2341,'venushall1972','$P$BPUMTAjUtqjXce9NElOzNtK1FYmLoa1','venushall1972','venushall@msn.com','','2017-10-31 18:41:32','1509475295:$P$BMluCtPW1pjq15pBftP.9RQYAhmnvV.',0,'venushall1972'),(2342,'pam_ross1969','$P$BDg/R/NLuKwDnaP/EAgmdOzeozyYNf0','pam_ross1969','pam_ross@comcast.net','','2017-10-31 20:04:23','1509480267:$P$BVEUVYBMuh71q5vLavnNVuc9MOeBXi0',0,'pam_ross1969'),(2343,'1wrecks2u1991','$P$BXj6Eg6hCAHGHWvySxgW.zfWb4d4n10','1wrecks2u1991','1wrecks2u@gmail.com','','2017-10-31 20:46:42','1509482805:$P$BdYSTP9N62cYNOZiAfviEPz.ThEl9t1',0,'1wrecks2u1991'),(2344,'sabletag1801994','$P$BxWeNSGSwWSkOBDs65JBF.HJnleP9A1','sabletag1801994','sabletag180@hotmail.com','','2017-10-31 21:02:38','1509483761:$P$Bd1VU2LRbDJfHJALF0wqPWKzMQm0.q.',0,'sabletag1801994'),(2345,'clarathornton1992','$P$BVUPbS.c8GfqSYN/0D.pKlv/PUV.fv1','clarathornton1992','clarathornton@gmail.com','','2017-10-31 22:16:33','1509488196:$P$B1jmUL8UKxrrWNddG.2f7cRtFfggkF0',0,'clarathornton1992'),(2346,'waynelinnear1979','$P$Byj2OCxTv8oG0wagVkgVoPUTnP383/0','waynelinnear1979','waynelinnear@yahoo.com','','2017-10-31 22:23:35','1509488618:$P$B22mt0n8wJRM5yk7GGc7HQR4obCYPN0',0,'waynelinnear1979'),(2347,'fchristine282008','$P$Bx8RnTvgE4xW7bLVxMsdTjnlF/ilB./','fchristine282008','fchristine28@yahoo.com','','2017-10-31 22:49:36','1509490180:$P$BnrXzrErMx7HI/omqqg7fC/C.oIdwI1',0,'fchristine282008'),(2348,'sofunkyitsfresh1980','$P$BMiWDg5XFRltHwgWt9i5ppUO3bzm3P1','sofunkyitsfresh1980','sofunkyitsfresh@hotmail.com','','2017-10-31 23:08:00','1509491283:$P$Bw/Pu6sA1BN3I/XxCr5a8cguiAeFp..',0,'sofunkyitsfresh1980'),(2349,'d15wildcats1952','$P$BYnJzXJPFLaL4bN6ex1BKjXDFHfYvF/','d15wildcats1952','d15wildcats@aol.com','','2017-11-01 00:12:42','1509495165:$P$BBZFsoYnD2nVRjBaD4Gehjy2mzvPII0',0,'d15wildcats1952'),(2350,'chiquita1993','$P$B.3KZcv4tL.hqlkKMVvPA1BHZB4uzf0','chiquita1993','chiquita@uga.edu','','2017-11-01 02:50:12','1509504616:$P$Bpvh4ZsZTrz0.Lc5AyyvupEodBnKsk0',0,'chiquita1993'),(2351,'nickynik1991','$P$B3i0zJ5cf69Trfjzbp2bPQBsCCP35j0','nickynik1991','nickynik@hotmail.com','','2017-11-01 03:30:06','1509507009:$P$Br3I0bePX5fOD9tqywMrH9GGlBpyhI.',0,'nickynik1991'),(2352,'oscarislas19701999','$P$B3BS6.5tjit9OLhNl.93aNf9tCMU.61','oscarislas19701999','oscarislas1970@gmail.com','','2017-11-01 04:43:54','1509511437:$P$Ba/R76lZB.3t9Al2vVPhM4iZZTd0fG/',0,'oscarislas19701999'),(2353,'kap_6021998','$P$B.mWc4A1DsbzaukQcwTBRHKxvXO0.01','kap_6021998','kap_602@hotmail.com','','2017-11-02 07:27:17','1509607640:$P$Bz23UMlipX/zZrob.OLfyhNNbaphmD.',0,'kap_6021998'),(2354,'chh211953','$P$BLdYysX1wcHivaBFbI106CgcZ1eH73.','chh211953','chh21@hotmail.com','','2017-11-02 07:36:03','1509608166:$P$BKpoUFp/aYVc5v6KUzEd/EZsEoYfph/',0,'chh211953'),(2355,'yunacloud401984','$P$BNAYF7CYNhoorIVFGkMh2lrtTaw8gz1','yunacloud401984','yunacloud40@aol.com','','2017-11-02 09:41:51','1509615714:$P$BNKJkd1PEdNFxdHcatYTGh6MEbpFFh/',0,'yunacloud401984'),(2356,'bernd.bock1986','$P$B7rEGRBUClAueRBDucqYYoiY1HmznZ/','bernd-bock1986','bernd.bock@gmx.net','','2017-11-02 09:53:11','1509616396:$P$B7hNTXVNLbf3dxu5iy4rkWZGrKap0m0',0,'bernd.bock1986'),(2357,'bhmotta1981','$P$Br/WQWy0xpJF6HyHVPXn/NIaxYjmZy/','bhmotta1981','bhmotta@hotmail.com','','2017-11-02 11:26:48','1509622011:$P$BhqG2xkg9aQKazbjOdDkSpsftviSS6/',0,'bhmotta1981'),(2358,'nikeishatt1980','$P$Btg8lRbF6RFGXNtbKOJ1.F6ZGV9Nsl.','nikeishatt1980','nikeishatt@msn.com','','2017-11-02 13:54:08','1509630851:$P$BQf/J3.1MtxX6dBpFCb7kFf0j8F7gx.',0,'nikeishatt1980'),(2359,'chris1955','$P$B9HaOkzfYqrq/bo4irF/z86Pgn.Rhr0','chris1955','chris@chappell.plus.com','','2017-11-02 15:25:00','1509636304:$P$BHqoFEQ4NR5accBgPbku86CwrG/Uy31',0,'chris1955'),(2360,'mikecasarin801962','$P$B1xXbLZoyWpS8RTWUJMg28pOYF9VKm/','mikecasarin801962','mikecasarin80@gmail.com','','2017-11-02 16:44:16','1509641060:$P$B51bBZGjW8aFQ3njc2oPoZKq6CSj8/0',0,'mikecasarin801962'),(2361,'larryb2221981','$P$B9J55BfpvJwB3d8U0wqYbx4PBYXaU/.','larryb2221981','larryb222@hotmail.com','','2017-11-02 18:38:25','1509647909:$P$Bl/U4Hbhd/xbyN.QqbFl/JqRCJRkyH.',0,'larryb2221981'),(2362,'dlehmannh31971','$P$BXys8P9Hdu4AOBTfitK0FBgAyVlqtC/','dlehmannh31971','dlehmannh3@hotmail.com','','2017-11-02 19:57:50','1509652674:$P$B0l1kErath39ijHvLo4P4bJZSVXgrG0',0,'dlehmannh31971'),(2363,'shabsiw1998','$P$Bh5LPdp.7dcdBXNegCEeFtul96pTOS/','shabsiw1998','shabsiw@mysigncenter.com','','2017-11-02 21:08:13','1509656896:$P$B1a6qhr/8mHjSw9EkMza9B0q20BpO/1',0,'shabsiw1998'),(2364,'sick-little-monkey1969','$P$BDNVRXZ0JCluSKkU63QZoJdUe0kBzZ.','sick-little-monkey1969','sick-little-monkey@live.com','','2017-11-02 21:13:25','1509657208:$P$BTdOQu9Ojwv5IBMweSa62ppk.UVygb.',0,'sick-little-monkey1969'),(2365,'m.schiowitz2010','$P$B0rMyx2woAgsujZRdRqRh73JnAb.ow.','m-schiowitz2010','m.schiowitz@aol.com','','2017-11-02 22:41:34','1509662497:$P$Bn.DjtDY3fZqdIYYNAoiQqRrHXU..M/',0,'m.schiowitz2010'),(2366,'ichristoph21966','$P$Bczm7VYmBi1geP4gvHIwVp2RxR.Avy.','ichristoph21966','ichristoph2@aol.com','','2017-11-02 22:55:46','1509663350:$P$B0GyQRNm3Nla7f01I3WzQ7xo1FLHo91',0,'ichristoph21966'),(2367,'sunlitdaze1956','$P$BcrwA8pDOL3AgTD5UvCeUah6ABBEpH1','sunlitdaze1956','sunlitdaze@hotmail.com','','2017-11-02 23:10:20','1509664223:$P$B78KBR82/WCJeW4lBqr1n0KEXvTDtS.',0,'sunlitdaze1956'),(2368,'conrad.mike1981','$P$BX6iR2HpXz0PZBIcvHawCc1uW09460/','conrad-mike1981','conrad.mike@mchsi.com','','2017-11-03 00:13:31','1509668014:$P$BwKrua3pRamJz8xgt2xnFeA47Cltpp.',0,'conrad.mike1981'),(2369,'hehmann1956','$P$BSthPliEZyR22yHgX22Ckdi/RvESet1','hehmann1956','hehmann@cinema-arthouse.de','','2017-11-03 00:17:24','1509668247:$P$BPuU8cGKbrQz8k7dkT0UFkqpxx5hHb0',0,'hehmann1956'),(2370,'hewwoodohmss1994','$P$BJ/l43e93tKdvtESp35bWYwNE9RRs41','hewwoodohmss1994','hewwoodohmss@aol.com','','2017-11-03 01:46:25','1509673588:$P$B1/JcjXsZv5Xc.zAJQBu5XGMiRCZZI0',0,'hewwoodohmss1994'),(2371,'halinares391981','$P$BO/bvhMsJizu8s5LxTN44ewudTOuKZ.','halinares391981','halinares39@gmail.com','','2017-11-03 02:34:19','1509676462:$P$BL5TFC.36g0SOLlazUjrIgcKwI6sZC.',0,'halinares391981'),(2372,'j_quaffer1958','$P$ByqR1nkthJZvSCyp9eYKOkVack88ww/','j_quaffer1958','j_quaffer@msn.com','','2017-11-03 03:02:40','1509678163:$P$Bjt7OQq4dPMLuZqr7GSpix/IHlo73h1',0,'j_quaffer1958'),(2373,'selfss1995','$P$B.A/86qkMtDIo.SlXfk2Nm5Sem3UXz0','selfss1995','selfss@sbcglobal.net','','2017-11-03 06:17:22','1509689846:$P$BryAY6fXjRZNesr.O2APZIy0uZ2HP80',0,'selfss1995'),(2374,'tcsidd2006','$P$B75mkO809E.SUMCxE3pfJFzmPJplE8/','tcsidd2006','tcsidd@hotmail.com','','2017-11-03 06:40:26','1509691229:$P$BKlqh5pH2LgDsG2Kdwr1v8cn2EQtrF0',0,'tcsidd2006'),(2375,'amitdhillon1998','$P$B1/cGcuDKeIz.PRLMmBrI4JIi4lBT./','amitdhillon1998','amitdhillon@hotmail.com','','2017-11-04 07:51:16','1509781880:$P$B6Sh6K9E1czSh3bvLkYdwr0OzHoZhi0',0,'amitdhillon1998'),(2376,'80162886342004','$P$Bzzo8dH0M.lfFlEN6puKrMj74XxoZB/','80162886342004','8016288634@vtext.com','','2017-11-04 07:59:51','1509782394:$P$BdwjIpMhfswAiUcj3cgerfvWr4WMIC.',0,'80162886342004'),(2377,'luisbernal1953','$P$Bn.VgCUQGfNBUemCngk92zcbuu4eju.','luisbernal1953','luisbernal@live.com','','2017-11-04 09:26:13','1509787577:$P$B4/k3UmdZtxuzxUtZetT.xAsFc0Gbs1',0,'luisbernal1953'),(2378,'hippocampus7281972','$P$B41Rce.pDVOMlVlevTLiaxoswWng1r.','hippocampus7281972','hippocampus728@zoho.com','','2017-11-04 09:45:17','1509788720:$P$B1oErdFGG7XR4ZTCffkDpTyzF4EnTV/',0,'hippocampus7281972'),(2379,'jinillee1951','$P$BroVQF1.EitD1x..aoy44osu/.1SRf1','jinillee1951','jinillee@yahoo.com','','2017-11-04 11:42:30','1509795753:$P$ByHvcQ2lm9WXPzjleK7IZ8zN7jqRs4.',0,'jinillee1951'),(2380,'fabio.barquero1999','$P$B8GQMVNMSROyH0mGQk3AA22/FHFqnK.','fabio-barquero1999','fabio.barquero@hotmail.com','','2017-11-04 12:28:28','1509798511:$P$BRTCdQilOf0MvgBMgWdi/BSJAeZ7Td0',0,'fabio.barquero1999'),(2381,'tylerbattin1984','$P$BvDn2osiMuRZU490tE5XdNDyr0TkOS0','tylerbattin1984','tylerbattin@gmail.com','','2017-11-04 12:32:20','1509798743:$P$BL.aGY1yIoG7oDjgwfw2KCgbRb965y1',0,'tylerbattin1984'),(2382,'mreast991966','$P$BneENy1kEmATj7jBLHdvk7XLm9N5QF/','mreast991966','mreast99@hotmail.com','','2017-11-04 13:30:24','1509802228:$P$BIO4FErIregVsSYaWDw4oGIaNnMUzV1',0,'mreast991966'),(2383,'lncln_aj831998','$P$BWXgXVxuGLlOCCJ8gA4V2oag8MorxE1','lncln_aj831998','lncln_aj83@yahoo.com','','2017-11-04 14:48:42','1509806925:$P$Bk5bfEN7vWHaSL.zsaFIQ2l/Vza.VE/',0,'lncln_aj831998'),(2384,'devin_kennedy63801992','$P$B3RtM/WvWBxTRH1UI.q3uN3J2thq6E1','devin_kennedy63801992','devin_kennedy6380@aol.com','','2017-11-04 14:51:18','1509807082:$P$BQZHZeoDHHAChva4EGRFQYoy1y/9Se1',0,'devin_kennedy63801992'),(2385,'rigattia1989','$P$BJjVeLzXiF7k7szygyGTfdBrhiErM30','rigattia1989','rigattia@gmail.com','','2017-11-04 15:10:17','1509808220:$P$B/UzXrFvrbkmykDZUNtYEmru/.rtMe.',0,'rigattia1989'),(2386,'crafts4811973','$P$B4/S4njURmigY5scNkL84sdx0Eo82W0','crafts4811973','crafts481@rochester.rr.com','','2017-11-04 15:23:10','1509808994:$P$Btf5LPtBwHBVJ/IK/lwZqCusPMzEPM1',0,'crafts4811973'),(2387,'csmall621981','$P$BlFJJr0xXCtKjxWxPiWs6iu3ki2X6T1','csmall621981','csmall62@hotmail.com','','2017-11-04 16:15:20','1509812125:$P$BrrwnUGE4pP69pZR/XPo2kLcg0kVVW1',0,'csmall621981'),(2388,'julietklein1988','$P$BNUzH..McbCgNjdVe/AdPkvq9NIJ9h.','julietklein1988','julietklein@hotmail.com','','2017-11-04 19:02:26','1509822150:$P$Bi93QERxrglDTDbzMRyMiP08gu5h2g/',0,'julietklein1988'),(2389,'moonluvr212009','$P$B/mN9CuqNtMX/iVe1cvbuS1yEDZFLy.','moonluvr212009','moonluvr21@yahoo.com','','2017-11-04 19:25:33','1509823536:$P$Bml3BOHfRR8MbjeMrHutC7A1DJ4gZP1',0,'moonluvr212009'),(2390,'wesleyak471961','$P$ByB2YSZrClZt3uoB9INOD5ige8hXOI/','wesleyak471961','wesleyak47@yahoo.com','','2017-11-04 21:25:03','1509830706:$P$Bs80vh2OyqshUknlPoukjE7iKMqL.1.',0,'wesleyak471961'),(2391,'shayla.helm912004','$P$BrIGzaNJDwtTw8YR7OkA1C5AoI3JZ4/','shayla-helm912004','shayla.helm91@gmail.com','','2017-11-05 02:50:04','1509850207:$P$BZvmO5dYnUN..fHnWWcMKtasaFliMy.',0,'shayla.helm912004'),(2392,'tawnyusa741993','$P$BBai6fWOmpdnJSceTrpOcW2T4q0n2q0','tawnyusa741993','tawnyusa74@hotmail.com','','2017-11-05 04:48:31','1509857315:$P$Bs1nmdGYF0gnYDaN.u5JoUG91fEPLz.',0,'tawnyusa741993'),(2393,'clay_hampton41960','$P$BP.y1beYw7lpd1H0nAvxS0GLXjj28u/','clay_hampton41960','clay_hampton4@hotmail.com','','2017-11-05 05:02:56','1509858180:$P$BN/r9QqPNFwdFYApFIlr9jj15W3JS0.',0,'clay_hampton41960'),(2394,'vanho821985','$P$B0x/1GKsCK7yDLW3pq9eZjCvDqD.OC.','vanho821985','vanho82@gmail.com','','2017-11-05 07:31:32','1509867095:$P$BR91b/E4J.uaza1yW9imvPZKCJC33j.',0,'vanho821985'),(2395,'beierlieb.theresa1997','$P$BcaWSvs39e6PsPjP9caCqsJiuaKWY6/','beierlieb-theresa1997','beierlieb.theresa@gmx.de','','2017-11-06 11:59:48','1509969591:$P$BWKmVhr2yyyU1lKakUt/n2HoXf/p7F/',0,'beierlieb.theresa1997'),(2396,'wast3ofspac302201993','$P$B9y3Y/bNV3rqvOwlPEb2xwvXOL/83i0','wast3ofspac302201993','wast3ofspac30220@aol.com','','2017-11-06 13:34:40','1509975283:$P$BfrWoZot5xmEypKBkc1FACLh/w5g6E1',0,'wast3ofspac302201993'),(2397,'camillegietz1969','$P$B6LlkZoQH4xeUa/MKXK3Qk6UMJXYKS/','camillegietz1969','camillegietz@hotmail.com','','2017-11-06 14:26:21','1509978384:$P$BPfDhM5ELNhcILN/FqINAKjCUoOkcx1',0,'camillegietz1969'),(2398,'kjghx1972','$P$BR7YmOcnswjV.RObCH67U26aYLRAoh/','kjghx1972','kjghx@aol.com','','2017-11-06 15:13:52','1509981235:$P$BJ1WfHBlse5RouA5DgGWI/7e6Yiclz.',0,'kjghx1972'),(2399,'ankita_trivedi2006','$P$BB/IDvqP9Zm8fv8bgsOF39ktKMbReg1','ankita_trivedi2006','ankita_trivedi@hotmail.com','','2017-11-06 15:28:45','1509982128:$P$BH5.aw9HWAo6anT.U40mzC/JVs96Xd/',0,'ankita_trivedi2006'),(2400,'kupesalben1972','$P$BcePTPX3L0EWgE0ZpRe.bqSTc6DEGi1','kupesalben1972','kupesalben@hotmail.com','','2017-11-06 17:41:21','1509990089:$P$B2PcFcGZoqTGXzGqGAPJnAYLi/iejp0',0,'kupesalben1972'),(2401,'ljhileski1960','$P$BwGw9ccUiUXXXP0QW1lDftz6ISVWUb/','ljhileski1960','ljhileski@hotmail.com','','2017-11-06 17:44:37','1509990281:$P$BLWSy8cB3YSMcz5iCacxhJiBxIfebx.',0,'ljhileski1960'),(2402,'xxxbad15boyxxx2001','$P$BH3Eldpye7tzU/ugZrIgzYungdPsAg/','xxxbad15boyxxx2001','xxxbad15boyxxx@aol.com','','2017-11-06 17:49:01','1509990546:$P$Bf8edQRSFfkLBX6ptYyObR.22tiHTV/',0,'xxxbad15boyxxx2001'),(2403,'zsejack1961','$P$BHaJdkMZR8jAm5mOyGbSjsP3ZwCNim/','zsejack1961','zsejack@yahoo.com','','2017-11-06 18:31:29','1509993091:$P$Bnv4qEuCZbrmh7q2PunzX32a1E1oyH.',0,'zsejack1961'),(2404,'maihuneyluv1967','$P$BsOzoUbhCfQ0.U8OHcyN1bPjW8QX/.1','maihuneyluv1967','maihuneyluv@aol.com','','2017-11-06 20:15:36','1509999341:$P$BWnVwhdK2bJipk5N.n7IKlpjhAFLky0',0,'maihuneyluv1967'),(2405,'sarohamamah2004','$P$BPDTLkfI7bGFQ51MFFWMg8./2IB7Hn0','sarohamamah2004','sarohamamah@hotmail.com','','2017-11-06 20:16:34','1509999398:$P$Bt7D/puIXy.bPtXMKPzCGFOK5QOm2m/',0,'sarohamamah2004'),(2406,'melo002007','$P$Be48VGxzjhXa7K2VJfBQcgKfFPiiB30','melo002007','melo00@msn.com','','2017-11-06 20:52:41','1510001565:$P$BqGETwtj3Uy2HmbEWiNHn942JttGXO/',0,'melo002007'),(2407,'dmurphy191951','$P$B.q4L7onygG24tV0N05WOeG7LWplS8.','dmurphy191951','dmurphy19@cox.net','','2017-11-06 21:16:26','1510002990:$P$BSdTbaQ0iyNG9Hrf./MGsnAwmakAK40',0,'dmurphy191951'),(2408,'lucypjrgal1994','$P$B2Qbz6GaV5932myf9KUWWBb5vWqg3a0','lucypjrgal1994','lucypjrgal@aol.com','','2017-11-06 21:28:58','1510003742:$P$BzOQSI4fO4C04nHzN0IW3KruKlW.ZR0',0,'lucypjrgal1994'),(2409,'jayhorvath1990','$P$BScEoYW/KF9YLC1vj1yHZX8KrdG3iH1','jayhorvath1990','jayhorvath@yahoo.com','','2017-11-06 22:23:06','1510006989:$P$BsTpLxqWkYx0ks2lCxVP136YY/b6iq.',0,'jayhorvath1990'),(2410,'msgold911965','$P$BOGuvC70PCw.wpMU7Prcru/wqWG0HI0','msgold911965','msgold91@aol.com','','2017-11-06 22:38:16','1510007899:$P$BgYzpjCo0VfBDRGmTE74RcsxIKHNNw.',0,'msgold911965'),(2411,'pandither1996','$P$BFiZA9Sqq7RVZnodzMCBm5IL6g/wHR1','pandither1996','pandither@aol.com','','2017-11-06 23:19:00','1510010344:$P$B5aGH3d8GjkA8q3s1NlaNFwMzzTLJc/',0,'pandither1996'),(2412,'heathermichelle021954','$P$BSafOlMMlAydHDBnnEeavDN.h4omfB1','heathermichelle021954','heathermichelle02@hotmail.com','','2017-11-06 23:56:57','1510012621:$P$B5npWnnIcX/D7QOJMMh070xlY/LuVv1',0,'heathermichelle021954'),(2413,'sarahwalker19962010','$P$BRF2rwbRIj5gkBNQrQgOJUNuSoo5mD1','sarahwalker19962010','sarahwalker1996@hotmail.co.uk','','2017-11-07 00:06:48','1510013211:$P$BBlXsGe1aQjSMWE1WoRt4bSMaIE5om0',0,'sarahwalker19962010'),(2414,'rpalmer142008','$P$BZPvlvOqK8i269QouM.2s35ppaNAXY/','rpalmer142008','rpalmer14@stny.rr.com','','2017-11-07 01:40:02','1510018806:$P$BtVbLb7ykExoUqPjR73ry8M.rzsF9F.',0,'rpalmer142008'),(2415,'karrick1232000','$P$BbhRt3eK34icQQPDX2lGkwqNDfrpLK/','karrick1232000','karrick123@msn.com','','2017-11-07 02:05:59','1510020362:$P$BYRbBmrW4jYKa3ucYt5jIVY7Tf7IT2/',0,'karrick1232000'),(2416,'efay88841973','$P$B0aKL54RGgGjV.OQsKEUpbzdb6pUvv/','efay88841973','efay8884@aol.com','','2017-11-07 06:47:48','1510037271:$P$BaFqfqcQ.u5Jj/3rAebR606TKeq6hR1',0,'efay88841973'),(2417,'cliffnla20001963','$P$BpQuQ7P2kDibrZG02uD.9fcXymEMrR1','cliffnla20001963','cliffnla2000@yahoo.com','','2017-11-08 08:26:40','1510129603:$P$BsB37yO4hMPifLBJGdmB5eKqhIIYdx/',0,'cliffnla20001963'),(2418,'mmirgon1965','$P$Bkva5cjunBhb6XhcOKzy28lZW1ymXc0','mmirgon1965','mmirgon@yahoo.com','','2017-11-08 09:07:32','1510132056:$P$B4YiwQY.zoyi7Luq3BOviqHnqfk971.',0,'mmirgon1965'),(2419,'dspringca2000','$P$BSwrQf07YEGaiLFI580RKpG0xBAkmi.','dspringca2000','dspringca@yahoo.com','','2017-11-08 09:42:03','1510134126:$P$BOQWXMUYUwZMLBD87HIaKVvki9gCdU/',0,'dspringca2000'),(2420,'darrenpowell761977','$P$BSWysxAE4LekMiNh8b00cShQXeu2B10','darrenpowell761977','darrenpowell76@hotmail.co.uk','','2017-11-08 09:44:04','1510134247:$P$BCGfYUSo82DB8PIvFITQYiyHFldP8l/',0,'darrenpowell761977'),(2421,'tricia2791990','$P$BszHAZsBLogslc4E9usl0H.8B2bWt21','tricia2791990','tricia279@comcast.net','','2017-11-08 09:55:22','1510134925:$P$Bosy7uLZ8iopUbx596hj8Bn0IVJ/8t.',0,'tricia2791990'),(2422,'dhoskins_681983','$P$BQH4b11RxmkGr5sFZqmXKarzKlr1n//','dhoskins_681983','dhoskins_68@aol.com','','2017-11-08 10:14:14','1510136057:$P$Baq25M7h/VXqlZ0wydz/Ef352ygphf1',0,'dhoskins_681983'),(2423,'rivas_victor111994','$P$Byhds1uIdI4HxAhoBgDMrFkMOleMK2.','rivas_victor111994','rivas_victor11@hotmail.com','','2017-11-08 11:15:36','1510139739:$P$BNi19ibWDVdG9IrEyUajz518jYWnZZ1',0,'rivas_victor111994'),(2424,'tlclindsey1965','$P$BkMEBPQPNpoDh6n2MWxQlYQ.jj7QT8.','tlclindsey1965','tlclindsey@hotmail.com','','2017-11-08 11:53:12','1510141995:$P$BZfLJjt6wuKA9jIoZah.gNIaAKSTMI.',0,'tlclindsey1965'),(2425,'pluto4aj1994','$P$BXQ71Vt3VlrtBnCXja2.egeFzJ7RCz0','pluto4aj1994','pluto4aj@hotmail.com','','2017-11-08 12:04:26','1510142669:$P$BYzG7HFmZGiZ99auY9/4YG82NNGK1n.',0,'pluto4aj1994'),(2426,'m.manning1975','$P$BzY.gG2YQ1cpsPpmxWxTmaxSJ80SCi1','m-manning1975','m.manning@skrltool.com','','2017-11-08 13:33:19','1510148004:$P$B.HLDMok7cXE7bBKAgPNmkN2KgUrv6.',0,'m.manning1975'),(2427,'br_cpsm1962','$P$Bnbwhn3xhJByBq6LUflhNJpjjnTuEl.','br_cpsm1962','br_cpsm@yahoo.com','','2017-11-08 14:20:02','1510150807:$P$B5XhDZNrzYuQu7GoeNKhk7jWc5yaFJ0',0,'br_cpsm1962'),(2428,'ntfltd2003','$P$B3I8L67LdKUvlKwsY7R2p70OwXeF9E0','ntfltd2003','ntfltd@hotmail.com','','2017-11-08 14:47:54','1510152478:$P$BymnhJBtj/oarAgGLf/fqZbt3RYgyG0',0,'ntfltd2003'),(2429,'vsoyfer1972','$P$BejE3/q5fTNQYEmPTSS3ic42xFWZej/','vsoyfer1972','vsoyfer@yahoo.com','','2017-11-08 15:26:37','1510154800:$P$BwXs3r.n2aM6wR6sI.Vxz5AlAdg2hg/',0,'vsoyfer1972'),(2430,'scene05_981991','$P$BKOkSrWFjiOxupb0brkpMk/O4ExQdM/','scene05_981991','scene05_98@yahoo.com','','2017-11-08 15:50:47','1510156250:$P$BV5R0ejh4grk3uCPrnmiALDUZ9fnYh/',0,'scene05_981991'),(2431,'m.sessler2000','$P$BxLvV9gQYHSbz.un8irr60KmhSqZFw.','m-sessler2000','m.sessler@skrltool.com','','2017-11-08 16:08:40','1510157323:$P$BNt1Z.1NqyTGslQKagS2KP6ZMo8nvf1',0,'m.sessler2000'),(2432,'karlasouthworth1952','$P$B2cyxA/yCW5y99O8/jDeiUPk0jDZ1D/','karlasouthworth1952','karlasouthworth@hotmail.com','','2017-11-08 16:37:06','1510159029:$P$BrsYtxhCpj.5UUWNH8k0rD/Z5a5xk.1',0,'karlasouthworth1952'),(2433,'zeeszees1976','$P$BRuuownf.oKRwamevbn/zmLOfh323K.','zeeszees1976','zeeszees@hotmail.com','','2017-11-08 16:38:54','1510159137:$P$B9CkusPo0zgmD4abep9NzQBi1GcD0v1',0,'zeeszees1976'),(2434,'cookielou11969','$P$B6GMgIK8QqOvtsfP78Q7MwfyfB/Ez71','cookielou11969','cookielou1@live.com','','2017-11-08 16:47:43','1510159668:$P$BzWK8Nvt8riOnga6vsFJCRvIHT4I3c0',0,'cookielou11969'),(2435,'blancadc1996','$P$BHGslOYqWDiLGXlQ0VhR03A1jV9jSo.','blancadc1996','blancadc@comcast.net','','2017-11-08 16:50:00','1510159809:$P$BfXulcoBKPpLB8sGSgVdGpTYjGwmIY1',0,'blancadc1996'),(2436,'jpgurl851972','$P$B1nSCLSpGxj7xAl0dlWzj3TrAi40/h0','jpgurl851972','jpgurl85@aol.com','','2017-11-08 17:20:40','1510161652:$P$BkBIetrWRmb.jWfnboU5dXm8s.U60M1',0,'jpgurl851972'),(2437,'caldwell95301990','$P$B0dTyuUUlTo5RFpkTVEMruezlWUZ0Q.','caldwell95301990','caldwell9530@frontier.com','','2017-11-08 17:59:41','1510163986:$P$Bey4OByqKJzbrbDujeQr.RQJp9J72Y/',0,'caldwell95301990'),(2438,'rmccusker2006','$P$BafFv6SyFGnDrGFFA.Ud4zWLMJCWzs1','rmccusker2006','rmccusker@bgcsc.org','','2017-11-08 18:10:40','1510164644:$P$BW9S2QZpqH.srkeamBci7csTnPle3x1',0,'rmccusker2006'),(2439,'kdees3572008','$P$BI6s7BvVXlTgAguuU/l5uXO3JujDrE0','kdees3572008','kdees357@cox.net','','2017-11-08 18:56:43','1510167406:$P$BCX59nDqiP588YpkPUZlGJ6gTMPtFd.',0,'kdees3572008'),(2440,'reevz041985','$P$Bgvw5/qdLlta4KI8ybVkd5OLDE90iZ.','reevz041985','reevz04@msn.com','','2017-11-08 19:03:57','1510167841:$P$Bxq7Od/dgo5XifOZ.lGuNuJh4j.35w/',0,'reevz041985'),(2441,'mlimardo_mk1980','$P$BMmuOVllxvQF8YwtJNn0CHg.viHkfq0','mlimardo_mk1980','mlimardo_mk@yahoo.com','','2017-11-08 19:18:22','1510168705:$P$BS3P.f16HUwrfkVQQqsUUHwYUHN.sV0',0,'mlimardo_mk1980'),(2442,'jpb1252001','$P$BMSnJ/DlI2wiQ8gKt4JUwLDgVIXWVq0','jpb1252001','jpb125@hotmail.com','','2017-11-08 19:52:41','1510170764:$P$Bb6AvTYFqyzLSOOimsQaHb7ujnMuND.',0,'jpb1252001'),(2443,'l_muas1961','$P$B5myX29tWU7XddH95mVSzKLY276fge/','l_muas1961','l_muas@hotmail.com','','2017-11-08 20:17:05','1510172229:$P$B9bdbTTql2EYsq6qPcKivOTZstpaW8/',0,'l_muas1961'),(2444,'rpscarazzo2008','$P$Bo4xun7rc6wDCA/RsQXUkHUI0g/k7M0','rpscarazzo2008','rpscarazzo@yahoo.com','','2017-11-08 20:29:29','1510172972:$P$BfhUQQcNn.Qwa.tgxZVEarE1Bd8dTR.',0,'rpscarazzo2008'),(2445,'sprice1220041953','$P$Bhj8B4WIYCnhOYB9ERfTgvndsOnITR1','sprice1220041953','sprice122004@hotmail.com','','2017-11-08 20:35:07','1510173310:$P$BMvh0h8cUG7asB0dv2Xzi6MHg03YfD.',0,'sprice1220041953'),(2446,'clairegregory191973','$P$BT.Kdlg4x2JP7N.SS0ci.UW9BgKf6U.','clairegregory191973','clairegregory19@gmail.com','','2017-11-08 20:40:38','1510173641:$P$B4awrFp8RFurjcq2WRZ4BpBVXFkPDw1',0,'clairegregory191973'),(2447,'num1toolfan2001','$P$B2cvujlFEMCENh3T2LNpQ5e/AGhz821','num1toolfan2001','num1toolfan@hotmail.com','','2017-11-08 20:41:19','1510173682:$P$BBuTbKSfft2PijSAjSiPZNu2gJMiPP1',0,'num1toolfan2001'),(2448,'pblessley2001','$P$BEBIM/zAeoSR7ZcB.Cv/DIC/tnJXw21','pblessley2001','pblessley@hotmail.com','','2017-11-08 20:52:40','1510174364:$P$BMsJI1HTj3qBhWKrKisKtJBuP.Zz48.',0,'pblessley2001'),(2449,'hanmin_paek1995','$P$Bt1axWm/7iSsiKGKvKh4HChD5IsTSD/','hanmin_paek1995','hanmin_paek@hotmail.com','','2017-11-08 20:58:03','1510174686:$P$B4R5iFgJ4z7pAgAHi/qdEs15kNL58n/',0,'hanmin_paek1995'),(2450,'dawnandroy1956','$P$BgtyrbwPiUxTbiAzRLhcCoApRTEPlz0','dawnandroy1956','dawnandroy@aol.com','','2017-11-08 21:02:20','1510174944:$P$BE1DRbxotg3D83YVti/.8tlFWs39XW1',0,'dawnandroy1956'),(2451,'bruce_wine1957','$P$BlMhmYw3mfiOnUN6qUglQSBLVSyrah.','bruce_wine1957','bruce_wine@hotmail.com','','2017-11-08 21:16:58','1510175822:$P$Be2N9/7QslNZqOvGSwGVI3bLo4qiBC0',0,'bruce_wine1957'),(2452,'wildhaven2000','$P$BTXS1AxoIcIK3/eKAfAvD.PxuhtuGQ0','wildhaven2000','wildhaven@msn.com','','2017-11-08 21:26:05','1510176369:$P$BFuAvZwAUxMw0fSXb1uw9Oz5eH8ijo.',0,'wildhaven2000'),(2453,'bonnie_mieure2005','$P$BqgkHIW/OmX2FX2ZYb0/O1rtVjls6N.','bonnie_mieure2005','bonnie_mieure@hotmail.com','','2017-11-08 21:36:27','1510176990:$P$BpVPss.1LEj0awU.ELKXdCWI/.I6Yu.',0,'bonnie_mieure2005'),(2454,'cyriltay2001','$P$BXSolcNNd0u9cnY0r4nJMJE/kda1vv1','cyriltay2001','cyriltay@hotmail.com','','2017-11-08 21:52:19','1510177943:$P$BnKn3JFcfNPAVTs4pmLXz1Us73.urL.',0,'cyriltay2001'),(2455,'kdjc21987','$P$Bne5/L824C3zVKQcnCCP4ztf/CRIDQ0','kdjc21987','kdjc2@aol.com','','2017-11-08 22:23:39','1510179822:$P$B9c2iUsy9IHXVK1c45UWyLGdGMwS3r0',0,'kdjc21987'),(2456,'thiagosperotto1978','$P$BVraKXOhmS.AgzH2DPlE6drlk.QUaD1','thiagosperotto1978','thiagosperotto@hotmail.com','','2017-11-08 22:31:33','1510180296:$P$BBOP.KV2wSSDGMFd731CfUgMgKYZmG.',0,'thiagosperotto1978'),(2457,'amywine1973','$P$B30w3cD/lG/57UN3tn/z6TGYKNzooT0','amywine1973','amywine@hotmail.co.uk','','2017-11-08 23:05:22','1510182325:$P$BsW38iqYBR.ZQUceBooAVK5FbnS/Js0',0,'amywine1973'),(2458,'mlahmad1960','$P$BGI6hXw50sodKjeHiNnoS6yRUJpwif.','mlahmad1960','mlahmad@hotmail.com','','2017-11-08 23:24:04','1510183447:$P$BjPA7TcXtVA1CjyI4FgQPOTcWV.nNj/',0,'mlahmad1960'),(2459,'tiffytaffy922008','$P$BWBk/08izh8C55t2qr7YYtfYmKjSTB0','tiffytaffy922008','tiffytaffy92@aol.com','','2017-11-08 23:51:06','1510185071:$P$Bs5ZKOH1iQaSw8mXAW6588k6J/nKYY1',0,'tiffytaffy922008'),(2460,'ty_rader1994','$P$BRSoui1K.7oZtSyl9HOUWtw0GM3JwA.','ty_rader1994','ty_rader@yahoo.com','','2017-11-09 00:11:32','1510186295:$P$BfldhLqXNmDb0pbIcnoyB1DvoQzT661',0,'ty_rader1994'),(2461,'tinna_tu1990','$P$B35FGJ5EvX.6TrgtSoJniRWhnK3pLk0','tinna_tu1990','tinna_tu@hotmail.com','','2017-11-09 00:45:09','1510188312:$P$BuJP7/5ceMPgkgkCA0XzmIWQiXYQEV1',0,'tinna_tu1990'),(2462,'spellsbrian11997','$P$BYUXcOqdgOclDE5p34BPgPqZ0wzZ9S1','spellsbrian11997','spellsbrian1@gmail.com','','2017-11-09 00:57:33','1510189055:$P$B58yNc9oDtL7/.S/evpqOlVCBPkxO51',0,'spellsbrian11997'),(2463,'demery522010','$P$BHLs5NvrVxXIRlCMAnK.bR1fTudYyW.','demery522010','demery52@gmail.com','','2017-11-09 01:44:47','1510191890:$P$BOdO2GyzIWbW1zTEWzT6Gu6MbouVzV1',0,'demery522010'),(2464,'jaydanem1959','$P$B/ShfAERUPPx5vIulviGohnQqDb7vB/','jaydanem1959','jaydanem@yahoo.com','','2017-11-09 01:48:07','1510192091:$P$BkMVrq/r4loriPEWLHGniDlw29ESJl.',0,'jaydanem1959'),(2465,'sampatel19171982','$P$BmVlBfFOVXopo9MJuOeXsqrHhQFCna.','sampatel19171982','sampatel1917@yahoo.com','','2017-11-09 01:53:49','1510192434:$P$Bw3GDV838XQdPhpZ.e/wVRtdxeLrlF.',0,'sampatel19171982'),(2466,'david1980','$P$Bn7AYyZEKbA4cqOUN4LWyYGd/8q48t/','david1980','david@dpmplumbing.com','','2017-11-09 02:28:56','1510194540:$P$Bpauh293QfJV1TMEcJJ30prQjrXONa/',0,'david1980'),(2467,'basstracker081976','$P$B6N4gN680cOwkXsKpOscIlTXMs2dlJ0','basstracker081976','basstracker08@yahoo.com','','2017-11-09 02:29:01','1510194544:$P$BWqGsR38emHn7CpfWY6mT69xkZb7pB0',0,'basstracker081976'),(2468,'bmiller241996','$P$BWLjTCCvA66izqjcDzjIyiWayxn1Fg.','bmiller241996','bmiller24@aol.com','','2017-11-09 03:16:34','1510197398:$P$BN9G7gL3oANKF.rmvidryrqLnCsWDs0',0,'bmiller241996'),(2469,'davshelly1957','$P$Bg6Br4utpG/M/rZqHkm6xhE/PxBKi2.','davshelly1957','davshelly@hotmail.com','','2017-11-09 04:50:38','1510203043:$P$BGDOpsNciAmBvYKJJzU2bkKS4BE0E4.',0,'davshelly1957'),(2470,'amerikanpsycho241993','$P$Bo9VTSC1m6V4vrVic81rGDASO7Krc9.','amerikanpsycho241993','amerikanpsycho24@yahoo.com','','2017-11-09 04:59:26','1510203570:$P$BJwNXkzZamUn75baIbtO2pLt0uhxHM.',0,'amerikanpsycho241993'),(2471,'gjtruck11958','$P$BGJB840ppFmkwTxg5hoUs40c4m1yPz.','gjtruck11958','gjtruck1@aol.com','','2017-11-09 05:48:30','1510206514:$P$BvDrODo4APvcBIB7vrDRXxalYxUVvr.',0,'gjtruck11958'),(2472,'goeva1962','$P$BrQEWnwoebMsaGzFCatDzHGsxkLtfB0','goeva1962','goeva@yahoo.com','','2017-11-10 08:29:02','1510302547:$P$B.EZctP5.SxO4U5op9Ml7pt1TF6EmB.',0,'goeva1962'),(2473,'laurenkrandall1976','$P$BO445B8Xrp36elq1pKsaBr3YtjmZhp1','laurenkrandall1976','laurenkrandall@yahoo.com','','2017-11-10 08:49:34','1510303777:$P$Bsvd9G7Hcm7XkBQT03.CmGtqLbNwJX0',0,'laurenkrandall1976'),(2474,'silkongmn1969','$P$B2UE3HsGvBH4FXLPLHSzr3XsBDxNnk/','silkongmn1969','silkongmn@hotmail.com','','2017-11-10 08:54:51','1510304095:$P$BCZETLpuSHe3GeDmO07HQohp4.ywQo0',0,'silkongmn1969'),(2475,'bigz1601969','$P$BABOqX4XHjFOXnTicejBYdrcGDfeki0','bigz1601969','bigz160@aol.com','','2017-11-10 11:28:45','1510313329:$P$B8nq/1WjWsKUnELA21zC/zKmlL9hvk/',0,'bigz1601969'),(2476,'carmengratace1976','$P$BraTt1FF0qU4EyOiEqos8cF2b9baoT.','carmengratace1976','carmengratace@yahoo.com','','2017-11-10 11:40:11','1510314014:$P$B.6ygdEtHuFe3/BXlE3ND7v4FPF8Uc1',0,'carmengratace1976'),(2477,'raj.phanikumar1983','$P$BOX3/HPzOtPTYOO8ang8I0IkX0UVkX1','raj-phanikumar1983','raj.phanikumar@gmail.com','','2017-11-10 12:30:28','1510317032:$P$B3dA9np.sfaHgebGTousp5RKtyfR1T/',0,'raj.phanikumar1983'),(2478,'kayfi1970','$P$B9Y7jkq4Xm36u/MFfCjxnNYx/UkXri/','kayfi1970','kayfi@hotmail.co.uk','','2017-11-10 14:02:01','1510322524:$P$B/IFb7WfuSUvtVYoqiSB1.X962yPwu0',0,'kayfi1970'),(2479,'jg10651965','$P$Bn8HI7UTGXt78Ml0zi9KYPuaPMZcn7/','jg10651965','jg1065@msn.com','','2017-11-10 14:41:23','1510324886:$P$BmdbmCn1lTPndQBsmI.LrWubHTfBRQ.',0,'jg10651965'),(2480,'bryan_fischer2002','$P$Bs.rPBwExJVAF2FwvXEE.QSeFc.O0B/','bryan_fischer2002','bryan_fischer@tamu.edu','','2017-11-10 16:06:48','1510330012:$P$B7Yf26DYXhGdxjKsl07volxvge9F2Q/',0,'bryan_fischer2002'),(2481,'jessging1974','$P$BQlHjBOsiNCAqtdKdyUTzRldgM1ZyB.','jessging1974','jessging@aol.com','','2017-11-10 17:18:55','1510334342:$P$ByEEgQiqjC5S.p0GHewqP3uGwcCS5W1',0,'jessging1974'),(2482,'nhunt202002','$P$BW.ErebkONVTRj3M5mYLUFw8iqGf9k1','nhunt202002','nhunt20@bellsouth.net','','2017-11-10 18:14:13','1510337656:$P$BG.tlpUNGNYWC7ojLt2lU3A8JMn8DM0',0,'nhunt202002'),(2483,'beebearsh1970','$P$BvB5aPMD12UA.f3HdV5SFsXELidj751','beebearsh1970','beebearsh@hotmail.com','','2017-11-10 18:37:03','1510339027:$P$BJoGGE17VdaQOXVBuOUkY0KauWS0hj1',0,'beebearsh1970'),(2484,'giles_e1982','$P$BoB8g9RrZzJ7yfHgTGwt6fQn0kSNMi1','giles_e1982','giles_e@bellsouth.net','','2017-11-10 19:26:22','1510341986:$P$Bl5B6oeuMtSuBQLDpYFV1qwvv0mo0P.',0,'giles_e1982'),(2485,'cjwilliams51967','$P$BdK.fNcnMzqudvDnGhAALx9XLaqjrM0','cjwilliams51967','cjwilliams5@gmail.com','','2017-11-10 19:26:33','1510341996:$P$Bof0MsJRJw.I6qarMmTyKzAO3x037L/',0,'cjwilliams51967'),(2486,'kasudy051953','$P$BktxojZG8M5tWGtGmF0poG6WIFcyDY0','kasudy051953','kasudy05@gmail.com','','2017-11-10 19:39:41','1510342786:$P$BEpD8xK51Dg/8lta.pGYPdY7DkfsPq0',0,'kasudy051953'),(2487,'gravesbl1960','$P$B8TwO2wcJ9F2xs0ebaZdGVKRpWNBvf0','gravesbl1960','gravesbl@yahoo.com','','2017-11-10 19:41:12','1510342876:$P$BFnB4GIMlGkRbTJSXEFptC78vsDATG1',0,'gravesbl1960'),(2488,'adkaren1973','$P$BWruOtZvWjJUcorexxbiWn4S4vMpQB1','adkaren1973','adkaren@rogenyoung.com','','2017-11-10 19:50:41','1510343443:$P$BQhk4QyuIKbMC1VoP0EJ9p9/4faZL9.',0,'adkaren1973'),(2489,'donnybraga2002','$P$BVRjaSofOVmcP9wwP00CguW1996/AP1','donnybraga2002','donnybraga@hotmail.com','','2017-11-10 21:19:53','1510348797:$P$BWnftnMHMs28fPeRW8MwEsARlr8eLO1',0,'donnybraga2002'),(2490,'randymil1998','$P$BrsT3szVKCWD/gCO9AqnWW5xLfcNGr.','randymil1998','randymil@comcast.net','','2017-11-11 00:45:38','1510361141:$P$BSz..OuW6pNjet82Ku74k8eKobfIou.',0,'randymil1998'),(2491,'mramirez021987','$P$BxanlMiCa4hgk6jY7gKvIf2PFXjnFo/','mramirez021987','mramirez02@hotmail.com','','2017-11-11 00:48:27','1510361310:$P$BvheJhnmn79xWzQ1XHhaL8nhvf/TNL1',0,'mramirez021987'),(2492,'ejjabrown1985','$P$BHul6TDigOQaUJAS60vBiqTtsTFAsN0','ejjabrown1985','ejjabrown@msn.com','','2017-11-11 01:09:25','1510362569:$P$BbN2zJifoz8uaupnBfTc4xzO9bVcQA/',0,'ejjabrown1985'),(2493,'jko721973','$P$BZYGNQ80NR8hFoSbC8sL42B4oS4ekO1','jko721973','jko72@hotmail.com','','2017-11-11 04:30:54','1510374657:$P$BycslpuNYQp1.n4GIvMJ6pDUUURuQK1',0,'jko721973'),(2494,'trickeyflame1963','$P$BhgW1nP2PFtX2kigtMvxnpF6m3M/5U.','trickeyflame1963','trickeyflame@aol.com','','2017-11-12 08:03:58','1510473842:$P$BCXkrRozafW2.2OoFdkbLEjzDJ6d.s0',0,'trickeyflame1963'),(2495,'pnm521986','$P$B74Pu5JFJVm38RJVeFm3JC9stKqGuh1','pnm521986','pnm52@yahoo.com','','2017-11-12 11:51:50','1510487515:$P$B19r7DU/n.2.zy24GHyquFnhPu9o.v0',0,'pnm521986'),(2496,'bryce392008','$P$BC3DfhSxBt9s11W/SJmIu2xO01vMkI0','bryce392008','bryce39@hotmail.com','','2017-11-12 12:45:17','1510490720:$P$Bns6TI0WYP.WXL9y9vi9wU1fs3DD5n0',0,'bryce392008'),(2497,'hebarksdale1995','$P$BwwjZS.D14gV5HDhXK5KmuOWfOl2dn/','hebarksdale1995','hebarksdale@yahoo.com','','2017-11-12 15:27:59','1510500482:$P$BfrtRs1dYxke4bkvy9c9aM4wUGurre/',0,'hebarksdale1995'),(2498,'j_rand22511972','$P$BRJRMQZM02grzqdhFLTlGly7NuRXl3/','j_rand22511972','j_rand2251@hotmail.com','','2017-11-12 18:13:49','1510510433:$P$Btv3gZv6XVL0B06APtyebY8HVQj3mC.',0,'j_rand22511972'),(2499,'edk2221986','$P$BaxC/NDB8BXpDDnNbFKaDrIcjLkvx/1','edk2221986','edk222@aol.com','','2017-11-12 18:23:12','1510510996:$P$Bgv2l7h799BfdT6X06RMJYSQIX3Wa8/',0,'edk2221986'),(2500,'kaflanagan_20001956','$P$BfYHIszgFbLEEVd8xahy78pbU4kfod.','kaflanagan_20001956','kaflanagan_2000@yahoo.com','','2017-11-12 18:34:23','1510511667:$P$BXAmfEa2vsBHrcB1fNzPQGjS3a7sLk0',0,'kaflanagan_20001956'),(2501,'amacp91995','$P$BF3OyHrgzxrouF2sx0U/U.Eq9/97EU0','amacp91995','amacp9@hotmail.com','','2017-11-12 18:48:51','1510512534:$P$BeDp5NOfQefeAtv1PYtxSinaqavKEz.',0,'amacp91995'),(2502,'mariann_usa1979','$P$BRCQieFLt4w9RzgxuIeEA20w3HjxEp/','mariann_usa1979','mariann_usa@hotmail.com','','2017-11-12 18:57:48','1510513071:$P$BSdMASdRcEW9GOidqbabjuurQar4l7.',0,'mariann_usa1979'),(2503,'aofiveone1968','$P$Bv9HZGXi./SyKwOUhjZ1PTTjpasqpW0','aofiveone1968','aofiveone@gmail.com','','2017-11-12 19:30:31','1510515035:$P$B0Z.XDhXUTrIyfztfPqb6j5cyPcP3b.',0,'aofiveone1968'),(2504,'xlin381990','$P$BGM1WIjYl0WPG8cRnZTlhtO/qzCT1g0','xlin381990','xlin38@yahoo.com','','2017-11-12 20:03:09','1510516993:$P$BSX.lyRlRvbnfoWLMSHWQ3aaN8lAGh.',0,'xlin381990'),(2505,'robinhayes211951','$P$B4UURZaP9chLSxtgH/6cKVfzlXCHnK0','robinhayes211951','robinhayes21@yahoo.com','','2017-11-12 20:34:27','1510518870:$P$BxOD0rBPP2QrtkuJsljNPl8/FABCIF/',0,'robinhayes211951'),(2506,'debra.guthrie1992','$P$BReYDaQzbl.K8wurL/t79RXF1/AOPY/','debra-guthrie1992','debra.guthrie@att.net','','2017-11-12 20:34:46','1510518889:$P$BxTVGdjQ8DP/yRYpCOLdjSEq.2BamW/',0,'debra.guthrie1992'),(2507,'soy-lo-que-soy-1950','$P$B5Z6xSR2rG3AJPGJ6RyUldHhUIzqeo.','soy-lo-que-soy-1950','soy-lo-que-soy-@hotmail.com','','2017-11-12 21:02:53','1510520576:$P$BwuMJxJndOAxY1G5UESFNc9tsbAby80',0,'soy-lo-que-soy-1950'),(2508,'robynelowe1973','$P$B1J9HcLGgUHH.gQFuiddidh3H3yumE1','robynelowe1973','robynelowe@hotmail.com','','2017-11-12 21:37:22','1510522645:$P$BdFJLm8.ylk1s0sjAkTDYjzU7M0yHe.',0,'robynelowe1973'),(2509,'bomberojt1953','$P$BGKMiIfbr5Uh7cNAf4MYuhUVxXOYj31','bomberojt1953','bomberojt@hotmail.com','','2017-11-13 00:13:55','1510532038:$P$BVGmFryuo27vDIG4QhEH8ET0zM0/Ar.',0,'bomberojt1953'),(2510,'randysibel1987','$P$Bp07O3YdzecYywaEcrfumy8gZvqorM1','randysibel1987','randysibel@yahoo.com','','2017-11-13 01:19:52','1510535996:$P$BSZxuaRNR.lKsRzZRhlQUvoqbvUHPj/',0,'randysibel1987'),(2511,'calliemay271970','$P$BJFmTL7p1qJ9gejEN4LyVx3z7lUuj61','calliemay271970','calliemay27@live.com','','2017-11-13 05:42:58','1510551781:$P$Bd1c3EAA.S32PxJaaOPaLL7Ul9bxu00',0,'calliemay271970'),(2512,'crutch20011959','$P$BwzeU3CcRUvq4ohv5BOc9iSvVqOwqL0','crutch20011959','crutch2001@charter.net','','2017-11-14 11:21:19','1510658483:$P$Bni4Ick6Mg4Uws/JDLWv.3IRCZT07Y0',0,'crutch20011959'),(2513,'davidjr1987','$P$BftRH.pV/g9ciGEKNR7SAiUyPZjaY11','davidjr1987','davidjr@dpmplumbing.com','','2017-11-14 12:34:34','1510662878:$P$BDjujJlHvdjCK2UWsCDffSuo8u7Fm/1',0,'davidjr1987'),(2514,'plunkettrobert1967','$P$BEW/iG7qlq7Grw9Y7xcRp75ZQqJ.sw0','plunkettrobert1967','plunkettrobert@hotmail.com','','2017-11-14 13:42:31','1510666954:$P$BZJdu8kLCfMySIavlmk9Csu2NRC2XC0',0,'plunkettrobert1967'),(2515,'lyndi.grossman1954','$P$BDDPoUb9XRKNN3vJ.orgzPF0vwXItW0','lyndi-grossman1954','lyndi.grossman@yahoo.com','','2017-11-14 14:18:33','1510669116:$P$Blp3/DKAaBq.Qpd9EL1qqcqMTnRkOB/',0,'lyndi.grossman1954'),(2516,'mark828901969','$P$BssYhDFLbQTHG.WSXJ6sf2psuEYqgi0','mark828901969','mark82890@aol.com','','2017-11-14 15:20:56','1510672859:$P$BE8Fy8sNrPflR30ocQfm8Gy2hGCSUK/',0,'mark828901969'),(2517,'aneekabarmi1966','$P$BalYm3UPavstny4mSJ8fWwPFo74yfF0','aneekabarmi1966','aneekabarmi@hotmail.co.uk','','2017-11-14 15:32:47','1510673571:$P$BaYbVVsIR5QpCHG5Qe1oUEpWSXcYCA1',0,'aneekabarmi1966'),(2518,'bigmack10281975','$P$BVAwT5dmjKbHNVko5tgaKE7kWTHOZV0','bigmack10281975','bigmack1028@hotmail.com','','2017-11-14 15:53:29','1510674813:$P$Bx5sUY3uUFVGZWTvGzLJMLELwhLBuX.',0,'bigmack10281975'),(2519,'hahn.joshua1976','$P$Bv9ayEBIVA7ijbz0PA6FLV5fLRzu8W0','hahn-joshua1976','hahn.joshua@yahoo.com','','2017-11-14 16:22:07','1510676530:$P$BQ6GimYWCvdLALdbY.77qQIL9Qsdsj.',0,'hahn.joshua1976'),(2520,'dcj89132010','$P$BZMH5hlB9Unx3FwkMNeUUgkkn7wnwI/','dcj89132010','dcj8913@gmail.com','','2017-11-14 16:28:49','1510676932:$P$B7f5uqujx9nhD.pyqtaG6iNvo95rAi1',0,'dcj89132010'),(2521,'futureicon1964','$P$BFr0b3v7GSvuESmnVBZ83tiIZfmgnm1','futureicon1964','futureicon@comcast.net','','2017-11-14 16:39:41','1510677584:$P$B5NXAASZN7EPYXaVC.HO9Jmas3eZkP/',0,'futureicon1964'),(2522,'slm_4281999','$P$BC5x2/JmwswzGv7dJ4jIaCexuZ.CkD0','slm_4281999','slm_428@hotmail.com','','2017-11-14 16:40:18','1510677621:$P$BxDZE30GNq2Oh45TKY4XyXkgzpsmOx/',0,'slm_4281999'),(2523,'rmcloughlin2008','$P$BPYKJPjw4jsAvshOP8Oy.xnmKbr16l/','rmcloughlin2008','rmcloughlin@convenience-concepts.com','','2017-11-14 16:43:38','1510677822:$P$Bml0eptWdHvDN.hjWiavF6DhdwL6bA/',0,'rmcloughlin2008'),(2524,'shelbybucket1963','$P$Bvi018kzJMeP3CNDJrU7KoiPotBINC0','shelbybucket1963','shelbybucket@aol.com','','2017-11-14 16:50:45','1510678248:$P$B5utVyiAD.cN6At7OZh8zE28Pjk.zF.',0,'shelbybucket1963'),(2525,'tabithamcintosh1977','$P$Bab1FSXOMlaz1eZDamsRxi2IhY/sPn1','tabithamcintosh1977','tabithamcintosh@hotmail.com','','2017-11-14 18:01:58','1510682523:$P$BQIH0Y9yXiVGKZaXW3AmKxKQQzXFXy0',0,'tabithamcintosh1977'),(2526,'tokayerharold1988','$P$B87XopP.noVO.jEpHtU46GyRT4FqeJ1','tokayerharold1988','tokayerharold@yahoo.com','','2017-11-14 18:29:26','1510684169:$P$BUwI4l9yaH92kQEJWFVuEh9OMt8TIy.',0,'tokayerharold1988'),(2527,'stacia1954','$P$Brq/l02L0lWYsueTMXYQ4wq0TZ091q.','stacia1954','stacia@ranchomurieta.org','','2017-11-14 18:35:34','1510684538:$P$BPVrb43FBdyLvPQxVAM/nZL5LCp2Vu1',0,'stacia1954'),(2528,'carolinainn1962','$P$BPa2ddXgmnr8IA.rJpEUzjB4gVeYvP.','carolinainn1962','carolinainn@yahoo.com','','2017-11-14 19:08:05','1510686489:$P$Bg4OHgY1fTd6STRp9Y30GERzcNUxzc.',0,'carolinainn1962'),(2529,'kylechase221970','$P$BHQauxIluBWPTTsFUvJzUi6e1dVU8Y/','kylechase221970','kylechase22@live.com','','2017-11-14 19:08:06','1510686491:$P$Bm7bTEpHOXS6BLo29fNdoZtRTbCGi20',0,'kylechase221970'),(2530,'mark1967','$P$BZFjouYxqx7DRZ9K6L.mRCmy2zZ.bs.','mark1967','mark@crown-industrial.com','','2017-11-14 19:10:22','1510686625:$P$Bzd4vCDVI5h9gi1ueaDL6BAjK6d375.',0,'mark1967'),(2531,'an_deore1986','$P$BVXD9vKYaD4/c7.kMtwgUsPHohvYeC/','an_deore1986','an_deore@yahoo.com','','2017-11-14 19:19:09','1510687157:$P$BkFkcbqgwnjIRQAa2A/AV1dVshKQNC.',0,'an_deore1986'),(2532,'brlasalle1976','$P$B9wbqSiHFA8quFp2fWmY.PBTzLDslD0','brlasalle1976','brlasalle@hotmail.com','','2017-11-14 19:39:43','1510688386:$P$BklA5mpP0UPHXvU8FtQojH5aY9Ef2r.',0,'brlasalle1976'),(2533,'keithand1992','$P$Bi7jlijiD895NiOZlSjhfgdTCsK9iC1','keithand1992','keithand@aol.com','','2017-11-14 19:41:01','1510688464:$P$BKh0fbkY4V8Kgs4iTSjlDwVbnYewHm1',0,'keithand1992'),(2534,'joannie.poirier121994','$P$BuoHXuppH8DB.nGSeT8kle08DLV9zn1','joannie-poirier121994','joannie.poirier12@hotmail.com','','2017-11-14 19:45:38','1510688741:$P$BrlEk0YBPaKHRFkPNOcjWpGhBr3zP30',0,'joannie.poirier121994'),(2535,'azzura4u1967','$P$BD51ubopcUYLazFIaDMwXzM6qzPdA40','azzura4u1967','azzura4u@aol.com','','2017-11-14 19:55:57','1510689360:$P$B7nv42Ev8rXU8AG/1xbbgHWa1paesx0',0,'azzura4u1967'),(2536,'talula22bay1972','$P$B6KMReT1DewkpCgTcY4aX53oykStWk/','talula22bay1972','talula22bay@live.co.uk','','2017-11-14 20:26:14','1510691177:$P$BL6AizsDxCOHeDexJGRstJ1jNysL7Z0',0,'talula22bay1972'),(2537,'ajjaynes1988','$P$Bvyght1DFo931ac5Hj8vKzX9m.VscO0','ajjaynes1988','ajjaynes@hotmail.com','','2017-11-14 20:28:14','1510691297:$P$Bw0.jrzHR6gXDTFE0hF/Miimm2Zj4I1',0,'ajjaynes1988'),(2538,'jonathanbaughdo1954','$P$BMWtldMGeyRTcCaBA3IBnXmn1hSMSQ0','jonathanbaughdo1954','jonathanbaughdo@gmail.com','','2017-11-14 20:59:36','1510693179:$P$BWnlFEirWvfk5Wm8rRUP52rkPJuNc3/',0,'jonathanbaughdo1954'),(2539,'mhbaeumel1954','$P$BdwkjC0bnVtzVV.Isd.fQquAEAdHNP.','mhbaeumel1954','mhbaeumel@gmail.com','','2017-11-14 21:02:00','1510693323:$P$BJpQ1pFAfo2tcX7wlZcGk8/nd6lH.j/',0,'mhbaeumel1954'),(2540,'klyndacollins2003','$P$BLzH2ZcsdKkLmqY1CNvlsTJwbvW1u7.','klyndacollins2003','klyndacollins@yahoo.com','','2017-11-14 21:06:56','1510693620:$P$BKXRBDAoJMVPhSVzda2ukWA.RdBmj11',0,'klyndacollins2003'),(2541,'smitty44261971','$P$B.yvo1Z5wghYeeddG9VPOQbjjA/zBq1','smitty44261971','smitty4426@yahoo.com','','2017-11-14 21:21:47','1510694509:$P$BxAaIxlguUeGRaf2FPNbWstpVwp.Qb/',0,'smitty44261971'),(2542,'afed07082004','$P$Bpzgd4QSeBDGf7sJUkQ2rugTgLZXuc0','afed07082004','afed0708@gmail.com','','2017-11-14 21:25:58','1510694763:$P$ByEubRIAtBw7sSZ3nM9ILXXU6bo5b6.',0,'afed07082004'),(2543,'christine1961','$P$BwEWvN3Q8TyM9XS1Wy0XGzJGryWbg1/','christine1961','christine@mosaicgraphics.ca','','2017-11-14 21:30:43','1510695047:$P$BmIsxqlCCCUAv1D.xWKW5eJkjZXcKF0',0,'christine1961'),(2544,'guelar721994','$P$BRbFLChDlqjk.qjKlOWJEh.WhXBGe3.','guelar721994','guelar72@yahoo.com','','2017-11-14 21:30:59','1510695062:$P$BwBeDakVPkwXR7eRhFBpSYRDCmmQh4/',0,'guelar721994'),(2545,'wordene11961','$P$Bot.XYMG7ANMIKfAecl.mXT.VdUXa9/','wordene11961','wordene1@yahoo.com','','2017-11-14 22:24:28','1510698271:$P$BHAxFKBMEFtOpbYwhUAhtll8wINHFI1',0,'wordene11961'),(2546,'myfirstchoicedaycare1975','$P$B/Iy1vyrmoBrf96DDwmL53CRW56GvW/','myfirstchoicedaycare1975','myfirstchoicedaycare@yahoo.com','','2017-11-14 22:42:14','1510699337:$P$Bq9gb7gdRJSWBARYoWZ90itQIBTEdX.',0,'myfirstchoicedaycare1975'),(2547,'melissacuillard1974','$P$B3Zd51eUw65uWtxmoVJVmFjUMuPrgF/','melissacuillard1974','melissacuillard@hotmail.com','','2017-11-14 23:48:06','1510703290:$P$BloAj4gGXk.CebH5Xpjz4XyLU.ejF7.',0,'melissacuillard1974'),(2548,'bburlew1972','$P$BZGzy5Knjn3mjhRyjKbBOsu5jgmgbB1','bburlew1972','bburlew@hotmail.com','','2017-11-14 23:57:47','1510703870:$P$B/q95ELKxMBmsl6uqDzVSDAUmJgfJt0',0,'bburlew1972'),(2549,'madeinms1965','$P$BVqAH64UmLewN6wMb9ohWPBXWvAkgf.','madeinms1965','madeinms@aol.com','','2017-11-15 00:11:08','1510704671:$P$BlSI.TyTC3/6LOkvbgZDxwfbPZXu6V.',0,'madeinms1965'),(2550,'achenucr1998','$P$BChCRjVlPvx.kW3FOZnV2/dWSnXPeg0','achenucr1998','achenucr@hotmail.com','','2017-11-15 00:19:03','1510705147:$P$BXbYvgfHBi5D1i7N3SeCWF8Ho39lJt1',0,'achenucr1998'),(2551,'john.sunghoon1991','$P$BB4fUskGd.eSn5O0a0I4ShrYjqFmmL.','john-sunghoon1991','john.sunghoon@gmail.com','','2017-11-15 01:04:27','1510707870:$P$BR92SMl/DPBfiu67ywKD3F1FXN5n6w/',0,'john.sunghoon1991'),(2552,'kevin1962','$P$Bo9r63Wq5sbVrqkyL0VJM.5DiBuii3/','kevin1962','kevin@kjrstudio.com','','2017-11-15 02:11:20','1510711883:$P$B/wE4VOebWhfwOB33Jmk5G9OpbQZs5.',0,'kevin1962'),(2553,'restroh1950','$P$BvdmsxnYMMP1iu.XxbAMyd2L09FAdW0','restroh1950','restroh@hotmail.com','','2017-11-15 02:48:00','1510714083:$P$Bo4Lc08UxHYT0UJZT6YwkEPYZCE6Pj1',0,'restroh1950'),(2554,'margaretstrother1965','$P$B80IZvKqF/wyI8WWTiAV5XcB74ZI9l.','margaretstrother1965','margaretstrother@gmail.com','','2017-11-15 04:35:03','1510720507:$P$B8AGFgs3hl.0G4AkA.GRh6fLe4fcOW1',0,'margaretstrother1965'),(2555,'mistykahn2004','$P$B/rR/i3hRnFtIb3UHT23xtIT1PYZNv1','mistykahn2004','mistykahn@msn.com','','2017-11-16 07:27:12','1510817236:$P$BQb..YLD/GMbQEb1/oyyjqYKEXGmoz1',0,'mistykahn2004'),(2556,'larry.kosanovich1977','$P$BeCvXCaTqraU7kWlPtvoQejoJeijj41','larry-kosanovich1977','larry.kosanovich@partners.mcd.com','','2017-11-16 08:19:37','1510820381:$P$BLSnKTkqNVPCm9vCUaE4lhUjQMb9dP0',0,'larry.kosanovich1977'),(2557,'wtbane1990','$P$BNLo5FNcDeVTL/RHNgqJ5.U4qOy0GC.','wtbane1990','wtbane@gmail.com','','2017-11-16 08:43:40','1510821824:$P$BF8SXq1hG6rsdVI3hrvzqusxxaXG.a/',0,'wtbane1990'),(2558,'shellbergh1995','$P$B0txD1q6cQJZs5VV/6HV2tKNRbqmSu0','shellbergh1995','shellbergh@hotmail.com','','2017-11-16 08:51:49','1510822312:$P$BmYRQacCLEQg7Ezdh/GPWsw3pCWlNK.',0,'shellbergh1995'),(2559,'mikec251988','$P$BUdBo8PoEPQMNMDXpf2MMD30begsMm0','mikec251988','mikec25@verizon.net','','2017-11-16 08:52:13','1510822336:$P$BfD4ugOTIjI7NFr67DCuiPNhDoxSVr0',0,'mikec251988'),(2560,'dgrange1951','$P$BgrFNTZRFDn95fzL4C2hoO2Mm5vuNb.','dgrange1951','dgrange@vpcgroup.com','','2017-11-16 08:53:23','1510822406:$P$Bkg4lwJxjBLCNi4AKQVixeoNozLxUg.',0,'dgrange1951'),(2561,'steve_brice_0611981955','$P$BTQ9ElmwcEX6gS79TbXO430vriGsFx1','steve_brice_0611981955','steve_brice_061198@yahoo.co.uk','','2017-11-16 09:23:01','1510824184:$P$BQ.3B81zsPyPQoBxiLe.Q4viQ2ds6W1',0,'steve_brice_0611981955'),(2562,'vincenzo.aversa681982','$P$B..FOpkHECitoNKBZnRobEOoO8x3S0.','vincenzo-aversa681982','vincenzo.aversa68@gmail.com','','2017-11-16 09:48:56','1510825741:$P$B0rg8tA0cLGyG1p1zfiQjo8RKiRMu2/',0,'vincenzo.aversa681982'),(2563,'grs6971952','$P$BRHjuf5gK01fe3lTfbQonhApghMTQ.1','grs6971952','grs697@verizon.net','','2017-11-16 10:27:27','1510828051:$P$B6kzv4bWxtw.VJ4zeU.aGobSg.eRlv.',0,'grs6971952'),(2564,'awalkerpt1975','$P$BrE5bPTq8O7GZwkdfcZQc8oN3jMoEi.','awalkerpt1975','awalkerpt@aol.com','','2017-11-16 12:22:22','1510834947:$P$B7ayNmD0DlfiznABW6wI8OiK5VEY8O0',0,'awalkerpt1975'),(2565,'fcaban1983','$P$BMhvbo4TOLU.rejXfnV6wdGp9BtEur1','fcaban1983','fcaban@msn.com','','2017-11-16 12:35:13','1510835717:$P$BI9Dp3PR8yUXw/Vzs6rmiOBzA5d1rz1',0,'fcaban1983'),(2566,'sdani1511975','$P$BsVBGtm8sbI6WBeNGLF6Qt/kjPHUjd1','sdani1511975','sdani151@yahoo.com','','2017-11-16 13:07:03','1510837628:$P$BnW4vVYlkYFS/CEbuV2ZNUC0pzwBZs.',0,'sdani1511975'),(2567,'porrasanabel1963','$P$BEDFC7AZTlP8aQkCIHlEXTeiTgOtDl/','porrasanabel1963','porrasanabel@yahoo.com','','2017-11-16 13:25:53','1510838757:$P$B6uNDh2Cei58YohmsKr/3qBhwHQ4ln0',0,'porrasanabel1963'),(2568,'squeekysocks2003','$P$B71chiLJ/CcoyuMVPD1hbytTmsLbad/','squeekysocks2003','squeekysocks@yahoo.com','','2017-11-16 15:31:25','1510846289:$P$BcKFidXJtYTJUJgVUQJKuzoBA7MOUs.',0,'squeekysocks2003'),(2569,'heidi_ts1980','$P$BPYoyE7xLZrpANpGodNJyy2whUyiGM0','heidi_ts1980','heidi_ts@hotmail.com','','2017-11-16 15:45:08','1510847113:$P$BhJy8TOlk.3/Yf1.DKz.u1A9nmR/891',0,'heidi_ts1980'),(2570,'hmkill1965','$P$BVxv/0q0ZKdZeJSH3CsqjWRpd8bs4B1','hmkill1965','hmkill@icloud.com','','2017-11-16 16:02:20','1510848144:$P$Bx1FUMWLt2Q29kCDXqteBmZ6AD7qEu1',0,'hmkill1965'),(2571,'simpson.lou1970','$P$Brcvm2CB2XkE3c5pWtomGYbx1tCL7w/','simpson-lou1970','simpson.lou@hotmail.com','','2017-11-16 16:05:42','1510848346:$P$BdaPttFch7/4RlV4fQLNCo.ed4GDiS.',0,'simpson.lou1970'),(2572,'cheryl_ann_181983','$P$BLfHFGBveGbJ1MD0qKUvz0eHYiLWpp1','cheryl_ann_181983','cheryl_ann_18@hotmail.com','','2017-11-16 16:08:41','1510848525:$P$BhUtpac4KsT4mDVDfZgh0dlFGxzSlP/',0,'cheryl_ann_181983'),(2573,'cabanfinance1972','$P$B0EgjM/wbFbt79QJH0uYiBrd0hXbwk.','cabanfinance1972','cabanfinance@gmail.com','','2017-11-16 16:34:54','1510850099:$P$BYNj1f.PhOXScwFU2lIhDODact9.NU/',0,'cabanfinance1972'),(2574,'chase02121988','$P$Bape8/c9EoffSoikvzUpaSTdqkKJu71','chase02121988','chase0212@aol.com','','2017-11-16 16:50:08','1510851010:$P$BXyHkQ5Aq4M8bsPGbWZyJhQaVTohp/1',0,'chase02121988'),(2575,'galinakovalev1959','$P$BwG0znYMoBdqSOeJBt9Kz/usLiVr4r0','galinakovalev1959','galinakovalev@gmail.com','','2017-11-16 18:07:55','1510855681:$P$BxEDJn6brAD4aE28Hn94Vc/2VL0MgH.',0,'galinakovalev1959'),(2576,'jakegantz1953','$P$B12HCcPrXcTC6m9T/oydnc0stF46Xi/','jakegantz1953','jakegantz@gmail.com','','2017-11-16 18:57:09','1510858634:$P$Bk46Hc39uXsC/Dxg3Gsptd9HSVq8SZ0',0,'jakegantz1953'),(2577,'mamalambert2005','$P$BGtyEgm3GAzgukcI3Qt.Mo/4IRG7MW0','mamalambert2005','mamalambert@hotmail.com','','2017-11-16 19:04:53','1510859097:$P$BhYz21h1Vt.TCn8tWGH8U3Z93nj9/y/',0,'mamalambert2005'),(2578,'ccarino251980','$P$BLZiRN4P3xzuyt1FeLCmtXbDU9/26J/','ccarino251980','ccarino25@aol.com','','2017-11-16 19:31:27','1510860690:$P$BckZjN3WzWIH/J6lORpDrdrkUt//NK0',0,'ccarino251980'),(2579,'tjbianco2006','$P$Bq0jE2VNbDbEDAXAtvKvL.P0aLy8Lz0','tjbianco2006','tjbianco@yahoo.com','','2017-11-16 19:54:25','1510862074:$P$BjKqDKsl3/Dpbf1u5wTtsBnkWcXfpT/',0,'tjbianco2006'),(2580,'bob1974','$P$B8llzzjSUKGCr/jxiHZ/FsPiDXt5LI1','bob1974','bob@rsa-group.com','','2017-11-16 20:17:44','1510863468:$P$ByJQil.D5Mte0QYGAHqoKrjpQp5B/Z1',0,'bob1974'),(2581,'tr1955','$P$Bxa2eBtFFrXI.IvZY0VrKWkN5qPQF.1','tr1955','tr@websightsinmotion.com','','2017-11-16 20:40:34','1510864838:$P$BCu/ttW4OiWu6u27TAWJBPZlWrxszB0',0,'tr1955'),(2582,'lextech2002','$P$B7BUhElM97P/vLzUtQZGOsnub5du.G1','lextech2002','lextech@gmail.com','','2017-11-16 21:44:16','1510868660:$P$BjaKg6iAjqcbxETiSM1tWRcKGNtnHn/',0,'lextech2002'),(2583,'johanne91989','$P$BXMlV1KUvOQEAJu6jm/HLEsVVoHWYw.','johanne91989','johanne9@hotmail.com','','2017-11-16 21:58:34','1510869517:$P$B7G6r5RrlkW0Q895ATASygw5QfBt5t0',0,'johanne91989'),(2584,'brigittadubin11950','$P$Bh55urCF1.a.6X8QPG3Z/ABEsG0z0e/','brigittadubin11950','brigittadubin1@hotmail.com','','2017-11-16 22:00:37','1510869641:$P$BdBKw2p/ebHYFa63vr1oqj1ii.gQjS1',0,'brigittadubin11950'),(2585,'mart4133272008','$P$ByN0O/dP.242xREznVfacwgCUFgIxO1','mart4133272008','mart413327@hotmail.com','','2017-11-17 00:12:41','1510877575:$P$B/Z0YKfgDTarlzAfj3NGJH0GIOM7pg0',0,'mart4133272008'),(2586,'bpeterson1983','$P$BzsbJybDwPBfeSific2m2Z9h/b0msR0','bpeterson1983','bpeterson@gaffneypd.org','','2017-11-17 01:57:53','1510883885:$P$BmaqCafXNpMi.Ph44YCNtbxZp2KZ5K0',0,'bpeterson1983'),(2587,'rojrustad1985','$P$BPaH4kG0nv/kFC82OI/2bPWsaTnaQ11','rojrustad1985','rojrustad@gmail.com','','2017-11-17 01:59:18','1510883970:$P$BE8IuCLeIvISNUdpQrkI9TTY0FwMyb0',0,'rojrustad1985'),(2588,'support1965','$P$B0v3M6TYzbD15j7RCS7zr2K0ylRK8W1','support1965','support@misterbandb.com','','2017-11-17 02:58:33','1510887520:$P$BNxNyvIXnEWUsg7vCNnWTmRrwLfrKh.',0,'support1965'),(2589,'tristinsmommy20021990','$P$BdPEe.oy5NFQ3F2CMqpUo58j9UGvsi1','tristinsmommy20021990','tristinsmommy2002@yahoo.com','','2017-11-17 09:44:55','1510911899:$P$BMfHd3bW/EPAmQb.tMGHKAfJuOFqWH0',0,'tristinsmommy20021990'),(2590,'wtimmons071994','$P$BavzfTAMbqTGZRLPTTgmNRUSycUcRG.','wtimmons071994','wtimmons07@gmail.com','','2017-11-17 11:21:15','1510917692:$P$Bf1Y4LgJ5RMD1O/MnxugGxVrxa11A/0',0,'wtimmons071994'),(2591,'dtyost1950','$P$BGcUbqXLMbOwiAZcTLclS09Oxjc9Co0','dtyost1950','dtyost@yahoo.com','','2017-11-17 15:46:29','1510933593:$P$BAeqJ2yIQQZVT2SOr99TqpuOWapF7v0',0,'dtyost1950'),(2592,'liona_191979','$P$BeCoIBoqn9QRbL0MvOzmFEf428sT.Y.','liona_191979','liona_19@hotmail.com','','2017-11-17 19:11:01','1510945865:$P$BYh3uBxpkqgvu2kxgU9A5VlaoUOVkT/',0,'liona_191979'),(2593,'jflax1986','$P$BtiTu0qgCh4quShAvmfRb..cyEfopC.','jflax1986','jflax@cox.net','','2017-11-17 19:31:39','1510947102:$P$BtYGDYHYSkVH3PU9LNEcPT5E//oA..0',0,'jflax1986'),(2594,'p.jenn.fer1950','$P$BlXha3dDxfyzuj5fMFbktVobTfSWLa.','p-jenn-fer1950','p.jenn.fer@gmail.com','','2017-11-17 20:55:42','1510952146:$P$BZBRckLo30CHaa3hT8qPtFGHynUCHh0',0,'p.jenn.fer1950'),(2595,'calexico741950','$P$BKHFWdWrUb4Dw4w8F7AuL.z1/NsJyZ1','calexico741950','calexico74@hotmail.com','','2017-11-17 21:48:32','1510955325:$P$BxFnLUh2lgLyMkGCwr15lrhCfzm9dF.',0,'calexico741950'),(2596,'dgaylord42001','$P$Btsxtt8lOuhmg6J.NZ5YUD9PT9NoGG0','dgaylord42001','dgaylord4@rochester.rr.com','','2017-11-17 23:44:00','1510962246:$P$BtMpWR/mGHkd4zaDBBNZwX6kdsTyEK/',0,'dgaylord42001'),(2597,'drewnautica1950','$P$BGgckUHZgr7WqPAUF/a1jWaimyMR0c1','drewnautica1950','drewnautica@yahoo.com','','2017-11-18 02:51:14','1510973477:$P$BCF7Z4vM.DQxwH..J.Qb7QmnfvrujJ0',0,'drewnautica1950'),(2598,'lauranorman12006','$P$BJiE77NHG15kx8agYbq8RfcCDOOoY1.','lauranorman12006','lauranorman1@hotmail.com','','2017-11-18 03:05:58','1510974361:$P$BKwy8d3x.uhQKZ9ELVbnuOK5uxd88A/',0,'lauranorman12006'),(2599,'robjanehaycock1996','$P$BCGcJpHlorkYI9s6unHrOUv415L5Wu.','robjanehaycock1996','robjanehaycock@aol.com','','2017-11-18 08:55:13','1510995317:$P$BCMRPYR43Xdfukm4tsrpCQumOAqYgw/',0,'robjanehaycock1996'),(2600,'brittanyrferrero2009','$P$BHl8nhBYFgvQxR4BwfBAAZoY9R4J/s/','brittanyrferrero2009','brittanyrferrero@gmail.com','','2017-11-18 09:35:24','1510997727:$P$BcqoPLsflS8uJ9zipOd71el/9LyKZO.',0,'brittanyrferrero2009'),(2601,'rustytinsoldier1963','$P$BCFGX.tqGNwQXwWSdXDT7peeVtcOzU1','rustytinsoldier1963','rustytinsoldier@gmail.com','','2017-11-18 12:26:19','1511007983:$P$BC8DOkIi127WfW9vgL5/lP/gjZjtYd0',0,'rustytinsoldier1963'),(2602,'tayrene262007','$P$Byxvz.kiRUnyVUUPef1CbxvD.Z75iz.','tayrene262007','tayrene26@yahoo.com','','2017-11-18 14:56:02','1511016965:$P$BFz17G451heNEqr0qDxfNksF//WBhT0',0,'tayrene262007'),(2603,'joel_harwood1989','$P$BFRzDZkYj5Csd88TzB9Gq3VECTCvxf.','joel_harwood1989','joel_harwood@hotmail.com','','2017-11-18 16:13:43','1511021626:$P$BQT2naAI.0xe9ZaaYGYaf9H23bZOuK0',0,'joel_harwood1989'),(2604,'franklinyang041994','$P$BcF2ecZEWadHDgJX2tQSnF/T0cjrod0','franklinyang041994','franklinyang04@yahoo.com','','2017-11-18 16:17:36','1511021859:$P$BaEWCpFxjcbKRHE7ndnYs089GjCmcx1',0,'franklinyang041994'),(2605,'do441011951','$P$BmPHWDCgF1RAqeOGvjZR0dkOW.gEmM/','do441011951','do44101@charter.net','','2017-11-18 17:23:06','1511025798:$P$BVqIIKs8PKTTjiwgQ/sTc9BemB6Tv2/',0,'do441011951'),(2606,'jdb39451998','$P$BfnHIyIyuKw/.8t8Ta5rq4h7EstLk31','jdb39451998','jdb3945@yahoo.com','','2017-11-18 19:17:18','1511032641:$P$BydtOZgYcJaPx0cD/.lvEdvzjBUUCH0',0,'jdb39451998'),(2607,'sammahone1975','$P$BoRXLC8SL5VMDjxtESW6K5wkZKZXDj1','sammahone1975','sammahone@yahoo.com','','2017-11-18 19:53:13','1511034796:$P$BaCypBazJ6J/9jZAN7w34D9kOLvunQ/',0,'sammahone1975'),(2608,'shirleygirl08221988','$P$BLjouqBzyF0UfPcSBOohnL/7rLAmtB1','shirleygirl08221988','shirleygirl0822@yahoo.com','','2017-11-18 20:02:48','1511035371:$P$B/UATD7Mkdef2wVhiWhDuC9aXlEjMB1',0,'shirleygirl08221988'),(2609,'smartor20101966','$P$BadmZxMPVyZjIugpa6Znwle7x6UYU81','smartor20101966','smartor2010@hotmail.com','','2017-11-18 22:12:30','1511043154:$P$BHajy/2dlHDsKuBbhLleMGTYHThhSf0',0,'smartor20101966'),(2610,'ruggiero2272010','$P$BxEohe.rXsyVzCiK24XVYg9EbiKpwm.','ruggiero2272010','ruggiero227@aol.com','','2017-11-19 01:46:46','1511056009:$P$B/Zvzjpd0/JtqnlnB5ZeBGLglkebXy.',0,'ruggiero2272010'),(2611,'harishsmailbox1989','$P$Bw8jOHgh.CP2AHYsDVraLSbFpVbCrr0','harishsmailbox1989','harishsmailbox@yahoo.com','','2017-11-19 02:15:17','1511057721:$P$BnvdFOWr0auDkdkhq30ZL9cGdNVKKT/',0,'harishsmailbox1989'),(2612,'sad_sam212010','$P$Bq032XbByTmDWSLgrxuSZ9yJp7sJlN/','sad_sam212010','sad_sam21@yahoo.com','','2017-11-19 19:04:21','1511118267:$P$BaVK7OZ8Tw30p/WuNyjS4REyyJEi070',0,'sad_sam212010'),(2613,'dscheulen1966','$P$B6jHyYLHJHUhbgPAw6.YV5AjTbqwl71','dscheulen1966','dscheulen@hotmail.com','','2017-11-19 19:09:32','1511118581:$P$B69Oceq0fY5b.9uwJIrog5fC5lb5Y/0',0,'dscheulen1966'),(2614,'aaron.oneill1951','$P$BEkbEX14AcuU2iI46r7/mazt/6Kqbi/','aaron-oneill1951','aaron.oneill@live.co.uk','','2017-11-19 22:08:50','1511129333:$P$BOF5P9rXDrdIfdnnbf5vVZTUIqVHAt.',0,'aaron.oneill1951'),(2615,'renanfm21996','$P$Byr59CoLcS0qQD.btyN2Nqg9iRbOc//','renanfm21996','renanfm2@hotmail.com','','2017-11-19 22:19:19','1511129962:$P$BWeUf7ERhkV5Les42I.6MDH7SZY1oA/',0,'renanfm21996'),(2616,'tylerchambless961967','$P$BOLRE9CJ4FpuydCkMtTxoaX.rqH1kq0','tylerchambless961967','tylerchambless96@yahoo.com','','2017-11-20 01:22:43','1511140969:$P$BLhQ2S51DQPa.TISbMblRgy2IEwV5v0',0,'tylerchambless961967'),(2617,'waterfiltermen1955','$P$BIbrQToepgN51lYnG6UDThmBHl5PJU0','waterfiltermen1955','waterfiltermen@gmail.com','','2017-11-20 10:08:32','1511172516:$P$BOT1dNbRw1sIPc9xx3a4icLhpqqHfm.',0,'waterfiltermen1955'),(2618,'livkso1974','$P$BUhH6D.ymKY2qPzzy.tCNmQxyykt/a/','livkso1974','livkso@yahoo.com','','2017-11-20 10:20:53','1511173256:$P$B7I.yVIn2.ntak3Bx80GKK0NlFSUS91',0,'livkso1974'),(2619,'bonita8823892005','$P$BOGddKPEaofdK5OCTjbsF8c.iKTpnN1','bonita8823892005','bonita882389@email.com','','2017-11-20 13:55:58','1511186163:$P$BQuN4ihQgUqKleA2iWU40865YAGjFK0',0,'bonita8823892005'),(2620,'tanagrl1972','$P$BL.yj9HkfCNgOzwCnzadM0192Rt1CI0','tanagrl1972','tanagrl@aol.com','','2017-11-20 14:03:33','1511186616:$P$Bu7rt5YA6wmP8GJLft5EPnTh2Va5jb0',0,'tanagrl1972'),(2621,'ann.aveaircraft1980','$P$Byyl7rDcPeo9btG6TzSsCPl3S4hBCm1','ann-aveaircraft1980','ann.aveaircraft@gmail.com','','2017-11-20 14:14:17','1511187260:$P$B8a3SmfTUHrDfSxA7f.VUCCrr6NzQR1',0,'ann.aveaircraft1980'),(2622,'virginia_mix2010','$P$BO3nRALc2E7Va6nyRGS/5AziDrW/1M0','virginia_mix2010','virginia_mix@yahoo.com','','2017-11-20 14:18:02','1511187485:$P$BQh0U2h7FxCBslTK/ZuYhj.KEMdVSG1',0,'virginia_mix2010'),(2623,'jadahman2001','$P$BPo/AnkK991baSV03ZCDCeB277EYmE1','jadahman2001','jadahman@aol.com','','2017-11-20 15:08:58','1511190546:$P$BmXA/SkZ5GHUoD.8ITTyma6zwtuoCI/',0,'jadahman2001'),(2624,'rbouley1952','$P$Bgpn3pVqtq1a69xhrTnrnLatd7FysM0','rbouley1952','rbouley@live.com','','2017-11-20 15:13:41','1511190824:$P$Bw1qT1kpK5pbeo1AZ0vk1HFAvug7MT.',0,'rbouley1952'),(2625,'melanieperraglia1982','$P$BxZ6T9GL2oi3UIViJbeItKDVPtIRPX/','melanieperraglia1982','melanieperraglia@gmail.com','','2017-11-20 16:15:28','1511194531:$P$B3fcSBTLN4af5CkKlQ9osuC.BZ3qIy/',0,'melanieperraglia1982'),(2626,'mcwilck071959','$P$BthkRqLWI9f96hNZNjwn2szPURCKrm/','mcwilck071959','mcwilck07@aol.com','','2017-11-20 17:16:19','1511198187:$P$BtpNygwcxTWxKZ/NXp9yOHhCjhmLRL0',0,'mcwilck071959'),(2627,'jessbrown11071959','$P$BOzUWv/QCc7BtLJRA25wvly4Xd6Hns0','jessbrown11071959','jessbrown1107@yahoo.com','','2017-11-20 17:20:07','1511198417:$P$BLvOXs.uW4sX8FmQMd/MCLZUllHkwX0',0,'jessbrown11071959'),(2628,'jjffac1998','$P$BAeky8UCpcR91AL0GgVWCrJHbu6wrG0','jjffac1998','jjffac@blueyonder.co.uk','','2017-11-20 17:27:34','1511198865:$P$Bud4Qcn.7nfPcAuJVbualjo4jLfG6V0',0,'jjffac1998'),(2629,'jamesfort051985','$P$Bap1MBhLzNbF7HKkr49q4yVTI6s6YU1','jamesfort051985','jamesfort05@msn.com','','2017-11-20 17:44:20','1511199874:$P$BDgMuAM7UdNKrgjeKhqqRJdLY/Yozz0',0,'jamesfort051985'),(2630,'andybelcher1966','$P$BDDqzT2fi8n5EarrppoXMipqH5r.3R0','andybelcher1966','andybelcher@yahoo.com','','2017-11-20 18:02:27','1511200951:$P$Bb1/pC3y1gjz6ZebjxmJDr5zl3kNwF0',0,'andybelcher1966'),(2631,'smokeslastspot1968','$P$BOQx.Mz.J.WM/Z95kOY/HpsneVtbbD0','smokeslastspot1968','smokeslastspot@yahoo.com','','2017-11-20 18:02:58','1511200983:$P$Bx7CB/4u2Py0C.TyU005atQ11gber.1',0,'smokeslastspot1968'),(2632,'werlingryan1991','$P$BNCSmlJSa5jGV5sL0zO.9zbIoRgRJ/.','werlingryan1991','werlingryan@gmail.com','','2017-11-20 18:08:01','1511201285:$P$BvXSoijSesM5g1vmq9KVmVroAOgbqM1',0,'werlingryan1991'),(2633,'rhanidrochon1951','$P$BqyrWY8mmnqzmiJUG9PFM4qjjTAqYi.','rhanidrochon1951','rhanidrochon@yahoo.com','','2017-11-20 18:17:36','1511201860:$P$Bxy8qUGer2dOzTLriBCKQQSMyBxpP71',0,'rhanidrochon1951'),(2634,'esilv9111967','$P$Bb8hwzyMB2ZOVi1BPep8K297aTG0jP.','esilv9111967','esilv911@hotmail.com','','2017-11-20 18:24:12','1511202255:$P$BZCIoYC/axyESAB4iEjdPDwA1V6kUe1',0,'esilv9111967'),(2635,'jparks871972','$P$B46cVj9XsqVVH2ZUUzgWP8dxUEADYF0','jparks871972','jparks87@hotmail.com','','2017-11-20 19:05:45','1511204750:$P$B9i.Itd6OhfZDePcVBTPtt4p.vXpUY/',0,'jparks871972'),(2636,'mhindle11957','$P$BM.IbIV6JJt8uVFMoQA116mSZ1XPGf.','mhindle11957','mhindle1@gmail.com','','2017-11-20 19:22:48','1511205772:$P$BqIQjm6B/d1P8Yppw93IYIZVTyUpap.',0,'mhindle11957'),(2637,'amy.alexandre272006','$P$BsHC3a0UFCJN8NyORvYjiKBHrc03F60','amy-alexandre272006','amy.alexandre27@yahoo.com','','2017-11-20 19:23:41','1511205824:$P$BQPC6gjwESMs.oPKWZPhpB5CpG06GU0',0,'amy.alexandre272006'),(2638,'arungatram2007','$P$BAgcig550dyIYbJ0YtjUlWwbiRL7XL.','arungatram2007','arungatram@hotmail.com','','2017-11-20 20:04:50','1511208294:$P$BuOQRO1ZgSaPQfHPQR2n5.hrtEsiE6/',0,'arungatram2007'),(2639,'highgate21961','$P$Bn/yvreTsAt73seCVyswxnKMmf7fVW1','highgate21961','highgate2@aol.com','','2017-11-20 20:25:23','1511209526:$P$BEkjb7pVsbZjI9Oha3zcSz7Q2oHR2B0',0,'highgate21961'),(2640,'thietkemag2010','$P$B6GKx1QyzGuA3zTt6m5Gp8HroFb1Sa/','thietkemag2010','thietkemag@yahoo.com','','2017-11-20 20:30:45','1511209848:$P$BfeJx1OgxJPsfbJZNErThTfKtn9sRm1',0,'thietkemag2010'),(2641,'pacostyle2007','$P$BPYXSJNn0Jw2has4FnVJc9hvmP.XmR.','pacostyle2007','pacostyle@aol.com','','2017-11-20 20:57:06','1511211429:$P$BVL2sngdtOVjNp0H7ZwiG3gzbXOpZY0',0,'pacostyle2007'),(2642,'zdj981986','$P$BgjWkd9OWthLiltyhc0ZUaD0RuCYsW.','zdj981986','zdj98@hotmail.com','','2017-11-20 21:40:43','1511214046:$P$BMam8g.HYsOw2IvSe7vkxCMmTmJ9rL1',0,'zdj981986'),(2643,'silvioirace1994','$P$B7E21DtUh0zt70vpBcf3R.UmSeFsXU/','silvioirace1994','silvioirace@gmail.com','','2017-11-20 22:03:33','1511215419:$P$B1DOUlNWUkUReaymjiM71kVMvHv35Z0',0,'silvioirace1994'),(2644,'bjm71901957','$P$BxdT3GQbonRqLkBujU86jfCm0BeSfs.','bjm71901957','bjm7190@aol.com','','2017-11-20 22:16:36','1511216199:$P$BYUH6m3yensx5sj.jqsSZWu2Lfd7BP.',0,'bjm71901957'),(2645,'brucefonnest1973','$P$B7bsoer2JnYPMY2eKHLr9czUgowbFO1','brucefonnest1973','brucefonnest@hotmail.com','','2017-11-20 22:37:29','1511217452:$P$BYXAxxWRPfAEMKCkR5ncpvpXOq44KP/',0,'brucefonnest1973'),(2646,'tara_nickole_phelan1952','$P$BCn26efIt.5O88ZXgywVSq0M9m/x9K0','tara_nickole_phelan1952','tara_nickole_phelan@hotmail.com','','2017-11-20 22:43:22','1511217807:$P$BxInpn7cb/6yJAkE2CyY1hCb9xvq2v1',0,'tara_nickole_phelan1952'),(2647,'thepylefamily1995','$P$BGK7O9iwGleM5uNtT60z8wkou/rR08.','thepylefamily1995','thepylefamily@yahoo.com','','2017-11-21 00:15:33','1511223336:$P$BITMxNPYU2egt.Kf2rpJkVLvxwVY4I/',0,'thepylefamily1995'),(2648,'elizaann8911980','$P$B8Ex4Zi7rdHixve0XDtIVQeVfdVqGj.','elizaann8911980','elizaann891@hotmail.com','','2017-11-21 00:37:46','1511224671:$P$BzzuONJmEuMq7B72mzLyAB9rkwxnq71',0,'elizaann8911980'),(2649,'jennbuggy1985','$P$Bb8dIH1jrWg04lToEZgPolJOp5adHm0','jennbuggy1985','jennbuggy@hotmail.com','','2017-11-21 02:26:37','1511231203:$P$BVTK90TKFUJn6sV7Mn6c5ZWAH1n27h/',0,'jennbuggy1985'),(2650,'draimey991993','$P$BWsYwAhUunINw4FxWEfpXuxDjASNIR.','draimey991993','draimey99@yahoo.com','','2017-11-21 03:38:25','1511235510:$P$BFa.Cy.vWetU5M/iCoXKg97YTntwta1',0,'draimey991993'),(2651,'trishamillet2005','$P$BTudNqHhdGw/M/y/5wf7O0LFHp1ZB3.','trishamillet2005','trishamillet@hotmail.com','','2017-11-21 04:55:47','1511240162:$P$Bg5E9fTh52MMPatnV0a1Ri67KmwiU60',0,'trishamillet2005'),(2652,'ewheeler1991','$P$Br7pp/5WNysLw8D5.jLuCtwQ6KWaOZ.','ewheeler1991','ewheeler@contractorscargo.com','','2017-11-21 05:04:35','1511240679:$P$BM6c7un4ZIiJHfTEAp4.pHEQ7EcGQV.',0,'ewheeler1991'),(2653,'gold_dragon131984','$P$BYg2UG5zLZb7YtvpTSEbCnbxyo23TJ0','gold_dragon131984','gold_dragon13@yahoo.com','','2017-11-21 05:07:09','1511240833:$P$BbLhpn108smHv5IOkBM2JGKYSfScu81',0,'gold_dragon131984'),(2654,'shattuckbgs2004','$P$B02f1bM8dsHNhm5gQ3sXlgS60S0kgT.','shattuckbgs2004','shattuckbgs@aol.com','','2017-11-21 08:31:59','1511253122:$P$Bdgic5cbAPXJnGJsfXmA/QS2FWjPzJ0',0,'shattuckbgs2004'),(2655,'enchant811958','$P$B6dt03cRbwsANJeoasKOGKrncJAQ3H/','enchant811958','enchant81@gmail.com','','2017-11-21 10:30:58','1511260263:$P$Bcqww.2Z3UWU0dKckXhDN1qmWpd1cN/',0,'enchant811958'),(2656,'harish.sethi1972','$P$Bep3aUXS7oZ2M1CaLCpY35cOSpKCdN/','harish-sethi1972','harish.sethi@yahoo.co.uk','','2017-11-21 13:09:17','1511269765:$P$BScEyyOq2M5NL1rN/y/DZFmDjORrxq.',0,'harish.sethi1972'),(2657,'brandenhun1992','$P$BYyLt9esSloZ0fy1j1BUqR.UC761Gn/','brandenhun1992','brandenhun@hotmail.com','','2017-11-21 15:40:40','1511278844:$P$BIAwJBE5TzVHstBniQobfMOucHuqsz.',0,'brandenhun1992'),(2658,'courtneyinvestments1971','$P$B7BAzkGbBRYOEnUE9JgkLRzlPO0YnM/','courtneyinvestments1971','courtneyinvestments@yahoo.com','','2017-11-21 16:20:09','1511281214:$P$BjsnfBP8UttGlWc62Pvg8hHgjPN8CA/',0,'courtneyinvestments1971'),(2659,'forzzaazzurri1963','$P$BmrcihjBdmKk.6y1sxVosatIColbIJ1','forzzaazzurri1963','forzzaazzurri@hotmail.com','','2017-11-21 16:35:29','1511282135:$P$BKG1Lp/okEcl3vgJO3sh2S7PeVl74X.',0,'forzzaazzurri1963'),(2660,'the4jays2010','$P$BzDiyQSuqsp4qsQNH4F6inD/EK1pq3/','the4jays2010','the4jays@cox.net','','2017-11-21 16:52:27','1511283151:$P$BFrsDme8vjdB9oFAWwmVbvxa8IILvi/',0,'the4jays2010'),(2661,'roylamoureux2009','$P$BW2csc8ytOJJWkmqNnZzXlBv.6i9/G0','roylamoureux2009','roylamoureux@gmail.com','','2017-11-21 17:19:45','1511284802:$P$B4Lgv6tDQEC5uRMz38EmRKWGFVc.pC1',0,'roylamoureux2009'),(2662,'jkellyb841991','$P$BZAsMYUeFAYH3.OZvBgTuFrLS3rfxQ0','jkellyb841991','jkellyb84@aol.com','','2017-11-21 20:08:45','1511294933:$P$B3jHwbfZRMgr/zNAqr3y5ceP6HlJDL.',0,'jkellyb841991'),(2663,'mihubarri1984','$P$B9IpqP1pcthiq0JGHGmVqw7csEv9fL.','mihubarri1984','mihubarri@aol.com','','2017-11-21 20:24:47','1511295890:$P$B2/vpcGWO6jm7bCr04NLiZmbJ6LDsH0',0,'mihubarri1984'),(2664,'makhanbasi1974','$P$BIp2yq9gqZVlRNvsuY/x.ypAm6utkS0','makhanbasi1974','makhanbasi@aol.com','','2017-11-21 21:04:30','1511298275:$P$BGPNpgPPr4un038HDXd6ING3vJb0Dx/',0,'makhanbasi1974'),(2665,'nicole.fishwick1993','$P$B37aogem7JMw3LhOmyO3/iPEFwOJaK1','nicole-fishwick1993','nicole.fishwick@yahoo.com','','2017-11-21 21:14:50','1511298901:$P$BuRtRl8TpAxKYPxnoKFSqgQudqMuOk.',0,'nicole.fishwick1993'),(2666,'robyn_davis1987','$P$BHQaXnp/g2qJTzV5aB6oUBWFXYosOe.','robyn_davis1987','robyn_davis@me.com','','2017-11-21 21:25:27','1511299532:$P$Bc4ckZDFMof7lRhDt5ORzXMcJLBSXu/',0,'robyn_davis1987'),(2667,'spanishscorpio762003','$P$BwSEclYDpe1bXyZL91tJAj1Wx3iK281','spanishscorpio762003','spanishscorpio76@gmail.com','','2017-11-21 21:40:48','1511300456:$P$Bn1Xo0P2H7bJku6R.RBgSm.xj/p5ie.',0,'spanishscorpio762003'),(2668,'dollarzone51991','$P$BaPf1NNsBkb4m5Maxi/jluiPwwR0DU/','dollarzone51991','dollarzone5@yahoo.com','','2017-11-21 23:45:35','1511307944:$P$BDqdP6gX6aJ8Dxi9SQ9hvEC2MWajCq1',0,'dollarzone51991'),(2669,'jcbckcac2005','$P$BLjjVIA.b7JalhgvDpe7HLLeNnfvR11','jcbckcac2005','jcbckcac@aol.com','','2017-11-22 02:28:20','1511317706:$P$BD/.mf198tEjqLy3QR.1K0UxaTuHPE/',0,'jcbckcac2005'),(2670,'ostern.matthias1960','$P$BpVidZ2A2QsDwEgYv0499WoH0THPtb/','ostern-matthias1960','ostern.matthias@gmail.com','','2017-11-22 02:51:35','1511319099:$P$BX9g1zNR0yPPQ9lhRu4.Xq0kxZECUa/',0,'ostern.matthias1960'),(2671,'tory.allen2004','$P$BXbY9zmvkjkUGRv6jFjUM3C4JF5k3n/','tory-allen2004','tory.allen@yahoo.com','','2017-11-22 04:54:17','1511326460:$P$BDsvLHuopTM1qhiMQzl3PxAx/GPbPK1',0,'tory.allen2004'),(2672,'sbschein11979','$P$Bio0z4eF8J5R6n98.jixXR9uUKxQY70','sbschein11979','sbschein1@aol.com','','2017-11-22 12:36:52','1511354217:$P$B/aNq7UpgHcrTU.BHxsFxveVuiz3Cy1',0,'sbschein11979'),(2673,'charlotteburgess19871982','$P$B4kohUU5oM2Y5hg5uZayeI/1eP.1cf.','charlotteburgess19871982','charlotteburgess1987@gmail.com','','2017-11-22 13:05:39','1511355943:$P$BukYBmIShBII11WR4Rhyv7TAhsrTev.',0,'charlotteburgess19871982'),(2674,'james.bigelow1999','$P$Bk0jbgMMXULDnKa096vDTatmpH4gQG1','james-bigelow1999','james.bigelow@prideglobal.com','','2017-11-22 13:40:14','1511358018:$P$BaN.tFMdQW91fp/JwbOyn0d4lQ1gf1.',0,'james.bigelow1999'),(2675,'nad19671984','$P$BhVNifRjKDoAuyUKim723iVezgou67/','nad19671984','nad1967@hotmail.com','','2017-11-22 15:35:25','1511364930:$P$BY98clfoNWFffroBXMpIRoSBggYQio0',0,'nad19671984'),(2676,'lexthedon1957','$P$BNId5otLOTOJB6bqi0OaczqINcTi1D0','lexthedon1957','lexthedon@yahoo.com','','2017-11-22 16:07:07','1511366832:$P$BojBJSF6bOZtpQNeYMjJBbxYy8HtEd.',0,'lexthedon1957'),(2677,'mzahidanwar2008','$P$Bx.T9YFtehQKrK.NuFKL2vYC4zlfPr.','mzahidanwar2008','mzahidanwar@hotmail.com','','2017-11-22 16:30:02','1511368206:$P$B3gvRwg.8SGPSpp6dpNzBxn1E5LNi/.',0,'mzahidanwar2008'),(2678,'tiffanie19791995','$P$B/Nn.noyoDpc99IbVWfmQGuvpcsNoy/','tiffanie19791995','tiffanie1979@msn.com','','2017-11-22 17:03:28','1511370212:$P$By.nOGIuir6hBv2M2b21VQxrY7qt8b/',0,'tiffanie19791995'),(2679,'fuleung1081990','$P$Bfx5RrVBsm9Ba0fXkdApzV3kbDMs.X/','fuleung1081990','fuleung108@gmail.com','','2017-11-22 17:12:36','1511370759:$P$BaZZXhNPpLsYNSMYChLJW9g/0kJGVJ.',0,'fuleung1081990'),(2680,'justin.foucault1988','$P$BZcQcw7iF/Aqe/F4NXVqOkWVzIaw9x1','justin-foucault1988','justin.foucault@yahoo.com','','2017-11-22 17:51:59','1511373123:$P$BRzXpjLHOxj/Wz.GxJ.akJGNXCTrRJ1',0,'justin.foucault1988'),(2681,'jamilahlorick1982','$P$BsnUmGtLnHKDUjuKTgAHt3/hmzmELO.','jamilahlorick1982','jamilahlorick@yahoo.com','','2017-11-22 18:32:47','1511375570:$P$BbG.5W4vliaHYhuuM2XUli7RKQsfqF1',0,'jamilahlorick1982'),(2682,'jfaas2041953','$P$BNn4dJelBLu0CWIfcJRsBWoKSn6ty81','jfaas2041953','jfaas204@comcast.net','','2017-11-22 18:49:45','1511376589:$P$B6rhKzqqb/b9hyZ1IB0Jc/L9HOX7R21',0,'jfaas2041953'),(2683,'aron97802007','$P$BViA0nasH5RgxLtfTngBJYs90attqK.','aron97802007','aron9780@aol.com','','2017-11-22 19:29:11','1511378955:$P$BETEkCWTfMQB18E0YGYE22DR/j//Ek0',0,'aron97802007'),(2684,'joecruzjr1966','$P$BoHjSBu8gyQ5jEE6SFat6IRpi0qeqY.','joecruzjr1966','joecruzjr@yahoo.com','','2017-11-22 20:57:42','1511384267:$P$BTiC5ZQ3CRRyjyyCnKYFG0fqzAvPIQ1',0,'joecruzjr1966'),(2685,'shiningthelight21955','$P$BCq55ncrtIi/YPO56Xcs7VSlecnT9U1','shiningthelight21955','shiningthelight2@aol.com','','2017-11-22 21:51:38','1511387502:$P$Bd2GpFMNkimeEpcxINGIan3nnnWQAY0',0,'shiningthelight21955'),(2686,'rca471971','$P$BXOgafdieOO7h0j8AAx9tzSehI21KB.','rca471971','rca47@yahoo.com','','2017-11-22 21:52:55','1511387580:$P$BpbOy6TzLfqwd9YalWnFrbrG6ekRTq.',0,'rca471971'),(2687,'adamturbyfill1978','$P$BqrOJ2nRIlAwiHphUkTtQOfaJ8RFU./','adamturbyfill1978','adamturbyfill@gmail.com','','2017-11-22 22:12:02','1511388726:$P$BOWPeRlHfTiF9J38.3uJ/TS.O89.7w1',0,'adamturbyfill1978'),(2688,'j_culford1978','$P$BZzMDGWGXJHF7rmlbk27i0V.QNr6YO0','j_culford1978','j_culford@hotmail.com','','2017-11-22 23:10:43','1511392249:$P$Bp1gVhNLpHFLDIU7lqMAs6h5uy/fsW.',0,'j_culford1978'),(2689,'yayantrilles1981','$P$BZYyrBsMeAwJGCeRgm0pnA9QhP8hj6.','yayantrilles1981','yayantrilles@yahoo.com','','2017-11-22 23:44:33','1511394280:$P$BPAfn0.o6WxIgWDQwxSasHrXR/8Bfr1',0,'yayantrilles1981'),(2690,'john.singel2008','$P$Bzsz.zCcRIZ7VV2tuVYD/fqEUl1g0q1','john-singel2008','john.singel@gmail.com','','2017-11-23 02:23:03','1511403791:$P$BRipvuEXvWLBexomiCK1f8uFeRCCmV1',0,'john.singel2008'),(2691,'dpauljazzsinger1993','$P$B2MMI5dvGhxGO86ckH8nPmBEx8PSVr.','dpauljazzsinger1993','dpauljazzsinger@sbcglobal.net','','2017-11-23 08:25:57','1511425569:$P$B..kECCcWnJ3fDhy/cIeFPt4HBTUCw/',0,'dpauljazzsinger1993'),(2692,'rmj.coffee1974','$P$BliHvIYOnm01eng0dfTO0Ml8ZWQUOf.','rmj-coffee1974','rmj.coffee@yahoo.com','','2017-11-23 11:52:37','1511437961:$P$B6xfRUpDDoiFgHV02idC1ei0KA1e/9/',0,'rmj.coffee1974'),(2693,'jorgeambriz681976','$P$BPjOxxEL7DFHxBoanFXV2CxDF3t4Cz/','jorgeambriz681976','jorgeambriz68@hotmail.com','','2017-11-23 13:21:17','1511443281:$P$B19mPcYb37v5ZeVL.9hgx9PE1TOA.j1',0,'jorgeambriz681976'),(2694,'dolfingrl00822007','$P$BtHKUSRpN0wl6Nk1w4ijfmXAyU/ALF/','dolfingrl00822007','dolfingrl0082@msn.com','','2017-11-23 14:20:59','1511446864:$P$BlBxXdL3qW.U65gEheGHg7QI4uPDYa0',0,'dolfingrl00822007'),(2695,'sales2010','$P$BqZ8kBaSEZ6gPn29002lZiW2bWY0GO1','sales2010','sales@cervellesoftware.com','','2017-11-23 15:06:23','1511449587:$P$B7CK7d0aWZTl/WenIxtPXhYyDJatvK1',0,'sales2010'),(2696,'fewarn1970','$P$BUVkPlZjnHAnq1BmT5CWaxhr/OZxIU/','fewarn1970','fewarn@gmail.com','','2017-11-23 15:35:28','1511451341:$P$Bmtu1VNac/cwHJBO313GUbz/YkXG9S.',0,'fewarn1970'),(2697,'suzeng011950','$P$Bn61pnBvC4pQEX2nyKIqD5mzt7vTFo.','suzeng011950','suzeng01@hotmail.com','','2017-11-23 15:40:37','1511451641:$P$BBOYXB9yOGLazIts6Od32wqgj9npmG/',0,'suzeng011950'),(2698,'rcbnewton1955','$P$BduwOqc1CdgtUKKKztAvtIhzUDyaCY1','rcbnewton1955','rcbnewton@yahoo.com','','2017-11-23 15:43:17','1511451805:$P$B.T1E4q14eLh5L4SCD3zAHDT0gm/dO1',0,'rcbnewton1955'),(2699,'bsharp741965','$P$Bxfprsa0xCzxQwO3rcREXw9G6M.tTJ/','bsharp741965','bsharp74@hotmail.com','','2017-11-23 15:58:47','1511452737:$P$B/FhvZjrww4QPPfnJoro48XwHvxgoN.',0,'bsharp741965'),(2700,'pharmacistmom1985','$P$BB6HJffdND8tmEyCI6ox/gB.U.jlNc1','pharmacistmom1985','pharmacistmom@aol.com','','2017-11-23 16:28:17','1511454502:$P$B8rsKdreN5Dnw.dN8BeQY/ZeTEGRh50',0,'pharmacistmom1985'),(2701,'ofeliadelatorre1985','$P$BFKi7sNVvMKRe4DTvt6125UiUazbsJ.','ofeliadelatorre1985','ofeliadelatorre@hotmail.com','','2017-11-23 17:18:47','1511457545:$P$BDpBE1bDd9unvYUY8MDoFtW0vRwJ0E.',0,'ofeliadelatorre1985'),(2702,'dfun_701952','$P$BOQ9aBuwotncE2ypHMCyh3Okw5YS6O/','dfun_701952','dfun_70@hotmail.com','','2017-11-23 17:36:06','1511458594:$P$BTeGXHsy3/H2HHLSCuzFDSPFUg2bLe0',0,'dfun_701952'),(2703,'pixieboots391963','$P$BIQPfa/QB3fnbNBJHyxH9OhWFkR5l/0','pixieboots391963','pixieboots39@hotmail.com','','2017-11-23 19:08:26','1511464124:$P$B3Al1bRhc1u5byzCubF8xVFTTZYy8J1',0,'pixieboots391963'),(2704,'solunaris2005','$P$B/Ds02y1zUIy16oadaE4zs744tOxYT.','solunaris2005','solunaris@live.com','','2017-11-23 19:47:12','1511466445:$P$BgSez4hqcvQw2WsumgYsNnB21LXsYa1',0,'solunaris2005'),(2705,'stefy7601993','$P$B.eRDTvCBWtYUzyjIV6XCws54W55TZ0','stefy7601993','stefy760@yahoo.com','','2017-11-23 19:53:25','1511466818:$P$BewYVyKJpbh7DyyXmn55qjZgdHOs8V0',0,'stefy7601993'),(2706,'porter.sean222007','$P$B2HYvE5n5n9qHYz80nKuYLhCKnXLdD0','porter-sean222007','porter.sean22@gmail.com','','2017-11-23 19:54:12','1511466867:$P$BJm11eHb3tTcMEUiu7mWtKD3DnnyI20',0,'porter.sean222007'),(2707,'jclavell1996','$P$B/5NQcJgq4voc3gUFsRY9dHYUlfZtS/','jclavell1996','jclavell@live.com','','2017-11-23 20:08:15','1511467714:$P$BOLGZQPIS/UnsUWT1wm5RwPaSe9qzj.',0,'jclavell1996'),(2708,'raymondsawyer1970','$P$Be32xs6H4oWYa88xrudGGvyzIu7Sc..','raymondsawyer1970','raymondsawyer@hotmail.com','','2017-11-23 20:10:35','1511467857:$P$Bv5Wkm0vpmKFdXH.sA5nHagNyhjrMA0',0,'raymondsawyer1970'),(2709,'itscrystallyn1983','$P$BtSxSOvjZ6scYZ4SqNVABdfYzs.P14.','itscrystallyn1983','itscrystallyn@yahoo.com','','2017-11-23 21:05:28','1511471141:$P$BtWJLi14y50iTWGaoeK48ZniA5PKTY/',0,'itscrystallyn1983'),(2710,'tanasteinmetz1990','$P$BSGX2bewEshfB5ASy6QlTxAjaf4yWz.','tanasteinmetz1990','tanasteinmetz@hotmail.com','','2017-11-23 23:33:45','1511480043:$P$B1y2cy/JfuhLYkzuvVWShcOwjYCo3l.',0,'tanasteinmetz1990'),(2711,'lakshaniwijesinghe10201994','$P$BRLHTpeaLNuVHDDAPvC9lgfO5kMHTy.','lakshaniwijesinghe10201994','lakshaniwijesinghe1020@gmail.com','','2017-11-23 23:55:19','1511481335:$P$BcFq7R1f59s2KMeO6GwIZsYgQ4j5rf1',0,'lakshaniwijesinghe10201994'),(2712,'carllou1953','$P$BQfoor44A5zn37IzprESXcGEkq7E6F1','carllou1953','carllou@aol.com','','2017-11-24 03:35:33','1511494540:$P$B/2tgrRc7B4Aj50vO8/6W5Jvm/qcVK1',0,'carllou1953'),(2713,'orgasnic11971','$P$B0HoUuN5nmxdf9gY/jZZNlWzxVBga70','orgasnic11971','orgasnic1@yahoo.com','','2017-11-24 05:11:40','1511500305:$P$BjZpIDnQh5ES3MySocLvhelpkUuNKr1',0,'orgasnic11971'),(2714,'melcombs791966','$P$Bh5C9FIljUveIaWTs8GzJh4toT2JKm.','melcombs791966','melcombs79@gmail.com','','2017-11-24 07:07:15','1511507241:$P$BsSX13SiwDuWGNO63FiKs5wLhCuHGv1',0,'melcombs791966'),(2715,'terrywbis1994','$P$B2X3scAXm3iBr7vzlOrQsvVPt4l9pI1','terrywbis1994','terrywbis@yahoo.com','','2017-11-24 11:17:48','1511522278:$P$BCeBajQQf.VqEEdCgwCiG7sL4G7sEX/',0,'terrywbis1994'),(2716,'susan1991','$P$BgI4mmZpwJlMXc6B4uhuHNJLWItse0.','susan1991','susan@jarcosupply.com','','2017-11-24 11:42:00','1511523727:$P$Be2yJYB5yLcn5sg8/H3WDEohdDiDyE0',0,'susan1991'),(2717,'kimhunt1977','$P$BUuujL5arRFayX5x8tLf2XcA1STXWc0','kimhunt1977','kimhunt@carolina.rr.com','','2017-11-24 11:51:24','1511524291:$P$B1mx/kGE9UxU0vDSm8rhxXj6j2TDI9/',0,'kimhunt1977'),(2718,'rep313801963','$P$BNRA/BXkpR/TZB1mWIf3vYxbucMVvN/','rep313801963','rep31380@yahoo.com','','2017-11-24 12:15:01','1511525709:$P$BvRPOxObM/L1cekQ2lS6QtuTAOAbIh.',0,'rep313801963'),(2719,'edgrieb1969','$P$BlZFzZ7ZhKMOX0N99t0T2KACxGMEyT1','edgrieb1969','edgrieb@stjoronk.org','','2017-11-24 13:31:37','1511530304:$P$BNMj41ehVkcnTMOr7YQowfmdHzAzhS0',0,'edgrieb1969'),(2720,'tebhughes1984','$P$B/6Zhbe2v39crHut2hpvCVXMjlqXxG/','tebhughes1984','tebhughes@aol.com','','2017-11-24 13:58:54','1511531961:$P$B7SowSi0Csx3fllJcDRq0s5OZprPEA0',0,'tebhughes1984'),(2721,'sandrakw1978','$P$B12Tbx41NvDuB5XlwV4IkKLUJZhZn1.','sandrakw1978','sandrakw@att.net','','2017-11-24 14:32:16','1511533955:$P$BMbARSLRbhileNGJL4xhCyzfwzhotJ.',0,'sandrakw1978'),(2722,'morlypierre1971','$P$BWngBnj8stJ86mksj2DwQ3ZlMv4e7v0','morlypierre1971','morlypierre@yahoo.com','','2017-11-24 16:02:33','1511539364:$P$BcPTtV8JVburWO9g9T1kBLXKVLstpb0',0,'morlypierre1971'),(2723,'davidburke1962','$P$Bdxj1G2uM1ibzOEwnkkDRTdID9SiiF0','davidburke1962','davidburke@rconnects.com','','2017-11-24 17:27:54','1511544486:$P$BIHcXNMBL3s/tLabqj4TSN5wIpPAj3.',0,'davidburke1962'),(2724,'robm6141962','$P$Bg1Lhu6ZQHUICblW8uyfRxXH1UaGn5.','robm6141962','robm614@yahoo.com','','2017-11-24 18:29:42','1511548197:$P$Bh.V9wj4TE3se7Lj4tYcE9Ym2eQRo.1',0,'robm6141962'),(2725,'dorotarubinoff1993','$P$BqpZhQhIePzeFxHOkZAKTFUeX.M46n.','dorotarubinoff1993','dorotarubinoff@yahoo.ca','','2017-11-24 19:18:14','1511551110:$P$Bu2Fo4yjAmdMOtmcnp.qc41F65Hhdy1',0,'dorotarubinoff1993'),(2726,'ljacobson61973','$P$B0Yuw782zS83QWs1eRDh.EW30O3sEu/','ljacobson61973','ljacobson6@msn.com','','2017-11-24 19:27:54','1511551690:$P$B9nzNoH9I0SA56V.9kyByCh.6GNFpP1',0,'ljacobson61973'),(2727,'marc531981','$P$B2cNUnwGI8tEqbP1SpTb7N9odIkFbZ/','marc531981','marc53@aol.com','','2017-11-24 20:12:26','1511554356:$P$Buvspt4weZxGeuazCdzgqocRF9V8Su1',0,'marc531981'),(2728,'markpotterf1952','$P$B3gwY4xjQwNKSiZgtD3r.IkGGSSecL.','markpotterf1952','markpotterf@gmail.com','','2017-11-24 20:13:54','1511554445:$P$BAIQH2VRGzwCWg1yx7TqE2.Pp6RUbz/',0,'markpotterf1952'),(2729,'marko-filip2010','$P$B6KqNC0ZprI7foquPJCcUQ4Ee/cexL/','marko-filip2010','marko-filip@hotmail.com','','2017-11-24 20:27:27','1511555260:$P$BGY7gHHZmmHmhex1AcKUgmLpMqXaQJ1',0,'marko-filip2010'),(2730,'tenor_mike1960','$P$B8dSV98Ii.LG.KoC5Po53A8Pr52KPX.','tenor_mike1960','tenor_mike@yahoo.com','','2017-11-24 20:50:49','1511556658:$P$Bui74swi6asGUNJJEtld/R/8peejjy/',0,'tenor_mike1960'),(2731,'interfolddesigns1976','$P$Bk.FJQfPTDfMl4gQoTnRD4zO9Z41Oj.','interfolddesigns1976','interfolddesigns@gmail.com','','2017-11-24 21:01:14','1511557283:$P$BjTdpgro7MDtlwOi6Z1VAM1iZ9QtFl/',0,'interfolddesigns1976'),(2732,'bullettrainbt1978','$P$BL4wSzmL/qjpryA2FuL0IMFjBor5T91','bullettrainbt1978','bullettrainbt@aol.com','','2017-11-24 22:25:56','1511562362:$P$B97IqQ9OkCtml.LaYK24xiH5cMYKpo.',0,'bullettrainbt1978'),(2733,'tkefrost1978','$P$BkKiruOoGA.diXneNcEzYp0oOnZHvt.','tkefrost1978','tkefrost@yahoo.com','','2017-11-24 22:52:15','1511563942:$P$BhMWz5N4W..YkE9T.llMc1TNYsUa.W1',0,'tkefrost1978'),(2734,'toohey971961','$P$BSvX.r6/XgoX0Elve4WLk2gIRndxw4.','toohey971961','toohey97@yahoo.com','','2017-11-24 23:33:53','1511566441:$P$BVd.DroJ8FKf4FXtBJ0A4QnmScxGFs1',0,'toohey971961'),(2735,'vanbellinghenjo2002','$P$BwXhVb.wZO6h57qqErVQ460aQvVqPp1','vanbellinghenjo2002','vanbellinghenjo@hotmail.com','','2017-11-25 01:19:55','1511572814:$P$BALRbGYxBJmer9Rsqur8RPiz4eezrD.',0,'vanbellinghenjo2002'),(2736,'sdrake12671975','$P$BJ0APn.0rN63qzuDPGBsDZBzTYHeXd1','sdrake12671975','sdrake1267@yahoo.com','','2017-11-25 03:52:02','1511581934:$P$B91Cv2.Tt4WtEKhd1xa75QfwSvQZmE1',0,'sdrake12671975'),(2737,'dicarlo520011951','$P$BJC7kFFy97Z1OaamG3mAS.VlxHZgmQ0','dicarlo520011951','dicarlo52001@yahoo.com','','2017-11-25 03:58:45','1511582333:$P$BtQ9Ky9gp3ND2iUGK3YOvECHpzlH2H1',0,'dicarlo520011951'),(2738,'sweetheartgagirl1963','$P$BUf1xH0BCWwC7VnktUNAdeA6JJLau8.','sweetheartgagirl1963','sweetheartgagirl@yahoo.com','','2017-11-25 06:30:50','1511591456:$P$BUrfSrU0C0IEN2GCUFeUMvDnm/58pY/',0,'sweetheartgagirl1963'),(2739,'dd.bixler1986','$P$Bgvs/YOoV54Jag1amzy6LJe1Z5OLRL0','dd-bixler1986','dd.bixler@yahoo.com','','2017-11-25 08:13:24','1511597614:$P$BdklMPDbZi0hkzAuT2OZlRVeEGAQSP0',0,'dd.bixler1986'),(2740,'maoamy1979','$P$BfX9CmNRWXCmbtQxSyjLtfFd/wf3TX.','maoamy1979','maoamy@me.com','','2017-11-25 08:54:46','1511600090:$P$BiKkTWQEpaRNwtjJJtj89QEYjmPqXg0',0,'maoamy1979'),(2741,'devlingareth1969','$P$BTK6PJfAlo7AYRlJaavzChzupREYWH0','devlingareth1969','devlingareth@hotmail.com','','2017-11-25 09:21:07','1511601679:$P$BZgidze34gdI2TxX0.TRnmY9RPDJ4Q/',0,'devlingareth1969'),(2742,'andres.monta1984','$P$Bb.R/pg/1GB/TkfiX5.pg8XVYnRyfs/','andres-monta1984','andres.monta@gmail.com','','2017-11-25 09:49:26','1511603371:$P$BcSExbqyBAl2lb/7dgzUKgmXIvRUXX.',0,'andres.monta1984'),(2743,'mikeniday1999','$P$BjMEjpLV3lzuxoQ0emLiWJomW8kFFG/','mikeniday1999','mikeniday@hotmail.com','','2017-11-25 09:54:33','1511603680:$P$B92C96qso.KOZxXkH.a.kUfmxoiRt31',0,'mikeniday1999'),(2744,'robert.ahart1965','$P$BXO0Wokv1ViXtyNoh9Y0WoZOpjF63o.','robert-ahart1965','robert.ahart@unilever.com','','2017-11-25 14:12:20','1511619169:$P$BsD/7zdQm9iGnN.lsyhn7Dm./9H52d1',0,'robert.ahart1965'),(2745,'njmsable1952','$P$BAsZDArw1a9fwoZGHeXkkbIrV/qm6L/','njmsable1952','njmsable@yahoo.com','','2017-11-25 15:55:36','1511625341:$P$BZ3YcuDlygPqopwWrzq31cTLIGOzOv0',0,'njmsable1952'),(2746,'stewardent1969','$P$BZfwV67z364ZFok2.kdQIFe2JARHBO1','stewardent1969','stewardent@hotmail.com','','2017-11-25 17:16:43','1511630215:$P$Bav2p6uuphMmhVP.FvMCKJZVQAYWPj1',0,'stewardent1969'),(2747,'sunshyneladee1992','$P$BJrnu9DkCDzyGtQXBg1zH/XEmglo2j/','sunshyneladee1992','sunshyneladee@aol.com','','2017-11-25 17:24:07','1511630697:$P$BCHUM/MzX6e1vMoCXf1AHATHQOdCtD.',0,'sunshyneladee1992'),(2748,'sonia1979','$P$Bpoa1f.fAfu4jt10i39gn3HnNZHT5s.','sonia1979','sonia@kiyadevelopments.com','','2017-11-25 17:25:46','1511630767:$P$BcpE8D/cpLh4zuseCOnTvM7.vtrO6f0',0,'sonia1979'),(2749,'jaclyn.hand1984','$P$B94bt6IW/uwa2CAwJgkwwJvCAu0U1D.','jaclyn-hand1984','jaclyn.hand@yahoo.com','','2017-11-25 19:22:47','1511637776:$P$B81hid5wiTpZLVtt747.BEk/Toan.N1',0,'jaclyn.hand1984'),(2750,'treerun841966','$P$BYrHWS/yjZm8LjKPz4mYEa76fpAnFX0','treerun841966','treerun84@yahoo.com','','2017-11-25 19:41:03','1511638873:$P$BV3fobS7C96D3V9l9T3v/wR1hIyQVs.',0,'treerun841966'),(2751,'debbie_valentine1976','$P$Bx497CHMGCB5f2vq0Z4Re5jcnAqNh50','debbie_valentine1976','debbie_valentine@hotmail.com','','2017-11-25 20:27:47','1511641682:$P$BVvttQcLu6bU02A/wg6MNtLmT2ki84.',0,'debbie_valentine1976'),(2752,'traugott10141983','$P$B2XgO8sWm/GWvQEKb2kTHjnjQ/YOEK0','traugott10141983','traugott1014@yahoo.com','','2017-11-25 20:28:15','1511641706:$P$BzJbUmWY0gEFKcljcmYQvz5DBCSKP71',0,'traugott10141983'),(2753,'cooper.kasie1979','$P$B/bdZ49TxJRuoPgr.78sKY6FMNgQk1.','cooper-kasie1979','cooper.kasie@gmail.com','','2017-11-25 21:00:20','1511643628:$P$B3PhYySZqMXIpkDtH3QHfP7yx51W6T0',0,'cooper.kasie1979'),(2754,'missnyc061990','$P$B.lpMZAXzYYGB1OTE1lDgKJhLPM4zB.','missnyc061990','missnyc06@hotmail.com','','2017-11-25 21:03:19','1511643808:$P$Bh5jmvg4Cw2OGJvelI7njT0mHhtv/K0',0,'missnyc061990'),(2755,'ckinchen1954','$P$BzeH9gij1LFscIHVPsTLjLpbfPw7xw/','ckinchen1954','ckinchen@mkacpas.com','','2017-11-26 02:25:30','1511663148:$P$BCEBdNU/ZCeqFa7hz5Fir./dL98ppB/',0,'ckinchen1954'),(2756,'kristinehamilton1978','$P$BP3dREJkkybTB9t.vp6fZSH23VYLQm.','kristinehamilton1978','kristinehamilton@yahoo.com','','2017-11-26 03:33:24','1511667222:$P$B7i1ftnrUVOoTy9HTXndl10LZEyJHL0',0,'kristinehamilton1978'),(2757,'kalico12301995','$P$BizcW72PXtRj7wOqPcx8WzmmA4SStn0','kalico12301995','kalico1230@hotmail.com','','2017-11-26 08:32:56','1511685186:$P$BtHIulIrNVjSowmGoGqxdmLQH.le0T.',0,'kalico12301995'),(2758,'jdgibson21980','$P$BQu.0s83fPcpTLrIlvFwaQFR0LXGn.0','jdgibson21980','jdgibson2@yahoo.co.uk','','2017-11-26 14:23:32','1511706226:$P$BW3g6Cx0MOoCttnBah9SeVVSaJ54hN/',0,'jdgibson21980'),(2759,'jacko1117492004','$P$BJbqLQbjpIF7Aj4syu.Gzn7H.kzqCM/','jacko1117492004','jacko111749@aol.com','','2017-11-26 16:17:37','1511713065:$P$BdP9JJtwOpMliMoygxClr4X5at/7MZ0',0,'jacko1117492004'),(2760,'stellarsol1994','$P$BBa4Wf6/KaPPPl4gjL3qQLh1zkFhMu/','stellarsol1994','stellarsol@outlook.com','','2017-11-26 18:52:56','1511722383:$P$BiPSQxOQ98kQuFduukZ5wOhbn3uwYA.',0,'stellarsol1994'),(2761,'bmartel1989','$P$BEFwGbnxty39/DUT2YmK3HXsnbO8gZ0','bmartel1989','bmartel@salemfarmsupply.com','','2017-11-26 20:12:25','1511727153:$P$B/XQMWgb8Lya/MOmV9Ym1TYxi0U3GH/',0,'bmartel1989'),(2762,'jmgreinke641956','$P$BZIxpJSga4yhbMgH.pDol4//bDTrH10','jmgreinke641956','jmgreinke64@outlook.com','','2017-11-26 20:48:31','1511729324:$P$BYN.o8QFs7MiA551VGrXbqDq8g3by30',0,'jmgreinke641956'),(2763,'aquache1984','$P$B/4KH83b8hsfKQdM/Lh4u7Rx1BXKta.','aquache1984','aquache@hotmail.com','','2017-11-26 22:54:56','1511736906:$P$B6ASD0ocBqtD0r0PWnsj2s82DJjWW41',0,'aquache1984'),(2764,'brascia21952','$P$Bu45rawEwpnRYK/MrrtJyj0a5uMaJ00','brascia21952','brascia2@yahoo.com','','2017-11-26 23:34:16','1511739272:$P$BKLL2iECqANXq6Bs1GYC46YK4qF68O.',0,'brascia21952'),(2765,'josephperrine2005','$P$BWLxHhSHtrz2Ky3t6Ud0kIxoRX4cFp.','josephperrine2005','josephperrine@yahoo.com','','2017-11-27 10:18:26','1511777911:$P$BqBgmuWxeOAA1p.2EUZlQnnrZZ2cR5/',0,'josephperrine2005'),(2766,'crisrue331976','$P$BrjgiuvXjNx1qZbO4orfYDP.YI8G2J0','crisrue331976','crisrue33@yahoo.com','','2017-11-27 10:31:14','1511778682:$P$BDpZf4WyDRPU3O89VI8U5tIK6F4Z4G.',0,'crisrue331976'),(2767,'verkeert1998','$P$BdaseoC3O2nwiMLMW2YEEYZ4Z5cxrM/','verkeert1998','verkeert@gmx.de','','2017-11-27 11:33:00','1511782389:$P$B9nBNl670Zu0ava57wJyPLDrKfPu.60',0,'verkeert1998'),(2768,'t_shilling1993','$P$BETTyN1Z4HY1qWcDKp8JvVEQlwmd8a.','t_shilling1993','t_shilling@yahoo.com','','2017-11-27 11:48:01','1511783291:$P$BMoMP/cDxkWBLUtEIQCFVLykcl.AN5.',0,'t_shilling1993'),(2769,'dlibo1999','$P$BRBNthmO8Yx.lnKX9HMPjJ0M7y5R/1/','dlibo1999','dlibo@aol.com','','2017-11-27 12:20:07','1511785216:$P$B88sQ2wEmSdLulgHKJRCCce0ZIxjsH1',0,'dlibo1999'),(2770,'jenjam251967','$P$BlBTpmEm6MTyEOWSp6PqiyuV2BdhzA.','jenjam251967','jenjam25@yahoo.com','','2017-11-27 13:24:44','1511789092:$P$BF.RA.WblO9z1MBpur98ix6GIEx.Rb/',0,'jenjam251967'),(2771,'mendy10092003','$P$BPWJYLeAcgc3gA7FhMpwMP6dYjfa2./','mendy10092003','mendy1009@aol.com','','2017-11-27 14:12:31','1511791968:$P$BlALMUHQaiMBhf0IRII91i3c/svlYq.',0,'mendy10092003'),(2772,'delawarekid1953','$P$BpQC6nV.I13A/qOXTm5Dn/1C2X18lc0','delawarekid1953','delawarekid@msn.com','','2017-11-27 14:23:01','1511792588:$P$Bn66McSCu0RiFz7H6TaBRJU36R7MXw.',0,'delawarekid1953'),(2773,'xiangshaolongx2006','$P$BKkDva2bwjmJlE2vsZ16B8ckvaekvw.','xiangshaolongx2006','xiangshaolongx@hotmail.com','','2017-11-27 15:04:00','1511795055:$P$BZHDQxJPfGBOrlgze0xg7wmBeCwdD6.',0,'xiangshaolongx2006'),(2774,'lmelamud1995','$P$BM5nc6U1HNviZUrPNjO7ZDtGbMhTU80','lmelamud1995','lmelamud@yahoo.com','','2017-11-27 18:48:57','1511808564:$P$B3C/qx/AxSQ7Q2.kSbm2qjoowcBoqY1',0,'lmelamud1995'),(2775,'midniteboop2004','$P$BGRRU8UfzSmv3wEK4hAVBvWNgG6Dnm0','midniteboop2004','midniteboop@aol.com','','2017-11-27 18:49:50','1511808617:$P$B6sBDO5odX6XMes/8S/.YOWRbGXsvZ1',0,'midniteboop2004'),(2776,'christopher.h.campbell11959','$P$BDyThGwFz3R2b1rIaouYEYjh5xzyQN0','christopher-h-campbell11959','christopher.h.campbell1@gmail.com','','2017-11-27 19:31:55','1511811137:$P$BOFBwtKjFyLzvBJALMBZD.JQi9AQEt0',0,'christopher.h.campbell11959'),(2777,'jeredk1970','$P$Bd2yhEabBLlhgc9E5bPq84bwniPSID0','jeredk1970','jeredk@yahoo.com','','2017-11-27 21:09:51','1511817025:$P$BUy51lLG.JqGlIt325pjjJhTLy9WJ20',0,'jeredk1970'),(2778,'kawvalet1996','$P$Bz6nMRZWgsdcdRJrryvTS/VnG5YJH7.','kawvalet1996','kawvalet@aol.com','','2017-11-27 21:33:17','1511818426:$P$BHiRrA6jK7.cMoexvnH3ABPsibSFFN.',0,'kawvalet1996'),(2779,'bobbybingo691963','$P$B0QdtFh9AfxINr.GfF4DeMj3zRE9Kt1','bobbybingo691963','bobbybingo69@hotmail.co.uk','','2017-11-27 22:06:08','1511820393:$P$BXivwVDncr75CXEA2Sdke9kG9ssL.L0',0,'bobbybingo691963'),(2780,'mangevine1987','$P$BayM4qa701Avh0vmdeSu.uT8OkUfuC.','mangevine1987','mangevine@live.com','','2017-11-27 22:38:08','1511822319:$P$BAV1lh95UH/SuDl22vyTbZnY.HmPgn.',0,'mangevine1987'),(2781,'elderbek1986','$P$BJ6AX8Yo3KcF96GuP72Ww4MIRGOZ8t1','elderbek1986','elderbek@bellsouth.net','','2017-11-27 23:04:05','1511823883:$P$Bf0vahOCAvi01r5oCBgqiuBpRVZmVl1',0,'elderbek1986'),(2782,'larrydanks1981','$P$BMc.8xjObVm1MhLB0JYySTprjp8QvH.','larrydanks1981','larrydanks@aol.com','','2017-11-28 00:02:43','1511827387:$P$BpUBlywbHPDhunjKt5DqTmPItQdbC8/',0,'larrydanks1981'),(2783,'miguel_juarez882003','$P$BqAasYpRa306Aen2mGGBxmHtT8B6/u0','miguel_juarez882003','miguel_juarez88@yahoo.com','','2017-11-28 00:40:28','1511829648:$P$Bz/zg.aH1aCfLC8mHLkUZdc5dfCjgT1',0,'miguel_juarez882003'),(2784,'allison.skowron1988','$P$BTBy0EbYHEfTauHgJQyCF4roPC.Ege/','allison-skowron1988','allison.skowron@phly.com','','2017-11-28 03:21:59','1511839364:$P$B0r.VYm0Lyu206sOdWKxMvgxeY1i1e1',0,'allison.skowron1988'),(2785,'mcclach0012001','$P$B8b9byDko5/c1xMZfLuPIzunQOFRpg0','mcclach0012001','mcclach001@yahoo.com','','2017-11-28 03:55:35','1511841377:$P$BgCRXej9JsxIZKNloCk/IL4crJykT8.',0,'mcclach0012001'),(2786,'mjjjg41977','$P$BSSo8siWFKYTH/SjWLvGrSx7yT5UtF0','mjjjg41977','mjjjg4@yahoo.com','','2017-11-28 04:53:43','1511844858:$P$BZ6St34hmmUcsG53xBEyHyoR0MMjo5/',0,'mjjjg41977'),(2787,'herryang991979','$P$BHbmE/TrQHcHuNK/wtSodKA3T9szXS0','herryang991979','herryang99@gmail.com','','2017-11-28 05:10:01','1511845809:$P$Bo5j4..Qk7K/n6zIucdo2SHcJ/db1i0',0,'herryang991979'),(2788,'yukolovesjohnny1992','$P$BjVoXXrhQNF0FUCtYYBcZX7VgWz0c./','yukolovesjohnny1992','yukolovesjohnny@yahoo.com','','2017-11-28 08:12:12','1511856745:$P$BbKP0xxk2qwF52OMVLgyNN3D4RI4l40',0,'yukolovesjohnny1992'),(2789,'snsfamilyemail1986','$P$BRBwV4XcpPgt4GZyGtsdXmisAtxtE20','snsfamilyemail1986','snsfamilyemail@aol.com','','2017-11-28 09:15:18','1511860522:$P$B1SAkwq.BXQxTXf0wjG4EGGjkbf2M61',0,'snsfamilyemail1986'),(2790,'tsumpire1976','$P$BYUK.DceJhs0nWfTCzWcrCvbsiPliZ1','tsumpire1976','tsumpire@yahoo.com','','2017-11-28 09:49:07','1511862553:$P$BAh2mga.I/jr9S90ZSt4.T4RUGn2N..',0,'tsumpire1976'),(2791,'barrack2010','$P$BZSrvRU8Y42nmoQ9RzvEZJcZbAoMSK.','barrack2010','barrack@optonline.net','','2017-11-28 11:05:08','1511867116:$P$B1lxQCPVJJLURWv4OS6DsPvQJ0Jp6K.',0,'barrack2010'),(2792,'tpubjmjx1969','$P$BJ7czUYF8iCYoN2NJFQshQpjWFTajx0','tpubjmjx1969','tpubjmjx@aol.com','','2017-11-28 11:13:35','1511867619:$P$BIvftygbBSZjunNoLp8Mig.TK9WOaq.',0,'tpubjmjx1969'),(2793,'sh2033662004','$P$Beq0QmiWygV1xgIF07/pusTZVoBc.J1','sh2033662004','sh203366@yahoo.com','','2017-11-28 13:21:38','1511875303:$P$BUy9BQ2pZKK0D0f4aAAzwv8moF7Izx0',0,'sh2033662004'),(2794,'piko1431998','$P$Bg4hvARtnCQDr4a5hPnZ4RUoclL1pX.','piko1431998','piko143@hotmail.com','','2017-11-28 13:57:02','1511877428:$P$BI3aJEm8IO9WAHjPbNXoRzsfjtnO0b1',0,'piko1431998'),(2795,'xonikki1661xo1955','$P$BJvBducBJZoMiGkRewG5WgfRBt4H6S/','xonikki1661xo1955','xonikki1661xo@aol.com','','2017-11-28 14:07:38','1511878065:$P$BSUfI61R22snd7/1Ia9T3COUP97CSv/',0,'xonikki1661xo1955'),(2796,'prakashraghu2007','$P$BSEp0EI8FjI0lFJOMqXbwfyLblhd0/0','prakashraghu2007','prakashraghu@yahoo.com','','2017-11-28 15:17:46','1511882275:$P$BDMecS/hABB3RRKlzybSta4Lqh1dJ/0',0,'prakashraghu2007'),(2797,'caceresd11962','$P$BGZGAg6P3NguYzGrBXzOd0Hs19lR8m0','caceresd11962','caceresd1@hotmail.com','','2017-11-28 16:25:43','1511886360:$P$By3dXFtUcaSWGoJVq9fPIU1qO5tnp30',0,'caceresd11962'),(2798,'champ.baines862010','$P$BCpFRzF.4JJMgSZRsBnRvHDesgqllK1','champ-baines862010','champ.baines86@gmail.com','','2017-11-28 17:13:27','1511889227:$P$BW23yH5/mZF/LK0khMboZjmM0v7sB2/',0,'champ.baines862010'),(2799,'ypdoors1972','$P$BmrQPPge57Egnt5SbWmB/sChndYod91','ypdoors1972','ypdoors@gmail.com','','2017-11-28 18:52:55','1511895189:$P$B/h2azMCqJK6pIOpB.8yb3QuAwrN.a1',0,'ypdoors1972'),(2800,'jon_ridenour1984','$P$Beiimnb27K8ERFPKA.1VBUjqaYsV8L1','jon_ridenour1984','jon_ridenour@yahoo.com','','2017-11-28 19:10:12','1511896224:$P$BbjCqo5x6I4rARbTd5DbIuh6au0F2/.',0,'jon_ridenour1984'),(2801,'rholmes02171976','$P$BUWpClWJZZb4c3oiDJyYxZFfGFG2To.','rholmes02171976','rholmes0217@gmail.com','','2017-11-28 19:26:35','1511897215:$P$BC1HN9EAkNrJg048IZizrL/9C8riXs0',0,'rholmes02171976'),(2802,'luckyazonic1983','$P$BQ97x8Lx5Ovx6wYekNApX1dH7aaRN40','luckyazonic1983','luckyazonic@sltnet.lk','','2017-11-28 20:16:34','1511900215:$P$Bpmvfu71fxVgo6CrznmyU2e07NfKtK0',0,'luckyazonic1983'),(2803,'joel.negri1968','$P$BMbg04cf.6pLWwBRn2qOR573Sg/fXD0','joel-negri1968','joel.negri@hotmail.it','','2017-11-28 21:03:42','1511903039:$P$BEG3pBESpQdxy7rjaLcBvh3TVxIorz0',0,'joel.negri1968'),(2804,'trudeev1969','$P$Bv3KUiA982s5Ugr5KXIVRN76BhIU6y.','trudeev1969','trudeev@hotmail.com','','2017-11-28 22:28:50','1511908147:$P$BZpmcD3nybREsempjpCG2TjhOGqGIg/',0,'trudeev1969'),(2805,'condivel2008','$P$BfCpA5XRDS5ANlT1nbIky/jJhDIDOQ0','condivel2008','condivel@aol.com','','2017-11-28 23:05:51','1511910359:$P$BSKvSc6w6D.GS3Fsh3aVVDtqKGj3/A1',0,'condivel2008'),(2806,'michelle28pr1954','$P$BuCtCmR/B1TnAZWVaH5yLVJRY6tnIJ0','michelle28pr1954','michelle28pr@hotmail.com','','2017-11-28 23:10:46','1511910659:$P$B427JDnRAXDMgjJjXtDdSPnVUBg.ZO/',0,'michelle28pr1954'),(2807,'comfordj2006','$P$Be0jRU9hahN1t/vsBzvWbkwvFc5rmg1','comfordj2006','comfordj@hotmail.com','','2017-11-28 23:25:42','1511911554:$P$B/BmJRz68pdUAE9kXhRDk6jMB2sph60',0,'comfordj2006'),(2808,'foxyskibum1979','$P$BrorMLLkSAEFsmoWxosWK9ZrfO6Hl6.','foxyskibum1979','foxyskibum@yahoo.com','','2017-11-29 00:00:26','1511913644:$P$Bj7O2YgxgBhqVPShaMC.5dWQJ/00xi0',0,'foxyskibum1979'),(2809,'patpeters141998','$P$B5oWkj4ew3J//Bd8ikJGGEAA/.qh7a1','patpeters141998','patpeters14@aol.com','','2017-11-29 02:35:52','1511922956:$P$BS1ErEPZjcXKyB3PZx2AW7A8/VUDfO1',0,'patpeters141998'),(2810,'joselinita1995','$P$BpyrE5Yx1RJIZ2JzTpoDdI.zAbieVr.','joselinita1995','joselinita@hotmail.com','','2017-11-29 02:48:13','1511923700:$P$B0MpCurh1lrn1qmEc09YfDyOXL2T79/',0,'joselinita1995'),(2811,'sweelen242006','$P$BhjeZK08Szgyt508h9k1mG7Mwg4bSg.','sweelen242006','sweelen24@aol.com','','2017-11-29 04:15:39','1511928949:$P$BzBoZP/M6l08vF6yqBPTIT5hE4jFBp/',0,'sweelen242006'),(2812,'wntsom41981','$P$BlYcG5nofte2wupv3s7hnzBAWbHKNO0','wntsom41981','wntsom4@yahoo.com','','2017-11-29 04:36:50','1511930215:$P$Bd4yHye5pj4XtMrgd8120os2lz14Ix.',0,'wntsom41981'),(2813,'simona.gencheva1964','$P$BPKVhPGOv3N6EtGJOJFYgk0sAdoJ72.','simona-gencheva1964','simona.gencheva@yahoo.com','','2017-11-29 06:05:31','1511935537:$P$BTCKYsxllikoAI6dRuOoIBLIN4lGqi/',0,'simona.gencheva1964'),(2814,'rexdoyle1953','$P$B05bNa8TgaxEcTgUSpcCWUaQr2/mBY/','rexdoyle1953','rexdoyle@aol.com','','2017-11-29 06:40:38','1511937647:$P$BbHazCAjzwhnkZpyerIJoZKGQ8G6s0.',0,'rexdoyle1953'),(2815,'dtvvranch1959','$P$BKio69.5B7DXCCuPVdArG/urhSjEeH0','dtvvranch1959','dtvvranch@yahoo.com','','2017-11-29 08:15:46','1511943351:$P$BUL9mCD1jd6OV4PAMGy4J61.ZNacRf1',0,'dtvvranch1959'),(2816,'rocknroll751975','$P$BXBO4u5n.FIIYd.ILs0S67pIPYqu5p0','rocknroll751975','rocknroll75@cox.net','','2017-11-29 08:28:54','1511944141:$P$B1vn79qbj9GUGIkMZ3ynPtkiA955oI1',0,'rocknroll751975'),(2817,'fbillingsley1972','$P$BPg0W5URJ9j5RCZGvy234ESBfnJDpB0','fbillingsley1972','fbillingsley@summitinspections.com','','2017-11-29 09:07:31','1511946455:$P$BJoZnVKghIJgsyBN8.vvXRM2HfnqzC1',0,'fbillingsley1972'),(2818,'cnlane2006','$P$BN7KXYKPs7XAQcbAzPt5X0L7H0A/RD/','cnlane2006','cnlane@suddenlink.net','','2017-11-29 09:26:26','1511947590:$P$BC.PY7Ht5lITswvjUDu63We.JcGH/1/',0,'cnlane2006'),(2819,'dimpellz1997','$P$BoNcIqlleGE5zPQ07h//nWBqwhxVYX.','dimpellz1997','dimpellz@aol.com','','2017-11-29 10:05:31','1511949935:$P$BqhKhD8cZ4U50nWAwuIjIpt4Xwega/1',0,'dimpellz1997'),(2820,'m.rominske2004','$P$BQdV/y5dRL552oK1Ga9j8Bb7tWeDwn.','m-rominske2004','m.rominske@yahoo.com','','2017-11-29 10:51:01','1511952666:$P$BS3S1oVRwj6TiATZgqSBbgJzT9dp2Y.',0,'m.rominske2004'),(2821,'cage_y1981','$P$BHGcHsYgxTPxh5DQ0Xwth1FWMnl.Rb/','cage_y1981','cage_y@yahoo.com','','2017-11-29 13:13:29','1511961213:$P$B4U63NdwCcxuxELIws/2/SgmS48t/7/',0,'cage_y1981'),(2822,'ginamarie11041975','$P$BdzUEWqcgVreTuoXMuaFNh/Kgz1NJx/','ginamarie11041975','ginamarie1104@yahoo.com','','2017-11-29 15:15:46','1511968562:$P$BxXZli1k.o5/.6zy5yvSkOD5Tiov/P1',0,'ginamarie11041975'),(2823,'stuart1968','$P$BNuGB77S.Zo/PlSvlcssbtFx8xd30N.','stuart1968','stuart@stuarthendersonlaw.com','','2017-11-29 15:33:51','1511969638:$P$BwrG20tvlM4LPWCbGshymqJwBN/y4G/',0,'stuart1968'),(2824,'jjbud441981','$P$B5Cb2fW758k2bwxoT4KdRBamZsbFay.','jjbud441981','jjbud44@hotmail.com','','2017-11-29 16:24:29','1511972674:$P$BYnsMzYmDhhy0mrX0LJ2i4CLqe3nG.1',0,'jjbud441981'),(2825,'sasnkate1961','$P$B8RUVcYNxSV0udiuqBqo5QDgDK4dHw.','sasnkate1961','sasnkate@yahoo.com','','2017-11-29 16:39:55','1511973630:$P$B47TFMuUXFUW9bxPiUqtGT3CFHLKqp1',0,'sasnkate1961'),(2826,'shuangyuliu1970','$P$BVYpbFiK8U9bQZrVHXDutjD1KQhTxU0','shuangyuliu1970','shuangyuliu@yahoo.com','','2017-11-29 17:47:55','1511977679:$P$BTlIad7jbMO2uLViazCXbykrsB4pdf.',0,'shuangyuliu1970'),(2827,'e-sherman1996','$P$BecUNCMCVcbNfQ0WjOCwOauJzVCxKL0','e-sherman1996','e-sherman@live.com','','2017-11-29 18:26:44','1511980007:$P$Bd.CyuqrQMKVvUV3sb2liv0URSkndI0',0,'e-sherman1996'),(2828,'woodallls1954','$P$BvxdyoiFBp3szVoWoW23.IVHn0XSAO.','woodallls1954','woodallls@hotmail.com','','2017-11-29 18:47:41','1511981266:$P$BMx2bWo93Eln87C9K0dMeWyBNCA6V21',0,'woodallls1954'),(2829,'sweetss681974','$P$BDXgQWDSmbMGj9T8qhAEBOrO.17QbV0','sweetss681974','sweetss68@yahoo.com','','2017-11-29 19:01:45','1511982111:$P$BXs4zzIDhu.SMaZhWk/dN8oKlpfzXR/',0,'sweetss681974'),(2830,'gsco802311987','$P$BwTo1tMT83wPxOlvSI.8JqraXboMrd0','gsco802311987','gsco80231@aol.com','','2017-11-29 19:13:57','1511982841:$P$BTrNDF5Y3ZPgljkPp6gKtfE6GZ5zTc1',0,'gsco802311987'),(2831,'judearristan1959','$P$B5dMe9qBogQWmgfmtCnnsFiFXNJTuo.','judearristan1959','judearristan@hotmail.com','','2017-11-29 20:24:57','1511987103:$P$BSrncuQPbMMoexY63wBvDwLSXcqzYY0',0,'judearristan1959'),(2832,'garylindsay422005','$P$BWFg8IRQKTX8tXEwaSYubjptgQW.FX/','garylindsay422005','garylindsay42@aol.com','','2017-11-29 21:04:50','1511989494:$P$BpHLiv.42EEPqx2zqPNYMmCrXc4VTl.',0,'garylindsay422005'),(2833,'pirgens1953','$P$BWvFfFM/ad0wbkHUUgyrgPnJw3.W1S.','pirgens1953','pirgens@gmail.com','','2017-11-29 21:05:43','1511989547:$P$B/uN2wNCauG.SuhosXxUJzPjOsVjjE/',0,'pirgens1953'),(2834,'kristinicole9891978','$P$BxxQr6cTPG1L98b7.jSHDfidrS/eEv0','kristinicole9891978','kristinicole989@msn.com','','2017-11-29 21:06:05','1511989570:$P$BN37nE7juayQIg8l9amof0qYI.wJ/k0',0,'kristinicole9891978'),(2835,'samibe612010','$P$BfZz.1pzApf7yKQBkQyhZae7IlKDnS1','samibe612010','samibe61@gmail.com','','2017-11-29 21:10:23','1511989826:$P$BOowOjQrV/ZsZEkU1iH/juF9jbA/eJ.',0,'samibe612010'),(2836,'aycock01892006','$P$BrX/vTA6khyWYiFshe18gx8FDB31t7/','aycock01892006','aycock0189@hotmail.com','','2017-11-29 21:32:43','1511991167:$P$B1qA9vIIG2ehHaUsi0x9av.kErNQn11',0,'aycock01892006'),(2837,'c.glennda1975','$P$B2A/YV0F3wy.OFNwwsqjskYrVFmwkD.','c-glennda1975','c.glennda@yahoo.com','','2017-11-29 21:51:25','1511992290:$P$BMjD.rBoIrSqQKBGpUSqA0CLA0s6lo0',0,'c.glennda1975'),(2838,'mt_brostoff1989','$P$Bxrn.EC3UcAHuLLlbWuXeY9CpbFSfp.','mt_brostoff1989','mt_brostoff@hotmail.com','','2017-11-29 22:02:34','1511992958:$P$BAQsEtY1vJWgJMBs602H6kV61zeWRa/',0,'mt_brostoff1989'),(2839,'kfrobe11974','$P$BoaL/z5ixPVJR12ok8Cj0gQv9Rqp5j/','kfrobe11974','kfrobe1@yahoo.com','','2017-11-29 22:33:09','1511994793:$P$BQMKcZ/MwhxLX5beJNpOQWpN2FKikJ1',0,'kfrobe11974'),(2840,'mrlc1979','$P$Bru4gG9JWJrcKCOcIvZuMMZ8hjHu8k1','mrlc1979','mrlc@kc.rr.com','','2017-11-29 23:05:16','1511996722:$P$BtecbcQp3An9lOuGMzxdMqJWPszxQ2/',0,'mrlc1979'),(2841,'bryanmora05132007','$P$BlFCpLOOXpQgGqYmb1qYGER1L/OS5U.','bryanmora05132007','bryanmora0513@gmail.com','','2017-11-29 23:09:35','1511996979:$P$B4QUSeaQ8E7TiMN6cInzm3TsZZNr9f.',0,'bryanmora05132007'),(2842,'hbproper1977','$P$BcBoJY9uZwKkEhtGVE5N3LO.Xu7U7I1','hbproper1977','hbproper@aol.com','','2017-11-29 23:40:03','1511998807:$P$Be0uhKpLJMJdK.2ddaACG.Hrup9Sfq.',0,'hbproper1977'),(2843,'ssarma_851973','$P$BAVSWzO6uI4OGF09T6VRLDVghfL6vX1','ssarma_851973','ssarma_85@hotmail.com','','2017-11-29 23:46:36','1511999200:$P$BS8xWWsnJ9oON0kF4aqBhMaUMyWFNt1',0,'ssarma_851973'),(2844,'fennecxen162009','$P$BKjDfITS.LE/pvU0LNTREHHqZP4KqX/','fennecxen162009','fennecxen16@aol.com','','2017-11-30 04:37:18','1512016643:$P$BP/tq2Yxde/IMMfdp0TFMCS.i6nx/I0',0,'fennecxen162009'),(2845,'lana_dolfin1958','$P$BSOX3Qxtg5CMZFlbA6MXFgCjG9MZiA/','lana_dolfin1958','lana_dolfin@yahoo.com','','2017-11-30 06:50:44','1512024647:$P$BR5d.y4VbRWVpAtkCstinx1mBbYwt61',0,'lana_dolfin1958'),(2846,'dollfacewyo1991','$P$B.DvyP531qyaZzZa49K3D2OS6kUpGI1','dollfacewyo1991','dollfacewyo@hotmail.com','','2017-11-30 10:01:03','1512036066:$P$Bca807DnpYC9hWdKBU1Expm2AYg1wS0',0,'dollfacewyo1991'),(2847,'olga.bhana2010','$P$BDkXTQGdvK8uPoDH9fCejQRkTLgy9k/','olga-bhana2010','olga.bhana@gmail.com','','2017-11-30 11:52:20','1512042746:$P$BL/qMr.DKMGvDJJOE2oHR9L7agYtg9/',0,'olga.bhana2010'),(2848,'lesley2000','$P$BYrA/i0XGZUowyPkzJ1ZnzWvFt/3mk1','lesley2000','lesley@lesleyannecox.com','','2017-11-30 12:23:44','1512044631:$P$BxB6BY/Wcn7ABXkAUKSJ1Zy8yILfrP0',0,'lesley2000'),(2849,'bonz461977','$P$BP6jQ67yCvgNWWeega1h2NF.swRl8T/','bonz461977','bonz46@bellsouth.ne','','2017-11-30 15:09:10','1512054555:$P$B0KWGHUvUvdQW8UkfYS5UEciPjzyCb0',0,'bonz461977'),(2850,'dong.hui1979','$P$BzmzCSuSmU3IFKEKpLMbZN6/xVtjBX1','dong-hui1979','dong.hui@hotmail.com','','2017-11-30 15:42:33','1512056558:$P$BniuMH91PgbkaCBU1fPsCYRqgsXRwJ1',0,'dong.hui1979'),(2851,'jmorrisonpvd1966','$P$BFhlLSl2.CH/c8iX5mP51qCS75Gn0t1','jmorrisonpvd1966','jmorrisonpvd@gmail.com','','2017-11-30 15:46:29','1512056795:$P$BXuGWVgGqdbPTpZ6qrhmqQCCClOy.1/',0,'jmorrisonpvd1966'),(2852,'bar3rrr2008','$P$BFg6jR/g.ln./LMytrWWp9E/qjm7HT.','bar3rrr2008','bar3rrr@hotmail.com','','2017-11-30 16:13:37','1512058423:$P$BtcTC7SHibQbvKg/iQLUvoyaZSx2ra/',0,'bar3rrr2008'),(2853,'qpnqn1994','$P$BoqKXiRnACNxs1B3ocdmp2VxmU91mZ.','qpnqn1994','qpnqn@hotmail.com','','2017-11-30 17:32:34','1512063167:$P$BiwSaTPAwBDYuYpqKZ50CjhhafY1lj/',0,'qpnqn1994'),(2854,'chadpwade1964','$P$BYO4ryznhoySHJsNwvH.LM1rU015YO0','chadpwade1964','chadpwade@yahoo.com','','2017-11-30 19:25:59','1512069965:$P$BhMFHuMt5oMgRBpjZv59RCe.rr0daD.',0,'chadpwade1964'),(2855,'christinaconolly1953','$P$BT1BQj/4VowknxbKMMQPHzh4UZNAW2.','christinaconolly1953','christinaconolly@hotmail.com','','2017-11-30 21:55:19','1512078923:$P$BNEcS55uQxtvyiCa11zKetSaYETW5f0',0,'christinaconolly1953'),(2856,'wqdh21996','$P$BdZsZwxeKcoIy9SKngHZXs/uuGhlJu.','wqdh21996','wqdh2@aol.com','','2017-11-30 21:59:33','1512079177:$P$Bzl0E9xH8ZR5H9ycLpJadUT.BMkYWr0',0,'wqdh21996'),(2857,'cathib671993','$P$BTMIQCmI9zguW8AXsR8N.19f/6H3eG/','cathib671993','cathib67@aol.com','','2017-12-01 02:56:25','1512096988:$P$Buidv3cv5/Xx/P.s89LRxJSy.Z3CTD/',0,'cathib671993'),(2858,'annie_rakel1973','$P$BKyJM6A3Qwrmc.eZrZWYyDftDqLS1i1','annie_rakel1973','annie_rakel@hotmail.com','','2017-12-01 03:36:46','1512099409:$P$BXBd9YSswhOAlgewh/2.8lSEaToLqk/',0,'annie_rakel1973'),(2859,'taylorh11989','$P$B7SsmuvnhMJPJEQpx5VxA5w.0Wik/8/','taylorh11989','taylorh1@msn.com','','2017-12-01 08:21:25','1512116489:$P$BSG018wg08Nk3G3Q7RyMfHLtQM0KVa1',0,'taylorh11989'),(2860,'andrzejoz1975','$P$BrtUtqET4tiUomDXPfN16pnBXQNPhc1','andrzejoz1975','andrzejoz@optonline.net','','2017-12-01 08:26:38','1512116801:$P$BMwcM/gGzuWwviBkOE4FdBHfw/sTO91',0,'andrzejoz1975'),(2861,'brookbruce1968','$P$BUoIn59LJMoSiXSgyvzFKFxm8yqr0E.','brookbruce1968','brookbruce@hotmail.com','','2017-12-01 10:01:25','1512122488:$P$BQL8oe2F4E3Wp1R06MTM5yhSz/ApSc.',0,'brookbruce1968'),(2862,'lgmontecino1954','$P$B18Yw8mSF2KqjNOxpHYothawGO4rO10','lgmontecino1954','lgmontecino@msn.com','','2017-12-01 10:11:39','1512123102:$P$B/CjqdJzf9rGubUSg3kTke6kJtvhg6.',0,'lgmontecino1954'),(2863,'jimwessels1965','$P$BJw.RfU02kCWqU6bUYQm6pHnxPw2HG/','jimwessels1965','jimwessels@yahoo.com','','2017-12-01 13:25:35','1512134738:$P$BosjRcaQ8.zCA/KdmelxIpcql0Swf71',0,'jimwessels1965'),(2864,'tamilreese2008','$P$B1UKX2mn47wfMQazyxpWcH6U1OXUmp/','tamilreese2008','tamilreese@yahoo.com','','2017-12-01 13:43:06','1512135789:$P$BLPjDwzcCSvKNnTUCrS5BMNVd1Nude.',0,'tamilreese2008'),(2865,'forhim9221972','$P$Bjyc/xGwL58xyq3BezqMK/a7zbw8R/.','forhim9221972','forhim922@gmail.com','','2017-12-01 14:41:34','1512139299:$P$BefPI9lQBClfqKP58/ity9lbEW/d7C1',0,'forhim9221972'),(2866,'ksthompson451960','$P$Bhf2jAXJ1qsJkz7lWvIrscgWXWOPYr.','ksthompson451960','ksthompson45@gmail.com','','2017-12-01 14:53:08','1512139992:$P$BG4fNUAVMkkq3VokPe3qFS9mkjXCJg.',0,'ksthompson451960'),(2867,'mersssa1953','$P$BFTHHXQxum0m5HiFI/solPKsNNk7Tt/','mersssa1953','mersssa@hotmail.com','','2017-12-01 15:13:23','1512141206:$P$BrzMFXqn0i6kvJB.vsEny88MhQWeha/',0,'mersssa1953'),(2868,'acowan_udi1971','$P$BevYRZz78Bsbop8Q2PvmaHrMmZHSLg1','acowan_udi1971','acowan_udi@yahoo.com','','2017-12-01 15:38:57','1512142742:$P$BHlYzj/B/JE7JrA/sbO8jbTXABue53.',0,'acowan_udi1971'),(2869,'tammyk_milligan1953','$P$BDtTZOeb6vxI3kQaIxa9Jm743oWmiw/','tammyk_milligan1953','tammyk_milligan@yahoo.com','','2017-12-01 16:47:25','1512146848:$P$BsyVT00XeFitkfEAldzvvZrWyChpN8/',0,'tammyk_milligan1953'),(2870,'tman3211987','$P$BrEGyFL7A.xtF9UWKyMK7KE5aRZhxW1','tman3211987','tman321@hotmail.com','','2017-12-01 16:51:55','1512147118:$P$BrbQhNzQLKls47wU5JOXasniv.iWCC/',0,'tman3211987'),(2871,'erikwaynegough1957','$P$BK5LkEtWEWOaCmknLQ03C6.RETIwyS0','erikwaynegough1957','erikwaynegough@yahoo.com','','2017-12-01 16:51:59','1512147122:$P$BbgCOdwe0W4nMPAp9IoD.sOlIfudX60',0,'erikwaynegough1957'),(2872,'adamsvilleg2003','$P$BEbwHjXv7P/nOqhYGqVpsrVZbD7xTw/','adamsvilleg2003','adamsvilleg@aol.com','','2017-12-01 18:15:24','1512152127:$P$BPM725tvlHuz7X/Lb3r0WGvfO7/VlB0',0,'adamsvilleg2003'),(2873,'cutthroatproductions4021987','$P$BHpPCJ3NWfCZOYXIT4FXIT58kIgBN71','cutthroatproductions4021987','cutthroatproductions402@gmail.com','','2017-12-01 18:19:39','1512152383:$P$BWtDM90hluadKhjc8nBcECh1l/y4Lf0',0,'cutthroatproductions4021987'),(2874,'smc127621997','$P$BI9wah6Ha6CRK9VVOUefPMMsPL3HXA1','smc127621997','smc12762@yahoo.com','','2017-12-01 18:27:54','1512152877:$P$BtBPttXfNvPEddb7tdLcaZggB0w9Ra1',0,'smc127621997'),(2875,'millerb311981','$P$Br56l/KRH3h.suZVVx7JYeK44WIA8A.','millerb311981','millerb31@yahoo.com','','2017-12-01 18:38:07','1512153492:$P$B5I.m0J8haHqQkGPd.RU9s8psMTfNk0',0,'millerb311981'),(2876,'winding441979','$P$BrApJ5EQNsODBFftjCDvEh/q0r.1Hr1','winding441979','winding44@yahoo.com','','2017-12-01 18:53:30','1512154413:$P$BXXljHk5eNXisSpP2CfKcIRf3bXM160',0,'winding441979'),(2877,'tipsy141959','$P$BCIhOkat8xAWKJTsrfcMyXHURuJ.tK0','tipsy141959','tipsy14@aol.com','','2017-12-01 19:07:42','1512155266:$P$BrkqKbXTLbduODzC/dbWOaBh1N5I7g1',0,'tipsy141959'),(2878,'zil_m2002','$P$BwAeqbrj4BuST/bjNsk0exR2GaT8ft1','zil_m2002','zil_m@yahoo.com','','2017-12-01 19:46:16','1512157579:$P$BUNpBTtsfbK5k0pIPwYgFHqTOyRlY50',0,'zil_m2002'),(2879,'bluedune19891975','$P$BA/utQest12LTQbmHphKTa3O9edFpN/','bluedune19891975','bluedune1989@yahoo.com','','2017-12-01 20:29:19','1512160162:$P$Bz8CoSLQFZwPlf/PuGq19.UoXCSlZ6/',0,'bluedune19891975'),(2880,'kimlevering2005','$P$BiFTq7SQTP9ZV4Kd3XaE37sNtzGqA/0','kimlevering2005','kimlevering@gmail.com','','2017-12-01 20:57:01','1512161825:$P$B1SPDkmvtBJrvbOJW/1gOiPDgRgieE0',0,'kimlevering2005'),(2881,'tonibillm1953','$P$BpkJAFW8Obw5kKPOj/GSzKKHNZdckU1','tonibillm1953','tonibillm@aol.com','','2017-12-01 21:01:09','1512162072:$P$BUnej0qFvg3sWR6TuU0LLk96ipd48Q0',0,'tonibillm1953'),(2882,'jnewby_31993','$P$BujbV7JDgnpSSzO.Ltguze1vg2qSDQ1','jnewby_31993','jnewby_3@hotmail.com','','2017-12-01 22:02:10','1512165734:$P$BhMbrNfS50ml81u8HTnQHe38ImGHf2.',0,'jnewby_31993'),(2883,'elys2581996','$P$BMwRimPfUCYr2j2xdS43RWhev.yz0u.','elys2581996','elys258@hotmail.com','','2017-12-01 22:07:20','1512166043:$P$BkhXXf6vaygfYzqfNTRobTx2kCtKPU.',0,'elys2581996'),(2884,'hdfrankel2009','$P$BrEoPCh2s4G5Q35QEU93K8.qBuCHmV0','hdfrankel2009','hdfrankel@yahoo.com','','2017-12-01 22:22:14','1512166937:$P$BN8SbpKvwjcIQWfq9efWLWYExpd0iB/',0,'hdfrankel2009'),(2885,'jfgrant812004','$P$Bk8wVddfU9uCrdViNe4rMLSygdE4AB.','jfgrant812004','jfgrant81@yahoo.com','','2017-12-01 22:22:50','1512166973:$P$B3lv1WIcGS0Edj7zcviy3dhDigZ7Ar1',0,'jfgrant812004'),(2886,'aymanalami2000','$P$Bom3YvlaNF9srbjf3s883HxAEA9F1a/','aymanalami2000','aymanalami@hotmail.com','','2017-12-01 22:47:51','1512168475:$P$BuNBxTgSzbwoym9/h4TZBrVRIgvfBT1',0,'aymanalami2000'),(2887,'j_t_k_081970','$P$Be06cYIGosOLSotzuIcb49jq8hqML1.','j_t_k_081970','j_t_k_08@yahoo.com','','2017-12-01 23:09:14','1512169764:$P$BWV.KTqR.fwgmwzhrxiVNQxY9egvRh.',0,'j_t_k_081970'),(2888,'jerochford1952','$P$Bx/Ixt7jiAwRNO7pF6n/B3mVvkNLBf/','jerochford1952','jerochford@hotmail.com','','2017-12-01 23:18:07','1512170290:$P$Bfu7yCQofJ/HXuFUMJKyei4qUQW91i1',0,'jerochford1952'),(2889,'jacquesiza1985','$P$BoQsphXTTSbjVsfpTbEsWCAQVVfws//','jacquesiza1985','jacquesiza@gmail.com','','2017-12-01 23:43:33','1512171816:$P$BsTGUZyMEeL7dWP3pWBOUZX/O0E4td1',0,'jacquesiza1985'),(2890,'solanoamaris1986','$P$Bl3vbsGClLkzvzIsEmFwTe/2VnQzoB/','solanoamaris1986','solanoamaris@ymail.com','','2017-12-02 00:31:21','1512174685:$P$BZep7KtTxxsbhGTohgxA8wAVZW65TF0',0,'solanoamaris1986'),(2891,'david.foster1958','$P$B4ZXZzLfAETUJMumGa6UzfrqGh9LGU0','david-foster1958','david.foster@us.bureauveritas.com','','2017-12-02 00:32:23','1512174747:$P$BZcZBwbqNS1Of9.zXD4r0MoKULa7qN.',0,'david.foster1958'),(2892,'george1978','$P$B2Ex.60M4cB2KgIkdOqqSLtSi4Rb8j0','george1978','george@metroplexwood.com','','2017-12-02 01:42:54','1512178977:$P$BI9H8hX0Fmp5EO8bIqdzsAK1VlFXqE0',0,'george1978'),(2893,'brooks.christopher241987','$P$BDhcu5sKHwZV1vFDcimTUw.qq66dBX1','brooks-christopher241987','brooks.christopher24@yahoo.com','','2017-12-02 01:52:50','1512179573:$P$B41SOkKohxiYRiT7ohnFvFfExVomT21',0,'brooks.christopher241987'),(2894,'melindakidwell2002','$P$BX9Bc9tBMmLxn2FxuI1h0VpBdCIl5J1','melindakidwell2002','melindakidwell@yahoo.com','','2017-12-02 02:53:24','1512183207:$P$B4ZuXGX30VPFeZV.LV6A0q1CF56zOc1',0,'melindakidwell2002'),(2895,'palaros_72003','$P$BPv9CqxoN2QOL1jVjUdG0taOjmVRU4/','palaros_72003','palaros_7@yahoo.com','','2017-12-02 03:17:04','1512184628:$P$B4Ce9QKvc83l2oeX6MmOlmWNQqE33H/',0,'palaros_72003'),(2896,'yellow_12zebra1974','$P$BOfq.Bjdw1yjV95pmpTm/AkhfDh0ST.','yellow_12zebra1974','yellow_12zebra@hotmail.com','','2017-12-02 04:30:35','1512189038:$P$BC.nVNr/79UMYjz0EBZbez6lfjIqvd1',0,'yellow_12zebra1974'),(2897,'newlonb2009','$P$B0X.r3YZxB2E3a6/kotexbMRdpK/AM/','newlonb2009','newlonb@cox.net','','2017-12-03 14:25:35','1512311146:$P$BXoR6KMOxGjJElxU0O3IBPVw0ETT4N0',0,'newlonb2009'),(2898,'rmmoshtagh1993','$P$Bws6hxDl/6wenDpR2soPGMP46RH4h6/','rmmoshtagh1993','rmmoshtagh@gmail.com','','2017-12-03 15:52:38','1512316361:$P$BdnvtsneKNY9PRH7Uuw1SdtajOoZaC0',0,'rmmoshtagh1993'),(2899,'carlynkeys2009','$P$BFviJuU4St8rnEQ/9K3bBDyZiTRzN4.','carlynkeys2009','carlynkeys@hotmail.com','','2017-12-03 16:57:15','1512320238:$P$BV3KSY4635ChQTgkaI0RKcp9o3E.h8/',0,'carlynkeys2009'),(2900,'pzanetti472004','$P$BFDf4SpfL9yVwFnWk3zafkOka5a5CC.','pzanetti472004','pzanetti47@outlook.com','','2017-12-03 18:09:22','1512324566:$P$BGCLY7QIwDdihn8YZnf3PjuErBKzES1',0,'pzanetti472004'),(2901,'rachelgaskin2010','$P$BmrL.qCuXWejGEsPOv9SVGkZMx1HH6.','rachelgaskin2010','rachelgaskin@live.co.uk','','2017-12-03 18:28:43','1512325726:$P$Bc8JBEYr3tYDdBtiC1vkvN1iAspn8I0',0,'rachelgaskin2010'),(2902,'mmusilek2010','$P$BihYUtEKK3s6lJl.01ivVtv76yvga1/','mmusilek2010','mmusilek@tristategt.org','','2017-12-03 18:30:30','1512325833:$P$BYUAAFJnYLJXEUdU7K1G/iFtSMvNbl.',0,'mmusilek2010'),(2903,'kwinter761974','$P$Bl5YtChSarwekYYddDNs.25PdLt4Xa.','kwinter761974','kwinter76@yahoo.com','','2017-12-03 18:31:43','1512325907:$P$BJqKofu8hQG0HF6/9pAnwTlqS2969V1',0,'kwinter761974'),(2904,'ericahayles1994','$P$BZbtjjbYR9rFjUA.dml/.rs9b2KWfp1','ericahayles1994','ericahayles@live.co.uk','','2017-12-03 18:32:05','1512325929:$P$B9YIMbKqY01ScKuNYm4XJMIjPrE43w0',0,'ericahayles1994'),(2905,'lcbnt1962','$P$B1YRLMF5QUry4Rg3T6qzNJstyCUsYE0','lcbnt1962','lcbnt@yahoo.com','','2017-12-03 19:31:52','1512329516:$P$BEwKrHy1yGGYLqEAVVoY1/gvXO67I20',0,'lcbnt1962'),(2906,'froto232000','$P$BbRcKi.Sn4gcHR9InSJ.RBSqbjtEeQ/','froto232000','froto23@yahoo.com','','2017-12-03 19:34:40','1512329683:$P$BBn7DW8Z15D6pA7gY/Koi2JtI5czUt/',0,'froto232000'),(2907,'ramones1983','$P$B1pmFly7aiSN8/n6jSHiMTKN4w6s1F/','ramones1983','ramones@frontiernet.net','','2017-12-03 21:00:36','1512334839:$P$BpraPJNcYo163sPhOGDR5B4CXJd4Xs/',0,'ramones1983'),(2908,'lvickrey26121975','$P$BxeG5ToqXPLud0FgXw7l/FN87mSksy1','lvickrey26121975','lvickrey2612@yahoo.com','','2017-12-03 21:16:58','1512335821:$P$BmF1zHZ/6ErA/gCkDs2pXlpcVkiqYr0',0,'lvickrey26121975'),(2909,'jimmybryan301969','$P$BrHMRqrV4Zkzg3/hPzvYVgWZgPEjGl/','jimmybryan301969','jimmybryan30@hotmail.com','','2017-12-03 23:04:52','1512342295:$P$BYgSzCg9lOD6EPjkIpZ6yeyRx0ybR4.',0,'jimmybryan301969'),(2910,'gbmcpa1967','$P$BZ0qu86J6Q1Il8hksG63owGUjmZs331','gbmcpa1967','gbmcpa@mindspring.com','','2017-12-03 23:37:00','1512344223:$P$BS4.Q9V0eDgI0rw42w2beTggCVlIqo/',0,'gbmcpa1967'),(2911,'amclaughlin1952','$P$Bj4v.msQNUnLdzrOzyzSSNoSOsO4fO0','amclaughlin1952','amclaughlin@worldoffloorsflorida.com','','2017-12-04 01:45:53','1512351956:$P$ByafCyjBPtSwnqw/zr36h7y6.ds1pZ.',0,'amclaughlin1952'),(2912,'motwanir1999','$P$BrNqz.bJ/qbiTQk9bNLStppkN6f17f/','motwanir1999','motwanir@gmail.com','','2017-12-04 02:24:38','1512354281:$P$BcsQCaQ04ybjzoOddzoZtKsqFBjoLx/',0,'motwanir1999'),(2913,'christian.clark382002','$P$BFR8xuMrnvj6x5so7Kv.gI0OF03OL2/','christian-clark382002','christian.clark38@yahoo.com','','2017-12-04 06:11:25','1512367889:$P$BUtC5lES6o81F0HDodYH4W3K0KS4qn0',0,'christian.clark382002'),(2914,'rtj20002002','$P$BqR4DH9r7WyKrFJcKbSaHqRmIMSAIT1','rtj20002002','rtj2000@msn.com','','2017-12-04 06:59:53','1512370797:$P$BN/2wBiKi0PZy.08PTcLbAVNEwAvvP0',0,'rtj20002002'),(2915,'granbalreverra','$P$BNmByygdVNBcKgFl733P/MqBGT9J2Y.','granbalreverra','granbalreverra@chiletrust.xyz','','2017-12-04 18:55:46','',0,'granbalreverra'),(2916,'apmaspalesgdeft','$P$BwRxZMZ2RlOQwcxkPP0ZrtzzIioLQE.','apmaspalesgdeft','apmaspalesgdeft@webstviza.com','','2017-12-05 00:38:05','',0,'apmaspalesgdeft'),(2917,'colinberty401961','$P$Bgi0V2pOnByB89bhqJf6vBrLdaGv7c0','colinberty401961','colinberty40@yahoo.co.uk','','2017-12-05 07:45:47','1512459950:$P$B4lw0.uZRfzgnvQE1phxIHBqjbhENO.',0,'colinberty401961'),(2918,'paul1959','$P$BlCSHaClr6/KVMM8XggQs8kwZU33kT.','paul1959','paul@acctdept.net','','2017-12-05 08:19:44','1512461987:$P$Bl9oNWI7TERklxgjVPDXRminUaFMd71',0,'paul1959'),(2919,'claudia_klemp2009','$P$BGQrFi7ecfBYbHeCy26jRRathZlQqS0','claudia_klemp2009','claudia_klemp@auf-ins-leben.de','','2017-12-05 09:18:17','1512465501:$P$BpOxhkVyWXam0rDxOP7YHe9ncsl9bQ1',0,'claudia_klemp2009'),(2920,'valverde81.av1971','$P$B2z5wyPtLIwGyqO16PAFu.q1t1ZIW5/','valverde81-av1971','valverde81.av@gmail.com','','2017-12-05 11:35:51','1512473754:$P$BBpYGK5isdjlwU2wnXfGnesYGd1rgz0',0,'valverde81.av1971'),(2921,'tracy1978','$P$B2oB5CM55iU6UbsYmi4QNLN3JDB3w70','tracy1978','tracy@pacificnwgranite.com','','2017-12-05 12:41:01','1512477664:$P$BdEyMuUnivP9.P0mD//svf5fPoZ8Wt.',0,'tracy1978'),(2922,'ksy_jmy1957','$P$B1zE2zZyGXiN6NJsPQkJHUcSYvIaxW/','ksy_jmy1957','ksy_jmy@yahoo.com','','2017-12-05 13:36:41','1512481004:$P$BQPS44MehJzHtjyFuQBOqR/n3G5zAQ0',0,'ksy_jmy1957'),(2923,'x_george1970','$P$B39GN0I9Th8YYlH5pZbL4GJf7pnRMo0','x_george1970','x_george@live.com','','2017-12-05 14:36:38','1512484601:$P$BSGz1MvaccU5n7JeM7eF8VF1I7pF49/',0,'x_george1970'),(2924,'renorytting1982','$P$B8kuufQcFdbmcBb9.1YlR9S7S.kbgG1','renorytting1982','renorytting@msn.com','','2017-12-05 15:24:24','1512487468:$P$B40vCemLPvEqNwT9SKQEtpnJgs9dUY1',0,'renorytting1982'),(2925,'emhmt1981','$P$BaNCtoPsmRfD047uuxcpUB/OFvmeRr.','emhmt1981','emhmt@hotmail.com','','2017-12-05 15:49:10','1512488955:$P$Bj7ww2NSH2OzQKge5.b39MSukSZEVG.',0,'emhmt1981'),(2926,'gemini1975us1969','$P$BGfXXBiiiMohF7zyQyA1IJkmp5QS/x0','gemini1975us1969','gemini1975us@yahoo.com','','2017-12-05 16:01:38','1512489702:$P$BFEvTLq4TE2PU0Agt6EYoDi7ajOwYC.',0,'gemini1975us1969'),(2927,'julianaflorez011951','$P$BxhMnDdJJUqtry.sZTHZkP91uxo2Nk1','julianaflorez011951','julianaflorez01@hotmail.com','','2017-12-05 16:02:44','1512489767:$P$B/7BPoSOPm0BGGVvu6E5f2cAyHRp5M1',0,'julianaflorez011951'),(2928,'hopp41962','$P$Bti9YkleLM8YQySPAvimsgtK.WTLMt/','hopp41962','hopp4@aol.com','','2017-12-05 16:19:48','1512490793:$P$Bti2.9BoiDGyaP60ru2iA98ozOgi69.',0,'hopp41962'),(2929,'kirtidesai591958','$P$BI3j9PHg68y/w0lbZL5AdZv43mfPZ01','kirtidesai591958','kirtidesai59@gmail.com','','2017-12-05 16:24:31','1512491074:$P$Bn1Wnrz.Raqi51cJxbBa7G3ImfBZE0.',0,'kirtidesai591958'),(2930,'rob.medina1973','$P$BikJl7U0Cs6A21OBFpy1EYsUO1yV530','rob-medina1973','rob.medina@hotmail.com','','2017-12-05 17:39:27','1512495570:$P$BNmOl3O.9GQT8ibFyfPd1gMhnroHfJ.',0,'rob.medina1973'),(2931,'nancysmithrome1986','$P$BuaeMk/WuhICt3wWwCx3QwBcYPMZJy1','nancysmithrome1986','nancysmithrome@yahoo.com','','2017-12-05 18:13:47','1512497630:$P$ByZCa/IyiF7kwKjQnS0EcoQphgrLZA1',0,'nancysmithrome1986'),(2932,'marlenedickson1973','$P$BhhxMZV3jWJczofH.nSCvQWRpAgnlR1','marlenedickson1973','marlenedickson@hillmar.com','','2017-12-05 18:24:32','1512498276:$P$B.ch8XQ0jzBTwZUJaNNIBIV4q0pmIZ1',0,'marlenedickson1973'),(2933,'ghs_inc1990','$P$BZXxoR6AFeiZWiNh2HLAylnnjJaZ8q/','ghs_inc1990','ghs_inc@aol.com','','2017-12-05 18:45:52','1512499555:$P$BSuqk2YYHxPkxD.FqMyY2wBs4sy8Bd/',0,'ghs_inc1990'),(2934,'abdul.basham1972','$P$By1QxACVoREHFkatdSqYRCNCjRzNTk/','abdul-basham1972','abdul.basham@gmail.com','','2017-12-05 18:48:57','1512499740:$P$BARjlu92p1oP..mw29yOvSZzBp0way0',0,'abdul.basham1972'),(2935,'emilykirsch1956','$P$BmKXCLCMnOwn3co/aqdkgwtytPj2Gw.','emilykirsch1956','emilykirsch@hotmail.com','','2017-12-05 19:06:29','1512500792:$P$Br9SPI6.Uoa/uUx3qlyvw4ej0k19pX.',0,'emilykirsch1956'),(2936,'susan1992','$P$Bz2l72J9Lhxqj6roirNX23wI0/d/Vq1','susan1992','susan@map-development.com','','2017-12-05 19:27:54','1512502077:$P$B5QBga7IEcTUTf4taFqRe61s7DAkth0',0,'susan1992'),(2937,'mshakarjian1081956','$P$BnhOTOthwf18GBjPg2ZStt0wv5pZ59.','mshakarjian1081956','mshakarjian108@yahoo.com','','2017-12-05 20:19:33','1512505177:$P$Byr2WGmxPchyE7iC5YPhVOQPm1Vp670',0,'mshakarjian1081956'),(2938,'dmorris2008','$P$BM9AjMBpvhQkZuzvBbQ.WeIga9WKf71','dmorris2008','dmorris@biaggis.com','','2017-12-05 20:28:08','1512505692:$P$Bj84ydx5sd1JKIGs1Y9OnHu5dPC1jk1',0,'dmorris2008'),(2939,'ccozza2003','$P$BgrQEHCCZU9bbnsj3nsEIlDOo4t8Oa.','ccozza2003','ccozza@hotmail.com','','2017-12-05 20:39:23','1512506366:$P$BjHb50IpN1AjqoLZJ.8YYDPeCMJRsz.',0,'ccozza2003'),(2940,'lihong10301958','$P$BGVb.T9Ay/K72Tb8X8a1czJajJ.HUg0','lihong10301958','lihong1030@sina.cn','','2017-12-05 20:41:29','1512506493:$P$BJz7t5pi3idbgh.pjSQTODN/cck.zV/',0,'lihong10301958'),(2941,'mitri1981','$P$BWtAbWw0KgADxrGLh1Oq4NTaab2PaI1','mitri1981','mitri@justrush.com','','2017-12-05 21:32:59','1512509584:$P$BwLVgrSKIoZlBtd5vjiq6PUWV5Bz8c/',0,'mitri1981'),(2942,'zhangxdshop2003','$P$BeWrCyVxKOiHoi0aQt39TXZlWlrzd50','zhangxdshop2003','zhangxdshop@gmail.com','','2017-12-05 21:39:31','1512509975:$P$B.RvYC3vjK4MZTyAJfde4S3IGXjNyS.',0,'zhangxdshop2003'),(2943,'rvella041996','$P$BuR0.6OspPKqsQUBCbY00jLTmF4PHQ/','rvella041996','rvella04@gmail.com','','2017-12-05 21:40:53','1512510057:$P$B1GS3yym9WhmiijqEdmqDagKU0k2g31',0,'rvella041996'),(2944,'suzin9102006','$P$BQpmGKE5MBi0Lr5YkLdwwvLjYCPHY6/','suzin9102006','suzin910@gmail.com','','2017-12-05 21:53:11','1512510795:$P$B/9mFtbq.zEA835Tj58x8JiAdkALZE1',0,'suzin9102006'),(2945,'ert1242005','$P$B2CdRsYdmk1vQmtns5qoQCGn2Fdv2a/','ert1242005','ert124@hotmail.com','','2017-12-05 22:04:58','1512511503:$P$BepAd8sjyQSPpUspSMZR0sgaKTzpP11',0,'ert1242005'),(2946,'smither132010','$P$B84hCSkj5cFB6vAQTutQ/3Ds.UrhBH1','smither132010','smither13@yahoo.com','','2017-12-05 23:23:20','1512516203:$P$BZ0gf1WpvkgSpOVofSrOdGB16a1a501',0,'smither132010'),(2947,'ap2006','$P$B.9hhietHZTRhfnjbCXJmBH9KUQvIG/','ap2006','ap@bgcsc.org','','2017-12-05 23:53:20','1512518003:$P$BvxvEi74fQ5wp5mnzdby2GSQQQ0jva1',0,'ap2006'),(2948,'gloria1950','$P$Ba0ZP/Be56hwL/oQL/eEOdjAcRIU9J0','gloria1950','gloria@tagwhistler.com','','2017-12-06 00:00:23','1512518426:$P$BGP1x6vxWxwxwWU9bKQoh71cvj5KlW0',0,'gloria1950'),(2949,'ellaahadley2001','$P$BaMZSHf5qKh2rfXmKEj31mvQ9tGx7G0','ellaahadley2001','ellaahadley@outlook.com','','2017-12-06 00:33:41','1512520424:$P$BLSJr78VTjzItGaMlKGJ/eThXRIpgG.',0,'ellaahadley2001'),(2950,'ragamo2005','$P$BqMSSOH9yJR5y927mniaypbAQU5jDu1','ragamo2005','ragamo@aol.com','','2017-12-06 00:53:34','1512521617:$P$B9nxyflJkHfyWUSJOynN3s8etkXrBq0',0,'ragamo2005'),(2951,'rome1911964','$P$B1hR0AqGsplnPfBQ7VC9Xfo25A5mF9/','rome1911964','rome191@hotmail.com','','2017-12-06 01:06:07','1512522370:$P$BDAD//p0J3du50fUAJb2YxljxpaIZN/',0,'rome1911964'),(2952,'vladimir.sucevic1962','$P$B9YPgNBRhHJdkq6gXc6Z6AJxBoHLkq/','vladimir-sucevic1962','vladimir.sucevic@gmail.com','','2017-12-06 01:15:07','1512522910:$P$BYLuSBN/.Ybnc5r5jZP182mwXJS3NP/',0,'vladimir.sucevic1962'),(2953,'suzannesamuels1953','$P$BbU.JhblyMv4aFHMHRAuIfPjnypo2e1','suzannesamuels1953','suzannesamuels@msn.com','','2017-12-06 01:47:43','1512524866:$P$BACr/.BqZE.OxSma/64KdI9WiS.wWX.',0,'suzannesamuels1953'),(2954,'lakesh86021992','$P$BeDO9vDHR9a0xEAiXLlbUwG364UWEl/','lakesh86021992','lakesh8602@yahoo.co.uk','','2017-12-06 01:57:33','1512525456:$P$BWhurTH492z5/vH87P.55vsobAjku0/',0,'lakesh86021992'),(2955,'tina1962','$P$B0MVviAXtaV0a5mRhOiaNZ.WSkLCv01','tina1962','tina@tinaflaherty.com','','2017-12-06 02:00:34','1512525637:$P$BaKsgQ46jIOa9U22GfrTv9dp/ySEzv.',0,'tina1962'),(2956,'lyjohnson891964','$P$B6z2b2EJFJiBCza7cvWp1.cp5YK5Oi1','lyjohnson891964','lyjohnson89@gmail.com','','2017-12-06 02:42:19','1512528142:$P$BTXgvBuaZibf89snk0lBEZNCDEoMsS.',0,'lyjohnson891964'),(2957,'phamre1956','$P$Blg/5rm.rNO5ck9E9aeaAo7VmL2/iO.','phamre1956','phamre@bgcsc.org','','2017-12-06 02:47:55','1512528478:$P$BxtP6Wp0Uj131YMfam2ZzfFvLnoDQ//',0,'phamre1956'),(2958,'chikomecipoctli1999','$P$BUzRI/bef/.tWw//O7ZQYNwwaVY5Tx/','chikomecipoctli1999','chikomecipoctli@yahoo.com','','2017-12-07 08:54:00','1512636844:$P$BQhDeK2/T/YxYyhiCMUPvFG0VwvW1K1',0,'chikomecipoctli1999'),(2959,'jeanneanncash1982','$P$Bt2wfMAQDyhz.fvW9.DMFZNGeojtPo1','jeanneanncash1982','jeanneanncash@hotmail.com','','2017-12-07 10:26:39','1512642402:$P$Bh0A5t9iHfQjHOC8taV4bbIlCd5BPt/',0,'jeanneanncash1982'),(2960,'moomaky1011964','$P$B/pfsgftQ53QMsGCwDC9jL/IwiOb9u/','moomaky1011964','moomaky101@aol.com','','2017-12-07 10:57:17','1512644240:$P$BwdRnDf/Y4OIqLof/owUbSXjwC6Dat1',0,'moomaky1011964'),(2961,'scole1986','$P$B3hjy.RoBpzH77cCCJqY6lo4Ifooct1','scole1986','scole@colemartin.net','','2017-12-07 12:31:28','1512649892:$P$BOfheZqPOWclWlLAfpEaM0bPZ6y.r8.',0,'scole1986'),(2962,'aaron.d.leatherwood1950','$P$Be9SSzbsLj3tK1AKX/ncdZHQncFEOj1','aaron-d-leatherwood1950','aaron.d.leatherwood@gmail.com','','2017-12-07 12:43:28','1512650610:$P$BDEspZKAozRXWuxp.qtp8EYJyMrSr8/',0,'aaron.d.leatherwood1950'),(2963,'walterandamy2010','$P$B1RYxRVHzVMQYb6E0/Yw.xvXd2p7n90','walterandamy2010','walterandamy@msn.com','','2017-12-07 13:33:15','1512653598:$P$BA/9inYr27RT1cQS2KSlF5hoZgsE5e0',0,'walterandamy2010'),(2964,'threekids_oneal1999','$P$Bq//fTVoAOzwF3mgIDhPrd8lk2DUEV/','threekids_oneal1999','threekids_oneal@yahoo.com','','2017-12-07 13:33:20','1512653603:$P$BfccCjHRYjemrEZ0rr3w7CRga9DqiK1',0,'threekids_oneal1999'),(2965,'avi8er1051983','$P$B9nIc4BdPWaqaZf5QJ2oy1c3.pDZ1N.','avi8er1051983','avi8er105@yahoo.com','','2017-12-07 15:19:34','1512659977:$P$BIifkU/OmduxIzmGJeh/.DX4vx2Jvv1',0,'avi8er1051983'),(2966,'caustic_coffee1976','$P$B6pcKqwn9VNaFa8vZ/NN7ulJJknNPZ.','caustic_coffee1976','caustic_coffee@yahoo.com','','2017-12-07 15:38:56','1512661140:$P$BUCXBICThivW.Z.RgzHBx.CEXs2sHk.',0,'caustic_coffee1976'),(2967,'sheila.holmes11988','$P$BE0EpJR85TW0zUvAYfkeYQDv2eKvxL0','sheila-holmes11988','sheila.holmes1@hotmail.co.uk','','2017-12-07 15:43:51','1512661434:$P$BR9rOdImakWVvEB5kqh1.4z.pF5m4r1',0,'sheila.holmes11988'),(2968,'atlanticprojsol1958','$P$BLWIG.keLPH5kMa1jb9RmbCg8Rd1M30','atlanticprojsol1958','atlanticprojsol@gmail.com','','2017-12-07 16:26:47','1512664010:$P$BCesMiwjWyJbxFBl83je2P7/VKaeNp.',0,'atlanticprojsol1958'),(2969,'arunn.thirunavukarasu1961','$P$Bk7TC.vr7OjLLCTWvqxANP9WWBLe6K/','arunn-thirunavukarasu1961','arunn.thirunavukarasu@tdsecurities.com','','2017-12-07 17:03:37','1512666219:$P$B8zVubL0XSM7P2ZeOCiIs0WW/Gj7pG1',0,'arunn.thirunavukarasu1961'),(2970,'chadhammond011962','$P$B9dQGqE/oLshim78biNuHZhspkq0ix/','chadhammond011962','chadhammond01@gmail.com','','2017-12-07 17:05:18','1512666321:$P$Bt3NBvN/i9hVDlwekvpORfVxGUgXHz1',0,'chadhammond011962'),(2971,'jcoled1987','$P$BCbVhttfMfK0R8I2d5lfuesVpr2EG91','jcoled1987','jcoled@gmail.com','','2017-12-07 17:18:56','1512667143:$P$BVpRTxbaedqf.1EWbSjWUsWi0mAkDA/',0,'jcoled1987'),(2972,'ccadbury2009','$P$BUtmvv9W8IPeJ1doeMnjb7nDV/YFc./','ccadbury2009','ccadbury@rcn.com','','2017-12-07 17:19:21','1512667167:$P$B6cA/cxbXehQ9t8mH.Uc6Z9Pzc5n6p0',0,'ccadbury2009'),(2973,'katilemons1978','$P$BFVr72GX1uqn8PFBA.L1sBmRxSfUGc1','katilemons1978','katilemons@sbcglobal.net','','2017-12-07 17:26:08','1512667578:$P$BsD9cNHWTHFQwTijEh/2H7L77TTIrH0',0,'katilemons1978'),(2974,'drodriguez1955','$P$BKRY/is7seydb7nBXK4UrQjZ3Rpk8S1','drodriguez1955','drodriguez@clearchoicehc.com','','2017-12-07 17:42:21','1512668544:$P$B8JbAvbEbaa5K68KeqyhHnPocRNbZB.',0,'drodriguez1955'),(2975,'tsmiller771977','$P$BQ6n4U0SM2rP.rHesHyfGuKG6UVxmV0','tsmiller771977','tsmiller77@aol.com','','2017-12-07 18:05:38','1512669941:$P$BPTdf8/xcN2SRAafnwJMfVnTGWCJ7B1',0,'tsmiller771977'),(2976,'breatheeasy881959','$P$BkRVUBO5MeDuFk1cSzZzf2yHwiaeBE/','breatheeasy881959','breatheeasy88@yahoo.com','','2017-12-07 18:59:21','1512673191:$P$B7G38o6.eAdo2vb3ZFUtgq0whqZURj1',0,'breatheeasy881959'),(2977,'csg27201953','$P$BVritCe/DXdGvSDlLRzG3ZJJzfMVpu1','csg27201953','csg2720@aol.com','','2017-12-07 19:05:52','1512673555:$P$Ba27Z0OIoXWT3LjStZowzOfxnXSAWB/',0,'csg27201953'),(2978,'mvpiccoli1957','$P$BPwFlLDafOCvTzVuktl05VUqAWUUhY1','mvpiccoli1957','mvpiccoli@yahoo.com','','2017-12-07 19:12:27','1512673950:$P$Bp4T3sVUtWoq1RkUW9cfTshyDWwJHQ.',0,'mvpiccoli1957'),(2979,'dwmilne20001987','$P$BxKHbskuB6z8QRWf7XtvV2Nas/UbrG.','dwmilne20001987','dwmilne2000@yahoo.com','','2017-12-07 19:35:00','1512675303:$P$Bk4Bnx0fy9vGBIB5gcZ6zHoJgyCPEY.',0,'dwmilne20001987'),(2980,'ben_smith772005','$P$BmTSdgAkw77sMtC4uSKsRDuK7yA5fh0','ben_smith772005','ben_smith77@hotmail.co.uk','','2017-12-07 19:38:20','1512675504:$P$BrPC8SG4cCMXKy2FgDbX.HN0kiD9S8/',0,'ben_smith772005'),(2981,'neugy1990','$P$BaghadcYhFhIJVDpOaUNnyBKzqKZ5u0','neugy1990','neugy@aol.com','','2017-12-07 19:39:58','1512675602:$P$B9cDvCpVYaHPnL8HmBvn4jpYaLO2wu.',0,'neugy1990'),(2982,'ken2008','$P$B8b07MTGEYGspPoJySL48Q0fmFIYyv/','ken2008','ken@desser.com','','2017-12-07 20:50:15','1512679818:$P$BCD4ihl3w8xZKy/P6XHTPT3arjQonB/',0,'ken2008'),(2983,'gil3101955','$P$BFhQutw86XZfGqaB9nHxWGWM9KV/Iu1','gil3101955','gil310@sbcglobal.net','','2017-12-07 21:23:05','1512681788:$P$B09PQ7DgMfmYM.GoMMcHnHYMfC534O1',0,'gil3101955'),(2984,'yougotmail281954','$P$BbFe9/TPkcWRzVIFQLK4QsMYpZYjRi/','yougotmail281954','yougotmail28@yahoo.com','','2017-12-07 22:02:44','1512684167:$P$BL4Bk3HVEKA6kc860Ga1gWB4mXkZO90',0,'yougotmail281954'),(2985,'seanyurovchak1955','$P$B6/fOu7Ddm6.y0.N8dPhVvgivFisgN.','seanyurovchak1955','seanyurovchak@aol.com','','2017-12-07 22:31:36','1512685899:$P$BfgwoF6WQEDU4KeVh508MMdmftNZcA1',0,'seanyurovchak1955'),(2986,'rbhedden1984','$P$Bfhbd1cBkzqKmjVMjCN49Q7pAqVraj0','rbhedden1984','rbhedden@yahoo.com','','2017-12-07 22:38:26','1512686309:$P$BFwjSviIHhXzDDmF//7uwMitlcbo/l0',0,'rbhedden1984'),(2987,'zephyr1012000','$P$BFpkyrsY9U7kzN154l6nqQsXdDm9mL1','zephyr1012000','zephyr101@comcast.net','','2017-12-07 23:13:43','1512688427:$P$B/h8TAr..OkSUt/ISq8vp7U2Z5GP4z.',0,'zephyr1012000'),(2988,'gonzalojavierfranco2010','$P$B0s.VjnXj38u7ziFlJfkVzbL/RcUXn.','gonzalojavierfranco2010','gonzalojavierfranco@hotmail.com','','2017-12-08 00:26:27','1512692791:$P$B9M7t3crmg1TxeRLEI/OX2Y.Fo/Isc/',0,'gonzalojavierfranco2010'),(2989,'gchampa11984','$P$Bf15kREndpDTyCbA1dG8HNTLHCaSBr0','gchampa11984','gchampa1@yahoo.com','','2017-12-08 00:47:42','1512694065:$P$B9OBEIAX/P99By.dK9mMNmMLWgZaDW0',0,'gchampa11984'),(2990,'karottugeorge1979','$P$B60jvt4EFCKJetTzyssYebnN2BZH3X1','karottugeorge1979','karottugeorge@hotmail.com','','2017-12-08 01:23:38','1512696221:$P$BN2LIHS5EyFYK6GzL5Ug3rEuYiNPWn.',0,'karottugeorge1979'),(2991,'rashik_parmar2009','$P$Be/Esb3Nbkk8CyTEK0RoHikjl7ic9Z0','rashik_parmar2009','rashik_parmar@yahoo.co.uk','','2017-12-08 02:09:53','1512698996:$P$BQm6NcJEXU093iT7E6uNTr4gqB4NwL0',0,'rashik_parmar2009'),(2992,'henleyfan1982','$P$BP6dplLYCz0BSVL6NBJjJHJUldxEIr0','henleyfan1982','henleyfan@yahoo.com','','2017-12-08 02:54:28','1512701671:$P$By29hPOHLSXigFCtYqEEaRRqMhyCBe/',0,'henleyfan1982'),(2993,'fullerbull1976','$P$B2JnNbHs1y4t3zpEPYzhUJ7NQbcKLN.','fullerbull1976','fullerbull@sbcglobal.net','','2017-12-08 05:09:05','1512709748:$P$BSgtGzjDMEimvDa1lYyblDIUUCBFFt0',0,'fullerbull1976'),(2994,'wonkamoni1969','$P$Bo5DYBYX80H4VCkp7tgYEgYUl53dIx/','wonkamoni1969','wonkamoni@msn.com','','2017-12-08 06:51:33','1512715897:$P$BGAsrk9I3zdE7wTW4fjlc0ohym9RC./',0,'wonkamoni1969'),(2995,'angievejar1986','$P$B2ZN/w1PvTxUZAN2Uv/MEhpF24uD751','angievejar1986','angievejar@yahoo.com','','2017-12-08 07:02:59','1512716582:$P$BT1VuG5fxRuXnmynkMy03mKE2JgUf01',0,'angievejar1986'),(2996,'auntam1965','$P$BGYcodkrxZcEhwVoZnyIX.XFKv4O.S/','auntam1965','auntam@hotmail.com','','2017-12-09 09:44:58','1512812701:$P$BQnex83/P.w7Ojti6u0OnxbGfYiuN4.',0,'auntam1965'),(2997,'yoyopz2001','$P$BT2l.PbbsnnzI2jgd24VTpav5hx99k/','yoyopz2001','yoyopz@hotmail.com','','2017-12-09 09:48:19','1512812901:$P$BSMD7vAF9KqmatDs0oIuv8v626lGpR0',0,'yoyopz2001'),(2998,'mallnock1981','$P$BXJToWNdxgqycT6oVTU4oTzoBQV9Ty.','mallnock1981','mallnock@rcggs.com','','2017-12-09 14:46:37','1512830800:$P$BAxW4bQ/La4a7mgYYm5zKy50fBZKk4.',0,'mallnock1981'),(2999,'ultimoyaga1976','$P$BBAj6/46AFo/9FNuKRLOd/yrlTG2EG.','ultimoyaga1976','ultimoyaga@yahoo.com','','2017-12-09 17:28:30','1512840519:$P$BRVo/DYI3NN31DVHdQ9/7SBmSRswnk.',0,'ultimoyaga1976'),(3000,'bodybuilder2601972','$P$BnSwG.tk8Q.vZxGEVmhL1cEmP2Hmkg0','bodybuilder2601972','bodybuilder260@hotmail.com','','2017-12-09 18:46:17','1512845182:$P$BMxTmm9y1eZtOTxsoEcoVLCpite0ye1',0,'bodybuilder2601972'),(3001,'gdg20011973','$P$Bnx2IAGi8XGRV.m958kvjV2f.DpVm31','gdg20011973','gdg2001@hotmail.com','','2017-12-09 18:57:50','1512845873:$P$BRfaQPrNdaz.nQujc376QbkMfqBFlG1',0,'gdg20011973'),(3002,'cparkinson812010','$P$BM9g5ZjjyQum0VwnQN78g.EWyl1.Ib/','cparkinson812010','cparkinson81@yahoo.com','','2017-12-09 20:47:09','1512852432:$P$BseCdAPv2hOHMrdbXxyWXyEe.77yZ81',0,'cparkinson812010'),(3003,'warneraf1956','$P$BJfRoNecOLPCQ4sQzSctmKV.YsMHFh/','warneraf1956','warneraf@aol.com','','2017-12-09 22:39:31','1512859175:$P$BuCHQeRv18eAmH3ExHMZTgGZiRLqkY0',0,'warneraf1956'),(3004,'bjleonard8201960','$P$Bwu2lV29D0jSXV6btYCW/FagBJG5kD.','bjleonard8201960','bjleonard820@aol.com','','2017-12-09 22:54:19','1512860062:$P$BUaUGiwP5e4MT2XQxO9rmt8AmAvne//',0,'bjleonard8201960'),(3005,'zacktg1996','$P$BSjCMkvMuhX9av5pavDA.PnR0uU4xD/','zacktg1996','zacktg@aol.com','','2017-12-10 01:14:58','1512868502:$P$BH.3JYnHBPEcs69Rsxw0oMSrwNOl2F1',0,'zacktg1996'),(3006,'bnsmth841995','$P$BSXsdnSVY5nydu4MBpe4qQZg7C43HQ1','bnsmth841995','bnsmth84@gmail.com','','2017-12-10 07:02:27','1512889350:$P$B9BIp.3zxdf733KsjdmR3.KQQcWVx2/',0,'bnsmth841995'),(3007,'jsollazzo1997','$P$ByvB6zviSv/QUgU15zyyb94YA3tsbE0','jsollazzo1997','jsollazzo@raritanbayaccounting.com','','2017-12-11 10:52:03','1512989526:$P$BnoMzsCIWgHkiPfOsaOk9cvThwi07y1',0,'jsollazzo1997'),(3008,'michelle_mui1962','$P$BHaO1a0y/PWExCbL3apIqAkF8CtaTX/','michelle_mui1962','michelle_mui@msn.com','','2017-12-11 11:07:01','1512990424:$P$BkV8XosQCMCpBml651wKuz32J33VGW/',0,'michelle_mui1962'),(3009,'cristnco1984','$P$BBy.cvPQrlCFjUDRR8VMqGRw8y/aYI/','cristnco1984','cristnco@earthlink.net','','2017-12-11 15:34:11','1513006455:$P$B/prQjsT4LdgGK65rUU7cN0YQ3N5jz0',0,'cristnco1984'),(3010,'georgiamia19891960','$P$BQ6.beBdERjfRb7ZiLgN/hnEOTbCse1','georgiamia19891960','georgiamia1989@gmail.com','','2017-12-11 16:40:14','1513010417:$P$BfbUQjMphBvaFzYX0P5MlfwbUgqSCd1',0,'georgiamia19891960'),(3011,'surmen1961','$P$Brusyf/ED/3sKkOW0CABYpYLDfFICW0','surmen1961','surmen@msn.com','','2017-12-11 17:52:15','1513014739:$P$BRapP8B4hIEb7bzyt9mFKJYrVlFTyg0',0,'surmen1961'),(3012,'myishanicolefoy1982','$P$BJOUs2MPTkg/yuhAFXBy.oAOuDjERR/','myishanicolefoy1982','myishanicolefoy@hotmail.com','','2017-12-11 20:04:21','1513022665:$P$B5PCTYXfy2vcc3q4R/AGZupH6FBvRt1',0,'myishanicolefoy1982'),(3013,'omarlemus12081970','$P$BXpmGImJCpUCgk9MRF7./9NukbBHDj0','omarlemus12081970','omarlemus1208@hotmail.com','','2017-12-11 21:47:40','1513028862:$P$BOfdeSX95rRc1v5fMTnmo.A2rokNnL/',0,'omarlemus12081970'),(3014,'derekswillis1986','$P$B6igInUFkNv/RnvPyUzpzwNLUxS91T0','derekswillis1986','derekswillis@gmail.com','','2017-12-11 21:57:21','1513029445:$P$B0NIrCfs1dBUsOwrmU3RcsfpH/XqZd0',0,'derekswillis1986'),(3015,'soul881959','$P$BXjVwvHj9Kt1QX0StRAz.K6F.Vfb7g.','soul881959','soul88@hotmail.com','','2017-12-11 22:00:03','1513029606:$P$Bh9xkYUxwAMa1X9LvBgh9iTt1B/d8g.',0,'soul881959'),(3016,'bjones286a1959','$P$BeTEbE8ZWBTaqZ//UYCa3Q0n9cK6Vq1','bjones286a1959','bjones286a@hotmail.co.uk','','2017-12-11 22:03:04','1513029787:$P$B67YTbfI/aU.mECwdiPg1YeLU.hbHC.',0,'bjones286a1959'),(3017,'angeabn811996','$P$BNpEbYHfiXo1yi1piMXB6Xb58J1NMF/','angeabn811996','angeabn81@gmail.com','','2017-12-11 22:18:51','1513030735:$P$Bx292BZED/oWZV4MtuhVYquffWCC3m.',0,'angeabn811996'),(3018,'bradwilemon1986','$P$BscfUH7bZv6PB6RmDIvv6Su8sStx/u/','bradwilemon1986','bradwilemon@hotmail.com','','2017-12-11 22:52:38','1513032761:$P$BA0b07eVF3Zfr8j/NBTmnv.M0FPDpz1',0,'bradwilemon1986'),(3019,'aaron.cart41999','$P$BGIW5ln.CpdSOWA.TmfK7vmPgrOl8q.','aaron-cart41999','aaron.cart4@gmail.com','','2017-12-11 23:07:02','1513033626:$P$B9dir1NMR9qul4JxKOF1aA9qs8i.HY1',0,'aaron.cart41999'),(3020,'jennifer1951','$P$BrKY7BW3P.83NU1trwY2Quz4W8R4mJ0','jennifer1951','jennifer@1stalliancemortgage.com','','2017-12-12 02:04:41','1513044284:$P$B6LoHd.na03oVY8Vbvid5aqQmISHaL.',0,'jennifer1951'),(3021,'robevansmd1956','$P$BH/FLoFIT/QOZnGu8PMqazIgfY72im/','robevansmd1956','robevansmd@gmail.com','','2017-12-12 02:40:12','1513046415:$P$Brf8pBesXxfrxVYOtiCr9suIekf1Rj0',0,'robevansmd1956'),(3022,'mstrauss661976','$P$BhiEMKCqEiFJw.4Km0lJenYtiHarcZ1','mstrauss661976','mstrauss66@aol.com','','2017-12-12 03:05:40','1513047943:$P$BSq3M10iJWLTDQknAUhQvx.9vTH.le.',0,'mstrauss661976'),(3023,'tarnold4111983','$P$BmByo7y2.HjTN/ULANFDvQyAXXazEr0','tarnold4111983','tarnold411@yahoo.com','','2017-12-12 04:24:53','1513052696:$P$Bm0fDRLSBoS/2vxtlcNR3wiXTaovXw1',0,'tarnold4111983'),(3024,'christianvonstosch1967','$P$BeJvkqNXdHTVAyiDrQmMYmMQTWCRQv1','christianvonstosch1967','christianvonstosch@t-online.de','','2017-12-12 06:28:30','1513060114:$P$BfCHiPCo287CsKNSiPkQQRKC/Ku.FN0',0,'christianvonstosch1967'),(3025,'chasemj1751993','$P$BlBnp90uv0sry3HydD8RvXoQq.rNOt/','chasemj1751993','chasemj175@yahoo.com','','2017-12-13 08:39:27','1513154372:$P$B8btficGJJd3xSJ3Q1IB9qrilNXANJ.',0,'chasemj1751993'),(3026,'dhorner1961','$P$BjsZgunoLpKAxzH/4mWVo.C/yDrSZz.','dhorner1961','dhorner@carolinathomas.com','','2017-12-13 14:01:39','1513173702:$P$BrQqFofk/l0C.v/LyF2xgkfinuaE2d/',0,'dhorner1961'),(3027,'opalreimal1994','$P$BBwbkjqijwwJkm6i1iOUnP7jbgvJzV.','opalreimal1994','opalreimal@aol.com','','2017-12-13 15:24:00','1513178643:$P$BdDZO4j5GQ7BRfpouD.8Wo0kCEgaTb1',0,'opalreimal1994'),(3028,'r.melis1984','$P$BZse/AqDTkCborDZEvZqSx/DwjKN1r/','r-melis1984','r.melis@creditpay.nu','','2017-12-13 16:09:34','1513181377:$P$BKdzYQrUPZ/ucfoEksTrUm7MpZ5k3A/',0,'r.melis1984'),(3029,'justriaz1957','$P$BOM05XjtB0VPXbghhOArrLSiUWyywE/','justriaz1957','justriaz@hotmail.co.uk','','2017-12-13 17:08:51','1513184934:$P$BJcjD6Z5ycgguu4GOHxOBDohDPhKRB0',0,'justriaz1957'),(3030,'aburns15301974','$P$Bp6flmA12iY5hbHTG4VQr..U.mCSJ3.','aburns15301974','aburns1530@hotmail.com','','2017-12-13 17:09:07','1513184950:$P$Bkxny0LbkoP6UmgGr1CLK1S0x9w8nA0',0,'aburns15301974'),(3031,'aliciaslone1952','$P$Bkw8/QKyJvAI970CnfD/DMB5lk/PU70','aliciaslone1952','aliciaslone@yahoo.com','','2017-12-13 17:20:57','1513185665:$P$BC.8T0PZXTl0755NxoL.8C3uf9/j8N0',0,'aliciaslone1952'),(3032,'werace041973','$P$BUfb0PgwNeZ5Yn5qhAVtDNfJctmVMk0','werace041973','werace04@yahoo.com','','2017-12-13 19:27:46','1513193269:$P$BWOBqiJJfH5lQJCXf/Z9PEs1txoNNg1',0,'werace041973'),(3033,'jmselect1972','$P$B9pbsKuKLmZS9pWbjvvFrh4fvjMqr50','jmselect1972','jmselect@live.com','','2017-12-13 19:27:47','1513193270:$P$BdzCnlAhpepPhEfY3HFQ4t1CUCv6Ja.',0,'jmselect1972'),(3034,'probuildcontracting1951','$P$BF4YGAbM18T95VjVgTUAzZuRQOH3Ye1','probuildcontracting1951','probuildcontracting@gmail.com','','2017-12-13 20:33:34','1513197217:$P$B7PTY2BKy3enCaoAdnLIIixvgQO8Ia/',0,'probuildcontracting1951'),(3035,'lewisfuller00121988','$P$Bs.EkjxNvbWDdxShl02FYJ4h3e9.T5.','lewisfuller00121988','lewisfuller0012@yahoo.com','','2017-12-13 20:42:28','1513197750:$P$Bgpg2kymwq.862C79LOGmwVPkf/agz/',0,'lewisfuller00121988'),(3036,'lissettepena2009','$P$BYGo9xmnYsi0GNIY0auZ6Ky.hgxRKV.','lissettepena2009','lissettepena@gmail.com','','2017-12-13 21:19:40','1513199983:$P$BZ3hiER0tNbt5qiyu1OLKy7dBtrQTi/',0,'lissettepena2009'),(3037,'danielmark.savitt1986','$P$BKWYqfnagbkYCe4vUxGkyI8Tb7XiH5/','danielmark-savitt1986','danielmark.savitt@gmail.com','','2017-12-13 21:43:25','1513201408:$P$BYdorf1ZIgoCa7xkLLhrDT2b8uKj/Q/',0,'danielmark.savitt1986'),(3038,'rkarmeier1953','$P$Bp16e203kADC3.8J1.xN53g62Su.1l/','rkarmeier1953','rkarmeier@yahoo.com','','2017-12-13 21:48:58','1513201742:$P$BcFq/eYrKHa/dGsaCy97vL2mRtGtjW.',0,'rkarmeier1953'),(3039,'adrian1992','$P$BW04cLvv2hzwM2XgcavUa4neHqI2K41','adrian1992','adrian@doyledodge.com','','2017-12-13 23:00:56','1513206059:$P$B2.7PO9Flpbh9dBMOQqEFZYlsGp32S.',0,'adrian1992'),(3040,'piericonstruction2006','$P$BssrTDji72QJOyEB2rL.WjzzR4BzQz1','piericonstruction2006','piericonstruction@msn.com','','2017-12-13 23:24:31','1513207474:$P$BJnYVSRKWiFfg3z3B6RWyNqNiP53Yd/',0,'piericonstruction2006'),(3041,'hollinhallah1966','$P$B20LIwMKtYm7bO1F7/RFuVvfhswmru0','hollinhallah1966','hollinhallah@verizon.net','','2017-12-14 00:26:47','1513211210:$P$B/94AkBhojMH2BardVJw1W3bEReDdk1',0,'hollinhallah1966'),(3042,'goodmanbj2009','$P$BbmZYDzTo0shE.QFaPgMCfjXYVqvZG.','goodmanbj2009','goodmanbj@aol.com','','2017-12-14 00:51:37','1513212700:$P$Bu1V4Z/HZ./aGDpC0B/SR7tFnJsOL41',0,'goodmanbj2009'),(3043,'jugen321959','$P$BrXx3Jy3FjKTePDjxCZdqBfLJHgRPJ/','jugen321959','jugen32@yahoo.com','','2017-12-14 01:20:00','1513214403:$P$BJ61NzXJ4BhA2wuTREubqIKwyoHOhX1',0,'jugen321959'),(3044,'laurinda.b.borges1963','$P$BR87a2YU0/b9mN0MrUpq7GoP4BoB7a0','laurinda-b-borges1963','laurinda.b.borges@hotmail.com','','2017-12-14 02:47:21','1513219643:$P$BZgxwqT8Qziks9FsCDnMii5vmpmGwv/',0,'laurinda.b.borges1963'),(3045,'warriorprncess2004','$P$BK1/mIoeAaLCQ5ngOq7mJKnhDk1C6g/','warriorprncess2004','warriorprncess@gmail.com','','2017-12-14 06:14:20','1513232065:$P$Bm7y.PD9k3vLZjtxkBqtsBa8kXQuMb0',0,'warriorprncess2004'),(3046,'jimmypop12841982','$P$B5wsm4v/FUo8.2aUfsRzi2Y3B2RuJe1','jimmypop12841982','jimmypop1284@hotmail.com','','2017-12-15 07:23:35','1513322619:$P$BAlOUoPLT1DjakR4Hn.kkcBg.D8jdz/',0,'jimmypop12841982'),(3047,'ksilva92000','$P$Bs0.sM99XSfJd6RsU8OB9GtEQggbAZ0','ksilva92000','ksilva9@aol.com','','2017-12-15 08:02:41','1513324964:$P$BYMCIRWv6LPz/vYa65DPjjNlu.HQtr.',0,'ksilva92000'),(3048,'terloui1985','$P$BgtRlN3iNtG3bjSUXg187EFj9Pi/dX.','terloui1985','terloui@aol.com','','2017-12-15 10:11:31','1513332695:$P$Btd5fFIX9nRNrmMhGYqnZU8DDbFQIE0',0,'terloui1985'),(3049,'nique272007','$P$BpGSSIVJ6OrDpJt169Mg33uygPqvKJ.','nique272007','nique27@aol.com','','2017-12-15 10:41:01','1513334464:$P$BDKzqobUF/bpV5OY3ErMt7T6iHhwjX/',0,'nique272007'),(3050,'katehabdas1955','$P$BIRDvuni1RuAIFRSmgMUPjs8FMNm/y.','katehabdas1955','katehabdas@yahoo.com','','2017-12-15 12:52:59','1513342382:$P$B90anvXmBOsNTOZOh405XsIX3fKYMw/',0,'katehabdas1955'),(3051,'kelsey2008','$P$ByYxlHXFNw6xp3C.Vu4u464ksQtEaa/','kelsey2008','kelsey@searac.org','','2017-12-15 14:50:38','1513349441:$P$BguXGZ7wiG2Wp9sXXSDcm3yz.ABDAa/',0,'kelsey2008'),(3052,'jackien_s1955','$P$BHNOrMTO0eUfu68sOyPdt4H181EUoW0','jackien_s1955','jackien_s@hotmail.com','','2017-12-15 15:10:04','1513350607:$P$BNhXzXub4GuEReRbFePRD0ZQ6PGUrX0',0,'jackien_s1955'),(3053,'alroycra1963','$P$B61JR0Zuo697n8BP9mj35QLUb1DAUZ/','alroycra1963','alroycra@rogers.com','','2017-12-15 15:50:11','1513353014:$P$BXDX5fj.4heyYAErzXqnczTcCsUmNd/',0,'alroycra1963'),(3054,'goughmethot.c1986','$P$BHEdQgQzlvCNMlxvWvzX.i5FLr.8kH1','goughmethot-c1986','goughmethot.c@gmail.com','','2017-12-15 15:54:17','1513353260:$P$BFA36ud6IFPI0Eu.Gl3Ubbd9EYJIrI.',0,'goughmethot.c1986'),(3055,'sharongray11990','$P$BlNnOiZ9nxg4ZjdTXb0hEPglbfb5.u0','sharongray11990','sharongray1@aol.com','','2017-12-15 16:10:23','1513354225:$P$BKaE849MfJ9lVbxJqzbnLJgzpLHZFT1',0,'sharongray11990'),(3056,'robinhuffmon1999','$P$B/LpWJNL6hgI0gbPen0tcy.hYsumEO1','robinhuffmon1999','robinhuffmon@gmail.com','','2017-12-15 16:11:58','1513354321:$P$BVKzP5rlC6hyXb2bPyQUEV087qOrl0/',0,'robinhuffmon1999'),(3057,'aidah.aljuran1969','$P$BP1cbEPjJpaMqXFiiv028ycEH0FpWf1','aidah-aljuran1969','aidah.aljuran@hotmail.com','','2017-12-15 16:25:00','1513355104:$P$BSu27xODw9.1oUg8Dj1lym/i85Vp2t0',0,'aidah.aljuran1969'),(3058,'rhinobar132002','$P$BubEpi8Fg2P67p.XzyRTQBdTDyyGOo0','rhinobar132002','rhinobar13@hotmail.com','','2017-12-15 18:19:11','1513361955:$P$BT.v7IKdn4PcgrCmxk1qVaQmMEDu6o1',0,'rhinobar132002'),(3059,'ravneetk55932005','$P$BheKocbQ3v.6Y5QAxRehrOPrY42QvY1','ravneetk55932005','ravneetk5593@gmail.com','','2017-12-15 20:10:16','1513368619:$P$Bj6cAG7pscsxpNH4tHRi7jMwILadAv1',0,'ravneetk55932005'),(3060,'panchanmicro1975','$P$BYtjZqYgHKTRYb1hu7v8ub0aalREc50','panchanmicro1975','panchanmicro@gmail.com','','2017-12-15 20:22:39','1513369362:$P$BjQQaeNCTnShW8v/hoM6hLetkK5gWj.',0,'panchanmicro1975'),(3061,'gohabsgo20101996','$P$B39Saycz.oN7d3Y6SAU8l.WUHW7Mnm/','gohabsgo20101996','gohabsgo2010@hotmail.com','','2017-12-15 22:15:07','1513376110:$P$BN4Qn8K/YLO8mtKjB.5ZwP6dmZ5jnh.',0,'gohabsgo20101996'),(3062,'jalalhamayel2009','$P$BXoykdv3dE5ry95pl8g/bWNRW4znsY/','jalalhamayel2009','jalalhamayel@yahoo.com','','2017-12-15 22:49:35','1513378178:$P$B3xilikFL5Bd3h7PCeBN3/kVuIujSy.',0,'jalalhamayel2009'),(3063,'tkdsis1971','$P$Bl6K2CdF76VgrIEHfGrGkxlCGytMTi.','tkdsis1971','tkdsis@aol.com','','2017-12-15 22:56:16','1513378578:$P$BrKT0UjHm5mjnyMTLMWmfKmqgDWFhe1',0,'tkdsis1971'),(3064,'jbrown1771974','$P$Bzr/1ihSYf1iUx27dHSXDKFGhDR1Aa.','jbrown1771974','jbrown177@cogeco.ca','','2017-12-15 23:20:25','1513380028:$P$BQ8TklqEKfYsP9.zeihWa0aRhg74Oz1',0,'jbrown1771974'),(3065,'schadykats1992','$P$B.ry02ab6KWk.1IgbJrNbjjLrqH4Zr/','schadykats1992','schadykats@gmail.com','','2017-12-15 23:21:18','1513380082:$P$BTeY94l/.hKIXfX5roTBL9DxPpa/XT1',0,'schadykats1992'),(3066,'yannick_oka1959','$P$Byi1wjreHV9cy9sMB7uVVzg8hMIwpW0','yannick_oka1959','yannick_oka@yahoo.co.uk','','2017-12-16 00:33:13','1513384396:$P$B0CwDuKkMkJtYJgTtc0JfWIFlWbjUq1',0,'yannick_oka1959'),(3067,'marybeth.embry1998','$P$BjlanOO11vSRcsRkrn9VPxgsxMg2ok0','marybeth-embry1998','marybeth.embry@yahoo.com','','2017-12-16 01:49:01','1513388945:$P$BAwhANBhOqLvsJf4.aEj3SULxm4sKp.',0,'marybeth.embry1998'),(3068,'ashley_dodson91999','$P$BhCM3O5DOwWIirIynfjgM8q0dkQnYJ.','ashley_dodson91999','ashley_dodson9@yahoo.com','','2017-12-16 02:11:08','1513390270:$P$B34p.duxyPVngVYNjO3nR3Mv3SITjK/',0,'ashley_dodson91999'),(3069,'kcbiggerstaff1998','$P$BRo.AzbJlbVN.v8PPfW7J5fY.V3TRn1','kcbiggerstaff1998','kcbiggerstaff@yahoo.com','','2017-12-16 03:20:05','1513394408:$P$B6QH/mN6KwfVkzh7NSw3OB51ViDSSz.',0,'kcbiggerstaff1998'),(3070,'algar451998','$P$BI7hf9EoWoU1WZxyUJBUgqrjnEIwlF1','algar451998','algar45@hotmail.com','','2017-12-16 03:44:19','1513395862:$P$BxyMeOM9mAdPHaYgBUf31gNFPxwD.t1',0,'algar451998'),(3071,'ncsteve571972','$P$BYeBRLbKM438YDDpSSZOa92e57SgOa0','ncsteve571972','ncsteve57@gmail.com','','2017-12-16 05:05:30','1513400733:$P$Bt2SIDNd4KaJhK8fjA63KXCG8ODTHs/',0,'ncsteve571972'),(3072,'ashleys.xo1955','$P$B0b5..MGaAmgOIsbKZa.zfKY78BRkG.','ashleys-xo1955','ashleys.xo@hotmail.com','','2017-12-16 08:15:33','1513412136:$P$B9hzj7eEbGtVXrPt6PmycdoRzdL.IH1',0,'ashleys.xo1955'),(3073,'k74b671995','$P$BuViufiKyz1M1QVk.vZnQCGaDSGqfn/','k74b671995','k74b67@aol.com','','2017-12-16 11:48:51','1513424933:$P$BYtD0H8KCwlX6NYlqG6qcYdXe29lP//',0,'k74b671995'),(3074,'rpowapreithistgreat','$P$BNLarSb6Yx/vimKghDnr2ff.B8JAxB0','rpowapreithistgreat','rpowapreithistgreat@webstviza.com','','2017-12-16 12:01:59','',0,'rpowapreithistgreat'),(3075,'lehatanpaycar','$P$BovoXCZoxcmwOHm8SIGz7iIaBdS7YK0','lehatanpaycar','lehatanpaycar@chiletrust.xyz','','2017-12-16 13:08:25','',0,'lehatanpaycar'),(3076,'pigglin42002','$P$B1JVKWckxLsLSn2ZJ7x7z8T6qEHPQA0','pigglin42002','pigglin4@hotmail.com','','2017-12-16 13:50:31','1513432234:$P$B8DgMYoIqZLL4XxsgijGY.N5jDuQYq/',0,'pigglin42002'),(3077,'emmita051994','$P$BF8whej34zOl1uKa9V3XGuCfHoeUbk0','emmita051994','emmita05@hotmail.com','','2017-12-16 15:14:42','1513437284:$P$BkSlJkgb610SU8/VFWV2DK4QiXF/SF0',0,'emmita051994'),(3078,'adri_novoa_luna1980','$P$B7wkQC9IxPIaaB1ZA4RrQ4s4hn2SvG/','adri_novoa_luna1980','adri_novoa_luna@hotmail.com','','2017-12-16 19:56:02','1513454165:$P$B32YIM4/6Rfx.cnVaPILneD6qdVOJY.',0,'adri_novoa_luna1980'),(3079,'motleymediainc1974','$P$BcuaBQN95DWc3BBM1LLy8QW5bEOPrH0','motleymediainc1974','motleymediainc@gmail.com','','2017-12-16 20:52:23','1513457546:$P$Bapio3WxJHc9LF.axIDadlAgljuv.20',0,'motleymediainc1974'),(3080,'luis.yoyo341964','$P$Bg1n9OutMZKQG3c3IWbwBAeL3MyZYj1','luis-yoyo341964','luis.yoyo34@yahoo.com','','2017-12-17 02:27:18','1513477642:$P$BB/jOOvuUSx9E6pptBloRVO0uFsZE0/',0,'luis.yoyo341964'),(3081,'brnucs1963','$P$Br6xQlI0regJhPJ2HBTPR/9l1nPCXj1','brnucs1963','brnucs@yahoo.com','','2017-12-17 04:16:10','1513484174:$P$BjeAJmjpUuezFSX7cO47e3ULypsD55/',0,'brnucs1963'),(3082,'vallejodental1989','$P$Bi6AI9ObmkhpjNfMTkMP6qN7n2IPjv.','vallejodental1989','vallejodental@hotmail.com','','2017-12-18 09:15:24','1513588530:$P$B22gAoyF6sDq1UrvSdRUdqAcsMImG..',0,'vallejodental1989'),(3083,'nicholasduvauldavis2004','$P$BKD5kFzMKVNjH/2ueyO4tX3C6clWUA0','nicholasduvauldavis2004','nicholasduvauldavis@yahoo.com','','2017-12-18 11:37:31','1513597054:$P$BvEHvJ7jM/5L1Bl3Z9rMMh7PEXrRON/',0,'nicholasduvauldavis2004'),(3084,'doeypony1955','$P$BzuN8gsmU0rv9q.CUm4hJ04oswGFPY/','doeypony1955','doeypony@aol.com','','2017-12-18 15:55:11','1513612515:$P$B1tqI87Kl0sqneuo.fg0UaI2MRrTlH.',0,'doeypony1955'),(3085,'kristin_99_051956','$P$BLKGj4k9BQXlHACT.s8JEcpqmQXhtT.','kristin_99_051956','kristin_99_05@yahoo.com','','2017-12-18 16:19:02','1513613946:$P$BINvMqk/yFJxHa4wLbmohlNysxVYxY/',0,'kristin_99_051956'),(3086,'michaelrhorowitz1981','$P$BeEK.PWLdB1vaWYaINqgTOII82rHcg1','michaelrhorowitz1981','michaelrhorowitz@gmail.com','','2017-12-18 16:32:39','1513614762:$P$BdiaUgF2qf5FXRLNKc5mHpWIV2wtgb1',0,'michaelrhorowitz1981'),(3087,'del96sol1955','$P$Br2xgmVA9CmQGXDFAMJksFBE3kRFex0','del96sol1955','del96sol@yahoo.com','','2017-12-18 16:32:54','1513614777:$P$BcNFpMTQXVIV/HAOINVABYRdNtNmmk1',0,'del96sol1955'),(3088,'drm2g1161996','$P$Bt2sfmwL15DNmybmTxhaf.lMKBLV2T.','drm2g1161996','drm2g116@gmail.com','','2017-12-18 17:01:17','1513616481:$P$BP3VTgQq9O6Iok/3eQJbElaZRWEUU2.',0,'drm2g1161996'),(3089,'whinchley1953','$P$B8FgLJJHdwNEfc8GrLnVsa/XzvTPs4/','whinchley1953','whinchley@aol.com','','2017-12-18 18:50:08','1513623012:$P$BfnK1Y6AjHylALk62OCNossAUzTr.J0',0,'whinchley1953'),(3090,'jimmy_becca1968','$P$BDoluxdXm/j58JTym/M2t9GFFSQ03W0','jimmy_becca1968','jimmy_becca@yahoo.com','','2017-12-18 20:51:10','1513630273:$P$Bs0pzK5FwdcBSeMAmPELjn.u.7bNz81',0,'jimmy_becca1968'),(3091,'nancyvfok1950','$P$BuEsFKxeRcQmOojrJjnrcHiM0ohNkn.','nancyvfok1950','nancyvfok@gmail.com','','2017-12-18 20:54:53','1513630497:$P$B9Oi9oiZwA.KXlFVs/aZCjZKCSTsG01',0,'nancyvfok1950'),(3092,'hiram55321977','$P$BEgiP2eCKrnr5DTexYG2t0sytkl5dl.','hiram55321977','hiram5532@aol.com','','2017-12-18 23:39:06','1513640349:$P$Blbp7kTdsQsAkolZWelCPYt2../U5b0',0,'hiram55321977'),(3093,'pitt_ferrerasjr1984','$P$BMCUPnJlPEPU7edLt7EWvTwWeyQ5dI0','pitt_ferrerasjr1984','pitt_ferrerasjr@yahoo.com','','2017-12-19 00:31:34','1513643497:$P$BOHO9/GWI3OsVPmrHF768ycPhHm2MF/',0,'pitt_ferrerasjr1984'),(3094,'bobmiller3301974','$P$BGQ.kPlMlEGyysMWu/RaajhrkNrccM/','bobmiller3301974','bobmiller330@yahoo.com','','2017-12-19 01:07:09','1513645632:$P$Bfbl7XsVyjMIRH05EDK.38b6yNQQpW1',0,'bobmiller3301974'),(3095,'kounelis2004','$P$BOMb88SH1U7RB72OizKEViigneqLkL0','kounelis2004','kounelis@msn.com','','2017-12-19 01:26:34','1513646798:$P$BTj9pthjFZj1TQWcmikxv8TwNUEmHy.',0,'kounelis2004'),(3096,'melissa1950','$P$BlOkiLzGTgHoOEkNcD5.rLLeFvDJNp.','melissa1950','melissa@sunshinehealthproducts.net','','2017-12-20 07:28:27','1513754910:$P$BBh0P/XvL5P2bvpWi29wiJZ4ru3l3t1',0,'melissa1950'),(3097,'codeman881991','$P$BMMqkHTkeghdUE8AvtLqzpPntVyjP70','codeman881991','codeman88@comcast.net','','2017-12-20 08:50:11','1513759814:$P$BWQEpV.0Qj0iFmf56O3yIEJuJTjBM30',0,'codeman881991'),(3098,'kelztoy741978','$P$BPqETBVcZU/FwKTRa8HduDgVgk1Ul70','kelztoy741978','kelztoy74@yahoo.com','','2017-12-20 13:02:58','1513774982:$P$BTanjPjNOSFLLEUOaifcxySPJGWwEX.',0,'kelztoy741978'),(3099,'marcusbaez1994','$P$BFtc..8Ic9nB/wc5VLAA28wpzvv/x9/','marcusbaez1994','marcusbaez@aol.com','','2017-12-20 14:40:40','1513780845:$P$Bt/MaIYFhCbBS22pIIxYqtxixHNUQK.',0,'marcusbaez1994'),(3100,'the_franchise251953','$P$BNWb34WYTswuygowu1oZpXNVNYWhcG/','the_franchise251953','the_franchise25@hotmail.com','','2017-12-20 15:41:09','1513784472:$P$B80J19FXSV6x7ne/GH8HjaiEc0TrSI/',0,'the_franchise251953'),(3101,'jinyong.lin1974','$P$BV4wqFFIZgiKvGG6XgGo71UjZMedfB0','jinyong-lin1974','jinyong.lin@yahoo.com','','2017-12-20 18:03:03','1513792987:$P$BnnoG/sH/LzE2KVRw77phqIu8IF2b/.',0,'jinyong.lin1974'),(3102,'jiasiliu02251952','$P$BoHmrjNXAc9yN9MvoSBb5D5yiizV//.','jiasiliu02251952','jiasiliu0225@gmail.com','','2017-12-20 18:03:09','1513792991:$P$B7qx5Q0eWKDmccVGIW1waxK7tlrc4T0',0,'jiasiliu02251952'),(3103,'pattypott1988','$P$BVR3xEUHU5z4Q0Dds3rB9VZZ5TRlpc/','pattypott1988','pattypott@aol.com','','2017-12-20 18:27:44','1513794467:$P$BG4SSiLO1IDYBtdCH9h2JmWHHr1eHD/',0,'pattypott1988'),(3104,'wrobi591961','$P$BL1tDVY5o6rsgH01sUDoTkCt5M/PFC1','wrobi591961','wrobi59@msn.com','','2017-12-20 19:52:46','1513799569:$P$BHkFlCN0dd0xxzuad9yvLsFnF5eI6/1',0,'wrobi591961'),(3105,'lcabral71955','$P$BL2DCC1bZSvt1Hg3iU6q.q12t5kwWJ0','lcabral71955','lcabral7@yahoo.com','','2017-12-20 20:54:27','1513803270:$P$BrxXMrFeNiZvVAiSMSepDQchCunAKF.',0,'lcabral71955'),(3106,'ravir1962','$P$BRfXyI8YM1OP1KOJ7YnVAgIlFbx1ZP0','ravir1962','ravir@bassettdirect.ca','','2017-12-20 21:02:28','1513803751:$P$BWtGm17tWatO9.TCWDZfRn2LrYHvOs/',0,'ravir1962'),(3107,'whiterainstar1999','$P$B2HkCGa43kLtNFilOcozNeH3tuvKvQ.','whiterainstar1999','whiterainstar@hotmail.com','','2017-12-20 22:52:47','1513810371:$P$Bb5ShFtcxqbeeT3.c7xDQ307WRfTec/',0,'whiterainstar1999'),(3108,'kainathq.ahsan1993','$P$BpTXrivh6YVe5.QqUUp.isdZfrLIu1.','kainathq-ahsan1993','kainathq.ahsan@gmail.com','','2017-12-20 22:53:55','1513810438:$P$BAF92BhJWmnS66Ok2p0UqwkjdPaGea.',0,'kainathq.ahsan1993'),(3109,'demasi_pm1992','$P$Br9PRlIRwm3usmPx37DUJl5HbGn79d/','demasi_pm1992','demasi_pm@yahoo.com','','2017-12-21 01:24:31','1513819474:$P$B3wHdJGR93tdZTJj94OzyKVYqkowoW/',0,'demasi_pm1992'),(3110,'cleytie2002','$P$BalEPMIP1vLTWHZfgQO8uLFeVqpG5L/','cleytie2002','cleytie@gmail.com','','2017-12-21 02:57:10','1513825033:$P$BTsePZBE/0jHSYpSvdkPa6wETUAgnj0',0,'cleytie2002'),(3111,'emtangel6981952','$P$B3Gmpa6xtLtxEl9JpPVG////opRWgk.','emtangel6981952','emtangel698@aol.com','','2017-12-21 03:31:51','1513827114:$P$BuYmXoxez8rW6Z9pzvBlu4qtk7zYj./',0,'emtangel6981952'),(3112,'jkwhunger1972','$P$B5rqUMUbrfeUh5Zb.WycGo6QiLk5yE/','jkwhunger1972','jkwhunger@aol.com','','2017-12-21 05:04:33','1513832676:$P$BNG55zJmZojVvx3lcbo/aK8Dd8Dq2D0',0,'jkwhunger1972'),(3113,'mycessa1953','$P$BvYwEEo0uiELrR1KYKsTYZqnVNBtYj0','mycessa1953','mycessa@aol.com','','2017-12-22 09:30:51','1513935054:$P$B3/So3gc0dNRTawqGB8LS7ZR65Fwq81',0,'mycessa1953'),(3114,'debitoler1971','$P$BYDx7TorlK3XqtP0Ql2uVU2rmEHdgn1','debitoler1971','debitoler@hotmail.com','','2017-12-22 10:11:46','1513937508:$P$BZMcpnfAdXtlXCE.VZ8ZoUgLV1CTRH/',0,'debitoler1971'),(3115,'byron2002','$P$Bxcdj1QV6V.f0FSyK3miFq0sNqBZEr.','byron2002','byron@findesi.com','','2017-12-22 15:38:14','1513957097:$P$BEFYGv.jK7oTQ2TAx/6t5cfT3SCNEh1',0,'byron2002'),(3116,'knarmata1999','$P$B/sZrom1NoU7WWVb58xOycrI5fvJt7/','knarmata1999','knarmata@gmail.com','','2017-12-22 16:05:44','1513958748:$P$BUsaT3hePktdKB.rO6I24cnqOv1AZj0',0,'knarmata1999'),(3117,'jaxonhufferd1965','$P$BFthAxsdDp/HfpWy4GjtCwp8zWeYqZ/','jaxonhufferd1965','jaxonhufferd@yahoo.com','','2017-12-22 16:34:12','1513960455:$P$BHA2aeZDfKTcoUQjN7kAM5Hj9b.h2i/',0,'jaxonhufferd1965'),(3118,'chrsconforti1970','$P$BBjFXiRwYcSMF6GbNadIBAmNb.xEmN0','chrsconforti1970','chrsconforti@aol.com','','2017-12-22 16:53:25','1513961607:$P$BuvqI.7XX8ooxoj8t/YfJrZMm7Wrc20',0,'chrsconforti1970'),(3119,'jojopike632000','$P$BOG7/AJNwdu54ZnNsZhuUGpA6yLkRK1','jojopike632000','jojopike63@hotmail.com','','2017-12-22 17:10:58','1513962661:$P$B9yLrPzw.JzFFX83Hns9yXTGuYF3kT1',0,'jojopike632000'),(3120,'ultimatesprtn1986','$P$BweNjis6BU8DuqPMwvd4dagnwnj2X8/','ultimatesprtn1986','ultimatesprtn@aol.com','','2017-12-22 17:45:19','1513964723:$P$BsWh8PghFmor2uMtNXg2e1kK3DRdik0',0,'ultimatesprtn1986'),(3121,'anrokou1963','$P$BpRP6Dqmz8NI6X.yL0WQ51a1RLdxsv0','anrokou1963','anrokou@yahoo.gr','','2017-12-22 17:46:37','1513964801:$P$B4ltPqo3BXlgsRnJU4RlwukvPPOXHX.',0,'anrokou1963'),(3122,'gmoocowc12005','$P$BnR13W4PaxtBZpYVprLbZNXJ.5q18V/','gmoocowc12005','gmoocowc1@aol.com','','2017-12-22 18:19:02','1513966745:$P$BNH0SqEdjmLXKFFEu5AIrV1EPB1E8X/',0,'gmoocowc12005'),(3123,'josem759511995','$P$BTixbMH54k1Pm9RhvDCrbB6fgwxapE1','josem759511995','josem75951@yahoo.com','','2017-12-22 19:10:34','1513969838:$P$BWbrnuK7761CWLjWuGqcQK6ohQBm4M.',0,'josem759511995'),(3124,'wustella1968','$P$BcJXrWgRKokMLaWSpR2mLP1c/hUL84/','wustella1968','wustella@yahoo.com','','2017-12-22 20:26:04','1513974366:$P$BhDWYTLU3RBeaN2/kUaQDOVW2dbglb/',0,'wustella1968'),(3125,'greenthumbedhobbit1968','$P$BcNNqF8147LU7u.iyb80AsjHL8NhDY/','greenthumbedhobbit1968','greenthumbedhobbit@hotmail.com','','2017-12-22 20:53:40','1513976023:$P$BK8pkOQ2KqAKZ/kVoM9w01dtdYLV4Z.',0,'greenthumbedhobbit1968'),(3126,'mark1956','$P$BdeB04HoJ8ne7jYbHq81Fc0bbagJda.','mark1956','mark@accorp.com','','2017-12-22 21:14:28','1513977271:$P$BSlwxBKifVakPTRgVh1N3babnsQKUE/',0,'mark1956'),(3127,'ladysooz1982','$P$BY2Is9tK/qxhHbTkKtV6v.jzKeAUjZ.','ladysooz1982','ladysooz@yahoo.com','','2017-12-22 21:18:32','1513977515:$P$BBFphnZwhxSfqzkoMNw8jBxBi7UbFx/',0,'ladysooz1982'),(3128,'torika.nash1990','$P$BhRSOvdOsd85toby0fnYXSjuvLVhyl0','torika-nash1990','torika.nash@yahoo.com','','2017-12-22 23:56:08','1513986973:$P$BDjR6j5rdF8k04A9QZqqlv.wbM4X6X0',0,'torika.nash1990'),(3129,'kmjames19891970','$P$BXjMZR/TYZrLf2p9rxOka3KWygZc8i.','kmjames19891970','kmjames1989@yahoo.com','','2017-12-23 04:18:21','1514002703:$P$BtAk8XEN0jN04gKmUrzarm.39gKV8K/',0,'kmjames19891970'),(3130,'ballfukelmocam','$P$BS2j6EfwlkU8IdfJx7j86m7MiCAEHn0','ballfukelmocam','ballfukelmocam@webstviza.com','','2017-12-23 18:04:27','',0,'ballfukelmocam'),(3131,'drmuscarella1983','$P$BsQgAF2RvYi/LJzls0p3/968LuJIG41','drmuscarella1983','drmuscarella@hotmail.com','','2017-12-24 13:35:25','1514122529:$P$B90ri5YnRtfe0tpfTHtCRw9m0y6M0c/',0,'drmuscarella1983'),(3132,'roconssbiztempba','$P$BWyqdyHP6PajbTE9cp8w2oG/.Z5Nx51','roconssbiztempba','roconssbiztempba@chiletrust.xyz','','2017-12-24 15:24:35','',0,'roconssbiztempba'),(3133,'theirishman1957','$P$Bk9AD9s6iwIhoc4boAYQJD7MMqFUTT1','theirishman1957','theirishman@hotmail.com','','2017-12-24 18:00:37','1514138441:$P$B/lsuv9myg8wH0D4Nor0Wz7oudF93k/',0,'theirishman1957'),(3134,'stevemasters272003','$P$BxSTBPujrZ9P7Yx6AjUvqN/sc3fUZ90','stevemasters272003','stevemasters27@msn.com','','2017-12-24 18:14:48','1514139291:$P$BhDvRFqDx0Rd/yHu2XKVCXHIHziWfN.',0,'stevemasters272003'),(3135,'ddimartino_81980','$P$Bmj/ArAzXLDZtpkTJKwai6H./9Mjm5.','ddimartino_81980','ddimartino_8@hotmail.com','','2017-12-24 20:07:35','1514146058:$P$BXDhULUPwaOndTHd8Ngct83LZK7pzS/',0,'ddimartino_81980'),(3136,'boardmancowoodworks2006','$P$BXapWpdZZKfCci2ABE48zoENJtEhYd.','boardmancowoodworks2006','boardmancowoodworks@gmail.com','','2017-12-24 21:20:54','1514150459:$P$BzgKqHAOIEWw3oXjieoz6waQUphzaK0',0,'boardmancowoodworks2006'),(3137,'wbobak1956','$P$BYZxerQybhtOBXPNa/ZT2PKEFeLhN91','wbobak1956','wbobak@aol.com','','2017-12-26 07:27:08','1514273231:$P$BD9ciX9DIa2JCGY/XNUE4XiQbXJo4t0',0,'wbobak1956'),(3138,'jlivingston921982','$P$Bl7roFhJekeqKt7/ERouZpEkCSuEpG/','jlivingston921982','jlivingston92@hotmail.com','','2017-12-26 08:58:55','1514278738:$P$BnTShjNvzAQjUw8NQNuK22GCOU2C8j/',0,'jlivingston921982'),(3139,'anthony2002','$P$BlrceG1cXFsNH/wBuwfMA0q5l63cjY0','anthony2002','anthony@ianniciello.net','','2017-12-26 15:49:15','1514303358:$P$Bsp1BFzz/N91XAPtZDyV6agAmdkeGR/',0,'anthony2002'),(3140,'joegerry1992','$P$BRO9x4x5jcRECPl7RfDp5.sjFwLBiN/','joegerry1992','joegerry@cox.net','','2017-12-26 16:01:08','1514304071:$P$Bc9KDBKGUKvdu8niZr6ut5nen1QLKh/',0,'joegerry1992'),(3141,'kenkombo1955','$P$BC.PET0BVsE4Ohsoe.x1LRL7L9LpJ7.','kenkombo1955','kenkombo@hotmail.com','','2017-12-26 18:30:33','1514313036:$P$BCF524lZOj9sxWck.gW8cRsJIBxBgz.',0,'kenkombo1955'),(3142,'cheerios229022008','$P$BU7.CTxSNGH9FI1JWkhL8XPSQvNrmj.','cheerios229022008','cheerios22902@aol.com','','2017-12-26 19:05:22','1514315125:$P$BPNXhHMTDXjTE0ItEvXLZUPZFYZ0mQ/',0,'cheerios229022008'),(3143,'chill1982','$P$BF5QokfkDoglHMX2Mw0ZFwLzP8i9CB.','chill1982','chill@xycomgroup.com','','2017-12-26 20:26:58','1514320021:$P$B8lUfXbOjj.ZFpLYDuGUWCb4LGEPnj/',0,'chill1982'),(3144,'thadonchron1978','$P$BFn7HFzJWlKlU7a4nMTT1D0Io/Kh240','thadonchron1978','thadonchron@hotmail.com','','2017-12-26 20:57:35','1514321859:$P$BIsZ2VXwAT/qmWCjsjF0i/vX66jH6/.',0,'thadonchron1978'),(3145,'tirby841952','$P$BhwSHPvW74rfHBBTTcB7EqoG5wqfP51','tirby841952','tirby84@gmail.com','','2017-12-26 21:25:45','1514323548:$P$BTJSR1ikn3TcU3/hZLNqcU9PYcF3ID1',0,'tirby841952'),(3146,'eagle19921983','$P$B09e2lBoOc9t9k5nht8VvKUlXHXikZ.','eagle19921983','eagle1992@bellsouth.net','','2017-12-26 21:49:29','1514324971:$P$BI/6Q6k6mvEazDj8QsYUy3/tEy4loo/',0,'eagle19921983'),(3147,'woolfjet1996','$P$BhDO19loqDynKO0iOnPSps8vbk1sFk.','woolfjet1996','woolfjet@yahoo.com','','2017-12-26 23:40:46','1514331649:$P$B5SgkEzQt46MLQHL7Kfz/HLrGwliwl/',0,'woolfjet1996'),(3148,'anthonywilliamsl242010','$P$BpyFLr4IFmXtUjg9ymJCBCDs9hJ5N./','anthonywilliamsl242010','anthonywilliamsl24@aol.com','','2017-12-26 23:58:06','1514332689:$P$BZ2qdfX1pk1XA/QVgrQzRqtyd6Jmqe.',0,'anthonywilliamsl242010'),(3149,'lisa_11092009','$P$BYezPXfO9fHXDAeddiSbQ6WOnvwWjO/','lisa_11092009','lisa_1109@live.com','','2017-12-27 00:05:56','1514333158:$P$Bv0EFti5WcBK6QyBIAN8KV0oQmQ.xs1',0,'lisa_11092009'),(3150,'littleprincess-20222008','$P$BH5COEh02ZBVQBJJGgZkK/fIFcO12S1','littleprincess-20222008','littleprincess-2022@hotmail.com','','2017-12-27 00:11:10','1514333473:$P$BmYxMNTCd1yNnWW0W5U6qF0PSJz4g6/',0,'littleprincess-20222008'),(3151,'michaelsshafik1981','$P$Btkc084K29WGct5te5XF6HhPOQQJPa0','michaelsshafik1981','michaelsshafik@gmail.com','','2017-12-27 00:16:34','1514333799:$P$BeCRH1dXNIU/c5Ue74HYt2O7jcadxm1',0,'michaelsshafik1981'),(3152,'dmorley1232001','$P$BBeI4Ops8YfTjC9iIFKAKq51AHLIAV0','dmorley1232001','dmorley123@aol.com','','2017-12-27 00:41:34','1514335297:$P$BahnYJb4cDPXzhAYdpofvuXsA2VYaE/',0,'dmorley1232001'),(3153,'qs1mar1969','$P$BXVUpfAF4ZMpylFEELL3l4Y2pHnYmy1','qs1mar1969','qs1mar@aol.com','','2017-12-27 01:48:35','1514339318:$P$Bh0bg/BUEdixFvgQ0YNrhcnbx.T7XC0',0,'qs1mar1969'),(3154,'accountingsolutions4you1956','$P$BCHUq4gYThox76PQwvaKpkEH.q9iYY/','accountingsolutions4you1956','accountingsolutions4you@yahoo.com','','2017-12-27 03:46:20','1514346383:$P$BME/RYPmluVIqjdPOpTlDxEZ1OTfdj1',0,'accountingsolutions4you1956'),(3155,'annettehawkinsdance1979','$P$B/zKtsB6rwpy1.MRC7nog.qU9g/KdW.','annettehawkinsdance1979','annettehawkinsdance@hotmail.com','','2018-01-07 07:24:43','1515309887:$P$BMGb3XLpcFU90uaFsXnXEbibvDtE6r1',0,'annettehawkinsdance1979'),(3156,'nancytripodi1988','$P$BTHQfoQg1pvQ/XQChk3iVRDP5Jwwfz.','nancytripodi1988','nancytripodi@beneflexonline.com','','2018-01-07 07:30:01','1515310206:$P$BjHuCBFV.NRzXGkoL4VshQ..E0JF7r0',0,'nancytripodi1988'),(3157,'sbjmedlar2007','$P$BhKJ6ni5nwLRQKBfv4NqdXRxS0m6NX/','sbjmedlar2007','sbjmedlar@comcast.net','','2018-01-07 15:27:13','1515338837:$P$BIHTqJC7sHGFp7BrtGMAHmKBB4iB2z/',0,'sbjmedlar2007'),(3158,'rebanjac1988','$P$B0uMvqNB43k/KoO85kHLCAJ/scR5KS0','rebanjac1988','rebanjac@gmail.com','','2018-01-07 19:52:28','1515354751:$P$BSUxdrjFBuVjPhaaFMwd4G9YZy9m.u0',0,'rebanjac1988'),(3159,'frankpollicino1983','$P$B44GTxxwMU5IiiOHH4VtXG0NIVWwmu0','frankpollicino1983','frankpollicino@yahoo.com','','2018-01-07 20:04:00','1515355443:$P$B2MqaOQLeeVnx/ov1.TR/c9OuTDQI51',0,'frankpollicino1983'),(3160,'diggins1959','$P$BYMvgqVhz77U.wqTXVqu/5Z4wuHEgK/','diggins1959','diggins@cox.net','','2018-01-07 21:30:53','1515360656:$P$BTiHKR1YvlYXKg.ewu0G5IHFQ8qsk9.',0,'diggins1959'),(3161,'christawalker35301958','$P$BbMY.ku4HMjYIvnHbDg0vtroPwxKmP1','christawalker35301958','christawalker3530@yahoo.com','','2018-01-08 02:51:13','1515379876:$P$BpBBrxPYLeGlmLFEnUtZgcw8.f9btz/',0,'christawalker35301958'),(3162,'washj121950','$P$BeKMLESdOKVPsZzeE//HaCku5fOmh5.','washj121950','washj12@yahoo.com','','2018-01-08 02:52:29','1515379952:$P$BvILx8HtRL9FTKRbbQ7g6./cWboxZQ0',0,'washj121950'),(3163,'jhunter1536241994','$P$BYSnL6zyJbw0YSn4rI0TKXK85GHOvx/','jhunter1536241994','jhunter153624@yahoo.com','','2018-01-09 10:02:57','1515492181:$P$B8fUdXC/0CvqYHfTbAaU.G/2JIJpC30',0,'jhunter1536241994'),(3164,'tak10291996','$P$BlKAgeVfqFssKjOYgnOFVFZQCh3tXw1','tak10291996','tak1029@hotmail.com','','2018-01-09 11:26:18','1515497181:$P$BTg7INaIPhk0NGwr.eozVbhLFqmEog1',0,'tak10291996'),(3165,'nowhere2691979','$P$BUMasWWDBM49dtPq2Nbgvxhf/yB7am0','nowhere2691979','nowhere269@aol.com','','2018-01-09 12:55:53','1515502556:$P$BwNIQck0HufC6PBYVEMWbIWYfqqowP0',0,'nowhere2691979'),(3166,'cards1man1976','$P$Boi/IGWJ2LbJvQklj3BBKdjNfNmc2f0','cards1man1976','cards1man@aol.com','','2018-01-09 13:49:04','1515505747:$P$BoZ9SxITXKMW3Pk/17HvqROt.UFGSH.',0,'cards1man1976'),(3167,'willitselectric1954','$P$BiVHcp7uA48CGXJqvI3H.9c5dynijP/','willitselectric1954','willitselectric@gmail.com','','2018-01-09 14:55:07','1515509711:$P$BeZve2pgdf8tntBmq7t33364IQEnq7.',0,'willitselectric1954'),(3168,'accounts1953','$P$B8XCSJC5vS5PhFMStrI87aDH0TE41h.','accounts1953','accounts@audioprocess.ca','','2018-01-09 15:06:23','1515510386:$P$B4oy1Vvsfs1KGlygAlF0rGJHdW1lDN/',0,'accounts1953'),(3169,'carolita_0091981','$P$BFo3ObxB3E72UQnjioovH2CByaOywT/','carolita_0091981','carolita_009@hotmail.com','','2018-01-09 16:18:22','1515514706:$P$BDgOEkcuESjmWM5GXRnSJbwOtWr8Cd.',0,'carolita_0091981'),(3170,'aschieweck1960','$P$BkOmrDfIN0/zLL9BaZmUmg/UlYhzmb/','aschieweck1960','aschieweck@web.de','','2018-01-09 16:21:48','1515514911:$P$Bskm2X4IYjHV3Jt/UWMJjb/ehDRLtb0',0,'aschieweck1960'),(3171,'cardellca1962','$P$BkNta8fqu3DaxqriLIFzOfOd9VkIxF/','cardellca1962','cardellca@hotmail.com','','2018-01-09 16:22:59','1515514982:$P$BYMrKqcF1/MUa8uuyVS6QlEBtpycWB1',0,'cardellca1962'),(3172,'julieannmalek1977','$P$BGMMKtZzBlc4aq6fLDZMoZus7Pylfo1','julieannmalek1977','julieannmalek@gmail.com','','2018-01-09 19:05:16','1515524721:$P$Ba80/DZW6Cj9wOH9dgLfRl.FNSIIGg1',0,'julieannmalek1977'),(3173,'wdaberkow1990','$P$B9AMMnB7sRC5vpM2HG4pSr6cUqsulF/','wdaberkow1990','wdaberkow@hotmail.com','','2018-01-09 19:15:32','1515525335:$P$BnvExCkpkGc.jUf/bVedM2TZxzKvJb/',0,'wdaberkow1990'),(3174,'jeremiahmohr1962','$P$BZC5vnXqudMLepZ//ALfGs/indQP6u1','jeremiahmohr1962','jeremiahmohr@yahoo.com','','2018-01-09 19:17:34','1515525457:$P$BWVNiSP.45c8cFXALKIhH4vZXeupac0',0,'jeremiahmohr1962'),(3175,'pelelas1973','$P$BtraPkfLwNcEByWwZnmCh8.R.IoR.i/','pelelas1973','pelelas@aol.com','','2018-01-09 19:51:13','1515527476:$P$BTyZgaPI9n0bGXJeWao.N8Y8SsNu1n/',0,'pelelas1973'),(3176,'joelauletta1950','$P$BMo4onpBiauuTz1Z.U86IdgWoxWndl.','joelauletta1950','joelauletta@comcast.net','','2018-01-09 20:06:37','1515528400:$P$Ba6wj.zlbVVoGJzRgFgd8lBButbL9H1',0,'joelauletta1950'),(3177,'sis19111959','$P$BCM5IoDQO8zXcsXFknQZK3lBnHJMg10','sis19111959','sis1911@aol.com','','2018-01-09 20:10:29','1515528632:$P$BipkRgks6h/VbQtfEUF/MtGtikzUnb/',0,'sis19111959'),(3178,'grgproctor1958','$P$BqgnL2CRfWb1w9ICXcQo.7b9CK.OP51','grgproctor1958','grgproctor@yahoo.com','','2018-01-09 20:10:50','1515528653:$P$BX8c0lqNf/.Rgfj/9PvzGSyLaBsEBi0',0,'grgproctor1958'),(3179,'queenashlo1969','$P$BA02moisgVGXRBT2xpHCSxOSvSX.Yz1','queenashlo1969','queenashlo@hotmail.com','','2018-01-09 21:08:46','1515532129:$P$BsscSNmsB9AsXzRQ3rMpm8AG8WL7MC1',0,'queenashlo1969'),(3180,'dgerczak1960','$P$BSyEmbBIW.724r686qX81dpbq.2AnT0','dgerczak1960','dgerczak@aol.com','','2018-01-09 22:56:33','1515538596:$P$BdbkYYhTky7o5kc85/uEEf9Do9921K0',0,'dgerczak1960'),(3181,'suzannedukes2004','$P$BLaFCyZvGrAj2dpGEHYxANXMXZGNTj0','suzannedukes2004','suzannedukes@hotmail.com','','2018-01-09 23:35:10','1515540913:$P$BMdHsiAjcqnV5q3Zo25pxa0GmBfbtR0',0,'suzannedukes2004'),(3182,'shoefreak7261955','$P$B8T1yP01ImEILybxPGxWFD2eLxS66U/','shoefreak7261955','shoefreak726@gmail.com','','2018-01-10 03:28:13','1515554896:$P$B6jxAoSemMrAYb9SEnRJfBaOFb89sx/',0,'shoefreak7261955'),(3183,'irismm121987','$P$BwstK6i7StRENR90p5bw.dfV7wzVAd1','irismm121987','irismm12@aol.com','','2018-01-10 04:55:00','1515560103:$P$BQmpsCaF9yd9t2uKdICx7.Q9jZFnmq0',0,'irismm121987'),(3184,'spencerdavidw1998','$P$BAUbjRrusu3tUubBLA62Pa8BjbHkaB.','spencerdavidw1998','spencerdavidw@aol.com','','2018-01-10 04:56:01','1515560164:$P$BSMkHz1SoFHDVPQRAZMEAXH3cNCC0q/',0,'spencerdavidw1998'),(3185,'lj82791988','$P$BVQ1T7cg22OUwsuaghqG9.DQQSvo5X1','lj82791988','lj8279@gmail.com','','2018-01-10 06:44:34','1515566677:$P$BZZnSPIQS3H1OxUC1AJCUKIgxIT2Te.',0,'lj82791988'),(3186,'mjmorris201952','$P$BmV8c9kY31A3YAWI..nDL8PlShgPC10','mjmorris201952','mjmorris20@hotmail.com','','2018-01-11 13:42:20','1515678144:$P$BWdMu5oN22p9oQNXuxf.291ObaJaTj.',0,'mjmorris201952'),(3187,'allison.akhnoukh1950','$P$B1nwE/WZGA3EahJdYqPkXEMf9ZumWt.','allison-akhnoukh1950','allison.akhnoukh@gmail.com','','2018-01-11 16:45:27','1515689131:$P$BUBjzUoj9NW/GiatoA7/AIKAbUDkmc0',0,'allison.akhnoukh1950'),(3188,'teiara_alicia1984','$P$BL/EmYDqzTS/x5PL3KWsGj0ygzczVm.','teiara_alicia1984','teiara_alicia@yahoo.com','','2018-01-11 18:33:45','1515695628:$P$BK/3DA6JD/JBRrBRPhbytALhZCTnbs1',0,'teiara_alicia1984'),(3189,'dkramer161974','$P$BGYye3cyxzJWxFURaL6j5.M6nkadii.','dkramer161974','dkramer16@aol.com','','2018-01-11 19:24:50','1515698693:$P$BdRy7rtJBhbcsfJaLtYEvn9N6qk/Jl.',0,'dkramer161974'),(3190,'edithbailon2008','$P$BfRv3dlLupBQ7Q17tJ8Bh8ZZARPaCB/','edithbailon2008','edithbailon@hotmail.com','','2018-01-11 19:57:12','1515700636:$P$BC1uKbbRqD4x05jotgJnX/r601Ta.X1',0,'edithbailon2008'),(3191,'gkramer1983','$P$BspqBR/DdS9Kv2I5f2uT/Dk0NJ.hYx.','gkramer1983','gkramer@hess.com','','2018-01-11 20:29:20','1515702563:$P$BdgJc1nkgEf/i/xADkGg8tcSqFg.WZ0',0,'gkramer1983'),(3192,'anton234xxyer1981','$P$B7bU9TjUt4vbev04JFQfoIp.bNunjM0','anton234xxyer1981','anton234xxyer@gmail.com','','2018-01-11 21:12:32','1515705155:$P$BVYYaPArDr9ubG7ek8Az1La/NaevBm0',0,'anton234xxyer1981'),(3193,'jkmaster692004','$P$BMxoX6tix7ICksHYDVN.0GlKKj/o8e0','jkmaster692004','jkmaster69@aol.com','','2018-01-11 21:18:48','1515705533:$P$By1ym2v/gHMtTXq2l3cPTQMGhhkUPT1',0,'jkmaster692004'),(3194,'richard.hubbell2002','$P$BiVNwK9HW6LNg5N2YilFjUi8isRzeC.','richard-hubbell2002','richard.hubbell@us.ufifilters.com','','2018-01-11 21:30:33','1515706236:$P$Bj7kiBMRKCaS3EEnyOLT3QfvpI7qp3.',0,'richard.hubbell2002'),(3195,'dickstroble1961','$P$BVEEF5r..r7CjI1XWgRO82BPgYmk1T1','dickstroble1961','dickstroble@hotmail.com','','2018-01-11 21:44:33','1515707077:$P$BepF4moOsotH.YEBqmnw8yQCIHZOrS1',0,'dickstroble1961'),(3196,'richard.hubbell1994','$P$Bgj.CAbEawmLE1vNDsTgfmdSVUqHdM.','richard-hubbell1994','richard.hubbell@live.com','','2018-01-11 21:58:47','1515707929:$P$BcNKNDjMdPuCbTjv2KQ/UcTVAbP77E0',0,'richard.hubbell1994'),(3197,'jlastarria1992','$P$ByUVx.hMOKw.3ziftEtt9UwQiebAxV0','jlastarria1992','jlastarria@barronintl.com','','2018-01-11 22:47:14','1515710838:$P$B52qcMB5WPUgMZzBRbJmp2Hc9q8fxA.',0,'jlastarria1992'),(3198,'bryadou1957','$P$BYtKvvTFOJcxjENi1U9qE8m67z6b81/','bryadou1957','bryadou@yahoo.com','','2018-01-11 23:45:41','1515714344:$P$BRciuF4hB6JvVy1w2RUbfcqyIp1c1T/',0,'bryadou1957'),(3199,'slao88801987','$P$B2CO9nc7bfEPg5LpHEcaHg3hDSdISN/','slao88801987','slao8880@hotmail.com','','2018-01-12 00:19:33','1515716376:$P$Bgyqe9yDkhFfOecjSs.QR0h0rOT2OA1',0,'slao88801987'),(3200,'cdred20001978','$P$B5K.iWhcdH3AYaN0.hz4pSEacqrwHp.','cdred20001978','cdred2000@aol.com','','2018-01-12 00:31:01','1515717064:$P$BO1r6ul9MVoTtgro9qEcA8Up1tBR1P/',0,'cdred20001978'),(3201,'tarungh1231951','$P$BBrc5aE2qVTajiFQZ1C7NQ0KTI8F80/','tarungh1231951','tarungh123@yahoo.com','','2018-01-12 00:50:52','1515718255:$P$BQbp.NybKiQol8ex3JyMp28QUyExP90',0,'tarungh1231951'),(3202,'kenpaindr1982','$P$BL93YrCpwsNWgWrkuvgZNpq/D0C2RY/','kenpaindr1982','kenpaindr@aol.com','','2018-01-12 02:50:46','1515725450:$P$BIz5NzQ01vb0YaNXU5eiLbGGaiiTul1',0,'kenpaindr1982'),(3203,'clestor1960','$P$BuVcYCrknuAGPq.0QM695z3fqiSUCr.','clestor1960','clestor@yahoo.com','','2018-01-13 23:04:27','1515884671:$P$BE8S6FXnEYTibXoBYI7KZqrwej7uW61',0,'clestor1960'),(3204,'chann04181999','$P$BsyxIwGIs8RK9pPmpSeTvuwby4YINJ/','chann04181999','chann0418@gmail.com','','2018-01-14 01:43:15','1515894198:$P$BgMvfcBKrEgM8rY2xpeZTyKMSGCvN2/',0,'chann04181999'),(3205,'dhendrix1992','$P$BZxdeLzAwvWjGUZQaoQy0z415oB2Cr/','dhendrix1992','dhendrix@sbcglobal.net','','2018-01-15 12:06:21','1516017986:$P$BMMJ7M9d3b1e50QTtxPALfVsH.ikEQ0',0,'dhendrix1992'),(3206,'george_gch_cix1999','$P$B4D0rXvSHaLEuFkvxDRVnY84NfE7da0','george_gch_cix1999','george_gch_cix@hotmail.com','','2018-01-15 14:15:49','1516025752:$P$B6zdEeKPB9liGHn3tMduMLL8TXTmIG1',0,'george_gch_cix1999'),(3207,'kylesorensen1959','$P$B6vfOoSrjohnh0s2.708cUDHzLifnn/','kylesorensen1959','kylesorensen@hotmail.com','','2018-01-15 19:11:29','1516043492:$P$B.vSou37PMKW6/I50C9oqQk5oHeaOU/',0,'kylesorensen1959'),(3208,'ttmtn1971','$P$BHw3QyxttuuoDvbTFCC/o8Bqlw3OPG/','ttmtn1971','ttmtn@aol.com','','2018-01-15 19:47:19','1516045642:$P$Bhs7meZG3hfJZRbQj./q5HPnjqRTbW.',0,'ttmtn1971'),(3209,'zeposkam1976','$P$BcQPvEjLFq6Fx8G9Hc4r1ydIAcHdX5.','zeposkam1976','zeposkam@live.nl','','2018-01-15 19:59:59','1516046403:$P$BpS.I25lDLII.euucgd4zcyrH9JXYS1',0,'zeposkam1976'),(3210,'toughpanzies1978','$P$Bc.wiWiaxHKtte7sMS3dwpfqyDx1Nm.','toughpanzies1978','toughpanzies@yahoo.com','','2018-01-15 20:16:43','1516047406:$P$B4c9Q8W2QcEfWfd4r31k6.jr0ZxQpI1',0,'toughpanzies1978'),(3211,'maura_mckeever1960','$P$B4DUot.Rcrxv3xvyQfW7JGJZ33lQTO/','maura_mckeever1960','maura_mckeever@yahoo.com','','2018-01-15 21:06:54','1516050417:$P$BDTmoDr7C5H88Ss/O5mOmHKmz8CNkj1',0,'maura_mckeever1960'),(3212,'buddyp48101981','$P$BBNb9VU2LfLHclTwl0j8aDa4WBJvfd.','buddyp48101981','buddyp4810@hotmail.com','','2018-01-15 21:31:08','1516051871:$P$BRsYx9OjyRdD/ugoT4lcRqC8cdblDf0',0,'buddyp48101981'),(3213,'juliaberk11982','$P$B48iRRE7nYrG94m8IGEYLYkMbY2zKh0','juliaberk11982','juliaberk1@gmail.com','','2018-01-15 21:51:09','1516053072:$P$BJZap8ECg44z6jMdECBNdNfDPpFcyg0',0,'juliaberk11982'),(3214,'skes1979','$P$B.Gpz7mb8A7EWzeM0s6IHzClc19y26.','skes1979','skes@aol.com','','2018-01-15 22:11:25','1516054287:$P$BkuEGIKOShjQJVf4WmH7tRCFV16m.Z0',0,'skes1979'),(3215,'smith_michaeld1972','$P$Bm8kIV3ABnRtLWzXDVea7RcSP.yznt/','smith_michaeld1972','smith_michaeld@yahoo.com','','2018-01-15 22:31:42','1516055505:$P$BJvNelrWCi7lGEjwwqQW2w33FiR4Z2.',0,'smith_michaeld1972'),(3216,'bigfly30301999','$P$BWl5ceL785ID3kOjoy9BVm4nhUIw/.1','bigfly30301999','bigfly3030@aol.com','','2018-01-15 23:31:28','1516059092:$P$B6/gbtmJLT5IBlR4UQTPek/xwOo13p1',0,'bigfly30301999'),(3217,'ringolong1953','$P$BosJspmoUNKZA/CEbdnKs1m0RS/.Fo.','ringolong1953','ringolong@yahoo.com','','2018-01-16 00:27:13','1516062436:$P$B5BIPFh7fPgziGv4MPDeaI27gFdAJJ.',0,'ringolong1953'),(3218,'jciesla1975','$P$BcfLza5zGISHnaHgUYVoEZn69tbIjh0','jciesla1975','jciesla@techsupportme.com','','2018-01-16 00:49:37','1516063780:$P$BphcBU3.AMAAroKwlHD6pqHAg4/bxp/',0,'jciesla1975'),(3219,'jillellenshultz1979','$P$BYy5uxypHa6BhRh9jT1/HfVahpQ2Yl/','jillellenshultz1979','jillellenshultz@yahoo.com','','2018-01-16 01:39:55','1516066800:$P$BYPxEJY69tYL5eCZS41fX1VIzcMJoQ0',0,'jillellenshultz1979'),(3220,'timharvey281952','$P$Bc2NZmA6EKjAnxjowxMI.LgessKnmW/','timharvey281952','timharvey28@yahoo.com','','2018-01-16 01:59:00','1516067944:$P$BrtocqaUiOY7OQ2HKo9SguDx9qEeLA/',0,'timharvey281952'),(3221,'editor1985','$P$BJus0/3nEuUN/S.pUuXK.SwTXrNyWJ.','editor1985','editor@cruisebusiness.com','','2018-01-16 02:22:04','1516069327:$P$BDd7wjNFawXraRoNDkhdgeI/dI/o1l.',0,'editor1985'),(3222,'arrowheadtrading12006','$P$BBrIrRYBY/fCnefn.MTBo83awkoR0I.','arrowheadtrading12006','arrowheadtrading1@yahoo.com','','2018-01-16 04:36:15','1516077378:$P$BIIA7tlgNfs9RwOnx4WLZ0HNioqTBP0',0,'arrowheadtrading12006'),(3223,'212204471958','$P$BIbq523mYOuKcr77KDqfNsVK0Sncv5.','212204471958','21220447@adp.com','','2018-01-17 09:07:45','1516180069:$P$BqP/YWA9.Ixy5S7l5zKvYMG8SWDE8E/',0,'212204471958'),(3224,'bezori1970','$P$By4i3urefWGBc/NV8bvLIIbUR.5cX3.','bezori1970','bezori@hotmail.com','','2018-01-17 09:30:18','1516181420:$P$BYS/XRgPB63zgUE4InIezDi9dqsYaG/',0,'bezori1970'),(3225,'shkny1985','$P$BxCtK0kGXrEgSuaeoxstAbZ6NLgfTY1','shkny1985','shkny@aol.com','','2018-01-17 10:51:27','1516186290:$P$B/YgsjgVZ28LHlMnqAT.n3gk2oaknF.',0,'shkny1985'),(3226,'mchfood1952','$P$BG9F/BNr0ZPzfAwtSIFJT/d0L7KbAJ1','mchfood1952','mchfood@bellsouth.ne','','2018-01-17 11:34:28','1516188870:$P$Be.hmtpZ2koaGWdwAqHgRH.VmUj8dv/',0,'mchfood1952'),(3227,'john2001','$P$BWMz1ig42k2YGw/.XL7v13LVOszgyL0','john2001','john@irresistibles.com','','2018-01-17 17:52:10','1516211533:$P$BhZhFOqcmDzo3tmTfF1wM/9Xp1wJil0',0,'john2001'),(3228,'jrheid1979','$P$BlNcCXoSf7CmTJG/7q4l4GLxxcvxPW.','jrheid1979','jrheid@hotmail.com','','2018-01-17 19:50:15','1516218619:$P$BBMxL/4FDN.8Qjvlx.q26nUDrLs9v1.',0,'jrheid1979'),(3229,'schwarz_541990','$P$BoAyy.N13DqTcXGin1u/qgO1V0jVvL.','schwarz_541990','schwarz_54@msn.com','','2018-01-17 20:07:51','1516219674:$P$Bcg2/.xZ38KfLrwchsIb9Oz8EjDgVS1',0,'schwarz_541990'),(3230,'brandy.rice151962','$P$BZU3l5OmlgDEBLGCihBvycG9YC.0FE.','brandy-rice151962','brandy.rice15@gmail.com','','2018-01-17 21:08:36','1516223319:$P$BzrOlP.dlc8rGUJyJa/5Td.DVoPcs//',0,'brandy.rice151962'),(3231,'jdaddona1979','$P$BsaCkLbo0FyMGX3ngFjUK2u62lXEF0.','jdaddona1979','jdaddona@hotmail.com','','2018-01-17 21:14:27','1516223670:$P$Bk1SYkBoPg7RDHrOQTFy5HkhvN7aCt.',0,'jdaddona1979'),(3232,'andrearmanning1986','$P$BtKhtLRGbfwHJsYaPp1JwCqmfkqrI1/','andrearmanning1986','andrearmanning@hotmail.com','','2018-01-17 22:48:28','1516229312:$P$BfxRgjJjE5DfooZLrsvDPDn56D0VcP1',0,'andrearmanning1986'),(3233,'realmof42000','$P$BDuLn4VBHV5AknZ782CL8tiKMC71jK0','realmof42000','realmof4@yahoo.com','','2018-01-17 22:52:51','1516229574:$P$Bbydpuh4J1QlY/tJnZb/mdZrah2ego.',0,'realmof42000'),(3234,'ginger717_041955','$P$BL.hmpGIIFtJrhgdVB3yWN5tfAxIEM.','ginger717_041955','ginger717_04@yahoo.com','','2018-01-18 00:01:20','1516233683:$P$BgHDgsLLuLvaRw7Yvcc8IQg8XoAEkN0',0,'ginger717_041955'),(3235,'mchfood1989','$P$BwZ4RZMjYPwTvjGT3LuCbvmAeiY5Iz1','mchfood1989','mchfood@bellsouth.net','','2018-01-18 00:38:20','1516235904:$P$B0VjY1TpH2y1oLk27qU1Kq8QD7Gw/j1',0,'mchfood1989'),(3236,'christinab.lp2006','$P$BhlIYGLuO4jJqzTUTp7oy41NGGu3hN.','christinab-lp2006','christinab.lp@gmail.com','','2018-01-18 01:22:22','1516238544:$P$B5MRoO/xhzHFcdadQFygJLI1XSt33t1',0,'christinab.lp2006'),(3237,'haitimaflowcontrol2010','$P$BMiZAChvqT9p0uts3re0la.PXqv5o21','haitimaflowcontrol2010','haitimaflowcontrol@yahoo.com','','2018-01-18 01:47:17','1516240040:$P$BbtP3U9Q5UwtavLPZ7hnxc3NLyC.Q8.',0,'haitimaflowcontrol2010'),(3238,'ortizp0071950','$P$B10D7.xIcDfQEKU.ruQ9pV5.C3GS46.','ortizp0071950','ortizp007@yahoo.com','','2018-01-18 05:02:55','1516251778:$P$Bo.ewLPKghrgnDHwf4Ftoj14R1wr3m.',0,'ortizp0071950'),(3239,'aislingcunningham2003','$P$BhhILiOa6D6r81b8xlFn9i5NA8aVfo.','aislingcunningham2003','aislingcunningham@hotmail.com','','2018-01-19 09:46:12','1516355175:$P$Bw6CXJRdM8JtVcmHa8icohHpRIVnHw1',0,'aislingcunningham2003'),(3240,'aradiego51997','$P$BElnMKSjg5DENmG769gqv6UXh1.Eex1','aradiego51997','aradiego5@hotmail.com','','2018-01-19 09:48:56','1516355338:$P$BGcXyk6WXJMgUN7ysfzeb2qxV8QDYf/',0,'aradiego51997'),(3241,'jlacva1961','$P$BIUSvaFkSVVy9sUy/26VgTNfFeLjA3/','jlacva1961','jlacva@hotmail.com','','2018-01-19 14:20:45','1516371648:$P$BnVYc6vGhheldwQ7KVILVaDcExmDZ30',0,'jlacva1961'),(3242,'crathway1971','$P$BMknOYjzhsHgWtBPvAuY8Ydygxqo/D.','crathway1971','crathway@msn.com','','2018-01-19 16:51:35','1516380699:$P$BR8kchZWpdhX8MYy9lDvEa.gtb2fOG.',0,'crathway1971'),(3243,'ericaashleyx031992','$P$ByIkFSmynwvsbknw0LYb2jxemOZDyR0','ericaashleyx031992','ericaashleyx03@aol.com','','2018-01-19 20:47:47','1516394873:$P$BQ.s7CviN0CJI9l2aT2oe4HYhpA3OZ1',0,'ericaashleyx031992'),(3244,'dopeylmt1999','$P$BDkplSPCm6KeDZJQwrg8Kx5UwnwCxd1','dopeylmt1999','dopeylmt@hotmail.com','','2018-01-19 21:49:17','1516398560:$P$BHTyXjg5lNI2lbXlpWeoIp6naGkEKH/',0,'dopeylmt1999'),(3245,'daleannbehnen1987','$P$B7Fmy9AtUB8/1/uSSysKYRVN65TWue.','daleannbehnen1987','daleannbehnen@aol.com','','2018-01-19 22:13:11','1516399994:$P$BmS21Pe0mbPgRZUVx2QLQ20T1kzx/c0',0,'daleannbehnen1987'),(3246,'prevot6251985','$P$BEzUcnYK9pkR7mgXnVdkq/QV9bmN0d1','prevot6251985','prevot625@hotmail.com','','2018-01-19 23:10:36','1516403439:$P$B5eQE6b7jMUL2TRvNGF2.3nGIcri2W0',0,'prevot6251985'),(3247,'carolineflowers1999','$P$BoRWo55QQMdRDmRHjTQzL3OnUCrnMV0','carolineflowers1999','carolineflowers@hotmail.com','','2018-01-20 01:49:30','1516412974:$P$Bwl/FgFGDuWZjAr7mQ6xHD1W8M/NSw/',0,'carolineflowers1999'),(3248,'somunny1967','$P$BOW8vFv.P7etkHXRZ70VvAZqAceVPT1','somunny1967','somunny@hotmail.com','','2018-01-20 02:30:38','1516415441:$P$BNYJgEbGScbWwsZqJ.AF4AqziMRuyg1',0,'somunny1967'),(3249,'marketing1988','$P$Bfn9xw9tPIBNAXzVqkWqDgEeg1V7o90','marketing1988','marketing@emercoin.com','','2018-01-20 04:01:25','1516420888:$P$BX22MDSk6NEWFJBBAQC96bMU4yF.Zd1',0,'marketing1988'),(3250,'bcorlies11985','$P$BJ1aqm.fonfX3Yt5/bProrAi29OTA6.','bcorlies11985','bcorlies1@yahoo.com','','2018-01-21 08:58:58','1516525142:$P$B8tr6ZGEN../sk3nCK6goj.luqFJWd0',0,'bcorlies11985'),(3251,'dianacaride11976','$P$BQN5S1baw/0Ogp1zqVOfPsV1Zb6xAi0','dianacaride11976','dianacaride1@gmail.com','','2018-01-21 11:17:11','1516533434:$P$BBTIkLrDcn0/INJAj2GlED92VhBME7/',0,'dianacaride11976'),(3252,'m.laporta1980','$P$B2PTBiejpt9l/PbikmAriv5z/j.yC60','m-laporta1980','m.laporta@verizon.net','','2018-01-21 15:46:54','1516549618:$P$B3axieWlMW1l0luVHix7T9qh71lA1m1',0,'m.laporta1980'),(3253,'tellymonster121976','$P$B4JzXjInp3M3M0ph.M9W.AWXoaCleK/','tellymonster121976','tellymonster12@hotmail.com','','2018-01-21 16:58:21','1516553903:$P$B1Y43/dr7KoRs1NNblkEGkxK.KdGse.',0,'tellymonster121976'),(3254,'markeloper1986','$P$B0xVOJ/2fek7AqATw9ooqKvLpkDWPQ1','markeloper1986','markeloper@aol.com','','2018-01-21 17:30:38','1516555841:$P$Bbpglc3CriSohQ5mva6mu2KVZ25kq3.',0,'markeloper1986'),(3255,'rdfinger1958','$P$BRhLP27dmxl5N6PycmN9pvUsymJRhD1','rdfinger1958','rdfinger@live.com','','2018-01-21 21:23:36','1516569820:$P$BoF2OPhmBmR61K2u8gmAQIIWeEVfRq/',0,'rdfinger1958'),(3256,'robinlifespirits1951','$P$BKt7xt/SDtrT2Zqd/KonMMZhcGrw4m/','robinlifespirits1951','robinlifespirits@gmail.com','','2018-01-21 21:33:17','1516570399:$P$BY/GbCFz1tqlRfRdEunVdykxwamc3Q.',0,'robinlifespirits1951'),(3257,'amalea_m1992','$P$BfGhrt0/KFpFbO/CvzNTMEt1PI5Emj/','amalea_m1992','amalea_m@yahoo.fr','','2018-01-21 23:35:43','1516577746:$P$BfBcpE7IVc/0mywzv9w.56MzuCHRDf.',0,'amalea_m1992'),(3258,'henrylfair2001','$P$B/ISXSWtYYGOdrWjt/qr5FNvMljt.81','henrylfair2001','henrylfair@msn.com','','2018-01-22 02:37:10','1516588634:$P$BugeFwTzlDQjD2R6t0pzXnSEHW6nhN/',0,'henrylfair2001'),(3259,'kennmyssi1965','$P$BpAub1hZSyavlzhL8Gc5xsHKKZyYUP/','kennmyssi1965','kennmyssi@bellsouth.net','','2018-01-23 10:59:09','1516705153:$P$BMJTWmpMu5P1aj3cZ9MXu1sqJ3ezIO.',0,'kennmyssi1965'),(3260,'jams041977','$P$B6X2oxFssuMDKy7PCXA7sTcbrhfwqm.','jams041977','jams04@sbcglobal.net','','2018-01-23 12:38:16','1516711099:$P$BHi0rZX.eO9L4ldV/ES6J5hFhIiYQN/',0,'jams041977'),(3261,'mopia1979','$P$Bc7zVlDlxLQy3YkTs5PKWP2pKDboPx/','mopia1979','mopia@mymts.net','','2018-01-23 15:30:50','1516721453:$P$B6DG3PSr4RwsEJghxayIw9fjDvpkEk/',0,'mopia1979'),(3262,'donding441957','$P$BptrNNxldjujIoSk0sA8UqpLjm54Wo0','donding441957','donding44@aol.com','','2018-01-23 16:51:23','1516726287:$P$BUY8oU15VCq/MG53ghJod.7AL1w5Ru0',0,'donding441957'),(3263,'jackiebmcd2004','$P$Bt2.J9UNFsACgGgUKn874A.41AtZIg0','jackiebmcd2004','jackiebmcd@msn.com','','2018-01-23 17:25:27','1516728330:$P$Br0.2GLIjKnhXSB.1UF2uJAFg1lB9d1',0,'jackiebmcd2004'),(3264,'rewlms1972','$P$BDQhASDEsrHAqBV9f32VAtEzfgsLre.','rewlms1972','rewlms@yahoo.com','','2018-01-23 17:59:08','1516730351:$P$Bx/LYnK1ztQizncZ3GiwBTbqoJQAaz/',0,'rewlms1972'),(3265,'dbullinger71959','$P$BfaeE.eqG0Ajjn9jEXY2QusqhcO8RT.','dbullinger71959','dbullinger7@msn.com','','2018-01-23 18:08:28','1516730912:$P$BRFHaIKA34T7Dm0gu8VPxNbh7OJ6JQ.',0,'dbullinger71959'),(3266,'noelanipukahi1994','$P$Bzkmh70doEUbL41dGVt4Y3uaLjNZlx.','noelanipukahi1994','noelanipukahi@hotmail.com','','2018-01-23 18:13:07','1516731190:$P$BT/5bRiMbifWCtWYXozsXYoW4IEAil1',0,'noelanipukahi1994'),(3267,'crystal029151963','$P$BCrm9J0AMt1DstlFNHvZiF0HSIurPa1','crystal029151963','crystal02915@yahoo.com','','2018-01-23 18:36:12','1516732575:$P$BURQ6pL8m2NbujMSNaGronkBxMFs85/',0,'crystal029151963'),(3268,'ric2mar1981','$P$BhVjZvr1AuXJRNm/Qv.Qw.r4nt0eUo0','ric2mar1981','ric2mar@aol.com','','2018-01-23 19:27:04','1516735627:$P$BnerVOTwDb/Vyjyyikzw1JZVC7.qbE.',0,'ric2mar1981'),(3269,'jesusjunkie2121959','$P$BIW3ELvpUqB3FeeYUH4WLfUyGsTVjz0','jesusjunkie2121959','jesusjunkie212@gmail.com','','2018-01-23 19:51:27','1516737090:$P$BFZBr1M0C8PEhUzmpioBNbnomJ86Rs0',0,'jesusjunkie2121959'),(3270,'ramondinski1950','$P$BDPI5sk1BNGyCxU3r0ImpPznR8FZA1.','ramondinski1950','ramondinski@msn.com','','2018-01-23 20:51:47','1516740710:$P$B63wjW44g.oP1AK/wQ.Ta1XszasMug1',0,'ramondinski1950'),(3271,'beanssaundra5551975','$P$Bi0iKJTfNFZodsGxsa98rRsHggokgv1','beanssaundra5551975','beanssaundra555@yahoo.com','','2018-01-23 21:07:23','1516741646:$P$BJAwujn/gvfl9y71dorT7qNEQ5X8s2/',0,'beanssaundra5551975'),(3272,'terralorenz1952','$P$B/dnaikSdWiMlqFwhvATiVp7EPTReX1','terralorenz1952','terralorenz@hotmail.com','','2018-01-23 21:11:40','1516741902:$P$Bzu2okmfz3X3WanGKmh4c5bd34xVEU1',0,'terralorenz1952'),(3273,'roro98791990','$P$BbADR2acYHX.N4FEWuhBy9DnrGm8SS1','roro98791990','roro9879@yahoo.com','','2018-01-23 21:24:45','1516742687:$P$BeKVzTNzkdsbt5PcD.LMYnHEsWJDJd.',0,'roro98791990'),(3274,'mcarolinavillamil1958','$P$Bx7fjqcfxpkyCZoDn3AmRqs//zl8Bw1','mcarolinavillamil1958','mcarolinavillamil@gmail.com','','2018-01-23 22:29:17','1516746559:$P$BYVhDzo65g72WucGRgR99BkaPHxw0w.',0,'mcarolinavillamil1958'),(3275,'farrell_221962','$P$BvYYQpUWv1NTVHL2MJP0sAcVcZXtoX1','farrell_221962','farrell_22@msn.com','','2018-01-23 23:04:15','1516748658:$P$B2oNR9SRZwURC4qClZmJMD2nryeSfB1',0,'farrell_221962'),(3276,'robbyj62261966','$P$BMsXQnOjNfbq6USTsUoYJrZIxmZI9z/','robbyj62261966','robbyj6226@yahoo.com','','2018-01-24 03:08:37','1516763321:$P$BVJkRvRpQuyF36pMQPn5WIpBiCTiAp1',0,'robbyj62261966'),(3277,'mandybrew9031956','$P$BeKH9YmX3ewF4sL2JpqscLbCoJj2TF0','mandybrew9031956','mandybrew903@aol.com','','2018-01-24 03:35:25','1516764928:$P$BRFsfx9x9iDpLo5Gb9FiTW2Xi1RaKS/',0,'mandybrew9031956'),(3278,'leemunro20041959','$P$BH/2izI/zw710CphkDHPwwQ5fTwVih1','leemunro20041959','leemunro2004@hotmail.co.uk','','2018-01-24 04:43:29','1516769012:$P$BR3WJboZ/iIGlDuP1Ej7.ZYxZUCmsu1',0,'leemunro20041959'),(3279,'mickeycn1964','$P$BTi1AahzzjXrPd6ASCAmXZLT0vX7bg.','mickeycn1964','mickeycn@hotmail.com','','2018-01-24 07:23:35','1516778618:$P$B3wD.RL9xgF242ED4gJ3IiJ.5nd0HY.',0,'mickeycn1964'),(3280,'avalentiner1989','$P$BB3iwixpLvrG39/ghXS0fn4tkR3q0T1','avalentiner1989','avalentiner@hotmail.com','','2018-01-24 07:31:14','1516779076:$P$Bp6T/OyglZpPtDFk2bZoJfcP6Db7j61',0,'avalentiner1989'),(3281,'dominic1971','$P$BEbw6Coky/cpp.N7Bj/JQigX0pfPnB.','dominic1971','dominic@deakin.edu.au','','2018-01-24 08:47:52','1516783674:$P$B9UctKDC1LBCHDL7Nip3e4xyuSQdkL1',0,'dominic1971'),(3282,'suz_hanratty1995','$P$BGHueud2WVoz413PXOOBqk0CxXZVc71','suz_hanratty1995','suz_hanratty@hotmail.com','','2018-01-24 11:46:51','1516794414:$P$ByA3sS/2bJp9LjkT.SnHIpD1I64N7m0',0,'suz_hanratty1995'),(3283,'shahena.begum1953','$P$BYoLpSTtycNolBxCiudF.Ofgs4cQy8.','shahena-begum1953','shahena.begum@hotmail.co.uk','','2018-01-24 12:40:43','1516797646:$P$BxFGl2X/beUb.l6WB7N0Av/i4n8OGX1',0,'shahena.begum1953'),(3284,'hellsingswing2001','$P$BqFDr66OB5WurWgcg70Gclyu4IfAzp1','hellsingswing2001','hellsingswing@yahoo.de','','2018-01-24 12:54:13','1516798456:$P$BI8wJgeUDhk1Y.F9Uxpaqgnh/Idj0B.',0,'hellsingswing2001'),(3285,'chrisjayminor1984','$P$B3bWMMBG6u49M3lyATr9OWIcu0BEba.','chrisjayminor1984','chrisjayminor@gmail.com','','2018-01-24 12:58:47','1516798730:$P$BARjDSPEglhKWTaSrFadqhXduoOPT./',0,'chrisjayminor1984'),(3286,'joseh2008','$P$BdYL/iM4vcWjLKaJGZMnepyt0CIaFx1','joseh2008','joseh@gllseguros.com.ar','','2018-01-24 14:33:21','1516804405:$P$BJyGH/4SLZF6TBeUBivLIga/pPgigL.',0,'joseh2008'),(3287,'cyndiomer1965','$P$BzApPRxvJ12uDGVV7/.IXAfJl5KahB1','cyndiomer1965','cyndiomer@hotmail.com','','2018-01-24 15:00:21','1516806024:$P$BwkpRVPtft7iMoYZ6HfNihdp7hfqxl.',0,'cyndiomer1965'),(3288,'blkreghinchley2002','$P$BPC33MeW.j7MfhtDJTPdCWHqo1wqIt1','blkreghinchley2002','blkreghinchley@msn.com','','2018-01-24 15:53:38','1516809223:$P$BmfMzowu/fUTn7XzhuK/TXopE1ttmF/',0,'blkreghinchley2002'),(3289,'mav352005','$P$BSHHTAcP9L/qe0Ch5BeaXwpaaOGrVC1','mav352005','mav35@comcast.net','','2018-01-24 16:51:31','1516812694:$P$Bl3Ar9c4hT0iVvHX0EPX7GYe.pe/VS.',0,'mav352005'),(3290,'goldenbarbara1978','$P$BGQ9yDE32PYBXorVai19D5DeLBOIwt/','goldenbarbara1978','goldenbarbara@sbcglobal.net','','2018-01-24 17:43:51','1516815834:$P$BqjDX/zZ5mQ8gnNYgvjAXXL8zx4mUx1',0,'goldenbarbara1978'),(3291,'maggielsmama1963','$P$BwptSAERA0soDmF7QPDL9Ojsngw1I51','maggielsmama1963','maggielsmama@aol.com','','2018-01-24 17:58:35','1516816718:$P$BcLnT7C4yNakmQ0gvy/6tpRD7TD.W8.',0,'maggielsmama1963'),(3292,'ron1990','$P$Brw8.y7fLY8OShPesbXSRWdnI1u6Lm.','ron1990','ron@rhelectic.ca','','2018-01-24 17:58:39','1516816722:$P$ByjrtxWOTw.qiQusKTIXfxUI50mFJN/',0,'ron1990'),(3293,'amutat1988','$P$Buq4yO/Ok3Z3wY3BJMyMgBwyWM6FrR/','amutat1988','amutat@hotmail.com','','2018-01-24 18:07:22','1516817245:$P$BujWeFSDRLzvH.XQzTzWk3k87yFUGo0',0,'amutat1988'),(3294,'gary-jeanetta1996','$P$BS9QkZfOctQOE5Yurf0UeXkKi8pKaG/','gary-jeanetta1996','gary-jeanetta@sbcglobal.net','','2018-01-24 18:24:22','1516818264:$P$BtmpF9rGgnQdBfELUZ.J4X5sDFE0sR1',0,'gary-jeanetta1996'),(3295,'jkt1011954','$P$BJYmO1m4b9t9gYquMUf6/ZbgzmpJsE1','jkt1011954','jkt101@hotmail.co.uk','','2018-01-24 19:33:38','1516822422:$P$BXzdpXxuzqmTQGZ/lNCBrDXtni3n0Q/',0,'jkt1011954'),(3296,'kkrul051986','$P$B.qWAT8MXY1nKa8ntH/yfFBBKDcCjL1','kkrul051986','kkrul05@gmail.com','','2018-01-24 19:48:49','1516823331:$P$BAMRct/og8XiMWcQV5jkpHjjUsSZYI0',0,'kkrul051986'),(3297,'zhavag2000','$P$BL5J2ogLpBnEFn8lSOQlWN2G.xWNfh1','zhavag2000','zhavag@hotmail.com','','2018-01-24 19:59:03','1516823946:$P$BQXi/aBjWrd6uocqGi7Mox1sBBUsjj1',0,'zhavag2000'),(3298,'usmctaz131999','$P$BUCGLnWXnXTwlzNDRy55kXJcf/mkkl/','usmctaz131999','usmctaz13@yahoo.com','','2018-01-24 20:29:19','1516825762:$P$Bpfm87ZXXRtjlRpJeNzYqBnL3TjPli0',0,'usmctaz131999'),(3299,'leash7861980','$P$BGJ.3C1rPKFi2vzWxvnHH5vixUImkW1','leash7861980','leash786@yahoo.com','','2018-01-24 20:36:45','1516826208:$P$B8uwrfPUZxKb//wvyCXDJItlXTD//v0',0,'leash7861980'),(3300,'wenmiller71985','$P$BfecbFXn/OSP7WaCPS8lLB2wtGAtm11','wenmiller71985','wenmiller7@comcast.net','','2018-01-25 00:00:16','1516838418:$P$Bue7SMVkKi4Pded4/WKpjIr1JljePk1',0,'wenmiller71985'),(3301,'nittaya.phommachack1981','$P$BSauOWtfgbzAU5ABpu./pEY7cx.5EE.','nittaya-phommachack1981','nittaya.phommachack@hotmail.com','','2018-01-25 05:11:55','1516857120:$P$Bjtv8dq/K7nOlBS5Y9gW4XGu/0wBZE1',0,'nittaya.phommachack1981'),(3302,'mojoroman','$P$BbdHbLBOTjX6r.2p5u/Zv2uXxNTlYW1','mojoroman','roman.grachov@mojohost.com','','2018-01-25 11:33:46','',0,'mojoroman'),(3303,'info1960','$P$Bsz5f1I6GzDPNeVuLH.v4FRMMRwE1a/','info1960','info@ag-natursteinwerke.de','','2018-01-31 11:35:02','1517398506:$P$BQXgZca/n/iX5ctEXCkzUX77eniEsX/',0,'info1960'),(3304,'jaynjayne601953','$P$Bj1VuFKFJWpCaBv77SDnQZbbWy1luB0','jaynjayne601953','jaynjayne60@gmail.com','','2018-01-31 12:42:33','1517402556:$P$Bt3x7cUaCpFEXGlzoBG7IAFjZKXwnP/',0,'jaynjayne601953'),(3305,'sutonimh1962','$P$BGj4sh7Mcq18F0xgie66aWM4UNZaCH1','sutonimh1962','sutonimh@gmail.com','','2018-01-31 15:41:15','1517413279:$P$Bwzet7LZchgoEAT6kG8XUzULT31Srm1',0,'sutonimh1962'),(3306,'ae5nl1971','$P$B0KgOgzFw6gZvSuI/MNbDCNvlaxJCe.','ae5nl1971','ae5nl@yahoo.com','','2018-01-31 18:35:12','1517423717:$P$B/zqEXT/b6prrViwn8owAPB2r24FP41',0,'ae5nl1971'),(3307,'mastiffs1983','$P$BAjRRfEYvlxWFULviUOYjHnH0acRfi1','mastiffs1983','mastiffs@satx.rr.com','','2018-01-31 18:43:19','1517424202:$P$BpAp2V5E5p6eoWSJdlBnUVLQyjjlVG/',0,'mastiffs1983'),(3308,'eddielement1964','$P$Bmb7zs/BfgqX9WZKm4pLIgnbnSpixi.','eddielement1964','eddielement@gmail.com','','2018-01-31 19:01:30','1517425292:$P$BjR5Syc/iZOA5YluA5C.igvtZiHB5s1',0,'eddielement1964'),(3309,'sandybabafever1952','$P$Bja4pb1U8rqLDr0jzkShQc8n/tXhuG0','sandybabafever1952','sandybabafever@gmail.com','','2018-01-31 20:10:32','1517429435:$P$BBWJrGzel5YQfV5Yp7G.Pk/FYiTirg0',0,'sandybabafever1952'),(3310,'whitney.evans1955','$P$B3/H1Kxemgoc2hRSaG6H8f0OPOe77l0','whitney-evans1955','whitney.evans@ascwarranty.com','','2018-01-31 23:32:38','1517441563:$P$BrZbYGyG8XtXCfFOZwvDgh3sxLx9Mt0',0,'whitney.evans1955'),(3311,'cmweidmann2003','$P$BdmMEk9tDik4l1LWdFYzgulwm4Ub5a/','cmweidmann2003','cmweidmann@yahoo.com','','2018-02-01 00:22:03','1517444526:$P$BC707h93t2MwukL.Nj4MzxiL1zxiH51',0,'cmweidmann2003'),(3312,'pat7001965','$P$Byqxc2v8oJlrOP2AdT9ixDbvzaA3MA.','pat7001965','pat700@live.com','','2018-02-01 00:24:20','1517444663:$P$BpheDEcaLr1u5wzSYhfeqlOkxyV26Z0',0,'pat7001965'),(3313,'rumana13131953','$P$BfZ6ebjdkuKVJmFrMm8gG0rqM7qkb40','rumana13131953','rumana1313@yahoo.com','','2018-02-01 01:52:44','1517449969:$P$BXSlpdbNF2yp38ZyF46PFeCvIU.RkP1',0,'rumana13131953'),(3314,'jamesfolatelli1974','$P$B/tfrZpSGWBFG.uEGHWGecAm4ak6ju1','jamesfolatelli1974','jamesfolatelli@yahoo.com','','2018-02-01 02:26:14','1517451976:$P$B4oYBg4/M/ZaomdpiVDu.iE4ytGfa3/',0,'jamesfolatelli1974'),(3315,'sales1956','$P$BfTZm2wLXLBs5Ch3rpteViUZVtgqvh.','sales1956','sales@mitxpc.com','','2018-02-01 02:57:17','1517453840:$P$BVpE/VFjP3raYBkmUB1HFTIvFcg9BW/',0,'sales1956'),(3316,'bflynn1954','$P$BcjiRMyfAiKVvd48JCh531U5cRHtBw/','bflynn1954','bflynn@drivepetty.com','','2018-02-01 03:26:46','1517455609:$P$BpEv5QevyjSwfcEUfmbLkGDXVMEr.K/',0,'bflynn1954'),(3317,'danielle.henn1955','$P$BmpHxCRuD48OTk/WnEOhC5qhsyxGZw1','danielle-henn1955','danielle.henn@marinerwealthadvisors.com','','2018-02-01 03:33:17','1517455999:$P$BDFIRWV/yovxFQ1bTMplp8eDS/HzMr/',0,'danielle.henn1955'),(3318,'zanstaley19551981','$P$B8LZn.RbExPxbo.Gf0iAJ1UYChjNah/','zanstaley19551981','zanstaley1955@gmail.com','','2018-02-01 04:41:43','1517460106:$P$BN354WHG7.6EHjKv7JX9Z9A4qdc9sR/',0,'zanstaley19551981'),(3319,'jcharette5081959','$P$BnYE4DrpyAl3NRKtwyV7AF50WCRDfm0','jcharette5081959','jcharette508@hotmail.com','','2018-02-01 05:08:49','1517461731:$P$Bvi8jZ8ha4RYqz60TEsshsUrlF0Jwz/',0,'jcharette5081959'),(3320,'d_bivings281952','$P$B70hQ3jpptKm/Wrghxi07tDl3NUzjd.','d_bivings281952','d_bivings28@yahoo.com','','2018-02-01 05:23:01','1517462584:$P$BzTR3LCEsLq1SaEPvxFUZtJIJZAa15.',0,'d_bivings281952'),(3321,'fischerj801980','$P$BMWXQNGl19GPZcCMe0Opjj/3rhvNv.1','fischerj801980','fischerj80@yahoo.com','','2018-02-01 06:26:51','1517466414:$P$BQJsyl3O23citY/jANCILOQIR6uL6i0',0,'fischerj801980'),(3322,'lule981987','$P$Bof5gCZ71JjcgnmelyNvbDpxcBFVPe.','lule981987','lule98@web.de','','2018-02-02 10:18:15','1517566699:$P$Bx/gWrD33mB0cLBSB.nHV/kvlZcYjs/',0,'lule981987'),(3323,'joashluna1951','$P$B29.jByEpCQh0TOnI41itueNvIkTB51','joashluna1951','joashluna@yahoo.com','','2018-02-02 11:27:25','1517570848:$P$B4uxAtNk7G1UKxg1fyoqDNjFHsh523.',0,'joashluna1951'),(3324,'ceron.edgar01991','$P$B18p5Q.9QDeqUCxHaYteVjpFxwyrU/1','ceron-edgar01991','ceron.edgar0@gmail.com','','2018-02-02 15:51:22','1517586685:$P$BRsjhAJ6o7wXBTfXjC0RDDEM/kWx4H/',0,'ceron.edgar01991'),(3325,'beckaroo791976','$P$BdwcDrBWSGDD2gxFpknbsNPo6WT.sI/','beckaroo791976','beckaroo79@gmail.com','','2018-02-02 18:41:27','1517596891:$P$BYeVZ71I7aMyg/KP90/ST46.ylOjEG0',0,'beckaroo791976'),(3326,'smartwmn1992','$P$BY0hJJeWJ8SZNi0We5/Bh5LcrTG1BK.','smartwmn1992','smartwmn@yahoo.com','','2018-02-03 03:28:53','1517628536:$P$BqMoZnG/KsNl1UYgM6Vc9gkDS1aGIg.',0,'smartwmn1992'),(3327,'cazi_na1958','$P$BwDFqG7CD4AIVTCxt/ga2jlKa/oyiA1','cazi_na1958','cazi_na@hotmail.com','','2018-02-03 06:00:22','1517637627:$P$Bb3PhTg5mMwfb9ABW4nw5UJIkrjcYV/',0,'cazi_na1958'),(3328,'padillaandrea741975','$P$BrlDBHovtXv2GV3Qwg11xet7xchB9j0','padillaandrea741975','padillaandrea74@yahoo.com','','2018-02-04 09:43:31','1517737415:$P$Bpv/E54IC2c/vA6rvMb1K6JgBFbfTE1',0,'padillaandrea741975'),(3329,'sdp15661979','$P$BVSrDLjuZTw7Mv649OECX7dNpDbfNO1','sdp15661979','sdp1566@aol.co','','2018-02-04 18:31:35','1517769099:$P$BHmyHTtu3imX3Dz3NuY2CxrGW2e1Zc.',0,'sdp15661979'),(3330,'tricia209022009','$P$BGoRPobtZtlHD8pRR193TZZTZc.tEL1','tricia209022009','tricia20902@yahoo.com','','2018-02-04 18:52:04','1517770327:$P$BmJ9j/79xkF.HY3Qklj0YF3MCdXHlR.',0,'tricia209022009'),(3331,'giffordmddg662005','$P$BbfvjwEwB1UcSJya8uK1sR94tM6dDt.','giffordmddg662005','giffordmddg66@yahoo.com','','2018-02-04 22:43:26','1517784210:$P$BPbxsKO.JjjyZYRHLOa/RKyafIwh5s0',0,'giffordmddg662005'),(3332,'mee2nce4081995','$P$Bg6mTjwl/L6ivVcE67cL699wHucgSN.','mee2nce4081995','mee2nce408@aol.com','','2018-02-05 01:39:08','1517794752:$P$B.MSBl8UGhZnf9BzjN5a7RcnhvbD.J0',0,'mee2nce4081995'),(3333,'rjunnah1994','$P$B2zDg1o0Bf6hs5njx2OabsvptnjhWP1','rjunnah1994','rjunnah@aol.com','','2018-02-06 16:53:08','1517935992:$P$B4/KsQrRPnkOPD5LF8ZSNyXp3RolL5.',0,'rjunnah1994'),(3334,'zcbbadfrasier1978','$P$BbOt4XnQljgMGYPjm6CU1eKo1dOmvv/','zcbbadfrasier1978','zcbbadfrasier@hotmail.com','','2018-02-06 17:40:27','1517938831:$P$Br5fK5UzIDB2i1/VIDvNzoi0hyYfKN/',0,'zcbbadfrasier1978'),(3335,'camptc1993','$P$Bk6hqHyTWIk2F1XznYy3iHKfe//fPF0','camptc1993','camptc@yahoo.com','','2018-02-06 18:12:24','1517940748:$P$BnNmzDNX1LbQ6CijVA0oQaEQaMWbqv1',0,'camptc1993'),(3336,'johndaly7771950','$P$BG/LVJ1nJY.quJbHv7Hkef2vyCQKHc1','johndaly7771950','johndaly777@hotmail.com','','2018-02-06 20:12:27','1517947951:$P$Bo21SzC7K/4.X9Avm3XTSQZFaYujjN.',0,'johndaly7771950'),(3337,'clk5571966','$P$BjxJYsROqreRWVdvuSsZf57sBOHcEA.','clk5571966','clk557@yahoo.com','','2018-02-07 00:22:09','1517962932:$P$B78bES6GH9G//g85vDcPs3ElzmRajx/',0,'clk5571966'),(3338,'emgug1972','$P$BHIQ0DJVjD3cKL0BOxMytCtV2g1.Uh.','emgug1972','emgug@yahoo.com','','2018-02-08 17:32:57','1518111181:$P$BIr09K1ipxP85IRVTVWB5HTvEoCXb5.',0,'emgug1972'),(3339,'karenkmneal1963','$P$BKsXUfscbER54omVy4i95MIogK7y7Z/','karenkmneal1963','karenkmneal@aol.com','','2018-02-08 18:16:32','1518113795:$P$BIqYITVWnPcGavjj9crzyQAO.SLZJ71',0,'karenkmneal1963'),(3340,'ncgardenhire1957','$P$BTswvtDuC2VJUt78JZElegoK9LHVQO1','ncgardenhire1957','ncgardenhire@yahoo.com','','2018-02-08 21:50:50','1518126654:$P$B6M4gHLVYKQbzzoXgREzZQ3G/osf11.',0,'ncgardenhire1957'),(3341,'daniels_sc2005','$P$B3cOdY2oNV2H96H5B2XDOzB2qJKsJF.','daniels_sc2005','daniels_sc@yahoo.com','','2018-02-08 23:24:36','1518132280:$P$B9lO3RiZtiCM.2dJ.h1WgEZ8Sa4GOz1',0,'daniels_sc2005'),(3342,'rhonda_mitchell611989','$P$BFrt/9s74dkrc6Zfbj87i4ZXXPwdAj/','rhonda_mitchell611989','rhonda_mitchell61@yahoo.com','','2018-02-09 00:54:10','1518137653:$P$BG78zURP6NBac6pnQP2XEi7LllFz4i0',0,'rhonda_mitchell611989'),(3343,'dbrown4301973','$P$B9UiVukfaIxg2Q/Y91LEOmcze75bcD/','dbrown4301973','dbrown430@sbcglobal.net','','2018-02-09 01:58:14','1518141497:$P$B6mBluy1iPFrArxGFs5y2CV2p1hmTK.',0,'dbrown4301973'),(3344,'customspasdirect2006','$P$BT04J.OK9PAUyz5r9xfzeAJBgVjvQW/','customspasdirect2006','customspasdirect@msn.com','','2018-02-09 03:16:17','1518146180:$P$BZzPqYCqgNviBelo9FFkZlPyYGR.PG0',0,'customspasdirect2006'),(3345,'tarashort1988','$P$BgGumsQOW7TVMxj0YDLaSiizxKmlav1','tarashort1988','tarashort@live.com','','2018-02-09 05:38:55','1518154738:$P$BNXPTLqlSOVRq5vaHHqdahg0IMcCx11',0,'tarashort1988'),(3346,'hollandhuskymom2008','$P$BidaWKDzDrp5NbnN6hUlDcxeSuxdxf0','hollandhuskymom2008','hollandhuskymom@yahoo.com','','2018-02-09 06:33:22','1518158006:$P$B04s075WRBsfeIxX7vpyURMjOHHHr61',0,'hollandhuskymom2008'),(3347,'lperonace1991','$P$Bh2v6djnbhYVccrl7br8nivqOoWc9E1','lperonace1991','lperonace@gmail.com','','2018-02-10 16:54:51','1518281695:$P$B/ysP7zp2M90IPvCcvJt2WzQzgRUu..',0,'lperonace1991'),(3348,'karisaiah1978','$P$BmnKS4Am8NYpJeQ3CmVF9TE1xafSGl1','karisaiah1978','karisaiah@yahoo.com','','2018-02-10 18:08:55','1518286139:$P$B80bQWaJyhlNXbHK0acCu.8DEkSh1A1',0,'karisaiah1978'),(3349,'alex2001','$P$B5JP2092dK3jZnl0/rX84h8cYDIE2x/','alex2001','alex@skaifloral.com','','2018-02-10 18:12:37','1518286360:$P$BB0jWI7fPbsuylDI0e4Irjunz8HOpJ0',0,'alex2001'),(3350,'zanepurcell1984','$P$BMzNSmDw0tM68r8/82NcEVrVDgQ0BC0','zanepurcell1984','zanepurcell@skyvalleycountryclub.com','','2018-02-12 08:06:54','1518422818:$P$Bf1vINIPSZKpZSSrZYr6ZeeI68S6bU0',0,'zanepurcell1984'),(3351,'craigt32007','$P$Bz2R3TGbJPn80mxF83ATFdVrv7gRUg1','craigt32007','craigt3@aol.com','','2018-02-12 11:26:06','1518434769:$P$BrJGBcpsCdZEFahYzrCbkjehKx/eOp/',0,'craigt32007'),(3352,'zhijiangbox1980','$P$BLIBBAxxdKR0ah1vWWNLXM0WhOo2La1','zhijiangbox1980','zhijiangbox@hotmail.com','','2018-02-12 12:48:16','1518439698:$P$BNmDxQSdeyATSnBkp9L26sQWBAL83u.',0,'zhijiangbox1980'),(3353,'jenn915061981','$P$B9x9crlcwfbyC8bUkdrb11lUyeG5jJ.','jenn915061981','jenn91506@yahoo.com','','2018-02-12 13:05:26','1518440729:$P$ButG.vc.xAgdMCsKTRafaa3lK7vw3j/',0,'jenn915061981'),(3354,'tamara.harris-brown2004','$P$BjN2.h5iqvnexNb6OAgocSlcSJTkcO.','tamara-harris-brown2004','tamara.harris-brown@alofthoustondowntown.com','','2018-02-12 13:35:58','1518442561:$P$BM1BmcXPj5zvlVhvTpshWQ8ZWQaqaY1',0,'tamara.harris-brown2004'),(3355,'taylorindustrial1973','$P$BFZe7r0cj8YoUk8FcVR./yn0NZ0TPv0','taylorindustrial1973','taylorindustrial@gmail.com','','2018-02-12 17:47:44','1518457669:$P$BpkoVevR.r3ZY9fx5W7uu85PqDeuiM1',0,'taylorindustrial1973'),(3356,'mreuther2005','$P$BmvdmEcydSOkvgH2z8OFav9G9kLRqY1','mreuther2005','mreuther@proenginusa.com','','2018-02-12 18:20:25','1518459628:$P$BnfV5GvZHFaG.fF1YZ1UG4nR3b/Aoc.',0,'mreuther2005'),(3357,'laterzasergio19691983','$P$BWxpZiUkAGVx97IYJg.D8L8ovHvHFP0','laterzasergio19691983','laterzasergio1969@gmail.com','','2018-02-12 21:32:11','1518471134:$P$Bhca7P6EUp1bhvDnxUFTn/FVeGQzlm.',0,'laterzasergio19691983'),(3358,'nhelin2005','$P$B4PTgooLSh76r.D7N21OcJQU.TzKb4.','nhelin2005','nhelin@jade-associates.com','','2018-02-12 23:21:40','1518477704:$P$B1B5KGHF9/JfBTeZDE1O2YovH/l6I4.',0,'nhelin2005'),(3359,'txmjp2006','$P$B9HtDBb4RDy6lCT.D4rzof57ja01zl/','txmjp2006','txmjp@aol.com','','2018-02-12 23:21:57','1518477720:$P$BT.TrN9CKRTVDX5.oa..TC.AeyqBGk.',0,'txmjp2006'),(3360,'valeriefalstad1964','$P$BpQo8qKD.lh.dVBvBfhL.t2RU0DsAN0','valeriefalstad1964','valeriefalstad@yahoo.com','','2018-02-13 01:22:50','1518484973:$P$BQYEG5kJs.g8/N46sefzV.cse.IyI/.',0,'valeriefalstad1964'),(3361,'fillykid1990','$P$BLJcwkqygETL/3L98X5Q4CU1BIVLXI/','fillykid1990','fillykid@comcast.net','','2018-02-14 11:34:41','1518608084:$P$BR1WDbYDoBG7lcuFMg8h329JkevYRD.',0,'fillykid1990'),(3362,'felixfel001973','$P$BNNGx1LbkeP2qOrwFfKxnng1h2b.VV/','felixfel001973','felixfel00@yahoo.com','','2018-02-14 11:40:38','1518608441:$P$BjtdShX4UxmYSip0oDha3zGLwUEZT51',0,'felixfel001973'),(3363,'jbfarnell1993','$P$B6wWYLUflPrh113bkFZUMd0hvZAERx.','jbfarnell1993','jbfarnell@gmail.com','','2018-02-14 14:16:56','1518617820:$P$BFWEWtG078wLTz2.5dsg2gMEPbOvYp.',0,'jbfarnell1993'),(3364,'ziggy1wt1997','$P$B8zEZvNn8tDA7Ktwh4EYj1MOLSn02i0','ziggy1wt1997','ziggy1wt@aol.com','','2018-02-14 15:51:26','1518623489:$P$Btyxvhzp/9mnjh4AVWSkTIhR.WSp6F1',0,'ziggy1wt1997'),(3365,'colin.macdiarmid1999','$P$BeotIymXcIuWCXE3cwvvx7UroOMGYl/','colin-macdiarmid1999','colin.macdiarmid@yahoo.com','','2018-02-14 18:05:42','1518631546:$P$BNeKORH662dQ31GWvFFCbgWhA995050',0,'colin.macdiarmid1999'),(3366,'amrichardson331954','$P$B0bA.pBLZ9FJVfIxzVmpJSLsgb6hYF1','amrichardson331954','amrichardson33@gmail.com','','2018-02-14 19:27:56','1518636479:$P$BBS7iRLf3Nf1r/bS5zyV3XWODmawmK.',0,'amrichardson331954'),(3367,'amandaakridge3331986','$P$BG/wZPztcZgSy4FHD1sjSv9KrEXc1a.','amandaakridge3331986','amandaakridge333@yahoo.com','','2018-02-14 22:37:41','1518647865:$P$BB1rzYAEE2yqPRf1jxhHORQT9WQJtE.',0,'amandaakridge3331986'),(3368,'donnellbarber1952','$P$BllMVgbZq8FBvP1O4fGKeComu4pGdc.','donnellbarber1952','donnellbarber@yahoo.com','','2018-02-15 00:40:34','1518655238:$P$B2qW13ExbDAlf2ZTJ0GJP/THgU0V/a.',0,'donnellbarber1952'),(3369,'clapp2004','$P$BaFSvWUNu1lj0JDoiY5KylNB0GS2/S0','clapp2004','clapp@accutemp.net','','2018-02-15 01:25:35','1518657939:$P$BE5ZWl20SuLU7m9ggFFgwOjfihTwiI1',0,'clapp2004'),(3370,'dancollins19721982','$P$BS0TW2AnnGP5O48SAl4q30rgw3MTS7.','dancollins19721982','dancollins1972@yahoo.com','','2018-02-16 11:11:20','1518779483:$P$BP5EvXOBCYNoEZ6mXAA0ip9cHIpg9S.',0,'dancollins19721982'),(3371,'dean.mitchell1971','$P$BMeqCb.bnwC0AA4ON0c7ulLAuHNBtw0','dean-mitchell1971','dean.mitchell@atpi.com','','2018-02-16 18:13:48','1518804832:$P$BRjnof27J2mx6DTyPJ3fqitE.G6xkz.',0,'dean.mitchell1971'),(3372,'dustin1407081970','$P$BcEcwic1l6pwi8cuImFEDRUfc6x/a80','dustin1407081970','dustin140708@freenet.de','','2018-02-16 19:09:01','1518808144:$P$BjY1Ihz44vjtcyeUe4J/yUMNlrSIA71',0,'dustin1407081970'),(3373,'hoaxekhongtan2001','$P$BSC1qnIhra2gEdqFH4m2NhBfOBpTHc.','hoaxekhongtan2001','hoaxekhongtan@yahoo.com','','2018-02-16 19:11:15','1518808278:$P$BnG8pcUBYRirLYEgNJIvcH5krD7fMv1',0,'hoaxekhongtan2001'),(3374,'diesel31781967','$P$BvFnyFO7RHjhMBJfxlyDonDUhmS1O70','diesel31781967','diesel3178@gmail.com','','2018-02-16 21:35:23','1518816926:$P$B9GhwQ3hgNVPRABnKk25ZFfXk0oraj0',0,'diesel31781967'),(3375,'guevarav671959','$P$B9huUuyniX4wD2R7S4pGOd03lRzUEI.','guevarav671959','guevarav67@yahoo.com','','2018-02-16 22:36:58','1518820621:$P$BNK48LqPS4SqFJxs4oggXZBNaapqXQ0',0,'guevarav671959'),(3376,'americas1993','$P$BNGPtLsGJcqfw77NckbZB/qtLeEFjn1','americas1993','americas@roubini.com','','2018-02-16 23:31:42','1518823905:$P$BcR3cBBgr6uqy8qKmfle8a9/Q/6RBX1',0,'americas1993'),(3377,'hudson631983','$P$BLASCfAV0.rWkKh7FifsSKUIv.tidO1','hudson631983','hudson63@yahoo.com','','2018-02-17 00:09:22','1518826166:$P$BjLyjYYxeOV.5sRoaMmyOE6qzPB9zc1',0,'hudson631983'),(3378,'sweis781975','$P$B/jK32W0PJRMKhN5veJpbXrRRFWkBG.','sweis781975','sweis78@yahoo.com','','2018-02-17 03:02:26','1518836549:$P$BhhEShnV7G8e3cdcM1l3mY5NQipjLI/',0,'sweis781975'),(3379,'lori.tarud1970','$P$BfzNyJFd6p/y./p9yW6P8Ba5C72W9j1','lori-tarud1970','lori.tarud@yahoo.com','','2018-02-17 10:19:17','1518862760:$P$BirZDLRMSsWqFibbjYXE704xjax5Qc0',0,'lori.tarud1970'),(3380,'ericparedes851998','$P$BHshmpZN22dibuYUceAaZHA.e.I046.','ericparedes851998','ericparedes85@yahoo.com','','2018-02-17 15:12:46','1518880370:$P$B9i0BOi5m8akyUymvHihL2jMI5uxz80',0,'ericparedes851998'),(3381,'vedahamilton1972','$P$BE.L79bA7Fri3uvuS4TlsAAwytvH92/','vedahamilton1972','vedahamilton@aol.com','','2018-02-17 22:14:20','1518905665:$P$BlbpLSiLh8naj0p7wmreX68NJgHMzn/',0,'vedahamilton1972'),(3382,'mile_high_one2001','$P$BCiVFFNh7AAgJ21dBoeXohlT1gELxe/','mile_high_one2001','mile_high_one@yahoo.com','','2018-02-19 12:32:40','1519043564:$P$B2rdgHjymAwSa8jsS2Hl6ZfkSNIRDC1',0,'mile_high_one2001'),(3383,'tookie2251980','$P$BMaFjnSVDzaVp8h0HWTWUrR8t0InRk/','tookie2251980','tookie225@yahoo.com','','2018-02-19 14:17:27','1519049850:$P$B4ldQY8PULjaunSrwG2zlFpiaUl2iZ/',0,'tookie2251980'),(3384,'whudak20002001','$P$B3OcA8eh/unJSvNbNrvz7pgqTlUl6J1','whudak20002001','whudak2000@yahoo.com','','2018-02-19 15:06:41','1519052803:$P$BFpkoJa3kkFbDCBrdsQEc5q9W6lCde1',0,'whudak20002001'),(3385,'cwayneu1976','$P$BxnNgK6nVGWwPnNsjzCntnPnb86.zb.','cwayneu1976','cwayneu@comcast.net','','2018-02-19 16:32:53','1519057976:$P$Bga6oIYTuElO6MA5cYTW51d6bZJpgp.',0,'cwayneu1976'),(3386,'nekta132010','$P$BXeLO5CrQzHvtI2ErYcaKluMk6DjRc1','nekta132010','nekta13@yahoo.com','','2018-02-19 17:00:58','1519059662:$P$BtCRr.7jrYFYVPeTGYfgfwzesSacTn.',0,'nekta132010'),(3387,'mikevolpi91990','$P$B0kFEBXeD8dkFHpq0au03by1tEite8.','mikevolpi91990','mikevolpi9@aol.com','','2018-02-19 18:12:47','1519063971:$P$BX3vdWSYtvE8i2MijtPfhr5QrE2pL..',0,'mikevolpi91990'),(3388,'maryflynn6231979','$P$BiznTK1YRNQHZrKas97rdc8bOlt75w/','maryflynn6231979','maryflynn623@aol.com','','2018-02-19 19:57:14','1519070237:$P$BqP7JpuiIwhsQdEvcRlSaFbaBx2Qpu.',0,'maryflynn6231979'),(3389,'suntenn1968','$P$BSRqp54wgR55LaHv.EdF3FdukIwHu41','suntenn1968','suntenn@yahoo.com','','2018-02-19 21:33:40','1519076023:$P$Bjwjz6nYcTLh6U6bEZZV8gCgXVYhq5.',0,'suntenn1968'),(3390,'carriematth2009','$P$BZsqjtu2/7aRYq/5jwSZonoUD3zi/L1','carriematth2009','carriematth@gmail.com','','2018-02-19 21:43:05','1519076589:$P$BvVGpphLgjvS5nCvflfS0/FkMg.Lnf/',0,'carriematth2009'),(3391,'mccampbell041982','$P$Blfny/Mp9bHEs33V4ohQzleJYp1yel/','mccampbell041982','mccampbell04@gmail.com','','2018-02-19 22:13:48','1519078431:$P$B6WdRHCDsPGOmrLxDqiMWAq1VIzCfv0',0,'mccampbell041982'),(3392,'carol1960','$P$Bi3fE.pe8CCZ4hZpCAp24ph3MkHtNL.','carol1960','carol@shcmacomb.com','','2018-02-19 23:26:30','1519082793:$P$Bl.wqdYgdfEFAptWP4nDY/rfHi6So20',0,'carol1960'),(3393,'prototype_of_ntelligence1950','$P$BZnj84zS5R6qQ4JDsKs.m1uzlb6KI.1','prototype_of_ntelligence1950','prototype_of_ntelligence@yahoo.com','','2018-02-21 16:50:27','1519231831:$P$B.SNKQpC7I3erREZbxWh19W59g9cQx0',0,'prototype_of_ntelligence1950'),(3394,'skyyyer1991','$P$BgO4KjwyYx2sLtCldi7HsrO12oKYUv1','skyyyer1991','skyyyer@gmail.com','','2018-02-21 19:49:44','1519242587:$P$Bq9BmghrrClFNURXHeGDEyLV3IqW340',0,'skyyyer1991'),(3395,'mike.scott1999','$P$B1u0xHWUmXttficrGCgWe8JarBJ7Dm1','mike-scott1999','mike.scott@hucor.com','','2018-02-22 02:54:47','1519268090:$P$BLsonUzQyBIhddCkcW0BsniYzCYTij/',0,'mike.scott1999'),(3396,'s11s222007','$P$BjBF06ZooL3ZrVJ1IKjQ8cc0UaaQ0s0','s11s222007','s11s22@yahoo.com','','2018-02-23 09:55:05','1519379709:$P$BWRuoBptAOvRyGe3M8nXZEuBWbJltf0',0,'s11s222007'),(3397,'yari95coromoto2004','$P$BzgU5LZoVoDmzmfamWYcPl3./nR1P00','yari95coromoto2004','yari95coromoto@live.com','','2018-02-23 12:25:14','1519388717:$P$BfUgIytkNCTMMujk8rBXtQIjroM.hY.',0,'yari95coromoto2004'),(3398,'rod_27711964','$P$Bb7qP5e3YuYn9SoRxkBqJPXPBeN/x90','rod_27711964','rod_2771@yahoo.com','','2018-02-23 12:39:18','1519389562:$P$B2Z9WZxMPN2DQtDFkO4JnmsoSlV8JQ0',0,'rod_27711964'),(3399,'aitthen1959','$P$BBHsEid.jHArfr9OvA2QkK8gpi4wbP/','aitthen1959','aitthen@hotmail.com','','2018-02-23 15:07:34','1519398457:$P$BjMTfuLnaF6WktMSIvDS23O/gY1SeD0',0,'aitthen1959'),(3400,'auctiondeal_online2010','$P$Bwn1DzqOk4OlM52CTFiYinvSPLA6hs.','auctiondeal_online2010','auctiondeal_online@yahoo.com','','2018-02-23 17:50:25','1519408228:$P$BLfNBhUtcZ0dh7MNsnnL462NAdyr6s/',0,'auctiondeal_online2010'),(3401,'cinderelli991955','$P$Bpfnvrhg4pExGURYOQUw01yElY09Ka/','cinderelli991955','cinderelli99@yahoo.com','','2018-02-23 17:56:26','1519408589:$P$Br.GhIzXi9VLG9M.PCqqn2KvA7pa8c/',0,'cinderelli991955'),(3402,'drock.brock1968','$P$BdS3oyplvwBOGJwfIM1.GL21fruDb6/','drock-brock1968','drock.brock@yahoo.com','','2018-02-25 13:38:21','1519565904:$P$B4j7BQDK.YlvPtsN26s1xMZDdgqvxR.',0,'drock.brock1968'),(3403,'mary1954','$P$BM7fnLau9sEbLxdhXh32bmsG9UpF07.','mary1954','mary@fairlife.com','','2018-02-26 03:11:38','1519614702:$P$BYNAwgT0cJkxmiFfW3gxgRmPdFl11Y/',0,'mary1954'),(3404,'stephanienicole241991','$P$BsCVYUAVnmviZmArg3atzG71/KYwbF.','stephanienicole241991','stephanienicole24@yahoo.com','','2018-02-26 04:28:11','1519619294:$P$Bp7m3DD9w2OxdqHpiepYlMiqexCpG30',0,'stephanienicole241991'),(3405,'agsrealtor1981','$P$B7fRzeSBr/wZoOBOwb4g9Nhz7JjB3C1','agsrealtor1981','agsrealtor@aol.com','','2018-02-27 07:46:16','1519717579:$P$BlOvtwQiWtx02f7uiExdiqCGioX3vF.',0,'agsrealtor1981'),(3406,'maria.beinarowitz831969','$P$BPtv4owWFzTJ3eu2NcGg.mN0iJh/VP1','maria-beinarowitz831969','maria.beinarowitz83@gmx.de','','2018-02-27 13:11:05','1519737069:$P$B2E/d2Mr0AF2B5iTfqU0hEBgN1cUzo0',0,'maria.beinarowitz831969'),(3407,'hcrogers641976','$P$BOUbCaRtZgqpF7MZKyU4wyUQc5i3wb1','hcrogers641976','hcrogers64@gmail.com','','2018-02-27 15:43:57','1519746241:$P$BRP.qCnb6so0OS4KfB.9Eyz5p3SCV2/',0,'hcrogers641976'),(3408,'arnimg2004','$P$BcsxtMSNdDNp00QhBhRChwllhO2omH/','arnimg2004','arnimg@ymail.com','','2018-02-27 23:37:16','1519774639:$P$BVPfQXd.eqhEUNDVdy2e5Hk3cFPyAr/',0,'arnimg2004'),(3409,'c.imbruglia1963','$P$BZZu9bD0w6AOXPvdrTUGTfrWlCfTh30','c-imbruglia1963','c.imbruglia@yahoo.com','','2018-02-27 23:42:57','1519774980:$P$Bq19ewMdwIsnRIRce4MNTFPoyIy7wE1',0,'c.imbruglia1963'),(3410,'leishamcpherson1994','$P$B8JXi3oZon.bESt8wVVQ1dlA3P4zzx1','leishamcpherson1994','leishamcpherson@bellsouth.net','','2018-02-28 04:47:13','1519793236:$P$BN3MOqV8EtjGM0HSj.0NXybFOW6q3e.',0,'leishamcpherson1994'),(3411,'amrandles1994','$P$BhVvUBZ3valDc5tQYI5g9gZ1f5pEq10','amrandles1994','amrandles@hotmail.co.uk','','2018-03-01 10:40:38','1519900841:$P$BjZmBiI/nxLqvUqI1vmGlxoiWtht6Y0',0,'amrandles1994'),(3412,'andy.foran1950','$P$Bue8t.PrObXjAbPjbdxE9oCgEktiwy1','andy-foran1950','andy.foran@yahoo.com','','2018-03-01 15:18:45','1519917528:$P$BpwToGSeBgEX7vcVxfWw/qCFoFNX2B0',0,'andy.foran1950'),(3413,'ase12161988','$P$Bk82PBSK.E/NYkQ03Ab8lPDQ88n4031','ase12161988','ase1216@yahoo.com','','2018-03-01 17:56:09','1519926972:$P$Bi2lUhP5Rko2CZ3x.xw4g0ogDfe2xY.',0,'ase12161988'),(3414,'rjbaggett21951','$P$BZcMe1AQ4W1BUwk1eNw2vTLLRamzsj1','rjbaggett21951','rjbaggett2@yahoo.com','','2018-03-01 20:11:29','1519935094:$P$BoyRBcdI3Lvb.H.E.LCJxXmnFpHxnO.',0,'rjbaggett21951'),(3415,'jeshawoods1958','$P$Be1r4pXThLN9EEJq1G6wKV2s//nDah0','jeshawoods1958','jeshawoods@hotmail.com','','2018-03-01 22:12:57','1519942380:$P$BqkCLCPWHr1J3ytZ7xsbTREtX6e7Ro/',0,'jeshawoods1958'),(3416,'myjester21121968','$P$BgXstbZcZV1buX8bckY2odh.GSR27d.','myjester21121968','myjester2112@yahoo.com','','2018-03-03 11:50:37','1520077840:$P$BgGlTIFY2qxl668GQIr5/lGUBwPn5r0',0,'myjester21121968'),(3417,'spoiledxox1431960','$P$BbYfRWlqD1B6XDdjWT9ezA2eIgfQm90','spoiledxox1431960','spoiledxox143@aol.com','','2018-03-04 08:41:40','1520152905:$P$Bgt70FIs5Jq.9X6z1AhRD/raTcBJsf.',0,'spoiledxox1431960'),(3418,'dawnkolaskey1986','$P$BWN/kck8OjC0wR5Mn.6/wdsfJrLJMi/','dawnkolaskey1986','dawnkolaskey@yahoo.com','','2018-03-04 09:49:15','1520156958:$P$B82vP.IuIAwTn07jkQTs/cOKAKA1oH0',0,'dawnkolaskey1986'),(3419,'johnny.jc1951','$P$B.Txx5lvxEKZCMH.dx1FYeZ15bKuBa.','johnny-jc1951','johnny.jc@verizon.net','','2018-03-05 08:06:16','1520237180:$P$BTxSaVJFvv708cWj1fraU2yavoXy.k0',0,'johnny.jc1951'),(3420,'treblec21811982','$P$BHArvgoTZYxvDgkXQlXn7rn6LaXDzO0','treblec21811982','treblec2181@yahoo.com','','2018-03-05 12:23:32','1520252615:$P$BNYaXnXUw8wXIUQgpNsZDjjJL3.a6x1',0,'treblec21811982'),(3421,'theresa.maness1971','$P$B3ryqNLBnrOticoqAvA8At0PXvKlV5.','theresa-maness1971','theresa.maness@blackhillscorp.com','','2018-03-05 14:36:30','1520260594:$P$Bl0hBa0E9tSjZJiKziDHBCM1m2s6WM.',0,'theresa.maness1971'),(3422,'gafourthscv1970','$P$BjBBVe4MN4eomKpr03jdZvaoWRFfzA0','gafourthscv1970','gafourthscv@yahoo.com','','2018-03-05 14:51:31','1520261494:$P$BGyAengs/rB4ldSZDjxvVqNjH9pRpM.',0,'gafourthscv1970'),(3423,'lenaundfalk1997','$P$BagIZ29ygrJA5kaWUZYNfoBAkgVXjU/','lenaundfalk1997','lenaundfalk@freenet.de','','2018-03-05 15:29:19','1520263762:$P$B91w8cGhEglhoN6GrB0HzaaSvrWD9t.',0,'lenaundfalk1997'),(3424,'holly.kuchera2002','$P$BEdfWiA.KDv1N7RUVLghTS30XZBRbz1','holly-kuchera2002','holly.kuchera@gmail.com','','2018-03-05 17:01:37','1520269300:$P$B/w7grqr/j/RJ0knO2NEDfP2vC51Hj/',0,'holly.kuchera2002'),(3425,'heathernoonan991965','$P$BM9awmrlbIhp/SI5IpplnlCULNrMuM.','heathernoonan991965','heathernoonan99@yahoo.com','','2018-03-05 18:21:40','1520274103:$P$BnHnUbYPRL3l0e2L.gkT1Oq5p2mz0S.',0,'heathernoonan991965'),(3426,'unghee_hong1974','$P$Bbs2dFiaxMAnoaDQ.d68ZERyNaNM0y0','unghee_hong1974','unghee_hong@yahoo.com','','2018-03-05 18:27:05','1520274429:$P$BDrZQFQTkrpaMJ5l8aJyiIXwjXnLzt0',0,'unghee_hong1974'),(3427,'tnamal2001','$P$BP5CW7oSrogU2NVWmwbgleSnCvlAeN.','tnamal2001','tnamal@gmail.com','','2018-03-05 18:27:48','1520274471:$P$BG3GfOToGy6T6lIuYjoNFke81VKitK1',0,'tnamal2001'),(3428,'irngampel1983','$P$BKJiLDCgOnWVZZC71vzY6Jk8ZPWcto/','irngampel1983','irngampel@aol.com','','2018-03-05 18:54:49','1520276092:$P$BGYZWz2kwc1a.MKmn.swO3q0NQRaIL/',0,'irngampel1983'),(3429,'ginaetruex1997','$P$Bawt8BIPK3foc260oqq6at/CB9.lE50','ginaetruex1997','ginaetruex@gmail.com','','2018-03-05 21:37:09','1520285831:$P$BjX34kq9dm4.ux3I8P4cSoC.jHQVLJ1',0,'ginaetruex1997'),(3430,'mblonder2007','$P$BuzTswQyqkkPtsr0YO1lNVMVxrNSU51','mblonder2007','mblonder@beckydrywall.com','','2018-03-06 04:27:46','1520310469:$P$Bs8FzSr86Ylg4TzRgYXws09wxr.3EN/',0,'mblonder2007'),(3431,'cyork1967','$P$BUA7jiMroICLl0/B/LDbpBpgsA2qnx1','cyork1967','cyork@aspcompany.com','','2018-03-06 04:30:26','1520310629:$P$B89p/YvqsXi8x/zlMwwfhRaOaPqy3n0',0,'cyork1967'),(3432,'jhlee2009','$P$B75YNqt1av541E0L0hC4Bhhw2cHqWI1','jhlee2009','jhlee@theleeaccountancy.com','','2018-03-06 18:51:34','1520362298:$P$BlFeSY4qR6XRPbe6Q2Nfuvw/KI57Kr/',0,'jhlee2009'),(3433,'karenkss1982','$P$BUgmAmfV2M5QjLPV7BzIf8u9Wfq5150','karenkss1982','karenkss@aol.com','','2018-03-06 20:55:17','1520369720:$P$BnwY6p9S6GYbEkbLjSJYYJLOwmURtj.',0,'karenkss1982'),(3434,'paulaloewer1954','$P$B0sg29hVXr4bbckFUQERWD7ZMTIb6z.','paulaloewer1954','paulaloewer@gmail.com','','2018-03-07 14:39:41','1520433584:$P$BjQwOOUY4./ifCmx2z6zMgAZLPDV4L0',0,'paulaloewer1954'),(3435,'tvincent21962006','$P$BvD.5j7EmK6bIYYL.IN.Br6oHJeyJl0','tvincent21962006','tvincent2196@gmail.com','','2018-03-07 15:28:23','1520436506:$P$BJd24CiCFoPcQqAeEpPLBTdFBFmEnE.',0,'tvincent21962006'),(3436,'yuukixkoi1977','$P$BU2kS1.zZiV5MxJOM4uD6dkp.hwonl1','yuukixkoi1977','yuukixkoi@aim.com','','2018-03-07 18:36:08','1520447772:$P$BxdL7KSXV00CUBRo8E8KTU9ty4Gb6W1',0,'yuukixkoi1977'),(3437,'mmoldrem1983','$P$Bv58hw8EPMRTIgvr2SGSlLI9qiPz0U.','mmoldrem1983','mmoldrem@tractorcentral.com','','2018-03-07 20:08:22','1520453305:$P$BY1KCUOnVjucjazVBpwlW1rkl6MD3i.',0,'mmoldrem1983'),(3438,'kevindavidson091996','$P$BxM4LUgAz7ZGFVpAjjE9dga4tD2wdd.','kevindavidson091996','kevindavidson09@yahoo.com','','2018-03-07 21:13:22','1520457205:$P$BmqXOmJ.SJLCSjuOOSbUa0ckIzhCEN1',0,'kevindavidson091996'),(3439,'tshirtninjazach1991','$P$BFpyfD6FQOluytNm4zf9U5veuOWP2y.','tshirtninjazach1991','tshirtninjazach@gmail.com','','2018-03-07 21:52:32','1520459556:$P$BHoyETfQeSWjIGL12ybX7ra6onlyxq.',0,'tshirtninjazach1991'),(3440,'kjabby1961','$P$BCsMMNnpBHlvQHeK0sTx/zAHDhzRpU/','kjabby1961','kjabby@gmail.com','','2018-03-08 01:07:25','1520471248:$P$BAe5jG4GmD5yM3cNiL0WbKoxlFczEq0',0,'kjabby1961'),(3441,'jfserrao1970','$P$Bjzm5l0ajVk6ZfWzbPPJ9bhvYjapEF/','jfserrao1970','jfserrao@cox.net','','2018-03-08 02:24:34','1520475878:$P$BXo48/AMvbSr2DweliNRfbHRb8rywJ0',0,'jfserrao1970'),(3442,'reneesking2007','$P$BNUY9JrUSxQh2ObRR7C51PEO8oWKH80','reneesking2007','reneesking@yahoo.com','','2018-03-08 08:35:14','1520498117:$P$BNrWk.m0jZM15Bc/GSOWJyeQk2Y54n/',0,'reneesking2007'),(3443,'cmahan11974','$P$BosVACFE.I0d.YAuXS7Zjf1h1KciZR1','cmahan11974','cmahan1@cox.net','','2018-03-08 09:17:57','1520500680:$P$BsCjS5X463H1zwLlLe/huqAMq0nhL6.',0,'cmahan11974'),(3444,'bobrogers331956','$P$B2Trn22rqO0FxJ/R1OmmZEpwq2JMbZ0','bobrogers331956','bobrogers33@gmail.com','','2018-03-08 11:11:20','1520507483:$P$BGMEowwcwlYWIWHx.tWO0T/HJjqBRT.',0,'bobrogers331956'),(3445,'hbfredrick1950','$P$BdSUtDPck99bGgwSfWIVUMPcX0jcXn0','hbfredrick1950','hbfredrick@gmail.com','','2018-03-08 15:38:58','1520523541:$P$B4qFdTP5TLwv9cBKVdFL2i8KIap15q.',0,'hbfredrick1950'),(3446,'brookepettry1981','$P$BHk./e3AybqzaVXmevg29SXE/1Ztvb/','brookepettry1981','brookepettry@yahoo.com','','2018-03-08 15:39:58','1520523601:$P$BDmGe7IEgihNWk5biUGuzTr0EBMkYu.',0,'brookepettry1981'),(3447,'saithi1974','$P$B2lP8SPDyL3yzOC8d60b/CxDjFOqN2/','saithi1974','saithi@aol.com','','2018-03-08 17:22:57','1520529781:$P$BxtLMLaElo2YI2Yiip60DN3CblVFDi.',0,'saithi1974'),(3448,'kam2000','$P$B0tCjuhDbt6PyyL1trghbMXIXFg62V.','kam2000','kam@soochlaw.com','','2018-03-08 17:48:37','1520531320:$P$Bo8mkzNfWZMHK2c3iHZwxZ/2cHAk8F/',0,'kam2000'),(3449,'jewa941974','$P$BBUUa5vdDd/Fa5mkScD6VrJEOt56Tv/','jewa941974','jewa94@gmx.de','','2018-03-08 19:30:18','1520537421:$P$BWmJMYggsxZ82ww9L3YKvKNwTLAT3A1',0,'jewa941974'),(3450,'jlpesqueira1969','$P$BNABEUFVDMQPqC1tSwRbhK0cPrYVTu/','jlpesqueira1969','jlpesqueira@yahoo.com','','2018-03-08 20:06:29','1520539593:$P$BcpyuDxsT/qAUAWcPnXwkGjTKToF6i1',0,'jlpesqueira1969'),(3451,'polkoski21958','$P$Bh8qN8EwqePIFUM9pIYjZ71V7oiIoH/','polkoski21958','polkoski2@yahoo.com','','2018-03-08 23:07:06','1520550429:$P$Bo/dDge2bU6P7/aGKcN/UmQGYsezjw1',0,'polkoski21958'),(3452,'christian1989','$P$Bk5Toq7zgCn/6KgYiBnHrmE/D6BY4r1','christian1989','christian@myhome1st.com','','2018-03-08 23:59:27','1520553570:$P$BjNK2fPP/tdOXhRkpzNWE7Nce4IDJP.',0,'christian1989'),(3453,'virga.wallace1987','$P$BNXIX5NQGuJ80aPsBAMZCzxB2hRH5Q1','virga-wallace1987','virga.wallace@ethanallen.com','','2018-03-09 02:42:44','1520563368:$P$B8ttQoKm5Ptb0A2SfpwE3RwiPmaNJ9.',0,'virga.wallace1987'),(3454,'snuckey_the_great2001','$P$BMTkdpFSbCxTajBk4e71Qnw2ExP/U/.','snuckey_the_great2001','snuckey_the_great@yahoo.com','','2018-03-09 02:57:53','1520564276:$P$Be7V7/UAl0uDekrVfGwwaS6BsLeXfL/',0,'snuckey_the_great2001'),(3455,'sharon_hallam211973','$P$BmkI14ARTX0c/VV.DiwDSKvrEbfDK60','sharon_hallam211973','sharon_hallam21@hotmail.com','','2018-03-09 14:06:32','1520604395:$P$Bd4gX4l2VV96FK76WZPaCAMXScPATZ/',0,'sharon_hallam211973'),(3456,'raul_menor1998','$P$BwZgwXVVuUpYIrY2VF1L8tsYQerlSW.','raul_menor1998','raul_menor@hotmail.com','','2018-03-09 15:12:35','1520608359:$P$B1.cm3UBp.1wr18nVMbsc/WqO1I1oR/',0,'raul_menor1998'),(3457,'gary1992','$P$BS7CkuWPk/RXnqvPt4ptnfCEuCwT7d1','gary1992','gary@centralqueens.com','','2018-03-09 18:22:06','1520619730:$P$BiVOQ28KnDlwIYjM5FmLtavM/9qRUk0',0,'gary1992'),(3458,'sue21071960','$P$BBniqJ3ltRkDjUpKdcnMqNNm8AgvcA1','sue21071960','sue2107@hotmail.co.uk','','2018-03-09 20:14:34','1520626477:$P$Bz4ocgRlPjZODGLsgS7vgreIkgUVjh/',0,'sue21071960'),(3459,'lcmsblythe1993','$P$BUigr4qHfeM2eZ72s98GHS7m9LFcbN0','lcmsblythe1993','lcmsblythe@yahoo.com','','2018-03-10 00:45:39','1520642744:$P$BtDdnaUP1PwqxWVFfG0He0ZIR/xNxx0',0,'lcmsblythe1993'),(3460,'theblackburn1972','$P$BfqvLpzwjlNJB7BGU39exh.GSKA9LO.','theblackburn1972','theblackburn@gmail.com','','2018-03-10 00:47:16','1520642839:$P$BQ7vM2hazkp/r4lx.YvUSxGxCBngu1/',0,'theblackburn1972'),(3461,'ntbeast2009','$P$BEHoe48nZ1.YE..mcZh9J7LeuprpwJ1','ntbeast2009','ntbeast@aol.com','','2018-03-10 01:34:49','1520645691:$P$BPBCS3eaNxsB/PUd.OvQ5t6SvclKso0',0,'ntbeast2009'),(3462,'anthony.karas1994','$P$B5.9AEQO48niJ9c4STUsnzhGazo76G1','anthony-karas1994','anthony.karas@yahoo.com','','2018-03-10 03:37:12','1520653035:$P$BplYeKVVNFPlQJnb2o5MSAgEQ5fFb/.',0,'anthony.karas1994'),(3463,'jcorvello60302003','$P$BUzeM6ICrOsrB/6e/MgSVcDDwsYtwB0','jcorvello60302003','jcorvello6030@charter.net','','2018-03-10 14:09:21','1520690965:$P$BBAWPOZWUPpRZDG8QO.9H0JgIGkpcd/',0,'jcorvello60302003'),(3464,'rmcduff1975','$P$BRIaNb2IEGPAuvIZ8zsY4qDAJIlk7./','rmcduff1975','rmcduff@gmail.com','','2018-03-10 20:25:10','1520713513:$P$B9SzN1Z2N69LUSqp/lvGPbvk.ReMvh1',0,'rmcduff1975'),(3465,'asexyvirgin1985','$P$BNtPSVjIcsYTbjrCo6rrROEAsrBBan.','asexyvirgin1985','asexyvirgin@gmail.com','','2018-03-11 00:28:15','1520728099:$P$BpLiaodpyGD8cv9SYvoq/D8Cgmx9a./',0,'asexyvirgin1985'),(3466,'ecpruyser2006','$P$BTO.cz8ZPmtAa9O/L96wt..NzBcZdA/','ecpruyser2006','ecpruyser@yahoo.com','','2018-03-11 06:36:39','1520750203:$P$BR0pNgpYQ6dNXcP9McOIxsV6MDy7yN.',0,'ecpruyser2006'),(3467,'01.obiwan1988','$P$BMF5.5chPxetIzM5oWZ1vrpa7vOPpx1','01-obiwan1988','01.obiwan@gmail.com','','2018-03-11 13:44:25','1520775869:$P$BbL5z7yflxq3dUypd.bBnUSzpE/QpQ/',0,'01.obiwan1988'),(3468,'prncsnyc1990','$P$BHd9rXHT8UgdAtPP/UsTAQNxp6RhU2/','prncsnyc1990','prncsnyc@aol.com','','2018-03-11 16:26:49','1520785612:$P$BU3mKpkJkoCSLQA5aYoSZ/Jfpc71ux1',0,'prncsnyc1990'),(3469,'glennferg.gf1991','$P$BeeEzS5pjSoHJd6YEJwY/YWLrOavNS/','glennferg-gf1991','glennferg.gf@gmail.com','','2018-03-12 04:43:13','1520829797:$P$B4J8cVbZ2x0UQYe/qjn9eFOZIDnA26.',0,'glennferg.gf1991'),(3470,'teresarice682007','$P$B0V.Jz2gV.7xoyB2yEG.gEsSPxG5CF1','teresarice682007','teresarice68@gmail.com','','2018-03-12 09:24:02','1520846645:$P$BtXntuGFl8Faq9ulO5R7yUwtJnmVP0/',0,'teresarice682007'),(3471,'kristendevaney1982','$P$BPPnikD0xTDKf.GDu6/kxVcDPYNhc4.','kristendevaney1982','kristendevaney@gmail.com','','2018-03-12 14:29:02','1520864946:$P$B.X.Vq1Ev1EMbCcDzH6s4zY3waB.aQ1',0,'kristendevaney1982'),(3472,'sawyer_keegan1976','$P$BDNQ8DZSz6vFJlOBZlo4Ux7Bhp/Trs.','sawyer_keegan1976','sawyer_keegan@yahoo.com','','2018-03-12 15:05:50','1520867153:$P$BNVRdDMEnXPSV0EsLDxLPd6y6z3rNR/',0,'sawyer_keegan1976'),(3473,'robert_villarreal_062010','$P$BeVAw01ht1XSv88RnUaFSSVxMXdB/A/','robert_villarreal_062010','robert_villarreal_06@yahoo.com','','2018-03-12 15:15:28','1520867731:$P$BCxnlekfMLSI9dirhLPuLDo2pDIlfc.',0,'robert_villarreal_062010'),(3474,'jenniferd1982','$P$BD3HPBOALJf84jxn.YoZPNpm2PE5f70','jenniferd1982','jenniferd@geranium.com','','2018-03-12 15:39:28','1520869171:$P$BMU/xlJK4u18.rsOZYKlOsrPcfuldE0',0,'jenniferd1982'),(3475,'tstew19651975','$P$BT9HGRza/8k8MjZnwZK1ntA3IQ4zGf1','tstew19651975','tstew1965@yahoo.com','','2018-03-12 17:28:58','1520875742:$P$BO8MFkYphsLHb/FOj2zp7fC3E57.7A/',0,'tstew19651975'),(3476,'azblakejr1993','$P$BMSJV.sRdjTAEb8q6dANIZV/7dmNJy1','azblakejr1993','azblakejr@yahoo.com','','2018-03-12 18:42:39','1520880162:$P$BM6orggOn2K5/Ocds/jkeI73xo8QXb1',0,'azblakejr1993'),(3477,'cory.overturf1989','$P$Brsu/jARiVGLQHz5vG4mkGlo5bMx1G1','cory-overturf1989','cory.overturf@yahoo.com','','2018-03-12 20:46:04','1520887569:$P$BJMbToEwOTcMHCh5TVf5zgACQhBJmJ1',0,'cory.overturf1989'),(3478,'mdm8791989','$P$B26YIAJcTRqjh8MdTdHJlTCXoz6CMh1','mdm8791989','mdm879@aol.com','','2018-03-12 20:57:12','1520888235:$P$BhU06FBkipPW3Fpn0avnJFNZDT7W7Y1',0,'mdm8791989'),(3479,'wolleytaxi1960','$P$B35b4dz4DyfBYRECj0YzdiESMVGI0N0','wolleytaxi1960','wolleytaxi@gmail.com','','2018-03-12 21:02:18','1520888541:$P$BCa8NbGy7n891XRXFWrofb/us4oBM60',0,'wolleytaxi1960'),(3480,'jrupp20061999','$P$B2KVwTA4OgfCgu.ufF9xf.FbrF7u3l.','jrupp20061999','jrupp2006@yahoo.com','','2018-03-12 21:59:01','1520891943:$P$BPptqzMukckoxpUphRhIAkpG4fDsT8/',0,'jrupp20061999'),(3481,'thstrumpet091950','$P$B/zbc9bExHJ98GBL2mhFPNfWjpVItT/','thstrumpet091950','thstrumpet09@gmail.com','','2018-03-12 23:37:51','1520897873:$P$BOvpim1RI7yab0rEvvBjc7kGMQRe95.',0,'thstrumpet091950'),(3482,'timhaney421972','$P$BB.LpESoT0S6rDcr75kXiU0n1Vrqn9.','timhaney421972','timhaney42@yahoo.com','','2018-03-12 23:43:09','1520898192:$P$BOlFVi8VGcq1A1gFrRxMwSAi5HbkQl1',0,'timhaney421972'),(3483,'sw45121985','$P$BAqTrm8yOGVkFPvbyAPzREsoLRwA4a1','sw45121985','sw4512@yahoo.com','','2018-03-13 00:52:53','1520902376:$P$Bkt1QNbscZWv.tHBCZsp5xAfuE8zJM.',0,'sw45121985'),(3484,'jendenjohn31986','$P$BFLk3VSx8L9woTntLHe.5m4U.hVVM51','jendenjohn31986','jendenjohn3@yahoo.com','','2018-03-13 01:12:21','1520903544:$P$BsYmaalf6eV7A1kA6bZ4yxGPXAp7fG0',0,'jendenjohn31986'),(3485,'ted.piotrowski1989','$P$B7iAdRLqJ2v3i19Yn0CAxtTWRXfo/d1','ted-piotrowski1989','ted.piotrowski@taerep.com','','2018-03-13 03:45:32','1520912735:$P$B3jCibHvLhnywMVS7vpVjXpjtQ0L4Y0',0,'ted.piotrowski1989'),(3486,'brownrnd1964','$P$Bm36KGEaqj4r8SDKI5mHvkdsfvZA4.1','brownrnd1964','brownrnd@earthlink.net','','2018-03-13 04:09:47','1520914189:$P$BUoaVW5VsZ1bysAkpmmWXa6uJemTF/1',0,'brownrnd1964'),(3487,'patdanis1981','$P$BG0jhkht7pFgkkt5/Xrk6um1bveOir/','patdanis1981','patdanis@verizon.net','','2018-03-13 11:09:31','1520939374:$P$B/fsQWmeqjfzlFfa4ejdJC5MP0lGiK/',0,'patdanis1981'),(3488,'jgran1976','$P$BZ5zwD9M6UBw63gNH0xjeDKuVet4sw.','jgran1976','jgran@student.ysu.edu','','2018-03-13 18:23:31','1520965415:$P$BTLpNtcc/IkaFRWSBpRPOKM5amyYms/',0,'jgran1976'),(3489,'livingwaters1983','$P$BK1s1k0LWCp6n0pC60Gx.qweQtX.Co/','livingwaters1983','livingwaters@cableone.net','','2018-03-13 19:22:49','1520968972:$P$BMeLTowtFy9y9f2i088wXBOGhOrSPZ.',0,'livingwaters1983'),(3490,'benedikt-pracht1967','$P$B8rhetZAZWw7BRT9ku2qg.oNb8X814.','benedikt-pracht1967','benedikt-pracht@gmx.de','','2018-03-13 19:37:56','1520969879:$P$B1BvQWa/c6nP7V6IuJL4dIx.rftev00',0,'benedikt-pracht1967'),(3491,'jeremytdennison1965','$P$BjcOdmXgjWIwDG9SDbblg.ISzRAURK1','jeremytdennison1965','jeremytdennison@yahoo.com','','2018-03-13 19:57:02','1520971026:$P$BGpF7FKecW.mPHON6mE5N8ifj77zA4/',0,'jeremytdennison1965'),(3492,'center1311955','$P$BfD4vRQRWn/DTWDNmTj2r6ofy90YHY1','center1311955','center131@sshouse.com','','2018-03-13 20:11:57','1520971920:$P$BuWqk973XsYnkXNoaNMAr19qIep2mg0',0,'center1311955'),(3493,'tlgooday011953','$P$Bye4OqUQ7qQLAbeUtR3AQB7NhvIxRg0','tlgooday011953','tlgooday01@yahoo.com','','2018-03-13 20:46:56','1520974026:$P$B8kPnndUFepxuBd9sy/p250yiFsMhU.',0,'tlgooday011953'),(3494,'kenashton11973','$P$B6ZZxC6aDhwHQdTul09fdmU9NOZVZf/','kenashton11973','kenashton1@aol.com','','2018-03-13 20:47:42','1520974065:$P$BBebv47VzTtJmkeir2QlaoNi3C1eQR.',0,'kenashton11973'),(3495,'edspar422002','$P$B0LuS51H0nuURrStCXQpZgR1SmKTXV0','edspar422002','edspar42@gmail.com','','2018-03-14 03:45:27','1520999131:$P$Bqngn5wUAxG85wQ8VvhAko9P/a1.QH.',0,'edspar422002'),(3496,'suresh20051990','$P$BiA2scqoc0dJ9h92M06Vi2zXyFoJL7.','suresh20051990','suresh2005@live.com','','2018-03-14 06:21:08','1521008471:$P$BSaGdWAZ7DbGOui06IHQidi9R.6N/D1',0,'suresh20051990'),(3497,'marianne.romijn1956','$P$BdeT3w1vXTjkSg38gB0hcmxOM5Udq9/','marianne-romijn1956','marianne.romijn@kras.nl','','2018-03-14 06:37:59','1521009483:$P$BQY3VW4auZHraifCa1Bfd0Ixq7x7n10',0,'marianne.romijn1956'),(3498,'sanjay_singhs1967','$P$B3/EQpNpczFJDMyGjpLxPpSKkzikvN1','sanjay_singhs1967','sanjay_singhs@hotmail.com','','2018-03-14 08:14:30','1521015273:$P$BQcrd04Y1jziFJDdi3U1SQpL4mEmR0/',0,'sanjay_singhs1967'),(3499,'norwood121975','$P$BPvJJkAKqVHn6xQlVTVgpSU6a5bFuC.','norwood121975','norwood12@yahoo.com','','2018-03-14 16:50:31','1521046239:$P$BfZFzzEsraJJcdUIf/x70GlEHVl9010',0,'norwood121975'),(3500,'magprays21953','$P$BO6KoKp4CSALH/vV7I9hahe3EyVQmI1','magprays21953','magprays2@aol.com','','2018-03-14 17:53:34','1521050017:$P$BlPxJmikerifGsXuXycggl7iNunlk.1',0,'magprays21953'),(3501,'slsmd1973','$P$BUbGam8x2hOt5gWzq1O/Nb472hHz2w1','slsmd1973','slsmd@aol.com','','2018-03-14 18:42:53','1521052976:$P$BsID8YZ0bGUlRtxh7ytAfKRXXCW.jn0',0,'slsmd1973'),(3502,'driftmistertwo1961','$P$BCL7KdEj26MnJJ7Loofs4XEqoYa0/q/','driftmistertwo1961','driftmistertwo@yahoo.com','','2018-03-14 19:31:04','1521055866:$P$B6TCBMzM.rBqgP8pH82cLfL3L/Yjc11',0,'driftmistertwo1961'),(3503,'nadiajardaneh1981','$P$BqagSzg005iHTe3067agPOWBTe6Jta/','nadiajardaneh1981','nadiajardaneh@yahoo.com','','2018-03-14 19:57:49','1521057472:$P$Bxq7sDy9dBjOKI5sJwtbj4eVyqzEvb0',0,'nadiajardaneh1981'),(3504,'bsmith8261974','$P$BYgBd1DgEihZOvoiv8eEVheRgqiUKj.','bsmith8261974','bsmith826@yahoo.com','','2018-03-14 20:11:57','1521058320:$P$Br/O3908hPdmzBZW22Ak4dvyqK6Ua60',0,'bsmith8261974'),(3505,'sonja_creek2005','$P$BhnUr8sGh39kK.IFe41aSLaCAw5CGr0','sonja_creek2005','sonja_creek@yahoo.com','','2018-03-14 21:40:15','1521063619:$P$Bs2Tp6QhC/OxSCKcsJYvn2Z7F0eD5F.',0,'sonja_creek2005'),(3506,'tinanwilson1982','$P$BVAld3CEYIIvGuOdqdk0FCTevXzyhI.','tinanwilson1982','tinanwilson@gmail.com','','2018-03-14 22:22:20','1521066143:$P$BGQ5xdXYkd3b.6QOakoRP0WKDyZhrr.',0,'tinanwilson1982'),(3507,'denise01111958','$P$BmcaNfKrcTOOfL/kD4a19aKgEruwqb1','denise01111958','denise0111@yahoo.com','','2018-03-14 23:02:19','1521068542:$P$BVFellfYa2bm4xZ57SD2/VJKnTPWdo.',0,'denise01111958'),(3508,'bbmom131980','$P$BvDOkQ216Y7EYGSTnBjEivLAIfuRjF.','bbmom131980','bbmom13@sbcglobal.net','','2018-03-15 04:08:38','1521086922:$P$Bx83LX6EADJ9vSIT6ve/XwpMkUB9Zh1',0,'bbmom131980'),(3509,'terryl17761957','$P$BIBUivI05Q5QT9YGqJWJKHQMnK3Z6n1','terryl17761957','terryl1776@yahoo.com','','2018-03-15 09:40:05','1521106809:$P$BUW2GatytsO6s7RhZZdtHQyMaC6xk1/',0,'terryl17761957'),(3510,'wbkldk1952','$P$B6fvmsfuDXVDqldido0iarrm6KIWxw0','wbkldk1952','wbkldk@cox.net','','2018-03-15 09:44:37','1521107080:$P$BPIkvffDPfLOOg6sm1wlL6IY1BwvjK.',0,'wbkldk1952'),(3511,'dbrh_jacobs1974','$P$BjCRJLzMAhfyBZQoA8KcEme7X9Ajp3/','dbrh_jacobs1974','dbrh_jacobs@yahoo.com','','2018-03-15 13:58:35','1521122318:$P$Bgb3skgooefHvMAa2lE105VFXxyZXY.',0,'dbrh_jacobs1974'),(3512,'lagallegadecuba1996','$P$BuNANvzqmxlh6caAOtNNZtXsdf0IoI.','lagallegadecuba1996','lagallegadecuba@yahoo.com','','2018-03-15 14:24:43','1521123885:$P$BZC.41gSyvNRyX/3lRXWzlV92bgEmY.',0,'lagallegadecuba1996'),(3513,'viradethilavong1964','$P$BafXwMvKX2dU8pAVqvkoJpNK9Vr8KK.','viradethilavong1964','viradethilavong@yahoo.com','','2018-03-15 14:59:08','1521125951:$P$BUMj1CSEHr6eK3vl7zJpirxGpv4Lvo1',0,'viradethilavong1964'),(3514,'nils-vedder1969','$P$BN.7SbC2ze08/xLkyTUTybkiZEdEDN1','nils-vedder1969','nils-vedder@gmx.de','','2018-03-15 15:07:35','1521126458:$P$Bu9DBXNxOW0DtyjN65Bc3cc8/ZVkOa0',0,'nils-vedder1969'),(3515,'jpmccarty1950','$P$BdndPmqM8PYnCjNRvkHvt0Mrevb9.E1','jpmccarty1950','jpmccarty@hotmail.com','','2018-03-15 16:10:23','1521130227:$P$BigHXzZaju9Fl.etSUBdUJ59bUVm6M.',0,'jpmccarty1950'),(3516,'jmiranda111977','$P$BVHUKfYdrb4NW5ulCmF5hSzIt4blvU.','jmiranda111977','jmiranda11@aol.com','','2018-03-15 17:22:38','1521134562:$P$BsVD2PeyK/6TzsyZiUcFhEHNnEj5tK0',0,'jmiranda111977'),(3517,'oscaro11131960','$P$Bsx3oyM51HmlaUEUqCHjYP0qiDkSDp.','oscaro11131960','oscaro1113@yahoo.com','','2018-03-15 18:38:05','1521139088:$P$Bn6qP/oNsdwV4LQRUEH/1mADkyockE.',0,'oscaro11131960'),(3518,'artekestimating1990','$P$B.m/ncYP5qLdddQ0eGboo9BdtXqOuz/','artekestimating1990','artekestimating@gmail.com','','2018-03-15 19:17:36','1521141459:$P$B6KAo.3QSAEUtRxe0lUMZS8RYc4.iy.',0,'artekestimating1990'),(3519,'bwright731974','$P$B4aRrMke7SvVACopmvPdSOQPViY1I/0','bwright731974','bwright73@yahoo.com','','2018-03-15 20:10:34','1521144639:$P$BEo2hRcgXIPmDwYFbZc6Ms/Rvi7VEh/',0,'bwright731974'),(3520,'mjpatrone1997','$P$BasI4cw8hSqiEyp6ukGiGncTuiOez9/','mjpatrone1997','mjpatrone@yahoo.com','','2018-03-15 22:09:07','1521151750:$P$BrvFuX7zwiCM4amadQLJGcGGR6Ws3R.',0,'mjpatrone1997'),(3521,'ralphritchie1964','$P$BLVmW8SbjgdyvBD11fN3n.IJWca3uh0','ralphritchie1964','ralphritchie@att.net','','2018-03-15 23:45:04','1521157507:$P$BOIBR9rkFY0PW3l./0Pvx8oPpFx7A81',0,'ralphritchie1964'),(3522,'yush_211972','$P$BXQqf3tS68y2u8ax2d4PdIFr0Tfkgz.','yush_211972','yush_21@yahoo.com','','2018-03-16 00:55:02','1521161705:$P$B/v0k1bs9s.k1VQj37LUrrEN.Q.ZfD0',0,'yush_211972'),(3523,'newmilfordohd1996','$P$BSg0gKGkLcYcykP6JwUIi2FWAptbs6/','newmilfordohd1996','newmilfordohd@aol.com','','2018-03-16 15:44:13','1521215057:$P$BqhR6I7LNtz3V9Dg35AB8AVJe.RXHT/',0,'newmilfordohd1996'),(3524,'texstarphoto1989','$P$BsvyOjc.ZDZ8yMGr8CveoHvdXHwm501','texstarphoto1989','texstarphoto@aol.com','','2018-03-16 16:26:33','1521217596:$P$BZ61JVlKMUYn1nCOmg/KKURn84ConY/',0,'texstarphoto1989'),(3525,'misscrumpyshotwings1955','$P$BTD3fwntKGBKEBkO4X571pQ9jqHJ7F1','misscrumpyshotwings1955','misscrumpyshotwings@yahoo.com','','2018-03-16 22:51:41','1521240704:$P$BlqlZ98aXVdWCHYD7ouvTqD0N38bUv.',0,'misscrumpyshotwings1955'),(3526,'david974021960','$P$BmFbvJOWWtHIfXQa.UkQ.yy/5jYeV31','david974021960','david97402@aol.com','','2018-03-16 23:51:08','1521244270:$P$BLCYDwIKo/N7mZLu7x.GHS666FVGLX1',0,'david974021960'),(3527,'sweetrosepetal2006','$P$BePN66xI6Cgt.lNrwzz8YzopPRwoZZ.','sweetrosepetal2006','sweetrosepetal@aol.com','','2018-03-17 01:46:19','1521251182:$P$BaqjrI.aAZx0wEVxaa4f3qhtWE4TmQ0',0,'sweetrosepetal2006'),(3528,'martinezds32005','$P$B/t/HHDvorPv3ZtNBBr4o1VDgovHoD/','martinezds32005','martinezds3@aol.com','','2018-03-17 04:08:38','1521259720:$P$BEtzHn9pUXlJHMdzAfju1kTBNbwrjb0',0,'martinezds32005'),(3529,'og_zealot1966','$P$B4DeOJli3MCi78/TkRTbgFeNPuD/bH0','og_zealot1966','og_zealot@yahoo.com','','2018-03-17 04:31:53','1521261116:$P$B05VeduA3A8HOsP21Igo7Y.4DvEkjI.',0,'og_zealot1966'),(3530,'classic.autogroup1985','$P$Bh4HJRfF6BJVhycuxqrbtzst3NXgch1','classic-autogroup1985','classic.autogroup@yahoo.com','','2018-03-17 04:35:07','1521261311:$P$BVM4O2XoB0j8N5x.z1fWRUoq1xbY9D0',0,'classic.autogroup1985'),(3531,'srikanth.pathapati2004','$P$B.bwAPNWM6D2upQ09pYSnteVoXeV5j0','srikanth-pathapati2004','srikanth.pathapati@gmail.com','','2018-03-17 11:56:01','1521287765:$P$BZtUy893UGGJ5EEtc5aKOjzydnidVi.',0,'srikanth.pathapati2004'),(3532,'tina.hocson1979','$P$Bu9riY.bnI9Ndgneq8tgZ9nQAkk/us/','tina-hocson1979','tina.hocson@gmail.com','','2018-03-17 15:05:14','1521299117:$P$B4VIdGMLoyug/ZBV4fUWnIxfnkujMy.',0,'tina.hocson1979'),(3533,'panphotographics1982','$P$BTohqCBfCEAB5vVqmPtrF7fQ/oFWuX1','panphotographics1982','panphotographics@gmail.com','','2018-03-17 15:16:17','1521299780:$P$BCxnZguiKUqn7FsojqJTOL4kdf4zmT/',0,'panphotographics1982'),(3534,'stace9801995','$P$BZwSHyMXIZklJQufOKYxg5svgphQ5B0','stace9801995','stace980@yahoo.com','','2018-03-17 22:29:46','1521325789:$P$BhXfJhU83vwrFT0TgjxaIydmx/MkLw.',0,'stace9801995'),(3535,'mcget2008','$P$BmLkcxbwS1pZS8vrPwFFg2sUDuy24Q/','mcget2008','mcget@cox.net','','2018-03-17 22:55:51','1521327355:$P$BgufzVHTkZdN3mRAc91jMvqHO0KOf8.',0,'mcget2008'),(3536,'jdesantiago31985','$P$BSoa3ZtjN0BwiJNF0AMAvM.rBLoVxx1','jdesantiago31985','jdesantiago3@aol.com','','2018-03-17 23:20:00','1521328803:$P$BBPm9p5YO2.Whg7cI/4Kf9NQA1bNOG1',0,'jdesantiago31985'),(3537,'jakobwalterjr2004','$P$BEUwG1Ds1VC0RF3OrEbsKAd3RIWcBd0','jakobwalterjr2004','jakobwalterjr@gmail.com','','2018-03-18 03:52:41','1521345164:$P$BKaxxPxBtcEvA07xDlNKYVmkaQTIJX.',0,'jakobwalterjr2004'),(3538,'kyle.ohme1969','$P$BLYIM0Pf8kpgx9aWdsRVurh36s7kiq1','kyle-ohme1969','kyle.ohme@rvpc.com','','2018-03-18 11:04:24','1521371068:$P$BoRb8IuyBqtCDsy2YM8dkMCCnuGPK31',0,'kyle.ohme1969'),(3539,'improte1969','$P$B5swyvuwZ4q6B7rvFsdrNHTY6ET29v0','improte1969','improte@optonline.net','','2018-03-18 16:13:21','1521389605:$P$B8LIWteAtZq1BC4CreRVhfWN.uBrB0.',0,'improte1969'),(3540,'tpitkin212006','$P$BwveDQa6diamSG6ewdfPDs/ELzbGVZ.','tpitkin212006','tpitkin21@aol.com','','2018-03-18 18:23:41','1521397425:$P$B8nM29WvkqmZeMCWgQdstKpAafDcJG0',0,'tpitkin212006'),(3541,'azadehrahatlou1987','$P$B0VtOES8fcR04DUG.ukWu9ygH0nB3B.','azadehrahatlou1987','azadehrahatlou@yahoo.com','','2018-03-18 21:15:41','1521407745:$P$B7D490cRwL6iP85awuA7.Bo7yjnyNr/',0,'azadehrahatlou1987'),(3542,'jenkins21841965','$P$B7NiDeNVQdE30r97G0RNH18skVKn8K.','jenkins21841965','jenkins2184@yahoo.com','','2018-03-18 21:51:06','1521409869:$P$BzyKZeeoZNdfNGj7I3lfX2EstzMMFR0',0,'jenkins21841965'),(3543,'lou1952','$P$BA7zyJ8Grp0POSrsk7iphSWtr1Jvhx/','lou1952','lou@asselberghs.net','','2018-03-19 10:36:26','1521455790:$P$Bwix4iB5Wi.t5JYjiOUrk1zTQE8tde0',0,'lou1952'),(3544,'mrawallace2009','$P$BE0Tj/c0OgM74Uoxqz.g.yu.1w69qS0','mrawallace2009','mrawallace@yahoo.com','','2018-03-19 16:51:23','1521478288:$P$B7BphPFErSWpv2PHbWlk5s8eRXmVPP/',0,'mrawallace2009'),(3545,'denise_robert1977','$P$BuGkVFtdpwzqzJGZVOWrFZFdIQHgNa.','denise_robert1977','denise_robert@comcast.net','','2018-03-19 17:29:19','1521480561:$P$BbBOphMkhEH1lbSC0MJH.PQYXPIhgg.',0,'denise_robert1977'),(3546,'jonesb1986','$P$B4kXesO3rJIuV05OTZGWBGFyrCirJ01','jonesb1986','jonesb@calverthall.com','','2018-03-19 17:52:08','1521481930:$P$BxeyvyAQqIk8.zUcx.3scCG3W/x7eg/',0,'jonesb1986'),(3547,'rosebudsac1962','$P$BPCByOdzOVK2tz7X529o/fjfpRrvzw.','rosebudsac1962','rosebudsac@yahoo.com','','2018-03-19 18:26:04','1521483968:$P$B8z.QimDeVBjCfJLdUi6klfEPme/zd1',0,'rosebudsac1962'),(3548,'alfredjamadiolaw1977','$P$Bq.aBe6RaWvfOHzEgjtG4T2ocQNdkQ1','alfredjamadiolaw1977','alfredjamadiolaw@gmail.com','','2018-03-19 19:55:38','1521489342:$P$BLQjno4mzN2uT7qaEN5yLeo73M5nQy1',0,'alfredjamadiolaw1977'),(3549,'meechekboy1982','$P$BlQLX5q45NP7QAFtJvphqAAw5yYpqB.','meechekboy1982','meechekboy@gmail.com','','2018-03-19 20:02:23','1521489746:$P$Bow8I9dnjfD/tgKu0ysPZ22lco1fnc0',0,'meechekboy1982'),(3550,'ljbbella1953','$P$BDsmQ7wX3X2mCWBiV3fgXx9gHjnMfU0','ljbbella1953','ljbbella@yahoo.com','','2018-03-20 00:12:25','1521504749:$P$Bv1o3kCtv8G45mUOgACtJzqtcnz7Rk0',0,'ljbbella1953'),(3551,'pitokiki41980','$P$B5MhWFujKAsDgSi1FCnbGvzhkolZou.','pitokiki41980','pitokiki4@aol.com','','2018-03-20 01:03:43','1521507826:$P$BR9yS8Zzrk3HFBJf7QrttSPKdyol4q/',0,'pitokiki41980'),(3552,'alexvigderman1999','$P$BXZodUR0VbVsNufp70knhZRhpR1./u0','alexvigderman1999','alexvigderman@gmail.com','','2018-03-20 01:46:33','1521510397:$P$By5BH8xDpCTDxztMl1.Az0Pjxvr2XK0',0,'alexvigderman1999'),(3553,'cynthia2008','$P$BrLQl8ZOLcJxnmd6E90Y2Yqr/ZfXBR/','cynthia2008','cynthia@big5electronics.com','','2018-03-20 05:54:57','1521525300:$P$BJ2nrv9gNGFYYwA7biDK9mdU0mfEpr1',0,'cynthia2008'),(3554,'atamus11986','$P$BE8sWzQBhZ2FtHFpTI25d7HKqtf7fK/','atamus11986','atamus1@aol.com','','2018-03-20 07:50:35','1521532239:$P$BAcl82GWCCdv6WYCr8PIXnWlf2OB9w0',0,'atamus11986'),(3555,'morris1982','$P$BUxQrPobjz27aCOht9MlJeJF6/CMsA.','morris1982','morris@morriskw.com','','2018-03-20 10:43:54','1521542637:$P$BtMz/HXqMxOquF4lMuWlxbSk/F3oEm0',0,'morris1982'),(3556,'misha.hillstrom1996','$P$B218oXCcGDxkbv9iPBJMy8NpTuq1Nc0','misha-hillstrom1996','misha.hillstrom@risd.org','','2018-03-20 11:02:22','1521543744:$P$B8V7flhlAMRJe5LAzrE0wxH2dLn4XO1',0,'misha.hillstrom1996'),(3557,'charlie.futcher1988','$P$B4/3l0n9boCPNb/aufGdYT/BljlGZ2/','charlie-futcher1988','charlie.futcher@gmail.com','','2018-03-20 11:06:49','1521544012:$P$Bdcf5MLTuMAchq1fzSMpa6kU/9ZkJx.',0,'charlie.futcher1988'),(3558,'rajajanius1977','$P$BY./.78yLydJf8C32khW1jQ2BmXP3b.','rajajanius1977','rajajanius@yahoo.com','','2018-03-20 15:55:35','1521561339:$P$BodWaUiGIl1XpPYBPB90AfzeL0F7bj.',0,'rajajanius1977'),(3559,'tayla.leonard1976','$P$BjM5EPPp31pvy.rt0up.zNHxnu3Vuu.','tayla-leonard1976','tayla.leonard@yahoo.com','','2018-03-20 17:03:51','1521565435:$P$BR2rgijs4gW0ahpbaAoquJ5HPelkPX1',0,'tayla.leonard1976'),(3560,'raacheldiane1982','$P$BaUpjQ1lmcgbSkKXrYA4xcfuihGqAY1','raacheldiane1982','raacheldiane@yahoo.com','','2018-03-20 17:23:22','1521566605:$P$BDOhagfJxwC.0ozA./evXXCse0oNz81',0,'raacheldiane1982'),(3561,'tucker.kelli1990','$P$B8v05/A1RBD1thjbPW0UREv4WJ/6T51','tucker-kelli1990','tucker.kelli@gmail.com','','2018-03-20 20:03:36','1521576219:$P$B1okm6qre5FRv0Z1QDOxRVgS6dwVm40',0,'tucker.kelli1990'),(3562,'thelmaivie1969','$P$BQ4haI5qaAxhkH/yIa3ZAsiSrZtiPz0','thelmaivie1969','thelmaivie@yahoo.com','','2018-03-20 20:36:47','1521578211:$P$BvPHX7Zo4OldWVqMykWsr0eCQ4Czqa1',0,'thelmaivie1969'),(3563,'adamclugston1996','$P$Bij6sVMGd50nhoW50yFExCCQSAmqoj.','adamclugston1996','adamclugston@yahoo.com','','2018-03-20 21:04:36','1521579879:$P$BZhCpFOGNe76gGSMzGMs8XypvvPrD0/',0,'adamclugston1996'),(3564,'harry.k.yamada1998','$P$ByR2q.km7DxXs/9SmKVzGFWwCadE9k/','harry-k-yamada1998','harry.k.yamada@gmai.com','','2018-03-20 22:51:36','1521586299:$P$Bceoc5so3oSTlwfPru4m33BamfIhwf0',0,'harry.k.yamada1998'),(3565,'ozzie.mitson1980','$P$BYQwtVW14ew4/8kdT0ISwgkgiNTGmX1','ozzie-mitson1980','ozzie.mitson@gmail.com','','2018-03-20 23:46:48','1521589612:$P$BCyjfmTUAvz7OpzAfhYSBRC9rdOYIu.',0,'ozzie.mitson1980'),(3566,'jen.odell1991','$P$BHG7LHypT6mo88Mq2r2mB7ko9gYhUZ1','jen-odell1991','jen.odell@yahoo.com','','2018-03-20 23:56:02','1521590166:$P$BI4.W/IKRR4GELxbH8XZdRvY95NUVS.',0,'jen.odell1991'),(3567,'jjjjcrew1960','$P$BO4k18MV4gg3dMzQ4YszYrDdI1zKfM.','jjjjcrew1960','jjjjcrew@aol.com','','2018-03-21 00:24:37','1521591879:$P$BBXTNzieWzQMnauxrcvUNGsTdwDoF80',0,'jjjjcrew1960'),(3568,'ramcesd_211964','$P$BzlFFidSwu3F36X27xWMVEV3K/NnlS1','ramcesd_211964','ramcesd_21@yahoo.com','','2018-03-21 05:00:34','1521608437:$P$BxXKgWHqru6GPxJa9QIZiIbI6JD9U51',0,'ramcesd_211964'),(3569,'hhoshino1967','$P$BqawHf9AB5CNxS7.76yU2lz.pJvNgJ1','hhoshino1967','hhoshino@clarionus.com','','2018-03-21 05:44:21','1521611064:$P$BmueNz9GhcJUOAo6eiMq4MSh6DCWvf1',0,'hhoshino1967'),(3570,'marci.meister1996','$P$BJZfWFEgfzfU7WPBZGjfdPUTwmDinP0','marci-meister1996','marci.meister@freenet.de','','2018-03-21 07:52:10','1521618733:$P$Bp/NmYCt1aBJaZEgEoLB8Xcu9p8zgx0',0,'marci.meister1996'),(3571,'george_170011960','$P$BHmUUTB8W1pa4ATaAj9lANxcGOXefH.','george_170011960','george_17001@hotmail.co.uk','','2018-03-21 08:48:59','1521622142:$P$BDb4wVRH5OFMXW1vWq7ITlZrJNWf/d1',0,'george_170011960'),(3572,'spetee771972','$P$BXA89vCe/VCLFhD42XSug2pWoXWBIj0','spetee771972','spetee77@yahoo.com','','2018-03-21 08:53:57','1521622439:$P$B0xEZpyDLpdzr643BZ1RFYHosUnsS80',0,'spetee771972'),(3573,'itsjustcassiee1957','$P$BT4cblZOWYHsPeF4dpBqBaTGAGN5o1/','itsjustcassiee1957','itsjustcassiee@gmail.com','','2018-03-21 09:15:48','1521623751:$P$BODE2SaNhIxi.XACUGehmMwpCqTrYN1',0,'itsjustcassiee1957'),(3574,'danigurl482010','$P$B/gAVgzvNQm1T5jtNVulJZF4ebCd1r.','danigurl482010','danigurl48@yahoo.com','','2018-03-21 16:24:08','1521649452:$P$B0jRCDjdIuyD3uUWk/MrWOXWu50MT7.',0,'danigurl482010'),(3575,'tbstride1984','$P$BYnFNkid3stFf3XM8SLqmYzyuQk2eP.','tbstride1984','tbstride@yahoo.com','','2018-03-21 17:52:49','1521654772:$P$BaOyYO/2BtXrAOlkc12K9SSMK.qkrV.',0,'tbstride1984'),(3576,'tiffanyhautau1964','$P$BfYTOx7zmJPRW78cc5oeTW4johjfn7.','tiffanyhautau1964','tiffanyhautau@yahoo.com','','2018-03-21 18:57:14','1521658637:$P$BhqfiPvQZIoCTzxvmVqPhsFP8ODiIr/',0,'tiffanyhautau1964'),(3577,'ephbuck1990','$P$BNhiG3iVLLfZgexyQdqD5huivVw2Bz/','ephbuck1990','ephbuck@gmail.com','','2018-03-21 22:01:28','1521669691:$P$B8Az3QPkjr2w5PZTOAPAFDG/GqL3uZ/',0,'ephbuck1990'),(3578,'hakbd1955','$P$BQ7AchiQrCuWDBqC9pyNMPYFU3swnH/','hakbd1955','hakbd@comcast.net','','2018-03-21 22:43:35','1521672219:$P$Bx2I2y5jApRcmUFHNaNVoSpHRFXUrT.',0,'hakbd1955'),(3579,'kw1954','$P$BllRQxrlirV/nnyYE2D2UMK.4BxNTY/','kw1954','kw@bctonline.com','','2018-03-21 23:19:55','1521674398:$P$BhK6UFtoql.N3gUWk1pbEdiegGbE2x.',0,'kw1954'),(3580,'jazdg20001993','$P$BcOvuFAWCyhSgEDkUAfyUiLZcMhFiX/','jazdg20001993','jazdg2000@yahoo.com','','2018-03-22 00:07:23','1521677246:$P$BW9IJsc1U7fdj5EdvIroRC79KDJ64z1',0,'jazdg20001993'),(3581,'favorford1960','$P$B9OzexXqcCT7yTFt2DRSJK2w7SFbkm/','favorford1960','favorford@aol.com','','2018-03-22 02:09:13','1521684556:$P$BeWrr4RNHx9Njo.vK5U/N8etI7.McT/',0,'favorford1960'),(3582,'kvkevindragonx1968','$P$Bv7vqJscKOdsCTmv57I3hZu7PGfVqH1','kvkevindragonx1968','kvkevindragonx@aol.com','','2018-03-22 03:43:18','1521690201:$P$Be4V6PifwCYMnKWk9BsBbJkkBfKNmh0',0,'kvkevindragonx1968'),(3583,'dohman1957','$P$B7xvNBi.Rj.K.8HKgGksGdIDwLfqRX.','dohman1957','dohman@acendo.com','','2018-03-22 10:44:13','1521715457:$P$B8T/TorMv3wtrX39sc988bqqCw2h93/',0,'dohman1957'),(3584,'betsyreing1990','$P$BIkrXnYtMW0TaItBsRrWT7kbdMKq6u.','betsyreing1990','betsyreing@gmail.com','','2018-03-22 11:16:06','1521717369:$P$B2.5ioHui2UmGivqzAgEp0tYXAIMEc.',0,'betsyreing1990'),(3585,'kkern762008','$P$BHCos.B4r7YyRwYcuB9vvRVHtPvV/5.','kkern762008','kkern76@yahoo.com','','2018-03-22 16:17:23','1521735449:$P$Bs41RFR/kdeblIEc1a.ojLlHh7BOdt1',0,'kkern762008'),(3586,'darryl1986','$P$BSf66xL73b0CUE4RE71tOj68H7vupW1','darryl1986','darryl@dblakley.com','','2018-03-22 16:40:04','1521736807:$P$BrnpelUx344Dxji.MC1VUl63BwS5n11',0,'darryl1986'),(3587,'jimbeeryboater1985','$P$BCXkgWtOdxiNkwW9SxusSqyU.LyuI2/','jimbeeryboater1985','jimbeeryboater@aol.com','','2018-03-22 18:31:52','1521743515:$P$B8zYKMvJp1I7foKIhdmChpM/T37qwJ/',0,'jimbeeryboater1985'),(3588,'drrkpc1966','$P$BZRtkZwtmlsx7.TXF0ohfpTPlrFC3R1','drrkpc1966','drrkpc@yahoo.com','','2018-03-22 23:03:47','1521759831:$P$BsmTIWEsOZOKMrvF3vWS7Y8ia7LwYn0',0,'drrkpc1966'),(3589,'teresalangley2010','$P$BQK3QGuDUaqWPptGhIsQix8F70mQOW1','teresalangley2010','teresalangley@yahoo.com','','2018-03-23 00:18:09','1521764292:$P$BTxZAKp/Ne8yGbD6LruWsEFiRG8.h..',0,'teresalangley2010'),(3590,'scd5001992','$P$Bh6X6ytgpUF5rIcI0GliaGHCsoMeSe/','scd5001992','scd500@yahoo.com','','2018-03-23 02:42:06','1521772929:$P$BspNOdUlhE7geoJn/KAP6br8ioorxL0',0,'scd5001992'),(3591,'hawks181971','$P$BW.htcW7Iu6Fn876Rmpzh6XYhpb3z/.','hawks181971','hawks18@aol.com','','2018-03-23 12:59:05','1521809948:$P$BOCp/lnzeVIzs4pUIgZgvzsuFgT6rD/',0,'hawks181971'),(3592,'smd45871973','$P$BQNNqSFqEiZtSBVcHeqVdqcpTlFQm.1','smd45871973','smd4587@gmail.com','','2018-03-23 14:04:04','1521813847:$P$BCJO35Eyn7M5K7ySD.3wAUg/NfDtci1',0,'smd45871973'),(3593,'robbin4121976','$P$BF7nma/OIoX/w8kueSX4lxwsY5q/Zk0','robbin4121976','robbin412@aol.com','','2018-03-23 16:40:06','1521823210:$P$BNh3VoSL5wXldrQtyOk/V5OoO/po0u1',0,'robbin4121976'),(3594,'aematienzo1959','$P$Be/4De.i4fvRPWytREykMCid8s2XBG1','aematienzo1959','aematienzo@hotmail.com','','2018-03-23 22:49:38','1521845382:$P$BBeoaERo0JlKJsbCF/lu2aASUTSHCd/',0,'aematienzo1959'),(3595,'awmathews1988','$P$BihA.BlfQGzrkZ75fFHMf7I7alrm830','awmathews1988','awmathews@aol.com','','2018-03-24 00:10:22','1521850225:$P$BdhyJQXx9T1c4dRNCy13PQ8GRaehIo/',0,'awmathews1988'),(3596,'kbeyer4182010','$P$BjRWeszFUjUUJY9ZDR.dw5he2re0b40','kbeyer4182010','kbeyer418@gmail.com','','2018-03-24 00:12:28','1521850353:$P$BPqF3InTPArKC0HYM3.Xv7CJbwpTrb1',0,'kbeyer4182010'),(3597,'catdog1213831985','$P$BHL1iM5m1b4EgGFO.q71oav9lvQbUD1','catdog1213831985','catdog121383@live.com','','2018-03-24 09:21:01','1521883265:$P$B1294dUxfjC.AXrGQ8gFwYEyeKGLT/.',0,'catdog1213831985'),(3598,'missdanger9112002','$P$B.vl4uhOgDZQxMnPyeQTa40/SMiL9k0','missdanger9112002','missdanger911@yahoo.com','','2018-03-24 10:00:31','1521885634:$P$BRSj96r/yrZv0rhWkC4baX7/7emD03/',0,'missdanger9112002'),(3599,'snflwr19771998','$P$B9XJoqsDZD56LusgbzedDMKLhprD01.','snflwr19771998','snflwr1977@yahoo.com','','2018-03-24 16:58:04','1521910687:$P$Bv2urOakbAX.mlD8BX9oXdmgSf3LYo0',0,'snflwr19771998'),(3600,'mcclenaghan2004','$P$B/05ApGZ83/AGw6Dge9uJTgXa6NQxm1','mcclenaghan2004','mcclenaghan@yahoo.com','','2018-03-24 22:15:20','1521929724:$P$BYz7FLPy6GDxyLBDG191xwxRMJCVSP0',0,'mcclenaghan2004'),(3601,'ec1231985','$P$BJz1OQ5R6KIKAwrof4kPY4SGMYbjcE.','ec1231985','ec123@prtcnet.com','','2018-03-24 23:50:33','1521935436:$P$BesloINGNvFRBXzyp/1NzAJfPm5w20.',0,'ec1231985'),(3602,'edgarm51962','$P$BAizK8MrWuvZW/dKcwLC7k/kx5HcZF.','edgarm51962','edgarm5@yahoo.com','','2018-03-25 00:18:04','1521937089:$P$BGA318Rrb.Qv2TIDNiOrlPE64dvJBK.',0,'edgarm51962'),(3603,'dhtye1974','$P$BbUygCS5ehuIhtl4LBYuX6Qgf/5i4P1','dhtye1974','dhtye@yahoo.com','','2018-03-25 17:30:17','1521999020:$P$BfVblnxbItAD4cVlpR67/FZT31/jGX/',0,'dhtye1974'),(3604,'magic.greene1955','$P$BJruHHH1I77Or6yl4XELgEVXSzDGH51','magic-greene1955','magic.greene@yahoo.com','','2018-03-25 19:06:52','1522004815:$P$BEYHKsmldmcPpegXJnxQ.Kd6XicX5k/',0,'magic.greene1955'),(3605,'laecheverrian1998','$P$BXvyU5Q6fS1Xpz0hcX/x58gxogE/7Z/','laecheverrian1998','laecheverrian@aol.com','','2018-03-25 23:23:06','1522020189:$P$BIWEOtMwWZdPOXymzvTx/OCJmR3qW.0',0,'laecheverrian1998'),(3606,'kristen.franks1980','$P$BJg2qgYQM1Pl7DDGNmjEQXCE4aFgj31','kristen-franks1980','kristen.franks@boone.kyschools.us','','2018-03-25 23:47:38','1522021661:$P$B1o6VmZWi5gjPnA/Kb63yTa8.Ae5JR1',0,'kristen.franks1980'),(3607,'ghost84801999','$P$B5nHvND0C50spTIHcmeXSc6j2EEKXc.','ghost84801999','ghost8480@yahoo.com','','2018-03-26 02:01:29','1522029692:$P$BJVVs/RYU2eKF/mJagZD6zXI8Zl9E50',0,'ghost84801999'),(3608,'sbensaadon1999','$P$Bi5mcVg6NcRabiZr1lJGZSBA2mFdt5/','sbensaadon1999','sbensaadon@yahoo.com','','2018-03-26 04:34:16','1522038860:$P$BlUHsNpZTr4k4lAMTJEGJxOIvwX0Rj/',0,'sbensaadon1999'),(3609,'clayton.campos111954','$P$BrYapS12VZbX/cMs8PF629YAT.0UJT0','clayton-campos111954','clayton.campos11@gmail.com','','2018-03-26 10:14:55','1522059300:$P$BOx5NfUVdrc7Z2jInP8t5MyA3uyjsE1',0,'clayton.campos111954'),(3610,'taron11381990','$P$BYb/poIeDhAv.mQsLJVkzLOzfQgFfn0','taron11381990','taron1138@gmail.com','','2018-03-26 12:20:58','1522066861:$P$BObfx5HdxpoQWu3JD/5XQ1naz7vqKM/',0,'taron11381990'),(3611,'m46291951','$P$Bbox.kBQAhnYSHKgsb11V/KvjJdtOx/','m46291951','m4629@aol.com','','2018-03-26 14:11:00','1522073463:$P$BFotqk0EjQo0f6DmuGa.QBOh6GqQpv/',0,'m46291951'),(3612,'office1966','$P$BKmNRa3vXl5w7yB3UE1yUZ4hytfAh71','office1966','office@deadwoodinc.com','','2018-03-26 14:59:54','1522076397:$P$Bn/q4zCLi8d7lgXYHQ6oFgQ9OanPnJ/',0,'office1966'),(3613,'derek.magdal1977','$P$BpIWj00QzTepfOMrvvfvbVQqOPBtpc1','derek-magdal1977','derek.magdal@gmail.com','','2018-03-26 15:12:39','1522077163:$P$B4AUso1IbBE0ZTZhFWNhuw1m6RJTy3.',0,'derek.magdal1977'),(3614,'lawanna1994','$P$BDWRKX8pABkUebXkqTq5WEiig/Q75y0','lawanna1994','lawanna@patriotfmllc.com','','2018-03-26 18:27:04','1522088828:$P$BT0qx1ovUrCumFk0m5Mu/GW1SPCVrV1',0,'lawanna1994'),(3615,'mondoa20041950','$P$B3i5evQDWGk.H7q4eI8NgbROfREFB8.','mondoa20041950','mondoa2004@yahoo.com','','2018-03-26 19:59:41','1522094384:$P$BgEvqllFJA.FEgKjmGsMOE51trifsy1',0,'mondoa20041950'),(3616,'nmauldin1996','$P$BSzBVIfWaA8KhJPdXUfkzXnVr8WVit/','nmauldin1996','nmauldin@aol.com','','2018-03-26 20:36:18','1522096581:$P$B5FKBTWT7S8LXwVqcrNwzB8eSqalek1',0,'nmauldin1996'),(3617,'cebender771991','$P$BPR5g1q/B1pNuXgTggcWOBYGUnWAcO0','cebender771991','cebender77@yahoo.com','','2018-03-26 21:33:24','1522100007:$P$BZk3HgYLtp6qLarGgGZkDZjHU3fvbN1',0,'cebender771991'),(3618,'tom.mullin1981','$P$Bej53iopOADdWks0xeqCyvXDIMGxTZ.','tom-mullin1981','tom.mullin@gmail.com','','2018-03-26 22:04:33','1522101876:$P$Bzfo0tU4nE.HJWZ6mc25G4PsGOH6fA1',0,'tom.mullin1981'),(3619,'rkaseff1950','$P$Buvm687CXGBV1loGnQECMlGDCk8ICb0','rkaseff1950','rkaseff@gmail.com','','2018-03-26 23:24:52','1522106696:$P$B1GWOVu6clUAOoizZAIDEPfwDwNidx0',0,'rkaseff1950'),(3620,'mike2010','$P$Bia6EX1zmkdK.rxUfbyt43LWkLg0D40','mike2010','mike@ljngroup.com','','2018-03-27 00:04:53','1522109095:$P$BN6Q3TApPkhQEL/Vpq/nAkYxYmPehU1',0,'mike2010'),(3621,'trap221968','$P$BXSBCbGaLaleM0spOdJUWEC0tnkalp0','trap221968','trap22@aol.com','','2018-03-27 00:29:24','1522110567:$P$BRlIBO5zalbVZx3sjjLUH5dv8KQ6Ry0',0,'trap221968'),(3622,'kittieknauer2000','$P$Br.d8XsEQvjqvPoXLzv.H43G0p4IeR/','kittieknauer2000','kittieknauer@aol.com','','2018-03-27 01:05:17','1522112720:$P$BswGSLC75QALIVmVqRcFvM6HWWHKeP/',0,'kittieknauer2000'),(3623,'ecameron1991','$P$Bm5UmFcYVTm/CkixuhNgKtYv4vVisA0','ecameron1991','ecameron@ioniaschools.org','','2018-03-27 01:36:13','1522114576:$P$BNSXx0GY70yRW0uyIPjVWGF7SAsbLG0',0,'ecameron1991'),(3624,'alan.perry1975','$P$BPhDIp5n/jaCAnkD5mBC4PJ5N0xZ0S.','alan-perry1975','alan.perry@frankfort.kyschools.us','','2018-03-27 02:54:14','1522119257:$P$ByxsbaSc33M8BLXzeVNy8E1xfKXdpk0',0,'alan.perry1975'),(3625,'ssh_cth1993','$P$BuXheeeGdZhu5xkZ517fj/HFEfSvN2/','ssh_cth1993','ssh_cth@yahoo.com','','2018-03-27 03:41:38','1522122100:$P$BN.M1Ha6p7lDMxIggHPYW.SSGYPhgh/',0,'ssh_cth1993'),(3626,'ptran50071968','$P$BuZ/O4WMhrwPLgKuy2j0Qxzd5HKIMu1','ptran50071968','ptran5007@yahoo.com','','2018-03-27 05:11:33','1522127496:$P$BW5tBPddN6EyHxzboNi9fNs2y701KM/',0,'ptran50071968'),(3627,'donnapappas2006','$P$BCDrPrSylR/IGLXQ1xt4tg3HJOuJrL.','donnapappas2006','donnapappas@verizon.net','','2018-03-27 05:16:27','1522127790:$P$BAxpAWl42KP7ykN/gJQa/ejcjCGJzk1',0,'donnapappas2006'),(3628,'cdwalls1992','$P$Bptgwht2xRHF7bhZnGyiIIOt8Y.A65.','cdwalls1992','cdwalls@okstate.edu','','2018-03-27 06:28:54','1522132137:$P$BOgVU30aZTTg0H8hurLqRG6Wm5tEYb1',0,'cdwalls1992'),(3629,'bucthis1957','$P$B.1XSXzw9mRYLnuQOWle8X9EZuhJdU1','bucthis1957','bucthis@charter.net','','2018-03-27 09:19:08','1522142351:$P$Ba5mAo/xRmV.UsQPVPYoFoTtSKaiht/',0,'bucthis1957'),(3630,'tchavez00171985','$P$BSQfSqyINg7LFkrffpKfXS7we55PD./','tchavez00171985','tchavez0017@aol.com','','2018-03-27 13:58:33','1522159116:$P$BTRyHd6fnnnYIwlf5rhJHKysu88UDp/',0,'tchavez00171985'),(3631,'audbrett161953','$P$BMPmU31OAI042DzIar.mjR1NmBkmsS.','audbrett161953','audbrett16@aol.com','','2018-03-27 14:12:49','1522159971:$P$BWS95RxTxLSRSn5LvlPxDVCtBJ65Rh.',0,'audbrett161953'),(3632,'tn.bob.evers1954','$P$BIuoObgVYBb2gZH7ZZARvQbKjRwPtu/','tn-bob-evers1954','tn.bob.evers@gmail.com','','2018-03-27 15:55:00','1522166103:$P$BVsEi3LiqK0xCmcZNca46ygw7yHZpr.',0,'tn.bob.evers1954'),(3633,'chung.douglas.w1997','$P$B17Bh.vfztOWur90U4a77JD24wWr2E/','chung-douglas-w1997','chung.douglas.w@gmail.com','','2018-03-27 16:45:07','1522169109:$P$Bha9S/iI5mWH7MgiQkfmDui87yuyNY0',0,'chung.douglas.w1997'),(3634,'ddierbiggs1999','$P$BBpyXqsBXjt9akXv6A.I547jomeSi60','ddierbiggs1999','ddierbiggs@yahoo.com','','2018-03-27 17:59:35','1522173578:$P$BIGtWpuT/ORytiRc6uZgiXS3zH2e20.',0,'ddierbiggs1999'),(3635,'tiffany.loescher1963','$P$BZBTLVgGDY15ZRTTq2LwFBV4SKUAVN1','tiffany-loescher1963','tiffany.loescher@gmail.com','','2018-03-27 20:00:00','1522180804:$P$B.U61Q57cs3zF5L9xcA6dN6KqtdFOc.',0,'tiffany.loescher1963'),(3636,'nick7dimit2002','$P$BRc3Z.ttyW9L1OdvUSOWUuLIUrpbas1','nick7dimit2002','nick7dimit@gmail.com','','2018-03-27 21:41:19','1522186884:$P$BhB5t7Gtszelgc7K35UiUdEpAaCkdD1',0,'nick7dimit2002'),(3637,'aprilfritch1962','$P$BIWhx4HAG9DQ5vmcqCQYdk.RZ35uMV1','aprilfritch1962','aprilfritch@yahoo.com','','2018-03-27 21:44:06','1522187050:$P$BE/MdxoBoIugMqTjrQH.mY.FPaI3ph0',0,'aprilfritch1962'),(3638,'lbattle112002','$P$BieDXTDtrHkZ6J2FD/fO8JiBYosnH31','lbattle112002','lbattle11@msn.com','','2018-03-27 22:18:58','1522189142:$P$Bup5eCJUZpik9leVcl9r4yuMk3Qzl4/',0,'lbattle112002'),(3639,'lgordon1953','$P$BIZNiVnv0V5Gk13pFL9gl0Bv392nmr1','lgordon1953','lgordon@creativeof.com','','2018-03-27 22:27:51','1522189676:$P$BCNOCpIWQUzDVQRNxSOXqQpYuyvz04.',0,'lgordon1953'),(3640,'jrsrodriguez901998','$P$BpkOsa3SOlN.fcQ2/.JQsQKTtpoueV0','jrsrodriguez901998','jrsrodriguez90@gmail.com','','2018-03-28 02:06:25','1522202788:$P$BttB68CREjKEdth3jAF9rUm.gK1v/y.',0,'jrsrodriguez901998'),(3641,'matthewmcgee91980','$P$Bk4zKkdkXMBuJGap5KDvsj4DvntSs9/','matthewmcgee91980','matthewmcgee9@gmail.com','','2018-03-28 03:20:26','1522207229:$P$BBTNiC49VWy1H4sPRfTLGC5n5No0ir.',0,'matthewmcgee91980'),(3642,'dmmagic1978','$P$BawQkLV9Qt4QQLUotWkMidHrMXvXEd.','dmmagic1978','dmmagic@gmail.com','','2018-03-28 05:36:07','1522215370:$P$BXG98uUX8pULoYJPIXsLVDQdNH6xl2.',0,'dmmagic1978'),(3643,'keschler1954','$P$BjLpWlw4xS3bYkzjUVZ6tXpqIHUzQb/','keschler1954','keschler@keter.co.il','','2018-03-28 06:10:03','1522217406:$P$BbQHxcSWHc0rqLlj99QykxtBtBfxYo0',0,'keschler1954'),(3644,'cjustinlindsey2010','$P$BBGTJVaWoPDlnmtmcHK7ocRj1ClygL.','cjustinlindsey2010','cjustinlindsey@yahoo.com','','2018-03-28 09:53:52','1522230838:$P$B2N0cZSBJMOP7tJ1pv3R8AcxeNSv1K/',0,'cjustinlindsey2010'),(3645,'daledoubleten1993','$P$B5UL2JUeD47fJdeuSHmeWfBXgl4tPo1','daledoubleten1993','daledoubleten@yahoo.com','','2018-03-28 13:14:23','1522242867:$P$BcJZVLS.D.9BhBb6HD9JyNbI3Ep6qE.',0,'daledoubleten1993'),(3646,'jason2002','$P$BphohY/HeFJhDqRUXxqWkEDTbNQ8UJ0','jason2002','jason@teamjobs.co.uk','','2018-03-28 16:07:47','1522253273:$P$BGEMMDXGQbmWRtzGLEXWo4SBLuUzKG0',0,'jason2002'),(3647,'pmonaghan1972','$P$BpG3uqOSJxKVnegChtd/w6875lt52H0','pmonaghan1972','pmonaghan@benetrends.com','','2018-03-28 16:10:16','1522253420:$P$BncW.4e0lNOnecDr5pbVwBSdqToqnP/',0,'pmonaghan1972'),(3648,'gsa072006','$P$B0.vWNeomBmUygJU/Mlvo3MIR3ZehH/','gsa072006','gsa07@yahoo.com','','2018-03-28 16:18:03','1522253895:$P$ByWMDESPt7zMTX/G9ybV0lnVkde8Ec1',0,'gsa072006'),(3649,'elke13131953','$P$B3kCNM1KkUne9pQUmHlxoESgeep9Kt/','elke13131953','elke1313@optonline.net','','2018-03-28 16:38:27','1522255110:$P$BM3knbDlPhBbNaR6J9Up.yDzq3gLBc.',0,'elke13131953'),(3650,'bob2010','$P$B.hfTnXIjv6hno/dsG3Ku7fWaGw2QY.','bob2010','bob@rgfowler.com','','2018-03-28 17:07:38','1522256861:$P$BvZKV.vmaEPK.GK1mJR7hovZA8KGf00',0,'bob2010'),(3651,'wilasinee1962','$P$B05jLOLK0ITz13/HK8gCwrzrD3Y6wW1','wilasinee1962','wilasinee@sanshinusa.com','','2018-03-28 18:28:14','1522261698:$P$BnN1tSiXAUnzza3sncC6aaJHi0jIja1',0,'wilasinee1962'),(3652,'jlee2011988','$P$Bcg4wYluwk9b1gydu7wDZJclsOYXjL.','jlee2011988','jlee201@aol.com','','2018-03-28 19:26:27','1522265190:$P$BGB4nUQhetMXysOGBvVB7O7YmDbIdQ0',0,'jlee2011988'),(3653,'nigelshughes2005','$P$B5yjrnj5cYapKfjF9X/W1cL6B9F.Ka.','nigelshughes2005','nigelshughes@talktalk.net','','2018-03-28 19:38:34','1522265917:$P$BYrWW70vWRz091F0I.CPxDsD7pI1GH.',0,'nigelshughes2005'),(3654,'brisuedew2002','$P$BbX9jdYfFXLENNYbvVlC.wZKqkyMVV/','brisuedew2002','brisuedew@gmail.com','','2018-03-28 20:18:30','1522268314:$P$BDurHAcaD/qgAXCiuEVvIoHP8BkvYp0',0,'brisuedew2002'),(3655,'aphily1987','$P$BmuwLyPrj5d71nQQfYhbIz3AhiFZl7.','aphily1987','aphily@gmail.com','','2018-03-28 21:04:21','1522271064:$P$BxSGxGvW2rA6.VNRDXlMsJyALLYbPo.',0,'aphily1987'),(3656,'ladyvj011967','$P$Bvp8lsvaVmKRUZcCXrGeLRP.CpOfm1/','ladyvj011967','ladyvj01@yahoo.com','','2018-03-28 22:50:50','1522277453:$P$BT4DeGGNIggCrU1WURnscCWeBUwCgR/',0,'ladyvj011967'),(3657,'jhorn731983','$P$BWmhss69cgDbz0bLuVOMecRGklvcHI1','jhorn731983','jhorn73@gmail.com','','2018-03-29 00:14:35','1522282478:$P$BiN3uQgxzkSAxgVr8ZtTCtHNpl.gEm1',0,'jhorn731983'),(3658,'veejohnson811958','$P$B/8bl438FZWMIIgWe5DDLAJS3xBOcZ.','veejohnson811958','veejohnson81@yahoo.com','','2018-03-29 01:59:36','1522288780:$P$B1Id2Mu2D12IVC4RsG9fdZccIXM2PH1',0,'veejohnson811958'),(3659,'dstern43411970','$P$B1OrX9.Se1EWkHm60GJAHuS8oXImQT.','dstern43411970','dstern4341@gmail.com','','2018-03-29 06:36:42','1522305406:$P$B.Ndi2U3SEnO2cC4e2qa1QRxKcVWVp.',0,'dstern43411970'),(3660,'talipank1972','$P$Bba3HmtLVsYizWqhmOtuTksTXQqQR50','talipank1972','talipank@cliu.org','','2018-03-29 10:57:48','1522321071:$P$BimuhkFCQPbrCT3aig5RXPYKRrsqvx.',0,'talipank1972'),(3661,'marsharose21961','$P$BdcEaAsyktXRhjUh7eRu8otTR6nouf0','marsharose21961','marsharose2@gmail.com','','2018-03-29 13:19:24','1522329568:$P$Bd7D6LXAejgKe6bdtxcc37vDXevukx.',0,'marsharose21961'),(3662,'schm20101960','$P$B48.1PY7EsEXl1uzQZubmnOJt8ulSW/','schm20101960','schm2010@yahoo.com','','2018-03-29 13:29:48','1522330191:$P$BC4TuJTVtyZm/N01C5y1CIVnEKzErY1',0,'schm20101960'),(3663,'rickin8tor1966','$P$BsxMWBrtEupPNmL2zwxbOj1myCmjM7/','rickin8tor1966','rickin8tor@yahoo.com','','2018-03-29 14:52:05','1522335128:$P$BCfoycRs02SMIL8/MWJEGNZS8XKpUi1',0,'rickin8tor1966'),(3664,'deserthootman1955','$P$BMSkPVkVtwnhxB8NhIaFDbmK69UumO0','deserthootman1955','deserthootman@yahoo.com','','2018-03-29 16:45:02','1522341906:$P$BYRxXYhXVzzIyOdh6yUlepNFHpPSKR0',0,'deserthootman1955'),(3665,'nise2761979','$P$B5tpe1JnJ22qr/nSxFM7TSi5CXmHZt1','nise2761979','nise276@aol.com','','2018-03-29 17:59:35','1522346378:$P$B.eZs0A6hxuSscxARieyvvJouXfB9m.',0,'nise2761979'),(3666,'kari426841980','$P$BWQqX1ncC8/Z3qBotDde50jOFAboGI/','kari426841980','kari42684@aol.com','','2018-03-29 18:27:29','1522348052:$P$BKSvK5dTP8lswEkCZIkIK7buDPx9bC1',0,'kari426841980'),(3667,'jennifer.franks122002','$P$BB57WYTxHsPLMAfawtqmNXmmz7c4eQ.','jennifer-franks122002','jennifer.franks12@gmail.com','','2018-03-29 20:03:59','1522353844:$P$B5QmahpfPFrCGZsUKw1tZZb/19hi5a/',0,'jennifer.franks122002'),(3668,'lina.sirotin1979','$P$BoX.oHR7oKRfTs8rj7VSuyPKNPQHwR.','lina-sirotin1979','lina.sirotin@ipsoft.com','','2018-03-30 10:42:50','1522406574:$P$BGz4fWI0yGLMPr4F3.2mP4SL9HHq34.',0,'lina.sirotin1979'),(3669,'starryblue1121978','$P$BhfpuQre2m3cJH31piLscDGqsbzJ2A1','starryblue1121978','starryblue112@aol.com','','2018-03-30 12:18:11','1522412294:$P$BkCHukyZQ27iTs0NMuaVTQpE116Ao.0',0,'starryblue1121978'),(3670,'orion22911974','$P$B8mo8zVUN/PdtHYIS.flCLT6asW1SV0','orion22911974','orion2291@yahoo.com','','2018-03-30 14:42:15','1522420938:$P$Bkr5/IA5G/g1xUA9J2UusJB6JR331Q.',0,'orion22911974'),(3671,'stevedelbalzo1977','$P$BZX8jV1KOQAJhluKDoWsB8I0EU2ynp/','stevedelbalzo1977','stevedelbalzo@gmail.com','','2018-03-30 15:29:23','1522423767:$P$BJEfWk2yrkxvHBgkWd.noOyibABVMh/',0,'stevedelbalzo1977'),(3672,'beckerferrer1977','$P$Bi/BhrhAQq337ekVuW.2TlvNzfxFgC1','beckerferrer1977','beckerferrer@gmail.com','','2018-03-30 16:33:45','1522427629:$P$B6TUXgxSzBRyCn8e4gMf8ktGzlGnHY1',0,'beckerferrer1977'),(3673,'mariaannamarquez1963','$P$BpuDNxjdiHWnCvHlptgU.cV0o71U/W1','mariaannamarquez1963','mariaannamarquez@gmail.com','','2018-03-30 17:44:19','1522431862:$P$BgRUXhAQbns9XjY3dHvY5mT7D.2mhs0',0,'mariaannamarquez1963'),(3674,'shawn2009','$P$BxgUnDJD/rGr1kPQFWBuIDCXyaqq2l1','shawn2009','shawn@sixteenoc.com','','2018-03-30 18:34:26','1522434869:$P$BhfLqXi0LTWiVNrZ2DsimXH74rvKYT/',0,'shawn2009'),(3675,'yasicard1969','$P$BJWBkSSwwnyqjT2ohwHOwNLtXNSbcX0','yasicard1969','yasicard@aol.com','','2018-03-30 21:45:29','1522446332:$P$B2eftXaKjvXzcsIhO4OU2d/viNVFXP1',0,'yasicard1969'),(3676,'ltd5001969','$P$B3XrpVdwt6iPs6a3VPSSA1tAePPRiY.','ltd5001969','ltd500@earthlink.net','','2018-03-30 23:31:32','1522452695:$P$Bk18W/Jy.MLOG8EU0y8g7iE.WHaLdz/',0,'ltd5001969'),(3677,'rejonl1974','$P$B1tYttbe7vqyQMuYeoP8QQXMvr0Fzi1','rejonl1974','rejonl@aol.com','','2018-03-31 00:52:53','1522457577:$P$BWOYZiPUO7WHbCbts5MwQQgjKF37Dd0',0,'rejonl1974'),(3678,'jmedwards3161972','$P$B8K1v.hCQALsnk029YcZ48UFMNEoqp/','jmedwards3161972','jmedwards316@gmail.com','','2018-03-31 03:30:36','1522467038:$P$B7b10/d3h8TyYMZx7l8ivojQji.HUe0',0,'jmedwards3161972'),(3679,'xsniperx521965','$P$BeSB.i5O7PwNUjTv0O9mKq6sipfpMq0','xsniperx521965','xsniperx52@gmail.com','','2018-03-31 04:40:53','1522471255:$P$BUTc5geAEm1ac6W./MjCfyXPv1gdK0.',0,'xsniperx521965'),(3680,'neanerbean232009','$P$Bx8.FaWzQmrW5EGnxJcv8u45a0wTko.','neanerbean232009','neanerbean23@yahoo.com','','2018-03-31 07:47:41','1522482463:$P$BI8g4ILpw8Y.yZbLbpcD0TUzwmHhDV0',0,'neanerbean232009'),(3681,'jacypods1996','$P$BJ301ahaDFNi4h2wvKK4O8W8Y/Ycah/','jacypods1996','jacypods@gmail.com','','2018-03-31 08:34:41','1522485284:$P$BXD.C9Vm.ztOie6uDh4y2Zoixkese31',0,'jacypods1996'),(3682,'demealonzo1968','$P$BDUCj45Iv5W7HiJ7stOhee3CDn8yH9.','demealonzo1968','demealonzo@yahoo.com','','2018-03-31 08:56:23','1522486586:$P$BePJYm34z8SZEouH101wnRUuOilkv/0',0,'demealonzo1968'),(3683,'rissay061957','$P$BA.OPChl.HFu2eJTFT5ktoCUb.ZHij1','rissay061957','rissay06@yahoo.com','','2018-03-31 12:26:11','1522499174:$P$BzDZtA5mjcwG/o/CwFq/fd9rXNT4n.0',0,'rissay061957'),(3684,'djulian19761957','$P$Bl6KqCKucIVzWE8/mDlJt.eoIUJiLN0','djulian19761957','djulian1976@gmail.com','','2018-03-31 19:38:46','1522525129:$P$BnhEGLZjWgMXXvHu/RKZRvRFXQjIcP0',0,'djulian19761957'),(3685,'tdock38201972','$P$BC5FQ.m2PtMvxE5v1sIU630K4sR0Gr0','tdock38201972','tdock3820@aol.com','','2018-03-31 21:00:10','1522530013:$P$BmcMqp.SLHKDY1DVIWhTrbFMl37EMc1',0,'tdock38201972'),(3686,'jshaatal2009','$P$B824NlIbEGk7QU3kx1tM0M7vRw4mFS/','jshaatal2009','jshaatal@fourseasonsnh.com','','2018-03-31 23:49:35','1522540177:$P$BAyq2p8.TyLlIDI671Id69qXsDIWLu/',0,'jshaatal2009'),(3687,'larrbonn2010','$P$BVnUHpTqAQDi/fJquLq5zILucpKt3b/','larrbonn2010','larrbonn@cox.net','','2018-04-01 01:33:48','1522546431:$P$Bww4StR6xvToz.DXz7e4EU6Dcl.LdT.',0,'larrbonn2010'),(3688,'bidsmac1996','$P$BWMf15KmRc0YEyDQShzq2iB1oJa.hb1','bidsmac1996','bidsmac@yahoo.com','','2018-04-01 03:40:22','1522554026:$P$B1vgVuo655ta9rmsj3fyEn7zTq6cOy0',0,'bidsmac1996'),(3689,'rico124102000','$P$Bks6SZyd6nbUHngeuVzarpN3eL6MyY/','rico124102000','rico12410@yahoo.com','','2018-04-01 06:56:49','1522565812:$P$B0aTCbA8iQ3.nb46tonqEBW0lpw0oE.',0,'rico124102000'),(3690,'bluemonkeymooch1963','$P$BmjEn4scEeE16zyYCGZwY.inN91op8/','bluemonkeymooch1963','bluemonkeymooch@aol.com','','2018-04-01 14:06:19','1522591582:$P$BZ1NEyb7MrhEVcYTnF9MJJVqPzazN40',0,'bluemonkeymooch1963'),(3691,'agonichols1950','$P$BHU2JbHOZTPzde9er6I9pZPThQ6evG/','agonichols1950','agonichols@yahoo.com','','2018-04-01 17:02:41','1522602165:$P$Bhktpcjd4hizXVqIHOLoYyvNGLjjUL.',0,'agonichols1950'),(3692,'michele.kolteo2009','$P$Bl1Op9fvExUkjsqysjjOseCI.1Lnpe1','michele-kolteo2009','michele.kolteo@gmail.com','','2018-04-02 12:32:03','1522672326:$P$BBx0doGfl2uYOC.hYcOK.q29zDwIgA1',0,'michele.kolteo2009'),(3693,'gilrank411968','$P$BgejOnRjAdjd5tkxHy9uXRLc9g6XlQ1','gilrank411968','gilrank41@yahoo.co.uk','','2018-04-02 16:23:05','1522686188:$P$BVSqPUXhBRr4cG/o0KXeUkIaB9F6M80',0,'gilrank411968'),(3694,'elizabeth.herrera081996','$P$BWA7uUA.NMQDXCJBL.zcGanJMyz.W90','elizabeth-herrera081996','elizabeth.herrera08@yahoo.com','','2018-04-02 17:17:30','1522689453:$P$BnHVR.jU.vruuRoO00GlMF5pSP.his0',0,'elizabeth.herrera081996'),(3695,'dygoodasia1966','$P$B9dht/.KIEw07BoNJsjlPmxtl14H9S0','dygoodasia1966','dygoodasia@aol.com','','2018-04-02 18:43:24','1522694608:$P$B3zW9Bnw69F0YhEAsXKZOoAuFwfci1/',0,'dygoodasia1966'),(3696,'alphapayroll161975','$P$B21SUsHlE9EBDrup/860NqT7OufQ3B.','alphapayroll161975','alphapayroll16@gmail.com','','2018-04-02 19:35:24','1522697727:$P$B8FMdaZF77sthhDqXa/aM17bKqUzoQ/',0,'alphapayroll161975'),(3697,'erikkinney19831960','$P$Bjt6yzN9pIfc6GWrbj3YLMpO1GYslY.','erikkinney19831960','erikkinney1983@yahoo.com','','2018-04-02 20:02:37','1522699360:$P$Be4HRJP9/DJOUJuE7RW5YYSOJxNPFx1',0,'erikkinney19831960'),(3698,'gm1995','$P$BANjoF6u8ExGL26QYt5It7DweiJKQV0','gm1995','gm@maxwellwsc.com','','2018-04-02 20:28:45','1522700928:$P$B.wbAs3PDl0/aQMcSUXSZrKlQO4q4D1',0,'gm1995'),(3699,'carlypo1231985','$P$BKt3L6sDjg./CGXN1AINCo/7rr0QDr/','carlypo1231985','carlypo123@yahoo.com','','2018-04-02 21:03:57','1522703040:$P$BmZm6qa6Esblv9diwzmjvVQFechltK0',0,'carlypo1231985'),(3700,'kparkinson2003','$P$BO.X7BuQZ7fF3jTnzegG/isR1gARzf1','kparkinson2003','kparkinson@cpasat.com','','2018-04-02 21:11:02','1522703465:$P$BI8hva3cdnLmf1heHHKOYCnNa5iA2U0',0,'kparkinson2003'),(3701,'nancyhan20002008','$P$Br3Rc8I8K5UgH0qV1NYVvuPySEAtiV0','nancyhan20002008','nancyhan2000@yahoo.com','','2018-04-02 21:34:18','1522704861:$P$BlIFF32g3Xo5IeKGEsm6nrSms/1lUN1',0,'nancyhan20002008'),(3702,'jeff1995','$P$B0Nw6BjTwDd8tvO7hFw8ijRR/iDyc21','jeff1995','jeff@gundodoor.com','','2018-04-02 21:52:36','1522705958:$P$BGbQ/Y5zmbsYFBiWsb49UJTJ19on/c1',0,'jeff1995'),(3703,'annettegig1981','$P$BdTJdkLEIfNX3PrQW2O5jBwT0UCtkF/','annettegig1981','annettegig@aol.com','','2018-04-02 22:17:52','1522707475:$P$BoK1.iblr75KKVJe1D/PRf4O2hEjaK0',0,'annettegig1981'),(3704,'jeffam1123681986','$P$Bo6wYaoMv.KNC/2/P8hXJLmcYnplSu0','jeffam1123681986','jeffam112368@gmail.com','','2018-04-02 22:58:18','1522709902:$P$BmuqKBzeWmPFGxSVTtbJr0hMsRXs4N0',0,'jeffam1123681986'),(3705,'nyarbrough251994','$P$BfvU6mhxXFdBo1wmvFLobnlzEvxQfn1','nyarbrough251994','nyarbrough25@aol.com','','2018-04-03 04:22:20','1522729343:$P$BiE93bmTnhTROzOq/QT1hlUuTia6Do1',0,'nyarbrough251994'),(3706,'marianmclaughlin1995','$P$B5VPUMMXlHCmKXzAuLXt6F/ktdn0bf/','marianmclaughlin1995','marianmclaughlin@yahoo.co.uk','','2018-04-03 05:26:56','1522733219:$P$BX/It2M6SYIdeT9H5jOLUuqvASAovM.',0,'marianmclaughlin1995'),(3707,'mercynava1951','$P$B0afwUyYbXfmdjTWhvew7z5I.m46Ea0','mercynava1951','mercynava@aol.com','','2018-04-03 11:44:34','1522755879:$P$B6xufYPTTWOojmoE6QU8WkNWPQmI091',0,'mercynava1951'),(3708,'torreeree2007','$P$B3KXwzYtQKRD0azp2dWcVxfbhkU5R50','torreeree2007','torreeree@aol.com','','2018-04-03 13:59:16','1522763959:$P$B9WAMhfmM9MDK7MZ00t7dHjfbzpwtR1',0,'torreeree2007'),(3709,'britanneb352003','$P$BDLl/Ccpd/CeN6nU3uO0iqTeni.tiI1','britanneb352003','britanneb35@gmail.com','','2018-04-03 15:48:49','1522770532:$P$BXHCSdzlpuTYN5DU9b8P1FpKimv2qf/',0,'britanneb352003'),(3710,'ashley.ansel1962','$P$BR54r7XRI9XbU4nNBCB2sCQ6oc5T6F1','ashley-ansel1962','ashley.ansel@yahoo.com','','2018-04-03 15:54:24','1522770866:$P$B0OoWdwKQxIX4EFt7DobdnSJSFUcBp0',0,'ashley.ansel1962'),(3711,'lorena.turner1998','$P$ByvwTuiWQ7kPnHMlLFfHvccBmaJZAA0','lorena-turner1998','lorena.turner@yahoo.com','','2018-04-03 16:24:15','1522772659:$P$BlPELPKAwwA78q17vpwSnWDBRLhRKy1',0,'lorena.turner1998'),(3712,'wesleylion11974','$P$BOQxiVc36u4PIuVP4VAGRettVlQs/B0','wesleylion11974','wesleylion1@yahoo.com','','2018-04-03 16:36:29','1522773393:$P$B3CYjbSW/TZ3btsIBX/KbxyU8wgIzi/',0,'wesleylion11974'),(3713,'danielshirk2007','$P$BAsV6CyJSuKaV0OB8no1Y3RAIQIXIQ0','danielshirk2007','danielshirk@gmail.com','','2018-04-03 17:21:17','1522776080:$P$BAK1CiXn8/a5pWR9OYPdGqLRRN12xT/',0,'danielshirk2007'),(3714,'sash20241979','$P$B5DEdplp1.wAlAJAK0uVNMgJY4.PSW0','sash20241979','sash2024@aol.com','','2018-04-03 17:44:54','1522777496:$P$B60EYLKRqKK7oG3UZEsnUhfuRfAnbK.',0,'sash20241979'),(3715,'nelidavp1962','$P$BTSMGXpfiUjQefJa3qOJoBrTIVYANw0','nelidavp1962','nelidavp@yahoo.com','','2018-04-03 18:26:42','1522780005:$P$Beym7GAJw5y5/HDg81ZzfYXCddiYJi1',0,'nelidavp1962'),(3716,'ashleypurden1994','$P$BmFFOXDygrLgtsuHdO6.WHWu.GVG2D.','ashleypurden1994','ashleypurden@yahoo.com','','2018-04-03 18:55:44','1522781747:$P$BLvvEFCOAm/FMDIOLPZsjBIPWwBZDB1',0,'ashleypurden1994'),(3717,'imondragon1999','$P$BlRdayXXGb9B55RA7.Ohmpcnvr1DyA/','imondragon1999','imondragon@eaglepassisd.net','','2018-04-03 20:50:04','1522788608:$P$Bp7EQCQ7iceKxsgJQiWAlAq.qp3XrN1',0,'imondragon1999'),(3718,'lisav2004','$P$BhwWZ5SO/CTYxGOaBlH8TzBzCXjOEo0','lisav2004','lisav@vanderspeks.com','','2018-04-03 20:58:00','1522789084:$P$BdyDLIcgTpc1vUVscaxJG1AL3teDhv0',0,'lisav2004'),(3719,'jdmartin242005','$P$Bodw4eWpxSzwG2mo0axeplki2UfgnM/','jdmartin242005','jdmartin24@yahoo.com','','2018-04-03 22:07:13','1522793235:$P$BHcx58xB2cLTu6A8HHz1Z9Dp/4.qzw.',0,'jdmartin242005'),(3720,'dominiksz1986','$P$BT35nRK4iyNrbKroMPlwKXDoEW0izS0','dominiksz1986','dominiksz@aol.com','','2018-04-03 23:51:57','1522799520:$P$Bt8eppxw/zjjeRU8cQXgSVIKHSeJlu0',0,'dominiksz1986'),(3721,'pmichael.photo1971','$P$B23k9495SVt8C9X5UmpLeS6k437osn0','pmichael-photo1971','pmichael.photo@yahoo.com','','2018-04-04 00:28:25','1522801707:$P$BV20m8EqkjjWw8n.SbgkXSZ9jYcURi/',0,'pmichael.photo1971'),(3722,'devinbabineaux1950','$P$B0y9kryb8qhYpJESHIkhuF4gb/X6Jc1','devinbabineaux1950','devinbabineaux@yahoo.com','','2018-04-04 00:42:54','1522802577:$P$BtJwtPGBgG4YmcT6SjrGRlG4H9eYAm0',0,'devinbabineaux1950'),(3723,'tallbrent1982','$P$Bw0OU2g3sgulOVI3q.GcYOjMwngKhR0','tallbrent1982','tallbrent@aol.com','','2018-04-04 01:55:13','1522806917:$P$BuXzwaRmt5GHZzF7kBEPbjjAgbB0VE1',0,'tallbrent1982'),(3724,'cabrinik2004','$P$BehL6dtkdPOHaol480DG9/BGiclVPD0','cabrinik2004','cabrinik@yahoo.com','','2018-04-04 05:48:45','1522820931:$P$BqdZr4QTzwt2PbQF9lz4qyXpunIJC51',0,'cabrinik2004'),(3725,'kjwiech261984','$P$B6la3jEMsKPpR78IR0vPfAIrK75YSl1','kjwiech261984','kjwiech26@aol.com','','2018-04-04 09:25:52','1522833960:$P$BXqO6om4o9mDU426QcsFv4SYeO.ho2/',0,'kjwiech261984'),(3726,'jaynereuter1972','$P$BCVceWgw1fugJLvfoiWxYd8SkMxHbf1','jaynereuter1972','jaynereuter@yahoo.com','','2018-04-04 13:32:40','1522848763:$P$BT7atWK1RoONKePQ5r7/Mh78Aazzo0/',0,'jaynereuter1972'),(3727,'jutsinger201968','$P$B1j0zTbgsPNE3GdoJbZjJrRRtyLguY0','jutsinger201968','jutsinger20@yahoo.com','','2018-04-04 14:04:29','1522850672:$P$BNOz6CA5fWVzafLFzlpI1gHVa1eT2L0',0,'jutsinger201968'),(3728,'quatrolover1953','$P$BxL3hKiuuMTHmjM6gucVJgupe2nivA1','quatrolover1953','quatrolover@yahoo.com','','2018-04-04 15:12:01','1522854724:$P$BXKw0K2vbjHZbB.cteLM9Y9n4hHRhG/',0,'quatrolover1953'),(3729,'estar521979','$P$BPgLNSP/XvbVeeGQOa8/RZTKH3.SnO.','estar521979','estar52@aol.com','','2018-04-04 16:14:09','1522858452:$P$Be/frhvp77Aj1f5wm2wWiVLiVOQJ3O.',0,'estar521979'),(3730,'andrea_azcarate1978','$P$BU0NFsqKLZw8gvCFer2xsm8S3obXFt1','andrea_azcarate1978','andrea_azcarate@yahoo.com','','2018-04-04 16:15:50','1522858554:$P$BxbiEiYB0UUyZcZ7C49uf64V7aCwj00',0,'andrea_azcarate1978'),(3731,'da1isy21979','$P$BUycVplHWiWSfqlIQ83Q6JEtJb0OVp0','da1isy21979','da1isy2@yahoo.com','','2018-04-04 17:10:54','1522861857:$P$B8F1FIbbSfSfvBwtRxd6Vfw4Dz.Yp4/',0,'da1isy21979'),(3732,'jpkarpluk1957','$P$BpzJA7CPeFemXG7dnH3N66vYO1bMkr1','jpkarpluk1957','jpkarpluk@gmail.com','','2018-04-04 18:34:00','1522866843:$P$BIcIEzqfMQIyuqnlAKc91NX7Igw/Bg1',0,'jpkarpluk1957'),(3733,'kennywynn197071959','$P$B2icSGkDbaqAE1E6maIdQD1L4w3Knv.','kennywynn197071959','kennywynn19707@aol.com','','2018-04-04 21:12:04','1522876327:$P$BL4wqFXZG0pPLgO9XUnokwi2RUm9bE0',0,'kennywynn197071959'),(3734,'usoffice1999','$P$BzSoMAXVKMc3h3ObPNokyrqaPtD/401','usoffice1999','usoffice@xstrahl.com','','2018-04-04 21:45:06','1522878309:$P$B5tLzplvP.LeckFIlAMMyZ1CDOH.ng1',0,'usoffice1999'),(3735,'chad.newcomb1971','$P$BCThv25sV11pwaXRx/ez5oackRQtyR/','chad-newcomb1971','chad.newcomb@parker.com','','2018-04-04 23:17:32','1522883855:$P$B5dr3GleXkRQ3AHAoOFvOnjKSnOlEg/',0,'chad.newcomb1971'),(3736,'jpetruski41984','$P$BqRmYJ5zIkTGEA6E4OVVgQEMUmUreh0','jpetruski41984','jpetruski4@yahoo.com','','2018-04-04 23:42:40','1522885364:$P$BE.3lWhFdCJNVA3GcaNmx2ouhnE.9F0',0,'jpetruski41984'),(3737,'rondaleab1963','$P$BMB0nw8JMnvxfLfYQBLxCXDuj6GD/V/','rondaleab1963','rondaleab@yahoo.com','','2018-04-04 23:48:59','1522885742:$P$BcHRAGtc0z/vRTNMIendBXt.KNOxkH0',0,'rondaleab1963'),(3738,'kelyosius1968','$P$BGJrCvNOJ0qHFofMhhIQQHQ4b0ivg4/','kelyosius1968','kelyosius@yahoo.com','','2018-04-05 03:01:11','1522897275:$P$B7AynKOECVxrm8cdQzeF1AwFKEv5nU.',0,'kelyosius1968'),(3739,'jrobertson_011997','$P$BjTMvTL4pu1WfI2xJNk9UQ2XP9kYf41','jrobertson_011997','jrobertson_01@yahoo.com','','2018-04-05 07:25:40','1522913144:$P$Blsu1dIP8ScctU.KRnz6jbKKwzN8Id1',0,'jrobertson_011997'),(3740,'kmonsalud1993','$P$B8ET3WBRNdtpWbIl/TuWike38y9kv8.','kmonsalud1993','kmonsalud@yahoo.com','','2018-04-05 09:27:41','1522920465:$P$Bfsd7nC21dJqKCUmhqiEACXpoVl8SO0',0,'kmonsalud1993'),(3741,'jarretthendrix1979','$P$BnVH1ub0dkwiyQa6OuOv872rSQsxeX1','jarretthendrix1979','jarretthendrix@gmail.com','','2018-04-05 15:32:51','1522942374:$P$B2c2vTAsTxNoTAsjR2Eda06ObV3JnA/',0,'jarretthendrix1979'),(3742,'kmoore10151979','$P$Bz4tA.T8MKEwd5MwwK5fDRclPYSTPA1','kmoore10151979','kmoore1015@yahoo.com','','2018-04-05 18:04:36','1522951480:$P$B7/MCEp8U/FfPOrMMOlsZSUBRK02551',0,'kmoore10151979'),(3743,'weyers.michelle1975','$P$BTqsU7mBAYtas5kYE4NB76RwZIuqx40','weyers-michelle1975','weyers.michelle@ymail.com','','2018-04-05 20:04:32','1522958675:$P$BykmARGvguYNE6hc8zxJ5u3SxZI5/C0',0,'weyers.michelle1975'),(3744,'shugufa.fatih1980','$P$BWyonLNkeCqeO2kwEDfVktV9ihi.2x1','shugufa-fatih1980','shugufa.fatih@gmail.com','','2018-04-05 20:52:41','1522961566:$P$B.8BNW3Qqk5f1RaGQuDSr93tvGViSJ.',0,'shugufa.fatih1980'),(3745,'sssettle1991','$P$By3ljVbjaw6scPRI0XVzzxDh1ZRxPO/','sssettle1991','sssettle@yahoo.com','','2018-04-05 20:53:34','1522961617:$P$BrfzmGYHNktrmhgAEGtutMVz9R8HAT1',0,'sssettle1991'),(3746,'trottie.inc1980','$P$ByS1g1AASh04m1GLO7AcmAj4x7PLrj1','trottie-inc1980','trottie.inc@yahoo.com','','2018-04-05 21:38:39','1522964322:$P$B3wMqHw8QfaMQ.a6/QNOD2WUKdktre0',0,'trottie.inc1980'),(3747,'maritza5861993','$P$BfqoOfNUkhpJuTKXaroZYSZmRRnK2G0','maritza5861993','maritza586@aol.com','','2018-04-06 01:01:44','1522976507:$P$BNFpwgglJ.u0mczRwm.BSAxpgpUuFY0',0,'maritza5861993'),(3748,'myshyne261984','$P$BWhf.1qs7HHFhP4FkuHR0naJ9U6OjR0','myshyne261984','myshyne26@yahoo.com','','2018-04-06 03:07:00','1522984023:$P$B.GZhyrWuS6ieQ8od/ZU6wx44bh27b1',0,'myshyne261984'),(3749,'kh_djerfi2007','$P$BMKn65ISveEOKxwzyKGXPzGn2fkpnW/','kh_djerfi2007','kh_djerfi@yahoo.co.uk','','2018-04-06 12:46:41','1523018804:$P$BlAeT1vyUYbP5Lv3ERY/YWdaQXkkPI0',0,'kh_djerfi2007'),(3750,'matsonpat1989','$P$BvhbFIYgubxtR6ql2/YrviQLkclJlS.','matsonpat1989','matsonpat@yahoo.com','','2018-04-06 12:54:26','1523019268:$P$BCUXSCKmN.VGlIMfiKyzoLwPt4fx70/',0,'matsonpat1989'),(3751,'info1968','$P$BkVZfSB8BP1kh80U764zphBFVYm3is1','info1968','info@brentmore.net','','2018-04-06 13:31:16','1523021479:$P$B6AUWqEmBYElZuXlCUh001wrR/Px3f1',0,'info1968'),(3752,'info2001','$P$B0FA21ERaDkrKsEDxJ9iJKzqyPppX00','info2001','info@shoplovet.com','','2018-04-06 16:26:47','1523032011:$P$B.gcbmWBlyuoBLFbIRKXtNWmhsKC66.',0,'info2001'),(3753,'wild_deuce012006','$P$BkTdvYC4qRzIg3ODhviYyPKIWfdwRh.','wild_deuce012006','wild_deuce01@yahoo.com','','2018-04-06 17:14:22','1523034866:$P$BS4R4LA61WSJp.Nc0kZ.60Cua9wm1x0',0,'wild_deuce012006'),(3754,'jlockwood8152004','$P$BqaMVjJ/DA6k1z1ff39JamcaARUpo.0','jlockwood8152004','jlockwood815@yahoo.com','','2018-04-06 18:46:20','1523040383:$P$Bj99rp4wjbVWQgBj6jQ/MQ0p0VbuaF1',0,'jlockwood8152004'),(3755,'ticvic20012006','$P$B.Om1/hFxgTLQjRpuNHtllskXIEVeA1','ticvic20012006','ticvic2001@yahoo.com','','2018-04-06 19:33:22','1523043205:$P$BiIC44a2f9xlUlICiBggXqZH34HdpA/',0,'ticvic20012006'),(3756,'fwman1011991','$P$BJU2M6GnocbY4toMu1239QgY7fFh.l/','fwman1011991','fwman101@yahoo.com','','2018-04-06 20:26:29','1523046393:$P$BI5QzjlC19rfpbAl.lBaoPnEuwfC2J0',0,'fwman1011991'),(3757,'sherri.tyree1982','$P$BhY6dmig5gF3aEPZ6sRgMavhyOCztR0','sherri-tyree1982','sherri.tyree@yahoo.com','','2018-04-07 05:54:47','1523080490:$P$BZoMmnzESec/.d.JJg0VezDUUF8QY3.',0,'sherri.tyree1982'),(3758,'stahlfrog1973','$P$BoFMHRPG.BgKYzX/6Sohl5rGdkLhPl0','stahlfrog1973','stahlfrog@aol.com','','2018-04-07 11:28:56','1523100540:$P$B4cB0ck58HF6yde.7b1LrV8Y9MRkHO0',0,'stahlfrog1973'),(3759,'ra1968','$P$BIIZQ4snVQHt6BGiEOEofCtVpqH5d81','ra1968','ra@gochargenetworks.com','','2018-04-07 16:02:42','1523116966:$P$BVOxiMzBseJi9xRO3v5JMUOzy/dvzU.',0,'ra1968'),(3760,'bartlettx42003','$P$B7aJUSlVOB82DmILrJCAjkmCYwIMJV0','bartlettx42003','bartlettx4@yahoo.com','','2018-04-07 17:34:19','1523122463:$P$B.Xf5kEySbTuKE3Q2S/U5c7LHgf920.',0,'bartlettx42003'),(3761,'srembisz1987','$P$BZqGaJmzloNkNWoH1Y7uI8y1NNAfFv.','srembisz1987','srembisz@yahoo.com','','2018-04-07 19:04:52','1523127895:$P$BcLJerfHgg2MhiPZH6mIyhsiTsYklu0',0,'srembisz1987'),(3762,'wals522004','$P$BqVHJnT77uvyNPfK5EnVnDQ4jMV1e8.','wals522004','wals52@aol.com','','2018-04-07 20:07:05','1523131628:$P$B86d2lAwZ2U8nj30uaLCfHP4lzlRc30',0,'wals522004'),(3763,'ajrandall821967','$P$BA5TcWdy8YJEGY6OoaoXq/lMxWb9RW0','ajrandall821967','ajrandall82@yahoo.com','','2018-04-07 20:43:19','1523133802:$P$B4w8CjDdYQaHmQGEEy65CXPwiyAF3E1',0,'ajrandall821967'),(3764,'kristi.bbracing1996','$P$Bg.LPonQtr36SYb.4OJisp/NjCKiKT1','kristi-bbracing1996','kristi.bbracing@gmail.com','','2018-04-07 23:12:38','1523142762:$P$BhqP7PyBLSIE4wIaAUnNByF89huH.g0',0,'kristi.bbracing1996'),(3765,'auctiontreasuresllc1965','$P$BUsXR8NK8/nLxNoSfddNkpetz0K0pE.','auctiontreasuresllc1965','auctiontreasuresllc@yahoo.com','','2018-04-08 00:05:59','1523145962:$P$BSsRH4rS99gSgFX6S1tokULXnjuYoT1',0,'auctiontreasuresllc1965'),(3766,'susiele881998','$P$B0n.eFPN7VkQOyu89TzMQTcapyQUF10','susiele881998','susiele88@gmail.com','','2018-04-08 00:50:53','1523148655:$P$Br8mV58lDo80cQBmv0A8DKOWx2pKBi1',0,'susiele881998'),(3767,'jimvang20011982','$P$BPxuJ1DQEJwhQDWkvKO3ckUz6/7n0Q.','jimvang20011982','jimvang2001@yahoo.com','','2018-04-08 10:24:17','1523183061:$P$B7cQV.xSDh/ESO69NNyPTEBnJFyuz40',0,'jimvang20011982'),(3768,'eamb187451962','$P$Brnc3tm3n0Kv4EnMaOzk0sRiG3ZcL5/','eamb187451962','eamb18745@aol.com','','2018-04-08 14:26:54','1523197618:$P$BS1qS64BKlb3AdJMXwc8cu6cvOFVYs0',0,'eamb187451962'),(3769,'ramon.guerrero1983','$P$BaLD9S8VI/RcLrJrWOaApyHxelLhgQ.','ramon-guerrero1983','ramon.guerrero@heatcraftrpd.com','','2018-04-08 18:41:20','1523212884:$P$ByyENA4VkTzokPourHD90gEMV8/w0d1',0,'ramon.guerrero1983'),(3770,'sestout081964','$P$BjGDpsdqH1V9uDLDdMNFjSRn/a2cKv1','sestout081964','sestout08@yahoo.com','','2018-04-08 20:42:17','1523220141:$P$BD7mmoOUhugKlKRVbLenniXjQOQYIb/',0,'sestout081964'),(3771,'fairygonecrazy2681973','$P$BBfe4U3PmfgHLw240IbJ7IMQcBzQo9/','fairygonecrazy2681973','fairygonecrazy268@yahoo.com','','2018-04-09 03:12:59','1523243583:$P$BxVeyHqGyjKhR1CHAKMa15k3IUjMaP.',0,'fairygonecrazy2681973'),(3772,'speedygonzalez5p1969','$P$BAIL7WLWhGeh1xQkUyInczVraS1Vfr/','speedygonzalez5p1969','speedygonzalez5p@yahoo.com','','2018-04-09 10:37:51','1523270274:$P$B4c3MK3vMlwGLljd.0u/lN27fKU9gI.',0,'speedygonzalez5p1969'),(3773,'americancoolingsolutions1969','$P$B.fquyc.sW2XrAgeZFnhO4ON/4aKwT0','americancoolingsolutions1969','americancoolingsolutions@gmail.com','','2018-04-09 14:37:50','1523284673:$P$Bx433GBAen3xX25C5k2ZUk9VyYk4EX/',0,'americancoolingsolutions1969'),(3774,'my64lemanscnv1991','$P$Bsy9Sn.O/J8CRc6zBiPtbkpzYAYQO11','my64lemanscnv1991','my64lemanscnv@yahoo.com','','2018-04-09 16:28:16','1523291300:$P$BPKdE8iTcTuN9z.788M7z.FygM6YuG/',0,'my64lemanscnv1991'),(3775,'adelmerdan20001968','$P$BLjxWz2wqZHBPtIBysQC0XBsDa2yoX/','adelmerdan20001968','adelmerdan2000@yahoo.com','','2018-04-09 16:40:23','1523292026:$P$BWcFPlcUw7L5bLTEKbwh.m8rky3P5L0',0,'adelmerdan20001968'),(3776,'cat14lsu1982','$P$Bcs6cKV.1xCV8gxASpJ1c6BfZH2mmT0','cat14lsu1982','cat14lsu@aol.com','','2018-04-09 18:17:04','1523297827:$P$Bowz5Tg97IYMDNRMovOPMl5snHNOzC1',0,'cat14lsu1982'),(3777,'alexandra.oh1971','$P$B58nkmrXA8ZOkEEoBuqolGB.CLAyQG/','alexandra-oh1971','alexandra.oh@gmail.com','','2018-04-09 18:46:54','1523299617:$P$BCd4lf6YNwBfVp33tW/uxU9rmCY2Rr1',0,'alexandra.oh1971'),(3778,'william1974','$P$BGMLbSpO/UZPLTz7c6s/m7UEQqbs.k1','william1974','william@novyinc.com','','2018-04-09 23:17:44','1523315868:$P$B3V/z37ZllRgdCWE5Apsedh0N68zN8.',0,'william1974'),(3779,'wineowe2000','$P$B2i8yVOayn7iF86dvRoTfXjMXSv/7/.','wineowe2000','wineowe@aol.com','','2018-04-10 01:09:41','1523322584:$P$BDO9vPwBoptNenbzSDtHW1.i1v0eeO1',0,'wineowe2000'),(3780,'lmlabell1962','$P$B2iND3OhNONgjpRUyTuQtndpmIRQia0','lmlabell1962','lmlabell@aol.com','','2018-04-10 01:50:26','1523325029:$P$BQ/cOkvOOCIA2KGY5btOTdxFSDyrtj0',0,'lmlabell1962'),(3781,'mra917501987','$P$BPRNgnHaC4EUI7SKcJoEP8f30p.FcS.','mra917501987','mra91750@yahoo.com','','2018-04-10 15:55:18','1523375725:$P$BnjhOtGMRfYn1Jm4Fy7ECHPwYzcAOe1',0,'mra917501987'),(3782,'luzdbonet1962','$P$B5FIBJ9yb5yQQpS/PWZ1vpG6YdgvaP/','luzdbonet1962','luzdbonet@yahoo.com','','2018-04-10 15:59:06','1523375949:$P$BiqDt7tzZ/4j01Gv3iQ7AOncK1/czA1',0,'luzdbonet1962'),(3783,'jonc1955','$P$BQn/mwMV0v3YFsKh/e08IpvEaoBJ7p.','jonc1955','jonc@foley-broderick.com','','2018-04-10 16:21:43','1523377306:$P$B8strBKH0ZzZE80G0MMl7tNmIF51QS0',0,'jonc1955'),(3784,'mschnauffer1955','$P$B6vno69Hy67jSniq63Kc/NUxz1ZH6F1','mschnauffer1955','mschnauffer@sfg1771.com','','2018-04-10 17:18:32','1523380716:$P$BHjSUCiXyckmr0MnsO6mpeUr7RGCEM.',0,'mschnauffer1955'),(3785,'ginapena20002009','$P$B6HpP7TGXv3n8RGbr.GdfG1HZgWk4U0','ginapena20002009','ginapena2000@yahoo.com','','2018-04-10 17:24:05','1523381048:$P$BUmwfd7Gm052ypsQuYiU39hr6Dd.YP1',0,'ginapena20002009'),(3786,'21alive1962','$P$Bjl7g/g5lZQ42SVxPV9YJgdlrwrLUB/','21alive1962','21alive@gmail.com','','2018-04-10 17:49:10','1523382552:$P$BHDMPgkZvWiPxZN7UY9ySuVirmbnkV.',0,'21alive1962'),(3787,'matthew.petrus1960','$P$B2ZhpEvfv/TdCMHJrWTkHI1DC4fD7P0','matthew-petrus1960','matthew.petrus@yahoo.com','','2018-04-10 18:40:41','1523385644:$P$BQ6Hr5r/uvX/JRtYpHQqP4iknvEfDU.',0,'matthew.petrus1960'),(3788,'philiasjunk1985','$P$B7YjSjAggcRH3Nau2j5row.Dx6cTgP/','philiasjunk1985','philiasjunk@gmail.com','','2018-04-10 21:06:37','1523394402:$P$BAEWpiqVp.femYugJ/3JrfSuSEZHfx/',0,'philiasjunk1985'),(3789,'f.y.kim-usa2000','$P$B7s9NsH0xp3832R7poV8eygaGQdsgY0','f-y-kim-usa2000','f.y.kim-usa@hotmail.co.jp','','2018-04-10 22:03:29','1523397813:$P$BWRghc0wyz6itDrkquz7IpVi4UkvUD/',0,'f.y.kim-usa2000'),(3790,'scb80521977','$P$BBp97Vkha9xKMYKDvuEeywjQGbG6bx0','scb80521977','scb8052@yahoo.com','','2018-04-10 23:03:11','1523401394:$P$BiNEw4vGoYX3FXaDxjxCtzrYpbAM1o.',0,'scb80521977'),(3791,'info1965','$P$BoL0A/qHE1CwscJarJjxMgqlDv5Oxf/','info1965','info@mycostamesadentist.com','','2018-04-10 23:16:45','1523402208:$P$BfCNMIviuV0oh.Pr1TXX1ux4thIRJi.',0,'info1965'),(3792,'cathy.lasko1955','$P$BoGNTlT.C2XorW/MXIFhsT.K4P1jkQ0','cathy-lasko1955','cathy.lasko@gmail.com','','2018-04-10 23:25:35','1523402738:$P$BvQDjiLjOTe/c4.xaSOb/N3ULaicZ5.',0,'cathy.lasko1955'),(3793,'sacredskater222009','$P$BNij9ID4odmiwWrsle3vSGsoLqI8rh1','sacredskater222009','sacredskater22@yahoo.com','','2018-04-11 00:01:15','1523404877:$P$BZ0xDkY.LbbD18QAtjHG55ZfMF.fx2.',0,'sacredskater222009'),(3794,'mxfrank19691970','$P$BOskiQsHFtNpgo3RPAFfsC/bcgptti1','mxfrank19691970','mxfrank1969@yahoo.com','','2018-04-11 02:59:39','1523415583:$P$BKsXLUG5ZqK9/BH9Y2gXSA8.bsBA.j/',0,'mxfrank19691970'),(3795,'showperson1952','$P$BIUSWAh80CAVt2dBlJsv2tMQVKQ3ke.','showperson1952','showperson@verizon.net','','2018-04-11 12:53:21','1523451206:$P$Bq.807wNcg9ctTRtw0akNmdaP0PKaa.',0,'showperson1952'),(3796,'dgilbert20062007','$P$B0WazvpXt.B5n3eua1knr.pl43HZRr1','dgilbert20062007','dgilbert2006@gmail.com','','2018-04-11 13:10:13','1523452217:$P$B2KHWONKB2UywhjnqEQ6r9lhMLsCxL/',0,'dgilbert20062007'),(3797,'rwasson1990','$P$BrelN1OmBI7/z9Ord0HSj.gCE/esvY/','rwasson1990','rwasson@wassonengineering.com','','2018-04-11 15:10:45','1523459448:$P$BVqbtJyZsMZOMMiP4IN6pTmD5nQg8F0',0,'rwasson1990'),(3798,'whelca1950','$P$Biu4O/y3gPSqvzjpJBGQsdhtKmxfRA0','whelca1950','whelca@rogers.com','','2018-04-11 15:30:25','1523460628:$P$BDi4NjJ1H6GzZ8ViGeeHiBez/oiTwY1',0,'whelca1950'),(3799,'marcbrownrigg1967','$P$BZiisP7dKaJ9ynU/9maQmjlgbPFM5Z.','marcbrownrigg1967','marcbrownrigg@gmail.com','','2018-04-11 15:44:34','1523461477:$P$B.KfJ.9MhFaNvfl5UIMIU20eX5n979.',0,'marcbrownrigg1967'),(3800,'jff24nscr241977','$P$BsFFk7ml5cOcLQogUQrq5JiO4IkQQV/','jff24nscr241977','jff24nscr24@aol.com','','2018-04-11 20:42:21','1523479345:$P$BjI8NR6ii4fmSJ5l94m3/7QkZAiJ6j0',0,'jff24nscr241977'),(3801,'celeciawinder1956','$P$BhrKkQ64Tg6RBkYDB8KQCkHiuoBN7Y1','celeciawinder1956','celeciawinder@gmail.com','','2018-04-11 21:28:51','1523482134:$P$B6eCcbjNBU0EWX4XRPgWngdDrKoBf91',0,'celeciawinder1956'),(3802,'csully921954','$P$B..F2I3LFx4EvO1tnA82GyCOcScr891','csully921954','csully92@gmail.com','','2018-04-11 23:36:51','1523489815:$P$B6DhVWgvkAQU//F60XonYtafqKWym7/',0,'csully921954'),(3803,'janplank1971','$P$Bm4lscBKdfm/Vs4InmiEVrCKHAWU8T0','janplank1971','janplank@aol.com','','2018-04-12 04:08:45','1523506129:$P$BJ6rP5E5UuUHQL8yeujV6gRVgGtABQ0',0,'janplank1971'),(3804,'adelenetter1994','$P$BsaOxNjFcXRNxY.h1t7VsEvxcyiqh./','adelenetter1994','adelenetter@aol.com','','2018-04-12 04:10:46','1523506249:$P$B1TwR5Rd2GxvWqdWtygoFPlzmQc55G/',0,'adelenetter1994'),(3805,'theresiatedjo192004','$P$BHPWMyMa9TTEobwzPi13R6LTFatNJc1','theresiatedjo192004','theresiatedjo19@gmail.com','','2018-04-12 04:42:15','1523508138:$P$B80PZr.7H8fdTKiFjF6EPqV5oPIrtk1',0,'theresiatedjo192004'),(3806,'kirke.r.machon1988','$P$BDAFJvpyINlBEtXg07tczkTKrQghv41','kirke-r-machon1988','kirke.r.machon@gmail.com','','2018-04-12 14:53:38','1523544822:$P$BOsOYuTOjbslsNtQQ1q5MpJURVc0zp1',0,'kirke.r.machon1988'),(3807,'yoderturf1975','$P$BGeLzGTUCZAtbLwJGLXTg2hZE4SaMl.','yoderturf1975','yoderturf@aol.com','','2018-04-12 16:23:13','1523550197:$P$BBvJ.ic73E6VnFYrTN8qy6ODITLK.a.',0,'yoderturf1975'),(3808,'ahight21991','$P$BV8dpCOARhagTnPcJlGzXaiq399QGN/','ahight21991','ahight2@aol.com','','2018-04-12 16:50:41','1523551844:$P$BtbbqEc94shDiAWuI6z5NVCTpMed1.1',0,'ahight21991'),(3809,'kjk3mn271983','$P$BLBee8xwDQWt2/byWdolys0KOoYd8c.','kjk3mn271983','kjk3mn27@aol.com','','2018-04-12 17:13:17','1523553201:$P$B5.aJjFkM0kPR2wFJ/LR9oSXDQZBUJ1',0,'kjk3mn271983'),(3810,'robin_luther2009','$P$BOO4DWTiYHRFA3nbsmQ0dB7/CRbpFB/','robin_luther2009','robin_luther@yahoo.com','','2018-04-12 20:07:36','1523563659:$P$Bd331KhrVUAo5kew5cwFelnwP7x.SC1',0,'robin_luther2009'),(3811,'christopher_b_cox1969','$P$BKsz8i8hQ3EuuStSRBTiYnoGmxzKsZ0','christopher_b_cox1969','christopher_b_cox@yahoo.com','','2018-04-12 21:21:29','1523568092:$P$B/09hsE9YVdmN4zxTiTkTbsJ9oG/Kh1',0,'christopher_b_cox1969'),(3812,'pastryporter2008','$P$BTljXfeejPUUxMFp.vWrlTHo/bDVqU0','pastryporter2008','pastryporter@yahoo.com','','2018-04-12 22:19:55','1523571599:$P$BS5xXNh7Q/e3o/EkpGFHCShYkj6p4w1',0,'pastryporter2008'),(3813,'matthendrix4181972','$P$Bl84QC39mFt7KbjlsNBpM1PDZSPpzL.','matthendrix4181972','matthendrix418@yahoo.com','','2018-04-12 22:42:12','1523572934:$P$BlFsM2kqFM7TF0953TKvNImj8aKJL//',0,'matthendrix4181972'),(3814,'johnnyarmand371961','$P$BxJiYqjBcHIRb5ZDKh6sqQipPwUv78.','johnnyarmand371961','johnnyarmand37@gmail.com','','2018-04-13 02:58:16','1523588300:$P$Bk8Sr6cdKoexRpjNjH3UMMoV5Bir5Y.',0,'johnnyarmand371961'),(3815,'chrislampkin11956','$P$BuGJ8sQX0eHL7U3mOCbW8TEobg9hWe0','chrislampkin11956','chrislampkin1@aol.com','','2018-04-13 03:13:13','1523589197:$P$BfDoVFfZ44GBeZ/4Hjm9wrmEGoliXH0',0,'chrislampkin11956'),(3816,'app671959','$P$BbjQgEqZCdWdppxd/gqfxw3MD7Sl/G.','app671959','app67@yahoo.com','','2018-04-13 08:22:47','1523607771:$P$B3PK0QvXdcvHijZZ2uSt0sI5HIe6ln.',0,'app671959'),(3817,'lmalewski1989','$P$BvwiI4m.GX6ByXt9V31qFrAJqT8d2B.','lmalewski1989','lmalewski@twc.com','','2018-04-13 18:24:00','1523643844:$P$Bor3Xzljfz4vJE5wpp55NcAL7hVc.51',0,'lmalewski1989'),(3818,'joseinsc1993','$P$BMb/hc5x4QzyEkd83o.XfQQcIg1dKj0','joseinsc1993','joseinsc@yahoo.com','','2018-04-13 18:50:17','1523645421:$P$Bpb9.E2VsuRFOvDID9770BUk9VyXmz1',0,'joseinsc1993'),(3819,'kml83931953','$P$BpHYj1KCgNRT.xR0YD4RgcdzDRGGIS0','kml83931953','kml8393@gmail.com','','2018-04-13 19:17:31','1523647055:$P$BGT9xuLd0ySvFz1EQWAAbqDHd7Kuva1',0,'kml83931953'),(3820,'ultimiterune1988','$P$B7J4btc5iuoc.brm6zWoCDVJ7nNQLZ1','ultimiterune1988','ultimiterune@gmail.com','','2018-04-13 22:47:42','1523659666:$P$BIs5yUPZde.z1ag7ejWVvEZyGMoTB7/',0,'ultimiterune1988'),(3821,'olga1982','$P$B6na9gWNRb9KK4ImCR.DTmf.Vu8YGu0','olga1982','olga@goimpressing.com','','2018-04-13 22:52:43','1523659967:$P$BRh.RuEZ9AiEGqCd6bt78I0N0GW1rU/',0,'olga1982'),(3822,'sandpene011958','$P$BP787dTi6zkSewBWpTZmWYfJ2jlI3O/','sandpene011958','sandpene01@aol.com','','2018-04-14 00:33:35','1523666019:$P$BCuznbQS88kClSFyaH5NIwbiua3D.T0',0,'sandpene011958'),(3823,'goz571990','$P$Ba0oh0V.meX8mYjFdV7WSHEUgYNzmq0','goz571990','goz57@aol.com','','2018-04-14 04:36:15','1523680578:$P$BE7pDWVr3t8LM7aa6MlIHdqDtCsKSL0',0,'goz571990'),(3824,'jmkoval1964','$P$Bs5loU1SIX/1ioiWdvFCMhJAAiTmqJ0','jmkoval1964','jmkoval@aol.com','','2018-04-14 11:02:18','1523703743:$P$BLniXKMkJdqBkm/wgHrpWRIqKM11Zc0',0,'jmkoval1964'),(3825,'subhomail1956','$P$B76gJwBk8HunJFXQcan6TxbIKEAMTw.','subhomail1956','subhomail@gmail.com','','2018-04-14 12:46:11','1523709974:$P$BMgAhlBE1yCZO7txmnOBMppTZ/aWLN.',0,'subhomail1956'),(3826,'allanelder15991952','$P$BMh6klmdnc83XnVybkC5xcgK3uMPsD1','allanelder15991952','allanelder1599@yahoo.com','','2018-04-14 13:08:45','1523711329:$P$BmAaVGPhohE5FewteSZ5/3KjH.212u0',0,'allanelder15991952'),(3827,'yongari935362002','$P$BBwzLgn.EVBv0ngQdbl2N.CbkWjHkA1','yongari935362002','yongari93536@yahoo.com','','2018-04-14 13:56:09','1523714173:$P$BnayUjABKM0mNqizvVt.j9BrH3t3rS.',0,'yongari935362002'),(3828,'benjaynes1974','$P$B5UBtPC48DspoT.PdfER3JbWWonQUD1','benjaynes1974','benjaynes@aol.com','','2018-04-14 18:18:39','1523729922:$P$B9g2dsqTaFQnk.uNPtfcmvxkxXUAzC/',0,'benjaynes1974'),(3829,'randerson2001','$P$B2a2jZLna.EzYiG6E4walSa.CesHp41','randerson2001','randerson@emlpayments.com.au','','2018-04-15 09:35:19','1523784923:$P$BPDcth0aPuU8/h5DPGauCG7yXzffVI0',0,'randerson2001'),(3830,'jshields241986','$P$BIc2ticnis2wps4Cj4r9VJo3oEeezc/','jshields241986','jshields24@yahoo.com','','2018-04-15 19:18:05','1523819888:$P$BW5ecBkdJWUXLgZXCBbSJLZfp.Ma36.',0,'jshields241986'),(3831,'stephan-steinhagen1998','$P$BR/fEDpV7ubPNGvqYMwAgLkmFGFuMc/','stephan-steinhagen1998','stephan-steinhagen@t-online.de','','2018-04-15 19:26:14','1523820377:$P$B38JLzUp93XA1uQ07xOY7lZUOyGMGI1',0,'stephan-steinhagen1998'),(3832,'fisheras1976','$P$BqLUzXFlUx5cvSxx0lqkqchzrvOt770','fisheras1976','fisheras@yahoo.com','','2018-04-16 15:21:36','1523892099:$P$BKNz1czm.X9dIdMuh4x8YuG0PZ/tDg.',0,'fisheras1976'),(3833,'krystalspinatas1986','$P$BqGr1DpwnPXkF.yihe8KdbzJCYFxlb1','krystalspinatas1986','krystalspinatas@yahoo.com','','2018-04-16 17:32:44','1523899967:$P$BJYWHxzwXIIEI7TGYbz7DBzbyP36hZ/',0,'krystalspinatas1986'),(3834,'miamisellall2009','$P$B2LHo5F1CsgBtFWWGPSWW4rCNs5aM71','miamisellall2009','miamisellall@gmail.com','','2018-04-16 19:28:09','1523906893:$P$BeBmk5.tqzQ7gS8.UbWLj.p8BjmLQ..',0,'miamisellall2009'),(3835,'eric.pfleeger1965','$P$BMvFXrVhBkBrOZo9x2kSGiRaET8JWr0','eric-pfleeger1965','eric.pfleeger@gmail.com','','2018-04-16 20:42:23','1523911346:$P$BureG4DciHV4/joSydYZAbX9VX5s6k/',0,'eric.pfleeger1965'),(3836,'gene1959','$P$Bjyup2n4SFbBEC76qqRB9QZV5NZtRv.','gene1959','gene@firstcoastentertainment.com','','2018-04-16 22:20:17','1523917220:$P$BqJM30TLJtKfyQzwnUGpq3IuOk3uDV1',0,'gene1959'),(3837,'darkshnider421995','$P$BQZ02dG1K.HPXSy9IQFDCTb4T0J3u50','darkshnider421995','darkshnider42@yahoo.com','','2018-04-16 22:34:19','1523918063:$P$BCgu1F.JhGeiAqRUHIx73CHWEdSHmX1',0,'darkshnider421995'),(3838,'jamesksmithjr1956','$P$B0ql1lNA5z3WdzMTQcFTgy6xqfJLYs.','jamesksmithjr1956','jamesksmithjr@aol.com','','2018-04-16 23:56:31','1523922995:$P$BJUWidphtrcyBvjV/N.7s/eYDe0HYA.',0,'jamesksmithjr1956'),(3839,'najamkizilbash1956','$P$BbttpEjbcIDzaDMoucs9UZRY6sY.SD1','najamkizilbash1956','najamkizilbash@yahoo.com','','2018-04-17 02:39:53','1523932798:$P$BlkxY2Bn3hdSCIvaIpuBnwNfq0RmqJ1',0,'najamkizilbash1956'),(3840,'itsgeorges1998','$P$BAk4LJIypK9yRN36ggKyWIBG9Mzm3U.','itsgeorges1998','itsgeorges@aol.com','','2018-04-17 02:59:38','1523933981:$P$B4rjhDzHH6VRlk781ZTST5VhiZiCFC1',0,'itsgeorges1998'),(3841,'dgdd961951','$P$BIIkgKVXYAYMX9e0ZuR4Hg0XvC/.Wt/','dgdd961951','dgdd96@gmail.com','','2018-04-17 18:38:47','1523990331:$P$B/0wEX972pwowOvYkI5WgPMaC7zQHq.',0,'dgdd961951'),(3842,'gttconsulting2005','$P$BMGbJUIYD7bokYjS15c6VDsxJdIT8c1','gttconsulting2005','gttconsulting@aol.com','','2018-04-17 20:28:20','1523996906:$P$BOjZG2lPkJjnqM6xpyR5cYTTAlH94M0',0,'gttconsulting2005'),(3843,'shumakerski1965','$P$BO0U7i4rIdCW/dJtQe.KMida8OkDcd1','shumakerski1965','shumakerski@comcast.net','','2018-04-17 21:32:10','1524000735:$P$B9sobCR.pC0TMGnCpEfOdTlirnVNsG/',0,'shumakerski1965'),(3844,'dickerickson2681962','$P$Bf7AhJrRE4V7dUznR5k.EWUJqFv2gX/','dickerickson2681962','dickerickson268@q.com','','2018-04-17 21:53:13','1524001996:$P$Bh3/bu54n6sqTYs78UfuaFyTAZKAv50',0,'dickerickson2681962'),(3845,'leeannc311994','$P$BerCRlIJ8W461b.njDi6TqRfGvI.O60','leeannc311994','leeannc31@aol.com','','2018-04-17 22:25:43','1524003946:$P$BnQPgBxUxiOyfBTPHg86CbP4JR1yke0',0,'leeannc311994'),(3846,'justrightmotors1964','$P$BeampKWLTvFRulG8vquuqF29oJiLse1','justrightmotors1964','justrightmotors@myexcel.com','','2018-04-17 22:39:13','1524004759:$P$By58yganJrX94HeO3moXZfu3ppUQOy0',0,'justrightmotors1964'),(3847,'jenelyse51956','$P$B.8cbztG7kgEA8r9slslYmQg1j2IwV.','jenelyse51956','jenelyse5@yahoo.com','','2018-04-18 00:49:53','1524012597:$P$BwYMzXoXkVg3jYSDvKu7mxYzugk/4T1',0,'jenelyse51956'),(3848,'servpro99421977','$P$Bg7SmN2hzN7OzRH4LIVzGoy7/Txudf0','servpro99421977','servpro9942@yahoo.com','','2018-04-18 11:18:36','1524050320:$P$B1DUgjy4.bqZRF8TnjlkAFD8Yv8V5v/',0,'servpro99421977'),(3849,'brianjprewitt1952','$P$Bz5lvQIGQrdjPcJyCQbdyvJIHCelu81','brianjprewitt1952','brianjprewitt@yahoo.com','','2018-04-18 14:25:01','1524061505:$P$BOQCkMi7B0RzBNqtE8hDQF57Q0hDNc1',0,'brianjprewitt1952'),(3850,'mstjean1989','$P$B.AJpIrNNgtXBrGWqzIoVIPkn8W8670','mstjean1989','mstjean@gmail.com','','2018-04-18 16:09:38','1524067782:$P$Bwq3LvDSH.QPA.rTEyD3XMkvNRBGDf0',0,'mstjean1989'),(3851,'jimmyc263012010','$P$BevjQ5rMbR26Xac1Z.Rn7eDIeu4DtV0','jimmyc263012010','jimmyc26301@yahoo.com','','2018-04-18 19:03:58','1524078244:$P$BVTcmSzq2.X/Un.KR3ltxOqpOnoqdq/',0,'jimmyc263012010'),(3852,'jacobs.tpierre4891967','$P$BBAgMUtO1Bc6jsfNYHFCa4g0PZQ2dp/','jacobs-tpierre4891967','jacobs.tpierre489@gmail.com','','2018-04-18 19:29:30','1524079773:$P$BQ9qxGggYorkDmPj0qVeplKvyqvnEI/',0,'jacobs.tpierre4891967'),(3853,'cooperlandry1988','$P$BBpbOXjvhNxCa/4MzVR2qYmhqwo1Dk.','cooperlandry1988','cooperlandry@gmail.com','','2018-04-18 19:53:25','1524081208:$P$B27ffW5mTJXH2RTiMW.Q5wsVjeIqyN1',0,'cooperlandry1988'),(3854,'irudyakova1976','$P$BrJJKEr4BRwrRTZ3XgBBIaFDDjiAmd.','irudyakova1976','irudyakova@yahoo.com','','2018-04-18 20:41:05','1524084069:$P$BuG4O6tl3zNEuqgoR2.jrKhUdsRHiA/',0,'irudyakova1976'),(3855,'csutton51993','$P$BtDueF8k2sPDLRfR9G9naheZCyj1O81','csutton51993','csutton5@austin.rr.com','','2018-04-18 20:53:49','1524084833:$P$B4ouRfvAfXO2eDGTUU8.VP3HiiUwpY.',0,'csutton51993'),(3856,'mrs.mond11966','$P$BYRIBwnV.v4Jx4YGrC9gXghSQEo1TI1','mrs-mond11966','mrs.mond1@yahoo.com','','2018-04-18 22:30:24','1524090627:$P$BCdOGkgmdXf6vYq22ceZ7NPD25FdjX1',0,'mrs.mond11966'),(3857,'paulmitchell3331973','$P$BwwUZsa4AUEGAXGO2yrmM5jhVtsfCX1','paulmitchell3331973','paulmitchell333@gmail.com','','2018-04-19 00:10:43','1524096646:$P$B4sWYJ0tcy7SoW4K1mFY7H7NQ/offQ1',0,'paulmitchell3331973'),(3858,'evnash1971','$P$Bfsv.MSeMndBaKyRUdX5QsvzhOsjSL.','evnash1971','evnash@gmail.com','','2018-04-19 11:25:54','1524137158:$P$BeVJKLTyv5tC2EcOiNUT6NCPCfPUnT0',0,'evnash1971'),(3859,'wayne.samson1976','$P$BMLkfd3ujyrXg6sxQAkqZQspoxAWFb.','wayne-samson1976','wayne.samson@yahoo.com','','2018-04-19 15:10:12','1524150615:$P$B7AZtfyFVz/OfhhGqOkBhzRlLqcn2p1',0,'wayne.samson1976'),(3860,'shashi2001','$P$BCn8PTMM6Bk5iWvWdaXGwRF7ccmmTK.','shashi2001','shashi@zaatar.org','','2018-04-19 16:12:54','1524154377:$P$BO7J24hr263tdDbYoN91A.i2reSz7C0',0,'shashi2001'),(3861,'heathergrant221964','$P$BaaCsfyHa0KfYNIjsgYHyQ4cXc7LVN1','heathergrant221964','heathergrant22@gmail.com','','2018-04-19 19:07:06','1524164829:$P$BVGqPfpvYfSgeHRDB6xtE./QeW50UY0',0,'heathergrant221964'),(3862,'lisa1961','$P$BRuf3owy4eR7vnqCGCBvK7Ku7TdmnU0','lisa1961','lisa@stewartspackaging.com','','2018-04-19 19:56:44','1524167808:$P$B6TTRtMkoN45zXtCZS.UAerEyFytg30',0,'lisa1961'),(3863,'guertinb1984','$P$Bxpn2mvNvAJh2J8kxc7S92YtYJuTtH0','guertinb1984','guertinb@aol.com','','2018-04-19 20:07:30','1524168453:$P$BapQLrAHicRFnjf5QiAanzw3ki5/Ro/',0,'guertinb1984'),(3864,'fabielarayo2010','$P$BSbh3uVV817cDyFdGnZxlw6a0XsdAa/','fabielarayo2010','fabielarayo@aol.com','','2018-04-20 00:04:57','1524182699:$P$BOdpMctsn77cW0EYcpyXv41HCYJAOD1',0,'fabielarayo2010'),(3865,'esser911952','$P$B.mkRcXfeTOdaYf9D8r8Ywtx8LlJ8h.','esser911952','esser91@yahoo.com','','2018-04-20 00:13:11','1524183194:$P$BlgTlbum72TMpxN1GOfqWJiGafT8X1.',0,'esser911952'),(3866,'billjohnst501976','$P$BuKGS5FLcpRwN41T2OOyH1XXzJTGGt/','billjohnst501976','billjohnst50@aol.com','','2018-04-20 01:56:19','1524189383:$P$BdsNTQ.CVtZytFHHsID0KK35RZe1Db1',0,'billjohnst501976'),(3867,'jamco60001955','$P$BeO76jPWF.Fp7/CYCwKXyffkybj2qO0','jamco60001955','jamco6000@gmail.com','','2018-04-20 03:06:38','1524193601:$P$BG8QfY6xdLuR/SNJGyUzSKvaA5NtMP/',0,'jamco60001955'),(3868,'ryanlwilcox2008','$P$BG5v7gQFBCmDU/t0SrWosdYJK8.us.1','ryanlwilcox2008','ryanlwilcox@yahoo.com','','2018-04-20 08:44:36','1524213879:$P$BXfJ0xobDJCp2oUhHv1VLamUwSpG8F.',0,'ryanlwilcox2008'),(3869,'orkwkskrs1951','$P$BWBpzGqhg3iaO.lqfWuY.G6JFhR8aC/','orkwkskrs1951','orkwkskrs@gmail.com','','2018-04-20 15:06:24','1524236787:$P$BPLRD4pAbt28ppjvWafMitr33DX4fJ/',0,'orkwkskrs1951'),(3870,'ravlosoya1955','$P$BEaZ9mveRAyCNZe/NKT8A.uH./WaKt1','ravlosoya1955','ravlosoya@yahoo.com','','2018-04-20 16:14:29','1524240872:$P$BEGtZizBzlMy.AkfDxzzfm4xI7MQs9.',0,'ravlosoya1955'),(3871,'nathan.sauers1969','$P$BU7WIkVyBEHgEPIJ5os96wwJaC4hR9.','nathan-sauers1969','nathan.sauers@yahoo.com','','2018-04-20 21:25:35','1524259538:$P$B/JeQBdFa9hwx1dyaL2iht4uFpCiiu0',0,'nathan.sauers1969'),(3872,'kdawsoncpa1986','$P$BmsFcttCnUwJ5gdW9ZT0wIXnqSVyoF.','kdawsoncpa1986','kdawsoncpa@yahoo.com','','2018-04-20 22:10:00','1524262204:$P$BTzN84inUa3oMYg0sv0jK9JQV0tCXa1',0,'kdawsoncpa1986'),(3873,'pfstrike91962','$P$B3AmK00aMsXmXpVZKViNvLq7pooho0.','pfstrike91962','pfstrike9@yahoo.com','','2018-04-21 08:22:45','1524298968:$P$B7oj6prZNk3dvrVhR35/xoCW8AFMwk0',0,'pfstrike91962'),(3874,'marcg1986','$P$BoLxCLMjg55rSYelg67fRbuvbhC5Xo0','marcg1986','marcg@gtindustrial.net','','2018-04-21 18:12:52','1524334375:$P$BLhYKlSYTO/uIPA2Y6VB7Cv9uPDBtv0',0,'marcg1986'),(3875,'amber.guffey1950','$P$B6Tl64x1ciH6ndUua.bowuBrg1aeXc0','amber-guffey1950','amber.guffey@gmail.com','','2018-04-21 20:21:19','1524342082:$P$BI27rqH3ZNy6tphvErcuQOurszwgoR.',0,'amber.guffey1950'),(3876,'nwinnie341960','$P$BmUvfXtoN57F4DdYV.DSJAyhfIxMyo.','nwinnie341960','nwinnie34@gmail.com','','2018-04-21 20:58:12','1524344295:$P$BYxO56UyeDGgiOAC3QipE6xW.Msh1s.',0,'nwinnie341960'),(3877,'dblueter1965','$P$BrEu/q1sJQ59PGj4t3TzK4wNu/DH2H/','dblueter1965','dblueter@yahoo.com','','2018-04-22 03:18:28','1524367112:$P$BvJtJf2Dhr4mF.byGSBN/Jq4yKjhxG1',0,'dblueter1965'),(3878,'kaylachris20061980','$P$BMf/eryb5DnzT/dy4vYSoE2b/ejWkV0','kaylachris20061980','kaylachris2006@aol.com','','2018-04-22 19:37:27','1524425850:$P$BSnDdHAdBv2yGe/MYNjlnvrUL1sQ771',0,'kaylachris20061980'),(3879,'mamypj1979','$P$B0e3i75k1q4KxlamNAA9oRzR6ukOvY0','mamypj1979','mamypj@yahoo.com','','2018-04-23 00:19:14','1524442757:$P$BJ90VGB2auk6yRXmgObpSlYVjHrohd0',0,'mamypj1979'),(3880,'jzadrima1986','$P$BTATS/HKY9IguDOi1yT8HU79ipJzZJ/','jzadrima1986','jzadrima@genrealgroup.com','','2018-04-23 11:07:33','1524481657:$P$BtCs4g39d7OTBc6DQtRSmH9/j7b4qQ0',0,'jzadrima1986'),(3881,'nerm_norb1950','$P$B4eU9fnO2ViXXT2oZnPQGNnOVsmBHc0','nerm_norb1950','nerm_norb@yahoo.com','','2018-04-23 17:56:11','1524506175:$P$BoTFCqCW22DfsC.h6.EAtYfH1nCKfV0',0,'nerm_norb1950'),(3882,'teriandtomking1963','$P$BZbD8nc0CQQPu2f/SKEUFMhKbvOpIo1','teriandtomking1963','teriandtomking@yahoo.com','','2018-04-23 18:28:05','1524508089:$P$BAfnhTsgNV1IuL1q44XUi/OSXHUC1K.',0,'teriandtomking1963'),(3883,'spirit_of_a_girl1960','$P$Bt.QKGWaUQ58RIhOwxBIUxHNLoq07y1','spirit_of_a_girl1960','spirit_of_a_girl@hotmail.fr','','2018-04-23 19:13:51','1524510834:$P$BvGK.mXO9Mx/VwJRq/G0puh9ZyeQep1',0,'spirit_of_a_girl1960'),(3884,'compchev1963','$P$BRz/.OgtRUzMv9gv7KlN6Bjiv2t5IG0','compchev1963','compchev@gmail.com','','2018-04-23 20:30:06','1524515409:$P$BLdrzesk5S/7zOGfAb8IgYixRApfyN1',0,'compchev1963'),(3885,'judykayfranks2007','$P$BgDONu5YpPvRl2oi0.B7IjV7rNJ.Bq0','judykayfranks2007','judykayfranks@yahoo.com','','2018-04-23 22:16:50','1524521813:$P$B0XEef65w5gC8wBMQuaz96egYJ5IEI/',0,'judykayfranks2007'),(3886,'allytboyd1998','$P$BO8FQ.e2xiGpAI5QuA05P0FJ/csBAj/','allytboyd1998','allytboyd@yahoo.com','','2018-04-23 23:05:01','1524524705:$P$BBwXEpkq7c0EEoU9ba39TACtiynDD51',0,'allytboyd1998'),(3887,'tinastmoody1979','$P$BSOogRI/M910SLJKwKT31x1AWxSI.q0','tinastmoody1979','tinastmoody@aol.com','','2018-04-23 23:22:06','1524525729:$P$BOm/HV8KsHC82zJER/tG30bmMcduik.',0,'tinastmoody1979'),(3888,'mdw99461960','$P$BABJYsNdoh/dKteUEC/BYm.jI.T34.0','mdw99461960','mdw9946@moc.edu','','2018-04-24 01:19:51','1524532795:$P$BellmGoachUAQY25KL2kjIpgBT.jXt.',0,'mdw99461960'),(3889,'firecomcon1988','$P$B.pOL5ASR5/gER0yEekMM3smNd23My/','firecomcon1988','firecomcon@aol.com','','2018-04-24 02:38:34','1524537517:$P$Bayg/FR/CRqWk3jXZiIljU20vegSls0',0,'firecomcon1988'),(3890,'sshane32321962','$P$BdHgUB1cKsRLHgwH1DmyunUSkYZS8Z.','sshane32321962','sshane3232@aol.com','','2018-04-24 04:28:47','1524544131:$P$By0dUggGvq1DoMLqxcUuF4.8nshfi6/',0,'sshane32321962'),(3891,'scottsimmons21521998','$P$BTu4j/OF86AXmV2LltmPtMC1up2N2u0','scottsimmons21521998','scottsimmons2152@blueyonder.co.uk','','2018-04-24 11:19:20','1524568764:$P$BKY2NLQO6Y52GN.1calF7rN0ORH5.x.',0,'scottsimmons21521998'),(3892,'ifixem20031958','$P$BhPiJ/FQNBbLvCxEDZ5jn/RKDIX.41.','ifixem20031958','ifixem2003@yahoo.com','','2018-04-24 13:33:06','1524576789:$P$BFlZFdKgJpHo64/ZhJtMtLSpNt2Azp1',0,'ifixem20031958'),(3893,'josh.hall1963','$P$BOKsiddUwx1HrjGKSzLH2kKn.bI1BR0','josh-hall1963','josh.hall@yahoo.com','','2018-04-24 14:11:31','1524579097:$P$B4CQRr/YR0uNI2uRzC8YLodIDjhAtl.',0,'josh.hall1963'),(3894,'info1988','$P$BHpzW7vbNlXHu2ZPaJoSr0t22K3Mr//','info1988','info@maresoleil.de','','2018-04-24 15:02:00','1524582125:$P$BDVdNuo/tItoYRRWaPN5XveY4ih8Zx1',0,'info1988'),(3895,'wjones2002','$P$BsGQJ84Vx0540.GMyoL38Kv0mFcenx.','wjones2002','wjones@waterbury.k12.ct.us','','2018-04-24 15:07:44','1524582473:$P$Bu4uc.XS0k2jRnrBlw0MG4JM2RUosB1',0,'wjones2002'),(3896,'jeffbuffoni2005','$P$B4ecM1DiTo.CZtr8H0MR7eSdtjjzqg.','jeffbuffoni2005','jeffbuffoni@aol.com','','2018-04-24 15:13:20','1524582813:$P$B5x6iTELA.e/BWPDBh8slLuX37Ciqb1',0,'jeffbuffoni2005'),(3897,'luisandpancha011978','$P$BY239y1QM2/6.ri/Y/7qWJUyLxtWLg.','luisandpancha011978','luisandpancha01@aol.com','','2018-04-24 17:28:53','1524590936:$P$BhOPUxXHZ7UqH6yVRrhXBHJHut6iWQ.',0,'luisandpancha011978'),(3898,'rkirk641957','$P$BQvCbOXOe10ZzM9GuPZ1TnfTELyIfR.','rkirk641957','rkirk64@yahoo.com','','2018-04-24 20:35:00','1524602104:$P$BdpX6u/wIbQmDOgyGZu.gwlvBu.FPj.',0,'rkirk641957'),(3899,'ford2kus2005','$P$B7kRFaiMrEeFj1br1JPiOPpFReFrC7/','ford2kus2005','ford2kus@yahoo.com','','2018-04-24 21:23:03','1524604986:$P$BXKMgFzi4AluWI5XxSzsNbQztIXw/w1',0,'ford2kus2005'),(3900,'staceychristoffers1969','$P$BGLmXr5t85B2.hf3eADohGFszhLtIh/','staceychristoffers1969','staceychristoffers@gmail.com','','2018-04-24 21:46:32','1524606395:$P$BC7W21CgU.wkOsTsgM1uAnUqW5o0o90',0,'staceychristoffers1969'),(3901,'gercekaslan1953','$P$BfiZFtbVXQXbPCccn5pyAWpvLK6UZ/1','gercekaslan1953','gercekaslan@yahoo.com','','2018-04-24 23:20:17','1524612020:$P$Bb3Ndobxl/iY7M3GVZZ.nLe74MyCKZ1',0,'gercekaslan1953'),(3902,'reidtakamiya1997','$P$BC2dZWbqcIbTEI2TmD0uGYgDKSlE/E0','reidtakamiya1997','reidtakamiya@yahoo.com','','2018-04-25 00:21:43','1524615707:$P$BeHAFhj87ORmfxZHBq0uRPwyrQ/bWh0',0,'reidtakamiya1997'),(3903,'epantelias1950','$P$BcPicbKMKkf.wZVXcXcvl.ON2UsmOV.','epantelias1950','epantelias@yahoo.com','','2018-04-25 01:43:30','1524620613:$P$BuQ0S241HzMfmELg3LEy06eWwzbLg51',0,'epantelias1950'),(3904,'skybird2242000','$P$BZEXc/ylURIM.EQiyiDrALnRmA/dmz.','skybird2242000','skybird224@aol.com','','2018-04-25 05:05:34','1524632737:$P$BxXOeNArh6BBNAloecxYy4KP8P7/Lp.',0,'skybird2242000'),(3905,'bevans1993','$P$Bo3u00ePoj7WiTpD0yvC0JFBCvTOca.','bevans1993','bevans@accuaireonline.com','','2018-04-25 10:06:30','1524650793:$P$BGBE./695EcZi/adwEcYuMyeLQy2iA1',0,'bevans1993'),(3906,'kaondersma1950','$P$B1SQ6tikzJMKJOzjwVA8bweD0xWvuq1','kaondersma1950','kaondersma@yahoo.com','','2018-04-25 13:17:20','1524662244:$P$BPqJ.7w7XF70wHlyPypcsfDjiuV5W//',0,'kaondersma1950'),(3907,'dmaher72321953','$P$BZUzBZqMZ3tFZmProwe3HEdxWfhsoi1','dmaher72321953','dmaher7232@aol.com','','2018-04-25 14:44:26','1524667487:$P$BLFt9wieB3aQsUX3A/A9LONaNy6hVI.',0,'dmaher72321953'),(3908,'allison.jabaley1989','$P$B0tiAHPooHHDdeT4WD1l6.DgX8nvfq0','allison-jabaley1989','allison.jabaley@gmail.com','','2018-04-25 15:32:39','1524670362:$P$B1nmLhvVQvKVxUl5FP57GTpC6hKmcQ.',0,'allison.jabaley1989'),(3909,'semaingot1998','$P$BxBhSEQrSwizWioeU/80KBMaLFvpAM1','semaingot1998','semaingot@aol.com','','2018-04-25 15:44:09','1524671054:$P$Bdvk2MMa2BBrUk/M7awxXqZhJa4kB/0',0,'semaingot1998'),(3910,'melcg1975','$P$B2DPw1zO3f7RA86qgTi5wFfP/llOt4.','melcg1975','melcg@aol.com','','2018-04-25 16:02:01','1524672125:$P$B1F4LXCR1dschi9nmGUHLf33cb5u810',0,'melcg1975'),(3911,'stinginsam931974','$P$B4w4Q3ilGF1Alpc.SiHQuzL6sdt.ZK/','stinginsam931974','stinginsam93@yahoo.com','','2018-04-25 17:12:48','1524676372:$P$BUQ5evSmE4PGxJk.N.iWhyuzrPRhhX0',0,'stinginsam931974'),(3912,'rachel_caseman1993','$P$BADhJXlz1Cs9aCcTNsrCz6hnIcKx9.0','rachel_caseman1993','rachel_caseman@yahoo.com','','2018-04-25 18:23:50','1524680633:$P$BScdxP/Hp8Z.WfD1tcx/FW3Bx42KPz.',0,'rachel_caseman1993'),(3913,'knightfan231955','$P$BJJEcNSNvGlzJGHwki.GA5z4vh6oYD/','knightfan231955','knightfan23@gmail.com','','2018-04-25 18:25:14','1524680718:$P$Bo3djrzPUbGgd15R6pWX/QqJwzDWrT1',0,'knightfan231955'),(3914,'joel.cummings331974','$P$Bh0XJvqLlxiz8yEFvphSZaWjq1yzDa/','joel-cummings331974','joel.cummings33@yahoo.com','','2018-04-25 19:27:34','1524684457:$P$BqE4gcgPq9/uhW68zjYOZO4Q.upuJa1',0,'joel.cummings331974'),(3915,'mar3men1978','$P$BCo4fClDCafaiwx/Mol/czVYnT72s40','mar3men1978','mar3men@aol.com','','2018-04-25 19:32:38','1524684762:$P$BQKzheiEBcKg8qi3g3usvBMn85IcRi.',0,'mar3men1978'),(3916,'angiej4281982','$P$BhHopVo.k8jTBio2kGtxrWEO1QY0XD/','angiej4281982','angiej428@aol.com','','2018-04-25 21:11:37','1524690701:$P$BNf8DMdFcJxLqnX.FLHUmyCk2VNwHl0',0,'angiej4281982'),(3917,'mcclendongrayson1983','$P$BIPd6iKt3OcSd46xrRH1Z3rgerhxCw.','mcclendongrayson1983','mcclendongrayson@yahoo.com','','2018-04-25 22:44:35','1524696278:$P$BMFo3isvbr0LL1RL7LHs9VC/nu1ZIp/',0,'mcclendongrayson1983'),(3918,'terranhale2005','$P$BYUvAlNGTA7PtbkNQYNj4tjFkLUOo11','terranhale2005','terranhale@aol.com','','2018-04-25 23:44:25','1524699868:$P$BSq9S2J1y2aZyPoCu2iyQopfj.z6Yi.',0,'terranhale2005'),(3919,'tanneriley2004','$P$BuZG2HT8.r6NYHBV0mx.7UdxfSovh5/','tanneriley2004','tanneriley@yahoo.com','','2018-04-26 00:21:42','1524702108:$P$BZ9iEEoejVJi5wrHEJqSeqeXXUY5DO0',0,'tanneriley2004'),(3920,'wesrederjr1960','$P$BRr0SvjXPKM0o6NiAO1hTMtg2gTK381','wesrederjr1960','wesrederjr@gmail.com','','2018-04-26 06:13:01','1524723185:$P$BKMTgx/QcMuah86aryMjZ.0lkM7Tlv1',0,'wesrederjr1960'),(3921,'spoiled3432003','$P$BqiM/KsDR0jGBqTT2zYWzWZFX7VFRZ.','spoiled3432003','spoiled343@aol.com','','2018-04-26 06:37:25','1524724648:$P$B5dxC8rfLaV4wWyUDwd.glqhwASNUD0',0,'spoiled3432003'),(3922,'angelamc551980','$P$Bnb.xOSNulMBBkmXIPTu/qqCTKEyTi.','angelamc551980','angelamc55@yahoo.com','','2018-04-26 09:14:02','1524734045:$P$BIJcrN9qiSABbp4K7wPvBuJdIwnKPf.',0,'angelamc551980'),(3923,'awadgold242009','$P$BRO/P34rrwjFekYhzqljHevdDczL.t0','awadgold242009','awadgold24@yahoo.com','','2018-04-26 12:46:03','1524746766:$P$BHssPh60w.iD1WP7WZW1ZwqgtgdGMY0',0,'awadgold242009'),(3924,'glmack501962','$P$BRdyGqu4f6vn06wYcUvpZ8F4C5YcIe1','glmack501962','glmack50@yahoo.com','','2018-04-26 21:05:43','1524776746:$P$BWeVJhjL/U9T1LEwxzbkDaEw1iUtzM/',0,'glmack501962'),(3925,'mjb.0681964','$P$BPz38B9kuHbR/TXoSwqRsaW0ed5AFf.','mjb-0681964','mjb.068@gmail.com','','2018-04-26 21:54:14','1524779657:$P$B6HezVJIqA7ZIJtEgiWRyv1cvQsqFu.',0,'mjb.0681964'),(3926,'tryan9261987','$P$BAVGw.d7edDqD5jA1MwRec6K97fRP80','tryan9261987','tryan926@yahoo.com','','2018-04-26 22:09:50','1524780593:$P$BEJmifkGpo4IFGfPxe685L3mnhb4Bu.',0,'tryan9261987'),(3927,'bad_mlb_19901980','$P$BTg86ym9tap23VHwWdSMuxYs/nvfO9/','bad_mlb_19901980','bad_mlb_1990@yahoo.com','','2018-04-26 22:25:29','1524781533:$P$BOQFatuECPa.2ocTbnf994hrpanjbk1',0,'bad_mlb_19901980'),(3928,'sgoderre1975','$P$B7QpnS4UWaORLLTo3JXwqxHjfjL1ZS.','sgoderre1975','sgoderre@waterbury.k12.ct.us','','2018-04-27 06:48:15','1524811699:$P$B2HEHY8kfFa4u45Y5ryQ/.1Rkb9ifG.',0,'sgoderre1975'),(3929,'ardent.company1966','$P$BgdDwi8uEdktZgL1VTVTrMPy0AXlqT1','ardent-company1966','ardent.company@yahoo.com','','2018-04-27 13:21:26','1524835290:$P$BfLgfm5t/VlM.ZcvqsLtUdpFG9mwnp0',0,'ardent.company1966'),(3930,'ardentcompany1955','$P$BihkHaMZ5q4YI4hWjk/lEcVG2EHQEw1','ardentcompany1955','ardentcompany@yahoo.com','','2018-04-27 13:30:57','1524835861:$P$BoweeyifCOJK40F1C2CZIXQ5YxXaNZ0',0,'ardentcompany1955'),(3931,'carl.lewin1958','$P$BRe8Dur66TNpk4V9xWHLx5I43AH0Mi/','carl-lewin1958','carl.lewin@btinternet.com','','2018-04-27 14:20:24','1524838827:$P$B.EbReQNGoy7tyb7i1AwLpzQXogPdV0',0,'carl.lewin1958'),(3932,'dflack1965','$P$BtWVZxeOFPvm9PLYvBjW9sVYOFIhJy.','dflack1965','dflack@hfg.ca','','2018-04-27 14:44:00','1524840243:$P$BadyIXdI/.3fLn9veJpWfOX9cXkXyR/',0,'dflack1965'),(3933,'bstclair1971','$P$Bl/buGRoAkzYiaEP0qxQWrOAvFK5mp0','bstclair1971','bstclair@gadsdenwater.org','','2018-04-27 16:15:10','1524845716:$P$BoraXICBf4GaFX9gQe46PnEA1RXJl2/',0,'bstclair1971'),(3934,'njajsnyder2004','$P$BTqsyjTGKgtKFiu6Ae94g/zzVnqwRB1','njajsnyder2004','njajsnyder@gmail.com','','2018-04-27 17:55:29','1524851733:$P$BYbysWbS/UHYnhWIgMtbjiPutHq57c/',0,'njajsnyder2004'),(3935,'fadlel1231976','$P$BLhbbTPFXeTkfSievE.05/ZDTPRIwr1','fadlel1231976','fadlel123@yahoo.com','','2018-04-27 18:59:05','1524855548:$P$BtNr464Fw9mwMVVhERM2rTbNGtUqCY0',0,'fadlel1231976'),(3936,'kielejordan2004','$P$BzyvZeDx8cSkf6xvXxxFuykbGDQjo5/','kielejordan2004','kielejordan@yahoo.com','','2018-04-27 19:17:59','1524856682:$P$Bo/kFKOyi1UcfBACtG7Xh0fqVoWivn/',0,'kielejordan2004'),(3937,'pvalath1997','$P$BDA6BYx4U/xpWkWDoZjkQADp4k33C9/','pvalath1997','pvalath@yahoo.com','','2018-04-27 19:30:12','1524857419:$P$B/xF3Z8k0J6JexZ00t0ly6MRI.RtS1/',0,'pvalath1997'),(3938,'mbkrol2007','$P$BJp3aKb6p03ZKQr1QfhLfL1OVO6IGa0','mbkrol2007','mbkrol@yahoo.com','','2018-04-27 20:13:02','1524859987:$P$BXEudAGpyib/jrjlRLcYw3O0EibTeB/',0,'mbkrol2007'),(3939,'eter2006','$P$BkIgMPZALW/ks9Lv1PW8.2rJCmp5xq1','eter2006','eter@fandaholdings.com','','2018-04-27 21:54:14','1524866057:$P$BnvfuurrxfSOK7xitGokj.RnEJ28BR1',0,'eter2006'),(3940,'dnagg1995','$P$BAls.TnQuLh90JpFJLHcf0hhfWRPAx1','dnagg1995','dnagg@sbcglobal.net','','2018-04-27 22:01:25','1524866489:$P$BBNai05uyjDQVqM5R4c/MOPOQcW0F3.',0,'dnagg1995'),(3941,'jessica.glueck2009','$P$B3A5s2TqRCNfm61iEZGqF/wlWm9QYG0','jessica-glueck2009','jessica.glueck@fpaengineers.com','','2018-04-27 22:22:57','1524867782:$P$B6XsenQ7PCBlAZEN0IQ6gA/NojmpLa1',0,'jessica.glueck2009'),(3942,'lserafin11995','$P$BpEg5soRwXs1grJa0IS/Fhrxs46J2D1','lserafin11995','lserafin1@ptd.net','','2018-04-28 03:00:36','1524884440:$P$Bykr1qRKDbj1vKYzuB8P8kRMxp68mq1',0,'lserafin11995'),(3943,'casseto1998','$P$Bev2M5/2dtV2LMD3rWR9YpO7l5wPaH.','casseto1998','casseto@yahoo.com','','2018-04-28 10:38:37','1524911920:$P$Bz5w180jz82PNlHff7MGEmyq7aXRpz.',0,'casseto1998'),(3944,'joycotton301956','$P$BFGJu38OpYOt4bLhIQFK1hReBu2jRO0','joycotton301956','joycotton30@aol.com','','2018-04-28 11:04:52','1524913495:$P$BNBU.dhJf7t14v.c3lISNeDPvYBenl.',0,'joycotton301956'),(3945,'georgemanning9841999','$P$BXxoofHKYA6agvH..c5/ua90OXiJqM/','georgemanning9841999','georgemanning984@gmail.com','','2018-04-28 23:26:35','1524958001:$P$Bnncbl2TuQsHZY63KtIUndCE2iHf4y/',0,'georgemanning9841999'),(3946,'amazon2007','$P$Bt8MGxICd1sf/26k/m99TrsyUL0H1P0','amazon2007','amazon@derbyps.org','','2018-04-29 01:57:45','1524967069:$P$BTouDkyPpIM77uFFaG.KVa/MeohZb31',0,'amazon2007'),(3947,'ninfans2006','$P$BdjZQDDr.I9znygqZH8NTd03VAebvJ.','ninfans2006','ninfans@yahoo.com','','2018-04-29 03:24:28','1524972271:$P$Bv49VTKenXYRhWgGK3GRg3IulKXTEK/',0,'ninfans2006'),(3948,'loraann11958','$P$B1bip8N8EG/.jpoqWr7zLOl55OrVJp.','loraann11958','loraann1@gmail.com','','2018-04-29 15:42:23','1525016546:$P$B4iJKem8l6RyXMnNnisFvDm3uN7qzH0',0,'loraann11958'),(3949,'thanhle071997','$P$Bp4BC6JPiVytJy7DXuaYAg9uRb7XCR0','thanhle071997','thanhle07@comcast.net','','2018-04-29 16:27:37','1525019260:$P$BFswx8sPE0qIE0DuMXKsLldUG6VmLx0',0,'thanhle071997'),(3950,'svenmeininger1972','$P$Ba9TfO8uG7HeazV18NfYSgKtR2UWTi.','svenmeininger1972','svenmeininger@gmx.de','','2018-04-29 23:55:44','1525046149:$P$Bi8fxvC1v6hHOqp1EFnR6xFvVx1MDT/',0,'svenmeininger1972'),(3951,'info2009','$P$BaaIkPXPJpOYWJQqATTH2yN.1kT.zw/','info2009','info@wirbellosen-paradies.de','','2018-04-30 07:56:33','1525074996:$P$BZWIpYdZrETktqpGTYwWhr9LjTwy6V.',0,'info2009'),(3952,'jonsnent2004','$P$BCkoDNSsuhPJF/OZBoIzyAtIky9sqz/','jonsnent2004','jonsnent@yahoo.com','','2018-04-30 10:54:56','1525085700:$P$BLus4820Iueb0K8XKs3P7ZpQYzWCVL.',0,'jonsnent2004'),(3953,'srowe622010','$P$B/q/XmJaHcG.Yc6MratC9xHEqhXtvl0','srowe622010','srowe62@gmail.com','','2018-04-30 13:01:05','1525093276:$P$Bx7x6n9Q.m.9axVfuRBEBvFJZ39A981',0,'srowe622010'),(3954,'supergenes1975','$P$BqgPTpAbr/24qJH66VWn3xmjVIT0mt0','supergenes1975','supergenes@aol.com','','2018-04-30 14:41:43','1525099306:$P$BoLuE3gSGMi2thpv34o2E9dYf.Pavm/',0,'supergenes1975'),(3955,'andykshowroom1995','$P$Bavg8eQKqd4javsJ1bzWiZrCE1gZGm.','andykshowroom1995','andykshowroom@yahoo.com','','2018-04-30 15:50:33','1525103436:$P$BNVnQeE.qym03UZZijOe4PYcQ.KFiJ1',0,'andykshowroom1995'),(3956,'chris1983','$P$BnEutengtSYxF2hsqtKMdKtJ7ri2gZ.','chris1983','chris@nmh.com','','2018-04-30 16:44:45','1525106688:$P$B9df0qovLTSbc0A7116hLjJgNx/5yO/',0,'chris1983'),(3957,'alanmarshall11950','$P$BG9sI5bjur3IZN6lc4PbHkUnvqocCV1','alanmarshall11950','alanmarshall1@centurylink.net','','2018-04-30 17:45:46','1525110350:$P$BBThf.mbKM/A6kWIqA8XCdGZsQfCsD.',0,'alanmarshall11950'),(3958,'tidewellmarine1979','$P$BdzjweeO61fO6jP.ByvB.G.u.0H/AA.','tidewellmarine1979','tidewellmarine@gmail.com','','2018-04-30 19:06:10','1525115174:$P$BZI3twRyXV6VZrQ7feav/SVNLUCzHL/',0,'tidewellmarine1979'),(3959,'nicole.provencio2008','$P$BhZUqXklTsVskAOzXXfZjauNWS51zO/','nicole-provencio2008','nicole.provencio@gmail.com','','2018-04-30 19:08:53','1525115337:$P$B6Zlgel0QtxPoFws/TPZ2G6eoaGDhb.',0,'nicole.provencio2008'),(3960,'anneli1970','$P$B753U6NnByPJridWhkgV5g9CHM88NC0','anneli1970','anneli@x92.de','','2018-04-30 20:35:34','1525120538:$P$BiAdkxnx4Dn6s.0fVyUg9ZfiZL8qQS.',0,'anneli1970'),(3961,'rebecca1966','$P$Bo8r2/c5H8FVcmCBm6ADcJbg4nzNdF.','rebecca1966','rebecca@mancinomats.com','','2018-04-30 20:46:36','1525121199:$P$BUxwi1jHRczBGuNx1k84CEw9xxRnMQ.',0,'rebecca1966'),(3962,'aularale1985','$P$B0/UWb5a3uqVncgGgMEUwD2xKNiDzF0','aularale1985','aularale@aol.com','','2018-04-30 20:47:38','1525121261:$P$BFYUy.m/NrVIdvcQKV.KYLvYdU7UQ6.',0,'aularale1985'),(3963,'admin2002','$P$BU8oKPKMJgKuVhrtTXQjgkwgjI8g/T1','admin2002','admin@stfrancisfortmyers.org','','2018-04-30 21:13:25','1525122808:$P$BEr565XtEUtyL1IjnoM3CBq4yvRuBk/',0,'admin2002'),(3964,'jessicajenai1976','$P$BLKC7oggzaeqpEtV/iikVIGuEkLPf/0','jessicajenai1976','jessicajenai@aol.com','','2018-05-01 01:14:09','1525137252:$P$BrHBJKRyXx60Kd6DCrOEEwdOP6dU./1',0,'jessicajenai1976'),(3965,'lindabundy1979','$P$BcKvKHRhuZZupAFUarXxOXpQyBsxxz1','lindabundy1979','lindabundy@gmail.com','','2018-05-01 10:00:54','1525168857:$P$BR0SJYmhnQUrJbW0ZNfXcNPTxaqnc//',0,'lindabundy1979'),(3966,'1soanso1965','$P$BOIW1l3LqFiqiYpYlMI5Vxn8fJ4/eU1','1soanso1965','1soanso@gmail.com','','2018-05-01 13:11:17','1525180280:$P$BGejwUq8BNcmxXQr29mwm.emScWTL31',0,'1soanso1965'),(3967,'blknblu33712000','$P$BkLzOiIUdbQH5yf2eVz0ECBXV6dUmj.','blknblu33712000','blknblu3371@aol.com','','2018-05-01 17:41:50','1525196517:$P$BVTL0SRFKQxvQzihqRwUdTXtXAe78J.',0,'blknblu33712000'),(3968,'ruthyuan1983','$P$BMmUKIy..pZ.uldj20uyXoYassBpma/','ruthyuan1983','ruthyuan@gmail.com','','2018-05-01 17:51:30','1525197093:$P$BCPXYVcm01Lt9G2rSAACP26lwYa0wY1',0,'ruthyuan1983'),(3969,'cedellgarland1982','$P$BIkpCyJzYgnUUoAKLJr.aKRUhu/neI.','cedellgarland1982','cedellgarland@yahoo.com','','2018-05-01 18:26:48','1525199211:$P$B7E1K0uVgKYYExC.dYPv/fwkClwoy41',0,'cedellgarland1982'),(3970,'derrick_m_w1950','$P$BqK.ovrA77A75E44e1BXybL6dX3uOi.','derrick_m_w1950','derrick_m_w@yahoo.com','','2018-05-01 19:17:15','1525202241:$P$BQ2bSjLZJ4dmReFyJjZnHkSd4DNY.j0',0,'derrick_m_w1950'),(3971,'vineetp07022010','$P$BdgoszZWhS05w.Qo4oVh4SOWpukZWS/','vineetp07022010','vineetp0702@yahoo.com','','2018-05-01 20:20:08','1525206011:$P$B3FbcSIa8UpZnsoJymNh7dEvK/0cRf1',0,'vineetp07022010'),(3972,'tabitha.sims1983','$P$Buzi80Q.B41QEmt.n5svq2eQUNHTez0','tabitha-sims1983','tabitha.sims@ymail.com','','2018-05-01 21:01:58','1525208521:$P$B8nXsj9Q1P1TcAliUMJmY85XxMMsWt/',0,'tabitha.sims1983'),(3973,'martinezzuleima2010','$P$BV4lNRu3QvyKIzpPK8hwcgILxWUHm70','martinezzuleima2010','martinezzuleima@aol.com','','2018-05-01 21:18:38','1525209522:$P$BCxjQUKa9sawtQLFbDT8qPHln1G6B5/',0,'martinezzuleima2010'),(3974,'anabelbarnett2006','$P$BiXq0hgnRvt08l/75dNHzIyFuSOnDX.','anabelbarnett2006','anabelbarnett@gmail.com','','2018-05-01 22:18:19','1525213102:$P$BY2sFkD8WHAwV6qL78qK2zEZdxKyDt/',0,'anabelbarnett2006'),(3975,'joe.ulman2005','$P$BXz8HPvi66L8j2yyHh2.K6T4lXcR371','joe-ulman2005','joe.ulman@gmail.com','','2018-05-01 22:25:08','1525213510:$P$BsbPJmvSPvZu2HupEZQIOlwE2A23cd/',0,'joe.ulman2005'),(3976,'graciajuliana1982','$P$BAYD5cRwtF9EfJffCMp5PJX2vfp8YY0','graciajuliana1982','graciajuliana@gmail.com','','2018-05-01 22:48:52','1525214935:$P$B9DCU3DH.TxP1ov5Q1NLMpRN/2C0PT1',0,'graciajuliana1982'),(3977,'cerecadvisor1991','$P$BbsRHkY2lwZ7nykcIcwYwdZS5frRB31','cerecadvisor1991','cerecadvisor@gmail.com','','2018-05-01 23:07:32','1525216055:$P$BUrxHOfWunoAGViM75Quz5dy7but8P0',0,'cerecadvisor1991'),(3978,'kdipi3702001','$P$BG/6LOz6TaKFgwrZJufyLGaqg62evD0','kdipi3702001','kdipi370@yahoo.com','','2018-05-01 23:12:14','1525216337:$P$BClu6KHvpF93n2x2qaLnXaYYNkZ80W/',0,'kdipi3702001'),(3979,'petert51491973','$P$BYlyEUFKNNGDmS73YFuK5LAEazVu.c.','petert51491973','petert5149@gmail.com','','2018-05-02 03:07:13','1525230437:$P$BaYLmgNcY.teu4I9RNbfIKwo03HnoG/',0,'petert51491973'),(3980,'annieo44981984','$P$BdU2WxiAPP0QHX1y9gVyNfjAxyhNUR1','annieo44981984','annieo4498@aol.com','','2018-05-02 04:18:54','1525234742:$P$BiknoaMDPDlHtScJBeF267IhnqL1Nn.',0,'annieo44981984'),(3981,'ckel1381999','$P$Bhc6M2PTUwK3rQYpILkaExFq34Trrz1','ckel1381999','ckel138@aol.com','','2018-05-02 16:14:26','1525277672:$P$BGa3aEku50qKpySiOptwl0QxW0lCGB1',0,'ckel1381999'),(3982,'blair.laurenk1975','$P$BhHB0YmU6dNybbn0Nneegs4.bLjEbt0','blair-laurenk1975','blair.laurenk@gmail.com','','2018-05-02 17:41:46','1525282909:$P$BFHqv3S6cekWtewHdqvA8p.Cq8jvRI1',0,'blair.laurenk1975'),(3983,'hercimer1973','$P$BWBlUPuXM1GIgnQmMy11qv89v8cUzA0','hercimer1973','hercimer@gmail.com','','2018-05-02 18:04:22','1525284265:$P$BhoQLFMHGuf311nvw.qnin4IGHvc0Y0',0,'hercimer1973'),(3984,'avi.elpern1992','$P$B/l2qKcACL0De9JaBeJTCo2Xe1s7zz/','avi-elpern1992','avi.elpern@gmail.com','','2018-05-02 18:08:13','1525284497:$P$BtbIqzYrMaej98gWfRIccTUrQZXAUA1',0,'avi.elpern1992'),(3985,'reetasubnaik2007','$P$BsuzWYGJ1j0irMsUAcbVpaJA7x7l0A/','reetasubnaik2007','reetasubnaik@yahoo.com','','2018-05-02 18:16:44','1525285006:$P$BBEQIzhVjuNHuuu8ZGM0UjEl/VkZoY1',0,'reetasubnaik2007'),(3986,'joshfigures1998','$P$BY25JUARhRRlKs2NTFxDLP1/LnB4SP/','joshfigures1998','joshfigures@rocketmail.com','','2018-05-02 18:56:24','1525287388:$P$BirBQGUm3PlsR3G40zuSIUQTvrgqga/',0,'joshfigures1998'),(3987,'deliavia1967','$P$BcTt2WFzvH4UerKn.uPBLDOej4RW1f0','deliavia1967','deliavia@aol.com','','2018-05-02 19:35:28','1525289731:$P$B1lbgQ0Uen3mczf740n6kB.MUJf6Bo.',0,'deliavia1967'),(3988,'urchandu1990','$P$BKo11ekBazNbSUvcEkvfi3b.02MAZN1','urchandu1990','urchandu@yahoo.com','','2018-05-02 19:58:10','1525291093:$P$BTkOb2BEYqFNIzQn45iE5gfZYY6W7M0',0,'urchandu1990'),(3989,'debraamyers1980','$P$Bj5dwCFs74cuZEZDaLXjPFt.0M6to4.','debraamyers1980','debraamyers@aol.com','','2018-05-02 20:18:55','1525292338:$P$BG5OIWqCXsyQ2TNMTyzXiMpPpvMNNN.',0,'debraamyers1980'),(3990,'stephen.munley1969','$P$Br691kdC9sSPoP971SN7XwuCIl7fDg.','stephen-munley1969','stephen.munley@gmail.com','','2018-05-02 20:49:46','1525294190:$P$BYmv7fbCpyplpnycUWqEC0b4o7kptf0',0,'stephen.munley1969'),(3991,'markwhitburn1993','$P$B5eBKQESiNfdofCBGcUL9xpG35t8tf1','markwhitburn1993','markwhitburn@telus.net','','2018-05-02 20:55:59','1525294563:$P$Bh/BUtyVXkLTAKxksXOBFJl0OntBrz/',0,'markwhitburn1993'),(3992,'scott94732005','$P$BM0rokdGoRZW6relIOwdJP0nMwFKUf1','scott94732005','scott9473@yahoo.com','','2018-05-02 21:16:27','1525295791:$P$Bjlo.HlTGZmtkoGbwisJH6UORX8i8L0',0,'scott94732005'),(3993,'fiddle2701979','$P$BRC3uVlbteacKrhcs1.cTi2osMU02Q0','fiddle2701979','fiddle270@yahoo.com','','2018-05-02 21:20:08','1525296011:$P$B.TlZqK8R6aMorTBxpueMdw4.4Hmcz0',0,'fiddle2701979'),(3994,'sr29081978','$P$BdHvNaujJBmq8v9..FwfMrhwvMCNI71','sr29081978','sr2908@yahoo.com','','2018-05-02 21:20:38','1525296041:$P$BSnBu4AN4m/Akf3rDDXpzm3r1AkeeW.',0,'sr29081978'),(3995,'mikereservices1985','$P$BNri7mWUci0t7ooZK/DZjLqXf012Ue.','mikereservices1985','mikereservices@aol.com','','2018-05-02 22:09:39','1525298982:$P$B1vfLuPW99ULQCQycH2W2FP5lSPi/R1',0,'mikereservices1985'),(3996,'oneerc1957','$P$Bqk5FpBYJA7Wd7XuT0K/abfv3yG67u0','oneerc1957','oneerc@gmail.com','','2018-05-02 22:11:44','1525299108:$P$BAzxlPHyjA/KpUCRkirbcHJz.adNfi.',0,'oneerc1957'),(3997,'maisy.dean21978','$P$Br6z44xzdGJgBCaGszs6eWmtWo8.Ob/','maisy-dean21978','maisy.dean2@aol.com','','2018-05-02 22:45:52','1525301156:$P$BrnCY.5Zyy5HA5HAc01WheNa/o9.8I.',0,'maisy.dean21978'),(3998,'sojjjddd1997','$P$BFCLNMx.MHXmK.YeDLf3Xmn.b9MHAo1','sojjjddd1997','sojjjddd@gmail.com','','2018-05-02 23:46:56','1525304820:$P$BNnQlWFJjnUEoKX7fvnlH9mPI.6ma80',0,'sojjjddd1997'),(3999,'monica.faieta1985','$P$B/bV.yE05GV2zcb9alnkLOEiUeQRtz0','monica-faieta1985','monica.faieta@yahoo.com','','2018-05-03 00:27:37','1525307261:$P$BBBEtyr3lBvh6q39pJiYqsGylCQMaU/',0,'monica.faieta1985'),(4000,'joe.salinas1976','$P$BR.Dck5qiJPLty0htC7r1f41UlCnxy0','joe-salinas1976','joe.salinas@gmail.com','','2018-05-03 00:52:30','1525308756:$P$BsR0W2U.kw5nyNdq0S5Ce.ISYfKSCP0',0,'joe.salinas1976'),(4001,'justin.bir1988','$P$BkcGMfviX/wuxqav8gkOfGQFpVrBIz0','justin-bir1988','justin.bir@gmail.com','','2018-05-03 01:13:16','1525310000:$P$BZFGn28NxsR26Shysj.tyYW9lKx0Xk/',0,'justin.bir1988'),(4002,'zacherykeller661990','$P$BGESgqb1cY1ejEJdO87aQJ/KKIXgzP0','zacherykeller661990','zacherykeller66@yahoo.com','','2018-05-03 01:31:01','1525311065:$P$BWEdWkQS0SoGsaOvqHvezWS292wyys1',0,'zacherykeller661990'),(4003,'lopez.gerardoray1985','$P$Bm7ZnHrlURNOl8mg06td8x6YvfxbUC0','lopez-gerardoray1985','lopez.gerardoray@gmail.com','','2018-05-03 08:16:06','1525335369:$P$BsxdqF.ryCdavwFp4lIm.fRKFCVngN.',0,'lopez.gerardoray1985'),(4004,'billbriscoe78282008','$P$BmrXchLQTwAMKJn02d7dxgI4QK.Khg.','billbriscoe78282008','billbriscoe7828@gmail.com','','2018-05-03 09:43:35','1525340618:$P$B.5rhKSWUsMs5Ybj.SmUQlaR0HXilm0',0,'billbriscoe78282008'),(4005,'raka_mehra2002','$P$B1SRkMqRWX6/ITfv1m/zqRVosp0bTz0','raka_mehra2002','raka_mehra@yahoo.com','','2018-05-03 10:54:40','1525344884:$P$B5m7vgC0x74om3a8j5/27QM3AN4RSr0',0,'raka_mehra2002'),(4006,'diablessca1969','$P$Bke9XrzuaF3slSCSdXafv7upM5DbN..','diablessca1969','diablessca@hotmail.fr','','2018-05-03 12:26:56','1525350419:$P$Br.KS0lYfPniBPOy2VOiI186wAPC5Z/',0,'diablessca1969'),(4007,'sf.osburn1975','$P$BX20PqpCWUkk9T1zZsQtQKAE7A/lD./','sf-osburn1975','sf.osburn@gmail.com','','2018-05-03 12:45:33','1525351537:$P$BIcPD40Q7lc5u0kBI5mjNKk1yAgseB1',0,'sf.osburn1975'),(4008,'ambri11251998','$P$BmAc6gaJoBSyCuRfI199Xeebl/zTCp0','ambri11251998','ambri1125@gmail.com','','2018-05-03 16:12:20','1525363945:$P$BFv1QSTz5HUFCsRMCzkpdZk/XiQ9tm/',0,'ambri11251998'),(4009,'torie041991','$P$BcMMvFFAELyjWdUXJ4ALVyjtniDo3H/','torie041991','torie04@gmail.com','','2018-05-03 17:10:37','1525367442:$P$BYpqBjLPopD4V152o4TIEQWD/yTM0l/',0,'torie041991'),(4010,'ngriffin1984','$P$Bisdwd3siAnb9SgLNtQQvIqG/PRmmG/','ngriffin1984','ngriffin@elmorecounty.org','','2018-05-03 17:30:17','1525368621:$P$B6JXF8cXibliVCNR1cb/eGekTtvc831',0,'ngriffin1984'),(4011,'rlaurens1992','$P$BJX85eH.4J6CX38nYRBA6Xte9xIM021','rlaurens1992','rlaurens@gmail.com','','2018-05-03 17:35:39','1525368956:$P$BtyjTH8foOnqqmibwhqvNLMekNlM.O/',0,'rlaurens1992'),(4012,'glenn.hoffmann1980','$P$BXh3uzu./dUfH6xV.B0NwDq57Nh/NK.','glenn-hoffmann1980','glenn.hoffmann@corbeilelectro.ca','','2018-05-03 18:58:27','1525373914:$P$BA/Sa0PoACfn2d3f7yXit1ee51B8Q4.',0,'glenn.hoffmann1980'),(4013,'jonestr071978','$P$BD5dOB83uyGIM3KCy.Bcm6ZHOLd0xQ.','jonestr071978','jonestr07@gmail.com','','2018-05-03 19:51:55','1525377119:$P$B59i7Eqi6L4BNx6sf5m.NJQcrIoD5C.',0,'jonestr071978'),(4014,'floretteprovince1980','$P$BoCbmaJH6bWo7phCEcVq8aEeDo6JLb1','floretteprovince1980','floretteprovince@gmail.com','','2018-05-03 20:00:09','1525377615:$P$B8SBKjCwHj7btKiK3m61F5DrtPhzUd.',0,'floretteprovince1980'),(4015,'roseanniep2005','$P$BP9ZmJVCmHlscGHAL6.LXCdnbg/Y3w0','roseanniep2005','roseanniep@yahoo.com','','2018-05-03 21:10:26','1525381830:$P$BBdj/DINE.oOB0SPb42ow.8NiikWS10',0,'roseanniep2005'),(4016,'hiitselh1977','$P$BeVDHKo4cxoU6cMYK9nqe6d2zg/ZZb.','hiitselh1977','hiitselh@yahoo.com','','2018-05-03 21:51:45','1525384310:$P$BAqWWV4kIbw97Yz6S3Q5RLh.qj3FoL1',0,'hiitselh1977'),(4017,'geckmm1986','$P$B4P7LIIxehJVC0prVNTJ/C8Nxi0ZLP/','geckmm1986','geckmm@aol.com','','2018-05-03 22:20:44','1525386049:$P$BXxnHC1woYI79wKZAMvFoqhBL1eJoX/',0,'geckmm1986'),(4018,'privilegeagencybook1978','$P$B.kJ6GIZI7O8UoRepu/NvHkOaoHBpQ0','privilegeagencybook1978','privilegeagencybook@gmail.com','','2018-05-03 23:06:35','1525388798:$P$BtPNSsQSTUiiAh2xy413H4btmHYUiw1',0,'privilegeagencybook1978'),(4019,'aqnguyen142009','$P$Bqr5i.XSdfG/OhINv3Hac7R6.jldlB0','aqnguyen142009','aqnguyen14@yahoo.com','','2018-05-03 23:53:28','1525391612:$P$Byx60ZgKoeSFbiOhoD4ArRU6LNgB120',0,'aqnguyen142009'),(4020,'signworld706632002','$P$BxruYuJeBi.5kTjQwoYjYjpHMwUhTf1','signworld706632002','signworld70663@aol.com','','2018-05-04 00:27:37','1525393660:$P$BNBtwtctecriR4oT3.a4lS3LsVTrLx.',0,'signworld706632002'),(4021,'lufcfan1995','$P$BjZ/h7k9af14WbBlGQvjZMuyk5Ved/0','lufcfan1995','lufcfan@gmail.com','','2018-05-04 01:13:42','1525396426:$P$BQdjJBogPELocagmHPo/bER4bgthUA/',0,'lufcfan1995'),(4022,'bryankong1956','$P$BhcQ0ng9/P5mHYMwqrR7lEnPCEJqDM/','bryankong1956','bryankong@me.com','','2018-05-04 02:26:34','1525400815:$P$BTq1MqohZ0Pu8fxzjnJzswWk8h9W7p1',0,'bryankong1956'),(4023,'charleshblaney1977','$P$BkMFmuX2j1HljH8Fe3LttBnh5k/c.v1','charleshblaney1977','charleshblaney@gmail.com','','2018-05-04 02:36:25','1525401388:$P$Blo.RxV3ZnPF5FeboWD/5X0.UtQPni0',0,'charleshblaney1977'),(4024,'sasha.hamilton11983','$P$BogoWsXohTKUNP8p.XFoXFO0Y6kgx/0','sasha-hamilton11983','sasha.hamilton1@gmail.com','','2018-05-04 02:49:26','1525402171:$P$B7P1vWryMVGLcVT4xayqDiITPvGXzv0',0,'sasha.hamilton11983'),(4025,'christy.mash1988','$P$BenxUScRDGbAmzhn4S0jFE0T5J4.dz0','christy-mash1988','christy.mash@yahoo.com','','2018-05-04 02:56:25','1525402589:$P$BOEgN60ioNCyRlOzCsNzWGcWnDDSFz/',0,'christy.mash1988'),(4026,'ian1954','$P$B9yTaiKiJdI.PwTuI8T0YziTd0zDOW0','ian1954','ian@viader.com','','2018-05-04 03:11:24','1525403487:$P$BnTElehP8zpMsc/6G81UXSGrnq4L8l.',0,'ian1954'),(4027,'stacybodell1992','$P$BGd9qJEMXGQfRuFH3AJzDf2xQQRqbY/','stacybodell1992','stacybodell@yahoo.com','','2018-05-04 03:42:19','1525405342:$P$BgH.CG9lUIA4Z/23ifwSeeEMOZtuGe1',0,'stacybodell1992'),(4028,'alwifaisal08951961','$P$B3bsDwI2tgZ4YKeMg1furk3K0MAUha/','alwifaisal08951961','alwifaisal0895@gmail.com','','2018-05-04 04:19:41','1525407587:$P$BMQRP545XbEXU1e9X303TpoCrCPZdI.',0,'alwifaisal08951961'),(4029,'nancy.fletcher1964','$P$B51ISxxaOgGJtxKTcc5SGIUYykaf.J.','nancy-fletcher1964','nancy.fletcher@robeson.k12.nc.us','','2018-05-04 06:29:22','1525415366:$P$BnAZzm8gTSI6o9CpVY94po1ngv3b5x/',0,'nancy.fletcher1964'),(4030,'shawnbrown1951','$P$BGk2JysRRP7ox4TWqqBAWwZfK2WgYr.','shawnbrown1951','shawnbrown@optonline.net','','2018-05-04 07:03:23','1525417407:$P$Blyru21UzCJb9T4UldEHI8zBnr2lSY/',0,'shawnbrown1951'),(4031,'paddleout6391994','$P$BlO7.x0HhYRvCsE0QlJgEA7INr7r6p.','paddleout6391994','paddleout639@gmail.com','','2018-05-04 10:50:25','1525431029:$P$BibNbp4UqGnQ2bQocAbOJA98Byl4X.1',0,'paddleout6391994'),(4032,'pr0sumer.jmac.florida1996','$P$B3gS1F835uGFbfREvckKxRuVlsZiG4/','pr0sumer-jmac-florida1996','pr0sumer.jmac.florida@gmail.com','','2018-05-04 11:07:44','1525432067:$P$BvWXfYyzWreCJDcCUSQ5ytqx2r/YVV.',0,'pr0sumer.jmac.florida1996'),(4033,'njdavis531998','$P$Bi6kF42KtNm1rNlviABoOhCo.314n3.','njdavis531998','njdavis53@gmail.com','','2018-05-04 12:10:13','1525435816:$P$BNXMOyceBmloZuEguAo7Bmmbb9zoR0.',0,'njdavis531998'),(4034,'dorothy.beaverson1977','$P$BGBqksedKrOXndJhfg1B/A6PbOWGZS0','dorothy-beaverson1977','dorothy.beaverson@spencer.kyschools.us','','2018-05-04 14:37:34','1525444657:$P$B8WsuGVEi1554U.6savihi749zpAvX/',0,'dorothy.beaverson1977'),(4035,'akakedenzokusei1996','$P$BFx8aAnM.0vBT9gbWBP2cxn1s3wWjz0','akakedenzokusei1996','akakedenzokusei@gmail.com','','2018-05-04 14:43:09','1525444992:$P$BiHYDXhjk8TxYrn3JMWikSDeiDKOpT/',0,'akakedenzokusei1996'),(4036,'dewitaharuddin1997','$P$B6mPDhnZRlLl2cKoQI9yVHdkl0SqKC1','dewitaharuddin1997','dewitaharuddin@yahoo.com','','2018-05-04 14:44:12','1525445057:$P$BnUHHx20MXRXCT.btJGrK5paADnZMq0',0,'dewitaharuddin1997'),(4037,'s17moseley1976','$P$BrMfou72CKNsmZVKzRcxO.XuIhgwv10','s17moseley1976','s17moseley@yahoo.com','','2018-05-04 15:29:23','1525447766:$P$Bnpjvcwn7QDKKhWe5aNHKu1H6rDEXt.',0,'s17moseley1976'),(4038,'bfnwegdam1957','$P$BpqA.3hRczo2nK7iaGaLqo0Mqvmz/a0','bfnwegdam1957','bfnwegdam@ziggo.nl','','2018-05-04 15:32:44','1525447967:$P$BU4VK7aND3TwAux49IbyHd..wMW5oF1',0,'bfnwegdam1957'),(4039,'mamorudarien1998','$P$B0EYizAhOEbcBIio34JWJcOIWUM58I.','mamorudarien1998','mamorudarien@yahoo.com','','2018-05-04 15:32:45','1525447968:$P$BkNGEfIJ28fj0zShz48fM4AWYYUD6//',0,'mamorudarien1998'),(4040,'getawaytravelcrew1987','$P$B1pb3mvpLspcPaDHLZEDu/GlzGDs8y1','getawaytravelcrew1987','getawaytravelcrew@gmail.com','','2018-05-04 15:39:08','1525448352:$P$B70/9GvxR7OOQ2lTY8VzsuBVFaCbfK.',0,'getawaytravelcrew1987'),(4041,'dottie.walsh1971','$P$Byx602jstWUQOqFamDmNct4nPb/qbE.','dottie-walsh1971','dottie.walsh@gmail.com','','2018-05-04 16:21:42','1525450906:$P$BJSQx.qal3aS.Glu69Hx3x1iWHLPK2.',0,'dottie.walsh1971'),(4042,'kelvin1960','$P$B7H09RFbvh/qT36G1JhPMxv/qdD/Xg1','kelvin1960','kelvin@noordkaap.nl','','2018-05-04 18:11:54','1525457516:$P$B.86tLiAtDa50MbjwZjAeO5ukCtOl91',0,'kelvin1960'),(4043,'wintoft1988','$P$BVjA3jBcNnFyrlD4r3hp2q0ESX6Ix2/','wintoft1988','wintoft@gmail.com','','2018-05-04 18:24:32','1525458275:$P$BLkvzY/vcz65MiDPKljgTLBwP9uMOr.',0,'wintoft1988'),(4044,'maylynne_g1982','$P$Bz7qoOUqgSXhTyTVU838IwE0ogLAHu/','maylynne_g1982','maylynne_g@yahoo.com','','2018-05-04 19:57:21','1525463844:$P$BWC8c9i/4r1nsqbiV12a1LiTPi17Wi.',0,'maylynne_g1982'),(4045,'jaxgymnast21977','$P$BJ9BNjej6iYkLFgjXj1BYvnoZ4Xd741','jaxgymnast21977','jaxgymnast2@yahoo.com','','2018-05-04 20:18:20','1525465103:$P$BDCzpinzQcn0/lt9OkpLN0AVYSslmL0',0,'jaxgymnast21977'),(4046,'annettekat2009','$P$BwKMbJ/TxCCzVryuRkf7BgC4Kuhc1L.','annettekat2009','annettekat@icloud.com','','2018-05-05 02:15:59','1525486563:$P$By8TK9sxh0QulkyHnSsB41uCv/dKiU/',0,'annettekat2009'),(4047,'mdconsignment2007','$P$BK2c3rgrv1Y9U3g/YO6zAaReF8R3Gq1','mdconsignment2007','mdconsignment@yahoo.com','','2018-05-05 04:02:14','1525492937:$P$BGxVkpqlTfN29KYLh1IN2gO5UC3KCQ/',0,'mdconsignment2007'),(4048,'alberto1983','$P$BFJVSpW8YOK82VmnkDSnUKvht8Qhtd/','alberto1983','alberto@noordkaap.nl','','2018-05-05 08:14:11','1525508054:$P$BjrtnRcdRTfld/n3kTh4DmcOM1YgcY0',0,'alberto1983'),(4049,'lriffle1980','$P$BxbVsPuipWaFZ2jAcqXo60DU0n7gf61','lriffle1980','lriffle@twc.com','','2018-05-05 08:58:24','1525510707:$P$B7rmonhVzIojb4e.svbhkN4DCoFN0Z.',0,'lriffle1980'),(4050,'hs_matthews1963','$P$BUYnmtlJTKNi37eezIRiqDXLOz.v3j.','hs_matthews1963','hs_matthews@yahoo.com','','2018-05-05 10:19:44','1525515587:$P$BqutRqSFwITUZVCg0sZC1D.wT7eEzz/',0,'hs_matthews1963'),(4051,'tony.portier1970','$P$B.CSy/7XVIwZJJtED/l9j94ywpW2FB/','tony-portier1970','tony.portier@sfr.fr','','2018-05-05 14:24:33','1525530277:$P$Bik1A4xpzM2PJr7g9QRFLrG1h53vhn1',0,'tony.portier1970'),(4052,'rza19841986','$P$BG55AfKxYjAs3BdqkC.RPY/ZDnG246.','rza19841986','rza1984@yahoo.com','','2018-05-05 21:28:36','1525555720:$P$B5zz2gOK1mBHPHfxyRNip563iRa3ax/',0,'rza19841986'),(4053,'dm_garner2007','$P$BE0b0d5fcRz4f00Nuw8NnRhlhIQ2rJ0','dm_garner2007','dm_garner@yahoo.com','','2018-05-06 02:40:27','1525574431:$P$BTtQwKfYzbmyB5ziJOVWaTo92ywLt.1',0,'dm_garner2007'),(4054,'aprilovalle2007','$P$Bz9DR/LZUcqLnhokpqMgLpDjIi.xbM0','aprilovalle2007','aprilovalle@yahoo.com','','2018-05-06 05:59:45','1525586389:$P$BUL.xixwuu2faJQFg/UUDVfSJSM6hZ/',0,'aprilovalle2007'),(4055,'k8e20051950','$P$BEjK823pm9cti.IjDJMI2Zci6QHRjS1','k8e20051950','k8e2005@yahoo.com','','2018-05-06 06:12:42','1525587165:$P$BXGtMqlqjtCK5tGdJL51nRCfVF9Exr.',0,'k8e20051950'),(4056,'edtevans1985','$P$B24mSBW.CwZwpVoR8ap7mSJ7cqsL4l.','edtevans1985','edtevans@yahoo.com','','2018-05-06 10:32:33','1525602757:$P$BvIqChdM9oJGjW/Ca4wKTyJfEp5vSR.',0,'edtevans1985'),(4057,'pcs.jsmith2001','$P$Br.TEHQhSm3R11BKK4EiCp935h1hxn1','pcs-jsmith2001','pcs.jsmith@yahoo.com','','2018-05-06 18:11:46','1525630310:$P$BD2jqxozEky7y1dsqRB9wnpW1ckoho1',0,'pcs.jsmith2001'),(4058,'j.kolke2005','$P$BjDP0lv06kgwmnwZzJiXiePGibxZ2u1','j-kolke2005','j.kolke@gmx.de','','2018-05-06 21:20:38','1525641642:$P$B566P52vmMih8mN5EtYEtgfgaHburc.',0,'j.kolke2005'),(4059,'squirt5701973','$P$BAWywKXsxjDtEIB3fkTZ80nTnJCAVK.','squirt5701973','squirt570@yahoo.com','','2018-05-06 21:37:17','1525642640:$P$BW/X1nCa7KMAoqYEpmqrWNKGpN6QTG0',0,'squirt5701973'),(4060,'gdlogan1979','$P$BUOazxjs2v2sn7gTkg03OqvoiBkSjZ1','gdlogan1979','gdlogan@rogers.com','','2018-05-06 22:38:45','1525646329:$P$BW30xfP9jHvaROIAHrptmXHSo0OZyL0',0,'gdlogan1979'),(4061,'megvi_161978','$P$BZYygJXi./7ctsCpeU6JiE4wrEzxwb/','megvi_161978','megvi_16@yahoo.com','','2018-05-06 23:34:29','1525649672:$P$BmLK5BPjA56SpPqfDYMWk2ubAdOD5X1',0,'megvi_161978'),(4062,'felfe1985','$P$BmHIMHrX7jVTLXzpu8/E9eIcxesCLc1','felfe1985','felfe@sbcglobal.net','','2018-05-06 23:52:59','1525650782:$P$B0qqetrHOFDGTZ8yIGuWCh/KQbtbu..',0,'felfe1985'),(4063,'n_w_harris1995','$P$B.j9XZM9qHBcxx7J2vphHjXR7PqNJc0','n_w_harris1995','n_w_harris@yahoo.com','','2018-05-07 02:21:08','1525659672:$P$BOii4BkqhkNV4rxeUNxDZs2JKfCoVN0',0,'n_w_harris1995'),(4064,'rezmahoney13311964','$P$BeX/PqL2PFpdnz/rXsFfNXB1cZZmr.1','rezmahoney13311964','rezmahoney1331@yahoo.com','','2018-05-07 05:26:49','1525670812:$P$BlxO.DOSjxYhl2NWQl0wIcjW1oWV9J.',0,'rezmahoney13311964'),(4065,'la-adams1958','$P$BGGQoLb.VzgdrF0RaNCwpWmUR.1ng/0','la-adams1958','la-adams@sbcglobal.net','','2018-05-07 12:07:29','1525694853:$P$BUKtc/mTyJXvjBQya3bBeY5ihTFaXB0',0,'la-adams1958'),(4066,'lilia.miletti1978','$P$BGBv/we7/k/UVvurCEoaKdW/1uknZ01','lilia-miletti1978','lilia.miletti@raicestexas.org','','2018-05-07 13:19:54','1525699198:$P$BWNhhhY6F3qBKaajy2KWRITLfGpl6q.',0,'lilia.miletti1978'),(4067,'sallison1979','$P$BihfZJ6EixkSPE/Wd1ciVrWNeFwooq0','sallison1979','sallison@intellisense.com','','2018-05-07 16:25:58','1525710363:$P$BUstAjI/dF5n142T9HaVD1xRo7KET90',0,'sallison1979'),(4068,'sharon1984','$P$BPk2NE6OSiRFH9M0iJplXIY1FeE6QH.','sharon1984','sharon@polarshade.com','','2018-05-07 17:20:31','1525713635:$P$BaCEq9LSbNkYR21e8qeB/ObR4Aj61F/',0,'sharon1984'),(4069,'wendellnagao1959','$P$BZAGLQnqBQep92FIAY9EgttWhM6D4K/','wendellnagao1959','wendellnagao@att.net','','2018-05-07 17:41:02','1525714867:$P$BK3xUgp26BvCiTboKP0sbAYfgBLpUW.',0,'wendellnagao1959'),(4070,'danhoward1950','$P$BQOEvTX0bGcAZlYjnJ8DdkvcQXSnZA/','danhoward1950','danhoward@staff-force.com','','2018-05-07 17:58:05','1525715890:$P$Bmq/1PrHLFlkf1odzduReMTtuk6q2m.',0,'danhoward1950'),(4071,'tpeacock1958','$P$BfQBytJhb0tyZU8o4Wd0ouL20cCxsX0','tpeacock1958','tpeacock@lexesinc.com','','2018-05-07 20:57:07','1525726631:$P$BX4xzVXwHbCO/OlVdRNFhDkei9SqCB.',0,'tpeacock1958'),(4072,'ripplemarketing1973','$P$Bi9qexqtCpiLRuPvxWWfEuL6mQptt71','ripplemarketing1973','ripplemarketing@yahoo.com','','2018-05-07 23:12:15','1525734739:$P$BgQFC3dLD.ydLOSIxTI98d/1/gLHU91',0,'ripplemarketing1973'),(4073,'lakio011952','$P$BD94QoBaa1yAdEQreBDPZhxqwZoVZP/','lakio011952','lakio01@yahoo.com','','2018-05-08 00:02:59','1525737782:$P$BAybWQGkm2PzdiBy7LT2H3YIS79eyw/',0,'lakio011952'),(4074,'natalyleon311995','$P$BLNQTUQpcjlM0boJiAMw6PTMAmMVws1','natalyleon311995','natalyleon31@yahoo.com','','2018-05-08 00:10:12','1525738216:$P$BnlEckXOfpxWS6.No83Bf/V6Bs/xI1.',0,'natalyleon311995'),(4075,'wingertom1992','$P$BW36oaJnfytQaJWG0klBaTo2QGQLzB1','wingertom1992','wingertom@charter.net','','2018-05-08 00:36:34','1525739797:$P$B2.4ho.UYyRUFT6cHkl21Ln7gmQSkm.',0,'wingertom1992'),(4076,'janetblakley1989','$P$BfcF3ILorhHgLMvWqsF/Td.uOnxPxU/','janetblakley1989','janetblakley@yahoo.com','','2018-05-08 01:36:46','1525743409:$P$BZmvAAhyggkd.91uSAI3kj2jIB7CpA/',0,'janetblakley1989'),(4077,'jelebu7121992','$P$BdTdKl2Kqpuw/Vl6EoCc5rQ3RpAOn3.','jelebu7121992','jelebu712@yahoo.com','','2018-05-08 05:00:37','1525755641:$P$BTTDgV9Yiysp0G9A6.7.87amzFQWS71',0,'jelebu7121992'),(4078,'cherylbrunovsky2002','$P$BTAivDj4djlw8Y6XKxkuk7EoGWRp1b0','cherylbrunovsky2002','cherylbrunovsky@yahoo.com','','2018-05-08 06:53:49','1525762432:$P$BxK58T7KKMeFKqqSsal8P3O.sfr3Yk.',0,'cherylbrunovsky2002'),(4079,'cbrent761994','$P$BCQDSDdWSUxx/YlVIhP/qPhKyEk.A00','cbrent761994','cbrent76@yahoo.com','','2018-05-08 08:34:33','1525768476:$P$Bs0Aqy7P4n4TE6LaUa3a/f5FFRIGC6/',0,'cbrent761994'),(4080,'ivy1953','$P$B1Lou6E2IULgwwSQunBAMuAV2AUtBA/','ivy1953','ivy@amexpediting.com','','2018-05-08 09:24:01','1525771444:$P$B8P7g2ZlmGkBzu/jAix0uJkMnOtxrb0',0,'ivy1953'),(4081,'kevin1995','$P$B4Cy3.daYtdEHzbQb5saY5bMrd8N/m1','kevin1995','kevin@gaisconstruction.com','','2018-05-08 11:09:08','1525777751:$P$B8tgA3dNUSaer0n8kgu1eteAHAWNYT/',0,'kevin1995'),(4082,'watercrazy2471962','$P$BLT9nJmv.XR0aiTn4Wgyz404hhXplx1','watercrazy2471962','watercrazy247@yahoo.com','','2018-05-08 14:01:09','1525788073:$P$B5OQcLyG3.as5wcfiaEBH9we1oOPlC0',0,'watercrazy2471962'),(4083,'babyboo_evelyn1992','$P$BQEmPoHf/Qdk9reZo9WPs3JrwDPmwG0','babyboo_evelyn1992','babyboo_evelyn@yahoo.com','','2018-05-08 14:11:18','1525788682:$P$BIHLBBO128U9wQzanWu5o1A0YTHjcI/',0,'babyboo_evelyn1992'),(4084,'crystallehawkins1978','$P$BzSQkS8HLBEk2fg/CHZmryVyhC7PCc.','crystallehawkins1978','crystallehawkins@yahoo.com','','2018-05-08 15:05:07','1525791911:$P$BNoZ6kFrbaLgqWgLmlKAnp2QmD4ylK1',0,'crystallehawkins1978'),(4085,'stecun1970','$P$B1CBi17e.DoROuV0XFO/3SisFcenfi0','stecun1970','stecun@wiseburn.k12.ca.us','','2018-05-08 17:18:56','1525799939:$P$BakMwJIjciHvSFepWZxcvUInmtzUVe.',0,'stecun1970'),(4086,'mdmorton1999','$P$BATzLC/vDz6gVJPbaI9pqdDQnXYFbL/','mdmorton1999','mdmorton@blountboe.net','','2018-05-08 17:31:59','1525800724:$P$BwrgIDjW.Kdxc8KrnZxbUrD/SmeKaK1',0,'mdmorton1999'),(4087,'bmielke2007','$P$B9s0n6mfVGMhPrnTVZl9XGtwCM6yv50','bmielke2007','bmielke@bulldogbag.com','','2018-05-08 18:50:35','1525805438:$P$Bff1YqbsrJFcTiagIBsR77jroau8uC1',0,'bmielke2007'),(4088,'fran2004','$P$BKYBg6mj1BhN3MdiHSXwxpshO7/aqo/','fran2004','fran@hermannelson.com','','2018-05-08 18:51:43','1525805506:$P$BA2x.1u8/ukTa0rnkxY50sUZrf0fQV/',0,'fran2004'),(4089,'barrylong21979','$P$BHJMIy0fcZ/yyGO393HMHA5rej5Jbd1','barrylong21979','barrylong2@yahoo.com','','2018-05-08 19:06:27','1525806389:$P$BwPWxlkDnU1FKIAEGc1lTB8zyZX40i0',0,'barrylong21979'),(4090,'melsimms1973','$P$BkLmyDLNRgqUxwjbHW2G4mD6kt73FZ.','melsimms1973','melsimms@yahoo.com','','2018-05-08 19:09:08','1525806551:$P$BHx.OCbFTf0ceNSwjBXxNIAEUj1n/9/',0,'melsimms1973'),(4091,'matt1955','$P$BRRp2TDwEjllQSSXa9ZaGPSjIl7j59/','matt1955','matt@midwestcivilconstructors.com','','2018-05-08 19:23:36','1525807419:$P$B9byUjdM50Je..3qf/BFPwwkCtCXXe0',0,'matt1955'),(4092,'indianjohn961977','$P$BVpb4m9zQHqAFjfT7f/XyVrYxHsQHG1','indianjohn961977','indianjohn96@yahoo.com','','2018-05-08 20:18:12','1525810695:$P$B5ctylyAUiQmCRdiVJHrmMxHgSZzkt1',0,'indianjohn961977'),(4093,'becky1951','$P$BMFChYyEGRGzF8Td1oAdJ/.qTuWp0v1','becky1951','becky@positivetrans.com','','2018-05-08 20:51:45','1525812708:$P$BcaVY42xpmWjjR6xgM5VhUicbv3pWC1',0,'becky1951'),(4094,'jrenner11984','$P$BVVROlULNPv2HLcbTuxqnGlL0bvdV21','jrenner11984','jrenner1@yahoo.com','','2018-05-08 21:09:36','1525813779:$P$BVs.lHC71sL8ofgOeYJM1cMK2Kt5Zi/',0,'jrenner11984'),(4095,'eva1998','$P$BHNCVJqKDA4WP4v4VQkc1L0WlXneSr/','eva1998','eva@blachere.com','','2018-05-08 21:22:50','1525814573:$P$BbQWakB49f7Qxq0gpKqOuiyv8/fq.21',0,'eva1998'),(4096,'djy19751966','$P$B77B6C2k7GE2TbWYoJmiwEwnDsahPP.','djy19751966','djy1975@yahoo.com','','2018-05-08 22:31:30','1525818693:$P$BHJWLz8GkZ.8dp5LNRglhArS5wqJnO1',0,'djy19751966'),(4097,'boschr10661964','$P$BLNxfBl5qieCs.mm3BuAnyu3Yqbg21/','boschr10661964','boschr1066@yahoo.com','','2018-05-08 23:09:35','1525820978:$P$BeuSyT5jU6ODWuYhz9IqO1j85BlWtG1',0,'boschr10661964'),(4098,'kamarull.kama1994','$P$BS76iYaEAThFL9aIm1ZO7.2UJwSQrT0','kamarull-kama1994','kamarull.kama@yahoo.com','','2018-05-09 01:32:09','1525829532:$P$BLQmhE7nWUkikEdaV9.3DWMvySfWvs/',0,'kamarull.kama1994'),(4099,'akhramsyah_sanusi1959','$P$B6GhzQwp9zAoC6l2VTqnQgv//gS6cU1','akhramsyah_sanusi1959','akhramsyah_sanusi@yahoo.com','','2018-05-09 01:51:59','1525830722:$P$B2qbigwTu8AeRqDPpcttKmGAvAls7q.',0,'akhramsyah_sanusi1959'),(4100,'gankianyong1977','$P$BL2WCivDh8GhCp/jx6HyihrR7BaM4Q/','gankianyong1977','gankianyong@yahoo.com','','2018-05-09 02:48:13','1525834097:$P$BeFVVjzLwP9wGENCrfdCAB7xXJ9ZOK1',0,'gankianyong1977'),(4101,'dean_white_611968','$P$BJuNc0K1LXLCcUinB68r7AB9CNpdco/','dean_white_611968','dean_white_61@yahoo.com','','2018-05-09 02:48:21','1525834104:$P$BTqMBQNyAkS02RGhzory2CsjJxGdDM1',0,'dean_white_611968'),(4102,'aloysius_cornelius2005','$P$BM7biRpQLd0BPrr9c1kF65Z8LkQfxe1','aloysius_cornelius2005','aloysius_cornelius@yahoo.com','','2018-05-09 06:30:57','1525847460:$P$BpDBKWfB2vldTS5I3aCW5k3fnUU9Ww0',0,'aloysius_cornelius2005'),(4103,'muafakat_malaysia1988','$P$BCQMiDgDp/fWFH6NJTYiy4wYccGemc0','muafakat_malaysia1988','muafakat_malaysia@yahoo.com','','2018-05-09 07:28:49','1525850932:$P$B7cTG3ApvGhn/LbP1WqpQwkXW/AORV.',0,'muafakat_malaysia1988'),(4104,'rajaidris1951','$P$BfYcXEDo9PfucqpkMglTYG2ALZdTER1','rajaidris1951','rajaidris@yahoo.com','','2018-05-09 09:37:26','1525858649:$P$BTWHth2AMLi58vbfwJAcptXpK9Lown/',0,'rajaidris1951'),(4105,'sharryn.johnson2006','$P$BlZxYhx7evPWhTxKJoMRoSp7u96nXH0','sharryn-johnson2006','sharryn.johnson@wilsonpfc.org','','2018-05-09 10:33:52','1525862035:$P$B3MwrVMPNnK3XVUuFJnZ0hcSGO9Z5x.',0,'sharryn.johnson2006'),(4106,'saifuddin611978','$P$BSY0ui7Qh3B9row13cewsUauTyc3rJ0','saifuddin611978','saifuddin61@yahoo.com','','2018-05-09 12:23:16','1525868600:$P$BSZ.2SDtMG4gZG/mmjzNkvbahTiYtk.',0,'saifuddin611978'),(4107,'jeffer_kumpel1974','$P$BFjzHilc2Tn2I1GThKmLhnGi7RVgzK/','jeffer_kumpel1974','jeffer_kumpel@yahoo.com','','2018-05-09 14:19:17','1525875560:$P$BBn0Fio9ADBBKJyF72JvrkWi0CguNe/',0,'jeffer_kumpel1974'),(4108,'tooite_10052007','$P$BGCp7l9KfMIvHe.v2hhR.CaVdQrEnN0','tooite_10052007','tooite_1005@yahoo.com','','2018-05-09 15:40:41','1525880445:$P$Br9ahl8xljcNa2/ne77OoJwNEzQuVA.',0,'tooite_10052007'),(4109,'schafer.mark2000','$P$BVJgd9i5/FnszvLWHe.WzMZU72Unlb.','schafer-mark2000','schafer.mark@sbcglobal.net','','2018-05-09 16:31:46','1525883509:$P$BuimqkjzszV7AJiiKJkm/s5/5ZbreP/',0,'schafer.mark2000'),(4110,'maldonadoyvonne1999','$P$Buqbu2dndfWzgaTVAdp9vu6azvBc/w.','maldonadoyvonne1999','maldonadoyvonne@yahoo.com','','2018-05-09 17:21:26','1525886489:$P$B3uEH8.zQjYkAjZM92XJlfJE8Ju.Z2.',0,'maldonadoyvonne1999'),(4111,'pjs.e3741955','$P$B62x2dUAvarZLA4cWovzmBgp4t2cha.','pjs-e3741955','pjs.e374@yahoo.com','','2018-05-09 20:41:50','1525898513:$P$B4YgT0yoBdCsFN/Gw6VE0dbqZfjfRo.',0,'pjs.e3741955'),(4112,'jchicks871959','$P$BVm980LN/tuVfWiWMhJNv0N2ljER.F.','jchicks871959','jchicks87@bellsouth.net','','2018-05-09 22:39:40','1525905583:$P$BKlS8qsuAQ7342zZcn/jboNxXq/2U2/',0,'jchicks871959'),(4113,'info1966','$P$B1.A2KJBPaE59H7Eh7ProM9cLwNp560','info1966','info@londonangelsescorts.co.uk','','2018-05-09 23:24:57','1525908300:$P$BEi7rqI9J21z55ETtNmsqOTMbAIUy50',0,'info1966'),(4114,'sue1975','$P$BU78uvbxCNdrH3DzeFZkAi1RwVUxcv.','sue1975','sue@ortonhomes.com','','2018-05-10 00:26:34','1525911997:$P$BJ8zZDcEOlKQT/a91RNTTW8Mp3Ksn71',0,'sue1975'),(4115,'stephanie_bump1969','$P$B7HIJ6UqsAO/CqdOdTTukVtXce/rwL.','stephanie_bump1969','stephanie_bump@yahoo.com','','2018-05-10 09:24:24','1525944267:$P$BeyX2o.FcAjn/zaKay2TaYfYFG3jiV/',0,'stephanie_bump1969'),(4116,'c0bramark1988','$P$B.mvx7q3TDopqIPeLxfzaYYeZfamAs.','c0bramark1988','c0bramark@cox.net','','2018-05-10 12:46:52','1525956416:$P$BYCX5xzP9Tc68VNT/BFB4DPY1xmChD/',0,'c0bramark1988'),(4117,'pfo561984','$P$BgG8q3iAQjXMCkwOKJ3cNBFxJin5ex/','pfo561984','pfo56@ymail.com','','2018-05-10 13:50:20','1525960224:$P$BCbK8Duwdkbiy9chPpXz4xQvXY0OOt1',0,'pfo561984'),(4118,'ferrum20061989','$P$BE6yjt4lc7W5lg3S.1QJVr.Y62e/xH/','ferrum20061989','ferrum2006@yahoo.com','','2018-05-10 14:35:01','1525962903:$P$BDGKTJ.XwyvgczMN29xBy1Yy7/InYQ.',0,'ferrum20061989'),(4119,'susanne.boelitz2004','$P$BJi8Y9Oa6J480hlCm7hHmXos1tXFrR.','susanne-boelitz2004','susanne.boelitz@web.de','','2018-05-10 14:59:12','1525964356:$P$BejxYTayepG6GypBa0J/sS39Xf69Rs1',0,'susanne.boelitz2004'),(4120,'angel_lasso1996','$P$BzZcK2nsTx7ARUyBoe5Hpe1cBjua/I0','angel_lasso1996','angel_lasso@yahoo.com','','2018-05-10 15:30:41','1525966244:$P$BDhuMhmq7qg4AkxodjTRPywwq9Pa6T1',0,'angel_lasso1996'),(4121,'rsddka2007','$P$BFDnOJzJ6HZ/MBj75JkJlBGcgMkFVb/','rsddka2007','rsddka@safelink.net','','2018-05-10 16:04:27','1525968270:$P$BHaJTeS53yYaiX37pUd2rhwWE/rFkX.',0,'rsddka2007'),(4122,'tywontrigg1998','$P$Bp1TkpUqXGdeUWQnVleYdIml5PKLlM0','tywontrigg1998','tywontrigg@sbcglobal.net','','2018-05-10 16:44:30','1525970673:$P$BqXk26ALVgjv8rJqx1t/DUkoSFX2lN1',0,'tywontrigg1998'),(4123,'cindypaulabby2010','$P$B9bxrErAWMaBhp4khbOPR8I.ZPXvyx.','cindypaulabby2010','cindypaulabby@yahoo.com','','2018-05-10 16:57:00','1525971423:$P$BJSbWicLCj38sFfyobOkH9Pq2tsl6w0',0,'cindypaulabby2010'),(4124,'rhin_materiel1995','$P$B6adIa.Cp0QKwaYwqL46.TaxL5CtUT0','rhin_materiel1995','rhin_materiel@dial.oleane.com','','2018-05-10 17:56:41','1525975004:$P$B8zLqzYlJRVNT3t1dyyGnGPDaW61K9.',0,'rhin_materiel1995'),(4125,'skripture201959','$P$Bhd3BJRsAOh3CmQU9RhKmBLxuNbVgK.','skripture201959','skripture20@yahoo.com','','2018-05-10 18:19:53','1525976396:$P$BsuM1MsOcx15.42n0JRh/zfHDvGWgl/',0,'skripture201959'),(4126,'jquinones5721990','$P$BpsV.n96oC83o5wU6JPr7eQZWs7GIl1','jquinones5721990','jquinones572@yahoo.com','','2018-05-10 19:02:29','1525978952:$P$BRHZL8nJul.8Y/HPTEEqIFaB9.T3KW.',0,'jquinones5721990'),(4127,'asoriano1993','$P$Bv7gTSAjbLF9/qeTrwQ77rgkdLGoYI1','asoriano1993','asoriano@citileafhousing.nyc','','2018-05-10 19:21:02','1525980065:$P$BSqUuh3yh0Pe7Y3Ko5SeRyPxf3rXwq.',0,'asoriano1993'),(4128,'ebay1967','$P$BoMqHP5HLMDRou1TOEfomjkgKS.xew.','ebay1967','ebay@bmrsuspension.com','','2018-05-10 19:40:23','1525981225:$P$BA94Lk8tXLPFazcq9VXb7DHvGsEP5o1',0,'ebay1967'),(4129,'gundislc1971','$P$BhCpQNWKqnpOeCgS7x0ogNihFwrUj70','gundislc1971','gundislc@yahoo.com','','2018-05-10 20:06:54','1525982818:$P$B/oH5lP6UoYbhfPwKxrciYgJdp17FS/',0,'gundislc1971'),(4130,'christine-z1963','$P$BoCihnsd.z4xvAceUYGkiv7bFoQxCq0','christine-z1963','christine-z@comcast.net','','2018-05-10 20:28:19','1525984102:$P$B4JaxtIkCdJ58ywgmggnB5EEaXm5vP0',0,'christine-z1963'),(4131,'erin_dave.chin2010','$P$B87ldpzPlFzO0h2QycI.c8KQ7bS8hp0','erin_dave-chin2010','erin_dave.chin@yahoo.com','','2018-05-10 21:58:57','1525989542:$P$BFzCoKsyl1aDoG6T8/X2no0zfU7L7Q1',0,'erin_dave.chin2010'),(4132,'youngsuccess1974','$P$B8Uz//usNb1nfEKtWKmrNjxzfOIIpS.','youngsuccess1974','youngsuccess@yahoo.com','','2018-05-10 22:12:04','1525990328:$P$BG5QZZ5Ov5JkCQDQuDvQa4ZqVo75Ix0',0,'youngsuccess1974'),(4133,'toricarter322006','$P$BsT3lSrjSse8w1mE6V.Sz6sQN/RaAG/','toricarter322006','toricarter32@yahoo.com','','2018-05-10 23:09:11','1525993754:$P$B85vmkmvoh6paF1.74PMsssZ093lP.0',0,'toricarter322006'),(4134,'superlecho30001998','$P$BUwdy14JEsvTQULItvaGpXWP9k6Bhq0','superlecho30001998','superlecho3000@yahoo.com','','2018-05-10 23:18:21','1525994304:$P$Bx3OFS1EjZ.Ca6C8ChuCL6ZMf9mdmt.',0,'superlecho30001998'),(4135,'mflury1953','$P$BiCeyJ15JT9a5SfxSM1AEcska.zq/E1','mflury1953','mflury@sympatico.ca','','2018-05-10 23:22:26','1525994548:$P$Biq..gHbAV/cbsjGmGl4Yep5VrJx6S.',0,'mflury1953'),(4136,'aville321980','$P$Bo4LlFgibJdIOfTk7bwaq/ne8MjcJD/','aville321980','aville32@yahoo.com','','2018-05-11 01:33:42','1526002424:$P$BB02Holanf2I9i6BzYmUH2eZ5aBWOf.',0,'aville321980'),(4137,'knight.sharla1974','$P$BmHTHciOzegxQs0PY7fdXSkNp5nVgu/','knight-sharla1974','knight.sharla@yahoo.com','','2018-05-11 02:39:49','1526006392:$P$B/wsrzeX4kUFcvPOPpx2p4jFWACOgM/',0,'knight.sharla1974'),(4138,'marymolinarsolis1999','$P$BW59/leL1.PbntevT4bsCYeeP3fgDo/','marymolinarsolis1999','marymolinarsolis@yahoo.com','','2018-05-11 05:25:05','1526016308:$P$BkFUmlj2GVoRaKQ2QWmXKQsof5alxw1',0,'marymolinarsolis1999'),(4139,'alfonso.martin491953','$P$Bx6SI5gAtYYzrUwrWfEIofuwcBd7RP/','alfonso-martin491953','alfonso.martin49@yahoo.com','','2018-05-11 05:55:41','1526018144:$P$BSDfJIP0wN3pgmtnsTzgr1zSAZ0YOR0',0,'alfonso.martin491953'),(4140,'tina.birk1994','$P$BwUvF62WsKpu0IYq9oyb5F1cpLLfzS1','tina-birk1994','tina.birk@yahoo.com','','2018-05-11 07:30:34','1526023837:$P$BQtP2UeDgb5meZmVeV9Hjy7S2KqVGc1',0,'tina.birk1994'),(4141,'imogenespaepenlyz1975','$P$BCWUshwHMRcsavKssXYTaO8dCVZ2U1/','imogenespaepenlyz1975','imogenespaepenlyz@yahoo.com','','2018-05-11 08:39:31','1526027974:$P$BpK6ryL9XTDg7mZ8Yuioecvlj.7Mzp0',0,'imogenespaepenlyz1975'),(4142,'kimobocci2005','$P$B0R4PzO7JDPPVMRgBNKm3CW39hKeCl/','kimobocci2005','kimobocci@yahoo.com','','2018-05-11 08:43:18','1526028200:$P$BCePcFuMqQRqfgLM.zS0x/PhQLC6jH1',0,'kimobocci2005'),(4143,'redkitkat1984','$P$BFE6sbgc4OK4d1niYYDFGr.9iRAqo4.','redkitkat1984','redkitkat@gmx.de','','2018-05-11 11:15:52','1526037355:$P$BvxDjE.tMnmg6zALO82Ll6CDaQuIYQ1',0,'redkitkat1984'),(4144,'chefmike19871995','$P$BgdVaB/eiCL1RH7JbksTp73UEawGr4/','chefmike19871995','chefmike1987@yahoo.com','','2018-05-11 12:40:54','1526042457:$P$BZ5iq6pxmKB4qjW9Hen09bCY9ubDAe1',0,'chefmike19871995'),(4145,'tmilner1996','$P$Bur7UMEvK3/Ug1aY31ZD8MSRZlYXxh1','tmilner1996','tmilner@brainfx.com','','2018-05-11 14:43:54','1526049837:$P$BOEReOsGILuzTF7YpHLlT2wTZiLny91',0,'tmilner1996'),(4146,'jkrisan1988','$P$BoSEkqfONFyTL7LYm/maRDOWcN2M8y0','jkrisan1988','jkrisan@flmorlando.com','','2018-05-11 15:08:49','1526051332:$P$BCHn/EuLDJTs4XyX5HH.bbNRyGivl9/',0,'jkrisan1988'),(4147,'staceykruse161976','$P$B4dLEimAEuK3bRQILbjQ2FMOWCqmED/','staceykruse161976','staceykruse16@yahoo.com','','2018-05-11 17:29:55','1526059799:$P$BOQiO8Clm7LM7cOLb27JmwcUru24UX0',0,'staceykruse161976'),(4148,'brian.burt2000','$P$BfoHU8JuLS127INlmeH2SITzql5SBZ/','brian-burt2000','brian.burt@faa.gov','','2018-05-11 17:33:44','1526060027:$P$BesoAFpj/fjMWqTh6J2nMulEZ.VZDl.',0,'brian.burt2000'),(4149,'jjstpafla336121987','$P$BlmXrbAPBfnruhujg5qb4fJBM5ap8m.','jjstpafla336121987','jjstpafla33612@yahoo.com','','2018-05-11 19:17:15','1526066246:$P$BtxYxZ4v0nuig5nvzhalWajbTfW52q/',0,'jjstpafla336121987'),(4150,'mstyrell201963','$P$B/PX4B0ftuCNmdjMNviR55IGPSXj.t0','mstyrell201963','mstyrell20@yahoo.com','','2018-05-11 21:53:30','1526075613:$P$BL15xK/iQwqiXSZYsKGfp2wYTd4pKo.',0,'mstyrell201963'),(4151,'rb16334412005','$P$Bo6.vS23hb6jrp4VdTxYpvEn02Qgz01','rb16334412005','rb1633441@yahoo.com','','2018-05-11 22:55:23','1526079327:$P$Bp7B1jsBtZ.Ju6k/hgBkjJSQwNF/P1.',0,'rb16334412005'),(4152,'jqsnoddy1975','$P$BZKCxskgYYvjUz/Dw3WNlAY75oIiHf1','jqsnoddy1975','jqsnoddy@yahoo.com','','2018-05-11 23:24:01','1526081045:$P$BuOiPU70NkxWvAsH9dLV45cCJ.hYGx1',0,'jqsnoddy1975'),(4153,'kvkway21964','$P$ByuU6LqeMtkhRLHnVH/5Sk.Rx7fZ471','kvkway21964','kvkway2@yahoo.com','','2018-05-11 23:54:25','1526082868:$P$B24VGvBeWS/z68mbfp1l14p90K2zhA0',0,'kvkway21964'),(4154,'idatl1979','$P$BEBF9ZKANLyYSqJy6IFxqR.7EvO.UL/','idatl1979','idatl@webequie.ca','','2018-05-12 01:45:44','1526089547:$P$Bwg7l8b7/o5JjcxqlHfmjoJXYTZEqZ.',0,'idatl1979'),(4155,'juraj.matyinko1968','$P$BvIecH72kJEDCp4WxDKIwJW397y7uq0','juraj-matyinko1968','juraj.matyinko@mmbmg.com','','2018-05-12 03:14:37','1526094880:$P$BWhg0CMAlbtPl5VC73DblFCEtTdGzB/',0,'juraj.matyinko1968'),(4156,'fnbsbih1970','$P$BC6K8brp6dMBvClv6gv9rjOVPsmxML.','fnbsbih1970','fnbsbih@yahoo.com','','2018-05-12 11:45:37','1526125540:$P$BPsxW0lcRMe/EwNIg8GF1yAX4Cldqk/',0,'fnbsbih1970'),(4157,'melissastahl1988','$P$Bmaz4WhOWkh2kf/ySSzhu9U.dvJTUW/','melissastahl1988','melissastahl@yahoo.com','','2018-05-12 13:36:29','1526132192:$P$Bor3Zga0q/FrILYFes1Oxz/3HlWgYG/',0,'melissastahl1988'),(4158,'cogs8282008','$P$BXC3176GCoscjrtRG0inqpDfuhon0y1','cogs8282008','cogs828@yahoo.com','','2018-05-12 14:46:39','1526136402:$P$Bdz/6Zk2CItK53JXONo4KyHdbpqnIk.',0,'cogs8282008'),(4159,'warpedscout1987','$P$Bkc2FI77p9AGXzTZ8CyXGeBF0GJw/B/','warpedscout1987','warpedscout@yahoo.com','','2018-05-12 15:22:00','1526138523:$P$BeVmmtEIc/Tr9DV0d0PtGZWDt.5B4O1',0,'warpedscout1987'),(4160,'guitarmoguitarmos1950','$P$B.QZZY2bIy0RYdxDqs0yVsQm3xIWbP/','guitarmoguitarmos1950','guitarmoguitarmos@yahoo.com','','2018-05-12 20:15:56','1526156159:$P$BqEgFe33YPHafZLChZQygxoSfilkkh.',0,'guitarmoguitarmos1950'),(4161,'rebecca.okey1999','$P$BiPa7qVpYs6JiJjm1ZWauTy95kP/dY/','rebecca-okey1999','rebecca.okey@yahoo.co.uk','','2018-05-12 22:37:27','1526164650:$P$B9Sz31caKROh3JmoSuPeKKdeTGuN810',0,'rebecca.okey1999'),(4162,'shelleypossible2005','$P$B9Ix/exFM6UEQqsXlu.cL9RD7Xybeg.','shelleypossible2005','shelleypossible@yahoo.com','','2018-05-13 04:36:55','1526186218:$P$BxWq.ddQqYqn8lx8ETIKOTxX/.jfeX.',0,'shelleypossible2005'),(4163,'jessycagator1960','$P$B7eiYQTY.e.KrPRpMoNKpVLrZCidAv/','jessycagator1960','jessycagator@yahoo.com','','2018-05-13 22:15:36','1526249740:$P$B0.X9CNhb8P5UeNhcZZPkpQfBEYu9B/',0,'jessycagator1960'),(4164,'shylie651958','$P$BsXtaVSTOsa4T05AKDEIxBd2wCyZqe.','shylie651958','shylie65@comcast.net','','2018-05-14 01:47:51','1526262474:$P$BoLRV3u5wJE4bkOASqt29qRjJ.mpk11',0,'shylie651958'),(4165,'keithnemerow1992','$P$BVoItZ5SbZERNPstapksxhBwimXpbO0','keithnemerow1992','keithnemerow@yahoo.com','','2018-05-14 04:23:35','1526271818:$P$BHaiSa5tohkZPrAk1fC21YnqEDa9mT.',0,'keithnemerow1992'),(4166,'dvanek2010','$P$BAAUqkWUD7OEP9eHCnHEea2br1GNe11','dvanek2010','dvanek@vanek-group.com','','2018-05-14 14:23:22','1526307806:$P$BZO6qu8TipsFrluTdDiLVxb9bsYlQ/0',0,'dvanek2010'),(4167,'mrucker2004','$P$BdAB/RgfXJLcgxl1L1AOTf1glY/avt.','mrucker2004','mrucker@fishwindowcleaning.com','','2018-05-14 14:46:50','1526309214:$P$Be4afuE/3WLPKPHpyUQjIsORdEwn7i0',0,'mrucker2004'),(4168,'betsy.lerario1997','$P$BsgXNbUdS7TFPP1avzkkKemGGWKfGn/','betsy-lerario1997','betsy.lerario@yahoo.com','','2018-05-14 19:13:19','1526325203:$P$BndfbfH0oNdQydDG5w31T/yk./uYEB.',0,'betsy.lerario1997'),(4169,'georgette.zinaty1956','$P$BHJSv9ItOIBIs4ZvPWyDrZctj7ytVT.','georgette-zinaty1956','georgette.zinaty@utoronto.ca','','2018-05-14 19:20:21','1526325625:$P$BoOwl6y.Q6q5OQJmqAM3pGNBTL4FHY.',0,'georgette.zinaty1956'),(4170,'jbarkman21975','$P$BY6PSOR/nKuZ77JAoDsQhq1cPRFTjl/','jbarkman21975','jbarkman2@nc.rr.com','','2018-05-14 19:49:55','1526327398:$P$BTC51kVOTh6WJCQsy7gOTOwCSY6uj9.',0,'jbarkman21975'),(4171,'meeauer1961','$P$Bm6rHrqTzlWsjdsiYUF/SsypQL9V7y0','meeauer1961','meeauer@yahoo.com','','2018-05-14 22:56:05','1526338568:$P$B9gRnZKq796a1vdBjsF.8PYZjsOVeD1',0,'meeauer1961'),(4172,'takimo1977','$P$Babz8uNfDse6HpfJzR.CO3xsUJS1c1/','takimo1977','takimo@emailn.de','','2018-05-15 01:29:52','1526347795:$P$Bhk8lzmQDrcmNIV8DxwydX/NNSGbFd0',0,'takimo1977'),(4173,'eestoffer1994','$P$BR2vPK9/Xad.oWbtu3L9YyUE4IrwhH1','eestoffer1994','eestoffer@yahoo.com','','2018-05-15 01:48:03','1526348886:$P$Bmb/dupP4SHBgyEPP4ghEc5WR0n9V1/',0,'eestoffer1994'),(4174,'hillcari2010','$P$BXB20l807Zuav.wAr0pfzwh7AdiUDr/','hillcari2010','hillcari@yahoo.com','','2018-05-15 03:11:15','1526353878:$P$BFPCYv7QLBuHOBTKBjV7wb3NQhs44W/',0,'hillcari2010'),(4175,'xhunter04x1980','$P$B73oho807MrdwOi6NnFjtSQJBgjSZf0','xhunter04x1980','xhunter04x@yahoo.com','','2018-05-15 04:43:31','1526359414:$P$BHvPwsqcGTwLR/rvirZmIrIMlrf7Jw0',0,'xhunter04x1980'),(4176,'purchevv8hp1959','$P$B29ee1IUGUs19YC/w/taTtwUxWL7bO/','purchevv8hp1959','purchevv8hp@yahoo.com','','2018-05-15 04:47:46','1526359669:$P$Bj/OV/5po1CfLGRUaidxTWqlYUL8xZ0',0,'purchevv8hp1959'),(4177,'antoinettemoore101979','$P$BkY66VR/r0ZUEUsTES6THRfYFu5bVg0','antoinettemoore101979','antoinettemoore10@yahoo.com','','2018-05-15 05:34:48','1526362491:$P$BklKz6MEgkHp71GJ7YgtIGLM8vdoQ3/',0,'antoinettemoore101979'),(4178,'sassy_783321999','$P$Bo/BVqKCqsdMJwGvzHManPrgfK.L8N1','sassy_783321999','sassy_78332@yahoo.com','','2018-05-15 06:15:02','1526364905:$P$B8PBkFzCREsha3HJNQDBxWexsg3Jap1',0,'sassy_783321999'),(4179,'carlosmateo20121988','$P$BtL6ZZ1rtEecjHyWOxzFQxzxvokw/D1','carlosmateo20121988','carlosmateo2012@yahoo.com','','2018-05-15 07:27:53','1526369277:$P$BZe1GvmwPgQ5w8/45l9fF4tw3YNfhI0',0,'carlosmateo20121988'),(4180,'marioblazevic881984','$P$B5BejC3INbWAjo7E3Qw9PwpXDfwJ...','marioblazevic881984','marioblazevic88@yahoo.com','','2018-05-15 09:17:33','1526375856:$P$BE0kj/7DNqjdnOvJeFNeKwwdLi5mKn.',0,'marioblazevic881984'),(4181,'dereklward1973','$P$B9MhuTZxodPoPli1zMdKKETLRPIapK1','dereklward1973','dereklward@yahoo.com','','2018-05-15 11:05:59','1526382362:$P$B4oGJerbMwTOGRs6s/e.r8MVknQT5t/',0,'dereklward1973'),(4182,'thumprlong1959','$P$BCCmLYNneXwN6JGuNeZ7MMeBePKfSo/','thumprlong1959','thumprlong@yahoo.com','','2018-05-15 11:39:28','1526384372:$P$BLg02YiEkrkkFpi10x0IH54uzgnky//',0,'thumprlong1959'),(4183,'ralitaco1995','$P$B9pKfwx7Mg489CWg9aTzhhvBXmzdC11','ralitaco1995','ralitaco@charter.net','','2018-05-15 15:46:41','1526399204:$P$BWiiVSB4ZVvuxTNqsAXAFSLBSYtqDa/',0,'ralitaco1995'),(4184,'carmen1621996','$P$BymW7bR0TK4MXO9eh/0RljPRCXQ8KW0','carmen1621996','carmen162@freenet.de','','2018-05-15 16:10:13','1526400616:$P$BCFqeuwk.SbzT6RHq54QCRsNrEoRRl.',0,'carmen1621996'),(4185,'jason.mccrudden2008','$P$BmAEkMgbL5Agr0woI9NzWde0Wp6BHg/','jason-mccrudden2008','jason.mccrudden@tdsb.on.ca','','2018-05-15 18:56:47','1526410610:$P$By1HuAZ/dl9gh1JKq6ixx9KJ0/Ux2r.',0,'jason.mccrudden2008'),(4186,'danielestrada1381957','$P$B1fPcTX09dJ6.a6zlNb.VISmFLHt3H.','danielestrada1381957','danielestrada138@yahoo.com','','2018-05-15 19:32:41','1526412764:$P$Bdzae1OsPiCcr5HT8JopxLgXWm.pqx/',0,'danielestrada1381957'),(4187,'julie_behrens1967','$P$B1vRhPWjZihKke85rRmW6Vw0dsKHSi0','julie_behrens1967','julie_behrens@yahoo.com','','2018-05-15 20:24:21','1526415865:$P$BmuDKojDTxI2a2aR4B3Ez4qsCW.vy1/',0,'julie_behrens1967'),(4188,'mike1984','$P$BdgomWNpDiTFMuRt5zEfCTtY41OZCb0','mike1984','mike@moesswfl.com','','2018-05-15 22:00:46','1526421648:$P$BcLRJ7z2D6yvqpXP0Q4r6CO8s/Gbj3.',0,'mike1984'),(4189,'gavibrian2008','$P$BAqn76.rXH5e6kl70xAZLfznySWTmd/','gavibrian2008','gavibrian@yahoo.com','','2018-05-15 23:24:56','1526426698:$P$B3xZqDaWOYSjjmPUc51D8NLtzxj2SZ1',0,'gavibrian2008'),(4190,'jaguarbelizesale1969','$P$BIhE9ulO.TdkZ0PxwntXVQ4GM3n7SS0','jaguarbelizesale1969','jaguarbelizesale@yahoo.com','','2018-05-16 00:40:14','1526431217:$P$BQCRiTi/XpW/phjiD/I0jcW/bsePSI/',0,'jaguarbelizesale1969'),(4191,'aa.mortge1972','$P$BzlSU/uFd7ZIk5xJm2SZcBmuHTYPt4/','aa-mortge1972','aa.mortge@yahoo.com','','2018-05-16 12:36:13','1526474176:$P$BEhD83Z/xAsFrBzshDrTK1YX2XEQYx0',0,'aa.mortge1972'),(4192,'cjebrael1955','$P$BTGaH92Wn6XMyX0OmSBZIVryFwIB.O.','cjebrael1955','cjebrael@yahoo.com','','2018-05-16 13:59:40','1526479183:$P$BpCYkoy6fGdnxYctTzbDbnLLWk.yL4/',0,'cjebrael1955'),(4193,'joshua_daniel10111982','$P$Bys5e90ToxKmkwTP8UNxPxPSnOox5g0','joshua_daniel10111982','joshua_daniel1011@yahoo.com','','2018-05-16 14:03:43','1526479426:$P$BNe5XyhIoPcTMiX48fLvTSx85ds3Ex/',0,'joshua_daniel10111982'),(4194,'jl.demenet1960','$P$BzeNsZBAloApN63b5JXi.5jPVW5ytH1','jl-demenet1960','jl.demenet@wanadoo.fr','','2018-05-16 15:03:20','1526483003:$P$BeAh/Fb/NF4db.jS2p.qUojtdKAXP21',0,'jl.demenet1960'),(4195,'fred.singleton2002','$P$BdcR6/cqLR4Tm3CeX3UNx14sMuQAvI0','fred-singleton2002','fred.singleton@yahoo.com','','2018-05-16 15:24:45','1526484288:$P$BrNb3swvuS.b.WLT6RC1hlx5geTQ0A0',0,'fred.singleton2002'),(4196,'jesse_drum1984','$P$BrhaflXOrJ9iVVcQU6/iuxY9L.VSDG.','jesse_drum1984','jesse_drum@yahoo.com','','2018-05-16 17:28:28','1526491712:$P$BciPKC1/8SrJYVzoWwHil4V4Oi9w0P/',0,'jesse_drum1984'),(4197,'sheeniaj1999','$P$BX7lzvchLB9XSu5qshlcWt6Q2/56Nk0','sheeniaj1999','sheeniaj@yahoo.com','','2018-05-16 17:55:02','1526493305:$P$BZ9BrW836/xcRXRUvegP02oglKuX0j0',0,'sheeniaj1999'),(4198,'nipomodeb1956','$P$B.8ch3GDHoaR5CbQ88FN4t85kdELX30','nipomodeb1956','nipomodeb@sbcglobal.net','','2018-05-16 19:14:29','1526498072:$P$BFRgd1ed4ATehhBBT7w0fnNdYUh44E/',0,'nipomodeb1956'),(4199,'david1996','$P$BY2O1WYCdrmHMclBvdXqVpVTcVFopC.','david1996','david@dsonsllc.com','','2018-05-16 19:26:06','1526498769:$P$BejYXRNaOLV..2eeJw1xDcx7mm758x/',0,'david1996'),(4200,'jimfwfs1983','$P$BDfjI/qnYoVKofvZIGEudpiZSJE7sP.','jimfwfs1983','jimfwfs@airmail.net','','2018-05-16 22:06:44','1526508412:$P$BNOh5ht9BGhcFz2TBPia3cw54JVeH50',0,'jimfwfs1983'),(4201,'billing1979','$P$BU5AUnLjvoiOcOiIAhPHDHFtlBJik5/','billing1979','billing@office.eco','','2018-05-16 22:53:13','1526511197:$P$BbdzoRTmjFbPZELjThZTdfvcBp60MX/',0,'billing1979'),(4202,'katie1959','$P$BiPhMQ9rJ5INoZBkn4N0jy5Wb9ioP.1','katie1959','katie@adwatersystems.com','','2018-05-16 23:55:36','1526514939:$P$BO6ZZ4VqO.AgVKgAomOEyzchI.Fus1/',0,'katie1959'),(4203,'cstolz1985','$P$BdLICEXYqjuwvS1PnNmon1rV0d23gc0','cstolz1985','cstolz@rogers.com','','2018-05-17 00:05:36','1526515539:$P$BAI7qAP3anpLO4WSrQ77Vi5.8J0k24/',0,'cstolz1985'),(4204,'david.baldwin422010','$P$BUMizqzD.80jZeN/H9El2sHoMb0Drx.','david-baldwin422010','david.baldwin42@yahoo.com','','2018-05-17 02:37:42','1526524665:$P$BfcPKc2Q35IbjrTccWF7ZZkRmV0PNO0',0,'david.baldwin422010'),(4205,'gferg11241963','$P$BDZjHjqniXFAdhQ075elfJ6LoWJ.pT1','gferg11241963','gferg1124@yahoo.com','','2018-05-17 04:54:29','1526532871:$P$BaTCTgi5VC1a/SnQvpUIWnAxZD59aS0',0,'gferg11241963'),(4206,'vibeke372000','$P$ByfIjp3pB84tBRo8mFRtv7/dPNzgZ3/','vibeke372000','vibeke37@yahoo.com','','2018-05-17 05:28:02','1526534885:$P$BGAvB/xn8AGRslNspmdBz18rCcByoe/',0,'vibeke372000'),(4207,'lauralucey1970','$P$B74MZsElfWh7rP/1wuqY9hzwgx3SSg0','lauralucey1970','lauralucey@yahoo.com','','2018-05-17 07:34:38','1526542482:$P$BRAPIMpuCNXXCNqc9OZrZ/Zjr8huYC1',0,'lauralucey1970'),(4208,'russ1973','$P$B9L7buWlTrzFWCLPO4pwoHPciXLPvE0','russ1973','russ@fesco-tenn.com','','2018-05-17 09:42:45','1526550168:$P$Bb3HUjZJoA1QccjuuTwMF1qj5BrroI1',0,'russ1973'),(4209,'sazr991969','$P$BcomA0gcXiIbHJA0P0IgdWMUkHJ9Ix1','sazr991969','sazr99@yahoo.com','','2018-05-17 13:14:54','1526562900:$P$BdDJYPUTYgSoWdQ9t5NTk3DEKIWEqi.',0,'sazr991969'),(4210,'kpdgrl961986','$P$BjRnVeNq/1Qh6cyjeoFjgcsXTs6MmL0','kpdgrl961986','kpdgrl96@yahoo.com','','2018-05-17 16:48:31','1526575716:$P$BX4SY8LKyph2KfMMWV1e7/Uhyc/Fqx.',0,'kpdgrl961986'),(4211,'elainehanne1976','$P$BprGKGsS16VYw2xGE4We2BIAGYIUHw.','elainehanne1976','elainehanne@yahoo.com','','2018-05-17 18:41:29','1526582492:$P$BB6BZCPLY6OsTgg.xsMUgON0kPYwkg1',0,'elainehanne1976'),(4212,'larhonda91992','$P$BcCGwRNKMP67NV8kZOCL0aq4WZWZj.0','larhonda91992','larhonda9@yahoo.com','','2018-05-17 20:07:33','1526587656:$P$BH6wTBrKZvPEx0UYkfifo6OP6UAbYK0',0,'larhonda91992'),(4213,'paigeannryan1978','$P$BE2GnJDyH020J4m1z4oRlRFL20pxUa0','paigeannryan1978','paigeannryan@yahoo.com','','2018-05-17 20:36:10','1526589373:$P$B6x9csmMRCZ3DlUYFzwOTVL.6Tua5z0',0,'paigeannryan1978'),(4214,'goldnfree1996','$P$B5lpTUnF505N46RrnOcaSj8LYi5Erb/','goldnfree1996','goldnfree@yahoo.com','','2018-05-18 04:49:11','1526618954:$P$B.IPzqbjqmAGCIQ4aUSVPNN/dxvnw10',0,'goldnfree1996'),(4215,'grossman_brad11981','$P$BanjgJsYH3eHcSKGuGRjENkzMPjVpr1','grossman_brad11981','grossman_brad1@yahoo.com','','2018-05-18 06:59:55','1526626798:$P$BQvHYd98yUZBsRXI8GgPsy2sf99Q7g1',0,'grossman_brad11981'),(4216,'joljol1954','$P$Br7XlVVlhly2/YH839/dkPMZhYbrsa1','joljol1954','joljol@gmx.de','','2018-05-18 11:19:41','1526642384:$P$BjZxqLigsnCOHWF/zjRzIP2qQHTQbz0',0,'joljol1954'),(4217,'automaten-heil2002','$P$B91ctUGqygkRzdQTTVzf7MGHj6mYAx1','automaten-heil2002','automaten-heil@web.de','','2018-05-18 11:25:39','1526642741:$P$BRMXF/gauUZthfAR9lVt9QzzN147UQ/',0,'automaten-heil2002'),(4218,'ric.davis1973','$P$Bytt/f10lkudlD7MNlEHYZflhXaBs31','ric-davis1973','ric.davis@us.huhtamaki.com','','2018-05-18 21:07:09','1526677632:$P$BXXYn7KFqMvSYUGtCkxO6r16XnI7Zy1',0,'ric.davis1973'),(4219,'couzin_nick1974','$P$B4VU8b3sOJXw/sxJtbv8bD8vhyGweH0','couzin_nick1974','couzin_nick@yahoo.com','','2018-05-18 21:31:56','1526679119:$P$BhwYD9v24.KvtIgMztmXJnSlH7Ns9P1',0,'couzin_nick1974'),(4220,'rmgbres2000','$P$B15ANSs66/2WK14DjsNk9O0JCctDiB0','rmgbres2000','rmgbres@yahoo.com','','2018-05-19 16:09:22','1526746166:$P$BY/Or/DLArAMOoenLyCugdsIY8SXQw1',0,'rmgbres2000'),(4221,'starchildlucas1956','$P$BnOHtawGDAPW3b2nMSH3muwOcPqoHe1','starchildlucas1956','starchildlucas@yahoo.com','','2018-05-19 19:48:09','1526759292:$P$B2CkEgb0oSP/3Ilpejn7JTcpScexGg0',0,'starchildlucas1956'),(4222,'timothy.curtin2001','$P$BWd0/FCBn07eFnXrRja0vOy1Hy8hsu0','timothy-curtin2001','timothy.curtin@att.net','','2018-05-19 22:27:15','1526768838:$P$BWabSVHmqQypsCdNb//Gm24DiJLpEn1',0,'timothy.curtin2001'),(4223,'alhuenink1953','$P$BzC56HF8kAihIAxlbwyiPr64MTr5An.','alhuenink1953','alhuenink@yahoo.com','','2018-05-19 22:48:13','1526770095:$P$B4TzMracQGB5BsCgG6r1UFgeTidlpY0',0,'alhuenink1953'),(4224,'bdardeneaux1975','$P$Blby/gTNdRpw0JngZ4GrkRn7RdwlEB.','bdardeneaux1975','bdardeneaux@yahoo.com','','2018-05-20 02:19:54','1526782797:$P$BitewRNqlU4HEynGCRLAQQIk2Zn35D.',0,'bdardeneaux1975'),(4225,'haru91981','$P$BsptMLj7cF4vAbYaMI55nvzm54BmeM.','haru91981','haru9@btinternet.com','','2018-05-20 02:52:02','1526784725:$P$Br6Ro.QEaDGNCUActRUaMoGcCz6DUS/',0,'haru91981'),(4226,'colknight1972','$P$Ba5/dzc/l1ntdahtillHBzht.0F4Xn1','colknight1972','colknight@btinternet.com','','2018-05-20 03:52:12','1526788335:$P$BfgpfQUq1WlK4vSzT7pmhTk7CH7O.80',0,'colknight1972'),(4227,'rcolvin1977','$P$BW2/2.bQy9zQMln7553Y.V/587jE6H1','rcolvin1977','rcolvin@cnbsnet.com','','2018-05-20 14:06:18','1526825182:$P$BC8k9lNv/yyV4sH1DNxqA.b6w/w7fq0',0,'rcolvin1977'),(4228,'dannyde791957','$P$B8p6FWoK7mguWoEGdQrU9/TR1R01V/.','dannyde791957','dannyde79@yahoo.com','','2018-05-20 18:15:31','1526840135:$P$BWsCaTKM9jiFtIhT8PapdKK56otqHG0',0,'dannyde791957'),(4229,'eliaskidd2009','$P$BjlJFE.8XYzfZVCI06i1HGXV01shd21','eliaskidd2009','eliaskidd@yahoo.com','','2018-05-20 18:49:51','1526842195:$P$BXXcoq90bdPbgbBGX5n9bKeQ1oIkY10',0,'eliaskidd2009'),(4230,'hawkmom1993','$P$BhHiaElVkXsg9k.KCuJKYzSl6pn6mD1','hawkmom1993','hawkmom@comcast.net','','2018-05-21 01:32:10','1526866333:$P$Bxki7k3uqXRf79tBCGS1Cd.muJIwuD/',0,'hawkmom1993'),(4231,'midiam_18_20011966','$P$B3EJxTc8hv7CRmLWV28qRTjIDr7LQs/','midiam_18_20011966','midiam_18_2001@yahoo.com','','2018-05-21 02:51:43','1526871107:$P$Bi6pQhZMxNeXeZMUEDzmpnN2aTeLhl/',0,'midiam_18_20011966'),(4232,'danie2008','$P$BL3tI1D.qW8NZtIprZ3AedJszcDj/P0','danie2008','danie@resolutiongraphics.com','','2018-05-21 12:38:58','1526906341:$P$BEl5kb29kAqjdSGPTj3rgtpQFe19Lr0',0,'danie2008'),(4233,'samuel1983','$P$BK/zjXEIAoj0vQoA9P541uQ6irqAJc0','samuel1983','samuel@bizlegalservices.com','','2018-05-21 14:53:52','1526914435:$P$B4AByNoQTTC/8Y3aZ49kHCxAzF711z1',0,'samuel1983'),(4234,'goodmoms2005','$P$ByyFC4Yjz20h8zb/PvM9Uha51clhOV1','goodmoms2005','goodmoms@yahoo.com','','2018-05-21 16:08:29','1526918912:$P$BFMFvE4l1V7Nb7CAiVs/XumNYZ3Lyx/',0,'goodmoms2005'),(4235,'godivas851999','$P$BG3ZuZVOqg2G2AoEnSLJZhHeT3jr9S/','godivas851999','godivas85@yahoo.com','','2018-05-21 18:23:56','1526927039:$P$BUe.TdHyXxUyljjMudZJkgx8JwZGIE0',0,'godivas851999'),(4236,'smccluskey1991','$P$BmrA/56JYTniZrC.WF0ctr0Uec0aSf0','smccluskey1991','smccluskey@fitzgeraldpeterbilt.com','','2018-05-21 18:49:18','1526928561:$P$B368cF1mWkZ7zQMjIY9MaPeLBC0COX.',0,'smccluskey1991'),(4237,'ibcps011998','$P$BpRYPqQ5AD6pRNs1/AbltPI/rSgxBI0','ibcps011998','ibcps01@gmail.com','','2018-05-21 19:04:03','1526929446:$P$BwvfhTnGjsRLRkgbSKJ6DIWu7SfhAw1',0,'ibcps011998'),(4238,'sethross19811984','$P$BXsALzvvuemmogMvG.NAh0rSEqp5pI1','sethross19811984','sethross1981@gmail.com','','2018-05-21 19:09:00','1526929743:$P$B2IKYiJlmpjDGwl/CgmVoXcyiM8xar.',0,'sethross19811984'),(4239,'sarita2006','$P$BNcWWV4AgIqMRnxOm3myYgPtLzoayH1','sarita2006','sarita@amiair.com','','2018-05-21 19:16:09','1526930172:$P$BMjXGlFYMI.dZdBu3uqIlpNGEZjWdr/',0,'sarita2006'),(4240,'chuckdgriffin1962','$P$BzClZj/MpVh/bUCFDwcdkuT3ZZZqQb/','chuckdgriffin1962','chuckdgriffin@yahoo.com','','2018-05-21 20:58:42','1526936325:$P$BQ0bMZybCXoaZZD4fdu1eLMAzP9B4z0',0,'chuckdgriffin1962'),(4241,'joshvroegop1967','$P$BX4xbK.qFn0AdHo7L6AOCBQ/Jbw0eI0','joshvroegop1967','joshvroegop@gmail.com','','2018-05-21 21:30:13','1526938216:$P$BIfjAELYwk7aimJ7Mwq.vBLkIdHrG2/',0,'joshvroegop1967'),(4242,'catering1976','$P$B4xlaW/ycs5j0cCuype4N0GOKyJfmA/','catering1976','catering@centennialclub.org','','2018-05-21 23:02:16','1526943739:$P$B8d5.WV5UVIykJuLzEV.Rx9umBKVep0',0,'catering1976'),(4243,'jerry1990','$P$BXxCBbJYSia8f6/Rpqz7TpOQFA4aVo/','jerry1990','jerry@jrminc.com','','2018-05-22 00:15:09','1526948112:$P$Bsb1geprs23gZI4NVqa0OmjIjetMTv.',0,'jerry1990'),(4244,'captdavey221975','$P$B6VguF51mZT98Y2D7NzHzHnDDuy8E31','captdavey221975','captdavey22@yahoo.com','','2018-05-22 00:25:06','1526948709:$P$B5X6Np0mfa/gJRE/y07vQ7ugSKL8vq1',0,'captdavey221975'),(4245,'iamiwill20171957','$P$BXcjtBPdnkCLMh2DqxAx9Lojh4aUtU/','iamiwill20171957','iamiwill2017@gmail.com','','2018-05-22 01:12:07','1526951530:$P$BthqaAmA1kFgjly3PXtfJ28R.a13Fr/',0,'iamiwill20171957'),(4246,'ningliu2002','$P$BanDffF0jN15wNoasP6PpEIqB3Ddro/','ningliu2002','ningliu@umich.edu','','2018-05-22 02:33:08','1526956391:$P$BvnSXQs4c9MI.CUvqG0oicb6hMODRl/',0,'ningliu2002'),(4247,'mymsantos1994','$P$BUXQtqeFFmxtxXhXv/eVORDR3PwSF//','mymsantos1994','mymsantos@yahoo.com','','2018-05-22 03:07:48','1526958471:$P$BRhlgNT.M614yjFmVX.EbNegg4o652.',0,'mymsantos1994'),(4248,'gkarl1977','$P$Bi4xsQL1tjesJRbc19KOG2xpk83ZkZ0','gkarl1977','gkarl@trineaero.com','','2018-05-22 04:00:24','1526961627:$P$BSuVlARc/L/GXkXdV5m170UfZ/8UVq/',0,'gkarl1977'),(4249,'kllyslk1993','$P$BCYpfLQqAMzPdO/S7ZYr9FvabGIWct.','kllyslk1993','kllyslk@yahoo.com','','2018-05-22 04:17:47','1526962670:$P$BpFlaR4ZGg3mIk/WTLMTTFD8tHuZzG1',0,'kllyslk1993'),(4250,'matt91762009','$P$B6zcztOyhqzSdv2.ND0NkBrDY2GHQC1','matt91762009','matt9176@yahoo.com','','2018-05-22 04:53:02','1526964784:$P$BLLSkWbLKj/Ytj8Qffcj.5pgh1FGhe0',0,'matt91762009'),(4251,'cindy.hollenstein2003','$P$B08weWLK8fbCzwv1pYfV7R3JX62eZb1','cindy-hollenstein2003','cindy.hollenstein@gmail.com','','2018-05-22 04:58:23','1526965106:$P$BN3/082FotgoJPgRSEO7/TeaT6gjd90',0,'cindy.hollenstein2003'),(4252,'mrheith1951','$P$BdcsfQ.9YCLuAPrAxg1j3igwnlX0Ro/','mrheith1951','mrheith@yahoo.com','','2018-05-22 05:05:39','1526965542:$P$B/qKXJ44GOREolX2Z10dt0IgJpvLs40',0,'mrheith1951'),(4253,'munjason1980','$P$B0A34ZCCUSBnaVFsSdJjli7s.1L1XX0','munjason1980','munjason@gmail.com','','2018-05-22 05:35:19','1526967322:$P$BIzvGamT1JceoyGIxJWjURi8wswiG61',0,'munjason1980'),(4254,'necee101996','$P$BaaNb4yoCGXodjlXdwc0G8VOsmpfy30','necee101996','necee10@yahoo.com','','2018-05-22 05:40:05','1526967608:$P$B4RDpSkeG3egmX4D523NP2OQSGxau5/',0,'necee101996'),(4255,'stollie731955','$P$BBC3qMRtdKMzZCT/UOo4FkntISKiN6/','stollie731955','stollie73@gmail.com','','2018-05-22 06:57:05','1526972228:$P$BwI9s7OAx/6dV6KIWVnmAiMtrlaDSS/',0,'stollie731955'),(4256,'rmendoza1952','$P$BnqaWJNn.a2dlkk1h/Op2np7QW/7s6/','rmendoza1952','rmendoza@northshorehealth.org','','2018-05-22 08:04:28','1526976271:$P$BcXOkG6/ApucyTy7YPNjBGaA0DMyDT/',0,'rmendoza1952'),(4257,'yvonnestoltz781962','$P$B69nK/MYFYppfsF8q3Hhmgd0JB0JjZ.','yvonnestoltz781962','yvonnestoltz78@gmx.de','','2018-05-22 09:23:20','1526981002:$P$B5JNALhqdEiPmlEwfhOV5u2iW1yZan1',0,'yvonnestoltz781962'),(4258,'kippjon1950','$P$BbKKkni2w2KerqlUm5JQHWPc/rH.h0/','kippjon1950','kippjon@gmail.com','','2018-05-22 10:32:53','1526985176:$P$B7YCroMrrnUzcQQr0PWASqDqzYjtRa0',0,'kippjon1950'),(4259,'clint_1_2_31982','$P$BZPHLK0EnEuWQhGTKbg.bacjG9bpsE1','clint_1_2_31982','clint_1_2_3@yahoo.com','','2018-05-22 10:37:51','1526985474:$P$BMvsp0RgPOHzZhNYvHBNfjXTcw/SXS.',0,'clint_1_2_31982'),(4260,'wallacefamily20112008','$P$BaMxwsY.Qh4o8RmDB228WAoLLkfO7G0','wallacefamily20112008','wallacefamily2011@centurylink.net','','2018-05-22 14:52:37','1527000761:$P$BCkAlZnfmio0a2Ce6Q.BdsLVq8ry5B0',0,'wallacefamily20112008'),(4261,'mpinedojr1958','$P$BRB0hqMWSWi5iPN5a4PyvAucFxW7X11','mpinedojr1958','mpinedojr@gmail.com','','2018-05-22 15:03:29','1527001412:$P$BxVrb.gX6BCXzH6r6wd7UBJxak1X6S1',0,'mpinedojr1958'),(4262,'snaglich1976','$P$B3y4fAYDiYFGdho4hIZLTeMFPM77CV.','snaglich1976','snaglich@englishdistrict.org','','2018-05-22 15:08:39','1527001722:$P$Bhxug3eA8dJnugSRNn8E/9FYioWA.R0',0,'snaglich1976'),(4263,'pds1969','$P$BX/hHj5uInvP8/f06IphkAiLVwEn0.0','pds1969','pds@lugs.com','','2018-05-22 15:50:41','1527004244:$P$B4qYe49Fmb0X1D6aisN8b9iQE1zm14/',0,'pds1969'),(4264,'baronwashington1011975','$P$BWrETCpjC9N4VEfAN3I4kB1KiLxBzI/','baronwashington1011975','baronwashington101@gmail.com','','2018-05-22 16:48:55','1527007738:$P$BMufI24ACSSTCKbUxEHtSA4o3srpHg.',0,'baronwashington1011975'),(4265,'cynthia.le2002','$P$BV2Wdujai8FOiVSAyyM1ztsqTEo3r0/','cynthia-le2002','cynthia.le@expolink-us.com','','2018-05-22 16:49:08','1527007751:$P$BmY6CGZwdqHK2PzMlL8MjE3kFalYGT.',0,'cynthia.le2002'),(4266,'jaynehigh221984','$P$BJ8w9STKFWNVlws0gb0S4LAxZv6zSC0','jaynehigh221984','jaynehigh22@gmail.com','','2018-05-22 17:47:55','1527011278:$P$B39ZqiOwaDnt1e9AW2ZxPkrLsPzWdc0',0,'jaynehigh221984'),(4267,'martaberzoza1986','$P$BhXya3gYssIFqaXSt5O213AeeYrIEO/','martaberzoza1986','martaberzoza@yahoo.com','','2018-05-22 18:27:17','1527013640:$P$BDSENoftrSCcvHkMEBvh37lugSGayr.',0,'martaberzoza1986'),(4268,'julie.clark201988','$P$BuiMqj6LTXhsUk4MDXyFSA9tLpuIRz/','julie-clark201988','julie.clark20@yahoo.com','','2018-05-22 21:43:27','1527025409:$P$BUOR/Pf5voQQxmU/oyOpadWWyfBZyH.',0,'julie.clark201988'),(4269,'daduah1983','$P$Bs8rt/XMhse6LIx7T.jdJf9Hf5uS29/','daduah1983','daduah@yahoo.com','','2018-05-22 22:14:25','1527027268:$P$BTf1q13.3CgLxKy5H7.wvtdekOv2t5/',0,'daduah1983'),(4270,'dgonzalez62141969','$P$B97Xo5yPQupDyKkiq1W6hYlubtJY3O0','dgonzalez62141969','dgonzalez6214@gmail.com','','2018-05-23 00:25:07','1527035110:$P$BTHL7QGFify/aCRFnUFXcdL87nGR3o/',0,'dgonzalez62141969'),(4271,'jfrazilus2005','$P$BNIu5eXF3Xf7qVezYBpenvA0aGYP4J.','jfrazilus2005','jfrazilus@ucnj.org','','2018-05-23 00:50:57','1527036660:$P$BcAJSB8r0aegonKaE/fEWcrSa.YTBD/',0,'jfrazilus2005'),(4272,'michelle.gumina1974','$P$BhtgWhZGMeVz3JrwzIAcvShTHlIahy/','michelle-gumina1974','michelle.gumina@gmail.com','','2018-05-23 01:08:14','1527037697:$P$Bx1K8RBOuWLJrsJrgfczvXYyRRITDz1',0,'michelle.gumina1974'),(4273,'brenzhibbz1964','$P$B8wEF5q.TYxCPx2J7.dogBBE0JVxQd/','brenzhibbz1964','brenzhibbz@gmail.com','','2018-05-23 06:50:05','1527058210:$P$BWxIJp/wcPJxyYpPBGEo8t4mQu5tCs1',0,'brenzhibbz1964'),(4274,'jennifermetz1993','$P$B3J8kTA08bMu4svD6d704riReLFFhI.','jennifermetz1993','jennifermetz@yahoo.com','','2018-05-23 07:31:20','1527060683:$P$BM9qELNxj8IERqSE7ZwHbV/jYwpMVM/',0,'jennifermetz1993'),(4275,'zackarushing2008','$P$BzpPSbD6yczTk6icxDh9vFaTB3IeZ1.','zackarushing2008','zackarushing@gmail.com','','2018-05-23 08:08:17','1527062900:$P$BkGbvSM3luLm0un2JsWuWAbLOMbJJ10',0,'zackarushing2008'),(4276,'revrendshonuf1957','$P$BLUPR9G5Alk88cw0V33TZux/KFwAO5/','revrendshonuf1957','revrendshonuf@gmail.com','','2018-05-23 14:33:12','1527085996:$P$BwO7.jjY5p6yrZMRwpFR3EeHtLEq4C1',0,'revrendshonuf1957'),(4277,'cmorgan1961','$P$BeM3waR4NWCtDThrTDLEKOvYScMNi81','cmorgan1961','cmorgan@midamericacars.com','','2018-05-23 16:02:55','1527091376:$P$BbQSMrWl2vFl3SRr6Z0XwHqoRbb0QJ1',0,'cmorgan1961'),(4278,'maryjlewis21965','$P$BPIj5br5RB3H/KW2aG0JTWj7qU7amq/','maryjlewis21965','maryjlewis2@yahoo.com','','2018-05-23 16:15:09','1527092112:$P$BgiVjyDHraVMRtguZTn8gVaHKNn26Q.',0,'maryjlewis21965'),(4279,'lwardle1961','$P$BNiCKp/8trmbQbc4yJygu8B3q1aXgz0','lwardle1961','lwardle@gmail.com','','2018-05-23 16:21:16','1527092477:$P$BNEsf2klDhHQPE4q/mP3Nvf69JPOrs.',0,'lwardle1961'),(4280,'myralegros2000','$P$B.WWq18jTmwZ6sPBfoYnfJOdHmE2Yz0','myralegros2000','myralegros@gmail.com','','2018-05-23 18:52:35','1527101557:$P$Bfi6wR2qgdLi46lbE0ROWfAelvGLam/',0,'myralegros2000'),(4281,'rybakthomas1983','$P$Bm.ZOniQRVxR5dkdbjB7Ewvv5HOAnW.','rybakthomas1983','rybakthomas@telus.net','','2018-05-23 20:45:08','1527108310:$P$BWEIsxFvqTwigpfWwMUlstvtIDkpuu.',0,'rybakthomas1983'),(4282,'rturch2002','$P$B1DQV4e6wlBtBtPCOTt8V6Np3bnCDI0','rturch2002','rturch@gmail.com','','2018-05-23 21:13:54','1527110037:$P$Bq4P3OBTJqu6PQklhE7XfMi4QQVb/s/',0,'rturch2002'),(4283,'abeach861979','$P$BiLmi2HKDkNGHz4SyuB59w7.wtqq8y0','abeach861979','abeach86@gmail.com','','2018-05-23 21:15:04','1527110106:$P$BSbDvBdTdtNClKXnH9/9NJQLTTAnbZ0',0,'abeach861979'),(4284,'ebear1970','$P$BY.PodYWz0sBQA/3lBbh8bwaGd3RDT0','ebear1970','ebear@skytrekaviation.com','','2018-05-23 21:19:13','1527110355:$P$BgV7ZsdJw3wamyHmEsBwttl.J8.Wt5/',0,'ebear1970'),(4285,'mfmacrae1953','$P$B0aLW8pdIFQP6FJi6cjGNAyOYumgK00','mfmacrae1953','mfmacrae@gmail.com','','2018-05-23 21:59:59','1527112801:$P$BXWSF03WmGt2R9rrSo36O1yVVMtHdd.',0,'mfmacrae1953'),(4286,'chris.m.uldriks1972','$P$BeUydsblHAuxjRSjR.HWD3wzOApYLs/','chris-m-uldriks1972','chris.m.uldriks@gmail.com','','2018-05-23 22:20:33','1527114035:$P$BSnwXhuVqD.cdeLRu32Ql2poGIUCe5/',0,'chris.m.uldriks1972'),(4287,'sjones241953','$P$BBpYr/0KPu9J4/BT3ErWZiXxluRIW./','sjones241953','sjones24@att.net','','2018-05-23 23:19:26','1527117568:$P$BUoguAGn8oPgdWr4kj65Q.S7T4xiSO/',0,'sjones241953'),(4288,'nicholas.santarelli2002','$P$BxfDrhh9wK7d.bL.l81WEXWHSxvfRw.','nicholas-santarelli2002','nicholas.santarelli@gmail.com','','2018-05-23 23:47:38','1527119260:$P$BbNg128MqJ4ovRtfbWhTnS7OIfugnG1',0,'nicholas.santarelli2002'),(4289,'tlheafner1976','$P$BF31t7OfhpL9Xxmzz09Dr10z/a6Wjf1','tlheafner1976','tlheafner@gmail.com','','2018-05-24 00:14:11','1527120853:$P$BFuTdcTPhsI6cbrZs0OAjDaerNlpF.0',0,'tlheafner1976'),(4290,'mcquillan_carol1989','$P$B6h06bdkdT.lr1ElasXta/OGMD6rSk/','mcquillan_carol1989','mcquillan_carol@yahoo.com','','2018-05-24 00:21:35','1527121296:$P$B8Ig.qMsNWS8WUyFZdfljknTWG7g0b/',0,'mcquillan_carol1989'),(4291,'silviaet1994','$P$BiU33ExmWdv1qNV21Fc1WpMuNzNErn0','silviaet1994','silviaet@fibertel.com.ar','','2018-05-24 00:30:46','1527121847:$P$BWLGjKqCdgSKNLLyp5Bxzf7XKpAD0q.',0,'silviaet1994'),(4292,'scott1967','$P$B4MGaYqyA0ZoVZ0UogbMlr/gS.dVp8/','scott1967','scott@liveoak.com','','2018-05-24 03:17:56','1527131878:$P$Bnr/4ykcC5ZSDLF9S4pqPo5Ut3523a/',0,'scott1967'),(4293,'gedthomson1992','$P$Bc24GuFtjCpfnb8coP7TIOVI9gQJt60','gedthomson1992','gedthomson@yahoo.co.uk','','2018-05-24 06:30:46','1527143448:$P$BWmU24hIRy3fIujAO80xP1tymnLMAK/',0,'gedthomson1992'),(4294,'cedargeorgevich1962','$P$B.w.bhwv/LTjIh/V8CSrSQrYpFAf6e/','cedargeorgevich1962','cedargeorgevich@gmail.com','','2018-05-24 10:06:22','1527156383:$P$BNyDDfCw3jnSRPKTzC7od0evRQZ/IF1',0,'cedargeorgevich1962'),(4295,'bncs111981','$P$B.3.BfuVFbtvQW2wUe3eaBRTd1H1v11','bncs111981','bncs11@gmail.com','','2018-05-24 11:53:36','1527162817:$P$BR8fRU8rLBEAhcnMwIIsb2yhqgGxAF1',0,'bncs111981'),(4296,'gickerlkarl1957','$P$BA4yHghj/UGyALth2l3/F7dfw6LbkC1','gickerlkarl1957','gickerlkarl@gmail.com','','2018-05-24 12:51:12','1527166274:$P$BChImtT4UusJUBLT2xms7tKZP.c/ii1',0,'gickerlkarl1957'),(4297,'dluscre1961','$P$BBvpefqVvNhw2TtCy9f7MrPGOq770A0','dluscre1961','dluscre@gmail.com','','2018-05-24 14:30:16','1527172217:$P$BDb94zz6E.5gV7iLOfbDPi36oFq72T/',0,'dluscre1961'),(4298,'rbabuin1988','$P$BCpkBaLV.HsxdnkRBvlpblrQMBSACP.','rbabuin1988','rbabuin@shaw.ca','','2018-05-24 16:15:57','1527178558:$P$Bq2LVWcoQnnp3pS3s./tkqSwXjGoY6.',0,'rbabuin1988'),(4299,'jmmcmullin1962','$P$BbiTowjdEEUxlPPfI46KZ7nrKFGKCZ1','jmmcmullin1962','jmmcmullin@shaw.ca','','2018-05-24 19:07:54','1527188875:$P$BO7QsLfa6orqwxJTvtVoNT.UjFTcXk.',0,'jmmcmullin1962'),(4300,'choimin441973','$P$BW1KnhURhX5nFLWqiJoOX3zIOD9zvh0','choimin441973','choimin44@gmail.com','','2018-05-24 20:54:40','1527195282:$P$B6jeDKsUan9ERq6DnOkwLOk26ezyGm1',0,'choimin441973'),(4301,'ejdmeyer11955','$P$BSiY8CyTMgQr5.ypCKsTU5Bw46eFTj.','ejdmeyer11955','ejdmeyer1@comcast.net','','2018-05-24 22:24:35','1527200677:$P$BLwlR7xwO.796RdsF3XV17xgyt4icF.',0,'ejdmeyer11955'),(4302,'gdimitro851988','$P$BD/OrrTMkiqq3y52/XbphQBAXVrrKr.','gdimitro851988','gdimitro85@gmail.com','','2018-05-25 00:27:16','1527208037:$P$BQGbQtVdCMpExsXzTMxAzwMZPO2c9y1',0,'gdimitro851988'),(4303,'martinezcinthia911981','$P$BNz/5vPCbZmCw.IH9j9GKcCGQYrWkE0','martinezcinthia911981','martinezcinthia91@yahoo.com','','2018-05-25 11:06:26','1527246388:$P$BPp9vJxFu3acSi6ZWnO7BvkvsXub2w/',0,'martinezcinthia911981'),(4304,'kelsey.fahey1993','$P$Bw5nMxYrwdnZqz6TlUflUSBygQUHFf1','kelsey-fahey1993','kelsey.fahey@gmail.com','','2018-05-25 12:50:04','1527252606:$P$BDQOqe1a8Ze89t71Qh61nspNrN7ArN0',0,'kelsey.fahey1993'),(4305,'sandrathompson4541996','$P$BfBRZrG.kcLUtKTFgklh60pVkVSeGR.','sandrathompson4541996','sandrathompson454@gmail.com','','2018-05-25 12:59:05','1527253147:$P$BE9MXbm92kFcdZvVG/7AXAT3R7TI/I.',0,'sandrathompson4541996'),(4306,'stefmeesh1985','$P$BUTG2bGM.FTrCYq1yvt5Jnj2xNzo4w1','stefmeesh1985','stefmeesh@yahoo.com','','2018-05-25 13:28:21','1527254903:$P$BLUOEsdR6AVL8N2MjbCG3AyT1PnMCi0',0,'stefmeesh1985'),(4307,'aholey1981','$P$BsHgsZfAmc9V4PkW97cOv62dBsNIxN0','aholey1981','aholey@gmail.com','','2018-05-25 13:32:16','1527255138:$P$B.IbJPHTjD4v4UIF0RCQMMyUl4hJXO.',0,'aholey1981'),(4308,'thebest.allinone1982','$P$B0nENbKL7dL1CBt2eBaJPzYAXMS..g.','thebest-allinone1982','thebest.allinone@yahoo.com','','2018-05-25 13:50:10','1527256211:$P$BofQQXL3W8Q4NhWKKjpDuCfhCHzQpm/',0,'thebest.allinone1982'),(4309,'byron.stefiuk1951','$P$BjYNQhnJDeNXChP2MTgRToBcnXiMIb.','byron-stefiuk1951','byron.stefiuk@gmail.com','','2018-05-25 13:52:29','1527256351:$P$BBR8Ea6T8ydT9CCpSNPbCDFU/4cxwk/',0,'byron.stefiuk1951'),(4310,'brenda-501957','$P$BPGLFF3RrEInDIfBd1EKd7bSrRzOx/1','brenda-501957','brenda-50@cox.net','','2018-05-25 16:19:20','1527265164:$P$BW6JPTOoFg45ynvTY27GMP4KCsZfxs1',0,'brenda-501957'),(4311,'barbaravegas781985','$P$BRUf.Vmyh5BZC3BHCa7Rok6/ArCOg20','barbaravegas781985','barbaravegas78@gmail.com','','2018-05-25 16:54:23','1527267267:$P$BtB3Ip5GD/iCvkIaiooaU3UvTqgxeU/',0,'barbaravegas781985'),(4312,'rgroth11999','$P$B7NJR.xETtg15ebVDqf95V7l.fsEpM/','rgroth11999','rgroth1@gmail.com','','2018-05-25 17:32:26','1527269548:$P$BgMYFg3J2XxrxaCdZqDwxuvFLtWwhT1',0,'rgroth11999'),(4313,'ccgolfshop1965','$P$BwP6f50LPpDNVKmgaKRXyLK20bxJCy0','ccgolfshop1965','ccgolfshop@yahoo.com','','2018-05-25 19:35:28','1527276930:$P$BzEhDnoKI5xRFbQC710BKU0xgFG6l80',0,'ccgolfshop1965'),(4314,'craig2001','$P$BGUGZeuNRK6T8X8FFFK0iqqcbzRWss/','craig2001','craig@aronscpa.com','','2018-05-25 20:37:05','1527280627:$P$BHoGkz.sxEck.Y8lxJPvzsMcNlox7H1',0,'craig2001'),(4315,'theresa1950','$P$B6BgnJ68B8I3DnMQqx7ezxpR5P81Sb.','theresa1950','theresa@valuewindowsanddoors.ca','','2018-05-25 20:45:59','1527281161:$P$B7jGITqnavmIW9tnaWp0R8m5QYvrRt1',0,'theresa1950'),(4316,'jonathan.stovall2006','$P$BZD2KLvb1DzT/Zh7YZcYxzEdjbPiJi0','jonathan-stovall2006','jonathan.stovall@gmail.com','','2018-05-26 01:20:12','1527297615:$P$BaE.ehg.SS7JvAhfT0NlSnEKYEO5jN0',0,'jonathan.stovall2006'),(4317,'tina1993','$P$Bus.eHHrIl7L1q4ZutQhAQAGeqWprZ.','tina1993','tina@imprintablesolutions.com','','2018-05-26 01:30:37','1527298239:$P$BC9mBJHq00JhbUwj5kUsPFvhwb5AnA0',0,'tina1993'),(4318,'niaschandler2009','$P$BGdQivTogrxmtQOqLmvGALQdWk3BJH.','niaschandler2009','niaschandler@gmail.com','','2018-05-26 11:46:51','1527335213:$P$B74Hn3IdSb2nup4HoxQv3lTshVW5A50',0,'niaschandler2009'),(4319,'psangha31956','$P$B9oe2IwPb/jEm4ZBoXl6N/ktBbA06c1','psangha31956','psangha3@gmail.com','','2018-05-26 19:08:22','1527361705:$P$BLEozaoXvHNVB3GP8HVZjX/yPG8D.Z0',0,'psangha31956'),(4320,'arod021974','$P$BYw9FAJvxw5Y2fN6xbb6xPGRoKLuMh/','arod021974','arod02@yahoo.com','','2018-05-26 19:47:24','1527364045:$P$B6kdBH.TYQK8gKS1EKa.R0ArcnbmWp1',0,'arod021974'),(4321,'morgancarrolls1999','$P$BtvVKlaKXKMPB8O0Q3g4gb6II4pJU.1','morgancarrolls1999','morgancarrolls@yahoo.com','','2018-05-27 11:21:48','1527420110:$P$B0UPCR9GWsrQPQkc24.4ad/l4u9etq0',0,'morgancarrolls1999'),(4322,'annabella000091958','$P$B2penSlyXhHhxS6OLLQQK5B6uSiq30/','annabella000091958','annabella00009@gmail.com','','2018-05-27 14:39:17','1527431959:$P$BTQdWDWzchXt/dMx1drbgX.OgyF3/c/',0,'annabella000091958'),(4323,'heo0142009','$P$BwIylVfz4jWUD4MbUMylt65eW24F7k/','heo0142009','heo014@gmail.com','','2018-05-27 18:14:14','1527444856:$P$BsbsipNk8qquBHltektzAiGfMu.y5w.',0,'heo0142009'),(4324,'alex2009','$P$B2AKRfmEvbSKAULOPrkbUVcdBSGk.s0','alex2009','alex@chilternoakfurniture.co.uk','','2018-05-27 21:13:50','1527455632:$P$BqfsQ3HF/6Ns9d7.K07logoz7nQhih0',0,'alex2009'),(4325,'jennifer.rostek2005','$P$BKBUFERW8OgEgIcaY/sHfcj7tbmMaJ1','jennifer-rostek2005','jennifer.rostek@yahoo.com','','2018-05-28 02:51:58','1527475919:$P$BoZgMeSoqYaBXVA5P4S3odhknoEHyH/',0,'jennifer.rostek2005'),(4326,'jzzuber1959','$P$BjuFFnOV29JtzE5nZxtGo8jQZMA81e0','jzzuber1959','jzzuber@gmail.com','','2018-05-28 12:07:14','1527509236:$P$BqXPsyWsAB7jgMkDt6l5/kkLdAk7vJ1',0,'jzzuber1959'),(4327,'vcarter19991956','$P$BeyHaCeGvgGgC.43L2abcNRgkF1bFJ/','vcarter19991956','vcarter1999@yahoo.com','','2018-05-28 12:44:27','1527511469:$P$BFnfSf8ZYuz5Ht8D6cEZTgw3jgvopu0',0,'vcarter19991956'),(4328,'pufihead1999','$P$B2L7QPECWqVVJog0BS1TP.Qje5OXtm/','pufihead1999','pufihead@yahoo.com','','2018-05-28 13:49:58','1527515400:$P$BjYT.I60sGfy4Eog1p96W.n9kJwfwD0',0,'pufihead1999'),(4329,'crweinkauf1963','$P$Bulw/4d6W8VV9O.IzsdzWSzVJp71hS.','crweinkauf1963','crweinkauf@gmail.com','','2018-05-28 16:55:55','1527526557:$P$Brq2sema82HxSZjpBRjyRmfldy6zlQ/',0,'crweinkauf1963'),(4330,'joonhan7771978','$P$BlE/pUWGUMrC.XrXlzyzgQbcnjw12m.','joonhan7771978','joonhan777@gmail.com','','2018-05-28 17:53:36','1527530018:$P$B6xjSqlFgWz6rRHYvjMubFvDqSNiwp/',0,'joonhan7771978'),(4331,'hovuquocan19971985','$P$BXcvrEe0AJ7F7Iofnx3NKMKpVVwAHE1','hovuquocan19971985','hovuquocan1997@gmail.com','','2018-05-28 19:39:23','1527536365:$P$B1QweWVs2RxRP5Wf1lOt2PBqSOmGpv.',0,'hovuquocan19971985'),(4332,'pjemur1979','$P$BApvSr.ENmL1Y8RXhKnKKJUfOEj2l./','pjemur1979','pjemur@yahoo.com','','2018-05-28 19:57:31','1527537453:$P$BGXOAGrQ5v8I/tIjQ04Yj5mUaXkSiS0',0,'pjemur1979'),(4333,'aliciachampiontaylor1950','$P$BqKRzLMIiQpHYtyJK9GjbRM14dfLUA.','aliciachampiontaylor1950','aliciachampiontaylor@gmail.com','','2018-05-28 21:32:44','1527543166:$P$B3KQHNDX7T/y74p0zNb7R9q0tnUgFE0',0,'aliciachampiontaylor1950'),(4334,'mecotleur1990','$P$BdpCCncZDxC4RoROQDbMXkpr0y0aj0/','mecotleur1990','mecotleur@gmail.com','','2018-05-28 21:36:40','1527543402:$P$B3q03V.RC5X/N4AsNY6O7lVJ5AGz1H.',0,'mecotleur1990'),(4335,'gjlemere1989','$P$B3iUb2xw8cEOPfvyEVJLR9KOi1AtkQ.','gjlemere1989','gjlemere@gmail.com','','2018-05-28 21:40:42','1527543643:$P$BseNrYXcPzwa9bZuYYM9dD/dkYNAdO1',0,'gjlemere1989'),(4336,'fiyyazj1957','$P$Bf7sHF2xNtK.rEQD4LxY92DgJ7jIYa0','fiyyazj1957','fiyyazj@gmail.com','','2018-05-28 21:58:13','1527544695:$P$BELKQs1.OVkh6zi7.fSgreCCp7xQ2S.',0,'fiyyazj1957'),(4337,'christi.papadopoulou1986','$P$B/yJiar6xExtl0.r6V8hlSqSkDnT3g/','christi-papadopoulou1986','christi.papadopoulou@yahoo.com','','2018-05-28 22:45:52','1527547554:$P$BMmwuInMEMOxC84RDaeSyD8UdKFfcl1',0,'christi.papadopoulou1986'),(4338,'saadahashmani1960','$P$B69IMcZj3QZ0Ru1.8dGwb9GRKjHQ25/','saadahashmani1960','saadahashmani@gmail.com','','2018-05-29 00:19:46','1527553188:$P$BLG/NawbigHngnf29S0vgs7yQNDE4G1',0,'saadahashmani1960'),(4339,'andrewshaw041968','$P$B4sZjQhFTGfVUHYulo57vzFlOwGKoS.','andrewshaw041968','andrewshaw04@gmail.com','','2018-05-29 06:04:53','1527573895:$P$BiUhYJLbueay/nGjCSqvSbLG5/B4lZ0',0,'andrewshaw041968'),(4340,'fritts63592001','$P$B98WPANqUsibYbTe/TNdlPR0eDByaU1','fritts63592001','fritts6359@gmail.com','','2018-05-29 17:43:32','1527615814:$P$BqjWThA0l2Q9XRNAR7Gm1.HSkbYbNB/',0,'fritts63592001'),(4341,'vanessarmatthews1977','$P$BDvMloGgfygJAX3pgVKUi91xnnb64B0','vanessarmatthews1977','vanessarmatthews@yahoo.com','','2018-05-29 17:55:40','1527616543:$P$Bsb8ELtmeFdsC0FNFUDcMSt3CpJE8B1',0,'vanessarmatthews1977'),(4342,'edwardericsharples1980','$P$BW3lBnvpuD9kTau8gNTbqZjU2rOjPD1','edwardericsharples1980','edwardericsharples@gmail.com','','2018-05-29 18:45:21','1527619524:$P$BA/0mGzG8PgsShkOPd5cuG3V7jLrp/1',0,'edwardericsharples1980'),(4343,'jlucas1975','$P$BsIn8IWbWXNV0j9emrjsl/AeduYSeF0','jlucas1975','jlucas@garveydmd.com','','2018-05-29 21:02:33','1527627755:$P$Br/a8YnssCJ9mTMPjQQYr4BLxHIzf30',0,'jlucas1975'),(4344,'karen.mahoney1987','$P$BFzBHrYetqtvW.qEQbAXQQyUmgtPDd1','karen-mahoney1987','karen.mahoney@yahoo.com','','2018-05-29 23:09:12','1527635354:$P$Bl5VvrYK/8XpEj7DpUc7NtCxnjrXX80',0,'karen.mahoney1987'),(4345,'gall71987','$P$Bb6KZQHf29uUKMcP8WT10Frxu/4fxC/','gall71987','gall7@sbcglobal.net','','2018-05-30 00:01:06','1527638469:$P$BUjKwUEX5f8kzUd2/e1J3MQuanGML9.',0,'gall71987'),(4346,'hannahupitt1953','$P$BYxSqTPI6zlY/HBHCm602I2KfPSJoz/','hannahupitt1953','hannahupitt@gmail.com','','2018-05-30 00:43:12','1527640994:$P$BCqDdln1mkWKWXGS/62QkTVa0pRXW00',0,'hannahupitt1953'),(4347,'karenlmahoney1972','$P$B2gLq4JUk824UGGxgnCSohBKj.fLQ/1','karenlmahoney1972','karenlmahoney@yahoo.com','','2018-05-30 05:36:58','1527658620:$P$BeS/IV0j186eoTBX6p22vF3yK.pnTW0',0,'karenlmahoney1972'),(4348,'rnrortiz1954','$P$BakZztG7tJnC17giYuQ5NTpN0RqpA80','rnrortiz1954','rnrortiz@gmail.com','','2018-05-30 08:56:33','1527670595:$P$BY1epmmOJtmIy40pMg9F4AW.RzyvxX.',0,'rnrortiz1954'),(4349,'octavaryum1954','$P$Bhjs95G.pLbgNeTsu44V.1njVnwDu11','octavaryum1954','octavaryum@gmail.com','','2018-05-30 10:03:32','1527674614:$P$BMMcqStTp/Im566YPWzQFmmOAtjeDF.',0,'octavaryum1954'),(4350,'joechavz2005','$P$BSJgp.rE5jQJLsNe4tQMd/F7cUpNsP1','joechavz2005','joechavz@yahoo.com','','2018-05-30 14:54:40','1527692082:$P$BrgITRNgzd3.FbAEClrEbhjQ0l.k5G1',0,'joechavz2005'),(4351,'charlenermrz801982','$P$B6XyOwVG2hJlRmU54Cw7zF5JUohCyF1','charlenermrz801982','charlenermrz80@gmail.com','','2018-05-30 15:42:24','1527694946:$P$BDOUmmJoy7YcT5ytoVih77u2LS0Qwr/',0,'charlenermrz801982'),(4352,'meliksuker1957','$P$B5.75Nl9OVOuzZeKqABlLqpf7CO3NN/','meliksuker1957','meliksuker@gmail.com','','2018-05-30 15:49:05','1527695347:$P$BV0Wg7i7SgFwZZKrQulqHTBPHKvV/I.',0,'meliksuker1957'),(4353,'celizfarley1997','$P$BMXxdViTamiCqbkpYBaHdddUtFaTNu0','celizfarley1997','celizfarley@yahoo.com','','2018-05-30 16:49:40','1527698982:$P$Bu99R0nzngGu7Slk/cS834964rovud0',0,'celizfarley1997'),(4354,'daleautoparts1988','$P$BqMQWiq2zlYwxwlTZJ1ZWlxoFXuM3P1','daleautoparts1988','daleautoparts@psci.net','','2018-05-30 22:17:12','1527718634:$P$B7jr/BX94d3eyuFjAF1ZSqzKViBAaQ1',0,'daleautoparts1988'),(4355,'vomberge2007','$P$BbuBMDUEomryI0NOSWw0Xj0LFc.lVF0','vomberge2007','vomberge@ewetel.net','','2018-05-30 23:30:12','1527723014:$P$BSkkKJwcHpK5dwTLYF7ZAWoUBKDovC0',0,'vomberge2007'),(4356,'michael.lawson.nz1964','$P$B18kQOq8OEH2cWkQ5nMPfcvqoql913/','michael-lawson-nz1964','michael.lawson.nz@gmail.com','','2018-05-31 03:45:14','1527738315:$P$Bmz1XpgtgMWlMEww8qg/eNpqCFPser1',0,'michael.lawson.nz1964'),(4357,'donnab91967','$P$BSQXFkg41fZCdviUOQ4UxzkWVpvKwt0','donnab91967','donnab9@comcast.net','','2018-05-31 08:17:22','1527754643:$P$BoKgjf/98XxdEY5QWn29uVpLyMcT2t.',0,'donnab91967'),(4358,'uclatrev322005','$P$Bi8nKTIoGmLX4mqvLQOxkjutFkuX290','uclatrev322005','uclatrev32@gmail.com','','2018-05-31 09:09:59','1527757800:$P$BDor7LVv5IoAwDCPVHce.dQnDMr0/40',0,'uclatrev322005'),(4359,'luisj00041987','$P$BrCQNwUxYV1MsOuQuwJvqJAUlw4c2/0','luisj00041987','luisj0004@yahoo.com','','2018-05-31 16:01:40','1527782502:$P$BjMUcRyml887atTzJsM16PQc2ZwDr20',0,'luisj00041987'),(4360,'rgfaison691998','$P$BuctwKE4FkuIj5D1s3YCKUu6qyBrXk1','rgfaison691998','rgfaison69@gmail.com','','2018-05-31 18:27:26','1527791248:$P$B1bgxUFda9St8uU6A7/MPm84MJHYSW.',0,'rgfaison691998'),(4361,'sdunlea1987','$P$BUqWHy3o86TWpfamZGqOmIshZj38W30','sdunlea1987','sdunlea@billingsolutionsinc.net','','2018-05-31 18:28:19','1527791301:$P$B3pqpKIqieZhfTzMXGEZrNcYQoECYq0',0,'sdunlea1987'),(4362,'joshblasingame1987','$P$BqOeRbXcb1kVuRu5KQxA19crfSXHyk/','joshblasingame1987','joshblasingame@yahoo.com','','2018-05-31 18:34:16','1527791658:$P$BkgotXTKCrkSWhSVmc6zadTt648u6g/',0,'joshblasingame1987'),(4363,'matalonl1991','$P$BKoG.5kDzyObZbBu/OTM9mZJ8AcJcH1','matalonl1991','matalonl@yahoo.com','','2018-05-31 18:50:30','1527792631:$P$BbgMkFMO7cEw2NHFML1XlM7d8LX4KM.',0,'matalonl1991'),(4364,'ttay3d1955','$P$B1/Mu5JRPN4bDncLljg0cMZVT8v26h.','ttay3d1955','ttay3d@yahoo.com','','2018-05-31 19:25:23','1527794724:$P$BTXkvH01HoBFCn1dEWWrggePBKo0k60',0,'ttay3d1955'),(4365,'brittany.smithatl1982','$P$BjqjCScd22CULL69Rdfilbr.LZLH9k1','brittany-smithatl1982','brittany.smithatl@yahoo.com','','2018-05-31 20:52:48','1527799970:$P$B9OvqPegH38RVQh3f7yrcczb5aPcLF0',0,'brittany.smithatl1982'),(4366,'dgwalker1990','$P$B.r6bdLJ6Q3XDOpQ9ULbnwBgfMsjfi1','dgwalker1990','dgwalker@carolina.rr.com','','2018-05-31 21:18:44','1527801527:$P$BvG8ztxkKNuIjkVWuVmvd9A2./6iAM/',0,'dgwalker1990'),(4367,'cynthiagarcia412961993','$P$B/0eo7ddU3E3u9GEJkB0tPqdY6TcH0/','cynthiagarcia412961993','cynthiagarcia41296@yahoo.com','','2018-06-01 05:19:42','1527830385:$P$BbfU4zvad0yGiCziaR3i1KT6BernZm0',0,'cynthiagarcia412961993'),(4368,'seguritanpeter2001','$P$BxX5nUvRIVBwCf4cxYSPYWcVlIfieV/','seguritanpeter2001','seguritanpeter@gmail.com','','2018-06-01 12:04:46','1527854688:$P$BlNJ1XfuSP0InYwiiILPwjyDmvvkZz.',0,'seguritanpeter2001'),(4369,'joanneharla1972','$P$BoHOmsqFf8rhGln/eaXP4xK0I3lYGR0','joanneharla1972','joanneharla@verizon.net','','2018-06-01 14:41:47','1527864108:$P$ByJMTg5Chwj9/f1PaY8bJeZ0qCoj1Q.',0,'joanneharla1972'),(4370,'mudsyroy1995','$P$BEv/PewZUEkGby65/d.UEh1ADGCiRk.','mudsyroy1995','mudsyroy@gmail.com','','2018-06-01 15:36:08','1527867370:$P$BZLXaOHQsg..wq1tYON0h11lGkNvXO1',0,'mudsyroy1995'),(4371,'angelinpompano1989','$P$BaRhqyx6E.VKXzXxSXnASHOTvnQxfN1','angelinpompano1989','angelinpompano@gmail.com','','2018-06-01 16:42:06','1527871328:$P$BCKnY12Vxy5421zd1/8vTUVUcKBy3O/',0,'angelinpompano1989'),(4372,'candice_clements2003','$P$BPcpfUmYqtdPErqQW/D862HYq6p6p30','candice_clements2003','candice_clements@yahoo.com','','2018-06-01 17:45:56','1527875158:$P$ByzJGNBIRo7s965/zNYxvuxPwhg0rX0',0,'candice_clements2003'),(4373,'jkosko1989','$P$BA4EI95Ia3mhkGTJOGqfdhG/loMyiH0','jkosko1989','jkosko@comvida.com','','2018-06-01 18:14:56','1527876897:$P$BmYLBvRoQCDsjS06KQLePLC5xW1qex0',0,'jkosko1989'),(4374,'pogorsha1979','$P$B1RuwYBjGnVcheaBIocbOrc3zmW15v/','pogorsha1979','pogorsha@yahoo.com','','2018-06-01 19:22:28','1527880949:$P$B9I7mZ3QlCBd1m1QVAqUSLM9lodyn3.',0,'pogorsha1979'),(4375,'edbutler941967','$P$B8a7j0gZIbh31x3rTBIX2qkZzS3nJA.','edbutler941967','edbutler94@yahoo.com','','2018-06-01 19:49:23','1527882565:$P$BpvS9wxZ24WA83qajmg9YqozM0O76i1',0,'edbutler941967'),(4376,'toma.maria921992','$P$BcUcttYLXabdBIu1W4njc8G8uel7Dc.','toma-maria921992','toma.maria92@gmail.com','','2018-06-01 20:33:43','1527885224:$P$BQgf.PaGSGqiuubaxTL5vLff8op0i0.',0,'toma.maria921992'),(4377,'marthadavenport1966','$P$BsuF7hL/FaL/Av7n/EpLyMcwLU.QDF0','marthadavenport1966','marthadavenport@comcast.net','','2018-06-01 21:09:24','1527887366:$P$B0WYBIkCTke5gVr9tElSlJSS//I6BM/',0,'marthadavenport1966'),(4378,'evanwwong1955','$P$Be/nyw2LrRJWTRXcVsdkjtLedePoKC1','evanwwong1955','evanwwong@gmail.com','','2018-06-01 22:23:26','1527891807:$P$B614ObGZ8X.NGdgKAJJ5969LVp1P7G1',0,'evanwwong1955'),(4379,'coreyt742005','$P$BASMzG0w1.Y0ICE47QI9yqrNQDJ2Fg0','coreyt742005','coreyt74@yahoo.com','','2018-06-01 23:28:17','1527895699:$P$BBZSmwJax0x2KGYwngQlN1XJLDf85r/',0,'coreyt742005'),(4380,'john.cywright2005','$P$BGt9Aj2pYX2rDAcBd/1daPK1gtCFvj.','john-cywright2005','john.cywright@gmail.com','','2018-06-02 00:10:39','1527898241:$P$BHrHDaQsfr8ySRX12P1IwMcMJNDOUi.',0,'john.cywright2005'),(4381,'thecruiser2932000','$P$Bw62dNpszcKfqtmycTk7wNJHFB.TBd/','thecruiser2932000','thecruiser293@yahoo.com','','2018-06-02 01:07:49','1527901671:$P$Bw9UpnIX/Cb/Ywja6ALWEe.V4R3GdR0',0,'thecruiser2932000'),(4382,'ericalandrock1966','$P$BGI.WazlbbcN7y64nSM2XBGzFoRZlF.','ericalandrock1966','ericalandrock@gmail.com','','2018-06-02 14:58:07','1527951490:$P$B3ZT8nyjyCysZrJy46xy3mi7/mZxbp0',0,'ericalandrock1966'),(4383,'hdkesterton1953','$P$BrBppvDjNDFbzLnLg0Os5lcMjHiM1H.','hdkesterton1953','hdkesterton@yahoo.com','','2018-06-02 16:14:30','1527956072:$P$Bauy5R2O6Np5yx3U1seutYtzib0erc.',0,'hdkesterton1953'),(4384,'18rmiller1957','$P$B6cmD69BVACIaOytv9SaMsYt28Del41','18rmiller1957','18rmiller@gmail.com','','2018-06-02 16:14:34','1527956076:$P$B0XAanbN5l6eRTwNcKHcWwmHqEJKeW1',0,'18rmiller1957'),(4385,'justweiss2004','$P$BiUj.nVO7dKhSvad6deCEwd1ybv5np.','justweiss2004','justweiss@gmail.com','','2018-06-02 18:51:49','1527965510:$P$BhblHnjDadGKvAlBKgzJl1qNaURh3e1',0,'justweiss2004'),(4386,'mmcguire102010','$P$BswD8d0CMFLzEjB0sryzWZrrYuvnRP1','mmcguire102010','mmcguire10@gmail.com','','2018-06-02 19:59:12','1527969554:$P$B0HxWQ1l/crmgfmHoXLU6CSwNr.MGE/',0,'mmcguire102010'),(4387,'despardestravel1986','$P$BNdkN0yuabFMB9y2sTQMGF2gjaCzyi1','despardestravel1986','despardestravel@yahoo.com','','2018-06-02 20:45:04','1527972306:$P$BNe0MNRvgJEEuy7MGavZPP8MD/Skhi1',0,'despardestravel1986'),(4388,'scazares702005','$P$BLND9yb9H2gD.RqurJAPG5je2XCuOx0','scazares702005','scazares70@yahoo.com','','2018-06-02 21:39:00','1527975542:$P$BnX7tntp6dKV6rug6EGo/Z1B44/B9O.',0,'scazares702005'),(4389,'klrousselle1976','$P$B3P6l7mrcuFa/f9z260uBpNUY.AE0I.','klrousselle1976','klrousselle@yahoo.com','','2018-06-03 10:52:11','1528023133:$P$BmuNbacDbfuXIVVmq3ByTrjR.1QIS7.',0,'klrousselle1976'),(4390,'sherrydickstein1981','$P$Bal78/SEXsRidbCx114c2LurBVduiV1','sherrydickstein1981','sherrydickstein@yahoo.com','','2018-06-03 13:05:16','1528031117:$P$BBkZNdgCfmhjC7HGxA8Rxh7V.nMhWh/',0,'sherrydickstein1981'),(4391,'dee.n.fitz1955','$P$BqSlrjKwAmDhg/Him8fP2uhtF/sUr.1','dee-n-fitz1955','dee.n.fitz@gmail.com','','2018-06-03 19:51:31','1528055493:$P$BuNnZcYEpo41p1KpbJyfbIWT8QHaFy0',0,'dee.n.fitz1955'),(4392,'viecooper581960','$P$BZGNlaMaMQoIkCUrvjXwmCPqqJF9ZT/','viecooper581960','viecooper58@gmail.com','','2018-06-03 22:23:29','1528064611:$P$BMcafO9t9FNRC4zEiv5ps5djg/Nv2r.',0,'viecooper581960'),(4393,'kobohamb1983','$P$B9vGtEFvQixK9YZtmRVhO2yYb2LW/m0','kobohamb1983','kobohamb@yahoo.com','','2018-06-03 22:26:52','1528064813:$P$BR8N2fhlALrZsQudQ97HBhMwAJsAC51',0,'kobohamb1983'),(4394,'ben.bowles1964','$P$BUpE3tC8q1/5qy0jPmXNXeXzPWzFZi0','ben-bowles1964','ben.bowles@gmail.com','','2018-06-03 23:14:44','1528067685:$P$Bdr.dp2BdlWDbeSBzobi9oKnqevPGX/',0,'ben.bowles1964'),(4395,'hulstonfamily2005','$P$BTSmNBjhoNXm2WbdtH5ueDIKf5nPF4/','hulstonfamily2005','hulstonfamily@gmail.com','','2018-06-04 00:20:18','1528071620:$P$B3GN.urxVIlClam6x7RijMhIYCnl0Z.',0,'hulstonfamily2005'),(4396,'redrover1971','$P$BJVxca1uF0CTDyDrI4gKD5ljy1sisM.','redrover1971','redrover@henry-net.com','','2018-06-04 10:20:08','1528107611:$P$BSye90wSDK3u7MV22CyUYAnN49cTW/0',0,'redrover1971'),(4397,'joshw1954','$P$BPF6YRAp/tlwTWLdY56tyI6xSi5wp7/','joshw1954','joshw@topgunsecurityservices.com','','2018-06-04 11:57:18','1528113440:$P$BFwHD.7fQzB7SpvRHEmj/RbRotSyPO.',0,'joshw1954'),(4398,'courtney2003','$P$B6xXCKeA.U4PqeQN8i/zlXpUV85drr/','courtney2003','courtney@newtimes2.com','','2018-06-04 13:59:03','1528120744:$P$BfGElkHg5884ne/tFrLy13mjX.BQSB/',0,'courtney2003'),(4399,'robert911621955','$P$Bu6mieRunKwsX28nRQE7NHb3X1EYQo1','robert911621955','robert91162@yahoo.com','','2018-06-04 15:12:39','1528125161:$P$BnZlcyTGEX/jLkxpY/zbAhWAAtlmxV0',0,'robert911621955'),(4400,'brooklynsbrands2001','$P$B.d./IhmgWh7izKVIMIaDzbmQ0epjs/','brooklynsbrands2001','brooklynsbrands@gmail.com','','2018-06-04 18:41:45','1528137707:$P$B/gBKJA77UYG9.S38olWMxlfvwyajm1',0,'brooklynsbrands2001'),(4401,'russ1965','$P$BMDBNx3PYrGZ/qPfwhBIOSbkCwlYyT1','russ1965','russ@cvecoop.com','','2018-06-04 19:16:36','1528139798:$P$BFMS2SsfmULiHzEbTxZZuD0H5K0w89.',0,'russ1965'),(4402,'griffin.martha1989','$P$Bve.TFBxzKxv2GNVw8VGw0CEEah2YC/','griffin-martha1989','griffin.martha@gmail.com','','2018-06-04 19:46:35','1528141597:$P$BBCSP4yXJJi1IsypbzPKwh88CIOneI.',0,'griffin.martha1989'),(4403,'gireevstanislav41952','$P$BkgRtYR/iEdlNVPzfcB1KNvlXiuLdV1','gireevstanislav41952','gireevstanislav4@gmail.com','','2018-06-04 20:29:54','1528144196:$P$BAxYQACIX3mZAB.WMtv.ECKnconB3j0',0,'gireevstanislav41952'),(4404,'mrand561954','$P$BXKNZVr7R7KNJ65OedgFeuc2pwBakI/','mrand561954','mrand56@optonline.net','','2018-06-04 20:49:53','1528145395:$P$BELIJUZeCV11jFmh33a149MEKvpqLJ.',0,'mrand561954'),(4405,'tonywillette1988','$P$BJO8sQyRTYGgRR9o1UPJgFLDfsHkcL/','tonywillette1988','tonywillette@verizon.net','','2018-06-04 22:46:14','1528152376:$P$BITV7n19Rhkz7.x1Atxw3a00WbPmL3/',0,'tonywillette1988'),(4406,'odreye2006','$P$BeH7Um2XWR8C9hGcFhE0RPs8RiHUJS.','odreye2006','odreye@free.fr','','2018-06-05 15:19:11','1528211955:$P$B7ELkLnHg7LnkiIY5TTysH593nji6F0',0,'odreye2006'),(4407,'lisa1987','$P$BVlx/OXHmRSHRf6OI6N04AIGGOnI/o/','lisa1987','lisa@almostperfect.ca','','2018-06-05 15:57:30','1528214251:$P$BvxFDPPfCO5cn8IEr3bPy3bdUasIUq.',0,'lisa1987'),(4408,'michael.adam.murray1997','$P$B7U.w8x.MRqtuOtkrl1cnBDinMsdy3/','michael-adam-murray1997','michael.adam.murray@gmail.com','','2018-06-05 17:46:16','1528220778:$P$BhspEkNGP8rfu1ow8on7jzozaYBeMp/',0,'michael.adam.murray1997'),(4409,'russell.jennings2006','$P$BM.D/lt.cRuM5LPjEERVFVVQrXHqm.1','russell-jennings2006','russell.jennings@aig.com','','2018-06-05 17:55:51','1528221352:$P$BSqzR323PVc4MH/442HldH11D2wvit.',0,'russell.jennings2006'),(4410,'sales2003','$P$BvWLol9MOPQFUYMbXw4DblYi7dlA9d.','sales2003','sales@lanwhiz.com','','2018-06-05 21:43:30','1528235011:$P$BML30cFQueaPWBLjLpCuNPg7pYev0w1',0,'sales2003'),(4411,'rfischer1991','$P$BSbKVKhFMj/4daPXZXLwcq8o4ebYGj0','rfischer1991','rfischer@theiconteam.com','','2018-06-06 00:14:07','1528244049:$P$BBoTaMStipt0MxwaukbjFeOJnqtxLS/',0,'rfischer1991'),(4412,'greg.venezia1980','$P$B8uxJGUPyd2Zupj73lrZdJdQlib64c.','greg-venezia1980','greg.venezia@yahoo.com','','2018-06-06 01:50:26','1528249827:$P$BX0zTa042iL47OpZm90YLdwQL00Hwk0',0,'greg.venezia1980'),(4413,'jevans1980','$P$BvDpCMMKFKBjqBMXy2Zm4IJWJvPfKJ/','jevans1980','jevans@slackautoparts.com','','2018-06-06 02:30:24','1528252226:$P$BO3hHds3WiGVYx/5ZgShkbU3mSHvhl0',0,'jevans1980'),(4414,'rahul2008','$P$B25XD2W26duE7dVg9CzSX/XpBua7WD.','rahul2008','rahul@captureandconnect.com','','2018-06-06 05:31:27','1528263089:$P$BJ3GVf8xGSRnyZB5K5ESbLMEDcrIRe0',0,'rahul2008'),(4415,'l.doyle1990','$P$BSQNucE.D6ZW39ihWoXBqA//8z08g61','l-doyle1990','l.doyle@pmf-inc.com','','2018-06-06 13:47:21','1528292842:$P$BcSg8RYyihfsIABoHS6eKDCVI8w2UE0',0,'l.doyle1990'),(4416,'markbarnes191971','$P$BmDF5AM.vLWIsYjwtdCM9w1AJD0xMJ1','markbarnes191971','markbarnes19@gmail.com','','2018-06-06 14:28:46','1528295328:$P$BeR4fInM3ZFlneTqg0NKlWhouB3JKv0',0,'markbarnes191971'),(4417,'phil31991956','$P$BzuqoxSJQoJVeME1KEqDOz.yNFBUWS.','phil31991956','phil3199@gmail.com','','2018-06-06 16:14:29','1528301671:$P$BFT70gu4fYhijuDsZtg2RBI5WzRLmK.',0,'phil31991956'),(4418,'mamaneko11960','$P$BtHzr9zxviosXeHZDqyOBCmssByqTP1','mamaneko11960','mamaneko1@comcast.net','','2018-06-06 16:43:37','1528303419:$P$B0MGpJAZz1t2sBXVcnoBTAhhxT.vdP0',0,'mamaneko11960'),(4419,'imayankee1968','$P$B7WSXrTbuwhSiz0EB5GbxcvmZVzS8N1','imayankee1968','imayankee@yahoo.com','','2018-06-06 18:12:49','1528308770:$P$BIEeJ4xSd3QzD/CNPIdEjAG9qgOiF3.',0,'imayankee1968'),(4420,'anna.cheung2001','$P$B9F6JKD1SYcw2YUY3uB7xNmldnXXab.','anna-cheung2001','anna.cheung@gmail.com','','2018-06-06 19:20:43','1528312845:$P$BPzMnS1/CFEO87G0CYbtYHMVkhxB9l/',0,'anna.cheung2001'),(4421,'sunsmshine831953','$P$BpCFNQIkPSfCh2SB4akhWkrS/q/YLL/','sunsmshine831953','sunsmshine83@yahoo.com','','2018-06-06 21:01:36','1528318898:$P$BudLl67SAQDclP5dNpO36pmvzETpDB1',0,'sunsmshine831953'),(4422,'erstoltz1951','$P$BEe9v.YQ8me8bf7pa7I.sNqvPklFOt0','erstoltz1951','erstoltz@yahoo.com','','2018-06-07 01:02:22','1528333343:$P$BDekXXaBYmXsc5E79EiEtIWMhrCc8F0',0,'erstoltz1951'),(4423,'vmanand1979','$P$BlrRWDwtpFvkTxFQqmKfV1i77sWXOu0','vmanand1979','vmanand@gmail.com','','2018-06-07 05:22:54','1528348975:$P$BwE9hrVIl7ysk0z.6tstSpbAx4UJ9v1',0,'vmanand1979'),(4424,'micheleb12191988','$P$BN5vX9MswhJWSj1iVcrPWLSFn6iS450','micheleb12191988','micheleb1219@yahoo.com','','2018-06-07 07:01:10','1528354872:$P$BTOCyad05FIjJLBCFt2qb/b5VehW6G.',0,'micheleb12191988'),(4425,'mfp.fire1976','$P$BpG/80M9DPCyBeIcDJBsayU23G1OnJ.','mfp-fire1976','mfp.fire@yahoo.com','','2018-06-07 07:29:48','1528356589:$P$Bo8d7RbgVyz6rPxkfWmGZy.HfpbGhg0',0,'mfp.fire1976'),(4426,'bludya721977','$P$B0/4l4/uWLxSznbP4B03mo/ZZU7Q7t1','bludya721977','bludya72@gmail.com','','2018-06-07 08:12:08','1528359130:$P$BhoXJFDtRIjcdsGXzscId0/H7fpxla1',0,'bludya721977'),(4427,'beckyguiles1992','$P$BprcV0yM4VpDnxS2Fse6ZzeIgIx.V0/','beckyguiles1992','beckyguiles@gmail.com','','2018-06-07 08:41:41','1528360902:$P$B4v4vebkdF106dQAYMNfwl.0lViaqq.',0,'beckyguiles1992'),(4428,'pogrebad1971','$P$BGP/68QZ8bwiCrTU5OmAnGtqeQjBNY1','pogrebad1971','pogrebad@yahoo.com','','2018-06-07 09:02:41','1528362163:$P$BFY3RfR6Pk9Aa3/RpLAt5P0/2PcuHa/',0,'pogrebad1971'),(4429,'valerie.morales252000','$P$BJdKHWYi/GD6hv2DQKS2Iru9uvLGiK1','valerie-morales252000','valerie.morales25@yahoo.com','','2018-06-07 09:36:53','1528364214:$P$BIQbc6KpV.WtWwxq0Djd47GVNcUpgv/',0,'valerie.morales252000'),(4430,'matthew.simon1976','$P$BwyoW1nH4l57e6Z12AyjR.jsYTme9c0','matthew-simon1976','matthew.simon@mrsbgroup.com','','2018-06-07 13:40:43','1528378845:$P$BqfB2aZrnbEM7A8x4H6VRFPa6BXgoW/',0,'matthew.simon1976'),(4431,'johnterry5301958','$P$B9k2HGG59OvcYJoJfgwOAlSPAKD44g1','johnterry5301958','johnterry530@gmail.com','','2018-06-07 14:05:31','1528380332:$P$BZGbnc3Oyyd0bsJvdt2cQGxArRY0ob0',0,'johnterry5301958'),(4432,'mark.misto1950','$P$BBxqgYTlmCAgBl46An4CYNlgw4vcOy/','mark-misto1950','mark.misto@gmail.com','','2018-06-07 14:19:15','1528381157:$P$B3YHPg6YNAc5ZQTIrcsvRKwc10Fofh0',0,'mark.misto1950'),(4433,'jyflores_12007','$P$B3jNtVgs9X9JuiMPD/6kKw6E6641uh1','jyflores_12007','jyflores_1@yahoo.com','','2018-06-07 16:37:09','1528389431:$P$BV3zmDgnPLLTrjB0D9IXLdaIze66ba/',0,'jyflores_12007'),(4434,'aguchima20001982','$P$B2CY9cKTtdtGn2aV2B/U1iI1AKRpo51','aguchima20001982','aguchima2000@yahoo.com','','2018-06-07 17:31:40','1528392702:$P$BZoFWixTmIjGrlL0auqd2ETVJet1z91',0,'aguchima20001982'),(4435,'nally35051976','$P$BHzQzKtonrHUZs050fCs/j70j5rSW9/','nally35051976','nally3505@gmail.com','','2018-06-07 18:34:35','1528396477:$P$BGeWzTR3W/drqfH7BlDdWX4EaG7TAa.',0,'nally35051976'),(4436,'rachelelizabeth.alexander1957','$P$Bn2i8.U90wx2klck0OuTXZodubQ45Z.','rachelelizabeth-alexander1957','rachelelizabeth.alexander@gmail.com','','2018-06-07 21:09:06','1528405748:$P$BhDU6KltY2/anqg4PRm1kC7XTLCKbw/',0,'rachelelizabeth.alexander1957'),(4437,'sreekanth.g2006','$P$BCD1wd1Nejl7jN/fYzl12WDW0KCYtH/','sreekanth-g2006','sreekanth.g@lexnimble.com','','2018-06-07 22:30:22','1528410623:$P$B3rldyOhOJQYsPtoDQJd89ihjfy8wz/',0,'sreekanth.g2006'),(4438,'amgguerrero2001','$P$BXozrJ8hYybsHNHrj7eWEWy9qGVh1X.','amgguerrero2001','amgguerrero@yahoo.com','','2018-06-08 01:54:15','1528422857:$P$Bo/yRdrqQs32zf.v16lNMJgcM5aC10.',0,'amgguerrero2001'),(4439,'randysisco1997','$P$B2FD/VyBpP8Q8HLzhL0Ue15ZiUtlwK0','randysisco1997','randysisco@att.net','','2018-06-08 02:06:07','1528423568:$P$BKj4M4/EAo8wxh.7dKatFxZPzRYlCU.',0,'randysisco1997'),(4440,'rhilton19842002','$P$B8t4YGcGDJQZZEPu/plPVyX1OCAecT.','rhilton19842002','rhilton1984@gmail.com','','2018-06-08 05:18:10','1528435091:$P$BfV8QT1AGPuwsNcBCIGS.cc8pASbIf0',0,'rhilton19842002'),(4441,'ghunt50051974','$P$BojfmlNpbpDA7N9fH441/hBQhj3E5Y0','ghunt50051974','ghunt5005@gmail.com','','2018-06-08 13:21:52','1528464114:$P$BAdONeZEurrmlQQQsCWULGUM.7k2aa1',0,'ghunt50051974'),(4442,'danahunt73361979','$P$B6ICcUf/0jL8YwxNOKIoeEq4EWAD111','danahunt73361979','danahunt7336@yahoo.com','','2018-06-08 14:15:23','1528467325:$P$BSc2ddrokSkl3mr6hHn/.AS4jTLRRy1',0,'danahunt73361979'),(4443,'samanthacranmer1955','$P$BcQ2kPWWBts1iGDF.ZDTUpZzy9amat/','samanthacranmer1955','samanthacranmer@gmail.com','','2018-06-09 02:17:09','1528510631:$P$B1Rh7.w9Evf5L1brzJia20kxQh0teo.',0,'samanthacranmer1955'),(4444,'jtong6852002','$P$BE2RwWCNWGaPnZnyGd90x6AYBN/.bI/','jtong6852002','jtong685@gmail.com','','2018-06-09 04:11:19','1528517481:$P$BFBo0ks5JwWLojFW0ECya4W2X8sehO.',0,'jtong6852002'),(4445,'limjunqu2003','$P$Bmty4jVHfdY/3el03MJ5v6mjvJ9NF9.','limjunqu2003','limjunqu@gmail.com','','2018-06-09 09:02:28','1528534951:$P$BQsAlQ4wip.MKEO09RbVs1kuml6O8E.',0,'limjunqu2003'),(4446,'ericimports11996','$P$BROHDtwU94RyMcFZT./jPmDqtj3NP71','ericimports11996','ericimports1@gmail.com','','2018-06-09 09:16:31','1528535793:$P$B6RgGw9ilFJuQCgt185dLWASxVXrdd0',0,'ericimports11996'),(4447,'williama.luponejr1985','$P$BLl5i0UlCEBRwnT6CVlSG08ZlmoJ/R/','williama-luponejr1985','williama.luponejr@lupone.com','','2018-06-09 11:38:50','1528544332:$P$B0J3tIGGcjfPkh7xRwMHJC73czJe001',0,'williama.luponejr1985'),(4448,'marcia.schr1982','$P$Bq4i8992oBKZVrzc8GlyMulwuUsCxw1','marcia-schr1982','marcia.schr@gmail.com','','2018-06-09 16:08:19','1528560501:$P$BFLJP2lESXvNfpkL9nRS3KisuasSki0',0,'marcia.schr1982'),(4449,'rayvawn1955','$P$BZb4/3bgTE0atgh4wuMNW.UQVtY0s60','rayvawn1955','rayvawn@gmail.com','','2018-06-09 16:56:16','1528563378:$P$BG8WBZavWzzBSroDu4WFlkHAkfOry9.',0,'rayvawn1955'),(4450,'jolene1973','$P$BUXZMRLrGP3sjNCIoQ.Ll.EX7SuSG6/','jolene1973','jolene@fmpca.com','','2018-06-09 17:17:12','1528564634:$P$BgdmcXhf8p5sH8DuqTnhppzMfcA2UH/',0,'jolene1973'),(4451,'lukew1992','$P$BqYJdgSkRl3ZuUS7KNTVHf4KRAu6xv/','lukew1992','lukew@midwesthardware.com','','2018-06-09 19:14:34','1528571676:$P$BP9ebf6lE0D4oYzkedzq.Pfj5NAS5k1',0,'lukew1992'),(4452,'danhannawa1977','$P$B6kgmRdSaLpU.0OQsdeZTOnfx6u9gd1','danhannawa1977','danhannawa@gmail.com','','2018-06-09 22:00:41','1528581643:$P$Bh5ROmn6HS760KBW5uEdVITCDK4hiq.',0,'danhannawa1977'),(4453,'alm1218041957','$P$BjpompCf5.oTZQgTm.aZWtzzwJAQAY1','alm1218041957','alm121804@yahoo.com','','2018-06-09 23:51:41','1528588302:$P$BmBw/VFJxAR6oJUN0RYoEAxmkvP9CY/',0,'alm1218041957'),(4454,'lynette.finelaw1979','$P$BgGVzVmTwcpzKo3DLt1uTHEWdAYNwD.','lynette-finelaw1979','lynette.finelaw@gmail.com','','2018-06-10 09:41:35','1528623696:$P$BoE0f6MRoKjbtsR38XF8rCSSw2Ajay/',0,'lynette.finelaw1979'),(4455,'dieterkircher1977','$P$BaV9d.NZPKwSHw6ZJgphScJLYDJ31c/','dieterkircher1977','dieterkircher@freenet.de','','2018-06-10 10:45:11','1528627513:$P$Bn9f9KYAfNmW4Zg/4wHgImXAJ0u3Wc1',0,'dieterkircher1977'),(4456,'lmlbrereton1953','$P$BA/kRxV4qpLDVjDiAho6iv1eKDOxhB1','lmlbrereton1953','lmlbrereton@gmail.com','','2018-06-10 14:28:01','1528640883:$P$Bruo0AFS8k8rtIx52KHPxOnwrY2Pjj/',0,'lmlbrereton1953'),(4457,'d.j.hughes752004','$P$BsUBmXOjQlULuzQIKki0Ax6FpXVBrF/','d-j-hughes752004','d.j.hughes75@gmail.com','','2018-06-10 16:11:03','1528647066:$P$BAQBjPe0Gy5QJCsg7GqBrNEBAg6blh1',0,'d.j.hughes752004'),(4458,'lisa1998','$P$BrNB1o.gzGplvyo14tOj12oppCOK301','lisa1998','lisa@aramark.com','','2018-06-10 17:50:28','1528653030:$P$B5s/qVSjrGjmwmUJRXlDl9iqCJasVp/',0,'lisa1998'),(4459,'giff901994','$P$BsXDgSj1.2s3JFL4L4t6Gi/BvX1Lpw/','giff901994','giff90@yahoo.com','','2018-06-10 18:24:12','1528655053:$P$Bt8b.2xj9WINpgI9Mmy3EGP7lOCW2p0',0,'giff901994'),(4460,'lyndz1262009','$P$B3.hZeNYvCM/mQWUGvBCcsuXvnP8DB.','lyndz1262009','lyndz126@yahoo.com','','2018-06-10 19:28:57','1528658939:$P$BpGO8CMJlrlKS3ffGMXlLrWfv/koud.',0,'lyndz1262009'),(4461,'bigolecat1994','$P$B/CLS4Ig3NzfM6KHyeOi49s2uLJ1La.','bigolecat1994','bigolecat@gmail.com','','2018-06-10 19:52:36','1528660358:$P$BL7J5w/L8W/zBFAMcMpan98HRLJZ.L/',0,'bigolecat1994'),(4462,'rjthompson881967','$P$BZ8B523FmbHadqwoJ9Dew9mdOua7rh1','rjthompson881967','rjthompson88@gmail.com','','2018-06-10 19:53:15','1528660396:$P$BPUo7AiAiDv0QivCvbE7anMWOAK0Rl1',0,'rjthompson881967'),(4463,'nessa451960','$P$Bp5LS/SClEAo/m65KhxkFiEo9DH84P.','nessa451960','nessa45@btinternet.com','','2018-06-11 02:41:04','1528684866:$P$BnxTmnnYj5E/lVsJ6EbebFRDQ5V/gH0',0,'nessa451960'),(4464,'mbelozerskiy51967','$P$BNrM9iadoKwLrzOWqso6eiKN6YXkj//','mbelozerskiy51967','mbelozerskiy5@gmail.com','','2018-06-11 03:00:04','1528686006:$P$BJDdt.39vdvfGg0czmnxr86fuQTLpZ1',0,'mbelozerskiy51967'),(4465,'patrick.k.rollo1968','$P$BpE4FJQSDkO0VgYb8rXNTJJK51B5Gh1','patrick-k-rollo1968','patrick.k.rollo@gmail.com','','2018-06-11 09:48:41','1528710523:$P$BaEQCjBKtPv/WrTzkerFgNVHgZ7i3U0',0,'patrick.k.rollo1968'),(4466,'kathrin.buettner12010','$P$BymalzOaOCWVhvv9/MSwDELzxQ7820/','kathrin-buettner12010','kathrin.buettner1@gmx.de','','2018-06-11 11:55:52','1528718154:$P$BKvooJwTqI.47d4WxYhdrdVT8xtQuk/',0,'kathrin.buettner12010'),(4467,'laplante.jean.michel1967','$P$B1qA9bJOUsMtCgU4y6uBg7M3alS9x71','laplante-jean-michel1967','laplante.jean.michel@gmail.com','','2018-06-11 18:47:09','1528742830:$P$BuWTLUPgZZ2kGniIYJrNPWTQ4RXiSO1',0,'laplante.jean.michel1967'),(4468,'jknovak21997','$P$Bb.SZMwc9Qw88fa4WE.QRo6bmxhf4S1','jknovak21997','jknovak2@gmail.com','','2018-06-11 18:49:18','1528742960:$P$BuxFHQuhdo5zAfka4iG5BGi/PLvZr01',0,'jknovak21997'),(4469,'scstrachota1995','$P$B8w8AVDpLfYxHHluFKcAQFXphJmYIt.','scstrachota1995','scstrachota@hotmail.com','','2018-06-11 19:50:09','1528746610:$P$B6Wf7Cao9Q9Aq3wZDOfVrEAToeZ.Of0',0,'scstrachota1995'),(4470,'izzo2471986','$P$BNa/Dww9UWcSBFQ3BBZW18t3EzNUKE/','izzo2471986','izzo247@yahoo.com','','2018-06-11 20:20:58','1528748460:$P$BMMXcnzuhq4.XjzhaHs0leaLWu4KMr1',0,'izzo2471986'),(4471,'squab29121984','$P$BnWIan5sEQzOBjNNkqaXjO6p6pQIXn0','squab29121984','squab2912@gmail.com','','2018-06-11 21:05:46','1528751148:$P$Bp7CNtbbmNU7SDIEsJjQnyP6axXBQH1',0,'squab29121984'),(4472,'scyoung20061957','$P$Bx6v7tW1As1k/CWy/Pbdsm6RTwENJG.','scyoung20061957','scyoung2006@gmail.com','','2018-06-11 21:39:06','1528753148:$P$BDskvRDhedXaNEN/aI.C2qelIrPCfZ.',0,'scyoung20061957'),(4473,'destiny000071991','$P$BsZNfQKhIJ6MGWqdEqAW1CpqeUcl/X.','destiny000071991','destiny00007@yahoo.com','','2018-06-11 21:54:23','1528754065:$P$BADmc0eXZRJfi5qnHSBxTLENYxCMPx/',0,'destiny000071991'),(4474,'charlie.kearns1964','$P$BIvwd/o4IsrHkVHeaWXDMmz/wG/n1s1','charlie-kearns1964','charlie.kearns@gmail.com','','2018-06-11 22:27:15','1528756037:$P$BJVkXtmVyajhF70L4Klo5ALK1BIw75.',0,'charlie.kearns1964'),(4475,'steven.m.morris1956','$P$BvPWys4Xt//7wyLJjwA4NBuNgzUssP/','steven-m-morris1956','steven.m.morris@gmail.com','','2018-06-11 23:01:31','1528758093:$P$BM4zoSUlmA5YS9xV9LopmZNpNmtffA/',0,'steven.m.morris1956'),(4476,'cjaa10001952','$P$BfD/4qRZlIacTP/NI9e2dEbd7xlmJ7/','cjaa10001952','cjaa1000@yahoo.com','','2018-06-11 23:36:17','1528760179:$P$BYKG1D7N0LPhnbDn5JPkJZAn8yb3wW0',0,'cjaa10001952'),(4477,'davesmith11977','$P$Byy5x5X/HAKQKRuqLf17CvF2OLsgaU.','davesmith11977','davesmith1@sbcglobal.net','','2018-06-11 23:49:18','1528760959:$P$Boop1bISWnShCUKvG6h.xLgAx1jfRm0',0,'davesmith11977'),(4478,'patriciabashaw9011954','$P$BytG7UxlUJuk8L4vOQtugYrkfz8JIC0','patriciabashaw9011954','patriciabashaw901@yahoo.com','','2018-06-11 23:53:55','1528761237:$P$BqGS0SSzmyltxiDPWUkSC6Ao3EgE7v0',0,'patriciabashaw9011954'),(4479,'jmh71512005','$P$BMs7XqdpCg4VJHxyo3YhIZhCrRjxIs0','jmh71512005','jmh7151@yahoo.com','','2018-06-12 00:10:43','1528762245:$P$BYx6CcutxE/Lut6.O0JUYYj/.DLu4u0',0,'jmh71512005'),(4480,'drakekgoalie1990','$P$BY5LJfsOBwjZbChqsNlLJ7mRwFDtnz0','drakekgoalie1990','drakekgoalie@sbcglobal.net','','2018-06-12 00:52:29','1528764750:$P$BcvzFIHrXfNozf3upNAYzG1T6uIeZk.',0,'drakekgoalie1990'),(4481,'karen.labeff.cn961958','$P$B4XsYrkNNDn.OLduX8NpoXHcuL3LI31','karen-labeff-cn961958','karen.labeff.cn96@statefarm.com','','2018-06-12 02:51:02','1528771864:$P$BqFwf04wXT47zK/P60BItm9o8272PY1',0,'karen.labeff.cn961958'),(4482,'douglas1975','$P$BA.x41Z3oo7MAz.0CRO7ifNuTOxc8x1','douglas1975','douglas@cullenmetcalfe.com','','2018-06-12 08:45:12','1528793114:$P$BLyj/NYLaHMiS27dqfbGjnybkQ92Y41',0,'douglas1975'),(4483,'juliana_petkova2002','$P$BylLBiMoHoM8Oinen84EphtTLtdA8e/','juliana_petkova2002','juliana_petkova@hotmail.com','','2018-06-12 10:00:29','1528797631:$P$BCqnT0UiKfpf8Rw1vZ.xZjZFvynoSo0',0,'juliana_petkova2002'),(4484,'elizabeth.h.pitts1990','$P$BOXmi56jjyJBCmN3SMQ2qLUyXxZCSP/','elizabeth-h-pitts1990','elizabeth.h.pitts@gmail.com','','2018-06-12 10:04:14','1528797855:$P$BWto8EzE5R2Q5zYOkhL5qLchTREfsq/',0,'elizabeth.h.pitts1990'),(4485,'gradyjames011985','$P$BXk8XD3sRiBNLOdZ0/VYxQbJF9AQf01','gradyjames011985','gradyjames01@gmail.com','','2018-06-12 13:39:58','1528810800:$P$BDCQ8/iAuxO1U8q3QpckslxxcDMAFm1',0,'gradyjames011985'),(4486,'kelseyleesimon2004','$P$Bhmnnd0TfYZFa5gEUtPT5IQFN74.1N0','kelseyleesimon2004','kelseyleesimon@hotmail.com','','2018-06-12 15:13:09','1528816390:$P$BBezUJp1/xMaAkPL/01PDSo8bP37Jn0',0,'kelseyleesimon2004'),(4487,'jemwee1987','$P$BZR3otssB5FupIWCOCVEp575.Ih3TV/','jemwee1987','jemwee@hotmail.com','','2018-06-12 16:04:21','1528819463:$P$BnFZXLDz90T7c4l18hVV/okNJE106r0',0,'jemwee1987'),(4488,'letopowell1965','$P$B5KKi/v6phLkCNI8ddkS5NFY34C54Z/','letopowell1965','letopowell@gmail.com','','2018-06-12 16:22:01','1528820523:$P$BSwmt3CeOM2XnQwUp4ZT/.JOkiY5EA1',0,'letopowell1965'),(4489,'boris.barats1978','$P$BzQCzwhMoN.Iajj3r2wEuKs2DhbyPX1','boris-barats1978','boris.barats@yahoo.com','','2018-06-12 16:28:59','1528820940:$P$B2TdCke8PmDN5E.yx8SOMIgSPHclD1.',0,'boris.barats1978'),(4490,'jasonkjames1953','$P$Btd2qhSmlIeEqUzNh8VS9k1I6e4g4e0','jasonkjames1953','jasonkjames@gmail.com','','2018-06-12 16:36:35','1528821397:$P$BPI3xT.IvKEDOHIdEo/z26FtKKEydf0',0,'jasonkjames1953'),(4491,'ramey.bev2004','$P$BBdtR37g7yTP8hgIUxyhtzEkpZbene1','ramey-bev2004','ramey.bev@gmail.com','','2018-06-12 16:46:20','1528821982:$P$BY558ZMQtz8CToeI9aXRDny4bwDsJf.',0,'ramey.bev2004'),(4492,'jameschungyoon1982','$P$B26ttirSsmTVQu858iUvWrrH1UX/zt1','jameschungyoon1982','jameschungyoon@gmail.com','','2018-06-12 17:44:35','1528825476:$P$B/J2nOLQSfvLJJu6AmOTnBSK.h.jK./',0,'jameschungyoon1982'),(4493,'kerry.peterson1969','$P$BXIriIf1xzOWbxphpodXaxVPUTK6Ky1','kerry-peterson1969','kerry.peterson@bassettmechanical.com','','2018-06-12 18:55:33','1528829735:$P$BoFJb4cj9HSf8bHxcZBbRUuT50av./.',0,'kerry.peterson1969'),(4494,'jbholt1962','$P$BnwjFDS2pcZbIit3TvzHY22HCwiPYM0','jbholt1962','jbholt@prodigy.net','','2018-06-12 19:06:27','1528830389:$P$BuLFY2EtqZQYxyy.KpnuWsnt00hrs/0',0,'jbholt1962'),(4495,'mordomo.yyc1974','$P$BMem6VIwBR/absWcLqmUQueR1fvY1T1','mordomo-yyc1974','mordomo.yyc@gmail.com','','2018-06-12 19:14:48','1528830889:$P$BCm0L164FiDAR/6sS8e.veRVFqxYgj1',0,'mordomo.yyc1974'),(4496,'abottenfield1964','$P$B6Q/DaRVl2bLlAnTufq77/BbESWUnM/','abottenfield1964','abottenfield@gmail.com','','2018-06-12 19:15:18','1528830920:$P$B8wWVPqQtaPd75gCdM0hJWHax0Wl190',0,'abottenfield1964'),(4497,'loeb61981','$P$BUKkPYFMKJM6vL1ej/8Naka13zUlGU.','loeb61981','loeb6@yahoo.com','','2018-06-12 19:24:21','1528831463:$P$BwuphiN6vz2Y/UEi8nmGcYz6WCZQgW0',0,'loeb61981'),(4498,'japhcp1970','$P$BT9AyHKAD9ut4/mJk/ZWHUfjD7NCUg/','japhcp1970','japhcp@musfiber.com','','2018-06-12 19:32:09','1528831931:$P$BI7Evg9ioHSd0fiu8qBylFdPMhMCf2/',0,'japhcp1970'),(4499,'conradf2007','$P$BAkRGBZaj.OIdZ0UkiCKHOo2d8Am3y1','conradf2007','conradf@mmweaver.com','','2018-06-12 21:03:15','1528837396:$P$B2sTZ19W50FKhJ4.ZdldegD9a0uJIn0',0,'conradf2007'),(4500,'jennifer079821979','$P$BObE7SJSFQ.uYOs71oU/uzMGzhzmrD/','jennifer079821979','jennifer07982@hotmail.com','','2018-06-12 21:15:01','1528838103:$P$Bzjp9Tc69fgIExQiAacVmTsKBMH43l/',0,'jennifer079821979'),(4501,'mbiggs2010','$P$BfoX7ChDUFhnR4v1LVX9y2leTuZ1JX/','mbiggs2010','mbiggs@ironcitypipe.com','','2018-06-12 22:07:50','1528841272:$P$BJpGGe.vcAyDLrRfeVRHjO8ismGZeC0',0,'mbiggs2010'),(4502,'tinaboricua1965','$P$BCX3PnOvkGqhmQOryD/ckGG6XMxrg9.','tinaboricua1965','tinaboricua@yahoo.com','','2018-06-12 22:16:52','1528841813:$P$BFeQYNEYe0eXE6E.pgkphofzNO7HCu0',0,'tinaboricua1965'),(4503,'bks3831978','$P$BBtn1GPURe7B0/FB6oHuc7OwDWfx1Z0','bks3831978','bks383@gmail.com','','2018-06-12 22:27:45','1528842466:$P$B2xsc2yXdhaMYhOQG/ESIdzUFryY5v.',0,'bks3831978'),(4504,'stef.bona1986','$P$Bky9GIXxsE1JKC17c0lkLzqy7vSgOw0','stef-bona1986','stef.bona@free.fr','','2018-06-12 23:43:57','1528847039:$P$BRGha3I4fY1Ke/izq9296RivWdr.Iy0',0,'stef.bona1986'),(4505,'comichubble2000','$P$BH/uDIscz.bSyRcE.MeQb358E1.lwr.','comichubble2000','comichubble@yahoo.com','','2018-06-13 01:03:38','1528851820:$P$BOgvlucsvUuJjsluLewkjEug0BquAb0',0,'comichubble2000'),(4506,'annrae08261959','$P$BcNqxsoV95QqFd7kjOTmwiUMwBPIKq.','annrae08261959','annrae0826@hotmail.com','','2018-06-13 02:25:18','1528856720:$P$B3uXnw0IyXsVB16i9e2FRrfLGyr2EO1',0,'annrae08261959'),(4507,'opulski2000','$P$B.nunc4w3uiM8Xqk87QH19x9UxfJb4/','opulski2000','opulski@hotmail.com','','2018-06-13 12:44:54','1528893896:$P$BflBXVM53fPJEstGhNCRp1vwjj0HTl.',0,'opulski2000'),(4508,'dmy.lst.121979','$P$BjrvbajG/VwDsJ.IE36GPnxpb50GFK.','dmy-lst-121979','dmy.lst.12@gmail.com','','2018-06-13 13:45:36','1528897537:$P$BU6J.D/2/dRlUO9o/hmuXwfW2QfdPQ1',0,'dmy.lst.121979'),(4509,'sgrant19621986','$P$BzTPIYseWAvQbWp1vTKd2bWnNv6MCI/','sgrant19621986','sgrant1962@yahoo.com','','2018-06-13 16:21:43','1528906905:$P$B/mX8f/1I.XDLaTKZ0uM.pJK5sahqS.',0,'sgrant19621986'),(4510,'dcrofford1964','$P$Bc6CUTR1u/yXuATx/Liq8syS/PRYEI.','dcrofford1964','dcrofford@hrsd.com','','2018-06-13 16:34:19','1528907660:$P$Bn8i6w7A/Nt4CwHeW.1lp.8kO1ZGq10',0,'dcrofford1964'),(4511,'jr_smith20051986','$P$BcijBpAiTakXHwgppslYSqsUzSvRXL0','jr_smith20051986','jr_smith2005@yahoo.com','','2018-06-13 17:46:10','1528911972:$P$BgnPvl29FZN/aKXtOqBSWzpOoBLx3Z.',0,'jr_smith20051986'),(4512,'nbk348v1968','$P$BYC2DtqiC3YlsmpU34q7DIz32WcFCK0','nbk348v1968','nbk348v@yahoo.com','','2018-06-13 20:12:38','1528920760:$P$BmZ29rMyLjsXwKKVrOePOAQNAKrDBs/',0,'nbk348v1968'),(4513,'chadwic761996','$P$Bpu0/R7YaqBQ1VUWc2qaqUF5bbjDWm0','chadwic761996','chadwic76@gmail.com','','2018-06-13 20:17:23','1528921044:$P$BXlgl5ZcGOVseRllJTUNfNIu1/e.ni.',0,'chadwic761996'),(4514,'mirlenejerome1955','$P$B186g/2KcIDkuEKYiYrJsT6WQs4NPO1','mirlenejerome1955','mirlenejerome@yahoo.com','','2018-06-13 21:17:03','1528924625:$P$BkIpDWl5d8umeeX/heLrhpQSvfrOjP1',0,'mirlenejerome1955'),(4515,'pinsker20011983','$P$B6QzlX/6fqFQD9NFohqkOXe8M/yCXB1','pinsker20011983','pinsker2001@yahoo.com','','2018-06-13 21:39:24','1528925966:$P$BcoR/KZF2pZcNCIpxEjVmcf.2iVstH.',0,'pinsker20011983'),(4516,'tanyamcason1987','$P$BYoQtixw73v7ge/H5.y7uYsX1Z7VBt.','tanyamcason1987','tanyamcason@gmail.com','','2018-06-13 22:01:45','1528927306:$P$Baa7HG6B2dy6Gw10GSHjY5gYby6cA10',0,'tanyamcason1987'),(4517,'tlcrabtree11997','$P$B8zyJTgCGoE.oSx19trS/HIssOHdbO1','tlcrabtree11997','tlcrabtree1@gmail.com','','2018-06-14 04:35:35','1528950938:$P$BGfu/jYfLnG9sFyrqU45/FlXwl/74A.',0,'tlcrabtree11997'),(4518,'basibasy1951','$P$BqqpS.aopE9H5Ar.1FKQfe5eaxlUdR0','basibasy1951','basibasy@hotmail.com','','2018-06-14 08:04:32','1528963473:$P$BCVEOgjizWMc5cX6WVazCQMMQ2ndP8.',0,'basibasy1951'),(4519,'jlayers22641974','$P$BLgHKraV0GGxdHQD9IvD524LHRMBKC/','jlayers22641974','jlayers2264@gmail.com','','2018-06-14 09:26:39','1528968400:$P$BkfGWeDVf4za9KTaeEchdxlcvEol0Z1',0,'jlayers22641974'),(4520,'kbooth1955','$P$ByaxvaluXUw14OUEbKHo9wWgeee56I.','kbooth1955','kbooth@ccps.us','','2018-06-14 11:07:49','1528974470:$P$BepXE.VBS3iEI6/6I/uqQhYAzTLZJ20',0,'kbooth1955'),(4521,'joachimmichel1968','$P$BD7TDswOJDykF8bKJeM9AE/xLn1oy50','joachimmichel1968','joachimmichel@web.de','','2018-06-14 12:08:15','1528978096:$P$BeHFb9dmasbHBNrts0kY3/vE/DKEG01',0,'joachimmichel1968'),(4522,'dermot.gallagher1986','$P$BoElbdHtcKZpCwYg35QrrHGGsN5n4C.','dermot-gallagher1986','dermot.gallagher@schulzeburch.com','','2018-06-14 12:12:15','1528978336:$P$B38Jb0zKHWUPI1GXFORV4JbTJVVvOG0',0,'dermot.gallagher1986'),(4523,'rboleslav1982','$P$BLdCAs0pqIC3SOcM2QJb0ksNe8SO4w0','rboleslav1982','rboleslav@yahoo.com','','2018-06-14 14:51:06','1528987868:$P$B8pI8U9UAAZT24UnH7wRdtvaJpqTsq.',0,'rboleslav1982'),(4524,'sameerap2009','$P$Bnj05b7iVG6JqRJ8.7AR/3Ubrm9y1v0','sameerap2009','sameerap@gmail.com','','2018-06-14 15:47:52','1528991273:$P$Bp3tkLPubhESq.ErspDoMi2LBByBdd1',0,'sameerap2009'),(4525,'info2007','$P$BSxRJDL7Lfj4/mMzPb3HIPfXl8PGFD.','info2007','info@rvksa.ch','','2018-06-14 17:33:26','1528997609:$P$B0iWXwq07PsoPVSeytihTSRk7Nghzt0',0,'info2007'),(4526,'aleex_deluxe1991','$P$BDVMqy4CKGH1u0qHbAnOLPD5KY9W42.','aleex_deluxe1991','aleex_deluxe@yahoo.de','','2018-06-14 17:43:34','1528998218:$P$BRMD8Ys53yyZjF2dtuDaQRCTvACFHB/',0,'aleex_deluxe1991'),(4527,'haileylibra1979','$P$BJOlX9TxNqnAx8eAwdyR3/bl9kbW.8.','haileylibra1979','haileylibra@gmail.com','','2018-06-14 19:54:20','1529006062:$P$BD10e4Uz/O1fo/oG6wkHjCXSuRijj71',0,'haileylibra1979'),(4528,'hendu8871956','$P$Bt7xaDxoGEQOqhxZ9bgLrW8N88jJDA.','hendu8871956','hendu887@yahoo.com','','2018-06-14 21:04:43','1529010284:$P$BVWndE5BsJKKyetsnjt6DzeFN..tfP1',0,'hendu8871956'),(4529,'alexcbanba2008','$P$BVWw2iJNAaz6LqAR5QXDP/AwRicQRL.','alexcbanba2008','alexcbanba@163.com','','2018-06-14 21:23:44','1529011425:$P$BAfG4EON2PmOxvzkCG/eFFzcvAPFt3/',0,'alexcbanba2008'),(4530,'kimm1980','$P$BtiAwMjA0Ru5SIR5Sv23hwWVWoeG17/','kimm1980','kimm@hkusa.com','','2018-06-14 22:09:03','1529014144:$P$BxjGsnzEQfMmd6vcl.PMf3M6fuYnD7/',0,'kimm1980'),(4531,'jhouser2000','$P$BIuD.Q30j02GSBYB6QHXrlGrMGdbRr/','jhouser2000','jhouser@buckknives.com','','2018-06-14 22:11:07','1529014268:$P$BF5eo8Uvvx28Oq/6FiRIG6H7W0TlxL1',0,'jhouser2000'),(4532,'melodyh21957','$P$BCgHFHKXHD7q6dRZq1ieI5XVYAyK0J.','melodyh21957','melodyh2@gmail.com','','2018-06-14 22:21:27','1529014889:$P$BhhOdowi670NSIXjkjumsWUvUF46bH.',0,'melodyh21957'),(4533,'ibrahim.marouf1975','$P$BEH.yfytqgnRWOIXVB/Oqm60MAOrXT0','ibrahim-marouf1975','ibrahim.marouf@gmail.com','','2018-06-14 23:16:59','1529018221:$P$BSIGzx6CvFci.oz4Krx.JXMHBlCtzN.',0,'ibrahim.marouf1975'),(4534,'whatadeals991966','$P$BVkasxKbRB2n1GE9xG0zt4ZbZHWzOh0','whatadeals991966','whatadeals99@gmail.com','','2018-06-15 00:19:47','1529021989:$P$BNlFUOaJoxKYUjMGfNouiCeLzPLUQV1',0,'whatadeals991966'),(4535,'blueyes07771966','$P$BHpZR6XwTbaGGX2PDVig3zsfdnp3uW.','blueyes07771966','blueyes0777@yahoo.com','','2018-06-15 01:41:54','1529026916:$P$B6esEZ52UqELec6Za6Rcz5A3uB4fLl/',0,'blueyes07771966'),(4536,'212930091999','$P$BKZxQDcoAVhDK/xIKeAOm7mlJ2sDhz.','212930091999','21293009@adp.com','','2018-06-15 02:28:23','1529029704:$P$BRQ2qQD4ISHXMBJBYh8xTY7seNvPbB1',0,'212930091999'),(4537,'rlavallee22010','$P$BSqkWUDVRrV3QzDniHKgi942rthFL./','rlavallee22010','rlavallee2@gmail.com','','2018-06-15 02:34:49','1529030091:$P$BNeQxMkfNS/pGk5pKolTGgyAstObJL1',0,'rlavallee22010'),(4538,'chrisbeneke1991','$P$BoN7HpH0/Zq12Z4lUgcICxiGAyMYqk/','chrisbeneke1991','chrisbeneke@yahoo.com','','2018-06-15 15:16:37','1529075800:$P$Bp.jxONuytvXQMZ0F9sqwiXILmTjHZ/',0,'chrisbeneke1991'),(4539,'andrew.leeke2000','$P$BjC3CNnOzVz4A8wtdQCrdNJWdj2tCc0','andrew-leeke2000','andrew.leeke@gmail.com','','2018-06-15 15:33:48','1529076831:$P$BKdzYbnZroGZBXC0Q7HOwr9m/P4HCp0',0,'andrew.leeke2000'),(4540,'terrancescotton2002','$P$Bt6Df6agE6kuv4zedfHCEIO3h38Kh/.','terrancescotton2002','terrancescotton@gmail.com','','2018-06-15 19:28:00','1529090883:$P$BZhJ0l0tFqceKR0iEpqKvvN4PdklED0',0,'terrancescotton2002'),(4541,'cordell.sv1953','$P$B1Lj8AKCRw7WoznkyQ2WdJA.5iMEIk1','cordell-sv1953','cordell.sv@gmail.com','','2018-06-15 20:36:09','1529094970:$P$BXlcAQHn.8XiBYfrt5ThkaseuoLqHD1',0,'cordell.sv1953'),(4542,'danny.l.marshall1958','$P$B.1mpEz3rWVk1Oaf0RgRJCJEsJ2bwK/','danny-l-marshall1958','danny.l.marshall@sbcglobal.net','','2018-06-15 22:28:07','1529101689:$P$B/LXenmzmNZ9HhvyPzKSxdHtpBGIR61',0,'danny.l.marshall1958'),(4543,'amnaj.b1967','$P$BUgcronm2K59estQFCOqjrtdShE73f0','amnaj-b1967','amnaj.b@gmail.comq0','','2018-06-15 22:43:58','1529102639:$P$B1tPETktr/LBhc6USrUxz1U1U/zbfg1',0,'amnaj.b1967'),(4544,'rgovea20021953','$P$B.DamVCJ58mtqIgB0Nu502d865MlUA/','rgovea20021953','rgovea2002@yahoo.com','','2018-06-16 01:12:08','1529111530:$P$B0ECtp4Zj0fYnLrHGNuU5CUElpRmxs.',0,'rgovea20021953'),(4545,'sheilalight11954','$P$BkXZKXIOVCV1GySFT.c/f5ttV2mYuW0','sheilalight11954','sheilalight1@gmail.com','','2018-06-16 07:34:17','1529134458:$P$BjvxEwW91AwTp7.yhXbS493u1n0uXm0',0,'sheilalight11954'),(4546,'jlast792007','$P$BVjNryYCAV5MGpsQrLpqMT4Vp29eZZ/','jlast792007','jlast79@hotmail.com','','2018-06-16 12:58:53','1529153935:$P$BRRwvLzPA.q8DJSDZVAcpERx/JnVqK/',0,'jlast792007'),(4547,'mark.sutfin1975','$P$Bbyj4lJdVNclUg38J1q6iACl7Ij8601','mark-sutfin1975','mark.sutfin@gmail.com','','2018-06-16 23:03:38','1529190220:$P$BGseNFnAlQRCDGr32.z1TS/l1gdLvq0',0,'mark.sutfin1975'),(4548,'sfcguzmanretired1952','$P$B7Kukkq98ZzSlkHCHJ.Ooq.LYGHQoP.','sfcguzmanretired1952','sfcguzmanretired@yahoo.com','','2018-06-17 05:07:38','1529212060:$P$Bady2QOiTwx0/7gZhnM9zHL.9bRWmd1',0,'sfcguzmanretired1952'),(4549,'edgarbarcenas641984','$P$B/toeH4meTW3G3d7Ua16u0Zg2Y9HOC0','edgarbarcenas641984','edgarbarcenas64@gmail.com','','2018-06-17 07:50:25','1529221827:$P$B9YqPvpR0CEkfq3qD50hVSFC788q//1',0,'edgarbarcenas641984'),(4550,'bm52sgm2007','$P$Bh4pXNq6jStvvWb1WUGJUZL.hc/eid/','bm52sgm2007','bm52sgm@hotmail.co.uk','','2018-06-17 08:51:44','1529225506:$P$BNNz2IQyKrr5wWg3xSJe43ON8YHJ2K/',0,'bm52sgm2007'),(4551,'josephmendespa2001','$P$Bts0PwJXVU2W1LaHCFgOwuEdQafLZ5.','josephmendespa2001','josephmendespa@yahoo.com','','2018-06-17 10:50:47','1529232648:$P$BO7sGHtnImsT/iru8hCs2zRgOiWhja1',0,'josephmendespa2001'),(4552,'mmadsen0001975','$P$BnBDk4s2YNuy112yUIUXNZY8j8Vsar/','mmadsen0001975','mmadsen000@gmail.com','','2018-06-17 12:43:25','1529239407:$P$BT1edvMUPohnDIa/YdC.XmwLVwNJV6/',0,'mmadsen0001975'),(4553,'kereilly041972','$P$BPZvq/9iIl11gDeyrggavZIgAs3fLk.','kereilly041972','kereilly04@hotmail.com','','2018-06-17 13:10:53','1529241054:$P$BfLxzXpPy9oJ8AXpu0pgZB99OyjeIb1',0,'kereilly041972'),(4554,'mxyeow1953','$P$B6FIgP8HuErhWyIKZOuKSXvbmI8xBZ/','mxyeow1953','mxyeow@hotmail.com','','2018-06-17 15:36:14','1529249777:$P$BP0JMI9qcA0Wbw0c6.4VdI1cv6zzDz/',0,'mxyeow1953'),(4555,'henryaharrison1974','$P$BsQvpDkOW8Vvxs3bukvalQ1G.IlmL3.','henryaharrison1974','henryaharrison@bellsouth.net','','2018-06-17 15:59:39','1529251180:$P$By8xd32Py4zUeKV7wndxqOYBWMm2IK1',0,'henryaharrison1974'),(4556,'loans.richsmith2006','$P$B6YcWbSC1tAdY3LfV/nv.UqPGzsKTy/','loans-richsmith2006','loans.richsmith@yahoo.com','','2018-06-17 17:25:50','1529256353:$P$BdPQkz54xZTMffZZx8nIYsMgHdUuhb.',0,'loans.richsmith2006'),(4557,'mark-cheryljohnson1991','$P$BxDbE/6yXTp76T7QuZpg/.4jX1YwrW/','mark-cheryljohnson1991','mark-cheryljohnson@outlook.com','','2018-06-17 21:48:03','1529272085:$P$BhIsDU/pPv6Ure7H6V2D8QbpUrblyK1',0,'mark-cheryljohnson1991'),(4558,'larny20091966','$P$B2SmcXMP8wAZbOKTcm3Daf3BVc4xYL0','larny20091966','larny2009@hotmail.co.uk','','2018-06-17 22:43:00','1529275382:$P$BO7Uy2NcKGABPqsTeYle4JJ6yI3QdA1',0,'larny20091966'),(4559,'marana2009','$P$BykFLlx72onquaY5gkYMzfEN6nRlSC/','marana2009','marana@sandlerbros.com','','2018-06-18 01:03:39','1529283821:$P$BlBTCSCg.FWt4qZ9587YyIrx/NrSEr.',0,'marana2009'),(4560,'pete-cafferkey1968','$P$Bkh7K1yyo.g/aCG0C/OJ.8qaJuS1yn0','pete-cafferkey1968','pete-cafferkey@hotmail.com','','2018-06-18 12:16:05','1529324167:$P$BzLy0OkfFN0eE5MLX7RtCCGFKl/TyS/',0,'pete-cafferkey1968'),(4561,'avendemia41992','$P$B1WeHMh7VIZMv1S.YYkaVlewWO9hXN.','avendemia41992','avendemia4@gmail.com','','2018-06-18 12:58:20','1529326701:$P$BOTMFHU5yDRnmeN3cN4KML/jlUPGHs.',0,'avendemia41992'),(4562,'cstewart1986','$P$B1bHQ7N2gF1gi4tqOIuzQswREogWOh0','cstewart1986','cstewart@larsenfarms.com','','2018-06-18 14:36:31','1529332593:$P$Bv/QKhPcZP/Ubwiu1lZCvBIlOQWdke0',0,'cstewart1986'),(4563,'bondtl1968','$P$BB.2YD/MbRCHvAZf4ZkPFhI.ikSGl01','bondtl1968','bondtl@gmail.com','','2018-06-18 15:02:15','1529334137:$P$BDqft0KJzON7WRvC.bLMaQuTv3BfdX.',0,'bondtl1968'),(4564,'amin.sassi1987','$P$BXTz6GC.hm6/DE7xJSCL.QhIy2O3TK.','amin-sassi1987','amin.sassi@gmail.com','','2018-06-18 15:46:58','1529336820:$P$BeQtdN/v8XrJvRi.PQ2VojRdcmzLWc1',0,'amin.sassi1987'),(4565,'hurley_7231995','$P$BhUTZJjNILqNS2dGdFx8hHmyXz75h9.','hurley_7231995','hurley_723@hotmail.com','','2018-06-18 16:16:24','1529338585:$P$BIGRUONrrleGddIUcDluAYvUOB/Cew.',0,'hurley_7231995'),(4566,'michaelam1964','$P$BiZDYx.38x3RxpJB/kGMlQA56WVc39.','michaelam1964','michaelam@gmail.com','','2018-06-18 17:00:38','1529341239:$P$B1W4uld26iPBjjU6BFecoFdkBW887r1',0,'michaelam1964'),(4567,'larry1998','$P$B.uxDxU5zeV8KFesbIXFbiWr9mnhM1.','larry1998','larry@newco-inc.com','','2018-06-18 18:30:04','1529346605:$P$BGqfsqA7ydfYtppxWk4JT84hUFpuuL/',0,'larry1998'),(4568,'bobbijo2003','$P$BwKvwcXNikvyGH1zijJteVZZz5Fc2Z0','bobbijo2003','bobbijo@rancheswest.com','','2018-06-18 20:36:20','1529354181:$P$BMKpnOnFfwuspreygdNfQC.MUmeLrT.',0,'bobbijo2003'),(4569,'chronosmonkey1993','$P$BYruTyY4rCoj0JTqp5FOAzAfBT65gD/','chronosmonkey1993','chronosmonkey@gmail.com','','2018-06-18 20:51:55','1529355117:$P$BzQnku07YXRpMUk/LuQ7VKmioim4zW.',0,'chronosmonkey1993'),(4570,'mindini11985','$P$BpAgvgJbAeM3dyDIekua4wwcZ.GLvT0','mindini11985','mindini1@att.net','','2018-06-19 00:01:54','1529366517:$P$BNxGj1nEqqAT41f66SR0GQJZH.P36a1',0,'mindini11985'),(4571,'rmascio1957','$P$BUnYAiISvGvQ/eWS1iz0XY0pm8tA5E/','rmascio1957','rmascio@sbcglobal.net','','2018-06-19 00:16:46','1529367407:$P$BO5HkMof7oML7fR7wWxTDrTKKp7ZgO/',0,'rmascio1957'),(4572,'jenlstrickland791999','$P$BpDImkjv4W7STC6hyL6VUUXtp5eAcW.','jenlstrickland791999','jenlstrickland79@gmail.com','','2018-06-19 00:25:18','1529367920:$P$B88CyfW9HCE5QKPxvmJoOEYtkpZe4l.',0,'jenlstrickland791999'),(4573,'enyllc1978','$P$BukY2bNKe1hARvfrCyAXpAr4v1hYOl/','enyllc1978','enyllc@gmail.com','','2018-06-19 00:27:06','1529368028:$P$BL3E.ibNluU/OhsCdwl9.1nu5Mbw6H.',0,'enyllc1978'),(4574,'cantu.jay1976','$P$B.OpJTdqTNb5W/aWE0/xnO1Jegr7Yf/','cantu-jay1976','cantu.jay@gmail.com','','2018-06-19 00:33:12','1529368394:$P$BsU51ZK/5yly0DBGlAEqk4I.ArzNBG0',0,'cantu.jay1976'),(4575,'matthungerford121985','$P$BQ.Hyg5i2BEXOAesPsZrhiZenw74hH0','matthungerford121985','matthungerford12@gmail.com','','2018-06-19 01:07:39','1529370461:$P$B0Z.H2rUowTNPwcvMGYwftKTRP44jD.',0,'matthungerford121985'),(4576,'rewo87141998','$P$BPCxyHjrrPZFK6AeolNYfDfj4hlDXt/','rewo87141998','rewo8714@gmail.com','','2018-06-19 01:08:03','1529370484:$P$BJ2wmlT4EcogMdEKMOaljUvTFS.yeS1',0,'rewo87141998'),(4577,'candyb3bi1980','$P$B.gvCApliEIBycvwhFyB7VqTFsn2Xn/','candyb3bi1980','candyb3bi@yahoo.com','','2018-06-19 02:50:58','1529376660:$P$BGbMIcjrFO1aaZP5Ru2ur1X030ZU6K0',0,'candyb3bi1980'),(4578,'aveinlani1964','$P$BtcYCj0E9S/zeUN5csjWV8NhX37mBU/','aveinlani1964','aveinlani@gmail.com','','2018-06-19 03:48:03','1529380085:$P$BJSSFVVCfOToYMwRJOMye2CfbbClYD0',0,'aveinlani1964'),(4579,'michaelbishop2901957','$P$Bgi4Eit23cyAHuMAo8pJ9dOK2Ytw/0.','michaelbishop2901957','michaelbishop290@yahoo.com','','2018-06-19 04:04:00','1529381042:$P$BH6DBaodI0cjPZ7hAgyEvedF6Gl4L20',0,'michaelbishop2901957'),(4580,'danielb7611967','$P$B1S7FDJDfV4icx.Qc/Kpo8IlIZpavG.','danielb7611967','danielb761@bigpond.com','','2018-06-19 04:42:29','1529383352:$P$BTG2GSusF6ipLrK8iG3okEHlGaUVA4.',0,'danielb7611967'),(4581,'blake.harris1983','$P$Bi.JBKKZhSKdUKi8BS/V5EFELhvDqI/','blake-harris1983','blake.harris@princetoninformation.com','','2018-06-19 05:23:07','1529385789:$P$BJgsZ3iAbva.d6VyOh2tHlpgsbTGrN/',0,'blake.harris1983'),(4582,'anette.lohmiller2000','$P$BHLPMDAqNGPsjzR/AF.xrniav4zjqq1','anette-lohmiller2000','anette.lohmiller@von-poll.com','','2018-06-19 07:17:03','1529392625:$P$B6js0IwSnMTpNKcFCYmd/dsMxiGLWI0',0,'anette.lohmiller2000'),(4583,'toshahzed2002','$P$BoA2PbqqF6tTJivk822m7JY6xL5fpy0','toshahzed2002','toshahzed@gmail.com','','2018-06-19 08:16:16','1529396177:$P$ByWEYk/Q.L5C9IIHpzjZXobb5U2nZA/',0,'toshahzed2002'),(4584,'s.schlewing1971','$P$B8EYI0pJh9/.zilJclG3KIfqt8ivnK/','s-schlewing1971','s.schlewing@gmx.de','','2018-06-19 08:42:58','1529397779:$P$Ba/xGhW2/ayDPA8HyN81s/cvLSbLaI/',0,'s.schlewing1971'),(4585,'m.gayed111977','$P$BiUGdb76ZZxOIUHjWsqMjQgC9RqEqZ.','m-gayed111977','m.gayed11@gmail.com','','2018-06-19 12:19:32','1529410774:$P$BKEjAHJ83aum.ENwtrTwNTjmhSToYK1',0,'m.gayed111977'),(4586,'beth.winters2004','$P$BU5QrAPRN4tX732MO2IIB25Vw0nGWO0','beth-winters2004','beth.winters@whiting-turner.com','','2018-06-19 12:45:34','1529412337:$P$BC73.hlyOEumGKQPA3MgU4wr6P.fIV/',0,'beth.winters2004'),(4587,'nathanrsims2001','$P$Bjmoc38WI812LTfXQmnA4bSt4maUX50','nathanrsims2001','nathanrsims@gmail.com','','2018-06-19 14:12:43','1529417564:$P$B/FRyKyWf8iVnmuXTHikTgrMJiPckO.',0,'nathanrsims2001'),(4588,'sugarmolly11950','$P$BnS59o0YczDG6VvP0aKGoH0rD6RO0S0','sugarmolly11950','sugarmolly1@yahoo.com','','2018-06-19 15:43:03','1529422986:$P$BzQ.kdS22QVGxWv97FyCjtBvqXN1IP1',0,'sugarmolly11950'),(4589,'davidm_gzz1993','$P$BIMBqm6x4PEuPWDBgAVjYJjwXvir6t0','davidm_gzz1993','davidm_gzz@hotmail.com','','2018-06-19 17:00:21','1529427622:$P$BmXcx6gMorINeIFfMAnmJMkG/U1Kv4/',0,'davidm_gzz1993'),(4590,'linds1977','$P$BqAJzu9HZdLWp4CIbkDmgcGmokB8kz0','linds1977','linds@shaw.ca','','2018-06-19 22:41:27','1529448089:$P$B7FYwnKUk2xvn0atZpvT3GccLLbDl0.',0,'linds1977'),(4591,'rogerbruce611991','$P$BpfHqia7X5VgaIIfDlSNWc5kpeENO1/','rogerbruce611991','rogerbruce61@hotmail.com','','2018-06-20 01:10:47','1529457049:$P$BFou6l5zZEo8tNp3clx7Q8DMOw5VW4.',0,'rogerbruce611991'),(4592,'antemus1994','$P$BnOHfzqyaovQQjyexINVjGedJ66..M1','antemus1994','antemus@gmail.com','','2018-06-20 05:09:39','1529471380:$P$BCmaXpNlzHBVa2ivfOwlAubBKqBItQ.',0,'antemus1994'),(4593,'jenrpennington2005','$P$BCnyGpjFDhMhubHPkP4ING0lc76bE9/','jenrpennington2005','jenrpennington@gmail.com','','2018-06-20 06:03:50','1529474632:$P$BuYE4vpAYC8owMWdmf8.gVkQDtwMxY/',0,'jenrpennington2005'),(4594,'nickthedick6191977','$P$B4dSJcy9tXvSKK68zb9MlAYCv25aiZ.','nickthedick6191977','nickthedick619@yahoo.com','','2018-06-20 11:10:26','1529493028:$P$BkPmgrsrYfeNbUoUZ/yhywIPRtuTPs1',0,'nickthedick6191977'),(4595,'eileenlb1984','$P$BNtXimvSvTVNb7JhemoUcf13FnNM70/','eileenlb1984','eileenlb@gmail.com','','2018-06-20 12:41:37','1529498498:$P$BTGXzCdHXh13rnSFub2C3SFejFkccA1',0,'eileenlb1984'),(4596,'ghanson1981','$P$BLUudpACrYaLB4Ls8Wmzt6gKktFgfw/','ghanson1981','ghanson@emcc.edu','','2018-06-20 16:34:29','1529512470:$P$Brgg9m9FVAcfSbwzA4pTj3FSJK98zA/',0,'ghanson1981'),(4597,'kneiser1963','$P$Bp9/RuABjb/nTylDNHs1h3zYVgka181','kneiser1963','kneiser@ycp.edu','','2018-06-20 17:05:39','1529514342:$P$BXjG6Ows9JR7aU7A42JtUdgY7EnCim0',0,'kneiser1963'),(4598,'ytephgreaves132004','$P$BX8gksj9lV0RTCrIfD19Yxf6vbE3Kj/','ytephgreaves132004','ytephgreaves13@gmail.com','','2018-06-20 22:36:42','1529534204:$P$BD6oUJfQ8MBkELbEztyAG1Xkk8rdwy0',0,'ytephgreaves132004'),(4599,'charritter51994','$P$Be.6qRGUdYdAMjwk4upZL.j2DdDIlz1','charritter51994','charritter5@hughes.net','','2018-06-20 23:30:59','1529537461:$P$Bxksnd6oYJLi6kevgs0sMVrMWUiE3c.',0,'charritter51994'),(4600,'dmancini1968','$P$BCQ6BrG0sTOYbsJpIBVHdGYdJJyBEa.','dmancini1968','dmancini@lbchevy.com','','2018-06-20 23:39:16','1529537958:$P$Bs/eEjJinAdn/DmRcGgb8M4xbv5SRK1',0,'dmancini1968'),(4601,'tracy.hyatt701951','$P$BAhQmEEEUcocPWzYE4hGhwDEQWTyc4/','tracy-hyatt701951','tracy.hyatt70@yahoo.com','','2018-06-21 00:52:07','1529542329:$P$BXVdQYLR..2RFiKVh83ocPyJXntKtp0',0,'tracy.hyatt701951'),(4602,'mdebu1921958','$P$BNAWp0xcYwX2GUJtm1QJ6mCZNrhqDh0','mdebu1921958','mdebu192@yahoo.com','','2018-06-21 03:21:08','1529551270:$P$BROOeq5Y9H9Nn1KlOSWOOJxIg/DNCh/',0,'mdebu1921958'),(4603,'robfam51967','$P$BmY94gIVKdZQZgtICooKu/ESt9iFOn0','robfam51967','robfam5@comcast.net','','2018-06-21 09:04:35','1529571877:$P$BwMQNMISMmQ7wj3cDjuusj5MpkFF211',0,'robfam51967'),(4604,'scott1950','$P$BqemxA0q3lJHAC1sBERDfIcb7Z3uwZ.','scott1950','scott@sagestone.com','','2018-06-21 09:34:04','1529573645:$P$Bs8c9oQUkJ2GtlYhJIUWT3OkPls849.',0,'scott1950'),(4605,'madduri.murthy1998','$P$BDtV0zTYlWVsY8y4wSxQHahSQzAOCK0','madduri-murthy1998','madduri.murthy@gmail.com','','2018-06-21 14:39:41','1529591983:$P$BTd0RMn8/NqZOMRp2UFKe6C2mN9tyM1',0,'madduri.murthy1998'),(4606,'juancamilo781954','$P$BLrxzvZ2LQqLtH.TsfCwLfy0trSmYV.','juancamilo781954','juancamilo78@gmail.com','','2018-06-21 14:49:00','1529592542:$P$BMcdCB7pYCyef9KrN/5H/bdVdLzSDR0',0,'juancamilo781954'),(4607,'cmthomas19692001','$P$BBuVumDSxDwqMqy5zALvwcIMAMKvK4.','cmthomas19692001','cmthomas1969@gmail.com','','2018-06-21 16:10:17','1529597419:$P$B2xvMAtO9vs.E8uHAvdmBqbt9IMDpg/',0,'cmthomas19692001'),(4608,'lindseymeng51959','$P$BvJF1OQdppM3DtCwm4S.iRLe1UnwvJ.','lindseymeng51959','lindseymeng5@gmail.com','','2018-06-21 17:03:39','1529600621:$P$BbP6KmRpC36TOe2Bcvm0BqONzzzfjj.',0,'lindseymeng51959'),(4609,'huze381411993','$P$Bgdyo030anGFJhhlJXXMuA/xTxpefz0','huze381411993','huze38141@yahoo.com','','2018-06-21 17:31:09','1529602272:$P$B3d/gZh.n2AIh18BfBPuDBL6hd9em61',0,'huze381411993'),(4610,'jmdimples41974','$P$BUtQK5tXJtemnQhjnx2aaZHJfbjstw0','jmdimples41974','jmdimples4@hotmail.com','','2018-06-21 18:48:48','1529606930:$P$BZeAg0YFs6Ypw6QZgbbHrox6HWyeWL/',0,'jmdimples41974'),(4611,'l.delre1993','$P$BncEh045P.V.0j04h3IjSEI00m7zYE0','l-delre1993','l.delre@rogers.com','','2018-06-21 21:24:53','1529616296:$P$BdjBIpcr.MRjctRKYdZSUoWNopYwQi/',0,'l.delre1993'),(4612,'newtdevilboon4201958','$P$BnfU5FbRTVhqQSZCUbmqvYiX0JtsYd.','newtdevilboon4201958','newtdevilboon420@yahoo.com','','2018-06-22 00:29:50','1529627392:$P$BHyC2aivdMs8ldYyMbSEgRVer8MPYM/',0,'newtdevilboon4201958'),(4613,'patti01771951','$P$BFTq2YxktoTFOKF9B1q9l05x2LuEvO/','patti01771951','patti0177@gmail.com','','2018-06-22 01:02:17','1529629338:$P$BZsAr7ngKDXdOs73Gdnge9KLbDSWes/',0,'patti01771951'),(4614,'serpicotoxpac1993','$P$BUguT1pxET.JaFFWG2XZ83w9QbuqcT1','serpicotoxpac1993','serpicotoxpac@gmail.com','','2018-06-22 03:17:16','1529637437:$P$BMY4yv7Wb3HpYX5znyKVn8Boh1m5zo1',0,'serpicotoxpac1993'),(4615,'abdinasirahmed11983','$P$BVfP7Ej/lgtWqCIVjdLIbcieLQw63s.','abdinasirahmed11983','abdinasirahmed1@hotmail.co.uk','','2018-06-22 06:24:40','1529648682:$P$BoPfaOay3RLMtdRUIXmflcpu04hmXP0',0,'abdinasirahmed11983'),(4616,'leahjclarke101956','$P$B5dwZ0hV1V2.nS3Y6Xss9ilvCuulp9.','leahjclarke101956','leahjclarke10@live.com','','2018-06-22 07:29:24','1529652566:$P$BrJRvrqJmRas.hJXTtLCrsiJ14QVif/',0,'leahjclarke101956'),(4617,'mariano.violante2008','$P$BP2FA7MJuikMCSGfG3geAL12ocVTG0/','mariano-violante2008','mariano.violante@brightcomms.com','','2018-06-22 12:23:13','1529670195:$P$Bupu/iOSJFdmUnzQDyi8Htaasl8BOa1',0,'mariano.violante2008'),(4618,'davidavent2000','$P$BEQHJQaJW0Bu0wAMz3rUKxZJVDtd3.0','davidavent2000','davidavent@hotmail.com','','2018-06-22 13:45:55','1529675156:$P$BJwHvCl7yQCFFPJ.2Mj4y9TXUAwHsT0',0,'davidavent2000'),(4619,'cnijhof1966','$P$BvqdH5bK3nyQpdIQEpcBU4.xgHw57O/','cnijhof1966','cnijhof@cfl.rr.com','','2018-06-22 15:13:41','1529680423:$P$B1md4MvTOTlBBPaO/TQxVg1lo/iCEA0',0,'cnijhof1966'),(4620,'crosstab21980','$P$Bl/s2203nvlf..JLiPqGAAU74eE.k/1','crosstab21980','crosstab2@yahoo.com','','2018-06-22 16:49:42','1529686183:$P$BeNS9cwR7XY2rJgG.jILW0H2CceYZ4/',0,'crosstab21980'),(4621,'adelpeche1998','$P$BCwA/qJT2Aog3RNsLi.SOnniSJMNkW1','adelpeche1998','adelpeche@gmail.com','','2018-06-22 19:33:15','1529695997:$P$BR/OD4FSFJQpEJ1fHTOU9/wpoW8IOF1',0,'adelpeche1998'),(4622,'91773499081958','$P$Bju2Gc8J/C/286BwJ2suLS3z8jLHZq/','91773499081958','9177349908@vtext.com','','2018-06-22 20:48:37','1529700519:$P$B56t9Y83wNfKf5bXzhRnSAPS4uzO5v/',0,'91773499081958'),(4623,'armie08761976','$P$BZUZ.K7TwOa68qmxQQl70uiiRH.VZ0.','armie08761976','armie0876@yahoo.com','','2018-06-22 23:34:59','1529710500:$P$B2x4B9AGZ/TVogsU8jK4bqYcjH6.Gb/',0,'armie08761976'),(4624,'hops99362003','$P$ByOvA2dbyP5q7bE3qQ46m7zrlK3yFH1','hops99362003','hops9936@yahoo.com','','2018-06-22 23:42:33','1529710955:$P$BpJD6vF.ETnyPWDpvgfjSd194NnGni1',0,'hops99362003'),(4625,'ubaset1966','$P$B7KqUr9BFl/H8l3Fasd0Ivbk4Y0DQ..','ubaset1966','ubaset@yahoo.com','','2018-06-22 23:48:12','1529711294:$P$B/pFklGYzyAPBxsqyuwepix2pms.jH/',0,'ubaset1966'),(4626,'randyz21985','$P$B5sGyIqq64zJG.MrUYX5NlAz8uSz0b/','randyz21985','randyz2@hotmail.com','','2018-06-23 15:18:50','1529767132:$P$BvXiGWrSd8TWy1XD/DtYjMQSIkA5kQ0',0,'randyz21985'),(4627,'oakleyakers451991','$P$BaoxapS8uVXm0Dhm/wCZjAaVQVY7rH/','oakleyakers451991','oakleyakers45@outlook.com','','2018-06-23 15:29:37','1529767779:$P$BNnMDWXqhvjt/a7OoOu3XfXnRQsk2R/',0,'oakleyakers451991'),(4628,'chrisscolonn1995','$P$BuuyetantqzrgVAHP/qsYkzQLFuXdV0','chrisscolonn1995','chrisscolonn@gmail.com','','2018-06-23 17:24:52','1529774693:$P$B634VjoXnrqXs.p5AXrdVfqfG20ObK/',0,'chrisscolonn1995'),(4629,'skimball19651969','$P$BC.f7jp7W9/BqJYTthlNruXtSTqlG9.','skimball19651969','skimball1965@hotmail.com','','2018-06-23 18:04:18','1529777060:$P$B4rJtf90Jpj2KdvelMBL4tVQJcYG9g0',0,'skimball19651969'),(4630,'rardamo221960','$P$Bam1pBM3ZeAkoWeZlfpO4fERIuRkWZ0','rardamo221960','rardamo22@hotmail.com','','2018-06-23 18:38:53','1529779135:$P$BQB1Au8sDBvMB7V8d7XW4/usr55J/L/',0,'rardamo221960'),(4631,'jrcastrolopez1950','$P$BCPjMfrHTaTSrxFTmM8U3c4uzZmHNz/','jrcastrolopez1950','jrcastrolopez@gmail.com','','2018-06-23 18:55:18','1529780120:$P$BODzdcWIF5IpF4NtmJej279orcwTpK.',0,'jrcastrolopez1950'),(4632,'furiousangel1972002','$P$BhRrEOGzUTBk6jq02LFjQCQAS2li2E0','furiousangel1972002','furiousangel197@gmail.com','','2018-06-23 19:32:04','1529782326:$P$Bb72QHRe1ATt.rlRejDZyZ2lcKa3vC.',0,'furiousangel1972002'),(4633,'djgregmack1957','$P$B9uQ3.7cKlt6RYWPjW9z7rB.xqbkGs.','djgregmack1957','djgregmack@yahoo.com','','2018-06-24 00:17:18','1529799440:$P$BHVSXY4NF8psyjabu72DAZ6qI/a8oY1',0,'djgregmack1957'),(4634,'haroldchason2004','$P$BkJSe5NGNw4nuhvGx.uFNn5WZvC/SM.','haroldchason2004','haroldchason@gmail.com','','2018-06-24 02:31:49','1529807510:$P$BbGYfyavNkNemDQ3Mc/tEmZDnSa2No/',0,'haroldchason2004'),(4635,'bena_boy1992','$P$BB8lPCXLvkSMzyqLnEXORK4eHal3UO/','bena_boy1992','bena_boy@hotmail.com','','2018-06-24 02:56:48','1529809009:$P$BA62FH3C.E8u/EKRtGmsNa.meZW87e1',0,'bena_boy1992'),(4636,'sharonsmithbd2009','$P$ByfAc6YFIREHhHrqZeq0mdosyT.LEK/','sharonsmithbd2009','sharonsmithbd@gmail.com','','2018-06-24 04:48:00','1529815682:$P$BY7SQbDzxcQLVnoLKqpANzVDPcmKxb1',0,'sharonsmithbd2009'),(4637,'samanthaluckett891952','$P$B7vlVk7LawLN.XnJY84sAU.UwhOunK1','samanthaluckett891952','samanthaluckett89@hotmail.com','','2018-06-24 05:50:07','1529819408:$P$B1jYJq.BAxTOzN1b6SrCY4OvvqNR09/',0,'samanthaluckett891952'),(4638,'cmagilke1989','$P$BwQDQG21FXFsAUjuozP9OCwx7yZ9Nf0','cmagilke1989','cmagilke@yahoo.com','','2018-06-24 07:51:50','1529826712:$P$BCmwJPmnqLZiOR0dNM2KZcD5viUs6v0',0,'cmagilke1989'),(4639,'swimwalker1989','$P$BgXuhpupBkz1BVONs2nWSmXh8D1ILG1','swimwalker1989','swimwalker@gmail.com','','2018-06-24 11:01:44','1529838106:$P$BN9VQSICeZWZTC4YjE1FZz5opc/0vt/',0,'swimwalker1989'),(4640,'nicoladipasquale51986','$P$Bzvb3YoggHBx5jfPBTqBZZ5N.DmRg//','nicoladipasquale51986','nicoladipasquale5@gmail.com','','2018-06-24 11:23:53','1529839434:$P$B0w6V7n.wZ7i9zT2Tz8khvCjiC7s6J1',0,'nicoladipasquale51986'),(4641,'admin1957','$P$BoUUnqv/gAndce/hVKOe8UWCqDDIXa.','admin1957','admin@lanmarkwholesale.com','','2018-06-24 14:40:09','1529851211:$P$BIbMw16cgeDJJ6m99DZxFzbViR9CGW/',0,'admin1957'),(4642,'brooke.crow33181973','$P$BGOKPTVe14.gnl9paBPWGJeRSg.Rlk/','brooke-crow33181973','brooke.crow3318@hotmail.com','','2018-06-24 15:05:20','1529852722:$P$Ba5DjySPfnTuPhYcNT2OLkeUx3uMyR/',0,'brooke.crow33181973'),(4643,'stephenrees677bt1964','$P$B3Lu2SGBY1vYnIyihiBoAVHdWYhoJu1','stephenrees677bt1964','stephenrees677bt@hotmail.com','','2018-06-24 16:52:47','1529859168:$P$BO7MQlNufI4kyRXklVpkH0ioesXhj6/',0,'stephenrees677bt1964'),(4644,'tgeanis1966','$P$BmHARukfeXNDPhvibILDSXz6tSM8ss.','tgeanis1966','tgeanis@gmail.com','','2018-06-24 17:08:41','1529860123:$P$Bd9crdiDdUrj4PZgDSw7iBVJMhCil2/',0,'tgeanis1966'),(4645,'brieh122004','$P$BZ0h/cvOb4o39ykZfZh0/FRPlr8WBe.','brieh122004','brieh12@yahoo.com','','2018-06-24 20:26:42','1529872005:$P$BGFQzyq/qn3B48wXee8dLB3/vRzrJ61',0,'brieh122004'),(4646,'jewell_rules1960','$P$B8uQK7nVfh3Os6Y8eYBTa6Da.vYtE/.','jewell_rules1960','jewell_rules@yahoo.com','','2018-06-24 20:38:55','1529872736:$P$BrQTr9liObOCrVdxmH9Ri5HKDt2myX0',0,'jewell_rules1960'),(4647,'weinanico1958','$P$BFuHaTuNRZA5YWRvG62w/IJwuhdgp91','weinanico1958','weinanico@gmail.com','','2018-06-24 22:09:10','1529878152:$P$B/USMoOYRmVgkB9lDl9AaJl5we9yH7.',0,'weinanico1958'),(4648,'sgentry10811977','$P$B7kywNsxeONWwfBW72Rri5/9lw0k3c/','sgentry10811977','sgentry1081@hotmail.com','','2018-06-25 08:27:07','1529915229:$P$BtkGPgZelPP1eyE46rfcQkzIwA/5/40',0,'sgentry10811977'),(4649,'goldiee692007','$P$Bh7HJGhQ8Tywn7dZF9Lbd7TwZ1fFB5.','goldiee692007','goldiee69@att.net','','2018-06-25 11:50:01','1529927403:$P$BFyHydNCHjORubdSANo9SV4wSnzaj4/',0,'goldiee692007'),(4650,'rhondalduprey1986','$P$BqE9n75ckTKxoxis2dbdj5DPBVQeQ71','rhondalduprey1986','rhondalduprey@hotmail.com','','2018-06-25 12:41:56','1529930517:$P$BOTFdOo1FMx3G5l8dvdfCPd3q.i7WD.',0,'rhondalduprey1986'),(4651,'justinm.iphone1988','$P$BByFKwCTUIwengdfmlfRPaEKDRPpaW.','justinm-iphone1988','justinm.iphone@gmail.com','','2018-06-25 13:35:00','1529933703:$P$B8Uw3owyWsxwVKOQjLpQ8YXB4C008S1',0,'justinm.iphone1988'),(4652,'payments1981','$P$B/ljvwFMTFrnmezAoXkuu/KGRHlNXF.','payments1981','payments@cuddleandkind.com','','2018-06-25 15:09:51','1529939392:$P$BMqms8iGTw2C/24om4tNObsFHAKcew/',0,'payments1981'),(4653,'saunny.murray1973','$P$BdlVd7sLJyInuBAiPAbQYyKJN8o2o01','saunny-murray1973','saunny.murray@affiliated.org','','2018-06-25 15:23:51','1529940234:$P$BgtE9quZBjpYN6k/BwQa7gBVDhKvNA.',0,'saunny.murray1973'),(4654,'shannon1950','$P$BBrZ3m3wSf1lrP/aqOLKtm/MPAXiU40','shannon1950','shannon@mgarrett.us','','2018-06-25 19:02:25','1529953347:$P$BMZp91CdxuDtSWQlATgeHmqie1PSvR/',0,'shannon1950'),(4655,'alexcrystalmd1958','$P$BAMfveKm.lCxRju94RDRL2ig1H335y/','alexcrystalmd1958','alexcrystalmd@gmail.com','','2018-06-25 19:13:36','1529954019:$P$BJClMrJDtIvq95bGvL5XMt.IarBU03/',0,'alexcrystalmd1958'),(4656,'dvu00171981','$P$BaIsSVZqDicVjbk7e1L4gtuPbh7i5i.','dvu00171981','dvu0017@gmail.com','','2018-06-25 20:11:48','1529957509:$P$BIrutNC.Eb2FXXMWdTei8zJkSrNLJo0',0,'dvu00171981'),(4657,'ssbknyc1978','$P$BDpRqXS2rsyZaDc1QNGu.HR0EznhLH/','ssbknyc1978','ssbknyc@gmail.com','','2018-06-25 22:02:21','1529964143:$P$BRiCKjDVeAvwDNSOU2/bEnC406185u.',0,'ssbknyc1978'),(4658,'a.williams2005','$P$BDle3FcRqzvbQcOA1cbTOYL6KJ4knN.','a-williams2005','a.williams@allamericanmoving.com','','2018-06-25 23:47:53','1529970475:$P$BBcgAcbeZG8SrhrR9wLil37cq/qGwG.',0,'a.williams2005'),(4659,'heatherlawton3121971','$P$BS.3AmueLh057pQSlLk7ID6Y8nvbRQ1','heatherlawton3121971','heatherlawton312@gmail.com','','2018-06-26 01:00:32','1529974835:$P$BOxFkyhiROACG6fOsPK0GysrEmwlHc.',0,'heatherlawton3121971'),(4660,'jfontenot1977','$P$BZTy/YEigGw73aVjSz0o4RIZ1QCas50','jfontenot1977','jfontenot@live.com','','2018-06-26 01:15:09','1529975711:$P$BLv3mlB.Q1l.O5lVECFwfynGBiVnZh1',0,'jfontenot1977'),(4661,'eleni_love1979','$P$BIabsbwfwzYZpQqw8q/MzBaN1vZhQd1','eleni_love1979','eleni_love@yahoo.com','','2018-06-26 05:43:43','1529991825:$P$B2bXoCxZxaNpLR.4NGpTD4dkL7oAJ70',0,'eleni_love1979'),(4662,'graf72331990','$P$B6eWpcrJkFSdAkqJo0kYAhNYtYd9vg/','graf72331990','graf7233@gmail.com','','2018-06-26 07:11:32','1529997094:$P$BBqcHkYOCrESWUNOauFa2ZhE.EvpPZ0',0,'graf72331990'),(4663,'roslynyoung1966','$P$BE9E6b2V9Fo2FlToxGN3BtBmlntvOu/','roslynyoung1966','roslynyoung@windstream.net','','2018-06-26 08:04:30','1530000272:$P$BKn2QiKY2.9QyNi9.jco0BZrls9UOY1',0,'roslynyoung1966'),(4664,'seetalaxi1961','$P$B0xrGKdBjoJX44ylGAPwEo5JisH/qD0','seetalaxi1961','seetalaxi@hotmail.com','','2018-06-26 13:24:36','1530019478:$P$BSwfh9NZC8QIgt/YEdonZDqdw1NC/I.',0,'seetalaxi1961'),(4665,'michael.bahnick1962','$P$BSyKl0qf32IQLtxOSwEw3jGK61jH1O1','michael-bahnick1962','michael.bahnick@gmail.com','','2018-06-26 14:01:09','1530021671:$P$BWSjwtjKIg85kltCHBJCKx.4TXJL2V/',0,'michael.bahnick1962'),(4666,'kaylanichelle211980','$P$B07JhkwkaYF8eh9kXcpMgSBWXVKTev0','kaylanichelle211980','kaylanichelle21@gmail.com','','2018-06-26 14:10:56','1530022257:$P$BEqKhb693QeBSmDw5urY3dkC6r4vTP1',0,'kaylanichelle211980'),(4667,'sreblin1975','$P$BIhn7HbcdEFwZLlNhzZRzSj3LwTSJ4/','sreblin1975','sreblin@gmail.com','','2018-06-26 14:21:44','1530022906:$P$BzF774SOXcBA56nHYVglLbWRdbNdFq1',0,'sreblin1975'),(4668,'stkasel2006','$P$B3idYG6WO44QU7RI.MbUwFsKkJ9rod0','stkasel2006','stkasel@gmail.com','','2018-06-26 15:56:35','1530028597:$P$BmCV0vrOf0MtQC79l100dCErDnnhQR.',0,'stkasel2006'),(4669,'jorrib1963','$P$BWDhMJvgTogfIoBHX77cPpST5mK6Fp.','jorrib1963','jorrib@yahoo.com','','2018-06-26 16:26:10','1530030372:$P$BqBImDVUxXB5LISqZoKtlJTlo20Nf..',0,'jorrib1963'),(4670,'info1993','$P$Bg9z/lT4knUJ.yR.DeaT6bx0LeFPmL1','info1993','info@huurwoningenland.nl','','2018-06-26 17:55:14','1530035716:$P$BGKw5wo7i5mnN3OVIiG5Vs/naFlDW1/',0,'info1993'),(4671,'aaron.rames1991','$P$B36UtMXPQI9SBHgxeKD5.GanTVr0RT1','aaron-rames1991','aaron.rames@gmail.com','','2018-06-26 18:19:50','1530037192:$P$BT8iczIHWmEWsyaROUgisUpfYSpr6z1',0,'aaron.rames1991'),(4672,'gawaross1960','$P$BKVXaXyp6D5vUTcScA1hv6rHWEPkHb.','gawaross1960','gawaross@gmail.com','','2018-06-26 18:31:35','1530037897:$P$BlDW9bbXfvIvFUei0XtR9/pxRcDuD51',0,'gawaross1960'),(4673,'pbk10551998','$P$BGRheYr2QMLBkacwLzV7QP2FgQ4C2u1','pbk10551998','pbk1055@yahoo.com','','2018-06-26 18:41:02','1530038463:$P$B7lE2HqgJelNJwYEUs7mslhWpQcSS20',0,'pbk10551998'),(4674,'rhdasari1969','$P$ByWEd1PTbX.YiIOFsKQcOICjwa7lZR0','rhdasari1969','rhdasari@gmail.com','','2018-06-26 20:53:50','1530046433:$P$BITUNb4UTrkzuwo824FI6c7D7QtdGu/',0,'rhdasari1969'),(4675,'kksommer2002','$P$BvPZit85FxbIYdBvRi9F1MwPBzJEEX/','kksommer2002','kksommer@ncsu.edu','','2018-06-26 21:58:25','1530050307:$P$BP86OeJ4JerOGCnlRS.R3a3PTBcf2e1',0,'kksommer2002'),(4676,'losty5mt1951','$P$BTPmdyY7PRR1sZguKgbldG4XnXP73U0','losty5mt1951','losty5mt@gmail.com','','2018-06-27 01:53:03','1530064385:$P$B8Isusv2O.fJewy6btsnbvqTCxup0K1',0,'losty5mt1951'),(4677,'jammer3211983','$P$B7ltCdd/rMFBJXZK5P0wGuAHwQQax3/','jammer3211983','jammer321@gmail.com','','2018-06-27 02:15:03','1530065705:$P$BTjCsdI6Kx.bZL05X1OVm3O6jFXrpH0',0,'jammer3211983'),(4678,'bmkeith11991','$P$BcgmC7IsSChz6HiNyHrV9C1O5CvZzG0','bmkeith11991','bmkeith1@gmail.com','','2018-06-27 02:17:26','1530065847:$P$Bx6jQdOSUYrY6mR5G/VHK.2JlABEqi.',0,'bmkeith11991'),(4679,'mojada222009','$P$B1OGnHUc.iFq.l24xIj4cG.2YgrQcV/','mojada222009','mojada22@gmail.com','','2018-06-27 02:52:49','1530067972:$P$BS8768OPRccv1duw9pmZu/Iyu06PHh/',0,'mojada222009'),(4680,'hasteveha1955','$P$BFdV93NzZK3BV4mxpm5QJbX/2gx44M/','hasteveha1955','hasteveha@gmail.com','','2018-06-27 04:36:17','1530074179:$P$Begw7WW.tnLpF45JT1FETO6MyJPBoY/',0,'hasteveha1955'),(4681,'i_metric1960','$P$BhtOkp/RjdAM4yaBxJWcl87Mv8ri971','i_metric1960','i_metric@yahoo.com','','2018-06-27 07:56:38','1530086200:$P$B7qkfJ9bwVzJOhnUH6JYhugv.j4qu9.',0,'i_metric1960'),(4682,'atyson.1251969','$P$B4TUfDH4FFcU1mCamVPvqUhii0XXfD/','atyson-1251969','atyson.125@gmail.com','','2018-06-27 08:47:55','1530089277:$P$BRCftKAj6ZzMxHRB37sovoRT3F.umA1',0,'atyson.1251969'),(4683,'jfancyface701998','$P$BT2eoOuDsGC6aKAKGGaeh2Wq/MAYPv/','jfancyface701998','jfancyface70@yahoo.com','','2018-06-27 09:11:50','1530090712:$P$BOxrmO1qsQVC0fs.K5NqTMsyfCMg9v/',0,'jfancyface701998'),(4684,'catherine1965','$P$B0KJgj.nUVEyHt4ASejS46zulUPgrD0','catherine1965','catherine@talentsupplyltd.com','','2018-06-27 10:23:19','1530095001:$P$BKRGevrG7go.56owe6c6Ml/XwGctrd1',0,'catherine1965'),(4685,'tuftev1960','$P$BPSzRFN.uy0JQk9xT3np/cT.fITRAZ.','tuftev1960','tuftev@hotmail.com','','2018-06-27 10:49:22','1530096563:$P$B7LQTEhTZnh2Ow8R9J8bpaa5TNl0r/.',0,'tuftev1960'),(4686,'westin_susan2004','$P$BP9uthrNydJTrg9KzuZMuywS2bXaAe0','westin_susan2004','westin_susan@yahoo.com','','2018-06-27 13:20:48','1530105650:$P$BciwEx1CbOLAeOFF.mlaMUP1bTwt.C.',0,'westin_susan2004'),(4687,'mamaof3boys421998','$P$BDNq/wcCZ8WGyKDB.lq5R7GSt3h0a9.','mamaof3boys421998','mamaof3boys42@yahoo.com','','2018-06-27 15:17:33','1530112655:$P$BKcH8oGOuwG8GOFLmfEtjJEVvfAFCh/',0,'mamaof3boys421998'),(4688,'mascioda1969','$P$BI.4zgLbMOhfC89sTG8DHTRoJtXvRM1','mascioda1969','mascioda@gmail.com','','2018-06-27 15:47:55','1530114476:$P$BdS4SIjAj8HXakEMTDspVujJ796C3r.',0,'mascioda1969'),(4689,'fomppc1955','$P$BpwlVpo8BF1u2HzyBkKptUmOcFa8ia/','fomppc1955','fomppc@att.net','','2018-06-27 19:50:41','1530129042:$P$Byul6qW5MVdHckdpI/dgl9.6A2Xw1d1',0,'fomppc1955'),(4690,'rentals1968','$P$BRYZIVgZTR07kv7yVyZYJgk0sWvSJS1','rentals1968','rentals@ultimatepartyservices.ca','','2018-06-27 20:15:24','1530130526:$P$Brw.sUDriXPkzUq15RidOvDRzLM/D11',0,'rentals1968'),(4691,'allenhjpark2001','$P$BQdVTeVdzVULcxRFgyPrnBR74AYGSR.','allenhjpark2001','allenhjpark@gmail.com','','2018-06-27 21:20:44','1530134446:$P$BBKLh69gkRgdTxHINDbyJ8xz0I5uaJ/',0,'allenhjpark2001'),(4692,'vdorsey1151965','$P$BO4wqGplZZYqMDTDe36eO15J.RGXR/0','vdorsey1151965','vdorsey115@suddenlink.net','','2018-06-27 22:39:18','1530139160:$P$BekC5/OyfknZwaeaq.GJR6rWTKQ2oO/',0,'vdorsey1151965'),(4693,'athayer1969','$P$B3GPu9z6Pq0Vp9iqJRUKwpNWrytBki/','athayer1969','athayer@thepinerycc.com','','2018-06-27 23:25:41','1530141942:$P$BPSpvzfCI.bqkz0EBuKG9CC2C24xR01',0,'athayer1969'),(4694,'soeren-sereetz1979','$P$B1EpPCWNkGrVEmeEB.6.9CoIYXuJwI0','soeren-sereetz1979','soeren-sereetz@web.de','','2018-06-28 11:35:13','1530185715:$P$BVPHKPS0imAL6aUh/uiiRhV33f3JMJ0',0,'soeren-sereetz1979'),(4695,'crystalvaesau1967','$P$BpAw2fxzN7Oh.iAKklmvtcedAaBfmA1','crystalvaesau1967','crystalvaesau@yahoo.com','','2018-06-28 14:48:09','1530197291:$P$BmM6Xs0FH2ttYaw2mgyzOyiEn8FPQj0',0,'crystalvaesau1967'),(4696,'david2004','$P$BRSaNCBEgWV7cdfKIePus0O1ScdIOD.','david2004','david@southwellcpa.com','','2018-06-28 15:54:55','1530201297:$P$B3SSBWXwVQIjjZjhn6ofCVzDDCdq/h/',0,'david2004'),(4697,'cebonds1978','$P$BTIeWsZxtQBSwGuVBW/OLZU01.e5qa/','cebonds1978','cebonds@gmail.com','','2018-06-28 16:19:56','1530202798:$P$BBk7l4RHk/pypeK6PVlnR5L7wghT840',0,'cebonds1978'),(4698,'seanpeng151958','$P$BQ1DKRqdbwnCHgjxa3QzsavO/w1cuI.','seanpeng151958','seanpeng15@gmail.com','','2018-06-28 16:50:34','1530204635:$P$BS69QIkW0CvDOA8NEAJOt88O6eST2T1',0,'seanpeng151958'),(4699,'gmherlitz1983','$P$B2i25jr7Wr5qlLvyR7e5Q7g14Svzo6.','gmherlitz1983','gmherlitz@gmail.com','','2018-06-28 16:51:56','1530204718:$P$BtGvS3/6PlnyKbb1YfgS78mIw3cy2o0',0,'gmherlitz1983'),(4700,'stephenwnickerson2007','$P$BOE7zFWyJcbVBWFel82wZNTcxkaLfR1','stephenwnickerson2007','stephenwnickerson@gmail.com','','2018-06-28 17:24:28','1530206670:$P$B7oh3nP7MoGuX8yI42cWyBF/bndGMh.',0,'stephenwnickerson2007'),(4701,'carolinecandib1956','$P$BONYtbrjnhV9iXZa.le3YUJ.4P4tQT0','carolinecandib1956','carolinecandib@bellsouth.net','','2018-06-28 18:44:59','1530211501:$P$B7KRY8bZ6gOWQPzFUEXp5U8lVzst8F0',0,'carolinecandib1956'),(4702,'luisa.wiedemann1967','$P$BNzzgAJtWkl1n/PKCiunnMBbr0aBtu1','luisa-wiedemann1967','luisa.wiedemann@web.de','','2018-06-28 19:05:26','1530212727:$P$BnLOR6ZOHWQoQOo5qwF0L22s2.9g0D0',0,'luisa.wiedemann1967'),(4703,'mchenry.rebecca1992','$P$BIBmPurvlCsStXj0mycJClHMVVcHVA1','mchenry-rebecca1992','mchenry.rebecca@gmail.com','','2018-06-28 19:50:57','1530215459:$P$BJRKdr73vRyuNeboftEQu9.dDh1xtx1',0,'mchenry.rebecca1992'),(4704,'ceking611972','$P$BMCWm.11myRtoW8xSvc91bmYoBIdxk0','ceking611972','ceking61@hotmail.com','','2018-06-28 20:19:30','1530217171:$P$BSrpY.WJa1R31FbSAzOYsYF1lS3Cv31',0,'ceking611972'),(4705,'gzeidler11984','$P$BpEdPyVRbJlhfs6CU6JW/IvgLi1mRq.','gzeidler11984','gzeidler1@yahoo.com','','2018-06-28 21:39:44','1530221985:$P$BTSqMnF8wLS8Z38mTOiwwIAMMoXhFS1',0,'gzeidler11984'),(4706,'evanjams1989','$P$BoMVBYy7mvgb1GSptT4g0U.f5SGEWU1','evanjams1989','evanjams@gmail.com','','2018-06-29 05:01:24','1530248486:$P$BRdKXFeMTzXnvl9ywdqnym0MySYEXN1',0,'evanjams1989'),(4707,'rlgrillo1973','$P$BpuHHJfGnsCiHN4vWEK5YuUP7oTs.S.','rlgrillo1973','rlgrillo@gmail.com','','2018-06-29 05:17:06','1530249428:$P$BQriypLPJfdeDvp9UFb9aRobAD7iQj/',0,'rlgrillo1973'),(4708,'kate11051979','$P$Bt5Wjo1.0u2lQcD1jK0aV/S2SOsitJ.','kate11051979','kate1105@gmail.com','','2018-06-29 07:55:52','1530258954:$P$BGh.pc1myoFXlliTvhmzjViBICuun.0',0,'kate11051979'),(4709,'mmprogen2000','$P$BdgomZx.2hhND7QQGoMmNtwllAOrjy0','mmprogen2000','mmprogen@gmail.com','','2018-06-29 10:59:48','1530269990:$P$Bg1dqQoA6eoI/kISgAGcp4Cd/g5yZy1',0,'mmprogen2000'),(4710,'charliemiz1967','$P$BpAtYfhhhlgPLn.xP.pcLhpcHfBLCq0','charliemiz1967','charliemiz@msn.com','','2018-06-29 12:46:15','1530276377:$P$Bjc/EPdA0.GKRV9CEzrT3MGfQcDX3L.',0,'charliemiz1967'),(4711,'jim2me1987','$P$BEQs/ARPg1CaX1up5KLUVeM7PM.Zyh/','jim2me1987','jim2me@yahoo.com','','2018-06-29 14:19:32','1530281973:$P$Boul4pRvl81Y/NdLt0Wsj6KLQ13RVX0',0,'jim2me1987'),(4712,'ebay1996','$P$B27FtaEsQxwhLv9Ma9QYc6nnW8tVDu.','ebay1996','ebay@yourlaptopsolutions.net','','2018-06-29 17:31:30','1530293492:$P$BR0ahsMGvPw7.YEM/BbPXwnul4zaFm.',0,'ebay1996'),(4713,'natebell1966','$P$BUmlD/grRpeL19ewerswZw.aW1uuLw.','natebell1966','natebell@msn.com','','2018-06-29 20:03:34','1530302616:$P$BvYZfRKpecwWhdDVqaBQwtZIsD5GEG1',0,'natebell1966'),(4714,'atarispostergirl1971','$P$B.fKxvlzKwHnX0vPRCmi8gjFdNu0bq.','atarispostergirl1971','atarispostergirl@yahoo.com','','2018-06-29 20:46:37','1530305199:$P$B.SvY6e8bcfzdynkOAypr4AkaM9Bvw1',0,'atarispostergirl1971'),(4715,'elk12006','$P$BZxSaFSx8JDsjnfmcHrEi/ZB1J6MKh/','elk12006','elk1@telus.net','','2018-06-29 21:24:14','1530307455:$P$BH9OObzh8STKLXeOiI4K0UDpCQRX73/',0,'elk12006'),(4716,'russellplaca1957','$P$BO1.ym5hXZFSKkjfD6I/Qx5JM.wBry/','russellplaca1957','russellplaca@gmail.com','','2018-06-29 21:50:21','1530309022:$P$Bxr2m7uRGrRvaaADd9ZafaEQgbTQBg.',0,'russellplaca1957'),(4717,'courtneystrawhand1969','$P$BFyIvPgz4d08SyLyrjD4Jvkgqq4Uay1','courtneystrawhand1969','courtneystrawhand@gmail.com','','2018-06-29 23:04:50','1530313492:$P$BFwV7AzkcmSmZhhDrWjAQfEpNHXxze0',0,'courtneystrawhand1969'),(4718,'kimgreen981994','$P$BqRLASV8bivFGJJU7o.BaqiYQ9XRlE.','kimgreen981994','kimgreen98@gmail.com','','2018-06-30 00:20:59','1530318061:$P$BMdMF7W.Kw0hhq72PSKq4.7rpi90f7/',0,'kimgreen981994'),(4719,'yvonneosborne771974','$P$B02RoTXkWiTzb8Y7eKpZeGxR5w0XmZ0','yvonneosborne771974','yvonneosborne77@gmail.com','','2018-06-30 05:01:26','1530334890:$P$BN79kUp8HUxN8qkBk4EmQVPbgLnp8T0',0,'yvonneosborne771974'),(4720,'meganlawless1960','$P$B/fGxg9vNMnfFTISbg4GYK3Qf1ESBQ.','meganlawless1960','meganlawless@yahoo.com','','2018-06-30 07:33:41','1530344022:$P$Bx1kW4HbOK2MG/koQVbi9n/U8baa6s/',0,'meganlawless1960'),(4721,'nikkiambort1973','$P$BBXq.4K0hWU8C1Bgb9pYuNjzF2FBQM.','nikkiambort1973','nikkiambort@yahoo.com','','2018-06-30 07:49:34','1530344976:$P$BkUF/pAx3L3frAQM73ZKbrwdomW290/',0,'nikkiambort1973'),(4722,'blondeindisguise_19941965','$P$BGaKpA4Wgap.vjEb6QpSZS65b6qtV/0','blondeindisguise_19941965','blondeindisguise_1994@yahoo.com','','2018-06-30 09:46:33','1530351995:$P$BBNuEtyoF7a4ps5tk8MiXOlLHhwfjU/',0,'blondeindisguise_19941965'),(4723,'disco6151950','$P$BERaLzjMUHOqnmXBWtdBjxBGWIKPSw.','disco6151950','disco615@yahoo.com','','2018-06-30 10:14:16','1530353658:$P$BzMZzfODrLMT/40hNy1BGqsv2L48as/',0,'disco6151950'),(4724,'joedirt1964','$P$BK7.ybvh4sYl.JNsfjO4a2U5yUFBvK0','joedirt1964','joedirt@sti.net','','2018-06-30 13:22:53','1530364975:$P$B/8JmMXcudiHho8VOLSnOyM0UL84KY.',0,'joedirt1964'),(4725,'chrissyveal1976','$P$Bzo2rllongEg8vdJzLULNqhtSxuijb1','chrissyveal1976','chrissyveal@yahoo.com','','2018-06-30 16:50:17','1530377418:$P$Bultg5r5WiEzJNmmT5O6wyuAXsvE2//',0,'chrissyveal1976'),(4726,'james-rg1980','$P$Bj1gy/zn4JVxp5dxb3TzqDtClpHak0/','james-rg1980','james-rg@emailline.net','','2018-06-30 17:04:49','1530378291:$P$BzEiA7/4Bj7FPJ7Ub46Gxj35GOxA6p/',0,'james-rg1980'),(4727,'elena.almadovar1995','$P$BM4hkythH9F1BxnBnBTJozcjNvTW7o0','elena-almadovar1995','elena.almadovar@yahoo.com.ph','','2018-06-30 23:54:36','1530402877:$P$BKHxFWiKOMvTqFWba/XeI555jBffdT.',0,'elena.almadovar1995'),(4728,'emgood891992','$P$Bx14BnZFEZJZwnAXjBZKHzQGAB4njO.','emgood891992','emgood89@gmail.com','','2018-07-01 14:06:20','1530453982:$P$BfEL3z1hMKpJbrMBqiUztCQj5aBBlg/',0,'emgood891992'),(4729,'jonathandeck1999','$P$BKj/6ZHTsRH/L7z1hUvTDvwrrQhULG1','jonathandeck1999','jonathandeck@gmail.com','','2018-07-01 17:08:36','1530464918:$P$BfzTFDgm59AYp/OQY4BNvJX2XMkgEU1',0,'jonathandeck1999'),(4730,'enekrilov2005','$P$Bs0s8fjqKKZxwhKKbLzwgKBYJ8mEG51','enekrilov2005','enekrilov@yahoo.com','','2018-07-01 17:11:41','1530465102:$P$Bpzhc0mQJIgv0QgHn44Qf1.DB5ypsD/',0,'enekrilov2005'),(4731,'danstory20081994','$P$BFfI4C9NxJzmgvwC1Mxj91q7Rnzzlu/','danstory20081994','danstory2008@gmail.com','','2018-07-01 19:51:39','1530474701:$P$B0Rcq5HkpdL8q02O3bfEdkVzGx8b4l1',0,'danstory20081994'),(4732,'theartist444441992','$P$BpION5WxqOyqhFVqdPPnbLWShJmuEd.','theartist444441992','theartist44444@yahoo.com','','2018-07-01 19:56:55','1530475017:$P$BxavmRc328UdTqvRz4JBeG.lbAlOpN/',0,'theartist444441992'),(4733,'phung.huynh1967','$P$BGR3IOZPDIjbAAjw8d5vUeSxyo12x71','phung-huynh1967','phung.huynh@gmail.com','','2018-07-01 20:58:18','1530478699:$P$BBCmk6nDQAAjgas4GxXaRI8MxBpB6c1',0,'phung.huynh1967'),(4734,'drscas53571968','$P$BRpckwAjPl4g5Bc3CuaLuFJddHqyph1','drscas53571968','drscas5357@yahoo.com','','2018-07-01 21:37:48','1530481070:$P$BcKVPubYjf/mJEdrzL.T1sh/sJ6aIi.',0,'drscas53571968'),(4735,'dprasser1975','$P$Bl/WCidWX8wA.a3KpkG/Ye9VNTKDQG.','dprasser1975','dprasser@bigpond.net.au','','2018-07-01 23:39:39','1530488381:$P$BgU3n6TF5No2JBlnoa43GiFMWFBPu6/',0,'dprasser1975'),(4736,'j.smith471979','$P$BOJ1aqyEvuGFbMashngnaoIrf/CqiJ.','j-smith471979','j.smith47@sky.com','','2018-07-02 02:10:28','1530497430:$P$BPQDlquDcsnUEqbIrGiOgslJYrMCsx.',0,'j.smith471979'),(4737,'tabatha.steele31970','$P$ByRmfa4SRiGSlONPhXPXcCvcH63eGJ0','tabatha-steele31970','tabatha.steele3@gmail.com','','2018-07-02 05:17:39','1530508661:$P$BZdxxu/RJTyixdj2oX.CEkdaPFe/Ag1',0,'tabatha.steele31970'),(4738,'cmackmedia1983','$P$Bilx4Mc8V4CN4Xn8xjMCSHNsVDcRmx1','cmackmedia1983','cmackmedia@gmail.com','','2018-07-02 10:06:03','1530525965:$P$Bv2091m.2/bRTpGKTUVVMBrttUNUnG/',0,'cmackmedia1983'),(4739,'thumper63ch211995','$P$BCF7AZYNfbYlnPfZ0q6cEtVb6cZvyB/','thumper63ch211995','thumper63ch21@yahoo.com','','2018-07-02 13:35:07','1530538508:$P$BGSDOxRQAaD.R3CWI8pEo7X.rDH0Ps1',0,'thumper63ch211995'),(4740,'andrusko121970','$P$BL8rk54/mTmsze3E.1wZBLUSBbh/kB/','andrusko121970','andrusko12@comcast.net','','2018-07-02 16:22:34','1530548556:$P$B9YekNiN1Lkcr87TNJZ1VmXih8ee2a0',0,'andrusko121970'),(4741,'kitkat.yin2001','$P$Bik9W6KrHvCvVmUYLNpEoyajk1UZaq1','kitkat-yin2001','kitkat.yin@gmail.com','','2018-07-02 16:43:36','1530549818:$P$BCkeL.8bs7P0zBbWOUrinIVqN8bV/n/',0,'kitkat.yin2001'),(4742,'gregheath1969','$P$BbClHuBHYil2aEJwIioEOFG85fIcXY0','gregheath1969','gregheath@comcast.net','','2018-07-02 17:11:32','1530551494:$P$BQ.i/qmOvyhVjdQG6TPKeKCTAIMSP4/',0,'gregheath1969'),(4743,'vlado_pld1955','$P$B2Mo6tNSl/U80cHdnUPUvGuQS7pd6A/','vlado_pld1955','vlado_pld@yahoo.com','','2018-07-02 17:43:26','1530553407:$P$BSLFQkTzWyrcf0TEdpKLS7oEHcOGWL.',0,'vlado_pld1955'),(4744,'cheftony1771955','$P$BjDHqdEBTgfz4p0OrS5AZSCHiBzWa01','cheftony1771955','cheftony177@gmail.com','','2018-07-02 18:37:37','1530556658:$P$BA34j9QeYKbb2f3E62MQ52HhTSPtEC/',0,'cheftony1771955'),(4745,'samanthajaneb1978','$P$BjOvQCa1DEPQseliNjWUZB4bwMKT5m.','samanthajaneb1978','samanthajaneb@gmail.com','','2018-07-02 19:35:12','1530560113:$P$Bia5LoeCwO3vTdKT8DjSo3GESu92rf1',0,'samanthajaneb1978'),(4746,'gary2005','$P$BNdW7Z.Q2N8Dow5/oiU6YsfNjxayIj1','gary2005','gary@siliconvlyhomes.com','','2018-07-02 19:37:55','1530560277:$P$BtNlgqsQfdsnbFkYp7X8.PrmJJKMDN1',0,'gary2005'),(4747,'kayegibson1984','$P$BXHNYVFcTKuLrqKb4blYj4q8thB3qX/','kayegibson1984','kayegibson@att.net','','2018-07-02 19:59:01','1530561543:$P$BPynBsrWg.1SnNPo3C1.74roXVrMXw/',0,'kayegibson1984'),(4748,'rebalynbecker1954','$P$Bggsadnysr3LBehZ1cBUpZXP5Narbn1','rebalynbecker1954','rebalynbecker@msn.com','','2018-07-02 21:01:01','1530565264:$P$BGHvK5UICYMB59EB1cCYjwJonKRgmE.',0,'rebalynbecker1954'),(4749,'paul_mikolaj1956','$P$BYKFu2GVuzcDqhmbv38ER8equxb35G1','paul_mikolaj1956','paul_mikolaj@yahoo.com','','2018-07-02 21:09:49','1530565791:$P$B.JlzQqr7rZQhA3fqy8P3E5JJ0hKQW/',0,'paul_mikolaj1956'),(4750,'mebanks1999','$P$BVN8E6RI.P.rZGyWDoVJNvK1Y4XUQT.','mebanks1999','mebanks@asheboroymca.com','','2018-07-02 22:41:12','1530571274:$P$BbzNdRKNAxKT..I.//aiaUqw1CW9Y4/',0,'mebanks1999'),(4751,'cottageframersllc1963','$P$B5gKEEIJGcaxPHrWH8OYETKRZeygNU/','cottageframersllc1963','cottageframersllc@gmail.com','','2018-07-02 22:53:52','1530572034:$P$BXnLK14N9slwNvTI8m5d.4L5GWo69P1',0,'cottageframersllc1963'),(4752,'rdheredia731959','$P$Bs31/r2Kb1jtzJWZFc515H6DidcQe7/','rdheredia731959','rdheredia73@yahoo.com','','2018-07-03 00:23:24','1530577406:$P$BPKP5JDig7OML.U6W86a4q6MQTJmIf0',0,'rdheredia731959'),(4753,'dreambigtn2008','$P$BsweelmR8Yl9ahI0r7SH4LshC/bOyE.','dreambigtn2008','dreambigtn@gmail.com','','2018-07-03 00:49:54','1530578996:$P$BTU10znQdKpR/YmNp0gg680AipU/TB.',0,'dreambigtn2008'),(4754,'jmcook422002','$P$Bs9OH.NQp4KUnmw4aLMNwhgUOZec1m0','jmcook422002','jmcook42@gmail.com','','2018-07-03 02:06:03','1530583566:$P$BjrK2eEqtS3we/FhLhEEUXN56Wrd2Y0',0,'jmcook422002'),(4755,'hvacsolutionsllc1995','$P$ByPSMzGLITtW3gMG7QrKFbN/LybRp61','hvacsolutionsllc1995','hvacsolutionsllc@yahoo.com','','2018-07-03 02:17:42','1530584263:$P$B6/RFBYIWQF8ZiAu4k0a5xUZfjMccD0',0,'hvacsolutionsllc1995'),(4756,'shpprohl1981','$P$BiI5gNPENsCurJXIOb/2fVUpyb1ycU0','shpprohl1981','shpprohl@hotmail.com','','2018-07-03 03:04:43','1530587084:$P$BPD2j8xOnTZoRbJOQ1QEWohHUfJr2S0',0,'shpprohl1981'),(4757,'citroncollin1971','$P$BPDBpJhlQS4f.qNw.xS2PEHwUPqaX21','citroncollin1971','citroncollin@gmail.com','','2018-07-03 03:05:30','1530587132:$P$BS9zRnLyaRvdj7X4.Bar4R4m7Z.RmW/',0,'citroncollin1971'),(4758,'lorydixon1982','$P$BqoHIcnRBplBInRsVmK07HcxTWYVsl/','lorydixon1982','lorydixon@gmail.com','','2018-07-03 03:16:38','1530587799:$P$B8N5EQ/RvWJMijhcWPkckl2hbvt/FZ0',0,'lorydixon1982'),(4759,'brian1975','$P$BWotOv7KDAkWHworzzgMuSK4E6RILz1','brian1975','brian@brianernst.net','','2018-07-03 04:20:06','1530591609:$P$BSjsrmZrtor1SM5oK5v4Vrs/rfsi7B/',0,'brian1975'),(4760,'luckymevieux351979','$P$B44iTSzKGOFzyggdxgktriJn.e0YLL.','luckymevieux351979','luckymevieux35@yahoo.com','','2018-07-03 05:02:39','1530594160:$P$BSjJM9V9n1/GzK5vP4hJMxxqOI0sip1',0,'luckymevieux351979'),(4761,'drgwyn151995','$P$B73Ts0B6VfT.QRzRztk3v/IS5UIuc2/','drgwyn151995','drgwyn15@gmail.com','','2018-07-03 05:35:59','1530596161:$P$BEEueFFWTRqmeorjMpLnsaRxXcd3340',0,'drgwyn151995'),(4762,'sfox1980','$P$BNdahWejZNdp/zE.7AhZmWLRHX4SQf/','sfox1980','sfox@woodsconstruction.com','','2018-07-03 05:50:33','1530597034:$P$BxTvqCJRiyO/UBM57odWQGUQ/urix8.',0,'sfox1980'),(4763,'stodghil1962','$P$Bf7Ml5DgBaDcf0Hhp84vvv3nA5EY8K1','stodghil1962','stodghil@gmail.com','','2018-07-03 09:19:42','1530609584:$P$B.kQkRM.A6eHq1BpZXCYy300.YJuwb1',0,'stodghil1962'),(4764,'frank.cecrops1969','$P$BsadS.NTqFsIbu5VUgXbOsz.AVBgWy0','frank-cecrops1969','frank.cecrops@gmail.com','','2018-07-03 10:16:14','1530612976:$P$BwOKQs1K/fsJTj9rTgtjT7ebWR.Cxk/',0,'frank.cecrops1969'),(4765,'support1959','$P$BiH/V9pzKf0lSnsVCDwuLYvAySHIsp1','support1959','support@esteon.com','','2018-07-03 11:53:13','1530618795:$P$B7dMq7q37yOpy4.RJc7bEpseamL1/U.',0,'support1959'),(4766,'wakii.moore1982','$P$BJYt87Mbreei9ts1UXAFFsNIoLiWRQ0','wakii-moore1982','wakii.moore@gmail.com','','2018-07-03 12:11:13','1530619875:$P$BdYuhOvjEJr6q5BJXcIC4wa0TGfLzL1',0,'wakii.moore1982'),(4767,'dmaresma1964','$P$Bh6wgUWQGrCduoJVAGPsvxPbh7cwie/','dmaresma1964','dmaresma@yahoo.com','','2018-07-03 14:50:29','1530629431:$P$BOW18D.UrKONgQigRTChoDVjAkm3Lp/',0,'dmaresma1964'),(4768,'geoffreykirkwood1960','$P$B1BcEx4jl6daBaDFp9cRROsOdPjz0W0','geoffreykirkwood1960','geoffreykirkwood@gmail.com','','2018-07-03 15:13:57','1530630838:$P$BzZcz.4eDRjQSH5KWE3F28wNq03K2M/',0,'geoffreykirkwood1960'),(4769,'edmashter11983','$P$Bq5.8OpoPgg.pNi9BrN3XSUEgtTq2R0','edmashter11983','edmashter1@yahoo.com','','2018-07-03 16:29:07','1530635349:$P$BmkBz0qDOrum1/9sBmGm0bRaVlkUA81',0,'edmashter11983'),(4770,'athayden11951','$P$B.3Da3uKQJ4ExQ5WthS75PB.g2RpHZ1','athayden11951','athayden1@gmail.com','','2018-07-03 16:46:01','1530636363:$P$BhO.UQ74QwPc8mXLwtwl4dM7Xed8hh1',0,'athayden11951'),(4771,'invoicing2010','$P$BiO5LwuDdtmsAoWy1K5G2CCKn/LEN.0','invoicing2010','invoicing@connexus-group.co.uk','','2018-07-03 17:06:09','1530637570:$P$BcDfCPA8Qycr/bxXCa6dAxRTkw3SbP1',0,'invoicing2010'),(4772,'vanessa53091959','$P$B4agiz1J/ensDb1UYZ3xisywFQveZ1.','vanessa53091959','vanessa5309@hotmail.com','','2018-07-03 19:47:52','1530647274:$P$BXxZIm/DinEgnrIei1hF.ZLKb0CNlR0',0,'vanessa53091959'),(4773,'bbaumback281984','$P$Bz77WXrpH3IT2dAU8ydTSDKQtlh9X./','bbaumback281984','bbaumback28@yahoo.com','','2018-07-03 20:01:48','1530648109:$P$BCUR4/SXrdGXAd5/yiU69sAfl3etNq/',0,'bbaumback281984'),(4774,'dj1956','$P$BOptKm33RtjWXBwmIgqgUQhC9zfY1m/','dj1956','dj@dhc-cpa.net','','2018-07-03 21:06:20','1530651983:$P$BFZKmGKeeesDDEw5HNcaQiNxkUDy/a1',0,'dj1956'),(4775,'kathydyess1974','$P$BwAwM6JX6SLuEDWTj/T2OBzWpldlCj.','kathydyess1974','kathydyess@bellsouth.net','','2018-07-03 21:32:10','1530653531:$P$BjtkTD/81FNS857Y2iSKlpoZ4nDb3U.',0,'kathydyess1974'),(4776,'loydjerry1964','$P$BMDzLCcZ6SKKdc/7ouXwdwmsbWljEA0','loydjerry1964','loydjerry@ymail.com','','2018-07-03 22:08:54','1530655736:$P$Bb.os85RMfZUpOBeXHgoQKvjl.ODkT/',0,'loydjerry1964'),(4777,'customerservice1972','$P$BY.j8H4nXudZSx6TYe5KDpCAhoprAd.','customerservice1972','customerservice@hungrybookworm.com','','2018-07-03 23:08:53','1530659335:$P$Bo8M9CuoNXB2Z6uAoRM/e/NbX4itpP/',0,'customerservice1972'),(4778,'acehdwr1982','$P$BNvcesLpSn94aj03RbWq1hRmfgbHPX1','acehdwr1982','acehdwr@sbcglobal.net','','2018-07-04 00:33:31','1530664412:$P$BmGJwcWwE3UibZfTJsY7sJOQEQ9KtB/',0,'acehdwr1982'),(4779,'fay.pye1950','$P$Bt2jRfBTVHGqGRFlXXI4XB3ua5RcND0','fay-pye1950','fay.pye@burrowglobal.com','','2018-07-04 02:41:55','1530672118:$P$BP5qub9nfu5XXrfe7C..BogdykywVq0',0,'fay.pye1950'),(4780,'sri3172008','$P$B.iG6DSwX3ujNmnvhB/r9yvxQNKMLi/','sri3172008','sri317@gmail.com','','2018-07-04 04:18:20','1530677902:$P$BQjQhiwy2PbHYBQ8HipvVmOxTvXnDC.',0,'sri3172008'),(4781,'mikefagnani1984','$P$BGU9eIDtz3GVtU8ECG9MNJNsvoYnGQ0','mikefagnani1984','mikefagnani@yahoo.com','','2018-07-04 05:36:09','1530682570:$P$B8UD6GhRMF5Qfe2jgG7kIHAHrTBVlW.',0,'mikefagnani1984'),(4782,'matt.jung2010','$P$Bx95jgbhFfrn1C7cFoipfKiDzFANf80','matt-jung2010','matt.jung@gmail.com','','2018-07-04 06:31:08','1530685869:$P$B5Kmo9keMcEbf4zUkq8YMqhiBxkX5m.',0,'matt.jung2010'),(4783,'fc68381984','$P$Bm8cLMQ41r9bb.LTV9WTijlATqp0t/1','fc68381984','fc6838@yahoo.com','','2018-07-04 07:59:12','1530691154:$P$BhK4PilqQ6jh6dQeRbNjNO5/AxzntC1',0,'fc68381984'),(4784,'vinay_561994','$P$Bk9Hy5VOwABIMtUig5XDyhyz8xF4EU1','vinay_561994','vinay_56@hotmail.com','','2018-07-04 09:25:55','1530696357:$P$BNVID0tuanMJChUVrcYLsRRrTjkzPM.',0,'vinay_561994'),(4785,'bevmae1983','$P$BZcppQqyyUSEnzVwLWWpnfPYIxxaBr/','bevmae1983','bevmae@yahoo.com','','2018-07-04 12:45:08','1530708310:$P$BVLNMn95avVhpkoIspeUQKf.OKGYcP/',0,'bevmae1983'),(4786,'bevpayne1974','$P$BSmx4s8OPc5Dp.PL1HL68CtqZ5pUI/0','bevpayne1974','bevpayne@bellsouth.net','','2018-07-04 13:40:10','1530711613:$P$BWt2SnpXydIFvbcrJ.SyN1rEwRVOr71',0,'bevpayne1974'),(4787,'mzuss1971','$P$Bj8MiSQqnTPahwwDv.TQsmEJ0VIn9x1','mzuss1971','mzuss@worldnet.att.net','','2018-07-04 14:54:24','1530716067:$P$BJph.45edth7PYsShexEE/2cm5uqil1',0,'mzuss1971'),(4788,'japm1952005','$P$BNhhFzwF92JtgB..QTINEfA3s6xrV9.','japm1952005','japm195@yahoo.com','','2018-07-04 16:47:21','1530722843:$P$BtVlmxGAYHd7b7bVypT0xjGe4Q7Htl.',0,'japm1952005'),(4789,'sdadase213121950','$P$BEVLrkFUYLcnI5DUzUDd5yQ.oM2acQ/','sdadase213121950','sdadase21312@yopmail.com','','2018-07-04 17:05:16','1530723917:$P$Bs0VZvEya.r1yB5.ZY1RvmgSa4lsOB0',0,'sdadase213121950'),(4790,'ictsupport2001','$P$BAB7z8.i7LMI.MPo7GchszR7H7kKk2/','ictsupport2001','ictsupport@connexus-group.co.uk','','2018-07-04 18:02:07','1530727329:$P$BLyMH/iTe9CLDqnFw7j8kP45VYFRVX0',0,'ictsupport2001'),(4791,'bigmama_20011997','$P$BKbzDt7eLpPJundA1ZC99GQ36CE2lk/','bigmama_20011997','bigmama_2001@yahoo.com','','2018-07-04 18:21:07','1530728469:$P$BWA8.n.s6XBYlHDglNsD..cTt67Mhc0',0,'bigmama_20011997'),(4792,'irfan_valli2008','$P$BSqZ48qPulqz.YU7q6g1dF1N8CWy3l/','irfan_valli2008','irfan_valli@hotmail.co.uk','','2018-07-04 21:58:47','1530741529:$P$BAyVitmCzLTxX8RRMqxWtBX.810Bv10',0,'irfan_valli2008'),(4793,'todd1967','$P$BbUYgv2260f50x8Iqnhw5YSp3RDkBr/','todd1967','todd@bcmconstruction.com','','2018-07-04 22:07:39','1530742060:$P$BNxqzq0hX0DFzPhq5uG116U5EPPaaV/',0,'todd1967'),(4794,'jmkamoran41980','$P$ByScRTl1nU5qfthITW61PRNgC/dbfA.','jmkamoran41980','jmkamoran4@yahoo.com','','2018-07-04 22:55:48','1530744949:$P$B1C02D/u9fRW4165OPNiAaYkqoXoEC1',0,'jmkamoran41980'),(4795,'dzayas11971','$P$BW3BtadbO2MEJ5TlrGNZwJTVqHX9SX1','dzayas11971','dzayas1@cox.net','','2018-07-05 00:51:29','1530751891:$P$B489cjATm8cYmu37kd5H3H4cBo3V4t.',0,'dzayas11971'),(4796,'nickcm81951','$P$B8oFbpJwesy13S9hgv4r5eTQym7FZd/','nickcm81951','nickcm8@yahoo.com','','2018-07-05 01:42:55','1530754977:$P$BbccWcOMF21JX1kt55Tb2lcs/oZsPu.',0,'nickcm81951'),(4797,'jclarksotelo1988','$P$Bwg6rb/pE5DJmDVO2.Wx5K/dyTXXaW1','jclarksotelo1988','jclarksotelo@yahoo.com','','2018-07-05 01:57:43','1530755864:$P$Bn1WYI63CsgvPVLbD4bJyYa.bp4hsJ0',0,'jclarksotelo1988'),(4798,'morideau1993','$P$BRsBe5PKWf107qdw8EtJYk.zU4Adm91','morideau1993','morideau@yahoo.com','','2018-07-05 03:12:15','1530760337:$P$BiKhMPf3TUho2iaA/evr/290F7vObs0',0,'morideau1993'),(4799,'steve1983','$P$BquIDiIb8RNbSXmZB80e1dh62rOUKQ.','steve1983','steve@sailrun.com','','2018-07-05 09:05:59','1530781561:$P$BZMCKy45zFxzv3mLrJgLiTJ6/fUGRT/',0,'steve1983'),(4800,'management_team1978','$P$BwDGXMZ/R3k1gmPV8l/hdWuJL4GK/K/','management_team1978','management_team@connexus-group.co.uk','','2018-07-05 11:38:44','1530790725:$P$BYqqot26aLQY1vfGrs.5C8Nw2AjgnK/',0,'management_team1978'),(4801,'squire6582000','$P$BEUEBWl355/oGolSU4/NyOl9rEtyxF/','squire6582000','squire658@yahoo.com','','2018-07-05 15:38:40','1530805122:$P$BQC1iPU7kOakuXZ6uygzB4j6QKvPmQ.',0,'squire6582000'),(4802,'rmunk1995','$P$BWKjlNUfYc0XN3QR8i5DriRJLWi7Td1','rmunk1995','rmunk@framecraftersinc.com','','2018-07-05 16:32:53','1530808375:$P$BXicjXDUBMx3b0GE3ts/6DFJtNwNCD1',0,'rmunk1995'),(4803,'gbrigden1983','$P$BybeIfSlbi7RRQCqY.len7Y98uiA3I.','gbrigden1983','gbrigden@basecorp.com','','2018-07-05 19:49:04','1530820146:$P$BpSKR/UZ9dF2LoyBnWuQev6LcRu4BX/',0,'gbrigden1983'),(4804,'diane2008','$P$BC.kL0OaTq47GY4S1WhbNiKfs6QGBg1','diane2008','diane@nelsonironworks.com','','2018-07-05 20:49:29','1530823771:$P$B6Bu3AjgQ79Bm.VCcjnZk0EC5Ai.dp0',0,'diane2008'),(4805,'nikijohn1995','$P$B8/W0oy3EO9VkOXKNVUhS8ppxdMuzY0','nikijohn1995','nikijohn@sbcglobal.net','','2018-07-06 00:13:27','1530836009:$P$B7tsYPpxZT7vVGz4O..pRnCT.qDP92/',0,'nikijohn1995'),(4806,'enrique.millan1974','$P$BoTAlL8kUe6BuL5nsf5q83k4L1AqIZ.','enrique-millan1974','enrique.millan@sharp.com','','2018-07-06 00:36:06','1530837368:$P$B4rjbbIfp3nd4De6cyfneCM5HLSOS3/',0,'enrique.millan1974'),(4807,'anda571985','$P$BEUAq0LUmFFE3.Q2O6XiSPQRuwMZID.','anda571985','anda57@roadrunner.com','','2018-07-06 04:56:05','1530852967:$P$BRR.BQVRkH13IAH87x3Aeta1dJf6BU/',0,'anda571985'),(4808,'mrome791985','$P$Bjtu0gYf//GynJI0ZkapoK.9/BP4TN1','mrome791985','mrome79@hotmail.com','','2018-07-06 06:57:14','1530860235:$P$BeSiBSnw1AnQnvwYcby9l2JwIFrf7V.',0,'mrome791985'),(4809,'martina1995','$P$BSY0N.fPlIfpqu7Nw1rzXgQ/GUV7nn0','martina1995','martina@ptd.net','','2018-07-06 09:23:54','1530869036:$P$BdcJkkm2RAtyLDRLqERRGN1HwbLbC01',0,'martina1995'),(4810,'jo.barnes2010','$P$BvJGjKYtZNRiuRvT6Nmohay0lMjxFp.','jo-barnes2010','jo.barnes@hotmail.co.uk','','2018-07-06 11:24:36','1530876278:$P$BHYHdYjC1nwuxPr.k9j2XLNAywUGe7.',0,'jo.barnes2010'),(4811,'petrawinters1972','$P$BNiNTDc9aKK0atvxvqqIeE8JafolMw1','petrawinters1972','petrawinters@charter.net','','2018-07-06 13:34:55','1530884097:$P$BFrVkd8A3DycWbEinZlAIN3KvyoxaQ0',0,'petrawinters1972'),(4812,'tyson.becher1985','$P$BqUJg3mp13.DJZpUNml6SKxGX2toi20','tyson-becher1985','tyson.becher@cbre.com','','2018-07-06 14:34:54','1530887696:$P$B4mGHM7R2g/9vzRcACND6RZSzNfL8s/',0,'tyson.becher1985'),(4813,'laure.chaillard1951','$P$BV508jTR8bLaHsp7QH4mo3cozUPbpJ1','laure-chaillard1951','laure.chaillard@free.fr','','2018-07-06 15:12:38','1530889960:$P$Bg.HJA5Ov9IZZu592KWJjvhQWPb0lD0',0,'laure.chaillard1951'),(4814,'genag1231983','$P$BIRjeQB7PWDcpbuzwV3423h4XQOo5q1','genag1231983','genag123@centurylink.net','','2018-07-06 15:18:55','1530890337:$P$BS88J3wXMPB.C2cJ.hh49KkFauzSKi.',0,'genag1231983'),(4815,'yon1990','$P$Bygur0doc.AgOOmSBaw8YuNASpp64b0','yon1990','yon@bethelplastics.com','','2018-07-06 15:43:24','1530891806:$P$BPkqfKPQ1dQRgXfRhEkIXASY.JmFwQ0',0,'yon1990'),(4816,'aroller1961','$P$BsDQhDVqfR9MUNlmlJ/DxeJsOU1ZOX/','aroller1961','aroller@cox.net','','2018-07-06 15:59:26','1530892767:$P$B36fnrv9C4G8P43ZDDUt74e.QL7N2K/',0,'aroller1961'),(4817,'ddatt1988','$P$B8Cd6JI2AXRTZiW20HFivrxkxiBOgY1','ddatt1988','ddatt@rogers.com','','2018-07-06 18:17:23','1530901044:$P$BlbmleMzPBg9OD/4w9WqLnpzjU4LCp0',0,'ddatt1988'),(4818,'ajharmon2000','$P$BSh.whtkCoiXHbLHM/Lgo3hWshLGmk0','ajharmon2000','ajharmon@frontier.com','','2018-07-06 19:26:54','1530905217:$P$B9e63c683lk74fOXLasIS8Mwy1x8xv/',0,'ajharmon2000'),(4819,'rowling1962','$P$BNeGJudEyM3d1Ev8lpTcGzziyfFu0l.','rowling1962','rowling@cox.net','','2018-07-06 23:40:33','1530920435:$P$BdxVyU1UrmD4RvPPXdRU/XRlXqgxRM0',0,'rowling1962'),(4820,'carolyn1985','$P$BuerEy2fq2AIUFBRlw8YcCpobjfgJu/','carolyn1985','carolyn@carolynadcock.com','','2018-07-07 00:14:57','1530922499:$P$BwO.rP.Hd94CsZ/qaMCrsLjjwHqdO3/',0,'carolyn1985'),(4821,'maytom1996','$P$BbOZ1Sd.x5Otdyzd4NA3WnUp6YpIMT1','maytom1996','maytom@shaw.ca','','2018-07-07 04:24:36','1530937477:$P$B6M03tnOIjg4JrmqE.FQFg8pDP7Yl/1',0,'maytom1996'),(4822,'gvfwoman1982','$P$Bl4rw/5n1Bb/O58245x/cQZ6qNEGnI/','gvfwoman1982','gvfwoman@charter.net','','2018-07-07 08:02:45','1530950567:$P$B6ERUSasYQnbfPV7zkTQNi2x3JE3It0',0,'gvfwoman1982'),(4823,'jsafady1963','$P$BlE3qY3RFkd/YolLLhTOkBYy1NBcs6.','jsafady1963','jsafady@utexas.edu','','2018-07-07 08:41:37','1530952898:$P$BQNGattd5HbeGBVrj3WtYWJQaoKoGH0',0,'jsafady1963'),(4824,'nightsaints1954','$P$BCda.GEZdra1dSc3YQ/4DJMhRK70iA0','nightsaints1954','nightsaints@comcast.net','','2018-07-07 10:55:29','1530960930:$P$BtQM3zlv3Zt3k.ObwSnreB7o25r64s1',0,'nightsaints1954'),(4825,'lindagbrown992007','$P$Bqr/teXDD0LliJKYDVcKg2N/WoAfrB0','lindagbrown992007','lindagbrown99@bellsouth.net','','2018-07-07 14:19:09','1530973151:$P$BWbXVXNxu9IkTfJLuz7TVq8dAYjV0M0',0,'lindagbrown992007'),(4826,'dlamont1989','$P$BOhz.iLtH8AxPV1Yz3MtrgK4GfY2ml/','dlamont1989','dlamont@wr.ca','','2018-07-07 16:27:38','1530980859:$P$Bdw.oPpfFY4ulCnvMgFpqdpwiBfn7C0',0,'dlamont1989'),(4827,'celticurl1952','$P$BuWUL.BWm1lt1sAMspbquasBLRmc8e1','celticurl1952','celticurl@hotmail.com','','2018-07-07 20:00:53','1530993655:$P$ByE2ySPgiXqmRb3xsVl94z8ZkNIIM61',0,'celticurl1952'),(4828,'gogonene1960','$P$BtUyfukefFrIjcnFuiWWdPbQ4vsK0c0','gogonene1960','gogonene@hotmail.com','','2018-07-07 22:44:15','1531003457:$P$BC0AR66nPD7x9rNBbDfvL.ked5vLAM.',0,'gogonene1960'),(4829,'dntruesdale1970','$P$BIAPEcDWAymF6OcwFMvi6EEHAjYFDB1','dntruesdale1970','dntruesdale@hotmail.com','','2018-07-08 06:23:31','1531031013:$P$BuD7JFs81KwMSyYyX1iBq.2oMDE8p21',0,'dntruesdale1970'),(4830,'passwords2008','$P$BJjLhg4N3GFyJPKNmKh5G2dZpgtBpA/','passwords2008','passwords@corsaperformance.com','','2018-07-08 20:07:15','1531080437:$P$BqZSDp8EvBlXpxVJhfHo.ot7sVTULa.',0,'passwords2008'),(4831,'sunitasingh2001','$P$BlQA1gYdiTjD8I9Am2bUSi36fVYoW/.','sunitasingh2001','sunitasingh@ikumon.com','','2018-07-08 23:05:37','1531091139:$P$Bn78QtNFm2t6g0MLQ.In/W55aErq/p1',0,'sunitasingh2001'),(4832,'sales2000','$P$BL3ArHi7q9BrBdT4IcUQ/b5bT7JaQN0','sales2000','sales@vetesnik.com','','2018-07-09 00:48:21','1531097302:$P$BicUuWfGqFVQsy8SFQWNzmS1zTlSmz/',0,'sales2000'),(4833,'mgilliland1991','$P$BZR75xLP5zaCt913elclQ64lk9.k5o0','mgilliland1991','mgilliland@matrixservice.com','','2018-07-09 02:14:23','1531102465:$P$BhN.OFDAz6gP3Pb2.pcUH63G/EaW0g1',0,'mgilliland1991'),(4834,'ingrid-knoch1973','$P$BmoJ8Fp33E3vtqfsi.jw8Hn7qnzfRc/','ingrid-knoch1973','ingrid-knoch@t-online.de','','2018-07-09 08:50:07','1531126209:$P$BRe4H1uHws0HB7FVbxUqEf5iNRsegD.',0,'ingrid-knoch1973'),(4835,'jlb55111996','$P$BOxt/YQ1HUMkoDXohxIU3aVEysjY.S.','jlb55111996','jlb5511@comcast.net','','2018-07-09 13:45:15','1531143917:$P$B3DHsbSZAY19tHeUaop7mTJdKiJmkZ.',0,'jlb55111996'),(4836,'jdecker1232005','$P$BLiErDTswPhnD03OhpEnTutuG7pz.w0','jdecker1232005','jdecker123@charter.net','','2018-07-09 14:02:52','1531144973:$P$BI9IDzOO5jQRxHAUVXo/.skHsoJacn.',0,'jdecker1232005'),(4837,'totallywired1956','$P$Bl9DeV.YLeyM.kCDEolBuFRBdYSUKc/','totallywired1956','totallywired@uniserve.com','','2018-07-09 15:21:01','1531149664:$P$BQbMGoYzjds8az5lhhAq.LmeTP5iP21',0,'totallywired1956'),(4838,'alebron2009','$P$BE0o7nFvdtYrKKoWt4bIcHPZBV0/IK.','alebron2009','alebron@affordablecare.com','','2018-07-09 20:33:52','1531168434:$P$BchfMGjgN3ApevaCzWFHbKAOAwUxXR1',0,'alebron2009'),(4839,'diekmanj1974','$P$B3.NVkNwG.uXSFyijrIPMcwdnEfvKi.','diekmanj1974','diekmanj@hotmail.com','','2018-07-09 22:59:12','1531177154:$P$BILQO.4OvnY/q22gBM3/WqqbsvWDkU0',0,'diekmanj1974'),(4840,'mike.magyaros1961','$P$BiiZimI1Z5.xTSSpVgZT9w3EJKwCcY/','mike-magyaros1961','mike.magyaros@affordablecare.com','','2018-07-10 00:15:12','1531181713:$P$B.JElpWHMpxX7I.VY7RgeJdU8cgw47.',0,'mike.magyaros1961'),(4841,'kenrice221965','$P$B7mDumebrLzdwFA8iwKA0xel9xPws7.','kenrice221965','kenrice22@hotmail.com','','2018-07-10 01:34:25','1531186466:$P$B4uv5oiM9rJyMLtSkwt7a7pMEsqSAi0',0,'kenrice221965'),(4842,'ruth.delaney1975','$P$BP2GbjlBrwX6QwzBFDSvvIbByJa5sF0','ruth-delaney1975','ruth.delaney@daltonsp.com','','2018-07-10 09:01:40','1531213302:$P$BUoa/whrJiN7JEroyLNiIIv.fkAxVp1',0,'ruth.delaney1975'),(4843,'randy1965','$P$B6cnqI3o2aZt3YLRVMQOe5Dokn0uaT/','randy1965','randy@decorativestonesolutions.com','','2018-07-10 10:16:25','1531217787:$P$BY8xAYYRLIigbwI.oyNYEaTiHOJclh.',0,'randy1965'),(4844,'anita.zerkuebel1967','$P$BJst6Wu358nbFhRp7DiWX7RSR3NLwx0','anita-zerkuebel1967','anita.zerkuebel@t-online.de','','2018-07-10 12:20:11','1531225212:$P$B3Ggc0WyCv40NgQj/jKggIJBpfK4SM/',0,'anita.zerkuebel1967'),(4845,'wybrook1952','$P$BQhe.nidZlMb0b7F7PzdlOYTzN3gOq/','wybrook1952','wybrook@hotmail.com','','2018-07-10 16:31:53','1531240314:$P$BHFa0OfiY450K8tnj69TtHafRq76TK/',0,'wybrook1952'),(4846,'don1988','$P$B/gBzjvoqJXHV9yRLz1mnRIP/tbQGO1','don1988','don@donbent.com','','2018-07-10 23:00:47','1531263649:$P$BvILiU1S6D1sRJ6HnOl6VO2aI1RBWT.',0,'don1988'),(4847,'rsd_stuff1997','$P$B8AHO.nY7nKZIo6v5wZQXLyEzb4I6z1','rsd_stuff1997','rsd_stuff@hotmail.com','','2018-07-11 10:16:53','1531304215:$P$Bizro04PfUhPTJS9GyvVBDz9vHtMjo.',0,'rsd_stuff1997'),(4848,'lreinsel1991','$P$BxfNYDRWWTEjfGEfRSo8TgV.RlFR/k1','lreinsel1991','lreinsel@hotmail.com','','2018-07-11 10:47:56','1531306078:$P$BFJMGkLjJBvic.abm16g1B9S4UBQ2y.',0,'lreinsel1991'),(4849,'kt_hedges_9251989','$P$BHJmTzjWfjDGQjwEp.ijJ0IKqhe7U9/','kt_hedges_9251989','kt_hedges_925@hotmail.com','','2018-07-11 12:17:44','1531311466:$P$BwJ5IOOXTTxpfMexrC/T2d3W3pe/iu1',0,'kt_hedges_9251989'),(4850,'ofbsac2009','$P$B/vmOyUQBJyR9OmMl5LMh3IDWSxroC/','ofbsac2009','ofbsac@hotmail.com','','2018-07-11 12:36:17','1531312579:$P$Bhokry7V5rfvNg7ebm57rRI6BNcLs21',0,'ofbsac2009'),(4851,'pnhmanko1980','$P$BBQqN39ovFgRxlll8RpTPt6NnfGtsf/','pnhmanko1980','pnhmanko@cox.net','','2018-07-11 15:51:05','1531324266:$P$Bsa97B.fax5BLafrrF5EyiGTBtvqDu1',0,'pnhmanko1980'),(4852,'paypal1953','$P$BGP6K1.bJojqfLvHimiNQ/WbAqVL21/','paypal1953','paypal@shiftplanning.com','','2018-07-12 03:34:56','1531366498:$P$ByfgPh14ezjRuiDwjsXeBlNYk.4MAF0',0,'paypal1953'),(4853,'jmgm42731953','$P$B4.c4IrcTs3u2tQxsOVHYi1OZdLb2C/','jmgm42731953','jmgm4273@charter.net','','2018-07-12 09:13:04','1531386785:$P$BgfxC.1nwEEd5VVwn2V73Nw0NmuIFI0',0,'jmgm42731953'),(4854,'joelsmom3261953','$P$B0J/Hlw595oo.fq8u2R9J7CdE/C9lK.','joelsmom3261953','joelsmom326@comcast.net','','2018-07-12 22:24:40','1531434281:$P$B/3oR8TOf7neATOpZFYxmX5sSRvVwK1',0,'joelsmom3261953'),(4855,'lsanchez1982','$P$BlsC0Uo8DUWiRTMjXaQ7g6sDHNg0.d0','lsanchez1982','lsanchez@cbslaboratory.com','','2018-07-13 03:10:06','1531451408:$P$BcKNzJJn3vfY99E.50Jx8PAMONAHzL0',0,'lsanchez1982'),(4856,'danostuff1985','$P$Bt83doP/lJNby2O3j.gjhKI.qemEyx/','danostuff1985','danostuff@hotmail.com','','2018-07-13 16:40:20','1531500022:$P$B85SAMqtz7hBC5rpGfUh5T9arkETYJ1',0,'danostuff1985'),(4857,'darrells2005','$P$BRXeCEsEJJiv1Kku950/ctCg2Y21vA/','darrells2005','darrells@wi.rr.com','','2018-07-13 17:06:43','1531501604:$P$Bj2ga8mfpqbYMBqNHsaJqEfM2wCZyu/',0,'darrells2005'),(4858,'ancker31955','$P$By0.o7X.DNXH4PqOc91mf/eCgGjHiz.','ancker31955','ancker3@surewest.net','','2018-07-14 00:22:04','1531527726:$P$BOr7cdlGkiT.KMkGJJJAgk7Af0tVKL.',0,'ancker31955'),(4859,'heidik262001','$P$BbSy4jrp7c0rV79nvEL9fHzhkYYavq1','heidik262001','heidik26@sympatico.ca','','2018-07-14 13:58:00','1531576682:$P$BffFsIVVUkEuJq2hhAS5OG4kNh4/eS.',0,'heidik262001'),(4860,'c_chapman81989','$P$BATUEBYKm9ttnj4choVDUQBvgkBVAO.','c_chapman81989','c_chapman8@ymail.com','','2018-07-14 15:38:30','1531582713:$P$BzRX2JEwUlhpsF2IiAj9i2wO5cObZ51',0,'c_chapman81989'),(4861,'bpalmer_1982','$P$B5TSgZTyEjADsQxMz0ytOwzVnzfUiT.','bpalmer_1982','bpalmer_@charter.net','','2018-07-14 16:10:16','1531584618:$P$B3Wj4BOZ9aN0E6lNnZkt9e31/jTL4z0',0,'bpalmer_1982'),(4862,'lherman1965','$P$BpdWhkHPfw7IHZ.ry5UK8Gt9qHPsA8/','lherman1965','lherman@ecity.net','','2018-07-14 17:51:09','1531590671:$P$BbL0LhwjjvK6Jqxl0jqCT.TDDcLhyK1',0,'lherman1965'),(4863,'imchelbell2010','$P$BgjvAZ7kqwSNqzAVXGYHlFzfXLE6oq0','imchelbell2010','imchelbell@charter.net','','2018-07-14 18:47:13','1531594035:$P$BCoBgqdlDjauUzqmksBS5zbkJ5l2tM0',0,'imchelbell2010'),(4864,'ntorokvei1981','$P$BBJtCx7ZzFEeZeo9TZglgE7dIr2tth/','ntorokvei1981','ntorokvei@hotmail.com','','2018-07-14 20:00:06','1531598408:$P$BR3lG3BhqHDBCU9oWjJDqo32RvczV/1',0,'ntorokvei1981'),(4865,'tjhofmann1991','$P$BSBiat2d6HT.1t9gW94rIZ7rBQ7SZr0','tjhofmann1991','tjhofmann@bresnan.net','','2018-07-14 21:20:10','1531603212:$P$Bnt1ZfmwUhw5Z9fo8NlDKw3Eu7ly3a.',0,'tjhofmann1991'),(4866,'wwkoch1984','$P$B4gtaZRNHQPQQu3Ab.ubL4CGCw/7Mt.','wwkoch1984','wwkoch@cox.net','','2018-07-15 16:46:23','1531673185:$P$ByZ1BODPNNQthqopbIvaHNAq2meW5h/',0,'wwkoch1984'),(4867,'alanasantos1975','$P$BQw/jH0QqafFSDOXnMKq41rQ6mVT7X1','alanasantos1975','alanasantos@cox.net','','2018-07-15 19:31:14','1531683075:$P$BewOAfRsWRJRRyYWjQLOYmOuqC7qMh/',0,'alanasantos1975'),(4868,'paulina1966','$P$B5Heik4Tf6IUYgA3ygMn5jyUMSRdUt.','paulina1966','paulina@cpapalmbeach.com','','2018-07-15 20:55:24','1531688125:$P$B.TqqhcOQg8r.afuiQh0cWVP1Gqez5.',0,'paulina1966'),(4869,'mikeppsych1953','$P$BBMjLbKvBCFxC9L/ZdqdQnaC5Tt84T1','mikeppsych1953','mikeppsych@hotmail.com','','2018-07-16 00:36:32','1531701394:$P$BZPKP5RoX9pJFwxqjRGARDxUE0EaYs0',0,'mikeppsych1953'),(4870,'elizabeth.lopez1985','$P$ByebwqFBIFCMdPKceBnCDfu2FehGmA.','elizabeth-lopez1985','elizabeth.lopez@samhsa.hhs.gov','','2018-07-16 02:54:32','1531709674:$P$Byf2fl64F9ALhFeN4JLTN6fRLALklR/',0,'elizabeth.lopez1985'),(4871,'heather.bignold1964','$P$BOzBQLFH444H47UVquZh8Gxw/aaCUD1','heather-bignold1964','heather.bignold@sky.com','','2018-07-16 06:37:24','1531723046:$P$B19w2YRUm4AWpqvtHE6MdHF..4Ojrm/',0,'heather.bignold1964'),(4872,'dreamaglover1961','$P$B227TXNvoUkGeGo4wIm2GpnM1CjDLL0','dreamaglover1961','dreamaglover@outlook.com','','2018-07-16 12:28:13','1531744095:$P$BvlkZRmNe6Zdg2.U2.Oe.WuJgUz0mw/',0,'dreamaglover1961'),(4873,'kwilson1973','$P$BXFndea9dbXgwHFeeKhljfDAtFQETL1','kwilson1973','kwilson@elite-xpressions.com','','2018-07-16 17:46:43','1531763205:$P$BDb3SsRuCIZM7pQeprQZD6YSi/GVm90',0,'kwilson1973'),(4874,'wingchang1990','$P$Bh.ICnT4p3o1GZXB9.GQak9tXnah2f0','wingchang1990','wingchang@att.net','','2018-07-16 18:56:43','1531767405:$P$BTAKKJJpFkal8EZp14nkHZHVVUk5G0.',0,'wingchang1990'),(4875,'larkin6181982','$P$BXzvtc/XkB12knB5VTaaSLiymWHHrJ.','larkin6181982','larkin618@hotmail.com','','2018-07-16 19:40:23','1531770025:$P$BQYR7ojNKo3JKEaIIfVFTDgznMPrzy/',0,'larkin6181982'),(4876,'zxcx011a1967','$P$BpshHFcgky64SustqTlUuFc0RaqbVh1','zxcx011a1967','zxcx011a@prodigy.net','','2018-07-16 19:52:04','1531770726:$P$B1lPIx34waLauSPUC/wd2aW1znZsXS.',0,'zxcx011a1967'),(4877,'callie.kuang2009','$P$BIyX12zIFzK1.wzdgBRQ/yk9Rrtpgx0','callie-kuang2009','callie.kuang@yahoo.ca','','2018-07-16 20:16:27','1531772188:$P$BMnjSMDSSQt6U5JogXjVEHxfzkIRzH1',0,'callie.kuang2009'),(4878,'melkay212001','$P$BzWP6nPsbhG.gJ2SscyEP4kehwEph4.','melkay212001','melkay21@hotmail.com','','2018-07-16 20:59:30','1531774772:$P$BakUACxLfzSmjVGYqZNTBiKdqARqPZ1',0,'melkay212001'),(4879,'gsschor1980','$P$BfU8U5XrR1M8RDmzEuKLJbGTRyuYM30','gsschor1980','gsschor@cox.net','','2018-07-16 21:07:14','1531775235:$P$BxkFm2giA4tQ7P/BcDohRG8ddG5xp51',0,'gsschor1980'),(4880,'usrooter1990','$P$BBoqzj3mO43WpfrsbWH84hT0tUzWRz1','usrooter1990','usrooter@roadrunner.com','','2018-07-17 01:57:49','1531792671:$P$BNe3..Ltve2mybglJUL7dL9yIKTQnP.',0,'usrooter1990'),(4881,'jimadams1958','$P$BsVZNsCUr1s8wNdzYZY1zXSHBURjJp/','jimadams1958','jimadams@tampabay.rr.com','','2018-07-17 02:19:27','1531793969:$P$BePtRj3IBybaFEyx72lPR0XJINR/vz1',0,'jimadams1958'),(4882,'info1976','$P$B8RSkk1RB511lvwSu9k8HcygIb4EvE1','info1976','info@devidlabel.it','','2018-07-17 11:31:06','1531827067:$P$BsC/UJxhz4ZyX5Fl/cCdpv/RKwwKRH/',0,'info1976'),(4883,'keene1j1992','$P$Bk5fcUSgHvoZu2zi.bMLn1/qwViGhT.','keene1j1992','keene1j@cmich.edu','','2018-07-17 12:37:28','1531831050:$P$BnZRuEXlgCNG1V7s1ugopyCyt54A4X.',0,'keene1j1992'),(4884,'james.walter2003','$P$BfHusYz.HXP4iQsiGJLHy8RPHS5C6W1','james-walter2003','james.walter@att.net','','2018-07-17 12:53:20','1531832001:$P$BU6Kgh/O2mNt4g1uvtWq1y.lE3tMIh0',0,'james.walter2003'),(4885,'info1985','$P$B1yCVLOUeCx92R/olYyRfRVQThgSWk0','info1985','info@minas-natursteine.de','','2018-07-17 13:08:57','1531832939:$P$BCowVqn9x9BRVSgChPWWt0NGMEOs43.',0,'info1985'),(4886,'mikemcmillan1992','$P$B1m/FGkr7j71kKcbvn/wNveP9RlOdg.','mikemcmillan1992','mikemcmillan@eastlink.ca','','2018-07-17 14:25:00','1531837502:$P$BHwkS9aoHBXTqE4u8fyRHet4R4Kvj8/',0,'mikemcmillan1992'),(4887,'tennille.arnold1999','$P$Bq9jz/Alegspoh.8xum0a8i4e9ulqE.','tennille-arnold1999','tennille.arnold@am.jll.com','','2018-07-17 17:09:24','1531847366:$P$BOVjpuiuS9Jum.Fav/SppyRcUmcirM/',0,'tennille.arnold1999'),(4888,'kmmag7291965','$P$B5oq06Kj5EaPaKdEy3JSgKCVPDgc9o1','kmmag7291965','kmmag729@comcast.net','','2018-07-17 17:26:26','1531848391:$P$BtCWPm6tKcAWSLg6N0jcPm.lSo.vxi0',0,'kmmag7291965'),(4889,'penguin7301969','$P$BuSP3vqHzcU7k8zmSj/WtlXmsudL8u1','penguin7301969','penguin730@cox.net','','2018-07-17 18:07:45','1531850866:$P$BHZoqHbbJpGHtWD2KdeS1bkMfcx8H//',0,'penguin7301969'),(4890,'tdraijer1953','$P$BAgFaa3wUEaKRgKeXCovV4dvVcJ6JP/','tdraijer1953','tdraijer@optonline.net','','2018-07-17 19:42:37','1531856559:$P$B6MYzXcxh2I2pwSNymTrpXQ.MA/25b1',0,'tdraijer1953'),(4891,'manouch2010','$P$BIwAHYsr5tnZVIA9tCIP/5DOEJpQA./','manouch2010','manouch@aciengineers.com','','2018-07-17 21:18:25','1531862307:$P$BHULauFDuVaKPI2whuXmocmlm01TnO/',0,'manouch2010'),(4892,'susie1957','$P$Btc.StIKwLlctJMLBv6G3i2MprvNFO.','susie1957','susie@temp-masters.com','','2018-07-17 22:34:52','1531866894:$P$BlkDvRZh0MorzQMuby0kc6qBPnKBtO.',0,'susie1957'),(4893,'rmmiranda1983','$P$Bp1P1VrkKpDi75uJJXGlDyLeAVKoy21','rmmiranda1983','rmmiranda@msn.com','','2018-07-17 23:20:35','1531869636:$P$BxGTVPajoQzXRFGeRju0vtiQl3F9zP.',0,'rmmiranda1983'),(4894,'randy1952','$P$Bt.rxU8elA8RDLRomXGUL2xdJqSnNx/','randy1952','randy@randychang.com','','2018-07-18 00:09:27','1531872569:$P$BjuyhloWszW9FV74GRlG4LpqXENLan1',0,'randy1952'),(4895,'lmyers1973','$P$BdgbXWYCKtjqjkGGHI7PPFdJDlxUPK/','lmyers1973','lmyers@omegahospital.com','','2018-07-18 08:46:49','1531903610:$P$BIH6ao4cJ09tIkPcG9PrYZQxQjerLg1',0,'lmyers1973'),(4896,'rej831957','$P$B91FvYUoxjpQ2Z0vmJo4I4MzgGNPbA.','rej831957','rej83@ymail.com','','2018-07-18 09:24:30','1531905872:$P$B4wZcl.ErGBUUXwMwhambm4riWEUHP0',0,'rej831957'),(4897,'elenafreire1976','$P$BepoIAr4EhV0BtdDFU8w3o3ejvsuQA.','elenafreire1976','elenafreire@live.com','','2018-07-18 12:56:26','1531918589:$P$BzSVkmnXO8QE9FvY/tnTVrZVoylrdH/',0,'elenafreire1976'),(4898,'csamaniego1991','$P$BS8j5JEwkSMiX06hTzFka9mWqcexPi.','csamaniego1991','csamaniego@omegahospital.com','','2018-07-18 14:26:59','1531924022:$P$BaNgV5g.DyRnpzXy9.KnObGQi.tK0V/',0,'csamaniego1991'),(4899,'klaruez1993','$P$BG8ykyIsIeS3Di9g/4jC9jKdR63ZEd0','klaruez1993','klaruez@davidsonfink.com','','2018-07-18 14:57:26','1531925848:$P$B9ycdSHg49/ePvtS.R0nm7G4VdmLhx.',0,'klaruez1993'),(4900,'sherryaziz1985','$P$BmCe7EL8oXvVkGo14hFgOYP6/UNsGH.','sherryaziz1985','sherryaziz@hotmail.com','','2018-07-18 14:59:50','1531925992:$P$BraOl1x/GP5yaU5j5b8TSMmIDZjKou.',0,'sherryaziz1985'),(4901,'dwarr1961','$P$BHfx/OiR7YZK7YY9OfARJlsPlSv5YD/','dwarr1961','dwarr@omegahospital.com','','2018-07-18 15:21:31','1531927293:$P$BocQY6dUnmHEJJeNR3OyJ5MvMxEmea0',0,'dwarr1961'),(4902,'lgolding311951','$P$BANcD6K8NazkOUZMjJZO5QqyMrGuqx.','lgolding311951','lgolding31@yahoo.com.au','','2018-07-18 18:08:59','1531937341:$P$B2i7KOPtbcjyy4YeN1EuJjCt3Gy6BI.',0,'lgolding311951'),(4903,'plawson111954','$P$BccLROiHT9skhLOONLP/lVTJdpQTXJ1','plawson111954','plawson11@charter.net','','2018-07-18 19:17:27','1531941449:$P$B609h0EBzuPICjURnALKnAwuneI4Ve0',0,'plawson111954'),(4904,'michael2007','$P$BfepkRx76ZsV.A1D2j2tacOJRgU9uy/','michael2007','michael@oreintl.com','','2018-07-18 19:52:28','1531943549:$P$BJicltWAhqNZI4nWsZXR2UcjuqXsp91',0,'michael2007'),(4905,'michelle1958','$P$BIthxdzlzYp8OeznjHaY6FooPfSj/9.','michelle1958','michelle@whalingpackaging.com','','2018-07-18 20:26:01','1531945563:$P$BPfV3jcWkejdX1vWauPku4dUl8VXaU.',0,'michelle1958'),(4906,'support1969','$P$Bjmy9kd6nbHUSST2vO6TVdLJn3AqzS0','support1969','support@auction123.com','','2018-07-18 22:35:38','1531953340:$P$BbucLfAiovdf87yFg0RFXfDpbujRGE0',0,'support1969'),(4907,'jtrudell1978','$P$BbQagKyPlluObIt2aPlxkGhpvH0lAi.','jtrudell1978','jtrudell@live.com','','2018-07-18 23:28:23','1531956505:$P$Bzm4/eGDwIdaolS1Hu0GWlkq1cjGuy0',0,'jtrudell1978'),(4908,'mderen1986','$P$BFoehoFBNOG.Le6HrCDk8c38CZ/fzh/','mderen1986','mderen@mlmatthews.com','','2018-07-19 05:02:33','1531976555:$P$BCiMX7Ed9CVc1HUEMstJ3oes6jLwtk/',0,'mderen1986'),(4909,'mclarys1955','$P$B2JPidAT1LXKCnRjcRnfXGG8/8yWfg/','mclarys1955','mclarys@mpconstruct.com','','2018-07-19 19:06:17','1532027178:$P$BNiNkNxX7vIKwpeCe9z8EmPDreOXfN1',0,'mclarys1955'),(4910,'unlucky3202004','$P$BYsCjx9nuRQmyGcGCUaYEk6yQWecpT1','unlucky3202004','unlucky320@bellsouth.net','','2018-07-20 05:22:21','1532064144:$P$BTLJkX1YP/.o1SsWN71cWs2us0m5yX.',0,'unlucky3202004'),(4911,'scottfitz701979','$P$BuwHYErBT7ujY8OjI8rygYPWx6htIa0','scottfitz701979','scottfitz70@hotmail.com','','2018-07-20 09:35:54','1532079357:$P$Bg32bAKCgwiZtyZvjSiPvh.4uHEGq30',0,'scottfitz701979'),(4912,'cbuechner1983','$P$BRXDyO6M6nKl5ULi.dkAHYecbGAVkI.','cbuechner1983','cbuechner@rmrcfl.net','','2018-07-20 19:11:18','1532113880:$P$BOmbPYkHL8Nn6UDltdH2OqnjDdqRda.',0,'cbuechner1983'),(4913,'info1970','$P$BmPTJxAzMW15/pfzLIxupgbF7fkkDe.','info1970','info@thegiftingspot.com','','2018-07-20 19:50:56','1532116258:$P$BkfbiFmYOzmQQ1DSj1pIxIxyKUkcBB0',0,'info1970'),(4914,'vilardo1988','$P$BdBTYNK0jVbFhIQXvUH0LwyGiKJVTp0','vilardo1988','vilardo@icloud.com','','2018-07-20 20:38:48','1532119130:$P$BE3knwQKKhR4NtTCBzLxivJoUbEAO0/',0,'vilardo1988'),(4915,'labirks1970','$P$BHd1bfIHV5T1YfuyMgGqvQd5I7uu9A.','labirks1970','labirks@comcast.net','','2018-07-20 22:38:47','1532126329:$P$BkKi5foUc1pzkmWfDZUojwZM2arQyz1',0,'labirks1970'),(4916,'rghatley1962','$P$BoybqF7/emVjwy/WPQ4psFPV9zyHu/1','rghatley1962','rghatley@tampabay.rr.com','','2018-07-21 15:55:12','1532188514:$P$Bcud9AYxg8NrVBuG9K1a3Stn9UCFOY0',0,'rghatley1962'),(4917,'cfisher2003','$P$BSxINVrO4/OZq/e/..4aeBlaIUjHep.','cfisher2003','cfisher@bellsouth.net','','2018-07-21 16:22:39','1532190161:$P$B2kIHLvY0XH5sjvprgokTaXUSME9.X1',0,'cfisher2003'),(4918,'jared1958','$P$B4jlewa2G5LQqMN3oH9b6VKH33APeb0','jared1958','jared@bigtreeaz.com','','2018-07-21 19:43:25','1532202206:$P$BcwZ2Xht/Z4hhRbQamAleGctKPXE3a0',0,'jared1958'),(4919,'alayne1959','$P$BP5A4yKPqeYMKwK0udoOw196Bbaa7t1','alayne1959','alayne@hantzmonwiebel.com','','2018-07-23 08:20:27','1532334030:$P$B9ZZo58/JQyc1ow6I9YqIiSlUH2zrr1',0,'alayne1959'),(4920,'agalo121985','$P$BwkPqtCju4RpsjWt05DRvuulXbWfGs1','agalo121985','agalo12@msn.com','','2018-07-23 10:36:43','1532342205:$P$Ba0Z34X25SkWnOco.kDE2.QdfUK5ko0',0,'agalo121985'),(4921,'soltinepp1953','$P$BRhe7Ml4Tc6DYbtm9UfEIfev0Q0wPY.','soltinepp1953','soltinepp@sympatico.ca','','2018-07-23 17:24:34','1532366677:$P$BojVUwiX0UBrdCs4zzJrZg841w1oPL.',0,'soltinepp1953'),(4922,'lsmith1957','$P$BSL4MXRC9//1IJLERpeB/ZmRYumZF61','lsmith1957','lsmith@hodgeautogroup.com','','2018-07-23 18:04:49','1532369090:$P$BcNLFdEPdnD89Cp7C84FIgI9/hBFPd/',0,'lsmith1957'),(4923,'pankaj24241997','$P$BD2MB/9EFC1qBJtGOMRj56HZjBoo2o/','pankaj24241997','pankaj2424@hotmail.com','','2018-07-23 20:22:36','1532377358:$P$BivJvSGlP3pq5xAwBPKmi88LIYzqDH0',0,'pankaj24241997'),(4924,'patrickjfoley1973','$P$BHDo85GYpSLC2AFXukNiHItGBikJZN/','patrickjfoley1973','patrickjfoley@sbcglobal.net','','2018-07-24 02:11:35','1532398296:$P$Bqe0./P55M2/0ker34Eqd9AkMM7WZa/',0,'patrickjfoley1973'),(4925,'robert.robb1975','$P$BOjQtWrWD1KFcY9YNHeorQ5/YkYz7n/','robert-robb1975','robert.robb@arizonarepublic.com','','2018-07-24 04:38:54','1532407136:$P$BgiFRbD1andHMIwxriZ0BxYS/hOYj91',0,'robert.robb1975'),(4926,'sales1990','$P$BtY81Tjr2qDwxue98WU60Bf3.fMqNr1','sales1990','sales@qualitywindowscreen.com','','2018-07-24 18:32:05','1532457127:$P$B5tpb9klJyEDMHQhBacXynIfIUqQOc/',0,'sales1990'),(4927,'mdewoody1964','$P$B/5AzWziOhRCwy6ocqo4nLAx5aKGom1','mdewoody1964','mdewoody@hulbertriders.net','','2018-07-24 21:58:36','1532469517:$P$Ba/AkQxwaL15EchKgPiTTZKoxsXBI11',0,'mdewoody1964'),(4928,'c4gaetz2007','$P$BbCamoA6ENInW3GMhne7EK8h6esFm9/','c4gaetz2007','c4gaetz@comcast.net','','2018-07-24 22:50:30','1532472632:$P$BtbaSC6Csp5TCCc37YMuzqoa9mIvwT0',0,'c4gaetz2007'),(4929,'mineko.park1970','$P$B8WmgBnIi2pafQTKpA2Svqt1qhzs/X1','mineko-park1970','mineko.park@comcast.net','','2018-07-24 23:27:57','1532474879:$P$BX7oKmW0pp3Rh1p3QBSD3Ywjd0cerk1',0,'mineko.park1970'),(4930,'dpolehna1982','$P$BEydMchaqR4Lv29Eb0Cc6CLWTmXsIS/','dpolehna1982','dpolehna@charter.net','','2018-07-25 00:53:19','1532480001:$P$BXLZNgXooZJXAK0YBKaQ0NN9ibBgfS1',0,'dpolehna1982'),(4931,'gary.garrett2010','$P$BvOJuwsnN9BMU7/wfJIQRlm0Q7AlUL/','gary-garrett2010','gary.garrett@charter.net','','2018-07-25 01:22:57','1532481779:$P$BtsnClriJqW01juC/m6odOXjfVFQUS/',0,'gary.garrett2010'),(4932,'kendra.huff1956','$P$Be1pc3RUkTzXRjEYV5TauoHXNHb97i0','kendra-huff1956','kendra.huff@docoschools.org','','2018-07-25 09:38:45','1532511527:$P$BRE8Vm4BlLakLCGJXkDSgcAJhN12vf0',0,'kendra.huff1956'),(4933,'keithmcknight1952','$P$Bx2GLBuyvNiGXquKncRcLamMRVef/x1','keithmcknight1952','keithmcknight@bellsouth.net','','2018-07-25 11:02:08','1532516530:$P$BHzzMpPXQNvmcqjmLVQph3TXcG4lv1/',0,'keithmcknight1952'),(4934,'edith.herrera1969','$P$BHIDgXe0X6iSW34u2uPKEbUc9kky8E1','edith-herrera1969','edith.herrera@geproducts.net','','2018-07-25 12:53:09','1532523192:$P$BnTDSCUNfFHjk2s31k5onFHMdrfmkr0',0,'edith.herrera1969'),(4935,'alison21021994','$P$Bv26kd5B/nPN3MsdgKFii5HztJM4xD/','alison21021994','alison2102@hotmail.com','','2018-07-25 13:35:33','1532525735:$P$BBMcXxSzbuABqDsQ3MaZhkz78sGnXz/',0,'alison21021994'),(4936,'rynmendoza1992','$P$BlMnRA3TEX0vk.f3e3QIL9xNpxz/cu.','rynmendoza1992','rynmendoza@msn.com','','2018-07-25 15:17:43','1532531865:$P$Br0bGoEJrzk0vTAABcz30tO6wfCdk81',0,'rynmendoza1992'),(4937,'cbracco11966','$P$BR45NfJyttC0a3gEFmjptp1oadtT7k1','cbracco11966','cbracco1@msn.com','','2018-07-25 18:34:33','1532543676:$P$Bk8vp3JBs2irQ7cRGVsTMLzYHAQKRq/',0,'cbracco11966'),(4938,'jennrn31993','$P$BT3yJsf9SqVqd1ETMuvFLzWg0zbT0H/','jennrn31993','jennrn3@cox.net','','2018-07-25 18:51:06','1532544669:$P$BIQClhJgWQz6cpJSMDJiFVL97UXm/H.',0,'jennrn31993'),(4939,'amazon1991','$P$B3CfNOYpK9T/YsPAXcqr4TY6.8bl8S1','amazon1991','amazon@emacsrl.com','','2018-07-25 19:21:38','1532546500:$P$BRkkuKFNU48tJHolOEzhBXqIbDrjX6.',0,'amazon1991'),(4940,'djweiler2001','$P$BNR.qVz2CqA1nUB3yBBlCh3q.pPgOe.','djweiler2001','djweiler@midlands.net','','2018-07-26 13:04:33','1532610276:$P$BTttVb6900vOR2OLdtBBhmq6Vafgj60',0,'djweiler2001'),(4941,'mbrb4271957','$P$BeoaxgLRI.rDN6hE0wXS370Fdl4KJs/','mbrb4271957','mbrb427@cox.net','','2018-07-26 17:08:21','1532624904:$P$BGcqboC01SBnvTwgqYIS6JyKVWG01u/',0,'mbrb4271957'),(4942,'valicejackson2008','$P$B7Xtk.fhzlfJiY/DDzTYhyXUnOXcE61','valicejackson2008','valicejackson@gmail.com','','2018-07-26 17:15:24','1532625326:$P$BpzSC1Tv7rF9T22AKszgY1qIAEes6t0',0,'valicejackson2008'),(4943,'carenlipman1950','$P$B2spvKoo5D/u568zLD2y2qGfqIeDPX.','carenlipman1950','carenlipman@gmail.com','','2018-07-26 20:16:39','1532636201:$P$BUnn9qUHQ1YGSON/Us1NYBKTEfxKpA0',0,'carenlipman1950'),(4944,'b.silva2003','$P$BwK.GADYj7bOr0nAQanNSQO4WP0Lsy0','b-silva2003','b.silva@cox.net','','2018-07-27 00:56:12','1532652974:$P$BddZVVeF9nY6WupMHfjWIKm.xJ/gnD0',0,'b.silva2003'),(4945,'arthur.m2004','$P$B4nSPu5nEOh5YxsE51dZI58YtGnpS7/','arthur-m2004','arthur.m@sympatico.ca','','2018-07-27 03:30:34','1532662235:$P$BS8vv121cdFN/BNY8bK/33UbdQIkgX/',0,'arthur.m2004'),(4946,'heleia1968','$P$BzXVOs9BlXQd5L8GAVn3w8JHCVxaGC1','heleia1968','heleia@gmail.com','','2018-07-27 06:45:10','1532673912:$P$Bh1mMGoqZAKdRxlWQwE.//vNskyIeR/',0,'heleia1968'),(4947,'xena15841989','$P$BDhY1T/MMQoIsK0zAuz1NCF682nLch0','xena15841989','xena1584@hotmail.com','','2018-07-27 09:18:17','1532683099:$P$BV75hxVH.OH0v5HYTrnoD6z7LbqOcb0',0,'xena15841989'),(4948,'fkulajr2008','$P$BwSINQBAyC6p8QryH92PtVr3uXoBpR.','fkulajr2008','fkulajr@cox.net','','2018-07-27 17:11:42','1532711505:$P$BGC89dgkfXkZKhRyc0qJr0q.RJl5qk.',0,'fkulajr2008'),(4949,'ghutt1968','$P$BfrPk3kgbn0edCJZ0OagsS6KPsAUWJ0','ghutt1968','ghutt@comcast.net','','2018-07-27 17:36:51','1532713015:$P$ByN5KvCLCBmjMXxXt4y1p02cpvNasi0',0,'ghutt1968'),(4950,'v.jlone1977','$P$B1CUXfLnadxnU7lYb3WzFgocM.E30f0','v-jlone1977','v.jlone@telus.net','','2018-07-27 19:33:04','1532719985:$P$BAHsxRmPKw7RM.Vuq6kWats6t5Go8v0',0,'v.jlone1977'),(4951,'aebethea51957','$P$BdtIVD9IGo1UNXze/3I3AeIKjM82721','aebethea51957','aebethea5@charter.net','','2018-07-27 19:37:01','1532720223:$P$BFWj/LAX.W5wDPJLq/ARqmbiNd6HQz0',0,'aebethea51957'),(4952,'behzadsr1997','$P$BkxYSepXwBTy3epdovBHhKmLPXsxOz1','behzadsr1997','behzadsr@gmail.com','','2018-07-27 20:02:51','1532721773:$P$BOCo/BMo6R7syPzzbrJpaS5dLEjS6X1',0,'behzadsr1997'),(4953,'miriam1967','$P$BdP4aLSbZ5zHgz37qo.1Kxb5KE24vm0','miriam1967','miriam@busada.com','','2018-07-27 21:18:32','1532726314:$P$BPAUofEcFYUIYQOOfqg8683TnnvJ/Y/',0,'miriam1967'),(4954,'lailae702004','$P$B4f1E.meH4LUS0i4H1cvDNBp8kssJj1','lailae702004','lailae70@gmail.com','','2018-07-27 23:24:03','1532733845:$P$BwALm7IAyhhiHHa24ujZSlfX6NvtFc/',0,'lailae702004'),(4955,'amymitchell871973','$P$BgEG05RPxZI2vol6OgTfEMlqf7OmK10','amymitchell871973','amymitchell87@hotmail.co.uk','','2018-07-28 05:57:58','1532757480:$P$BgPGVGEQ.Zu4c6kxhoCz093jXjZ6zg0',0,'amymitchell871973'),(4956,'sarahandrob1962','$P$BrFa9lWt8yJYbsueUJz3I9K/AEqOtf/','sarahandrob1962','sarahandrob@hotmail.co.uk','','2018-07-28 06:18:32','1532758714:$P$BO3Z2.jxEESq6ka5UavQelQZ5MMArp/',0,'sarahandrob1962'),(4957,'pn19821969','$P$BRG0eWRQDV./AtotYYWfToqUysU8XQ.','pn19821969','pn1982@hotmail.co.uk','','2018-07-28 06:19:41','1532758784:$P$B57daj0UBxy5t3a/gkkZGhPNxRpo8I0',0,'pn19821969'),(4958,'rshansen1973','$P$Bw6j4.Z6V/kGW51oppYJ3YTkmbm//80','rshansen1973','rshansen@cox.net','','2018-07-28 08:42:44','1532767365:$P$BR/DF1SPtzsTiXXx5lrDGFVaZyLAi4/',0,'rshansen1973'),(4959,'seanpm671975','$P$B9AX6DhWlvnypR8vTcTvif.GwWIz811','seanpm671975','seanpm67@charter.net','','2018-07-28 16:05:54','1532793956:$P$Bp8zpLyVJW9jYCT9ZYU7NGaJ4HbXXy1',0,'seanpm671975'),(4960,'mikelisaryan2010','$P$BflIcoC9wCR/APeUE6logFeKPwpkP/1','mikelisaryan2010','mikelisaryan@gmail.com','','2018-07-28 21:23:35','1532813017:$P$BgnHGW6yCDzryLqz3yq6eAn.G8As2A1',0,'mikelisaryan2010'),(4961,'licongmichael1988','$P$BmllvoR5yXezzc0uB3llucOVc3qV2a0','licongmichael1988','licongmichael@hotmail.com','','2018-07-28 22:39:03','1532817545:$P$B0CRRDjdnxZXblYbEnfaUDG3eWBzJd.',0,'licongmichael1988'),(4962,'1johnnyboyer2004','$P$BGYPGKYivMs3LZeNCT/zOHPkmLXFm60','1johnnyboyer2004','1johnnyboyer@gmail.com','','2018-07-28 23:28:10','1532820492:$P$BA8ABlyKxOPNINBCwfyGVs7JtXhZYd1',0,'1johnnyboyer2004'),(4963,'cynthiamross1956','$P$BNlpIE.Di18d8VLyc2X91ffuGzIUz9.','cynthiamross1956','cynthiamross@att.net','','2018-07-29 08:10:15','1532851817:$P$Bt0h/Xuf0XXE966BCVdFqrYdXljOyC.',0,'cynthiamross1956'),(4964,'dj_yot9711962','$P$B/K61SU8N2Pd66zcMv1io0FfLzh14h0','dj_yot9711962','dj_yot971@hotmail.com','','2018-07-29 14:09:07','1532873349:$P$B8Oug0WD.Ho5aAbTriZDFWmeDP8Tw30',0,'dj_yot9711962'),(4965,'sunfarer2006','$P$BPu0mV23cxxOsjo7AoYMt1Vf81Xb5w.','sunfarer2006','sunfarer@gmail.com','','2018-07-29 15:43:52','1532879034:$P$Bx12WTtyLmaWBHoojafSBXsAU24o9a1',0,'sunfarer2006'),(4966,'fangkai20102001','$P$BiBmj/M.GkLYseV2kLE4UgOia487.T.','fangkai20102001','fangkai2010@gmail.com','','2018-07-29 17:24:28','1532885070:$P$BXpMu6ZnKgCcEGJ/8xhUYVCyfLGRMo0',0,'fangkai20102001'),(4967,'linel1988','$P$BrCr6c8eXuX9Wyl.3/XnjDYAizYZFK0','linel1988','linel@cox.net','','2018-07-29 19:02:29','1532890951:$P$BdVGgtfqcaJCnYZ07tpjtR5e1Fsvx3/',0,'linel1988'),(4968,'sdkjcorey1999','$P$BKJXhCvLd.yBVjWx/G/rrSiZVyoM2u/','sdkjcorey1999','sdkjcorey@comcast.net','','2018-07-30 00:59:55','1532912397:$P$BOP9Y6FB1.JdzOjLUin3w2xthDAlaQ1',0,'sdkjcorey1999'),(4969,'jodi.smith1996','$P$B.eqN688uj.3RQtVbsO6HiHUTPsSxq0','jodi-smith1996','jodi.smith@comcast.net','','2018-07-30 03:16:20','1532920582:$P$BI4EfzalazfOirt/2vOHKzmi8m5YKO0',0,'jodi.smith1996'),(4970,'sifuhall2008','$P$BDk7cZywKhdU5crPij6zyO1TsLo2fk/','sifuhall2008','sifuhall@gmail.com','','2018-07-30 03:49:44','1532922586:$P$BpQf8BDtHD/L2qhV0hh8NOu/vrfjiJ1',0,'sifuhall2008'),(4971,'colleenspyde1955','$P$BhBEGgfL8oZAvyrLyu4mO6tedOCJST1','colleenspyde1955','colleenspyde@comcast.net','','2018-07-30 04:55:57','1532926559:$P$BjKL8CmztMNhQAQeBG7wI4rYGs/waN/',0,'colleenspyde1955'),(4972,'dfield7591955','$P$BSai18BPUmKadXTlk9dZlRYY92WXGo1','dfield7591955','dfield759@gmail.com','','2018-07-30 07:10:51','1532934653:$P$Bdb96.tdf63XBvG.jU9U/6Z2qJm8pp/',0,'dfield7591955'),(4973,'cpoehler11983','$P$BbaSSkkhYkEq2GWATXCIGvdjA7h3vj.','cpoehler11983','cpoehler1@cox.net','','2018-07-30 15:28:06','1532964488:$P$B2YCQ30/I1eEaob.3b6E3ewTtrkurc.',0,'cpoehler11983'),(4974,'wtharvey681973','$P$Bl3chg2f1EjxKvpNqIRV7Bas8F2ool1','wtharvey681973','wtharvey68@gmail.com','','2018-07-31 04:22:13','1533010935:$P$BFlu/iAV8frHpKgNhGslD5YPoU04ky/',0,'wtharvey681973'),(4975,'nannetterupp2005','$P$BTkZe1nlPIPNCXnql1NyJRxWKYT2tV/','nannetterupp2005','nannetterupp@hotmail.com','','2018-07-31 11:08:41','1533035323:$P$BvNPcW8DjMYJl.zpBZnNXFYbsG0.rn/',0,'nannetterupp2005'),(4976,'yusuke.ishihara2004','$P$BCYrI4EORMKVFNYXxkR2v7zBMuthRz/','yusuke-ishihara2004','yusuke.ishihara@mofa.go.jp','','2018-07-31 13:33:31','1533044013:$P$Bcn7DTL6zYwfJ4yX2S0kApna0K0kja0',0,'yusuke.ishihara2004'),(4977,'benjamincook1211996','$P$BUj3gJ9WwFNPMNceXDLmgzWa5jIpwk.','benjamincook1211996','benjamincook121@gmail.com','','2018-07-31 14:22:28','1533046951:$P$Br/foIxrglT4zbSJBM4L0gvaUj0SXF0',0,'benjamincook1211996'),(4978,'bmontma1976','$P$B3yi136ctSIDbgP7iQ8vVdxq7Uw96X0','bmontma1976','bmontma@gmail.com','','2018-07-31 16:09:48','1533053390:$P$BrIYyajf5idgQs6Zqgj6a3SucULmSo.',0,'bmontma1976'),(4979,'sarah.hinman2000','$P$BqEtGiYzf4yqfjlf3BxusDuZ9G/sEA0','sarah-hinman2000','sarah.hinman@att.net','','2018-07-31 18:11:02','1533060664:$P$B.GjO.7dmEqsPGAVUyw44/4LNYEEUx/',0,'sarah.hinman2000'),(4980,'ljrosa1989','$P$BcGhnHJGwNo5Bt2qgcrqwj/RFVgv4O0','ljrosa1989','ljrosa@gmail.com','','2018-07-31 19:16:21','1533064582:$P$BKgQch88Jb4x.PNag/3CRMAg3oQDZ2/',0,'ljrosa1989'),(4981,'tvsw13131976','$P$BcFRmAnSNnJ2YzngUhHRCVmphK9pj50','tvsw13131976','tvsw1313@verizon.net','','2018-07-31 19:26:32','1533065193:$P$BhnoGq5j1Nl6f0LB6Y4s4RnWJCJ4p5.',0,'tvsw13131976'),(4982,'biolyse181982','$P$BUe2VPXdW5PJbNVygUDBCw/PYs/dBH1','biolyse181982','biolyse18@bell.net','','2018-07-31 23:02:25','1533078148:$P$BX.Vd.FdhXZXeqky63JKrekXFq9moi/',0,'biolyse181982'),(4983,'jan1953','$P$B3L8ZQgGkYIM3/3T2BF6ZmLA3KekEW1','jan1953','jan@teambim.com','','2018-08-01 01:05:41','1533085543:$P$Brv7Z1iE8F9RHpIPeBuFVgiJ7NlJ1v/',0,'jan1953'),(4984,'wmcmahon62006','$P$BdL5T2TPgdjv8gqCnq4S/maYf9TJ3p0','wmcmahon62006','wmcmahon6@cox.net','','2018-08-01 03:07:58','1533092880:$P$Bk90XLN6jKnTbYqTtkyw4B3U8d3iCD.',0,'wmcmahon62006'),(4985,'trinhquan1951','$P$BPo2K2rwDElNlSm8dE9OYulry9PeNQ.','trinhquan1951','trinhquan@hotmail.com','','2018-08-01 08:52:30','1533113551:$P$BijozAULONW0FdTskpMdhK2ji.aBXa0',0,'trinhquan1951'),(4986,'andreasfiligoi1978','$P$B21rbBcfB71SZWdOaQfqE7O1/Pvl.v.','andreasfiligoi1978','andreasfiligoi@gmail.com','','2018-08-01 10:29:49','1533119391:$P$BEzRe3IPnjSKScOhLL0nKFsnM0/IFK1',0,'andreasfiligoi1978'),(4987,'beckjc2000','$P$BuIsv5AaaGR/2FxwfAzSkXagOtRwTu1','beckjc2000','beckjc@hotmail.com','','2018-08-01 13:34:36','1533130478:$P$BQD.8EFuWSGV4HEcPq9DZK3dzK0fzu/',0,'beckjc2000'),(4988,'j_thi1955','$P$BWJzRoHnlNT8PtdTFFUCUWaXzlp8y01','j_thi1955','j_thi@hotmail.com','','2018-08-01 16:19:35','1533140376:$P$B1r9Yq3zntuuUh8WlhTz5v7pAlBsNk0',0,'j_thi1955'),(4989,'amayasilvia8891954','$P$BHDbZvblahKBLRj7M5U5Ham1TL4BRi/','amayasilvia8891954','amayasilvia889@gmail.com','','2018-08-01 20:05:57','1533153959:$P$BtPTgEVfEibguF5cuOudfggvp8b1ex.',0,'amayasilvia8891954'),(4990,'shaversja1958','$P$BVbu3Mjkk4htLn.X5voiYNE3JmhDp6.','shaversja1958','shaversja@gmail.com','','2018-08-01 20:49:06','1533156550:$P$BOFNTteBK0Jo8mQ90AuvRKfDtFwhI51',0,'shaversja1958'),(4991,'karygarcia241993','$P$ByktL6hbXSPgped0jyYGczovdI8frW/','karygarcia241993','karygarcia24@sbcglobal.net','','2018-08-02 15:20:35','1533223237:$P$B0hF/nU6XX0FBzWLxCRyPnG/.N44JJ/',0,'karygarcia241993'),(4992,'mcdufay1973','$P$BCJjhDZEVpvzAUbyZY2Uu/JjAq.eHg/','mcdufay1973','mcdufay@gmail.com','','2018-08-02 16:03:21','1533225802:$P$BMxDaJL86ev9PvuNmjtow6bKwVxBNr/',0,'mcdufay1973'),(4993,'mlhismercy1995','$P$BZl1gwsCakShfPY1L4ADPfDa1z9BgX0','mlhismercy1995','mlhismercy@hotmail.com','','2018-08-02 22:31:05','1533249067:$P$B9gPteKP.JA9arf7NGAy1F6WcZkjyG/',0,'mlhismercy1995'),(4994,'brittanyt6252002','$P$Ba25nAxF3eKK0QemYxCVeYKE6SxfJO/','brittanyt6252002','brittanyt625@gmail.com','','2018-08-03 00:04:08','1533254650:$P$BKlc/CZK2K0rB9AoVDayhQoD5ihuba0',0,'brittanyt6252002'),(4995,'k_palmese1954','$P$BVQPtR9AJapLhH/obdDvAE0xHVcGZ4/','k_palmese1954','k_palmese@comcast.net','','2018-08-03 00:38:33','1533256714:$P$BBeiv8VEeBIuLopt8vpL6LSiGAKb24/',0,'k_palmese1954'),(4996,'donaldsmith591987','$P$B3mqnPHTKPGYhDxW374XgVdGHb5YFo1','donaldsmith591987','donaldsmith59@hotmail.com','','2018-08-03 07:29:56','1533281398:$P$B9HRyR6WlwXgzYbUY33EkxqFRSBG/w.',0,'donaldsmith591987'),(4997,'kspalding2002','$P$BCG5kH8GO.HSjxG6lTTBOE11zQn7MB0','kspalding2002','kspalding@stdominicelem.org','','2018-08-03 12:06:24','1533297986:$P$Bk94RE6yCGFh.h7pK5SrHvQZ6EBtxD.',0,'kspalding2002'),(4998,'chuckjodif1982','$P$BPbJ.XtFyT1wDXrQ/fqUOBvFQsaRY/.','chuckjodif1982','chuckjodif@sbcglobal.net','','2018-08-03 13:56:33','1533304594:$P$BtrznHv0pNWXheZfLi7YlA8klWdu3E0',0,'chuckjodif1982'),(4999,'claudia.schmidt802008','$P$BhsgM2TC0BZX.InGIMj0PLzNp6y/yx1','claudia-schmidt802008','claudia.schmidt80@freenet.de','','2018-08-03 15:54:43','1533311685:$P$BqMdnE9WJUpezs41iYo7wkyZqNca4U/',0,'claudia.schmidt802008'),(5000,'cripepi1957','$P$BlW/U8Ujsd7e9tWy.K2/R9iEx1FBuN.','cripepi1957','cripepi@hotmail.com','','2018-08-03 18:40:11','1533321613:$P$BiNI4o5HX4U56j8FNiMehxLylPz9RY/',0,'cripepi1957'),(5001,'amandaobral1978','$P$BQpLMlqfEwCb5UcMvHe2Zyk5VVw4Yw/','amandaobral1978','amandaobral@gmail.com','','2018-08-04 01:12:10','1533345132:$P$B9quRmfeoNCk/KMdPz9nyQtxHFgdj01',0,'amandaobral1978'),(5002,'ahnsso251969','$P$BeIUy8johE97UcgKLfvnvh/nW1H/sv.','ahnsso251969','ahnsso25@gmail.com','','2018-08-04 04:10:45','1533355847:$P$Bhyq9LqaHXZ3ktNfXesooh.nhDc7Nc.',0,'ahnsso251969'),(5003,'summerdoles2006','$P$BaGUWHvf3eB.lPweMPY0.Lis61aWu10','summerdoles2006','summerdoles@gmail.com','','2018-08-04 06:50:51','1533365453:$P$BTYyxuMWB.1rmH7a6LxgfV3uJoqE2l1',0,'summerdoles2006'),(5004,'nico.zottos1979','$P$Bqf9b9NIIKGCzcPMmfK4.kzgW2npgr.','nico-zottos1979','nico.zottos@gmail.com','','2018-08-05 03:33:38','1533440020:$P$BTvqnwTMCBUpmbQFMoy34I09yfXyzK.',0,'nico.zottos1979'),(5005,'lance42201983','$P$B2WZxkYo3E87dKqjd7hWZNoQGl2LNO.','lance42201983','lance4220@comcast.net','','2018-08-05 03:59:21','1533441562:$P$B36Ynv9OhbN8OofzMU/IYbZ0pnz5kG/',0,'lance42201983'),(5006,'eriktroyer2000','$P$BkAK3SIFc12pI1OQGdYrYeuF1bhMkI/','eriktroyer2000','eriktroyer@hotmail.com','','2018-08-05 04:53:51','1533444833:$P$BceA7WXFQJ6N/W/8bshdgZiU67/5Vg.',0,'eriktroyer2000'),(5007,'squeekypig791979','$P$BIXYy0oWxNfOt4uCE3xoVnRsdBPGZO/','squeekypig791979','squeekypig79@gmail.com','','2018-08-05 09:18:10','1533460692:$P$BUJajuxPyHpinopwCGNylZ61Kll8X41',0,'squeekypig791979'),(5008,'johndunmire1989','$P$B1xvSzALx2ZGNlq3N7RQsT9hvlRvLK1','johndunmire1989','johndunmire@gmail.com','','2018-08-05 12:33:27','1533472409:$P$BB0/mXphfgQ8WxZPK.sGdDviaJFmHE1',0,'johndunmire1989'),(5009,'kejjinabil1955','$P$BIGZMv7FAXz/1CpapoO12GEsfv31cY.','kejjinabil1955','kejjinabil@gmail.com','','2018-08-05 18:07:31','1533492453:$P$B3rGfGWze7uD9zx392UX/yvw/j6TYt0',0,'kejjinabil1955'),(5010,'repstoresrl2002','$P$BTdcUEYn49K.fG9pKvF4EAPOORI2GI.','repstoresrl2002','repstoresrl@gmail.com','','2018-08-05 18:42:03','1533494525:$P$B3RN5uhbilQ3y60VSbhmftk/XjwZPI/',0,'repstoresrl2002'),(5011,'shesflexible1979','$P$BK6Za2oZFgmOi7k1tqgpW064U4HQAC.','shesflexible1979','shesflexible@gmail.com','','2018-08-05 19:48:41','1533498523:$P$BHqnFoyg3pv0ksF7yUz/rcrIPegRGq0',0,'shesflexible1979'),(5012,'dolly1956','$P$Bq/oG8GCsLzB5.LNSluVc5kWxWK5ga.','dolly1956','dolly@emeraldhillspharmacy.com','','2018-08-05 21:11:31','1533503493:$P$BopN5XbkcOfUNBT.IJhzDxIAQwq.nM.',0,'dolly1956'),(5013,'amy2108_11961','$P$B8s.zjFjuDu0iXpGO5VqHsrNQl/nbI.','amy2108_11961','amy2108_1@hotmail.com','','2018-08-05 23:14:12','1533510854:$P$BlRqR78fJYG9VGCYNu.3G/2m01Kh3n0',0,'amy2108_11961'),(5014,'mckeeme1964','$P$Boiq0VhTSVjsj2TY1DQAVHB8bB2CgT1','mckeeme1964','mckeeme@gmail.com','','2018-08-05 23:51:37','1533513099:$P$BX/3p3UEoJa.QpMxxy6ZYnSmMO8YTq0',0,'mckeeme1964'),(5015,'chuckaaron1952','$P$BkKG6tUdnuvICLnL2ZTAHw93EqBYlU0','chuckaaron1952','chuckaaron@gmail.com','','2018-08-06 11:59:18','1533556760:$P$B.3/ZENnqNuZUPaSep/xQN5EsqFsxj/',0,'chuckaaron1952'),(5016,'siva5111984','$P$BTNN/HSuj0IXIvyaniPaPf8aWzvLKo0','siva5111984','siva511@yahoo.co.jp','','2018-08-06 13:18:37','1533561519:$P$BA3Wp.GKNJvCfgz.Q9uqH2qeKzUNmZ0',0,'siva5111984'),(5017,'peg1964','$P$B/gtDFdAvK0SwNg7tNZ4uqi33KN3Lr/','peg1964','peg@matsudaenterprises.com','','2018-08-06 15:48:02','1533570485:$P$Ba/QxC0kQX8Lb5bvm7289K525OJXri1',0,'peg1964'),(5018,'wilderpaint1951','$P$B2uSiutZW1HiIt6Au5v5gd2I6dcIup.','wilderpaint1951','wilderpaint@hotmail.com','','2018-08-06 16:28:30','1533572912:$P$B15kSrol5Z/pb8IWZCmJAUqKU5iLe0.',0,'wilderpaint1951'),(5019,'russellbriggs1956','$P$Bj8m99IA6QqqmH0M0ydsbeOFz.4hzq.','russellbriggs1956','russellbriggs@att.net','','2018-08-06 17:05:29','1533575131:$P$BWus1ig7i4ajCobETN6M5363qecEl41',0,'russellbriggs1956'),(5020,'centermanagercl1952','$P$Bzi5bY3TQtrH7YYLHXRIBfRNSu2nLx1','centermanagercl1952','centermanagercl@gmail.com','','2018-08-06 20:06:43','1533586005:$P$BBqK24LeByPKWC8wh0l/.ukoE3Eega.',0,'centermanagercl1952'),(5021,'chewy119551972','$P$BwgdW3tDG/MLzLFqBq9LktKj3fVpa70','chewy119551972','chewy11955@cox.net','','2018-08-06 21:00:24','1533589225:$P$B5L8RlIyZkcSQFM9AFKrEyaJzvJ/zc/',0,'chewy119551972'),(5022,'heatmisr1978','$P$BwTiZ4cKIDo76nYXDk94YV.sxD6iTu.','heatmisr1978','heatmisr@verizon.net','','2018-08-06 22:20:37','1533594040:$P$B1P3PuMw8C2h33o2E6IvbTtQQJy7N01',0,'heatmisr1978'),(5023,'vlashawnw1988','$P$BPY4e2XL.w0bDetBzpSC65WRJNzv7W.','vlashawnw1988','vlashawnw@gmail.com','','2018-08-06 22:50:56','1533595857:$P$B0sUlOgC.0L8Uo6QzKq2AcwIilu0ek1',0,'vlashawnw1988'),(5024,'billie_bear1983','$P$BKp7wUoJPuCEsspnEr4DCvTOFVg4/N/','billie_bear1983','billie_bear@cox.net','','2018-08-06 23:32:17','1533598340:$P$B71aG0elz2dUgvX7gGGN9gTaGf8rzF1',0,'billie_bear1983'),(5025,'edieskillen1971','$P$BEbFuo0OXtsOdTs66s.FkuBcS4e7wa/','edieskillen1971','edieskillen@cox.net','','2018-08-07 03:18:09','1533611891:$P$BHSEW6G3szuHRhLNISeVyMvQFUKfL.1',0,'edieskillen1971'),(5026,'friut31952','$P$BwF.GXhXohTnVASwx/0kx0F5qcUWo50','friut31952','friut3@hotmail.com','','2018-08-07 04:59:39','1533617981:$P$Bk7DZ91iA6Qv9p9163jIC8HE/knU3h0',0,'friut31952'),(5027,'martap19831973','$P$BW3AEIof4ubCiHACM0wXnikFWLnkes/','martap19831973','martap1983@gmail.com','','2018-08-07 09:21:23','1533633684:$P$BTQFfHULmw5YZ8d3lY3pnXGZ/gXMbl0',0,'martap19831973'),(5028,'lancecaldwell2010','$P$BQt0L3RAe1ZBrxG3M1SxTbaJTNOcWw.','lancecaldwell2010','lancecaldwell@shaw.ca','','2018-08-07 09:36:30','1533634592:$P$BKupnYebAvCRld9Uk9nUAvj912G9b5.',0,'lancecaldwell2010'),(5029,'joanf411971','$P$BN4UR/B5LeRf.9NfvsEqXNdMqPJamy1','joanf411971','joanf41@gmail.com','','2018-08-07 10:13:42','1533636823:$P$BOMsDgMQwE81tNSju1.pDMtYDxKanp.',0,'joanf411971'),(5030,'zaysmommy941998','$P$B5BvfsavIIZTlKbBtK9XmhWSvHpSga.','zaysmommy941998','zaysmommy94@gmail.com','','2018-08-07 13:42:22','1533649344:$P$BrZcakOwoMwhZgFF9HgsFWzdSedVV9/',0,'zaysmommy941998'),(5031,'franky1956','$P$BO3uUhifZbED.NAvookxDm0h5EEcCP/','franky1956','franky@retrofitlighting.com','','2018-08-07 17:50:25','1533664229:$P$Bfc9Vy8biKDNm.wazop57gfCdkRVd6.',0,'franky1956'),(5032,'twalk151951','$P$BsRB5MDUSa9ubX2s3A3GfVcMlC2sLQ/','twalk151951','twalk15@charter.net','','2018-08-07 18:36:46','1533667007:$P$BxvXHfb5BUyZIhU9DMh0y1vdH5b4bC1',0,'twalk151951'),(5033,'rob1996','$P$BAptufV./KBkbnQaSsfhYGZsQ9c.4L.','rob1996','rob@hornbergeronline.com','','2018-08-07 19:25:12','1533669913:$P$BEWftzR6NfqsSIOrlZ.E1Njntj8/28/',0,'rob1996'),(5034,'klo19681969','$P$B7yStfKlIp7jj.xdvS9OZl59CGRHs6/','klo19681969','klo1968@gmail.com','','2018-08-07 19:40:40','1533670841:$P$BOk10R2K3QKtjRqTfjl3cUN6i1sxo4.',0,'klo19681969'),(5035,'v.souther38851992','$P$B1Ok.EauB3hXoJHLdZJwM6SDmGWtbl1','v-souther38851992','v.souther3885@outlook.com','','2018-08-07 20:59:06','1533675548:$P$BBy3gZN2pJ7CfkvczdKfuBCqY6akC1/',0,'v.souther38851992'),(5036,'bestelectricsupply1998','$P$B7itDycNHGz.eIDabDDmlN9UFY7rDK1','bestelectricsupply1998','bestelectricsupply@gmail.com','','2018-08-07 21:24:22','1533677064:$P$B68LtDmcJXBS4.1ptJZE0VXkFlBzXW1',0,'bestelectricsupply1998'),(5037,'clminton1982','$P$BkzxW7BAVgFj3wzEjRON113V79B0T3.','clminton1982','clminton@gmail.com','','2018-08-07 22:35:48','1533681350:$P$BGGk5BkA7i6FN8NNoH7CL8n0l8WObM/',0,'clminton1982'),(5038,'csam19682003','$P$BZK8ekTwdOvrmOnrCdTL3Vk/2K5i5y0','csam19682003','csam1968@comcast.net','','2018-08-07 23:23:01','1533684183:$P$BIs0qtKBcQ7B1qtzyzk2OoaC8KLS4u/',0,'csam19682003'),(5039,'solarlogs1979','$P$BNLjgOSq/d05PfBeq0DjVdzI5.NaWI0','solarlogs1979','solarlogs@gmail.com','','2018-08-08 00:56:31','1533689793:$P$BUSb13cVA4D3VWXp3MyAlbaGT6HD/k.',0,'solarlogs1979'),(5040,'avalancheair2010','$P$Bk4L0BGllUqcpNEeQNph.Zt763szSN0','avalancheair2010','avalancheair@gmail.com','','2018-08-08 04:26:29','1533702391:$P$B4ky2Tp0yiIQz4w6G1EsXJg1ppjg8M0',0,'avalancheair2010'),(5041,'electriceric1951','$P$BUIWE7T.S5.IrL6fIr2MokDwvwAnAH/','electriceric1951','electriceric@gmail.com','','2018-08-08 05:06:53','1533704815:$P$BmMSmsjbTHyU3mETbKm/V7ChEIW5zz/',0,'electriceric1951'),(5042,'ducsanighmenscon','$P$BCKshf4T/BW/KJ4sko6IQ4D1NPYg2O0','ducsanighmenscon','ducsanighmenscon@laysporji.info','','2018-08-08 06:36:02','',0,'ducsanighmenscon'),(5043,'dmre341950','$P$Bzn/xzlAyJ0u453YMQi1sYkeT1P1zh0','dmre341950','dmre34@gmail.com','','2018-08-08 10:03:21','1533722604:$P$BVqUVaghuniYNE9200pr1Am9Q.uVvq.',0,'dmre341950'),(5044,'structuralsteel1974','$P$B8jYohUXExmfeQ8GiMgWCqzJZ0V1bt1','structuralsteel1974','structuralsteel@sbcglobal.net','','2018-08-08 12:58:17','1533733098:$P$B.RTf1Ej2Ls1rfPBJOc8vHwJ62wuDC.',0,'structuralsteel1974'),(5045,'cici116011986','$P$BRc3Xigz3IlNtzUQdNNWILThnKqfGb/','cici116011986','cici11601@gmail.com','','2018-08-08 13:54:36','1533736477:$P$BsM.0zZveq4HSVZQ3wtKQYHO52g1u0.',0,'cici116011986'),(5046,'acct21985','$P$BVICXsjsHFefSXvd34a5ZbDj5SVFu/.','acct21985','acct2@tesoros.com','','2018-08-08 16:16:09','1533744971:$P$Br50GDOmNqwvcEXQJTO.XBP2WXLgsf0',0,'acct21985'),(5047,'voltelectricalco1990','$P$Bn4c7APetRnE99Cz5cUS6LBOYdKbHG1','voltelectricalco1990','voltelectricalco@gmail.com','','2018-08-08 19:48:15','1533757697:$P$Bp86Lgfl239L3n4N9wU.AbpYFN54Bk/',0,'voltelectricalco1990'),(5048,'jason.shetenhelm1994','$P$BuQp3NSeGZI8X0bZhaLjYWJQJIJI7O0','jason-shetenhelm1994','jason.shetenhelm@gmail.com','','2018-08-08 22:52:20','1533768742:$P$Boc5/IqnuF3QSOSdhqDN.PUWnP.W/a1',0,'jason.shetenhelm1994'),(5049,'bourretr1972','$P$BqdAPu//6IVV2l6je2QYs4OBdJaMgz0','bourretr1972','bourretr@gmail.com','','2018-08-08 23:03:50','1533769432:$P$BGgtMUDausB4gIFCH4SoDonzw57UhQ.',0,'bourretr1972'),(5050,'hmf601959','$P$BFx7AGhUxFwl0ldc2pwdVu46O1NkSJ.','hmf601959','hmf60@cox.net','','2018-08-08 23:56:04','1533772568:$P$BQPIsRN1oOVwUgNHEEOylMsLw1nwqh1',0,'hmf601959'),(5051,'kelseyreynolds131989','$P$BtPnp9O2mUBRpg0LGipunrjNfZG5qj/','kelseyreynolds131989','kelseyreynolds13@gmail.com','','2018-08-09 02:40:09','1533782410:$P$Boi7pWUhCDCUHj6y3ns7/gRIcXhlQp/',0,'kelseyreynolds131989'),(5052,'osfefeterte','$P$BUtI0609vsq078z97Xyd5ElSS1j3Vv.','osfefeterte','osfefeterte@laysporji.info','','2018-08-09 10:06:52','',0,'osfefeterte'),(5053,'srednatonmi2003','$P$BkfpuekHVibN4k6q7thCmXQjY8Gj/70','srednatonmi2003','srednatonmi@gmail.com','','2018-08-09 12:39:10','1533818352:$P$BMJKsaWwoZUAYNW5vKhEPqOzopMT7V1',0,'srednatonmi2003'),(5054,'pkkmriz2007','$P$Bs0GXbpqWhj/ENivOmTga4vpEJegLa.','pkkmriz2007','pkkmriz@msn.com','','2018-08-09 13:40:34','1533822036:$P$BrjNyejT7.1JftstCM9lNAqkiEuQG41',0,'pkkmriz2007'),(5055,'lakewateree1966','$P$BCCJEKXMdeO.NV.8meojI7I4/ww3Yp0','lakewateree1966','lakewateree@windstream.net','','2018-08-09 15:50:09','1533829811:$P$B3ofgrIIS.oru1QE6G/Y2ICIsdRWE/0',0,'lakewateree1966'),(5056,'jamesphoo1222002','$P$BxFo19S6va14.aK/VbgDhZKve9ol/N1','jamesphoo1222002','jamesphoo122@gmail.com','','2018-08-09 17:31:00','1533835862:$P$Bm09jkjMDSVPbt7YDvAvlD8wKtJr6V0',0,'jamesphoo1222002'),(5057,'wishible15991976','$P$Brq4mDws/grghnqBeXnudl36EEFzfT/','wishible15991976','wishible1599@gmail.com','','2018-08-09 19:25:07','1533842708:$P$BWzYu7A6QKg2hy.eaNNP3ciyK8CRPp0',0,'wishible15991976'),(5058,'teresa.clarke19851975','$P$B/NrsB06FjZPNO8sc0U7KdGdI8UcEG/','teresa-clarke19851975','teresa.clarke1985@gmail.com','','2018-08-09 22:01:14','1533852076:$P$BaYWAOtEhbYv5mwkpnNXpQbGg0XIzG0',0,'teresa.clarke19851975'),(5059,'kathyhamilton12009','$P$BKqOqrzk7IMV4yIG.pra3/twYYfqje1','kathyhamilton12009','kathyhamilton1@suddenlink.net','','2018-08-10 00:09:38','1533859781:$P$BOxdyDK4PqKTtf1tuOBBm7adzu8EZr/',0,'kathyhamilton12009'),(5060,'pillou881975','$P$BygFOEehbX.4m1jyvamrWzEOrN3dZ8.','pillou881975','pillou88@gmail.com','','2018-08-10 00:43:27','1533861809:$P$BkLMpuJ.04GZ7jGKEfpRIylsDqcoc41',0,'pillou881975'),(5061,'s8njr6661993','$P$BskSwfPSY5DknAT00s2alT.vnBE3E./','s8njr6661993','s8njr666@gmail.com','','2018-08-10 05:37:17','1533879439:$P$BOWzbXFLymLqM8cJsCZzuH1WyLPMax0',0,'s8njr6661993'),(5062,'dclanfrca1952','$P$BE.lnPkz/SbMIM7kNnrhY2cURYNKpV1','dclanfrca1952','dclanfrca@cox.net','','2018-08-10 08:29:12','1533889754:$P$B8G9/iR4kdY1.8ZLorKXHPflZUHgra.',0,'dclanfrca1952'),(5063,'amministrazione2006','$P$BTXonQQEJx7Bx9dThi6j6017kGzHzb/','amministrazione2006','amministrazione@smsistemi.it','','2018-08-10 12:19:43','1533903585:$P$BCxdddF7Mk.a9YeCDMlh0xr5vG8Vdv1',0,'amministrazione2006'),(5064,'peterhast2003','$P$B8OonclbciOS8AZ.JuEv3TQ4fCsV1A0','peterhast2003','peterhast@gmail.com','','2018-08-10 13:07:16','1533906438:$P$BLxdaclx8UV4EF0ria7wHcRJJFGGKR1',0,'peterhast2003'),(5065,'kundenbetreuung1999','$P$BY1UbO9M.HRBLiGwNXdvd8t/cWhnT31','kundenbetreuung1999','kundenbetreuung@autoschluessel-profi.de','','2018-08-10 20:53:08','1533934389:$P$BUSEIRF/q5NGjQOv1px83R7vU03ttb/',0,'kundenbetreuung1999'),(5066,'iam091993','$P$B.S32548Llg7NzVy2QOYjNcd3TkjRK0','iam091993','iam09@comcast.net','','2018-08-10 22:02:31','1533938553:$P$BYCZrZmRfeh2D5AUBbC.MbohpAd7ev0',0,'iam091993'),(5067,'psimon2004','$P$Bqbm7KU9MUC2Lkm8umI29zSITJDNKj.','psimon2004','psimon@miblood.org','','2018-08-11 18:42:15','1534012936:$P$BHd07ympgWh4H14FBHBbzS/C.xMBwp0',0,'psimon2004'),(5068,'denisenance1955','$P$Bgvl6qWgYZ/s/s6jWHkLyxOcBemxfR0','denisenance1955','denisenance@msn.com','','2018-08-12 15:24:19','1534087461:$P$BGRSZE3i0VepoBT3V3qI7nbpi3nDdf/',0,'denisenance1955'),(5069,'ngood1975','$P$BByWgjmc3Pe.bzRG6fn.B9Dfs9Nydm/','ngood1975','ngood@aseiengineering.com','','2018-08-12 18:29:02','1534098544:$P$Bc.cC6bhGAMNZi5PSCzOOOfSYstsaj/',0,'ngood1975'),(5070,'purchasing1977','$P$BqMsDKTfP20mz2bVMgArQS0CYRx/Oa1','purchasing1977','purchasing@miblood.org','','2018-08-12 19:33:33','1534102415:$P$B.K4jAtHR6vFzhQAMBKLgWGIw2fofS1',0,'purchasing1977'),(5071,'andreacuyun232004','$P$Bh4WBRjQlwxB6ov7OCD0RW8LO9F2we.','andreacuyun232004','andreacuyun23@hotmail.com','','2018-08-13 00:29:40','1534120182:$P$Bv5pKZPbaNvUvX9lhtVUHxS9tg566P/',0,'andreacuyun232004'),(5072,'elmer.peters1969','$P$BWvzKb1ZV6Y.ucG5W6K5iq4hCH4W.8/','elmer-peters1969','elmer.peters@att.net','','2018-08-13 02:43:51','1534128233:$P$BquTo8IbQWgFQkzP6voPLhy3oeSVQ.0',0,'elmer.peters1969'),(5073,'pbrand1952','$P$BlepP.juP6cPUIk0BfGZ4zgkWO6Z2O1','pbrand1952','pbrand@miblood.org','','2018-08-13 12:50:03','1534164604:$P$BYyuvSzElFlW4tBk4gbqxpVS/MMKtN.',0,'pbrand1952'),(5074,'richkate2007','$P$BPoqAmps3HvOXlKNHpHeTVkgYyqj.h/','richkate2007','richkate@xtra.co.nz','','2018-08-13 13:03:43','1534165425:$P$BDp38yGV1cwbzW.MfoI.IgFBDwykvZ.',0,'richkate2007'),(5075,'a76sporty1969','$P$B8wMRHP1S8z1ctLSajYNxDRNDhWqHl/','a76sporty1969','a76sporty@aol.com','','2018-08-13 14:29:55','1534170597:$P$BxRJV8o13.V4ES7kj7u16mBctq34hS1',0,'a76sporty1969'),(5076,'cmedlowmays2005','$P$Bokktp.eSRyeMVw5l8Q.OwtFGQMtYA0','cmedlowmays2005','cmedlowmays@comcast.net','','2018-08-13 15:22:37','1534173758:$P$BZEJHc7F7Nc4bLNjujpuLjmV40wN5D1',0,'cmedlowmays2005'),(5077,'tlitalien51975','$P$BmrNuPnwqiI2ey0ByIDuF1i6vRZqu31','tlitalien51975','tlitalien5@hotmail.com','','2018-08-13 18:34:55','1534185298:$P$BSdopa8icbLu1b.qJBtYgL6/vtrMvP1',0,'tlitalien51975'),(5078,'123wildcats1980','$P$BM9rQ.9/nHzAycPgOwmUA5.eFEtir7/','123wildcats1980','123wildcats@gmail.com','','2018-08-13 20:26:22','1534191983:$P$BaedMSIl9IF9pOxmPuT.5emGwRgXXw1',0,'123wildcats1980'),(5079,'mkrohde1957','$P$Bi7wZA2fjloPARSmKthiO4SfD8xTRj/','mkrohde1957','mkrohde@roadrunner.com','','2018-08-13 20:40:17','1534192819:$P$BnY/Hpr1uYrRGIfUbSs4HYk/Xx7CuB.',0,'mkrohde1957'),(5080,'dmitchell62007','$P$BIIPkzUOvGtk4UGM7QxH6VNQyYtWlQ.','dmitchell62007','dmitchell6@mi.rr.com','','2018-08-13 20:49:11','1534193352:$P$BSWBYydaDaamOgvsjiTVc7SnfIisv8.',0,'dmitchell62007'),(5081,'mcs759662009','$P$BKJbRZ5qbUg/mVUS2fDV84VhMqf0wj1','mcs759662009','mcs75966@outlook.com','','2018-08-13 22:59:19','1534201160:$P$BO/7jaOmS16I7fqnMOn6WAsXQ9FugZ0',0,'mcs759662009'),(5082,'elizabeth.g.byers1992','$P$B8.frqErGqAqsTJkMimhLo/vedFQYR0','elizabeth-g-byers1992','elizabeth.g.byers@gmail.com','','2018-08-13 23:22:14','1534202535:$P$B9eHbQCEp1WHa7B4/j6jAvBlvl4Zau1',0,'elizabeth.g.byers1992'),(5083,'mauer1964','$P$BD2WYYE7hTVHVvXTFjz.oI5SQ.fX1K/','mauer1964','mauer@herronhighschool.org','','2018-08-14 00:19:27','1534205969:$P$B79XwjyGQQ8BReLKQKCnnxOLBnP2yD1',0,'mauer1964'),(5084,'ddgamenation1959','$P$B9QIHgiP6O/B1/yhZ/o4JnUHIvq4u70','ddgamenation1959','ddgamenation@gmail.com','','2018-08-14 01:09:20','1534208962:$P$BnJ93zUj//fjcg7/uYuXpqWOi2hP2V1',0,'ddgamenation1959'),(5085,'lindaobbink71961','$P$B0pxO0S0PJE/bxdY1eM9B.rJCE6n/u0','lindaobbink71961','lindaobbink7@gmail.com','','2018-08-14 01:20:11','1534209613:$P$BLA4qGTX9CbJpOkordpxbzjSXeTERY1',0,'lindaobbink71961'),(5086,'alexjgoulding2005','$P$BtrKKGN1g7Yv/k8xtYnr8a7TR/bFX1/','alexjgoulding2005','alexjgoulding@hotmail.com','','2018-08-14 05:04:00','1534223042:$P$B5.DvWt.tNdecMZQmR6e3.Nt2vj8ZH1',0,'alexjgoulding2005'),(5087,'major987654321958','$P$BpUcsxyGl/Jf8ySs/xozUZkJ629GfT0','major987654321958','major98765432@gmail.com','','2018-08-14 09:35:24','1534239326:$P$BQSX4p5DcGnTo3KafcF6zVEOrMJ.ie1',0,'major987654321958'),(5088,'steve1954','$P$BRMjpxnThS3hTeJ8Epli6osAs8sB1B.','steve1954','steve@ellco.com','','2018-08-14 13:35:01','1534253703:$P$Bc30oaqed2dSc9n0sZ1FdYzFaX1DDh0',0,'steve1954'),(5089,'mkmullin11990','$P$B6Y3ch1lfbEUcPgPT9lnd1UTBw4UP8.','mkmullin11990','mkmullin1@gmail.com','','2018-08-14 15:35:52','1534260955:$P$BjUi0NkH3u.sghtFhj/bAqiwWJeVvB0',0,'mkmullin11990'),(5090,'kitzycustoms1977','$P$Bqb.7fYtOO2xxAkHKgjrFxQNN06veF1','kitzycustoms1977','kitzycustoms@gmail.com','','2018-08-14 17:23:37','1534267421:$P$B9P6vmpyQOoUN7MN7ih2VLTM3QVF0N0',0,'kitzycustoms1977'),(5091,'ashley.vitale81997','$P$ByBgBRnNZGPE0INEppAxFvx50vSdRL/','ashley-vitale81997','ashley.vitale8@gmail.com','','2018-08-14 18:21:51','1534270913:$P$BfvdAETrRr1ET6su6KUPj3BMQ.pLSm/',0,'ashley.vitale81997'),(5092,'bellamyp20112001','$P$BJkZNEU2fhIAWiKRflpgD3RgILTgUL/','bellamyp20112001','bellamyp2011@gmail.com','','2018-08-14 21:35:24','1534282525:$P$ByySBuvtjubcKGxOf.a4t42j20ek6L1',0,'bellamyp20112001'),(5093,'stevenjskateshop1977','$P$B8QtBffTjjTljbBBqxc5qsxo1Fyhg7/','stevenjskateshop1977','stevenjskateshop@gmail.com','','2018-08-14 22:09:23','1534284565:$P$BKBpn.KRht8RNjJR6/wWqI74ZwFm7e0',0,'stevenjskateshop1977'),(5094,'lyndajj2005','$P$BUV1igF8Pq6lZvOc.zBz/grzX4gzJB1','lyndajj2005','lyndajj@verizon.net','','2018-08-14 23:39:00','1534289942:$P$B3cvFpiCqYdZaHEdwc11VNfPJOpKNi/',0,'lyndajj2005'),(5095,'fred1976','$P$BvkUt.yFTcU7/KSXrimYmIjmLu2cjH0','fred1976','fred@rabinowitzdds.com','','2018-08-15 13:37:44','1534340268:$P$BGc9iCiaJ0v8.Ak.RHqyOyF3PM52p..',0,'fred1976'),(5096,'coderreeric1972','$P$BkMUhS3JaeTZTH.QqJx4G/5e73VQAB.','coderreeric1972','coderreeric@gmail.com','','2018-08-15 17:38:53','1534354735:$P$BSMv6CtO2u.HBBkm/L9fC94hXUyqT0.',0,'coderreeric1972'),(5097,'vince1973','$P$B11EWoFh9zO8xjl3whxB6zGgBGuy6q0','vince1973','vince@msaccounting.com','','2018-08-15 17:45:47','1534355148:$P$B3wGX4nAOGV1DWRDWMUAGkoVQEtBjF1',0,'vince1973'),(5098,'mtinti1981','$P$BO8VsMaRx55yyuFIwPSGLotCvOZeWO/','mtinti1981','mtinti@fabbriusa.com','','2018-08-15 19:36:35','1534361797:$P$B/E4JZ9jKQ5Y9k8QWR5vLcqFhv/Hkl1',0,'mtinti1981'),(5099,'linda1968','$P$BlY17Dy0JaVS5iwBW2gFXSXPHJmNZx1','linda1968','linda@sawyergardencenter.com','','2018-08-15 20:07:08','1534363632:$P$BKtAn4I1Fks9by2pd5mjdPTn/qZPdI/',0,'linda1968'),(5100,'tpagnozzi1962','$P$BcAPfvWo6EJjqaWzL4q6PQWHQr7aUW.','tpagnozzi1962','tpagnozzi@fabbriusa.com','','2018-08-15 21:03:43','1534367027:$P$B0z9d0xJldMokcyAXh8zrh3qR83jGW0',0,'tpagnozzi1962'),(5101,'godmer.paul1962','$P$Brb/y5LErTQ25sV6/asGEGwmzHSany.','godmer-paul1962','godmer.paul@gmail.com','','2018-08-15 23:19:31','1534375173:$P$B32bvrZsZrISrL0K.pkA..w9vaMVKk0',0,'godmer.paul1962'),(5102,'ceobrien6181978','$P$BbvJG1GF0TcDpKkvt.e9IdKYrxld0Q0','ceobrien6181978','ceobrien618@gmail.com','','2018-08-16 03:36:18','1534390581:$P$BkUo4ZUng/u1eKahtSFL9wAR8bC3Cu.',0,'ceobrien6181978'),(5103,'sebastian.golanski1954','$P$BGcXUjgxngTSNkCpXxMDzMiRa3LcBK1','sebastian-golanski1954','sebastian.golanski@gmx.de','','2018-08-16 09:01:08','1534410071:$P$Bi45vGwgvw6CTtXEgsiHqQ90njP/.p/',0,'sebastian.golanski1954'),(5104,'handylock1958','$P$BMMf/PApl4XbNTZrW6.UbDDSLrA.dF0','handylock1958','handylock@sbcglobal.net','','2018-08-16 14:01:37','1534428099:$P$BtXfXokGvTPhVOo4rB/SsihsStd5E11',0,'handylock1958'),(5105,'pratikdeshpande641963','$P$BIaEqxp4Z4fcP0968iTNYpgkaLD0lq0','pratikdeshpande641963','pratikdeshpande64@gmail.com','','2018-08-16 18:32:26','1534444350:$P$Bctnpd1M5TPEHXF9K8ijRZqUhvSkXC.',0,'pratikdeshpande641963'),(5106,'illipower1997','$P$Bk9PFsl2NnGsMPpGMlyzz3VcdIg1jZ/','illipower1997','illipower@comcast.net','','2018-08-16 21:15:14','1534454116:$P$BCtXQpaLi4/8Ufiss5jRrGZ8OXtaDh/',0,'illipower1997'),(5107,'tovayeamans1997','$P$BIMmc80pM6RkNmuQ7004KzesgpTmvF0','tovayeamans1997','tovayeamans@gmail.com','','2018-08-16 21:42:29','1534455752:$P$B2YelhSKuP.3RE7wIF1CEgvZPwEqcS/',0,'tovayeamans1997'),(5108,'kkieth1997','$P$B7t7WRRgdXZwR9shvNjwE6DiNm1fYa/','kkieth1997','kkieth@tahokaisd.org','','2018-08-17 00:39:12','1534466356:$P$BbaLKQNhoqQwWhMA00IFjI2m0hJAwJ.',0,'kkieth1997'),(5109,'oscarto2003','$P$BvsuK9NW7ofibm7cUigy4GCN9Yr9cW.','oscarto2003','oscarto@gmail.com','','2018-08-17 01:02:29','1534467750:$P$BKmNGGPsWD2rvIUw9DsArOHlmnZpRP0',0,'oscarto2003'),(5110,'madscientist8131970','$P$BVIf.n1u8/oFNEmvgaQjona7vEgLCQ1','madscientist8131970','madscientist813@gmail.com','','2018-08-17 01:22:42','1534468964:$P$BJYhL5xF0qA51rwZ8h4elywAlgs2WX0',0,'madscientist8131970'),(5111,'connie1955','$P$BkDiwk6ZzSg.iirExXKsuU/HH.AnBt.','connie1955','connie@nextdoorpub.com','','2018-08-17 02:52:37','1534474358:$P$BwoTHQtyR3f7DIZyyJYrJpxczFlcAM0',0,'connie1955'),(5112,'baileybmays1988','$P$BPszgg/6wMAw31sI3FX/6lk4G8weas.','baileybmays1988','baileybmays@me.com','','2018-08-17 05:37:35','1534484258:$P$BzIvtTRcYtOpmzxR/LUFiriKjjRqbd0',0,'baileybmays1988'),(5113,'stephen.thomas1955','$P$BFmvkujWSVxVOqKszFb/BQXRhqPwQ8.','stephen-thomas1955','stephen.thomas@zen.co.uk','','2018-08-17 12:26:12','1534508773:$P$BEsUq69z7BBca5XY.phXxsxtHtOO8w/',0,'stephen.thomas1955'),(5114,'jack1967','$P$B5Pbx0jQcfQINLNyUgR4mQHnv9k7c1.','jack1967','jack@waterstoragetanksinc.com','','2018-08-17 13:19:29','1534511970:$P$BAexAp9qgN.PZWVexkLNfC3.JEPZVX.',0,'jack1967'),(5115,'crmaria21952','$P$BKYNj3B68WhpptzlCo6c2UacxOb2co.','crmaria21952','crmaria2@verizon.net','','2018-08-17 13:47:43','1534513666:$P$B9mSrZjZFd2SmD28jA4WuvQAdJBbBS.',0,'crmaria21952'),(5116,'turner.latia1990','$P$B4huxEvtpDRwcs1OM2Ahq01JiG33sX1','turner-latia1990','turner.latia@gmail.com','','2018-08-17 14:17:16','1534515438:$P$BUzqnsnJwFWMNE/BNDZma7fUA0jKFa/',0,'turner.latia1990'),(5117,'yesse991985','$P$BJrBmcx1NWd9.WzdNvxgovqPTimukc/','yesse991985','yesse99@comcast.net','','2018-08-17 19:15:35','1534533337:$P$BJoFeH8fD5bSc3.6BogamClpAt2cMA1',0,'yesse991985'),(5118,'lynnemcleod91965','$P$Bvqd6JNkKrWVoSu8VNdyMrRJUj9MYD0','lynnemcleod91965','lynnemcleod9@gmail.com','','2018-08-17 19:44:14','1534535056:$P$B723Zxau7svTv5pvNPcjREIHodpv.k1',0,'lynnemcleod91965'),(5119,'etglobalmanagement2002','$P$Bm5WwOR9i1hNxG6rgws.bQ7mHDKqzg0','etglobalmanagement2002','etglobalmanagement@gmail.com','','2018-08-17 22:57:40','1534546661:$P$BWz/IMzk0Xuz2VHknmUm4uqYxXREPP.',0,'etglobalmanagement2002'),(5120,'msmolka1965','$P$BJSLNEEZ7pW9E2dcpWtwQHyIHLUNUZ0','msmolka1965','msmolka@mtnstream.com','','2018-08-17 23:18:57','1534547940:$P$BoL290HcnWT9axTV2rj2R9icSBBs/B/',0,'msmolka1965'),(5121,'thecoolromanian1959','$P$BZjOuu11ceKN0WdacblySylK1D0.3f1','thecoolromanian1959','thecoolromanian@gmail.com','','2018-08-18 01:30:56','1534555858:$P$BhGsKPLG17JcwH.ya8CZNyXJA0TQuW.',0,'thecoolromanian1959'),(5122,'s.m.ghanei1998','$P$BSd9a5pt8zPJdqS.IjKXhBcI3fmxTX0','s-m-ghanei1998','s.m.ghanei@gmail.com','','2018-08-18 14:48:01','1534603683:$P$Bu/97f9Xl697HNCPCDpEh/NVduaA8Q0',0,'s.m.ghanei1998'),(5123,'khadija.kapasi1984','$P$B5a1I6wyYwtqCBNum4q4.pnM5UGTLW1','khadija-kapasi1984','khadija.kapasi@gmail.com','','2018-08-18 17:25:57','1534613159:$P$BAgRGFULgadcPOLGo1unVr0PwDGHkS0',0,'khadija.kapasi1984'),(5124,'christinehopwood1993','$P$Bu4RDxwKZDBoJKp8CV7wWWJGwzkwLv/','christinehopwood1993','christinehopwood@hotmail.co.uk','','2018-08-18 17:30:08','1534613410:$P$B8Ph8M8qFp.1lllit0HsW00Pni3XxV.',0,'christinehopwood1993'),(5125,'ctanguay1001996','$P$BpE63TWPo6iPjoBdip.cPveur2uaI4.','ctanguay1001996','ctanguay100@gmail.com','','2018-08-18 19:17:06','1534619827:$P$BADZQNITj0JoqqCatrwW.ed7.lM83o0',0,'ctanguay1001996'),(5126,'scollyp1969','$P$BNeypbdLr/fb1mZOCskX8EJYakL4ft.','scollyp1969','scollyp@gmail.com','','2018-08-19 00:26:22','1534638384:$P$BpwHngUdxB/xJfwZlLBJdZLj3LSRwU0',0,'scollyp1969'),(5127,'bradmichaelroberts1964','$P$BXPzdxF6PLLN1iO1dWrhE5dtA/4WqX0','bradmichaelroberts1964','bradmichaelroberts@gmail.com','','2018-08-19 02:24:00','1534645442:$P$Bme0u.4o0pfdJhlDTw01O0N0saBLNB1',0,'bradmichaelroberts1964'),(5128,'haltschiller632003','$P$BM3wx7DSbLXR9s8W7VH/FRcv6SjXHh1','haltschiller632003','haltschiller63@gmail.com','','2018-08-19 06:22:22','1534659745:$P$BAIZjaRwZgSxu8duHp9c/QVwMjNLzC0',0,'haltschiller632003'),(5129,'alima.ahmedx1954','$P$Bil2fojWiq7PGgDBJLhJ26I8zniOe0/','alima-ahmedx1954','alima.ahmedx@hotmail.co.uk','','2018-08-19 07:34:59','1534664102:$P$BpVhiWCxctWv3BUPiaH0nzLXwr.pqP0',0,'alima.ahmedx1954'),(5130,'dr900491997','$P$BMq8AJKCB5MZBgUkYRwmiMpe8B2OMq.','dr900491997','dr90049@gmail.com','','2018-08-19 16:30:01','1534696205:$P$BXZ3zV9toEl/AwKPMtHbrYf/nlbFw61',0,'dr900491997'),(5131,'demonte_thomas1232004','$P$BwEq/1vbdZMmOUbBnlwSEy7gQEoeEe1','demonte_thomas1232004','demonte_thomas123@hotmail.com','','2018-08-20 16:05:20','1534781123:$P$BpSH1kIzOfGWfKfulAvmb4WSivM0CU1',0,'demonte_thomas1232004'),(5132,'runfox1001971','$P$B8ChMXtY7keJap3.fQOOmWsqs2Q19Z.','runfox1001971','runfox100@gmail.com','','2018-08-20 19:08:54','1534792138:$P$B9EsKSyVIVhzJHSPrxMO5wJIjTF4Ch.',0,'runfox1001971'),(5133,'eocepeda631979','$P$BLwHU0O2Ff93SHyfcf2Z.jO/3JcJ/m/','eocepeda631979','eocepeda63@gmail.com','','2018-08-20 23:05:57','1534806360:$P$BGGpzr13z9LPJzvVsY3b2GKq.K20lK/',0,'eocepeda631979'),(5134,'imattox1966','$P$B7obo04bPO/9lgGcpmb8p2p6qqn4541','imattox1966','imattox@bak.rr.com','','2018-08-21 14:01:07','1534860072:$P$Bw1bRtZzWyMXlBjzkj3VCTZoPAqwZ00',0,'imattox1966'),(5135,'pyetta1961','$P$Bt3fxvLFky0o3fwdTGlcNf3r6wBd8R0','pyetta1961','pyetta@sbcglobal.net','','2018-08-21 20:40:12','1534884014:$P$BWnD5bv03RSG/bAw42nYGAbvT43bRP1',0,'pyetta1961'),(5136,'phartman1984','$P$BafFjEq3PXjVS0VNMwUmY4SCxp46SM1','phartman1984','phartman@pinesofsarasota.org','','2018-08-21 22:02:52','1534888974:$P$BwvR7Hch.oGHzdtw4ZHEYLylC2nAIt0',0,'phartman1984'),(5137,'tranthuynga341973','$P$B6FZyi73j/JjcAsLCgzchwt77jBk.W.','tranthuynga341973','tranthuynga34@gmail.com','','2018-08-21 22:17:25','1534889848:$P$BHUXG8pQaA9Qsl86RFuPD3AHuMwATw/',0,'tranthuynga341973'),(5138,'young12501968','$P$Bh.5zCIxyOdSoVEcV0WRyRwb34SMG81','young12501968','young1250@att.net','','2018-08-21 23:14:52','1534893294:$P$BfxrIQKRY5.hPJtRKs2LA/p1PHg/Y3.',0,'young12501968'),(5139,'cara.jordan1971','$P$BIml88XQn8fJ31kcrAp5SaDUkP0FUP/','cara-jordan1971','cara.jordan@gmail.com','','2018-08-21 23:47:58','1534895280:$P$BkEL55P.dQfaxsnwWZG01ZFaSr.AHz/',0,'cara.jordan1971'),(5140,'gtammo1951','$P$BUMAWoeZXga7qVQ/BnhLsenMz9jj1I.','gtammo1951','gtammo@cox.net','','2018-08-22 00:38:39','1534898320:$P$BtHZHHXevmXlKSw4z62FDjphA7uXJb0',0,'gtammo1951'),(5141,'aplitopa1977','$P$B9KBXlAL29DBx.b.KMsz8lmypjq1Zt0','aplitopa1977','aplitopa@gmail.com','','2018-08-22 01:46:15','1534902377:$P$B.k8jitJWowe29uWOOTiIy/iAQveB40',0,'aplitopa1977'),(5142,'yvazquez131983','$P$BR/IdpyDWHbBs7zI./BjRFQG1w94QU0','yvazquez131983','yvazquez13@gmail.com','','2018-08-22 03:18:18','1534907900:$P$BMOnhCx/k0i/ox8hKJQdWpLGmGAYw01',0,'yvazquez131983'),(5143,'bethbrinton1963','$P$B3PqvXF5eJu/L55y2RBCG1KJUAhBYO.','bethbrinton1963','bethbrinton@cox.net','','2018-08-22 03:45:28','1534909530:$P$Bo9/rKwnfDxXRcP90suil8T98ugEsf.',0,'bethbrinton1963'),(5144,'soheillevi2002','$P$Bss3xy3rABA/.VhYK2TLhbBXhe5iyd0','soheillevi2002','soheillevi@gmail.com','','2018-08-22 06:49:24','1534920566:$P$BNRsL3pok2GenfTaH9jjUVw57NPplf1',0,'soheillevi2002'),(5145,'tashan_edwards2000','$P$BbBndsUy7Sv2d.lePQ99s43PeGc8Dg1','tashan_edwards2000','tashan_edwards@hotmail.com','','2018-08-22 08:25:30','1534926333:$P$B0D1ilWx/GhpTMaFupma4.AV.UIwEU/',0,'tashan_edwards2000'),(5146,'eleonorajguerrero2591990','$P$Bh0hndwlZijSe64aX.RoXewNJoYJLe.','eleonorajguerrero2591990','eleonorajguerrero259@gmail.com','','2018-08-22 09:29:13','1534930155:$P$Bc8VOZtXpWxkTIP2NmqGSes3GTye5N.',0,'eleonorajguerrero2591990'),(5147,'nicole.strickland11211971','$P$BZQDgNr1dNz6uRooAf7Ln9NJ3Gj3eZ0','nicole-strickland11211971','nicole.strickland1121@gmail.com','','2018-08-22 10:48:22','1534934904:$P$Bc9keQOwvs.y1jTbJmGzKMd02toVjF0',0,'nicole.strickland11211971'),(5148,'thomasjamespoole1953','$P$Bn6HBO4i8WK3U2ThThX9OA3LD47rb10','thomasjamespoole1953','thomasjamespoole@gmail.com','','2018-08-22 12:07:16','1534939638:$P$BXXtq0Vj0XG.wxEC.Q6VHBgtv56rEF0',0,'thomasjamespoole1953'),(5149,'jvga711971','$P$B/SySaH0coF0LiY7/nlW7VLbQB96hz1','jvga711971','jvga71@hotmail.com','','2018-08-22 12:58:32','1534942714:$P$B2sV/tENPIINS6SSmGMP3TfxTQV5ZN.',0,'jvga711971'),(5150,'nguyenng.minhan1979','$P$BW9lavXNmngrip8iMUwztYckOfxjJm0','nguyenng-minhan1979','nguyenng.minhan@gmail.com','','2018-08-22 16:15:29','1534954534:$P$B9Cu0scKty4sHoNeaS6KDOkpwcj9eL1',0,'nguyenng.minhan1979'),(5151,'helbigj1977','$P$Bh.o.4ao//A75CQZJ8f5oUKUOHA8Z00','helbigj1977','helbigj@gmail.com','','2018-08-22 19:49:16','1534967359:$P$BfpZ5HJ0Qm7psbDOt6bWauSU3qo2CQ0',0,'helbigj1977'),(5152,'lindy.lewis081997','$P$B8FiD8AV6wATO.IqVhOwdjkG6bnvr80','lindy-lewis081997','lindy.lewis08@gmail.com','','2018-08-23 03:41:56','1534995721:$P$B9cvv0R9958.3/r70CN6/kXq6bJGDD.',0,'lindy.lewis081997'),(5153,'zepcg21986','$P$B7HhEYdV7g./WN7Ykioo7T8VlemKqv1','zepcg21986','zepcg2@gmail.com','','2018-08-23 03:52:37','1534996361:$P$BFEuMc1nTwzsCtGr/HD2UG7JPZNeDj/',0,'zepcg21986'),(5154,'corinne.odom91970','$P$BmTxyrrIrJA1vFNMXV2euWr4DCN8gn/','corinne-odom91970','corinne.odom9@gmail.com','','2018-08-23 04:02:15','1534996938:$P$BHfSH3ZbVtEkB03PS9N3seEOtDEPTL1',0,'corinne.odom91970'),(5155,'mimiinthecity1987','$P$B2zjYvE1LHe.Y4yJL2u7JNQCoj/o.Q0','mimiinthecity1987','mimiinthecity@gmail.com','','2018-08-23 06:16:32','1535004995:$P$B9QZJTTVn4lrA1ymoXlrGOsEvBAT1h1',0,'mimiinthecity1987'),(5156,'rkingsbury381983','$P$Ba/faJ8XoxMbvs74.qYmUebDmOvkb6/','rkingsbury381983','rkingsbury38@gmail.com','','2018-08-23 06:56:21','1535007384:$P$B1JzvmE.9TEVV2GbnFC4rO3LSUkx/f/',0,'rkingsbury381983'),(5157,'vkdoug1966','$P$BpAZTBYGbuO5Lk4Cr9OkEl1SO2Yo6a1','vkdoug1966','vkdoug@gmail.com','','2018-08-23 07:21:38','1535008901:$P$BmqheBzrgGUHnKLwC2HHXRZLdZ8mAX1',0,'vkdoug1966'),(5158,'jakemerwin19721993','$P$BgEdF.9CbU20.46rmkp2ZYWF/6tD4N/','jakemerwin19721993','jakemerwin1972@gmail.com','','2018-08-23 07:30:35','1535009438:$P$Bvx/oKzqU4TSHRzKe4hoM1SXlK/Oot0',0,'jakemerwin19721993'),(5159,'izhastro1993','$P$BbpLNkx04M.5pTKThRXyYqZKnP1Tv/1','izhastro1993','izhastro@gmail.com','','2018-08-23 09:44:27','1535017471:$P$BbtxgqRWHPmw4tlR5SODYaVFZpezzn0',0,'izhastro1993'),(5160,'kristen_sanui1953','$P$B0giJVGDwCcQpCgKHrrRczNhYF1lwy.','kristen_sanui1953','kristen_sanui@att.net','','2018-08-23 11:35:29','1535024131:$P$BUUp4KtVe6AFmY7DDAzWfHio8PrKUO/',0,'kristen_sanui1953'),(5161,'s.mini2002','$P$BNCB714CxlSGwQ0U2cULN4yYOaCXe8.','s-mini2002','s.mini@comcast.net','','2018-08-23 13:14:54','1535030097:$P$BakcWDMkUmTLnp8fVVq0okmm2jzhyr/',0,'s.mini2002'),(5162,'kimberli.scott1959','$P$Bctn5sDjHzm9jR0VaGvia3RospZJBE.','kimberli-scott1959','kimberli.scott@att.net','','2018-08-23 15:21:21','1535037683:$P$BJ99R9iDFjN4/3auc5gdwsnNNgocXW.',0,'kimberli.scott1959'),(5163,'cindybullock0331994','$P$Bx0R3yRWplRvXPCXb/pzG30o8c8QMe.','cindybullock0331994','cindybullock033@gmail.com','','2018-08-23 17:55:40','1535046942:$P$BWYWk9kjYVssLKml5eFO/Ij6uUmLnl.',0,'cindybullock0331994'),(5164,'raidersgolfer1994','$P$BKSiB/n8Ixj.PzcQyBarP8Foqqcglt.','raidersgolfer1994','raidersgolfer@gmail.com','','2018-08-23 20:54:18','1535057659:$P$B2yfIp562VGKo7z1lyjz.4O2X5vUv30',0,'raidersgolfer1994'),(5165,'bill1974','$P$BUbgQXQvU1.6lPUwIC/RgFYHOs.3/b.','bill1974','bill@lupone.com','','2018-08-23 21:24:50','1535059492:$P$BxZIAPQ71pFHqSvI7pKxXRPG6lH3iU.',0,'bill1974'),(5166,'philo.brian2003','$P$Bwp4cK4Gyw8hUssp/4ZsLOYau2KO5X/','philo-brian2003','philo.brian@gmail.com','','2018-08-23 21:42:34','1535060555:$P$BMOnD3kJ9s2gnr85u9ke1Oysj58rGF1',0,'philo.brian2003'),(5167,'alvin621959','$P$BBV5W0d3vucrZh7M3O1dyKRBu7l2t/1','alvin621959','alvin62@mymts.net','','2018-08-23 21:58:04','1535061486:$P$BCH4gIagcW5DJ8JJfl/9bI5EQFw/RJ/',0,'alvin621959'),(5168,'tom1988','$P$B0zvq3LhODcWVNLxIipvROEuz7jdN61','tom1988','tom@lupone.com','','2018-08-23 22:17:21','1535062644:$P$BRNpvoG1u1TWjwxJ/fbx0npBqHHhGG1',0,'tom1988'),(5169,'massarocommon1991','$P$BaryWx3mjirtjPx4k7BkdYpU0sSkLI1','massarocommon1991','massarocommon@gmail.com','','2018-08-23 22:22:08','1535062931:$P$BkKF.4KB6XuKVwkCNiVH.fawqWGBbj/',0,'massarocommon1991'),(5170,'morrison1dm1953','$P$BSTNmJ6ygUAXQlUV9Jv/fUV/Fao0v5/','morrison1dm1953','morrison1dm@gmail.com','','2018-08-23 22:42:48','1535064170:$P$B7KUZA768tt6d07DcRlgPILP6.7wAl0',0,'morrison1dm1953'),(5171,'lmcrowell1967','$P$BWBr8CC8Wj1qZjPViHetHlUalG0wW11','lmcrowell1967','lmcrowell@gmail.com','','2018-08-24 04:00:27','1535083230:$P$BNgAs801K1qQrueBKXH4KceU/6TrqJ0',0,'lmcrowell1967'),(5172,'zhongwenhanzxz2003','$P$BparPk.H40rvOVMnBp3BZ.1mpebaFF0','zhongwenhanzxz2003','zhongwenhanzxz@gmail.com','','2018-08-24 05:31:23','1535088685:$P$BcvZB/GPAS.z/CcLzh7kIw6VXBxWJo.',0,'zhongwenhanzxz2003'),(5173,'aaron.climatesys2008','$P$BK5j20BKe/1lDwk5m8jqSCqvJgTX.W.','aaron-climatesys2008','aaron.climatesys@gmail.com','','2018-08-24 05:43:46','1535089429:$P$BcEuH9Jq/.zA7IP2wlCkIOteQ9TxXd0',0,'aaron.climatesys2008'),(5174,'kamcain2010','$P$B8ZfYZWyz5lZtrXlFGMOzxvt2BKmbw/','kamcain2010','kamcain@gmail.com','','2018-08-24 07:20:59','1535095261:$P$BPN.mr6fA.awO8IjFMc5revYb9uqkV1',0,'kamcain2010'),(5175,'cheemaritu1960','$P$BwCGau6YcelBLeI239ISUR.t689Woy/','cheemaritu1960','cheemaritu@gmail.com','','2018-08-24 07:22:21','1535095342:$P$B4aztv6CmE/F9ZzYyz4f5l5Pg7VVqy.',0,'cheemaritu1960'),(5176,'marshalevi2001','$P$Bg9Bm0UPf3gIpaGenEk8vTicHSs8Bo.','marshalevi2001','marshalevi@gmail.com','','2018-08-24 07:41:12','1535096475:$P$BMXpFB9UNf4uodNpmRAMzRBucpD4Vg/',0,'marshalevi2001'),(5177,'parkerr3211978','$P$BxCb1kOvnzhhpY8.EemJbBkVmaWKgI1','parkerr3211978','parkerr321@sbcglobal.net','','2018-08-24 12:49:26','1535114968:$P$BR0yi/iMXm/8dFyEbIh3eCo.ZJ7Lp00',0,'parkerr3211978'),(5178,'wanailtd1965','$P$BW.8dTnS7yuHrEiXrftuKa1Q.5JMsu/','wanailtd1965','wanailtd@gmail.com','','2018-08-24 13:36:55','1535117817:$P$BJ5etN7OIJkVJgw6IU2xfRdTUZIcYs/',0,'wanailtd1965'),(5179,'deedeeright1952','$P$BCqckMG/OylLLkm8M.ReOZThXpC4v00','deedeeright1952','deedeeright@outlook.com','','2018-08-24 13:56:11','1535118973:$P$B5K/6fg1ARftr0FAIk313toA8JWxOm.',0,'deedeeright1952'),(5180,'andersonchar211993','$P$Bx6eC4TBh8vQmhsn0xjCJRI1cKJP4K0','andersonchar211993','andersonchar21@gmail.com','','2018-08-24 15:37:25','1535125048:$P$BdSdHZHsTSDxWW1yJQsugOKKVicaXt1',0,'andersonchar211993'),(5181,'materialsmgmt1960','$P$BhdxPbPtXmY696EAl2YOdGtL/mGWts1','materialsmgmt1960','materialsmgmt@lutheranseniorlife.org','','2018-08-24 16:29:56','1535128198:$P$Brj0rMJlWvAUAc5NCuDffWZom5lkCL.',0,'materialsmgmt1960'),(5182,'richardscott19681999','$P$BmdpmFCd0hTFtYsebvVwoSg./pnwoI/','richardscott19681999','richardscott1968@gmail.com','','2018-08-24 16:30:23','1535128225:$P$BtrOYLxcSx2ji6TV1FG8tQkUjN50wA0',0,'richardscott19681999'),(5183,'karalarocco1968','$P$B16Voe4vvbhp4JWoF3F3uKLGD41JMt.','karalarocco1968','karalarocco@usa.net','','2018-08-24 16:53:38','1535129621:$P$BvMNiIKfYdZkKnl82qptZCAmaU4QLi1',0,'karalarocco1968'),(5184,'trefam1963','$P$B5JOr9v9hapOsjT5Y7DtF/k9v/ALYL1','trefam1963','trefam@gmail.com','','2018-08-24 20:01:29','1535140890:$P$Bt742YCcMmXQJOzfrCeWT2QKZiK4.h0',0,'trefam1963'),(5185,'tonysrestaurant2002','$P$BhwymQvNyqcHGEnbFsl71snmm82qLt0','tonysrestaurant2002','tonysrestaurant@bizwoh.rr.com','','2018-08-24 20:26:27','1535142389:$P$BngeamIMs6ucucTweYH1CPeys/gLPd0',0,'tonysrestaurant2002'),(5186,'flynn31531994','$P$BQSlBuBHFbTikXkFdZ3iUvkrZtS9jb.','flynn31531994','flynn3153@gmail.com','','2018-08-24 22:50:30','1535151032:$P$B/rMuWs3ZJc9Qpyld.ab9a/jzWDgl61',0,'flynn31531994'),(5187,'michael.frericks1981','$P$BBnAlCp8CZ6cpBegUiqyjgE62jbzor.','michael-frericks1981','michael.frericks@patriotrail.com','','2018-08-24 22:53:51','1535151234:$P$BSEaJPRhky0nHy6f/C6DZ7R/4BLqL01',0,'michael.frericks1981'),(5188,'gloriacovarrubias1967','$P$B6WMh/qoK8GtfPJl9.U86SWgA5RbxV0','gloriacovarrubias1967','gloriacovarrubias@comcast.net','','2018-08-25 00:39:56','1535157598:$P$B.bbja8H6Sr7TCV7KWvRu6Di7uXfeN0',0,'gloriacovarrubias1967'),(5189,'janukk20021986','$P$BeKc8rOo6SHGfHFfhkGW4lm5Tp0qSi/','janukk20021986','janukk2002@gmail.com','','2018-08-25 00:45:28','1535157930:$P$BcrCJfusd4MT3Z8Uw5O8onJoQQUDag1',0,'janukk20021986'),(5190,'prabodhanet1960','$P$BNpnbX5y6vcBlsgv7m5R.emBxPY1bf0','prabodhanet1960','prabodhanet@gmail.com','','2018-08-25 01:44:26','1535161468:$P$BU2OHFMFgV116EiyZWCBA6YwIsARKS0',0,'prabodhanet1960'),(5191,'azwalkuski2002','$P$BBvNfeix8MpMZWF4EUjwO7NXHhvYNs.','azwalkuski2002','azwalkuski@gmail.com','','2018-08-25 02:30:10','1535164211:$P$Bj3gN0G87LQldIzOqSzD4LYzBX0ygy/',0,'azwalkuski2002'),(5192,'steven.davis92008','$P$B/zPXTM6HzQB9JMplj1L/JbFP0xltC1','steven-davis92008','steven.davis9@hotmail.com','','2018-08-25 03:08:25','1535166507:$P$BYa2QUG4OBPAK5Ad.v8sHESc73oRED0',0,'steven.davis92008'),(5193,'kingcobra11980','$P$BRBp6r260Z0zAIWHbTH2PhnlU9jviL0','kingcobra11980','kingcobra1@roadrunner.com','','2018-08-25 06:47:57','1535179679:$P$BXotjbROVKU/t/FeUm6iKXiUY00FLo.',0,'kingcobra11980'),(5194,'tina.beerlauver1959','$P$BJcdU3ap5EOGma6INhiBWfSbOYjTxq0','tina-beerlauver1959','tina.beerlauver@gmail.com','','2018-08-25 06:49:48','1535179789:$P$B4kwOW0T5idmbqXUTDqRe8GPuxbri40',0,'tina.beerlauver1959'),(5195,'matt.twyman9891996','$P$ByP7O2EgUJ2XXB59JRr9SMHFCqIVkt/','matt-twyman9891996','matt.twyman989@gmail.com','','2018-08-25 15:54:38','1535212481:$P$B4g.zb5uSxR/L5AluNxk0h6NSDkJ2L1',0,'matt.twyman9891996'),(5196,'swazeeg991950','$P$Bxpe2Q0/cL1lwomegxsbIQSr5mxXAN1','swazeeg991950','swazeeg99@gmail.com','','2018-08-25 16:53:36','1535216017:$P$B14WvMbYBpKsOiqT5Bxn8REOqF07vl0',0,'swazeeg991950'),(5197,'brenthorner1965','$P$B8sExIy902bS44b0vMW8AXIpYz6EZx/','brenthorner1965','brenthorner@msn.com','','2018-08-25 17:27:52','1535218074:$P$Bv.wOBmwI0xiksjh9I629Wa49k9zZK/',0,'brenthorner1965'),(5198,'chzmo4271963','$P$BCxyAJRG7LM04UUHeOhpqgfwhzUBgY/','chzmo4271963','chzmo427@gmail.com','','2018-08-25 17:39:24','1535218766:$P$BgDOYryUlvaCVp4rNPQW2uHLiuYwX71',0,'chzmo4271963'),(5199,'504shive1985','$P$B9YwETnQMq2OwhCO.NuwxlsS6/QICu.','504shive1985','504shive@gmail.com','','2018-08-26 00:07:19','1535242041:$P$BxuBVXhUE9Jraux4yt2zQZ3SL7u/xg1',0,'504shive1985'),(5200,'dhankins51979','$P$Bb3gMGDdKYr1x9uW4PRvNQDY/ZLgTu0','dhankins51979','dhankins5@roadrunner.com','','2018-08-26 01:59:58','1535248799:$P$BiJS.BSN3W9Y2hAG2qaMshkeUzoPt30',0,'dhankins51979'),(5201,'ezygezy1984','$P$ByB2zahC316FRDkyHmVL0rZ57wOpGp/','ezygezy1984','ezygezy@gmail.com','','2018-08-26 02:07:36','1535249259:$P$BwZY/jJ7ohswjcPs1dfsyZu39lN.my.',0,'ezygezy1984'),(5202,'morenobosch2006','$P$BeIZdD0MywwZI/QT0epCYPEw/alB.S1','morenobosch2006','morenobosch@gmail.com','','2018-08-26 08:33:01','1535272383:$P$BOp/IXOgKB47fgsMnctkXH4ulIQb.s/',0,'morenobosch2006'),(5203,'jeff1974','$P$Bk8ilRR4goCHbolfJ/IJCtiQbf719D/','jeff1974','jeff@nokona.com','','2018-08-26 10:53:54','1535280835:$P$BlBT4qBEPGr1PugGnL4Cre23..6eim0',0,'jeff1974'),(5204,'greg.norton6261996','$P$BVV6uGPmevCiwgOCNU1mMtikzKRsJZ/','greg-norton6261996','greg.norton626@gmail.com','','2018-08-26 18:48:06','1535309287:$P$Bwb81i8DT.g0EhsYbtfJyW.as1eSEQ0',0,'greg.norton6261996'),(5205,'gi9.gtech1994','$P$Bsd4lgvxpfywcnzf301RmD38m.EbZp/','gi9-gtech1994','gi9.gtech@gmail.com','','2018-08-26 19:02:09','1535310132:$P$BiweOGpvVBk/xB67f5gkWnndmaQVct0',0,'gi9.gtech1994'),(5206,'johnrenaudette1964','$P$BDLrvrB7drPU3TMwvLFy3XUBMaFdF9/','johnrenaudette1964','johnrenaudette@gmail.com','','2018-08-26 19:54:42','1535313283:$P$BrDP1CY/c2qSQ.PgFaKtAgKcVkrnR91',0,'johnrenaudette1964'),(5207,'akvann801979','$P$ByxFaBdSwEV0iSkUAFfpimyLXw17r8.','akvann801979','akvann80@gmail.com','','2018-08-26 21:30:28','1535319029:$P$BcbMeAWCXq4Rx64F4ZEgIlBjRE7BFH.',0,'akvann801979'),(5208,'lornahoang1980','$P$BZBb81C7pA8XV/UJQmYmt4uVtSlPxZ.','lornahoang1980','lornahoang@cox.net','','2018-08-27 03:51:48','1535341910:$P$Bbbe5JPRT05HFm.sKqhB.E.fC7VZeS0',0,'lornahoang1980'),(5209,'katsimmons1960','$P$BCgJitoW8FIODAbufaE1xnit3UbWoH1','katsimmons1960','katsimmons@embarqmail.com','','2018-08-27 05:20:50','1535347251:$P$Bj7Yyh8TY2SUgQ4O/6tOqSnFc7baRy1',0,'katsimmons1960'),(5210,'svo4561975','$P$BhvlFsliVXrYqdm8OorLmSfIsuJ6HG.','svo4561975','svo456@hotmail.com','','2018-08-27 06:37:28','1535351850:$P$B9FwEcp8devuO02Xl.xAqvqS5gtoKu1',0,'svo4561975'),(5211,'ashalenon2005','$P$Bky6LmQjBUXxzeLvSy28CGBNi6OXB70','ashalenon2005','ashalenon@gmail.com','','2018-08-27 14:17:38','1535379460:$P$BTtmF.80IHsN5Oqo.jrt/uJIDQdeyq1',0,'ashalenon2005'),(5212,'maria.barabasch1953','$P$BFng58lccnwFivCYSINA32LoNR7u0a/','maria-barabasch1953','maria.barabasch@wildblue.net','','2018-08-27 15:43:08','1535384590:$P$BXYuXXySrvaLj9YVcw1NKVw74SVbLM1',0,'maria.barabasch1953'),(5213,'darr4fun1962','$P$BaSwdqhwrFjGZaSNyJunN8epRMILZI.','darr4fun1962','darr4fun@gmail.com','','2018-08-27 21:33:26','1535405608:$P$B8I6an2.goFBhLUxXkmjxEai713xau/',0,'darr4fun1962'),(5214,'holeehole2004','$P$Bi2vhpcQrtPQetBftnff8d7cHOr6BK1','holeehole2004','holeehole@gmail.com','','2018-08-27 22:38:19','1535409501:$P$BEZc4VZqAc5Cf5ja9UssdAJqbmm5YL.',0,'holeehole2004'),(5215,'paolo.niko.garcia1981','$P$BLUsGkDI075J.gw1QGyraJdMAd1sdk.','paolo-niko-garcia1981','paolo.niko.garcia@gmail.com','','2018-08-28 08:24:00','1535444641:$P$BT4QBq0MwTBPwiUBY1lAC6Df/23Zad1',0,'paolo.niko.garcia1981'),(5216,'orme1421989','$P$BJPG7hUnO3UyAawhQ76EQSyTK5OFH31','orme1421989','orme142@gmail.com','','2018-08-28 08:49:30','1535446172:$P$Bv83fV6iMwXK48EimC5tpi.1dJ5OJG.',0,'orme1421989'),(5217,'tamina.rawlins1954','$P$Bj02U9lPEZzY8H6/u9GqF2nXp0oRm/.','tamina-rawlins1954','tamina.rawlins@gmail.com','','2018-08-28 08:51:21','1535446282:$P$B9c68LfUDzms5gfY59czlC/V5nzAZY1',0,'tamina.rawlins1954'),(5218,'pecunia12005','$P$BhCyH9vXdzkEjLipAxJRy7kiMR66zb0','pecunia12005','pecunia1@sbcglobal.net','','2018-08-28 10:05:29','1535450731:$P$BDuAvvrqnIbhRRDTOF4ND7w3F4hvwR1',0,'pecunia12005'),(5219,'debmunn1972','$P$B3on5hiyoidwx.PA4RYqnMjHyjX0cF.','debmunn1972','debmunn@bellsouth.net','','2018-08-28 18:53:22','1535482404:$P$BNlcyrJOGN0/bpIwNPibf03dknc983/',0,'debmunn1972'),(5220,'michelle.dalene1990','$P$BpCrQLTnRuGCS9jO668xEnsExG6Hhy.','michelle-dalene1990','michelle.dalene@gmail.com','','2018-08-28 20:56:07','1535489769:$P$B1GphGG729eeL9u.RSpmlvJkQnlmqg/',0,'michelle.dalene1990'),(5221,'gregory.t.bernard1996','$P$BLyvjypu.xKycEUu1041mfkZOQSicb1','gregory-t-bernard1996','gregory.t.bernard@gmail.com','','2018-08-28 21:01:32','1535490095:$P$BXV.aJscggnedFREKcs7kxkBL6wi/d1',0,'gregory.t.bernard1996'),(5222,'paulgibbs46801961','$P$BvL06VwP4XXOmJO3nl1RPkovs0kbXc.','paulgibbs46801961','paulgibbs4680@comcast.net','','2018-08-28 22:41:51','1535496112:$P$BuHdieH5khYXddgRlkE0PVQjjyM8it0',0,'paulgibbs46801961'),(5223,'twolowes1997','$P$Byp6xEvlBRLzrm43KwxQ1/WQFn9O1A1','twolowes1997','twolowes@gmail.com','','2018-08-28 23:32:53','1535499174:$P$BFBFgql68hjAiWDF99/CMAhzYR86DT1',0,'twolowes1997'),(5224,'mentzergreg2009','$P$BI7IJM0TqOVU9pgTJebML07sZziDk5/','mentzergreg2009','mentzergreg@gmail.com','','2018-08-29 00:03:27','1535501009:$P$BqSPV7ePmLjeDHWoXTDLrZUD0LH2WV.',0,'mentzergreg2009'),(5225,'fostergregd1992','$P$BNrAv3TkTBPASXDHno0BxdmuGOSim10','fostergregd1992','fostergregd@gmail.com','','2018-08-29 05:59:37','1535522380:$P$BtQkQZCyV9c0LXGouaIa544mRPIIWp0',0,'fostergregd1992'),(5226,'thewyf831992','$P$BD6eCeZmd1KxyPYUOUvR8UamLbmuPP1','thewyf831992','thewyf83@gmail.com','','2018-08-29 06:00:49','1535522451:$P$BXdfwZPlSaQez8Dw5i83zjKzxOuhaS0',0,'thewyf831992'),(5227,'bobfish19531979','$P$BSjhPB1yqKkr977LJQIyVtHqZD//W61','bobfish19531979','bobfish1953@gmail.com','','2018-08-29 06:38:20','1535524702:$P$BKg73IPitny9fdO1slHUpGDd.8snw//',0,'bobfish19531979'),(5228,'dougsievers1950','$P$Bmz7npWPW8ZpKTJAwfIpO3s.OwK0pE1','dougsievers1950','dougsievers@gmail.com','','2018-08-29 06:56:15','1535525777:$P$Bk7FXMq.f1Snxqz1KsYo7ssz9ruOEx1',0,'dougsievers1950'),(5229,'heyray1201957','$P$BHCsLoXBOWdloz9jvi0aoFm1sgtPNH/','heyray1201957','heyray120@gmail.com','','2018-08-29 08:18:42','1535530723:$P$Bdi0yT/lLGpLPPkF6daMsRofn6yLoM0',0,'heyray1201957'),(5230,'rbrust2010','$P$BB8oxlTLHkxfQ/2sQeR4Cdg4M1dm8O/','rbrust2010','rbrust@lrhealthcare.com','','2018-08-29 13:49:41','1535550583:$P$BXblTvv/5yb37AahaeN4EGa5fDaCaG.',0,'rbrust2010'),(5231,'allison.damskov1960','$P$BEHPnXFYgmTcw3k.87e3/hD0pJBGFy1','allison-damskov1960','allison.damskov@gmail.com','','2018-08-29 15:39:17','1535557160:$P$BWhOahird3rDYO7z7o20Idnc.NjW/d0',0,'allison.damskov1960'),(5232,'kdpol1997','$P$BkfA4xN4C40mY73UTHuAAgoUVX0zEy.','kdpol1997','kdpol@videotron.ca','','2018-08-29 17:44:48','1535564691:$P$BdWPuxksXJywV1hgaB3WXI1AOAd9G01',0,'kdpol1997'),(5233,'karel.kutalek1962','$P$BlJkLwPXls0zTiW7NrtGpmB2CfWC5A.','karel-kutalek1962','karel.kutalek@gmail.com','','2018-08-29 19:02:45','1535569367:$P$B5Ss8.6.Wg6fmL0ZkB3df6nR.B0d5P.',0,'karel.kutalek1962'),(5234,'robinwright082000','$P$BBwQJjGFzsFEiIdDLNP28z3kERaK8X/','robinwright082000','robinwright08@gmail.com','','2018-08-29 19:40:16','1535571618:$P$Bv6EwNJ/.5SjFVST4dGkWY3N/oicdv/',0,'robinwright082000'),(5235,'weatheredstudios1986','$P$BGfItANK9aN6Q.CvVErVr.MVWIBfh81','weatheredstudios1986','weatheredstudios@gmail.com','','2018-08-29 19:45:15','1535571918:$P$BUlZnVrPaM2FoiJixvvuCwshD/2vSL0',0,'weatheredstudios1986'),(5236,'stephanie_351973','$P$BfKCFXpIpW1TZRz2Z.t0SoSEQ33EeK1','stephanie_351973','stephanie_35@comcast.net','','2018-08-29 20:47:37','1535575659:$P$BpaRGlINHmsZBfltK/BigY590oQBZn1',0,'stephanie_351973'),(5237,'tcleaver211991','$P$BPQZeequH6itkNyI5F.2pV6H1hpWC3.','tcleaver211991','tcleaver21@gmail.com','','2018-08-29 21:23:20','1535577801:$P$B5/W0G9nVP0FKmbIdZOm3r/EmlmRwE/',0,'tcleaver211991'),(5238,'jesshull0092000','$P$BO3ihy.kRd9.P.BSI0pZEooajgg2151','jesshull0092000','jesshull009@gmail.com','','2018-08-30 01:06:55','1535591217:$P$BJbcmYUctRSBPotYOirWsyO4seXNuY/',0,'jesshull0092000'),(5239,'gillsuneel1967','$P$BNGF4fzkUQ6fYif2FkoSgSN3hnIM9t1','gillsuneel1967','gillsuneel@gmail.com','','2018-08-30 10:06:02','1535623564:$P$Bn8kROt46i1G7PUI9qnSZrW.C4c2.R1',0,'gillsuneel1967'),(5240,'contact1981','$P$BHIT4VQ9HOLuu4L11fep4A29i4PB2U0','contact1981','contact@dreamextension.fr','','2018-08-30 13:33:35','1535636018:$P$B4RVt7Ps7jnkZVIF3P8DexLkPoaYma/',0,'contact1981'),(5241,'shackelford.angela1968','$P$BB64XXatp7Q49KcXI77gHyiVXD.fFg1','shackelford-angela1968','shackelford.angela@gmail.com','','2018-08-30 16:19:17','1535645959:$P$BHlwwmzBOEfAZNKGu0YzboLDi6uvxR1',0,'shackelford.angela1968'),(5242,'poharka07231998','$P$BQbjgPZL6nbHH3T4j/fLPAtE3i8A3M/','poharka07231998','poharka0723@gmail.com','','2018-08-30 16:37:05','1535647027:$P$BRf6VbluyoNvaJB4h4iV5m2t/D8jYP.',0,'poharka07231998'),(5243,'kauai.g1rl2010','$P$BHLhDjbt7sLj6JeWQ72.Sxt.llzAhr0','kauai-g1rl2010','kauai.g1rl@hotmail.com','','2018-08-30 20:50:55','1535662257:$P$BaKYyTN5Ow7KtPiXRsNWNMMgeP31An/',0,'kauai.g1rl2010'),(5244,'ghanert1961','$P$Bd.Egvhc6Wm66NRgrsSxP1Rvz9w.Gt.','ghanert1961','ghanert@gmail.com','','2018-08-30 21:42:18','1535665340:$P$BU/07XML9EKXn77n35UcpBvvPABG.10',0,'ghanert1961'),(5245,'dovigordon1994','$P$BbZCcVeENtAcuMosJJHtxwQbnCRjbR.','dovigordon1994','dovigordon@gmail.com','','2018-08-30 22:42:10','1535668931:$P$BfJGlNHlCaukN.eMDieYVON6sTJc0z0',0,'dovigordon1994'),(5246,'mfredo111982','$P$BwwRxAb7DeGl4IYDElv6hNuzgdG4ix1','mfredo111982','mfredo11@comcast.net','','2018-08-31 00:41:10','1535676072:$P$B9l.NKG9jLP7xevvnUeXy58LE1az/X.',0,'mfredo111982'),(5247,'willmack1cm62007','$P$BRzGdhBrEL3HQR5urPBSHIylDhA17q0','willmack1cm62007','willmack1cm6@gmail.com','','2018-08-31 03:41:10','1535686872:$P$BavwTFvnmEJ0iwNtCRWdFF/8oPNIDT1',0,'willmack1cm62007'),(5248,'anniereesnv1999','$P$BhSZALZukPHtj5AQ75Jfy1/rfklSqt/','anniereesnv1999','anniereesnv@gmail.com','','2018-08-31 10:46:14','1535712377:$P$Bn4p1kmqSlI0bC6BoYXCPVISSnA7Fo.',0,'anniereesnv1999'),(5249,'peter2003','$P$Bszv9iGgZC89.OpyeX0oxcp9wW3xOn0','peter2003','peter@bigbentravel.ca','','2018-08-31 14:45:16','1535726718:$P$BShXbJlxWcE5YX3TmE7EavruFdKsFV/',0,'peter2003'),(5250,'mlvittitow1983','$P$Bys0B3ahHLbqarTxFbqPIMysXyZt4Z/','mlvittitow1983','mlvittitow@hotmail.com','','2018-08-31 14:51:29','1535727091:$P$BsZCffN1Lxd0UiRwZ1SABAmRwshepK1',0,'mlvittitow1983'),(5251,'danielnehc531982','$P$B3i062WUfUefHslBWEhM/sxfN9JCW0.','danielnehc531982','danielnehc53@gmail.com','','2018-08-31 17:53:06','1535737990:$P$B3r4erzvtpjAAqd21pITzvutoHv8OP.',0,'danielnehc531982'),(5252,'sri.adapa1975','$P$B5atJGVfOLMILhN8QBHBk1rlnUe7XF.','sri-adapa1975','sri.adapa@gmail.com','','2018-08-31 20:47:02','1535748426:$P$BP0CR5GOWZenux1aaXgOQv6k.5QwnI1',0,'sri.adapa1975'),(5253,'abrowland132006','$P$BT45OkplYvmN7BWAac28li7pwgO0TR.','abrowland132006','abrowland13@comcast.net','','2018-08-31 21:02:11','1535749333:$P$BGqm/C8TERowar.gmVTRn.6mSJswQh/',0,'abrowland132006'),(5254,'kallab921956','$P$BVd5LHM8wpMfHsobvpKG.MV9c/WlU1/','kallab921956','kallab92@gmail.com','','2018-08-31 21:44:58','1535751901:$P$Bi0oynlCIM3QgOuYrB0cDPM3Q9OOMa1',0,'kallab921956'),(5255,'kennaelise121950','$P$BVos6BOTyzOVPmWCcW4VK0MqceuI7G/','kennaelise121950','kennaelise12@gmail.com','','2018-08-31 22:15:58','1535753760:$P$BM1BiTgsJUHx5iKTAV4I0yZX2C99Ku.',0,'kennaelise121950'),(5256,'d.m.laan1964','$P$Bi3yS6MnuGiZ3vHoWzJwcWe99VJW2Z1','d-m-laan1964','d.m.laan@gmail.com','','2018-09-01 04:02:15','1535774537:$P$BFpa15gSUazGZk59mOYInrG94Uh3kn.',0,'d.m.laan1964'),(5257,'emrich2007','$P$BnVYruScCj3ohGNT3W/OGiF7yq1eqD/','emrich2007','emrich@gmail.com','','2018-09-01 20:36:34','1535834199:$P$B6AuCtqQh.noRxfOZVsF9PenaMIIeX/',0,'emrich2007'),(5258,'wesley1965','$P$BKG519m8ZwunUFumIFr/Jc7s6ehVcc0','wesley1965','wesley@ad2intl.com','','2018-09-01 21:08:28','1535836109:$P$BoOuBSQjZXPzd6TQMfsN7DvCg6YIS6/',0,'wesley1965'),(5259,'klane231956','$P$BQ0uhN81XSHYz.ABU0c8W04Mkj02OG/','klane231956','klane23@gmail.com','','2018-09-02 02:34:06','1535855648:$P$BM67eU2NKtLXw83UlHTLo6lpNLOd3q/',0,'klane231956'),(5260,'mattsawchuk2004','$P$Bt7cJVtmuAq7xFvtctKNjDTvNTggVM1','mattsawchuk2004','mattsawchuk@gmail.com','','2018-09-02 06:46:07','1535870769:$P$BMWJcRBcbb2HdedLnW52zOxdK2B9Mw0',0,'mattsawchuk2004'),(5261,'sf2801851963','$P$BMHXod8kf5DUYGLBxaZ.7mE9DATe1F0','sf2801851963','sf280185@gmx.de','','2018-09-02 07:41:16','1535874078:$P$BGoCSQlCPxfYqGU98SXM3UihmDlmGi/',0,'sf2801851963'),(5262,'richard.jared75.rj1959','$P$BDGst21/wslbeJQEyygNV0gPbH.soM/','richard-jared75-rj1959','richard.jared75.rj@gmail.com','','2018-09-02 11:27:09','1535887631:$P$B8svBdCQ1BtyZ0wQ9oxXPpD8L954Tg.',0,'richard.jared75.rj1959'),(5263,'dmq1952','$P$BLFCcEavFY8Z1d16HUotX9bbCC1UzH/','dmq1952','dmq@usa.com','','2018-09-02 18:02:36','1535911358:$P$BGlxKOEzu1ZVqgt/QqIc7X2C9bTZ7h/',0,'dmq1952'),(5264,'dontbmaddotkom1974','$P$BoVU7P94ESoLsRc1hUSqencQXmW9Sm.','dontbmaddotkom1974','dontbmaddotkom@gmail.com','','2018-09-03 03:17:28','1535944650:$P$B1YU2aeF2AWnTQURr6a13mip.p.ans0',0,'dontbmaddotkom1974'),(5265,'kforooghi1996','$P$BXQaVOU1Hrb2/fH1yLQIkqH4MJX3dv.','kforooghi1996','kforooghi@gmail.com','','2018-09-03 08:07:05','1535962027:$P$BG9v9WCtUmRaH.xvviSvVotow4J.eT.',0,'kforooghi1996'),(5266,'patmbarrett1969','$P$BXETmt3mbIjx/79gwS8DnPuEvrci6X0','patmbarrett1969','patmbarrett@gmail.com','','2018-09-03 08:27:18','1535963240:$P$BjhFmn5sJYvdcr3RGmdfXN8uFhQoRp.',0,'patmbarrett1969'),(5267,'michael.lambe1962','$P$BMP92iY7enaccUZXrWf4Tu2CRtHOgr/','michael-lambe1962','michael.lambe@mlambeconstruction.co.uk','','2018-09-03 09:04:50','1535965491:$P$BIZdW0/sy.EyU45scLI.wzqc3sStyv/',0,'michael.lambe1962'),(5268,'allfiredup1953','$P$B8Ik4rlv7okUfY/3hC6ssAGSFKVpV00','allfiredup1953','allfiredup@surewest.net','','2018-09-03 09:19:07','1535966349:$P$B5Ceb8pnMQuA1DetDHhkUOcPgKFDVh/',0,'allfiredup1953'),(5269,'beautylyswithin1957','$P$BbbAAl8EDFB81UP9/ppHKRr2UYSCvo.','beautylyswithin1957','beautylyswithin@gmail.com','','2018-09-03 09:28:28','1535966909:$P$Bl8cug1.iOdgYVNbX8VNtEW4G31iGQ1',0,'beautylyswithin1957'),(5270,'kimbertimber121970','$P$B/uQxkeCcEgkE0cw/twGcA/TvXAYCm.','kimbertimber121970','kimbertimber12@live.com','','2018-09-03 09:41:05','1535967666:$P$Bq/PVd0fwpUIrJ1fWvDLB0kbdBERC4/',0,'kimbertimber121970'),(5271,'shieva.rajaee1958','$P$BP5eJFjqjb3k/qf0tlQZfwhp5aoJe.0','shieva-rajaee1958','shieva.rajaee@gmail.com','','2018-09-03 10:36:40','1535971002:$P$BQvhkg5WGASIvxGOOPJWmRq2XORwAN.',0,'shieva.rajaee1958'),(5272,'aklennartz1953','$P$BXaGfumrcDZtndt.55YHWAMp0NpvNY0','aklennartz1953','aklennartz@kabelmail.de','','2018-09-03 13:05:04','1535979906:$P$BjoYKAAa7MMvUF9OeXnd30.g.Gv/ca1',0,'aklennartz1953'),(5273,'afdorinmdmba1956','$P$BZJIncLVSw2TRodKFOIEGoLRDm/Hs70','afdorinmdmba1956','afdorinmdmba@aol.com','','2018-09-03 22:20:49','1536013252:$P$BKDarU1UdvJgFLv6FUMwOcc24ccvgW/',0,'afdorinmdmba1956'),(5274,'scooter1992111992','$P$BzjYK8R5L1EvTPk3FtgW5bwNjQxDRf/','scooter1992111992','scooter199211@sbcglobal.net','','2018-09-04 03:52:32','1536033154:$P$B7h1SgBXVkq9apFKDnbjFvaRrbkBAS.',0,'scooter1992111992'),(5275,'sgcmeeks1991','$P$BdkiiWvpTI.t714NoAJiIOi/wMRZGN1','sgcmeeks1991','sgcmeeks@suddenlink.net','','2018-09-04 05:54:40','1536040481:$P$Bm8ZsXlOdE6hM3m8Ume9DTHHTjXXkF.',0,'sgcmeeks1991'),(5276,'bjkwright2006','$P$BcsHp/YrXXuPyGvZ7tx7z5gZKzvoi61','bjkwright2006','bjkwright@yahoo.com','','2018-09-15 15:00:12','1537023613:$P$BgcGr28gSYQrdcg7AiXvOWXrN42Ti6.',0,'bjkwright2006'),(5277,'kashaf.u1958','$P$BI.fFxUQeS21z3iqJnFV5qLwov2fGs0','kashaf-u1958','kashaf.u@gmail.com','','2018-09-15 16:14:05','1537028046:$P$BTTaJvVajD/IkOtfq.OXgGb0zw1p5X/',0,'kashaf.u1958'),(5278,'colleen1982','$P$BA0vy3l3tIqXaDQxhJ0veELyNtg4Xy1','colleen1982','colleen@kimokamuradds.com','','2018-09-15 16:41:20','1537029681:$P$B1TtMXe6OTbB5Jkvk2lgBFzPcdLxl50',0,'colleen1982'),(5279,'poethukha1962','$P$B9msADNsKgMsqkOaV39zvi1IbmSQ.X1','poethukha1962','poethukha@gmail.com','','2018-09-15 17:35:00','1537032901:$P$BhUlJ3RIz8jWhDHjOFkIT.p1rBQ8100',0,'poethukha1962'),(5280,'sanemeteriosarah2002','$P$B2KfcppWIdC7fANh.ROOxEvjDSIadV/','sanemeteriosarah2002','sanemeteriosarah@gmail.com','','2018-09-15 17:57:38','1537034259:$P$B.EnEbA3AP6yZDVMVSdqE5NETDNyBX1',0,'sanemeteriosarah2002'),(5281,'lacajoneraencruz1962','$P$BY3wK9vccjNhkUljXF73a4RU67Su8b/','lacajoneraencruz1962','lacajoneraencruz@gmail.com','','2018-09-15 18:00:22','1537034422:$P$BAzp4lVKDEEuFyoIFGqvyvm0Xzk3vg.',0,'lacajoneraencruz1962'),(5282,'opheliaktlau2000','$P$BHV473C5EwhOhQ9cGIyRyI3Jw4c5Cp/','opheliaktlau2000','opheliaktlau@gmail.com','','2018-09-16 01:42:07','1537062127:$P$BttQPXpgWjB7fXz0u2PgOm5ws82O2W.',0,'opheliaktlau2000'),(5283,'dominicmarro1976','$P$Bjz6bHmeXQwmFNKc7SijebCrVgFL3p.','dominicmarro1976','dominicmarro@gmail.com','','2018-09-16 02:03:53','1537063434:$P$BRKl.lDvMWF2GsZ434EXFehMJypk7h1',0,'dominicmarro1976'),(5284,'andyn921999','$P$BLty.0Witf0aYpb12AL.NzZGovX98L.','andyn921999','andyn92@yahoo.com','','2018-09-16 03:27:19','1537068440:$P$BCzz6RywAmtTjMewtgxTbXy8nsZL2o.',0,'andyn921999'),(5285,'rculeanu1965','$P$B9vAFr9aJYgYYdJJqdK0/zU977rUei0','rculeanu1965','rculeanu@yahoo.com','','2018-09-16 04:14:07','1537071248:$P$BWudSsidQLRTXsvyDi1rD.1BRz7IAv/',0,'rculeanu1965'),(5286,'nicolajn692006','$P$Bn4AvPxjRZXt45tnurtwaKoj4khgOJ0','nicolajn692006','nicolajn69@gmail.com','','2018-09-16 07:10:18','1537081818:$P$BycvRqyHXKHBnifKFVD14e0h/k3VPd1',0,'nicolajn692006'),(5287,'lappin1950','$P$BpVxgf/Kw9o9MzXlRo1am3R574T/9m1','lappin1950','lappin@telusplanet.net','','2018-09-16 07:17:56','1537082276:$P$BWsc5tOHZQawAzS/3.0JdwJqPXwRie.',0,'lappin1950'),(5288,'flowersfortabletops1989','$P$BAcN6cqm5rEyqhXB1mH8SPuMcGE4Tz/','flowersfortabletops1989','flowersfortabletops@gmail.com','','2018-09-16 08:44:04','1537087444:$P$BN6FMyRdodNPzHbtjVzgZoIgvdYv.K1',0,'flowersfortabletops1989'),(5289,'darrellchin1987','$P$BdNmGvsf81Kgy1/PTjn/eZu2FDhyO4.','darrellchin1987','darrellchin@telus.net','','2018-09-16 13:02:14','1537102935:$P$Bbtl7L4/bD.XBU2d6UFlWfpkeTiIcN0',0,'darrellchin1987'),(5290,'info2010','$P$BJ7e5VUwYGADczjy.y.klbGvEczYn5/','info2010','info@ltd-limited.com','','2018-09-16 14:00:08','1537106408:$P$Bvbqds/GESvpWd0EpwDWTw.iNlMAoY.',0,'info2010'),(5291,'aglovinsky1977','$P$BZU4B0Py.ZdITQ5shjLVJ/9ld4T5p6/','aglovinsky1977','aglovinsky@yahoo.com','','2018-09-16 15:17:58','1537111079:$P$B4F3TWm4jMbR39otpOcOOyZF/8ex8T/',0,'aglovinsky1977'),(5292,'misterlovetime1987','$P$B6xFpjMjGizcerwKplEdY8F3bl6Dfm.','misterlovetime1987','misterlovetime@freenet.de','','2018-09-16 17:00:03','1537117203:$P$BJQNL14b/vAa4gZiwU2O5X59xk/Cie0',0,'misterlovetime1987'),(5293,'victor_crr1997','$P$BemcGY4xEUOZpoo5b7gtSlJWojtszw/','victor_crr1997','victor_crr@yahoo.com','','2018-09-16 17:14:27','1537118068:$P$BrHfo1UL9ADz1pA/ffFNWDhhN5R44.0',0,'victor_crr1997'),(5294,'briony.garbett1989','$P$B0NXEkLnq4YivfwalZc0/aOIbnRSzc0','briony-garbett1989','briony.garbett@gmail.com','','2018-09-16 18:39:27','1537123168:$P$BzmUr8pZYl05xjX0i6Ji1IIr6veHAn/',0,'briony.garbett1989'),(5295,'dollanaire1985','$P$BhUzojTXv9DyCu.yvvLLx.mc3pGFFV0','dollanaire1985','dollanaire@gmail.com','','2018-09-16 19:52:27','1537127548:$P$BBqnqutQJO3K7Lvvd0Z9Ny0YG/uEjh0',0,'dollanaire1985'),(5296,'melissagboyce2001','$P$BV.3xvj6jUf4kwUFy2ZSCu.DIGkimE0','melissagboyce2001','melissagboyce@gmail.com','','2018-09-16 22:22:03','1537136524:$P$B2mroeJQe9y8re57P9nyQ.ajsO3feO/',0,'melissagboyce2001'),(5297,'finance1962','$P$BhQbZSPTyvgQlTg0zHuD5uJSvf1Twz.','finance1962','finance@idc-detektor.de','','2018-09-16 23:04:08','1537139048:$P$BjJE8d3OCsMIAVvR0ceHwHMkMzzbRw.',0,'finance1962'),(5298,'jbaus1972','$P$BMzlebEdRLeIjOZJYigTFcq.6v52Iw1','jbaus1972','jbaus@seamancorp.com','','2018-09-16 23:19:07','1537139948:$P$BSTB8FmaBoHzIRouCSYSBBPkoM1riE/',0,'jbaus1972'),(5299,'sales1973','$P$BiHv/zKZg6/5VIFruQDg5Y34YvWn60/','sales1973','sales@idc-detektor.de','','2018-09-17 01:17:40','1537147060:$P$BZJgugrkCrqIX95V/.yB5DxYUZZtcI0',0,'sales1973'),(5300,'jings1981','$P$B07YZBy/D5bw8g9khJ2q3R4O5XO6bs1','jings1981','jings@audiophile.ph','','2018-09-17 01:20:31','1537147232:$P$BJffePoN3lz4nf9y7KNpSPYzIWFf1S0',0,'jings1981'),(5301,'joeh21611965','$P$BFRGCzPmsJXK0GPYH.LtxrMtsZHo4D/','joeh21611965','joeh2161@gmail.com','','2018-09-17 05:19:57','1537161598:$P$Bxjz7sMMJsGm1lQlQ8Z1DdUod6HmYO1',0,'joeh21611965'),(5302,'ttc2000','$P$B1878bFml.8obGW/qI3ia3rO0cs8eL1','ttc2000','ttc@homannlaw.dk','','2018-09-17 08:22:24','1537172545:$P$Bw63qkAAP6JGzT1KFsPaB.8s9GdbVo0',0,'ttc2000'),(5303,'mikeh1972','$P$BRhmA8SQx1nQEbDxpVARGKVRloIxPv0','mikeh1972','mikeh@form3.ca','','2018-09-17 11:29:10','1537183750:$P$BxOfpX6dVToKIBwgDZZJ.RKZhc9SgH/',0,'mikeh1972'),(5304,'54126311021971','$P$Br7REoGSKoxCNRiSu03U6bwm8kvMZQ1','54126311021971','5412631102@vtext.com','','2018-09-17 11:43:26','1537184606:$P$BO2ecv6NgrZMWfQJggC2V.hXi0mdBS/',0,'54126311021971'),(5305,'timothydasey1983','$P$BFh7viWhBSfZ4I7o1sRJE1JSW4ydtd.','timothydasey1983','timothydasey@yahoo.com','','2018-09-17 12:29:14','1537187355:$P$BXsGly7r4ZTNRHZ4rqCr.Dm6xWuJwV1',0,'timothydasey1983'),(5306,'michmattgoss1961','$P$BXWUDdUu6IeEywLUs/swIOMmf/kS.2.','michmattgoss1961','michmattgoss@rogers.com','','2018-09-17 16:56:17','1537203378:$P$BisCCY5LsnYeOWJRNo2R7CIsd1Sodr1',0,'michmattgoss1961'),(5307,'jenniferandmal1957','$P$BmTjIcbX6VAl7P6zNxR9dw4nIxSf9a1','jenniferandmal1957','jenniferandmal@gmail.com','','2018-09-17 21:48:11','1537220892:$P$B5.K0wWbb2wRhSvQ4DBZawTq4m/5ae/',0,'jenniferandmal1957'),(5308,'carrie1990','$P$Bg92l.TnXsnnFvgB8cELCEksZ1PcGR.','carrie1990','carrie@foodlogiq.com','','2018-09-17 22:21:25','1537222886:$P$B/zymvt5z.p6dXVwF5xSJphDRo4ljB.',0,'carrie1990'),(5309,'baubrey21961','$P$B1ux03Z2O8BblubDAS8zgRRkztogaQ0','baubrey21961','baubrey2@yahoo.com','','2018-09-17 23:49:13','1537228154:$P$BamIlnfsVl6sJjCWN8WEDvxH1DMhaN/',0,'baubrey21961'),(5310,'reeree81960','$P$Bce327uVjcXdappF9nvKPxYhg7lW7I.','reeree81960','reeree8@aol.com','','2018-09-18 00:27:35','1537230455:$P$B1cIK3zoWuf3uiJrbDmMeKleVIEG4B/',0,'reeree81960'),(5311,'dakotacole1956','$P$BIgnbF5HBOTrXgNHBt2GqO9KIbuBI2.','dakotacole1956','dakotacole@gmail.com','','2018-09-18 01:26:07','1537233968:$P$BlyzRtFPrXLix/tQ0mDCO5cnZ29wGV0',0,'dakotacole1956'),(5312,'h4n4mi1950','$P$BiBX4EHEpG9V9AhuAXXAoGSHNl/XKP0','h4n4mi1950','h4n4mi@gmail.com','','2018-09-18 01:36:18','1537234579:$P$BxS8JDKfwNte1qk17PR4MAcp2GGYHb/',0,'h4n4mi1950'),(5313,'laporters1950','$P$BKCYUFNGH/N.XfQR2BCI0swffEbNsv/','laporters1950','laporters@charter.net','','2018-09-18 02:38:07','1537238287:$P$B5cGqLqBEZdr8yJ6yaC5TTSsKl1lE3.',0,'laporters1950'),(5314,'vlada.kenniff1999','$P$B1j591Aes8S67CCQpI79L5xMW9pmy9.','vlada-kenniff1999','vlada.kenniff@gmail.com','','2018-09-18 02:40:10','1537238410:$P$BoSsqG7PzwpTnc1P4O1rDEUXaG3ZjZ0',0,'vlada.kenniff1999'),(5315,'ricardoscro1976','$P$BvjctCqcC9bJU7hLvy2z121UyPAl7O/','ricardoscro1976','ricardoscro@gmail.com','','2018-09-18 02:44:58','1537238699:$P$BSeILhbsPlXFuZyssRxFiuY24r69pr0',0,'ricardoscro1976'),(5316,'samuelsmid1988','$P$BDj476dKjQmiTU12CSyRpgVu1zKQY5.','samuelsmid1988','samuelsmid@gmail.com','','2018-09-18 03:11:15','1537240276:$P$BRmMatoMTQEH0wD5HJeq..N9QBM9J0/',0,'samuelsmid1988'),(5317,'keithstrophy2008','$P$By7fSzbiqUg5ACOelY8UyX3RWjMmF6/','keithstrophy2008','keithstrophy@att.net','','2018-09-18 04:33:09','1537245189:$P$BbSByQ6gh5ofSfXPjTnFoamBr7fY/E1',0,'keithstrophy2008'),(5318,'mathbam1991','$P$BJ1m1HqB87mMt8FftYcAPJFTWoNF4I.','mathbam1991','mathbam@gmail.com','','2018-09-18 07:01:04','1537254065:$P$BmzS1O2aTY0Eb5ZC9ItFrZeM8S5mst0',0,'mathbam1991'),(5319,'sister4inc2005','$P$BIAf.GQ0QX5g8drXij/KhixZOPaUgZ.','sister4inc2005','sister4inc@aol.com','','2018-09-18 07:08:19','1537254499:$P$BZ84Zf7IgZqLCQ5/LEEBmWhyyFrcbQ/',0,'sister4inc2005'),(5320,'daddyman11121963','$P$BtD0c.IcUDV06Nh4heXBu5QAk88xIf1','daddyman11121963','daddyman1112@aol.com','','2018-09-18 07:09:07','1537254547:$P$BMG6TR44hH170sgwafSw1DDGcDdFpf.',0,'daddyman11121963'),(5321,'meade.krista0201994','$P$BxS3Gi2ZV970mBIrBkPMGm16w4q0EU1','meade-krista0201994','meade.krista020@gmail.com','','2018-09-18 11:42:14','1537270934:$P$B.W8Ld/0has4ssdSkWZZszoUjk.DEc1',0,'meade.krista0201994'),(5322,'ellenhavl1957','$P$BD6C3bKGUENiF/59Xy3G9yvxvETfo21','ellenhavl1957','ellenhavl@gmail.com','','2018-09-18 12:46:17','1537274778:$P$BcUmywEkAQ4TMCmj932i2visSvI.I41',0,'ellenhavl1957'),(5323,'triddles1978','$P$BnorPOb1aO6ksWnyXQDXXzhXqGLVMw1','triddles1978','triddles@cheeklaw.com','','2018-09-18 15:49:31','1537285772:$P$BgTu/a5QqLcynAF6a3YUr4eVtv4DCQ0',0,'triddles1978'),(5324,'angela1959','$P$B9WdR9r0TEh3U41T3IJ9MWw.ECI5T/.','angela1959','angela@ensmedia.ca','','2018-09-18 16:19:48','1537287589:$P$BOFE.ptQMfDuNyGSC8yCle9KXx/vwv1',0,'angela1959'),(5325,'kfaria2008','$P$BqOWbbFz/fHq7jAYOednQvSzLaXh7O0','kfaria2008','kfaria@shaw.ca','','2018-09-18 17:58:32','1537293513:$P$Bd5OhYcMTQu3FuEfl9mAs3hAn2hktc/',0,'kfaria2008'),(5326,'wagner.fortune1970','$P$BC6yLtccx3a12CH7Nz9yuPl47NoQVG.','wagner-fortune1970','wagner.fortune@gmail.com','','2018-09-18 19:05:48','1537297549:$P$BZUPG8ovU9cZ9E68/mTaZzHCvSusT40',0,'wagner.fortune1970'),(5327,'rfroid1959','$P$B8//W4syr4zA/xDNsRz4094u/MWpDn1','rfroid1959','rfroid@hypersurf.com','','2018-09-18 21:49:24','1537307365:$P$BLvWsKg9zKL7UmF2UlHimfPZC1zod3.',0,'rfroid1959'),(5328,'katelyn.leone1971','$P$BBOG4e/KwBd6YDgHcDDrP453KNkySV1','katelyn-leone1971','katelyn.leone@gmail.com','','2018-09-18 21:51:34','1537307494:$P$BRt38wVawplPcbkvj74YW.XC6BIqRL1',0,'katelyn.leone1971'),(5329,'calizurfer1995','$P$BXgmFXLbiLVtpuT7Wnqf6RHv87mv0b.','calizurfer1995','calizurfer@yahoo.com','','2018-09-18 23:10:18','1537312219:$P$BDRpoxcTJ37pzaISyFmnz7jMmhBQI41',0,'calizurfer1995'),(5330,'ldenella1994','$P$BGN5jMuMkVZhs6lPds7wJIYpflidGN0','ldenella1994','ldenella@altoonagrandhotel.com','','2018-09-19 00:54:00','1537318441:$P$B45P2mVVtO9wQu6JW34BJ2jz3KfmFV.',0,'ldenella1994'),(5331,'mdively1980','$P$Bw.hnhsNnCPgAaL5InJzTwx5wlbNQU0','mdively1980','mdively@altoonagrandhotel.com','','2018-09-19 01:29:25','1537320566:$P$Bb1lfh94XDhp1/uzL9Of5yNhXA/F1D1',0,'mdively1980'),(5332,'amy_nelson211994','$P$BvIFOaYpuRsn.3Wz88LkLOZkX4Dv.o1','amy_nelson211994','amy_nelson21@yahoo.com','','2018-09-19 01:44:39','1537321480:$P$B5.lkYItrAOjDPEO1k.p8hpMMp.MTm/',0,'amy_nelson211994'),(5333,'velazquezart1983','$P$ByiHB4sODA2aA27wm0r2QI5o8soueF.','velazquezart1983','velazquezart@aol.com','','2018-09-19 02:33:23','1537324404:$P$BNGU9VSLAfVJd6t4W8CKrJCEqcwqwy1',0,'velazquezart1983'),(5334,'camruns2003','$P$B/YGu5c83wqWvzey/eoXekLh6CeBmF.','camruns2003','camruns@gmail.com','','2018-09-19 03:54:07','1537329247:$P$B/QzNrP7./ISHCFKISJpp25FTXYpyu/',0,'camruns2003'),(5335,'sajak1986','$P$B8b1G0xN7R8My4YV5sVfEbICX/JKN1.','sajak1986','sajak@aol.com','','2018-09-19 05:03:15','1537333396:$P$BqlB2yxxgXBKewVlx5EBKbwZ9wtZ6O0',0,'sajak1986'),(5336,'brandys_a1vacuum1967','$P$BWIKWtrYmj0/uiVprcx.7rDHvHlDEm1','brandys_a1vacuum1967','brandys_a1vacuum@yahoo.com','','2018-09-19 06:18:55','1537337936:$P$Be/MpCsu.esKAfbEqirmsu49F5xPHe1',0,'brandys_a1vacuum1967'),(5337,'laurenelisehall1953','$P$BYNWW6u5ZESx0MObL/N/rlLE3SPbo8.','laurenelisehall1953','laurenelisehall@gmail.com','','2018-09-19 06:51:53','1537339914:$P$BLO06fRSuROlbY6svYuUTLa2orIO60/',0,'laurenelisehall1953'),(5338,'paddyclrk1993','$P$B7GfXHpqKKwSfDZ7BRYngQChebW3fO0','paddyclrk1993','paddyclrk@gmail.com','','2018-09-19 07:49:13','1537343354:$P$BRaePH9Zlxd3pWJfXoYPWlkr5aHt9x1',0,'paddyclrk1993'),(5339,'jonstaples1971','$P$BZLv1yC2kbABzTve2bHYWhK74DdI5R.','jonstaples1971','jonstaples@ymail.com','','2018-09-19 09:44:55','1537350296:$P$Bbr82eLxFHo3RJ/6.TRwL8/ujI1IbK/',0,'jonstaples1971'),(5340,'sales1969','$P$BAlP54rm4GVp4M1NUCyZK0cLIk6WBH/','sales1969','sales@argomarket.com','','2018-09-19 10:19:04','1537352344:$P$BE.frw02IhN62IRrCr95lOzfACFVf8/',0,'sales1969'),(5341,'persfx1986','$P$BfzSIOUf.AUGHiasefEWp98dbMuMS4.','persfx1986','persfx@aol.com','','2018-09-19 11:17:09','1537355830:$P$BRgfatCqQX9UzJNt9jIz2FoljxIM5D.',0,'persfx1986'),(5342,'ebizofamily1991','$P$BhpXvYNNcVdvY8xqe3qpSOIVwyl/9S.','ebizofamily1991','ebizofamily@gmail.com','','2018-09-19 14:38:51','1537367931:$P$BbrrMUXrue0xU/UFg3zZKCIH10NxY71',0,'ebizofamily1991'),(5343,'luvmyboys13281960','$P$BuCZYu5hfioU5wP/Pw2LM.bGRsMJZn/','luvmyboys13281960','luvmyboys1328@yahoo.com','','2018-09-19 15:01:25','1537369286:$P$BcqLxPR1QliHMJsbRn2vh/49xCdLK61',0,'luvmyboys13281960'),(5344,'celicalover42000','$P$B8RYnQzF5hFwnzwbrZkPr0uR0MG6A..','celicalover42000','celicalover4@yahoo.com','','2018-09-19 16:59:49','1537376390:$P$BWvccUrOWJOxZuoNG/l2s.ai6F1qTm/',0,'celicalover42000'),(5345,'khezik1957','$P$BnMJ5J51uNxfXNePcHuGM4XRlM7OFb1','khezik1957','khezik@gmail.com','','2018-09-19 17:18:00','1537377480:$P$BKUmR28cd5Uk2DF05fDb924wttCd4W1',0,'khezik1957'),(5346,'ddiehl1986','$P$BCXbEpd2JjSmpV2wUen14w25/ED9fj/','ddiehl1986','ddiehl@altoonagrandhotel.com','','2018-09-19 18:18:23','1537381104:$P$B6NeYymbFr3UERjvEv/UFLKSTs6h4u0',0,'ddiehl1986'),(5347,'csterlingdmd1965','$P$B7rTGGmk45fqhp/C9GH2iTDlQA6GSa/','csterlingdmd1965','csterlingdmd@gmail.com','','2018-09-19 18:49:38','1537382978:$P$BhR8hdT18W/UgI7CQKyw6TPrOoaj7E.',0,'csterlingdmd1965'),(5348,'annesolomon1970','$P$BQck/Vx0VRR0/Og86j7ELC1hMzV7kN/','annesolomon1970','annesolomon@rogers.com','','2018-09-19 21:20:20','1537392021:$P$B2ppBrmZVwG4EfiLd3kvGZ24USrnYC.',0,'annesolomon1970'),(5349,'tinal52111983','$P$BzE6JED/fUJkK.4eqIF/rFAe6i9pE6.','tinal52111983','tinal5211@yahoo.com','','2018-09-19 22:01:42','1537394502:$P$B6Sr7GZWuJ5HtbehsOGzf6bBJQvJr5/',0,'tinal52111983'),(5350,'debsvtx1997','$P$BJpRRawh.f5ZvznN7taHvpxu.5nK.o1','debsvtx1997','debsvtx@gmail.com','','2018-09-19 23:44:28','1537400669:$P$BMSUHtx0I0yFTpjWFp.BLJl15AbY.y/',0,'debsvtx1997'),(5351,'fresneljb1956','$P$BOn7knKswBSYlAzaAB9FXRpYIijCDR/','fresneljb1956','fresneljb@aol.com','','2018-09-20 02:11:36','1537409497:$P$BiAM/i9ju18WLXZ/uq1.fbbx3cz47K/',0,'fresneljb1956'),(5352,'jmilton7531980','$P$Bw53k6WfDfko0B5yZ6nlZpZQJRTY/H/','jmilton7531980','jmilton753@aol.com','','2018-09-20 02:15:36','1537409736:$P$B8fFMlmB8UtX9K1aSQDYzzgOis.HRi/',0,'jmilton7531980'),(5353,'doctorklein1986','$P$BTfJesRCTQwLLDaXSUZRNP3FTvezYm1','doctorklein1986','doctorklein@yahoo.com','','2018-09-20 03:21:11','1537413672:$P$BwBdKmeHXfE/ZUkBZRPzEudWGk7Z2L0',0,'doctorklein1986'),(5354,'georgmanusch1981','$P$BYAqlsm8CAvGHSBwl/kSE3/8sSkMOZ1','georgmanusch1981','georgmanusch@gmx.de','','2018-09-20 05:58:52','1537423132:$P$BY2e7TfBiqGRkKuvZI13qe/uTq67p2/',0,'georgmanusch1981'),(5355,'adanella1953','$P$B8fiYv33.o066oTL08.MjCssv5.WR50','adanella1953','adanella@altoonagrandhotel.com','','2018-09-20 06:08:51','1537423731:$P$BwgUa.DIYW0c1tB1rm3xWoizOZDiug/',0,'adanella1953'),(5356,'majafsu1979','$P$BQaj.V8XuX2Vdhkbn48V8Wa/iV1RBj0','majafsu1979','majafsu@gmail.com','','2018-09-20 06:41:28','1537425688:$P$BqpLs07/Gw7tmS1vF3yp6x1UrwpUyY/',0,'majafsu1979'),(5357,'hamerbs1963','$P$BffcX/GY6TwkLDK0ma7sW1T2b3XLFv.','hamerbs1963','hamerbs@yahoo.ca','','2018-09-20 08:34:03','1537432443:$P$BGxuiYfzRlI4RbMnkY9QCiAh0jZ7hm/',0,'hamerbs1963'),(5358,'kevinyaver2004','$P$Bpatkojh4bicvHRAYnNz5itbwJ8ka71','kevinyaver2004','kevinyaver@gmail.com','','2018-09-20 10:54:53','1537440893:$P$B1F9qheXb6lncleb5/fc8fdYSW2koM/',0,'kevinyaver2004'),(5359,'kenneth701954','$P$Buh7KhbJCpuSdl6clKSQ0j9mBistyL/','kenneth701954','kenneth70@gmail.com','','2018-09-20 12:16:43','1537445804:$P$BtpiWaDtKjB.AF1/TrAslV3XDSlKnq/',0,'kenneth701954'),(5360,'dave1956','$P$B5eZrtOpjbYOUEJ1IyfGKRZPl5P7vY0','dave1956','dave@extremeairaustin.com','','2018-09-20 14:04:14','1537452255:$P$B8S.0qk3yk/JqPpminBHRul/lZ4SmG0',0,'dave1956'),(5361,'ritterbobbyb1995','$P$B1Cb7pBKiG42WxjkZk0/Fi5jv9usVi1','ritterbobbyb1995','ritterbobbyb@yahoo.com','','2018-09-20 18:52:47','1537469568:$P$BYpQlERAHLs6XQNeIIXsIlOT7xOor1.',0,'ritterbobbyb1995'),(5362,'rock.man1962','$P$B2TZs9fcsQmpobZPNhkz2PylZLPDqg1','rock-man1962','rock.man@comcast.net','','2018-09-20 20:45:12','1537476313:$P$BfCiL3OIVYlDIq.Pw77lAAleww0I3T0',0,'rock.man1962'),(5363,'lee.jonathan.g2002','$P$Bkxt0vXGh2awSiG13Z.CP/23dzqmtC/','lee-jonathan-g2002','lee.jonathan.g@gmail.com','','2018-09-20 21:22:16','1537478537:$P$BrMN7gjS2.gqmqWMJqqYKWJ30fllq31',0,'lee.jonathan.g2002'),(5364,'jamie.gould89002004','$P$BGPORY6g5.YK4UOTmfNn1ZiHdQCCrR0','jamie-gould89002004','jamie.gould8900@gmail.com','','2018-09-20 22:52:40','1537483960:$P$BJmalfzcY4ZLfUak.hT4bJhop0xV5a1',0,'jamie.gould89002004'),(5365,'courtneylarson092010','$P$BW6nBVFWFr2V8avVSL035FBpwEAgzn0','courtneylarson092010','courtneylarson09@yahoo.com','','2018-09-20 23:03:10','1537484590:$P$BY0weRysCHHtofrAJlyP5NuYbG2TJ21',0,'courtneylarson092010'),(5366,'administrative2004','$P$B.fV69OeXgORhDxDHLFp7Oar9A.2QB0','administrative2004','administrative@asifire.com','','2018-09-20 23:30:13','1537486214:$P$BRMK5Q7afNkciXjkSt6wAw4V9hfm.u0',0,'administrative2004'),(5367,'anilyn121991','$P$BQ6thUeEaKKZI0PYzy.//vkdE.zrEL.','anilyn121991','anilyn12@gmail.com','','2018-09-20 23:33:53','1537486434:$P$B2uIISDgpnOJaE0zuyeFBzmwpGPoNR.',0,'anilyn121991'),(5368,'gp_caulker1970','$P$B7yS6cRi8FZHItXA5Ny8NzgGIZJgJw1','gp_caulker1970','gp_caulker@yahoo.com','','2018-09-21 01:01:43','1537491703:$P$BtPeYpuYeu2iMj7eSfLUsgZ9.DWoeN1',0,'gp_caulker1970'),(5369,'hunggsta1987','$P$B5itNWm/r65LcZhupUs5gs5pArMV25/','hunggsta1987','hunggsta@gmail.com','','2018-09-21 01:52:22','1537494742:$P$Bh0OyWteuBHEEyNZ/j/5v4/VB4dUdu/',0,'hunggsta1987'),(5370,'alvrob20201993','$P$BsygD8JzTFiO4mpAOTOuBLF4dcg5Uu0','alvrob20201993','alvrob2020@aol.com','','2018-09-21 07:33:54','1537515234:$P$ByC17jC4Jt3p.6PyOT4M108687OBHL0',0,'alvrob20201993'),(5371,'effen_greg1951','$P$BMx6PLgliYiY6V1IP2PkEoQCOPF.eU1','effen_greg1951','effen_greg@yahoo.com','','2018-09-21 08:13:50','1537517631:$P$BHB7Div4KDKT9tzwleCeKhf8Mk/Wu6.',0,'effen_greg1951'),(5372,'blackbird4861967','$P$BenL4Mi4hA0cFf3ULSNsfMh83U5Ebv0','blackbird4861967','blackbird486@gmail.com','','2018-09-21 09:00:18','1537520418:$P$BW5njepqhGto.wNHEL.RgT2jovaWdw.',0,'blackbird4861967'),(5373,'merifonseca1991','$P$Bofh72tEVfVF/z6FgiEMdBQAwlEAsa.','merifonseca1991','merifonseca@gmail.com','','2018-09-21 09:26:27','1537521988:$P$BgihWtpHXSzTj15LjzJvnUvIEN2jeH/',0,'merifonseca1991'),(5374,'shameelb1996','$P$BPPbhlwR/BRFK4HXrdn4rcuNrOvgiG1','shameelb1996','shameelb@gmail.com','','2018-09-21 09:42:18','1537522938:$P$BUqDwnBjRY8.917nLQ57IBBLMFp42n1',0,'shameelb1996'),(5375,'gaylacomer1997','$P$Bej74oCWtRXNQgDuJo.zdyKtp1l/1Y/','gaylacomer1997','gaylacomer@gmail.com','','2018-09-21 17:28:31','1537550911:$P$BlsOEwz8kmxZErDE05iXdTs1TypaiT/',0,'gaylacomer1997'),(5376,'stephaniesolis1999','$P$Bna9pqQc4X2mr1n9CwaQQ5Y.I3QkGD0','stephaniesolis1999','stephaniesolis@gmail.com','','2018-09-21 18:54:36','1537556077:$P$BNIzGVYwYby5WLPSAQOXMtFAQTILvD/',0,'stephaniesolis1999'),(5377,'rook.brian1987','$P$Bryha8yFcndbo0LkFhjg/wmXP31qd80','rook-brian1987','rook.brian@gmail.com','','2018-09-21 18:59:42','1537556382:$P$B9AM/gr/whCszR.kIwKw2tGVhlo65P0',0,'rook.brian1987'),(5378,'angelwhitley1973','$P$BxUq8BVJYB5DdBEjkHU/9CwasWAf5G/','angelwhitley1973','angelwhitley@outlook.com','','2018-09-21 19:06:16','1537556777:$P$BfOEu7nh7q6cGe9gPG1f.hm/FgXOUh0',0,'angelwhitley1973'),(5379,'dmerkez1957','$P$BqTxibq96YNWlglTFb2uE.9ZHmCJlk/','dmerkez1957','dmerkez@gmail.com','','2018-09-21 20:16:15','1537560976:$P$BRlykMUnoFnzGSDUVpQX8kxbyno/4E0',0,'dmerkez1957'),(5380,'edlerjw1953','$P$BHaJIxKPBmBjkQ9lRM8Egeuu5qEmUW1','edlerjw1953','edlerjw@gmail.com','','2018-09-21 21:23:50','1537565031:$P$BMkbwjY5dlhPiDgc9yoBZuF72vYoiX1',0,'edlerjw1953'),(5381,'aieet911985','$P$BPJKQDh2t9y3QcWcSq7Dr8jUIN89hu0','aieet911985','aieet91@hotmail.com','','2018-09-21 21:39:04','1537565944:$P$BphMbZ1jgoKSnEzc8BJ5dMZI6FP/zr/',0,'aieet911985'),(5382,'jacobhiggins041971','$P$B/sQnl31t7uAdVIZKFDyPiUrL7FrdN0','jacobhiggins041971','jacobhiggins04@gmail.com','','2018-09-21 22:58:50','1537570731:$P$BUY5X.YifUWcWNyokL2BZpDk3SI6lz0',0,'jacobhiggins041971'),(5383,'alrobe021980','$P$BIntTppoAVWksdr.ed/niXoGFYZpEG/','alrobe021980','alrobe02@aol.com','','2018-09-21 23:18:55','1537571935:$P$BHYGgmQmOy4hQuLXuijrsltWygs/0E0',0,'alrobe021980'),(5384,'mbracken1994','$P$BkwAynTRyJtIwdptOPCMwPmilJobtP0','mbracken1994','mbracken@bcps.org','','2018-09-21 23:44:14','1537573454:$P$BrOxJ5KsDDxpGyxl7qbx.Uskkc67x6.',0,'mbracken1994'),(5385,'nlopez5622000','$P$B0Zpt.axQs9xxzsvg9Uck4F0hPESXn.','nlopez5622000','nlopez562@yahoo.com','','2018-09-22 01:55:03','1537581303:$P$BGF6/ymhvemvVWQQrSHt4d6uGnsMJB0',0,'nlopez5622000'),(5386,'ewollin2005','$P$BivmmD.CF8AA/XrzSv43X6ySTj5476/','ewollin2005','ewollin@yahoo.com','','2018-09-22 05:21:18','1537593679:$P$BcuzXgzN0q.w0a8nUeGs.JFc8tCeKY0',0,'ewollin2005'),(5387,'konnorwyly1991','$P$Bub09teCImR8aLqYYcHEhvssAGuvBz1','konnorwyly1991','konnorwyly@yahoo.com','','2018-09-22 05:28:30','1537594110:$P$BQJGHD7zGgPf47oDH8t.PSy71v11wz.',0,'konnorwyly1991'),(5388,'maryjocool1994','$P$Bo209EW48qkmVutqLunYb61acoBfJu0','maryjocool1994','maryjocool@aol.com','','2018-09-22 09:20:29','1537608030:$P$BuCzGuE.ShNIuQftFy1ID3TG6rU/S8.',0,'maryjocool1994'),(5389,'tradecenternet1959','$P$BKai3WpiPJ7RmlFV8.UWxHOYnzcVsT/','tradecenternet1959','tradecenternet@interia.eu','','2018-09-22 09:35:41','1537608942:$P$BNw0fQF18tCtigTCY8bXw0KwMgai/v.',0,'tradecenternet1959'),(5390,'paddinggtonn1970','$P$BZX2SqUX4bL7mXsm6uIxLg2nGKL/8l0','paddinggtonn1970','paddinggtonn@gmail.com','','2018-09-22 12:20:09','1537618810:$P$BqNPHdvqQLLNyORMeUiAC/bFy/RHrg0',0,'paddinggtonn1970'),(5391,'melaniemrms1958','$P$BCku7cR6/l5LTQTwUMnXuXtS/F1fml/','melaniemrms1958','melaniemrms@yahoo.com','','2018-09-22 13:01:24','1537621285:$P$B6uTsB7wL32dFpFhLYWvOU.w2GZWVd.',0,'melaniemrms1958'),(5392,'jslnzn1970','$P$BKXDm7u92mIiznrqxXJhLq9UaBp0p30','jslnzn1970','jslnzn@yahoo.com','','2018-09-22 14:29:03','1537626544:$P$BwdgTnIxF4PCqDDd2jhe5nzzVz9xZG0',0,'jslnzn1970'),(5393,'ellen.schoeck1972','$P$BS.2Yfoc2beCENUX79FuOEzQy/qkLy/','ellen-schoeck1972','ellen.schoeck@ualberta.ca','','2018-09-22 16:30:54','1537633855:$P$BJ429bT8Ml9fl52COhFTSmt6p.Vg4n/',0,'ellen.schoeck1972'),(5394,'dunkeroo111974','$P$Bjr5.SH7xYSLNVfhzsJyKGm75NVgsk1','dunkeroo111974','dunkeroo11@hotmail.com','','2018-09-22 18:49:53','1537642193:$P$Bk6vX5pu5UfzAUZftbpc8I3HIwszlg1',0,'dunkeroo111974'),(5395,'melani.gudlin1986','$P$Bzr88DMkFEXiU1gskRslimfri0jEtt1','melani-gudlin1986','melani.gudlin@freenet.de','','2018-09-22 21:55:04','1537653304:$P$BBhrVWUXxTMHAuSIr7jMIjNAkRltFo1',0,'melani.gudlin1986'),(5396,'brea.boydston1996','$P$B74ejXzaTX.gPuMLxWBKVImY8knTQU0','brea-boydston1996','brea.boydston@gmail.com','','2018-09-22 23:52:33','1537660353:$P$B2UXLRCFaJO9kaQcqNe3ABK1TV4q470',0,'brea.boydston1996'),(5397,'ffunn1981','$P$BV8yuBq8dB/1RR/NWCGkniBKlZUKRv0','ffunn1981','ffunn@yahoo.com','','2018-09-23 05:37:23','1537681043:$P$BEXsHv5X1xNTj/KEPq25MnhQkD2wqe/',0,'ffunn1981'),(5398,'velkovskijunior1955','$P$BnnRz3G3jU142qxc3.xFt/YjCVroOw/','velkovskijunior1955','velkovskijunior@gmail.com','','2018-09-23 11:47:08','1537703229:$P$BbVtzXIThzxj1lzErAJ8XQCJZjlT.F/',0,'velkovskijunior1955'),(5399,'shodzhenyaschool1966','$P$Btn8kmih5JP.bB5Sr9AlNFiqGYZdeS/','shodzhenyaschool1966','shodzhenyaschool@gmail.com','','2018-09-23 13:21:45','1537708905:$P$BCzP1vv0eLfLPDlkcYfsuWbA.z5w6F0',0,'shodzhenyaschool1966'),(5400,'prageeth.di1997','$P$B2oE795k.OnG0.3UD.o0W4h9dMkkrL.','prageeth-di1997','prageeth.di@gmail.com','','2018-09-23 19:40:43','1537731643:$P$BPYw2m1eYwwiOMG5X29bNaOVK2UCvI0',0,'prageeth.di1997'),(5401,'vbarcello2010','$P$BSZKUpOhjKB5/WV/0NnFDFeEqjGb5g/','vbarcello2010','vbarcello@hotmail.com','','2018-09-23 22:53:46','1537743226:$P$B9NPHcJvu6xAjVAf50xSlpmzb.Yb9l/',0,'vbarcello2010');
INSERT INTO `wp_users` VALUES (5402,'jmaffey141953','$P$BEdaRfFr3LzHaT1DF40VElNDoZU2uJ0','jmaffey141953','jmaffey14@gmail.com','','2018-09-23 23:19:52','1537744792:$P$BKlKcLbZmP4s2vOmd0UKstno/vLmsd0',0,'jmaffey141953'),(5403,'naodent1957','$P$BmJPLYYZ.1a8ZLx/i912P6VYPT/9lt0','naodent1957','naodent@mac.com','','2018-09-24 01:09:38','1537751378:$P$Bnfis/1guOhdT/BD3yJML9AIU445FG/',0,'naodent1957'),(5404,'pamela42421986','$P$BTCebRq4JJHb/qdwbEcEmgMFBbcDUz/','pamela42421986','pamela4242@gmail.com','','2018-09-24 08:50:34','1537779034:$P$BvMDz4nKfb8lI4P7cVyZHZWPzd9hDO0',0,'pamela42421986'),(5405,'jodijorde2001','$P$Bns2.tW4AyFPWHcBGKGoCT4HE9XTHt.','jodijorde2001','jodijorde@msn.com','','2018-09-24 08:54:34','1537779274:$P$Be3omF0C.UANk9WghnbCVSu6Wyne8N1',0,'jodijorde2001'),(5406,'fedirdrago1983','$P$BkW2.IX9eZtZVJQ1YD6B8kWA4HZn9j.','fedirdrago1983','fedirdrago@yahoo.com','','2018-09-24 11:40:41','1537789242:$P$B1sUiH/GsoonAZQo0F3ALON3a242As.',0,'fedirdrago1983'),(5407,'execdir1992','$P$BphGIwrBFHY7U5.nJtIwI0hdVtGSDS/','execdir1992','execdir@weeoc.org','','2018-09-24 11:54:33','1537790074:$P$BNuWvBkag3YJMjt1GXfy2WZ/obehZ40',0,'execdir1992'),(5408,'crawford.accounting1953','$P$B6ls08tH1/BFUJKZvIDYBDNU7Okydc.','crawford-accounting1953','crawford.accounting@crawfordhomes.ca','','2018-09-24 18:42:46','1537814566:$P$BsgYXth1sG3s.vFMtzswJrVmybMJve/',0,'crawford.accounting1953'),(5409,'joanna.moore1970','$P$BdZM6iP.KyxohSynOf3qxDMBmkAjNf0','joanna-moore1970','joanna.moore@me.com','','2018-09-24 19:36:40','1537817800:$P$BkTwZWjQ06SN.WJh231mLVBr79eIcX1',0,'joanna.moore1970'),(5410,'teachercutie751970','$P$B/uuE1NqFXT/EwIbj9oUoWFDbYHbk10','teachercutie751970','teachercutie75@yahoo.com','','2018-09-24 19:49:43','1537818584:$P$BsZG4a/4h0qa3kir42LgXvhJrW.Q0T/',0,'teachercutie751970'),(5411,'avpop11990','$P$BSXuBFp0nhEPxHGYjUFduFwXv2l7qQ/','avpop11990','avpop1@hotmail.com','','2018-09-24 23:07:08','1537830429:$P$BgMCD0IJfNaIn9ZF8O4NpmtpI1yRht0',0,'avpop11990'),(5412,'cheryl1980','$P$B4/Rk5xu87wGlvzdp3CaR8Auv7EUfA/','cheryl1980','cheryl@johnharveyconstruction.com','','2018-09-25 01:17:35','1537838255:$P$B3HCARIhoR/56V281hX4256L/o0c.b/',0,'cheryl1980'),(5413,'carolinoroville1953','$P$B18o52YQTfldypoE.mNfUMz8YL/j4k/','carolinoroville1953','carolinoroville@comcast.net','','2018-09-25 01:38:34','1537839515:$P$BQom7ZaIjY36nix9qiT5/KSUqwdRsb1',0,'carolinoroville1953'),(5414,'paula.groll2002','$P$B0Qg2AW8aDRKLxWgwvsQo0.GL.nDhE.','paula-groll2002','paula.groll@t-online.de','','2018-09-25 06:29:45','1537856986:$P$Bz9Bx7FellW3iq5Aye6bxCnKz8ahC7.',0,'paula.groll2002'),(5415,'calvert10101992','$P$BP4fi.w4q3vYrNStPoQwN5jTlr1VPH0','calvert10101992','calvert1010@yahoo.com','','2018-09-25 09:46:18','1537868779:$P$Bv1OvMiGDgs5NherUum6B1sNXPaLkL.',0,'calvert10101992'),(5416,'leah_bucher1982','$P$BHk7goluTPryBpsqWUPwga7lwSeXlt.','leah_bucher1982','leah_bucher@att.net','','2018-09-25 11:31:21','1537875081:$P$BUsnrC7AbeQCKhtzy2D2oLdbLZl5is.',0,'leah_bucher1982'),(5417,'shbana.ahmad1967','$P$BqY3yMkfZgwYRWeq40UxDYja5P9MLE1','shbana-ahmad1967','shbana.ahmad@yahoo.co.uk','','2018-09-25 13:44:54','1537883095:$P$B4CidQcIcHxZBG2mAGUpYSZG5PkHgx.',0,'shbana.ahmad1967'),(5418,'verena.steigerwald1981','$P$B1izIJa02nFejEuLjhBXRzGgiqoEbi.','verena-steigerwald1981','verena.steigerwald@t-online.de','','2018-09-25 14:18:21','1537885102:$P$BhFZ0IxH.ctmNvUT4NZdXP32H59M2W/',0,'verena.steigerwald1981'),(5419,'brentashton2006','$P$BpkrrYaNPegBtosSRkdoXb.wVXFjmZ/','brentashton2006','brentashton@yahoo.com','','2018-09-25 16:18:50','1537892331:$P$BewiKp2ct/aAC4TZ0R7KVlEJw2g76e1',0,'brentashton2006'),(5420,'cstephenson221988','$P$BOwpc/GBAP/JuYj9ShJaEGis46XDtP1','cstephenson221988','cstephenson22@yahoo.com','','2018-09-25 16:48:38','1537894118:$P$BFdqBpKlCWQPIw5wIQkCouO16mblLS0',0,'cstephenson221988'),(5421,'hildebranddavid1975','$P$Bdb4W1yIYkMe17eG3yHN2GOB0PhuFj0','hildebranddavid1975','hildebranddavid@hotmail.com','','2018-09-25 16:56:58','1537894619:$P$BDxo/.Dm9iZ9a.yulLHaVEKYbzsQNH.',0,'hildebranddavid1975'),(5422,'neenasathyan1996','$P$BLYiSLx7y0MQtXbDonOSgspd1J3R0I.','neenasathyan1996','neenasathyan@aol.com','','2018-09-25 17:13:10','1537895591:$P$B2maanSiD5JwItKrvWcvs1Cgg.PrCQ1',0,'neenasathyan1996'),(5423,'schatz120601977','$P$BGh4E.AZpSSJZgrLW3rqCff9IX/t1B.','schatz120601977','schatz12060@comcast.net','','2018-09-25 18:22:18','1537899739:$P$BQIloDN6B41TZE6K57BZs/ca/I/Nai.',0,'schatz120601977'),(5424,'katiemw301977','$P$BExzjIDeT9xj.wcz586IcVKZJoqSYO.','katiemw301977','katiemw30@aol.com','','2018-09-25 19:54:48','1537905288:$P$BzoizevVGos/iZkC1f0WHeHialx/HT1',0,'katiemw301977'),(5425,'dnscalata1989','$P$BjjCR8F1mGiTJ.QVkv505pzHiDdmh41','dnscalata1989','dnscalata@comcast.net','','2018-09-25 21:21:29','1537910489:$P$Br9d2mDD9E.kn4taEFOpIL1wA.LsSy.',0,'dnscalata1989'),(5426,'drwmdean1964','$P$BVxMpVsFpOt6SYfZiYrV4Kj4BVMu.K0','drwmdean1964','drwmdean@aol.com','','2018-09-25 21:22:52','1537910572:$P$Bkssj1sImbYouE72jcub.EGCuUch2n.',0,'drwmdean1964'),(5427,'lhernandez1976','$P$B3iMTf5.KJsFTnMtLiqTcqqjPsK5vZ/','lhernandez1976','lhernandez@sassfa.org','','2018-09-25 22:19:54','1537913995:$P$BT5s8FjH.3IBanwIotSDaWmRXnTB8q0',0,'lhernandez1976'),(5428,'bwhitty232010','$P$BS7hZU9ma0UjH7XihtJBUCN2CEjDO./','bwhitty232010','bwhitty23@yahoo.com','','2018-09-25 22:43:10','1537915390:$P$BCIHiVhlNW0MUUsgyNdPEm5NPaPO6d1',0,'bwhitty232010'),(5429,'billiesanders11982','$P$BTO9hGMc4ZXt1D.cUxGq8FlBaEcNwm0','billiesanders11982','billiesanders1@hotmail.com','','2018-09-25 23:07:48','1537916869:$P$BhWTpGOeAnJAcz2p0hgdUmyTEn/MiW.',0,'billiesanders11982'),(5430,'lin.shuc881993','$P$Bfw1ylAyO6sQg98kjYoiC/1Io6r18t.','lin-shuc881993','lin.shuc88@yahoo.com','','2018-09-25 23:47:38','1537919259:$P$ByD0b4tNJGXbIWIsVStN4sqHduQBmx0',0,'lin.shuc881993'),(5431,'michael_1714231986','$P$BJjc/NTlU01.bNXh2OZQvHgpvggSxf.','michael_1714231986','michael_171423@yahoo.com','','2018-09-26 00:38:16','1537922296:$P$BEnftjj7YNapiDisKwMpgYcg0pySp41',0,'michael_1714231986'),(5432,'codymeierer1968','$P$BB/z0ab.2gBmPfqmDGPo.w2DHB6y1q1','codymeierer1968','codymeierer@yahoo.com','','2018-09-26 01:00:08','1537923608:$P$BI3uDGXQ9bn3cL.NJbUXD80F/MgDHc/',0,'codymeierer1968'),(5433,'brownbear231952','$P$B8pdx/Dv3RJwdb5D5drPsT3CHf9UUS/','brownbear231952','brownbear23@sbcglobal.net','','2018-09-26 01:03:30','1537923810:$P$BN49hfIemkTJq3J6MFqhUiD4O.eIGW.',0,'brownbear231952'),(5434,'mwdarstein1950','$P$BKdMUg9W4rk0nPS2zUtvod/o3kg7WZ1','mwdarstein1950','mwdarstein@aol.com','','2018-09-26 02:05:57','1537927558:$P$BINmLDQ5IXllATp2zQ9JQTSrtdBdG60',0,'mwdarstein1950'),(5435,'ccox23672006','$P$BvZ6CgZb6ayblhBHf5hsluFvPIbA3c1','ccox23672006','ccox2367@aol.com','','2018-09-26 03:58:11','1537934291:$P$BH83Fx9uIbNKTQUEEHYB.0u.PCIchJ1',0,'ccox23672006'),(5436,'porterofme1958','$P$BPnKTaYOwOhY1sLYbZRd6TeW3WZ2EI1','porterofme1958','porterofme@yahoo.com','','2018-09-26 10:09:33','1537956574:$P$BJ0JYMuSYiD7x7OT1k8JDOfOKUw0vl1',0,'porterofme1958'),(5437,'indoglee1950','$P$BPL85lb4SKc2LqrRFv3cUF4Sqv5q2U1','indoglee1950','indoglee@yahoo.com','','2018-09-26 11:42:50','1537962171:$P$Bgudh5/fa8RMEBBtfrlrtSJkZQ6HOp/',0,'indoglee1950'),(5438,'francisca_estrel1994','$P$BjbadwbZzsGyYXOcnRzORMvNEDtPim/','francisca_estrel1994','francisca_estrel@uol.com.br','','2018-09-26 11:51:55','1537962715:$P$Bsb8wDPmDouroYYX.X9mwCAcnHhEnu1',0,'francisca_estrel1994'),(5439,'sblondie9151997','$P$BbQk3bcGfotV/D28JtuFHvuzUseNKc0','sblondie9151997','sblondie915@yahoo.com','','2018-09-26 15:09:00','1537974541:$P$BMcJklKQyI83BSmxzfi54xDDKDq2OP1',0,'sblondie9151997'),(5440,'vadub1988','$P$B5cgkVoD3Dy3Qp4xP2/CzcgJzN/x0y1','vadub1988','vadub@yahoo.com','','2018-09-26 17:45:20','1537983920:$P$BOaGNlmTTZxcH5WRPoDb6fB9p0gSFU.',0,'vadub1988'),(5441,'donettahuddle1971','$P$BZdImHdF9z/wM6hZIaP/ataP99/7kR0','donettahuddle1971','donettahuddle@yahoo.com','','2018-09-26 18:16:34','1537985795:$P$B2NA2J8v632y2sNpPBH0/5e8wy9Ti7.',0,'donettahuddle1971'),(5442,'cgnyrenovations1952','$P$BhZDaNikUo.y7QT48VYafrZPZaI5GP.','cgnyrenovations1952','cgnyrenovations@aol.com','','2018-09-26 20:29:25','1537993765:$P$BnJNnRE4z6cPu6z0NU25Qm3FwBRBGm/',0,'cgnyrenovations1952'),(5443,'sjoycein1978','$P$BZp7zB3wLgYJQHd2TBQdvfh5irpkhc0','sjoycein1978','sjoycein@aol.com','','2018-09-27 00:38:25','1538008705:$P$BFm5Jf17oVFZBlc9QstHKhU4vrurVf0',0,'sjoycein1978'),(5444,'regateredself21983','$P$Bz0vzBrNOVXjy6hrpjxURddrP3m5MC0','regateredself21983','regateredself2@free.fr','','2018-09-27 06:59:32','1538031573:$P$BNlAraz63fbGyOGsq1UhC/124FDTsa.',0,'regateredself21983'),(5445,'tanja-maier1973','$P$BRE8NzJ5L4KB8yTVBWw6a8f6tBeKhR1','tanja-maier1973','tanja-maier@gmx.de','','2018-09-27 09:13:08','1538039588:$P$BmANr5mmmv6eA2G/FQivXXs5hEKNkO/',0,'tanja-maier1973'),(5446,'florin.gervais1986','$P$Br1G2W1esDlTsovK3aZELYy1B3H3FI1','florin-gervais1986','florin.gervais@cleanfix.org','','2018-09-27 12:23:28','1538051008:$P$BihSdQwKpPZfyMlVVJ/MKE8soesRKX.',0,'florin.gervais1986'),(5447,'mmrtu1976','$P$BgfC6bWy942O3PbCGrpIuW498rjLh8.','mmrtu1976','mmrtu@aol.com','','2018-09-27 12:32:47','1538051568:$P$BpByw8ZJK2mzYa6xvmODZqbhGoqZ3m.',0,'mmrtu1976'),(5448,'reception2009','$P$BYd1SAgrZVAMtNRUP1FpGI8cIjtQTA.','reception2009','reception@dtg.org.uk','','2018-09-27 13:32:27','1538055147:$P$BySV8r1fWrl.jLwYW8bPMasfZICcHG.',0,'reception2009'),(5449,'theepony1977','$P$BS13Wd4phtMTotJ1Zk6Oz8q4Qp7OZ2.','theepony1977','theepony@yahoo.com','','2018-09-27 15:36:31','1538062591:$P$BCVeGijVPUeA1IEvywNnEs5P64JBKL/',0,'theepony1977'),(5450,'customerservice1990','$P$BIyQEvqQGJW6LmUMYgq2FmC52Nhvkj.','customerservice1990','customerservice@zaharalighting.com','','2018-09-27 15:58:53','1538063934:$P$B.yPXwAgcVzDv1HUTJsa4TqG1mCZNq/',0,'customerservice1990'),(5451,'edwardthomas5541977','$P$BlemD2zChuqWlVL8lTcFgzTRn/nWQD/','edwardthomas5541977','edwardthomas554@comcast.net','','2018-09-27 18:23:23','1538072603:$P$BCAy1dphiJPC2Pehx23y74ZuCGrQSn.',0,'edwardthomas5541977'),(5452,'luckydan1191981','$P$BZrYkU.ucOqVj3gJQNl8wbydk/wUmb/','luckydan1191981','luckydan119@yahoo.com','','2018-09-27 20:11:42','1538079102:$P$BMpRVpvdCvSjqj3M.b9yJEIfEQVRwM1',0,'luckydan1191981'),(5453,'jindrutz1953','$P$BdmhIKBWgULDaZT2iDcH2cJFZX6AeI1','jindrutz1953','jindrutz@aol.com','','2018-09-27 20:26:00','1538079960:$P$BXYOkEntxm/lIac4ik2hSFoPEd/42s1',0,'jindrutz1953'),(5454,'cabogirl001971','$P$BLAzi3lkniBXddAu/eTHpykQz5osoK/','cabogirl001971','cabogirl00@yahoo.com','','2018-09-27 20:38:09','1538080690:$P$BRyY7XSkskY.b/Gk3a1pCSTFRIHwGB/',0,'cabogirl001971'),(5455,'r-martens2010','$P$BoIpATOPdU9hOcN1XchmOH5aJs2B.01','r-martens2010','r-martens@freenet.de','','2018-09-27 21:21:50','1538083310:$P$B24sHF861Z9mqJmfa2STFM0WTenDw/0',0,'r-martens2010'),(5456,'m.turbil1987','$P$BAZyw30jZi2jqHb1oyLJQqoZJD6XdD1','m-turbil1987','m.turbil@free.fr','','2018-09-27 21:41:39','1538084500:$P$BIu3MkG.wiGt35ZUYCyju2mgh9bV8v0',0,'m.turbil1987'),(5457,'wevan1967','$P$Bh3VxeN7DyH8X3kmav7DP8vpok7BDx0','wevan1967','wevan@bigpond.net.au','','2018-09-27 22:01:19','1538085680:$P$BKoaWHw8SQ.qydxCcU0saLS9RcAxYj0',0,'wevan1967'),(5458,'coachdolan2008','$P$BsGYS1YLsB1Xpltn6xUIlCux9zpbDC1','coachdolan2008','coachdolan@hotmail.com','','2018-09-27 23:43:43','1538091824:$P$BIthQRFJq7BW6ASRRXzcUNPfmjpzgT0',0,'coachdolan2008'),(5459,'hotshot33431961','$P$B9ya7qL3wAMBOuYakYzE0pjA27XNvS/','hotshot33431961','hotshot3343@hotmail.com','','2018-09-28 00:58:19','1538096299:$P$BdLEc3iRhxtV0IjRhn50dvSdTCwWYo0',0,'hotshot33431961'),(5460,'paculah1965','$P$BXRjz0izaNBJLW6e3yn0ygyyRj1.1N1','paculah1965','paculah@gtps.k12.nj.us','','2018-09-28 04:21:15','1538108477:$P$BLP5.p719bYxsUoADxV2Wx09Poz.09/',0,'paculah1965'),(5461,'johndkerr2002','$P$BUPEGZaybt.YzEv1wS9NH34nca7xdz0','johndkerr2002','johndkerr@hotmail.com','','2018-09-28 05:43:55','1538113435:$P$BZUzkGzqmMxFN65Mkt73UoXeLaw.nZ/',0,'johndkerr2002'),(5462,'klorr6141984','$P$BsEHiryL9JCpyd645Jm8Z5mXqBRaMB1','klorr6141984','klorr614@aol.com','','2018-09-28 06:52:05','1538117526:$P$BfgyUDiXTUSI.2UneJ766DQl.2p8F1.',0,'klorr6141984'),(5463,'rrrichardson1962','$P$Bp3kNhOqDe7WmPO1b8B7UQtGlEv6ow0','rrrichardson1962','rrrichardson@crimson.ua.edu','','2018-09-28 14:26:31','1538144791:$P$BZJAngEjYdqYadV8nk38xRfeqjSlhI1',0,'rrrichardson1962'),(5464,'jonesvacuum2007','$P$BQcIo/dHjAqO7GCckCE3ie1Cly4bzd.','jonesvacuum2007','jonesvacuum@yahoo.com','','2018-09-28 14:28:19','1538144899:$P$BRtBrVpllyq5wmGZYcGqoDjo.5LlZ0.',0,'jonesvacuum2007'),(5465,'moviewiz20001996','$P$Br.6D9MzABvDEO0Y6H410uoAV3ZEvo0','moviewiz20001996','moviewiz2000@aol.com','','2018-09-28 15:34:40','1538148881:$P$B97OgbAjzXPQwkQmNlKK3E1aJsurF.1',0,'moviewiz20001996'),(5466,'mary.lyttle1980','$P$BZEMrY0VWu6JN3ENxNo/NUEBhW1AA90','mary-lyttle1980','mary.lyttle@hotmail.com','','2018-09-28 15:55:06','1538150106:$P$BKnIceEaG0PShqwTtnl2m6930v.GYc.',0,'mary.lyttle1980'),(5467,'emilioflores.zeolitas1980','$P$B1kk4nfbevQEQRWMJP5slVVWqvr/pX0','emilioflores-zeolitas1980','emilioflores.zeolitas@yahoo.com','','2018-09-28 15:58:31','1538150311:$P$BLs3qjaYEmgkWHoYWXSbWqNoz/udse0',0,'emilioflores.zeolitas1980'),(5468,'larry.arroyo1965','$P$BXkpdfLHAZc17ZwQo8zSaRz/9MIfqS/','larry-arroyo1965','larry.arroyo@yahoo.com','','2018-09-28 17:26:07','1538155567:$P$BjU9hMbfdGuSH9qL0PsODlY4t2mQ561',0,'larry.arroyo1965'),(5469,'odetterivero1956','$P$BfoDw0h96ZhTqZCejY7xO75yFMezEs.','odetterivero1956','odetterivero@comcast.net','','2018-09-28 17:56:37','1538157397:$P$BFwjqGKjm1/0cRLwSpL4KgDYMFgq/r.',0,'odetterivero1956'),(5470,'dpatrick661981','$P$BIiyh9lkIkc85GxUwTRZ5IHT4KgVvr.','dpatrick661981','dpatrick66@yahoo.com','','2018-09-28 19:38:25','1538163506:$P$BO4oPZWonknPLd6ljuzjwc8/JqO9tJ.',0,'dpatrick661981'),(5471,'amazon21976','$P$B02ePHRKQJyti40UG9Kwtv/aR/TJ6e1','amazon21976','amazon2@w6e.com','','2018-09-28 20:38:23','1538167104:$P$BLtStwTXhG9yfuGHgFEpTLYX54DWDN/',0,'amazon21976'),(5472,'hmesley11964','$P$BG1N1/1.ruO4N9S0bKLuG9I7hMYY.b0','hmesley11964','hmesley1@telus.net','','2018-09-28 20:47:41','1538167661:$P$BqXZDVgRe9n6rzk4dzdmpzU3IErCxT0',0,'hmesley11964'),(5473,'lelanih1987','$P$B5Ce8UIYB3LfppijOafWEa0jvAIW9e1','lelanih1987','lelanih@aol.com','','2018-09-28 22:44:55','1538174696:$P$B7ZzeOQt0AiOfPpeb4rDmrzgZw9OGR.',0,'lelanih1987'),(5474,'tscottbrandt3071970','$P$B04pAx2fjolT5336r1hn4uG3BEnZoP0','tscottbrandt3071970','tscottbrandt307@yahoo.com','','2018-09-29 00:18:00','1538180281:$P$BXVkecl0GqlCk0KKN2xte4EJQDqJ/z0',0,'tscottbrandt3071970'),(5475,'paul.fougere11995','$P$BNgfYrQIg0SuY8sMrdc2ifK7CoeJif.','paul-fougere11995','paul.fougere1@ns.sympatico.ca','','2018-09-29 06:24:46','1538202287:$P$B7d3YvyTikbifm/JgyAYiZ2kJnmWeJ/',0,'paul.fougere11995'),(5476,'ramsha.sajjad921950','$P$BQCJ5tcs3UsDRasMqxRLrE5zWZ/YIy.','ramsha-sajjad921950','ramsha.sajjad92@hotmail.co.uk','','2018-09-29 13:21:38','1538227298:$P$BhpsqMAK0I3EJu1HLU24wFjVD71dYo/',0,'ramsha.sajjad921950'),(5477,'cindy1975','$P$BnU/eewZVhwHTH6XYJPRMyDhYVUEcP/','cindy1975','cindy@smilelikethestars.com','','2018-09-29 20:04:45','1538251485:$P$B7dub1xvNMb6atM2Ymdpc5QjXcb4ZN.',0,'cindy1975'),(5478,'joscilync2009','$P$BPYw8CdlOPTSIDaiDXk.HRqXNvAAXr.','joscilync2009','joscilync@yahoo.com','','2018-09-30 08:08:00','1538294880:$P$BdDBzggXjqK3b/U0pR9xvmcnrLG7CC0',0,'joscilync2009'),(5479,'tthovet1997','$P$BJIfvhorbPcVjF4MwuZlTB6V8wHAYr0','tthovet1997','tthovet@yahoo.com','','2018-09-30 14:01:27','1538316088:$P$BBl.yVLwt4V8BKE0I5xnOPrLDetWNv1',0,'tthovet1997'),(5480,'mcwcat1957','$P$BWtv5N1rM3in9DsyRq/uMnk0OK6JNo/','mcwcat1957','mcwcat@yahoo.com','','2018-09-30 14:29:31','1538317772:$P$Bpps8VSF7BQ5Xmy.dY87ELmeE9trwM0',0,'mcwcat1957'),(5481,'kristina.okolicanyova1960','$P$BleNkKr436co6zU.RN23S.xKMyzJJG.','kristina-okolicanyova1960','kristina.okolicanyova@intl.att.com','','2018-09-30 16:53:30','1538326411:$P$BhkFbokf8I9S9r9oVqXT0SfyVAAILP1',0,'kristina.okolicanyova1960'),(5482,'andreapompeyo1951','$P$BfgFjrphu514o88/1BYyeZ6E7B53oQ/','andreapompeyo1951','andreapompeyo@outlook.com','','2018-09-30 17:44:05','1538329445:$P$BhogE/iwzhZaNlqKPypz3xum7F0Hf6/',0,'andreapompeyo1951'),(5483,'frankschroeter761950','$P$BPJorCBq.NOaGmjYpLwbos4klEruLv.','frankschroeter761950','frankschroeter76@gmx.de','','2018-09-30 18:42:08','1538332928:$P$BPFq3aZ7eBwHvGcQ2lGS59QqXh/OqK.',0,'frankschroeter761950'),(5484,'easkiba1970','$P$B.KEW/w5zsqZEZvhwyGZ.wYquJ9Khe/','easkiba1970','easkiba@yahoo.com','','2018-09-30 19:02:43','1538334163:$P$Bi/elFgKryu2gVKWpo.oYyvPbvvwFW1',0,'easkiba1970'),(5485,'s.sparks332004','$P$BUq.4PRGW1y5izHxYxA9/QSN0e/lWb0','s-sparks332004','s.sparks33@yahoo.com','','2018-09-30 19:23:16','1538335396:$P$BprLRJVWIrrzbw80X1fOKceuPB298N/',0,'s.sparks332004'),(5486,'kendra_borcherding1959','$P$BUAwAAUcIuhhXdoz.GMzQaoM2vv1RV1','kendra_borcherding1959','kendra_borcherding@hotmail.com','','2018-09-30 20:23:39','1538339019:$P$BzXSNp6STNkpgqD8f8vWppXmHghtCs0',0,'kendra_borcherding1959'),(5487,'amberarthur291977','$P$BzhQF2H/bz.tegiGeaOmTv9x0x2fn01','amberarthur291977','amberarthur29@outlook.com','','2018-09-30 22:46:58','1538347619:$P$B9kMwDuxiBUBOAl8JAWxvU3Bni0n6v0',0,'amberarthur291977'),(5488,'brian_kobrin1995','$P$BvBYUzvvbIj9kKhfvSJ7mAnKDuEbUJ0','brian_kobrin1995','brian_kobrin@yahoo.com','','2018-10-01 08:12:05','1538381525:$P$BZrBq8JPu9V0Sf5AZlo9a/rmqZevgK.',0,'brian_kobrin1995'),(5489,'litherlm1975','$P$BUH9YvY2VkiHrb3IJN.IRGQBbA0OSr.','litherlm1975','litherlm@gvsu.edu','','2018-10-01 10:05:42','1538388343:$P$BGYzRW2Fp/pYRxoTVOKRMH/euDWFhW/',0,'litherlm1975'),(5490,'mfreymoore1969','$P$BYrfTYNZJQlXpmD3lEETHc6Ob4oAta0','mfreymoore1969','mfreymoore@yahoo.com','','2018-10-01 12:33:10','1538397191:$P$BXP7h3BZrwK61jaK9nGfTyfMKxhQ2..',0,'mfreymoore1969'),(5491,'marltd672006','$P$Ba/a23BVjVYzWEBbbcPDBIKi2I9ao90','marltd672006','marltd67@gmail.com','','2018-10-01 14:02:51','1538402571:$P$BzE7MDSXq/B4c.szSYtpKUeIjHrdBX0',0,'marltd672006'),(5492,'jl1002price1991','$P$BBZqjNS1Gfi2IAtt3k/CDBiPjy3qMR/','jl1002price1991','jl1002price@gmail.com','','2018-10-01 16:20:06','1538410807:$P$B.d0qehn/5WIx1o/HT/w64F9O6HbVl/',0,'jl1002price1991'),(5493,'brad.schlabach1968','$P$BMT.YssGD67/eETfTfV4U/7mAmRIfT/','brad-schlabach1968','brad.schlabach@customairinc.com','','2018-10-01 17:37:24','1538415444:$P$BwuLWOUvKlS8QPn60h1BUz7O0krfIT/',0,'brad.schlabach1968'),(5494,'gia.mil9502005','$P$Bd5mb/IEe5Am6/vjsOpS2D7AsK1Au70','gia-mil9502005','gia.mil950@gmail.com','','2018-10-01 17:42:10','1538415731:$P$BDJKZO00ae5c1GJUUPdM0lRTpXd.El0',0,'gia.mil9502005'),(5495,'joe.sullivan1957','$P$Bbl.V5embXty6pQAZJ6pyb6iNSKePo1','joe-sullivan1957','joe.sullivan@frauenshuh.com','','2018-10-01 18:30:18','1538418618:$P$BEr3Z/lnEy2FyZbqjD8Nx37oxpc4nm.',0,'joe.sullivan1957'),(5496,'drueclubchampion1998','$P$BF6Ka6XNktefw6oLugx1l.o./KPqwH.','drueclubchampion1998','drueclubchampion@aol.com','','2018-10-01 19:03:10','1538420591:$P$BRdBGnUMgZA7ZSavxkw3Z0B8LlqO.5/',0,'drueclubchampion1998'),(5497,'gail.foster1953','$P$BwPEDA/GdZRpJKGiEi7kVpDhhNpPAr.','gail-foster1953','gail.foster@charter.net','','2018-10-01 19:58:58','1538423938:$P$B/G/3tEoKX5OD4UzMsvVPLsP7NtxQF.',0,'gail.foster1953'),(5498,'landh1986','$P$BduYGxu3YFZZi4dybdkvKzXGpYOUnJ0','landh1986','landh@cox.net','','2018-10-01 21:22:49','1538428970:$P$BtIN8mhXwcIgLN6ao.nuejR6QGQWAZ1',0,'landh1986'),(5499,'jmartin1971','$P$BOt5vffAM.GiesfJntuz6cEvHi8vvT1','jmartin1971','jmartin@peopleshareworks.com','','2018-10-01 23:04:04','1538435044:$P$BB/f.RPSSDFWAsTMG7ehyqBI.7SBVa1',0,'jmartin1971'),(5500,'johnstape2005','$P$BV04gCfaBG2SBIqSJYm1CveG5kteHi1','johnstape2005','johnstape@msn.com','','2018-10-01 23:40:44','1538437244:$P$BAhOlCemV5KpO/61z5vh0.GUWELRb2/',0,'johnstape2005'),(5501,'whiz11201958','$P$BNdH6CFrLZgSD0GN56lp72bl2mQPm51','whiz11201958','whiz1120@yahoo.com','','2018-10-02 01:42:06','1538444527:$P$Bfo7pt4oUptP3QmFh.tjgYx0IiM54u1',0,'whiz11201958'),(5502,'ryanmcshane2010','$P$BWmkHIxs4c2JFWH4mP1e77DRKCkn5T/','ryanmcshane2010','ryanmcshane@titaniccontrols.com','','2018-10-02 02:51:49','1538448709:$P$BThdGYSdiKeFEqExW/eaw0QDB4upkl/',0,'ryanmcshane2010'),(5503,'jesjustin091958','$P$BIwobfE89z0EQaBt2tc241Ji.oUIiZ/','jesjustin091958','jesjustin09@gmail.com','','2018-10-02 03:32:58','1538451178:$P$BEJZuZdP5Kl.U02Y0yJ2iJxwYs8oz61',0,'jesjustin091958'),(5504,'stryder2881959','$P$BZrYK1TWyykzu/TLtdVhD/W.4XfQyL.','stryder2881959','stryder288@yahoo.com','','2018-10-02 05:33:46','1538458427:$P$BGsXWGZOOw8CgivpJzGuKW0i6pKoMt.',0,'stryder2881959'),(5505,'derricktwo1966','$P$BCXP2UNKUoXZ/oixqR5/7YlrGY/TrF.','derricktwo1966','derricktwo@gmail.com','','2018-10-02 08:12:29','1538467950:$P$Bt3nB89wW4sViyx/Kfnfn9FScO41GK.',0,'derricktwo1966'),(5506,'lesleyjocomedy1992','$P$BekmKJjcFSgxOtSbiGksy7k05RlDa6/','lesleyjocomedy1992','lesleyjocomedy@gmail.com','','2018-10-02 09:02:53','1538470974:$P$BPpAGCAm4y44WMon1Nz4HFCdPWLtuJ/',0,'lesleyjocomedy1992'),(5507,'ahose105451976','$P$B5EV6yCwZlO5OTZoghpSebS2tZbNiH/','ahose105451976','ahose10545@aol.com','','2018-10-02 20:28:44','1538512125:$P$BQOrwjUrMr3R0bw7Py8pMNbTt7FrVN/',0,'ahose105451976'),(5508,'tsugano1969','$P$BSyJsUlcgboblS.vvzaTJTQ6BOTtK7.','tsugano1969','tsugano@railpro.us','','2018-10-02 22:08:10','1538518091:$P$BrM5xuXMRjJnmLk5whalvo2RzzlenG1',0,'tsugano1969'),(5509,'info1969','$P$BF1WD3y9U96WVmDKwGk.CwgOHFhqNa0','info1969','info@iamhennessycarolina.com','','2018-10-03 01:20:32','1538529633:$P$BGBk8v4eEFiG55M24Egy5FSFrSOVpI0',0,'info1969'),(5510,'ldo71986','$P$BjPzYHdZzA6cyNy8nYPoX8FEDkRah10','ldo71986','ldo7@aol.com','','2018-10-03 01:44:54','1538531094:$P$BAp5UAFvASe.cnsencb/lOVDLC05eT.',0,'ldo71986'),(5511,'saserg041957','$P$BtpCegSSpNoNoARgKkfgJotP0rrLOp.','saserg041957','saserg04@yahoo.com','','2018-10-03 01:47:04','1538531225:$P$Bu.uB4ZYYtoyUvWvt6NBAhQQG6cVyU0',0,'saserg041957'),(5512,'camillejedrzejewska1982','$P$BsP430PKJP0IWBcqtSFp8yQH6dnDa8/','camillejedrzejewska1982','camillejedrzejewska@interia.pl','','2018-10-03 03:22:12','1538536932:$P$By5dsPGn6BLyArM3YDCdovfBHcSlTX0',0,'camillejedrzejewska1982'),(5513,'heln0131977','$P$BB.MS6Atp3ux8yBDC53MGcHsWBT/Pk.','heln0131977','heln013@aol.com','','2018-10-03 05:09:32','1538543373:$P$Bmb77y9FZuyr.9yv3h5Wew2ShG8SGE.',0,'heln0131977'),(5514,'calvinbowman2951959','$P$Bf2F9syJFPdV1hiJVaGF33MAbo.Rwo.','calvinbowman2951959','calvinbowman295@live.com','','2018-10-03 05:12:12','1538543533:$P$BefWtjYZX4Hs/rYDK3NgAhtuMITbR00',0,'calvinbowman2951959'),(5515,'butchclsawdust2001','$P$BWJ4DXp14blfZBmxbjq/YQvopKTYkG.','butchclsawdust2001','butchclsawdust@comcast.net','','2018-10-03 05:44:49','1538545489:$P$B6LV95LUZIK6O6MxMcyUi.pXwqNdKV0',0,'butchclsawdust2001'),(5516,'gino10aguirre2002','$P$BrKtgSPfAMV8oB4xFz2g933x70Qe3j.','gino10aguirre2002','gino10aguirre@gmail.com','','2018-10-03 06:09:22','1538546963:$P$BZlZE4pA5JLrms7SqtaavfAsVotemE/',0,'gino10aguirre2002'),(5517,'h.tiben1960','$P$BaSLVJDEjIDeYg.1aN8VcDHL.wto0N.','h-tiben1960','h.tiben@luxpro.de','','2018-10-03 07:11:20','1538550680:$P$BW2x9wREDHmWhsU3feSENnbMNwTczy.',0,'h.tiben1960'),(5518,'billandcindylansing1974','$P$BwF3ENbdQPFiHwR2YD7uAcztFPTGVA.','billandcindylansing1974','billandcindylansing@comcast.net','','2018-10-03 07:24:17','1538551458:$P$BVEqFUSXrOJhejyy9R.LcgeFmAlXss0',0,'billandcindylansing1974'),(5519,'kimbenson991997','$P$Bi17v.uNeCVs7hvpQaU4IniRfygmmo1','kimbenson991997','kimbenson99@gmail.com','','2018-10-03 10:33:33','1538562815:$P$BH38BaMJIx5ZdzLrTWZtHUsWZ2lrAq/',0,'kimbenson991997'),(5520,'luke_terwilliger1956','$P$Bzkuan53YwEAXxPS/1gyWfcGmJdE7q0','luke_terwilliger1956','luke_terwilliger@yahoo.com','','2018-10-03 14:05:18','1538575522:$P$BovdKoDorsKDBNw.bbJd5sZbfzIH6f1',0,'luke_terwilliger1956'),(5521,'trishachildress2008','$P$BYAH6gMDnDd.0QqTvDAiT.MPC.qUyS1','trishachildress2008','trishachildress@att.net','','2018-10-03 14:19:47','1538576387:$P$BHe2ZZkDWAFfP5/v/p1n941PPMjpyA0',0,'trishachildress2008'),(5522,'fordronnal1960','$P$B/N/wWRd7mZ8NEPKT70Gz3EK6jpsCq.','fordronnal1960','fordronnal@gmail.com','','2018-10-03 15:39:07','1538581148:$P$BGok4fErY4L7M7GGJPp8wJPAL2P/Ap.',0,'fordronnal1960'),(5523,'jannarossetti1952','$P$BnxX.AD5QNdK2knYeyK5GAoGpELHCZ/','jannarossetti1952','jannarossetti@optonline.net','','2018-10-03 15:53:43','1538582024:$P$B2y0M6y22qLnCcG3WVx9vk9lG6eJ39.',0,'jannarossetti1952'),(5524,'relman05081997','$P$Bh.a0JQRMvguj8U8S3M2x.VV5ZDion1','relman05081997','relman0508@verizon.net','','2018-10-03 17:15:26','1538586926:$P$BaO.Xdkob424h1QYJnKxmrANT1RRG3.',0,'relman05081997'),(5525,'aabukwaik1995','$P$Bmk6hb7bfvlcZeqCXD/m80E0DafMF/0','aabukwaik1995','aabukwaik@gmail.com','','2018-10-03 18:31:41','1538591502:$P$BOLLaJ4okgM1WwK8ALCvOSWKETq.c/0',0,'aabukwaik1995'),(5526,'musemindy1951','$P$BRpfBomtIVqrFQAlNmYtFtn0oE5OoY.','musemindy1951','musemindy@yahoo.com','','2018-10-03 22:24:21','1538605461:$P$BK3OnrQ0Glnuoy64jHCtbhu6YadYjO0',0,'musemindy1951'),(5527,'brad1957','$P$BxR11Xti83sTjZyGUgPNoWQk1i/R6/.','brad1957','brad@gardenerbrad.com','','2018-10-04 00:08:52','1538611732:$P$BnJywkL5GcffZlWaMXwtMEwZswZCaf/',0,'brad1957'),(5528,'hospitaltapes1983','$P$BGvRl6dyiuNW16PfY2xgoArqnyNMmc/','hospitaltapes1983','hospitaltapes@gmail.com','','2018-10-04 00:49:39','1538614179:$P$BOFwwGSf3bFnWLNLgwMFZLIY92vV3d.',0,'hospitaltapes1983'),(5529,'victoriaq1984','$P$Bt6JvXtLU81drfeJwug9kM1dsHxDS2.','victoriaq1984','victoriaq@comcast.net','','2018-10-04 02:15:49','1538619349:$P$BFFO7K3cxCzVh/5SD/fEvlYaXvaqAh/',0,'victoriaq1984'),(5530,'hopenjshore1950','$P$B/N/htJhqQRq8kt6aWiUUQHN4Gqt6e0','hopenjshore1950','hopenjshore@aol.com','','2018-10-04 09:44:05','1538646246:$P$BPFek2iY5jq/k1GoYdqNBJWO81IUMT0',0,'hopenjshore1950'),(5531,'hubble881958','$P$BMeU.GAPkIGnOySV5djEubC5.2iwfR1','hubble881958','hubble88@hotmail.com','','2018-10-04 12:11:27','1538655088:$P$BuiJKFonZwWUMXf/RrW7RDyL5jY7JK1',0,'hubble881958'),(5532,'tylgray1973','$P$BighMGcHprYtC8kXCY.mocGCAWaeN10','tylgray1973','tylgray@hotmail.com','','2018-10-04 12:19:47','1538655587:$P$BLOI8vbn95scYuU2Dma2WQXHP6UtGl.',0,'tylgray1973'),(5533,'jasonlammer1964','$P$BLtf888U14wxMVw4jQP3JnyaOG6ftP0','jasonlammer1964','jasonlammer@ltrainelectric.com','','2018-10-04 13:53:46','1538661226:$P$BOsRZNtv8klIi2dtwtX2puutZeztvP.',0,'jasonlammer1964'),(5534,'maryam.sadri1959','$P$BfDKbjtI/S7js/7Xdt0PGOF.NgHbrt0','maryam-sadri1959','maryam.sadri@rogers.com','','2018-10-04 14:07:02','1538662022:$P$BsgKsq6zUUvgK0Os7Xg.lVAzwr2TZg0',0,'maryam.sadri1959'),(5535,'chrissii921985','$P$BqZt0nridgz1FEP.JnrxBiS8VDn3HB0','chrissii921985','chrissii92@freenet.de','','2018-10-04 14:51:54','1538664714:$P$B9Tqn8XAdqEtEKH0HWY7g9IkUhAjTH1',0,'chrissii921985'),(5536,'tlopez1984','$P$Bzldm.EleUVD8Xb3OM.8N0wCrbIgOl.','tlopez1984','tlopez@vantageconstruct.com','','2018-10-04 20:34:21','1538685262:$P$BT8ZSlV5EUERKkGvoi78JRI/jWD4cr0',0,'tlopez1984'),(5537,'d.a.fearn1986','$P$BOVeT6amNXNUs1LgwIkxG6WcuLePhi0','d-a-fearn1986','d.a.fearn@gmail.com','','2018-10-04 20:57:55','1538686676:$P$Bzcebizon7CFodC0IoZzDgtHrf8zwi1',0,'d.a.fearn1986'),(5538,'rayman06252006','$P$BMsTSql1mgH0N1FZcVZNl6D8av4t1o0','rayman06252006','rayman0625@gmail.com','','2018-10-04 20:59:13','1538686753:$P$BkFrT5uVoNGgVIAjEHyyUrmc8A3ysw1',0,'rayman06252006'),(5539,'lealhillalma1954','$P$BW/NBNSSJsyZPVzuMuZGLCCoowPCSF0','lealhillalma1954','lealhillalma@gmail.com','','2018-10-04 21:08:09','1538687289:$P$BLXrlyFp3FQqRgyAtHCP.12OKh8Cct.',0,'lealhillalma1954'),(5540,'yui1960','$P$BTEK33Y2Bs.kZwOnJtDQc0srNvSrta0','yui1960','yui@att.net','','2018-10-04 21:32:04','1538688725:$P$BpGakIhPKGNaCG0BcCdSyu5P6dovxQ/',0,'yui1960'),(5541,'floydstewartiii1951','$P$BRc6i/GnZrA4gElC5pqwN3Byjq.xgE.','floydstewartiii1951','floydstewartiii@gmail.com','','2018-10-04 21:52:17','1538689938:$P$BGbFv0MqFiG837vLrv.Rbv0ILje7Sk.',0,'floydstewartiii1951'),(5542,'info1961','$P$BaSwkIJtvN.tuURapQdV3kN2MVB02J0','info1961','info@mountvernonpm.com','','2018-10-04 22:03:51','1538690632:$P$BzkSua2vmecV0vGaFhAYBx3IRsGdEB0',0,'info1961'),(5543,'aayman1231989','$P$BRzVxJ7N.WkinM9Ap5dHsVtiUYebjz1','aayman1231989','aayman123@yahoo.com','','2018-10-04 22:26:05','1538691965:$P$B1kU/9wlmtkfOgc2a42ATAKmEdckNJ1',0,'aayman1231989'),(5544,'phonographs1959','$P$BKnkOAOhYLE68wN8f2qMMP6FJmVD0C1','phonographs1959','phonographs@charter.net','','2018-10-05 02:10:15','1538705415:$P$B4.PIjN9oGBRGsKpgk6Bwd13U81YAa1',0,'phonographs1959'),(5545,'andercamino2003','$P$BA9vmpvqoHCCDNS56IWF6pid6N2t440','andercamino2003','andercamino@gmail.com','','2018-10-05 03:24:40','1538709880:$P$B87qW/UBVN4JwkroKM8lIyvebWB3BM.',0,'andercamino2003'),(5546,'mblythecarden11958','$P$BQ/sb38SXcqNdJVo2ITFgcBrD1I/US/','mblythecarden11958','mblythecarden1@att.net','','2018-10-05 08:40:53','1538728853:$P$BzGD10xodtMEhDQHA892jZaCiRtedw/',0,'mblythecarden11958'),(5547,'heidi.harrelson2006','$P$BqYtgWvra6gkHc.rFbmEtWD3h5Otpe/','heidi-harrelson2006','heidi.harrelson@yahoo.com','','2018-10-05 12:50:06','1538743806:$P$BeueOG8CqgftS9xXc7rHjZozVKo0IN/',0,'heidi.harrelson2006'),(5548,'jcubb61998','$P$BDt4tt0nUQ7BGL/0oHVhsBJMIk4BL00','jcubb61998','jcubb6@yahoo.com','','2018-10-05 13:47:40','1538747260:$P$BktNoOgqrE9a1Rp.oEIX1zeAiGhPx51',0,'jcubb61998'),(5549,'rmiller261972','$P$BF2CwMHG4ZAJyH0h16qnaQ/Y/yx/CH/','rmiller261972','rmiller26@wi.rr.com','','2018-10-05 17:59:44','1538762385:$P$BcQcfZW5TohEccSES5nYVTKyl0vNvn1',0,'rmiller261972'),(5550,'tiffanyloveless1981','$P$BOcVEROICsXYoc8QlFnjWqd7rc/gza1','tiffanyloveless1981','tiffanyloveless@att.net','','2018-10-05 18:54:21','1538765662:$P$BPQhR7/31h2F2CzUcEJ1B12hAT5M3y1',0,'tiffanyloveless1981'),(5551,'stephanieklem12009','$P$BIIJvNATdPjB.fXIZyJml691ddr2LC/','stephanieklem12009','stephanieklem1@yahoo.com','','2018-10-06 00:48:26','1538786907:$P$B1sjNJuFaJB4i9eU7Z5msKvtj8YFQ4.',0,'stephanieklem12009'),(5552,'nickm031995','$P$B/iUU4OTEizckX/snwwCPhX//TfFc5.','nickm031995','nickm03@yahoo.com','','2018-10-06 02:30:46','1538793047:$P$BGrmVdrKkrLDnQIo5TotFLifZAMCuw0',0,'nickm031995'),(5553,'oleynik1957','$P$BC8vZyR.kOl065MmT.iJGFs18mWWko/','oleynik1957','oleynik@sbcglobal.net','','2018-10-06 06:09:39','1538806179:$P$Bpo5QkYWU4E/wAQwmv1b1UM1vBKtgh/',0,'oleynik1957'),(5554,'gerlachundstiefel1977','$P$BzgapJPeRY0m5l7PEyOdN95pmWv5n4.','gerlachundstiefel1977','gerlachundstiefel@gmx.de','','2018-10-06 12:50:58','1538830259:$P$B/TPZi4BQDGIERegch.n41BRgHMIMH.',0,'gerlachundstiefel1977'),(5555,'beertap431952','$P$BSjOjbQANLfqonWdbju6juUDNaT/Ex.','beertap431952','beertap43@yahoo.com','','2018-10-06 21:08:01','1538860081:$P$BN5p8go7qQnO0x.8bP3OMFmrasJeaw1',0,'beertap431952'),(5556,'brianaleblanc2010','$P$BKQADnD2sN0WezQZp6iW3Gvh5Ew0nc/','brianaleblanc2010','brianaleblanc@shaw.ca','','2018-10-07 11:12:47','1538910768:$P$BuWZALL7av/ZsmnSS1idp.V/uYmQcn0',0,'brianaleblanc2010'),(5557,'jagged171981','$P$BbdtELRVxpx3xS28pni7sm7jH9X0G8/','jagged171981','jagged17@hotmail.com','','2018-10-07 15:55:30','1538927731:$P$BlZT9zWmrw5fceAcIRVeF3t2R3dOLm0',0,'jagged171981'),(5558,'piekiddo1970','$P$BSGoqYv.QET6zgvruTCXEIT48024vj/','piekiddo1970','piekiddo@sbcglobal.net','','2018-10-07 15:58:33','1538927914:$P$BFqy7lONiZCN7p9qbWlz8bL2e.qIob.',0,'piekiddo1970'),(5559,'roachforreal2006','$P$B4ErctzQDE/tgvOhwOkH65AKajI0SE0','roachforreal2006','roachforreal@hotmail.com','','2018-10-07 16:35:19','1538930119:$P$BJEDjScKdIRlg2RirojFk.Du4ytbw3/',0,'roachforreal2006'),(5560,'rdomeracki1988','$P$Bg5G.S3r6JTmEC0OohbnQk60gyCJYA0','rdomeracki1988','rdomeracki@hotmail.com','','2018-10-08 21:07:49','1539032870:$P$B9rKxb6.GRFYHJiajkhOpqLvocUUX1/',0,'rdomeracki1988'),(5561,'jperz1979','$P$Bk7PFoD2pb21NEeFVOvNVT2CY/Gjwb.','jperz1979','jperz@outlook.com','','2018-10-12 19:53:54','1539374035:$P$BiAuaSvrqcaDjTgQxSQFtUXrdLPbC9.',0,'jperz1979'),(5562,'amyfeister2009','$P$BHdjh9SE1dtHXBF8hAjRzq08AyPD9b/','amyfeister2009','amyfeister@hotmail.com','','2018-10-12 19:54:30','1539374070:$P$Bnji3IylOGn9Cd5Hhv5ZXY5iMEml5X/',0,'amyfeister2009'),(5563,'katt221975','$P$BKhfsPyospGdGqDWWdn4F4NSLeJket/','katt221975','katt22@telus.net','','2018-10-12 21:33:41','1539380022:$P$BmfDU16Xgi.9eOuYXng9511D4m6/mL1',0,'katt221975'),(5564,'ray1974','$P$BiklKDS3hKUoFSz7VCIo3uzVEfGHM8/','ray1974','ray@whitneynortheast.com','','2018-10-12 21:44:08','1539380648:$P$B5gaEqY9971CJDr2xVqsjb04TD22gh/',0,'ray1974'),(5565,'rbritton2005','$P$BPH1kKTNrBFcC9VxPA/0LCSwAzcEvl0','rbritton2005','rbritton@sprintrent.com','','2018-10-12 22:12:10','1539382330:$P$Bw875N2TMvALPEyH9Ppn3mNPKTeU13/',0,'rbritton2005'),(5566,'mcunningham051962','$P$BgnpRbjSxwVEuH/H12gMKRqWwCnkqE1','mcunningham051962','mcunningham05@snet.net','','2018-10-13 00:29:24','1539390565:$P$BPUCv97Mo5/e3tfwFl5psEb5FnC9R31',0,'mcunningham051962'),(5567,'jen_tran1962','$P$B9dAapQ3nj.rmlNsiTaGG3PbH/cn7q.','jen_tran1962','jen_tran@me.com','','2018-10-13 01:12:37','1539393157:$P$BLENArYK1TvqOAPlJ3NBA9VNDNPLcx0',0,'jen_tran1962'),(5568,'michel.buys1989','$P$BgNQmvsTyxcvElRb5nPGbnOivPEt6m1','michel-buys1989','michel.buys@hotmail.com','','2018-10-13 01:54:40','1539395681:$P$BugLqwacW6muOH5ZoXiXp5LCfWjwcz1',0,'michel.buys1989'),(5569,'tony1961','$P$BKpeDW..t0yeYmTX0ibaEgKW3onHb91','tony1961','tony@gaequipment.com','','2018-10-16 13:16:25','1539695786:$P$BNpS9M9BYPI126MRNFW.7ZRIE0Ezpw.',0,'tony1961'),(5570,'hilary2000','$P$Bpf.0w6h44Iq7HsnzGUNBIwgO4HGT/1','hilary2000','hilary@wing.vc','','2018-10-16 16:51:16','1539708676:$P$B1UmlcwrnmG1G8Lm6bs.Z6d3SB/5Zx.',0,'hilary2000'),(5571,'chadncourtvd2004','$P$BFbwKbVn1p8HO6MUI8o62QgsjXMeiN.','chadncourtvd2004','chadncourtvd@gmail.com','','2018-10-16 17:40:58','1539711658:$P$BLV.VHUH/3V0n75pBVHvnFBQEw.HfN0',0,'chadncourtvd2004'),(5572,'jebenabe1956','$P$BvCU3/s/ZrMlnsOf3ROKQAYPw7BNSX0','jebenabe1956','jebenabe@gmail.com','','2018-10-16 18:54:35','1539716075:$P$BPHOGpyJA5qgaOlNT3gKl9KvcVFjvy.',0,'jebenabe1956'),(5573,'redallen662009','$P$BBVFMgv8kPTU/GFL2YgvVdFmb5wwoI/','redallen662009','redallen66@gmail.com','','2018-10-16 19:12:02','1539717122:$P$BBdpPisc63VXHMH5R2Sz6n4ssprn7t/',0,'redallen662009'),(5574,'vsnyder20111976','$P$B/xgIQo8hq35A/F2zA9Cqztxv.ynPV.','vsnyder20111976','vsnyder2011@gmail.com','','2018-10-16 20:56:38','1539723399:$P$BBNam3JXqc.jRMSxnrhOuaMdKWAl0U0',0,'vsnyder20111976'),(5575,'perrymathias0061965','$P$BdQtTeRTamVyZOshcoKP9P8H.EIHu71','perrymathias0061965','perrymathias006@gmail.com','','2018-10-16 21:29:10','1539725351:$P$B8BZTXgCC9aJAGB/Yi/UkVzvj.iw5j1',0,'perrymathias0061965'),(5576,'michaelmarkley1962','$P$BylD8.k2LZLELYnsfezoRkE6FBn2ud0','michaelmarkley1962','michaelmarkley@comcast.net','','2018-10-16 21:40:24','1539726025:$P$BGvBXZf2KCNv0cxYMTGQMsxx.Xm6rD.',0,'michaelmarkley1962'),(5577,'djzash1961','$P$BxlJO4JOK3eO.W0cWd0xHSibi6QjaJ/','djzash1961','djzash@gmail.com','','2018-10-16 22:47:08','1539730029:$P$B2opkLDireqiuhBa6vMli8zI69CC1c.',0,'djzash1961'),(5578,'kevinharlan251960','$P$BzvGxtzFD1rXGsaoDPxZmMX4ox2vaE0','kevinharlan251960','kevinharlan25@gmail.com','','2018-10-17 01:17:21','1539739042:$P$BBrSSwTvumTFfJYu8u1oajOspYB8/S0',0,'kevinharlan251960'),(5579,'ncg2331976','$P$BMmgNPMK7x5RW5AJaEmROovHOirrw61','ncg2331976','ncg233@gmail.com','','2018-10-17 04:39:04','1539751145:$P$BURkWB0v.KwKgA10hNCTym95KxEFbv0',0,'ncg2331976'),(5580,'laray.byrd1953','$P$BzuOtBq8OseIwrwJ4eveHqTJDzXPPf0','laray-byrd1953','laray.byrd@gmail.com','','2018-10-17 07:58:51','1539763131:$P$BQVxh8Iltb.oB1tiv22uoTszu3yXMj0',0,'laray.byrd1953'),(5581,'irenecancan1979','$P$BqxoT4RkxlMHCnaZRZlbzAGeGn6n7y.','irenecancan1979','irenecancan@hotmail.com','','2018-10-17 08:37:17','1539765437:$P$BlhUvDBcBTpHybHWYmOYo2yHlu3MF81',0,'irenecancan1979'),(5582,'keelymoe2007','$P$BVjXvUkfiCW0gOXAz2WFShFeD4jRNJ.','keelymoe2007','keelymoe@gmail.com','','2018-10-17 08:38:06','1539765486:$P$BGH6W/hAxuVggGdr4LovpxjxmXIK5a.',0,'keelymoe2007'),(5583,'frank405923241992','$P$B.3Y8y6kyJgr8KFWchjpiNWrnaY0ID/','frank405923241992','frank40592324@gmail.com','','2018-10-17 11:50:50','1539777050:$P$BSZzIqzZ6kBe3.inpgGZDIqx0bz34H/',0,'frank405923241992'),(5584,'yumwho1962','$P$BT0PRvSS4giYuV3lYvN8Qhb.DPjeYk0','yumwho1962','yumwho@gmail.com','','2018-10-17 13:04:17','1539781457:$P$BxnIv8jObbz5yTkTuK5fBbjen74wOY/',0,'yumwho1962'),(5585,'bill1984','$P$Bqk.Iz4QnHYVxr/jMShvyq4R0fc0x9.','bill1984','bill@fdsdirt.com','','2018-10-17 13:05:45','1539781545:$P$BkeN/L4TAXvyYXtqTpd8vVojOYKjjP.',0,'bill1984'),(5586,'nomeshaw1989','$P$BK0eWnH2Dx1vJWMfx/m8DrBWeIVvNT.','nomeshaw1989','nomeshaw@gmail.com','','2018-10-17 13:52:47','1539784368:$P$B6L4e/2PAADI00g4DFDe8STIWiWlGg.',0,'nomeshaw1989'),(5587,'steveternes1985','$P$BqixRrqtvwNk8VwWviRTNxsu8hL9uG.','steveternes1985','steveternes@gmail.com','','2018-10-17 15:40:49','1539790850:$P$B5a6nTJ.vBTjvfQdqLwRkgcKUE87no/',0,'steveternes1985'),(5588,'robertfeuerstein1984','$P$BEcWrC60ZPnMOpX1cdX8b5cTAMwjO21','robertfeuerstein1984','robertfeuerstein@gmail.com','','2018-10-17 16:04:25','1539792265:$P$BWw1l3Anrwjk2asMHqvMlUFHstL1na0',0,'robertfeuerstein1984'),(5589,'karen.s.robinson21987','$P$BCeoBK6ei3UOFV.Q7Y1Arv3VPr9Qdq0','karen-s-robinson21987','karen.s.robinson2@gmail.com','','2018-10-17 17:27:50','1539797271:$P$BLLwG8AFKzOY1zo3BLN3dzDjLKuk0Q.',0,'karen.s.robinson21987'),(5590,'john1992','$P$BtWhBrh8RmtjmTrrhDskQDKfwAeK4i0','john1992','john@dundasinteriors.com','','2018-10-17 19:02:19','1539802940:$P$B3/CrBfJuisimDNvOZ4IquRvQQt9Y9.',0,'john1992'),(5591,'bossegg1982','$P$Bm1L35nNaGhOL71U.0g.yBKG2DKCGA/','bossegg1982','bossegg@comcast.net','','2018-10-17 19:23:18','1539804198:$P$BzEH6sA084s.MRFzwGGt2FBl4KB5ua/',0,'bossegg1982'),(5592,'nicvuhoang1992','$P$BJBL2z/k8s3IdsL5xsz1.3zNxzNsNH/','nicvuhoang1992','nicvuhoang@gmail.com','','2018-10-17 19:33:09','1539804789:$P$BkcwkxuwoqpmtK2DpFaDf0HVcKPwH7.',0,'nicvuhoang1992'),(5593,'mayers441970','$P$BFP7lETm9c8UlZc0iPXPYwm.Hxm8vO.','mayers441970','mayers44@gmail.com','','2018-10-17 21:33:04','1539811985:$P$Bo2ogDrh4iVQWxYR5nl7YEZKOxF92x.',0,'mayers441970'),(5594,'mpd1621955','$P$B81XvYRJ5OR4mggQ.F43Q7ls1y6dYn/','mpd1621955','mpd162@comcast.net','','2018-10-18 01:58:53','1539827934:$P$B9IGHwz7ymFbutCcHiztKFqg7AZ2eD1',0,'mpd1621955'),(5595,'tbashada1961','$P$Bjqt3Wg0HeP1xyxLFQzAOYf36qhHbn1','tbashada1961','tbashada@comcast.net','','2018-10-18 11:47:57','1539863278:$P$BxogOd/Md3pT7A/2.biobsPqMFAFwJ/',0,'tbashada1961'),(5596,'siovan2001','$P$BT9avolAbTZXhRlHe.S4dwf/sEiiTk1','siovan2001','siovan@cox.net','','2018-10-18 22:12:28','1539900749:$P$BbynK.ETPW7dbPJ5vx1LB0iLLn1Jbp.',0,'siovan2001'),(5597,'mark.martin1981','$P$BtbDkZ6sQ5HDEQLqCFUmGWcbCI5N6h1','mark-martin1981','mark.martin@coldironcompanies.com','','2018-10-18 22:55:34','1539903335:$P$BtqbfuFDLEQOEtw1GAHhPztJZQ5HSl/',0,'mark.martin1981'),(5598,'salier1998','$P$BNYYhvtv.hpTYv4kDVK/M8EhAfoaVK.','salier1998','salier@rogers.com','','2018-10-19 01:06:40','1539911200:$P$Bw3wkvU61ePh5Df/Y7Dos2TfdVlvmF.',0,'salier1998'),(5599,'vkondi35601996','$P$BNFbuWyNkZu..DK00vuygyltdOuSBR1','vkondi35601996','vkondi3560@rogers.com','','2018-10-19 13:14:21','1539954861:$P$BiTv9yHkyrCBJueloviedd0P/AZogj1',0,'vkondi35601996'),(5600,'keith_holmes1996','$P$B/grJo9cpEisfXBFBKNSXS3wettuHF/','keith_holmes1996','keith_holmes@att.net','','2018-10-19 16:29:44','1539966585:$P$BJUBRm9b9Xphi5v43eUyTE.DgygCAh/',0,'keith_holmes1996'),(5601,'sultanmalik1952','$P$Bmngiu9kZmIxlMLDqNi8FWz7xyXEK8/','sultanmalik1952','sultanmalik@live.com','','2018-10-19 18:06:06','1539972366:$P$BwbgM3gm4b7iYOf6BVZTpFTy5Nr5430',0,'sultanmalik1952'),(5602,'tricia2003','$P$BEDQPZMF2mk6onfk0bYescC7u/JMRE.','tricia2003','tricia@triciasedgwick.com','','2018-10-19 18:13:03','1539972783:$P$BaJrnQz5oJnWEMgrkwUwlg.SnLpFtp0',0,'tricia2003'),(5603,'charles.chapman1964','$P$BCx83lDYUgK3KvXmv4taeYHtYE4NTM/','charles-chapman1964','charles.chapman@zen.co.uk','','2018-10-19 20:24:36','1539980676:$P$BJaCqqeWaXVQ.cDbU1WTqawWcS.sLH1',0,'charles.chapman1964'),(5604,'ferrande2007','$P$BDkziRIqBwPsyYt5NvB5ws77V8ZN390','ferrande2007','ferrande@btinternet.com','','2018-10-20 08:55:01','1540025701:$P$BXmdtXmMfPdtM7GDbGTgqACotECw/I.',0,'ferrande2007'),(5605,'orthotc2007','$P$BXBjT8Yilql9TJ9sVLwayR0sh8.V5F0','orthotc2007','orthotc@drozzie.com','','2018-10-20 09:06:03','1540026364:$P$BJKBA3UM1ahlJZBTJJne61ttBZynnk0',0,'orthotc2007'),(5606,'ashandro1951','$P$BguIJCq9Zf4.L/iAaXbkLZYHRWkk0/0','ashandro1951','ashandro@ccinet.ab.ca','','2018-10-20 16:04:58','1540051499:$P$BMMp.JY2oURvYVjpdLHJDtZLCRf9fW.',0,'ashandro1951'),(5607,'centsible1950','$P$B6SiaAj6U2XICwt7xN6STiXarHc/Zw1','centsible1950','centsible@shaw.ca','','2018-10-21 00:52:24','1540083145:$P$BdiJKpdBgbfp9SZAublGYGE1EMn1n8/',0,'centsible1950'),(5608,'tburke1954','$P$BYiRO5dTIBXl4890snpu9Gz.Nl.eiO1','tburke1954','tburke@goyettemechanical.com','','2018-10-22 11:47:38','1540208858:$P$BBIK8zLN73FDvQ7ZqhF3GdoFVziETx0',0,'tburke1954'),(5609,'mrangel751988','$P$Bk/8c4kzrIz7nRmLuIgdPRliHXT1QE1','mrangel751988','mrangel75@gmail.com','','2018-10-22 15:09:41','1540220982:$P$B2U19ZzZxHpjoO1yylEBk.FTAm6cPs.',0,'mrangel751988'),(5610,'marissa.calderon11961','$P$BFfpde7We3n.k87MwbOjGsJm4FeyT11','marissa-calderon11961','marissa.calderon1@gmail.com','','2018-10-22 15:15:46','1540221347:$P$B6aqa5Tc5q3WadBkD4mq/iYhylR6Q5/',0,'marissa.calderon11961'),(5611,'david.laciak1977','$P$BClvYqDMF8Ei4tGaOQhDwWU9UNgB.11','david-laciak1977','david.laciak@gmail.com','','2018-10-22 17:02:51','1540227772:$P$BeonzmXGk8dgcKjlGZP3D3i1ZM6ddM0',0,'david.laciak1977'),(5612,'willie.hull1956','$P$BXU87SOJvb/6tmP2f1RzqrMx3a3m1P.','willie-hull1956','willie.hull@gmail.com','','2018-10-22 17:43:13','1540230194:$P$BDyR7r.IjVK9SSkhkX.vQHH8cLekQQ0',0,'willie.hull1956'),(5613,'aowens62005','$P$BdJCgU/y1NlYjeWfDzsXCTwFjqsbqI1','aowens62005','aowens6@bellsouth.net','','2018-10-22 18:17:03','1540232223:$P$BpSf7Bx31M1VZOcfHTCsX0VOjAg8Jl1',0,'aowens62005'),(5614,'srh09131956','$P$BeYq4gAthA1FvdNjioHPylsb02xbBr0','srh09131956','srh0913@gmail.com','','2018-10-22 18:19:20','1540232361:$P$BZrHj3vmfcWa9FnyPeU.VyE.paf..f0',0,'srh09131956'),(5615,'ahmed.malik1979','$P$BMiWkBP01s/yhHaAeCKo5QAAX3uMH4/','ahmed-malik1979','ahmed.malik@gmail.com','','2018-10-22 18:28:08','1540232889:$P$BcYfutno/6DlrTEzXgdWaYW7apx4GQ/',0,'ahmed.malik1979'),(5616,'mike.dudas1970','$P$BNj2XR1kSBc0c5rEECOtd5NRkJxtFJ.','mike-dudas1970','mike.dudas@gmail.com','','2018-10-22 18:28:21','1540232902:$P$BOYshGRITSIYruG88D5PxCiPkDidzM/',0,'mike.dudas1970'),(5617,'garrismassey1981','$P$B4VfbO.mK3bTwraWobm6bz8zUvb6zC1','garrismassey1981','garrismassey@gmail.com','','2018-10-22 18:34:51','1540233292:$P$BYTaXeCjU6mQukL0lb1oSL..2jiMia.',0,'garrismassey1981'),(5618,'pu5hpa1964','$P$BVog1.WQxlIE8/K30pjzPHSYOivnwV.','pu5hpa1964','pu5hpa@sbcglobal.net','','2018-10-22 18:47:52','1540234073:$P$BXmRidMAszFA4NwgNhsp6eFhKyk4MX0',0,'pu5hpa1964'),(5619,'wmontas1959','$P$B1GQ1TenvaQRdSTk517.46GtS0ubvW/','wmontas1959','wmontas@gmail.com','','2018-10-22 18:49:20','1540234161:$P$BYSIc/kaOwDXNdI0M1w9re8wEfyf0r.',0,'wmontas1959'),(5620,'micahsarahlee232001','$P$BdY6ilLkY7BTcZMDIFQUc9KwsXi8Mc0','micahsarahlee232001','micahsarahlee23@gmail.com','','2018-10-22 19:32:49','1540236769:$P$B2jj/rB3KUWxGgr6auuBUOCIuoFgeu.',0,'micahsarahlee232001'),(5621,'marcomonarca311970','$P$B7ko2e1LVINR3Z8p8zoIFxaguameek/','marcomonarca311970','marcomonarca31@gmail.com','','2018-10-22 19:34:42','1540236883:$P$B/OT8cJEF7rOcwT0tn.1lnwviSQ.5f/',0,'marcomonarca311970'),(5622,'stephane.giansanti1973','$P$BMlcAV3MZx/FzxA8t7nKx8W7tQriUZ0','stephane-giansanti1973','stephane.giansanti@gemalto.com','','2018-10-22 19:49:10','1540237750:$P$BHMTSoOCA4/WbM50mKXD74ym6LfQJx0',0,'stephane.giansanti1973'),(5623,'info1984','$P$BkcSe0EZj/cKt3JRFmEA3ETSRx/hYB/','info1984','info@goodtimegifts.nl','','2018-10-22 19:57:50','1540238271:$P$BBlsk0j9iOjKAYRjnQrx71I2I4RBlk1',0,'info1984'),(5624,'symonstaylor1961','$P$BNPncX8xLwG.s5NetRXh.UMUNNg4C7.','symonstaylor1961','symonstaylor@gmail.com','','2018-10-22 20:25:59','1540239960:$P$B2Xc.isysQHdP.uup9jRCjzXBGMgzN.',0,'symonstaylor1961'),(5625,'mwiersma1961','$P$Bk/rjcKqx2Q0zT4x4hrdQH9KFwETa//','mwiersma1961','mwiersma@live.com','','2018-10-22 21:58:40','1540245520:$P$BQXiP4IOlYx8cB0uzPM0iL1khQMQQ/0',0,'mwiersma1961'),(5626,'dlinson1976','$P$Bsj0J4P3S2bqzUue1syEPmnS1dwomw/','dlinson1976','dlinson@cox.net','','2018-10-23 00:27:40','1540254460:$P$BSqu9Y/kTO1Og./iUeZ1B6Ur8oU0Mi0',0,'dlinson1976'),(5627,'zachdf11989','$P$B62wSBE9T07iNJJoYbKHjjyOKKceE9/','zachdf11989','zachdf1@gmail.com','','2018-10-23 00:34:45','1540254885:$P$BMzIm24teIVDN/JJGY4rd8cQk9uPAE0',0,'zachdf11989'),(5628,'geraldbrooks1977','$P$Bw/rmwm/0.a0jpMmDx.vSgGLPVTaRk/','geraldbrooks1977','geraldbrooks@gmail.com','','2018-10-23 02:40:07','1540262408:$P$B6bDjJSc1xFSWwABtE7AXNSEDwdI3N1',0,'geraldbrooks1977'),(5629,'libbysmith20091960','$P$BHIKLlsJELmKv5mXXuq/y5FYXhA4Tm/','libbysmith20091960','libbysmith2009@live.co.uk','','2018-10-23 05:46:44','1540273604:$P$BqBAwmmcJb2OYmfbuWwo4p7hN8UYJJ/',0,'libbysmith20091960'),(5630,'kdeininger41971','$P$BlP4SS/yLQrEqElAcu0sf5bVACPwL5/','kdeininger41971','kdeininger4@gmail.com','','2018-10-23 07:31:49','1540279909:$P$BfTyuWqPHPWxJ3yjaAtX0.th04mYci1',0,'kdeininger41971'),(5631,'zymetheuy1995','$P$BdHYxeS3nuufOSfVN65M6IfSUWE/ZE/','zymetheuy1995','zymetheuy@hotmail.com','','2018-10-23 08:55:35','1540284936:$P$BQlQEudwRHTRg8TYrByM0sePeZZBgO0',0,'zymetheuy1995'),(5632,'jessbatsche1974','$P$BjSA4I.30FOkhlfqdlG1RTZ.dggxm2/','jessbatsche1974','jessbatsche@gmail.com','','2018-10-23 09:05:48','1540285548:$P$BZfCpnBhMMyrp7JOCkGyeA2fOnrY31.',0,'jessbatsche1974'),(5633,'jeffreynolds41121951','$P$BVAvqQ8cOAZwKNWdWiEciQydkAFevi1','jeffreynolds41121951','jeffreynolds4112@comcast.net','','2018-10-23 09:08:31','1540285711:$P$BKKYj0WTnBwRINsQeLdI9/JCaJ3D8H0',0,'jeffreynolds41121951'),(5634,'abarron1959','$P$Bj.EJubDQffYC1Zc4GZvxDDfkexGPD1','abarron1959','abarron@npsd.k12.ms.us','','2018-10-23 13:09:23','1540300164:$P$Bm.nJIltvHGZaY0bIR49KwLYe2C1.10',0,'abarron1959'),(5635,'cloudka1978','$P$BII.XYwdpTqsWYjHXl/IHws1C333eq0','cloudka1978','cloudka@gmail.com','','2018-10-23 13:13:02','1540300383:$P$B3p11TR7Xv7dRQhKR7AYiQmkEsZJct.',0,'cloudka1978'),(5636,'g.haase.olbersdorf2010','$P$B9acZc9EH5dB5OeiMV/zihth7oi/Fl.','g-haase-olbersdorf2010','g.haase.olbersdorf@freenet.de','','2018-10-23 13:30:54','1540301454:$P$BViNAAoFk/8JH2xSAAxD4rG96zqt.81',0,'g.haase.olbersdorf2010'),(5637,'kellybcrowley1961','$P$Bz721VV223scIjtDCCqEdYrafAtuT5/','kellybcrowley1961','kellybcrowley@gmail.com','','2018-10-23 13:49:55','1540302595:$P$B7GQZxF1It5S6RWXCtDk.b5p2ZL3UW1',0,'kellybcrowley1961'),(5638,'karenmartinez7021951','$P$BxOgWSeG9oZrAWHl7xj51Ars69V5rv0','karenmartinez7021951','karenmartinez702@gmail.com','','2018-10-23 14:34:20','1540305260:$P$BP5/2lqqfgqvbueU.wZ4NZmSFnZPpy0',0,'karenmartinez7021951'),(5639,'vupiphi1992','$P$BYeMNCx/zm592tLJFFjxGK7UFai8070','vupiphi1992','vupiphi@hotmail.com','','2018-10-23 14:54:37','1540306477:$P$BihfSJyPaFG9sKjl4x7bClYjZv1xfG/',0,'vupiphi1992'),(5640,'vc1962','$P$B59DYq3Y1sPBXkdKPW5mpj0ijmJ47/.','vc1962','vc@cock.li','','2018-10-23 16:02:24','1540310544:$P$BZwVfcEABcLpiHHEX7Kc.G5YAkne0y.',0,'vc1962'),(5641,'generationsautobilling1962','$P$BtN9apxwQf4YB96FBuvsjlN8Yt2rnj1','generationsautobilling1962','generationsautobilling@gmail.com','','2018-10-23 16:22:15','1540311735:$P$BrH19Gn.NxQah.zI1Ls1yZ4bwg4KXF1',0,'generationsautobilling1962'),(5642,'emilyoungblom1966','$P$BFf3Xb63kO3sJpAERd1ngrkFUNXMVX1','emilyoungblom1966','emilyoungblom@gmail.com','','2018-10-23 16:58:40','1540313920:$P$BbRURU2YYstDuLyOL9mCZZ5DcNFC4y0',0,'emilyoungblom1966'),(5643,'cummingsianw1962','$P$BGh.zec6bFWzRdeh.sBjyE9XtdppDQ1','cummingsianw1962','cummingsianw@gmail.com','','2018-10-23 17:14:27','1540314868:$P$Bed0XJ1A4.JoYgGXzQRLdK.lUrvlll/',0,'cummingsianw1962'),(5644,'rcrich1231983','$P$Bub8SuSsO7B2e6VNg9SQ1L/uLnRpCz0','rcrich1231983','rcrich123@hotmail.com','','2018-10-23 17:38:39','1540316320:$P$BRVe4rUabpFdavJSyDgt933A/LKzmR.',0,'rcrich1231983'),(5645,'jessfinkle1976','$P$BVpnflnzBfaOdcPNEfSxxJU.5JMLuj1','jessfinkle1976','jessfinkle@gmail.com','','2018-10-23 18:03:11','1540317792:$P$BWM7o6P7EQg.sfEAUAcHrtmsXvYTlw0',0,'jessfinkle1976'),(5646,'sarahmarietownsend1984','$P$BL0g4JU1tNA95HCKA6XjLLYlc6ch.g/','sarahmarietownsend1984','sarahmarietownsend@gmail.com','','2018-10-23 18:42:26','1540320146:$P$BkHK3xkEx778OKCDUqvr2UGC7i/lU10',0,'sarahmarietownsend1984'),(5647,'qlol4ever1952','$P$BAWYSVvmWOReqm.RizTGdTSpLG4ec4/','qlol4ever1952','qlol4ever@gmail.com','','2018-10-23 19:07:22','1540321642:$P$BLKJ8tZ0BflQKwwjuOakqZIzg42k3X0',0,'qlol4ever1952'),(5648,'jennawilleatyou1957','$P$B70okMRAJpr/M2BmeaxUbd/Ng/mqWU0','jennawilleatyou1957','jennawilleatyou@gmail.com','','2018-10-23 19:09:36','1540321776:$P$BwV.JIiYH2tSAtRnlpF8d8vVPsCfqt.',0,'jennawilleatyou1957'),(5649,'khlovelace1960','$P$B4t5xZet8xeMfDfhJRhpPzvP5DtVih/','khlovelace1960','khlovelace@gmail.com','','2018-10-23 19:55:43','1540324543:$P$BiBvUFHMBCzt8CPR1Tpctx.XGxgmiH/',0,'khlovelace1960'),(5650,'shin1999','$P$BXNiv060WGKtSETp6Qa/jg1ACreS2f0','shin1999','shin@accessfive.com','','2018-10-23 22:14:24','1540332865:$P$Bd9pe5uRV3b4ExNB2hmLOYDdcFYRyT0',0,'shin1999'),(5651,'andyneathway2000','$P$B7kKs2sJaokiLrssqmP7mNdBCON7YE0','andyneathway2000','andyneathway@gmail.com','','2018-10-23 22:57:53','1540335474:$P$B/ik5uoK4ZvrN8jqdX0DXWwzz46RCX1',0,'andyneathway2000'),(5652,'snappleblonde1971','$P$BLlCLdyzJU35idY/GQvPr18p21CEda.','snappleblonde1971','snappleblonde@gmail.com','','2018-10-23 23:17:36','1540336656:$P$BS5CyiJUKtFDf3rm3d9n.lUBpFnju9.',0,'snappleblonde1971'),(5653,'utsavi181996','$P$BBBRIZP6ZAhqaIYAAXJpof4V19HZ6v.','utsavi181996','utsavi18@gmail.com','','2018-10-24 01:25:12','1540344313:$P$Bgv99p1t.Ow7HIE4dP3AhzdV8.Envs0',0,'utsavi181996'),(5654,'fenitaloving1988','$P$B0bG07J5hVIhMFXuRzywCw6OykmkHX/','fenitaloving1988','fenitaloving@gmail.com','','2018-10-24 01:44:23','1540345463:$P$BlLPj5ypaEler60BnpWjKFoxTB1xYH1',0,'fenitaloving1988'),(5655,'jackey.zellweger2004','$P$BkuB5zAetjIQG1jBlfygmm6xIWUTkD/','jackey-zellweger2004','jackey.zellweger@gmail.com','','2018-10-24 01:50:47','1540345847:$P$BgtbcGW0AGUPdeM6stRw96h3bJD0TQ.',0,'jackey.zellweger2004'),(5656,'liz1984','$P$BzUqF.uShJIx8eGLSb6e09rMZd4QLs.','liz1984','liz@crocushillelectric.com','','2018-10-24 03:14:05','1540350847:$P$BckX1zbvFpsg6h7o5EIB3owPgOvS44/',0,'liz1984'),(5657,'ryan21462003','$P$Bg4MFcpCe9TtjEl4f4gAEF8Odl/FM//','ryan21462003','ryan2146@gmail.com','','2018-10-24 03:34:36','1540352077:$P$BH/e3ggDcAqPA9lKcrallylgggsjA1.',0,'ryan21462003'),(5658,'franktomlinsdad2000','$P$Bv6.aYDhBiAdHUxZIoAfAN7mFguMX81','franktomlinsdad2000','franktomlinsdad@gmail.com','','2018-10-24 06:47:19','1540363639:$P$B1j88fBF4lw0BGwv5dnH4bCJTNKDvX/',0,'franktomlinsdad2000'),(5659,'quincyvroom1961','$P$BK2J3hNey9CvfM6a39E8lx5UTje3Ge.','quincyvroom1961','quincyvroom@hotmail.com','','2018-10-24 09:13:39','1540372419:$P$BlbQaSwb2dBt64pAd.2hVfkkbo0TK51',0,'quincyvroom1961'),(5660,'clarathenurse1954','$P$B6EnG2mR59jig1gW2B4V7K3b4U7KLK/','clarathenurse1954','clarathenurse@hotmail.com','','2018-10-24 09:44:20','1540374261:$P$BPI9qUvtZLUTrXCn5ErL0N9VCpmRru1',0,'clarathenurse1954'),(5661,'tracypoole671989','$P$B5asGvYmWuDbRuo1qScxSEvRvWoQhD1','tracypoole671989','tracypoole67@hotmail.co.uk','','2018-10-24 11:04:10','1540379051:$P$BbjQXE4pZWSjVGXnqCOyJhVzIEyi441',0,'tracypoole671989'),(5662,'mille-bball2007','$P$Be0Novro8GeTWzmIZnZA5V6lBqG4O70','mille-bball2007','mille-bball@web.de','','2018-10-24 11:42:54','1540381375:$P$BS/iZ7m3OD77x01ChXV5H2Mt8guTq11',0,'mille-bball2007'),(5663,'mkrejci1961','$P$BWlSGZqMcvZd/68CL92SC0K4g2zrwp1','mkrejci1961','mkrejci@clev.frb.org','','2018-10-24 12:11:31','1540383092:$P$BfnlNX2eNkKutPArTgv9AfKGaNDwQD0',0,'mkrejci1961'),(5664,'btenn121969','$P$Bi1h95Lt5TwFXZQsEZGTehPx0hpOxk/','btenn121969','btenn12@gmail.com','','2018-10-24 14:45:57','1540392358:$P$BU6N6DIoyRWnN0uUJUUwH.GvAkmlOi/',0,'btenn121969'),(5665,'meghna_m2003','$P$BqK3bT8kzLaJFIOEAtX4mUsKmqi3Xc0','meghna_m2003','meghna_m@hotmail.com','','2018-10-24 15:28:34','1540394914:$P$BrhW/XFGRHl0cKS1NIKeLvy01MjCMw.',0,'meghna_m2003'),(5666,'sfurtick1988','$P$BCzztd5kqk9jo3gAb5pDI0PprVakyB/','sfurtick1988','sfurtick@gmail.com','','2018-10-24 16:18:16','1540397896:$P$BvyzkEY/oSKm7heYWCt7VadU4duL6z1',0,'sfurtick1988'),(5667,'allsmileslauren151981','$P$BLGnHIpZlzkmaiOEPQIC7P9z6cAiEc.','allsmileslauren151981','allsmileslauren15@gmail.com','','2018-10-24 16:28:57','1540398538:$P$BZeLttzqtrvNaSWopLW2w72GXSbf8o/',0,'allsmileslauren151981'),(5668,'kilanjohnson1995','$P$BFGtZomC3wIYNT5T8y30drgDZxr7br.','kilanjohnson1995','kilanjohnson@gmail.com','','2018-10-24 17:27:15','1540402036:$P$B877wUTHAj5kQlthX5/WXF99VuI5001',0,'kilanjohnson1995'),(5669,'shadhiggins4sheriff1959','$P$BhhXSoI4Ec8NnYUWCno/Tp.cKvbAvn/','shadhiggins4sheriff1959','shadhiggins4sheriff@gmail.com','','2018-10-24 17:28:06','1540402086:$P$B37BtfYeH/l8rS1pc4eaKj3wShNBsa/',0,'shadhiggins4sheriff1959'),(5670,'brian1965','$P$Ba8gFtaYbD.xYJCRFivQQc057ooOJe1','brian1965','brian@brianramos.net','','2018-10-24 19:17:13','1540408633:$P$B84vB96N55T0pXwH39D/BDdC7YnbIb1',0,'brian1965'),(5671,'mueller.kelly871951','$P$BElnnq9MGj5gTaXm1zMc8TpxEqwAmN.','mueller-kelly871951','mueller.kelly87@gmail.com','','2018-10-24 19:44:18','1540410259:$P$BjX5Xzo0y3cagzexVwc.iEjSDuku7L/',0,'mueller.kelly871951'),(5672,'meggleston1985','$P$BBCadSvYDZwh.fkRlc19ijEbcFxB6E.','meggleston1985','meggleston@conferencetech.com','','2018-10-24 19:56:18','1540410978:$P$BiMxWt0YVEem5Z4JJC.UOwsAN0dj9z0',0,'meggleston1985'),(5673,'shaqsaddler1951','$P$Bli0rBDoCZuXZrV.h/UO3sKvyrx.t40','shaqsaddler1951','shaqsaddler@hotmail.com','','2018-10-24 19:58:57','1540411138:$P$BuqU.VkIfcd1mmaXQKKTNb4awKBNVV0',0,'shaqsaddler1951'),(5674,'phansen1956','$P$BRpEM/MHxfYKbrWaQCLqmYGMRcYalb/','phansen1956','phansen@ecentral.com','','2018-10-24 22:25:57','1540419958:$P$BFlloJB7r2A3oSnN2iJgbHIg11Y4to1',0,'phansen1956'),(5675,'spzwest1964','$P$BFqQcTYps2ZVHGfmU9qGkiOmVmowDd1','spzwest1964','spzwest@gmail.com','','2018-10-24 22:29:04','1540420145:$P$Bhusx1TFJR9m/jmdioej9.B6PXNOl8.',0,'spzwest1964'),(5676,'terriabsher1998','$P$BgY5KPZM0jZPCjwsJZ65zI4BCvOyeN0','terriabsher1998','terriabsher@gmail.com','','2018-10-24 22:44:34','1540421075:$P$BT6Orgu/wji31MSH6vCKMlMt1oxUec/',0,'terriabsher1998'),(5677,'kpicou1952','$P$Bch4K5UlnYTkjPjKmX0KeIXWDlKRiA0','kpicou1952','kpicou@ochsner.org','','2018-10-24 23:17:02','1540423023:$P$BesSTmAM5NaqWS3Qj3RzFC..1qJj5K0',0,'kpicou1952'),(5678,'t_broner1987','$P$BZXLFzBYeFM6sa6aa3Y8VxqjnKJ9Iv/','t_broner1987','t_broner@hotmail.com','','2018-10-24 23:27:43','1540423664:$P$B7iav14lAYKLNQySLkyyBdzdIz0EpS1',0,'t_broner1987'),(5679,'tessa.pauwels1975','$P$BO5f2Tq5o.hslqgSa8Lx2OjPwSgiLj.','tessa-pauwels1975','tessa.pauwels@brouwland.com','','2018-10-24 23:40:52','1540424453:$P$BXZjdnGxGa143sDGy2NluAmtfbWpeh/',0,'tessa.pauwels1975'),(5680,'hj7527.61988','$P$Bigmmale35.40vGWhme5xCjK3xS.4O0','hj7527-61988','hj7527.6@gmail.com','','2018-10-24 23:52:07','1540425128:$P$Blo49zyqg2cjPCuq29wJadOWpsrzO.1',0,'hj7527.61988'),(5681,'bbalis1958','$P$BMxbOemchMhvEQVyTP9mfmntFqJpX7.','bbalis1958','bbalis@brouwland.com','','2018-10-25 01:27:35','1540430856:$P$B4eDNCb.SEc97K5uItAouWf/Wt012S/',0,'bbalis1958'),(5682,'farohmo4122001','$P$Bx2GeZHqQVZm4F70iRJF.Fxq/pmEvq1','farohmo4122001','farohmo412@gmail.com','','2018-10-25 02:31:09','1540434670:$P$BYXpejW8dUkLk3XBjNjkjsYUyF.pxy.',0,'farohmo4122001'),(5683,'lewisbower8601970','$P$BrWFMuLwx8HlkXyueTv59seaLxdCT00','lewisbower8601970','lewisbower860@gmail.com','','2018-10-25 02:38:12','1540435093:$P$BxFecu6DncrXGL.XtqlJbStYI9FD7k/',0,'lewisbower8601970'),(5684,'sales1955','$P$BMctBYq3DQ1AmEI3zWiWzsxi9Ay0Ke/','sales1955','sales@brouwland.com','','2018-10-25 02:50:23','1540435823:$P$BS9YcTcsE219Q/4a78DSMXnEGHokXA1',0,'sales1955'),(5685,'brouwlandcompany1971','$P$BwAycUIq3qv7kh1eHOgY7e5f7UgmVY0','brouwlandcompany1971','brouwlandcompany@gmail.com','','2018-10-25 04:00:24','1540440025:$P$BS1j2Rx.gY9ygjrjV0osM9w9VJcnki.',0,'brouwlandcompany1971'),(5686,'gunjannc2001','$P$BUdJTCoWmrt3X25xsHPLLcIjsU3RTH/','gunjannc2001','gunjannc@gmail.com','','2018-10-25 06:05:19','1540447519:$P$BHNmt4jGqC1HK5UaMbYvh4cKYCOEO1/',0,'gunjannc2001'),(5687,'ricky32331975','$P$BXF1kOOIAP1eqiioC8ArzBoPDONSMz.','ricky32331975','ricky3233@live.co.uk','','2018-10-25 08:51:48','1540457509:$P$BoxO7Wln61bhUA4JlqZzzebkbIxrg40',0,'ricky32331975'),(5688,'mellissajkerr241957','$P$BxZ5xRTl/3jmTdXViSrTQsbSsvjdLJ0','mellissajkerr241957','mellissajkerr24@live.com','','2018-10-25 08:59:39','1540457979:$P$BpflCkHPoxX2BM6zitXl5usZAV7HnT/',0,'mellissajkerr241957'),(5689,'debruynshawn1958','$P$BJZjoGkomx6JyrivGLRIsUDMLYfiPh0','debruynshawn1958','debruynshawn@cs.com','','2018-10-25 10:52:05','1540464726:$P$BTrzMjX/G6oNWUdZibOflVMTBp76VZ1',0,'debruynshawn1958'),(5690,'info1995','$P$Bxjlfx8Yg2YSYrRZG0Ei0xvuDBLGpJ.','info1995','info@calzeprestige.com','','2018-10-25 11:08:52','1540465733:$P$Bl7m93WOauQDqc7EwpY36bP.zc613A.',0,'info1995'),(5691,'simonyeargin9641980','$P$BE0yRjvTukyDjVAQrcDkpV1ZArECVC1','simonyeargin9641980','simonyeargin964@gmail.com','','2018-10-25 12:37:25','1540471045:$P$BgqhhpSTQHjPKsriTZz6NG0eiqepFf.',0,'simonyeargin9641980'),(5692,'joyrhoads112003','$P$BC45hr8.IPrPR.w2sl3F4YmKshJ2xG.','joyrhoads112003','joyrhoads11@gmail.com','','2018-10-25 13:40:52','1540474852:$P$B3pLCb1QP363mCT78/DDgYmD78CYpN.',0,'joyrhoads112003'),(5693,'stephaniebonnet211970','$P$BZnQ3lBsdWKnKhKSTYGwrNtjcZ7vWh/','stephaniebonnet211970','stephaniebonnet21@gmail.com','','2018-10-25 13:54:43','1540475684:$P$BUJRkHNgQ2tHtzYBMR09V9Tyk0llwu/',0,'stephaniebonnet211970'),(5694,'rochellemcmanus1962','$P$BuxDpkTieUI/JMRM8OwXRA7eIi4acG1','rochellemcmanus1962','rochellemcmanus@gmail.com','','2018-10-25 14:40:43','1540478443:$P$BqLiQaQkJEfxA8uHZX1KG770t/ZHkc1',0,'rochellemcmanus1962'),(5695,'rubyfish3121991','$P$BZ6NruDcrIQrFzyIH1/x132WCYqGZa/','rubyfish3121991','rubyfish312@gmail.com','','2018-10-25 15:48:59','1540482539:$P$BSnOMr.Kees2ipoAgXuicyZwfIm81r.',0,'rubyfish3121991'),(5696,'icknayvon1987','$P$BPzEDsaZx6KMI2mYlCFYzSJPOgIROr/','icknayvon1987','icknayvon@gmail.com','','2018-10-25 16:05:45','1540483546:$P$BAl0axuPRwH9KUuQ0ZMoJbP/dPtoHM1',0,'icknayvon1987'),(5697,'maggie5102020011999','$P$BWDPP5prar1EkqeIN8mjXRWmNwJVc1/','maggie5102020011999','maggie510202001@gmail.com','','2018-10-25 16:16:11','1540484171:$P$BgFYjjrOmIzVCsxhhO935rZfmx9KIr1',0,'maggie5102020011999'),(5698,'april1950','$P$BulncKeZJIpfXzqNhGWunQhSr9mKSP.','april1950','april@flypfc.com','','2018-10-25 17:26:37','1540488397:$P$BHOKBeZNChmHvn0WDcLTGC.ieplZzy0',0,'april1950'),(5699,'dqbean7201950','$P$BbTsYTzmx04RfrVms0kwNth.yN4AHo1','dqbean7201950','dqbean720@gmail.com','','2018-10-25 18:14:14','1540491255:$P$BpoK2n.4GkKp9XASoS0VdVjB421G.Q/',0,'dqbean7201950'),(5700,'mirandavdean1955','$P$BlyzaV3Vfl2tDZ2FIwwOQTMWFlCCIw/','mirandavdean1955','mirandavdean@gmail.com','','2018-10-25 18:46:42','1540493203:$P$BkbnwdC1RHFgODLlGHfWucE/Nn8X3D/',0,'mirandavdean1955'),(5701,'villa23552008','$P$BFWA8eeLMYiC1WJqtIPkWXadiKSYcs1','villa23552008','villa2355@comcast.net','','2018-10-25 19:54:26','1540497267:$P$BKRixdjm2TE3i4EDDWnXPOj/83yt3m/',0,'villa23552008'),(5702,'maryholder252010','$P$BW/A1oh64XLZ.bn4i/puGWmamgwOe6.','maryholder252010','maryholder25@gmail.com','','2018-10-25 20:00:27','1540497627:$P$BtWuZaETupZDkuHnDNxiY/e1o.CLlI.',0,'maryholder252010'),(5703,'diana1997','$P$BzUdnhlhk6j3CrJdljOPsy42F1kIEp0','diana1997','diana@goldenint.com','','2018-10-25 21:02:16','1540501337:$P$BmvcETrP32aN840WSWUkpFLnHqI.pT/',0,'diana1997'),(5704,'jgreen1953','$P$BOzm0Kw.GAjCX2dfKUz8.zQvmsz7v00','jgreen1953','jgreen@ecotechenv.com','','2018-10-25 21:23:32','1540502612:$P$BKrcqEP88L8LFlpXbyXQte7JcDugW30',0,'jgreen1953'),(5705,'gregorycburke1976','$P$BGzRFwB/rOSmRevbHnvVZT7TwGFrdP0','gregorycburke1976','gregorycburke@gmail.com','','2018-10-25 21:30:14','1540503014:$P$BvS7N0YUawr4XFJ7567p0Jy1lTHzR90',0,'gregorycburke1976'),(5706,'alter41969','$P$BqonDzuyNfDXhkbn1/qpqAQD16732v/','alter41969','alter4@optonline.net','','2018-10-25 22:56:16','1540508177:$P$Begmgittizzj0ayRnL6oPAgGFAuR12/',0,'alter41969'),(5707,'mrpedrolee1954','$P$BD/VwsNzRO1H1d6Mbl2/N8XiP/GhTn1','mrpedrolee1954','mrpedrolee@gmail.com','','2018-10-25 23:31:19','1540510280:$P$BXOLwOGONpMENFp2ESvpj2TopckbsN/',0,'mrpedrolee1954'),(5708,'teresa.simplot2001','$P$Bd1isOImLypHkKF0nzrvsbqq1WcyoS0','teresa-simplot2001','teresa.simplot@gmail.com','','2018-10-26 00:17:52','1540513073:$P$BqLVeec41RW2Y/7bXLqeCM4nCKebEC/',0,'teresa.simplot2001'),(5709,'encinasmike401991','$P$BB5lRHjSoBKUB6rvGG.kNPc5R0gUmh/','encinasmike401991','encinasmike40@gmail.com','','2018-10-26 00:47:52','1540514872:$P$B902G3KwdzvW7.Cd3dPyDKQQUq0Czg0',0,'encinasmike401991'),(5710,'michael.navon2007','$P$BNsNzEFg4ol5ozrgCQ/RCYNVHHKj9x1','michael-navon2007','michael.navon@live.com','','2018-10-26 01:17:51','1540516671:$P$BeljrBzffmsua94sD7SWeilsKrXWfX/',0,'michael.navon2007'),(5711,'arampers41952','$P$BLpfuWsNAq/JtHSp.1eACu.5tF3mM5.','arampers41952','arampers4@gmail.com','','2018-10-26 03:43:59','1540525440:$P$BdVKU5tATuO35JAXOcR/tR7/BrA4hf/',0,'arampers41952'),(5712,'jrmorrow20112006','$P$Bo.LKcr4X70T9oEklw0v9lNGR2RTdP1','jrmorrow20112006','jrmorrow2011@gmail.com','','2018-10-26 04:10:58','1540527058:$P$B9M84GbBKjzy0fOd0WcS8nEeGiL6bY1',0,'jrmorrow20112006'),(5713,'d.froland1985','$P$BjSxuQ/LgjERFHAHslT.pnKWTxDYuz0','d-froland1985','d.froland@hotmail.com','','2018-10-26 05:51:40','1540533101:$P$B8ZAy6usoY3Mfo0kT/ARH68ffosh1M/',0,'d.froland1985'),(5714,'theblondetulip1958','$P$BMxo7ZCsk9lc1XOGFOasus/Uwe/J9K.','theblondetulip1958','theblondetulip@gmail.com','','2018-10-26 11:22:51','1540552972:$P$BrDa6V4Gn9Z6xrq60Rt8vcNRhihxsJ/',0,'theblondetulip1958'),(5715,'deborah.witte1960','$P$BBhbdeMLYgmaMgJ1/f5o.LAhA4yiPE/','deborah-witte1960','deborah.witte@hsc.utah.edu','','2018-10-26 13:55:52','1540562153:$P$B3y3jrYYjULKeNhndCRoWbbot7sgXG.',0,'deborah.witte1960'),(5716,'wsgalla1991','$P$BKAQ17RP0mZxEShCM06z4.VeCKEPO/.','wsgalla1991','wsgalla@comcast.net','','2018-10-26 16:54:13','1540572854:$P$B1JDGhzj9eNnIDMgsKN/2T.pBNzv54/',0,'wsgalla1991'),(5717,'marycielo-6041963','$P$BTiHduH/Hfqv9MCHsoLNgleAz7D/DR.','marycielo-6041963','marycielo-604@hotmail.com','','2018-10-26 18:46:55','1540579615:$P$BAJ7PaO6XkaBkYH9akyrLfLhjLzY3p0',0,'marycielo-6041963'),(5718,'merlin14011984','$P$BySaZvOZFvH4XROSXYzQ4FQ7Wwd6Uu0','merlin14011984','merlin1401@rogers.com','','2018-10-27 21:07:02','1540674423:$P$BaZI5JoQGO.zsB4enQ.lOSnFiCLrcS0',0,'merlin14011984'),(5719,'austin1977','$P$BR20FEy0Bm/JaolMMmqHSp4EdVhzSw/','austin1977','austin@findsdrealestate.com','','2018-10-28 11:35:33','1540726533:$P$BNMdqYwilI217s0it9iOEWGaOFPf4c1',0,'austin1977'),(5720,'d.burkeen1967','$P$BrcDsqO2eHMM5XhMX6r3HDK/1YT1VO0','d-burkeen1967','d.burkeen@mchsi.com','','2018-10-29 08:50:23','1540803024:$P$BIBvnSKnn3OI7CmliaaX.kfW03JY200',0,'d.burkeen1967'),(5721,'michalrosina1992','$P$BPpyWtXuJ5lIMLSE3c6xvQLEiEQRzJ0','michalrosina1992','michalrosina@hotmail.com','','2018-10-29 14:04:28','1540821869:$P$B8aivfxuuJ1eTk5GScolWeEM0iA/4W/',0,'michalrosina1992'),(5722,'roam1986','$P$BdVzrOEtNnWvCjCxhNlDcvKfj0UWbv0','roam1986','roam@bellsouth.net','','2018-10-29 20:13:23','1540844004:$P$BKQlVuqzuXcQIIKT.lH8nLTVkEmnDA0',0,'roam1986'),(5723,'mvpineiro2008','$P$BZ7fexqSVwOnMsDPAFzK.3mcdVDCLg/','mvpineiro2008','mvpineiro@msn.com','','2018-10-29 20:23:32','1540844612:$P$BpH63zO9rCcxeeB4MKXTscM/DW9X/b/',0,'mvpineiro2008'),(5724,'dsss661968','$P$B5t/azdxexq/x1oCEHnI2Y3YrR4/ia1','dsss661968','dsss66@hotmail.com','','2018-10-30 00:37:53','1540859873:$P$BPie0CQUlapwy/TTE3NI4sufHuiip4/',0,'dsss661968'),(5725,'peter.simmons1962','$P$BpmNyQxcsfvuYimaLDy45hnOEFeF1v1','peter-simmons1962','peter.simmons@valleyford.ns.ca','','2018-10-30 05:18:01','1540876682:$P$B3BCPEHfJNOjn5IbNy1JuzF.zGiN9T0',0,'peter.simmons1962'),(5726,'flachpetra1982','$P$BLQ7jGaAz5cmNVIA9aE7GXCocF02.c0','flachpetra1982','flachpetra@t-online.de','','2018-10-30 06:31:09','1540881070:$P$B.Z66OeRPT0Zndzt26MWG7obBNJ5IZ/',0,'flachpetra1982'),(5727,'bapplegate1962','$P$B8wtlIxtbFmvApgAKpvUxzwDzFo4jn.','bapplegate1962','bapplegate@controlac.com','','2018-10-30 08:39:40','1540888780:$P$BH.nDWr9jJb1A.HsepDoRlEoTVe7TL0',0,'bapplegate1962'),(5728,'ludvik.czital1958','$P$BIBtm.BPt3pFW69FBwYDV2HKH50NqH/','ludvik-czital1958','ludvik.czital@praha1.cz','','2018-10-30 09:38:52','1540892333:$P$BEhfPEaDw270WHHCFFeQf/dBvVyMux0',0,'ludvik.czital1958'),(5729,'robertosaez1995','$P$BQ7dq3pCGkuRkyRUXrrweQs5yELREz.','robertosaez1995','robertosaez@comcast.net','','2018-10-30 15:57:04','1540915025:$P$Bl3gfkLq4EUx90rq0J/EFSaMnmIiCy.',0,'robertosaez1995'),(5730,'pcannings1998','$P$BYOxt8qkXtxYkdHj5RzBE4Kw/DSZAM0','pcannings1998','pcannings@hotmail.com','','2018-10-30 17:24:24','1540920265:$P$BArRJeMD95f/xdcmW3FDxnaoKdYDlO1',0,'pcannings1998'),(5731,'claudia.scualum1981','$P$B6DigF/QsbCVwIlwN06BGm5lqDmbXA.','claudia-scualum1981','claudia.scualum@gmail.com','','2018-10-30 19:51:01','1540929062:$P$BIqdrottcrQ0Uyz0Mk1O6HEQ.4a8Gg1',0,'claudia.scualum1981'),(5732,'borleyms1979','$P$BBtBUmGXAzX0L1vIpIQoXXTCl.VdLu.','borleyms1979','borleyms@inebraska.com','','2018-10-30 20:29:45','1540931385:$P$BRl7dZqJutqdqyY4NK.FFBXgZe/68S.',0,'borleyms1979'),(5733,'stevemezz1991','$P$BsvRkUaUyk5W2anDZiPtpz4Eprffrp/','stevemezz1991','stevemezz@comcast.net','','2018-10-30 20:44:55','1540932295:$P$Bb/1Y73bxuWE66QxFTS/wc8KjJTbd0.',0,'stevemezz1991'),(5734,'sigrid1999','$P$By.VVcfvxQrKIs./i/AQkhLliBbzsC.','sigrid1999','sigrid@winetimellc.com','','2018-10-30 21:38:37','1540935517:$P$BigSOuUxyw7m.fJ.RaW/8e8CF2bCot/',0,'sigrid1999'),(5735,'804computers1966','$P$BSeWi2kGDICFOJkaprNc35afcKV3YO/','804computers1966','804computers@gmail.com','','2018-10-30 23:25:11','1540941912:$P$BGHKSjkRjC7Mwpv4IAfGwrQ1KDLyGF1',0,'804computers1966'),(5736,'phd2016171975','$P$B5HrGN1.K4ao0tolJ6WOD7rI8ixKmS0','phd2016171975','phd201617@gmail.com','','2018-10-31 01:08:40','1540948121:$P$BA1GBbCg9urJy1WN7zDGZBiVNBQkKv1',0,'phd2016171975'),(5737,'kwhatcher1970','$P$Br/WkvMLFPsVpj38bHH6FeIcgTdlPt/','kwhatcher1970','kwhatcher@cox.net','','2018-10-31 01:10:52','1540948253:$P$BfmxciPx.btC5/nNDSUztMLuR6D.1n/',0,'kwhatcher1970'),(5738,'bonniesblooms2001','$P$BOxmjGZHKOib19idgCqilQtNafHFG70','bonniesblooms2001','bonniesblooms@optonline.net','','2018-10-31 05:32:51','1540963972:$P$B1QHo6kocjPfAcB0ahkSnRKVRXTWV./',0,'bonniesblooms2001'),(5739,'kandreoli171981','$P$BEFzE6fhb7PGxK/38WIqpcpLwSrHpE.','kandreoli171981','kandreoli17@comcast.net','','2018-10-31 06:02:59','1540965780:$P$BC/nhrV.xtU2c9tT9zqCwEnifzZdOb1',0,'kandreoli171981'),(5740,'koch.melanie.911964','$P$BTy2MaGz77Mj83sMwXRro80sc6MScN0','koch-melanie-911964','koch.melanie.91@googlemail.com','','2018-10-31 09:19:02','1540977543:$P$BF5LiL353lDihF3lFzc7/0cftIwxH2/',0,'koch.melanie.911964'),(5741,'gretchen.ramsey2003','$P$BCtQaQ9SPmfM74TbG1XyBWw7bumsri/','gretchen-ramsey2003','gretchen.ramsey@hilton.com','','2018-10-31 11:40:53','1540986053:$P$BQq.vIDlFqR/OcENKTex.rzl/8Hwjv.',0,'gretchen.ramsey2003'),(5742,'bradrampelberg1981','$P$B6wOuhmbG/k4OPHuHb1Azx949pE4tP0','bradrampelberg1981','bradrampelberg@gmail.com','','2018-10-31 12:52:31','1540990351:$P$BW.5b4UsttzC5bAwM8p1.WZYbW/REf/',0,'bradrampelberg1981'),(5743,'austinsinbox1998','$P$BDXielHLrsB1WiSnCkpAuoazB.FKRz0','austinsinbox1998','austinsinbox@gmail.com','','2018-10-31 12:54:57','1540990498:$P$BEteyPCtH2U.rFgmMxCL2DuYx3CMc5/',0,'austinsinbox1998'),(5744,'ernst.marais2010','$P$BROibnPAYjXBiBOOR4JP.Z/qVj8GoX.','ernst-marais2010','ernst.marais@gmail.com','','2018-10-31 13:06:05','1540991166:$P$Bl.V4rckxdck1Q9eaItREQFPHAqRWN.',0,'ernst.marais2010'),(5745,'sutietoo1955','$P$B7HEg.GdGk2pq8D.W8CYKw7KzqhdNq.','sutietoo1955','sutietoo@gmail.com','','2018-10-31 14:07:33','1540994853:$P$BHCN.IjejovnW31tfRnIO9YXg97Y8Z/',0,'sutietoo1955'),(5746,'muscarellok221999','$P$BqOYVsFg/AB8m2qAJYHnPfC2gBTJMf/','muscarellok221999','muscarellok22@gmail.com','','2018-10-31 14:14:38','1540995279:$P$BFlH/CmFpiPrWfcyorREjgznjCG4o20',0,'muscarellok221999'),(5747,'gbolagadekolawole1971','$P$BkERlBpfrCOCV.Akk1wWqdn7GWfNk20','gbolagadekolawole1971','gbolagadekolawole@gmail.com','','2018-10-31 14:32:13','1540996333:$P$BHbflM2WkA4m6bRaWikJysaIkdP7gi1',0,'gbolagadekolawole1971'),(5748,'mickmilly2241980','$P$BBD/5V4YmsMDJ/adGPPVLI.bSwLNyA1','mickmilly2241980','mickmilly224@gmail.com','','2018-10-31 15:04:55','1540998295:$P$BPYS8T9qn.osCczTkk.zQXe4Szgbyg0',0,'mickmilly2241980'),(5749,'mark.bradford1972','$P$BXDFyTmu.XLTAQ79O0kHIX/6uGx4vW1','mark-bradford1972','mark.bradford@gmail.com','','2018-10-31 15:16:46','1540999006:$P$B.uwhvq7wLCzhzU2uqLEH5mvGwqiPZ.',0,'mark.bradford1972'),(5750,'akfahm1988','$P$BWkKo21v49EqEKH4y02AtQWrLierz71','akfahm1988','akfahm@yahoo.ca','','2018-10-31 15:59:35','1541001575:$P$Bx6DVspvvRYGzJWK0SJZLX1AFNH1KF1',0,'akfahm1988'),(5751,'syrihia131967','$P$BRCQzn2sSQ5Q8owmxTC3n424CPYsgZ/','syrihia131967','syrihia13@icloud.com','','2018-10-31 16:11:47','1541002307:$P$Bh1O5tptXJUw2CKv6k1BL5z42HFTc./',0,'syrihia131967'),(5752,'melina.shahan1963','$P$Bdq1IBYDdOa0AYseJSJguWAL3.Q9/t0','melina-shahan1963','melina.shahan@gmail.com','','2018-10-31 16:34:20','1541003660:$P$B6Li0QVuzA.IOr4I7t2Gbd1r3yxlB51',0,'melina.shahan1963'),(5753,'meganjanebarber2003','$P$BXiRSGWkMf0AMCgsqwM1IoId2fpXRX/','meganjanebarber2003','meganjanebarber@gmail.com','','2018-10-31 19:06:15','1541012776:$P$B25/IrV989ABZxiauBc0VtYsvEvN7Z.',0,'meganjanebarber2003'),(5754,'vilmabwilson1968','$P$Bj0Ah1fMAE5C8Dm3SgWu4Mfij7d.WR0','vilmabwilson1968','vilmabwilson@gmail.com','','2018-10-31 19:13:59','1541013239:$P$Bj9xnJqNpYT2wcDky.Kcdtv5nd6voB1',0,'vilmabwilson1968'),(5755,'nicole.r.gerritsen1952','$P$BqWLU1f3mW8yXtheGa.b/TbNmXvDc/0','nicole-r-gerritsen1952','nicole.r.gerritsen@gmail.com','','2018-10-31 19:29:46','1541014186:$P$BGm81q5IFqGlwU3xd67LSjpK2QHKjY1',0,'nicole.r.gerritsen1952'),(5756,'mtsatsos1976','$P$BMhfc.I2NSNYTJRiDLc20sxsl5.EAe1','mtsatsos1976','mtsatsos@comcast.net','','2018-10-31 19:39:45','1541014785:$P$B1IwgJgQYfmBGjrty0S.PIyd6sMtcQ/',0,'mtsatsos1976'),(5757,'fawn.scrano1951','$P$B/XqQC.nMot.fg5/tX0aNs4z4hIdXp/','fawn-scrano1951','fawn.scrano@gmail.com','','2018-10-31 19:49:15','1541015355:$P$BbS3DybgnN9BP3fI7LiRKJraZQepwS.',0,'fawn.scrano1951'),(5758,'rbuckley1975','$P$BdG.ELkpY2TJbUpZf5q7AjxHi43gr4/','rbuckley1975','rbuckley@larealtypartners.com','','2018-10-31 19:54:09','1541015649:$P$Bx6Zz6F6kssXJOegljdJINgHvVpPut.',0,'rbuckley1975'),(5759,'ulbrichheli1954','$P$BrkmEie7cxRaQwVq9XeeOPP/23zYbm/','ulbrichheli1954','ulbrichheli@gmail.com','','2018-10-31 20:18:44','1541017125:$P$Bre5g00MchACMCMUr8r6/yic7iy62D/',0,'ulbrichheli1954'),(5760,'mocooke1960','$P$B9U05s5ymzo7LsQeGIUMHWK6w0nLXc1','mocooke1960','mocooke@gmail.com','','2018-10-31 21:20:32','1541020832:$P$Bse0TsiW28QB1eioZbTUJYBr2TVLq90',0,'mocooke1960'),(5761,'harry-schmidt1976','$P$BFtV/Oue4SQmoFRHJgu8TDZfcIeRz9/','harry-schmidt1976','harry-schmidt@t-online.de','','2018-10-31 21:26:47','1541021208:$P$Ba3x/IOVVA4cbm6qgAtWggqhrtwkXv1',0,'harry-schmidt1976'),(5762,'h611562002','$P$ByVwUaRNRKX7d15GDESW2f2xFTHJbR/','h611562002','h61156@gmail.com','','2018-10-31 22:53:50','1541026430:$P$BtXIVhDNk9uvGVEZe7HCzJqLYDbufG0',0,'h611562002'),(5763,'qw1966','$P$BZfs.dNLc3NbaNGbKmYVIUV2ZBnTft/','qw1966','qw@qiwi.com','','2018-10-31 23:22:22','1541028142:$P$B3qL.IsBu.276T/zR8pVil7xM3kkpr0',0,'qw1966'),(5764,'brianrbuffington1994','$P$BQPKRjjuqyM2hw3zO94BQNOVGM3Nof1','brianrbuffington1994','brianrbuffington@gmail.com','','2018-10-31 23:45:47','1541029547:$P$BFxmQJ23b.Dlf7oNXTvT2RWd3OKoee/',0,'brianrbuffington1994'),(5765,'laura.denner2002','$P$BdBNsD12VPsyjqnIiGpN8/ieqyX4j61','laura-denner2002','laura.denner@gmail.com','','2018-11-01 01:12:32','1541034753:$P$Bh2OfHAUAwki85MaTzDtdP2YFHbT2r.',0,'laura.denner2002'),(5766,'lusiaditama2010','$P$ByDXZ/3snZauAkSOxuCd2HsT2mk3HL.','lusiaditama2010','lusiaditama@gmail.com','','2018-11-01 01:18:03','1541035083:$P$BnurRcbSJexUCBESepszLpOawMhmOL.',0,'lusiaditama2010'),(5767,'magillham1975','$P$BYowKddIM5cwQe9A0Ypr8wVMDgESuW.','magillham1975','magillham@bellsouth.net','','2018-11-01 08:33:39','1541061219:$P$BS4dfQQ3BgzDCsODKhb.TNXhwVdjKL0',0,'magillham1975'),(5768,'lissav1973','$P$BXrLXQLq3DFT0SACRTIjSXJSwO21rR.','lissav1973','lissav@bellsouth.net','','2018-11-01 08:35:15','1541061315:$P$BhCfPRBNJ8lEzbbgCIeau8YLDjpUH0.',0,'lissav1973'),(5769,'bhovious1959','$P$B5NvZlSu8kG1lIQuyoEy3CzwGV.F4j1','bhovious1959','bhovious@gmail.com','','2018-11-01 09:36:17','1541064977:$P$B.ENSBbKrTE/qCkSYCUyKd26Wdy5QU/',0,'bhovious1959'),(5770,'vihao1965','$P$Bmv8R.08jS4XYQoOoqO0qycZUsiQft1','vihao1965','vihao@hotmail.com','','2018-11-01 11:15:04','1541070905:$P$Ba/Yu5h9c33/Hdt9yk0FacBWzV7Wsi/',0,'vihao1965'),(5771,'karlabrinson1963','$P$BH/c8JgaqenpyHSqry9seBx/DkOtE0/','karlabrinson1963','karlabrinson@gmail.com','','2018-11-01 12:30:08','1541075409:$P$BM148R5Y2ZE6t4kGh1AobWioulBCbN/',0,'karlabrinson1963'),(5772,'jessica.iorio1990','$P$BMhgHbe0yZg4EUJ0IpMWJ1YvGYCET51','jessica-iorio1990','jessica.iorio@gmail.com','','2018-11-01 13:18:37','1541078318:$P$BgGLPRPaKmeo7M3Z/Ub9tohYYPdsSG1',0,'jessica.iorio1990'),(5773,'rajesh.kadhiravan1978','$P$B/AQiFx4rYeo6KVvWVZrW8znUAb2fS/','rajesh-kadhiravan1978','rajesh.kadhiravan@gmail.com','','2018-11-01 14:30:23','1541082623:$P$BalTfJgmlm9mU38JlugVtNOESNbrsC1',0,'rajesh.kadhiravan1978'),(5774,'vbennett1991','$P$BmQ/R6kZy1TgYw3zpf/Y3csXmaHZBY.','vbennett1991','vbennett@bendale.ca','','2018-11-01 15:18:18','1541085498:$P$BtTsA67J.fOckYkLEZ8Tdd8MJe3tPF1',0,'vbennett1991'),(5775,'amandagilroy20201980','$P$BYqd3oUkNivhaiStJ6l01zWD3wegkr/','amandagilroy20201980','amandagilroy2020@gmail.com','','2018-11-01 15:56:25','1541087786:$P$Bv9ZkAB46pxCZ7YemJJ9KUyBHJiWMW1',0,'amandagilroy20201980'),(5776,'nathan.theking.nh1950','$P$Bxk6MLZYlppmu4wn4hdRQ3NsrRp/V21','nathan-theking-nh1950','nathan.theking.nh@gmail.com','','2018-11-01 16:08:10','1541088490:$P$Bbg80FZTGuJeVpngOpoDDJdnvikkVF/',0,'nathan.theking.nh1950'),(5777,'maryellenhaddock1957','$P$BgQ2L8RMMFZFTlMUfhXj1pmyb0y.QN.','maryellenhaddock1957','maryellenhaddock@gmail.com','','2018-11-01 17:47:41','1541094462:$P$BxMN5u1aLG22jlaja1ptt0SaBqeZWI0',0,'maryellenhaddock1957'),(5778,'smschneider671989','$P$BuBfliJ/gm/jMBI3XA3eCEvS8zEIjT0','smschneider671989','smschneider67@gmail.com','','2018-11-01 18:47:34','1541098055:$P$BkAkg.NevTqqc.avgcI2zqorpwbrvD/',0,'smschneider671989'),(5779,'cstaubi112001','$P$BhrfgOWpHLx0pE.4IawvkqWZgF1r4B0','cstaubi112001','cstaubi11@gmail.com','','2018-11-01 20:18:21','1541103501:$P$BuIoQdklAkSMJ4PXpTXySEy5C7FJ8N.',0,'cstaubi112001'),(5780,'lete.luis1966','$P$BNyqpfB7isrEB7HQ6YpQZXoEdbAuBo/','lete-luis1966','lete.luis@gmail.com','','2018-11-01 22:08:51','1541110132:$P$BrJbUGZDiwmk7WkURVqWlQ2xbhxUBm1',0,'lete.luis1966'),(5781,'careyes1965','$P$BjdsVXKsbm0RffziFeVkKmbL1NOP6m.','careyes1965','careyes@rogers.com','','2018-11-01 22:21:22','1541110882:$P$B107AxdolqdOkcQ6BG5kGIEQzhjrA11',0,'careyes1965'),(5782,'baileyschulte6451962','$P$Bl7kE6Mcam835yAX8EHGwuB1J2ltZ4.','baileyschulte6451962','baileyschulte645@gmail.com','','2018-11-01 23:26:50','1541114811:$P$BSqoMzrnFhmPPTUdgN0lYv3lGrlkJX1',0,'baileyschulte6451962'),(5783,'cyaj11082010','$P$BNaH7yrZqv2Wr5kVC5Pjp2tRCdnUoA1','cyaj11082010','cyaj1108@gmail.com','','2018-11-02 00:02:37','1541116957:$P$BMS0FPtmrA5l3z/RsEZH3/sRJ50uBw1',0,'cyaj11082010'),(5784,'conniemartin19791961','$P$BTWiUI10RnsbE4sTOGAbk3J3.8oZYc/','conniemartin19791961','conniemartin1979@gmail.com','','2018-11-02 00:11:04','1541117465:$P$B9wGSu9.gbyvpoOZvRzCRQ6cBjVgCS1',0,'conniemartin19791961'),(5785,'ramp81111972','$P$Bc2xYg1qPOJajSeFc3KdxfzUIMFt891','ramp81111972','ramp8111@optonline.net','','2018-11-02 03:23:53','1541129033:$P$BYY43J774/q6zbIcHe8eZMD0HnpEA11',0,'ramp81111972'),(5786,'drmjaiello1972','$P$Bx6EIr5SSjDzlj0ZUCzTKSD8yF2aHW/','drmjaiello1972','drmjaiello@gmail.com','','2018-11-02 05:43:15','1541137395:$P$BwTwG3tbxTlBG1dXsQWi8SGcjAf0Gw1',0,'drmjaiello1972'),(5787,'strunnell251998','$P$BXxTgyLWx0khhRwwKQXCkf.K1qiJ5X.','strunnell251998','strunnell25@gmail.com','','2018-11-02 11:16:41','1541157402:$P$BCd..PpwiOuMa0mORmnsSv6xEJr6Xs0',0,'strunnell251998'),(5788,'zlee32321962','$P$BxGhbgzq/hTOe6bnhiLoFT9X/nI1TA.','zlee32321962','zlee3232@gmail.com','','2018-11-02 12:40:02','1541162403:$P$BKg34ZlOv2P2XHUgD93al/kdxhPiev1',0,'zlee32321962'),(5789,'mikalpham1953','$P$Bq9TEnGkfB1mbmsHDdyfWyKOQbTfeE0','mikalpham1953','mikalpham@gmail.com','','2018-11-02 13:32:39','1541165559:$P$B9fYXjoty2d965NWHwbusjvFG2hk7J1',0,'mikalpham1953'),(5790,'northtenthabezzte','$P$B.u8dRd7pgKhAHuG2HhciQjITqHsos1','northtenthabezzte','northtenthabezzte@imunan.info','','2018-11-02 14:32:51','',0,'northtenthabezzte'),(5791,'chrischen.pdp2009','$P$BN97CqHuiJKrquXd1eZQImA3bBFUvV/','chrischen-pdp2009','chrischen.pdp@gmail.com','','2018-11-02 14:52:27','1541170348:$P$B0ZkVnNqEpBMi7aNK5rL/aGOkVEpzi.',0,'chrischen.pdp2009'),(5792,'gcannon122004','$P$BvoTGv3M6sOfgbUsDd.IlWjX5bMolV1','gcannon122004','gcannon12@gmail.com','','2018-11-02 15:20:04','1541172004:$P$BcGy6Vlz.jPiV3vchlXo8wBf8v9aDz/',0,'gcannon122004'),(5793,'keepthemwaiting1986','$P$BgsEauXaH9k1/y29t0ZSBeQwHuCZE20','keepthemwaiting1986','keepthemwaiting@gmail.com','','2018-11-02 15:34:01','1541172841:$P$BulD7QKdfM2F5Qm.zL.RINEYNR2ijM0',0,'keepthemwaiting1986'),(5794,'marchandjanice1963','$P$B9Kw1t6ecBXE2XOd6D8DuariuaySyj.','marchandjanice1963','marchandjanice@hotmail.com','','2018-11-02 20:25:36','1541190337:$P$Bb9A9cg9YA7dQ1I148cMhsWgtyzNjd1',0,'marchandjanice1963'),(5795,'credberchaetracan','$P$BXgrxhzCEChnAH93xDGarPEjyYJe2Z0','credberchaetracan','credberchaetracan@imunan.info','','2018-11-02 20:47:41','',0,'credberchaetracan'),(5796,'af2331955','$P$BLkEVn6Sly.Q8e1HDDdOmE5uMm6Crr/','af2331955','af233@hotmail.com','','2018-11-02 21:50:09','1541195409:$P$B2ESxCJurgt3m7l/HTfL1mhbyK9zdT0',0,'af2331955'),(5797,'aparna.vidyasagar1963','$P$BQK2dWxL39mSC029SuKfr1bL2lBk5T.','aparna-vidyasagar1963','aparna.vidyasagar@gmail.com','','2018-11-02 22:11:53','1541196713:$P$B/V6rphjSoxFLkJXW0cZw3ZQmHnoL/1',0,'aparna.vidyasagar1963'),(5798,'tabeshore2008','$P$Bg5ytf1SljLIHVl9D71XPwy94a4tsV/','tabeshore2008','tabeshore@gmail.com','','2018-11-03 00:16:31','1541204191:$P$Bl6/Pv7uU5KcSm9aV/SyWN8ZCr8lqt/',0,'tabeshore2008'),(5799,'albertstreet1969','$P$BQQLFPqKOh6Km1QpP/DyRZiJY1GCJv/','albertstreet1969','albertstreet@comcast.net','','2018-11-03 01:23:17','1541208198:$P$BSGSpYuoahapC/iWlG3mLEe9BESime0',0,'albertstreet1969'),(5800,'steve.nahas2001','$P$Beeg/w2.Crg2C7lhsiU0IcnWketq07/','steve-nahas2001','steve.nahas@gmail.com','','2018-11-03 09:10:36','1541236237:$P$BrCuFYq37UX5WI0Gdyty8HaFc/DPyT0',0,'steve.nahas2001'),(5801,'desiveronika21965','$P$BvfCjmFm5bPUgFHKs9me7Vaze2Rn49.','desiveronika21965','desiveronika2@gmail.com','','2018-11-03 09:59:29','1541239169:$P$BfovZHGTn4DPHeslpngvoB8hJu9eg80',0,'desiveronika21965'),(5802,'glendalebully2010','$P$B7tfslFjYePYsmCnKn97SJg.rjMDAB/','glendalebully2010','glendalebully@gmail.com','','2018-11-03 12:20:40','1541247641:$P$BVOAW4vPaS4gfNJQDJKIJpnKa9zoW81',0,'glendalebully2010'),(5803,'fabsybacklerriou','$P$BNeeubYveMMYnDebbmDQmztl25/uAp1','fabsybacklerriou','fabsybacklerriou@imunan.info','','2018-11-03 12:33:56','',0,'fabsybacklerriou'),(5804,'bsturza2007','$P$BNvMxqu0mCm15OiP9cV1SODFKeY/UL0','bsturza2007','bsturza@gmail.com','','2018-11-03 13:32:36','1541251957:$P$BvWwWuBleuZcu9NZwGI3gzAtbsayF71',0,'bsturza2007'),(5805,'jchirchick2002','$P$BMXo1.ip7rraELMvBZP5v3XcI0WNwl.','jchirchick2002','jchirchick@gmail.com','','2018-11-03 15:45:03','1541259904:$P$Bwq.qW0DTPIA0infZ8JmFJf9Tz14oQ/',0,'jchirchick2002'),(5806,'cisobecetma','$P$BJ1HIp7w8tJD40uw6/VQZmRGsJ9W8s1','cisobecetma','cisobecetma@imunan.info','','2018-11-03 19:02:14','',0,'cisobecetma'),(5807,'dontknowshiz2003','$P$BBGJLa5WZzqHwP1nriMV7u2QnJRH2A0','dontknowshiz2003','dontknowshiz@gmail.com','','2018-11-03 20:08:22','1541275703:$P$BH2TCpbUf0uoWJ32h0VwnZ/xkLim2r.',0,'dontknowshiz2003'),(5808,'caitlinbackster1974','$P$B2b..oHUcaLez20RZ33kySiXDKt5Yw1','caitlinbackster1974','caitlinbackster@gmail.com','','2018-11-03 22:15:56','1541283356:$P$BUGMv5pE4vdkWrc2YA0flObNJZ3riI.',0,'caitlinbackster1974'),(5809,'tracydnichols2004','$P$BnwvEZDc1Hwd2hCp.LTxsunnzWJldO0','tracydnichols2004','tracydnichols@gmail.com','','2018-11-04 01:34:54','1541295295:$P$BHVxnmTZ5b4uP9MzzEk0fE4Hi9gzap/',0,'tracydnichols2004'),(5810,'emutalaran','$P$BIA21bnPyZTynT3/2zF0DvuiUlWKHT/','emutalaran','emutalaran@imunan.info','','2018-11-04 03:07:45','',0,'emutalaran'),(5811,'leonief041959','$P$BOwFyrJfHfqqtd9sATtVt5dpkK7H.D0','leonief041959','leonief04@gmail.com','','2018-11-04 09:10:31','1541322631:$P$BnJVZisxX.woTP7PX1tGEUtOGp5jlI/',0,'leonief041959'),(5812,'sjbyrne2004','$P$B/2l8qYuICNfRTCjFKy9McGpDfmizE/','sjbyrne2004','sjbyrne@ntlworld.com','','2018-11-04 18:46:15','1541357176:$P$B3QQY3C5NgIPPEmpVI1q4GXgz7P4GQ1',0,'sjbyrne2004'),(5813,'andreaa.bolli1964','$P$BdSNyfvXnTnhBW6EzeNcXt9TpPDRVF.','andreaa-bolli1964','andreaa.bolli@hotmail.com','','2018-11-04 20:40:47','1541364048:$P$BuGJ4QudyoVaYEmztIQCA5ULE28qPr.',0,'andreaa.bolli1964'),(5814,'lutz.kammann2003','$P$B5b75wn00bwWhr1.WhTgGcgAmSJbQF.','lutz-kammann2003','lutz.kammann@gmx.de','','2018-11-04 21:43:55','1541367836:$P$BLaanfVL1uzXxWF4Fw/wchdIUgDIPA.',0,'lutz.kammann2003'),(5815,'irinuchka1968','$P$BAfyAsym.BZYtjyyZeGABlJOBWqd4g1','irinuchka1968','irinuchka@gmail.com','','2018-11-05 00:15:48','1541376949:$P$BT43jUn.h0DKMBDg8lRajBuhlTy5lh0',0,'irinuchka1968'),(5816,'despinawef2001','$P$BXXZo/WoxkL7D.kKsb03A.7GeQRlnE.','despinawef2001','despinawef@gmail.com','','2018-11-05 01:30:04','1541381405:$P$BDFuHYS8l34VcJwWiLbQQ0WowlHgOc1',0,'despinawef2001'),(5817,'kciuchtae82004','$P$BI47z1AIUbk4tuJD1mo6sBagFeBwGz0','kciuchtae82004','kciuchtae8@gmail.com','','2018-11-05 04:41:30','1541392891:$P$BlYYAR3W7K35hpKgCTow.XPl5gm.ti1',0,'kciuchtae82004'),(5818,'aubrit011976','$P$BxJrn5TNz4ZGGl3.uFDvCzoMWiapnP0','aubrit011976','aubrit01@gmail.com','','2018-11-05 14:09:09','1541426949:$P$BZvYC1XW1spWO6vsnIlBGXenfOleSy0',0,'aubrit011976'),(5819,'jackgaiter01956','$P$BpP1x6p/IraT/nthXLqo.J/s0L6eI/1','jackgaiter01956','jackgaiter0@gmail.com','','2018-11-05 15:15:51','1541430952:$P$B4lqUMniJT2Fgqg5D.AZDVLzllNMem1',0,'jackgaiter01956'),(5820,'tacklebox31977','$P$B/ewAxz70O/8XtmPBgTaxaqliXN4w91','tacklebox31977','tacklebox3@gmail.com','','2018-11-05 16:16:47','1541434607:$P$B//ARh9IfakRLB4N0thOhAUpDRL.n.1',0,'tacklebox31977'),(5821,'drewgzy1996','$P$BhXW1iK7RgHkQ4QPkC4.JQUkNx/5ky/','drewgzy1996','drewgzy@gmail.com','','2018-11-05 16:18:33','1541434713:$P$B33F4WwV3joAzagYqHcqgKygNaRA6S0',0,'drewgzy1996'),(5822,'mp3son2006','$P$BaqhidLFUJ5IHVnQ7u4MH0iRPvXXGc/','mp3son2006','mp3son@optonline.net','','2018-11-05 16:33:24','1541435604:$P$Bq.umym1/tC1az5ckOari0Zc7J6tPC/',0,'mp3son2006'),(5823,'alisrepro1980','$P$BNnhZ0SDOCxCbzo2LC0T30kxqzW6sg.','alisrepro1980','alisrepro@gmail.com','','2018-11-05 18:34:40','1541442880:$P$BL12.RRMw5e5eySdXFLkkOnb.Syjjm0',0,'alisrepro1980'),(5824,'ganmtrailer2010','$P$Bk3U3fD9vytOTh.hpwTKraKrmLJucx.','ganmtrailer2010','ganmtrailer@shaw.ca','','2018-11-05 18:49:50','1541443791:$P$B3/f5QIgLH35d13YJdwOYLymy9i1pN1',0,'ganmtrailer2010'),(5825,'lacey.satterfield1967','$P$Bplg5xol.MonQaj8dftsFXU/ih5HF1.','lacey-satterfield1967','lacey.satterfield@gmail.com','','2018-11-05 18:59:23','1541444363:$P$BqkB89QE1Dmb.4oEnKFFhw1Cs2CkUy0',0,'lacey.satterfield1967'),(5826,'davidmiroglio2003','$P$BtLQKurPa4SBVoUVGQc3uVY0Y9LNjW.','davidmiroglio2003','davidmiroglio@gmail.com','','2018-11-05 19:21:18','1541445678:$P$BzIeZaBi1vLwmBZCqGmfZNvHxWD0xu.',0,'davidmiroglio2003'),(5827,'kimberlymedearis712005','$P$Btp8u35c3ctQbNgKTFnWnpbHaENypL/','kimberlymedearis712005','kimberlymedearis71@gmail.com','','2018-11-05 21:16:44','1541452604:$P$Bk5OjqC4eomtJOCtZAH435/B987ovG.',0,'kimberlymedearis712005'),(5828,'dawson6642000','$P$BVhp7gI944SUuQ3IwoMGg8BOEfKF/40','dawson6642000','dawson664@comcast.net','','2018-11-05 21:17:11','1541452631:$P$BFIENrYrs/vJQPyqTs4G5BFbGKRbdF/',0,'dawson6642000'),(5829,'tebreena0071984','$P$B8CdAz67PVsxzelf68.FkvKoDtUDMY.','tebreena0071984','tebreena007@gmail.com','','2018-11-05 21:23:33','1541453014:$P$BbyT1Dvq555fJVFqTspqD.6q54UqKW/',0,'tebreena0071984'),(5830,'cashanna.williams2002','$P$BaJGrgfzvjsOCdU.r9q70BsCx3BgpC.','cashanna-williams2002','cashanna.williams@gmail.com','','2018-11-05 22:00:24','1541455224:$P$BP32uqxmL0u.hOe5QfnytxuCK0JAMu0',0,'cashanna.williams2002'),(5831,'swervesalon2003','$P$BF1BwzsaEEgFHCLVNqPFJYOvKQl5rp0','swervesalon2003','swervesalon@gmail.com','','2018-11-05 22:09:00','1541455740:$P$BnK9VjFSLvs.5mDUirEArSVP7G0VUO/',0,'swervesalon2003'),(5832,'bradleyt1001971','$P$BVo2DGsKqYMoeeKXHbIWpbamXjkvOE/','bradleyt1001971','bradleyt100@comcast.net','','2018-11-05 22:13:23','1541456003:$P$Bd7PpNzVjjD.jshzzWLi6uA.2YCd8U/',0,'bradleyt1001971'),(5833,'brandonk610931952','$P$BiFGVScQFKayZpKC7GEDR/K0s6/ei70','brandonk610931952','brandonk61093@gmail.com','','2018-11-05 22:30:00','1541457001:$P$BikbUPUaoHbfw6n6OR0PP6DyWivTs./',0,'brandonk610931952'),(5834,'jeren12281983','$P$Bv5lC/ngmyNN3sTh/udo5L3KgOVkk00','jeren12281983','jeren1228@gmail.com','','2018-11-06 00:44:56','1541465096:$P$BqDpjBPFDmkXCRrUGT5ljEKCUMsR/G.',0,'jeren12281983'),(5835,'karl.goodwin4041978','$P$BzTvnupgFCDY9eaQ7RSwY6yaEsk2ao/','karl-goodwin4041978','karl.goodwin404@gmail.com','','2018-11-06 05:43:00','1541482980:$P$BFwjL9gjkLyPiYabjKlPCgQCzRAXtR.',0,'karl.goodwin4041978'),(5836,'baileydoit1990','$P$BIr5rJPVYwOBbScUOn427MoFyWeM.C0','baileydoit1990','baileydoit@gmail.com','','2018-11-06 07:00:06','1541487607:$P$BYBlVn5YIpxI9b/nhXUpJnGjd/QbMF/',0,'baileydoit1990'),(5837,'abailey10301979','$P$BZ6vvJbKTVW/PEGndPvMvccTvU3AIV0','abailey10301979','abailey1030@gmail.com','','2018-11-06 10:54:02','1541501643:$P$B9GIEG.DU7JCjiiakTDVKCKoXfs.cj1',0,'abailey10301979'),(5838,'markbattles1998','$P$BOxUEY87ZURM1QGHyww7hI9aRCnQ.n/','markbattles1998','markbattles@hotmail.com','','2018-11-06 12:26:01','1541507162:$P$B6yhS.73.SV33N7QpvFkNXWoJ7yVi8.',0,'markbattles1998'),(5839,'paulanicv1998','$P$BdiyD8AaH35bUoVc6XDXT4u3u8lvgv/','paulanicv1998','paulanicv@gmail.com','','2018-11-06 14:06:40','1541513200:$P$BGMMOCPUM2mIn4Oj3DP6lj5Mjsdaq30',0,'paulanicv1998'),(5840,'libertypalace2002','$P$BIZRWh/SHPux0idQEkJVKgp5QxNgGK/','libertypalace2002','libertypalace@outlook.com','','2018-11-06 14:21:35','1541514095:$P$BaV/mJzAdD33J.qs1omRYqQxV5KhBR.',0,'libertypalace2002'),(5841,'kevin.veith2000','$P$BGqcly6tVYkuvFqbrR4SNZCCN4GKPs1','kevin-veith2000','kevin.veith@t-online.de','','2018-11-06 14:39:31','1541515171:$P$BXEJM.EXSiue3nUsS6kDXd7uVJhDPM.',0,'kevin.veith2000'),(5842,'shelnel751963','$P$BE0ZtkYO61l4ZsWau9tnB.G9y/hwEI1','shelnel751963','shelnel75@gmail.com','','2018-11-06 14:43:17','1541515397:$P$Bg01QgjM9vh7MdiIRuauv4y5tA2wEQ1',0,'shelnel751963'),(5843,'bairdgang1968','$P$BgOZcxLftcdTZRtpadSYuc0hsoPsef/','bairdgang1968','bairdgang@gmail.com','','2018-11-06 15:39:05','1541518745:$P$BpIJHASKwHweIDKLeycSyd5N8RKcDa/',0,'bairdgang1968'),(5844,'kari1979','$P$B/5WYcg5HwdPo8CyeRu9SPH1bpGTvJ1','kari1979','kari@wilsonmgmt.com','','2018-11-06 17:18:24','1541524705:$P$BRu28qei5b8f9OE19GCMTpftAlv52s/',0,'kari1979'),(5845,'alexanderkon1973','$P$B3xJX2sOCXrQMet7Jxq2DLp9Mqv8NX/','alexanderkon1973','alexanderkon@gmx.de','','2018-11-06 17:39:51','1541525992:$P$BiT2xvYxgNTYhjzrlXzfkbTu0qnYi.0',0,'alexanderkon1973'),(5846,'shrry991995','$P$BwT/TzMUhK23EVpuVec0K7CYGrUOsX1','shrry991995','shrry99@gmail.com','','2018-11-06 18:06:35','1541527595:$P$BSFfWMYnrOLPc4UglPaoSfZbLwVuCX.',0,'shrry991995'),(5847,'mackcath11953','$P$BQVdr39NmQiK8QQNant8b3JClofcM40','mackcath11953','mackcath1@gmail.com','','2018-11-06 18:18:49','1541528329:$P$BVSPUIyjMnBkhZasZNCaackq4Ph6/G.',0,'mackcath11953'),(5848,'majidawad1991','$P$B9ldpbxLyAeexRpMXJ9bw6w5SpLgwN0','majidawad1991','majidawad@gmail.com','','2018-11-06 18:31:46','1541529107:$P$BbO4nHe4tEUXsvzOsYKvHKaJjXdOCQ0',0,'majidawad1991'),(5849,'jibbij1999','$P$BcrvveZMhYtqhAeTmME5VM3tePPGHz.','jibbij1999','jibbij@comcast.net','','2018-11-06 19:47:45','1541533666:$P$BVDDe6liNScovwtQL.UfX1tMMArXHa1',0,'jibbij1999'),(5850,'qshahbaz6691953','$P$BRLHt84z58kxD0cjNKeKt.O0RoDwyx0','qshahbaz6691953','qshahbaz669@gmail.com','','2018-11-06 20:54:08','1541537649:$P$B8CbGPBOdQey4b1gXUXEsRPhYRcSnF/',0,'qshahbaz6691953'),(5851,'haagcompanies60251993','$P$B0RvJVGEeTIls./WnqJ1zJoYvaQCj2.','haagcompanies60251993','haagcompanies6025@gmail.com','','2018-11-06 21:10:18','1541538618:$P$BE7AjjpO76LgjfxA.cA6WaDnju09P//',0,'haagcompanies60251993'),(5852,'kayla.rueffer2000','$P$BDtOw//.nls4YiLP7KHVuyYDAYzi.p1','kayla-rueffer2000','kayla.rueffer@gmail.com','','2018-11-06 22:22:03','1541542924:$P$BZVROOVUCUktg8PVe9BkuVhXxdCECL.',0,'kayla.rueffer2000'),(5853,'ojeda83191966','$P$BIpYORKUPfSU.L5gTEgwuKZDfOZSwJ.','ojeda83191966','ojeda8319@gmail.com','','2018-11-06 22:30:22','1541543423:$P$BB4gU3zThkF9fSM0gbDyLeQNhhMQpL/',0,'ojeda83191966'),(5854,'annabellevance1952','$P$BBxruZ0ra4M7jL0t55bqNfaAiRVkhS/','annabellevance1952','annabellevance@hotmail.com','','2018-11-06 22:50:02','1541544603:$P$BH9bB6f6iqf48rdvMz0IjYnbh1LP4I0',0,'annabellevance1952'),(5855,'cling20032010','$P$BKDIDYLssvmf7WdUbYSY7U3umZCxnu1','cling20032010','cling2003@optonline.net','','2018-11-06 23:03:40','1541545420:$P$BdGKtHlUM28QWztaXNuHOp5GAJ6Hxx0',0,'cling20032010'),(5856,'myfatalthoughts1963','$P$BDZSEgCF3wQE2iGDnZP1y50aHNCLeQ0','myfatalthoughts1963','myfatalthoughts@gmail.com','','2018-11-07 01:01:43','1541552504:$P$BDdfdgYzVyfSyIdfh2DwQYUkf1/E3A0',0,'myfatalthoughts1963'),(5857,'pbrotundo2001','$P$ByFAF7Nj/1s/STZJHyDd.Zs0qCnABq0','pbrotundo2001','pbrotundo@comcast.net','','2018-11-07 01:27:01','1541554021:$P$BrhbUo28yBBeWxmHNwDIqCcNTKuZ8O1',0,'pbrotundo2001'),(5858,'tyminter20031978','$P$BI1weXMcAYG3gIXKyW4qesCEnaBABU/','tyminter20031978','tyminter2003@gmail.com','','2018-11-07 04:57:12','1541566632:$P$BONneI1regj0IUpyOHGvFH2FyfOuh5.',0,'tyminter20031978'),(5859,'muridi121954','$P$BdQ8iAj8fNPpUeNnkcM..1HmT34mvj0','muridi121954','muridi12@hotmail.com','','2018-11-07 05:09:45','1541567386:$P$B33g5sQOC.KoVLqGE5wraDK4tTrVti.',0,'muridi121954'),(5860,'lolitsnico2008','$P$B.e3LKscQjOspxBBKzcXvuWh3l20d..','lolitsnico2008','lolitsnico@gmail.com','','2018-11-07 09:26:50','1541582810:$P$BNOApLkzkvViIDNRzjEX6b5.KySN8W0',0,'lolitsnico2008'),(5861,'mattroe4562009','$P$BSBWvswXMhX6DnDTH2kl3UKnjvjc0W.','mattroe4562009','mattroe456@gmail.com','','2018-11-07 09:49:27','1541584167:$P$BrJihwcL5UaocNW7pgI/hkWjwV7Y021',0,'mattroe4562009'),(5862,'bmikeg20021979','$P$B5ieJaxKVpPUibpJ593QWGtJlNQ.PL/','bmikeg20021979','bmikeg2002@gmail.com','','2018-11-07 13:50:00','1541598601:$P$BJfh.MmcBZvNop2wEaUi2Ei.Hlgc3T1',0,'bmikeg20021979'),(5863,'oakridge.salvati1966','$P$B2mybcgh97d6VMAfwQODuOL8hrHUXG1','oakridge-salvati1966','oakridge.salvati@gmail.com','','2018-11-07 17:25:10','1541611510:$P$BBGOwqWnWERhepYRrKeHOL9aPlc2B0/',0,'oakridge.salvati1966'),(5864,'beralpol1950','$P$BmtNJfUiHeXqqrXYcv4wNqmh47jGI81','beralpol1950','beralpol@gmail.com','','2018-11-07 17:58:22','1541613503:$P$BvTiZeDGQ3zs4QousEg4lq4JZZ1ngE/',0,'beralpol1950'),(5865,'teresa.cozzetti1990','$P$BkdHIFBKXPJIAYekwkWbuVOFFLliMX0','teresa-cozzetti1990','teresa.cozzetti@gmail.com','','2018-11-07 18:33:03','1541615584:$P$BVCbReQ1UUzy1FuUbmVjzw7i9HK/yF1',0,'teresa.cozzetti1990'),(5866,'alanlew551990','$P$Bpx2Sqb4r6gAtl0XnfI7n3W7P43vo4/','alanlew551990','alanlew55@gmail.com','','2018-11-07 19:16:56','1541618217:$P$BLx.3.x1wwtbKnpDomNQ9nO4CsQE8e.',0,'alanlew551990'),(5867,'petikwei1970','$P$BJRUW.Cor6Cu.TLnTA2kqGH.6EuWN0/','petikwei1970','petikwei@gmail.com','','2018-11-07 19:29:25','1541618966:$P$BhkZBs7t0QEGdXgT9pFsVUnrTz3Db7.',0,'petikwei1970'),(5868,'atunderdogk1993','$P$BtDUSfeawSHquM0rKdniukEogNVV3Y.','atunderdogk1993','atunderdogk@gmail.com','','2018-11-07 19:44:07','1541619848:$P$B.ed55LP4NuTqhR4tBBskGoXYy/s.P0',0,'atunderdogk1993'),(5869,'meetthetucker12171985','$P$BBQqMOJipr14aF/xWgSmOd0UEbzhEY0','meetthetucker12171985','meetthetucker1217@gmail.com','','2018-11-07 20:14:38','1541621678:$P$BDRhrG3axCoGpz6KEfGsYK80NzVNtf0',0,'meetthetucker12171985'),(5870,'pltorres801988','$P$BD6zXxddrr6bsAnjj2Msip3ORKCZ3X0','pltorres801988','pltorres80@gmail.com','','2018-11-07 20:46:08','1541623569:$P$BnTYRJ9EvgFJRceO2nxuYAWJeTrKj60',0,'pltorres801988'),(5871,'kwithrow1964','$P$BMD7G727qCimJBuQYiedJAlwztkBw41','kwithrow1964','kwithrow@fenwick.com','','2018-11-07 21:11:45','1541625106:$P$BZSJVNROcez61twvkW9FKqUXPPZbLK1',0,'kwithrow1964'),(5872,'traxlc06031963','$P$BO9/VHp6OcqBS1JKObS7FTAkV20cSF1','traxlc06031963','traxlc0603@gmail.com','','2018-11-07 21:16:01','1541625361:$P$BWk7j8eCcgm3PsmxYRtOGuXkRHb4wj0',0,'traxlc06031963'),(5873,'mrs.jessicamarlowe2004','$P$BA7tgh7XekKkEcwumJn4fG.y6shPtV/','mrs-jessicamarlowe2004','mrs.jessicamarlowe@gmail.com','','2018-11-07 21:52:24','1541627545:$P$BCmzY4nHb5SxkfnRCPt.SqrI/IzB0F1',0,'mrs.jessicamarlowe2004'),(5874,'nskrobot1962','$P$B2UUI2oT3kPO93xPM3oRvH60JpuVAl/','nskrobot1962','nskrobot@gmail.com','','2018-11-07 21:59:06','1541627947:$P$B4y3AM1AHfbpZlh29.syikum.Qi4JS.',0,'nskrobot1962'),(5875,'jeffa1968','$P$BZvzJf6ZJEH.VaiUH90uaibtSmfhPQ/','jeffa1968','jeffa@fairtaxinc.com','','2018-11-07 22:18:52','1541629132:$P$B1gwE6K20hpJRMNYPLJna4ILKoYjes.',0,'jeffa1968'),(5876,'cyacano1958','$P$Bjgfbg6DYJGGJwmpz394lsYz9gG0IY/','cyacano1958','cyacano@jeffco.k12.co.us','','2018-11-07 23:21:05','1541632866:$P$BnaHk.GjbYBOdwHLaznSMd9Mg7nyPa0',0,'cyacano1958'),(5877,'hernandez.daniel89071961','$P$BiulUGa4Duu/BloTbn6YwYUkOlGZGG1','hernandez-daniel89071961','hernandez.daniel8907@gmail.com','','2018-11-07 23:45:52','1541634353:$P$BT3n7xu5Wn7oEYjjo5Od/IgGviyR7B0',0,'hernandez.daniel89071961'),(5878,'cindy1963','$P$BfHlBkWXi2cfRZlzwAB7EzHRNnP0.f/','cindy1963','cindy@pricecpas.com','','2018-11-07 23:46:45','1541634406:$P$B5m4z4W1OI9Lgo2NANCWqQL62Vl8wr.',0,'cindy1963'),(5879,'osonyele1964','$P$BkQW3SdqMYnSGuWPbTMsd2CL7PDQmt0','osonyele1964','osonyele@gmail.com','','2018-11-07 23:57:20','1541635041:$P$BVmGLbXJ5TlmSiMWIjgeuUiweFb2xw0',0,'osonyele1964'),(5880,'leesmerchandise211976','$P$Bd0i.Umjf/CvdzVYa0plEGOcsnEtYg.','leesmerchandise211976','leesmerchandise21@gmail.com','','2018-11-08 00:05:25','1541635525:$P$B436LZbQK9bc9BAhJwN9HFkTgaqZJj1',0,'leesmerchandise211976'),(5881,'info2005','$P$B/lOuI8/VuzZ5kl9yIh4oc3hmh7QvH1','info2005','info@thescarletletterpress.com','','2018-11-08 00:16:22','1541636183:$P$BEqlm8JqObFDREw54tDZ0J6eTRtXEA/',0,'info2005'),(5882,'mckaynb1960','$P$BqA4S6AsvazfKeix6omKC9c5.ohIYv0','mckaynb1960','mckaynb@comcast.net','','2018-11-08 02:16:38','1541643399:$P$BSwj/amfOvIUVfAAil9jg6PyBbUL/N0',0,'mckaynb1960'),(5883,'wajida6032003','$P$B5RpSiMFLMD.faNvpjaLgkmD65W6FE0','wajida6032003','wajida603@gmail.com','','2018-11-08 03:23:57','1541647438:$P$B5hD0BtfHC9CFJxJVFmhIMo17Ypyz41',0,'wajida6032003'),(5884,'cindykm501980','$P$Bvb1Lxf/WSottGZat3XLPCLa6VlvFf1','cindykm501980','cindykm50@gmail.com','','2018-11-08 05:38:55','1541655535:$P$BIowDGLA8JoiXzZVUwOK8.WkjXB5LP1',0,'cindykm501980'),(5885,'audreymckie1961','$P$Bjh7I/JNVDqOxzuFua3YZXYKmhjwLZ/','audreymckie1961','audreymckie@tiscali.co.uk','','2018-11-08 05:41:11','1541655671:$P$B0BXmZgXhuDriYhdi7RHwQmgV0vvSY/',0,'audreymckie1961'),(5886,'jessicambarrios2009','$P$BQQUBd1RijabMEDXej3BS7dUhsxusI1','jessicambarrios2009','jessicambarrios@gmail.com','','2018-11-08 06:47:45','1541659665:$P$B6TJD40GtrDplXFUYYksQAy/ZdFaNb.',0,'jessicambarrios2009'),(5887,'cmtorres261999','$P$B6OeuwkyNKjvUqrjzWrwcL576jCDNn/','cmtorres261999','cmtorres26@gmail.com','','2018-11-08 07:52:41','1541663562:$P$BPQXjFUK7T5vvAVRotreiv8YH4REhW.',0,'cmtorres261999'),(5888,'djjax112002','$P$BzzuI5bU/wCrNJhgZ2fQOHdwvEigp//','djjax112002','djjax11@gmail.com','','2018-11-08 10:50:54','1541674255:$P$BYKq.cuX2XdX4csEIiTC5UFiS/eCXK.',0,'djjax112002'),(5889,'shopdroppers2004','$P$BMeuBM8fuCibegZ250PBoP5xrc09pm0','shopdroppers2004','shopdroppers@gmail.com','','2018-11-08 13:54:13','1541685253:$P$BgFLLPYneZN9L6x/gfj2DTkP9WenId1',0,'shopdroppers2004'),(5890,'luka.johanna172010','$P$ByOLR3ohjYrTbzEgHSrU24tflaip.40','luka-johanna172010','luka.johanna17@gmail.com','','2018-11-08 14:16:55','1541686615:$P$BioEaVVvSicOHigdBvSFrF5Jycx32q.',0,'luka.johanna172010'),(5891,'hoogsoeren1997','$P$Bb7d8aNQ1nPlfcY6v2ROL201vwABAl/','hoogsoeren1997','hoogsoeren@hotmail.com','','2018-11-08 15:03:08','1541689389:$P$BbR6EAAfgmfWF99/s7a/VIrwUBQcUZ.',0,'hoogsoeren1997'),(5892,'mick0020031981','$P$BOsUVUY7OSQGs2BrS47x.PCQMeEfcJ/','mick0020031981','mick002003@gmail.com','','2018-11-08 15:11:03','1541689863:$P$B.zgfuehHaNtAo42Xs5vQDQWvN7rLa.',0,'mick0020031981'),(5893,'vgomezperez1962','$P$BZ1BcZFJpRDv7v4h9oZkPf3NZg3ZXO0','vgomezperez1962','vgomezperez@una.edu','','2018-11-08 17:03:53','1541696633:$P$BSh79HPMOnS0x2XTO4laTSoET/f06R.',0,'vgomezperez1962'),(5894,'mwilliams41958','$P$BHiIKxn0zMqI1yHtgEOZY8SVhcD2mT/','mwilliams41958','mwilliams4@houstonmethodist.org','','2018-11-08 17:21:54','1541697714:$P$B98sgUdPRQ9xXq9rfTsXKSh1q7kTMe.',0,'mwilliams41958'),(5895,'meadow.chaput1957','$P$BZnfvnTMKHySPQrzX9k7NdVvC6WaPc1','meadow-chaput1957','meadow.chaput@gmail.com','','2018-11-08 17:26:26','1541697987:$P$BGH4hwoKoLKmsNHbwGKnTIP4mc8jeu.',0,'meadow.chaput1957'),(5896,'arthursimpsonii1955','$P$B29M0oLcnSG5cugp3LKSi4EHYTQUtd.','arthursimpsonii1955','arthursimpsonii@gmail.com','','2018-11-08 18:25:09','1541701510:$P$BgfRLbXG0VynQANt0dONL2BywnvcQ4.',0,'arthursimpsonii1955'),(5897,'jeannie.obrien1956','$P$BQA4d7XUBTAf4NNMDUG/QDF3RsRxd9/','jeannie-obrien1956','jeannie.obrien@eminence.kyschools.us','','2018-11-08 18:51:12','1541703073:$P$BsJWD320XwEtxgxB1mtz2zsTS6IJvC0',0,'jeannie.obrien1956'),(5898,'priya4102010','$P$B7yzLyNyY2jUTsPVJHIm3.ET9ptbuD0','priya4102010','priya410@gmail.com','','2018-11-08 19:29:21','1541705361:$P$Bp1H2tOm3wzkegutcA6oTIoPn5bxJq0',0,'priya4102010'),(5899,'drdsstuart1990','$P$BfGJ1ixL07t46SkX.RKMLIHevwD7Ay0','drdsstuart1990','drdsstuart@gmail.com','','2018-11-08 19:45:41','1541706342:$P$B4Od1MGcPXwmarHnPpmjaVb3M.FG.e/',0,'drdsstuart1990'),(5900,'chris.balaj1959','$P$BTsuz1uBVsXnhtnKyk.qVPTH7urEjK0','chris-balaj1959','chris.balaj@gmail.com','','2018-11-08 19:49:11','1541706551:$P$BqyQHA.tD.XktLujkmeNONCekfIIQA.',0,'chris.balaj1959'),(5901,'hkafaith1955','$P$BU2VUvDsiRai7TwXoz4Ca4O7Xi6bEK0','hkafaith1955','hkafaith@gmail.com','','2018-11-08 20:14:27','1541708068:$P$BWpG0LNpW44qzEFucbFjnL.82..bwP0',0,'hkafaith1955'),(5902,'hn.osman211979','$P$BXrfAMEc9B/rkaJfiBGSTvCemaY2Xs.','hn-osman211979','hn.osman21@gmail.com','','2018-11-08 20:46:33','1541709993:$P$BWEWAqc2MqgbT/aYGM6sjp0zzILs6t1',0,'hn.osman211979'),(5903,'msawh891992','$P$B6t0w4oek0U2vVGPDlQEbF1.pEpgTN.','msawh891992','msawh89@gmail.com','','2018-11-08 21:21:10','1541712071:$P$BDZwo/B/pLZF1INeEIvItqGMjrkJpf0',0,'msawh891992'),(5904,'gnbsc11976','$P$BQAex85UkUOVhE76UlvZ.pD7Pr/mgD0','gnbsc11976','gnbsc1@cox.net','','2018-11-08 21:41:06','1541713267:$P$BkHSLfax3rMdI3LhKluLBwBLBvOUTv1',0,'gnbsc11976'),(5905,'tmskorup1984','$P$BrPyMJYuI1Asm8ZvZWitqzKwENC9Gd1','tmskorup1984','tmskorup@gmail.com','','2018-11-08 23:05:52','1541718352:$P$BU7VIuh0DdJccl0YW7FIJAVYBtydmh1',0,'tmskorup1984'),(5906,'mcguckin1977','$P$BNhopjA2WGRW0Z69WhSJUW9sYpqNDY1','mcguckin1977','mcguckin@comcast.net','','2018-11-08 23:46:21','1541720781:$P$Bp.0GmYmZZdGt4M102/Ug2kz4lyZ8h1',0,'mcguckin1977'),(5907,'nmp260261970','$P$BputyMeY5QprWWRA..guQRUvSKjBGx1','nmp260261970','nmp26026@gmail.com','','2018-11-08 23:59:17','1541721558:$P$B9cdioNq.fCtL.4bYC.JKAVNTrdzKr0',0,'nmp260261970'),(5908,'dannycroft20081978','$P$BCTXiB2FpH8WzEkYhcso2J7MkHlcjb.','dannycroft20081978','dannycroft2008@gmail.com','','2018-11-09 01:14:29','1541726070:$P$B1j3nyc3dGUoYkrmQ9/IGG2KYs4pB11',0,'dannycroft20081978'),(5909,'commishandduke1960','$P$Buz1H9GRqz8gM/LZ/6TWLHV0jMKHge.','commishandduke1960','commishandduke@gmail.com','','2018-11-09 01:38:30','1541727511:$P$BOb0QRA8ptcaqLYNqzeJcXe6PP9bJF.',0,'commishandduke1960'),(5910,'yalwishah931985','$P$BppOHExgsyc9oHmQlTBB/7NORC5iRS/','yalwishah931985','yalwishah93@gmail.com','','2018-11-09 04:13:55','1541736835:$P$B9Z7EQQ591Rw2OFWyq6eOm/U5uXrj4/',0,'yalwishah931985'),(5911,'bsmithfloors2000','$P$BXFUeL6snSckz7HzOKitJ4nrI5Wo8h/','bsmithfloors2000','bsmithfloors@sbcglobal.net','','2018-11-09 07:17:53','1541747874:$P$BOd82ywbnc0cyI.bjG4xIvilhJka0R/',0,'bsmithfloors2000'),(5912,'mjkruep2001','$P$B94NrbKcqbXM69AuFlBY7ucKQ/sfSv.','mjkruep2001','mjkruep@gmail.com','','2018-11-09 08:48:08','1541753288:$P$BxZ6LyrAj5igdq7iRV/K7Cbb6qkzdn/',0,'mjkruep2001'),(5913,'billgrove1990','$P$Bu4.ZSZ9QcE5eXgxC3nfLu0ET08gjb.','billgrove1990','billgrove@gmail.com','','2018-11-09 12:40:55','1541767255:$P$BVSJpZi3marUu2eE.ZL/gZVbY4La1A/',0,'billgrove1990'),(5914,'jkoza1956','$P$BisvFmj0qHshXAzgJvwSFUmHKNjHFP.','jkoza1956','jkoza@aprinta.com','','2018-11-09 17:20:23','1541784024:$P$BH5uBhx65bcJxFMeKhuWbxxSSrks2I0',0,'jkoza1956'),(5915,'t-comm1960','$P$BcZFKzbv.6g8jRhrdIR/QY2xgft/yh.','t-comm1960','t-comm@hotmail.com','','2018-11-09 17:41:39','1541785299:$P$BHTEarePzVf24Nhb/C7luKZjhg/cfi1',0,'t-comm1960'),(5916,'mrs.lonkeywonder1959','$P$B4DnCnul42GCJNAaVscrzPQV56Chlm0','mrs-lonkeywonder1959','mrs.lonkeywonder@hotmail.com','','2018-11-09 18:55:35','1541789736:$P$BidSLhohdpzJPsGAEkWgMYZP5TZrMH/',0,'mrs.lonkeywonder1959'),(5917,'summitaxes1961','$P$BVSvgtI6/aH/4mTkVCqyVGZqTkG5pM.','summitaxes1961','summitaxes@gmail.com','','2018-11-09 19:34:03','1541792043:$P$BNYI38pd4Y9ZdZ9cqnezxISrC8KDcP1',0,'summitaxes1961'),(5918,'jwesley1985','$P$BsZ1/xvyrZST0BfOlk8YfTgXpIT7ZW1','jwesley1985','jwesley@tnoculoplastics.com','','2018-11-09 19:41:25','1541792486:$P$B1RxB.5gDHV8P8TeSNgPCevMDqXPqd1',0,'jwesley1985'),(5919,'gus13_061970','$P$BZWuKSAgWgnWNMbC/otHUiflJlsFpx.','gus13_061970','gus13_06@hotmail.com','','2018-11-09 21:20:31','1541798431:$P$BHq1HDdtZrbrQeU1Zsq4kuM0dT0Fl.0',0,'gus13_061970'),(5920,'lileo8221988','$P$BBJD2J0sdlknpkx19g9XPksv8VJPGJ.','lileo8221988','lileo822@gmail.com','','2018-11-10 00:04:18','1541808258:$P$BKs4.Kl7zP2hQ9easanfrFpt5EPcg7.',0,'lileo8221988'),(5921,'staceyvoss1955','$P$BxP70kx3wsTAcuCop3Wiv9yIjsXMF41','staceyvoss1955','staceyvoss@comcast.net','','2018-11-10 02:06:14','1541815575:$P$BO5ObTz4Cpk01uwcYCuNW0XWsDkr9N/',0,'staceyvoss1955'),(5922,'richardjss1972','$P$BfTEhuaA8WXnfgTxqEosyfntPPl9BW.','richardjss1972','richardjss@msn.com','','2018-11-10 10:54:39','1541847279:$P$BSFVIEB.GFLteRXaUVHP/KJEYNUw6a1',0,'richardjss1972'),(5923,'cynthialeecurran1969','$P$B5.pq5b0t/s2ULcmx/h/VTRk3ll/JI1','cynthialeecurran1969','cynthialeecurran@gmail.com','','2018-11-10 13:22:25','1541856145:$P$BQhon/Do3.i8zMd3/zwQnD0lQbYO/b1',0,'cynthialeecurran1969'),(5924,'insanitieex1966','$P$BITTVUCchWhniFYuZMYQ.qkzFuqvax1','insanitieex1966','insanitieex@gmail.com','','2018-11-10 21:21:53','1541884914:$P$BdZumrhu.51ZfW/HHzZHhFPhqq74qB1',0,'insanitieex1966'),(5925,'granitemasters1991','$P$BczvmL0lhstVfn0GWnx5S41/9DpVeU1','granitemasters1991','granitemasters@comcast.net','','2018-11-10 22:34:43','1541889284:$P$B2mH9kztgjbj9C71J8g3p0cEE64V2u.',0,'granitemasters1991'),(5926,'jlevy04811972','$P$BgU8U9lXwBOEPADaiVwO9k7YJHcuCE1','jlevy04811972','jlevy0481@gmail.com','','2018-11-11 02:37:31','1541903852:$P$Bv.23pO6b8FovscYxU0b8078AgDwy01',0,'jlevy04811972'),(5927,'jennagregerson1969','$P$BFkjbHUoG99dQRYpaUi8IEam9kc4F11','jennagregerson1969','jennagregerson@gmail.com','','2018-11-11 02:55:42','1541904942:$P$BrItxtjvIE/5Ji9J6uJpC8uYSfvkSG/',0,'jennagregerson1969'),(5928,'jagadesh_jj1999','$P$B8eKWYVipCNOPRe2p0CgIsx2qOFgwA/','jagadesh_jj1999','jagadesh_jj@hotmail.com','','2018-11-11 03:22:43','1541906563:$P$BVybRXUEv/vIkZepOFS8qlFfD1ucBU/',0,'jagadesh_jj1999'),(5929,'kamil.samara1966','$P$B/FeG5X5Pu.0XQYADuT/zdp7gazxwz.','kamil-samara1966','kamil.samara@hotmail.com','','2018-11-11 05:10:16','1541913016:$P$BBcesrN6doJl4rxUCVEPDONu4FxBvZ1',0,'kamil.samara1966'),(5930,'m13991978','$P$BirPa9P3aeN36SJR0QWqws8/CyJ/lf.','m13991978','m1399@nyu.edu','','2018-11-11 13:54:06','1541944446:$P$Bxh3Cqu6Dw7OMV7EIcJPZex.ITJBjw0',0,'m13991978'),(5931,'anjalitcv1989','$P$B8.nDzHTvBvEyzMzA3Yk76tOEvkqx3/','anjalitcv1989','anjalitcv@gmail.com','','2018-11-11 14:56:21','1541948181:$P$BqgJBlLyYyYC1fCORMVwCXG5eSzamL1',0,'anjalitcv1989'),(5932,'imran17861991','$P$BFwMbl3sS7AK9Sj0NwT3Hw32Y2/U2i/','imran17861991','imran1786@hotmail.com','','2018-11-11 17:20:22','1541956822:$P$BFZqUmLvgQ2sbXGoes3ptxdsKhOln71',0,'imran17861991'),(5933,'tashamorwell1951','$P$BIF73KAthmyYVlGtOFSLnjAh7wA7WM.','tashamorwell1951','tashamorwell@gmail.com','','2018-11-11 17:28:59','1541957339:$P$BswxSEtCgQrwHu0LAQy2UYABpLYt6f/',0,'tashamorwell1951'),(5934,'crowndanceshoes1957','$P$BpZx.mgwwA2YMldewBs8FS8rAsTbsk0','crowndanceshoes1957','crowndanceshoes@gmail.com','','2018-11-11 21:20:46','1541971247:$P$BQ9chXZ/ZGEUbSZRnyHIu748P1ksoe/',0,'crowndanceshoes1957'),(5935,'angela1966','$P$BEmTN1fbXWe7CCYukzyLzpJ76gf.gl1','angela1966','angela@tnoculoplastics.com','','2018-11-11 22:23:09','1541974989:$P$BiZxK10Fn2pl6IcsA60wCk5QOVlt2N/',0,'angela1966'),(5936,'melpet1021959','$P$BJ/hhLF/NBxCasN4Y4oVH6og1AXC2a1','melpet1021959','melpet102@gmail.com','','2018-11-11 23:44:34','1541979875:$P$BJzOCx9C06p0Ll0MBqMR8rsYAo47Gh1',0,'melpet1021959'),(5937,'trackstarsports1995','$P$B4U4WMqKg/rt48Zoed6QzdFoSslyI80','trackstarsports1995','trackstarsports@gmail.com','','2018-11-12 00:17:41','1541981862:$P$BjovzmID.ZvcBDdrdJmmiQHDjLe9xh0',0,'trackstarsports1995'),(5938,'ggede891954','$P$BRh1ovl/b2C0SRB2csm6ENrrNhzT9g/','ggede891954','ggede89@gmail.com','','2018-11-12 00:39:42','1541983183:$P$B5BvI6XyjDMES3hipb0xQjQTxaHPGo/',0,'ggede891954'),(5939,'anthonysulayao1994','$P$BKuszpe16srDKITdCK8UaACIOX5GKj.','anthonysulayao1994','anthonysulayao@rocketmail.com','','2018-11-12 02:14:41','1541988882:$P$BxwWUF4xoiup9.fy0TU24aBDdrLpbJ.',0,'anthonysulayao1994'),(5940,'alnsulayao1963','$P$B2gkabv8z1snx1Kaqv5k7xrJY.HGmy0','alnsulayao1963','alnsulayao@gmail.com','','2018-11-12 02:17:17','1541989037:$P$BpvcGjPqeR7kckUBQ1TI8neo7.MTHk.',0,'alnsulayao1963'),(5941,'dizaoh1972','$P$B/W0bR.RJmgMtfeFyRGcUeqERCASad.','dizaoh1972','dizaoh@gmail.com','','2018-11-12 02:36:41','1541990202:$P$BwUWplsWhJVDLTxt7AAIoao4ab2Lm..',0,'dizaoh1972'),(5942,'pablogoncar1992','$P$BhKp8WtiUr/H8mWSgKjF6S33HVQmDG/','pablogoncar1992','pablogoncar@gmail.com','','2018-11-12 08:13:20','1542010400:$P$BQBvQyzqvBE6ZHnnMfC6TUejFzWmPk0',0,'pablogoncar1992'),(5943,'bordeaux.jc1964','$P$Bv6g44qzjtULwk2F3pJ5nrwuWGUJEQ/','bordeaux-jc1964','bordeaux.jc@gmail.com','','2018-11-12 10:46:24','1542019585:$P$ByaECREq5gg/e8Fbus0PlwnzP0sMLY/',0,'bordeaux.jc1964'),(5944,'frankkofler2003','$P$Bw45U33t7qHOTcRaIDV/L036W/iGks0','frankkofler2003','frankkofler@live.com','','2018-11-12 10:54:20','1542020060:$P$B7UD1vKZTNs/Da0Z4fUYkyniGooBT.0',0,'frankkofler2003'),(5945,'jessep4511956','$P$B1HN.IasuhtfWdhTls8yN7nVvadSES1','jessep4511956','jessep451@gmail.com','','2018-11-12 12:10:28','1542024629:$P$BOFgKuvbS2TqLYqDJSE.awPovz7Hca/',0,'jessep4511956'),(5946,'djsiegel841965','$P$Bnb8P4mS8jFUK5Oxi4byRAbsxX.96X0','djsiegel841965','djsiegel84@gmail.com','','2018-11-12 12:20:53','1542025253:$P$B4cUrITarwahjriy5G719.jgVB6T36.',0,'djsiegel841965'),(5947,'brycekho1977','$P$BwN8FZd.k9ri0P4PDMdsLei2u7RLtC.','brycekho1977','brycekho@gmail.com','','2018-11-12 13:24:34','1542029075:$P$BQeidivhYbIrXrR3XoONwx0fQ41cub.',0,'brycekho1977'),(5948,'sanghaakshjot1970','$P$BXAc/w7NWpFEVsN8n0ZC03oXKc/vMX/','sanghaakshjot1970','sanghaakshjot@gmail.com','','2018-11-12 16:33:14','1542040394:$P$BqbdVBCLqqIlmescIM6GxEVmXN1rJ//',0,'sanghaakshjot1970'),(5949,'3dmcelrath1995','$P$Bd3hEptFqKJM/UxnCwrPQoKdluGksB0','3dmcelrath1995','3dmcelrath@gmail.com','','2018-11-12 17:10:53','1542042653:$P$B0z22RtvcgXetvdG5NvmYcNYNgGkEG1',0,'3dmcelrath1995'),(5950,'freduar1996','$P$Bh008WPCQMk4fo3y0JCwC4a3bjOA1q1','freduar1996','freduar@student.fdu.edu','','2018-11-12 17:41:28','1542044488:$P$BiZ5vzIyGirQUxj4U1iEg8WTbzUApx/',0,'freduar1996'),(5951,'driz.zenaida1967','$P$BuInoFpnf1irvMMrPWazTALhQDBTrW1','driz-zenaida1967','driz.zenaida@gmail.com','','2018-11-12 18:09:03','1542046143:$P$BgKaSn5PQXpuhX8jFnAcE8haryJaeO.',0,'driz.zenaida1967'),(5952,'jackieca0071956','$P$BBJgrt9gfh59GQA.HFolEU5ctMEJfY1','jackieca0071956','jackieca007@gmail.com','','2018-11-12 19:38:07','1542051488:$P$BFsQgObNyBHZY5tX.mIsz/Km8Q04P2.',0,'jackieca0071956'),(5953,'ericawoods051973','$P$B2dHA2RqK7BfIiovilc9EIfLuttRam1','ericawoods051973','ericawoods05@gmail.com','','2018-11-12 20:01:22','1542052882:$P$BKBHeySvcRTBEL1m9MX8PF5YFuiZTu.',0,'ericawoods051973'),(5954,'schroeder19591989','$P$BJSnfdXHrsKpoOSGpaBaC1ChGnNERq1','schroeder19591989','schroeder1959@gmail.com','','2018-11-12 20:40:38','1542055238:$P$ByPAK6zt5ZL7ZZnDIhHlaGc45DoIoC1',0,'schroeder19591989'),(5955,'roxanne361976','$P$BfzUadBhVvJnGQS2v7Hi70TOJZOlLw1','roxanne361976','roxanne36@hotmail.co.uk','','2018-11-12 21:07:35','1542056856:$P$Bp7EN2LeFAT8EEDmKqfqvWgDP7YN36/',0,'roxanne361976'),(5956,'sales1986','$P$BqEUrBHCraQ7LV2avHSxjdALLGRj9p1','sales1986','sales@seabreezesiding.com','','2018-11-12 21:31:08','1542058269:$P$BTMcsvGJ.EW6h2bdyCEx21V8.tbNGx/',0,'sales1986'),(5957,'rufio882000','$P$BlbZeUR9RqA.Iq0svE1EkZutpmBrZv.','rufio882000','rufio88@gmail.com','','2018-11-12 21:36:27','1542058588:$P$BJycw/ykmJue33VkmF9rK9QILZ1EF.1',0,'rufio882000'),(5958,'eliteabi1969','$P$B4GvGX.D7vMjTEY5PivfFVh.WUS8g.0','eliteabi1969','eliteabi@frontiernet.net','','2018-11-12 22:25:30','1542061531:$P$Bm.TJ.neiuZzYKhIojtwi9wYk15bJp1',0,'eliteabi1969'),(5959,'emily1975','$P$B6lgzgqJ8TPefxYkto7dgkCjNSivT.0','emily1975','emily@emilycastle.com','','2018-11-12 22:26:40','1542061601:$P$BJsrIq9vFh.wOu2JHm02x09rgnXQ9W.',0,'emily1975'),(5960,'johny2007','$P$BqkVTvKNf3o.rPR3JijObDEi7qwAgn.','johny2007','johny@bonnersferry.id.gov','','2018-11-12 22:27:42','1542061663:$P$B6zQnGzZUv2OpTBghXYKjM98o2xlF6/',0,'johny2007'),(5961,'robbie.harrison2010','$P$B0p.HzVQ7cSUn1lkBg2zYvQQO/6RSk.','robbie-harrison2010','robbie.harrison@portsamerica.com','','2018-11-12 22:59:54','1542063594:$P$BhiX5Ioyk9HzO9b8iIQ.Lu0w8I2Pob0',0,'robbie.harrison2010'),(5962,'info1990','$P$BHcPhNkIT6uzaJSlP3bcML9bwJCAgb0','info1990','info@vitisvino.nl','','2018-11-12 23:23:21','1542065001:$P$BKB7Vrc8boh5RYai3lOGWgSydk2sPk.',0,'info1990'),(5963,'delavei1962','$P$BFv0ki4OOo9H8RJ08/INT5RNYCyaF7/','delavei1962','delavei@unicum-fermentum.nl','','2018-11-12 23:38:20','1542065900:$P$BbqJWrhtYEQ7qDr9IUQeuuwTr..1gQ.',0,'delavei1962'),(5964,'product1960','$P$B//CiL5FIh6lPrlf6.BgDMI34mvDub0','product1960','product@brouwlnd.com','','2018-11-13 00:06:22','1542067583:$P$BW4acVfdIX05jULJUpncHzR9n0V4pR0',0,'product1960'),(5965,'glenn.lanier1975','$P$BcMsVUi/RJwuKUqd.R/vlldqPL/QaD0','glenn-lanier1975','glenn.lanier@gmail.com','','2018-11-13 00:15:02','1542068103:$P$BimhauKCtRuQljlExmuTWZqgLBN2lp.',0,'glenn.lanier1975'),(5966,'camputarogiovanna71964','$P$Bye468pYvDrkEW5n31UtCOmlDlxkhY.','camputarogiovanna71964','camputarogiovanna7@gmail.com','','2018-11-13 04:00:15','1542081616:$P$BchrskKd7ekPV01lbM8CvukRMnUCcD/',0,'camputarogiovanna71964'),(5967,'lczaub1959','$P$BIZeWXJXCq8CT6pw1JSupHWoDh72rz0','lczaub1959','lczaub@gmail.com','','2018-11-13 04:41:24','1542084084:$P$BdJREnsxrmeRoSeKYpwiMHwLIC1JeY1',0,'lczaub1959'),(5968,'devonhart972000','$P$B4h2d9qc1Cf6fvgc3FQ8Fdjvb0W8Et.','devonhart972000','devonhart97@gmail.com','','2018-11-13 09:22:03','1542100924:$P$BppCGjc24.4QWQxB19EEwAEcLpvChi.',0,'devonhart972000'),(5969,'riteshp20121963','$P$BBDMaddi5GQ82biYOWcXNJPyYN0ars0','riteshp20121963','riteshp2012@gmail.com','','2018-11-13 13:28:03','1542115684:$P$B8tMJQ6hD0zlY12DnbJ1HkVFWq4d1p.',0,'riteshp20121963'),(5970,'cjl11971956','$P$BmVC9Tc8I5JxBUMoBjXhSlvIaHaYC6.','cjl11971956','cjl1197@gmail.com','','2018-11-13 13:43:46','1542116626:$P$Bn3PZhitUGX2Bnu3wlRXsM4LKbDJlj/',0,'cjl11971956'),(5971,'acrincoli011950','$P$BlRSwyKnS9so3.yYXOZOoP13o8tqcP.','acrincoli011950','acrincoli01@gmail.com','','2018-11-13 14:01:56','1542117717:$P$B684.hXjKHuVF8UuXrIj/ljLMT0rP5/',0,'acrincoli011950'),(5972,'braveheart-dave1959','$P$BsN69gyvjwWms595EEazVJif3b18lG1','braveheart-dave1959','braveheart-dave@hotmail.com','','2018-11-13 14:46:02','1542120363:$P$Bza.OMOk4bksXmlaqpeuMnvlTlsLYG0',0,'braveheart-dave1959'),(5973,'spztaylor2005','$P$BgCTUI7vtFVosx4dXgIwcvKgYX.9FR.','spztaylor2005','spztaylor@att.net','','2018-11-13 15:48:41','1542124122:$P$BTnZb44w/ZTvrvUGe/t74tPi/g155Z1',0,'spztaylor2005'),(5974,'rand.levitt1966','$P$BAKifROXQxnIi603XJHJINLIh.0FCb/','rand-levitt1966','rand.levitt@prodigy.net','','2018-11-13 16:07:26','1542125246:$P$BNIG/N4saeomxZAPEQlZU0crt/eohW/',0,'rand.levitt1966'),(5975,'terri.corker1970','$P$BP0lEgicKMPsAX90cBJIJ7QZWyfBCV0','terri-corker1970','terri.corker@usbpt.com','','2018-11-13 16:51:49','1542127910:$P$Ba0B2XqZoloFVtYwrPV3mFLtwuAxz11',0,'terri.corker1970'),(5976,'sher40101990','$P$B2O/H5Kexpszx03mGsTpuPPk0tvFmm0','sher40101990','sher4010@gmail.com','','2018-11-13 17:09:28','1542128969:$P$BoMY4oxzyrd9/qxLxY05xA7hjqV3SS/',0,'sher40101990'),(5977,'jpfrantz1952','$P$BBqPGNJkh7fUHTtyYCXfuRPC7apg3R1','jpfrantz1952','jpfrantz@gmail.com','','2018-11-13 17:46:31','1542131191:$P$B40ySHxaewY6IQkGtXrPlbD1tThLoF0',0,'jpfrantz1952'),(5978,'catherine2004','$P$BlJUF5Lz21rG1AXdMmqEdqULaHAS7c/','catherine2004','catherine@ciridmus.com','','2018-11-13 17:54:29','1542131670:$P$BekgaGXEm8rvL70NYBvOkyFfkWMwBL1',0,'catherine2004'),(5979,'rjonez1991','$P$BT7lWr66EFehUHRxxcYYMw9nlSnSY40','rjonez1991','rjonez@tds.net','','2018-11-13 20:32:45','1542141165:$P$BhJOJ45O/RGbrpaHjYXsocKMyCkAMd0',0,'rjonez1991'),(5980,'robbyrestrict1974','$P$Bym9DTjG.0iYuIW15G6R87dB1Iuc150','robbyrestrict1974','robbyrestrict@gmail.com','','2018-11-13 21:42:46','1542145366:$P$BkgagER8yDXDp3ff8TZd6xr2fTZLGf0',0,'robbyrestrict1974'),(5981,'pearlofthegirl1983','$P$BqjUbR6MYAm85M1pGaVgUD05afYjR3.','pearlofthegirl1983','pearlofthegirl@gmail.com','','2018-11-13 22:09:30','1542146970:$P$B4Ax7NOcjSOUTGjdn7VoKJtb27qcOL0',0,'pearlofthegirl1983'),(5982,'christiansoles11969','$P$B8paPaDseaspZt3481TpXyDQYyWcd10','christiansoles11969','christiansoles1@gmail.com','','2018-11-13 23:37:21','1542152241:$P$BBeefjGRpIwTicEIXYJycwdGI114ZB0',0,'christiansoles11969'),(5983,'yudihana771953','$P$BFwg6s00IBv6mOJ/c9AgKiWS.Siehl0','yudihana771953','yudihana77@gmail.com','','2018-11-14 00:33:15','1542155596:$P$B8XQbDoXsQySKTqSkQbQabXTyUoQAK.',0,'yudihana771953'),(5984,'seansies1984','$P$Bn5cAXrZvKx4NxTJ8cPDO5HygcAQzQ/','seansies1984','seansies@gmail.com','','2018-11-14 01:20:58','1542158458:$P$BbWR7uYID0yddRjg0a4KNVdrGHbS2Q1',0,'seansies1984'),(5985,'corie.morris2010','$P$B83R3mMN7ZuJfrl9UOhsE.Qc9MOInP/','corie-morris2010','corie.morris@gmail.com','','2018-11-14 01:25:14','1542158715:$P$BgFqWHA0Z8f7YUq52REx34Jm5fh7Wx/',0,'corie.morris2010'),(5986,'lynseycaillouet2009','$P$BAffpeLxWNW.qLylgsR2xKEbc0exBk0','lynseycaillouet2009','lynseycaillouet@gmail.com','','2018-11-14 02:25:56','1542162356:$P$BPSfCz96mf.B8xwmMz2hqY9um0nsXB/',0,'lynseycaillouet2009'),(5987,'jslosben1950','$P$BpwhsX09RzW84ytlxpsxs1U8Qk1WM30','jslosben1950','jslosben@gmail.com','','2018-11-14 02:49:25','1542163765:$P$BU6bSuvWiYukE/HR3pNsYerU.shAsw.',0,'jslosben1950'),(5988,'littlefairjimmy91991','$P$BUXFntdjpmUuAxci084FvYsoI0p/nL.','littlefairjimmy91991','littlefairjimmy9@gmail.com','','2018-11-14 07:29:36','1542180576:$P$BFLoSMW8VbsGwo/.h0sfzCUh3tZRLB1',0,'littlefairjimmy91991'),(5989,'dharmendrasethi1986','$P$BO3qMOvcVaEP2CqyFXYktuDHaFh/tj.','dharmendrasethi1986','dharmendrasethi@hotmail.com','','2018-11-14 10:20:24','1542190824:$P$B9Hpm8msnDdNdOxCv56RNIK1QI8iea1',0,'dharmendrasethi1986'),(5990,'nyny8781962','$P$BooxizuwM6yncElpJKCTVwJj71ZpXw1','nyny8781962','nyny878@hotmail.com','','2018-11-14 14:01:48','1542204108:$P$BYyd7Qps9.0feZzNaz0eQEgX4TVGj2.',0,'nyny8781962'),(5991,'accounting2003','$P$BI2t0LHeIl7vljtK5fUGKL/rnTUu420','accounting2003','accounting@perronventures.com','','2018-11-14 20:09:54','1542226194:$P$BwjDlbmUILoeJldXgtaOtJ6s.Wv3jZ.',0,'accounting2003'),(5992,'thom19551993','$P$BrTKYcT/2zq/IKLP6pKhpYu89zUVzu/','thom19551993','thom1955@bellsouth.net','','2018-11-15 00:36:38','1542242199:$P$BhWLKg05pTgq9b4ZKT8OcC01C6ll6q1',0,'thom19551993'),(5993,'walksfar1012009','$P$BAnWq80w3QzZskKj0hQ89fcCGyn6cI/','walksfar1012009','walksfar101@excite.com','','2018-11-15 04:07:21','1542254842:$P$BN52Tx1QnJMf/gn/gJMJEaXKnb71kp0',0,'walksfar1012009'),(5994,'dovts1987','$P$BWUhvtzsA.XfxjhHNVdD5OsxRw7lHP/','dovts1987','dovts@optonline.net','','2018-11-15 05:18:20','1542259101:$P$BmA/aGh6uEAmGT5qiucdIObUI6rZA40',0,'dovts1987'),(5995,'admin2009','$P$BTh0H4AaXYK8CyVm78vzo/KaLL6dEg.','admin2009','admin@spy-sts.com','','2018-11-15 08:16:04','1542269764:$P$BGLOrykG9YiV8SwPIxhB4sGuqLIM1q0',0,'admin2009'),(5996,'tbird51982','$P$BX2F6nc89v3YmdAtvS1SvqO721BadK/','tbird51982','tbird5@natel.net','','2018-11-15 16:00:35','1542297636:$P$BgWx5vsEOya8mpeZXEoxeruhyjPb7b0',0,'tbird51982'),(5997,'amber.johnson1987','$P$BdpHAnvsBtyY9uGseDYKgMtlbGs2Zk/','amber-johnson1987','amber.johnson@coxhealth.com','','2018-11-15 19:38:53','1542310734:$P$B.Suf9Ol1m/XyyTR8BrbHmNOF23U98.',0,'amber.johnson1987'),(5998,'eck19521969','$P$Bw08vEOkX.Z7sNskUanhGcluddRLhn.','eck19521969','eck1952@comcast.net','','2018-11-15 21:33:33','1542317613:$P$B4ArqgfapuLzClw/QmiD7LnWbBBiHe1',0,'eck19521969'),(5999,'oscar.carmona.g1999','$P$BnPlAKeBUFQ5T64JoATz7pmSjH6.ds1','oscar-carmona-g1999','oscar.carmona.g@outlook.com','','2018-11-15 23:16:40','1542323800:$P$BJ5TM1Kc/.F7.yvM3HG8hsOWyiT7bu1',0,'oscar.carmona.g1999'),(6000,'ngioseffi1997','$P$BYLJX/./gpE1VZ0IKVFPhC8npBo6xf.','ngioseffi1997','ngioseffi@hotmail.com','','2018-11-15 23:32:54','1542324774:$P$B2uqXGpDZPtp1JscymqNQzXURSRu081',0,'ngioseffi1997'),(6001,'merl4041989','$P$BxcPyUFtTh1FDItuRKpE15VVfaT5xB1','merl4041989','merl404@comcast.net','','2018-11-16 01:31:04','1542331865:$P$B7Wo2lIIWDG4mHaDflIdJkGtJb64BD1',0,'merl4041989'),(6002,'accountservices1952','$P$BK.s.Tl4E1ETUAXw.fh.dnYX7fFXPf/','accountservices1952','accountservices@ecologel.com','','2018-11-16 16:27:13','1542385634:$P$BWvMIAcOMsmAI2grCtpTJWCoo2xk011',0,'accountservices1952'),(6003,'kasap1960','$P$BM0jwSdM4cDBn.QDbwU2yHVOPocp991','kasap1960','kasap@gmx.de','','2018-11-16 21:01:50','1542402110:$P$BJrQRO46AIOfnGVXSMQ5ACZFIgiVWJ0',0,'kasap1960'),(6004,'jim.barnes1999','$P$BlohSfCYsYpcu8KO1G4Z9OPseptbRx1','jim-barnes1999','jim.barnes@burroughs.com','','2018-11-16 21:36:56','1542404216:$P$BHX6ICATtC3ZcQXCOo9b5Fs8KugE2I/',0,'jim.barnes1999'),(6005,'craig1961','$P$BTMyEVMe2tKUGSDLjNWiKtV5eUYipZ0','craig1961','craig@kawarthacapital.com','','2018-11-16 22:48:13','1542408494:$P$B53FS3SDVrlk6DDwM0guKZIalk08Xr/',0,'craig1961'),(6006,'eugenetrakhtenberg2010','$P$BmXgbm.WrhEVdWQSHrLjgCMW.HIdq41','eugenetrakhtenberg2010','eugenetrakhtenberg@gmail.com','','2018-11-19 00:44:55','1542588296:$P$BQ59L7oTumSTHA2dsEOM2Q1fXKRDi5/',0,'eugenetrakhtenberg2010'),(6007,'wsepich1965','$P$Bv/diptZZyaot59Ir61Ij7LH9FszZM1','wsepich1965','wsepich@gmail.com','','2018-11-19 01:39:03','1542591544:$P$BPrF1HrM6H7mHkfSxUJYNAFcCYa74P/',0,'wsepich1965'),(6008,'jce84191972','$P$BIn646jHRn91UXVeuExOQnkZGrXwQu0','jce84191972','jce8419@yahoo.com','','2018-11-19 03:00:47','1542596447:$P$Bp5Ogwz2bwsGVWFtQHpRG9edrYBdhC1',0,'jce84191972'),(6009,'kmckenzie427682006','$P$ByAiu8.kqSkogyTFL45O0JZfAdJGcf/','kmckenzie427682006','kmckenzie42768@yahoo.com','','2018-11-19 03:38:48','1542598729:$P$B9PgUEbulW4Dm1dvLAKGIN8uv2lxnp1',0,'kmckenzie427682006'),(6010,'mickmills81967','$P$BFe8zg7q8TazFSGX8WsDTMR/pLm922.','mickmills81967','mickmills8@gmail.com','','2018-11-19 03:43:07','1542598988:$P$BDQmD4vSSt4.YkHyYQrJHYvDTxw4AM1',0,'mickmills81967'),(6011,'jocelynmorier701958','$P$BD1AC4939q1SjsZ46gXro3kELpf44H/','jocelynmorier701958','jocelynmorier70@gmail.com','','2018-11-19 04:00:51','1542600051:$P$Blz7lH93YYI2sCnsSWC29g0di/4Hve1',0,'jocelynmorier701958'),(6012,'vireshwar9992007','$P$B/1FbFZpOmEUKbXVmcWXgVu0IJOqqL.','vireshwar9992007','vireshwar999@gmail.com','','2018-11-19 04:44:23','1542602664:$P$BfUzHJOUzDdrLUPxbSjFvR4mYr.YzN1',0,'vireshwar9992007'),(6013,'legitlikeamofo2007','$P$BZQpOnxY5phapQW7XaSy5KLCHJ8KcQ0','legitlikeamofo2007','legitlikeamofo@gmail.com','','2018-11-19 06:39:42','1542609583:$P$BXrWMiKWwrAMIcoTs1dJXw9/W5bFnh1',0,'legitlikeamofo2007'),(6014,'amybaird11954','$P$Bffn74hOcJvYtbFOxC0Z.2GLY73cOD/','amybaird11954','amybaird1@yahoo.co.uk','','2018-11-19 08:04:49','1542614690:$P$B8l4MLbUG3I1.GrGLPsF5aBw0QyiQn0',0,'amybaird11954'),(6015,'aclrkt21991','$P$BrqB8E0BHPvdssB.5QlpPcx6PPgXaB/','aclrkt21991','aclrkt2@yahoo.com','','2018-11-19 08:53:29','1542617610:$P$BgQ5UN0UGmLv668sa168KH.2JCZsON0',0,'aclrkt21991'),(6016,'shianne.chhangur1977','$P$BZexO5H8kUnpQmQr.ZtBltladZcIWz/','shianne-chhangur1977','shianne.chhangur@yahoo.co.uk','','2018-11-19 09:08:29','1542618510:$P$BfVhIKjRNPNYELo3UqPZlDCp0OipG60',0,'shianne.chhangur1977'),(6017,'kirsty.rhodes2009','$P$BnRrRv.3ABxUFtWe/NJr4QPenuRieP/','kirsty-rhodes2009','kirsty.rhodes@yahoo.co.uk','','2018-11-19 09:20:13','1542619214:$P$B8yG.dkY4eolzgjJtlFKr6uFBa.3Ke0',0,'kirsty.rhodes2009'),(6018,'danielapopova20061987','$P$B2xMzZr..mUvd8OupVm6T4whUGFXjS0','danielapopova20061987','danielapopova2006@gmail.com','','2018-11-19 09:40:11','1542620411:$P$BeZRH6n07fP52rb474BjS3VS0dlwk..',0,'danielapopova20061987'),(6019,'tgrace772007','$P$BxoY.VwOYHQ/avi2KAzcApb8xMT4iv0','tgrace772007','tgrace77@yahoo.com','','2018-11-19 11:24:01','1542626642:$P$B0AJVNSkdBky8uFxYth0Czm.NZDW7q.',0,'tgrace772007'),(6020,'chelseyfay18101956','$P$B1aeNubTUVswEhITrZ2EWeAB/H.JgU1','chelseyfay18101956','chelseyfay1810@gmail.com','','2018-11-19 12:48:39','1542631720:$P$Bn99wqxxHqkP2he0xr3DoZUr8Ktwf11',0,'chelseyfay18101956'),(6021,'griffinadam871986','$P$BTDsu9KG/xOlaRYuT5UGi6bv/s7g70.','griffinadam871986','griffinadam87@gmail.com','','2018-11-19 14:08:04','1542636484:$P$BpLuQxzmSfy74UR0jctvBX/Y06bOKS/',0,'griffinadam871986'),(6022,'curt1228951986','$P$BT1.pH5nwr51GdlSmG1lRwG8Z0DWuZ0','curt1228951986','curt122895@hotmail.com','','2018-11-19 14:15:17','1542636917:$P$BiikNiSPpYopccJ6.2hPCnEMDlLSbT/',0,'curt1228951986'),(6023,'chloe.flanery2001','$P$BWPsTeP.8EF5zEFCAM8i1LHavHs3qq0','chloe-flanery2001','chloe.flanery@yahoo.com','','2018-11-19 14:30:34','1542637834:$P$Bk/uVmjJu6oZ.p3/04Pmqh0u4EPdFb0',0,'chloe.flanery2001'),(6024,'help1976','$P$BQndlUSFaUyhXNmaCGXFB1MOXhvvpY/','help1976','help@cashier.support','','2018-11-19 14:41:00','1542638460:$P$BNClZRRjTtJg0eDeUAmRPNFbGQEFBx0',0,'help1976'),(6025,'t3pnarcosis1997','$P$BVDSTbupyGJQvfGYsnkt9bTYc1hhLL0','t3pnarcosis1997','t3pnarcosis@gmail.com','','2018-11-19 14:43:40','1542638620:$P$B1DpH4uFSP3c0FFPrmX0xVMmacTFtM1',0,'t3pnarcosis1997'),(6026,'chandra.laberge2007','$P$Bl8/8Jf35zqthd.fXSJCTh75EvI7tC.','chandra-laberge2007','chandra.laberge@gmail.com','','2018-11-19 15:01:33','1542639693:$P$B/4H21MYLGLqpVJnIIVbtH6z8KDOLT0',0,'chandra.laberge2007'),(6027,'jamnk2005','$P$Buanc5KUvNBM0DGOL4tUqCYLfOkg7A0','jamnk2005','jamnk@sbcglobal.net','','2018-11-19 17:08:27','1542647308:$P$BLV5OixdVz65/.qqNL7FDlAZWr/lCt0',0,'jamnk2005'),(6028,'muerimo1974','$P$BFMXCt1q1iRzOJ3ZkR2m7eOvZEUJgQ.','muerimo1974','muerimo@gmx.de','','2018-11-19 17:33:38','1542648819:$P$B5ECC3Pe6Q9sz6/QpPjUnXYqJ3aezQ0',0,'muerimo1974'),(6029,'audreydefant1974','$P$BRVaN7wR8W2jDt7RDuRCp3D8fl9i501','audreydefant1974','audreydefant@gmail.com','','2018-11-19 17:45:46','1542649546:$P$BCo8Fhp.lX4fMEj97QkLtSPFh2m5410',0,'audreydefant1974'),(6030,'iamjeffburke2006','$P$B43l4evI3pBPOlW2OlPqBhbmB.PbmB.','iamjeffburke2006','iamjeffburke@gmail.com','','2018-11-19 18:07:06','1542650826:$P$BCf/ECfH7Zsc01PrH5LfJrI6DzvIEi.',0,'iamjeffburke2006'),(6031,'shawnjohnadams1985','$P$BZsktRH39mkqUNMOpPWyFALmk3IfF8/','shawnjohnadams1985','shawnjohnadams@yahoo.com','','2018-11-19 19:23:11','1542655392:$P$ByQMmmSv3boMNXqDO20PKEClYiS0QL.',0,'shawnjohnadams1985'),(6032,'psj.marshall1982','$P$BIEUzJD08pWpFXm8SxYxt9WK2OZa34.','psj-marshall1982','psj.marshall@gmail.com','','2018-11-19 19:32:30','1542655951:$P$BX6PfQTaU7CgbTp3DuiC9TsnayFol6.',0,'psj.marshall1982'),(6033,'datavisioninc1969','$P$B2bM5hpYtP5QKuysG85R535PPdoJjJ.','datavisioninc1969','datavisioninc@gmail.com','','2018-11-19 19:44:39','1542656679:$P$BEcVM5cJgVYn5jg/RQe1yEGkAA.ayO1',0,'datavisioninc1969'),(6034,'kgpsmith1961','$P$Bxygh3fZ.4SbHSP3L9bRF2nS00WVuy1','kgpsmith1961','kgpsmith@juno.com','','2018-11-19 20:00:27','1542657628:$P$BkLGhK1u4Ug18KZmy6DPxT0NRQw4lx1',0,'kgpsmith1961'),(6035,'canumoss1984','$P$B8CVG1JAwNwnWqUt5O.Fbki0uFiE5m0','canumoss1984','canumoss@gmail.com','','2018-11-19 20:23:12','1542658992:$P$B1Bh2DBrk1aJ1qcAS/KH/XA6wAk6PY.',0,'canumoss1984'),(6036,'t.angel701958','$P$BK7UuXXQNDfQF4b1qsl/iU7TdWdRLE1','t-angel701958','t.angel70@gmx.de','','2018-11-19 22:03:37','1542665018:$P$BssE2axg6lG3K0BPEnk1s/5hp7tDVe/',0,'t.angel701958'),(6037,'briannamarsh442005','$P$BQ7g5jqkUyxZ1e31gK54HalEvPEWHN.','briannamarsh442005','briannamarsh44@gmail.com','','2018-11-19 22:28:30','1542666511:$P$BBOJ2I/o8e3V2EmGpaVn8xs.Yr.QhV0',0,'briannamarsh442005'),(6038,'drew.bidlen1981','$P$B5fS41x7YB.JbJMBwQAwEcRBl16mKU/','drew-bidlen1981','drew.bidlen@yahoo.com','','2018-11-19 22:56:04','1542668164:$P$BBlOeNBRduPRt3Sr9J5HQCVQFfD8R..',0,'drew.bidlen1981'),(6039,'jenny.lamb11980','$P$BReJft8H.qaHa5v1TYn4esiUULhkeg1','jenny-lamb11980','jenny.lamb1@fontier.com','','2018-11-19 23:33:29','1542670409:$P$BsCQjmr0yv3uKiCR/YYBp.WSZucIBN.',0,'jenny.lamb11980'),(6040,'earondalton2009','$P$B9d5wLuUKmVnIWDHa4kmXQaVB.XdZy.','earondalton2009','earondalton@gmail.com','','2018-11-19 23:37:57','1542670678:$P$BSoVRfodMEwintXYQAaQwmGEGzzfKC0',0,'earondalton2009'),(6041,'jcollins00751955','$P$BMIXbtWgs67kQQDdDSsSJ2FdST1Hj80','jcollins00751955','jcollins0075@charter.net','','2018-11-20 01:36:25','1542677785:$P$BTgxnw7cDjGGI8.HA27.PZJOWrPi2O/',0,'jcollins00751955'),(6042,'melisa1964','$P$B8ypGHXAp7v3yv/WXDN2WJfoC/o87q1','melisa1964','melisa@chandlerphotography.com','','2018-11-20 02:51:21','1542682281:$P$BU6J9Xpgen2bxqpJ9pjdLqgPKrVhnI/',0,'melisa1964'),(6043,'jakeaturner951983','$P$BhCBDmhgihxnTQBQwdG70qM4RLoUpw.','jakeaturner951983','jakeaturner95@gmail.com','','2018-11-20 04:01:31','1542686492:$P$BJcglQVC7eI3102FFMvmlmqtY9FcGp1',0,'jakeaturner951983'),(6044,'dan2005','$P$BADbOQiOuiU7o9llE9gmW5HHooglm40','dan2005','dan@advantage-landscaping.com','','2018-11-20 06:33:26','1542695607:$P$BTjU0HbpmOg68dj9Nsd2.BYtSAevqE/',0,'dan2005'),(6045,'zjlafleur1974','$P$BIZLe89in1iYGbE8wseHWJQo4a6ABz0','zjlafleur1974','zjlafleur@gmail.com','','2018-11-20 08:08:58','1542701338:$P$BuU/YWMn.o7FjyZm30lTa2lSftUsgQ0',0,'zjlafleur1974'),(6046,'kylestevens1231979','$P$BDs9Zs5S9HqG9RwCH5PzJYtbih3BfC/','kylestevens1231979','kylestevens123@yahoo.com','','2018-11-20 09:09:58','1542704999:$P$BCHeqPy3Z2QPoOGkMg3TsBWhtNR73m/',0,'kylestevens1231979'),(6047,'msnlne1995','$P$Be3WhDyyoIYj0XVKIM3oNRsuGIzPvs.','msnlne1995','msnlne@hotmail.com','','2018-11-20 12:21:36','1542716496:$P$BgZGyt0CLeRB4wlLZLtHn5w1R9A045/',0,'msnlne1995'),(6048,'omgbbq1331958','$P$BzsY1PZ/chG/cnuEiMYFGcjN6jaPb10','omgbbq1331958','omgbbq133@gmail.com','','2018-11-20 12:33:04','1542717184:$P$Bj6a8.QqLcciodpe8mHvA7KtdOh4Ox.',0,'omgbbq1331958'),(6049,'moneyaustin12132008','$P$BA9bNhXpUBno2oPP6jLDO3Kc5WkjzU/','moneyaustin12132008','moneyaustin1213@gmail.com','','2018-11-20 12:35:08','1542717308:$P$BgsOj3/k9kzVUwFrDsWyNoxhzRxedn/',0,'moneyaustin12132008'),(6050,'tsupporto.relax1958','$P$B6rEgrfTWgbYCa8BfDehl1PYn5CxYy.','tsupporto-relax1958','tsupporto.relax@bancofiorentino.it','','2018-11-20 13:31:48','1542720708:$P$BzMbwgZtz2RlRcOsFQAi4MJiKCi/pg1',0,'tsupporto.relax1958'),(6051,'keithdoesminecraft2691986','$P$BApIE1vgi3kJhyui85uBVzczr4xwjI0','keithdoesminecraft2691986','keithdoesminecraft269@gmail.com','','2018-11-20 14:17:13','1542723434:$P$BxuZMkhANwryx7x7c/o1siD.rs3pWj0',0,'keithdoesminecraft2691986'),(6052,'paypal2001','$P$BLdV.xicmAfP242YAnrtbtgAL0LYR30','paypal2001','paypal@jarcoinc.com','','2018-11-20 15:12:44','1542726764:$P$BRldfViV203zZKcX8ok2jrgptBJx1M1',0,'paypal2001'),(6053,'mad1955','$P$BAVGkZuTIwY7nzaPWUBtG2qgkPqQeI/','mad1955','mad@tohma.com','','2018-11-20 15:54:11','1542729251:$P$BqdTG1n36WkCV6q6G/h8SuUYPjm0SL.',0,'mad1955'),(6054,'thebutterbot1970','$P$BO6r1y1tgqQ5WwR6uAEL.CNXsWk64o1','thebutterbot1970','thebutterbot@gmail.com','','2018-11-20 15:54:53','1542729293:$P$BN.pntIgZwRuaFARX5A1nEwb67RigJ0',0,'thebutterbot1970'),(6055,'cbalausky1966','$P$B1EqflQNFOR3GKvW7mfe4CdKBAF9da.','cbalausky1966','cbalausky@sbcglobal.net','','2018-11-20 16:06:45','1542730005:$P$BDq.08MdQ2XqQpmmn2a4hiRNi2iZ4r0',0,'cbalausky1966'),(6056,'wgriffing989211978','$P$BsVuGzX.cba7kaTzMF4PUQAGzONXTy.','wgriffing989211978','wgriffing98921@gmail.com','','2018-11-20 16:22:19','1542730939:$P$B7lJv4.ix0ZusAwIhgxNFBHatTZnA70',0,'wgriffing989211978'),(6057,'d.acosta0111965','$P$BgNHCQWq6Rk3XSz7ZLcxyz91/wvul.1','d-acosta0111965','d.acosta011@gmail.com','','2018-11-20 16:54:18','1542732859:$P$BFDpu8w0S/7dlhfknAxdjrS3bYS69L.',0,'d.acosta0111965'),(6058,'michaelparedes7771960','$P$BDjT/eEOrSn4gueZhh/HS7pPpFrSSq/','michaelparedes7771960','michaelparedes777@gmail.com','','2018-11-20 16:58:39','1542733120:$P$B5UE/CGP4xKcGM4NupV8tMELWII1ht1',0,'michaelparedes7771960'),(6059,'mjdoherty22301976','$P$BXyDU4Wc7BiDx1Hj1pRA/vanPI3cVY0','mjdoherty22301976','mjdoherty2230@gmail.com','','2018-11-20 17:24:07','1542734648:$P$BEHGo9UtbIzTVTtV31AHLzVBUnPquA0',0,'mjdoherty22301976'),(6060,'thatonedudedalton1995','$P$BdM9zBlnu20ntDGfX9zn/lJbxtoqSK0','thatonedudedalton1995','thatonedudedalton@gmail.com','','2018-11-20 18:32:14','1542738735:$P$BYPo3ybyS7arawiNHOzVzTkTmkX6bt/',0,'thatonedudedalton1995'),(6061,'angelalv011962','$P$BV92PNaI3V8waaAQ3LJlddVshRJ4S/1','angelalv011962','angelalv01@yahoo.com','','2018-11-20 18:36:15','1542738976:$P$BPKfIU/rzRo2/EPajSR.wLjujgjUjv1',0,'angelalv011962'),(6062,'ivculaway1991','$P$B4X/DMwnBnyYRm0SUM.ZAyZetGR5rq1','ivculaway1991','ivculaway@yahoo.com','','2018-11-20 18:39:03','1542739143:$P$BXt6tAxheJ/TRf8E37Jebuamqvy2Ii/',0,'ivculaway1991'),(6063,'cdevine24241969','$P$B/Yrlll2iH2OuJoSyUAvkzI9W/02M/.','cdevine24241969','cdevine2424@gmail.com','','2018-11-20 18:52:56','1542739976:$P$BvHztZHwSIPOdBp15Zt6hML/mB5fpL1',0,'cdevine24241969'),(6064,'sharijd291954','$P$BQHLPaw.jm1afkII6ikVuF5guFa/3Y/','sharijd291954','sharijd29@gmail.com','','2018-11-20 21:06:03','1542747964:$P$BOmswyQh/2AXFCgTLo1RVpCeYPE18o1',0,'sharijd291954'),(6065,'ebayjccc20162004','$P$BZ5eq4EDsFokjpiCc6YtIFjARbE8EA1','ebayjccc20162004','ebayjccc2016@gmail.com','','2018-11-20 22:58:19','1542754700:$P$B9mTnRLQyVjo3xqWNhweXD/v8XY.f./',0,'ebayjccc20162004'),(6066,'anthony.e.jackson32008','$P$BLkCj6TCYw76Fccs7bzuduhTizxe0k0','anthony-e-jackson32008','anthony.e.jackson3@outlook.com','','2018-11-20 22:58:30','1542754710:$P$BXeUpLRsaW.QzPwA9GwCr83yYSa.nW/',0,'anthony.e.jackson32008'),(6067,'ljtanni1985','$P$BZ4xcFmTiEAyO27T79GnelNR1FTjRi.','ljtanni1985','ljtanni@yahoo.com','','2018-11-20 23:30:06','1542756606:$P$BXknSlTduIHSmV.r5P8P110qNOiD7r1',0,'ljtanni1985'),(6068,'stevenbaird881955','$P$BOh3KDgxbLHFnHSEt5DulfXD5Hnu10/','stevenbaird881955','stevenbaird88@gmail.com','','2018-11-21 00:45:49','1542761150:$P$BZEKFc9F.alTuQNCBd8Wle8bplaK5c1',0,'stevenbaird881955'),(6069,'johnl.fink1999','$P$BXIpQhUU2XCE1gvsOkj4TmJe5NhFh60','johnl-fink1999','johnl.fink@gmail.com','','2018-11-21 01:15:09','1542762909:$P$BKD5SCjPz.KWHqgCEYP1xXs6S6ESkw.',0,'johnl.fink1999'),(6070,'susie.world20042005','$P$BjNsLGC4PSVlsYryuhlPwTGe9fZTtf1','susie-world20042005','susie.world2004@gmail.com','','2018-11-21 01:27:22','1542763642:$P$BRw.xKL7wtlJiWqfwvdsm5cDB4t4KZ.',0,'susie.world20042005'),(6071,'boxedegoreviews1968','$P$BFOxK0EQhW6GEoTyYcwepd5j2/jMRv1','boxedegoreviews1968','boxedegoreviews@yahoo.com','','2018-11-21 02:44:06','1542768247:$P$BzJ9aMRC3LVPs9gGJ8RXItZPHob8/F/',0,'boxedegoreviews1968'),(6072,'jasonsheffey2009','$P$B2vXo9fGlbSr/rSQkuDrpdzIaqF0Js.','jasonsheffey2009','jasonsheffey@gmail.com','','2018-11-21 03:17:59','1542770279:$P$BVloYcRFi1ZWwFjeushhznJZvNR6mr.',0,'jasonsheffey2009'),(6073,'kshank321982','$P$BLJSLyHRcR455nuUoGD5CwUwvgsSpZ1','kshank321982','kshank32@yahoo.com','','2018-11-21 07:08:59','1542784140:$P$BldRAdoBBEgMU7tAm8NeCEghvHVMLd0',0,'kshank321982'),(6074,'paulalanrichardson2009','$P$BiXyiIDrkTui5Rxh94X93ejgdJFmut0','paulalanrichardson2009','paulalanrichardson@gmail.com','','2018-11-21 07:16:34','1542784594:$P$B0ZYtqKNJn.TDZVKtIkMC95p0jyqvx.',0,'paulalanrichardson2009'),(6075,'priyapsdp011959','$P$BCcWtIn9oV9XaOkWx5s0Xh2FkXC6Yg/','priyapsdp011959','priyapsdp01@gmail.com','','2018-11-21 07:39:08','1542785949:$P$Byy3pQVuHEFwvb64..Yo/C80AlVfB1/',0,'priyapsdp011959'),(6076,'bleedingtears121970','$P$BVnqlb9O.5XaISB9nglOkDeomzOiKP/','bleedingtears121970','bleedingtears12@yahoo.com','','2018-11-21 09:30:52','1542792652:$P$BIvKcKMIQuNQC/5XmLoXWmR/kDogZk/',0,'bleedingtears121970'),(6077,'faruqazim1954','$P$BMOZnwQL8IOe3X7Bp.UcdtrOOVQwzF0','faruqazim1954','faruqazim@yahoo.com','','2018-11-21 10:32:42','1542796362:$P$BJn3ZkQoj/kudjynAoMOj/SN05vPek0',0,'faruqazim1954'),(6078,'blinki_42912007','$P$BEvDMDqm60lue9nUt/6qByKEKDltxK1','blinki_42912007','blinki_4291@hotmail.com','','2018-11-21 13:22:21','1542806542:$P$BY2wTLR8EyiMRrZoUt1ipeKYABMGND1',0,'blinki_42912007'),(6079,'doctorhayes871979','$P$BsOW.8DUZ40Lb/99McRw16l8pBNGwW/','doctorhayes871979','doctorhayes87@gmail.com','','2018-11-21 13:33:35','1542807215:$P$B/9o0J1VNaAvZNrazrB4ewacNUhWsD.',0,'doctorhayes871979'),(6080,'rami2010volvo1991','$P$BHwO15ojYJsLamEGgTAaYs3pSik1851','rami2010volvo1991','rami2010volvo@yahoo.com','','2018-11-21 14:00:14','1542808814:$P$BSHUNRAh0UEdRkGAKf7rQHveNFzqb7/',0,'rami2010volvo1991'),(6081,'wengriner1981','$P$B6V81l2TOT/vYODIsH5I9dMBGepwV0/','wengriner1981','wengriner@gmail.com','','2018-11-21 15:38:01','1542814682:$P$BIEJ/wvbHmu0SrT4cSTf1Iqtxs4WAx/',0,'wengriner1981'),(6082,'marcelete_williams1958','$P$BfYOoKl1CN2gL/1ZqrCOdDz4Fhb/gW0','marcelete_williams1958','marcelete_williams@yahoo.com','','2018-11-21 15:56:37','1542815797:$P$Bi6tdTestv74dzUU4WjhuTRykg9FKx/',0,'marcelete_williams1958'),(6083,'poppyhill21988','$P$BHBulS6yJ94OB70UFWqiqv23VPE4t7/','poppyhill21988','poppyhill2@gmail.com','','2018-11-21 16:33:36','1542818016:$P$BedNBbaA.NPrA6oEPYY.NqJOhZUdG9/',0,'poppyhill21988'),(6084,'bullieman991966','$P$BKid8qljo8Onn06w4vaWmxKSa5LAB60','bullieman991966','bullieman99@yahoo.com','','2018-11-21 16:36:07','1542818167:$P$B/KBDLh.ZcaYXv.tOSn1rMTjXjVkKP0',0,'bullieman991966'),(6085,'bandlbevan1964','$P$BZuPOg8T0/Ia8Ef3wB7F3Y5jhCAeyE1','bandlbevan1964','bandlbevan@cox.net','','2018-11-21 16:38:46','1542818326:$P$BSsD2cv2WKQeMPslz367WairygZlWR1',0,'bandlbevan1964'),(6086,'eric2003','$P$BzvaDnGLt6w2h6ZN31WHTHB80WuZZK0','eric2003','eric@novak-adapt.com','','2018-11-21 16:47:06','1542818826:$P$BwfXO.Dx7VIwCeENrg6lw2VTcZFh1c1',0,'eric2003'),(6087,'logandentata2000','$P$B04Ufo4P3e/6rBw00guUwvsWDV3z9F1','logandentata2000','logandentata@yahoo.com','','2018-11-21 17:08:49','1542820129:$P$BNMNP/UYutN5S0CV0NiAKeals5pjSk.',0,'logandentata2000'),(6088,'kittyana20292010','$P$BqFw0Sqnob3Fpqup1QP5bLWGN3jeA./','kittyana20292010','kittyana2029@gmail.com','','2018-11-21 19:32:10','1542828731:$P$B.HFz9UiH/Wb4fLrmNlqnSoh7dw4di1',0,'kittyana20292010'),(6089,'alexandergorman212001','$P$Bqtxs08JNLc3Xlixj1/5p/fKfS5Zsk1','alexandergorman212001','alexandergorman21@gmail.com','','2018-11-21 19:34:38','1542828879:$P$BsecN/wbgo5LMlLVY7ieOWUcydnXIo/',0,'alexandergorman212001'),(6090,'thandi2008','$P$BjQzBuMpn1P7LclF6OYTuYVVjUFS7B.','thandi2008','thandi@singhdining.com','','2018-11-21 21:05:54','1542834355:$P$BKD0qhwHyaygCVXCQulJdl1kHc1RIB1',0,'thandi2008'),(6091,'kokclip1983','$P$BCbScF2vEd3Ket85n45lBGhGOy3NJC0','kokclip1983','kokclip@gmail.com','','2018-11-21 21:12:17','1542834738:$P$BQ7cyhu2oOlHNGF3b3vrnixYe8BfmS/',0,'kokclip1983'),(6092,'nwbappraisals1966','$P$BGZp6qHDmHqK/UnLsXJbvKYA.TFktx.','nwbappraisals1966','nwbappraisals@outlook.com','','2018-11-21 21:40:35','1542836435:$P$BghsxiecUFugQdNDEG.zZelrT7Luu0.',0,'nwbappraisals1966'),(6093,'markevaughan2003','$P$BCOs9DbbPjdF8Y8tlbFORC0XO4fffp/','markevaughan2003','markevaughan@comcast.net','','2018-11-21 22:39:44','1542839985:$P$BTVhu6BMjaZ5cTT8r5.97gdXwZt8vr/',0,'markevaughan2003'),(6094,'oumskie2009','$P$B1gsaYw7Y7YyV5B6wdqnA968hSkkOe.','oumskie2009','oumskie@yahoo.com','','2018-11-21 22:55:07','1542840908:$P$B27XVyPZMb6RKMA8RNtH4w5FEpLAM91',0,'oumskie2009'),(6095,'pebblesrws2005','$P$BRAvSoG4YlD9ILbxCWzPb8cs8yBpVL1','pebblesrws2005','pebblesrws@comcast.net','','2018-11-21 23:29:34','1542842974:$P$BKV/9G0hYKbS7nRliSmw2pJfNPfj.Z1',0,'pebblesrws2005'),(6096,'sus_rani1978','$P$BoPXwQHjB63Smjr.08nGDGQa4F4hxx0','sus_rani1978','sus_rani@yahoo.com','','2018-11-21 23:54:40','1542844481:$P$B47SgaLQtI8k9AzxUONNRmfWUOxyoH/',0,'sus_rani1978'),(6097,'rlibbett1969','$P$BCk.PA9mQV0C6JpTSugZrt2.6x/56D/','rlibbett1969','rlibbett@ne.rr.com','','2018-11-22 00:16:30','1542845791:$P$B4sUO/PF3GJ2Mogj77nbWq7DLQLHZL0',0,'rlibbett1969'),(6098,'angeldawn7621972','$P$BGeETSc5KnkHClP7Jkaot2r.nHYUUA1','angeldawn7621972','angeldawn762@gmail.com','','2018-11-22 00:24:03','1542846243:$P$BeylXctsIMJXj3huJnnJUYR3eevNHL.',0,'angeldawn7621972'),(6099,'muthyala.uma1990','$P$BejofY5V5PRTuxf.d8ulqfnMs2o8UI/','muthyala-uma1990','muthyala.uma@gmail.com','','2018-11-22 01:00:18','1542848418:$P$BwfGDkbISCty8xsf01yi7/aqxPSe21/',0,'muthyala.uma1990'),(6100,'alinitytwitch2000','$P$BDANZM5xiTmo1DlEg.PaEJfJ.RkEEo.','alinitytwitch2000','alinitytwitch@gmail.com','','2018-11-22 01:17:01','1542849421:$P$BWc0fdzNCTPeQ7j.t/3aa4iAvIWtH90',0,'alinitytwitch2000'),(6101,'faina.spivak1961','$P$B13fPvr1frkodzadpz/q0kSXg2s/rw0','faina-spivak1961','faina.spivak@gmail.com','','2018-11-22 01:47:59','1542851279:$P$BegWMG70RPlwbQX4jmgmOOrysvjMm11',0,'faina.spivak1961'),(6102,'lawestinsurance2006','$P$BzBHVQMIhycyqOxN.FwYaKF3UC26Bn0','lawestinsurance2006','lawestinsurance@gmail.com','','2018-11-22 02:50:51','1542855051:$P$B76vuyK9s7NcIt3K./i3a6Zv6MdWMs1',0,'lawestinsurance2006'),(6103,'akemeny1981','$P$BTUnpsYXFH1qM4WCkaOkr/9CMCEwyo/','akemeny1981','akemeny@cellarmasterwines.com','','2018-11-22 03:56:13','1542858974:$P$BM8qwzlqVzYhGL0Zj0WpwFkbn0Rc4Q1',0,'akemeny1981'),(6104,'nikki_dugan1994','$P$BrKSHrwT17A0KCEw5ZTzy4ODN6hqDc1','nikki_dugan1994','nikki_dugan@yahoo.com','','2018-11-22 11:26:05','1542885965:$P$BmLyXCDoaxb2YVFKMktGpuVvqXBfuU/',0,'nikki_dugan1994'),(6105,'ahmanbanks1973','$P$BJe0JqC6wWwwNwjjv4gNftloEvUmi40','ahmanbanks1973','ahmanbanks@gmail.com','','2018-11-22 12:27:52','1542889672:$P$B98Lym86JoBfgUf8iWgVLCCRJInVXf.',0,'ahmanbanks1973'),(6106,'sirmaverick20101975','$P$BFbPYT4ibb.q5aGTuOkViYA9ubuMqw1','sirmaverick20101975','sirmaverick2010@gmail.com','','2018-11-22 12:30:00','1542889801:$P$BwpzB2qj48yFcMe99qbRIJ2FsvZOd..',0,'sirmaverick20101975'),(6107,'gabrielharris771987','$P$BrgGkdDDUJ8lMMF8aFaoU.S9CtuQr./','gabrielharris771987','gabrielharris77@gmail.com','','2018-11-22 13:23:46','1542893027:$P$BrazYwOnNdQyjFK8r0f90uZ0hw0F1T.',0,'gabrielharris771987'),(6108,'maciasangulo01051983','$P$BuyDf9dydPQjWyihfy7TuRCEUed1LY1','maciasangulo01051983','maciasangulo0105@gmail.com','','2018-11-22 14:39:56','1542897597:$P$BPFiA4m0.dz0Mlx7yPdHRuYYCjOT9w/',0,'maciasangulo01051983'),(6109,'gusevjason1956','$P$Bw7wiWmi32jrVXEdxqZ6OIIs.TCA271','gusevjason1956','gusevjason@gmail.com','','2018-11-22 15:02:43','1542898963:$P$BqUgoxJ1RUReTOjiRQrSdBzXQiSm.10',0,'gusevjason1956'),(6110,'joeyraquel1969','$P$BNaqrZUaAleEiCbY23mRAk/Y8i3eqt/','joeyraquel1969','joeyraquel@gmail.com','','2018-11-22 15:04:09','1542899049:$P$BI9c.7zyjBJ3lTV9bA1LoktaX1KhFg1',0,'joeyraquel1969'),(6111,'jessica.stoll1952','$P$B2U8.qZBVQWaS/Nbw2s0wjlkIBcMZG.','jessica-stoll1952','jessica.stoll@comcast.net','','2018-11-22 20:20:19','1542918020:$P$BWcXEaI8ihrfXprdRSl4zayvC.jGV./',0,'jessica.stoll1952'),(6112,'melissa.randall1996','$P$BtxJkqQAfoBwCo6b95HaGOs0i2pjDQ0','melissa-randall1996','melissa.randall@technaglass.com','','2018-11-22 20:28:21','1542918502:$P$Bi/Y.Av4EcNdkNIDHtXRUiGlUJaUoX0',0,'melissa.randall1996'),(6113,'burrell19171956','$P$Bo4WXXACKAznBalEJ4Nnktwb5RkKF/.','burrell19171956','burrell1917@yahoo.com','','2018-11-22 21:03:23','1542920603:$P$BMnvg/X.yPp/Vtnd/lRyGK1IjpAYAr0',0,'burrell19171956'),(6114,'selenam51965','$P$BPeXkC2xgYb4SB0rrVRzsaFD.1diDa1','selenam51965','selenam5@hotmail.com','','2018-11-22 21:39:08','1542922748:$P$BZxDu.BhIXREslr6z9q0UONQrJDx8t0',0,'selenam51965'),(6115,'mrclisby1990','$P$Be5eTNH0rdpTLyxHP92gFpHtFAyK8y1','mrclisby1990','mrclisby@yahoo.com','','2018-11-22 22:41:00','1542926461:$P$BMXzrnWKPUnnU2Psw1zmKsLnyHQApb/',0,'mrclisby1990'),(6116,'moerena1990','$P$BYGmabWBQT27LqkEFyKaxe6yMBmYyU/','moerena1990','moerena@comcast.net','','2018-11-23 01:08:06','1542935286:$P$B7cVIi91g5xRGoFpA.UgorQXldLk4u.',0,'moerena1990'),(6117,'mrobinson551984','$P$BfJH1r4FLl2ZoxNVyQ42fQEL/ihHgK1','mrobinson551984','mrobinson55@bloomberg.net','','2018-11-23 01:36:14','1542936974:$P$B2PYCre8A8kLT3ANQcbwUmgG0IpefV0',0,'mrobinson551984'),(6118,'floor.road1960','$P$BVotTb5p9lLHpiGDSY2g/JvqokNXDX/','floor-road1960','floor.road@yahoo.com','','2018-11-23 07:51:27','1542959488:$P$Bgu4JZ9KxdofdINHGYeuIBwLMQ/lOy0',0,'floor.road1960'),(6119,'fernando2001','$P$BNXFuyjNlPghb5/ojgaQtj4HR5swKS.','fernando2001','fernando@kcl.net','','2018-11-23 10:27:45','1542968866:$P$BR9CYhwaEuod33f7P8buuQS6yTtiFS.',0,'fernando2001'),(6120,'shedletskers1968','$P$BiewcqYyhqQ4vve3BoITEKz5vBJM74/','shedletskers1968','shedletskers@outlook.com','','2018-11-23 10:31:51','1542969112:$P$BHWtpzB6u2.l/0fiKkPBqdp0eUlDN8.',0,'shedletskers1968'),(6121,'sqizin1954','$P$B8mMakI7T37ZiY2HwpAltTe6/Gb9/T1','sqizin1954','sqizin@aol.com','','2018-11-23 10:36:27','1542969388:$P$Bkpgk9SzjhYFhUnDXyThFmVAMIuQIi.',0,'sqizin1954'),(6122,'lforr7112002','$P$BTw0yK8JWT3Ul2CKSX.Tr/2LZUvxcu1','lforr7112002','lforr711@aol.com','','2018-11-23 13:17:40','1542979061:$P$Bb72VREyipCnxfmiOFXnA7Pke4Gibi.',0,'lforr7112002'),(6123,'chandan.r.mucha1979','$P$B//HCWHiRIMWmpdE7a3A77zpKh8KDP1','chandan-r-mucha1979','chandan.r.mucha@gsk.com','','2018-11-23 13:26:11','1542979572:$P$B49hpfXoDI/nEumxlxAQSvVt8e0/Wp/',0,'chandan.r.mucha1979'),(6124,'cseeley52004','$P$BK0W5ICTCg2HgA8jiSZyIXwUj28ycm1','cseeley52004','cseeley5@yahoo.com','','2018-11-23 13:29:38','1542979778:$P$BefelAw8qxV8POiufZrJfXNpSO.q2w1',0,'cseeley52004'),(6125,'cindi2001','$P$B73WhlDil2uO/VNMTHb0yz0zEa.Lao1','cindi2001','cindi@bbsmt.com','','2018-11-23 14:09:13','1542982154:$P$B.3dZulZZdSR9scdIGvpsTIk/XaXly.',0,'cindi2001'),(6126,'crazylady6291990','$P$BX01jotg5D4pdAvw.mZfjQI41k9Edr1','crazylady6291990','crazylady629@live.com','','2018-11-23 14:53:10','1542984791:$P$BBbhvrQDSQpa.dDhkASS/unszxeq1D0',0,'crazylady6291990'),(6127,'ted.ziegert1979','$P$Bw25EHDkDZPQtjYSmdrdMf85GAO0D4/','ted-ziegert1979','ted.ziegert@ntlworld.com','','2018-11-23 15:06:58','1542985618:$P$BUA0IC6qAJKHuMvFFOTf/9mspWLtcn1',0,'ted.ziegert1979'),(6128,'jwalsh78831952','$P$BvH192y5TRC8VSyINwSbFdTvxn0Sfz/','jwalsh78831952','jwalsh7883@yahoo.com','','2018-11-23 15:33:34','1542987214:$P$B2r5DNje4xg/JXRgkH5W5ThqrEql3f0',0,'jwalsh78831952'),(6129,'annette.mcclain1987','$P$BWs4gB0HJQuQF7jweCoFaDl6n4hdgS1','annette-mcclain1987','annette.mcclain@sbcglobal.net','','2018-11-23 15:39:53','1542987594:$P$BympXzhZqaOa4531sCMZFTHwQS/S/o/',0,'annette.mcclain1987'),(6130,'leibowitz3101979','$P$BLgbULOKB5NfN03bfVkJim16sotJaJ/','leibowitz3101979','leibowitz310@msn.com','','2018-11-23 15:45:05','1542987905:$P$BlI2UChRnAp2zBVQBDgs3uxdFGu9tg/',0,'leibowitz3101979'),(6131,'jgnage12001','$P$BWUpR8SSb6ueqIwjvOL08vjkh2IiRf0','jgnage12001','jgnage1@yahoo.com','','2018-11-23 16:56:39','1542992200:$P$BbvQ.4Qa079.ykeUFZKgyBhZQVWyBQ.',0,'jgnage12001'),(6132,'domenicopugliese1960','$P$B9m/HFW8wnBi8C0xD5Uj9KlJESiQgF1','domenicopugliese1960','domenicopugliese@yahoo.com','','2018-11-23 21:04:23','1543007064:$P$BRvhiHFoFwNOSN6YoTqAVDiXtnkStx0',0,'domenicopugliese1960'),(6133,'williamvolkert1971','$P$BOJBCv3g/./iuTlyIgxkYJU0Wn3NyX1','williamvolkert1971','williamvolkert@yahoo.com','','2018-11-23 22:09:47','1543010988:$P$BSj2jFhcN8OH/ws0HmNwwSEUxRmOxo/',0,'williamvolkert1971'),(6134,'aurionnewilliams1995','$P$B4yzEEnjesf1ikTzUIVLzafQb6e2By.','aurionnewilliams1995','aurionnewilliams@yahoo.com','','2018-11-24 02:09:31','1543025372:$P$BPupKnTmz5g2/a.QJy6WuIMcZyXyn30',0,'aurionnewilliams1995'),(6135,'frontanec1988','$P$B2cIXqqwhmEZpn90X8EOJZBHNFazUe.','frontanec1988','frontanec@aol.com','','2018-11-24 05:44:03','1543038244:$P$BWIGXp/YH4JrlfkUXjyvR3XogL2Zeb0',0,'frontanec1988'),(6136,'tress551981','$P$BcE2g3/C2F8fDSd4Hs/QBkQ9TAi1yL1','tress551981','tress55@aol.com','','2018-11-24 07:14:57','1543043697:$P$B6A6TCLoQDjn5Rc5yU1yRSzvDrGT7c/',0,'tress551981'),(6137,'motherlove061965','$P$BMmiFVIfgS3NZ.wrhRcL9Klo8XQI3K1','motherlove061965','motherlove06@hotmail.com','','2018-11-24 13:47:34','1543067254:$P$BDktbgLqfGSjMKu6wWnHqYOCHLSPe81',0,'motherlove061965'),(6138,'lucyod1956','$P$Bk4Flj/.8kqtvLC4k6NVqUOo.kUfps1','lucyod1956','lucyod@aol.com','','2018-11-24 14:30:07','1543069808:$P$B.HTf0MvHgrIHu3Rcz1kZy8T27glq3/',0,'lucyod1956'),(6139,'mw1362000','$P$BgowbkUiJxW/gzmBor7xSzC50AD0nU/','mw1362000','mw136@lab.icc.edu','','2018-11-24 14:55:54','1543071355:$P$B2Jv6X0fYCBXnHDOHz6KQpamHqbdqb1',0,'mw1362000'),(6140,'will1977','$P$B1cImAd0WQNDm7yPLKW.cVtDvC0hRg/','will1977','will@bitfinex.com','','2018-11-24 17:03:19','1543079000:$P$Bkr3KZq.LtqnEVVskMU0pgA.OFQARm.',0,'will1977'),(6141,'doug.robins1980','$P$B./ARbQ.9D7ApPCTuQcAC4BpZSCs5w/','doug-robins1980','doug.robins@sympatico.ca','','2018-11-24 19:21:24','1543087285:$P$Bs0KJiDv8R0whrblMD7XhzciqeR8f00',0,'doug.robins1980'),(6142,'tddanceschool2007','$P$BHZy/pdeB8rqWes2ns514y.k8hfjDY1','tddanceschool2007','tddanceschool@hotmail.com','','2018-11-24 20:31:10','1543091471:$P$BE13nhIYPGN/3iVRDaeYq4ozrYtanG/',0,'tddanceschool2007'),(6143,'cgriffith1955','$P$BI1bTQfUfsm0Pv/AWbNtdQZC0/xnfc1','cgriffith1955','cgriffith@peocost.com','','2018-11-24 23:38:21','1543102702:$P$BVV/5KQzZnsDGOxtM4JQ3.g19cL2YK0',0,'cgriffith1955'),(6144,'mrrssmb1964','$P$ByMa2YfxwxE73kIWEOEMQQpiqVcxeV/','mrrssmb1964','mrrssmb@aol.com','','2018-11-25 00:36:50','1543106211:$P$BuOTESwRdmmwBqVU.N3oI0pTOU7RNc0',0,'mrrssmb1964'),(6145,'ccphilly19841974','$P$B5MIL6gybvGLJIOs3v5CAa2Z9w0OQ.1','ccphilly19841974','ccphilly1984@yahoo.com','','2018-11-25 13:12:42','1543151563:$P$BA97Bhbx3fQbdiOflO2T8ArVrRoMD./',0,'ccphilly19841974'),(6146,'rkumar412000','$P$B2AXCUf/r/pyFasT/8XHsB2dteujT0/','rkumar412000','rkumar41@yahoo.com','','2018-11-25 14:36:24','1543156585:$P$BZ0GDCb7XRiY0satCA6xyx2IXGSCaZ1',0,'rkumar412000'),(6147,'c21triboro2009','$P$BT1BF1ubh27wNeBG7HTY0UZjuxdMje0','c21triboro2009','c21triboro@aol.com','','2018-11-25 14:36:38','1543156599:$P$BunY1ZE//l8dHa/pOiqUGtKaRMT7gP/',0,'c21triboro2009'),(6148,'rwdndad1957','$P$B54w3xdor2z0PUUh29Gv/UPmu68wAu0','rwdndad1957','rwdndad@aol.com','','2018-11-25 17:59:25','1543168765:$P$Bkcd0r0RquFBRITy96D9vKgbdLHc69/',0,'rwdndad1957'),(6149,'jaredkassulke1953','$P$BKNJ7vmnJJOQ1g27uWruV4ZTGM2boL.','jaredkassulke1953','jaredkassulke@yahoo.com','','2018-11-25 20:25:45','1543177546:$P$BVPhI5fGXNglFhs54LMLNUwNkvCnHc/',0,'jaredkassulke1953'),(6150,'s_u_n_n_y20021991','$P$BaDyvUnBzIkVo/JfLTLKp1rRd7/mhz.','s_u_n_n_y20021991','s_u_n_n_y2002@hotmail.com','','2018-11-26 08:42:53','1543221774:$P$BUErYksGKZ0gVlt8EhH2QJRrgLDXMU.',0,'s_u_n_n_y20021991'),(6151,'gadsdenbl1968','$P$BanCWxMaSKvNlrrhnelArC/ucC3wIw.','gadsdenbl1968','gadsdenbl@g.cofc.edu','','2018-11-26 09:35:42','1543224942:$P$B2CA8fpY7Um6eWH4M61DFuk86h2k8H0',0,'gadsdenbl1968'),(6152,'bwissink1987','$P$Bou7vJdYWlHuf632UFzggrQpj0psqS/','bwissink1987','bwissink@umth.com','','2018-11-26 14:28:52','1543242533:$P$BGm8r/vpqPQUw/j10pqc.jP4mSu1Ji1',0,'bwissink1987'),(6153,'elanimyers2010','$P$BYWrCf/Sn3kcICd9gptrzIGvF0sI1S0','elanimyers2010','elanimyers@stevemadden.com','','2018-11-26 17:22:08','1543252928:$P$BUVCU5YSnXr3rY8DQFf9tPx/n6V5LC.',0,'elanimyers2010'),(6154,'kersey2002','$P$BR0l51cWQZtzzpJtvPpPZ844Fdza63/','kersey2002','kersey@kwic.com','','2018-11-26 18:52:20','1543258341:$P$BbfgNTQ19QeCM.Ar0qBKxophUM0ERA0',0,'kersey2002'),(6155,'jfallon1990','$P$B4LFT7zMskLMd.sYerqxscN8JZhrHa0','jfallon1990','jfallon@hawkeyefence.com','','2018-11-26 21:57:23','1543269444:$P$BX5eRL8cHFKYwubnT41cGTNYVa33VZ.',0,'jfallon1990'),(6156,'martha2009','$P$BFXFvhNN5pEE2GwCoiXHf.lcniY6bv.','martha2009','martha@centerlinewest.com','','2018-11-26 22:36:19','1543271780:$P$BMZSaBdC1oYHf6U.7YP4uhAsNxc4oI/',0,'martha2009'),(6157,'jbrooker_331970','$P$BS3GY29Y8Ob4eMN4ZKV5y3/ULa6xFQ/','jbrooker_331970','jbrooker_33@hotmail.com','','2018-11-26 23:10:56','1543273856:$P$BadGhoir.00CmhZ4BemyAfsVPU8vOE.',0,'jbrooker_331970'),(6158,'jktaos1954','$P$B2JRM8Q.2vDJJ5WBH7ase9UsMtJaZa/','jktaos1954','jktaos@msn.com','','2018-11-27 03:04:02','1543287843:$P$B6pFxWP1LSJ6C5fbI/iJ4HkE4Mdy5K.',0,'jktaos1954'),(6159,'bloodhart1975','$P$BUgBBszefX4k4F3EB41tPLKBcUB/Dp/','bloodhart1975','bloodhart@cox.net','','2018-11-27 09:47:22','1543312043:$P$B3bSyfbXYW1blclygvEZU5qovH3rn/.',0,'bloodhart1975'),(6160,'shah1968','$P$Bv5JYj/FMAso0NFAbhyX/gXOZgItCu0','shah1968','shah@hk.co','','2018-11-27 12:02:28','1543320148:$P$BVXtiAEO1Zh0G3NTjtJ1vWSmTxYft3/',0,'shah1968'),(6161,'sunny1961','$P$BTwhf1qNnmfTcKBHcPo2nc5VpS6Omn/','sunny1961','sunny@hk.co','','2018-11-27 13:32:16','1543325537:$P$BNGdw7q.wNgBoUHO69tMARCSu6Sjz0/',0,'sunny1961'),(6162,'marybellm1969','$P$B.TphHc.AjfXo3dWAfQn1gfEe6JXJT/','marybellm1969','marybellm@mdiazhomes.com','','2018-11-27 16:43:09','1543336989:$P$Be2B9O4efcqVlIp..Sp34kchrsnEck1',0,'marybellm1969'),(6163,'jacob-mast1993','$P$BwGtL9BiOTh96yFf9dL9jFkVVUTihw.','jacob-mast1993','jacob-mast@live.com','','2018-11-27 19:17:13','1543346234:$P$BHAi/q.qekQmdq51Vk9VETIIPJzZlt/',0,'jacob-mast1993'),(6164,'mikeg1990','$P$Bp7OcgACwCv.GIN2X9ZtoeEfk7sD8V/','mikeg1990','mikeg@elcaminc.com','','2018-11-27 22:24:04','1543357445:$P$BJ4eWpbKdh58gK0h3TOafBt.ugTDbz.',0,'mikeg1990'),(6165,'travisreeder1993','$P$BogAUQ27HqTlwOP841kXS0cQX/pe.0/','travisreeder1993','travisreeder@msn.com','','2018-11-27 23:03:22','1543359802:$P$BuFt/pVsjaoAUB/s/STITam7tZIj6h1',0,'travisreeder1993'),(6166,'john.brewcitypizza1993','$P$BQfbw/zY1e7KuDwrzHRxKNGgNB0NBn.','john-brewcitypizza1993','john.brewcitypizza@hotmail.com','','2018-11-28 03:50:14','1543377014:$P$BBjf65QjMVO/DpMy8OWStCzvls4wjl0',0,'john.brewcitypizza1993'),(6167,'font_love1957','$P$B.KprTFf2mOQzj6b0qvXBVNcyyKvl81','font_love1957','font_love@naver.com','','2018-11-28 10:44:29','1543401869:$P$BkR3xOH5NkApUghFMUJzJnQCO4TV8f/',0,'font_love1957'),(6168,'f.miccoli1998','$P$BtGjNNBJi2J8zjo7Up6UNDRebLbZlG/','f-miccoli1998','f.miccoli@gmx.de','','2018-11-28 11:37:23','1543405044:$P$B/kd/Znk2e/V.jD.6ocn58a4QnQxgs0',0,'f.miccoli1998'),(6169,'wellsburnell1973','$P$BHekH6yvLAdRLD4BwTjafBDNImY.XV/','wellsburnell1973','wellsburnell@bellsouth.net','','2018-11-28 12:41:28','1543408888:$P$B8gmHnOYgihJfo2WwTZcX6MXruQQFr/',0,'wellsburnell1973'),(6170,'bruce1996','$P$BgE3l9GfWwH6R1SdFL3I7z545ehKUS/','bruce1996','bruce@tropicalfiberglasspools.com','','2018-11-28 13:49:11','1543412952:$P$BkFE6hA7p9IfVkNnfCjHvDf4SMN6pQ1',0,'bruce1996'),(6171,'jeanny741984','$P$BlpQ2p4sJ3s0AnyuK4EvY1Rwp63eLg0','jeanny741984','jeanny74@live.com','','2018-11-28 21:52:48','1543441969:$P$B4jH.4Atbw7.bDrQKmGmNUxiIPTMBx0',0,'jeanny741984'),(6172,'maldalaan2006','$P$B92K1tQyTSxVqKig7AhBK7RvJVuEM20','maldalaan2006','maldalaan@hotmail.com','','2018-11-29 07:49:01','1543477742:$P$BOzpo7ILyI8ZLrXnP1ZmkB2Vs2a6.30',0,'maldalaan2006'),(6173,'sunnyxie432005','$P$BZDY1yVlTVHAdadvyJ2mUsofi.Pl.P1','sunnyxie432005','sunnyxie43@gmail.com','','2018-11-29 12:06:00','1543493161:$P$BjxTnZz3WHIhReJm4VclHAyDFjOaqb/',0,'sunnyxie432005'),(6174,'sflanders1986','$P$BSGxY34.0hOtXTzQn6hOfkplhkE.Qz1','sflanders1986','sflanders@stmcs.com','','2018-11-29 20:13:29','1543522409:$P$Bt4Bi.rsDX/V3TvH0mVg030L24kTZO1',0,'sflanders1986'),(6175,'gigoyena1966','$P$BllpOxkun5plYpLQa3xPnLSqbLAp4e.','gigoyena1966','gigoyena@cs.com','','2018-11-29 20:33:12','1543523593:$P$B1nGPakNkoEm9Ehi8FOUfqTkgOL2G10',0,'gigoyena1966'),(6176,'r_bakerjr21966','$P$BERG3Gj7NQax3Fr7IsUFmlXZ34lkxI0','r_bakerjr21966','r_bakerjr2@hotmail.com','','2018-11-29 20:39:52','1543523992:$P$BPtuqvYggopJABRa6mv6RkzFpT85Xi0',0,'r_bakerjr21966'),(6177,'jwilliams1987','$P$BZBx2d7f1FhWmhpm08bYUQpX9V6P9..','jwilliams1987','jwilliams@novamolecular.com','','2018-11-29 21:10:30','1543525830:$P$BdZoj4GXGPxnwOxMuVKJlEdRj/4Tb80',0,'jwilliams1987'),(6178,'erevak1977','$P$BTJGFAR7aZVV00oU0570Z16.WknGHa/','erevak1977','erevak@sbcglobal.net','','2018-11-29 21:16:06','1543526166:$P$Byh8mbYUIBP7ZUuT3Xgf1u8icLWheH/',0,'erevak1977'),(6179,'pmatthews1953','$P$BauivAKTvxjJx3sc5XYUltIm6UhjBM0','pmatthews1953','pmatthews@bfm.bm','','2018-11-29 22:46:00','1543531561:$P$Bnrd0ezVZzGP9URYNadH.ip8DpnIvP/',0,'pmatthews1953'),(6180,'stevieclapper31950','$P$BpYSwEnSr7BLp9WA.TZjyyuc0/bAYz.','stevieclapper31950','stevieclapper3@outlook.com','','2018-11-29 23:01:21','1543532481:$P$B25yFgFB3W1D5UbGWPqWiNyc0wpZzW.',0,'stevieclapper31950'),(6181,'matt.ogorman1954','$P$BZ4urp5W4bkNyXA36CYHLe.J4TignR1','matt-ogorman1954','matt.ogorman@thalesgroup.com','','2018-11-29 23:38:10','1543534690:$P$BFq3XYh.eg/gRdxUzRml/Dg1.mLcZt.',0,'matt.ogorman1954'),(6182,'peeples.brett1977','$P$BKn7QHov1SFvcLi7o/y34t9t2rUNqL.','peeples-brett1977','peeples.brett@outlook.com','','2018-11-29 23:44:30','1543535071:$P$BsnrPYdqriFUWgTQdVL44NjEL790lM.',0,'peeples.brett1977'),(6183,'keiichi_owns2002','$P$BEitvi6wZDIuJa1var68EqiEeEy5fx.','keiichi_owns2002','keiichi_owns@hotmail.com','','2018-11-30 04:06:20','1543550780:$P$BEXy1PGLLhzEpBQToJEbnP6AaZdRsL1',0,'keiichi_owns2002'),(6184,'drcobra1955','$P$B5DbNvu1oESIc.SiDQsGPfHGVbdH9M1','drcobra1955','drcobra@netins.net','','2018-11-30 08:28:20','1543566501:$P$BAn8c3erA7EhaiIBIQhYBVtPDNft0z.',0,'drcobra1955'),(6185,'candlmarvin1955','$P$B4Z80LGkES0tHBsStaQJyV/voIZl6Y.','candlmarvin1955','candlmarvin@att.net','','2018-11-30 08:34:10','1543566850:$P$BeKa3JCDXVhBUvTh7RhcXMOhE03Ylv0',0,'candlmarvin1955'),(6186,'slark1951','$P$BM2db7UoLb4/ctxiABsGL8JQbarQ9h0','slark1951','slark@mailforspam.com','','2018-11-30 10:19:25','1543573166:$P$BuYYShh798vTzJ9MX8IlKTVvEoxHNu0',0,'slark1951'),(6187,'j333clearmee','$P$BVGg1aVF7w.UCiJ0I/VbhXvhC.9VQ1/','j333clearmee','johnyclearme@yandex.com','','2018-12-01 02:10:51','1544441737:$P$BTcBzHRV0mo52Z1J6qhS70KPWGw.tQ/',0,'j333clearmee'),(6188,'monica.leitner1957','$P$BAYzV7ow0kB4BSfuZgh8PIWm34geLX0','monica-leitner1957','monica.leitner@comcast.net','','2018-12-01 15:45:44','1543679145:$P$BMM58G/AzneDbVs99yP4WrrL4DQ6ru/',0,'monica.leitner1957'),(6189,'toheather2000','$P$Bc3P2C1RFSbKWYXltOvT16/MqHtu3Y0','toheather2000','toheather@hotmail.com','','2018-12-01 22:51:16','1543704677:$P$B5yJyh7oUIfkBpwEdD5RZOaDQn3JTT/',0,'toheather2000'),(6190,'dawid.karpinski1951','$P$BMWYouFpmWv.Bwix65eszg.nLHisRo.','dawid-karpinski1951','dawid.karpinski@interia.com','','2018-12-02 01:27:10','1543714031:$P$BxQPDHriR1smzAe0ZmL2yuy9mutKRt0',0,'dawid.karpinski1951'),(6191,'april.s2007','$P$B8nx/Uw0G6UaD.334IviQ31Aiwqvee/','april-s2007','april.s@meatpies.com','','2018-12-02 19:45:12','1543779913:$P$BW5ZLc2RJ.MuaWdt/5IqjQhksYQTf/1',0,'april.s2007'),(6192,'bettina.mueller.eifel1991','$P$BXe0V9.8bYsYG1mz7K1S8k6ZYgRZ.Z1','bettina-mueller-eifel1991','bettina.mueller.eifel@gmx.de','','2018-12-03 12:01:56','1543838516:$P$BLhqn/mRTIx7.iVInQnW21acZEPJEf.',0,'bettina.mueller.eifel1991'),(6193,'larissa.tieling2007','$P$B8dQ/T4LXECvVpc/jyK1sN3E05Oc6A1','larissa-tieling2007','larissa.tieling@gmx.de','','2018-12-03 12:12:23','1543839144:$P$Bt8kuCLiAhF30J9i8ZLeoql5Tc3Cex.',0,'larissa.tieling2007'),(6194,'dgloede1959','$P$B5Ycm3GWMlphfosnjkXJLpX5XE3wT1/','dgloede1959','dgloede@wi.rr.com','','2018-12-03 17:15:01','1543857302:$P$BBl6ugcWV7dWXZw5XPs.NuoxUL/KX11',0,'dgloede1959'),(6195,'greg1972','$P$BVu2tqeLnHrPDTKNZRRk2QjlA3Y7YY1','greg1972','greg@quantummechanicalsys.com','','2018-12-03 18:33:47','1543862027:$P$BtJ9a8yF9HPFI5O.lTkpVcVwDKpF7x.',0,'greg1972'),(6196,'charlenewalsh20021981','$P$Bazsy8FY21ja8EGI.Uu4/FhSmnOEqM.','charlenewalsh20021981','charlenewalsh2002@hotmail.com','','2018-12-03 20:45:44','1543869944:$P$B6a7tvmz8yD4kaFNQnfPI7vFG1scZI.',0,'charlenewalsh20021981'),(6197,'bettylonline2000','$P$Bn2.wnoSncBablGrREzU1UqQS0lQeI1','bettylonline2000','bettylonline@hotmail.com','','2018-12-03 21:21:05','1543872065:$P$BgiUMvfbm337TZL87vB2cjRSs7edb6.',0,'bettylonline2000'),(6198,'jwrigley01241951','$P$BxCLqiuAeaLLATQhQs97rtTtlEJwbs1','jwrigley01241951','jwrigley0124@live.com','','2018-12-04 00:26:33','1543883194:$P$Bvu3yNShIySSvh25qcsu5ZYuZTcYLL1',0,'jwrigley01241951'),(6199,'jrkksk1978','$P$B54W13ZTo80klh/t3cyTqf1qmA0p/51','jrkksk1978','jrkksk@hotmail.com','','2018-12-04 04:04:22','1543896262:$P$B.ahnHIBjW.7wByIsm5fhslC99SeQH.',0,'jrkksk1978'),(6200,'mr-vadim1974','$P$BOECggYII6m/XB0V0RyYOfmIMf9h9F0','mr-vadim1974','mr-vadim@hotmail.com','','2018-12-04 20:06:35','1543953996:$P$BEULqiYxrmCMfSRWxhv448/vSCxizx0',0,'mr-vadim1974'),(6201,'raulhb1967','$P$BonwE2caTENXJ8V1IP8YWqGqhcj5.k0','raulhb1967','raulhb@att.net','','2018-12-04 21:52:19','1543960339:$P$BH.MTqzwCQjdCOtH2cBDaoOcu4C3Br1',0,'raulhb1967'),(6202,'jgthurman1968','$P$B8MR0IZF46enRcplO48u9yiRlk9Skt.','jgthurman1968','jgthurman@willamette.edu','','2018-12-05 09:26:59','1544002020:$P$BvPsE6JPOEkYRi6zuCfdjH9yF9vc8N0',0,'jgthurman1968'),(6203,'gerile1974','$P$Bz98.fObM28Lx2ck/V9VxxJr1AWm9r.','gerile1974','gerile@t-online.de','','2018-12-05 12:14:30','1544012071:$P$BWfPRWCbcoZiPmES3FEm2.1QexYDcX1',0,'gerile1974'),(6204,'ose.igene2006','$P$BIjEAsa35.SeC6hXNOwA4USnOeVaSv0','ose-igene2006','ose.igene@uniben.edu','','2018-12-05 16:10:12','1544026213:$P$BCz/ufOC6HE93FXHjU8c86Nytlz1sL0',0,'ose.igene2006'),(6205,'rguerrero101967','$P$B3eYrUqBt6PaVCfLZDy/IMobHz6H66/','rguerrero101967','rguerrero10@elp.rr.com','','2018-12-05 17:03:18','1544029398:$P$BvyLYyMr7rLAJQo15NxR2rPG.X4H5a.',0,'rguerrero101967'),(6206,'joedocherty1991','$P$BG/j3026V3XJNP6WxkDRpNqj89ushJ/','joedocherty1991','joedocherty@att.net','','2018-12-05 19:27:57','1544038078:$P$BYk6.5voFf4S0DjrX7P914CE0QfDBs0',0,'joedocherty1991'),(6207,'biondog1966','$P$BETkZZxNCefa1/XhVNveCsw4oh4Rga0','biondog1966','biondog@sutterhealth.org','','2018-12-05 22:24:49','1544048689:$P$B.nCZ8WfxRuleLJer5uSxPtL/kcqEs0',0,'biondog1966'),(6208,'danielle1965','$P$B8lOQDyoHtPV1.Km.X426XONz/tj1V1','danielle1965','danielle@gotelliplumbing.com','','2018-12-05 22:28:10','1544048890:$P$BfsgXP1LAstzQRP4Hq5HfCPTCmtbdr/',0,'danielle1965'),(6209,'ada_lvovskaya1998','$P$BmV4JvucMmfLXirEsd3cnjB.QnoHtk.','ada_lvovskaya1998','ada_lvovskaya@hotmail.com','','2018-12-06 06:40:13','1544078413:$P$BtN1tCfGHJCuHYz175drKT9ffsChQf1',0,'ada_lvovskaya1998'),(6210,'gf93921984','$P$B8Gd2PmVMnkO91eG9ozIhofSaL3uxP/','gf93921984','gf9392@ship.edu','','2018-12-06 14:22:18','1544106139:$P$BaY16MyUWBoO18GLMNJ6LN2Oah61F60',0,'gf93921984'),(6211,'martin49801976','$P$BSh4uvVI1xYsd739Ud/EvxuH8M9c8D/','martin49801976','martin4980@sbcglobal.net','','2018-12-06 14:43:35','1544107415:$P$Bdc2.XI0orTDFoHfkn2XcGLEAtm5ca.',0,'martin49801976'),(6212,'bajstovall321957','$P$BrPOEjMnemRGymDFwvx2y34idibPhE.','bajstovall321957','bajstovall32@hotmail.com','','2018-12-06 17:58:22','1544119102:$P$BPLEx9VQKcfuoMjGArsYZZg4m2TlAW/',0,'bajstovall321957'),(6213,'jkeel1996','$P$BflsjlTXYW5oZfAyyCaTxEVPHlBLRp1','jkeel1996','jkeel@keelandcurleywinery.com','','2018-12-06 20:35:42','1544128543:$P$Bf5b3KcpoYW85RrhxBrwjY2wrRq1T01',0,'jkeel1996'),(6214,'bob.tsou1969','$P$BaVoYa9KB0UwPU5UTATZvpGN.MDJb.0','bob-tsou1969','bob.tsou@tkfreight.com','','2018-12-06 20:43:01','1544128981:$P$BIKHy63332Em7GOVsEzK5nnKtEOx3r/',0,'bob.tsou1969'),(6215,'malcolmks20051995','$P$BOkSJuXD2hh7Yna3pPZHlxCi2v2/AZ/','malcolmks20051995','malcolmks2005@hotmail.com','','2018-12-06 22:52:31','1544136751:$P$BS/52HDSw7iNxlhfa1z6rQdTfNz8Iq.',0,'malcolmks20051995'),(6216,'hcolburn1995','$P$B9.pkCgDCq3C0WkuupyGdWsSmhV9eb/','hcolburn1995','hcolburn@habilitat.com','','2018-12-06 22:54:32','1544136873:$P$BNDhMZgkSqiJtz77x5S1hy9aa4Eey/.',0,'hcolburn1995'),(6217,'genghai2003','$P$BHh37sHaYqzuCnPf2vk/vEHSOBiwdh0','genghai2003','genghai@hotmail.com','','2018-12-07 09:51:19','1544176279:$P$BDSiU/lWTzxY5o18DavhuJQI62t3am1',0,'genghai2003'),(6218,'stewart2005','$P$Bz3Q5yWKnX2dYR/.fOFwQ87u.FANwK/','stewart2005','stewart@fahmy.com','','2018-12-07 10:04:22','1544177062:$P$BFmsnKOzpZ3iVESF5F3NKtybT4NjhZ.',0,'stewart2005'),(6219,'a.pezzolienologia1992','$P$BrLbMiAk4PqAFeh.wfBIzBNGiFG9F7/','a-pezzolienologia1992','a.pezzolienologia@libero.it','','2018-12-07 20:48:42','1544215722:$P$BXRzF3i2dTqDhs0f5qXENVjm39lmP.0',0,'a.pezzolienologia1992'),(6220,'steeb19471952','$P$BzJPwPjOTeQMZaI90acB7r.NhjbhbL.','steeb19471952','steeb1947@windstream.net','','2018-12-07 22:12:02','1544220723:$P$BeZDca9SJ6noDrxYp//KANFv2WUmJK0',0,'steeb19471952'),(6221,'snelljer1965','$P$Bt.lUenlZqvvWLeQvrLrzif9cPDAOg/','snelljer1965','snelljer@cut.net','','2018-12-09 11:12:34','1544353955:$P$Bs3sdZH1CeOvNe5dpOPIfCVhFV1cEs.',0,'snelljer1965'),(6222,'danielmarval1984','$P$Bm45Ko.VhxViYreDCtA/EhZd7lr.pv.','danielmarval1984','danielmarval@hotmail.com','','2018-12-09 15:08:59','1544368140:$P$BOURzfX9Pbfx2fOI2Wp0hJ0kxGc0pw/',0,'danielmarval1984'),(6223,'myers20441994','$P$Bt/k4RKG4O2T7vLYx.sj1lejzjlOvQ1','myers20441994','myers2044@msn.com','','2018-12-10 00:19:10','1544401151:$P$BYD3pFg2sXwyUdieefeMODI7sYOghm.',0,'myers20441994'),(6224,'contact1977','$P$BHQscTU8pV4itiL7VxbXN2KNAdUzUR/','contact1977','contact@vespers.ca','','2018-12-11 01:37:59','1544492279:$P$BTziWNAe1P1X4O9x03yv8yXoHhdHu91',0,'contact1977'),(6225,'dcasselli2005','$P$BFv5TscGbXfm74L1yHaZ.go7b1V1JQ/','dcasselli2005','dcasselli@marianhigh.org','','2018-12-11 06:09:28','1544508568:$P$BO8Ybc7ciO/SQEAfwhrnIszOquw6Gj0',0,'dcasselli2005'),(6226,'inesrogge1988','$P$BNumlL2KqmuOriUIe8N0g2ZUQ7U3eY/','inesrogge1988','inesrogge@gmx.net','','2018-12-11 06:39:19','1544510360:$P$BHMQEZB93CiAS0qkaG12bDvMT.VW7v.',0,'inesrogge1988'),(6227,'service1961','$P$BtyeLc2bJznv5BqXAx1NvK33YTN2oe.','service1961','service@elevatorinspection.com','','2018-12-11 15:26:34','1544541994:$P$BsARYzuXv34976elHYtrl5WtY4/LE0/',0,'service1961'),(6228,'peffylou12009','$P$BjE5TIvw33C.6OEKKY.nQ6PdR6i3RV1','peffylou12009','peffylou1@t-online.de','','2018-12-11 16:06:39','1544544400:$P$BRfer.RJVO.QwN0MpXQhlVhKkjmN...',0,'peffylou12009'),(6229,'ledylondon','$P$Be8.tFmZlJ5B.huCi6Fr6FiVtfhR2S1','ledylondon','ledylondon@yandex.com','','2018-12-11 16:56:10','',0,'ledylondon'),(6230,'rjsieben1993','$P$BG6FbZnzmOZbjqrh6NL80BYq3sNYm30','rjsieben1993','rjsieben@charter.net','','2018-12-11 17:07:48','1544548069:$P$BBheHTqc3HjMcUEUNXQE/kAv6YIdzY.',0,'rjsieben1993'),(6231,'jerry2005','$P$BIumJmx512UrVsu8ldgEIrjYqPZNOV0','jerry2005','jerry@reindeerlane.com','','2018-12-11 17:11:15','1544548276:$P$Bv3jelIu6sbgxd4d.KAXRSvEgh1Lnh1',0,'jerry2005'),(6232,'jeanmondoux1952','$P$BcnXpgjUIBWagKFE0b/Oqst1DtQAoV/','jeanmondoux1952','jeanmondoux@mondoux.ca','','2018-12-11 20:46:32','1544561192:$P$BL8ZM.fHGyWl/TX4UlXdsxJ3atrqqs0',0,'jeanmondoux1952'),(6233,'bertranteam1999','$P$BSy5FtBt1m5S.AmawEtYajkZ5rZNIi0','bertranteam1999','bertranteam@bellsouth.net','','2018-12-11 23:41:11','1544571672:$P$BpJwsX5HsYFRC9b.attLmN3F9FmMG/0',0,'bertranteam1999'),(6234,'dan.chaffee1957','$P$BG.UBDrbzol9NlC4p9zSrFim56c6Kz.','dan-chaffee1957','dan.chaffee@sbcglobal.net','','2018-12-12 12:07:35','1544616455:$P$Bc9M8BVP/fKG2gsF0GGjUyxVA8YZ9V0',0,'dan.chaffee1957'),(6235,'donna.mckay1978','$P$B18cRmPV1HjqOsGSn5aB8FuU5QQKHV/','donna-mckay1978','donna.mckay@fmr.com','','2018-12-12 15:41:30','1544629291:$P$BPPIGRShsKTdB9U776QALGRQ8PTw381',0,'donna.mckay1978'),(6236,'peterbottomley651954','$P$BVkIvS1VnSCwHvZckrARctVtdVFqhR0','peterbottomley651954','peterbottomley65@hotmail.co.uk','','2018-12-12 15:51:31','1544629892:$P$BrFEvrhWJjYBW0zTBbwK4kd9oNzYTB/',0,'peterbottomley651954'),(6237,'stevenb7021957','$P$B6BvNm8fOQQzF3w6lQytRPPMAvf7Dz1','stevenb7021957','stevenb702@verizon.net','','2018-12-12 16:01:13','1544630473:$P$BQSiB7o2.OJvOLUlP6saqmi9zOukpE/',0,'stevenb7021957'),(6238,'michael.quartuci1951','$P$BqCWXbqCRHGFUAfS3w/j5lDYYeBtlS0','michael-quartuci1951','michael.quartuci@verizon.net','','2018-12-12 20:15:35','1544645736:$P$BGA1xQpKB5eN57YUoqo9s/QZ20hES//',0,'michael.quartuci1951'),(6239,'vrvinas1984','$P$Bgnp1T6i8eFUGyihNwCbfcoQuHWBdV.','vrvinas1984','vrvinas@icloud.com','','2018-12-12 21:23:25','1544649806:$P$B4w4TgYYti0AM6kn6nQzxF7Km2JCO40',0,'vrvinas1984'),(6240,'probir.roy1996','$P$BnjKO/sXWlTDJn9Bmt9r8sdzPZEwiV.','probir-roy1996','probir.roy@trishan.com','','2018-12-12 22:54:36','1544655276:$P$BUin9yjE31qUJs7qte96PxM2xTy0Dm0',0,'probir.roy1996'),(6241,'jadams1954','$P$B2wI1Kdl0v18mHJhxs6eEshv89MA9I/','jadams1954','jadams@gvtc.com','','2018-12-12 23:12:00','1544656321:$P$BnkDYkzSpgGP7OM9542GEP.3/Fblq//',0,'jadams1954'),(6242,'steve1965','$P$B4x.QTf/tJVSOurcjG6/oOxvf/RSJf.','steve1965','steve@genkraft.com','','2018-12-13 01:34:47','1544664887:$P$BEy/NqyjTC6LXlsH/PsTLkwf.FDPZb/',0,'steve1965'),(6243,'hans.unland2001','$P$BN5BgyXfUFI2NGbIH43/r2q8PEhXXs0','hans-unland2001','hans.unland@gmx.de','','2018-12-13 02:17:43','1544667463:$P$BsMJrChmCdffgJZKkZlG6bdrRLeY3v.',0,'hans.unland2001'),(6244,'tilman.richter1997','$P$B6//Hqv7Z8h7oyKh3bNs/.mlVTEAyQ0','tilman-richter1997','tilman.richter@gmx.de','','2018-12-13 09:31:34','1544693495:$P$B7j4rceiOT3O7S5StWYeEEhfxccznc1',0,'tilman.richter1997'),(6245,'ktraviss231967','$P$BbV8b1I3bSEaoULeJSb3MkRvrNds4E1','ktraviss231967','ktraviss23@charter.net','','2018-12-13 09:49:08','1544694548:$P$BdlagNEe2jueXIoOqyXb6NurxKlbP71',0,'ktraviss231967'),(6246,'po12tse1986','$P$Bx7aA2tLy2cadel/4Wzm65YTzzmr5c.','po12tse1986','po12tse@hotmail.com','','2018-12-13 13:27:50','1544707670:$P$BgDfWF0etW0qHYBeuc9AjBeCbJoOy6.',0,'po12tse1986'),(6247,'msvtec992005','$P$BP3Ll1b8SOxetgcEqOmk5YQUJ3VN9I/','msvtec992005','msvtec99@hotmail.com','','2018-12-13 14:59:28','1544713168:$P$BPx9XX2Lzs0bYtORTHUl17bamktxAh.',0,'msvtec992005'),(6248,'marlene.schnieders1963','$P$BKzoDt3ssv7RD4GjRD3SKFmDnbYMIZ.','marlene-schnieders1963','marlene.schnieders@gmx.de','','2018-12-13 20:45:33','1544733934:$P$BaRuEd213o4RdXgZd1bEsPOiJZJPRe1',0,'marlene.schnieders1963'),(6249,'anitah1963','$P$BaWun9Xmu4HEdLoeU8Ro7HcPDA1BXw1','anitah1963','anitah@whitdavis.com','','2018-12-13 21:54:04','1544738045:$P$BlK2OA6/JlBPo6xGIzHDTm3f9TIzpE.',0,'anitah1963'),(6250,'kapricornia1950','$P$BJdxQoVTzISYDWeZfwGqYQRQRfKaMt/','kapricornia1950','kapricornia@hotmail.com','','2018-12-14 00:31:20','1544747481:$P$B9b5P/CUT3h3CunS1ruyFcykG80HYe.',0,'kapricornia1950'),(6251,'rkamesh1963','$P$BtOXx0iE1Eb9cL0TNX826m1Y9iBMGt0','rkamesh1963','rkamesh@hotmail.com','','2018-12-14 01:33:04','1544751185:$P$BNKgusBhmoDCDibfo1Jlet6ERG/I2J.',0,'rkamesh1963'),(6252,'jlsarratt1977','$P$BniCgAaUyc7nlgk0JPpbMebpv2ddiV1','jlsarratt1977','jlsarratt@outlook.com','','2018-12-14 01:49:47','1544752188:$P$Bs6xWuj0jS0BOl8f3skrMFtO/YcPy20',0,'jlsarratt1977'),(6253,'lbg81973','$P$B8MYW9UiY4jrnrj0Aq/aLxXOhyMG7h1','lbg81973','lbg8@dcx.com','','2018-12-14 05:09:31','1544764172:$P$BWAjkWG33yyuQO7owFY5y4BmwyyTV5/',0,'lbg81973'),(6254,'mail1996','$P$BsE8xc4n0QmGSo4qfMpMntOuBrIPZW/','mail1996','mail@lesloo.plus.com','','2018-12-14 10:24:40','1544783081:$P$BYUIb96GxLRMkI5WyQMV3LX59YXpal.',0,'mail1996'),(6255,'mohammed.ansar2008','$P$BeJdujaTBqlgUlG4Q5cWxrLQ1hdWXj0','mohammed-ansar2008','mohammed.ansar@hc-one.co.uk','','2018-12-14 14:13:28','1544796809:$P$Bqx9pIiG624vMl3C9IZZwJtNeG2CgK/',0,'mohammed.ansar2008'),(6256,'jon.agren1971','$P$B5Sk.6THlJrDB5TCDQ6PXmbqmKXkvv0','jon-agren1971','jon.agren@ebc.uu.se','','2018-12-14 15:27:17','1544801237:$P$BWH2xagJjoyoSi61oOYmX3szXx3L5S1',0,'jon.agren1971'),(6257,'khec2231974','$P$BQWnbLNvF40HyPU3qfQaWu8MVx0r06.','khec2231974','khec223@sbcglobal.net','','2018-12-14 17:09:04','1544807344:$P$BKiug0vv7jcaqCwKaRtTaZfF7nnXMk/',0,'khec2231974'),(6258,'garza39871964','$P$BrEerE6zkzJHKRPU6m72yJarCKzDpF.','garza39871964','garza3987@sbcglobal.net','','2018-12-15 11:33:44','1544873624:$P$B1daRmnN.IzIAw/64UqeRVMJjCiXCa/',0,'garza39871964'),(6259,'darrenludwig1951','$P$BbIAk5xbC4fn0rYeQJ46pQgS5/Wj.50','darrenludwig1951','darrenludwig@hotmail.com','','2018-12-15 15:05:53','1544886353:$P$B6BgyhD/XW.iPpVG8rk5FV5QtyxWVX.',0,'darrenludwig1951'),(6260,'waltlandi1986','$P$BS2jqEpgrrGB1lYhZPdjdf9ayKK7Ym.','waltlandi1986','waltlandi@mac.com','','2018-12-15 16:49:04','1544892545:$P$B3orOL7HELuDQlYt2LWcmLfaYapuBR.',0,'waltlandi1986'),(6261,'anne1957','$P$BLh9BMl8uXPkRHULlba04ja4U/y/T1/','anne1957','anne@thewholekitchen.com.sg','','2018-12-15 19:34:53','1544902493:$P$Bl8gIjVdbVlP5EWWynLkvLn1qHyDEi0',0,'anne1957'),(6262,'rtritten2000','$P$B.4eZk2OCgpEnnqhEjJux1KiXqnwzG.','rtritten2000','rtritten@outlook.com','','2018-12-16 04:43:26','1544935406:$P$BZ27bqdAgAZmbGUcmjGm079uf8WNXg/',0,'rtritten2000'),(6263,'patti1992','$P$BVdDPuO0TAqKQ1AxChgi8nytdZrtT3.','patti1992','patti@bkwcorp.com','','2018-12-16 15:36:34','1544974595:$P$BBHuzBCzPfvwF33FgsbX9/F5jKc66P0',0,'patti1992'),(6264,'eward0111984','$P$BYqY65WceLf6f8/fQM.6M2V1HDr9h1.','eward0111984','eward011@email.cpcc.edu','','2018-12-16 16:41:18','1544978478:$P$ByNVjqt8QbLWgt3pAsNReR3ocmBm931',0,'eward0111984'),(6265,'nurysalmar1979','$P$BqqnCY5/tcrsNHBnH1sj5b.Hks08T50','nurysalmar1979','nurysalmar@hotmail.com','','2018-12-16 17:45:56','1544982359:$P$B6TN8FXkJ1GocJhB/af2ga7a06TWr6/',0,'nurysalmar1979');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wsi_accepted_invites`
--
DROP TABLE IF EXISTS `wp_wsi_accepted_invites`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wsi_accepted_invites` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Index ID',
`user_id` int(11) DEFAULT NULL COMMENT 'Inviter User''s ID',
`provider` varchar(32) NOT NULL COMMENT 'Provider Name',
`invited_id` int(11) DEFAULT NULL COMMENT 'Invited User''s ID',
`date_added` datetime NOT NULL,
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`,`invited_id`,`provider`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wsi_accepted_invites`
--
LOCK TABLES `wp_wsi_accepted_invites` WRITE;
/*!40000 ALTER TABLE `wp_wsi_accepted_invites` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wsi_accepted_invites` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wsi_invites`
--
DROP TABLE IF EXISTS `wp_wsi_invites`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wsi_invites` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Index ID',
`user_id` int(11) DEFAULT NULL COMMENT 'User''s ID',
`provider` varchar(32) NOT NULL COMMENT 'Provider Name',
`friends` text COMMENT 'log errors',
`date_added` datetime NOT NULL,
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`,`provider`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wsi_invites`
--
LOCK TABLES `wp_wsi_invites` WRITE;
/*!40000 ALTER TABLE `wp_wsi_invites` DISABLE KEYS */;
INSERT INTO `wp_wsi_invites` VALUES (1,1,'facebook','a:5:{i:0;s:21:\"demo87477163@demo.com\";i:1;s:21:\"demo24744212@demo.com\";i:2;s:21:\"demo39062327@demo.com\";i:3;s:21:\"demo97703187@demo.com\";i:4;s:21:\"demo52412419@demo.com\";}','2017-05-04 17:54:08');
/*!40000 ALTER TABLE `wp_wsi_invites` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wsi_logs`
--
DROP TABLE IF EXISTS `wp_wsi_logs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wsi_logs` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Index ID',
`date` datetime NOT NULL,
`message` text COMMENT 'log errors',
PRIMARY KEY (`id`),
KEY `date` (`date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wsi_logs`
--
LOCK TABLES `wp_wsi_logs` WRITE;
/*!40000 ALTER TABLE `wp_wsi_logs` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wsi_logs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wsi_queue`
--
DROP TABLE IF EXISTS `wp_wsi_queue`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wsi_queue` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Index ID',
`provider` varchar(32) NOT NULL COMMENT 'Provider Name',
`user_id` int(11) DEFAULT NULL COMMENT 'User''s ID',
`sdata` text COMMENT 'hybrid session data',
`wsi_obj_id` int(10) DEFAULT NULL,
`friends` text COMMENT 'serialized array of emails or facebook ids etc',
`i_count` int(11) DEFAULT NULL COMMENT 'Quantity of Invitations',
`date_added` datetime NOT NULL,
`display_name` varchar(120) DEFAULT NULL COMMENT 'Display name in provider',
`subject` text COMMENT 'message subject',
`message` text COMMENT 'message',
`send_at` int(10) DEFAULT NULL COMMENT 'When to send invitation',
PRIMARY KEY (`id`),
KEY `provider` (`provider`),
KEY `date_added` (`date_added`,`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wsi_queue`
--
LOCK TABLES `wp_wsi_queue` WRITE;
/*!40000 ALTER TABLE `wp_wsi_queue` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wsi_queue` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wsi_stats`
--
DROP TABLE IF EXISTS `wp_wsi_stats`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wsi_stats` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Index ID',
`wsi_obj_id` int(10) DEFAULT NULL,
`provider` varchar(32) NOT NULL COMMENT 'Provider Name',
`user_id` int(11) DEFAULT NULL COMMENT 'User''s ID',
`quantity` int(11) DEFAULT NULL COMMENT 'Quantity of friends invited',
`queue_id` int(11) DEFAULT NULL COMMENT 'original id from queue',
`i_datetime` datetime NOT NULL,
`display_name` varchar(120) DEFAULT NULL COMMENT 'Display name in provider',
PRIMARY KEY (`id`),
KEY `i_datetime` (`i_datetime`,`user_id`,`queue_id`,`provider`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wsi_stats`
--
LOCK TABLES `wp_wsi_stats` WRITE;
/*!40000 ALTER TABLE `wp_wsi_stats` DISABLE KEYS */;
INSERT INTO `wp_wsi_stats` VALUES (1,0,'facebook',1,1,1,'2017-05-04 13:54:08','stacy'),(2,0,'facebook',1,1,2,'2017-05-04 13:56:50','stacy'),(3,0,'facebook',1,1,3,'2017-05-04 13:57:18','stacy'),(4,0,'facebook',1,1,4,'2017-05-04 13:59:20','stacy'),(5,0,'facebook',1,1,5,'2017-05-04 13:59:30','stacy');
/*!40000 ALTER TABLE `wp_wsi_stats` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2018-12-16 13:48:15
Miss Fanny Jayne - The Pinup Database
Pin Up Group Name La'Rouge Rebelz PC
Short Bio I am Miss Fanny Jayne, Arizona girl born and raised, wife and mother of 2 beautiful kiddos. By day, I work in interior design specializing in residential remodel but outside of that my hobbies include hiking, paddle boarding and thrift shopping. I LOVE pinup and the pinup community. I volunteer and give back as much as I can. Thanks for taking the time to get to know me and thanks for the support 💋
Full Bio I am Miss Fanny Jayne, an Arizona native whose heart beats with the rhythm of retro glamour. By day, I have the privilege of channeling my creativity through my career of interior design, crafting unique spaces for clients across the valley. As a wife and mother of two, I love spending time with the fam while still pursuing my passion for pinup. My obsession for fashion shines through daily in my unique and eclectic vintage-inspired wardrobe. Beyond work, family and pageants, my hobbies include thrifting, anything outdoors and collecting tattoos. No matter the adventure, I try to live life to the absolute fullest.
Ratings
There are no reviews yet.
Please
login to leave a review.
Notifications